@primer/primitives 10.8.0-rc.f296f65b → 11.0.0-rc.a6a4b391

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.
Files changed (95) hide show
  1. package/dist/build/platforms/css.js +2 -1
  2. package/dist/build/schemas/collections.d.ts +1 -1
  3. package/dist/build/schemas/colorToken.d.ts +260 -0
  4. package/dist/build/schemas/colorToken.js +10 -0
  5. package/dist/css/functional/themes/dark-colorblind-high-contrast.css +1658 -0
  6. package/dist/css/functional/themes/dark-colorblind.css +26 -26
  7. package/dist/css/functional/themes/dark-dimmed-high-contrast.css +1658 -0
  8. package/dist/css/functional/themes/dark-dimmed.css +60 -60
  9. package/dist/css/functional/themes/dark-high-contrast.css +24 -24
  10. package/dist/css/functional/themes/dark-tritanopia-high-contrast.css +1658 -0
  11. package/dist/css/functional/themes/dark-tritanopia.css +26 -26
  12. package/dist/css/functional/themes/dark.css +26 -26
  13. package/dist/css/functional/themes/light-colorblind-high-contrast.css +1658 -0
  14. package/dist/css/functional/themes/light-colorblind.css +30 -30
  15. package/dist/css/functional/themes/light-high-contrast.css +32 -32
  16. package/dist/css/functional/themes/light-tritanopia-high-contrast.css +1658 -0
  17. package/dist/css/functional/themes/light-tritanopia.css +28 -28
  18. package/dist/css/functional/themes/light.css +28 -28
  19. package/dist/docs/functional/themes/dark-colorblind-high-contrast.json +43196 -0
  20. package/dist/docs/functional/themes/dark-colorblind.json +7751 -517
  21. package/dist/docs/functional/themes/dark-dimmed-high-contrast.json +43190 -0
  22. package/dist/docs/functional/themes/dark-dimmed.json +7795 -561
  23. package/dist/docs/functional/themes/dark-high-contrast.json +7749 -519
  24. package/dist/docs/functional/themes/dark-tritanopia-high-contrast.json +43194 -0
  25. package/dist/docs/functional/themes/dark-tritanopia.json +7751 -517
  26. package/dist/docs/functional/themes/dark.json +7751 -517
  27. package/dist/docs/functional/themes/light-colorblind-high-contrast.json +43156 -0
  28. package/dist/docs/functional/themes/light-colorblind.json +7742 -508
  29. package/dist/docs/functional/themes/light-high-contrast.json +7758 -528
  30. package/dist/docs/functional/themes/light-tritanopia-high-contrast.json +43156 -0
  31. package/dist/docs/functional/themes/light-tritanopia.json +7740 -506
  32. package/dist/docs/functional/themes/light.json +7740 -506
  33. package/dist/figma/figma.json +18 -8
  34. package/dist/figma/scales/dark-dimmed.json +14 -14
  35. package/dist/figma/themes/dark-colorblind-high-contrast.json +13877 -0
  36. package/dist/figma/themes/dark-colorblind.json +35 -38
  37. package/dist/figma/themes/dark-dimmed-high-contrast.json +13871 -0
  38. package/dist/figma/themes/dark-dimmed.json +102 -107
  39. package/dist/figma/themes/dark-high-contrast.json +28 -34
  40. package/dist/figma/themes/dark-tritanopia-high-contrast.json +13873 -0
  41. package/dist/figma/themes/dark-tritanopia.json +35 -38
  42. package/dist/figma/themes/dark.json +35 -38
  43. package/dist/figma/themes/light-colorblind-high-contrast.json +13857 -0
  44. package/dist/figma/themes/light-colorblind.json +21 -24
  45. package/dist/figma/themes/light-high-contrast.json +46 -51
  46. package/dist/figma/themes/light-tritanopia-high-contrast.json +13856 -0
  47. package/dist/figma/themes/light-tritanopia.json +19 -23
  48. package/dist/figma/themes/light.json +19 -23
  49. package/dist/internalCss/dark-colorblind-high-contrast.css +2266 -0
  50. package/dist/internalCss/dark-colorblind.css +26 -26
  51. package/dist/internalCss/dark-dimmed-high-contrast.css +2266 -0
  52. package/dist/internalCss/dark-dimmed.css +54 -54
  53. package/dist/internalCss/dark-high-contrast.css +24 -24
  54. package/dist/internalCss/dark-tritanopia-high-contrast.css +2266 -0
  55. package/dist/internalCss/dark-tritanopia.css +26 -26
  56. package/dist/internalCss/dark.css +26 -26
  57. package/dist/internalCss/light-colorblind-high-contrast.css +2266 -0
  58. package/dist/internalCss/light-colorblind.css +30 -30
  59. package/dist/internalCss/light-high-contrast.css +32 -32
  60. package/dist/internalCss/light-tritanopia-high-contrast.css +2266 -0
  61. package/dist/internalCss/light-tritanopia.css +28 -28
  62. package/dist/internalCss/light.css +28 -28
  63. package/dist/styleLint/functional/themes/dark-colorblind-high-contrast.json +43196 -0
  64. package/dist/styleLint/functional/themes/dark-colorblind.json +7751 -517
  65. package/dist/styleLint/functional/themes/dark-dimmed-high-contrast.json +43190 -0
  66. package/dist/styleLint/functional/themes/dark-dimmed.json +7795 -561
  67. package/dist/styleLint/functional/themes/dark-high-contrast.json +7749 -519
  68. package/dist/styleLint/functional/themes/dark-tritanopia-high-contrast.json +43194 -0
  69. package/dist/styleLint/functional/themes/dark-tritanopia.json +7751 -517
  70. package/dist/styleLint/functional/themes/dark.json +7751 -517
  71. package/dist/styleLint/functional/themes/light-colorblind-high-contrast.json +43156 -0
  72. package/dist/styleLint/functional/themes/light-colorblind.json +7742 -508
  73. package/dist/styleLint/functional/themes/light-high-contrast.json +7758 -528
  74. package/dist/styleLint/functional/themes/light-tritanopia-high-contrast.json +43156 -0
  75. package/dist/styleLint/functional/themes/light-tritanopia.json +7740 -506
  76. package/dist/styleLint/functional/themes/light.json +7740 -506
  77. package/package.json +1 -1
  78. package/src/tokens/base/color/dark/dark.dimmed.json5 +0 -9
  79. package/src/tokens/component/avatar.json5 +17 -4
  80. package/src/tokens/component/button.json5 +260 -61
  81. package/src/tokens/component/codeMirror.json5 +20 -2
  82. package/src/tokens/component/contribution.json5 +35 -57
  83. package/src/tokens/component/counter.json5 +5 -0
  84. package/src/tokens/component/diffBlob.json5 +75 -8
  85. package/src/tokens/component/header.json5 +2 -0
  86. package/src/tokens/component/overlay.json5 +25 -0
  87. package/src/tokens/component/skeletonLoader.json5 +20 -0
  88. package/src/tokens/component/tooltip.json5 +8 -2
  89. package/src/tokens/component/topicTag.json5 +5 -0
  90. package/src/tokens/functional/color/bgColor.json5 +86 -0
  91. package/src/tokens/functional/color/borderColor.json5 +268 -0
  92. package/src/tokens/functional/color/control.json5 +343 -0
  93. package/src/tokens/functional/color/display.json5 +1334 -1239
  94. package/src/tokens/functional/color/fgColor.json5 +77 -17
  95. package/src/tokens/functional/color/syntax.json5 +44 -2
