@frontify/fondue 12.1.0 → 12.1.1
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/index.d.ts
CHANGED
|
@@ -14330,12 +14330,12 @@ declare namespace PatternDigitalAssets {
|
|
|
14330
14330
|
}
|
|
14331
14331
|
|
|
14332
14332
|
|
|
14333
|
-
declare namespace
|
|
14333
|
+
declare namespace PatternSound {
|
|
14334
14334
|
var displayName: string;
|
|
14335
14335
|
}
|
|
14336
14336
|
|
|
14337
14337
|
|
|
14338
|
-
declare namespace
|
|
14338
|
+
declare namespace PatternImagery {
|
|
14339
14339
|
var displayName: string;
|
|
14340
14340
|
}
|
|
14341
14341
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontify/fondue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "12.1.
|
|
4
|
+
"version": "12.1.1",
|
|
5
5
|
"description": "Design system of Frontify",
|
|
6
6
|
"author": "Frontify Developers <developers@frontify.com>",
|
|
7
7
|
"homepage": "https://github.com/Frontify/fondue",
|
|
@@ -159,8 +159,8 @@
|
|
|
159
159
|
"unified": "^10.1.2",
|
|
160
160
|
"unist-util-visit": "^5.0.0",
|
|
161
161
|
"xstate": "4.38.3",
|
|
162
|
-
"@frontify/fondue-components": "^1.3.0",
|
|
163
162
|
"@frontify/fondue-charts": "^1.8.4",
|
|
163
|
+
"@frontify/fondue-components": "^1.3.1",
|
|
164
164
|
"@frontify/fondue-icons": "^0.2.1",
|
|
165
165
|
"@frontify/fondue-tokens": "^3.5.1"
|
|
166
166
|
},
|