@swc-react/icon 0.39.3 → 0.40.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.
- package/next.d.ts +1 -1
- 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.
|
|
3
|
+
"version": "0.40.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/icon": "^0.
|
|
33
|
+
"@spectrum-web-components/icon": "^0.40.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": "
|
|
43
|
+
"gitHead": "24d5569a839da94892ecfd125428779587ffb1f5"
|
|
44
44
|
}
|