@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
|
@@ -2077,7 +2077,11 @@
|
|
|
2077
2077
|
"$type": "color"
|
|
2078
2078
|
},
|
|
2079
2079
|
"dark-tritanopia": {
|
|
2080
|
-
"$value":
|
|
2080
|
+
"$value": {
|
|
2081
|
+
"colorSpace": "hsl",
|
|
2082
|
+
"components": [328, 62.9, 62],
|
|
2083
|
+
"hex": "#db61a2"
|
|
2084
|
+
},
|
|
2081
2085
|
"alpha": 0.1,
|
|
2082
2086
|
"filePath": "src/tokens/functional/color/bgColor.json5",
|
|
2083
2087
|
"isSource": true,
|
|
@@ -2113,7 +2117,11 @@
|
|
|
2113
2117
|
"$type": "color"
|
|
2114
2118
|
},
|
|
2115
2119
|
"dark-tritanopia": {
|
|
2116
|
-
"$value":
|
|
2120
|
+
"$value": {
|
|
2121
|
+
"colorSpace": "hsl",
|
|
2122
|
+
"components": [328, 62.9, 62],
|
|
2123
|
+
"hex": "#db61a2"
|
|
2124
|
+
},
|
|
2117
2125
|
"alpha": 0.1,
|
|
2118
2126
|
"filePath": "src/tokens/functional/color/bgColor.json5",
|
|
2119
2127
|
"isSource": true,
|
|
@@ -2167,7 +2175,11 @@
|
|
|
2167
2175
|
"filePath": "src/tokens/functional/color/bgColor.json5",
|
|
2168
2176
|
"isSource": true,
|
|
2169
2177
|
"original": {
|
|
2170
|
-
"$value":
|
|
2178
|
+
"$value": {
|
|
2179
|
+
"colorSpace": "hsl",
|
|
2180
|
+
"components": [137.1, 62.9, 32.7],
|
|
2181
|
+
"hex": "#1f883d"
|
|
2182
|
+
},
|
|
2171
2183
|
"$type": "color",
|
|
2172
2184
|
"$description": "Strong success background for prominent positive actions",
|
|
2173
2185
|
"$extensions": {
|
|
@@ -2734,6 +2746,44 @@
|
|
|
2734
2746
|
"value": "0.0625rem solid #c297ff66",
|
|
2735
2747
|
"type": "border"
|
|
2736
2748
|
},
|
|
2749
|
+
"border-draft-emphasis": {
|
|
2750
|
+
"key": "{border.draft.emphasis}",
|
|
2751
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
2752
|
+
"isSource": true,
|
|
2753
|
+
"original": {
|
|
2754
|
+
"$value": {
|
|
2755
|
+
"color": "{borderColor.draft.emphasis}",
|
|
2756
|
+
"style": "solid",
|
|
2757
|
+
"width": "{borderWidth.default}"
|
|
2758
|
+
},
|
|
2759
|
+
"$type": "border",
|
|
2760
|
+
"key": "{border.draft.emphasis}"
|
|
2761
|
+
},
|
|
2762
|
+
"name": "border-draft-emphasis",
|
|
2763
|
+
"attributes": {},
|
|
2764
|
+
"path": ["border", "draft", "emphasis"],
|
|
2765
|
+
"value": "0.0625rem solid #59636e",
|
|
2766
|
+
"type": "border"
|
|
2767
|
+
},
|
|
2768
|
+
"border-draft-muted": {
|
|
2769
|
+
"key": "{border.draft.muted}",
|
|
2770
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
2771
|
+
"isSource": true,
|
|
2772
|
+
"original": {
|
|
2773
|
+
"$value": {
|
|
2774
|
+
"color": "{borderColor.draft.muted}",
|
|
2775
|
+
"style": "solid",
|
|
2776
|
+
"width": "{borderWidth.default}"
|
|
2777
|
+
},
|
|
2778
|
+
"$type": "border",
|
|
2779
|
+
"key": "{border.draft.muted}"
|
|
2780
|
+
},
|
|
2781
|
+
"name": "border-draft-muted",
|
|
2782
|
+
"attributes": {},
|
|
2783
|
+
"path": ["border", "draft", "muted"],
|
|
2784
|
+
"value": "0.0625rem solid #d1d9e0b3",
|
|
2785
|
+
"type": "border"
|
|
2786
|
+
},
|
|
2737
2787
|
"border-emphasis": {
|
|
2738
2788
|
"key": "{border.emphasis}",
|
|
2739
2789
|
"filePath": "src/tokens/functional/border/border.json5",
|
|
@@ -2954,6 +3004,27 @@
|
|
|
2954
3004
|
"value": "0.0625rem solid #4ac26b66",
|
|
2955
3005
|
"type": "border"
|
|
2956
3006
|
},
|
|
3007
|
+
"border-translucent": {
|
|
3008
|
+
"key": "{border.translucent}",
|
|
3009
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
3010
|
+
"isSource": true,
|
|
3011
|
+
"original": {
|
|
3012
|
+
"$description": "Semi-transparent border shorthand for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
|
|
3013
|
+
"$value": {
|
|
3014
|
+
"color": "{borderColor.translucent}",
|
|
3015
|
+
"style": "solid",
|
|
3016
|
+
"width": "{borderWidth.default}"
|
|
3017
|
+
},
|
|
3018
|
+
"$type": "border",
|
|
3019
|
+
"key": "{border.translucent}"
|
|
3020
|
+
},
|
|
3021
|
+
"name": "border-translucent",
|
|
3022
|
+
"attributes": {},
|
|
3023
|
+
"path": ["border", "translucent"],
|
|
3024
|
+
"value": "0.0625rem solid #1f232826",
|
|
3025
|
+
"type": "border",
|
|
3026
|
+
"description": "Semi-transparent border shorthand for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design."
|
|
3027
|
+
},
|
|
2957
3028
|
"border-transparent": {
|
|
2958
3029
|
"key": "{border.transparent}",
|
|
2959
3030
|
"filePath": "src/tokens/functional/border/border.json5",
|
|
@@ -5811,7 +5882,7 @@
|
|
|
5811
5882
|
"original": {
|
|
5812
5883
|
"$value": "{base.color.neutral.13}",
|
|
5813
5884
|
"$type": "color",
|
|
5814
|
-
"$description": "Semi-transparent border for overlays and layered elements",
|
|
5885
|
+
"$description": "Semi-transparent border for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
|
|
5815
5886
|
"$extensions": {
|
|
5816
5887
|
"org.primer.figma": {
|
|
5817
5888
|
"collection": "mode",
|
|
@@ -5882,7 +5953,7 @@
|
|
|
5882
5953
|
"path": ["borderColor", "translucent"],
|
|
5883
5954
|
"value": "#1f232826",
|
|
5884
5955
|
"type": "color",
|
|
5885
|
-
"description": "Semi-transparent border for overlays and layered elements"
|
|
5956
|
+
"description": "Semi-transparent border for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design."
|
|
5886
5957
|
},
|
|
5887
5958
|
"borderColor-transparent": {
|
|
5888
5959
|
"key": "{borderColor.transparent}",
|
|
@@ -6604,13 +6675,21 @@
|
|
|
6604
6675
|
"$type": "color"
|
|
6605
6676
|
},
|
|
6606
6677
|
"dark-dimmed-high-contrast": {
|
|
6607
|
-
"$value":
|
|
6678
|
+
"$value": {
|
|
6679
|
+
"colorSpace": "hsl",
|
|
6680
|
+
"components": [0, 0, 100],
|
|
6681
|
+
"hex": "#ffffff"
|
|
6682
|
+
},
|
|
6608
6683
|
"filePath": "src/tokens/component/button.json5",
|
|
6609
6684
|
"isSource": true,
|
|
6610
6685
|
"$type": "color"
|
|
6611
6686
|
},
|
|
6612
6687
|
"dark-dimmed": {
|
|
6613
|
-
"$value":
|
|
6688
|
+
"$value": {
|
|
6689
|
+
"colorSpace": "hsl",
|
|
6690
|
+
"components": [0, 0, 100],
|
|
6691
|
+
"hex": "#ffffff"
|
|
6692
|
+
},
|
|
6614
6693
|
"filePath": "src/tokens/component/button.json5",
|
|
6615
6694
|
"isSource": true,
|
|
6616
6695
|
"$type": "color"
|
|
@@ -6636,13 +6715,21 @@
|
|
|
6636
6715
|
"$type": "color"
|
|
6637
6716
|
},
|
|
6638
6717
|
"dark-dimmed-high-contrast": {
|
|
6639
|
-
"$value":
|
|
6718
|
+
"$value": {
|
|
6719
|
+
"colorSpace": "hsl",
|
|
6720
|
+
"components": [0, 0, 100],
|
|
6721
|
+
"hex": "#ffffff"
|
|
6722
|
+
},
|
|
6640
6723
|
"filePath": "src/tokens/component/button.json5",
|
|
6641
6724
|
"isSource": true,
|
|
6642
6725
|
"$type": "color"
|
|
6643
6726
|
},
|
|
6644
6727
|
"dark-dimmed": {
|
|
6645
|
-
"$value":
|
|
6728
|
+
"$value": {
|
|
6729
|
+
"colorSpace": "hsl",
|
|
6730
|
+
"components": [0, 0, 100],
|
|
6731
|
+
"hex": "#ffffff"
|
|
6732
|
+
},
|
|
6646
6733
|
"filePath": "src/tokens/component/button.json5",
|
|
6647
6734
|
"isSource": true,
|
|
6648
6735
|
"$type": "color"
|
|
@@ -6722,13 +6809,21 @@
|
|
|
6722
6809
|
"$type": "color"
|
|
6723
6810
|
},
|
|
6724
6811
|
"dark-dimmed-high-contrast": {
|
|
6725
|
-
"$value":
|
|
6812
|
+
"$value": {
|
|
6813
|
+
"colorSpace": "hsl",
|
|
6814
|
+
"components": [0, 0, 100],
|
|
6815
|
+
"hex": "#ffffff"
|
|
6816
|
+
},
|
|
6726
6817
|
"filePath": "src/tokens/component/button.json5",
|
|
6727
6818
|
"isSource": true,
|
|
6728
6819
|
"$type": "color"
|
|
6729
6820
|
},
|
|
6730
6821
|
"dark-dimmed": {
|
|
6731
|
-
"$value":
|
|
6822
|
+
"$value": {
|
|
6823
|
+
"colorSpace": "hsl",
|
|
6824
|
+
"components": [0, 0, 100],
|
|
6825
|
+
"hex": "#ffffff"
|
|
6826
|
+
},
|
|
6732
6827
|
"filePath": "src/tokens/component/button.json5",
|
|
6733
6828
|
"isSource": true,
|
|
6734
6829
|
"$type": "color"
|
|
@@ -6754,13 +6849,21 @@
|
|
|
6754
6849
|
"$type": "color"
|
|
6755
6850
|
},
|
|
6756
6851
|
"dark-dimmed-high-contrast": {
|
|
6757
|
-
"$value":
|
|
6852
|
+
"$value": {
|
|
6853
|
+
"colorSpace": "hsl",
|
|
6854
|
+
"components": [0, 0, 100],
|
|
6855
|
+
"hex": "#ffffff"
|
|
6856
|
+
},
|
|
6758
6857
|
"filePath": "src/tokens/component/button.json5",
|
|
6759
6858
|
"isSource": true,
|
|
6760
6859
|
"$type": "color"
|
|
6761
6860
|
},
|
|
6762
6861
|
"dark-dimmed": {
|
|
6763
|
-
"$value":
|
|
6862
|
+
"$value": {
|
|
6863
|
+
"colorSpace": "hsl",
|
|
6864
|
+
"components": [0, 0, 100],
|
|
6865
|
+
"hex": "#ffffff"
|
|
6866
|
+
},
|
|
6764
6867
|
"filePath": "src/tokens/component/button.json5",
|
|
6765
6868
|
"isSource": true,
|
|
6766
6869
|
"$type": "color"
|
|
@@ -6785,13 +6888,21 @@
|
|
|
6785
6888
|
},
|
|
6786
6889
|
"org.primer.overrides": {
|
|
6787
6890
|
"dark": {
|
|
6788
|
-
"$value":
|
|
6891
|
+
"$value": {
|
|
6892
|
+
"colorSpace": "hsl",
|
|
6893
|
+
"components": [3.3, 94.3, 65.7],
|
|
6894
|
+
"hex": "#FA5E55"
|
|
6895
|
+
},
|
|
6789
6896
|
"filePath": "src/tokens/component/button.json5",
|
|
6790
6897
|
"isSource": true,
|
|
6791
6898
|
"$type": "color"
|
|
6792
6899
|
},
|
|
6793
6900
|
"dark-dimmed": {
|
|
6794
|
-
"$value":
|
|
6901
|
+
"$value": {
|
|
6902
|
+
"colorSpace": "hsl",
|
|
6903
|
+
"components": [3.6, 78.2, 62.2],
|
|
6904
|
+
"hex": "#ea5c53"
|
|
6905
|
+
},
|
|
6795
6906
|
"filePath": "src/tokens/component/button.json5",
|
|
6796
6907
|
"isSource": true,
|
|
6797
6908
|
"$type": "color"
|
|
@@ -6841,13 +6952,21 @@
|
|
|
6841
6952
|
},
|
|
6842
6953
|
"org.primer.overrides": {
|
|
6843
6954
|
"dark": {
|
|
6844
|
-
"$value":
|
|
6955
|
+
"$value": {
|
|
6956
|
+
"colorSpace": "hsl",
|
|
6957
|
+
"components": [3.3, 94.3, 65.7],
|
|
6958
|
+
"hex": "#FA5E55"
|
|
6959
|
+
},
|
|
6845
6960
|
"filePath": "src/tokens/component/button.json5",
|
|
6846
6961
|
"isSource": true,
|
|
6847
6962
|
"$type": "color"
|
|
6848
6963
|
},
|
|
6849
6964
|
"dark-dimmed": {
|
|
6850
|
-
"$value":
|
|
6965
|
+
"$value": {
|
|
6966
|
+
"colorSpace": "hsl",
|
|
6967
|
+
"components": [3.6, 78.2, 62.2],
|
|
6968
|
+
"hex": "#ea5c53"
|
|
6969
|
+
},
|
|
6851
6970
|
"filePath": "src/tokens/component/button.json5",
|
|
6852
6971
|
"isSource": true,
|
|
6853
6972
|
"$type": "color"
|
|
@@ -6892,6 +7011,35 @@
|
|
|
6892
7011
|
"value": "#d1242f",
|
|
6893
7012
|
"type": "color"
|
|
6894
7013
|
},
|
|
7014
|
+
"button-danger-iconColor-disabled": {
|
|
7015
|
+
"key": "{button.danger.iconColor.disabled}",
|
|
7016
|
+
"$extensions": {
|
|
7017
|
+
"org.primer.figma": {
|
|
7018
|
+
"collection": "mode",
|
|
7019
|
+
"group": "component (internal)",
|
|
7020
|
+
"scopes": ["fgColor"]
|
|
7021
|
+
}
|
|
7022
|
+
},
|
|
7023
|
+
"filePath": "src/tokens/component/button.json5",
|
|
7024
|
+
"isSource": true,
|
|
7025
|
+
"original": {
|
|
7026
|
+
"$value": "{button.danger.fgColor.disabled}",
|
|
7027
|
+
"$type": "color",
|
|
7028
|
+
"$extensions": {
|
|
7029
|
+
"org.primer.figma": {
|
|
7030
|
+
"collection": "mode",
|
|
7031
|
+
"group": "component (internal)",
|
|
7032
|
+
"scopes": ["fgColor"]
|
|
7033
|
+
}
|
|
7034
|
+
},
|
|
7035
|
+
"key": "{button.danger.iconColor.disabled}"
|
|
7036
|
+
},
|
|
7037
|
+
"name": "button-danger-iconColor-disabled",
|
|
7038
|
+
"attributes": {},
|
|
7039
|
+
"path": ["button", "danger", "iconColor", "disabled"],
|
|
7040
|
+
"value": "#d1242f80",
|
|
7041
|
+
"type": "color"
|
|
7042
|
+
},
|
|
6895
7043
|
"button-danger-iconColor-hover": {
|
|
6896
7044
|
"key": "{button.danger.iconColor.hover}",
|
|
6897
7045
|
"$extensions": {
|
|
@@ -6908,7 +7056,11 @@
|
|
|
6908
7056
|
"$type": "color"
|
|
6909
7057
|
},
|
|
6910
7058
|
"dark-dimmed-high-contrast": {
|
|
6911
|
-
"$value":
|
|
7059
|
+
"$value": {
|
|
7060
|
+
"colorSpace": "hsl",
|
|
7061
|
+
"components": [0, 0, 100],
|
|
7062
|
+
"hex": "#ffffff"
|
|
7063
|
+
},
|
|
6912
7064
|
"filePath": "src/tokens/component/button.json5",
|
|
6913
7065
|
"isSource": true,
|
|
6914
7066
|
"$type": "color"
|
|
@@ -6934,7 +7086,11 @@
|
|
|
6934
7086
|
"$type": "color"
|
|
6935
7087
|
},
|
|
6936
7088
|
"dark-dimmed-high-contrast": {
|
|
6937
|
-
"$value":
|
|
7089
|
+
"$value": {
|
|
7090
|
+
"colorSpace": "hsl",
|
|
7091
|
+
"components": [0, 0, 100],
|
|
7092
|
+
"hex": "#ffffff"
|
|
7093
|
+
},
|
|
6938
7094
|
"filePath": "src/tokens/component/button.json5",
|
|
6939
7095
|
"isSource": true,
|
|
6940
7096
|
"$type": "color"
|
|
@@ -7456,6 +7612,35 @@
|
|
|
7456
7612
|
"value": "#d1d9e0",
|
|
7457
7613
|
"type": "color"
|
|
7458
7614
|
},
|
|
7615
|
+
"button-default-fgColor-disabled": {
|
|
7616
|
+
"key": "{button.default.fgColor.disabled}",
|
|
7617
|
+
"$extensions": {
|
|
7618
|
+
"org.primer.figma": {
|
|
7619
|
+
"collection": "mode",
|
|
7620
|
+
"group": "component (internal)",
|
|
7621
|
+
"scopes": ["fgColor"]
|
|
7622
|
+
}
|
|
7623
|
+
},
|
|
7624
|
+
"filePath": "src/tokens/component/button.json5",
|
|
7625
|
+
"isSource": true,
|
|
7626
|
+
"original": {
|
|
7627
|
+
"$value": "{control.fgColor.disabled}",
|
|
7628
|
+
"$type": "color",
|
|
7629
|
+
"$extensions": {
|
|
7630
|
+
"org.primer.figma": {
|
|
7631
|
+
"collection": "mode",
|
|
7632
|
+
"group": "component (internal)",
|
|
7633
|
+
"scopes": ["fgColor"]
|
|
7634
|
+
}
|
|
7635
|
+
},
|
|
7636
|
+
"key": "{button.default.fgColor.disabled}"
|
|
7637
|
+
},
|
|
7638
|
+
"name": "button-default-fgColor-disabled",
|
|
7639
|
+
"attributes": {},
|
|
7640
|
+
"path": ["button", "default", "fgColor", "disabled"],
|
|
7641
|
+
"value": "#818b98",
|
|
7642
|
+
"type": "color"
|
|
7643
|
+
},
|
|
7459
7644
|
"button-default-fgColor-rest": {
|
|
7460
7645
|
"key": "{button.default.fgColor.rest}",
|
|
7461
7646
|
"$extensions": {
|
|
@@ -8742,31 +8927,51 @@
|
|
|
8742
8927
|
"$type": "color"
|
|
8743
8928
|
},
|
|
8744
8929
|
"dark-tritanopia": {
|
|
8745
|
-
"$value":
|
|
8930
|
+
"$value": {
|
|
8931
|
+
"colorSpace": "hsl",
|
|
8932
|
+
"components": [218.3, 84.7, 33.3],
|
|
8933
|
+
"hex": "#0d419d"
|
|
8934
|
+
},
|
|
8746
8935
|
"filePath": "src/tokens/component/button.json5",
|
|
8747
8936
|
"isSource": true,
|
|
8748
8937
|
"$type": "color"
|
|
8749
8938
|
},
|
|
8750
8939
|
"dark-tritanopia-high-contrast": {
|
|
8751
|
-
"$value":
|
|
8940
|
+
"$value": {
|
|
8941
|
+
"colorSpace": "hsl",
|
|
8942
|
+
"components": [218.3, 84.7, 33.3],
|
|
8943
|
+
"hex": "#0d419d"
|
|
8944
|
+
},
|
|
8752
8945
|
"filePath": "src/tokens/component/button.json5",
|
|
8753
8946
|
"isSource": true,
|
|
8754
8947
|
"$type": "color"
|
|
8755
8948
|
},
|
|
8756
8949
|
"light-high-contrast": {
|
|
8757
|
-
"$value":
|
|
8950
|
+
"$value": {
|
|
8951
|
+
"colorSpace": "hsl",
|
|
8952
|
+
"components": [216.6, 96.3, 31.4],
|
|
8953
|
+
"hex": "#033f9d"
|
|
8954
|
+
},
|
|
8758
8955
|
"filePath": "src/tokens/component/button.json5",
|
|
8759
8956
|
"isSource": true,
|
|
8760
8957
|
"$type": "color"
|
|
8761
8958
|
},
|
|
8762
8959
|
"light-tritanopia-high-contrast": {
|
|
8763
|
-
"$value":
|
|
8960
|
+
"$value": {
|
|
8961
|
+
"colorSpace": "hsl",
|
|
8962
|
+
"components": [216.6, 96.3, 31.4],
|
|
8963
|
+
"hex": "#033f9d"
|
|
8964
|
+
},
|
|
8764
8965
|
"filePath": "src/tokens/component/button.json5",
|
|
8765
8966
|
"isSource": true,
|
|
8766
8967
|
"$type": "color"
|
|
8767
8968
|
},
|
|
8768
8969
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
8769
|
-
"$value":
|
|
8970
|
+
"$value": {
|
|
8971
|
+
"colorSpace": "hsl",
|
|
8972
|
+
"components": [216.6, 96.3, 31.4],
|
|
8973
|
+
"hex": "#033f9d"
|
|
8974
|
+
},
|
|
8770
8975
|
"filePath": "src/tokens/component/button.json5",
|
|
8771
8976
|
"isSource": true,
|
|
8772
8977
|
"$type": "color"
|
|
@@ -8776,7 +8981,11 @@
|
|
|
8776
8981
|
"filePath": "src/tokens/component/button.json5",
|
|
8777
8982
|
"isSource": true,
|
|
8778
8983
|
"original": {
|
|
8779
|
-
"$value":
|
|
8984
|
+
"$value": {
|
|
8985
|
+
"colorSpace": "hsl",
|
|
8986
|
+
"components": [213.2, 92.7, 37.8],
|
|
8987
|
+
"hex": "#0757ba"
|
|
8988
|
+
},
|
|
8780
8989
|
"$type": "color",
|
|
8781
8990
|
"$extensions": {
|
|
8782
8991
|
"org.primer.figma": {
|
|
@@ -8792,31 +9001,51 @@
|
|
|
8792
9001
|
"$type": "color"
|
|
8793
9002
|
},
|
|
8794
9003
|
"dark-tritanopia": {
|
|
8795
|
-
"$value":
|
|
9004
|
+
"$value": {
|
|
9005
|
+
"colorSpace": "hsl",
|
|
9006
|
+
"components": [218.3, 84.7, 33.3],
|
|
9007
|
+
"hex": "#0d419d"
|
|
9008
|
+
},
|
|
8796
9009
|
"filePath": "src/tokens/component/button.json5",
|
|
8797
9010
|
"isSource": true,
|
|
8798
9011
|
"$type": "color"
|
|
8799
9012
|
},
|
|
8800
9013
|
"dark-tritanopia-high-contrast": {
|
|
8801
|
-
"$value":
|
|
9014
|
+
"$value": {
|
|
9015
|
+
"colorSpace": "hsl",
|
|
9016
|
+
"components": [218.3, 84.7, 33.3],
|
|
9017
|
+
"hex": "#0d419d"
|
|
9018
|
+
},
|
|
8802
9019
|
"filePath": "src/tokens/component/button.json5",
|
|
8803
9020
|
"isSource": true,
|
|
8804
9021
|
"$type": "color"
|
|
8805
9022
|
},
|
|
8806
9023
|
"light-high-contrast": {
|
|
8807
|
-
"$value":
|
|
9024
|
+
"$value": {
|
|
9025
|
+
"colorSpace": "hsl",
|
|
9026
|
+
"components": [216.6, 96.3, 31.4],
|
|
9027
|
+
"hex": "#033f9d"
|
|
9028
|
+
},
|
|
8808
9029
|
"filePath": "src/tokens/component/button.json5",
|
|
8809
9030
|
"isSource": true,
|
|
8810
9031
|
"$type": "color"
|
|
8811
9032
|
},
|
|
8812
9033
|
"light-tritanopia-high-contrast": {
|
|
8813
|
-
"$value":
|
|
9034
|
+
"$value": {
|
|
9035
|
+
"colorSpace": "hsl",
|
|
9036
|
+
"components": [216.6, 96.3, 31.4],
|
|
9037
|
+
"hex": "#033f9d"
|
|
9038
|
+
},
|
|
8814
9039
|
"filePath": "src/tokens/component/button.json5",
|
|
8815
9040
|
"isSource": true,
|
|
8816
9041
|
"$type": "color"
|
|
8817
9042
|
},
|
|
8818
9043
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
8819
|
-
"$value":
|
|
9044
|
+
"$value": {
|
|
9045
|
+
"colorSpace": "hsl",
|
|
9046
|
+
"components": [216.6, 96.3, 31.4],
|
|
9047
|
+
"hex": "#033f9d"
|
|
9048
|
+
},
|
|
8820
9049
|
"filePath": "src/tokens/component/button.json5",
|
|
8821
9050
|
"isSource": true,
|
|
8822
9051
|
"$type": "color"
|
|
@@ -8847,7 +9076,11 @@
|
|
|
8847
9076
|
"$type": "color"
|
|
8848
9077
|
},
|
|
8849
9078
|
"dark-tritanopia": {
|
|
8850
|
-
"$value":
|
|
9079
|
+
"$value": {
|
|
9080
|
+
"colorSpace": "hsl",
|
|
9081
|
+
"components": [212, 18.5, 15.9],
|
|
9082
|
+
"hex": "#212830"
|
|
9083
|
+
},
|
|
8851
9084
|
"filePath": "src/tokens/component/button.json5",
|
|
8852
9085
|
"isSource": true,
|
|
8853
9086
|
"$type": "color"
|
|
@@ -8873,7 +9106,11 @@
|
|
|
8873
9106
|
"$type": "color"
|
|
8874
9107
|
},
|
|
8875
9108
|
"dark-tritanopia": {
|
|
8876
|
-
"$value":
|
|
9109
|
+
"$value": {
|
|
9110
|
+
"colorSpace": "hsl",
|
|
9111
|
+
"components": [212, 18.5, 15.9],
|
|
9112
|
+
"hex": "#212830"
|
|
9113
|
+
},
|
|
8877
9114
|
"filePath": "src/tokens/component/button.json5",
|
|
8878
9115
|
"isSource": true,
|
|
8879
9116
|
"$type": "color"
|
|
@@ -8904,7 +9141,11 @@
|
|
|
8904
9141
|
"$type": "color"
|
|
8905
9142
|
},
|
|
8906
9143
|
"dark-tritanopia": {
|
|
8907
|
-
"$value":
|
|
9144
|
+
"$value": {
|
|
9145
|
+
"colorSpace": "hsl",
|
|
9146
|
+
"components": [217.5, 17.4, 18],
|
|
9147
|
+
"hex": "#262c36"
|
|
9148
|
+
},
|
|
8908
9149
|
"filePath": "src/tokens/component/button.json5",
|
|
8909
9150
|
"isSource": true,
|
|
8910
9151
|
"$type": "color"
|
|
@@ -8930,7 +9171,11 @@
|
|
|
8930
9171
|
"$type": "color"
|
|
8931
9172
|
},
|
|
8932
9173
|
"dark-tritanopia": {
|
|
8933
|
-
"$value":
|
|
9174
|
+
"$value": {
|
|
9175
|
+
"colorSpace": "hsl",
|
|
9176
|
+
"components": [217.5, 17.4, 18],
|
|
9177
|
+
"hex": "#262c36"
|
|
9178
|
+
},
|
|
8934
9179
|
"filePath": "src/tokens/component/button.json5",
|
|
8935
9180
|
"isSource": true,
|
|
8936
9181
|
"$type": "color"
|
|
@@ -9162,7 +9407,12 @@
|
|
|
9162
9407
|
"$type": "color"
|
|
9163
9408
|
},
|
|
9164
9409
|
"dark-dimmed": {
|
|
9165
|
-
"$value":
|
|
9410
|
+
"$value": {
|
|
9411
|
+
"colorSpace": "hsl",
|
|
9412
|
+
"components": [214.3, 76.1, 59],
|
|
9413
|
+
"hex": "#478be6"
|
|
9414
|
+
},
|
|
9415
|
+
"alpha": 0.502,
|
|
9166
9416
|
"filePath": "src/tokens/component/button.json5",
|
|
9167
9417
|
"isSource": true,
|
|
9168
9418
|
"$type": "color"
|
|
@@ -9190,7 +9440,12 @@
|
|
|
9190
9440
|
"$type": "color"
|
|
9191
9441
|
},
|
|
9192
9442
|
"dark-dimmed": {
|
|
9193
|
-
"$value":
|
|
9443
|
+
"$value": {
|
|
9444
|
+
"colorSpace": "hsl",
|
|
9445
|
+
"components": [214.3, 76.1, 59],
|
|
9446
|
+
"hex": "#478be6"
|
|
9447
|
+
},
|
|
9448
|
+
"alpha": 0.502,
|
|
9194
9449
|
"filePath": "src/tokens/component/button.json5",
|
|
9195
9450
|
"isSource": true,
|
|
9196
9451
|
"$type": "color"
|
|
@@ -9415,13 +9670,21 @@
|
|
|
9415
9670
|
},
|
|
9416
9671
|
"org.primer.overrides": {
|
|
9417
9672
|
"dark": {
|
|
9418
|
-
"$value":
|
|
9673
|
+
"$value": {
|
|
9674
|
+
"colorSpace": "hsl",
|
|
9675
|
+
"components": [130, 54, 39.2],
|
|
9676
|
+
"hex": "#2E9A40"
|
|
9677
|
+
},
|
|
9419
9678
|
"filePath": "src/tokens/component/button.json5",
|
|
9420
9679
|
"isSource": true,
|
|
9421
9680
|
"$type": "color"
|
|
9422
9681
|
},
|
|
9423
9682
|
"dark-dimmed": {
|
|
9424
|
-
"$value":
|
|
9683
|
+
"$value": {
|
|
9684
|
+
"colorSpace": "hsl",
|
|
9685
|
+
"components": [123.1, 36.8, 41],
|
|
9686
|
+
"hex": "#428f46"
|
|
9687
|
+
},
|
|
9425
9688
|
"filePath": "src/tokens/component/button.json5",
|
|
9426
9689
|
"isSource": true,
|
|
9427
9690
|
"$type": "color"
|
|
@@ -9433,61 +9696,101 @@
|
|
|
9433
9696
|
"$type": "color"
|
|
9434
9697
|
},
|
|
9435
9698
|
"dark-tritanopia": {
|
|
9436
|
-
"$value":
|
|
9699
|
+
"$value": {
|
|
9700
|
+
"colorSpace": "hsl",
|
|
9701
|
+
"components": [214.9, 88.7, 58.2],
|
|
9702
|
+
"hex": "#3685f3"
|
|
9703
|
+
},
|
|
9437
9704
|
"filePath": "src/tokens/component/button.json5",
|
|
9438
9705
|
"isSource": true,
|
|
9439
9706
|
"$type": "color"
|
|
9440
9707
|
},
|
|
9441
9708
|
"dark-tritanopia-high-contrast": {
|
|
9442
|
-
"$value":
|
|
9709
|
+
"$value": {
|
|
9710
|
+
"colorSpace": "hsl",
|
|
9711
|
+
"components": [214.9, 88.7, 58.2],
|
|
9712
|
+
"hex": "#3685f3"
|
|
9713
|
+
},
|
|
9443
9714
|
"filePath": "src/tokens/component/button.json5",
|
|
9444
9715
|
"isSource": true,
|
|
9445
9716
|
"$type": "color"
|
|
9446
9717
|
},
|
|
9447
9718
|
"dark-protanopia-deuteranopia": {
|
|
9448
|
-
"$value":
|
|
9719
|
+
"$value": {
|
|
9720
|
+
"colorSpace": "hsl",
|
|
9721
|
+
"components": [214.9, 88.7, 58.2],
|
|
9722
|
+
"hex": "#3685f3"
|
|
9723
|
+
},
|
|
9449
9724
|
"filePath": "src/tokens/component/button.json5",
|
|
9450
9725
|
"isSource": true,
|
|
9451
9726
|
"$type": "color"
|
|
9452
9727
|
},
|
|
9453
9728
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
9454
|
-
"$value":
|
|
9729
|
+
"$value": {
|
|
9730
|
+
"colorSpace": "hsl",
|
|
9731
|
+
"components": [214.9, 88.7, 58.2],
|
|
9732
|
+
"hex": "#3685f3"
|
|
9733
|
+
},
|
|
9455
9734
|
"filePath": "src/tokens/component/button.json5",
|
|
9456
9735
|
"isSource": true,
|
|
9457
9736
|
"$type": "color"
|
|
9458
9737
|
},
|
|
9459
9738
|
"dark-high-contrast": {
|
|
9460
|
-
"$value":
|
|
9739
|
+
"$value": {
|
|
9740
|
+
"colorSpace": "hsl",
|
|
9741
|
+
"components": [137.2, 80.1, 31.6],
|
|
9742
|
+
"hex": "#109135"
|
|
9743
|
+
},
|
|
9461
9744
|
"filePath": "src/tokens/component/button.json5",
|
|
9462
9745
|
"isSource": true,
|
|
9463
9746
|
"$type": "color"
|
|
9464
9747
|
},
|
|
9465
9748
|
"light-tritanopia": {
|
|
9466
|
-
"$value":
|
|
9749
|
+
"$value": {
|
|
9750
|
+
"colorSpace": "hsl",
|
|
9751
|
+
"components": [212.6, 93.2, 40.6],
|
|
9752
|
+
"hex": "#075fc8"
|
|
9753
|
+
},
|
|
9467
9754
|
"filePath": "src/tokens/component/button.json5",
|
|
9468
9755
|
"isSource": true,
|
|
9469
9756
|
"$type": "color"
|
|
9470
9757
|
},
|
|
9471
9758
|
"light-tritanopia-high-contrast": {
|
|
9472
|
-
"$value":
|
|
9759
|
+
"$value": {
|
|
9760
|
+
"colorSpace": "hsl",
|
|
9761
|
+
"components": [212.6, 93.2, 40.6],
|
|
9762
|
+
"hex": "#075fc8"
|
|
9763
|
+
},
|
|
9473
9764
|
"filePath": "src/tokens/component/button.json5",
|
|
9474
9765
|
"isSource": true,
|
|
9475
9766
|
"$type": "color"
|
|
9476
9767
|
},
|
|
9477
9768
|
"light-protanopia-deuteranopia": {
|
|
9478
|
-
"$value":
|
|
9769
|
+
"$value": {
|
|
9770
|
+
"colorSpace": "hsl",
|
|
9771
|
+
"components": [212.6, 93.2, 40.6],
|
|
9772
|
+
"hex": "#075fc8"
|
|
9773
|
+
},
|
|
9479
9774
|
"filePath": "src/tokens/component/button.json5",
|
|
9480
9775
|
"isSource": true,
|
|
9481
9776
|
"$type": "color"
|
|
9482
9777
|
},
|
|
9483
9778
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9484
|
-
"$value":
|
|
9779
|
+
"$value": {
|
|
9780
|
+
"colorSpace": "hsl",
|
|
9781
|
+
"components": [212.6, 93.2, 40.6],
|
|
9782
|
+
"hex": "#075fc8"
|
|
9783
|
+
},
|
|
9485
9784
|
"filePath": "src/tokens/component/button.json5",
|
|
9486
9785
|
"isSource": true,
|
|
9487
9786
|
"$type": "color"
|
|
9488
9787
|
},
|
|
9489
9788
|
"light-high-contrast": {
|
|
9490
|
-
"$value":
|
|
9789
|
+
"$value": {
|
|
9790
|
+
"colorSpace": "hsl",
|
|
9791
|
+
"components": [138.7, 92.8, 16.3],
|
|
9792
|
+
"hex": "#03501b"
|
|
9793
|
+
},
|
|
9491
9794
|
"filePath": "src/tokens/component/button.json5",
|
|
9492
9795
|
"isSource": true,
|
|
9493
9796
|
"$type": "color"
|
|
@@ -9497,7 +9800,11 @@
|
|
|
9497
9800
|
"filePath": "src/tokens/component/button.json5",
|
|
9498
9801
|
"isSource": true,
|
|
9499
9802
|
"original": {
|
|
9500
|
-
"$value":
|
|
9803
|
+
"$value": {
|
|
9804
|
+
"colorSpace": "hsl",
|
|
9805
|
+
"components": [137.5, 65.8, 28.6],
|
|
9806
|
+
"hex": "#197935"
|
|
9807
|
+
},
|
|
9501
9808
|
"$type": "color",
|
|
9502
9809
|
"$extensions": {
|
|
9503
9810
|
"org.primer.figma": {
|
|
@@ -9507,13 +9814,21 @@
|
|
|
9507
9814
|
},
|
|
9508
9815
|
"org.primer.overrides": {
|
|
9509
9816
|
"dark": {
|
|
9510
|
-
"$value":
|
|
9817
|
+
"$value": {
|
|
9818
|
+
"colorSpace": "hsl",
|
|
9819
|
+
"components": [130, 54, 39.2],
|
|
9820
|
+
"hex": "#2E9A40"
|
|
9821
|
+
},
|
|
9511
9822
|
"filePath": "src/tokens/component/button.json5",
|
|
9512
9823
|
"isSource": true,
|
|
9513
9824
|
"$type": "color"
|
|
9514
9825
|
},
|
|
9515
9826
|
"dark-dimmed": {
|
|
9516
|
-
"$value":
|
|
9827
|
+
"$value": {
|
|
9828
|
+
"colorSpace": "hsl",
|
|
9829
|
+
"components": [123.1, 36.8, 41],
|
|
9830
|
+
"hex": "#428f46"
|
|
9831
|
+
},
|
|
9517
9832
|
"filePath": "src/tokens/component/button.json5",
|
|
9518
9833
|
"isSource": true,
|
|
9519
9834
|
"$type": "color"
|
|
@@ -9525,61 +9840,101 @@
|
|
|
9525
9840
|
"$type": "color"
|
|
9526
9841
|
},
|
|
9527
9842
|
"dark-tritanopia": {
|
|
9528
|
-
"$value":
|
|
9843
|
+
"$value": {
|
|
9844
|
+
"colorSpace": "hsl",
|
|
9845
|
+
"components": [214.9, 88.7, 58.2],
|
|
9846
|
+
"hex": "#3685f3"
|
|
9847
|
+
},
|
|
9529
9848
|
"filePath": "src/tokens/component/button.json5",
|
|
9530
9849
|
"isSource": true,
|
|
9531
9850
|
"$type": "color"
|
|
9532
9851
|
},
|
|
9533
9852
|
"dark-tritanopia-high-contrast": {
|
|
9534
|
-
"$value":
|
|
9853
|
+
"$value": {
|
|
9854
|
+
"colorSpace": "hsl",
|
|
9855
|
+
"components": [214.9, 88.7, 58.2],
|
|
9856
|
+
"hex": "#3685f3"
|
|
9857
|
+
},
|
|
9535
9858
|
"filePath": "src/tokens/component/button.json5",
|
|
9536
9859
|
"isSource": true,
|
|
9537
9860
|
"$type": "color"
|
|
9538
9861
|
},
|
|
9539
9862
|
"dark-protanopia-deuteranopia": {
|
|
9540
|
-
"$value":
|
|
9863
|
+
"$value": {
|
|
9864
|
+
"colorSpace": "hsl",
|
|
9865
|
+
"components": [214.9, 88.7, 58.2],
|
|
9866
|
+
"hex": "#3685f3"
|
|
9867
|
+
},
|
|
9541
9868
|
"filePath": "src/tokens/component/button.json5",
|
|
9542
9869
|
"isSource": true,
|
|
9543
9870
|
"$type": "color"
|
|
9544
9871
|
},
|
|
9545
9872
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
9546
|
-
"$value":
|
|
9873
|
+
"$value": {
|
|
9874
|
+
"colorSpace": "hsl",
|
|
9875
|
+
"components": [214.9, 88.7, 58.2],
|
|
9876
|
+
"hex": "#3685f3"
|
|
9877
|
+
},
|
|
9547
9878
|
"filePath": "src/tokens/component/button.json5",
|
|
9548
9879
|
"isSource": true,
|
|
9549
9880
|
"$type": "color"
|
|
9550
9881
|
},
|
|
9551
9882
|
"dark-high-contrast": {
|
|
9552
|
-
"$value":
|
|
9883
|
+
"$value": {
|
|
9884
|
+
"colorSpace": "hsl",
|
|
9885
|
+
"components": [137.2, 80.1, 31.6],
|
|
9886
|
+
"hex": "#109135"
|
|
9887
|
+
},
|
|
9553
9888
|
"filePath": "src/tokens/component/button.json5",
|
|
9554
9889
|
"isSource": true,
|
|
9555
9890
|
"$type": "color"
|
|
9556
9891
|
},
|
|
9557
9892
|
"light-tritanopia": {
|
|
9558
|
-
"$value":
|
|
9893
|
+
"$value": {
|
|
9894
|
+
"colorSpace": "hsl",
|
|
9895
|
+
"components": [212.6, 93.2, 40.6],
|
|
9896
|
+
"hex": "#075fc8"
|
|
9897
|
+
},
|
|
9559
9898
|
"filePath": "src/tokens/component/button.json5",
|
|
9560
9899
|
"isSource": true,
|
|
9561
9900
|
"$type": "color"
|
|
9562
9901
|
},
|
|
9563
9902
|
"light-tritanopia-high-contrast": {
|
|
9564
|
-
"$value":
|
|
9903
|
+
"$value": {
|
|
9904
|
+
"colorSpace": "hsl",
|
|
9905
|
+
"components": [212.6, 93.2, 40.6],
|
|
9906
|
+
"hex": "#075fc8"
|
|
9907
|
+
},
|
|
9565
9908
|
"filePath": "src/tokens/component/button.json5",
|
|
9566
9909
|
"isSource": true,
|
|
9567
9910
|
"$type": "color"
|
|
9568
9911
|
},
|
|
9569
9912
|
"light-protanopia-deuteranopia": {
|
|
9570
|
-
"$value":
|
|
9913
|
+
"$value": {
|
|
9914
|
+
"colorSpace": "hsl",
|
|
9915
|
+
"components": [212.6, 93.2, 40.6],
|
|
9916
|
+
"hex": "#075fc8"
|
|
9917
|
+
},
|
|
9571
9918
|
"filePath": "src/tokens/component/button.json5",
|
|
9572
9919
|
"isSource": true,
|
|
9573
9920
|
"$type": "color"
|
|
9574
9921
|
},
|
|
9575
9922
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9576
|
-
"$value":
|
|
9923
|
+
"$value": {
|
|
9924
|
+
"colorSpace": "hsl",
|
|
9925
|
+
"components": [212.6, 93.2, 40.6],
|
|
9926
|
+
"hex": "#075fc8"
|
|
9927
|
+
},
|
|
9577
9928
|
"filePath": "src/tokens/component/button.json5",
|
|
9578
9929
|
"isSource": true,
|
|
9579
9930
|
"$type": "color"
|
|
9580
9931
|
},
|
|
9581
9932
|
"light-high-contrast": {
|
|
9582
|
-
"$value":
|
|
9933
|
+
"$value": {
|
|
9934
|
+
"colorSpace": "hsl",
|
|
9935
|
+
"components": [138.7, 92.8, 16.3],
|
|
9936
|
+
"hex": "#03501b"
|
|
9937
|
+
},
|
|
9583
9938
|
"filePath": "src/tokens/component/button.json5",
|
|
9584
9939
|
"isSource": true,
|
|
9585
9940
|
"$type": "color"
|
|
@@ -9604,25 +9959,41 @@
|
|
|
9604
9959
|
},
|
|
9605
9960
|
"org.primer.overrides": {
|
|
9606
9961
|
"dark": {
|
|
9607
|
-
"$value":
|
|
9962
|
+
"$value": {
|
|
9963
|
+
"colorSpace": "hsl",
|
|
9964
|
+
"components": [135.8, 69.2, 20.4],
|
|
9965
|
+
"hex": "#105823"
|
|
9966
|
+
},
|
|
9608
9967
|
"filePath": "src/tokens/component/button.json5",
|
|
9609
9968
|
"isSource": true,
|
|
9610
9969
|
"$type": "color"
|
|
9611
9970
|
},
|
|
9612
9971
|
"dark-dimmed": {
|
|
9613
|
-
"$value":
|
|
9972
|
+
"$value": {
|
|
9973
|
+
"colorSpace": "hsl",
|
|
9974
|
+
"components": [135.8, 69.2, 20.4],
|
|
9975
|
+
"hex": "#105823"
|
|
9976
|
+
},
|
|
9614
9977
|
"filePath": "src/tokens/component/button.json5",
|
|
9615
9978
|
"isSource": true,
|
|
9616
9979
|
"$type": "color"
|
|
9617
9980
|
},
|
|
9618
9981
|
"dark-tritanopia": {
|
|
9619
|
-
"$value":
|
|
9982
|
+
"$value": {
|
|
9983
|
+
"colorSpace": "hsl",
|
|
9984
|
+
"components": [211.3, 98.8, 68.4],
|
|
9985
|
+
"hex": "#5fabfe"
|
|
9986
|
+
},
|
|
9620
9987
|
"filePath": "src/tokens/component/button.json5",
|
|
9621
9988
|
"isSource": true,
|
|
9622
9989
|
"$type": "color"
|
|
9623
9990
|
},
|
|
9624
9991
|
"dark-tritanopia-high-contrast": {
|
|
9625
|
-
"$value":
|
|
9992
|
+
"$value": {
|
|
9993
|
+
"colorSpace": "hsl",
|
|
9994
|
+
"components": [211.3, 98.8, 68.4],
|
|
9995
|
+
"hex": "#5fabfe"
|
|
9996
|
+
},
|
|
9626
9997
|
"filePath": "src/tokens/component/button.json5",
|
|
9627
9998
|
"isSource": true,
|
|
9628
9999
|
"$type": "color"
|
|
@@ -9640,37 +10011,61 @@
|
|
|
9640
10011
|
"$type": "color"
|
|
9641
10012
|
},
|
|
9642
10013
|
"dark-high-contrast": {
|
|
9643
|
-
"$value":
|
|
10014
|
+
"$value": {
|
|
10015
|
+
"colorSpace": "hsl",
|
|
10016
|
+
"components": [138.6, 94.6, 28.8],
|
|
10017
|
+
"hex": "#048f2f"
|
|
10018
|
+
},
|
|
9644
10019
|
"filePath": "src/tokens/component/button.json5",
|
|
9645
10020
|
"isSource": true,
|
|
9646
10021
|
"$type": "color"
|
|
9647
10022
|
},
|
|
9648
10023
|
"light-tritanopia": {
|
|
9649
|
-
"$value":
|
|
10024
|
+
"$value": {
|
|
10025
|
+
"colorSpace": "hsl",
|
|
10026
|
+
"components": [209.2, 100, 78.6],
|
|
10027
|
+
"hex": "#92caff"
|
|
10028
|
+
},
|
|
9650
10029
|
"filePath": "src/tokens/component/button.json5",
|
|
9651
10030
|
"isSource": true,
|
|
9652
10031
|
"$type": "color"
|
|
9653
10032
|
},
|
|
9654
10033
|
"light-tritanopia-high-contrast": {
|
|
9655
|
-
"$value":
|
|
10034
|
+
"$value": {
|
|
10035
|
+
"colorSpace": "hsl",
|
|
10036
|
+
"components": [209.2, 100, 78.6],
|
|
10037
|
+
"hex": "#92caff"
|
|
10038
|
+
},
|
|
9656
10039
|
"filePath": "src/tokens/component/button.json5",
|
|
9657
10040
|
"isSource": true,
|
|
9658
10041
|
"$type": "color"
|
|
9659
10042
|
},
|
|
9660
10043
|
"light-protanopia-deuteranopia": {
|
|
9661
|
-
"$value":
|
|
10044
|
+
"$value": {
|
|
10045
|
+
"colorSpace": "hsl",
|
|
10046
|
+
"components": [209.2, 100, 78.6],
|
|
10047
|
+
"hex": "#92caff"
|
|
10048
|
+
},
|
|
9662
10049
|
"filePath": "src/tokens/component/button.json5",
|
|
9663
10050
|
"isSource": true,
|
|
9664
10051
|
"$type": "color"
|
|
9665
10052
|
},
|
|
9666
10053
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9667
|
-
"$value":
|
|
10054
|
+
"$value": {
|
|
10055
|
+
"colorSpace": "hsl",
|
|
10056
|
+
"components": [209.2, 100, 78.6],
|
|
10057
|
+
"hex": "#92caff"
|
|
10058
|
+
},
|
|
9668
10059
|
"filePath": "src/tokens/component/button.json5",
|
|
9669
10060
|
"isSource": true,
|
|
9670
10061
|
"$type": "color"
|
|
9671
10062
|
},
|
|
9672
10063
|
"light-high-contrast": {
|
|
9673
|
-
"$value":
|
|
10064
|
+
"$value": {
|
|
10065
|
+
"colorSpace": "hsl",
|
|
10066
|
+
"components": [135.4, 40.2, 65.9],
|
|
10067
|
+
"hex": "#85cb97"
|
|
10068
|
+
},
|
|
9674
10069
|
"filePath": "src/tokens/component/button.json5",
|
|
9675
10070
|
"isSource": true,
|
|
9676
10071
|
"$type": "color"
|
|
@@ -9680,7 +10075,11 @@
|
|
|
9680
10075
|
"filePath": "src/tokens/component/button.json5",
|
|
9681
10076
|
"isSource": true,
|
|
9682
10077
|
"original": {
|
|
9683
|
-
"$value":
|
|
10078
|
+
"$value": {
|
|
10079
|
+
"colorSpace": "hsl",
|
|
10080
|
+
"components": [135.2, 46.2, 71.6],
|
|
10081
|
+
"hex": "#95d8a6"
|
|
10082
|
+
},
|
|
9684
10083
|
"$type": "color",
|
|
9685
10084
|
"$extensions": {
|
|
9686
10085
|
"org.primer.figma": {
|
|
@@ -9690,25 +10089,41 @@
|
|
|
9690
10089
|
},
|
|
9691
10090
|
"org.primer.overrides": {
|
|
9692
10091
|
"dark": {
|
|
9693
|
-
"$value":
|
|
10092
|
+
"$value": {
|
|
10093
|
+
"colorSpace": "hsl",
|
|
10094
|
+
"components": [135.8, 69.2, 20.4],
|
|
10095
|
+
"hex": "#105823"
|
|
10096
|
+
},
|
|
9694
10097
|
"filePath": "src/tokens/component/button.json5",
|
|
9695
10098
|
"isSource": true,
|
|
9696
10099
|
"$type": "color"
|
|
9697
10100
|
},
|
|
9698
10101
|
"dark-dimmed": {
|
|
9699
|
-
"$value":
|
|
10102
|
+
"$value": {
|
|
10103
|
+
"colorSpace": "hsl",
|
|
10104
|
+
"components": [135.8, 69.2, 20.4],
|
|
10105
|
+
"hex": "#105823"
|
|
10106
|
+
},
|
|
9700
10107
|
"filePath": "src/tokens/component/button.json5",
|
|
9701
10108
|
"isSource": true,
|
|
9702
10109
|
"$type": "color"
|
|
9703
10110
|
},
|
|
9704
10111
|
"dark-tritanopia": {
|
|
9705
|
-
"$value":
|
|
10112
|
+
"$value": {
|
|
10113
|
+
"colorSpace": "hsl",
|
|
10114
|
+
"components": [211.3, 98.8, 68.4],
|
|
10115
|
+
"hex": "#5fabfe"
|
|
10116
|
+
},
|
|
9706
10117
|
"filePath": "src/tokens/component/button.json5",
|
|
9707
10118
|
"isSource": true,
|
|
9708
10119
|
"$type": "color"
|
|
9709
10120
|
},
|
|
9710
10121
|
"dark-tritanopia-high-contrast": {
|
|
9711
|
-
"$value":
|
|
10122
|
+
"$value": {
|
|
10123
|
+
"colorSpace": "hsl",
|
|
10124
|
+
"components": [211.3, 98.8, 68.4],
|
|
10125
|
+
"hex": "#5fabfe"
|
|
10126
|
+
},
|
|
9712
10127
|
"filePath": "src/tokens/component/button.json5",
|
|
9713
10128
|
"isSource": true,
|
|
9714
10129
|
"$type": "color"
|
|
@@ -9726,37 +10141,61 @@
|
|
|
9726
10141
|
"$type": "color"
|
|
9727
10142
|
},
|
|
9728
10143
|
"dark-high-contrast": {
|
|
9729
|
-
"$value":
|
|
10144
|
+
"$value": {
|
|
10145
|
+
"colorSpace": "hsl",
|
|
10146
|
+
"components": [138.6, 94.6, 28.8],
|
|
10147
|
+
"hex": "#048f2f"
|
|
10148
|
+
},
|
|
9730
10149
|
"filePath": "src/tokens/component/button.json5",
|
|
9731
10150
|
"isSource": true,
|
|
9732
10151
|
"$type": "color"
|
|
9733
10152
|
},
|
|
9734
10153
|
"light-tritanopia": {
|
|
9735
|
-
"$value":
|
|
10154
|
+
"$value": {
|
|
10155
|
+
"colorSpace": "hsl",
|
|
10156
|
+
"components": [209.2, 100, 78.6],
|
|
10157
|
+
"hex": "#92caff"
|
|
10158
|
+
},
|
|
9736
10159
|
"filePath": "src/tokens/component/button.json5",
|
|
9737
10160
|
"isSource": true,
|
|
9738
10161
|
"$type": "color"
|
|
9739
10162
|
},
|
|
9740
10163
|
"light-tritanopia-high-contrast": {
|
|
9741
|
-
"$value":
|
|
10164
|
+
"$value": {
|
|
10165
|
+
"colorSpace": "hsl",
|
|
10166
|
+
"components": [209.2, 100, 78.6],
|
|
10167
|
+
"hex": "#92caff"
|
|
10168
|
+
},
|
|
9742
10169
|
"filePath": "src/tokens/component/button.json5",
|
|
9743
10170
|
"isSource": true,
|
|
9744
10171
|
"$type": "color"
|
|
9745
10172
|
},
|
|
9746
10173
|
"light-protanopia-deuteranopia": {
|
|
9747
|
-
"$value":
|
|
10174
|
+
"$value": {
|
|
10175
|
+
"colorSpace": "hsl",
|
|
10176
|
+
"components": [209.2, 100, 78.6],
|
|
10177
|
+
"hex": "#92caff"
|
|
10178
|
+
},
|
|
9748
10179
|
"filePath": "src/tokens/component/button.json5",
|
|
9749
10180
|
"isSource": true,
|
|
9750
10181
|
"$type": "color"
|
|
9751
10182
|
},
|
|
9752
10183
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9753
|
-
"$value":
|
|
10184
|
+
"$value": {
|
|
10185
|
+
"colorSpace": "hsl",
|
|
10186
|
+
"components": [209.2, 100, 78.6],
|
|
10187
|
+
"hex": "#92caff"
|
|
10188
|
+
},
|
|
9754
10189
|
"filePath": "src/tokens/component/button.json5",
|
|
9755
10190
|
"isSource": true,
|
|
9756
10191
|
"$type": "color"
|
|
9757
10192
|
},
|
|
9758
10193
|
"light-high-contrast": {
|
|
9759
|
-
"$value":
|
|
10194
|
+
"$value": {
|
|
10195
|
+
"colorSpace": "hsl",
|
|
10196
|
+
"components": [135.4, 40.2, 65.9],
|
|
10197
|
+
"hex": "#85cb97"
|
|
10198
|
+
},
|
|
9760
10199
|
"filePath": "src/tokens/component/button.json5",
|
|
9761
10200
|
"isSource": true,
|
|
9762
10201
|
"$type": "color"
|
|
@@ -9781,13 +10220,21 @@
|
|
|
9781
10220
|
},
|
|
9782
10221
|
"org.primer.overrides": {
|
|
9783
10222
|
"dark": {
|
|
9784
|
-
"$value":
|
|
10223
|
+
"$value": {
|
|
10224
|
+
"colorSpace": "hsl",
|
|
10225
|
+
"components": [130.5, 55.7, 36.3],
|
|
10226
|
+
"hex": "#29903B"
|
|
10227
|
+
},
|
|
9785
10228
|
"filePath": "src/tokens/component/button.json5",
|
|
9786
10229
|
"isSource": true,
|
|
9787
10230
|
"$type": "color"
|
|
9788
10231
|
},
|
|
9789
10232
|
"dark-dimmed": {
|
|
9790
|
-
"$value":
|
|
10233
|
+
"$value": {
|
|
10234
|
+
"colorSpace": "hsl",
|
|
10235
|
+
"components": [124, 38.9, 37.8],
|
|
10236
|
+
"hex": "#3b8640"
|
|
10237
|
+
},
|
|
9791
10238
|
"filePath": "src/tokens/component/button.json5",
|
|
9792
10239
|
"isSource": true,
|
|
9793
10240
|
"$type": "color"
|
|
@@ -9799,61 +10246,101 @@
|
|
|
9799
10246
|
"$type": "color"
|
|
9800
10247
|
},
|
|
9801
10248
|
"dark-tritanopia": {
|
|
9802
|
-
"$value":
|
|
10249
|
+
"$value": {
|
|
10250
|
+
"colorSpace": "hsl",
|
|
10251
|
+
"components": [215.6, 86, 55.1],
|
|
10252
|
+
"hex": "#2a7aef"
|
|
10253
|
+
},
|
|
9803
10254
|
"filePath": "src/tokens/component/button.json5",
|
|
9804
10255
|
"isSource": true,
|
|
9805
10256
|
"$type": "color"
|
|
9806
10257
|
},
|
|
9807
10258
|
"dark-tritanopia-high-contrast": {
|
|
9808
|
-
"$value":
|
|
10259
|
+
"$value": {
|
|
10260
|
+
"colorSpace": "hsl",
|
|
10261
|
+
"components": [215.6, 86, 55.1],
|
|
10262
|
+
"hex": "#2a7aef"
|
|
10263
|
+
},
|
|
9809
10264
|
"filePath": "src/tokens/component/button.json5",
|
|
9810
10265
|
"isSource": true,
|
|
9811
10266
|
"$type": "color"
|
|
9812
10267
|
},
|
|
9813
10268
|
"dark-protanopia-deuteranopia": {
|
|
9814
|
-
"$value":
|
|
10269
|
+
"$value": {
|
|
10270
|
+
"colorSpace": "hsl",
|
|
10271
|
+
"components": [215.6, 86, 55.1],
|
|
10272
|
+
"hex": "#2a7aef"
|
|
10273
|
+
},
|
|
9815
10274
|
"filePath": "src/tokens/component/button.json5",
|
|
9816
10275
|
"isSource": true,
|
|
9817
10276
|
"$type": "color"
|
|
9818
10277
|
},
|
|
9819
10278
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
9820
|
-
"$value":
|
|
10279
|
+
"$value": {
|
|
10280
|
+
"colorSpace": "hsl",
|
|
10281
|
+
"components": [215.6, 86, 55.1],
|
|
10282
|
+
"hex": "#2a7aef"
|
|
10283
|
+
},
|
|
9821
10284
|
"filePath": "src/tokens/component/button.json5",
|
|
9822
10285
|
"isSource": true,
|
|
9823
10286
|
"$type": "color"
|
|
9824
10287
|
},
|
|
9825
10288
|
"dark-high-contrast": {
|
|
9826
|
-
"$value":
|
|
10289
|
+
"$value": {
|
|
10290
|
+
"colorSpace": "hsl",
|
|
10291
|
+
"components": [138.6, 87.6, 25.3],
|
|
10292
|
+
"hex": "#08792b"
|
|
10293
|
+
},
|
|
9827
10294
|
"filePath": "src/tokens/component/button.json5",
|
|
9828
10295
|
"isSource": true,
|
|
9829
10296
|
"$type": "color"
|
|
9830
10297
|
},
|
|
9831
10298
|
"light-tritanopia": {
|
|
9832
|
-
"$value":
|
|
10299
|
+
"$value": {
|
|
10300
|
+
"colorSpace": "hsl",
|
|
10301
|
+
"components": [212.5, 92.6, 42.5],
|
|
10302
|
+
"hex": "#0864d1"
|
|
10303
|
+
},
|
|
9833
10304
|
"filePath": "src/tokens/component/button.json5",
|
|
9834
10305
|
"isSource": true,
|
|
9835
10306
|
"$type": "color"
|
|
9836
10307
|
},
|
|
9837
10308
|
"light-tritanopia-high-contrast": {
|
|
9838
|
-
"$value":
|
|
10309
|
+
"$value": {
|
|
10310
|
+
"colorSpace": "hsl",
|
|
10311
|
+
"components": [212.5, 92.6, 42.5],
|
|
10312
|
+
"hex": "#0864d1"
|
|
10313
|
+
},
|
|
9839
10314
|
"filePath": "src/tokens/component/button.json5",
|
|
9840
10315
|
"isSource": true,
|
|
9841
10316
|
"$type": "color"
|
|
9842
10317
|
},
|
|
9843
10318
|
"light-protanopia-deuteranopia": {
|
|
9844
|
-
"$value":
|
|
10319
|
+
"$value": {
|
|
10320
|
+
"colorSpace": "hsl",
|
|
10321
|
+
"components": [212.5, 92.6, 42.5],
|
|
10322
|
+
"hex": "#0864d1"
|
|
10323
|
+
},
|
|
9845
10324
|
"filePath": "src/tokens/component/button.json5",
|
|
9846
10325
|
"isSource": true,
|
|
9847
10326
|
"$type": "color"
|
|
9848
10327
|
},
|
|
9849
10328
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9850
|
-
"$value":
|
|
10329
|
+
"$value": {
|
|
10330
|
+
"colorSpace": "hsl",
|
|
10331
|
+
"components": [212.5, 92.6, 42.5],
|
|
10332
|
+
"hex": "#0864d1"
|
|
10333
|
+
},
|
|
9851
10334
|
"filePath": "src/tokens/component/button.json5",
|
|
9852
10335
|
"isSource": true,
|
|
9853
10336
|
"$type": "color"
|
|
9854
10337
|
},
|
|
9855
10338
|
"light-high-contrast": {
|
|
9856
|
-
"$value":
|
|
10339
|
+
"$value": {
|
|
10340
|
+
"colorSpace": "hsl",
|
|
10341
|
+
"components": [138.8, 91.2, 17.8],
|
|
10342
|
+
"hex": "#04571e"
|
|
10343
|
+
},
|
|
9857
10344
|
"filePath": "src/tokens/component/button.json5",
|
|
9858
10345
|
"isSource": true,
|
|
9859
10346
|
"$type": "color"
|
|
@@ -9863,7 +10350,11 @@
|
|
|
9863
10350
|
"filePath": "src/tokens/component/button.json5",
|
|
9864
10351
|
"isSource": true,
|
|
9865
10352
|
"original": {
|
|
9866
|
-
"$value":
|
|
10353
|
+
"$value": {
|
|
10354
|
+
"colorSpace": "hsl",
|
|
10355
|
+
"components": [137.2, 64.3, 30.8],
|
|
10356
|
+
"hex": "#1c8139"
|
|
10357
|
+
},
|
|
9867
10358
|
"$type": "color",
|
|
9868
10359
|
"$extensions": {
|
|
9869
10360
|
"org.primer.figma": {
|
|
@@ -9873,13 +10364,21 @@
|
|
|
9873
10364
|
},
|
|
9874
10365
|
"org.primer.overrides": {
|
|
9875
10366
|
"dark": {
|
|
9876
|
-
"$value":
|
|
10367
|
+
"$value": {
|
|
10368
|
+
"colorSpace": "hsl",
|
|
10369
|
+
"components": [130.5, 55.7, 36.3],
|
|
10370
|
+
"hex": "#29903B"
|
|
10371
|
+
},
|
|
9877
10372
|
"filePath": "src/tokens/component/button.json5",
|
|
9878
10373
|
"isSource": true,
|
|
9879
10374
|
"$type": "color"
|
|
9880
10375
|
},
|
|
9881
10376
|
"dark-dimmed": {
|
|
9882
|
-
"$value":
|
|
10377
|
+
"$value": {
|
|
10378
|
+
"colorSpace": "hsl",
|
|
10379
|
+
"components": [124, 38.9, 37.8],
|
|
10380
|
+
"hex": "#3b8640"
|
|
10381
|
+
},
|
|
9883
10382
|
"filePath": "src/tokens/component/button.json5",
|
|
9884
10383
|
"isSource": true,
|
|
9885
10384
|
"$type": "color"
|
|
@@ -9891,61 +10390,101 @@
|
|
|
9891
10390
|
"$type": "color"
|
|
9892
10391
|
},
|
|
9893
10392
|
"dark-tritanopia": {
|
|
9894
|
-
"$value":
|
|
10393
|
+
"$value": {
|
|
10394
|
+
"colorSpace": "hsl",
|
|
10395
|
+
"components": [215.6, 86, 55.1],
|
|
10396
|
+
"hex": "#2a7aef"
|
|
10397
|
+
},
|
|
9895
10398
|
"filePath": "src/tokens/component/button.json5",
|
|
9896
10399
|
"isSource": true,
|
|
9897
10400
|
"$type": "color"
|
|
9898
10401
|
},
|
|
9899
10402
|
"dark-tritanopia-high-contrast": {
|
|
9900
|
-
"$value":
|
|
10403
|
+
"$value": {
|
|
10404
|
+
"colorSpace": "hsl",
|
|
10405
|
+
"components": [215.6, 86, 55.1],
|
|
10406
|
+
"hex": "#2a7aef"
|
|
10407
|
+
},
|
|
9901
10408
|
"filePath": "src/tokens/component/button.json5",
|
|
9902
10409
|
"isSource": true,
|
|
9903
10410
|
"$type": "color"
|
|
9904
10411
|
},
|
|
9905
10412
|
"dark-protanopia-deuteranopia": {
|
|
9906
|
-
"$value":
|
|
10413
|
+
"$value": {
|
|
10414
|
+
"colorSpace": "hsl",
|
|
10415
|
+
"components": [215.6, 86, 55.1],
|
|
10416
|
+
"hex": "#2a7aef"
|
|
10417
|
+
},
|
|
9907
10418
|
"filePath": "src/tokens/component/button.json5",
|
|
9908
10419
|
"isSource": true,
|
|
9909
10420
|
"$type": "color"
|
|
9910
10421
|
},
|
|
9911
10422
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
9912
|
-
"$value":
|
|
10423
|
+
"$value": {
|
|
10424
|
+
"colorSpace": "hsl",
|
|
10425
|
+
"components": [215.6, 86, 55.1],
|
|
10426
|
+
"hex": "#2a7aef"
|
|
10427
|
+
},
|
|
9913
10428
|
"filePath": "src/tokens/component/button.json5",
|
|
9914
10429
|
"isSource": true,
|
|
9915
10430
|
"$type": "color"
|
|
9916
10431
|
},
|
|
9917
10432
|
"dark-high-contrast": {
|
|
9918
|
-
"$value":
|
|
10433
|
+
"$value": {
|
|
10434
|
+
"colorSpace": "hsl",
|
|
10435
|
+
"components": [138.6, 87.6, 25.3],
|
|
10436
|
+
"hex": "#08792b"
|
|
10437
|
+
},
|
|
9919
10438
|
"filePath": "src/tokens/component/button.json5",
|
|
9920
10439
|
"isSource": true,
|
|
9921
10440
|
"$type": "color"
|
|
9922
10441
|
},
|
|
9923
10442
|
"light-tritanopia": {
|
|
9924
|
-
"$value":
|
|
10443
|
+
"$value": {
|
|
10444
|
+
"colorSpace": "hsl",
|
|
10445
|
+
"components": [212.5, 92.6, 42.5],
|
|
10446
|
+
"hex": "#0864d1"
|
|
10447
|
+
},
|
|
9925
10448
|
"filePath": "src/tokens/component/button.json5",
|
|
9926
10449
|
"isSource": true,
|
|
9927
10450
|
"$type": "color"
|
|
9928
10451
|
},
|
|
9929
10452
|
"light-tritanopia-high-contrast": {
|
|
9930
|
-
"$value":
|
|
10453
|
+
"$value": {
|
|
10454
|
+
"colorSpace": "hsl",
|
|
10455
|
+
"components": [212.5, 92.6, 42.5],
|
|
10456
|
+
"hex": "#0864d1"
|
|
10457
|
+
},
|
|
9931
10458
|
"filePath": "src/tokens/component/button.json5",
|
|
9932
10459
|
"isSource": true,
|
|
9933
10460
|
"$type": "color"
|
|
9934
10461
|
},
|
|
9935
10462
|
"light-protanopia-deuteranopia": {
|
|
9936
|
-
"$value":
|
|
10463
|
+
"$value": {
|
|
10464
|
+
"colorSpace": "hsl",
|
|
10465
|
+
"components": [212.5, 92.6, 42.5],
|
|
10466
|
+
"hex": "#0864d1"
|
|
10467
|
+
},
|
|
9937
10468
|
"filePath": "src/tokens/component/button.json5",
|
|
9938
10469
|
"isSource": true,
|
|
9939
10470
|
"$type": "color"
|
|
9940
10471
|
},
|
|
9941
10472
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
9942
|
-
"$value":
|
|
10473
|
+
"$value": {
|
|
10474
|
+
"colorSpace": "hsl",
|
|
10475
|
+
"components": [212.5, 92.6, 42.5],
|
|
10476
|
+
"hex": "#0864d1"
|
|
10477
|
+
},
|
|
9943
10478
|
"filePath": "src/tokens/component/button.json5",
|
|
9944
10479
|
"isSource": true,
|
|
9945
10480
|
"$type": "color"
|
|
9946
10481
|
},
|
|
9947
10482
|
"light-high-contrast": {
|
|
9948
|
-
"$value":
|
|
10483
|
+
"$value": {
|
|
10484
|
+
"colorSpace": "hsl",
|
|
10485
|
+
"components": [138.8, 91.2, 17.8],
|
|
10486
|
+
"hex": "#04571e"
|
|
10487
|
+
},
|
|
9949
10488
|
"filePath": "src/tokens/component/button.json5",
|
|
9950
10489
|
"isSource": true,
|
|
9951
10490
|
"$type": "color"
|
|
@@ -10056,37 +10595,61 @@
|
|
|
10056
10595
|
},
|
|
10057
10596
|
"org.primer.overrides": {
|
|
10058
10597
|
"dark": {
|
|
10059
|
-
"$value":
|
|
10598
|
+
"$value": {
|
|
10599
|
+
"colorSpace": "hsl",
|
|
10600
|
+
"components": [135.8, 69.2, 20.4],
|
|
10601
|
+
"hex": "#105823"
|
|
10602
|
+
},
|
|
10060
10603
|
"filePath": "src/tokens/component/button.json5",
|
|
10061
10604
|
"isSource": true,
|
|
10062
10605
|
"$type": "color"
|
|
10063
10606
|
},
|
|
10064
10607
|
"dark-dimmed": {
|
|
10065
|
-
"$value":
|
|
10608
|
+
"$value": {
|
|
10609
|
+
"colorSpace": "hsl",
|
|
10610
|
+
"components": [135.8, 69.2, 20.4],
|
|
10611
|
+
"hex": "#105823"
|
|
10612
|
+
},
|
|
10066
10613
|
"filePath": "src/tokens/component/button.json5",
|
|
10067
10614
|
"isSource": true,
|
|
10068
10615
|
"$type": "color"
|
|
10069
10616
|
},
|
|
10070
10617
|
"dark-tritanopia": {
|
|
10071
|
-
"$value":
|
|
10618
|
+
"$value": {
|
|
10619
|
+
"colorSpace": "hsl",
|
|
10620
|
+
"components": [211.3, 98.8, 68.4],
|
|
10621
|
+
"hex": "#5fabfe"
|
|
10622
|
+
},
|
|
10072
10623
|
"filePath": "src/tokens/component/button.json5",
|
|
10073
10624
|
"isSource": true,
|
|
10074
10625
|
"$type": "color"
|
|
10075
10626
|
},
|
|
10076
10627
|
"dark-tritanopia-high-contrast": {
|
|
10077
|
-
"$value":
|
|
10628
|
+
"$value": {
|
|
10629
|
+
"colorSpace": "hsl",
|
|
10630
|
+
"components": [211.3, 98.8, 68.4],
|
|
10631
|
+
"hex": "#5fabfe"
|
|
10632
|
+
},
|
|
10078
10633
|
"filePath": "src/tokens/component/button.json5",
|
|
10079
10634
|
"isSource": true,
|
|
10080
10635
|
"$type": "color"
|
|
10081
10636
|
},
|
|
10082
10637
|
"dark-protanopia-deuteranopia": {
|
|
10083
|
-
"$value":
|
|
10638
|
+
"$value": {
|
|
10639
|
+
"colorSpace": "hsl",
|
|
10640
|
+
"components": [216.6, 84.3, 42.4],
|
|
10641
|
+
"hex": "#1158c7"
|
|
10642
|
+
},
|
|
10084
10643
|
"filePath": "src/tokens/component/button.json5",
|
|
10085
10644
|
"isSource": true,
|
|
10086
10645
|
"$type": "color"
|
|
10087
10646
|
},
|
|
10088
10647
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
10089
|
-
"$value":
|
|
10648
|
+
"$value": {
|
|
10649
|
+
"colorSpace": "hsl",
|
|
10650
|
+
"components": [216.6, 84.3, 42.4],
|
|
10651
|
+
"hex": "#1158c7"
|
|
10652
|
+
},
|
|
10090
10653
|
"filePath": "src/tokens/component/button.json5",
|
|
10091
10654
|
"isSource": true,
|
|
10092
10655
|
"$type": "color"
|
|
@@ -10099,7 +10662,11 @@
|
|
|
10099
10662
|
"$type": "color"
|
|
10100
10663
|
},
|
|
10101
10664
|
"light-high-contrast": {
|
|
10102
|
-
"$value":
|
|
10665
|
+
"$value": {
|
|
10666
|
+
"colorSpace": "hsl",
|
|
10667
|
+
"components": [135.4, 40.2, 65.9],
|
|
10668
|
+
"hex": "#85cb97"
|
|
10669
|
+
},
|
|
10103
10670
|
"filePath": "src/tokens/component/button.json5",
|
|
10104
10671
|
"isSource": true,
|
|
10105
10672
|
"$type": "color"
|
|
@@ -10119,37 +10686,61 @@
|
|
|
10119
10686
|
},
|
|
10120
10687
|
"org.primer.overrides": {
|
|
10121
10688
|
"dark": {
|
|
10122
|
-
"$value":
|
|
10689
|
+
"$value": {
|
|
10690
|
+
"colorSpace": "hsl",
|
|
10691
|
+
"components": [135.8, 69.2, 20.4],
|
|
10692
|
+
"hex": "#105823"
|
|
10693
|
+
},
|
|
10123
10694
|
"filePath": "src/tokens/component/button.json5",
|
|
10124
10695
|
"isSource": true,
|
|
10125
10696
|
"$type": "color"
|
|
10126
10697
|
},
|
|
10127
10698
|
"dark-dimmed": {
|
|
10128
|
-
"$value":
|
|
10699
|
+
"$value": {
|
|
10700
|
+
"colorSpace": "hsl",
|
|
10701
|
+
"components": [135.8, 69.2, 20.4],
|
|
10702
|
+
"hex": "#105823"
|
|
10703
|
+
},
|
|
10129
10704
|
"filePath": "src/tokens/component/button.json5",
|
|
10130
10705
|
"isSource": true,
|
|
10131
10706
|
"$type": "color"
|
|
10132
10707
|
},
|
|
10133
10708
|
"dark-tritanopia": {
|
|
10134
|
-
"$value":
|
|
10709
|
+
"$value": {
|
|
10710
|
+
"colorSpace": "hsl",
|
|
10711
|
+
"components": [211.3, 98.8, 68.4],
|
|
10712
|
+
"hex": "#5fabfe"
|
|
10713
|
+
},
|
|
10135
10714
|
"filePath": "src/tokens/component/button.json5",
|
|
10136
10715
|
"isSource": true,
|
|
10137
10716
|
"$type": "color"
|
|
10138
10717
|
},
|
|
10139
10718
|
"dark-tritanopia-high-contrast": {
|
|
10140
|
-
"$value":
|
|
10719
|
+
"$value": {
|
|
10720
|
+
"colorSpace": "hsl",
|
|
10721
|
+
"components": [211.3, 98.8, 68.4],
|
|
10722
|
+
"hex": "#5fabfe"
|
|
10723
|
+
},
|
|
10141
10724
|
"filePath": "src/tokens/component/button.json5",
|
|
10142
10725
|
"isSource": true,
|
|
10143
10726
|
"$type": "color"
|
|
10144
10727
|
},
|
|
10145
10728
|
"dark-protanopia-deuteranopia": {
|
|
10146
|
-
"$value":
|
|
10729
|
+
"$value": {
|
|
10730
|
+
"colorSpace": "hsl",
|
|
10731
|
+
"components": [216.6, 84.3, 42.4],
|
|
10732
|
+
"hex": "#1158c7"
|
|
10733
|
+
},
|
|
10147
10734
|
"filePath": "src/tokens/component/button.json5",
|
|
10148
10735
|
"isSource": true,
|
|
10149
10736
|
"$type": "color"
|
|
10150
10737
|
},
|
|
10151
10738
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
10152
|
-
"$value":
|
|
10739
|
+
"$value": {
|
|
10740
|
+
"colorSpace": "hsl",
|
|
10741
|
+
"components": [216.6, 84.3, 42.4],
|
|
10742
|
+
"hex": "#1158c7"
|
|
10743
|
+
},
|
|
10153
10744
|
"filePath": "src/tokens/component/button.json5",
|
|
10154
10745
|
"isSource": true,
|
|
10155
10746
|
"$type": "color"
|
|
@@ -10162,7 +10753,11 @@
|
|
|
10162
10753
|
"$type": "color"
|
|
10163
10754
|
},
|
|
10164
10755
|
"light-high-contrast": {
|
|
10165
|
-
"$value":
|
|
10756
|
+
"$value": {
|
|
10757
|
+
"colorSpace": "hsl",
|
|
10758
|
+
"components": [135.4, 40.2, 65.9],
|
|
10759
|
+
"hex": "#85cb97"
|
|
10760
|
+
},
|
|
10166
10761
|
"filePath": "src/tokens/component/button.json5",
|
|
10167
10762
|
"isSource": true,
|
|
10168
10763
|
"$type": "color"
|
|
@@ -10402,13 +10997,21 @@
|
|
|
10402
10997
|
"$type": "color"
|
|
10403
10998
|
},
|
|
10404
10999
|
"dark-dimmed": {
|
|
10405
|
-
"$value":
|
|
11000
|
+
"$value": {
|
|
11001
|
+
"colorSpace": "hsl",
|
|
11002
|
+
"components": [0, 0, 100],
|
|
11003
|
+
"hex": "#ffffff"
|
|
11004
|
+
},
|
|
10406
11005
|
"filePath": "src/tokens/component/button.json5",
|
|
10407
11006
|
"isSource": true,
|
|
10408
11007
|
"$type": "color"
|
|
10409
11008
|
},
|
|
10410
11009
|
"dark-dimmed-high-contrast": {
|
|
10411
|
-
"$value":
|
|
11010
|
+
"$value": {
|
|
11011
|
+
"colorSpace": "hsl",
|
|
11012
|
+
"components": [0, 0, 100],
|
|
11013
|
+
"hex": "#ffffff"
|
|
11014
|
+
},
|
|
10412
11015
|
"filePath": "src/tokens/component/button.json5",
|
|
10413
11016
|
"isSource": true,
|
|
10414
11017
|
"$type": "color"
|
|
@@ -10434,13 +11037,21 @@
|
|
|
10434
11037
|
"$type": "color"
|
|
10435
11038
|
},
|
|
10436
11039
|
"dark-dimmed": {
|
|
10437
|
-
"$value":
|
|
11040
|
+
"$value": {
|
|
11041
|
+
"colorSpace": "hsl",
|
|
11042
|
+
"components": [0, 0, 100],
|
|
11043
|
+
"hex": "#ffffff"
|
|
11044
|
+
},
|
|
10438
11045
|
"filePath": "src/tokens/component/button.json5",
|
|
10439
11046
|
"isSource": true,
|
|
10440
11047
|
"$type": "color"
|
|
10441
11048
|
},
|
|
10442
11049
|
"dark-dimmed-high-contrast": {
|
|
10443
|
-
"$value":
|
|
11050
|
+
"$value": {
|
|
11051
|
+
"colorSpace": "hsl",
|
|
11052
|
+
"components": [0, 0, 100],
|
|
11053
|
+
"hex": "#ffffff"
|
|
11054
|
+
},
|
|
10444
11055
|
"filePath": "src/tokens/component/button.json5",
|
|
10445
11056
|
"isSource": true,
|
|
10446
11057
|
"$type": "color"
|
|
@@ -10455,6 +11066,35 @@
|
|
|
10455
11066
|
"value": "#ffffff",
|
|
10456
11067
|
"type": "color"
|
|
10457
11068
|
},
|
|
11069
|
+
"button-primary-iconColor-disabled": {
|
|
11070
|
+
"key": "{button.primary.iconColor.disabled}",
|
|
11071
|
+
"$extensions": {
|
|
11072
|
+
"org.primer.figma": {
|
|
11073
|
+
"collection": "mode",
|
|
11074
|
+
"group": "component (internal)",
|
|
11075
|
+
"scopes": ["fgColor"]
|
|
11076
|
+
}
|
|
11077
|
+
},
|
|
11078
|
+
"filePath": "src/tokens/component/button.json5",
|
|
11079
|
+
"isSource": true,
|
|
11080
|
+
"original": {
|
|
11081
|
+
"$value": "{button.primary.fgColor.disabled}",
|
|
11082
|
+
"$type": "color",
|
|
11083
|
+
"$extensions": {
|
|
11084
|
+
"org.primer.figma": {
|
|
11085
|
+
"collection": "mode",
|
|
11086
|
+
"group": "component (internal)",
|
|
11087
|
+
"scopes": ["fgColor"]
|
|
11088
|
+
}
|
|
11089
|
+
},
|
|
11090
|
+
"key": "{button.primary.iconColor.disabled}"
|
|
11091
|
+
},
|
|
11092
|
+
"name": "button-primary-iconColor-disabled",
|
|
11093
|
+
"attributes": {},
|
|
11094
|
+
"path": ["button", "primary", "iconColor", "disabled"],
|
|
11095
|
+
"value": "#ffffffcc",
|
|
11096
|
+
"type": "color"
|
|
11097
|
+
},
|
|
10458
11098
|
"button-primary-iconColor-rest": {
|
|
10459
11099
|
"key": "{button.primary.iconColor.rest}",
|
|
10460
11100
|
"$extensions": {
|
|
@@ -10478,13 +11118,21 @@
|
|
|
10478
11118
|
"$type": "color"
|
|
10479
11119
|
},
|
|
10480
11120
|
"dark-dimmed": {
|
|
10481
|
-
"$value":
|
|
11121
|
+
"$value": {
|
|
11122
|
+
"colorSpace": "hsl",
|
|
11123
|
+
"components": [0, 0, 100],
|
|
11124
|
+
"hex": "#ffffff"
|
|
11125
|
+
},
|
|
10482
11126
|
"filePath": "src/tokens/component/button.json5",
|
|
10483
11127
|
"isSource": true,
|
|
10484
11128
|
"$type": "color"
|
|
10485
11129
|
},
|
|
10486
11130
|
"dark-dimmed-high-contrast": {
|
|
10487
|
-
"$value":
|
|
11131
|
+
"$value": {
|
|
11132
|
+
"colorSpace": "hsl",
|
|
11133
|
+
"components": [0, 0, 100],
|
|
11134
|
+
"hex": "#ffffff"
|
|
11135
|
+
},
|
|
10488
11136
|
"filePath": "src/tokens/component/button.json5",
|
|
10489
11137
|
"isSource": true,
|
|
10490
11138
|
"$type": "color"
|
|
@@ -10518,13 +11166,21 @@
|
|
|
10518
11166
|
"$type": "color"
|
|
10519
11167
|
},
|
|
10520
11168
|
"dark-dimmed": {
|
|
10521
|
-
"$value":
|
|
11169
|
+
"$value": {
|
|
11170
|
+
"colorSpace": "hsl",
|
|
11171
|
+
"components": [0, 0, 100],
|
|
11172
|
+
"hex": "#ffffff"
|
|
11173
|
+
},
|
|
10522
11174
|
"filePath": "src/tokens/component/button.json5",
|
|
10523
11175
|
"isSource": true,
|
|
10524
11176
|
"$type": "color"
|
|
10525
11177
|
},
|
|
10526
11178
|
"dark-dimmed-high-contrast": {
|
|
10527
|
-
"$value":
|
|
11179
|
+
"$value": {
|
|
11180
|
+
"colorSpace": "hsl",
|
|
11181
|
+
"components": [0, 0, 100],
|
|
11182
|
+
"hex": "#ffffff"
|
|
11183
|
+
},
|
|
10528
11184
|
"filePath": "src/tokens/component/button.json5",
|
|
10529
11185
|
"isSource": true,
|
|
10530
11186
|
"$type": "color"
|
|
@@ -11175,7 +11831,11 @@
|
|
|
11175
11831
|
"filePath": "src/tokens/component/button.json5",
|
|
11176
11832
|
"isSource": true,
|
|
11177
11833
|
"original": {
|
|
11178
|
-
"$value":
|
|
11834
|
+
"$value": {
|
|
11835
|
+
"colorSpace": "hsl",
|
|
11836
|
+
"components": [354.2, 74.8, 43.5],
|
|
11837
|
+
"hex": "#c21c2c"
|
|
11838
|
+
},
|
|
11179
11839
|
"$type": "color",
|
|
11180
11840
|
"$extensions": {
|
|
11181
11841
|
"org.primer.figma": {
|
|
@@ -13996,7 +14656,11 @@
|
|
|
13996
14656
|
"filePath": "src/tokens/functional/color/syntax.json5",
|
|
13997
14657
|
"isSource": true,
|
|
13998
14658
|
"original": {
|
|
13999
|
-
"$value":
|
|
14659
|
+
"$value": {
|
|
14660
|
+
"colorSpace": "hsl",
|
|
14661
|
+
"components": [184, 65.8, 31],
|
|
14662
|
+
"hex": "#1b7c83"
|
|
14663
|
+
},
|
|
14000
14664
|
"$type": "color",
|
|
14001
14665
|
"$extensions": {
|
|
14002
14666
|
"org.primer.figma": {
|
|
@@ -14029,7 +14693,11 @@
|
|
|
14029
14693
|
"filePath": "src/tokens/functional/color/syntax.json5",
|
|
14030
14694
|
"isSource": true,
|
|
14031
14695
|
"original": {
|
|
14032
|
-
"$value":
|
|
14696
|
+
"$value": {
|
|
14697
|
+
"colorSpace": "hsl",
|
|
14698
|
+
"components": [191.9, 55.3, 42.9],
|
|
14699
|
+
"hex": "#3192aa"
|
|
14700
|
+
},
|
|
14033
14701
|
"$type": "color",
|
|
14034
14702
|
"$extensions": {
|
|
14035
14703
|
"org.primer.figma": {
|
|
@@ -16894,7 +17562,11 @@
|
|
|
16894
17562
|
"org.primer.overrides": {
|
|
16895
17563
|
"dark": "#d1d9e0",
|
|
16896
17564
|
"dark-dimmed": {
|
|
16897
|
-
"$value":
|
|
17565
|
+
"$value": {
|
|
17566
|
+
"colorSpace": "hsl",
|
|
17567
|
+
"components": [213.8, 11.6, 27.1],
|
|
17568
|
+
"hex": "#3d444d"
|
|
17569
|
+
},
|
|
16898
17570
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
16899
17571
|
"isSource": true,
|
|
16900
17572
|
"$type": "color"
|
|
@@ -16915,7 +17587,11 @@
|
|
|
16915
17587
|
"org.primer.overrides": {
|
|
16916
17588
|
"dark": "{borderColor.default}",
|
|
16917
17589
|
"dark-dimmed": {
|
|
16918
|
-
"$value":
|
|
17590
|
+
"$value": {
|
|
17591
|
+
"colorSpace": "hsl",
|
|
17592
|
+
"components": [213.8, 11.6, 27.1],
|
|
17593
|
+
"hex": "#3d444d"
|
|
17594
|
+
},
|
|
16919
17595
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
16920
17596
|
"isSource": true,
|
|
16921
17597
|
"$type": "color"
|
|
@@ -17046,49 +17722,81 @@
|
|
|
17046
17722
|
"org.primer.overrides": {
|
|
17047
17723
|
"dark": "#3685F3",
|
|
17048
17724
|
"dark-high-contrast": {
|
|
17049
|
-
"$value":
|
|
17725
|
+
"$value": {
|
|
17726
|
+
"colorSpace": "hsl",
|
|
17727
|
+
"components": [215.3, 61.2, 52.5],
|
|
17728
|
+
"hex": "#3c79d0"
|
|
17729
|
+
},
|
|
17050
17730
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17051
17731
|
"isSource": true,
|
|
17052
17732
|
"$type": "color"
|
|
17053
17733
|
},
|
|
17054
17734
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
17055
|
-
"$value":
|
|
17735
|
+
"$value": {
|
|
17736
|
+
"colorSpace": "hsl",
|
|
17737
|
+
"components": [215.3, 61.2, 52.5],
|
|
17738
|
+
"hex": "#3c79d0"
|
|
17739
|
+
},
|
|
17056
17740
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17057
17741
|
"isSource": true,
|
|
17058
17742
|
"$type": "color"
|
|
17059
17743
|
},
|
|
17060
17744
|
"dark-tritanopia-high-contrast": {
|
|
17061
|
-
"$value":
|
|
17745
|
+
"$value": {
|
|
17746
|
+
"colorSpace": "hsl",
|
|
17747
|
+
"components": [215.3, 61.2, 52.5],
|
|
17748
|
+
"hex": "#3c79d0"
|
|
17749
|
+
},
|
|
17062
17750
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17063
17751
|
"isSource": true,
|
|
17064
17752
|
"$type": "color"
|
|
17065
17753
|
},
|
|
17066
17754
|
"dark-dimmed": {
|
|
17067
|
-
"$value":
|
|
17755
|
+
"$value": {
|
|
17756
|
+
"colorSpace": "hsl",
|
|
17757
|
+
"components": [215.4, 68.4, 55.3],
|
|
17758
|
+
"hex": "#3f7fdb"
|
|
17759
|
+
},
|
|
17068
17760
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17069
17761
|
"isSource": true,
|
|
17070
17762
|
"$type": "color"
|
|
17071
17763
|
},
|
|
17072
17764
|
"dark-dimmed-high-contrast": {
|
|
17073
|
-
"$value":
|
|
17765
|
+
"$value": {
|
|
17766
|
+
"colorSpace": "hsl",
|
|
17767
|
+
"components": [215.3, 61.2, 52.5],
|
|
17768
|
+
"hex": "#3c79d0"
|
|
17769
|
+
},
|
|
17074
17770
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17075
17771
|
"isSource": true,
|
|
17076
17772
|
"$type": "color"
|
|
17077
17773
|
},
|
|
17078
17774
|
"light-high-contrast": {
|
|
17079
|
-
"$value":
|
|
17775
|
+
"$value": {
|
|
17776
|
+
"colorSpace": "hsl",
|
|
17777
|
+
"components": [216.6, 96.3, 31.4],
|
|
17778
|
+
"hex": "#033f9d"
|
|
17779
|
+
},
|
|
17080
17780
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17081
17781
|
"isSource": true,
|
|
17082
17782
|
"$type": "color"
|
|
17083
17783
|
},
|
|
17084
17784
|
"light-tritanopia-high-contrast": {
|
|
17085
|
-
"$value":
|
|
17785
|
+
"$value": {
|
|
17786
|
+
"colorSpace": "hsl",
|
|
17787
|
+
"components": [216.6, 96.3, 31.4],
|
|
17788
|
+
"hex": "#033f9d"
|
|
17789
|
+
},
|
|
17086
17790
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17087
17791
|
"isSource": true,
|
|
17088
17792
|
"$type": "color"
|
|
17089
17793
|
},
|
|
17090
17794
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17091
|
-
"$value":
|
|
17795
|
+
"$value": {
|
|
17796
|
+
"colorSpace": "hsl",
|
|
17797
|
+
"components": [216.6, 96.3, 31.4],
|
|
17798
|
+
"hex": "#033f9d"
|
|
17799
|
+
},
|
|
17092
17800
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17093
17801
|
"isSource": true,
|
|
17094
17802
|
"$type": "color"
|
|
@@ -17098,7 +17806,11 @@
|
|
|
17098
17806
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17099
17807
|
"isSource": true,
|
|
17100
17808
|
"original": {
|
|
17101
|
-
"$value":
|
|
17809
|
+
"$value": {
|
|
17810
|
+
"colorSpace": "hsl",
|
|
17811
|
+
"components": [213.2, 92.7, 37.8],
|
|
17812
|
+
"hex": "#0757ba"
|
|
17813
|
+
},
|
|
17102
17814
|
"$type": "color",
|
|
17103
17815
|
"$extensions": {
|
|
17104
17816
|
"org.primer.figma": {
|
|
@@ -17109,49 +17821,81 @@
|
|
|
17109
17821
|
"org.primer.overrides": {
|
|
17110
17822
|
"dark": "#3685F3",
|
|
17111
17823
|
"dark-high-contrast": {
|
|
17112
|
-
"$value":
|
|
17824
|
+
"$value": {
|
|
17825
|
+
"colorSpace": "hsl",
|
|
17826
|
+
"components": [215.3, 61.2, 52.5],
|
|
17827
|
+
"hex": "#3c79d0"
|
|
17828
|
+
},
|
|
17113
17829
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17114
17830
|
"isSource": true,
|
|
17115
17831
|
"$type": "color"
|
|
17116
17832
|
},
|
|
17117
17833
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
17118
|
-
"$value":
|
|
17834
|
+
"$value": {
|
|
17835
|
+
"colorSpace": "hsl",
|
|
17836
|
+
"components": [215.3, 61.2, 52.5],
|
|
17837
|
+
"hex": "#3c79d0"
|
|
17838
|
+
},
|
|
17119
17839
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17120
17840
|
"isSource": true,
|
|
17121
17841
|
"$type": "color"
|
|
17122
17842
|
},
|
|
17123
17843
|
"dark-tritanopia-high-contrast": {
|
|
17124
|
-
"$value":
|
|
17844
|
+
"$value": {
|
|
17845
|
+
"colorSpace": "hsl",
|
|
17846
|
+
"components": [215.3, 61.2, 52.5],
|
|
17847
|
+
"hex": "#3c79d0"
|
|
17848
|
+
},
|
|
17125
17849
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17126
17850
|
"isSource": true,
|
|
17127
17851
|
"$type": "color"
|
|
17128
17852
|
},
|
|
17129
17853
|
"dark-dimmed": {
|
|
17130
|
-
"$value":
|
|
17854
|
+
"$value": {
|
|
17855
|
+
"colorSpace": "hsl",
|
|
17856
|
+
"components": [215.4, 68.4, 55.3],
|
|
17857
|
+
"hex": "#3f7fdb"
|
|
17858
|
+
},
|
|
17131
17859
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17132
17860
|
"isSource": true,
|
|
17133
17861
|
"$type": "color"
|
|
17134
17862
|
},
|
|
17135
17863
|
"dark-dimmed-high-contrast": {
|
|
17136
|
-
"$value":
|
|
17864
|
+
"$value": {
|
|
17865
|
+
"colorSpace": "hsl",
|
|
17866
|
+
"components": [215.3, 61.2, 52.5],
|
|
17867
|
+
"hex": "#3c79d0"
|
|
17868
|
+
},
|
|
17137
17869
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17138
17870
|
"isSource": true,
|
|
17139
17871
|
"$type": "color"
|
|
17140
17872
|
},
|
|
17141
17873
|
"light-high-contrast": {
|
|
17142
|
-
"$value":
|
|
17874
|
+
"$value": {
|
|
17875
|
+
"colorSpace": "hsl",
|
|
17876
|
+
"components": [216.6, 96.3, 31.4],
|
|
17877
|
+
"hex": "#033f9d"
|
|
17878
|
+
},
|
|
17143
17879
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17144
17880
|
"isSource": true,
|
|
17145
17881
|
"$type": "color"
|
|
17146
17882
|
},
|
|
17147
17883
|
"light-tritanopia-high-contrast": {
|
|
17148
|
-
"$value":
|
|
17884
|
+
"$value": {
|
|
17885
|
+
"colorSpace": "hsl",
|
|
17886
|
+
"components": [216.6, 96.3, 31.4],
|
|
17887
|
+
"hex": "#033f9d"
|
|
17888
|
+
},
|
|
17149
17889
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17150
17890
|
"isSource": true,
|
|
17151
17891
|
"$type": "color"
|
|
17152
17892
|
},
|
|
17153
17893
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17154
|
-
"$value":
|
|
17894
|
+
"$value": {
|
|
17895
|
+
"colorSpace": "hsl",
|
|
17896
|
+
"components": [216.6, 96.3, 31.4],
|
|
17897
|
+
"hex": "#033f9d"
|
|
17898
|
+
},
|
|
17155
17899
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17156
17900
|
"isSource": true,
|
|
17157
17901
|
"$type": "color"
|
|
@@ -17212,49 +17956,81 @@
|
|
|
17212
17956
|
"org.primer.overrides": {
|
|
17213
17957
|
"dark": "#2A7AEF",
|
|
17214
17958
|
"dark-high-contrast": {
|
|
17215
|
-
"$value":
|
|
17959
|
+
"$value": {
|
|
17960
|
+
"colorSpace": "hsl",
|
|
17961
|
+
"components": [217.2, 63.6, 46.3],
|
|
17962
|
+
"hex": "#2b64c1"
|
|
17963
|
+
},
|
|
17216
17964
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17217
17965
|
"isSource": true,
|
|
17218
17966
|
"$type": "color"
|
|
17219
17967
|
},
|
|
17220
17968
|
"dark-tritanopia-high-contrast": {
|
|
17221
|
-
"$value":
|
|
17969
|
+
"$value": {
|
|
17970
|
+
"colorSpace": "hsl",
|
|
17971
|
+
"components": [217.2, 63.6, 46.3],
|
|
17972
|
+
"hex": "#2b64c1"
|
|
17973
|
+
},
|
|
17222
17974
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17223
17975
|
"isSource": true,
|
|
17224
17976
|
"$type": "color"
|
|
17225
17977
|
},
|
|
17226
17978
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
17227
|
-
"$value":
|
|
17979
|
+
"$value": {
|
|
17980
|
+
"colorSpace": "hsl",
|
|
17981
|
+
"components": [217.2, 63.6, 46.3],
|
|
17982
|
+
"hex": "#2b64c1"
|
|
17983
|
+
},
|
|
17228
17984
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17229
17985
|
"isSource": true,
|
|
17230
17986
|
"$type": "color"
|
|
17231
17987
|
},
|
|
17232
17988
|
"dark-dimmed": {
|
|
17233
|
-
"$value":
|
|
17989
|
+
"$value": {
|
|
17990
|
+
"colorSpace": "hsl",
|
|
17991
|
+
"components": [216, 63.8, 52.4],
|
|
17992
|
+
"hex": "#3876d3"
|
|
17993
|
+
},
|
|
17234
17994
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17235
17995
|
"isSource": true,
|
|
17236
17996
|
"$type": "color"
|
|
17237
17997
|
},
|
|
17238
17998
|
"dark-dimmed-high-contrast": {
|
|
17239
|
-
"$value":
|
|
17999
|
+
"$value": {
|
|
18000
|
+
"colorSpace": "hsl",
|
|
18001
|
+
"components": [217.2, 63.6, 46.3],
|
|
18002
|
+
"hex": "#2b64c1"
|
|
18003
|
+
},
|
|
17240
18004
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17241
18005
|
"isSource": true,
|
|
17242
18006
|
"$type": "color"
|
|
17243
18007
|
},
|
|
17244
18008
|
"light-high-contrast": {
|
|
17245
|
-
"$value":
|
|
18009
|
+
"$value": {
|
|
18010
|
+
"colorSpace": "hsl",
|
|
18011
|
+
"components": [216.4, 96.5, 33.5],
|
|
18012
|
+
"hex": "#0344a8"
|
|
18013
|
+
},
|
|
17246
18014
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17247
18015
|
"isSource": true,
|
|
17248
18016
|
"$type": "color"
|
|
17249
18017
|
},
|
|
17250
18018
|
"light-tritanopia-high-contrast": {
|
|
17251
|
-
"$value":
|
|
18019
|
+
"$value": {
|
|
18020
|
+
"colorSpace": "hsl",
|
|
18021
|
+
"components": [216.4, 96.5, 33.5],
|
|
18022
|
+
"hex": "#0344a8"
|
|
18023
|
+
},
|
|
17252
18024
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17253
18025
|
"isSource": true,
|
|
17254
18026
|
"$type": "color"
|
|
17255
18027
|
},
|
|
17256
18028
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17257
|
-
"$value":
|
|
18029
|
+
"$value": {
|
|
18030
|
+
"colorSpace": "hsl",
|
|
18031
|
+
"components": [216.4, 96.5, 33.5],
|
|
18032
|
+
"hex": "#0344a8"
|
|
18033
|
+
},
|
|
17258
18034
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17259
18035
|
"isSource": true,
|
|
17260
18036
|
"$type": "color"
|
|
@@ -17264,7 +18040,11 @@
|
|
|
17264
18040
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17265
18041
|
"isSource": true,
|
|
17266
18042
|
"original": {
|
|
17267
|
-
"$value":
|
|
18043
|
+
"$value": {
|
|
18044
|
+
"colorSpace": "hsl",
|
|
18045
|
+
"components": [212.8, 92.4, 41.2],
|
|
18046
|
+
"hex": "#0860ca"
|
|
18047
|
+
},
|
|
17268
18048
|
"$type": "color",
|
|
17269
18049
|
"$extensions": {
|
|
17270
18050
|
"org.primer.figma": {
|
|
@@ -17275,49 +18055,81 @@
|
|
|
17275
18055
|
"org.primer.overrides": {
|
|
17276
18056
|
"dark": "#2A7AEF",
|
|
17277
18057
|
"dark-high-contrast": {
|
|
17278
|
-
"$value":
|
|
18058
|
+
"$value": {
|
|
18059
|
+
"colorSpace": "hsl",
|
|
18060
|
+
"components": [217.2, 63.6, 46.3],
|
|
18061
|
+
"hex": "#2b64c1"
|
|
18062
|
+
},
|
|
17279
18063
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17280
18064
|
"isSource": true,
|
|
17281
18065
|
"$type": "color"
|
|
17282
18066
|
},
|
|
17283
18067
|
"dark-tritanopia-high-contrast": {
|
|
17284
|
-
"$value":
|
|
18068
|
+
"$value": {
|
|
18069
|
+
"colorSpace": "hsl",
|
|
18070
|
+
"components": [217.2, 63.6, 46.3],
|
|
18071
|
+
"hex": "#2b64c1"
|
|
18072
|
+
},
|
|
17285
18073
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17286
18074
|
"isSource": true,
|
|
17287
18075
|
"$type": "color"
|
|
17288
18076
|
},
|
|
17289
18077
|
"dark-protanopia-deuteranopia-high-contrast": {
|
|
17290
|
-
"$value":
|
|
18078
|
+
"$value": {
|
|
18079
|
+
"colorSpace": "hsl",
|
|
18080
|
+
"components": [217.2, 63.6, 46.3],
|
|
18081
|
+
"hex": "#2b64c1"
|
|
18082
|
+
},
|
|
17291
18083
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17292
18084
|
"isSource": true,
|
|
17293
18085
|
"$type": "color"
|
|
17294
18086
|
},
|
|
17295
18087
|
"dark-dimmed": {
|
|
17296
|
-
"$value":
|
|
18088
|
+
"$value": {
|
|
18089
|
+
"colorSpace": "hsl",
|
|
18090
|
+
"components": [216, 63.8, 52.4],
|
|
18091
|
+
"hex": "#3876d3"
|
|
18092
|
+
},
|
|
17297
18093
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17298
18094
|
"isSource": true,
|
|
17299
18095
|
"$type": "color"
|
|
17300
18096
|
},
|
|
17301
18097
|
"dark-dimmed-high-contrast": {
|
|
17302
|
-
"$value":
|
|
18098
|
+
"$value": {
|
|
18099
|
+
"colorSpace": "hsl",
|
|
18100
|
+
"components": [217.2, 63.6, 46.3],
|
|
18101
|
+
"hex": "#2b64c1"
|
|
18102
|
+
},
|
|
17303
18103
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17304
18104
|
"isSource": true,
|
|
17305
18105
|
"$type": "color"
|
|
17306
18106
|
},
|
|
17307
18107
|
"light-high-contrast": {
|
|
17308
|
-
"$value":
|
|
18108
|
+
"$value": {
|
|
18109
|
+
"colorSpace": "hsl",
|
|
18110
|
+
"components": [216.4, 96.5, 33.5],
|
|
18111
|
+
"hex": "#0344a8"
|
|
18112
|
+
},
|
|
17309
18113
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17310
18114
|
"isSource": true,
|
|
17311
18115
|
"$type": "color"
|
|
17312
18116
|
},
|
|
17313
18117
|
"light-tritanopia-high-contrast": {
|
|
17314
|
-
"$value":
|
|
18118
|
+
"$value": {
|
|
18119
|
+
"colorSpace": "hsl",
|
|
18120
|
+
"components": [216.4, 96.5, 33.5],
|
|
18121
|
+
"hex": "#0344a8"
|
|
18122
|
+
},
|
|
17315
18123
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17316
18124
|
"isSource": true,
|
|
17317
18125
|
"$type": "color"
|
|
17318
18126
|
},
|
|
17319
18127
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17320
|
-
"$value":
|
|
18128
|
+
"$value": {
|
|
18129
|
+
"colorSpace": "hsl",
|
|
18130
|
+
"components": [216.4, 96.5, 33.5],
|
|
18131
|
+
"hex": "#0344a8"
|
|
18132
|
+
},
|
|
17321
18133
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17322
18134
|
"isSource": true,
|
|
17323
18135
|
"$type": "color"
|
|
@@ -17396,7 +18208,11 @@
|
|
|
17396
18208
|
"$type": "color"
|
|
17397
18209
|
},
|
|
17398
18210
|
"dark-dimmed": {
|
|
17399
|
-
"$value":
|
|
18211
|
+
"$value": {
|
|
18212
|
+
"colorSpace": "hsl",
|
|
18213
|
+
"components": [215.4, 68.4, 55.3],
|
|
18214
|
+
"hex": "#3f7fdb"
|
|
18215
|
+
},
|
|
17400
18216
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17401
18217
|
"isSource": true,
|
|
17402
18218
|
"$type": "color"
|
|
@@ -17408,19 +18224,31 @@
|
|
|
17408
18224
|
"$type": "color"
|
|
17409
18225
|
},
|
|
17410
18226
|
"light-high-contrast": {
|
|
17411
|
-
"$value":
|
|
18227
|
+
"$value": {
|
|
18228
|
+
"colorSpace": "hsl",
|
|
18229
|
+
"components": [216.6, 96.3, 31.4],
|
|
18230
|
+
"hex": "#033f9d"
|
|
18231
|
+
},
|
|
17412
18232
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17413
18233
|
"isSource": true,
|
|
17414
18234
|
"$type": "color"
|
|
17415
18235
|
},
|
|
17416
18236
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17417
|
-
"$value":
|
|
18237
|
+
"$value": {
|
|
18238
|
+
"colorSpace": "hsl",
|
|
18239
|
+
"components": [216.6, 96.3, 31.4],
|
|
18240
|
+
"hex": "#033f9d"
|
|
18241
|
+
},
|
|
17418
18242
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17419
18243
|
"isSource": true,
|
|
17420
18244
|
"$type": "color"
|
|
17421
18245
|
},
|
|
17422
18246
|
"light-tritanopia-high-contrast": {
|
|
17423
|
-
"$value":
|
|
18247
|
+
"$value": {
|
|
18248
|
+
"colorSpace": "hsl",
|
|
18249
|
+
"components": [216.6, 96.3, 31.4],
|
|
18250
|
+
"hex": "#033f9d"
|
|
18251
|
+
},
|
|
17424
18252
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17425
18253
|
"isSource": true,
|
|
17426
18254
|
"$type": "color"
|
|
@@ -17459,7 +18287,11 @@
|
|
|
17459
18287
|
"$type": "color"
|
|
17460
18288
|
},
|
|
17461
18289
|
"dark-dimmed": {
|
|
17462
|
-
"$value":
|
|
18290
|
+
"$value": {
|
|
18291
|
+
"colorSpace": "hsl",
|
|
18292
|
+
"components": [215.4, 68.4, 55.3],
|
|
18293
|
+
"hex": "#3f7fdb"
|
|
18294
|
+
},
|
|
17463
18295
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17464
18296
|
"isSource": true,
|
|
17465
18297
|
"$type": "color"
|
|
@@ -17471,19 +18303,31 @@
|
|
|
17471
18303
|
"$type": "color"
|
|
17472
18304
|
},
|
|
17473
18305
|
"light-high-contrast": {
|
|
17474
|
-
"$value":
|
|
18306
|
+
"$value": {
|
|
18307
|
+
"colorSpace": "hsl",
|
|
18308
|
+
"components": [216.6, 96.3, 31.4],
|
|
18309
|
+
"hex": "#033f9d"
|
|
18310
|
+
},
|
|
17475
18311
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17476
18312
|
"isSource": true,
|
|
17477
18313
|
"$type": "color"
|
|
17478
18314
|
},
|
|
17479
18315
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17480
|
-
"$value":
|
|
18316
|
+
"$value": {
|
|
18317
|
+
"colorSpace": "hsl",
|
|
18318
|
+
"components": [216.6, 96.3, 31.4],
|
|
18319
|
+
"hex": "#033f9d"
|
|
18320
|
+
},
|
|
17481
18321
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17482
18322
|
"isSource": true,
|
|
17483
18323
|
"$type": "color"
|
|
17484
18324
|
},
|
|
17485
18325
|
"light-tritanopia-high-contrast": {
|
|
17486
|
-
"$value":
|
|
18326
|
+
"$value": {
|
|
18327
|
+
"colorSpace": "hsl",
|
|
18328
|
+
"components": [216.6, 96.3, 31.4],
|
|
18329
|
+
"hex": "#033f9d"
|
|
18330
|
+
},
|
|
17487
18331
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17488
18332
|
"isSource": true,
|
|
17489
18333
|
"$type": "color"
|
|
@@ -17562,7 +18406,11 @@
|
|
|
17562
18406
|
"$type": "color"
|
|
17563
18407
|
},
|
|
17564
18408
|
"dark-dimmed": {
|
|
17565
|
-
"$value":
|
|
18409
|
+
"$value": {
|
|
18410
|
+
"colorSpace": "hsl",
|
|
18411
|
+
"components": [216, 63.8, 52.4],
|
|
18412
|
+
"hex": "#3876d3"
|
|
18413
|
+
},
|
|
17566
18414
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17567
18415
|
"isSource": true,
|
|
17568
18416
|
"$type": "color"
|
|
@@ -17574,19 +18422,31 @@
|
|
|
17574
18422
|
"$type": "color"
|
|
17575
18423
|
},
|
|
17576
18424
|
"light-high-contrast": {
|
|
17577
|
-
"$value":
|
|
18425
|
+
"$value": {
|
|
18426
|
+
"colorSpace": "hsl",
|
|
18427
|
+
"components": [216.4, 96.5, 33.5],
|
|
18428
|
+
"hex": "#0344a8"
|
|
18429
|
+
},
|
|
17578
18430
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17579
18431
|
"isSource": true,
|
|
17580
18432
|
"$type": "color"
|
|
17581
18433
|
},
|
|
17582
18434
|
"light-tritanopia-high-contrast": {
|
|
17583
|
-
"$value":
|
|
18435
|
+
"$value": {
|
|
18436
|
+
"colorSpace": "hsl",
|
|
18437
|
+
"components": [216.4, 96.5, 33.5],
|
|
18438
|
+
"hex": "#0344a8"
|
|
18439
|
+
},
|
|
17584
18440
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17585
18441
|
"isSource": true,
|
|
17586
18442
|
"$type": "color"
|
|
17587
18443
|
},
|
|
17588
18444
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17589
|
-
"$value":
|
|
18445
|
+
"$value": {
|
|
18446
|
+
"colorSpace": "hsl",
|
|
18447
|
+
"components": [216.4, 96.5, 33.5],
|
|
18448
|
+
"hex": "#0344a8"
|
|
18449
|
+
},
|
|
17590
18450
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17591
18451
|
"isSource": true,
|
|
17592
18452
|
"$type": "color"
|
|
@@ -17625,7 +18485,11 @@
|
|
|
17625
18485
|
"$type": "color"
|
|
17626
18486
|
},
|
|
17627
18487
|
"dark-dimmed": {
|
|
17628
|
-
"$value":
|
|
18488
|
+
"$value": {
|
|
18489
|
+
"colorSpace": "hsl",
|
|
18490
|
+
"components": [216, 63.8, 52.4],
|
|
18491
|
+
"hex": "#3876d3"
|
|
18492
|
+
},
|
|
17629
18493
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17630
18494
|
"isSource": true,
|
|
17631
18495
|
"$type": "color"
|
|
@@ -17637,19 +18501,31 @@
|
|
|
17637
18501
|
"$type": "color"
|
|
17638
18502
|
},
|
|
17639
18503
|
"light-high-contrast": {
|
|
17640
|
-
"$value":
|
|
18504
|
+
"$value": {
|
|
18505
|
+
"colorSpace": "hsl",
|
|
18506
|
+
"components": [216.4, 96.5, 33.5],
|
|
18507
|
+
"hex": "#0344a8"
|
|
18508
|
+
},
|
|
17641
18509
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17642
18510
|
"isSource": true,
|
|
17643
18511
|
"$type": "color"
|
|
17644
18512
|
},
|
|
17645
18513
|
"light-tritanopia-high-contrast": {
|
|
17646
|
-
"$value":
|
|
18514
|
+
"$value": {
|
|
18515
|
+
"colorSpace": "hsl",
|
|
18516
|
+
"components": [216.4, 96.5, 33.5],
|
|
18517
|
+
"hex": "#0344a8"
|
|
18518
|
+
},
|
|
17647
18519
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17648
18520
|
"isSource": true,
|
|
17649
18521
|
"$type": "color"
|
|
17650
18522
|
},
|
|
17651
18523
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
17652
|
-
"$value":
|
|
18524
|
+
"$value": {
|
|
18525
|
+
"colorSpace": "hsl",
|
|
18526
|
+
"components": [216.4, 96.5, 33.5],
|
|
18527
|
+
"hex": "#0344a8"
|
|
18528
|
+
},
|
|
17653
18529
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17654
18530
|
"isSource": true,
|
|
17655
18531
|
"$type": "color"
|
|
@@ -17841,21 +18717,33 @@
|
|
|
17841
18717
|
"$type": "color"
|
|
17842
18718
|
},
|
|
17843
18719
|
"dark-high-contrast": {
|
|
17844
|
-
"$value":
|
|
18720
|
+
"$value": {
|
|
18721
|
+
"colorSpace": "hsl",
|
|
18722
|
+
"components": [355, 84.1, 42],
|
|
18723
|
+
"hex": "#c51120"
|
|
18724
|
+
},
|
|
17845
18725
|
"alpha": 1,
|
|
17846
18726
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17847
18727
|
"isSource": true,
|
|
17848
18728
|
"$type": "color"
|
|
17849
18729
|
},
|
|
17850
18730
|
"dark-dimmed-high-contrast": {
|
|
17851
|
-
"$value":
|
|
18731
|
+
"$value": {
|
|
18732
|
+
"colorSpace": "hsl",
|
|
18733
|
+
"components": [355, 84.1, 42],
|
|
18734
|
+
"hex": "#c51120"
|
|
18735
|
+
},
|
|
17852
18736
|
"alpha": 1,
|
|
17853
18737
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17854
18738
|
"isSource": true,
|
|
17855
18739
|
"$type": "color"
|
|
17856
18740
|
},
|
|
17857
18741
|
"dark-tritanopia-high-contrast": {
|
|
17858
|
-
"$value":
|
|
18742
|
+
"$value": {
|
|
18743
|
+
"colorSpace": "hsl",
|
|
18744
|
+
"components": [355, 84.1, 42],
|
|
18745
|
+
"hex": "#c51120"
|
|
18746
|
+
},
|
|
17859
18747
|
"alpha": 1,
|
|
17860
18748
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17861
18749
|
"isSource": true,
|
|
@@ -17868,13 +18756,21 @@
|
|
|
17868
18756
|
"$type": "color"
|
|
17869
18757
|
},
|
|
17870
18758
|
"light-high-contrast": {
|
|
17871
|
-
"$value":
|
|
18759
|
+
"$value": {
|
|
18760
|
+
"colorSpace": "hsl",
|
|
18761
|
+
"components": [351.6, 85.4, 29.6],
|
|
18762
|
+
"hex": "#8c0b1d"
|
|
18763
|
+
},
|
|
17872
18764
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17873
18765
|
"isSource": true,
|
|
17874
18766
|
"$type": "color"
|
|
17875
18767
|
},
|
|
17876
18768
|
"light-tritanopia-high-contrast": {
|
|
17877
|
-
"$value":
|
|
18769
|
+
"$value": {
|
|
18770
|
+
"colorSpace": "hsl",
|
|
18771
|
+
"components": [351.6, 85.4, 29.6],
|
|
18772
|
+
"hex": "#8c0b1d"
|
|
18773
|
+
},
|
|
17878
18774
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17879
18775
|
"isSource": true,
|
|
17880
18776
|
"$type": "color"
|
|
@@ -17915,21 +18811,33 @@
|
|
|
17915
18811
|
"$type": "color"
|
|
17916
18812
|
},
|
|
17917
18813
|
"dark-high-contrast": {
|
|
17918
|
-
"$value":
|
|
18814
|
+
"$value": {
|
|
18815
|
+
"colorSpace": "hsl",
|
|
18816
|
+
"components": [355, 84.1, 42],
|
|
18817
|
+
"hex": "#c51120"
|
|
18818
|
+
},
|
|
17919
18819
|
"alpha": 1,
|
|
17920
18820
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17921
18821
|
"isSource": true,
|
|
17922
18822
|
"$type": "color"
|
|
17923
18823
|
},
|
|
17924
18824
|
"dark-dimmed-high-contrast": {
|
|
17925
|
-
"$value":
|
|
18825
|
+
"$value": {
|
|
18826
|
+
"colorSpace": "hsl",
|
|
18827
|
+
"components": [355, 84.1, 42],
|
|
18828
|
+
"hex": "#c51120"
|
|
18829
|
+
},
|
|
17926
18830
|
"alpha": 1,
|
|
17927
18831
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17928
18832
|
"isSource": true,
|
|
17929
18833
|
"$type": "color"
|
|
17930
18834
|
},
|
|
17931
18835
|
"dark-tritanopia-high-contrast": {
|
|
17932
|
-
"$value":
|
|
18836
|
+
"$value": {
|
|
18837
|
+
"colorSpace": "hsl",
|
|
18838
|
+
"components": [355, 84.1, 42],
|
|
18839
|
+
"hex": "#c51120"
|
|
18840
|
+
},
|
|
17933
18841
|
"alpha": 1,
|
|
17934
18842
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17935
18843
|
"isSource": true,
|
|
@@ -17942,13 +18850,21 @@
|
|
|
17942
18850
|
"$type": "color"
|
|
17943
18851
|
},
|
|
17944
18852
|
"light-high-contrast": {
|
|
17945
|
-
"$value":
|
|
18853
|
+
"$value": {
|
|
18854
|
+
"colorSpace": "hsl",
|
|
18855
|
+
"components": [351.6, 85.4, 29.6],
|
|
18856
|
+
"hex": "#8c0b1d"
|
|
18857
|
+
},
|
|
17946
18858
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17947
18859
|
"isSource": true,
|
|
17948
18860
|
"$type": "color"
|
|
17949
18861
|
},
|
|
17950
18862
|
"light-tritanopia-high-contrast": {
|
|
17951
|
-
"$value":
|
|
18863
|
+
"$value": {
|
|
18864
|
+
"colorSpace": "hsl",
|
|
18865
|
+
"components": [351.6, 85.4, 29.6],
|
|
18866
|
+
"hex": "#8c0b1d"
|
|
18867
|
+
},
|
|
17952
18868
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
17953
18869
|
"isSource": true,
|
|
17954
18870
|
"$type": "color"
|
|
@@ -37610,7 +38526,11 @@
|
|
|
37610
38526
|
"filePath": "src/tokens/functional/color/fgColor.json5",
|
|
37611
38527
|
"isSource": true,
|
|
37612
38528
|
"original": {
|
|
37613
|
-
"$value":
|
|
38529
|
+
"$value": {
|
|
38530
|
+
"colorSpace": "hsl",
|
|
38531
|
+
"components": [356.2, 70.6, 48],
|
|
38532
|
+
"hex": "#d1242f"
|
|
38533
|
+
},
|
|
37614
38534
|
"$type": "color",
|
|
37615
38535
|
"$description": "Danger text for errors and destructive actions",
|
|
37616
38536
|
"$extensions": {
|
|
@@ -47353,14 +48273,22 @@
|
|
|
47353
48273
|
},
|
|
47354
48274
|
"org.primer.overrides": {
|
|
47355
48275
|
"dark": {
|
|
47356
|
-
"$value":
|
|
48276
|
+
"$value": {
|
|
48277
|
+
"colorSpace": "hsl",
|
|
48278
|
+
"components": [214.8, 98, 61],
|
|
48279
|
+
"hex": "#3a8cfd"
|
|
48280
|
+
},
|
|
47357
48281
|
"alpha": 0.36,
|
|
47358
48282
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47359
48283
|
"isSource": true,
|
|
47360
48284
|
"$type": "color"
|
|
47361
48285
|
},
|
|
47362
48286
|
"dark-dimmed": {
|
|
47363
|
-
"$value":
|
|
48287
|
+
"$value": {
|
|
48288
|
+
"colorSpace": "hsl",
|
|
48289
|
+
"components": [215.3, 75.8, 57.8],
|
|
48290
|
+
"hex": "#4285e5"
|
|
48291
|
+
},
|
|
47364
48292
|
"alpha": 0.36,
|
|
47365
48293
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47366
48294
|
"isSource": true,
|
|
@@ -47368,7 +48296,11 @@
|
|
|
47368
48296
|
},
|
|
47369
48297
|
"light-high-contrast": "#c7e9ff",
|
|
47370
48298
|
"dark-high-contrast": {
|
|
47371
|
-
"$value":
|
|
48299
|
+
"$value": {
|
|
48300
|
+
"colorSpace": "hsl",
|
|
48301
|
+
"components": [210.4, 100, 68.2],
|
|
48302
|
+
"hex": "#5dadff"
|
|
48303
|
+
},
|
|
47372
48304
|
"alpha": 0.36,
|
|
47373
48305
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47374
48306
|
"isSource": true,
|
|
@@ -47379,7 +48311,11 @@
|
|
|
47379
48311
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47380
48312
|
"isSource": true,
|
|
47381
48313
|
"original": {
|
|
47382
|
-
"$value":
|
|
48314
|
+
"$value": {
|
|
48315
|
+
"colorSpace": "hsl",
|
|
48316
|
+
"components": [201.5, 100, 89.6],
|
|
48317
|
+
"hex": "#caecff"
|
|
48318
|
+
},
|
|
47383
48319
|
"$type": "color",
|
|
47384
48320
|
"$extensions": {
|
|
47385
48321
|
"org.primer.figma": {
|
|
@@ -47389,14 +48325,22 @@
|
|
|
47389
48325
|
},
|
|
47390
48326
|
"org.primer.overrides": {
|
|
47391
48327
|
"dark": {
|
|
47392
|
-
"$value":
|
|
48328
|
+
"$value": {
|
|
48329
|
+
"colorSpace": "hsl",
|
|
48330
|
+
"components": [214.8, 98, 61],
|
|
48331
|
+
"hex": "#3a8cfd"
|
|
48332
|
+
},
|
|
47393
48333
|
"alpha": 0.36,
|
|
47394
48334
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47395
48335
|
"isSource": true,
|
|
47396
48336
|
"$type": "color"
|
|
47397
48337
|
},
|
|
47398
48338
|
"dark-dimmed": {
|
|
47399
|
-
"$value":
|
|
48339
|
+
"$value": {
|
|
48340
|
+
"colorSpace": "hsl",
|
|
48341
|
+
"components": [215.3, 75.8, 57.8],
|
|
48342
|
+
"hex": "#4285e5"
|
|
48343
|
+
},
|
|
47400
48344
|
"alpha": 0.36,
|
|
47401
48345
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47402
48346
|
"isSource": true,
|
|
@@ -47404,7 +48348,11 @@
|
|
|
47404
48348
|
},
|
|
47405
48349
|
"light-high-contrast": "#c7e9ff",
|
|
47406
48350
|
"dark-high-contrast": {
|
|
47407
|
-
"$value":
|
|
48351
|
+
"$value": {
|
|
48352
|
+
"colorSpace": "hsl",
|
|
48353
|
+
"components": [210.4, 100, 68.2],
|
|
48354
|
+
"hex": "#5dadff"
|
|
48355
|
+
},
|
|
47408
48356
|
"alpha": 0.36,
|
|
47409
48357
|
"filePath": "src/tokens/component/reactionButton.json5",
|
|
47410
48358
|
"isSource": true,
|
|
@@ -47734,6 +48682,147 @@
|
|
|
47734
48682
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
47735
48683
|
"isSource": true,
|
|
47736
48684
|
"$type": "shadow"
|
|
48685
|
+
},
|
|
48686
|
+
"light-high-contrast": {
|
|
48687
|
+
"$value": [
|
|
48688
|
+
{
|
|
48689
|
+
"color": "#d1d9e080",
|
|
48690
|
+
"alpha": 1,
|
|
48691
|
+
"offsetX": {
|
|
48692
|
+
"value": 0,
|
|
48693
|
+
"unit": "px"
|
|
48694
|
+
},
|
|
48695
|
+
"offsetY": {
|
|
48696
|
+
"value": 0,
|
|
48697
|
+
"unit": "px"
|
|
48698
|
+
},
|
|
48699
|
+
"blur": {
|
|
48700
|
+
"value": 0,
|
|
48701
|
+
"unit": "px"
|
|
48702
|
+
},
|
|
48703
|
+
"spread": {
|
|
48704
|
+
"value": 1,
|
|
48705
|
+
"unit": "px"
|
|
48706
|
+
}
|
|
48707
|
+
},
|
|
48708
|
+
{
|
|
48709
|
+
"color": "#25292e",
|
|
48710
|
+
"alpha": 0.24,
|
|
48711
|
+
"offsetX": {
|
|
48712
|
+
"value": 0,
|
|
48713
|
+
"unit": "px"
|
|
48714
|
+
},
|
|
48715
|
+
"offsetY": {
|
|
48716
|
+
"value": 40,
|
|
48717
|
+
"unit": "px"
|
|
48718
|
+
},
|
|
48719
|
+
"blur": {
|
|
48720
|
+
"value": 80,
|
|
48721
|
+
"unit": "px"
|
|
48722
|
+
},
|
|
48723
|
+
"spread": {
|
|
48724
|
+
"value": 0,
|
|
48725
|
+
"unit": "px"
|
|
48726
|
+
}
|
|
48727
|
+
}
|
|
48728
|
+
],
|
|
48729
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48730
|
+
"isSource": true,
|
|
48731
|
+
"$type": "shadow"
|
|
48732
|
+
},
|
|
48733
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
48734
|
+
"$value": [
|
|
48735
|
+
{
|
|
48736
|
+
"color": "#d1d9e080",
|
|
48737
|
+
"alpha": 1,
|
|
48738
|
+
"offsetX": {
|
|
48739
|
+
"value": 0,
|
|
48740
|
+
"unit": "px"
|
|
48741
|
+
},
|
|
48742
|
+
"offsetY": {
|
|
48743
|
+
"value": 0,
|
|
48744
|
+
"unit": "px"
|
|
48745
|
+
},
|
|
48746
|
+
"blur": {
|
|
48747
|
+
"value": 0,
|
|
48748
|
+
"unit": "px"
|
|
48749
|
+
},
|
|
48750
|
+
"spread": {
|
|
48751
|
+
"value": 1,
|
|
48752
|
+
"unit": "px"
|
|
48753
|
+
}
|
|
48754
|
+
},
|
|
48755
|
+
{
|
|
48756
|
+
"color": "#25292e",
|
|
48757
|
+
"alpha": 0.24,
|
|
48758
|
+
"offsetX": {
|
|
48759
|
+
"value": 0,
|
|
48760
|
+
"unit": "px"
|
|
48761
|
+
},
|
|
48762
|
+
"offsetY": {
|
|
48763
|
+
"value": 40,
|
|
48764
|
+
"unit": "px"
|
|
48765
|
+
},
|
|
48766
|
+
"blur": {
|
|
48767
|
+
"value": 80,
|
|
48768
|
+
"unit": "px"
|
|
48769
|
+
},
|
|
48770
|
+
"spread": {
|
|
48771
|
+
"value": 0,
|
|
48772
|
+
"unit": "px"
|
|
48773
|
+
}
|
|
48774
|
+
}
|
|
48775
|
+
],
|
|
48776
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48777
|
+
"isSource": true,
|
|
48778
|
+
"$type": "shadow"
|
|
48779
|
+
},
|
|
48780
|
+
"light-tritanopia-high-contrast": {
|
|
48781
|
+
"$value": [
|
|
48782
|
+
{
|
|
48783
|
+
"color": "#d1d9e080",
|
|
48784
|
+
"alpha": 1,
|
|
48785
|
+
"offsetX": {
|
|
48786
|
+
"value": 0,
|
|
48787
|
+
"unit": "px"
|
|
48788
|
+
},
|
|
48789
|
+
"offsetY": {
|
|
48790
|
+
"value": 0,
|
|
48791
|
+
"unit": "px"
|
|
48792
|
+
},
|
|
48793
|
+
"blur": {
|
|
48794
|
+
"value": 0,
|
|
48795
|
+
"unit": "px"
|
|
48796
|
+
},
|
|
48797
|
+
"spread": {
|
|
48798
|
+
"value": 1,
|
|
48799
|
+
"unit": "px"
|
|
48800
|
+
}
|
|
48801
|
+
},
|
|
48802
|
+
{
|
|
48803
|
+
"color": "#25292e",
|
|
48804
|
+
"alpha": 0.24,
|
|
48805
|
+
"offsetX": {
|
|
48806
|
+
"value": 0,
|
|
48807
|
+
"unit": "px"
|
|
48808
|
+
},
|
|
48809
|
+
"offsetY": {
|
|
48810
|
+
"value": 40,
|
|
48811
|
+
"unit": "px"
|
|
48812
|
+
},
|
|
48813
|
+
"blur": {
|
|
48814
|
+
"value": 80,
|
|
48815
|
+
"unit": "px"
|
|
48816
|
+
},
|
|
48817
|
+
"spread": {
|
|
48818
|
+
"value": 0,
|
|
48819
|
+
"unit": "px"
|
|
48820
|
+
}
|
|
48821
|
+
}
|
|
48822
|
+
],
|
|
48823
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48824
|
+
"isSource": true,
|
|
48825
|
+
"$type": "shadow"
|
|
47737
48826
|
}
|
|
47738
48827
|
},
|
|
47739
48828
|
"org.primer.llm": {
|
|
@@ -47840,6 +48929,147 @@
|
|
|
47840
48929
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
47841
48930
|
"isSource": true,
|
|
47842
48931
|
"$type": "shadow"
|
|
48932
|
+
},
|
|
48933
|
+
"light-high-contrast": {
|
|
48934
|
+
"$value": [
|
|
48935
|
+
{
|
|
48936
|
+
"color": "{overlay.borderColor}",
|
|
48937
|
+
"alpha": 1,
|
|
48938
|
+
"offsetX": {
|
|
48939
|
+
"value": 0,
|
|
48940
|
+
"unit": "px"
|
|
48941
|
+
},
|
|
48942
|
+
"offsetY": {
|
|
48943
|
+
"value": 0,
|
|
48944
|
+
"unit": "px"
|
|
48945
|
+
},
|
|
48946
|
+
"blur": {
|
|
48947
|
+
"value": 0,
|
|
48948
|
+
"unit": "px"
|
|
48949
|
+
},
|
|
48950
|
+
"spread": {
|
|
48951
|
+
"value": 1,
|
|
48952
|
+
"unit": "px"
|
|
48953
|
+
}
|
|
48954
|
+
},
|
|
48955
|
+
{
|
|
48956
|
+
"color": "{base.color.neutral.12}",
|
|
48957
|
+
"alpha": 0.24,
|
|
48958
|
+
"offsetX": {
|
|
48959
|
+
"value": 0,
|
|
48960
|
+
"unit": "px"
|
|
48961
|
+
},
|
|
48962
|
+
"offsetY": {
|
|
48963
|
+
"value": 40,
|
|
48964
|
+
"unit": "px"
|
|
48965
|
+
},
|
|
48966
|
+
"blur": {
|
|
48967
|
+
"value": 80,
|
|
48968
|
+
"unit": "px"
|
|
48969
|
+
},
|
|
48970
|
+
"spread": {
|
|
48971
|
+
"value": 0,
|
|
48972
|
+
"unit": "px"
|
|
48973
|
+
}
|
|
48974
|
+
}
|
|
48975
|
+
],
|
|
48976
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48977
|
+
"isSource": true,
|
|
48978
|
+
"$type": "shadow"
|
|
48979
|
+
},
|
|
48980
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
48981
|
+
"$value": [
|
|
48982
|
+
{
|
|
48983
|
+
"color": "{overlay.borderColor}",
|
|
48984
|
+
"alpha": 1,
|
|
48985
|
+
"offsetX": {
|
|
48986
|
+
"value": 0,
|
|
48987
|
+
"unit": "px"
|
|
48988
|
+
},
|
|
48989
|
+
"offsetY": {
|
|
48990
|
+
"value": 0,
|
|
48991
|
+
"unit": "px"
|
|
48992
|
+
},
|
|
48993
|
+
"blur": {
|
|
48994
|
+
"value": 0,
|
|
48995
|
+
"unit": "px"
|
|
48996
|
+
},
|
|
48997
|
+
"spread": {
|
|
48998
|
+
"value": 1,
|
|
48999
|
+
"unit": "px"
|
|
49000
|
+
}
|
|
49001
|
+
},
|
|
49002
|
+
{
|
|
49003
|
+
"color": "{base.color.neutral.12}",
|
|
49004
|
+
"alpha": 0.24,
|
|
49005
|
+
"offsetX": {
|
|
49006
|
+
"value": 0,
|
|
49007
|
+
"unit": "px"
|
|
49008
|
+
},
|
|
49009
|
+
"offsetY": {
|
|
49010
|
+
"value": 40,
|
|
49011
|
+
"unit": "px"
|
|
49012
|
+
},
|
|
49013
|
+
"blur": {
|
|
49014
|
+
"value": 80,
|
|
49015
|
+
"unit": "px"
|
|
49016
|
+
},
|
|
49017
|
+
"spread": {
|
|
49018
|
+
"value": 0,
|
|
49019
|
+
"unit": "px"
|
|
49020
|
+
}
|
|
49021
|
+
}
|
|
49022
|
+
],
|
|
49023
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49024
|
+
"isSource": true,
|
|
49025
|
+
"$type": "shadow"
|
|
49026
|
+
},
|
|
49027
|
+
"light-tritanopia-high-contrast": {
|
|
49028
|
+
"$value": [
|
|
49029
|
+
{
|
|
49030
|
+
"color": "{overlay.borderColor}",
|
|
49031
|
+
"alpha": 1,
|
|
49032
|
+
"offsetX": {
|
|
49033
|
+
"value": 0,
|
|
49034
|
+
"unit": "px"
|
|
49035
|
+
},
|
|
49036
|
+
"offsetY": {
|
|
49037
|
+
"value": 0,
|
|
49038
|
+
"unit": "px"
|
|
49039
|
+
},
|
|
49040
|
+
"blur": {
|
|
49041
|
+
"value": 0,
|
|
49042
|
+
"unit": "px"
|
|
49043
|
+
},
|
|
49044
|
+
"spread": {
|
|
49045
|
+
"value": 1,
|
|
49046
|
+
"unit": "px"
|
|
49047
|
+
}
|
|
49048
|
+
},
|
|
49049
|
+
{
|
|
49050
|
+
"color": "{base.color.neutral.12}",
|
|
49051
|
+
"alpha": 0.24,
|
|
49052
|
+
"offsetX": {
|
|
49053
|
+
"value": 0,
|
|
49054
|
+
"unit": "px"
|
|
49055
|
+
},
|
|
49056
|
+
"offsetY": {
|
|
49057
|
+
"value": 40,
|
|
49058
|
+
"unit": "px"
|
|
49059
|
+
},
|
|
49060
|
+
"blur": {
|
|
49061
|
+
"value": 80,
|
|
49062
|
+
"unit": "px"
|
|
49063
|
+
},
|
|
49064
|
+
"spread": {
|
|
49065
|
+
"value": 0,
|
|
49066
|
+
"unit": "px"
|
|
49067
|
+
}
|
|
49068
|
+
}
|
|
49069
|
+
],
|
|
49070
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49071
|
+
"isSource": true,
|
|
49072
|
+
"$type": "shadow"
|
|
47843
49073
|
}
|
|
47844
49074
|
},
|
|
47845
49075
|
"org.primer.llm": {
|
|
@@ -47852,7 +49082,7 @@
|
|
|
47852
49082
|
"name": "shadow-floating-large",
|
|
47853
49083
|
"attributes": {},
|
|
47854
49084
|
"path": ["shadow", "floating", "large"],
|
|
47855
|
-
"value": "0 0 0 1px #
|
|
49085
|
+
"value": "0 0 0 1px #d1d9e000, 0 40px 80px 0 #25292e3d",
|
|
47856
49086
|
"type": "shadow",
|
|
47857
49087
|
"description": "Large floating shadow for modals and dialogs"
|
|
47858
49088
|
},
|
|
@@ -48140,6 +49370,327 @@
|
|
|
48140
49370
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48141
49371
|
"isSource": true,
|
|
48142
49372
|
"$type": "shadow"
|
|
49373
|
+
},
|
|
49374
|
+
"light-high-contrast": {
|
|
49375
|
+
"$value": [
|
|
49376
|
+
{
|
|
49377
|
+
"color": "#d1d9e080",
|
|
49378
|
+
"alpha": 1,
|
|
49379
|
+
"offsetX": {
|
|
49380
|
+
"value": 0,
|
|
49381
|
+
"unit": "px"
|
|
49382
|
+
},
|
|
49383
|
+
"offsetY": {
|
|
49384
|
+
"value": 0,
|
|
49385
|
+
"unit": "px"
|
|
49386
|
+
},
|
|
49387
|
+
"blur": {
|
|
49388
|
+
"value": 0,
|
|
49389
|
+
"unit": "px"
|
|
49390
|
+
},
|
|
49391
|
+
"spread": {
|
|
49392
|
+
"value": 1,
|
|
49393
|
+
"unit": "px"
|
|
49394
|
+
}
|
|
49395
|
+
},
|
|
49396
|
+
{
|
|
49397
|
+
"color": "#25292e",
|
|
49398
|
+
"alpha": 0.08,
|
|
49399
|
+
"offsetX": {
|
|
49400
|
+
"value": 0,
|
|
49401
|
+
"unit": "px"
|
|
49402
|
+
},
|
|
49403
|
+
"offsetY": {
|
|
49404
|
+
"value": 8,
|
|
49405
|
+
"unit": "px"
|
|
49406
|
+
},
|
|
49407
|
+
"blur": {
|
|
49408
|
+
"value": 16,
|
|
49409
|
+
"unit": "px"
|
|
49410
|
+
},
|
|
49411
|
+
"spread": {
|
|
49412
|
+
"value": -4,
|
|
49413
|
+
"unit": "px"
|
|
49414
|
+
}
|
|
49415
|
+
},
|
|
49416
|
+
{
|
|
49417
|
+
"color": "#25292e",
|
|
49418
|
+
"alpha": 0.08,
|
|
49419
|
+
"offsetX": {
|
|
49420
|
+
"value": 0,
|
|
49421
|
+
"unit": "px"
|
|
49422
|
+
},
|
|
49423
|
+
"offsetY": {
|
|
49424
|
+
"value": 4,
|
|
49425
|
+
"unit": "px"
|
|
49426
|
+
},
|
|
49427
|
+
"blur": {
|
|
49428
|
+
"value": 32,
|
|
49429
|
+
"unit": "px"
|
|
49430
|
+
},
|
|
49431
|
+
"spread": {
|
|
49432
|
+
"value": -4,
|
|
49433
|
+
"unit": "px"
|
|
49434
|
+
}
|
|
49435
|
+
},
|
|
49436
|
+
{
|
|
49437
|
+
"color": "#25292e",
|
|
49438
|
+
"alpha": 0.08,
|
|
49439
|
+
"offsetX": {
|
|
49440
|
+
"value": 0,
|
|
49441
|
+
"unit": "px"
|
|
49442
|
+
},
|
|
49443
|
+
"offsetY": {
|
|
49444
|
+
"value": 24,
|
|
49445
|
+
"unit": "px"
|
|
49446
|
+
},
|
|
49447
|
+
"blur": {
|
|
49448
|
+
"value": 48,
|
|
49449
|
+
"unit": "px"
|
|
49450
|
+
},
|
|
49451
|
+
"spread": {
|
|
49452
|
+
"value": -12,
|
|
49453
|
+
"unit": "px"
|
|
49454
|
+
}
|
|
49455
|
+
},
|
|
49456
|
+
{
|
|
49457
|
+
"color": "#25292e",
|
|
49458
|
+
"alpha": 0.08,
|
|
49459
|
+
"offsetX": {
|
|
49460
|
+
"value": 0,
|
|
49461
|
+
"unit": "px"
|
|
49462
|
+
},
|
|
49463
|
+
"offsetY": {
|
|
49464
|
+
"value": 48,
|
|
49465
|
+
"unit": "px"
|
|
49466
|
+
},
|
|
49467
|
+
"blur": {
|
|
49468
|
+
"value": 96,
|
|
49469
|
+
"unit": "px"
|
|
49470
|
+
},
|
|
49471
|
+
"spread": {
|
|
49472
|
+
"value": -24,
|
|
49473
|
+
"unit": "px"
|
|
49474
|
+
}
|
|
49475
|
+
}
|
|
49476
|
+
],
|
|
49477
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49478
|
+
"isSource": true,
|
|
49479
|
+
"$type": "shadow"
|
|
49480
|
+
},
|
|
49481
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
49482
|
+
"$value": [
|
|
49483
|
+
{
|
|
49484
|
+
"color": "#d1d9e080",
|
|
49485
|
+
"alpha": 1,
|
|
49486
|
+
"offsetX": {
|
|
49487
|
+
"value": 0,
|
|
49488
|
+
"unit": "px"
|
|
49489
|
+
},
|
|
49490
|
+
"offsetY": {
|
|
49491
|
+
"value": 0,
|
|
49492
|
+
"unit": "px"
|
|
49493
|
+
},
|
|
49494
|
+
"blur": {
|
|
49495
|
+
"value": 0,
|
|
49496
|
+
"unit": "px"
|
|
49497
|
+
},
|
|
49498
|
+
"spread": {
|
|
49499
|
+
"value": 1,
|
|
49500
|
+
"unit": "px"
|
|
49501
|
+
}
|
|
49502
|
+
},
|
|
49503
|
+
{
|
|
49504
|
+
"color": "#25292e",
|
|
49505
|
+
"alpha": 0.08,
|
|
49506
|
+
"offsetX": {
|
|
49507
|
+
"value": 0,
|
|
49508
|
+
"unit": "px"
|
|
49509
|
+
},
|
|
49510
|
+
"offsetY": {
|
|
49511
|
+
"value": 8,
|
|
49512
|
+
"unit": "px"
|
|
49513
|
+
},
|
|
49514
|
+
"blur": {
|
|
49515
|
+
"value": 16,
|
|
49516
|
+
"unit": "px"
|
|
49517
|
+
},
|
|
49518
|
+
"spread": {
|
|
49519
|
+
"value": -4,
|
|
49520
|
+
"unit": "px"
|
|
49521
|
+
}
|
|
49522
|
+
},
|
|
49523
|
+
{
|
|
49524
|
+
"color": "#25292e",
|
|
49525
|
+
"alpha": 0.08,
|
|
49526
|
+
"offsetX": {
|
|
49527
|
+
"value": 0,
|
|
49528
|
+
"unit": "px"
|
|
49529
|
+
},
|
|
49530
|
+
"offsetY": {
|
|
49531
|
+
"value": 4,
|
|
49532
|
+
"unit": "px"
|
|
49533
|
+
},
|
|
49534
|
+
"blur": {
|
|
49535
|
+
"value": 32,
|
|
49536
|
+
"unit": "px"
|
|
49537
|
+
},
|
|
49538
|
+
"spread": {
|
|
49539
|
+
"value": -4,
|
|
49540
|
+
"unit": "px"
|
|
49541
|
+
}
|
|
49542
|
+
},
|
|
49543
|
+
{
|
|
49544
|
+
"color": "#25292e",
|
|
49545
|
+
"alpha": 0.08,
|
|
49546
|
+
"offsetX": {
|
|
49547
|
+
"value": 0,
|
|
49548
|
+
"unit": "px"
|
|
49549
|
+
},
|
|
49550
|
+
"offsetY": {
|
|
49551
|
+
"value": 24,
|
|
49552
|
+
"unit": "px"
|
|
49553
|
+
},
|
|
49554
|
+
"blur": {
|
|
49555
|
+
"value": 48,
|
|
49556
|
+
"unit": "px"
|
|
49557
|
+
},
|
|
49558
|
+
"spread": {
|
|
49559
|
+
"value": -12,
|
|
49560
|
+
"unit": "px"
|
|
49561
|
+
}
|
|
49562
|
+
},
|
|
49563
|
+
{
|
|
49564
|
+
"color": "#25292e",
|
|
49565
|
+
"alpha": 0.08,
|
|
49566
|
+
"offsetX": {
|
|
49567
|
+
"value": 0,
|
|
49568
|
+
"unit": "px"
|
|
49569
|
+
},
|
|
49570
|
+
"offsetY": {
|
|
49571
|
+
"value": 48,
|
|
49572
|
+
"unit": "px"
|
|
49573
|
+
},
|
|
49574
|
+
"blur": {
|
|
49575
|
+
"value": 96,
|
|
49576
|
+
"unit": "px"
|
|
49577
|
+
},
|
|
49578
|
+
"spread": {
|
|
49579
|
+
"value": -24,
|
|
49580
|
+
"unit": "px"
|
|
49581
|
+
}
|
|
49582
|
+
}
|
|
49583
|
+
],
|
|
49584
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49585
|
+
"isSource": true,
|
|
49586
|
+
"$type": "shadow"
|
|
49587
|
+
},
|
|
49588
|
+
"light-tritanopia-high-contrast": {
|
|
49589
|
+
"$value": [
|
|
49590
|
+
{
|
|
49591
|
+
"color": "#d1d9e080",
|
|
49592
|
+
"alpha": 1,
|
|
49593
|
+
"offsetX": {
|
|
49594
|
+
"value": 0,
|
|
49595
|
+
"unit": "px"
|
|
49596
|
+
},
|
|
49597
|
+
"offsetY": {
|
|
49598
|
+
"value": 0,
|
|
49599
|
+
"unit": "px"
|
|
49600
|
+
},
|
|
49601
|
+
"blur": {
|
|
49602
|
+
"value": 0,
|
|
49603
|
+
"unit": "px"
|
|
49604
|
+
},
|
|
49605
|
+
"spread": {
|
|
49606
|
+
"value": 1,
|
|
49607
|
+
"unit": "px"
|
|
49608
|
+
}
|
|
49609
|
+
},
|
|
49610
|
+
{
|
|
49611
|
+
"color": "#25292e",
|
|
49612
|
+
"alpha": 0.08,
|
|
49613
|
+
"offsetX": {
|
|
49614
|
+
"value": 0,
|
|
49615
|
+
"unit": "px"
|
|
49616
|
+
},
|
|
49617
|
+
"offsetY": {
|
|
49618
|
+
"value": 8,
|
|
49619
|
+
"unit": "px"
|
|
49620
|
+
},
|
|
49621
|
+
"blur": {
|
|
49622
|
+
"value": 16,
|
|
49623
|
+
"unit": "px"
|
|
49624
|
+
},
|
|
49625
|
+
"spread": {
|
|
49626
|
+
"value": -4,
|
|
49627
|
+
"unit": "px"
|
|
49628
|
+
}
|
|
49629
|
+
},
|
|
49630
|
+
{
|
|
49631
|
+
"color": "#25292e",
|
|
49632
|
+
"alpha": 0.08,
|
|
49633
|
+
"offsetX": {
|
|
49634
|
+
"value": 0,
|
|
49635
|
+
"unit": "px"
|
|
49636
|
+
},
|
|
49637
|
+
"offsetY": {
|
|
49638
|
+
"value": 4,
|
|
49639
|
+
"unit": "px"
|
|
49640
|
+
},
|
|
49641
|
+
"blur": {
|
|
49642
|
+
"value": 32,
|
|
49643
|
+
"unit": "px"
|
|
49644
|
+
},
|
|
49645
|
+
"spread": {
|
|
49646
|
+
"value": -4,
|
|
49647
|
+
"unit": "px"
|
|
49648
|
+
}
|
|
49649
|
+
},
|
|
49650
|
+
{
|
|
49651
|
+
"color": "#25292e",
|
|
49652
|
+
"alpha": 0.08,
|
|
49653
|
+
"offsetX": {
|
|
49654
|
+
"value": 0,
|
|
49655
|
+
"unit": "px"
|
|
49656
|
+
},
|
|
49657
|
+
"offsetY": {
|
|
49658
|
+
"value": 24,
|
|
49659
|
+
"unit": "px"
|
|
49660
|
+
},
|
|
49661
|
+
"blur": {
|
|
49662
|
+
"value": 48,
|
|
49663
|
+
"unit": "px"
|
|
49664
|
+
},
|
|
49665
|
+
"spread": {
|
|
49666
|
+
"value": -12,
|
|
49667
|
+
"unit": "px"
|
|
49668
|
+
}
|
|
49669
|
+
},
|
|
49670
|
+
{
|
|
49671
|
+
"color": "#25292e",
|
|
49672
|
+
"alpha": 0.08,
|
|
49673
|
+
"offsetX": {
|
|
49674
|
+
"value": 0,
|
|
49675
|
+
"unit": "px"
|
|
49676
|
+
},
|
|
49677
|
+
"offsetY": {
|
|
49678
|
+
"value": 48,
|
|
49679
|
+
"unit": "px"
|
|
49680
|
+
},
|
|
49681
|
+
"blur": {
|
|
49682
|
+
"value": 96,
|
|
49683
|
+
"unit": "px"
|
|
49684
|
+
},
|
|
49685
|
+
"spread": {
|
|
49686
|
+
"value": -24,
|
|
49687
|
+
"unit": "px"
|
|
49688
|
+
}
|
|
49689
|
+
}
|
|
49690
|
+
],
|
|
49691
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49692
|
+
"isSource": true,
|
|
49693
|
+
"$type": "shadow"
|
|
48143
49694
|
}
|
|
48144
49695
|
},
|
|
48145
49696
|
"org.primer.llm": {
|
|
@@ -48366,6 +49917,327 @@
|
|
|
48366
49917
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48367
49918
|
"isSource": true,
|
|
48368
49919
|
"$type": "shadow"
|
|
49920
|
+
},
|
|
49921
|
+
"light-high-contrast": {
|
|
49922
|
+
"$value": [
|
|
49923
|
+
{
|
|
49924
|
+
"color": "{overlay.borderColor}",
|
|
49925
|
+
"alpha": 1,
|
|
49926
|
+
"offsetX": {
|
|
49927
|
+
"value": 0,
|
|
49928
|
+
"unit": "px"
|
|
49929
|
+
},
|
|
49930
|
+
"offsetY": {
|
|
49931
|
+
"value": 0,
|
|
49932
|
+
"unit": "px"
|
|
49933
|
+
},
|
|
49934
|
+
"blur": {
|
|
49935
|
+
"value": 0,
|
|
49936
|
+
"unit": "px"
|
|
49937
|
+
},
|
|
49938
|
+
"spread": {
|
|
49939
|
+
"value": 1,
|
|
49940
|
+
"unit": "px"
|
|
49941
|
+
}
|
|
49942
|
+
},
|
|
49943
|
+
{
|
|
49944
|
+
"color": "{base.color.neutral.12}",
|
|
49945
|
+
"alpha": 0.08,
|
|
49946
|
+
"offsetX": {
|
|
49947
|
+
"value": 0,
|
|
49948
|
+
"unit": "px"
|
|
49949
|
+
},
|
|
49950
|
+
"offsetY": {
|
|
49951
|
+
"value": 8,
|
|
49952
|
+
"unit": "px"
|
|
49953
|
+
},
|
|
49954
|
+
"blur": {
|
|
49955
|
+
"value": 16,
|
|
49956
|
+
"unit": "px"
|
|
49957
|
+
},
|
|
49958
|
+
"spread": {
|
|
49959
|
+
"value": -4,
|
|
49960
|
+
"unit": "px"
|
|
49961
|
+
}
|
|
49962
|
+
},
|
|
49963
|
+
{
|
|
49964
|
+
"color": "{base.color.neutral.12}",
|
|
49965
|
+
"alpha": 0.08,
|
|
49966
|
+
"offsetX": {
|
|
49967
|
+
"value": 0,
|
|
49968
|
+
"unit": "px"
|
|
49969
|
+
},
|
|
49970
|
+
"offsetY": {
|
|
49971
|
+
"value": 4,
|
|
49972
|
+
"unit": "px"
|
|
49973
|
+
},
|
|
49974
|
+
"blur": {
|
|
49975
|
+
"value": 32,
|
|
49976
|
+
"unit": "px"
|
|
49977
|
+
},
|
|
49978
|
+
"spread": {
|
|
49979
|
+
"value": -4,
|
|
49980
|
+
"unit": "px"
|
|
49981
|
+
}
|
|
49982
|
+
},
|
|
49983
|
+
{
|
|
49984
|
+
"color": "{base.color.neutral.12}",
|
|
49985
|
+
"alpha": 0.08,
|
|
49986
|
+
"offsetX": {
|
|
49987
|
+
"value": 0,
|
|
49988
|
+
"unit": "px"
|
|
49989
|
+
},
|
|
49990
|
+
"offsetY": {
|
|
49991
|
+
"value": 24,
|
|
49992
|
+
"unit": "px"
|
|
49993
|
+
},
|
|
49994
|
+
"blur": {
|
|
49995
|
+
"value": 48,
|
|
49996
|
+
"unit": "px"
|
|
49997
|
+
},
|
|
49998
|
+
"spread": {
|
|
49999
|
+
"value": -12,
|
|
50000
|
+
"unit": "px"
|
|
50001
|
+
}
|
|
50002
|
+
},
|
|
50003
|
+
{
|
|
50004
|
+
"color": "{base.color.neutral.12}",
|
|
50005
|
+
"alpha": 0.08,
|
|
50006
|
+
"offsetX": {
|
|
50007
|
+
"value": 0,
|
|
50008
|
+
"unit": "px"
|
|
50009
|
+
},
|
|
50010
|
+
"offsetY": {
|
|
50011
|
+
"value": 48,
|
|
50012
|
+
"unit": "px"
|
|
50013
|
+
},
|
|
50014
|
+
"blur": {
|
|
50015
|
+
"value": 96,
|
|
50016
|
+
"unit": "px"
|
|
50017
|
+
},
|
|
50018
|
+
"spread": {
|
|
50019
|
+
"value": -24,
|
|
50020
|
+
"unit": "px"
|
|
50021
|
+
}
|
|
50022
|
+
}
|
|
50023
|
+
],
|
|
50024
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50025
|
+
"isSource": true,
|
|
50026
|
+
"$type": "shadow"
|
|
50027
|
+
},
|
|
50028
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
50029
|
+
"$value": [
|
|
50030
|
+
{
|
|
50031
|
+
"color": "{overlay.borderColor}",
|
|
50032
|
+
"alpha": 1,
|
|
50033
|
+
"offsetX": {
|
|
50034
|
+
"value": 0,
|
|
50035
|
+
"unit": "px"
|
|
50036
|
+
},
|
|
50037
|
+
"offsetY": {
|
|
50038
|
+
"value": 0,
|
|
50039
|
+
"unit": "px"
|
|
50040
|
+
},
|
|
50041
|
+
"blur": {
|
|
50042
|
+
"value": 0,
|
|
50043
|
+
"unit": "px"
|
|
50044
|
+
},
|
|
50045
|
+
"spread": {
|
|
50046
|
+
"value": 1,
|
|
50047
|
+
"unit": "px"
|
|
50048
|
+
}
|
|
50049
|
+
},
|
|
50050
|
+
{
|
|
50051
|
+
"color": "{base.color.neutral.12}",
|
|
50052
|
+
"alpha": 0.08,
|
|
50053
|
+
"offsetX": {
|
|
50054
|
+
"value": 0,
|
|
50055
|
+
"unit": "px"
|
|
50056
|
+
},
|
|
50057
|
+
"offsetY": {
|
|
50058
|
+
"value": 8,
|
|
50059
|
+
"unit": "px"
|
|
50060
|
+
},
|
|
50061
|
+
"blur": {
|
|
50062
|
+
"value": 16,
|
|
50063
|
+
"unit": "px"
|
|
50064
|
+
},
|
|
50065
|
+
"spread": {
|
|
50066
|
+
"value": -4,
|
|
50067
|
+
"unit": "px"
|
|
50068
|
+
}
|
|
50069
|
+
},
|
|
50070
|
+
{
|
|
50071
|
+
"color": "{base.color.neutral.12}",
|
|
50072
|
+
"alpha": 0.08,
|
|
50073
|
+
"offsetX": {
|
|
50074
|
+
"value": 0,
|
|
50075
|
+
"unit": "px"
|
|
50076
|
+
},
|
|
50077
|
+
"offsetY": {
|
|
50078
|
+
"value": 4,
|
|
50079
|
+
"unit": "px"
|
|
50080
|
+
},
|
|
50081
|
+
"blur": {
|
|
50082
|
+
"value": 32,
|
|
50083
|
+
"unit": "px"
|
|
50084
|
+
},
|
|
50085
|
+
"spread": {
|
|
50086
|
+
"value": -4,
|
|
50087
|
+
"unit": "px"
|
|
50088
|
+
}
|
|
50089
|
+
},
|
|
50090
|
+
{
|
|
50091
|
+
"color": "{base.color.neutral.12}",
|
|
50092
|
+
"alpha": 0.08,
|
|
50093
|
+
"offsetX": {
|
|
50094
|
+
"value": 0,
|
|
50095
|
+
"unit": "px"
|
|
50096
|
+
},
|
|
50097
|
+
"offsetY": {
|
|
50098
|
+
"value": 24,
|
|
50099
|
+
"unit": "px"
|
|
50100
|
+
},
|
|
50101
|
+
"blur": {
|
|
50102
|
+
"value": 48,
|
|
50103
|
+
"unit": "px"
|
|
50104
|
+
},
|
|
50105
|
+
"spread": {
|
|
50106
|
+
"value": -12,
|
|
50107
|
+
"unit": "px"
|
|
50108
|
+
}
|
|
50109
|
+
},
|
|
50110
|
+
{
|
|
50111
|
+
"color": "{base.color.neutral.12}",
|
|
50112
|
+
"alpha": 0.08,
|
|
50113
|
+
"offsetX": {
|
|
50114
|
+
"value": 0,
|
|
50115
|
+
"unit": "px"
|
|
50116
|
+
},
|
|
50117
|
+
"offsetY": {
|
|
50118
|
+
"value": 48,
|
|
50119
|
+
"unit": "px"
|
|
50120
|
+
},
|
|
50121
|
+
"blur": {
|
|
50122
|
+
"value": 96,
|
|
50123
|
+
"unit": "px"
|
|
50124
|
+
},
|
|
50125
|
+
"spread": {
|
|
50126
|
+
"value": -24,
|
|
50127
|
+
"unit": "px"
|
|
50128
|
+
}
|
|
50129
|
+
}
|
|
50130
|
+
],
|
|
50131
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50132
|
+
"isSource": true,
|
|
50133
|
+
"$type": "shadow"
|
|
50134
|
+
},
|
|
50135
|
+
"light-tritanopia-high-contrast": {
|
|
50136
|
+
"$value": [
|
|
50137
|
+
{
|
|
50138
|
+
"color": "{overlay.borderColor}",
|
|
50139
|
+
"alpha": 1,
|
|
50140
|
+
"offsetX": {
|
|
50141
|
+
"value": 0,
|
|
50142
|
+
"unit": "px"
|
|
50143
|
+
},
|
|
50144
|
+
"offsetY": {
|
|
50145
|
+
"value": 0,
|
|
50146
|
+
"unit": "px"
|
|
50147
|
+
},
|
|
50148
|
+
"blur": {
|
|
50149
|
+
"value": 0,
|
|
50150
|
+
"unit": "px"
|
|
50151
|
+
},
|
|
50152
|
+
"spread": {
|
|
50153
|
+
"value": 1,
|
|
50154
|
+
"unit": "px"
|
|
50155
|
+
}
|
|
50156
|
+
},
|
|
50157
|
+
{
|
|
50158
|
+
"color": "{base.color.neutral.12}",
|
|
50159
|
+
"alpha": 0.08,
|
|
50160
|
+
"offsetX": {
|
|
50161
|
+
"value": 0,
|
|
50162
|
+
"unit": "px"
|
|
50163
|
+
},
|
|
50164
|
+
"offsetY": {
|
|
50165
|
+
"value": 8,
|
|
50166
|
+
"unit": "px"
|
|
50167
|
+
},
|
|
50168
|
+
"blur": {
|
|
50169
|
+
"value": 16,
|
|
50170
|
+
"unit": "px"
|
|
50171
|
+
},
|
|
50172
|
+
"spread": {
|
|
50173
|
+
"value": -4,
|
|
50174
|
+
"unit": "px"
|
|
50175
|
+
}
|
|
50176
|
+
},
|
|
50177
|
+
{
|
|
50178
|
+
"color": "{base.color.neutral.12}",
|
|
50179
|
+
"alpha": 0.08,
|
|
50180
|
+
"offsetX": {
|
|
50181
|
+
"value": 0,
|
|
50182
|
+
"unit": "px"
|
|
50183
|
+
},
|
|
50184
|
+
"offsetY": {
|
|
50185
|
+
"value": 4,
|
|
50186
|
+
"unit": "px"
|
|
50187
|
+
},
|
|
50188
|
+
"blur": {
|
|
50189
|
+
"value": 32,
|
|
50190
|
+
"unit": "px"
|
|
50191
|
+
},
|
|
50192
|
+
"spread": {
|
|
50193
|
+
"value": -4,
|
|
50194
|
+
"unit": "px"
|
|
50195
|
+
}
|
|
50196
|
+
},
|
|
50197
|
+
{
|
|
50198
|
+
"color": "{base.color.neutral.12}",
|
|
50199
|
+
"alpha": 0.08,
|
|
50200
|
+
"offsetX": {
|
|
50201
|
+
"value": 0,
|
|
50202
|
+
"unit": "px"
|
|
50203
|
+
},
|
|
50204
|
+
"offsetY": {
|
|
50205
|
+
"value": 24,
|
|
50206
|
+
"unit": "px"
|
|
50207
|
+
},
|
|
50208
|
+
"blur": {
|
|
50209
|
+
"value": 48,
|
|
50210
|
+
"unit": "px"
|
|
50211
|
+
},
|
|
50212
|
+
"spread": {
|
|
50213
|
+
"value": -12,
|
|
50214
|
+
"unit": "px"
|
|
50215
|
+
}
|
|
50216
|
+
},
|
|
50217
|
+
{
|
|
50218
|
+
"color": "{base.color.neutral.12}",
|
|
50219
|
+
"alpha": 0.08,
|
|
50220
|
+
"offsetX": {
|
|
50221
|
+
"value": 0,
|
|
50222
|
+
"unit": "px"
|
|
50223
|
+
},
|
|
50224
|
+
"offsetY": {
|
|
50225
|
+
"value": 48,
|
|
50226
|
+
"unit": "px"
|
|
50227
|
+
},
|
|
50228
|
+
"blur": {
|
|
50229
|
+
"value": 96,
|
|
50230
|
+
"unit": "px"
|
|
50231
|
+
},
|
|
50232
|
+
"spread": {
|
|
50233
|
+
"value": -24,
|
|
50234
|
+
"unit": "px"
|
|
50235
|
+
}
|
|
50236
|
+
}
|
|
50237
|
+
],
|
|
50238
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50239
|
+
"isSource": true,
|
|
50240
|
+
"$type": "shadow"
|
|
48369
50241
|
}
|
|
48370
50242
|
},
|
|
48371
50243
|
"org.primer.llm": {
|
|
@@ -48378,7 +50250,7 @@
|
|
|
48378
50250
|
"name": "shadow-floating-medium",
|
|
48379
50251
|
"attributes": {},
|
|
48380
50252
|
"path": ["shadow", "floating", "medium"],
|
|
48381
|
-
"value": "0 0 0 1px #
|
|
50253
|
+
"value": "0 0 0 1px #d1d9e000, 0 8px 16px -4px #25292e14, 0 4px 32px -4px #25292e14, 0 24px 48px -12px #25292e14, 0 48px 96px -24px #25292e14",
|
|
48382
50254
|
"type": "shadow",
|
|
48383
50255
|
"description": "Medium floating shadow for popovers and action menus"
|
|
48384
50256
|
},
|
|
@@ -48672,6 +50544,147 @@
|
|
|
48672
50544
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48673
50545
|
"isSource": true,
|
|
48674
50546
|
"$type": "shadow"
|
|
50547
|
+
},
|
|
50548
|
+
"light-high-contrast": {
|
|
50549
|
+
"$value": [
|
|
50550
|
+
{
|
|
50551
|
+
"color": "#d1d9e080",
|
|
50552
|
+
"alpha": 1,
|
|
50553
|
+
"offsetX": {
|
|
50554
|
+
"value": 0,
|
|
50555
|
+
"unit": "px"
|
|
50556
|
+
},
|
|
50557
|
+
"offsetY": {
|
|
50558
|
+
"value": 0,
|
|
50559
|
+
"unit": "px"
|
|
50560
|
+
},
|
|
50561
|
+
"blur": {
|
|
50562
|
+
"value": 0,
|
|
50563
|
+
"unit": "px"
|
|
50564
|
+
},
|
|
50565
|
+
"spread": {
|
|
50566
|
+
"value": 1,
|
|
50567
|
+
"unit": "px"
|
|
50568
|
+
}
|
|
50569
|
+
},
|
|
50570
|
+
{
|
|
50571
|
+
"color": "#25292e",
|
|
50572
|
+
"alpha": 0.32,
|
|
50573
|
+
"offsetX": {
|
|
50574
|
+
"value": 0,
|
|
50575
|
+
"unit": "px"
|
|
50576
|
+
},
|
|
50577
|
+
"offsetY": {
|
|
50578
|
+
"value": 56,
|
|
50579
|
+
"unit": "px"
|
|
50580
|
+
},
|
|
50581
|
+
"blur": {
|
|
50582
|
+
"value": 112,
|
|
50583
|
+
"unit": "px"
|
|
50584
|
+
},
|
|
50585
|
+
"spread": {
|
|
50586
|
+
"value": 0,
|
|
50587
|
+
"unit": "px"
|
|
50588
|
+
}
|
|
50589
|
+
}
|
|
50590
|
+
],
|
|
50591
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50592
|
+
"isSource": true,
|
|
50593
|
+
"$type": "shadow"
|
|
50594
|
+
},
|
|
50595
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
50596
|
+
"$value": [
|
|
50597
|
+
{
|
|
50598
|
+
"color": "#d1d9e080",
|
|
50599
|
+
"alpha": 1,
|
|
50600
|
+
"offsetX": {
|
|
50601
|
+
"value": 0,
|
|
50602
|
+
"unit": "px"
|
|
50603
|
+
},
|
|
50604
|
+
"offsetY": {
|
|
50605
|
+
"value": 0,
|
|
50606
|
+
"unit": "px"
|
|
50607
|
+
},
|
|
50608
|
+
"blur": {
|
|
50609
|
+
"value": 0,
|
|
50610
|
+
"unit": "px"
|
|
50611
|
+
},
|
|
50612
|
+
"spread": {
|
|
50613
|
+
"value": 1,
|
|
50614
|
+
"unit": "px"
|
|
50615
|
+
}
|
|
50616
|
+
},
|
|
50617
|
+
{
|
|
50618
|
+
"color": "#25292e",
|
|
50619
|
+
"alpha": 0.32,
|
|
50620
|
+
"offsetX": {
|
|
50621
|
+
"value": 0,
|
|
50622
|
+
"unit": "px"
|
|
50623
|
+
},
|
|
50624
|
+
"offsetY": {
|
|
50625
|
+
"value": 56,
|
|
50626
|
+
"unit": "px"
|
|
50627
|
+
},
|
|
50628
|
+
"blur": {
|
|
50629
|
+
"value": 112,
|
|
50630
|
+
"unit": "px"
|
|
50631
|
+
},
|
|
50632
|
+
"spread": {
|
|
50633
|
+
"value": 0,
|
|
50634
|
+
"unit": "px"
|
|
50635
|
+
}
|
|
50636
|
+
}
|
|
50637
|
+
],
|
|
50638
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50639
|
+
"isSource": true,
|
|
50640
|
+
"$type": "shadow"
|
|
50641
|
+
},
|
|
50642
|
+
"light-tritanopia-high-contrast": {
|
|
50643
|
+
"$value": [
|
|
50644
|
+
{
|
|
50645
|
+
"color": "#d1d9e080",
|
|
50646
|
+
"alpha": 1,
|
|
50647
|
+
"offsetX": {
|
|
50648
|
+
"value": 0,
|
|
50649
|
+
"unit": "px"
|
|
50650
|
+
},
|
|
50651
|
+
"offsetY": {
|
|
50652
|
+
"value": 0,
|
|
50653
|
+
"unit": "px"
|
|
50654
|
+
},
|
|
50655
|
+
"blur": {
|
|
50656
|
+
"value": 0,
|
|
50657
|
+
"unit": "px"
|
|
50658
|
+
},
|
|
50659
|
+
"spread": {
|
|
50660
|
+
"value": 1,
|
|
50661
|
+
"unit": "px"
|
|
50662
|
+
}
|
|
50663
|
+
},
|
|
50664
|
+
{
|
|
50665
|
+
"color": "#25292e",
|
|
50666
|
+
"alpha": 0.32,
|
|
50667
|
+
"offsetX": {
|
|
50668
|
+
"value": 0,
|
|
50669
|
+
"unit": "px"
|
|
50670
|
+
},
|
|
50671
|
+
"offsetY": {
|
|
50672
|
+
"value": 56,
|
|
50673
|
+
"unit": "px"
|
|
50674
|
+
},
|
|
50675
|
+
"blur": {
|
|
50676
|
+
"value": 112,
|
|
50677
|
+
"unit": "px"
|
|
50678
|
+
},
|
|
50679
|
+
"spread": {
|
|
50680
|
+
"value": 0,
|
|
50681
|
+
"unit": "px"
|
|
50682
|
+
}
|
|
50683
|
+
}
|
|
50684
|
+
],
|
|
50685
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50686
|
+
"isSource": true,
|
|
50687
|
+
"$type": "shadow"
|
|
48675
50688
|
}
|
|
48676
50689
|
},
|
|
48677
50690
|
"org.primer.llm": {
|
|
@@ -48778,6 +50791,147 @@
|
|
|
48778
50791
|
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
48779
50792
|
"isSource": true,
|
|
48780
50793
|
"$type": "shadow"
|
|
50794
|
+
},
|
|
50795
|
+
"light-high-contrast": {
|
|
50796
|
+
"$value": [
|
|
50797
|
+
{
|
|
50798
|
+
"color": "{overlay.borderColor}",
|
|
50799
|
+
"alpha": 1,
|
|
50800
|
+
"offsetX": {
|
|
50801
|
+
"value": 0,
|
|
50802
|
+
"unit": "px"
|
|
50803
|
+
},
|
|
50804
|
+
"offsetY": {
|
|
50805
|
+
"value": 0,
|
|
50806
|
+
"unit": "px"
|
|
50807
|
+
},
|
|
50808
|
+
"blur": {
|
|
50809
|
+
"value": 0,
|
|
50810
|
+
"unit": "px"
|
|
50811
|
+
},
|
|
50812
|
+
"spread": {
|
|
50813
|
+
"value": 1,
|
|
50814
|
+
"unit": "px"
|
|
50815
|
+
}
|
|
50816
|
+
},
|
|
50817
|
+
{
|
|
50818
|
+
"color": "{base.color.neutral.12}",
|
|
50819
|
+
"alpha": 0.32,
|
|
50820
|
+
"offsetX": {
|
|
50821
|
+
"value": 0,
|
|
50822
|
+
"unit": "px"
|
|
50823
|
+
},
|
|
50824
|
+
"offsetY": {
|
|
50825
|
+
"value": 56,
|
|
50826
|
+
"unit": "px"
|
|
50827
|
+
},
|
|
50828
|
+
"blur": {
|
|
50829
|
+
"value": 112,
|
|
50830
|
+
"unit": "px"
|
|
50831
|
+
},
|
|
50832
|
+
"spread": {
|
|
50833
|
+
"value": 0,
|
|
50834
|
+
"unit": "px"
|
|
50835
|
+
}
|
|
50836
|
+
}
|
|
50837
|
+
],
|
|
50838
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50839
|
+
"isSource": true,
|
|
50840
|
+
"$type": "shadow"
|
|
50841
|
+
},
|
|
50842
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
50843
|
+
"$value": [
|
|
50844
|
+
{
|
|
50845
|
+
"color": "{overlay.borderColor}",
|
|
50846
|
+
"alpha": 1,
|
|
50847
|
+
"offsetX": {
|
|
50848
|
+
"value": 0,
|
|
50849
|
+
"unit": "px"
|
|
50850
|
+
},
|
|
50851
|
+
"offsetY": {
|
|
50852
|
+
"value": 0,
|
|
50853
|
+
"unit": "px"
|
|
50854
|
+
},
|
|
50855
|
+
"blur": {
|
|
50856
|
+
"value": 0,
|
|
50857
|
+
"unit": "px"
|
|
50858
|
+
},
|
|
50859
|
+
"spread": {
|
|
50860
|
+
"value": 1,
|
|
50861
|
+
"unit": "px"
|
|
50862
|
+
}
|
|
50863
|
+
},
|
|
50864
|
+
{
|
|
50865
|
+
"color": "{base.color.neutral.12}",
|
|
50866
|
+
"alpha": 0.32,
|
|
50867
|
+
"offsetX": {
|
|
50868
|
+
"value": 0,
|
|
50869
|
+
"unit": "px"
|
|
50870
|
+
},
|
|
50871
|
+
"offsetY": {
|
|
50872
|
+
"value": 56,
|
|
50873
|
+
"unit": "px"
|
|
50874
|
+
},
|
|
50875
|
+
"blur": {
|
|
50876
|
+
"value": 112,
|
|
50877
|
+
"unit": "px"
|
|
50878
|
+
},
|
|
50879
|
+
"spread": {
|
|
50880
|
+
"value": 0,
|
|
50881
|
+
"unit": "px"
|
|
50882
|
+
}
|
|
50883
|
+
}
|
|
50884
|
+
],
|
|
50885
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50886
|
+
"isSource": true,
|
|
50887
|
+
"$type": "shadow"
|
|
50888
|
+
},
|
|
50889
|
+
"light-tritanopia-high-contrast": {
|
|
50890
|
+
"$value": [
|
|
50891
|
+
{
|
|
50892
|
+
"color": "{overlay.borderColor}",
|
|
50893
|
+
"alpha": 1,
|
|
50894
|
+
"offsetX": {
|
|
50895
|
+
"value": 0,
|
|
50896
|
+
"unit": "px"
|
|
50897
|
+
},
|
|
50898
|
+
"offsetY": {
|
|
50899
|
+
"value": 0,
|
|
50900
|
+
"unit": "px"
|
|
50901
|
+
},
|
|
50902
|
+
"blur": {
|
|
50903
|
+
"value": 0,
|
|
50904
|
+
"unit": "px"
|
|
50905
|
+
},
|
|
50906
|
+
"spread": {
|
|
50907
|
+
"value": 1,
|
|
50908
|
+
"unit": "px"
|
|
50909
|
+
}
|
|
50910
|
+
},
|
|
50911
|
+
{
|
|
50912
|
+
"color": "{base.color.neutral.12}",
|
|
50913
|
+
"alpha": 0.32,
|
|
50914
|
+
"offsetX": {
|
|
50915
|
+
"value": 0,
|
|
50916
|
+
"unit": "px"
|
|
50917
|
+
},
|
|
50918
|
+
"offsetY": {
|
|
50919
|
+
"value": 56,
|
|
50920
|
+
"unit": "px"
|
|
50921
|
+
},
|
|
50922
|
+
"blur": {
|
|
50923
|
+
"value": 112,
|
|
50924
|
+
"unit": "px"
|
|
50925
|
+
},
|
|
50926
|
+
"spread": {
|
|
50927
|
+
"value": 0,
|
|
50928
|
+
"unit": "px"
|
|
50929
|
+
}
|
|
50930
|
+
}
|
|
50931
|
+
],
|
|
50932
|
+
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
50933
|
+
"isSource": true,
|
|
50934
|
+
"$type": "shadow"
|
|
48781
50935
|
}
|
|
48782
50936
|
},
|
|
48783
50937
|
"org.primer.llm": {
|
|
@@ -48790,7 +50944,7 @@
|
|
|
48790
50944
|
"name": "shadow-floating-xlarge",
|
|
48791
50945
|
"attributes": {},
|
|
48792
50946
|
"path": ["shadow", "floating", "xlarge"],
|
|
48793
|
-
"value": "0 0 0 1px #
|
|
50947
|
+
"value": "0 0 0 1px #d1d9e000, 0 56px 112px 0 #25292e52",
|
|
48794
50948
|
"type": "shadow",
|
|
48795
50949
|
"description": "Extra large floating shadow for full-screen overlays and sheets"
|
|
48796
50950
|
},
|