@primer/primitives 11.4.1-rc.edbe0e39 → 11.5.0-rc.14eaeb12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/DESIGN_TOKENS_SPEC.md +14 -5
- package/dist/build/schemas/borderToken.d.ts +45 -3
- package/dist/build/schemas/borderToken.js +2 -1
- package/dist/build/schemas/colorToken.d.ts +639 -30
- package/dist/build/schemas/colorToken.js +3 -2
- package/dist/build/schemas/colorW3cValue.d.ts +28 -0
- package/dist/build/schemas/colorW3cValue.js +42 -0
- package/dist/build/schemas/cubicBezierToken.d.ts +1 -1
- package/dist/build/schemas/dimensionToken.d.ts +1 -1
- package/dist/build/schemas/durationToken.d.ts +1 -1
- package/dist/build/schemas/fontFamilyToken.d.ts +1 -1
- package/dist/build/schemas/fontWeightToken.d.ts +1 -1
- package/dist/build/schemas/gradientToken.d.ts +23 -2
- package/dist/build/schemas/gradientToken.js +2 -1
- package/dist/build/schemas/numberToken.d.ts +1 -1
- package/dist/build/schemas/shadowToken.d.ts +1079 -43
- package/dist/build/schemas/shadowToken.js +8 -2
- package/dist/build/schemas/stringToken.d.ts +1 -1
- package/dist/build/schemas/tokenType.d.ts +1 -1
- package/dist/build/schemas/transitionToken.d.ts +1 -1
- package/dist/build/schemas/typographyToken.d.ts +1 -1
- package/dist/build/schemas/viewportRangeToken.d.ts +1 -1
- package/dist/build/transformers/borderToCss.js +3 -1
- package/dist/build/transformers/colorAlphaToCss.js +6 -3
- package/dist/build/transformers/colorToHex.js +5 -2
- package/dist/build/transformers/colorToRgbAlpha.js +5 -2
- package/dist/build/transformers/colorToRgbaFloat.js +5 -0
- package/dist/build/transformers/durationToCss.js +4 -4
- package/dist/build/transformers/gradientToCss.js +2 -1
- package/dist/build/transformers/shadowToCss.js +4 -1
- package/dist/build/transformers/utilities/normalizeColorValue.d.ts +23 -0
- package/dist/build/transformers/utilities/normalizeColorValue.js +74 -0
- package/dist/build/types/borderTokenValue.d.ts +2 -1
- package/dist/build/types/shadowTokenValue.d.ts +2 -1
- package/dist/css/base/motion/motion.css +1 -1
- package/dist/css/functional/size/radius.css +1 -1
- package/dist/css/functional/size/size-coarse.css +1 -0
- package/dist/css/functional/size/size-fine.css +1 -0
- package/dist/css/functional/size/size.css +5 -0
- package/dist/css/functional/themes/dark-colorblind-high-contrast.css +22 -10
- package/dist/css/functional/themes/dark-colorblind.css +22 -10
- package/dist/css/functional/themes/dark-dimmed-high-contrast.css +22 -10
- package/dist/css/functional/themes/dark-dimmed.css +22 -10
- package/dist/css/functional/themes/dark-high-contrast.css +22 -10
- package/dist/css/functional/themes/dark-tritanopia-high-contrast.css +22 -10
- package/dist/css/functional/themes/dark-tritanopia.css +22 -10
- package/dist/css/functional/themes/dark.css +22 -10
- package/dist/css/functional/themes/light-colorblind-high-contrast.css +14 -2
- package/dist/css/functional/themes/light-colorblind.css +20 -8
- package/dist/css/functional/themes/light-high-contrast.css +14 -2
- package/dist/css/functional/themes/light-tritanopia-high-contrast.css +14 -2
- package/dist/css/functional/themes/light-tritanopia.css +20 -8
- package/dist/css/functional/themes/light.css +20 -8
- package/dist/docs/functional/size/radius.json +2 -2
- package/dist/docs/functional/size/size-coarse.json +55 -2
- package/dist/docs/functional/size/size-fine.json +55 -2
- package/dist/docs/functional/size/size.json +135 -0
- package/dist/docs/functional/themes/dark-colorblind-high-contrast.json +2502 -372
- package/dist/docs/functional/themes/dark-colorblind.json +2492 -370
- package/dist/docs/functional/themes/dark-dimmed-high-contrast.json +2355 -205
- package/dist/docs/functional/themes/dark-dimmed.json +2382 -212
- package/dist/docs/functional/themes/dark-high-contrast.json +2507 -373
- package/dist/docs/functional/themes/dark-tritanopia-high-contrast.json +2517 -375
- package/dist/docs/functional/themes/dark-tritanopia.json +2499 -353
- package/dist/docs/functional/themes/dark.json +2501 -371
- package/dist/docs/functional/themes/light-colorblind-high-contrast.json +2354 -204
- package/dist/docs/functional/themes/light-colorblind.json +2344 -202
- package/dist/docs/functional/themes/light-high-contrast.json +2359 -205
- package/dist/docs/functional/themes/light-tritanopia-high-contrast.json +2359 -205
- package/dist/docs/functional/themes/light-tritanopia.json +2354 -204
- package/dist/docs/functional/themes/light.json +2359 -205
- package/dist/fallbacks/functional/size/size-coarse.json +2 -1
- package/dist/fallbacks/functional/size/size-fine.json +2 -1
- package/dist/fallbacks/functional/size/size.json +5 -0
- package/dist/figma/dimension/dimension.json +56 -1
- package/dist/figma/themes/dark-colorblind.json +49 -1
- package/dist/figma/themes/dark-dimmed.json +51 -3
- package/dist/figma/themes/dark-high-contrast.json +49 -1
- package/dist/figma/themes/dark-tritanopia.json +49 -1
- package/dist/figma/themes/dark.json +49 -1
- package/dist/figma/themes/light-colorblind.json +49 -1
- package/dist/figma/themes/light-high-contrast.json +49 -1
- package/dist/figma/themes/light-tritanopia.json +49 -1
- package/dist/figma/themes/light.json +49 -1
- package/dist/internalCss/dark-colorblind-high-contrast.css +22 -10
- package/dist/internalCss/dark-colorblind.css +22 -10
- package/dist/internalCss/dark-dimmed-high-contrast.css +22 -10
- package/dist/internalCss/dark-dimmed.css +22 -10
- package/dist/internalCss/dark-high-contrast.css +22 -10
- package/dist/internalCss/dark-tritanopia-high-contrast.css +22 -10
- package/dist/internalCss/dark-tritanopia.css +22 -10
- package/dist/internalCss/dark.css +22 -10
- package/dist/internalCss/light-colorblind-high-contrast.css +14 -2
- package/dist/internalCss/light-colorblind.css +20 -8
- package/dist/internalCss/light-high-contrast.css +14 -2
- package/dist/internalCss/light-tritanopia-high-contrast.css +14 -2
- package/dist/internalCss/light-tritanopia.css +20 -8
- package/dist/internalCss/light.css +20 -8
- package/dist/styleLint/functional/size/radius.json +2 -2
- package/dist/styleLint/functional/size/size-coarse.json +57 -4
- package/dist/styleLint/functional/size/size-fine.json +57 -4
- package/dist/styleLint/functional/size/size.json +135 -0
- package/dist/styleLint/functional/themes/dark-colorblind-high-contrast.json +2491 -349
- package/dist/styleLint/functional/themes/dark-colorblind.json +2481 -347
- package/dist/styleLint/functional/themes/dark-dimmed-high-contrast.json +2516 -354
- package/dist/styleLint/functional/themes/dark-dimmed.json +2543 -361
- package/dist/styleLint/functional/themes/dark-high-contrast.json +2496 -350
- package/dist/styleLint/functional/themes/dark-tritanopia-high-contrast.json +2506 -352
- package/dist/styleLint/functional/themes/dark-tritanopia.json +2511 -353
- package/dist/styleLint/functional/themes/dark.json +2491 -349
- package/dist/styleLint/functional/themes/light-colorblind-high-contrast.json +2514 -352
- package/dist/styleLint/functional/themes/light-colorblind.json +2505 -351
- package/dist/styleLint/functional/themes/light-high-contrast.json +2371 -205
- package/dist/styleLint/functional/themes/light-tritanopia-high-contrast.json +2519 -353
- package/dist/styleLint/functional/themes/light-tritanopia.json +2515 -353
- package/dist/styleLint/functional/themes/light.json +2520 -354
- package/package.json +4 -3
- package/src/tokens/base/color/dark/dark.dimmed.json5 +405 -81
- package/src/tokens/base/color/dark/dark.high-contrast.json5 +405 -81
- package/src/tokens/base/color/dark/dark.json5 +475 -95
- package/src/tokens/base/color/dark/display-dark.json5 +960 -192
- package/src/tokens/base/color/light/display-light.json5 +960 -192
- package/src/tokens/base/color/light/light.high-contrast.json5 +405 -81
- package/src/tokens/base/color/light/light.json5 +475 -95
- package/src/tokens/base/size/size.json5 +194 -194
- package/src/tokens/component/button.json5 +368 -65
- package/src/tokens/component/reactionButton.json5 +20 -4
- package/src/tokens/functional/border/border.json5 +29 -1
- package/src/tokens/functional/color/bgColor.json5 +10 -2
- package/src/tokens/functional/color/borderColor.json5 +8 -1
- package/src/tokens/functional/color/control.json5 +160 -32
- package/src/tokens/functional/color/fgColor.json5 +5 -1
- package/src/tokens/functional/color/syntax.json5 +10 -2
- package/src/tokens/functional/shadow/shadow.json5 +576 -0
- package/src/tokens/functional/size/radius.json5 +1 -1
- package/src/tokens/functional/size/size-coarse.json5 +15 -0
- package/src/tokens/functional/size/size-fine.json5 +15 -0
- package/src/tokens/functional/size/size.json5 +50 -0
|
@@ -2092,7 +2092,11 @@
|
|
|
2092
2092
|
"$type": "color"
|
|
2093
2093
|
},
|
|
2094
2094
|
"dark-tritanopia": {
|
|
2095
|
-
"$value":
|
|
2095
|
+
"$value": {
|
|
2096
|
+
"colorSpace": "hsl",
|
|
2097
|
+
"components": [328, 62.9, 62],
|
|
2098
|
+
"hex": "#db61a2"
|
|
2099
|
+
},
|
|
2096
2100
|
"alpha": 0.1,
|
|
2097
2101
|
"filePath": "src/tokens/functional/color/bgColor.json5",
|
|
2098
2102
|
"isSource": true,
|
|
@@ -2129,7 +2133,11 @@
|
|
|
2129
2133
|
"$type": "color"
|
|
2130
2134
|
},
|
|
2131
2135
|
"dark-tritanopia": {
|
|
2132
|
-
"$value":
|
|
2136
|
+
"$value": {
|
|
2137
|
+
"colorSpace": "hsl",
|
|
2138
|
+
"components": [328, 62.9, 62],
|
|
2139
|
+
"hex": "#db61a2"
|
|
2140
|
+
},
|
|
2133
2141
|
"alpha": 0.1,
|
|
2134
2142
|
"filePath": "src/tokens/functional/color/bgColor.json5",
|
|
2135
2143
|
"isSource": true,
|
|
@@ -2798,6 +2806,52 @@
|
|
|
2798
2806
|
"attributes": {},
|
|
2799
2807
|
"path": ["border", "done", "muted"]
|
|
2800
2808
|
},
|
|
2809
|
+
"border-draft-emphasis": {
|
|
2810
|
+
"key": "{border.draft.emphasis}",
|
|
2811
|
+
"$value": {
|
|
2812
|
+
"color": "#b7bdc8",
|
|
2813
|
+
"style": "solid",
|
|
2814
|
+
"width": ["0.0625rem", "1px"]
|
|
2815
|
+
},
|
|
2816
|
+
"$type": "border",
|
|
2817
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
2818
|
+
"isSource": true,
|
|
2819
|
+
"original": {
|
|
2820
|
+
"$value": {
|
|
2821
|
+
"color": "{borderColor.draft.emphasis}",
|
|
2822
|
+
"style": "solid",
|
|
2823
|
+
"width": "{borderWidth.default}"
|
|
2824
|
+
},
|
|
2825
|
+
"$type": "border",
|
|
2826
|
+
"key": "{border.draft.emphasis}"
|
|
2827
|
+
},
|
|
2828
|
+
"name": "border-draft-emphasis",
|
|
2829
|
+
"attributes": {},
|
|
2830
|
+
"path": ["border", "draft", "emphasis"]
|
|
2831
|
+
},
|
|
2832
|
+
"border-draft-muted": {
|
|
2833
|
+
"key": "{border.draft.muted}",
|
|
2834
|
+
"$value": {
|
|
2835
|
+
"color": "#b7bdc8",
|
|
2836
|
+
"style": "solid",
|
|
2837
|
+
"width": ["0.0625rem", "1px"]
|
|
2838
|
+
},
|
|
2839
|
+
"$type": "border",
|
|
2840
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
2841
|
+
"isSource": true,
|
|
2842
|
+
"original": {
|
|
2843
|
+
"$value": {
|
|
2844
|
+
"color": "{borderColor.draft.muted}",
|
|
2845
|
+
"style": "solid",
|
|
2846
|
+
"width": "{borderWidth.default}"
|
|
2847
|
+
},
|
|
2848
|
+
"$type": "border",
|
|
2849
|
+
"key": "{border.draft.muted}"
|
|
2850
|
+
},
|
|
2851
|
+
"name": "border-draft-muted",
|
|
2852
|
+
"attributes": {},
|
|
2853
|
+
"path": ["border", "draft", "muted"]
|
|
2854
|
+
},
|
|
2801
2855
|
"border-emphasis": {
|
|
2802
2856
|
"key": "{border.emphasis}",
|
|
2803
2857
|
"$value": {
|
|
@@ -3066,6 +3120,31 @@
|
|
|
3066
3120
|
"attributes": {},
|
|
3067
3121
|
"path": ["border", "success", "muted"]
|
|
3068
3122
|
},
|
|
3123
|
+
"border-translucent": {
|
|
3124
|
+
"key": "{border.translucent}",
|
|
3125
|
+
"$description": "Semi-transparent border shorthand for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
|
|
3126
|
+
"$value": {
|
|
3127
|
+
"color": "#9198a1",
|
|
3128
|
+
"style": "solid",
|
|
3129
|
+
"width": ["0.0625rem", "1px"]
|
|
3130
|
+
},
|
|
3131
|
+
"$type": "border",
|
|
3132
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
3133
|
+
"isSource": true,
|
|
3134
|
+
"original": {
|
|
3135
|
+
"$description": "Semi-transparent border shorthand for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
|
|
3136
|
+
"$value": {
|
|
3137
|
+
"color": "{borderColor.translucent}",
|
|
3138
|
+
"style": "solid",
|
|
3139
|
+
"width": "{borderWidth.default}"
|
|
3140
|
+
},
|
|
3141
|
+
"$type": "border",
|
|
3142
|
+
"key": "{border.translucent}"
|
|
3143
|
+
},
|
|
3144
|
+
"name": "border-translucent",
|
|
3145
|
+
"attributes": {},
|
|
3146
|
+
"path": ["border", "translucent"]
|
|
3147
|
+
},
|
|
3069
3148
|
"border-transparent": {
|
|
3070
3149
|
"key": "{border.transparent}",
|
|
3071
3150
|
"$value": {
|
|
@@ -5875,7 +5954,7 @@
|
|
|
5875
5954
|
"key": "{borderColor.translucent}",
|
|
5876
5955
|
"$value": "#9198a1",
|
|
5877
5956
|
"$type": "color",
|
|
5878
|
-
"$description": "Semi-transparent border for overlays and layered elements",
|
|
5957
|
+
"$description": "Semi-transparent border for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
|
|
5879
5958
|
"$extensions": {
|
|
5880
5959
|
"org.primer.figma": {
|
|
5881
5960
|
"collection": "mode",
|
|
@@ -5944,7 +6023,7 @@
|
|
|
5944
6023
|
"original": {
|
|
5945
6024
|
"$value": "{base.color.neutral.9}",
|
|
5946
6025
|
"$type": "color",
|
|
5947
|
-
"$description": "Semi-transparent border for overlays and layered elements",
|
|
6026
|
+
"$description": "Semi-transparent border for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
|
|
5948
6027
|
"$extensions": {
|
|
5949
6028
|
"org.primer.figma": {
|
|
5950
6029
|
"collection": "mode",
|
|
@@ -6738,13 +6817,21 @@
|
|
|
6738
6817
|
"$type": "color"
|
|
6739
6818
|
},
|
|
6740
6819
|
"dark-dimmed-high-contrast": {
|
|
6741
|
-
"$value":
|
|
6820
|
+
"$value": {
|
|
6821
|
+
"colorSpace": "hsl",
|
|
6822
|
+
"components": [0, 0, 100],
|
|
6823
|
+
"hex": "#ffffff"
|
|
6824
|
+
},
|
|
6742
6825
|
"filePath": "src/tokens/component/button.json5",
|
|
6743
6826
|
"isSource": true,
|
|
6744
6827
|
"$type": "color"
|
|
6745
6828
|
},
|
|
6746
6829
|
"dark-dimmed": {
|
|
6747
|
-
"$value":
|
|
6830
|
+
"$value": {
|
|
6831
|
+
"colorSpace": "hsl",
|
|
6832
|
+
"components": [0, 0, 100],
|
|
6833
|
+
"hex": "#ffffff"
|
|
6834
|
+
},
|
|
6748
6835
|
"filePath": "src/tokens/component/button.json5",
|
|
6749
6836
|
"isSource": true,
|
|
6750
6837
|
"$type": "color"
|
|
@@ -6770,13 +6857,21 @@
|
|
|
6770
6857
|
"$type": "color"
|
|
6771
6858
|
},
|
|
6772
6859
|
"dark-dimmed-high-contrast": {
|
|
6773
|
-
"$value":
|
|
6860
|
+
"$value": {
|
|
6861
|
+
"colorSpace": "hsl",
|
|
6862
|
+
"components": [0, 0, 100],
|
|
6863
|
+
"hex": "#ffffff"
|
|
6864
|
+
},
|
|
6774
6865
|
"filePath": "src/tokens/component/button.json5",
|
|
6775
6866
|
"isSource": true,
|
|
6776
6867
|
"$type": "color"
|
|
6777
6868
|
},
|
|
6778
6869
|
"dark-dimmed": {
|
|
6779
|
-
"$value":
|
|
6870
|
+
"$value": {
|
|
6871
|
+
"colorSpace": "hsl",
|
|
6872
|
+
"components": [0, 0, 100],
|
|
6873
|
+
"hex": "#ffffff"
|
|
6874
|
+
},
|
|
6780
6875
|
"filePath": "src/tokens/component/button.json5",
|
|
6781
6876
|
"isSource": true,
|
|
6782
6877
|
"$type": "color"
|
|
@@ -6856,13 +6951,21 @@
|
|
|
6856
6951
|
"$type": "color"
|
|
6857
6952
|
},
|
|
6858
6953
|
"dark-dimmed-high-contrast": {
|
|
6859
|
-
"$value":
|
|
6954
|
+
"$value": {
|
|
6955
|
+
"colorSpace": "hsl",
|
|
6956
|
+
"components": [0, 0, 100],
|
|
6957
|
+
"hex": "#ffffff"
|
|
6958
|
+
},
|
|
6860
6959
|
"filePath": "src/tokens/component/button.json5",
|
|
6861
6960
|
"isSource": true,
|
|
6862
6961
|
"$type": "color"
|
|
6863
6962
|
},
|
|
6864
6963
|
"dark-dimmed": {
|
|
6865
|
-
"$value":
|
|
6964
|
+
"$value": {
|
|
6965
|
+
"colorSpace": "hsl",
|
|
6966
|
+
"components": [0, 0, 100],
|
|
6967
|
+
"hex": "#ffffff"
|
|
6968
|
+
},
|
|
6866
6969
|
"filePath": "src/tokens/component/button.json5",
|
|
6867
6970
|
"isSource": true,
|
|
6868
6971
|
"$type": "color"
|
|
@@ -6888,13 +6991,21 @@
|
|
|
6888
6991
|
"$type": "color"
|
|
6889
6992
|
},
|
|
6890
6993
|
"dark-dimmed-high-contrast": {
|
|
6891
|
-
"$value":
|
|
6994
|
+
"$value": {
|
|
6995
|
+
"colorSpace": "hsl",
|
|
6996
|
+
"components": [0, 0, 100],
|
|
6997
|
+
"hex": "#ffffff"
|
|
6998
|
+
},
|
|
6892
6999
|
"filePath": "src/tokens/component/button.json5",
|
|
6893
7000
|
"isSource": true,
|
|
6894
7001
|
"$type": "color"
|
|
6895
7002
|
},
|
|
6896
7003
|
"dark-dimmed": {
|
|
6897
|
-
"$value":
|
|
7004
|
+
"$value": {
|
|
7005
|
+
"colorSpace": "hsl",
|
|
7006
|
+
"components": [0, 0, 100],
|
|
7007
|
+
"hex": "#ffffff"
|
|
7008
|
+
},
|
|
6898
7009
|
"filePath": "src/tokens/component/button.json5",
|
|
6899
7010
|
"isSource": true,
|
|
6900
7011
|
"$type": "color"
|
|
@@ -6919,13 +7030,21 @@
|
|
|
6919
7030
|
},
|
|
6920
7031
|
"org.primer.overrides": {
|
|
6921
7032
|
"dark": {
|
|
6922
|
-
"$value":
|
|
7033
|
+
"$value": {
|
|
7034
|
+
"colorSpace": "hsl",
|
|
7035
|
+
"components": [3.3, 94.3, 65.7],
|
|
7036
|
+
"hex": "#FA5E55"
|
|
7037
|
+
},
|
|
6923
7038
|
"filePath": "src/tokens/component/button.json5",
|
|
6924
7039
|
"isSource": true,
|
|
6925
7040
|
"$type": "color"
|
|
6926
7041
|
},
|
|
6927
7042
|
"dark-dimmed": {
|
|
6928
|
-
"$value":
|
|
7043
|
+
"$value": {
|
|
7044
|
+
"colorSpace": "hsl",
|
|
7045
|
+
"components": [3.6, 78.2, 62.2],
|
|
7046
|
+
"hex": "#ea5c53"
|
|
7047
|
+
},
|
|
6929
7048
|
"filePath": "src/tokens/component/button.json5",
|
|
6930
7049
|
"isSource": true,
|
|
6931
7050
|
"$type": "color"
|
|
@@ -6975,13 +7094,21 @@
|
|
|
6975
7094
|
},
|
|
6976
7095
|
"org.primer.overrides": {
|
|
6977
7096
|
"dark": {
|
|
6978
|
-
"$value":
|
|
7097
|
+
"$value": {
|
|
7098
|
+
"colorSpace": "hsl",
|
|
7099
|
+
"components": [3.3, 94.3, 65.7],
|
|
7100
|
+
"hex": "#FA5E55"
|
|
7101
|
+
},
|
|
6979
7102
|
"filePath": "src/tokens/component/button.json5",
|
|
6980
7103
|
"isSource": true,
|
|
6981
7104
|
"$type": "color"
|
|
6982
7105
|
},
|
|
6983
7106
|
"dark-dimmed": {
|
|
6984
|
-
"$value":
|
|
7107
|
+
"$value": {
|
|
7108
|
+
"colorSpace": "hsl",
|
|
7109
|
+
"components": [3.6, 78.2, 62.2],
|
|
7110
|
+
"hex": "#ea5c53"
|
|
7111
|
+
},
|
|
6985
7112
|
"filePath": "src/tokens/component/button.json5",
|
|
6986
7113
|
"isSource": true,
|
|
6987
7114
|
"$type": "color"
|
|
@@ -7024,6 +7151,35 @@
|
|
|
7024
7151
|
"attributes": {},
|
|
7025
7152
|
"path": ["button", "danger", "fgColor", "rest"]
|
|
7026
7153
|
},
|
|
7154
|
+
"button-danger-iconColor-disabled": {
|
|
7155
|
+
"key": "{button.danger.iconColor.disabled}",
|
|
7156
|
+
"$value": "#ff949280",
|
|
7157
|
+
"$type": "color",
|
|
7158
|
+
"$extensions": {
|
|
7159
|
+
"org.primer.figma": {
|
|
7160
|
+
"collection": "mode",
|
|
7161
|
+
"group": "component (internal)",
|
|
7162
|
+
"scopes": ["fgColor"]
|
|
7163
|
+
}
|
|
7164
|
+
},
|
|
7165
|
+
"filePath": "src/tokens/component/button.json5",
|
|
7166
|
+
"isSource": true,
|
|
7167
|
+
"original": {
|
|
7168
|
+
"$value": "{button.danger.fgColor.disabled}",
|
|
7169
|
+
"$type": "color",
|
|
7170
|
+
"$extensions": {
|
|
7171
|
+
"org.primer.figma": {
|
|
7172
|
+
"collection": "mode",
|
|
7173
|
+
"group": "component (internal)",
|
|
7174
|
+
"scopes": ["fgColor"]
|
|
7175
|
+
}
|
|
7176
|
+
},
|
|
7177
|
+
"key": "{button.danger.iconColor.disabled}"
|
|
7178
|
+
},
|
|
7179
|
+
"name": "button-danger-iconColor-disabled",
|
|
7180
|
+
"attributes": {},
|
|
7181
|
+
"path": ["button", "danger", "iconColor", "disabled"]
|
|
7182
|
+
},
|
|
7027
7183
|
"button-danger-iconColor-hover": {
|
|
7028
7184
|
"key": "{button.danger.iconColor.hover}",
|
|
7029
7185
|
"$value": "#ffffff",
|
|
@@ -7042,7 +7198,11 @@
|
|
|
7042
7198
|
"$type": "color"
|
|
7043
7199
|
},
|
|
7044
7200
|
"dark-dimmed-high-contrast": {
|
|
7045
|
-
"$value":
|
|
7201
|
+
"$value": {
|
|
7202
|
+
"colorSpace": "hsl",
|
|
7203
|
+
"components": [0, 0, 100],
|
|
7204
|
+
"hex": "#ffffff"
|
|
7205
|
+
},
|
|
7046
7206
|
"filePath": "src/tokens/component/button.json5",
|
|
7047
7207
|
"isSource": true,
|
|
7048
7208
|
"$type": "color"
|
|
@@ -7068,7 +7228,11 @@
|
|
|
7068
7228
|
"$type": "color"
|
|
7069
7229
|
},
|
|
7070
7230
|
"dark-dimmed-high-contrast": {
|
|
7071
|
-
"$value":
|
|
7231
|
+
"$value": {
|
|
7232
|
+
"colorSpace": "hsl",
|
|
7233
|
+
"components": [0, 0, 100],
|
|
7234
|
+
"hex": "#ffffff"
|
|
7235
|
+
},
|
|
7072
7236
|
"filePath": "src/tokens/component/button.json5",
|
|
7073
7237
|
"isSource": true,
|
|
7074
7238
|
"$type": "color"
|
|
@@ -7112,7 +7276,7 @@
|
|
|
7112
7276
|
},
|
|
7113
7277
|
"button-danger-shadow-selected": {
|
|
7114
7278
|
"key": "{button.danger.shadow.selected}",
|
|
7115
|
-
"$value": "0 0 0 0 #
|
|
7279
|
+
"$value": "0 0 0 0 #00000000",
|
|
7116
7280
|
"$type": "shadow",
|
|
7117
7281
|
"$extensions": {
|
|
7118
7282
|
"org.primer.figma": {
|
|
@@ -7588,6 +7752,35 @@
|
|
|
7588
7752
|
"attributes": {},
|
|
7589
7753
|
"path": ["button", "default", "borderColor", "rest"]
|
|
7590
7754
|
},
|
|
7755
|
+
"button-default-fgColor-disabled": {
|
|
7756
|
+
"key": "{button.default.fgColor.disabled}",
|
|
7757
|
+
"$value": "#656c76",
|
|
7758
|
+
"$type": "color",
|
|
7759
|
+
"$extensions": {
|
|
7760
|
+
"org.primer.figma": {
|
|
7761
|
+
"collection": "mode",
|
|
7762
|
+
"group": "component (internal)",
|
|
7763
|
+
"scopes": ["fgColor"]
|
|
7764
|
+
}
|
|
7765
|
+
},
|
|
7766
|
+
"filePath": "src/tokens/component/button.json5",
|
|
7767
|
+
"isSource": true,
|
|
7768
|
+
"original": {
|
|
7769
|
+
"$value": "{control.fgColor.disabled}",
|
|
7770
|
+
"$type": "color",
|
|
7771
|
+
"$extensions": {
|
|
7772
|
+
"org.primer.figma": {
|
|
7773
|
+
"collection": "mode",
|
|
7774
|
+
"group": "component (internal)",
|
|
7775
|
+
"scopes": ["fgColor"]
|
|
7776
|
+
}
|
|
7777
|
+
},
|
|
7778
|
+
"key": "{button.default.fgColor.disabled}"
|
|
7779
|
+
},
|
|
7780
|
+
"name": "button-default-fgColor-disabled",
|
|
7781
|
+
"attributes": {},
|
|
7782
|
+
"path": ["button", "default", "fgColor", "disabled"]
|
|
7783
|
+
},
|
|
7591
7784
|
"button-default-fgColor-rest": {
|
|
7592
7785
|
"key": "{button.default.fgColor.rest}",
|
|
7593
7786
|
"$value": "#ffffff",
|
|
@@ -7635,7 +7828,7 @@
|
|
|
7635
7828
|
},
|
|
7636
7829
|
"button-default-shadow-resting": {
|
|
7637
7830
|
"key": "{button.default.shadow.resting}",
|
|
7638
|
-
"$value": "0 0 0 0 #
|
|
7831
|
+
"$value": "0 0 0 0 #00000000",
|
|
7639
7832
|
"$type": "shadow",
|
|
7640
7833
|
"$extensions": {
|
|
7641
7834
|
"org.primer.figma": {
|
|
@@ -8880,31 +9073,51 @@
|
|
|
8880
9073
|
"$type": "color"
|
|
8881
9074
|
},
|
|
8882
9075
|
"dark-tritanopia": {
|
|
8883
|
-
"$value":
|
|
9076
|
+
"$value": {
|
|
9077
|
+
"colorSpace": "hsl",
|
|
9078
|
+
"components": [218.3, 84.7, 33.3],
|
|
9079
|
+
"hex": "#0d419d"
|
|
9080
|
+
},
|
|
8884
9081
|
"filePath": "src/tokens/component/button.json5",
|
|
8885
9082
|
"isSource": true,
|
|
8886
9083
|
"$type": "color"
|
|
8887
9084
|
},
|
|
8888
9085
|
"dark-tritanopia-high-contrast": {
|
|
8889
|
-
"$value":
|
|
9086
|
+
"$value": {
|
|
9087
|
+
"colorSpace": "hsl",
|
|
9088
|
+
"components": [218.3, 84.7, 33.3],
|
|
9089
|
+
"hex": "#0d419d"
|
|
9090
|
+
},
|
|
8890
9091
|
"filePath": "src/tokens/component/button.json5",
|
|
8891
9092
|
"isSource": true,
|
|
8892
9093
|
"$type": "color"
|
|
8893
9094
|
},
|
|
8894
9095
|
"light-high-contrast": {
|
|
8895
|
-
"$value":
|
|
9096
|
+
"$value": {
|
|
9097
|
+
"colorSpace": "hsl",
|
|
9098
|
+
"components": [216.6, 96.3, 31.4],
|
|
9099
|
+
"hex": "#033f9d"
|
|
9100
|
+
},
|
|
8896
9101
|
"filePath": "src/tokens/component/button.json5",
|
|
8897
9102
|
"isSource": true,
|
|
8898
9103
|
"$type": "color"
|
|
8899
9104
|
},
|
|
8900
9105
|
"light-tritanopia-high-contrast": {
|
|
8901
|
-
"$value":
|
|
9106
|
+
"$value": {
|
|
9107
|
+
"colorSpace": "hsl",
|
|
9108
|
+
"components": [216.6, 96.3, 31.4],
|
|
9109
|
+
"hex": "#033f9d"
|
|
9110
|
+
},
|
|
8902
9111
|
"filePath": "src/tokens/component/button.json5",
|
|
8903
9112
|
"isSource": true,
|
|
8904
9113
|
"$type": "color"
|
|
8905
9114
|
},
|
|
8906
9115
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
8907
|
-
"$value":
|
|
9116
|
+
"$value": {
|
|
9117
|
+
"colorSpace": "hsl",
|
|
9118
|
+
"components": [216.6, 96.3, 31.4],
|
|
9119
|
+
"hex": "#033f9d"
|
|
9120
|
+
},
|
|
8908
9121
|
"filePath": "src/tokens/component/button.json5",
|
|
8909
9122
|
"isSource": true,
|
|
8910
9123
|
"$type": "color"
|
|
@@ -8914,7 +9127,11 @@
|
|
|
8914
9127
|
"filePath": "src/tokens/component/button.json5",
|
|
8915
9128
|
"isSource": true,
|
|
8916
9129
|
"original": {
|
|
8917
|
-
"$value":
|
|
9130
|
+
"$value": {
|
|
9131
|
+
"colorSpace": "hsl",
|
|
9132
|
+
"components": [218.3, 84.7, 33.3],
|
|
9133
|
+
"hex": "#0d419d"
|
|
9134
|
+
},
|
|
8918
9135
|
"$type": "color",
|
|
8919
9136
|
"$extensions": {
|
|
8920
9137
|
"org.primer.figma": {
|
|
@@ -8930,31 +9147,51 @@
|
|
|
8930
9147
|
"$type": "color"
|
|
8931
9148
|
},
|
|
8932
9149
|
"dark-tritanopia": {
|
|
8933
|
-
"$value":
|
|
9150
|
+
"$value": {
|
|
9151
|
+
"colorSpace": "hsl",
|
|
9152
|
+
"components": [218.3, 84.7, 33.3],
|
|
9153
|
+
"hex": "#0d419d"
|
|
9154
|
+
},
|
|
8934
9155
|
"filePath": "src/tokens/component/button.json5",
|
|
8935
9156
|
"isSource": true,
|
|
8936
9157
|
"$type": "color"
|
|
8937
9158
|
},
|
|
8938
9159
|
"dark-tritanopia-high-contrast": {
|
|
8939
|
-
"$value":
|
|
9160
|
+
"$value": {
|
|
9161
|
+
"colorSpace": "hsl",
|
|
9162
|
+
"components": [218.3, 84.7, 33.3],
|
|
9163
|
+
"hex": "#0d419d"
|
|
9164
|
+
},
|
|
8940
9165
|
"filePath": "src/tokens/component/button.json5",
|
|
8941
9166
|
"isSource": true,
|
|
8942
9167
|
"$type": "color"
|
|
8943
9168
|
},
|
|
8944
9169
|
"light-high-contrast": {
|
|
8945
|
-
"$value":
|
|
9170
|
+
"$value": {
|
|
9171
|
+
"colorSpace": "hsl",
|
|
9172
|
+
"components": [216.6, 96.3, 31.4],
|
|
9173
|
+
"hex": "#033f9d"
|
|
9174
|
+
},
|
|
8946
9175
|
"filePath": "src/tokens/component/button.json5",
|
|
8947
9176
|
"isSource": true,
|
|
8948
9177
|
"$type": "color"
|
|
8949
9178
|
},
|
|
8950
9179
|
"light-tritanopia-high-contrast": {
|
|
8951
|
-
"$value":
|
|
9180
|
+
"$value": {
|
|
9181
|
+
"colorSpace": "hsl",
|
|
9182
|
+
"components": [216.6, 96.3, 31.4],
|
|
9183
|
+
"hex": "#033f9d"
|
|
9184
|
+
},
|
|
8952
9185
|
"filePath": "src/tokens/component/button.json5",
|
|
8953
9186
|
"isSource": true,
|
|
8954
9187
|
"$type": "color"
|
|
8955
9188
|
},
|
|
8956
9189
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
8957
|
-
"$value":
|
|
9190
|
+
"$value": {
|
|
9191
|
+
"colorSpace": "hsl",
|
|
9192
|
+
"components": [216.6, 96.3, 31.4],
|
|
9193
|
+
"hex": "#033f9d"
|
|
9194
|
+
},
|
|
8958
9195
|
"filePath": "src/tokens/component/button.json5",
|
|
8959
9196
|
"isSource": true,
|
|
8960
9197
|
"$type": "color"
|
|
@@ -8985,7 +9222,11 @@
|
|
|
8985
9222
|
"$type": "color"
|
|
8986
9223
|
},
|
|
8987
9224
|
"dark-tritanopia": {
|
|
8988
|
-
"$value":
|
|
9225
|
+
"$value": {
|
|
9226
|
+
"colorSpace": "hsl",
|
|
9227
|
+
"components": [212, 18.5, 15.9],
|
|
9228
|
+
"hex": "#212830"
|
|
9229
|
+
},
|
|
8989
9230
|
"filePath": "src/tokens/component/button.json5",
|
|
8990
9231
|
"isSource": true,
|
|
8991
9232
|
"$type": "color"
|
|
@@ -9011,7 +9252,11 @@
|
|
|
9011
9252
|
"$type": "color"
|
|
9012
9253
|
},
|
|
9013
9254
|
"dark-tritanopia": {
|
|
9014
|
-
"$value":
|
|
9255
|
+
"$value": {
|
|
9256
|
+
"colorSpace": "hsl",
|
|
9257
|
+
"components": [212, 18.5, 15.9],
|
|
9258
|
+
"hex": "#212830"
|
|
9259
|
+
},
|
|
9015
9260
|
"filePath": "src/tokens/component/button.json5",
|
|
9016
9261
|
"isSource": true,
|
|
9017
9262
|
"$type": "color"
|
|
@@ -9042,7 +9287,11 @@
|
|
|
9042
9287
|
"$type": "color"
|
|
9043
9288
|
},
|
|
9044
9289
|
"dark-tritanopia": {
|
|
9045
|
-
"$value":
|
|
9290
|
+
"$value": {
|
|
9291
|
+
"colorSpace": "hsl",
|
|
9292
|
+
"components": [217.5, 17.4, 18],
|
|
9293
|
+
"hex": "#262c36"
|
|
9294
|
+
},
|
|
9046
9295
|
"filePath": "src/tokens/component/button.json5",
|
|
9047
9296
|
"isSource": true,
|
|
9048
9297
|
"$type": "color"
|
|
@@ -9068,7 +9317,11 @@
|
|
|
9068
9317
|
"$type": "color"
|
|
9069
9318
|
},
|
|
9070
9319
|
"dark-tritanopia": {
|
|
9071
|
-
"$value":
|
|
9320
|
+
"$value": {
|
|
9321
|
+
"colorSpace": "hsl",
|
|
9322
|
+
"components": [217.5, 17.4, 18],
|
|
9323
|
+
"hex": "#262c36"
|
|
9324
|
+
},
|
|
9072
9325
|
"filePath": "src/tokens/component/button.json5",
|
|
9073
9326
|
"isSource": true,
|
|
9074
9327
|
"$type": "color"
|
|
@@ -9300,7 +9553,12 @@
|
|
|
9300
9553
|
"$type": "color"
|
|
9301
9554
|
},
|
|
9302
9555
|
"dark-dimmed": {
|
|
9303
|
-
"$value":
|
|
9556
|
+
"$value": {
|
|
9557
|
+
"colorSpace": "hsl",
|
|
9558
|
+
"components": [214.3, 76.1, 59],
|
|
9559
|
+
"hex": "#478be6"
|
|
9560
|
+
},
|
|
9561
|
+
"alpha": 0.502,
|
|
9304
9562
|
"filePath": "src/tokens/component/button.json5",
|
|
9305
9563
|
"isSource": true,
|
|
9306
9564
|
"$type": "color"
|
|
@@ -9328,7 +9586,12 @@
|
|
|
9328
9586
|
"$type": "color"
|
|
9329
9587
|
},
|
|
9330
9588
|
"dark-dimmed": {
|
|
9331
|
-
"$value":
|
|
9589
|
+
"$value": {
|
|
9590
|
+
"colorSpace": "hsl",
|
|
9591
|
+
"components": [214.3, 76.1, 59],
|
|
9592
|
+
"hex": "#478be6"
|
|
9593
|
+
},
|
|
9594
|
+
"alpha": 0.502,
|
|
9332
9595
|
"filePath": "src/tokens/component/button.json5",
|
|
9333
9596
|
"isSource": true,
|
|
9334
9597
|
"$type": "color"
|
|
@@ -9434,7 +9697,7 @@
|
|
|
9434
9697
|
},
|
|
9435
9698
|
"button-outline-shadow-selected": {
|
|
9436
9699
|
"key": "{button.outline.shadow.selected}",
|
|
9437
|
-
"$value": "0 0 0 0 #
|
|
9700
|
+
"$value": "0 0 0 0 #00000000",
|
|
9438
9701
|
"$type": "shadow",
|
|
9439
9702
|
"$extensions": {
|
|
9440
9703
|
"org.primer.figma": {
|
|
@@ -9553,13 +9816,21 @@
|
|
|
9553
9816
|
},
|
|
9554
9817
|
"org.primer.overrides": {
|
|
9555
9818
|
"dark": {
|
|
9556
|
-
"$value":
|
|
9819
|
+
"$value": {
|
|
9820
|
+
"colorSpace": "hsl",
|
|
9821
|
+
"components": [130, 54, 39.2],
|
|
9822
|
+
"hex": "#2E9A40"
|
|
9823
|
+
},
|
|
9557
9824
|
"filePath": "src/tokens/component/button.json5",
|
|
9558
9825
|
"isSource": true,
|
|
9559
9826
|
"$type": "color"
|
|
9560
9827
|
},
|
|
9561
9828
|
"dark-dimmed": {
|
|
9562
|
-
"$value":
|
|
9829
|
+
"$value": {
|
|
9830
|
+
"colorSpace": "hsl",
|
|
9831
|
+
"components": [123.1, 36.8, 41],
|
|
9832
|
+
"hex": "#428f46"
|
|
9833
|
+
},
|
|
9563
9834
|
"filePath": "src/tokens/component/button.json5",
|
|
9564
9835
|
"isSource": true,
|
|
9565
9836
|
"$type": "color"
|
|
@@ -9571,61 +9842,101 @@
|
|
|
9571
9842
|
"$type": "color"
|
|
9572
9843
|
},
|
|
9573
9844
|
"dark-tritanopia": {
|
|
9574
|
-
"$value":
|
|
9845
|
+
"$value": {
|
|
9846
|
+
"colorSpace": "hsl",
|
|
9847
|
+
"components": [214.9, 88.7, 58.2],
|
|
9848
|
+
"hex": "#3685f3"
|
|
9849
|
+
},
|
|
9575
9850
|
"filePath": "src/tokens/component/button.json5",
|
|
9576
9851
|
"isSource": true,
|
|
9577
9852
|
"$type": "color"
|
|
9578
9853
|
},
|
|
9579
9854
|
"dark-tritanopia-high-contrast": {
|
|
9580
|
-
"$value":
|
|
9855
|
+
"$value": {
|
|
9856
|
+
"colorSpace": "hsl",
|
|
9857
|
+
"components": [214.9, 88.7, 58.2],
|
|
9858
|
+
"hex": "#3685f3"
|
|
9859
|
+
},
|
|
9581
9860
|
"filePath": "src/tokens/component/button.json5",
|
|
9582
9861
|
"isSource": true,
|
|
9583
9862
|
"$type": "color"
|
|
9584
9863
|
},
|
|
9585
9864
|
"dark-protanopia-deuteranopia": {
|
|
9586
|
-
"$value":
|
|
9865
|
+
"$value": {
|
|
9866
|
+
"colorSpace": "hsl",
|
|
9867
|
+
"components": [214.9, 88.7, 58.2],
|
|
9868
|
+
"hex": "#3685f3"
|
|
9869
|
+
},
|
|
9587
9870
|
"filePath": "src/tokens/component/button.json5",
|
|
9588
9871
|
"isSource": true,
|
|
9589
9872
|
"$type": "color"
|
|
9590
9873
|
},
|
|
9591
9874
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
9592
|
-
"$value":
|
|
9875
|
+
"$value": {
|
|
9876
|
+
"colorSpace": "hsl",
|
|
9877
|
+
"components": [214.9, 88.7, 58.2],
|
|
9878
|
+
"hex": "#3685f3"
|
|
9879
|
+
},
|
|
9593
9880
|
"filePath": "src/tokens/component/button.json5",
|
|
9594
9881
|
"isSource": true,
|
|
9595
9882
|
"$type": "color"
|
|
9596
9883
|
},
|
|
9597
9884
|
"dark-high-contrast": {
|
|
9598
|
-
"$value":
|
|
9885
|
+
"$value": {
|
|
9886
|
+
"colorSpace": "hsl",
|
|
9887
|
+
"components": [137.2, 80.1, 31.6],
|
|
9888
|
+
"hex": "#109135"
|
|
9889
|
+
},
|
|
9599
9890
|
"filePath": "src/tokens/component/button.json5",
|
|
9600
9891
|
"isSource": true,
|
|
9601
9892
|
"$type": "color"
|
|
9602
9893
|
},
|
|
9603
9894
|
"light-tritanopia": {
|
|
9604
|
-
"$value":
|
|
9895
|
+
"$value": {
|
|
9896
|
+
"colorSpace": "hsl",
|
|
9897
|
+
"components": [212.6, 93.2, 40.6],
|
|
9898
|
+
"hex": "#075fc8"
|
|
9899
|
+
},
|
|
9605
9900
|
"filePath": "src/tokens/component/button.json5",
|
|
9606
9901
|
"isSource": true,
|
|
9607
9902
|
"$type": "color"
|
|
9608
9903
|
},
|
|
9609
9904
|
"light-tritanopia-high-contrast": {
|
|
9610
|
-
"$value":
|
|
9905
|
+
"$value": {
|
|
9906
|
+
"colorSpace": "hsl",
|
|
9907
|
+
"components": [212.6, 93.2, 40.6],
|
|
9908
|
+
"hex": "#075fc8"
|
|
9909
|
+
},
|
|
9611
9910
|
"filePath": "src/tokens/component/button.json5",
|
|
9612
9911
|
"isSource": true,
|
|
9613
9912
|
"$type": "color"
|
|
9614
9913
|
},
|
|
9615
9914
|
"light-protanopia-deuteranopia": {
|
|
9616
|
-
"$value":
|
|
9915
|
+
"$value": {
|
|
9916
|
+
"colorSpace": "hsl",
|
|
9917
|
+
"components": [212.6, 93.2, 40.6],
|
|
9918
|
+
"hex": "#075fc8"
|
|
9919
|
+
},
|
|
9617
9920
|
"filePath": "src/tokens/component/button.json5",
|
|
9618
9921
|
"isSource": true,
|
|
9619
9922
|
"$type": "color"
|
|
9620
9923
|
},
|
|
9621
9924
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9622
|
-
"$value":
|
|
9925
|
+
"$value": {
|
|
9926
|
+
"colorSpace": "hsl",
|
|
9927
|
+
"components": [212.6, 93.2, 40.6],
|
|
9928
|
+
"hex": "#075fc8"
|
|
9929
|
+
},
|
|
9623
9930
|
"filePath": "src/tokens/component/button.json5",
|
|
9624
9931
|
"isSource": true,
|
|
9625
9932
|
"$type": "color"
|
|
9626
9933
|
},
|
|
9627
9934
|
"light-high-contrast": {
|
|
9628
|
-
"$value":
|
|
9935
|
+
"$value": {
|
|
9936
|
+
"colorSpace": "hsl",
|
|
9937
|
+
"components": [138.7, 92.8, 16.3],
|
|
9938
|
+
"hex": "#03501b"
|
|
9939
|
+
},
|
|
9629
9940
|
"filePath": "src/tokens/component/button.json5",
|
|
9630
9941
|
"isSource": true,
|
|
9631
9942
|
"$type": "color"
|
|
@@ -9635,7 +9946,11 @@
|
|
|
9635
9946
|
"filePath": "src/tokens/component/button.json5",
|
|
9636
9947
|
"isSource": true,
|
|
9637
9948
|
"original": {
|
|
9638
|
-
"$value":
|
|
9949
|
+
"$value": {
|
|
9950
|
+
"colorSpace": "hsl",
|
|
9951
|
+
"components": [214.9, 88.7, 58.2],
|
|
9952
|
+
"hex": "#3685f3"
|
|
9953
|
+
},
|
|
9639
9954
|
"$type": "color",
|
|
9640
9955
|
"$extensions": {
|
|
9641
9956
|
"org.primer.figma": {
|
|
@@ -9645,13 +9960,21 @@
|
|
|
9645
9960
|
},
|
|
9646
9961
|
"org.primer.overrides": {
|
|
9647
9962
|
"dark": {
|
|
9648
|
-
"$value":
|
|
9963
|
+
"$value": {
|
|
9964
|
+
"colorSpace": "hsl",
|
|
9965
|
+
"components": [130, 54, 39.2],
|
|
9966
|
+
"hex": "#2E9A40"
|
|
9967
|
+
},
|
|
9649
9968
|
"filePath": "src/tokens/component/button.json5",
|
|
9650
9969
|
"isSource": true,
|
|
9651
9970
|
"$type": "color"
|
|
9652
9971
|
},
|
|
9653
9972
|
"dark-dimmed": {
|
|
9654
|
-
"$value":
|
|
9973
|
+
"$value": {
|
|
9974
|
+
"colorSpace": "hsl",
|
|
9975
|
+
"components": [123.1, 36.8, 41],
|
|
9976
|
+
"hex": "#428f46"
|
|
9977
|
+
},
|
|
9655
9978
|
"filePath": "src/tokens/component/button.json5",
|
|
9656
9979
|
"isSource": true,
|
|
9657
9980
|
"$type": "color"
|
|
@@ -9663,61 +9986,101 @@
|
|
|
9663
9986
|
"$type": "color"
|
|
9664
9987
|
},
|
|
9665
9988
|
"dark-tritanopia": {
|
|
9666
|
-
"$value":
|
|
9989
|
+
"$value": {
|
|
9990
|
+
"colorSpace": "hsl",
|
|
9991
|
+
"components": [214.9, 88.7, 58.2],
|
|
9992
|
+
"hex": "#3685f3"
|
|
9993
|
+
},
|
|
9667
9994
|
"filePath": "src/tokens/component/button.json5",
|
|
9668
9995
|
"isSource": true,
|
|
9669
9996
|
"$type": "color"
|
|
9670
9997
|
},
|
|
9671
9998
|
"dark-tritanopia-high-contrast": {
|
|
9672
|
-
"$value":
|
|
9999
|
+
"$value": {
|
|
10000
|
+
"colorSpace": "hsl",
|
|
10001
|
+
"components": [214.9, 88.7, 58.2],
|
|
10002
|
+
"hex": "#3685f3"
|
|
10003
|
+
},
|
|
9673
10004
|
"filePath": "src/tokens/component/button.json5",
|
|
9674
10005
|
"isSource": true,
|
|
9675
10006
|
"$type": "color"
|
|
9676
10007
|
},
|
|
9677
10008
|
"dark-protanopia-deuteranopia": {
|
|
9678
|
-
"$value":
|
|
10009
|
+
"$value": {
|
|
10010
|
+
"colorSpace": "hsl",
|
|
10011
|
+
"components": [214.9, 88.7, 58.2],
|
|
10012
|
+
"hex": "#3685f3"
|
|
10013
|
+
},
|
|
9679
10014
|
"filePath": "src/tokens/component/button.json5",
|
|
9680
10015
|
"isSource": true,
|
|
9681
10016
|
"$type": "color"
|
|
9682
10017
|
},
|
|
9683
10018
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
9684
|
-
"$value":
|
|
10019
|
+
"$value": {
|
|
10020
|
+
"colorSpace": "hsl",
|
|
10021
|
+
"components": [214.9, 88.7, 58.2],
|
|
10022
|
+
"hex": "#3685f3"
|
|
10023
|
+
},
|
|
9685
10024
|
"filePath": "src/tokens/component/button.json5",
|
|
9686
10025
|
"isSource": true,
|
|
9687
10026
|
"$type": "color"
|
|
9688
10027
|
},
|
|
9689
10028
|
"dark-high-contrast": {
|
|
9690
|
-
"$value":
|
|
10029
|
+
"$value": {
|
|
10030
|
+
"colorSpace": "hsl",
|
|
10031
|
+
"components": [137.2, 80.1, 31.6],
|
|
10032
|
+
"hex": "#109135"
|
|
10033
|
+
},
|
|
9691
10034
|
"filePath": "src/tokens/component/button.json5",
|
|
9692
10035
|
"isSource": true,
|
|
9693
10036
|
"$type": "color"
|
|
9694
10037
|
},
|
|
9695
10038
|
"light-tritanopia": {
|
|
9696
|
-
"$value":
|
|
10039
|
+
"$value": {
|
|
10040
|
+
"colorSpace": "hsl",
|
|
10041
|
+
"components": [212.6, 93.2, 40.6],
|
|
10042
|
+
"hex": "#075fc8"
|
|
10043
|
+
},
|
|
9697
10044
|
"filePath": "src/tokens/component/button.json5",
|
|
9698
10045
|
"isSource": true,
|
|
9699
10046
|
"$type": "color"
|
|
9700
10047
|
},
|
|
9701
10048
|
"light-tritanopia-high-contrast": {
|
|
9702
|
-
"$value":
|
|
10049
|
+
"$value": {
|
|
10050
|
+
"colorSpace": "hsl",
|
|
10051
|
+
"components": [212.6, 93.2, 40.6],
|
|
10052
|
+
"hex": "#075fc8"
|
|
10053
|
+
},
|
|
9703
10054
|
"filePath": "src/tokens/component/button.json5",
|
|
9704
10055
|
"isSource": true,
|
|
9705
10056
|
"$type": "color"
|
|
9706
10057
|
},
|
|
9707
10058
|
"light-protanopia-deuteranopia": {
|
|
9708
|
-
"$value":
|
|
10059
|
+
"$value": {
|
|
10060
|
+
"colorSpace": "hsl",
|
|
10061
|
+
"components": [212.6, 93.2, 40.6],
|
|
10062
|
+
"hex": "#075fc8"
|
|
10063
|
+
},
|
|
9709
10064
|
"filePath": "src/tokens/component/button.json5",
|
|
9710
10065
|
"isSource": true,
|
|
9711
10066
|
"$type": "color"
|
|
9712
10067
|
},
|
|
9713
10068
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9714
|
-
"$value":
|
|
10069
|
+
"$value": {
|
|
10070
|
+
"colorSpace": "hsl",
|
|
10071
|
+
"components": [212.6, 93.2, 40.6],
|
|
10072
|
+
"hex": "#075fc8"
|
|
10073
|
+
},
|
|
9715
10074
|
"filePath": "src/tokens/component/button.json5",
|
|
9716
10075
|
"isSource": true,
|
|
9717
10076
|
"$type": "color"
|
|
9718
10077
|
},
|
|
9719
10078
|
"light-high-contrast": {
|
|
9720
|
-
"$value":
|
|
10079
|
+
"$value": {
|
|
10080
|
+
"colorSpace": "hsl",
|
|
10081
|
+
"components": [138.7, 92.8, 16.3],
|
|
10082
|
+
"hex": "#03501b"
|
|
10083
|
+
},
|
|
9721
10084
|
"filePath": "src/tokens/component/button.json5",
|
|
9722
10085
|
"isSource": true,
|
|
9723
10086
|
"$type": "color"
|
|
@@ -9742,25 +10105,41 @@
|
|
|
9742
10105
|
},
|
|
9743
10106
|
"org.primer.overrides": {
|
|
9744
10107
|
"dark": {
|
|
9745
|
-
"$value":
|
|
10108
|
+
"$value": {
|
|
10109
|
+
"colorSpace": "hsl",
|
|
10110
|
+
"components": [135.8, 69.2, 20.4],
|
|
10111
|
+
"hex": "#105823"
|
|
10112
|
+
},
|
|
9746
10113
|
"filePath": "src/tokens/component/button.json5",
|
|
9747
10114
|
"isSource": true,
|
|
9748
10115
|
"$type": "color"
|
|
9749
10116
|
},
|
|
9750
10117
|
"dark-dimmed": {
|
|
9751
|
-
"$value":
|
|
10118
|
+
"$value": {
|
|
10119
|
+
"colorSpace": "hsl",
|
|
10120
|
+
"components": [135.8, 69.2, 20.4],
|
|
10121
|
+
"hex": "#105823"
|
|
10122
|
+
},
|
|
9752
10123
|
"filePath": "src/tokens/component/button.json5",
|
|
9753
10124
|
"isSource": true,
|
|
9754
10125
|
"$type": "color"
|
|
9755
10126
|
},
|
|
9756
10127
|
"dark-tritanopia": {
|
|
9757
|
-
"$value":
|
|
10128
|
+
"$value": {
|
|
10129
|
+
"colorSpace": "hsl",
|
|
10130
|
+
"components": [211.3, 98.8, 68.4],
|
|
10131
|
+
"hex": "#5fabfe"
|
|
10132
|
+
},
|
|
9758
10133
|
"filePath": "src/tokens/component/button.json5",
|
|
9759
10134
|
"isSource": true,
|
|
9760
10135
|
"$type": "color"
|
|
9761
10136
|
},
|
|
9762
10137
|
"dark-tritanopia-high-contrast": {
|
|
9763
|
-
"$value":
|
|
10138
|
+
"$value": {
|
|
10139
|
+
"colorSpace": "hsl",
|
|
10140
|
+
"components": [211.3, 98.8, 68.4],
|
|
10141
|
+
"hex": "#5fabfe"
|
|
10142
|
+
},
|
|
9764
10143
|
"filePath": "src/tokens/component/button.json5",
|
|
9765
10144
|
"isSource": true,
|
|
9766
10145
|
"$type": "color"
|
|
@@ -9778,37 +10157,61 @@
|
|
|
9778
10157
|
"$type": "color"
|
|
9779
10158
|
},
|
|
9780
10159
|
"dark-high-contrast": {
|
|
9781
|
-
"$value":
|
|
10160
|
+
"$value": {
|
|
10161
|
+
"colorSpace": "hsl",
|
|
10162
|
+
"components": [138.6, 94.6, 28.8],
|
|
10163
|
+
"hex": "#048f2f"
|
|
10164
|
+
},
|
|
9782
10165
|
"filePath": "src/tokens/component/button.json5",
|
|
9783
10166
|
"isSource": true,
|
|
9784
10167
|
"$type": "color"
|
|
9785
10168
|
},
|
|
9786
10169
|
"light-tritanopia": {
|
|
9787
|
-
"$value":
|
|
10170
|
+
"$value": {
|
|
10171
|
+
"colorSpace": "hsl",
|
|
10172
|
+
"components": [209.2, 100, 78.6],
|
|
10173
|
+
"hex": "#92caff"
|
|
10174
|
+
},
|
|
9788
10175
|
"filePath": "src/tokens/component/button.json5",
|
|
9789
10176
|
"isSource": true,
|
|
9790
10177
|
"$type": "color"
|
|
9791
10178
|
},
|
|
9792
10179
|
"light-tritanopia-high-contrast": {
|
|
9793
|
-
"$value":
|
|
10180
|
+
"$value": {
|
|
10181
|
+
"colorSpace": "hsl",
|
|
10182
|
+
"components": [209.2, 100, 78.6],
|
|
10183
|
+
"hex": "#92caff"
|
|
10184
|
+
},
|
|
9794
10185
|
"filePath": "src/tokens/component/button.json5",
|
|
9795
10186
|
"isSource": true,
|
|
9796
10187
|
"$type": "color"
|
|
9797
10188
|
},
|
|
9798
10189
|
"light-protanopia-deuteranopia": {
|
|
9799
|
-
"$value":
|
|
10190
|
+
"$value": {
|
|
10191
|
+
"colorSpace": "hsl",
|
|
10192
|
+
"components": [209.2, 100, 78.6],
|
|
10193
|
+
"hex": "#92caff"
|
|
10194
|
+
},
|
|
9800
10195
|
"filePath": "src/tokens/component/button.json5",
|
|
9801
10196
|
"isSource": true,
|
|
9802
10197
|
"$type": "color"
|
|
9803
10198
|
},
|
|
9804
10199
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9805
|
-
"$value":
|
|
10200
|
+
"$value": {
|
|
10201
|
+
"colorSpace": "hsl",
|
|
10202
|
+
"components": [209.2, 100, 78.6],
|
|
10203
|
+
"hex": "#92caff"
|
|
10204
|
+
},
|
|
9806
10205
|
"filePath": "src/tokens/component/button.json5",
|
|
9807
10206
|
"isSource": true,
|
|
9808
10207
|
"$type": "color"
|
|
9809
10208
|
},
|
|
9810
10209
|
"light-high-contrast": {
|
|
9811
|
-
"$value":
|
|
10210
|
+
"$value": {
|
|
10211
|
+
"colorSpace": "hsl",
|
|
10212
|
+
"components": [135.4, 40.2, 65.9],
|
|
10213
|
+
"hex": "#85cb97"
|
|
10214
|
+
},
|
|
9812
10215
|
"filePath": "src/tokens/component/button.json5",
|
|
9813
10216
|
"isSource": true,
|
|
9814
10217
|
"$type": "color"
|
|
@@ -9818,7 +10221,11 @@
|
|
|
9818
10221
|
"filePath": "src/tokens/component/button.json5",
|
|
9819
10222
|
"isSource": true,
|
|
9820
10223
|
"original": {
|
|
9821
|
-
"$value":
|
|
10224
|
+
"$value": {
|
|
10225
|
+
"colorSpace": "hsl",
|
|
10226
|
+
"components": [211.3, 98.8, 68.4],
|
|
10227
|
+
"hex": "#5fabfe"
|
|
10228
|
+
},
|
|
9822
10229
|
"$type": "color",
|
|
9823
10230
|
"$extensions": {
|
|
9824
10231
|
"org.primer.figma": {
|
|
@@ -9828,25 +10235,41 @@
|
|
|
9828
10235
|
},
|
|
9829
10236
|
"org.primer.overrides": {
|
|
9830
10237
|
"dark": {
|
|
9831
|
-
"$value":
|
|
10238
|
+
"$value": {
|
|
10239
|
+
"colorSpace": "hsl",
|
|
10240
|
+
"components": [135.8, 69.2, 20.4],
|
|
10241
|
+
"hex": "#105823"
|
|
10242
|
+
},
|
|
9832
10243
|
"filePath": "src/tokens/component/button.json5",
|
|
9833
10244
|
"isSource": true,
|
|
9834
10245
|
"$type": "color"
|
|
9835
10246
|
},
|
|
9836
10247
|
"dark-dimmed": {
|
|
9837
|
-
"$value":
|
|
10248
|
+
"$value": {
|
|
10249
|
+
"colorSpace": "hsl",
|
|
10250
|
+
"components": [135.8, 69.2, 20.4],
|
|
10251
|
+
"hex": "#105823"
|
|
10252
|
+
},
|
|
9838
10253
|
"filePath": "src/tokens/component/button.json5",
|
|
9839
10254
|
"isSource": true,
|
|
9840
10255
|
"$type": "color"
|
|
9841
10256
|
},
|
|
9842
10257
|
"dark-tritanopia": {
|
|
9843
|
-
"$value":
|
|
10258
|
+
"$value": {
|
|
10259
|
+
"colorSpace": "hsl",
|
|
10260
|
+
"components": [211.3, 98.8, 68.4],
|
|
10261
|
+
"hex": "#5fabfe"
|
|
10262
|
+
},
|
|
9844
10263
|
"filePath": "src/tokens/component/button.json5",
|
|
9845
10264
|
"isSource": true,
|
|
9846
10265
|
"$type": "color"
|
|
9847
10266
|
},
|
|
9848
10267
|
"dark-tritanopia-high-contrast": {
|
|
9849
|
-
"$value":
|
|
10268
|
+
"$value": {
|
|
10269
|
+
"colorSpace": "hsl",
|
|
10270
|
+
"components": [211.3, 98.8, 68.4],
|
|
10271
|
+
"hex": "#5fabfe"
|
|
10272
|
+
},
|
|
9850
10273
|
"filePath": "src/tokens/component/button.json5",
|
|
9851
10274
|
"isSource": true,
|
|
9852
10275
|
"$type": "color"
|
|
@@ -9864,37 +10287,61 @@
|
|
|
9864
10287
|
"$type": "color"
|
|
9865
10288
|
},
|
|
9866
10289
|
"dark-high-contrast": {
|
|
9867
|
-
"$value":
|
|
10290
|
+
"$value": {
|
|
10291
|
+
"colorSpace": "hsl",
|
|
10292
|
+
"components": [138.6, 94.6, 28.8],
|
|
10293
|
+
"hex": "#048f2f"
|
|
10294
|
+
},
|
|
9868
10295
|
"filePath": "src/tokens/component/button.json5",
|
|
9869
10296
|
"isSource": true,
|
|
9870
10297
|
"$type": "color"
|
|
9871
10298
|
},
|
|
9872
10299
|
"light-tritanopia": {
|
|
9873
|
-
"$value":
|
|
10300
|
+
"$value": {
|
|
10301
|
+
"colorSpace": "hsl",
|
|
10302
|
+
"components": [209.2, 100, 78.6],
|
|
10303
|
+
"hex": "#92caff"
|
|
10304
|
+
},
|
|
9874
10305
|
"filePath": "src/tokens/component/button.json5",
|
|
9875
10306
|
"isSource": true,
|
|
9876
10307
|
"$type": "color"
|
|
9877
10308
|
},
|
|
9878
10309
|
"light-tritanopia-high-contrast": {
|
|
9879
|
-
"$value":
|
|
10310
|
+
"$value": {
|
|
10311
|
+
"colorSpace": "hsl",
|
|
10312
|
+
"components": [209.2, 100, 78.6],
|
|
10313
|
+
"hex": "#92caff"
|
|
10314
|
+
},
|
|
9880
10315
|
"filePath": "src/tokens/component/button.json5",
|
|
9881
10316
|
"isSource": true,
|
|
9882
10317
|
"$type": "color"
|
|
9883
10318
|
},
|
|
9884
10319
|
"light-protanopia-deuteranopia": {
|
|
9885
|
-
"$value":
|
|
10320
|
+
"$value": {
|
|
10321
|
+
"colorSpace": "hsl",
|
|
10322
|
+
"components": [209.2, 100, 78.6],
|
|
10323
|
+
"hex": "#92caff"
|
|
10324
|
+
},
|
|
9886
10325
|
"filePath": "src/tokens/component/button.json5",
|
|
9887
10326
|
"isSource": true,
|
|
9888
10327
|
"$type": "color"
|
|
9889
10328
|
},
|
|
9890
10329
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9891
|
-
"$value":
|
|
10330
|
+
"$value": {
|
|
10331
|
+
"colorSpace": "hsl",
|
|
10332
|
+
"components": [209.2, 100, 78.6],
|
|
10333
|
+
"hex": "#92caff"
|
|
10334
|
+
},
|
|
9892
10335
|
"filePath": "src/tokens/component/button.json5",
|
|
9893
10336
|
"isSource": true,
|
|
9894
10337
|
"$type": "color"
|
|
9895
10338
|
},
|
|
9896
10339
|
"light-high-contrast": {
|
|
9897
|
-
"$value":
|
|
10340
|
+
"$value": {
|
|
10341
|
+
"colorSpace": "hsl",
|
|
10342
|
+
"components": [135.4, 40.2, 65.9],
|
|
10343
|
+
"hex": "#85cb97"
|
|
10344
|
+
},
|
|
9898
10345
|
"filePath": "src/tokens/component/button.json5",
|
|
9899
10346
|
"isSource": true,
|
|
9900
10347
|
"$type": "color"
|
|
@@ -9919,13 +10366,21 @@
|
|
|
9919
10366
|
},
|
|
9920
10367
|
"org.primer.overrides": {
|
|
9921
10368
|
"dark": {
|
|
9922
|
-
"$value":
|
|
10369
|
+
"$value": {
|
|
10370
|
+
"colorSpace": "hsl",
|
|
10371
|
+
"components": [130.5, 55.7, 36.3],
|
|
10372
|
+
"hex": "#29903B"
|
|
10373
|
+
},
|
|
9923
10374
|
"filePath": "src/tokens/component/button.json5",
|
|
9924
10375
|
"isSource": true,
|
|
9925
10376
|
"$type": "color"
|
|
9926
10377
|
},
|
|
9927
10378
|
"dark-dimmed": {
|
|
9928
|
-
"$value":
|
|
10379
|
+
"$value": {
|
|
10380
|
+
"colorSpace": "hsl",
|
|
10381
|
+
"components": [124, 38.9, 37.8],
|
|
10382
|
+
"hex": "#3b8640"
|
|
10383
|
+
},
|
|
9929
10384
|
"filePath": "src/tokens/component/button.json5",
|
|
9930
10385
|
"isSource": true,
|
|
9931
10386
|
"$type": "color"
|
|
@@ -9937,61 +10392,101 @@
|
|
|
9937
10392
|
"$type": "color"
|
|
9938
10393
|
},
|
|
9939
10394
|
"dark-tritanopia": {
|
|
9940
|
-
"$value":
|
|
10395
|
+
"$value": {
|
|
10396
|
+
"colorSpace": "hsl",
|
|
10397
|
+
"components": [215.6, 86, 55.1],
|
|
10398
|
+
"hex": "#2a7aef"
|
|
10399
|
+
},
|
|
9941
10400
|
"filePath": "src/tokens/component/button.json5",
|
|
9942
10401
|
"isSource": true,
|
|
9943
10402
|
"$type": "color"
|
|
9944
10403
|
},
|
|
9945
10404
|
"dark-tritanopia-high-contrast": {
|
|
9946
|
-
"$value":
|
|
10405
|
+
"$value": {
|
|
10406
|
+
"colorSpace": "hsl",
|
|
10407
|
+
"components": [215.6, 86, 55.1],
|
|
10408
|
+
"hex": "#2a7aef"
|
|
10409
|
+
},
|
|
9947
10410
|
"filePath": "src/tokens/component/button.json5",
|
|
9948
10411
|
"isSource": true,
|
|
9949
10412
|
"$type": "color"
|
|
9950
10413
|
},
|
|
9951
10414
|
"dark-protanopia-deuteranopia": {
|
|
9952
|
-
"$value":
|
|
10415
|
+
"$value": {
|
|
10416
|
+
"colorSpace": "hsl",
|
|
10417
|
+
"components": [215.6, 86, 55.1],
|
|
10418
|
+
"hex": "#2a7aef"
|
|
10419
|
+
},
|
|
9953
10420
|
"filePath": "src/tokens/component/button.json5",
|
|
9954
10421
|
"isSource": true,
|
|
9955
10422
|
"$type": "color"
|
|
9956
10423
|
},
|
|
9957
10424
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
9958
|
-
"$value":
|
|
10425
|
+
"$value": {
|
|
10426
|
+
"colorSpace": "hsl",
|
|
10427
|
+
"components": [215.6, 86, 55.1],
|
|
10428
|
+
"hex": "#2a7aef"
|
|
10429
|
+
},
|
|
9959
10430
|
"filePath": "src/tokens/component/button.json5",
|
|
9960
10431
|
"isSource": true,
|
|
9961
10432
|
"$type": "color"
|
|
9962
10433
|
},
|
|
9963
10434
|
"dark-high-contrast": {
|
|
9964
|
-
"$value":
|
|
10435
|
+
"$value": {
|
|
10436
|
+
"colorSpace": "hsl",
|
|
10437
|
+
"components": [138.6, 87.6, 25.3],
|
|
10438
|
+
"hex": "#08792b"
|
|
10439
|
+
},
|
|
9965
10440
|
"filePath": "src/tokens/component/button.json5",
|
|
9966
10441
|
"isSource": true,
|
|
9967
10442
|
"$type": "color"
|
|
9968
10443
|
},
|
|
9969
10444
|
"light-tritanopia": {
|
|
9970
|
-
"$value":
|
|
10445
|
+
"$value": {
|
|
10446
|
+
"colorSpace": "hsl",
|
|
10447
|
+
"components": [212.5, 92.6, 42.5],
|
|
10448
|
+
"hex": "#0864d1"
|
|
10449
|
+
},
|
|
9971
10450
|
"filePath": "src/tokens/component/button.json5",
|
|
9972
10451
|
"isSource": true,
|
|
9973
10452
|
"$type": "color"
|
|
9974
10453
|
},
|
|
9975
10454
|
"light-tritanopia-high-contrast": {
|
|
9976
|
-
"$value":
|
|
10455
|
+
"$value": {
|
|
10456
|
+
"colorSpace": "hsl",
|
|
10457
|
+
"components": [212.5, 92.6, 42.5],
|
|
10458
|
+
"hex": "#0864d1"
|
|
10459
|
+
},
|
|
9977
10460
|
"filePath": "src/tokens/component/button.json5",
|
|
9978
10461
|
"isSource": true,
|
|
9979
10462
|
"$type": "color"
|
|
9980
10463
|
},
|
|
9981
10464
|
"light-protanopia-deuteranopia": {
|
|
9982
|
-
"$value":
|
|
10465
|
+
"$value": {
|
|
10466
|
+
"colorSpace": "hsl",
|
|
10467
|
+
"components": [212.5, 92.6, 42.5],
|
|
10468
|
+
"hex": "#0864d1"
|
|
10469
|
+
},
|
|
9983
10470
|
"filePath": "src/tokens/component/button.json5",
|
|
9984
10471
|
"isSource": true,
|
|
9985
10472
|
"$type": "color"
|
|
9986
10473
|
},
|
|
9987
10474
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9988
|
-
"$value":
|
|
10475
|
+
"$value": {
|
|
10476
|
+
"colorSpace": "hsl",
|
|
10477
|
+
"components": [212.5, 92.6, 42.5],
|
|
10478
|
+
"hex": "#0864d1"
|
|
10479
|
+
},
|
|
9989
10480
|
"filePath": "src/tokens/component/button.json5",
|
|
9990
10481
|
"isSource": true,
|
|
9991
10482
|
"$type": "color"
|
|
9992
10483
|
},
|
|
9993
10484
|
"light-high-contrast": {
|
|
9994
|
-
"$value":
|
|
10485
|
+
"$value": {
|
|
10486
|
+
"colorSpace": "hsl",
|
|
10487
|
+
"components": [138.8, 91.2, 17.8],
|
|
10488
|
+
"hex": "#04571e"
|
|
10489
|
+
},
|
|
9995
10490
|
"filePath": "src/tokens/component/button.json5",
|
|
9996
10491
|
"isSource": true,
|
|
9997
10492
|
"$type": "color"
|
|
@@ -10001,7 +10496,11 @@
|
|
|
10001
10496
|
"filePath": "src/tokens/component/button.json5",
|
|
10002
10497
|
"isSource": true,
|
|
10003
10498
|
"original": {
|
|
10004
|
-
"$value":
|
|
10499
|
+
"$value": {
|
|
10500
|
+
"colorSpace": "hsl",
|
|
10501
|
+
"components": [215.6, 86, 55.1],
|
|
10502
|
+
"hex": "#2a7aef"
|
|
10503
|
+
},
|
|
10005
10504
|
"$type": "color",
|
|
10006
10505
|
"$extensions": {
|
|
10007
10506
|
"org.primer.figma": {
|
|
@@ -10011,13 +10510,21 @@
|
|
|
10011
10510
|
},
|
|
10012
10511
|
"org.primer.overrides": {
|
|
10013
10512
|
"dark": {
|
|
10014
|
-
"$value":
|
|
10513
|
+
"$value": {
|
|
10514
|
+
"colorSpace": "hsl",
|
|
10515
|
+
"components": [130.5, 55.7, 36.3],
|
|
10516
|
+
"hex": "#29903B"
|
|
10517
|
+
},
|
|
10015
10518
|
"filePath": "src/tokens/component/button.json5",
|
|
10016
10519
|
"isSource": true,
|
|
10017
10520
|
"$type": "color"
|
|
10018
10521
|
},
|
|
10019
10522
|
"dark-dimmed": {
|
|
10020
|
-
"$value":
|
|
10523
|
+
"$value": {
|
|
10524
|
+
"colorSpace": "hsl",
|
|
10525
|
+
"components": [124, 38.9, 37.8],
|
|
10526
|
+
"hex": "#3b8640"
|
|
10527
|
+
},
|
|
10021
10528
|
"filePath": "src/tokens/component/button.json5",
|
|
10022
10529
|
"isSource": true,
|
|
10023
10530
|
"$type": "color"
|
|
@@ -10029,61 +10536,101 @@
|
|
|
10029
10536
|
"$type": "color"
|
|
10030
10537
|
},
|
|
10031
10538
|
"dark-tritanopia": {
|
|
10032
|
-
"$value":
|
|
10539
|
+
"$value": {
|
|
10540
|
+
"colorSpace": "hsl",
|
|
10541
|
+
"components": [215.6, 86, 55.1],
|
|
10542
|
+
"hex": "#2a7aef"
|
|
10543
|
+
},
|
|
10033
10544
|
"filePath": "src/tokens/component/button.json5",
|
|
10034
10545
|
"isSource": true,
|
|
10035
10546
|
"$type": "color"
|
|
10036
10547
|
},
|
|
10037
10548
|
"dark-tritanopia-high-contrast": {
|
|
10038
|
-
"$value":
|
|
10549
|
+
"$value": {
|
|
10550
|
+
"colorSpace": "hsl",
|
|
10551
|
+
"components": [215.6, 86, 55.1],
|
|
10552
|
+
"hex": "#2a7aef"
|
|
10553
|
+
},
|
|
10039
10554
|
"filePath": "src/tokens/component/button.json5",
|
|
10040
10555
|
"isSource": true,
|
|
10041
10556
|
"$type": "color"
|
|
10042
10557
|
},
|
|
10043
10558
|
"dark-protanopia-deuteranopia": {
|
|
10044
|
-
"$value":
|
|
10559
|
+
"$value": {
|
|
10560
|
+
"colorSpace": "hsl",
|
|
10561
|
+
"components": [215.6, 86, 55.1],
|
|
10562
|
+
"hex": "#2a7aef"
|
|
10563
|
+
},
|
|
10045
10564
|
"filePath": "src/tokens/component/button.json5",
|
|
10046
10565
|
"isSource": true,
|
|
10047
10566
|
"$type": "color"
|
|
10048
10567
|
},
|
|
10049
10568
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
10050
|
-
"$value":
|
|
10569
|
+
"$value": {
|
|
10570
|
+
"colorSpace": "hsl",
|
|
10571
|
+
"components": [215.6, 86, 55.1],
|
|
10572
|
+
"hex": "#2a7aef"
|
|
10573
|
+
},
|
|
10051
10574
|
"filePath": "src/tokens/component/button.json5",
|
|
10052
10575
|
"isSource": true,
|
|
10053
10576
|
"$type": "color"
|
|
10054
10577
|
},
|
|
10055
10578
|
"dark-high-contrast": {
|
|
10056
|
-
"$value":
|
|
10579
|
+
"$value": {
|
|
10580
|
+
"colorSpace": "hsl",
|
|
10581
|
+
"components": [138.6, 87.6, 25.3],
|
|
10582
|
+
"hex": "#08792b"
|
|
10583
|
+
},
|
|
10057
10584
|
"filePath": "src/tokens/component/button.json5",
|
|
10058
10585
|
"isSource": true,
|
|
10059
10586
|
"$type": "color"
|
|
10060
10587
|
},
|
|
10061
10588
|
"light-tritanopia": {
|
|
10062
|
-
"$value":
|
|
10589
|
+
"$value": {
|
|
10590
|
+
"colorSpace": "hsl",
|
|
10591
|
+
"components": [212.5, 92.6, 42.5],
|
|
10592
|
+
"hex": "#0864d1"
|
|
10593
|
+
},
|
|
10063
10594
|
"filePath": "src/tokens/component/button.json5",
|
|
10064
10595
|
"isSource": true,
|
|
10065
10596
|
"$type": "color"
|
|
10066
10597
|
},
|
|
10067
10598
|
"light-tritanopia-high-contrast": {
|
|
10068
|
-
"$value":
|
|
10599
|
+
"$value": {
|
|
10600
|
+
"colorSpace": "hsl",
|
|
10601
|
+
"components": [212.5, 92.6, 42.5],
|
|
10602
|
+
"hex": "#0864d1"
|
|
10603
|
+
},
|
|
10069
10604
|
"filePath": "src/tokens/component/button.json5",
|
|
10070
10605
|
"isSource": true,
|
|
10071
10606
|
"$type": "color"
|
|
10072
10607
|
},
|
|
10073
10608
|
"light-protanopia-deuteranopia": {
|
|
10074
|
-
"$value":
|
|
10609
|
+
"$value": {
|
|
10610
|
+
"colorSpace": "hsl",
|
|
10611
|
+
"components": [212.5, 92.6, 42.5],
|
|
10612
|
+
"hex": "#0864d1"
|
|
10613
|
+
},
|
|
10075
10614
|
"filePath": "src/tokens/component/button.json5",
|
|
10076
10615
|
"isSource": true,
|
|
10077
10616
|
"$type": "color"
|
|
10078
10617
|
},
|
|
10079
10618
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
10080
|
-
"$value":
|
|
10619
|
+
"$value": {
|
|
10620
|
+
"colorSpace": "hsl",
|
|
10621
|
+
"components": [212.5, 92.6, 42.5],
|
|
10622
|
+
"hex": "#0864d1"
|
|
10623
|
+
},
|
|
10081
10624
|
"filePath": "src/tokens/component/button.json5",
|
|
10082
10625
|
"isSource": true,
|
|
10083
10626
|
"$type": "color"
|
|
10084
10627
|
},
|
|
10085
10628
|
"light-high-contrast": {
|
|
10086
|
-
"$value":
|
|
10629
|
+
"$value": {
|
|
10630
|
+
"colorSpace": "hsl",
|
|
10631
|
+
"components": [138.8, 91.2, 17.8],
|
|
10632
|
+
"hex": "#04571e"
|
|
10633
|
+
},
|
|
10087
10634
|
"filePath": "src/tokens/component/button.json5",
|
|
10088
10635
|
"isSource": true,
|
|
10089
10636
|
"$type": "color"
|
|
@@ -10194,37 +10741,61 @@
|
|
|
10194
10741
|
},
|
|
10195
10742
|
"org.primer.overrides": {
|
|
10196
10743
|
"dark": {
|
|
10197
|
-
"$value":
|
|
10744
|
+
"$value": {
|
|
10745
|
+
"colorSpace": "hsl",
|
|
10746
|
+
"components": [135.8, 69.2, 20.4],
|
|
10747
|
+
"hex": "#105823"
|
|
10748
|
+
},
|
|
10198
10749
|
"filePath": "src/tokens/component/button.json5",
|
|
10199
10750
|
"isSource": true,
|
|
10200
10751
|
"$type": "color"
|
|
10201
10752
|
},
|
|
10202
10753
|
"dark-dimmed": {
|
|
10203
|
-
"$value":
|
|
10754
|
+
"$value": {
|
|
10755
|
+
"colorSpace": "hsl",
|
|
10756
|
+
"components": [135.8, 69.2, 20.4],
|
|
10757
|
+
"hex": "#105823"
|
|
10758
|
+
},
|
|
10204
10759
|
"filePath": "src/tokens/component/button.json5",
|
|
10205
10760
|
"isSource": true,
|
|
10206
10761
|
"$type": "color"
|
|
10207
10762
|
},
|
|
10208
10763
|
"dark-tritanopia": {
|
|
10209
|
-
"$value":
|
|
10764
|
+
"$value": {
|
|
10765
|
+
"colorSpace": "hsl",
|
|
10766
|
+
"components": [211.3, 98.8, 68.4],
|
|
10767
|
+
"hex": "#5fabfe"
|
|
10768
|
+
},
|
|
10210
10769
|
"filePath": "src/tokens/component/button.json5",
|
|
10211
10770
|
"isSource": true,
|
|
10212
10771
|
"$type": "color"
|
|
10213
10772
|
},
|
|
10214
10773
|
"dark-tritanopia-high-contrast": {
|
|
10215
|
-
"$value":
|
|
10774
|
+
"$value": {
|
|
10775
|
+
"colorSpace": "hsl",
|
|
10776
|
+
"components": [211.3, 98.8, 68.4],
|
|
10777
|
+
"hex": "#5fabfe"
|
|
10778
|
+
},
|
|
10216
10779
|
"filePath": "src/tokens/component/button.json5",
|
|
10217
10780
|
"isSource": true,
|
|
10218
10781
|
"$type": "color"
|
|
10219
10782
|
},
|
|
10220
10783
|
"dark-protanopia-deuteranopia": {
|
|
10221
|
-
"$value":
|
|
10784
|
+
"$value": {
|
|
10785
|
+
"colorSpace": "hsl",
|
|
10786
|
+
"components": [216.6, 84.3, 42.4],
|
|
10787
|
+
"hex": "#1158c7"
|
|
10788
|
+
},
|
|
10222
10789
|
"filePath": "src/tokens/component/button.json5",
|
|
10223
10790
|
"isSource": true,
|
|
10224
10791
|
"$type": "color"
|
|
10225
10792
|
},
|
|
10226
10793
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
10227
|
-
"$value":
|
|
10794
|
+
"$value": {
|
|
10795
|
+
"colorSpace": "hsl",
|
|
10796
|
+
"components": [216.6, 84.3, 42.4],
|
|
10797
|
+
"hex": "#1158c7"
|
|
10798
|
+
},
|
|
10228
10799
|
"filePath": "src/tokens/component/button.json5",
|
|
10229
10800
|
"isSource": true,
|
|
10230
10801
|
"$type": "color"
|
|
@@ -10237,7 +10808,11 @@
|
|
|
10237
10808
|
"$type": "color"
|
|
10238
10809
|
},
|
|
10239
10810
|
"light-high-contrast": {
|
|
10240
|
-
"$value":
|
|
10811
|
+
"$value": {
|
|
10812
|
+
"colorSpace": "hsl",
|
|
10813
|
+
"components": [135.4, 40.2, 65.9],
|
|
10814
|
+
"hex": "#85cb97"
|
|
10815
|
+
},
|
|
10241
10816
|
"filePath": "src/tokens/component/button.json5",
|
|
10242
10817
|
"isSource": true,
|
|
10243
10818
|
"$type": "color"
|
|
@@ -10247,7 +10822,11 @@
|
|
|
10247
10822
|
"filePath": "src/tokens/component/button.json5",
|
|
10248
10823
|
"isSource": true,
|
|
10249
10824
|
"original": {
|
|
10250
|
-
"$value":
|
|
10825
|
+
"$value": {
|
|
10826
|
+
"colorSpace": "hsl",
|
|
10827
|
+
"components": [211.3, 98.8, 68.4],
|
|
10828
|
+
"hex": "#5fabfe"
|
|
10829
|
+
},
|
|
10251
10830
|
"$type": "color",
|
|
10252
10831
|
"$extensions": {
|
|
10253
10832
|
"org.primer.figma": {
|
|
@@ -10257,37 +10836,61 @@
|
|
|
10257
10836
|
},
|
|
10258
10837
|
"org.primer.overrides": {
|
|
10259
10838
|
"dark": {
|
|
10260
|
-
"$value":
|
|
10839
|
+
"$value": {
|
|
10840
|
+
"colorSpace": "hsl",
|
|
10841
|
+
"components": [135.8, 69.2, 20.4],
|
|
10842
|
+
"hex": "#105823"
|
|
10843
|
+
},
|
|
10261
10844
|
"filePath": "src/tokens/component/button.json5",
|
|
10262
10845
|
"isSource": true,
|
|
10263
10846
|
"$type": "color"
|
|
10264
10847
|
},
|
|
10265
10848
|
"dark-dimmed": {
|
|
10266
|
-
"$value":
|
|
10849
|
+
"$value": {
|
|
10850
|
+
"colorSpace": "hsl",
|
|
10851
|
+
"components": [135.8, 69.2, 20.4],
|
|
10852
|
+
"hex": "#105823"
|
|
10853
|
+
},
|
|
10267
10854
|
"filePath": "src/tokens/component/button.json5",
|
|
10268
10855
|
"isSource": true,
|
|
10269
10856
|
"$type": "color"
|
|
10270
10857
|
},
|
|
10271
10858
|
"dark-tritanopia": {
|
|
10272
|
-
"$value":
|
|
10859
|
+
"$value": {
|
|
10860
|
+
"colorSpace": "hsl",
|
|
10861
|
+
"components": [211.3, 98.8, 68.4],
|
|
10862
|
+
"hex": "#5fabfe"
|
|
10863
|
+
},
|
|
10273
10864
|
"filePath": "src/tokens/component/button.json5",
|
|
10274
10865
|
"isSource": true,
|
|
10275
10866
|
"$type": "color"
|
|
10276
10867
|
},
|
|
10277
10868
|
"dark-tritanopia-high-contrast": {
|
|
10278
|
-
"$value":
|
|
10869
|
+
"$value": {
|
|
10870
|
+
"colorSpace": "hsl",
|
|
10871
|
+
"components": [211.3, 98.8, 68.4],
|
|
10872
|
+
"hex": "#5fabfe"
|
|
10873
|
+
},
|
|
10279
10874
|
"filePath": "src/tokens/component/button.json5",
|
|
10280
10875
|
"isSource": true,
|
|
10281
10876
|
"$type": "color"
|
|
10282
10877
|
},
|
|
10283
10878
|
"dark-protanopia-deuteranopia": {
|
|
10284
|
-
"$value":
|
|
10879
|
+
"$value": {
|
|
10880
|
+
"colorSpace": "hsl",
|
|
10881
|
+
"components": [216.6, 84.3, 42.4],
|
|
10882
|
+
"hex": "#1158c7"
|
|
10883
|
+
},
|
|
10285
10884
|
"filePath": "src/tokens/component/button.json5",
|
|
10286
10885
|
"isSource": true,
|
|
10287
10886
|
"$type": "color"
|
|
10288
10887
|
},
|
|
10289
10888
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
10290
|
-
"$value":
|
|
10889
|
+
"$value": {
|
|
10890
|
+
"colorSpace": "hsl",
|
|
10891
|
+
"components": [216.6, 84.3, 42.4],
|
|
10892
|
+
"hex": "#1158c7"
|
|
10893
|
+
},
|
|
10291
10894
|
"filePath": "src/tokens/component/button.json5",
|
|
10292
10895
|
"isSource": true,
|
|
10293
10896
|
"$type": "color"
|
|
@@ -10300,7 +10903,11 @@
|
|
|
10300
10903
|
"$type": "color"
|
|
10301
10904
|
},
|
|
10302
10905
|
"light-high-contrast": {
|
|
10303
|
-
"$value":
|
|
10906
|
+
"$value": {
|
|
10907
|
+
"colorSpace": "hsl",
|
|
10908
|
+
"components": [135.4, 40.2, 65.9],
|
|
10909
|
+
"hex": "#85cb97"
|
|
10910
|
+
},
|
|
10304
10911
|
"filePath": "src/tokens/component/button.json5",
|
|
10305
10912
|
"isSource": true,
|
|
10306
10913
|
"$type": "color"
|
|
@@ -10542,13 +11149,21 @@
|
|
|
10542
11149
|
"$type": "color"
|
|
10543
11150
|
},
|
|
10544
11151
|
"dark-dimmed": {
|
|
10545
|
-
"$value":
|
|
11152
|
+
"$value": {
|
|
11153
|
+
"colorSpace": "hsl",
|
|
11154
|
+
"components": [0, 0, 100],
|
|
11155
|
+
"hex": "#ffffff"
|
|
11156
|
+
},
|
|
10546
11157
|
"filePath": "src/tokens/component/button.json5",
|
|
10547
11158
|
"isSource": true,
|
|
10548
11159
|
"$type": "color"
|
|
10549
11160
|
},
|
|
10550
11161
|
"dark-dimmed-high-contrast": {
|
|
10551
|
-
"$value":
|
|
11162
|
+
"$value": {
|
|
11163
|
+
"colorSpace": "hsl",
|
|
11164
|
+
"components": [0, 0, 100],
|
|
11165
|
+
"hex": "#ffffff"
|
|
11166
|
+
},
|
|
10552
11167
|
"filePath": "src/tokens/component/button.json5",
|
|
10553
11168
|
"isSource": true,
|
|
10554
11169
|
"$type": "color"
|
|
@@ -10574,13 +11189,21 @@
|
|
|
10574
11189
|
"$type": "color"
|
|
10575
11190
|
},
|
|
10576
11191
|
"dark-dimmed": {
|
|
10577
|
-
"$value":
|
|
11192
|
+
"$value": {
|
|
11193
|
+
"colorSpace": "hsl",
|
|
11194
|
+
"components": [0, 0, 100],
|
|
11195
|
+
"hex": "#ffffff"
|
|
11196
|
+
},
|
|
10578
11197
|
"filePath": "src/tokens/component/button.json5",
|
|
10579
11198
|
"isSource": true,
|
|
10580
11199
|
"$type": "color"
|
|
10581
11200
|
},
|
|
10582
11201
|
"dark-dimmed-high-contrast": {
|
|
10583
|
-
"$value":
|
|
11202
|
+
"$value": {
|
|
11203
|
+
"colorSpace": "hsl",
|
|
11204
|
+
"components": [0, 0, 100],
|
|
11205
|
+
"hex": "#ffffff"
|
|
11206
|
+
},
|
|
10584
11207
|
"filePath": "src/tokens/component/button.json5",
|
|
10585
11208
|
"isSource": true,
|
|
10586
11209
|
"$type": "color"
|
|
@@ -10593,6 +11216,35 @@
|
|
|
10593
11216
|
"attributes": {},
|
|
10594
11217
|
"path": ["button", "primary", "fgColor", "rest"]
|
|
10595
11218
|
},
|
|
11219
|
+
"button-primary-iconColor-disabled": {
|
|
11220
|
+
"key": "{button.primary.iconColor.disabled}",
|
|
11221
|
+
"$value": "#ffffff66",
|
|
11222
|
+
"$type": "color",
|
|
11223
|
+
"$extensions": {
|
|
11224
|
+
"org.primer.figma": {
|
|
11225
|
+
"collection": "mode",
|
|
11226
|
+
"group": "component (internal)",
|
|
11227
|
+
"scopes": ["fgColor"]
|
|
11228
|
+
}
|
|
11229
|
+
},
|
|
11230
|
+
"filePath": "src/tokens/component/button.json5",
|
|
11231
|
+
"isSource": true,
|
|
11232
|
+
"original": {
|
|
11233
|
+
"$value": "{button.primary.fgColor.disabled}",
|
|
11234
|
+
"$type": "color",
|
|
11235
|
+
"$extensions": {
|
|
11236
|
+
"org.primer.figma": {
|
|
11237
|
+
"collection": "mode",
|
|
11238
|
+
"group": "component (internal)",
|
|
11239
|
+
"scopes": ["fgColor"]
|
|
11240
|
+
}
|
|
11241
|
+
},
|
|
11242
|
+
"key": "{button.primary.iconColor.disabled}"
|
|
11243
|
+
},
|
|
11244
|
+
"name": "button-primary-iconColor-disabled",
|
|
11245
|
+
"attributes": {},
|
|
11246
|
+
"path": ["button", "primary", "iconColor", "disabled"]
|
|
11247
|
+
},
|
|
10596
11248
|
"button-primary-iconColor-rest": {
|
|
10597
11249
|
"key": "{button.primary.iconColor.rest}",
|
|
10598
11250
|
"$value": "#ffffff",
|
|
@@ -10618,13 +11270,21 @@
|
|
|
10618
11270
|
"$type": "color"
|
|
10619
11271
|
},
|
|
10620
11272
|
"dark-dimmed": {
|
|
10621
|
-
"$value":
|
|
11273
|
+
"$value": {
|
|
11274
|
+
"colorSpace": "hsl",
|
|
11275
|
+
"components": [0, 0, 100],
|
|
11276
|
+
"hex": "#ffffff"
|
|
11277
|
+
},
|
|
10622
11278
|
"filePath": "src/tokens/component/button.json5",
|
|
10623
11279
|
"isSource": true,
|
|
10624
11280
|
"$type": "color"
|
|
10625
11281
|
},
|
|
10626
11282
|
"dark-dimmed-high-contrast": {
|
|
10627
|
-
"$value":
|
|
11283
|
+
"$value": {
|
|
11284
|
+
"colorSpace": "hsl",
|
|
11285
|
+
"components": [0, 0, 100],
|
|
11286
|
+
"hex": "#ffffff"
|
|
11287
|
+
},
|
|
10628
11288
|
"filePath": "src/tokens/component/button.json5",
|
|
10629
11289
|
"isSource": true,
|
|
10630
11290
|
"$type": "color"
|
|
@@ -10657,13 +11317,21 @@
|
|
|
10657
11317
|
"$type": "color"
|
|
10658
11318
|
},
|
|
10659
11319
|
"dark-dimmed": {
|
|
10660
|
-
"$value":
|
|
11320
|
+
"$value": {
|
|
11321
|
+
"colorSpace": "hsl",
|
|
11322
|
+
"components": [0, 0, 100],
|
|
11323
|
+
"hex": "#ffffff"
|
|
11324
|
+
},
|
|
10661
11325
|
"filePath": "src/tokens/component/button.json5",
|
|
10662
11326
|
"isSource": true,
|
|
10663
11327
|
"$type": "color"
|
|
10664
11328
|
},
|
|
10665
11329
|
"dark-dimmed-high-contrast": {
|
|
10666
|
-
"$value":
|
|
11330
|
+
"$value": {
|
|
11331
|
+
"colorSpace": "hsl",
|
|
11332
|
+
"components": [0, 0, 100],
|
|
11333
|
+
"hex": "#ffffff"
|
|
11334
|
+
},
|
|
10667
11335
|
"filePath": "src/tokens/component/button.json5",
|
|
10668
11336
|
"isSource": true,
|
|
10669
11337
|
"$type": "color"
|
|
@@ -10678,7 +11346,7 @@
|
|
|
10678
11346
|
},
|
|
10679
11347
|
"button-primary-shadow-selected": {
|
|
10680
11348
|
"key": "{button.primary.shadow.selected}",
|
|
10681
|
-
"$value": "0 0 0 0 #
|
|
11349
|
+
"$value": "0 0 0 0 #00000000",
|
|
10682
11350
|
"$type": "shadow",
|
|
10683
11351
|
"$extensions": {
|
|
10684
11352
|
"org.primer.figma": {
|
|
@@ -17034,7 +17702,11 @@
|
|
|
17034
17702
|
"org.primer.overrides": {
|
|
17035
17703
|
"dark": "#b7bdc8",
|
|
17036
17704
|
"dark-dimmed": {
|
|
17037
|
-
"$value":
|
|
17705
|
+
"$value": {
|
|
17706
|
+
"colorSpace": "hsl",
|
|
17707
|
+
"components": [213.8, 11.6, 27.1],
|
|
17708
|
+
"hex": "#3d444d"
|
|
17709
|
+
},
|
|
17038
17710
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17039
17711
|
"isSource": true,
|
|
17040
17712
|
"$type": "color"
|
|
@@ -17055,7 +17727,11 @@
|
|
|
17055
17727
|
"org.primer.overrides": {
|
|
17056
17728
|
"dark": "{borderColor.default}",
|
|
17057
17729
|
"dark-dimmed": {
|
|
17058
|
-
"$value":
|
|
17730
|
+
"$value": {
|
|
17731
|
+
"colorSpace": "hsl",
|
|
17732
|
+
"components": [213.8, 11.6, 27.1],
|
|
17733
|
+
"hex": "#3d444d"
|
|
17734
|
+
},
|
|
17059
17735
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17060
17736
|
"isSource": true,
|
|
17061
17737
|
"$type": "color"
|
|
@@ -17186,49 +17862,81 @@
|
|
|
17186
17862
|
"org.primer.overrides": {
|
|
17187
17863
|
"dark": "#3685F3",
|
|
17188
17864
|
"dark-high-contrast": {
|
|
17189
|
-
"$value":
|
|
17865
|
+
"$value": {
|
|
17866
|
+
"colorSpace": "hsl",
|
|
17867
|
+
"components": [215.3, 61.2, 52.5],
|
|
17868
|
+
"hex": "#3c79d0"
|
|
17869
|
+
},
|
|
17190
17870
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17191
17871
|
"isSource": true,
|
|
17192
17872
|
"$type": "color"
|
|
17193
17873
|
},
|
|
17194
17874
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
17195
|
-
"$value":
|
|
17875
|
+
"$value": {
|
|
17876
|
+
"colorSpace": "hsl",
|
|
17877
|
+
"components": [215.3, 61.2, 52.5],
|
|
17878
|
+
"hex": "#3c79d0"
|
|
17879
|
+
},
|
|
17196
17880
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17197
17881
|
"isSource": true,
|
|
17198
17882
|
"$type": "color"
|
|
17199
17883
|
},
|
|
17200
17884
|
"dark-tritanopia-high-contrast": {
|
|
17201
|
-
"$value":
|
|
17885
|
+
"$value": {
|
|
17886
|
+
"colorSpace": "hsl",
|
|
17887
|
+
"components": [215.3, 61.2, 52.5],
|
|
17888
|
+
"hex": "#3c79d0"
|
|
17889
|
+
},
|
|
17202
17890
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17203
17891
|
"isSource": true,
|
|
17204
17892
|
"$type": "color"
|
|
17205
17893
|
},
|
|
17206
17894
|
"dark-dimmed": {
|
|
17207
|
-
"$value":
|
|
17895
|
+
"$value": {
|
|
17896
|
+
"colorSpace": "hsl",
|
|
17897
|
+
"components": [215.4, 68.4, 55.3],
|
|
17898
|
+
"hex": "#3f7fdb"
|
|
17899
|
+
},
|
|
17208
17900
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17209
17901
|
"isSource": true,
|
|
17210
17902
|
"$type": "color"
|
|
17211
17903
|
},
|
|
17212
17904
|
"dark-dimmed-high-contrast": {
|
|
17213
|
-
"$value":
|
|
17905
|
+
"$value": {
|
|
17906
|
+
"colorSpace": "hsl",
|
|
17907
|
+
"components": [215.3, 61.2, 52.5],
|
|
17908
|
+
"hex": "#3c79d0"
|
|
17909
|
+
},
|
|
17214
17910
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17215
17911
|
"isSource": true,
|
|
17216
17912
|
"$type": "color"
|
|
17217
17913
|
},
|
|
17218
17914
|
"light-high-contrast": {
|
|
17219
|
-
"$value":
|
|
17915
|
+
"$value": {
|
|
17916
|
+
"colorSpace": "hsl",
|
|
17917
|
+
"components": [216.6, 96.3, 31.4],
|
|
17918
|
+
"hex": "#033f9d"
|
|
17919
|
+
},
|
|
17220
17920
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17221
17921
|
"isSource": true,
|
|
17222
17922
|
"$type": "color"
|
|
17223
17923
|
},
|
|
17224
17924
|
"light-tritanopia-high-contrast": {
|
|
17225
|
-
"$value":
|
|
17925
|
+
"$value": {
|
|
17926
|
+
"colorSpace": "hsl",
|
|
17927
|
+
"components": [216.6, 96.3, 31.4],
|
|
17928
|
+
"hex": "#033f9d"
|
|
17929
|
+
},
|
|
17226
17930
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17227
17931
|
"isSource": true,
|
|
17228
17932
|
"$type": "color"
|
|
17229
17933
|
},
|
|
17230
17934
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17231
|
-
"$value":
|
|
17935
|
+
"$value": {
|
|
17936
|
+
"colorSpace": "hsl",
|
|
17937
|
+
"components": [216.6, 96.3, 31.4],
|
|
17938
|
+
"hex": "#033f9d"
|
|
17939
|
+
},
|
|
17232
17940
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17233
17941
|
"isSource": true,
|
|
17234
17942
|
"$type": "color"
|
|
@@ -17238,7 +17946,11 @@
|
|
|
17238
17946
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17239
17947
|
"isSource": true,
|
|
17240
17948
|
"original": {
|
|
17241
|
-
"$value":
|
|
17949
|
+
"$value": {
|
|
17950
|
+
"colorSpace": "hsl",
|
|
17951
|
+
"components": [215.3, 61.2, 52.5],
|
|
17952
|
+
"hex": "#3c79d0"
|
|
17953
|
+
},
|
|
17242
17954
|
"$type": "color",
|
|
17243
17955
|
"$extensions": {
|
|
17244
17956
|
"org.primer.figma": {
|
|
@@ -17249,49 +17961,81 @@
|
|
|
17249
17961
|
"org.primer.overrides": {
|
|
17250
17962
|
"dark": "#3685F3",
|
|
17251
17963
|
"dark-high-contrast": {
|
|
17252
|
-
"$value":
|
|
17964
|
+
"$value": {
|
|
17965
|
+
"colorSpace": "hsl",
|
|
17966
|
+
"components": [215.3, 61.2, 52.5],
|
|
17967
|
+
"hex": "#3c79d0"
|
|
17968
|
+
},
|
|
17253
17969
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17254
17970
|
"isSource": true,
|
|
17255
17971
|
"$type": "color"
|
|
17256
17972
|
},
|
|
17257
17973
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
17258
|
-
"$value":
|
|
17974
|
+
"$value": {
|
|
17975
|
+
"colorSpace": "hsl",
|
|
17976
|
+
"components": [215.3, 61.2, 52.5],
|
|
17977
|
+
"hex": "#3c79d0"
|
|
17978
|
+
},
|
|
17259
17979
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17260
17980
|
"isSource": true,
|
|
17261
17981
|
"$type": "color"
|
|
17262
17982
|
},
|
|
17263
17983
|
"dark-tritanopia-high-contrast": {
|
|
17264
|
-
"$value":
|
|
17984
|
+
"$value": {
|
|
17985
|
+
"colorSpace": "hsl",
|
|
17986
|
+
"components": [215.3, 61.2, 52.5],
|
|
17987
|
+
"hex": "#3c79d0"
|
|
17988
|
+
},
|
|
17265
17989
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17266
17990
|
"isSource": true,
|
|
17267
17991
|
"$type": "color"
|
|
17268
17992
|
},
|
|
17269
17993
|
"dark-dimmed": {
|
|
17270
|
-
"$value":
|
|
17994
|
+
"$value": {
|
|
17995
|
+
"colorSpace": "hsl",
|
|
17996
|
+
"components": [215.4, 68.4, 55.3],
|
|
17997
|
+
"hex": "#3f7fdb"
|
|
17998
|
+
},
|
|
17271
17999
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17272
18000
|
"isSource": true,
|
|
17273
18001
|
"$type": "color"
|
|
17274
18002
|
},
|
|
17275
18003
|
"dark-dimmed-high-contrast": {
|
|
17276
|
-
"$value":
|
|
18004
|
+
"$value": {
|
|
18005
|
+
"colorSpace": "hsl",
|
|
18006
|
+
"components": [215.3, 61.2, 52.5],
|
|
18007
|
+
"hex": "#3c79d0"
|
|
18008
|
+
},
|
|
17277
18009
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17278
18010
|
"isSource": true,
|
|
17279
18011
|
"$type": "color"
|
|
17280
18012
|
},
|
|
17281
18013
|
"light-high-contrast": {
|
|
17282
|
-
"$value":
|
|
18014
|
+
"$value": {
|
|
18015
|
+
"colorSpace": "hsl",
|
|
18016
|
+
"components": [216.6, 96.3, 31.4],
|
|
18017
|
+
"hex": "#033f9d"
|
|
18018
|
+
},
|
|
17283
18019
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17284
18020
|
"isSource": true,
|
|
17285
18021
|
"$type": "color"
|
|
17286
18022
|
},
|
|
17287
18023
|
"light-tritanopia-high-contrast": {
|
|
17288
|
-
"$value":
|
|
18024
|
+
"$value": {
|
|
18025
|
+
"colorSpace": "hsl",
|
|
18026
|
+
"components": [216.6, 96.3, 31.4],
|
|
18027
|
+
"hex": "#033f9d"
|
|
18028
|
+
},
|
|
17289
18029
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17290
18030
|
"isSource": true,
|
|
17291
18031
|
"$type": "color"
|
|
17292
18032
|
},
|
|
17293
18033
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17294
|
-
"$value":
|
|
18034
|
+
"$value": {
|
|
18035
|
+
"colorSpace": "hsl",
|
|
18036
|
+
"components": [216.6, 96.3, 31.4],
|
|
18037
|
+
"hex": "#033f9d"
|
|
18038
|
+
},
|
|
17295
18039
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17296
18040
|
"isSource": true,
|
|
17297
18041
|
"$type": "color"
|
|
@@ -17352,49 +18096,81 @@
|
|
|
17352
18096
|
"org.primer.overrides": {
|
|
17353
18097
|
"dark": "#2A7AEF",
|
|
17354
18098
|
"dark-high-contrast": {
|
|
17355
|
-
"$value":
|
|
18099
|
+
"$value": {
|
|
18100
|
+
"colorSpace": "hsl",
|
|
18101
|
+
"components": [217.2, 63.6, 46.3],
|
|
18102
|
+
"hex": "#2b64c1"
|
|
18103
|
+
},
|
|
17356
18104
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17357
18105
|
"isSource": true,
|
|
17358
18106
|
"$type": "color"
|
|
17359
18107
|
},
|
|
17360
18108
|
"dark-tritanopia-high-contrast": {
|
|
17361
|
-
"$value":
|
|
18109
|
+
"$value": {
|
|
18110
|
+
"colorSpace": "hsl",
|
|
18111
|
+
"components": [217.2, 63.6, 46.3],
|
|
18112
|
+
"hex": "#2b64c1"
|
|
18113
|
+
},
|
|
17362
18114
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17363
18115
|
"isSource": true,
|
|
17364
18116
|
"$type": "color"
|
|
17365
18117
|
},
|
|
17366
18118
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
17367
|
-
"$value":
|
|
18119
|
+
"$value": {
|
|
18120
|
+
"colorSpace": "hsl",
|
|
18121
|
+
"components": [217.2, 63.6, 46.3],
|
|
18122
|
+
"hex": "#2b64c1"
|
|
18123
|
+
},
|
|
17368
18124
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17369
18125
|
"isSource": true,
|
|
17370
18126
|
"$type": "color"
|
|
17371
18127
|
},
|
|
17372
18128
|
"dark-dimmed": {
|
|
17373
|
-
"$value":
|
|
18129
|
+
"$value": {
|
|
18130
|
+
"colorSpace": "hsl",
|
|
18131
|
+
"components": [216, 63.8, 52.4],
|
|
18132
|
+
"hex": "#3876d3"
|
|
18133
|
+
},
|
|
17374
18134
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17375
18135
|
"isSource": true,
|
|
17376
18136
|
"$type": "color"
|
|
17377
18137
|
},
|
|
17378
18138
|
"dark-dimmed-high-contrast": {
|
|
17379
|
-
"$value":
|
|
18139
|
+
"$value": {
|
|
18140
|
+
"colorSpace": "hsl",
|
|
18141
|
+
"components": [217.2, 63.6, 46.3],
|
|
18142
|
+
"hex": "#2b64c1"
|
|
18143
|
+
},
|
|
17380
18144
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17381
18145
|
"isSource": true,
|
|
17382
18146
|
"$type": "color"
|
|
17383
18147
|
},
|
|
17384
18148
|
"light-high-contrast": {
|
|
17385
|
-
"$value":
|
|
18149
|
+
"$value": {
|
|
18150
|
+
"colorSpace": "hsl",
|
|
18151
|
+
"components": [216.4, 96.5, 33.5],
|
|
18152
|
+
"hex": "#0344a8"
|
|
18153
|
+
},
|
|
17386
18154
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17387
18155
|
"isSource": true,
|
|
17388
18156
|
"$type": "color"
|
|
17389
18157
|
},
|
|
17390
18158
|
"light-tritanopia-high-contrast": {
|
|
17391
|
-
"$value":
|
|
18159
|
+
"$value": {
|
|
18160
|
+
"colorSpace": "hsl",
|
|
18161
|
+
"components": [216.4, 96.5, 33.5],
|
|
18162
|
+
"hex": "#0344a8"
|
|
18163
|
+
},
|
|
17392
18164
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17393
18165
|
"isSource": true,
|
|
17394
18166
|
"$type": "color"
|
|
17395
18167
|
},
|
|
17396
18168
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17397
|
-
"$value":
|
|
18169
|
+
"$value": {
|
|
18170
|
+
"colorSpace": "hsl",
|
|
18171
|
+
"components": [216.4, 96.5, 33.5],
|
|
18172
|
+
"hex": "#0344a8"
|
|
18173
|
+
},
|
|
17398
18174
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17399
18175
|
"isSource": true,
|
|
17400
18176
|
"$type": "color"
|
|
@@ -17404,7 +18180,11 @@
|
|
|
17404
18180
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17405
18181
|
"isSource": true,
|
|
17406
18182
|
"original": {
|
|
17407
|
-
"$value":
|
|
18183
|
+
"$value": {
|
|
18184
|
+
"colorSpace": "hsl",
|
|
18185
|
+
"components": [217.2, 63.6, 46.3],
|
|
18186
|
+
"hex": "#2b64c1"
|
|
18187
|
+
},
|
|
17408
18188
|
"$type": "color",
|
|
17409
18189
|
"$extensions": {
|
|
17410
18190
|
"org.primer.figma": {
|
|
@@ -17415,49 +18195,81 @@
|
|
|
17415
18195
|
"org.primer.overrides": {
|
|
17416
18196
|
"dark": "#2A7AEF",
|
|
17417
18197
|
"dark-high-contrast": {
|
|
17418
|
-
"$value":
|
|
18198
|
+
"$value": {
|
|
18199
|
+
"colorSpace": "hsl",
|
|
18200
|
+
"components": [217.2, 63.6, 46.3],
|
|
18201
|
+
"hex": "#2b64c1"
|
|
18202
|
+
},
|
|
17419
18203
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17420
18204
|
"isSource": true,
|
|
17421
18205
|
"$type": "color"
|
|
17422
18206
|
},
|
|
17423
18207
|
"dark-tritanopia-high-contrast": {
|
|
17424
|
-
"$value":
|
|
18208
|
+
"$value": {
|
|
18209
|
+
"colorSpace": "hsl",
|
|
18210
|
+
"components": [217.2, 63.6, 46.3],
|
|
18211
|
+
"hex": "#2b64c1"
|
|
18212
|
+
},
|
|
17425
18213
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17426
18214
|
"isSource": true,
|
|
17427
18215
|
"$type": "color"
|
|
17428
18216
|
},
|
|
17429
18217
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
17430
|
-
"$value":
|
|
18218
|
+
"$value": {
|
|
18219
|
+
"colorSpace": "hsl",
|
|
18220
|
+
"components": [217.2, 63.6, 46.3],
|
|
18221
|
+
"hex": "#2b64c1"
|
|
18222
|
+
},
|
|
17431
18223
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17432
18224
|
"isSource": true,
|
|
17433
18225
|
"$type": "color"
|
|
17434
18226
|
},
|
|
17435
18227
|
"dark-dimmed": {
|
|
17436
|
-
"$value":
|
|
18228
|
+
"$value": {
|
|
18229
|
+
"colorSpace": "hsl",
|
|
18230
|
+
"components": [216, 63.8, 52.4],
|
|
18231
|
+
"hex": "#3876d3"
|
|
18232
|
+
},
|
|
17437
18233
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17438
18234
|
"isSource": true,
|
|
17439
18235
|
"$type": "color"
|
|
17440
18236
|
},
|
|
17441
18237
|
"dark-dimmed-high-contrast": {
|
|
17442
|
-
"$value":
|
|
18238
|
+
"$value": {
|
|
18239
|
+
"colorSpace": "hsl",
|
|
18240
|
+
"components": [217.2, 63.6, 46.3],
|
|
18241
|
+
"hex": "#2b64c1"
|
|
18242
|
+
},
|
|
17443
18243
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17444
18244
|
"isSource": true,
|
|
17445
18245
|
"$type": "color"
|
|
17446
18246
|
},
|
|
17447
18247
|
"light-high-contrast": {
|
|
17448
|
-
"$value":
|
|
18248
|
+
"$value": {
|
|
18249
|
+
"colorSpace": "hsl",
|
|
18250
|
+
"components": [216.4, 96.5, 33.5],
|
|
18251
|
+
"hex": "#0344a8"
|
|
18252
|
+
},
|
|
17449
18253
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17450
18254
|
"isSource": true,
|
|
17451
18255
|
"$type": "color"
|
|
17452
18256
|
},
|
|
17453
18257
|
"light-tritanopia-high-contrast": {
|
|
17454
|
-
"$value":
|
|
18258
|
+
"$value": {
|
|
18259
|
+
"colorSpace": "hsl",
|
|
18260
|
+
"components": [216.4, 96.5, 33.5],
|
|
18261
|
+
"hex": "#0344a8"
|
|
18262
|
+
},
|
|
17455
18263
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17456
18264
|
"isSource": true,
|
|
17457
18265
|
"$type": "color"
|
|
17458
18266
|
},
|
|
17459
18267
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17460
|
-
"$value":
|
|
18268
|
+
"$value": {
|
|
18269
|
+
"colorSpace": "hsl",
|
|
18270
|
+
"components": [216.4, 96.5, 33.5],
|
|
18271
|
+
"hex": "#0344a8"
|
|
18272
|
+
},
|
|
17461
18273
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17462
18274
|
"isSource": true,
|
|
17463
18275
|
"$type": "color"
|
|
@@ -17536,7 +18348,11 @@
|
|
|
17536
18348
|
"$type": "color"
|
|
17537
18349
|
},
|
|
17538
18350
|
"dark-dimmed": {
|
|
17539
|
-
"$value":
|
|
18351
|
+
"$value": {
|
|
18352
|
+
"colorSpace": "hsl",
|
|
18353
|
+
"components": [215.4, 68.4, 55.3],
|
|
18354
|
+
"hex": "#3f7fdb"
|
|
18355
|
+
},
|
|
17540
18356
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17541
18357
|
"isSource": true,
|
|
17542
18358
|
"$type": "color"
|
|
@@ -17548,19 +18364,31 @@
|
|
|
17548
18364
|
"$type": "color"
|
|
17549
18365
|
},
|
|
17550
18366
|
"light-high-contrast": {
|
|
17551
|
-
"$value":
|
|
18367
|
+
"$value": {
|
|
18368
|
+
"colorSpace": "hsl",
|
|
18369
|
+
"components": [216.6, 96.3, 31.4],
|
|
18370
|
+
"hex": "#033f9d"
|
|
18371
|
+
},
|
|
17552
18372
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17553
18373
|
"isSource": true,
|
|
17554
18374
|
"$type": "color"
|
|
17555
18375
|
},
|
|
17556
18376
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17557
|
-
"$value":
|
|
18377
|
+
"$value": {
|
|
18378
|
+
"colorSpace": "hsl",
|
|
18379
|
+
"components": [216.6, 96.3, 31.4],
|
|
18380
|
+
"hex": "#033f9d"
|
|
18381
|
+
},
|
|
17558
18382
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17559
18383
|
"isSource": true,
|
|
17560
18384
|
"$type": "color"
|
|
17561
18385
|
},
|
|
17562
18386
|
"light-tritanopia-high-contrast": {
|
|
17563
|
-
"$value":
|
|
18387
|
+
"$value": {
|
|
18388
|
+
"colorSpace": "hsl",
|
|
18389
|
+
"components": [216.6, 96.3, 31.4],
|
|
18390
|
+
"hex": "#033f9d"
|
|
18391
|
+
},
|
|
17564
18392
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17565
18393
|
"isSource": true,
|
|
17566
18394
|
"$type": "color"
|
|
@@ -17599,7 +18427,11 @@
|
|
|
17599
18427
|
"$type": "color"
|
|
17600
18428
|
},
|
|
17601
18429
|
"dark-dimmed": {
|
|
17602
|
-
"$value":
|
|
18430
|
+
"$value": {
|
|
18431
|
+
"colorSpace": "hsl",
|
|
18432
|
+
"components": [215.4, 68.4, 55.3],
|
|
18433
|
+
"hex": "#3f7fdb"
|
|
18434
|
+
},
|
|
17603
18435
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17604
18436
|
"isSource": true,
|
|
17605
18437
|
"$type": "color"
|
|
@@ -17611,19 +18443,31 @@
|
|
|
17611
18443
|
"$type": "color"
|
|
17612
18444
|
},
|
|
17613
18445
|
"light-high-contrast": {
|
|
17614
|
-
"$value":
|
|
18446
|
+
"$value": {
|
|
18447
|
+
"colorSpace": "hsl",
|
|
18448
|
+
"components": [216.6, 96.3, 31.4],
|
|
18449
|
+
"hex": "#033f9d"
|
|
18450
|
+
},
|
|
17615
18451
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17616
18452
|
"isSource": true,
|
|
17617
18453
|
"$type": "color"
|
|
17618
18454
|
},
|
|
17619
18455
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17620
|
-
"$value":
|
|
18456
|
+
"$value": {
|
|
18457
|
+
"colorSpace": "hsl",
|
|
18458
|
+
"components": [216.6, 96.3, 31.4],
|
|
18459
|
+
"hex": "#033f9d"
|
|
18460
|
+
},
|
|
17621
18461
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17622
18462
|
"isSource": true,
|
|
17623
18463
|
"$type": "color"
|
|
17624
18464
|
},
|
|
17625
18465
|
"light-tritanopia-high-contrast": {
|
|
17626
|
-
"$value":
|
|
18466
|
+
"$value": {
|
|
18467
|
+
"colorSpace": "hsl",
|
|
18468
|
+
"components": [216.6, 96.3, 31.4],
|
|
18469
|
+
"hex": "#033f9d"
|
|
18470
|
+
},
|
|
17627
18471
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17628
18472
|
"isSource": true,
|
|
17629
18473
|
"$type": "color"
|
|
@@ -17702,7 +18546,11 @@
|
|
|
17702
18546
|
"$type": "color"
|
|
17703
18547
|
},
|
|
17704
18548
|
"dark-dimmed": {
|
|
17705
|
-
"$value":
|
|
18549
|
+
"$value": {
|
|
18550
|
+
"colorSpace": "hsl",
|
|
18551
|
+
"components": [216, 63.8, 52.4],
|
|
18552
|
+
"hex": "#3876d3"
|
|
18553
|
+
},
|
|
17706
18554
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17707
18555
|
"isSource": true,
|
|
17708
18556
|
"$type": "color"
|
|
@@ -17714,19 +18562,31 @@
|
|
|
17714
18562
|
"$type": "color"
|
|
17715
18563
|
},
|
|
17716
18564
|
"light-high-contrast": {
|
|
17717
|
-
"$value":
|
|
18565
|
+
"$value": {
|
|
18566
|
+
"colorSpace": "hsl",
|
|
18567
|
+
"components": [216.4, 96.5, 33.5],
|
|
18568
|
+
"hex": "#0344a8"
|
|
18569
|
+
},
|
|
17718
18570
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17719
18571
|
"isSource": true,
|
|
17720
18572
|
"$type": "color"
|
|
17721
18573
|
},
|
|
17722
18574
|
"light-tritanopia-high-contrast": {
|
|
17723
|
-
"$value":
|
|
18575
|
+
"$value": {
|
|
18576
|
+
"colorSpace": "hsl",
|
|
18577
|
+
"components": [216.4, 96.5, 33.5],
|
|
18578
|
+
"hex": "#0344a8"
|
|
18579
|
+
},
|
|
17724
18580
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17725
18581
|
"isSource": true,
|
|
17726
18582
|
"$type": "color"
|
|
17727
18583
|
},
|
|
17728
18584
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17729
|
-
"$value":
|
|
18585
|
+
"$value": {
|
|
18586
|
+
"colorSpace": "hsl",
|
|
18587
|
+
"components": [216.4, 96.5, 33.5],
|
|
18588
|
+
"hex": "#0344a8"
|
|
18589
|
+
},
|
|
17730
18590
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17731
18591
|
"isSource": true,
|
|
17732
18592
|
"$type": "color"
|
|
@@ -17765,7 +18625,11 @@
|
|
|
17765
18625
|
"$type": "color"
|
|
17766
18626
|
},
|
|
17767
18627
|
"dark-dimmed": {
|
|
17768
|
-
"$value":
|
|
18628
|
+
"$value": {
|
|
18629
|
+
"colorSpace": "hsl",
|
|
18630
|
+
"components": [216, 63.8, 52.4],
|
|
18631
|
+
"hex": "#3876d3"
|
|
18632
|
+
},
|
|
17769
18633
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17770
18634
|
"isSource": true,
|
|
17771
18635
|
"$type": "color"
|
|
@@ -17777,19 +18641,31 @@
|
|
|
17777
18641
|
"$type": "color"
|
|
17778
18642
|
},
|
|
17779
18643
|
"light-high-contrast": {
|
|
17780
|
-
"$value":
|
|
18644
|
+
"$value": {
|
|
18645
|
+
"colorSpace": "hsl",
|
|
18646
|
+
"components": [216.4, 96.5, 33.5],
|
|
18647
|
+
"hex": "#0344a8"
|
|
18648
|
+
},
|
|
17781
18649
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17782
18650
|
"isSource": true,
|
|
17783
18651
|
"$type": "color"
|
|
17784
18652
|
},
|
|
17785
18653
|
"light-tritanopia-high-contrast": {
|
|
17786
|
-
"$value":
|
|
18654
|
+
"$value": {
|
|
18655
|
+
"colorSpace": "hsl",
|
|
18656
|
+
"components": [216.4, 96.5, 33.5],
|
|
18657
|
+
"hex": "#0344a8"
|
|
18658
|
+
},
|
|
17787
18659
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17788
18660
|
"isSource": true,
|
|
17789
18661
|
"$type": "color"
|
|
17790
18662
|
},
|
|
17791
18663
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17792
|
-
"$value":
|
|
18664
|
+
"$value": {
|
|
18665
|
+
"colorSpace": "hsl",
|
|
18666
|
+
"components": [216.4, 96.5, 33.5],
|
|
18667
|
+
"hex": "#0344a8"
|
|
18668
|
+
},
|
|
17793
18669
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17794
18670
|
"isSource": true,
|
|
17795
18671
|
"$type": "color"
|
|
@@ -17981,21 +18857,33 @@
|
|
|
17981
18857
|
"$type": "color"
|
|
17982
18858
|
},
|
|
17983
18859
|
"dark-high-contrast": {
|
|
17984
|
-
"$value":
|
|
18860
|
+
"$value": {
|
|
18861
|
+
"colorSpace": "hsl",
|
|
18862
|
+
"components": [355, 84.1, 42],
|
|
18863
|
+
"hex": "#c51120"
|
|
18864
|
+
},
|
|
17985
18865
|
"alpha": 1,
|
|
17986
18866
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17987
18867
|
"isSource": true,
|
|
17988
18868
|
"$type": "color"
|
|
17989
18869
|
},
|
|
17990
18870
|
"dark-dimmed-high-contrast": {
|
|
17991
|
-
"$value":
|
|
18871
|
+
"$value": {
|
|
18872
|
+
"colorSpace": "hsl",
|
|
18873
|
+
"components": [355, 84.1, 42],
|
|
18874
|
+
"hex": "#c51120"
|
|
18875
|
+
},
|
|
17992
18876
|
"alpha": 1,
|
|
17993
18877
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17994
18878
|
"isSource": true,
|
|
17995
18879
|
"$type": "color"
|
|
17996
18880
|
},
|
|
17997
18881
|
"dark-tritanopia-high-contrast": {
|
|
17998
|
-
"$value":
|
|
18882
|
+
"$value": {
|
|
18883
|
+
"colorSpace": "hsl",
|
|
18884
|
+
"components": [355, 84.1, 42],
|
|
18885
|
+
"hex": "#c51120"
|
|
18886
|
+
},
|
|
17999
18887
|
"alpha": 1,
|
|
18000
18888
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18001
18889
|
"isSource": true,
|
|
@@ -18008,13 +18896,21 @@
|
|
|
18008
18896
|
"$type": "color"
|
|
18009
18897
|
},
|
|
18010
18898
|
"light-high-contrast": {
|
|
18011
|
-
"$value":
|
|
18899
|
+
"$value": {
|
|
18900
|
+
"colorSpace": "hsl",
|
|
18901
|
+
"components": [351.6, 85.4, 29.6],
|
|
18902
|
+
"hex": "#8c0b1d"
|
|
18903
|
+
},
|
|
18012
18904
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18013
18905
|
"isSource": true,
|
|
18014
18906
|
"$type": "color"
|
|
18015
18907
|
},
|
|
18016
18908
|
"light-tritanopia-high-contrast": {
|
|
18017
|
-
"$value":
|
|
18909
|
+
"$value": {
|
|
18910
|
+
"colorSpace": "hsl",
|
|
18911
|
+
"components": [351.6, 85.4, 29.6],
|
|
18912
|
+
"hex": "#8c0b1d"
|
|
18913
|
+
},
|
|
18018
18914
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18019
18915
|
"isSource": true,
|
|
18020
18916
|
"$type": "color"
|
|
@@ -18031,7 +18927,11 @@
|
|
|
18031
18927
|
"isSource": true,
|
|
18032
18928
|
"alpha": 1,
|
|
18033
18929
|
"original": {
|
|
18034
|
-
"$value":
|
|
18930
|
+
"$value": {
|
|
18931
|
+
"colorSpace": "hsl",
|
|
18932
|
+
"components": [355, 84.1, 42],
|
|
18933
|
+
"hex": "#c51120"
|
|
18934
|
+
},
|
|
18035
18935
|
"$type": "color",
|
|
18036
18936
|
"$extensions": {
|
|
18037
18937
|
"org.primer.figma": {
|
|
@@ -18055,21 +18955,33 @@
|
|
|
18055
18955
|
"$type": "color"
|
|
18056
18956
|
},
|
|
18057
18957
|
"dark-high-contrast": {
|
|
18058
|
-
"$value":
|
|
18958
|
+
"$value": {
|
|
18959
|
+
"colorSpace": "hsl",
|
|
18960
|
+
"components": [355, 84.1, 42],
|
|
18961
|
+
"hex": "#c51120"
|
|
18962
|
+
},
|
|
18059
18963
|
"alpha": 1,
|
|
18060
18964
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18061
18965
|
"isSource": true,
|
|
18062
18966
|
"$type": "color"
|
|
18063
18967
|
},
|
|
18064
18968
|
"dark-dimmed-high-contrast": {
|
|
18065
|
-
"$value":
|
|
18969
|
+
"$value": {
|
|
18970
|
+
"colorSpace": "hsl",
|
|
18971
|
+
"components": [355, 84.1, 42],
|
|
18972
|
+
"hex": "#c51120"
|
|
18973
|
+
},
|
|
18066
18974
|
"alpha": 1,
|
|
18067
18975
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18068
18976
|
"isSource": true,
|
|
18069
18977
|
"$type": "color"
|
|
18070
18978
|
},
|
|
18071
18979
|
"dark-tritanopia-high-contrast": {
|
|
18072
|
-
"$value":
|
|
18980
|
+
"$value": {
|
|
18981
|
+
"colorSpace": "hsl",
|
|
18982
|
+
"components": [355, 84.1, 42],
|
|
18983
|
+
"hex": "#c51120"
|
|
18984
|
+
},
|
|
18073
18985
|
"alpha": 1,
|
|
18074
18986
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18075
18987
|
"isSource": true,
|
|
@@ -18082,13 +18994,21 @@
|
|
|
18082
18994
|
"$type": "color"
|
|
18083
18995
|
},
|
|
18084
18996
|
"light-high-contrast": {
|
|
18085
|
-
"$value":
|
|
18997
|
+
"$value": {
|
|
18998
|
+
"colorSpace": "hsl",
|
|
18999
|
+
"components": [351.6, 85.4, 29.6],
|
|
19000
|
+
"hex": "#8c0b1d"
|
|
19001
|
+
},
|
|
18086
19002
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18087
19003
|
"isSource": true,
|
|
18088
19004
|
"$type": "color"
|
|
18089
19005
|
},
|
|
18090
19006
|
"light-tritanopia-high-contrast": {
|
|
18091
|
-
"$value":
|
|
19007
|
+
"$value": {
|
|
19008
|
+
"colorSpace": "hsl",
|
|
19009
|
+
"components": [351.6, 85.4, 29.6],
|
|
19010
|
+
"hex": "#8c0b1d"
|
|
19011
|
+
},
|
|
18092
19012
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
18093
19013
|
"isSource": true,
|
|
18094
19014
|
"$type": "color"
|
|
@@ -47505,14 +48425,22 @@
|
|
|
47505
48425
|
},
|
|
47506
48426
|
"org.primer.overrides": {
|
|
47507
48427
|
"dark": {
|
|
47508
|
-
"$value":
|
|
48428
|
+
"$value": {
|
|
48429
|
+
"colorSpace": "hsl",
|
|
48430
|
+
"components": [214.8, 98, 61],
|
|
48431
|
+
"hex": "#3a8cfd"
|
|
48432
|
+
},
|
|
47509
48433
|
"alpha": 0.36,
|
|
47510
48434
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47511
48435
|
"isSource": true,
|
|
47512
48436
|
"$type": "color"
|
|
47513
48437
|
},
|
|
47514
48438
|
"dark-dimmed": {
|
|
47515
|
-
"$value":
|
|
48439
|
+
"$value": {
|
|
48440
|
+
"colorSpace": "hsl",
|
|
48441
|
+
"components": [215.3, 75.8, 57.8],
|
|
48442
|
+
"hex": "#4285e5"
|
|
48443
|
+
},
|
|
47516
48444
|
"alpha": 0.36,
|
|
47517
48445
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47518
48446
|
"isSource": true,
|
|
@@ -47520,7 +48448,11 @@
|
|
|
47520
48448
|
},
|
|
47521
48449
|
"light-high-contrast": "#c7e9ff",
|
|
47522
48450
|
"dark-high-contrast": {
|
|
47523
|
-
"$value":
|
|
48451
|
+
"$value": {
|
|
48452
|
+
"colorSpace": "hsl",
|
|
48453
|
+
"components": [210.4, 100, 68.2],
|
|
48454
|
+
"hex": "#5dadff"
|
|
48455
|
+
},
|
|
47524
48456
|
"alpha": 0.36,
|
|
47525
48457
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47526
48458
|
"isSource": true,
|
|
@@ -47532,7 +48464,11 @@
|
|
|
47532
48464
|
"isSource": true,
|
|
47533
48465
|
"alpha": 0.36,
|
|
47534
48466
|
"original": {
|
|
47535
|
-
"$value":
|
|
48467
|
+
"$value": {
|
|
48468
|
+
"colorSpace": "hsl",
|
|
48469
|
+
"components": [214.8, 98, 61],
|
|
48470
|
+
"hex": "#3a8cfd"
|
|
48471
|
+
},
|
|
47536
48472
|
"$type": "color",
|
|
47537
48473
|
"$extensions": {
|
|
47538
48474
|
"org.primer.figma": {
|
|
@@ -47542,14 +48478,22 @@
|
|
|
47542
48478
|
},
|
|
47543
48479
|
"org.primer.overrides": {
|
|
47544
48480
|
"dark": {
|
|
47545
|
-
"$value":
|
|
48481
|
+
"$value": {
|
|
48482
|
+
"colorSpace": "hsl",
|
|
48483
|
+
"components": [214.8, 98, 61],
|
|
48484
|
+
"hex": "#3a8cfd"
|
|
48485
|
+
},
|
|
47546
48486
|
"alpha": 0.36,
|
|
47547
48487
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47548
48488
|
"isSource": true,
|
|
47549
48489
|
"$type": "color"
|
|
47550
48490
|
},
|
|
47551
48491
|
"dark-dimmed": {
|
|
47552
|
-
"$value":
|
|
48492
|
+
"$value": {
|
|
48493
|
+
"colorSpace": "hsl",
|
|
48494
|
+
"components": [215.3, 75.8, 57.8],
|
|
48495
|
+
"hex": "#4285e5"
|
|
48496
|
+
},
|
|
47553
48497
|
"alpha": 0.36,
|
|
47554
48498
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47555
48499
|
"isSource": true,
|
|
@@ -47557,7 +48501,11 @@
|
|
|
47557
48501
|
},
|
|
47558
48502
|
"light-high-contrast": "#c7e9ff",
|
|
47559
48503
|
"dark-high-contrast": {
|
|
47560
|
-
"$value":
|
|
48504
|
+
"$value": {
|
|
48505
|
+
"colorSpace": "hsl",
|
|
48506
|
+
"components": [210.4, 100, 68.2],
|
|
48507
|
+
"hex": "#5dadff"
|
|
48508
|
+
},
|
|
47561
48509
|
"alpha": 0.36,
|
|
47562
48510
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47563
48511
|
"isSource": true,
|
|
@@ -47891,6 +48839,147 @@
|
|
|
47891
48839
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
47892
48840
|
"isSource": true,
|
|
47893
48841
|
"$type": "shadow"
|
|
48842
|
+
},
|
|
48843
|
+
"light-high-contrast": {
|
|
48844
|
+
"$value": [
|
|
48845
|
+
{
|
|
48846
|
+
"color": "#b7bdc8",
|
|
48847
|
+
"alpha": 1,
|
|
48848
|
+
"offsetX": {
|
|
48849
|
+
"value": 0,
|
|
48850
|
+
"unit": "px"
|
|
48851
|
+
},
|
|
48852
|
+
"offsetY": {
|
|
48853
|
+
"value": 0,
|
|
48854
|
+
"unit": "px"
|
|
48855
|
+
},
|
|
48856
|
+
"blur": {
|
|
48857
|
+
"value": 0,
|
|
48858
|
+
"unit": "px"
|
|
48859
|
+
},
|
|
48860
|
+
"spread": {
|
|
48861
|
+
"value": 1,
|
|
48862
|
+
"unit": "px"
|
|
48863
|
+
}
|
|
48864
|
+
},
|
|
48865
|
+
{
|
|
48866
|
+
"color": "#f0f6fc",
|
|
48867
|
+
"alpha": 0.24,
|
|
48868
|
+
"offsetX": {
|
|
48869
|
+
"value": 0,
|
|
48870
|
+
"unit": "px"
|
|
48871
|
+
},
|
|
48872
|
+
"offsetY": {
|
|
48873
|
+
"value": 40,
|
|
48874
|
+
"unit": "px"
|
|
48875
|
+
},
|
|
48876
|
+
"blur": {
|
|
48877
|
+
"value": 80,
|
|
48878
|
+
"unit": "px"
|
|
48879
|
+
},
|
|
48880
|
+
"spread": {
|
|
48881
|
+
"value": 0,
|
|
48882
|
+
"unit": "px"
|
|
48883
|
+
}
|
|
48884
|
+
}
|
|
48885
|
+
],
|
|
48886
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48887
|
+
"isSource": true,
|
|
48888
|
+
"$type": "shadow"
|
|
48889
|
+
},
|
|
48890
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
48891
|
+
"$value": [
|
|
48892
|
+
{
|
|
48893
|
+
"color": "#b7bdc8",
|
|
48894
|
+
"alpha": 1,
|
|
48895
|
+
"offsetX": {
|
|
48896
|
+
"value": 0,
|
|
48897
|
+
"unit": "px"
|
|
48898
|
+
},
|
|
48899
|
+
"offsetY": {
|
|
48900
|
+
"value": 0,
|
|
48901
|
+
"unit": "px"
|
|
48902
|
+
},
|
|
48903
|
+
"blur": {
|
|
48904
|
+
"value": 0,
|
|
48905
|
+
"unit": "px"
|
|
48906
|
+
},
|
|
48907
|
+
"spread": {
|
|
48908
|
+
"value": 1,
|
|
48909
|
+
"unit": "px"
|
|
48910
|
+
}
|
|
48911
|
+
},
|
|
48912
|
+
{
|
|
48913
|
+
"color": "#f0f6fc",
|
|
48914
|
+
"alpha": 0.24,
|
|
48915
|
+
"offsetX": {
|
|
48916
|
+
"value": 0,
|
|
48917
|
+
"unit": "px"
|
|
48918
|
+
},
|
|
48919
|
+
"offsetY": {
|
|
48920
|
+
"value": 40,
|
|
48921
|
+
"unit": "px"
|
|
48922
|
+
},
|
|
48923
|
+
"blur": {
|
|
48924
|
+
"value": 80,
|
|
48925
|
+
"unit": "px"
|
|
48926
|
+
},
|
|
48927
|
+
"spread": {
|
|
48928
|
+
"value": 0,
|
|
48929
|
+
"unit": "px"
|
|
48930
|
+
}
|
|
48931
|
+
}
|
|
48932
|
+
],
|
|
48933
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48934
|
+
"isSource": true,
|
|
48935
|
+
"$type": "shadow"
|
|
48936
|
+
},
|
|
48937
|
+
"light-tritanopia-high-contrast": {
|
|
48938
|
+
"$value": [
|
|
48939
|
+
{
|
|
48940
|
+
"color": "#b7bdc8",
|
|
48941
|
+
"alpha": 1,
|
|
48942
|
+
"offsetX": {
|
|
48943
|
+
"value": 0,
|
|
48944
|
+
"unit": "px"
|
|
48945
|
+
},
|
|
48946
|
+
"offsetY": {
|
|
48947
|
+
"value": 0,
|
|
48948
|
+
"unit": "px"
|
|
48949
|
+
},
|
|
48950
|
+
"blur": {
|
|
48951
|
+
"value": 0,
|
|
48952
|
+
"unit": "px"
|
|
48953
|
+
},
|
|
48954
|
+
"spread": {
|
|
48955
|
+
"value": 1,
|
|
48956
|
+
"unit": "px"
|
|
48957
|
+
}
|
|
48958
|
+
},
|
|
48959
|
+
{
|
|
48960
|
+
"color": "#f0f6fc",
|
|
48961
|
+
"alpha": 0.24,
|
|
48962
|
+
"offsetX": {
|
|
48963
|
+
"value": 0,
|
|
48964
|
+
"unit": "px"
|
|
48965
|
+
},
|
|
48966
|
+
"offsetY": {
|
|
48967
|
+
"value": 40,
|
|
48968
|
+
"unit": "px"
|
|
48969
|
+
},
|
|
48970
|
+
"blur": {
|
|
48971
|
+
"value": 80,
|
|
48972
|
+
"unit": "px"
|
|
48973
|
+
},
|
|
48974
|
+
"spread": {
|
|
48975
|
+
"value": 0,
|
|
48976
|
+
"unit": "px"
|
|
48977
|
+
}
|
|
48978
|
+
}
|
|
48979
|
+
],
|
|
48980
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48981
|
+
"isSource": true,
|
|
48982
|
+
"$type": "shadow"
|
|
47894
48983
|
}
|
|
47895
48984
|
},
|
|
47896
48985
|
"org.primer.llm": {
|
|
@@ -47997,6 +49086,147 @@
|
|
|
47997
49086
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
47998
49087
|
"isSource": true,
|
|
47999
49088
|
"$type": "shadow"
|
|
49089
|
+
},
|
|
49090
|
+
"light-high-contrast": {
|
|
49091
|
+
"$value": [
|
|
49092
|
+
{
|
|
49093
|
+
"color": "{overlay.borderColor}",
|
|
49094
|
+
"alpha": 1,
|
|
49095
|
+
"offsetX": {
|
|
49096
|
+
"value": 0,
|
|
49097
|
+
"unit": "px"
|
|
49098
|
+
},
|
|
49099
|
+
"offsetY": {
|
|
49100
|
+
"value": 0,
|
|
49101
|
+
"unit": "px"
|
|
49102
|
+
},
|
|
49103
|
+
"blur": {
|
|
49104
|
+
"value": 0,
|
|
49105
|
+
"unit": "px"
|
|
49106
|
+
},
|
|
49107
|
+
"spread": {
|
|
49108
|
+
"value": 1,
|
|
49109
|
+
"unit": "px"
|
|
49110
|
+
}
|
|
49111
|
+
},
|
|
49112
|
+
{
|
|
49113
|
+
"color": "{base.color.neutral.12}",
|
|
49114
|
+
"alpha": 0.24,
|
|
49115
|
+
"offsetX": {
|
|
49116
|
+
"value": 0,
|
|
49117
|
+
"unit": "px"
|
|
49118
|
+
},
|
|
49119
|
+
"offsetY": {
|
|
49120
|
+
"value": 40,
|
|
49121
|
+
"unit": "px"
|
|
49122
|
+
},
|
|
49123
|
+
"blur": {
|
|
49124
|
+
"value": 80,
|
|
49125
|
+
"unit": "px"
|
|
49126
|
+
},
|
|
49127
|
+
"spread": {
|
|
49128
|
+
"value": 0,
|
|
49129
|
+
"unit": "px"
|
|
49130
|
+
}
|
|
49131
|
+
}
|
|
49132
|
+
],
|
|
49133
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49134
|
+
"isSource": true,
|
|
49135
|
+
"$type": "shadow"
|
|
49136
|
+
},
|
|
49137
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
49138
|
+
"$value": [
|
|
49139
|
+
{
|
|
49140
|
+
"color": "{overlay.borderColor}",
|
|
49141
|
+
"alpha": 1,
|
|
49142
|
+
"offsetX": {
|
|
49143
|
+
"value": 0,
|
|
49144
|
+
"unit": "px"
|
|
49145
|
+
},
|
|
49146
|
+
"offsetY": {
|
|
49147
|
+
"value": 0,
|
|
49148
|
+
"unit": "px"
|
|
49149
|
+
},
|
|
49150
|
+
"blur": {
|
|
49151
|
+
"value": 0,
|
|
49152
|
+
"unit": "px"
|
|
49153
|
+
},
|
|
49154
|
+
"spread": {
|
|
49155
|
+
"value": 1,
|
|
49156
|
+
"unit": "px"
|
|
49157
|
+
}
|
|
49158
|
+
},
|
|
49159
|
+
{
|
|
49160
|
+
"color": "{base.color.neutral.12}",
|
|
49161
|
+
"alpha": 0.24,
|
|
49162
|
+
"offsetX": {
|
|
49163
|
+
"value": 0,
|
|
49164
|
+
"unit": "px"
|
|
49165
|
+
},
|
|
49166
|
+
"offsetY": {
|
|
49167
|
+
"value": 40,
|
|
49168
|
+
"unit": "px"
|
|
49169
|
+
},
|
|
49170
|
+
"blur": {
|
|
49171
|
+
"value": 80,
|
|
49172
|
+
"unit": "px"
|
|
49173
|
+
},
|
|
49174
|
+
"spread": {
|
|
49175
|
+
"value": 0,
|
|
49176
|
+
"unit": "px"
|
|
49177
|
+
}
|
|
49178
|
+
}
|
|
49179
|
+
],
|
|
49180
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49181
|
+
"isSource": true,
|
|
49182
|
+
"$type": "shadow"
|
|
49183
|
+
},
|
|
49184
|
+
"light-tritanopia-high-contrast": {
|
|
49185
|
+
"$value": [
|
|
49186
|
+
{
|
|
49187
|
+
"color": "{overlay.borderColor}",
|
|
49188
|
+
"alpha": 1,
|
|
49189
|
+
"offsetX": {
|
|
49190
|
+
"value": 0,
|
|
49191
|
+
"unit": "px"
|
|
49192
|
+
},
|
|
49193
|
+
"offsetY": {
|
|
49194
|
+
"value": 0,
|
|
49195
|
+
"unit": "px"
|
|
49196
|
+
},
|
|
49197
|
+
"blur": {
|
|
49198
|
+
"value": 0,
|
|
49199
|
+
"unit": "px"
|
|
49200
|
+
},
|
|
49201
|
+
"spread": {
|
|
49202
|
+
"value": 1,
|
|
49203
|
+
"unit": "px"
|
|
49204
|
+
}
|
|
49205
|
+
},
|
|
49206
|
+
{
|
|
49207
|
+
"color": "{base.color.neutral.12}",
|
|
49208
|
+
"alpha": 0.24,
|
|
49209
|
+
"offsetX": {
|
|
49210
|
+
"value": 0,
|
|
49211
|
+
"unit": "px"
|
|
49212
|
+
},
|
|
49213
|
+
"offsetY": {
|
|
49214
|
+
"value": 40,
|
|
49215
|
+
"unit": "px"
|
|
49216
|
+
},
|
|
49217
|
+
"blur": {
|
|
49218
|
+
"value": 80,
|
|
49219
|
+
"unit": "px"
|
|
49220
|
+
},
|
|
49221
|
+
"spread": {
|
|
49222
|
+
"value": 0,
|
|
49223
|
+
"unit": "px"
|
|
49224
|
+
}
|
|
49225
|
+
}
|
|
49226
|
+
],
|
|
49227
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49228
|
+
"isSource": true,
|
|
49229
|
+
"$type": "shadow"
|
|
48000
49230
|
}
|
|
48001
49231
|
},
|
|
48002
49232
|
"org.primer.llm": {
|
|
@@ -48272,152 +49502,794 @@
|
|
|
48272
49502
|
"value": -12,
|
|
48273
49503
|
"unit": "px"
|
|
48274
49504
|
}
|
|
48275
|
-
},
|
|
48276
|
-
{
|
|
48277
|
-
"color": "#010409",
|
|
48278
|
-
"alpha": 0.4,
|
|
48279
|
-
"offsetX": {
|
|
48280
|
-
"value": 0,
|
|
48281
|
-
"unit": "px"
|
|
49505
|
+
},
|
|
49506
|
+
{
|
|
49507
|
+
"color": "#010409",
|
|
49508
|
+
"alpha": 0.4,
|
|
49509
|
+
"offsetX": {
|
|
49510
|
+
"value": 0,
|
|
49511
|
+
"unit": "px"
|
|
49512
|
+
},
|
|
49513
|
+
"offsetY": {
|
|
49514
|
+
"value": 48,
|
|
49515
|
+
"unit": "px"
|
|
49516
|
+
},
|
|
49517
|
+
"blur": {
|
|
49518
|
+
"value": 96,
|
|
49519
|
+
"unit": "px"
|
|
49520
|
+
},
|
|
49521
|
+
"spread": {
|
|
49522
|
+
"value": -24,
|
|
49523
|
+
"unit": "px"
|
|
49524
|
+
}
|
|
49525
|
+
}
|
|
49526
|
+
],
|
|
49527
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49528
|
+
"isSource": true,
|
|
49529
|
+
"$type": "shadow"
|
|
49530
|
+
},
|
|
49531
|
+
"light-high-contrast": {
|
|
49532
|
+
"$value": [
|
|
49533
|
+
{
|
|
49534
|
+
"color": "#b7bdc8",
|
|
49535
|
+
"alpha": 1,
|
|
49536
|
+
"offsetX": {
|
|
49537
|
+
"value": 0,
|
|
49538
|
+
"unit": "px"
|
|
49539
|
+
},
|
|
49540
|
+
"offsetY": {
|
|
49541
|
+
"value": 0,
|
|
49542
|
+
"unit": "px"
|
|
49543
|
+
},
|
|
49544
|
+
"blur": {
|
|
49545
|
+
"value": 0,
|
|
49546
|
+
"unit": "px"
|
|
49547
|
+
},
|
|
49548
|
+
"spread": {
|
|
49549
|
+
"value": 1,
|
|
49550
|
+
"unit": "px"
|
|
49551
|
+
}
|
|
49552
|
+
},
|
|
49553
|
+
{
|
|
49554
|
+
"color": "#f0f6fc",
|
|
49555
|
+
"alpha": 0.08,
|
|
49556
|
+
"offsetX": {
|
|
49557
|
+
"value": 0,
|
|
49558
|
+
"unit": "px"
|
|
49559
|
+
},
|
|
49560
|
+
"offsetY": {
|
|
49561
|
+
"value": 8,
|
|
49562
|
+
"unit": "px"
|
|
49563
|
+
},
|
|
49564
|
+
"blur": {
|
|
49565
|
+
"value": 16,
|
|
49566
|
+
"unit": "px"
|
|
49567
|
+
},
|
|
49568
|
+
"spread": {
|
|
49569
|
+
"value": -4,
|
|
49570
|
+
"unit": "px"
|
|
49571
|
+
}
|
|
49572
|
+
},
|
|
49573
|
+
{
|
|
49574
|
+
"color": "#f0f6fc",
|
|
49575
|
+
"alpha": 0.08,
|
|
49576
|
+
"offsetX": {
|
|
49577
|
+
"value": 0,
|
|
49578
|
+
"unit": "px"
|
|
49579
|
+
},
|
|
49580
|
+
"offsetY": {
|
|
49581
|
+
"value": 4,
|
|
49582
|
+
"unit": "px"
|
|
49583
|
+
},
|
|
49584
|
+
"blur": {
|
|
49585
|
+
"value": 32,
|
|
49586
|
+
"unit": "px"
|
|
49587
|
+
},
|
|
49588
|
+
"spread": {
|
|
49589
|
+
"value": -4,
|
|
49590
|
+
"unit": "px"
|
|
49591
|
+
}
|
|
49592
|
+
},
|
|
49593
|
+
{
|
|
49594
|
+
"color": "#f0f6fc",
|
|
49595
|
+
"alpha": 0.08,
|
|
49596
|
+
"offsetX": {
|
|
49597
|
+
"value": 0,
|
|
49598
|
+
"unit": "px"
|
|
49599
|
+
},
|
|
49600
|
+
"offsetY": {
|
|
49601
|
+
"value": 24,
|
|
49602
|
+
"unit": "px"
|
|
49603
|
+
},
|
|
49604
|
+
"blur": {
|
|
49605
|
+
"value": 48,
|
|
49606
|
+
"unit": "px"
|
|
49607
|
+
},
|
|
49608
|
+
"spread": {
|
|
49609
|
+
"value": -12,
|
|
49610
|
+
"unit": "px"
|
|
49611
|
+
}
|
|
49612
|
+
},
|
|
49613
|
+
{
|
|
49614
|
+
"color": "#f0f6fc",
|
|
49615
|
+
"alpha": 0.08,
|
|
49616
|
+
"offsetX": {
|
|
49617
|
+
"value": 0,
|
|
49618
|
+
"unit": "px"
|
|
49619
|
+
},
|
|
49620
|
+
"offsetY": {
|
|
49621
|
+
"value": 48,
|
|
49622
|
+
"unit": "px"
|
|
49623
|
+
},
|
|
49624
|
+
"blur": {
|
|
49625
|
+
"value": 96,
|
|
49626
|
+
"unit": "px"
|
|
49627
|
+
},
|
|
49628
|
+
"spread": {
|
|
49629
|
+
"value": -24,
|
|
49630
|
+
"unit": "px"
|
|
49631
|
+
}
|
|
49632
|
+
}
|
|
49633
|
+
],
|
|
49634
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49635
|
+
"isSource": true,
|
|
49636
|
+
"$type": "shadow"
|
|
49637
|
+
},
|
|
49638
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
49639
|
+
"$value": [
|
|
49640
|
+
{
|
|
49641
|
+
"color": "#b7bdc8",
|
|
49642
|
+
"alpha": 1,
|
|
49643
|
+
"offsetX": {
|
|
49644
|
+
"value": 0,
|
|
49645
|
+
"unit": "px"
|
|
49646
|
+
},
|
|
49647
|
+
"offsetY": {
|
|
49648
|
+
"value": 0,
|
|
49649
|
+
"unit": "px"
|
|
49650
|
+
},
|
|
49651
|
+
"blur": {
|
|
49652
|
+
"value": 0,
|
|
49653
|
+
"unit": "px"
|
|
49654
|
+
},
|
|
49655
|
+
"spread": {
|
|
49656
|
+
"value": 1,
|
|
49657
|
+
"unit": "px"
|
|
49658
|
+
}
|
|
49659
|
+
},
|
|
49660
|
+
{
|
|
49661
|
+
"color": "#f0f6fc",
|
|
49662
|
+
"alpha": 0.08,
|
|
49663
|
+
"offsetX": {
|
|
49664
|
+
"value": 0,
|
|
49665
|
+
"unit": "px"
|
|
49666
|
+
},
|
|
49667
|
+
"offsetY": {
|
|
49668
|
+
"value": 8,
|
|
49669
|
+
"unit": "px"
|
|
49670
|
+
},
|
|
49671
|
+
"blur": {
|
|
49672
|
+
"value": 16,
|
|
49673
|
+
"unit": "px"
|
|
49674
|
+
},
|
|
49675
|
+
"spread": {
|
|
49676
|
+
"value": -4,
|
|
49677
|
+
"unit": "px"
|
|
49678
|
+
}
|
|
49679
|
+
},
|
|
49680
|
+
{
|
|
49681
|
+
"color": "#f0f6fc",
|
|
49682
|
+
"alpha": 0.08,
|
|
49683
|
+
"offsetX": {
|
|
49684
|
+
"value": 0,
|
|
49685
|
+
"unit": "px"
|
|
49686
|
+
},
|
|
49687
|
+
"offsetY": {
|
|
49688
|
+
"value": 4,
|
|
49689
|
+
"unit": "px"
|
|
49690
|
+
},
|
|
49691
|
+
"blur": {
|
|
49692
|
+
"value": 32,
|
|
49693
|
+
"unit": "px"
|
|
49694
|
+
},
|
|
49695
|
+
"spread": {
|
|
49696
|
+
"value": -4,
|
|
49697
|
+
"unit": "px"
|
|
49698
|
+
}
|
|
49699
|
+
},
|
|
49700
|
+
{
|
|
49701
|
+
"color": "#f0f6fc",
|
|
49702
|
+
"alpha": 0.08,
|
|
49703
|
+
"offsetX": {
|
|
49704
|
+
"value": 0,
|
|
49705
|
+
"unit": "px"
|
|
49706
|
+
},
|
|
49707
|
+
"offsetY": {
|
|
49708
|
+
"value": 24,
|
|
49709
|
+
"unit": "px"
|
|
49710
|
+
},
|
|
49711
|
+
"blur": {
|
|
49712
|
+
"value": 48,
|
|
49713
|
+
"unit": "px"
|
|
49714
|
+
},
|
|
49715
|
+
"spread": {
|
|
49716
|
+
"value": -12,
|
|
49717
|
+
"unit": "px"
|
|
49718
|
+
}
|
|
49719
|
+
},
|
|
49720
|
+
{
|
|
49721
|
+
"color": "#f0f6fc",
|
|
49722
|
+
"alpha": 0.08,
|
|
49723
|
+
"offsetX": {
|
|
49724
|
+
"value": 0,
|
|
49725
|
+
"unit": "px"
|
|
49726
|
+
},
|
|
49727
|
+
"offsetY": {
|
|
49728
|
+
"value": 48,
|
|
49729
|
+
"unit": "px"
|
|
49730
|
+
},
|
|
49731
|
+
"blur": {
|
|
49732
|
+
"value": 96,
|
|
49733
|
+
"unit": "px"
|
|
49734
|
+
},
|
|
49735
|
+
"spread": {
|
|
49736
|
+
"value": -24,
|
|
49737
|
+
"unit": "px"
|
|
49738
|
+
}
|
|
49739
|
+
}
|
|
49740
|
+
],
|
|
49741
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49742
|
+
"isSource": true,
|
|
49743
|
+
"$type": "shadow"
|
|
49744
|
+
},
|
|
49745
|
+
"light-tritanopia-high-contrast": {
|
|
49746
|
+
"$value": [
|
|
49747
|
+
{
|
|
49748
|
+
"color": "#b7bdc8",
|
|
49749
|
+
"alpha": 1,
|
|
49750
|
+
"offsetX": {
|
|
49751
|
+
"value": 0,
|
|
49752
|
+
"unit": "px"
|
|
49753
|
+
},
|
|
49754
|
+
"offsetY": {
|
|
49755
|
+
"value": 0,
|
|
49756
|
+
"unit": "px"
|
|
49757
|
+
},
|
|
49758
|
+
"blur": {
|
|
49759
|
+
"value": 0,
|
|
49760
|
+
"unit": "px"
|
|
49761
|
+
},
|
|
49762
|
+
"spread": {
|
|
49763
|
+
"value": 1,
|
|
49764
|
+
"unit": "px"
|
|
49765
|
+
}
|
|
49766
|
+
},
|
|
49767
|
+
{
|
|
49768
|
+
"color": "#f0f6fc",
|
|
49769
|
+
"alpha": 0.08,
|
|
49770
|
+
"offsetX": {
|
|
49771
|
+
"value": 0,
|
|
49772
|
+
"unit": "px"
|
|
49773
|
+
},
|
|
49774
|
+
"offsetY": {
|
|
49775
|
+
"value": 8,
|
|
49776
|
+
"unit": "px"
|
|
49777
|
+
},
|
|
49778
|
+
"blur": {
|
|
49779
|
+
"value": 16,
|
|
49780
|
+
"unit": "px"
|
|
49781
|
+
},
|
|
49782
|
+
"spread": {
|
|
49783
|
+
"value": -4,
|
|
49784
|
+
"unit": "px"
|
|
49785
|
+
}
|
|
49786
|
+
},
|
|
49787
|
+
{
|
|
49788
|
+
"color": "#f0f6fc",
|
|
49789
|
+
"alpha": 0.08,
|
|
49790
|
+
"offsetX": {
|
|
49791
|
+
"value": 0,
|
|
49792
|
+
"unit": "px"
|
|
49793
|
+
},
|
|
49794
|
+
"offsetY": {
|
|
49795
|
+
"value": 4,
|
|
49796
|
+
"unit": "px"
|
|
49797
|
+
},
|
|
49798
|
+
"blur": {
|
|
49799
|
+
"value": 32,
|
|
49800
|
+
"unit": "px"
|
|
49801
|
+
},
|
|
49802
|
+
"spread": {
|
|
49803
|
+
"value": -4,
|
|
49804
|
+
"unit": "px"
|
|
49805
|
+
}
|
|
49806
|
+
},
|
|
49807
|
+
{
|
|
49808
|
+
"color": "#f0f6fc",
|
|
49809
|
+
"alpha": 0.08,
|
|
49810
|
+
"offsetX": {
|
|
49811
|
+
"value": 0,
|
|
49812
|
+
"unit": "px"
|
|
49813
|
+
},
|
|
49814
|
+
"offsetY": {
|
|
49815
|
+
"value": 24,
|
|
49816
|
+
"unit": "px"
|
|
49817
|
+
},
|
|
49818
|
+
"blur": {
|
|
49819
|
+
"value": 48,
|
|
49820
|
+
"unit": "px"
|
|
49821
|
+
},
|
|
49822
|
+
"spread": {
|
|
49823
|
+
"value": -12,
|
|
49824
|
+
"unit": "px"
|
|
49825
|
+
}
|
|
49826
|
+
},
|
|
49827
|
+
{
|
|
49828
|
+
"color": "#f0f6fc",
|
|
49829
|
+
"alpha": 0.08,
|
|
49830
|
+
"offsetX": {
|
|
49831
|
+
"value": 0,
|
|
49832
|
+
"unit": "px"
|
|
49833
|
+
},
|
|
49834
|
+
"offsetY": {
|
|
49835
|
+
"value": 48,
|
|
49836
|
+
"unit": "px"
|
|
49837
|
+
},
|
|
49838
|
+
"blur": {
|
|
49839
|
+
"value": 96,
|
|
49840
|
+
"unit": "px"
|
|
49841
|
+
},
|
|
49842
|
+
"spread": {
|
|
49843
|
+
"value": -24,
|
|
49844
|
+
"unit": "px"
|
|
49845
|
+
}
|
|
49846
|
+
}
|
|
49847
|
+
],
|
|
49848
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49849
|
+
"isSource": true,
|
|
49850
|
+
"$type": "shadow"
|
|
49851
|
+
}
|
|
49852
|
+
},
|
|
49853
|
+
"org.primer.llm": {
|
|
49854
|
+
"usage": ["popover", "action-menu", "select-panel", "autocomplete"],
|
|
49855
|
+
"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."
|
|
49856
|
+
}
|
|
49857
|
+
},
|
|
49858
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49859
|
+
"isSource": true,
|
|
49860
|
+
"original": {
|
|
49861
|
+
"$value": [
|
|
49862
|
+
{
|
|
49863
|
+
"color": "{overlay.borderColor}",
|
|
49864
|
+
"alpha": 1,
|
|
49865
|
+
"offsetX": {
|
|
49866
|
+
"value": 0,
|
|
49867
|
+
"unit": "px"
|
|
49868
|
+
},
|
|
49869
|
+
"offsetY": {
|
|
49870
|
+
"value": 0,
|
|
49871
|
+
"unit": "px"
|
|
49872
|
+
},
|
|
49873
|
+
"blur": {
|
|
49874
|
+
"value": 0,
|
|
49875
|
+
"unit": "px"
|
|
49876
|
+
},
|
|
49877
|
+
"spread": {
|
|
49878
|
+
"value": 1,
|
|
49879
|
+
"unit": "px"
|
|
49880
|
+
}
|
|
49881
|
+
},
|
|
49882
|
+
{
|
|
49883
|
+
"color": "{base.color.neutral.0}",
|
|
49884
|
+
"alpha": 0.4,
|
|
49885
|
+
"offsetX": {
|
|
49886
|
+
"value": 0,
|
|
49887
|
+
"unit": "px"
|
|
49888
|
+
},
|
|
49889
|
+
"offsetY": {
|
|
49890
|
+
"value": 8,
|
|
49891
|
+
"unit": "px"
|
|
49892
|
+
},
|
|
49893
|
+
"blur": {
|
|
49894
|
+
"value": 16,
|
|
49895
|
+
"unit": "px"
|
|
49896
|
+
},
|
|
49897
|
+
"spread": {
|
|
49898
|
+
"value": -4,
|
|
49899
|
+
"unit": "px"
|
|
49900
|
+
}
|
|
49901
|
+
},
|
|
49902
|
+
{
|
|
49903
|
+
"color": "{base.color.neutral.0}",
|
|
49904
|
+
"alpha": 0.4,
|
|
49905
|
+
"offsetX": {
|
|
49906
|
+
"value": 0,
|
|
49907
|
+
"unit": "px"
|
|
49908
|
+
},
|
|
49909
|
+
"offsetY": {
|
|
49910
|
+
"value": 4,
|
|
49911
|
+
"unit": "px"
|
|
49912
|
+
},
|
|
49913
|
+
"blur": {
|
|
49914
|
+
"value": 32,
|
|
49915
|
+
"unit": "px"
|
|
49916
|
+
},
|
|
49917
|
+
"spread": {
|
|
49918
|
+
"value": -4,
|
|
49919
|
+
"unit": "px"
|
|
49920
|
+
}
|
|
49921
|
+
},
|
|
49922
|
+
{
|
|
49923
|
+
"color": "{base.color.neutral.0}",
|
|
49924
|
+
"alpha": 0.4,
|
|
49925
|
+
"offsetX": {
|
|
49926
|
+
"value": 0,
|
|
49927
|
+
"unit": "px"
|
|
49928
|
+
},
|
|
49929
|
+
"offsetY": {
|
|
49930
|
+
"value": 24,
|
|
49931
|
+
"unit": "px"
|
|
49932
|
+
},
|
|
49933
|
+
"blur": {
|
|
49934
|
+
"value": 48,
|
|
49935
|
+
"unit": "px"
|
|
49936
|
+
},
|
|
49937
|
+
"spread": {
|
|
49938
|
+
"value": -12,
|
|
49939
|
+
"unit": "px"
|
|
49940
|
+
}
|
|
49941
|
+
},
|
|
49942
|
+
{
|
|
49943
|
+
"color": "{base.color.neutral.0}",
|
|
49944
|
+
"alpha": 0.4,
|
|
49945
|
+
"offsetX": {
|
|
49946
|
+
"value": 0,
|
|
49947
|
+
"unit": "px"
|
|
49948
|
+
},
|
|
49949
|
+
"offsetY": {
|
|
49950
|
+
"value": 48,
|
|
49951
|
+
"unit": "px"
|
|
49952
|
+
},
|
|
49953
|
+
"blur": {
|
|
49954
|
+
"value": 96,
|
|
49955
|
+
"unit": "px"
|
|
49956
|
+
},
|
|
49957
|
+
"spread": {
|
|
49958
|
+
"value": -24,
|
|
49959
|
+
"unit": "px"
|
|
49960
|
+
}
|
|
49961
|
+
}
|
|
49962
|
+
],
|
|
49963
|
+
"$type": "shadow",
|
|
49964
|
+
"$description": "Medium floating shadow for popovers and action menus",
|
|
49965
|
+
"$extensions": {
|
|
49966
|
+
"org.primer.figma": {
|
|
49967
|
+
"collection": "mode",
|
|
49968
|
+
"group": "shadow"
|
|
49969
|
+
},
|
|
49970
|
+
"org.primer.overrides": {
|
|
49971
|
+
"dark": {
|
|
49972
|
+
"$value": [
|
|
49973
|
+
{
|
|
49974
|
+
"color": "{overlay.borderColor}",
|
|
49975
|
+
"alpha": 1,
|
|
49976
|
+
"offsetX": {
|
|
49977
|
+
"value": 0,
|
|
49978
|
+
"unit": "px"
|
|
49979
|
+
},
|
|
49980
|
+
"offsetY": {
|
|
49981
|
+
"value": 0,
|
|
49982
|
+
"unit": "px"
|
|
49983
|
+
},
|
|
49984
|
+
"blur": {
|
|
49985
|
+
"value": 0,
|
|
49986
|
+
"unit": "px"
|
|
49987
|
+
},
|
|
49988
|
+
"spread": {
|
|
49989
|
+
"value": 1,
|
|
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": 8,
|
|
50002
|
+
"unit": "px"
|
|
50003
|
+
},
|
|
50004
|
+
"blur": {
|
|
50005
|
+
"value": 16,
|
|
50006
|
+
"unit": "px"
|
|
50007
|
+
},
|
|
50008
|
+
"spread": {
|
|
50009
|
+
"value": -4,
|
|
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": 4,
|
|
50022
|
+
"unit": "px"
|
|
50023
|
+
},
|
|
50024
|
+
"blur": {
|
|
50025
|
+
"value": 32,
|
|
50026
|
+
"unit": "px"
|
|
50027
|
+
},
|
|
50028
|
+
"spread": {
|
|
50029
|
+
"value": -4,
|
|
50030
|
+
"unit": "px"
|
|
50031
|
+
}
|
|
50032
|
+
},
|
|
50033
|
+
{
|
|
50034
|
+
"color": "{base.color.neutral.0}",
|
|
50035
|
+
"alpha": 0.4,
|
|
50036
|
+
"offsetX": {
|
|
50037
|
+
"value": 0,
|
|
50038
|
+
"unit": "px"
|
|
50039
|
+
},
|
|
50040
|
+
"offsetY": {
|
|
50041
|
+
"value": 24,
|
|
50042
|
+
"unit": "px"
|
|
50043
|
+
},
|
|
50044
|
+
"blur": {
|
|
50045
|
+
"value": 48,
|
|
50046
|
+
"unit": "px"
|
|
50047
|
+
},
|
|
50048
|
+
"spread": {
|
|
50049
|
+
"value": -12,
|
|
50050
|
+
"unit": "px"
|
|
50051
|
+
}
|
|
50052
|
+
},
|
|
50053
|
+
{
|
|
50054
|
+
"color": "{base.color.neutral.0}",
|
|
50055
|
+
"alpha": 0.4,
|
|
50056
|
+
"offsetX": {
|
|
50057
|
+
"value": 0,
|
|
50058
|
+
"unit": "px"
|
|
50059
|
+
},
|
|
50060
|
+
"offsetY": {
|
|
50061
|
+
"value": 48,
|
|
50062
|
+
"unit": "px"
|
|
50063
|
+
},
|
|
50064
|
+
"blur": {
|
|
50065
|
+
"value": 96,
|
|
50066
|
+
"unit": "px"
|
|
50067
|
+
},
|
|
50068
|
+
"spread": {
|
|
50069
|
+
"value": -24,
|
|
50070
|
+
"unit": "px"
|
|
50071
|
+
}
|
|
50072
|
+
}
|
|
50073
|
+
],
|
|
50074
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50075
|
+
"isSource": true,
|
|
50076
|
+
"$type": "shadow"
|
|
50077
|
+
},
|
|
50078
|
+
"light-high-contrast": {
|
|
50079
|
+
"$value": [
|
|
50080
|
+
{
|
|
50081
|
+
"color": "{overlay.borderColor}",
|
|
50082
|
+
"alpha": 1,
|
|
50083
|
+
"offsetX": {
|
|
50084
|
+
"value": 0,
|
|
50085
|
+
"unit": "px"
|
|
50086
|
+
},
|
|
50087
|
+
"offsetY": {
|
|
50088
|
+
"value": 0,
|
|
50089
|
+
"unit": "px"
|
|
50090
|
+
},
|
|
50091
|
+
"blur": {
|
|
50092
|
+
"value": 0,
|
|
50093
|
+
"unit": "px"
|
|
50094
|
+
},
|
|
50095
|
+
"spread": {
|
|
50096
|
+
"value": 1,
|
|
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": 8,
|
|
50109
|
+
"unit": "px"
|
|
50110
|
+
},
|
|
50111
|
+
"blur": {
|
|
50112
|
+
"value": 16,
|
|
50113
|
+
"unit": "px"
|
|
50114
|
+
},
|
|
50115
|
+
"spread": {
|
|
50116
|
+
"value": -4,
|
|
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": 4,
|
|
50129
|
+
"unit": "px"
|
|
50130
|
+
},
|
|
50131
|
+
"blur": {
|
|
50132
|
+
"value": 32,
|
|
50133
|
+
"unit": "px"
|
|
50134
|
+
},
|
|
50135
|
+
"spread": {
|
|
50136
|
+
"value": -4,
|
|
50137
|
+
"unit": "px"
|
|
50138
|
+
}
|
|
50139
|
+
},
|
|
50140
|
+
{
|
|
50141
|
+
"color": "{base.color.neutral.12}",
|
|
50142
|
+
"alpha": 0.08,
|
|
50143
|
+
"offsetX": {
|
|
50144
|
+
"value": 0,
|
|
50145
|
+
"unit": "px"
|
|
50146
|
+
},
|
|
50147
|
+
"offsetY": {
|
|
50148
|
+
"value": 24,
|
|
50149
|
+
"unit": "px"
|
|
50150
|
+
},
|
|
50151
|
+
"blur": {
|
|
50152
|
+
"value": 48,
|
|
50153
|
+
"unit": "px"
|
|
50154
|
+
},
|
|
50155
|
+
"spread": {
|
|
50156
|
+
"value": -12,
|
|
50157
|
+
"unit": "px"
|
|
50158
|
+
}
|
|
50159
|
+
},
|
|
50160
|
+
{
|
|
50161
|
+
"color": "{base.color.neutral.12}",
|
|
50162
|
+
"alpha": 0.08,
|
|
50163
|
+
"offsetX": {
|
|
50164
|
+
"value": 0,
|
|
50165
|
+
"unit": "px"
|
|
50166
|
+
},
|
|
50167
|
+
"offsetY": {
|
|
50168
|
+
"value": 48,
|
|
50169
|
+
"unit": "px"
|
|
50170
|
+
},
|
|
50171
|
+
"blur": {
|
|
50172
|
+
"value": 96,
|
|
50173
|
+
"unit": "px"
|
|
50174
|
+
},
|
|
50175
|
+
"spread": {
|
|
50176
|
+
"value": -24,
|
|
50177
|
+
"unit": "px"
|
|
50178
|
+
}
|
|
50179
|
+
}
|
|
50180
|
+
],
|
|
50181
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50182
|
+
"isSource": true,
|
|
50183
|
+
"$type": "shadow"
|
|
50184
|
+
},
|
|
50185
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
50186
|
+
"$value": [
|
|
50187
|
+
{
|
|
50188
|
+
"color": "{overlay.borderColor}",
|
|
50189
|
+
"alpha": 1,
|
|
50190
|
+
"offsetX": {
|
|
50191
|
+
"value": 0,
|
|
50192
|
+
"unit": "px"
|
|
50193
|
+
},
|
|
50194
|
+
"offsetY": {
|
|
50195
|
+
"value": 0,
|
|
50196
|
+
"unit": "px"
|
|
50197
|
+
},
|
|
50198
|
+
"blur": {
|
|
50199
|
+
"value": 0,
|
|
50200
|
+
"unit": "px"
|
|
50201
|
+
},
|
|
50202
|
+
"spread": {
|
|
50203
|
+
"value": 1,
|
|
50204
|
+
"unit": "px"
|
|
50205
|
+
}
|
|
48282
50206
|
},
|
|
48283
|
-
|
|
48284
|
-
"
|
|
48285
|
-
"
|
|
50207
|
+
{
|
|
50208
|
+
"color": "{base.color.neutral.12}",
|
|
50209
|
+
"alpha": 0.08,
|
|
50210
|
+
"offsetX": {
|
|
50211
|
+
"value": 0,
|
|
50212
|
+
"unit": "px"
|
|
50213
|
+
},
|
|
50214
|
+
"offsetY": {
|
|
50215
|
+
"value": 8,
|
|
50216
|
+
"unit": "px"
|
|
50217
|
+
},
|
|
50218
|
+
"blur": {
|
|
50219
|
+
"value": 16,
|
|
50220
|
+
"unit": "px"
|
|
50221
|
+
},
|
|
50222
|
+
"spread": {
|
|
50223
|
+
"value": -4,
|
|
50224
|
+
"unit": "px"
|
|
50225
|
+
}
|
|
48286
50226
|
},
|
|
48287
|
-
|
|
48288
|
-
"
|
|
48289
|
-
"
|
|
50227
|
+
{
|
|
50228
|
+
"color": "{base.color.neutral.12}",
|
|
50229
|
+
"alpha": 0.08,
|
|
50230
|
+
"offsetX": {
|
|
50231
|
+
"value": 0,
|
|
50232
|
+
"unit": "px"
|
|
50233
|
+
},
|
|
50234
|
+
"offsetY": {
|
|
50235
|
+
"value": 4,
|
|
50236
|
+
"unit": "px"
|
|
50237
|
+
},
|
|
50238
|
+
"blur": {
|
|
50239
|
+
"value": 32,
|
|
50240
|
+
"unit": "px"
|
|
50241
|
+
},
|
|
50242
|
+
"spread": {
|
|
50243
|
+
"value": -4,
|
|
50244
|
+
"unit": "px"
|
|
50245
|
+
}
|
|
48290
50246
|
},
|
|
48291
|
-
|
|
48292
|
-
"
|
|
48293
|
-
"
|
|
50247
|
+
{
|
|
50248
|
+
"color": "{base.color.neutral.12}",
|
|
50249
|
+
"alpha": 0.08,
|
|
50250
|
+
"offsetX": {
|
|
50251
|
+
"value": 0,
|
|
50252
|
+
"unit": "px"
|
|
50253
|
+
},
|
|
50254
|
+
"offsetY": {
|
|
50255
|
+
"value": 24,
|
|
50256
|
+
"unit": "px"
|
|
50257
|
+
},
|
|
50258
|
+
"blur": {
|
|
50259
|
+
"value": 48,
|
|
50260
|
+
"unit": "px"
|
|
50261
|
+
},
|
|
50262
|
+
"spread": {
|
|
50263
|
+
"value": -12,
|
|
50264
|
+
"unit": "px"
|
|
50265
|
+
}
|
|
50266
|
+
},
|
|
50267
|
+
{
|
|
50268
|
+
"color": "{base.color.neutral.12}",
|
|
50269
|
+
"alpha": 0.08,
|
|
50270
|
+
"offsetX": {
|
|
50271
|
+
"value": 0,
|
|
50272
|
+
"unit": "px"
|
|
50273
|
+
},
|
|
50274
|
+
"offsetY": {
|
|
50275
|
+
"value": 48,
|
|
50276
|
+
"unit": "px"
|
|
50277
|
+
},
|
|
50278
|
+
"blur": {
|
|
50279
|
+
"value": 96,
|
|
50280
|
+
"unit": "px"
|
|
50281
|
+
},
|
|
50282
|
+
"spread": {
|
|
50283
|
+
"value": -24,
|
|
50284
|
+
"unit": "px"
|
|
50285
|
+
}
|
|
48294
50286
|
}
|
|
48295
|
-
|
|
48296
|
-
|
|
48297
|
-
|
|
48298
|
-
|
|
48299
|
-
"$type": "shadow"
|
|
48300
|
-
}
|
|
48301
|
-
},
|
|
48302
|
-
"org.primer.llm": {
|
|
48303
|
-
"usage": ["popover", "action-menu", "select-panel", "autocomplete"],
|
|
48304
|
-
"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."
|
|
48305
|
-
}
|
|
48306
|
-
},
|
|
48307
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48308
|
-
"isSource": true,
|
|
48309
|
-
"original": {
|
|
48310
|
-
"$value": [
|
|
48311
|
-
{
|
|
48312
|
-
"color": "{overlay.borderColor}",
|
|
48313
|
-
"alpha": 1,
|
|
48314
|
-
"offsetX": {
|
|
48315
|
-
"value": 0,
|
|
48316
|
-
"unit": "px"
|
|
48317
|
-
},
|
|
48318
|
-
"offsetY": {
|
|
48319
|
-
"value": 0,
|
|
48320
|
-
"unit": "px"
|
|
48321
|
-
},
|
|
48322
|
-
"blur": {
|
|
48323
|
-
"value": 0,
|
|
48324
|
-
"unit": "px"
|
|
48325
|
-
},
|
|
48326
|
-
"spread": {
|
|
48327
|
-
"value": 1,
|
|
48328
|
-
"unit": "px"
|
|
48329
|
-
}
|
|
48330
|
-
},
|
|
48331
|
-
{
|
|
48332
|
-
"color": "{base.color.neutral.0}",
|
|
48333
|
-
"alpha": 0.4,
|
|
48334
|
-
"offsetX": {
|
|
48335
|
-
"value": 0,
|
|
48336
|
-
"unit": "px"
|
|
48337
|
-
},
|
|
48338
|
-
"offsetY": {
|
|
48339
|
-
"value": 8,
|
|
48340
|
-
"unit": "px"
|
|
48341
|
-
},
|
|
48342
|
-
"blur": {
|
|
48343
|
-
"value": 16,
|
|
48344
|
-
"unit": "px"
|
|
48345
|
-
},
|
|
48346
|
-
"spread": {
|
|
48347
|
-
"value": -4,
|
|
48348
|
-
"unit": "px"
|
|
48349
|
-
}
|
|
48350
|
-
},
|
|
48351
|
-
{
|
|
48352
|
-
"color": "{base.color.neutral.0}",
|
|
48353
|
-
"alpha": 0.4,
|
|
48354
|
-
"offsetX": {
|
|
48355
|
-
"value": 0,
|
|
48356
|
-
"unit": "px"
|
|
48357
|
-
},
|
|
48358
|
-
"offsetY": {
|
|
48359
|
-
"value": 4,
|
|
48360
|
-
"unit": "px"
|
|
48361
|
-
},
|
|
48362
|
-
"blur": {
|
|
48363
|
-
"value": 32,
|
|
48364
|
-
"unit": "px"
|
|
48365
|
-
},
|
|
48366
|
-
"spread": {
|
|
48367
|
-
"value": -4,
|
|
48368
|
-
"unit": "px"
|
|
48369
|
-
}
|
|
48370
|
-
},
|
|
48371
|
-
{
|
|
48372
|
-
"color": "{base.color.neutral.0}",
|
|
48373
|
-
"alpha": 0.4,
|
|
48374
|
-
"offsetX": {
|
|
48375
|
-
"value": 0,
|
|
48376
|
-
"unit": "px"
|
|
48377
|
-
},
|
|
48378
|
-
"offsetY": {
|
|
48379
|
-
"value": 24,
|
|
48380
|
-
"unit": "px"
|
|
48381
|
-
},
|
|
48382
|
-
"blur": {
|
|
48383
|
-
"value": 48,
|
|
48384
|
-
"unit": "px"
|
|
48385
|
-
},
|
|
48386
|
-
"spread": {
|
|
48387
|
-
"value": -12,
|
|
48388
|
-
"unit": "px"
|
|
48389
|
-
}
|
|
48390
|
-
},
|
|
48391
|
-
{
|
|
48392
|
-
"color": "{base.color.neutral.0}",
|
|
48393
|
-
"alpha": 0.4,
|
|
48394
|
-
"offsetX": {
|
|
48395
|
-
"value": 0,
|
|
48396
|
-
"unit": "px"
|
|
48397
|
-
},
|
|
48398
|
-
"offsetY": {
|
|
48399
|
-
"value": 48,
|
|
48400
|
-
"unit": "px"
|
|
48401
|
-
},
|
|
48402
|
-
"blur": {
|
|
48403
|
-
"value": 96,
|
|
48404
|
-
"unit": "px"
|
|
50287
|
+
],
|
|
50288
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50289
|
+
"isSource": true,
|
|
50290
|
+
"$type": "shadow"
|
|
48405
50291
|
},
|
|
48406
|
-
"
|
|
48407
|
-
"value": -24,
|
|
48408
|
-
"unit": "px"
|
|
48409
|
-
}
|
|
48410
|
-
}
|
|
48411
|
-
],
|
|
48412
|
-
"$type": "shadow",
|
|
48413
|
-
"$description": "Medium floating shadow for popovers and action menus",
|
|
48414
|
-
"$extensions": {
|
|
48415
|
-
"org.primer.figma": {
|
|
48416
|
-
"collection": "mode",
|
|
48417
|
-
"group": "shadow"
|
|
48418
|
-
},
|
|
48419
|
-
"org.primer.overrides": {
|
|
48420
|
-
"dark": {
|
|
50292
|
+
"light-tritanopia-high-contrast": {
|
|
48421
50293
|
"$value": [
|
|
48422
50294
|
{
|
|
48423
50295
|
"color": "{overlay.borderColor}",
|
|
@@ -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"
|
|
@@ -48480,8 +50352,8 @@
|
|
|
48480
50352
|
}
|
|
48481
50353
|
},
|
|
48482
50354
|
{
|
|
48483
|
-
"color": "{base.color.neutral.
|
|
48484
|
-
"alpha": 0.
|
|
50355
|
+
"color": "{base.color.neutral.12}",
|
|
50356
|
+
"alpha": 0.08,
|
|
48485
50357
|
"offsetX": {
|
|
48486
50358
|
"value": 0,
|
|
48487
50359
|
"unit": "px"
|
|
@@ -48500,8 +50372,8 @@
|
|
|
48500
50372
|
}
|
|
48501
50373
|
},
|
|
48502
50374
|
{
|
|
48503
|
-
"color": "{base.color.neutral.
|
|
48504
|
-
"alpha": 0.
|
|
50375
|
+
"color": "{base.color.neutral.12}",
|
|
50376
|
+
"alpha": 0.08,
|
|
48505
50377
|
"offsetX": {
|
|
48506
50378
|
"value": 0,
|
|
48507
50379
|
"unit": "px"
|
|
@@ -48829,6 +50701,147 @@
|
|
|
48829
50701
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48830
50702
|
"isSource": true,
|
|
48831
50703
|
"$type": "shadow"
|
|
50704
|
+
},
|
|
50705
|
+
"light-high-contrast": {
|
|
50706
|
+
"$value": [
|
|
50707
|
+
{
|
|
50708
|
+
"color": "#b7bdc8",
|
|
50709
|
+
"alpha": 1,
|
|
50710
|
+
"offsetX": {
|
|
50711
|
+
"value": 0,
|
|
50712
|
+
"unit": "px"
|
|
50713
|
+
},
|
|
50714
|
+
"offsetY": {
|
|
50715
|
+
"value": 0,
|
|
50716
|
+
"unit": "px"
|
|
50717
|
+
},
|
|
50718
|
+
"blur": {
|
|
50719
|
+
"value": 0,
|
|
50720
|
+
"unit": "px"
|
|
50721
|
+
},
|
|
50722
|
+
"spread": {
|
|
50723
|
+
"value": 1,
|
|
50724
|
+
"unit": "px"
|
|
50725
|
+
}
|
|
50726
|
+
},
|
|
50727
|
+
{
|
|
50728
|
+
"color": "#f0f6fc",
|
|
50729
|
+
"alpha": 0.32,
|
|
50730
|
+
"offsetX": {
|
|
50731
|
+
"value": 0,
|
|
50732
|
+
"unit": "px"
|
|
50733
|
+
},
|
|
50734
|
+
"offsetY": {
|
|
50735
|
+
"value": 56,
|
|
50736
|
+
"unit": "px"
|
|
50737
|
+
},
|
|
50738
|
+
"blur": {
|
|
50739
|
+
"value": 112,
|
|
50740
|
+
"unit": "px"
|
|
50741
|
+
},
|
|
50742
|
+
"spread": {
|
|
50743
|
+
"value": 0,
|
|
50744
|
+
"unit": "px"
|
|
50745
|
+
}
|
|
50746
|
+
}
|
|
50747
|
+
],
|
|
50748
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50749
|
+
"isSource": true,
|
|
50750
|
+
"$type": "shadow"
|
|
50751
|
+
},
|
|
50752
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
50753
|
+
"$value": [
|
|
50754
|
+
{
|
|
50755
|
+
"color": "#b7bdc8",
|
|
50756
|
+
"alpha": 1,
|
|
50757
|
+
"offsetX": {
|
|
50758
|
+
"value": 0,
|
|
50759
|
+
"unit": "px"
|
|
50760
|
+
},
|
|
50761
|
+
"offsetY": {
|
|
50762
|
+
"value": 0,
|
|
50763
|
+
"unit": "px"
|
|
50764
|
+
},
|
|
50765
|
+
"blur": {
|
|
50766
|
+
"value": 0,
|
|
50767
|
+
"unit": "px"
|
|
50768
|
+
},
|
|
50769
|
+
"spread": {
|
|
50770
|
+
"value": 1,
|
|
50771
|
+
"unit": "px"
|
|
50772
|
+
}
|
|
50773
|
+
},
|
|
50774
|
+
{
|
|
50775
|
+
"color": "#f0f6fc",
|
|
50776
|
+
"alpha": 0.32,
|
|
50777
|
+
"offsetX": {
|
|
50778
|
+
"value": 0,
|
|
50779
|
+
"unit": "px"
|
|
50780
|
+
},
|
|
50781
|
+
"offsetY": {
|
|
50782
|
+
"value": 56,
|
|
50783
|
+
"unit": "px"
|
|
50784
|
+
},
|
|
50785
|
+
"blur": {
|
|
50786
|
+
"value": 112,
|
|
50787
|
+
"unit": "px"
|
|
50788
|
+
},
|
|
50789
|
+
"spread": {
|
|
50790
|
+
"value": 0,
|
|
50791
|
+
"unit": "px"
|
|
50792
|
+
}
|
|
50793
|
+
}
|
|
50794
|
+
],
|
|
50795
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50796
|
+
"isSource": true,
|
|
50797
|
+
"$type": "shadow"
|
|
50798
|
+
},
|
|
50799
|
+
"light-tritanopia-high-contrast": {
|
|
50800
|
+
"$value": [
|
|
50801
|
+
{
|
|
50802
|
+
"color": "#b7bdc8",
|
|
50803
|
+
"alpha": 1,
|
|
50804
|
+
"offsetX": {
|
|
50805
|
+
"value": 0,
|
|
50806
|
+
"unit": "px"
|
|
50807
|
+
},
|
|
50808
|
+
"offsetY": {
|
|
50809
|
+
"value": 0,
|
|
50810
|
+
"unit": "px"
|
|
50811
|
+
},
|
|
50812
|
+
"blur": {
|
|
50813
|
+
"value": 0,
|
|
50814
|
+
"unit": "px"
|
|
50815
|
+
},
|
|
50816
|
+
"spread": {
|
|
50817
|
+
"value": 1,
|
|
50818
|
+
"unit": "px"
|
|
50819
|
+
}
|
|
50820
|
+
},
|
|
50821
|
+
{
|
|
50822
|
+
"color": "#f0f6fc",
|
|
50823
|
+
"alpha": 0.32,
|
|
50824
|
+
"offsetX": {
|
|
50825
|
+
"value": 0,
|
|
50826
|
+
"unit": "px"
|
|
50827
|
+
},
|
|
50828
|
+
"offsetY": {
|
|
50829
|
+
"value": 56,
|
|
50830
|
+
"unit": "px"
|
|
50831
|
+
},
|
|
50832
|
+
"blur": {
|
|
50833
|
+
"value": 112,
|
|
50834
|
+
"unit": "px"
|
|
50835
|
+
},
|
|
50836
|
+
"spread": {
|
|
50837
|
+
"value": 0,
|
|
50838
|
+
"unit": "px"
|
|
50839
|
+
}
|
|
50840
|
+
}
|
|
50841
|
+
],
|
|
50842
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50843
|
+
"isSource": true,
|
|
50844
|
+
"$type": "shadow"
|
|
48832
50845
|
}
|
|
48833
50846
|
},
|
|
48834
50847
|
"org.primer.llm": {
|
|
@@ -48935,6 +50948,147 @@
|
|
|
48935
50948
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48936
50949
|
"isSource": true,
|
|
48937
50950
|
"$type": "shadow"
|
|
50951
|
+
},
|
|
50952
|
+
"light-high-contrast": {
|
|
50953
|
+
"$value": [
|
|
50954
|
+
{
|
|
50955
|
+
"color": "{overlay.borderColor}",
|
|
50956
|
+
"alpha": 1,
|
|
50957
|
+
"offsetX": {
|
|
50958
|
+
"value": 0,
|
|
50959
|
+
"unit": "px"
|
|
50960
|
+
},
|
|
50961
|
+
"offsetY": {
|
|
50962
|
+
"value": 0,
|
|
50963
|
+
"unit": "px"
|
|
50964
|
+
},
|
|
50965
|
+
"blur": {
|
|
50966
|
+
"value": 0,
|
|
50967
|
+
"unit": "px"
|
|
50968
|
+
},
|
|
50969
|
+
"spread": {
|
|
50970
|
+
"value": 1,
|
|
50971
|
+
"unit": "px"
|
|
50972
|
+
}
|
|
50973
|
+
},
|
|
50974
|
+
{
|
|
50975
|
+
"color": "{base.color.neutral.12}",
|
|
50976
|
+
"alpha": 0.32,
|
|
50977
|
+
"offsetX": {
|
|
50978
|
+
"value": 0,
|
|
50979
|
+
"unit": "px"
|
|
50980
|
+
},
|
|
50981
|
+
"offsetY": {
|
|
50982
|
+
"value": 56,
|
|
50983
|
+
"unit": "px"
|
|
50984
|
+
},
|
|
50985
|
+
"blur": {
|
|
50986
|
+
"value": 112,
|
|
50987
|
+
"unit": "px"
|
|
50988
|
+
},
|
|
50989
|
+
"spread": {
|
|
50990
|
+
"value": 0,
|
|
50991
|
+
"unit": "px"
|
|
50992
|
+
}
|
|
50993
|
+
}
|
|
50994
|
+
],
|
|
50995
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50996
|
+
"isSource": true,
|
|
50997
|
+
"$type": "shadow"
|
|
50998
|
+
},
|
|
50999
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
51000
|
+
"$value": [
|
|
51001
|
+
{
|
|
51002
|
+
"color": "{overlay.borderColor}",
|
|
51003
|
+
"alpha": 1,
|
|
51004
|
+
"offsetX": {
|
|
51005
|
+
"value": 0,
|
|
51006
|
+
"unit": "px"
|
|
51007
|
+
},
|
|
51008
|
+
"offsetY": {
|
|
51009
|
+
"value": 0,
|
|
51010
|
+
"unit": "px"
|
|
51011
|
+
},
|
|
51012
|
+
"blur": {
|
|
51013
|
+
"value": 0,
|
|
51014
|
+
"unit": "px"
|
|
51015
|
+
},
|
|
51016
|
+
"spread": {
|
|
51017
|
+
"value": 1,
|
|
51018
|
+
"unit": "px"
|
|
51019
|
+
}
|
|
51020
|
+
},
|
|
51021
|
+
{
|
|
51022
|
+
"color": "{base.color.neutral.12}",
|
|
51023
|
+
"alpha": 0.32,
|
|
51024
|
+
"offsetX": {
|
|
51025
|
+
"value": 0,
|
|
51026
|
+
"unit": "px"
|
|
51027
|
+
},
|
|
51028
|
+
"offsetY": {
|
|
51029
|
+
"value": 56,
|
|
51030
|
+
"unit": "px"
|
|
51031
|
+
},
|
|
51032
|
+
"blur": {
|
|
51033
|
+
"value": 112,
|
|
51034
|
+
"unit": "px"
|
|
51035
|
+
},
|
|
51036
|
+
"spread": {
|
|
51037
|
+
"value": 0,
|
|
51038
|
+
"unit": "px"
|
|
51039
|
+
}
|
|
51040
|
+
}
|
|
51041
|
+
],
|
|
51042
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
51043
|
+
"isSource": true,
|
|
51044
|
+
"$type": "shadow"
|
|
51045
|
+
},
|
|
51046
|
+
"light-tritanopia-high-contrast": {
|
|
51047
|
+
"$value": [
|
|
51048
|
+
{
|
|
51049
|
+
"color": "{overlay.borderColor}",
|
|
51050
|
+
"alpha": 1,
|
|
51051
|
+
"offsetX": {
|
|
51052
|
+
"value": 0,
|
|
51053
|
+
"unit": "px"
|
|
51054
|
+
},
|
|
51055
|
+
"offsetY": {
|
|
51056
|
+
"value": 0,
|
|
51057
|
+
"unit": "px"
|
|
51058
|
+
},
|
|
51059
|
+
"blur": {
|
|
51060
|
+
"value": 0,
|
|
51061
|
+
"unit": "px"
|
|
51062
|
+
},
|
|
51063
|
+
"spread": {
|
|
51064
|
+
"value": 1,
|
|
51065
|
+
"unit": "px"
|
|
51066
|
+
}
|
|
51067
|
+
},
|
|
51068
|
+
{
|
|
51069
|
+
"color": "{base.color.neutral.12}",
|
|
51070
|
+
"alpha": 0.32,
|
|
51071
|
+
"offsetX": {
|
|
51072
|
+
"value": 0,
|
|
51073
|
+
"unit": "px"
|
|
51074
|
+
},
|
|
51075
|
+
"offsetY": {
|
|
51076
|
+
"value": 56,
|
|
51077
|
+
"unit": "px"
|
|
51078
|
+
},
|
|
51079
|
+
"blur": {
|
|
51080
|
+
"value": 112,
|
|
51081
|
+
"unit": "px"
|
|
51082
|
+
},
|
|
51083
|
+
"spread": {
|
|
51084
|
+
"value": 0,
|
|
51085
|
+
"unit": "px"
|
|
51086
|
+
}
|
|
51087
|
+
}
|
|
51088
|
+
],
|
|
51089
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
51090
|
+
"isSource": true,
|
|
51091
|
+
"$type": "shadow"
|
|
48938
51092
|
}
|
|
48939
51093
|
},
|
|
48940
51094
|
"org.primer.llm": {
|