@spectrum-web-components/swatch 0.31.1-react.3 → 0.32.1-overlay.33
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 +22 -3
- package/package.json +9 -9
package/custom-elements.json
CHANGED
|
@@ -6,13 +6,31 @@
|
|
|
6
6
|
"kind": "javascript-module",
|
|
7
7
|
"path": "sp-swatch-group.ts",
|
|
8
8
|
"declarations": [],
|
|
9
|
-
"exports": [
|
|
9
|
+
"exports": [
|
|
10
|
+
{
|
|
11
|
+
"kind": "custom-element-definition",
|
|
12
|
+
"name": "sp-swatch-group",
|
|
13
|
+
"declaration": {
|
|
14
|
+
"name": "SwatchGroup",
|
|
15
|
+
"module": "/src/SwatchGroup.js"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
]
|
|
10
19
|
},
|
|
11
20
|
{
|
|
12
21
|
"kind": "javascript-module",
|
|
13
22
|
"path": "sp-swatch.ts",
|
|
14
23
|
"declarations": [],
|
|
15
|
-
"exports": [
|
|
24
|
+
"exports": [
|
|
25
|
+
{
|
|
26
|
+
"kind": "custom-element-definition",
|
|
27
|
+
"name": "sp-swatch",
|
|
28
|
+
"declaration": {
|
|
29
|
+
"name": "Swatch",
|
|
30
|
+
"module": "/src/Swatch.js"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
]
|
|
16
34
|
},
|
|
17
35
|
{
|
|
18
36
|
"kind": "javascript-module",
|
|
@@ -139,7 +157,8 @@
|
|
|
139
157
|
"type": {
|
|
140
158
|
"text": "HTMLElement"
|
|
141
159
|
},
|
|
142
|
-
"privacy": "public"
|
|
160
|
+
"privacy": "public",
|
|
161
|
+
"readonly": true
|
|
143
162
|
},
|
|
144
163
|
{
|
|
145
164
|
"kind": "method",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/swatch",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.32.1-overlay.33+8b9227d00",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -67,15 +67,15 @@
|
|
|
67
67
|
],
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"@lit-labs/observers": "^2.0.0",
|
|
70
|
-
"@spectrum-web-components/base": "^0.
|
|
71
|
-
"@spectrum-web-components/icon": "^0.
|
|
72
|
-
"@spectrum-web-components/icons-ui": "^0.
|
|
73
|
-
"@spectrum-web-components/reactive-controllers": "^0.
|
|
74
|
-
"@spectrum-web-components/shared": "^0.
|
|
70
|
+
"@spectrum-web-components/base": "^0.32.1-overlay.33+8b9227d00",
|
|
71
|
+
"@spectrum-web-components/icon": "^0.32.1-overlay.33+8b9227d00",
|
|
72
|
+
"@spectrum-web-components/icons-ui": "^0.32.1-overlay.33+8b9227d00",
|
|
73
|
+
"@spectrum-web-components/reactive-controllers": "^0.32.1-overlay.33+8b9227d00",
|
|
74
|
+
"@spectrum-web-components/shared": "^0.32.1-overlay.33+8b9227d00"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@spectrum-css/swatch": "^4.0.
|
|
78
|
-
"@spectrum-css/swatchgroup": "^2.0.
|
|
77
|
+
"@spectrum-css/swatch": "^4.0.19",
|
|
78
|
+
"@spectrum-css/swatchgroup": "^2.0.43"
|
|
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": "8b9227d00900eacee1c6d194064f10062f27ab3e"
|
|
87
87
|
}
|