@@ -9492,9 +9492,8 @@
9492
9492
  "a": 0.15
9493
9493
  },
9494
9494
  "type": "COLOR",
9495
- "alpha": 0.15,
9496
9495
  "refId": "mode/button/primary/borderColor/rest",
9497
- "reference": "base/color/light/base/color/neutral/13",
9496
+ "reference": "mode/borderColor/translucent",
9498
9497
  "collection": "mode",
9499
9498
  "mode": "light protanopia deuteranopia",
9500
9499
  "group": "component (internal)",
@@ -10107,7 +10106,7 @@
10107
10106
  },
10108
10107
  "type": "COLOR",
10109
10108
  "refId": "mode/button/danger/iconColor/rest",
10110
- "reference": "mode/fgColor/danger",
10109
+ "reference": "mode/button/danger/fgColor/rest",
10111
10110
  "collection": "mode",
10112
10111
  "mode": "light protanopia deuteranopia",
10113
10112
  "group": "component (internal)",
@@ -10148,14 +10147,14 @@
10148
10147
  {
10149
10148
  "name": "button/danger/bgColor/hover",
10150
10149
  "value": {
10151
- "r": 0.5843137254901961,
10152
- "g": 0.2196078431372549,
10150
+ "r": 0.7372549019607844,
10151
+ "g": 0.2980392156862745,
10153
10152
  "b": 0,
10154
10153
  "a": 1
10155
10154
  },
10156
10155
  "type": "COLOR",
10157
10156
  "refId": "mode/button/danger/bgColor/hover",
10158
- "reference": "base/color/light/base/color/orange/6",
10157
+ "reference": "mode/bgColor/danger-emphasis",
10159
10158
  "collection": "mode",
10160
10159
  "mode": "light protanopia deuteranopia",
10161
10160
  "group": "component (internal)",
@@ -10164,13 +10163,14 @@
10164
10163
  {
10165
10164
  "name": "button/danger/bgColor/active",
10166
10165
  "value": {
10167
- "r": 0.49411764705882355,
10168
- "g": 0.1843137254901961,
10166
+ "r": 0.5843137254901961,
10167
+ "g": 0.2196078431372549,
10169
10168
  "b": 0,
10170
10169
  "a": 1
10171
10170
  },
10172
10171
  "type": "COLOR",
10173
10172
  "refId": "mode/button/danger/bgColor/active",
10173
+ "reference": "base/color/light/base/color/orange/6",
10174
10174
  "collection": "mode",
10175
10175
  "mode": "light protanopia deuteranopia",
10176
10176
  "group": "component (internal)",
@@ -10541,13 +10541,14 @@
10541
10541
  {
10542
10542
  "name": "buttonCounter/danger/fgColor/rest",
10543
10543
  "value": {
10544
- "r": 0.7607843137254902,
10545
- "g": 0.10980392156862745,
10546
- "b": 0.17254901960784313,
10544
+ "r": 0.5843137254901961,
10545
+ "g": 0.2196078431372549,
10546
+ "b": 0,
10547
10547
  "a": 1
10548
10548
  },
10549
10549
  "type": "COLOR",
10550
10550
  "refId": "mode/buttonCounter/danger/fgColor/rest",
10551
+ "reference": "base/color/light/base/color/orange/6",
10551
10552
  "collection": "mode",
10552
10553
  "mode": "light protanopia deuteranopia",
10553
10554
  "group": "component (internal)",
@@ -11001,7 +11002,7 @@
11001
11002
  "collection": "mode",
11002
11003
  "mode": "light protanopia deuteranopia",
11003
11004
  "group": "component (internal)",
11004
- "scopes": ["FRAME_FILL", "SHAPE_FILL"]
11005
+ "scopes": ["STROKE_COLOR"]
11005
11006
  },
11006
11007
  {
11007
11008
  "name": "contribution/default/borderColor/1",
@@ -11012,13 +11013,12 @@
11012
11013
  "a": 0.05
11013
11014
  },
11014
11015
  "type": "COLOR",
11015
- "alpha": 0.05,
11016
11016
  "refId": "mode/contribution/default/borderColor/1",
11017
- "reference": "base/color/light/base/color/black",
11017
+ "reference": "mode/contribution/default/borderColor/0",
11018
11018
  "collection": "mode",
11019
11019
  "mode": "light protanopia deuteranopia",
11020
11020
  "group": "component (internal)",
11021
- "scopes": ["FRAME_FILL", "SHAPE_FILL"]
11021
+ "scopes": ["STROKE_COLOR"]
11022
11022
  },
11023
11023
  {
11024
11024
  "name": "contribution/default/borderColor/2",
@@ -11029,13 +11029,12 @@
11029
11029
  "a": 0.05
11030
11030
  },
11031
11031
  "type": "COLOR",
11032
- "alpha": 0.05,
11033
11032
  "refId": "mode/contribution/default/borderColor/2",
11034
- "reference": "base/color/light/base/color/black",
11033
+ "reference": "mode/contribution/default/borderColor/0",
11035
11034
  "collection": "mode",
11036
11035
  "mode": "light protanopia deuteranopia",
11037
11036
  "group": "component (internal)",
11038
- "scopes": ["FRAME_FILL", "SHAPE_FILL"]
11037
+ "scopes": ["STROKE_COLOR"]
11039
11038
  },
