@swc-react/checkbox 0.32.1-overlay.41 → 0.33.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 +3 -3
  2. package/package.json +3 -3
package/next.d.ts CHANGED
@@ -7,7 +7,6 @@ export declare const Checkbox: import("react").ComponentType<Partial<{
7
7
  tabIndex?: number | undefined;
8
8
  'aria-disabled'?: (boolean | "true" | "false") | undefined;
9
9
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
10
- 'aria-checked'?: boolean | "true" | "mixed" | "false" | undefined;
11
10
  defaultChecked?: boolean | undefined;
12
11
  defaultValue?: string | number | readonly string[] | undefined;
13
12
  suppressContentEditableWarning?: boolean | undefined;
@@ -52,6 +51,7 @@ export declare const Checkbox: import("react").ComponentType<Partial<{
52
51
  'aria-atomic'?: (boolean | "true" | "false") | undefined;
53
52
  'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
54
53
  'aria-busy'?: (boolean | "true" | "false") | undefined;
54
+ 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
55
55
  'aria-colcount'?: number | undefined;
56
56
  'aria-colindex'?: number | undefined;
57
57
  'aria-colspan'?: number | undefined;
@@ -78,7 +78,7 @@ export declare const Checkbox: import("react").ComponentType<Partial<{
78
78
  'aria-owns'?: string | undefined;
79
79
  'aria-placeholder'?: string | undefined;
80
80
  'aria-posinset'?: number | undefined;
81
- 'aria-pressed'?: boolean | "true" | "mixed" | "false" | undefined;
81
+ 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
82
82
  'aria-readonly'?: (boolean | "true" | "false") | undefined;
83
83
  'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
84
84
  'aria-required'?: (boolean | "true" | "false") | undefined;
@@ -572,8 +572,8 @@ export declare const Checkbox: import("react").ComponentType<Partial<{
572
572
  onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
573
573
  onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
574
574
  readonly dataset: DOMStringMap;
575
- readonly focusElement: HTMLElement;
576
575
  handleChange: () => void;
576
+ readonly focusElement: HTMLElement;
577
577
  connectedCallback: () => void;
578
578
  readonly renderOptions: import("lit-html").RenderOptions;
579
579
  disconnectedCallback: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc-react/checkbox",
3
- "version": "0.32.1-overlay.41+ea2752a5d",
3
+ "version": "0.33.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/checkbox": "^0.32.1-overlay.41+ea2752a5d"
33
+ "@spectrum-web-components/checkbox": "^0.33.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": "ea2752a5dab7c3fc9f9d68148e74af23c63e2cfd"
43
+ "gitHead": "0f46cf0508f39ec42ce8c52b1e6f0055bacb4f00"
44
44
  }