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