@spectrum-web-components/tabs 0.10.6 → 0.10.7-react.32
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 +9 -9
- package/package.json +5 -5
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.
|
|
37
|
+
"path": "sp-tabs.ts",
|
|
38
38
|
"declarations": [],
|
|
39
39
|
"exports": [
|
|
40
40
|
{
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
"kind": "javascript-module",
|
|
52
|
-
"path": "src/Tab.
|
|
52
|
+
"path": "src/Tab.ts",
|
|
53
53
|
"declarations": [
|
|
54
54
|
{
|
|
55
55
|
"kind": "class",
|
|
@@ -237,14 +237,14 @@
|
|
|
237
237
|
"name": "Tab",
|
|
238
238
|
"declaration": {
|
|
239
239
|
"name": "Tab",
|
|
240
|
-
"module": "src/Tab.
|
|
240
|
+
"module": "src/Tab.ts"
|
|
241
241
|
}
|
|
242
242
|
}
|
|
243
243
|
]
|
|
244
244
|
},
|
|
245
245
|
{
|
|
246
246
|
"kind": "javascript-module",
|
|
247
|
-
"path": "src/TabPanel.
|
|
247
|
+
"path": "src/TabPanel.ts",
|
|
248
248
|
"declarations": [
|
|
249
249
|
{
|
|
250
250
|
"kind": "class",
|
|
@@ -322,14 +322,14 @@
|
|
|
322
322
|
"name": "TabPanel",
|
|
323
323
|
"declaration": {
|
|
324
324
|
"name": "TabPanel",
|
|
325
|
-
"module": "src/TabPanel.
|
|
325
|
+
"module": "src/TabPanel.ts"
|
|
326
326
|
}
|
|
327
327
|
}
|
|
328
328
|
]
|
|
329
329
|
},
|
|
330
330
|
{
|
|
331
331
|
"kind": "javascript-module",
|
|
332
|
-
"path": "src/Tabs.
|
|
332
|
+
"path": "src/Tabs.ts",
|
|
333
333
|
"declarations": [
|
|
334
334
|
{
|
|
335
335
|
"kind": "class",
|
|
@@ -694,7 +694,7 @@
|
|
|
694
694
|
"name": "Tabs",
|
|
695
695
|
"declaration": {
|
|
696
696
|
"name": "Tabs",
|
|
697
|
-
"module": "src/Tabs.
|
|
697
|
+
"module": "src/Tabs.ts"
|
|
698
698
|
}
|
|
699
699
|
}
|
|
700
700
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/tabs",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.7-react.32+342d768c5",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -76,9 +76,9 @@
|
|
|
76
76
|
],
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"@lit-labs/observers": "^1.0.1",
|
|
79
|
-
"@spectrum-web-components/base": "^0.7.
|
|
80
|
-
"@spectrum-web-components/reactive-controllers": "^0.3.
|
|
81
|
-
"@spectrum-web-components/shared": "^0.15.
|
|
79
|
+
"@spectrum-web-components/base": "^0.7.5-react.32+342d768c5",
|
|
80
|
+
"@spectrum-web-components/reactive-controllers": "^0.3.6-react.62+342d768c5",
|
|
81
|
+
"@spectrum-web-components/shared": "^0.15.6-react.32+342d768c5"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@spectrum-css/tabs": "^3.2.21"
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"./sp-*.js",
|
|
90
90
|
"./**/*.dev.js"
|
|
91
91
|
],
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "342d768c58d0a2790117f7625db6085210bb7f17"
|
|
93
93
|
}
|