@primer/primitives 11.6.0 → 11.6.1-rc.d0027616
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 +0 -5
- package/dist/css/functional/themes/dark-colorblind-high-contrast.css +0 -2
- package/dist/css/functional/themes/dark-colorblind.css +0 -2
- package/dist/css/functional/themes/dark-dimmed-high-contrast.css +0 -2
- package/dist/css/functional/themes/dark-dimmed.css +0 -2
- package/dist/css/functional/themes/dark-high-contrast.css +0 -2
- package/dist/css/functional/themes/dark-tritanopia-high-contrast.css +0 -2
- package/dist/css/functional/themes/dark-tritanopia.css +0 -2
- package/dist/css/functional/themes/dark.css +0 -2
- package/dist/css/functional/themes/light-colorblind-high-contrast.css +2 -4
- package/dist/css/functional/themes/light-colorblind.css +2 -4
- package/dist/css/functional/themes/light-high-contrast.css +30 -32
- package/dist/css/functional/themes/light-tritanopia-high-contrast.css +2 -4
- package/dist/css/functional/themes/light-tritanopia.css +2 -4
- package/dist/css/functional/themes/light.css +2 -4
- package/dist/docs/functional/themes/dark-colorblind-high-contrast.json +6 -176
- package/dist/docs/functional/themes/dark-colorblind.json +6 -176
- package/dist/docs/functional/themes/dark-dimmed-high-contrast.json +6 -176
- package/dist/docs/functional/themes/dark-dimmed.json +6 -176
- package/dist/docs/functional/themes/dark-high-contrast.json +6 -176
- package/dist/docs/functional/themes/dark-tritanopia-high-contrast.json +6 -176
- package/dist/docs/functional/themes/dark-tritanopia.json +6 -176
- package/dist/docs/functional/themes/dark.json +6 -176
- package/dist/docs/functional/themes/light-colorblind-high-contrast.json +8 -178
- package/dist/docs/functional/themes/light-colorblind.json +8 -178
- package/dist/docs/functional/themes/light-high-contrast.json +33 -203
- package/dist/docs/functional/themes/light-tritanopia-high-contrast.json +8 -178
- package/dist/docs/functional/themes/light-tritanopia.json +8 -178
- package/dist/docs/functional/themes/light.json +8 -178
- package/dist/figma/themes/light-colorblind.json +1 -1
- package/dist/figma/themes/light-high-contrast.json +43 -46
- package/dist/figma/themes/light-tritanopia.json +1 -1
- package/dist/figma/themes/light.json +1 -1
- package/dist/internalCss/dark-colorblind-high-contrast.css +0 -2
- package/dist/internalCss/dark-colorblind.css +0 -2
- package/dist/internalCss/dark-dimmed-high-contrast.css +0 -2
- package/dist/internalCss/dark-dimmed.css +0 -2
- package/dist/internalCss/dark-high-contrast.css +0 -2
- package/dist/internalCss/dark-tritanopia-high-contrast.css +0 -2
- package/dist/internalCss/dark-tritanopia.css +0 -2
- package/dist/internalCss/dark.css +0 -2
- package/dist/internalCss/light-colorblind-high-contrast.css +2 -4
- package/dist/internalCss/light-colorblind.css +2 -4
- package/dist/internalCss/light-high-contrast.css +30 -32
- package/dist/internalCss/light-tritanopia-high-contrast.css +2 -4
- package/dist/internalCss/light-tritanopia.css +2 -4
- package/dist/internalCss/light.css +2 -4
- package/dist/styleLint/functional/themes/dark-colorblind-high-contrast.json +6 -176
- package/dist/styleLint/functional/themes/dark-colorblind.json +6 -176
- package/dist/styleLint/functional/themes/dark-dimmed-high-contrast.json +6 -176
- package/dist/styleLint/functional/themes/dark-dimmed.json +6 -176
- package/dist/styleLint/functional/themes/dark-high-contrast.json +6 -176
- package/dist/styleLint/functional/themes/dark-tritanopia-high-contrast.json +6 -176
- package/dist/styleLint/functional/themes/dark-tritanopia.json +6 -176
- package/dist/styleLint/functional/themes/dark.json +6 -176
- package/dist/styleLint/functional/themes/light-colorblind-high-contrast.json +8 -178
- package/dist/styleLint/functional/themes/light-colorblind.json +8 -178
- package/dist/styleLint/functional/themes/light-high-contrast.json +33 -203
- package/dist/styleLint/functional/themes/light-tritanopia-high-contrast.json +8 -178
- package/dist/styleLint/functional/themes/light-tritanopia.json +8 -178
- package/dist/styleLint/functional/themes/light.json +8 -178
- package/package.json +2 -2
- package/src/tokens/functional/color/fgColor.json5 +3 -3
- package/src/tokens/functional/shadow/shadow.json5 +1 -100
|
@@ -6862,7 +6862,7 @@
|
|
|
6862
6862
|
},
|
|
6863
6863
|
"button-danger-fgColor-disabled": {
|
|
6864
6864
|
"key": "{button.danger.fgColor.disabled}",
|
|
6865
|
-
"$value": "#
|
|
6865
|
+
"$value": "#960d1e80",
|
|
6866
6866
|
"$type": "color",
|
|
6867
6867
|
"$extensions": {
|
|
6868
6868
|
"org.primer.figma": {
|
|
@@ -6872,7 +6872,7 @@
|
|
|
6872
6872
|
},
|
|
6873
6873
|
"org.primer.overrides": {
|
|
6874
6874
|
"dark": {
|
|
6875
|
-
"$value": "#
|
|
6875
|
+
"$value": "#960d1e",
|
|
6876
6876
|
"alpha": 0.5,
|
|
6877
6877
|
"filePath": "src/tokens/component/button.json5",
|
|
6878
6878
|
"isSource": true,
|
|
@@ -6996,7 +6996,7 @@
|
|
|
6996
6996
|
},
|
|
6997
6997
|
"button-danger-fgColor-rest": {
|
|
6998
6998
|
"key": "{button.danger.fgColor.rest}",
|
|
6999
|
-
"$value": "#
|
|
6999
|
+
"$value": "#960d1e",
|
|
7000
7000
|
"$type": "color",
|
|
7001
7001
|
"$extensions": {
|
|
7002
7002
|
"org.primer.figma": {
|
|
@@ -7032,7 +7032,7 @@
|
|
|
7032
7032
|
"$type": "color"
|
|
7033
7033
|
},
|
|
7034
7034
|
"dark-protanopia-deuteranopia": {
|
|
7035
|
-
"$value": "#
|
|
7035
|
+
"$value": "#960d1e",
|
|
7036
7036
|
"filePath": "src/tokens/component/button.json5",
|
|
7037
7037
|
"isSource": true,
|
|
7038
7038
|
"$type": "color"
|
|
@@ -7129,7 +7129,7 @@
|
|
|
7129
7129
|
},
|
|
7130
7130
|
"button-danger-iconColor-disabled": {
|
|
7131
7131
|
"key": "{button.danger.iconColor.disabled}",
|
|
7132
|
-
"$value": "#
|
|
7132
|
+
"$value": "#960d1e80",
|
|
7133
7133
|
"$type": "color",
|
|
7134
7134
|
"$extensions": {
|
|
7135
7135
|
"org.primer.figma": {
|
|
@@ -7223,7 +7223,7 @@
|
|
|
7223
7223
|
},
|
|
7224
7224
|
"button-danger-iconColor-rest": {
|
|
7225
7225
|
"key": "{button.danger.iconColor.rest}",
|
|
7226
|
-
"$value": "#
|
|
7226
|
+
"$value": "#960d1e",
|
|
7227
7227
|
"$type": "color",
|
|
7228
7228
|
"$extensions": {
|
|
7229
7229
|
"org.primer.figma": {
|
|
@@ -11817,7 +11817,7 @@
|
|
|
11817
11817
|
},
|
|
11818
11818
|
"buttonCounter-danger-fgColor-disabled": {
|
|
11819
11819
|
"key": "{buttonCounter.danger.fgColor.disabled}",
|
|
11820
|
-
"$value": "#
|
|
11820
|
+
"$value": "#960d1e80",
|
|
11821
11821
|
"$type": "color",
|
|
11822
11822
|
"$extensions": {
|
|
11823
11823
|
"org.primer.figma": {
|
|
@@ -11827,7 +11827,7 @@
|
|
|
11827
11827
|
},
|
|
11828
11828
|
"org.primer.overrides": {
|
|
11829
11829
|
"dark": {
|
|
11830
|
-
"$value": "#
|
|
11830
|
+
"$value": "#960d1e",
|
|
11831
11831
|
"alpha": 0.5,
|
|
11832
11832
|
"filePath": "src/tokens/component/button.json5",
|
|
11833
11833
|
"isSource": true,
|
|
@@ -11911,7 +11911,7 @@
|
|
|
11911
11911
|
},
|
|
11912
11912
|
"buttonCounter-danger-fgColor-rest": {
|
|
11913
11913
|
"key": "{buttonCounter.danger.fgColor.rest}",
|
|
11914
|
-
"$value": "#
|
|
11914
|
+
"$value": "#960d1e",
|
|
11915
11915
|
"$type": "color",
|
|
11916
11916
|
"$extensions": {
|
|
11917
11917
|
"org.primer.figma": {
|
|
@@ -11921,19 +11921,19 @@
|
|
|
11921
11921
|
},
|
|
11922
11922
|
"org.primer.overrides": {
|
|
11923
11923
|
"dark": {
|
|
11924
|
-
"$value": "#
|
|
11924
|
+
"$value": "#960d1e",
|
|
11925
11925
|
"filePath": "src/tokens/component/button.json5",
|
|
11926
11926
|
"isSource": true,
|
|
11927
11927
|
"$type": "color"
|
|
11928
11928
|
},
|
|
11929
11929
|
"light-high-contrast": {
|
|
11930
|
-
"$value": "#
|
|
11930
|
+
"$value": "#960d1e",
|
|
11931
11931
|
"filePath": "src/tokens/component/button.json5",
|
|
11932
11932
|
"isSource": true,
|
|
11933
11933
|
"$type": "color"
|
|
11934
11934
|
},
|
|
11935
11935
|
"light-tritanopia-high-contrast": {
|
|
11936
|
-
"$value": "#
|
|
11936
|
+
"$value": "#960d1e",
|
|
11937
11937
|
"filePath": "src/tokens/component/button.json5",
|
|
11938
11938
|
"isSource": true,
|
|
11939
11939
|
"$type": "color"
|
|
@@ -11945,7 +11945,7 @@
|
|
|
11945
11945
|
"$type": "color"
|
|
11946
11946
|
},
|
|
11947
11947
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
11948
|
-
"$value": "#
|
|
11948
|
+
"$value": "#960d1e",
|
|
11949
11949
|
"filePath": "src/tokens/component/button.json5",
|
|
11950
11950
|
"isSource": true,
|
|
11951
11951
|
"$type": "color"
|
|
@@ -15595,7 +15595,7 @@
|
|
|
15595
15595
|
},
|
|
15596
15596
|
"color-prettylights-syntax-invalid-illegal-text": {
|
|
15597
15597
|
"key": "{color.prettylights.syntax.invalid.illegal.text}",
|
|
15598
|
-
"$value": "#
|
|
15598
|
+
"$value": "#960d1e",
|
|
15599
15599
|
"$type": "color",
|
|
15600
15600
|
"$extensions": {
|
|
15601
15601
|
"org.primer.figma": {
|
|
@@ -19264,7 +19264,7 @@
|
|
|
19264
19264
|
},
|
|
19265
19265
|
"control-danger-fgColor-rest": {
|
|
19266
19266
|
"key": "{control.danger.fgColor.rest}",
|
|
19267
|
-
"$value": "#
|
|
19267
|
+
"$value": "#960d1e",
|
|
19268
19268
|
"$type": "color",
|
|
19269
19269
|
"$extensions": {
|
|
19270
19270
|
"org.primer.figma": {
|
|
@@ -19273,7 +19273,7 @@
|
|
|
19273
19273
|
"scopes": ["fgColor"]
|
|
19274
19274
|
},
|
|
19275
19275
|
"org.primer.overrides": {
|
|
19276
|
-
"dark": "#
|
|
19276
|
+
"dark": "#960d1e"
|
|
19277
19277
|
}
|
|
19278
19278
|
},
|
|
19279
19279
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
@@ -38610,7 +38610,7 @@
|
|
|
38610
38610
|
},
|
|
38611
38611
|
"fgColor-closed": {
|
|
38612
38612
|
"key": "{fgColor.closed}",
|
|
38613
|
-
"$value": "#
|
|
38613
|
+
"$value": "#960d1e",
|
|
38614
38614
|
"$type": "color",
|
|
38615
38615
|
"$description": "Text color for closed state indicators (issues, PRs)",
|
|
38616
38616
|
"$extensions": {
|
|
@@ -38675,7 +38675,7 @@
|
|
|
38675
38675
|
},
|
|
38676
38676
|
"fgColor-danger": {
|
|
38677
38677
|
"key": "{fgColor.danger}",
|
|
38678
|
-
"$value": "#
|
|
38678
|
+
"$value": "#960d1e",
|
|
38679
38679
|
"$type": "color",
|
|
38680
38680
|
"$description": "Danger text for errors and destructive actions",
|
|
38681
38681
|
"$extensions": {
|
|
@@ -38696,7 +38696,7 @@
|
|
|
38696
38696
|
"dark-high-contrast": "#ee5a5d",
|
|
38697
38697
|
"dark-dimmed-high-contrast": "#ffc1bc",
|
|
38698
38698
|
"dark-tritanopia-high-contrast": "#ee5a5d",
|
|
38699
|
-
"light-high-contrast": "#
|
|
38699
|
+
"light-high-contrast": "#960d1e",
|
|
38700
38700
|
"light-tritanopia-high-contrast": "#86061d"
|
|
38701
38701
|
},
|
|
38702
38702
|
"org.primer.llm": {
|
|
@@ -38707,7 +38707,7 @@
|
|
|
38707
38707
|
"filePath": "src/tokens/functional/color/fgColor.json5",
|
|
38708
38708
|
"isSource": true,
|
|
38709
38709
|
"original": {
|
|
38710
|
-
"$value": "
|
|
38710
|
+
"$value": "#960d1e",
|
|
38711
38711
|
"$type": "color",
|
|
38712
38712
|
"$description": "Danger text for errors and destructive actions",
|
|
38713
38713
|
"$extensions": {
|
|
@@ -38728,7 +38728,7 @@
|
|
|
38728
38728
|
"dark-high-contrast": "{base.color.red.3}",
|
|
38729
38729
|
"dark-dimmed-high-contrast": "{base.color.red.1}",
|
|
38730
38730
|
"dark-tritanopia-high-contrast": "{base.color.red.3}",
|
|
38731
|
-
"light-high-contrast": "
|
|
38731
|
+
"light-high-contrast": "#960d1e",
|
|
38732
38732
|
"light-tritanopia-high-contrast": "{base.color.red.6}"
|
|
38733
38733
|
},
|
|
38734
38734
|
"org.primer.llm": {
|
|
@@ -38876,7 +38876,7 @@
|
|
|
38876
38876
|
},
|
|
38877
38877
|
"fgColor-done": {
|
|
38878
38878
|
"key": "{fgColor.done}",
|
|
38879
|
-
"$value": "#
|
|
38879
|
+
"$value": "#5e2bb4",
|
|
38880
38880
|
"$type": "color",
|
|
38881
38881
|
"$description": "Text color for completed/done state indicators",
|
|
38882
38882
|
"$extensions": {
|
|
@@ -38894,7 +38894,7 @@
|
|
|
38894
38894
|
"dark-dimmed-high-contrast": "#e0c5ff",
|
|
38895
38895
|
"dark-protanopia-deuteranopia-high-contrast": "#D3ABFF",
|
|
38896
38896
|
"dark-tritanopia-high-contrast": "#D3ABFF",
|
|
38897
|
-
"light-high-contrast": "#
|
|
38897
|
+
"light-high-contrast": "#5e2bb4",
|
|
38898
38898
|
"light-protanopia-deuteranopia-high-contrast": "#512598",
|
|
38899
38899
|
"light-tritanopia-high-contrast": "#512598"
|
|
38900
38900
|
},
|
|
@@ -38906,7 +38906,7 @@
|
|
|
38906
38906
|
"filePath": "src/tokens/functional/color/fgColor.json5",
|
|
38907
38907
|
"isSource": true,
|
|
38908
38908
|
"original": {
|
|
38909
|
-
"$value": "
|
|
38909
|
+
"$value": "#5e2bb4",
|
|
38910
38910
|
"$type": "color",
|
|
38911
38911
|
"$description": "Text color for completed/done state indicators",
|
|
38912
38912
|
"$extensions": {
|
|
@@ -38924,7 +38924,7 @@
|
|
|
38924
38924
|
"dark-dimmed-high-contrast": "{base.color.purple.1}",
|
|
38925
38925
|
"dark-protanopia-deuteranopia-high-contrast": "#D3ABFF",
|
|
38926
38926
|
"dark-tritanopia-high-contrast": "#D3ABFF",
|
|
38927
|
-
"light-high-contrast": "
|
|
38927
|
+
"light-high-contrast": "#5e2bb4",
|
|
38928
38928
|
"light-protanopia-deuteranopia-high-contrast": "{base.color.purple.6}",
|
|
38929
38929
|
"light-tritanopia-high-contrast": "{base.color.purple.6}"
|
|
38930
38930
|
},
|
|
@@ -39245,7 +39245,7 @@
|
|
|
39245
39245
|
},
|
|
39246
39246
|
"fgColor-open": {
|
|
39247
39247
|
"key": "{fgColor.open}",
|
|
39248
|
-
"$value": "#
|
|
39248
|
+
"$value": "#04591f",
|
|
39249
39249
|
"$type": "color",
|
|
39250
39250
|
"$description": "Text color for open state indicators (issues, PRs)",
|
|
39251
39251
|
"$extensions": {
|
|
@@ -39444,7 +39444,7 @@
|
|
|
39444
39444
|
},
|
|
39445
39445
|
"fgColor-success": {
|
|
39446
39446
|
"key": "{fgColor.success}",
|
|
39447
|
-
"$value": "#
|
|
39447
|
+
"$value": "#04591f",
|
|
39448
39448
|
"$type": "color",
|
|
39449
39449
|
"$description": "Success text for positive feedback and completed states",
|
|
39450
39450
|
"$extensions": {
|
|
@@ -39460,7 +39460,7 @@
|
|
|
39460
39460
|
"dark": "#26a148",
|
|
39461
39461
|
"dark-high-contrast": "#2BD853",
|
|
39462
39462
|
"dark-dimmed-high-contrast": "#d2fedb",
|
|
39463
|
-
"light-high-contrast": "#
|
|
39463
|
+
"light-high-contrast": "#04591f",
|
|
39464
39464
|
"dark-protanopia-deuteranopia": "#368cf9",
|
|
39465
39465
|
"dark-protanopia-deuteranopia-high-contrast": "#9cd7ff",
|
|
39466
39466
|
"light-protanopia-deuteranopia": "#0349b4",
|
|
@@ -39478,7 +39478,7 @@
|
|
|
39478
39478
|
"filePath": "src/tokens/functional/color/fgColor.json5",
|
|
39479
39479
|
"isSource": true,
|
|
39480
39480
|
"original": {
|
|
39481
|
-
"$value": "
|
|
39481
|
+
"$value": "#04591f",
|
|
39482
39482
|
"$type": "color",
|
|
39483
39483
|
"$description": "Success text for positive feedback and completed states",
|
|
39484
39484
|
"$extensions": {
|
|
@@ -39494,7 +39494,7 @@
|
|
|
39494
39494
|
"dark": "{base.color.green.3}",
|
|
39495
39495
|
"dark-high-contrast": "#2BD853",
|
|
39496
39496
|
"dark-dimmed-high-contrast": "{base.color.green.0}",
|
|
39497
|
-
"light-high-contrast": "
|
|
39497
|
+
"light-high-contrast": "#04591f",
|
|
39498
39498
|
"dark-protanopia-deuteranopia": "{base.color.blue.3}",
|
|
39499
39499
|
"dark-protanopia-deuteranopia-high-contrast": "{base.color.blue.1}",
|
|
39500
39500
|
"light-protanopia-deuteranopia": "{base.color.blue.5}",
|
|
@@ -39517,7 +39517,7 @@
|
|
|
39517
39517
|
},
|
|
39518
39518
|
"fgColor-upsell": {
|
|
39519
39519
|
"key": "{fgColor.upsell}",
|
|
39520
|
-
"$value": "#
|
|
39520
|
+
"$value": "#5e2bb4",
|
|
39521
39521
|
"$type": "color",
|
|
39522
39522
|
"$description": "Text color for upsell and promotional content",
|
|
39523
39523
|
"$extensions": {
|
|
@@ -49256,176 +49256,6 @@
|
|
|
49256
49256
|
"attributes": {},
|
|
49257
49257
|
"path": ["shadow", "floating", "large"]
|
|
49258
49258
|
},
|
|
49259
|
-
"shadow-floating-legacy": {
|
|
49260
|
-
"key": "{shadow.floating.legacy}",
|
|
49261
|
-
"$value": "0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f",
|
|
49262
|
-
"$type": "shadow",
|
|
49263
|
-
"$description": "Legacy floating shadow for backward compatibility",
|
|
49264
|
-
"$extensions": {
|
|
49265
|
-
"org.primer.figma": {},
|
|
49266
|
-
"org.primer.overrides": {
|
|
49267
|
-
"dark": {
|
|
49268
|
-
"$value": [
|
|
49269
|
-
{
|
|
49270
|
-
"color": "#ffffff",
|
|
49271
|
-
"alpha": 0.4,
|
|
49272
|
-
"offsetX": {
|
|
49273
|
-
"value": 0,
|
|
49274
|
-
"unit": "px"
|
|
49275
|
-
},
|
|
49276
|
-
"offsetY": {
|
|
49277
|
-
"value": 6,
|
|
49278
|
-
"unit": "px"
|
|
49279
|
-
},
|
|
49280
|
-
"blur": {
|
|
49281
|
-
"value": 12,
|
|
49282
|
-
"unit": "px"
|
|
49283
|
-
},
|
|
49284
|
-
"spread": {
|
|
49285
|
-
"value": -3,
|
|
49286
|
-
"unit": "px"
|
|
49287
|
-
}
|
|
49288
|
-
},
|
|
49289
|
-
{
|
|
49290
|
-
"color": "#ffffff",
|
|
49291
|
-
"alpha": 0.4,
|
|
49292
|
-
"offsetX": {
|
|
49293
|
-
"value": 0,
|
|
49294
|
-
"unit": "px"
|
|
49295
|
-
},
|
|
49296
|
-
"offsetY": {
|
|
49297
|
-
"value": 6,
|
|
49298
|
-
"unit": "px"
|
|
49299
|
-
},
|
|
49300
|
-
"blur": {
|
|
49301
|
-
"value": 18,
|
|
49302
|
-
"unit": "px"
|
|
49303
|
-
},
|
|
49304
|
-
"spread": {
|
|
49305
|
-
"value": 0,
|
|
49306
|
-
"unit": "px"
|
|
49307
|
-
}
|
|
49308
|
-
}
|
|
49309
|
-
],
|
|
49310
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49311
|
-
"isSource": true,
|
|
49312
|
-
"$type": "shadow"
|
|
49313
|
-
}
|
|
49314
|
-
},
|
|
49315
|
-
"org.primer.llm": {
|
|
49316
|
-
"usage": ["legacy-component", "backward-compatibility"],
|
|
49317
|
-
"rules": "DEPRECATED: Use shadow-floating-small instead. Only use for maintaining backward compatibility with existing implementations."
|
|
49318
|
-
}
|
|
49319
|
-
},
|
|
49320
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49321
|
-
"isSource": true,
|
|
49322
|
-
"original": {
|
|
49323
|
-
"$value": [
|
|
49324
|
-
{
|
|
49325
|
-
"color": "{base.color.neutral.12}",
|
|
49326
|
-
"alpha": 0.04,
|
|
49327
|
-
"offsetX": {
|
|
49328
|
-
"value": 0,
|
|
49329
|
-
"unit": "px"
|
|
49330
|
-
},
|
|
49331
|
-
"offsetY": {
|
|
49332
|
-
"value": 6,
|
|
49333
|
-
"unit": "px"
|
|
49334
|
-
},
|
|
49335
|
-
"blur": {
|
|
49336
|
-
"value": 12,
|
|
49337
|
-
"unit": "px"
|
|
49338
|
-
},
|
|
49339
|
-
"spread": {
|
|
49340
|
-
"value": -3,
|
|
49341
|
-
"unit": "px"
|
|
49342
|
-
}
|
|
49343
|
-
},
|
|
49344
|
-
{
|
|
49345
|
-
"color": "{base.color.neutral.12}",
|
|
49346
|
-
"alpha": 0.12,
|
|
49347
|
-
"offsetX": {
|
|
49348
|
-
"value": 0,
|
|
49349
|
-
"unit": "px"
|
|
49350
|
-
},
|
|
49351
|
-
"offsetY": {
|
|
49352
|
-
"value": 6,
|
|
49353
|
-
"unit": "px"
|
|
49354
|
-
},
|
|
49355
|
-
"blur": {
|
|
49356
|
-
"value": 18,
|
|
49357
|
-
"unit": "px"
|
|
49358
|
-
},
|
|
49359
|
-
"spread": {
|
|
49360
|
-
"value": 0,
|
|
49361
|
-
"unit": "px"
|
|
49362
|
-
}
|
|
49363
|
-
}
|
|
49364
|
-
],
|
|
49365
|
-
"$type": "shadow",
|
|
49366
|
-
"$description": "Legacy floating shadow for backward compatibility",
|
|
49367
|
-
"$extensions": {
|
|
49368
|
-
"org.primer.figma": {},
|
|
49369
|
-
"org.primer.overrides": {
|
|
49370
|
-
"dark": {
|
|
49371
|
-
"$value": [
|
|
49372
|
-
{
|
|
49373
|
-
"color": "{base.color.neutral.0}",
|
|
49374
|
-
"alpha": 0.4,
|
|
49375
|
-
"offsetX": {
|
|
49376
|
-
"value": 0,
|
|
49377
|
-
"unit": "px"
|
|
49378
|
-
},
|
|
49379
|
-
"offsetY": {
|
|
49380
|
-
"value": 6,
|
|
49381
|
-
"unit": "px"
|
|
49382
|
-
},
|
|
49383
|
-
"blur": {
|
|
49384
|
-
"value": 12,
|
|
49385
|
-
"unit": "px"
|
|
49386
|
-
},
|
|
49387
|
-
"spread": {
|
|
49388
|
-
"value": -3,
|
|
49389
|
-
"unit": "px"
|
|
49390
|
-
}
|
|
49391
|
-
},
|
|
49392
|
-
{
|
|
49393
|
-
"color": "{base.color.neutral.0}",
|
|
49394
|
-
"alpha": 0.4,
|
|
49395
|
-
"offsetX": {
|
|
49396
|
-
"value": 0,
|
|
49397
|
-
"unit": "px"
|
|
49398
|
-
},
|
|
49399
|
-
"offsetY": {
|
|
49400
|
-
"value": 6,
|
|
49401
|
-
"unit": "px"
|
|
49402
|
-
},
|
|
49403
|
-
"blur": {
|
|
49404
|
-
"value": 18,
|
|
49405
|
-
"unit": "px"
|
|
49406
|
-
},
|
|
49407
|
-
"spread": {
|
|
49408
|
-
"value": 0,
|
|
49409
|
-
"unit": "px"
|
|
49410
|
-
}
|
|
49411
|
-
}
|
|
49412
|
-
],
|
|
49413
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49414
|
-
"isSource": true,
|
|
49415
|
-
"$type": "shadow"
|
|
49416
|
-
}
|
|
49417
|
-
},
|
|
49418
|
-
"org.primer.llm": {
|
|
49419
|
-
"usage": ["legacy-component", "backward-compatibility"],
|
|
49420
|
-
"rules": "DEPRECATED: Use shadow-floating-small instead. Only use for maintaining backward compatibility with existing implementations."
|
|
49421
|
-
}
|
|
49422
|
-
},
|
|
49423
|
-
"key": "{shadow.floating.legacy}"
|
|
49424
|
-
},
|
|
49425
|
-
"name": "shadow-floating-legacy",
|
|
49426
|
-
"attributes": {},
|
|
49427
|
-
"path": ["shadow", "floating", "legacy"]
|
|
49428
|
-
},
|
|
49429
49259
|
"shadow-floating-medium": {
|
|
49430
49260
|
"key": "{shadow.floating.medium}",
|
|
49431
49261
|
"$value": "0 0 0 1px #454c54, 0 8px 16px -4px #25292e14, 0 4px 32px -4px #25292e14, 0 24px 48px -12px #25292e14, 0 48px 96px -24px #25292e14",
|
|
@@ -50426,7 +50256,7 @@
|
|
|
50426
50256
|
},
|
|
50427
50257
|
"shadow-floating-small": {
|
|
50428
50258
|
"key": "{shadow.floating.small}",
|
|
50429
|
-
"$value": "0 0 0 1px #
|
|
50259
|
+
"$value": "0 0 0 1px #454c5440, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f",
|
|
50430
50260
|
"$type": "shadow",
|
|
50431
50261
|
"$description": "Small floating shadow for dropdowns, tooltips, and small overlays",
|
|
50432
50262
|
"$extensions": {
|
|
@@ -50514,7 +50344,7 @@
|
|
|
50514
50344
|
"$value": [
|
|
50515
50345
|
{
|
|
50516
50346
|
"color": "{overlay.borderColor}",
|
|
50517
|
-
"alpha": 0.
|
|
50347
|
+
"alpha": 0.25,
|
|
50518
50348
|
"offsetX": {
|
|
50519
50349
|
"value": 0,
|
|
50520
50350
|
"unit": "px"
|