@undefine-ui/design-system 3.0.0 → 3.0.3

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.js CHANGED
@@ -276,7 +276,7 @@ var typography = {
276
276
  displayLarge: {
277
277
  fontWeight: 700,
278
278
  lineHeight: 72 / 60,
279
- letterSpacing: "-3%",
279
+ letterSpacing: "-3px",
280
280
  fontSize: pxToRem(48),
281
281
  fontFamily: primaryFont,
282
282
  ...responsiveFontSizes({ sm: 48, md: 54, lg: 60 })
@@ -284,7 +284,7 @@ var typography = {
284
284
  displaySmall: {
285
285
  fontWeight: 700,
286
286
  lineHeight: 60 / 48,
287
- letterSpacing: "-2%",
287
+ letterSpacing: "-2px",
288
288
  fontSize: pxToRem(32),
289
289
  fontFamily: primaryFont,
290
290
  ...responsiveFontSizes({ sm: 40, md: 44, lg: 48 })
@@ -292,7 +292,7 @@ var typography = {
292
292
  h1: {
293
293
  fontWeight: 700,
294
294
  lineHeight: 52 / 40,
295
- letterSpacing: "-1%",
295
+ letterSpacing: "-1px",
296
296
  fontSize: pxToRem(24),
297
297
  fontFamily: primaryFont,
298
298
  ...responsiveFontSizes({ sm: 32, md: 36, lg: 40 })
@@ -300,7 +300,7 @@ var typography = {
300
300
  h2: {
301
301
  fontWeight: 700,
302
302
  lineHeight: 44 / 32,
303
- letterSpacing: "-1%",
303
+ letterSpacing: "-1px",
304
304
  fontSize: pxToRem(18),
305
305
  fontFamily: primaryFont,
306
306
  ...responsiveFontSizes({ sm: 24, md: 28, lg: 32 })
@@ -308,7 +308,7 @@ var typography = {
308
308
  h3: {
309
309
  fontWeight: 600,
310
310
  lineHeight: 38 / 28,
311
- letterSpacing: "-1%",
311
+ letterSpacing: "-1px",
312
312
  fontSize: pxToRem(18),
313
313
  fontFamily: primaryFont,
314
314
  ...responsiveFontSizes({ sm: 20, md: 24, lg: 28 })
@@ -316,7 +316,7 @@ var typography = {
316
316
  h4: {
317
317
  fontWeight: 600,
318
318
  lineHeight: 34 / 24,
319
- letterSpacing: "-1%",
319
+ letterSpacing: "-1px",
320
320
  fontSize: pxToRem(18),
321
321
  fontFamily: primaryFont,
322
322
  ...responsiveFontSizes({ sm: 16, md: 20, lg: 24 })
@@ -324,7 +324,7 @@ var typography = {
324
324
  h5: {
325
325
  fontWeight: 600,
326
326
  lineHeight: 30 / 20,
327
- letterSpacing: "-1%",
327
+ letterSpacing: "-1px",
328
328
  fontSize: pxToRem(18),
329
329
  fontFamily: primaryFont,
330
330
  ...responsiveFontSizes({ sm: 18, md: 20, lg: 20 })
@@ -332,7 +332,7 @@ var typography = {
332
332
  h6: {
333
333
  fontWeight: 500,
334
334
  lineHeight: 28 / 18,
335
- letterSpacing: "-0.5%",
335
+ letterSpacing: "-0.5px",
336
336
  fontSize: pxToRem(19),
337
337
  fontFamily: primaryFont,
338
338
  ...responsiveFontSizes({ sm: 18, md: 18, lg: 18 })
@@ -340,56 +340,56 @@ var typography = {
340
340
  h7: {
341
341
  fontWeight: 500,
342
342
  lineHeight: 26 / 16,
343
- letterSpacing: "-0.5%",
343
+ letterSpacing: "-0.5px",
344
344
  fontFamily: primaryFont,
345
345
  fontSize: pxToRem(16)
346
346
  },
347
347
  h8: {
348
348
  fontWeight: 500,
349
349
  lineHeight: 22 / 14,
350
- letterSpacing: "-0.5%",
350
+ letterSpacing: "-0.5px",
351
351
  fontFamily: primaryFont,
352
352
  fontSize: pxToRem(14)
353
353
  },
354
354
  bodyXl: {
355
355
  fontWeight: 500,
356
356
  lineHeight: 30 / 18,
357
- letterSpacing: "-0%",
357
+ letterSpacing: "-0px",
358
358
  fontFamily: secondaryFont,
359
359
  fontSize: pxToRem(16)
360
360
  },
361
361
  bodyLg: {
362
362
  fontWeight: 400,
363
363
  lineHeight: 26 / 16,
364
- letterSpacing: "-0%",
364
+ letterSpacing: "-0px",
365
365
  fontFamily: secondaryFont,
366
366
  fontSize: pxToRem(16)
367
367
  },
368
368
  bodyMd: {
369
369
  fontWeight: 400,
370
370
  lineHeight: 22 / 14,
371
- letterSpacing: "-0%",
371
+ letterSpacing: "-0px",
372
372
  fontFamily: secondaryFont,
373
373
  fontSize: pxToRem(14)
374
374
  },
375
375
  bodySm: {
376
376
  fontWeight: 400,
377
377
  lineHeight: 20 / 13,
378
- letterSpacing: "-0%",
378
+ letterSpacing: "-0px",
379
379
  fontFamily: secondaryFont,
380
380
  fontSize: pxToRem(13)
381
381
  },
382
382
  bodyXs: {
383
383
  fontWeight: 400,
384
384
  lineHeight: 18 / 12,
385
- letterSpacing: "-0%",
385
+ letterSpacing: "-0px",
386
386
  fontFamily: secondaryFont,
387
387
  fontSize: pxToRem(12)
388
388
  },
389
389
  kpiValue: {
390
390
  fontWeight: 400,
391
391
  lineHeight: 36 / 28,
392
- letterSpacing: "-0.25%",
392
+ letterSpacing: "-0.25px",
393
393
  fontFamily: tertiaryFont,
394
394
  fontSize: pxToRem(28)
395
395
  },