@swc-react/sidenav 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 +4 -3
- package/package.json +3 -3
package/next.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export declare const SideNav: import("react").ComponentType<Partial<{
|
|
|
9
9
|
id?: string | undefined;
|
|
10
10
|
className?: string | undefined;
|
|
11
11
|
accessKey?: string | undefined;
|
|
12
|
+
role?: import("react").AriaRole | undefined;
|
|
12
13
|
defaultChecked?: boolean | undefined;
|
|
13
14
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
14
15
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -23,7 +24,6 @@ export declare const SideNav: import("react").ComponentType<Partial<{
|
|
|
23
24
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
24
25
|
translate?: "yes" | "no" | undefined;
|
|
25
26
|
radioGroup?: string | undefined;
|
|
26
|
-
role?: import("react").AriaRole | undefined;
|
|
27
27
|
about?: string | undefined;
|
|
28
28
|
datatype?: string | undefined;
|
|
29
29
|
inlist?: any;
|
|
@@ -269,6 +269,7 @@ export declare const SideNav: import("react").ComponentType<Partial<{
|
|
|
269
269
|
(options?: ScrollToOptions | undefined): void;
|
|
270
270
|
(x: number, y: number): void;
|
|
271
271
|
};
|
|
272
|
+
label?: string | undefined;
|
|
272
273
|
animate: (keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined) => Animation;
|
|
273
274
|
readonly renderOptions: import("lit-html").RenderOptions;
|
|
274
275
|
disabled: boolean;
|
|
@@ -599,6 +600,7 @@ export declare const SideNavHeading: import("react").ComponentType<Partial<{
|
|
|
599
600
|
id?: string | undefined;
|
|
600
601
|
className?: string | undefined;
|
|
601
602
|
accessKey?: string | undefined;
|
|
603
|
+
role?: import("react").AriaRole | undefined;
|
|
602
604
|
defaultChecked?: boolean | undefined;
|
|
603
605
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
604
606
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -613,7 +615,6 @@ export declare const SideNavHeading: import("react").ComponentType<Partial<{
|
|
|
613
615
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
614
616
|
translate?: "yes" | "no" | undefined;
|
|
615
617
|
radioGroup?: string | undefined;
|
|
616
|
-
role?: import("react").AriaRole | undefined;
|
|
617
618
|
about?: string | undefined;
|
|
618
619
|
datatype?: string | undefined;
|
|
619
620
|
inlist?: any;
|
|
@@ -1180,6 +1181,7 @@ export declare const SideNavItem: import("react").ComponentType<Partial<{
|
|
|
1180
1181
|
id?: string | undefined;
|
|
1181
1182
|
className?: string | undefined;
|
|
1182
1183
|
accessKey?: string | undefined;
|
|
1184
|
+
role?: import("react").AriaRole | undefined;
|
|
1183
1185
|
defaultChecked?: boolean | undefined;
|
|
1184
1186
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1185
1187
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -1194,7 +1196,6 @@ export declare const SideNavItem: import("react").ComponentType<Partial<{
|
|
|
1194
1196
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
1195
1197
|
translate?: "yes" | "no" | undefined;
|
|
1196
1198
|
radioGroup?: string | undefined;
|
|
1197
|
-
role?: import("react").AriaRole | undefined;
|
|
1198
1199
|
about?: string | undefined;
|
|
1199
1200
|
datatype?: string | undefined;
|
|
1200
1201
|
inlist?: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc-react/sidenav",
|
|
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/sidenav": "^0.
|
|
33
|
+
"@spectrum-web-components/sidenav": "^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
|
}
|