@spectrum-web-components/color-wheel 0.31.1-react.1 → 0.31.1-react.21
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 +12 -2
- package/package.json +6 -6
package/custom-elements.json
CHANGED
|
@@ -6,7 +6,16 @@
|
|
|
6
6
|
"kind": "javascript-module",
|
|
7
7
|
"path": "sp-color-wheel.ts",
|
|
8
8
|
"declarations": [],
|
|
9
|
-
"exports": [
|
|
9
|
+
"exports": [
|
|
10
|
+
{
|
|
11
|
+
"kind": "custom-element-definition",
|
|
12
|
+
"name": "sp-color-wheel",
|
|
13
|
+
"declaration": {
|
|
14
|
+
"name": "ColorWheel",
|
|
15
|
+
"module": "/src/ColorWheel.js"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
]
|
|
10
19
|
},
|
|
11
20
|
{
|
|
12
21
|
"kind": "javascript-module",
|
|
@@ -128,7 +137,8 @@
|
|
|
128
137
|
"type": {
|
|
129
138
|
"text": "HTMLInputElement"
|
|
130
139
|
},
|
|
131
|
-
"privacy": "public"
|
|
140
|
+
"privacy": "public",
|
|
141
|
+
"readonly": true
|
|
132
142
|
},
|
|
133
143
|
{
|
|
134
144
|
"kind": "method",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/color-wheel",
|
|
3
|
-
"version": "0.31.1-react.
|
|
3
|
+
"version": "0.31.1-react.21+44f0b1df9",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -62,10 +62,10 @@
|
|
|
62
62
|
],
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@ctrl/tinycolor": "^3.3.3",
|
|
65
|
-
"@spectrum-web-components/base": "^0.31.1-react.
|
|
66
|
-
"@spectrum-web-components/color-handle": "^0.31.1-react.
|
|
67
|
-
"@spectrum-web-components/reactive-controllers": "^0.31.1-react.
|
|
68
|
-
"@spectrum-web-components/shared": "^0.31.1-react.
|
|
65
|
+
"@spectrum-web-components/base": "^0.31.1-react.21+44f0b1df9",
|
|
66
|
+
"@spectrum-web-components/color-handle": "^0.31.1-react.21+44f0b1df9",
|
|
67
|
+
"@spectrum-web-components/reactive-controllers": "^0.31.1-react.21+44f0b1df9",
|
|
68
|
+
"@spectrum-web-components/shared": "^0.31.1-react.21+44f0b1df9"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@spectrum-css/colorwheel": "^2.0.12"
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"./sp-*.js",
|
|
77
77
|
"./**/*.dev.js"
|
|
78
78
|
],
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "44f0b1df9e1ea77d9e931629a63918ceee2744c2"
|
|
80
80
|
}
|