11040
11039
  {
11041
11040
  "name": "contribution/default/borderColor/3",
@@ -11046,13 +11045,12 @@
11046
11045
  "a": 0.05
11047
11046
  },
11048
11047
  "type": "COLOR",
11049
- "alpha": 0.05,
11050
11048
  "refId": "mode/contribution/default/borderColor/3",
11051
- "reference": "base/color/light/base/color/black",
11049
+ "reference": "mode/contribution/default/borderColor/0",
11052
11050
  "collection": "mode",
11053
11051
  "mode": "light protanopia deuteranopia",
11054
11052
  "group": "component (internal)",
11055
- "scopes": ["FRAME_FILL", "SHAPE_FILL"]
11053
+ "scopes": ["STROKE_COLOR"]
11056
11054
  },
11057
11055
  {
11058
11056
  "name": "contribution/default/borderColor/4",
@@ -11063,13 +11061,12 @@
11063
11061
  "a": 0.05
11064
11062
  },
11065
11063
  "type": "COLOR",
11066
- "alpha": 0.05,
11067
11064
  "refId": "mode/contribution/default/borderColor/4",
11068
- "reference": "base/color/light/base/color/black",
11065
+ "reference": "mode/contribution/default/borderColor/0",
11069
11066
  "collection": "mode",
