@spectrum-web-components/swatch 0.3.6-react.49 → 0.3.6
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 +6 -6
- package/package.json +9 -9
package/custom-elements.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"modules": [
|
|
5
5
|
{
|
|
6
6
|
"kind": "javascript-module",
|
|
7
|
-
"path": "sp-swatch-group.
|
|
7
|
+
"path": "sp-swatch-group.js",
|
|
8
8
|
"declarations": [],
|
|
9
9
|
"exports": [
|
|
10
10
|
{
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
"kind": "javascript-module",
|
|
22
|
-
"path": "sp-swatch.
|
|
22
|
+
"path": "sp-swatch.js",
|
|
23
23
|
"declarations": [],
|
|
24
24
|
"exports": [
|
|
25
25
|
{
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"kind": "javascript-module",
|
|
37
|
-
"path": "src/Swatch.
|
|
37
|
+
"path": "src/Swatch.js",
|
|
38
38
|
"declarations": [
|
|
39
39
|
{
|
|
40
40
|
"kind": "class",
|
|
@@ -359,14 +359,14 @@
|
|
|
359
359
|
"name": "Swatch",
|
|
360
360
|
"declaration": {
|
|
361
361
|
"name": "Swatch",
|
|
362
|
-
"module": "src/Swatch.
|
|
362
|
+
"module": "src/Swatch.js"
|
|
363
363
|
}
|
|
364
364
|
}
|
|
365
365
|
]
|
|
366
366
|
},
|
|
367
367
|
{
|
|
368
368
|
"kind": "javascript-module",
|
|
369
|
-
"path": "src/SwatchGroup.
|
|
369
|
+
"path": "src/SwatchGroup.js",
|
|
370
370
|
"declarations": [
|
|
371
371
|
{
|
|
372
372
|
"kind": "class",
|
|
@@ -591,7 +591,7 @@
|
|
|
591
591
|
"name": "SwatchGroup",
|
|
592
592
|
"declaration": {
|
|
593
593
|
"name": "SwatchGroup",
|
|
594
|
-
"module": "src/SwatchGroup.
|
|
594
|
+
"module": "src/SwatchGroup.js"
|
|
595
595
|
}
|
|
596
596
|
}
|
|
597
597
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/swatch",
|
|
3
|
-
"version": "0.3.6
|
|
3
|
+
"version": "0.3.6",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -67,15 +67,15 @@
|
|
|
67
67
|
],
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"@lit-labs/observers": "^1.0.1",
|
|
70
|
-
"@spectrum-web-components/base": "^0.7.
|
|
71
|
-
"@spectrum-web-components/icon": "^0.12.8
|
|
72
|
-
"@spectrum-web-components/icons-ui": "^0.9.8
|
|
73
|
-
"@spectrum-web-components/reactive-controllers": "^0.3.
|
|
74
|
-
"@spectrum-web-components/shared": "^0.15.
|
|
70
|
+
"@spectrum-web-components/base": "^0.7.4",
|
|
71
|
+
"@spectrum-web-components/icon": "^0.12.8",
|
|
72
|
+
"@spectrum-web-components/icons-ui": "^0.9.8",
|
|
73
|
+
"@spectrum-web-components/reactive-controllers": "^0.3.5",
|
|
74
|
+
"@spectrum-web-components/shared": "^0.15.5"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@spectrum-css/swatch": "^3.0.
|
|
78
|
-
"@spectrum-css/swatchgroup": "^2.0.
|
|
77
|
+
"@spectrum-css/swatch": "^3.0.9",
|
|
78
|
+
"@spectrum-css/swatchgroup": "^2.0.10"
|
|
79
79
|
},
|
|
80
80
|
"types": "./src/index.d.ts",
|
|
81
81
|
"customElements": "custom-elements.json",
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"./sp-*.js",
|
|
84
84
|
"./**/*.dev.js"
|
|
85
85
|
],
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "007a762c0257af4cd74e3781d877a8a8343acfd0"
|
|
87
87
|
}
|