@swc-react/slider 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.
Files changed (2) hide show
  1. package/next.d.ts +6 -6
  2. package/package.json +3 -3
package/next.d.ts CHANGED
@@ -14,6 +14,8 @@ export declare const Slider: import("react").ComponentType<Partial<{
14
14
  color?: string | undefined;
15
15
  lang?: string | undefined;
16
16
  role?: import("react").AriaRole | undefined;
17
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
18
+ 'aria-expanded'?: (boolean | "true" | "false") | undefined;
17
19
  'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
18
20
  hidden?: boolean | undefined;
19
21
  'aria-describedby'?: string | undefined;
@@ -64,10 +66,8 @@ export declare const Slider: import("react").ComponentType<Partial<{
64
66
  'aria-details'?: string | undefined;
65
67
  'aria-dropeffect'?: "link" | "copy" | "none" | "execute" | "move" | "popup" | undefined;
66
68
  'aria-errormessage'?: string | undefined;
67
- 'aria-expanded'?: (boolean | "true" | "false") | undefined;
68
69
  'aria-flowto'?: string | undefined;
69
70
  'aria-grabbed'?: (boolean | "true" | "false") | undefined;
70
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
71
71
  'aria-hidden'?: (boolean | "true" | "false") | undefined;
72
72
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
73
73
  'aria-keyshortcuts'?: string | undefined;
@@ -281,6 +281,7 @@ export declare const Slider: import("react").ComponentType<Partial<{
281
281
  normalize: () => void;
282
282
  ariaHidden: string | null;
283
283
  name: string;
284
+ readonly focusElement: HTMLElement;
284
285
  shadowRoot: ShadowRoot;
285
286
  update: (changedProperties: Map<string, boolean>) => void;
286
287
  readonly isConnected: boolean;
@@ -294,7 +295,6 @@ export declare const Slider: import("react").ComponentType<Partial<{
294
295
  min: number;
295
296
  step: number;
296
297
  _forcedUnit: string;
297
- readonly focusElement: HTMLElement;
298
298
  connectedCallback: () => void;
299
299
  disconnectedCallback: () => void;
300
300
  readonly renderRoot: HTMLElement | ShadowRoot;
@@ -633,6 +633,8 @@ export declare const SliderHandle: import("react").ComponentType<Partial<{
633
633
  color?: string | undefined;
634
634
  lang?: string | undefined;
635
635
  role?: import("react").AriaRole | undefined;
636
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
637
+ 'aria-expanded'?: (boolean | "true" | "false") | undefined;
636
638
  'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
637
639
  hidden?: boolean | undefined;
638
640
  'aria-describedby'?: string | undefined;
@@ -683,10 +685,8 @@ export declare const SliderHandle: import("react").ComponentType<Partial<{
683
685
  'aria-details'?: string | undefined;
684
686
  'aria-dropeffect'?: "link" | "copy" | "none" | "execute" | "move" | "popup" | undefined;
685
687
  'aria-errormessage'?: string | undefined;
686
- 'aria-expanded'?: (boolean | "true" | "false") | undefined;
687
688
  'aria-flowto'?: string | undefined;
688
689
  'aria-grabbed'?: (boolean | "true" | "false") | undefined;
689
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
690
690
  'aria-hidden'?: (boolean | "true" | "false") | undefined;
691
691
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
692
692
  'aria-keyshortcuts'?: string | undefined;
@@ -897,6 +897,7 @@ export declare const SliderHandle: import("react").ComponentType<Partial<{
897
897
  normalize: () => void;
898
898
  ariaHidden: string | null;
899
899
  name: string;
900
+ readonly focusElement: HTMLElement;
900
901
  shadowRoot: ShadowRoot;
901
902
  readonly isConnected: boolean;
902
903
  value: number;
@@ -905,7 +906,6 @@ export declare const SliderHandle: import("react").ComponentType<Partial<{
905
906
  min?: number | "previous" | undefined;
906
907
  step?: number | undefined;
907
908
  _forcedUnit: string;
908
- readonly focusElement: HTMLElement;
909
909
  connectedCallback: () => void;
910
910
  disconnectedCallback: () => void;
911
911
  readonly renderRoot: HTMLElement | ShadowRoot;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc-react/slider",
3
- "version": "0.33.3-overlay.66+30e96d5ea",
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/slider": "^0.33.3-overlay.66+30e96d5ea"
33
+ "@spectrum-web-components/slider": "^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": "30e96d5eaed31b7b2af916d78cabccb722889fe3"
43
+ "gitHead": "1647bfed54cb29f3513343cd0d2c2d9e73e1c508"
44
44
  }