@mdtl/uikit 0.0.44 → 0.0.45

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.
@@ -1,5 +1,4 @@
1
- export declare const typographyConfig: {
2
- fontFamily: string;
1
+ export declare const typographyVariants: {
3
2
  display1: {
4
3
  fontWeight: number;
5
4
  fontSize: string;
package/dist/uikit.js CHANGED
@@ -157,7 +157,6 @@ const z = {
157
157
  100: "#23201E"
158
158
  }
159
159
  }, xe = {
160
- fontFamily: "Inter, Arial, Roboto, sans-serif",
161
160
  display1: {
162
161
  fontWeight: 600,
163
162
  fontSize: "72px",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mdtl/uikit",
3
- "version": "0.0.44",
3
+ "version": "0.0.45",
4
4
  "type": "module",
5
5
  "main": "./dist/uikit.js",
6
6
  "types": "./dist/index.d.ts",