@spectrum-web-components/tabs 0.31.0 → 0.31.1-react.2
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 +13 -13
- package/package.json +7 -7
package/custom-elements.json
CHANGED
|
@@ -4,31 +4,31 @@
|
|
|
4
4
|
"modules": [
|
|
5
5
|
{
|
|
6
6
|
"kind": "javascript-module",
|
|
7
|
-
"path": "sp-tab-panel.
|
|
7
|
+
"path": "sp-tab-panel.ts",
|
|
8
8
|
"declarations": [],
|
|
9
9
|
"exports": []
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"kind": "javascript-module",
|
|
13
|
-
"path": "sp-tab.
|
|
13
|
+
"path": "sp-tab.ts",
|
|
14
14
|
"declarations": [],
|
|
15
15
|
"exports": []
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
18
|
"kind": "javascript-module",
|
|
19
|
-
"path": "sp-tabs-overflow.
|
|
19
|
+
"path": "sp-tabs-overflow.ts",
|
|
20
20
|
"declarations": [],
|
|
21
21
|
"exports": []
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"kind": "javascript-module",
|
|
25
|
-
"path": "sp-tabs.
|
|
25
|
+
"path": "sp-tabs.ts",
|
|
26
26
|
"declarations": [],
|
|
27
27
|
"exports": []
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"kind": "javascript-module",
|
|
31
|
-
"path": "src/Tab.
|
|
31
|
+
"path": "src/Tab.ts",
|
|
32
32
|
"declarations": [
|
|
33
33
|
{
|
|
34
34
|
"kind": "class",
|
|
@@ -197,14 +197,14 @@
|
|
|
197
197
|
"name": "Tab",
|
|
198
198
|
"declaration": {
|
|
199
199
|
"name": "Tab",
|
|
200
|
-
"module": "src/Tab.
|
|
200
|
+
"module": "src/Tab.ts"
|
|
201
201
|
}
|
|
202
202
|
}
|
|
203
203
|
]
|
|
204
204
|
},
|
|
205
205
|
{
|
|
206
206
|
"kind": "javascript-module",
|
|
207
|
-
"path": "src/TabPanel.
|
|
207
|
+
"path": "src/TabPanel.ts",
|
|
208
208
|
"declarations": [
|
|
209
209
|
{
|
|
210
210
|
"kind": "class",
|
|
@@ -282,14 +282,14 @@
|
|
|
282
282
|
"name": "TabPanel",
|
|
283
283
|
"declaration": {
|
|
284
284
|
"name": "TabPanel",
|
|
285
|
-
"module": "src/TabPanel.
|
|
285
|
+
"module": "src/TabPanel.ts"
|
|
286
286
|
}
|
|
287
287
|
}
|
|
288
288
|
]
|
|
289
289
|
},
|
|
290
290
|
{
|
|
291
291
|
"kind": "javascript-module",
|
|
292
|
-
"path": "src/Tabs.
|
|
292
|
+
"path": "src/Tabs.ts",
|
|
293
293
|
"declarations": [
|
|
294
294
|
{
|
|
295
295
|
"kind": "variable",
|
|
@@ -703,7 +703,7 @@
|
|
|
703
703
|
"name": "ScaledIndicator",
|
|
704
704
|
"declaration": {
|
|
705
705
|
"name": "ScaledIndicator",
|
|
706
|
-
"module": "src/Tabs.
|
|
706
|
+
"module": "src/Tabs.ts"
|
|
707
707
|
}
|
|
708
708
|
},
|
|
709
709
|
{
|
|
@@ -711,14 +711,14 @@
|
|
|
711
711
|
"name": "Tabs",
|
|
712
712
|
"declaration": {
|
|
713
713
|
"name": "Tabs",
|
|
714
|
-
"module": "src/Tabs.
|
|
714
|
+
"module": "src/Tabs.ts"
|
|
715
715
|
}
|
|
716
716
|
}
|
|
717
717
|
]
|
|
718
718
|
},
|
|
719
719
|
{
|
|
720
720
|
"kind": "javascript-module",
|
|
721
|
-
"path": "src/TabsOverflow.
|
|
721
|
+
"path": "src/TabsOverflow.ts",
|
|
722
722
|
"declarations": [
|
|
723
723
|
{
|
|
724
724
|
"kind": "class",
|
|
@@ -854,7 +854,7 @@
|
|
|
854
854
|
"name": "TabsOverflow",
|
|
855
855
|
"declaration": {
|
|
856
856
|
"name": "TabsOverflow",
|
|
857
|
-
"module": "src/TabsOverflow.
|
|
857
|
+
"module": "src/TabsOverflow.ts"
|
|
858
858
|
}
|
|
859
859
|
}
|
|
860
860
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/tabs",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.1-react.2+971de948d",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -86,11 +86,11 @@
|
|
|
86
86
|
],
|
|
87
87
|
"dependencies": {
|
|
88
88
|
"@lit-labs/observers": "^2.0.0",
|
|
89
|
-
"@spectrum-web-components/base": "^0.31.
|
|
90
|
-
"@spectrum-web-components/icon": "^0.31.
|
|
91
|
-
"@spectrum-web-components/icons-ui": "^0.31.
|
|
92
|
-
"@spectrum-web-components/reactive-controllers": "^0.31.
|
|
93
|
-
"@spectrum-web-components/shared": "^0.31.
|
|
89
|
+
"@spectrum-web-components/base": "^0.31.1-react.2+971de948d",
|
|
90
|
+
"@spectrum-web-components/icon": "^0.31.1-react.2+971de948d",
|
|
91
|
+
"@spectrum-web-components/icons-ui": "^0.31.1-react.2+971de948d",
|
|
92
|
+
"@spectrum-web-components/reactive-controllers": "^0.31.1-react.2+971de948d",
|
|
93
|
+
"@spectrum-web-components/shared": "^0.31.1-react.2+971de948d"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
96
|
"@spectrum-css/tabs": "^3.2.43"
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"./sp-*.js",
|
|
102
102
|
"./**/*.dev.js"
|
|
103
103
|
],
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "971de948df12f7082f13ab5dd5e638d456ebbb94"
|
|
105
105
|
}
|