@swc-react/tabs 0.33.3-overlay.66 → 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/next.d.ts +8 -8
- package/package.json +3 -3
package/next.d.ts
CHANGED
|
@@ -25,6 +25,8 @@ export declare const Tab: import("react").ComponentType<Partial<{
|
|
|
25
25
|
'aria-controls'?: string | undefined;
|
|
26
26
|
'aria-labelledby'?: string | undefined;
|
|
27
27
|
'aria-label'?: string | undefined;
|
|
28
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
29
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
28
30
|
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
29
31
|
defaultChecked?: boolean | undefined;
|
|
30
32
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
@@ -67,10 +69,8 @@ export declare const Tab: import("react").ComponentType<Partial<{
|
|
|
67
69
|
'aria-details'?: string | undefined;
|
|
68
70
|
'aria-dropeffect'?: "link" | "copy" | "none" | "execute" | "move" | "popup" | undefined;
|
|
69
71
|
'aria-errormessage'?: string | undefined;
|
|
70
|
-
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
71
72
|
'aria-flowto'?: string | undefined;
|
|
72
73
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
73
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
74
74
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
75
75
|
'aria-keyshortcuts'?: string | undefined;
|
|
76
76
|
'aria-level'?: number | undefined;
|
|
@@ -615,6 +615,8 @@ export declare const TabPanel: import("react").ComponentType<Partial<{
|
|
|
615
615
|
'aria-controls'?: string | undefined;
|
|
616
616
|
'aria-labelledby'?: string | undefined;
|
|
617
617
|
'aria-label'?: string | undefined;
|
|
618
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
619
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
618
620
|
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
619
621
|
defaultChecked?: boolean | undefined;
|
|
620
622
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
@@ -657,10 +659,8 @@ export declare const TabPanel: import("react").ComponentType<Partial<{
|
|
|
657
659
|
'aria-details'?: string | undefined;
|
|
658
660
|
'aria-dropeffect'?: "link" | "copy" | "none" | "execute" | "move" | "popup" | undefined;
|
|
659
661
|
'aria-errormessage'?: string | undefined;
|
|
660
|
-
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
661
662
|
'aria-flowto'?: string | undefined;
|
|
662
663
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
663
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
664
664
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
665
665
|
'aria-keyshortcuts'?: string | undefined;
|
|
666
666
|
'aria-level'?: number | undefined;
|
|
@@ -1197,6 +1197,8 @@ export declare const Tabs: import("react").ComponentType<Partial<{
|
|
|
1197
1197
|
'aria-controls'?: string | undefined;
|
|
1198
1198
|
'aria-labelledby'?: string | undefined;
|
|
1199
1199
|
'aria-label'?: string | undefined;
|
|
1200
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
1201
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
1200
1202
|
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1201
1203
|
defaultChecked?: boolean | undefined;
|
|
1202
1204
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
@@ -1239,10 +1241,8 @@ export declare const Tabs: import("react").ComponentType<Partial<{
|
|
|
1239
1241
|
'aria-details'?: string | undefined;
|
|
1240
1242
|
'aria-dropeffect'?: "link" | "copy" | "none" | "execute" | "move" | "popup" | undefined;
|
|
1241
1243
|
'aria-errormessage'?: string | undefined;
|
|
1242
|
-
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
1243
1244
|
'aria-flowto'?: string | undefined;
|
|
1244
1245
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
1245
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
1246
1246
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1247
1247
|
'aria-keyshortcuts'?: string | undefined;
|
|
1248
1248
|
'aria-level'?: number | undefined;
|
|
@@ -1795,6 +1795,8 @@ export declare const TabsOverflow: import("react").ComponentType<Partial<{
|
|
|
1795
1795
|
'aria-controls'?: string | undefined;
|
|
1796
1796
|
'aria-labelledby'?: string | undefined;
|
|
1797
1797
|
'aria-label'?: string | undefined;
|
|
1798
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
1799
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
1798
1800
|
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1799
1801
|
defaultChecked?: boolean | undefined;
|
|
1800
1802
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
@@ -1837,10 +1839,8 @@ export declare const TabsOverflow: import("react").ComponentType<Partial<{
|
|
|
1837
1839
|
'aria-details'?: string | undefined;
|
|
1838
1840
|
'aria-dropeffect'?: "link" | "copy" | "none" | "execute" | "move" | "popup" | undefined;
|
|
1839
1841
|
'aria-errormessage'?: string | undefined;
|
|
1840
|
-
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
1841
1842
|
'aria-flowto'?: string | undefined;
|
|
1842
1843
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
1843
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
1844
1844
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1845
1845
|
'aria-keyshortcuts'?: string | undefined;
|
|
1846
1846
|
'aria-level'?: number | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc-react/tabs",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.34.1-rc.0+1647bfed5",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@lit-labs/react": "^1.1.1",
|
|
33
|
-
"@spectrum-web-components/tabs": "^0.
|
|
33
|
+
"@spectrum-web-components/tabs": "^0.34.1-rc.0+1647bfed5"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"next": "~13.4"
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"optional": true
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "1647bfed54cb29f3513343cd0d2c2d9e73e1c508"
|
|
44
44
|
}
|