@swc-react/icon 0.39.3 → 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.
Files changed (2) hide show
  1. package/next.d.ts +1 -1
  2. package/package.json +3 -3
package/next.d.ts CHANGED
@@ -272,7 +272,7 @@ export declare const Icon: import("react").ComponentType<Partial<{
272
272
  } & {
273
273
  readonly attributes: NamedNodeMap;
274
274
  readonly localName: string;
275
- size?: "s" | "m" | "l" | "xl" | "xxl" | undefined;
275
+ size?: "xxs" | "xs" | "s" | "m" | "l" | "xl" | "xxl" | undefined;
276
276
  label: string;
277
277
  normalize: () => void;
278
278
  name?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc-react/icon",
3
- "version": "0.39.3",
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/icon": "^0.39.3"
33
+ "@spectrum-web-components/icon": "^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": "d7840b3a9b99db4de62c44e3fb91b69dec7319af"
43
+ "gitHead": "f745c90e8e9ea85ff10be025e058b14cc925ec9f"
44
44
  }