@spectrum-web-components/color-slider 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 +14 -3
- package/package.json +7 -7
package/custom-elements.json
CHANGED
|
@@ -6,7 +6,16 @@
|
|
|
6
6
|
"kind": "javascript-module",
|
|
7
7
|
"path": "sp-color-slider.ts",
|
|
8
8
|
"declarations": [],
|
|
9
|
-
"exports": [
|
|
9
|
+
"exports": [
|
|
10
|
+
{
|
|
11
|
+
"kind": "custom-element-definition",
|
|
12
|
+
"name": "sp-color-slider",
|
|
13
|
+
"declaration": {
|
|
14
|
+
"name": "ColorSlider",
|
|
15
|
+
"module": "/src/ColorSlider.js"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
]
|
|
10
19
|
},
|
|
11
20
|
{
|
|
12
21
|
"kind": "javascript-module",
|
|
@@ -150,7 +159,8 @@
|
|
|
150
159
|
"type": {
|
|
151
160
|
"text": "HTMLInputElement"
|
|
152
161
|
},
|
|
153
|
-
"privacy": "public"
|
|
162
|
+
"privacy": "public",
|
|
163
|
+
"readonly": true
|
|
154
164
|
},
|
|
155
165
|
{
|
|
156
166
|
"kind": "method",
|
|
@@ -373,7 +383,8 @@
|
|
|
373
383
|
"type": {
|
|
374
384
|
"text": "string"
|
|
375
385
|
},
|
|
376
|
-
"privacy": "private"
|
|
386
|
+
"privacy": "private",
|
|
387
|
+
"readonly": true
|
|
377
388
|
}
|
|
378
389
|
],
|
|
379
390
|
"events": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/color-slider",
|
|
3
|
-
"version": "0.31.1-react.
|
|
3
|
+
"version": "0.31.1-react.21+44f0b1df9",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -62,13 +62,13 @@
|
|
|
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
|
-
"@spectrum-css/colorslider": "^3.0.
|
|
71
|
+
"@spectrum-css/colorslider": "^3.0.11"
|
|
72
72
|
},
|
|
73
73
|
"types": "./src/index.d.ts",
|
|
74
74
|
"customElements": "custom-elements.json",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"./sp-*.js",
|
|
77
77
|
"./**/*.dev.js"
|
|
78
78
|
],
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "44f0b1df9e1ea77d9e931629a63918ceee2744c2"
|
|
80
80
|
}
|