Skip to content

Commit 8413ec7

Browse files
authored
refactor!: remove JS based Lumo theme from all components (#9900)
1 parent e050e82 commit 8413ec7

File tree

245 files changed

+67
-8172
lines changed

Some content is hidden

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

245 files changed

+67
-8172
lines changed

packages/accordion/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"src",
2424
"!src/styles/*-base-styles.d.ts",
2525
"!src/styles/*-base-styles.js",
26-
"theme",
2726
"vaadin-*.d.ts",
2827
"vaadin-*.js",
2928
"web-types.json",
@@ -40,14 +39,14 @@
4039
"@vaadin/a11y-base": "25.0.0-alpha10",
4140
"@vaadin/component-base": "25.0.0-alpha10",
4241
"@vaadin/details": "25.0.0-alpha10",
43-
"@vaadin/vaadin-lumo-styles": "25.0.0-alpha10",
4442
"@vaadin/vaadin-themable-mixin": "25.0.0-alpha10",
4543
"lit": "^3.0.0"
4644
},
4745
"devDependencies": {
4846
"@vaadin/chai-plugins": "25.0.0-alpha10",
4947
"@vaadin/test-runner-commands": "25.0.0-alpha10",
5048
"@vaadin/testing-helpers": "^2.0.0",
49+
"@vaadin/vaadin-lumo-styles": "25.0.0-alpha10",
5150
"sinon": "^18.0.0"
5251
},
5352
"web-types": [

packages/accordion/theme/lumo/vaadin-accordion-heading-styles.js

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

packages/accordion/theme/lumo/vaadin-accordion-heading.js

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

packages/accordion/theme/lumo/vaadin-accordion-panel-styles.js

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

packages/accordion/theme/lumo/vaadin-accordion-panel.js

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

packages/accordion/theme/lumo/vaadin-accordion.js

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

packages/app-layout/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"src",
2424
"!src/styles/*-base-styles.d.ts",
2525
"!src/styles/*-base-styles.js",
26-
"theme",
2726
"vaadin-*.d.ts",
2827
"vaadin-*.js",
2928
"web-types.json",
@@ -40,14 +39,14 @@
4039
"@vaadin/a11y-base": "25.0.0-alpha10",
4140
"@vaadin/button": "25.0.0-alpha10",
4241
"@vaadin/component-base": "25.0.0-alpha10",
43-
"@vaadin/vaadin-lumo-styles": "25.0.0-alpha10",
4442
"@vaadin/vaadin-themable-mixin": "25.0.0-alpha10",
4543
"lit": "^3.0.0"
4644
},
4745
"devDependencies": {
4846
"@vaadin/chai-plugins": "25.0.0-alpha10",
4947
"@vaadin/test-runner-commands": "25.0.0-alpha10",
5048
"@vaadin/testing-helpers": "^2.0.0",
49+
"@vaadin/vaadin-lumo-styles": "25.0.0-alpha10",
5150
"sinon": "^18.0.0"
5251
},
5352
"web-types": [

packages/app-layout/theme/lumo/vaadin-app-layout-styles.js

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

packages/app-layout/theme/lumo/vaadin-app-layout.js

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

packages/app-layout/theme/lumo/vaadin-drawer-toggle-styles.js

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

0 commit comments

Comments
 (0)