@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
|
@@ -502,7 +502,7 @@
|
|
|
502
502
|
]
|
|
503
503
|
}
|
|
504
504
|
},
|
|
505
|
-
"pf-t--global--background--color--glass--primary": {
|
|
505
|
+
"pf-t--global--background--color--glass--primary--default": {
|
|
506
506
|
"default": {
|
|
507
507
|
"type": "color",
|
|
508
508
|
"value": "#000000",
|
|
@@ -512,7 +512,7 @@
|
|
|
512
512
|
"type": "color",
|
|
513
513
|
"value": "{global.background.color.primary.default}"
|
|
514
514
|
},
|
|
515
|
-
"name": "pf-t--global--background--color--glass--primary",
|
|
515
|
+
"name": "pf-t--global--background--color--glass--primary--default",
|
|
516
516
|
"attributes": {
|
|
517
517
|
"category": "global",
|
|
518
518
|
"type": "background",
|
|
@@ -525,7 +525,8 @@
|
|
|
525
525
|
"background",
|
|
526
526
|
"color",
|
|
527
527
|
"glass",
|
|
528
|
-
"primary"
|
|
528
|
+
"primary",
|
|
529
|
+
"default"
|
|
529
530
|
],
|
|
530
531
|
"references": [
|
|
531
532
|
{
|
|
@@ -579,105 +580,78 @@
|
|
|
579
580
|
]
|
|
580
581
|
}
|
|
581
582
|
},
|
|
582
|
-
"pf-t--global--background--color--
|
|
583
|
+
"pf-t--global--background--color--floating--default": {
|
|
583
584
|
"default": {
|
|
585
|
+
"description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
|
|
584
586
|
"type": "color",
|
|
585
587
|
"value": "#292929",
|
|
586
588
|
"filePath": "tokens/default/highcontrast-dark/semantic.highcontrast.dark.json",
|
|
587
589
|
"isSource": true,
|
|
588
590
|
"original": {
|
|
591
|
+
"description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
|
|
589
592
|
"type": "color",
|
|
590
|
-
"value": "{global.background.color.
|
|
593
|
+
"value": "{global.dark.background.color.200}"
|
|
591
594
|
},
|
|
592
|
-
"name": "pf-t--global--background--color--
|
|
595
|
+
"name": "pf-t--global--background--color--floating--default",
|
|
593
596
|
"attributes": {
|
|
594
597
|
"category": "global",
|
|
595
598
|
"type": "background",
|
|
596
599
|
"item": "color",
|
|
597
|
-
"subitem": "
|
|
598
|
-
"state": "
|
|
600
|
+
"subitem": "floating",
|
|
601
|
+
"state": "default"
|
|
599
602
|
},
|
|
600
603
|
"path": [
|
|
601
604
|
"global",
|
|
602
605
|
"background",
|
|
603
606
|
"color",
|
|
604
|
-
"
|
|
605
|
-
"
|
|
607
|
+
"floating",
|
|
608
|
+
"default"
|
|
606
609
|
],
|
|
607
610
|
"references": [
|
|
608
611
|
{
|
|
609
|
-
"description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
|
|
610
612
|
"type": "color",
|
|
611
613
|
"value": "#292929",
|
|
612
|
-
"filePath": "tokens/default/highcontrast-dark/
|
|
614
|
+
"filePath": "tokens/default/highcontrast-dark/base.dark.json",
|
|
613
615
|
"isSource": true,
|
|
614
616
|
"original": {
|
|
615
|
-
"description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
|
|
616
617
|
"type": "color",
|
|
617
|
-
"value": "{
|
|
618
|
+
"value": "{color.gray.80}"
|
|
618
619
|
},
|
|
619
|
-
"name": "pf-t--global--background--color--
|
|
620
|
+
"name": "pf-t--global--dark--background--color--200",
|
|
620
621
|
"attributes": {
|
|
621
622
|
"category": "global",
|
|
622
|
-
"type": "
|
|
623
|
-
"item": "
|
|
624
|
-
"subitem": "
|
|
625
|
-
"state": "
|
|
623
|
+
"type": "dark",
|
|
624
|
+
"item": "background",
|
|
625
|
+
"subitem": "color",
|
|
626
|
+
"state": "200"
|
|
626
627
|
},
|
|
627
628
|
"path": [
|
|
628
629
|
"global",
|
|
630
|
+
"dark",
|
|
629
631
|
"background",
|
|
630
632
|
"color",
|
|
631
|
-
"
|
|
632
|
-
"default"
|
|
633
|
+
"200"
|
|
633
634
|
],
|
|
634
635
|
"references": [
|
|
635
636
|
{
|
|
636
637
|
"type": "color",
|
|
637
638
|
"value": "#292929",
|
|
638
|
-
"filePath": "tokens/default/highcontrast-dark/
|
|
639
|
+
"filePath": "tokens/default/highcontrast-dark/palette.color.json",
|
|
639
640
|
"isSource": true,
|
|
640
641
|
"original": {
|
|
641
642
|
"type": "color",
|
|
642
|
-
"value": "
|
|
643
|
+
"value": "#292929"
|
|
643
644
|
},
|
|
644
|
-
"name": "pf-t--
|
|
645
|
+
"name": "pf-t--color--gray--80",
|
|
645
646
|
"attributes": {
|
|
646
|
-
"category": "
|
|
647
|
-
"type": "
|
|
648
|
-
"item": "
|
|
649
|
-
"subitem": "color",
|
|
650
|
-
"state": "200"
|
|
647
|
+
"category": "color",
|
|
648
|
+
"type": "gray",
|
|
649
|
+
"item": "80"
|
|
651
650
|
},
|
|
652
651
|
"path": [
|
|
653
|
-
"global",
|
|
654
|
-
"dark",
|
|
655
|
-
"background",
|
|
656
652
|
"color",
|
|
657
|
-
"
|
|
658
|
-
|
|
659
|
-
"references": [
|
|
660
|
-
{
|
|
661
|
-
"type": "color",
|
|
662
|
-
"value": "#292929",
|
|
663
|
-
"filePath": "tokens/default/highcontrast-dark/palette.color.json",
|
|
664
|
-
"isSource": true,
|
|
665
|
-
"original": {
|
|
666
|
-
"type": "color",
|
|
667
|
-
"value": "#292929"
|
|
668
|
-
},
|
|
669
|
-
"name": "pf-t--color--gray--80",
|
|
670
|
-
"attributes": {
|
|
671
|
-
"category": "color",
|
|
672
|
-
"type": "gray",
|
|
673
|
-
"item": "80"
|
|
674
|
-
},
|
|
675
|
-
"path": [
|
|
676
|
-
"color",
|
|
677
|
-
"gray",
|
|
678
|
-
"80"
|
|
679
|
-
]
|
|
680
|
-
}
|
|
653
|
+
"gray",
|
|
654
|
+
"80"
|
|
681
655
|
]
|
|
682
656
|
}
|
|
683
657
|
]
|
|
@@ -685,78 +659,78 @@
|
|
|
685
659
|
]
|
|
686
660
|
}
|
|
687
661
|
},
|
|
688
|
-
"pf-t--global--background--color--floating--
|
|
662
|
+
"pf-t--global--background--color--floating--hover": {
|
|
689
663
|
"default": {
|
|
690
|
-
"description": "Use as the
|
|
664
|
+
"description": "Use as the hover state for floating backgrounds",
|
|
691
665
|
"type": "color",
|
|
692
|
-
"value": "#
|
|
666
|
+
"value": "#383838",
|
|
693
667
|
"filePath": "tokens/default/highcontrast-dark/semantic.highcontrast.dark.json",
|
|
694
668
|
"isSource": true,
|
|
695
669
|
"original": {
|
|
696
|
-
"description": "Use as the
|
|
670
|
+
"description": "Use as the hover state for floating backgrounds",
|
|
697
671
|
"type": "color",
|
|
698
|
-
"value": "{global.dark.background.color.
|
|
672
|
+
"value": "{global.dark.background.color.300}"
|
|
699
673
|
},
|
|
700
|
-
"name": "pf-t--global--background--color--floating--
|
|
674
|
+
"name": "pf-t--global--background--color--floating--hover",
|
|
701
675
|
"attributes": {
|
|
702
676
|
"category": "global",
|
|
703
677
|
"type": "background",
|
|
704
678
|
"item": "color",
|
|
705
679
|
"subitem": "floating",
|
|
706
|
-
"state": "
|
|
680
|
+
"state": "hover"
|
|
707
681
|
},
|
|
708
682
|
"path": [
|
|
709
683
|
"global",
|
|
710
684
|
"background",
|
|
711
685
|
"color",
|
|
712
686
|
"floating",
|
|
713
|
-
"
|
|
687
|
+
"hover"
|
|
714
688
|
],
|
|
715
689
|
"references": [
|
|
716
690
|
{
|
|
717
691
|
"type": "color",
|
|
718
|
-
"value": "#
|
|
692
|
+
"value": "#383838",
|
|
719
693
|
"filePath": "tokens/default/highcontrast-dark/base.dark.json",
|
|
720
694
|
"isSource": true,
|
|
721
695
|
"original": {
|
|
722
696
|
"type": "color",
|
|
723
|
-
"value": "{color.gray.
|
|
697
|
+
"value": "{color.gray.70}"
|
|
724
698
|
},
|
|
725
|
-
"name": "pf-t--global--dark--background--color--
|
|
699
|
+
"name": "pf-t--global--dark--background--color--300",
|
|
726
700
|
"attributes": {
|
|
727
701
|
"category": "global",
|
|
728
702
|
"type": "dark",
|
|
729
703
|
"item": "background",
|
|
730
704
|
"subitem": "color",
|
|
731
|
-
"state": "
|
|
705
|
+
"state": "300"
|
|
732
706
|
},
|
|
733
707
|
"path": [
|
|
734
708
|
"global",
|
|
735
709
|
"dark",
|
|
736
710
|
"background",
|
|
737
711
|
"color",
|
|
738
|
-
"
|
|
712
|
+
"300"
|
|
739
713
|
],
|
|
740
714
|
"references": [
|
|
741
715
|
{
|
|
742
716
|
"type": "color",
|
|
743
|
-
"value": "#
|
|
717
|
+
"value": "#383838",
|
|
744
718
|
"filePath": "tokens/default/highcontrast-dark/palette.color.json",
|
|
745
719
|
"isSource": true,
|
|
746
720
|
"original": {
|
|
747
721
|
"type": "color",
|
|
748
|
-
"value": "#
|
|
722
|
+
"value": "#383838"
|
|
749
723
|
},
|
|
750
|
-
"name": "pf-t--color--gray--
|
|
724
|
+
"name": "pf-t--color--gray--70",
|
|
751
725
|
"attributes": {
|
|
752
726
|
"category": "color",
|
|
753
727
|
"type": "gray",
|
|
754
|
-
"item": "
|
|
728
|
+
"item": "70"
|
|
755
729
|
},
|
|
756
730
|
"path": [
|
|
757
731
|
"color",
|
|
758
732
|
"gray",
|
|
759
|
-
"
|
|
733
|
+
"70"
|
|
760
734
|
]
|
|
761
735
|
}
|
|
762
736
|
]
|
|
@@ -764,32 +738,32 @@
|
|
|
764
738
|
]
|
|
765
739
|
}
|
|
766
740
|
},
|
|
767
|
-
"pf-t--global--background--color--floating--
|
|
741
|
+
"pf-t--global--background--color--floating--clicked": {
|
|
768
742
|
"default": {
|
|
769
|
-
"description": "Use as the
|
|
743
|
+
"description": "Use as the clicked state for floating backgrounds",
|
|
770
744
|
"type": "color",
|
|
771
745
|
"value": "#383838",
|
|
772
746
|
"filePath": "tokens/default/highcontrast-dark/semantic.highcontrast.dark.json",
|
|
773
747
|
"isSource": true,
|
|
774
748
|
"original": {
|
|
775
|
-
"description": "Use as the
|
|
749
|
+
"description": "Use as the clicked state for floating backgrounds",
|
|
776
750
|
"type": "color",
|
|
777
751
|
"value": "{global.dark.background.color.300}"
|
|
778
752
|
},
|
|
779
|
-
"name": "pf-t--global--background--color--floating--
|
|
753
|
+
"name": "pf-t--global--background--color--floating--clicked",
|
|
780
754
|
"attributes": {
|
|
781
755
|
"category": "global",
|
|
782
756
|
"type": "background",
|
|
783
757
|
"item": "color",
|
|
784
758
|
"subitem": "floating",
|
|
785
|
-
"state": "
|
|
759
|
+
"state": "clicked"
|
|
786
760
|
},
|
|
787
761
|
"path": [
|
|
788
762
|
"global",
|
|
789
763
|
"background",
|
|
790
764
|
"color",
|
|
791
765
|
"floating",
|
|
792
|
-
"
|
|
766
|
+
"clicked"
|
|
793
767
|
],
|
|
794
768
|
"references": [
|
|
795
769
|
{
|
|
@@ -843,78 +817,106 @@
|
|
|
843
817
|
]
|
|
844
818
|
}
|
|
845
819
|
},
|
|
846
|
-
"pf-t--global--background--color--floating--
|
|
820
|
+
"pf-t--global--background--color--floating--secondary--default": {
|
|
847
821
|
"default": {
|
|
848
|
-
"description": "Use as the clicked state for floating backgrounds",
|
|
849
822
|
"type": "color",
|
|
850
|
-
"value": "#
|
|
823
|
+
"value": "#151515",
|
|
851
824
|
"filePath": "tokens/default/highcontrast-dark/semantic.highcontrast.dark.json",
|
|
852
825
|
"isSource": true,
|
|
853
826
|
"original": {
|
|
854
|
-
"description": "Use as the clicked state for floating backgrounds",
|
|
855
827
|
"type": "color",
|
|
856
|
-
"value": "{global.
|
|
828
|
+
"value": "{global.background.color.secondary.default}"
|
|
857
829
|
},
|
|
858
|
-
"name": "pf-t--global--background--color--floating--
|
|
830
|
+
"name": "pf-t--global--background--color--floating--secondary--default",
|
|
859
831
|
"attributes": {
|
|
860
832
|
"category": "global",
|
|
861
833
|
"type": "background",
|
|
862
834
|
"item": "color",
|
|
863
835
|
"subitem": "floating",
|
|
864
|
-
"state": "
|
|
836
|
+
"state": "secondary"
|
|
865
837
|
},
|
|
866
838
|
"path": [
|
|
867
839
|
"global",
|
|
868
840
|
"background",
|
|
869
841
|
"color",
|
|
870
842
|
"floating",
|
|
871
|
-
"
|
|
843
|
+
"secondary",
|
|
844
|
+
"default"
|
|
872
845
|
],
|
|
873
846
|
"references": [
|
|
874
847
|
{
|
|
848
|
+
"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).",
|
|
875
849
|
"type": "color",
|
|
876
|
-
"value": "#
|
|
877
|
-
"filePath": "tokens/default/highcontrast-dark/
|
|
850
|
+
"value": "#151515",
|
|
851
|
+
"filePath": "tokens/default/highcontrast-dark/semantic.highcontrast.dark.json",
|
|
878
852
|
"isSource": true,
|
|
879
853
|
"original": {
|
|
854
|
+
"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).",
|
|
880
855
|
"type": "color",
|
|
881
|
-
"value": "{color.
|
|
856
|
+
"value": "{global.dark.background.color.100}"
|
|
882
857
|
},
|
|
883
|
-
"name": "pf-t--global--
|
|
858
|
+
"name": "pf-t--global--background--color--secondary--default",
|
|
884
859
|
"attributes": {
|
|
885
860
|
"category": "global",
|
|
886
|
-
"type": "
|
|
887
|
-
"item": "
|
|
888
|
-
"subitem": "
|
|
889
|
-
"state": "
|
|
861
|
+
"type": "background",
|
|
862
|
+
"item": "color",
|
|
863
|
+
"subitem": "secondary",
|
|
864
|
+
"state": "default"
|
|
890
865
|
},
|
|
891
866
|
"path": [
|
|
892
867
|
"global",
|
|
893
|
-
"dark",
|
|
894
868
|
"background",
|
|
895
869
|
"color",
|
|
896
|
-
"
|
|
870
|
+
"secondary",
|
|
871
|
+
"default"
|
|
897
872
|
],
|
|
898
873
|
"references": [
|
|
899
874
|
{
|
|
900
875
|
"type": "color",
|
|
901
|
-
"value": "#
|
|
902
|
-
"filePath": "tokens/default/highcontrast-dark/
|
|
876
|
+
"value": "#151515",
|
|
877
|
+
"filePath": "tokens/default/highcontrast-dark/base.dark.json",
|
|
903
878
|
"isSource": true,
|
|
904
879
|
"original": {
|
|
905
880
|
"type": "color",
|
|
906
|
-
"value": "
|
|
881
|
+
"value": "{color.gray.95}"
|
|
907
882
|
},
|
|
908
|
-
"name": "pf-t--color--
|
|
883
|
+
"name": "pf-t--global--dark--background--color--100",
|
|
909
884
|
"attributes": {
|
|
910
|
-
"category": "
|
|
911
|
-
"type": "
|
|
912
|
-
"item": "
|
|
885
|
+
"category": "global",
|
|
886
|
+
"type": "dark",
|
|
887
|
+
"item": "background",
|
|
888
|
+
"subitem": "color",
|
|
889
|
+
"state": "100"
|
|
913
890
|
},
|
|
914
891
|
"path": [
|
|
892
|
+
"global",
|
|
893
|
+
"dark",
|
|
894
|
+
"background",
|
|
915
895
|
"color",
|
|
916
|
-
"
|
|
917
|
-
|
|
896
|
+
"100"
|
|
897
|
+
],
|
|
898
|
+
"references": [
|
|
899
|
+
{
|
|
900
|
+
"type": "color",
|
|
901
|
+
"value": "#151515",
|
|
902
|
+
"filePath": "tokens/default/highcontrast-dark/palette.color.json",
|
|
903
|
+
"isSource": true,
|
|
904
|
+
"original": {
|
|
905
|
+
"type": "color",
|
|
906
|
+
"value": "#151515"
|
|
907
|
+
},
|
|
908
|
+
"name": "pf-t--color--gray--95",
|
|
909
|
+
"attributes": {
|
|
910
|
+
"category": "color",
|
|
911
|
+
"type": "gray",
|
|
912
|
+
"item": "95"
|
|
913
|
+
},
|
|
914
|
+
"path": [
|
|
915
|
+
"color",
|
|
916
|
+
"gray",
|
|
917
|
+
"95"
|
|
918
|
+
]
|
|
919
|
+
}
|
|
918
920
|
]
|
|
919
921
|
}
|
|
920
922
|
]
|
|
@@ -1389,12 +1391,12 @@
|
|
|
1389
1391
|
"pf-t--global--background--color--control--read-only": {
|
|
1390
1392
|
"default": {
|
|
1391
1393
|
"type": "color",
|
|
1392
|
-
"value": "#
|
|
1394
|
+
"value": "#151515",
|
|
1393
1395
|
"filePath": "tokens/default/highcontrast-dark/semantic.highcontrast.dark.json",
|
|
1394
1396
|
"isSource": true,
|
|
1395
1397
|
"original": {
|
|
1396
1398
|
"type": "color",
|
|
1397
|
-
"value": "{global.dark.background.color.
|
|
1399
|
+
"value": "{global.dark.background.color.100}"
|
|
1398
1400
|
},
|
|
1399
1401
|
"name": "pf-t--global--background--color--control--read-only",
|
|
1400
1402
|
"attributes": {
|
|
@@ -1414,48 +1416,48 @@
|
|
|
1414
1416
|
"references": [
|
|
1415
1417
|
{
|
|
1416
1418
|
"type": "color",
|
|
1417
|
-
"value": "#
|
|
1419
|
+
"value": "#151515",
|
|
1418
1420
|
"filePath": "tokens/default/highcontrast-dark/base.dark.json",
|
|
1419
1421
|
"isSource": true,
|
|
1420
1422
|
"original": {
|
|
1421
1423
|
"type": "color",
|
|
1422
|
-
"value": "{color.gray.
|
|
1424
|
+
"value": "{color.gray.95}"
|
|
1423
1425
|
},
|
|
1424
|
-
"name": "pf-t--global--dark--background--color--
|
|
1426
|
+
"name": "pf-t--global--dark--background--color--100",
|
|
1425
1427
|
"attributes": {
|
|
1426
1428
|
"category": "global",
|
|
1427
1429
|
"type": "dark",
|
|
1428
1430
|
"item": "background",
|
|
1429
1431
|
"subitem": "color",
|
|
1430
|
-
"state": "
|
|
1432
|
+
"state": "100"
|
|
1431
1433
|
},
|
|
1432
1434
|
"path": [
|
|
1433
1435
|
"global",
|
|
1434
1436
|
"dark",
|
|
1435
1437
|
"background",
|
|
1436
1438
|
"color",
|
|
1437
|
-
"
|
|
1439
|
+
"100"
|
|
1438
1440
|
],
|
|
1439
1441
|
"references": [
|
|
1440
1442
|
{
|
|
1441
1443
|
"type": "color",
|
|
1442
|
-
"value": "#
|
|
1444
|
+
"value": "#151515",
|
|
1443
1445
|
"filePath": "tokens/default/highcontrast-dark/palette.color.json",
|
|
1444
1446
|
"isSource": true,
|
|
1445
1447
|
"original": {
|
|
1446
1448
|
"type": "color",
|
|
1447
|
-
"value": "#
|
|
1449
|
+
"value": "#151515"
|
|
1448
1450
|
},
|
|
1449
|
-
"name": "pf-t--color--gray--
|
|
1451
|
+
"name": "pf-t--color--gray--95",
|
|
1450
1452
|
"attributes": {
|
|
1451
1453
|
"category": "color",
|
|
1452
1454
|
"type": "gray",
|
|
1453
|
-
"item": "
|
|
1455
|
+
"item": "95"
|
|
1454
1456
|
},
|
|
1455
1457
|
"path": [
|
|
1456
1458
|
"color",
|
|
1457
1459
|
"gray",
|
|
1458
|
-
"
|
|
1460
|
+
"95"
|
|
1459
1461
|
]
|
|
1460
1462
|
}
|
|
1461
1463
|
]
|
|
@@ -1995,6 +1997,34 @@
|
|
|
1995
1997
|
]
|
|
1996
1998
|
}
|
|
1997
1999
|
},
|
|
2000
|
+
"pf-t--global--background--color--striped--row--default": {
|
|
2001
|
+
"default": {
|
|
2002
|
+
"type": "color",
|
|
2003
|
+
"value": "rgba(21, 21, 21, 0.3000)",
|
|
2004
|
+
"filePath": "tokens/default/highcontrast-dark/semantic.highcontrast.dark.json",
|
|
2005
|
+
"isSource": true,
|
|
2006
|
+
"original": {
|
|
2007
|
+
"type": "color",
|
|
2008
|
+
"value": "rgba(21, 21, 21, 0.3000)"
|
|
2009
|
+
},
|
|
2010
|
+
"name": "pf-t--global--background--color--striped--row--default",
|
|
2011
|
+
"attributes": {
|
|
2012
|
+
"category": "global",
|
|
2013
|
+
"type": "background",
|
|
2014
|
+
"item": "color",
|
|
2015
|
+
"subitem": "striped",
|
|
2016
|
+
"state": "row"
|
|
2017
|
+
},
|
|
2018
|
+
"path": [
|
|
2019
|
+
"global",
|
|
2020
|
+
"background",
|
|
2021
|
+
"color",
|
|
2022
|
+
"striped",
|
|
2023
|
+
"row",
|
|
2024
|
+
"default"
|
|
2025
|
+
]
|
|
2026
|
+
}
|
|
2027
|
+
},
|
|
1998
2028
|
"pf-t--global--background--color--loading--skeleton--default": {
|
|
1999
2029
|
"default": {
|
|
2000
2030
|
"type": "color",
|
|
@@ -2133,34 +2163,6 @@
|
|
|
2133
2163
|
]
|
|
2134
2164
|
}
|
|
2135
2165
|
},
|
|
2136
|
-
"pf-t--global--background--filter--glass--blur--floating": {
|
|
2137
|
-
"default": {
|
|
2138
|
-
"type": "number",
|
|
2139
|
-
"value": "blur(0px)",
|
|
2140
|
-
"filePath": "tokens/default/highcontrast-dark/semantic.highcontrast.dark.json",
|
|
2141
|
-
"isSource": true,
|
|
2142
|
-
"original": {
|
|
2143
|
-
"type": "number",
|
|
2144
|
-
"value": 0
|
|
2145
|
-
},
|
|
2146
|
-
"name": "pf-t--global--background--filter--glass--blur--floating",
|
|
2147
|
-
"attributes": {
|
|
2148
|
-
"category": "global",
|
|
2149
|
-
"type": "background",
|
|
2150
|
-
"item": "filter",
|
|
2151
|
-
"subitem": "glass",
|
|
2152
|
-
"state": "blur"
|
|
2153
|
-
},
|
|
2154
|
-
"path": [
|
|
2155
|
-
"global",
|
|
2156
|
-
"background",
|
|
2157
|
-
"filter",
|
|
2158
|
-
"glass",
|
|
2159
|
-
"blur",
|
|
2160
|
-
"floating"
|
|
2161
|
-
]
|
|
2162
|
-
}
|
|
2163
|
-
},
|
|
2164
2166
|
"pf-t--global--color--brand--default": {
|
|
2165
2167
|
"default": {
|
|
2166
2168
|
"description": "Use this color for elements that you want to reinforce your brand",
|
|
@@ -16595,11 +16597,13 @@
|
|
|
16595
16597
|
},
|
|
16596
16598
|
"pf-t--global--border--color--control--default": {
|
|
16597
16599
|
"default": {
|
|
16600
|
+
"description": "Use as the default border for control elements like form inputs, menu toggles, and clickable cards",
|
|
16598
16601
|
"type": "color",
|
|
16599
16602
|
"value": "#c7c7c7",
|
|
16600
16603
|
"filePath": "tokens/default/highcontrast-dark/semantic.highcontrast.dark.json",
|
|
16601
16604
|
"isSource": true,
|
|
16602
16605
|
"original": {
|
|
16606
|
+
"description": "Use as the default border for control elements like form inputs, menu toggles, and clickable cards",
|
|
16603
16607
|
"type": "color",
|
|
16604
16608
|
"value": "{global.dark.border.color.300}"
|
|
16605
16609
|
},
|
|
@@ -16672,11 +16676,13 @@
|
|
|
16672
16676
|
},
|
|
16673
16677
|
"pf-t--global--border--color--control--read-only": {
|
|
16674
16678
|
"default": {
|
|
16679
|
+
"description": "Use as the read-only border for control elements like form inputs, menu toggles.",
|
|
16675
16680
|
"type": "color",
|
|
16676
|
-
"value": "#
|
|
16681
|
+
"value": "#383838",
|
|
16677
16682
|
"filePath": "tokens/default/highcontrast-dark/semantic.highcontrast.dark.json",
|
|
16678
16683
|
"isSource": true,
|
|
16679
16684
|
"original": {
|
|
16685
|
+
"description": "Use as the read-only border for control elements like form inputs, menu toggles.",
|
|
16680
16686
|
"type": "color",
|
|
16681
16687
|
"value": "{global.dark.border.color.50}"
|
|
16682
16688
|
},
|
|
@@ -16698,12 +16704,12 @@
|
|
|
16698
16704
|
"references": [
|
|
16699
16705
|
{
|
|
16700
16706
|
"type": "color",
|
|
16701
|
-
"value": "#
|
|
16707
|
+
"value": "#383838",
|
|
16702
16708
|
"filePath": "tokens/default/highcontrast-dark/base.dark.json",
|
|
16703
16709
|
"isSource": true,
|
|
16704
16710
|
"original": {
|
|
16705
16711
|
"type": "color",
|
|
16706
|
-
"value": "{color.gray.
|
|
16712
|
+
"value": "{color.gray.70}"
|
|
16707
16713
|
},
|
|
16708
16714
|
"name": "pf-t--global--dark--border--color--50",
|
|
16709
16715
|
"attributes": {
|
|
@@ -16723,23 +16729,23 @@
|
|
|
16723
16729
|
"references": [
|
|
16724
16730
|
{
|
|
16725
16731
|
"type": "color",
|
|
16726
|
-
"value": "#
|
|
16732
|
+
"value": "#383838",
|
|
16727
16733
|
"filePath": "tokens/default/highcontrast-dark/palette.color.json",
|
|
16728
16734
|
"isSource": true,
|
|
16729
16735
|
"original": {
|
|
16730
16736
|
"type": "color",
|
|
16731
|
-
"value": "#
|
|
16737
|
+
"value": "#383838"
|
|
16732
16738
|
},
|
|
16733
|
-
"name": "pf-t--color--gray--
|
|
16739
|
+
"name": "pf-t--color--gray--70",
|
|
16734
16740
|
"attributes": {
|
|
16735
16741
|
"category": "color",
|
|
16736
16742
|
"type": "gray",
|
|
16737
|
-
"item": "
|
|
16743
|
+
"item": "70"
|
|
16738
16744
|
},
|
|
16739
16745
|
"path": [
|
|
16740
16746
|
"color",
|
|
16741
16747
|
"gray",
|
|
16742
|
-
"
|
|
16748
|
+
"70"
|
|
16743
16749
|
]
|
|
16744
16750
|
}
|
|
16745
16751
|
]
|
|
@@ -17067,13 +17073,13 @@
|
|
|
17067
17073
|
},
|
|
17068
17074
|
"pf-t--global--border--color--brand--subtle--default": {
|
|
17069
17075
|
"default": {
|
|
17070
|
-
"description": "Use as the default border color for any
|
|
17076
|
+
"description": "Use as the default border color for any subtle brand element like toggle groups",
|
|
17071
17077
|
"type": "color",
|
|
17072
17078
|
"value": "#004d99",
|
|
17073
17079
|
"filePath": "tokens/default/highcontrast-dark/semantic.highcontrast.dark.json",
|
|
17074
17080
|
"isSource": true,
|
|
17075
17081
|
"original": {
|
|
17076
|
-
"description": "Use as the default border color for any
|
|
17082
|
+
"description": "Use as the default border color for any subtle brand element like toggle groups",
|
|
17077
17083
|
"type": "color",
|
|
17078
17084
|
"value": "{global.dark.color.brand.subtle.200}"
|
|
17079
17085
|
},
|
|
@@ -17148,13 +17154,13 @@
|
|
|
17148
17154
|
},
|
|
17149
17155
|
"pf-t--global--border--color--brand--subtle--hover": {
|
|
17150
17156
|
"default": {
|
|
17151
|
-
"description": "Use as the hover
|
|
17157
|
+
"description": "Use as the hover border color for any subtle brand element like toggle groups",
|
|
17152
17158
|
"type": "color",
|
|
17153
17159
|
"value": "#92c5f9",
|
|
17154
17160
|
"filePath": "tokens/default/highcontrast-dark/semantic.highcontrast.dark.json",
|
|
17155
17161
|
"isSource": true,
|
|
17156
17162
|
"original": {
|
|
17157
|
-
"description": "Use as the hover
|
|
17163
|
+
"description": "Use as the hover border color for any subtle brand element like toggle groups",
|
|
17158
17164
|
"type": "color",
|
|
17159
17165
|
"value": "{global.dark.color.brand.subtle.300}"
|
|
17160
17166
|
},
|
|
@@ -17229,13 +17235,13 @@
|
|
|
17229
17235
|
},
|
|
17230
17236
|
"pf-t--global--border--color--brand--subtle--clicked": {
|
|
17231
17237
|
"default": {
|
|
17232
|
-
"description": "Use as the clicked
|
|
17238
|
+
"description": "Use as the clicked border color for any subtle brand element like toggle groups",
|
|
17233
17239
|
"type": "color",
|
|
17234
17240
|
"value": "#92c5f9",
|
|
17235
17241
|
"filePath": "tokens/default/highcontrast-dark/semantic.highcontrast.dark.json",
|
|
17236
17242
|
"isSource": true,
|
|
17237
17243
|
"original": {
|
|
17238
|
-
"description": "Use as the clicked
|
|
17244
|
+
"description": "Use as the clicked border color for any subtle brand element like toggle groups",
|
|
17239
17245
|
"type": "color",
|
|
17240
17246
|
"value": "{global.dark.color.brand.subtle.300}"
|
|
17241
17247
|
},
|
|
@@ -19601,6 +19607,110 @@
|
|
|
19601
19607
|
]
|
|
19602
19608
|
}
|
|
19603
19609
|
},
|
|
19610
|
+
"pf-t--global--border--color--glass--default": {
|
|
19611
|
+
"default": {
|
|
19612
|
+
"type": "color",
|
|
19613
|
+
"value": "#c7c7c7",
|
|
19614
|
+
"filePath": "tokens/default/highcontrast-dark/semantic.highcontrast.dark.json",
|
|
19615
|
+
"isSource": true,
|
|
19616
|
+
"original": {
|
|
19617
|
+
"type": "color",
|
|
19618
|
+
"value": "{global.border.color.subtle}"
|
|
19619
|
+
},
|
|
19620
|
+
"name": "pf-t--global--border--color--glass--default",
|
|
19621
|
+
"attributes": {
|
|
19622
|
+
"category": "global",
|
|
19623
|
+
"type": "border",
|
|
19624
|
+
"item": "color",
|
|
19625
|
+
"subitem": "glass",
|
|
19626
|
+
"state": "default"
|
|
19627
|
+
},
|
|
19628
|
+
"path": [
|
|
19629
|
+
"global",
|
|
19630
|
+
"border",
|
|
19631
|
+
"color",
|
|
19632
|
+
"glass",
|
|
19633
|
+
"default"
|
|
19634
|
+
],
|
|
19635
|
+
"references": [
|
|
19636
|
+
{
|
|
19637
|
+
"description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
|
|
19638
|
+
"type": "color",
|
|
19639
|
+
"value": "#c7c7c7",
|
|
19640
|
+
"filePath": "tokens/default/highcontrast-dark/semantic.highcontrast.dark.json",
|
|
19641
|
+
"isSource": true,
|
|
19642
|
+
"original": {
|
|
19643
|
+
"description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
|
|
19644
|
+
"type": "color",
|
|
19645
|
+
"value": "{global.dark.border.color.300}"
|
|
19646
|
+
},
|
|
19647
|
+
"name": "pf-t--global--border--color--subtle",
|
|
19648
|
+
"attributes": {
|
|
19649
|
+
"category": "global",
|
|
19650
|
+
"type": "border",
|
|
19651
|
+
"item": "color",
|
|
19652
|
+
"subitem": "subtle"
|
|
19653
|
+
},
|
|
19654
|
+
"path": [
|
|
19655
|
+
"global",
|
|
19656
|
+
"border",
|
|
19657
|
+
"color",
|
|
19658
|
+
"subtle"
|
|
19659
|
+
],
|
|
19660
|
+
"references": [
|
|
19661
|
+
{
|
|
19662
|
+
"type": "color",
|
|
19663
|
+
"value": "#c7c7c7",
|
|
19664
|
+
"filePath": "tokens/default/highcontrast-dark/base.dark.json",
|
|
19665
|
+
"isSource": true,
|
|
19666
|
+
"original": {
|
|
19667
|
+
"type": "color",
|
|
19668
|
+
"value": "{color.gray.30}"
|
|
19669
|
+
},
|
|
19670
|
+
"name": "pf-t--global--dark--border--color--300",
|
|
19671
|
+
"attributes": {
|
|
19672
|
+
"category": "global",
|
|
19673
|
+
"type": "dark",
|
|
19674
|
+
"item": "border",
|
|
19675
|
+
"subitem": "color",
|
|
19676
|
+
"state": "300"
|
|
19677
|
+
},
|
|
19678
|
+
"path": [
|
|
19679
|
+
"global",
|
|
19680
|
+
"dark",
|
|
19681
|
+
"border",
|
|
19682
|
+
"color",
|
|
19683
|
+
"300"
|
|
19684
|
+
],
|
|
19685
|
+
"references": [
|
|
19686
|
+
{
|
|
19687
|
+
"type": "color",
|
|
19688
|
+
"value": "#c7c7c7",
|
|
19689
|
+
"filePath": "tokens/default/highcontrast-dark/palette.color.json",
|
|
19690
|
+
"isSource": true,
|
|
19691
|
+
"original": {
|
|
19692
|
+
"type": "color",
|
|
19693
|
+
"value": "#c7c7c7"
|
|
19694
|
+
},
|
|
19695
|
+
"name": "pf-t--color--gray--30",
|
|
19696
|
+
"attributes": {
|
|
19697
|
+
"category": "color",
|
|
19698
|
+
"type": "gray",
|
|
19699
|
+
"item": "30"
|
|
19700
|
+
},
|
|
19701
|
+
"path": [
|
|
19702
|
+
"color",
|
|
19703
|
+
"gray",
|
|
19704
|
+
"30"
|
|
19705
|
+
]
|
|
19706
|
+
}
|
|
19707
|
+
]
|
|
19708
|
+
}
|
|
19709
|
+
]
|
|
19710
|
+
}
|
|
19711
|
+
]
|
|
19712
|
+
}
|
|
19713
|
+
},
|
|
19604
19714
|
"pf-t--global--border--color--nonstatus--red--default": {
|
|
19605
19715
|
"default": {
|
|
19606
19716
|
"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.)",
|
|
@@ -31072,7 +31182,7 @@
|
|
|
31072
31182
|
"isSource": true,
|
|
31073
31183
|
"original": {
|
|
31074
31184
|
"type": "color",
|
|
31075
|
-
"value": "{global.border.color.
|
|
31185
|
+
"value": "{global.dark.border.color.300}"
|
|
31076
31186
|
},
|
|
31077
31187
|
"name": "pf-t--global--text-decoration--color--default",
|
|
31078
31188
|
"attributes": {
|
|
@@ -31089,76 +31199,49 @@
|
|
|
31089
31199
|
],
|
|
31090
31200
|
"references": [
|
|
31091
31201
|
{
|
|
31092
|
-
"description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
|
|
31093
31202
|
"type": "color",
|
|
31094
31203
|
"value": "#c7c7c7",
|
|
31095
|
-
"filePath": "tokens/default/highcontrast-dark/
|
|
31204
|
+
"filePath": "tokens/default/highcontrast-dark/base.dark.json",
|
|
31096
31205
|
"isSource": true,
|
|
31097
31206
|
"original": {
|
|
31098
|
-
"description": "Use as the default border color for elements like form inputs, menu toggles, cards, etc.",
|
|
31099
31207
|
"type": "color",
|
|
31100
|
-
"value": "{
|
|
31208
|
+
"value": "{color.gray.30}"
|
|
31101
31209
|
},
|
|
31102
|
-
"name": "pf-t--global--border--color--
|
|
31210
|
+
"name": "pf-t--global--dark--border--color--300",
|
|
31103
31211
|
"attributes": {
|
|
31104
31212
|
"category": "global",
|
|
31105
|
-
"type": "
|
|
31106
|
-
"item": "
|
|
31107
|
-
"subitem": "
|
|
31213
|
+
"type": "dark",
|
|
31214
|
+
"item": "border",
|
|
31215
|
+
"subitem": "color",
|
|
31216
|
+
"state": "300"
|
|
31108
31217
|
},
|
|
31109
31218
|
"path": [
|
|
31110
31219
|
"global",
|
|
31220
|
+
"dark",
|
|
31111
31221
|
"border",
|
|
31112
31222
|
"color",
|
|
31113
|
-
"
|
|
31223
|
+
"300"
|
|
31114
31224
|
],
|
|
31115
31225
|
"references": [
|
|
31116
31226
|
{
|
|
31117
31227
|
"type": "color",
|
|
31118
31228
|
"value": "#c7c7c7",
|
|
31119
|
-
"filePath": "tokens/default/highcontrast-dark/
|
|
31229
|
+
"filePath": "tokens/default/highcontrast-dark/palette.color.json",
|
|
31120
31230
|
"isSource": true,
|
|
31121
31231
|
"original": {
|
|
31122
31232
|
"type": "color",
|
|
31123
|
-
"value": "
|
|
31233
|
+
"value": "#c7c7c7"
|
|
31124
31234
|
},
|
|
31125
|
-
"name": "pf-t--
|
|
31235
|
+
"name": "pf-t--color--gray--30",
|
|
31126
31236
|
"attributes": {
|
|
31127
|
-
"category": "
|
|
31128
|
-
"type": "
|
|
31129
|
-
"item": "
|
|
31130
|
-
"subitem": "color",
|
|
31131
|
-
"state": "300"
|
|
31237
|
+
"category": "color",
|
|
31238
|
+
"type": "gray",
|
|
31239
|
+
"item": "30"
|
|
31132
31240
|
},
|
|
31133
31241
|
"path": [
|
|
31134
|
-
"global",
|
|
31135
|
-
"dark",
|
|
31136
|
-
"border",
|
|
31137
31242
|
"color",
|
|
31138
|
-
"
|
|
31139
|
-
|
|
31140
|
-
"references": [
|
|
31141
|
-
{
|
|
31142
|
-
"type": "color",
|
|
31143
|
-
"value": "#c7c7c7",
|
|
31144
|
-
"filePath": "tokens/default/highcontrast-dark/palette.color.json",
|
|
31145
|
-
"isSource": true,
|
|
31146
|
-
"original": {
|
|
31147
|
-
"type": "color",
|
|
31148
|
-
"value": "#c7c7c7"
|
|
31149
|
-
},
|
|
31150
|
-
"name": "pf-t--color--gray--30",
|
|
31151
|
-
"attributes": {
|
|
31152
|
-
"category": "color",
|
|
31153
|
-
"type": "gray",
|
|
31154
|
-
"item": "30"
|
|
31155
|
-
},
|
|
31156
|
-
"path": [
|
|
31157
|
-
"color",
|
|
31158
|
-
"gray",
|
|
31159
|
-
"30"
|
|
31160
|
-
]
|
|
31161
|
-
}
|
|
31243
|
+
"gray",
|
|
31244
|
+
"30"
|
|
31162
31245
|
]
|
|
31163
31246
|
}
|
|
31164
31247
|
]
|
|
@@ -35116,12 +35199,12 @@
|
|
|
35116
35199
|
"pf-t--global--dark--border--color--50": {
|
|
35117
35200
|
"default": {
|
|
35118
35201
|
"type": "color",
|
|
35119
|
-
"value": "#
|
|
35202
|
+
"value": "#383838",
|
|
35120
35203
|
"filePath": "tokens/default/highcontrast-dark/base.dark.json",
|
|
35121
35204
|
"isSource": true,
|
|
35122
35205
|
"original": {
|
|
35123
35206
|
"type": "color",
|
|
35124
|
-
"value": "{color.gray.
|
|
35207
|
+
"value": "{color.gray.70}"
|
|
35125
35208
|
},
|
|
35126
35209
|
"name": "pf-t--global--dark--border--color--50",
|
|
35127
35210
|
"attributes": {
|
|
@@ -35141,23 +35224,23 @@
|
|
|
35141
35224
|
"references": [
|
|
35142
35225
|
{
|
|
35143
35226
|
"type": "color",
|
|
35144
|
-
"value": "#
|
|
35227
|
+
"value": "#383838",
|
|
35145
35228
|
"filePath": "tokens/default/highcontrast-dark/palette.color.json",
|
|
35146
35229
|
"isSource": true,
|
|
35147
35230
|
"original": {
|
|
35148
35231
|
"type": "color",
|
|
35149
|
-
"value": "#
|
|
35232
|
+
"value": "#383838"
|
|
35150
35233
|
},
|
|
35151
|
-
"name": "pf-t--color--gray--
|
|
35234
|
+
"name": "pf-t--color--gray--70",
|
|
35152
35235
|
"attributes": {
|
|
35153
35236
|
"category": "color",
|
|
35154
35237
|
"type": "gray",
|
|
35155
|
-
"item": "
|
|
35238
|
+
"item": "70"
|
|
35156
35239
|
},
|
|
35157
35240
|
"path": [
|
|
35158
35241
|
"color",
|
|
35159
35242
|
"gray",
|
|
35160
|
-
"
|
|
35243
|
+
"70"
|
|
35161
35244
|
]
|
|
35162
35245
|
}
|
|
35163
35246
|
]
|
|
@@ -35166,12 +35249,12 @@
|
|
|
35166
35249
|
"pf-t--global--dark--border--color--100": {
|
|
35167
35250
|
"default": {
|
|
35168
35251
|
"type": "color",
|
|
35169
|
-
"value": "#
|
|
35252
|
+
"value": "#4d4d4d",
|
|
35170
35253
|
"filePath": "tokens/default/highcontrast-dark/base.dark.json",
|
|
35171
35254
|
"isSource": true,
|
|
35172
35255
|
"original": {
|
|
35173
35256
|
"type": "color",
|
|
35174
|
-
"value": "{color.gray.
|
|
35257
|
+
"value": "{color.gray.60}"
|
|
35175
35258
|
},
|
|
35176
35259
|
"name": "pf-t--global--dark--border--color--100",
|
|
35177
35260
|
"attributes": {
|
|
@@ -35191,23 +35274,23 @@
|
|
|
35191
35274
|
"references": [
|
|
35192
35275
|
{
|
|
35193
35276
|
"type": "color",
|
|
35194
|
-
"value": "#
|
|
35277
|
+
"value": "#4d4d4d",
|
|
35195
35278
|
"filePath": "tokens/default/highcontrast-dark/palette.color.json",
|
|
35196
35279
|
"isSource": true,
|
|
35197
35280
|
"original": {
|
|
35198
35281
|
"type": "color",
|
|
35199
|
-
"value": "#
|
|
35282
|
+
"value": "#4d4d4d"
|
|
35200
35283
|
},
|
|
35201
|
-
"name": "pf-t--color--gray--
|
|
35284
|
+
"name": "pf-t--color--gray--60",
|
|
35202
35285
|
"attributes": {
|
|
35203
35286
|
"category": "color",
|
|
35204
35287
|
"type": "gray",
|
|
35205
|
-
"item": "
|
|
35288
|
+
"item": "60"
|
|
35206
35289
|
},
|
|
35207
35290
|
"path": [
|
|
35208
35291
|
"color",
|
|
35209
35292
|
"gray",
|
|
35210
|
-
"
|
|
35293
|
+
"60"
|
|
35211
35294
|
]
|
|
35212
35295
|
}
|
|
35213
35296
|
]
|
|
@@ -36214,13 +36297,13 @@
|
|
|
36214
36297
|
},
|
|
36215
36298
|
"pf-t--global--border--color--brand--accent--default": {
|
|
36216
36299
|
"redhat": {
|
|
36217
|
-
"description": "Use as the default border color for any branded element, like
|
|
36300
|
+
"description": "Use as the default border color for any accented branded element, like secondary CTAs",
|
|
36218
36301
|
"type": "color",
|
|
36219
36302
|
"value": "#ffffff",
|
|
36220
36303
|
"filePath": "tokens/redhat/highcontrast-dark/redhat.color.highcontrast.dark.json",
|
|
36221
36304
|
"isSource": true,
|
|
36222
36305
|
"original": {
|
|
36223
|
-
"description": "Use as the default border color for any branded element, like
|
|
36306
|
+
"description": "Use as the default border color for any accented branded element, like secondary CTAs",
|
|
36224
36307
|
"type": "color",
|
|
36225
36308
|
"value": "{global.dark.color.brand.accent.400}"
|
|
36226
36309
|
},
|
|
@@ -36293,13 +36376,13 @@
|
|
|
36293
36376
|
},
|
|
36294
36377
|
"pf-t--global--border--color--brand--accent--hover": {
|
|
36295
36378
|
"redhat": {
|
|
36296
|
-
"description": "Use as the hover
|
|
36379
|
+
"description": "Use as the hover border color for any accented branded element, like secondary CTAs",
|
|
36297
36380
|
"type": "color",
|
|
36298
36381
|
"value": "#ffffff",
|
|
36299
36382
|
"filePath": "tokens/redhat/highcontrast-dark/redhat.color.highcontrast.dark.json",
|
|
36300
36383
|
"isSource": true,
|
|
36301
36384
|
"original": {
|
|
36302
|
-
"description": "Use as the hover
|
|
36385
|
+
"description": "Use as the hover border color for any accented branded element, like secondary CTAs",
|
|
36303
36386
|
"type": "color",
|
|
36304
36387
|
"value": "{global.dark.color.brand.accent.400}"
|
|
36305
36388
|
},
|
|
@@ -36372,13 +36455,13 @@
|
|
|
36372
36455
|
},
|
|
36373
36456
|
"pf-t--global--border--color--brand--accent--clicked": {
|
|
36374
36457
|
"redhat": {
|
|
36375
|
-
"description": "Use as the clicked
|
|
36458
|
+
"description": "Use as the clicked border color for any accented branded element, like secondary CTAs",
|
|
36376
36459
|
"type": "color",
|
|
36377
36460
|
"value": "#ffffff",
|
|
36378
36461
|
"filePath": "tokens/redhat/highcontrast-dark/redhat.color.highcontrast.dark.json",
|
|
36379
36462
|
"isSource": true,
|
|
36380
36463
|
"original": {
|
|
36381
|
-
"description": "Use as the clicked
|
|
36464
|
+
"description": "Use as the clicked border color for any accented branded element, like secondary CTAs",
|
|
36382
36465
|
"type": "color",
|
|
36383
36466
|
"value": "{global.dark.color.brand.accent.400}"
|
|
36384
36467
|
},
|