@spectrum-web-components/accordion 0.31.1-react.2 → 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 +24 -4
- package/package.json +8 -8
package/custom-elements.json
CHANGED
|
@@ -6,13 +6,31 @@
|
|
|
6
6
|
"kind": "javascript-module",
|
|
7
7
|
"path": "sp-accordion-item.ts",
|
|
8
8
|
"declarations": [],
|
|
9
|
-
"exports": [
|
|
9
|
+
"exports": [
|
|
10
|
+
{
|
|
11
|
+
"kind": "custom-element-definition",
|
|
12
|
+
"name": "sp-accordion-item",
|
|
13
|
+
"declaration": {
|
|
14
|
+
"name": "AccordionItem",
|
|
15
|
+
"module": "/src/AccordionItem.js"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
]
|
|
10
19
|
},
|
|
11
20
|
{
|
|
12
21
|
"kind": "javascript-module",
|
|
13
22
|
"path": "sp-accordion.ts",
|
|
14
23
|
"declarations": [],
|
|
15
|
-
"exports": [
|
|
24
|
+
"exports": [
|
|
25
|
+
{
|
|
26
|
+
"kind": "custom-element-definition",
|
|
27
|
+
"name": "sp-accordion",
|
|
28
|
+
"declaration": {
|
|
29
|
+
"name": "Accordion",
|
|
30
|
+
"module": "/src/Accordion.js"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
]
|
|
16
34
|
},
|
|
17
35
|
{
|
|
18
36
|
"kind": "javascript-module",
|
|
@@ -55,7 +73,8 @@
|
|
|
55
73
|
"type": {
|
|
56
74
|
"text": "AccordionItem[]"
|
|
57
75
|
},
|
|
58
|
-
"privacy": "private"
|
|
76
|
+
"privacy": "private",
|
|
77
|
+
"readonly": true
|
|
59
78
|
},
|
|
60
79
|
{
|
|
61
80
|
"kind": "field",
|
|
@@ -185,7 +204,8 @@
|
|
|
185
204
|
"type": {
|
|
186
205
|
"text": "HTMLElement"
|
|
187
206
|
},
|
|
188
|
-
"privacy": "public"
|
|
207
|
+
"privacy": "public",
|
|
208
|
+
"readonly": true
|
|
189
209
|
},
|
|
190
210
|
{
|
|
191
211
|
"kind": "method",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/accordion",
|
|
3
|
-
"version": "0.31.1-react.
|
|
3
|
+
"version": "0.31.1-react.21+44f0b1df9",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -66,14 +66,14 @@
|
|
|
66
66
|
"lit-html"
|
|
67
67
|
],
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@spectrum-web-components/base": "^0.31.1-react.
|
|
70
|
-
"@spectrum-web-components/icon": "^0.31.1-react.
|
|
71
|
-
"@spectrum-web-components/icons-ui": "^0.31.1-react.
|
|
72
|
-
"@spectrum-web-components/reactive-controllers": "^0.31.1-react.
|
|
73
|
-
"@spectrum-web-components/shared": "^0.31.1-react.
|
|
69
|
+
"@spectrum-web-components/base": "^0.31.1-react.21+44f0b1df9",
|
|
70
|
+
"@spectrum-web-components/icon": "^0.31.1-react.21+44f0b1df9",
|
|
71
|
+
"@spectrum-web-components/icons-ui": "^0.31.1-react.21+44f0b1df9",
|
|
72
|
+
"@spectrum-web-components/reactive-controllers": "^0.31.1-react.21+44f0b1df9",
|
|
73
|
+
"@spectrum-web-components/shared": "^0.31.1-react.21+44f0b1df9"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@spectrum-css/accordion": "^3.0.
|
|
76
|
+
"@spectrum-css/accordion": "^3.0.44"
|
|
77
77
|
},
|
|
78
78
|
"types": "./src/index.d.ts",
|
|
79
79
|
"customElements": "custom-elements.json",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"./sp-*.js",
|
|
82
82
|
"./**/*.dev.js"
|
|
83
83
|
],
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "44f0b1df9e1ea77d9e931629a63918ceee2744c2"
|
|
85
85
|
}
|