@spectrum-web-components/tabs 0.34.0 → 0.34.1-rc.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 +13 -13
- package/package.json +7 -7
package/custom-elements.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
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
|
{
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
"kind": "javascript-module",
|
|
22
|
-
"path": "sp-tab.
|
|
22
|
+
"path": "sp-tab.ts",
|
|
23
23
|
"declarations": [],
|
|
24
24
|
"exports": [
|
|
25
25
|
{
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"kind": "javascript-module",
|
|
37
|
-
"path": "sp-tabs-overflow.
|
|
37
|
+
"path": "sp-tabs-overflow.ts",
|
|
38
38
|
"declarations": [],
|
|
39
39
|
"exports": [
|
|
40
40
|
{
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
"kind": "javascript-module",
|
|
52
|
-
"path": "sp-tabs.
|
|
52
|
+
"path": "sp-tabs.ts",
|
|
53
53
|
"declarations": [],
|
|
54
54
|
"exports": [
|
|
55
55
|
{
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
"kind": "javascript-module",
|
|
67
|
-
"path": "src/Tab.
|
|
67
|
+
"path": "src/Tab.ts",
|
|
68
68
|
"declarations": [
|
|
69
69
|
{
|
|
70
70
|
"kind": "class",
|
|
@@ -235,14 +235,14 @@
|
|
|
235
235
|
"name": "Tab",
|
|
236
236
|
"declaration": {
|
|
237
237
|
"name": "Tab",
|
|
238
|
-
"module": "src/Tab.
|
|
238
|
+
"module": "src/Tab.ts"
|
|
239
239
|
}
|
|
240
240
|
}
|
|
241
241
|
]
|
|
242
242
|
},
|
|
243
243
|
{
|
|
244
244
|
"kind": "javascript-module",
|
|
245
|
-
"path": "src/TabPanel.
|
|
245
|
+
"path": "src/TabPanel.ts",
|
|
246
246
|
"declarations": [
|
|
247
247
|
{
|
|
248
248
|
"kind": "class",
|
|
@@ -320,14 +320,14 @@
|
|
|
320
320
|
"name": "TabPanel",
|
|
321
321
|
"declaration": {
|
|
322
322
|
"name": "TabPanel",
|
|
323
|
-
"module": "src/TabPanel.
|
|
323
|
+
"module": "src/TabPanel.ts"
|
|
324
324
|
}
|
|
325
325
|
}
|
|
326
326
|
]
|
|
327
327
|
},
|
|
328
328
|
{
|
|
329
329
|
"kind": "javascript-module",
|
|
330
|
-
"path": "src/Tabs.
|
|
330
|
+
"path": "src/Tabs.ts",
|
|
331
331
|
"declarations": [
|
|
332
332
|
{
|
|
333
333
|
"kind": "variable",
|
|
@@ -743,7 +743,7 @@
|
|
|
743
743
|
"name": "ScaledIndicator",
|
|
744
744
|
"declaration": {
|
|
745
745
|
"name": "ScaledIndicator",
|
|
746
|
-
"module": "src/Tabs.
|
|
746
|
+
"module": "src/Tabs.ts"
|
|
747
747
|
}
|
|
748
748
|
},
|
|
749
749
|
{
|
|
@@ -751,14 +751,14 @@
|
|
|
751
751
|
"name": "Tabs",
|
|
752
752
|
"declaration": {
|
|
753
753
|
"name": "Tabs",
|
|
754
|
-
"module": "src/Tabs.
|
|
754
|
+
"module": "src/Tabs.ts"
|
|
755
755
|
}
|
|
756
756
|
}
|
|
757
757
|
]
|
|
758
758
|
},
|
|
759
759
|
{
|
|
760
760
|
"kind": "javascript-module",
|
|
761
|
-
"path": "src/TabsOverflow.
|
|
761
|
+
"path": "src/TabsOverflow.ts",
|
|
762
762
|
"declarations": [
|
|
763
763
|
{
|
|
764
764
|
"kind": "class",
|
|
@@ -894,7 +894,7 @@
|
|
|
894
894
|
"name": "TabsOverflow",
|
|
895
895
|
"declaration": {
|
|
896
896
|
"name": "TabsOverflow",
|
|
897
|
-
"module": "src/TabsOverflow.
|
|
897
|
+
"module": "src/TabsOverflow.ts"
|
|
898
898
|
}
|
|
899
899
|
}
|
|
900
900
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/tabs",
|
|
3
|
-
"version": "0.34.0",
|
|
3
|
+
"version": "0.34.1-rc.0+1647bfed5",
|
|
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.34.0",
|
|
90
|
-
"@spectrum-web-components/icon": "^0.34.0",
|
|
91
|
-
"@spectrum-web-components/icons-ui": "^0.34.0",
|
|
92
|
-
"@spectrum-web-components/reactive-controllers": "^0.34.0",
|
|
93
|
-
"@spectrum-web-components/shared": "^0.34.0"
|
|
89
|
+
"@spectrum-web-components/base": "^0.34.1-rc.0+1647bfed5",
|
|
90
|
+
"@spectrum-web-components/icon": "^0.34.1-rc.0+1647bfed5",
|
|
91
|
+
"@spectrum-web-components/icons-ui": "^0.34.1-rc.0+1647bfed5",
|
|
92
|
+
"@spectrum-web-components/reactive-controllers": "^0.34.1-rc.0+1647bfed5",
|
|
93
|
+
"@spectrum-web-components/shared": "^0.34.1-rc.0+1647bfed5"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
96
|
"@spectrum-css/tabs": "^4.0.0"
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"./sp-*.js",
|
|
102
102
|
"./**/*.dev.js"
|
|
103
103
|
],
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "1647bfed54cb29f3513343cd0d2c2d9e73e1c508"
|
|
105
105
|
}
|