11070
11067
  "mode": "light protanopia deuteranopia",
11071
11068
  "group": "component (internal)",
11072
- "scopes": ["FRAME_FILL", "SHAPE_FILL"]
11069
+ "scopes": ["STROKE_COLOR"]
11073
11070
  },
11074
11071
  {
11075
11072
  "name": "contribution/winter/bgColor/1",
@@ -9077,15 +9077,14 @@
9077
9077
  {
9078
9078
  "name": "avatar/borderColor",
9079
9079
  "value": {
9080
- "r": 0.00392156862745098,
9081
- "g": 0.01568627450980392,
9082
- "b": 0.03529411764705882,
9083
- "a": 0.9
9080
+ "r": 0.27058823529411763,
9081
+ "g": 0.2980392156862745,
9082
+ "b": 0.32941176470588235,
9083
+ "a": 1
9084
9084
  },
9085
9085
  "type": "COLOR",
9086
- "alpha": 0.9,
9087
9086
  "refId": "mode/avatar/borderColor",
9088
- "reference": "base/color/light/base/color/neutral/13",
9087
+ "reference": "mode/borderColor/emphasis",
9089
9088
  "collection": "mode",
9090
9089
  "mode": "light high contrast",
9091
9090
  "group": "component (internal)",
@@ -9504,9 +9503,8 @@
9504
9503
  "a": 1
9505
9504
  },
9506
9505
  "type": "COLOR",
9507
- "alpha": 1,
9508
9506
  "refId": "mode/button/primary/borderColor/hover",
9509
- "reference": "base/color/light-high-contrast/base/color/green/7",
9507
+ "reference": "mode/button/primary/borderColor/rest",
9510
9508
  "collection": "mode",
9511
9509
  "mode": "light high contrast",
9512
9510
  "group": "component (internal)",
@@ -9521,9 +9519,8 @@
9521
9519
  "a": 1
9522
9520
  },
9523
9521
  "type": "COLOR",
9524
- "alpha": 1,
9525
9522
  "refId": "mode/button/primary/borderColor/active",
9526
- "reference": "base/color/light-high-contrast/base/color/green/7",
9523
+ "reference": "mode/button/primary/borderColor/rest",
9527
9524
  "collection": "mode",
9528
9525
  "mode": "light high contrast",
9529
9526
  "group": "component (internal)",
