@mdtl/uikit 0.0.46 → 0.0.47

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.
@@ -266,6 +266,7 @@ export declare const pickersTextFieldConfig: {
266
266
  fontWeight: number;
267
267
  fontSize: string;
268
268
  lineHeight: string;
269
+ letterSpacing: string;
269
270
  };
270
271
  fontSize: string;
271
272
  lineHeight: string;
@@ -623,6 +623,7 @@ export declare const textfieldConfig: {
623
623
  fontWeight: number;
624
624
  fontSize: string;
625
625
  lineHeight: string;
626
+ letterSpacing: string;
626
627
  };
627
628
  fontSize: string;
628
629
  lineHeight: string;
@@ -1,5 +1,4 @@
1
1
  export declare const typographyVariants: {
2
- fontFamily: string;
3
2
  display1: {
4
3
  fontWeight: number;
5
4
  fontSize: string;
@@ -68,6 +67,7 @@ export declare const typographyVariants: {
68
67
  fontWeight: number;
69
68
  fontSize: string;
70
69
  lineHeight: string;
70
+ letterSpacing: string;
71
71
  };
72
72
  'body2 semi bold': {
73
73
  fontWeight: number;
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",
@@ -225,7 +224,8 @@ const z = {
225
224
  body2: {
226
225
  fontWeight: 400,
227
226
  fontSize: "14px",
228
- lineHeight: "16px"
227
+ lineHeight: "16px",
228
+ letterSpacing: "0.2px"
229
229
  },
230
230
  "body2 semi bold": {
231
231
  fontWeight: 600,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mdtl/uikit",
3
- "version": "0.0.46",
3
+ "version": "0.0.47",
4
4
  "type": "module",
5
5
  "main": "./dist/uikit.js",
6
6
  "types": "./dist/index.d.ts",