@spectrum-web-components/story-decorator 0.33.1 → 0.33.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +8 -8
- package/package.json +10 -10
package/custom-elements.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"modules": [
|
|
5
5
|
{
|
|
6
6
|
"kind": "javascript-module",
|
|
7
|
-
"path": "sp-story-decorator.
|
|
7
|
+
"path": "sp-story-decorator.ts",
|
|
8
8
|
"declarations": [],
|
|
9
9
|
"exports": [
|
|
10
10
|
{
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
"kind": "javascript-module",
|
|
22
|
-
"path": "src/StoryDecorator.
|
|
22
|
+
"path": "src/StoryDecorator.ts",
|
|
23
23
|
"declarations": [
|
|
24
24
|
{
|
|
25
25
|
"kind": "variable",
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
"name": "dir",
|
|
332
332
|
"declaration": {
|
|
333
333
|
"name": "dir",
|
|
334
|
-
"module": "src/StoryDecorator.
|
|
334
|
+
"module": "src/StoryDecorator.ts"
|
|
335
335
|
}
|
|
336
336
|
},
|
|
337
337
|
{
|
|
@@ -339,7 +339,7 @@
|
|
|
339
339
|
"name": "theme",
|
|
340
340
|
"declaration": {
|
|
341
341
|
"name": "theme",
|
|
342
|
-
"module": "src/StoryDecorator.
|
|
342
|
+
"module": "src/StoryDecorator.ts"
|
|
343
343
|
}
|
|
344
344
|
},
|
|
345
345
|
{
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
"name": "color",
|
|
348
348
|
"declaration": {
|
|
349
349
|
"name": "color",
|
|
350
|
-
"module": "src/StoryDecorator.
|
|
350
|
+
"module": "src/StoryDecorator.ts"
|
|
351
351
|
}
|
|
352
352
|
},
|
|
353
353
|
{
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
"name": "scale",
|
|
356
356
|
"declaration": {
|
|
357
357
|
"name": "scale",
|
|
358
|
-
"module": "src/StoryDecorator.
|
|
358
|
+
"module": "src/StoryDecorator.ts"
|
|
359
359
|
}
|
|
360
360
|
},
|
|
361
361
|
{
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
"name": "reduceMotion",
|
|
364
364
|
"declaration": {
|
|
365
365
|
"name": "reduceMotion",
|
|
366
|
-
"module": "src/StoryDecorator.
|
|
366
|
+
"module": "src/StoryDecorator.ts"
|
|
367
367
|
}
|
|
368
368
|
},
|
|
369
369
|
{
|
|
@@ -371,7 +371,7 @@
|
|
|
371
371
|
"name": "StoryDecorator",
|
|
372
372
|
"declaration": {
|
|
373
373
|
"name": "StoryDecorator",
|
|
374
|
-
"module": "src/StoryDecorator.
|
|
374
|
+
"module": "src/StoryDecorator.ts"
|
|
375
375
|
}
|
|
376
376
|
}
|
|
377
377
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/story-decorator",
|
|
3
|
-
"version": "0.33.
|
|
3
|
+
"version": "0.33.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -65,14 +65,14 @@
|
|
|
65
65
|
"lit-html"
|
|
66
66
|
],
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@spectrum-web-components/base": "^0.33.
|
|
69
|
-
"@spectrum-web-components/field-label": "^0.33.
|
|
70
|
-
"@spectrum-web-components/menu": "^0.33.
|
|
71
|
-
"@spectrum-web-components/overlay": "^0.33.
|
|
72
|
-
"@spectrum-web-components/picker": "^0.33.
|
|
73
|
-
"@spectrum-web-components/reactive-controllers": "^0.33.
|
|
74
|
-
"@spectrum-web-components/switch": "^0.33.
|
|
75
|
-
"@spectrum-web-components/theme": "^0.33.
|
|
68
|
+
"@spectrum-web-components/base": "^0.33.2",
|
|
69
|
+
"@spectrum-web-components/field-label": "^0.33.2",
|
|
70
|
+
"@spectrum-web-components/menu": "^0.33.2",
|
|
71
|
+
"@spectrum-web-components/overlay": "^0.33.2",
|
|
72
|
+
"@spectrum-web-components/picker": "^0.33.2",
|
|
73
|
+
"@spectrum-web-components/reactive-controllers": "^0.33.2",
|
|
74
|
+
"@spectrum-web-components/switch": "^0.33.2",
|
|
75
|
+
"@spectrum-web-components/theme": "^0.33.2"
|
|
76
76
|
},
|
|
77
77
|
"types": "./src/index.d.ts",
|
|
78
78
|
"customElements": "custom-elements.json",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"./**/*.dev.js",
|
|
82
82
|
"./sp-*.ts"
|
|
83
83
|
],
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "6d5d6b3c31d92a058202a242a283125d25131f81"
|
|
85
85
|
}
|