@spectrum-web-components/swatch 0.31.0 → 0.31.1-react.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 +6 -6
- package/package.json +7 -7
package/custom-elements.json
CHANGED
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
"modules": [
|
|
5
5
|
{
|
|
6
6
|
"kind": "javascript-module",
|
|
7
|
-
"path": "sp-swatch-group.
|
|
7
|
+
"path": "sp-swatch-group.ts",
|
|
8
8
|
"declarations": [],
|
|
9
9
|
"exports": []
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"kind": "javascript-module",
|
|
13
|
-
"path": "sp-swatch.
|
|
13
|
+
"path": "sp-swatch.ts",
|
|
14
14
|
"declarations": [],
|
|
15
15
|
"exports": []
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
18
|
"kind": "javascript-module",
|
|
19
|
-
"path": "src/Swatch.
|
|
19
|
+
"path": "src/Swatch.ts",
|
|
20
20
|
"declarations": [
|
|
21
21
|
{
|
|
22
22
|
"kind": "class",
|
|
@@ -341,14 +341,14 @@
|
|
|
341
341
|
"name": "Swatch",
|
|
342
342
|
"declaration": {
|
|
343
343
|
"name": "Swatch",
|
|
344
|
-
"module": "src/Swatch.
|
|
344
|
+
"module": "src/Swatch.ts"
|
|
345
345
|
}
|
|
346
346
|
}
|
|
347
347
|
]
|
|
348
348
|
},
|
|
349
349
|
{
|
|
350
350
|
"kind": "javascript-module",
|
|
351
|
-
"path": "src/SwatchGroup.
|
|
351
|
+
"path": "src/SwatchGroup.ts",
|
|
352
352
|
"declarations": [
|
|
353
353
|
{
|
|
354
354
|
"kind": "class",
|
|
@@ -590,7 +590,7 @@
|
|
|
590
590
|
"name": "SwatchGroup",
|
|
591
591
|
"declaration": {
|
|
592
592
|
"name": "SwatchGroup",
|
|
593
|
-
"module": "src/SwatchGroup.
|
|
593
|
+
"module": "src/SwatchGroup.ts"
|
|
594
594
|
}
|
|
595
595
|
}
|
|
596
596
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/swatch",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.1-react.2+971de948d",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -67,11 +67,11 @@
|
|
|
67
67
|
],
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"@lit-labs/observers": "^2.0.0",
|
|
70
|
-
"@spectrum-web-components/base": "^0.31.
|
|
71
|
-
"@spectrum-web-components/icon": "^0.31.
|
|
72
|
-
"@spectrum-web-components/icons-ui": "^0.31.
|
|
73
|
-
"@spectrum-web-components/reactive-controllers": "^0.31.
|
|
74
|
-
"@spectrum-web-components/shared": "^0.31.
|
|
70
|
+
"@spectrum-web-components/base": "^0.31.1-react.2+971de948d",
|
|
71
|
+
"@spectrum-web-components/icon": "^0.31.1-react.2+971de948d",
|
|
72
|
+
"@spectrum-web-components/icons-ui": "^0.31.1-react.2+971de948d",
|
|
73
|
+
"@spectrum-web-components/reactive-controllers": "^0.31.1-react.2+971de948d",
|
|
74
|
+
"@spectrum-web-components/shared": "^0.31.1-react.2+971de948d"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@spectrum-css/swatch": "^4.0.14",
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"./sp-*.js",
|
|
84
84
|
"./**/*.dev.js"
|
|
85
85
|
],
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "971de948df12f7082f13ab5dd5e638d456ebbb94"
|
|
87
87
|
}
|