@frontify/fondue 12.0.5 → 12.0.7
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/dist/foundation/Icon/IconSize.es.js +8 -5
- package/dist/foundation/Icon/IconSize.es.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +5 -2
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/packages/components/style.css +1 -1
- package/dist/packages/tokens/tailwind.config.js +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -10345,6 +10345,9 @@ export declare const IconSizeMap: {
|
|
|
10345
10345
|
Size20: string;
|
|
10346
10346
|
Size24: string;
|
|
10347
10347
|
Size32: string;
|
|
10348
|
+
16: string;
|
|
10349
|
+
20: string;
|
|
10350
|
+
24: string;
|
|
10348
10351
|
};
|
|
10349
10352
|
|
|
10350
10353
|
export declare const IconSketch: MemoExoticComponent< {
|
|
@@ -14262,12 +14265,12 @@ export { WrapNodesOptions }
|
|
|
14262
14265
|
export { }
|
|
14263
14266
|
|
|
14264
14267
|
|
|
14265
|
-
declare namespace
|
|
14268
|
+
declare namespace PatternDigitalAssets {
|
|
14266
14269
|
var displayName: string;
|
|
14267
14270
|
}
|
|
14268
14271
|
|
|
14269
14272
|
|
|
14270
|
-
declare namespace
|
|
14273
|
+
declare namespace PatternImagery {
|
|
14271
14274
|
var displayName: string;
|
|
14272
14275
|
}
|
|
14273
14276
|
|