@spectrum-web-components/swatch 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.
@@ -4,19 +4,37 @@
4
4
  "modules": [
5
5
  {
6
6
  "kind": "javascript-module",
7
- "path": "sp-swatch-group.ts",
7
+ "path": "sp-swatch-group.js",
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
- "path": "sp-swatch.ts",
22
+ "path": "sp-swatch.js",
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",
19
- "path": "src/Swatch.ts",
37
+ "path": "src/Swatch.js",
20
38
  "declarations": [
21
39
  {
22
40
  "kind": "class",
@@ -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",
@@ -341,14 +360,14 @@
341
360
  "name": "Swatch",
342
361
  "declaration": {
343
362
  "name": "Swatch",
344
- "module": "src/Swatch.ts"
363
+ "module": "src/Swatch.js"
345
364
  }
346
365
  }
347
366
  ]
348
367
  },
349
368
  {
350
369
  "kind": "javascript-module",
351
- "path": "src/SwatchGroup.ts",
370
+ "path": "src/SwatchGroup.js",
352
371
  "declarations": [
353
372
  {
354
373
  "kind": "class",
@@ -590,7 +609,7 @@
590
609
  "name": "SwatchGroup",
591
610
  "declaration": {
592
611
  "name": "SwatchGroup",
593
- "module": "src/SwatchGroup.ts"
612
+ "module": "src/SwatchGroup.js"
594
613
  }
595
614
  }
596
615
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/swatch",
3
- "version": "0.31.1-react.3+886f51591",
3
+ "version": "0.32.0",
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.31.1-react.3+886f51591",
71
- "@spectrum-web-components/icon": "^0.31.1-react.3+886f51591",
72
- "@spectrum-web-components/icons-ui": "^0.31.1-react.3+886f51591",
73
- "@spectrum-web-components/reactive-controllers": "^0.31.1-react.3+886f51591",
74
- "@spectrum-web-components/shared": "^0.31.1-react.3+886f51591"
70
+ "@spectrum-web-components/base": "^0.32.0",
71
+ "@spectrum-web-components/icon": "^0.32.0",
72
+ "@spectrum-web-components/icons-ui": "^0.32.0",
73
+ "@spectrum-web-components/reactive-controllers": "^0.32.0",
74
+ "@spectrum-web-components/shared": "^0.32.0"
75
75
  },
76
76
  "devDependencies": {
77
- "@spectrum-css/swatch": "^4.0.14",
78
- "@spectrum-css/swatchgroup": "^2.0.35"
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": "886f515919ca0e8a1cec52a00babb1d4a195ae01"
86
+ "gitHead": "c5f67662ac54d0e37debaf7cbd7c2df60e8b294e"
87
87
  }