@spectrum-web-components/tabs 0.31.1-react.3 → 0.32.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.
@@ -4,31 +4,67 @@
4
4
  "modules": [
5
5
  {
6
6
  "kind": "javascript-module",
7
- "path": "sp-tab-panel.ts",
7
+ "path": "sp-tab-panel.js",
8
8
  "declarations": [],
9
- "exports": []
9
+ "exports": [
10
+ {
11
+ "kind": "custom-element-definition",
12
+ "name": "sp-tab-panel",
13
+ "declaration": {
14
+ "name": "TabPanel",
15
+ "module": "/src/TabPanel.js"
16
+ }
17
+ }
18
+ ]
10
19
  },
11
20
  {
12
21
  "kind": "javascript-module",
13
- "path": "sp-tab.ts",
22
+ "path": "sp-tab.js",
14
23
  "declarations": [],
15
- "exports": []
24
+ "exports": [
25
+ {
26
+ "kind": "custom-element-definition",
27
+ "name": "sp-tab",
28
+ "declaration": {
29
+ "name": "Tab",
30
+ "module": "/src/Tab.js"
31
+ }
32
+ }
33
+ ]
16
34
  },
17
35
  {
18
36
  "kind": "javascript-module",
19
- "path": "sp-tabs-overflow.ts",
37
+ "path": "sp-tabs-overflow.js",
20
38
  "declarations": [],
21
- "exports": []
39
+ "exports": [
40
+ {
41
+ "kind": "custom-element-definition",
42
+ "name": "sp-tabs-overflow",
43
+ "declaration": {
44
+ "name": "TabsOverflow",
45
+ "module": "/src/TabsOverflow.js"
46
+ }
47
+ }
48
+ ]
22
49
  },
23
50
  {
24
51
  "kind": "javascript-module",
25
- "path": "sp-tabs.ts",
52
+ "path": "sp-tabs.js",
26
53
  "declarations": [],
27
- "exports": []
54
+ "exports": [
55
+ {
56
+ "kind": "custom-element-definition",
57
+ "name": "sp-tabs",
58
+ "declaration": {
59
+ "name": "Tabs",
60
+ "module": "/src/Tabs.js"
61
+ }
62
+ }
63
+ ]
28
64
  },
29
65
  {
30
66
  "kind": "javascript-module",
31
- "path": "src/Tab.ts",
67
+ "path": "src/Tab.js",
32
68
  "declarations": [
33
69
  {
34
70
  "kind": "class",
@@ -61,7 +97,8 @@
61
97
  "type": {
62
98
  "text": "boolean"
63
99
  },
64
- "privacy": "protected"
100
+ "privacy": "protected",
101
+ "readonly": true
65
102
  },
66
103
  {
67
104
  "kind": "field",
@@ -69,7 +106,8 @@
69
106
  "type": {
70
107
  "text": "boolean"
71
108
  },
72
- "privacy": "protected"
109
+ "privacy": "protected",
110
+ "readonly": true
73
111
  },
74
112
  {
75
113
  "kind": "field",
@@ -197,14 +235,14 @@
197
235
  "name": "Tab",
198
236
  "declaration": {
199
237
  "name": "Tab",
200
- "module": "src/Tab.ts"
238
+ "module": "src/Tab.js"
201
239
  }
202
240
  }
203
241
  ]
204
242
  },
205
243
  {
206
244
  "kind": "javascript-module",
207
- "path": "src/TabPanel.ts",
245
+ "path": "src/TabPanel.js",
208
246
  "declarations": [
209
247
  {
210
248
  "kind": "class",
@@ -282,14 +320,14 @@
282
320
  "name": "TabPanel",
283
321
  "declaration": {
284
322
  "name": "TabPanel",
285
- "module": "src/TabPanel.ts"
323
+ "module": "src/TabPanel.js"
286
324
  }
287
325
  }
288
326
  ]
289
327
  },
290
328
  {
291
329
  "kind": "javascript-module",
292
- "path": "src/Tabs.ts",
330
+ "path": "src/Tabs.js",
293
331
  "declarations": [
294
332
  {
295
333
  "kind": "variable",
@@ -481,7 +519,8 @@
481
519
  "type": {
482
520
  "text": "Tab | this"
483
521
  },
484
- "privacy": "private"
522
+ "privacy": "private",
523
+ "readonly": true
485
524
  },
486
525
  {
487
526
  "kind": "method",
@@ -514,7 +553,8 @@
514
553
  "type": {
515
554
  "text": "Record<string, boolean>"
516
555
  },
517
- "privacy": "public"
556
+ "privacy": "public",
557
+ "readonly": true
518
558
  },
519
559
  {
520
560
  "kind": "method",
@@ -703,7 +743,7 @@
703
743
  "name": "ScaledIndicator",
704
744
  "declaration": {
705
745
  "name": "ScaledIndicator",
706
- "module": "src/Tabs.ts"
746
+ "module": "src/Tabs.js"
707
747
  }
708
748
  },
709
749
  {
@@ -711,14 +751,14 @@
711
751
  "name": "Tabs",
712
752
  "declaration": {
713
753
  "name": "Tabs",
714
- "module": "src/Tabs.ts"
754
+ "module": "src/Tabs.js"
715
755
  }
716
756
  }
717
757
  ]
718
758
  },
719
759
  {
720
760
  "kind": "javascript-module",
721
- "path": "src/TabsOverflow.ts",
761
+ "path": "src/TabsOverflow.js",
722
762
  "declarations": [
723
763
  {
724
764
  "kind": "class",
@@ -854,7 +894,7 @@
854
894
  "name": "TabsOverflow",
855
895
  "declaration": {
856
896
  "name": "TabsOverflow",
857
- "module": "src/TabsOverflow.ts"
897
+ "module": "src/TabsOverflow.js"
858
898
  }
859
899
  }
860
900
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/tabs",
3
- "version": "0.31.1-react.3+886f51591",
3
+ "version": "0.32.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -86,14 +86,14 @@
86
86
  ],
87
87
  "dependencies": {
88
88
  "@lit-labs/observers": "^2.0.0",
89
- "@spectrum-web-components/base": "^0.31.1-react.3+886f51591",
90
- "@spectrum-web-components/icon": "^0.31.1-react.3+886f51591",
91
- "@spectrum-web-components/icons-ui": "^0.31.1-react.3+886f51591",
92
- "@spectrum-web-components/reactive-controllers": "^0.31.1-react.3+886f51591",
93
- "@spectrum-web-components/shared": "^0.31.1-react.3+886f51591"
89
+ "@spectrum-web-components/base": "^0.32.0",
90
+ "@spectrum-web-components/icon": "^0.32.0",
91
+ "@spectrum-web-components/icons-ui": "^0.32.0",
92
+ "@spectrum-web-components/reactive-controllers": "^0.32.0",
93
+ "@spectrum-web-components/shared": "^0.32.0"
94
94
  },
95
95
  "devDependencies": {
96
- "@spectrum-css/tabs": "^3.2.43"
96
+ "@spectrum-css/tabs": "^3.2.52"
97
97
  },
98
98
  "types": "./src/index.d.ts",
99
99
  "customElements": "custom-elements.json",
@@ -101,5 +101,5 @@
101
101
  "./sp-*.js",
102
102
  "./**/*.dev.js"
103
103
  ],
104
- "gitHead": "886f515919ca0e8a1cec52a00babb1d4a195ae01"
104
+ "gitHead": "c5f67662ac54d0e37debaf7cbd7c2df60e8b294e"
105
105
  }