@@ -9949,14 +9946,14 @@
9949
9946
  {
9950
9947
  "name": "button/outline/borderColor/hover",
9951
9948
  "value": {
9952
- "r": 0.00392156862745098,
9953
- "g": 0.23921568627450981,
9954
- "b": 0.0784313725490196,
9949
+ "r": 0.00784313725490196,
9950
+ "g": 0.1843137254901961,
9951
+ "b": 0.47843137254901963,
9955
9952
  "a": 1
9956
9953
  },
9957
9954
  "type": "COLOR",
9958
9955
  "refId": "mode/button/outline/borderColor/hover",
9959
- "reference": "mode/button/primary/borderColor/hover",
9956
+ "reference": "base/color/light-high-contrast/base/color/blue/7",
9960
9957
  "collection": "mode",
9961
9958
  "mode": "light high contrast",
9962
9959
  "group": "component (internal)",
@@ -9965,9 +9962,9 @@
9965
9962
  {
9966
9963
  "name": "button/outline/borderColor/active",
9967
9964
  "value": {
9968
- "r": 0.00392156862745098,
9969
- "g": 0.23921568627450981,
9970
- "b": 0.0784313725490196,
9965
+ "r": 0.00784313725490196,
9966
+ "g": 0.1843137254901961,
9967
+ "b": 0.47843137254901963,
9971
9968
  "a": 1
9972
9969
  },
9973
9970
  "type": "COLOR",
@@ -10103,7 +10100,7 @@
10103
10100
  },
10104
10101
  "type": "COLOR",
10105
10102
  "refId": "mode/button/danger/iconColor/rest",
10106
- "reference": "mode/fgColor/danger",
10103
+ "reference": "mode/button/danger/fgColor/rest",
10107
10104
  "collection": "mode",
10108
10105
  "mode": "light high contrast",
10109
10106
  "group": "component (internal)",
@@ -10144,14 +10141,14 @@
10144
10141
  {
10145
10142
  "name": "button/danger/bgColor/hover",
10146
10143
  "value": {
10147
- "r": 0.5254901960784314,
10148
- "g": 0.023529411764705882,
10149
- "b": 0.11372549019607843,
10144
+ "r": 0.6274509803921569,
10145
+ "g": 0.06666666666666667,
10146
+ "b": 0.12156862745098039,
10150
10147
  "a": 1
10151
10148
  },
10152
10149
  "type": "COLOR",
10153
10150
  "refId": "mode/button/danger/bgColor/hover",
10154
- "reference": "base/color/light-high-contrast/base/color/red/6",
10151
+ "reference": "mode/bgColor/danger-emphasis",
10155
10152
  "collection": "mode",
10156
10153
  "mode": "light high contrast",
10157
10154
  "group": "component (internal)",
@@ -10160,13 +10157,14 @@
10160
10157
  {
10161
10158
  "name": "button/danger/bgColor/active",
10162
10159
  "value": {
10163
- "r": 0.4549019607843137,
10164
- "g": 0.01568627450980392,
10165
- "b": 0.10196078431372549,
10160
+ "r": 0.5254901960784314,
10161
+ "g": 0.023529411764705882,
10162
+ "b": 0.11372549019607843,
10166
10163
  "a": 1
10167
10164
  },
10168
10165
  "type": "COLOR",
10169
10166
  "refId": "mode/button/danger/bgColor/active",
10167
+ "reference": "base/color/light-high-contrast/base/color/red/6",
10170
10168
  "collection": "mode",
10171
10169
  "mode": "light high contrast",
10172
10170
  "group": "component (internal)",
@@ -10538,13 +10536,14 @@
10538
10536
  {
10539
10537
  "name": "buttonCounter/danger/fgColor/rest",
10540
10538
  "value": {
10541
- "r": 0.596078431372549,
10542
- "g": 0.054901960784313725,
10543
- "b": 0.11764705882352941,
10539
+ "r": 0.5254901960784314,
10540
+ "g": 0.023529411764705882,
10541
+ "b": 0.11372549019607843,
10544
10542
  "a": 1
10545
10543
  },
10546
10544
  "type": "COLOR",
10547
10545
  "refId": "mode/buttonCounter/danger/fgColor/rest",
10546
+ "reference": "mode/fgColor/danger",
10548
10547
  "collection": "mode",
10549
10548
  "mode": "light high contrast",
10550
10549
  "group": "component (internal)",
@@ -10906,14 +10905,14 @@
10906
10905
  {
10907
10906
  "name": "contribution/default/bgColor/0",
10908
10907
  "value": {
10909
- "r": 0.9372549019607843,
10910
- "g": 0.9490196078431372,
10911
- "b": 0.9607843137254902,
10908
+ "r": 1,
10909
+ "g": 1,
10910
+ "b": 1,
10912
10911
  "a": 1
10913
10912
  },
10914
10913
  "type": "COLOR",
10915
10914
  "refId": "mode/contribution/default/bgColor/0",
10916
- "reference": "base/color/light/base/color/neutral/2",
10915
+ "reference": "base/color/light/base/color/neutral/0",
10917
10916
  "collection": "mode",
10918
10917
  "mode": "light high contrast",
10919
10918
  "group": "component (internal)",
@@ -10989,16 +10988,16 @@
10989
10988
  "r": 0.00392156862745098,
10990
10989
  "g": 0.01568627450980392,
10991
10990
  "b": 0.03529411764705882,
10992
- "a": 0.05
10991
+ "a": 1
10993
10992
  },
10994
10993
  "type": "COLOR",
10995
- "alpha": 0.05,
10994
+ "alpha": 1,
10996
10995
  "refId": "mode/contribution/default/borderColor/0",
10997
10996
  "reference": "base/color/light-high-contrast/base/color/black",
10998
10997
  "collection": "mode",
10999
10998
  "mode": "light high contrast",
11000
10999
  "group": "component (internal)",
11001
- "scopes": ["FRAME_FILL", "SHAPE_FILL"]
11000
+ "scopes": ["STROKE_COLOR"]
11002
11001
  },
11003
11002
  {
11004
11003
  "name": "contribution/default/borderColor/1",
@@ -11006,16 +11005,15 @@
11006
11005
  "r": 0.00392156862745098,
11007
11006
  "g": 0.01568627450980392,
11008
11007
  "b": 0.03529411764705882,
11009
- "a": 0.05
11008
+ "a": 1
11010
11009
  },
11011
11010
  "type": "COLOR",
11012
- "alpha": 0.05,
11013
11011
  "refId": "mode/contribution/default/borderColor/1",
11014
- "reference": "base/color/light-high-contrast/base/color/black",
11012
+ "reference": "mode/contribution/default/borderColor/0",
11015
11013
  "collection": "mode",
11016
11014
  "mode": "light high contrast",
11017
11015
  "group": "component (internal)",
11018
- "scopes": ["FRAME_FILL", "SHAPE_FILL"]
11016
+ "scopes": ["STROKE_COLOR"]
11019
11017
  },
11020
11018
  {
11021
11019
  "name": "contribution/default/borderColor/2",
@@ -11023,16 +11021,15 @@
11023
11021
  "r": 0.00392156862745098,
11024
11022
  "g": 0.01568627450980392,
11025
11023
  "b": 0.03529411764705882,
11026
- "a": 0.05
11024
+ "a": 1
11027
11025
  },
11028
11026
  "type": "COLOR",
11029
- "alpha": 0.05,
11030
11027
  "refId": "mode/contribution/default/borderColor/2",
11031
- "reference": "base/color/light-high-contrast/base/color/black",
11028
+ "reference": "mode/contribution/default/borderColor/0",
11032
11029
  "collection": "mode",
11033
11030
  "mode": "light high contrast",
11034
11031
  "group": "component (internal)",
11035
- "scopes": ["FRAME_FILL", "SHAPE_FILL"]
11032
+ "scopes": ["STROKE_COLOR"]
11036
11033
  },
11037
11034
  {
11038
11035
  "name": "contribution/default/borderColor/3",
@@ -11040,16 +11037,15 @@
11040
11037
  "r": 0.00392156862745098,
11041
11038
  "g": 0.01568627450980392,
11042
11039
  "b": 0.03529411764705882,
11043
- "a": 0.05
11040
+ "a": 1
11044
11041
  },
11045
11042
  "type": "COLOR",
11046
- "alpha": 0.05,
11047
11043
  "refId": "mode/contribution/default/borderColor/3",
11048
- "reference": "base/color/light-high-contrast/base/color/black",
11044
+ "reference": "mode/contribution/default/borderColor/0",
11049
11045
  "collection": "mode",
11050
11046
  "mode": "light high contrast",
11051
11047
  "group": "component (internal)",
11052
- "scopes": ["FRAME_FILL", "SHAPE_FILL"]
11048
+ "scopes": ["STROKE_COLOR"]
11053
11049
  },
11054
11050
  {
11055
11051
  "name": "contribution/default/borderColor/4",
@@ -11057,16 +11053,15 @@
11057
11053
  "r": 0.00392156862745098,
11058
11054
  "g": 0.01568627450980392,
11059
11055
  "b": 0.03529411764705882,
11060
- "a": 0.05
11056
+ "a": 1
11061
11057
  },
11062
11058
  "type": "COLOR",
11063
- "alpha": 0.05,
11064
11059
  "refId": "mode/contribution/default/borderColor/4",
11065
- "reference": "base/color/light-high-contrast/base/color/black",
11060
+ "reference": "mode/contribution/default/borderColor/0",
11066
11061
  "collection": "mode",
11067
11062
  "mode": "light high contrast",
11068
11063
  "group": "component (internal)",
11069
- "scopes": ["FRAME_FILL", "SHAPE_FILL"]
11064
+ "scopes": ["STROKE_COLOR"]
11070
11065
  },
11071
11066
  {
11072
11067
  "name": "contribution/winter/bgColor/1",