@spectrum-web-components/tabs 0.31.1-react.2 → 0.31.1-react.21
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 +48 -8
- package/package.json +8 -8
package/custom-elements.json
CHANGED
|
@@ -6,25 +6,61 @@
|
|
|
6
6
|
"kind": "javascript-module",
|
|
7
7
|
"path": "sp-tab-panel.ts",
|
|
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
22
|
"path": "sp-tab.ts",
|
|
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
37
|
"path": "sp-tabs-overflow.ts",
|
|
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
52
|
"path": "sp-tabs.ts",
|
|
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",
|
|
@@ -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",
|
|
@@ -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",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/tabs",
|
|
3
|
-
"version": "0.31.1-react.
|
|
3
|
+
"version": "0.31.1-react.21+44f0b1df9",
|
|
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.
|
|
90
|
-
"@spectrum-web-components/icon": "^0.31.1-react.
|
|
91
|
-
"@spectrum-web-components/icons-ui": "^0.31.1-react.
|
|
92
|
-
"@spectrum-web-components/reactive-controllers": "^0.31.1-react.
|
|
93
|
-
"@spectrum-web-components/shared": "^0.31.1-react.
|
|
89
|
+
"@spectrum-web-components/base": "^0.31.1-react.21+44f0b1df9",
|
|
90
|
+
"@spectrum-web-components/icon": "^0.31.1-react.21+44f0b1df9",
|
|
91
|
+
"@spectrum-web-components/icons-ui": "^0.31.1-react.21+44f0b1df9",
|
|
92
|
+
"@spectrum-web-components/reactive-controllers": "^0.31.1-react.21+44f0b1df9",
|
|
93
|
+
"@spectrum-web-components/shared": "^0.31.1-react.21+44f0b1df9"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
|
-
"@spectrum-css/tabs": "^3.2.
|
|
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": "
|
|
104
|
+
"gitHead": "44f0b1df9e1ea77d9e931629a63918ceee2744c2"
|
|
105
105
|
}
|