@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": "#b7bdc8",
|
|
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": "#b7bdc8",
|
|
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": "#9198a1",
|
|
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": "#9198a1",
|
|
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.9}",
|
|
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",
|
|
@@ -6734,13 +6813,21 @@
|
|
|
6734
6813
|
"$type": "color"
|
|
6735
6814
|
},
|
|
6736
6815
|
"dark-dimmed-high-contrast": {
|
|
6737
|
-
"$value":
|
|
6816
|
+
"$value": {
|
|
6817
|
+
"colorSpace": "hsl",
|
|
6818
|
+
"components": [0, 0, 100],
|
|
6819
|
+
"hex": "#ffffff"
|
|
6820
|
+
},
|
|
6738
6821
|
"filePath": "src/tokens/component/button.json5",
|
|
6739
6822
|
"isSource": true,
|
|
6740
6823
|
"$type": "color"
|
|
6741
6824
|
},
|
|
6742
6825
|
"dark-dimmed": {
|
|
6743
|
-
"$value":
|
|
6826
|
+
"$value": {
|
|
6827
|
+
"colorSpace": "hsl",
|
|
6828
|
+
"components": [0, 0, 100],
|
|
6829
|
+
"hex": "#ffffff"
|
|
6830
|
+
},
|
|
6744
6831
|
"filePath": "src/tokens/component/button.json5",
|
|
6745
6832
|
"isSource": true,
|
|
6746
6833
|
"$type": "color"
|
|
@@ -6750,7 +6837,11 @@
|
|
|
6750
6837
|
"filePath": "src/tokens/component/button.json5",
|
|
6751
6838
|
"isSource": true,
|
|
6752
6839
|
"original": {
|
|
6753
|
-
"$value":
|
|
6840
|
+
"$value": {
|
|
6841
|
+
"colorSpace": "hsl",
|
|
6842
|
+
"components": [0, 0, 100],
|
|
6843
|
+
"hex": "#ffffff"
|
|
6844
|
+
},
|
|
6754
6845
|
"$type": "color",
|
|
6755
6846
|
"$extensions": {
|
|
6756
6847
|
"org.primer.figma": {
|
|
@@ -6766,13 +6857,21 @@
|
|
|
6766
6857
|
"$type": "color"
|
|
6767
6858
|
},
|
|
6768
6859
|
"dark-dimmed-high-contrast": {
|
|
6769
|
-
"$value":
|
|
6860
|
+
"$value": {
|
|
6861
|
+
"colorSpace": "hsl",
|
|
6862
|
+
"components": [0, 0, 100],
|
|
6863
|
+
"hex": "#ffffff"
|
|
6864
|
+
},
|
|
6770
6865
|
"filePath": "src/tokens/component/button.json5",
|
|
6771
6866
|
"isSource": true,
|
|
6772
6867
|
"$type": "color"
|
|
6773
6868
|
},
|
|
6774
6869
|
"dark-dimmed": {
|
|
6775
|
-
"$value":
|
|
6870
|
+
"$value": {
|
|
6871
|
+
"colorSpace": "hsl",
|
|
6872
|
+
"components": [0, 0, 100],
|
|
6873
|
+
"hex": "#ffffff"
|
|
6874
|
+
},
|
|
6776
6875
|
"filePath": "src/tokens/component/button.json5",
|
|
6777
6876
|
"isSource": true,
|
|
6778
6877
|
"$type": "color"
|
|
@@ -6852,13 +6951,21 @@
|
|
|
6852
6951
|
"$type": "color"
|
|
6853
6952
|
},
|
|
6854
6953
|
"dark-dimmed-high-contrast": {
|
|
6855
|
-
"$value":
|
|
6954
|
+
"$value": {
|
|
6955
|
+
"colorSpace": "hsl",
|
|
6956
|
+
"components": [0, 0, 100],
|
|
6957
|
+
"hex": "#ffffff"
|
|
6958
|
+
},
|
|
6856
6959
|
"filePath": "src/tokens/component/button.json5",
|
|
6857
6960
|
"isSource": true,
|
|
6858
6961
|
"$type": "color"
|
|
6859
6962
|
},
|
|
6860
6963
|
"dark-dimmed": {
|
|
6861
|
-
"$value":
|
|
6964
|
+
"$value": {
|
|
6965
|
+
"colorSpace": "hsl",
|
|
6966
|
+
"components": [0, 0, 100],
|
|
6967
|
+
"hex": "#ffffff"
|
|
6968
|
+
},
|
|
6862
6969
|
"filePath": "src/tokens/component/button.json5",
|
|
6863
6970
|
"isSource": true,
|
|
6864
6971
|
"$type": "color"
|
|
@@ -6868,7 +6975,11 @@
|
|
|
6868
6975
|
"filePath": "src/tokens/component/button.json5",
|
|
6869
6976
|
"isSource": true,
|
|
6870
6977
|
"original": {
|
|
6871
|
-
"$value":
|
|
6978
|
+
"$value": {
|
|
6979
|
+
"colorSpace": "hsl",
|
|
6980
|
+
"components": [0, 0, 100],
|
|
6981
|
+
"hex": "#ffffff"
|
|
6982
|
+
},
|
|
6872
6983
|
"$type": "color",
|
|
6873
6984
|
"$extensions": {
|
|
6874
6985
|
"org.primer.figma": {
|
|
@@ -6884,13 +6995,21 @@
|
|
|
6884
6995
|
"$type": "color"
|
|
6885
6996
|
},
|
|
6886
6997
|
"dark-dimmed-high-contrast": {
|
|
6887
|
-
"$value":
|
|
6998
|
+
"$value": {
|
|
6999
|
+
"colorSpace": "hsl",
|
|
7000
|
+
"components": [0, 0, 100],
|
|
7001
|
+
"hex": "#ffffff"
|
|
7002
|
+
},
|
|
6888
7003
|
"filePath": "src/tokens/component/button.json5",
|
|
6889
7004
|
"isSource": true,
|
|
6890
7005
|
"$type": "color"
|
|
6891
7006
|
},
|
|
6892
7007
|
"dark-dimmed": {
|
|
6893
|
-
"$value":
|
|
7008
|
+
"$value": {
|
|
7009
|
+
"colorSpace": "hsl",
|
|
7010
|
+
"components": [0, 0, 100],
|
|
7011
|
+
"hex": "#ffffff"
|
|
7012
|
+
},
|
|
6894
7013
|
"filePath": "src/tokens/component/button.json5",
|
|
6895
7014
|
"isSource": true,
|
|
6896
7015
|
"$type": "color"
|
|
@@ -6915,13 +7034,21 @@
|
|
|
6915
7034
|
},
|
|
6916
7035
|
"org.primer.overrides": {
|
|
6917
7036
|
"dark": {
|
|
6918
|
-
"$value":
|
|
7037
|
+
"$value": {
|
|
7038
|
+
"colorSpace": "hsl",
|
|
7039
|
+
"components": [3.3, 94.3, 65.7],
|
|
7040
|
+
"hex": "#FA5E55"
|
|
7041
|
+
},
|
|
6919
7042
|
"filePath": "src/tokens/component/button.json5",
|
|
6920
7043
|
"isSource": true,
|
|
6921
7044
|
"$type": "color"
|
|
6922
7045
|
},
|
|
6923
7046
|
"dark-dimmed": {
|
|
6924
|
-
"$value":
|
|
7047
|
+
"$value": {
|
|
7048
|
+
"colorSpace": "hsl",
|
|
7049
|
+
"components": [3.6, 78.2, 62.2],
|
|
7050
|
+
"hex": "#ea5c53"
|
|
7051
|
+
},
|
|
6925
7052
|
"filePath": "src/tokens/component/button.json5",
|
|
6926
7053
|
"isSource": true,
|
|
6927
7054
|
"$type": "color"
|
|
@@ -6971,13 +7098,21 @@
|
|
|
6971
7098
|
},
|
|
6972
7099
|
"org.primer.overrides": {
|
|
6973
7100
|
"dark": {
|
|
6974
|
-
"$value":
|
|
7101
|
+
"$value": {
|
|
7102
|
+
"colorSpace": "hsl",
|
|
7103
|
+
"components": [3.3, 94.3, 65.7],
|
|
7104
|
+
"hex": "#FA5E55"
|
|
7105
|
+
},
|
|
6975
7106
|
"filePath": "src/tokens/component/button.json5",
|
|
6976
7107
|
"isSource": true,
|
|
6977
7108
|
"$type": "color"
|
|
6978
7109
|
},
|
|
6979
7110
|
"dark-dimmed": {
|
|
6980
|
-
"$value":
|
|
7111
|
+
"$value": {
|
|
7112
|
+
"colorSpace": "hsl",
|
|
7113
|
+
"components": [3.6, 78.2, 62.2],
|
|
7114
|
+
"hex": "#ea5c53"
|
|
7115
|
+
},
|
|
6981
7116
|
"filePath": "src/tokens/component/button.json5",
|
|
6982
7117
|
"isSource": true,
|
|
6983
7118
|
"$type": "color"
|
|
@@ -7020,6 +7155,35 @@
|
|
|
7020
7155
|
"attributes": {},
|
|
7021
7156
|
"path": ["button", "danger", "fgColor", "rest"]
|
|
7022
7157
|
},
|
|
7158
|
+
"button-danger-iconColor-disabled": {
|
|
7159
|
+
"key": "{button.danger.iconColor.disabled}",
|
|
7160
|
+
"$value": "#ffb8b080",
|
|
7161
|
+
"$type": "color",
|
|
7162
|
+
"$extensions": {
|
|
7163
|
+
"org.primer.figma": {
|
|
7164
|
+
"collection": "mode",
|
|
7165
|
+
"group": "component (internal)",
|
|
7166
|
+
"scopes": ["fgColor"]
|
|
7167
|
+
}
|
|
7168
|
+
},
|
|
7169
|
+
"filePath": "src/tokens/component/button.json5",
|
|
7170
|
+
"isSource": true,
|
|
7171
|
+
"original": {
|
|
7172
|
+
"$value": "{button.danger.fgColor.disabled}",
|
|
7173
|
+
"$type": "color",
|
|
7174
|
+
"$extensions": {
|
|
7175
|
+
"org.primer.figma": {
|
|
7176
|
+
"collection": "mode",
|
|
7177
|
+
"group": "component (internal)",
|
|
7178
|
+
"scopes": ["fgColor"]
|
|
7179
|
+
}
|
|
7180
|
+
},
|
|
7181
|
+
"key": "{button.danger.iconColor.disabled}"
|
|
7182
|
+
},
|
|
7183
|
+
"name": "button-danger-iconColor-disabled",
|
|
7184
|
+
"attributes": {},
|
|
7185
|
+
"path": ["button", "danger", "iconColor", "disabled"]
|
|
7186
|
+
},
|
|
7023
7187
|
"button-danger-iconColor-hover": {
|
|
7024
7188
|
"key": "{button.danger.iconColor.hover}",
|
|
7025
7189
|
"$value": "#ffffff",
|
|
@@ -7038,7 +7202,11 @@
|
|
|
7038
7202
|
"$type": "color"
|
|
7039
7203
|
},
|
|
7040
7204
|
"dark-dimmed-high-contrast": {
|
|
7041
|
-
"$value":
|
|
7205
|
+
"$value": {
|
|
7206
|
+
"colorSpace": "hsl",
|
|
7207
|
+
"components": [0, 0, 100],
|
|
7208
|
+
"hex": "#ffffff"
|
|
7209
|
+
},
|
|
7042
7210
|
"filePath": "src/tokens/component/button.json5",
|
|
7043
7211
|
"isSource": true,
|
|
7044
7212
|
"$type": "color"
|
|
@@ -7048,7 +7216,11 @@
|
|
|
7048
7216
|
"filePath": "src/tokens/component/button.json5",
|
|
7049
7217
|
"isSource": true,
|
|
7050
7218
|
"original": {
|
|
7051
|
-
"$value":
|
|
7219
|
+
"$value": {
|
|
7220
|
+
"colorSpace": "hsl",
|
|
7221
|
+
"components": [0, 0, 100],
|
|
7222
|
+
"hex": "#ffffff"
|
|
7223
|
+
},
|
|
7052
7224
|
"$type": "color",
|
|
7053
7225
|
"$extensions": {
|
|
7054
7226
|
"org.primer.figma": {
|
|
@@ -7064,7 +7236,11 @@
|
|
|
7064
7236
|
"$type": "color"
|
|
7065
7237
|
},
|
|
7066
7238
|
"dark-dimmed-high-contrast": {
|
|
7067
|
-
"$value":
|
|
7239
|
+
"$value": {
|
|
7240
|
+
"colorSpace": "hsl",
|
|
7241
|
+
"components": [0, 0, 100],
|
|
7242
|
+
"hex": "#ffffff"
|
|
7243
|
+
},
|
|
7068
7244
|
"filePath": "src/tokens/component/button.json5",
|
|
7069
7245
|
"isSource": true,
|
|
7070
7246
|
"$type": "color"
|
|
@@ -7108,7 +7284,7 @@
|
|
|
7108
7284
|
},
|
|
7109
7285
|
"button-danger-shadow-selected": {
|
|
7110
7286
|
"key": "{button.danger.shadow.selected}",
|
|
7111
|
-
"$value": "0 0 0 0 #
|
|
7287
|
+
"$value": "0 0 0 0 #00000000",
|
|
7112
7288
|
"$type": "shadow",
|
|
7113
7289
|
"$extensions": {
|
|
7114
7290
|
"org.primer.figma": {
|
|
@@ -7584,6 +7760,35 @@
|
|
|
7584
7760
|
"attributes": {},
|
|
7585
7761
|
"path": ["button", "default", "borderColor", "rest"]
|
|
7586
7762
|
},
|
|
7763
|
+
"button-default-fgColor-disabled": {
|
|
7764
|
+
"key": "{button.default.fgColor.disabled}",
|
|
7765
|
+
"$value": "#656c76",
|
|
7766
|
+
"$type": "color",
|
|
7767
|
+
"$extensions": {
|
|
7768
|
+
"org.primer.figma": {
|
|
7769
|
+
"collection": "mode",
|
|
7770
|
+
"group": "component (internal)",
|
|
7771
|
+
"scopes": ["fgColor"]
|
|
7772
|
+
}
|
|
7773
|
+
},
|
|
7774
|
+
"filePath": "src/tokens/component/button.json5",
|
|
7775
|
+
"isSource": true,
|
|
7776
|
+
"original": {
|
|
7777
|
+
"$value": "{control.fgColor.disabled}",
|
|
7778
|
+
"$type": "color",
|
|
7779
|
+
"$extensions": {
|
|
7780
|
+
"org.primer.figma": {
|
|
7781
|
+
"collection": "mode",
|
|
7782
|
+
"group": "component (internal)",
|
|
7783
|
+
"scopes": ["fgColor"]
|
|
7784
|
+
}
|
|
7785
|
+
},
|
|
7786
|
+
"key": "{button.default.fgColor.disabled}"
|
|
7787
|
+
},
|
|
7788
|
+
"name": "button-default-fgColor-disabled",
|
|
7789
|
+
"attributes": {},
|
|
7790
|
+
"path": ["button", "default", "fgColor", "disabled"]
|
|
7791
|
+
},
|
|
7587
7792
|
"button-default-fgColor-rest": {
|
|
7588
7793
|
"key": "{button.default.fgColor.rest}",
|
|
7589
7794
|
"$value": "#f0f6fc",
|
|
@@ -7631,7 +7836,7 @@
|
|
|
7631
7836
|
},
|
|
7632
7837
|
"button-default-shadow-resting": {
|
|
7633
7838
|
"key": "{button.default.shadow.resting}",
|
|
7634
|
-
"$value": "0 0 0 0 #
|
|
7839
|
+
"$value": "0 0 0 0 #00000000",
|
|
7635
7840
|
"$type": "shadow",
|
|
7636
7841
|
"$extensions": {
|
|
7637
7842
|
"org.primer.figma": {
|
|
@@ -8872,31 +9077,51 @@
|
|
|
8872
9077
|
"$type": "color"
|
|
8873
9078
|
},
|
|
8874
9079
|
"dark-tritanopia": {
|
|
8875
|
-
"$value":
|
|
9080
|
+
"$value": {
|
|
9081
|
+
"colorSpace": "hsl",
|
|
9082
|
+
"components": [218.3, 84.7, 33.3],
|
|
9083
|
+
"hex": "#0d419d"
|
|
9084
|
+
},
|
|
8876
9085
|
"filePath": "src/tokens/component/button.json5",
|
|
8877
9086
|
"isSource": true,
|
|
8878
9087
|
"$type": "color"
|
|
8879
9088
|
},
|
|
8880
9089
|
"dark-tritanopia-high-contrast": {
|
|
8881
|
-
"$value":
|
|
9090
|
+
"$value": {
|
|
9091
|
+
"colorSpace": "hsl",
|
|
9092
|
+
"components": [218.3, 84.7, 33.3],
|
|
9093
|
+
"hex": "#0d419d"
|
|
9094
|
+
},
|
|
8882
9095
|
"filePath": "src/tokens/component/button.json5",
|
|
8883
9096
|
"isSource": true,
|
|
8884
9097
|
"$type": "color"
|
|
8885
9098
|
},
|
|
8886
9099
|
"light-high-contrast": {
|
|
8887
|
-
"$value":
|
|
9100
|
+
"$value": {
|
|
9101
|
+
"colorSpace": "hsl",
|
|
9102
|
+
"components": [216.6, 96.3, 31.4],
|
|
9103
|
+
"hex": "#033f9d"
|
|
9104
|
+
},
|
|
8888
9105
|
"filePath": "src/tokens/component/button.json5",
|
|
8889
9106
|
"isSource": true,
|
|
8890
9107
|
"$type": "color"
|
|
8891
9108
|
},
|
|
8892
9109
|
"light-tritanopia-high-contrast": {
|
|
8893
|
-
"$value":
|
|
9110
|
+
"$value": {
|
|
9111
|
+
"colorSpace": "hsl",
|
|
9112
|
+
"components": [216.6, 96.3, 31.4],
|
|
9113
|
+
"hex": "#033f9d"
|
|
9114
|
+
},
|
|
8894
9115
|
"filePath": "src/tokens/component/button.json5",
|
|
8895
9116
|
"isSource": true,
|
|
8896
9117
|
"$type": "color"
|
|
8897
9118
|
},
|
|
8898
9119
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
8899
|
-
"$value":
|
|
9120
|
+
"$value": {
|
|
9121
|
+
"colorSpace": "hsl",
|
|
9122
|
+
"components": [216.6, 96.3, 31.4],
|
|
9123
|
+
"hex": "#033f9d"
|
|
9124
|
+
},
|
|
8900
9125
|
"filePath": "src/tokens/component/button.json5",
|
|
8901
9126
|
"isSource": true,
|
|
8902
9127
|
"$type": "color"
|
|
@@ -8922,31 +9147,51 @@
|
|
|
8922
9147
|
"$type": "color"
|
|
8923
9148
|
},
|
|
8924
9149
|
"dark-tritanopia": {
|
|
8925
|
-
"$value":
|
|
9150
|
+
"$value": {
|
|
9151
|
+
"colorSpace": "hsl",
|
|
9152
|
+
"components": [218.3, 84.7, 33.3],
|
|
9153
|
+
"hex": "#0d419d"
|
|
9154
|
+
},
|
|
8926
9155
|
"filePath": "src/tokens/component/button.json5",
|
|
8927
9156
|
"isSource": true,
|
|
8928
9157
|
"$type": "color"
|
|
8929
9158
|
},
|
|
8930
9159
|
"dark-tritanopia-high-contrast": {
|
|
8931
|
-
"$value":
|
|
9160
|
+
"$value": {
|
|
9161
|
+
"colorSpace": "hsl",
|
|
9162
|
+
"components": [218.3, 84.7, 33.3],
|
|
9163
|
+
"hex": "#0d419d"
|
|
9164
|
+
},
|
|
8932
9165
|
"filePath": "src/tokens/component/button.json5",
|
|
8933
9166
|
"isSource": true,
|
|
8934
9167
|
"$type": "color"
|
|
8935
9168
|
},
|
|
8936
9169
|
"light-high-contrast": {
|
|
8937
|
-
"$value":
|
|
9170
|
+
"$value": {
|
|
9171
|
+
"colorSpace": "hsl",
|
|
9172
|
+
"components": [216.6, 96.3, 31.4],
|
|
9173
|
+
"hex": "#033f9d"
|
|
9174
|
+
},
|
|
8938
9175
|
"filePath": "src/tokens/component/button.json5",
|
|
8939
9176
|
"isSource": true,
|
|
8940
9177
|
"$type": "color"
|
|
8941
9178
|
},
|
|
8942
9179
|
"light-tritanopia-high-contrast": {
|
|
8943
|
-
"$value":
|
|
9180
|
+
"$value": {
|
|
9181
|
+
"colorSpace": "hsl",
|
|
9182
|
+
"components": [216.6, 96.3, 31.4],
|
|
9183
|
+
"hex": "#033f9d"
|
|
9184
|
+
},
|
|
8944
9185
|
"filePath": "src/tokens/component/button.json5",
|
|
8945
9186
|
"isSource": true,
|
|
8946
9187
|
"$type": "color"
|
|
8947
9188
|
},
|
|
8948
9189
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
8949
|
-
"$value":
|
|
9190
|
+
"$value": {
|
|
9191
|
+
"colorSpace": "hsl",
|
|
9192
|
+
"components": [216.6, 96.3, 31.4],
|
|
9193
|
+
"hex": "#033f9d"
|
|
9194
|
+
},
|
|
8950
9195
|
"filePath": "src/tokens/component/button.json5",
|
|
8951
9196
|
"isSource": true,
|
|
8952
9197
|
"$type": "color"
|
|
@@ -8977,7 +9222,11 @@
|
|
|
8977
9222
|
"$type": "color"
|
|
8978
9223
|
},
|
|
8979
9224
|
"dark-tritanopia": {
|
|
8980
|
-
"$value":
|
|
9225
|
+
"$value": {
|
|
9226
|
+
"colorSpace": "hsl",
|
|
9227
|
+
"components": [212, 18.5, 15.9],
|
|
9228
|
+
"hex": "#212830"
|
|
9229
|
+
},
|
|
8981
9230
|
"filePath": "src/tokens/component/button.json5",
|
|
8982
9231
|
"isSource": true,
|
|
8983
9232
|
"$type": "color"
|
|
@@ -9003,7 +9252,11 @@
|
|
|
9003
9252
|
"$type": "color"
|
|
9004
9253
|
},
|
|
9005
9254
|
"dark-tritanopia": {
|
|
9006
|
-
"$value":
|
|
9255
|
+
"$value": {
|
|
9256
|
+
"colorSpace": "hsl",
|
|
9257
|
+
"components": [212, 18.5, 15.9],
|
|
9258
|
+
"hex": "#212830"
|
|
9259
|
+
},
|
|
9007
9260
|
"filePath": "src/tokens/component/button.json5",
|
|
9008
9261
|
"isSource": true,
|
|
9009
9262
|
"$type": "color"
|
|
@@ -9034,7 +9287,11 @@
|
|
|
9034
9287
|
"$type": "color"
|
|
9035
9288
|
},
|
|
9036
9289
|
"dark-tritanopia": {
|
|
9037
|
-
"$value":
|
|
9290
|
+
"$value": {
|
|
9291
|
+
"colorSpace": "hsl",
|
|
9292
|
+
"components": [217.5, 17.4, 18],
|
|
9293
|
+
"hex": "#262c36"
|
|
9294
|
+
},
|
|
9038
9295
|
"filePath": "src/tokens/component/button.json5",
|
|
9039
9296
|
"isSource": true,
|
|
9040
9297
|
"$type": "color"
|
|
@@ -9060,7 +9317,11 @@
|
|
|
9060
9317
|
"$type": "color"
|
|
9061
9318
|
},
|
|
9062
9319
|
"dark-tritanopia": {
|
|
9063
|
-
"$value":
|
|
9320
|
+
"$value": {
|
|
9321
|
+
"colorSpace": "hsl",
|
|
9322
|
+
"components": [217.5, 17.4, 18],
|
|
9323
|
+
"hex": "#262c36"
|
|
9324
|
+
},
|
|
9064
9325
|
"filePath": "src/tokens/component/button.json5",
|
|
9065
9326
|
"isSource": true,
|
|
9066
9327
|
"$type": "color"
|
|
@@ -9292,7 +9553,12 @@
|
|
|
9292
9553
|
"$type": "color"
|
|
9293
9554
|
},
|
|
9294
9555
|
"dark-dimmed": {
|
|
9295
|
-
"$value":
|
|
9556
|
+
"$value": {
|
|
9557
|
+
"colorSpace": "hsl",
|
|
9558
|
+
"components": [214.3, 76.1, 59],
|
|
9559
|
+
"hex": "#478be6"
|
|
9560
|
+
},
|
|
9561
|
+
"alpha": 0.502,
|
|
9296
9562
|
"filePath": "src/tokens/component/button.json5",
|
|
9297
9563
|
"isSource": true,
|
|
9298
9564
|
"$type": "color"
|
|
@@ -9320,7 +9586,12 @@
|
|
|
9320
9586
|
"$type": "color"
|
|
9321
9587
|
},
|
|
9322
9588
|
"dark-dimmed": {
|
|
9323
|
-
"$value":
|
|
9589
|
+
"$value": {
|
|
9590
|
+
"colorSpace": "hsl",
|
|
9591
|
+
"components": [214.3, 76.1, 59],
|
|
9592
|
+
"hex": "#478be6"
|
|
9593
|
+
},
|
|
9594
|
+
"alpha": 0.502,
|
|
9324
9595
|
"filePath": "src/tokens/component/button.json5",
|
|
9325
9596
|
"isSource": true,
|
|
9326
9597
|
"$type": "color"
|
|
@@ -9426,7 +9697,7 @@
|
|
|
9426
9697
|
},
|
|
9427
9698
|
"button-outline-shadow-selected": {
|
|
9428
9699
|
"key": "{button.outline.shadow.selected}",
|
|
9429
|
-
"$value": "0 0 0 0 #
|
|
9700
|
+
"$value": "0 0 0 0 #00000000",
|
|
9430
9701
|
"$type": "shadow",
|
|
9431
9702
|
"$extensions": {
|
|
9432
9703
|
"org.primer.figma": {
|
|
@@ -9545,13 +9816,21 @@
|
|
|
9545
9816
|
},
|
|
9546
9817
|
"org.primer.overrides": {
|
|
9547
9818
|
"dark": {
|
|
9548
|
-
"$value":
|
|
9819
|
+
"$value": {
|
|
9820
|
+
"colorSpace": "hsl",
|
|
9821
|
+
"components": [130, 54, 39.2],
|
|
9822
|
+
"hex": "#2E9A40"
|
|
9823
|
+
},
|
|
9549
9824
|
"filePath": "src/tokens/component/button.json5",
|
|
9550
9825
|
"isSource": true,
|
|
9551
9826
|
"$type": "color"
|
|
9552
9827
|
},
|
|
9553
9828
|
"dark-dimmed": {
|
|
9554
|
-
"$value":
|
|
9829
|
+
"$value": {
|
|
9830
|
+
"colorSpace": "hsl",
|
|
9831
|
+
"components": [123.1, 36.8, 41],
|
|
9832
|
+
"hex": "#428f46"
|
|
9833
|
+
},
|
|
9555
9834
|
"filePath": "src/tokens/component/button.json5",
|
|
9556
9835
|
"isSource": true,
|
|
9557
9836
|
"$type": "color"
|
|
@@ -9563,61 +9842,101 @@
|
|
|
9563
9842
|
"$type": "color"
|
|
9564
9843
|
},
|
|
9565
9844
|
"dark-tritanopia": {
|
|
9566
|
-
"$value":
|
|
9845
|
+
"$value": {
|
|
9846
|
+
"colorSpace": "hsl",
|
|
9847
|
+
"components": [214.9, 88.7, 58.2],
|
|
9848
|
+
"hex": "#3685f3"
|
|
9849
|
+
},
|
|
9567
9850
|
"filePath": "src/tokens/component/button.json5",
|
|
9568
9851
|
"isSource": true,
|
|
9569
9852
|
"$type": "color"
|
|
9570
9853
|
},
|
|
9571
9854
|
"dark-tritanopia-high-contrast": {
|
|
9572
|
-
"$value":
|
|
9855
|
+
"$value": {
|
|
9856
|
+
"colorSpace": "hsl",
|
|
9857
|
+
"components": [214.9, 88.7, 58.2],
|
|
9858
|
+
"hex": "#3685f3"
|
|
9859
|
+
},
|
|
9573
9860
|
"filePath": "src/tokens/component/button.json5",
|
|
9574
9861
|
"isSource": true,
|
|
9575
9862
|
"$type": "color"
|
|
9576
9863
|
},
|
|
9577
9864
|
"dark-protanopia-deuteranopia": {
|
|
9578
|
-
"$value":
|
|
9865
|
+
"$value": {
|
|
9866
|
+
"colorSpace": "hsl",
|
|
9867
|
+
"components": [214.9, 88.7, 58.2],
|
|
9868
|
+
"hex": "#3685f3"
|
|
9869
|
+
},
|
|
9579
9870
|
"filePath": "src/tokens/component/button.json5",
|
|
9580
9871
|
"isSource": true,
|
|
9581
9872
|
"$type": "color"
|
|
9582
9873
|
},
|
|
9583
9874
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
9584
|
-
"$value":
|
|
9875
|
+
"$value": {
|
|
9876
|
+
"colorSpace": "hsl",
|
|
9877
|
+
"components": [214.9, 88.7, 58.2],
|
|
9878
|
+
"hex": "#3685f3"
|
|
9879
|
+
},
|
|
9585
9880
|
"filePath": "src/tokens/component/button.json5",
|
|
9586
9881
|
"isSource": true,
|
|
9587
9882
|
"$type": "color"
|
|
9588
9883
|
},
|
|
9589
9884
|
"dark-high-contrast": {
|
|
9590
|
-
"$value":
|
|
9885
|
+
"$value": {
|
|
9886
|
+
"colorSpace": "hsl",
|
|
9887
|
+
"components": [137.2, 80.1, 31.6],
|
|
9888
|
+
"hex": "#109135"
|
|
9889
|
+
},
|
|
9591
9890
|
"filePath": "src/tokens/component/button.json5",
|
|
9592
9891
|
"isSource": true,
|
|
9593
9892
|
"$type": "color"
|
|
9594
9893
|
},
|
|
9595
9894
|
"light-tritanopia": {
|
|
9596
|
-
"$value":
|
|
9895
|
+
"$value": {
|
|
9896
|
+
"colorSpace": "hsl",
|
|
9897
|
+
"components": [212.6, 93.2, 40.6],
|
|
9898
|
+
"hex": "#075fc8"
|
|
9899
|
+
},
|
|
9597
9900
|
"filePath": "src/tokens/component/button.json5",
|
|
9598
9901
|
"isSource": true,
|
|
9599
9902
|
"$type": "color"
|
|
9600
9903
|
},
|
|
9601
9904
|
"light-tritanopia-high-contrast": {
|
|
9602
|
-
"$value":
|
|
9905
|
+
"$value": {
|
|
9906
|
+
"colorSpace": "hsl",
|
|
9907
|
+
"components": [212.6, 93.2, 40.6],
|
|
9908
|
+
"hex": "#075fc8"
|
|
9909
|
+
},
|
|
9603
9910
|
"filePath": "src/tokens/component/button.json5",
|
|
9604
9911
|
"isSource": true,
|
|
9605
9912
|
"$type": "color"
|
|
9606
9913
|
},
|
|
9607
9914
|
"light-protanopia-deuteranopia": {
|
|
9608
|
-
"$value":
|
|
9915
|
+
"$value": {
|
|
9916
|
+
"colorSpace": "hsl",
|
|
9917
|
+
"components": [212.6, 93.2, 40.6],
|
|
9918
|
+
"hex": "#075fc8"
|
|
9919
|
+
},
|
|
9609
9920
|
"filePath": "src/tokens/component/button.json5",
|
|
9610
9921
|
"isSource": true,
|
|
9611
9922
|
"$type": "color"
|
|
9612
9923
|
},
|
|
9613
9924
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9614
|
-
"$value":
|
|
9925
|
+
"$value": {
|
|
9926
|
+
"colorSpace": "hsl",
|
|
9927
|
+
"components": [212.6, 93.2, 40.6],
|
|
9928
|
+
"hex": "#075fc8"
|
|
9929
|
+
},
|
|
9615
9930
|
"filePath": "src/tokens/component/button.json5",
|
|
9616
9931
|
"isSource": true,
|
|
9617
9932
|
"$type": "color"
|
|
9618
9933
|
},
|
|
9619
9934
|
"light-high-contrast": {
|
|
9620
|
-
"$value":
|
|
9935
|
+
"$value": {
|
|
9936
|
+
"colorSpace": "hsl",
|
|
9937
|
+
"components": [138.7, 92.8, 16.3],
|
|
9938
|
+
"hex": "#03501b"
|
|
9939
|
+
},
|
|
9621
9940
|
"filePath": "src/tokens/component/button.json5",
|
|
9622
9941
|
"isSource": true,
|
|
9623
9942
|
"$type": "color"
|
|
@@ -9637,13 +9956,21 @@
|
|
|
9637
9956
|
},
|
|
9638
9957
|
"org.primer.overrides": {
|
|
9639
9958
|
"dark": {
|
|
9640
|
-
"$value":
|
|
9959
|
+
"$value": {
|
|
9960
|
+
"colorSpace": "hsl",
|
|
9961
|
+
"components": [130, 54, 39.2],
|
|
9962
|
+
"hex": "#2E9A40"
|
|
9963
|
+
},
|
|
9641
9964
|
"filePath": "src/tokens/component/button.json5",
|
|
9642
9965
|
"isSource": true,
|
|
9643
9966
|
"$type": "color"
|
|
9644
9967
|
},
|
|
9645
9968
|
"dark-dimmed": {
|
|
9646
|
-
"$value":
|
|
9969
|
+
"$value": {
|
|
9970
|
+
"colorSpace": "hsl",
|
|
9971
|
+
"components": [123.1, 36.8, 41],
|
|
9972
|
+
"hex": "#428f46"
|
|
9973
|
+
},
|
|
9647
9974
|
"filePath": "src/tokens/component/button.json5",
|
|
9648
9975
|
"isSource": true,
|
|
9649
9976
|
"$type": "color"
|
|
@@ -9655,61 +9982,101 @@
|
|
|
9655
9982
|
"$type": "color"
|
|
9656
9983
|
},
|
|
9657
9984
|
"dark-tritanopia": {
|
|
9658
|
-
"$value":
|
|
9985
|
+
"$value": {
|
|
9986
|
+
"colorSpace": "hsl",
|
|
9987
|
+
"components": [214.9, 88.7, 58.2],
|
|
9988
|
+
"hex": "#3685f3"
|
|
9989
|
+
},
|
|
9659
9990
|
"filePath": "src/tokens/component/button.json5",
|
|
9660
9991
|
"isSource": true,
|
|
9661
9992
|
"$type": "color"
|
|
9662
9993
|
},
|
|
9663
9994
|
"dark-tritanopia-high-contrast": {
|
|
9664
|
-
"$value":
|
|
9995
|
+
"$value": {
|
|
9996
|
+
"colorSpace": "hsl",
|
|
9997
|
+
"components": [214.9, 88.7, 58.2],
|
|
9998
|
+
"hex": "#3685f3"
|
|
9999
|
+
},
|
|
9665
10000
|
"filePath": "src/tokens/component/button.json5",
|
|
9666
10001
|
"isSource": true,
|
|
9667
10002
|
"$type": "color"
|
|
9668
10003
|
},
|
|
9669
10004
|
"dark-protanopia-deuteranopia": {
|
|
9670
|
-
"$value":
|
|
10005
|
+
"$value": {
|
|
10006
|
+
"colorSpace": "hsl",
|
|
10007
|
+
"components": [214.9, 88.7, 58.2],
|
|
10008
|
+
"hex": "#3685f3"
|
|
10009
|
+
},
|
|
9671
10010
|
"filePath": "src/tokens/component/button.json5",
|
|
9672
10011
|
"isSource": true,
|
|
9673
10012
|
"$type": "color"
|
|
9674
10013
|
},
|
|
9675
10014
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
9676
|
-
"$value":
|
|
10015
|
+
"$value": {
|
|
10016
|
+
"colorSpace": "hsl",
|
|
10017
|
+
"components": [214.9, 88.7, 58.2],
|
|
10018
|
+
"hex": "#3685f3"
|
|
10019
|
+
},
|
|
9677
10020
|
"filePath": "src/tokens/component/button.json5",
|
|
9678
10021
|
"isSource": true,
|
|
9679
10022
|
"$type": "color"
|
|
9680
10023
|
},
|
|
9681
10024
|
"dark-high-contrast": {
|
|
9682
|
-
"$value":
|
|
10025
|
+
"$value": {
|
|
10026
|
+
"colorSpace": "hsl",
|
|
10027
|
+
"components": [137.2, 80.1, 31.6],
|
|
10028
|
+
"hex": "#109135"
|
|
10029
|
+
},
|
|
9683
10030
|
"filePath": "src/tokens/component/button.json5",
|
|
9684
10031
|
"isSource": true,
|
|
9685
10032
|
"$type": "color"
|
|
9686
10033
|
},
|
|
9687
10034
|
"light-tritanopia": {
|
|
9688
|
-
"$value":
|
|
10035
|
+
"$value": {
|
|
10036
|
+
"colorSpace": "hsl",
|
|
10037
|
+
"components": [212.6, 93.2, 40.6],
|
|
10038
|
+
"hex": "#075fc8"
|
|
10039
|
+
},
|
|
9689
10040
|
"filePath": "src/tokens/component/button.json5",
|
|
9690
10041
|
"isSource": true,
|
|
9691
10042
|
"$type": "color"
|
|
9692
10043
|
},
|
|
9693
10044
|
"light-tritanopia-high-contrast": {
|
|
9694
|
-
"$value":
|
|
10045
|
+
"$value": {
|
|
10046
|
+
"colorSpace": "hsl",
|
|
10047
|
+
"components": [212.6, 93.2, 40.6],
|
|
10048
|
+
"hex": "#075fc8"
|
|
10049
|
+
},
|
|
9695
10050
|
"filePath": "src/tokens/component/button.json5",
|
|
9696
10051
|
"isSource": true,
|
|
9697
10052
|
"$type": "color"
|
|
9698
10053
|
},
|
|
9699
10054
|
"light-protanopia-deuteranopia": {
|
|
9700
|
-
"$value":
|
|
10055
|
+
"$value": {
|
|
10056
|
+
"colorSpace": "hsl",
|
|
10057
|
+
"components": [212.6, 93.2, 40.6],
|
|
10058
|
+
"hex": "#075fc8"
|
|
10059
|
+
},
|
|
9701
10060
|
"filePath": "src/tokens/component/button.json5",
|
|
9702
10061
|
"isSource": true,
|
|
9703
10062
|
"$type": "color"
|
|
9704
10063
|
},
|
|
9705
10064
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9706
|
-
"$value":
|
|
10065
|
+
"$value": {
|
|
10066
|
+
"colorSpace": "hsl",
|
|
10067
|
+
"components": [212.6, 93.2, 40.6],
|
|
10068
|
+
"hex": "#075fc8"
|
|
10069
|
+
},
|
|
9707
10070
|
"filePath": "src/tokens/component/button.json5",
|
|
9708
10071
|
"isSource": true,
|
|
9709
10072
|
"$type": "color"
|
|
9710
10073
|
},
|
|
9711
10074
|
"light-high-contrast": {
|
|
9712
|
-
"$value":
|
|
10075
|
+
"$value": {
|
|
10076
|
+
"colorSpace": "hsl",
|
|
10077
|
+
"components": [138.7, 92.8, 16.3],
|
|
10078
|
+
"hex": "#03501b"
|
|
10079
|
+
},
|
|
9713
10080
|
"filePath": "src/tokens/component/button.json5",
|
|
9714
10081
|
"isSource": true,
|
|
9715
10082
|
"$type": "color"
|
|
@@ -9734,25 +10101,41 @@
|
|
|
9734
10101
|
},
|
|
9735
10102
|
"org.primer.overrides": {
|
|
9736
10103
|
"dark": {
|
|
9737
|
-
"$value":
|
|
10104
|
+
"$value": {
|
|
10105
|
+
"colorSpace": "hsl",
|
|
10106
|
+
"components": [135.8, 69.2, 20.4],
|
|
10107
|
+
"hex": "#105823"
|
|
10108
|
+
},
|
|
9738
10109
|
"filePath": "src/tokens/component/button.json5",
|
|
9739
10110
|
"isSource": true,
|
|
9740
10111
|
"$type": "color"
|
|
9741
10112
|
},
|
|
9742
10113
|
"dark-dimmed": {
|
|
9743
|
-
"$value":
|
|
10114
|
+
"$value": {
|
|
10115
|
+
"colorSpace": "hsl",
|
|
10116
|
+
"components": [135.8, 69.2, 20.4],
|
|
10117
|
+
"hex": "#105823"
|
|
10118
|
+
},
|
|
9744
10119
|
"filePath": "src/tokens/component/button.json5",
|
|
9745
10120
|
"isSource": true,
|
|
9746
10121
|
"$type": "color"
|
|
9747
10122
|
},
|
|
9748
10123
|
"dark-tritanopia": {
|
|
9749
|
-
"$value":
|
|
10124
|
+
"$value": {
|
|
10125
|
+
"colorSpace": "hsl",
|
|
10126
|
+
"components": [211.3, 98.8, 68.4],
|
|
10127
|
+
"hex": "#5fabfe"
|
|
10128
|
+
},
|
|
9750
10129
|
"filePath": "src/tokens/component/button.json5",
|
|
9751
10130
|
"isSource": true,
|
|
9752
10131
|
"$type": "color"
|
|
9753
10132
|
},
|
|
9754
10133
|
"dark-tritanopia-high-contrast": {
|
|
9755
|
-
"$value":
|
|
10134
|
+
"$value": {
|
|
10135
|
+
"colorSpace": "hsl",
|
|
10136
|
+
"components": [211.3, 98.8, 68.4],
|
|
10137
|
+
"hex": "#5fabfe"
|
|
10138
|
+
},
|
|
9756
10139
|
"filePath": "src/tokens/component/button.json5",
|
|
9757
10140
|
"isSource": true,
|
|
9758
10141
|
"$type": "color"
|
|
@@ -9770,37 +10153,61 @@
|
|
|
9770
10153
|
"$type": "color"
|
|
9771
10154
|
},
|
|
9772
10155
|
"dark-high-contrast": {
|
|
9773
|
-
"$value":
|
|
10156
|
+
"$value": {
|
|
10157
|
+
"colorSpace": "hsl",
|
|
10158
|
+
"components": [138.6, 94.6, 28.8],
|
|
10159
|
+
"hex": "#048f2f"
|
|
10160
|
+
},
|
|
9774
10161
|
"filePath": "src/tokens/component/button.json5",
|
|
9775
10162
|
"isSource": true,
|
|
9776
10163
|
"$type": "color"
|
|
9777
10164
|
},
|
|
9778
10165
|
"light-tritanopia": {
|
|
9779
|
-
"$value":
|
|
10166
|
+
"$value": {
|
|
10167
|
+
"colorSpace": "hsl",
|
|
10168
|
+
"components": [209.2, 100, 78.6],
|
|
10169
|
+
"hex": "#92caff"
|
|
10170
|
+
},
|
|
9780
10171
|
"filePath": "src/tokens/component/button.json5",
|
|
9781
10172
|
"isSource": true,
|
|
9782
10173
|
"$type": "color"
|
|
9783
10174
|
},
|
|
9784
10175
|
"light-tritanopia-high-contrast": {
|
|
9785
|
-
"$value":
|
|
10176
|
+
"$value": {
|
|
10177
|
+
"colorSpace": "hsl",
|
|
10178
|
+
"components": [209.2, 100, 78.6],
|
|
10179
|
+
"hex": "#92caff"
|
|
10180
|
+
},
|
|
9786
10181
|
"filePath": "src/tokens/component/button.json5",
|
|
9787
10182
|
"isSource": true,
|
|
9788
10183
|
"$type": "color"
|
|
9789
10184
|
},
|
|
9790
10185
|
"light-protanopia-deuteranopia": {
|
|
9791
|
-
"$value":
|
|
10186
|
+
"$value": {
|
|
10187
|
+
"colorSpace": "hsl",
|
|
10188
|
+
"components": [209.2, 100, 78.6],
|
|
10189
|
+
"hex": "#92caff"
|
|
10190
|
+
},
|
|
9792
10191
|
"filePath": "src/tokens/component/button.json5",
|
|
9793
10192
|
"isSource": true,
|
|
9794
10193
|
"$type": "color"
|
|
9795
10194
|
},
|
|
9796
10195
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9797
|
-
"$value":
|
|
10196
|
+
"$value": {
|
|
10197
|
+
"colorSpace": "hsl",
|
|
10198
|
+
"components": [209.2, 100, 78.6],
|
|
10199
|
+
"hex": "#92caff"
|
|
10200
|
+
},
|
|
9798
10201
|
"filePath": "src/tokens/component/button.json5",
|
|
9799
10202
|
"isSource": true,
|
|
9800
10203
|
"$type": "color"
|
|
9801
10204
|
},
|
|
9802
10205
|
"light-high-contrast": {
|
|
9803
|
-
"$value":
|
|
10206
|
+
"$value": {
|
|
10207
|
+
"colorSpace": "hsl",
|
|
10208
|
+
"components": [135.4, 40.2, 65.9],
|
|
10209
|
+
"hex": "#85cb97"
|
|
10210
|
+
},
|
|
9804
10211
|
"filePath": "src/tokens/component/button.json5",
|
|
9805
10212
|
"isSource": true,
|
|
9806
10213
|
"$type": "color"
|
|
@@ -9810,7 +10217,11 @@
|
|
|
9810
10217
|
"filePath": "src/tokens/component/button.json5",
|
|
9811
10218
|
"isSource": true,
|
|
9812
10219
|
"original": {
|
|
9813
|
-
"$value":
|
|
10220
|
+
"$value": {
|
|
10221
|
+
"colorSpace": "hsl",
|
|
10222
|
+
"components": [135.8, 69.2, 20.4],
|
|
10223
|
+
"hex": "#105823"
|
|
10224
|
+
},
|
|
9814
10225
|
"$type": "color",
|
|
9815
10226
|
"$extensions": {
|
|
9816
10227
|
"org.primer.figma": {
|
|
@@ -9820,25 +10231,41 @@
|
|
|
9820
10231
|
},
|
|
9821
10232
|
"org.primer.overrides": {
|
|
9822
10233
|
"dark": {
|
|
9823
|
-
"$value":
|
|
10234
|
+
"$value": {
|
|
10235
|
+
"colorSpace": "hsl",
|
|
10236
|
+
"components": [135.8, 69.2, 20.4],
|
|
10237
|
+
"hex": "#105823"
|
|
10238
|
+
},
|
|
9824
10239
|
"filePath": "src/tokens/component/button.json5",
|
|
9825
10240
|
"isSource": true,
|
|
9826
10241
|
"$type": "color"
|
|
9827
10242
|
},
|
|
9828
10243
|
"dark-dimmed": {
|
|
9829
|
-
"$value":
|
|
10244
|
+
"$value": {
|
|
10245
|
+
"colorSpace": "hsl",
|
|
10246
|
+
"components": [135.8, 69.2, 20.4],
|
|
10247
|
+
"hex": "#105823"
|
|
10248
|
+
},
|
|
9830
10249
|
"filePath": "src/tokens/component/button.json5",
|
|
9831
10250
|
"isSource": true,
|
|
9832
10251
|
"$type": "color"
|
|
9833
10252
|
},
|
|
9834
10253
|
"dark-tritanopia": {
|
|
9835
|
-
"$value":
|
|
10254
|
+
"$value": {
|
|
10255
|
+
"colorSpace": "hsl",
|
|
10256
|
+
"components": [211.3, 98.8, 68.4],
|
|
10257
|
+
"hex": "#5fabfe"
|
|
10258
|
+
},
|
|
9836
10259
|
"filePath": "src/tokens/component/button.json5",
|
|
9837
10260
|
"isSource": true,
|
|
9838
10261
|
"$type": "color"
|
|
9839
10262
|
},
|
|
9840
10263
|
"dark-tritanopia-high-contrast": {
|
|
9841
|
-
"$value":
|
|
10264
|
+
"$value": {
|
|
10265
|
+
"colorSpace": "hsl",
|
|
10266
|
+
"components": [211.3, 98.8, 68.4],
|
|
10267
|
+
"hex": "#5fabfe"
|
|
10268
|
+
},
|
|
9842
10269
|
"filePath": "src/tokens/component/button.json5",
|
|
9843
10270
|
"isSource": true,
|
|
9844
10271
|
"$type": "color"
|
|
@@ -9856,37 +10283,61 @@
|
|
|
9856
10283
|
"$type": "color"
|
|
9857
10284
|
},
|
|
9858
10285
|
"dark-high-contrast": {
|
|
9859
|
-
"$value":
|
|
10286
|
+
"$value": {
|
|
10287
|
+
"colorSpace": "hsl",
|
|
10288
|
+
"components": [138.6, 94.6, 28.8],
|
|
10289
|
+
"hex": "#048f2f"
|
|
10290
|
+
},
|
|
9860
10291
|
"filePath": "src/tokens/component/button.json5",
|
|
9861
10292
|
"isSource": true,
|
|
9862
10293
|
"$type": "color"
|
|
9863
10294
|
},
|
|
9864
10295
|
"light-tritanopia": {
|
|
9865
|
-
"$value":
|
|
10296
|
+
"$value": {
|
|
10297
|
+
"colorSpace": "hsl",
|
|
10298
|
+
"components": [209.2, 100, 78.6],
|
|
10299
|
+
"hex": "#92caff"
|
|
10300
|
+
},
|
|
9866
10301
|
"filePath": "src/tokens/component/button.json5",
|
|
9867
10302
|
"isSource": true,
|
|
9868
10303
|
"$type": "color"
|
|
9869
10304
|
},
|
|
9870
10305
|
"light-tritanopia-high-contrast": {
|
|
9871
|
-
"$value":
|
|
10306
|
+
"$value": {
|
|
10307
|
+
"colorSpace": "hsl",
|
|
10308
|
+
"components": [209.2, 100, 78.6],
|
|
10309
|
+
"hex": "#92caff"
|
|
10310
|
+
},
|
|
9872
10311
|
"filePath": "src/tokens/component/button.json5",
|
|
9873
10312
|
"isSource": true,
|
|
9874
10313
|
"$type": "color"
|
|
9875
10314
|
},
|
|
9876
10315
|
"light-protanopia-deuteranopia": {
|
|
9877
|
-
"$value":
|
|
10316
|
+
"$value": {
|
|
10317
|
+
"colorSpace": "hsl",
|
|
10318
|
+
"components": [209.2, 100, 78.6],
|
|
10319
|
+
"hex": "#92caff"
|
|
10320
|
+
},
|
|
9878
10321
|
"filePath": "src/tokens/component/button.json5",
|
|
9879
10322
|
"isSource": true,
|
|
9880
10323
|
"$type": "color"
|
|
9881
10324
|
},
|
|
9882
10325
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9883
|
-
"$value":
|
|
10326
|
+
"$value": {
|
|
10327
|
+
"colorSpace": "hsl",
|
|
10328
|
+
"components": [209.2, 100, 78.6],
|
|
10329
|
+
"hex": "#92caff"
|
|
10330
|
+
},
|
|
9884
10331
|
"filePath": "src/tokens/component/button.json5",
|
|
9885
10332
|
"isSource": true,
|
|
9886
10333
|
"$type": "color"
|
|
9887
10334
|
},
|
|
9888
10335
|
"light-high-contrast": {
|
|
9889
|
-
"$value":
|
|
10336
|
+
"$value": {
|
|
10337
|
+
"colorSpace": "hsl",
|
|
10338
|
+
"components": [135.4, 40.2, 65.9],
|
|
10339
|
+
"hex": "#85cb97"
|
|
10340
|
+
},
|
|
9890
10341
|
"filePath": "src/tokens/component/button.json5",
|
|
9891
10342
|
"isSource": true,
|
|
9892
10343
|
"$type": "color"
|
|
@@ -9911,13 +10362,21 @@
|
|
|
9911
10362
|
},
|
|
9912
10363
|
"org.primer.overrides": {
|
|
9913
10364
|
"dark": {
|
|
9914
|
-
"$value":
|
|
10365
|
+
"$value": {
|
|
10366
|
+
"colorSpace": "hsl",
|
|
10367
|
+
"components": [130.5, 55.7, 36.3],
|
|
10368
|
+
"hex": "#29903B"
|
|
10369
|
+
},
|
|
9915
10370
|
"filePath": "src/tokens/component/button.json5",
|
|
9916
10371
|
"isSource": true,
|
|
9917
10372
|
"$type": "color"
|
|
9918
10373
|
},
|
|
9919
10374
|
"dark-dimmed": {
|
|
9920
|
-
"$value":
|
|
10375
|
+
"$value": {
|
|
10376
|
+
"colorSpace": "hsl",
|
|
10377
|
+
"components": [124, 38.9, 37.8],
|
|
10378
|
+
"hex": "#3b8640"
|
|
10379
|
+
},
|
|
9921
10380
|
"filePath": "src/tokens/component/button.json5",
|
|
9922
10381
|
"isSource": true,
|
|
9923
10382
|
"$type": "color"
|
|
@@ -9929,61 +10388,101 @@
|
|
|
9929
10388
|
"$type": "color"
|
|
9930
10389
|
},
|
|
9931
10390
|
"dark-tritanopia": {
|
|
9932
|
-
"$value":
|
|
10391
|
+
"$value": {
|
|
10392
|
+
"colorSpace": "hsl",
|
|
10393
|
+
"components": [215.6, 86, 55.1],
|
|
10394
|
+
"hex": "#2a7aef"
|
|
10395
|
+
},
|
|
9933
10396
|
"filePath": "src/tokens/component/button.json5",
|
|
9934
10397
|
"isSource": true,
|
|
9935
10398
|
"$type": "color"
|
|
9936
10399
|
},
|
|
9937
10400
|
"dark-tritanopia-high-contrast": {
|
|
9938
|
-
"$value":
|
|
10401
|
+
"$value": {
|
|
10402
|
+
"colorSpace": "hsl",
|
|
10403
|
+
"components": [215.6, 86, 55.1],
|
|
10404
|
+
"hex": "#2a7aef"
|
|
10405
|
+
},
|
|
9939
10406
|
"filePath": "src/tokens/component/button.json5",
|
|
9940
10407
|
"isSource": true,
|
|
9941
10408
|
"$type": "color"
|
|
9942
10409
|
},
|
|
9943
10410
|
"dark-protanopia-deuteranopia": {
|
|
9944
|
-
"$value":
|
|
10411
|
+
"$value": {
|
|
10412
|
+
"colorSpace": "hsl",
|
|
10413
|
+
"components": [215.6, 86, 55.1],
|
|
10414
|
+
"hex": "#2a7aef"
|
|
10415
|
+
},
|
|
9945
10416
|
"filePath": "src/tokens/component/button.json5",
|
|
9946
10417
|
"isSource": true,
|
|
9947
10418
|
"$type": "color"
|
|
9948
10419
|
},
|
|
9949
10420
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
9950
|
-
"$value":
|
|
10421
|
+
"$value": {
|
|
10422
|
+
"colorSpace": "hsl",
|
|
10423
|
+
"components": [215.6, 86, 55.1],
|
|
10424
|
+
"hex": "#2a7aef"
|
|
10425
|
+
},
|
|
9951
10426
|
"filePath": "src/tokens/component/button.json5",
|
|
9952
10427
|
"isSource": true,
|
|
9953
10428
|
"$type": "color"
|
|
9954
10429
|
},
|
|
9955
10430
|
"dark-high-contrast": {
|
|
9956
|
-
"$value":
|
|
10431
|
+
"$value": {
|
|
10432
|
+
"colorSpace": "hsl",
|
|
10433
|
+
"components": [138.6, 87.6, 25.3],
|
|
10434
|
+
"hex": "#08792b"
|
|
10435
|
+
},
|
|
9957
10436
|
"filePath": "src/tokens/component/button.json5",
|
|
9958
10437
|
"isSource": true,
|
|
9959
10438
|
"$type": "color"
|
|
9960
10439
|
},
|
|
9961
10440
|
"light-tritanopia": {
|
|
9962
|
-
"$value":
|
|
10441
|
+
"$value": {
|
|
10442
|
+
"colorSpace": "hsl",
|
|
10443
|
+
"components": [212.5, 92.6, 42.5],
|
|
10444
|
+
"hex": "#0864d1"
|
|
10445
|
+
},
|
|
9963
10446
|
"filePath": "src/tokens/component/button.json5",
|
|
9964
10447
|
"isSource": true,
|
|
9965
10448
|
"$type": "color"
|
|
9966
10449
|
},
|
|
9967
10450
|
"light-tritanopia-high-contrast": {
|
|
9968
|
-
"$value":
|
|
10451
|
+
"$value": {
|
|
10452
|
+
"colorSpace": "hsl",
|
|
10453
|
+
"components": [212.5, 92.6, 42.5],
|
|
10454
|
+
"hex": "#0864d1"
|
|
10455
|
+
},
|
|
9969
10456
|
"filePath": "src/tokens/component/button.json5",
|
|
9970
10457
|
"isSource": true,
|
|
9971
10458
|
"$type": "color"
|
|
9972
10459
|
},
|
|
9973
10460
|
"light-protanopia-deuteranopia": {
|
|
9974
|
-
"$value":
|
|
10461
|
+
"$value": {
|
|
10462
|
+
"colorSpace": "hsl",
|
|
10463
|
+
"components": [212.5, 92.6, 42.5],
|
|
10464
|
+
"hex": "#0864d1"
|
|
10465
|
+
},
|
|
9975
10466
|
"filePath": "src/tokens/component/button.json5",
|
|
9976
10467
|
"isSource": true,
|
|
9977
10468
|
"$type": "color"
|
|
9978
10469
|
},
|
|
9979
10470
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9980
|
-
"$value":
|
|
10471
|
+
"$value": {
|
|
10472
|
+
"colorSpace": "hsl",
|
|
10473
|
+
"components": [212.5, 92.6, 42.5],
|
|
10474
|
+
"hex": "#0864d1"
|
|
10475
|
+
},
|
|
9981
10476
|
"filePath": "src/tokens/component/button.json5",
|
|
9982
10477
|
"isSource": true,
|
|
9983
10478
|
"$type": "color"
|
|
9984
10479
|
},
|
|
9985
10480
|
"light-high-contrast": {
|
|
9986
|
-
"$value":
|
|
10481
|
+
"$value": {
|
|
10482
|
+
"colorSpace": "hsl",
|
|
10483
|
+
"components": [138.8, 91.2, 17.8],
|
|
10484
|
+
"hex": "#04571e"
|
|
10485
|
+
},
|
|
9987
10486
|
"filePath": "src/tokens/component/button.json5",
|
|
9988
10487
|
"isSource": true,
|
|
9989
10488
|
"$type": "color"
|
|
@@ -10003,13 +10502,21 @@
|
|
|
10003
10502
|
},
|
|
10004
10503
|
"org.primer.overrides": {
|
|
10005
10504
|
"dark": {
|
|
10006
|
-
"$value":
|
|
10505
|
+
"$value": {
|
|
10506
|
+
"colorSpace": "hsl",
|
|
10507
|
+
"components": [130.5, 55.7, 36.3],
|
|
10508
|
+
"hex": "#29903B"
|
|
10509
|
+
},
|
|
10007
10510
|
"filePath": "src/tokens/component/button.json5",
|
|
10008
10511
|
"isSource": true,
|
|
10009
10512
|
"$type": "color"
|
|
10010
10513
|
},
|
|
10011
10514
|
"dark-dimmed": {
|
|
10012
|
-
"$value":
|
|
10515
|
+
"$value": {
|
|
10516
|
+
"colorSpace": "hsl",
|
|
10517
|
+
"components": [124, 38.9, 37.8],
|
|
10518
|
+
"hex": "#3b8640"
|
|
10519
|
+
},
|
|
10013
10520
|
"filePath": "src/tokens/component/button.json5",
|
|
10014
10521
|
"isSource": true,
|
|
10015
10522
|
"$type": "color"
|
|
@@ -10021,61 +10528,101 @@
|
|
|
10021
10528
|
"$type": "color"
|
|
10022
10529
|
},
|
|
10023
10530
|
"dark-tritanopia": {
|
|
10024
|
-
"$value":
|
|
10531
|
+
"$value": {
|
|
10532
|
+
"colorSpace": "hsl",
|
|
10533
|
+
"components": [215.6, 86, 55.1],
|
|
10534
|
+
"hex": "#2a7aef"
|
|
10535
|
+
},
|
|
10025
10536
|
"filePath": "src/tokens/component/button.json5",
|
|
10026
10537
|
"isSource": true,
|
|
10027
10538
|
"$type": "color"
|
|
10028
10539
|
},
|
|
10029
10540
|
"dark-tritanopia-high-contrast": {
|
|
10030
|
-
"$value":
|
|
10541
|
+
"$value": {
|
|
10542
|
+
"colorSpace": "hsl",
|
|
10543
|
+
"components": [215.6, 86, 55.1],
|
|
10544
|
+
"hex": "#2a7aef"
|
|
10545
|
+
},
|
|
10031
10546
|
"filePath": "src/tokens/component/button.json5",
|
|
10032
10547
|
"isSource": true,
|
|
10033
10548
|
"$type": "color"
|
|
10034
10549
|
},
|
|
10035
10550
|
"dark-protanopia-deuteranopia": {
|
|
10036
|
-
"$value":
|
|
10551
|
+
"$value": {
|
|
10552
|
+
"colorSpace": "hsl",
|
|
10553
|
+
"components": [215.6, 86, 55.1],
|
|
10554
|
+
"hex": "#2a7aef"
|
|
10555
|
+
},
|
|
10037
10556
|
"filePath": "src/tokens/component/button.json5",
|
|
10038
10557
|
"isSource": true,
|
|
10039
10558
|
"$type": "color"
|
|
10040
10559
|
},
|
|
10041
10560
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
10042
|
-
"$value":
|
|
10561
|
+
"$value": {
|
|
10562
|
+
"colorSpace": "hsl",
|
|
10563
|
+
"components": [215.6, 86, 55.1],
|
|
10564
|
+
"hex": "#2a7aef"
|
|
10565
|
+
},
|
|
10043
10566
|
"filePath": "src/tokens/component/button.json5",
|
|
10044
10567
|
"isSource": true,
|
|
10045
10568
|
"$type": "color"
|
|
10046
10569
|
},
|
|
10047
10570
|
"dark-high-contrast": {
|
|
10048
|
-
"$value":
|
|
10571
|
+
"$value": {
|
|
10572
|
+
"colorSpace": "hsl",
|
|
10573
|
+
"components": [138.6, 87.6, 25.3],
|
|
10574
|
+
"hex": "#08792b"
|
|
10575
|
+
},
|
|
10049
10576
|
"filePath": "src/tokens/component/button.json5",
|
|
10050
10577
|
"isSource": true,
|
|
10051
10578
|
"$type": "color"
|
|
10052
10579
|
},
|
|
10053
10580
|
"light-tritanopia": {
|
|
10054
|
-
"$value":
|
|
10581
|
+
"$value": {
|
|
10582
|
+
"colorSpace": "hsl",
|
|
10583
|
+
"components": [212.5, 92.6, 42.5],
|
|
10584
|
+
"hex": "#0864d1"
|
|
10585
|
+
},
|
|
10055
10586
|
"filePath": "src/tokens/component/button.json5",
|
|
10056
10587
|
"isSource": true,
|
|
10057
10588
|
"$type": "color"
|
|
10058
10589
|
},
|
|
10059
10590
|
"light-tritanopia-high-contrast": {
|
|
10060
|
-
"$value":
|
|
10591
|
+
"$value": {
|
|
10592
|
+
"colorSpace": "hsl",
|
|
10593
|
+
"components": [212.5, 92.6, 42.5],
|
|
10594
|
+
"hex": "#0864d1"
|
|
10595
|
+
},
|
|
10061
10596
|
"filePath": "src/tokens/component/button.json5",
|
|
10062
10597
|
"isSource": true,
|
|
10063
10598
|
"$type": "color"
|
|
10064
10599
|
},
|
|
10065
10600
|
"light-protanopia-deuteranopia": {
|
|
10066
|
-
"$value":
|
|
10601
|
+
"$value": {
|
|
10602
|
+
"colorSpace": "hsl",
|
|
10603
|
+
"components": [212.5, 92.6, 42.5],
|
|
10604
|
+
"hex": "#0864d1"
|
|
10605
|
+
},
|
|
10067
10606
|
"filePath": "src/tokens/component/button.json5",
|
|
10068
10607
|
"isSource": true,
|
|
10069
10608
|
"$type": "color"
|
|
10070
10609
|
},
|
|
10071
10610
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
10072
|
-
"$value":
|
|
10611
|
+
"$value": {
|
|
10612
|
+
"colorSpace": "hsl",
|
|
10613
|
+
"components": [212.5, 92.6, 42.5],
|
|
10614
|
+
"hex": "#0864d1"
|
|
10615
|
+
},
|
|
10073
10616
|
"filePath": "src/tokens/component/button.json5",
|
|
10074
10617
|
"isSource": true,
|
|
10075
10618
|
"$type": "color"
|
|
10076
10619
|
},
|
|
10077
10620
|
"light-high-contrast": {
|
|
10078
|
-
"$value":
|
|
10621
|
+
"$value": {
|
|
10622
|
+
"colorSpace": "hsl",
|
|
10623
|
+
"components": [138.8, 91.2, 17.8],
|
|
10624
|
+
"hex": "#04571e"
|
|
10625
|
+
},
|
|
10079
10626
|
"filePath": "src/tokens/component/button.json5",
|
|
10080
10627
|
"isSource": true,
|
|
10081
10628
|
"$type": "color"
|
|
@@ -10186,37 +10733,61 @@
|
|
|
10186
10733
|
},
|
|
10187
10734
|
"org.primer.overrides": {
|
|
10188
10735
|
"dark": {
|
|
10189
|
-
"$value":
|
|
10736
|
+
"$value": {
|
|
10737
|
+
"colorSpace": "hsl",
|
|
10738
|
+
"components": [135.8, 69.2, 20.4],
|
|
10739
|
+
"hex": "#105823"
|
|
10740
|
+
},
|
|
10190
10741
|
"filePath": "src/tokens/component/button.json5",
|
|
10191
10742
|
"isSource": true,
|
|
10192
10743
|
"$type": "color"
|
|
10193
10744
|
},
|
|
10194
10745
|
"dark-dimmed": {
|
|
10195
|
-
"$value":
|
|
10746
|
+
"$value": {
|
|
10747
|
+
"colorSpace": "hsl",
|
|
10748
|
+
"components": [135.8, 69.2, 20.4],
|
|
10749
|
+
"hex": "#105823"
|
|
10750
|
+
},
|
|
10196
10751
|
"filePath": "src/tokens/component/button.json5",
|
|
10197
10752
|
"isSource": true,
|
|
10198
10753
|
"$type": "color"
|
|
10199
10754
|
},
|
|
10200
10755
|
"dark-tritanopia": {
|
|
10201
|
-
"$value":
|
|
10756
|
+
"$value": {
|
|
10757
|
+
"colorSpace": "hsl",
|
|
10758
|
+
"components": [211.3, 98.8, 68.4],
|
|
10759
|
+
"hex": "#5fabfe"
|
|
10760
|
+
},
|
|
10202
10761
|
"filePath": "src/tokens/component/button.json5",
|
|
10203
10762
|
"isSource": true,
|
|
10204
10763
|
"$type": "color"
|
|
10205
10764
|
},
|
|
10206
10765
|
"dark-tritanopia-high-contrast": {
|
|
10207
|
-
"$value":
|
|
10766
|
+
"$value": {
|
|
10767
|
+
"colorSpace": "hsl",
|
|
10768
|
+
"components": [211.3, 98.8, 68.4],
|
|
10769
|
+
"hex": "#5fabfe"
|
|
10770
|
+
},
|
|
10208
10771
|
"filePath": "src/tokens/component/button.json5",
|
|
10209
10772
|
"isSource": true,
|
|
10210
10773
|
"$type": "color"
|
|
10211
10774
|
},
|
|
10212
10775
|
"dark-protanopia-deuteranopia": {
|
|
10213
|
-
"$value":
|
|
10776
|
+
"$value": {
|
|
10777
|
+
"colorSpace": "hsl",
|
|
10778
|
+
"components": [216.6, 84.3, 42.4],
|
|
10779
|
+
"hex": "#1158c7"
|
|
10780
|
+
},
|
|
10214
10781
|
"filePath": "src/tokens/component/button.json5",
|
|
10215
10782
|
"isSource": true,
|
|
10216
10783
|
"$type": "color"
|
|
10217
10784
|
},
|
|
10218
10785
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
10219
|
-
"$value":
|
|
10786
|
+
"$value": {
|
|
10787
|
+
"colorSpace": "hsl",
|
|
10788
|
+
"components": [216.6, 84.3, 42.4],
|
|
10789
|
+
"hex": "#1158c7"
|
|
10790
|
+
},
|
|
10220
10791
|
"filePath": "src/tokens/component/button.json5",
|
|
10221
10792
|
"isSource": true,
|
|
10222
10793
|
"$type": "color"
|
|
@@ -10229,7 +10800,11 @@
|
|
|
10229
10800
|
"$type": "color"
|
|
10230
10801
|
},
|
|
10231
10802
|
"light-high-contrast": {
|
|
10232
|
-
"$value":
|
|
10803
|
+
"$value": {
|
|
10804
|
+
"colorSpace": "hsl",
|
|
10805
|
+
"components": [135.4, 40.2, 65.9],
|
|
10806
|
+
"hex": "#85cb97"
|
|
10807
|
+
},
|
|
10233
10808
|
"filePath": "src/tokens/component/button.json5",
|
|
10234
10809
|
"isSource": true,
|
|
10235
10810
|
"$type": "color"
|
|
@@ -10239,7 +10814,11 @@
|
|
|
10239
10814
|
"filePath": "src/tokens/component/button.json5",
|
|
10240
10815
|
"isSource": true,
|
|
10241
10816
|
"original": {
|
|
10242
|
-
"$value":
|
|
10817
|
+
"$value": {
|
|
10818
|
+
"colorSpace": "hsl",
|
|
10819
|
+
"components": [135.8, 69.2, 20.4],
|
|
10820
|
+
"hex": "#105823"
|
|
10821
|
+
},
|
|
10243
10822
|
"$type": "color",
|
|
10244
10823
|
"$extensions": {
|
|
10245
10824
|
"org.primer.figma": {
|
|
@@ -10249,37 +10828,61 @@
|
|
|
10249
10828
|
},
|
|
10250
10829
|
"org.primer.overrides": {
|
|
10251
10830
|
"dark": {
|
|
10252
|
-
"$value":
|
|
10831
|
+
"$value": {
|
|
10832
|
+
"colorSpace": "hsl",
|
|
10833
|
+
"components": [135.8, 69.2, 20.4],
|
|
10834
|
+
"hex": "#105823"
|
|
10835
|
+
},
|
|
10253
10836
|
"filePath": "src/tokens/component/button.json5",
|
|
10254
10837
|
"isSource": true,
|
|
10255
10838
|
"$type": "color"
|
|
10256
10839
|
},
|
|
10257
10840
|
"dark-dimmed": {
|
|
10258
|
-
"$value":
|
|
10841
|
+
"$value": {
|
|
10842
|
+
"colorSpace": "hsl",
|
|
10843
|
+
"components": [135.8, 69.2, 20.4],
|
|
10844
|
+
"hex": "#105823"
|
|
10845
|
+
},
|
|
10259
10846
|
"filePath": "src/tokens/component/button.json5",
|
|
10260
10847
|
"isSource": true,
|
|
10261
10848
|
"$type": "color"
|
|
10262
10849
|
},
|
|
10263
10850
|
"dark-tritanopia": {
|
|
10264
|
-
"$value":
|
|
10851
|
+
"$value": {
|
|
10852
|
+
"colorSpace": "hsl",
|
|
10853
|
+
"components": [211.3, 98.8, 68.4],
|
|
10854
|
+
"hex": "#5fabfe"
|
|
10855
|
+
},
|
|
10265
10856
|
"filePath": "src/tokens/component/button.json5",
|
|
10266
10857
|
"isSource": true,
|
|
10267
10858
|
"$type": "color"
|
|
10268
10859
|
},
|
|
10269
10860
|
"dark-tritanopia-high-contrast": {
|
|
10270
|
-
"$value":
|
|
10861
|
+
"$value": {
|
|
10862
|
+
"colorSpace": "hsl",
|
|
10863
|
+
"components": [211.3, 98.8, 68.4],
|
|
10864
|
+
"hex": "#5fabfe"
|
|
10865
|
+
},
|
|
10271
10866
|
"filePath": "src/tokens/component/button.json5",
|
|
10272
10867
|
"isSource": true,
|
|
10273
10868
|
"$type": "color"
|
|
10274
10869
|
},
|
|
10275
10870
|
"dark-protanopia-deuteranopia": {
|
|
10276
|
-
"$value":
|
|
10871
|
+
"$value": {
|
|
10872
|
+
"colorSpace": "hsl",
|
|
10873
|
+
"components": [216.6, 84.3, 42.4],
|
|
10874
|
+
"hex": "#1158c7"
|
|
10875
|
+
},
|
|
10277
10876
|
"filePath": "src/tokens/component/button.json5",
|
|
10278
10877
|
"isSource": true,
|
|
10279
10878
|
"$type": "color"
|
|
10280
10879
|
},
|
|
10281
10880
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
10282
|
-
"$value":
|
|
10881
|
+
"$value": {
|
|
10882
|
+
"colorSpace": "hsl",
|
|
10883
|
+
"components": [216.6, 84.3, 42.4],
|
|
10884
|
+
"hex": "#1158c7"
|
|
10885
|
+
},
|
|
10283
10886
|
"filePath": "src/tokens/component/button.json5",
|
|
10284
10887
|
"isSource": true,
|
|
10285
10888
|
"$type": "color"
|
|
@@ -10292,7 +10895,11 @@
|
|
|
10292
10895
|
"$type": "color"
|
|
10293
10896
|
},
|
|
10294
10897
|
"light-high-contrast": {
|
|
10295
|
-
"$value":
|
|
10898
|
+
"$value": {
|
|
10899
|
+
"colorSpace": "hsl",
|
|
10900
|
+
"components": [135.4, 40.2, 65.9],
|
|
10901
|
+
"hex": "#85cb97"
|
|
10902
|
+
},
|
|
10296
10903
|
"filePath": "src/tokens/component/button.json5",
|
|
10297
10904
|
"isSource": true,
|
|
10298
10905
|
"$type": "color"
|
|
@@ -10534,13 +11141,21 @@
|
|
|
10534
11141
|
"$type": "color"
|
|
10535
11142
|
},
|
|
10536
11143
|
"dark-dimmed": {
|
|
10537
|
-
"$value":
|
|
11144
|
+
"$value": {
|
|
11145
|
+
"colorSpace": "hsl",
|
|
11146
|
+
"components": [0, 0, 100],
|
|
11147
|
+
"hex": "#ffffff"
|
|
11148
|
+
},
|
|
10538
11149
|
"filePath": "src/tokens/component/button.json5",
|
|
10539
11150
|
"isSource": true,
|
|
10540
11151
|
"$type": "color"
|
|
10541
11152
|
},
|
|
10542
11153
|
"dark-dimmed-high-contrast": {
|
|
10543
|
-
"$value":
|
|
11154
|
+
"$value": {
|
|
11155
|
+
"colorSpace": "hsl",
|
|
11156
|
+
"components": [0, 0, 100],
|
|
11157
|
+
"hex": "#ffffff"
|
|
11158
|
+
},
|
|
10544
11159
|
"filePath": "src/tokens/component/button.json5",
|
|
10545
11160
|
"isSource": true,
|
|
10546
11161
|
"$type": "color"
|
|
@@ -10550,7 +11165,11 @@
|
|
|
10550
11165
|
"filePath": "src/tokens/component/button.json5",
|
|
10551
11166
|
"isSource": true,
|
|
10552
11167
|
"original": {
|
|
10553
|
-
"$value":
|
|
11168
|
+
"$value": {
|
|
11169
|
+
"colorSpace": "hsl",
|
|
11170
|
+
"components": [0, 0, 100],
|
|
11171
|
+
"hex": "#ffffff"
|
|
11172
|
+
},
|
|
10554
11173
|
"$type": "color",
|
|
10555
11174
|
"$extensions": {
|
|
10556
11175
|
"org.primer.figma": {
|
|
@@ -10566,13 +11185,21 @@
|
|
|
10566
11185
|
"$type": "color"
|
|
10567
11186
|
},
|
|
10568
11187
|
"dark-dimmed": {
|
|
10569
|
-
"$value":
|
|
11188
|
+
"$value": {
|
|
11189
|
+
"colorSpace": "hsl",
|
|
11190
|
+
"components": [0, 0, 100],
|
|
11191
|
+
"hex": "#ffffff"
|
|
11192
|
+
},
|
|
10570
11193
|
"filePath": "src/tokens/component/button.json5",
|
|
10571
11194
|
"isSource": true,
|
|
10572
11195
|
"$type": "color"
|
|
10573
11196
|
},
|
|
10574
11197
|
"dark-dimmed-high-contrast": {
|
|
10575
|
-
"$value":
|
|
11198
|
+
"$value": {
|
|
11199
|
+
"colorSpace": "hsl",
|
|
11200
|
+
"components": [0, 0, 100],
|
|
11201
|
+
"hex": "#ffffff"
|
|
11202
|
+
},
|
|
10576
11203
|
"filePath": "src/tokens/component/button.json5",
|
|
10577
11204
|
"isSource": true,
|
|
10578
11205
|
"$type": "color"
|
|
@@ -10585,6 +11212,35 @@
|
|
|
10585
11212
|
"attributes": {},
|
|
10586
11213
|
"path": ["button", "primary", "fgColor", "rest"]
|
|
10587
11214
|
},
|
|
11215
|
+
"button-primary-iconColor-disabled": {
|
|
11216
|
+
"key": "{button.primary.iconColor.disabled}",
|
|
11217
|
+
"$value": "#cdd9e566",
|
|
11218
|
+
"$type": "color",
|
|
11219
|
+
"$extensions": {
|
|
11220
|
+
"org.primer.figma": {
|
|
11221
|
+
"collection": "mode",
|
|
11222
|
+
"group": "component (internal)",
|
|
11223
|
+
"scopes": ["fgColor"]
|
|
11224
|
+
}
|
|
11225
|
+
},
|
|
11226
|
+
"filePath": "src/tokens/component/button.json5",
|
|
11227
|
+
"isSource": true,
|
|
11228
|
+
"original": {
|
|
11229
|
+
"$value": "{button.primary.fgColor.disabled}",
|
|
11230
|
+
"$type": "color",
|
|
11231
|
+
"$extensions": {
|
|
11232
|
+
"org.primer.figma": {
|
|
11233
|
+
"collection": "mode",
|
|
11234
|
+
"group": "component (internal)",
|
|
11235
|
+
"scopes": ["fgColor"]
|
|
11236
|
+
}
|
|
11237
|
+
},
|
|
11238
|
+
"key": "{button.primary.iconColor.disabled}"
|
|
11239
|
+
},
|
|
11240
|
+
"name": "button-primary-iconColor-disabled",
|
|
11241
|
+
"attributes": {},
|
|
11242
|
+
"path": ["button", "primary", "iconColor", "disabled"]
|
|
11243
|
+
},
|
|
10588
11244
|
"button-primary-iconColor-rest": {
|
|
10589
11245
|
"key": "{button.primary.iconColor.rest}",
|
|
10590
11246
|
"$value": "#ffffff",
|
|
@@ -10610,13 +11266,21 @@
|
|
|
10610
11266
|
"$type": "color"
|
|
10611
11267
|
},
|
|
10612
11268
|
"dark-dimmed": {
|
|
10613
|
-
"$value":
|
|
11269
|
+
"$value": {
|
|
11270
|
+
"colorSpace": "hsl",
|
|
11271
|
+
"components": [0, 0, 100],
|
|
11272
|
+
"hex": "#ffffff"
|
|
11273
|
+
},
|
|
10614
11274
|
"filePath": "src/tokens/component/button.json5",
|
|
10615
11275
|
"isSource": true,
|
|
10616
11276
|
"$type": "color"
|
|
10617
11277
|
},
|
|
10618
11278
|
"dark-dimmed-high-contrast": {
|
|
10619
|
-
"$value":
|
|
11279
|
+
"$value": {
|
|
11280
|
+
"colorSpace": "hsl",
|
|
11281
|
+
"components": [0, 0, 100],
|
|
11282
|
+
"hex": "#ffffff"
|
|
11283
|
+
},
|
|
10620
11284
|
"filePath": "src/tokens/component/button.json5",
|
|
10621
11285
|
"isSource": true,
|
|
10622
11286
|
"$type": "color"
|
|
@@ -10626,7 +11290,11 @@
|
|
|
10626
11290
|
"filePath": "src/tokens/component/button.json5",
|
|
10627
11291
|
"isSource": true,
|
|
10628
11292
|
"original": {
|
|
10629
|
-
"$value":
|
|
11293
|
+
"$value": {
|
|
11294
|
+
"colorSpace": "hsl",
|
|
11295
|
+
"components": [0, 0, 100],
|
|
11296
|
+
"hex": "#ffffff"
|
|
11297
|
+
},
|
|
10630
11298
|
"$type": "color",
|
|
10631
11299
|
"$extensions": {
|
|
10632
11300
|
"org.primer.figma": {
|
|
@@ -10649,13 +11317,21 @@
|
|
|
10649
11317
|
"$type": "color"
|
|
10650
11318
|
},
|
|
10651
11319
|
"dark-dimmed": {
|
|
10652
|
-
"$value":
|
|
11320
|
+
"$value": {
|
|
11321
|
+
"colorSpace": "hsl",
|
|
11322
|
+
"components": [0, 0, 100],
|
|
11323
|
+
"hex": "#ffffff"
|
|
11324
|
+
},
|
|
10653
11325
|
"filePath": "src/tokens/component/button.json5",
|
|
10654
11326
|
"isSource": true,
|
|
10655
11327
|
"$type": "color"
|
|
10656
11328
|
},
|
|
10657
11329
|
"dark-dimmed-high-contrast": {
|
|
10658
|
-
"$value":
|
|
11330
|
+
"$value": {
|
|
11331
|
+
"colorSpace": "hsl",
|
|
11332
|
+
"components": [0, 0, 100],
|
|
11333
|
+
"hex": "#ffffff"
|
|
11334
|
+
},
|
|
10659
11335
|
"filePath": "src/tokens/component/button.json5",
|
|
10660
11336
|
"isSource": true,
|
|
10661
11337
|
"$type": "color"
|
|
@@ -10670,7 +11346,7 @@
|
|
|
10670
11346
|
},
|
|
10671
11347
|
"button-primary-shadow-selected": {
|
|
10672
11348
|
"key": "{button.primary.shadow.selected}",
|
|
10673
|
-
"$value": "0 0 0 0 #
|
|
11349
|
+
"$value": "0 0 0 0 #00000000",
|
|
10674
11350
|
"$type": "shadow",
|
|
10675
11351
|
"$extensions": {
|
|
10676
11352
|
"org.primer.figma": {
|
|
@@ -17026,7 +17702,11 @@
|
|
|
17026
17702
|
"org.primer.overrides": {
|
|
17027
17703
|
"dark": "#b7bdc8",
|
|
17028
17704
|
"dark-dimmed": {
|
|
17029
|
-
"$value":
|
|
17705
|
+
"$value": {
|
|
17706
|
+
"colorSpace": "hsl",
|
|
17707
|
+
"components": [213.8, 11.6, 27.1],
|
|
17708
|
+
"hex": "#3d444d"
|
|
17709
|
+
},
|
|
17030
17710
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17031
17711
|
"isSource": true,
|
|
17032
17712
|
"$type": "color"
|
|
@@ -17047,7 +17727,11 @@
|
|
|
17047
17727
|
"org.primer.overrides": {
|
|
17048
17728
|
"dark": "{borderColor.default}",
|
|
17049
17729
|
"dark-dimmed": {
|
|
17050
|
-
"$value":
|
|
17730
|
+
"$value": {
|
|
17731
|
+
"colorSpace": "hsl",
|
|
17732
|
+
"components": [213.8, 11.6, 27.1],
|
|
17733
|
+
"hex": "#3d444d"
|
|
17734
|
+
},
|
|
17051
17735
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17052
17736
|
"isSource": true,
|
|
17053
17737
|
"$type": "color"
|
|
@@ -17178,49 +17862,81 @@
|
|
|
17178
17862
|
"org.primer.overrides": {
|
|
17179
17863
|
"dark": "#3685F3",
|
|
17180
17864
|
"dark-high-contrast": {
|
|
17181
|
-
"$value":
|
|
17865
|
+
"$value": {
|
|
17866
|
+
"colorSpace": "hsl",
|
|
17867
|
+
"components": [215.3, 61.2, 52.5],
|
|
17868
|
+
"hex": "#3c79d0"
|
|
17869
|
+
},
|
|
17182
17870
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17183
17871
|
"isSource": true,
|
|
17184
17872
|
"$type": "color"
|
|
17185
17873
|
},
|
|
17186
17874
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
17187
|
-
"$value":
|
|
17875
|
+
"$value": {
|
|
17876
|
+
"colorSpace": "hsl",
|
|
17877
|
+
"components": [215.3, 61.2, 52.5],
|
|
17878
|
+
"hex": "#3c79d0"
|
|
17879
|
+
},
|
|
17188
17880
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17189
17881
|
"isSource": true,
|
|
17190
17882
|
"$type": "color"
|
|
17191
17883
|
},
|
|
17192
17884
|
"dark-tritanopia-high-contrast": {
|
|
17193
|
-
"$value":
|
|
17885
|
+
"$value": {
|
|
17886
|
+
"colorSpace": "hsl",
|
|
17887
|
+
"components": [215.3, 61.2, 52.5],
|
|
17888
|
+
"hex": "#3c79d0"
|
|
17889
|
+
},
|
|
17194
17890
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17195
17891
|
"isSource": true,
|
|
17196
17892
|
"$type": "color"
|
|
17197
17893
|
},
|
|
17198
17894
|
"dark-dimmed": {
|
|
17199
|
-
"$value":
|
|
17895
|
+
"$value": {
|
|
17896
|
+
"colorSpace": "hsl",
|
|
17897
|
+
"components": [215.4, 68.4, 55.3],
|
|
17898
|
+
"hex": "#3f7fdb"
|
|
17899
|
+
},
|
|
17200
17900
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17201
17901
|
"isSource": true,
|
|
17202
17902
|
"$type": "color"
|
|
17203
17903
|
},
|
|
17204
17904
|
"dark-dimmed-high-contrast": {
|
|
17205
|
-
"$value":
|
|
17905
|
+
"$value": {
|
|
17906
|
+
"colorSpace": "hsl",
|
|
17907
|
+
"components": [215.3, 61.2, 52.5],
|
|
17908
|
+
"hex": "#3c79d0"
|
|
17909
|
+
},
|
|
17206
17910
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17207
17911
|
"isSource": true,
|
|
17208
17912
|
"$type": "color"
|
|
17209
17913
|
},
|
|
17210
17914
|
"light-high-contrast": {
|
|
17211
|
-
"$value":
|
|
17915
|
+
"$value": {
|
|
17916
|
+
"colorSpace": "hsl",
|
|
17917
|
+
"components": [216.6, 96.3, 31.4],
|
|
17918
|
+
"hex": "#033f9d"
|
|
17919
|
+
},
|
|
17212
17920
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17213
17921
|
"isSource": true,
|
|
17214
17922
|
"$type": "color"
|
|
17215
17923
|
},
|
|
17216
17924
|
"light-tritanopia-high-contrast": {
|
|
17217
|
-
"$value":
|
|
17925
|
+
"$value": {
|
|
17926
|
+
"colorSpace": "hsl",
|
|
17927
|
+
"components": [216.6, 96.3, 31.4],
|
|
17928
|
+
"hex": "#033f9d"
|
|
17929
|
+
},
|
|
17218
17930
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17219
17931
|
"isSource": true,
|
|
17220
17932
|
"$type": "color"
|
|
17221
17933
|
},
|
|
17222
17934
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17223
|
-
"$value":
|
|
17935
|
+
"$value": {
|
|
17936
|
+
"colorSpace": "hsl",
|
|
17937
|
+
"components": [216.6, 96.3, 31.4],
|
|
17938
|
+
"hex": "#033f9d"
|
|
17939
|
+
},
|
|
17224
17940
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17225
17941
|
"isSource": true,
|
|
17226
17942
|
"$type": "color"
|
|
@@ -17230,7 +17946,11 @@
|
|
|
17230
17946
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17231
17947
|
"isSource": true,
|
|
17232
17948
|
"original": {
|
|
17233
|
-
"$value":
|
|
17949
|
+
"$value": {
|
|
17950
|
+
"colorSpace": "hsl",
|
|
17951
|
+
"components": [215.3, 61.2, 52.5],
|
|
17952
|
+
"hex": "#3c79d0"
|
|
17953
|
+
},
|
|
17234
17954
|
"$type": "color",
|
|
17235
17955
|
"$extensions": {
|
|
17236
17956
|
"org.primer.figma": {
|
|
@@ -17241,49 +17961,81 @@
|
|
|
17241
17961
|
"org.primer.overrides": {
|
|
17242
17962
|
"dark": "#3685F3",
|
|
17243
17963
|
"dark-high-contrast": {
|
|
17244
|
-
"$value":
|
|
17964
|
+
"$value": {
|
|
17965
|
+
"colorSpace": "hsl",
|
|
17966
|
+
"components": [215.3, 61.2, 52.5],
|
|
17967
|
+
"hex": "#3c79d0"
|
|
17968
|
+
},
|
|
17245
17969
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17246
17970
|
"isSource": true,
|
|
17247
17971
|
"$type": "color"
|
|
17248
17972
|
},
|
|
17249
17973
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
17250
|
-
"$value":
|
|
17974
|
+
"$value": {
|
|
17975
|
+
"colorSpace": "hsl",
|
|
17976
|
+
"components": [215.3, 61.2, 52.5],
|
|
17977
|
+
"hex": "#3c79d0"
|
|
17978
|
+
},
|
|
17251
17979
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17252
17980
|
"isSource": true,
|
|
17253
17981
|
"$type": "color"
|
|
17254
17982
|
},
|
|
17255
17983
|
"dark-tritanopia-high-contrast": {
|
|
17256
|
-
"$value":
|
|
17984
|
+
"$value": {
|
|
17985
|
+
"colorSpace": "hsl",
|
|
17986
|
+
"components": [215.3, 61.2, 52.5],
|
|
17987
|
+
"hex": "#3c79d0"
|
|
17988
|
+
},
|
|
17257
17989
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17258
17990
|
"isSource": true,
|
|
17259
17991
|
"$type": "color"
|
|
17260
17992
|
},
|
|
17261
17993
|
"dark-dimmed": {
|
|
17262
|
-
"$value":
|
|
17994
|
+
"$value": {
|
|
17995
|
+
"colorSpace": "hsl",
|
|
17996
|
+
"components": [215.4, 68.4, 55.3],
|
|
17997
|
+
"hex": "#3f7fdb"
|
|
17998
|
+
},
|
|
17263
17999
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17264
18000
|
"isSource": true,
|
|
17265
18001
|
"$type": "color"
|
|
17266
18002
|
},
|
|
17267
18003
|
"dark-dimmed-high-contrast": {
|
|
17268
|
-
"$value":
|
|
18004
|
+
"$value": {
|
|
18005
|
+
"colorSpace": "hsl",
|
|
18006
|
+
"components": [215.3, 61.2, 52.5],
|
|
18007
|
+
"hex": "#3c79d0"
|
|
18008
|
+
},
|
|
17269
18009
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17270
18010
|
"isSource": true,
|
|
17271
18011
|
"$type": "color"
|
|
17272
18012
|
},
|
|
17273
18013
|
"light-high-contrast": {
|
|
17274
|
-
"$value":
|
|
18014
|
+
"$value": {
|
|
18015
|
+
"colorSpace": "hsl",
|
|
18016
|
+
"components": [216.6, 96.3, 31.4],
|
|
18017
|
+
"hex": "#033f9d"
|
|
18018
|
+
},
|
|
17275
18019
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17276
18020
|
"isSource": true,
|
|
17277
18021
|
"$type": "color"
|
|
17278
18022
|
},
|
|
17279
18023
|
"light-tritanopia-high-contrast": {
|
|
17280
|
-
"$value":
|
|
18024
|
+
"$value": {
|
|
18025
|
+
"colorSpace": "hsl",
|
|
18026
|
+
"components": [216.6, 96.3, 31.4],
|
|
18027
|
+
"hex": "#033f9d"
|
|
18028
|
+
},
|
|
17281
18029
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17282
18030
|
"isSource": true,
|
|
17283
18031
|
"$type": "color"
|
|
17284
18032
|
},
|
|
17285
18033
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17286
|
-
"$value":
|
|
18034
|
+
"$value": {
|
|
18035
|
+
"colorSpace": "hsl",
|
|
18036
|
+
"components": [216.6, 96.3, 31.4],
|
|
18037
|
+
"hex": "#033f9d"
|
|
18038
|
+
},
|
|
17287
18039
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17288
18040
|
"isSource": true,
|
|
17289
18041
|
"$type": "color"
|
|
@@ -17344,49 +18096,81 @@
|
|
|
17344
18096
|
"org.primer.overrides": {
|
|
17345
18097
|
"dark": "#2A7AEF",
|
|
17346
18098
|
"dark-high-contrast": {
|
|
17347
|
-
"$value":
|
|
18099
|
+
"$value": {
|
|
18100
|
+
"colorSpace": "hsl",
|
|
18101
|
+
"components": [217.2, 63.6, 46.3],
|
|
18102
|
+
"hex": "#2b64c1"
|
|
18103
|
+
},
|
|
17348
18104
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17349
18105
|
"isSource": true,
|
|
17350
18106
|
"$type": "color"
|
|
17351
18107
|
},
|
|
17352
18108
|
"dark-tritanopia-high-contrast": {
|
|
17353
|
-
"$value":
|
|
18109
|
+
"$value": {
|
|
18110
|
+
"colorSpace": "hsl",
|
|
18111
|
+
"components": [217.2, 63.6, 46.3],
|
|
18112
|
+
"hex": "#2b64c1"
|
|
18113
|
+
},
|
|
17354
18114
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17355
18115
|
"isSource": true,
|
|
17356
18116
|
"$type": "color"
|
|
17357
18117
|
},
|
|
17358
18118
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
17359
|
-
"$value":
|
|
18119
|
+
"$value": {
|
|
18120
|
+
"colorSpace": "hsl",
|
|
18121
|
+
"components": [217.2, 63.6, 46.3],
|
|
18122
|
+
"hex": "#2b64c1"
|
|
18123
|
+
},
|
|
17360
18124
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17361
18125
|
"isSource": true,
|
|
17362
18126
|
"$type": "color"
|
|
17363
18127
|
},
|
|
17364
18128
|
"dark-dimmed": {
|
|
17365
|
-
"$value":
|
|
18129
|
+
"$value": {
|
|
18130
|
+
"colorSpace": "hsl",
|
|
18131
|
+
"components": [216, 63.8, 52.4],
|
|
18132
|
+
"hex": "#3876d3"
|
|
18133
|
+
},
|
|
17366
18134
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17367
18135
|
"isSource": true,
|
|
17368
18136
|
"$type": "color"
|
|
17369
18137
|
},
|
|
17370
18138
|
"dark-dimmed-high-contrast": {
|
|
17371
|
-
"$value":
|
|
18139
|
+
"$value": {
|
|
18140
|
+
"colorSpace": "hsl",
|
|
18141
|
+
"components": [217.2, 63.6, 46.3],
|
|
18142
|
+
"hex": "#2b64c1"
|
|
18143
|
+
},
|
|
17372
18144
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17373
18145
|
"isSource": true,
|
|
17374
18146
|
"$type": "color"
|
|
17375
18147
|
},
|
|
17376
18148
|
"light-high-contrast": {
|
|
17377
|
-
"$value":
|
|
18149
|
+
"$value": {
|
|
18150
|
+
"colorSpace": "hsl",
|
|
18151
|
+
"components": [216.4, 96.5, 33.5],
|
|
18152
|
+
"hex": "#0344a8"
|
|
18153
|
+
},
|
|
17378
18154
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17379
18155
|
"isSource": true,
|
|
17380
18156
|
"$type": "color"
|
|
17381
18157
|
},
|
|
17382
18158
|
"light-tritanopia-high-contrast": {
|
|
17383
|
-
"$value":
|
|
18159
|
+
"$value": {
|
|
18160
|
+
"colorSpace": "hsl",
|
|
18161
|
+
"components": [216.4, 96.5, 33.5],
|
|
18162
|
+
"hex": "#0344a8"
|
|
18163
|
+
},
|
|
17384
18164
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17385
18165
|
"isSource": true,
|
|
17386
18166
|
"$type": "color"
|
|
17387
18167
|
},
|
|
17388
18168
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17389
|
-
"$value":
|
|
18169
|
+
"$value": {
|
|
18170
|
+
"colorSpace": "hsl",
|
|
18171
|
+
"components": [216.4, 96.5, 33.5],
|
|
18172
|
+
"hex": "#0344a8"
|
|
18173
|
+
},
|
|
17390
18174
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17391
18175
|
"isSource": true,
|
|
17392
18176
|
"$type": "color"
|
|
@@ -17396,7 +18180,11 @@
|
|
|
17396
18180
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17397
18181
|
"isSource": true,
|
|
17398
18182
|
"original": {
|
|
17399
|
-
"$value":
|
|
18183
|
+
"$value": {
|
|
18184
|
+
"colorSpace": "hsl",
|
|
18185
|
+
"components": [217.2, 63.6, 46.3],
|
|
18186
|
+
"hex": "#2b64c1"
|
|
18187
|
+
},
|
|
17400
18188
|
"$type": "color",
|
|
17401
18189
|
"$extensions": {
|
|
17402
18190
|
"org.primer.figma": {
|
|
@@ -17407,49 +18195,81 @@
|
|
|
17407
18195
|
"org.primer.overrides": {
|
|
17408
18196
|
"dark": "#2A7AEF",
|
|
17409
18197
|
"dark-high-contrast": {
|
|
17410
|
-
"$value":
|
|
18198
|
+
"$value": {
|
|
18199
|
+
"colorSpace": "hsl",
|
|
18200
|
+
"components": [217.2, 63.6, 46.3],
|
|
18201
|
+
"hex": "#2b64c1"
|
|
18202
|
+
},
|
|
17411
18203
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17412
18204
|
"isSource": true,
|
|
17413
18205
|
"$type": "color"
|
|
17414
18206
|
},
|
|
17415
18207
|
"dark-tritanopia-high-contrast": {
|
|
17416
|
-
"$value":
|
|
18208
|
+
"$value": {
|
|
18209
|
+
"colorSpace": "hsl",
|
|
18210
|
+
"components": [217.2, 63.6, 46.3],
|
|
18211
|
+
"hex": "#2b64c1"
|
|
18212
|
+
},
|
|
17417
18213
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17418
18214
|
"isSource": true,
|
|
17419
18215
|
"$type": "color"
|
|
17420
18216
|
},
|
|
17421
18217
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
17422
|
-
"$value":
|
|
18218
|
+
"$value": {
|
|
18219
|
+
"colorSpace": "hsl",
|
|
18220
|
+
"components": [217.2, 63.6, 46.3],
|
|
18221
|
+
"hex": "#2b64c1"
|
|
18222
|
+
},
|
|
17423
18223
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17424
18224
|
"isSource": true,
|
|
17425
18225
|
"$type": "color"
|
|
17426
18226
|
},
|
|
17427
18227
|
"dark-dimmed": {
|
|
17428
|
-
"$value":
|
|
18228
|
+
"$value": {
|
|
18229
|
+
"colorSpace": "hsl",
|
|
18230
|
+
"components": [216, 63.8, 52.4],
|
|
18231
|
+
"hex": "#3876d3"
|
|
18232
|
+
},
|
|
17429
18233
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17430
18234
|
"isSource": true,
|
|
17431
18235
|
"$type": "color"
|
|
17432
18236
|
},
|
|
17433
18237
|
"dark-dimmed-high-contrast": {
|
|
17434
|
-
"$value":
|
|
18238
|
+
"$value": {
|
|
18239
|
+
"colorSpace": "hsl",
|
|
18240
|
+
"components": [217.2, 63.6, 46.3],
|
|
18241
|
+
"hex": "#2b64c1"
|
|
18242
|
+
},
|
|
17435
18243
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17436
18244
|
"isSource": true,
|
|
17437
18245
|
"$type": "color"
|
|
17438
18246
|
},
|
|
17439
18247
|
"light-high-contrast": {
|
|
17440
|
-
"$value":
|
|
18248
|
+
"$value": {
|
|
18249
|
+
"colorSpace": "hsl",
|
|
18250
|
+
"components": [216.4, 96.5, 33.5],
|
|
18251
|
+
"hex": "#0344a8"
|
|
18252
|
+
},
|
|
17441
18253
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17442
18254
|
"isSource": true,
|
|
17443
18255
|
"$type": "color"
|
|
17444
18256
|
},
|
|
17445
18257
|
"light-tritanopia-high-contrast": {
|
|
17446
|
-
"$value":
|
|
18258
|
+
"$value": {
|
|
18259
|
+
"colorSpace": "hsl",
|
|
18260
|
+
"components": [216.4, 96.5, 33.5],
|
|
18261
|
+
"hex": "#0344a8"
|
|
18262
|
+
},
|
|
17447
18263
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17448
18264
|
"isSource": true,
|
|
17449
18265
|
"$type": "color"
|
|
17450
18266
|
},
|
|
17451
18267
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17452
|
-
"$value":
|
|
18268
|
+
"$value": {
|
|
18269
|
+
"colorSpace": "hsl",
|
|
18270
|
+
"components": [216.4, 96.5, 33.5],
|
|
18271
|
+
"hex": "#0344a8"
|
|
18272
|
+
},
|
|
17453
18273
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17454
18274
|
"isSource": true,
|
|
17455
18275
|
"$type": "color"
|
|
@@ -17528,7 +18348,11 @@
|
|
|
17528
18348
|
"$type": "color"
|
|
17529
18349
|
},
|
|
17530
18350
|
"dark-dimmed": {
|
|
17531
|
-
"$value":
|
|
18351
|
+
"$value": {
|
|
18352
|
+
"colorSpace": "hsl",
|
|
18353
|
+
"components": [215.4, 68.4, 55.3],
|
|
18354
|
+
"hex": "#3f7fdb"
|
|
18355
|
+
},
|
|
17532
18356
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17533
18357
|
"isSource": true,
|
|
17534
18358
|
"$type": "color"
|
|
@@ -17540,19 +18364,31 @@
|
|
|
17540
18364
|
"$type": "color"
|
|
17541
18365
|
},
|
|
17542
18366
|
"light-high-contrast": {
|
|
17543
|
-
"$value":
|
|
18367
|
+
"$value": {
|
|
18368
|
+
"colorSpace": "hsl",
|
|
18369
|
+
"components": [216.6, 96.3, 31.4],
|
|
18370
|
+
"hex": "#033f9d"
|
|
18371
|
+
},
|
|
17544
18372
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17545
18373
|
"isSource": true,
|
|
17546
18374
|
"$type": "color"
|
|
17547
18375
|
},
|
|
17548
18376
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17549
|
-
"$value":
|
|
18377
|
+
"$value": {
|
|
18378
|
+
"colorSpace": "hsl",
|
|
18379
|
+
"components": [216.6, 96.3, 31.4],
|
|
18380
|
+
"hex": "#033f9d"
|
|
18381
|
+
},
|
|
17550
18382
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17551
18383
|
"isSource": true,
|
|
17552
18384
|
"$type": "color"
|
|
17553
18385
|
},
|
|
17554
18386
|
"light-tritanopia-high-contrast": {
|
|
17555
|
-
"$value":
|
|
18387
|
+
"$value": {
|
|
18388
|
+
"colorSpace": "hsl",
|
|
18389
|
+
"components": [216.6, 96.3, 31.4],
|
|
18390
|
+
"hex": "#033f9d"
|
|
18391
|
+
},
|
|
17556
18392
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17557
18393
|
"isSource": true,
|
|
17558
18394
|
"$type": "color"
|
|
@@ -17591,7 +18427,11 @@
|
|
|
17591
18427
|
"$type": "color"
|
|
17592
18428
|
},
|
|
17593
18429
|
"dark-dimmed": {
|
|
17594
|
-
"$value":
|
|
18430
|
+
"$value": {
|
|
18431
|
+
"colorSpace": "hsl",
|
|
18432
|
+
"components": [215.4, 68.4, 55.3],
|
|
18433
|
+
"hex": "#3f7fdb"
|
|
18434
|
+
},
|
|
17595
18435
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17596
18436
|
"isSource": true,
|
|
17597
18437
|
"$type": "color"
|
|
@@ -17603,19 +18443,31 @@
|
|
|
17603
18443
|
"$type": "color"
|
|
17604
18444
|
},
|
|
17605
18445
|
"light-high-contrast": {
|
|
17606
|
-
"$value":
|
|
18446
|
+
"$value": {
|
|
18447
|
+
"colorSpace": "hsl",
|
|
18448
|
+
"components": [216.6, 96.3, 31.4],
|
|
18449
|
+
"hex": "#033f9d"
|
|
18450
|
+
},
|
|
17607
18451
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17608
18452
|
"isSource": true,
|
|
17609
18453
|
"$type": "color"
|
|
17610
18454
|
},
|
|
17611
18455
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17612
|
-
"$value":
|
|
18456
|
+
"$value": {
|
|
18457
|
+
"colorSpace": "hsl",
|
|
18458
|
+
"components": [216.6, 96.3, 31.4],
|
|
18459
|
+
"hex": "#033f9d"
|
|
18460
|
+
},
|
|
17613
18461
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17614
18462
|
"isSource": true,
|
|
17615
18463
|
"$type": "color"
|
|
17616
18464
|
},
|
|
17617
18465
|
"light-tritanopia-high-contrast": {
|
|
17618
|
-
"$value":
|
|
18466
|
+
"$value": {
|
|
18467
|
+
"colorSpace": "hsl",
|
|
18468
|
+
"components": [216.6, 96.3, 31.4],
|
|
18469
|
+
"hex": "#033f9d"
|
|
18470
|
+
},
|
|
17619
18471
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17620
18472
|
"isSource": true,
|
|
17621
18473
|
"$type": "color"
|
|
@@ -17694,7 +18546,11 @@
|
|
|
17694
18546
|
"$type": "color"
|
|
17695
18547
|
},
|
|
17696
18548
|
"dark-dimmed": {
|
|
17697
|
-
"$value":
|
|
18549
|
+
"$value": {
|
|
18550
|
+
"colorSpace": "hsl",
|
|
18551
|
+
"components": [216, 63.8, 52.4],
|
|
18552
|
+
"hex": "#3876d3"
|
|
18553
|
+
},
|
|
17698
18554
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17699
18555
|
"isSource": true,
|
|
17700
18556
|
"$type": "color"
|
|
@@ -17706,19 +18562,31 @@
|
|
|
17706
18562
|
"$type": "color"
|
|
17707
18563
|
},
|
|
17708
18564
|
"light-high-contrast": {
|
|
17709
|
-
"$value":
|
|
18565
|
+
"$value": {
|
|
18566
|
+
"colorSpace": "hsl",
|
|
18567
|
+
"components": [216.4, 96.5, 33.5],
|
|
18568
|
+
"hex": "#0344a8"
|
|
18569
|
+
},
|
|
17710
18570
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17711
18571
|
"isSource": true,
|
|
17712
18572
|
"$type": "color"
|
|
17713
18573
|
},
|
|
17714
18574
|
"light-tritanopia-high-contrast": {
|
|
17715
|
-
"$value":
|
|
18575
|
+
"$value": {
|
|
18576
|
+
"colorSpace": "hsl",
|
|
18577
|
+
"components": [216.4, 96.5, 33.5],
|
|
18578
|
+
"hex": "#0344a8"
|
|
18579
|
+
},
|
|
17716
18580
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17717
18581
|
"isSource": true,
|
|
17718
18582
|
"$type": "color"
|
|
17719
18583
|
},
|
|
17720
18584
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17721
|
-
"$value":
|
|
18585
|
+
"$value": {
|
|
18586
|
+
"colorSpace": "hsl",
|
|
18587
|
+
"components": [216.4, 96.5, 33.5],
|
|
18588
|
+
"hex": "#0344a8"
|
|
18589
|
+
},
|
|
17722
18590
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17723
18591
|
"isSource": true,
|
|
17724
18592
|
"$type": "color"
|
|
@@ -17757,7 +18625,11 @@
|
|
|
17757
18625
|
"$type": "color"
|
|
17758
18626
|
},
|
|
17759
18627
|
"dark-dimmed": {
|
|
17760
|
-
"$value":
|
|
18628
|
+
"$value": {
|
|
18629
|
+
"colorSpace": "hsl",
|
|
18630
|
+
"components": [216, 63.8, 52.4],
|
|
18631
|
+
"hex": "#3876d3"
|
|
18632
|
+
},
|
|
17761
18633
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17762
18634
|
"isSource": true,
|
|
17763
18635
|
"$type": "color"
|
|
@@ -17769,19 +18641,31 @@
|
|
|
17769
18641
|
"$type": "color"
|
|
17770
18642
|
},
|
|
17771
18643
|
"light-high-contrast": {
|
|
17772
|
-
"$value":
|
|
18644
|
+
"$value": {
|
|
18645
|
+
"colorSpace": "hsl",
|
|
18646
|
+
"components": [216.4, 96.5, 33.5],
|
|
18647
|
+
"hex": "#0344a8"
|
|
18648
|
+
},
|
|
17773
18649
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17774
18650
|
"isSource": true,
|
|
17775
18651
|
"$type": "color"
|
|
17776
18652
|
},
|
|
17777
18653
|
"light-tritanopia-high-contrast": {
|
|
17778
|
-
"$value":
|
|
18654
|
+
"$value": {
|
|
18655
|
+
"colorSpace": "hsl",
|
|
18656
|
+
"components": [216.4, 96.5, 33.5],
|
|
18657
|
+
"hex": "#0344a8"
|
|
18658
|
+
},
|
|
17779
18659
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17780
18660
|
"isSource": true,
|
|
17781
18661
|
"$type": "color"
|
|
17782
18662
|
},
|
|
17783
18663
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17784
|
-
"$value":
|
|
18664
|
+
"$value": {
|
|
18665
|
+
"colorSpace": "hsl",
|
|
18666
|
+
"components": [216.4, 96.5, 33.5],
|
|
18667
|
+
"hex": "#0344a8"
|
|
18668
|
+
},
|
|
17785
18669
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17786
18670
|
"isSource": true,
|
|
17787
18671
|
"$type": "color"
|
|
@@ -17973,21 +18857,33 @@
|
|
|
17973
18857
|
"$type": "color"
|
|
17974
18858
|
},
|
|
17975
18859
|
"dark-high-contrast": {
|
|
17976
|
-
"$value":
|
|
18860
|
+
"$value": {
|
|
18861
|
+
"colorSpace": "hsl",
|
|
18862
|
+
"components": [355, 84.1, 42],
|
|
18863
|
+
"hex": "#c51120"
|
|
18864
|
+
},
|
|
17977
18865
|
"alpha": 1,
|
|
17978
18866
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17979
18867
|
"isSource": true,
|
|
17980
18868
|
"$type": "color"
|
|
17981
18869
|
},
|
|
17982
18870
|
"dark-dimmed-high-contrast": {
|
|
17983
|
-
"$value":
|
|
18871
|
+
"$value": {
|
|
18872
|
+
"colorSpace": "hsl",
|
|
18873
|
+
"components": [355, 84.1, 42],
|
|
18874
|
+
"hex": "#c51120"
|
|
18875
|
+
},
|
|
17984
18876
|
"alpha": 1,
|
|
17985
18877
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17986
18878
|
"isSource": true,
|
|
17987
18879
|
"$type": "color"
|
|
17988
18880
|
},
|
|
17989
18881
|
"dark-tritanopia-high-contrast": {
|
|
17990
|
-
"$value":
|
|
18882
|
+
"$value": {
|
|
18883
|
+
"colorSpace": "hsl",
|
|
18884
|
+
"components": [355, 84.1, 42],
|
|
18885
|
+
"hex": "#c51120"
|
|
18886
|
+
},
|
|
17991
18887
|
"alpha": 1,
|
|
17992
18888
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17993
18889
|
"isSource": true,
|
|
@@ -18000,13 +18896,21 @@
|
|
|
18000
18896
|
"$type": "color"
|
|
18001
18897
|
},
|
|
18002
18898
|
"light-high-contrast": {
|
|
18003
|
-
"$value":
|
|
18899
|
+
"$value": {
|
|
18900
|
+
"colorSpace": "hsl",
|
|
18901
|
+
"components": [351.6, 85.4, 29.6],
|
|
18902
|
+
"hex": "#8c0b1d"
|
|
18903
|
+
},
|
|
18004
18904
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18005
18905
|
"isSource": true,
|
|
18006
18906
|
"$type": "color"
|
|
18007
18907
|
},
|
|
18008
18908
|
"light-tritanopia-high-contrast": {
|
|
18009
|
-
"$value":
|
|
18909
|
+
"$value": {
|
|
18910
|
+
"colorSpace": "hsl",
|
|
18911
|
+
"components": [351.6, 85.4, 29.6],
|
|
18912
|
+
"hex": "#8c0b1d"
|
|
18913
|
+
},
|
|
18010
18914
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18011
18915
|
"isSource": true,
|
|
18012
18916
|
"$type": "color"
|
|
@@ -18023,7 +18927,11 @@
|
|
|
18023
18927
|
"isSource": true,
|
|
18024
18928
|
"alpha": 1,
|
|
18025
18929
|
"original": {
|
|
18026
|
-
"$value":
|
|
18930
|
+
"$value": {
|
|
18931
|
+
"colorSpace": "hsl",
|
|
18932
|
+
"components": [355, 84.1, 42],
|
|
18933
|
+
"hex": "#c51120"
|
|
18934
|
+
},
|
|
18027
18935
|
"$type": "color",
|
|
18028
18936
|
"$extensions": {
|
|
18029
18937
|
"org.primer.figma": {
|
|
@@ -18047,21 +18955,33 @@
|
|
|
18047
18955
|
"$type": "color"
|
|
18048
18956
|
},
|
|
18049
18957
|
"dark-high-contrast": {
|
|
18050
|
-
"$value":
|
|
18958
|
+
"$value": {
|
|
18959
|
+
"colorSpace": "hsl",
|
|
18960
|
+
"components": [355, 84.1, 42],
|
|
18961
|
+
"hex": "#c51120"
|
|
18962
|
+
},
|
|
18051
18963
|
"alpha": 1,
|
|
18052
18964
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18053
18965
|
"isSource": true,
|
|
18054
18966
|
"$type": "color"
|
|
18055
18967
|
},
|
|
18056
18968
|
"dark-dimmed-high-contrast": {
|
|
18057
|
-
"$value":
|
|
18969
|
+
"$value": {
|
|
18970
|
+
"colorSpace": "hsl",
|
|
18971
|
+
"components": [355, 84.1, 42],
|
|
18972
|
+
"hex": "#c51120"
|
|
18973
|
+
},
|
|
18058
18974
|
"alpha": 1,
|
|
18059
18975
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18060
18976
|
"isSource": true,
|
|
18061
18977
|
"$type": "color"
|
|
18062
18978
|
},
|
|
18063
18979
|
"dark-tritanopia-high-contrast": {
|
|
18064
|
-
"$value":
|
|
18980
|
+
"$value": {
|
|
18981
|
+
"colorSpace": "hsl",
|
|
18982
|
+
"components": [355, 84.1, 42],
|
|
18983
|
+
"hex": "#c51120"
|
|
18984
|
+
},
|
|
18065
18985
|
"alpha": 1,
|
|
18066
18986
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18067
18987
|
"isSource": true,
|
|
@@ -18074,13 +18994,21 @@
|
|
|
18074
18994
|
"$type": "color"
|
|
18075
18995
|
},
|
|
18076
18996
|
"light-high-contrast": {
|
|
18077
|
-
"$value":
|
|
18997
|
+
"$value": {
|
|
18998
|
+
"colorSpace": "hsl",
|
|
18999
|
+
"components": [351.6, 85.4, 29.6],
|
|
19000
|
+
"hex": "#8c0b1d"
|
|
19001
|
+
},
|
|
18078
19002
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18079
19003
|
"isSource": true,
|
|
18080
19004
|
"$type": "color"
|
|
18081
19005
|
},
|
|
18082
19006
|
"light-tritanopia-high-contrast": {
|
|
18083
|
-
"$value":
|
|
19007
|
+
"$value": {
|
|
19008
|
+
"colorSpace": "hsl",
|
|
19009
|
+
"components": [351.6, 85.4, 29.6],
|
|
19010
|
+
"hex": "#8c0b1d"
|
|
19011
|
+
},
|
|
18084
19012
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18085
19013
|
"isSource": true,
|
|
18086
19014
|
"$type": "color"
|
|
@@ -47499,14 +48427,22 @@
|
|
|
47499
48427
|
},
|
|
47500
48428
|
"org.primer.overrides": {
|
|
47501
48429
|
"dark": {
|
|
47502
|
-
"$value":
|
|
48430
|
+
"$value": {
|
|
48431
|
+
"colorSpace": "hsl",
|
|
48432
|
+
"components": [214.8, 98, 61],
|
|
48433
|
+
"hex": "#3a8cfd"
|
|
48434
|
+
},
|
|
47503
48435
|
"alpha": 0.36,
|
|
47504
48436
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47505
48437
|
"isSource": true,
|
|
47506
48438
|
"$type": "color"
|
|
47507
48439
|
},
|
|
47508
48440
|
"dark-dimmed": {
|
|
47509
|
-
"$value":
|
|
48441
|
+
"$value": {
|
|
48442
|
+
"colorSpace": "hsl",
|
|
48443
|
+
"components": [215.3, 75.8, 57.8],
|
|
48444
|
+
"hex": "#4285e5"
|
|
48445
|
+
},
|
|
47510
48446
|
"alpha": 0.36,
|
|
47511
48447
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47512
48448
|
"isSource": true,
|
|
@@ -47514,7 +48450,11 @@
|
|
|
47514
48450
|
},
|
|
47515
48451
|
"light-high-contrast": "#c7e9ff",
|
|
47516
48452
|
"dark-high-contrast": {
|
|
47517
|
-
"$value":
|
|
48453
|
+
"$value": {
|
|
48454
|
+
"colorSpace": "hsl",
|
|
48455
|
+
"components": [210.4, 100, 68.2],
|
|
48456
|
+
"hex": "#5dadff"
|
|
48457
|
+
},
|
|
47518
48458
|
"alpha": 0.36,
|
|
47519
48459
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47520
48460
|
"isSource": true,
|
|
@@ -47526,7 +48466,11 @@
|
|
|
47526
48466
|
"isSource": true,
|
|
47527
48467
|
"alpha": 0.36,
|
|
47528
48468
|
"original": {
|
|
47529
|
-
"$value":
|
|
48469
|
+
"$value": {
|
|
48470
|
+
"colorSpace": "hsl",
|
|
48471
|
+
"components": [214.8, 98, 61],
|
|
48472
|
+
"hex": "#3a8cfd"
|
|
48473
|
+
},
|
|
47530
48474
|
"$type": "color",
|
|
47531
48475
|
"$extensions": {
|
|
47532
48476
|
"org.primer.figma": {
|
|
@@ -47536,14 +48480,22 @@
|
|
|
47536
48480
|
},
|
|
47537
48481
|
"org.primer.overrides": {
|
|
47538
48482
|
"dark": {
|
|
47539
|
-
"$value":
|
|
48483
|
+
"$value": {
|
|
48484
|
+
"colorSpace": "hsl",
|
|
48485
|
+
"components": [214.8, 98, 61],
|
|
48486
|
+
"hex": "#3a8cfd"
|
|
48487
|
+
},
|
|
47540
48488
|
"alpha": 0.36,
|
|
47541
48489
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47542
48490
|
"isSource": true,
|
|
47543
48491
|
"$type": "color"
|
|
47544
48492
|
},
|
|
47545
48493
|
"dark-dimmed": {
|
|
47546
|
-
"$value":
|
|
48494
|
+
"$value": {
|
|
48495
|
+
"colorSpace": "hsl",
|
|
48496
|
+
"components": [215.3, 75.8, 57.8],
|
|
48497
|
+
"hex": "#4285e5"
|
|
48498
|
+
},
|
|
47547
48499
|
"alpha": 0.36,
|
|
47548
48500
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47549
48501
|
"isSource": true,
|
|
@@ -47551,7 +48503,11 @@
|
|
|
47551
48503
|
},
|
|
47552
48504
|
"light-high-contrast": "#c7e9ff",
|
|
47553
48505
|
"dark-high-contrast": {
|
|
47554
|
-
"$value":
|
|
48506
|
+
"$value": {
|
|
48507
|
+
"colorSpace": "hsl",
|
|
48508
|
+
"components": [210.4, 100, 68.2],
|
|
48509
|
+
"hex": "#5dadff"
|
|
48510
|
+
},
|
|
47555
48511
|
"alpha": 0.36,
|
|
47556
48512
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47557
48513
|
"isSource": true,
|
|
@@ -47885,6 +48841,147 @@
|
|
|
47885
48841
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
47886
48842
|
"isSource": true,
|
|
47887
48843
|
"$type": "shadow"
|
|
48844
|
+
},
|
|
48845
|
+
"light-high-contrast": {
|
|
48846
|
+
"$value": [
|
|
48847
|
+
{
|
|
48848
|
+
"color": "#b7bdc8",
|
|
48849
|
+
"alpha": 1,
|
|
48850
|
+
"offsetX": {
|
|
48851
|
+
"value": 0,
|
|
48852
|
+
"unit": "px"
|
|
48853
|
+
},
|
|
48854
|
+
"offsetY": {
|
|
48855
|
+
"value": 0,
|
|
48856
|
+
"unit": "px"
|
|
48857
|
+
},
|
|
48858
|
+
"blur": {
|
|
48859
|
+
"value": 0,
|
|
48860
|
+
"unit": "px"
|
|
48861
|
+
},
|
|
48862
|
+
"spread": {
|
|
48863
|
+
"value": 1,
|
|
48864
|
+
"unit": "px"
|
|
48865
|
+
}
|
|
48866
|
+
},
|
|
48867
|
+
{
|
|
48868
|
+
"color": "#f0f6fc",
|
|
48869
|
+
"alpha": 0.24,
|
|
48870
|
+
"offsetX": {
|
|
48871
|
+
"value": 0,
|
|
48872
|
+
"unit": "px"
|
|
48873
|
+
},
|
|
48874
|
+
"offsetY": {
|
|
48875
|
+
"value": 40,
|
|
48876
|
+
"unit": "px"
|
|
48877
|
+
},
|
|
48878
|
+
"blur": {
|
|
48879
|
+
"value": 80,
|
|
48880
|
+
"unit": "px"
|
|
48881
|
+
},
|
|
48882
|
+
"spread": {
|
|
48883
|
+
"value": 0,
|
|
48884
|
+
"unit": "px"
|
|
48885
|
+
}
|
|
48886
|
+
}
|
|
48887
|
+
],
|
|
48888
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48889
|
+
"isSource": true,
|
|
48890
|
+
"$type": "shadow"
|
|
48891
|
+
},
|
|
48892
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
48893
|
+
"$value": [
|
|
48894
|
+
{
|
|
48895
|
+
"color": "#b7bdc8",
|
|
48896
|
+
"alpha": 1,
|
|
48897
|
+
"offsetX": {
|
|
48898
|
+
"value": 0,
|
|
48899
|
+
"unit": "px"
|
|
48900
|
+
},
|
|
48901
|
+
"offsetY": {
|
|
48902
|
+
"value": 0,
|
|
48903
|
+
"unit": "px"
|
|
48904
|
+
},
|
|
48905
|
+
"blur": {
|
|
48906
|
+
"value": 0,
|
|
48907
|
+
"unit": "px"
|
|
48908
|
+
},
|
|
48909
|
+
"spread": {
|
|
48910
|
+
"value": 1,
|
|
48911
|
+
"unit": "px"
|
|
48912
|
+
}
|
|
48913
|
+
},
|
|
48914
|
+
{
|
|
48915
|
+
"color": "#f0f6fc",
|
|
48916
|
+
"alpha": 0.24,
|
|
48917
|
+
"offsetX": {
|
|
48918
|
+
"value": 0,
|
|
48919
|
+
"unit": "px"
|
|
48920
|
+
},
|
|
48921
|
+
"offsetY": {
|
|
48922
|
+
"value": 40,
|
|
48923
|
+
"unit": "px"
|
|
48924
|
+
},
|
|
48925
|
+
"blur": {
|
|
48926
|
+
"value": 80,
|
|
48927
|
+
"unit": "px"
|
|
48928
|
+
},
|
|
48929
|
+
"spread": {
|
|
48930
|
+
"value": 0,
|
|
48931
|
+
"unit": "px"
|
|
48932
|
+
}
|
|
48933
|
+
}
|
|
48934
|
+
],
|
|
48935
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48936
|
+
"isSource": true,
|
|
48937
|
+
"$type": "shadow"
|
|
48938
|
+
},
|
|
48939
|
+
"light-tritanopia-high-contrast": {
|
|
48940
|
+
"$value": [
|
|
48941
|
+
{
|
|
48942
|
+
"color": "#b7bdc8",
|
|
48943
|
+
"alpha": 1,
|
|
48944
|
+
"offsetX": {
|
|
48945
|
+
"value": 0,
|
|
48946
|
+
"unit": "px"
|
|
48947
|
+
},
|
|
48948
|
+
"offsetY": {
|
|
48949
|
+
"value": 0,
|
|
48950
|
+
"unit": "px"
|
|
48951
|
+
},
|
|
48952
|
+
"blur": {
|
|
48953
|
+
"value": 0,
|
|
48954
|
+
"unit": "px"
|
|
48955
|
+
},
|
|
48956
|
+
"spread": {
|
|
48957
|
+
"value": 1,
|
|
48958
|
+
"unit": "px"
|
|
48959
|
+
}
|
|
48960
|
+
},
|
|
48961
|
+
{
|
|
48962
|
+
"color": "#f0f6fc",
|
|
48963
|
+
"alpha": 0.24,
|
|
48964
|
+
"offsetX": {
|
|
48965
|
+
"value": 0,
|
|
48966
|
+
"unit": "px"
|
|
48967
|
+
},
|
|
48968
|
+
"offsetY": {
|
|
48969
|
+
"value": 40,
|
|
48970
|
+
"unit": "px"
|
|
48971
|
+
},
|
|
48972
|
+
"blur": {
|
|
48973
|
+
"value": 80,
|
|
48974
|
+
"unit": "px"
|
|
48975
|
+
},
|
|
48976
|
+
"spread": {
|
|
48977
|
+
"value": 0,
|
|
48978
|
+
"unit": "px"
|
|
48979
|
+
}
|
|
48980
|
+
}
|
|
48981
|
+
],
|
|
48982
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48983
|
+
"isSource": true,
|
|
48984
|
+
"$type": "shadow"
|
|
47888
48985
|
}
|
|
47889
48986
|
},
|
|
47890
48987
|
"org.primer.llm": {
|
|
@@ -47991,6 +49088,147 @@
|
|
|
47991
49088
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
47992
49089
|
"isSource": true,
|
|
47993
49090
|
"$type": "shadow"
|
|
49091
|
+
},
|
|
49092
|
+
"light-high-contrast": {
|
|
49093
|
+
"$value": [
|
|
49094
|
+
{
|
|
49095
|
+
"color": "{overlay.borderColor}",
|
|
49096
|
+
"alpha": 1,
|
|
49097
|
+
"offsetX": {
|
|
49098
|
+
"value": 0,
|
|
49099
|
+
"unit": "px"
|
|
49100
|
+
},
|
|
49101
|
+
"offsetY": {
|
|
49102
|
+
"value": 0,
|
|
49103
|
+
"unit": "px"
|
|
49104
|
+
},
|
|
49105
|
+
"blur": {
|
|
49106
|
+
"value": 0,
|
|
49107
|
+
"unit": "px"
|
|
49108
|
+
},
|
|
49109
|
+
"spread": {
|
|
49110
|
+
"value": 1,
|
|
49111
|
+
"unit": "px"
|
|
49112
|
+
}
|
|
49113
|
+
},
|
|
49114
|
+
{
|
|
49115
|
+
"color": "{base.color.neutral.12}",
|
|
49116
|
+
"alpha": 0.24,
|
|
49117
|
+
"offsetX": {
|
|
49118
|
+
"value": 0,
|
|
49119
|
+
"unit": "px"
|
|
49120
|
+
},
|
|
49121
|
+
"offsetY": {
|
|
49122
|
+
"value": 40,
|
|
49123
|
+
"unit": "px"
|
|
49124
|
+
},
|
|
49125
|
+
"blur": {
|
|
49126
|
+
"value": 80,
|
|
49127
|
+
"unit": "px"
|
|
49128
|
+
},
|
|
49129
|
+
"spread": {
|
|
49130
|
+
"value": 0,
|
|
49131
|
+
"unit": "px"
|
|
49132
|
+
}
|
|
49133
|
+
}
|
|
49134
|
+
],
|
|
49135
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49136
|
+
"isSource": true,
|
|
49137
|
+
"$type": "shadow"
|
|
49138
|
+
},
|
|
49139
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
49140
|
+
"$value": [
|
|
49141
|
+
{
|
|
49142
|
+
"color": "{overlay.borderColor}",
|
|
49143
|
+
"alpha": 1,
|
|
49144
|
+
"offsetX": {
|
|
49145
|
+
"value": 0,
|
|
49146
|
+
"unit": "px"
|
|
49147
|
+
},
|
|
49148
|
+
"offsetY": {
|
|
49149
|
+
"value": 0,
|
|
49150
|
+
"unit": "px"
|
|
49151
|
+
},
|
|
49152
|
+
"blur": {
|
|
49153
|
+
"value": 0,
|
|
49154
|
+
"unit": "px"
|
|
49155
|
+
},
|
|
49156
|
+
"spread": {
|
|
49157
|
+
"value": 1,
|
|
49158
|
+
"unit": "px"
|
|
49159
|
+
}
|
|
49160
|
+
},
|
|
49161
|
+
{
|
|
49162
|
+
"color": "{base.color.neutral.12}",
|
|
49163
|
+
"alpha": 0.24,
|
|
49164
|
+
"offsetX": {
|
|
49165
|
+
"value": 0,
|
|
49166
|
+
"unit": "px"
|
|
49167
|
+
},
|
|
49168
|
+
"offsetY": {
|
|
49169
|
+
"value": 40,
|
|
49170
|
+
"unit": "px"
|
|
49171
|
+
},
|
|
49172
|
+
"blur": {
|
|
49173
|
+
"value": 80,
|
|
49174
|
+
"unit": "px"
|
|
49175
|
+
},
|
|
49176
|
+
"spread": {
|
|
49177
|
+
"value": 0,
|
|
49178
|
+
"unit": "px"
|
|
49179
|
+
}
|
|
49180
|
+
}
|
|
49181
|
+
],
|
|
49182
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49183
|
+
"isSource": true,
|
|
49184
|
+
"$type": "shadow"
|
|
49185
|
+
},
|
|
49186
|
+
"light-tritanopia-high-contrast": {
|
|
49187
|
+
"$value": [
|
|
49188
|
+
{
|
|
49189
|
+
"color": "{overlay.borderColor}",
|
|
49190
|
+
"alpha": 1,
|
|
49191
|
+
"offsetX": {
|
|
49192
|
+
"value": 0,
|
|
49193
|
+
"unit": "px"
|
|
49194
|
+
},
|
|
49195
|
+
"offsetY": {
|
|
49196
|
+
"value": 0,
|
|
49197
|
+
"unit": "px"
|
|
49198
|
+
},
|
|
49199
|
+
"blur": {
|
|
49200
|
+
"value": 0,
|
|
49201
|
+
"unit": "px"
|
|
49202
|
+
},
|
|
49203
|
+
"spread": {
|
|
49204
|
+
"value": 1,
|
|
49205
|
+
"unit": "px"
|
|
49206
|
+
}
|
|
49207
|
+
},
|
|
49208
|
+
{
|
|
49209
|
+
"color": "{base.color.neutral.12}",
|
|
49210
|
+
"alpha": 0.24,
|
|
49211
|
+
"offsetX": {
|
|
49212
|
+
"value": 0,
|
|
49213
|
+
"unit": "px"
|
|
49214
|
+
},
|
|
49215
|
+
"offsetY": {
|
|
49216
|
+
"value": 40,
|
|
49217
|
+
"unit": "px"
|
|
49218
|
+
},
|
|
49219
|
+
"blur": {
|
|
49220
|
+
"value": 80,
|
|
49221
|
+
"unit": "px"
|
|
49222
|
+
},
|
|
49223
|
+
"spread": {
|
|
49224
|
+
"value": 0,
|
|
49225
|
+
"unit": "px"
|
|
49226
|
+
}
|
|
49227
|
+
}
|
|
49228
|
+
],
|
|
49229
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49230
|
+
"isSource": true,
|
|
49231
|
+
"$type": "shadow"
|
|
47994
49232
|
}
|
|
47995
49233
|
},
|
|
47996
49234
|
"org.primer.llm": {
|
|
@@ -48266,152 +49504,794 @@
|
|
|
48266
49504
|
"value": -12,
|
|
48267
49505
|
"unit": "px"
|
|
48268
49506
|
}
|
|
48269
|
-
},
|
|
48270
|
-
{
|
|
48271
|
-
"color": "#010409",
|
|
48272
|
-
"alpha": 0.4,
|
|
48273
|
-
"offsetX": {
|
|
48274
|
-
"value": 0,
|
|
48275
|
-
"unit": "px"
|
|
49507
|
+
},
|
|
49508
|
+
{
|
|
49509
|
+
"color": "#010409",
|
|
49510
|
+
"alpha": 0.4,
|
|
49511
|
+
"offsetX": {
|
|
49512
|
+
"value": 0,
|
|
49513
|
+
"unit": "px"
|
|
49514
|
+
},
|
|
49515
|
+
"offsetY": {
|
|
49516
|
+
"value": 48,
|
|
49517
|
+
"unit": "px"
|
|
49518
|
+
},
|
|
49519
|
+
"blur": {
|
|
49520
|
+
"value": 96,
|
|
49521
|
+
"unit": "px"
|
|
49522
|
+
},
|
|
49523
|
+
"spread": {
|
|
49524
|
+
"value": -24,
|
|
49525
|
+
"unit": "px"
|
|
49526
|
+
}
|
|
49527
|
+
}
|
|
49528
|
+
],
|
|
49529
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49530
|
+
"isSource": true,
|
|
49531
|
+
"$type": "shadow"
|
|
49532
|
+
},
|
|
49533
|
+
"light-high-contrast": {
|
|
49534
|
+
"$value": [
|
|
49535
|
+
{
|
|
49536
|
+
"color": "#b7bdc8",
|
|
49537
|
+
"alpha": 1,
|
|
49538
|
+
"offsetX": {
|
|
49539
|
+
"value": 0,
|
|
49540
|
+
"unit": "px"
|
|
49541
|
+
},
|
|
49542
|
+
"offsetY": {
|
|
49543
|
+
"value": 0,
|
|
49544
|
+
"unit": "px"
|
|
49545
|
+
},
|
|
49546
|
+
"blur": {
|
|
49547
|
+
"value": 0,
|
|
49548
|
+
"unit": "px"
|
|
49549
|
+
},
|
|
49550
|
+
"spread": {
|
|
49551
|
+
"value": 1,
|
|
49552
|
+
"unit": "px"
|
|
49553
|
+
}
|
|
49554
|
+
},
|
|
49555
|
+
{
|
|
49556
|
+
"color": "#f0f6fc",
|
|
49557
|
+
"alpha": 0.08,
|
|
49558
|
+
"offsetX": {
|
|
49559
|
+
"value": 0,
|
|
49560
|
+
"unit": "px"
|
|
49561
|
+
},
|
|
49562
|
+
"offsetY": {
|
|
49563
|
+
"value": 8,
|
|
49564
|
+
"unit": "px"
|
|
49565
|
+
},
|
|
49566
|
+
"blur": {
|
|
49567
|
+
"value": 16,
|
|
49568
|
+
"unit": "px"
|
|
49569
|
+
},
|
|
49570
|
+
"spread": {
|
|
49571
|
+
"value": -4,
|
|
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": 4,
|
|
49584
|
+
"unit": "px"
|
|
49585
|
+
},
|
|
49586
|
+
"blur": {
|
|
49587
|
+
"value": 32,
|
|
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": 24,
|
|
49604
|
+
"unit": "px"
|
|
49605
|
+
},
|
|
49606
|
+
"blur": {
|
|
49607
|
+
"value": 48,
|
|
49608
|
+
"unit": "px"
|
|
49609
|
+
},
|
|
49610
|
+
"spread": {
|
|
49611
|
+
"value": -12,
|
|
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": 48,
|
|
49624
|
+
"unit": "px"
|
|
49625
|
+
},
|
|
49626
|
+
"blur": {
|
|
49627
|
+
"value": 96,
|
|
49628
|
+
"unit": "px"
|
|
49629
|
+
},
|
|
49630
|
+
"spread": {
|
|
49631
|
+
"value": -24,
|
|
49632
|
+
"unit": "px"
|
|
49633
|
+
}
|
|
49634
|
+
}
|
|
49635
|
+
],
|
|
49636
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49637
|
+
"isSource": true,
|
|
49638
|
+
"$type": "shadow"
|
|
49639
|
+
},
|
|
49640
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
49641
|
+
"$value": [
|
|
49642
|
+
{
|
|
49643
|
+
"color": "#b7bdc8",
|
|
49644
|
+
"alpha": 1,
|
|
49645
|
+
"offsetX": {
|
|
49646
|
+
"value": 0,
|
|
49647
|
+
"unit": "px"
|
|
49648
|
+
},
|
|
49649
|
+
"offsetY": {
|
|
49650
|
+
"value": 0,
|
|
49651
|
+
"unit": "px"
|
|
49652
|
+
},
|
|
49653
|
+
"blur": {
|
|
49654
|
+
"value": 0,
|
|
49655
|
+
"unit": "px"
|
|
49656
|
+
},
|
|
49657
|
+
"spread": {
|
|
49658
|
+
"value": 1,
|
|
49659
|
+
"unit": "px"
|
|
49660
|
+
}
|
|
49661
|
+
},
|
|
49662
|
+
{
|
|
49663
|
+
"color": "#f0f6fc",
|
|
49664
|
+
"alpha": 0.08,
|
|
49665
|
+
"offsetX": {
|
|
49666
|
+
"value": 0,
|
|
49667
|
+
"unit": "px"
|
|
49668
|
+
},
|
|
49669
|
+
"offsetY": {
|
|
49670
|
+
"value": 8,
|
|
49671
|
+
"unit": "px"
|
|
49672
|
+
},
|
|
49673
|
+
"blur": {
|
|
49674
|
+
"value": 16,
|
|
49675
|
+
"unit": "px"
|
|
49676
|
+
},
|
|
49677
|
+
"spread": {
|
|
49678
|
+
"value": -4,
|
|
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": 4,
|
|
49691
|
+
"unit": "px"
|
|
49692
|
+
},
|
|
49693
|
+
"blur": {
|
|
49694
|
+
"value": 32,
|
|
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": 24,
|
|
49711
|
+
"unit": "px"
|
|
49712
|
+
},
|
|
49713
|
+
"blur": {
|
|
49714
|
+
"value": 48,
|
|
49715
|
+
"unit": "px"
|
|
49716
|
+
},
|
|
49717
|
+
"spread": {
|
|
49718
|
+
"value": -12,
|
|
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": 48,
|
|
49731
|
+
"unit": "px"
|
|
49732
|
+
},
|
|
49733
|
+
"blur": {
|
|
49734
|
+
"value": 96,
|
|
49735
|
+
"unit": "px"
|
|
49736
|
+
},
|
|
49737
|
+
"spread": {
|
|
49738
|
+
"value": -24,
|
|
49739
|
+
"unit": "px"
|
|
49740
|
+
}
|
|
49741
|
+
}
|
|
49742
|
+
],
|
|
49743
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49744
|
+
"isSource": true,
|
|
49745
|
+
"$type": "shadow"
|
|
49746
|
+
},
|
|
49747
|
+
"light-tritanopia-high-contrast": {
|
|
49748
|
+
"$value": [
|
|
49749
|
+
{
|
|
49750
|
+
"color": "#b7bdc8",
|
|
49751
|
+
"alpha": 1,
|
|
49752
|
+
"offsetX": {
|
|
49753
|
+
"value": 0,
|
|
49754
|
+
"unit": "px"
|
|
49755
|
+
},
|
|
49756
|
+
"offsetY": {
|
|
49757
|
+
"value": 0,
|
|
49758
|
+
"unit": "px"
|
|
49759
|
+
},
|
|
49760
|
+
"blur": {
|
|
49761
|
+
"value": 0,
|
|
49762
|
+
"unit": "px"
|
|
49763
|
+
},
|
|
49764
|
+
"spread": {
|
|
49765
|
+
"value": 1,
|
|
49766
|
+
"unit": "px"
|
|
49767
|
+
}
|
|
49768
|
+
},
|
|
49769
|
+
{
|
|
49770
|
+
"color": "#f0f6fc",
|
|
49771
|
+
"alpha": 0.08,
|
|
49772
|
+
"offsetX": {
|
|
49773
|
+
"value": 0,
|
|
49774
|
+
"unit": "px"
|
|
49775
|
+
},
|
|
49776
|
+
"offsetY": {
|
|
49777
|
+
"value": 8,
|
|
49778
|
+
"unit": "px"
|
|
49779
|
+
},
|
|
49780
|
+
"blur": {
|
|
49781
|
+
"value": 16,
|
|
49782
|
+
"unit": "px"
|
|
49783
|
+
},
|
|
49784
|
+
"spread": {
|
|
49785
|
+
"value": -4,
|
|
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": 4,
|
|
49798
|
+
"unit": "px"
|
|
49799
|
+
},
|
|
49800
|
+
"blur": {
|
|
49801
|
+
"value": 32,
|
|
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": 24,
|
|
49818
|
+
"unit": "px"
|
|
49819
|
+
},
|
|
49820
|
+
"blur": {
|
|
49821
|
+
"value": 48,
|
|
49822
|
+
"unit": "px"
|
|
49823
|
+
},
|
|
49824
|
+
"spread": {
|
|
49825
|
+
"value": -12,
|
|
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": 48,
|
|
49838
|
+
"unit": "px"
|
|
49839
|
+
},
|
|
49840
|
+
"blur": {
|
|
49841
|
+
"value": 96,
|
|
49842
|
+
"unit": "px"
|
|
49843
|
+
},
|
|
49844
|
+
"spread": {
|
|
49845
|
+
"value": -24,
|
|
49846
|
+
"unit": "px"
|
|
49847
|
+
}
|
|
49848
|
+
}
|
|
49849
|
+
],
|
|
49850
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49851
|
+
"isSource": true,
|
|
49852
|
+
"$type": "shadow"
|
|
49853
|
+
}
|
|
49854
|
+
},
|
|
49855
|
+
"org.primer.llm": {
|
|
49856
|
+
"usage": ["popover", "action-menu", "select-panel", "autocomplete"],
|
|
49857
|
+
"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."
|
|
49858
|
+
}
|
|
49859
|
+
},
|
|
49860
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49861
|
+
"isSource": true,
|
|
49862
|
+
"original": {
|
|
49863
|
+
"$value": [
|
|
49864
|
+
{
|
|
49865
|
+
"color": "{overlay.borderColor}",
|
|
49866
|
+
"alpha": 1,
|
|
49867
|
+
"offsetX": {
|
|
49868
|
+
"value": 0,
|
|
49869
|
+
"unit": "px"
|
|
49870
|
+
},
|
|
49871
|
+
"offsetY": {
|
|
49872
|
+
"value": 0,
|
|
49873
|
+
"unit": "px"
|
|
49874
|
+
},
|
|
49875
|
+
"blur": {
|
|
49876
|
+
"value": 0,
|
|
49877
|
+
"unit": "px"
|
|
49878
|
+
},
|
|
49879
|
+
"spread": {
|
|
49880
|
+
"value": 1,
|
|
49881
|
+
"unit": "px"
|
|
49882
|
+
}
|
|
49883
|
+
},
|
|
49884
|
+
{
|
|
49885
|
+
"color": "{base.color.neutral.0}",
|
|
49886
|
+
"alpha": 0.4,
|
|
49887
|
+
"offsetX": {
|
|
49888
|
+
"value": 0,
|
|
49889
|
+
"unit": "px"
|
|
49890
|
+
},
|
|
49891
|
+
"offsetY": {
|
|
49892
|
+
"value": 8,
|
|
49893
|
+
"unit": "px"
|
|
49894
|
+
},
|
|
49895
|
+
"blur": {
|
|
49896
|
+
"value": 16,
|
|
49897
|
+
"unit": "px"
|
|
49898
|
+
},
|
|
49899
|
+
"spread": {
|
|
49900
|
+
"value": -4,
|
|
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": 4,
|
|
49913
|
+
"unit": "px"
|
|
49914
|
+
},
|
|
49915
|
+
"blur": {
|
|
49916
|
+
"value": 32,
|
|
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": 24,
|
|
49933
|
+
"unit": "px"
|
|
49934
|
+
},
|
|
49935
|
+
"blur": {
|
|
49936
|
+
"value": 48,
|
|
49937
|
+
"unit": "px"
|
|
49938
|
+
},
|
|
49939
|
+
"spread": {
|
|
49940
|
+
"value": -12,
|
|
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": 48,
|
|
49953
|
+
"unit": "px"
|
|
49954
|
+
},
|
|
49955
|
+
"blur": {
|
|
49956
|
+
"value": 96,
|
|
49957
|
+
"unit": "px"
|
|
49958
|
+
},
|
|
49959
|
+
"spread": {
|
|
49960
|
+
"value": -24,
|
|
49961
|
+
"unit": "px"
|
|
49962
|
+
}
|
|
49963
|
+
}
|
|
49964
|
+
],
|
|
49965
|
+
"$type": "shadow",
|
|
49966
|
+
"$description": "Medium floating shadow for popovers and action menus",
|
|
49967
|
+
"$extensions": {
|
|
49968
|
+
"org.primer.figma": {
|
|
49969
|
+
"collection": "mode",
|
|
49970
|
+
"group": "shadow"
|
|
49971
|
+
},
|
|
49972
|
+
"org.primer.overrides": {
|
|
49973
|
+
"dark": {
|
|
49974
|
+
"$value": [
|
|
49975
|
+
{
|
|
49976
|
+
"color": "{overlay.borderColor}",
|
|
49977
|
+
"alpha": 1,
|
|
49978
|
+
"offsetX": {
|
|
49979
|
+
"value": 0,
|
|
49980
|
+
"unit": "px"
|
|
49981
|
+
},
|
|
49982
|
+
"offsetY": {
|
|
49983
|
+
"value": 0,
|
|
49984
|
+
"unit": "px"
|
|
49985
|
+
},
|
|
49986
|
+
"blur": {
|
|
49987
|
+
"value": 0,
|
|
49988
|
+
"unit": "px"
|
|
49989
|
+
},
|
|
49990
|
+
"spread": {
|
|
49991
|
+
"value": 1,
|
|
49992
|
+
"unit": "px"
|
|
49993
|
+
}
|
|
49994
|
+
},
|
|
49995
|
+
{
|
|
49996
|
+
"color": "{base.color.neutral.0}",
|
|
49997
|
+
"alpha": 0.4,
|
|
49998
|
+
"offsetX": {
|
|
49999
|
+
"value": 0,
|
|
50000
|
+
"unit": "px"
|
|
50001
|
+
},
|
|
50002
|
+
"offsetY": {
|
|
50003
|
+
"value": 8,
|
|
50004
|
+
"unit": "px"
|
|
50005
|
+
},
|
|
50006
|
+
"blur": {
|
|
50007
|
+
"value": 16,
|
|
50008
|
+
"unit": "px"
|
|
50009
|
+
},
|
|
50010
|
+
"spread": {
|
|
50011
|
+
"value": -4,
|
|
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": 4,
|
|
50024
|
+
"unit": "px"
|
|
50025
|
+
},
|
|
50026
|
+
"blur": {
|
|
50027
|
+
"value": 32,
|
|
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": 24,
|
|
50044
|
+
"unit": "px"
|
|
50045
|
+
},
|
|
50046
|
+
"blur": {
|
|
50047
|
+
"value": 48,
|
|
50048
|
+
"unit": "px"
|
|
50049
|
+
},
|
|
50050
|
+
"spread": {
|
|
50051
|
+
"value": -12,
|
|
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": 48,
|
|
50064
|
+
"unit": "px"
|
|
50065
|
+
},
|
|
50066
|
+
"blur": {
|
|
50067
|
+
"value": 96,
|
|
50068
|
+
"unit": "px"
|
|
50069
|
+
},
|
|
50070
|
+
"spread": {
|
|
50071
|
+
"value": -24,
|
|
50072
|
+
"unit": "px"
|
|
50073
|
+
}
|
|
50074
|
+
}
|
|
50075
|
+
],
|
|
50076
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50077
|
+
"isSource": true,
|
|
50078
|
+
"$type": "shadow"
|
|
50079
|
+
},
|
|
50080
|
+
"light-high-contrast": {
|
|
50081
|
+
"$value": [
|
|
50082
|
+
{
|
|
50083
|
+
"color": "{overlay.borderColor}",
|
|
50084
|
+
"alpha": 1,
|
|
50085
|
+
"offsetX": {
|
|
50086
|
+
"value": 0,
|
|
50087
|
+
"unit": "px"
|
|
50088
|
+
},
|
|
50089
|
+
"offsetY": {
|
|
50090
|
+
"value": 0,
|
|
50091
|
+
"unit": "px"
|
|
50092
|
+
},
|
|
50093
|
+
"blur": {
|
|
50094
|
+
"value": 0,
|
|
50095
|
+
"unit": "px"
|
|
50096
|
+
},
|
|
50097
|
+
"spread": {
|
|
50098
|
+
"value": 1,
|
|
50099
|
+
"unit": "px"
|
|
50100
|
+
}
|
|
50101
|
+
},
|
|
50102
|
+
{
|
|
50103
|
+
"color": "{base.color.neutral.12}",
|
|
50104
|
+
"alpha": 0.08,
|
|
50105
|
+
"offsetX": {
|
|
50106
|
+
"value": 0,
|
|
50107
|
+
"unit": "px"
|
|
50108
|
+
},
|
|
50109
|
+
"offsetY": {
|
|
50110
|
+
"value": 8,
|
|
50111
|
+
"unit": "px"
|
|
50112
|
+
},
|
|
50113
|
+
"blur": {
|
|
50114
|
+
"value": 16,
|
|
50115
|
+
"unit": "px"
|
|
50116
|
+
},
|
|
50117
|
+
"spread": {
|
|
50118
|
+
"value": -4,
|
|
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": 4,
|
|
50131
|
+
"unit": "px"
|
|
50132
|
+
},
|
|
50133
|
+
"blur": {
|
|
50134
|
+
"value": 32,
|
|
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": 24,
|
|
50151
|
+
"unit": "px"
|
|
50152
|
+
},
|
|
50153
|
+
"blur": {
|
|
50154
|
+
"value": 48,
|
|
50155
|
+
"unit": "px"
|
|
50156
|
+
},
|
|
50157
|
+
"spread": {
|
|
50158
|
+
"value": -12,
|
|
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": 48,
|
|
50171
|
+
"unit": "px"
|
|
50172
|
+
},
|
|
50173
|
+
"blur": {
|
|
50174
|
+
"value": 96,
|
|
50175
|
+
"unit": "px"
|
|
50176
|
+
},
|
|
50177
|
+
"spread": {
|
|
50178
|
+
"value": -24,
|
|
50179
|
+
"unit": "px"
|
|
50180
|
+
}
|
|
50181
|
+
}
|
|
50182
|
+
],
|
|
50183
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50184
|
+
"isSource": true,
|
|
50185
|
+
"$type": "shadow"
|
|
50186
|
+
},
|
|
50187
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
50188
|
+
"$value": [
|
|
50189
|
+
{
|
|
50190
|
+
"color": "{overlay.borderColor}",
|
|
50191
|
+
"alpha": 1,
|
|
50192
|
+
"offsetX": {
|
|
50193
|
+
"value": 0,
|
|
50194
|
+
"unit": "px"
|
|
50195
|
+
},
|
|
50196
|
+
"offsetY": {
|
|
50197
|
+
"value": 0,
|
|
50198
|
+
"unit": "px"
|
|
50199
|
+
},
|
|
50200
|
+
"blur": {
|
|
50201
|
+
"value": 0,
|
|
50202
|
+
"unit": "px"
|
|
50203
|
+
},
|
|
50204
|
+
"spread": {
|
|
50205
|
+
"value": 1,
|
|
50206
|
+
"unit": "px"
|
|
50207
|
+
}
|
|
48276
50208
|
},
|
|
48277
|
-
|
|
48278
|
-
"
|
|
48279
|
-
"
|
|
50209
|
+
{
|
|
50210
|
+
"color": "{base.color.neutral.12}",
|
|
50211
|
+
"alpha": 0.08,
|
|
50212
|
+
"offsetX": {
|
|
50213
|
+
"value": 0,
|
|
50214
|
+
"unit": "px"
|
|
50215
|
+
},
|
|
50216
|
+
"offsetY": {
|
|
50217
|
+
"value": 8,
|
|
50218
|
+
"unit": "px"
|
|
50219
|
+
},
|
|
50220
|
+
"blur": {
|
|
50221
|
+
"value": 16,
|
|
50222
|
+
"unit": "px"
|
|
50223
|
+
},
|
|
50224
|
+
"spread": {
|
|
50225
|
+
"value": -4,
|
|
50226
|
+
"unit": "px"
|
|
50227
|
+
}
|
|
48280
50228
|
},
|
|
48281
|
-
|
|
48282
|
-
"
|
|
48283
|
-
"
|
|
50229
|
+
{
|
|
50230
|
+
"color": "{base.color.neutral.12}",
|
|
50231
|
+
"alpha": 0.08,
|
|
50232
|
+
"offsetX": {
|
|
50233
|
+
"value": 0,
|
|
50234
|
+
"unit": "px"
|
|
50235
|
+
},
|
|
50236
|
+
"offsetY": {
|
|
50237
|
+
"value": 4,
|
|
50238
|
+
"unit": "px"
|
|
50239
|
+
},
|
|
50240
|
+
"blur": {
|
|
50241
|
+
"value": 32,
|
|
50242
|
+
"unit": "px"
|
|
50243
|
+
},
|
|
50244
|
+
"spread": {
|
|
50245
|
+
"value": -4,
|
|
50246
|
+
"unit": "px"
|
|
50247
|
+
}
|
|
48284
50248
|
},
|
|
48285
|
-
|
|
48286
|
-
"
|
|
48287
|
-
"
|
|
50249
|
+
{
|
|
50250
|
+
"color": "{base.color.neutral.12}",
|
|
50251
|
+
"alpha": 0.08,
|
|
50252
|
+
"offsetX": {
|
|
50253
|
+
"value": 0,
|
|
50254
|
+
"unit": "px"
|
|
50255
|
+
},
|
|
50256
|
+
"offsetY": {
|
|
50257
|
+
"value": 24,
|
|
50258
|
+
"unit": "px"
|
|
50259
|
+
},
|
|
50260
|
+
"blur": {
|
|
50261
|
+
"value": 48,
|
|
50262
|
+
"unit": "px"
|
|
50263
|
+
},
|
|
50264
|
+
"spread": {
|
|
50265
|
+
"value": -12,
|
|
50266
|
+
"unit": "px"
|
|
50267
|
+
}
|
|
50268
|
+
},
|
|
50269
|
+
{
|
|
50270
|
+
"color": "{base.color.neutral.12}",
|
|
50271
|
+
"alpha": 0.08,
|
|
50272
|
+
"offsetX": {
|
|
50273
|
+
"value": 0,
|
|
50274
|
+
"unit": "px"
|
|
50275
|
+
},
|
|
50276
|
+
"offsetY": {
|
|
50277
|
+
"value": 48,
|
|
50278
|
+
"unit": "px"
|
|
50279
|
+
},
|
|
50280
|
+
"blur": {
|
|
50281
|
+
"value": 96,
|
|
50282
|
+
"unit": "px"
|
|
50283
|
+
},
|
|
50284
|
+
"spread": {
|
|
50285
|
+
"value": -24,
|
|
50286
|
+
"unit": "px"
|
|
50287
|
+
}
|
|
48288
50288
|
}
|
|
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"
|
|
50289
|
+
],
|
|
50290
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50291
|
+
"isSource": true,
|
|
50292
|
+
"$type": "shadow"
|
|
48399
50293
|
},
|
|
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": {
|
|
50294
|
+
"light-tritanopia-high-contrast": {
|
|
48415
50295
|
"$value": [
|
|
48416
50296
|
{
|
|
48417
50297
|
"color": "{overlay.borderColor}",
|
|
@@ -48434,8 +50314,8 @@
|
|
|
48434
50314
|
}
|
|
48435
50315
|
},
|
|
48436
50316
|
{
|
|
48437
|
-
"color": "{base.color.neutral.
|
|
48438
|
-
"alpha": 0.
|
|
50317
|
+
"color": "{base.color.neutral.12}",
|
|
50318
|
+
"alpha": 0.08,
|
|
48439
50319
|
"offsetX": {
|
|
48440
50320
|
"value": 0,
|
|
48441
50321
|
"unit": "px"
|
|
@@ -48454,8 +50334,8 @@
|
|
|
48454
50334
|
}
|
|
48455
50335
|
},
|
|
48456
50336
|
{
|
|
48457
|
-
"color": "{base.color.neutral.
|
|
48458
|
-
"alpha": 0.
|
|
50337
|
+
"color": "{base.color.neutral.12}",
|
|
50338
|
+
"alpha": 0.08,
|
|
48459
50339
|
"offsetX": {
|
|
48460
50340
|
"value": 0,
|
|
48461
50341
|
"unit": "px"
|
|
@@ -48474,8 +50354,8 @@
|
|
|
48474
50354
|
}
|
|
48475
50355
|
},
|
|
48476
50356
|
{
|
|
48477
|
-
"color": "{base.color.neutral.
|
|
48478
|
-
"alpha": 0.
|
|
50357
|
+
"color": "{base.color.neutral.12}",
|
|
50358
|
+
"alpha": 0.08,
|
|
48479
50359
|
"offsetX": {
|
|
48480
50360
|
"value": 0,
|
|
48481
50361
|
"unit": "px"
|
|
@@ -48494,8 +50374,8 @@
|
|
|
48494
50374
|
}
|
|
48495
50375
|
},
|
|
48496
50376
|
{
|
|
48497
|
-
"color": "{base.color.neutral.
|
|
48498
|
-
"alpha": 0.
|
|
50377
|
+
"color": "{base.color.neutral.12}",
|
|
50378
|
+
"alpha": 0.08,
|
|
48499
50379
|
"offsetX": {
|
|
48500
50380
|
"value": 0,
|
|
48501
50381
|
"unit": "px"
|
|
@@ -48823,6 +50703,147 @@
|
|
|
48823
50703
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48824
50704
|
"isSource": true,
|
|
48825
50705
|
"$type": "shadow"
|
|
50706
|
+
},
|
|
50707
|
+
"light-high-contrast": {
|
|
50708
|
+
"$value": [
|
|
50709
|
+
{
|
|
50710
|
+
"color": "#b7bdc8",
|
|
50711
|
+
"alpha": 1,
|
|
50712
|
+
"offsetX": {
|
|
50713
|
+
"value": 0,
|
|
50714
|
+
"unit": "px"
|
|
50715
|
+
},
|
|
50716
|
+
"offsetY": {
|
|
50717
|
+
"value": 0,
|
|
50718
|
+
"unit": "px"
|
|
50719
|
+
},
|
|
50720
|
+
"blur": {
|
|
50721
|
+
"value": 0,
|
|
50722
|
+
"unit": "px"
|
|
50723
|
+
},
|
|
50724
|
+
"spread": {
|
|
50725
|
+
"value": 1,
|
|
50726
|
+
"unit": "px"
|
|
50727
|
+
}
|
|
50728
|
+
},
|
|
50729
|
+
{
|
|
50730
|
+
"color": "#f0f6fc",
|
|
50731
|
+
"alpha": 0.32,
|
|
50732
|
+
"offsetX": {
|
|
50733
|
+
"value": 0,
|
|
50734
|
+
"unit": "px"
|
|
50735
|
+
},
|
|
50736
|
+
"offsetY": {
|
|
50737
|
+
"value": 56,
|
|
50738
|
+
"unit": "px"
|
|
50739
|
+
},
|
|
50740
|
+
"blur": {
|
|
50741
|
+
"value": 112,
|
|
50742
|
+
"unit": "px"
|
|
50743
|
+
},
|
|
50744
|
+
"spread": {
|
|
50745
|
+
"value": 0,
|
|
50746
|
+
"unit": "px"
|
|
50747
|
+
}
|
|
50748
|
+
}
|
|
50749
|
+
],
|
|
50750
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50751
|
+
"isSource": true,
|
|
50752
|
+
"$type": "shadow"
|
|
50753
|
+
},
|
|
50754
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
50755
|
+
"$value": [
|
|
50756
|
+
{
|
|
50757
|
+
"color": "#b7bdc8",
|
|
50758
|
+
"alpha": 1,
|
|
50759
|
+
"offsetX": {
|
|
50760
|
+
"value": 0,
|
|
50761
|
+
"unit": "px"
|
|
50762
|
+
},
|
|
50763
|
+
"offsetY": {
|
|
50764
|
+
"value": 0,
|
|
50765
|
+
"unit": "px"
|
|
50766
|
+
},
|
|
50767
|
+
"blur": {
|
|
50768
|
+
"value": 0,
|
|
50769
|
+
"unit": "px"
|
|
50770
|
+
},
|
|
50771
|
+
"spread": {
|
|
50772
|
+
"value": 1,
|
|
50773
|
+
"unit": "px"
|
|
50774
|
+
}
|
|
50775
|
+
},
|
|
50776
|
+
{
|
|
50777
|
+
"color": "#f0f6fc",
|
|
50778
|
+
"alpha": 0.32,
|
|
50779
|
+
"offsetX": {
|
|
50780
|
+
"value": 0,
|
|
50781
|
+
"unit": "px"
|
|
50782
|
+
},
|
|
50783
|
+
"offsetY": {
|
|
50784
|
+
"value": 56,
|
|
50785
|
+
"unit": "px"
|
|
50786
|
+
},
|
|
50787
|
+
"blur": {
|
|
50788
|
+
"value": 112,
|
|
50789
|
+
"unit": "px"
|
|
50790
|
+
},
|
|
50791
|
+
"spread": {
|
|
50792
|
+
"value": 0,
|
|
50793
|
+
"unit": "px"
|
|
50794
|
+
}
|
|
50795
|
+
}
|
|
50796
|
+
],
|
|
50797
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50798
|
+
"isSource": true,
|
|
50799
|
+
"$type": "shadow"
|
|
50800
|
+
},
|
|
50801
|
+
"light-tritanopia-high-contrast": {
|
|
50802
|
+
"$value": [
|
|
50803
|
+
{
|
|
50804
|
+
"color": "#b7bdc8",
|
|
50805
|
+
"alpha": 1,
|
|
50806
|
+
"offsetX": {
|
|
50807
|
+
"value": 0,
|
|
50808
|
+
"unit": "px"
|
|
50809
|
+
},
|
|
50810
|
+
"offsetY": {
|
|
50811
|
+
"value": 0,
|
|
50812
|
+
"unit": "px"
|
|
50813
|
+
},
|
|
50814
|
+
"blur": {
|
|
50815
|
+
"value": 0,
|
|
50816
|
+
"unit": "px"
|
|
50817
|
+
},
|
|
50818
|
+
"spread": {
|
|
50819
|
+
"value": 1,
|
|
50820
|
+
"unit": "px"
|
|
50821
|
+
}
|
|
50822
|
+
},
|
|
50823
|
+
{
|
|
50824
|
+
"color": "#f0f6fc",
|
|
50825
|
+
"alpha": 0.32,
|
|
50826
|
+
"offsetX": {
|
|
50827
|
+
"value": 0,
|
|
50828
|
+
"unit": "px"
|
|
50829
|
+
},
|
|
50830
|
+
"offsetY": {
|
|
50831
|
+
"value": 56,
|
|
50832
|
+
"unit": "px"
|
|
50833
|
+
},
|
|
50834
|
+
"blur": {
|
|
50835
|
+
"value": 112,
|
|
50836
|
+
"unit": "px"
|
|
50837
|
+
},
|
|
50838
|
+
"spread": {
|
|
50839
|
+
"value": 0,
|
|
50840
|
+
"unit": "px"
|
|
50841
|
+
}
|
|
50842
|
+
}
|
|
50843
|
+
],
|
|
50844
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50845
|
+
"isSource": true,
|
|
50846
|
+
"$type": "shadow"
|
|
48826
50847
|
}
|
|
48827
50848
|
},
|
|
48828
50849
|
"org.primer.llm": {
|
|
@@ -48929,6 +50950,147 @@
|
|
|
48929
50950
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48930
50951
|
"isSource": true,
|
|
48931
50952
|
"$type": "shadow"
|
|
50953
|
+
},
|
|
50954
|
+
"light-high-contrast": {
|
|
50955
|
+
"$value": [
|
|
50956
|
+
{
|
|
50957
|
+
"color": "{overlay.borderColor}",
|
|
50958
|
+
"alpha": 1,
|
|
50959
|
+
"offsetX": {
|
|
50960
|
+
"value": 0,
|
|
50961
|
+
"unit": "px"
|
|
50962
|
+
},
|
|
50963
|
+
"offsetY": {
|
|
50964
|
+
"value": 0,
|
|
50965
|
+
"unit": "px"
|
|
50966
|
+
},
|
|
50967
|
+
"blur": {
|
|
50968
|
+
"value": 0,
|
|
50969
|
+
"unit": "px"
|
|
50970
|
+
},
|
|
50971
|
+
"spread": {
|
|
50972
|
+
"value": 1,
|
|
50973
|
+
"unit": "px"
|
|
50974
|
+
}
|
|
50975
|
+
},
|
|
50976
|
+
{
|
|
50977
|
+
"color": "{base.color.neutral.12}",
|
|
50978
|
+
"alpha": 0.32,
|
|
50979
|
+
"offsetX": {
|
|
50980
|
+
"value": 0,
|
|
50981
|
+
"unit": "px"
|
|
50982
|
+
},
|
|
50983
|
+
"offsetY": {
|
|
50984
|
+
"value": 56,
|
|
50985
|
+
"unit": "px"
|
|
50986
|
+
},
|
|
50987
|
+
"blur": {
|
|
50988
|
+
"value": 112,
|
|
50989
|
+
"unit": "px"
|
|
50990
|
+
},
|
|
50991
|
+
"spread": {
|
|
50992
|
+
"value": 0,
|
|
50993
|
+
"unit": "px"
|
|
50994
|
+
}
|
|
50995
|
+
}
|
|
50996
|
+
],
|
|
50997
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50998
|
+
"isSource": true,
|
|
50999
|
+
"$type": "shadow"
|
|
51000
|
+
},
|
|
51001
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
51002
|
+
"$value": [
|
|
51003
|
+
{
|
|
51004
|
+
"color": "{overlay.borderColor}",
|
|
51005
|
+
"alpha": 1,
|
|
51006
|
+
"offsetX": {
|
|
51007
|
+
"value": 0,
|
|
51008
|
+
"unit": "px"
|
|
51009
|
+
},
|
|
51010
|
+
"offsetY": {
|
|
51011
|
+
"value": 0,
|
|
51012
|
+
"unit": "px"
|
|
51013
|
+
},
|
|
51014
|
+
"blur": {
|
|
51015
|
+
"value": 0,
|
|
51016
|
+
"unit": "px"
|
|
51017
|
+
},
|
|
51018
|
+
"spread": {
|
|
51019
|
+
"value": 1,
|
|
51020
|
+
"unit": "px"
|
|
51021
|
+
}
|
|
51022
|
+
},
|
|
51023
|
+
{
|
|
51024
|
+
"color": "{base.color.neutral.12}",
|
|
51025
|
+
"alpha": 0.32,
|
|
51026
|
+
"offsetX": {
|
|
51027
|
+
"value": 0,
|
|
51028
|
+
"unit": "px"
|
|
51029
|
+
},
|
|
51030
|
+
"offsetY": {
|
|
51031
|
+
"value": 56,
|
|
51032
|
+
"unit": "px"
|
|
51033
|
+
},
|
|
51034
|
+
"blur": {
|
|
51035
|
+
"value": 112,
|
|
51036
|
+
"unit": "px"
|
|
51037
|
+
},
|
|
51038
|
+
"spread": {
|
|
51039
|
+
"value": 0,
|
|
51040
|
+
"unit": "px"
|
|
51041
|
+
}
|
|
51042
|
+
}
|
|
51043
|
+
],
|
|
51044
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
51045
|
+
"isSource": true,
|
|
51046
|
+
"$type": "shadow"
|
|
51047
|
+
},
|
|
51048
|
+
"light-tritanopia-high-contrast": {
|
|
51049
|
+
"$value": [
|
|
51050
|
+
{
|
|
51051
|
+
"color": "{overlay.borderColor}",
|
|
51052
|
+
"alpha": 1,
|
|
51053
|
+
"offsetX": {
|
|
51054
|
+
"value": 0,
|
|
51055
|
+
"unit": "px"
|
|
51056
|
+
},
|
|
51057
|
+
"offsetY": {
|
|
51058
|
+
"value": 0,
|
|
51059
|
+
"unit": "px"
|
|
51060
|
+
},
|
|
51061
|
+
"blur": {
|
|
51062
|
+
"value": 0,
|
|
51063
|
+
"unit": "px"
|
|
51064
|
+
},
|
|
51065
|
+
"spread": {
|
|
51066
|
+
"value": 1,
|
|
51067
|
+
"unit": "px"
|
|
51068
|
+
}
|
|
51069
|
+
},
|
|
51070
|
+
{
|
|
51071
|
+
"color": "{base.color.neutral.12}",
|
|
51072
|
+
"alpha": 0.32,
|
|
51073
|
+
"offsetX": {
|
|
51074
|
+
"value": 0,
|
|
51075
|
+
"unit": "px"
|
|
51076
|
+
},
|
|
51077
|
+
"offsetY": {
|
|
51078
|
+
"value": 56,
|
|
51079
|
+
"unit": "px"
|
|
51080
|
+
},
|
|
51081
|
+
"blur": {
|
|
51082
|
+
"value": 112,
|
|
51083
|
+
"unit": "px"
|
|
51084
|
+
},
|
|
51085
|
+
"spread": {
|
|
51086
|
+
"value": 0,
|
|
51087
|
+
"unit": "px"
|
|
51088
|
+
}
|
|
51089
|
+
}
|
|
51090
|
+
],
|
|
51091
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
51092
|
+
"isSource": true,
|
|
51093
|
+
"$type": "shadow"
|
|
48932
51094
|
}
|
|
48933
51095
|
},
|
|
48934
51096
|
"org.primer.llm": {
|