@frontify/fondue 12.0.0 → 12.0.2
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
|
@@ -14272,12 +14272,12 @@ declare namespace PatternDigitalAssets {
|
|
|
14272
14272
|
}
|
|
14273
14273
|
|
|
14274
14274
|
|
|
14275
|
-
declare namespace
|
|
14275
|
+
declare namespace PatternTypography {
|
|
14276
14276
|
var displayName: string;
|
|
14277
14277
|
}
|
|
14278
14278
|
|
|
14279
14279
|
|
|
14280
|
-
declare namespace
|
|
14280
|
+
declare namespace PatternSound {
|
|
14281
14281
|
var displayName: string;
|
|
14282
14282
|
}
|
|
14283
14283
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontify/fondue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "12.0.
|
|
4
|
+
"version": "12.0.2",
|
|
5
5
|
"description": "Design system of Frontify",
|
|
6
6
|
"author": "Frontify Developers <developers@frontify.com>",
|
|
7
7
|
"homepage": "https://github.com/Frontify/fondue",
|
|
@@ -159,9 +159,9 @@
|
|
|
159
159
|
"unified": "^10.1.2",
|
|
160
160
|
"unist-util-visit": "^5.0.0",
|
|
161
161
|
"xstate": "4.38.3",
|
|
162
|
-
"@frontify/fondue-charts": "^1.8.
|
|
163
|
-
"@frontify/fondue-components": "^1.0.0",
|
|
162
|
+
"@frontify/fondue-charts": "^1.8.1",
|
|
164
163
|
"@frontify/fondue-icons": "^0.2.0",
|
|
164
|
+
"@frontify/fondue-components": "^1.0.1",
|
|
165
165
|
"@frontify/fondue-tokens": "^3.5.0"
|
|
166
166
|
},
|
|
167
167
|
"devDependencies": {
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
"test:browser": "cypress open --component",
|
|
249
249
|
"test:file": "cypress run --component --spec",
|
|
250
250
|
"typecheck": "tsc --noEmit",
|
|
251
|
-
"storybook": "storybook dev -p
|
|
251
|
+
"storybook": "storybook dev -p 6009",
|
|
252
252
|
"ci": "pnpm install --frozen-lockfile"
|
|
253
253
|
}
|
|
254
254
|
}
|