@mdtl/uikit 0.0.45 → 0.0.46

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