@ikatec/nebula-tokens 1.0.9 → 1.0.10
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.d.ts +16 -16
- package/dist/index.js +16 -16
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -558,10 +558,10 @@ declare const fontSizes: {
|
|
|
558
558
|
'heading-4': string;
|
|
559
559
|
'heading-5': string;
|
|
560
560
|
'heading-6': string;
|
|
561
|
-
'paragraph-
|
|
562
|
-
'paragraph-
|
|
563
|
-
'link-
|
|
564
|
-
'link-
|
|
561
|
+
'paragraph-default': string;
|
|
562
|
+
'paragraph-support': string;
|
|
563
|
+
'link-default': string;
|
|
564
|
+
'link-support': string;
|
|
565
565
|
};
|
|
566
566
|
type FontSizes = keyof typeof fontSizes;
|
|
567
567
|
|
|
@@ -573,10 +573,10 @@ declare const fontWeights: {
|
|
|
573
573
|
'heading-4': string;
|
|
574
574
|
'heading-5': string;
|
|
575
575
|
'heading-6': string;
|
|
576
|
-
'paragraph-
|
|
577
|
-
'paragraph-
|
|
578
|
-
'link-
|
|
579
|
-
'link-
|
|
576
|
+
'paragraph-default': string;
|
|
577
|
+
'paragraph-support': string;
|
|
578
|
+
'link-default': string;
|
|
579
|
+
'link-support': string;
|
|
580
580
|
};
|
|
581
581
|
type FontWeights = keyof typeof fontWeights;
|
|
582
582
|
|
|
@@ -588,10 +588,10 @@ declare const lineHeights: {
|
|
|
588
588
|
'heading-4': string;
|
|
589
589
|
'heading-5': string;
|
|
590
590
|
'heading-6': string;
|
|
591
|
-
'paragraph-
|
|
592
|
-
'paragraph-
|
|
593
|
-
'link-
|
|
594
|
-
'link-
|
|
591
|
+
'paragraph-default': string;
|
|
592
|
+
'paragraph-support': string;
|
|
593
|
+
'link-default': string;
|
|
594
|
+
'link-support': string;
|
|
595
595
|
};
|
|
596
596
|
type LineHeights = keyof typeof lineHeights;
|
|
597
597
|
|
|
@@ -603,10 +603,10 @@ declare const letterSpacings: {
|
|
|
603
603
|
'heading-4': string;
|
|
604
604
|
'heading-5': string;
|
|
605
605
|
'heading-6': string;
|
|
606
|
-
'paragraph-
|
|
607
|
-
'paragraph-
|
|
608
|
-
'link-
|
|
609
|
-
'link-
|
|
606
|
+
'paragraph-default': string;
|
|
607
|
+
'paragraph-support': string;
|
|
608
|
+
'link-default': string;
|
|
609
|
+
'link-support': string;
|
|
610
610
|
};
|
|
611
611
|
type letterSpacings = keyof typeof letterSpacings;
|
|
612
612
|
|
package/dist/index.js
CHANGED
|
@@ -618,10 +618,10 @@ var typography2 = {
|
|
|
618
618
|
"heading-4": "var(--typography-heading-4-size)",
|
|
619
619
|
"heading-5": "var(--typography-heading-5-size)",
|
|
620
620
|
"heading-6": "var(--typography-heading-6-size)",
|
|
621
|
-
"paragraph-
|
|
622
|
-
"paragraph-
|
|
623
|
-
"link-
|
|
624
|
-
"link-
|
|
621
|
+
"paragraph-default": "var(--typography-paragraph-default-size)",
|
|
622
|
+
"paragraph-support": "var(--typography-paragraph-support-size)",
|
|
623
|
+
"link-default": "var(--typography-link-default-size)",
|
|
624
|
+
"link-support": "var(--typography-link-support-size)"
|
|
625
625
|
};
|
|
626
626
|
var fontSizes = {
|
|
627
627
|
...typography2
|
|
@@ -636,10 +636,10 @@ var typography3 = {
|
|
|
636
636
|
"heading-4": "var(--typography-heading-4-weight)",
|
|
637
637
|
"heading-5": "var(--typography-heading-5-weight)",
|
|
638
638
|
"heading-6": "var(--typography-heading-6-weight)",
|
|
639
|
-
"paragraph-
|
|
640
|
-
"paragraph-
|
|
641
|
-
"link-
|
|
642
|
-
"link-
|
|
639
|
+
"paragraph-default": "var(--typography-paragraph-default-weight)",
|
|
640
|
+
"paragraph-support": "var(--typography-paragraph-support-weight)",
|
|
641
|
+
"link-default": "var(--typography-link-default-weight)",
|
|
642
|
+
"link-support": "var(--typography-link-support-weight)"
|
|
643
643
|
};
|
|
644
644
|
var fontWeights = {
|
|
645
645
|
...typography3
|
|
@@ -654,10 +654,10 @@ var typography4 = {
|
|
|
654
654
|
"heading-4": "var(--typography-heading-4-line-height)",
|
|
655
655
|
"heading-5": "var(--typography-heading-5-line-height)",
|
|
656
656
|
"heading-6": "var(--typography-heading-6-line-height)",
|
|
657
|
-
"paragraph-
|
|
658
|
-
"paragraph-
|
|
659
|
-
"link-
|
|
660
|
-
"link-
|
|
657
|
+
"paragraph-default": "var(--typography-paragraph-default-line-height)",
|
|
658
|
+
"paragraph-support": "var(--typography-paragraph-support-line-height)",
|
|
659
|
+
"link-default": "var(--typography-link-default-line-height)",
|
|
660
|
+
"link-support": "var(--typography-link-support-line-height)"
|
|
661
661
|
};
|
|
662
662
|
var lineHeights = {
|
|
663
663
|
...typography4
|
|
@@ -672,10 +672,10 @@ var typography5 = {
|
|
|
672
672
|
"heading-4": "var(--typography-heading-4-letter-spacing)",
|
|
673
673
|
"heading-5": "var(--typography-heading-5-letter-spacing)",
|
|
674
674
|
"heading-6": "var(--typography-heading-6-letter-spacing)",
|
|
675
|
-
"paragraph-
|
|
676
|
-
"paragraph-
|
|
677
|
-
"link-
|
|
678
|
-
"link-
|
|
675
|
+
"paragraph-default": "var(--typography-paragraph-default-letter-spacing)",
|
|
676
|
+
"paragraph-support": "var(--typography-paragraph-support-letter-spacing)",
|
|
677
|
+
"link-default": "var(--typography-link-default-letter-spacing)",
|
|
678
|
+
"link-support": "var(--typography-link-support-letter-spacing)"
|
|
679
679
|
};
|
|
680
680
|
var letterSpacings = {
|
|
681
681
|
...typography5
|