@frontify/fondue 12.0.0-beta.423 → 12.0.0-beta.424
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 +2 -2
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -14251,12 +14251,12 @@ declare namespace PatternImagery {
|
|
|
14251
14251
|
}
|
|
14252
14252
|
|
|
14253
14253
|
|
|
14254
|
-
declare namespace
|
|
14254
|
+
declare namespace PatternTypography {
|
|
14255
14255
|
var displayName: string;
|
|
14256
14256
|
}
|
|
14257
14257
|
|
|
14258
14258
|
|
|
14259
|
-
declare namespace
|
|
14259
|
+
declare namespace PatternSound {
|
|
14260
14260
|
var displayName: string;
|
|
14261
14261
|
}
|
|
14262
14262
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontify/fondue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "12.0.0-beta.
|
|
4
|
+
"version": "12.0.0-beta.424",
|
|
5
5
|
"description": "Design system of Frontify",
|
|
6
6
|
"author": "Frontify Developers <developers@frontify.com>",
|
|
7
7
|
"homepage": "https://github.com/Frontify/fondue",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"require": "./dist/index.umd.js",
|
|
27
27
|
"import": "./dist/index.es.js"
|
|
28
28
|
},
|
|
29
|
-
"./tailwind": "./tailwind.config.
|
|
29
|
+
"./tailwind": "./tailwind.config.ts",
|
|
30
30
|
"./style": "./dist/style.css",
|
|
31
31
|
"./styles": "./dist/style.css",
|
|
32
32
|
"./extractedThirdPartyStyles": "./dist/extractedThirdPartyStyles.css",
|