@mdtl/uikit 0.0.45 → 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;
@@ -67,6 +67,7 @@ export declare const typographyVariants: {
67
67
  fontWeight: number;
68
68
  fontSize: string;
69
69
  lineHeight: string;
70
+ letterSpacing: string;
70
71
  };
71
72
  'body2 semi bold': {
72
73
  fontWeight: number;
package/dist/uikit.js CHANGED
@@ -224,7 +224,8 @@ const z = {
224
224
  body2: {
225
225
  fontWeight: 400,
226
226
  fontSize: "14px",
227
- lineHeight: "16px"
227
+ lineHeight: "16px",
228
+ letterSpacing: "0.2px"
228
229
  },
229
230
  "body2 semi bold": {
230
231
  fontWeight: 600,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mdtl/uikit",
3
- "version": "0.0.45",
3
+ "version": "0.0.47",
4
4
  "type": "module",
5
5
  "main": "./dist/uikit.js",
6
6
  "types": "./dist/index.d.ts",