@spectrum-web-components/color-area 0.31.1-react.3 → 0.32.0
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 +15 -4
- package/package.json +5 -5
package/custom-elements.json
CHANGED
|
@@ -4,13 +4,22 @@
|
|
|
4
4
|
"modules": [
|
|
5
5
|
{
|
|
6
6
|
"kind": "javascript-module",
|
|
7
|
-
"path": "sp-color-area.
|
|
7
|
+
"path": "sp-color-area.js",
|
|
8
8
|
"declarations": [],
|
|
9
|
-
"exports": [
|
|
9
|
+
"exports": [
|
|
10
|
+
{
|
|
11
|
+
"kind": "custom-element-definition",
|
|
12
|
+
"name": "sp-color-area",
|
|
13
|
+
"declaration": {
|
|
14
|
+
"name": "ColorArea",
|
|
15
|
+
"module": "/src/ColorArea.js"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
]
|
|
10
19
|
},
|
|
11
20
|
{
|
|
12
21
|
"kind": "javascript-module",
|
|
13
|
-
"path": "src/ColorArea.
|
|
22
|
+
"path": "src/ColorArea.js",
|
|
14
23
|
"declarations": [
|
|
15
24
|
{
|
|
16
25
|
"kind": "class",
|
|
@@ -104,6 +113,7 @@
|
|
|
104
113
|
"text": "ColorValue"
|
|
105
114
|
},
|
|
106
115
|
"privacy": "public",
|
|
116
|
+
"readonly": true,
|
|
107
117
|
"attribute": "value"
|
|
108
118
|
},
|
|
109
119
|
{
|
|
@@ -521,6 +531,7 @@
|
|
|
521
531
|
"type": {
|
|
522
532
|
"text": "ColorValue"
|
|
523
533
|
},
|
|
534
|
+
"readonly": true,
|
|
524
535
|
"fieldName": "value"
|
|
525
536
|
},
|
|
526
537
|
{
|
|
@@ -567,7 +578,7 @@
|
|
|
567
578
|
"name": "ColorArea",
|
|
568
579
|
"declaration": {
|
|
569
580
|
"name": "ColorArea",
|
|
570
|
-
"module": "src/ColorArea.
|
|
581
|
+
"module": "src/ColorArea.js"
|
|
571
582
|
}
|
|
572
583
|
}
|
|
573
584
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/color-area",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.32.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
],
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@ctrl/tinycolor": "^3.3.3",
|
|
65
|
-
"@spectrum-web-components/base": "^0.
|
|
66
|
-
"@spectrum-web-components/color-handle": "^0.
|
|
67
|
-
"@spectrum-web-components/reactive-controllers": "^0.
|
|
65
|
+
"@spectrum-web-components/base": "^0.32.0",
|
|
66
|
+
"@spectrum-web-components/color-handle": "^0.32.0",
|
|
67
|
+
"@spectrum-web-components/reactive-controllers": "^0.32.0"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@spectrum-css/colorarea": "^3.0.10"
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"./sp-*.js",
|
|
76
76
|
"./**/*.dev.js"
|
|
77
77
|
],
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "c5f67662ac54d0e37debaf7cbd7c2df60e8b294e"
|
|
79
79
|
}
|