@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
|
@@ -2078,7 +2078,11 @@
|
|
|
2078
2078
|
"$type": "color"
|
|
2079
2079
|
},
|
|
2080
2080
|
"dark-tritanopia": {
|
|
2081
|
-
"$value":
|
|
2081
|
+
"$value": {
|
|
2082
|
+
"colorSpace": "hsl",
|
|
2083
|
+
"components": [328, 62.9, 62],
|
|
2084
|
+
"hex": "#db61a2"
|
|
2085
|
+
},
|
|
2082
2086
|
"alpha": 0.1,
|
|
2083
2087
|
"filePath": "src/tokens/functional/color/bgColor.json5",
|
|
2084
2088
|
"isSource": true,
|
|
@@ -2114,7 +2118,11 @@
|
|
|
2114
2118
|
"$type": "color"
|
|
2115
2119
|
},
|
|
2116
2120
|
"dark-tritanopia": {
|
|
2117
|
-
"$value":
|
|
2121
|
+
"$value": {
|
|
2122
|
+
"colorSpace": "hsl",
|
|
2123
|
+
"components": [328, 62.9, 62],
|
|
2124
|
+
"hex": "#db61a2"
|
|
2125
|
+
},
|
|
2118
2126
|
"alpha": 0.1,
|
|
2119
2127
|
"filePath": "src/tokens/functional/color/bgColor.json5",
|
|
2120
2128
|
"isSource": true,
|
|
@@ -2780,6 +2788,52 @@
|
|
|
2780
2788
|
"attributes": {},
|
|
2781
2789
|
"path": ["border", "done", "muted"]
|
|
2782
2790
|
},
|
|
2791
|
+
"border-draft-emphasis": {
|
|
2792
|
+
"key": "{border.draft.emphasis}",
|
|
2793
|
+
"$value": {
|
|
2794
|
+
"color": "#59636e",
|
|
2795
|
+
"style": "solid",
|
|
2796
|
+
"width": ["0.0625rem", "1px"]
|
|
2797
|
+
},
|
|
2798
|
+
"$type": "border",
|
|
2799
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
2800
|
+
"isSource": true,
|
|
2801
|
+
"original": {
|
|
2802
|
+
"$value": {
|
|
2803
|
+
"color": "{borderColor.draft.emphasis}",
|
|
2804
|
+
"style": "solid",
|
|
2805
|
+
"width": "{borderWidth.default}"
|
|
2806
|
+
},
|
|
2807
|
+
"$type": "border",
|
|
2808
|
+
"key": "{border.draft.emphasis}"
|
|
2809
|
+
},
|
|
2810
|
+
"name": "border-draft-emphasis",
|
|
2811
|
+
"attributes": {},
|
|
2812
|
+
"path": ["border", "draft", "emphasis"]
|
|
2813
|
+
},
|
|
2814
|
+
"border-draft-muted": {
|
|
2815
|
+
"key": "{border.draft.muted}",
|
|
2816
|
+
"$value": {
|
|
2817
|
+
"color": "#454c54",
|
|
2818
|
+
"style": "solid",
|
|
2819
|
+
"width": ["0.0625rem", "1px"]
|
|
2820
|
+
},
|
|
2821
|
+
"$type": "border",
|
|
2822
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
2823
|
+
"isSource": true,
|
|
2824
|
+
"original": {
|
|
2825
|
+
"$value": {
|
|
2826
|
+
"color": "{borderColor.draft.muted}",
|
|
2827
|
+
"style": "solid",
|
|
2828
|
+
"width": "{borderWidth.default}"
|
|
2829
|
+
},
|
|
2830
|
+
"$type": "border",
|
|
2831
|
+
"key": "{border.draft.muted}"
|
|
2832
|
+
},
|
|
2833
|
+
"name": "border-draft-muted",
|
|
2834
|
+
"attributes": {},
|
|
2835
|
+
"path": ["border", "draft", "muted"]
|
|
2836
|
+
},
|
|
2783
2837
|
"border-emphasis": {
|
|
2784
2838
|
"key": "{border.emphasis}",
|
|
2785
2839
|
"$value": {
|
|
@@ -3048,6 +3102,31 @@
|
|
|
3048
3102
|
"attributes": {},
|
|
3049
3103
|
"path": ["border", "success", "muted"]
|
|
3050
3104
|
},
|
|
3105
|
+
"border-translucent": {
|
|
3106
|
+
"key": "{border.translucent}",
|
|
3107
|
+
"$description": "Semi-transparent border shorthand for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
|
|
3108
|
+
"$value": {
|
|
3109
|
+
"color": "#59636e",
|
|
3110
|
+
"style": "solid",
|
|
3111
|
+
"width": ["0.0625rem", "1px"]
|
|
3112
|
+
},
|
|
3113
|
+
"$type": "border",
|
|
3114
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
3115
|
+
"isSource": true,
|
|
3116
|
+
"original": {
|
|
3117
|
+
"$description": "Semi-transparent border shorthand for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
|
|
3118
|
+
"$value": {
|
|
3119
|
+
"color": "{borderColor.translucent}",
|
|
3120
|
+
"style": "solid",
|
|
3121
|
+
"width": "{borderWidth.default}"
|
|
3122
|
+
},
|
|
3123
|
+
"$type": "border",
|
|
3124
|
+
"key": "{border.translucent}"
|
|
3125
|
+
},
|
|
3126
|
+
"name": "border-translucent",
|
|
3127
|
+
"attributes": {},
|
|
3128
|
+
"path": ["border", "translucent"]
|
|
3129
|
+
},
|
|
3051
3130
|
"border-transparent": {
|
|
3052
3131
|
"key": "{border.transparent}",
|
|
3053
3132
|
"$value": {
|
|
@@ -5851,7 +5930,7 @@
|
|
|
5851
5930
|
"key": "{borderColor.translucent}",
|
|
5852
5931
|
"$value": "#59636e",
|
|
5853
5932
|
"$type": "color",
|
|
5854
|
-
"$description": "Semi-transparent border for overlays and layered elements",
|
|
5933
|
+
"$description": "Semi-transparent border for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
|
|
5855
5934
|
"$extensions": {
|
|
5856
5935
|
"org.primer.figma": {
|
|
5857
5936
|
"collection": "mode",
|
|
@@ -5920,7 +5999,7 @@
|
|
|
5920
5999
|
"original": {
|
|
5921
6000
|
"$value": "{base.color.neutral.9}",
|
|
5922
6001
|
"$type": "color",
|
|
5923
|
-
"$description": "Semi-transparent border for overlays and layered elements",
|
|
6002
|
+
"$description": "Semi-transparent border for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
|
|
5924
6003
|
"$extensions": {
|
|
5925
6004
|
"org.primer.figma": {
|
|
5926
6005
|
"collection": "mode",
|
|
@@ -6714,13 +6793,21 @@
|
|
|
6714
6793
|
"$type": "color"
|
|
6715
6794
|
},
|
|
6716
6795
|
"dark-dimmed-high-contrast": {
|
|
6717
|
-
"$value":
|
|
6796
|
+
"$value": {
|
|
6797
|
+
"colorSpace": "hsl",
|
|
6798
|
+
"components": [0, 0, 100],
|
|
6799
|
+
"hex": "#ffffff"
|
|
6800
|
+
},
|
|
6718
6801
|
"filePath": "src/tokens/component/button.json5",
|
|
6719
6802
|
"isSource": true,
|
|
6720
6803
|
"$type": "color"
|
|
6721
6804
|
},
|
|
6722
6805
|
"dark-dimmed": {
|
|
6723
|
-
"$value":
|
|
6806
|
+
"$value": {
|
|
6807
|
+
"colorSpace": "hsl",
|
|
6808
|
+
"components": [0, 0, 100],
|
|
6809
|
+
"hex": "#ffffff"
|
|
6810
|
+
},
|
|
6724
6811
|
"filePath": "src/tokens/component/button.json5",
|
|
6725
6812
|
"isSource": true,
|
|
6726
6813
|
"$type": "color"
|
|
@@ -6746,13 +6833,21 @@
|
|
|
6746
6833
|
"$type": "color"
|
|
6747
6834
|
},
|
|
6748
6835
|
"dark-dimmed-high-contrast": {
|
|
6749
|
-
"$value":
|
|
6836
|
+
"$value": {
|
|
6837
|
+
"colorSpace": "hsl",
|
|
6838
|
+
"components": [0, 0, 100],
|
|
6839
|
+
"hex": "#ffffff"
|
|
6840
|
+
},
|
|
6750
6841
|
"filePath": "src/tokens/component/button.json5",
|
|
6751
6842
|
"isSource": true,
|
|
6752
6843
|
"$type": "color"
|
|
6753
6844
|
},
|
|
6754
6845
|
"dark-dimmed": {
|
|
6755
|
-
"$value":
|
|
6846
|
+
"$value": {
|
|
6847
|
+
"colorSpace": "hsl",
|
|
6848
|
+
"components": [0, 0, 100],
|
|
6849
|
+
"hex": "#ffffff"
|
|
6850
|
+
},
|
|
6756
6851
|
"filePath": "src/tokens/component/button.json5",
|
|
6757
6852
|
"isSource": true,
|
|
6758
6853
|
"$type": "color"
|
|
@@ -6832,13 +6927,21 @@
|
|
|
6832
6927
|
"$type": "color"
|
|
6833
6928
|
},
|
|
6834
6929
|
"dark-dimmed-high-contrast": {
|
|
6835
|
-
"$value":
|
|
6930
|
+
"$value": {
|
|
6931
|
+
"colorSpace": "hsl",
|
|
6932
|
+
"components": [0, 0, 100],
|
|
6933
|
+
"hex": "#ffffff"
|
|
6934
|
+
},
|
|
6836
6935
|
"filePath": "src/tokens/component/button.json5",
|
|
6837
6936
|
"isSource": true,
|
|
6838
6937
|
"$type": "color"
|
|
6839
6938
|
},
|
|
6840
6939
|
"dark-dimmed": {
|
|
6841
|
-
"$value":
|
|
6940
|
+
"$value": {
|
|
6941
|
+
"colorSpace": "hsl",
|
|
6942
|
+
"components": [0, 0, 100],
|
|
6943
|
+
"hex": "#ffffff"
|
|
6944
|
+
},
|
|
6842
6945
|
"filePath": "src/tokens/component/button.json5",
|
|
6843
6946
|
"isSource": true,
|
|
6844
6947
|
"$type": "color"
|
|
@@ -6864,13 +6967,21 @@
|
|
|
6864
6967
|
"$type": "color"
|
|
6865
6968
|
},
|
|
6866
6969
|
"dark-dimmed-high-contrast": {
|
|
6867
|
-
"$value":
|
|
6970
|
+
"$value": {
|
|
6971
|
+
"colorSpace": "hsl",
|
|
6972
|
+
"components": [0, 0, 100],
|
|
6973
|
+
"hex": "#ffffff"
|
|
6974
|
+
},
|
|
6868
6975
|
"filePath": "src/tokens/component/button.json5",
|
|
6869
6976
|
"isSource": true,
|
|
6870
6977
|
"$type": "color"
|
|
6871
6978
|
},
|
|
6872
6979
|
"dark-dimmed": {
|
|
6873
|
-
"$value":
|
|
6980
|
+
"$value": {
|
|
6981
|
+
"colorSpace": "hsl",
|
|
6982
|
+
"components": [0, 0, 100],
|
|
6983
|
+
"hex": "#ffffff"
|
|
6984
|
+
},
|
|
6874
6985
|
"filePath": "src/tokens/component/button.json5",
|
|
6875
6986
|
"isSource": true,
|
|
6876
6987
|
"$type": "color"
|
|
@@ -6895,13 +7006,21 @@
|
|
|
6895
7006
|
},
|
|
6896
7007
|
"org.primer.overrides": {
|
|
6897
7008
|
"dark": {
|
|
6898
|
-
"$value":
|
|
7009
|
+
"$value": {
|
|
7010
|
+
"colorSpace": "hsl",
|
|
7011
|
+
"components": [3.3, 94.3, 65.7],
|
|
7012
|
+
"hex": "#FA5E55"
|
|
7013
|
+
},
|
|
6899
7014
|
"filePath": "src/tokens/component/button.json5",
|
|
6900
7015
|
"isSource": true,
|
|
6901
7016
|
"$type": "color"
|
|
6902
7017
|
},
|
|
6903
7018
|
"dark-dimmed": {
|
|
6904
|
-
"$value":
|
|
7019
|
+
"$value": {
|
|
7020
|
+
"colorSpace": "hsl",
|
|
7021
|
+
"components": [3.6, 78.2, 62.2],
|
|
7022
|
+
"hex": "#ea5c53"
|
|
7023
|
+
},
|
|
6905
7024
|
"filePath": "src/tokens/component/button.json5",
|
|
6906
7025
|
"isSource": true,
|
|
6907
7026
|
"$type": "color"
|
|
@@ -6951,13 +7070,21 @@
|
|
|
6951
7070
|
},
|
|
6952
7071
|
"org.primer.overrides": {
|
|
6953
7072
|
"dark": {
|
|
6954
|
-
"$value":
|
|
7073
|
+
"$value": {
|
|
7074
|
+
"colorSpace": "hsl",
|
|
7075
|
+
"components": [3.3, 94.3, 65.7],
|
|
7076
|
+
"hex": "#FA5E55"
|
|
7077
|
+
},
|
|
6955
7078
|
"filePath": "src/tokens/component/button.json5",
|
|
6956
7079
|
"isSource": true,
|
|
6957
7080
|
"$type": "color"
|
|
6958
7081
|
},
|
|
6959
7082
|
"dark-dimmed": {
|
|
6960
|
-
"$value":
|
|
7083
|
+
"$value": {
|
|
7084
|
+
"colorSpace": "hsl",
|
|
7085
|
+
"components": [3.6, 78.2, 62.2],
|
|
7086
|
+
"hex": "#ea5c53"
|
|
7087
|
+
},
|
|
6961
7088
|
"filePath": "src/tokens/component/button.json5",
|
|
6962
7089
|
"isSource": true,
|
|
6963
7090
|
"$type": "color"
|
|
@@ -7000,6 +7127,35 @@
|
|
|
7000
7127
|
"attributes": {},
|
|
7001
7128
|
"path": ["button", "danger", "fgColor", "rest"]
|
|
7002
7129
|
},
|
|
7130
|
+
"button-danger-iconColor-disabled": {
|
|
7131
|
+
"key": "{button.danger.iconColor.disabled}",
|
|
7132
|
+
"$value": "#86061d80",
|
|
7133
|
+
"$type": "color",
|
|
7134
|
+
"$extensions": {
|
|
7135
|
+
"org.primer.figma": {
|
|
7136
|
+
"collection": "mode",
|
|
7137
|
+
"group": "component (internal)",
|
|
7138
|
+
"scopes": ["fgColor"]
|
|
7139
|
+
}
|
|
7140
|
+
},
|
|
7141
|
+
"filePath": "src/tokens/component/button.json5",
|
|
7142
|
+
"isSource": true,
|
|
7143
|
+
"original": {
|
|
7144
|
+
"$value": "{button.danger.fgColor.disabled}",
|
|
7145
|
+
"$type": "color",
|
|
7146
|
+
"$extensions": {
|
|
7147
|
+
"org.primer.figma": {
|
|
7148
|
+
"collection": "mode",
|
|
7149
|
+
"group": "component (internal)",
|
|
7150
|
+
"scopes": ["fgColor"]
|
|
7151
|
+
}
|
|
7152
|
+
},
|
|
7153
|
+
"key": "{button.danger.iconColor.disabled}"
|
|
7154
|
+
},
|
|
7155
|
+
"name": "button-danger-iconColor-disabled",
|
|
7156
|
+
"attributes": {},
|
|
7157
|
+
"path": ["button", "danger", "iconColor", "disabled"]
|
|
7158
|
+
},
|
|
7003
7159
|
"button-danger-iconColor-hover": {
|
|
7004
7160
|
"key": "{button.danger.iconColor.hover}",
|
|
7005
7161
|
"$value": "#ffffff",
|
|
@@ -7018,7 +7174,11 @@
|
|
|
7018
7174
|
"$type": "color"
|
|
7019
7175
|
},
|
|
7020
7176
|
"dark-dimmed-high-contrast": {
|
|
7021
|
-
"$value":
|
|
7177
|
+
"$value": {
|
|
7178
|
+
"colorSpace": "hsl",
|
|
7179
|
+
"components": [0, 0, 100],
|
|
7180
|
+
"hex": "#ffffff"
|
|
7181
|
+
},
|
|
7022
7182
|
"filePath": "src/tokens/component/button.json5",
|
|
7023
7183
|
"isSource": true,
|
|
7024
7184
|
"$type": "color"
|
|
@@ -7044,7 +7204,11 @@
|
|
|
7044
7204
|
"$type": "color"
|
|
7045
7205
|
},
|
|
7046
7206
|
"dark-dimmed-high-contrast": {
|
|
7047
|
-
"$value":
|
|
7207
|
+
"$value": {
|
|
7208
|
+
"colorSpace": "hsl",
|
|
7209
|
+
"components": [0, 0, 100],
|
|
7210
|
+
"hex": "#ffffff"
|
|
7211
|
+
},
|
|
7048
7212
|
"filePath": "src/tokens/component/button.json5",
|
|
7049
7213
|
"isSource": true,
|
|
7050
7214
|
"$type": "color"
|
|
@@ -7564,6 +7728,35 @@
|
|
|
7564
7728
|
"attributes": {},
|
|
7565
7729
|
"path": ["button", "default", "borderColor", "rest"]
|
|
7566
7730
|
},
|
|
7731
|
+
"button-default-fgColor-disabled": {
|
|
7732
|
+
"key": "{button.default.fgColor.disabled}",
|
|
7733
|
+
"$value": "#59636e",
|
|
7734
|
+
"$type": "color",
|
|
7735
|
+
"$extensions": {
|
|
7736
|
+
"org.primer.figma": {
|
|
7737
|
+
"collection": "mode",
|
|
7738
|
+
"group": "component (internal)",
|
|
7739
|
+
"scopes": ["fgColor"]
|
|
7740
|
+
}
|
|
7741
|
+
},
|
|
7742
|
+
"filePath": "src/tokens/component/button.json5",
|
|
7743
|
+
"isSource": true,
|
|
7744
|
+
"original": {
|
|
7745
|
+
"$value": "{control.fgColor.disabled}",
|
|
7746
|
+
"$type": "color",
|
|
7747
|
+
"$extensions": {
|
|
7748
|
+
"org.primer.figma": {
|
|
7749
|
+
"collection": "mode",
|
|
7750
|
+
"group": "component (internal)",
|
|
7751
|
+
"scopes": ["fgColor"]
|
|
7752
|
+
}
|
|
7753
|
+
},
|
|
7754
|
+
"key": "{button.default.fgColor.disabled}"
|
|
7755
|
+
},
|
|
7756
|
+
"name": "button-default-fgColor-disabled",
|
|
7757
|
+
"attributes": {},
|
|
7758
|
+
"path": ["button", "default", "fgColor", "disabled"]
|
|
7759
|
+
},
|
|
7567
7760
|
"button-default-fgColor-rest": {
|
|
7568
7761
|
"key": "{button.default.fgColor.rest}",
|
|
7569
7762
|
"$value": "#25292e",
|
|
@@ -8852,31 +9045,51 @@
|
|
|
8852
9045
|
"$type": "color"
|
|
8853
9046
|
},
|
|
8854
9047
|
"dark-tritanopia": {
|
|
8855
|
-
"$value":
|
|
9048
|
+
"$value": {
|
|
9049
|
+
"colorSpace": "hsl",
|
|
9050
|
+
"components": [218.3, 84.7, 33.3],
|
|
9051
|
+
"hex": "#0d419d"
|
|
9052
|
+
},
|
|
8856
9053
|
"filePath": "src/tokens/component/button.json5",
|
|
8857
9054
|
"isSource": true,
|
|
8858
9055
|
"$type": "color"
|
|
8859
9056
|
},
|
|
8860
9057
|
"dark-tritanopia-high-contrast": {
|
|
8861
|
-
"$value":
|
|
9058
|
+
"$value": {
|
|
9059
|
+
"colorSpace": "hsl",
|
|
9060
|
+
"components": [218.3, 84.7, 33.3],
|
|
9061
|
+
"hex": "#0d419d"
|
|
9062
|
+
},
|
|
8862
9063
|
"filePath": "src/tokens/component/button.json5",
|
|
8863
9064
|
"isSource": true,
|
|
8864
9065
|
"$type": "color"
|
|
8865
9066
|
},
|
|
8866
9067
|
"light-high-contrast": {
|
|
8867
|
-
"$value":
|
|
9068
|
+
"$value": {
|
|
9069
|
+
"colorSpace": "hsl",
|
|
9070
|
+
"components": [216.6, 96.3, 31.4],
|
|
9071
|
+
"hex": "#033f9d"
|
|
9072
|
+
},
|
|
8868
9073
|
"filePath": "src/tokens/component/button.json5",
|
|
8869
9074
|
"isSource": true,
|
|
8870
9075
|
"$type": "color"
|
|
8871
9076
|
},
|
|
8872
9077
|
"light-tritanopia-high-contrast": {
|
|
8873
|
-
"$value":
|
|
9078
|
+
"$value": {
|
|
9079
|
+
"colorSpace": "hsl",
|
|
9080
|
+
"components": [216.6, 96.3, 31.4],
|
|
9081
|
+
"hex": "#033f9d"
|
|
9082
|
+
},
|
|
8874
9083
|
"filePath": "src/tokens/component/button.json5",
|
|
8875
9084
|
"isSource": true,
|
|
8876
9085
|
"$type": "color"
|
|
8877
9086
|
},
|
|
8878
9087
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
8879
|
-
"$value":
|
|
9088
|
+
"$value": {
|
|
9089
|
+
"colorSpace": "hsl",
|
|
9090
|
+
"components": [216.6, 96.3, 31.4],
|
|
9091
|
+
"hex": "#033f9d"
|
|
9092
|
+
},
|
|
8880
9093
|
"filePath": "src/tokens/component/button.json5",
|
|
8881
9094
|
"isSource": true,
|
|
8882
9095
|
"$type": "color"
|
|
@@ -8886,7 +9099,11 @@
|
|
|
8886
9099
|
"filePath": "src/tokens/component/button.json5",
|
|
8887
9100
|
"isSource": true,
|
|
8888
9101
|
"original": {
|
|
8889
|
-
"$value":
|
|
9102
|
+
"$value": {
|
|
9103
|
+
"colorSpace": "hsl",
|
|
9104
|
+
"components": [216.6, 96.3, 31.4],
|
|
9105
|
+
"hex": "#033f9d"
|
|
9106
|
+
},
|
|
8890
9107
|
"$type": "color",
|
|
8891
9108
|
"$extensions": {
|
|
8892
9109
|
"org.primer.figma": {
|
|
@@ -8902,31 +9119,51 @@
|
|
|
8902
9119
|
"$type": "color"
|
|
8903
9120
|
},
|
|
8904
9121
|
"dark-tritanopia": {
|
|
8905
|
-
"$value":
|
|
9122
|
+
"$value": {
|
|
9123
|
+
"colorSpace": "hsl",
|
|
9124
|
+
"components": [218.3, 84.7, 33.3],
|
|
9125
|
+
"hex": "#0d419d"
|
|
9126
|
+
},
|
|
8906
9127
|
"filePath": "src/tokens/component/button.json5",
|
|
8907
9128
|
"isSource": true,
|
|
8908
9129
|
"$type": "color"
|
|
8909
9130
|
},
|
|
8910
9131
|
"dark-tritanopia-high-contrast": {
|
|
8911
|
-
"$value":
|
|
9132
|
+
"$value": {
|
|
9133
|
+
"colorSpace": "hsl",
|
|
9134
|
+
"components": [218.3, 84.7, 33.3],
|
|
9135
|
+
"hex": "#0d419d"
|
|
9136
|
+
},
|
|
8912
9137
|
"filePath": "src/tokens/component/button.json5",
|
|
8913
9138
|
"isSource": true,
|
|
8914
9139
|
"$type": "color"
|
|
8915
9140
|
},
|
|
8916
9141
|
"light-high-contrast": {
|
|
8917
|
-
"$value":
|
|
9142
|
+
"$value": {
|
|
9143
|
+
"colorSpace": "hsl",
|
|
9144
|
+
"components": [216.6, 96.3, 31.4],
|
|
9145
|
+
"hex": "#033f9d"
|
|
9146
|
+
},
|
|
8918
9147
|
"filePath": "src/tokens/component/button.json5",
|
|
8919
9148
|
"isSource": true,
|
|
8920
9149
|
"$type": "color"
|
|
8921
9150
|
},
|
|
8922
9151
|
"light-tritanopia-high-contrast": {
|
|
8923
|
-
"$value":
|
|
9152
|
+
"$value": {
|
|
9153
|
+
"colorSpace": "hsl",
|
|
9154
|
+
"components": [216.6, 96.3, 31.4],
|
|
9155
|
+
"hex": "#033f9d"
|
|
9156
|
+
},
|
|
8924
9157
|
"filePath": "src/tokens/component/button.json5",
|
|
8925
9158
|
"isSource": true,
|
|
8926
9159
|
"$type": "color"
|
|
8927
9160
|
},
|
|
8928
9161
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
8929
|
-
"$value":
|
|
9162
|
+
"$value": {
|
|
9163
|
+
"colorSpace": "hsl",
|
|
9164
|
+
"components": [216.6, 96.3, 31.4],
|
|
9165
|
+
"hex": "#033f9d"
|
|
9166
|
+
},
|
|
8930
9167
|
"filePath": "src/tokens/component/button.json5",
|
|
8931
9168
|
"isSource": true,
|
|
8932
9169
|
"$type": "color"
|
|
@@ -8957,7 +9194,11 @@
|
|
|
8957
9194
|
"$type": "color"
|
|
8958
9195
|
},
|
|
8959
9196
|
"dark-tritanopia": {
|
|
8960
|
-
"$value":
|
|
9197
|
+
"$value": {
|
|
9198
|
+
"colorSpace": "hsl",
|
|
9199
|
+
"components": [212, 18.5, 15.9],
|
|
9200
|
+
"hex": "#212830"
|
|
9201
|
+
},
|
|
8961
9202
|
"filePath": "src/tokens/component/button.json5",
|
|
8962
9203
|
"isSource": true,
|
|
8963
9204
|
"$type": "color"
|
|
@@ -8983,7 +9224,11 @@
|
|
|
8983
9224
|
"$type": "color"
|
|
8984
9225
|
},
|
|
8985
9226
|
"dark-tritanopia": {
|
|
8986
|
-
"$value":
|
|
9227
|
+
"$value": {
|
|
9228
|
+
"colorSpace": "hsl",
|
|
9229
|
+
"components": [212, 18.5, 15.9],
|
|
9230
|
+
"hex": "#212830"
|
|
9231
|
+
},
|
|
8987
9232
|
"filePath": "src/tokens/component/button.json5",
|
|
8988
9233
|
"isSource": true,
|
|
8989
9234
|
"$type": "color"
|
|
@@ -9014,7 +9259,11 @@
|
|
|
9014
9259
|
"$type": "color"
|
|
9015
9260
|
},
|
|
9016
9261
|
"dark-tritanopia": {
|
|
9017
|
-
"$value":
|
|
9262
|
+
"$value": {
|
|
9263
|
+
"colorSpace": "hsl",
|
|
9264
|
+
"components": [217.5, 17.4, 18],
|
|
9265
|
+
"hex": "#262c36"
|
|
9266
|
+
},
|
|
9018
9267
|
"filePath": "src/tokens/component/button.json5",
|
|
9019
9268
|
"isSource": true,
|
|
9020
9269
|
"$type": "color"
|
|
@@ -9040,7 +9289,11 @@
|
|
|
9040
9289
|
"$type": "color"
|
|
9041
9290
|
},
|
|
9042
9291
|
"dark-tritanopia": {
|
|
9043
|
-
"$value":
|
|
9292
|
+
"$value": {
|
|
9293
|
+
"colorSpace": "hsl",
|
|
9294
|
+
"components": [217.5, 17.4, 18],
|
|
9295
|
+
"hex": "#262c36"
|
|
9296
|
+
},
|
|
9044
9297
|
"filePath": "src/tokens/component/button.json5",
|
|
9045
9298
|
"isSource": true,
|
|
9046
9299
|
"$type": "color"
|
|
@@ -9272,7 +9525,12 @@
|
|
|
9272
9525
|
"$type": "color"
|
|
9273
9526
|
},
|
|
9274
9527
|
"dark-dimmed": {
|
|
9275
|
-
"$value":
|
|
9528
|
+
"$value": {
|
|
9529
|
+
"colorSpace": "hsl",
|
|
9530
|
+
"components": [214.3, 76.1, 59],
|
|
9531
|
+
"hex": "#478be6"
|
|
9532
|
+
},
|
|
9533
|
+
"alpha": 0.502,
|
|
9276
9534
|
"filePath": "src/tokens/component/button.json5",
|
|
9277
9535
|
"isSource": true,
|
|
9278
9536
|
"$type": "color"
|
|
@@ -9300,7 +9558,12 @@
|
|
|
9300
9558
|
"$type": "color"
|
|
9301
9559
|
},
|
|
9302
9560
|
"dark-dimmed": {
|
|
9303
|
-
"$value":
|
|
9561
|
+
"$value": {
|
|
9562
|
+
"colorSpace": "hsl",
|
|
9563
|
+
"components": [214.3, 76.1, 59],
|
|
9564
|
+
"hex": "#478be6"
|
|
9565
|
+
},
|
|
9566
|
+
"alpha": 0.502,
|
|
9304
9567
|
"filePath": "src/tokens/component/button.json5",
|
|
9305
9568
|
"isSource": true,
|
|
9306
9569
|
"$type": "color"
|
|
@@ -9525,13 +9788,21 @@
|
|
|
9525
9788
|
},
|
|
9526
9789
|
"org.primer.overrides": {
|
|
9527
9790
|
"dark": {
|
|
9528
|
-
"$value":
|
|
9791
|
+
"$value": {
|
|
9792
|
+
"colorSpace": "hsl",
|
|
9793
|
+
"components": [130, 54, 39.2],
|
|
9794
|
+
"hex": "#2E9A40"
|
|
9795
|
+
},
|
|
9529
9796
|
"filePath": "src/tokens/component/button.json5",
|
|
9530
9797
|
"isSource": true,
|
|
9531
9798
|
"$type": "color"
|
|
9532
9799
|
},
|
|
9533
9800
|
"dark-dimmed": {
|
|
9534
|
-
"$value":
|
|
9801
|
+
"$value": {
|
|
9802
|
+
"colorSpace": "hsl",
|
|
9803
|
+
"components": [123.1, 36.8, 41],
|
|
9804
|
+
"hex": "#428f46"
|
|
9805
|
+
},
|
|
9535
9806
|
"filePath": "src/tokens/component/button.json5",
|
|
9536
9807
|
"isSource": true,
|
|
9537
9808
|
"$type": "color"
|
|
@@ -9543,61 +9814,101 @@
|
|
|
9543
9814
|
"$type": "color"
|
|
9544
9815
|
},
|
|
9545
9816
|
"dark-tritanopia": {
|
|
9546
|
-
"$value":
|
|
9817
|
+
"$value": {
|
|
9818
|
+
"colorSpace": "hsl",
|
|
9819
|
+
"components": [214.9, 88.7, 58.2],
|
|
9820
|
+
"hex": "#3685f3"
|
|
9821
|
+
},
|
|
9547
9822
|
"filePath": "src/tokens/component/button.json5",
|
|
9548
9823
|
"isSource": true,
|
|
9549
9824
|
"$type": "color"
|
|
9550
9825
|
},
|
|
9551
9826
|
"dark-tritanopia-high-contrast": {
|
|
9552
|
-
"$value":
|
|
9827
|
+
"$value": {
|
|
9828
|
+
"colorSpace": "hsl",
|
|
9829
|
+
"components": [214.9, 88.7, 58.2],
|
|
9830
|
+
"hex": "#3685f3"
|
|
9831
|
+
},
|
|
9553
9832
|
"filePath": "src/tokens/component/button.json5",
|
|
9554
9833
|
"isSource": true,
|
|
9555
9834
|
"$type": "color"
|
|
9556
9835
|
},
|
|
9557
9836
|
"dark-protanopia-deuteranopia": {
|
|
9558
|
-
"$value":
|
|
9837
|
+
"$value": {
|
|
9838
|
+
"colorSpace": "hsl",
|
|
9839
|
+
"components": [214.9, 88.7, 58.2],
|
|
9840
|
+
"hex": "#3685f3"
|
|
9841
|
+
},
|
|
9559
9842
|
"filePath": "src/tokens/component/button.json5",
|
|
9560
9843
|
"isSource": true,
|
|
9561
9844
|
"$type": "color"
|
|
9562
9845
|
},
|
|
9563
9846
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
9564
|
-
"$value":
|
|
9847
|
+
"$value": {
|
|
9848
|
+
"colorSpace": "hsl",
|
|
9849
|
+
"components": [214.9, 88.7, 58.2],
|
|
9850
|
+
"hex": "#3685f3"
|
|
9851
|
+
},
|
|
9565
9852
|
"filePath": "src/tokens/component/button.json5",
|
|
9566
9853
|
"isSource": true,
|
|
9567
9854
|
"$type": "color"
|
|
9568
9855
|
},
|
|
9569
9856
|
"dark-high-contrast": {
|
|
9570
|
-
"$value":
|
|
9857
|
+
"$value": {
|
|
9858
|
+
"colorSpace": "hsl",
|
|
9859
|
+
"components": [137.2, 80.1, 31.6],
|
|
9860
|
+
"hex": "#109135"
|
|
9861
|
+
},
|
|
9571
9862
|
"filePath": "src/tokens/component/button.json5",
|
|
9572
9863
|
"isSource": true,
|
|
9573
9864
|
"$type": "color"
|
|
9574
9865
|
},
|
|
9575
9866
|
"light-tritanopia": {
|
|
9576
|
-
"$value":
|
|
9867
|
+
"$value": {
|
|
9868
|
+
"colorSpace": "hsl",
|
|
9869
|
+
"components": [212.6, 93.2, 40.6],
|
|
9870
|
+
"hex": "#075fc8"
|
|
9871
|
+
},
|
|
9577
9872
|
"filePath": "src/tokens/component/button.json5",
|
|
9578
9873
|
"isSource": true,
|
|
9579
9874
|
"$type": "color"
|
|
9580
9875
|
},
|
|
9581
9876
|
"light-tritanopia-high-contrast": {
|
|
9582
|
-
"$value":
|
|
9877
|
+
"$value": {
|
|
9878
|
+
"colorSpace": "hsl",
|
|
9879
|
+
"components": [212.6, 93.2, 40.6],
|
|
9880
|
+
"hex": "#075fc8"
|
|
9881
|
+
},
|
|
9583
9882
|
"filePath": "src/tokens/component/button.json5",
|
|
9584
9883
|
"isSource": true,
|
|
9585
9884
|
"$type": "color"
|
|
9586
9885
|
},
|
|
9587
9886
|
"light-protanopia-deuteranopia": {
|
|
9588
|
-
"$value":
|
|
9887
|
+
"$value": {
|
|
9888
|
+
"colorSpace": "hsl",
|
|
9889
|
+
"components": [212.6, 93.2, 40.6],
|
|
9890
|
+
"hex": "#075fc8"
|
|
9891
|
+
},
|
|
9589
9892
|
"filePath": "src/tokens/component/button.json5",
|
|
9590
9893
|
"isSource": true,
|
|
9591
9894
|
"$type": "color"
|
|
9592
9895
|
},
|
|
9593
9896
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9594
|
-
"$value":
|
|
9897
|
+
"$value": {
|
|
9898
|
+
"colorSpace": "hsl",
|
|
9899
|
+
"components": [212.6, 93.2, 40.6],
|
|
9900
|
+
"hex": "#075fc8"
|
|
9901
|
+
},
|
|
9595
9902
|
"filePath": "src/tokens/component/button.json5",
|
|
9596
9903
|
"isSource": true,
|
|
9597
9904
|
"$type": "color"
|
|
9598
9905
|
},
|
|
9599
9906
|
"light-high-contrast": {
|
|
9600
|
-
"$value":
|
|
9907
|
+
"$value": {
|
|
9908
|
+
"colorSpace": "hsl",
|
|
9909
|
+
"components": [138.7, 92.8, 16.3],
|
|
9910
|
+
"hex": "#03501b"
|
|
9911
|
+
},
|
|
9601
9912
|
"filePath": "src/tokens/component/button.json5",
|
|
9602
9913
|
"isSource": true,
|
|
9603
9914
|
"$type": "color"
|
|
@@ -9607,7 +9918,11 @@
|
|
|
9607
9918
|
"filePath": "src/tokens/component/button.json5",
|
|
9608
9919
|
"isSource": true,
|
|
9609
9920
|
"original": {
|
|
9610
|
-
"$value":
|
|
9921
|
+
"$value": {
|
|
9922
|
+
"colorSpace": "hsl",
|
|
9923
|
+
"components": [138.7, 92.8, 16.3],
|
|
9924
|
+
"hex": "#03501b"
|
|
9925
|
+
},
|
|
9611
9926
|
"$type": "color",
|
|
9612
9927
|
"$extensions": {
|
|
9613
9928
|
"org.primer.figma": {
|
|
@@ -9617,13 +9932,21 @@
|
|
|
9617
9932
|
},
|
|
9618
9933
|
"org.primer.overrides": {
|
|
9619
9934
|
"dark": {
|
|
9620
|
-
"$value":
|
|
9935
|
+
"$value": {
|
|
9936
|
+
"colorSpace": "hsl",
|
|
9937
|
+
"components": [130, 54, 39.2],
|
|
9938
|
+
"hex": "#2E9A40"
|
|
9939
|
+
},
|
|
9621
9940
|
"filePath": "src/tokens/component/button.json5",
|
|
9622
9941
|
"isSource": true,
|
|
9623
9942
|
"$type": "color"
|
|
9624
9943
|
},
|
|
9625
9944
|
"dark-dimmed": {
|
|
9626
|
-
"$value":
|
|
9945
|
+
"$value": {
|
|
9946
|
+
"colorSpace": "hsl",
|
|
9947
|
+
"components": [123.1, 36.8, 41],
|
|
9948
|
+
"hex": "#428f46"
|
|
9949
|
+
},
|
|
9627
9950
|
"filePath": "src/tokens/component/button.json5",
|
|
9628
9951
|
"isSource": true,
|
|
9629
9952
|
"$type": "color"
|
|
@@ -9635,61 +9958,101 @@
|
|
|
9635
9958
|
"$type": "color"
|
|
9636
9959
|
},
|
|
9637
9960
|
"dark-tritanopia": {
|
|
9638
|
-
"$value":
|
|
9961
|
+
"$value": {
|
|
9962
|
+
"colorSpace": "hsl",
|
|
9963
|
+
"components": [214.9, 88.7, 58.2],
|
|
9964
|
+
"hex": "#3685f3"
|
|
9965
|
+
},
|
|
9639
9966
|
"filePath": "src/tokens/component/button.json5",
|
|
9640
9967
|
"isSource": true,
|
|
9641
9968
|
"$type": "color"
|
|
9642
9969
|
},
|
|
9643
9970
|
"dark-tritanopia-high-contrast": {
|
|
9644
|
-
"$value":
|
|
9971
|
+
"$value": {
|
|
9972
|
+
"colorSpace": "hsl",
|
|
9973
|
+
"components": [214.9, 88.7, 58.2],
|
|
9974
|
+
"hex": "#3685f3"
|
|
9975
|
+
},
|
|
9645
9976
|
"filePath": "src/tokens/component/button.json5",
|
|
9646
9977
|
"isSource": true,
|
|
9647
9978
|
"$type": "color"
|
|
9648
9979
|
},
|
|
9649
9980
|
"dark-protanopia-deuteranopia": {
|
|
9650
|
-
"$value":
|
|
9981
|
+
"$value": {
|
|
9982
|
+
"colorSpace": "hsl",
|
|
9983
|
+
"components": [214.9, 88.7, 58.2],
|
|
9984
|
+
"hex": "#3685f3"
|
|
9985
|
+
},
|
|
9651
9986
|
"filePath": "src/tokens/component/button.json5",
|
|
9652
9987
|
"isSource": true,
|
|
9653
9988
|
"$type": "color"
|
|
9654
9989
|
},
|
|
9655
9990
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
9656
|
-
"$value":
|
|
9991
|
+
"$value": {
|
|
9992
|
+
"colorSpace": "hsl",
|
|
9993
|
+
"components": [214.9, 88.7, 58.2],
|
|
9994
|
+
"hex": "#3685f3"
|
|
9995
|
+
},
|
|
9657
9996
|
"filePath": "src/tokens/component/button.json5",
|
|
9658
9997
|
"isSource": true,
|
|
9659
9998
|
"$type": "color"
|
|
9660
9999
|
},
|
|
9661
10000
|
"dark-high-contrast": {
|
|
9662
|
-
"$value":
|
|
10001
|
+
"$value": {
|
|
10002
|
+
"colorSpace": "hsl",
|
|
10003
|
+
"components": [137.2, 80.1, 31.6],
|
|
10004
|
+
"hex": "#109135"
|
|
10005
|
+
},
|
|
9663
10006
|
"filePath": "src/tokens/component/button.json5",
|
|
9664
10007
|
"isSource": true,
|
|
9665
10008
|
"$type": "color"
|
|
9666
10009
|
},
|
|
9667
10010
|
"light-tritanopia": {
|
|
9668
|
-
"$value":
|
|
10011
|
+
"$value": {
|
|
10012
|
+
"colorSpace": "hsl",
|
|
10013
|
+
"components": [212.6, 93.2, 40.6],
|
|
10014
|
+
"hex": "#075fc8"
|
|
10015
|
+
},
|
|
9669
10016
|
"filePath": "src/tokens/component/button.json5",
|
|
9670
10017
|
"isSource": true,
|
|
9671
10018
|
"$type": "color"
|
|
9672
10019
|
},
|
|
9673
10020
|
"light-tritanopia-high-contrast": {
|
|
9674
|
-
"$value":
|
|
10021
|
+
"$value": {
|
|
10022
|
+
"colorSpace": "hsl",
|
|
10023
|
+
"components": [212.6, 93.2, 40.6],
|
|
10024
|
+
"hex": "#075fc8"
|
|
10025
|
+
},
|
|
9675
10026
|
"filePath": "src/tokens/component/button.json5",
|
|
9676
10027
|
"isSource": true,
|
|
9677
10028
|
"$type": "color"
|
|
9678
10029
|
},
|
|
9679
10030
|
"light-protanopia-deuteranopia": {
|
|
9680
|
-
"$value":
|
|
10031
|
+
"$value": {
|
|
10032
|
+
"colorSpace": "hsl",
|
|
10033
|
+
"components": [212.6, 93.2, 40.6],
|
|
10034
|
+
"hex": "#075fc8"
|
|
10035
|
+
},
|
|
9681
10036
|
"filePath": "src/tokens/component/button.json5",
|
|
9682
10037
|
"isSource": true,
|
|
9683
10038
|
"$type": "color"
|
|
9684
10039
|
},
|
|
9685
10040
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9686
|
-
"$value":
|
|
10041
|
+
"$value": {
|
|
10042
|
+
"colorSpace": "hsl",
|
|
10043
|
+
"components": [212.6, 93.2, 40.6],
|
|
10044
|
+
"hex": "#075fc8"
|
|
10045
|
+
},
|
|
9687
10046
|
"filePath": "src/tokens/component/button.json5",
|
|
9688
10047
|
"isSource": true,
|
|
9689
10048
|
"$type": "color"
|
|
9690
10049
|
},
|
|
9691
10050
|
"light-high-contrast": {
|
|
9692
|
-
"$value":
|
|
10051
|
+
"$value": {
|
|
10052
|
+
"colorSpace": "hsl",
|
|
10053
|
+
"components": [138.7, 92.8, 16.3],
|
|
10054
|
+
"hex": "#03501b"
|
|
10055
|
+
},
|
|
9693
10056
|
"filePath": "src/tokens/component/button.json5",
|
|
9694
10057
|
"isSource": true,
|
|
9695
10058
|
"$type": "color"
|
|
@@ -9714,25 +10077,41 @@
|
|
|
9714
10077
|
},
|
|
9715
10078
|
"org.primer.overrides": {
|
|
9716
10079
|
"dark": {
|
|
9717
|
-
"$value":
|
|
10080
|
+
"$value": {
|
|
10081
|
+
"colorSpace": "hsl",
|
|
10082
|
+
"components": [135.8, 69.2, 20.4],
|
|
10083
|
+
"hex": "#105823"
|
|
10084
|
+
},
|
|
9718
10085
|
"filePath": "src/tokens/component/button.json5",
|
|
9719
10086
|
"isSource": true,
|
|
9720
10087
|
"$type": "color"
|
|
9721
10088
|
},
|
|
9722
10089
|
"dark-dimmed": {
|
|
9723
|
-
"$value":
|
|
10090
|
+
"$value": {
|
|
10091
|
+
"colorSpace": "hsl",
|
|
10092
|
+
"components": [135.8, 69.2, 20.4],
|
|
10093
|
+
"hex": "#105823"
|
|
10094
|
+
},
|
|
9724
10095
|
"filePath": "src/tokens/component/button.json5",
|
|
9725
10096
|
"isSource": true,
|
|
9726
10097
|
"$type": "color"
|
|
9727
10098
|
},
|
|
9728
10099
|
"dark-tritanopia": {
|
|
9729
|
-
"$value":
|
|
10100
|
+
"$value": {
|
|
10101
|
+
"colorSpace": "hsl",
|
|
10102
|
+
"components": [211.3, 98.8, 68.4],
|
|
10103
|
+
"hex": "#5fabfe"
|
|
10104
|
+
},
|
|
9730
10105
|
"filePath": "src/tokens/component/button.json5",
|
|
9731
10106
|
"isSource": true,
|
|
9732
10107
|
"$type": "color"
|
|
9733
10108
|
},
|
|
9734
10109
|
"dark-tritanopia-high-contrast": {
|
|
9735
|
-
"$value":
|
|
10110
|
+
"$value": {
|
|
10111
|
+
"colorSpace": "hsl",
|
|
10112
|
+
"components": [211.3, 98.8, 68.4],
|
|
10113
|
+
"hex": "#5fabfe"
|
|
10114
|
+
},
|
|
9736
10115
|
"filePath": "src/tokens/component/button.json5",
|
|
9737
10116
|
"isSource": true,
|
|
9738
10117
|
"$type": "color"
|
|
@@ -9750,37 +10129,61 @@
|
|
|
9750
10129
|
"$type": "color"
|
|
9751
10130
|
},
|
|
9752
10131
|
"dark-high-contrast": {
|
|
9753
|
-
"$value":
|
|
10132
|
+
"$value": {
|
|
10133
|
+
"colorSpace": "hsl",
|
|
10134
|
+
"components": [138.6, 94.6, 28.8],
|
|
10135
|
+
"hex": "#048f2f"
|
|
10136
|
+
},
|
|
9754
10137
|
"filePath": "src/tokens/component/button.json5",
|
|
9755
10138
|
"isSource": true,
|
|
9756
10139
|
"$type": "color"
|
|
9757
10140
|
},
|
|
9758
10141
|
"light-tritanopia": {
|
|
9759
|
-
"$value":
|
|
10142
|
+
"$value": {
|
|
10143
|
+
"colorSpace": "hsl",
|
|
10144
|
+
"components": [209.2, 100, 78.6],
|
|
10145
|
+
"hex": "#92caff"
|
|
10146
|
+
},
|
|
9760
10147
|
"filePath": "src/tokens/component/button.json5",
|
|
9761
10148
|
"isSource": true,
|
|
9762
10149
|
"$type": "color"
|
|
9763
10150
|
},
|
|
9764
10151
|
"light-tritanopia-high-contrast": {
|
|
9765
|
-
"$value":
|
|
10152
|
+
"$value": {
|
|
10153
|
+
"colorSpace": "hsl",
|
|
10154
|
+
"components": [209.2, 100, 78.6],
|
|
10155
|
+
"hex": "#92caff"
|
|
10156
|
+
},
|
|
9766
10157
|
"filePath": "src/tokens/component/button.json5",
|
|
9767
10158
|
"isSource": true,
|
|
9768
10159
|
"$type": "color"
|
|
9769
10160
|
},
|
|
9770
10161
|
"light-protanopia-deuteranopia": {
|
|
9771
|
-
"$value":
|
|
10162
|
+
"$value": {
|
|
10163
|
+
"colorSpace": "hsl",
|
|
10164
|
+
"components": [209.2, 100, 78.6],
|
|
10165
|
+
"hex": "#92caff"
|
|
10166
|
+
},
|
|
9772
10167
|
"filePath": "src/tokens/component/button.json5",
|
|
9773
10168
|
"isSource": true,
|
|
9774
10169
|
"$type": "color"
|
|
9775
10170
|
},
|
|
9776
10171
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9777
|
-
"$value":
|
|
10172
|
+
"$value": {
|
|
10173
|
+
"colorSpace": "hsl",
|
|
10174
|
+
"components": [209.2, 100, 78.6],
|
|
10175
|
+
"hex": "#92caff"
|
|
10176
|
+
},
|
|
9778
10177
|
"filePath": "src/tokens/component/button.json5",
|
|
9779
10178
|
"isSource": true,
|
|
9780
10179
|
"$type": "color"
|
|
9781
10180
|
},
|
|
9782
10181
|
"light-high-contrast": {
|
|
9783
|
-
"$value":
|
|
10182
|
+
"$value": {
|
|
10183
|
+
"colorSpace": "hsl",
|
|
10184
|
+
"components": [135.4, 40.2, 65.9],
|
|
10185
|
+
"hex": "#85cb97"
|
|
10186
|
+
},
|
|
9784
10187
|
"filePath": "src/tokens/component/button.json5",
|
|
9785
10188
|
"isSource": true,
|
|
9786
10189
|
"$type": "color"
|
|
@@ -9790,7 +10193,11 @@
|
|
|
9790
10193
|
"filePath": "src/tokens/component/button.json5",
|
|
9791
10194
|
"isSource": true,
|
|
9792
10195
|
"original": {
|
|
9793
|
-
"$value":
|
|
10196
|
+
"$value": {
|
|
10197
|
+
"colorSpace": "hsl",
|
|
10198
|
+
"components": [135.4, 40.2, 65.9],
|
|
10199
|
+
"hex": "#85cb97"
|
|
10200
|
+
},
|
|
9794
10201
|
"$type": "color",
|
|
9795
10202
|
"$extensions": {
|
|
9796
10203
|
"org.primer.figma": {
|
|
@@ -9800,25 +10207,41 @@
|
|
|
9800
10207
|
},
|
|
9801
10208
|
"org.primer.overrides": {
|
|
9802
10209
|
"dark": {
|
|
9803
|
-
"$value":
|
|
10210
|
+
"$value": {
|
|
10211
|
+
"colorSpace": "hsl",
|
|
10212
|
+
"components": [135.8, 69.2, 20.4],
|
|
10213
|
+
"hex": "#105823"
|
|
10214
|
+
},
|
|
9804
10215
|
"filePath": "src/tokens/component/button.json5",
|
|
9805
10216
|
"isSource": true,
|
|
9806
10217
|
"$type": "color"
|
|
9807
10218
|
},
|
|
9808
10219
|
"dark-dimmed": {
|
|
9809
|
-
"$value":
|
|
10220
|
+
"$value": {
|
|
10221
|
+
"colorSpace": "hsl",
|
|
10222
|
+
"components": [135.8, 69.2, 20.4],
|
|
10223
|
+
"hex": "#105823"
|
|
10224
|
+
},
|
|
9810
10225
|
"filePath": "src/tokens/component/button.json5",
|
|
9811
10226
|
"isSource": true,
|
|
9812
10227
|
"$type": "color"
|
|
9813
10228
|
},
|
|
9814
10229
|
"dark-tritanopia": {
|
|
9815
|
-
"$value":
|
|
10230
|
+
"$value": {
|
|
10231
|
+
"colorSpace": "hsl",
|
|
10232
|
+
"components": [211.3, 98.8, 68.4],
|
|
10233
|
+
"hex": "#5fabfe"
|
|
10234
|
+
},
|
|
9816
10235
|
"filePath": "src/tokens/component/button.json5",
|
|
9817
10236
|
"isSource": true,
|
|
9818
10237
|
"$type": "color"
|
|
9819
10238
|
},
|
|
9820
10239
|
"dark-tritanopia-high-contrast": {
|
|
9821
|
-
"$value":
|
|
10240
|
+
"$value": {
|
|
10241
|
+
"colorSpace": "hsl",
|
|
10242
|
+
"components": [211.3, 98.8, 68.4],
|
|
10243
|
+
"hex": "#5fabfe"
|
|
10244
|
+
},
|
|
9822
10245
|
"filePath": "src/tokens/component/button.json5",
|
|
9823
10246
|
"isSource": true,
|
|
9824
10247
|
"$type": "color"
|
|
@@ -9836,37 +10259,61 @@
|
|
|
9836
10259
|
"$type": "color"
|
|
9837
10260
|
},
|
|
9838
10261
|
"dark-high-contrast": {
|
|
9839
|
-
"$value":
|
|
10262
|
+
"$value": {
|
|
10263
|
+
"colorSpace": "hsl",
|
|
10264
|
+
"components": [138.6, 94.6, 28.8],
|
|
10265
|
+
"hex": "#048f2f"
|
|
10266
|
+
},
|
|
9840
10267
|
"filePath": "src/tokens/component/button.json5",
|
|
9841
10268
|
"isSource": true,
|
|
9842
10269
|
"$type": "color"
|
|
9843
10270
|
},
|
|
9844
10271
|
"light-tritanopia": {
|
|
9845
|
-
"$value":
|
|
10272
|
+
"$value": {
|
|
10273
|
+
"colorSpace": "hsl",
|
|
10274
|
+
"components": [209.2, 100, 78.6],
|
|
10275
|
+
"hex": "#92caff"
|
|
10276
|
+
},
|
|
9846
10277
|
"filePath": "src/tokens/component/button.json5",
|
|
9847
10278
|
"isSource": true,
|
|
9848
10279
|
"$type": "color"
|
|
9849
10280
|
},
|
|
9850
10281
|
"light-tritanopia-high-contrast": {
|
|
9851
|
-
"$value":
|
|
10282
|
+
"$value": {
|
|
10283
|
+
"colorSpace": "hsl",
|
|
10284
|
+
"components": [209.2, 100, 78.6],
|
|
10285
|
+
"hex": "#92caff"
|
|
10286
|
+
},
|
|
9852
10287
|
"filePath": "src/tokens/component/button.json5",
|
|
9853
10288
|
"isSource": true,
|
|
9854
10289
|
"$type": "color"
|
|
9855
10290
|
},
|
|
9856
10291
|
"light-protanopia-deuteranopia": {
|
|
9857
|
-
"$value":
|
|
10292
|
+
"$value": {
|
|
10293
|
+
"colorSpace": "hsl",
|
|
10294
|
+
"components": [209.2, 100, 78.6],
|
|
10295
|
+
"hex": "#92caff"
|
|
10296
|
+
},
|
|
9858
10297
|
"filePath": "src/tokens/component/button.json5",
|
|
9859
10298
|
"isSource": true,
|
|
9860
10299
|
"$type": "color"
|
|
9861
10300
|
},
|
|
9862
10301
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9863
|
-
"$value":
|
|
10302
|
+
"$value": {
|
|
10303
|
+
"colorSpace": "hsl",
|
|
10304
|
+
"components": [209.2, 100, 78.6],
|
|
10305
|
+
"hex": "#92caff"
|
|
10306
|
+
},
|
|
9864
10307
|
"filePath": "src/tokens/component/button.json5",
|
|
9865
10308
|
"isSource": true,
|
|
9866
10309
|
"$type": "color"
|
|
9867
10310
|
},
|
|
9868
10311
|
"light-high-contrast": {
|
|
9869
|
-
"$value":
|
|
10312
|
+
"$value": {
|
|
10313
|
+
"colorSpace": "hsl",
|
|
10314
|
+
"components": [135.4, 40.2, 65.9],
|
|
10315
|
+
"hex": "#85cb97"
|
|
10316
|
+
},
|
|
9870
10317
|
"filePath": "src/tokens/component/button.json5",
|
|
9871
10318
|
"isSource": true,
|
|
9872
10319
|
"$type": "color"
|
|
@@ -9891,13 +10338,21 @@
|
|
|
9891
10338
|
},
|
|
9892
10339
|
"org.primer.overrides": {
|
|
9893
10340
|
"dark": {
|
|
9894
|
-
"$value":
|
|
10341
|
+
"$value": {
|
|
10342
|
+
"colorSpace": "hsl",
|
|
10343
|
+
"components": [130.5, 55.7, 36.3],
|
|
10344
|
+
"hex": "#29903B"
|
|
10345
|
+
},
|
|
9895
10346
|
"filePath": "src/tokens/component/button.json5",
|
|
9896
10347
|
"isSource": true,
|
|
9897
10348
|
"$type": "color"
|
|
9898
10349
|
},
|
|
9899
10350
|
"dark-dimmed": {
|
|
9900
|
-
"$value":
|
|
10351
|
+
"$value": {
|
|
10352
|
+
"colorSpace": "hsl",
|
|
10353
|
+
"components": [124, 38.9, 37.8],
|
|
10354
|
+
"hex": "#3b8640"
|
|
10355
|
+
},
|
|
9901
10356
|
"filePath": "src/tokens/component/button.json5",
|
|
9902
10357
|
"isSource": true,
|
|
9903
10358
|
"$type": "color"
|
|
@@ -9909,61 +10364,101 @@
|
|
|
9909
10364
|
"$type": "color"
|
|
9910
10365
|
},
|
|
9911
10366
|
"dark-tritanopia": {
|
|
9912
|
-
"$value":
|
|
10367
|
+
"$value": {
|
|
10368
|
+
"colorSpace": "hsl",
|
|
10369
|
+
"components": [215.6, 86, 55.1],
|
|
10370
|
+
"hex": "#2a7aef"
|
|
10371
|
+
},
|
|
9913
10372
|
"filePath": "src/tokens/component/button.json5",
|
|
9914
10373
|
"isSource": true,
|
|
9915
10374
|
"$type": "color"
|
|
9916
10375
|
},
|
|
9917
10376
|
"dark-tritanopia-high-contrast": {
|
|
9918
|
-
"$value":
|
|
10377
|
+
"$value": {
|
|
10378
|
+
"colorSpace": "hsl",
|
|
10379
|
+
"components": [215.6, 86, 55.1],
|
|
10380
|
+
"hex": "#2a7aef"
|
|
10381
|
+
},
|
|
9919
10382
|
"filePath": "src/tokens/component/button.json5",
|
|
9920
10383
|
"isSource": true,
|
|
9921
10384
|
"$type": "color"
|
|
9922
10385
|
},
|
|
9923
10386
|
"dark-protanopia-deuteranopia": {
|
|
9924
|
-
"$value":
|
|
10387
|
+
"$value": {
|
|
10388
|
+
"colorSpace": "hsl",
|
|
10389
|
+
"components": [215.6, 86, 55.1],
|
|
10390
|
+
"hex": "#2a7aef"
|
|
10391
|
+
},
|
|
9925
10392
|
"filePath": "src/tokens/component/button.json5",
|
|
9926
10393
|
"isSource": true,
|
|
9927
10394
|
"$type": "color"
|
|
9928
10395
|
},
|
|
9929
10396
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
9930
|
-
"$value":
|
|
10397
|
+
"$value": {
|
|
10398
|
+
"colorSpace": "hsl",
|
|
10399
|
+
"components": [215.6, 86, 55.1],
|
|
10400
|
+
"hex": "#2a7aef"
|
|
10401
|
+
},
|
|
9931
10402
|
"filePath": "src/tokens/component/button.json5",
|
|
9932
10403
|
"isSource": true,
|
|
9933
10404
|
"$type": "color"
|
|
9934
10405
|
},
|
|
9935
10406
|
"dark-high-contrast": {
|
|
9936
|
-
"$value":
|
|
10407
|
+
"$value": {
|
|
10408
|
+
"colorSpace": "hsl",
|
|
10409
|
+
"components": [138.6, 87.6, 25.3],
|
|
10410
|
+
"hex": "#08792b"
|
|
10411
|
+
},
|
|
9937
10412
|
"filePath": "src/tokens/component/button.json5",
|
|
9938
10413
|
"isSource": true,
|
|
9939
10414
|
"$type": "color"
|
|
9940
10415
|
},
|
|
9941
10416
|
"light-tritanopia": {
|
|
9942
|
-
"$value":
|
|
10417
|
+
"$value": {
|
|
10418
|
+
"colorSpace": "hsl",
|
|
10419
|
+
"components": [212.5, 92.6, 42.5],
|
|
10420
|
+
"hex": "#0864d1"
|
|
10421
|
+
},
|
|
9943
10422
|
"filePath": "src/tokens/component/button.json5",
|
|
9944
10423
|
"isSource": true,
|
|
9945
10424
|
"$type": "color"
|
|
9946
10425
|
},
|
|
9947
10426
|
"light-tritanopia-high-contrast": {
|
|
9948
|
-
"$value":
|
|
10427
|
+
"$value": {
|
|
10428
|
+
"colorSpace": "hsl",
|
|
10429
|
+
"components": [212.5, 92.6, 42.5],
|
|
10430
|
+
"hex": "#0864d1"
|
|
10431
|
+
},
|
|
9949
10432
|
"filePath": "src/tokens/component/button.json5",
|
|
9950
10433
|
"isSource": true,
|
|
9951
10434
|
"$type": "color"
|
|
9952
10435
|
},
|
|
9953
10436
|
"light-protanopia-deuteranopia": {
|
|
9954
|
-
"$value":
|
|
10437
|
+
"$value": {
|
|
10438
|
+
"colorSpace": "hsl",
|
|
10439
|
+
"components": [212.5, 92.6, 42.5],
|
|
10440
|
+
"hex": "#0864d1"
|
|
10441
|
+
},
|
|
9955
10442
|
"filePath": "src/tokens/component/button.json5",
|
|
9956
10443
|
"isSource": true,
|
|
9957
10444
|
"$type": "color"
|
|
9958
10445
|
},
|
|
9959
10446
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9960
|
-
"$value":
|
|
10447
|
+
"$value": {
|
|
10448
|
+
"colorSpace": "hsl",
|
|
10449
|
+
"components": [212.5, 92.6, 42.5],
|
|
10450
|
+
"hex": "#0864d1"
|
|
10451
|
+
},
|
|
9961
10452
|
"filePath": "src/tokens/component/button.json5",
|
|
9962
10453
|
"isSource": true,
|
|
9963
10454
|
"$type": "color"
|
|
9964
10455
|
},
|
|
9965
10456
|
"light-high-contrast": {
|
|
9966
|
-
"$value":
|
|
10457
|
+
"$value": {
|
|
10458
|
+
"colorSpace": "hsl",
|
|
10459
|
+
"components": [138.8, 91.2, 17.8],
|
|
10460
|
+
"hex": "#04571e"
|
|
10461
|
+
},
|
|
9967
10462
|
"filePath": "src/tokens/component/button.json5",
|
|
9968
10463
|
"isSource": true,
|
|
9969
10464
|
"$type": "color"
|
|
@@ -9973,7 +10468,11 @@
|
|
|
9973
10468
|
"filePath": "src/tokens/component/button.json5",
|
|
9974
10469
|
"isSource": true,
|
|
9975
10470
|
"original": {
|
|
9976
|
-
"$value":
|
|
10471
|
+
"$value": {
|
|
10472
|
+
"colorSpace": "hsl",
|
|
10473
|
+
"components": [138.8, 91.2, 17.8],
|
|
10474
|
+
"hex": "#04571e"
|
|
10475
|
+
},
|
|
9977
10476
|
"$type": "color",
|
|
9978
10477
|
"$extensions": {
|
|
9979
10478
|
"org.primer.figma": {
|
|
@@ -9983,13 +10482,21 @@
|
|
|
9983
10482
|
},
|
|
9984
10483
|
"org.primer.overrides": {
|
|
9985
10484
|
"dark": {
|
|
9986
|
-
"$value":
|
|
10485
|
+
"$value": {
|
|
10486
|
+
"colorSpace": "hsl",
|
|
10487
|
+
"components": [130.5, 55.7, 36.3],
|
|
10488
|
+
"hex": "#29903B"
|
|
10489
|
+
},
|
|
9987
10490
|
"filePath": "src/tokens/component/button.json5",
|
|
9988
10491
|
"isSource": true,
|
|
9989
10492
|
"$type": "color"
|
|
9990
10493
|
},
|
|
9991
10494
|
"dark-dimmed": {
|
|
9992
|
-
"$value":
|
|
10495
|
+
"$value": {
|
|
10496
|
+
"colorSpace": "hsl",
|
|
10497
|
+
"components": [124, 38.9, 37.8],
|
|
10498
|
+
"hex": "#3b8640"
|
|
10499
|
+
},
|
|
9993
10500
|
"filePath": "src/tokens/component/button.json5",
|
|
9994
10501
|
"isSource": true,
|
|
9995
10502
|
"$type": "color"
|
|
@@ -10001,61 +10508,101 @@
|
|
|
10001
10508
|
"$type": "color"
|
|
10002
10509
|
},
|
|
10003
10510
|
"dark-tritanopia": {
|
|
10004
|
-
"$value":
|
|
10511
|
+
"$value": {
|
|
10512
|
+
"colorSpace": "hsl",
|
|
10513
|
+
"components": [215.6, 86, 55.1],
|
|
10514
|
+
"hex": "#2a7aef"
|
|
10515
|
+
},
|
|
10005
10516
|
"filePath": "src/tokens/component/button.json5",
|
|
10006
10517
|
"isSource": true,
|
|
10007
10518
|
"$type": "color"
|
|
10008
10519
|
},
|
|
10009
10520
|
"dark-tritanopia-high-contrast": {
|
|
10010
|
-
"$value":
|
|
10521
|
+
"$value": {
|
|
10522
|
+
"colorSpace": "hsl",
|
|
10523
|
+
"components": [215.6, 86, 55.1],
|
|
10524
|
+
"hex": "#2a7aef"
|
|
10525
|
+
},
|
|
10011
10526
|
"filePath": "src/tokens/component/button.json5",
|
|
10012
10527
|
"isSource": true,
|
|
10013
10528
|
"$type": "color"
|
|
10014
10529
|
},
|
|
10015
10530
|
"dark-protanopia-deuteranopia": {
|
|
10016
|
-
"$value":
|
|
10531
|
+
"$value": {
|
|
10532
|
+
"colorSpace": "hsl",
|
|
10533
|
+
"components": [215.6, 86, 55.1],
|
|
10534
|
+
"hex": "#2a7aef"
|
|
10535
|
+
},
|
|
10017
10536
|
"filePath": "src/tokens/component/button.json5",
|
|
10018
10537
|
"isSource": true,
|
|
10019
10538
|
"$type": "color"
|
|
10020
10539
|
},
|
|
10021
10540
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
10022
|
-
"$value":
|
|
10541
|
+
"$value": {
|
|
10542
|
+
"colorSpace": "hsl",
|
|
10543
|
+
"components": [215.6, 86, 55.1],
|
|
10544
|
+
"hex": "#2a7aef"
|
|
10545
|
+
},
|
|
10023
10546
|
"filePath": "src/tokens/component/button.json5",
|
|
10024
10547
|
"isSource": true,
|
|
10025
10548
|
"$type": "color"
|
|
10026
10549
|
},
|
|
10027
10550
|
"dark-high-contrast": {
|
|
10028
|
-
"$value":
|
|
10551
|
+
"$value": {
|
|
10552
|
+
"colorSpace": "hsl",
|
|
10553
|
+
"components": [138.6, 87.6, 25.3],
|
|
10554
|
+
"hex": "#08792b"
|
|
10555
|
+
},
|
|
10029
10556
|
"filePath": "src/tokens/component/button.json5",
|
|
10030
10557
|
"isSource": true,
|
|
10031
10558
|
"$type": "color"
|
|
10032
10559
|
},
|
|
10033
10560
|
"light-tritanopia": {
|
|
10034
|
-
"$value":
|
|
10561
|
+
"$value": {
|
|
10562
|
+
"colorSpace": "hsl",
|
|
10563
|
+
"components": [212.5, 92.6, 42.5],
|
|
10564
|
+
"hex": "#0864d1"
|
|
10565
|
+
},
|
|
10035
10566
|
"filePath": "src/tokens/component/button.json5",
|
|
10036
10567
|
"isSource": true,
|
|
10037
10568
|
"$type": "color"
|
|
10038
10569
|
},
|
|
10039
10570
|
"light-tritanopia-high-contrast": {
|
|
10040
|
-
"$value":
|
|
10571
|
+
"$value": {
|
|
10572
|
+
"colorSpace": "hsl",
|
|
10573
|
+
"components": [212.5, 92.6, 42.5],
|
|
10574
|
+
"hex": "#0864d1"
|
|
10575
|
+
},
|
|
10041
10576
|
"filePath": "src/tokens/component/button.json5",
|
|
10042
10577
|
"isSource": true,
|
|
10043
10578
|
"$type": "color"
|
|
10044
10579
|
},
|
|
10045
10580
|
"light-protanopia-deuteranopia": {
|
|
10046
|
-
"$value":
|
|
10581
|
+
"$value": {
|
|
10582
|
+
"colorSpace": "hsl",
|
|
10583
|
+
"components": [212.5, 92.6, 42.5],
|
|
10584
|
+
"hex": "#0864d1"
|
|
10585
|
+
},
|
|
10047
10586
|
"filePath": "src/tokens/component/button.json5",
|
|
10048
10587
|
"isSource": true,
|
|
10049
10588
|
"$type": "color"
|
|
10050
10589
|
},
|
|
10051
10590
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
10052
|
-
"$value":
|
|
10591
|
+
"$value": {
|
|
10592
|
+
"colorSpace": "hsl",
|
|
10593
|
+
"components": [212.5, 92.6, 42.5],
|
|
10594
|
+
"hex": "#0864d1"
|
|
10595
|
+
},
|
|
10053
10596
|
"filePath": "src/tokens/component/button.json5",
|
|
10054
10597
|
"isSource": true,
|
|
10055
10598
|
"$type": "color"
|
|
10056
10599
|
},
|
|
10057
10600
|
"light-high-contrast": {
|
|
10058
|
-
"$value":
|
|
10601
|
+
"$value": {
|
|
10602
|
+
"colorSpace": "hsl",
|
|
10603
|
+
"components": [138.8, 91.2, 17.8],
|
|
10604
|
+
"hex": "#04571e"
|
|
10605
|
+
},
|
|
10059
10606
|
"filePath": "src/tokens/component/button.json5",
|
|
10060
10607
|
"isSource": true,
|
|
10061
10608
|
"$type": "color"
|
|
@@ -10166,37 +10713,61 @@
|
|
|
10166
10713
|
},
|
|
10167
10714
|
"org.primer.overrides": {
|
|
10168
10715
|
"dark": {
|
|
10169
|
-
"$value":
|
|
10716
|
+
"$value": {
|
|
10717
|
+
"colorSpace": "hsl",
|
|
10718
|
+
"components": [135.8, 69.2, 20.4],
|
|
10719
|
+
"hex": "#105823"
|
|
10720
|
+
},
|
|
10170
10721
|
"filePath": "src/tokens/component/button.json5",
|
|
10171
10722
|
"isSource": true,
|
|
10172
10723
|
"$type": "color"
|
|
10173
10724
|
},
|
|
10174
10725
|
"dark-dimmed": {
|
|
10175
|
-
"$value":
|
|
10726
|
+
"$value": {
|
|
10727
|
+
"colorSpace": "hsl",
|
|
10728
|
+
"components": [135.8, 69.2, 20.4],
|
|
10729
|
+
"hex": "#105823"
|
|
10730
|
+
},
|
|
10176
10731
|
"filePath": "src/tokens/component/button.json5",
|
|
10177
10732
|
"isSource": true,
|
|
10178
10733
|
"$type": "color"
|
|
10179
10734
|
},
|
|
10180
10735
|
"dark-tritanopia": {
|
|
10181
|
-
"$value":
|
|
10736
|
+
"$value": {
|
|
10737
|
+
"colorSpace": "hsl",
|
|
10738
|
+
"components": [211.3, 98.8, 68.4],
|
|
10739
|
+
"hex": "#5fabfe"
|
|
10740
|
+
},
|
|
10182
10741
|
"filePath": "src/tokens/component/button.json5",
|
|
10183
10742
|
"isSource": true,
|
|
10184
10743
|
"$type": "color"
|
|
10185
10744
|
},
|
|
10186
10745
|
"dark-tritanopia-high-contrast": {
|
|
10187
|
-
"$value":
|
|
10746
|
+
"$value": {
|
|
10747
|
+
"colorSpace": "hsl",
|
|
10748
|
+
"components": [211.3, 98.8, 68.4],
|
|
10749
|
+
"hex": "#5fabfe"
|
|
10750
|
+
},
|
|
10188
10751
|
"filePath": "src/tokens/component/button.json5",
|
|
10189
10752
|
"isSource": true,
|
|
10190
10753
|
"$type": "color"
|
|
10191
10754
|
},
|
|
10192
10755
|
"dark-protanopia-deuteranopia": {
|
|
10193
|
-
"$value":
|
|
10756
|
+
"$value": {
|
|
10757
|
+
"colorSpace": "hsl",
|
|
10758
|
+
"components": [216.6, 84.3, 42.4],
|
|
10759
|
+
"hex": "#1158c7"
|
|
10760
|
+
},
|
|
10194
10761
|
"filePath": "src/tokens/component/button.json5",
|
|
10195
10762
|
"isSource": true,
|
|
10196
10763
|
"$type": "color"
|
|
10197
10764
|
},
|
|
10198
10765
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
10199
|
-
"$value":
|
|
10766
|
+
"$value": {
|
|
10767
|
+
"colorSpace": "hsl",
|
|
10768
|
+
"components": [216.6, 84.3, 42.4],
|
|
10769
|
+
"hex": "#1158c7"
|
|
10770
|
+
},
|
|
10200
10771
|
"filePath": "src/tokens/component/button.json5",
|
|
10201
10772
|
"isSource": true,
|
|
10202
10773
|
"$type": "color"
|
|
@@ -10209,7 +10780,11 @@
|
|
|
10209
10780
|
"$type": "color"
|
|
10210
10781
|
},
|
|
10211
10782
|
"light-high-contrast": {
|
|
10212
|
-
"$value":
|
|
10783
|
+
"$value": {
|
|
10784
|
+
"colorSpace": "hsl",
|
|
10785
|
+
"components": [135.4, 40.2, 65.9],
|
|
10786
|
+
"hex": "#85cb97"
|
|
10787
|
+
},
|
|
10213
10788
|
"filePath": "src/tokens/component/button.json5",
|
|
10214
10789
|
"isSource": true,
|
|
10215
10790
|
"$type": "color"
|
|
@@ -10219,7 +10794,11 @@
|
|
|
10219
10794
|
"filePath": "src/tokens/component/button.json5",
|
|
10220
10795
|
"isSource": true,
|
|
10221
10796
|
"original": {
|
|
10222
|
-
"$value":
|
|
10797
|
+
"$value": {
|
|
10798
|
+
"colorSpace": "hsl",
|
|
10799
|
+
"components": [135.4, 40.2, 65.9],
|
|
10800
|
+
"hex": "#85cb97"
|
|
10801
|
+
},
|
|
10223
10802
|
"$type": "color",
|
|
10224
10803
|
"$extensions": {
|
|
10225
10804
|
"org.primer.figma": {
|
|
@@ -10229,37 +10808,61 @@
|
|
|
10229
10808
|
},
|
|
10230
10809
|
"org.primer.overrides": {
|
|
10231
10810
|
"dark": {
|
|
10232
|
-
"$value":
|
|
10811
|
+
"$value": {
|
|
10812
|
+
"colorSpace": "hsl",
|
|
10813
|
+
"components": [135.8, 69.2, 20.4],
|
|
10814
|
+
"hex": "#105823"
|
|
10815
|
+
},
|
|
10233
10816
|
"filePath": "src/tokens/component/button.json5",
|
|
10234
10817
|
"isSource": true,
|
|
10235
10818
|
"$type": "color"
|
|
10236
10819
|
},
|
|
10237
10820
|
"dark-dimmed": {
|
|
10238
|
-
"$value":
|
|
10821
|
+
"$value": {
|
|
10822
|
+
"colorSpace": "hsl",
|
|
10823
|
+
"components": [135.8, 69.2, 20.4],
|
|
10824
|
+
"hex": "#105823"
|
|
10825
|
+
},
|
|
10239
10826
|
"filePath": "src/tokens/component/button.json5",
|
|
10240
10827
|
"isSource": true,
|
|
10241
10828
|
"$type": "color"
|
|
10242
10829
|
},
|
|
10243
10830
|
"dark-tritanopia": {
|
|
10244
|
-
"$value":
|
|
10831
|
+
"$value": {
|
|
10832
|
+
"colorSpace": "hsl",
|
|
10833
|
+
"components": [211.3, 98.8, 68.4],
|
|
10834
|
+
"hex": "#5fabfe"
|
|
10835
|
+
},
|
|
10245
10836
|
"filePath": "src/tokens/component/button.json5",
|
|
10246
10837
|
"isSource": true,
|
|
10247
10838
|
"$type": "color"
|
|
10248
10839
|
},
|
|
10249
10840
|
"dark-tritanopia-high-contrast": {
|
|
10250
|
-
"$value":
|
|
10841
|
+
"$value": {
|
|
10842
|
+
"colorSpace": "hsl",
|
|
10843
|
+
"components": [211.3, 98.8, 68.4],
|
|
10844
|
+
"hex": "#5fabfe"
|
|
10845
|
+
},
|
|
10251
10846
|
"filePath": "src/tokens/component/button.json5",
|
|
10252
10847
|
"isSource": true,
|
|
10253
10848
|
"$type": "color"
|
|
10254
10849
|
},
|
|
10255
10850
|
"dark-protanopia-deuteranopia": {
|
|
10256
|
-
"$value":
|
|
10851
|
+
"$value": {
|
|
10852
|
+
"colorSpace": "hsl",
|
|
10853
|
+
"components": [216.6, 84.3, 42.4],
|
|
10854
|
+
"hex": "#1158c7"
|
|
10855
|
+
},
|
|
10257
10856
|
"filePath": "src/tokens/component/button.json5",
|
|
10258
10857
|
"isSource": true,
|
|
10259
10858
|
"$type": "color"
|
|
10260
10859
|
},
|
|
10261
10860
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
10262
|
-
"$value":
|
|
10861
|
+
"$value": {
|
|
10862
|
+
"colorSpace": "hsl",
|
|
10863
|
+
"components": [216.6, 84.3, 42.4],
|
|
10864
|
+
"hex": "#1158c7"
|
|
10865
|
+
},
|
|
10263
10866
|
"filePath": "src/tokens/component/button.json5",
|
|
10264
10867
|
"isSource": true,
|
|
10265
10868
|
"$type": "color"
|
|
@@ -10272,7 +10875,11 @@
|
|
|
10272
10875
|
"$type": "color"
|
|
10273
10876
|
},
|
|
10274
10877
|
"light-high-contrast": {
|
|
10275
|
-
"$value":
|
|
10878
|
+
"$value": {
|
|
10879
|
+
"colorSpace": "hsl",
|
|
10880
|
+
"components": [135.4, 40.2, 65.9],
|
|
10881
|
+
"hex": "#85cb97"
|
|
10882
|
+
},
|
|
10276
10883
|
"filePath": "src/tokens/component/button.json5",
|
|
10277
10884
|
"isSource": true,
|
|
10278
10885
|
"$type": "color"
|
|
@@ -10514,13 +11121,21 @@
|
|
|
10514
11121
|
"$type": "color"
|
|
10515
11122
|
},
|
|
10516
11123
|
"dark-dimmed": {
|
|
10517
|
-
"$value":
|
|
11124
|
+
"$value": {
|
|
11125
|
+
"colorSpace": "hsl",
|
|
11126
|
+
"components": [0, 0, 100],
|
|
11127
|
+
"hex": "#ffffff"
|
|
11128
|
+
},
|
|
10518
11129
|
"filePath": "src/tokens/component/button.json5",
|
|
10519
11130
|
"isSource": true,
|
|
10520
11131
|
"$type": "color"
|
|
10521
11132
|
},
|
|
10522
11133
|
"dark-dimmed-high-contrast": {
|
|
10523
|
-
"$value":
|
|
11134
|
+
"$value": {
|
|
11135
|
+
"colorSpace": "hsl",
|
|
11136
|
+
"components": [0, 0, 100],
|
|
11137
|
+
"hex": "#ffffff"
|
|
11138
|
+
},
|
|
10524
11139
|
"filePath": "src/tokens/component/button.json5",
|
|
10525
11140
|
"isSource": true,
|
|
10526
11141
|
"$type": "color"
|
|
@@ -10546,13 +11161,21 @@
|
|
|
10546
11161
|
"$type": "color"
|
|
10547
11162
|
},
|
|
10548
11163
|
"dark-dimmed": {
|
|
10549
|
-
"$value":
|
|
11164
|
+
"$value": {
|
|
11165
|
+
"colorSpace": "hsl",
|
|
11166
|
+
"components": [0, 0, 100],
|
|
11167
|
+
"hex": "#ffffff"
|
|
11168
|
+
},
|
|
10550
11169
|
"filePath": "src/tokens/component/button.json5",
|
|
10551
11170
|
"isSource": true,
|
|
10552
11171
|
"$type": "color"
|
|
10553
11172
|
},
|
|
10554
11173
|
"dark-dimmed-high-contrast": {
|
|
10555
|
-
"$value":
|
|
11174
|
+
"$value": {
|
|
11175
|
+
"colorSpace": "hsl",
|
|
11176
|
+
"components": [0, 0, 100],
|
|
11177
|
+
"hex": "#ffffff"
|
|
11178
|
+
},
|
|
10556
11179
|
"filePath": "src/tokens/component/button.json5",
|
|
10557
11180
|
"isSource": true,
|
|
10558
11181
|
"$type": "color"
|
|
@@ -10565,6 +11188,35 @@
|
|
|
10565
11188
|
"attributes": {},
|
|
10566
11189
|
"path": ["button", "primary", "fgColor", "rest"]
|
|
10567
11190
|
},
|
|
11191
|
+
"button-primary-iconColor-disabled": {
|
|
11192
|
+
"key": "{button.primary.iconColor.disabled}",
|
|
11193
|
+
"$value": "#ffffffcc",
|
|
11194
|
+
"$type": "color",
|
|
11195
|
+
"$extensions": {
|
|
11196
|
+
"org.primer.figma": {
|
|
11197
|
+
"collection": "mode",
|
|
11198
|
+
"group": "component (internal)",
|
|
11199
|
+
"scopes": ["fgColor"]
|
|
11200
|
+
}
|
|
11201
|
+
},
|
|
11202
|
+
"filePath": "src/tokens/component/button.json5",
|
|
11203
|
+
"isSource": true,
|
|
11204
|
+
"original": {
|
|
11205
|
+
"$value": "{button.primary.fgColor.disabled}",
|
|
11206
|
+
"$type": "color",
|
|
11207
|
+
"$extensions": {
|
|
11208
|
+
"org.primer.figma": {
|
|
11209
|
+
"collection": "mode",
|
|
11210
|
+
"group": "component (internal)",
|
|
11211
|
+
"scopes": ["fgColor"]
|
|
11212
|
+
}
|
|
11213
|
+
},
|
|
11214
|
+
"key": "{button.primary.iconColor.disabled}"
|
|
11215
|
+
},
|
|
11216
|
+
"name": "button-primary-iconColor-disabled",
|
|
11217
|
+
"attributes": {},
|
|
11218
|
+
"path": ["button", "primary", "iconColor", "disabled"]
|
|
11219
|
+
},
|
|
10568
11220
|
"button-primary-iconColor-rest": {
|
|
10569
11221
|
"key": "{button.primary.iconColor.rest}",
|
|
10570
11222
|
"$value": "#ffffffcc",
|
|
@@ -10590,13 +11242,21 @@
|
|
|
10590
11242
|
"$type": "color"
|
|
10591
11243
|
},
|
|
10592
11244
|
"dark-dimmed": {
|
|
10593
|
-
"$value":
|
|
11245
|
+
"$value": {
|
|
11246
|
+
"colorSpace": "hsl",
|
|
11247
|
+
"components": [0, 0, 100],
|
|
11248
|
+
"hex": "#ffffff"
|
|
11249
|
+
},
|
|
10594
11250
|
"filePath": "src/tokens/component/button.json5",
|
|
10595
11251
|
"isSource": true,
|
|
10596
11252
|
"$type": "color"
|
|
10597
11253
|
},
|
|
10598
11254
|
"dark-dimmed-high-contrast": {
|
|
10599
|
-
"$value":
|
|
11255
|
+
"$value": {
|
|
11256
|
+
"colorSpace": "hsl",
|
|
11257
|
+
"components": [0, 0, 100],
|
|
11258
|
+
"hex": "#ffffff"
|
|
11259
|
+
},
|
|
10600
11260
|
"filePath": "src/tokens/component/button.json5",
|
|
10601
11261
|
"isSource": true,
|
|
10602
11262
|
"$type": "color"
|
|
@@ -10630,13 +11290,21 @@
|
|
|
10630
11290
|
"$type": "color"
|
|
10631
11291
|
},
|
|
10632
11292
|
"dark-dimmed": {
|
|
10633
|
-
"$value":
|
|
11293
|
+
"$value": {
|
|
11294
|
+
"colorSpace": "hsl",
|
|
11295
|
+
"components": [0, 0, 100],
|
|
11296
|
+
"hex": "#ffffff"
|
|
11297
|
+
},
|
|
10634
11298
|
"filePath": "src/tokens/component/button.json5",
|
|
10635
11299
|
"isSource": true,
|
|
10636
11300
|
"$type": "color"
|
|
10637
11301
|
},
|
|
10638
11302
|
"dark-dimmed-high-contrast": {
|
|
10639
|
-
"$value":
|
|
11303
|
+
"$value": {
|
|
11304
|
+
"colorSpace": "hsl",
|
|
11305
|
+
"components": [0, 0, 100],
|
|
11306
|
+
"hex": "#ffffff"
|
|
11307
|
+
},
|
|
10640
11308
|
"filePath": "src/tokens/component/button.json5",
|
|
10641
11309
|
"isSource": true,
|
|
10642
11310
|
"$type": "color"
|
|
@@ -14108,7 +14776,11 @@
|
|
|
14108
14776
|
"filePath": "src/tokens/functional/color/syntax.json5",
|
|
14109
14777
|
"isSource": true,
|
|
14110
14778
|
"original": {
|
|
14111
|
-
"$value":
|
|
14779
|
+
"$value": {
|
|
14780
|
+
"colorSpace": "hsl",
|
|
14781
|
+
"components": [184, 65.8, 31],
|
|
14782
|
+
"hex": "#1b7c83"
|
|
14783
|
+
},
|
|
14112
14784
|
"$type": "color",
|
|
14113
14785
|
"$extensions": {
|
|
14114
14786
|
"org.primer.figma": {
|
|
@@ -14141,7 +14813,11 @@
|
|
|
14141
14813
|
"filePath": "src/tokens/functional/color/syntax.json5",
|
|
14142
14814
|
"isSource": true,
|
|
14143
14815
|
"original": {
|
|
14144
|
-
"$value":
|
|
14816
|
+
"$value": {
|
|
14817
|
+
"colorSpace": "hsl",
|
|
14818
|
+
"components": [191.9, 55.3, 42.9],
|
|
14819
|
+
"hex": "#3192aa"
|
|
14820
|
+
},
|
|
14145
14821
|
"$type": "color",
|
|
14146
14822
|
"$extensions": {
|
|
14147
14823
|
"org.primer.figma": {
|
|
@@ -17006,7 +17682,11 @@
|
|
|
17006
17682
|
"org.primer.overrides": {
|
|
17007
17683
|
"dark": "#454c54",
|
|
17008
17684
|
"dark-dimmed": {
|
|
17009
|
-
"$value":
|
|
17685
|
+
"$value": {
|
|
17686
|
+
"colorSpace": "hsl",
|
|
17687
|
+
"components": [213.8, 11.6, 27.1],
|
|
17688
|
+
"hex": "#3d444d"
|
|
17689
|
+
},
|
|
17010
17690
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17011
17691
|
"isSource": true,
|
|
17012
17692
|
"$type": "color"
|
|
@@ -17027,7 +17707,11 @@
|
|
|
17027
17707
|
"org.primer.overrides": {
|
|
17028
17708
|
"dark": "{borderColor.default}",
|
|
17029
17709
|
"dark-dimmed": {
|
|
17030
|
-
"$value":
|
|
17710
|
+
"$value": {
|
|
17711
|
+
"colorSpace": "hsl",
|
|
17712
|
+
"components": [213.8, 11.6, 27.1],
|
|
17713
|
+
"hex": "#3d444d"
|
|
17714
|
+
},
|
|
17031
17715
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17032
17716
|
"isSource": true,
|
|
17033
17717
|
"$type": "color"
|
|
@@ -17158,49 +17842,81 @@
|
|
|
17158
17842
|
"org.primer.overrides": {
|
|
17159
17843
|
"dark": "#3685F3",
|
|
17160
17844
|
"dark-high-contrast": {
|
|
17161
|
-
"$value":
|
|
17845
|
+
"$value": {
|
|
17846
|
+
"colorSpace": "hsl",
|
|
17847
|
+
"components": [215.3, 61.2, 52.5],
|
|
17848
|
+
"hex": "#3c79d0"
|
|
17849
|
+
},
|
|
17162
17850
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17163
17851
|
"isSource": true,
|
|
17164
17852
|
"$type": "color"
|
|
17165
17853
|
},
|
|
17166
17854
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
17167
|
-
"$value":
|
|
17855
|
+
"$value": {
|
|
17856
|
+
"colorSpace": "hsl",
|
|
17857
|
+
"components": [215.3, 61.2, 52.5],
|
|
17858
|
+
"hex": "#3c79d0"
|
|
17859
|
+
},
|
|
17168
17860
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17169
17861
|
"isSource": true,
|
|
17170
17862
|
"$type": "color"
|
|
17171
17863
|
},
|
|
17172
17864
|
"dark-tritanopia-high-contrast": {
|
|
17173
|
-
"$value":
|
|
17865
|
+
"$value": {
|
|
17866
|
+
"colorSpace": "hsl",
|
|
17867
|
+
"components": [215.3, 61.2, 52.5],
|
|
17868
|
+
"hex": "#3c79d0"
|
|
17869
|
+
},
|
|
17174
17870
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17175
17871
|
"isSource": true,
|
|
17176
17872
|
"$type": "color"
|
|
17177
17873
|
},
|
|
17178
17874
|
"dark-dimmed": {
|
|
17179
|
-
"$value":
|
|
17875
|
+
"$value": {
|
|
17876
|
+
"colorSpace": "hsl",
|
|
17877
|
+
"components": [215.4, 68.4, 55.3],
|
|
17878
|
+
"hex": "#3f7fdb"
|
|
17879
|
+
},
|
|
17180
17880
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17181
17881
|
"isSource": true,
|
|
17182
17882
|
"$type": "color"
|
|
17183
17883
|
},
|
|
17184
17884
|
"dark-dimmed-high-contrast": {
|
|
17185
|
-
"$value":
|
|
17885
|
+
"$value": {
|
|
17886
|
+
"colorSpace": "hsl",
|
|
17887
|
+
"components": [215.3, 61.2, 52.5],
|
|
17888
|
+
"hex": "#3c79d0"
|
|
17889
|
+
},
|
|
17186
17890
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17187
17891
|
"isSource": true,
|
|
17188
17892
|
"$type": "color"
|
|
17189
17893
|
},
|
|
17190
17894
|
"light-high-contrast": {
|
|
17191
|
-
"$value":
|
|
17895
|
+
"$value": {
|
|
17896
|
+
"colorSpace": "hsl",
|
|
17897
|
+
"components": [216.6, 96.3, 31.4],
|
|
17898
|
+
"hex": "#033f9d"
|
|
17899
|
+
},
|
|
17192
17900
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17193
17901
|
"isSource": true,
|
|
17194
17902
|
"$type": "color"
|
|
17195
17903
|
},
|
|
17196
17904
|
"light-tritanopia-high-contrast": {
|
|
17197
|
-
"$value":
|
|
17905
|
+
"$value": {
|
|
17906
|
+
"colorSpace": "hsl",
|
|
17907
|
+
"components": [216.6, 96.3, 31.4],
|
|
17908
|
+
"hex": "#033f9d"
|
|
17909
|
+
},
|
|
17198
17910
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17199
17911
|
"isSource": true,
|
|
17200
17912
|
"$type": "color"
|
|
17201
17913
|
},
|
|
17202
17914
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17203
|
-
"$value":
|
|
17915
|
+
"$value": {
|
|
17916
|
+
"colorSpace": "hsl",
|
|
17917
|
+
"components": [216.6, 96.3, 31.4],
|
|
17918
|
+
"hex": "#033f9d"
|
|
17919
|
+
},
|
|
17204
17920
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17205
17921
|
"isSource": true,
|
|
17206
17922
|
"$type": "color"
|
|
@@ -17210,7 +17926,11 @@
|
|
|
17210
17926
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17211
17927
|
"isSource": true,
|
|
17212
17928
|
"original": {
|
|
17213
|
-
"$value":
|
|
17929
|
+
"$value": {
|
|
17930
|
+
"colorSpace": "hsl",
|
|
17931
|
+
"components": [216.6, 96.3, 31.4],
|
|
17932
|
+
"hex": "#033f9d"
|
|
17933
|
+
},
|
|
17214
17934
|
"$type": "color",
|
|
17215
17935
|
"$extensions": {
|
|
17216
17936
|
"org.primer.figma": {
|
|
@@ -17221,49 +17941,81 @@
|
|
|
17221
17941
|
"org.primer.overrides": {
|
|
17222
17942
|
"dark": "#3685F3",
|
|
17223
17943
|
"dark-high-contrast": {
|
|
17224
|
-
"$value":
|
|
17944
|
+
"$value": {
|
|
17945
|
+
"colorSpace": "hsl",
|
|
17946
|
+
"components": [215.3, 61.2, 52.5],
|
|
17947
|
+
"hex": "#3c79d0"
|
|
17948
|
+
},
|
|
17225
17949
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17226
17950
|
"isSource": true,
|
|
17227
17951
|
"$type": "color"
|
|
17228
17952
|
},
|
|
17229
17953
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
17230
|
-
"$value":
|
|
17954
|
+
"$value": {
|
|
17955
|
+
"colorSpace": "hsl",
|
|
17956
|
+
"components": [215.3, 61.2, 52.5],
|
|
17957
|
+
"hex": "#3c79d0"
|
|
17958
|
+
},
|
|
17231
17959
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17232
17960
|
"isSource": true,
|
|
17233
17961
|
"$type": "color"
|
|
17234
17962
|
},
|
|
17235
17963
|
"dark-tritanopia-high-contrast": {
|
|
17236
|
-
"$value":
|
|
17964
|
+
"$value": {
|
|
17965
|
+
"colorSpace": "hsl",
|
|
17966
|
+
"components": [215.3, 61.2, 52.5],
|
|
17967
|
+
"hex": "#3c79d0"
|
|
17968
|
+
},
|
|
17237
17969
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17238
17970
|
"isSource": true,
|
|
17239
17971
|
"$type": "color"
|
|
17240
17972
|
},
|
|
17241
17973
|
"dark-dimmed": {
|
|
17242
|
-
"$value":
|
|
17974
|
+
"$value": {
|
|
17975
|
+
"colorSpace": "hsl",
|
|
17976
|
+
"components": [215.4, 68.4, 55.3],
|
|
17977
|
+
"hex": "#3f7fdb"
|
|
17978
|
+
},
|
|
17243
17979
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17244
17980
|
"isSource": true,
|
|
17245
17981
|
"$type": "color"
|
|
17246
17982
|
},
|
|
17247
17983
|
"dark-dimmed-high-contrast": {
|
|
17248
|
-
"$value":
|
|
17984
|
+
"$value": {
|
|
17985
|
+
"colorSpace": "hsl",
|
|
17986
|
+
"components": [215.3, 61.2, 52.5],
|
|
17987
|
+
"hex": "#3c79d0"
|
|
17988
|
+
},
|
|
17249
17989
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17250
17990
|
"isSource": true,
|
|
17251
17991
|
"$type": "color"
|
|
17252
17992
|
},
|
|
17253
17993
|
"light-high-contrast": {
|
|
17254
|
-
"$value":
|
|
17994
|
+
"$value": {
|
|
17995
|
+
"colorSpace": "hsl",
|
|
17996
|
+
"components": [216.6, 96.3, 31.4],
|
|
17997
|
+
"hex": "#033f9d"
|
|
17998
|
+
},
|
|
17255
17999
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17256
18000
|
"isSource": true,
|
|
17257
18001
|
"$type": "color"
|
|
17258
18002
|
},
|
|
17259
18003
|
"light-tritanopia-high-contrast": {
|
|
17260
|
-
"$value":
|
|
18004
|
+
"$value": {
|
|
18005
|
+
"colorSpace": "hsl",
|
|
18006
|
+
"components": [216.6, 96.3, 31.4],
|
|
18007
|
+
"hex": "#033f9d"
|
|
18008
|
+
},
|
|
17261
18009
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17262
18010
|
"isSource": true,
|
|
17263
18011
|
"$type": "color"
|
|
17264
18012
|
},
|
|
17265
18013
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17266
|
-
"$value":
|
|
18014
|
+
"$value": {
|
|
18015
|
+
"colorSpace": "hsl",
|
|
18016
|
+
"components": [216.6, 96.3, 31.4],
|
|
18017
|
+
"hex": "#033f9d"
|
|
18018
|
+
},
|
|
17267
18019
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17268
18020
|
"isSource": true,
|
|
17269
18021
|
"$type": "color"
|
|
@@ -17324,49 +18076,81 @@
|
|
|
17324
18076
|
"org.primer.overrides": {
|
|
17325
18077
|
"dark": "#2A7AEF",
|
|
17326
18078
|
"dark-high-contrast": {
|
|
17327
|
-
"$value":
|
|
18079
|
+
"$value": {
|
|
18080
|
+
"colorSpace": "hsl",
|
|
18081
|
+
"components": [217.2, 63.6, 46.3],
|
|
18082
|
+
"hex": "#2b64c1"
|
|
18083
|
+
},
|
|
17328
18084
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17329
18085
|
"isSource": true,
|
|
17330
18086
|
"$type": "color"
|
|
17331
18087
|
},
|
|
17332
18088
|
"dark-tritanopia-high-contrast": {
|
|
17333
|
-
"$value":
|
|
18089
|
+
"$value": {
|
|
18090
|
+
"colorSpace": "hsl",
|
|
18091
|
+
"components": [217.2, 63.6, 46.3],
|
|
18092
|
+
"hex": "#2b64c1"
|
|
18093
|
+
},
|
|
17334
18094
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17335
18095
|
"isSource": true,
|
|
17336
18096
|
"$type": "color"
|
|
17337
18097
|
},
|
|
17338
18098
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
17339
|
-
"$value":
|
|
18099
|
+
"$value": {
|
|
18100
|
+
"colorSpace": "hsl",
|
|
18101
|
+
"components": [217.2, 63.6, 46.3],
|
|
18102
|
+
"hex": "#2b64c1"
|
|
18103
|
+
},
|
|
17340
18104
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17341
18105
|
"isSource": true,
|
|
17342
18106
|
"$type": "color"
|
|
17343
18107
|
},
|
|
17344
18108
|
"dark-dimmed": {
|
|
17345
|
-
"$value":
|
|
18109
|
+
"$value": {
|
|
18110
|
+
"colorSpace": "hsl",
|
|
18111
|
+
"components": [216, 63.8, 52.4],
|
|
18112
|
+
"hex": "#3876d3"
|
|
18113
|
+
},
|
|
17346
18114
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17347
18115
|
"isSource": true,
|
|
17348
18116
|
"$type": "color"
|
|
17349
18117
|
},
|
|
17350
18118
|
"dark-dimmed-high-contrast": {
|
|
17351
|
-
"$value":
|
|
18119
|
+
"$value": {
|
|
18120
|
+
"colorSpace": "hsl",
|
|
18121
|
+
"components": [217.2, 63.6, 46.3],
|
|
18122
|
+
"hex": "#2b64c1"
|
|
18123
|
+
},
|
|
17352
18124
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17353
18125
|
"isSource": true,
|
|
17354
18126
|
"$type": "color"
|
|
17355
18127
|
},
|
|
17356
18128
|
"light-high-contrast": {
|
|
17357
|
-
"$value":
|
|
18129
|
+
"$value": {
|
|
18130
|
+
"colorSpace": "hsl",
|
|
18131
|
+
"components": [216.4, 96.5, 33.5],
|
|
18132
|
+
"hex": "#0344a8"
|
|
18133
|
+
},
|
|
17358
18134
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17359
18135
|
"isSource": true,
|
|
17360
18136
|
"$type": "color"
|
|
17361
18137
|
},
|
|
17362
18138
|
"light-tritanopia-high-contrast": {
|
|
17363
|
-
"$value":
|
|
18139
|
+
"$value": {
|
|
18140
|
+
"colorSpace": "hsl",
|
|
18141
|
+
"components": [216.4, 96.5, 33.5],
|
|
18142
|
+
"hex": "#0344a8"
|
|
18143
|
+
},
|
|
17364
18144
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17365
18145
|
"isSource": true,
|
|
17366
18146
|
"$type": "color"
|
|
17367
18147
|
},
|
|
17368
18148
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17369
|
-
"$value":
|
|
18149
|
+
"$value": {
|
|
18150
|
+
"colorSpace": "hsl",
|
|
18151
|
+
"components": [216.4, 96.5, 33.5],
|
|
18152
|
+
"hex": "#0344a8"
|
|
18153
|
+
},
|
|
17370
18154
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17371
18155
|
"isSource": true,
|
|
17372
18156
|
"$type": "color"
|
|
@@ -17376,7 +18160,11 @@
|
|
|
17376
18160
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17377
18161
|
"isSource": true,
|
|
17378
18162
|
"original": {
|
|
17379
|
-
"$value":
|
|
18163
|
+
"$value": {
|
|
18164
|
+
"colorSpace": "hsl",
|
|
18165
|
+
"components": [216.4, 96.5, 33.5],
|
|
18166
|
+
"hex": "#0344a8"
|
|
18167
|
+
},
|
|
17380
18168
|
"$type": "color",
|
|
17381
18169
|
"$extensions": {
|
|
17382
18170
|
"org.primer.figma": {
|
|
@@ -17387,49 +18175,81 @@
|
|
|
17387
18175
|
"org.primer.overrides": {
|
|
17388
18176
|
"dark": "#2A7AEF",
|
|
17389
18177
|
"dark-high-contrast": {
|
|
17390
|
-
"$value":
|
|
18178
|
+
"$value": {
|
|
18179
|
+
"colorSpace": "hsl",
|
|
18180
|
+
"components": [217.2, 63.6, 46.3],
|
|
18181
|
+
"hex": "#2b64c1"
|
|
18182
|
+
},
|
|
17391
18183
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17392
18184
|
"isSource": true,
|
|
17393
18185
|
"$type": "color"
|
|
17394
18186
|
},
|
|
17395
18187
|
"dark-tritanopia-high-contrast": {
|
|
17396
|
-
"$value":
|
|
18188
|
+
"$value": {
|
|
18189
|
+
"colorSpace": "hsl",
|
|
18190
|
+
"components": [217.2, 63.6, 46.3],
|
|
18191
|
+
"hex": "#2b64c1"
|
|
18192
|
+
},
|
|
17397
18193
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17398
18194
|
"isSource": true,
|
|
17399
18195
|
"$type": "color"
|
|
17400
18196
|
},
|
|
17401
18197
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
17402
|
-
"$value":
|
|
18198
|
+
"$value": {
|
|
18199
|
+
"colorSpace": "hsl",
|
|
18200
|
+
"components": [217.2, 63.6, 46.3],
|
|
18201
|
+
"hex": "#2b64c1"
|
|
18202
|
+
},
|
|
17403
18203
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17404
18204
|
"isSource": true,
|
|
17405
18205
|
"$type": "color"
|
|
17406
18206
|
},
|
|
17407
18207
|
"dark-dimmed": {
|
|
17408
|
-
"$value":
|
|
18208
|
+
"$value": {
|
|
18209
|
+
"colorSpace": "hsl",
|
|
18210
|
+
"components": [216, 63.8, 52.4],
|
|
18211
|
+
"hex": "#3876d3"
|
|
18212
|
+
},
|
|
17409
18213
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17410
18214
|
"isSource": true,
|
|
17411
18215
|
"$type": "color"
|
|
17412
18216
|
},
|
|
17413
18217
|
"dark-dimmed-high-contrast": {
|
|
17414
|
-
"$value":
|
|
18218
|
+
"$value": {
|
|
18219
|
+
"colorSpace": "hsl",
|
|
18220
|
+
"components": [217.2, 63.6, 46.3],
|
|
18221
|
+
"hex": "#2b64c1"
|
|
18222
|
+
},
|
|
17415
18223
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17416
18224
|
"isSource": true,
|
|
17417
18225
|
"$type": "color"
|
|
17418
18226
|
},
|
|
17419
18227
|
"light-high-contrast": {
|
|
17420
|
-
"$value":
|
|
18228
|
+
"$value": {
|
|
18229
|
+
"colorSpace": "hsl",
|
|
18230
|
+
"components": [216.4, 96.5, 33.5],
|
|
18231
|
+
"hex": "#0344a8"
|
|
18232
|
+
},
|
|
17421
18233
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17422
18234
|
"isSource": true,
|
|
17423
18235
|
"$type": "color"
|
|
17424
18236
|
},
|
|
17425
18237
|
"light-tritanopia-high-contrast": {
|
|
17426
|
-
"$value":
|
|
18238
|
+
"$value": {
|
|
18239
|
+
"colorSpace": "hsl",
|
|
18240
|
+
"components": [216.4, 96.5, 33.5],
|
|
18241
|
+
"hex": "#0344a8"
|
|
18242
|
+
},
|
|
17427
18243
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17428
18244
|
"isSource": true,
|
|
17429
18245
|
"$type": "color"
|
|
17430
18246
|
},
|
|
17431
18247
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17432
|
-
"$value":
|
|
18248
|
+
"$value": {
|
|
18249
|
+
"colorSpace": "hsl",
|
|
18250
|
+
"components": [216.4, 96.5, 33.5],
|
|
18251
|
+
"hex": "#0344a8"
|
|
18252
|
+
},
|
|
17433
18253
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17434
18254
|
"isSource": true,
|
|
17435
18255
|
"$type": "color"
|
|
@@ -17508,7 +18328,11 @@
|
|
|
17508
18328
|
"$type": "color"
|
|
17509
18329
|
},
|
|
17510
18330
|
"dark-dimmed": {
|
|
17511
|
-
"$value":
|
|
18331
|
+
"$value": {
|
|
18332
|
+
"colorSpace": "hsl",
|
|
18333
|
+
"components": [215.4, 68.4, 55.3],
|
|
18334
|
+
"hex": "#3f7fdb"
|
|
18335
|
+
},
|
|
17512
18336
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17513
18337
|
"isSource": true,
|
|
17514
18338
|
"$type": "color"
|
|
@@ -17520,19 +18344,31 @@
|
|
|
17520
18344
|
"$type": "color"
|
|
17521
18345
|
},
|
|
17522
18346
|
"light-high-contrast": {
|
|
17523
|
-
"$value":
|
|
18347
|
+
"$value": {
|
|
18348
|
+
"colorSpace": "hsl",
|
|
18349
|
+
"components": [216.6, 96.3, 31.4],
|
|
18350
|
+
"hex": "#033f9d"
|
|
18351
|
+
},
|
|
17524
18352
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17525
18353
|
"isSource": true,
|
|
17526
18354
|
"$type": "color"
|
|
17527
18355
|
},
|
|
17528
18356
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17529
|
-
"$value":
|
|
18357
|
+
"$value": {
|
|
18358
|
+
"colorSpace": "hsl",
|
|
18359
|
+
"components": [216.6, 96.3, 31.4],
|
|
18360
|
+
"hex": "#033f9d"
|
|
18361
|
+
},
|
|
17530
18362
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17531
18363
|
"isSource": true,
|
|
17532
18364
|
"$type": "color"
|
|
17533
18365
|
},
|
|
17534
18366
|
"light-tritanopia-high-contrast": {
|
|
17535
|
-
"$value":
|
|
18367
|
+
"$value": {
|
|
18368
|
+
"colorSpace": "hsl",
|
|
18369
|
+
"components": [216.6, 96.3, 31.4],
|
|
18370
|
+
"hex": "#033f9d"
|
|
18371
|
+
},
|
|
17536
18372
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17537
18373
|
"isSource": true,
|
|
17538
18374
|
"$type": "color"
|
|
@@ -17542,7 +18378,11 @@
|
|
|
17542
18378
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17543
18379
|
"isSource": true,
|
|
17544
18380
|
"original": {
|
|
17545
|
-
"$value":
|
|
18381
|
+
"$value": {
|
|
18382
|
+
"colorSpace": "hsl",
|
|
18383
|
+
"components": [216.6, 96.3, 31.4],
|
|
18384
|
+
"hex": "#033f9d"
|
|
18385
|
+
},
|
|
17546
18386
|
"$type": "color",
|
|
17547
18387
|
"$extensions": {
|
|
17548
18388
|
"org.primer.figma": {
|
|
@@ -17571,7 +18411,11 @@
|
|
|
17571
18411
|
"$type": "color"
|
|
17572
18412
|
},
|
|
17573
18413
|
"dark-dimmed": {
|
|
17574
|
-
"$value":
|
|
18414
|
+
"$value": {
|
|
18415
|
+
"colorSpace": "hsl",
|
|
18416
|
+
"components": [215.4, 68.4, 55.3],
|
|
18417
|
+
"hex": "#3f7fdb"
|
|
18418
|
+
},
|
|
17575
18419
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17576
18420
|
"isSource": true,
|
|
17577
18421
|
"$type": "color"
|
|
@@ -17583,19 +18427,31 @@
|
|
|
17583
18427
|
"$type": "color"
|
|
17584
18428
|
},
|
|
17585
18429
|
"light-high-contrast": {
|
|
17586
|
-
"$value":
|
|
18430
|
+
"$value": {
|
|
18431
|
+
"colorSpace": "hsl",
|
|
18432
|
+
"components": [216.6, 96.3, 31.4],
|
|
18433
|
+
"hex": "#033f9d"
|
|
18434
|
+
},
|
|
17587
18435
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17588
18436
|
"isSource": true,
|
|
17589
18437
|
"$type": "color"
|
|
17590
18438
|
},
|
|
17591
18439
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17592
|
-
"$value":
|
|
18440
|
+
"$value": {
|
|
18441
|
+
"colorSpace": "hsl",
|
|
18442
|
+
"components": [216.6, 96.3, 31.4],
|
|
18443
|
+
"hex": "#033f9d"
|
|
18444
|
+
},
|
|
17593
18445
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17594
18446
|
"isSource": true,
|
|
17595
18447
|
"$type": "color"
|
|
17596
18448
|
},
|
|
17597
18449
|
"light-tritanopia-high-contrast": {
|
|
17598
|
-
"$value":
|
|
18450
|
+
"$value": {
|
|
18451
|
+
"colorSpace": "hsl",
|
|
18452
|
+
"components": [216.6, 96.3, 31.4],
|
|
18453
|
+
"hex": "#033f9d"
|
|
18454
|
+
},
|
|
17599
18455
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17600
18456
|
"isSource": true,
|
|
17601
18457
|
"$type": "color"
|
|
@@ -17674,7 +18530,11 @@
|
|
|
17674
18530
|
"$type": "color"
|
|
17675
18531
|
},
|
|
17676
18532
|
"dark-dimmed": {
|
|
17677
|
-
"$value":
|
|
18533
|
+
"$value": {
|
|
18534
|
+
"colorSpace": "hsl",
|
|
18535
|
+
"components": [216, 63.8, 52.4],
|
|
18536
|
+
"hex": "#3876d3"
|
|
18537
|
+
},
|
|
17678
18538
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17679
18539
|
"isSource": true,
|
|
17680
18540
|
"$type": "color"
|
|
@@ -17686,19 +18546,31 @@
|
|
|
17686
18546
|
"$type": "color"
|
|
17687
18547
|
},
|
|
17688
18548
|
"light-high-contrast": {
|
|
17689
|
-
"$value":
|
|
18549
|
+
"$value": {
|
|
18550
|
+
"colorSpace": "hsl",
|
|
18551
|
+
"components": [216.4, 96.5, 33.5],
|
|
18552
|
+
"hex": "#0344a8"
|
|
18553
|
+
},
|
|
17690
18554
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17691
18555
|
"isSource": true,
|
|
17692
18556
|
"$type": "color"
|
|
17693
18557
|
},
|
|
17694
18558
|
"light-tritanopia-high-contrast": {
|
|
17695
|
-
"$value":
|
|
18559
|
+
"$value": {
|
|
18560
|
+
"colorSpace": "hsl",
|
|
18561
|
+
"components": [216.4, 96.5, 33.5],
|
|
18562
|
+
"hex": "#0344a8"
|
|
18563
|
+
},
|
|
17696
18564
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17697
18565
|
"isSource": true,
|
|
17698
18566
|
"$type": "color"
|
|
17699
18567
|
},
|
|
17700
18568
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17701
|
-
"$value":
|
|
18569
|
+
"$value": {
|
|
18570
|
+
"colorSpace": "hsl",
|
|
18571
|
+
"components": [216.4, 96.5, 33.5],
|
|
18572
|
+
"hex": "#0344a8"
|
|
18573
|
+
},
|
|
17702
18574
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17703
18575
|
"isSource": true,
|
|
17704
18576
|
"$type": "color"
|
|
@@ -17708,7 +18580,11 @@
|
|
|
17708
18580
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17709
18581
|
"isSource": true,
|
|
17710
18582
|
"original": {
|
|
17711
|
-
"$value":
|
|
18583
|
+
"$value": {
|
|
18584
|
+
"colorSpace": "hsl",
|
|
18585
|
+
"components": [216.4, 96.5, 33.5],
|
|
18586
|
+
"hex": "#0344a8"
|
|
18587
|
+
},
|
|
17712
18588
|
"$type": "color",
|
|
17713
18589
|
"$extensions": {
|
|
17714
18590
|
"org.primer.figma": {
|
|
@@ -17737,7 +18613,11 @@
|
|
|
17737
18613
|
"$type": "color"
|
|
17738
18614
|
},
|
|
17739
18615
|
"dark-dimmed": {
|
|
17740
|
-
"$value":
|
|
18616
|
+
"$value": {
|
|
18617
|
+
"colorSpace": "hsl",
|
|
18618
|
+
"components": [216, 63.8, 52.4],
|
|
18619
|
+
"hex": "#3876d3"
|
|
18620
|
+
},
|
|
17741
18621
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17742
18622
|
"isSource": true,
|
|
17743
18623
|
"$type": "color"
|
|
@@ -17749,19 +18629,31 @@
|
|
|
17749
18629
|
"$type": "color"
|
|
17750
18630
|
},
|
|
17751
18631
|
"light-high-contrast": {
|
|
17752
|
-
"$value":
|
|
18632
|
+
"$value": {
|
|
18633
|
+
"colorSpace": "hsl",
|
|
18634
|
+
"components": [216.4, 96.5, 33.5],
|
|
18635
|
+
"hex": "#0344a8"
|
|
18636
|
+
},
|
|
17753
18637
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17754
18638
|
"isSource": true,
|
|
17755
18639
|
"$type": "color"
|
|
17756
18640
|
},
|
|
17757
18641
|
"light-tritanopia-high-contrast": {
|
|
17758
|
-
"$value":
|
|
18642
|
+
"$value": {
|
|
18643
|
+
"colorSpace": "hsl",
|
|
18644
|
+
"components": [216.4, 96.5, 33.5],
|
|
18645
|
+
"hex": "#0344a8"
|
|
18646
|
+
},
|
|
17759
18647
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17760
18648
|
"isSource": true,
|
|
17761
18649
|
"$type": "color"
|
|
17762
18650
|
},
|
|
17763
18651
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17764
|
-
"$value":
|
|
18652
|
+
"$value": {
|
|
18653
|
+
"colorSpace": "hsl",
|
|
18654
|
+
"components": [216.4, 96.5, 33.5],
|
|
18655
|
+
"hex": "#0344a8"
|
|
18656
|
+
},
|
|
17765
18657
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17766
18658
|
"isSource": true,
|
|
17767
18659
|
"$type": "color"
|
|
@@ -17953,21 +18845,33 @@
|
|
|
17953
18845
|
"$type": "color"
|
|
17954
18846
|
},
|
|
17955
18847
|
"dark-high-contrast": {
|
|
17956
|
-
"$value":
|
|
18848
|
+
"$value": {
|
|
18849
|
+
"colorSpace": "hsl",
|
|
18850
|
+
"components": [355, 84.1, 42],
|
|
18851
|
+
"hex": "#c51120"
|
|
18852
|
+
},
|
|
17957
18853
|
"alpha": 1,
|
|
17958
18854
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17959
18855
|
"isSource": true,
|
|
17960
18856
|
"$type": "color"
|
|
17961
18857
|
},
|
|
17962
18858
|
"dark-dimmed-high-contrast": {
|
|
17963
|
-
"$value":
|
|
18859
|
+
"$value": {
|
|
18860
|
+
"colorSpace": "hsl",
|
|
18861
|
+
"components": [355, 84.1, 42],
|
|
18862
|
+
"hex": "#c51120"
|
|
18863
|
+
},
|
|
17964
18864
|
"alpha": 1,
|
|
17965
18865
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17966
18866
|
"isSource": true,
|
|
17967
18867
|
"$type": "color"
|
|
17968
18868
|
},
|
|
17969
18869
|
"dark-tritanopia-high-contrast": {
|
|
17970
|
-
"$value":
|
|
18870
|
+
"$value": {
|
|
18871
|
+
"colorSpace": "hsl",
|
|
18872
|
+
"components": [355, 84.1, 42],
|
|
18873
|
+
"hex": "#c51120"
|
|
18874
|
+
},
|
|
17971
18875
|
"alpha": 1,
|
|
17972
18876
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17973
18877
|
"isSource": true,
|
|
@@ -17980,13 +18884,21 @@
|
|
|
17980
18884
|
"$type": "color"
|
|
17981
18885
|
},
|
|
17982
18886
|
"light-high-contrast": {
|
|
17983
|
-
"$value":
|
|
18887
|
+
"$value": {
|
|
18888
|
+
"colorSpace": "hsl",
|
|
18889
|
+
"components": [351.6, 85.4, 29.6],
|
|
18890
|
+
"hex": "#8c0b1d"
|
|
18891
|
+
},
|
|
17984
18892
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17985
18893
|
"isSource": true,
|
|
17986
18894
|
"$type": "color"
|
|
17987
18895
|
},
|
|
17988
18896
|
"light-tritanopia-high-contrast": {
|
|
17989
|
-
"$value":
|
|
18897
|
+
"$value": {
|
|
18898
|
+
"colorSpace": "hsl",
|
|
18899
|
+
"components": [351.6, 85.4, 29.6],
|
|
18900
|
+
"hex": "#8c0b1d"
|
|
18901
|
+
},
|
|
17990
18902
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17991
18903
|
"isSource": true,
|
|
17992
18904
|
"$type": "color"
|
|
@@ -18002,7 +18914,11 @@
|
|
|
18002
18914
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18003
18915
|
"isSource": true,
|
|
18004
18916
|
"original": {
|
|
18005
|
-
"$value":
|
|
18917
|
+
"$value": {
|
|
18918
|
+
"colorSpace": "hsl",
|
|
18919
|
+
"components": [351.6, 85.4, 29.6],
|
|
18920
|
+
"hex": "#8c0b1d"
|
|
18921
|
+
},
|
|
18006
18922
|
"$type": "color",
|
|
18007
18923
|
"$extensions": {
|
|
18008
18924
|
"org.primer.figma": {
|
|
@@ -18026,21 +18942,33 @@
|
|
|
18026
18942
|
"$type": "color"
|
|
18027
18943
|
},
|
|
18028
18944
|
"dark-high-contrast": {
|
|
18029
|
-
"$value":
|
|
18945
|
+
"$value": {
|
|
18946
|
+
"colorSpace": "hsl",
|
|
18947
|
+
"components": [355, 84.1, 42],
|
|
18948
|
+
"hex": "#c51120"
|
|
18949
|
+
},
|
|
18030
18950
|
"alpha": 1,
|
|
18031
18951
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18032
18952
|
"isSource": true,
|
|
18033
18953
|
"$type": "color"
|
|
18034
18954
|
},
|
|
18035
18955
|
"dark-dimmed-high-contrast": {
|
|
18036
|
-
"$value":
|
|
18956
|
+
"$value": {
|
|
18957
|
+
"colorSpace": "hsl",
|
|
18958
|
+
"components": [355, 84.1, 42],
|
|
18959
|
+
"hex": "#c51120"
|
|
18960
|
+
},
|
|
18037
18961
|
"alpha": 1,
|
|
18038
18962
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18039
18963
|
"isSource": true,
|
|
18040
18964
|
"$type": "color"
|
|
18041
18965
|
},
|
|
18042
18966
|
"dark-tritanopia-high-contrast": {
|
|
18043
|
-
"$value":
|
|
18967
|
+
"$value": {
|
|
18968
|
+
"colorSpace": "hsl",
|
|
18969
|
+
"components": [355, 84.1, 42],
|
|
18970
|
+
"hex": "#c51120"
|
|
18971
|
+
},
|
|
18044
18972
|
"alpha": 1,
|
|
18045
18973
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18046
18974
|
"isSource": true,
|
|
@@ -18053,13 +18981,21 @@
|
|
|
18053
18981
|
"$type": "color"
|
|
18054
18982
|
},
|
|
18055
18983
|
"light-high-contrast": {
|
|
18056
|
-
"$value":
|
|
18984
|
+
"$value": {
|
|
18985
|
+
"colorSpace": "hsl",
|
|
18986
|
+
"components": [351.6, 85.4, 29.6],
|
|
18987
|
+
"hex": "#8c0b1d"
|
|
18988
|
+
},
|
|
18057
18989
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18058
18990
|
"isSource": true,
|
|
18059
18991
|
"$type": "color"
|
|
18060
18992
|
},
|
|
18061
18993
|
"light-tritanopia-high-contrast": {
|
|
18062
|
-
"$value":
|
|
18994
|
+
"$value": {
|
|
18995
|
+
"colorSpace": "hsl",
|
|
18996
|
+
"components": [351.6, 85.4, 29.6],
|
|
18997
|
+
"hex": "#8c0b1d"
|
|
18998
|
+
},
|
|
18063
18999
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18064
19000
|
"isSource": true,
|
|
18065
19001
|
"$type": "color"
|
|
@@ -47465,14 +48401,22 @@
|
|
|
47465
48401
|
},
|
|
47466
48402
|
"org.primer.overrides": {
|
|
47467
48403
|
"dark": {
|
|
47468
|
-
"$value":
|
|
48404
|
+
"$value": {
|
|
48405
|
+
"colorSpace": "hsl",
|
|
48406
|
+
"components": [214.8, 98, 61],
|
|
48407
|
+
"hex": "#3a8cfd"
|
|
48408
|
+
},
|
|
47469
48409
|
"alpha": 0.36,
|
|
47470
48410
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47471
48411
|
"isSource": true,
|
|
47472
48412
|
"$type": "color"
|
|
47473
48413
|
},
|
|
47474
48414
|
"dark-dimmed": {
|
|
47475
|
-
"$value":
|
|
48415
|
+
"$value": {
|
|
48416
|
+
"colorSpace": "hsl",
|
|
48417
|
+
"components": [215.3, 75.8, 57.8],
|
|
48418
|
+
"hex": "#4285e5"
|
|
48419
|
+
},
|
|
47476
48420
|
"alpha": 0.36,
|
|
47477
48421
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47478
48422
|
"isSource": true,
|
|
@@ -47480,7 +48424,11 @@
|
|
|
47480
48424
|
},
|
|
47481
48425
|
"light-high-contrast": "#c7e9ff",
|
|
47482
48426
|
"dark-high-contrast": {
|
|
47483
|
-
"$value":
|
|
48427
|
+
"$value": {
|
|
48428
|
+
"colorSpace": "hsl",
|
|
48429
|
+
"components": [210.4, 100, 68.2],
|
|
48430
|
+
"hex": "#5dadff"
|
|
48431
|
+
},
|
|
47484
48432
|
"alpha": 0.36,
|
|
47485
48433
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47486
48434
|
"isSource": true,
|
|
@@ -47501,14 +48449,22 @@
|
|
|
47501
48449
|
},
|
|
47502
48450
|
"org.primer.overrides": {
|
|
47503
48451
|
"dark": {
|
|
47504
|
-
"$value":
|
|
48452
|
+
"$value": {
|
|
48453
|
+
"colorSpace": "hsl",
|
|
48454
|
+
"components": [214.8, 98, 61],
|
|
48455
|
+
"hex": "#3a8cfd"
|
|
48456
|
+
},
|
|
47505
48457
|
"alpha": 0.36,
|
|
47506
48458
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47507
48459
|
"isSource": true,
|
|
47508
48460
|
"$type": "color"
|
|
47509
48461
|
},
|
|
47510
48462
|
"dark-dimmed": {
|
|
47511
|
-
"$value":
|
|
48463
|
+
"$value": {
|
|
48464
|
+
"colorSpace": "hsl",
|
|
48465
|
+
"components": [215.3, 75.8, 57.8],
|
|
48466
|
+
"hex": "#4285e5"
|
|
48467
|
+
},
|
|
47512
48468
|
"alpha": 0.36,
|
|
47513
48469
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47514
48470
|
"isSource": true,
|
|
@@ -47516,7 +48472,11 @@
|
|
|
47516
48472
|
},
|
|
47517
48473
|
"light-high-contrast": "#c7e9ff",
|
|
47518
48474
|
"dark-high-contrast": {
|
|
47519
|
-
"$value":
|
|
48475
|
+
"$value": {
|
|
48476
|
+
"colorSpace": "hsl",
|
|
48477
|
+
"components": [210.4, 100, 68.2],
|
|
48478
|
+
"hex": "#5dadff"
|
|
48479
|
+
},
|
|
47520
48480
|
"alpha": 0.36,
|
|
47521
48481
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47522
48482
|
"isSource": true,
|
|
@@ -47847,6 +48807,147 @@
|
|
|
47847
48807
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
47848
48808
|
"isSource": true,
|
|
47849
48809
|
"$type": "shadow"
|
|
48810
|
+
},
|
|
48811
|
+
"light-high-contrast": {
|
|
48812
|
+
"$value": [
|
|
48813
|
+
{
|
|
48814
|
+
"color": "#454c54",
|
|
48815
|
+
"alpha": 1,
|
|
48816
|
+
"offsetX": {
|
|
48817
|
+
"value": 0,
|
|
48818
|
+
"unit": "px"
|
|
48819
|
+
},
|
|
48820
|
+
"offsetY": {
|
|
48821
|
+
"value": 0,
|
|
48822
|
+
"unit": "px"
|
|
48823
|
+
},
|
|
48824
|
+
"blur": {
|
|
48825
|
+
"value": 0,
|
|
48826
|
+
"unit": "px"
|
|
48827
|
+
},
|
|
48828
|
+
"spread": {
|
|
48829
|
+
"value": 1,
|
|
48830
|
+
"unit": "px"
|
|
48831
|
+
}
|
|
48832
|
+
},
|
|
48833
|
+
{
|
|
48834
|
+
"color": "#25292e",
|
|
48835
|
+
"alpha": 0.24,
|
|
48836
|
+
"offsetX": {
|
|
48837
|
+
"value": 0,
|
|
48838
|
+
"unit": "px"
|
|
48839
|
+
},
|
|
48840
|
+
"offsetY": {
|
|
48841
|
+
"value": 40,
|
|
48842
|
+
"unit": "px"
|
|
48843
|
+
},
|
|
48844
|
+
"blur": {
|
|
48845
|
+
"value": 80,
|
|
48846
|
+
"unit": "px"
|
|
48847
|
+
},
|
|
48848
|
+
"spread": {
|
|
48849
|
+
"value": 0,
|
|
48850
|
+
"unit": "px"
|
|
48851
|
+
}
|
|
48852
|
+
}
|
|
48853
|
+
],
|
|
48854
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48855
|
+
"isSource": true,
|
|
48856
|
+
"$type": "shadow"
|
|
48857
|
+
},
|
|
48858
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
48859
|
+
"$value": [
|
|
48860
|
+
{
|
|
48861
|
+
"color": "#454c54",
|
|
48862
|
+
"alpha": 1,
|
|
48863
|
+
"offsetX": {
|
|
48864
|
+
"value": 0,
|
|
48865
|
+
"unit": "px"
|
|
48866
|
+
},
|
|
48867
|
+
"offsetY": {
|
|
48868
|
+
"value": 0,
|
|
48869
|
+
"unit": "px"
|
|
48870
|
+
},
|
|
48871
|
+
"blur": {
|
|
48872
|
+
"value": 0,
|
|
48873
|
+
"unit": "px"
|
|
48874
|
+
},
|
|
48875
|
+
"spread": {
|
|
48876
|
+
"value": 1,
|
|
48877
|
+
"unit": "px"
|
|
48878
|
+
}
|
|
48879
|
+
},
|
|
48880
|
+
{
|
|
48881
|
+
"color": "#25292e",
|
|
48882
|
+
"alpha": 0.24,
|
|
48883
|
+
"offsetX": {
|
|
48884
|
+
"value": 0,
|
|
48885
|
+
"unit": "px"
|
|
48886
|
+
},
|
|
48887
|
+
"offsetY": {
|
|
48888
|
+
"value": 40,
|
|
48889
|
+
"unit": "px"
|
|
48890
|
+
},
|
|
48891
|
+
"blur": {
|
|
48892
|
+
"value": 80,
|
|
48893
|
+
"unit": "px"
|
|
48894
|
+
},
|
|
48895
|
+
"spread": {
|
|
48896
|
+
"value": 0,
|
|
48897
|
+
"unit": "px"
|
|
48898
|
+
}
|
|
48899
|
+
}
|
|
48900
|
+
],
|
|
48901
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48902
|
+
"isSource": true,
|
|
48903
|
+
"$type": "shadow"
|
|
48904
|
+
},
|
|
48905
|
+
"light-tritanopia-high-contrast": {
|
|
48906
|
+
"$value": [
|
|
48907
|
+
{
|
|
48908
|
+
"color": "#454c54",
|
|
48909
|
+
"alpha": 1,
|
|
48910
|
+
"offsetX": {
|
|
48911
|
+
"value": 0,
|
|
48912
|
+
"unit": "px"
|
|
48913
|
+
},
|
|
48914
|
+
"offsetY": {
|
|
48915
|
+
"value": 0,
|
|
48916
|
+
"unit": "px"
|
|
48917
|
+
},
|
|
48918
|
+
"blur": {
|
|
48919
|
+
"value": 0,
|
|
48920
|
+
"unit": "px"
|
|
48921
|
+
},
|
|
48922
|
+
"spread": {
|
|
48923
|
+
"value": 1,
|
|
48924
|
+
"unit": "px"
|
|
48925
|
+
}
|
|
48926
|
+
},
|
|
48927
|
+
{
|
|
48928
|
+
"color": "#25292e",
|
|
48929
|
+
"alpha": 0.24,
|
|
48930
|
+
"offsetX": {
|
|
48931
|
+
"value": 0,
|
|
48932
|
+
"unit": "px"
|
|
48933
|
+
},
|
|
48934
|
+
"offsetY": {
|
|
48935
|
+
"value": 40,
|
|
48936
|
+
"unit": "px"
|
|
48937
|
+
},
|
|
48938
|
+
"blur": {
|
|
48939
|
+
"value": 80,
|
|
48940
|
+
"unit": "px"
|
|
48941
|
+
},
|
|
48942
|
+
"spread": {
|
|
48943
|
+
"value": 0,
|
|
48944
|
+
"unit": "px"
|
|
48945
|
+
}
|
|
48946
|
+
}
|
|
48947
|
+
],
|
|
48948
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48949
|
+
"isSource": true,
|
|
48950
|
+
"$type": "shadow"
|
|
47850
48951
|
}
|
|
47851
48952
|
},
|
|
47852
48953
|
"org.primer.llm": {
|
|
@@ -47860,7 +48961,7 @@
|
|
|
47860
48961
|
"$value": [
|
|
47861
48962
|
{
|
|
47862
48963
|
"color": "{overlay.borderColor}",
|
|
47863
|
-
"alpha":
|
|
48964
|
+
"alpha": 1,
|
|
47864
48965
|
"offsetX": {
|
|
47865
48966
|
"value": 0,
|
|
47866
48967
|
"unit": "px"
|
|
@@ -47953,6 +49054,147 @@
|
|
|
47953
49054
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
47954
49055
|
"isSource": true,
|
|
47955
49056
|
"$type": "shadow"
|
|
49057
|
+
},
|
|
49058
|
+
"light-high-contrast": {
|
|
49059
|
+
"$value": [
|
|
49060
|
+
{
|
|
49061
|
+
"color": "{overlay.borderColor}",
|
|
49062
|
+
"alpha": 1,
|
|
49063
|
+
"offsetX": {
|
|
49064
|
+
"value": 0,
|
|
49065
|
+
"unit": "px"
|
|
49066
|
+
},
|
|
49067
|
+
"offsetY": {
|
|
49068
|
+
"value": 0,
|
|
49069
|
+
"unit": "px"
|
|
49070
|
+
},
|
|
49071
|
+
"blur": {
|
|
49072
|
+
"value": 0,
|
|
49073
|
+
"unit": "px"
|
|
49074
|
+
},
|
|
49075
|
+
"spread": {
|
|
49076
|
+
"value": 1,
|
|
49077
|
+
"unit": "px"
|
|
49078
|
+
}
|
|
49079
|
+
},
|
|
49080
|
+
{
|
|
49081
|
+
"color": "{base.color.neutral.12}",
|
|
49082
|
+
"alpha": 0.24,
|
|
49083
|
+
"offsetX": {
|
|
49084
|
+
"value": 0,
|
|
49085
|
+
"unit": "px"
|
|
49086
|
+
},
|
|
49087
|
+
"offsetY": {
|
|
49088
|
+
"value": 40,
|
|
49089
|
+
"unit": "px"
|
|
49090
|
+
},
|
|
49091
|
+
"blur": {
|
|
49092
|
+
"value": 80,
|
|
49093
|
+
"unit": "px"
|
|
49094
|
+
},
|
|
49095
|
+
"spread": {
|
|
49096
|
+
"value": 0,
|
|
49097
|
+
"unit": "px"
|
|
49098
|
+
}
|
|
49099
|
+
}
|
|
49100
|
+
],
|
|
49101
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49102
|
+
"isSource": true,
|
|
49103
|
+
"$type": "shadow"
|
|
49104
|
+
},
|
|
49105
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
49106
|
+
"$value": [
|
|
49107
|
+
{
|
|
49108
|
+
"color": "{overlay.borderColor}",
|
|
49109
|
+
"alpha": 1,
|
|
49110
|
+
"offsetX": {
|
|
49111
|
+
"value": 0,
|
|
49112
|
+
"unit": "px"
|
|
49113
|
+
},
|
|
49114
|
+
"offsetY": {
|
|
49115
|
+
"value": 0,
|
|
49116
|
+
"unit": "px"
|
|
49117
|
+
},
|
|
49118
|
+
"blur": {
|
|
49119
|
+
"value": 0,
|
|
49120
|
+
"unit": "px"
|
|
49121
|
+
},
|
|
49122
|
+
"spread": {
|
|
49123
|
+
"value": 1,
|
|
49124
|
+
"unit": "px"
|
|
49125
|
+
}
|
|
49126
|
+
},
|
|
49127
|
+
{
|
|
49128
|
+
"color": "{base.color.neutral.12}",
|
|
49129
|
+
"alpha": 0.24,
|
|
49130
|
+
"offsetX": {
|
|
49131
|
+
"value": 0,
|
|
49132
|
+
"unit": "px"
|
|
49133
|
+
},
|
|
49134
|
+
"offsetY": {
|
|
49135
|
+
"value": 40,
|
|
49136
|
+
"unit": "px"
|
|
49137
|
+
},
|
|
49138
|
+
"blur": {
|
|
49139
|
+
"value": 80,
|
|
49140
|
+
"unit": "px"
|
|
49141
|
+
},
|
|
49142
|
+
"spread": {
|
|
49143
|
+
"value": 0,
|
|
49144
|
+
"unit": "px"
|
|
49145
|
+
}
|
|
49146
|
+
}
|
|
49147
|
+
],
|
|
49148
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49149
|
+
"isSource": true,
|
|
49150
|
+
"$type": "shadow"
|
|
49151
|
+
},
|
|
49152
|
+
"light-tritanopia-high-contrast": {
|
|
49153
|
+
"$value": [
|
|
49154
|
+
{
|
|
49155
|
+
"color": "{overlay.borderColor}",
|
|
49156
|
+
"alpha": 1,
|
|
49157
|
+
"offsetX": {
|
|
49158
|
+
"value": 0,
|
|
49159
|
+
"unit": "px"
|
|
49160
|
+
},
|
|
49161
|
+
"offsetY": {
|
|
49162
|
+
"value": 0,
|
|
49163
|
+
"unit": "px"
|
|
49164
|
+
},
|
|
49165
|
+
"blur": {
|
|
49166
|
+
"value": 0,
|
|
49167
|
+
"unit": "px"
|
|
49168
|
+
},
|
|
49169
|
+
"spread": {
|
|
49170
|
+
"value": 1,
|
|
49171
|
+
"unit": "px"
|
|
49172
|
+
}
|
|
49173
|
+
},
|
|
49174
|
+
{
|
|
49175
|
+
"color": "{base.color.neutral.12}",
|
|
49176
|
+
"alpha": 0.24,
|
|
49177
|
+
"offsetX": {
|
|
49178
|
+
"value": 0,
|
|
49179
|
+
"unit": "px"
|
|
49180
|
+
},
|
|
49181
|
+
"offsetY": {
|
|
49182
|
+
"value": 40,
|
|
49183
|
+
"unit": "px"
|
|
49184
|
+
},
|
|
49185
|
+
"blur": {
|
|
49186
|
+
"value": 80,
|
|
49187
|
+
"unit": "px"
|
|
49188
|
+
},
|
|
49189
|
+
"spread": {
|
|
49190
|
+
"value": 0,
|
|
49191
|
+
"unit": "px"
|
|
49192
|
+
}
|
|
49193
|
+
}
|
|
49194
|
+
],
|
|
49195
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49196
|
+
"isSource": true,
|
|
49197
|
+
"$type": "shadow"
|
|
47956
49198
|
}
|
|
47957
49199
|
},
|
|
47958
49200
|
"org.primer.llm": {
|
|
@@ -48253,6 +49495,327 @@
|
|
|
48253
49495
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48254
49496
|
"isSource": true,
|
|
48255
49497
|
"$type": "shadow"
|
|
49498
|
+
},
|
|
49499
|
+
"light-high-contrast": {
|
|
49500
|
+
"$value": [
|
|
49501
|
+
{
|
|
49502
|
+
"color": "#454c54",
|
|
49503
|
+
"alpha": 1,
|
|
49504
|
+
"offsetX": {
|
|
49505
|
+
"value": 0,
|
|
49506
|
+
"unit": "px"
|
|
49507
|
+
},
|
|
49508
|
+
"offsetY": {
|
|
49509
|
+
"value": 0,
|
|
49510
|
+
"unit": "px"
|
|
49511
|
+
},
|
|
49512
|
+
"blur": {
|
|
49513
|
+
"value": 0,
|
|
49514
|
+
"unit": "px"
|
|
49515
|
+
},
|
|
49516
|
+
"spread": {
|
|
49517
|
+
"value": 1,
|
|
49518
|
+
"unit": "px"
|
|
49519
|
+
}
|
|
49520
|
+
},
|
|
49521
|
+
{
|
|
49522
|
+
"color": "#25292e",
|
|
49523
|
+
"alpha": 0.08,
|
|
49524
|
+
"offsetX": {
|
|
49525
|
+
"value": 0,
|
|
49526
|
+
"unit": "px"
|
|
49527
|
+
},
|
|
49528
|
+
"offsetY": {
|
|
49529
|
+
"value": 8,
|
|
49530
|
+
"unit": "px"
|
|
49531
|
+
},
|
|
49532
|
+
"blur": {
|
|
49533
|
+
"value": 16,
|
|
49534
|
+
"unit": "px"
|
|
49535
|
+
},
|
|
49536
|
+
"spread": {
|
|
49537
|
+
"value": -4,
|
|
49538
|
+
"unit": "px"
|
|
49539
|
+
}
|
|
49540
|
+
},
|
|
49541
|
+
{
|
|
49542
|
+
"color": "#25292e",
|
|
49543
|
+
"alpha": 0.08,
|
|
49544
|
+
"offsetX": {
|
|
49545
|
+
"value": 0,
|
|
49546
|
+
"unit": "px"
|
|
49547
|
+
},
|
|
49548
|
+
"offsetY": {
|
|
49549
|
+
"value": 4,
|
|
49550
|
+
"unit": "px"
|
|
49551
|
+
},
|
|
49552
|
+
"blur": {
|
|
49553
|
+
"value": 32,
|
|
49554
|
+
"unit": "px"
|
|
49555
|
+
},
|
|
49556
|
+
"spread": {
|
|
49557
|
+
"value": -4,
|
|
49558
|
+
"unit": "px"
|
|
49559
|
+
}
|
|
49560
|
+
},
|
|
49561
|
+
{
|
|
49562
|
+
"color": "#25292e",
|
|
49563
|
+
"alpha": 0.08,
|
|
49564
|
+
"offsetX": {
|
|
49565
|
+
"value": 0,
|
|
49566
|
+
"unit": "px"
|
|
49567
|
+
},
|
|
49568
|
+
"offsetY": {
|
|
49569
|
+
"value": 24,
|
|
49570
|
+
"unit": "px"
|
|
49571
|
+
},
|
|
49572
|
+
"blur": {
|
|
49573
|
+
"value": 48,
|
|
49574
|
+
"unit": "px"
|
|
49575
|
+
},
|
|
49576
|
+
"spread": {
|
|
49577
|
+
"value": -12,
|
|
49578
|
+
"unit": "px"
|
|
49579
|
+
}
|
|
49580
|
+
},
|
|
49581
|
+
{
|
|
49582
|
+
"color": "#25292e",
|
|
49583
|
+
"alpha": 0.08,
|
|
49584
|
+
"offsetX": {
|
|
49585
|
+
"value": 0,
|
|
49586
|
+
"unit": "px"
|
|
49587
|
+
},
|
|
49588
|
+
"offsetY": {
|
|
49589
|
+
"value": 48,
|
|
49590
|
+
"unit": "px"
|
|
49591
|
+
},
|
|
49592
|
+
"blur": {
|
|
49593
|
+
"value": 96,
|
|
49594
|
+
"unit": "px"
|
|
49595
|
+
},
|
|
49596
|
+
"spread": {
|
|
49597
|
+
"value": -24,
|
|
49598
|
+
"unit": "px"
|
|
49599
|
+
}
|
|
49600
|
+
}
|
|
49601
|
+
],
|
|
49602
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49603
|
+
"isSource": true,
|
|
49604
|
+
"$type": "shadow"
|
|
49605
|
+
},
|
|
49606
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
49607
|
+
"$value": [
|
|
49608
|
+
{
|
|
49609
|
+
"color": "#454c54",
|
|
49610
|
+
"alpha": 1,
|
|
49611
|
+
"offsetX": {
|
|
49612
|
+
"value": 0,
|
|
49613
|
+
"unit": "px"
|
|
49614
|
+
},
|
|
49615
|
+
"offsetY": {
|
|
49616
|
+
"value": 0,
|
|
49617
|
+
"unit": "px"
|
|
49618
|
+
},
|
|
49619
|
+
"blur": {
|
|
49620
|
+
"value": 0,
|
|
49621
|
+
"unit": "px"
|
|
49622
|
+
},
|
|
49623
|
+
"spread": {
|
|
49624
|
+
"value": 1,
|
|
49625
|
+
"unit": "px"
|
|
49626
|
+
}
|
|
49627
|
+
},
|
|
49628
|
+
{
|
|
49629
|
+
"color": "#25292e",
|
|
49630
|
+
"alpha": 0.08,
|
|
49631
|
+
"offsetX": {
|
|
49632
|
+
"value": 0,
|
|
49633
|
+
"unit": "px"
|
|
49634
|
+
},
|
|
49635
|
+
"offsetY": {
|
|
49636
|
+
"value": 8,
|
|
49637
|
+
"unit": "px"
|
|
49638
|
+
},
|
|
49639
|
+
"blur": {
|
|
49640
|
+
"value": 16,
|
|
49641
|
+
"unit": "px"
|
|
49642
|
+
},
|
|
49643
|
+
"spread": {
|
|
49644
|
+
"value": -4,
|
|
49645
|
+
"unit": "px"
|
|
49646
|
+
}
|
|
49647
|
+
},
|
|
49648
|
+
{
|
|
49649
|
+
"color": "#25292e",
|
|
49650
|
+
"alpha": 0.08,
|
|
49651
|
+
"offsetX": {
|
|
49652
|
+
"value": 0,
|
|
49653
|
+
"unit": "px"
|
|
49654
|
+
},
|
|
49655
|
+
"offsetY": {
|
|
49656
|
+
"value": 4,
|
|
49657
|
+
"unit": "px"
|
|
49658
|
+
},
|
|
49659
|
+
"blur": {
|
|
49660
|
+
"value": 32,
|
|
49661
|
+
"unit": "px"
|
|
49662
|
+
},
|
|
49663
|
+
"spread": {
|
|
49664
|
+
"value": -4,
|
|
49665
|
+
"unit": "px"
|
|
49666
|
+
}
|
|
49667
|
+
},
|
|
49668
|
+
{
|
|
49669
|
+
"color": "#25292e",
|
|
49670
|
+
"alpha": 0.08,
|
|
49671
|
+
"offsetX": {
|
|
49672
|
+
"value": 0,
|
|
49673
|
+
"unit": "px"
|
|
49674
|
+
},
|
|
49675
|
+
"offsetY": {
|
|
49676
|
+
"value": 24,
|
|
49677
|
+
"unit": "px"
|
|
49678
|
+
},
|
|
49679
|
+
"blur": {
|
|
49680
|
+
"value": 48,
|
|
49681
|
+
"unit": "px"
|
|
49682
|
+
},
|
|
49683
|
+
"spread": {
|
|
49684
|
+
"value": -12,
|
|
49685
|
+
"unit": "px"
|
|
49686
|
+
}
|
|
49687
|
+
},
|
|
49688
|
+
{
|
|
49689
|
+
"color": "#25292e",
|
|
49690
|
+
"alpha": 0.08,
|
|
49691
|
+
"offsetX": {
|
|
49692
|
+
"value": 0,
|
|
49693
|
+
"unit": "px"
|
|
49694
|
+
},
|
|
49695
|
+
"offsetY": {
|
|
49696
|
+
"value": 48,
|
|
49697
|
+
"unit": "px"
|
|
49698
|
+
},
|
|
49699
|
+
"blur": {
|
|
49700
|
+
"value": 96,
|
|
49701
|
+
"unit": "px"
|
|
49702
|
+
},
|
|
49703
|
+
"spread": {
|
|
49704
|
+
"value": -24,
|
|
49705
|
+
"unit": "px"
|
|
49706
|
+
}
|
|
49707
|
+
}
|
|
49708
|
+
],
|
|
49709
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49710
|
+
"isSource": true,
|
|
49711
|
+
"$type": "shadow"
|
|
49712
|
+
},
|
|
49713
|
+
"light-tritanopia-high-contrast": {
|
|
49714
|
+
"$value": [
|
|
49715
|
+
{
|
|
49716
|
+
"color": "#454c54",
|
|
49717
|
+
"alpha": 1,
|
|
49718
|
+
"offsetX": {
|
|
49719
|
+
"value": 0,
|
|
49720
|
+
"unit": "px"
|
|
49721
|
+
},
|
|
49722
|
+
"offsetY": {
|
|
49723
|
+
"value": 0,
|
|
49724
|
+
"unit": "px"
|
|
49725
|
+
},
|
|
49726
|
+
"blur": {
|
|
49727
|
+
"value": 0,
|
|
49728
|
+
"unit": "px"
|
|
49729
|
+
},
|
|
49730
|
+
"spread": {
|
|
49731
|
+
"value": 1,
|
|
49732
|
+
"unit": "px"
|
|
49733
|
+
}
|
|
49734
|
+
},
|
|
49735
|
+
{
|
|
49736
|
+
"color": "#25292e",
|
|
49737
|
+
"alpha": 0.08,
|
|
49738
|
+
"offsetX": {
|
|
49739
|
+
"value": 0,
|
|
49740
|
+
"unit": "px"
|
|
49741
|
+
},
|
|
49742
|
+
"offsetY": {
|
|
49743
|
+
"value": 8,
|
|
49744
|
+
"unit": "px"
|
|
49745
|
+
},
|
|
49746
|
+
"blur": {
|
|
49747
|
+
"value": 16,
|
|
49748
|
+
"unit": "px"
|
|
49749
|
+
},
|
|
49750
|
+
"spread": {
|
|
49751
|
+
"value": -4,
|
|
49752
|
+
"unit": "px"
|
|
49753
|
+
}
|
|
49754
|
+
},
|
|
49755
|
+
{
|
|
49756
|
+
"color": "#25292e",
|
|
49757
|
+
"alpha": 0.08,
|
|
49758
|
+
"offsetX": {
|
|
49759
|
+
"value": 0,
|
|
49760
|
+
"unit": "px"
|
|
49761
|
+
},
|
|
49762
|
+
"offsetY": {
|
|
49763
|
+
"value": 4,
|
|
49764
|
+
"unit": "px"
|
|
49765
|
+
},
|
|
49766
|
+
"blur": {
|
|
49767
|
+
"value": 32,
|
|
49768
|
+
"unit": "px"
|
|
49769
|
+
},
|
|
49770
|
+
"spread": {
|
|
49771
|
+
"value": -4,
|
|
49772
|
+
"unit": "px"
|
|
49773
|
+
}
|
|
49774
|
+
},
|
|
49775
|
+
{
|
|
49776
|
+
"color": "#25292e",
|
|
49777
|
+
"alpha": 0.08,
|
|
49778
|
+
"offsetX": {
|
|
49779
|
+
"value": 0,
|
|
49780
|
+
"unit": "px"
|
|
49781
|
+
},
|
|
49782
|
+
"offsetY": {
|
|
49783
|
+
"value": 24,
|
|
49784
|
+
"unit": "px"
|
|
49785
|
+
},
|
|
49786
|
+
"blur": {
|
|
49787
|
+
"value": 48,
|
|
49788
|
+
"unit": "px"
|
|
49789
|
+
},
|
|
49790
|
+
"spread": {
|
|
49791
|
+
"value": -12,
|
|
49792
|
+
"unit": "px"
|
|
49793
|
+
}
|
|
49794
|
+
},
|
|
49795
|
+
{
|
|
49796
|
+
"color": "#25292e",
|
|
49797
|
+
"alpha": 0.08,
|
|
49798
|
+
"offsetX": {
|
|
49799
|
+
"value": 0,
|
|
49800
|
+
"unit": "px"
|
|
49801
|
+
},
|
|
49802
|
+
"offsetY": {
|
|
49803
|
+
"value": 48,
|
|
49804
|
+
"unit": "px"
|
|
49805
|
+
},
|
|
49806
|
+
"blur": {
|
|
49807
|
+
"value": 96,
|
|
49808
|
+
"unit": "px"
|
|
49809
|
+
},
|
|
49810
|
+
"spread": {
|
|
49811
|
+
"value": -24,
|
|
49812
|
+
"unit": "px"
|
|
49813
|
+
}
|
|
49814
|
+
}
|
|
49815
|
+
],
|
|
49816
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49817
|
+
"isSource": true,
|
|
49818
|
+
"$type": "shadow"
|
|
48256
49819
|
}
|
|
48257
49820
|
},
|
|
48258
49821
|
"org.primer.llm": {
|
|
@@ -48266,7 +49829,7 @@
|
|
|
48266
49829
|
"$value": [
|
|
48267
49830
|
{
|
|
48268
49831
|
"color": "{overlay.borderColor}",
|
|
48269
|
-
"alpha":
|
|
49832
|
+
"alpha": 1,
|
|
48270
49833
|
"offsetX": {
|
|
48271
49834
|
"value": 0,
|
|
48272
49835
|
"unit": "px"
|
|
@@ -48479,6 +50042,327 @@
|
|
|
48479
50042
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48480
50043
|
"isSource": true,
|
|
48481
50044
|
"$type": "shadow"
|
|
50045
|
+
},
|
|
50046
|
+
"light-high-contrast": {
|
|
50047
|
+
"$value": [
|
|
50048
|
+
{
|
|
50049
|
+
"color": "{overlay.borderColor}",
|
|
50050
|
+
"alpha": 1,
|
|
50051
|
+
"offsetX": {
|
|
50052
|
+
"value": 0,
|
|
50053
|
+
"unit": "px"
|
|
50054
|
+
},
|
|
50055
|
+
"offsetY": {
|
|
50056
|
+
"value": 0,
|
|
50057
|
+
"unit": "px"
|
|
50058
|
+
},
|
|
50059
|
+
"blur": {
|
|
50060
|
+
"value": 0,
|
|
50061
|
+
"unit": "px"
|
|
50062
|
+
},
|
|
50063
|
+
"spread": {
|
|
50064
|
+
"value": 1,
|
|
50065
|
+
"unit": "px"
|
|
50066
|
+
}
|
|
50067
|
+
},
|
|
50068
|
+
{
|
|
50069
|
+
"color": "{base.color.neutral.12}",
|
|
50070
|
+
"alpha": 0.08,
|
|
50071
|
+
"offsetX": {
|
|
50072
|
+
"value": 0,
|
|
50073
|
+
"unit": "px"
|
|
50074
|
+
},
|
|
50075
|
+
"offsetY": {
|
|
50076
|
+
"value": 8,
|
|
50077
|
+
"unit": "px"
|
|
50078
|
+
},
|
|
50079
|
+
"blur": {
|
|
50080
|
+
"value": 16,
|
|
50081
|
+
"unit": "px"
|
|
50082
|
+
},
|
|
50083
|
+
"spread": {
|
|
50084
|
+
"value": -4,
|
|
50085
|
+
"unit": "px"
|
|
50086
|
+
}
|
|
50087
|
+
},
|
|
50088
|
+
{
|
|
50089
|
+
"color": "{base.color.neutral.12}",
|
|
50090
|
+
"alpha": 0.08,
|
|
50091
|
+
"offsetX": {
|
|
50092
|
+
"value": 0,
|
|
50093
|
+
"unit": "px"
|
|
50094
|
+
},
|
|
50095
|
+
"offsetY": {
|
|
50096
|
+
"value": 4,
|
|
50097
|
+
"unit": "px"
|
|
50098
|
+
},
|
|
50099
|
+
"blur": {
|
|
50100
|
+
"value": 32,
|
|
50101
|
+
"unit": "px"
|
|
50102
|
+
},
|
|
50103
|
+
"spread": {
|
|
50104
|
+
"value": -4,
|
|
50105
|
+
"unit": "px"
|
|
50106
|
+
}
|
|
50107
|
+
},
|
|
50108
|
+
{
|
|
50109
|
+
"color": "{base.color.neutral.12}",
|
|
50110
|
+
"alpha": 0.08,
|
|
50111
|
+
"offsetX": {
|
|
50112
|
+
"value": 0,
|
|
50113
|
+
"unit": "px"
|
|
50114
|
+
},
|
|
50115
|
+
"offsetY": {
|
|
50116
|
+
"value": 24,
|
|
50117
|
+
"unit": "px"
|
|
50118
|
+
},
|
|
50119
|
+
"blur": {
|
|
50120
|
+
"value": 48,
|
|
50121
|
+
"unit": "px"
|
|
50122
|
+
},
|
|
50123
|
+
"spread": {
|
|
50124
|
+
"value": -12,
|
|
50125
|
+
"unit": "px"
|
|
50126
|
+
}
|
|
50127
|
+
},
|
|
50128
|
+
{
|
|
50129
|
+
"color": "{base.color.neutral.12}",
|
|
50130
|
+
"alpha": 0.08,
|
|
50131
|
+
"offsetX": {
|
|
50132
|
+
"value": 0,
|
|
50133
|
+
"unit": "px"
|
|
50134
|
+
},
|
|
50135
|
+
"offsetY": {
|
|
50136
|
+
"value": 48,
|
|
50137
|
+
"unit": "px"
|
|
50138
|
+
},
|
|
50139
|
+
"blur": {
|
|
50140
|
+
"value": 96,
|
|
50141
|
+
"unit": "px"
|
|
50142
|
+
},
|
|
50143
|
+
"spread": {
|
|
50144
|
+
"value": -24,
|
|
50145
|
+
"unit": "px"
|
|
50146
|
+
}
|
|
50147
|
+
}
|
|
50148
|
+
],
|
|
50149
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50150
|
+
"isSource": true,
|
|
50151
|
+
"$type": "shadow"
|
|
50152
|
+
},
|
|
50153
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
50154
|
+
"$value": [
|
|
50155
|
+
{
|
|
50156
|
+
"color": "{overlay.borderColor}",
|
|
50157
|
+
"alpha": 1,
|
|
50158
|
+
"offsetX": {
|
|
50159
|
+
"value": 0,
|
|
50160
|
+
"unit": "px"
|
|
50161
|
+
},
|
|
50162
|
+
"offsetY": {
|
|
50163
|
+
"value": 0,
|
|
50164
|
+
"unit": "px"
|
|
50165
|
+
},
|
|
50166
|
+
"blur": {
|
|
50167
|
+
"value": 0,
|
|
50168
|
+
"unit": "px"
|
|
50169
|
+
},
|
|
50170
|
+
"spread": {
|
|
50171
|
+
"value": 1,
|
|
50172
|
+
"unit": "px"
|
|
50173
|
+
}
|
|
50174
|
+
},
|
|
50175
|
+
{
|
|
50176
|
+
"color": "{base.color.neutral.12}",
|
|
50177
|
+
"alpha": 0.08,
|
|
50178
|
+
"offsetX": {
|
|
50179
|
+
"value": 0,
|
|
50180
|
+
"unit": "px"
|
|
50181
|
+
},
|
|
50182
|
+
"offsetY": {
|
|
50183
|
+
"value": 8,
|
|
50184
|
+
"unit": "px"
|
|
50185
|
+
},
|
|
50186
|
+
"blur": {
|
|
50187
|
+
"value": 16,
|
|
50188
|
+
"unit": "px"
|
|
50189
|
+
},
|
|
50190
|
+
"spread": {
|
|
50191
|
+
"value": -4,
|
|
50192
|
+
"unit": "px"
|
|
50193
|
+
}
|
|
50194
|
+
},
|
|
50195
|
+
{
|
|
50196
|
+
"color": "{base.color.neutral.12}",
|
|
50197
|
+
"alpha": 0.08,
|
|
50198
|
+
"offsetX": {
|
|
50199
|
+
"value": 0,
|
|
50200
|
+
"unit": "px"
|
|
50201
|
+
},
|
|
50202
|
+
"offsetY": {
|
|
50203
|
+
"value": 4,
|
|
50204
|
+
"unit": "px"
|
|
50205
|
+
},
|
|
50206
|
+
"blur": {
|
|
50207
|
+
"value": 32,
|
|
50208
|
+
"unit": "px"
|
|
50209
|
+
},
|
|
50210
|
+
"spread": {
|
|
50211
|
+
"value": -4,
|
|
50212
|
+
"unit": "px"
|
|
50213
|
+
}
|
|
50214
|
+
},
|
|
50215
|
+
{
|
|
50216
|
+
"color": "{base.color.neutral.12}",
|
|
50217
|
+
"alpha": 0.08,
|
|
50218
|
+
"offsetX": {
|
|
50219
|
+
"value": 0,
|
|
50220
|
+
"unit": "px"
|
|
50221
|
+
},
|
|
50222
|
+
"offsetY": {
|
|
50223
|
+
"value": 24,
|
|
50224
|
+
"unit": "px"
|
|
50225
|
+
},
|
|
50226
|
+
"blur": {
|
|
50227
|
+
"value": 48,
|
|
50228
|
+
"unit": "px"
|
|
50229
|
+
},
|
|
50230
|
+
"spread": {
|
|
50231
|
+
"value": -12,
|
|
50232
|
+
"unit": "px"
|
|
50233
|
+
}
|
|
50234
|
+
},
|
|
50235
|
+
{
|
|
50236
|
+
"color": "{base.color.neutral.12}",
|
|
50237
|
+
"alpha": 0.08,
|
|
50238
|
+
"offsetX": {
|
|
50239
|
+
"value": 0,
|
|
50240
|
+
"unit": "px"
|
|
50241
|
+
},
|
|
50242
|
+
"offsetY": {
|
|
50243
|
+
"value": 48,
|
|
50244
|
+
"unit": "px"
|
|
50245
|
+
},
|
|
50246
|
+
"blur": {
|
|
50247
|
+
"value": 96,
|
|
50248
|
+
"unit": "px"
|
|
50249
|
+
},
|
|
50250
|
+
"spread": {
|
|
50251
|
+
"value": -24,
|
|
50252
|
+
"unit": "px"
|
|
50253
|
+
}
|
|
50254
|
+
}
|
|
50255
|
+
],
|
|
50256
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50257
|
+
"isSource": true,
|
|
50258
|
+
"$type": "shadow"
|
|
50259
|
+
},
|
|
50260
|
+
"light-tritanopia-high-contrast": {
|
|
50261
|
+
"$value": [
|
|
50262
|
+
{
|
|
50263
|
+
"color": "{overlay.borderColor}",
|
|
50264
|
+
"alpha": 1,
|
|
50265
|
+
"offsetX": {
|
|
50266
|
+
"value": 0,
|
|
50267
|
+
"unit": "px"
|
|
50268
|
+
},
|
|
50269
|
+
"offsetY": {
|
|
50270
|
+
"value": 0,
|
|
50271
|
+
"unit": "px"
|
|
50272
|
+
},
|
|
50273
|
+
"blur": {
|
|
50274
|
+
"value": 0,
|
|
50275
|
+
"unit": "px"
|
|
50276
|
+
},
|
|
50277
|
+
"spread": {
|
|
50278
|
+
"value": 1,
|
|
50279
|
+
"unit": "px"
|
|
50280
|
+
}
|
|
50281
|
+
},
|
|
50282
|
+
{
|
|
50283
|
+
"color": "{base.color.neutral.12}",
|
|
50284
|
+
"alpha": 0.08,
|
|
50285
|
+
"offsetX": {
|
|
50286
|
+
"value": 0,
|
|
50287
|
+
"unit": "px"
|
|
50288
|
+
},
|
|
50289
|
+
"offsetY": {
|
|
50290
|
+
"value": 8,
|
|
50291
|
+
"unit": "px"
|
|
50292
|
+
},
|
|
50293
|
+
"blur": {
|
|
50294
|
+
"value": 16,
|
|
50295
|
+
"unit": "px"
|
|
50296
|
+
},
|
|
50297
|
+
"spread": {
|
|
50298
|
+
"value": -4,
|
|
50299
|
+
"unit": "px"
|
|
50300
|
+
}
|
|
50301
|
+
},
|
|
50302
|
+
{
|
|
50303
|
+
"color": "{base.color.neutral.12}",
|
|
50304
|
+
"alpha": 0.08,
|
|
50305
|
+
"offsetX": {
|
|
50306
|
+
"value": 0,
|
|
50307
|
+
"unit": "px"
|
|
50308
|
+
},
|
|
50309
|
+
"offsetY": {
|
|
50310
|
+
"value": 4,
|
|
50311
|
+
"unit": "px"
|
|
50312
|
+
},
|
|
50313
|
+
"blur": {
|
|
50314
|
+
"value": 32,
|
|
50315
|
+
"unit": "px"
|
|
50316
|
+
},
|
|
50317
|
+
"spread": {
|
|
50318
|
+
"value": -4,
|
|
50319
|
+
"unit": "px"
|
|
50320
|
+
}
|
|
50321
|
+
},
|
|
50322
|
+
{
|
|
50323
|
+
"color": "{base.color.neutral.12}",
|
|
50324
|
+
"alpha": 0.08,
|
|
50325
|
+
"offsetX": {
|
|
50326
|
+
"value": 0,
|
|
50327
|
+
"unit": "px"
|
|
50328
|
+
},
|
|
50329
|
+
"offsetY": {
|
|
50330
|
+
"value": 24,
|
|
50331
|
+
"unit": "px"
|
|
50332
|
+
},
|
|
50333
|
+
"blur": {
|
|
50334
|
+
"value": 48,
|
|
50335
|
+
"unit": "px"
|
|
50336
|
+
},
|
|
50337
|
+
"spread": {
|
|
50338
|
+
"value": -12,
|
|
50339
|
+
"unit": "px"
|
|
50340
|
+
}
|
|
50341
|
+
},
|
|
50342
|
+
{
|
|
50343
|
+
"color": "{base.color.neutral.12}",
|
|
50344
|
+
"alpha": 0.08,
|
|
50345
|
+
"offsetX": {
|
|
50346
|
+
"value": 0,
|
|
50347
|
+
"unit": "px"
|
|
50348
|
+
},
|
|
50349
|
+
"offsetY": {
|
|
50350
|
+
"value": 48,
|
|
50351
|
+
"unit": "px"
|
|
50352
|
+
},
|
|
50353
|
+
"blur": {
|
|
50354
|
+
"value": 96,
|
|
50355
|
+
"unit": "px"
|
|
50356
|
+
},
|
|
50357
|
+
"spread": {
|
|
50358
|
+
"value": -24,
|
|
50359
|
+
"unit": "px"
|
|
50360
|
+
}
|
|
50361
|
+
}
|
|
50362
|
+
],
|
|
50363
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50364
|
+
"isSource": true,
|
|
50365
|
+
"$type": "shadow"
|
|
48482
50366
|
}
|
|
48483
50367
|
},
|
|
48484
50368
|
"org.primer.llm": {
|
|
@@ -48785,6 +50669,147 @@
|
|
|
48785
50669
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48786
50670
|
"isSource": true,
|
|
48787
50671
|
"$type": "shadow"
|
|
50672
|
+
},
|
|
50673
|
+
"light-high-contrast": {
|
|
50674
|
+
"$value": [
|
|
50675
|
+
{
|
|
50676
|
+
"color": "#454c54",
|
|
50677
|
+
"alpha": 1,
|
|
50678
|
+
"offsetX": {
|
|
50679
|
+
"value": 0,
|
|
50680
|
+
"unit": "px"
|
|
50681
|
+
},
|
|
50682
|
+
"offsetY": {
|
|
50683
|
+
"value": 0,
|
|
50684
|
+
"unit": "px"
|
|
50685
|
+
},
|
|
50686
|
+
"blur": {
|
|
50687
|
+
"value": 0,
|
|
50688
|
+
"unit": "px"
|
|
50689
|
+
},
|
|
50690
|
+
"spread": {
|
|
50691
|
+
"value": 1,
|
|
50692
|
+
"unit": "px"
|
|
50693
|
+
}
|
|
50694
|
+
},
|
|
50695
|
+
{
|
|
50696
|
+
"color": "#25292e",
|
|
50697
|
+
"alpha": 0.32,
|
|
50698
|
+
"offsetX": {
|
|
50699
|
+
"value": 0,
|
|
50700
|
+
"unit": "px"
|
|
50701
|
+
},
|
|
50702
|
+
"offsetY": {
|
|
50703
|
+
"value": 56,
|
|
50704
|
+
"unit": "px"
|
|
50705
|
+
},
|
|
50706
|
+
"blur": {
|
|
50707
|
+
"value": 112,
|
|
50708
|
+
"unit": "px"
|
|
50709
|
+
},
|
|
50710
|
+
"spread": {
|
|
50711
|
+
"value": 0,
|
|
50712
|
+
"unit": "px"
|
|
50713
|
+
}
|
|
50714
|
+
}
|
|
50715
|
+
],
|
|
50716
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50717
|
+
"isSource": true,
|
|
50718
|
+
"$type": "shadow"
|
|
50719
|
+
},
|
|
50720
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
50721
|
+
"$value": [
|
|
50722
|
+
{
|
|
50723
|
+
"color": "#454c54",
|
|
50724
|
+
"alpha": 1,
|
|
50725
|
+
"offsetX": {
|
|
50726
|
+
"value": 0,
|
|
50727
|
+
"unit": "px"
|
|
50728
|
+
},
|
|
50729
|
+
"offsetY": {
|
|
50730
|
+
"value": 0,
|
|
50731
|
+
"unit": "px"
|
|
50732
|
+
},
|
|
50733
|
+
"blur": {
|
|
50734
|
+
"value": 0,
|
|
50735
|
+
"unit": "px"
|
|
50736
|
+
},
|
|
50737
|
+
"spread": {
|
|
50738
|
+
"value": 1,
|
|
50739
|
+
"unit": "px"
|
|
50740
|
+
}
|
|
50741
|
+
},
|
|
50742
|
+
{
|
|
50743
|
+
"color": "#25292e",
|
|
50744
|
+
"alpha": 0.32,
|
|
50745
|
+
"offsetX": {
|
|
50746
|
+
"value": 0,
|
|
50747
|
+
"unit": "px"
|
|
50748
|
+
},
|
|
50749
|
+
"offsetY": {
|
|
50750
|
+
"value": 56,
|
|
50751
|
+
"unit": "px"
|
|
50752
|
+
},
|
|
50753
|
+
"blur": {
|
|
50754
|
+
"value": 112,
|
|
50755
|
+
"unit": "px"
|
|
50756
|
+
},
|
|
50757
|
+
"spread": {
|
|
50758
|
+
"value": 0,
|
|
50759
|
+
"unit": "px"
|
|
50760
|
+
}
|
|
50761
|
+
}
|
|
50762
|
+
],
|
|
50763
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50764
|
+
"isSource": true,
|
|
50765
|
+
"$type": "shadow"
|
|
50766
|
+
},
|
|
50767
|
+
"light-tritanopia-high-contrast": {
|
|
50768
|
+
"$value": [
|
|
50769
|
+
{
|
|
50770
|
+
"color": "#454c54",
|
|
50771
|
+
"alpha": 1,
|
|
50772
|
+
"offsetX": {
|
|
50773
|
+
"value": 0,
|
|
50774
|
+
"unit": "px"
|
|
50775
|
+
},
|
|
50776
|
+
"offsetY": {
|
|
50777
|
+
"value": 0,
|
|
50778
|
+
"unit": "px"
|
|
50779
|
+
},
|
|
50780
|
+
"blur": {
|
|
50781
|
+
"value": 0,
|
|
50782
|
+
"unit": "px"
|
|
50783
|
+
},
|
|
50784
|
+
"spread": {
|
|
50785
|
+
"value": 1,
|
|
50786
|
+
"unit": "px"
|
|
50787
|
+
}
|
|
50788
|
+
},
|
|
50789
|
+
{
|
|
50790
|
+
"color": "#25292e",
|
|
50791
|
+
"alpha": 0.32,
|
|
50792
|
+
"offsetX": {
|
|
50793
|
+
"value": 0,
|
|
50794
|
+
"unit": "px"
|
|
50795
|
+
},
|
|
50796
|
+
"offsetY": {
|
|
50797
|
+
"value": 56,
|
|
50798
|
+
"unit": "px"
|
|
50799
|
+
},
|
|
50800
|
+
"blur": {
|
|
50801
|
+
"value": 112,
|
|
50802
|
+
"unit": "px"
|
|
50803
|
+
},
|
|
50804
|
+
"spread": {
|
|
50805
|
+
"value": 0,
|
|
50806
|
+
"unit": "px"
|
|
50807
|
+
}
|
|
50808
|
+
}
|
|
50809
|
+
],
|
|
50810
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50811
|
+
"isSource": true,
|
|
50812
|
+
"$type": "shadow"
|
|
48788
50813
|
}
|
|
48789
50814
|
},
|
|
48790
50815
|
"org.primer.llm": {
|
|
@@ -48798,7 +50823,7 @@
|
|
|
48798
50823
|
"$value": [
|
|
48799
50824
|
{
|
|
48800
50825
|
"color": "{overlay.borderColor}",
|
|
48801
|
-
"alpha":
|
|
50826
|
+
"alpha": 1,
|
|
48802
50827
|
"offsetX": {
|
|
48803
50828
|
"value": 0,
|
|
48804
50829
|
"unit": "px"
|
|
@@ -48891,6 +50916,147 @@
|
|
|
48891
50916
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48892
50917
|
"isSource": true,
|
|
48893
50918
|
"$type": "shadow"
|
|
50919
|
+
},
|
|
50920
|
+
"light-high-contrast": {
|
|
50921
|
+
"$value": [
|
|
50922
|
+
{
|
|
50923
|
+
"color": "{overlay.borderColor}",
|
|
50924
|
+
"alpha": 1,
|
|
50925
|
+
"offsetX": {
|
|
50926
|
+
"value": 0,
|
|
50927
|
+
"unit": "px"
|
|
50928
|
+
},
|
|
50929
|
+
"offsetY": {
|
|
50930
|
+
"value": 0,
|
|
50931
|
+
"unit": "px"
|
|
50932
|
+
},
|
|
50933
|
+
"blur": {
|
|
50934
|
+
"value": 0,
|
|
50935
|
+
"unit": "px"
|
|
50936
|
+
},
|
|
50937
|
+
"spread": {
|
|
50938
|
+
"value": 1,
|
|
50939
|
+
"unit": "px"
|
|
50940
|
+
}
|
|
50941
|
+
},
|
|
50942
|
+
{
|
|
50943
|
+
"color": "{base.color.neutral.12}",
|
|
50944
|
+
"alpha": 0.32,
|
|
50945
|
+
"offsetX": {
|
|
50946
|
+
"value": 0,
|
|
50947
|
+
"unit": "px"
|
|
50948
|
+
},
|
|
50949
|
+
"offsetY": {
|
|
50950
|
+
"value": 56,
|
|
50951
|
+
"unit": "px"
|
|
50952
|
+
},
|
|
50953
|
+
"blur": {
|
|
50954
|
+
"value": 112,
|
|
50955
|
+
"unit": "px"
|
|
50956
|
+
},
|
|
50957
|
+
"spread": {
|
|
50958
|
+
"value": 0,
|
|
50959
|
+
"unit": "px"
|
|
50960
|
+
}
|
|
50961
|
+
}
|
|
50962
|
+
],
|
|
50963
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50964
|
+
"isSource": true,
|
|
50965
|
+
"$type": "shadow"
|
|
50966
|
+
},
|
|
50967
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
50968
|
+
"$value": [
|
|
50969
|
+
{
|
|
50970
|
+
"color": "{overlay.borderColor}",
|
|
50971
|
+
"alpha": 1,
|
|
50972
|
+
"offsetX": {
|
|
50973
|
+
"value": 0,
|
|
50974
|
+
"unit": "px"
|
|
50975
|
+
},
|
|
50976
|
+
"offsetY": {
|
|
50977
|
+
"value": 0,
|
|
50978
|
+
"unit": "px"
|
|
50979
|
+
},
|
|
50980
|
+
"blur": {
|
|
50981
|
+
"value": 0,
|
|
50982
|
+
"unit": "px"
|
|
50983
|
+
},
|
|
50984
|
+
"spread": {
|
|
50985
|
+
"value": 1,
|
|
50986
|
+
"unit": "px"
|
|
50987
|
+
}
|
|
50988
|
+
},
|
|
50989
|
+
{
|
|
50990
|
+
"color": "{base.color.neutral.12}",
|
|
50991
|
+
"alpha": 0.32,
|
|
50992
|
+
"offsetX": {
|
|
50993
|
+
"value": 0,
|
|
50994
|
+
"unit": "px"
|
|
50995
|
+
},
|
|
50996
|
+
"offsetY": {
|
|
50997
|
+
"value": 56,
|
|
50998
|
+
"unit": "px"
|
|
50999
|
+
},
|
|
51000
|
+
"blur": {
|
|
51001
|
+
"value": 112,
|
|
51002
|
+
"unit": "px"
|
|
51003
|
+
},
|
|
51004
|
+
"spread": {
|
|
51005
|
+
"value": 0,
|
|
51006
|
+
"unit": "px"
|
|
51007
|
+
}
|
|
51008
|
+
}
|
|
51009
|
+
],
|
|
51010
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
51011
|
+
"isSource": true,
|
|
51012
|
+
"$type": "shadow"
|
|
51013
|
+
},
|
|
51014
|
+
"light-tritanopia-high-contrast": {
|
|
51015
|
+
"$value": [
|
|
51016
|
+
{
|
|
51017
|
+
"color": "{overlay.borderColor}",
|
|
51018
|
+
"alpha": 1,
|
|
51019
|
+
"offsetX": {
|
|
51020
|
+
"value": 0,
|
|
51021
|
+
"unit": "px"
|
|
51022
|
+
},
|
|
51023
|
+
"offsetY": {
|
|
51024
|
+
"value": 0,
|
|
51025
|
+
"unit": "px"
|
|
51026
|
+
},
|
|
51027
|
+
"blur": {
|
|
51028
|
+
"value": 0,
|
|
51029
|
+
"unit": "px"
|
|
51030
|
+
},
|
|
51031
|
+
"spread": {
|
|
51032
|
+
"value": 1,
|
|
51033
|
+
"unit": "px"
|
|
51034
|
+
}
|
|
51035
|
+
},
|
|
51036
|
+
{
|
|
51037
|
+
"color": "{base.color.neutral.12}",
|
|
51038
|
+
"alpha": 0.32,
|
|
51039
|
+
"offsetX": {
|
|
51040
|
+
"value": 0,
|
|
51041
|
+
"unit": "px"
|
|
51042
|
+
},
|
|
51043
|
+
"offsetY": {
|
|
51044
|
+
"value": 56,
|
|
51045
|
+
"unit": "px"
|
|
51046
|
+
},
|
|
51047
|
+
"blur": {
|
|
51048
|
+
"value": 112,
|
|
51049
|
+
"unit": "px"
|
|
51050
|
+
},
|
|
51051
|
+
"spread": {
|
|
51052
|
+
"value": 0,
|
|
51053
|
+
"unit": "px"
|
|
51054
|
+
}
|
|
51055
|
+
}
|
|
51056
|
+
],
|
|
51057
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
51058
|
+
"isSource": true,
|
|
51059
|
+
"$type": "shadow"
|
|
48894
51060
|
}
|
|
48895
51061
|
},
|
|
48896
51062
|
"org.primer.llm": {
|