@patternfly/design-tokens 1.15.0 → 1.15.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/build/css/tokens-dark.scss +17 -16
- package/build/css/tokens-default.scss +11 -9
- package/build/css/{tokens-redhat-dark.scss → tokens-felt-dark.scss} +8 -2
- package/build/css/{tokens-redhat-glass-dark.scss → tokens-felt-glass-dark.scss} +16 -6
- package/build/css/tokens-felt-glass.scss +30 -0
- package/build/css/{tokens-redhat-highcontrast-dark.scss → tokens-felt-highcontrast-dark.scss} +5 -9
- package/build/css/tokens-felt-highcontrast.scss +121 -0
- package/build/css/{tokens-redhat.scss → tokens-felt.scss} +1 -1
- package/build/css/tokens-glass-dark.scss +10 -6
- package/build/css/tokens-glass.scss +14 -7
- package/build/css/tokens-palette.scss +1 -1
- package/build/css/tokens-redhat-highcontrast.scss +641 -10
- package/build.js +80 -37
- package/{config.redhat-dark.json → config.felt-dark.json} +2 -2
- package/{config.redhat-glass-dark.json → config.felt-glass-dark.json} +2 -2
- package/{config.redhat-glass.json → config.felt-glass.json} +2 -2
- package/{config.redhat-highcontrast-dark.json → config.felt-highcontrast-dark.json} +2 -2
- package/{config.redhat.json → config.felt.json} +2 -2
- package/{config.layers.redhat-dark.json → config.layers.felt-dark.json} +2 -2
- package/{config.layers.redhat-glass-dark.json → config.layers.felt-glass-dark.json} +2 -2
- package/{config.layers.redhat-glass.json → config.layers.felt-glass.json} +2 -2
- package/{config.layers.redhat-highcontrast-dark.json → config.layers.felt-highcontrast-dark.json} +2 -2
- package/package.json +1 -1
- package/patternfly-docs/content/token-layers-felt-dark.json +48543 -0
- package/patternfly-docs/content/token-layers-felt-glass-dark.json +37670 -0
- package/patternfly-docs/content/token-layers-felt-glass.json +52576 -0
- package/patternfly-docs/content/token-layers-felt-highcontrast-dark.json +38323 -0
- package/patternfly-docs/content/token-layers-glass-dark.json +3225 -3126
- package/patternfly-docs/content/token-layers-glass.json +14804 -2938
- package/patternfly-docs/content/token-layers-highcontrast-dark.json +3200 -2956
- package/patternfly-docs/content/token-layers-highcontrast.json +4665 -4428
- package/patternfly-docs/content/token-layers-redhat-dark.json +429 -346
- package/patternfly-docs/content/token-layers-redhat-glass-dark.json +638 -541
- package/patternfly-docs/content/token-layers-redhat-glass.json +12354 -484
- package/patternfly-docs/content/token-layers-redhat-highcontrast-dark.json +309 -226
- package/patternfly-docs/content/token-layers-redhat-highcontrast.json +5248 -4689
- package/patternfly-docs/content/token-layers-redhat.json +6681 -6126
- package/plugins/export-patternfly-tokens/dist/ui.html +344 -334
- package/plugins/export-patternfly-tokens/src/ui.tsx +44 -34
- package/tokens/default/dark/base.dark.json +44 -44
- package/tokens/default/dark/charts.dark.json +33 -33
- package/tokens/default/dark/charts.highcontrast.dark.json +765 -0
- package/tokens/default/dark/palette.color.json +4 -4
- package/tokens/default/dark/semantic.dark.json +144 -130
- package/tokens/default/glass/base.dimension.json +24 -24
- package/tokens/default/glass/palette.color.json +4 -4
- package/tokens/default/glass/semantic.dimension.glass.json +1105 -0
- package/tokens/default/glass/semantic.glass.json +143 -129
- package/tokens/default/glass-dark/base.dark.json +44 -44
- package/tokens/default/glass-dark/palette.color.json +4 -4
- package/tokens/default/glass-dark/semantic.glass.dark.json +147 -133
- package/tokens/default/highcontrast/base.dimension.json +24 -24
- package/tokens/default/highcontrast/palette.color.json +4 -4
- package/tokens/default/highcontrast/semantic.dimension.highcontrast.json +143 -135
- package/tokens/default/highcontrast/semantic.highcontrast.json +137 -123
- package/tokens/default/highcontrast-dark/base.dark.json +44 -44
- package/tokens/default/highcontrast-dark/palette.color.json +4 -4
- package/tokens/default/highcontrast-dark/semantic.highcontrast.dark.json +141 -127
- package/tokens/default/light/base.dimension.json +24 -24
- package/tokens/default/light/charts.highcontrast.json +765 -0
- package/tokens/default/light/charts.json +33 -33
- package/tokens/default/light/palette.color.json +4 -4
- package/tokens/default/light/semantic.dimension.json +144 -136
- package/tokens/default/light/semantic.json +137 -123
- package/tokens/default/light/semantic.motion.json +14 -14
- package/tokens/{redhat/dark/redhat.color.dark.json → felt/dark/felt.color.dark.json} +30 -30
- package/tokens/{redhat/glass/redhat.color.glass.json → felt/glass/felt.color.glass.json} +10 -10
- package/tokens/{redhat/highcontrast/redhat.dimension.highcontrast.json → felt/glass/felt.dimension.glass.json} +6 -6
- package/tokens/{redhat/glass-dark/redhat.color.glass.dark.json → felt/glass-dark/felt.color.glass.dark.json} +30 -25
- package/tokens/{redhat/highcontrast/redhat.color.highcontrast.json → felt/highcontrast/felt.color.highcontrast.json} +10 -10
- package/tokens/{redhat/light/redhat.dimension.json → felt/highcontrast/felt.dimension.highcontrast.json} +6 -6
- package/tokens/{redhat/highcontrast-dark/redhat.color.highcontrast.dark.json → felt/highcontrast-dark/felt.color.highcontrast.dark.json} +10 -10
- package/tokens/{redhat/light/redhat.color.json → felt/light/felt.color.json} +10 -10
- package/tokens/felt/light/felt.dimension.json +23 -0
- package/build/css/tokens-redhat-glass.scss +0 -21
- /package/{config.redhat-highcontrast.json → config.felt-highcontrast.json} +0 -0
- /package/{config.layers.redhat-highcontrast.json → config.layers.felt-highcontrast.json} +0 -0
- /package/{config.layers.redhat.json → config.layers.felt.json} +0 -0
|
@@ -531,7 +531,7 @@
|
|
|
531
531
|
]
|
|
532
532
|
}
|
|
533
533
|
},
|
|
534
|
-
"pf-t--global--background--color--glass--primary": {
|
|
534
|
+
"pf-t--global--background--color--glass--primary--default": {
|
|
535
535
|
"default": {
|
|
536
536
|
"type": "color",
|
|
537
537
|
"value": "#292929",
|
|
@@ -541,7 +541,7 @@
|
|
|
541
541
|
"type": "color",
|
|
542
542
|
"value": "{global.background.color.primary.default}"
|
|
543
543
|
},
|
|
544
|
-
"name": "pf-t--global--background--color--glass--primary",
|
|
544
|
+
"name": "pf-t--global--background--color--glass--primary--default",
|
|
545
545
|
"attributes": {
|
|
546
546
|
"category": "global",
|
|
547
547
|
"type": "background",
|
|
@@ -554,7 +554,8 @@
|
|
|
554
554
|
"background",
|
|
555
555
|
"color",
|
|
556
556
|
"glass",
|
|
557
|
-
"primary"
|
|
557
|
+
"primary",
|
|
558
|
+
"default"
|
|
558
559
|
],
|
|
559
560
|
"references": [
|
|
560
561
|
{
|
|
@@ -637,105 +638,78 @@
|
|
|
637
638
|
]
|
|
638
639
|
}
|
|
639
640
|
},
|
|
640
|
-
"pf-t--global--background--color--
|
|
641
|
+
"pf-t--global--background--color--floating--default": {
|
|
641
642
|
"default": {
|
|
643
|
+
"description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
|
|
642
644
|
"type": "color",
|
|
643
645
|
"value": "#383838",
|
|
644
646
|
"filePath": "tokens/default/dark/semantic.dark.json",
|
|
645
647
|
"isSource": true,
|
|
646
648
|
"original": {
|
|
649
|
+
"description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
|
|
647
650
|
"type": "color",
|
|
648
|
-
"value": "{global.background.color.
|
|
651
|
+
"value": "{global.dark.background.color.300}"
|
|
649
652
|
},
|
|
650
|
-
"name": "pf-t--global--background--color--
|
|
653
|
+
"name": "pf-t--global--background--color--floating--default",
|
|
651
654
|
"attributes": {
|
|
652
655
|
"category": "global",
|
|
653
656
|
"type": "background",
|
|
654
657
|
"item": "color",
|
|
655
|
-
"subitem": "
|
|
656
|
-
"state": "
|
|
658
|
+
"subitem": "floating",
|
|
659
|
+
"state": "default"
|
|
657
660
|
},
|
|
658
661
|
"path": [
|
|
659
662
|
"global",
|
|
660
663
|
"background",
|
|
661
664
|
"color",
|
|
662
|
-
"
|
|
663
|
-
"
|
|
665
|
+
"floating",
|
|
666
|
+
"default"
|
|
664
667
|
],
|
|
665
668
|
"references": [
|
|
666
669
|
{
|
|
667
|
-
"description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
|
|
668
670
|
"type": "color",
|
|
669
671
|
"value": "#383838",
|
|
670
|
-
"filePath": "tokens/default/dark/
|
|
672
|
+
"filePath": "tokens/default/dark/base.dark.json",
|
|
671
673
|
"isSource": true,
|
|
672
674
|
"original": {
|
|
673
|
-
"description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
|
|
674
675
|
"type": "color",
|
|
675
|
-
"value": "{
|
|
676
|
+
"value": "{color.gray.70}"
|
|
676
677
|
},
|
|
677
|
-
"name": "pf-t--global--background--color--
|
|
678
|
+
"name": "pf-t--global--dark--background--color--300",
|
|
678
679
|
"attributes": {
|
|
679
680
|
"category": "global",
|
|
680
|
-
"type": "
|
|
681
|
-
"item": "
|
|
682
|
-
"subitem": "
|
|
683
|
-
"state": "
|
|
681
|
+
"type": "dark",
|
|
682
|
+
"item": "background",
|
|
683
|
+
"subitem": "color",
|
|
684
|
+
"state": "300"
|
|
684
685
|
},
|
|
685
686
|
"path": [
|
|
686
687
|
"global",
|
|
688
|
+
"dark",
|
|
687
689
|
"background",
|
|
688
690
|
"color",
|
|
689
|
-
"
|
|
690
|
-
"default"
|
|
691
|
+
"300"
|
|
691
692
|
],
|
|
692
693
|
"references": [
|
|
693
694
|
{
|
|
694
695
|
"type": "color",
|
|
695
696
|
"value": "#383838",
|
|
696
|
-
"filePath": "tokens/default/dark/
|
|
697
|
+
"filePath": "tokens/default/dark/palette.color.json",
|
|
697
698
|
"isSource": true,
|
|
698
699
|
"original": {
|
|
699
700
|
"type": "color",
|
|
700
|
-
"value": "
|
|
701
|
+
"value": "#383838"
|
|
701
702
|
},
|
|
702
|
-
"name": "pf-t--
|
|
703
|
+
"name": "pf-t--color--gray--70",
|
|
703
704
|
"attributes": {
|
|
704
|
-
"category": "
|
|
705
|
-
"type": "
|
|
706
|
-
"item": "
|
|
707
|
-
"subitem": "color",
|
|
708
|
-
"state": "300"
|
|
705
|
+
"category": "color",
|
|
706
|
+
"type": "gray",
|
|
707
|
+
"item": "70"
|
|
709
708
|
},
|
|
710
709
|
"path": [
|
|
711
|
-
"global",
|
|
712
|
-
"dark",
|
|
713
|
-
"background",
|
|
714
710
|
"color",
|
|
715
|
-
"
|
|
716
|
-
|
|
717
|
-
"references": [
|
|
718
|
-
{
|
|
719
|
-
"type": "color",
|
|
720
|
-
"value": "#383838",
|
|
721
|
-
"filePath": "tokens/default/dark/palette.color.json",
|
|
722
|
-
"isSource": true,
|
|
723
|
-
"original": {
|
|
724
|
-
"type": "color",
|
|
725
|
-
"value": "#383838"
|
|
726
|
-
},
|
|
727
|
-
"name": "pf-t--color--gray--70",
|
|
728
|
-
"attributes": {
|
|
729
|
-
"category": "color",
|
|
730
|
-
"type": "gray",
|
|
731
|
-
"item": "70"
|
|
732
|
-
},
|
|
733
|
-
"path": [
|
|
734
|
-
"color",
|
|
735
|
-
"gray",
|
|
736
|
-
"70"
|
|
737
|
-
]
|
|
738
|
-
}
|
|
711
|
+
"gray",
|
|
712
|
+
"70"
|
|
739
713
|
]
|
|
740
714
|
}
|
|
741
715
|
]
|
|
@@ -743,78 +717,78 @@
|
|
|
743
717
|
]
|
|
744
718
|
}
|
|
745
719
|
},
|
|
746
|
-
"pf-t--global--background--color--floating--
|
|
720
|
+
"pf-t--global--background--color--floating--hover": {
|
|
747
721
|
"default": {
|
|
748
|
-
"description": "Use as the
|
|
722
|
+
"description": "Use as the hover state for floating backgrounds",
|
|
749
723
|
"type": "color",
|
|
750
|
-
"value": "#
|
|
724
|
+
"value": "#292929",
|
|
751
725
|
"filePath": "tokens/default/dark/semantic.dark.json",
|
|
752
726
|
"isSource": true,
|
|
753
727
|
"original": {
|
|
754
|
-
"description": "Use as the
|
|
728
|
+
"description": "Use as the hover state for floating backgrounds",
|
|
755
729
|
"type": "color",
|
|
756
|
-
"value": "{global.dark.background.color.
|
|
730
|
+
"value": "{global.dark.background.color.200}"
|
|
757
731
|
},
|
|
758
|
-
"name": "pf-t--global--background--color--floating--
|
|
732
|
+
"name": "pf-t--global--background--color--floating--hover",
|
|
759
733
|
"attributes": {
|
|
760
734
|
"category": "global",
|
|
761
735
|
"type": "background",
|
|
762
736
|
"item": "color",
|
|
763
737
|
"subitem": "floating",
|
|
764
|
-
"state": "
|
|
738
|
+
"state": "hover"
|
|
765
739
|
},
|
|
766
740
|
"path": [
|
|
767
741
|
"global",
|
|
768
742
|
"background",
|
|
769
743
|
"color",
|
|
770
744
|
"floating",
|
|
771
|
-
"
|
|
745
|
+
"hover"
|
|
772
746
|
],
|
|
773
747
|
"references": [
|
|
774
748
|
{
|
|
775
749
|
"type": "color",
|
|
776
|
-
"value": "#
|
|
750
|
+
"value": "#292929",
|
|
777
751
|
"filePath": "tokens/default/dark/base.dark.json",
|
|
778
752
|
"isSource": true,
|
|
779
753
|
"original": {
|
|
780
754
|
"type": "color",
|
|
781
|
-
"value": "{color.gray.
|
|
755
|
+
"value": "{color.gray.80}"
|
|
782
756
|
},
|
|
783
|
-
"name": "pf-t--global--dark--background--color--
|
|
757
|
+
"name": "pf-t--global--dark--background--color--200",
|
|
784
758
|
"attributes": {
|
|
785
759
|
"category": "global",
|
|
786
760
|
"type": "dark",
|
|
787
761
|
"item": "background",
|
|
788
762
|
"subitem": "color",
|
|
789
|
-
"state": "
|
|
763
|
+
"state": "200"
|
|
790
764
|
},
|
|
791
765
|
"path": [
|
|
792
766
|
"global",
|
|
793
767
|
"dark",
|
|
794
768
|
"background",
|
|
795
769
|
"color",
|
|
796
|
-
"
|
|
770
|
+
"200"
|
|
797
771
|
],
|
|
798
772
|
"references": [
|
|
799
773
|
{
|
|
800
774
|
"type": "color",
|
|
801
|
-
"value": "#
|
|
775
|
+
"value": "#292929",
|
|
802
776
|
"filePath": "tokens/default/dark/palette.color.json",
|
|
803
777
|
"isSource": true,
|
|
804
778
|
"original": {
|
|
805
779
|
"type": "color",
|
|
806
|
-
"value": "#
|
|
780
|
+
"value": "#292929"
|
|
807
781
|
},
|
|
808
|
-
"name": "pf-t--color--gray--
|
|
782
|
+
"name": "pf-t--color--gray--80",
|
|
809
783
|
"attributes": {
|
|
810
784
|
"category": "color",
|
|
811
785
|
"type": "gray",
|
|
812
|
-
"item": "
|
|
786
|
+
"item": "80"
|
|
813
787
|
},
|
|
814
788
|
"path": [
|
|
815
789
|
"color",
|
|
816
790
|
"gray",
|
|
817
|
-
"
|
|
791
|
+
"80"
|
|
818
792
|
]
|
|
819
793
|
}
|
|
820
794
|
]
|
|
@@ -822,32 +796,32 @@
|
|
|
822
796
|
]
|
|
823
797
|
}
|
|
824
798
|
},
|
|
825
|
-
"pf-t--global--background--color--floating--
|
|
799
|
+
"pf-t--global--background--color--floating--clicked": {
|
|
826
800
|
"default": {
|
|
827
|
-
"description": "Use as the
|
|
801
|
+
"description": "Use as the clicked state for floating backgrounds",
|
|
828
802
|
"type": "color",
|
|
829
803
|
"value": "#292929",
|
|
830
804
|
"filePath": "tokens/default/dark/semantic.dark.json",
|
|
831
805
|
"isSource": true,
|
|
832
806
|
"original": {
|
|
833
|
-
"description": "Use as the
|
|
807
|
+
"description": "Use as the clicked state for floating backgrounds",
|
|
834
808
|
"type": "color",
|
|
835
809
|
"value": "{global.dark.background.color.200}"
|
|
836
810
|
},
|
|
837
|
-
"name": "pf-t--global--background--color--floating--
|
|
811
|
+
"name": "pf-t--global--background--color--floating--clicked",
|
|
838
812
|
"attributes": {
|
|
839
813
|
"category": "global",
|
|
840
814
|
"type": "background",
|
|
841
815
|
"item": "color",
|
|
842
816
|
"subitem": "floating",
|
|
843
|
-
"state": "
|
|
817
|
+
"state": "clicked"
|
|
844
818
|
},
|
|
845
819
|
"path": [
|
|
846
820
|
"global",
|
|
847
821
|
"background",
|
|
848
822
|
"color",
|
|
849
823
|
"floating",
|
|
850
|
-
"
|
|
824
|
+
"clicked"
|
|
851
825
|
],
|
|
852
826
|
"references": [
|
|
853
827
|
{
|
|
@@ -901,78 +875,106 @@
|
|
|
901
875
|
]
|
|
902
876
|
}
|
|
903
877
|
},
|
|
904
|
-
"pf-t--global--background--color--floating--
|
|
878
|
+
"pf-t--global--background--color--floating--secondary--default": {
|
|
905
879
|
"default": {
|
|
906
|
-
"description": "Use as the clicked state for floating backgrounds",
|
|
907
880
|
"type": "color",
|
|
908
|
-
"value": "#
|
|
881
|
+
"value": "#151515",
|
|
909
882
|
"filePath": "tokens/default/dark/semantic.dark.json",
|
|
910
883
|
"isSource": true,
|
|
911
884
|
"original": {
|
|
912
|
-
"description": "Use as the clicked state for floating backgrounds",
|
|
913
885
|
"type": "color",
|
|
914
|
-
"value": "{global.
|
|
886
|
+
"value": "{global.background.color.secondary.default}"
|
|
915
887
|
},
|
|
916
|
-
"name": "pf-t--global--background--color--floating--
|
|
888
|
+
"name": "pf-t--global--background--color--floating--secondary--default",
|
|
917
889
|
"attributes": {
|
|
918
890
|
"category": "global",
|
|
919
891
|
"type": "background",
|
|
920
892
|
"item": "color",
|
|
921
893
|
"subitem": "floating",
|
|
922
|
-
"state": "
|
|
894
|
+
"state": "secondary"
|
|
923
895
|
},
|
|
924
896
|
"path": [
|
|
925
897
|
"global",
|
|
926
898
|
"background",
|
|
927
899
|
"color",
|
|
928
900
|
"floating",
|
|
929
|
-
"
|
|
901
|
+
"secondary",
|
|
902
|
+
"default"
|
|
930
903
|
],
|
|
931
904
|
"references": [
|
|
932
905
|
{
|
|
906
|
+
"description": "Use as the secondary background color for UI content Use as the primary background color for UI content such as cards, page sections, and other content areas. Secondary background color is also used for our UI shell backgrounds (nav, masthead, etc).",
|
|
933
907
|
"type": "color",
|
|
934
|
-
"value": "#
|
|
935
|
-
"filePath": "tokens/default/dark/
|
|
908
|
+
"value": "#151515",
|
|
909
|
+
"filePath": "tokens/default/dark/semantic.dark.json",
|
|
936
910
|
"isSource": true,
|
|
937
911
|
"original": {
|
|
912
|
+
"description": "Use as the secondary background color for UI content Use as the primary background color for UI content such as cards, page sections, and other content areas. Secondary background color is also used for our UI shell backgrounds (nav, masthead, etc).",
|
|
938
913
|
"type": "color",
|
|
939
|
-
"value": "{color.
|
|
914
|
+
"value": "{global.dark.background.color.100}"
|
|
940
915
|
},
|
|
941
|
-
"name": "pf-t--global--
|
|
916
|
+
"name": "pf-t--global--background--color--secondary--default",
|
|
942
917
|
"attributes": {
|
|
943
918
|
"category": "global",
|
|
944
|
-
"type": "
|
|
945
|
-
"item": "
|
|
946
|
-
"subitem": "
|
|
947
|
-
"state": "
|
|
919
|
+
"type": "background",
|
|
920
|
+
"item": "color",
|
|
921
|
+
"subitem": "secondary",
|
|
922
|
+
"state": "default"
|
|
948
923
|
},
|
|
949
924
|
"path": [
|
|
950
925
|
"global",
|
|
951
|
-
"dark",
|
|
952
926
|
"background",
|
|
953
927
|
"color",
|
|
954
|
-
"
|
|
928
|
+
"secondary",
|
|
929
|
+
"default"
|
|
955
930
|
],
|
|
956
931
|
"references": [
|
|
957
932
|
{
|
|
958
933
|
"type": "color",
|
|
959
|
-
"value": "#
|
|
960
|
-
"filePath": "tokens/default/dark/
|
|
934
|
+
"value": "#151515",
|
|
935
|
+
"filePath": "tokens/default/dark/base.dark.json",
|
|
961
936
|
"isSource": true,
|
|
962
937
|
"original": {
|
|
963
938
|
"type": "color",
|
|
964
|
-
"value": "
|
|
939
|
+
"value": "{color.gray.95}"
|
|
965
940
|
},
|
|
966
|
-
"name": "pf-t--color--
|
|
941
|
+
"name": "pf-t--global--dark--background--color--100",
|
|
967
942
|
"attributes": {
|
|
968
|
-
"category": "
|
|
969
|
-
"type": "
|
|
970
|
-
"item": "
|
|
943
|
+
"category": "global",
|
|
944
|
+
"type": "dark",
|
|
945
|
+
"item": "background",
|
|
946
|
+
"subitem": "color",
|
|
947
|
+
"state": "100"
|
|
971
948
|
},
|
|
972
949
|
"path": [
|
|
950
|
+
"global",
|
|
951
|
+
"dark",
|
|
952
|
+
"background",
|
|
973
953
|
"color",
|
|
974
|
-
"
|
|
975
|
-
|
|
954
|
+
"100"
|
|
955
|
+
],
|
|
956
|
+
"references": [
|
|
957
|
+
{
|
|
958
|
+
"type": "color",
|
|
959
|
+
"value": "#151515",
|
|
960
|
+
"filePath": "tokens/default/dark/palette.color.json",
|
|
961
|
+
"isSource": true,
|
|
962
|
+
"original": {
|
|
963
|
+
"type": "color",
|
|
964
|
+
"value": "#151515"
|
|
965
|
+
},
|
|
966
|
+
"name": "pf-t--color--gray--95",
|
|
967
|
+
"attributes": {
|
|
968
|
+
"category": "color",
|
|
969
|
+
"type": "gray",
|
|
970
|
+
"item": "95"
|
|
971
|
+
},
|
|
972
|
+
"path": [
|
|
973
|
+
"color",
|
|
974
|
+
"gray",
|
|
975
|
+
"95"
|
|
976
|
+
]
|
|
977
|
+
}
|
|
976
978
|
]
|
|
977
979
|
}
|
|
978
980
|
]
|
|
@@ -2053,6 +2055,34 @@
|
|
|
2053
2055
|
]
|
|
2054
2056
|
}
|
|
2055
2057
|
},
|
|
2058
|
+
"pf-t--global--background--color--striped--row--default": {
|
|
2059
|
+
"default": {
|
|
2060
|
+
"type": "color",
|
|
2061
|
+
"value": "rgba(21, 21, 21, 0.3000)",
|
|
2062
|
+
"filePath": "tokens/default/dark/semantic.dark.json",
|
|
2063
|
+
"isSource": true,
|
|
2064
|
+
"original": {
|
|
2065
|
+
"type": "color",
|
|
2066
|
+
"value": "rgba(21, 21, 21, 0.3000)"
|
|
2067
|
+
},
|
|
2068
|
+
"name": "pf-t--global--background--color--striped--row--default",
|
|
2069
|
+
"attributes": {
|
|
2070
|
+
"category": "global",
|
|
2071
|
+
"type": "background",
|
|
2072
|
+
"item": "color",
|
|
2073
|
+
"subitem": "striped",
|
|
2074
|
+
"state": "row"
|
|
2075
|
+
},
|
|
2076
|
+
"path": [
|
|
2077
|
+
"global",
|
|
2078
|
+
"background",
|
|
2079
|
+
"color",
|
|
2080
|
+
"striped",
|
|
2081
|
+
"row",
|
|
2082
|
+
"default"
|
|
2083
|
+
]
|
|
2084
|
+
}
|
|
2085
|
+
},
|
|
2056
2086
|
"pf-t--global--background--color--loading--skeleton--default": {
|
|
2057
2087
|
"default": {
|
|
2058
2088
|
"type": "color",
|
|
@@ -2191,34 +2221,6 @@
|
|
|
2191
2221
|
]
|
|
2192
2222
|
}
|
|
2193
2223
|
},
|
|
2194
|
-
"pf-t--global--background--filter--glass--blur--floating": {
|
|
2195
|
-
"default": {
|
|
2196
|
-
"type": "number",
|
|
2197
|
-
"value": "blur(0px)",
|
|
2198
|
-
"filePath": "tokens/default/dark/semantic.dark.json",
|
|
2199
|
-
"isSource": true,
|
|
2200
|
-
"original": {
|
|
2201
|
-
"type": "number",
|
|
2202
|
-
"value": 0
|
|
2203
|
-
},
|
|
2204
|
-
"name": "pf-t--global--background--filter--glass--blur--floating",
|
|
2205
|
-
"attributes": {
|
|
2206
|
-
"category": "global",
|
|
2207
|
-
"type": "background",
|
|
2208
|
-
"item": "filter",
|
|
2209
|
-
"subitem": "glass",
|
|
2210
|
-
"state": "blur"
|
|
2211
|
-
},
|
|
2212
|
-
"path": [
|
|
2213
|
-
"global",
|
|
2214
|
-
"background",
|
|
2215
|
-
"filter",
|
|
2216
|
-
"glass",
|
|
2217
|
-
"blur",
|
|
2218
|
-
"floating"
|
|
2219
|
-
]
|
|
2220
|
-
}
|
|
2221
|
-
},
|
|
2222
2224
|
"pf-t--global--color--brand--default": {
|
|
2223
2225
|
"default": {
|
|
2224
2226
|
"description": "Use this color for elements that you want to reinforce your brand",
|
|
@@ -16114,11 +16116,13 @@
|
|
|
16114
16116
|
},
|
|
16115
16117
|
"pf-t--global--border--color--control--default": {
|
|
16116
16118
|
"default": {
|
|
16119
|
+
"description": "Use as the default border for control elements like form inputs, menu toggles, and clickable cards",
|
|
16117
16120
|
"type": "color",
|
|
16118
16121
|
"value": "#a3a3a3",
|
|
16119
16122
|
"filePath": "tokens/default/dark/semantic.dark.json",
|
|
16120
16123
|
"isSource": true,
|
|
16121
16124
|
"original": {
|
|
16125
|
+
"description": "Use as the default border for control elements like form inputs, menu toggles, and clickable cards",
|
|
16122
16126
|
"type": "color",
|
|
16123
16127
|
"value": "{global.dark.border.color.200}"
|
|
16124
16128
|
},
|
|
@@ -16191,13 +16195,15 @@
|
|
|
16191
16195
|
},
|
|
16192
16196
|
"pf-t--global--border--color--control--read-only": {
|
|
16193
16197
|
"default": {
|
|
16198
|
+
"description": "Use as the read-only border for control elements like form inputs, menu toggles.",
|
|
16194
16199
|
"type": "color",
|
|
16195
16200
|
"value": "#4d4d4d",
|
|
16196
16201
|
"filePath": "tokens/default/dark/semantic.dark.json",
|
|
16197
16202
|
"isSource": true,
|
|
16198
16203
|
"original": {
|
|
16204
|
+
"description": "Use as the read-only border for control elements like form inputs, menu toggles.",
|
|
16199
16205
|
"type": "color",
|
|
16200
|
-
"value": "{global.dark.border.color.
|
|
16206
|
+
"value": "{global.dark.border.color.100}"
|
|
16201
16207
|
},
|
|
16202
16208
|
"name": "pf-t--global--border--color--control--read-only",
|
|
16203
16209
|
"attributes": {
|
|
@@ -16224,20 +16230,20 @@
|
|
|
16224
16230
|
"type": "color",
|
|
16225
16231
|
"value": "{color.gray.60}"
|
|
16226
16232
|
},
|
|
16227
|
-
"name": "pf-t--global--dark--border--color--
|
|
16233
|
+
"name": "pf-t--global--dark--border--color--100",
|
|
16228
16234
|
"attributes": {
|
|
16229
16235
|
"category": "global",
|
|
16230
16236
|
"type": "dark",
|
|
16231
16237
|
"item": "border",
|
|
16232
16238
|
"subitem": "color",
|
|
16233
|
-
"state": "
|
|
16239
|
+
"state": "100"
|
|
16234
16240
|
},
|
|
16235
16241
|
"path": [
|
|
16236
16242
|
"global",
|
|
16237
16243
|
"dark",
|
|
16238
16244
|
"border",
|
|
16239
16245
|
"color",
|
|
16240
|
-
"
|
|
16246
|
+
"100"
|
|
16241
16247
|
],
|
|
16242
16248
|
"references": [
|
|
16243
16249
|
{
|
|
@@ -16586,13 +16592,13 @@
|
|
|
16586
16592
|
},
|
|
16587
16593
|
"pf-t--global--border--color--brand--subtle--default": {
|
|
16588
16594
|
"default": {
|
|
16589
|
-
"description": "Use as the default border color for any
|
|
16595
|
+
"description": "Use as the default border color for any subtle brand element like toggle groups",
|
|
16590
16596
|
"type": "color",
|
|
16591
16597
|
"value": "#004d99",
|
|
16592
16598
|
"filePath": "tokens/default/dark/semantic.dark.json",
|
|
16593
16599
|
"isSource": true,
|
|
16594
16600
|
"original": {
|
|
16595
|
-
"description": "Use as the default border color for any
|
|
16601
|
+
"description": "Use as the default border color for any subtle brand element like toggle groups",
|
|
16596
16602
|
"type": "color",
|
|
16597
16603
|
"value": "{global.dark.color.brand.subtle.200}"
|
|
16598
16604
|
},
|
|
@@ -16667,13 +16673,13 @@
|
|
|
16667
16673
|
},
|
|
16668
16674
|
"pf-t--global--border--color--brand--subtle--hover": {
|
|
16669
16675
|
"default": {
|
|
16670
|
-
"description": "Use as the hover
|
|
16676
|
+
"description": "Use as the hover border color for any subtle brand element like toggle groups",
|
|
16671
16677
|
"type": "color",
|
|
16672
16678
|
"value": "#92c5f9",
|
|
16673
16679
|
"filePath": "tokens/default/dark/semantic.dark.json",
|
|
16674
16680
|
"isSource": true,
|
|
16675
16681
|
"original": {
|
|
16676
|
-
"description": "Use as the hover
|
|
16682
|
+
"description": "Use as the hover border color for any subtle brand element like toggle groups",
|
|
16677
16683
|
"type": "color",
|
|
16678
16684
|
"value": "{global.dark.color.brand.subtle.300}"
|
|
16679
16685
|
},
|
|
@@ -16748,13 +16754,13 @@
|
|
|
16748
16754
|
},
|
|
16749
16755
|
"pf-t--global--border--color--brand--subtle--clicked": {
|
|
16750
16756
|
"default": {
|
|
16751
|
-
"description": "Use as the clicked
|
|
16757
|
+
"description": "Use as the clicked border color for any subtle brand element like toggle groups",
|
|
16752
16758
|
"type": "color",
|
|
16753
16759
|
"value": "#92c5f9",
|
|
16754
16760
|
"filePath": "tokens/default/dark/semantic.dark.json",
|
|
16755
16761
|
"isSource": true,
|
|
16756
16762
|
"original": {
|
|
16757
|
-
"description": "Use as the clicked
|
|
16763
|
+
"description": "Use as the clicked border color for any subtle brand element like toggle groups",
|
|
16758
16764
|
"type": "color",
|
|
16759
16765
|
"value": "{global.dark.color.brand.subtle.300}"
|
|
16760
16766
|
},
|
|
@@ -18508,7 +18514,7 @@
|
|
|
18508
18514
|
"default": {
|
|
18509
18515
|
"description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
|
|
18510
18516
|
"type": "color",
|
|
18511
|
-
"value": "#
|
|
18517
|
+
"value": "#4d4d4d",
|
|
18512
18518
|
"filePath": "tokens/default/dark/semantic.dark.json",
|
|
18513
18519
|
"isSource": true,
|
|
18514
18520
|
"original": {
|
|
@@ -18532,12 +18538,12 @@
|
|
|
18532
18538
|
"references": [
|
|
18533
18539
|
{
|
|
18534
18540
|
"type": "color",
|
|
18535
|
-
"value": "#
|
|
18541
|
+
"value": "#4d4d4d",
|
|
18536
18542
|
"filePath": "tokens/default/dark/base.dark.json",
|
|
18537
18543
|
"isSource": true,
|
|
18538
18544
|
"original": {
|
|
18539
18545
|
"type": "color",
|
|
18540
|
-
"value": "{color.gray.
|
|
18546
|
+
"value": "{color.gray.60}"
|
|
18541
18547
|
},
|
|
18542
18548
|
"name": "pf-t--global--dark--border--color--100",
|
|
18543
18549
|
"attributes": {
|
|
@@ -18557,23 +18563,23 @@
|
|
|
18557
18563
|
"references": [
|
|
18558
18564
|
{
|
|
18559
18565
|
"type": "color",
|
|
18560
|
-
"value": "#
|
|
18566
|
+
"value": "#4d4d4d",
|
|
18561
18567
|
"filePath": "tokens/default/dark/palette.color.json",
|
|
18562
18568
|
"isSource": true,
|
|
18563
18569
|
"original": {
|
|
18564
18570
|
"type": "color",
|
|
18565
|
-
"value": "#
|
|
18571
|
+
"value": "#4d4d4d"
|
|
18566
18572
|
},
|
|
18567
|
-
"name": "pf-t--color--gray--
|
|
18573
|
+
"name": "pf-t--color--gray--60",
|
|
18568
18574
|
"attributes": {
|
|
18569
18575
|
"category": "color",
|
|
18570
18576
|
"type": "gray",
|
|
18571
|
-
"item": "
|
|
18577
|
+
"item": "60"
|
|
18572
18578
|
},
|
|
18573
18579
|
"path": [
|
|
18574
18580
|
"color",
|
|
18575
18581
|
"gray",
|
|
18576
|
-
"
|
|
18582
|
+
"60"
|
|
18577
18583
|
]
|
|
18578
18584
|
}
|
|
18579
18585
|
]
|
|
@@ -18745,7 +18751,7 @@
|
|
|
18745
18751
|
"original": {
|
|
18746
18752
|
"description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
|
|
18747
18753
|
"type": "color",
|
|
18748
|
-
"value": "{global.dark.border.color.
|
|
18754
|
+
"value": "{global.dark.border.color.100}"
|
|
18749
18755
|
},
|
|
18750
18756
|
"name": "pf-t--global--border--color--subtle",
|
|
18751
18757
|
"attributes": {
|
|
@@ -18770,20 +18776,20 @@
|
|
|
18770
18776
|
"type": "color",
|
|
18771
18777
|
"value": "{color.gray.60}"
|
|
18772
18778
|
},
|
|
18773
|
-
"name": "pf-t--global--dark--border--color--
|
|
18779
|
+
"name": "pf-t--global--dark--border--color--100",
|
|
18774
18780
|
"attributes": {
|
|
18775
18781
|
"category": "global",
|
|
18776
18782
|
"type": "dark",
|
|
18777
18783
|
"item": "border",
|
|
18778
18784
|
"subitem": "color",
|
|
18779
|
-
"state": "
|
|
18785
|
+
"state": "100"
|
|
18780
18786
|
},
|
|
18781
18787
|
"path": [
|
|
18782
18788
|
"global",
|
|
18783
18789
|
"dark",
|
|
18784
18790
|
"border",
|
|
18785
18791
|
"color",
|
|
18786
|
-
"
|
|
18792
|
+
"100"
|
|
18787
18793
|
],
|
|
18788
18794
|
"references": [
|
|
18789
18795
|
{
|
|
@@ -19072,6 +19078,110 @@
|
|
|
19072
19078
|
]
|
|
19073
19079
|
}
|
|
19074
19080
|
},
|
|
19081
|
+
"pf-t--global--border--color--glass--default": {
|
|
19082
|
+
"default": {
|
|
19083
|
+
"type": "color",
|
|
19084
|
+
"value": "#4d4d4d",
|
|
19085
|
+
"filePath": "tokens/default/dark/semantic.dark.json",
|
|
19086
|
+
"isSource": true,
|
|
19087
|
+
"original": {
|
|
19088
|
+
"type": "color",
|
|
19089
|
+
"value": "{global.border.color.subtle}"
|
|
19090
|
+
},
|
|
19091
|
+
"name": "pf-t--global--border--color--glass--default",
|
|
19092
|
+
"attributes": {
|
|
19093
|
+
"category": "global",
|
|
19094
|
+
"type": "border",
|
|
19095
|
+
"item": "color",
|
|
19096
|
+
"subitem": "glass",
|
|
19097
|
+
"state": "default"
|
|
19098
|
+
},
|
|
19099
|
+
"path": [
|
|
19100
|
+
"global",
|
|
19101
|
+
"border",
|
|
19102
|
+
"color",
|
|
19103
|
+
"glass",
|
|
19104
|
+
"default"
|
|
19105
|
+
],
|
|
19106
|
+
"references": [
|
|
19107
|
+
{
|
|
19108
|
+
"description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
|
|
19109
|
+
"type": "color",
|
|
19110
|
+
"value": "#4d4d4d",
|
|
19111
|
+
"filePath": "tokens/default/dark/semantic.dark.json",
|
|
19112
|
+
"isSource": true,
|
|
19113
|
+
"original": {
|
|
19114
|
+
"description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
|
|
19115
|
+
"type": "color",
|
|
19116
|
+
"value": "{global.dark.border.color.100}"
|
|
19117
|
+
},
|
|
19118
|
+
"name": "pf-t--global--border--color--subtle",
|
|
19119
|
+
"attributes": {
|
|
19120
|
+
"category": "global",
|
|
19121
|
+
"type": "border",
|
|
19122
|
+
"item": "color",
|
|
19123
|
+
"subitem": "subtle"
|
|
19124
|
+
},
|
|
19125
|
+
"path": [
|
|
19126
|
+
"global",
|
|
19127
|
+
"border",
|
|
19128
|
+
"color",
|
|
19129
|
+
"subtle"
|
|
19130
|
+
],
|
|
19131
|
+
"references": [
|
|
19132
|
+
{
|
|
19133
|
+
"type": "color",
|
|
19134
|
+
"value": "#4d4d4d",
|
|
19135
|
+
"filePath": "tokens/default/dark/base.dark.json",
|
|
19136
|
+
"isSource": true,
|
|
19137
|
+
"original": {
|
|
19138
|
+
"type": "color",
|
|
19139
|
+
"value": "{color.gray.60}"
|
|
19140
|
+
},
|
|
19141
|
+
"name": "pf-t--global--dark--border--color--100",
|
|
19142
|
+
"attributes": {
|
|
19143
|
+
"category": "global",
|
|
19144
|
+
"type": "dark",
|
|
19145
|
+
"item": "border",
|
|
19146
|
+
"subitem": "color",
|
|
19147
|
+
"state": "100"
|
|
19148
|
+
},
|
|
19149
|
+
"path": [
|
|
19150
|
+
"global",
|
|
19151
|
+
"dark",
|
|
19152
|
+
"border",
|
|
19153
|
+
"color",
|
|
19154
|
+
"100"
|
|
19155
|
+
],
|
|
19156
|
+
"references": [
|
|
19157
|
+
{
|
|
19158
|
+
"type": "color",
|
|
19159
|
+
"value": "#4d4d4d",
|
|
19160
|
+
"filePath": "tokens/default/dark/palette.color.json",
|
|
19161
|
+
"isSource": true,
|
|
19162
|
+
"original": {
|
|
19163
|
+
"type": "color",
|
|
19164
|
+
"value": "#4d4d4d"
|
|
19165
|
+
},
|
|
19166
|
+
"name": "pf-t--color--gray--60",
|
|
19167
|
+
"attributes": {
|
|
19168
|
+
"category": "color",
|
|
19169
|
+
"type": "gray",
|
|
19170
|
+
"item": "60"
|
|
19171
|
+
},
|
|
19172
|
+
"path": [
|
|
19173
|
+
"color",
|
|
19174
|
+
"gray",
|
|
19175
|
+
"60"
|
|
19176
|
+
]
|
|
19177
|
+
}
|
|
19178
|
+
]
|
|
19179
|
+
}
|
|
19180
|
+
]
|
|
19181
|
+
}
|
|
19182
|
+
]
|
|
19183
|
+
}
|
|
19184
|
+
},
|
|
19075
19185
|
"pf-t--global--border--color--nonstatus--red--default": {
|
|
19076
19186
|
"default": {
|
|
19077
19187
|
"description": "Use as the default border color for any element that does not convey status and that you always will want to be red (i.e. color-coded labels, banners, etc.)",
|
|
@@ -30219,12 +30329,12 @@
|
|
|
30219
30329
|
"pf-t--global--text-decoration--color--default": {
|
|
30220
30330
|
"default": {
|
|
30221
30331
|
"type": "color",
|
|
30222
|
-
"value": "#
|
|
30332
|
+
"value": "#a3a3a3",
|
|
30223
30333
|
"filePath": "tokens/default/dark/semantic.dark.json",
|
|
30224
30334
|
"isSource": true,
|
|
30225
30335
|
"original": {
|
|
30226
30336
|
"type": "color",
|
|
30227
|
-
"value": "{global.border.color.
|
|
30337
|
+
"value": "{global.dark.border.color.200}"
|
|
30228
30338
|
},
|
|
30229
30339
|
"name": "pf-t--global--text-decoration--color--default",
|
|
30230
30340
|
"attributes": {
|
|
@@ -30241,76 +30351,49 @@
|
|
|
30241
30351
|
],
|
|
30242
30352
|
"references": [
|
|
30243
30353
|
{
|
|
30244
|
-
"description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
|
|
30245
30354
|
"type": "color",
|
|
30246
|
-
"value": "#
|
|
30247
|
-
"filePath": "tokens/default/dark/
|
|
30355
|
+
"value": "#a3a3a3",
|
|
30356
|
+
"filePath": "tokens/default/dark/base.dark.json",
|
|
30248
30357
|
"isSource": true,
|
|
30249
30358
|
"original": {
|
|
30250
|
-
"description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
|
|
30251
30359
|
"type": "color",
|
|
30252
|
-
"value": "{
|
|
30360
|
+
"value": "{color.gray.40}"
|
|
30253
30361
|
},
|
|
30254
|
-
"name": "pf-t--global--border--color--
|
|
30362
|
+
"name": "pf-t--global--dark--border--color--200",
|
|
30255
30363
|
"attributes": {
|
|
30256
30364
|
"category": "global",
|
|
30257
|
-
"type": "
|
|
30258
|
-
"item": "
|
|
30259
|
-
"subitem": "
|
|
30365
|
+
"type": "dark",
|
|
30366
|
+
"item": "border",
|
|
30367
|
+
"subitem": "color",
|
|
30368
|
+
"state": "200"
|
|
30260
30369
|
},
|
|
30261
30370
|
"path": [
|
|
30262
30371
|
"global",
|
|
30372
|
+
"dark",
|
|
30263
30373
|
"border",
|
|
30264
30374
|
"color",
|
|
30265
|
-
"
|
|
30375
|
+
"200"
|
|
30266
30376
|
],
|
|
30267
30377
|
"references": [
|
|
30268
30378
|
{
|
|
30269
30379
|
"type": "color",
|
|
30270
|
-
"value": "#
|
|
30271
|
-
"filePath": "tokens/default/dark/
|
|
30380
|
+
"value": "#a3a3a3",
|
|
30381
|
+
"filePath": "tokens/default/dark/palette.color.json",
|
|
30272
30382
|
"isSource": true,
|
|
30273
30383
|
"original": {
|
|
30274
30384
|
"type": "color",
|
|
30275
|
-
"value": "
|
|
30385
|
+
"value": "#a3a3a3"
|
|
30276
30386
|
},
|
|
30277
|
-
"name": "pf-t--
|
|
30387
|
+
"name": "pf-t--color--gray--40",
|
|
30278
30388
|
"attributes": {
|
|
30279
|
-
"category": "
|
|
30280
|
-
"type": "
|
|
30281
|
-
"item": "
|
|
30282
|
-
"subitem": "color",
|
|
30283
|
-
"state": "100"
|
|
30389
|
+
"category": "color",
|
|
30390
|
+
"type": "gray",
|
|
30391
|
+
"item": "40"
|
|
30284
30392
|
},
|
|
30285
30393
|
"path": [
|
|
30286
|
-
"global",
|
|
30287
|
-
"dark",
|
|
30288
|
-
"border",
|
|
30289
30394
|
"color",
|
|
30290
|
-
"
|
|
30291
|
-
|
|
30292
|
-
"references": [
|
|
30293
|
-
{
|
|
30294
|
-
"type": "color",
|
|
30295
|
-
"value": "#707070",
|
|
30296
|
-
"filePath": "tokens/default/dark/palette.color.json",
|
|
30297
|
-
"isSource": true,
|
|
30298
|
-
"original": {
|
|
30299
|
-
"type": "color",
|
|
30300
|
-
"value": "#707070"
|
|
30301
|
-
},
|
|
30302
|
-
"name": "pf-t--color--gray--50",
|
|
30303
|
-
"attributes": {
|
|
30304
|
-
"category": "color",
|
|
30305
|
-
"type": "gray",
|
|
30306
|
-
"item": "50"
|
|
30307
|
-
},
|
|
30308
|
-
"path": [
|
|
30309
|
-
"color",
|
|
30310
|
-
"gray",
|
|
30311
|
-
"50"
|
|
30312
|
-
]
|
|
30313
|
-
}
|
|
30395
|
+
"gray",
|
|
30396
|
+
"40"
|
|
30314
30397
|
]
|
|
30315
30398
|
}
|
|
30316
30399
|
]
|
|
@@ -34268,12 +34351,12 @@
|
|
|
34268
34351
|
"pf-t--global--dark--border--color--50": {
|
|
34269
34352
|
"default": {
|
|
34270
34353
|
"type": "color",
|
|
34271
|
-
"value": "#
|
|
34354
|
+
"value": "#383838",
|
|
34272
34355
|
"filePath": "tokens/default/dark/base.dark.json",
|
|
34273
34356
|
"isSource": true,
|
|
34274
34357
|
"original": {
|
|
34275
34358
|
"type": "color",
|
|
34276
|
-
"value": "{color.gray.
|
|
34359
|
+
"value": "{color.gray.70}"
|
|
34277
34360
|
},
|
|
34278
34361
|
"name": "pf-t--global--dark--border--color--50",
|
|
34279
34362
|
"attributes": {
|
|
@@ -34293,23 +34376,23 @@
|
|
|
34293
34376
|
"references": [
|
|
34294
34377
|
{
|
|
34295
34378
|
"type": "color",
|
|
34296
|
-
"value": "#
|
|
34379
|
+
"value": "#383838",
|
|
34297
34380
|
"filePath": "tokens/default/dark/palette.color.json",
|
|
34298
34381
|
"isSource": true,
|
|
34299
34382
|
"original": {
|
|
34300
34383
|
"type": "color",
|
|
34301
|
-
"value": "#
|
|
34384
|
+
"value": "#383838"
|
|
34302
34385
|
},
|
|
34303
|
-
"name": "pf-t--color--gray--
|
|
34386
|
+
"name": "pf-t--color--gray--70",
|
|
34304
34387
|
"attributes": {
|
|
34305
34388
|
"category": "color",
|
|
34306
34389
|
"type": "gray",
|
|
34307
|
-
"item": "
|
|
34390
|
+
"item": "70"
|
|
34308
34391
|
},
|
|
34309
34392
|
"path": [
|
|
34310
34393
|
"color",
|
|
34311
34394
|
"gray",
|
|
34312
|
-
"
|
|
34395
|
+
"70"
|
|
34313
34396
|
]
|
|
34314
34397
|
}
|
|
34315
34398
|
]
|
|
@@ -34318,12 +34401,12 @@
|
|
|
34318
34401
|
"pf-t--global--dark--border--color--100": {
|
|
34319
34402
|
"default": {
|
|
34320
34403
|
"type": "color",
|
|
34321
|
-
"value": "#
|
|
34404
|
+
"value": "#4d4d4d",
|
|
34322
34405
|
"filePath": "tokens/default/dark/base.dark.json",
|
|
34323
34406
|
"isSource": true,
|
|
34324
34407
|
"original": {
|
|
34325
34408
|
"type": "color",
|
|
34326
|
-
"value": "{color.gray.
|
|
34409
|
+
"value": "{color.gray.60}"
|
|
34327
34410
|
},
|
|
34328
34411
|
"name": "pf-t--global--dark--border--color--100",
|
|
34329
34412
|
"attributes": {
|
|
@@ -34343,23 +34426,23 @@
|
|
|
34343
34426
|
"references": [
|
|
34344
34427
|
{
|
|
34345
34428
|
"type": "color",
|
|
34346
|
-
"value": "#
|
|
34429
|
+
"value": "#4d4d4d",
|
|
34347
34430
|
"filePath": "tokens/default/dark/palette.color.json",
|
|
34348
34431
|
"isSource": true,
|
|
34349
34432
|
"original": {
|
|
34350
34433
|
"type": "color",
|
|
34351
|
-
"value": "#
|
|
34434
|
+
"value": "#4d4d4d"
|
|
34352
34435
|
},
|
|
34353
|
-
"name": "pf-t--color--gray--
|
|
34436
|
+
"name": "pf-t--color--gray--60",
|
|
34354
34437
|
"attributes": {
|
|
34355
34438
|
"category": "color",
|
|
34356
34439
|
"type": "gray",
|
|
34357
|
-
"item": "
|
|
34440
|
+
"item": "60"
|
|
34358
34441
|
},
|
|
34359
34442
|
"path": [
|
|
34360
34443
|
"color",
|
|
34361
34444
|
"gray",
|
|
34362
|
-
"
|
|
34445
|
+
"60"
|
|
34363
34446
|
]
|
|
34364
34447
|
}
|
|
34365
34448
|
]
|
|
@@ -35851,13 +35934,13 @@
|
|
|
35851
35934
|
},
|
|
35852
35935
|
"pf-t--global--border--color--brand--accent--default": {
|
|
35853
35936
|
"redhat": {
|
|
35854
|
-
"description": "Use as the default border color for any branded element, like
|
|
35937
|
+
"description": "Use as the default border color for any accented branded element, like secondary CTAs",
|
|
35855
35938
|
"type": "color",
|
|
35856
35939
|
"value": "#ffffff",
|
|
35857
35940
|
"filePath": "tokens/redhat/dark/redhat.color.dark.json",
|
|
35858
35941
|
"isSource": true,
|
|
35859
35942
|
"original": {
|
|
35860
|
-
"description": "Use as the default border color for any branded element, like
|
|
35943
|
+
"description": "Use as the default border color for any accented branded element, like secondary CTAs",
|
|
35861
35944
|
"type": "color",
|
|
35862
35945
|
"value": "{global.dark.color.brand.accent.400}"
|
|
35863
35946
|
},
|
|
@@ -35930,13 +36013,13 @@
|
|
|
35930
36013
|
},
|
|
35931
36014
|
"pf-t--global--border--color--brand--accent--hover": {
|
|
35932
36015
|
"redhat": {
|
|
35933
|
-
"description": "Use as the hover
|
|
36016
|
+
"description": "Use as the hover border color for any accented branded element, like secondary CTAs",
|
|
35934
36017
|
"type": "color",
|
|
35935
36018
|
"value": "#ffffff",
|
|
35936
36019
|
"filePath": "tokens/redhat/dark/redhat.color.dark.json",
|
|
35937
36020
|
"isSource": true,
|
|
35938
36021
|
"original": {
|
|
35939
|
-
"description": "Use as the hover
|
|
36022
|
+
"description": "Use as the hover border color for any accented branded element, like secondary CTAs",
|
|
35940
36023
|
"type": "color",
|
|
35941
36024
|
"value": "{global.dark.color.brand.accent.400}"
|
|
35942
36025
|
},
|
|
@@ -36009,13 +36092,13 @@
|
|
|
36009
36092
|
},
|
|
36010
36093
|
"pf-t--global--border--color--brand--accent--clicked": {
|
|
36011
36094
|
"redhat": {
|
|
36012
|
-
"description": "Use as the clicked
|
|
36095
|
+
"description": "Use as the clicked border color for any accented branded element, like secondary CTAs",
|
|
36013
36096
|
"type": "color",
|
|
36014
36097
|
"value": "#ffffff",
|
|
36015
36098
|
"filePath": "tokens/redhat/dark/redhat.color.dark.json",
|
|
36016
36099
|
"isSource": true,
|
|
36017
36100
|
"original": {
|
|
36018
|
-
"description": "Use as the clicked
|
|
36101
|
+
"description": "Use as the clicked border color for any accented branded element, like secondary CTAs",
|
|
36019
36102
|
"type": "color",
|
|
36020
36103
|
"value": "{global.dark.color.brand.accent.400}"
|
|
36021
36104
|
},
|
|
@@ -40838,29 +40921,6 @@
|
|
|
40838
40921
|
]
|
|
40839
40922
|
}
|
|
40840
40923
|
},
|
|
40841
|
-
"pf-t--chart--global--letter-spacing": {
|
|
40842
|
-
"default": {
|
|
40843
|
-
"type": "string",
|
|
40844
|
-
"value": "normal",
|
|
40845
|
-
"filePath": "tokens/default/dark/charts.dark.json",
|
|
40846
|
-
"isSource": true,
|
|
40847
|
-
"original": {
|
|
40848
|
-
"type": "string",
|
|
40849
|
-
"value": "normal"
|
|
40850
|
-
},
|
|
40851
|
-
"name": "pf-t--chart--global--letter-spacing",
|
|
40852
|
-
"attributes": {
|
|
40853
|
-
"category": "chart",
|
|
40854
|
-
"type": "global",
|
|
40855
|
-
"item": "letter-spacing"
|
|
40856
|
-
},
|
|
40857
|
-
"path": [
|
|
40858
|
-
"chart",
|
|
40859
|
-
"global",
|
|
40860
|
-
"letter-spacing"
|
|
40861
|
-
]
|
|
40862
|
-
}
|
|
40863
|
-
},
|
|
40864
40924
|
"pf-t--chart--global--FontSize--xs": {
|
|
40865
40925
|
"default": {
|
|
40866
40926
|
"type": "number",
|
|
@@ -40961,6 +41021,127 @@
|
|
|
40961
41021
|
]
|
|
40962
41022
|
}
|
|
40963
41023
|
},
|
|
41024
|
+
"pf-t--chart--global--letter-spacing": {
|
|
41025
|
+
"default": {
|
|
41026
|
+
"type": "string",
|
|
41027
|
+
"value": "normal",
|
|
41028
|
+
"filePath": "tokens/default/dark/charts.dark.json",
|
|
41029
|
+
"isSource": true,
|
|
41030
|
+
"original": {
|
|
41031
|
+
"type": "string",
|
|
41032
|
+
"value": "normal"
|
|
41033
|
+
},
|
|
41034
|
+
"name": "pf-t--chart--global--letter-spacing",
|
|
41035
|
+
"attributes": {
|
|
41036
|
+
"category": "chart",
|
|
41037
|
+
"type": "global",
|
|
41038
|
+
"item": "letter-spacing"
|
|
41039
|
+
},
|
|
41040
|
+
"path": [
|
|
41041
|
+
"chart",
|
|
41042
|
+
"global",
|
|
41043
|
+
"letter-spacing"
|
|
41044
|
+
]
|
|
41045
|
+
}
|
|
41046
|
+
},
|
|
41047
|
+
"pf-t--chart--global--layout--padding": {
|
|
41048
|
+
"default": {
|
|
41049
|
+
"type": "number",
|
|
41050
|
+
"value": 50,
|
|
41051
|
+
"filePath": "tokens/default/dark/charts.dark.json",
|
|
41052
|
+
"isSource": true,
|
|
41053
|
+
"original": {
|
|
41054
|
+
"type": "number",
|
|
41055
|
+
"value": 50
|
|
41056
|
+
},
|
|
41057
|
+
"name": "pf-t--chart--global--layout--padding",
|
|
41058
|
+
"attributes": {
|
|
41059
|
+
"category": "chart",
|
|
41060
|
+
"type": "global",
|
|
41061
|
+
"item": "layout",
|
|
41062
|
+
"subitem": "padding"
|
|
41063
|
+
},
|
|
41064
|
+
"path": [
|
|
41065
|
+
"chart",
|
|
41066
|
+
"global",
|
|
41067
|
+
"layout",
|
|
41068
|
+
"padding"
|
|
41069
|
+
]
|
|
41070
|
+
}
|
|
41071
|
+
},
|
|
41072
|
+
"pf-t--chart--global--layout--height": {
|
|
41073
|
+
"default": {
|
|
41074
|
+
"type": "number",
|
|
41075
|
+
"value": 300,
|
|
41076
|
+
"filePath": "tokens/default/dark/charts.dark.json",
|
|
41077
|
+
"isSource": true,
|
|
41078
|
+
"original": {
|
|
41079
|
+
"type": "number",
|
|
41080
|
+
"value": 300
|
|
41081
|
+
},
|
|
41082
|
+
"name": "pf-t--chart--global--layout--height",
|
|
41083
|
+
"attributes": {
|
|
41084
|
+
"category": "chart",
|
|
41085
|
+
"type": "global",
|
|
41086
|
+
"item": "layout",
|
|
41087
|
+
"subitem": "height"
|
|
41088
|
+
},
|
|
41089
|
+
"path": [
|
|
41090
|
+
"chart",
|
|
41091
|
+
"global",
|
|
41092
|
+
"layout",
|
|
41093
|
+
"height"
|
|
41094
|
+
]
|
|
41095
|
+
}
|
|
41096
|
+
},
|
|
41097
|
+
"pf-t--chart--global--layout--width": {
|
|
41098
|
+
"default": {
|
|
41099
|
+
"type": "number",
|
|
41100
|
+
"value": 450,
|
|
41101
|
+
"filePath": "tokens/default/dark/charts.dark.json",
|
|
41102
|
+
"isSource": true,
|
|
41103
|
+
"original": {
|
|
41104
|
+
"type": "number",
|
|
41105
|
+
"value": 450
|
|
41106
|
+
},
|
|
41107
|
+
"name": "pf-t--chart--global--layout--width",
|
|
41108
|
+
"attributes": {
|
|
41109
|
+
"category": "chart",
|
|
41110
|
+
"type": "global",
|
|
41111
|
+
"item": "layout",
|
|
41112
|
+
"subitem": "width"
|
|
41113
|
+
},
|
|
41114
|
+
"path": [
|
|
41115
|
+
"chart",
|
|
41116
|
+
"global",
|
|
41117
|
+
"layout",
|
|
41118
|
+
"width"
|
|
41119
|
+
]
|
|
41120
|
+
}
|
|
41121
|
+
},
|
|
41122
|
+
"pf-t--chart--global--stroke-line-cap": {
|
|
41123
|
+
"default": {
|
|
41124
|
+
"type": "string",
|
|
41125
|
+
"value": "round",
|
|
41126
|
+
"filePath": "tokens/default/dark/charts.dark.json",
|
|
41127
|
+
"isSource": true,
|
|
41128
|
+
"original": {
|
|
41129
|
+
"type": "string",
|
|
41130
|
+
"value": "round"
|
|
41131
|
+
},
|
|
41132
|
+
"name": "pf-t--chart--global--stroke-line-cap",
|
|
41133
|
+
"attributes": {
|
|
41134
|
+
"category": "chart",
|
|
41135
|
+
"type": "global",
|
|
41136
|
+
"item": "stroke-line-cap"
|
|
41137
|
+
},
|
|
41138
|
+
"path": [
|
|
41139
|
+
"chart",
|
|
41140
|
+
"global",
|
|
41141
|
+
"stroke-line-cap"
|
|
41142
|
+
]
|
|
41143
|
+
}
|
|
41144
|
+
},
|
|
40964
41145
|
"pf-t--chart--global--label--padding": {
|
|
40965
41146
|
"default": {
|
|
40966
41147
|
"type": "number",
|
|
@@ -41119,104 +41300,6 @@
|
|
|
41119
41300
|
]
|
|
41120
41301
|
}
|
|
41121
41302
|
},
|
|
41122
|
-
"pf-t--chart--global--layout--padding": {
|
|
41123
|
-
"default": {
|
|
41124
|
-
"type": "number",
|
|
41125
|
-
"value": 50,
|
|
41126
|
-
"filePath": "tokens/default/dark/charts.dark.json",
|
|
41127
|
-
"isSource": true,
|
|
41128
|
-
"original": {
|
|
41129
|
-
"type": "number",
|
|
41130
|
-
"value": 50
|
|
41131
|
-
},
|
|
41132
|
-
"name": "pf-t--chart--global--layout--padding",
|
|
41133
|
-
"attributes": {
|
|
41134
|
-
"category": "chart",
|
|
41135
|
-
"type": "global",
|
|
41136
|
-
"item": "layout",
|
|
41137
|
-
"subitem": "padding"
|
|
41138
|
-
},
|
|
41139
|
-
"path": [
|
|
41140
|
-
"chart",
|
|
41141
|
-
"global",
|
|
41142
|
-
"layout",
|
|
41143
|
-
"padding"
|
|
41144
|
-
]
|
|
41145
|
-
}
|
|
41146
|
-
},
|
|
41147
|
-
"pf-t--chart--global--layout--height": {
|
|
41148
|
-
"default": {
|
|
41149
|
-
"type": "number",
|
|
41150
|
-
"value": 300,
|
|
41151
|
-
"filePath": "tokens/default/dark/charts.dark.json",
|
|
41152
|
-
"isSource": true,
|
|
41153
|
-
"original": {
|
|
41154
|
-
"type": "number",
|
|
41155
|
-
"value": 300
|
|
41156
|
-
},
|
|
41157
|
-
"name": "pf-t--chart--global--layout--height",
|
|
41158
|
-
"attributes": {
|
|
41159
|
-
"category": "chart",
|
|
41160
|
-
"type": "global",
|
|
41161
|
-
"item": "layout",
|
|
41162
|
-
"subitem": "height"
|
|
41163
|
-
},
|
|
41164
|
-
"path": [
|
|
41165
|
-
"chart",
|
|
41166
|
-
"global",
|
|
41167
|
-
"layout",
|
|
41168
|
-
"height"
|
|
41169
|
-
]
|
|
41170
|
-
}
|
|
41171
|
-
},
|
|
41172
|
-
"pf-t--chart--global--layout--width": {
|
|
41173
|
-
"default": {
|
|
41174
|
-
"type": "number",
|
|
41175
|
-
"value": 450,
|
|
41176
|
-
"filePath": "tokens/default/dark/charts.dark.json",
|
|
41177
|
-
"isSource": true,
|
|
41178
|
-
"original": {
|
|
41179
|
-
"type": "number",
|
|
41180
|
-
"value": 450
|
|
41181
|
-
},
|
|
41182
|
-
"name": "pf-t--chart--global--layout--width",
|
|
41183
|
-
"attributes": {
|
|
41184
|
-
"category": "chart",
|
|
41185
|
-
"type": "global",
|
|
41186
|
-
"item": "layout",
|
|
41187
|
-
"subitem": "width"
|
|
41188
|
-
},
|
|
41189
|
-
"path": [
|
|
41190
|
-
"chart",
|
|
41191
|
-
"global",
|
|
41192
|
-
"layout",
|
|
41193
|
-
"width"
|
|
41194
|
-
]
|
|
41195
|
-
}
|
|
41196
|
-
},
|
|
41197
|
-
"pf-t--chart--global--stroke-line-cap": {
|
|
41198
|
-
"default": {
|
|
41199
|
-
"type": "string",
|
|
41200
|
-
"value": "round",
|
|
41201
|
-
"filePath": "tokens/default/dark/charts.dark.json",
|
|
41202
|
-
"isSource": true,
|
|
41203
|
-
"original": {
|
|
41204
|
-
"type": "string",
|
|
41205
|
-
"value": "round"
|
|
41206
|
-
},
|
|
41207
|
-
"name": "pf-t--chart--global--stroke-line-cap",
|
|
41208
|
-
"attributes": {
|
|
41209
|
-
"category": "chart",
|
|
41210
|
-
"type": "global",
|
|
41211
|
-
"item": "stroke-line-cap"
|
|
41212
|
-
},
|
|
41213
|
-
"path": [
|
|
41214
|
-
"chart",
|
|
41215
|
-
"global",
|
|
41216
|
-
"stroke-line-cap"
|
|
41217
|
-
]
|
|
41218
|
-
}
|
|
41219
|
-
},
|
|
41220
41303
|
"pf-t--chart--global--stroke-line-join": {
|
|
41221
41304
|
"default": {
|
|
41222
41305
|
"type": "string",
|