@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": "#cdd9e526",
|
|
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": {
|
|
@@ -5871,7 +5950,7 @@
|
|
|
5871
5950
|
"key": "{borderColor.translucent}",
|
|
5872
5951
|
"$value": "#cdd9e526",
|
|
5873
5952
|
"$type": "color",
|
|
5874
|
-
"$description": "Semi-transparent border for overlays and layered elements",
|
|
5953
|
+
"$description": "Semi-transparent border for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
|
|
5875
5954
|
"$extensions": {
|
|
5876
5955
|
"org.primer.figma": {
|
|
5877
5956
|
"collection": "mode",
|
|
@@ -5940,7 +6019,7 @@
|
|
|
5940
6019
|
"original": {
|
|
5941
6020
|
"$value": "{base.color.neutral.13}",
|
|
5942
6021
|
"$type": "color",
|
|
5943
|
-
"$description": "Semi-transparent border for overlays and layered elements",
|
|
6022
|
+
"$description": "Semi-transparent border for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
|
|
5944
6023
|
"$extensions": {
|
|
5945
6024
|
"org.primer.figma": {
|
|
5946
6025
|
"collection": "mode",
|
|
@@ -6732,13 +6811,21 @@
|
|
|
6732
6811
|
"$type": "color"
|
|
6733
6812
|
},
|
|
6734
6813
|
"dark-dimmed-high-contrast": {
|
|
6735
|
-
"$value":
|
|
6814
|
+
"$value": {
|
|
6815
|
+
"colorSpace": "hsl",
|
|
6816
|
+
"components": [0, 0, 100],
|
|
6817
|
+
"hex": "#ffffff"
|
|
6818
|
+
},
|
|
6736
6819
|
"filePath": "src/tokens/component/button.json5",
|
|
6737
6820
|
"isSource": true,
|
|
6738
6821
|
"$type": "color"
|
|
6739
6822
|
},
|
|
6740
6823
|
"dark-dimmed": {
|
|
6741
|
-
"$value":
|
|
6824
|
+
"$value": {
|
|
6825
|
+
"colorSpace": "hsl",
|
|
6826
|
+
"components": [0, 0, 100],
|
|
6827
|
+
"hex": "#ffffff"
|
|
6828
|
+
},
|
|
6742
6829
|
"filePath": "src/tokens/component/button.json5",
|
|
6743
6830
|
"isSource": true,
|
|
6744
6831
|
"$type": "color"
|
|
@@ -6748,7 +6835,11 @@
|
|
|
6748
6835
|
"filePath": "src/tokens/component/button.json5",
|
|
6749
6836
|
"isSource": true,
|
|
6750
6837
|
"original": {
|
|
6751
|
-
"$value":
|
|
6838
|
+
"$value": {
|
|
6839
|
+
"colorSpace": "hsl",
|
|
6840
|
+
"components": [0, 0, 100],
|
|
6841
|
+
"hex": "#ffffff"
|
|
6842
|
+
},
|
|
6752
6843
|
"$type": "color",
|
|
6753
6844
|
"$extensions": {
|
|
6754
6845
|
"org.primer.figma": {
|
|
@@ -6764,13 +6855,21 @@
|
|
|
6764
6855
|
"$type": "color"
|
|
6765
6856
|
},
|
|
6766
6857
|
"dark-dimmed-high-contrast": {
|
|
6767
|
-
"$value":
|
|
6858
|
+
"$value": {
|
|
6859
|
+
"colorSpace": "hsl",
|
|
6860
|
+
"components": [0, 0, 100],
|
|
6861
|
+
"hex": "#ffffff"
|
|
6862
|
+
},
|
|
6768
6863
|
"filePath": "src/tokens/component/button.json5",
|
|
6769
6864
|
"isSource": true,
|
|
6770
6865
|
"$type": "color"
|
|
6771
6866
|
},
|
|
6772
6867
|
"dark-dimmed": {
|
|
6773
|
-
"$value":
|
|
6868
|
+
"$value": {
|
|
6869
|
+
"colorSpace": "hsl",
|
|
6870
|
+
"components": [0, 0, 100],
|
|
6871
|
+
"hex": "#ffffff"
|
|
6872
|
+
},
|
|
6774
6873
|
"filePath": "src/tokens/component/button.json5",
|
|
6775
6874
|
"isSource": true,
|
|
6776
6875
|
"$type": "color"
|
|
@@ -6850,13 +6949,21 @@
|
|
|
6850
6949
|
"$type": "color"
|
|
6851
6950
|
},
|
|
6852
6951
|
"dark-dimmed-high-contrast": {
|
|
6853
|
-
"$value":
|
|
6952
|
+
"$value": {
|
|
6953
|
+
"colorSpace": "hsl",
|
|
6954
|
+
"components": [0, 0, 100],
|
|
6955
|
+
"hex": "#ffffff"
|
|
6956
|
+
},
|
|
6854
6957
|
"filePath": "src/tokens/component/button.json5",
|
|
6855
6958
|
"isSource": true,
|
|
6856
6959
|
"$type": "color"
|
|
6857
6960
|
},
|
|
6858
6961
|
"dark-dimmed": {
|
|
6859
|
-
"$value":
|
|
6962
|
+
"$value": {
|
|
6963
|
+
"colorSpace": "hsl",
|
|
6964
|
+
"components": [0, 0, 100],
|
|
6965
|
+
"hex": "#ffffff"
|
|
6966
|
+
},
|
|
6860
6967
|
"filePath": "src/tokens/component/button.json5",
|
|
6861
6968
|
"isSource": true,
|
|
6862
6969
|
"$type": "color"
|
|
@@ -6866,7 +6973,11 @@
|
|
|
6866
6973
|
"filePath": "src/tokens/component/button.json5",
|
|
6867
6974
|
"isSource": true,
|
|
6868
6975
|
"original": {
|
|
6869
|
-
"$value":
|
|
6976
|
+
"$value": {
|
|
6977
|
+
"colorSpace": "hsl",
|
|
6978
|
+
"components": [0, 0, 100],
|
|
6979
|
+
"hex": "#ffffff"
|
|
6980
|
+
},
|
|
6870
6981
|
"$type": "color",
|
|
6871
6982
|
"$extensions": {
|
|
6872
6983
|
"org.primer.figma": {
|
|
@@ -6882,13 +6993,21 @@
|
|
|
6882
6993
|
"$type": "color"
|
|
6883
6994
|
},
|
|
6884
6995
|
"dark-dimmed-high-contrast": {
|
|
6885
|
-
"$value":
|
|
6996
|
+
"$value": {
|
|
6997
|
+
"colorSpace": "hsl",
|
|
6998
|
+
"components": [0, 0, 100],
|
|
6999
|
+
"hex": "#ffffff"
|
|
7000
|
+
},
|
|
6886
7001
|
"filePath": "src/tokens/component/button.json5",
|
|
6887
7002
|
"isSource": true,
|
|
6888
7003
|
"$type": "color"
|
|
6889
7004
|
},
|
|
6890
7005
|
"dark-dimmed": {
|
|
6891
|
-
"$value":
|
|
7006
|
+
"$value": {
|
|
7007
|
+
"colorSpace": "hsl",
|
|
7008
|
+
"components": [0, 0, 100],
|
|
7009
|
+
"hex": "#ffffff"
|
|
7010
|
+
},
|
|
6892
7011
|
"filePath": "src/tokens/component/button.json5",
|
|
6893
7012
|
"isSource": true,
|
|
6894
7013
|
"$type": "color"
|
|
@@ -6913,13 +7032,21 @@
|
|
|
6913
7032
|
},
|
|
6914
7033
|
"org.primer.overrides": {
|
|
6915
7034
|
"dark": {
|
|
6916
|
-
"$value":
|
|
7035
|
+
"$value": {
|
|
7036
|
+
"colorSpace": "hsl",
|
|
7037
|
+
"components": [3.3, 94.3, 65.7],
|
|
7038
|
+
"hex": "#FA5E55"
|
|
7039
|
+
},
|
|
6917
7040
|
"filePath": "src/tokens/component/button.json5",
|
|
6918
7041
|
"isSource": true,
|
|
6919
7042
|
"$type": "color"
|
|
6920
7043
|
},
|
|
6921
7044
|
"dark-dimmed": {
|
|
6922
|
-
"$value":
|
|
7045
|
+
"$value": {
|
|
7046
|
+
"colorSpace": "hsl",
|
|
7047
|
+
"components": [3.6, 78.2, 62.2],
|
|
7048
|
+
"hex": "#ea5c53"
|
|
7049
|
+
},
|
|
6923
7050
|
"filePath": "src/tokens/component/button.json5",
|
|
6924
7051
|
"isSource": true,
|
|
6925
7052
|
"$type": "color"
|
|
@@ -6959,7 +7086,11 @@
|
|
|
6959
7086
|
"filePath": "src/tokens/component/button.json5",
|
|
6960
7087
|
"isSource": true,
|
|
6961
7088
|
"original": {
|
|
6962
|
-
"$value":
|
|
7089
|
+
"$value": {
|
|
7090
|
+
"colorSpace": "hsl",
|
|
7091
|
+
"components": [3.6, 78.2, 62.2],
|
|
7092
|
+
"hex": "#ea5c53"
|
|
7093
|
+
},
|
|
6963
7094
|
"$type": "color",
|
|
6964
7095
|
"$extensions": {
|
|
6965
7096
|
"org.primer.figma": {
|
|
@@ -6969,13 +7100,21 @@
|
|
|
6969
7100
|
},
|
|
6970
7101
|
"org.primer.overrides": {
|
|
6971
7102
|
"dark": {
|
|
6972
|
-
"$value":
|
|
7103
|
+
"$value": {
|
|
7104
|
+
"colorSpace": "hsl",
|
|
7105
|
+
"components": [3.3, 94.3, 65.7],
|
|
7106
|
+
"hex": "#FA5E55"
|
|
7107
|
+
},
|
|
6973
7108
|
"filePath": "src/tokens/component/button.json5",
|
|
6974
7109
|
"isSource": true,
|
|
6975
7110
|
"$type": "color"
|
|
6976
7111
|
},
|
|
6977
7112
|
"dark-dimmed": {
|
|
6978
|
-
"$value":
|
|
7113
|
+
"$value": {
|
|
7114
|
+
"colorSpace": "hsl",
|
|
7115
|
+
"components": [3.6, 78.2, 62.2],
|
|
7116
|
+
"hex": "#ea5c53"
|
|
7117
|
+
},
|
|
6979
7118
|
"filePath": "src/tokens/component/button.json5",
|
|
6980
7119
|
"isSource": true,
|
|
6981
7120
|
"$type": "color"
|
|
@@ -7018,6 +7157,35 @@
|
|
|
7018
7157
|
"attributes": {},
|
|
7019
7158
|
"path": ["button", "danger", "fgColor", "rest"]
|
|
7020
7159
|
},
|
|
7160
|
+
"button-danger-iconColor-disabled": {
|
|
7161
|
+
"key": "{button.danger.iconColor.disabled}",
|
|
7162
|
+
"$value": "#e5534b80",
|
|
7163
|
+
"$type": "color",
|
|
7164
|
+
"$extensions": {
|
|
7165
|
+
"org.primer.figma": {
|
|
7166
|
+
"collection": "mode",
|
|
7167
|
+
"group": "component (internal)",
|
|
7168
|
+
"scopes": ["fgColor"]
|
|
7169
|
+
}
|
|
7170
|
+
},
|
|
7171
|
+
"filePath": "src/tokens/component/button.json5",
|
|
7172
|
+
"isSource": true,
|
|
7173
|
+
"original": {
|
|
7174
|
+
"$value": "{button.danger.fgColor.disabled}",
|
|
7175
|
+
"$type": "color",
|
|
7176
|
+
"$extensions": {
|
|
7177
|
+
"org.primer.figma": {
|
|
7178
|
+
"collection": "mode",
|
|
7179
|
+
"group": "component (internal)",
|
|
7180
|
+
"scopes": ["fgColor"]
|
|
7181
|
+
}
|
|
7182
|
+
},
|
|
7183
|
+
"key": "{button.danger.iconColor.disabled}"
|
|
7184
|
+
},
|
|
7185
|
+
"name": "button-danger-iconColor-disabled",
|
|
7186
|
+
"attributes": {},
|
|
7187
|
+
"path": ["button", "danger", "iconColor", "disabled"]
|
|
7188
|
+
},
|
|
7021
7189
|
"button-danger-iconColor-hover": {
|
|
7022
7190
|
"key": "{button.danger.iconColor.hover}",
|
|
7023
7191
|
"$value": "#cdd9e5",
|
|
@@ -7036,7 +7204,11 @@
|
|
|
7036
7204
|
"$type": "color"
|
|
7037
7205
|
},
|
|
7038
7206
|
"dark-dimmed-high-contrast": {
|
|
7039
|
-
"$value":
|
|
7207
|
+
"$value": {
|
|
7208
|
+
"colorSpace": "hsl",
|
|
7209
|
+
"components": [0, 0, 100],
|
|
7210
|
+
"hex": "#ffffff"
|
|
7211
|
+
},
|
|
7040
7212
|
"filePath": "src/tokens/component/button.json5",
|
|
7041
7213
|
"isSource": true,
|
|
7042
7214
|
"$type": "color"
|
|
@@ -7062,7 +7234,11 @@
|
|
|
7062
7234
|
"$type": "color"
|
|
7063
7235
|
},
|
|
7064
7236
|
"dark-dimmed-high-contrast": {
|
|
7065
|
-
"$value":
|
|
7237
|
+
"$value": {
|
|
7238
|
+
"colorSpace": "hsl",
|
|
7239
|
+
"components": [0, 0, 100],
|
|
7240
|
+
"hex": "#ffffff"
|
|
7241
|
+
},
|
|
7066
7242
|
"filePath": "src/tokens/component/button.json5",
|
|
7067
7243
|
"isSource": true,
|
|
7068
7244
|
"$type": "color"
|
|
@@ -7106,7 +7282,7 @@
|
|
|
7106
7282
|
},
|
|
7107
7283
|
"button-danger-shadow-selected": {
|
|
7108
7284
|
"key": "{button.danger.shadow.selected}",
|
|
7109
|
-
"$value": "0 0 0 0 #
|
|
7285
|
+
"$value": "0 0 0 0 #00000000",
|
|
7110
7286
|
"$type": "shadow",
|
|
7111
7287
|
"$extensions": {
|
|
7112
7288
|
"org.primer.figma": {
|
|
@@ -7582,6 +7758,35 @@
|
|
|
7582
7758
|
"attributes": {},
|
|
7583
7759
|
"path": ["button", "default", "borderColor", "rest"]
|
|
7584
7760
|
},
|
|
7761
|
+
"button-default-fgColor-disabled": {
|
|
7762
|
+
"key": "{button.default.fgColor.disabled}",
|
|
7763
|
+
"$value": "#656c76",
|
|
7764
|
+
"$type": "color",
|
|
7765
|
+
"$extensions": {
|
|
7766
|
+
"org.primer.figma": {
|
|
7767
|
+
"collection": "mode",
|
|
7768
|
+
"group": "component (internal)",
|
|
7769
|
+
"scopes": ["fgColor"]
|
|
7770
|
+
}
|
|
7771
|
+
},
|
|
7772
|
+
"filePath": "src/tokens/component/button.json5",
|
|
7773
|
+
"isSource": true,
|
|
7774
|
+
"original": {
|
|
7775
|
+
"$value": "{control.fgColor.disabled}",
|
|
7776
|
+
"$type": "color",
|
|
7777
|
+
"$extensions": {
|
|
7778
|
+
"org.primer.figma": {
|
|
7779
|
+
"collection": "mode",
|
|
7780
|
+
"group": "component (internal)",
|
|
7781
|
+
"scopes": ["fgColor"]
|
|
7782
|
+
}
|
|
7783
|
+
},
|
|
7784
|
+
"key": "{button.default.fgColor.disabled}"
|
|
7785
|
+
},
|
|
7786
|
+
"name": "button-default-fgColor-disabled",
|
|
7787
|
+
"attributes": {},
|
|
7788
|
+
"path": ["button", "default", "fgColor", "disabled"]
|
|
7789
|
+
},
|
|
7585
7790
|
"button-default-fgColor-rest": {
|
|
7586
7791
|
"key": "{button.default.fgColor.rest}",
|
|
7587
7792
|
"$value": "#f0f6fc",
|
|
@@ -7629,7 +7834,7 @@
|
|
|
7629
7834
|
},
|
|
7630
7835
|
"button-default-shadow-resting": {
|
|
7631
7836
|
"key": "{button.default.shadow.resting}",
|
|
7632
|
-
"$value": "0 0 0 0 #
|
|
7837
|
+
"$value": "0 0 0 0 #00000000",
|
|
7633
7838
|
"$type": "shadow",
|
|
7634
7839
|
"$extensions": {
|
|
7635
7840
|
"org.primer.figma": {
|
|
@@ -8870,31 +9075,51 @@
|
|
|
8870
9075
|
"$type": "color"
|
|
8871
9076
|
},
|
|
8872
9077
|
"dark-tritanopia": {
|
|
8873
|
-
"$value":
|
|
9078
|
+
"$value": {
|
|
9079
|
+
"colorSpace": "hsl",
|
|
9080
|
+
"components": [218.3, 84.7, 33.3],
|
|
9081
|
+
"hex": "#0d419d"
|
|
9082
|
+
},
|
|
8874
9083
|
"filePath": "src/tokens/component/button.json5",
|
|
8875
9084
|
"isSource": true,
|
|
8876
9085
|
"$type": "color"
|
|
8877
9086
|
},
|
|
8878
9087
|
"dark-tritanopia-high-contrast": {
|
|
8879
|
-
"$value":
|
|
9088
|
+
"$value": {
|
|
9089
|
+
"colorSpace": "hsl",
|
|
9090
|
+
"components": [218.3, 84.7, 33.3],
|
|
9091
|
+
"hex": "#0d419d"
|
|
9092
|
+
},
|
|
8880
9093
|
"filePath": "src/tokens/component/button.json5",
|
|
8881
9094
|
"isSource": true,
|
|
8882
9095
|
"$type": "color"
|
|
8883
9096
|
},
|
|
8884
9097
|
"light-high-contrast": {
|
|
8885
|
-
"$value":
|
|
9098
|
+
"$value": {
|
|
9099
|
+
"colorSpace": "hsl",
|
|
9100
|
+
"components": [216.6, 96.3, 31.4],
|
|
9101
|
+
"hex": "#033f9d"
|
|
9102
|
+
},
|
|
8886
9103
|
"filePath": "src/tokens/component/button.json5",
|
|
8887
9104
|
"isSource": true,
|
|
8888
9105
|
"$type": "color"
|
|
8889
9106
|
},
|
|
8890
9107
|
"light-tritanopia-high-contrast": {
|
|
8891
|
-
"$value":
|
|
9108
|
+
"$value": {
|
|
9109
|
+
"colorSpace": "hsl",
|
|
9110
|
+
"components": [216.6, 96.3, 31.4],
|
|
9111
|
+
"hex": "#033f9d"
|
|
9112
|
+
},
|
|
8892
9113
|
"filePath": "src/tokens/component/button.json5",
|
|
8893
9114
|
"isSource": true,
|
|
8894
9115
|
"$type": "color"
|
|
8895
9116
|
},
|
|
8896
9117
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
8897
|
-
"$value":
|
|
9118
|
+
"$value": {
|
|
9119
|
+
"colorSpace": "hsl",
|
|
9120
|
+
"components": [216.6, 96.3, 31.4],
|
|
9121
|
+
"hex": "#033f9d"
|
|
9122
|
+
},
|
|
8898
9123
|
"filePath": "src/tokens/component/button.json5",
|
|
8899
9124
|
"isSource": true,
|
|
8900
9125
|
"$type": "color"
|
|
@@ -8920,31 +9145,51 @@
|
|
|
8920
9145
|
"$type": "color"
|
|
8921
9146
|
},
|
|
8922
9147
|
"dark-tritanopia": {
|
|
8923
|
-
"$value":
|
|
9148
|
+
"$value": {
|
|
9149
|
+
"colorSpace": "hsl",
|
|
9150
|
+
"components": [218.3, 84.7, 33.3],
|
|
9151
|
+
"hex": "#0d419d"
|
|
9152
|
+
},
|
|
8924
9153
|
"filePath": "src/tokens/component/button.json5",
|
|
8925
9154
|
"isSource": true,
|
|
8926
9155
|
"$type": "color"
|
|
8927
9156
|
},
|
|
8928
9157
|
"dark-tritanopia-high-contrast": {
|
|
8929
|
-
"$value":
|
|
9158
|
+
"$value": {
|
|
9159
|
+
"colorSpace": "hsl",
|
|
9160
|
+
"components": [218.3, 84.7, 33.3],
|
|
9161
|
+
"hex": "#0d419d"
|
|
9162
|
+
},
|
|
8930
9163
|
"filePath": "src/tokens/component/button.json5",
|
|
8931
9164
|
"isSource": true,
|
|
8932
9165
|
"$type": "color"
|
|
8933
9166
|
},
|
|
8934
9167
|
"light-high-contrast": {
|
|
8935
|
-
"$value":
|
|
9168
|
+
"$value": {
|
|
9169
|
+
"colorSpace": "hsl",
|
|
9170
|
+
"components": [216.6, 96.3, 31.4],
|
|
9171
|
+
"hex": "#033f9d"
|
|
9172
|
+
},
|
|
8936
9173
|
"filePath": "src/tokens/component/button.json5",
|
|
8937
9174
|
"isSource": true,
|
|
8938
9175
|
"$type": "color"
|
|
8939
9176
|
},
|
|
8940
9177
|
"light-tritanopia-high-contrast": {
|
|
8941
|
-
"$value":
|
|
9178
|
+
"$value": {
|
|
9179
|
+
"colorSpace": "hsl",
|
|
9180
|
+
"components": [216.6, 96.3, 31.4],
|
|
9181
|
+
"hex": "#033f9d"
|
|
9182
|
+
},
|
|
8942
9183
|
"filePath": "src/tokens/component/button.json5",
|
|
8943
9184
|
"isSource": true,
|
|
8944
9185
|
"$type": "color"
|
|
8945
9186
|
},
|
|
8946
9187
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
8947
|
-
"$value":
|
|
9188
|
+
"$value": {
|
|
9189
|
+
"colorSpace": "hsl",
|
|
9190
|
+
"components": [216.6, 96.3, 31.4],
|
|
9191
|
+
"hex": "#033f9d"
|
|
9192
|
+
},
|
|
8948
9193
|
"filePath": "src/tokens/component/button.json5",
|
|
8949
9194
|
"isSource": true,
|
|
8950
9195
|
"$type": "color"
|
|
@@ -8975,7 +9220,11 @@
|
|
|
8975
9220
|
"$type": "color"
|
|
8976
9221
|
},
|
|
8977
9222
|
"dark-tritanopia": {
|
|
8978
|
-
"$value":
|
|
9223
|
+
"$value": {
|
|
9224
|
+
"colorSpace": "hsl",
|
|
9225
|
+
"components": [212, 18.5, 15.9],
|
|
9226
|
+
"hex": "#212830"
|
|
9227
|
+
},
|
|
8979
9228
|
"filePath": "src/tokens/component/button.json5",
|
|
8980
9229
|
"isSource": true,
|
|
8981
9230
|
"$type": "color"
|
|
@@ -9001,7 +9250,11 @@
|
|
|
9001
9250
|
"$type": "color"
|
|
9002
9251
|
},
|
|
9003
9252
|
"dark-tritanopia": {
|
|
9004
|
-
"$value":
|
|
9253
|
+
"$value": {
|
|
9254
|
+
"colorSpace": "hsl",
|
|
9255
|
+
"components": [212, 18.5, 15.9],
|
|
9256
|
+
"hex": "#212830"
|
|
9257
|
+
},
|
|
9005
9258
|
"filePath": "src/tokens/component/button.json5",
|
|
9006
9259
|
"isSource": true,
|
|
9007
9260
|
"$type": "color"
|
|
@@ -9032,7 +9285,11 @@
|
|
|
9032
9285
|
"$type": "color"
|
|
9033
9286
|
},
|
|
9034
9287
|
"dark-tritanopia": {
|
|
9035
|
-
"$value":
|
|
9288
|
+
"$value": {
|
|
9289
|
+
"colorSpace": "hsl",
|
|
9290
|
+
"components": [217.5, 17.4, 18],
|
|
9291
|
+
"hex": "#262c36"
|
|
9292
|
+
},
|
|
9036
9293
|
"filePath": "src/tokens/component/button.json5",
|
|
9037
9294
|
"isSource": true,
|
|
9038
9295
|
"$type": "color"
|
|
@@ -9058,7 +9315,11 @@
|
|
|
9058
9315
|
"$type": "color"
|
|
9059
9316
|
},
|
|
9060
9317
|
"dark-tritanopia": {
|
|
9061
|
-
"$value":
|
|
9318
|
+
"$value": {
|
|
9319
|
+
"colorSpace": "hsl",
|
|
9320
|
+
"components": [217.5, 17.4, 18],
|
|
9321
|
+
"hex": "#262c36"
|
|
9322
|
+
},
|
|
9062
9323
|
"filePath": "src/tokens/component/button.json5",
|
|
9063
9324
|
"isSource": true,
|
|
9064
9325
|
"$type": "color"
|
|
@@ -9290,18 +9551,27 @@
|
|
|
9290
9551
|
"$type": "color"
|
|
9291
9552
|
},
|
|
9292
9553
|
"dark-dimmed": {
|
|
9293
|
-
"$value":
|
|
9554
|
+
"$value": {
|
|
9555
|
+
"colorSpace": "hsl",
|
|
9556
|
+
"components": [214.3, 76.1, 59],
|
|
9557
|
+
"hex": "#478be6"
|
|
9558
|
+
},
|
|
9559
|
+
"alpha": 0.502,
|
|
9294
9560
|
"filePath": "src/tokens/component/button.json5",
|
|
9295
9561
|
"isSource": true,
|
|
9296
9562
|
"$type": "color"
|
|
9297
9563
|
}
|
|
9298
9564
|
}
|
|
9299
9565
|
},
|
|
9300
|
-
"alpha": 0.
|
|
9566
|
+
"alpha": 0.502,
|
|
9301
9567
|
"filePath": "src/tokens/component/button.json5",
|
|
9302
9568
|
"isSource": true,
|
|
9303
9569
|
"original": {
|
|
9304
|
-
"$value":
|
|
9570
|
+
"$value": {
|
|
9571
|
+
"colorSpace": "hsl",
|
|
9572
|
+
"components": [214.3, 76.1, 59],
|
|
9573
|
+
"hex": "#478be6"
|
|
9574
|
+
},
|
|
9305
9575
|
"$type": "color",
|
|
9306
9576
|
"$extensions": {
|
|
9307
9577
|
"org.primer.figma": {
|
|
@@ -9318,14 +9588,19 @@
|
|
|
9318
9588
|
"$type": "color"
|
|
9319
9589
|
},
|
|
9320
9590
|
"dark-dimmed": {
|
|
9321
|
-
"$value":
|
|
9591
|
+
"$value": {
|
|
9592
|
+
"colorSpace": "hsl",
|
|
9593
|
+
"components": [214.3, 76.1, 59],
|
|
9594
|
+
"hex": "#478be6"
|
|
9595
|
+
},
|
|
9596
|
+
"alpha": 0.502,
|
|
9322
9597
|
"filePath": "src/tokens/component/button.json5",
|
|
9323
9598
|
"isSource": true,
|
|
9324
9599
|
"$type": "color"
|
|
9325
9600
|
}
|
|
9326
9601
|
}
|
|
9327
9602
|
},
|
|
9328
|
-
"alpha": 0.
|
|
9603
|
+
"alpha": 0.502,
|
|
9329
9604
|
"key": "{button.outline.fgColor.disabled}"
|
|
9330
9605
|
},
|
|
9331
9606
|
"name": "button-outline-fgColor-disabled",
|
|
@@ -9424,7 +9699,7 @@
|
|
|
9424
9699
|
},
|
|
9425
9700
|
"button-outline-shadow-selected": {
|
|
9426
9701
|
"key": "{button.outline.shadow.selected}",
|
|
9427
|
-
"$value": "0 0 0 0 #
|
|
9702
|
+
"$value": "0 0 0 0 #00000000",
|
|
9428
9703
|
"$type": "shadow",
|
|
9429
9704
|
"$extensions": {
|
|
9430
9705
|
"org.primer.figma": {
|
|
@@ -9543,13 +9818,21 @@
|
|
|
9543
9818
|
},
|
|
9544
9819
|
"org.primer.overrides": {
|
|
9545
9820
|
"dark": {
|
|
9546
|
-
"$value":
|
|
9821
|
+
"$value": {
|
|
9822
|
+
"colorSpace": "hsl",
|
|
9823
|
+
"components": [130, 54, 39.2],
|
|
9824
|
+
"hex": "#2E9A40"
|
|
9825
|
+
},
|
|
9547
9826
|
"filePath": "src/tokens/component/button.json5",
|
|
9548
9827
|
"isSource": true,
|
|
9549
9828
|
"$type": "color"
|
|
9550
9829
|
},
|
|
9551
9830
|
"dark-dimmed": {
|
|
9552
|
-
"$value":
|
|
9831
|
+
"$value": {
|
|
9832
|
+
"colorSpace": "hsl",
|
|
9833
|
+
"components": [123.1, 36.8, 41],
|
|
9834
|
+
"hex": "#428f46"
|
|
9835
|
+
},
|
|
9553
9836
|
"filePath": "src/tokens/component/button.json5",
|
|
9554
9837
|
"isSource": true,
|
|
9555
9838
|
"$type": "color"
|
|
@@ -9561,61 +9844,101 @@
|
|
|
9561
9844
|
"$type": "color"
|
|
9562
9845
|
},
|
|
9563
9846
|
"dark-tritanopia": {
|
|
9564
|
-
"$value":
|
|
9847
|
+
"$value": {
|
|
9848
|
+
"colorSpace": "hsl",
|
|
9849
|
+
"components": [214.9, 88.7, 58.2],
|
|
9850
|
+
"hex": "#3685f3"
|
|
9851
|
+
},
|
|
9565
9852
|
"filePath": "src/tokens/component/button.json5",
|
|
9566
9853
|
"isSource": true,
|
|
9567
9854
|
"$type": "color"
|
|
9568
9855
|
},
|
|
9569
9856
|
"dark-tritanopia-high-contrast": {
|
|
9570
|
-
"$value":
|
|
9857
|
+
"$value": {
|
|
9858
|
+
"colorSpace": "hsl",
|
|
9859
|
+
"components": [214.9, 88.7, 58.2],
|
|
9860
|
+
"hex": "#3685f3"
|
|
9861
|
+
},
|
|
9571
9862
|
"filePath": "src/tokens/component/button.json5",
|
|
9572
9863
|
"isSource": true,
|
|
9573
9864
|
"$type": "color"
|
|
9574
9865
|
},
|
|
9575
9866
|
"dark-protanopia-deuteranopia": {
|
|
9576
|
-
"$value":
|
|
9867
|
+
"$value": {
|
|
9868
|
+
"colorSpace": "hsl",
|
|
9869
|
+
"components": [214.9, 88.7, 58.2],
|
|
9870
|
+
"hex": "#3685f3"
|
|
9871
|
+
},
|
|
9577
9872
|
"filePath": "src/tokens/component/button.json5",
|
|
9578
9873
|
"isSource": true,
|
|
9579
9874
|
"$type": "color"
|
|
9580
9875
|
},
|
|
9581
9876
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
9582
|
-
"$value":
|
|
9877
|
+
"$value": {
|
|
9878
|
+
"colorSpace": "hsl",
|
|
9879
|
+
"components": [214.9, 88.7, 58.2],
|
|
9880
|
+
"hex": "#3685f3"
|
|
9881
|
+
},
|
|
9583
9882
|
"filePath": "src/tokens/component/button.json5",
|
|
9584
9883
|
"isSource": true,
|
|
9585
9884
|
"$type": "color"
|
|
9586
9885
|
},
|
|
9587
9886
|
"dark-high-contrast": {
|
|
9588
|
-
"$value":
|
|
9887
|
+
"$value": {
|
|
9888
|
+
"colorSpace": "hsl",
|
|
9889
|
+
"components": [137.2, 80.1, 31.6],
|
|
9890
|
+
"hex": "#109135"
|
|
9891
|
+
},
|
|
9589
9892
|
"filePath": "src/tokens/component/button.json5",
|
|
9590
9893
|
"isSource": true,
|
|
9591
9894
|
"$type": "color"
|
|
9592
9895
|
},
|
|
9593
9896
|
"light-tritanopia": {
|
|
9594
|
-
"$value":
|
|
9897
|
+
"$value": {
|
|
9898
|
+
"colorSpace": "hsl",
|
|
9899
|
+
"components": [212.6, 93.2, 40.6],
|
|
9900
|
+
"hex": "#075fc8"
|
|
9901
|
+
},
|
|
9595
9902
|
"filePath": "src/tokens/component/button.json5",
|
|
9596
9903
|
"isSource": true,
|
|
9597
9904
|
"$type": "color"
|
|
9598
9905
|
},
|
|
9599
9906
|
"light-tritanopia-high-contrast": {
|
|
9600
|
-
"$value":
|
|
9907
|
+
"$value": {
|
|
9908
|
+
"colorSpace": "hsl",
|
|
9909
|
+
"components": [212.6, 93.2, 40.6],
|
|
9910
|
+
"hex": "#075fc8"
|
|
9911
|
+
},
|
|
9601
9912
|
"filePath": "src/tokens/component/button.json5",
|
|
9602
9913
|
"isSource": true,
|
|
9603
9914
|
"$type": "color"
|
|
9604
9915
|
},
|
|
9605
9916
|
"light-protanopia-deuteranopia": {
|
|
9606
|
-
"$value":
|
|
9917
|
+
"$value": {
|
|
9918
|
+
"colorSpace": "hsl",
|
|
9919
|
+
"components": [212.6, 93.2, 40.6],
|
|
9920
|
+
"hex": "#075fc8"
|
|
9921
|
+
},
|
|
9607
9922
|
"filePath": "src/tokens/component/button.json5",
|
|
9608
9923
|
"isSource": true,
|
|
9609
9924
|
"$type": "color"
|
|
9610
9925
|
},
|
|
9611
9926
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9612
|
-
"$value":
|
|
9927
|
+
"$value": {
|
|
9928
|
+
"colorSpace": "hsl",
|
|
9929
|
+
"components": [212.6, 93.2, 40.6],
|
|
9930
|
+
"hex": "#075fc8"
|
|
9931
|
+
},
|
|
9613
9932
|
"filePath": "src/tokens/component/button.json5",
|
|
9614
9933
|
"isSource": true,
|
|
9615
9934
|
"$type": "color"
|
|
9616
9935
|
},
|
|
9617
9936
|
"light-high-contrast": {
|
|
9618
|
-
"$value":
|
|
9937
|
+
"$value": {
|
|
9938
|
+
"colorSpace": "hsl",
|
|
9939
|
+
"components": [138.7, 92.8, 16.3],
|
|
9940
|
+
"hex": "#03501b"
|
|
9941
|
+
},
|
|
9619
9942
|
"filePath": "src/tokens/component/button.json5",
|
|
9620
9943
|
"isSource": true,
|
|
9621
9944
|
"$type": "color"
|
|
@@ -9625,7 +9948,11 @@
|
|
|
9625
9948
|
"filePath": "src/tokens/component/button.json5",
|
|
9626
9949
|
"isSource": true,
|
|
9627
9950
|
"original": {
|
|
9628
|
-
"$value":
|
|
9951
|
+
"$value": {
|
|
9952
|
+
"colorSpace": "hsl",
|
|
9953
|
+
"components": [123.1, 36.8, 41],
|
|
9954
|
+
"hex": "#428f46"
|
|
9955
|
+
},
|
|
9629
9956
|
"$type": "color",
|
|
9630
9957
|
"$extensions": {
|
|
9631
9958
|
"org.primer.figma": {
|
|
@@ -9635,13 +9962,21 @@
|
|
|
9635
9962
|
},
|
|
9636
9963
|
"org.primer.overrides": {
|
|
9637
9964
|
"dark": {
|
|
9638
|
-
"$value":
|
|
9965
|
+
"$value": {
|
|
9966
|
+
"colorSpace": "hsl",
|
|
9967
|
+
"components": [130, 54, 39.2],
|
|
9968
|
+
"hex": "#2E9A40"
|
|
9969
|
+
},
|
|
9639
9970
|
"filePath": "src/tokens/component/button.json5",
|
|
9640
9971
|
"isSource": true,
|
|
9641
9972
|
"$type": "color"
|
|
9642
9973
|
},
|
|
9643
9974
|
"dark-dimmed": {
|
|
9644
|
-
"$value":
|
|
9975
|
+
"$value": {
|
|
9976
|
+
"colorSpace": "hsl",
|
|
9977
|
+
"components": [123.1, 36.8, 41],
|
|
9978
|
+
"hex": "#428f46"
|
|
9979
|
+
},
|
|
9645
9980
|
"filePath": "src/tokens/component/button.json5",
|
|
9646
9981
|
"isSource": true,
|
|
9647
9982
|
"$type": "color"
|
|
@@ -9653,61 +9988,101 @@
|
|
|
9653
9988
|
"$type": "color"
|
|
9654
9989
|
},
|
|
9655
9990
|
"dark-tritanopia": {
|
|
9656
|
-
"$value":
|
|
9991
|
+
"$value": {
|
|
9992
|
+
"colorSpace": "hsl",
|
|
9993
|
+
"components": [214.9, 88.7, 58.2],
|
|
9994
|
+
"hex": "#3685f3"
|
|
9995
|
+
},
|
|
9657
9996
|
"filePath": "src/tokens/component/button.json5",
|
|
9658
9997
|
"isSource": true,
|
|
9659
9998
|
"$type": "color"
|
|
9660
9999
|
},
|
|
9661
10000
|
"dark-tritanopia-high-contrast": {
|
|
9662
|
-
"$value":
|
|
10001
|
+
"$value": {
|
|
10002
|
+
"colorSpace": "hsl",
|
|
10003
|
+
"components": [214.9, 88.7, 58.2],
|
|
10004
|
+
"hex": "#3685f3"
|
|
10005
|
+
},
|
|
9663
10006
|
"filePath": "src/tokens/component/button.json5",
|
|
9664
10007
|
"isSource": true,
|
|
9665
10008
|
"$type": "color"
|
|
9666
10009
|
},
|
|
9667
10010
|
"dark-protanopia-deuteranopia": {
|
|
9668
|
-
"$value":
|
|
10011
|
+
"$value": {
|
|
10012
|
+
"colorSpace": "hsl",
|
|
10013
|
+
"components": [214.9, 88.7, 58.2],
|
|
10014
|
+
"hex": "#3685f3"
|
|
10015
|
+
},
|
|
9669
10016
|
"filePath": "src/tokens/component/button.json5",
|
|
9670
10017
|
"isSource": true,
|
|
9671
10018
|
"$type": "color"
|
|
9672
10019
|
},
|
|
9673
10020
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
9674
|
-
"$value":
|
|
10021
|
+
"$value": {
|
|
10022
|
+
"colorSpace": "hsl",
|
|
10023
|
+
"components": [214.9, 88.7, 58.2],
|
|
10024
|
+
"hex": "#3685f3"
|
|
10025
|
+
},
|
|
9675
10026
|
"filePath": "src/tokens/component/button.json5",
|
|
9676
10027
|
"isSource": true,
|
|
9677
10028
|
"$type": "color"
|
|
9678
10029
|
},
|
|
9679
10030
|
"dark-high-contrast": {
|
|
9680
|
-
"$value":
|
|
10031
|
+
"$value": {
|
|
10032
|
+
"colorSpace": "hsl",
|
|
10033
|
+
"components": [137.2, 80.1, 31.6],
|
|
10034
|
+
"hex": "#109135"
|
|
10035
|
+
},
|
|
9681
10036
|
"filePath": "src/tokens/component/button.json5",
|
|
9682
10037
|
"isSource": true,
|
|
9683
10038
|
"$type": "color"
|
|
9684
10039
|
},
|
|
9685
10040
|
"light-tritanopia": {
|
|
9686
|
-
"$value":
|
|
10041
|
+
"$value": {
|
|
10042
|
+
"colorSpace": "hsl",
|
|
10043
|
+
"components": [212.6, 93.2, 40.6],
|
|
10044
|
+
"hex": "#075fc8"
|
|
10045
|
+
},
|
|
9687
10046
|
"filePath": "src/tokens/component/button.json5",
|
|
9688
10047
|
"isSource": true,
|
|
9689
10048
|
"$type": "color"
|
|
9690
10049
|
},
|
|
9691
10050
|
"light-tritanopia-high-contrast": {
|
|
9692
|
-
"$value":
|
|
10051
|
+
"$value": {
|
|
10052
|
+
"colorSpace": "hsl",
|
|
10053
|
+
"components": [212.6, 93.2, 40.6],
|
|
10054
|
+
"hex": "#075fc8"
|
|
10055
|
+
},
|
|
9693
10056
|
"filePath": "src/tokens/component/button.json5",
|
|
9694
10057
|
"isSource": true,
|
|
9695
10058
|
"$type": "color"
|
|
9696
10059
|
},
|
|
9697
10060
|
"light-protanopia-deuteranopia": {
|
|
9698
|
-
"$value":
|
|
10061
|
+
"$value": {
|
|
10062
|
+
"colorSpace": "hsl",
|
|
10063
|
+
"components": [212.6, 93.2, 40.6],
|
|
10064
|
+
"hex": "#075fc8"
|
|
10065
|
+
},
|
|
9699
10066
|
"filePath": "src/tokens/component/button.json5",
|
|
9700
10067
|
"isSource": true,
|
|
9701
10068
|
"$type": "color"
|
|
9702
10069
|
},
|
|
9703
10070
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9704
|
-
"$value":
|
|
10071
|
+
"$value": {
|
|
10072
|
+
"colorSpace": "hsl",
|
|
10073
|
+
"components": [212.6, 93.2, 40.6],
|
|
10074
|
+
"hex": "#075fc8"
|
|
10075
|
+
},
|
|
9705
10076
|
"filePath": "src/tokens/component/button.json5",
|
|
9706
10077
|
"isSource": true,
|
|
9707
10078
|
"$type": "color"
|
|
9708
10079
|
},
|
|
9709
10080
|
"light-high-contrast": {
|
|
9710
|
-
"$value":
|
|
10081
|
+
"$value": {
|
|
10082
|
+
"colorSpace": "hsl",
|
|
10083
|
+
"components": [138.7, 92.8, 16.3],
|
|
10084
|
+
"hex": "#03501b"
|
|
10085
|
+
},
|
|
9711
10086
|
"filePath": "src/tokens/component/button.json5",
|
|
9712
10087
|
"isSource": true,
|
|
9713
10088
|
"$type": "color"
|
|
@@ -9732,25 +10107,41 @@
|
|
|
9732
10107
|
},
|
|
9733
10108
|
"org.primer.overrides": {
|
|
9734
10109
|
"dark": {
|
|
9735
|
-
"$value":
|
|
10110
|
+
"$value": {
|
|
10111
|
+
"colorSpace": "hsl",
|
|
10112
|
+
"components": [135.8, 69.2, 20.4],
|
|
10113
|
+
"hex": "#105823"
|
|
10114
|
+
},
|
|
9736
10115
|
"filePath": "src/tokens/component/button.json5",
|
|
9737
10116
|
"isSource": true,
|
|
9738
10117
|
"$type": "color"
|
|
9739
10118
|
},
|
|
9740
10119
|
"dark-dimmed": {
|
|
9741
|
-
"$value":
|
|
10120
|
+
"$value": {
|
|
10121
|
+
"colorSpace": "hsl",
|
|
10122
|
+
"components": [135.8, 69.2, 20.4],
|
|
10123
|
+
"hex": "#105823"
|
|
10124
|
+
},
|
|
9742
10125
|
"filePath": "src/tokens/component/button.json5",
|
|
9743
10126
|
"isSource": true,
|
|
9744
10127
|
"$type": "color"
|
|
9745
10128
|
},
|
|
9746
10129
|
"dark-tritanopia": {
|
|
9747
|
-
"$value":
|
|
10130
|
+
"$value": {
|
|
10131
|
+
"colorSpace": "hsl",
|
|
10132
|
+
"components": [211.3, 98.8, 68.4],
|
|
10133
|
+
"hex": "#5fabfe"
|
|
10134
|
+
},
|
|
9748
10135
|
"filePath": "src/tokens/component/button.json5",
|
|
9749
10136
|
"isSource": true,
|
|
9750
10137
|
"$type": "color"
|
|
9751
10138
|
},
|
|
9752
10139
|
"dark-tritanopia-high-contrast": {
|
|
9753
|
-
"$value":
|
|
10140
|
+
"$value": {
|
|
10141
|
+
"colorSpace": "hsl",
|
|
10142
|
+
"components": [211.3, 98.8, 68.4],
|
|
10143
|
+
"hex": "#5fabfe"
|
|
10144
|
+
},
|
|
9754
10145
|
"filePath": "src/tokens/component/button.json5",
|
|
9755
10146
|
"isSource": true,
|
|
9756
10147
|
"$type": "color"
|
|
@@ -9768,37 +10159,61 @@
|
|
|
9768
10159
|
"$type": "color"
|
|
9769
10160
|
},
|
|
9770
10161
|
"dark-high-contrast": {
|
|
9771
|
-
"$value":
|
|
10162
|
+
"$value": {
|
|
10163
|
+
"colorSpace": "hsl",
|
|
10164
|
+
"components": [138.6, 94.6, 28.8],
|
|
10165
|
+
"hex": "#048f2f"
|
|
10166
|
+
},
|
|
9772
10167
|
"filePath": "src/tokens/component/button.json5",
|
|
9773
10168
|
"isSource": true,
|
|
9774
10169
|
"$type": "color"
|
|
9775
10170
|
},
|
|
9776
10171
|
"light-tritanopia": {
|
|
9777
|
-
"$value":
|
|
10172
|
+
"$value": {
|
|
10173
|
+
"colorSpace": "hsl",
|
|
10174
|
+
"components": [209.2, 100, 78.6],
|
|
10175
|
+
"hex": "#92caff"
|
|
10176
|
+
},
|
|
9778
10177
|
"filePath": "src/tokens/component/button.json5",
|
|
9779
10178
|
"isSource": true,
|
|
9780
10179
|
"$type": "color"
|
|
9781
10180
|
},
|
|
9782
10181
|
"light-tritanopia-high-contrast": {
|
|
9783
|
-
"$value":
|
|
10182
|
+
"$value": {
|
|
10183
|
+
"colorSpace": "hsl",
|
|
10184
|
+
"components": [209.2, 100, 78.6],
|
|
10185
|
+
"hex": "#92caff"
|
|
10186
|
+
},
|
|
9784
10187
|
"filePath": "src/tokens/component/button.json5",
|
|
9785
10188
|
"isSource": true,
|
|
9786
10189
|
"$type": "color"
|
|
9787
10190
|
},
|
|
9788
10191
|
"light-protanopia-deuteranopia": {
|
|
9789
|
-
"$value":
|
|
10192
|
+
"$value": {
|
|
10193
|
+
"colorSpace": "hsl",
|
|
10194
|
+
"components": [209.2, 100, 78.6],
|
|
10195
|
+
"hex": "#92caff"
|
|
10196
|
+
},
|
|
9790
10197
|
"filePath": "src/tokens/component/button.json5",
|
|
9791
10198
|
"isSource": true,
|
|
9792
10199
|
"$type": "color"
|
|
9793
10200
|
},
|
|
9794
10201
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9795
|
-
"$value":
|
|
10202
|
+
"$value": {
|
|
10203
|
+
"colorSpace": "hsl",
|
|
10204
|
+
"components": [209.2, 100, 78.6],
|
|
10205
|
+
"hex": "#92caff"
|
|
10206
|
+
},
|
|
9796
10207
|
"filePath": "src/tokens/component/button.json5",
|
|
9797
10208
|
"isSource": true,
|
|
9798
10209
|
"$type": "color"
|
|
9799
10210
|
},
|
|
9800
10211
|
"light-high-contrast": {
|
|
9801
|
-
"$value":
|
|
10212
|
+
"$value": {
|
|
10213
|
+
"colorSpace": "hsl",
|
|
10214
|
+
"components": [135.4, 40.2, 65.9],
|
|
10215
|
+
"hex": "#85cb97"
|
|
10216
|
+
},
|
|
9802
10217
|
"filePath": "src/tokens/component/button.json5",
|
|
9803
10218
|
"isSource": true,
|
|
9804
10219
|
"$type": "color"
|
|
@@ -9808,7 +10223,11 @@
|
|
|
9808
10223
|
"filePath": "src/tokens/component/button.json5",
|
|
9809
10224
|
"isSource": true,
|
|
9810
10225
|
"original": {
|
|
9811
|
-
"$value":
|
|
10226
|
+
"$value": {
|
|
10227
|
+
"colorSpace": "hsl",
|
|
10228
|
+
"components": [135.8, 69.2, 20.4],
|
|
10229
|
+
"hex": "#105823"
|
|
10230
|
+
},
|
|
9812
10231
|
"$type": "color",
|
|
9813
10232
|
"$extensions": {
|
|
9814
10233
|
"org.primer.figma": {
|
|
@@ -9818,25 +10237,41 @@
|
|
|
9818
10237
|
},
|
|
9819
10238
|
"org.primer.overrides": {
|
|
9820
10239
|
"dark": {
|
|
9821
|
-
"$value":
|
|
10240
|
+
"$value": {
|
|
10241
|
+
"colorSpace": "hsl",
|
|
10242
|
+
"components": [135.8, 69.2, 20.4],
|
|
10243
|
+
"hex": "#105823"
|
|
10244
|
+
},
|
|
9822
10245
|
"filePath": "src/tokens/component/button.json5",
|
|
9823
10246
|
"isSource": true,
|
|
9824
10247
|
"$type": "color"
|
|
9825
10248
|
},
|
|
9826
10249
|
"dark-dimmed": {
|
|
9827
|
-
"$value":
|
|
10250
|
+
"$value": {
|
|
10251
|
+
"colorSpace": "hsl",
|
|
10252
|
+
"components": [135.8, 69.2, 20.4],
|
|
10253
|
+
"hex": "#105823"
|
|
10254
|
+
},
|
|
9828
10255
|
"filePath": "src/tokens/component/button.json5",
|
|
9829
10256
|
"isSource": true,
|
|
9830
10257
|
"$type": "color"
|
|
9831
10258
|
},
|
|
9832
10259
|
"dark-tritanopia": {
|
|
9833
|
-
"$value":
|
|
10260
|
+
"$value": {
|
|
10261
|
+
"colorSpace": "hsl",
|
|
10262
|
+
"components": [211.3, 98.8, 68.4],
|
|
10263
|
+
"hex": "#5fabfe"
|
|
10264
|
+
},
|
|
9834
10265
|
"filePath": "src/tokens/component/button.json5",
|
|
9835
10266
|
"isSource": true,
|
|
9836
10267
|
"$type": "color"
|
|
9837
10268
|
},
|
|
9838
10269
|
"dark-tritanopia-high-contrast": {
|
|
9839
|
-
"$value":
|
|
10270
|
+
"$value": {
|
|
10271
|
+
"colorSpace": "hsl",
|
|
10272
|
+
"components": [211.3, 98.8, 68.4],
|
|
10273
|
+
"hex": "#5fabfe"
|
|
10274
|
+
},
|
|
9840
10275
|
"filePath": "src/tokens/component/button.json5",
|
|
9841
10276
|
"isSource": true,
|
|
9842
10277
|
"$type": "color"
|
|
@@ -9854,37 +10289,61 @@
|
|
|
9854
10289
|
"$type": "color"
|
|
9855
10290
|
},
|
|
9856
10291
|
"dark-high-contrast": {
|
|
9857
|
-
"$value":
|
|
10292
|
+
"$value": {
|
|
10293
|
+
"colorSpace": "hsl",
|
|
10294
|
+
"components": [138.6, 94.6, 28.8],
|
|
10295
|
+
"hex": "#048f2f"
|
|
10296
|
+
},
|
|
9858
10297
|
"filePath": "src/tokens/component/button.json5",
|
|
9859
10298
|
"isSource": true,
|
|
9860
10299
|
"$type": "color"
|
|
9861
10300
|
},
|
|
9862
10301
|
"light-tritanopia": {
|
|
9863
|
-
"$value":
|
|
10302
|
+
"$value": {
|
|
10303
|
+
"colorSpace": "hsl",
|
|
10304
|
+
"components": [209.2, 100, 78.6],
|
|
10305
|
+
"hex": "#92caff"
|
|
10306
|
+
},
|
|
9864
10307
|
"filePath": "src/tokens/component/button.json5",
|
|
9865
10308
|
"isSource": true,
|
|
9866
10309
|
"$type": "color"
|
|
9867
10310
|
},
|
|
9868
10311
|
"light-tritanopia-high-contrast": {
|
|
9869
|
-
"$value":
|
|
10312
|
+
"$value": {
|
|
10313
|
+
"colorSpace": "hsl",
|
|
10314
|
+
"components": [209.2, 100, 78.6],
|
|
10315
|
+
"hex": "#92caff"
|
|
10316
|
+
},
|
|
9870
10317
|
"filePath": "src/tokens/component/button.json5",
|
|
9871
10318
|
"isSource": true,
|
|
9872
10319
|
"$type": "color"
|
|
9873
10320
|
},
|
|
9874
10321
|
"light-protanopia-deuteranopia": {
|
|
9875
|
-
"$value":
|
|
10322
|
+
"$value": {
|
|
10323
|
+
"colorSpace": "hsl",
|
|
10324
|
+
"components": [209.2, 100, 78.6],
|
|
10325
|
+
"hex": "#92caff"
|
|
10326
|
+
},
|
|
9876
10327
|
"filePath": "src/tokens/component/button.json5",
|
|
9877
10328
|
"isSource": true,
|
|
9878
10329
|
"$type": "color"
|
|
9879
10330
|
},
|
|
9880
10331
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9881
|
-
"$value":
|
|
10332
|
+
"$value": {
|
|
10333
|
+
"colorSpace": "hsl",
|
|
10334
|
+
"components": [209.2, 100, 78.6],
|
|
10335
|
+
"hex": "#92caff"
|
|
10336
|
+
},
|
|
9882
10337
|
"filePath": "src/tokens/component/button.json5",
|
|
9883
10338
|
"isSource": true,
|
|
9884
10339
|
"$type": "color"
|
|
9885
10340
|
},
|
|
9886
10341
|
"light-high-contrast": {
|
|
9887
|
-
"$value":
|
|
10342
|
+
"$value": {
|
|
10343
|
+
"colorSpace": "hsl",
|
|
10344
|
+
"components": [135.4, 40.2, 65.9],
|
|
10345
|
+
"hex": "#85cb97"
|
|
10346
|
+
},
|
|
9888
10347
|
"filePath": "src/tokens/component/button.json5",
|
|
9889
10348
|
"isSource": true,
|
|
9890
10349
|
"$type": "color"
|
|
@@ -9909,13 +10368,21 @@
|
|
|
9909
10368
|
},
|
|
9910
10369
|
"org.primer.overrides": {
|
|
9911
10370
|
"dark": {
|
|
9912
|
-
"$value":
|
|
10371
|
+
"$value": {
|
|
10372
|
+
"colorSpace": "hsl",
|
|
10373
|
+
"components": [130.5, 55.7, 36.3],
|
|
10374
|
+
"hex": "#29903B"
|
|
10375
|
+
},
|
|
9913
10376
|
"filePath": "src/tokens/component/button.json5",
|
|
9914
10377
|
"isSource": true,
|
|
9915
10378
|
"$type": "color"
|
|
9916
10379
|
},
|
|
9917
10380
|
"dark-dimmed": {
|
|
9918
|
-
"$value":
|
|
10381
|
+
"$value": {
|
|
10382
|
+
"colorSpace": "hsl",
|
|
10383
|
+
"components": [124, 38.9, 37.8],
|
|
10384
|
+
"hex": "#3b8640"
|
|
10385
|
+
},
|
|
9919
10386
|
"filePath": "src/tokens/component/button.json5",
|
|
9920
10387
|
"isSource": true,
|
|
9921
10388
|
"$type": "color"
|
|
@@ -9927,61 +10394,101 @@
|
|
|
9927
10394
|
"$type": "color"
|
|
9928
10395
|
},
|
|
9929
10396
|
"dark-tritanopia": {
|
|
9930
|
-
"$value":
|
|
10397
|
+
"$value": {
|
|
10398
|
+
"colorSpace": "hsl",
|
|
10399
|
+
"components": [215.6, 86, 55.1],
|
|
10400
|
+
"hex": "#2a7aef"
|
|
10401
|
+
},
|
|
9931
10402
|
"filePath": "src/tokens/component/button.json5",
|
|
9932
10403
|
"isSource": true,
|
|
9933
10404
|
"$type": "color"
|
|
9934
10405
|
},
|
|
9935
10406
|
"dark-tritanopia-high-contrast": {
|
|
9936
|
-
"$value":
|
|
10407
|
+
"$value": {
|
|
10408
|
+
"colorSpace": "hsl",
|
|
10409
|
+
"components": [215.6, 86, 55.1],
|
|
10410
|
+
"hex": "#2a7aef"
|
|
10411
|
+
},
|
|
9937
10412
|
"filePath": "src/tokens/component/button.json5",
|
|
9938
10413
|
"isSource": true,
|
|
9939
10414
|
"$type": "color"
|
|
9940
10415
|
},
|
|
9941
10416
|
"dark-protanopia-deuteranopia": {
|
|
9942
|
-
"$value":
|
|
10417
|
+
"$value": {
|
|
10418
|
+
"colorSpace": "hsl",
|
|
10419
|
+
"components": [215.6, 86, 55.1],
|
|
10420
|
+
"hex": "#2a7aef"
|
|
10421
|
+
},
|
|
9943
10422
|
"filePath": "src/tokens/component/button.json5",
|
|
9944
10423
|
"isSource": true,
|
|
9945
10424
|
"$type": "color"
|
|
9946
10425
|
},
|
|
9947
10426
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
9948
|
-
"$value":
|
|
10427
|
+
"$value": {
|
|
10428
|
+
"colorSpace": "hsl",
|
|
10429
|
+
"components": [215.6, 86, 55.1],
|
|
10430
|
+
"hex": "#2a7aef"
|
|
10431
|
+
},
|
|
9949
10432
|
"filePath": "src/tokens/component/button.json5",
|
|
9950
10433
|
"isSource": true,
|
|
9951
10434
|
"$type": "color"
|
|
9952
10435
|
},
|
|
9953
10436
|
"dark-high-contrast": {
|
|
9954
|
-
"$value":
|
|
10437
|
+
"$value": {
|
|
10438
|
+
"colorSpace": "hsl",
|
|
10439
|
+
"components": [138.6, 87.6, 25.3],
|
|
10440
|
+
"hex": "#08792b"
|
|
10441
|
+
},
|
|
9955
10442
|
"filePath": "src/tokens/component/button.json5",
|
|
9956
10443
|
"isSource": true,
|
|
9957
10444
|
"$type": "color"
|
|
9958
10445
|
},
|
|
9959
10446
|
"light-tritanopia": {
|
|
9960
|
-
"$value":
|
|
10447
|
+
"$value": {
|
|
10448
|
+
"colorSpace": "hsl",
|
|
10449
|
+
"components": [212.5, 92.6, 42.5],
|
|
10450
|
+
"hex": "#0864d1"
|
|
10451
|
+
},
|
|
9961
10452
|
"filePath": "src/tokens/component/button.json5",
|
|
9962
10453
|
"isSource": true,
|
|
9963
10454
|
"$type": "color"
|
|
9964
10455
|
},
|
|
9965
10456
|
"light-tritanopia-high-contrast": {
|
|
9966
|
-
"$value":
|
|
10457
|
+
"$value": {
|
|
10458
|
+
"colorSpace": "hsl",
|
|
10459
|
+
"components": [212.5, 92.6, 42.5],
|
|
10460
|
+
"hex": "#0864d1"
|
|
10461
|
+
},
|
|
9967
10462
|
"filePath": "src/tokens/component/button.json5",
|
|
9968
10463
|
"isSource": true,
|
|
9969
10464
|
"$type": "color"
|
|
9970
10465
|
},
|
|
9971
10466
|
"light-protanopia-deuteranopia": {
|
|
9972
|
-
"$value":
|
|
10467
|
+
"$value": {
|
|
10468
|
+
"colorSpace": "hsl",
|
|
10469
|
+
"components": [212.5, 92.6, 42.5],
|
|
10470
|
+
"hex": "#0864d1"
|
|
10471
|
+
},
|
|
9973
10472
|
"filePath": "src/tokens/component/button.json5",
|
|
9974
10473
|
"isSource": true,
|
|
9975
10474
|
"$type": "color"
|
|
9976
10475
|
},
|
|
9977
10476
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9978
|
-
"$value":
|
|
10477
|
+
"$value": {
|
|
10478
|
+
"colorSpace": "hsl",
|
|
10479
|
+
"components": [212.5, 92.6, 42.5],
|
|
10480
|
+
"hex": "#0864d1"
|
|
10481
|
+
},
|
|
9979
10482
|
"filePath": "src/tokens/component/button.json5",
|
|
9980
10483
|
"isSource": true,
|
|
9981
10484
|
"$type": "color"
|
|
9982
10485
|
},
|
|
9983
10486
|
"light-high-contrast": {
|
|
9984
|
-
"$value":
|
|
10487
|
+
"$value": {
|
|
10488
|
+
"colorSpace": "hsl",
|
|
10489
|
+
"components": [138.8, 91.2, 17.8],
|
|
10490
|
+
"hex": "#04571e"
|
|
10491
|
+
},
|
|
9985
10492
|
"filePath": "src/tokens/component/button.json5",
|
|
9986
10493
|
"isSource": true,
|
|
9987
10494
|
"$type": "color"
|
|
@@ -9991,7 +10498,11 @@
|
|
|
9991
10498
|
"filePath": "src/tokens/component/button.json5",
|
|
9992
10499
|
"isSource": true,
|
|
9993
10500
|
"original": {
|
|
9994
|
-
"$value":
|
|
10501
|
+
"$value": {
|
|
10502
|
+
"colorSpace": "hsl",
|
|
10503
|
+
"components": [124, 38.9, 37.8],
|
|
10504
|
+
"hex": "#3b8640"
|
|
10505
|
+
},
|
|
9995
10506
|
"$type": "color",
|
|
9996
10507
|
"$extensions": {
|
|
9997
10508
|
"org.primer.figma": {
|
|
@@ -10001,13 +10512,21 @@
|
|
|
10001
10512
|
},
|
|
10002
10513
|
"org.primer.overrides": {
|
|
10003
10514
|
"dark": {
|
|
10004
|
-
"$value":
|
|
10515
|
+
"$value": {
|
|
10516
|
+
"colorSpace": "hsl",
|
|
10517
|
+
"components": [130.5, 55.7, 36.3],
|
|
10518
|
+
"hex": "#29903B"
|
|
10519
|
+
},
|
|
10005
10520
|
"filePath": "src/tokens/component/button.json5",
|
|
10006
10521
|
"isSource": true,
|
|
10007
10522
|
"$type": "color"
|
|
10008
10523
|
},
|
|
10009
10524
|
"dark-dimmed": {
|
|
10010
|
-
"$value":
|
|
10525
|
+
"$value": {
|
|
10526
|
+
"colorSpace": "hsl",
|
|
10527
|
+
"components": [124, 38.9, 37.8],
|
|
10528
|
+
"hex": "#3b8640"
|
|
10529
|
+
},
|
|
10011
10530
|
"filePath": "src/tokens/component/button.json5",
|
|
10012
10531
|
"isSource": true,
|
|
10013
10532
|
"$type": "color"
|
|
@@ -10019,61 +10538,101 @@
|
|
|
10019
10538
|
"$type": "color"
|
|
10020
10539
|
},
|
|
10021
10540
|
"dark-tritanopia": {
|
|
10022
|
-
"$value":
|
|
10541
|
+
"$value": {
|
|
10542
|
+
"colorSpace": "hsl",
|
|
10543
|
+
"components": [215.6, 86, 55.1],
|
|
10544
|
+
"hex": "#2a7aef"
|
|
10545
|
+
},
|
|
10023
10546
|
"filePath": "src/tokens/component/button.json5",
|
|
10024
10547
|
"isSource": true,
|
|
10025
10548
|
"$type": "color"
|
|
10026
10549
|
},
|
|
10027
10550
|
"dark-tritanopia-high-contrast": {
|
|
10028
|
-
"$value":
|
|
10551
|
+
"$value": {
|
|
10552
|
+
"colorSpace": "hsl",
|
|
10553
|
+
"components": [215.6, 86, 55.1],
|
|
10554
|
+
"hex": "#2a7aef"
|
|
10555
|
+
},
|
|
10029
10556
|
"filePath": "src/tokens/component/button.json5",
|
|
10030
10557
|
"isSource": true,
|
|
10031
10558
|
"$type": "color"
|
|
10032
10559
|
},
|
|
10033
10560
|
"dark-protanopia-deuteranopia": {
|
|
10034
|
-
"$value":
|
|
10561
|
+
"$value": {
|
|
10562
|
+
"colorSpace": "hsl",
|
|
10563
|
+
"components": [215.6, 86, 55.1],
|
|
10564
|
+
"hex": "#2a7aef"
|
|
10565
|
+
},
|
|
10035
10566
|
"filePath": "src/tokens/component/button.json5",
|
|
10036
10567
|
"isSource": true,
|
|
10037
10568
|
"$type": "color"
|
|
10038
10569
|
},
|
|
10039
10570
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
10040
|
-
"$value":
|
|
10571
|
+
"$value": {
|
|
10572
|
+
"colorSpace": "hsl",
|
|
10573
|
+
"components": [215.6, 86, 55.1],
|
|
10574
|
+
"hex": "#2a7aef"
|
|
10575
|
+
},
|
|
10041
10576
|
"filePath": "src/tokens/component/button.json5",
|
|
10042
10577
|
"isSource": true,
|
|
10043
10578
|
"$type": "color"
|
|
10044
10579
|
},
|
|
10045
10580
|
"dark-high-contrast": {
|
|
10046
|
-
"$value":
|
|
10581
|
+
"$value": {
|
|
10582
|
+
"colorSpace": "hsl",
|
|
10583
|
+
"components": [138.6, 87.6, 25.3],
|
|
10584
|
+
"hex": "#08792b"
|
|
10585
|
+
},
|
|
10047
10586
|
"filePath": "src/tokens/component/button.json5",
|
|
10048
10587
|
"isSource": true,
|
|
10049
10588
|
"$type": "color"
|
|
10050
10589
|
},
|
|
10051
10590
|
"light-tritanopia": {
|
|
10052
|
-
"$value":
|
|
10591
|
+
"$value": {
|
|
10592
|
+
"colorSpace": "hsl",
|
|
10593
|
+
"components": [212.5, 92.6, 42.5],
|
|
10594
|
+
"hex": "#0864d1"
|
|
10595
|
+
},
|
|
10053
10596
|
"filePath": "src/tokens/component/button.json5",
|
|
10054
10597
|
"isSource": true,
|
|
10055
10598
|
"$type": "color"
|
|
10056
10599
|
},
|
|
10057
10600
|
"light-tritanopia-high-contrast": {
|
|
10058
|
-
"$value":
|
|
10601
|
+
"$value": {
|
|
10602
|
+
"colorSpace": "hsl",
|
|
10603
|
+
"components": [212.5, 92.6, 42.5],
|
|
10604
|
+
"hex": "#0864d1"
|
|
10605
|
+
},
|
|
10059
10606
|
"filePath": "src/tokens/component/button.json5",
|
|
10060
10607
|
"isSource": true,
|
|
10061
10608
|
"$type": "color"
|
|
10062
10609
|
},
|
|
10063
10610
|
"light-protanopia-deuteranopia": {
|
|
10064
|
-
"$value":
|
|
10611
|
+
"$value": {
|
|
10612
|
+
"colorSpace": "hsl",
|
|
10613
|
+
"components": [212.5, 92.6, 42.5],
|
|
10614
|
+
"hex": "#0864d1"
|
|
10615
|
+
},
|
|
10065
10616
|
"filePath": "src/tokens/component/button.json5",
|
|
10066
10617
|
"isSource": true,
|
|
10067
10618
|
"$type": "color"
|
|
10068
10619
|
},
|
|
10069
10620
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
10070
|
-
"$value":
|
|
10621
|
+
"$value": {
|
|
10622
|
+
"colorSpace": "hsl",
|
|
10623
|
+
"components": [212.5, 92.6, 42.5],
|
|
10624
|
+
"hex": "#0864d1"
|
|
10625
|
+
},
|
|
10071
10626
|
"filePath": "src/tokens/component/button.json5",
|
|
10072
10627
|
"isSource": true,
|
|
10073
10628
|
"$type": "color"
|
|
10074
10629
|
},
|
|
10075
10630
|
"light-high-contrast": {
|
|
10076
|
-
"$value":
|
|
10631
|
+
"$value": {
|
|
10632
|
+
"colorSpace": "hsl",
|
|
10633
|
+
"components": [138.8, 91.2, 17.8],
|
|
10634
|
+
"hex": "#04571e"
|
|
10635
|
+
},
|
|
10077
10636
|
"filePath": "src/tokens/component/button.json5",
|
|
10078
10637
|
"isSource": true,
|
|
10079
10638
|
"$type": "color"
|
|
@@ -10184,37 +10743,61 @@
|
|
|
10184
10743
|
},
|
|
10185
10744
|
"org.primer.overrides": {
|
|
10186
10745
|
"dark": {
|
|
10187
|
-
"$value":
|
|
10746
|
+
"$value": {
|
|
10747
|
+
"colorSpace": "hsl",
|
|
10748
|
+
"components": [135.8, 69.2, 20.4],
|
|
10749
|
+
"hex": "#105823"
|
|
10750
|
+
},
|
|
10188
10751
|
"filePath": "src/tokens/component/button.json5",
|
|
10189
10752
|
"isSource": true,
|
|
10190
10753
|
"$type": "color"
|
|
10191
10754
|
},
|
|
10192
10755
|
"dark-dimmed": {
|
|
10193
|
-
"$value":
|
|
10756
|
+
"$value": {
|
|
10757
|
+
"colorSpace": "hsl",
|
|
10758
|
+
"components": [135.8, 69.2, 20.4],
|
|
10759
|
+
"hex": "#105823"
|
|
10760
|
+
},
|
|
10194
10761
|
"filePath": "src/tokens/component/button.json5",
|
|
10195
10762
|
"isSource": true,
|
|
10196
10763
|
"$type": "color"
|
|
10197
10764
|
},
|
|
10198
10765
|
"dark-tritanopia": {
|
|
10199
|
-
"$value":
|
|
10766
|
+
"$value": {
|
|
10767
|
+
"colorSpace": "hsl",
|
|
10768
|
+
"components": [211.3, 98.8, 68.4],
|
|
10769
|
+
"hex": "#5fabfe"
|
|
10770
|
+
},
|
|
10200
10771
|
"filePath": "src/tokens/component/button.json5",
|
|
10201
10772
|
"isSource": true,
|
|
10202
10773
|
"$type": "color"
|
|
10203
10774
|
},
|
|
10204
10775
|
"dark-tritanopia-high-contrast": {
|
|
10205
|
-
"$value":
|
|
10776
|
+
"$value": {
|
|
10777
|
+
"colorSpace": "hsl",
|
|
10778
|
+
"components": [211.3, 98.8, 68.4],
|
|
10779
|
+
"hex": "#5fabfe"
|
|
10780
|
+
},
|
|
10206
10781
|
"filePath": "src/tokens/component/button.json5",
|
|
10207
10782
|
"isSource": true,
|
|
10208
10783
|
"$type": "color"
|
|
10209
10784
|
},
|
|
10210
10785
|
"dark-protanopia-deuteranopia": {
|
|
10211
|
-
"$value":
|
|
10786
|
+
"$value": {
|
|
10787
|
+
"colorSpace": "hsl",
|
|
10788
|
+
"components": [216.6, 84.3, 42.4],
|
|
10789
|
+
"hex": "#1158c7"
|
|
10790
|
+
},
|
|
10212
10791
|
"filePath": "src/tokens/component/button.json5",
|
|
10213
10792
|
"isSource": true,
|
|
10214
10793
|
"$type": "color"
|
|
10215
10794
|
},
|
|
10216
10795
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
10217
|
-
"$value":
|
|
10796
|
+
"$value": {
|
|
10797
|
+
"colorSpace": "hsl",
|
|
10798
|
+
"components": [216.6, 84.3, 42.4],
|
|
10799
|
+
"hex": "#1158c7"
|
|
10800
|
+
},
|
|
10218
10801
|
"filePath": "src/tokens/component/button.json5",
|
|
10219
10802
|
"isSource": true,
|
|
10220
10803
|
"$type": "color"
|
|
@@ -10227,7 +10810,11 @@
|
|
|
10227
10810
|
"$type": "color"
|
|
10228
10811
|
},
|
|
10229
10812
|
"light-high-contrast": {
|
|
10230
|
-
"$value":
|
|
10813
|
+
"$value": {
|
|
10814
|
+
"colorSpace": "hsl",
|
|
10815
|
+
"components": [135.4, 40.2, 65.9],
|
|
10816
|
+
"hex": "#85cb97"
|
|
10817
|
+
},
|
|
10231
10818
|
"filePath": "src/tokens/component/button.json5",
|
|
10232
10819
|
"isSource": true,
|
|
10233
10820
|
"$type": "color"
|
|
@@ -10237,7 +10824,11 @@
|
|
|
10237
10824
|
"filePath": "src/tokens/component/button.json5",
|
|
10238
10825
|
"isSource": true,
|
|
10239
10826
|
"original": {
|
|
10240
|
-
"$value":
|
|
10827
|
+
"$value": {
|
|
10828
|
+
"colorSpace": "hsl",
|
|
10829
|
+
"components": [135.8, 69.2, 20.4],
|
|
10830
|
+
"hex": "#105823"
|
|
10831
|
+
},
|
|
10241
10832
|
"$type": "color",
|
|
10242
10833
|
"$extensions": {
|
|
10243
10834
|
"org.primer.figma": {
|
|
@@ -10247,37 +10838,61 @@
|
|
|
10247
10838
|
},
|
|
10248
10839
|
"org.primer.overrides": {
|
|
10249
10840
|
"dark": {
|
|
10250
|
-
"$value":
|
|
10841
|
+
"$value": {
|
|
10842
|
+
"colorSpace": "hsl",
|
|
10843
|
+
"components": [135.8, 69.2, 20.4],
|
|
10844
|
+
"hex": "#105823"
|
|
10845
|
+
},
|
|
10251
10846
|
"filePath": "src/tokens/component/button.json5",
|
|
10252
10847
|
"isSource": true,
|
|
10253
10848
|
"$type": "color"
|
|
10254
10849
|
},
|
|
10255
10850
|
"dark-dimmed": {
|
|
10256
|
-
"$value":
|
|
10851
|
+
"$value": {
|
|
10852
|
+
"colorSpace": "hsl",
|
|
10853
|
+
"components": [135.8, 69.2, 20.4],
|
|
10854
|
+
"hex": "#105823"
|
|
10855
|
+
},
|
|
10257
10856
|
"filePath": "src/tokens/component/button.json5",
|
|
10258
10857
|
"isSource": true,
|
|
10259
10858
|
"$type": "color"
|
|
10260
10859
|
},
|
|
10261
10860
|
"dark-tritanopia": {
|
|
10262
|
-
"$value":
|
|
10861
|
+
"$value": {
|
|
10862
|
+
"colorSpace": "hsl",
|
|
10863
|
+
"components": [211.3, 98.8, 68.4],
|
|
10864
|
+
"hex": "#5fabfe"
|
|
10865
|
+
},
|
|
10263
10866
|
"filePath": "src/tokens/component/button.json5",
|
|
10264
10867
|
"isSource": true,
|
|
10265
10868
|
"$type": "color"
|
|
10266
10869
|
},
|
|
10267
10870
|
"dark-tritanopia-high-contrast": {
|
|
10268
|
-
"$value":
|
|
10871
|
+
"$value": {
|
|
10872
|
+
"colorSpace": "hsl",
|
|
10873
|
+
"components": [211.3, 98.8, 68.4],
|
|
10874
|
+
"hex": "#5fabfe"
|
|
10875
|
+
},
|
|
10269
10876
|
"filePath": "src/tokens/component/button.json5",
|
|
10270
10877
|
"isSource": true,
|
|
10271
10878
|
"$type": "color"
|
|
10272
10879
|
},
|
|
10273
10880
|
"dark-protanopia-deuteranopia": {
|
|
10274
|
-
"$value":
|
|
10881
|
+
"$value": {
|
|
10882
|
+
"colorSpace": "hsl",
|
|
10883
|
+
"components": [216.6, 84.3, 42.4],
|
|
10884
|
+
"hex": "#1158c7"
|
|
10885
|
+
},
|
|
10275
10886
|
"filePath": "src/tokens/component/button.json5",
|
|
10276
10887
|
"isSource": true,
|
|
10277
10888
|
"$type": "color"
|
|
10278
10889
|
},
|
|
10279
10890
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
10280
|
-
"$value":
|
|
10891
|
+
"$value": {
|
|
10892
|
+
"colorSpace": "hsl",
|
|
10893
|
+
"components": [216.6, 84.3, 42.4],
|
|
10894
|
+
"hex": "#1158c7"
|
|
10895
|
+
},
|
|
10281
10896
|
"filePath": "src/tokens/component/button.json5",
|
|
10282
10897
|
"isSource": true,
|
|
10283
10898
|
"$type": "color"
|
|
@@ -10290,7 +10905,11 @@
|
|
|
10290
10905
|
"$type": "color"
|
|
10291
10906
|
},
|
|
10292
10907
|
"light-high-contrast": {
|
|
10293
|
-
"$value":
|
|
10908
|
+
"$value": {
|
|
10909
|
+
"colorSpace": "hsl",
|
|
10910
|
+
"components": [135.4, 40.2, 65.9],
|
|
10911
|
+
"hex": "#85cb97"
|
|
10912
|
+
},
|
|
10294
10913
|
"filePath": "src/tokens/component/button.json5",
|
|
10295
10914
|
"isSource": true,
|
|
10296
10915
|
"$type": "color"
|
|
@@ -10530,13 +11149,21 @@
|
|
|
10530
11149
|
"$type": "color"
|
|
10531
11150
|
},
|
|
10532
11151
|
"dark-dimmed": {
|
|
10533
|
-
"$value":
|
|
11152
|
+
"$value": {
|
|
11153
|
+
"colorSpace": "hsl",
|
|
11154
|
+
"components": [0, 0, 100],
|
|
11155
|
+
"hex": "#ffffff"
|
|
11156
|
+
},
|
|
10534
11157
|
"filePath": "src/tokens/component/button.json5",
|
|
10535
11158
|
"isSource": true,
|
|
10536
11159
|
"$type": "color"
|
|
10537
11160
|
},
|
|
10538
11161
|
"dark-dimmed-high-contrast": {
|
|
10539
|
-
"$value":
|
|
11162
|
+
"$value": {
|
|
11163
|
+
"colorSpace": "hsl",
|
|
11164
|
+
"components": [0, 0, 100],
|
|
11165
|
+
"hex": "#ffffff"
|
|
11166
|
+
},
|
|
10540
11167
|
"filePath": "src/tokens/component/button.json5",
|
|
10541
11168
|
"isSource": true,
|
|
10542
11169
|
"$type": "color"
|
|
@@ -10546,7 +11173,11 @@
|
|
|
10546
11173
|
"filePath": "src/tokens/component/button.json5",
|
|
10547
11174
|
"isSource": true,
|
|
10548
11175
|
"original": {
|
|
10549
|
-
"$value":
|
|
11176
|
+
"$value": {
|
|
11177
|
+
"colorSpace": "hsl",
|
|
11178
|
+
"components": [0, 0, 100],
|
|
11179
|
+
"hex": "#ffffff"
|
|
11180
|
+
},
|
|
10550
11181
|
"$type": "color",
|
|
10551
11182
|
"$extensions": {
|
|
10552
11183
|
"org.primer.figma": {
|
|
@@ -10562,13 +11193,21 @@
|
|
|
10562
11193
|
"$type": "color"
|
|
10563
11194
|
},
|
|
10564
11195
|
"dark-dimmed": {
|
|
10565
|
-
"$value":
|
|
11196
|
+
"$value": {
|
|
11197
|
+
"colorSpace": "hsl",
|
|
11198
|
+
"components": [0, 0, 100],
|
|
11199
|
+
"hex": "#ffffff"
|
|
11200
|
+
},
|
|
10566
11201
|
"filePath": "src/tokens/component/button.json5",
|
|
10567
11202
|
"isSource": true,
|
|
10568
11203
|
"$type": "color"
|
|
10569
11204
|
},
|
|
10570
11205
|
"dark-dimmed-high-contrast": {
|
|
10571
|
-
"$value":
|
|
11206
|
+
"$value": {
|
|
11207
|
+
"colorSpace": "hsl",
|
|
11208
|
+
"components": [0, 0, 100],
|
|
11209
|
+
"hex": "#ffffff"
|
|
11210
|
+
},
|
|
10572
11211
|
"filePath": "src/tokens/component/button.json5",
|
|
10573
11212
|
"isSource": true,
|
|
10574
11213
|
"$type": "color"
|
|
@@ -10581,6 +11220,35 @@
|
|
|
10581
11220
|
"attributes": {},
|
|
10582
11221
|
"path": ["button", "primary", "fgColor", "rest"]
|
|
10583
11222
|
},
|
|
11223
|
+
"button-primary-iconColor-disabled": {
|
|
11224
|
+
"key": "{button.primary.iconColor.disabled}",
|
|
11225
|
+
"$value": "#cdd9e566",
|
|
11226
|
+
"$type": "color",
|
|
11227
|
+
"$extensions": {
|
|
11228
|
+
"org.primer.figma": {
|
|
11229
|
+
"collection": "mode",
|
|
11230
|
+
"group": "component (internal)",
|
|
11231
|
+
"scopes": ["fgColor"]
|
|
11232
|
+
}
|
|
11233
|
+
},
|
|
11234
|
+
"filePath": "src/tokens/component/button.json5",
|
|
11235
|
+
"isSource": true,
|
|
11236
|
+
"original": {
|
|
11237
|
+
"$value": "{button.primary.fgColor.disabled}",
|
|
11238
|
+
"$type": "color",
|
|
11239
|
+
"$extensions": {
|
|
11240
|
+
"org.primer.figma": {
|
|
11241
|
+
"collection": "mode",
|
|
11242
|
+
"group": "component (internal)",
|
|
11243
|
+
"scopes": ["fgColor"]
|
|
11244
|
+
}
|
|
11245
|
+
},
|
|
11246
|
+
"key": "{button.primary.iconColor.disabled}"
|
|
11247
|
+
},
|
|
11248
|
+
"name": "button-primary-iconColor-disabled",
|
|
11249
|
+
"attributes": {},
|
|
11250
|
+
"path": ["button", "primary", "iconColor", "disabled"]
|
|
11251
|
+
},
|
|
10584
11252
|
"button-primary-iconColor-rest": {
|
|
10585
11253
|
"key": "{button.primary.iconColor.rest}",
|
|
10586
11254
|
"$value": "#ffffff",
|
|
@@ -10606,13 +11274,21 @@
|
|
|
10606
11274
|
"$type": "color"
|
|
10607
11275
|
},
|
|
10608
11276
|
"dark-dimmed": {
|
|
10609
|
-
"$value":
|
|
11277
|
+
"$value": {
|
|
11278
|
+
"colorSpace": "hsl",
|
|
11279
|
+
"components": [0, 0, 100],
|
|
11280
|
+
"hex": "#ffffff"
|
|
11281
|
+
},
|
|
10610
11282
|
"filePath": "src/tokens/component/button.json5",
|
|
10611
11283
|
"isSource": true,
|
|
10612
11284
|
"$type": "color"
|
|
10613
11285
|
},
|
|
10614
11286
|
"dark-dimmed-high-contrast": {
|
|
10615
|
-
"$value":
|
|
11287
|
+
"$value": {
|
|
11288
|
+
"colorSpace": "hsl",
|
|
11289
|
+
"components": [0, 0, 100],
|
|
11290
|
+
"hex": "#ffffff"
|
|
11291
|
+
},
|
|
10616
11292
|
"filePath": "src/tokens/component/button.json5",
|
|
10617
11293
|
"isSource": true,
|
|
10618
11294
|
"$type": "color"
|
|
@@ -10622,7 +11298,11 @@
|
|
|
10622
11298
|
"filePath": "src/tokens/component/button.json5",
|
|
10623
11299
|
"isSource": true,
|
|
10624
11300
|
"original": {
|
|
10625
|
-
"$value":
|
|
11301
|
+
"$value": {
|
|
11302
|
+
"colorSpace": "hsl",
|
|
11303
|
+
"components": [0, 0, 100],
|
|
11304
|
+
"hex": "#ffffff"
|
|
11305
|
+
},
|
|
10626
11306
|
"$type": "color",
|
|
10627
11307
|
"$extensions": {
|
|
10628
11308
|
"org.primer.figma": {
|
|
@@ -10645,13 +11325,21 @@
|
|
|
10645
11325
|
"$type": "color"
|
|
10646
11326
|
},
|
|
10647
11327
|
"dark-dimmed": {
|
|
10648
|
-
"$value":
|
|
11328
|
+
"$value": {
|
|
11329
|
+
"colorSpace": "hsl",
|
|
11330
|
+
"components": [0, 0, 100],
|
|
11331
|
+
"hex": "#ffffff"
|
|
11332
|
+
},
|
|
10649
11333
|
"filePath": "src/tokens/component/button.json5",
|
|
10650
11334
|
"isSource": true,
|
|
10651
11335
|
"$type": "color"
|
|
10652
11336
|
},
|
|
10653
11337
|
"dark-dimmed-high-contrast": {
|
|
10654
|
-
"$value":
|
|
11338
|
+
"$value": {
|
|
11339
|
+
"colorSpace": "hsl",
|
|
11340
|
+
"components": [0, 0, 100],
|
|
11341
|
+
"hex": "#ffffff"
|
|
11342
|
+
},
|
|
10655
11343
|
"filePath": "src/tokens/component/button.json5",
|
|
10656
11344
|
"isSource": true,
|
|
10657
11345
|
"$type": "color"
|
|
@@ -10666,7 +11354,7 @@
|
|
|
10666
11354
|
},
|
|
10667
11355
|
"button-primary-shadow-selected": {
|
|
10668
11356
|
"key": "{button.primary.shadow.selected}",
|
|
10669
|
-
"$value": "0 0 0 0 #
|
|
11357
|
+
"$value": "0 0 0 0 #00000000",
|
|
10670
11358
|
"$type": "shadow",
|
|
10671
11359
|
"$extensions": {
|
|
10672
11360
|
"org.primer.figma": {
|
|
@@ -17026,7 +17714,11 @@
|
|
|
17026
17714
|
"org.primer.overrides": {
|
|
17027
17715
|
"dark": "#3d444d",
|
|
17028
17716
|
"dark-dimmed": {
|
|
17029
|
-
"$value":
|
|
17717
|
+
"$value": {
|
|
17718
|
+
"colorSpace": "hsl",
|
|
17719
|
+
"components": [213.8, 11.6, 27.1],
|
|
17720
|
+
"hex": "#3d444d"
|
|
17721
|
+
},
|
|
17030
17722
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17031
17723
|
"isSource": true,
|
|
17032
17724
|
"$type": "color"
|
|
@@ -17036,7 +17728,11 @@
|
|
|
17036
17728
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17037
17729
|
"isSource": true,
|
|
17038
17730
|
"original": {
|
|
17039
|
-
"$value":
|
|
17731
|
+
"$value": {
|
|
17732
|
+
"colorSpace": "hsl",
|
|
17733
|
+
"components": [213.8, 11.6, 27.1],
|
|
17734
|
+
"hex": "#3d444d"
|
|
17735
|
+
},
|
|
17040
17736
|
"$type": "color",
|
|
17041
17737
|
"$extensions": {
|
|
17042
17738
|
"org.primer.figma": {
|
|
@@ -17047,7 +17743,11 @@
|
|
|
17047
17743
|
"org.primer.overrides": {
|
|
17048
17744
|
"dark": "{borderColor.default}",
|
|
17049
17745
|
"dark-dimmed": {
|
|
17050
|
-
"$value":
|
|
17746
|
+
"$value": {
|
|
17747
|
+
"colorSpace": "hsl",
|
|
17748
|
+
"components": [213.8, 11.6, 27.1],
|
|
17749
|
+
"hex": "#3d444d"
|
|
17750
|
+
},
|
|
17051
17751
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17052
17752
|
"isSource": true,
|
|
17053
17753
|
"$type": "color"
|
|
@@ -17178,49 +17878,81 @@
|
|
|
17178
17878
|
"org.primer.overrides": {
|
|
17179
17879
|
"dark": "#3685F3",
|
|
17180
17880
|
"dark-high-contrast": {
|
|
17181
|
-
"$value":
|
|
17881
|
+
"$value": {
|
|
17882
|
+
"colorSpace": "hsl",
|
|
17883
|
+
"components": [215.3, 61.2, 52.5],
|
|
17884
|
+
"hex": "#3c79d0"
|
|
17885
|
+
},
|
|
17182
17886
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17183
17887
|
"isSource": true,
|
|
17184
17888
|
"$type": "color"
|
|
17185
17889
|
},
|
|
17186
17890
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
17187
|
-
"$value":
|
|
17891
|
+
"$value": {
|
|
17892
|
+
"colorSpace": "hsl",
|
|
17893
|
+
"components": [215.3, 61.2, 52.5],
|
|
17894
|
+
"hex": "#3c79d0"
|
|
17895
|
+
},
|
|
17188
17896
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17189
17897
|
"isSource": true,
|
|
17190
17898
|
"$type": "color"
|
|
17191
17899
|
},
|
|
17192
17900
|
"dark-tritanopia-high-contrast": {
|
|
17193
|
-
"$value":
|
|
17901
|
+
"$value": {
|
|
17902
|
+
"colorSpace": "hsl",
|
|
17903
|
+
"components": [215.3, 61.2, 52.5],
|
|
17904
|
+
"hex": "#3c79d0"
|
|
17905
|
+
},
|
|
17194
17906
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17195
17907
|
"isSource": true,
|
|
17196
17908
|
"$type": "color"
|
|
17197
17909
|
},
|
|
17198
17910
|
"dark-dimmed": {
|
|
17199
|
-
"$value":
|
|
17911
|
+
"$value": {
|
|
17912
|
+
"colorSpace": "hsl",
|
|
17913
|
+
"components": [215.4, 68.4, 55.3],
|
|
17914
|
+
"hex": "#3f7fdb"
|
|
17915
|
+
},
|
|
17200
17916
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17201
17917
|
"isSource": true,
|
|
17202
17918
|
"$type": "color"
|
|
17203
17919
|
},
|
|
17204
17920
|
"dark-dimmed-high-contrast": {
|
|
17205
|
-
"$value":
|
|
17921
|
+
"$value": {
|
|
17922
|
+
"colorSpace": "hsl",
|
|
17923
|
+
"components": [215.3, 61.2, 52.5],
|
|
17924
|
+
"hex": "#3c79d0"
|
|
17925
|
+
},
|
|
17206
17926
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17207
17927
|
"isSource": true,
|
|
17208
17928
|
"$type": "color"
|
|
17209
17929
|
},
|
|
17210
17930
|
"light-high-contrast": {
|
|
17211
|
-
"$value":
|
|
17931
|
+
"$value": {
|
|
17932
|
+
"colorSpace": "hsl",
|
|
17933
|
+
"components": [216.6, 96.3, 31.4],
|
|
17934
|
+
"hex": "#033f9d"
|
|
17935
|
+
},
|
|
17212
17936
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17213
17937
|
"isSource": true,
|
|
17214
17938
|
"$type": "color"
|
|
17215
17939
|
},
|
|
17216
17940
|
"light-tritanopia-high-contrast": {
|
|
17217
|
-
"$value":
|
|
17941
|
+
"$value": {
|
|
17942
|
+
"colorSpace": "hsl",
|
|
17943
|
+
"components": [216.6, 96.3, 31.4],
|
|
17944
|
+
"hex": "#033f9d"
|
|
17945
|
+
},
|
|
17218
17946
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17219
17947
|
"isSource": true,
|
|
17220
17948
|
"$type": "color"
|
|
17221
17949
|
},
|
|
17222
17950
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17223
|
-
"$value":
|
|
17951
|
+
"$value": {
|
|
17952
|
+
"colorSpace": "hsl",
|
|
17953
|
+
"components": [216.6, 96.3, 31.4],
|
|
17954
|
+
"hex": "#033f9d"
|
|
17955
|
+
},
|
|
17224
17956
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17225
17957
|
"isSource": true,
|
|
17226
17958
|
"$type": "color"
|
|
@@ -17230,7 +17962,11 @@
|
|
|
17230
17962
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17231
17963
|
"isSource": true,
|
|
17232
17964
|
"original": {
|
|
17233
|
-
"$value":
|
|
17965
|
+
"$value": {
|
|
17966
|
+
"colorSpace": "hsl",
|
|
17967
|
+
"components": [215.4, 68.4, 55.3],
|
|
17968
|
+
"hex": "#3f7fdb"
|
|
17969
|
+
},
|
|
17234
17970
|
"$type": "color",
|
|
17235
17971
|
"$extensions": {
|
|
17236
17972
|
"org.primer.figma": {
|
|
@@ -17241,49 +17977,81 @@
|
|
|
17241
17977
|
"org.primer.overrides": {
|
|
17242
17978
|
"dark": "#3685F3",
|
|
17243
17979
|
"dark-high-contrast": {
|
|
17244
|
-
"$value":
|
|
17980
|
+
"$value": {
|
|
17981
|
+
"colorSpace": "hsl",
|
|
17982
|
+
"components": [215.3, 61.2, 52.5],
|
|
17983
|
+
"hex": "#3c79d0"
|
|
17984
|
+
},
|
|
17245
17985
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17246
17986
|
"isSource": true,
|
|
17247
17987
|
"$type": "color"
|
|
17248
17988
|
},
|
|
17249
17989
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
17250
|
-
"$value":
|
|
17990
|
+
"$value": {
|
|
17991
|
+
"colorSpace": "hsl",
|
|
17992
|
+
"components": [215.3, 61.2, 52.5],
|
|
17993
|
+
"hex": "#3c79d0"
|
|
17994
|
+
},
|
|
17251
17995
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17252
17996
|
"isSource": true,
|
|
17253
17997
|
"$type": "color"
|
|
17254
17998
|
},
|
|
17255
17999
|
"dark-tritanopia-high-contrast": {
|
|
17256
|
-
"$value":
|
|
18000
|
+
"$value": {
|
|
18001
|
+
"colorSpace": "hsl",
|
|
18002
|
+
"components": [215.3, 61.2, 52.5],
|
|
18003
|
+
"hex": "#3c79d0"
|
|
18004
|
+
},
|
|
17257
18005
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17258
18006
|
"isSource": true,
|
|
17259
18007
|
"$type": "color"
|
|
17260
18008
|
},
|
|
17261
18009
|
"dark-dimmed": {
|
|
17262
|
-
"$value":
|
|
18010
|
+
"$value": {
|
|
18011
|
+
"colorSpace": "hsl",
|
|
18012
|
+
"components": [215.4, 68.4, 55.3],
|
|
18013
|
+
"hex": "#3f7fdb"
|
|
18014
|
+
},
|
|
17263
18015
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17264
18016
|
"isSource": true,
|
|
17265
18017
|
"$type": "color"
|
|
17266
18018
|
},
|
|
17267
18019
|
"dark-dimmed-high-contrast": {
|
|
17268
|
-
"$value":
|
|
18020
|
+
"$value": {
|
|
18021
|
+
"colorSpace": "hsl",
|
|
18022
|
+
"components": [215.3, 61.2, 52.5],
|
|
18023
|
+
"hex": "#3c79d0"
|
|
18024
|
+
},
|
|
17269
18025
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17270
18026
|
"isSource": true,
|
|
17271
18027
|
"$type": "color"
|
|
17272
18028
|
},
|
|
17273
18029
|
"light-high-contrast": {
|
|
17274
|
-
"$value":
|
|
18030
|
+
"$value": {
|
|
18031
|
+
"colorSpace": "hsl",
|
|
18032
|
+
"components": [216.6, 96.3, 31.4],
|
|
18033
|
+
"hex": "#033f9d"
|
|
18034
|
+
},
|
|
17275
18035
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17276
18036
|
"isSource": true,
|
|
17277
18037
|
"$type": "color"
|
|
17278
18038
|
},
|
|
17279
18039
|
"light-tritanopia-high-contrast": {
|
|
17280
|
-
"$value":
|
|
18040
|
+
"$value": {
|
|
18041
|
+
"colorSpace": "hsl",
|
|
18042
|
+
"components": [216.6, 96.3, 31.4],
|
|
18043
|
+
"hex": "#033f9d"
|
|
18044
|
+
},
|
|
17281
18045
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17282
18046
|
"isSource": true,
|
|
17283
18047
|
"$type": "color"
|
|
17284
18048
|
},
|
|
17285
18049
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17286
|
-
"$value":
|
|
18050
|
+
"$value": {
|
|
18051
|
+
"colorSpace": "hsl",
|
|
18052
|
+
"components": [216.6, 96.3, 31.4],
|
|
18053
|
+
"hex": "#033f9d"
|
|
18054
|
+
},
|
|
17287
18055
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17288
18056
|
"isSource": true,
|
|
17289
18057
|
"$type": "color"
|
|
@@ -17344,49 +18112,81 @@
|
|
|
17344
18112
|
"org.primer.overrides": {
|
|
17345
18113
|
"dark": "#2A7AEF",
|
|
17346
18114
|
"dark-high-contrast": {
|
|
17347
|
-
"$value":
|
|
18115
|
+
"$value": {
|
|
18116
|
+
"colorSpace": "hsl",
|
|
18117
|
+
"components": [217.2, 63.6, 46.3],
|
|
18118
|
+
"hex": "#2b64c1"
|
|
18119
|
+
},
|
|
17348
18120
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17349
18121
|
"isSource": true,
|
|
17350
18122
|
"$type": "color"
|
|
17351
18123
|
},
|
|
17352
18124
|
"dark-tritanopia-high-contrast": {
|
|
17353
|
-
"$value":
|
|
18125
|
+
"$value": {
|
|
18126
|
+
"colorSpace": "hsl",
|
|
18127
|
+
"components": [217.2, 63.6, 46.3],
|
|
18128
|
+
"hex": "#2b64c1"
|
|
18129
|
+
},
|
|
17354
18130
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17355
18131
|
"isSource": true,
|
|
17356
18132
|
"$type": "color"
|
|
17357
18133
|
},
|
|
17358
18134
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
17359
|
-
"$value":
|
|
18135
|
+
"$value": {
|
|
18136
|
+
"colorSpace": "hsl",
|
|
18137
|
+
"components": [217.2, 63.6, 46.3],
|
|
18138
|
+
"hex": "#2b64c1"
|
|
18139
|
+
},
|
|
17360
18140
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17361
18141
|
"isSource": true,
|
|
17362
18142
|
"$type": "color"
|
|
17363
18143
|
},
|
|
17364
18144
|
"dark-dimmed": {
|
|
17365
|
-
"$value":
|
|
18145
|
+
"$value": {
|
|
18146
|
+
"colorSpace": "hsl",
|
|
18147
|
+
"components": [216, 63.8, 52.4],
|
|
18148
|
+
"hex": "#3876d3"
|
|
18149
|
+
},
|
|
17366
18150
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17367
18151
|
"isSource": true,
|
|
17368
18152
|
"$type": "color"
|
|
17369
18153
|
},
|
|
17370
18154
|
"dark-dimmed-high-contrast": {
|
|
17371
|
-
"$value":
|
|
18155
|
+
"$value": {
|
|
18156
|
+
"colorSpace": "hsl",
|
|
18157
|
+
"components": [217.2, 63.6, 46.3],
|
|
18158
|
+
"hex": "#2b64c1"
|
|
18159
|
+
},
|
|
17372
18160
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17373
18161
|
"isSource": true,
|
|
17374
18162
|
"$type": "color"
|
|
17375
18163
|
},
|
|
17376
18164
|
"light-high-contrast": {
|
|
17377
|
-
"$value":
|
|
18165
|
+
"$value": {
|
|
18166
|
+
"colorSpace": "hsl",
|
|
18167
|
+
"components": [216.4, 96.5, 33.5],
|
|
18168
|
+
"hex": "#0344a8"
|
|
18169
|
+
},
|
|
17378
18170
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17379
18171
|
"isSource": true,
|
|
17380
18172
|
"$type": "color"
|
|
17381
18173
|
},
|
|
17382
18174
|
"light-tritanopia-high-contrast": {
|
|
17383
|
-
"$value":
|
|
18175
|
+
"$value": {
|
|
18176
|
+
"colorSpace": "hsl",
|
|
18177
|
+
"components": [216.4, 96.5, 33.5],
|
|
18178
|
+
"hex": "#0344a8"
|
|
18179
|
+
},
|
|
17384
18180
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17385
18181
|
"isSource": true,
|
|
17386
18182
|
"$type": "color"
|
|
17387
18183
|
},
|
|
17388
18184
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17389
|
-
"$value":
|
|
18185
|
+
"$value": {
|
|
18186
|
+
"colorSpace": "hsl",
|
|
18187
|
+
"components": [216.4, 96.5, 33.5],
|
|
18188
|
+
"hex": "#0344a8"
|
|
18189
|
+
},
|
|
17390
18190
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17391
18191
|
"isSource": true,
|
|
17392
18192
|
"$type": "color"
|
|
@@ -17396,7 +18196,11 @@
|
|
|
17396
18196
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17397
18197
|
"isSource": true,
|
|
17398
18198
|
"original": {
|
|
17399
|
-
"$value":
|
|
18199
|
+
"$value": {
|
|
18200
|
+
"colorSpace": "hsl",
|
|
18201
|
+
"components": [216, 63.8, 52.4],
|
|
18202
|
+
"hex": "#3876d3"
|
|
18203
|
+
},
|
|
17400
18204
|
"$type": "color",
|
|
17401
18205
|
"$extensions": {
|
|
17402
18206
|
"org.primer.figma": {
|
|
@@ -17407,49 +18211,81 @@
|
|
|
17407
18211
|
"org.primer.overrides": {
|
|
17408
18212
|
"dark": "#2A7AEF",
|
|
17409
18213
|
"dark-high-contrast": {
|
|
17410
|
-
"$value":
|
|
18214
|
+
"$value": {
|
|
18215
|
+
"colorSpace": "hsl",
|
|
18216
|
+
"components": [217.2, 63.6, 46.3],
|
|
18217
|
+
"hex": "#2b64c1"
|
|
18218
|
+
},
|
|
17411
18219
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17412
18220
|
"isSource": true,
|
|
17413
18221
|
"$type": "color"
|
|
17414
18222
|
},
|
|
17415
18223
|
"dark-tritanopia-high-contrast": {
|
|
17416
|
-
"$value":
|
|
18224
|
+
"$value": {
|
|
18225
|
+
"colorSpace": "hsl",
|
|
18226
|
+
"components": [217.2, 63.6, 46.3],
|
|
18227
|
+
"hex": "#2b64c1"
|
|
18228
|
+
},
|
|
17417
18229
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17418
18230
|
"isSource": true,
|
|
17419
18231
|
"$type": "color"
|
|
17420
18232
|
},
|
|
17421
18233
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
17422
|
-
"$value":
|
|
18234
|
+
"$value": {
|
|
18235
|
+
"colorSpace": "hsl",
|
|
18236
|
+
"components": [217.2, 63.6, 46.3],
|
|
18237
|
+
"hex": "#2b64c1"
|
|
18238
|
+
},
|
|
17423
18239
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17424
18240
|
"isSource": true,
|
|
17425
18241
|
"$type": "color"
|
|
17426
18242
|
},
|
|
17427
18243
|
"dark-dimmed": {
|
|
17428
|
-
"$value":
|
|
18244
|
+
"$value": {
|
|
18245
|
+
"colorSpace": "hsl",
|
|
18246
|
+
"components": [216, 63.8, 52.4],
|
|
18247
|
+
"hex": "#3876d3"
|
|
18248
|
+
},
|
|
17429
18249
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17430
18250
|
"isSource": true,
|
|
17431
18251
|
"$type": "color"
|
|
17432
18252
|
},
|
|
17433
18253
|
"dark-dimmed-high-contrast": {
|
|
17434
|
-
"$value":
|
|
18254
|
+
"$value": {
|
|
18255
|
+
"colorSpace": "hsl",
|
|
18256
|
+
"components": [217.2, 63.6, 46.3],
|
|
18257
|
+
"hex": "#2b64c1"
|
|
18258
|
+
},
|
|
17435
18259
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17436
18260
|
"isSource": true,
|
|
17437
18261
|
"$type": "color"
|
|
17438
18262
|
},
|
|
17439
18263
|
"light-high-contrast": {
|
|
17440
|
-
"$value":
|
|
18264
|
+
"$value": {
|
|
18265
|
+
"colorSpace": "hsl",
|
|
18266
|
+
"components": [216.4, 96.5, 33.5],
|
|
18267
|
+
"hex": "#0344a8"
|
|
18268
|
+
},
|
|
17441
18269
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17442
18270
|
"isSource": true,
|
|
17443
18271
|
"$type": "color"
|
|
17444
18272
|
},
|
|
17445
18273
|
"light-tritanopia-high-contrast": {
|
|
17446
|
-
"$value":
|
|
18274
|
+
"$value": {
|
|
18275
|
+
"colorSpace": "hsl",
|
|
18276
|
+
"components": [216.4, 96.5, 33.5],
|
|
18277
|
+
"hex": "#0344a8"
|
|
18278
|
+
},
|
|
17447
18279
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17448
18280
|
"isSource": true,
|
|
17449
18281
|
"$type": "color"
|
|
17450
18282
|
},
|
|
17451
18283
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17452
|
-
"$value":
|
|
18284
|
+
"$value": {
|
|
18285
|
+
"colorSpace": "hsl",
|
|
18286
|
+
"components": [216.4, 96.5, 33.5],
|
|
18287
|
+
"hex": "#0344a8"
|
|
18288
|
+
},
|
|
17453
18289
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17454
18290
|
"isSource": true,
|
|
17455
18291
|
"$type": "color"
|
|
@@ -17528,7 +18364,11 @@
|
|
|
17528
18364
|
"$type": "color"
|
|
17529
18365
|
},
|
|
17530
18366
|
"dark-dimmed": {
|
|
17531
|
-
"$value":
|
|
18367
|
+
"$value": {
|
|
18368
|
+
"colorSpace": "hsl",
|
|
18369
|
+
"components": [215.4, 68.4, 55.3],
|
|
18370
|
+
"hex": "#3f7fdb"
|
|
18371
|
+
},
|
|
17532
18372
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17533
18373
|
"isSource": true,
|
|
17534
18374
|
"$type": "color"
|
|
@@ -17540,19 +18380,31 @@
|
|
|
17540
18380
|
"$type": "color"
|
|
17541
18381
|
},
|
|
17542
18382
|
"light-high-contrast": {
|
|
17543
|
-
"$value":
|
|
18383
|
+
"$value": {
|
|
18384
|
+
"colorSpace": "hsl",
|
|
18385
|
+
"components": [216.6, 96.3, 31.4],
|
|
18386
|
+
"hex": "#033f9d"
|
|
18387
|
+
},
|
|
17544
18388
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17545
18389
|
"isSource": true,
|
|
17546
18390
|
"$type": "color"
|
|
17547
18391
|
},
|
|
17548
18392
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17549
|
-
"$value":
|
|
18393
|
+
"$value": {
|
|
18394
|
+
"colorSpace": "hsl",
|
|
18395
|
+
"components": [216.6, 96.3, 31.4],
|
|
18396
|
+
"hex": "#033f9d"
|
|
18397
|
+
},
|
|
17550
18398
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17551
18399
|
"isSource": true,
|
|
17552
18400
|
"$type": "color"
|
|
17553
18401
|
},
|
|
17554
18402
|
"light-tritanopia-high-contrast": {
|
|
17555
|
-
"$value":
|
|
18403
|
+
"$value": {
|
|
18404
|
+
"colorSpace": "hsl",
|
|
18405
|
+
"components": [216.6, 96.3, 31.4],
|
|
18406
|
+
"hex": "#033f9d"
|
|
18407
|
+
},
|
|
17556
18408
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17557
18409
|
"isSource": true,
|
|
17558
18410
|
"$type": "color"
|
|
@@ -17562,7 +18414,11 @@
|
|
|
17562
18414
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17563
18415
|
"isSource": true,
|
|
17564
18416
|
"original": {
|
|
17565
|
-
"$value":
|
|
18417
|
+
"$value": {
|
|
18418
|
+
"colorSpace": "hsl",
|
|
18419
|
+
"components": [215.4, 68.4, 55.3],
|
|
18420
|
+
"hex": "#3f7fdb"
|
|
18421
|
+
},
|
|
17566
18422
|
"$type": "color",
|
|
17567
18423
|
"$extensions": {
|
|
17568
18424
|
"org.primer.figma": {
|
|
@@ -17591,7 +18447,11 @@
|
|
|
17591
18447
|
"$type": "color"
|
|
17592
18448
|
},
|
|
17593
18449
|
"dark-dimmed": {
|
|
17594
|
-
"$value":
|
|
18450
|
+
"$value": {
|
|
18451
|
+
"colorSpace": "hsl",
|
|
18452
|
+
"components": [215.4, 68.4, 55.3],
|
|
18453
|
+
"hex": "#3f7fdb"
|
|
18454
|
+
},
|
|
17595
18455
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17596
18456
|
"isSource": true,
|
|
17597
18457
|
"$type": "color"
|
|
@@ -17603,19 +18463,31 @@
|
|
|
17603
18463
|
"$type": "color"
|
|
17604
18464
|
},
|
|
17605
18465
|
"light-high-contrast": {
|
|
17606
|
-
"$value":
|
|
18466
|
+
"$value": {
|
|
18467
|
+
"colorSpace": "hsl",
|
|
18468
|
+
"components": [216.6, 96.3, 31.4],
|
|
18469
|
+
"hex": "#033f9d"
|
|
18470
|
+
},
|
|
17607
18471
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17608
18472
|
"isSource": true,
|
|
17609
18473
|
"$type": "color"
|
|
17610
18474
|
},
|
|
17611
18475
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17612
|
-
"$value":
|
|
18476
|
+
"$value": {
|
|
18477
|
+
"colorSpace": "hsl",
|
|
18478
|
+
"components": [216.6, 96.3, 31.4],
|
|
18479
|
+
"hex": "#033f9d"
|
|
18480
|
+
},
|
|
17613
18481
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17614
18482
|
"isSource": true,
|
|
17615
18483
|
"$type": "color"
|
|
17616
18484
|
},
|
|
17617
18485
|
"light-tritanopia-high-contrast": {
|
|
17618
|
-
"$value":
|
|
18486
|
+
"$value": {
|
|
18487
|
+
"colorSpace": "hsl",
|
|
18488
|
+
"components": [216.6, 96.3, 31.4],
|
|
18489
|
+
"hex": "#033f9d"
|
|
18490
|
+
},
|
|
17619
18491
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17620
18492
|
"isSource": true,
|
|
17621
18493
|
"$type": "color"
|
|
@@ -17694,7 +18566,11 @@
|
|
|
17694
18566
|
"$type": "color"
|
|
17695
18567
|
},
|
|
17696
18568
|
"dark-dimmed": {
|
|
17697
|
-
"$value":
|
|
18569
|
+
"$value": {
|
|
18570
|
+
"colorSpace": "hsl",
|
|
18571
|
+
"components": [216, 63.8, 52.4],
|
|
18572
|
+
"hex": "#3876d3"
|
|
18573
|
+
},
|
|
17698
18574
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17699
18575
|
"isSource": true,
|
|
17700
18576
|
"$type": "color"
|
|
@@ -17706,19 +18582,31 @@
|
|
|
17706
18582
|
"$type": "color"
|
|
17707
18583
|
},
|
|
17708
18584
|
"light-high-contrast": {
|
|
17709
|
-
"$value":
|
|
18585
|
+
"$value": {
|
|
18586
|
+
"colorSpace": "hsl",
|
|
18587
|
+
"components": [216.4, 96.5, 33.5],
|
|
18588
|
+
"hex": "#0344a8"
|
|
18589
|
+
},
|
|
17710
18590
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17711
18591
|
"isSource": true,
|
|
17712
18592
|
"$type": "color"
|
|
17713
18593
|
},
|
|
17714
18594
|
"light-tritanopia-high-contrast": {
|
|
17715
|
-
"$value":
|
|
18595
|
+
"$value": {
|
|
18596
|
+
"colorSpace": "hsl",
|
|
18597
|
+
"components": [216.4, 96.5, 33.5],
|
|
18598
|
+
"hex": "#0344a8"
|
|
18599
|
+
},
|
|
17716
18600
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17717
18601
|
"isSource": true,
|
|
17718
18602
|
"$type": "color"
|
|
17719
18603
|
},
|
|
17720
18604
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17721
|
-
"$value":
|
|
18605
|
+
"$value": {
|
|
18606
|
+
"colorSpace": "hsl",
|
|
18607
|
+
"components": [216.4, 96.5, 33.5],
|
|
18608
|
+
"hex": "#0344a8"
|
|
18609
|
+
},
|
|
17722
18610
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17723
18611
|
"isSource": true,
|
|
17724
18612
|
"$type": "color"
|
|
@@ -17728,7 +18616,11 @@
|
|
|
17728
18616
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17729
18617
|
"isSource": true,
|
|
17730
18618
|
"original": {
|
|
17731
|
-
"$value":
|
|
18619
|
+
"$value": {
|
|
18620
|
+
"colorSpace": "hsl",
|
|
18621
|
+
"components": [216, 63.8, 52.4],
|
|
18622
|
+
"hex": "#3876d3"
|
|
18623
|
+
},
|
|
17732
18624
|
"$type": "color",
|
|
17733
18625
|
"$extensions": {
|
|
17734
18626
|
"org.primer.figma": {
|
|
@@ -17757,7 +18649,11 @@
|
|
|
17757
18649
|
"$type": "color"
|
|
17758
18650
|
},
|
|
17759
18651
|
"dark-dimmed": {
|
|
17760
|
-
"$value":
|
|
18652
|
+
"$value": {
|
|
18653
|
+
"colorSpace": "hsl",
|
|
18654
|
+
"components": [216, 63.8, 52.4],
|
|
18655
|
+
"hex": "#3876d3"
|
|
18656
|
+
},
|
|
17761
18657
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17762
18658
|
"isSource": true,
|
|
17763
18659
|
"$type": "color"
|
|
@@ -17769,19 +18665,31 @@
|
|
|
17769
18665
|
"$type": "color"
|
|
17770
18666
|
},
|
|
17771
18667
|
"light-high-contrast": {
|
|
17772
|
-
"$value":
|
|
18668
|
+
"$value": {
|
|
18669
|
+
"colorSpace": "hsl",
|
|
18670
|
+
"components": [216.4, 96.5, 33.5],
|
|
18671
|
+
"hex": "#0344a8"
|
|
18672
|
+
},
|
|
17773
18673
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17774
18674
|
"isSource": true,
|
|
17775
18675
|
"$type": "color"
|
|
17776
18676
|
},
|
|
17777
18677
|
"light-tritanopia-high-contrast": {
|
|
17778
|
-
"$value":
|
|
18678
|
+
"$value": {
|
|
18679
|
+
"colorSpace": "hsl",
|
|
18680
|
+
"components": [216.4, 96.5, 33.5],
|
|
18681
|
+
"hex": "#0344a8"
|
|
18682
|
+
},
|
|
17779
18683
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17780
18684
|
"isSource": true,
|
|
17781
18685
|
"$type": "color"
|
|
17782
18686
|
},
|
|
17783
18687
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17784
|
-
"$value":
|
|
18688
|
+
"$value": {
|
|
18689
|
+
"colorSpace": "hsl",
|
|
18690
|
+
"components": [216.4, 96.5, 33.5],
|
|
18691
|
+
"hex": "#0344a8"
|
|
18692
|
+
},
|
|
17785
18693
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17786
18694
|
"isSource": true,
|
|
17787
18695
|
"$type": "color"
|
|
@@ -17973,21 +18881,33 @@
|
|
|
17973
18881
|
"$type": "color"
|
|
17974
18882
|
},
|
|
17975
18883
|
"dark-high-contrast": {
|
|
17976
|
-
"$value":
|
|
18884
|
+
"$value": {
|
|
18885
|
+
"colorSpace": "hsl",
|
|
18886
|
+
"components": [355, 84.1, 42],
|
|
18887
|
+
"hex": "#c51120"
|
|
18888
|
+
},
|
|
17977
18889
|
"alpha": 1,
|
|
17978
18890
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17979
18891
|
"isSource": true,
|
|
17980
18892
|
"$type": "color"
|
|
17981
18893
|
},
|
|
17982
18894
|
"dark-dimmed-high-contrast": {
|
|
17983
|
-
"$value":
|
|
18895
|
+
"$value": {
|
|
18896
|
+
"colorSpace": "hsl",
|
|
18897
|
+
"components": [355, 84.1, 42],
|
|
18898
|
+
"hex": "#c51120"
|
|
18899
|
+
},
|
|
17984
18900
|
"alpha": 1,
|
|
17985
18901
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17986
18902
|
"isSource": true,
|
|
17987
18903
|
"$type": "color"
|
|
17988
18904
|
},
|
|
17989
18905
|
"dark-tritanopia-high-contrast": {
|
|
17990
|
-
"$value":
|
|
18906
|
+
"$value": {
|
|
18907
|
+
"colorSpace": "hsl",
|
|
18908
|
+
"components": [355, 84.1, 42],
|
|
18909
|
+
"hex": "#c51120"
|
|
18910
|
+
},
|
|
17991
18911
|
"alpha": 1,
|
|
17992
18912
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17993
18913
|
"isSource": true,
|
|
@@ -18000,13 +18920,21 @@
|
|
|
18000
18920
|
"$type": "color"
|
|
18001
18921
|
},
|
|
18002
18922
|
"light-high-contrast": {
|
|
18003
|
-
"$value":
|
|
18923
|
+
"$value": {
|
|
18924
|
+
"colorSpace": "hsl",
|
|
18925
|
+
"components": [351.6, 85.4, 29.6],
|
|
18926
|
+
"hex": "#8c0b1d"
|
|
18927
|
+
},
|
|
18004
18928
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18005
18929
|
"isSource": true,
|
|
18006
18930
|
"$type": "color"
|
|
18007
18931
|
},
|
|
18008
18932
|
"light-tritanopia-high-contrast": {
|
|
18009
|
-
"$value":
|
|
18933
|
+
"$value": {
|
|
18934
|
+
"colorSpace": "hsl",
|
|
18935
|
+
"components": [351.6, 85.4, 29.6],
|
|
18936
|
+
"hex": "#8c0b1d"
|
|
18937
|
+
},
|
|
18010
18938
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18011
18939
|
"isSource": true,
|
|
18012
18940
|
"$type": "color"
|
|
@@ -18047,21 +18975,33 @@
|
|
|
18047
18975
|
"$type": "color"
|
|
18048
18976
|
},
|
|
18049
18977
|
"dark-high-contrast": {
|
|
18050
|
-
"$value":
|
|
18978
|
+
"$value": {
|
|
18979
|
+
"colorSpace": "hsl",
|
|
18980
|
+
"components": [355, 84.1, 42],
|
|
18981
|
+
"hex": "#c51120"
|
|
18982
|
+
},
|
|
18051
18983
|
"alpha": 1,
|
|
18052
18984
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18053
18985
|
"isSource": true,
|
|
18054
18986
|
"$type": "color"
|
|
18055
18987
|
},
|
|
18056
18988
|
"dark-dimmed-high-contrast": {
|
|
18057
|
-
"$value":
|
|
18989
|
+
"$value": {
|
|
18990
|
+
"colorSpace": "hsl",
|
|
18991
|
+
"components": [355, 84.1, 42],
|
|
18992
|
+
"hex": "#c51120"
|
|
18993
|
+
},
|
|
18058
18994
|
"alpha": 1,
|
|
18059
18995
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18060
18996
|
"isSource": true,
|
|
18061
18997
|
"$type": "color"
|
|
18062
18998
|
},
|
|
18063
18999
|
"dark-tritanopia-high-contrast": {
|
|
18064
|
-
"$value":
|
|
19000
|
+
"$value": {
|
|
19001
|
+
"colorSpace": "hsl",
|
|
19002
|
+
"components": [355, 84.1, 42],
|
|
19003
|
+
"hex": "#c51120"
|
|
19004
|
+
},
|
|
18065
19005
|
"alpha": 1,
|
|
18066
19006
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18067
19007
|
"isSource": true,
|
|
@@ -18074,13 +19014,21 @@
|
|
|
18074
19014
|
"$type": "color"
|
|
18075
19015
|
},
|
|
18076
19016
|
"light-high-contrast": {
|
|
18077
|
-
"$value":
|
|
19017
|
+
"$value": {
|
|
19018
|
+
"colorSpace": "hsl",
|
|
19019
|
+
"components": [351.6, 85.4, 29.6],
|
|
19020
|
+
"hex": "#8c0b1d"
|
|
19021
|
+
},
|
|
18078
19022
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18079
19023
|
"isSource": true,
|
|
18080
19024
|
"$type": "color"
|
|
18081
19025
|
},
|
|
18082
19026
|
"light-tritanopia-high-contrast": {
|
|
18083
|
-
"$value":
|
|
19027
|
+
"$value": {
|
|
19028
|
+
"colorSpace": "hsl",
|
|
19029
|
+
"components": [351.6, 85.4, 29.6],
|
|
19030
|
+
"hex": "#8c0b1d"
|
|
19031
|
+
},
|
|
18084
19032
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18085
19033
|
"isSource": true,
|
|
18086
19034
|
"$type": "color"
|
|
@@ -47499,14 +48447,22 @@
|
|
|
47499
48447
|
},
|
|
47500
48448
|
"org.primer.overrides": {
|
|
47501
48449
|
"dark": {
|
|
47502
|
-
"$value":
|
|
48450
|
+
"$value": {
|
|
48451
|
+
"colorSpace": "hsl",
|
|
48452
|
+
"components": [214.8, 98, 61],
|
|
48453
|
+
"hex": "#3a8cfd"
|
|
48454
|
+
},
|
|
47503
48455
|
"alpha": 0.36,
|
|
47504
48456
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47505
48457
|
"isSource": true,
|
|
47506
48458
|
"$type": "color"
|
|
47507
48459
|
},
|
|
47508
48460
|
"dark-dimmed": {
|
|
47509
|
-
"$value":
|
|
48461
|
+
"$value": {
|
|
48462
|
+
"colorSpace": "hsl",
|
|
48463
|
+
"components": [215.3, 75.8, 57.8],
|
|
48464
|
+
"hex": "#4285e5"
|
|
48465
|
+
},
|
|
47510
48466
|
"alpha": 0.36,
|
|
47511
48467
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47512
48468
|
"isSource": true,
|
|
@@ -47514,7 +48470,11 @@
|
|
|
47514
48470
|
},
|
|
47515
48471
|
"light-high-contrast": "#c7e9ff",
|
|
47516
48472
|
"dark-high-contrast": {
|
|
47517
|
-
"$value":
|
|
48473
|
+
"$value": {
|
|
48474
|
+
"colorSpace": "hsl",
|
|
48475
|
+
"components": [210.4, 100, 68.2],
|
|
48476
|
+
"hex": "#5dadff"
|
|
48477
|
+
},
|
|
47518
48478
|
"alpha": 0.36,
|
|
47519
48479
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47520
48480
|
"isSource": true,
|
|
@@ -47526,7 +48486,11 @@
|
|
|
47526
48486
|
"isSource": true,
|
|
47527
48487
|
"alpha": 0.36,
|
|
47528
48488
|
"original": {
|
|
47529
|
-
"$value":
|
|
48489
|
+
"$value": {
|
|
48490
|
+
"colorSpace": "hsl",
|
|
48491
|
+
"components": [215.3, 75.8, 57.8],
|
|
48492
|
+
"hex": "#4285e5"
|
|
48493
|
+
},
|
|
47530
48494
|
"$type": "color",
|
|
47531
48495
|
"$extensions": {
|
|
47532
48496
|
"org.primer.figma": {
|
|
@@ -47536,14 +48500,22 @@
|
|
|
47536
48500
|
},
|
|
47537
48501
|
"org.primer.overrides": {
|
|
47538
48502
|
"dark": {
|
|
47539
|
-
"$value":
|
|
48503
|
+
"$value": {
|
|
48504
|
+
"colorSpace": "hsl",
|
|
48505
|
+
"components": [214.8, 98, 61],
|
|
48506
|
+
"hex": "#3a8cfd"
|
|
48507
|
+
},
|
|
47540
48508
|
"alpha": 0.36,
|
|
47541
48509
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47542
48510
|
"isSource": true,
|
|
47543
48511
|
"$type": "color"
|
|
47544
48512
|
},
|
|
47545
48513
|
"dark-dimmed": {
|
|
47546
|
-
"$value":
|
|
48514
|
+
"$value": {
|
|
48515
|
+
"colorSpace": "hsl",
|
|
48516
|
+
"components": [215.3, 75.8, 57.8],
|
|
48517
|
+
"hex": "#4285e5"
|
|
48518
|
+
},
|
|
47547
48519
|
"alpha": 0.36,
|
|
47548
48520
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47549
48521
|
"isSource": true,
|
|
@@ -47551,7 +48523,11 @@
|
|
|
47551
48523
|
},
|
|
47552
48524
|
"light-high-contrast": "#c7e9ff",
|
|
47553
48525
|
"dark-high-contrast": {
|
|
47554
|
-
"$value":
|
|
48526
|
+
"$value": {
|
|
48527
|
+
"colorSpace": "hsl",
|
|
48528
|
+
"components": [210.4, 100, 68.2],
|
|
48529
|
+
"hex": "#5dadff"
|
|
48530
|
+
},
|
|
47555
48531
|
"alpha": 0.36,
|
|
47556
48532
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47557
48533
|
"isSource": true,
|
|
@@ -47885,6 +48861,147 @@
|
|
|
47885
48861
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
47886
48862
|
"isSource": true,
|
|
47887
48863
|
"$type": "shadow"
|
|
48864
|
+
},
|
|
48865
|
+
"light-high-contrast": {
|
|
48866
|
+
"$value": [
|
|
48867
|
+
{
|
|
48868
|
+
"color": "#3d444db3",
|
|
48869
|
+
"alpha": 1,
|
|
48870
|
+
"offsetX": {
|
|
48871
|
+
"value": 0,
|
|
48872
|
+
"unit": "px"
|
|
48873
|
+
},
|
|
48874
|
+
"offsetY": {
|
|
48875
|
+
"value": 0,
|
|
48876
|
+
"unit": "px"
|
|
48877
|
+
},
|
|
48878
|
+
"blur": {
|
|
48879
|
+
"value": 0,
|
|
48880
|
+
"unit": "px"
|
|
48881
|
+
},
|
|
48882
|
+
"spread": {
|
|
48883
|
+
"value": 1,
|
|
48884
|
+
"unit": "px"
|
|
48885
|
+
}
|
|
48886
|
+
},
|
|
48887
|
+
{
|
|
48888
|
+
"color": "#f0f6fc",
|
|
48889
|
+
"alpha": 0.24,
|
|
48890
|
+
"offsetX": {
|
|
48891
|
+
"value": 0,
|
|
48892
|
+
"unit": "px"
|
|
48893
|
+
},
|
|
48894
|
+
"offsetY": {
|
|
48895
|
+
"value": 40,
|
|
48896
|
+
"unit": "px"
|
|
48897
|
+
},
|
|
48898
|
+
"blur": {
|
|
48899
|
+
"value": 80,
|
|
48900
|
+
"unit": "px"
|
|
48901
|
+
},
|
|
48902
|
+
"spread": {
|
|
48903
|
+
"value": 0,
|
|
48904
|
+
"unit": "px"
|
|
48905
|
+
}
|
|
48906
|
+
}
|
|
48907
|
+
],
|
|
48908
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48909
|
+
"isSource": true,
|
|
48910
|
+
"$type": "shadow"
|
|
48911
|
+
},
|
|
48912
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
48913
|
+
"$value": [
|
|
48914
|
+
{
|
|
48915
|
+
"color": "#3d444db3",
|
|
48916
|
+
"alpha": 1,
|
|
48917
|
+
"offsetX": {
|
|
48918
|
+
"value": 0,
|
|
48919
|
+
"unit": "px"
|
|
48920
|
+
},
|
|
48921
|
+
"offsetY": {
|
|
48922
|
+
"value": 0,
|
|
48923
|
+
"unit": "px"
|
|
48924
|
+
},
|
|
48925
|
+
"blur": {
|
|
48926
|
+
"value": 0,
|
|
48927
|
+
"unit": "px"
|
|
48928
|
+
},
|
|
48929
|
+
"spread": {
|
|
48930
|
+
"value": 1,
|
|
48931
|
+
"unit": "px"
|
|
48932
|
+
}
|
|
48933
|
+
},
|
|
48934
|
+
{
|
|
48935
|
+
"color": "#f0f6fc",
|
|
48936
|
+
"alpha": 0.24,
|
|
48937
|
+
"offsetX": {
|
|
48938
|
+
"value": 0,
|
|
48939
|
+
"unit": "px"
|
|
48940
|
+
},
|
|
48941
|
+
"offsetY": {
|
|
48942
|
+
"value": 40,
|
|
48943
|
+
"unit": "px"
|
|
48944
|
+
},
|
|
48945
|
+
"blur": {
|
|
48946
|
+
"value": 80,
|
|
48947
|
+
"unit": "px"
|
|
48948
|
+
},
|
|
48949
|
+
"spread": {
|
|
48950
|
+
"value": 0,
|
|
48951
|
+
"unit": "px"
|
|
48952
|
+
}
|
|
48953
|
+
}
|
|
48954
|
+
],
|
|
48955
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48956
|
+
"isSource": true,
|
|
48957
|
+
"$type": "shadow"
|
|
48958
|
+
},
|
|
48959
|
+
"light-tritanopia-high-contrast": {
|
|
48960
|
+
"$value": [
|
|
48961
|
+
{
|
|
48962
|
+
"color": "#3d444db3",
|
|
48963
|
+
"alpha": 1,
|
|
48964
|
+
"offsetX": {
|
|
48965
|
+
"value": 0,
|
|
48966
|
+
"unit": "px"
|
|
48967
|
+
},
|
|
48968
|
+
"offsetY": {
|
|
48969
|
+
"value": 0,
|
|
48970
|
+
"unit": "px"
|
|
48971
|
+
},
|
|
48972
|
+
"blur": {
|
|
48973
|
+
"value": 0,
|
|
48974
|
+
"unit": "px"
|
|
48975
|
+
},
|
|
48976
|
+
"spread": {
|
|
48977
|
+
"value": 1,
|
|
48978
|
+
"unit": "px"
|
|
48979
|
+
}
|
|
48980
|
+
},
|
|
48981
|
+
{
|
|
48982
|
+
"color": "#f0f6fc",
|
|
48983
|
+
"alpha": 0.24,
|
|
48984
|
+
"offsetX": {
|
|
48985
|
+
"value": 0,
|
|
48986
|
+
"unit": "px"
|
|
48987
|
+
},
|
|
48988
|
+
"offsetY": {
|
|
48989
|
+
"value": 40,
|
|
48990
|
+
"unit": "px"
|
|
48991
|
+
},
|
|
48992
|
+
"blur": {
|
|
48993
|
+
"value": 80,
|
|
48994
|
+
"unit": "px"
|
|
48995
|
+
},
|
|
48996
|
+
"spread": {
|
|
48997
|
+
"value": 0,
|
|
48998
|
+
"unit": "px"
|
|
48999
|
+
}
|
|
49000
|
+
}
|
|
49001
|
+
],
|
|
49002
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49003
|
+
"isSource": true,
|
|
49004
|
+
"$type": "shadow"
|
|
47888
49005
|
}
|
|
47889
49006
|
},
|
|
47890
49007
|
"org.primer.llm": {
|
|
@@ -47991,6 +49108,147 @@
|
|
|
47991
49108
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
47992
49109
|
"isSource": true,
|
|
47993
49110
|
"$type": "shadow"
|
|
49111
|
+
},
|
|
49112
|
+
"light-high-contrast": {
|
|
49113
|
+
"$value": [
|
|
49114
|
+
{
|
|
49115
|
+
"color": "{overlay.borderColor}",
|
|
49116
|
+
"alpha": 1,
|
|
49117
|
+
"offsetX": {
|
|
49118
|
+
"value": 0,
|
|
49119
|
+
"unit": "px"
|
|
49120
|
+
},
|
|
49121
|
+
"offsetY": {
|
|
49122
|
+
"value": 0,
|
|
49123
|
+
"unit": "px"
|
|
49124
|
+
},
|
|
49125
|
+
"blur": {
|
|
49126
|
+
"value": 0,
|
|
49127
|
+
"unit": "px"
|
|
49128
|
+
},
|
|
49129
|
+
"spread": {
|
|
49130
|
+
"value": 1,
|
|
49131
|
+
"unit": "px"
|
|
49132
|
+
}
|
|
49133
|
+
},
|
|
49134
|
+
{
|
|
49135
|
+
"color": "{base.color.neutral.12}",
|
|
49136
|
+
"alpha": 0.24,
|
|
49137
|
+
"offsetX": {
|
|
49138
|
+
"value": 0,
|
|
49139
|
+
"unit": "px"
|
|
49140
|
+
},
|
|
49141
|
+
"offsetY": {
|
|
49142
|
+
"value": 40,
|
|
49143
|
+
"unit": "px"
|
|
49144
|
+
},
|
|
49145
|
+
"blur": {
|
|
49146
|
+
"value": 80,
|
|
49147
|
+
"unit": "px"
|
|
49148
|
+
},
|
|
49149
|
+
"spread": {
|
|
49150
|
+
"value": 0,
|
|
49151
|
+
"unit": "px"
|
|
49152
|
+
}
|
|
49153
|
+
}
|
|
49154
|
+
],
|
|
49155
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49156
|
+
"isSource": true,
|
|
49157
|
+
"$type": "shadow"
|
|
49158
|
+
},
|
|
49159
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
49160
|
+
"$value": [
|
|
49161
|
+
{
|
|
49162
|
+
"color": "{overlay.borderColor}",
|
|
49163
|
+
"alpha": 1,
|
|
49164
|
+
"offsetX": {
|
|
49165
|
+
"value": 0,
|
|
49166
|
+
"unit": "px"
|
|
49167
|
+
},
|
|
49168
|
+
"offsetY": {
|
|
49169
|
+
"value": 0,
|
|
49170
|
+
"unit": "px"
|
|
49171
|
+
},
|
|
49172
|
+
"blur": {
|
|
49173
|
+
"value": 0,
|
|
49174
|
+
"unit": "px"
|
|
49175
|
+
},
|
|
49176
|
+
"spread": {
|
|
49177
|
+
"value": 1,
|
|
49178
|
+
"unit": "px"
|
|
49179
|
+
}
|
|
49180
|
+
},
|
|
49181
|
+
{
|
|
49182
|
+
"color": "{base.color.neutral.12}",
|
|
49183
|
+
"alpha": 0.24,
|
|
49184
|
+
"offsetX": {
|
|
49185
|
+
"value": 0,
|
|
49186
|
+
"unit": "px"
|
|
49187
|
+
},
|
|
49188
|
+
"offsetY": {
|
|
49189
|
+
"value": 40,
|
|
49190
|
+
"unit": "px"
|
|
49191
|
+
},
|
|
49192
|
+
"blur": {
|
|
49193
|
+
"value": 80,
|
|
49194
|
+
"unit": "px"
|
|
49195
|
+
},
|
|
49196
|
+
"spread": {
|
|
49197
|
+
"value": 0,
|
|
49198
|
+
"unit": "px"
|
|
49199
|
+
}
|
|
49200
|
+
}
|
|
49201
|
+
],
|
|
49202
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49203
|
+
"isSource": true,
|
|
49204
|
+
"$type": "shadow"
|
|
49205
|
+
},
|
|
49206
|
+
"light-tritanopia-high-contrast": {
|
|
49207
|
+
"$value": [
|
|
49208
|
+
{
|
|
49209
|
+
"color": "{overlay.borderColor}",
|
|
49210
|
+
"alpha": 1,
|
|
49211
|
+
"offsetX": {
|
|
49212
|
+
"value": 0,
|
|
49213
|
+
"unit": "px"
|
|
49214
|
+
},
|
|
49215
|
+
"offsetY": {
|
|
49216
|
+
"value": 0,
|
|
49217
|
+
"unit": "px"
|
|
49218
|
+
},
|
|
49219
|
+
"blur": {
|
|
49220
|
+
"value": 0,
|
|
49221
|
+
"unit": "px"
|
|
49222
|
+
},
|
|
49223
|
+
"spread": {
|
|
49224
|
+
"value": 1,
|
|
49225
|
+
"unit": "px"
|
|
49226
|
+
}
|
|
49227
|
+
},
|
|
49228
|
+
{
|
|
49229
|
+
"color": "{base.color.neutral.12}",
|
|
49230
|
+
"alpha": 0.24,
|
|
49231
|
+
"offsetX": {
|
|
49232
|
+
"value": 0,
|
|
49233
|
+
"unit": "px"
|
|
49234
|
+
},
|
|
49235
|
+
"offsetY": {
|
|
49236
|
+
"value": 40,
|
|
49237
|
+
"unit": "px"
|
|
49238
|
+
},
|
|
49239
|
+
"blur": {
|
|
49240
|
+
"value": 80,
|
|
49241
|
+
"unit": "px"
|
|
49242
|
+
},
|
|
49243
|
+
"spread": {
|
|
49244
|
+
"value": 0,
|
|
49245
|
+
"unit": "px"
|
|
49246
|
+
}
|
|
49247
|
+
}
|
|
49248
|
+
],
|
|
49249
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49250
|
+
"isSource": true,
|
|
49251
|
+
"$type": "shadow"
|
|
47994
49252
|
}
|
|
47995
49253
|
},
|
|
47996
49254
|
"org.primer.llm": {
|
|
@@ -48266,152 +49524,794 @@
|
|
|
48266
49524
|
"value": -12,
|
|
48267
49525
|
"unit": "px"
|
|
48268
49526
|
}
|
|
48269
|
-
},
|
|
48270
|
-
{
|
|
48271
|
-
"color": "#010409",
|
|
48272
|
-
"alpha": 0.4,
|
|
48273
|
-
"offsetX": {
|
|
48274
|
-
"value": 0,
|
|
48275
|
-
"unit": "px"
|
|
49527
|
+
},
|
|
49528
|
+
{
|
|
49529
|
+
"color": "#010409",
|
|
49530
|
+
"alpha": 0.4,
|
|
49531
|
+
"offsetX": {
|
|
49532
|
+
"value": 0,
|
|
49533
|
+
"unit": "px"
|
|
49534
|
+
},
|
|
49535
|
+
"offsetY": {
|
|
49536
|
+
"value": 48,
|
|
49537
|
+
"unit": "px"
|
|
49538
|
+
},
|
|
49539
|
+
"blur": {
|
|
49540
|
+
"value": 96,
|
|
49541
|
+
"unit": "px"
|
|
49542
|
+
},
|
|
49543
|
+
"spread": {
|
|
49544
|
+
"value": -24,
|
|
49545
|
+
"unit": "px"
|
|
49546
|
+
}
|
|
49547
|
+
}
|
|
49548
|
+
],
|
|
49549
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49550
|
+
"isSource": true,
|
|
49551
|
+
"$type": "shadow"
|
|
49552
|
+
},
|
|
49553
|
+
"light-high-contrast": {
|
|
49554
|
+
"$value": [
|
|
49555
|
+
{
|
|
49556
|
+
"color": "#3d444db3",
|
|
49557
|
+
"alpha": 1,
|
|
49558
|
+
"offsetX": {
|
|
49559
|
+
"value": 0,
|
|
49560
|
+
"unit": "px"
|
|
49561
|
+
},
|
|
49562
|
+
"offsetY": {
|
|
49563
|
+
"value": 0,
|
|
49564
|
+
"unit": "px"
|
|
49565
|
+
},
|
|
49566
|
+
"blur": {
|
|
49567
|
+
"value": 0,
|
|
49568
|
+
"unit": "px"
|
|
49569
|
+
},
|
|
49570
|
+
"spread": {
|
|
49571
|
+
"value": 1,
|
|
49572
|
+
"unit": "px"
|
|
49573
|
+
}
|
|
49574
|
+
},
|
|
49575
|
+
{
|
|
49576
|
+
"color": "#f0f6fc",
|
|
49577
|
+
"alpha": 0.08,
|
|
49578
|
+
"offsetX": {
|
|
49579
|
+
"value": 0,
|
|
49580
|
+
"unit": "px"
|
|
49581
|
+
},
|
|
49582
|
+
"offsetY": {
|
|
49583
|
+
"value": 8,
|
|
49584
|
+
"unit": "px"
|
|
49585
|
+
},
|
|
49586
|
+
"blur": {
|
|
49587
|
+
"value": 16,
|
|
49588
|
+
"unit": "px"
|
|
49589
|
+
},
|
|
49590
|
+
"spread": {
|
|
49591
|
+
"value": -4,
|
|
49592
|
+
"unit": "px"
|
|
49593
|
+
}
|
|
49594
|
+
},
|
|
49595
|
+
{
|
|
49596
|
+
"color": "#f0f6fc",
|
|
49597
|
+
"alpha": 0.08,
|
|
49598
|
+
"offsetX": {
|
|
49599
|
+
"value": 0,
|
|
49600
|
+
"unit": "px"
|
|
49601
|
+
},
|
|
49602
|
+
"offsetY": {
|
|
49603
|
+
"value": 4,
|
|
49604
|
+
"unit": "px"
|
|
49605
|
+
},
|
|
49606
|
+
"blur": {
|
|
49607
|
+
"value": 32,
|
|
49608
|
+
"unit": "px"
|
|
49609
|
+
},
|
|
49610
|
+
"spread": {
|
|
49611
|
+
"value": -4,
|
|
49612
|
+
"unit": "px"
|
|
49613
|
+
}
|
|
49614
|
+
},
|
|
49615
|
+
{
|
|
49616
|
+
"color": "#f0f6fc",
|
|
49617
|
+
"alpha": 0.08,
|
|
49618
|
+
"offsetX": {
|
|
49619
|
+
"value": 0,
|
|
49620
|
+
"unit": "px"
|
|
49621
|
+
},
|
|
49622
|
+
"offsetY": {
|
|
49623
|
+
"value": 24,
|
|
49624
|
+
"unit": "px"
|
|
49625
|
+
},
|
|
49626
|
+
"blur": {
|
|
49627
|
+
"value": 48,
|
|
49628
|
+
"unit": "px"
|
|
49629
|
+
},
|
|
49630
|
+
"spread": {
|
|
49631
|
+
"value": -12,
|
|
49632
|
+
"unit": "px"
|
|
49633
|
+
}
|
|
49634
|
+
},
|
|
49635
|
+
{
|
|
49636
|
+
"color": "#f0f6fc",
|
|
49637
|
+
"alpha": 0.08,
|
|
49638
|
+
"offsetX": {
|
|
49639
|
+
"value": 0,
|
|
49640
|
+
"unit": "px"
|
|
49641
|
+
},
|
|
49642
|
+
"offsetY": {
|
|
49643
|
+
"value": 48,
|
|
49644
|
+
"unit": "px"
|
|
49645
|
+
},
|
|
49646
|
+
"blur": {
|
|
49647
|
+
"value": 96,
|
|
49648
|
+
"unit": "px"
|
|
49649
|
+
},
|
|
49650
|
+
"spread": {
|
|
49651
|
+
"value": -24,
|
|
49652
|
+
"unit": "px"
|
|
49653
|
+
}
|
|
49654
|
+
}
|
|
49655
|
+
],
|
|
49656
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49657
|
+
"isSource": true,
|
|
49658
|
+
"$type": "shadow"
|
|
49659
|
+
},
|
|
49660
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
49661
|
+
"$value": [
|
|
49662
|
+
{
|
|
49663
|
+
"color": "#3d444db3",
|
|
49664
|
+
"alpha": 1,
|
|
49665
|
+
"offsetX": {
|
|
49666
|
+
"value": 0,
|
|
49667
|
+
"unit": "px"
|
|
49668
|
+
},
|
|
49669
|
+
"offsetY": {
|
|
49670
|
+
"value": 0,
|
|
49671
|
+
"unit": "px"
|
|
49672
|
+
},
|
|
49673
|
+
"blur": {
|
|
49674
|
+
"value": 0,
|
|
49675
|
+
"unit": "px"
|
|
49676
|
+
},
|
|
49677
|
+
"spread": {
|
|
49678
|
+
"value": 1,
|
|
49679
|
+
"unit": "px"
|
|
49680
|
+
}
|
|
49681
|
+
},
|
|
49682
|
+
{
|
|
49683
|
+
"color": "#f0f6fc",
|
|
49684
|
+
"alpha": 0.08,
|
|
49685
|
+
"offsetX": {
|
|
49686
|
+
"value": 0,
|
|
49687
|
+
"unit": "px"
|
|
49688
|
+
},
|
|
49689
|
+
"offsetY": {
|
|
49690
|
+
"value": 8,
|
|
49691
|
+
"unit": "px"
|
|
49692
|
+
},
|
|
49693
|
+
"blur": {
|
|
49694
|
+
"value": 16,
|
|
49695
|
+
"unit": "px"
|
|
49696
|
+
},
|
|
49697
|
+
"spread": {
|
|
49698
|
+
"value": -4,
|
|
49699
|
+
"unit": "px"
|
|
49700
|
+
}
|
|
49701
|
+
},
|
|
49702
|
+
{
|
|
49703
|
+
"color": "#f0f6fc",
|
|
49704
|
+
"alpha": 0.08,
|
|
49705
|
+
"offsetX": {
|
|
49706
|
+
"value": 0,
|
|
49707
|
+
"unit": "px"
|
|
49708
|
+
},
|
|
49709
|
+
"offsetY": {
|
|
49710
|
+
"value": 4,
|
|
49711
|
+
"unit": "px"
|
|
49712
|
+
},
|
|
49713
|
+
"blur": {
|
|
49714
|
+
"value": 32,
|
|
49715
|
+
"unit": "px"
|
|
49716
|
+
},
|
|
49717
|
+
"spread": {
|
|
49718
|
+
"value": -4,
|
|
49719
|
+
"unit": "px"
|
|
49720
|
+
}
|
|
49721
|
+
},
|
|
49722
|
+
{
|
|
49723
|
+
"color": "#f0f6fc",
|
|
49724
|
+
"alpha": 0.08,
|
|
49725
|
+
"offsetX": {
|
|
49726
|
+
"value": 0,
|
|
49727
|
+
"unit": "px"
|
|
49728
|
+
},
|
|
49729
|
+
"offsetY": {
|
|
49730
|
+
"value": 24,
|
|
49731
|
+
"unit": "px"
|
|
49732
|
+
},
|
|
49733
|
+
"blur": {
|
|
49734
|
+
"value": 48,
|
|
49735
|
+
"unit": "px"
|
|
49736
|
+
},
|
|
49737
|
+
"spread": {
|
|
49738
|
+
"value": -12,
|
|
49739
|
+
"unit": "px"
|
|
49740
|
+
}
|
|
49741
|
+
},
|
|
49742
|
+
{
|
|
49743
|
+
"color": "#f0f6fc",
|
|
49744
|
+
"alpha": 0.08,
|
|
49745
|
+
"offsetX": {
|
|
49746
|
+
"value": 0,
|
|
49747
|
+
"unit": "px"
|
|
49748
|
+
},
|
|
49749
|
+
"offsetY": {
|
|
49750
|
+
"value": 48,
|
|
49751
|
+
"unit": "px"
|
|
49752
|
+
},
|
|
49753
|
+
"blur": {
|
|
49754
|
+
"value": 96,
|
|
49755
|
+
"unit": "px"
|
|
49756
|
+
},
|
|
49757
|
+
"spread": {
|
|
49758
|
+
"value": -24,
|
|
49759
|
+
"unit": "px"
|
|
49760
|
+
}
|
|
49761
|
+
}
|
|
49762
|
+
],
|
|
49763
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49764
|
+
"isSource": true,
|
|
49765
|
+
"$type": "shadow"
|
|
49766
|
+
},
|
|
49767
|
+
"light-tritanopia-high-contrast": {
|
|
49768
|
+
"$value": [
|
|
49769
|
+
{
|
|
49770
|
+
"color": "#3d444db3",
|
|
49771
|
+
"alpha": 1,
|
|
49772
|
+
"offsetX": {
|
|
49773
|
+
"value": 0,
|
|
49774
|
+
"unit": "px"
|
|
49775
|
+
},
|
|
49776
|
+
"offsetY": {
|
|
49777
|
+
"value": 0,
|
|
49778
|
+
"unit": "px"
|
|
49779
|
+
},
|
|
49780
|
+
"blur": {
|
|
49781
|
+
"value": 0,
|
|
49782
|
+
"unit": "px"
|
|
49783
|
+
},
|
|
49784
|
+
"spread": {
|
|
49785
|
+
"value": 1,
|
|
49786
|
+
"unit": "px"
|
|
49787
|
+
}
|
|
49788
|
+
},
|
|
49789
|
+
{
|
|
49790
|
+
"color": "#f0f6fc",
|
|
49791
|
+
"alpha": 0.08,
|
|
49792
|
+
"offsetX": {
|
|
49793
|
+
"value": 0,
|
|
49794
|
+
"unit": "px"
|
|
49795
|
+
},
|
|
49796
|
+
"offsetY": {
|
|
49797
|
+
"value": 8,
|
|
49798
|
+
"unit": "px"
|
|
49799
|
+
},
|
|
49800
|
+
"blur": {
|
|
49801
|
+
"value": 16,
|
|
49802
|
+
"unit": "px"
|
|
49803
|
+
},
|
|
49804
|
+
"spread": {
|
|
49805
|
+
"value": -4,
|
|
49806
|
+
"unit": "px"
|
|
49807
|
+
}
|
|
49808
|
+
},
|
|
49809
|
+
{
|
|
49810
|
+
"color": "#f0f6fc",
|
|
49811
|
+
"alpha": 0.08,
|
|
49812
|
+
"offsetX": {
|
|
49813
|
+
"value": 0,
|
|
49814
|
+
"unit": "px"
|
|
49815
|
+
},
|
|
49816
|
+
"offsetY": {
|
|
49817
|
+
"value": 4,
|
|
49818
|
+
"unit": "px"
|
|
49819
|
+
},
|
|
49820
|
+
"blur": {
|
|
49821
|
+
"value": 32,
|
|
49822
|
+
"unit": "px"
|
|
49823
|
+
},
|
|
49824
|
+
"spread": {
|
|
49825
|
+
"value": -4,
|
|
49826
|
+
"unit": "px"
|
|
49827
|
+
}
|
|
49828
|
+
},
|
|
49829
|
+
{
|
|
49830
|
+
"color": "#f0f6fc",
|
|
49831
|
+
"alpha": 0.08,
|
|
49832
|
+
"offsetX": {
|
|
49833
|
+
"value": 0,
|
|
49834
|
+
"unit": "px"
|
|
49835
|
+
},
|
|
49836
|
+
"offsetY": {
|
|
49837
|
+
"value": 24,
|
|
49838
|
+
"unit": "px"
|
|
49839
|
+
},
|
|
49840
|
+
"blur": {
|
|
49841
|
+
"value": 48,
|
|
49842
|
+
"unit": "px"
|
|
49843
|
+
},
|
|
49844
|
+
"spread": {
|
|
49845
|
+
"value": -12,
|
|
49846
|
+
"unit": "px"
|
|
49847
|
+
}
|
|
49848
|
+
},
|
|
49849
|
+
{
|
|
49850
|
+
"color": "#f0f6fc",
|
|
49851
|
+
"alpha": 0.08,
|
|
49852
|
+
"offsetX": {
|
|
49853
|
+
"value": 0,
|
|
49854
|
+
"unit": "px"
|
|
49855
|
+
},
|
|
49856
|
+
"offsetY": {
|
|
49857
|
+
"value": 48,
|
|
49858
|
+
"unit": "px"
|
|
49859
|
+
},
|
|
49860
|
+
"blur": {
|
|
49861
|
+
"value": 96,
|
|
49862
|
+
"unit": "px"
|
|
49863
|
+
},
|
|
49864
|
+
"spread": {
|
|
49865
|
+
"value": -24,
|
|
49866
|
+
"unit": "px"
|
|
49867
|
+
}
|
|
49868
|
+
}
|
|
49869
|
+
],
|
|
49870
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49871
|
+
"isSource": true,
|
|
49872
|
+
"$type": "shadow"
|
|
49873
|
+
}
|
|
49874
|
+
},
|
|
49875
|
+
"org.primer.llm": {
|
|
49876
|
+
"usage": ["popover", "action-menu", "select-panel", "autocomplete"],
|
|
49877
|
+
"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."
|
|
49878
|
+
}
|
|
49879
|
+
},
|
|
49880
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49881
|
+
"isSource": true,
|
|
49882
|
+
"original": {
|
|
49883
|
+
"$value": [
|
|
49884
|
+
{
|
|
49885
|
+
"color": "{overlay.borderColor}",
|
|
49886
|
+
"alpha": 1,
|
|
49887
|
+
"offsetX": {
|
|
49888
|
+
"value": 0,
|
|
49889
|
+
"unit": "px"
|
|
49890
|
+
},
|
|
49891
|
+
"offsetY": {
|
|
49892
|
+
"value": 0,
|
|
49893
|
+
"unit": "px"
|
|
49894
|
+
},
|
|
49895
|
+
"blur": {
|
|
49896
|
+
"value": 0,
|
|
49897
|
+
"unit": "px"
|
|
49898
|
+
},
|
|
49899
|
+
"spread": {
|
|
49900
|
+
"value": 1,
|
|
49901
|
+
"unit": "px"
|
|
49902
|
+
}
|
|
49903
|
+
},
|
|
49904
|
+
{
|
|
49905
|
+
"color": "{base.color.neutral.0}",
|
|
49906
|
+
"alpha": 0.4,
|
|
49907
|
+
"offsetX": {
|
|
49908
|
+
"value": 0,
|
|
49909
|
+
"unit": "px"
|
|
49910
|
+
},
|
|
49911
|
+
"offsetY": {
|
|
49912
|
+
"value": 8,
|
|
49913
|
+
"unit": "px"
|
|
49914
|
+
},
|
|
49915
|
+
"blur": {
|
|
49916
|
+
"value": 16,
|
|
49917
|
+
"unit": "px"
|
|
49918
|
+
},
|
|
49919
|
+
"spread": {
|
|
49920
|
+
"value": -4,
|
|
49921
|
+
"unit": "px"
|
|
49922
|
+
}
|
|
49923
|
+
},
|
|
49924
|
+
{
|
|
49925
|
+
"color": "{base.color.neutral.0}",
|
|
49926
|
+
"alpha": 0.4,
|
|
49927
|
+
"offsetX": {
|
|
49928
|
+
"value": 0,
|
|
49929
|
+
"unit": "px"
|
|
49930
|
+
},
|
|
49931
|
+
"offsetY": {
|
|
49932
|
+
"value": 4,
|
|
49933
|
+
"unit": "px"
|
|
49934
|
+
},
|
|
49935
|
+
"blur": {
|
|
49936
|
+
"value": 32,
|
|
49937
|
+
"unit": "px"
|
|
49938
|
+
},
|
|
49939
|
+
"spread": {
|
|
49940
|
+
"value": -4,
|
|
49941
|
+
"unit": "px"
|
|
49942
|
+
}
|
|
49943
|
+
},
|
|
49944
|
+
{
|
|
49945
|
+
"color": "{base.color.neutral.0}",
|
|
49946
|
+
"alpha": 0.4,
|
|
49947
|
+
"offsetX": {
|
|
49948
|
+
"value": 0,
|
|
49949
|
+
"unit": "px"
|
|
49950
|
+
},
|
|
49951
|
+
"offsetY": {
|
|
49952
|
+
"value": 24,
|
|
49953
|
+
"unit": "px"
|
|
49954
|
+
},
|
|
49955
|
+
"blur": {
|
|
49956
|
+
"value": 48,
|
|
49957
|
+
"unit": "px"
|
|
49958
|
+
},
|
|
49959
|
+
"spread": {
|
|
49960
|
+
"value": -12,
|
|
49961
|
+
"unit": "px"
|
|
49962
|
+
}
|
|
49963
|
+
},
|
|
49964
|
+
{
|
|
49965
|
+
"color": "{base.color.neutral.0}",
|
|
49966
|
+
"alpha": 0.4,
|
|
49967
|
+
"offsetX": {
|
|
49968
|
+
"value": 0,
|
|
49969
|
+
"unit": "px"
|
|
49970
|
+
},
|
|
49971
|
+
"offsetY": {
|
|
49972
|
+
"value": 48,
|
|
49973
|
+
"unit": "px"
|
|
49974
|
+
},
|
|
49975
|
+
"blur": {
|
|
49976
|
+
"value": 96,
|
|
49977
|
+
"unit": "px"
|
|
49978
|
+
},
|
|
49979
|
+
"spread": {
|
|
49980
|
+
"value": -24,
|
|
49981
|
+
"unit": "px"
|
|
49982
|
+
}
|
|
49983
|
+
}
|
|
49984
|
+
],
|
|
49985
|
+
"$type": "shadow",
|
|
49986
|
+
"$description": "Medium floating shadow for popovers and action menus",
|
|
49987
|
+
"$extensions": {
|
|
49988
|
+
"org.primer.figma": {
|
|
49989
|
+
"collection": "mode",
|
|
49990
|
+
"group": "shadow"
|
|
49991
|
+
},
|
|
49992
|
+
"org.primer.overrides": {
|
|
49993
|
+
"dark": {
|
|
49994
|
+
"$value": [
|
|
49995
|
+
{
|
|
49996
|
+
"color": "{overlay.borderColor}",
|
|
49997
|
+
"alpha": 1,
|
|
49998
|
+
"offsetX": {
|
|
49999
|
+
"value": 0,
|
|
50000
|
+
"unit": "px"
|
|
50001
|
+
},
|
|
50002
|
+
"offsetY": {
|
|
50003
|
+
"value": 0,
|
|
50004
|
+
"unit": "px"
|
|
50005
|
+
},
|
|
50006
|
+
"blur": {
|
|
50007
|
+
"value": 0,
|
|
50008
|
+
"unit": "px"
|
|
50009
|
+
},
|
|
50010
|
+
"spread": {
|
|
50011
|
+
"value": 1,
|
|
50012
|
+
"unit": "px"
|
|
50013
|
+
}
|
|
50014
|
+
},
|
|
50015
|
+
{
|
|
50016
|
+
"color": "{base.color.neutral.0}",
|
|
50017
|
+
"alpha": 0.4,
|
|
50018
|
+
"offsetX": {
|
|
50019
|
+
"value": 0,
|
|
50020
|
+
"unit": "px"
|
|
50021
|
+
},
|
|
50022
|
+
"offsetY": {
|
|
50023
|
+
"value": 8,
|
|
50024
|
+
"unit": "px"
|
|
50025
|
+
},
|
|
50026
|
+
"blur": {
|
|
50027
|
+
"value": 16,
|
|
50028
|
+
"unit": "px"
|
|
50029
|
+
},
|
|
50030
|
+
"spread": {
|
|
50031
|
+
"value": -4,
|
|
50032
|
+
"unit": "px"
|
|
50033
|
+
}
|
|
50034
|
+
},
|
|
50035
|
+
{
|
|
50036
|
+
"color": "{base.color.neutral.0}",
|
|
50037
|
+
"alpha": 0.4,
|
|
50038
|
+
"offsetX": {
|
|
50039
|
+
"value": 0,
|
|
50040
|
+
"unit": "px"
|
|
50041
|
+
},
|
|
50042
|
+
"offsetY": {
|
|
50043
|
+
"value": 4,
|
|
50044
|
+
"unit": "px"
|
|
50045
|
+
},
|
|
50046
|
+
"blur": {
|
|
50047
|
+
"value": 32,
|
|
50048
|
+
"unit": "px"
|
|
50049
|
+
},
|
|
50050
|
+
"spread": {
|
|
50051
|
+
"value": -4,
|
|
50052
|
+
"unit": "px"
|
|
50053
|
+
}
|
|
50054
|
+
},
|
|
50055
|
+
{
|
|
50056
|
+
"color": "{base.color.neutral.0}",
|
|
50057
|
+
"alpha": 0.4,
|
|
50058
|
+
"offsetX": {
|
|
50059
|
+
"value": 0,
|
|
50060
|
+
"unit": "px"
|
|
50061
|
+
},
|
|
50062
|
+
"offsetY": {
|
|
50063
|
+
"value": 24,
|
|
50064
|
+
"unit": "px"
|
|
50065
|
+
},
|
|
50066
|
+
"blur": {
|
|
50067
|
+
"value": 48,
|
|
50068
|
+
"unit": "px"
|
|
50069
|
+
},
|
|
50070
|
+
"spread": {
|
|
50071
|
+
"value": -12,
|
|
50072
|
+
"unit": "px"
|
|
50073
|
+
}
|
|
50074
|
+
},
|
|
50075
|
+
{
|
|
50076
|
+
"color": "{base.color.neutral.0}",
|
|
50077
|
+
"alpha": 0.4,
|
|
50078
|
+
"offsetX": {
|
|
50079
|
+
"value": 0,
|
|
50080
|
+
"unit": "px"
|
|
50081
|
+
},
|
|
50082
|
+
"offsetY": {
|
|
50083
|
+
"value": 48,
|
|
50084
|
+
"unit": "px"
|
|
50085
|
+
},
|
|
50086
|
+
"blur": {
|
|
50087
|
+
"value": 96,
|
|
50088
|
+
"unit": "px"
|
|
50089
|
+
},
|
|
50090
|
+
"spread": {
|
|
50091
|
+
"value": -24,
|
|
50092
|
+
"unit": "px"
|
|
50093
|
+
}
|
|
50094
|
+
}
|
|
50095
|
+
],
|
|
50096
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50097
|
+
"isSource": true,
|
|
50098
|
+
"$type": "shadow"
|
|
50099
|
+
},
|
|
50100
|
+
"light-high-contrast": {
|
|
50101
|
+
"$value": [
|
|
50102
|
+
{
|
|
50103
|
+
"color": "{overlay.borderColor}",
|
|
50104
|
+
"alpha": 1,
|
|
50105
|
+
"offsetX": {
|
|
50106
|
+
"value": 0,
|
|
50107
|
+
"unit": "px"
|
|
50108
|
+
},
|
|
50109
|
+
"offsetY": {
|
|
50110
|
+
"value": 0,
|
|
50111
|
+
"unit": "px"
|
|
50112
|
+
},
|
|
50113
|
+
"blur": {
|
|
50114
|
+
"value": 0,
|
|
50115
|
+
"unit": "px"
|
|
50116
|
+
},
|
|
50117
|
+
"spread": {
|
|
50118
|
+
"value": 1,
|
|
50119
|
+
"unit": "px"
|
|
50120
|
+
}
|
|
50121
|
+
},
|
|
50122
|
+
{
|
|
50123
|
+
"color": "{base.color.neutral.12}",
|
|
50124
|
+
"alpha": 0.08,
|
|
50125
|
+
"offsetX": {
|
|
50126
|
+
"value": 0,
|
|
50127
|
+
"unit": "px"
|
|
50128
|
+
},
|
|
50129
|
+
"offsetY": {
|
|
50130
|
+
"value": 8,
|
|
50131
|
+
"unit": "px"
|
|
50132
|
+
},
|
|
50133
|
+
"blur": {
|
|
50134
|
+
"value": 16,
|
|
50135
|
+
"unit": "px"
|
|
50136
|
+
},
|
|
50137
|
+
"spread": {
|
|
50138
|
+
"value": -4,
|
|
50139
|
+
"unit": "px"
|
|
50140
|
+
}
|
|
50141
|
+
},
|
|
50142
|
+
{
|
|
50143
|
+
"color": "{base.color.neutral.12}",
|
|
50144
|
+
"alpha": 0.08,
|
|
50145
|
+
"offsetX": {
|
|
50146
|
+
"value": 0,
|
|
50147
|
+
"unit": "px"
|
|
50148
|
+
},
|
|
50149
|
+
"offsetY": {
|
|
50150
|
+
"value": 4,
|
|
50151
|
+
"unit": "px"
|
|
50152
|
+
},
|
|
50153
|
+
"blur": {
|
|
50154
|
+
"value": 32,
|
|
50155
|
+
"unit": "px"
|
|
50156
|
+
},
|
|
50157
|
+
"spread": {
|
|
50158
|
+
"value": -4,
|
|
50159
|
+
"unit": "px"
|
|
50160
|
+
}
|
|
50161
|
+
},
|
|
50162
|
+
{
|
|
50163
|
+
"color": "{base.color.neutral.12}",
|
|
50164
|
+
"alpha": 0.08,
|
|
50165
|
+
"offsetX": {
|
|
50166
|
+
"value": 0,
|
|
50167
|
+
"unit": "px"
|
|
50168
|
+
},
|
|
50169
|
+
"offsetY": {
|
|
50170
|
+
"value": 24,
|
|
50171
|
+
"unit": "px"
|
|
50172
|
+
},
|
|
50173
|
+
"blur": {
|
|
50174
|
+
"value": 48,
|
|
50175
|
+
"unit": "px"
|
|
50176
|
+
},
|
|
50177
|
+
"spread": {
|
|
50178
|
+
"value": -12,
|
|
50179
|
+
"unit": "px"
|
|
50180
|
+
}
|
|
50181
|
+
},
|
|
50182
|
+
{
|
|
50183
|
+
"color": "{base.color.neutral.12}",
|
|
50184
|
+
"alpha": 0.08,
|
|
50185
|
+
"offsetX": {
|
|
50186
|
+
"value": 0,
|
|
50187
|
+
"unit": "px"
|
|
50188
|
+
},
|
|
50189
|
+
"offsetY": {
|
|
50190
|
+
"value": 48,
|
|
50191
|
+
"unit": "px"
|
|
50192
|
+
},
|
|
50193
|
+
"blur": {
|
|
50194
|
+
"value": 96,
|
|
50195
|
+
"unit": "px"
|
|
50196
|
+
},
|
|
50197
|
+
"spread": {
|
|
50198
|
+
"value": -24,
|
|
50199
|
+
"unit": "px"
|
|
50200
|
+
}
|
|
50201
|
+
}
|
|
50202
|
+
],
|
|
50203
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50204
|
+
"isSource": true,
|
|
50205
|
+
"$type": "shadow"
|
|
50206
|
+
},
|
|
50207
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
50208
|
+
"$value": [
|
|
50209
|
+
{
|
|
50210
|
+
"color": "{overlay.borderColor}",
|
|
50211
|
+
"alpha": 1,
|
|
50212
|
+
"offsetX": {
|
|
50213
|
+
"value": 0,
|
|
50214
|
+
"unit": "px"
|
|
50215
|
+
},
|
|
50216
|
+
"offsetY": {
|
|
50217
|
+
"value": 0,
|
|
50218
|
+
"unit": "px"
|
|
50219
|
+
},
|
|
50220
|
+
"blur": {
|
|
50221
|
+
"value": 0,
|
|
50222
|
+
"unit": "px"
|
|
50223
|
+
},
|
|
50224
|
+
"spread": {
|
|
50225
|
+
"value": 1,
|
|
50226
|
+
"unit": "px"
|
|
50227
|
+
}
|
|
48276
50228
|
},
|
|
48277
|
-
|
|
48278
|
-
"
|
|
48279
|
-
"
|
|
50229
|
+
{
|
|
50230
|
+
"color": "{base.color.neutral.12}",
|
|
50231
|
+
"alpha": 0.08,
|
|
50232
|
+
"offsetX": {
|
|
50233
|
+
"value": 0,
|
|
50234
|
+
"unit": "px"
|
|
50235
|
+
},
|
|
50236
|
+
"offsetY": {
|
|
50237
|
+
"value": 8,
|
|
50238
|
+
"unit": "px"
|
|
50239
|
+
},
|
|
50240
|
+
"blur": {
|
|
50241
|
+
"value": 16,
|
|
50242
|
+
"unit": "px"
|
|
50243
|
+
},
|
|
50244
|
+
"spread": {
|
|
50245
|
+
"value": -4,
|
|
50246
|
+
"unit": "px"
|
|
50247
|
+
}
|
|
48280
50248
|
},
|
|
48281
|
-
|
|
48282
|
-
"
|
|
48283
|
-
"
|
|
50249
|
+
{
|
|
50250
|
+
"color": "{base.color.neutral.12}",
|
|
50251
|
+
"alpha": 0.08,
|
|
50252
|
+
"offsetX": {
|
|
50253
|
+
"value": 0,
|
|
50254
|
+
"unit": "px"
|
|
50255
|
+
},
|
|
50256
|
+
"offsetY": {
|
|
50257
|
+
"value": 4,
|
|
50258
|
+
"unit": "px"
|
|
50259
|
+
},
|
|
50260
|
+
"blur": {
|
|
50261
|
+
"value": 32,
|
|
50262
|
+
"unit": "px"
|
|
50263
|
+
},
|
|
50264
|
+
"spread": {
|
|
50265
|
+
"value": -4,
|
|
50266
|
+
"unit": "px"
|
|
50267
|
+
}
|
|
48284
50268
|
},
|
|
48285
|
-
|
|
48286
|
-
"
|
|
48287
|
-
"
|
|
50269
|
+
{
|
|
50270
|
+
"color": "{base.color.neutral.12}",
|
|
50271
|
+
"alpha": 0.08,
|
|
50272
|
+
"offsetX": {
|
|
50273
|
+
"value": 0,
|
|
50274
|
+
"unit": "px"
|
|
50275
|
+
},
|
|
50276
|
+
"offsetY": {
|
|
50277
|
+
"value": 24,
|
|
50278
|
+
"unit": "px"
|
|
50279
|
+
},
|
|
50280
|
+
"blur": {
|
|
50281
|
+
"value": 48,
|
|
50282
|
+
"unit": "px"
|
|
50283
|
+
},
|
|
50284
|
+
"spread": {
|
|
50285
|
+
"value": -12,
|
|
50286
|
+
"unit": "px"
|
|
50287
|
+
}
|
|
50288
|
+
},
|
|
50289
|
+
{
|
|
50290
|
+
"color": "{base.color.neutral.12}",
|
|
50291
|
+
"alpha": 0.08,
|
|
50292
|
+
"offsetX": {
|
|
50293
|
+
"value": 0,
|
|
50294
|
+
"unit": "px"
|
|
50295
|
+
},
|
|
50296
|
+
"offsetY": {
|
|
50297
|
+
"value": 48,
|
|
50298
|
+
"unit": "px"
|
|
50299
|
+
},
|
|
50300
|
+
"blur": {
|
|
50301
|
+
"value": 96,
|
|
50302
|
+
"unit": "px"
|
|
50303
|
+
},
|
|
50304
|
+
"spread": {
|
|
50305
|
+
"value": -24,
|
|
50306
|
+
"unit": "px"
|
|
50307
|
+
}
|
|
48288
50308
|
}
|
|
48289
|
-
|
|
48290
|
-
|
|
48291
|
-
|
|
48292
|
-
|
|
48293
|
-
"$type": "shadow"
|
|
48294
|
-
}
|
|
48295
|
-
},
|
|
48296
|
-
"org.primer.llm": {
|
|
48297
|
-
"usage": ["popover", "action-menu", "select-panel", "autocomplete"],
|
|
48298
|
-
"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."
|
|
48299
|
-
}
|
|
48300
|
-
},
|
|
48301
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48302
|
-
"isSource": true,
|
|
48303
|
-
"original": {
|
|
48304
|
-
"$value": [
|
|
48305
|
-
{
|
|
48306
|
-
"color": "{overlay.borderColor}",
|
|
48307
|
-
"alpha": 1,
|
|
48308
|
-
"offsetX": {
|
|
48309
|
-
"value": 0,
|
|
48310
|
-
"unit": "px"
|
|
48311
|
-
},
|
|
48312
|
-
"offsetY": {
|
|
48313
|
-
"value": 0,
|
|
48314
|
-
"unit": "px"
|
|
48315
|
-
},
|
|
48316
|
-
"blur": {
|
|
48317
|
-
"value": 0,
|
|
48318
|
-
"unit": "px"
|
|
48319
|
-
},
|
|
48320
|
-
"spread": {
|
|
48321
|
-
"value": 1,
|
|
48322
|
-
"unit": "px"
|
|
48323
|
-
}
|
|
48324
|
-
},
|
|
48325
|
-
{
|
|
48326
|
-
"color": "{base.color.neutral.0}",
|
|
48327
|
-
"alpha": 0.4,
|
|
48328
|
-
"offsetX": {
|
|
48329
|
-
"value": 0,
|
|
48330
|
-
"unit": "px"
|
|
48331
|
-
},
|
|
48332
|
-
"offsetY": {
|
|
48333
|
-
"value": 8,
|
|
48334
|
-
"unit": "px"
|
|
48335
|
-
},
|
|
48336
|
-
"blur": {
|
|
48337
|
-
"value": 16,
|
|
48338
|
-
"unit": "px"
|
|
48339
|
-
},
|
|
48340
|
-
"spread": {
|
|
48341
|
-
"value": -4,
|
|
48342
|
-
"unit": "px"
|
|
48343
|
-
}
|
|
48344
|
-
},
|
|
48345
|
-
{
|
|
48346
|
-
"color": "{base.color.neutral.0}",
|
|
48347
|
-
"alpha": 0.4,
|
|
48348
|
-
"offsetX": {
|
|
48349
|
-
"value": 0,
|
|
48350
|
-
"unit": "px"
|
|
48351
|
-
},
|
|
48352
|
-
"offsetY": {
|
|
48353
|
-
"value": 4,
|
|
48354
|
-
"unit": "px"
|
|
48355
|
-
},
|
|
48356
|
-
"blur": {
|
|
48357
|
-
"value": 32,
|
|
48358
|
-
"unit": "px"
|
|
48359
|
-
},
|
|
48360
|
-
"spread": {
|
|
48361
|
-
"value": -4,
|
|
48362
|
-
"unit": "px"
|
|
48363
|
-
}
|
|
48364
|
-
},
|
|
48365
|
-
{
|
|
48366
|
-
"color": "{base.color.neutral.0}",
|
|
48367
|
-
"alpha": 0.4,
|
|
48368
|
-
"offsetX": {
|
|
48369
|
-
"value": 0,
|
|
48370
|
-
"unit": "px"
|
|
48371
|
-
},
|
|
48372
|
-
"offsetY": {
|
|
48373
|
-
"value": 24,
|
|
48374
|
-
"unit": "px"
|
|
48375
|
-
},
|
|
48376
|
-
"blur": {
|
|
48377
|
-
"value": 48,
|
|
48378
|
-
"unit": "px"
|
|
48379
|
-
},
|
|
48380
|
-
"spread": {
|
|
48381
|
-
"value": -12,
|
|
48382
|
-
"unit": "px"
|
|
48383
|
-
}
|
|
48384
|
-
},
|
|
48385
|
-
{
|
|
48386
|
-
"color": "{base.color.neutral.0}",
|
|
48387
|
-
"alpha": 0.4,
|
|
48388
|
-
"offsetX": {
|
|
48389
|
-
"value": 0,
|
|
48390
|
-
"unit": "px"
|
|
48391
|
-
},
|
|
48392
|
-
"offsetY": {
|
|
48393
|
-
"value": 48,
|
|
48394
|
-
"unit": "px"
|
|
48395
|
-
},
|
|
48396
|
-
"blur": {
|
|
48397
|
-
"value": 96,
|
|
48398
|
-
"unit": "px"
|
|
50309
|
+
],
|
|
50310
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50311
|
+
"isSource": true,
|
|
50312
|
+
"$type": "shadow"
|
|
48399
50313
|
},
|
|
48400
|
-
"
|
|
48401
|
-
"value": -24,
|
|
48402
|
-
"unit": "px"
|
|
48403
|
-
}
|
|
48404
|
-
}
|
|
48405
|
-
],
|
|
48406
|
-
"$type": "shadow",
|
|
48407
|
-
"$description": "Medium floating shadow for popovers and action menus",
|
|
48408
|
-
"$extensions": {
|
|
48409
|
-
"org.primer.figma": {
|
|
48410
|
-
"collection": "mode",
|
|
48411
|
-
"group": "shadow"
|
|
48412
|
-
},
|
|
48413
|
-
"org.primer.overrides": {
|
|
48414
|
-
"dark": {
|
|
50314
|
+
"light-tritanopia-high-contrast": {
|
|
48415
50315
|
"$value": [
|
|
48416
50316
|
{
|
|
48417
50317
|
"color": "{overlay.borderColor}",
|
|
@@ -48434,8 +50334,8 @@
|
|
|
48434
50334
|
}
|
|
48435
50335
|
},
|
|
48436
50336
|
{
|
|
48437
|
-
"color": "{base.color.neutral.
|
|
48438
|
-
"alpha": 0.
|
|
50337
|
+
"color": "{base.color.neutral.12}",
|
|
50338
|
+
"alpha": 0.08,
|
|
48439
50339
|
"offsetX": {
|
|
48440
50340
|
"value": 0,
|
|
48441
50341
|
"unit": "px"
|
|
@@ -48454,8 +50354,8 @@
|
|
|
48454
50354
|
}
|
|
48455
50355
|
},
|
|
48456
50356
|
{
|
|
48457
|
-
"color": "{base.color.neutral.
|
|
48458
|
-
"alpha": 0.
|
|
50357
|
+
"color": "{base.color.neutral.12}",
|
|
50358
|
+
"alpha": 0.08,
|
|
48459
50359
|
"offsetX": {
|
|
48460
50360
|
"value": 0,
|
|
48461
50361
|
"unit": "px"
|
|
@@ -48474,8 +50374,8 @@
|
|
|
48474
50374
|
}
|
|
48475
50375
|
},
|
|
48476
50376
|
{
|
|
48477
|
-
"color": "{base.color.neutral.
|
|
48478
|
-
"alpha": 0.
|
|
50377
|
+
"color": "{base.color.neutral.12}",
|
|
50378
|
+
"alpha": 0.08,
|
|
48479
50379
|
"offsetX": {
|
|
48480
50380
|
"value": 0,
|
|
48481
50381
|
"unit": "px"
|
|
@@ -48494,8 +50394,8 @@
|
|
|
48494
50394
|
}
|
|
48495
50395
|
},
|
|
48496
50396
|
{
|
|
48497
|
-
"color": "{base.color.neutral.
|
|
48498
|
-
"alpha": 0.
|
|
50397
|
+
"color": "{base.color.neutral.12}",
|
|
50398
|
+
"alpha": 0.08,
|
|
48499
50399
|
"offsetX": {
|
|
48500
50400
|
"value": 0,
|
|
48501
50401
|
"unit": "px"
|
|
@@ -48823,6 +50723,147 @@
|
|
|
48823
50723
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48824
50724
|
"isSource": true,
|
|
48825
50725
|
"$type": "shadow"
|
|
50726
|
+
},
|
|
50727
|
+
"light-high-contrast": {
|
|
50728
|
+
"$value": [
|
|
50729
|
+
{
|
|
50730
|
+
"color": "#3d444db3",
|
|
50731
|
+
"alpha": 1,
|
|
50732
|
+
"offsetX": {
|
|
50733
|
+
"value": 0,
|
|
50734
|
+
"unit": "px"
|
|
50735
|
+
},
|
|
50736
|
+
"offsetY": {
|
|
50737
|
+
"value": 0,
|
|
50738
|
+
"unit": "px"
|
|
50739
|
+
},
|
|
50740
|
+
"blur": {
|
|
50741
|
+
"value": 0,
|
|
50742
|
+
"unit": "px"
|
|
50743
|
+
},
|
|
50744
|
+
"spread": {
|
|
50745
|
+
"value": 1,
|
|
50746
|
+
"unit": "px"
|
|
50747
|
+
}
|
|
50748
|
+
},
|
|
50749
|
+
{
|
|
50750
|
+
"color": "#f0f6fc",
|
|
50751
|
+
"alpha": 0.32,
|
|
50752
|
+
"offsetX": {
|
|
50753
|
+
"value": 0,
|
|
50754
|
+
"unit": "px"
|
|
50755
|
+
},
|
|
50756
|
+
"offsetY": {
|
|
50757
|
+
"value": 56,
|
|
50758
|
+
"unit": "px"
|
|
50759
|
+
},
|
|
50760
|
+
"blur": {
|
|
50761
|
+
"value": 112,
|
|
50762
|
+
"unit": "px"
|
|
50763
|
+
},
|
|
50764
|
+
"spread": {
|
|
50765
|
+
"value": 0,
|
|
50766
|
+
"unit": "px"
|
|
50767
|
+
}
|
|
50768
|
+
}
|
|
50769
|
+
],
|
|
50770
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50771
|
+
"isSource": true,
|
|
50772
|
+
"$type": "shadow"
|
|
50773
|
+
},
|
|
50774
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
50775
|
+
"$value": [
|
|
50776
|
+
{
|
|
50777
|
+
"color": "#3d444db3",
|
|
50778
|
+
"alpha": 1,
|
|
50779
|
+
"offsetX": {
|
|
50780
|
+
"value": 0,
|
|
50781
|
+
"unit": "px"
|
|
50782
|
+
},
|
|
50783
|
+
"offsetY": {
|
|
50784
|
+
"value": 0,
|
|
50785
|
+
"unit": "px"
|
|
50786
|
+
},
|
|
50787
|
+
"blur": {
|
|
50788
|
+
"value": 0,
|
|
50789
|
+
"unit": "px"
|
|
50790
|
+
},
|
|
50791
|
+
"spread": {
|
|
50792
|
+
"value": 1,
|
|
50793
|
+
"unit": "px"
|
|
50794
|
+
}
|
|
50795
|
+
},
|
|
50796
|
+
{
|
|
50797
|
+
"color": "#f0f6fc",
|
|
50798
|
+
"alpha": 0.32,
|
|
50799
|
+
"offsetX": {
|
|
50800
|
+
"value": 0,
|
|
50801
|
+
"unit": "px"
|
|
50802
|
+
},
|
|
50803
|
+
"offsetY": {
|
|
50804
|
+
"value": 56,
|
|
50805
|
+
"unit": "px"
|
|
50806
|
+
},
|
|
50807
|
+
"blur": {
|
|
50808
|
+
"value": 112,
|
|
50809
|
+
"unit": "px"
|
|
50810
|
+
},
|
|
50811
|
+
"spread": {
|
|
50812
|
+
"value": 0,
|
|
50813
|
+
"unit": "px"
|
|
50814
|
+
}
|
|
50815
|
+
}
|
|
50816
|
+
],
|
|
50817
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50818
|
+
"isSource": true,
|
|
50819
|
+
"$type": "shadow"
|
|
50820
|
+
},
|
|
50821
|
+
"light-tritanopia-high-contrast": {
|
|
50822
|
+
"$value": [
|
|
50823
|
+
{
|
|
50824
|
+
"color": "#3d444db3",
|
|
50825
|
+
"alpha": 1,
|
|
50826
|
+
"offsetX": {
|
|
50827
|
+
"value": 0,
|
|
50828
|
+
"unit": "px"
|
|
50829
|
+
},
|
|
50830
|
+
"offsetY": {
|
|
50831
|
+
"value": 0,
|
|
50832
|
+
"unit": "px"
|
|
50833
|
+
},
|
|
50834
|
+
"blur": {
|
|
50835
|
+
"value": 0,
|
|
50836
|
+
"unit": "px"
|
|
50837
|
+
},
|
|
50838
|
+
"spread": {
|
|
50839
|
+
"value": 1,
|
|
50840
|
+
"unit": "px"
|
|
50841
|
+
}
|
|
50842
|
+
},
|
|
50843
|
+
{
|
|
50844
|
+
"color": "#f0f6fc",
|
|
50845
|
+
"alpha": 0.32,
|
|
50846
|
+
"offsetX": {
|
|
50847
|
+
"value": 0,
|
|
50848
|
+
"unit": "px"
|
|
50849
|
+
},
|
|
50850
|
+
"offsetY": {
|
|
50851
|
+
"value": 56,
|
|
50852
|
+
"unit": "px"
|
|
50853
|
+
},
|
|
50854
|
+
"blur": {
|
|
50855
|
+
"value": 112,
|
|
50856
|
+
"unit": "px"
|
|
50857
|
+
},
|
|
50858
|
+
"spread": {
|
|
50859
|
+
"value": 0,
|
|
50860
|
+
"unit": "px"
|
|
50861
|
+
}
|
|
50862
|
+
}
|
|
50863
|
+
],
|
|
50864
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50865
|
+
"isSource": true,
|
|
50866
|
+
"$type": "shadow"
|
|
48826
50867
|
}
|
|
48827
50868
|
},
|
|
48828
50869
|
"org.primer.llm": {
|
|
@@ -48929,6 +50970,147 @@
|
|
|
48929
50970
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48930
50971
|
"isSource": true,
|
|
48931
50972
|
"$type": "shadow"
|
|
50973
|
+
},
|
|
50974
|
+
"light-high-contrast": {
|
|
50975
|
+
"$value": [
|
|
50976
|
+
{
|
|
50977
|
+
"color": "{overlay.borderColor}",
|
|
50978
|
+
"alpha": 1,
|
|
50979
|
+
"offsetX": {
|
|
50980
|
+
"value": 0,
|
|
50981
|
+
"unit": "px"
|
|
50982
|
+
},
|
|
50983
|
+
"offsetY": {
|
|
50984
|
+
"value": 0,
|
|
50985
|
+
"unit": "px"
|
|
50986
|
+
},
|
|
50987
|
+
"blur": {
|
|
50988
|
+
"value": 0,
|
|
50989
|
+
"unit": "px"
|
|
50990
|
+
},
|
|
50991
|
+
"spread": {
|
|
50992
|
+
"value": 1,
|
|
50993
|
+
"unit": "px"
|
|
50994
|
+
}
|
|
50995
|
+
},
|
|
50996
|
+
{
|
|
50997
|
+
"color": "{base.color.neutral.12}",
|
|
50998
|
+
"alpha": 0.32,
|
|
50999
|
+
"offsetX": {
|
|
51000
|
+
"value": 0,
|
|
51001
|
+
"unit": "px"
|
|
51002
|
+
},
|
|
51003
|
+
"offsetY": {
|
|
51004
|
+
"value": 56,
|
|
51005
|
+
"unit": "px"
|
|
51006
|
+
},
|
|
51007
|
+
"blur": {
|
|
51008
|
+
"value": 112,
|
|
51009
|
+
"unit": "px"
|
|
51010
|
+
},
|
|
51011
|
+
"spread": {
|
|
51012
|
+
"value": 0,
|
|
51013
|
+
"unit": "px"
|
|
51014
|
+
}
|
|
51015
|
+
}
|
|
51016
|
+
],
|
|
51017
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
51018
|
+
"isSource": true,
|
|
51019
|
+
"$type": "shadow"
|
|
51020
|
+
},
|
|
51021
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
51022
|
+
"$value": [
|
|
51023
|
+
{
|
|
51024
|
+
"color": "{overlay.borderColor}",
|
|
51025
|
+
"alpha": 1,
|
|
51026
|
+
"offsetX": {
|
|
51027
|
+
"value": 0,
|
|
51028
|
+
"unit": "px"
|
|
51029
|
+
},
|
|
51030
|
+
"offsetY": {
|
|
51031
|
+
"value": 0,
|
|
51032
|
+
"unit": "px"
|
|
51033
|
+
},
|
|
51034
|
+
"blur": {
|
|
51035
|
+
"value": 0,
|
|
51036
|
+
"unit": "px"
|
|
51037
|
+
},
|
|
51038
|
+
"spread": {
|
|
51039
|
+
"value": 1,
|
|
51040
|
+
"unit": "px"
|
|
51041
|
+
}
|
|
51042
|
+
},
|
|
51043
|
+
{
|
|
51044
|
+
"color": "{base.color.neutral.12}",
|
|
51045
|
+
"alpha": 0.32,
|
|
51046
|
+
"offsetX": {
|
|
51047
|
+
"value": 0,
|
|
51048
|
+
"unit": "px"
|
|
51049
|
+
},
|
|
51050
|
+
"offsetY": {
|
|
51051
|
+
"value": 56,
|
|
51052
|
+
"unit": "px"
|
|
51053
|
+
},
|
|
51054
|
+
"blur": {
|
|
51055
|
+
"value": 112,
|
|
51056
|
+
"unit": "px"
|
|
51057
|
+
},
|
|
51058
|
+
"spread": {
|
|
51059
|
+
"value": 0,
|
|
51060
|
+
"unit": "px"
|
|
51061
|
+
}
|
|
51062
|
+
}
|
|
51063
|
+
],
|
|
51064
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
51065
|
+
"isSource": true,
|
|
51066
|
+
"$type": "shadow"
|
|
51067
|
+
},
|
|
51068
|
+
"light-tritanopia-high-contrast": {
|
|
51069
|
+
"$value": [
|
|
51070
|
+
{
|
|
51071
|
+
"color": "{overlay.borderColor}",
|
|
51072
|
+
"alpha": 1,
|
|
51073
|
+
"offsetX": {
|
|
51074
|
+
"value": 0,
|
|
51075
|
+
"unit": "px"
|
|
51076
|
+
},
|
|
51077
|
+
"offsetY": {
|
|
51078
|
+
"value": 0,
|
|
51079
|
+
"unit": "px"
|
|
51080
|
+
},
|
|
51081
|
+
"blur": {
|
|
51082
|
+
"value": 0,
|
|
51083
|
+
"unit": "px"
|
|
51084
|
+
},
|
|
51085
|
+
"spread": {
|
|
51086
|
+
"value": 1,
|
|
51087
|
+
"unit": "px"
|
|
51088
|
+
}
|
|
51089
|
+
},
|
|
51090
|
+
{
|
|
51091
|
+
"color": "{base.color.neutral.12}",
|
|
51092
|
+
"alpha": 0.32,
|
|
51093
|
+
"offsetX": {
|
|
51094
|
+
"value": 0,
|
|
51095
|
+
"unit": "px"
|
|
51096
|
+
},
|
|
51097
|
+
"offsetY": {
|
|
51098
|
+
"value": 56,
|
|
51099
|
+
"unit": "px"
|
|
51100
|
+
},
|
|
51101
|
+
"blur": {
|
|
51102
|
+
"value": 112,
|
|
51103
|
+
"unit": "px"
|
|
51104
|
+
},
|
|
51105
|
+
"spread": {
|
|
51106
|
+
"value": 0,
|
|
51107
|
+
"unit": "px"
|
|
51108
|
+
}
|
|
51109
|
+
}
|
|
51110
|
+
],
|
|
51111
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
51112
|
+
"isSource": true,
|
|
51113
|
+
"$type": "shadow"
|
|
48932
51114
|
}
|
|
48933
51115
|
},
|
|
48934
51116
|
"org.primer.llm": {
|