@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
|
@@ -2080,7 +2080,11 @@
|
|
|
2080
2080
|
"$type": "color"
|
|
2081
2081
|
},
|
|
2082
2082
|
"dark-tritanopia": {
|
|
2083
|
-
"$value":
|
|
2083
|
+
"$value": {
|
|
2084
|
+
"colorSpace": "hsl",
|
|
2085
|
+
"components": [328, 62.9, 62],
|
|
2086
|
+
"hex": "#db61a2"
|
|
2087
|
+
},
|
|
2084
2088
|
"alpha": 0.1,
|
|
2085
2089
|
"filePath": "src/tokens/functional/color/bgColor.json5",
|
|
2086
2090
|
"isSource": true,
|
|
@@ -2116,7 +2120,11 @@
|
|
|
2116
2120
|
"$type": "color"
|
|
2117
2121
|
},
|
|
2118
2122
|
"dark-tritanopia": {
|
|
2119
|
-
"$value":
|
|
2123
|
+
"$value": {
|
|
2124
|
+
"colorSpace": "hsl",
|
|
2125
|
+
"components": [328, 62.9, 62],
|
|
2126
|
+
"hex": "#db61a2"
|
|
2127
|
+
},
|
|
2120
2128
|
"alpha": 0.1,
|
|
2121
2129
|
"filePath": "src/tokens/functional/color/bgColor.json5",
|
|
2122
2130
|
"isSource": true,
|
|
@@ -2782,6 +2790,52 @@
|
|
|
2782
2790
|
"attributes": {},
|
|
2783
2791
|
"path": ["border", "done", "muted"]
|
|
2784
2792
|
},
|
|
2793
|
+
"border-draft-emphasis": {
|
|
2794
|
+
"key": "{border.draft.emphasis}",
|
|
2795
|
+
"$value": {
|
|
2796
|
+
"color": "#59636e",
|
|
2797
|
+
"style": "solid",
|
|
2798
|
+
"width": ["0.0625rem", "1px"]
|
|
2799
|
+
},
|
|
2800
|
+
"$type": "border",
|
|
2801
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
2802
|
+
"isSource": true,
|
|
2803
|
+
"original": {
|
|
2804
|
+
"$value": {
|
|
2805
|
+
"color": "{borderColor.draft.emphasis}",
|
|
2806
|
+
"style": "solid",
|
|
2807
|
+
"width": "{borderWidth.default}"
|
|
2808
|
+
},
|
|
2809
|
+
"$type": "border",
|
|
2810
|
+
"key": "{border.draft.emphasis}"
|
|
2811
|
+
},
|
|
2812
|
+
"name": "border-draft-emphasis",
|
|
2813
|
+
"attributes": {},
|
|
2814
|
+
"path": ["border", "draft", "emphasis"]
|
|
2815
|
+
},
|
|
2816
|
+
"border-draft-muted": {
|
|
2817
|
+
"key": "{border.draft.muted}",
|
|
2818
|
+
"$value": {
|
|
2819
|
+
"color": "#d1d9e066",
|
|
2820
|
+
"style": "solid",
|
|
2821
|
+
"width": ["0.0625rem", "1px"]
|
|
2822
|
+
},
|
|
2823
|
+
"$type": "border",
|
|
2824
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
2825
|
+
"isSource": true,
|
|
2826
|
+
"original": {
|
|
2827
|
+
"$value": {
|
|
2828
|
+
"color": "{borderColor.draft.muted}",
|
|
2829
|
+
"style": "solid",
|
|
2830
|
+
"width": "{borderWidth.default}"
|
|
2831
|
+
},
|
|
2832
|
+
"$type": "border",
|
|
2833
|
+
"key": "{border.draft.muted}"
|
|
2834
|
+
},
|
|
2835
|
+
"name": "border-draft-muted",
|
|
2836
|
+
"attributes": {},
|
|
2837
|
+
"path": ["border", "draft", "muted"]
|
|
2838
|
+
},
|
|
2785
2839
|
"border-emphasis": {
|
|
2786
2840
|
"key": "{border.emphasis}",
|
|
2787
2841
|
"$value": {
|
|
@@ -3050,6 +3104,31 @@
|
|
|
3050
3104
|
"attributes": {},
|
|
3051
3105
|
"path": ["border", "success", "muted"]
|
|
3052
3106
|
},
|
|
3107
|
+
"border-translucent": {
|
|
3108
|
+
"key": "{border.translucent}",
|
|
3109
|
+
"$description": "Semi-transparent border shorthand for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
|
|
3110
|
+
"$value": {
|
|
3111
|
+
"color": "#1f232826",
|
|
3112
|
+
"style": "solid",
|
|
3113
|
+
"width": ["0.0625rem", "1px"]
|
|
3114
|
+
},
|
|
3115
|
+
"$type": "border",
|
|
3116
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
3117
|
+
"isSource": true,
|
|
3118
|
+
"original": {
|
|
3119
|
+
"$description": "Semi-transparent border shorthand for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
|
|
3120
|
+
"$value": {
|
|
3121
|
+
"color": "{borderColor.translucent}",
|
|
3122
|
+
"style": "solid",
|
|
3123
|
+
"width": "{borderWidth.default}"
|
|
3124
|
+
},
|
|
3125
|
+
"$type": "border",
|
|
3126
|
+
"key": "{border.translucent}"
|
|
3127
|
+
},
|
|
3128
|
+
"name": "border-translucent",
|
|
3129
|
+
"attributes": {},
|
|
3130
|
+
"path": ["border", "translucent"]
|
|
3131
|
+
},
|
|
3053
3132
|
"border-transparent": {
|
|
3054
3133
|
"key": "{border.transparent}",
|
|
3055
3134
|
"$value": {
|
|
@@ -5859,7 +5938,7 @@
|
|
|
5859
5938
|
"key": "{borderColor.translucent}",
|
|
5860
5939
|
"$value": "#1f232826",
|
|
5861
5940
|
"$type": "color",
|
|
5862
|
-
"$description": "Semi-transparent border for overlays and layered elements",
|
|
5941
|
+
"$description": "Semi-transparent border for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
|
|
5863
5942
|
"$extensions": {
|
|
5864
5943
|
"org.primer.figma": {
|
|
5865
5944
|
"collection": "mode",
|
|
@@ -5928,7 +6007,7 @@
|
|
|
5928
6007
|
"original": {
|
|
5929
6008
|
"$value": "{base.color.neutral.13}",
|
|
5930
6009
|
"$type": "color",
|
|
5931
|
-
"$description": "Semi-transparent border for overlays and layered elements",
|
|
6010
|
+
"$description": "Semi-transparent border for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
|
|
5932
6011
|
"$extensions": {
|
|
5933
6012
|
"org.primer.figma": {
|
|
5934
6013
|
"collection": "mode",
|
|
@@ -6720,13 +6799,21 @@
|
|
|
6720
6799
|
"$type": "color"
|
|
6721
6800
|
},
|
|
6722
6801
|
"dark-dimmed-high-contrast": {
|
|
6723
|
-
"$value":
|
|
6802
|
+
"$value": {
|
|
6803
|
+
"colorSpace": "hsl",
|
|
6804
|
+
"components": [0, 0, 100],
|
|
6805
|
+
"hex": "#ffffff"
|
|
6806
|
+
},
|
|
6724
6807
|
"filePath": "src/tokens/component/button.json5",
|
|
6725
6808
|
"isSource": true,
|
|
6726
6809
|
"$type": "color"
|
|
6727
6810
|
},
|
|
6728
6811
|
"dark-dimmed": {
|
|
6729
|
-
"$value":
|
|
6812
|
+
"$value": {
|
|
6813
|
+
"colorSpace": "hsl",
|
|
6814
|
+
"components": [0, 0, 100],
|
|
6815
|
+
"hex": "#ffffff"
|
|
6816
|
+
},
|
|
6730
6817
|
"filePath": "src/tokens/component/button.json5",
|
|
6731
6818
|
"isSource": true,
|
|
6732
6819
|
"$type": "color"
|
|
@@ -6752,13 +6839,21 @@
|
|
|
6752
6839
|
"$type": "color"
|
|
6753
6840
|
},
|
|
6754
6841
|
"dark-dimmed-high-contrast": {
|
|
6755
|
-
"$value":
|
|
6842
|
+
"$value": {
|
|
6843
|
+
"colorSpace": "hsl",
|
|
6844
|
+
"components": [0, 0, 100],
|
|
6845
|
+
"hex": "#ffffff"
|
|
6846
|
+
},
|
|
6756
6847
|
"filePath": "src/tokens/component/button.json5",
|
|
6757
6848
|
"isSource": true,
|
|
6758
6849
|
"$type": "color"
|
|
6759
6850
|
},
|
|
6760
6851
|
"dark-dimmed": {
|
|
6761
|
-
"$value":
|
|
6852
|
+
"$value": {
|
|
6853
|
+
"colorSpace": "hsl",
|
|
6854
|
+
"components": [0, 0, 100],
|
|
6855
|
+
"hex": "#ffffff"
|
|
6856
|
+
},
|
|
6762
6857
|
"filePath": "src/tokens/component/button.json5",
|
|
6763
6858
|
"isSource": true,
|
|
6764
6859
|
"$type": "color"
|
|
@@ -6838,13 +6933,21 @@
|
|
|
6838
6933
|
"$type": "color"
|
|
6839
6934
|
},
|
|
6840
6935
|
"dark-dimmed-high-contrast": {
|
|
6841
|
-
"$value":
|
|
6936
|
+
"$value": {
|
|
6937
|
+
"colorSpace": "hsl",
|
|
6938
|
+
"components": [0, 0, 100],
|
|
6939
|
+
"hex": "#ffffff"
|
|
6940
|
+
},
|
|
6842
6941
|
"filePath": "src/tokens/component/button.json5",
|
|
6843
6942
|
"isSource": true,
|
|
6844
6943
|
"$type": "color"
|
|
6845
6944
|
},
|
|
6846
6945
|
"dark-dimmed": {
|
|
6847
|
-
"$value":
|
|
6946
|
+
"$value": {
|
|
6947
|
+
"colorSpace": "hsl",
|
|
6948
|
+
"components": [0, 0, 100],
|
|
6949
|
+
"hex": "#ffffff"
|
|
6950
|
+
},
|
|
6848
6951
|
"filePath": "src/tokens/component/button.json5",
|
|
6849
6952
|
"isSource": true,
|
|
6850
6953
|
"$type": "color"
|
|
@@ -6870,13 +6973,21 @@
|
|
|
6870
6973
|
"$type": "color"
|
|
6871
6974
|
},
|
|
6872
6975
|
"dark-dimmed-high-contrast": {
|
|
6873
|
-
"$value":
|
|
6976
|
+
"$value": {
|
|
6977
|
+
"colorSpace": "hsl",
|
|
6978
|
+
"components": [0, 0, 100],
|
|
6979
|
+
"hex": "#ffffff"
|
|
6980
|
+
},
|
|
6874
6981
|
"filePath": "src/tokens/component/button.json5",
|
|
6875
6982
|
"isSource": true,
|
|
6876
6983
|
"$type": "color"
|
|
6877
6984
|
},
|
|
6878
6985
|
"dark-dimmed": {
|
|
6879
|
-
"$value":
|
|
6986
|
+
"$value": {
|
|
6987
|
+
"colorSpace": "hsl",
|
|
6988
|
+
"components": [0, 0, 100],
|
|
6989
|
+
"hex": "#ffffff"
|
|
6990
|
+
},
|
|
6880
6991
|
"filePath": "src/tokens/component/button.json5",
|
|
6881
6992
|
"isSource": true,
|
|
6882
6993
|
"$type": "color"
|
|
@@ -6901,13 +7012,21 @@
|
|
|
6901
7012
|
},
|
|
6902
7013
|
"org.primer.overrides": {
|
|
6903
7014
|
"dark": {
|
|
6904
|
-
"$value":
|
|
7015
|
+
"$value": {
|
|
7016
|
+
"colorSpace": "hsl",
|
|
7017
|
+
"components": [3.3, 94.3, 65.7],
|
|
7018
|
+
"hex": "#FA5E55"
|
|
7019
|
+
},
|
|
6905
7020
|
"filePath": "src/tokens/component/button.json5",
|
|
6906
7021
|
"isSource": true,
|
|
6907
7022
|
"$type": "color"
|
|
6908
7023
|
},
|
|
6909
7024
|
"dark-dimmed": {
|
|
6910
|
-
"$value":
|
|
7025
|
+
"$value": {
|
|
7026
|
+
"colorSpace": "hsl",
|
|
7027
|
+
"components": [3.6, 78.2, 62.2],
|
|
7028
|
+
"hex": "#ea5c53"
|
|
7029
|
+
},
|
|
6911
7030
|
"filePath": "src/tokens/component/button.json5",
|
|
6912
7031
|
"isSource": true,
|
|
6913
7032
|
"$type": "color"
|
|
@@ -6957,13 +7076,21 @@
|
|
|
6957
7076
|
},
|
|
6958
7077
|
"org.primer.overrides": {
|
|
6959
7078
|
"dark": {
|
|
6960
|
-
"$value":
|
|
7079
|
+
"$value": {
|
|
7080
|
+
"colorSpace": "hsl",
|
|
7081
|
+
"components": [3.3, 94.3, 65.7],
|
|
7082
|
+
"hex": "#FA5E55"
|
|
7083
|
+
},
|
|
6961
7084
|
"filePath": "src/tokens/component/button.json5",
|
|
6962
7085
|
"isSource": true,
|
|
6963
7086
|
"$type": "color"
|
|
6964
7087
|
},
|
|
6965
7088
|
"dark-dimmed": {
|
|
6966
|
-
"$value":
|
|
7089
|
+
"$value": {
|
|
7090
|
+
"colorSpace": "hsl",
|
|
7091
|
+
"components": [3.6, 78.2, 62.2],
|
|
7092
|
+
"hex": "#ea5c53"
|
|
7093
|
+
},
|
|
6967
7094
|
"filePath": "src/tokens/component/button.json5",
|
|
6968
7095
|
"isSource": true,
|
|
6969
7096
|
"$type": "color"
|
|
@@ -7006,6 +7133,35 @@
|
|
|
7006
7133
|
"attributes": {},
|
|
7007
7134
|
"path": ["button", "danger", "fgColor", "rest"]
|
|
7008
7135
|
},
|
|
7136
|
+
"button-danger-iconColor-disabled": {
|
|
7137
|
+
"key": "{button.danger.iconColor.disabled}",
|
|
7138
|
+
"$value": "#bc4c0080",
|
|
7139
|
+
"$type": "color",
|
|
7140
|
+
"$extensions": {
|
|
7141
|
+
"org.primer.figma": {
|
|
7142
|
+
"collection": "mode",
|
|
7143
|
+
"group": "component (internal)",
|
|
7144
|
+
"scopes": ["fgColor"]
|
|
7145
|
+
}
|
|
7146
|
+
},
|
|
7147
|
+
"filePath": "src/tokens/component/button.json5",
|
|
7148
|
+
"isSource": true,
|
|
7149
|
+
"original": {
|
|
7150
|
+
"$value": "{button.danger.fgColor.disabled}",
|
|
7151
|
+
"$type": "color",
|
|
7152
|
+
"$extensions": {
|
|
7153
|
+
"org.primer.figma": {
|
|
7154
|
+
"collection": "mode",
|
|
7155
|
+
"group": "component (internal)",
|
|
7156
|
+
"scopes": ["fgColor"]
|
|
7157
|
+
}
|
|
7158
|
+
},
|
|
7159
|
+
"key": "{button.danger.iconColor.disabled}"
|
|
7160
|
+
},
|
|
7161
|
+
"name": "button-danger-iconColor-disabled",
|
|
7162
|
+
"attributes": {},
|
|
7163
|
+
"path": ["button", "danger", "iconColor", "disabled"]
|
|
7164
|
+
},
|
|
7009
7165
|
"button-danger-iconColor-hover": {
|
|
7010
7166
|
"key": "{button.danger.iconColor.hover}",
|
|
7011
7167
|
"$value": "#ffffff",
|
|
@@ -7024,7 +7180,11 @@
|
|
|
7024
7180
|
"$type": "color"
|
|
7025
7181
|
},
|
|
7026
7182
|
"dark-dimmed-high-contrast": {
|
|
7027
|
-
"$value":
|
|
7183
|
+
"$value": {
|
|
7184
|
+
"colorSpace": "hsl",
|
|
7185
|
+
"components": [0, 0, 100],
|
|
7186
|
+
"hex": "#ffffff"
|
|
7187
|
+
},
|
|
7028
7188
|
"filePath": "src/tokens/component/button.json5",
|
|
7029
7189
|
"isSource": true,
|
|
7030
7190
|
"$type": "color"
|
|
@@ -7050,7 +7210,11 @@
|
|
|
7050
7210
|
"$type": "color"
|
|
7051
7211
|
},
|
|
7052
7212
|
"dark-dimmed-high-contrast": {
|
|
7053
|
-
"$value":
|
|
7213
|
+
"$value": {
|
|
7214
|
+
"colorSpace": "hsl",
|
|
7215
|
+
"components": [0, 0, 100],
|
|
7216
|
+
"hex": "#ffffff"
|
|
7217
|
+
},
|
|
7054
7218
|
"filePath": "src/tokens/component/button.json5",
|
|
7055
7219
|
"isSource": true,
|
|
7056
7220
|
"$type": "color"
|
|
@@ -7570,6 +7734,35 @@
|
|
|
7570
7734
|
"attributes": {},
|
|
7571
7735
|
"path": ["button", "default", "borderColor", "rest"]
|
|
7572
7736
|
},
|
|
7737
|
+
"button-default-fgColor-disabled": {
|
|
7738
|
+
"key": "{button.default.fgColor.disabled}",
|
|
7739
|
+
"$value": "#818b98",
|
|
7740
|
+
"$type": "color",
|
|
7741
|
+
"$extensions": {
|
|
7742
|
+
"org.primer.figma": {
|
|
7743
|
+
"collection": "mode",
|
|
7744
|
+
"group": "component (internal)",
|
|
7745
|
+
"scopes": ["fgColor"]
|
|
7746
|
+
}
|
|
7747
|
+
},
|
|
7748
|
+
"filePath": "src/tokens/component/button.json5",
|
|
7749
|
+
"isSource": true,
|
|
7750
|
+
"original": {
|
|
7751
|
+
"$value": "{control.fgColor.disabled}",
|
|
7752
|
+
"$type": "color",
|
|
7753
|
+
"$extensions": {
|
|
7754
|
+
"org.primer.figma": {
|
|
7755
|
+
"collection": "mode",
|
|
7756
|
+
"group": "component (internal)",
|
|
7757
|
+
"scopes": ["fgColor"]
|
|
7758
|
+
}
|
|
7759
|
+
},
|
|
7760
|
+
"key": "{button.default.fgColor.disabled}"
|
|
7761
|
+
},
|
|
7762
|
+
"name": "button-default-fgColor-disabled",
|
|
7763
|
+
"attributes": {},
|
|
7764
|
+
"path": ["button", "default", "fgColor", "disabled"]
|
|
7765
|
+
},
|
|
7573
7766
|
"button-default-fgColor-rest": {
|
|
7574
7767
|
"key": "{button.default.fgColor.rest}",
|
|
7575
7768
|
"$value": "#25292e",
|
|
@@ -8858,31 +9051,51 @@
|
|
|
8858
9051
|
"$type": "color"
|
|
8859
9052
|
},
|
|
8860
9053
|
"dark-tritanopia": {
|
|
8861
|
-
"$value":
|
|
9054
|
+
"$value": {
|
|
9055
|
+
"colorSpace": "hsl",
|
|
9056
|
+
"components": [218.3, 84.7, 33.3],
|
|
9057
|
+
"hex": "#0d419d"
|
|
9058
|
+
},
|
|
8862
9059
|
"filePath": "src/tokens/component/button.json5",
|
|
8863
9060
|
"isSource": true,
|
|
8864
9061
|
"$type": "color"
|
|
8865
9062
|
},
|
|
8866
9063
|
"dark-tritanopia-high-contrast": {
|
|
8867
|
-
"$value":
|
|
9064
|
+
"$value": {
|
|
9065
|
+
"colorSpace": "hsl",
|
|
9066
|
+
"components": [218.3, 84.7, 33.3],
|
|
9067
|
+
"hex": "#0d419d"
|
|
9068
|
+
},
|
|
8868
9069
|
"filePath": "src/tokens/component/button.json5",
|
|
8869
9070
|
"isSource": true,
|
|
8870
9071
|
"$type": "color"
|
|
8871
9072
|
},
|
|
8872
9073
|
"light-high-contrast": {
|
|
8873
|
-
"$value":
|
|
9074
|
+
"$value": {
|
|
9075
|
+
"colorSpace": "hsl",
|
|
9076
|
+
"components": [216.6, 96.3, 31.4],
|
|
9077
|
+
"hex": "#033f9d"
|
|
9078
|
+
},
|
|
8874
9079
|
"filePath": "src/tokens/component/button.json5",
|
|
8875
9080
|
"isSource": true,
|
|
8876
9081
|
"$type": "color"
|
|
8877
9082
|
},
|
|
8878
9083
|
"light-tritanopia-high-contrast": {
|
|
8879
|
-
"$value":
|
|
9084
|
+
"$value": {
|
|
9085
|
+
"colorSpace": "hsl",
|
|
9086
|
+
"components": [216.6, 96.3, 31.4],
|
|
9087
|
+
"hex": "#033f9d"
|
|
9088
|
+
},
|
|
8880
9089
|
"filePath": "src/tokens/component/button.json5",
|
|
8881
9090
|
"isSource": true,
|
|
8882
9091
|
"$type": "color"
|
|
8883
9092
|
},
|
|
8884
9093
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
8885
|
-
"$value":
|
|
9094
|
+
"$value": {
|
|
9095
|
+
"colorSpace": "hsl",
|
|
9096
|
+
"components": [216.6, 96.3, 31.4],
|
|
9097
|
+
"hex": "#033f9d"
|
|
9098
|
+
},
|
|
8886
9099
|
"filePath": "src/tokens/component/button.json5",
|
|
8887
9100
|
"isSource": true,
|
|
8888
9101
|
"$type": "color"
|
|
@@ -8892,7 +9105,11 @@
|
|
|
8892
9105
|
"filePath": "src/tokens/component/button.json5",
|
|
8893
9106
|
"isSource": true,
|
|
8894
9107
|
"original": {
|
|
8895
|
-
"$value":
|
|
9108
|
+
"$value": {
|
|
9109
|
+
"colorSpace": "hsl",
|
|
9110
|
+
"components": [213.2, 92.7, 37.8],
|
|
9111
|
+
"hex": "#0757ba"
|
|
9112
|
+
},
|
|
8896
9113
|
"$type": "color",
|
|
8897
9114
|
"$extensions": {
|
|
8898
9115
|
"org.primer.figma": {
|
|
@@ -8908,31 +9125,51 @@
|
|
|
8908
9125
|
"$type": "color"
|
|
8909
9126
|
},
|
|
8910
9127
|
"dark-tritanopia": {
|
|
8911
|
-
"$value":
|
|
9128
|
+
"$value": {
|
|
9129
|
+
"colorSpace": "hsl",
|
|
9130
|
+
"components": [218.3, 84.7, 33.3],
|
|
9131
|
+
"hex": "#0d419d"
|
|
9132
|
+
},
|
|
8912
9133
|
"filePath": "src/tokens/component/button.json5",
|
|
8913
9134
|
"isSource": true,
|
|
8914
9135
|
"$type": "color"
|
|
8915
9136
|
},
|
|
8916
9137
|
"dark-tritanopia-high-contrast": {
|
|
8917
|
-
"$value":
|
|
9138
|
+
"$value": {
|
|
9139
|
+
"colorSpace": "hsl",
|
|
9140
|
+
"components": [218.3, 84.7, 33.3],
|
|
9141
|
+
"hex": "#0d419d"
|
|
9142
|
+
},
|
|
8918
9143
|
"filePath": "src/tokens/component/button.json5",
|
|
8919
9144
|
"isSource": true,
|
|
8920
9145
|
"$type": "color"
|
|
8921
9146
|
},
|
|
8922
9147
|
"light-high-contrast": {
|
|
8923
|
-
"$value":
|
|
9148
|
+
"$value": {
|
|
9149
|
+
"colorSpace": "hsl",
|
|
9150
|
+
"components": [216.6, 96.3, 31.4],
|
|
9151
|
+
"hex": "#033f9d"
|
|
9152
|
+
},
|
|
8924
9153
|
"filePath": "src/tokens/component/button.json5",
|
|
8925
9154
|
"isSource": true,
|
|
8926
9155
|
"$type": "color"
|
|
8927
9156
|
},
|
|
8928
9157
|
"light-tritanopia-high-contrast": {
|
|
8929
|
-
"$value":
|
|
9158
|
+
"$value": {
|
|
9159
|
+
"colorSpace": "hsl",
|
|
9160
|
+
"components": [216.6, 96.3, 31.4],
|
|
9161
|
+
"hex": "#033f9d"
|
|
9162
|
+
},
|
|
8930
9163
|
"filePath": "src/tokens/component/button.json5",
|
|
8931
9164
|
"isSource": true,
|
|
8932
9165
|
"$type": "color"
|
|
8933
9166
|
},
|
|
8934
9167
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
8935
|
-
"$value":
|
|
9168
|
+
"$value": {
|
|
9169
|
+
"colorSpace": "hsl",
|
|
9170
|
+
"components": [216.6, 96.3, 31.4],
|
|
9171
|
+
"hex": "#033f9d"
|
|
9172
|
+
},
|
|
8936
9173
|
"filePath": "src/tokens/component/button.json5",
|
|
8937
9174
|
"isSource": true,
|
|
8938
9175
|
"$type": "color"
|
|
@@ -8963,7 +9200,11 @@
|
|
|
8963
9200
|
"$type": "color"
|
|
8964
9201
|
},
|
|
8965
9202
|
"dark-tritanopia": {
|
|
8966
|
-
"$value":
|
|
9203
|
+
"$value": {
|
|
9204
|
+
"colorSpace": "hsl",
|
|
9205
|
+
"components": [212, 18.5, 15.9],
|
|
9206
|
+
"hex": "#212830"
|
|
9207
|
+
},
|
|
8967
9208
|
"filePath": "src/tokens/component/button.json5",
|
|
8968
9209
|
"isSource": true,
|
|
8969
9210
|
"$type": "color"
|
|
@@ -8989,7 +9230,11 @@
|
|
|
8989
9230
|
"$type": "color"
|
|
8990
9231
|
},
|
|
8991
9232
|
"dark-tritanopia": {
|
|
8992
|
-
"$value":
|
|
9233
|
+
"$value": {
|
|
9234
|
+
"colorSpace": "hsl",
|
|
9235
|
+
"components": [212, 18.5, 15.9],
|
|
9236
|
+
"hex": "#212830"
|
|
9237
|
+
},
|
|
8993
9238
|
"filePath": "src/tokens/component/button.json5",
|
|
8994
9239
|
"isSource": true,
|
|
8995
9240
|
"$type": "color"
|
|
@@ -9020,7 +9265,11 @@
|
|
|
9020
9265
|
"$type": "color"
|
|
9021
9266
|
},
|
|
9022
9267
|
"dark-tritanopia": {
|
|
9023
|
-
"$value":
|
|
9268
|
+
"$value": {
|
|
9269
|
+
"colorSpace": "hsl",
|
|
9270
|
+
"components": [217.5, 17.4, 18],
|
|
9271
|
+
"hex": "#262c36"
|
|
9272
|
+
},
|
|
9024
9273
|
"filePath": "src/tokens/component/button.json5",
|
|
9025
9274
|
"isSource": true,
|
|
9026
9275
|
"$type": "color"
|
|
@@ -9046,7 +9295,11 @@
|
|
|
9046
9295
|
"$type": "color"
|
|
9047
9296
|
},
|
|
9048
9297
|
"dark-tritanopia": {
|
|
9049
|
-
"$value":
|
|
9298
|
+
"$value": {
|
|
9299
|
+
"colorSpace": "hsl",
|
|
9300
|
+
"components": [217.5, 17.4, 18],
|
|
9301
|
+
"hex": "#262c36"
|
|
9302
|
+
},
|
|
9050
9303
|
"filePath": "src/tokens/component/button.json5",
|
|
9051
9304
|
"isSource": true,
|
|
9052
9305
|
"$type": "color"
|
|
@@ -9278,7 +9531,12 @@
|
|
|
9278
9531
|
"$type": "color"
|
|
9279
9532
|
},
|
|
9280
9533
|
"dark-dimmed": {
|
|
9281
|
-
"$value":
|
|
9534
|
+
"$value": {
|
|
9535
|
+
"colorSpace": "hsl",
|
|
9536
|
+
"components": [214.3, 76.1, 59],
|
|
9537
|
+
"hex": "#478be6"
|
|
9538
|
+
},
|
|
9539
|
+
"alpha": 0.502,
|
|
9282
9540
|
"filePath": "src/tokens/component/button.json5",
|
|
9283
9541
|
"isSource": true,
|
|
9284
9542
|
"$type": "color"
|
|
@@ -9306,7 +9564,12 @@
|
|
|
9306
9564
|
"$type": "color"
|
|
9307
9565
|
},
|
|
9308
9566
|
"dark-dimmed": {
|
|
9309
|
-
"$value":
|
|
9567
|
+
"$value": {
|
|
9568
|
+
"colorSpace": "hsl",
|
|
9569
|
+
"components": [214.3, 76.1, 59],
|
|
9570
|
+
"hex": "#478be6"
|
|
9571
|
+
},
|
|
9572
|
+
"alpha": 0.502,
|
|
9310
9573
|
"filePath": "src/tokens/component/button.json5",
|
|
9311
9574
|
"isSource": true,
|
|
9312
9575
|
"$type": "color"
|
|
@@ -9531,13 +9794,21 @@
|
|
|
9531
9794
|
},
|
|
9532
9795
|
"org.primer.overrides": {
|
|
9533
9796
|
"dark": {
|
|
9534
|
-
"$value":
|
|
9797
|
+
"$value": {
|
|
9798
|
+
"colorSpace": "hsl",
|
|
9799
|
+
"components": [130, 54, 39.2],
|
|
9800
|
+
"hex": "#2E9A40"
|
|
9801
|
+
},
|
|
9535
9802
|
"filePath": "src/tokens/component/button.json5",
|
|
9536
9803
|
"isSource": true,
|
|
9537
9804
|
"$type": "color"
|
|
9538
9805
|
},
|
|
9539
9806
|
"dark-dimmed": {
|
|
9540
|
-
"$value":
|
|
9807
|
+
"$value": {
|
|
9808
|
+
"colorSpace": "hsl",
|
|
9809
|
+
"components": [123.1, 36.8, 41],
|
|
9810
|
+
"hex": "#428f46"
|
|
9811
|
+
},
|
|
9541
9812
|
"filePath": "src/tokens/component/button.json5",
|
|
9542
9813
|
"isSource": true,
|
|
9543
9814
|
"$type": "color"
|
|
@@ -9549,61 +9820,101 @@
|
|
|
9549
9820
|
"$type": "color"
|
|
9550
9821
|
},
|
|
9551
9822
|
"dark-tritanopia": {
|
|
9552
|
-
"$value":
|
|
9823
|
+
"$value": {
|
|
9824
|
+
"colorSpace": "hsl",
|
|
9825
|
+
"components": [214.9, 88.7, 58.2],
|
|
9826
|
+
"hex": "#3685f3"
|
|
9827
|
+
},
|
|
9553
9828
|
"filePath": "src/tokens/component/button.json5",
|
|
9554
9829
|
"isSource": true,
|
|
9555
9830
|
"$type": "color"
|
|
9556
9831
|
},
|
|
9557
9832
|
"dark-tritanopia-high-contrast": {
|
|
9558
|
-
"$value":
|
|
9833
|
+
"$value": {
|
|
9834
|
+
"colorSpace": "hsl",
|
|
9835
|
+
"components": [214.9, 88.7, 58.2],
|
|
9836
|
+
"hex": "#3685f3"
|
|
9837
|
+
},
|
|
9559
9838
|
"filePath": "src/tokens/component/button.json5",
|
|
9560
9839
|
"isSource": true,
|
|
9561
9840
|
"$type": "color"
|
|
9562
9841
|
},
|
|
9563
9842
|
"dark-protanopia-deuteranopia": {
|
|
9564
|
-
"$value":
|
|
9843
|
+
"$value": {
|
|
9844
|
+
"colorSpace": "hsl",
|
|
9845
|
+
"components": [214.9, 88.7, 58.2],
|
|
9846
|
+
"hex": "#3685f3"
|
|
9847
|
+
},
|
|
9565
9848
|
"filePath": "src/tokens/component/button.json5",
|
|
9566
9849
|
"isSource": true,
|
|
9567
9850
|
"$type": "color"
|
|
9568
9851
|
},
|
|
9569
9852
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
9570
|
-
"$value":
|
|
9853
|
+
"$value": {
|
|
9854
|
+
"colorSpace": "hsl",
|
|
9855
|
+
"components": [214.9, 88.7, 58.2],
|
|
9856
|
+
"hex": "#3685f3"
|
|
9857
|
+
},
|
|
9571
9858
|
"filePath": "src/tokens/component/button.json5",
|
|
9572
9859
|
"isSource": true,
|
|
9573
9860
|
"$type": "color"
|
|
9574
9861
|
},
|
|
9575
9862
|
"dark-high-contrast": {
|
|
9576
|
-
"$value":
|
|
9863
|
+
"$value": {
|
|
9864
|
+
"colorSpace": "hsl",
|
|
9865
|
+
"components": [137.2, 80.1, 31.6],
|
|
9866
|
+
"hex": "#109135"
|
|
9867
|
+
},
|
|
9577
9868
|
"filePath": "src/tokens/component/button.json5",
|
|
9578
9869
|
"isSource": true,
|
|
9579
9870
|
"$type": "color"
|
|
9580
9871
|
},
|
|
9581
9872
|
"light-tritanopia": {
|
|
9582
|
-
"$value":
|
|
9873
|
+
"$value": {
|
|
9874
|
+
"colorSpace": "hsl",
|
|
9875
|
+
"components": [212.6, 93.2, 40.6],
|
|
9876
|
+
"hex": "#075fc8"
|
|
9877
|
+
},
|
|
9583
9878
|
"filePath": "src/tokens/component/button.json5",
|
|
9584
9879
|
"isSource": true,
|
|
9585
9880
|
"$type": "color"
|
|
9586
9881
|
},
|
|
9587
9882
|
"light-tritanopia-high-contrast": {
|
|
9588
|
-
"$value":
|
|
9883
|
+
"$value": {
|
|
9884
|
+
"colorSpace": "hsl",
|
|
9885
|
+
"components": [212.6, 93.2, 40.6],
|
|
9886
|
+
"hex": "#075fc8"
|
|
9887
|
+
},
|
|
9589
9888
|
"filePath": "src/tokens/component/button.json5",
|
|
9590
9889
|
"isSource": true,
|
|
9591
9890
|
"$type": "color"
|
|
9592
9891
|
},
|
|
9593
9892
|
"light-protanopia-deuteranopia": {
|
|
9594
|
-
"$value":
|
|
9893
|
+
"$value": {
|
|
9894
|
+
"colorSpace": "hsl",
|
|
9895
|
+
"components": [212.6, 93.2, 40.6],
|
|
9896
|
+
"hex": "#075fc8"
|
|
9897
|
+
},
|
|
9595
9898
|
"filePath": "src/tokens/component/button.json5",
|
|
9596
9899
|
"isSource": true,
|
|
9597
9900
|
"$type": "color"
|
|
9598
9901
|
},
|
|
9599
9902
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9600
|
-
"$value":
|
|
9903
|
+
"$value": {
|
|
9904
|
+
"colorSpace": "hsl",
|
|
9905
|
+
"components": [212.6, 93.2, 40.6],
|
|
9906
|
+
"hex": "#075fc8"
|
|
9907
|
+
},
|
|
9601
9908
|
"filePath": "src/tokens/component/button.json5",
|
|
9602
9909
|
"isSource": true,
|
|
9603
9910
|
"$type": "color"
|
|
9604
9911
|
},
|
|
9605
9912
|
"light-high-contrast": {
|
|
9606
|
-
"$value":
|
|
9913
|
+
"$value": {
|
|
9914
|
+
"colorSpace": "hsl",
|
|
9915
|
+
"components": [138.7, 92.8, 16.3],
|
|
9916
|
+
"hex": "#03501b"
|
|
9917
|
+
},
|
|
9607
9918
|
"filePath": "src/tokens/component/button.json5",
|
|
9608
9919
|
"isSource": true,
|
|
9609
9920
|
"$type": "color"
|
|
@@ -9613,7 +9924,11 @@
|
|
|
9613
9924
|
"filePath": "src/tokens/component/button.json5",
|
|
9614
9925
|
"isSource": true,
|
|
9615
9926
|
"original": {
|
|
9616
|
-
"$value":
|
|
9927
|
+
"$value": {
|
|
9928
|
+
"colorSpace": "hsl",
|
|
9929
|
+
"components": [212.6, 93.2, 40.6],
|
|
9930
|
+
"hex": "#075fc8"
|
|
9931
|
+
},
|
|
9617
9932
|
"$type": "color",
|
|
9618
9933
|
"$extensions": {
|
|
9619
9934
|
"org.primer.figma": {
|
|
@@ -9623,13 +9938,21 @@
|
|
|
9623
9938
|
},
|
|
9624
9939
|
"org.primer.overrides": {
|
|
9625
9940
|
"dark": {
|
|
9626
|
-
"$value":
|
|
9941
|
+
"$value": {
|
|
9942
|
+
"colorSpace": "hsl",
|
|
9943
|
+
"components": [130, 54, 39.2],
|
|
9944
|
+
"hex": "#2E9A40"
|
|
9945
|
+
},
|
|
9627
9946
|
"filePath": "src/tokens/component/button.json5",
|
|
9628
9947
|
"isSource": true,
|
|
9629
9948
|
"$type": "color"
|
|
9630
9949
|
},
|
|
9631
9950
|
"dark-dimmed": {
|
|
9632
|
-
"$value":
|
|
9951
|
+
"$value": {
|
|
9952
|
+
"colorSpace": "hsl",
|
|
9953
|
+
"components": [123.1, 36.8, 41],
|
|
9954
|
+
"hex": "#428f46"
|
|
9955
|
+
},
|
|
9633
9956
|
"filePath": "src/tokens/component/button.json5",
|
|
9634
9957
|
"isSource": true,
|
|
9635
9958
|
"$type": "color"
|
|
@@ -9641,61 +9964,101 @@
|
|
|
9641
9964
|
"$type": "color"
|
|
9642
9965
|
},
|
|
9643
9966
|
"dark-tritanopia": {
|
|
9644
|
-
"$value":
|
|
9967
|
+
"$value": {
|
|
9968
|
+
"colorSpace": "hsl",
|
|
9969
|
+
"components": [214.9, 88.7, 58.2],
|
|
9970
|
+
"hex": "#3685f3"
|
|
9971
|
+
},
|
|
9645
9972
|
"filePath": "src/tokens/component/button.json5",
|
|
9646
9973
|
"isSource": true,
|
|
9647
9974
|
"$type": "color"
|
|
9648
9975
|
},
|
|
9649
9976
|
"dark-tritanopia-high-contrast": {
|
|
9650
|
-
"$value":
|
|
9977
|
+
"$value": {
|
|
9978
|
+
"colorSpace": "hsl",
|
|
9979
|
+
"components": [214.9, 88.7, 58.2],
|
|
9980
|
+
"hex": "#3685f3"
|
|
9981
|
+
},
|
|
9651
9982
|
"filePath": "src/tokens/component/button.json5",
|
|
9652
9983
|
"isSource": true,
|
|
9653
9984
|
"$type": "color"
|
|
9654
9985
|
},
|
|
9655
9986
|
"dark-protanopia-deuteranopia": {
|
|
9656
|
-
"$value":
|
|
9987
|
+
"$value": {
|
|
9988
|
+
"colorSpace": "hsl",
|
|
9989
|
+
"components": [214.9, 88.7, 58.2],
|
|
9990
|
+
"hex": "#3685f3"
|
|
9991
|
+
},
|
|
9657
9992
|
"filePath": "src/tokens/component/button.json5",
|
|
9658
9993
|
"isSource": true,
|
|
9659
9994
|
"$type": "color"
|
|
9660
9995
|
},
|
|
9661
9996
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
9662
|
-
"$value":
|
|
9997
|
+
"$value": {
|
|
9998
|
+
"colorSpace": "hsl",
|
|
9999
|
+
"components": [214.9, 88.7, 58.2],
|
|
10000
|
+
"hex": "#3685f3"
|
|
10001
|
+
},
|
|
9663
10002
|
"filePath": "src/tokens/component/button.json5",
|
|
9664
10003
|
"isSource": true,
|
|
9665
10004
|
"$type": "color"
|
|
9666
10005
|
},
|
|
9667
10006
|
"dark-high-contrast": {
|
|
9668
|
-
"$value":
|
|
10007
|
+
"$value": {
|
|
10008
|
+
"colorSpace": "hsl",
|
|
10009
|
+
"components": [137.2, 80.1, 31.6],
|
|
10010
|
+
"hex": "#109135"
|
|
10011
|
+
},
|
|
9669
10012
|
"filePath": "src/tokens/component/button.json5",
|
|
9670
10013
|
"isSource": true,
|
|
9671
10014
|
"$type": "color"
|
|
9672
10015
|
},
|
|
9673
10016
|
"light-tritanopia": {
|
|
9674
|
-
"$value":
|
|
10017
|
+
"$value": {
|
|
10018
|
+
"colorSpace": "hsl",
|
|
10019
|
+
"components": [212.6, 93.2, 40.6],
|
|
10020
|
+
"hex": "#075fc8"
|
|
10021
|
+
},
|
|
9675
10022
|
"filePath": "src/tokens/component/button.json5",
|
|
9676
10023
|
"isSource": true,
|
|
9677
10024
|
"$type": "color"
|
|
9678
10025
|
},
|
|
9679
10026
|
"light-tritanopia-high-contrast": {
|
|
9680
|
-
"$value":
|
|
10027
|
+
"$value": {
|
|
10028
|
+
"colorSpace": "hsl",
|
|
10029
|
+
"components": [212.6, 93.2, 40.6],
|
|
10030
|
+
"hex": "#075fc8"
|
|
10031
|
+
},
|
|
9681
10032
|
"filePath": "src/tokens/component/button.json5",
|
|
9682
10033
|
"isSource": true,
|
|
9683
10034
|
"$type": "color"
|
|
9684
10035
|
},
|
|
9685
10036
|
"light-protanopia-deuteranopia": {
|
|
9686
|
-
"$value":
|
|
10037
|
+
"$value": {
|
|
10038
|
+
"colorSpace": "hsl",
|
|
10039
|
+
"components": [212.6, 93.2, 40.6],
|
|
10040
|
+
"hex": "#075fc8"
|
|
10041
|
+
},
|
|
9687
10042
|
"filePath": "src/tokens/component/button.json5",
|
|
9688
10043
|
"isSource": true,
|
|
9689
10044
|
"$type": "color"
|
|
9690
10045
|
},
|
|
9691
10046
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9692
|
-
"$value":
|
|
10047
|
+
"$value": {
|
|
10048
|
+
"colorSpace": "hsl",
|
|
10049
|
+
"components": [212.6, 93.2, 40.6],
|
|
10050
|
+
"hex": "#075fc8"
|
|
10051
|
+
},
|
|
9693
10052
|
"filePath": "src/tokens/component/button.json5",
|
|
9694
10053
|
"isSource": true,
|
|
9695
10054
|
"$type": "color"
|
|
9696
10055
|
},
|
|
9697
10056
|
"light-high-contrast": {
|
|
9698
|
-
"$value":
|
|
10057
|
+
"$value": {
|
|
10058
|
+
"colorSpace": "hsl",
|
|
10059
|
+
"components": [138.7, 92.8, 16.3],
|
|
10060
|
+
"hex": "#03501b"
|
|
10061
|
+
},
|
|
9699
10062
|
"filePath": "src/tokens/component/button.json5",
|
|
9700
10063
|
"isSource": true,
|
|
9701
10064
|
"$type": "color"
|
|
@@ -9720,25 +10083,41 @@
|
|
|
9720
10083
|
},
|
|
9721
10084
|
"org.primer.overrides": {
|
|
9722
10085
|
"dark": {
|
|
9723
|
-
"$value":
|
|
10086
|
+
"$value": {
|
|
10087
|
+
"colorSpace": "hsl",
|
|
10088
|
+
"components": [135.8, 69.2, 20.4],
|
|
10089
|
+
"hex": "#105823"
|
|
10090
|
+
},
|
|
9724
10091
|
"filePath": "src/tokens/component/button.json5",
|
|
9725
10092
|
"isSource": true,
|
|
9726
10093
|
"$type": "color"
|
|
9727
10094
|
},
|
|
9728
10095
|
"dark-dimmed": {
|
|
9729
|
-
"$value":
|
|
10096
|
+
"$value": {
|
|
10097
|
+
"colorSpace": "hsl",
|
|
10098
|
+
"components": [135.8, 69.2, 20.4],
|
|
10099
|
+
"hex": "#105823"
|
|
10100
|
+
},
|
|
9730
10101
|
"filePath": "src/tokens/component/button.json5",
|
|
9731
10102
|
"isSource": true,
|
|
9732
10103
|
"$type": "color"
|
|
9733
10104
|
},
|
|
9734
10105
|
"dark-tritanopia": {
|
|
9735
|
-
"$value":
|
|
10106
|
+
"$value": {
|
|
10107
|
+
"colorSpace": "hsl",
|
|
10108
|
+
"components": [211.3, 98.8, 68.4],
|
|
10109
|
+
"hex": "#5fabfe"
|
|
10110
|
+
},
|
|
9736
10111
|
"filePath": "src/tokens/component/button.json5",
|
|
9737
10112
|
"isSource": true,
|
|
9738
10113
|
"$type": "color"
|
|
9739
10114
|
},
|
|
9740
10115
|
"dark-tritanopia-high-contrast": {
|
|
9741
|
-
"$value":
|
|
10116
|
+
"$value": {
|
|
10117
|
+
"colorSpace": "hsl",
|
|
10118
|
+
"components": [211.3, 98.8, 68.4],
|
|
10119
|
+
"hex": "#5fabfe"
|
|
10120
|
+
},
|
|
9742
10121
|
"filePath": "src/tokens/component/button.json5",
|
|
9743
10122
|
"isSource": true,
|
|
9744
10123
|
"$type": "color"
|
|
@@ -9756,37 +10135,61 @@
|
|
|
9756
10135
|
"$type": "color"
|
|
9757
10136
|
},
|
|
9758
10137
|
"dark-high-contrast": {
|
|
9759
|
-
"$value":
|
|
10138
|
+
"$value": {
|
|
10139
|
+
"colorSpace": "hsl",
|
|
10140
|
+
"components": [138.6, 94.6, 28.8],
|
|
10141
|
+
"hex": "#048f2f"
|
|
10142
|
+
},
|
|
9760
10143
|
"filePath": "src/tokens/component/button.json5",
|
|
9761
10144
|
"isSource": true,
|
|
9762
10145
|
"$type": "color"
|
|
9763
10146
|
},
|
|
9764
10147
|
"light-tritanopia": {
|
|
9765
|
-
"$value":
|
|
10148
|
+
"$value": {
|
|
10149
|
+
"colorSpace": "hsl",
|
|
10150
|
+
"components": [209.2, 100, 78.6],
|
|
10151
|
+
"hex": "#92caff"
|
|
10152
|
+
},
|
|
9766
10153
|
"filePath": "src/tokens/component/button.json5",
|
|
9767
10154
|
"isSource": true,
|
|
9768
10155
|
"$type": "color"
|
|
9769
10156
|
},
|
|
9770
10157
|
"light-tritanopia-high-contrast": {
|
|
9771
|
-
"$value":
|
|
10158
|
+
"$value": {
|
|
10159
|
+
"colorSpace": "hsl",
|
|
10160
|
+
"components": [209.2, 100, 78.6],
|
|
10161
|
+
"hex": "#92caff"
|
|
10162
|
+
},
|
|
9772
10163
|
"filePath": "src/tokens/component/button.json5",
|
|
9773
10164
|
"isSource": true,
|
|
9774
10165
|
"$type": "color"
|
|
9775
10166
|
},
|
|
9776
10167
|
"light-protanopia-deuteranopia": {
|
|
9777
|
-
"$value":
|
|
10168
|
+
"$value": {
|
|
10169
|
+
"colorSpace": "hsl",
|
|
10170
|
+
"components": [209.2, 100, 78.6],
|
|
10171
|
+
"hex": "#92caff"
|
|
10172
|
+
},
|
|
9778
10173
|
"filePath": "src/tokens/component/button.json5",
|
|
9779
10174
|
"isSource": true,
|
|
9780
10175
|
"$type": "color"
|
|
9781
10176
|
},
|
|
9782
10177
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9783
|
-
"$value":
|
|
10178
|
+
"$value": {
|
|
10179
|
+
"colorSpace": "hsl",
|
|
10180
|
+
"components": [209.2, 100, 78.6],
|
|
10181
|
+
"hex": "#92caff"
|
|
10182
|
+
},
|
|
9784
10183
|
"filePath": "src/tokens/component/button.json5",
|
|
9785
10184
|
"isSource": true,
|
|
9786
10185
|
"$type": "color"
|
|
9787
10186
|
},
|
|
9788
10187
|
"light-high-contrast": {
|
|
9789
|
-
"$value":
|
|
10188
|
+
"$value": {
|
|
10189
|
+
"colorSpace": "hsl",
|
|
10190
|
+
"components": [135.4, 40.2, 65.9],
|
|
10191
|
+
"hex": "#85cb97"
|
|
10192
|
+
},
|
|
9790
10193
|
"filePath": "src/tokens/component/button.json5",
|
|
9791
10194
|
"isSource": true,
|
|
9792
10195
|
"$type": "color"
|
|
@@ -9796,7 +10199,11 @@
|
|
|
9796
10199
|
"filePath": "src/tokens/component/button.json5",
|
|
9797
10200
|
"isSource": true,
|
|
9798
10201
|
"original": {
|
|
9799
|
-
"$value":
|
|
10202
|
+
"$value": {
|
|
10203
|
+
"colorSpace": "hsl",
|
|
10204
|
+
"components": [209.2, 100, 78.6],
|
|
10205
|
+
"hex": "#92caff"
|
|
10206
|
+
},
|
|
9800
10207
|
"$type": "color",
|
|
9801
10208
|
"$extensions": {
|
|
9802
10209
|
"org.primer.figma": {
|
|
@@ -9806,25 +10213,41 @@
|
|
|
9806
10213
|
},
|
|
9807
10214
|
"org.primer.overrides": {
|
|
9808
10215
|
"dark": {
|
|
9809
|
-
"$value":
|
|
10216
|
+
"$value": {
|
|
10217
|
+
"colorSpace": "hsl",
|
|
10218
|
+
"components": [135.8, 69.2, 20.4],
|
|
10219
|
+
"hex": "#105823"
|
|
10220
|
+
},
|
|
9810
10221
|
"filePath": "src/tokens/component/button.json5",
|
|
9811
10222
|
"isSource": true,
|
|
9812
10223
|
"$type": "color"
|
|
9813
10224
|
},
|
|
9814
10225
|
"dark-dimmed": {
|
|
9815
|
-
"$value":
|
|
10226
|
+
"$value": {
|
|
10227
|
+
"colorSpace": "hsl",
|
|
10228
|
+
"components": [135.8, 69.2, 20.4],
|
|
10229
|
+
"hex": "#105823"
|
|
10230
|
+
},
|
|
9816
10231
|
"filePath": "src/tokens/component/button.json5",
|
|
9817
10232
|
"isSource": true,
|
|
9818
10233
|
"$type": "color"
|
|
9819
10234
|
},
|
|
9820
10235
|
"dark-tritanopia": {
|
|
9821
|
-
"$value":
|
|
10236
|
+
"$value": {
|
|
10237
|
+
"colorSpace": "hsl",
|
|
10238
|
+
"components": [211.3, 98.8, 68.4],
|
|
10239
|
+
"hex": "#5fabfe"
|
|
10240
|
+
},
|
|
9822
10241
|
"filePath": "src/tokens/component/button.json5",
|
|
9823
10242
|
"isSource": true,
|
|
9824
10243
|
"$type": "color"
|
|
9825
10244
|
},
|
|
9826
10245
|
"dark-tritanopia-high-contrast": {
|
|
9827
|
-
"$value":
|
|
10246
|
+
"$value": {
|
|
10247
|
+
"colorSpace": "hsl",
|
|
10248
|
+
"components": [211.3, 98.8, 68.4],
|
|
10249
|
+
"hex": "#5fabfe"
|
|
10250
|
+
},
|
|
9828
10251
|
"filePath": "src/tokens/component/button.json5",
|
|
9829
10252
|
"isSource": true,
|
|
9830
10253
|
"$type": "color"
|
|
@@ -9842,37 +10265,61 @@
|
|
|
9842
10265
|
"$type": "color"
|
|
9843
10266
|
},
|
|
9844
10267
|
"dark-high-contrast": {
|
|
9845
|
-
"$value":
|
|
10268
|
+
"$value": {
|
|
10269
|
+
"colorSpace": "hsl",
|
|
10270
|
+
"components": [138.6, 94.6, 28.8],
|
|
10271
|
+
"hex": "#048f2f"
|
|
10272
|
+
},
|
|
9846
10273
|
"filePath": "src/tokens/component/button.json5",
|
|
9847
10274
|
"isSource": true,
|
|
9848
10275
|
"$type": "color"
|
|
9849
10276
|
},
|
|
9850
10277
|
"light-tritanopia": {
|
|
9851
|
-
"$value":
|
|
10278
|
+
"$value": {
|
|
10279
|
+
"colorSpace": "hsl",
|
|
10280
|
+
"components": [209.2, 100, 78.6],
|
|
10281
|
+
"hex": "#92caff"
|
|
10282
|
+
},
|
|
9852
10283
|
"filePath": "src/tokens/component/button.json5",
|
|
9853
10284
|
"isSource": true,
|
|
9854
10285
|
"$type": "color"
|
|
9855
10286
|
},
|
|
9856
10287
|
"light-tritanopia-high-contrast": {
|
|
9857
|
-
"$value":
|
|
10288
|
+
"$value": {
|
|
10289
|
+
"colorSpace": "hsl",
|
|
10290
|
+
"components": [209.2, 100, 78.6],
|
|
10291
|
+
"hex": "#92caff"
|
|
10292
|
+
},
|
|
9858
10293
|
"filePath": "src/tokens/component/button.json5",
|
|
9859
10294
|
"isSource": true,
|
|
9860
10295
|
"$type": "color"
|
|
9861
10296
|
},
|
|
9862
10297
|
"light-protanopia-deuteranopia": {
|
|
9863
|
-
"$value":
|
|
10298
|
+
"$value": {
|
|
10299
|
+
"colorSpace": "hsl",
|
|
10300
|
+
"components": [209.2, 100, 78.6],
|
|
10301
|
+
"hex": "#92caff"
|
|
10302
|
+
},
|
|
9864
10303
|
"filePath": "src/tokens/component/button.json5",
|
|
9865
10304
|
"isSource": true,
|
|
9866
10305
|
"$type": "color"
|
|
9867
10306
|
},
|
|
9868
10307
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9869
|
-
"$value":
|
|
10308
|
+
"$value": {
|
|
10309
|
+
"colorSpace": "hsl",
|
|
10310
|
+
"components": [209.2, 100, 78.6],
|
|
10311
|
+
"hex": "#92caff"
|
|
10312
|
+
},
|
|
9870
10313
|
"filePath": "src/tokens/component/button.json5",
|
|
9871
10314
|
"isSource": true,
|
|
9872
10315
|
"$type": "color"
|
|
9873
10316
|
},
|
|
9874
10317
|
"light-high-contrast": {
|
|
9875
|
-
"$value":
|
|
10318
|
+
"$value": {
|
|
10319
|
+
"colorSpace": "hsl",
|
|
10320
|
+
"components": [135.4, 40.2, 65.9],
|
|
10321
|
+
"hex": "#85cb97"
|
|
10322
|
+
},
|
|
9876
10323
|
"filePath": "src/tokens/component/button.json5",
|
|
9877
10324
|
"isSource": true,
|
|
9878
10325
|
"$type": "color"
|
|
@@ -9897,13 +10344,21 @@
|
|
|
9897
10344
|
},
|
|
9898
10345
|
"org.primer.overrides": {
|
|
9899
10346
|
"dark": {
|
|
9900
|
-
"$value":
|
|
10347
|
+
"$value": {
|
|
10348
|
+
"colorSpace": "hsl",
|
|
10349
|
+
"components": [130.5, 55.7, 36.3],
|
|
10350
|
+
"hex": "#29903B"
|
|
10351
|
+
},
|
|
9901
10352
|
"filePath": "src/tokens/component/button.json5",
|
|
9902
10353
|
"isSource": true,
|
|
9903
10354
|
"$type": "color"
|
|
9904
10355
|
},
|
|
9905
10356
|
"dark-dimmed": {
|
|
9906
|
-
"$value":
|
|
10357
|
+
"$value": {
|
|
10358
|
+
"colorSpace": "hsl",
|
|
10359
|
+
"components": [124, 38.9, 37.8],
|
|
10360
|
+
"hex": "#3b8640"
|
|
10361
|
+
},
|
|
9907
10362
|
"filePath": "src/tokens/component/button.json5",
|
|
9908
10363
|
"isSource": true,
|
|
9909
10364
|
"$type": "color"
|
|
@@ -9915,61 +10370,101 @@
|
|
|
9915
10370
|
"$type": "color"
|
|
9916
10371
|
},
|
|
9917
10372
|
"dark-tritanopia": {
|
|
9918
|
-
"$value":
|
|
10373
|
+
"$value": {
|
|
10374
|
+
"colorSpace": "hsl",
|
|
10375
|
+
"components": [215.6, 86, 55.1],
|
|
10376
|
+
"hex": "#2a7aef"
|
|
10377
|
+
},
|
|
9919
10378
|
"filePath": "src/tokens/component/button.json5",
|
|
9920
10379
|
"isSource": true,
|
|
9921
10380
|
"$type": "color"
|
|
9922
10381
|
},
|
|
9923
10382
|
"dark-tritanopia-high-contrast": {
|
|
9924
|
-
"$value":
|
|
10383
|
+
"$value": {
|
|
10384
|
+
"colorSpace": "hsl",
|
|
10385
|
+
"components": [215.6, 86, 55.1],
|
|
10386
|
+
"hex": "#2a7aef"
|
|
10387
|
+
},
|
|
9925
10388
|
"filePath": "src/tokens/component/button.json5",
|
|
9926
10389
|
"isSource": true,
|
|
9927
10390
|
"$type": "color"
|
|
9928
10391
|
},
|
|
9929
10392
|
"dark-protanopia-deuteranopia": {
|
|
9930
|
-
"$value":
|
|
10393
|
+
"$value": {
|
|
10394
|
+
"colorSpace": "hsl",
|
|
10395
|
+
"components": [215.6, 86, 55.1],
|
|
10396
|
+
"hex": "#2a7aef"
|
|
10397
|
+
},
|
|
9931
10398
|
"filePath": "src/tokens/component/button.json5",
|
|
9932
10399
|
"isSource": true,
|
|
9933
10400
|
"$type": "color"
|
|
9934
10401
|
},
|
|
9935
10402
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
9936
|
-
"$value":
|
|
10403
|
+
"$value": {
|
|
10404
|
+
"colorSpace": "hsl",
|
|
10405
|
+
"components": [215.6, 86, 55.1],
|
|
10406
|
+
"hex": "#2a7aef"
|
|
10407
|
+
},
|
|
9937
10408
|
"filePath": "src/tokens/component/button.json5",
|
|
9938
10409
|
"isSource": true,
|
|
9939
10410
|
"$type": "color"
|
|
9940
10411
|
},
|
|
9941
10412
|
"dark-high-contrast": {
|
|
9942
|
-
"$value":
|
|
10413
|
+
"$value": {
|
|
10414
|
+
"colorSpace": "hsl",
|
|
10415
|
+
"components": [138.6, 87.6, 25.3],
|
|
10416
|
+
"hex": "#08792b"
|
|
10417
|
+
},
|
|
9943
10418
|
"filePath": "src/tokens/component/button.json5",
|
|
9944
10419
|
"isSource": true,
|
|
9945
10420
|
"$type": "color"
|
|
9946
10421
|
},
|
|
9947
10422
|
"light-tritanopia": {
|
|
9948
|
-
"$value":
|
|
10423
|
+
"$value": {
|
|
10424
|
+
"colorSpace": "hsl",
|
|
10425
|
+
"components": [212.5, 92.6, 42.5],
|
|
10426
|
+
"hex": "#0864d1"
|
|
10427
|
+
},
|
|
9949
10428
|
"filePath": "src/tokens/component/button.json5",
|
|
9950
10429
|
"isSource": true,
|
|
9951
10430
|
"$type": "color"
|
|
9952
10431
|
},
|
|
9953
10432
|
"light-tritanopia-high-contrast": {
|
|
9954
|
-
"$value":
|
|
10433
|
+
"$value": {
|
|
10434
|
+
"colorSpace": "hsl",
|
|
10435
|
+
"components": [212.5, 92.6, 42.5],
|
|
10436
|
+
"hex": "#0864d1"
|
|
10437
|
+
},
|
|
9955
10438
|
"filePath": "src/tokens/component/button.json5",
|
|
9956
10439
|
"isSource": true,
|
|
9957
10440
|
"$type": "color"
|
|
9958
10441
|
},
|
|
9959
10442
|
"light-protanopia-deuteranopia": {
|
|
9960
|
-
"$value":
|
|
10443
|
+
"$value": {
|
|
10444
|
+
"colorSpace": "hsl",
|
|
10445
|
+
"components": [212.5, 92.6, 42.5],
|
|
10446
|
+
"hex": "#0864d1"
|
|
10447
|
+
},
|
|
9961
10448
|
"filePath": "src/tokens/component/button.json5",
|
|
9962
10449
|
"isSource": true,
|
|
9963
10450
|
"$type": "color"
|
|
9964
10451
|
},
|
|
9965
10452
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9966
|
-
"$value":
|
|
10453
|
+
"$value": {
|
|
10454
|
+
"colorSpace": "hsl",
|
|
10455
|
+
"components": [212.5, 92.6, 42.5],
|
|
10456
|
+
"hex": "#0864d1"
|
|
10457
|
+
},
|
|
9967
10458
|
"filePath": "src/tokens/component/button.json5",
|
|
9968
10459
|
"isSource": true,
|
|
9969
10460
|
"$type": "color"
|
|
9970
10461
|
},
|
|
9971
10462
|
"light-high-contrast": {
|
|
9972
|
-
"$value":
|
|
10463
|
+
"$value": {
|
|
10464
|
+
"colorSpace": "hsl",
|
|
10465
|
+
"components": [138.8, 91.2, 17.8],
|
|
10466
|
+
"hex": "#04571e"
|
|
10467
|
+
},
|
|
9973
10468
|
"filePath": "src/tokens/component/button.json5",
|
|
9974
10469
|
"isSource": true,
|
|
9975
10470
|
"$type": "color"
|
|
@@ -9979,7 +10474,11 @@
|
|
|
9979
10474
|
"filePath": "src/tokens/component/button.json5",
|
|
9980
10475
|
"isSource": true,
|
|
9981
10476
|
"original": {
|
|
9982
|
-
"$value":
|
|
10477
|
+
"$value": {
|
|
10478
|
+
"colorSpace": "hsl",
|
|
10479
|
+
"components": [212.5, 92.6, 42.5],
|
|
10480
|
+
"hex": "#0864d1"
|
|
10481
|
+
},
|
|
9983
10482
|
"$type": "color",
|
|
9984
10483
|
"$extensions": {
|
|
9985
10484
|
"org.primer.figma": {
|
|
@@ -9989,13 +10488,21 @@
|
|
|
9989
10488
|
},
|
|
9990
10489
|
"org.primer.overrides": {
|
|
9991
10490
|
"dark": {
|
|
9992
|
-
"$value":
|
|
10491
|
+
"$value": {
|
|
10492
|
+
"colorSpace": "hsl",
|
|
10493
|
+
"components": [130.5, 55.7, 36.3],
|
|
10494
|
+
"hex": "#29903B"
|
|
10495
|
+
},
|
|
9993
10496
|
"filePath": "src/tokens/component/button.json5",
|
|
9994
10497
|
"isSource": true,
|
|
9995
10498
|
"$type": "color"
|
|
9996
10499
|
},
|
|
9997
10500
|
"dark-dimmed": {
|
|
9998
|
-
"$value":
|
|
10501
|
+
"$value": {
|
|
10502
|
+
"colorSpace": "hsl",
|
|
10503
|
+
"components": [124, 38.9, 37.8],
|
|
10504
|
+
"hex": "#3b8640"
|
|
10505
|
+
},
|
|
9999
10506
|
"filePath": "src/tokens/component/button.json5",
|
|
10000
10507
|
"isSource": true,
|
|
10001
10508
|
"$type": "color"
|
|
@@ -10007,61 +10514,101 @@
|
|
|
10007
10514
|
"$type": "color"
|
|
10008
10515
|
},
|
|
10009
10516
|
"dark-tritanopia": {
|
|
10010
|
-
"$value":
|
|
10517
|
+
"$value": {
|
|
10518
|
+
"colorSpace": "hsl",
|
|
10519
|
+
"components": [215.6, 86, 55.1],
|
|
10520
|
+
"hex": "#2a7aef"
|
|
10521
|
+
},
|
|
10011
10522
|
"filePath": "src/tokens/component/button.json5",
|
|
10012
10523
|
"isSource": true,
|
|
10013
10524
|
"$type": "color"
|
|
10014
10525
|
},
|
|
10015
10526
|
"dark-tritanopia-high-contrast": {
|
|
10016
|
-
"$value":
|
|
10527
|
+
"$value": {
|
|
10528
|
+
"colorSpace": "hsl",
|
|
10529
|
+
"components": [215.6, 86, 55.1],
|
|
10530
|
+
"hex": "#2a7aef"
|
|
10531
|
+
},
|
|
10017
10532
|
"filePath": "src/tokens/component/button.json5",
|
|
10018
10533
|
"isSource": true,
|
|
10019
10534
|
"$type": "color"
|
|
10020
10535
|
},
|
|
10021
10536
|
"dark-protanopia-deuteranopia": {
|
|
10022
|
-
"$value":
|
|
10537
|
+
"$value": {
|
|
10538
|
+
"colorSpace": "hsl",
|
|
10539
|
+
"components": [215.6, 86, 55.1],
|
|
10540
|
+
"hex": "#2a7aef"
|
|
10541
|
+
},
|
|
10023
10542
|
"filePath": "src/tokens/component/button.json5",
|
|
10024
10543
|
"isSource": true,
|
|
10025
10544
|
"$type": "color"
|
|
10026
10545
|
},
|
|
10027
10546
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
10028
|
-
"$value":
|
|
10547
|
+
"$value": {
|
|
10548
|
+
"colorSpace": "hsl",
|
|
10549
|
+
"components": [215.6, 86, 55.1],
|
|
10550
|
+
"hex": "#2a7aef"
|
|
10551
|
+
},
|
|
10029
10552
|
"filePath": "src/tokens/component/button.json5",
|
|
10030
10553
|
"isSource": true,
|
|
10031
10554
|
"$type": "color"
|
|
10032
10555
|
},
|
|
10033
10556
|
"dark-high-contrast": {
|
|
10034
|
-
"$value":
|
|
10557
|
+
"$value": {
|
|
10558
|
+
"colorSpace": "hsl",
|
|
10559
|
+
"components": [138.6, 87.6, 25.3],
|
|
10560
|
+
"hex": "#08792b"
|
|
10561
|
+
},
|
|
10035
10562
|
"filePath": "src/tokens/component/button.json5",
|
|
10036
10563
|
"isSource": true,
|
|
10037
10564
|
"$type": "color"
|
|
10038
10565
|
},
|
|
10039
10566
|
"light-tritanopia": {
|
|
10040
|
-
"$value":
|
|
10567
|
+
"$value": {
|
|
10568
|
+
"colorSpace": "hsl",
|
|
10569
|
+
"components": [212.5, 92.6, 42.5],
|
|
10570
|
+
"hex": "#0864d1"
|
|
10571
|
+
},
|
|
10041
10572
|
"filePath": "src/tokens/component/button.json5",
|
|
10042
10573
|
"isSource": true,
|
|
10043
10574
|
"$type": "color"
|
|
10044
10575
|
},
|
|
10045
10576
|
"light-tritanopia-high-contrast": {
|
|
10046
|
-
"$value":
|
|
10577
|
+
"$value": {
|
|
10578
|
+
"colorSpace": "hsl",
|
|
10579
|
+
"components": [212.5, 92.6, 42.5],
|
|
10580
|
+
"hex": "#0864d1"
|
|
10581
|
+
},
|
|
10047
10582
|
"filePath": "src/tokens/component/button.json5",
|
|
10048
10583
|
"isSource": true,
|
|
10049
10584
|
"$type": "color"
|
|
10050
10585
|
},
|
|
10051
10586
|
"light-protanopia-deuteranopia": {
|
|
10052
|
-
"$value":
|
|
10587
|
+
"$value": {
|
|
10588
|
+
"colorSpace": "hsl",
|
|
10589
|
+
"components": [212.5, 92.6, 42.5],
|
|
10590
|
+
"hex": "#0864d1"
|
|
10591
|
+
},
|
|
10053
10592
|
"filePath": "src/tokens/component/button.json5",
|
|
10054
10593
|
"isSource": true,
|
|
10055
10594
|
"$type": "color"
|
|
10056
10595
|
},
|
|
10057
10596
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
10058
|
-
"$value":
|
|
10597
|
+
"$value": {
|
|
10598
|
+
"colorSpace": "hsl",
|
|
10599
|
+
"components": [212.5, 92.6, 42.5],
|
|
10600
|
+
"hex": "#0864d1"
|
|
10601
|
+
},
|
|
10059
10602
|
"filePath": "src/tokens/component/button.json5",
|
|
10060
10603
|
"isSource": true,
|
|
10061
10604
|
"$type": "color"
|
|
10062
10605
|
},
|
|
10063
10606
|
"light-high-contrast": {
|
|
10064
|
-
"$value":
|
|
10607
|
+
"$value": {
|
|
10608
|
+
"colorSpace": "hsl",
|
|
10609
|
+
"components": [138.8, 91.2, 17.8],
|
|
10610
|
+
"hex": "#04571e"
|
|
10611
|
+
},
|
|
10065
10612
|
"filePath": "src/tokens/component/button.json5",
|
|
10066
10613
|
"isSource": true,
|
|
10067
10614
|
"$type": "color"
|
|
@@ -10172,37 +10719,61 @@
|
|
|
10172
10719
|
},
|
|
10173
10720
|
"org.primer.overrides": {
|
|
10174
10721
|
"dark": {
|
|
10175
|
-
"$value":
|
|
10722
|
+
"$value": {
|
|
10723
|
+
"colorSpace": "hsl",
|
|
10724
|
+
"components": [135.8, 69.2, 20.4],
|
|
10725
|
+
"hex": "#105823"
|
|
10726
|
+
},
|
|
10176
10727
|
"filePath": "src/tokens/component/button.json5",
|
|
10177
10728
|
"isSource": true,
|
|
10178
10729
|
"$type": "color"
|
|
10179
10730
|
},
|
|
10180
10731
|
"dark-dimmed": {
|
|
10181
|
-
"$value":
|
|
10732
|
+
"$value": {
|
|
10733
|
+
"colorSpace": "hsl",
|
|
10734
|
+
"components": [135.8, 69.2, 20.4],
|
|
10735
|
+
"hex": "#105823"
|
|
10736
|
+
},
|
|
10182
10737
|
"filePath": "src/tokens/component/button.json5",
|
|
10183
10738
|
"isSource": true,
|
|
10184
10739
|
"$type": "color"
|
|
10185
10740
|
},
|
|
10186
10741
|
"dark-tritanopia": {
|
|
10187
|
-
"$value":
|
|
10742
|
+
"$value": {
|
|
10743
|
+
"colorSpace": "hsl",
|
|
10744
|
+
"components": [211.3, 98.8, 68.4],
|
|
10745
|
+
"hex": "#5fabfe"
|
|
10746
|
+
},
|
|
10188
10747
|
"filePath": "src/tokens/component/button.json5",
|
|
10189
10748
|
"isSource": true,
|
|
10190
10749
|
"$type": "color"
|
|
10191
10750
|
},
|
|
10192
10751
|
"dark-tritanopia-high-contrast": {
|
|
10193
|
-
"$value":
|
|
10752
|
+
"$value": {
|
|
10753
|
+
"colorSpace": "hsl",
|
|
10754
|
+
"components": [211.3, 98.8, 68.4],
|
|
10755
|
+
"hex": "#5fabfe"
|
|
10756
|
+
},
|
|
10194
10757
|
"filePath": "src/tokens/component/button.json5",
|
|
10195
10758
|
"isSource": true,
|
|
10196
10759
|
"$type": "color"
|
|
10197
10760
|
},
|
|
10198
10761
|
"dark-protanopia-deuteranopia": {
|
|
10199
|
-
"$value":
|
|
10762
|
+
"$value": {
|
|
10763
|
+
"colorSpace": "hsl",
|
|
10764
|
+
"components": [216.6, 84.3, 42.4],
|
|
10765
|
+
"hex": "#1158c7"
|
|
10766
|
+
},
|
|
10200
10767
|
"filePath": "src/tokens/component/button.json5",
|
|
10201
10768
|
"isSource": true,
|
|
10202
10769
|
"$type": "color"
|
|
10203
10770
|
},
|
|
10204
10771
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
10205
|
-
"$value":
|
|
10772
|
+
"$value": {
|
|
10773
|
+
"colorSpace": "hsl",
|
|
10774
|
+
"components": [216.6, 84.3, 42.4],
|
|
10775
|
+
"hex": "#1158c7"
|
|
10776
|
+
},
|
|
10206
10777
|
"filePath": "src/tokens/component/button.json5",
|
|
10207
10778
|
"isSource": true,
|
|
10208
10779
|
"$type": "color"
|
|
@@ -10215,7 +10786,11 @@
|
|
|
10215
10786
|
"$type": "color"
|
|
10216
10787
|
},
|
|
10217
10788
|
"light-high-contrast": {
|
|
10218
|
-
"$value":
|
|
10789
|
+
"$value": {
|
|
10790
|
+
"colorSpace": "hsl",
|
|
10791
|
+
"components": [135.4, 40.2, 65.9],
|
|
10792
|
+
"hex": "#85cb97"
|
|
10793
|
+
},
|
|
10219
10794
|
"filePath": "src/tokens/component/button.json5",
|
|
10220
10795
|
"isSource": true,
|
|
10221
10796
|
"$type": "color"
|
|
@@ -10235,37 +10810,61 @@
|
|
|
10235
10810
|
},
|
|
10236
10811
|
"org.primer.overrides": {
|
|
10237
10812
|
"dark": {
|
|
10238
|
-
"$value":
|
|
10813
|
+
"$value": {
|
|
10814
|
+
"colorSpace": "hsl",
|
|
10815
|
+
"components": [135.8, 69.2, 20.4],
|
|
10816
|
+
"hex": "#105823"
|
|
10817
|
+
},
|
|
10239
10818
|
"filePath": "src/tokens/component/button.json5",
|
|
10240
10819
|
"isSource": true,
|
|
10241
10820
|
"$type": "color"
|
|
10242
10821
|
},
|
|
10243
10822
|
"dark-dimmed": {
|
|
10244
|
-
"$value":
|
|
10823
|
+
"$value": {
|
|
10824
|
+
"colorSpace": "hsl",
|
|
10825
|
+
"components": [135.8, 69.2, 20.4],
|
|
10826
|
+
"hex": "#105823"
|
|
10827
|
+
},
|
|
10245
10828
|
"filePath": "src/tokens/component/button.json5",
|
|
10246
10829
|
"isSource": true,
|
|
10247
10830
|
"$type": "color"
|
|
10248
10831
|
},
|
|
10249
10832
|
"dark-tritanopia": {
|
|
10250
|
-
"$value":
|
|
10833
|
+
"$value": {
|
|
10834
|
+
"colorSpace": "hsl",
|
|
10835
|
+
"components": [211.3, 98.8, 68.4],
|
|
10836
|
+
"hex": "#5fabfe"
|
|
10837
|
+
},
|
|
10251
10838
|
"filePath": "src/tokens/component/button.json5",
|
|
10252
10839
|
"isSource": true,
|
|
10253
10840
|
"$type": "color"
|
|
10254
10841
|
},
|
|
10255
10842
|
"dark-tritanopia-high-contrast": {
|
|
10256
|
-
"$value":
|
|
10843
|
+
"$value": {
|
|
10844
|
+
"colorSpace": "hsl",
|
|
10845
|
+
"components": [211.3, 98.8, 68.4],
|
|
10846
|
+
"hex": "#5fabfe"
|
|
10847
|
+
},
|
|
10257
10848
|
"filePath": "src/tokens/component/button.json5",
|
|
10258
10849
|
"isSource": true,
|
|
10259
10850
|
"$type": "color"
|
|
10260
10851
|
},
|
|
10261
10852
|
"dark-protanopia-deuteranopia": {
|
|
10262
|
-
"$value":
|
|
10853
|
+
"$value": {
|
|
10854
|
+
"colorSpace": "hsl",
|
|
10855
|
+
"components": [216.6, 84.3, 42.4],
|
|
10856
|
+
"hex": "#1158c7"
|
|
10857
|
+
},
|
|
10263
10858
|
"filePath": "src/tokens/component/button.json5",
|
|
10264
10859
|
"isSource": true,
|
|
10265
10860
|
"$type": "color"
|
|
10266
10861
|
},
|
|
10267
10862
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
10268
|
-
"$value":
|
|
10863
|
+
"$value": {
|
|
10864
|
+
"colorSpace": "hsl",
|
|
10865
|
+
"components": [216.6, 84.3, 42.4],
|
|
10866
|
+
"hex": "#1158c7"
|
|
10867
|
+
},
|
|
10269
10868
|
"filePath": "src/tokens/component/button.json5",
|
|
10270
10869
|
"isSource": true,
|
|
10271
10870
|
"$type": "color"
|
|
@@ -10278,7 +10877,11 @@
|
|
|
10278
10877
|
"$type": "color"
|
|
10279
10878
|
},
|
|
10280
10879
|
"light-high-contrast": {
|
|
10281
|
-
"$value":
|
|
10880
|
+
"$value": {
|
|
10881
|
+
"colorSpace": "hsl",
|
|
10882
|
+
"components": [135.4, 40.2, 65.9],
|
|
10883
|
+
"hex": "#85cb97"
|
|
10884
|
+
},
|
|
10282
10885
|
"filePath": "src/tokens/component/button.json5",
|
|
10283
10886
|
"isSource": true,
|
|
10284
10887
|
"$type": "color"
|
|
@@ -10518,13 +11121,21 @@
|
|
|
10518
11121
|
"$type": "color"
|
|
10519
11122
|
},
|
|
10520
11123
|
"dark-dimmed": {
|
|
10521
|
-
"$value":
|
|
11124
|
+
"$value": {
|
|
11125
|
+
"colorSpace": "hsl",
|
|
11126
|
+
"components": [0, 0, 100],
|
|
11127
|
+
"hex": "#ffffff"
|
|
11128
|
+
},
|
|
10522
11129
|
"filePath": "src/tokens/component/button.json5",
|
|
10523
11130
|
"isSource": true,
|
|
10524
11131
|
"$type": "color"
|
|
10525
11132
|
},
|
|
10526
11133
|
"dark-dimmed-high-contrast": {
|
|
10527
|
-
"$value":
|
|
11134
|
+
"$value": {
|
|
11135
|
+
"colorSpace": "hsl",
|
|
11136
|
+
"components": [0, 0, 100],
|
|
11137
|
+
"hex": "#ffffff"
|
|
11138
|
+
},
|
|
10528
11139
|
"filePath": "src/tokens/component/button.json5",
|
|
10529
11140
|
"isSource": true,
|
|
10530
11141
|
"$type": "color"
|
|
@@ -10550,13 +11161,21 @@
|
|
|
10550
11161
|
"$type": "color"
|
|
10551
11162
|
},
|
|
10552
11163
|
"dark-dimmed": {
|
|
10553
|
-
"$value":
|
|
11164
|
+
"$value": {
|
|
11165
|
+
"colorSpace": "hsl",
|
|
11166
|
+
"components": [0, 0, 100],
|
|
11167
|
+
"hex": "#ffffff"
|
|
11168
|
+
},
|
|
10554
11169
|
"filePath": "src/tokens/component/button.json5",
|
|
10555
11170
|
"isSource": true,
|
|
10556
11171
|
"$type": "color"
|
|
10557
11172
|
},
|
|
10558
11173
|
"dark-dimmed-high-contrast": {
|
|
10559
|
-
"$value":
|
|
11174
|
+
"$value": {
|
|
11175
|
+
"colorSpace": "hsl",
|
|
11176
|
+
"components": [0, 0, 100],
|
|
11177
|
+
"hex": "#ffffff"
|
|
11178
|
+
},
|
|
10560
11179
|
"filePath": "src/tokens/component/button.json5",
|
|
10561
11180
|
"isSource": true,
|
|
10562
11181
|
"$type": "color"
|
|
@@ -10569,6 +11188,35 @@
|
|
|
10569
11188
|
"attributes": {},
|
|
10570
11189
|
"path": ["button", "primary", "fgColor", "rest"]
|
|
10571
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
|
+
},
|
|
10572
11220
|
"button-primary-iconColor-rest": {
|
|
10573
11221
|
"key": "{button.primary.iconColor.rest}",
|
|
10574
11222
|
"$value": "#ffffffcc",
|
|
@@ -10594,13 +11242,21 @@
|
|
|
10594
11242
|
"$type": "color"
|
|
10595
11243
|
},
|
|
10596
11244
|
"dark-dimmed": {
|
|
10597
|
-
"$value":
|
|
11245
|
+
"$value": {
|
|
11246
|
+
"colorSpace": "hsl",
|
|
11247
|
+
"components": [0, 0, 100],
|
|
11248
|
+
"hex": "#ffffff"
|
|
11249
|
+
},
|
|
10598
11250
|
"filePath": "src/tokens/component/button.json5",
|
|
10599
11251
|
"isSource": true,
|
|
10600
11252
|
"$type": "color"
|
|
10601
11253
|
},
|
|
10602
11254
|
"dark-dimmed-high-contrast": {
|
|
10603
|
-
"$value":
|
|
11255
|
+
"$value": {
|
|
11256
|
+
"colorSpace": "hsl",
|
|
11257
|
+
"components": [0, 0, 100],
|
|
11258
|
+
"hex": "#ffffff"
|
|
11259
|
+
},
|
|
10604
11260
|
"filePath": "src/tokens/component/button.json5",
|
|
10605
11261
|
"isSource": true,
|
|
10606
11262
|
"$type": "color"
|
|
@@ -10634,13 +11290,21 @@
|
|
|
10634
11290
|
"$type": "color"
|
|
10635
11291
|
},
|
|
10636
11292
|
"dark-dimmed": {
|
|
10637
|
-
"$value":
|
|
11293
|
+
"$value": {
|
|
11294
|
+
"colorSpace": "hsl",
|
|
11295
|
+
"components": [0, 0, 100],
|
|
11296
|
+
"hex": "#ffffff"
|
|
11297
|
+
},
|
|
10638
11298
|
"filePath": "src/tokens/component/button.json5",
|
|
10639
11299
|
"isSource": true,
|
|
10640
11300
|
"$type": "color"
|
|
10641
11301
|
},
|
|
10642
11302
|
"dark-dimmed-high-contrast": {
|
|
10643
|
-
"$value":
|
|
11303
|
+
"$value": {
|
|
11304
|
+
"colorSpace": "hsl",
|
|
11305
|
+
"components": [0, 0, 100],
|
|
11306
|
+
"hex": "#ffffff"
|
|
11307
|
+
},
|
|
10644
11308
|
"filePath": "src/tokens/component/button.json5",
|
|
10645
11309
|
"isSource": true,
|
|
10646
11310
|
"$type": "color"
|
|
@@ -14112,7 +14776,11 @@
|
|
|
14112
14776
|
"filePath": "src/tokens/functional/color/syntax.json5",
|
|
14113
14777
|
"isSource": true,
|
|
14114
14778
|
"original": {
|
|
14115
|
-
"$value":
|
|
14779
|
+
"$value": {
|
|
14780
|
+
"colorSpace": "hsl",
|
|
14781
|
+
"components": [184, 65.8, 31],
|
|
14782
|
+
"hex": "#1b7c83"
|
|
14783
|
+
},
|
|
14116
14784
|
"$type": "color",
|
|
14117
14785
|
"$extensions": {
|
|
14118
14786
|
"org.primer.figma": {
|
|
@@ -14145,7 +14813,11 @@
|
|
|
14145
14813
|
"filePath": "src/tokens/functional/color/syntax.json5",
|
|
14146
14814
|
"isSource": true,
|
|
14147
14815
|
"original": {
|
|
14148
|
-
"$value":
|
|
14816
|
+
"$value": {
|
|
14817
|
+
"colorSpace": "hsl",
|
|
14818
|
+
"components": [191.9, 55.3, 42.9],
|
|
14819
|
+
"hex": "#3192aa"
|
|
14820
|
+
},
|
|
14149
14821
|
"$type": "color",
|
|
14150
14822
|
"$extensions": {
|
|
14151
14823
|
"org.primer.figma": {
|
|
@@ -17010,7 +17682,11 @@
|
|
|
17010
17682
|
"org.primer.overrides": {
|
|
17011
17683
|
"dark": "#d1d9e0",
|
|
17012
17684
|
"dark-dimmed": {
|
|
17013
|
-
"$value":
|
|
17685
|
+
"$value": {
|
|
17686
|
+
"colorSpace": "hsl",
|
|
17687
|
+
"components": [213.8, 11.6, 27.1],
|
|
17688
|
+
"hex": "#3d444d"
|
|
17689
|
+
},
|
|
17014
17690
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17015
17691
|
"isSource": true,
|
|
17016
17692
|
"$type": "color"
|
|
@@ -17031,7 +17707,11 @@
|
|
|
17031
17707
|
"org.primer.overrides": {
|
|
17032
17708
|
"dark": "{borderColor.default}",
|
|
17033
17709
|
"dark-dimmed": {
|
|
17034
|
-
"$value":
|
|
17710
|
+
"$value": {
|
|
17711
|
+
"colorSpace": "hsl",
|
|
17712
|
+
"components": [213.8, 11.6, 27.1],
|
|
17713
|
+
"hex": "#3d444d"
|
|
17714
|
+
},
|
|
17035
17715
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17036
17716
|
"isSource": true,
|
|
17037
17717
|
"$type": "color"
|
|
@@ -17162,49 +17842,81 @@
|
|
|
17162
17842
|
"org.primer.overrides": {
|
|
17163
17843
|
"dark": "#3685F3",
|
|
17164
17844
|
"dark-high-contrast": {
|
|
17165
|
-
"$value":
|
|
17845
|
+
"$value": {
|
|
17846
|
+
"colorSpace": "hsl",
|
|
17847
|
+
"components": [215.3, 61.2, 52.5],
|
|
17848
|
+
"hex": "#3c79d0"
|
|
17849
|
+
},
|
|
17166
17850
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17167
17851
|
"isSource": true,
|
|
17168
17852
|
"$type": "color"
|
|
17169
17853
|
},
|
|
17170
17854
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
17171
|
-
"$value":
|
|
17855
|
+
"$value": {
|
|
17856
|
+
"colorSpace": "hsl",
|
|
17857
|
+
"components": [215.3, 61.2, 52.5],
|
|
17858
|
+
"hex": "#3c79d0"
|
|
17859
|
+
},
|
|
17172
17860
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17173
17861
|
"isSource": true,
|
|
17174
17862
|
"$type": "color"
|
|
17175
17863
|
},
|
|
17176
17864
|
"dark-tritanopia-high-contrast": {
|
|
17177
|
-
"$value":
|
|
17865
|
+
"$value": {
|
|
17866
|
+
"colorSpace": "hsl",
|
|
17867
|
+
"components": [215.3, 61.2, 52.5],
|
|
17868
|
+
"hex": "#3c79d0"
|
|
17869
|
+
},
|
|
17178
17870
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17179
17871
|
"isSource": true,
|
|
17180
17872
|
"$type": "color"
|
|
17181
17873
|
},
|
|
17182
17874
|
"dark-dimmed": {
|
|
17183
|
-
"$value":
|
|
17875
|
+
"$value": {
|
|
17876
|
+
"colorSpace": "hsl",
|
|
17877
|
+
"components": [215.4, 68.4, 55.3],
|
|
17878
|
+
"hex": "#3f7fdb"
|
|
17879
|
+
},
|
|
17184
17880
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17185
17881
|
"isSource": true,
|
|
17186
17882
|
"$type": "color"
|
|
17187
17883
|
},
|
|
17188
17884
|
"dark-dimmed-high-contrast": {
|
|
17189
|
-
"$value":
|
|
17885
|
+
"$value": {
|
|
17886
|
+
"colorSpace": "hsl",
|
|
17887
|
+
"components": [215.3, 61.2, 52.5],
|
|
17888
|
+
"hex": "#3c79d0"
|
|
17889
|
+
},
|
|
17190
17890
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17191
17891
|
"isSource": true,
|
|
17192
17892
|
"$type": "color"
|
|
17193
17893
|
},
|
|
17194
17894
|
"light-high-contrast": {
|
|
17195
|
-
"$value":
|
|
17895
|
+
"$value": {
|
|
17896
|
+
"colorSpace": "hsl",
|
|
17897
|
+
"components": [216.6, 96.3, 31.4],
|
|
17898
|
+
"hex": "#033f9d"
|
|
17899
|
+
},
|
|
17196
17900
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17197
17901
|
"isSource": true,
|
|
17198
17902
|
"$type": "color"
|
|
17199
17903
|
},
|
|
17200
17904
|
"light-tritanopia-high-contrast": {
|
|
17201
|
-
"$value":
|
|
17905
|
+
"$value": {
|
|
17906
|
+
"colorSpace": "hsl",
|
|
17907
|
+
"components": [216.6, 96.3, 31.4],
|
|
17908
|
+
"hex": "#033f9d"
|
|
17909
|
+
},
|
|
17202
17910
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17203
17911
|
"isSource": true,
|
|
17204
17912
|
"$type": "color"
|
|
17205
17913
|
},
|
|
17206
17914
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17207
|
-
"$value":
|
|
17915
|
+
"$value": {
|
|
17916
|
+
"colorSpace": "hsl",
|
|
17917
|
+
"components": [216.6, 96.3, 31.4],
|
|
17918
|
+
"hex": "#033f9d"
|
|
17919
|
+
},
|
|
17208
17920
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17209
17921
|
"isSource": true,
|
|
17210
17922
|
"$type": "color"
|
|
@@ -17214,7 +17926,11 @@
|
|
|
17214
17926
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17215
17927
|
"isSource": true,
|
|
17216
17928
|
"original": {
|
|
17217
|
-
"$value":
|
|
17929
|
+
"$value": {
|
|
17930
|
+
"colorSpace": "hsl",
|
|
17931
|
+
"components": [213.2, 92.7, 37.8],
|
|
17932
|
+
"hex": "#0757ba"
|
|
17933
|
+
},
|
|
17218
17934
|
"$type": "color",
|
|
17219
17935
|
"$extensions": {
|
|
17220
17936
|
"org.primer.figma": {
|
|
@@ -17225,49 +17941,81 @@
|
|
|
17225
17941
|
"org.primer.overrides": {
|
|
17226
17942
|
"dark": "#3685F3",
|
|
17227
17943
|
"dark-high-contrast": {
|
|
17228
|
-
"$value":
|
|
17944
|
+
"$value": {
|
|
17945
|
+
"colorSpace": "hsl",
|
|
17946
|
+
"components": [215.3, 61.2, 52.5],
|
|
17947
|
+
"hex": "#3c79d0"
|
|
17948
|
+
},
|
|
17229
17949
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17230
17950
|
"isSource": true,
|
|
17231
17951
|
"$type": "color"
|
|
17232
17952
|
},
|
|
17233
17953
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
17234
|
-
"$value":
|
|
17954
|
+
"$value": {
|
|
17955
|
+
"colorSpace": "hsl",
|
|
17956
|
+
"components": [215.3, 61.2, 52.5],
|
|
17957
|
+
"hex": "#3c79d0"
|
|
17958
|
+
},
|
|
17235
17959
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17236
17960
|
"isSource": true,
|
|
17237
17961
|
"$type": "color"
|
|
17238
17962
|
},
|
|
17239
17963
|
"dark-tritanopia-high-contrast": {
|
|
17240
|
-
"$value":
|
|
17964
|
+
"$value": {
|
|
17965
|
+
"colorSpace": "hsl",
|
|
17966
|
+
"components": [215.3, 61.2, 52.5],
|
|
17967
|
+
"hex": "#3c79d0"
|
|
17968
|
+
},
|
|
17241
17969
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17242
17970
|
"isSource": true,
|
|
17243
17971
|
"$type": "color"
|
|
17244
17972
|
},
|
|
17245
17973
|
"dark-dimmed": {
|
|
17246
|
-
"$value":
|
|
17974
|
+
"$value": {
|
|
17975
|
+
"colorSpace": "hsl",
|
|
17976
|
+
"components": [215.4, 68.4, 55.3],
|
|
17977
|
+
"hex": "#3f7fdb"
|
|
17978
|
+
},
|
|
17247
17979
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17248
17980
|
"isSource": true,
|
|
17249
17981
|
"$type": "color"
|
|
17250
17982
|
},
|
|
17251
17983
|
"dark-dimmed-high-contrast": {
|
|
17252
|
-
"$value":
|
|
17984
|
+
"$value": {
|
|
17985
|
+
"colorSpace": "hsl",
|
|
17986
|
+
"components": [215.3, 61.2, 52.5],
|
|
17987
|
+
"hex": "#3c79d0"
|
|
17988
|
+
},
|
|
17253
17989
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17254
17990
|
"isSource": true,
|
|
17255
17991
|
"$type": "color"
|
|
17256
17992
|
},
|
|
17257
17993
|
"light-high-contrast": {
|
|
17258
|
-
"$value":
|
|
17994
|
+
"$value": {
|
|
17995
|
+
"colorSpace": "hsl",
|
|
17996
|
+
"components": [216.6, 96.3, 31.4],
|
|
17997
|
+
"hex": "#033f9d"
|
|
17998
|
+
},
|
|
17259
17999
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17260
18000
|
"isSource": true,
|
|
17261
18001
|
"$type": "color"
|
|
17262
18002
|
},
|
|
17263
18003
|
"light-tritanopia-high-contrast": {
|
|
17264
|
-
"$value":
|
|
18004
|
+
"$value": {
|
|
18005
|
+
"colorSpace": "hsl",
|
|
18006
|
+
"components": [216.6, 96.3, 31.4],
|
|
18007
|
+
"hex": "#033f9d"
|
|
18008
|
+
},
|
|
17265
18009
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17266
18010
|
"isSource": true,
|
|
17267
18011
|
"$type": "color"
|
|
17268
18012
|
},
|
|
17269
18013
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17270
|
-
"$value":
|
|
18014
|
+
"$value": {
|
|
18015
|
+
"colorSpace": "hsl",
|
|
18016
|
+
"components": [216.6, 96.3, 31.4],
|
|
18017
|
+
"hex": "#033f9d"
|
|
18018
|
+
},
|
|
17271
18019
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17272
18020
|
"isSource": true,
|
|
17273
18021
|
"$type": "color"
|
|
@@ -17328,49 +18076,81 @@
|
|
|
17328
18076
|
"org.primer.overrides": {
|
|
17329
18077
|
"dark": "#2A7AEF",
|
|
17330
18078
|
"dark-high-contrast": {
|
|
17331
|
-
"$value":
|
|
18079
|
+
"$value": {
|
|
18080
|
+
"colorSpace": "hsl",
|
|
18081
|
+
"components": [217.2, 63.6, 46.3],
|
|
18082
|
+
"hex": "#2b64c1"
|
|
18083
|
+
},
|
|
17332
18084
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17333
18085
|
"isSource": true,
|
|
17334
18086
|
"$type": "color"
|
|
17335
18087
|
},
|
|
17336
18088
|
"dark-tritanopia-high-contrast": {
|
|
17337
|
-
"$value":
|
|
18089
|
+
"$value": {
|
|
18090
|
+
"colorSpace": "hsl",
|
|
18091
|
+
"components": [217.2, 63.6, 46.3],
|
|
18092
|
+
"hex": "#2b64c1"
|
|
18093
|
+
},
|
|
17338
18094
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17339
18095
|
"isSource": true,
|
|
17340
18096
|
"$type": "color"
|
|
17341
18097
|
},
|
|
17342
18098
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
17343
|
-
"$value":
|
|
18099
|
+
"$value": {
|
|
18100
|
+
"colorSpace": "hsl",
|
|
18101
|
+
"components": [217.2, 63.6, 46.3],
|
|
18102
|
+
"hex": "#2b64c1"
|
|
18103
|
+
},
|
|
17344
18104
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17345
18105
|
"isSource": true,
|
|
17346
18106
|
"$type": "color"
|
|
17347
18107
|
},
|
|
17348
18108
|
"dark-dimmed": {
|
|
17349
|
-
"$value":
|
|
18109
|
+
"$value": {
|
|
18110
|
+
"colorSpace": "hsl",
|
|
18111
|
+
"components": [216, 63.8, 52.4],
|
|
18112
|
+
"hex": "#3876d3"
|
|
18113
|
+
},
|
|
17350
18114
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17351
18115
|
"isSource": true,
|
|
17352
18116
|
"$type": "color"
|
|
17353
18117
|
},
|
|
17354
18118
|
"dark-dimmed-high-contrast": {
|
|
17355
|
-
"$value":
|
|
18119
|
+
"$value": {
|
|
18120
|
+
"colorSpace": "hsl",
|
|
18121
|
+
"components": [217.2, 63.6, 46.3],
|
|
18122
|
+
"hex": "#2b64c1"
|
|
18123
|
+
},
|
|
17356
18124
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17357
18125
|
"isSource": true,
|
|
17358
18126
|
"$type": "color"
|
|
17359
18127
|
},
|
|
17360
18128
|
"light-high-contrast": {
|
|
17361
|
-
"$value":
|
|
18129
|
+
"$value": {
|
|
18130
|
+
"colorSpace": "hsl",
|
|
18131
|
+
"components": [216.4, 96.5, 33.5],
|
|
18132
|
+
"hex": "#0344a8"
|
|
18133
|
+
},
|
|
17362
18134
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17363
18135
|
"isSource": true,
|
|
17364
18136
|
"$type": "color"
|
|
17365
18137
|
},
|
|
17366
18138
|
"light-tritanopia-high-contrast": {
|
|
17367
|
-
"$value":
|
|
18139
|
+
"$value": {
|
|
18140
|
+
"colorSpace": "hsl",
|
|
18141
|
+
"components": [216.4, 96.5, 33.5],
|
|
18142
|
+
"hex": "#0344a8"
|
|
18143
|
+
},
|
|
17368
18144
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17369
18145
|
"isSource": true,
|
|
17370
18146
|
"$type": "color"
|
|
17371
18147
|
},
|
|
17372
18148
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17373
|
-
"$value":
|
|
18149
|
+
"$value": {
|
|
18150
|
+
"colorSpace": "hsl",
|
|
18151
|
+
"components": [216.4, 96.5, 33.5],
|
|
18152
|
+
"hex": "#0344a8"
|
|
18153
|
+
},
|
|
17374
18154
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17375
18155
|
"isSource": true,
|
|
17376
18156
|
"$type": "color"
|
|
@@ -17380,7 +18160,11 @@
|
|
|
17380
18160
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17381
18161
|
"isSource": true,
|
|
17382
18162
|
"original": {
|
|
17383
|
-
"$value":
|
|
18163
|
+
"$value": {
|
|
18164
|
+
"colorSpace": "hsl",
|
|
18165
|
+
"components": [212.8, 92.4, 41.2],
|
|
18166
|
+
"hex": "#0860ca"
|
|
18167
|
+
},
|
|
17384
18168
|
"$type": "color",
|
|
17385
18169
|
"$extensions": {
|
|
17386
18170
|
"org.primer.figma": {
|
|
@@ -17391,49 +18175,81 @@
|
|
|
17391
18175
|
"org.primer.overrides": {
|
|
17392
18176
|
"dark": "#2A7AEF",
|
|
17393
18177
|
"dark-high-contrast": {
|
|
17394
|
-
"$value":
|
|
18178
|
+
"$value": {
|
|
18179
|
+
"colorSpace": "hsl",
|
|
18180
|
+
"components": [217.2, 63.6, 46.3],
|
|
18181
|
+
"hex": "#2b64c1"
|
|
18182
|
+
},
|
|
17395
18183
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17396
18184
|
"isSource": true,
|
|
17397
18185
|
"$type": "color"
|
|
17398
18186
|
},
|
|
17399
18187
|
"dark-tritanopia-high-contrast": {
|
|
17400
|
-
"$value":
|
|
18188
|
+
"$value": {
|
|
18189
|
+
"colorSpace": "hsl",
|
|
18190
|
+
"components": [217.2, 63.6, 46.3],
|
|
18191
|
+
"hex": "#2b64c1"
|
|
18192
|
+
},
|
|
17401
18193
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17402
18194
|
"isSource": true,
|
|
17403
18195
|
"$type": "color"
|
|
17404
18196
|
},
|
|
17405
18197
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
17406
|
-
"$value":
|
|
18198
|
+
"$value": {
|
|
18199
|
+
"colorSpace": "hsl",
|
|
18200
|
+
"components": [217.2, 63.6, 46.3],
|
|
18201
|
+
"hex": "#2b64c1"
|
|
18202
|
+
},
|
|
17407
18203
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17408
18204
|
"isSource": true,
|
|
17409
18205
|
"$type": "color"
|
|
17410
18206
|
},
|
|
17411
18207
|
"dark-dimmed": {
|
|
17412
|
-
"$value":
|
|
18208
|
+
"$value": {
|
|
18209
|
+
"colorSpace": "hsl",
|
|
18210
|
+
"components": [216, 63.8, 52.4],
|
|
18211
|
+
"hex": "#3876d3"
|
|
18212
|
+
},
|
|
17413
18213
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17414
18214
|
"isSource": true,
|
|
17415
18215
|
"$type": "color"
|
|
17416
18216
|
},
|
|
17417
18217
|
"dark-dimmed-high-contrast": {
|
|
17418
|
-
"$value":
|
|
18218
|
+
"$value": {
|
|
18219
|
+
"colorSpace": "hsl",
|
|
18220
|
+
"components": [217.2, 63.6, 46.3],
|
|
18221
|
+
"hex": "#2b64c1"
|
|
18222
|
+
},
|
|
17419
18223
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17420
18224
|
"isSource": true,
|
|
17421
18225
|
"$type": "color"
|
|
17422
18226
|
},
|
|
17423
18227
|
"light-high-contrast": {
|
|
17424
|
-
"$value":
|
|
18228
|
+
"$value": {
|
|
18229
|
+
"colorSpace": "hsl",
|
|
18230
|
+
"components": [216.4, 96.5, 33.5],
|
|
18231
|
+
"hex": "#0344a8"
|
|
18232
|
+
},
|
|
17425
18233
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17426
18234
|
"isSource": true,
|
|
17427
18235
|
"$type": "color"
|
|
17428
18236
|
},
|
|
17429
18237
|
"light-tritanopia-high-contrast": {
|
|
17430
|
-
"$value":
|
|
18238
|
+
"$value": {
|
|
18239
|
+
"colorSpace": "hsl",
|
|
18240
|
+
"components": [216.4, 96.5, 33.5],
|
|
18241
|
+
"hex": "#0344a8"
|
|
18242
|
+
},
|
|
17431
18243
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17432
18244
|
"isSource": true,
|
|
17433
18245
|
"$type": "color"
|
|
17434
18246
|
},
|
|
17435
18247
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17436
|
-
"$value":
|
|
18248
|
+
"$value": {
|
|
18249
|
+
"colorSpace": "hsl",
|
|
18250
|
+
"components": [216.4, 96.5, 33.5],
|
|
18251
|
+
"hex": "#0344a8"
|
|
18252
|
+
},
|
|
17437
18253
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17438
18254
|
"isSource": true,
|
|
17439
18255
|
"$type": "color"
|
|
@@ -17512,7 +18328,11 @@
|
|
|
17512
18328
|
"$type": "color"
|
|
17513
18329
|
},
|
|
17514
18330
|
"dark-dimmed": {
|
|
17515
|
-
"$value":
|
|
18331
|
+
"$value": {
|
|
18332
|
+
"colorSpace": "hsl",
|
|
18333
|
+
"components": [215.4, 68.4, 55.3],
|
|
18334
|
+
"hex": "#3f7fdb"
|
|
18335
|
+
},
|
|
17516
18336
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17517
18337
|
"isSource": true,
|
|
17518
18338
|
"$type": "color"
|
|
@@ -17524,19 +18344,31 @@
|
|
|
17524
18344
|
"$type": "color"
|
|
17525
18345
|
},
|
|
17526
18346
|
"light-high-contrast": {
|
|
17527
|
-
"$value":
|
|
18347
|
+
"$value": {
|
|
18348
|
+
"colorSpace": "hsl",
|
|
18349
|
+
"components": [216.6, 96.3, 31.4],
|
|
18350
|
+
"hex": "#033f9d"
|
|
18351
|
+
},
|
|
17528
18352
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17529
18353
|
"isSource": true,
|
|
17530
18354
|
"$type": "color"
|
|
17531
18355
|
},
|
|
17532
18356
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17533
|
-
"$value":
|
|
18357
|
+
"$value": {
|
|
18358
|
+
"colorSpace": "hsl",
|
|
18359
|
+
"components": [216.6, 96.3, 31.4],
|
|
18360
|
+
"hex": "#033f9d"
|
|
18361
|
+
},
|
|
17534
18362
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17535
18363
|
"isSource": true,
|
|
17536
18364
|
"$type": "color"
|
|
17537
18365
|
},
|
|
17538
18366
|
"light-tritanopia-high-contrast": {
|
|
17539
|
-
"$value":
|
|
18367
|
+
"$value": {
|
|
18368
|
+
"colorSpace": "hsl",
|
|
18369
|
+
"components": [216.6, 96.3, 31.4],
|
|
18370
|
+
"hex": "#033f9d"
|
|
18371
|
+
},
|
|
17540
18372
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17541
18373
|
"isSource": true,
|
|
17542
18374
|
"$type": "color"
|
|
@@ -17575,7 +18407,11 @@
|
|
|
17575
18407
|
"$type": "color"
|
|
17576
18408
|
},
|
|
17577
18409
|
"dark-dimmed": {
|
|
17578
|
-
"$value":
|
|
18410
|
+
"$value": {
|
|
18411
|
+
"colorSpace": "hsl",
|
|
18412
|
+
"components": [215.4, 68.4, 55.3],
|
|
18413
|
+
"hex": "#3f7fdb"
|
|
18414
|
+
},
|
|
17579
18415
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17580
18416
|
"isSource": true,
|
|
17581
18417
|
"$type": "color"
|
|
@@ -17587,19 +18423,31 @@
|
|
|
17587
18423
|
"$type": "color"
|
|
17588
18424
|
},
|
|
17589
18425
|
"light-high-contrast": {
|
|
17590
|
-
"$value":
|
|
18426
|
+
"$value": {
|
|
18427
|
+
"colorSpace": "hsl",
|
|
18428
|
+
"components": [216.6, 96.3, 31.4],
|
|
18429
|
+
"hex": "#033f9d"
|
|
18430
|
+
},
|
|
17591
18431
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17592
18432
|
"isSource": true,
|
|
17593
18433
|
"$type": "color"
|
|
17594
18434
|
},
|
|
17595
18435
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17596
|
-
"$value":
|
|
18436
|
+
"$value": {
|
|
18437
|
+
"colorSpace": "hsl",
|
|
18438
|
+
"components": [216.6, 96.3, 31.4],
|
|
18439
|
+
"hex": "#033f9d"
|
|
18440
|
+
},
|
|
17597
18441
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17598
18442
|
"isSource": true,
|
|
17599
18443
|
"$type": "color"
|
|
17600
18444
|
},
|
|
17601
18445
|
"light-tritanopia-high-contrast": {
|
|
17602
|
-
"$value":
|
|
18446
|
+
"$value": {
|
|
18447
|
+
"colorSpace": "hsl",
|
|
18448
|
+
"components": [216.6, 96.3, 31.4],
|
|
18449
|
+
"hex": "#033f9d"
|
|
18450
|
+
},
|
|
17603
18451
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17604
18452
|
"isSource": true,
|
|
17605
18453
|
"$type": "color"
|
|
@@ -17678,7 +18526,11 @@
|
|
|
17678
18526
|
"$type": "color"
|
|
17679
18527
|
},
|
|
17680
18528
|
"dark-dimmed": {
|
|
17681
|
-
"$value":
|
|
18529
|
+
"$value": {
|
|
18530
|
+
"colorSpace": "hsl",
|
|
18531
|
+
"components": [216, 63.8, 52.4],
|
|
18532
|
+
"hex": "#3876d3"
|
|
18533
|
+
},
|
|
17682
18534
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17683
18535
|
"isSource": true,
|
|
17684
18536
|
"$type": "color"
|
|
@@ -17690,19 +18542,31 @@
|
|
|
17690
18542
|
"$type": "color"
|
|
17691
18543
|
},
|
|
17692
18544
|
"light-high-contrast": {
|
|
17693
|
-
"$value":
|
|
18545
|
+
"$value": {
|
|
18546
|
+
"colorSpace": "hsl",
|
|
18547
|
+
"components": [216.4, 96.5, 33.5],
|
|
18548
|
+
"hex": "#0344a8"
|
|
18549
|
+
},
|
|
17694
18550
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17695
18551
|
"isSource": true,
|
|
17696
18552
|
"$type": "color"
|
|
17697
18553
|
},
|
|
17698
18554
|
"light-tritanopia-high-contrast": {
|
|
17699
|
-
"$value":
|
|
18555
|
+
"$value": {
|
|
18556
|
+
"colorSpace": "hsl",
|
|
18557
|
+
"components": [216.4, 96.5, 33.5],
|
|
18558
|
+
"hex": "#0344a8"
|
|
18559
|
+
},
|
|
17700
18560
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17701
18561
|
"isSource": true,
|
|
17702
18562
|
"$type": "color"
|
|
17703
18563
|
},
|
|
17704
18564
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17705
|
-
"$value":
|
|
18565
|
+
"$value": {
|
|
18566
|
+
"colorSpace": "hsl",
|
|
18567
|
+
"components": [216.4, 96.5, 33.5],
|
|
18568
|
+
"hex": "#0344a8"
|
|
18569
|
+
},
|
|
17706
18570
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17707
18571
|
"isSource": true,
|
|
17708
18572
|
"$type": "color"
|
|
@@ -17741,7 +18605,11 @@
|
|
|
17741
18605
|
"$type": "color"
|
|
17742
18606
|
},
|
|
17743
18607
|
"dark-dimmed": {
|
|
17744
|
-
"$value":
|
|
18608
|
+
"$value": {
|
|
18609
|
+
"colorSpace": "hsl",
|
|
18610
|
+
"components": [216, 63.8, 52.4],
|
|
18611
|
+
"hex": "#3876d3"
|
|
18612
|
+
},
|
|
17745
18613
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17746
18614
|
"isSource": true,
|
|
17747
18615
|
"$type": "color"
|
|
@@ -17753,19 +18621,31 @@
|
|
|
17753
18621
|
"$type": "color"
|
|
17754
18622
|
},
|
|
17755
18623
|
"light-high-contrast": {
|
|
17756
|
-
"$value":
|
|
18624
|
+
"$value": {
|
|
18625
|
+
"colorSpace": "hsl",
|
|
18626
|
+
"components": [216.4, 96.5, 33.5],
|
|
18627
|
+
"hex": "#0344a8"
|
|
18628
|
+
},
|
|
17757
18629
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17758
18630
|
"isSource": true,
|
|
17759
18631
|
"$type": "color"
|
|
17760
18632
|
},
|
|
17761
18633
|
"light-tritanopia-high-contrast": {
|
|
17762
|
-
"$value":
|
|
18634
|
+
"$value": {
|
|
18635
|
+
"colorSpace": "hsl",
|
|
18636
|
+
"components": [216.4, 96.5, 33.5],
|
|
18637
|
+
"hex": "#0344a8"
|
|
18638
|
+
},
|
|
17763
18639
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17764
18640
|
"isSource": true,
|
|
17765
18641
|
"$type": "color"
|
|
17766
18642
|
},
|
|
17767
18643
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17768
|
-
"$value":
|
|
18644
|
+
"$value": {
|
|
18645
|
+
"colorSpace": "hsl",
|
|
18646
|
+
"components": [216.4, 96.5, 33.5],
|
|
18647
|
+
"hex": "#0344a8"
|
|
18648
|
+
},
|
|
17769
18649
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17770
18650
|
"isSource": true,
|
|
17771
18651
|
"$type": "color"
|
|
@@ -17957,21 +18837,33 @@
|
|
|
17957
18837
|
"$type": "color"
|
|
17958
18838
|
},
|
|
17959
18839
|
"dark-high-contrast": {
|
|
17960
|
-
"$value":
|
|
18840
|
+
"$value": {
|
|
18841
|
+
"colorSpace": "hsl",
|
|
18842
|
+
"components": [355, 84.1, 42],
|
|
18843
|
+
"hex": "#c51120"
|
|
18844
|
+
},
|
|
17961
18845
|
"alpha": 1,
|
|
17962
18846
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17963
18847
|
"isSource": true,
|
|
17964
18848
|
"$type": "color"
|
|
17965
18849
|
},
|
|
17966
18850
|
"dark-dimmed-high-contrast": {
|
|
17967
|
-
"$value":
|
|
18851
|
+
"$value": {
|
|
18852
|
+
"colorSpace": "hsl",
|
|
18853
|
+
"components": [355, 84.1, 42],
|
|
18854
|
+
"hex": "#c51120"
|
|
18855
|
+
},
|
|
17968
18856
|
"alpha": 1,
|
|
17969
18857
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17970
18858
|
"isSource": true,
|
|
17971
18859
|
"$type": "color"
|
|
17972
18860
|
},
|
|
17973
18861
|
"dark-tritanopia-high-contrast": {
|
|
17974
|
-
"$value":
|
|
18862
|
+
"$value": {
|
|
18863
|
+
"colorSpace": "hsl",
|
|
18864
|
+
"components": [355, 84.1, 42],
|
|
18865
|
+
"hex": "#c51120"
|
|
18866
|
+
},
|
|
17975
18867
|
"alpha": 1,
|
|
17976
18868
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17977
18869
|
"isSource": true,
|
|
@@ -17984,13 +18876,21 @@
|
|
|
17984
18876
|
"$type": "color"
|
|
17985
18877
|
},
|
|
17986
18878
|
"light-high-contrast": {
|
|
17987
|
-
"$value":
|
|
18879
|
+
"$value": {
|
|
18880
|
+
"colorSpace": "hsl",
|
|
18881
|
+
"components": [351.6, 85.4, 29.6],
|
|
18882
|
+
"hex": "#8c0b1d"
|
|
18883
|
+
},
|
|
17988
18884
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17989
18885
|
"isSource": true,
|
|
17990
18886
|
"$type": "color"
|
|
17991
18887
|
},
|
|
17992
18888
|
"light-tritanopia-high-contrast": {
|
|
17993
|
-
"$value":
|
|
18889
|
+
"$value": {
|
|
18890
|
+
"colorSpace": "hsl",
|
|
18891
|
+
"components": [351.6, 85.4, 29.6],
|
|
18892
|
+
"hex": "#8c0b1d"
|
|
18893
|
+
},
|
|
17994
18894
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17995
18895
|
"isSource": true,
|
|
17996
18896
|
"$type": "color"
|
|
@@ -18031,21 +18931,33 @@
|
|
|
18031
18931
|
"$type": "color"
|
|
18032
18932
|
},
|
|
18033
18933
|
"dark-high-contrast": {
|
|
18034
|
-
"$value":
|
|
18934
|
+
"$value": {
|
|
18935
|
+
"colorSpace": "hsl",
|
|
18936
|
+
"components": [355, 84.1, 42],
|
|
18937
|
+
"hex": "#c51120"
|
|
18938
|
+
},
|
|
18035
18939
|
"alpha": 1,
|
|
18036
18940
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18037
18941
|
"isSource": true,
|
|
18038
18942
|
"$type": "color"
|
|
18039
18943
|
},
|
|
18040
18944
|
"dark-dimmed-high-contrast": {
|
|
18041
|
-
"$value":
|
|
18945
|
+
"$value": {
|
|
18946
|
+
"colorSpace": "hsl",
|
|
18947
|
+
"components": [355, 84.1, 42],
|
|
18948
|
+
"hex": "#c51120"
|
|
18949
|
+
},
|
|
18042
18950
|
"alpha": 1,
|
|
18043
18951
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18044
18952
|
"isSource": true,
|
|
18045
18953
|
"$type": "color"
|
|
18046
18954
|
},
|
|
18047
18955
|
"dark-tritanopia-high-contrast": {
|
|
18048
|
-
"$value":
|
|
18956
|
+
"$value": {
|
|
18957
|
+
"colorSpace": "hsl",
|
|
18958
|
+
"components": [355, 84.1, 42],
|
|
18959
|
+
"hex": "#c51120"
|
|
18960
|
+
},
|
|
18049
18961
|
"alpha": 1,
|
|
18050
18962
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18051
18963
|
"isSource": true,
|
|
@@ -18058,13 +18970,21 @@
|
|
|
18058
18970
|
"$type": "color"
|
|
18059
18971
|
},
|
|
18060
18972
|
"light-high-contrast": {
|
|
18061
|
-
"$value":
|
|
18973
|
+
"$value": {
|
|
18974
|
+
"colorSpace": "hsl",
|
|
18975
|
+
"components": [351.6, 85.4, 29.6],
|
|
18976
|
+
"hex": "#8c0b1d"
|
|
18977
|
+
},
|
|
18062
18978
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18063
18979
|
"isSource": true,
|
|
18064
18980
|
"$type": "color"
|
|
18065
18981
|
},
|
|
18066
18982
|
"light-tritanopia-high-contrast": {
|
|
18067
|
-
"$value":
|
|
18983
|
+
"$value": {
|
|
18984
|
+
"colorSpace": "hsl",
|
|
18985
|
+
"components": [351.6, 85.4, 29.6],
|
|
18986
|
+
"hex": "#8c0b1d"
|
|
18987
|
+
},
|
|
18068
18988
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18069
18989
|
"isSource": true,
|
|
18070
18990
|
"$type": "color"
|
|
@@ -47469,14 +48389,22 @@
|
|
|
47469
48389
|
},
|
|
47470
48390
|
"org.primer.overrides": {
|
|
47471
48391
|
"dark": {
|
|
47472
|
-
"$value":
|
|
48392
|
+
"$value": {
|
|
48393
|
+
"colorSpace": "hsl",
|
|
48394
|
+
"components": [214.8, 98, 61],
|
|
48395
|
+
"hex": "#3a8cfd"
|
|
48396
|
+
},
|
|
47473
48397
|
"alpha": 0.36,
|
|
47474
48398
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47475
48399
|
"isSource": true,
|
|
47476
48400
|
"$type": "color"
|
|
47477
48401
|
},
|
|
47478
48402
|
"dark-dimmed": {
|
|
47479
|
-
"$value":
|
|
48403
|
+
"$value": {
|
|
48404
|
+
"colorSpace": "hsl",
|
|
48405
|
+
"components": [215.3, 75.8, 57.8],
|
|
48406
|
+
"hex": "#4285e5"
|
|
48407
|
+
},
|
|
47480
48408
|
"alpha": 0.36,
|
|
47481
48409
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47482
48410
|
"isSource": true,
|
|
@@ -47484,7 +48412,11 @@
|
|
|
47484
48412
|
},
|
|
47485
48413
|
"light-high-contrast": "#c7e9ff",
|
|
47486
48414
|
"dark-high-contrast": {
|
|
47487
|
-
"$value":
|
|
48415
|
+
"$value": {
|
|
48416
|
+
"colorSpace": "hsl",
|
|
48417
|
+
"components": [210.4, 100, 68.2],
|
|
48418
|
+
"hex": "#5dadff"
|
|
48419
|
+
},
|
|
47488
48420
|
"alpha": 0.36,
|
|
47489
48421
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47490
48422
|
"isSource": true,
|
|
@@ -47495,7 +48427,11 @@
|
|
|
47495
48427
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47496
48428
|
"isSource": true,
|
|
47497
48429
|
"original": {
|
|
47498
|
-
"$value":
|
|
48430
|
+
"$value": {
|
|
48431
|
+
"colorSpace": "hsl",
|
|
48432
|
+
"components": [201.5, 100, 89.6],
|
|
48433
|
+
"hex": "#caecff"
|
|
48434
|
+
},
|
|
47499
48435
|
"$type": "color",
|
|
47500
48436
|
"$extensions": {
|
|
47501
48437
|
"org.primer.figma": {
|
|
@@ -47505,14 +48441,22 @@
|
|
|
47505
48441
|
},
|
|
47506
48442
|
"org.primer.overrides": {
|
|
47507
48443
|
"dark": {
|
|
47508
|
-
"$value":
|
|
48444
|
+
"$value": {
|
|
48445
|
+
"colorSpace": "hsl",
|
|
48446
|
+
"components": [214.8, 98, 61],
|
|
48447
|
+
"hex": "#3a8cfd"
|
|
48448
|
+
},
|
|
47509
48449
|
"alpha": 0.36,
|
|
47510
48450
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47511
48451
|
"isSource": true,
|
|
47512
48452
|
"$type": "color"
|
|
47513
48453
|
},
|
|
47514
48454
|
"dark-dimmed": {
|
|
47515
|
-
"$value":
|
|
48455
|
+
"$value": {
|
|
48456
|
+
"colorSpace": "hsl",
|
|
48457
|
+
"components": [215.3, 75.8, 57.8],
|
|
48458
|
+
"hex": "#4285e5"
|
|
48459
|
+
},
|
|
47516
48460
|
"alpha": 0.36,
|
|
47517
48461
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47518
48462
|
"isSource": true,
|
|
@@ -47520,7 +48464,11 @@
|
|
|
47520
48464
|
},
|
|
47521
48465
|
"light-high-contrast": "#c7e9ff",
|
|
47522
48466
|
"dark-high-contrast": {
|
|
47523
|
-
"$value":
|
|
48467
|
+
"$value": {
|
|
48468
|
+
"colorSpace": "hsl",
|
|
48469
|
+
"components": [210.4, 100, 68.2],
|
|
48470
|
+
"hex": "#5dadff"
|
|
48471
|
+
},
|
|
47524
48472
|
"alpha": 0.36,
|
|
47525
48473
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47526
48474
|
"isSource": true,
|
|
@@ -47796,7 +48744,7 @@
|
|
|
47796
48744
|
},
|
|
47797
48745
|
"shadow-floating-large": {
|
|
47798
48746
|
"key": "{shadow.floating.large}",
|
|
47799
|
-
"$value": "0 0 0 1px #
|
|
48747
|
+
"$value": "0 0 0 1px #d1d9e000, 0 40px 80px 0 #25292e3d",
|
|
47800
48748
|
"$type": "shadow",
|
|
47801
48749
|
"$description": "Large floating shadow for modals and dialogs",
|
|
47802
48750
|
"$extensions": {
|
|
@@ -47851,6 +48799,147 @@
|
|
|
47851
48799
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
47852
48800
|
"isSource": true,
|
|
47853
48801
|
"$type": "shadow"
|
|
48802
|
+
},
|
|
48803
|
+
"light-high-contrast": {
|
|
48804
|
+
"$value": [
|
|
48805
|
+
{
|
|
48806
|
+
"color": "#d1d9e080",
|
|
48807
|
+
"alpha": 1,
|
|
48808
|
+
"offsetX": {
|
|
48809
|
+
"value": 0,
|
|
48810
|
+
"unit": "px"
|
|
48811
|
+
},
|
|
48812
|
+
"offsetY": {
|
|
48813
|
+
"value": 0,
|
|
48814
|
+
"unit": "px"
|
|
48815
|
+
},
|
|
48816
|
+
"blur": {
|
|
48817
|
+
"value": 0,
|
|
48818
|
+
"unit": "px"
|
|
48819
|
+
},
|
|
48820
|
+
"spread": {
|
|
48821
|
+
"value": 1,
|
|
48822
|
+
"unit": "px"
|
|
48823
|
+
}
|
|
48824
|
+
},
|
|
48825
|
+
{
|
|
48826
|
+
"color": "#25292e",
|
|
48827
|
+
"alpha": 0.24,
|
|
48828
|
+
"offsetX": {
|
|
48829
|
+
"value": 0,
|
|
48830
|
+
"unit": "px"
|
|
48831
|
+
},
|
|
48832
|
+
"offsetY": {
|
|
48833
|
+
"value": 40,
|
|
48834
|
+
"unit": "px"
|
|
48835
|
+
},
|
|
48836
|
+
"blur": {
|
|
48837
|
+
"value": 80,
|
|
48838
|
+
"unit": "px"
|
|
48839
|
+
},
|
|
48840
|
+
"spread": {
|
|
48841
|
+
"value": 0,
|
|
48842
|
+
"unit": "px"
|
|
48843
|
+
}
|
|
48844
|
+
}
|
|
48845
|
+
],
|
|
48846
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48847
|
+
"isSource": true,
|
|
48848
|
+
"$type": "shadow"
|
|
48849
|
+
},
|
|
48850
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
48851
|
+
"$value": [
|
|
48852
|
+
{
|
|
48853
|
+
"color": "#d1d9e080",
|
|
48854
|
+
"alpha": 1,
|
|
48855
|
+
"offsetX": {
|
|
48856
|
+
"value": 0,
|
|
48857
|
+
"unit": "px"
|
|
48858
|
+
},
|
|
48859
|
+
"offsetY": {
|
|
48860
|
+
"value": 0,
|
|
48861
|
+
"unit": "px"
|
|
48862
|
+
},
|
|
48863
|
+
"blur": {
|
|
48864
|
+
"value": 0,
|
|
48865
|
+
"unit": "px"
|
|
48866
|
+
},
|
|
48867
|
+
"spread": {
|
|
48868
|
+
"value": 1,
|
|
48869
|
+
"unit": "px"
|
|
48870
|
+
}
|
|
48871
|
+
},
|
|
48872
|
+
{
|
|
48873
|
+
"color": "#25292e",
|
|
48874
|
+
"alpha": 0.24,
|
|
48875
|
+
"offsetX": {
|
|
48876
|
+
"value": 0,
|
|
48877
|
+
"unit": "px"
|
|
48878
|
+
},
|
|
48879
|
+
"offsetY": {
|
|
48880
|
+
"value": 40,
|
|
48881
|
+
"unit": "px"
|
|
48882
|
+
},
|
|
48883
|
+
"blur": {
|
|
48884
|
+
"value": 80,
|
|
48885
|
+
"unit": "px"
|
|
48886
|
+
},
|
|
48887
|
+
"spread": {
|
|
48888
|
+
"value": 0,
|
|
48889
|
+
"unit": "px"
|
|
48890
|
+
}
|
|
48891
|
+
}
|
|
48892
|
+
],
|
|
48893
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48894
|
+
"isSource": true,
|
|
48895
|
+
"$type": "shadow"
|
|
48896
|
+
},
|
|
48897
|
+
"light-tritanopia-high-contrast": {
|
|
48898
|
+
"$value": [
|
|
48899
|
+
{
|
|
48900
|
+
"color": "#d1d9e080",
|
|
48901
|
+
"alpha": 1,
|
|
48902
|
+
"offsetX": {
|
|
48903
|
+
"value": 0,
|
|
48904
|
+
"unit": "px"
|
|
48905
|
+
},
|
|
48906
|
+
"offsetY": {
|
|
48907
|
+
"value": 0,
|
|
48908
|
+
"unit": "px"
|
|
48909
|
+
},
|
|
48910
|
+
"blur": {
|
|
48911
|
+
"value": 0,
|
|
48912
|
+
"unit": "px"
|
|
48913
|
+
},
|
|
48914
|
+
"spread": {
|
|
48915
|
+
"value": 1,
|
|
48916
|
+
"unit": "px"
|
|
48917
|
+
}
|
|
48918
|
+
},
|
|
48919
|
+
{
|
|
48920
|
+
"color": "#25292e",
|
|
48921
|
+
"alpha": 0.24,
|
|
48922
|
+
"offsetX": {
|
|
48923
|
+
"value": 0,
|
|
48924
|
+
"unit": "px"
|
|
48925
|
+
},
|
|
48926
|
+
"offsetY": {
|
|
48927
|
+
"value": 40,
|
|
48928
|
+
"unit": "px"
|
|
48929
|
+
},
|
|
48930
|
+
"blur": {
|
|
48931
|
+
"value": 80,
|
|
48932
|
+
"unit": "px"
|
|
48933
|
+
},
|
|
48934
|
+
"spread": {
|
|
48935
|
+
"value": 0,
|
|
48936
|
+
"unit": "px"
|
|
48937
|
+
}
|
|
48938
|
+
}
|
|
48939
|
+
],
|
|
48940
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48941
|
+
"isSource": true,
|
|
48942
|
+
"$type": "shadow"
|
|
47854
48943
|
}
|
|
47855
48944
|
},
|
|
47856
48945
|
"org.primer.llm": {
|
|
@@ -47957,6 +49046,147 @@
|
|
|
47957
49046
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
47958
49047
|
"isSource": true,
|
|
47959
49048
|
"$type": "shadow"
|
|
49049
|
+
},
|
|
49050
|
+
"light-high-contrast": {
|
|
49051
|
+
"$value": [
|
|
49052
|
+
{
|
|
49053
|
+
"color": "{overlay.borderColor}",
|
|
49054
|
+
"alpha": 1,
|
|
49055
|
+
"offsetX": {
|
|
49056
|
+
"value": 0,
|
|
49057
|
+
"unit": "px"
|
|
49058
|
+
},
|
|
49059
|
+
"offsetY": {
|
|
49060
|
+
"value": 0,
|
|
49061
|
+
"unit": "px"
|
|
49062
|
+
},
|
|
49063
|
+
"blur": {
|
|
49064
|
+
"value": 0,
|
|
49065
|
+
"unit": "px"
|
|
49066
|
+
},
|
|
49067
|
+
"spread": {
|
|
49068
|
+
"value": 1,
|
|
49069
|
+
"unit": "px"
|
|
49070
|
+
}
|
|
49071
|
+
},
|
|
49072
|
+
{
|
|
49073
|
+
"color": "{base.color.neutral.12}",
|
|
49074
|
+
"alpha": 0.24,
|
|
49075
|
+
"offsetX": {
|
|
49076
|
+
"value": 0,
|
|
49077
|
+
"unit": "px"
|
|
49078
|
+
},
|
|
49079
|
+
"offsetY": {
|
|
49080
|
+
"value": 40,
|
|
49081
|
+
"unit": "px"
|
|
49082
|
+
},
|
|
49083
|
+
"blur": {
|
|
49084
|
+
"value": 80,
|
|
49085
|
+
"unit": "px"
|
|
49086
|
+
},
|
|
49087
|
+
"spread": {
|
|
49088
|
+
"value": 0,
|
|
49089
|
+
"unit": "px"
|
|
49090
|
+
}
|
|
49091
|
+
}
|
|
49092
|
+
],
|
|
49093
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49094
|
+
"isSource": true,
|
|
49095
|
+
"$type": "shadow"
|
|
49096
|
+
},
|
|
49097
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
49098
|
+
"$value": [
|
|
49099
|
+
{
|
|
49100
|
+
"color": "{overlay.borderColor}",
|
|
49101
|
+
"alpha": 1,
|
|
49102
|
+
"offsetX": {
|
|
49103
|
+
"value": 0,
|
|
49104
|
+
"unit": "px"
|
|
49105
|
+
},
|
|
49106
|
+
"offsetY": {
|
|
49107
|
+
"value": 0,
|
|
49108
|
+
"unit": "px"
|
|
49109
|
+
},
|
|
49110
|
+
"blur": {
|
|
49111
|
+
"value": 0,
|
|
49112
|
+
"unit": "px"
|
|
49113
|
+
},
|
|
49114
|
+
"spread": {
|
|
49115
|
+
"value": 1,
|
|
49116
|
+
"unit": "px"
|
|
49117
|
+
}
|
|
49118
|
+
},
|
|
49119
|
+
{
|
|
49120
|
+
"color": "{base.color.neutral.12}",
|
|
49121
|
+
"alpha": 0.24,
|
|
49122
|
+
"offsetX": {
|
|
49123
|
+
"value": 0,
|
|
49124
|
+
"unit": "px"
|
|
49125
|
+
},
|
|
49126
|
+
"offsetY": {
|
|
49127
|
+
"value": 40,
|
|
49128
|
+
"unit": "px"
|
|
49129
|
+
},
|
|
49130
|
+
"blur": {
|
|
49131
|
+
"value": 80,
|
|
49132
|
+
"unit": "px"
|
|
49133
|
+
},
|
|
49134
|
+
"spread": {
|
|
49135
|
+
"value": 0,
|
|
49136
|
+
"unit": "px"
|
|
49137
|
+
}
|
|
49138
|
+
}
|
|
49139
|
+
],
|
|
49140
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49141
|
+
"isSource": true,
|
|
49142
|
+
"$type": "shadow"
|
|
49143
|
+
},
|
|
49144
|
+
"light-tritanopia-high-contrast": {
|
|
49145
|
+
"$value": [
|
|
49146
|
+
{
|
|
49147
|
+
"color": "{overlay.borderColor}",
|
|
49148
|
+
"alpha": 1,
|
|
49149
|
+
"offsetX": {
|
|
49150
|
+
"value": 0,
|
|
49151
|
+
"unit": "px"
|
|
49152
|
+
},
|
|
49153
|
+
"offsetY": {
|
|
49154
|
+
"value": 0,
|
|
49155
|
+
"unit": "px"
|
|
49156
|
+
},
|
|
49157
|
+
"blur": {
|
|
49158
|
+
"value": 0,
|
|
49159
|
+
"unit": "px"
|
|
49160
|
+
},
|
|
49161
|
+
"spread": {
|
|
49162
|
+
"value": 1,
|
|
49163
|
+
"unit": "px"
|
|
49164
|
+
}
|
|
49165
|
+
},
|
|
49166
|
+
{
|
|
49167
|
+
"color": "{base.color.neutral.12}",
|
|
49168
|
+
"alpha": 0.24,
|
|
49169
|
+
"offsetX": {
|
|
49170
|
+
"value": 0,
|
|
49171
|
+
"unit": "px"
|
|
49172
|
+
},
|
|
49173
|
+
"offsetY": {
|
|
49174
|
+
"value": 40,
|
|
49175
|
+
"unit": "px"
|
|
49176
|
+
},
|
|
49177
|
+
"blur": {
|
|
49178
|
+
"value": 80,
|
|
49179
|
+
"unit": "px"
|
|
49180
|
+
},
|
|
49181
|
+
"spread": {
|
|
49182
|
+
"value": 0,
|
|
49183
|
+
"unit": "px"
|
|
49184
|
+
}
|
|
49185
|
+
}
|
|
49186
|
+
],
|
|
49187
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49188
|
+
"isSource": true,
|
|
49189
|
+
"$type": "shadow"
|
|
47960
49190
|
}
|
|
47961
49191
|
},
|
|
47962
49192
|
"org.primer.llm": {
|
|
@@ -48142,7 +49372,7 @@
|
|
|
48142
49372
|
},
|
|
48143
49373
|
"shadow-floating-medium": {
|
|
48144
49374
|
"key": "{shadow.floating.medium}",
|
|
48145
|
-
"$value": "0 0 0 1px #
|
|
49375
|
+
"$value": "0 0 0 1px #d1d9e000, 0 8px 16px -4px #25292e14, 0 4px 32px -4px #25292e14, 0 24px 48px -12px #25292e14, 0 48px 96px -24px #25292e14",
|
|
48146
49376
|
"$type": "shadow",
|
|
48147
49377
|
"$description": "Medium floating shadow for popovers and action menus",
|
|
48148
49378
|
"$extensions": {
|
|
@@ -48232,152 +49462,794 @@
|
|
|
48232
49462
|
"value": -12,
|
|
48233
49463
|
"unit": "px"
|
|
48234
49464
|
}
|
|
48235
|
-
},
|
|
48236
|
-
{
|
|
48237
|
-
"color": "#ffffff",
|
|
48238
|
-
"alpha": 0.4,
|
|
48239
|
-
"offsetX": {
|
|
48240
|
-
"value": 0,
|
|
48241
|
-
"unit": "px"
|
|
49465
|
+
},
|
|
49466
|
+
{
|
|
49467
|
+
"color": "#ffffff",
|
|
49468
|
+
"alpha": 0.4,
|
|
49469
|
+
"offsetX": {
|
|
49470
|
+
"value": 0,
|
|
49471
|
+
"unit": "px"
|
|
49472
|
+
},
|
|
49473
|
+
"offsetY": {
|
|
49474
|
+
"value": 48,
|
|
49475
|
+
"unit": "px"
|
|
49476
|
+
},
|
|
49477
|
+
"blur": {
|
|
49478
|
+
"value": 96,
|
|
49479
|
+
"unit": "px"
|
|
49480
|
+
},
|
|
49481
|
+
"spread": {
|
|
49482
|
+
"value": -24,
|
|
49483
|
+
"unit": "px"
|
|
49484
|
+
}
|
|
49485
|
+
}
|
|
49486
|
+
],
|
|
49487
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49488
|
+
"isSource": true,
|
|
49489
|
+
"$type": "shadow"
|
|
49490
|
+
},
|
|
49491
|
+
"light-high-contrast": {
|
|
49492
|
+
"$value": [
|
|
49493
|
+
{
|
|
49494
|
+
"color": "#d1d9e080",
|
|
49495
|
+
"alpha": 1,
|
|
49496
|
+
"offsetX": {
|
|
49497
|
+
"value": 0,
|
|
49498
|
+
"unit": "px"
|
|
49499
|
+
},
|
|
49500
|
+
"offsetY": {
|
|
49501
|
+
"value": 0,
|
|
49502
|
+
"unit": "px"
|
|
49503
|
+
},
|
|
49504
|
+
"blur": {
|
|
49505
|
+
"value": 0,
|
|
49506
|
+
"unit": "px"
|
|
49507
|
+
},
|
|
49508
|
+
"spread": {
|
|
49509
|
+
"value": 1,
|
|
49510
|
+
"unit": "px"
|
|
49511
|
+
}
|
|
49512
|
+
},
|
|
49513
|
+
{
|
|
49514
|
+
"color": "#25292e",
|
|
49515
|
+
"alpha": 0.08,
|
|
49516
|
+
"offsetX": {
|
|
49517
|
+
"value": 0,
|
|
49518
|
+
"unit": "px"
|
|
49519
|
+
},
|
|
49520
|
+
"offsetY": {
|
|
49521
|
+
"value": 8,
|
|
49522
|
+
"unit": "px"
|
|
49523
|
+
},
|
|
49524
|
+
"blur": {
|
|
49525
|
+
"value": 16,
|
|
49526
|
+
"unit": "px"
|
|
49527
|
+
},
|
|
49528
|
+
"spread": {
|
|
49529
|
+
"value": -4,
|
|
49530
|
+
"unit": "px"
|
|
49531
|
+
}
|
|
49532
|
+
},
|
|
49533
|
+
{
|
|
49534
|
+
"color": "#25292e",
|
|
49535
|
+
"alpha": 0.08,
|
|
49536
|
+
"offsetX": {
|
|
49537
|
+
"value": 0,
|
|
49538
|
+
"unit": "px"
|
|
49539
|
+
},
|
|
49540
|
+
"offsetY": {
|
|
49541
|
+
"value": 4,
|
|
49542
|
+
"unit": "px"
|
|
49543
|
+
},
|
|
49544
|
+
"blur": {
|
|
49545
|
+
"value": 32,
|
|
49546
|
+
"unit": "px"
|
|
49547
|
+
},
|
|
49548
|
+
"spread": {
|
|
49549
|
+
"value": -4,
|
|
49550
|
+
"unit": "px"
|
|
49551
|
+
}
|
|
49552
|
+
},
|
|
49553
|
+
{
|
|
49554
|
+
"color": "#25292e",
|
|
49555
|
+
"alpha": 0.08,
|
|
49556
|
+
"offsetX": {
|
|
49557
|
+
"value": 0,
|
|
49558
|
+
"unit": "px"
|
|
49559
|
+
},
|
|
49560
|
+
"offsetY": {
|
|
49561
|
+
"value": 24,
|
|
49562
|
+
"unit": "px"
|
|
49563
|
+
},
|
|
49564
|
+
"blur": {
|
|
49565
|
+
"value": 48,
|
|
49566
|
+
"unit": "px"
|
|
49567
|
+
},
|
|
49568
|
+
"spread": {
|
|
49569
|
+
"value": -12,
|
|
49570
|
+
"unit": "px"
|
|
49571
|
+
}
|
|
49572
|
+
},
|
|
49573
|
+
{
|
|
49574
|
+
"color": "#25292e",
|
|
49575
|
+
"alpha": 0.08,
|
|
49576
|
+
"offsetX": {
|
|
49577
|
+
"value": 0,
|
|
49578
|
+
"unit": "px"
|
|
49579
|
+
},
|
|
49580
|
+
"offsetY": {
|
|
49581
|
+
"value": 48,
|
|
49582
|
+
"unit": "px"
|
|
49583
|
+
},
|
|
49584
|
+
"blur": {
|
|
49585
|
+
"value": 96,
|
|
49586
|
+
"unit": "px"
|
|
49587
|
+
},
|
|
49588
|
+
"spread": {
|
|
49589
|
+
"value": -24,
|
|
49590
|
+
"unit": "px"
|
|
49591
|
+
}
|
|
49592
|
+
}
|
|
49593
|
+
],
|
|
49594
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49595
|
+
"isSource": true,
|
|
49596
|
+
"$type": "shadow"
|
|
49597
|
+
},
|
|
49598
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
49599
|
+
"$value": [
|
|
49600
|
+
{
|
|
49601
|
+
"color": "#d1d9e080",
|
|
49602
|
+
"alpha": 1,
|
|
49603
|
+
"offsetX": {
|
|
49604
|
+
"value": 0,
|
|
49605
|
+
"unit": "px"
|
|
49606
|
+
},
|
|
49607
|
+
"offsetY": {
|
|
49608
|
+
"value": 0,
|
|
49609
|
+
"unit": "px"
|
|
49610
|
+
},
|
|
49611
|
+
"blur": {
|
|
49612
|
+
"value": 0,
|
|
49613
|
+
"unit": "px"
|
|
49614
|
+
},
|
|
49615
|
+
"spread": {
|
|
49616
|
+
"value": 1,
|
|
49617
|
+
"unit": "px"
|
|
49618
|
+
}
|
|
49619
|
+
},
|
|
49620
|
+
{
|
|
49621
|
+
"color": "#25292e",
|
|
49622
|
+
"alpha": 0.08,
|
|
49623
|
+
"offsetX": {
|
|
49624
|
+
"value": 0,
|
|
49625
|
+
"unit": "px"
|
|
49626
|
+
},
|
|
49627
|
+
"offsetY": {
|
|
49628
|
+
"value": 8,
|
|
49629
|
+
"unit": "px"
|
|
49630
|
+
},
|
|
49631
|
+
"blur": {
|
|
49632
|
+
"value": 16,
|
|
49633
|
+
"unit": "px"
|
|
49634
|
+
},
|
|
49635
|
+
"spread": {
|
|
49636
|
+
"value": -4,
|
|
49637
|
+
"unit": "px"
|
|
49638
|
+
}
|
|
49639
|
+
},
|
|
49640
|
+
{
|
|
49641
|
+
"color": "#25292e",
|
|
49642
|
+
"alpha": 0.08,
|
|
49643
|
+
"offsetX": {
|
|
49644
|
+
"value": 0,
|
|
49645
|
+
"unit": "px"
|
|
49646
|
+
},
|
|
49647
|
+
"offsetY": {
|
|
49648
|
+
"value": 4,
|
|
49649
|
+
"unit": "px"
|
|
49650
|
+
},
|
|
49651
|
+
"blur": {
|
|
49652
|
+
"value": 32,
|
|
49653
|
+
"unit": "px"
|
|
49654
|
+
},
|
|
49655
|
+
"spread": {
|
|
49656
|
+
"value": -4,
|
|
49657
|
+
"unit": "px"
|
|
49658
|
+
}
|
|
49659
|
+
},
|
|
49660
|
+
{
|
|
49661
|
+
"color": "#25292e",
|
|
49662
|
+
"alpha": 0.08,
|
|
49663
|
+
"offsetX": {
|
|
49664
|
+
"value": 0,
|
|
49665
|
+
"unit": "px"
|
|
49666
|
+
},
|
|
49667
|
+
"offsetY": {
|
|
49668
|
+
"value": 24,
|
|
49669
|
+
"unit": "px"
|
|
49670
|
+
},
|
|
49671
|
+
"blur": {
|
|
49672
|
+
"value": 48,
|
|
49673
|
+
"unit": "px"
|
|
49674
|
+
},
|
|
49675
|
+
"spread": {
|
|
49676
|
+
"value": -12,
|
|
49677
|
+
"unit": "px"
|
|
49678
|
+
}
|
|
49679
|
+
},
|
|
49680
|
+
{
|
|
49681
|
+
"color": "#25292e",
|
|
49682
|
+
"alpha": 0.08,
|
|
49683
|
+
"offsetX": {
|
|
49684
|
+
"value": 0,
|
|
49685
|
+
"unit": "px"
|
|
49686
|
+
},
|
|
49687
|
+
"offsetY": {
|
|
49688
|
+
"value": 48,
|
|
49689
|
+
"unit": "px"
|
|
49690
|
+
},
|
|
49691
|
+
"blur": {
|
|
49692
|
+
"value": 96,
|
|
49693
|
+
"unit": "px"
|
|
49694
|
+
},
|
|
49695
|
+
"spread": {
|
|
49696
|
+
"value": -24,
|
|
49697
|
+
"unit": "px"
|
|
49698
|
+
}
|
|
49699
|
+
}
|
|
49700
|
+
],
|
|
49701
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49702
|
+
"isSource": true,
|
|
49703
|
+
"$type": "shadow"
|
|
49704
|
+
},
|
|
49705
|
+
"light-tritanopia-high-contrast": {
|
|
49706
|
+
"$value": [
|
|
49707
|
+
{
|
|
49708
|
+
"color": "#d1d9e080",
|
|
49709
|
+
"alpha": 1,
|
|
49710
|
+
"offsetX": {
|
|
49711
|
+
"value": 0,
|
|
49712
|
+
"unit": "px"
|
|
49713
|
+
},
|
|
49714
|
+
"offsetY": {
|
|
49715
|
+
"value": 0,
|
|
49716
|
+
"unit": "px"
|
|
49717
|
+
},
|
|
49718
|
+
"blur": {
|
|
49719
|
+
"value": 0,
|
|
49720
|
+
"unit": "px"
|
|
49721
|
+
},
|
|
49722
|
+
"spread": {
|
|
49723
|
+
"value": 1,
|
|
49724
|
+
"unit": "px"
|
|
49725
|
+
}
|
|
49726
|
+
},
|
|
49727
|
+
{
|
|
49728
|
+
"color": "#25292e",
|
|
49729
|
+
"alpha": 0.08,
|
|
49730
|
+
"offsetX": {
|
|
49731
|
+
"value": 0,
|
|
49732
|
+
"unit": "px"
|
|
49733
|
+
},
|
|
49734
|
+
"offsetY": {
|
|
49735
|
+
"value": 8,
|
|
49736
|
+
"unit": "px"
|
|
49737
|
+
},
|
|
49738
|
+
"blur": {
|
|
49739
|
+
"value": 16,
|
|
49740
|
+
"unit": "px"
|
|
49741
|
+
},
|
|
49742
|
+
"spread": {
|
|
49743
|
+
"value": -4,
|
|
49744
|
+
"unit": "px"
|
|
49745
|
+
}
|
|
49746
|
+
},
|
|
49747
|
+
{
|
|
49748
|
+
"color": "#25292e",
|
|
49749
|
+
"alpha": 0.08,
|
|
49750
|
+
"offsetX": {
|
|
49751
|
+
"value": 0,
|
|
49752
|
+
"unit": "px"
|
|
49753
|
+
},
|
|
49754
|
+
"offsetY": {
|
|
49755
|
+
"value": 4,
|
|
49756
|
+
"unit": "px"
|
|
49757
|
+
},
|
|
49758
|
+
"blur": {
|
|
49759
|
+
"value": 32,
|
|
49760
|
+
"unit": "px"
|
|
49761
|
+
},
|
|
49762
|
+
"spread": {
|
|
49763
|
+
"value": -4,
|
|
49764
|
+
"unit": "px"
|
|
49765
|
+
}
|
|
49766
|
+
},
|
|
49767
|
+
{
|
|
49768
|
+
"color": "#25292e",
|
|
49769
|
+
"alpha": 0.08,
|
|
49770
|
+
"offsetX": {
|
|
49771
|
+
"value": 0,
|
|
49772
|
+
"unit": "px"
|
|
49773
|
+
},
|
|
49774
|
+
"offsetY": {
|
|
49775
|
+
"value": 24,
|
|
49776
|
+
"unit": "px"
|
|
49777
|
+
},
|
|
49778
|
+
"blur": {
|
|
49779
|
+
"value": 48,
|
|
49780
|
+
"unit": "px"
|
|
49781
|
+
},
|
|
49782
|
+
"spread": {
|
|
49783
|
+
"value": -12,
|
|
49784
|
+
"unit": "px"
|
|
49785
|
+
}
|
|
49786
|
+
},
|
|
49787
|
+
{
|
|
49788
|
+
"color": "#25292e",
|
|
49789
|
+
"alpha": 0.08,
|
|
49790
|
+
"offsetX": {
|
|
49791
|
+
"value": 0,
|
|
49792
|
+
"unit": "px"
|
|
49793
|
+
},
|
|
49794
|
+
"offsetY": {
|
|
49795
|
+
"value": 48,
|
|
49796
|
+
"unit": "px"
|
|
49797
|
+
},
|
|
49798
|
+
"blur": {
|
|
49799
|
+
"value": 96,
|
|
49800
|
+
"unit": "px"
|
|
49801
|
+
},
|
|
49802
|
+
"spread": {
|
|
49803
|
+
"value": -24,
|
|
49804
|
+
"unit": "px"
|
|
49805
|
+
}
|
|
49806
|
+
}
|
|
49807
|
+
],
|
|
49808
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49809
|
+
"isSource": true,
|
|
49810
|
+
"$type": "shadow"
|
|
49811
|
+
}
|
|
49812
|
+
},
|
|
49813
|
+
"org.primer.llm": {
|
|
49814
|
+
"usage": ["popover", "action-menu", "select-panel", "autocomplete"],
|
|
49815
|
+
"rules": "Use for medium-sized floating elements like popovers and action menus. More prominent than small but less than dialogs. Do NOT use for full modals."
|
|
49816
|
+
}
|
|
49817
|
+
},
|
|
49818
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49819
|
+
"isSource": true,
|
|
49820
|
+
"original": {
|
|
49821
|
+
"$value": [
|
|
49822
|
+
{
|
|
49823
|
+
"color": "{overlay.borderColor}",
|
|
49824
|
+
"alpha": 0,
|
|
49825
|
+
"offsetX": {
|
|
49826
|
+
"value": 0,
|
|
49827
|
+
"unit": "px"
|
|
49828
|
+
},
|
|
49829
|
+
"offsetY": {
|
|
49830
|
+
"value": 0,
|
|
49831
|
+
"unit": "px"
|
|
49832
|
+
},
|
|
49833
|
+
"blur": {
|
|
49834
|
+
"value": 0,
|
|
49835
|
+
"unit": "px"
|
|
49836
|
+
},
|
|
49837
|
+
"spread": {
|
|
49838
|
+
"value": 1,
|
|
49839
|
+
"unit": "px"
|
|
49840
|
+
}
|
|
49841
|
+
},
|
|
49842
|
+
{
|
|
49843
|
+
"color": "{base.color.neutral.12}",
|
|
49844
|
+
"alpha": 0.08,
|
|
49845
|
+
"offsetX": {
|
|
49846
|
+
"value": 0,
|
|
49847
|
+
"unit": "px"
|
|
49848
|
+
},
|
|
49849
|
+
"offsetY": {
|
|
49850
|
+
"value": 8,
|
|
49851
|
+
"unit": "px"
|
|
49852
|
+
},
|
|
49853
|
+
"blur": {
|
|
49854
|
+
"value": 16,
|
|
49855
|
+
"unit": "px"
|
|
49856
|
+
},
|
|
49857
|
+
"spread": {
|
|
49858
|
+
"value": -4,
|
|
49859
|
+
"unit": "px"
|
|
49860
|
+
}
|
|
49861
|
+
},
|
|
49862
|
+
{
|
|
49863
|
+
"color": "{base.color.neutral.12}",
|
|
49864
|
+
"alpha": 0.08,
|
|
49865
|
+
"offsetX": {
|
|
49866
|
+
"value": 0,
|
|
49867
|
+
"unit": "px"
|
|
49868
|
+
},
|
|
49869
|
+
"offsetY": {
|
|
49870
|
+
"value": 4,
|
|
49871
|
+
"unit": "px"
|
|
49872
|
+
},
|
|
49873
|
+
"blur": {
|
|
49874
|
+
"value": 32,
|
|
49875
|
+
"unit": "px"
|
|
49876
|
+
},
|
|
49877
|
+
"spread": {
|
|
49878
|
+
"value": -4,
|
|
49879
|
+
"unit": "px"
|
|
49880
|
+
}
|
|
49881
|
+
},
|
|
49882
|
+
{
|
|
49883
|
+
"color": "{base.color.neutral.12}",
|
|
49884
|
+
"alpha": 0.08,
|
|
49885
|
+
"offsetX": {
|
|
49886
|
+
"value": 0,
|
|
49887
|
+
"unit": "px"
|
|
49888
|
+
},
|
|
49889
|
+
"offsetY": {
|
|
49890
|
+
"value": 24,
|
|
49891
|
+
"unit": "px"
|
|
49892
|
+
},
|
|
49893
|
+
"blur": {
|
|
49894
|
+
"value": 48,
|
|
49895
|
+
"unit": "px"
|
|
49896
|
+
},
|
|
49897
|
+
"spread": {
|
|
49898
|
+
"value": -12,
|
|
49899
|
+
"unit": "px"
|
|
49900
|
+
}
|
|
49901
|
+
},
|
|
49902
|
+
{
|
|
49903
|
+
"color": "{base.color.neutral.12}",
|
|
49904
|
+
"alpha": 0.08,
|
|
49905
|
+
"offsetX": {
|
|
49906
|
+
"value": 0,
|
|
49907
|
+
"unit": "px"
|
|
49908
|
+
},
|
|
49909
|
+
"offsetY": {
|
|
49910
|
+
"value": 48,
|
|
49911
|
+
"unit": "px"
|
|
49912
|
+
},
|
|
49913
|
+
"blur": {
|
|
49914
|
+
"value": 96,
|
|
49915
|
+
"unit": "px"
|
|
49916
|
+
},
|
|
49917
|
+
"spread": {
|
|
49918
|
+
"value": -24,
|
|
49919
|
+
"unit": "px"
|
|
49920
|
+
}
|
|
49921
|
+
}
|
|
49922
|
+
],
|
|
49923
|
+
"$type": "shadow",
|
|
49924
|
+
"$description": "Medium floating shadow for popovers and action menus",
|
|
49925
|
+
"$extensions": {
|
|
49926
|
+
"org.primer.figma": {
|
|
49927
|
+
"collection": "mode",
|
|
49928
|
+
"group": "shadow"
|
|
49929
|
+
},
|
|
49930
|
+
"org.primer.overrides": {
|
|
49931
|
+
"dark": {
|
|
49932
|
+
"$value": [
|
|
49933
|
+
{
|
|
49934
|
+
"color": "{overlay.borderColor}",
|
|
49935
|
+
"alpha": 1,
|
|
49936
|
+
"offsetX": {
|
|
49937
|
+
"value": 0,
|
|
49938
|
+
"unit": "px"
|
|
49939
|
+
},
|
|
49940
|
+
"offsetY": {
|
|
49941
|
+
"value": 0,
|
|
49942
|
+
"unit": "px"
|
|
49943
|
+
},
|
|
49944
|
+
"blur": {
|
|
49945
|
+
"value": 0,
|
|
49946
|
+
"unit": "px"
|
|
49947
|
+
},
|
|
49948
|
+
"spread": {
|
|
49949
|
+
"value": 1,
|
|
49950
|
+
"unit": "px"
|
|
49951
|
+
}
|
|
49952
|
+
},
|
|
49953
|
+
{
|
|
49954
|
+
"color": "{base.color.neutral.0}",
|
|
49955
|
+
"alpha": 0.4,
|
|
49956
|
+
"offsetX": {
|
|
49957
|
+
"value": 0,
|
|
49958
|
+
"unit": "px"
|
|
49959
|
+
},
|
|
49960
|
+
"offsetY": {
|
|
49961
|
+
"value": 8,
|
|
49962
|
+
"unit": "px"
|
|
49963
|
+
},
|
|
49964
|
+
"blur": {
|
|
49965
|
+
"value": 16,
|
|
49966
|
+
"unit": "px"
|
|
49967
|
+
},
|
|
49968
|
+
"spread": {
|
|
49969
|
+
"value": -4,
|
|
49970
|
+
"unit": "px"
|
|
49971
|
+
}
|
|
49972
|
+
},
|
|
49973
|
+
{
|
|
49974
|
+
"color": "{base.color.neutral.0}",
|
|
49975
|
+
"alpha": 0.4,
|
|
49976
|
+
"offsetX": {
|
|
49977
|
+
"value": 0,
|
|
49978
|
+
"unit": "px"
|
|
49979
|
+
},
|
|
49980
|
+
"offsetY": {
|
|
49981
|
+
"value": 4,
|
|
49982
|
+
"unit": "px"
|
|
49983
|
+
},
|
|
49984
|
+
"blur": {
|
|
49985
|
+
"value": 32,
|
|
49986
|
+
"unit": "px"
|
|
49987
|
+
},
|
|
49988
|
+
"spread": {
|
|
49989
|
+
"value": -4,
|
|
49990
|
+
"unit": "px"
|
|
49991
|
+
}
|
|
49992
|
+
},
|
|
49993
|
+
{
|
|
49994
|
+
"color": "{base.color.neutral.0}",
|
|
49995
|
+
"alpha": 0.4,
|
|
49996
|
+
"offsetX": {
|
|
49997
|
+
"value": 0,
|
|
49998
|
+
"unit": "px"
|
|
49999
|
+
},
|
|
50000
|
+
"offsetY": {
|
|
50001
|
+
"value": 24,
|
|
50002
|
+
"unit": "px"
|
|
50003
|
+
},
|
|
50004
|
+
"blur": {
|
|
50005
|
+
"value": 48,
|
|
50006
|
+
"unit": "px"
|
|
50007
|
+
},
|
|
50008
|
+
"spread": {
|
|
50009
|
+
"value": -12,
|
|
50010
|
+
"unit": "px"
|
|
50011
|
+
}
|
|
50012
|
+
},
|
|
50013
|
+
{
|
|
50014
|
+
"color": "{base.color.neutral.0}",
|
|
50015
|
+
"alpha": 0.4,
|
|
50016
|
+
"offsetX": {
|
|
50017
|
+
"value": 0,
|
|
50018
|
+
"unit": "px"
|
|
50019
|
+
},
|
|
50020
|
+
"offsetY": {
|
|
50021
|
+
"value": 48,
|
|
50022
|
+
"unit": "px"
|
|
50023
|
+
},
|
|
50024
|
+
"blur": {
|
|
50025
|
+
"value": 96,
|
|
50026
|
+
"unit": "px"
|
|
50027
|
+
},
|
|
50028
|
+
"spread": {
|
|
50029
|
+
"value": -24,
|
|
50030
|
+
"unit": "px"
|
|
50031
|
+
}
|
|
50032
|
+
}
|
|
50033
|
+
],
|
|
50034
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50035
|
+
"isSource": true,
|
|
50036
|
+
"$type": "shadow"
|
|
50037
|
+
},
|
|
50038
|
+
"light-high-contrast": {
|
|
50039
|
+
"$value": [
|
|
50040
|
+
{
|
|
50041
|
+
"color": "{overlay.borderColor}",
|
|
50042
|
+
"alpha": 1,
|
|
50043
|
+
"offsetX": {
|
|
50044
|
+
"value": 0,
|
|
50045
|
+
"unit": "px"
|
|
50046
|
+
},
|
|
50047
|
+
"offsetY": {
|
|
50048
|
+
"value": 0,
|
|
50049
|
+
"unit": "px"
|
|
50050
|
+
},
|
|
50051
|
+
"blur": {
|
|
50052
|
+
"value": 0,
|
|
50053
|
+
"unit": "px"
|
|
50054
|
+
},
|
|
50055
|
+
"spread": {
|
|
50056
|
+
"value": 1,
|
|
50057
|
+
"unit": "px"
|
|
50058
|
+
}
|
|
50059
|
+
},
|
|
50060
|
+
{
|
|
50061
|
+
"color": "{base.color.neutral.12}",
|
|
50062
|
+
"alpha": 0.08,
|
|
50063
|
+
"offsetX": {
|
|
50064
|
+
"value": 0,
|
|
50065
|
+
"unit": "px"
|
|
50066
|
+
},
|
|
50067
|
+
"offsetY": {
|
|
50068
|
+
"value": 8,
|
|
50069
|
+
"unit": "px"
|
|
50070
|
+
},
|
|
50071
|
+
"blur": {
|
|
50072
|
+
"value": 16,
|
|
50073
|
+
"unit": "px"
|
|
50074
|
+
},
|
|
50075
|
+
"spread": {
|
|
50076
|
+
"value": -4,
|
|
50077
|
+
"unit": "px"
|
|
50078
|
+
}
|
|
50079
|
+
},
|
|
50080
|
+
{
|
|
50081
|
+
"color": "{base.color.neutral.12}",
|
|
50082
|
+
"alpha": 0.08,
|
|
50083
|
+
"offsetX": {
|
|
50084
|
+
"value": 0,
|
|
50085
|
+
"unit": "px"
|
|
50086
|
+
},
|
|
50087
|
+
"offsetY": {
|
|
50088
|
+
"value": 4,
|
|
50089
|
+
"unit": "px"
|
|
50090
|
+
},
|
|
50091
|
+
"blur": {
|
|
50092
|
+
"value": 32,
|
|
50093
|
+
"unit": "px"
|
|
50094
|
+
},
|
|
50095
|
+
"spread": {
|
|
50096
|
+
"value": -4,
|
|
50097
|
+
"unit": "px"
|
|
50098
|
+
}
|
|
50099
|
+
},
|
|
50100
|
+
{
|
|
50101
|
+
"color": "{base.color.neutral.12}",
|
|
50102
|
+
"alpha": 0.08,
|
|
50103
|
+
"offsetX": {
|
|
50104
|
+
"value": 0,
|
|
50105
|
+
"unit": "px"
|
|
50106
|
+
},
|
|
50107
|
+
"offsetY": {
|
|
50108
|
+
"value": 24,
|
|
50109
|
+
"unit": "px"
|
|
50110
|
+
},
|
|
50111
|
+
"blur": {
|
|
50112
|
+
"value": 48,
|
|
50113
|
+
"unit": "px"
|
|
50114
|
+
},
|
|
50115
|
+
"spread": {
|
|
50116
|
+
"value": -12,
|
|
50117
|
+
"unit": "px"
|
|
50118
|
+
}
|
|
50119
|
+
},
|
|
50120
|
+
{
|
|
50121
|
+
"color": "{base.color.neutral.12}",
|
|
50122
|
+
"alpha": 0.08,
|
|
50123
|
+
"offsetX": {
|
|
50124
|
+
"value": 0,
|
|
50125
|
+
"unit": "px"
|
|
50126
|
+
},
|
|
50127
|
+
"offsetY": {
|
|
50128
|
+
"value": 48,
|
|
50129
|
+
"unit": "px"
|
|
50130
|
+
},
|
|
50131
|
+
"blur": {
|
|
50132
|
+
"value": 96,
|
|
50133
|
+
"unit": "px"
|
|
50134
|
+
},
|
|
50135
|
+
"spread": {
|
|
50136
|
+
"value": -24,
|
|
50137
|
+
"unit": "px"
|
|
50138
|
+
}
|
|
50139
|
+
}
|
|
50140
|
+
],
|
|
50141
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50142
|
+
"isSource": true,
|
|
50143
|
+
"$type": "shadow"
|
|
50144
|
+
},
|
|
50145
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
50146
|
+
"$value": [
|
|
50147
|
+
{
|
|
50148
|
+
"color": "{overlay.borderColor}",
|
|
50149
|
+
"alpha": 1,
|
|
50150
|
+
"offsetX": {
|
|
50151
|
+
"value": 0,
|
|
50152
|
+
"unit": "px"
|
|
50153
|
+
},
|
|
50154
|
+
"offsetY": {
|
|
50155
|
+
"value": 0,
|
|
50156
|
+
"unit": "px"
|
|
50157
|
+
},
|
|
50158
|
+
"blur": {
|
|
50159
|
+
"value": 0,
|
|
50160
|
+
"unit": "px"
|
|
50161
|
+
},
|
|
50162
|
+
"spread": {
|
|
50163
|
+
"value": 1,
|
|
50164
|
+
"unit": "px"
|
|
50165
|
+
}
|
|
48242
50166
|
},
|
|
48243
|
-
|
|
48244
|
-
"
|
|
48245
|
-
"
|
|
50167
|
+
{
|
|
50168
|
+
"color": "{base.color.neutral.12}",
|
|
50169
|
+
"alpha": 0.08,
|
|
50170
|
+
"offsetX": {
|
|
50171
|
+
"value": 0,
|
|
50172
|
+
"unit": "px"
|
|
50173
|
+
},
|
|
50174
|
+
"offsetY": {
|
|
50175
|
+
"value": 8,
|
|
50176
|
+
"unit": "px"
|
|
50177
|
+
},
|
|
50178
|
+
"blur": {
|
|
50179
|
+
"value": 16,
|
|
50180
|
+
"unit": "px"
|
|
50181
|
+
},
|
|
50182
|
+
"spread": {
|
|
50183
|
+
"value": -4,
|
|
50184
|
+
"unit": "px"
|
|
50185
|
+
}
|
|
48246
50186
|
},
|
|
48247
|
-
|
|
48248
|
-
"
|
|
48249
|
-
"
|
|
50187
|
+
{
|
|
50188
|
+
"color": "{base.color.neutral.12}",
|
|
50189
|
+
"alpha": 0.08,
|
|
50190
|
+
"offsetX": {
|
|
50191
|
+
"value": 0,
|
|
50192
|
+
"unit": "px"
|
|
50193
|
+
},
|
|
50194
|
+
"offsetY": {
|
|
50195
|
+
"value": 4,
|
|
50196
|
+
"unit": "px"
|
|
50197
|
+
},
|
|
50198
|
+
"blur": {
|
|
50199
|
+
"value": 32,
|
|
50200
|
+
"unit": "px"
|
|
50201
|
+
},
|
|
50202
|
+
"spread": {
|
|
50203
|
+
"value": -4,
|
|
50204
|
+
"unit": "px"
|
|
50205
|
+
}
|
|
48250
50206
|
},
|
|
48251
|
-
|
|
48252
|
-
"
|
|
48253
|
-
"
|
|
50207
|
+
{
|
|
50208
|
+
"color": "{base.color.neutral.12}",
|
|
50209
|
+
"alpha": 0.08,
|
|
50210
|
+
"offsetX": {
|
|
50211
|
+
"value": 0,
|
|
50212
|
+
"unit": "px"
|
|
50213
|
+
},
|
|
50214
|
+
"offsetY": {
|
|
50215
|
+
"value": 24,
|
|
50216
|
+
"unit": "px"
|
|
50217
|
+
},
|
|
50218
|
+
"blur": {
|
|
50219
|
+
"value": 48,
|
|
50220
|
+
"unit": "px"
|
|
50221
|
+
},
|
|
50222
|
+
"spread": {
|
|
50223
|
+
"value": -12,
|
|
50224
|
+
"unit": "px"
|
|
50225
|
+
}
|
|
50226
|
+
},
|
|
50227
|
+
{
|
|
50228
|
+
"color": "{base.color.neutral.12}",
|
|
50229
|
+
"alpha": 0.08,
|
|
50230
|
+
"offsetX": {
|
|
50231
|
+
"value": 0,
|
|
50232
|
+
"unit": "px"
|
|
50233
|
+
},
|
|
50234
|
+
"offsetY": {
|
|
50235
|
+
"value": 48,
|
|
50236
|
+
"unit": "px"
|
|
50237
|
+
},
|
|
50238
|
+
"blur": {
|
|
50239
|
+
"value": 96,
|
|
50240
|
+
"unit": "px"
|
|
50241
|
+
},
|
|
50242
|
+
"spread": {
|
|
50243
|
+
"value": -24,
|
|
50244
|
+
"unit": "px"
|
|
50245
|
+
}
|
|
48254
50246
|
}
|
|
48255
|
-
|
|
48256
|
-
|
|
48257
|
-
|
|
48258
|
-
|
|
48259
|
-
"$type": "shadow"
|
|
48260
|
-
}
|
|
48261
|
-
},
|
|
48262
|
-
"org.primer.llm": {
|
|
48263
|
-
"usage": ["popover", "action-menu", "select-panel", "autocomplete"],
|
|
48264
|
-
"rules": "Use for medium-sized floating elements like popovers and action menus. More prominent than small but less than dialogs. Do NOT use for full modals."
|
|
48265
|
-
}
|
|
48266
|
-
},
|
|
48267
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48268
|
-
"isSource": true,
|
|
48269
|
-
"original": {
|
|
48270
|
-
"$value": [
|
|
48271
|
-
{
|
|
48272
|
-
"color": "{overlay.borderColor}",
|
|
48273
|
-
"alpha": 0,
|
|
48274
|
-
"offsetX": {
|
|
48275
|
-
"value": 0,
|
|
48276
|
-
"unit": "px"
|
|
48277
|
-
},
|
|
48278
|
-
"offsetY": {
|
|
48279
|
-
"value": 0,
|
|
48280
|
-
"unit": "px"
|
|
48281
|
-
},
|
|
48282
|
-
"blur": {
|
|
48283
|
-
"value": 0,
|
|
48284
|
-
"unit": "px"
|
|
48285
|
-
},
|
|
48286
|
-
"spread": {
|
|
48287
|
-
"value": 1,
|
|
48288
|
-
"unit": "px"
|
|
48289
|
-
}
|
|
48290
|
-
},
|
|
48291
|
-
{
|
|
48292
|
-
"color": "{base.color.neutral.12}",
|
|
48293
|
-
"alpha": 0.08,
|
|
48294
|
-
"offsetX": {
|
|
48295
|
-
"value": 0,
|
|
48296
|
-
"unit": "px"
|
|
48297
|
-
},
|
|
48298
|
-
"offsetY": {
|
|
48299
|
-
"value": 8,
|
|
48300
|
-
"unit": "px"
|
|
48301
|
-
},
|
|
48302
|
-
"blur": {
|
|
48303
|
-
"value": 16,
|
|
48304
|
-
"unit": "px"
|
|
48305
|
-
},
|
|
48306
|
-
"spread": {
|
|
48307
|
-
"value": -4,
|
|
48308
|
-
"unit": "px"
|
|
48309
|
-
}
|
|
48310
|
-
},
|
|
48311
|
-
{
|
|
48312
|
-
"color": "{base.color.neutral.12}",
|
|
48313
|
-
"alpha": 0.08,
|
|
48314
|
-
"offsetX": {
|
|
48315
|
-
"value": 0,
|
|
48316
|
-
"unit": "px"
|
|
48317
|
-
},
|
|
48318
|
-
"offsetY": {
|
|
48319
|
-
"value": 4,
|
|
48320
|
-
"unit": "px"
|
|
48321
|
-
},
|
|
48322
|
-
"blur": {
|
|
48323
|
-
"value": 32,
|
|
48324
|
-
"unit": "px"
|
|
48325
|
-
},
|
|
48326
|
-
"spread": {
|
|
48327
|
-
"value": -4,
|
|
48328
|
-
"unit": "px"
|
|
48329
|
-
}
|
|
48330
|
-
},
|
|
48331
|
-
{
|
|
48332
|
-
"color": "{base.color.neutral.12}",
|
|
48333
|
-
"alpha": 0.08,
|
|
48334
|
-
"offsetX": {
|
|
48335
|
-
"value": 0,
|
|
48336
|
-
"unit": "px"
|
|
48337
|
-
},
|
|
48338
|
-
"offsetY": {
|
|
48339
|
-
"value": 24,
|
|
48340
|
-
"unit": "px"
|
|
48341
|
-
},
|
|
48342
|
-
"blur": {
|
|
48343
|
-
"value": 48,
|
|
48344
|
-
"unit": "px"
|
|
48345
|
-
},
|
|
48346
|
-
"spread": {
|
|
48347
|
-
"value": -12,
|
|
48348
|
-
"unit": "px"
|
|
48349
|
-
}
|
|
48350
|
-
},
|
|
48351
|
-
{
|
|
48352
|
-
"color": "{base.color.neutral.12}",
|
|
48353
|
-
"alpha": 0.08,
|
|
48354
|
-
"offsetX": {
|
|
48355
|
-
"value": 0,
|
|
48356
|
-
"unit": "px"
|
|
48357
|
-
},
|
|
48358
|
-
"offsetY": {
|
|
48359
|
-
"value": 48,
|
|
48360
|
-
"unit": "px"
|
|
48361
|
-
},
|
|
48362
|
-
"blur": {
|
|
48363
|
-
"value": 96,
|
|
48364
|
-
"unit": "px"
|
|
50247
|
+
],
|
|
50248
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50249
|
+
"isSource": true,
|
|
50250
|
+
"$type": "shadow"
|
|
48365
50251
|
},
|
|
48366
|
-
"
|
|
48367
|
-
"value": -24,
|
|
48368
|
-
"unit": "px"
|
|
48369
|
-
}
|
|
48370
|
-
}
|
|
48371
|
-
],
|
|
48372
|
-
"$type": "shadow",
|
|
48373
|
-
"$description": "Medium floating shadow for popovers and action menus",
|
|
48374
|
-
"$extensions": {
|
|
48375
|
-
"org.primer.figma": {
|
|
48376
|
-
"collection": "mode",
|
|
48377
|
-
"group": "shadow"
|
|
48378
|
-
},
|
|
48379
|
-
"org.primer.overrides": {
|
|
48380
|
-
"dark": {
|
|
50252
|
+
"light-tritanopia-high-contrast": {
|
|
48381
50253
|
"$value": [
|
|
48382
50254
|
{
|
|
48383
50255
|
"color": "{overlay.borderColor}",
|
|
@@ -48400,8 +50272,8 @@
|
|
|
48400
50272
|
}
|
|
48401
50273
|
},
|
|
48402
50274
|
{
|
|
48403
|
-
"color": "{base.color.neutral.
|
|
48404
|
-
"alpha": 0.
|
|
50275
|
+
"color": "{base.color.neutral.12}",
|
|
50276
|
+
"alpha": 0.08,
|
|
48405
50277
|
"offsetX": {
|
|
48406
50278
|
"value": 0,
|
|
48407
50279
|
"unit": "px"
|
|
@@ -48420,8 +50292,8 @@
|
|
|
48420
50292
|
}
|
|
48421
50293
|
},
|
|
48422
50294
|
{
|
|
48423
|
-
"color": "{base.color.neutral.
|
|
48424
|
-
"alpha": 0.
|
|
50295
|
+
"color": "{base.color.neutral.12}",
|
|
50296
|
+
"alpha": 0.08,
|
|
48425
50297
|
"offsetX": {
|
|
48426
50298
|
"value": 0,
|
|
48427
50299
|
"unit": "px"
|
|
@@ -48440,8 +50312,8 @@
|
|
|
48440
50312
|
}
|
|
48441
50313
|
},
|
|
48442
50314
|
{
|
|
48443
|
-
"color": "{base.color.neutral.
|
|
48444
|
-
"alpha": 0.
|
|
50315
|
+
"color": "{base.color.neutral.12}",
|
|
50316
|
+
"alpha": 0.08,
|
|
48445
50317
|
"offsetX": {
|
|
48446
50318
|
"value": 0,
|
|
48447
50319
|
"unit": "px"
|
|
@@ -48460,8 +50332,8 @@
|
|
|
48460
50332
|
}
|
|
48461
50333
|
},
|
|
48462
50334
|
{
|
|
48463
|
-
"color": "{base.color.neutral.
|
|
48464
|
-
"alpha": 0.
|
|
50335
|
+
"color": "{base.color.neutral.12}",
|
|
50336
|
+
"alpha": 0.08,
|
|
48465
50337
|
"offsetX": {
|
|
48466
50338
|
"value": 0,
|
|
48467
50339
|
"unit": "px"
|
|
@@ -48734,7 +50606,7 @@
|
|
|
48734
50606
|
},
|
|
48735
50607
|
"shadow-floating-xlarge": {
|
|
48736
50608
|
"key": "{shadow.floating.xlarge}",
|
|
48737
|
-
"$value": "0 0 0 1px #
|
|
50609
|
+
"$value": "0 0 0 1px #d1d9e000, 0 56px 112px 0 #25292e52",
|
|
48738
50610
|
"$type": "shadow",
|
|
48739
50611
|
"$description": "Extra large floating shadow for full-screen overlays and sheets",
|
|
48740
50612
|
"$extensions": {
|
|
@@ -48789,6 +50661,147 @@
|
|
|
48789
50661
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48790
50662
|
"isSource": true,
|
|
48791
50663
|
"$type": "shadow"
|
|
50664
|
+
},
|
|
50665
|
+
"light-high-contrast": {
|
|
50666
|
+
"$value": [
|
|
50667
|
+
{
|
|
50668
|
+
"color": "#d1d9e080",
|
|
50669
|
+
"alpha": 1,
|
|
50670
|
+
"offsetX": {
|
|
50671
|
+
"value": 0,
|
|
50672
|
+
"unit": "px"
|
|
50673
|
+
},
|
|
50674
|
+
"offsetY": {
|
|
50675
|
+
"value": 0,
|
|
50676
|
+
"unit": "px"
|
|
50677
|
+
},
|
|
50678
|
+
"blur": {
|
|
50679
|
+
"value": 0,
|
|
50680
|
+
"unit": "px"
|
|
50681
|
+
},
|
|
50682
|
+
"spread": {
|
|
50683
|
+
"value": 1,
|
|
50684
|
+
"unit": "px"
|
|
50685
|
+
}
|
|
50686
|
+
},
|
|
50687
|
+
{
|
|
50688
|
+
"color": "#25292e",
|
|
50689
|
+
"alpha": 0.32,
|
|
50690
|
+
"offsetX": {
|
|
50691
|
+
"value": 0,
|
|
50692
|
+
"unit": "px"
|
|
50693
|
+
},
|
|
50694
|
+
"offsetY": {
|
|
50695
|
+
"value": 56,
|
|
50696
|
+
"unit": "px"
|
|
50697
|
+
},
|
|
50698
|
+
"blur": {
|
|
50699
|
+
"value": 112,
|
|
50700
|
+
"unit": "px"
|
|
50701
|
+
},
|
|
50702
|
+
"spread": {
|
|
50703
|
+
"value": 0,
|
|
50704
|
+
"unit": "px"
|
|
50705
|
+
}
|
|
50706
|
+
}
|
|
50707
|
+
],
|
|
50708
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50709
|
+
"isSource": true,
|
|
50710
|
+
"$type": "shadow"
|
|
50711
|
+
},
|
|
50712
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
50713
|
+
"$value": [
|
|
50714
|
+
{
|
|
50715
|
+
"color": "#d1d9e080",
|
|
50716
|
+
"alpha": 1,
|
|
50717
|
+
"offsetX": {
|
|
50718
|
+
"value": 0,
|
|
50719
|
+
"unit": "px"
|
|
50720
|
+
},
|
|
50721
|
+
"offsetY": {
|
|
50722
|
+
"value": 0,
|
|
50723
|
+
"unit": "px"
|
|
50724
|
+
},
|
|
50725
|
+
"blur": {
|
|
50726
|
+
"value": 0,
|
|
50727
|
+
"unit": "px"
|
|
50728
|
+
},
|
|
50729
|
+
"spread": {
|
|
50730
|
+
"value": 1,
|
|
50731
|
+
"unit": "px"
|
|
50732
|
+
}
|
|
50733
|
+
},
|
|
50734
|
+
{
|
|
50735
|
+
"color": "#25292e",
|
|
50736
|
+
"alpha": 0.32,
|
|
50737
|
+
"offsetX": {
|
|
50738
|
+
"value": 0,
|
|
50739
|
+
"unit": "px"
|
|
50740
|
+
},
|
|
50741
|
+
"offsetY": {
|
|
50742
|
+
"value": 56,
|
|
50743
|
+
"unit": "px"
|
|
50744
|
+
},
|
|
50745
|
+
"blur": {
|
|
50746
|
+
"value": 112,
|
|
50747
|
+
"unit": "px"
|
|
50748
|
+
},
|
|
50749
|
+
"spread": {
|
|
50750
|
+
"value": 0,
|
|
50751
|
+
"unit": "px"
|
|
50752
|
+
}
|
|
50753
|
+
}
|
|
50754
|
+
],
|
|
50755
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50756
|
+
"isSource": true,
|
|
50757
|
+
"$type": "shadow"
|
|
50758
|
+
},
|
|
50759
|
+
"light-tritanopia-high-contrast": {
|
|
50760
|
+
"$value": [
|
|
50761
|
+
{
|
|
50762
|
+
"color": "#d1d9e080",
|
|
50763
|
+
"alpha": 1,
|
|
50764
|
+
"offsetX": {
|
|
50765
|
+
"value": 0,
|
|
50766
|
+
"unit": "px"
|
|
50767
|
+
},
|
|
50768
|
+
"offsetY": {
|
|
50769
|
+
"value": 0,
|
|
50770
|
+
"unit": "px"
|
|
50771
|
+
},
|
|
50772
|
+
"blur": {
|
|
50773
|
+
"value": 0,
|
|
50774
|
+
"unit": "px"
|
|
50775
|
+
},
|
|
50776
|
+
"spread": {
|
|
50777
|
+
"value": 1,
|
|
50778
|
+
"unit": "px"
|
|
50779
|
+
}
|
|
50780
|
+
},
|
|
50781
|
+
{
|
|
50782
|
+
"color": "#25292e",
|
|
50783
|
+
"alpha": 0.32,
|
|
50784
|
+
"offsetX": {
|
|
50785
|
+
"value": 0,
|
|
50786
|
+
"unit": "px"
|
|
50787
|
+
},
|
|
50788
|
+
"offsetY": {
|
|
50789
|
+
"value": 56,
|
|
50790
|
+
"unit": "px"
|
|
50791
|
+
},
|
|
50792
|
+
"blur": {
|
|
50793
|
+
"value": 112,
|
|
50794
|
+
"unit": "px"
|
|
50795
|
+
},
|
|
50796
|
+
"spread": {
|
|
50797
|
+
"value": 0,
|
|
50798
|
+
"unit": "px"
|
|
50799
|
+
}
|
|
50800
|
+
}
|
|
50801
|
+
],
|
|
50802
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50803
|
+
"isSource": true,
|
|
50804
|
+
"$type": "shadow"
|
|
48792
50805
|
}
|
|
48793
50806
|
},
|
|
48794
50807
|
"org.primer.llm": {
|
|
@@ -48895,6 +50908,147 @@
|
|
|
48895
50908
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48896
50909
|
"isSource": true,
|
|
48897
50910
|
"$type": "shadow"
|
|
50911
|
+
},
|
|
50912
|
+
"light-high-contrast": {
|
|
50913
|
+
"$value": [
|
|
50914
|
+
{
|
|
50915
|
+
"color": "{overlay.borderColor}",
|
|
50916
|
+
"alpha": 1,
|
|
50917
|
+
"offsetX": {
|
|
50918
|
+
"value": 0,
|
|
50919
|
+
"unit": "px"
|
|
50920
|
+
},
|
|
50921
|
+
"offsetY": {
|
|
50922
|
+
"value": 0,
|
|
50923
|
+
"unit": "px"
|
|
50924
|
+
},
|
|
50925
|
+
"blur": {
|
|
50926
|
+
"value": 0,
|
|
50927
|
+
"unit": "px"
|
|
50928
|
+
},
|
|
50929
|
+
"spread": {
|
|
50930
|
+
"value": 1,
|
|
50931
|
+
"unit": "px"
|
|
50932
|
+
}
|
|
50933
|
+
},
|
|
50934
|
+
{
|
|
50935
|
+
"color": "{base.color.neutral.12}",
|
|
50936
|
+
"alpha": 0.32,
|
|
50937
|
+
"offsetX": {
|
|
50938
|
+
"value": 0,
|
|
50939
|
+
"unit": "px"
|
|
50940
|
+
},
|
|
50941
|
+
"offsetY": {
|
|
50942
|
+
"value": 56,
|
|
50943
|
+
"unit": "px"
|
|
50944
|
+
},
|
|
50945
|
+
"blur": {
|
|
50946
|
+
"value": 112,
|
|
50947
|
+
"unit": "px"
|
|
50948
|
+
},
|
|
50949
|
+
"spread": {
|
|
50950
|
+
"value": 0,
|
|
50951
|
+
"unit": "px"
|
|
50952
|
+
}
|
|
50953
|
+
}
|
|
50954
|
+
],
|
|
50955
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50956
|
+
"isSource": true,
|
|
50957
|
+
"$type": "shadow"
|
|
50958
|
+
},
|
|
50959
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
50960
|
+
"$value": [
|
|
50961
|
+
{
|
|
50962
|
+
"color": "{overlay.borderColor}",
|
|
50963
|
+
"alpha": 1,
|
|
50964
|
+
"offsetX": {
|
|
50965
|
+
"value": 0,
|
|
50966
|
+
"unit": "px"
|
|
50967
|
+
},
|
|
50968
|
+
"offsetY": {
|
|
50969
|
+
"value": 0,
|
|
50970
|
+
"unit": "px"
|
|
50971
|
+
},
|
|
50972
|
+
"blur": {
|
|
50973
|
+
"value": 0,
|
|
50974
|
+
"unit": "px"
|
|
50975
|
+
},
|
|
50976
|
+
"spread": {
|
|
50977
|
+
"value": 1,
|
|
50978
|
+
"unit": "px"
|
|
50979
|
+
}
|
|
50980
|
+
},
|
|
50981
|
+
{
|
|
50982
|
+
"color": "{base.color.neutral.12}",
|
|
50983
|
+
"alpha": 0.32,
|
|
50984
|
+
"offsetX": {
|
|
50985
|
+
"value": 0,
|
|
50986
|
+
"unit": "px"
|
|
50987
|
+
},
|
|
50988
|
+
"offsetY": {
|
|
50989
|
+
"value": 56,
|
|
50990
|
+
"unit": "px"
|
|
50991
|
+
},
|
|
50992
|
+
"blur": {
|
|
50993
|
+
"value": 112,
|
|
50994
|
+
"unit": "px"
|
|
50995
|
+
},
|
|
50996
|
+
"spread": {
|
|
50997
|
+
"value": 0,
|
|
50998
|
+
"unit": "px"
|
|
50999
|
+
}
|
|
51000
|
+
}
|
|
51001
|
+
],
|
|
51002
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
51003
|
+
"isSource": true,
|
|
51004
|
+
"$type": "shadow"
|
|
51005
|
+
},
|
|
51006
|
+
"light-tritanopia-high-contrast": {
|
|
51007
|
+
"$value": [
|
|
51008
|
+
{
|
|
51009
|
+
"color": "{overlay.borderColor}",
|
|
51010
|
+
"alpha": 1,
|
|
51011
|
+
"offsetX": {
|
|
51012
|
+
"value": 0,
|
|
51013
|
+
"unit": "px"
|
|
51014
|
+
},
|
|
51015
|
+
"offsetY": {
|
|
51016
|
+
"value": 0,
|
|
51017
|
+
"unit": "px"
|
|
51018
|
+
},
|
|
51019
|
+
"blur": {
|
|
51020
|
+
"value": 0,
|
|
51021
|
+
"unit": "px"
|
|
51022
|
+
},
|
|
51023
|
+
"spread": {
|
|
51024
|
+
"value": 1,
|
|
51025
|
+
"unit": "px"
|
|
51026
|
+
}
|
|
51027
|
+
},
|
|
51028
|
+
{
|
|
51029
|
+
"color": "{base.color.neutral.12}",
|
|
51030
|
+
"alpha": 0.32,
|
|
51031
|
+
"offsetX": {
|
|
51032
|
+
"value": 0,
|
|
51033
|
+
"unit": "px"
|
|
51034
|
+
},
|
|
51035
|
+
"offsetY": {
|
|
51036
|
+
"value": 56,
|
|
51037
|
+
"unit": "px"
|
|
51038
|
+
},
|
|
51039
|
+
"blur": {
|
|
51040
|
+
"value": 112,
|
|
51041
|
+
"unit": "px"
|
|
51042
|
+
},
|
|
51043
|
+
"spread": {
|
|
51044
|
+
"value": 0,
|
|
51045
|
+
"unit": "px"
|
|
51046
|
+
}
|
|
51047
|
+
}
|
|
51048
|
+
],
|
|
51049
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
51050
|
+
"isSource": true,
|
|
51051
|
+
"$type": "shadow"
|
|
48898
51052
|
}
|
|
48899
51053
|
},
|
|
48900
51054
|
"org.primer.llm": {
|