@spectrum-web-components/tabs 0.11.0 → 0.11.1

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,7 +4,7 @@
4
4
  "modules": [
5
5
  {
6
6
  "kind": "javascript-module",
7
- "path": "sp-tab-panel.js",
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.js",
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.js",
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.js",
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.js",
67
+ "path": "src/Tab.ts",
68
68
  "declarations": [
69
69
  {
70
70
  "kind": "class",
@@ -252,14 +252,14 @@
252
252
  "name": "Tab",
253
253
  "declaration": {
254
254
  "name": "Tab",
255
- "module": "src/Tab.js"
255
+ "module": "src/Tab.ts"
256
256
  }
257
257
  }
258
258
  ]
259
259
  },
260
260
  {
261
261
  "kind": "javascript-module",
262
- "path": "src/TabPanel.js",
262
+ "path": "src/TabPanel.ts",
263
263
  "declarations": [
264
264
  {
265
265
  "kind": "class",
@@ -337,14 +337,14 @@
337
337
  "name": "TabPanel",
338
338
  "declaration": {
339
339
  "name": "TabPanel",
340
- "module": "src/TabPanel.js"
340
+ "module": "src/TabPanel.ts"
341
341
  }
342
342
  }
343
343
  ]
344
344
  },
345
345
  {
346
346
  "kind": "javascript-module",
347
- "path": "src/Tabs.js",
347
+ "path": "src/Tabs.ts",
348
348
  "declarations": [
349
349
  {
350
350
  "kind": "variable",
@@ -769,7 +769,7 @@
769
769
  "name": "ScaledIndicator",
770
770
  "declaration": {
771
771
  "name": "ScaledIndicator",
772
- "module": "src/Tabs.js"
772
+ "module": "src/Tabs.ts"
773
773
  }
774
774
  },
775
775
  {
@@ -777,14 +777,14 @@
777
777
  "name": "Tabs",
778
778
  "declaration": {
779
779
  "name": "Tabs",
780
- "module": "src/Tabs.js"
780
+ "module": "src/Tabs.ts"
781
781
  }
782
782
  }
783
783
  ]
784
784
  },
785
785
  {
786
786
  "kind": "javascript-module",
787
- "path": "src/TabsOverflow.js",
787
+ "path": "src/TabsOverflow.ts",
788
788
  "declarations": [
789
789
  {
790
790
  "kind": "class",
@@ -883,7 +883,7 @@
883
883
  "name": "TabsOverflow",
884
884
  "declaration": {
885
885
  "name": "TabsOverflow",
886
- "module": "src/TabsOverflow.js"
886
+ "module": "src/TabsOverflow.ts"
887
887
  }
888
888
  }
889
889
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/tabs",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -86,8 +86,8 @@
86
86
  "dependencies": {
87
87
  "@lit-labs/observers": "^1.0.1",
88
88
  "@spectrum-web-components/base": "^0.7.4",
89
- "@spectrum-web-components/icon": "^0.12.5",
90
- "@spectrum-web-components/icons-ui": "^0.9.5",
89
+ "@spectrum-web-components/icon": "^0.12.8",
90
+ "@spectrum-web-components/icons-ui": "^0.9.9",
91
91
  "@spectrum-web-components/reactive-controllers": "^0.3.5",
92
92
  "@spectrum-web-components/shared": "^0.15.5"
93
93
  },
@@ -100,5 +100,5 @@
100
100
  "./sp-*.js",
101
101
  "./**/*.dev.js"
102
102
  ],
103
- "gitHead": "19b71bd41bc476cdae09afe3f2e48ba8b9b5dcdd"
103
+ "gitHead": "5e11d828243bb3ff572c25b33a8d58844a89f524"
104
104
  }