@primer/primitives 8.2.4-rc.b28008e7 → 8.2.4-rc.d08fdd34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/functional/themes/dark-colorblind.css +12 -12
- package/dist/css/functional/themes/dark-dimmed.css +14 -14
- package/dist/css/functional/themes/dark-high-contrast.css +250 -250
- package/dist/css/functional/themes/dark-tritanopia.css +14 -14
- package/dist/css/functional/themes/dark.css +14 -14
- package/dist/css/functional/themes/light-colorblind.css +24 -24
- package/dist/css/functional/themes/light-high-contrast.css +146 -146
- package/dist/css/functional/themes/light-tritanopia.css +24 -24
- package/dist/css/functional/themes/light.css +12 -12
- package/dist/docs/functional/themes/dark-colorblind.json +149 -149
- package/dist/docs/functional/themes/dark-dimmed.json +160 -158
- package/dist/docs/functional/themes/dark-high-contrast.json +464 -454
- package/dist/docs/functional/themes/dark-tritanopia.json +153 -153
- package/dist/docs/functional/themes/dark.json +160 -158
- package/dist/docs/functional/themes/light-colorblind.json +167 -173
- package/dist/docs/functional/themes/light-high-contrast.json +362 -358
- package/dist/docs/functional/themes/light-tritanopia.json +165 -171
- package/dist/docs/functional/themes/light.json +159 -157
- package/dist/figma/themes/dark-colorblind.json +198 -198
- package/dist/figma/themes/dark-dimmed.json +201 -200
- package/dist/figma/themes/dark-high-contrast.json +598 -596
- package/dist/figma/themes/dark-tritanopia.json +200 -200
- package/dist/figma/themes/dark.json +201 -200
- package/dist/figma/themes/light-colorblind.json +217 -218
- package/dist/figma/themes/light-high-contrast.json +393 -391
- package/dist/figma/themes/light-tritanopia.json +216 -217
- package/dist/figma/themes/light.json +139 -138
- package/dist/internalCss/dark-colorblind.css +12 -12
- package/dist/internalCss/dark-dimmed.css +14 -14
- package/dist/internalCss/dark-high-contrast.css +250 -250
- package/dist/internalCss/dark-tritanopia.css +14 -14
- package/dist/internalCss/dark.css +14 -14
- package/dist/internalCss/light-colorblind.css +24 -24
- package/dist/internalCss/light-high-contrast.css +146 -146
- package/dist/internalCss/light-tritanopia.css +24 -24
- package/dist/internalCss/light.css +12 -12
- package/dist/styleLint/functional/themes/dark-colorblind.json +149 -149
- package/dist/styleLint/functional/themes/dark-dimmed.json +160 -158
- package/dist/styleLint/functional/themes/dark-high-contrast.json +464 -454
- package/dist/styleLint/functional/themes/dark-tritanopia.json +153 -153
- package/dist/styleLint/functional/themes/dark.json +160 -158
- package/dist/styleLint/functional/themes/light-colorblind.json +167 -173
- package/dist/styleLint/functional/themes/light-high-contrast.json +362 -358
- package/dist/styleLint/functional/themes/light-tritanopia.json +165 -171
- package/dist/styleLint/functional/themes/light.json +159 -157
- package/package.json +27 -26
- package/src/formats/cssAdvanced.ts +3 -3
- package/src/formats/cssCustomMedia.ts +2 -2
- package/src/formats/javascriptCommonJs.ts +2 -2
- package/src/formats/javascriptEsm.ts +2 -2
- package/src/formats/jsonFigma.ts +2 -2
- package/src/formats/jsonNestedPrefixed.ts +2 -2
- package/src/formats/jsonOneDimensional.ts +2 -2
- package/src/formats/jsonPostCssFallback.ts +2 -2
- package/src/formats/typescriptExportDefinition.ts +2 -2
- package/src/schemas/designToken.ts +1 -1
- package/src/schemas/validTokenType.ts +1 -1
- package/src/tokens/functional/color/dark/overrides/dark.high-contrast.json5 +512 -2
- package/src/tokens/functional/color/dark/overrides/dark.tritanopia.json5 +4 -0
- package/src/tokens/functional/color/dark/primitives-dark.json5 +66 -65
- package/src/tokens/functional/color/light/overrides/light.high-contrast.json5 +394 -0
- package/src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5 +3 -6
- package/src/tokens/functional/color/light/overrides/light.tritanopia.json5 +3 -6
- package/src/tokens/functional/color/light/primitives-light.json5 +65 -64
|
@@ -720,13 +720,13 @@
|
|
|
720
720
|
--fgColor-black: #010409;
|
|
721
721
|
--fgColor-disabled: #6e7681;
|
|
722
722
|
--fgColor-link: #4493f8;
|
|
723
|
-
--fgColor-neutral: #
|
|
723
|
+
--fgColor-neutral: #b1bac4;
|
|
724
724
|
--fgColor-accent: #4493f8;
|
|
725
725
|
--fgColor-success: #58a6ff;
|
|
726
|
+
--fgColor-open: #f85149;
|
|
726
727
|
--fgColor-attention: #d29922;
|
|
727
728
|
--fgColor-severe: #f85149;
|
|
728
729
|
--fgColor-danger: #f85149;
|
|
729
|
-
--fgColor-open: #f85149;
|
|
730
730
|
--fgColor-closed: #6e7681;
|
|
731
731
|
--fgColor-done: #ab7df8;
|
|
732
732
|
--fgColor-upsell: #ab7df8;
|
|
@@ -746,15 +746,15 @@
|
|
|
746
746
|
--bgColor-accent-emphasis: #1f6feb;
|
|
747
747
|
--bgColor-success-muted: #388bfd26;
|
|
748
748
|
--bgColor-success-emphasis: #1f6feb;
|
|
749
|
+
--bgColor-open-muted: #f8514926;
|
|
750
|
+
--bgColor-open-emphasis: #da3633;
|
|
749
751
|
--bgColor-attention-muted: #bb800926;
|
|
750
752
|
--bgColor-attention-emphasis: #9e6a03;
|
|
751
753
|
--bgColor-severe-muted: #f851491a;
|
|
752
754
|
--bgColor-severe-emphasis: #da3633;
|
|
753
755
|
--bgColor-danger-muted: #f851491a;
|
|
754
756
|
--bgColor-danger-emphasis: #da3633;
|
|
755
|
-
--bgColor-
|
|
756
|
-
--bgColor-open-emphasis: #da3633;
|
|
757
|
-
--bgColor-closed-muted: #6e768126;
|
|
757
|
+
--bgColor-closed-muted: #6e76811a;
|
|
758
758
|
--bgColor-closed-emphasis: #484f58;
|
|
759
759
|
--bgColor-done-muted: #ab7df826;
|
|
760
760
|
--bgColor-done-emphasis: #8957e5;
|
|
@@ -774,14 +774,14 @@
|
|
|
774
774
|
--borderColor-accent-emphasis: #1f6feb;
|
|
775
775
|
--borderColor-success-muted: #388bfd66;
|
|
776
776
|
--borderColor-success-emphasis: #1f6feb;
|
|
777
|
+
--borderColor-open-muted: #f8514966;
|
|
778
|
+
--borderColor-open-emphasis: #da3633;
|
|
777
779
|
--borderColor-attention-muted: #bb800966;
|
|
778
780
|
--borderColor-attention-emphasis: #9e6a03;
|
|
779
781
|
--borderColor-severe-muted: #f8514966;
|
|
780
782
|
--borderColor-severe-emphasis: #da3633;
|
|
781
783
|
--borderColor-danger-muted: #f8514966;
|
|
782
784
|
--borderColor-danger-emphasis: #da3633;
|
|
783
|
-
--borderColor-open-muted: #f8514966;
|
|
784
|
-
--borderColor-open-emphasis: #da3633;
|
|
785
785
|
--borderColor-closed-muted: #6e768166;
|
|
786
786
|
--borderColor-closed-emphasis: #484f58;
|
|
787
787
|
--borderColor-done-muted: #ab7df866;
|
|
@@ -1569,13 +1569,13 @@
|
|
|
1569
1569
|
--fgColor-black: #010409;
|
|
1570
1570
|
--fgColor-disabled: #6e7681;
|
|
1571
1571
|
--fgColor-link: #4493f8;
|
|
1572
|
-
--fgColor-neutral: #
|
|
1572
|
+
--fgColor-neutral: #b1bac4;
|
|
1573
1573
|
--fgColor-accent: #4493f8;
|
|
1574
1574
|
--fgColor-success: #58a6ff;
|
|
1575
|
+
--fgColor-open: #f85149;
|
|
1575
1576
|
--fgColor-attention: #d29922;
|
|
1576
1577
|
--fgColor-severe: #f85149;
|
|
1577
1578
|
--fgColor-danger: #f85149;
|
|
1578
|
-
--fgColor-open: #f85149;
|
|
1579
1579
|
--fgColor-closed: #6e7681;
|
|
1580
1580
|
--fgColor-done: #ab7df8;
|
|
1581
1581
|
--fgColor-upsell: #ab7df8;
|
|
@@ -1595,15 +1595,15 @@
|
|
|
1595
1595
|
--bgColor-accent-emphasis: #1f6feb;
|
|
1596
1596
|
--bgColor-success-muted: #388bfd26;
|
|
1597
1597
|
--bgColor-success-emphasis: #1f6feb;
|
|
1598
|
+
--bgColor-open-muted: #f8514926;
|
|
1599
|
+
--bgColor-open-emphasis: #da3633;
|
|
1598
1600
|
--bgColor-attention-muted: #bb800926;
|
|
1599
1601
|
--bgColor-attention-emphasis: #9e6a03;
|
|
1600
1602
|
--bgColor-severe-muted: #f851491a;
|
|
1601
1603
|
--bgColor-severe-emphasis: #da3633;
|
|
1602
1604
|
--bgColor-danger-muted: #f851491a;
|
|
1603
1605
|
--bgColor-danger-emphasis: #da3633;
|
|
1604
|
-
--bgColor-
|
|
1605
|
-
--bgColor-open-emphasis: #da3633;
|
|
1606
|
-
--bgColor-closed-muted: #6e768126;
|
|
1606
|
+
--bgColor-closed-muted: #6e76811a;
|
|
1607
1607
|
--bgColor-closed-emphasis: #484f58;
|
|
1608
1608
|
--bgColor-done-muted: #ab7df826;
|
|
1609
1609
|
--bgColor-done-emphasis: #8957e5;
|
|
@@ -1623,14 +1623,14 @@
|
|
|
1623
1623
|
--borderColor-accent-emphasis: #1f6feb;
|
|
1624
1624
|
--borderColor-success-muted: #388bfd66;
|
|
1625
1625
|
--borderColor-success-emphasis: #1f6feb;
|
|
1626
|
+
--borderColor-open-muted: #f8514966;
|
|
1627
|
+
--borderColor-open-emphasis: #da3633;
|
|
1626
1628
|
--borderColor-attention-muted: #bb800966;
|
|
1627
1629
|
--borderColor-attention-emphasis: #9e6a03;
|
|
1628
1630
|
--borderColor-severe-muted: #f8514966;
|
|
1629
1631
|
--borderColor-severe-emphasis: #da3633;
|
|
1630
1632
|
--borderColor-danger-muted: #f8514966;
|
|
1631
1633
|
--borderColor-danger-emphasis: #da3633;
|
|
1632
|
-
--borderColor-open-muted: #f8514966;
|
|
1633
|
-
--borderColor-open-emphasis: #da3633;
|
|
1634
1634
|
--borderColor-closed-muted: #6e768166;
|
|
1635
1635
|
--borderColor-closed-emphasis: #484f58;
|
|
1636
1636
|
--borderColor-done-muted: #ab7df866;
|
|
@@ -720,13 +720,13 @@
|
|
|
720
720
|
--fgColor-black: #010409;
|
|
721
721
|
--fgColor-disabled: #6e7681;
|
|
722
722
|
--fgColor-link: #4493f8;
|
|
723
|
-
--fgColor-neutral: #
|
|
723
|
+
--fgColor-neutral: #b1bac4;
|
|
724
724
|
--fgColor-accent: #4493f8;
|
|
725
725
|
--fgColor-success: #3fb950;
|
|
726
|
+
--fgColor-open: #3fb950;
|
|
726
727
|
--fgColor-attention: #d29922;
|
|
727
728
|
--fgColor-severe: #db6d28;
|
|
728
729
|
--fgColor-danger: #f85149;
|
|
729
|
-
--fgColor-open: #3fb950;
|
|
730
730
|
--fgColor-closed: #f85149;
|
|
731
731
|
--fgColor-done: #ab7df8;
|
|
732
732
|
--fgColor-upsell: #ab7df8;
|
|
@@ -746,15 +746,15 @@
|
|
|
746
746
|
--bgColor-accent-emphasis: #1f6feb;
|
|
747
747
|
--bgColor-success-muted: #2ea04326;
|
|
748
748
|
--bgColor-success-emphasis: #238636;
|
|
749
|
+
--bgColor-open-muted: #2ea04326;
|
|
750
|
+
--bgColor-open-emphasis: #238636;
|
|
749
751
|
--bgColor-attention-muted: #bb800926;
|
|
750
752
|
--bgColor-attention-emphasis: #9e6a03;
|
|
751
753
|
--bgColor-severe-muted: #db6d281a;
|
|
752
754
|
--bgColor-severe-emphasis: #bd561d;
|
|
753
755
|
--bgColor-danger-muted: #f851491a;
|
|
754
756
|
--bgColor-danger-emphasis: #da3633;
|
|
755
|
-
--bgColor-
|
|
756
|
-
--bgColor-open-emphasis: #238636;
|
|
757
|
-
--bgColor-closed-muted: #f8514926;
|
|
757
|
+
--bgColor-closed-muted: #f851491a;
|
|
758
758
|
--bgColor-closed-emphasis: #da3633;
|
|
759
759
|
--bgColor-done-muted: #ab7df826;
|
|
760
760
|
--bgColor-done-emphasis: #8957e5;
|
|
@@ -774,14 +774,14 @@
|
|
|
774
774
|
--borderColor-accent-emphasis: #1f6feb;
|
|
775
775
|
--borderColor-success-muted: #2ea04366;
|
|
776
776
|
--borderColor-success-emphasis: #238636;
|
|
777
|
+
--borderColor-open-muted: #2ea04366;
|
|
778
|
+
--borderColor-open-emphasis: #238636;
|
|
777
779
|
--borderColor-attention-muted: #bb800966;
|
|
778
780
|
--borderColor-attention-emphasis: #9e6a03;
|
|
779
781
|
--borderColor-severe-muted: #db6d2866;
|
|
780
782
|
--borderColor-severe-emphasis: #bd561d;
|
|
781
783
|
--borderColor-danger-muted: #f8514966;
|
|
782
784
|
--borderColor-danger-emphasis: #da3633;
|
|
783
|
-
--borderColor-open-muted: #2ea04366;
|
|
784
|
-
--borderColor-open-emphasis: #238636;
|
|
785
785
|
--borderColor-closed-muted: #f8514966;
|
|
786
786
|
--borderColor-closed-emphasis: #da3633;
|
|
787
787
|
--borderColor-done-muted: #ab7df866;
|
|
@@ -1569,13 +1569,13 @@
|
|
|
1569
1569
|
--fgColor-black: #010409;
|
|
1570
1570
|
--fgColor-disabled: #6e7681;
|
|
1571
1571
|
--fgColor-link: #4493f8;
|
|
1572
|
-
--fgColor-neutral: #
|
|
1572
|
+
--fgColor-neutral: #b1bac4;
|
|
1573
1573
|
--fgColor-accent: #4493f8;
|
|
1574
1574
|
--fgColor-success: #3fb950;
|
|
1575
|
+
--fgColor-open: #3fb950;
|
|
1575
1576
|
--fgColor-attention: #d29922;
|
|
1576
1577
|
--fgColor-severe: #db6d28;
|
|
1577
1578
|
--fgColor-danger: #f85149;
|
|
1578
|
-
--fgColor-open: #3fb950;
|
|
1579
1579
|
--fgColor-closed: #f85149;
|
|
1580
1580
|
--fgColor-done: #ab7df8;
|
|
1581
1581
|
--fgColor-upsell: #ab7df8;
|
|
@@ -1595,15 +1595,15 @@
|
|
|
1595
1595
|
--bgColor-accent-emphasis: #1f6feb;
|
|
1596
1596
|
--bgColor-success-muted: #2ea04326;
|
|
1597
1597
|
--bgColor-success-emphasis: #238636;
|
|
1598
|
+
--bgColor-open-muted: #2ea04326;
|
|
1599
|
+
--bgColor-open-emphasis: #238636;
|
|
1598
1600
|
--bgColor-attention-muted: #bb800926;
|
|
1599
1601
|
--bgColor-attention-emphasis: #9e6a03;
|
|
1600
1602
|
--bgColor-severe-muted: #db6d281a;
|
|
1601
1603
|
--bgColor-severe-emphasis: #bd561d;
|
|
1602
1604
|
--bgColor-danger-muted: #f851491a;
|
|
1603
1605
|
--bgColor-danger-emphasis: #da3633;
|
|
1604
|
-
--bgColor-
|
|
1605
|
-
--bgColor-open-emphasis: #238636;
|
|
1606
|
-
--bgColor-closed-muted: #f8514926;
|
|
1606
|
+
--bgColor-closed-muted: #f851491a;
|
|
1607
1607
|
--bgColor-closed-emphasis: #da3633;
|
|
1608
1608
|
--bgColor-done-muted: #ab7df826;
|
|
1609
1609
|
--bgColor-done-emphasis: #8957e5;
|
|
@@ -1623,14 +1623,14 @@
|
|
|
1623
1623
|
--borderColor-accent-emphasis: #1f6feb;
|
|
1624
1624
|
--borderColor-success-muted: #2ea04366;
|
|
1625
1625
|
--borderColor-success-emphasis: #238636;
|
|
1626
|
+
--borderColor-open-muted: #2ea04366;
|
|
1627
|
+
--borderColor-open-emphasis: #238636;
|
|
1626
1628
|
--borderColor-attention-muted: #bb800966;
|
|
1627
1629
|
--borderColor-attention-emphasis: #9e6a03;
|
|
1628
1630
|
--borderColor-severe-muted: #db6d2866;
|
|
1629
1631
|
--borderColor-severe-emphasis: #bd561d;
|
|
1630
1632
|
--borderColor-danger-muted: #f8514966;
|
|
1631
1633
|
--borderColor-danger-emphasis: #da3633;
|
|
1632
|
-
--borderColor-open-muted: #2ea04366;
|
|
1633
|
-
--borderColor-open-emphasis: #238636;
|
|
1634
1634
|
--borderColor-closed-muted: #f8514966;
|
|
1635
1635
|
--borderColor-closed-emphasis: #da3633;
|
|
1636
1636
|
--borderColor-done-muted: #ab7df866;
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
--control-borderColor-emphasis: #868f99;
|
|
460
460
|
--control-borderColor-disabled: #eaeef2b3;
|
|
461
461
|
--control-borderColor-selected: #f6f8fa;
|
|
462
|
-
--control-borderColor-success: #
|
|
462
|
+
--control-borderColor-success: #0969da;
|
|
463
463
|
--control-borderColor-danger: #bc4c00;
|
|
464
464
|
--control-borderColor-warning: #bf8700;
|
|
465
465
|
--control-iconColor-rest: #636c76;
|
|
@@ -514,9 +514,9 @@
|
|
|
514
514
|
--button-primary-fgColor-rest: #ffffff;
|
|
515
515
|
--button-primary-fgColor-disabled: #ffffffcc;
|
|
516
516
|
--button-primary-iconColor-rest: #ffffffcc;
|
|
517
|
-
--button-primary-bgColor-rest: #
|
|
518
|
-
--button-primary-bgColor-hover: #
|
|
519
|
-
--button-primary-bgColor-active: #
|
|
517
|
+
--button-primary-bgColor-rest: #0969da;
|
|
518
|
+
--button-primary-bgColor-hover: #0864d1;
|
|
519
|
+
--button-primary-bgColor-active: #075fc8;
|
|
520
520
|
--button-primary-bgColor-disabled: #92caff;
|
|
521
521
|
--button-primary-borderColor-rest: #1f232826;
|
|
522
522
|
--button-primary-borderColor-hover: #1f232826;
|
|
@@ -721,13 +721,13 @@
|
|
|
721
721
|
--fgColor-black: #1f2328;
|
|
722
722
|
--fgColor-disabled: #8c959f;
|
|
723
723
|
--fgColor-link: #0969da;
|
|
724
|
-
--fgColor-neutral: #
|
|
724
|
+
--fgColor-neutral: #57606a;
|
|
725
725
|
--fgColor-accent: #0969da;
|
|
726
726
|
--fgColor-success: #0969da;
|
|
727
|
+
--fgColor-open: #bc4c00;
|
|
727
728
|
--fgColor-attention: #9a6700;
|
|
728
729
|
--fgColor-severe: #bc4c00;
|
|
729
730
|
--fgColor-danger: #be4e02;
|
|
730
|
-
--fgColor-open: #bc4c00;
|
|
731
731
|
--fgColor-closed: #6e7781;
|
|
732
732
|
--fgColor-done: #8250df;
|
|
733
733
|
--fgColor-upsell: #8250df;
|
|
@@ -746,15 +746,15 @@
|
|
|
746
746
|
--bgColor-accent-muted: #ddf4ff;
|
|
747
747
|
--bgColor-accent-emphasis: #0969da;
|
|
748
748
|
--bgColor-success-muted: #ddf4ff;
|
|
749
|
-
--bgColor-success-emphasis: #
|
|
749
|
+
--bgColor-success-emphasis: #0969da;
|
|
750
|
+
--bgColor-open-muted: #fb8f4466;
|
|
751
|
+
--bgColor-open-emphasis: #e16f24;
|
|
750
752
|
--bgColor-attention-muted: #fff8c5;
|
|
751
753
|
--bgColor-attention-emphasis: #9a6700;
|
|
752
754
|
--bgColor-severe-muted: #fff1e5;
|
|
753
755
|
--bgColor-severe-emphasis: #bc4c00;
|
|
754
756
|
--bgColor-danger-muted: #fff1e5;
|
|
755
757
|
--bgColor-danger-emphasis: #bc4c00;
|
|
756
|
-
--bgColor-open-muted: #fb8f4466;
|
|
757
|
-
--bgColor-open-emphasis: #e16f24;
|
|
758
758
|
--bgColor-closed-muted: #afb8c166;
|
|
759
759
|
--bgColor-closed-emphasis: #6e7781;
|
|
760
760
|
--bgColor-done-muted: #fbefff;
|
|
@@ -774,15 +774,15 @@
|
|
|
774
774
|
--borderColor-accent-muted: #54aeff66;
|
|
775
775
|
--borderColor-accent-emphasis: #0969da;
|
|
776
776
|
--borderColor-success-muted: #54aeff66;
|
|
777
|
-
--borderColor-success-emphasis: #
|
|
777
|
+
--borderColor-success-emphasis: #0969da;
|
|
778
|
+
--borderColor-open-muted: #fb8f4466;
|
|
779
|
+
--borderColor-open-emphasis: #e16f24;
|
|
778
780
|
--borderColor-attention-muted: #d4a72c66;
|
|
779
781
|
--borderColor-attention-emphasis: #bf8700;
|
|
780
782
|
--borderColor-severe-muted: #fb8f4466;
|
|
781
783
|
--borderColor-severe-emphasis: #bc4c00;
|
|
782
784
|
--borderColor-danger-muted: #fb8f4466;
|
|
783
785
|
--borderColor-danger-emphasis: #bc4c00;
|
|
784
|
-
--borderColor-open-muted: #fb8f4466;
|
|
785
|
-
--borderColor-open-emphasis: #e16f24;
|
|
786
786
|
--borderColor-closed-muted: #afb8c166;
|
|
787
787
|
--borderColor-closed-emphasis: #6e7781;
|
|
788
788
|
--borderColor-done-muted: #c297ff66;
|
|
@@ -1308,7 +1308,7 @@
|
|
|
1308
1308
|
--control-borderColor-emphasis: #868f99;
|
|
1309
1309
|
--control-borderColor-disabled: #eaeef2b3;
|
|
1310
1310
|
--control-borderColor-selected: #f6f8fa;
|
|
1311
|
-
--control-borderColor-success: #
|
|
1311
|
+
--control-borderColor-success: #0969da;
|
|
1312
1312
|
--control-borderColor-danger: #bc4c00;
|
|
1313
1313
|
--control-borderColor-warning: #bf8700;
|
|
1314
1314
|
--control-iconColor-rest: #636c76;
|
|
@@ -1363,9 +1363,9 @@
|
|
|
1363
1363
|
--button-primary-fgColor-rest: #ffffff;
|
|
1364
1364
|
--button-primary-fgColor-disabled: #ffffffcc;
|
|
1365
1365
|
--button-primary-iconColor-rest: #ffffffcc;
|
|
1366
|
-
--button-primary-bgColor-rest: #
|
|
1367
|
-
--button-primary-bgColor-hover: #
|
|
1368
|
-
--button-primary-bgColor-active: #
|
|
1366
|
+
--button-primary-bgColor-rest: #0969da;
|
|
1367
|
+
--button-primary-bgColor-hover: #0864d1;
|
|
1368
|
+
--button-primary-bgColor-active: #075fc8;
|
|
1369
1369
|
--button-primary-bgColor-disabled: #92caff;
|
|
1370
1370
|
--button-primary-borderColor-rest: #1f232826;
|
|
1371
1371
|
--button-primary-borderColor-hover: #1f232826;
|
|
@@ -1570,13 +1570,13 @@
|
|
|
1570
1570
|
--fgColor-black: #1f2328;
|
|
1571
1571
|
--fgColor-disabled: #8c959f;
|
|
1572
1572
|
--fgColor-link: #0969da;
|
|
1573
|
-
--fgColor-neutral: #
|
|
1573
|
+
--fgColor-neutral: #57606a;
|
|
1574
1574
|
--fgColor-accent: #0969da;
|
|
1575
1575
|
--fgColor-success: #0969da;
|
|
1576
|
+
--fgColor-open: #bc4c00;
|
|
1576
1577
|
--fgColor-attention: #9a6700;
|
|
1577
1578
|
--fgColor-severe: #bc4c00;
|
|
1578
1579
|
--fgColor-danger: #be4e02;
|
|
1579
|
-
--fgColor-open: #bc4c00;
|
|
1580
1580
|
--fgColor-closed: #6e7781;
|
|
1581
1581
|
--fgColor-done: #8250df;
|
|
1582
1582
|
--fgColor-upsell: #8250df;
|
|
@@ -1595,15 +1595,15 @@
|
|
|
1595
1595
|
--bgColor-accent-muted: #ddf4ff;
|
|
1596
1596
|
--bgColor-accent-emphasis: #0969da;
|
|
1597
1597
|
--bgColor-success-muted: #ddf4ff;
|
|
1598
|
-
--bgColor-success-emphasis: #
|
|
1598
|
+
--bgColor-success-emphasis: #0969da;
|
|
1599
|
+
--bgColor-open-muted: #fb8f4466;
|
|
1600
|
+
--bgColor-open-emphasis: #e16f24;
|
|
1599
1601
|
--bgColor-attention-muted: #fff8c5;
|
|
1600
1602
|
--bgColor-attention-emphasis: #9a6700;
|
|
1601
1603
|
--bgColor-severe-muted: #fff1e5;
|
|
1602
1604
|
--bgColor-severe-emphasis: #bc4c00;
|
|
1603
1605
|
--bgColor-danger-muted: #fff1e5;
|
|
1604
1606
|
--bgColor-danger-emphasis: #bc4c00;
|
|
1605
|
-
--bgColor-open-muted: #fb8f4466;
|
|
1606
|
-
--bgColor-open-emphasis: #e16f24;
|
|
1607
1607
|
--bgColor-closed-muted: #afb8c166;
|
|
1608
1608
|
--bgColor-closed-emphasis: #6e7781;
|
|
1609
1609
|
--bgColor-done-muted: #fbefff;
|
|
@@ -1623,15 +1623,15 @@
|
|
|
1623
1623
|
--borderColor-accent-muted: #54aeff66;
|
|
1624
1624
|
--borderColor-accent-emphasis: #0969da;
|
|
1625
1625
|
--borderColor-success-muted: #54aeff66;
|
|
1626
|
-
--borderColor-success-emphasis: #
|
|
1626
|
+
--borderColor-success-emphasis: #0969da;
|
|
1627
|
+
--borderColor-open-muted: #fb8f4466;
|
|
1628
|
+
--borderColor-open-emphasis: #e16f24;
|
|
1627
1629
|
--borderColor-attention-muted: #d4a72c66;
|
|
1628
1630
|
--borderColor-attention-emphasis: #bf8700;
|
|
1629
1631
|
--borderColor-severe-muted: #fb8f4466;
|
|
1630
1632
|
--borderColor-severe-emphasis: #bc4c00;
|
|
1631
1633
|
--borderColor-danger-muted: #fb8f4466;
|
|
1632
1634
|
--borderColor-danger-emphasis: #bc4c00;
|
|
1633
|
-
--borderColor-open-muted: #fb8f4466;
|
|
1634
|
-
--borderColor-open-emphasis: #e16f24;
|
|
1635
1635
|
--borderColor-closed-muted: #afb8c166;
|
|
1636
1636
|
--borderColor-closed-emphasis: #6e7781;
|
|
1637
1637
|
--borderColor-done-muted: #c297ff66;
|