@swc-react/card 0.32.1-overlay.33 → 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 +2 -2
  2. package/package.json +3 -3
package/next.d.ts CHANGED
@@ -9,7 +9,6 @@ export declare const Card: import("react").ComponentType<Partial<{
9
9
  tabIndex?: number | undefined;
10
10
  'aria-disabled'?: (boolean | "true" | "false") | undefined;
11
11
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
12
- 'aria-checked'?: boolean | "true" | "mixed" | "false" | undefined;
13
12
  defaultChecked?: boolean | undefined;
14
13
  defaultValue?: string | number | readonly string[] | undefined;
15
14
  suppressContentEditableWarning?: boolean | undefined;
@@ -52,6 +51,7 @@ export declare const Card: 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 Card: 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc-react/card",
3
- "version": "0.32.1-overlay.33+8b9227d00",
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/card": "^0.32.1-overlay.33+8b9227d00"
33
+ "@spectrum-web-components/card": "^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": "8b9227d00900eacee1c6d194064f10062f27ab3e"
43
+ "gitHead": "0f46cf0508f39ec42ce8c52b1e6f0055bacb4f00"
44
44
  }