File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ diff --git a/dist/index.js b/dist/index.js
2+ index 744e2cdce7310b7c1cf20a5f2b3228e6979380aa..7372026a7190845e60549cf8e8f1f85aa95fed1d 100644
3+ --- a/dist/index.js
4+ +++ b/dist/index.js
5+ @@ -376,14 +376,6 @@ function getReactEvents(component) {
6+ function getCssProperties(component, enabled = true) {
7+ const resets = {};
8+ const args = {};
9+ - component?.cssProperties?.forEach((part) => {
10+ - resets[part.name] = {
11+ - name: part.name,
12+ - table: {
13+ - disable: true
14+ - }
15+ - };
16+ - });
17+ component?.cssProperties?.forEach((property) => {
18+ args[property.name] = {
19+ name: property.name,
Original file line number Diff line number Diff line change 9797 "@vitest/browser-playwright" : " 4.0.15" ,
9898 "@vitest/coverage-v8" : " 4.0.15" ,
9999 "@vitest/ui" : " 4.0.15" ,
100- "@wc-toolkit/storybook-helpers" : " 10.2.3" ,
100+ "@wc-toolkit/storybook-helpers" : " patch:@wc-toolkit/storybook-helpers@npm%3A10.2.3#~/.yarn/patches/@wc-toolkit-storybook-helpers-npm- 10.2.3-03023714ff.patch " ,
101101 "aria-query" : " 5.3.2" ,
102102 "autoprefixer" : " 10.4.21" ,
103103 "dom-accessibility-api" : " 0.7.0" ,
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ __metadata:
212212 "@vitest/browser-playwright": "npm:4.0.15"
213213 "@vitest/coverage-v8": "npm:4.0.15"
214214 "@vitest/ui": "npm:4.0.15"
215- "@wc-toolkit/storybook-helpers": "npm: 10.2.3"
215+ "@wc-toolkit/storybook-helpers": "patch:@wc-toolkit/storybook-helpers@npm%3A10.2.3#~/.yarn/patches/@wc-toolkit-storybook-helpers-npm- 10.2.3-03023714ff.patch "
216216 aria-query: "npm:5.3.2"
217217 autoprefixer: "npm:10.4.21"
218218 dom-accessibility-api: "npm:0.7.0"
@@ -10207,6 +10207,16 @@ __metadata:
1020710207 languageName: node
1020810208 linkType: hard
1020910209
10210+ "@wc-toolkit/storybook-helpers@patch:@wc-toolkit/storybook-helpers@npm%3A10.2.3#~/.yarn/patches/@wc-toolkit-storybook-helpers-npm-10.2.3-03023714ff.patch":
10211+ version: 10.2.3
10212+ resolution: "@wc-toolkit/storybook-helpers@patch:@wc-toolkit/storybook-helpers@npm%3A10.2.3#~/.yarn/patches/@wc-toolkit-storybook-helpers-npm-10.2.3-03023714ff.patch::version=10.2.3&hash=5da242"
10213+ peerDependencies:
10214+ lit: ^2.0.0 || ^3.0.0
10215+ storybook: ">=10.1.11-0 <11.0.0-0"
10216+ checksum: 10c0/74f9779b54635ea12f0a7002611fd4d57897205a3fb49af28400d5176b5451a5746d24e3efd2f3d2b276c77f65645df4bfac9db86c4302efe83282fa8f72de9b
10217+ languageName: node
10218+ linkType: hard
10219+
1021010220"@wdio/logger@npm:^8.28.0":
1021110221 version: 8.38.0
1021210222 resolution: "@wdio/logger@npm:8.38.0"
You can’t perform that action at this time.
0 commit comments