@swc-react/menu 0.37.0 → 0.39.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 +4 -4
- package/package.json +3 -3
package/next.d.ts
CHANGED
|
@@ -21,6 +21,7 @@ export declare const Menu: import("react").ComponentType<Partial<{
|
|
|
21
21
|
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
22
22
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
23
23
|
nonce?: string | undefined;
|
|
24
|
+
content?: string | undefined;
|
|
24
25
|
'aria-describedby'?: string | undefined;
|
|
25
26
|
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | "grid" | undefined;
|
|
26
27
|
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
@@ -28,7 +29,6 @@ export declare const Menu: import("react").ComponentType<Partial<{
|
|
|
28
29
|
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
29
30
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
30
31
|
'aria-label'?: string | undefined;
|
|
31
|
-
content?: string | undefined;
|
|
32
32
|
'aria-activedescendant'?: string | undefined;
|
|
33
33
|
'aria-labelledby'?: string | undefined;
|
|
34
34
|
defaultChecked?: boolean | undefined;
|
|
@@ -638,6 +638,7 @@ export declare const MenuDivider: import("react").ComponentType<Partial<{
|
|
|
638
638
|
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
639
639
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
640
640
|
nonce?: string | undefined;
|
|
641
|
+
content?: string | undefined;
|
|
641
642
|
'aria-describedby'?: string | undefined;
|
|
642
643
|
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | "grid" | undefined;
|
|
643
644
|
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
@@ -645,7 +646,6 @@ export declare const MenuDivider: import("react").ComponentType<Partial<{
|
|
|
645
646
|
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
646
647
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
647
648
|
'aria-label'?: string | undefined;
|
|
648
|
-
content?: string | undefined;
|
|
649
649
|
'aria-activedescendant'?: string | undefined;
|
|
650
650
|
'aria-labelledby'?: string | undefined;
|
|
651
651
|
defaultChecked?: boolean | undefined;
|
|
@@ -1228,6 +1228,7 @@ export declare const MenuGroup: import("react").ComponentType<Partial<{
|
|
|
1228
1228
|
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
1229
1229
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1230
1230
|
nonce?: string | undefined;
|
|
1231
|
+
content?: string | undefined;
|
|
1231
1232
|
'aria-describedby'?: string | undefined;
|
|
1232
1233
|
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | "grid" | undefined;
|
|
1233
1234
|
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
@@ -1235,7 +1236,6 @@ export declare const MenuGroup: import("react").ComponentType<Partial<{
|
|
|
1235
1236
|
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
1236
1237
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1237
1238
|
'aria-label'?: string | undefined;
|
|
1238
|
-
content?: string | undefined;
|
|
1239
1239
|
'aria-activedescendant'?: string | undefined;
|
|
1240
1240
|
'aria-labelledby'?: string | undefined;
|
|
1241
1241
|
defaultChecked?: boolean | undefined;
|
|
@@ -1845,6 +1845,7 @@ export declare const MenuItem: import("react").ComponentType<Partial<{
|
|
|
1845
1845
|
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
1846
1846
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1847
1847
|
nonce?: string | undefined;
|
|
1848
|
+
content?: string | undefined;
|
|
1848
1849
|
'aria-describedby'?: string | undefined;
|
|
1849
1850
|
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | "grid" | undefined;
|
|
1850
1851
|
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
@@ -1852,7 +1853,6 @@ export declare const MenuItem: import("react").ComponentType<Partial<{
|
|
|
1852
1853
|
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
1853
1854
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1854
1855
|
'aria-label'?: string | undefined;
|
|
1855
|
-
content?: string | undefined;
|
|
1856
1856
|
'aria-activedescendant'?: string | undefined;
|
|
1857
1857
|
'aria-labelledby'?: string | undefined;
|
|
1858
1858
|
defaultChecked?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc-react/menu",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.39.0",
|
|
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/menu": "^0.
|
|
33
|
+
"@spectrum-web-components/menu": "^0.39.0"
|
|
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": "1a4b3c2d32e51b7f22a7f1196c3c0270512e7c4c"
|
|
44
44
|
}
|