@swc-react/slider 0.39.2 → 0.39.4
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 +9 -9
- package/package.json +3 -3
package/next.d.ts
CHANGED
|
@@ -25,9 +25,6 @@ export declare const Slider: import("react").ComponentType<Partial<{
|
|
|
25
25
|
'aria-label'?: string | undefined;
|
|
26
26
|
color?: string | undefined;
|
|
27
27
|
role?: import("react").AriaRole | undefined;
|
|
28
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
29
|
-
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
30
|
-
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
31
28
|
'aria-describedby'?: string | undefined;
|
|
32
29
|
placeholder?: string | undefined;
|
|
33
30
|
defaultChecked?: boolean | undefined;
|
|
@@ -61,7 +58,7 @@ export declare const Slider: import("react").ComponentType<Partial<{
|
|
|
61
58
|
is?: string | undefined;
|
|
62
59
|
'aria-activedescendant'?: string | undefined;
|
|
63
60
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
64
|
-
'aria-autocomplete'?: "none" | "
|
|
61
|
+
'aria-autocomplete'?: "none" | "inline" | "list" | "both" | undefined;
|
|
65
62
|
'aria-braillelabel'?: string | undefined;
|
|
66
63
|
'aria-brailleroledescription'?: string | undefined;
|
|
67
64
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
@@ -76,8 +73,10 @@ export declare const Slider: import("react").ComponentType<Partial<{
|
|
|
76
73
|
'aria-details'?: string | undefined;
|
|
77
74
|
'aria-dropeffect'?: "link" | "copy" | "none" | "execute" | "move" | "popup" | undefined;
|
|
78
75
|
'aria-errormessage'?: string | undefined;
|
|
76
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
79
77
|
'aria-flowto'?: string | undefined;
|
|
80
78
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
79
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
81
80
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
82
81
|
'aria-keyshortcuts'?: string | undefined;
|
|
83
82
|
'aria-level'?: number | undefined;
|
|
@@ -89,6 +88,7 @@ export declare const Slider: import("react").ComponentType<Partial<{
|
|
|
89
88
|
'aria-owns'?: string | undefined;
|
|
90
89
|
'aria-placeholder'?: string | undefined;
|
|
91
90
|
'aria-posinset'?: number | undefined;
|
|
91
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
92
92
|
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
93
93
|
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
94
94
|
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
@@ -595,8 +595,8 @@ export declare const Slider: import("react").ComponentType<Partial<{
|
|
|
595
595
|
readonly dataset: DOMStringMap;
|
|
596
596
|
readonly focusElement: HTMLElement;
|
|
597
597
|
update: (changedProperties: Map<string, boolean>) => void;
|
|
598
|
-
variant: string;
|
|
599
598
|
quiet: boolean;
|
|
599
|
+
variant: string;
|
|
600
600
|
value: number;
|
|
601
601
|
formatOptions?: import("@internationalized/number").NumberFormatOptions | undefined;
|
|
602
602
|
hideStepper: boolean;
|
|
@@ -654,9 +654,6 @@ export declare const SliderHandle: import("react").ComponentType<Partial<{
|
|
|
654
654
|
'aria-label'?: string | undefined;
|
|
655
655
|
color?: string | undefined;
|
|
656
656
|
role?: import("react").AriaRole | undefined;
|
|
657
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
658
|
-
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
659
|
-
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
660
657
|
'aria-describedby'?: string | undefined;
|
|
661
658
|
placeholder?: string | undefined;
|
|
662
659
|
defaultChecked?: boolean | undefined;
|
|
@@ -690,7 +687,7 @@ export declare const SliderHandle: import("react").ComponentType<Partial<{
|
|
|
690
687
|
is?: string | undefined;
|
|
691
688
|
'aria-activedescendant'?: string | undefined;
|
|
692
689
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
693
|
-
'aria-autocomplete'?: "none" | "
|
|
690
|
+
'aria-autocomplete'?: "none" | "inline" | "list" | "both" | undefined;
|
|
694
691
|
'aria-braillelabel'?: string | undefined;
|
|
695
692
|
'aria-brailleroledescription'?: string | undefined;
|
|
696
693
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
@@ -705,8 +702,10 @@ export declare const SliderHandle: import("react").ComponentType<Partial<{
|
|
|
705
702
|
'aria-details'?: string | undefined;
|
|
706
703
|
'aria-dropeffect'?: "link" | "copy" | "none" | "execute" | "move" | "popup" | undefined;
|
|
707
704
|
'aria-errormessage'?: string | undefined;
|
|
705
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
708
706
|
'aria-flowto'?: string | undefined;
|
|
709
707
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
708
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
710
709
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
711
710
|
'aria-keyshortcuts'?: string | undefined;
|
|
712
711
|
'aria-level'?: number | undefined;
|
|
@@ -718,6 +717,7 @@ export declare const SliderHandle: import("react").ComponentType<Partial<{
|
|
|
718
717
|
'aria-owns'?: string | undefined;
|
|
719
718
|
'aria-placeholder'?: string | undefined;
|
|
720
719
|
'aria-posinset'?: number | undefined;
|
|
720
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
721
721
|
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
722
722
|
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
723
723
|
'aria-required'?: (boolean | "true" | "false") | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc-react/slider",
|
|
3
|
-
"version": "0.39.
|
|
3
|
+
"version": "0.39.4",
|
|
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/slider": "^0.39.
|
|
33
|
+
"@spectrum-web-components/slider": "^0.39.4"
|
|
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": "f745c90e8e9ea85ff10be025e058b14cc925ec9f"
|
|
44
44
|
}
|