@primer/primitives 8.2.4-rc.b28008e7 → 8.2.4-rc.cbbd0a9a
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 +10 -10
- package/dist/css/functional/themes/dark-dimmed.css +12 -12
- package/dist/css/functional/themes/dark-high-contrast.css +80 -80
- package/dist/css/functional/themes/dark-tritanopia.css +12 -12
- package/dist/css/functional/themes/dark.css +12 -12
- package/dist/css/functional/themes/light-colorblind.css +22 -22
- package/dist/css/functional/themes/light-high-contrast.css +30 -30
- package/dist/css/functional/themes/light-tritanopia.css +22 -22
- package/dist/css/functional/themes/light.css +10 -10
- package/dist/docs/functional/themes/dark-colorblind.json +145 -145
- package/dist/docs/functional/themes/dark-dimmed.json +155 -153
- package/dist/docs/functional/themes/dark-high-contrast.json +245 -235
- package/dist/docs/functional/themes/dark-tritanopia.json +149 -149
- package/dist/docs/functional/themes/dark.json +155 -153
- package/dist/docs/functional/themes/light-colorblind.json +165 -171
- package/dist/docs/functional/themes/light-high-contrast.json +188 -184
- package/dist/docs/functional/themes/light-tritanopia.json +163 -169
- package/dist/docs/functional/themes/light.json +157 -155
- package/dist/figma/themes/dark-colorblind.json +155 -155
- package/dist/figma/themes/dark-dimmed.json +139 -138
- package/dist/figma/themes/dark-high-contrast.json +230 -228
- package/dist/figma/themes/dark-tritanopia.json +157 -157
- package/dist/figma/themes/dark.json +139 -138
- package/dist/figma/themes/light-colorblind.json +213 -214
- package/dist/figma/themes/light-high-contrast.json +171 -169
- package/dist/figma/themes/light-tritanopia.json +212 -213
- package/dist/figma/themes/light.json +135 -134
- package/dist/internalCss/dark-colorblind.css +10 -10
- package/dist/internalCss/dark-dimmed.css +12 -12
- package/dist/internalCss/dark-high-contrast.css +80 -80
- package/dist/internalCss/dark-tritanopia.css +12 -12
- package/dist/internalCss/dark.css +12 -12
- package/dist/internalCss/light-colorblind.css +22 -22
- package/dist/internalCss/light-high-contrast.css +30 -30
- package/dist/internalCss/light-tritanopia.css +22 -22
- package/dist/internalCss/light.css +10 -10
- package/dist/styleLint/functional/themes/dark-colorblind.json +145 -145
- package/dist/styleLint/functional/themes/dark-dimmed.json +155 -153
- package/dist/styleLint/functional/themes/dark-high-contrast.json +245 -235
- package/dist/styleLint/functional/themes/dark-tritanopia.json +149 -149
- package/dist/styleLint/functional/themes/dark.json +155 -153
- package/dist/styleLint/functional/themes/light-colorblind.json +165 -171
- package/dist/styleLint/functional/themes/light-high-contrast.json +188 -184
- package/dist/styleLint/functional/themes/light-tritanopia.json +163 -169
- package/dist/styleLint/functional/themes/light.json +157 -155
- package/package.json +1 -1
- package/src/tokens/functional/color/dark/overrides/dark.high-contrast.json5 +115 -2
- package/src/tokens/functional/color/dark/overrides/dark.tritanopia.json5 +4 -0
- package/src/tokens/functional/color/dark/primitives-dark.json5 +62 -61
- package/src/tokens/functional/color/light/overrides/light.high-contrast.json5 +46 -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 +63 -62
|
@@ -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;
|
|
@@ -724,10 +724,10 @@
|
|
|
724
724
|
--fgColor-neutral: #6e7781;
|
|
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;
|
|
@@ -1573,10 +1573,10 @@
|
|
|
1573
1573
|
--fgColor-neutral: #6e7781;
|
|
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;
|
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
--control-bgColor-disabled: #ced5dcb3;
|
|
454
454
|
--control-bgColor-selected: #acb6c0;
|
|
455
455
|
--control-fgColor-rest: #0e1116;
|
|
456
|
-
--control-fgColor-placeholder: #
|
|
456
|
+
--control-fgColor-placeholder: #464e58;
|
|
457
457
|
--control-fgColor-disabled: #66707b;
|
|
458
458
|
--control-borderColor-rest: #20252c;
|
|
459
459
|
--control-borderColor-emphasis: #20252c;
|
|
@@ -564,8 +564,8 @@
|
|
|
564
564
|
--button-inactive-fgColor: #4b535d;
|
|
565
565
|
--button-inactive-bgColor: #e7ecf0;
|
|
566
566
|
--button-star-iconColor: #d5a824;
|
|
567
|
-
--buttonCounter-default-bgColor-rest: #
|
|
568
|
-
--buttonCounter-invisible-bgColor-rest: #
|
|
567
|
+
--buttonCounter-default-bgColor-rest: #4b535d33;
|
|
568
|
+
--buttonCounter-invisible-bgColor-rest: #4b535d33;
|
|
569
569
|
--buttonCounter-primary-bgColor-rest: #00230b33;
|
|
570
570
|
--buttonCounter-outline-bgColor-rest: #0349b41a;
|
|
571
571
|
--buttonCounter-outline-bgColor-hover: #ffffff33;
|
|
@@ -723,15 +723,15 @@
|
|
|
723
723
|
--fgColor-link: #023b95;
|
|
724
724
|
--fgColor-neutral: #66707b;
|
|
725
725
|
--fgColor-accent: #023b95;
|
|
726
|
-
--fgColor-success: #
|
|
727
|
-
--fgColor-
|
|
728
|
-
--fgColor-
|
|
726
|
+
--fgColor-success: #024c1a;
|
|
727
|
+
--fgColor-open: #024c1a;
|
|
728
|
+
--fgColor-attention: #603700;
|
|
729
|
+
--fgColor-severe: #702c00;
|
|
729
730
|
--fgColor-danger: #8a071e;
|
|
730
|
-
--fgColor-open: #055d20;
|
|
731
731
|
--fgColor-closed: #8a071e;
|
|
732
|
-
--fgColor-done: #
|
|
733
|
-
--fgColor-upsell: #
|
|
734
|
-
--fgColor-sponsors: #
|
|
732
|
+
--fgColor-done: #512598;
|
|
733
|
+
--fgColor-upsell: #512598;
|
|
734
|
+
--fgColor-sponsors: #7d0c57;
|
|
735
735
|
--bgColor-default: #ffffff;
|
|
736
736
|
--bgColor-muted: #e7ecf0;
|
|
737
737
|
--bgColor-inset: #ffffff;
|
|
@@ -742,19 +742,19 @@
|
|
|
742
742
|
--bgColor-disabled: #ced5dcb3;
|
|
743
743
|
--bgColor-transparent: #ffffff00;
|
|
744
744
|
--bgColor-neutral-muted: #e7ecf0;
|
|
745
|
-
--bgColor-neutral-emphasis: #
|
|
745
|
+
--bgColor-neutral-emphasis: #4b535d;
|
|
746
746
|
--bgColor-accent-muted: #dff7ff;
|
|
747
747
|
--bgColor-accent-emphasis: #0349b4;
|
|
748
748
|
--bgColor-success-muted: #d2fedb;
|
|
749
749
|
--bgColor-success-emphasis: #055d20;
|
|
750
|
+
--bgColor-open-muted: #d2fedb;
|
|
751
|
+
--bgColor-open-emphasis: #055d20;
|
|
750
752
|
--bgColor-attention-muted: #fcf7be;
|
|
751
753
|
--bgColor-attention-emphasis: #744500;
|
|
752
754
|
--bgColor-severe-muted: #fff2d5;
|
|
753
755
|
--bgColor-severe-emphasis: #873800;
|
|
754
756
|
--bgColor-danger-muted: #fff0ee;
|
|
755
757
|
--bgColor-danger-emphasis: #a0111f;
|
|
756
|
-
--bgColor-open-muted: #d2fedb;
|
|
757
|
-
--bgColor-open-emphasis: #055d20;
|
|
758
758
|
--bgColor-closed-muted: #fff0ee;
|
|
759
759
|
--bgColor-closed-emphasis: #a0111f;
|
|
760
760
|
--bgColor-done-muted: #faf0fe;
|
|
@@ -775,14 +775,14 @@
|
|
|
775
775
|
--borderColor-accent-emphasis: #0349b4;
|
|
776
776
|
--borderColor-success-muted: #26a148;
|
|
777
777
|
--borderColor-success-emphasis: #055d20;
|
|
778
|
+
--borderColor-open-muted: #26a148;
|
|
779
|
+
--borderColor-open-emphasis: #055d20;
|
|
778
780
|
--borderColor-attention-muted: #b58407;
|
|
779
781
|
--borderColor-attention-emphasis: #744500;
|
|
780
782
|
--borderColor-severe-muted: #dc6d1a;
|
|
781
783
|
--borderColor-severe-emphasis: #873800;
|
|
782
784
|
--borderColor-danger-muted: #ee5a5d;
|
|
783
785
|
--borderColor-danger-emphasis: #a0111f;
|
|
784
|
-
--borderColor-open-muted: #26a148;
|
|
785
|
-
--borderColor-open-emphasis: #055d20;
|
|
786
786
|
--borderColor-closed-muted: #ee5a5d66;
|
|
787
787
|
--borderColor-closed-emphasis: #a0111f;
|
|
788
788
|
--borderColor-done-muted: #a371f7;
|
|
@@ -1302,7 +1302,7 @@
|
|
|
1302
1302
|
--control-bgColor-disabled: #ced5dcb3;
|
|
1303
1303
|
--control-bgColor-selected: #acb6c0;
|
|
1304
1304
|
--control-fgColor-rest: #0e1116;
|
|
1305
|
-
--control-fgColor-placeholder: #
|
|
1305
|
+
--control-fgColor-placeholder: #464e58;
|
|
1306
1306
|
--control-fgColor-disabled: #66707b;
|
|
1307
1307
|
--control-borderColor-rest: #20252c;
|
|
1308
1308
|
--control-borderColor-emphasis: #20252c;
|
|
@@ -1413,8 +1413,8 @@
|
|
|
1413
1413
|
--button-inactive-fgColor: #4b535d;
|
|
1414
1414
|
--button-inactive-bgColor: #e7ecf0;
|
|
1415
1415
|
--button-star-iconColor: #d5a824;
|
|
1416
|
-
--buttonCounter-default-bgColor-rest: #
|
|
1417
|
-
--buttonCounter-invisible-bgColor-rest: #
|
|
1416
|
+
--buttonCounter-default-bgColor-rest: #4b535d33;
|
|
1417
|
+
--buttonCounter-invisible-bgColor-rest: #4b535d33;
|
|
1418
1418
|
--buttonCounter-primary-bgColor-rest: #00230b33;
|
|
1419
1419
|
--buttonCounter-outline-bgColor-rest: #0349b41a;
|
|
1420
1420
|
--buttonCounter-outline-bgColor-hover: #ffffff33;
|
|
@@ -1572,15 +1572,15 @@
|
|
|
1572
1572
|
--fgColor-link: #023b95;
|
|
1573
1573
|
--fgColor-neutral: #66707b;
|
|
1574
1574
|
--fgColor-accent: #023b95;
|
|
1575
|
-
--fgColor-success: #
|
|
1576
|
-
--fgColor-
|
|
1577
|
-
--fgColor-
|
|
1575
|
+
--fgColor-success: #024c1a;
|
|
1576
|
+
--fgColor-open: #024c1a;
|
|
1577
|
+
--fgColor-attention: #603700;
|
|
1578
|
+
--fgColor-severe: #702c00;
|
|
1578
1579
|
--fgColor-danger: #8a071e;
|
|
1579
|
-
--fgColor-open: #055d20;
|
|
1580
1580
|
--fgColor-closed: #8a071e;
|
|
1581
|
-
--fgColor-done: #
|
|
1582
|
-
--fgColor-upsell: #
|
|
1583
|
-
--fgColor-sponsors: #
|
|
1581
|
+
--fgColor-done: #512598;
|
|
1582
|
+
--fgColor-upsell: #512598;
|
|
1583
|
+
--fgColor-sponsors: #7d0c57;
|
|
1584
1584
|
--bgColor-default: #ffffff;
|
|
1585
1585
|
--bgColor-muted: #e7ecf0;
|
|
1586
1586
|
--bgColor-inset: #ffffff;
|
|
@@ -1591,19 +1591,19 @@
|
|
|
1591
1591
|
--bgColor-disabled: #ced5dcb3;
|
|
1592
1592
|
--bgColor-transparent: #ffffff00;
|
|
1593
1593
|
--bgColor-neutral-muted: #e7ecf0;
|
|
1594
|
-
--bgColor-neutral-emphasis: #
|
|
1594
|
+
--bgColor-neutral-emphasis: #4b535d;
|
|
1595
1595
|
--bgColor-accent-muted: #dff7ff;
|
|
1596
1596
|
--bgColor-accent-emphasis: #0349b4;
|
|
1597
1597
|
--bgColor-success-muted: #d2fedb;
|
|
1598
1598
|
--bgColor-success-emphasis: #055d20;
|
|
1599
|
+
--bgColor-open-muted: #d2fedb;
|
|
1600
|
+
--bgColor-open-emphasis: #055d20;
|
|
1599
1601
|
--bgColor-attention-muted: #fcf7be;
|
|
1600
1602
|
--bgColor-attention-emphasis: #744500;
|
|
1601
1603
|
--bgColor-severe-muted: #fff2d5;
|
|
1602
1604
|
--bgColor-severe-emphasis: #873800;
|
|
1603
1605
|
--bgColor-danger-muted: #fff0ee;
|
|
1604
1606
|
--bgColor-danger-emphasis: #a0111f;
|
|
1605
|
-
--bgColor-open-muted: #d2fedb;
|
|
1606
|
-
--bgColor-open-emphasis: #055d20;
|
|
1607
1607
|
--bgColor-closed-muted: #fff0ee;
|
|
1608
1608
|
--bgColor-closed-emphasis: #a0111f;
|
|
1609
1609
|
--bgColor-done-muted: #faf0fe;
|
|
@@ -1624,14 +1624,14 @@
|
|
|
1624
1624
|
--borderColor-accent-emphasis: #0349b4;
|
|
1625
1625
|
--borderColor-success-muted: #26a148;
|
|
1626
1626
|
--borderColor-success-emphasis: #055d20;
|
|
1627
|
+
--borderColor-open-muted: #26a148;
|
|
1628
|
+
--borderColor-open-emphasis: #055d20;
|
|
1627
1629
|
--borderColor-attention-muted: #b58407;
|
|
1628
1630
|
--borderColor-attention-emphasis: #744500;
|
|
1629
1631
|
--borderColor-severe-muted: #dc6d1a;
|
|
1630
1632
|
--borderColor-severe-emphasis: #873800;
|
|
1631
1633
|
--borderColor-danger-muted: #ee5a5d;
|
|
1632
1634
|
--borderColor-danger-emphasis: #a0111f;
|
|
1633
|
-
--borderColor-open-muted: #26a148;
|
|
1634
|
-
--borderColor-open-emphasis: #055d20;
|
|
1635
1635
|
--borderColor-closed-muted: #ee5a5d66;
|
|
1636
1636
|
--borderColor-closed-emphasis: #a0111f;
|
|
1637
1637
|
--borderColor-done-muted: #a371f7;
|
|
@@ -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: #cf222e;
|
|
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;
|
|
@@ -724,10 +724,10 @@
|
|
|
724
724
|
--fgColor-neutral: #6e7781;
|
|
725
725
|
--fgColor-accent: #0969da;
|
|
726
726
|
--fgColor-success: #0969da;
|
|
727
|
+
--fgColor-open: #cf222e;
|
|
727
728
|
--fgColor-attention: #9a6700;
|
|
728
729
|
--fgColor-severe: #cf222e;
|
|
729
730
|
--fgColor-danger: #d1242f;
|
|
730
|
-
--fgColor-open: #cf222e;
|
|
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: #ffebe9;
|
|
751
|
+
--bgColor-open-emphasis: #cf222e;
|
|
750
752
|
--bgColor-attention-muted: #fff8c5;
|
|
751
753
|
--bgColor-attention-emphasis: #9a6700;
|
|
752
754
|
--bgColor-severe-muted: #ffebe9;
|
|
753
755
|
--bgColor-severe-emphasis: #cf222e;
|
|
754
756
|
--bgColor-danger-muted: #ffebe9;
|
|
755
757
|
--bgColor-danger-emphasis: #cf222e;
|
|
756
|
-
--bgColor-open-muted: #ffebe9;
|
|
757
|
-
--bgColor-open-emphasis: #cf222e;
|
|
758
758
|
--bgColor-closed-muted: #f6f8fa;
|
|
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: #ff818266;
|
|
779
|
+
--borderColor-open-emphasis: #cf222e;
|
|
778
780
|
--borderColor-attention-muted: #d4a72c66;
|
|
779
781
|
--borderColor-attention-emphasis: #bf8700;
|
|
780
782
|
--borderColor-severe-muted: #ff818266;
|
|
781
783
|
--borderColor-severe-emphasis: #cf222e;
|
|
782
784
|
--borderColor-danger-muted: #ff818266;
|
|
783
785
|
--borderColor-danger-emphasis: #cf222e;
|
|
784
|
-
--borderColor-open-muted: #ff818266;
|
|
785
|
-
--borderColor-open-emphasis: #cf222e;
|
|
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: #cf222e;
|
|
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;
|
|
@@ -1573,10 +1573,10 @@
|
|
|
1573
1573
|
--fgColor-neutral: #6e7781;
|
|
1574
1574
|
--fgColor-accent: #0969da;
|
|
1575
1575
|
--fgColor-success: #0969da;
|
|
1576
|
+
--fgColor-open: #cf222e;
|
|
1576
1577
|
--fgColor-attention: #9a6700;
|
|
1577
1578
|
--fgColor-severe: #cf222e;
|
|
1578
1579
|
--fgColor-danger: #d1242f;
|
|
1579
|
-
--fgColor-open: #cf222e;
|
|
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: #ffebe9;
|
|
1600
|
+
--bgColor-open-emphasis: #cf222e;
|
|
1599
1601
|
--bgColor-attention-muted: #fff8c5;
|
|
1600
1602
|
--bgColor-attention-emphasis: #9a6700;
|
|
1601
1603
|
--bgColor-severe-muted: #ffebe9;
|
|
1602
1604
|
--bgColor-severe-emphasis: #cf222e;
|
|
1603
1605
|
--bgColor-danger-muted: #ffebe9;
|
|
1604
1606
|
--bgColor-danger-emphasis: #cf222e;
|
|
1605
|
-
--bgColor-open-muted: #ffebe9;
|
|
1606
|
-
--bgColor-open-emphasis: #cf222e;
|
|
1607
1607
|
--bgColor-closed-muted: #f6f8fa;
|
|
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: #ff818266;
|
|
1628
|
+
--borderColor-open-emphasis: #cf222e;
|
|
1627
1629
|
--borderColor-attention-muted: #d4a72c66;
|
|
1628
1630
|
--borderColor-attention-emphasis: #bf8700;
|
|
1629
1631
|
--borderColor-severe-muted: #ff818266;
|
|
1630
1632
|
--borderColor-severe-emphasis: #cf222e;
|
|
1631
1633
|
--borderColor-danger-muted: #ff818266;
|
|
1632
1634
|
--borderColor-danger-emphasis: #cf222e;
|
|
1633
|
-
--borderColor-open-muted: #ff818266;
|
|
1634
|
-
--borderColor-open-emphasis: #cf222e;
|
|
1635
1635
|
--borderColor-closed-muted: #afb8c166;
|
|
1636
1636
|
--borderColor-closed-emphasis: #6e7781;
|
|
1637
1637
|
--borderColor-done-muted: #c297ff66;
|
|
@@ -724,10 +724,10 @@
|
|
|
724
724
|
--fgColor-neutral: #6e7781;
|
|
725
725
|
--fgColor-accent: #0969da;
|
|
726
726
|
--fgColor-success: #1a7f37;
|
|
727
|
+
--fgColor-open: #1a7f37;
|
|
727
728
|
--fgColor-attention: #9a6700;
|
|
728
729
|
--fgColor-severe: #bc4c00;
|
|
729
730
|
--fgColor-danger: #d1242f;
|
|
730
|
-
--fgColor-open: #1a7f37;
|
|
731
731
|
--fgColor-closed: #d1242f;
|
|
732
732
|
--fgColor-done: #8250df;
|
|
733
733
|
--fgColor-upsell: #8250df;
|
|
@@ -747,14 +747,14 @@
|
|
|
747
747
|
--bgColor-accent-emphasis: #0969da;
|
|
748
748
|
--bgColor-success-muted: #dafbe1;
|
|
749
749
|
--bgColor-success-emphasis: #1f883d;
|
|
750
|
+
--bgColor-open-muted: #dafbe1;
|
|
751
|
+
--bgColor-open-emphasis: #1f883d;
|
|
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: #ffebe9;
|
|
755
757
|
--bgColor-danger-emphasis: #cf222e;
|
|
756
|
-
--bgColor-open-muted: #dafbe1;
|
|
757
|
-
--bgColor-open-emphasis: #1f883d;
|
|
758
758
|
--bgColor-closed-muted: #ffebe9;
|
|
759
759
|
--bgColor-closed-emphasis: #cf222e;
|
|
760
760
|
--bgColor-done-muted: #fbefff;
|
|
@@ -775,14 +775,14 @@
|
|
|
775
775
|
--borderColor-accent-emphasis: #0969da;
|
|
776
776
|
--borderColor-success-muted: #4ac26b66;
|
|
777
777
|
--borderColor-success-emphasis: #1a7f37;
|
|
778
|
+
--borderColor-open-muted: #4ac26b66;
|
|
779
|
+
--borderColor-open-emphasis: #1a7f37;
|
|
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: #ff818266;
|
|
783
785
|
--borderColor-danger-emphasis: #cf222e;
|
|
784
|
-
--borderColor-open-muted: #4ac26b66;
|
|
785
|
-
--borderColor-open-emphasis: #1a7f37;
|
|
786
786
|
--borderColor-closed-muted: #ff818266;
|
|
787
787
|
--borderColor-closed-emphasis: #cf222e;
|
|
788
788
|
--borderColor-done-muted: #c297ff66;
|
|
@@ -1573,10 +1573,10 @@
|
|
|
1573
1573
|
--fgColor-neutral: #6e7781;
|
|
1574
1574
|
--fgColor-accent: #0969da;
|
|
1575
1575
|
--fgColor-success: #1a7f37;
|
|
1576
|
+
--fgColor-open: #1a7f37;
|
|
1576
1577
|
--fgColor-attention: #9a6700;
|
|
1577
1578
|
--fgColor-severe: #bc4c00;
|
|
1578
1579
|
--fgColor-danger: #d1242f;
|
|
1579
|
-
--fgColor-open: #1a7f37;
|
|
1580
1580
|
--fgColor-closed: #d1242f;
|
|
1581
1581
|
--fgColor-done: #8250df;
|
|
1582
1582
|
--fgColor-upsell: #8250df;
|
|
@@ -1596,14 +1596,14 @@
|
|
|
1596
1596
|
--bgColor-accent-emphasis: #0969da;
|
|
1597
1597
|
--bgColor-success-muted: #dafbe1;
|
|
1598
1598
|
--bgColor-success-emphasis: #1f883d;
|
|
1599
|
+
--bgColor-open-muted: #dafbe1;
|
|
1600
|
+
--bgColor-open-emphasis: #1f883d;
|
|
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: #ffebe9;
|
|
1604
1606
|
--bgColor-danger-emphasis: #cf222e;
|
|
1605
|
-
--bgColor-open-muted: #dafbe1;
|
|
1606
|
-
--bgColor-open-emphasis: #1f883d;
|
|
1607
1607
|
--bgColor-closed-muted: #ffebe9;
|
|
1608
1608
|
--bgColor-closed-emphasis: #cf222e;
|
|
1609
1609
|
--bgColor-done-muted: #fbefff;
|
|
@@ -1624,14 +1624,14 @@
|
|
|
1624
1624
|
--borderColor-accent-emphasis: #0969da;
|
|
1625
1625
|
--borderColor-success-muted: #4ac26b66;
|
|
1626
1626
|
--borderColor-success-emphasis: #1a7f37;
|
|
1627
|
+
--borderColor-open-muted: #4ac26b66;
|
|
1628
|
+
--borderColor-open-emphasis: #1a7f37;
|
|
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: #ff818266;
|
|
1632
1634
|
--borderColor-danger-emphasis: #cf222e;
|
|
1633
|
-
--borderColor-open-muted: #4ac26b66;
|
|
1634
|
-
--borderColor-open-emphasis: #1a7f37;
|
|
1635
1635
|
--borderColor-closed-muted: #ff818266;
|
|
1636
1636
|
--borderColor-closed-emphasis: #cf222e;
|
|
1637
1637
|
--borderColor-done-muted: #c297ff66;
|