Skip to content

Commit dc5352f

Browse files
authored
refactor!: drop deprecated Material theme from all components (#9195)
1 parent feb7c46 commit dc5352f

File tree

1,198 files changed

+15
-15867
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,198 files changed

+15
-15867
lines changed

.github/workflows/visual-tests.yml

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -79,40 +79,3 @@ jobs:
7979
path: |
8080
packages/*/test/visual/lumo/screenshots/*/failed/*.png
8181
packages/vaadin-lumo-styles/test/visual/screenshots/failed/*.png
82-
material:
83-
name: Material
84-
runs-on: ubuntu-latest
85-
if: github.repository_owner == 'vaadin'
86-
87-
steps:
88-
- uses: actions/checkout@v4
89-
with:
90-
fetch-depth: '0'
91-
92-
- name: Setup Node
93-
uses: actions/setup-node@v4
94-
with:
95-
node-version: '22'
96-
cache: 'yarn'
97-
98-
- name: Install Dependencies
99-
run: yarn --frozen-lockfile --no-progress --non-interactive
100-
101-
- name: Visual tests
102-
uses: nick-fields/retry@v3
103-
env:
104-
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
105-
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
106-
with:
107-
timeout_minutes: 20
108-
retry_wait_seconds: 60
109-
max_attempts: 3
110-
command: yarn test:material
111-
112-
- uses: actions/upload-artifact@v4
113-
if: ${{ failure() }}
114-
with:
115-
name: screenshots
116-
path: |
117-
packages/*/test/visual/material/screenshots/*/failed/*.png
118-
packages/vaadin-material-styles/test/visual/screenshots/failed/*.png

DEVELOPMENT.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -138,24 +138,12 @@ Run tests for Lumo:
138138
yarn test:lumo
139139
```
140140

141-
Run tests for Material:
142-
143-
```sh
144-
yarn test:material
145-
```
146-
147141
Update reference screenshots for Lumo:
148142

149143
```sh
150144
yarn update:lumo
151145
```
152146

153-
Update reference screenshots for Material:
154-
155-
```sh
156-
yarn update:material
157-
```
158-
159147
Update screenshots for single package:
160148

161149
```sh

dev/charts/material/area.html

Lines changed: 0 additions & 36 deletions
This file was deleted.

dev/charts/material/arearange.html

Lines changed: 0 additions & 44 deletions
This file was deleted.

dev/charts/material/areaspline.html

Lines changed: 0 additions & 47 deletions
This file was deleted.

dev/charts/material/areasplinerange.html

Lines changed: 0 additions & 38 deletions
This file was deleted.

dev/charts/material/bar.html

Lines changed: 0 additions & 46 deletions
This file was deleted.

dev/charts/material/boxplot.html

Lines changed: 0 additions & 70 deletions
This file was deleted.

dev/charts/material/bubble.html

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)