@primer/primitives 11.4.1-rc.edbe0e39 → 11.5.0-rc.14eaeb12
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/DESIGN_TOKENS_SPEC.md +14 -5
- package/dist/build/schemas/borderToken.d.ts +45 -3
- package/dist/build/schemas/borderToken.js +2 -1
- package/dist/build/schemas/colorToken.d.ts +639 -30
- package/dist/build/schemas/colorToken.js +3 -2
- package/dist/build/schemas/colorW3cValue.d.ts +28 -0
- package/dist/build/schemas/colorW3cValue.js +42 -0
- package/dist/build/schemas/cubicBezierToken.d.ts +1 -1
- package/dist/build/schemas/dimensionToken.d.ts +1 -1
- package/dist/build/schemas/durationToken.d.ts +1 -1
- package/dist/build/schemas/fontFamilyToken.d.ts +1 -1
- package/dist/build/schemas/fontWeightToken.d.ts +1 -1
- package/dist/build/schemas/gradientToken.d.ts +23 -2
- package/dist/build/schemas/gradientToken.js +2 -1
- package/dist/build/schemas/numberToken.d.ts +1 -1
- package/dist/build/schemas/shadowToken.d.ts +1079 -43
- package/dist/build/schemas/shadowToken.js +8 -2
- package/dist/build/schemas/stringToken.d.ts +1 -1
- package/dist/build/schemas/tokenType.d.ts +1 -1
- package/dist/build/schemas/transitionToken.d.ts +1 -1
- package/dist/build/schemas/typographyToken.d.ts +1 -1
- package/dist/build/schemas/viewportRangeToken.d.ts +1 -1
- package/dist/build/transformers/borderToCss.js +3 -1
- package/dist/build/transformers/colorAlphaToCss.js +6 -3
- package/dist/build/transformers/colorToHex.js +5 -2
- package/dist/build/transformers/colorToRgbAlpha.js +5 -2
- package/dist/build/transformers/colorToRgbaFloat.js +5 -0
- package/dist/build/transformers/durationToCss.js +4 -4
- package/dist/build/transformers/gradientToCss.js +2 -1
- package/dist/build/transformers/shadowToCss.js +4 -1
- package/dist/build/transformers/utilities/normalizeColorValue.d.ts +23 -0
- package/dist/build/transformers/utilities/normalizeColorValue.js +74 -0
- package/dist/build/types/borderTokenValue.d.ts +2 -1
- package/dist/build/types/shadowTokenValue.d.ts +2 -1
- package/dist/css/base/motion/motion.css +1 -1
- package/dist/css/functional/size/radius.css +1 -1
- package/dist/css/functional/size/size-coarse.css +1 -0
- package/dist/css/functional/size/size-fine.css +1 -0
- package/dist/css/functional/size/size.css +5 -0
- package/dist/css/functional/themes/dark-colorblind-high-contrast.css +22 -10
- package/dist/css/functional/themes/dark-colorblind.css +22 -10
- package/dist/css/functional/themes/dark-dimmed-high-contrast.css +22 -10
- package/dist/css/functional/themes/dark-dimmed.css +22 -10
- package/dist/css/functional/themes/dark-high-contrast.css +22 -10
- package/dist/css/functional/themes/dark-tritanopia-high-contrast.css +22 -10
- package/dist/css/functional/themes/dark-tritanopia.css +22 -10
- package/dist/css/functional/themes/dark.css +22 -10
- package/dist/css/functional/themes/light-colorblind-high-contrast.css +14 -2
- package/dist/css/functional/themes/light-colorblind.css +20 -8
- package/dist/css/functional/themes/light-high-contrast.css +14 -2
- package/dist/css/functional/themes/light-tritanopia-high-contrast.css +14 -2
- package/dist/css/functional/themes/light-tritanopia.css +20 -8
- package/dist/css/functional/themes/light.css +20 -8
- package/dist/docs/functional/size/radius.json +2 -2
- package/dist/docs/functional/size/size-coarse.json +55 -2
- package/dist/docs/functional/size/size-fine.json +55 -2
- package/dist/docs/functional/size/size.json +135 -0
- package/dist/docs/functional/themes/dark-colorblind-high-contrast.json +2502 -372
- package/dist/docs/functional/themes/dark-colorblind.json +2492 -370
- package/dist/docs/functional/themes/dark-dimmed-high-contrast.json +2355 -205
- package/dist/docs/functional/themes/dark-dimmed.json +2382 -212
- package/dist/docs/functional/themes/dark-high-contrast.json +2507 -373
- package/dist/docs/functional/themes/dark-tritanopia-high-contrast.json +2517 -375
- package/dist/docs/functional/themes/dark-tritanopia.json +2499 -353
- package/dist/docs/functional/themes/dark.json +2501 -371
- package/dist/docs/functional/themes/light-colorblind-high-contrast.json +2354 -204
- package/dist/docs/functional/themes/light-colorblind.json +2344 -202
- package/dist/docs/functional/themes/light-high-contrast.json +2359 -205
- package/dist/docs/functional/themes/light-tritanopia-high-contrast.json +2359 -205
- package/dist/docs/functional/themes/light-tritanopia.json +2354 -204
- package/dist/docs/functional/themes/light.json +2359 -205
- package/dist/fallbacks/functional/size/size-coarse.json +2 -1
- package/dist/fallbacks/functional/size/size-fine.json +2 -1
- package/dist/fallbacks/functional/size/size.json +5 -0
- package/dist/figma/dimension/dimension.json +56 -1
- package/dist/figma/themes/dark-colorblind.json +49 -1
- package/dist/figma/themes/dark-dimmed.json +51 -3
- package/dist/figma/themes/dark-high-contrast.json +49 -1
- package/dist/figma/themes/dark-tritanopia.json +49 -1
- package/dist/figma/themes/dark.json +49 -1
- package/dist/figma/themes/light-colorblind.json +49 -1
- package/dist/figma/themes/light-high-contrast.json +49 -1
- package/dist/figma/themes/light-tritanopia.json +49 -1
- package/dist/figma/themes/light.json +49 -1
- package/dist/internalCss/dark-colorblind-high-contrast.css +22 -10
- package/dist/internalCss/dark-colorblind.css +22 -10
- package/dist/internalCss/dark-dimmed-high-contrast.css +22 -10
- package/dist/internalCss/dark-dimmed.css +22 -10
- package/dist/internalCss/dark-high-contrast.css +22 -10
- package/dist/internalCss/dark-tritanopia-high-contrast.css +22 -10
- package/dist/internalCss/dark-tritanopia.css +22 -10
- package/dist/internalCss/dark.css +22 -10
- package/dist/internalCss/light-colorblind-high-contrast.css +14 -2
- package/dist/internalCss/light-colorblind.css +20 -8
- package/dist/internalCss/light-high-contrast.css +14 -2
- package/dist/internalCss/light-tritanopia-high-contrast.css +14 -2
- package/dist/internalCss/light-tritanopia.css +20 -8
- package/dist/internalCss/light.css +20 -8
- package/dist/styleLint/functional/size/radius.json +2 -2
- package/dist/styleLint/functional/size/size-coarse.json +57 -4
- package/dist/styleLint/functional/size/size-fine.json +57 -4
- package/dist/styleLint/functional/size/size.json +135 -0
- package/dist/styleLint/functional/themes/dark-colorblind-high-contrast.json +2491 -349
- package/dist/styleLint/functional/themes/dark-colorblind.json +2481 -347
- package/dist/styleLint/functional/themes/dark-dimmed-high-contrast.json +2516 -354
- package/dist/styleLint/functional/themes/dark-dimmed.json +2543 -361
- package/dist/styleLint/functional/themes/dark-high-contrast.json +2496 -350
- package/dist/styleLint/functional/themes/dark-tritanopia-high-contrast.json +2506 -352
- package/dist/styleLint/functional/themes/dark-tritanopia.json +2511 -353
- package/dist/styleLint/functional/themes/dark.json +2491 -349
- package/dist/styleLint/functional/themes/light-colorblind-high-contrast.json +2514 -352
- package/dist/styleLint/functional/themes/light-colorblind.json +2505 -351
- package/dist/styleLint/functional/themes/light-high-contrast.json +2371 -205
- package/dist/styleLint/functional/themes/light-tritanopia-high-contrast.json +2519 -353
- package/dist/styleLint/functional/themes/light-tritanopia.json +2515 -353
- package/dist/styleLint/functional/themes/light.json +2520 -354
- package/package.json +4 -3
- package/src/tokens/base/color/dark/dark.dimmed.json5 +405 -81
- package/src/tokens/base/color/dark/dark.high-contrast.json5 +405 -81
- package/src/tokens/base/color/dark/dark.json5 +475 -95
- package/src/tokens/base/color/dark/display-dark.json5 +960 -192
- package/src/tokens/base/color/light/display-light.json5 +960 -192
- package/src/tokens/base/color/light/light.high-contrast.json5 +405 -81
- package/src/tokens/base/color/light/light.json5 +475 -95
- package/src/tokens/base/size/size.json5 +194 -194
- package/src/tokens/component/button.json5 +368 -65
- package/src/tokens/component/reactionButton.json5 +20 -4
- package/src/tokens/functional/border/border.json5 +29 -1
- package/src/tokens/functional/color/bgColor.json5 +10 -2
- package/src/tokens/functional/color/borderColor.json5 +8 -1
- package/src/tokens/functional/color/control.json5 +160 -32
- package/src/tokens/functional/color/fgColor.json5 +5 -1
- package/src/tokens/functional/color/syntax.json5 +10 -2
- package/src/tokens/functional/shadow/shadow.json5 +576 -0
- package/src/tokens/functional/size/radius.json5 +1 -1
- package/src/tokens/functional/size/size-coarse.json5 +15 -0
- package/src/tokens/functional/size/size-fine.json5 +15 -0
- package/src/tokens/functional/size/size.json5 +50 -0
|
@@ -2092,7 +2092,11 @@
|
|
|
2092
2092
|
"$type": "color"
|
|
2093
2093
|
},
|
|
2094
2094
|
"dark-tritanopia": {
|
|
2095
|
-
"$value":
|
|
2095
|
+
"$value": {
|
|
2096
|
+
"colorSpace": "hsl",
|
|
2097
|
+
"components": [328, 62.9, 62],
|
|
2098
|
+
"hex": "#db61a2"
|
|
2099
|
+
},
|
|
2096
2100
|
"alpha": 0.1,
|
|
2097
2101
|
"filePath": "src/tokens/functional/color/bgColor.json5",
|
|
2098
2102
|
"isSource": true,
|
|
@@ -2129,7 +2133,11 @@
|
|
|
2129
2133
|
"$type": "color"
|
|
2130
2134
|
},
|
|
2131
2135
|
"dark-tritanopia": {
|
|
2132
|
-
"$value":
|
|
2136
|
+
"$value": {
|
|
2137
|
+
"colorSpace": "hsl",
|
|
2138
|
+
"components": [328, 62.9, 62],
|
|
2139
|
+
"hex": "#db61a2"
|
|
2140
|
+
},
|
|
2133
2141
|
"alpha": 0.1,
|
|
2134
2142
|
"filePath": "src/tokens/functional/color/bgColor.json5",
|
|
2135
2143
|
"isSource": true,
|
|
@@ -2798,6 +2806,52 @@
|
|
|
2798
2806
|
"attributes": {},
|
|
2799
2807
|
"path": ["border", "done", "muted"]
|
|
2800
2808
|
},
|
|
2809
|
+
"border-draft-emphasis": {
|
|
2810
|
+
"key": "{border.draft.emphasis}",
|
|
2811
|
+
"$value": {
|
|
2812
|
+
"color": "#656c76",
|
|
2813
|
+
"style": "solid",
|
|
2814
|
+
"width": ["0.0625rem", "1px"]
|
|
2815
|
+
},
|
|
2816
|
+
"$type": "border",
|
|
2817
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
2818
|
+
"isSource": true,
|
|
2819
|
+
"original": {
|
|
2820
|
+
"$value": {
|
|
2821
|
+
"color": "{borderColor.draft.emphasis}",
|
|
2822
|
+
"style": "solid",
|
|
2823
|
+
"width": "{borderWidth.default}"
|
|
2824
|
+
},
|
|
2825
|
+
"$type": "border",
|
|
2826
|
+
"key": "{border.draft.emphasis}"
|
|
2827
|
+
},
|
|
2828
|
+
"name": "border-draft-emphasis",
|
|
2829
|
+
"attributes": {},
|
|
2830
|
+
"path": ["border", "draft", "emphasis"]
|
|
2831
|
+
},
|
|
2832
|
+
"border-draft-muted": {
|
|
2833
|
+
"key": "{border.draft.muted}",
|
|
2834
|
+
"$value": {
|
|
2835
|
+
"color": "#3d444db3",
|
|
2836
|
+
"style": "solid",
|
|
2837
|
+
"width": ["0.0625rem", "1px"]
|
|
2838
|
+
},
|
|
2839
|
+
"$type": "border",
|
|
2840
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
2841
|
+
"isSource": true,
|
|
2842
|
+
"original": {
|
|
2843
|
+
"$value": {
|
|
2844
|
+
"color": "{borderColor.draft.muted}",
|
|
2845
|
+
"style": "solid",
|
|
2846
|
+
"width": "{borderWidth.default}"
|
|
2847
|
+
},
|
|
2848
|
+
"$type": "border",
|
|
2849
|
+
"key": "{border.draft.muted}"
|
|
2850
|
+
},
|
|
2851
|
+
"name": "border-draft-muted",
|
|
2852
|
+
"attributes": {},
|
|
2853
|
+
"path": ["border", "draft", "muted"]
|
|
2854
|
+
},
|
|
2801
2855
|
"border-emphasis": {
|
|
2802
2856
|
"key": "{border.emphasis}",
|
|
2803
2857
|
"$value": {
|
|
@@ -3066,6 +3120,31 @@
|
|
|
3066
3120
|
"attributes": {},
|
|
3067
3121
|
"path": ["border", "success", "muted"]
|
|
3068
3122
|
},
|
|
3123
|
+
"border-translucent": {
|
|
3124
|
+
"key": "{border.translucent}",
|
|
3125
|
+
"$description": "Semi-transparent border shorthand for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
|
|
3126
|
+
"$value": {
|
|
3127
|
+
"color": "#ffffff26",
|
|
3128
|
+
"style": "solid",
|
|
3129
|
+
"width": ["0.0625rem", "1px"]
|
|
3130
|
+
},
|
|
3131
|
+
"$type": "border",
|
|
3132
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
3133
|
+
"isSource": true,
|
|
3134
|
+
"original": {
|
|
3135
|
+
"$description": "Semi-transparent border shorthand for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
|
|
3136
|
+
"$value": {
|
|
3137
|
+
"color": "{borderColor.translucent}",
|
|
3138
|
+
"style": "solid",
|
|
3139
|
+
"width": "{borderWidth.default}"
|
|
3140
|
+
},
|
|
3141
|
+
"$type": "border",
|
|
3142
|
+
"key": "{border.translucent}"
|
|
3143
|
+
},
|
|
3144
|
+
"name": "border-translucent",
|
|
3145
|
+
"attributes": {},
|
|
3146
|
+
"path": ["border", "translucent"]
|
|
3147
|
+
},
|
|
3069
3148
|
"border-transparent": {
|
|
3070
3149
|
"key": "{border.transparent}",
|
|
3071
3150
|
"$value": {
|
|
@@ -5869,7 +5948,7 @@
|
|
|
5869
5948
|
"key": "{borderColor.translucent}",
|
|
5870
5949
|
"$value": "#ffffff26",
|
|
5871
5950
|
"$type": "color",
|
|
5872
|
-
"$description": "Semi-transparent border for overlays and layered elements",
|
|
5951
|
+
"$description": "Semi-transparent border for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
|
|
5873
5952
|
"$extensions": {
|
|
5874
5953
|
"org.primer.figma": {
|
|
5875
5954
|
"collection": "mode",
|
|
@@ -5938,7 +6017,7 @@
|
|
|
5938
6017
|
"original": {
|
|
5939
6018
|
"$value": "{base.color.neutral.13}",
|
|
5940
6019
|
"$type": "color",
|
|
5941
|
-
"$description": "Semi-transparent border for overlays and layered elements",
|
|
6020
|
+
"$description": "Semi-transparent border for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
|
|
5942
6021
|
"$extensions": {
|
|
5943
6022
|
"org.primer.figma": {
|
|
5944
6023
|
"collection": "mode",
|
|
@@ -6730,13 +6809,21 @@
|
|
|
6730
6809
|
"$type": "color"
|
|
6731
6810
|
},
|
|
6732
6811
|
"dark-dimmed-high-contrast": {
|
|
6733
|
-
"$value":
|
|
6812
|
+
"$value": {
|
|
6813
|
+
"colorSpace": "hsl",
|
|
6814
|
+
"components": [0, 0, 100],
|
|
6815
|
+
"hex": "#ffffff"
|
|
6816
|
+
},
|
|
6734
6817
|
"filePath": "src/tokens/component/button.json5",
|
|
6735
6818
|
"isSource": true,
|
|
6736
6819
|
"$type": "color"
|
|
6737
6820
|
},
|
|
6738
6821
|
"dark-dimmed": {
|
|
6739
|
-
"$value":
|
|
6822
|
+
"$value": {
|
|
6823
|
+
"colorSpace": "hsl",
|
|
6824
|
+
"components": [0, 0, 100],
|
|
6825
|
+
"hex": "#ffffff"
|
|
6826
|
+
},
|
|
6740
6827
|
"filePath": "src/tokens/component/button.json5",
|
|
6741
6828
|
"isSource": true,
|
|
6742
6829
|
"$type": "color"
|
|
@@ -6762,13 +6849,21 @@
|
|
|
6762
6849
|
"$type": "color"
|
|
6763
6850
|
},
|
|
6764
6851
|
"dark-dimmed-high-contrast": {
|
|
6765
|
-
"$value":
|
|
6852
|
+
"$value": {
|
|
6853
|
+
"colorSpace": "hsl",
|
|
6854
|
+
"components": [0, 0, 100],
|
|
6855
|
+
"hex": "#ffffff"
|
|
6856
|
+
},
|
|
6766
6857
|
"filePath": "src/tokens/component/button.json5",
|
|
6767
6858
|
"isSource": true,
|
|
6768
6859
|
"$type": "color"
|
|
6769
6860
|
},
|
|
6770
6861
|
"dark-dimmed": {
|
|
6771
|
-
"$value":
|
|
6862
|
+
"$value": {
|
|
6863
|
+
"colorSpace": "hsl",
|
|
6864
|
+
"components": [0, 0, 100],
|
|
6865
|
+
"hex": "#ffffff"
|
|
6866
|
+
},
|
|
6772
6867
|
"filePath": "src/tokens/component/button.json5",
|
|
6773
6868
|
"isSource": true,
|
|
6774
6869
|
"$type": "color"
|
|
@@ -6848,13 +6943,21 @@
|
|
|
6848
6943
|
"$type": "color"
|
|
6849
6944
|
},
|
|
6850
6945
|
"dark-dimmed-high-contrast": {
|
|
6851
|
-
"$value":
|
|
6946
|
+
"$value": {
|
|
6947
|
+
"colorSpace": "hsl",
|
|
6948
|
+
"components": [0, 0, 100],
|
|
6949
|
+
"hex": "#ffffff"
|
|
6950
|
+
},
|
|
6852
6951
|
"filePath": "src/tokens/component/button.json5",
|
|
6853
6952
|
"isSource": true,
|
|
6854
6953
|
"$type": "color"
|
|
6855
6954
|
},
|
|
6856
6955
|
"dark-dimmed": {
|
|
6857
|
-
"$value":
|
|
6956
|
+
"$value": {
|
|
6957
|
+
"colorSpace": "hsl",
|
|
6958
|
+
"components": [0, 0, 100],
|
|
6959
|
+
"hex": "#ffffff"
|
|
6960
|
+
},
|
|
6858
6961
|
"filePath": "src/tokens/component/button.json5",
|
|
6859
6962
|
"isSource": true,
|
|
6860
6963
|
"$type": "color"
|
|
@@ -6880,13 +6983,21 @@
|
|
|
6880
6983
|
"$type": "color"
|
|
6881
6984
|
},
|
|
6882
6985
|
"dark-dimmed-high-contrast": {
|
|
6883
|
-
"$value":
|
|
6986
|
+
"$value": {
|
|
6987
|
+
"colorSpace": "hsl",
|
|
6988
|
+
"components": [0, 0, 100],
|
|
6989
|
+
"hex": "#ffffff"
|
|
6990
|
+
},
|
|
6884
6991
|
"filePath": "src/tokens/component/button.json5",
|
|
6885
6992
|
"isSource": true,
|
|
6886
6993
|
"$type": "color"
|
|
6887
6994
|
},
|
|
6888
6995
|
"dark-dimmed": {
|
|
6889
|
-
"$value":
|
|
6996
|
+
"$value": {
|
|
6997
|
+
"colorSpace": "hsl",
|
|
6998
|
+
"components": [0, 0, 100],
|
|
6999
|
+
"hex": "#ffffff"
|
|
7000
|
+
},
|
|
6890
7001
|
"filePath": "src/tokens/component/button.json5",
|
|
6891
7002
|
"isSource": true,
|
|
6892
7003
|
"$type": "color"
|
|
@@ -6911,13 +7022,21 @@
|
|
|
6911
7022
|
},
|
|
6912
7023
|
"org.primer.overrides": {
|
|
6913
7024
|
"dark": {
|
|
6914
|
-
"$value":
|
|
7025
|
+
"$value": {
|
|
7026
|
+
"colorSpace": "hsl",
|
|
7027
|
+
"components": [3.3, 94.3, 65.7],
|
|
7028
|
+
"hex": "#FA5E55"
|
|
7029
|
+
},
|
|
6915
7030
|
"filePath": "src/tokens/component/button.json5",
|
|
6916
7031
|
"isSource": true,
|
|
6917
7032
|
"$type": "color"
|
|
6918
7033
|
},
|
|
6919
7034
|
"dark-dimmed": {
|
|
6920
|
-
"$value":
|
|
7035
|
+
"$value": {
|
|
7036
|
+
"colorSpace": "hsl",
|
|
7037
|
+
"components": [3.6, 78.2, 62.2],
|
|
7038
|
+
"hex": "#ea5c53"
|
|
7039
|
+
},
|
|
6921
7040
|
"filePath": "src/tokens/component/button.json5",
|
|
6922
7041
|
"isSource": true,
|
|
6923
7042
|
"$type": "color"
|
|
@@ -6957,7 +7076,11 @@
|
|
|
6957
7076
|
"filePath": "src/tokens/component/button.json5",
|
|
6958
7077
|
"isSource": true,
|
|
6959
7078
|
"original": {
|
|
6960
|
-
"$value":
|
|
7079
|
+
"$value": {
|
|
7080
|
+
"colorSpace": "hsl",
|
|
7081
|
+
"components": [3.3, 94.3, 65.7],
|
|
7082
|
+
"hex": "#FA5E55"
|
|
7083
|
+
},
|
|
6961
7084
|
"$type": "color",
|
|
6962
7085
|
"$extensions": {
|
|
6963
7086
|
"org.primer.figma": {
|
|
@@ -6967,13 +7090,21 @@
|
|
|
6967
7090
|
},
|
|
6968
7091
|
"org.primer.overrides": {
|
|
6969
7092
|
"dark": {
|
|
6970
|
-
"$value":
|
|
7093
|
+
"$value": {
|
|
7094
|
+
"colorSpace": "hsl",
|
|
7095
|
+
"components": [3.3, 94.3, 65.7],
|
|
7096
|
+
"hex": "#FA5E55"
|
|
7097
|
+
},
|
|
6971
7098
|
"filePath": "src/tokens/component/button.json5",
|
|
6972
7099
|
"isSource": true,
|
|
6973
7100
|
"$type": "color"
|
|
6974
7101
|
},
|
|
6975
7102
|
"dark-dimmed": {
|
|
6976
|
-
"$value":
|
|
7103
|
+
"$value": {
|
|
7104
|
+
"colorSpace": "hsl",
|
|
7105
|
+
"components": [3.6, 78.2, 62.2],
|
|
7106
|
+
"hex": "#ea5c53"
|
|
7107
|
+
},
|
|
6977
7108
|
"filePath": "src/tokens/component/button.json5",
|
|
6978
7109
|
"isSource": true,
|
|
6979
7110
|
"$type": "color"
|
|
@@ -7016,6 +7147,35 @@
|
|
|
7016
7147
|
"attributes": {},
|
|
7017
7148
|
"path": ["button", "danger", "fgColor", "rest"]
|
|
7018
7149
|
},
|
|
7150
|
+
"button-danger-iconColor-disabled": {
|
|
7151
|
+
"key": "{button.danger.iconColor.disabled}",
|
|
7152
|
+
"$value": "#f8514980",
|
|
7153
|
+
"$type": "color",
|
|
7154
|
+
"$extensions": {
|
|
7155
|
+
"org.primer.figma": {
|
|
7156
|
+
"collection": "mode",
|
|
7157
|
+
"group": "component (internal)",
|
|
7158
|
+
"scopes": ["fgColor"]
|
|
7159
|
+
}
|
|
7160
|
+
},
|
|
7161
|
+
"filePath": "src/tokens/component/button.json5",
|
|
7162
|
+
"isSource": true,
|
|
7163
|
+
"original": {
|
|
7164
|
+
"$value": "{button.danger.fgColor.disabled}",
|
|
7165
|
+
"$type": "color",
|
|
7166
|
+
"$extensions": {
|
|
7167
|
+
"org.primer.figma": {
|
|
7168
|
+
"collection": "mode",
|
|
7169
|
+
"group": "component (internal)",
|
|
7170
|
+
"scopes": ["fgColor"]
|
|
7171
|
+
}
|
|
7172
|
+
},
|
|
7173
|
+
"key": "{button.danger.iconColor.disabled}"
|
|
7174
|
+
},
|
|
7175
|
+
"name": "button-danger-iconColor-disabled",
|
|
7176
|
+
"attributes": {},
|
|
7177
|
+
"path": ["button", "danger", "iconColor", "disabled"]
|
|
7178
|
+
},
|
|
7019
7179
|
"button-danger-iconColor-hover": {
|
|
7020
7180
|
"key": "{button.danger.iconColor.hover}",
|
|
7021
7181
|
"$value": "#ffffff",
|
|
@@ -7034,7 +7194,11 @@
|
|
|
7034
7194
|
"$type": "color"
|
|
7035
7195
|
},
|
|
7036
7196
|
"dark-dimmed-high-contrast": {
|
|
7037
|
-
"$value":
|
|
7197
|
+
"$value": {
|
|
7198
|
+
"colorSpace": "hsl",
|
|
7199
|
+
"components": [0, 0, 100],
|
|
7200
|
+
"hex": "#ffffff"
|
|
7201
|
+
},
|
|
7038
7202
|
"filePath": "src/tokens/component/button.json5",
|
|
7039
7203
|
"isSource": true,
|
|
7040
7204
|
"$type": "color"
|
|
@@ -7060,7 +7224,11 @@
|
|
|
7060
7224
|
"$type": "color"
|
|
7061
7225
|
},
|
|
7062
7226
|
"dark-dimmed-high-contrast": {
|
|
7063
|
-
"$value":
|
|
7227
|
+
"$value": {
|
|
7228
|
+
"colorSpace": "hsl",
|
|
7229
|
+
"components": [0, 0, 100],
|
|
7230
|
+
"hex": "#ffffff"
|
|
7231
|
+
},
|
|
7064
7232
|
"filePath": "src/tokens/component/button.json5",
|
|
7065
7233
|
"isSource": true,
|
|
7066
7234
|
"$type": "color"
|
|
@@ -7104,7 +7272,7 @@
|
|
|
7104
7272
|
},
|
|
7105
7273
|
"button-danger-shadow-selected": {
|
|
7106
7274
|
"key": "{button.danger.shadow.selected}",
|
|
7107
|
-
"$value": "0 0 0 0 #
|
|
7275
|
+
"$value": "0 0 0 0 #00000000",
|
|
7108
7276
|
"$type": "shadow",
|
|
7109
7277
|
"$extensions": {
|
|
7110
7278
|
"org.primer.figma": {
|
|
@@ -7580,6 +7748,35 @@
|
|
|
7580
7748
|
"attributes": {},
|
|
7581
7749
|
"path": ["button", "default", "borderColor", "rest"]
|
|
7582
7750
|
},
|
|
7751
|
+
"button-default-fgColor-disabled": {
|
|
7752
|
+
"key": "{button.default.fgColor.disabled}",
|
|
7753
|
+
"$value": "#656c76",
|
|
7754
|
+
"$type": "color",
|
|
7755
|
+
"$extensions": {
|
|
7756
|
+
"org.primer.figma": {
|
|
7757
|
+
"collection": "mode",
|
|
7758
|
+
"group": "component (internal)",
|
|
7759
|
+
"scopes": ["fgColor"]
|
|
7760
|
+
}
|
|
7761
|
+
},
|
|
7762
|
+
"filePath": "src/tokens/component/button.json5",
|
|
7763
|
+
"isSource": true,
|
|
7764
|
+
"original": {
|
|
7765
|
+
"$value": "{control.fgColor.disabled}",
|
|
7766
|
+
"$type": "color",
|
|
7767
|
+
"$extensions": {
|
|
7768
|
+
"org.primer.figma": {
|
|
7769
|
+
"collection": "mode",
|
|
7770
|
+
"group": "component (internal)",
|
|
7771
|
+
"scopes": ["fgColor"]
|
|
7772
|
+
}
|
|
7773
|
+
},
|
|
7774
|
+
"key": "{button.default.fgColor.disabled}"
|
|
7775
|
+
},
|
|
7776
|
+
"name": "button-default-fgColor-disabled",
|
|
7777
|
+
"attributes": {},
|
|
7778
|
+
"path": ["button", "default", "fgColor", "disabled"]
|
|
7779
|
+
},
|
|
7583
7780
|
"button-default-fgColor-rest": {
|
|
7584
7781
|
"key": "{button.default.fgColor.rest}",
|
|
7585
7782
|
"$value": "#f0f6fc",
|
|
@@ -7627,7 +7824,7 @@
|
|
|
7627
7824
|
},
|
|
7628
7825
|
"button-default-shadow-resting": {
|
|
7629
7826
|
"key": "{button.default.shadow.resting}",
|
|
7630
|
-
"$value": "0 0 0 0 #
|
|
7827
|
+
"$value": "0 0 0 0 #00000000",
|
|
7631
7828
|
"$type": "shadow",
|
|
7632
7829
|
"$extensions": {
|
|
7633
7830
|
"org.primer.figma": {
|
|
@@ -8868,31 +9065,51 @@
|
|
|
8868
9065
|
"$type": "color"
|
|
8869
9066
|
},
|
|
8870
9067
|
"dark-tritanopia": {
|
|
8871
|
-
"$value":
|
|
9068
|
+
"$value": {
|
|
9069
|
+
"colorSpace": "hsl",
|
|
9070
|
+
"components": [218.3, 84.7, 33.3],
|
|
9071
|
+
"hex": "#0d419d"
|
|
9072
|
+
},
|
|
8872
9073
|
"filePath": "src/tokens/component/button.json5",
|
|
8873
9074
|
"isSource": true,
|
|
8874
9075
|
"$type": "color"
|
|
8875
9076
|
},
|
|
8876
9077
|
"dark-tritanopia-high-contrast": {
|
|
8877
|
-
"$value":
|
|
9078
|
+
"$value": {
|
|
9079
|
+
"colorSpace": "hsl",
|
|
9080
|
+
"components": [218.3, 84.7, 33.3],
|
|
9081
|
+
"hex": "#0d419d"
|
|
9082
|
+
},
|
|
8878
9083
|
"filePath": "src/tokens/component/button.json5",
|
|
8879
9084
|
"isSource": true,
|
|
8880
9085
|
"$type": "color"
|
|
8881
9086
|
},
|
|
8882
9087
|
"light-high-contrast": {
|
|
8883
|
-
"$value":
|
|
9088
|
+
"$value": {
|
|
9089
|
+
"colorSpace": "hsl",
|
|
9090
|
+
"components": [216.6, 96.3, 31.4],
|
|
9091
|
+
"hex": "#033f9d"
|
|
9092
|
+
},
|
|
8884
9093
|
"filePath": "src/tokens/component/button.json5",
|
|
8885
9094
|
"isSource": true,
|
|
8886
9095
|
"$type": "color"
|
|
8887
9096
|
},
|
|
8888
9097
|
"light-tritanopia-high-contrast": {
|
|
8889
|
-
"$value":
|
|
9098
|
+
"$value": {
|
|
9099
|
+
"colorSpace": "hsl",
|
|
9100
|
+
"components": [216.6, 96.3, 31.4],
|
|
9101
|
+
"hex": "#033f9d"
|
|
9102
|
+
},
|
|
8890
9103
|
"filePath": "src/tokens/component/button.json5",
|
|
8891
9104
|
"isSource": true,
|
|
8892
9105
|
"$type": "color"
|
|
8893
9106
|
},
|
|
8894
9107
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
8895
|
-
"$value":
|
|
9108
|
+
"$value": {
|
|
9109
|
+
"colorSpace": "hsl",
|
|
9110
|
+
"components": [216.6, 96.3, 31.4],
|
|
9111
|
+
"hex": "#033f9d"
|
|
9112
|
+
},
|
|
8896
9113
|
"filePath": "src/tokens/component/button.json5",
|
|
8897
9114
|
"isSource": true,
|
|
8898
9115
|
"$type": "color"
|
|
@@ -8918,31 +9135,51 @@
|
|
|
8918
9135
|
"$type": "color"
|
|
8919
9136
|
},
|
|
8920
9137
|
"dark-tritanopia": {
|
|
8921
|
-
"$value":
|
|
9138
|
+
"$value": {
|
|
9139
|
+
"colorSpace": "hsl",
|
|
9140
|
+
"components": [218.3, 84.7, 33.3],
|
|
9141
|
+
"hex": "#0d419d"
|
|
9142
|
+
},
|
|
8922
9143
|
"filePath": "src/tokens/component/button.json5",
|
|
8923
9144
|
"isSource": true,
|
|
8924
9145
|
"$type": "color"
|
|
8925
9146
|
},
|
|
8926
9147
|
"dark-tritanopia-high-contrast": {
|
|
8927
|
-
"$value":
|
|
9148
|
+
"$value": {
|
|
9149
|
+
"colorSpace": "hsl",
|
|
9150
|
+
"components": [218.3, 84.7, 33.3],
|
|
9151
|
+
"hex": "#0d419d"
|
|
9152
|
+
},
|
|
8928
9153
|
"filePath": "src/tokens/component/button.json5",
|
|
8929
9154
|
"isSource": true,
|
|
8930
9155
|
"$type": "color"
|
|
8931
9156
|
},
|
|
8932
9157
|
"light-high-contrast": {
|
|
8933
|
-
"$value":
|
|
9158
|
+
"$value": {
|
|
9159
|
+
"colorSpace": "hsl",
|
|
9160
|
+
"components": [216.6, 96.3, 31.4],
|
|
9161
|
+
"hex": "#033f9d"
|
|
9162
|
+
},
|
|
8934
9163
|
"filePath": "src/tokens/component/button.json5",
|
|
8935
9164
|
"isSource": true,
|
|
8936
9165
|
"$type": "color"
|
|
8937
9166
|
},
|
|
8938
9167
|
"light-tritanopia-high-contrast": {
|
|
8939
|
-
"$value":
|
|
9168
|
+
"$value": {
|
|
9169
|
+
"colorSpace": "hsl",
|
|
9170
|
+
"components": [216.6, 96.3, 31.4],
|
|
9171
|
+
"hex": "#033f9d"
|
|
9172
|
+
},
|
|
8940
9173
|
"filePath": "src/tokens/component/button.json5",
|
|
8941
9174
|
"isSource": true,
|
|
8942
9175
|
"$type": "color"
|
|
8943
9176
|
},
|
|
8944
9177
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
8945
|
-
"$value":
|
|
9178
|
+
"$value": {
|
|
9179
|
+
"colorSpace": "hsl",
|
|
9180
|
+
"components": [216.6, 96.3, 31.4],
|
|
9181
|
+
"hex": "#033f9d"
|
|
9182
|
+
},
|
|
8946
9183
|
"filePath": "src/tokens/component/button.json5",
|
|
8947
9184
|
"isSource": true,
|
|
8948
9185
|
"$type": "color"
|
|
@@ -8973,7 +9210,11 @@
|
|
|
8973
9210
|
"$type": "color"
|
|
8974
9211
|
},
|
|
8975
9212
|
"dark-tritanopia": {
|
|
8976
|
-
"$value":
|
|
9213
|
+
"$value": {
|
|
9214
|
+
"colorSpace": "hsl",
|
|
9215
|
+
"components": [212, 18.5, 15.9],
|
|
9216
|
+
"hex": "#212830"
|
|
9217
|
+
},
|
|
8977
9218
|
"filePath": "src/tokens/component/button.json5",
|
|
8978
9219
|
"isSource": true,
|
|
8979
9220
|
"$type": "color"
|
|
@@ -8999,7 +9240,11 @@
|
|
|
8999
9240
|
"$type": "color"
|
|
9000
9241
|
},
|
|
9001
9242
|
"dark-tritanopia": {
|
|
9002
|
-
"$value":
|
|
9243
|
+
"$value": {
|
|
9244
|
+
"colorSpace": "hsl",
|
|
9245
|
+
"components": [212, 18.5, 15.9],
|
|
9246
|
+
"hex": "#212830"
|
|
9247
|
+
},
|
|
9003
9248
|
"filePath": "src/tokens/component/button.json5",
|
|
9004
9249
|
"isSource": true,
|
|
9005
9250
|
"$type": "color"
|
|
@@ -9030,7 +9275,11 @@
|
|
|
9030
9275
|
"$type": "color"
|
|
9031
9276
|
},
|
|
9032
9277
|
"dark-tritanopia": {
|
|
9033
|
-
"$value":
|
|
9278
|
+
"$value": {
|
|
9279
|
+
"colorSpace": "hsl",
|
|
9280
|
+
"components": [217.5, 17.4, 18],
|
|
9281
|
+
"hex": "#262c36"
|
|
9282
|
+
},
|
|
9034
9283
|
"filePath": "src/tokens/component/button.json5",
|
|
9035
9284
|
"isSource": true,
|
|
9036
9285
|
"$type": "color"
|
|
@@ -9056,7 +9305,11 @@
|
|
|
9056
9305
|
"$type": "color"
|
|
9057
9306
|
},
|
|
9058
9307
|
"dark-tritanopia": {
|
|
9059
|
-
"$value":
|
|
9308
|
+
"$value": {
|
|
9309
|
+
"colorSpace": "hsl",
|
|
9310
|
+
"components": [217.5, 17.4, 18],
|
|
9311
|
+
"hex": "#262c36"
|
|
9312
|
+
},
|
|
9060
9313
|
"filePath": "src/tokens/component/button.json5",
|
|
9061
9314
|
"isSource": true,
|
|
9062
9315
|
"$type": "color"
|
|
@@ -9288,7 +9541,12 @@
|
|
|
9288
9541
|
"$type": "color"
|
|
9289
9542
|
},
|
|
9290
9543
|
"dark-dimmed": {
|
|
9291
|
-
"$value":
|
|
9544
|
+
"$value": {
|
|
9545
|
+
"colorSpace": "hsl",
|
|
9546
|
+
"components": [214.3, 76.1, 59],
|
|
9547
|
+
"hex": "#478be6"
|
|
9548
|
+
},
|
|
9549
|
+
"alpha": 0.502,
|
|
9292
9550
|
"filePath": "src/tokens/component/button.json5",
|
|
9293
9551
|
"isSource": true,
|
|
9294
9552
|
"$type": "color"
|
|
@@ -9316,7 +9574,12 @@
|
|
|
9316
9574
|
"$type": "color"
|
|
9317
9575
|
},
|
|
9318
9576
|
"dark-dimmed": {
|
|
9319
|
-
"$value":
|
|
9577
|
+
"$value": {
|
|
9578
|
+
"colorSpace": "hsl",
|
|
9579
|
+
"components": [214.3, 76.1, 59],
|
|
9580
|
+
"hex": "#478be6"
|
|
9581
|
+
},
|
|
9582
|
+
"alpha": 0.502,
|
|
9320
9583
|
"filePath": "src/tokens/component/button.json5",
|
|
9321
9584
|
"isSource": true,
|
|
9322
9585
|
"$type": "color"
|
|
@@ -9422,7 +9685,7 @@
|
|
|
9422
9685
|
},
|
|
9423
9686
|
"button-outline-shadow-selected": {
|
|
9424
9687
|
"key": "{button.outline.shadow.selected}",
|
|
9425
|
-
"$value": "0 0 0 0 #
|
|
9688
|
+
"$value": "0 0 0 0 #00000000",
|
|
9426
9689
|
"$type": "shadow",
|
|
9427
9690
|
"$extensions": {
|
|
9428
9691
|
"org.primer.figma": {
|
|
@@ -9541,13 +9804,21 @@
|
|
|
9541
9804
|
},
|
|
9542
9805
|
"org.primer.overrides": {
|
|
9543
9806
|
"dark": {
|
|
9544
|
-
"$value":
|
|
9807
|
+
"$value": {
|
|
9808
|
+
"colorSpace": "hsl",
|
|
9809
|
+
"components": [130, 54, 39.2],
|
|
9810
|
+
"hex": "#2E9A40"
|
|
9811
|
+
},
|
|
9545
9812
|
"filePath": "src/tokens/component/button.json5",
|
|
9546
9813
|
"isSource": true,
|
|
9547
9814
|
"$type": "color"
|
|
9548
9815
|
},
|
|
9549
9816
|
"dark-dimmed": {
|
|
9550
|
-
"$value":
|
|
9817
|
+
"$value": {
|
|
9818
|
+
"colorSpace": "hsl",
|
|
9819
|
+
"components": [123.1, 36.8, 41],
|
|
9820
|
+
"hex": "#428f46"
|
|
9821
|
+
},
|
|
9551
9822
|
"filePath": "src/tokens/component/button.json5",
|
|
9552
9823
|
"isSource": true,
|
|
9553
9824
|
"$type": "color"
|
|
@@ -9559,61 +9830,101 @@
|
|
|
9559
9830
|
"$type": "color"
|
|
9560
9831
|
},
|
|
9561
9832
|
"dark-tritanopia": {
|
|
9562
|
-
"$value":
|
|
9833
|
+
"$value": {
|
|
9834
|
+
"colorSpace": "hsl",
|
|
9835
|
+
"components": [214.9, 88.7, 58.2],
|
|
9836
|
+
"hex": "#3685f3"
|
|
9837
|
+
},
|
|
9563
9838
|
"filePath": "src/tokens/component/button.json5",
|
|
9564
9839
|
"isSource": true,
|
|
9565
9840
|
"$type": "color"
|
|
9566
9841
|
},
|
|
9567
9842
|
"dark-tritanopia-high-contrast": {
|
|
9568
|
-
"$value":
|
|
9843
|
+
"$value": {
|
|
9844
|
+
"colorSpace": "hsl",
|
|
9845
|
+
"components": [214.9, 88.7, 58.2],
|
|
9846
|
+
"hex": "#3685f3"
|
|
9847
|
+
},
|
|
9569
9848
|
"filePath": "src/tokens/component/button.json5",
|
|
9570
9849
|
"isSource": true,
|
|
9571
9850
|
"$type": "color"
|
|
9572
9851
|
},
|
|
9573
9852
|
"dark-protanopia-deuteranopia": {
|
|
9574
|
-
"$value":
|
|
9853
|
+
"$value": {
|
|
9854
|
+
"colorSpace": "hsl",
|
|
9855
|
+
"components": [214.9, 88.7, 58.2],
|
|
9856
|
+
"hex": "#3685f3"
|
|
9857
|
+
},
|
|
9575
9858
|
"filePath": "src/tokens/component/button.json5",
|
|
9576
9859
|
"isSource": true,
|
|
9577
9860
|
"$type": "color"
|
|
9578
9861
|
},
|
|
9579
9862
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
9580
|
-
"$value":
|
|
9863
|
+
"$value": {
|
|
9864
|
+
"colorSpace": "hsl",
|
|
9865
|
+
"components": [214.9, 88.7, 58.2],
|
|
9866
|
+
"hex": "#3685f3"
|
|
9867
|
+
},
|
|
9581
9868
|
"filePath": "src/tokens/component/button.json5",
|
|
9582
9869
|
"isSource": true,
|
|
9583
9870
|
"$type": "color"
|
|
9584
9871
|
},
|
|
9585
9872
|
"dark-high-contrast": {
|
|
9586
|
-
"$value":
|
|
9873
|
+
"$value": {
|
|
9874
|
+
"colorSpace": "hsl",
|
|
9875
|
+
"components": [137.2, 80.1, 31.6],
|
|
9876
|
+
"hex": "#109135"
|
|
9877
|
+
},
|
|
9587
9878
|
"filePath": "src/tokens/component/button.json5",
|
|
9588
9879
|
"isSource": true,
|
|
9589
9880
|
"$type": "color"
|
|
9590
9881
|
},
|
|
9591
9882
|
"light-tritanopia": {
|
|
9592
|
-
"$value":
|
|
9883
|
+
"$value": {
|
|
9884
|
+
"colorSpace": "hsl",
|
|
9885
|
+
"components": [212.6, 93.2, 40.6],
|
|
9886
|
+
"hex": "#075fc8"
|
|
9887
|
+
},
|
|
9593
9888
|
"filePath": "src/tokens/component/button.json5",
|
|
9594
9889
|
"isSource": true,
|
|
9595
9890
|
"$type": "color"
|
|
9596
9891
|
},
|
|
9597
9892
|
"light-tritanopia-high-contrast": {
|
|
9598
|
-
"$value":
|
|
9893
|
+
"$value": {
|
|
9894
|
+
"colorSpace": "hsl",
|
|
9895
|
+
"components": [212.6, 93.2, 40.6],
|
|
9896
|
+
"hex": "#075fc8"
|
|
9897
|
+
},
|
|
9599
9898
|
"filePath": "src/tokens/component/button.json5",
|
|
9600
9899
|
"isSource": true,
|
|
9601
9900
|
"$type": "color"
|
|
9602
9901
|
},
|
|
9603
9902
|
"light-protanopia-deuteranopia": {
|
|
9604
|
-
"$value":
|
|
9903
|
+
"$value": {
|
|
9904
|
+
"colorSpace": "hsl",
|
|
9905
|
+
"components": [212.6, 93.2, 40.6],
|
|
9906
|
+
"hex": "#075fc8"
|
|
9907
|
+
},
|
|
9605
9908
|
"filePath": "src/tokens/component/button.json5",
|
|
9606
9909
|
"isSource": true,
|
|
9607
9910
|
"$type": "color"
|
|
9608
9911
|
},
|
|
9609
9912
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9610
|
-
"$value":
|
|
9913
|
+
"$value": {
|
|
9914
|
+
"colorSpace": "hsl",
|
|
9915
|
+
"components": [212.6, 93.2, 40.6],
|
|
9916
|
+
"hex": "#075fc8"
|
|
9917
|
+
},
|
|
9611
9918
|
"filePath": "src/tokens/component/button.json5",
|
|
9612
9919
|
"isSource": true,
|
|
9613
9920
|
"$type": "color"
|
|
9614
9921
|
},
|
|
9615
9922
|
"light-high-contrast": {
|
|
9616
|
-
"$value":
|
|
9923
|
+
"$value": {
|
|
9924
|
+
"colorSpace": "hsl",
|
|
9925
|
+
"components": [138.7, 92.8, 16.3],
|
|
9926
|
+
"hex": "#03501b"
|
|
9927
|
+
},
|
|
9617
9928
|
"filePath": "src/tokens/component/button.json5",
|
|
9618
9929
|
"isSource": true,
|
|
9619
9930
|
"$type": "color"
|
|
@@ -9623,7 +9934,11 @@
|
|
|
9623
9934
|
"filePath": "src/tokens/component/button.json5",
|
|
9624
9935
|
"isSource": true,
|
|
9625
9936
|
"original": {
|
|
9626
|
-
"$value":
|
|
9937
|
+
"$value": {
|
|
9938
|
+
"colorSpace": "hsl",
|
|
9939
|
+
"components": [130, 54, 39.2],
|
|
9940
|
+
"hex": "#2E9A40"
|
|
9941
|
+
},
|
|
9627
9942
|
"$type": "color",
|
|
9628
9943
|
"$extensions": {
|
|
9629
9944
|
"org.primer.figma": {
|
|
@@ -9633,13 +9948,21 @@
|
|
|
9633
9948
|
},
|
|
9634
9949
|
"org.primer.overrides": {
|
|
9635
9950
|
"dark": {
|
|
9636
|
-
"$value":
|
|
9951
|
+
"$value": {
|
|
9952
|
+
"colorSpace": "hsl",
|
|
9953
|
+
"components": [130, 54, 39.2],
|
|
9954
|
+
"hex": "#2E9A40"
|
|
9955
|
+
},
|
|
9637
9956
|
"filePath": "src/tokens/component/button.json5",
|
|
9638
9957
|
"isSource": true,
|
|
9639
9958
|
"$type": "color"
|
|
9640
9959
|
},
|
|
9641
9960
|
"dark-dimmed": {
|
|
9642
|
-
"$value":
|
|
9961
|
+
"$value": {
|
|
9962
|
+
"colorSpace": "hsl",
|
|
9963
|
+
"components": [123.1, 36.8, 41],
|
|
9964
|
+
"hex": "#428f46"
|
|
9965
|
+
},
|
|
9643
9966
|
"filePath": "src/tokens/component/button.json5",
|
|
9644
9967
|
"isSource": true,
|
|
9645
9968
|
"$type": "color"
|
|
@@ -9651,61 +9974,101 @@
|
|
|
9651
9974
|
"$type": "color"
|
|
9652
9975
|
},
|
|
9653
9976
|
"dark-tritanopia": {
|
|
9654
|
-
"$value":
|
|
9977
|
+
"$value": {
|
|
9978
|
+
"colorSpace": "hsl",
|
|
9979
|
+
"components": [214.9, 88.7, 58.2],
|
|
9980
|
+
"hex": "#3685f3"
|
|
9981
|
+
},
|
|
9655
9982
|
"filePath": "src/tokens/component/button.json5",
|
|
9656
9983
|
"isSource": true,
|
|
9657
9984
|
"$type": "color"
|
|
9658
9985
|
},
|
|
9659
9986
|
"dark-tritanopia-high-contrast": {
|
|
9660
|
-
"$value":
|
|
9987
|
+
"$value": {
|
|
9988
|
+
"colorSpace": "hsl",
|
|
9989
|
+
"components": [214.9, 88.7, 58.2],
|
|
9990
|
+
"hex": "#3685f3"
|
|
9991
|
+
},
|
|
9661
9992
|
"filePath": "src/tokens/component/button.json5",
|
|
9662
9993
|
"isSource": true,
|
|
9663
9994
|
"$type": "color"
|
|
9664
9995
|
},
|
|
9665
9996
|
"dark-protanopia-deuteranopia": {
|
|
9666
|
-
"$value":
|
|
9997
|
+
"$value": {
|
|
9998
|
+
"colorSpace": "hsl",
|
|
9999
|
+
"components": [214.9, 88.7, 58.2],
|
|
10000
|
+
"hex": "#3685f3"
|
|
10001
|
+
},
|
|
9667
10002
|
"filePath": "src/tokens/component/button.json5",
|
|
9668
10003
|
"isSource": true,
|
|
9669
10004
|
"$type": "color"
|
|
9670
10005
|
},
|
|
9671
10006
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
9672
|
-
"$value":
|
|
10007
|
+
"$value": {
|
|
10008
|
+
"colorSpace": "hsl",
|
|
10009
|
+
"components": [214.9, 88.7, 58.2],
|
|
10010
|
+
"hex": "#3685f3"
|
|
10011
|
+
},
|
|
9673
10012
|
"filePath": "src/tokens/component/button.json5",
|
|
9674
10013
|
"isSource": true,
|
|
9675
10014
|
"$type": "color"
|
|
9676
10015
|
},
|
|
9677
10016
|
"dark-high-contrast": {
|
|
9678
|
-
"$value":
|
|
10017
|
+
"$value": {
|
|
10018
|
+
"colorSpace": "hsl",
|
|
10019
|
+
"components": [137.2, 80.1, 31.6],
|
|
10020
|
+
"hex": "#109135"
|
|
10021
|
+
},
|
|
9679
10022
|
"filePath": "src/tokens/component/button.json5",
|
|
9680
10023
|
"isSource": true,
|
|
9681
10024
|
"$type": "color"
|
|
9682
10025
|
},
|
|
9683
10026
|
"light-tritanopia": {
|
|
9684
|
-
"$value":
|
|
10027
|
+
"$value": {
|
|
10028
|
+
"colorSpace": "hsl",
|
|
10029
|
+
"components": [212.6, 93.2, 40.6],
|
|
10030
|
+
"hex": "#075fc8"
|
|
10031
|
+
},
|
|
9685
10032
|
"filePath": "src/tokens/component/button.json5",
|
|
9686
10033
|
"isSource": true,
|
|
9687
10034
|
"$type": "color"
|
|
9688
10035
|
},
|
|
9689
10036
|
"light-tritanopia-high-contrast": {
|
|
9690
|
-
"$value":
|
|
10037
|
+
"$value": {
|
|
10038
|
+
"colorSpace": "hsl",
|
|
10039
|
+
"components": [212.6, 93.2, 40.6],
|
|
10040
|
+
"hex": "#075fc8"
|
|
10041
|
+
},
|
|
9691
10042
|
"filePath": "src/tokens/component/button.json5",
|
|
9692
10043
|
"isSource": true,
|
|
9693
10044
|
"$type": "color"
|
|
9694
10045
|
},
|
|
9695
10046
|
"light-protanopia-deuteranopia": {
|
|
9696
|
-
"$value":
|
|
10047
|
+
"$value": {
|
|
10048
|
+
"colorSpace": "hsl",
|
|
10049
|
+
"components": [212.6, 93.2, 40.6],
|
|
10050
|
+
"hex": "#075fc8"
|
|
10051
|
+
},
|
|
9697
10052
|
"filePath": "src/tokens/component/button.json5",
|
|
9698
10053
|
"isSource": true,
|
|
9699
10054
|
"$type": "color"
|
|
9700
10055
|
},
|
|
9701
10056
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9702
|
-
"$value":
|
|
10057
|
+
"$value": {
|
|
10058
|
+
"colorSpace": "hsl",
|
|
10059
|
+
"components": [212.6, 93.2, 40.6],
|
|
10060
|
+
"hex": "#075fc8"
|
|
10061
|
+
},
|
|
9703
10062
|
"filePath": "src/tokens/component/button.json5",
|
|
9704
10063
|
"isSource": true,
|
|
9705
10064
|
"$type": "color"
|
|
9706
10065
|
},
|
|
9707
10066
|
"light-high-contrast": {
|
|
9708
|
-
"$value":
|
|
10067
|
+
"$value": {
|
|
10068
|
+
"colorSpace": "hsl",
|
|
10069
|
+
"components": [138.7, 92.8, 16.3],
|
|
10070
|
+
"hex": "#03501b"
|
|
10071
|
+
},
|
|
9709
10072
|
"filePath": "src/tokens/component/button.json5",
|
|
9710
10073
|
"isSource": true,
|
|
9711
10074
|
"$type": "color"
|
|
@@ -9730,25 +10093,41 @@
|
|
|
9730
10093
|
},
|
|
9731
10094
|
"org.primer.overrides": {
|
|
9732
10095
|
"dark": {
|
|
9733
|
-
"$value":
|
|
10096
|
+
"$value": {
|
|
10097
|
+
"colorSpace": "hsl",
|
|
10098
|
+
"components": [135.8, 69.2, 20.4],
|
|
10099
|
+
"hex": "#105823"
|
|
10100
|
+
},
|
|
9734
10101
|
"filePath": "src/tokens/component/button.json5",
|
|
9735
10102
|
"isSource": true,
|
|
9736
10103
|
"$type": "color"
|
|
9737
10104
|
},
|
|
9738
10105
|
"dark-dimmed": {
|
|
9739
|
-
"$value":
|
|
10106
|
+
"$value": {
|
|
10107
|
+
"colorSpace": "hsl",
|
|
10108
|
+
"components": [135.8, 69.2, 20.4],
|
|
10109
|
+
"hex": "#105823"
|
|
10110
|
+
},
|
|
9740
10111
|
"filePath": "src/tokens/component/button.json5",
|
|
9741
10112
|
"isSource": true,
|
|
9742
10113
|
"$type": "color"
|
|
9743
10114
|
},
|
|
9744
10115
|
"dark-tritanopia": {
|
|
9745
|
-
"$value":
|
|
10116
|
+
"$value": {
|
|
10117
|
+
"colorSpace": "hsl",
|
|
10118
|
+
"components": [211.3, 98.8, 68.4],
|
|
10119
|
+
"hex": "#5fabfe"
|
|
10120
|
+
},
|
|
9746
10121
|
"filePath": "src/tokens/component/button.json5",
|
|
9747
10122
|
"isSource": true,
|
|
9748
10123
|
"$type": "color"
|
|
9749
10124
|
},
|
|
9750
10125
|
"dark-tritanopia-high-contrast": {
|
|
9751
|
-
"$value":
|
|
10126
|
+
"$value": {
|
|
10127
|
+
"colorSpace": "hsl",
|
|
10128
|
+
"components": [211.3, 98.8, 68.4],
|
|
10129
|
+
"hex": "#5fabfe"
|
|
10130
|
+
},
|
|
9752
10131
|
"filePath": "src/tokens/component/button.json5",
|
|
9753
10132
|
"isSource": true,
|
|
9754
10133
|
"$type": "color"
|
|
@@ -9766,37 +10145,61 @@
|
|
|
9766
10145
|
"$type": "color"
|
|
9767
10146
|
},
|
|
9768
10147
|
"dark-high-contrast": {
|
|
9769
|
-
"$value":
|
|
10148
|
+
"$value": {
|
|
10149
|
+
"colorSpace": "hsl",
|
|
10150
|
+
"components": [138.6, 94.6, 28.8],
|
|
10151
|
+
"hex": "#048f2f"
|
|
10152
|
+
},
|
|
9770
10153
|
"filePath": "src/tokens/component/button.json5",
|
|
9771
10154
|
"isSource": true,
|
|
9772
10155
|
"$type": "color"
|
|
9773
10156
|
},
|
|
9774
10157
|
"light-tritanopia": {
|
|
9775
|
-
"$value":
|
|
10158
|
+
"$value": {
|
|
10159
|
+
"colorSpace": "hsl",
|
|
10160
|
+
"components": [209.2, 100, 78.6],
|
|
10161
|
+
"hex": "#92caff"
|
|
10162
|
+
},
|
|
9776
10163
|
"filePath": "src/tokens/component/button.json5",
|
|
9777
10164
|
"isSource": true,
|
|
9778
10165
|
"$type": "color"
|
|
9779
10166
|
},
|
|
9780
10167
|
"light-tritanopia-high-contrast": {
|
|
9781
|
-
"$value":
|
|
10168
|
+
"$value": {
|
|
10169
|
+
"colorSpace": "hsl",
|
|
10170
|
+
"components": [209.2, 100, 78.6],
|
|
10171
|
+
"hex": "#92caff"
|
|
10172
|
+
},
|
|
9782
10173
|
"filePath": "src/tokens/component/button.json5",
|
|
9783
10174
|
"isSource": true,
|
|
9784
10175
|
"$type": "color"
|
|
9785
10176
|
},
|
|
9786
10177
|
"light-protanopia-deuteranopia": {
|
|
9787
|
-
"$value":
|
|
10178
|
+
"$value": {
|
|
10179
|
+
"colorSpace": "hsl",
|
|
10180
|
+
"components": [209.2, 100, 78.6],
|
|
10181
|
+
"hex": "#92caff"
|
|
10182
|
+
},
|
|
9788
10183
|
"filePath": "src/tokens/component/button.json5",
|
|
9789
10184
|
"isSource": true,
|
|
9790
10185
|
"$type": "color"
|
|
9791
10186
|
},
|
|
9792
10187
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9793
|
-
"$value":
|
|
10188
|
+
"$value": {
|
|
10189
|
+
"colorSpace": "hsl",
|
|
10190
|
+
"components": [209.2, 100, 78.6],
|
|
10191
|
+
"hex": "#92caff"
|
|
10192
|
+
},
|
|
9794
10193
|
"filePath": "src/tokens/component/button.json5",
|
|
9795
10194
|
"isSource": true,
|
|
9796
10195
|
"$type": "color"
|
|
9797
10196
|
},
|
|
9798
10197
|
"light-high-contrast": {
|
|
9799
|
-
"$value":
|
|
10198
|
+
"$value": {
|
|
10199
|
+
"colorSpace": "hsl",
|
|
10200
|
+
"components": [135.4, 40.2, 65.9],
|
|
10201
|
+
"hex": "#85cb97"
|
|
10202
|
+
},
|
|
9800
10203
|
"filePath": "src/tokens/component/button.json5",
|
|
9801
10204
|
"isSource": true,
|
|
9802
10205
|
"$type": "color"
|
|
@@ -9806,7 +10209,11 @@
|
|
|
9806
10209
|
"filePath": "src/tokens/component/button.json5",
|
|
9807
10210
|
"isSource": true,
|
|
9808
10211
|
"original": {
|
|
9809
|
-
"$value":
|
|
10212
|
+
"$value": {
|
|
10213
|
+
"colorSpace": "hsl",
|
|
10214
|
+
"components": [135.8, 69.2, 20.4],
|
|
10215
|
+
"hex": "#105823"
|
|
10216
|
+
},
|
|
9810
10217
|
"$type": "color",
|
|
9811
10218
|
"$extensions": {
|
|
9812
10219
|
"org.primer.figma": {
|
|
@@ -9816,25 +10223,41 @@
|
|
|
9816
10223
|
},
|
|
9817
10224
|
"org.primer.overrides": {
|
|
9818
10225
|
"dark": {
|
|
9819
|
-
"$value":
|
|
10226
|
+
"$value": {
|
|
10227
|
+
"colorSpace": "hsl",
|
|
10228
|
+
"components": [135.8, 69.2, 20.4],
|
|
10229
|
+
"hex": "#105823"
|
|
10230
|
+
},
|
|
9820
10231
|
"filePath": "src/tokens/component/button.json5",
|
|
9821
10232
|
"isSource": true,
|
|
9822
10233
|
"$type": "color"
|
|
9823
10234
|
},
|
|
9824
10235
|
"dark-dimmed": {
|
|
9825
|
-
"$value":
|
|
10236
|
+
"$value": {
|
|
10237
|
+
"colorSpace": "hsl",
|
|
10238
|
+
"components": [135.8, 69.2, 20.4],
|
|
10239
|
+
"hex": "#105823"
|
|
10240
|
+
},
|
|
9826
10241
|
"filePath": "src/tokens/component/button.json5",
|
|
9827
10242
|
"isSource": true,
|
|
9828
10243
|
"$type": "color"
|
|
9829
10244
|
},
|
|
9830
10245
|
"dark-tritanopia": {
|
|
9831
|
-
"$value":
|
|
10246
|
+
"$value": {
|
|
10247
|
+
"colorSpace": "hsl",
|
|
10248
|
+
"components": [211.3, 98.8, 68.4],
|
|
10249
|
+
"hex": "#5fabfe"
|
|
10250
|
+
},
|
|
9832
10251
|
"filePath": "src/tokens/component/button.json5",
|
|
9833
10252
|
"isSource": true,
|
|
9834
10253
|
"$type": "color"
|
|
9835
10254
|
},
|
|
9836
10255
|
"dark-tritanopia-high-contrast": {
|
|
9837
|
-
"$value":
|
|
10256
|
+
"$value": {
|
|
10257
|
+
"colorSpace": "hsl",
|
|
10258
|
+
"components": [211.3, 98.8, 68.4],
|
|
10259
|
+
"hex": "#5fabfe"
|
|
10260
|
+
},
|
|
9838
10261
|
"filePath": "src/tokens/component/button.json5",
|
|
9839
10262
|
"isSource": true,
|
|
9840
10263
|
"$type": "color"
|
|
@@ -9852,37 +10275,61 @@
|
|
|
9852
10275
|
"$type": "color"
|
|
9853
10276
|
},
|
|
9854
10277
|
"dark-high-contrast": {
|
|
9855
|
-
"$value":
|
|
10278
|
+
"$value": {
|
|
10279
|
+
"colorSpace": "hsl",
|
|
10280
|
+
"components": [138.6, 94.6, 28.8],
|
|
10281
|
+
"hex": "#048f2f"
|
|
10282
|
+
},
|
|
9856
10283
|
"filePath": "src/tokens/component/button.json5",
|
|
9857
10284
|
"isSource": true,
|
|
9858
10285
|
"$type": "color"
|
|
9859
10286
|
},
|
|
9860
10287
|
"light-tritanopia": {
|
|
9861
|
-
"$value":
|
|
10288
|
+
"$value": {
|
|
10289
|
+
"colorSpace": "hsl",
|
|
10290
|
+
"components": [209.2, 100, 78.6],
|
|
10291
|
+
"hex": "#92caff"
|
|
10292
|
+
},
|
|
9862
10293
|
"filePath": "src/tokens/component/button.json5",
|
|
9863
10294
|
"isSource": true,
|
|
9864
10295
|
"$type": "color"
|
|
9865
10296
|
},
|
|
9866
10297
|
"light-tritanopia-high-contrast": {
|
|
9867
|
-
"$value":
|
|
10298
|
+
"$value": {
|
|
10299
|
+
"colorSpace": "hsl",
|
|
10300
|
+
"components": [209.2, 100, 78.6],
|
|
10301
|
+
"hex": "#92caff"
|
|
10302
|
+
},
|
|
9868
10303
|
"filePath": "src/tokens/component/button.json5",
|
|
9869
10304
|
"isSource": true,
|
|
9870
10305
|
"$type": "color"
|
|
9871
10306
|
},
|
|
9872
10307
|
"light-protanopia-deuteranopia": {
|
|
9873
|
-
"$value":
|
|
10308
|
+
"$value": {
|
|
10309
|
+
"colorSpace": "hsl",
|
|
10310
|
+
"components": [209.2, 100, 78.6],
|
|
10311
|
+
"hex": "#92caff"
|
|
10312
|
+
},
|
|
9874
10313
|
"filePath": "src/tokens/component/button.json5",
|
|
9875
10314
|
"isSource": true,
|
|
9876
10315
|
"$type": "color"
|
|
9877
10316
|
},
|
|
9878
10317
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9879
|
-
"$value":
|
|
10318
|
+
"$value": {
|
|
10319
|
+
"colorSpace": "hsl",
|
|
10320
|
+
"components": [209.2, 100, 78.6],
|
|
10321
|
+
"hex": "#92caff"
|
|
10322
|
+
},
|
|
9880
10323
|
"filePath": "src/tokens/component/button.json5",
|
|
9881
10324
|
"isSource": true,
|
|
9882
10325
|
"$type": "color"
|
|
9883
10326
|
},
|
|
9884
10327
|
"light-high-contrast": {
|
|
9885
|
-
"$value":
|
|
10328
|
+
"$value": {
|
|
10329
|
+
"colorSpace": "hsl",
|
|
10330
|
+
"components": [135.4, 40.2, 65.9],
|
|
10331
|
+
"hex": "#85cb97"
|
|
10332
|
+
},
|
|
9886
10333
|
"filePath": "src/tokens/component/button.json5",
|
|
9887
10334
|
"isSource": true,
|
|
9888
10335
|
"$type": "color"
|
|
@@ -9907,13 +10354,21 @@
|
|
|
9907
10354
|
},
|
|
9908
10355
|
"org.primer.overrides": {
|
|
9909
10356
|
"dark": {
|
|
9910
|
-
"$value":
|
|
10357
|
+
"$value": {
|
|
10358
|
+
"colorSpace": "hsl",
|
|
10359
|
+
"components": [130.5, 55.7, 36.3],
|
|
10360
|
+
"hex": "#29903B"
|
|
10361
|
+
},
|
|
9911
10362
|
"filePath": "src/tokens/component/button.json5",
|
|
9912
10363
|
"isSource": true,
|
|
9913
10364
|
"$type": "color"
|
|
9914
10365
|
},
|
|
9915
10366
|
"dark-dimmed": {
|
|
9916
|
-
"$value":
|
|
10367
|
+
"$value": {
|
|
10368
|
+
"colorSpace": "hsl",
|
|
10369
|
+
"components": [124, 38.9, 37.8],
|
|
10370
|
+
"hex": "#3b8640"
|
|
10371
|
+
},
|
|
9917
10372
|
"filePath": "src/tokens/component/button.json5",
|
|
9918
10373
|
"isSource": true,
|
|
9919
10374
|
"$type": "color"
|
|
@@ -9925,61 +10380,101 @@
|
|
|
9925
10380
|
"$type": "color"
|
|
9926
10381
|
},
|
|
9927
10382
|
"dark-tritanopia": {
|
|
9928
|
-
"$value":
|
|
10383
|
+
"$value": {
|
|
10384
|
+
"colorSpace": "hsl",
|
|
10385
|
+
"components": [215.6, 86, 55.1],
|
|
10386
|
+
"hex": "#2a7aef"
|
|
10387
|
+
},
|
|
9929
10388
|
"filePath": "src/tokens/component/button.json5",
|
|
9930
10389
|
"isSource": true,
|
|
9931
10390
|
"$type": "color"
|
|
9932
10391
|
},
|
|
9933
10392
|
"dark-tritanopia-high-contrast": {
|
|
9934
|
-
"$value":
|
|
10393
|
+
"$value": {
|
|
10394
|
+
"colorSpace": "hsl",
|
|
10395
|
+
"components": [215.6, 86, 55.1],
|
|
10396
|
+
"hex": "#2a7aef"
|
|
10397
|
+
},
|
|
9935
10398
|
"filePath": "src/tokens/component/button.json5",
|
|
9936
10399
|
"isSource": true,
|
|
9937
10400
|
"$type": "color"
|
|
9938
10401
|
},
|
|
9939
10402
|
"dark-protanopia-deuteranopia": {
|
|
9940
|
-
"$value":
|
|
10403
|
+
"$value": {
|
|
10404
|
+
"colorSpace": "hsl",
|
|
10405
|
+
"components": [215.6, 86, 55.1],
|
|
10406
|
+
"hex": "#2a7aef"
|
|
10407
|
+
},
|
|
9941
10408
|
"filePath": "src/tokens/component/button.json5",
|
|
9942
10409
|
"isSource": true,
|
|
9943
10410
|
"$type": "color"
|
|
9944
10411
|
},
|
|
9945
10412
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
9946
|
-
"$value":
|
|
10413
|
+
"$value": {
|
|
10414
|
+
"colorSpace": "hsl",
|
|
10415
|
+
"components": [215.6, 86, 55.1],
|
|
10416
|
+
"hex": "#2a7aef"
|
|
10417
|
+
},
|
|
9947
10418
|
"filePath": "src/tokens/component/button.json5",
|
|
9948
10419
|
"isSource": true,
|
|
9949
10420
|
"$type": "color"
|
|
9950
10421
|
},
|
|
9951
10422
|
"dark-high-contrast": {
|
|
9952
|
-
"$value":
|
|
10423
|
+
"$value": {
|
|
10424
|
+
"colorSpace": "hsl",
|
|
10425
|
+
"components": [138.6, 87.6, 25.3],
|
|
10426
|
+
"hex": "#08792b"
|
|
10427
|
+
},
|
|
9953
10428
|
"filePath": "src/tokens/component/button.json5",
|
|
9954
10429
|
"isSource": true,
|
|
9955
10430
|
"$type": "color"
|
|
9956
10431
|
},
|
|
9957
10432
|
"light-tritanopia": {
|
|
9958
|
-
"$value":
|
|
10433
|
+
"$value": {
|
|
10434
|
+
"colorSpace": "hsl",
|
|
10435
|
+
"components": [212.5, 92.6, 42.5],
|
|
10436
|
+
"hex": "#0864d1"
|
|
10437
|
+
},
|
|
9959
10438
|
"filePath": "src/tokens/component/button.json5",
|
|
9960
10439
|
"isSource": true,
|
|
9961
10440
|
"$type": "color"
|
|
9962
10441
|
},
|
|
9963
10442
|
"light-tritanopia-high-contrast": {
|
|
9964
|
-
"$value":
|
|
10443
|
+
"$value": {
|
|
10444
|
+
"colorSpace": "hsl",
|
|
10445
|
+
"components": [212.5, 92.6, 42.5],
|
|
10446
|
+
"hex": "#0864d1"
|
|
10447
|
+
},
|
|
9965
10448
|
"filePath": "src/tokens/component/button.json5",
|
|
9966
10449
|
"isSource": true,
|
|
9967
10450
|
"$type": "color"
|
|
9968
10451
|
},
|
|
9969
10452
|
"light-protanopia-deuteranopia": {
|
|
9970
|
-
"$value":
|
|
10453
|
+
"$value": {
|
|
10454
|
+
"colorSpace": "hsl",
|
|
10455
|
+
"components": [212.5, 92.6, 42.5],
|
|
10456
|
+
"hex": "#0864d1"
|
|
10457
|
+
},
|
|
9971
10458
|
"filePath": "src/tokens/component/button.json5",
|
|
9972
10459
|
"isSource": true,
|
|
9973
10460
|
"$type": "color"
|
|
9974
10461
|
},
|
|
9975
10462
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9976
|
-
"$value":
|
|
10463
|
+
"$value": {
|
|
10464
|
+
"colorSpace": "hsl",
|
|
10465
|
+
"components": [212.5, 92.6, 42.5],
|
|
10466
|
+
"hex": "#0864d1"
|
|
10467
|
+
},
|
|
9977
10468
|
"filePath": "src/tokens/component/button.json5",
|
|
9978
10469
|
"isSource": true,
|
|
9979
10470
|
"$type": "color"
|
|
9980
10471
|
},
|
|
9981
10472
|
"light-high-contrast": {
|
|
9982
|
-
"$value":
|
|
10473
|
+
"$value": {
|
|
10474
|
+
"colorSpace": "hsl",
|
|
10475
|
+
"components": [138.8, 91.2, 17.8],
|
|
10476
|
+
"hex": "#04571e"
|
|
10477
|
+
},
|
|
9983
10478
|
"filePath": "src/tokens/component/button.json5",
|
|
9984
10479
|
"isSource": true,
|
|
9985
10480
|
"$type": "color"
|
|
@@ -9989,7 +10484,11 @@
|
|
|
9989
10484
|
"filePath": "src/tokens/component/button.json5",
|
|
9990
10485
|
"isSource": true,
|
|
9991
10486
|
"original": {
|
|
9992
|
-
"$value":
|
|
10487
|
+
"$value": {
|
|
10488
|
+
"colorSpace": "hsl",
|
|
10489
|
+
"components": [130.5, 55.7, 36.3],
|
|
10490
|
+
"hex": "#29903B"
|
|
10491
|
+
},
|
|
9993
10492
|
"$type": "color",
|
|
9994
10493
|
"$extensions": {
|
|
9995
10494
|
"org.primer.figma": {
|
|
@@ -9999,13 +10498,21 @@
|
|
|
9999
10498
|
},
|
|
10000
10499
|
"org.primer.overrides": {
|
|
10001
10500
|
"dark": {
|
|
10002
|
-
"$value":
|
|
10501
|
+
"$value": {
|
|
10502
|
+
"colorSpace": "hsl",
|
|
10503
|
+
"components": [130.5, 55.7, 36.3],
|
|
10504
|
+
"hex": "#29903B"
|
|
10505
|
+
},
|
|
10003
10506
|
"filePath": "src/tokens/component/button.json5",
|
|
10004
10507
|
"isSource": true,
|
|
10005
10508
|
"$type": "color"
|
|
10006
10509
|
},
|
|
10007
10510
|
"dark-dimmed": {
|
|
10008
|
-
"$value":
|
|
10511
|
+
"$value": {
|
|
10512
|
+
"colorSpace": "hsl",
|
|
10513
|
+
"components": [124, 38.9, 37.8],
|
|
10514
|
+
"hex": "#3b8640"
|
|
10515
|
+
},
|
|
10009
10516
|
"filePath": "src/tokens/component/button.json5",
|
|
10010
10517
|
"isSource": true,
|
|
10011
10518
|
"$type": "color"
|
|
@@ -10017,61 +10524,101 @@
|
|
|
10017
10524
|
"$type": "color"
|
|
10018
10525
|
},
|
|
10019
10526
|
"dark-tritanopia": {
|
|
10020
|
-
"$value":
|
|
10527
|
+
"$value": {
|
|
10528
|
+
"colorSpace": "hsl",
|
|
10529
|
+
"components": [215.6, 86, 55.1],
|
|
10530
|
+
"hex": "#2a7aef"
|
|
10531
|
+
},
|
|
10021
10532
|
"filePath": "src/tokens/component/button.json5",
|
|
10022
10533
|
"isSource": true,
|
|
10023
10534
|
"$type": "color"
|
|
10024
10535
|
},
|
|
10025
10536
|
"dark-tritanopia-high-contrast": {
|
|
10026
|
-
"$value":
|
|
10537
|
+
"$value": {
|
|
10538
|
+
"colorSpace": "hsl",
|
|
10539
|
+
"components": [215.6, 86, 55.1],
|
|
10540
|
+
"hex": "#2a7aef"
|
|
10541
|
+
},
|
|
10027
10542
|
"filePath": "src/tokens/component/button.json5",
|
|
10028
10543
|
"isSource": true,
|
|
10029
10544
|
"$type": "color"
|
|
10030
10545
|
},
|
|
10031
10546
|
"dark-protanopia-deuteranopia": {
|
|
10032
|
-
"$value":
|
|
10547
|
+
"$value": {
|
|
10548
|
+
"colorSpace": "hsl",
|
|
10549
|
+
"components": [215.6, 86, 55.1],
|
|
10550
|
+
"hex": "#2a7aef"
|
|
10551
|
+
},
|
|
10033
10552
|
"filePath": "src/tokens/component/button.json5",
|
|
10034
10553
|
"isSource": true,
|
|
10035
10554
|
"$type": "color"
|
|
10036
10555
|
},
|
|
10037
10556
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
10038
|
-
"$value":
|
|
10557
|
+
"$value": {
|
|
10558
|
+
"colorSpace": "hsl",
|
|
10559
|
+
"components": [215.6, 86, 55.1],
|
|
10560
|
+
"hex": "#2a7aef"
|
|
10561
|
+
},
|
|
10039
10562
|
"filePath": "src/tokens/component/button.json5",
|
|
10040
10563
|
"isSource": true,
|
|
10041
10564
|
"$type": "color"
|
|
10042
10565
|
},
|
|
10043
10566
|
"dark-high-contrast": {
|
|
10044
|
-
"$value":
|
|
10567
|
+
"$value": {
|
|
10568
|
+
"colorSpace": "hsl",
|
|
10569
|
+
"components": [138.6, 87.6, 25.3],
|
|
10570
|
+
"hex": "#08792b"
|
|
10571
|
+
},
|
|
10045
10572
|
"filePath": "src/tokens/component/button.json5",
|
|
10046
10573
|
"isSource": true,
|
|
10047
10574
|
"$type": "color"
|
|
10048
10575
|
},
|
|
10049
10576
|
"light-tritanopia": {
|
|
10050
|
-
"$value":
|
|
10577
|
+
"$value": {
|
|
10578
|
+
"colorSpace": "hsl",
|
|
10579
|
+
"components": [212.5, 92.6, 42.5],
|
|
10580
|
+
"hex": "#0864d1"
|
|
10581
|
+
},
|
|
10051
10582
|
"filePath": "src/tokens/component/button.json5",
|
|
10052
10583
|
"isSource": true,
|
|
10053
10584
|
"$type": "color"
|
|
10054
10585
|
},
|
|
10055
10586
|
"light-tritanopia-high-contrast": {
|
|
10056
|
-
"$value":
|
|
10587
|
+
"$value": {
|
|
10588
|
+
"colorSpace": "hsl",
|
|
10589
|
+
"components": [212.5, 92.6, 42.5],
|
|
10590
|
+
"hex": "#0864d1"
|
|
10591
|
+
},
|
|
10057
10592
|
"filePath": "src/tokens/component/button.json5",
|
|
10058
10593
|
"isSource": true,
|
|
10059
10594
|
"$type": "color"
|
|
10060
10595
|
},
|
|
10061
10596
|
"light-protanopia-deuteranopia": {
|
|
10062
|
-
"$value":
|
|
10597
|
+
"$value": {
|
|
10598
|
+
"colorSpace": "hsl",
|
|
10599
|
+
"components": [212.5, 92.6, 42.5],
|
|
10600
|
+
"hex": "#0864d1"
|
|
10601
|
+
},
|
|
10063
10602
|
"filePath": "src/tokens/component/button.json5",
|
|
10064
10603
|
"isSource": true,
|
|
10065
10604
|
"$type": "color"
|
|
10066
10605
|
},
|
|
10067
10606
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
10068
|
-
"$value":
|
|
10607
|
+
"$value": {
|
|
10608
|
+
"colorSpace": "hsl",
|
|
10609
|
+
"components": [212.5, 92.6, 42.5],
|
|
10610
|
+
"hex": "#0864d1"
|
|
10611
|
+
},
|
|
10069
10612
|
"filePath": "src/tokens/component/button.json5",
|
|
10070
10613
|
"isSource": true,
|
|
10071
10614
|
"$type": "color"
|
|
10072
10615
|
},
|
|
10073
10616
|
"light-high-contrast": {
|
|
10074
|
-
"$value":
|
|
10617
|
+
"$value": {
|
|
10618
|
+
"colorSpace": "hsl",
|
|
10619
|
+
"components": [138.8, 91.2, 17.8],
|
|
10620
|
+
"hex": "#04571e"
|
|
10621
|
+
},
|
|
10075
10622
|
"filePath": "src/tokens/component/button.json5",
|
|
10076
10623
|
"isSource": true,
|
|
10077
10624
|
"$type": "color"
|
|
@@ -10182,37 +10729,61 @@
|
|
|
10182
10729
|
},
|
|
10183
10730
|
"org.primer.overrides": {
|
|
10184
10731
|
"dark": {
|
|
10185
|
-
"$value":
|
|
10732
|
+
"$value": {
|
|
10733
|
+
"colorSpace": "hsl",
|
|
10734
|
+
"components": [135.8, 69.2, 20.4],
|
|
10735
|
+
"hex": "#105823"
|
|
10736
|
+
},
|
|
10186
10737
|
"filePath": "src/tokens/component/button.json5",
|
|
10187
10738
|
"isSource": true,
|
|
10188
10739
|
"$type": "color"
|
|
10189
10740
|
},
|
|
10190
10741
|
"dark-dimmed": {
|
|
10191
|
-
"$value":
|
|
10742
|
+
"$value": {
|
|
10743
|
+
"colorSpace": "hsl",
|
|
10744
|
+
"components": [135.8, 69.2, 20.4],
|
|
10745
|
+
"hex": "#105823"
|
|
10746
|
+
},
|
|
10192
10747
|
"filePath": "src/tokens/component/button.json5",
|
|
10193
10748
|
"isSource": true,
|
|
10194
10749
|
"$type": "color"
|
|
10195
10750
|
},
|
|
10196
10751
|
"dark-tritanopia": {
|
|
10197
|
-
"$value":
|
|
10752
|
+
"$value": {
|
|
10753
|
+
"colorSpace": "hsl",
|
|
10754
|
+
"components": [211.3, 98.8, 68.4],
|
|
10755
|
+
"hex": "#5fabfe"
|
|
10756
|
+
},
|
|
10198
10757
|
"filePath": "src/tokens/component/button.json5",
|
|
10199
10758
|
"isSource": true,
|
|
10200
10759
|
"$type": "color"
|
|
10201
10760
|
},
|
|
10202
10761
|
"dark-tritanopia-high-contrast": {
|
|
10203
|
-
"$value":
|
|
10762
|
+
"$value": {
|
|
10763
|
+
"colorSpace": "hsl",
|
|
10764
|
+
"components": [211.3, 98.8, 68.4],
|
|
10765
|
+
"hex": "#5fabfe"
|
|
10766
|
+
},
|
|
10204
10767
|
"filePath": "src/tokens/component/button.json5",
|
|
10205
10768
|
"isSource": true,
|
|
10206
10769
|
"$type": "color"
|
|
10207
10770
|
},
|
|
10208
10771
|
"dark-protanopia-deuteranopia": {
|
|
10209
|
-
"$value":
|
|
10772
|
+
"$value": {
|
|
10773
|
+
"colorSpace": "hsl",
|
|
10774
|
+
"components": [216.6, 84.3, 42.4],
|
|
10775
|
+
"hex": "#1158c7"
|
|
10776
|
+
},
|
|
10210
10777
|
"filePath": "src/tokens/component/button.json5",
|
|
10211
10778
|
"isSource": true,
|
|
10212
10779
|
"$type": "color"
|
|
10213
10780
|
},
|
|
10214
10781
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
10215
|
-
"$value":
|
|
10782
|
+
"$value": {
|
|
10783
|
+
"colorSpace": "hsl",
|
|
10784
|
+
"components": [216.6, 84.3, 42.4],
|
|
10785
|
+
"hex": "#1158c7"
|
|
10786
|
+
},
|
|
10216
10787
|
"filePath": "src/tokens/component/button.json5",
|
|
10217
10788
|
"isSource": true,
|
|
10218
10789
|
"$type": "color"
|
|
@@ -10225,7 +10796,11 @@
|
|
|
10225
10796
|
"$type": "color"
|
|
10226
10797
|
},
|
|
10227
10798
|
"light-high-contrast": {
|
|
10228
|
-
"$value":
|
|
10799
|
+
"$value": {
|
|
10800
|
+
"colorSpace": "hsl",
|
|
10801
|
+
"components": [135.4, 40.2, 65.9],
|
|
10802
|
+
"hex": "#85cb97"
|
|
10803
|
+
},
|
|
10229
10804
|
"filePath": "src/tokens/component/button.json5",
|
|
10230
10805
|
"isSource": true,
|
|
10231
10806
|
"$type": "color"
|
|
@@ -10235,7 +10810,11 @@
|
|
|
10235
10810
|
"filePath": "src/tokens/component/button.json5",
|
|
10236
10811
|
"isSource": true,
|
|
10237
10812
|
"original": {
|
|
10238
|
-
"$value":
|
|
10813
|
+
"$value": {
|
|
10814
|
+
"colorSpace": "hsl",
|
|
10815
|
+
"components": [135.8, 69.2, 20.4],
|
|
10816
|
+
"hex": "#105823"
|
|
10817
|
+
},
|
|
10239
10818
|
"$type": "color",
|
|
10240
10819
|
"$extensions": {
|
|
10241
10820
|
"org.primer.figma": {
|
|
@@ -10245,37 +10824,61 @@
|
|
|
10245
10824
|
},
|
|
10246
10825
|
"org.primer.overrides": {
|
|
10247
10826
|
"dark": {
|
|
10248
|
-
"$value":
|
|
10827
|
+
"$value": {
|
|
10828
|
+
"colorSpace": "hsl",
|
|
10829
|
+
"components": [135.8, 69.2, 20.4],
|
|
10830
|
+
"hex": "#105823"
|
|
10831
|
+
},
|
|
10249
10832
|
"filePath": "src/tokens/component/button.json5",
|
|
10250
10833
|
"isSource": true,
|
|
10251
10834
|
"$type": "color"
|
|
10252
10835
|
},
|
|
10253
10836
|
"dark-dimmed": {
|
|
10254
|
-
"$value":
|
|
10837
|
+
"$value": {
|
|
10838
|
+
"colorSpace": "hsl",
|
|
10839
|
+
"components": [135.8, 69.2, 20.4],
|
|
10840
|
+
"hex": "#105823"
|
|
10841
|
+
},
|
|
10255
10842
|
"filePath": "src/tokens/component/button.json5",
|
|
10256
10843
|
"isSource": true,
|
|
10257
10844
|
"$type": "color"
|
|
10258
10845
|
},
|
|
10259
10846
|
"dark-tritanopia": {
|
|
10260
|
-
"$value":
|
|
10847
|
+
"$value": {
|
|
10848
|
+
"colorSpace": "hsl",
|
|
10849
|
+
"components": [211.3, 98.8, 68.4],
|
|
10850
|
+
"hex": "#5fabfe"
|
|
10851
|
+
},
|
|
10261
10852
|
"filePath": "src/tokens/component/button.json5",
|
|
10262
10853
|
"isSource": true,
|
|
10263
10854
|
"$type": "color"
|
|
10264
10855
|
},
|
|
10265
10856
|
"dark-tritanopia-high-contrast": {
|
|
10266
|
-
"$value":
|
|
10857
|
+
"$value": {
|
|
10858
|
+
"colorSpace": "hsl",
|
|
10859
|
+
"components": [211.3, 98.8, 68.4],
|
|
10860
|
+
"hex": "#5fabfe"
|
|
10861
|
+
},
|
|
10267
10862
|
"filePath": "src/tokens/component/button.json5",
|
|
10268
10863
|
"isSource": true,
|
|
10269
10864
|
"$type": "color"
|
|
10270
10865
|
},
|
|
10271
10866
|
"dark-protanopia-deuteranopia": {
|
|
10272
|
-
"$value":
|
|
10867
|
+
"$value": {
|
|
10868
|
+
"colorSpace": "hsl",
|
|
10869
|
+
"components": [216.6, 84.3, 42.4],
|
|
10870
|
+
"hex": "#1158c7"
|
|
10871
|
+
},
|
|
10273
10872
|
"filePath": "src/tokens/component/button.json5",
|
|
10274
10873
|
"isSource": true,
|
|
10275
10874
|
"$type": "color"
|
|
10276
10875
|
},
|
|
10277
10876
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
10278
|
-
"$value":
|
|
10877
|
+
"$value": {
|
|
10878
|
+
"colorSpace": "hsl",
|
|
10879
|
+
"components": [216.6, 84.3, 42.4],
|
|
10880
|
+
"hex": "#1158c7"
|
|
10881
|
+
},
|
|
10279
10882
|
"filePath": "src/tokens/component/button.json5",
|
|
10280
10883
|
"isSource": true,
|
|
10281
10884
|
"$type": "color"
|
|
@@ -10288,7 +10891,11 @@
|
|
|
10288
10891
|
"$type": "color"
|
|
10289
10892
|
},
|
|
10290
10893
|
"light-high-contrast": {
|
|
10291
|
-
"$value":
|
|
10894
|
+
"$value": {
|
|
10895
|
+
"colorSpace": "hsl",
|
|
10896
|
+
"components": [135.4, 40.2, 65.9],
|
|
10897
|
+
"hex": "#85cb97"
|
|
10898
|
+
},
|
|
10292
10899
|
"filePath": "src/tokens/component/button.json5",
|
|
10293
10900
|
"isSource": true,
|
|
10294
10901
|
"$type": "color"
|
|
@@ -10528,13 +11135,21 @@
|
|
|
10528
11135
|
"$type": "color"
|
|
10529
11136
|
},
|
|
10530
11137
|
"dark-dimmed": {
|
|
10531
|
-
"$value":
|
|
11138
|
+
"$value": {
|
|
11139
|
+
"colorSpace": "hsl",
|
|
11140
|
+
"components": [0, 0, 100],
|
|
11141
|
+
"hex": "#ffffff"
|
|
11142
|
+
},
|
|
10532
11143
|
"filePath": "src/tokens/component/button.json5",
|
|
10533
11144
|
"isSource": true,
|
|
10534
11145
|
"$type": "color"
|
|
10535
11146
|
},
|
|
10536
11147
|
"dark-dimmed-high-contrast": {
|
|
10537
|
-
"$value":
|
|
11148
|
+
"$value": {
|
|
11149
|
+
"colorSpace": "hsl",
|
|
11150
|
+
"components": [0, 0, 100],
|
|
11151
|
+
"hex": "#ffffff"
|
|
11152
|
+
},
|
|
10538
11153
|
"filePath": "src/tokens/component/button.json5",
|
|
10539
11154
|
"isSource": true,
|
|
10540
11155
|
"$type": "color"
|
|
@@ -10560,13 +11175,21 @@
|
|
|
10560
11175
|
"$type": "color"
|
|
10561
11176
|
},
|
|
10562
11177
|
"dark-dimmed": {
|
|
10563
|
-
"$value":
|
|
11178
|
+
"$value": {
|
|
11179
|
+
"colorSpace": "hsl",
|
|
11180
|
+
"components": [0, 0, 100],
|
|
11181
|
+
"hex": "#ffffff"
|
|
11182
|
+
},
|
|
10564
11183
|
"filePath": "src/tokens/component/button.json5",
|
|
10565
11184
|
"isSource": true,
|
|
10566
11185
|
"$type": "color"
|
|
10567
11186
|
},
|
|
10568
11187
|
"dark-dimmed-high-contrast": {
|
|
10569
|
-
"$value":
|
|
11188
|
+
"$value": {
|
|
11189
|
+
"colorSpace": "hsl",
|
|
11190
|
+
"components": [0, 0, 100],
|
|
11191
|
+
"hex": "#ffffff"
|
|
11192
|
+
},
|
|
10570
11193
|
"filePath": "src/tokens/component/button.json5",
|
|
10571
11194
|
"isSource": true,
|
|
10572
11195
|
"$type": "color"
|
|
@@ -10579,6 +11202,35 @@
|
|
|
10579
11202
|
"attributes": {},
|
|
10580
11203
|
"path": ["button", "primary", "fgColor", "rest"]
|
|
10581
11204
|
},
|
|
11205
|
+
"button-primary-iconColor-disabled": {
|
|
11206
|
+
"key": "{button.primary.iconColor.disabled}",
|
|
11207
|
+
"$value": "#ffffff66",
|
|
11208
|
+
"$type": "color",
|
|
11209
|
+
"$extensions": {
|
|
11210
|
+
"org.primer.figma": {
|
|
11211
|
+
"collection": "mode",
|
|
11212
|
+
"group": "component (internal)",
|
|
11213
|
+
"scopes": ["fgColor"]
|
|
11214
|
+
}
|
|
11215
|
+
},
|
|
11216
|
+
"filePath": "src/tokens/component/button.json5",
|
|
11217
|
+
"isSource": true,
|
|
11218
|
+
"original": {
|
|
11219
|
+
"$value": "{button.primary.fgColor.disabled}",
|
|
11220
|
+
"$type": "color",
|
|
11221
|
+
"$extensions": {
|
|
11222
|
+
"org.primer.figma": {
|
|
11223
|
+
"collection": "mode",
|
|
11224
|
+
"group": "component (internal)",
|
|
11225
|
+
"scopes": ["fgColor"]
|
|
11226
|
+
}
|
|
11227
|
+
},
|
|
11228
|
+
"key": "{button.primary.iconColor.disabled}"
|
|
11229
|
+
},
|
|
11230
|
+
"name": "button-primary-iconColor-disabled",
|
|
11231
|
+
"attributes": {},
|
|
11232
|
+
"path": ["button", "primary", "iconColor", "disabled"]
|
|
11233
|
+
},
|
|
10582
11234
|
"button-primary-iconColor-rest": {
|
|
10583
11235
|
"key": "{button.primary.iconColor.rest}",
|
|
10584
11236
|
"$value": "#ffffff",
|
|
@@ -10604,13 +11256,21 @@
|
|
|
10604
11256
|
"$type": "color"
|
|
10605
11257
|
},
|
|
10606
11258
|
"dark-dimmed": {
|
|
10607
|
-
"$value":
|
|
11259
|
+
"$value": {
|
|
11260
|
+
"colorSpace": "hsl",
|
|
11261
|
+
"components": [0, 0, 100],
|
|
11262
|
+
"hex": "#ffffff"
|
|
11263
|
+
},
|
|
10608
11264
|
"filePath": "src/tokens/component/button.json5",
|
|
10609
11265
|
"isSource": true,
|
|
10610
11266
|
"$type": "color"
|
|
10611
11267
|
},
|
|
10612
11268
|
"dark-dimmed-high-contrast": {
|
|
10613
|
-
"$value":
|
|
11269
|
+
"$value": {
|
|
11270
|
+
"colorSpace": "hsl",
|
|
11271
|
+
"components": [0, 0, 100],
|
|
11272
|
+
"hex": "#ffffff"
|
|
11273
|
+
},
|
|
10614
11274
|
"filePath": "src/tokens/component/button.json5",
|
|
10615
11275
|
"isSource": true,
|
|
10616
11276
|
"$type": "color"
|
|
@@ -10643,13 +11303,21 @@
|
|
|
10643
11303
|
"$type": "color"
|
|
10644
11304
|
},
|
|
10645
11305
|
"dark-dimmed": {
|
|
10646
|
-
"$value":
|
|
11306
|
+
"$value": {
|
|
11307
|
+
"colorSpace": "hsl",
|
|
11308
|
+
"components": [0, 0, 100],
|
|
11309
|
+
"hex": "#ffffff"
|
|
11310
|
+
},
|
|
10647
11311
|
"filePath": "src/tokens/component/button.json5",
|
|
10648
11312
|
"isSource": true,
|
|
10649
11313
|
"$type": "color"
|
|
10650
11314
|
},
|
|
10651
11315
|
"dark-dimmed-high-contrast": {
|
|
10652
|
-
"$value":
|
|
11316
|
+
"$value": {
|
|
11317
|
+
"colorSpace": "hsl",
|
|
11318
|
+
"components": [0, 0, 100],
|
|
11319
|
+
"hex": "#ffffff"
|
|
11320
|
+
},
|
|
10653
11321
|
"filePath": "src/tokens/component/button.json5",
|
|
10654
11322
|
"isSource": true,
|
|
10655
11323
|
"$type": "color"
|
|
@@ -10664,7 +11332,7 @@
|
|
|
10664
11332
|
},
|
|
10665
11333
|
"button-primary-shadow-selected": {
|
|
10666
11334
|
"key": "{button.primary.shadow.selected}",
|
|
10667
|
-
"$value": "0 0 0 0 #
|
|
11335
|
+
"$value": "0 0 0 0 #00000000",
|
|
10668
11336
|
"$type": "shadow",
|
|
10669
11337
|
"$extensions": {
|
|
10670
11338
|
"org.primer.figma": {
|
|
@@ -17022,7 +17690,11 @@
|
|
|
17022
17690
|
"org.primer.overrides": {
|
|
17023
17691
|
"dark": "#3d444d",
|
|
17024
17692
|
"dark-dimmed": {
|
|
17025
|
-
"$value":
|
|
17693
|
+
"$value": {
|
|
17694
|
+
"colorSpace": "hsl",
|
|
17695
|
+
"components": [213.8, 11.6, 27.1],
|
|
17696
|
+
"hex": "#3d444d"
|
|
17697
|
+
},
|
|
17026
17698
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17027
17699
|
"isSource": true,
|
|
17028
17700
|
"$type": "color"
|
|
@@ -17043,7 +17715,11 @@
|
|
|
17043
17715
|
"org.primer.overrides": {
|
|
17044
17716
|
"dark": "{borderColor.default}",
|
|
17045
17717
|
"dark-dimmed": {
|
|
17046
|
-
"$value":
|
|
17718
|
+
"$value": {
|
|
17719
|
+
"colorSpace": "hsl",
|
|
17720
|
+
"components": [213.8, 11.6, 27.1],
|
|
17721
|
+
"hex": "#3d444d"
|
|
17722
|
+
},
|
|
17047
17723
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17048
17724
|
"isSource": true,
|
|
17049
17725
|
"$type": "color"
|
|
@@ -17174,49 +17850,81 @@
|
|
|
17174
17850
|
"org.primer.overrides": {
|
|
17175
17851
|
"dark": "#3685F3",
|
|
17176
17852
|
"dark-high-contrast": {
|
|
17177
|
-
"$value":
|
|
17853
|
+
"$value": {
|
|
17854
|
+
"colorSpace": "hsl",
|
|
17855
|
+
"components": [215.3, 61.2, 52.5],
|
|
17856
|
+
"hex": "#3c79d0"
|
|
17857
|
+
},
|
|
17178
17858
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17179
17859
|
"isSource": true,
|
|
17180
17860
|
"$type": "color"
|
|
17181
17861
|
},
|
|
17182
17862
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
17183
|
-
"$value":
|
|
17863
|
+
"$value": {
|
|
17864
|
+
"colorSpace": "hsl",
|
|
17865
|
+
"components": [215.3, 61.2, 52.5],
|
|
17866
|
+
"hex": "#3c79d0"
|
|
17867
|
+
},
|
|
17184
17868
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17185
17869
|
"isSource": true,
|
|
17186
17870
|
"$type": "color"
|
|
17187
17871
|
},
|
|
17188
17872
|
"dark-tritanopia-high-contrast": {
|
|
17189
|
-
"$value":
|
|
17873
|
+
"$value": {
|
|
17874
|
+
"colorSpace": "hsl",
|
|
17875
|
+
"components": [215.3, 61.2, 52.5],
|
|
17876
|
+
"hex": "#3c79d0"
|
|
17877
|
+
},
|
|
17190
17878
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17191
17879
|
"isSource": true,
|
|
17192
17880
|
"$type": "color"
|
|
17193
17881
|
},
|
|
17194
17882
|
"dark-dimmed": {
|
|
17195
|
-
"$value":
|
|
17883
|
+
"$value": {
|
|
17884
|
+
"colorSpace": "hsl",
|
|
17885
|
+
"components": [215.4, 68.4, 55.3],
|
|
17886
|
+
"hex": "#3f7fdb"
|
|
17887
|
+
},
|
|
17196
17888
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17197
17889
|
"isSource": true,
|
|
17198
17890
|
"$type": "color"
|
|
17199
17891
|
},
|
|
17200
17892
|
"dark-dimmed-high-contrast": {
|
|
17201
|
-
"$value":
|
|
17893
|
+
"$value": {
|
|
17894
|
+
"colorSpace": "hsl",
|
|
17895
|
+
"components": [215.3, 61.2, 52.5],
|
|
17896
|
+
"hex": "#3c79d0"
|
|
17897
|
+
},
|
|
17202
17898
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17203
17899
|
"isSource": true,
|
|
17204
17900
|
"$type": "color"
|
|
17205
17901
|
},
|
|
17206
17902
|
"light-high-contrast": {
|
|
17207
|
-
"$value":
|
|
17903
|
+
"$value": {
|
|
17904
|
+
"colorSpace": "hsl",
|
|
17905
|
+
"components": [216.6, 96.3, 31.4],
|
|
17906
|
+
"hex": "#033f9d"
|
|
17907
|
+
},
|
|
17208
17908
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17209
17909
|
"isSource": true,
|
|
17210
17910
|
"$type": "color"
|
|
17211
17911
|
},
|
|
17212
17912
|
"light-tritanopia-high-contrast": {
|
|
17213
|
-
"$value":
|
|
17913
|
+
"$value": {
|
|
17914
|
+
"colorSpace": "hsl",
|
|
17915
|
+
"components": [216.6, 96.3, 31.4],
|
|
17916
|
+
"hex": "#033f9d"
|
|
17917
|
+
},
|
|
17214
17918
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17215
17919
|
"isSource": true,
|
|
17216
17920
|
"$type": "color"
|
|
17217
17921
|
},
|
|
17218
17922
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17219
|
-
"$value":
|
|
17923
|
+
"$value": {
|
|
17924
|
+
"colorSpace": "hsl",
|
|
17925
|
+
"components": [216.6, 96.3, 31.4],
|
|
17926
|
+
"hex": "#033f9d"
|
|
17927
|
+
},
|
|
17220
17928
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17221
17929
|
"isSource": true,
|
|
17222
17930
|
"$type": "color"
|
|
@@ -17237,49 +17945,81 @@
|
|
|
17237
17945
|
"org.primer.overrides": {
|
|
17238
17946
|
"dark": "#3685F3",
|
|
17239
17947
|
"dark-high-contrast": {
|
|
17240
|
-
"$value":
|
|
17948
|
+
"$value": {
|
|
17949
|
+
"colorSpace": "hsl",
|
|
17950
|
+
"components": [215.3, 61.2, 52.5],
|
|
17951
|
+
"hex": "#3c79d0"
|
|
17952
|
+
},
|
|
17241
17953
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17242
17954
|
"isSource": true,
|
|
17243
17955
|
"$type": "color"
|
|
17244
17956
|
},
|
|
17245
17957
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
17246
|
-
"$value":
|
|
17958
|
+
"$value": {
|
|
17959
|
+
"colorSpace": "hsl",
|
|
17960
|
+
"components": [215.3, 61.2, 52.5],
|
|
17961
|
+
"hex": "#3c79d0"
|
|
17962
|
+
},
|
|
17247
17963
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17248
17964
|
"isSource": true,
|
|
17249
17965
|
"$type": "color"
|
|
17250
17966
|
},
|
|
17251
17967
|
"dark-tritanopia-high-contrast": {
|
|
17252
|
-
"$value":
|
|
17968
|
+
"$value": {
|
|
17969
|
+
"colorSpace": "hsl",
|
|
17970
|
+
"components": [215.3, 61.2, 52.5],
|
|
17971
|
+
"hex": "#3c79d0"
|
|
17972
|
+
},
|
|
17253
17973
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17254
17974
|
"isSource": true,
|
|
17255
17975
|
"$type": "color"
|
|
17256
17976
|
},
|
|
17257
17977
|
"dark-dimmed": {
|
|
17258
|
-
"$value":
|
|
17978
|
+
"$value": {
|
|
17979
|
+
"colorSpace": "hsl",
|
|
17980
|
+
"components": [215.4, 68.4, 55.3],
|
|
17981
|
+
"hex": "#3f7fdb"
|
|
17982
|
+
},
|
|
17259
17983
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17260
17984
|
"isSource": true,
|
|
17261
17985
|
"$type": "color"
|
|
17262
17986
|
},
|
|
17263
17987
|
"dark-dimmed-high-contrast": {
|
|
17264
|
-
"$value":
|
|
17988
|
+
"$value": {
|
|
17989
|
+
"colorSpace": "hsl",
|
|
17990
|
+
"components": [215.3, 61.2, 52.5],
|
|
17991
|
+
"hex": "#3c79d0"
|
|
17992
|
+
},
|
|
17265
17993
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17266
17994
|
"isSource": true,
|
|
17267
17995
|
"$type": "color"
|
|
17268
17996
|
},
|
|
17269
17997
|
"light-high-contrast": {
|
|
17270
|
-
"$value":
|
|
17998
|
+
"$value": {
|
|
17999
|
+
"colorSpace": "hsl",
|
|
18000
|
+
"components": [216.6, 96.3, 31.4],
|
|
18001
|
+
"hex": "#033f9d"
|
|
18002
|
+
},
|
|
17271
18003
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17272
18004
|
"isSource": true,
|
|
17273
18005
|
"$type": "color"
|
|
17274
18006
|
},
|
|
17275
18007
|
"light-tritanopia-high-contrast": {
|
|
17276
|
-
"$value":
|
|
18008
|
+
"$value": {
|
|
18009
|
+
"colorSpace": "hsl",
|
|
18010
|
+
"components": [216.6, 96.3, 31.4],
|
|
18011
|
+
"hex": "#033f9d"
|
|
18012
|
+
},
|
|
17277
18013
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17278
18014
|
"isSource": true,
|
|
17279
18015
|
"$type": "color"
|
|
17280
18016
|
},
|
|
17281
18017
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17282
|
-
"$value":
|
|
18018
|
+
"$value": {
|
|
18019
|
+
"colorSpace": "hsl",
|
|
18020
|
+
"components": [216.6, 96.3, 31.4],
|
|
18021
|
+
"hex": "#033f9d"
|
|
18022
|
+
},
|
|
17283
18023
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17284
18024
|
"isSource": true,
|
|
17285
18025
|
"$type": "color"
|
|
@@ -17340,49 +18080,81 @@
|
|
|
17340
18080
|
"org.primer.overrides": {
|
|
17341
18081
|
"dark": "#2A7AEF",
|
|
17342
18082
|
"dark-high-contrast": {
|
|
17343
|
-
"$value":
|
|
18083
|
+
"$value": {
|
|
18084
|
+
"colorSpace": "hsl",
|
|
18085
|
+
"components": [217.2, 63.6, 46.3],
|
|
18086
|
+
"hex": "#2b64c1"
|
|
18087
|
+
},
|
|
17344
18088
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17345
18089
|
"isSource": true,
|
|
17346
18090
|
"$type": "color"
|
|
17347
18091
|
},
|
|
17348
18092
|
"dark-tritanopia-high-contrast": {
|
|
17349
|
-
"$value":
|
|
18093
|
+
"$value": {
|
|
18094
|
+
"colorSpace": "hsl",
|
|
18095
|
+
"components": [217.2, 63.6, 46.3],
|
|
18096
|
+
"hex": "#2b64c1"
|
|
18097
|
+
},
|
|
17350
18098
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17351
18099
|
"isSource": true,
|
|
17352
18100
|
"$type": "color"
|
|
17353
18101
|
},
|
|
17354
18102
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
17355
|
-
"$value":
|
|
18103
|
+
"$value": {
|
|
18104
|
+
"colorSpace": "hsl",
|
|
18105
|
+
"components": [217.2, 63.6, 46.3],
|
|
18106
|
+
"hex": "#2b64c1"
|
|
18107
|
+
},
|
|
17356
18108
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17357
18109
|
"isSource": true,
|
|
17358
18110
|
"$type": "color"
|
|
17359
18111
|
},
|
|
17360
18112
|
"dark-dimmed": {
|
|
17361
|
-
"$value":
|
|
18113
|
+
"$value": {
|
|
18114
|
+
"colorSpace": "hsl",
|
|
18115
|
+
"components": [216, 63.8, 52.4],
|
|
18116
|
+
"hex": "#3876d3"
|
|
18117
|
+
},
|
|
17362
18118
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17363
18119
|
"isSource": true,
|
|
17364
18120
|
"$type": "color"
|
|
17365
18121
|
},
|
|
17366
18122
|
"dark-dimmed-high-contrast": {
|
|
17367
|
-
"$value":
|
|
18123
|
+
"$value": {
|
|
18124
|
+
"colorSpace": "hsl",
|
|
18125
|
+
"components": [217.2, 63.6, 46.3],
|
|
18126
|
+
"hex": "#2b64c1"
|
|
18127
|
+
},
|
|
17368
18128
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17369
18129
|
"isSource": true,
|
|
17370
18130
|
"$type": "color"
|
|
17371
18131
|
},
|
|
17372
18132
|
"light-high-contrast": {
|
|
17373
|
-
"$value":
|
|
18133
|
+
"$value": {
|
|
18134
|
+
"colorSpace": "hsl",
|
|
18135
|
+
"components": [216.4, 96.5, 33.5],
|
|
18136
|
+
"hex": "#0344a8"
|
|
18137
|
+
},
|
|
17374
18138
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17375
18139
|
"isSource": true,
|
|
17376
18140
|
"$type": "color"
|
|
17377
18141
|
},
|
|
17378
18142
|
"light-tritanopia-high-contrast": {
|
|
17379
|
-
"$value":
|
|
18143
|
+
"$value": {
|
|
18144
|
+
"colorSpace": "hsl",
|
|
18145
|
+
"components": [216.4, 96.5, 33.5],
|
|
18146
|
+
"hex": "#0344a8"
|
|
18147
|
+
},
|
|
17380
18148
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17381
18149
|
"isSource": true,
|
|
17382
18150
|
"$type": "color"
|
|
17383
18151
|
},
|
|
17384
18152
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17385
|
-
"$value":
|
|
18153
|
+
"$value": {
|
|
18154
|
+
"colorSpace": "hsl",
|
|
18155
|
+
"components": [216.4, 96.5, 33.5],
|
|
18156
|
+
"hex": "#0344a8"
|
|
18157
|
+
},
|
|
17386
18158
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17387
18159
|
"isSource": true,
|
|
17388
18160
|
"$type": "color"
|
|
@@ -17403,49 +18175,81 @@
|
|
|
17403
18175
|
"org.primer.overrides": {
|
|
17404
18176
|
"dark": "#2A7AEF",
|
|
17405
18177
|
"dark-high-contrast": {
|
|
17406
|
-
"$value":
|
|
18178
|
+
"$value": {
|
|
18179
|
+
"colorSpace": "hsl",
|
|
18180
|
+
"components": [217.2, 63.6, 46.3],
|
|
18181
|
+
"hex": "#2b64c1"
|
|
18182
|
+
},
|
|
17407
18183
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17408
18184
|
"isSource": true,
|
|
17409
18185
|
"$type": "color"
|
|
17410
18186
|
},
|
|
17411
18187
|
"dark-tritanopia-high-contrast": {
|
|
17412
|
-
"$value":
|
|
18188
|
+
"$value": {
|
|
18189
|
+
"colorSpace": "hsl",
|
|
18190
|
+
"components": [217.2, 63.6, 46.3],
|
|
18191
|
+
"hex": "#2b64c1"
|
|
18192
|
+
},
|
|
17413
18193
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17414
18194
|
"isSource": true,
|
|
17415
18195
|
"$type": "color"
|
|
17416
18196
|
},
|
|
17417
18197
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
17418
|
-
"$value":
|
|
18198
|
+
"$value": {
|
|
18199
|
+
"colorSpace": "hsl",
|
|
18200
|
+
"components": [217.2, 63.6, 46.3],
|
|
18201
|
+
"hex": "#2b64c1"
|
|
18202
|
+
},
|
|
17419
18203
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17420
18204
|
"isSource": true,
|
|
17421
18205
|
"$type": "color"
|
|
17422
18206
|
},
|
|
17423
18207
|
"dark-dimmed": {
|
|
17424
|
-
"$value":
|
|
18208
|
+
"$value": {
|
|
18209
|
+
"colorSpace": "hsl",
|
|
18210
|
+
"components": [216, 63.8, 52.4],
|
|
18211
|
+
"hex": "#3876d3"
|
|
18212
|
+
},
|
|
17425
18213
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17426
18214
|
"isSource": true,
|
|
17427
18215
|
"$type": "color"
|
|
17428
18216
|
},
|
|
17429
18217
|
"dark-dimmed-high-contrast": {
|
|
17430
|
-
"$value":
|
|
18218
|
+
"$value": {
|
|
18219
|
+
"colorSpace": "hsl",
|
|
18220
|
+
"components": [217.2, 63.6, 46.3],
|
|
18221
|
+
"hex": "#2b64c1"
|
|
18222
|
+
},
|
|
17431
18223
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17432
18224
|
"isSource": true,
|
|
17433
18225
|
"$type": "color"
|
|
17434
18226
|
},
|
|
17435
18227
|
"light-high-contrast": {
|
|
17436
|
-
"$value":
|
|
18228
|
+
"$value": {
|
|
18229
|
+
"colorSpace": "hsl",
|
|
18230
|
+
"components": [216.4, 96.5, 33.5],
|
|
18231
|
+
"hex": "#0344a8"
|
|
18232
|
+
},
|
|
17437
18233
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17438
18234
|
"isSource": true,
|
|
17439
18235
|
"$type": "color"
|
|
17440
18236
|
},
|
|
17441
18237
|
"light-tritanopia-high-contrast": {
|
|
17442
|
-
"$value":
|
|
18238
|
+
"$value": {
|
|
18239
|
+
"colorSpace": "hsl",
|
|
18240
|
+
"components": [216.4, 96.5, 33.5],
|
|
18241
|
+
"hex": "#0344a8"
|
|
18242
|
+
},
|
|
17443
18243
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17444
18244
|
"isSource": true,
|
|
17445
18245
|
"$type": "color"
|
|
17446
18246
|
},
|
|
17447
18247
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17448
|
-
"$value":
|
|
18248
|
+
"$value": {
|
|
18249
|
+
"colorSpace": "hsl",
|
|
18250
|
+
"components": [216.4, 96.5, 33.5],
|
|
18251
|
+
"hex": "#0344a8"
|
|
18252
|
+
},
|
|
17449
18253
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17450
18254
|
"isSource": true,
|
|
17451
18255
|
"$type": "color"
|
|
@@ -17524,7 +18328,11 @@
|
|
|
17524
18328
|
"$type": "color"
|
|
17525
18329
|
},
|
|
17526
18330
|
"dark-dimmed": {
|
|
17527
|
-
"$value":
|
|
18331
|
+
"$value": {
|
|
18332
|
+
"colorSpace": "hsl",
|
|
18333
|
+
"components": [215.4, 68.4, 55.3],
|
|
18334
|
+
"hex": "#3f7fdb"
|
|
18335
|
+
},
|
|
17528
18336
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17529
18337
|
"isSource": true,
|
|
17530
18338
|
"$type": "color"
|
|
@@ -17536,19 +18344,31 @@
|
|
|
17536
18344
|
"$type": "color"
|
|
17537
18345
|
},
|
|
17538
18346
|
"light-high-contrast": {
|
|
17539
|
-
"$value":
|
|
18347
|
+
"$value": {
|
|
18348
|
+
"colorSpace": "hsl",
|
|
18349
|
+
"components": [216.6, 96.3, 31.4],
|
|
18350
|
+
"hex": "#033f9d"
|
|
18351
|
+
},
|
|
17540
18352
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17541
18353
|
"isSource": true,
|
|
17542
18354
|
"$type": "color"
|
|
17543
18355
|
},
|
|
17544
18356
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17545
|
-
"$value":
|
|
18357
|
+
"$value": {
|
|
18358
|
+
"colorSpace": "hsl",
|
|
18359
|
+
"components": [216.6, 96.3, 31.4],
|
|
18360
|
+
"hex": "#033f9d"
|
|
18361
|
+
},
|
|
17546
18362
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17547
18363
|
"isSource": true,
|
|
17548
18364
|
"$type": "color"
|
|
17549
18365
|
},
|
|
17550
18366
|
"light-tritanopia-high-contrast": {
|
|
17551
|
-
"$value":
|
|
18367
|
+
"$value": {
|
|
18368
|
+
"colorSpace": "hsl",
|
|
18369
|
+
"components": [216.6, 96.3, 31.4],
|
|
18370
|
+
"hex": "#033f9d"
|
|
18371
|
+
},
|
|
17552
18372
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17553
18373
|
"isSource": true,
|
|
17554
18374
|
"$type": "color"
|
|
@@ -17587,7 +18407,11 @@
|
|
|
17587
18407
|
"$type": "color"
|
|
17588
18408
|
},
|
|
17589
18409
|
"dark-dimmed": {
|
|
17590
|
-
"$value":
|
|
18410
|
+
"$value": {
|
|
18411
|
+
"colorSpace": "hsl",
|
|
18412
|
+
"components": [215.4, 68.4, 55.3],
|
|
18413
|
+
"hex": "#3f7fdb"
|
|
18414
|
+
},
|
|
17591
18415
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17592
18416
|
"isSource": true,
|
|
17593
18417
|
"$type": "color"
|
|
@@ -17599,19 +18423,31 @@
|
|
|
17599
18423
|
"$type": "color"
|
|
17600
18424
|
},
|
|
17601
18425
|
"light-high-contrast": {
|
|
17602
|
-
"$value":
|
|
18426
|
+
"$value": {
|
|
18427
|
+
"colorSpace": "hsl",
|
|
18428
|
+
"components": [216.6, 96.3, 31.4],
|
|
18429
|
+
"hex": "#033f9d"
|
|
18430
|
+
},
|
|
17603
18431
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17604
18432
|
"isSource": true,
|
|
17605
18433
|
"$type": "color"
|
|
17606
18434
|
},
|
|
17607
18435
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17608
|
-
"$value":
|
|
18436
|
+
"$value": {
|
|
18437
|
+
"colorSpace": "hsl",
|
|
18438
|
+
"components": [216.6, 96.3, 31.4],
|
|
18439
|
+
"hex": "#033f9d"
|
|
18440
|
+
},
|
|
17609
18441
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17610
18442
|
"isSource": true,
|
|
17611
18443
|
"$type": "color"
|
|
17612
18444
|
},
|
|
17613
18445
|
"light-tritanopia-high-contrast": {
|
|
17614
|
-
"$value":
|
|
18446
|
+
"$value": {
|
|
18447
|
+
"colorSpace": "hsl",
|
|
18448
|
+
"components": [216.6, 96.3, 31.4],
|
|
18449
|
+
"hex": "#033f9d"
|
|
18450
|
+
},
|
|
17615
18451
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17616
18452
|
"isSource": true,
|
|
17617
18453
|
"$type": "color"
|
|
@@ -17690,7 +18526,11 @@
|
|
|
17690
18526
|
"$type": "color"
|
|
17691
18527
|
},
|
|
17692
18528
|
"dark-dimmed": {
|
|
17693
|
-
"$value":
|
|
18529
|
+
"$value": {
|
|
18530
|
+
"colorSpace": "hsl",
|
|
18531
|
+
"components": [216, 63.8, 52.4],
|
|
18532
|
+
"hex": "#3876d3"
|
|
18533
|
+
},
|
|
17694
18534
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17695
18535
|
"isSource": true,
|
|
17696
18536
|
"$type": "color"
|
|
@@ -17702,19 +18542,31 @@
|
|
|
17702
18542
|
"$type": "color"
|
|
17703
18543
|
},
|
|
17704
18544
|
"light-high-contrast": {
|
|
17705
|
-
"$value":
|
|
18545
|
+
"$value": {
|
|
18546
|
+
"colorSpace": "hsl",
|
|
18547
|
+
"components": [216.4, 96.5, 33.5],
|
|
18548
|
+
"hex": "#0344a8"
|
|
18549
|
+
},
|
|
17706
18550
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17707
18551
|
"isSource": true,
|
|
17708
18552
|
"$type": "color"
|
|
17709
18553
|
},
|
|
17710
18554
|
"light-tritanopia-high-contrast": {
|
|
17711
|
-
"$value":
|
|
18555
|
+
"$value": {
|
|
18556
|
+
"colorSpace": "hsl",
|
|
18557
|
+
"components": [216.4, 96.5, 33.5],
|
|
18558
|
+
"hex": "#0344a8"
|
|
18559
|
+
},
|
|
17712
18560
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17713
18561
|
"isSource": true,
|
|
17714
18562
|
"$type": "color"
|
|
17715
18563
|
},
|
|
17716
18564
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17717
|
-
"$value":
|
|
18565
|
+
"$value": {
|
|
18566
|
+
"colorSpace": "hsl",
|
|
18567
|
+
"components": [216.4, 96.5, 33.5],
|
|
18568
|
+
"hex": "#0344a8"
|
|
18569
|
+
},
|
|
17718
18570
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17719
18571
|
"isSource": true,
|
|
17720
18572
|
"$type": "color"
|
|
@@ -17753,7 +18605,11 @@
|
|
|
17753
18605
|
"$type": "color"
|
|
17754
18606
|
},
|
|
17755
18607
|
"dark-dimmed": {
|
|
17756
|
-
"$value":
|
|
18608
|
+
"$value": {
|
|
18609
|
+
"colorSpace": "hsl",
|
|
18610
|
+
"components": [216, 63.8, 52.4],
|
|
18611
|
+
"hex": "#3876d3"
|
|
18612
|
+
},
|
|
17757
18613
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17758
18614
|
"isSource": true,
|
|
17759
18615
|
"$type": "color"
|
|
@@ -17765,19 +18621,31 @@
|
|
|
17765
18621
|
"$type": "color"
|
|
17766
18622
|
},
|
|
17767
18623
|
"light-high-contrast": {
|
|
17768
|
-
"$value":
|
|
18624
|
+
"$value": {
|
|
18625
|
+
"colorSpace": "hsl",
|
|
18626
|
+
"components": [216.4, 96.5, 33.5],
|
|
18627
|
+
"hex": "#0344a8"
|
|
18628
|
+
},
|
|
17769
18629
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17770
18630
|
"isSource": true,
|
|
17771
18631
|
"$type": "color"
|
|
17772
18632
|
},
|
|
17773
18633
|
"light-tritanopia-high-contrast": {
|
|
17774
|
-
"$value":
|
|
18634
|
+
"$value": {
|
|
18635
|
+
"colorSpace": "hsl",
|
|
18636
|
+
"components": [216.4, 96.5, 33.5],
|
|
18637
|
+
"hex": "#0344a8"
|
|
18638
|
+
},
|
|
17775
18639
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17776
18640
|
"isSource": true,
|
|
17777
18641
|
"$type": "color"
|
|
17778
18642
|
},
|
|
17779
18643
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17780
|
-
"$value":
|
|
18644
|
+
"$value": {
|
|
18645
|
+
"colorSpace": "hsl",
|
|
18646
|
+
"components": [216.4, 96.5, 33.5],
|
|
18647
|
+
"hex": "#0344a8"
|
|
18648
|
+
},
|
|
17781
18649
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17782
18650
|
"isSource": true,
|
|
17783
18651
|
"$type": "color"
|
|
@@ -17969,21 +18837,33 @@
|
|
|
17969
18837
|
"$type": "color"
|
|
17970
18838
|
},
|
|
17971
18839
|
"dark-high-contrast": {
|
|
17972
|
-
"$value":
|
|
18840
|
+
"$value": {
|
|
18841
|
+
"colorSpace": "hsl",
|
|
18842
|
+
"components": [355, 84.1, 42],
|
|
18843
|
+
"hex": "#c51120"
|
|
18844
|
+
},
|
|
17973
18845
|
"alpha": 1,
|
|
17974
18846
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17975
18847
|
"isSource": true,
|
|
17976
18848
|
"$type": "color"
|
|
17977
18849
|
},
|
|
17978
18850
|
"dark-dimmed-high-contrast": {
|
|
17979
|
-
"$value":
|
|
18851
|
+
"$value": {
|
|
18852
|
+
"colorSpace": "hsl",
|
|
18853
|
+
"components": [355, 84.1, 42],
|
|
18854
|
+
"hex": "#c51120"
|
|
18855
|
+
},
|
|
17980
18856
|
"alpha": 1,
|
|
17981
18857
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17982
18858
|
"isSource": true,
|
|
17983
18859
|
"$type": "color"
|
|
17984
18860
|
},
|
|
17985
18861
|
"dark-tritanopia-high-contrast": {
|
|
17986
|
-
"$value":
|
|
18862
|
+
"$value": {
|
|
18863
|
+
"colorSpace": "hsl",
|
|
18864
|
+
"components": [355, 84.1, 42],
|
|
18865
|
+
"hex": "#c51120"
|
|
18866
|
+
},
|
|
17987
18867
|
"alpha": 1,
|
|
17988
18868
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17989
18869
|
"isSource": true,
|
|
@@ -17996,13 +18876,21 @@
|
|
|
17996
18876
|
"$type": "color"
|
|
17997
18877
|
},
|
|
17998
18878
|
"light-high-contrast": {
|
|
17999
|
-
"$value":
|
|
18879
|
+
"$value": {
|
|
18880
|
+
"colorSpace": "hsl",
|
|
18881
|
+
"components": [351.6, 85.4, 29.6],
|
|
18882
|
+
"hex": "#8c0b1d"
|
|
18883
|
+
},
|
|
18000
18884
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18001
18885
|
"isSource": true,
|
|
18002
18886
|
"$type": "color"
|
|
18003
18887
|
},
|
|
18004
18888
|
"light-tritanopia-high-contrast": {
|
|
18005
|
-
"$value":
|
|
18889
|
+
"$value": {
|
|
18890
|
+
"colorSpace": "hsl",
|
|
18891
|
+
"components": [351.6, 85.4, 29.6],
|
|
18892
|
+
"hex": "#8c0b1d"
|
|
18893
|
+
},
|
|
18006
18894
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18007
18895
|
"isSource": true,
|
|
18008
18896
|
"$type": "color"
|
|
@@ -18043,21 +18931,33 @@
|
|
|
18043
18931
|
"$type": "color"
|
|
18044
18932
|
},
|
|
18045
18933
|
"dark-high-contrast": {
|
|
18046
|
-
"$value":
|
|
18934
|
+
"$value": {
|
|
18935
|
+
"colorSpace": "hsl",
|
|
18936
|
+
"components": [355, 84.1, 42],
|
|
18937
|
+
"hex": "#c51120"
|
|
18938
|
+
},
|
|
18047
18939
|
"alpha": 1,
|
|
18048
18940
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18049
18941
|
"isSource": true,
|
|
18050
18942
|
"$type": "color"
|
|
18051
18943
|
},
|
|
18052
18944
|
"dark-dimmed-high-contrast": {
|
|
18053
|
-
"$value":
|
|
18945
|
+
"$value": {
|
|
18946
|
+
"colorSpace": "hsl",
|
|
18947
|
+
"components": [355, 84.1, 42],
|
|
18948
|
+
"hex": "#c51120"
|
|
18949
|
+
},
|
|
18054
18950
|
"alpha": 1,
|
|
18055
18951
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18056
18952
|
"isSource": true,
|
|
18057
18953
|
"$type": "color"
|
|
18058
18954
|
},
|
|
18059
18955
|
"dark-tritanopia-high-contrast": {
|
|
18060
|
-
"$value":
|
|
18956
|
+
"$value": {
|
|
18957
|
+
"colorSpace": "hsl",
|
|
18958
|
+
"components": [355, 84.1, 42],
|
|
18959
|
+
"hex": "#c51120"
|
|
18960
|
+
},
|
|
18061
18961
|
"alpha": 1,
|
|
18062
18962
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18063
18963
|
"isSource": true,
|
|
@@ -18070,13 +18970,21 @@
|
|
|
18070
18970
|
"$type": "color"
|
|
18071
18971
|
},
|
|
18072
18972
|
"light-high-contrast": {
|
|
18073
|
-
"$value":
|
|
18973
|
+
"$value": {
|
|
18974
|
+
"colorSpace": "hsl",
|
|
18975
|
+
"components": [351.6, 85.4, 29.6],
|
|
18976
|
+
"hex": "#8c0b1d"
|
|
18977
|
+
},
|
|
18074
18978
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18075
18979
|
"isSource": true,
|
|
18076
18980
|
"$type": "color"
|
|
18077
18981
|
},
|
|
18078
18982
|
"light-tritanopia-high-contrast": {
|
|
18079
|
-
"$value":
|
|
18983
|
+
"$value": {
|
|
18984
|
+
"colorSpace": "hsl",
|
|
18985
|
+
"components": [351.6, 85.4, 29.6],
|
|
18986
|
+
"hex": "#8c0b1d"
|
|
18987
|
+
},
|
|
18080
18988
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18081
18989
|
"isSource": true,
|
|
18082
18990
|
"$type": "color"
|
|
@@ -47495,14 +48403,22 @@
|
|
|
47495
48403
|
},
|
|
47496
48404
|
"org.primer.overrides": {
|
|
47497
48405
|
"dark": {
|
|
47498
|
-
"$value":
|
|
48406
|
+
"$value": {
|
|
48407
|
+
"colorSpace": "hsl",
|
|
48408
|
+
"components": [214.8, 98, 61],
|
|
48409
|
+
"hex": "#3a8cfd"
|
|
48410
|
+
},
|
|
47499
48411
|
"alpha": 0.36,
|
|
47500
48412
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47501
48413
|
"isSource": true,
|
|
47502
48414
|
"$type": "color"
|
|
47503
48415
|
},
|
|
47504
48416
|
"dark-dimmed": {
|
|
47505
|
-
"$value":
|
|
48417
|
+
"$value": {
|
|
48418
|
+
"colorSpace": "hsl",
|
|
48419
|
+
"components": [215.3, 75.8, 57.8],
|
|
48420
|
+
"hex": "#4285e5"
|
|
48421
|
+
},
|
|
47506
48422
|
"alpha": 0.36,
|
|
47507
48423
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47508
48424
|
"isSource": true,
|
|
@@ -47510,7 +48426,11 @@
|
|
|
47510
48426
|
},
|
|
47511
48427
|
"light-high-contrast": "#c7e9ff",
|
|
47512
48428
|
"dark-high-contrast": {
|
|
47513
|
-
"$value":
|
|
48429
|
+
"$value": {
|
|
48430
|
+
"colorSpace": "hsl",
|
|
48431
|
+
"components": [210.4, 100, 68.2],
|
|
48432
|
+
"hex": "#5dadff"
|
|
48433
|
+
},
|
|
47514
48434
|
"alpha": 0.36,
|
|
47515
48435
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47516
48436
|
"isSource": true,
|
|
@@ -47522,7 +48442,11 @@
|
|
|
47522
48442
|
"isSource": true,
|
|
47523
48443
|
"alpha": 0.36,
|
|
47524
48444
|
"original": {
|
|
47525
|
-
"$value":
|
|
48445
|
+
"$value": {
|
|
48446
|
+
"colorSpace": "hsl",
|
|
48447
|
+
"components": [214.8, 98, 61],
|
|
48448
|
+
"hex": "#3a8cfd"
|
|
48449
|
+
},
|
|
47526
48450
|
"$type": "color",
|
|
47527
48451
|
"$extensions": {
|
|
47528
48452
|
"org.primer.figma": {
|
|
@@ -47532,14 +48456,22 @@
|
|
|
47532
48456
|
},
|
|
47533
48457
|
"org.primer.overrides": {
|
|
47534
48458
|
"dark": {
|
|
47535
|
-
"$value":
|
|
48459
|
+
"$value": {
|
|
48460
|
+
"colorSpace": "hsl",
|
|
48461
|
+
"components": [214.8, 98, 61],
|
|
48462
|
+
"hex": "#3a8cfd"
|
|
48463
|
+
},
|
|
47536
48464
|
"alpha": 0.36,
|
|
47537
48465
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47538
48466
|
"isSource": true,
|
|
47539
48467
|
"$type": "color"
|
|
47540
48468
|
},
|
|
47541
48469
|
"dark-dimmed": {
|
|
47542
|
-
"$value":
|
|
48470
|
+
"$value": {
|
|
48471
|
+
"colorSpace": "hsl",
|
|
48472
|
+
"components": [215.3, 75.8, 57.8],
|
|
48473
|
+
"hex": "#4285e5"
|
|
48474
|
+
},
|
|
47543
48475
|
"alpha": 0.36,
|
|
47544
48476
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47545
48477
|
"isSource": true,
|
|
@@ -47547,7 +48479,11 @@
|
|
|
47547
48479
|
},
|
|
47548
48480
|
"light-high-contrast": "#c7e9ff",
|
|
47549
48481
|
"dark-high-contrast": {
|
|
47550
|
-
"$value":
|
|
48482
|
+
"$value": {
|
|
48483
|
+
"colorSpace": "hsl",
|
|
48484
|
+
"components": [210.4, 100, 68.2],
|
|
48485
|
+
"hex": "#5dadff"
|
|
48486
|
+
},
|
|
47551
48487
|
"alpha": 0.36,
|
|
47552
48488
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47553
48489
|
"isSource": true,
|
|
@@ -47881,6 +48817,147 @@
|
|
|
47881
48817
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
47882
48818
|
"isSource": true,
|
|
47883
48819
|
"$type": "shadow"
|
|
48820
|
+
},
|
|
48821
|
+
"light-high-contrast": {
|
|
48822
|
+
"$value": [
|
|
48823
|
+
{
|
|
48824
|
+
"color": "#3d444db3",
|
|
48825
|
+
"alpha": 1,
|
|
48826
|
+
"offsetX": {
|
|
48827
|
+
"value": 0,
|
|
48828
|
+
"unit": "px"
|
|
48829
|
+
},
|
|
48830
|
+
"offsetY": {
|
|
48831
|
+
"value": 0,
|
|
48832
|
+
"unit": "px"
|
|
48833
|
+
},
|
|
48834
|
+
"blur": {
|
|
48835
|
+
"value": 0,
|
|
48836
|
+
"unit": "px"
|
|
48837
|
+
},
|
|
48838
|
+
"spread": {
|
|
48839
|
+
"value": 1,
|
|
48840
|
+
"unit": "px"
|
|
48841
|
+
}
|
|
48842
|
+
},
|
|
48843
|
+
{
|
|
48844
|
+
"color": "#f0f6fc",
|
|
48845
|
+
"alpha": 0.24,
|
|
48846
|
+
"offsetX": {
|
|
48847
|
+
"value": 0,
|
|
48848
|
+
"unit": "px"
|
|
48849
|
+
},
|
|
48850
|
+
"offsetY": {
|
|
48851
|
+
"value": 40,
|
|
48852
|
+
"unit": "px"
|
|
48853
|
+
},
|
|
48854
|
+
"blur": {
|
|
48855
|
+
"value": 80,
|
|
48856
|
+
"unit": "px"
|
|
48857
|
+
},
|
|
48858
|
+
"spread": {
|
|
48859
|
+
"value": 0,
|
|
48860
|
+
"unit": "px"
|
|
48861
|
+
}
|
|
48862
|
+
}
|
|
48863
|
+
],
|
|
48864
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48865
|
+
"isSource": true,
|
|
48866
|
+
"$type": "shadow"
|
|
48867
|
+
},
|
|
48868
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
48869
|
+
"$value": [
|
|
48870
|
+
{
|
|
48871
|
+
"color": "#3d444db3",
|
|
48872
|
+
"alpha": 1,
|
|
48873
|
+
"offsetX": {
|
|
48874
|
+
"value": 0,
|
|
48875
|
+
"unit": "px"
|
|
48876
|
+
},
|
|
48877
|
+
"offsetY": {
|
|
48878
|
+
"value": 0,
|
|
48879
|
+
"unit": "px"
|
|
48880
|
+
},
|
|
48881
|
+
"blur": {
|
|
48882
|
+
"value": 0,
|
|
48883
|
+
"unit": "px"
|
|
48884
|
+
},
|
|
48885
|
+
"spread": {
|
|
48886
|
+
"value": 1,
|
|
48887
|
+
"unit": "px"
|
|
48888
|
+
}
|
|
48889
|
+
},
|
|
48890
|
+
{
|
|
48891
|
+
"color": "#f0f6fc",
|
|
48892
|
+
"alpha": 0.24,
|
|
48893
|
+
"offsetX": {
|
|
48894
|
+
"value": 0,
|
|
48895
|
+
"unit": "px"
|
|
48896
|
+
},
|
|
48897
|
+
"offsetY": {
|
|
48898
|
+
"value": 40,
|
|
48899
|
+
"unit": "px"
|
|
48900
|
+
},
|
|
48901
|
+
"blur": {
|
|
48902
|
+
"value": 80,
|
|
48903
|
+
"unit": "px"
|
|
48904
|
+
},
|
|
48905
|
+
"spread": {
|
|
48906
|
+
"value": 0,
|
|
48907
|
+
"unit": "px"
|
|
48908
|
+
}
|
|
48909
|
+
}
|
|
48910
|
+
],
|
|
48911
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48912
|
+
"isSource": true,
|
|
48913
|
+
"$type": "shadow"
|
|
48914
|
+
},
|
|
48915
|
+
"light-tritanopia-high-contrast": {
|
|
48916
|
+
"$value": [
|
|
48917
|
+
{
|
|
48918
|
+
"color": "#3d444db3",
|
|
48919
|
+
"alpha": 1,
|
|
48920
|
+
"offsetX": {
|
|
48921
|
+
"value": 0,
|
|
48922
|
+
"unit": "px"
|
|
48923
|
+
},
|
|
48924
|
+
"offsetY": {
|
|
48925
|
+
"value": 0,
|
|
48926
|
+
"unit": "px"
|
|
48927
|
+
},
|
|
48928
|
+
"blur": {
|
|
48929
|
+
"value": 0,
|
|
48930
|
+
"unit": "px"
|
|
48931
|
+
},
|
|
48932
|
+
"spread": {
|
|
48933
|
+
"value": 1,
|
|
48934
|
+
"unit": "px"
|
|
48935
|
+
}
|
|
48936
|
+
},
|
|
48937
|
+
{
|
|
48938
|
+
"color": "#f0f6fc",
|
|
48939
|
+
"alpha": 0.24,
|
|
48940
|
+
"offsetX": {
|
|
48941
|
+
"value": 0,
|
|
48942
|
+
"unit": "px"
|
|
48943
|
+
},
|
|
48944
|
+
"offsetY": {
|
|
48945
|
+
"value": 40,
|
|
48946
|
+
"unit": "px"
|
|
48947
|
+
},
|
|
48948
|
+
"blur": {
|
|
48949
|
+
"value": 80,
|
|
48950
|
+
"unit": "px"
|
|
48951
|
+
},
|
|
48952
|
+
"spread": {
|
|
48953
|
+
"value": 0,
|
|
48954
|
+
"unit": "px"
|
|
48955
|
+
}
|
|
48956
|
+
}
|
|
48957
|
+
],
|
|
48958
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48959
|
+
"isSource": true,
|
|
48960
|
+
"$type": "shadow"
|
|
47884
48961
|
}
|
|
47885
48962
|
},
|
|
47886
48963
|
"org.primer.llm": {
|
|
@@ -47987,6 +49064,147 @@
|
|
|
47987
49064
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
47988
49065
|
"isSource": true,
|
|
47989
49066
|
"$type": "shadow"
|
|
49067
|
+
},
|
|
49068
|
+
"light-high-contrast": {
|
|
49069
|
+
"$value": [
|
|
49070
|
+
{
|
|
49071
|
+
"color": "{overlay.borderColor}",
|
|
49072
|
+
"alpha": 1,
|
|
49073
|
+
"offsetX": {
|
|
49074
|
+
"value": 0,
|
|
49075
|
+
"unit": "px"
|
|
49076
|
+
},
|
|
49077
|
+
"offsetY": {
|
|
49078
|
+
"value": 0,
|
|
49079
|
+
"unit": "px"
|
|
49080
|
+
},
|
|
49081
|
+
"blur": {
|
|
49082
|
+
"value": 0,
|
|
49083
|
+
"unit": "px"
|
|
49084
|
+
},
|
|
49085
|
+
"spread": {
|
|
49086
|
+
"value": 1,
|
|
49087
|
+
"unit": "px"
|
|
49088
|
+
}
|
|
49089
|
+
},
|
|
49090
|
+
{
|
|
49091
|
+
"color": "{base.color.neutral.12}",
|
|
49092
|
+
"alpha": 0.24,
|
|
49093
|
+
"offsetX": {
|
|
49094
|
+
"value": 0,
|
|
49095
|
+
"unit": "px"
|
|
49096
|
+
},
|
|
49097
|
+
"offsetY": {
|
|
49098
|
+
"value": 40,
|
|
49099
|
+
"unit": "px"
|
|
49100
|
+
},
|
|
49101
|
+
"blur": {
|
|
49102
|
+
"value": 80,
|
|
49103
|
+
"unit": "px"
|
|
49104
|
+
},
|
|
49105
|
+
"spread": {
|
|
49106
|
+
"value": 0,
|
|
49107
|
+
"unit": "px"
|
|
49108
|
+
}
|
|
49109
|
+
}
|
|
49110
|
+
],
|
|
49111
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49112
|
+
"isSource": true,
|
|
49113
|
+
"$type": "shadow"
|
|
49114
|
+
},
|
|
49115
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
49116
|
+
"$value": [
|
|
49117
|
+
{
|
|
49118
|
+
"color": "{overlay.borderColor}",
|
|
49119
|
+
"alpha": 1,
|
|
49120
|
+
"offsetX": {
|
|
49121
|
+
"value": 0,
|
|
49122
|
+
"unit": "px"
|
|
49123
|
+
},
|
|
49124
|
+
"offsetY": {
|
|
49125
|
+
"value": 0,
|
|
49126
|
+
"unit": "px"
|
|
49127
|
+
},
|
|
49128
|
+
"blur": {
|
|
49129
|
+
"value": 0,
|
|
49130
|
+
"unit": "px"
|
|
49131
|
+
},
|
|
49132
|
+
"spread": {
|
|
49133
|
+
"value": 1,
|
|
49134
|
+
"unit": "px"
|
|
49135
|
+
}
|
|
49136
|
+
},
|
|
49137
|
+
{
|
|
49138
|
+
"color": "{base.color.neutral.12}",
|
|
49139
|
+
"alpha": 0.24,
|
|
49140
|
+
"offsetX": {
|
|
49141
|
+
"value": 0,
|
|
49142
|
+
"unit": "px"
|
|
49143
|
+
},
|
|
49144
|
+
"offsetY": {
|
|
49145
|
+
"value": 40,
|
|
49146
|
+
"unit": "px"
|
|
49147
|
+
},
|
|
49148
|
+
"blur": {
|
|
49149
|
+
"value": 80,
|
|
49150
|
+
"unit": "px"
|
|
49151
|
+
},
|
|
49152
|
+
"spread": {
|
|
49153
|
+
"value": 0,
|
|
49154
|
+
"unit": "px"
|
|
49155
|
+
}
|
|
49156
|
+
}
|
|
49157
|
+
],
|
|
49158
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49159
|
+
"isSource": true,
|
|
49160
|
+
"$type": "shadow"
|
|
49161
|
+
},
|
|
49162
|
+
"light-tritanopia-high-contrast": {
|
|
49163
|
+
"$value": [
|
|
49164
|
+
{
|
|
49165
|
+
"color": "{overlay.borderColor}",
|
|
49166
|
+
"alpha": 1,
|
|
49167
|
+
"offsetX": {
|
|
49168
|
+
"value": 0,
|
|
49169
|
+
"unit": "px"
|
|
49170
|
+
},
|
|
49171
|
+
"offsetY": {
|
|
49172
|
+
"value": 0,
|
|
49173
|
+
"unit": "px"
|
|
49174
|
+
},
|
|
49175
|
+
"blur": {
|
|
49176
|
+
"value": 0,
|
|
49177
|
+
"unit": "px"
|
|
49178
|
+
},
|
|
49179
|
+
"spread": {
|
|
49180
|
+
"value": 1,
|
|
49181
|
+
"unit": "px"
|
|
49182
|
+
}
|
|
49183
|
+
},
|
|
49184
|
+
{
|
|
49185
|
+
"color": "{base.color.neutral.12}",
|
|
49186
|
+
"alpha": 0.24,
|
|
49187
|
+
"offsetX": {
|
|
49188
|
+
"value": 0,
|
|
49189
|
+
"unit": "px"
|
|
49190
|
+
},
|
|
49191
|
+
"offsetY": {
|
|
49192
|
+
"value": 40,
|
|
49193
|
+
"unit": "px"
|
|
49194
|
+
},
|
|
49195
|
+
"blur": {
|
|
49196
|
+
"value": 80,
|
|
49197
|
+
"unit": "px"
|
|
49198
|
+
},
|
|
49199
|
+
"spread": {
|
|
49200
|
+
"value": 0,
|
|
49201
|
+
"unit": "px"
|
|
49202
|
+
}
|
|
49203
|
+
}
|
|
49204
|
+
],
|
|
49205
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49206
|
+
"isSource": true,
|
|
49207
|
+
"$type": "shadow"
|
|
47990
49208
|
}
|
|
47991
49209
|
},
|
|
47992
49210
|
"org.primer.llm": {
|
|
@@ -48262,152 +49480,794 @@
|
|
|
48262
49480
|
"value": -12,
|
|
48263
49481
|
"unit": "px"
|
|
48264
49482
|
}
|
|
48265
|
-
},
|
|
48266
|
-
{
|
|
48267
|
-
"color": "#010409",
|
|
48268
|
-
"alpha": 0.4,
|
|
48269
|
-
"offsetX": {
|
|
48270
|
-
"value": 0,
|
|
48271
|
-
"unit": "px"
|
|
49483
|
+
},
|
|
49484
|
+
{
|
|
49485
|
+
"color": "#010409",
|
|
49486
|
+
"alpha": 0.4,
|
|
49487
|
+
"offsetX": {
|
|
49488
|
+
"value": 0,
|
|
49489
|
+
"unit": "px"
|
|
49490
|
+
},
|
|
49491
|
+
"offsetY": {
|
|
49492
|
+
"value": 48,
|
|
49493
|
+
"unit": "px"
|
|
49494
|
+
},
|
|
49495
|
+
"blur": {
|
|
49496
|
+
"value": 96,
|
|
49497
|
+
"unit": "px"
|
|
49498
|
+
},
|
|
49499
|
+
"spread": {
|
|
49500
|
+
"value": -24,
|
|
49501
|
+
"unit": "px"
|
|
49502
|
+
}
|
|
49503
|
+
}
|
|
49504
|
+
],
|
|
49505
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49506
|
+
"isSource": true,
|
|
49507
|
+
"$type": "shadow"
|
|
49508
|
+
},
|
|
49509
|
+
"light-high-contrast": {
|
|
49510
|
+
"$value": [
|
|
49511
|
+
{
|
|
49512
|
+
"color": "#3d444db3",
|
|
49513
|
+
"alpha": 1,
|
|
49514
|
+
"offsetX": {
|
|
49515
|
+
"value": 0,
|
|
49516
|
+
"unit": "px"
|
|
49517
|
+
},
|
|
49518
|
+
"offsetY": {
|
|
49519
|
+
"value": 0,
|
|
49520
|
+
"unit": "px"
|
|
49521
|
+
},
|
|
49522
|
+
"blur": {
|
|
49523
|
+
"value": 0,
|
|
49524
|
+
"unit": "px"
|
|
49525
|
+
},
|
|
49526
|
+
"spread": {
|
|
49527
|
+
"value": 1,
|
|
49528
|
+
"unit": "px"
|
|
49529
|
+
}
|
|
49530
|
+
},
|
|
49531
|
+
{
|
|
49532
|
+
"color": "#f0f6fc",
|
|
49533
|
+
"alpha": 0.08,
|
|
49534
|
+
"offsetX": {
|
|
49535
|
+
"value": 0,
|
|
49536
|
+
"unit": "px"
|
|
49537
|
+
},
|
|
49538
|
+
"offsetY": {
|
|
49539
|
+
"value": 8,
|
|
49540
|
+
"unit": "px"
|
|
49541
|
+
},
|
|
49542
|
+
"blur": {
|
|
49543
|
+
"value": 16,
|
|
49544
|
+
"unit": "px"
|
|
49545
|
+
},
|
|
49546
|
+
"spread": {
|
|
49547
|
+
"value": -4,
|
|
49548
|
+
"unit": "px"
|
|
49549
|
+
}
|
|
49550
|
+
},
|
|
49551
|
+
{
|
|
49552
|
+
"color": "#f0f6fc",
|
|
49553
|
+
"alpha": 0.08,
|
|
49554
|
+
"offsetX": {
|
|
49555
|
+
"value": 0,
|
|
49556
|
+
"unit": "px"
|
|
49557
|
+
},
|
|
49558
|
+
"offsetY": {
|
|
49559
|
+
"value": 4,
|
|
49560
|
+
"unit": "px"
|
|
49561
|
+
},
|
|
49562
|
+
"blur": {
|
|
49563
|
+
"value": 32,
|
|
49564
|
+
"unit": "px"
|
|
49565
|
+
},
|
|
49566
|
+
"spread": {
|
|
49567
|
+
"value": -4,
|
|
49568
|
+
"unit": "px"
|
|
49569
|
+
}
|
|
49570
|
+
},
|
|
49571
|
+
{
|
|
49572
|
+
"color": "#f0f6fc",
|
|
49573
|
+
"alpha": 0.08,
|
|
49574
|
+
"offsetX": {
|
|
49575
|
+
"value": 0,
|
|
49576
|
+
"unit": "px"
|
|
49577
|
+
},
|
|
49578
|
+
"offsetY": {
|
|
49579
|
+
"value": 24,
|
|
49580
|
+
"unit": "px"
|
|
49581
|
+
},
|
|
49582
|
+
"blur": {
|
|
49583
|
+
"value": 48,
|
|
49584
|
+
"unit": "px"
|
|
49585
|
+
},
|
|
49586
|
+
"spread": {
|
|
49587
|
+
"value": -12,
|
|
49588
|
+
"unit": "px"
|
|
49589
|
+
}
|
|
49590
|
+
},
|
|
49591
|
+
{
|
|
49592
|
+
"color": "#f0f6fc",
|
|
49593
|
+
"alpha": 0.08,
|
|
49594
|
+
"offsetX": {
|
|
49595
|
+
"value": 0,
|
|
49596
|
+
"unit": "px"
|
|
49597
|
+
},
|
|
49598
|
+
"offsetY": {
|
|
49599
|
+
"value": 48,
|
|
49600
|
+
"unit": "px"
|
|
49601
|
+
},
|
|
49602
|
+
"blur": {
|
|
49603
|
+
"value": 96,
|
|
49604
|
+
"unit": "px"
|
|
49605
|
+
},
|
|
49606
|
+
"spread": {
|
|
49607
|
+
"value": -24,
|
|
49608
|
+
"unit": "px"
|
|
49609
|
+
}
|
|
49610
|
+
}
|
|
49611
|
+
],
|
|
49612
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49613
|
+
"isSource": true,
|
|
49614
|
+
"$type": "shadow"
|
|
49615
|
+
},
|
|
49616
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
49617
|
+
"$value": [
|
|
49618
|
+
{
|
|
49619
|
+
"color": "#3d444db3",
|
|
49620
|
+
"alpha": 1,
|
|
49621
|
+
"offsetX": {
|
|
49622
|
+
"value": 0,
|
|
49623
|
+
"unit": "px"
|
|
49624
|
+
},
|
|
49625
|
+
"offsetY": {
|
|
49626
|
+
"value": 0,
|
|
49627
|
+
"unit": "px"
|
|
49628
|
+
},
|
|
49629
|
+
"blur": {
|
|
49630
|
+
"value": 0,
|
|
49631
|
+
"unit": "px"
|
|
49632
|
+
},
|
|
49633
|
+
"spread": {
|
|
49634
|
+
"value": 1,
|
|
49635
|
+
"unit": "px"
|
|
49636
|
+
}
|
|
49637
|
+
},
|
|
49638
|
+
{
|
|
49639
|
+
"color": "#f0f6fc",
|
|
49640
|
+
"alpha": 0.08,
|
|
49641
|
+
"offsetX": {
|
|
49642
|
+
"value": 0,
|
|
49643
|
+
"unit": "px"
|
|
49644
|
+
},
|
|
49645
|
+
"offsetY": {
|
|
49646
|
+
"value": 8,
|
|
49647
|
+
"unit": "px"
|
|
49648
|
+
},
|
|
49649
|
+
"blur": {
|
|
49650
|
+
"value": 16,
|
|
49651
|
+
"unit": "px"
|
|
49652
|
+
},
|
|
49653
|
+
"spread": {
|
|
49654
|
+
"value": -4,
|
|
49655
|
+
"unit": "px"
|
|
49656
|
+
}
|
|
49657
|
+
},
|
|
49658
|
+
{
|
|
49659
|
+
"color": "#f0f6fc",
|
|
49660
|
+
"alpha": 0.08,
|
|
49661
|
+
"offsetX": {
|
|
49662
|
+
"value": 0,
|
|
49663
|
+
"unit": "px"
|
|
49664
|
+
},
|
|
49665
|
+
"offsetY": {
|
|
49666
|
+
"value": 4,
|
|
49667
|
+
"unit": "px"
|
|
49668
|
+
},
|
|
49669
|
+
"blur": {
|
|
49670
|
+
"value": 32,
|
|
49671
|
+
"unit": "px"
|
|
49672
|
+
},
|
|
49673
|
+
"spread": {
|
|
49674
|
+
"value": -4,
|
|
49675
|
+
"unit": "px"
|
|
49676
|
+
}
|
|
49677
|
+
},
|
|
49678
|
+
{
|
|
49679
|
+
"color": "#f0f6fc",
|
|
49680
|
+
"alpha": 0.08,
|
|
49681
|
+
"offsetX": {
|
|
49682
|
+
"value": 0,
|
|
49683
|
+
"unit": "px"
|
|
49684
|
+
},
|
|
49685
|
+
"offsetY": {
|
|
49686
|
+
"value": 24,
|
|
49687
|
+
"unit": "px"
|
|
49688
|
+
},
|
|
49689
|
+
"blur": {
|
|
49690
|
+
"value": 48,
|
|
49691
|
+
"unit": "px"
|
|
49692
|
+
},
|
|
49693
|
+
"spread": {
|
|
49694
|
+
"value": -12,
|
|
49695
|
+
"unit": "px"
|
|
49696
|
+
}
|
|
49697
|
+
},
|
|
49698
|
+
{
|
|
49699
|
+
"color": "#f0f6fc",
|
|
49700
|
+
"alpha": 0.08,
|
|
49701
|
+
"offsetX": {
|
|
49702
|
+
"value": 0,
|
|
49703
|
+
"unit": "px"
|
|
49704
|
+
},
|
|
49705
|
+
"offsetY": {
|
|
49706
|
+
"value": 48,
|
|
49707
|
+
"unit": "px"
|
|
49708
|
+
},
|
|
49709
|
+
"blur": {
|
|
49710
|
+
"value": 96,
|
|
49711
|
+
"unit": "px"
|
|
49712
|
+
},
|
|
49713
|
+
"spread": {
|
|
49714
|
+
"value": -24,
|
|
49715
|
+
"unit": "px"
|
|
49716
|
+
}
|
|
49717
|
+
}
|
|
49718
|
+
],
|
|
49719
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49720
|
+
"isSource": true,
|
|
49721
|
+
"$type": "shadow"
|
|
49722
|
+
},
|
|
49723
|
+
"light-tritanopia-high-contrast": {
|
|
49724
|
+
"$value": [
|
|
49725
|
+
{
|
|
49726
|
+
"color": "#3d444db3",
|
|
49727
|
+
"alpha": 1,
|
|
49728
|
+
"offsetX": {
|
|
49729
|
+
"value": 0,
|
|
49730
|
+
"unit": "px"
|
|
49731
|
+
},
|
|
49732
|
+
"offsetY": {
|
|
49733
|
+
"value": 0,
|
|
49734
|
+
"unit": "px"
|
|
49735
|
+
},
|
|
49736
|
+
"blur": {
|
|
49737
|
+
"value": 0,
|
|
49738
|
+
"unit": "px"
|
|
49739
|
+
},
|
|
49740
|
+
"spread": {
|
|
49741
|
+
"value": 1,
|
|
49742
|
+
"unit": "px"
|
|
49743
|
+
}
|
|
49744
|
+
},
|
|
49745
|
+
{
|
|
49746
|
+
"color": "#f0f6fc",
|
|
49747
|
+
"alpha": 0.08,
|
|
49748
|
+
"offsetX": {
|
|
49749
|
+
"value": 0,
|
|
49750
|
+
"unit": "px"
|
|
49751
|
+
},
|
|
49752
|
+
"offsetY": {
|
|
49753
|
+
"value": 8,
|
|
49754
|
+
"unit": "px"
|
|
49755
|
+
},
|
|
49756
|
+
"blur": {
|
|
49757
|
+
"value": 16,
|
|
49758
|
+
"unit": "px"
|
|
49759
|
+
},
|
|
49760
|
+
"spread": {
|
|
49761
|
+
"value": -4,
|
|
49762
|
+
"unit": "px"
|
|
49763
|
+
}
|
|
49764
|
+
},
|
|
49765
|
+
{
|
|
49766
|
+
"color": "#f0f6fc",
|
|
49767
|
+
"alpha": 0.08,
|
|
49768
|
+
"offsetX": {
|
|
49769
|
+
"value": 0,
|
|
49770
|
+
"unit": "px"
|
|
49771
|
+
},
|
|
49772
|
+
"offsetY": {
|
|
49773
|
+
"value": 4,
|
|
49774
|
+
"unit": "px"
|
|
49775
|
+
},
|
|
49776
|
+
"blur": {
|
|
49777
|
+
"value": 32,
|
|
49778
|
+
"unit": "px"
|
|
49779
|
+
},
|
|
49780
|
+
"spread": {
|
|
49781
|
+
"value": -4,
|
|
49782
|
+
"unit": "px"
|
|
49783
|
+
}
|
|
49784
|
+
},
|
|
49785
|
+
{
|
|
49786
|
+
"color": "#f0f6fc",
|
|
49787
|
+
"alpha": 0.08,
|
|
49788
|
+
"offsetX": {
|
|
49789
|
+
"value": 0,
|
|
49790
|
+
"unit": "px"
|
|
49791
|
+
},
|
|
49792
|
+
"offsetY": {
|
|
49793
|
+
"value": 24,
|
|
49794
|
+
"unit": "px"
|
|
49795
|
+
},
|
|
49796
|
+
"blur": {
|
|
49797
|
+
"value": 48,
|
|
49798
|
+
"unit": "px"
|
|
49799
|
+
},
|
|
49800
|
+
"spread": {
|
|
49801
|
+
"value": -12,
|
|
49802
|
+
"unit": "px"
|
|
49803
|
+
}
|
|
49804
|
+
},
|
|
49805
|
+
{
|
|
49806
|
+
"color": "#f0f6fc",
|
|
49807
|
+
"alpha": 0.08,
|
|
49808
|
+
"offsetX": {
|
|
49809
|
+
"value": 0,
|
|
49810
|
+
"unit": "px"
|
|
49811
|
+
},
|
|
49812
|
+
"offsetY": {
|
|
49813
|
+
"value": 48,
|
|
49814
|
+
"unit": "px"
|
|
49815
|
+
},
|
|
49816
|
+
"blur": {
|
|
49817
|
+
"value": 96,
|
|
49818
|
+
"unit": "px"
|
|
49819
|
+
},
|
|
49820
|
+
"spread": {
|
|
49821
|
+
"value": -24,
|
|
49822
|
+
"unit": "px"
|
|
49823
|
+
}
|
|
49824
|
+
}
|
|
49825
|
+
],
|
|
49826
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49827
|
+
"isSource": true,
|
|
49828
|
+
"$type": "shadow"
|
|
49829
|
+
}
|
|
49830
|
+
},
|
|
49831
|
+
"org.primer.llm": {
|
|
49832
|
+
"usage": ["popover", "action-menu", "select-panel", "autocomplete"],
|
|
49833
|
+
"rules": "Use for medium-sized floating elements like popovers and action menus. More prominent than small but less than dialogs. Do NOT use for full modals."
|
|
49834
|
+
}
|
|
49835
|
+
},
|
|
49836
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49837
|
+
"isSource": true,
|
|
49838
|
+
"original": {
|
|
49839
|
+
"$value": [
|
|
49840
|
+
{
|
|
49841
|
+
"color": "{overlay.borderColor}",
|
|
49842
|
+
"alpha": 1,
|
|
49843
|
+
"offsetX": {
|
|
49844
|
+
"value": 0,
|
|
49845
|
+
"unit": "px"
|
|
49846
|
+
},
|
|
49847
|
+
"offsetY": {
|
|
49848
|
+
"value": 0,
|
|
49849
|
+
"unit": "px"
|
|
49850
|
+
},
|
|
49851
|
+
"blur": {
|
|
49852
|
+
"value": 0,
|
|
49853
|
+
"unit": "px"
|
|
49854
|
+
},
|
|
49855
|
+
"spread": {
|
|
49856
|
+
"value": 1,
|
|
49857
|
+
"unit": "px"
|
|
49858
|
+
}
|
|
49859
|
+
},
|
|
49860
|
+
{
|
|
49861
|
+
"color": "{base.color.neutral.0}",
|
|
49862
|
+
"alpha": 0.4,
|
|
49863
|
+
"offsetX": {
|
|
49864
|
+
"value": 0,
|
|
49865
|
+
"unit": "px"
|
|
49866
|
+
},
|
|
49867
|
+
"offsetY": {
|
|
49868
|
+
"value": 8,
|
|
49869
|
+
"unit": "px"
|
|
49870
|
+
},
|
|
49871
|
+
"blur": {
|
|
49872
|
+
"value": 16,
|
|
49873
|
+
"unit": "px"
|
|
49874
|
+
},
|
|
49875
|
+
"spread": {
|
|
49876
|
+
"value": -4,
|
|
49877
|
+
"unit": "px"
|
|
49878
|
+
}
|
|
49879
|
+
},
|
|
49880
|
+
{
|
|
49881
|
+
"color": "{base.color.neutral.0}",
|
|
49882
|
+
"alpha": 0.4,
|
|
49883
|
+
"offsetX": {
|
|
49884
|
+
"value": 0,
|
|
49885
|
+
"unit": "px"
|
|
49886
|
+
},
|
|
49887
|
+
"offsetY": {
|
|
49888
|
+
"value": 4,
|
|
49889
|
+
"unit": "px"
|
|
49890
|
+
},
|
|
49891
|
+
"blur": {
|
|
49892
|
+
"value": 32,
|
|
49893
|
+
"unit": "px"
|
|
49894
|
+
},
|
|
49895
|
+
"spread": {
|
|
49896
|
+
"value": -4,
|
|
49897
|
+
"unit": "px"
|
|
49898
|
+
}
|
|
49899
|
+
},
|
|
49900
|
+
{
|
|
49901
|
+
"color": "{base.color.neutral.0}",
|
|
49902
|
+
"alpha": 0.4,
|
|
49903
|
+
"offsetX": {
|
|
49904
|
+
"value": 0,
|
|
49905
|
+
"unit": "px"
|
|
49906
|
+
},
|
|
49907
|
+
"offsetY": {
|
|
49908
|
+
"value": 24,
|
|
49909
|
+
"unit": "px"
|
|
49910
|
+
},
|
|
49911
|
+
"blur": {
|
|
49912
|
+
"value": 48,
|
|
49913
|
+
"unit": "px"
|
|
49914
|
+
},
|
|
49915
|
+
"spread": {
|
|
49916
|
+
"value": -12,
|
|
49917
|
+
"unit": "px"
|
|
49918
|
+
}
|
|
49919
|
+
},
|
|
49920
|
+
{
|
|
49921
|
+
"color": "{base.color.neutral.0}",
|
|
49922
|
+
"alpha": 0.4,
|
|
49923
|
+
"offsetX": {
|
|
49924
|
+
"value": 0,
|
|
49925
|
+
"unit": "px"
|
|
49926
|
+
},
|
|
49927
|
+
"offsetY": {
|
|
49928
|
+
"value": 48,
|
|
49929
|
+
"unit": "px"
|
|
49930
|
+
},
|
|
49931
|
+
"blur": {
|
|
49932
|
+
"value": 96,
|
|
49933
|
+
"unit": "px"
|
|
49934
|
+
},
|
|
49935
|
+
"spread": {
|
|
49936
|
+
"value": -24,
|
|
49937
|
+
"unit": "px"
|
|
49938
|
+
}
|
|
49939
|
+
}
|
|
49940
|
+
],
|
|
49941
|
+
"$type": "shadow",
|
|
49942
|
+
"$description": "Medium floating shadow for popovers and action menus",
|
|
49943
|
+
"$extensions": {
|
|
49944
|
+
"org.primer.figma": {
|
|
49945
|
+
"collection": "mode",
|
|
49946
|
+
"group": "shadow"
|
|
49947
|
+
},
|
|
49948
|
+
"org.primer.overrides": {
|
|
49949
|
+
"dark": {
|
|
49950
|
+
"$value": [
|
|
49951
|
+
{
|
|
49952
|
+
"color": "{overlay.borderColor}",
|
|
49953
|
+
"alpha": 1,
|
|
49954
|
+
"offsetX": {
|
|
49955
|
+
"value": 0,
|
|
49956
|
+
"unit": "px"
|
|
49957
|
+
},
|
|
49958
|
+
"offsetY": {
|
|
49959
|
+
"value": 0,
|
|
49960
|
+
"unit": "px"
|
|
49961
|
+
},
|
|
49962
|
+
"blur": {
|
|
49963
|
+
"value": 0,
|
|
49964
|
+
"unit": "px"
|
|
49965
|
+
},
|
|
49966
|
+
"spread": {
|
|
49967
|
+
"value": 1,
|
|
49968
|
+
"unit": "px"
|
|
49969
|
+
}
|
|
49970
|
+
},
|
|
49971
|
+
{
|
|
49972
|
+
"color": "{base.color.neutral.0}",
|
|
49973
|
+
"alpha": 0.4,
|
|
49974
|
+
"offsetX": {
|
|
49975
|
+
"value": 0,
|
|
49976
|
+
"unit": "px"
|
|
49977
|
+
},
|
|
49978
|
+
"offsetY": {
|
|
49979
|
+
"value": 8,
|
|
49980
|
+
"unit": "px"
|
|
49981
|
+
},
|
|
49982
|
+
"blur": {
|
|
49983
|
+
"value": 16,
|
|
49984
|
+
"unit": "px"
|
|
49985
|
+
},
|
|
49986
|
+
"spread": {
|
|
49987
|
+
"value": -4,
|
|
49988
|
+
"unit": "px"
|
|
49989
|
+
}
|
|
49990
|
+
},
|
|
49991
|
+
{
|
|
49992
|
+
"color": "{base.color.neutral.0}",
|
|
49993
|
+
"alpha": 0.4,
|
|
49994
|
+
"offsetX": {
|
|
49995
|
+
"value": 0,
|
|
49996
|
+
"unit": "px"
|
|
49997
|
+
},
|
|
49998
|
+
"offsetY": {
|
|
49999
|
+
"value": 4,
|
|
50000
|
+
"unit": "px"
|
|
50001
|
+
},
|
|
50002
|
+
"blur": {
|
|
50003
|
+
"value": 32,
|
|
50004
|
+
"unit": "px"
|
|
50005
|
+
},
|
|
50006
|
+
"spread": {
|
|
50007
|
+
"value": -4,
|
|
50008
|
+
"unit": "px"
|
|
50009
|
+
}
|
|
50010
|
+
},
|
|
50011
|
+
{
|
|
50012
|
+
"color": "{base.color.neutral.0}",
|
|
50013
|
+
"alpha": 0.4,
|
|
50014
|
+
"offsetX": {
|
|
50015
|
+
"value": 0,
|
|
50016
|
+
"unit": "px"
|
|
50017
|
+
},
|
|
50018
|
+
"offsetY": {
|
|
50019
|
+
"value": 24,
|
|
50020
|
+
"unit": "px"
|
|
50021
|
+
},
|
|
50022
|
+
"blur": {
|
|
50023
|
+
"value": 48,
|
|
50024
|
+
"unit": "px"
|
|
50025
|
+
},
|
|
50026
|
+
"spread": {
|
|
50027
|
+
"value": -12,
|
|
50028
|
+
"unit": "px"
|
|
50029
|
+
}
|
|
50030
|
+
},
|
|
50031
|
+
{
|
|
50032
|
+
"color": "{base.color.neutral.0}",
|
|
50033
|
+
"alpha": 0.4,
|
|
50034
|
+
"offsetX": {
|
|
50035
|
+
"value": 0,
|
|
50036
|
+
"unit": "px"
|
|
50037
|
+
},
|
|
50038
|
+
"offsetY": {
|
|
50039
|
+
"value": 48,
|
|
50040
|
+
"unit": "px"
|
|
50041
|
+
},
|
|
50042
|
+
"blur": {
|
|
50043
|
+
"value": 96,
|
|
50044
|
+
"unit": "px"
|
|
50045
|
+
},
|
|
50046
|
+
"spread": {
|
|
50047
|
+
"value": -24,
|
|
50048
|
+
"unit": "px"
|
|
50049
|
+
}
|
|
50050
|
+
}
|
|
50051
|
+
],
|
|
50052
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50053
|
+
"isSource": true,
|
|
50054
|
+
"$type": "shadow"
|
|
50055
|
+
},
|
|
50056
|
+
"light-high-contrast": {
|
|
50057
|
+
"$value": [
|
|
50058
|
+
{
|
|
50059
|
+
"color": "{overlay.borderColor}",
|
|
50060
|
+
"alpha": 1,
|
|
50061
|
+
"offsetX": {
|
|
50062
|
+
"value": 0,
|
|
50063
|
+
"unit": "px"
|
|
50064
|
+
},
|
|
50065
|
+
"offsetY": {
|
|
50066
|
+
"value": 0,
|
|
50067
|
+
"unit": "px"
|
|
50068
|
+
},
|
|
50069
|
+
"blur": {
|
|
50070
|
+
"value": 0,
|
|
50071
|
+
"unit": "px"
|
|
50072
|
+
},
|
|
50073
|
+
"spread": {
|
|
50074
|
+
"value": 1,
|
|
50075
|
+
"unit": "px"
|
|
50076
|
+
}
|
|
50077
|
+
},
|
|
50078
|
+
{
|
|
50079
|
+
"color": "{base.color.neutral.12}",
|
|
50080
|
+
"alpha": 0.08,
|
|
50081
|
+
"offsetX": {
|
|
50082
|
+
"value": 0,
|
|
50083
|
+
"unit": "px"
|
|
50084
|
+
},
|
|
50085
|
+
"offsetY": {
|
|
50086
|
+
"value": 8,
|
|
50087
|
+
"unit": "px"
|
|
50088
|
+
},
|
|
50089
|
+
"blur": {
|
|
50090
|
+
"value": 16,
|
|
50091
|
+
"unit": "px"
|
|
50092
|
+
},
|
|
50093
|
+
"spread": {
|
|
50094
|
+
"value": -4,
|
|
50095
|
+
"unit": "px"
|
|
50096
|
+
}
|
|
50097
|
+
},
|
|
50098
|
+
{
|
|
50099
|
+
"color": "{base.color.neutral.12}",
|
|
50100
|
+
"alpha": 0.08,
|
|
50101
|
+
"offsetX": {
|
|
50102
|
+
"value": 0,
|
|
50103
|
+
"unit": "px"
|
|
50104
|
+
},
|
|
50105
|
+
"offsetY": {
|
|
50106
|
+
"value": 4,
|
|
50107
|
+
"unit": "px"
|
|
50108
|
+
},
|
|
50109
|
+
"blur": {
|
|
50110
|
+
"value": 32,
|
|
50111
|
+
"unit": "px"
|
|
50112
|
+
},
|
|
50113
|
+
"spread": {
|
|
50114
|
+
"value": -4,
|
|
50115
|
+
"unit": "px"
|
|
50116
|
+
}
|
|
50117
|
+
},
|
|
50118
|
+
{
|
|
50119
|
+
"color": "{base.color.neutral.12}",
|
|
50120
|
+
"alpha": 0.08,
|
|
50121
|
+
"offsetX": {
|
|
50122
|
+
"value": 0,
|
|
50123
|
+
"unit": "px"
|
|
50124
|
+
},
|
|
50125
|
+
"offsetY": {
|
|
50126
|
+
"value": 24,
|
|
50127
|
+
"unit": "px"
|
|
50128
|
+
},
|
|
50129
|
+
"blur": {
|
|
50130
|
+
"value": 48,
|
|
50131
|
+
"unit": "px"
|
|
50132
|
+
},
|
|
50133
|
+
"spread": {
|
|
50134
|
+
"value": -12,
|
|
50135
|
+
"unit": "px"
|
|
50136
|
+
}
|
|
50137
|
+
},
|
|
50138
|
+
{
|
|
50139
|
+
"color": "{base.color.neutral.12}",
|
|
50140
|
+
"alpha": 0.08,
|
|
50141
|
+
"offsetX": {
|
|
50142
|
+
"value": 0,
|
|
50143
|
+
"unit": "px"
|
|
50144
|
+
},
|
|
50145
|
+
"offsetY": {
|
|
50146
|
+
"value": 48,
|
|
50147
|
+
"unit": "px"
|
|
50148
|
+
},
|
|
50149
|
+
"blur": {
|
|
50150
|
+
"value": 96,
|
|
50151
|
+
"unit": "px"
|
|
50152
|
+
},
|
|
50153
|
+
"spread": {
|
|
50154
|
+
"value": -24,
|
|
50155
|
+
"unit": "px"
|
|
50156
|
+
}
|
|
50157
|
+
}
|
|
50158
|
+
],
|
|
50159
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50160
|
+
"isSource": true,
|
|
50161
|
+
"$type": "shadow"
|
|
50162
|
+
},
|
|
50163
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
50164
|
+
"$value": [
|
|
50165
|
+
{
|
|
50166
|
+
"color": "{overlay.borderColor}",
|
|
50167
|
+
"alpha": 1,
|
|
50168
|
+
"offsetX": {
|
|
50169
|
+
"value": 0,
|
|
50170
|
+
"unit": "px"
|
|
50171
|
+
},
|
|
50172
|
+
"offsetY": {
|
|
50173
|
+
"value": 0,
|
|
50174
|
+
"unit": "px"
|
|
50175
|
+
},
|
|
50176
|
+
"blur": {
|
|
50177
|
+
"value": 0,
|
|
50178
|
+
"unit": "px"
|
|
50179
|
+
},
|
|
50180
|
+
"spread": {
|
|
50181
|
+
"value": 1,
|
|
50182
|
+
"unit": "px"
|
|
50183
|
+
}
|
|
48272
50184
|
},
|
|
48273
|
-
|
|
48274
|
-
"
|
|
48275
|
-
"
|
|
50185
|
+
{
|
|
50186
|
+
"color": "{base.color.neutral.12}",
|
|
50187
|
+
"alpha": 0.08,
|
|
50188
|
+
"offsetX": {
|
|
50189
|
+
"value": 0,
|
|
50190
|
+
"unit": "px"
|
|
50191
|
+
},
|
|
50192
|
+
"offsetY": {
|
|
50193
|
+
"value": 8,
|
|
50194
|
+
"unit": "px"
|
|
50195
|
+
},
|
|
50196
|
+
"blur": {
|
|
50197
|
+
"value": 16,
|
|
50198
|
+
"unit": "px"
|
|
50199
|
+
},
|
|
50200
|
+
"spread": {
|
|
50201
|
+
"value": -4,
|
|
50202
|
+
"unit": "px"
|
|
50203
|
+
}
|
|
48276
50204
|
},
|
|
48277
|
-
|
|
48278
|
-
"
|
|
48279
|
-
"
|
|
50205
|
+
{
|
|
50206
|
+
"color": "{base.color.neutral.12}",
|
|
50207
|
+
"alpha": 0.08,
|
|
50208
|
+
"offsetX": {
|
|
50209
|
+
"value": 0,
|
|
50210
|
+
"unit": "px"
|
|
50211
|
+
},
|
|
50212
|
+
"offsetY": {
|
|
50213
|
+
"value": 4,
|
|
50214
|
+
"unit": "px"
|
|
50215
|
+
},
|
|
50216
|
+
"blur": {
|
|
50217
|
+
"value": 32,
|
|
50218
|
+
"unit": "px"
|
|
50219
|
+
},
|
|
50220
|
+
"spread": {
|
|
50221
|
+
"value": -4,
|
|
50222
|
+
"unit": "px"
|
|
50223
|
+
}
|
|
48280
50224
|
},
|
|
48281
|
-
|
|
48282
|
-
"
|
|
48283
|
-
"
|
|
50225
|
+
{
|
|
50226
|
+
"color": "{base.color.neutral.12}",
|
|
50227
|
+
"alpha": 0.08,
|
|
50228
|
+
"offsetX": {
|
|
50229
|
+
"value": 0,
|
|
50230
|
+
"unit": "px"
|
|
50231
|
+
},
|
|
50232
|
+
"offsetY": {
|
|
50233
|
+
"value": 24,
|
|
50234
|
+
"unit": "px"
|
|
50235
|
+
},
|
|
50236
|
+
"blur": {
|
|
50237
|
+
"value": 48,
|
|
50238
|
+
"unit": "px"
|
|
50239
|
+
},
|
|
50240
|
+
"spread": {
|
|
50241
|
+
"value": -12,
|
|
50242
|
+
"unit": "px"
|
|
50243
|
+
}
|
|
50244
|
+
},
|
|
50245
|
+
{
|
|
50246
|
+
"color": "{base.color.neutral.12}",
|
|
50247
|
+
"alpha": 0.08,
|
|
50248
|
+
"offsetX": {
|
|
50249
|
+
"value": 0,
|
|
50250
|
+
"unit": "px"
|
|
50251
|
+
},
|
|
50252
|
+
"offsetY": {
|
|
50253
|
+
"value": 48,
|
|
50254
|
+
"unit": "px"
|
|
50255
|
+
},
|
|
50256
|
+
"blur": {
|
|
50257
|
+
"value": 96,
|
|
50258
|
+
"unit": "px"
|
|
50259
|
+
},
|
|
50260
|
+
"spread": {
|
|
50261
|
+
"value": -24,
|
|
50262
|
+
"unit": "px"
|
|
50263
|
+
}
|
|
48284
50264
|
}
|
|
48285
|
-
|
|
48286
|
-
|
|
48287
|
-
|
|
48288
|
-
|
|
48289
|
-
"$type": "shadow"
|
|
48290
|
-
}
|
|
48291
|
-
},
|
|
48292
|
-
"org.primer.llm": {
|
|
48293
|
-
"usage": ["popover", "action-menu", "select-panel", "autocomplete"],
|
|
48294
|
-
"rules": "Use for medium-sized floating elements like popovers and action menus. More prominent than small but less than dialogs. Do NOT use for full modals."
|
|
48295
|
-
}
|
|
48296
|
-
},
|
|
48297
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48298
|
-
"isSource": true,
|
|
48299
|
-
"original": {
|
|
48300
|
-
"$value": [
|
|
48301
|
-
{
|
|
48302
|
-
"color": "{overlay.borderColor}",
|
|
48303
|
-
"alpha": 1,
|
|
48304
|
-
"offsetX": {
|
|
48305
|
-
"value": 0,
|
|
48306
|
-
"unit": "px"
|
|
48307
|
-
},
|
|
48308
|
-
"offsetY": {
|
|
48309
|
-
"value": 0,
|
|
48310
|
-
"unit": "px"
|
|
48311
|
-
},
|
|
48312
|
-
"blur": {
|
|
48313
|
-
"value": 0,
|
|
48314
|
-
"unit": "px"
|
|
48315
|
-
},
|
|
48316
|
-
"spread": {
|
|
48317
|
-
"value": 1,
|
|
48318
|
-
"unit": "px"
|
|
48319
|
-
}
|
|
48320
|
-
},
|
|
48321
|
-
{
|
|
48322
|
-
"color": "{base.color.neutral.0}",
|
|
48323
|
-
"alpha": 0.4,
|
|
48324
|
-
"offsetX": {
|
|
48325
|
-
"value": 0,
|
|
48326
|
-
"unit": "px"
|
|
48327
|
-
},
|
|
48328
|
-
"offsetY": {
|
|
48329
|
-
"value": 8,
|
|
48330
|
-
"unit": "px"
|
|
48331
|
-
},
|
|
48332
|
-
"blur": {
|
|
48333
|
-
"value": 16,
|
|
48334
|
-
"unit": "px"
|
|
48335
|
-
},
|
|
48336
|
-
"spread": {
|
|
48337
|
-
"value": -4,
|
|
48338
|
-
"unit": "px"
|
|
48339
|
-
}
|
|
48340
|
-
},
|
|
48341
|
-
{
|
|
48342
|
-
"color": "{base.color.neutral.0}",
|
|
48343
|
-
"alpha": 0.4,
|
|
48344
|
-
"offsetX": {
|
|
48345
|
-
"value": 0,
|
|
48346
|
-
"unit": "px"
|
|
48347
|
-
},
|
|
48348
|
-
"offsetY": {
|
|
48349
|
-
"value": 4,
|
|
48350
|
-
"unit": "px"
|
|
48351
|
-
},
|
|
48352
|
-
"blur": {
|
|
48353
|
-
"value": 32,
|
|
48354
|
-
"unit": "px"
|
|
48355
|
-
},
|
|
48356
|
-
"spread": {
|
|
48357
|
-
"value": -4,
|
|
48358
|
-
"unit": "px"
|
|
48359
|
-
}
|
|
48360
|
-
},
|
|
48361
|
-
{
|
|
48362
|
-
"color": "{base.color.neutral.0}",
|
|
48363
|
-
"alpha": 0.4,
|
|
48364
|
-
"offsetX": {
|
|
48365
|
-
"value": 0,
|
|
48366
|
-
"unit": "px"
|
|
48367
|
-
},
|
|
48368
|
-
"offsetY": {
|
|
48369
|
-
"value": 24,
|
|
48370
|
-
"unit": "px"
|
|
48371
|
-
},
|
|
48372
|
-
"blur": {
|
|
48373
|
-
"value": 48,
|
|
48374
|
-
"unit": "px"
|
|
48375
|
-
},
|
|
48376
|
-
"spread": {
|
|
48377
|
-
"value": -12,
|
|
48378
|
-
"unit": "px"
|
|
48379
|
-
}
|
|
48380
|
-
},
|
|
48381
|
-
{
|
|
48382
|
-
"color": "{base.color.neutral.0}",
|
|
48383
|
-
"alpha": 0.4,
|
|
48384
|
-
"offsetX": {
|
|
48385
|
-
"value": 0,
|
|
48386
|
-
"unit": "px"
|
|
48387
|
-
},
|
|
48388
|
-
"offsetY": {
|
|
48389
|
-
"value": 48,
|
|
48390
|
-
"unit": "px"
|
|
48391
|
-
},
|
|
48392
|
-
"blur": {
|
|
48393
|
-
"value": 96,
|
|
48394
|
-
"unit": "px"
|
|
50265
|
+
],
|
|
50266
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50267
|
+
"isSource": true,
|
|
50268
|
+
"$type": "shadow"
|
|
48395
50269
|
},
|
|
48396
|
-
"
|
|
48397
|
-
"value": -24,
|
|
48398
|
-
"unit": "px"
|
|
48399
|
-
}
|
|
48400
|
-
}
|
|
48401
|
-
],
|
|
48402
|
-
"$type": "shadow",
|
|
48403
|
-
"$description": "Medium floating shadow for popovers and action menus",
|
|
48404
|
-
"$extensions": {
|
|
48405
|
-
"org.primer.figma": {
|
|
48406
|
-
"collection": "mode",
|
|
48407
|
-
"group": "shadow"
|
|
48408
|
-
},
|
|
48409
|
-
"org.primer.overrides": {
|
|
48410
|
-
"dark": {
|
|
50270
|
+
"light-tritanopia-high-contrast": {
|
|
48411
50271
|
"$value": [
|
|
48412
50272
|
{
|
|
48413
50273
|
"color": "{overlay.borderColor}",
|
|
@@ -48430,8 +50290,8 @@
|
|
|
48430
50290
|
}
|
|
48431
50291
|
},
|
|
48432
50292
|
{
|
|
48433
|
-
"color": "{base.color.neutral.
|
|
48434
|
-
"alpha": 0.
|
|
50293
|
+
"color": "{base.color.neutral.12}",
|
|
50294
|
+
"alpha": 0.08,
|
|
48435
50295
|
"offsetX": {
|
|
48436
50296
|
"value": 0,
|
|
48437
50297
|
"unit": "px"
|
|
@@ -48450,8 +50310,8 @@
|
|
|
48450
50310
|
}
|
|
48451
50311
|
},
|
|
48452
50312
|
{
|
|
48453
|
-
"color": "{base.color.neutral.
|
|
48454
|
-
"alpha": 0.
|
|
50313
|
+
"color": "{base.color.neutral.12}",
|
|
50314
|
+
"alpha": 0.08,
|
|
48455
50315
|
"offsetX": {
|
|
48456
50316
|
"value": 0,
|
|
48457
50317
|
"unit": "px"
|
|
@@ -48470,8 +50330,8 @@
|
|
|
48470
50330
|
}
|
|
48471
50331
|
},
|
|
48472
50332
|
{
|
|
48473
|
-
"color": "{base.color.neutral.
|
|
48474
|
-
"alpha": 0.
|
|
50333
|
+
"color": "{base.color.neutral.12}",
|
|
50334
|
+
"alpha": 0.08,
|
|
48475
50335
|
"offsetX": {
|
|
48476
50336
|
"value": 0,
|
|
48477
50337
|
"unit": "px"
|
|
@@ -48490,8 +50350,8 @@
|
|
|
48490
50350
|
}
|
|
48491
50351
|
},
|
|
48492
50352
|
{
|
|
48493
|
-
"color": "{base.color.neutral.
|
|
48494
|
-
"alpha": 0.
|
|
50353
|
+
"color": "{base.color.neutral.12}",
|
|
50354
|
+
"alpha": 0.08,
|
|
48495
50355
|
"offsetX": {
|
|
48496
50356
|
"value": 0,
|
|
48497
50357
|
"unit": "px"
|
|
@@ -48819,6 +50679,147 @@
|
|
|
48819
50679
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48820
50680
|
"isSource": true,
|
|
48821
50681
|
"$type": "shadow"
|
|
50682
|
+
},
|
|
50683
|
+
"light-high-contrast": {
|
|
50684
|
+
"$value": [
|
|
50685
|
+
{
|
|
50686
|
+
"color": "#3d444db3",
|
|
50687
|
+
"alpha": 1,
|
|
50688
|
+
"offsetX": {
|
|
50689
|
+
"value": 0,
|
|
50690
|
+
"unit": "px"
|
|
50691
|
+
},
|
|
50692
|
+
"offsetY": {
|
|
50693
|
+
"value": 0,
|
|
50694
|
+
"unit": "px"
|
|
50695
|
+
},
|
|
50696
|
+
"blur": {
|
|
50697
|
+
"value": 0,
|
|
50698
|
+
"unit": "px"
|
|
50699
|
+
},
|
|
50700
|
+
"spread": {
|
|
50701
|
+
"value": 1,
|
|
50702
|
+
"unit": "px"
|
|
50703
|
+
}
|
|
50704
|
+
},
|
|
50705
|
+
{
|
|
50706
|
+
"color": "#f0f6fc",
|
|
50707
|
+
"alpha": 0.32,
|
|
50708
|
+
"offsetX": {
|
|
50709
|
+
"value": 0,
|
|
50710
|
+
"unit": "px"
|
|
50711
|
+
},
|
|
50712
|
+
"offsetY": {
|
|
50713
|
+
"value": 56,
|
|
50714
|
+
"unit": "px"
|
|
50715
|
+
},
|
|
50716
|
+
"blur": {
|
|
50717
|
+
"value": 112,
|
|
50718
|
+
"unit": "px"
|
|
50719
|
+
},
|
|
50720
|
+
"spread": {
|
|
50721
|
+
"value": 0,
|
|
50722
|
+
"unit": "px"
|
|
50723
|
+
}
|
|
50724
|
+
}
|
|
50725
|
+
],
|
|
50726
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50727
|
+
"isSource": true,
|
|
50728
|
+
"$type": "shadow"
|
|
50729
|
+
},
|
|
50730
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
50731
|
+
"$value": [
|
|
50732
|
+
{
|
|
50733
|
+
"color": "#3d444db3",
|
|
50734
|
+
"alpha": 1,
|
|
50735
|
+
"offsetX": {
|
|
50736
|
+
"value": 0,
|
|
50737
|
+
"unit": "px"
|
|
50738
|
+
},
|
|
50739
|
+
"offsetY": {
|
|
50740
|
+
"value": 0,
|
|
50741
|
+
"unit": "px"
|
|
50742
|
+
},
|
|
50743
|
+
"blur": {
|
|
50744
|
+
"value": 0,
|
|
50745
|
+
"unit": "px"
|
|
50746
|
+
},
|
|
50747
|
+
"spread": {
|
|
50748
|
+
"value": 1,
|
|
50749
|
+
"unit": "px"
|
|
50750
|
+
}
|
|
50751
|
+
},
|
|
50752
|
+
{
|
|
50753
|
+
"color": "#f0f6fc",
|
|
50754
|
+
"alpha": 0.32,
|
|
50755
|
+
"offsetX": {
|
|
50756
|
+
"value": 0,
|
|
50757
|
+
"unit": "px"
|
|
50758
|
+
},
|
|
50759
|
+
"offsetY": {
|
|
50760
|
+
"value": 56,
|
|
50761
|
+
"unit": "px"
|
|
50762
|
+
},
|
|
50763
|
+
"blur": {
|
|
50764
|
+
"value": 112,
|
|
50765
|
+
"unit": "px"
|
|
50766
|
+
},
|
|
50767
|
+
"spread": {
|
|
50768
|
+
"value": 0,
|
|
50769
|
+
"unit": "px"
|
|
50770
|
+
}
|
|
50771
|
+
}
|
|
50772
|
+
],
|
|
50773
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50774
|
+
"isSource": true,
|
|
50775
|
+
"$type": "shadow"
|
|
50776
|
+
},
|
|
50777
|
+
"light-tritanopia-high-contrast": {
|
|
50778
|
+
"$value": [
|
|
50779
|
+
{
|
|
50780
|
+
"color": "#3d444db3",
|
|
50781
|
+
"alpha": 1,
|
|
50782
|
+
"offsetX": {
|
|
50783
|
+
"value": 0,
|
|
50784
|
+
"unit": "px"
|
|
50785
|
+
},
|
|
50786
|
+
"offsetY": {
|
|
50787
|
+
"value": 0,
|
|
50788
|
+
"unit": "px"
|
|
50789
|
+
},
|
|
50790
|
+
"blur": {
|
|
50791
|
+
"value": 0,
|
|
50792
|
+
"unit": "px"
|
|
50793
|
+
},
|
|
50794
|
+
"spread": {
|
|
50795
|
+
"value": 1,
|
|
50796
|
+
"unit": "px"
|
|
50797
|
+
}
|
|
50798
|
+
},
|
|
50799
|
+
{
|
|
50800
|
+
"color": "#f0f6fc",
|
|
50801
|
+
"alpha": 0.32,
|
|
50802
|
+
"offsetX": {
|
|
50803
|
+
"value": 0,
|
|
50804
|
+
"unit": "px"
|
|
50805
|
+
},
|
|
50806
|
+
"offsetY": {
|
|
50807
|
+
"value": 56,
|
|
50808
|
+
"unit": "px"
|
|
50809
|
+
},
|
|
50810
|
+
"blur": {
|
|
50811
|
+
"value": 112,
|
|
50812
|
+
"unit": "px"
|
|
50813
|
+
},
|
|
50814
|
+
"spread": {
|
|
50815
|
+
"value": 0,
|
|
50816
|
+
"unit": "px"
|
|
50817
|
+
}
|
|
50818
|
+
}
|
|
50819
|
+
],
|
|
50820
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50821
|
+
"isSource": true,
|
|
50822
|
+
"$type": "shadow"
|
|
48822
50823
|
}
|
|
48823
50824
|
},
|
|
48824
50825
|
"org.primer.llm": {
|
|
@@ -48925,6 +50926,147 @@
|
|
|
48925
50926
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48926
50927
|
"isSource": true,
|
|
48927
50928
|
"$type": "shadow"
|
|
50929
|
+
},
|
|
50930
|
+
"light-high-contrast": {
|
|
50931
|
+
"$value": [
|
|
50932
|
+
{
|
|
50933
|
+
"color": "{overlay.borderColor}",
|
|
50934
|
+
"alpha": 1,
|
|
50935
|
+
"offsetX": {
|
|
50936
|
+
"value": 0,
|
|
50937
|
+
"unit": "px"
|
|
50938
|
+
},
|
|
50939
|
+
"offsetY": {
|
|
50940
|
+
"value": 0,
|
|
50941
|
+
"unit": "px"
|
|
50942
|
+
},
|
|
50943
|
+
"blur": {
|
|
50944
|
+
"value": 0,
|
|
50945
|
+
"unit": "px"
|
|
50946
|
+
},
|
|
50947
|
+
"spread": {
|
|
50948
|
+
"value": 1,
|
|
50949
|
+
"unit": "px"
|
|
50950
|
+
}
|
|
50951
|
+
},
|
|
50952
|
+
{
|
|
50953
|
+
"color": "{base.color.neutral.12}",
|
|
50954
|
+
"alpha": 0.32,
|
|
50955
|
+
"offsetX": {
|
|
50956
|
+
"value": 0,
|
|
50957
|
+
"unit": "px"
|
|
50958
|
+
},
|
|
50959
|
+
"offsetY": {
|
|
50960
|
+
"value": 56,
|
|
50961
|
+
"unit": "px"
|
|
50962
|
+
},
|
|
50963
|
+
"blur": {
|
|
50964
|
+
"value": 112,
|
|
50965
|
+
"unit": "px"
|
|
50966
|
+
},
|
|
50967
|
+
"spread": {
|
|
50968
|
+
"value": 0,
|
|
50969
|
+
"unit": "px"
|
|
50970
|
+
}
|
|
50971
|
+
}
|
|
50972
|
+
],
|
|
50973
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50974
|
+
"isSource": true,
|
|
50975
|
+
"$type": "shadow"
|
|
50976
|
+
},
|
|
50977
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
50978
|
+
"$value": [
|
|
50979
|
+
{
|
|
50980
|
+
"color": "{overlay.borderColor}",
|
|
50981
|
+
"alpha": 1,
|
|
50982
|
+
"offsetX": {
|
|
50983
|
+
"value": 0,
|
|
50984
|
+
"unit": "px"
|
|
50985
|
+
},
|
|
50986
|
+
"offsetY": {
|
|
50987
|
+
"value": 0,
|
|
50988
|
+
"unit": "px"
|
|
50989
|
+
},
|
|
50990
|
+
"blur": {
|
|
50991
|
+
"value": 0,
|
|
50992
|
+
"unit": "px"
|
|
50993
|
+
},
|
|
50994
|
+
"spread": {
|
|
50995
|
+
"value": 1,
|
|
50996
|
+
"unit": "px"
|
|
50997
|
+
}
|
|
50998
|
+
},
|
|
50999
|
+
{
|
|
51000
|
+
"color": "{base.color.neutral.12}",
|
|
51001
|
+
"alpha": 0.32,
|
|
51002
|
+
"offsetX": {
|
|
51003
|
+
"value": 0,
|
|
51004
|
+
"unit": "px"
|
|
51005
|
+
},
|
|
51006
|
+
"offsetY": {
|
|
51007
|
+
"value": 56,
|
|
51008
|
+
"unit": "px"
|
|
51009
|
+
},
|
|
51010
|
+
"blur": {
|
|
51011
|
+
"value": 112,
|
|
51012
|
+
"unit": "px"
|
|
51013
|
+
},
|
|
51014
|
+
"spread": {
|
|
51015
|
+
"value": 0,
|
|
51016
|
+
"unit": "px"
|
|
51017
|
+
}
|
|
51018
|
+
}
|
|
51019
|
+
],
|
|
51020
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
51021
|
+
"isSource": true,
|
|
51022
|
+
"$type": "shadow"
|
|
51023
|
+
},
|
|
51024
|
+
"light-tritanopia-high-contrast": {
|
|
51025
|
+
"$value": [
|
|
51026
|
+
{
|
|
51027
|
+
"color": "{overlay.borderColor}",
|
|
51028
|
+
"alpha": 1,
|
|
51029
|
+
"offsetX": {
|
|
51030
|
+
"value": 0,
|
|
51031
|
+
"unit": "px"
|
|
51032
|
+
},
|
|
51033
|
+
"offsetY": {
|
|
51034
|
+
"value": 0,
|
|
51035
|
+
"unit": "px"
|
|
51036
|
+
},
|
|
51037
|
+
"blur": {
|
|
51038
|
+
"value": 0,
|
|
51039
|
+
"unit": "px"
|
|
51040
|
+
},
|
|
51041
|
+
"spread": {
|
|
51042
|
+
"value": 1,
|
|
51043
|
+
"unit": "px"
|
|
51044
|
+
}
|
|
51045
|
+
},
|
|
51046
|
+
{
|
|
51047
|
+
"color": "{base.color.neutral.12}",
|
|
51048
|
+
"alpha": 0.32,
|
|
51049
|
+
"offsetX": {
|
|
51050
|
+
"value": 0,
|
|
51051
|
+
"unit": "px"
|
|
51052
|
+
},
|
|
51053
|
+
"offsetY": {
|
|
51054
|
+
"value": 56,
|
|
51055
|
+
"unit": "px"
|
|
51056
|
+
},
|
|
51057
|
+
"blur": {
|
|
51058
|
+
"value": 112,
|
|
51059
|
+
"unit": "px"
|
|
51060
|
+
},
|
|
51061
|
+
"spread": {
|
|
51062
|
+
"value": 0,
|
|
51063
|
+
"unit": "px"
|
|
51064
|
+
}
|
|
51065
|
+
}
|
|
51066
|
+
],
|
|
51067
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
51068
|
+
"isSource": true,
|
|
51069
|
+
"$type": "shadow"
|
|
48928
51070
|
}
|
|
48929
51071
|
},
|
|
48930
51072
|
"org.primer.llm": {
|