@frontify/fondue 12.1.4 → 12.1.5
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
|
@@ -14131,12 +14131,12 @@ export { WrapNodesOptions }
|
|
|
14131
14131
|
export { }
|
|
14132
14132
|
|
|
14133
14133
|
|
|
14134
|
-
declare namespace
|
|
14134
|
+
declare namespace PatternDigitalAssets {
|
|
14135
14135
|
var displayName: string;
|
|
14136
14136
|
}
|
|
14137
14137
|
|
|
14138
14138
|
|
|
14139
|
-
declare namespace
|
|
14139
|
+
declare namespace PatternImagery {
|
|
14140
14140
|
var displayName: string;
|
|
14141
14141
|
}
|
|
14142
14142
|
|
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.5",
|
|
5
5
|
"description": "Design system of Frontify",
|
|
6
6
|
"author": "Frontify Developers <developers@frontify.com>",
|
|
7
7
|
"homepage": "https://github.com/Frontify/fondue",
|
|
@@ -156,9 +156,9 @@
|
|
|
156
156
|
"slate-react": "^0.102.0",
|
|
157
157
|
"unified": "^10.1.2",
|
|
158
158
|
"unist-util-visit": "^5.0.0",
|
|
159
|
-
"@frontify/fondue-components": "^1.3.4",
|
|
160
|
-
"@frontify/fondue-icons": "^0.2.1",
|
|
161
159
|
"@frontify/fondue-charts": "^1.8.4",
|
|
160
|
+
"@frontify/fondue-icons": "^0.2.1",
|
|
161
|
+
"@frontify/fondue-components": "^1.3.5",
|
|
162
162
|
"@frontify/fondue-tokens": "^3.5.1"
|
|
163
163
|
},
|
|
164
164
|
"devDependencies": {
|