@undefine-ui/design-system 3.0.0 → 3.0.2

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.cjs CHANGED
@@ -462,7 +462,7 @@ var typography = {
462
462
  displayLarge: {
463
463
  fontWeight: 700,
464
464
  lineHeight: 72 / 60,
465
- letterSpacing: "-3%",
465
+ letterSpacing: "-3px",
466
466
  fontSize: pxToRem(48),
467
467
  fontFamily: primaryFont,
468
468
  ...responsiveFontSizes({ sm: 48, md: 54, lg: 60 })
@@ -470,7 +470,7 @@ var typography = {
470
470
  displaySmall: {
471
471
  fontWeight: 700,
472
472
  lineHeight: 60 / 48,
473
- letterSpacing: "-2%",
473
+ letterSpacing: "-2px",
474
474
  fontSize: pxToRem(32),
475
475
  fontFamily: primaryFont,
476
476
  ...responsiveFontSizes({ sm: 40, md: 44, lg: 48 })
@@ -478,7 +478,7 @@ var typography = {
478
478
  h1: {
479
479
  fontWeight: 700,
480
480
  lineHeight: 52 / 40,
481
- letterSpacing: "-1%",
481
+ letterSpacing: "-1px",
482
482
  fontSize: pxToRem(24),
483
483
  fontFamily: primaryFont,
484
484
  ...responsiveFontSizes({ sm: 32, md: 36, lg: 40 })
@@ -486,7 +486,7 @@ var typography = {
486
486
  h2: {
487
487
  fontWeight: 700,
488
488
  lineHeight: 44 / 32,
489
- letterSpacing: "-1%",
489
+ letterSpacing: "-1px",
490
490
  fontSize: pxToRem(18),
491
491
  fontFamily: primaryFont,
492
492
  ...responsiveFontSizes({ sm: 24, md: 28, lg: 32 })
@@ -494,7 +494,7 @@ var typography = {
494
494
  h3: {
495
495
  fontWeight: 600,
496
496
  lineHeight: 38 / 28,
497
- letterSpacing: "-1%",
497
+ letterSpacing: "-1px",
498
498
  fontSize: pxToRem(18),
499
499
  fontFamily: primaryFont,
500
500
  ...responsiveFontSizes({ sm: 20, md: 24, lg: 28 })
@@ -502,7 +502,7 @@ var typography = {
502
502
  h4: {
503
503
  fontWeight: 600,
504
504
  lineHeight: 34 / 24,
505
- letterSpacing: "-1%",
505
+ letterSpacing: "-1px",
506
506
  fontSize: pxToRem(18),
507
507
  fontFamily: primaryFont,
508
508
  ...responsiveFontSizes({ sm: 16, md: 20, lg: 24 })
@@ -510,7 +510,7 @@ var typography = {
510
510
  h5: {
511
511
  fontWeight: 600,
512
512
  lineHeight: 30 / 20,
513
- letterSpacing: "-1%",
513
+ letterSpacing: "-1px",
514
514
  fontSize: pxToRem(18),
515
515
  fontFamily: primaryFont,
516
516
  ...responsiveFontSizes({ sm: 18, md: 20, lg: 20 })
@@ -518,7 +518,7 @@ var typography = {
518
518
  h6: {
519
519
  fontWeight: 500,
520
520
  lineHeight: 28 / 18,
521
- letterSpacing: "-0.5%",
521
+ letterSpacing: "-0.5px",
522
522
  fontSize: pxToRem(19),
523
523
  fontFamily: primaryFont,
524
524
  ...responsiveFontSizes({ sm: 18, md: 18, lg: 18 })
@@ -526,56 +526,56 @@ var typography = {
526
526
  h7: {
527
527
  fontWeight: 500,
528
528
  lineHeight: 26 / 16,
529
- letterSpacing: "-0.5%",
529
+ letterSpacing: "-0.5px",
530
530
  fontFamily: primaryFont,
531
531
  fontSize: pxToRem(16)
532
532
  },
533
533
  h8: {
534
534
  fontWeight: 500,
535
535
  lineHeight: 22 / 14,
536
- letterSpacing: "-0.5%",
536
+ letterSpacing: "-0.5px",
537
537
  fontFamily: primaryFont,
538
538
  fontSize: pxToRem(14)
539
539
  },
540
540
  bodyXl: {
541
541
  fontWeight: 500,
542
542
  lineHeight: 30 / 18,
543
- letterSpacing: "-0%",
543
+ letterSpacing: "-0px",
544
544
  fontFamily: secondaryFont,
545
545
  fontSize: pxToRem(16)
546
546
  },
547
547
  bodyLg: {
548
548
  fontWeight: 400,
549
549
  lineHeight: 26 / 16,
550
- letterSpacing: "-0%",
550
+ letterSpacing: "-0px",
551
551
  fontFamily: secondaryFont,
552
552
  fontSize: pxToRem(16)
553
553
  },
554
554
  bodyMd: {
555
555
  fontWeight: 400,
556
556
  lineHeight: 22 / 14,
557
- letterSpacing: "-0%",
557
+ letterSpacing: "-0px",
558
558
  fontFamily: secondaryFont,
559
559
  fontSize: pxToRem(14)
560
560
  },
561
561
  bodySm: {
562
562
  fontWeight: 400,
563
563
  lineHeight: 20 / 13,
564
- letterSpacing: "-0%",
564
+ letterSpacing: "-0px",
565
565
  fontFamily: secondaryFont,
566
566
  fontSize: pxToRem(13)
567
567
  },
568
568
  bodyXs: {
569
569
  fontWeight: 400,
570
570
  lineHeight: 18 / 12,
571
- letterSpacing: "-0%",
571
+ letterSpacing: "-0px",
572
572
  fontFamily: secondaryFont,
573
573
  fontSize: pxToRem(12)
574
574
  },
575
575
  kpiValue: {
576
576
  fontWeight: 400,
577
577
  lineHeight: 36 / 28,
578
- letterSpacing: "-0.25%",
578
+ letterSpacing: "-0.25px",
579
579
  fontFamily: tertiaryFont,
580
580
  fontSize: pxToRem(28)
581
581
  },