@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
|
@@ -6750,7 +6750,7 @@
|
|
|
6750
6750
|
},
|
|
6751
6751
|
"org.primer.overrides": {
|
|
6752
6752
|
"dark": {
|
|
6753
|
-
"$value": "#
|
|
6753
|
+
"$value": "#960d1e",
|
|
6754
6754
|
"alpha": 0.5,
|
|
6755
6755
|
"filePath": "src/tokens/component/button.json5",
|
|
6756
6756
|
"isSource": true,
|
|
@@ -6786,7 +6786,7 @@
|
|
|
6786
6786
|
"name": "button-danger-fgColor-disabled",
|
|
6787
6787
|
"attributes": {},
|
|
6788
6788
|
"path": ["button", "danger", "fgColor", "disabled"],
|
|
6789
|
-
"value": "#
|
|
6789
|
+
"value": "#960d1e80",
|
|
6790
6790
|
"type": "color"
|
|
6791
6791
|
},
|
|
6792
6792
|
"button-danger-fgColor-hover": {
|
|
@@ -6910,7 +6910,7 @@
|
|
|
6910
6910
|
"$type": "color"
|
|
6911
6911
|
},
|
|
6912
6912
|
"dark-protanopia-deuteranopia": {
|
|
6913
|
-
"$value": "#
|
|
6913
|
+
"$value": "#960d1e",
|
|
6914
6914
|
"filePath": "src/tokens/component/button.json5",
|
|
6915
6915
|
"isSource": true,
|
|
6916
6916
|
"$type": "color"
|
|
@@ -7004,7 +7004,7 @@
|
|
|
7004
7004
|
"name": "button-danger-fgColor-rest",
|
|
7005
7005
|
"attributes": {},
|
|
7006
7006
|
"path": ["button", "danger", "fgColor", "rest"],
|
|
7007
|
-
"value": "#
|
|
7007
|
+
"value": "#960d1e",
|
|
7008
7008
|
"type": "color"
|
|
7009
7009
|
},
|
|
7010
7010
|
"button-danger-iconColor-disabled": {
|
|
@@ -7033,7 +7033,7 @@
|
|
|
7033
7033
|
"name": "button-danger-iconColor-disabled",
|
|
7034
7034
|
"attributes": {},
|
|
7035
7035
|
"path": ["button", "danger", "iconColor", "disabled"],
|
|
7036
|
-
"value": "#
|
|
7036
|
+
"value": "#960d1e80",
|
|
7037
7037
|
"type": "color"
|
|
7038
7038
|
},
|
|
7039
7039
|
"button-danger-iconColor-hover": {
|
|
@@ -7127,7 +7127,7 @@
|
|
|
7127
7127
|
"name": "button-danger-iconColor-rest",
|
|
7128
7128
|
"attributes": {},
|
|
7129
7129
|
"path": ["button", "danger", "iconColor", "rest"],
|
|
7130
|
-
"value": "#
|
|
7130
|
+
"value": "#960d1e",
|
|
7131
7131
|
"type": "color"
|
|
7132
7132
|
},
|
|
7133
7133
|
"button-danger-shadow-selected": {
|
|
@@ -11705,7 +11705,7 @@
|
|
|
11705
11705
|
},
|
|
11706
11706
|
"org.primer.overrides": {
|
|
11707
11707
|
"dark": {
|
|
11708
|
-
"$value": "#
|
|
11708
|
+
"$value": "#960d1e",
|
|
11709
11709
|
"alpha": 0.5,
|
|
11710
11710
|
"filePath": "src/tokens/component/button.json5",
|
|
11711
11711
|
"isSource": true,
|
|
@@ -11741,7 +11741,7 @@
|
|
|
11741
11741
|
"name": "buttonCounter-danger-fgColor-disabled",
|
|
11742
11742
|
"attributes": {},
|
|
11743
11743
|
"path": ["buttonCounter", "danger", "fgColor", "disabled"],
|
|
11744
|
-
"value": "#
|
|
11744
|
+
"value": "#960d1e80",
|
|
11745
11745
|
"type": "color"
|
|
11746
11746
|
},
|
|
11747
11747
|
"buttonCounter-danger-fgColor-hover": {
|
|
@@ -11799,19 +11799,19 @@
|
|
|
11799
11799
|
},
|
|
11800
11800
|
"org.primer.overrides": {
|
|
11801
11801
|
"dark": {
|
|
11802
|
-
"$value": "#
|
|
11802
|
+
"$value": "#960d1e",
|
|
11803
11803
|
"filePath": "src/tokens/component/button.json5",
|
|
11804
11804
|
"isSource": true,
|
|
11805
11805
|
"$type": "color"
|
|
11806
11806
|
},
|
|
11807
11807
|
"light-high-contrast": {
|
|
11808
|
-
"$value": "#
|
|
11808
|
+
"$value": "#960d1e",
|
|
11809
11809
|
"filePath": "src/tokens/component/button.json5",
|
|
11810
11810
|
"isSource": true,
|
|
11811
11811
|
"$type": "color"
|
|
11812
11812
|
},
|
|
11813
11813
|
"light-tritanopia-high-contrast": {
|
|
11814
|
-
"$value": "#
|
|
11814
|
+
"$value": "#960d1e",
|
|
11815
11815
|
"filePath": "src/tokens/component/button.json5",
|
|
11816
11816
|
"isSource": true,
|
|
11817
11817
|
"$type": "color"
|
|
@@ -11823,7 +11823,7 @@
|
|
|
11823
11823
|
"$type": "color"
|
|
11824
11824
|
},
|
|
11825
11825
|
"light-protanopia-deuteranopia-high-contrast": {
|
|
11826
|
-
"$value": "#
|
|
11826
|
+
"$value": "#960d1e",
|
|
11827
11827
|
"filePath": "src/tokens/component/button.json5",
|
|
11828
11828
|
"isSource": true,
|
|
11829
11829
|
"$type": "color"
|
|
@@ -11879,7 +11879,7 @@
|
|
|
11879
11879
|
"name": "buttonCounter-danger-fgColor-rest",
|
|
11880
11880
|
"attributes": {},
|
|
11881
11881
|
"path": ["buttonCounter", "danger", "fgColor", "rest"],
|
|
11882
|
-
"value": "#
|
|
11882
|
+
"value": "#960d1e",
|
|
11883
11883
|
"type": "color"
|
|
11884
11884
|
},
|
|
11885
11885
|
"buttonCounter-default-bgColor-rest": {
|
|
@@ -15497,7 +15497,7 @@
|
|
|
15497
15497
|
"name": "color-prettylights-syntax-invalid-illegal-text",
|
|
15498
15498
|
"attributes": {},
|
|
15499
15499
|
"path": ["color", "prettylights", "syntax", "invalid", "illegal", "text"],
|
|
15500
|
-
"value": "#
|
|
15500
|
+
"value": "#960d1e",
|
|
15501
15501
|
"type": "color"
|
|
15502
15502
|
},
|
|
15503
15503
|
"color-prettylights-syntax-keyword": {
|
|
@@ -19151,7 +19151,7 @@
|
|
|
19151
19151
|
"scopes": ["fgColor"]
|
|
19152
19152
|
},
|
|
19153
19153
|
"org.primer.overrides": {
|
|
19154
|
-
"dark": "#
|
|
19154
|
+
"dark": "#960d1e"
|
|
19155
19155
|
}
|
|
19156
19156
|
},
|
|
19157
19157
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
@@ -19174,7 +19174,7 @@
|
|
|
19174
19174
|
"name": "control-danger-fgColor-rest",
|
|
19175
19175
|
"attributes": {},
|
|
19176
19176
|
"path": ["control", "danger", "fgColor", "rest"],
|
|
19177
|
-
"value": "#
|
|
19177
|
+
"value": "#960d1e",
|
|
19178
19178
|
"type": "color"
|
|
19179
19179
|
},
|
|
19180
19180
|
"control-fgColor-disabled": {
|
|
@@ -38549,7 +38549,7 @@
|
|
|
38549
38549
|
"name": "fgColor-closed",
|
|
38550
38550
|
"attributes": {},
|
|
38551
38551
|
"path": ["fgColor", "closed"],
|
|
38552
|
-
"value": "#
|
|
38552
|
+
"value": "#960d1e",
|
|
38553
38553
|
"type": "color",
|
|
38554
38554
|
"description": "Text color for closed state indicators (issues, PRs)"
|
|
38555
38555
|
},
|
|
@@ -38573,7 +38573,7 @@
|
|
|
38573
38573
|
"dark-high-contrast": "#ee5a5d",
|
|
38574
38574
|
"dark-dimmed-high-contrast": "#ffc1bc",
|
|
38575
38575
|
"dark-tritanopia-high-contrast": "#ee5a5d",
|
|
38576
|
-
"light-high-contrast": "#
|
|
38576
|
+
"light-high-contrast": "#960d1e",
|
|
38577
38577
|
"light-tritanopia-high-contrast": "#86061d"
|
|
38578
38578
|
},
|
|
38579
38579
|
"org.primer.llm": {
|
|
@@ -38584,7 +38584,7 @@
|
|
|
38584
38584
|
"filePath": "src/tokens/functional/color/fgColor.json5",
|
|
38585
38585
|
"isSource": true,
|
|
38586
38586
|
"original": {
|
|
38587
|
-
"$value": "
|
|
38587
|
+
"$value": "#960d1e",
|
|
38588
38588
|
"$type": "color",
|
|
38589
38589
|
"$description": "Danger text for errors and destructive actions",
|
|
38590
38590
|
"$extensions": {
|
|
@@ -38605,7 +38605,7 @@
|
|
|
38605
38605
|
"dark-high-contrast": "{base.color.red.3}",
|
|
38606
38606
|
"dark-dimmed-high-contrast": "{base.color.red.1}",
|
|
38607
38607
|
"dark-tritanopia-high-contrast": "{base.color.red.3}",
|
|
38608
|
-
"light-high-contrast": "
|
|
38608
|
+
"light-high-contrast": "#960d1e",
|
|
38609
38609
|
"light-tritanopia-high-contrast": "{base.color.red.6}"
|
|
38610
38610
|
},
|
|
38611
38611
|
"org.primer.llm": {
|
|
@@ -38618,7 +38618,7 @@
|
|
|
38618
38618
|
"name": "fgColor-danger",
|
|
38619
38619
|
"attributes": {},
|
|
38620
38620
|
"path": ["fgColor", "danger"],
|
|
38621
|
-
"value": "#
|
|
38621
|
+
"value": "#960d1e",
|
|
38622
38622
|
"type": "color",
|
|
38623
38623
|
"description": "Danger text for errors and destructive actions"
|
|
38624
38624
|
},
|
|
@@ -38771,7 +38771,7 @@
|
|
|
38771
38771
|
"dark-dimmed-high-contrast": "#e0c5ff",
|
|
38772
38772
|
"dark-protanopia-deuteranopia-high-contrast": "#D3ABFF",
|
|
38773
38773
|
"dark-tritanopia-high-contrast": "#D3ABFF",
|
|
38774
|
-
"light-high-contrast": "#
|
|
38774
|
+
"light-high-contrast": "#5e2bb4",
|
|
38775
38775
|
"light-protanopia-deuteranopia-high-contrast": "#512598",
|
|
38776
38776
|
"light-tritanopia-high-contrast": "#512598"
|
|
38777
38777
|
},
|
|
@@ -38783,7 +38783,7 @@
|
|
|
38783
38783
|
"filePath": "src/tokens/functional/color/fgColor.json5",
|
|
38784
38784
|
"isSource": true,
|
|
38785
38785
|
"original": {
|
|
38786
|
-
"$value": "
|
|
38786
|
+
"$value": "#5e2bb4",
|
|
38787
38787
|
"$type": "color",
|
|
38788
38788
|
"$description": "Text color for completed/done state indicators",
|
|
38789
38789
|
"$extensions": {
|
|
@@ -38801,7 +38801,7 @@
|
|
|
38801
38801
|
"dark-dimmed-high-contrast": "{base.color.purple.1}",
|
|
38802
38802
|
"dark-protanopia-deuteranopia-high-contrast": "#D3ABFF",
|
|
38803
38803
|
"dark-tritanopia-high-contrast": "#D3ABFF",
|
|
38804
|
-
"light-high-contrast": "
|
|
38804
|
+
"light-high-contrast": "#5e2bb4",
|
|
38805
38805
|
"light-protanopia-deuteranopia-high-contrast": "{base.color.purple.6}",
|
|
38806
38806
|
"light-tritanopia-high-contrast": "{base.color.purple.6}"
|
|
38807
38807
|
},
|
|
@@ -38815,7 +38815,7 @@
|
|
|
38815
38815
|
"name": "fgColor-done",
|
|
38816
38816
|
"attributes": {},
|
|
38817
38817
|
"path": ["fgColor", "done"],
|
|
38818
|
-
"value": "#
|
|
38818
|
+
"value": "#5e2bb4",
|
|
38819
38819
|
"type": "color",
|
|
38820
38820
|
"description": "Text color for completed/done state indicators"
|
|
38821
38821
|
},
|
|
@@ -39184,7 +39184,7 @@
|
|
|
39184
39184
|
"name": "fgColor-open",
|
|
39185
39185
|
"attributes": {},
|
|
39186
39186
|
"path": ["fgColor", "open"],
|
|
39187
|
-
"value": "#
|
|
39187
|
+
"value": "#04591f",
|
|
39188
39188
|
"type": "color",
|
|
39189
39189
|
"description": "Text color for open state indicators (issues, PRs)"
|
|
39190
39190
|
},
|
|
@@ -39337,7 +39337,7 @@
|
|
|
39337
39337
|
"dark": "#26a148",
|
|
39338
39338
|
"dark-high-contrast": "#2BD853",
|
|
39339
39339
|
"dark-dimmed-high-contrast": "#d2fedb",
|
|
39340
|
-
"light-high-contrast": "#
|
|
39340
|
+
"light-high-contrast": "#04591f",
|
|
39341
39341
|
"dark-protanopia-deuteranopia": "#368cf9",
|
|
39342
39342
|
"dark-protanopia-deuteranopia-high-contrast": "#9cd7ff",
|
|
39343
39343
|
"light-protanopia-deuteranopia": "#0349b4",
|
|
@@ -39355,7 +39355,7 @@
|
|
|
39355
39355
|
"filePath": "src/tokens/functional/color/fgColor.json5",
|
|
39356
39356
|
"isSource": true,
|
|
39357
39357
|
"original": {
|
|
39358
|
-
"$value": "
|
|
39358
|
+
"$value": "#04591f",
|
|
39359
39359
|
"$type": "color",
|
|
39360
39360
|
"$description": "Success text for positive feedback and completed states",
|
|
39361
39361
|
"$extensions": {
|
|
@@ -39371,7 +39371,7 @@
|
|
|
39371
39371
|
"dark": "{base.color.green.3}",
|
|
39372
39372
|
"dark-high-contrast": "#2BD853",
|
|
39373
39373
|
"dark-dimmed-high-contrast": "{base.color.green.0}",
|
|
39374
|
-
"light-high-contrast": "
|
|
39374
|
+
"light-high-contrast": "#04591f",
|
|
39375
39375
|
"dark-protanopia-deuteranopia": "{base.color.blue.3}",
|
|
39376
39376
|
"dark-protanopia-deuteranopia-high-contrast": "{base.color.blue.1}",
|
|
39377
39377
|
"light-protanopia-deuteranopia": "{base.color.blue.5}",
|
|
@@ -39391,7 +39391,7 @@
|
|
|
39391
39391
|
"name": "fgColor-success",
|
|
39392
39392
|
"attributes": {},
|
|
39393
39393
|
"path": ["fgColor", "success"],
|
|
39394
|
-
"value": "#
|
|
39394
|
+
"value": "#04591f",
|
|
39395
39395
|
"type": "color",
|
|
39396
39396
|
"description": "Success text for positive feedback and completed states"
|
|
39397
39397
|
},
|
|
@@ -39436,7 +39436,7 @@
|
|
|
39436
39436
|
"name": "fgColor-upsell",
|
|
39437
39437
|
"attributes": {},
|
|
39438
39438
|
"path": ["fgColor", "upsell"],
|
|
39439
|
-
"value": "#
|
|
39439
|
+
"value": "#5e2bb4",
|
|
39440
39440
|
"type": "color",
|
|
39441
39441
|
"description": "Text color for upsell and promotional content"
|
|
39442
39442
|
},
|
|
@@ -49136,176 +49136,6 @@
|
|
|
49136
49136
|
"type": "shadow",
|
|
49137
49137
|
"description": "Large floating shadow for modals and dialogs"
|
|
49138
49138
|
},
|
|
49139
|
-
"shadow-floating-legacy": {
|
|
49140
|
-
"key": "{shadow.floating.legacy}",
|
|
49141
|
-
"$extensions": {
|
|
49142
|
-
"org.primer.figma": {},
|
|
49143
|
-
"org.primer.overrides": {
|
|
49144
|
-
"dark": {
|
|
49145
|
-
"$value": [
|
|
49146
|
-
{
|
|
49147
|
-
"color": "#ffffff",
|
|
49148
|
-
"alpha": 0.4,
|
|
49149
|
-
"offsetX": {
|
|
49150
|
-
"value": 0,
|
|
49151
|
-
"unit": "px"
|
|
49152
|
-
},
|
|
49153
|
-
"offsetY": {
|
|
49154
|
-
"value": 6,
|
|
49155
|
-
"unit": "px"
|
|
49156
|
-
},
|
|
49157
|
-
"blur": {
|
|
49158
|
-
"value": 12,
|
|
49159
|
-
"unit": "px"
|
|
49160
|
-
},
|
|
49161
|
-
"spread": {
|
|
49162
|
-
"value": -3,
|
|
49163
|
-
"unit": "px"
|
|
49164
|
-
}
|
|
49165
|
-
},
|
|
49166
|
-
{
|
|
49167
|
-
"color": "#ffffff",
|
|
49168
|
-
"alpha": 0.4,
|
|
49169
|
-
"offsetX": {
|
|
49170
|
-
"value": 0,
|
|
49171
|
-
"unit": "px"
|
|
49172
|
-
},
|
|
49173
|
-
"offsetY": {
|
|
49174
|
-
"value": 6,
|
|
49175
|
-
"unit": "px"
|
|
49176
|
-
},
|
|
49177
|
-
"blur": {
|
|
49178
|
-
"value": 18,
|
|
49179
|
-
"unit": "px"
|
|
49180
|
-
},
|
|
49181
|
-
"spread": {
|
|
49182
|
-
"value": 0,
|
|
49183
|
-
"unit": "px"
|
|
49184
|
-
}
|
|
49185
|
-
}
|
|
49186
|
-
],
|
|
49187
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49188
|
-
"isSource": true,
|
|
49189
|
-
"$type": "shadow"
|
|
49190
|
-
}
|
|
49191
|
-
},
|
|
49192
|
-
"org.primer.llm": {
|
|
49193
|
-
"usage": ["legacy-component", "backward-compatibility"],
|
|
49194
|
-
"rules": "DEPRECATED: Use shadow-floating-small instead. Only use for maintaining backward compatibility with existing implementations."
|
|
49195
|
-
}
|
|
49196
|
-
},
|
|
49197
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49198
|
-
"isSource": true,
|
|
49199
|
-
"original": {
|
|
49200
|
-
"$value": [
|
|
49201
|
-
{
|
|
49202
|
-
"color": "{base.color.neutral.12}",
|
|
49203
|
-
"alpha": 0.04,
|
|
49204
|
-
"offsetX": {
|
|
49205
|
-
"value": 0,
|
|
49206
|
-
"unit": "px"
|
|
49207
|
-
},
|
|
49208
|
-
"offsetY": {
|
|
49209
|
-
"value": 6,
|
|
49210
|
-
"unit": "px"
|
|
49211
|
-
},
|
|
49212
|
-
"blur": {
|
|
49213
|
-
"value": 12,
|
|
49214
|
-
"unit": "px"
|
|
49215
|
-
},
|
|
49216
|
-
"spread": {
|
|
49217
|
-
"value": -3,
|
|
49218
|
-
"unit": "px"
|
|
49219
|
-
}
|
|
49220
|
-
},
|
|
49221
|
-
{
|
|
49222
|
-
"color": "{base.color.neutral.12}",
|
|
49223
|
-
"alpha": 0.12,
|
|
49224
|
-
"offsetX": {
|
|
49225
|
-
"value": 0,
|
|
49226
|
-
"unit": "px"
|
|
49227
|
-
},
|
|
49228
|
-
"offsetY": {
|
|
49229
|
-
"value": 6,
|
|
49230
|
-
"unit": "px"
|
|
49231
|
-
},
|
|
49232
|
-
"blur": {
|
|
49233
|
-
"value": 18,
|
|
49234
|
-
"unit": "px"
|
|
49235
|
-
},
|
|
49236
|
-
"spread": {
|
|
49237
|
-
"value": 0,
|
|
49238
|
-
"unit": "px"
|
|
49239
|
-
}
|
|
49240
|
-
}
|
|
49241
|
-
],
|
|
49242
|
-
"$type": "shadow",
|
|
49243
|
-
"$description": "Legacy floating shadow for backward compatibility",
|
|
49244
|
-
"$extensions": {
|
|
49245
|
-
"org.primer.figma": {},
|
|
49246
|
-
"org.primer.overrides": {
|
|
49247
|
-
"dark": {
|
|
49248
|
-
"$value": [
|
|
49249
|
-
{
|
|
49250
|
-
"color": "{base.color.neutral.0}",
|
|
49251
|
-
"alpha": 0.4,
|
|
49252
|
-
"offsetX": {
|
|
49253
|
-
"value": 0,
|
|
49254
|
-
"unit": "px"
|
|
49255
|
-
},
|
|
49256
|
-
"offsetY": {
|
|
49257
|
-
"value": 6,
|
|
49258
|
-
"unit": "px"
|
|
49259
|
-
},
|
|
49260
|
-
"blur": {
|
|
49261
|
-
"value": 12,
|
|
49262
|
-
"unit": "px"
|
|
49263
|
-
},
|
|
49264
|
-
"spread": {
|
|
49265
|
-
"value": -3,
|
|
49266
|
-
"unit": "px"
|
|
49267
|
-
}
|
|
49268
|
-
},
|
|
49269
|
-
{
|
|
49270
|
-
"color": "{base.color.neutral.0}",
|
|
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": 18,
|
|
49282
|
-
"unit": "px"
|
|
49283
|
-
},
|
|
49284
|
-
"spread": {
|
|
49285
|
-
"value": 0,
|
|
49286
|
-
"unit": "px"
|
|
49287
|
-
}
|
|
49288
|
-
}
|
|
49289
|
-
],
|
|
49290
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49291
|
-
"isSource": true,
|
|
49292
|
-
"$type": "shadow"
|
|
49293
|
-
}
|
|
49294
|
-
},
|
|
49295
|
-
"org.primer.llm": {
|
|
49296
|
-
"usage": ["legacy-component", "backward-compatibility"],
|
|
49297
|
-
"rules": "DEPRECATED: Use shadow-floating-small instead. Only use for maintaining backward compatibility with existing implementations."
|
|
49298
|
-
}
|
|
49299
|
-
},
|
|
49300
|
-
"key": "{shadow.floating.legacy}"
|
|
49301
|
-
},
|
|
49302
|
-
"name": "shadow-floating-legacy",
|
|
49303
|
-
"attributes": {},
|
|
49304
|
-
"path": ["shadow", "floating", "legacy"],
|
|
49305
|
-
"value": "0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f",
|
|
49306
|
-
"type": "shadow",
|
|
49307
|
-
"description": "Legacy floating shadow for backward compatibility"
|
|
49308
|
-
},
|
|
49309
49139
|
"shadow-floating-medium": {
|
|
49310
49140
|
"key": "{shadow.floating.medium}",
|
|
49311
49141
|
"$extensions": {
|
|
@@ -50391,7 +50221,7 @@
|
|
|
50391
50221
|
"$value": [
|
|
50392
50222
|
{
|
|
50393
50223
|
"color": "{overlay.borderColor}",
|
|
50394
|
-
"alpha": 0.
|
|
50224
|
+
"alpha": 0.25,
|
|
50395
50225
|
"offsetX": {
|
|
50396
50226
|
"value": 0,
|
|
50397
50227
|
"unit": "px"
|
|
@@ -50536,7 +50366,7 @@
|
|
|
50536
50366
|
"name": "shadow-floating-small",
|
|
50537
50367
|
"attributes": {},
|
|
50538
50368
|
"path": ["shadow", "floating", "small"],
|
|
50539
|
-
"value": "0 0 0 1px #
|
|
50369
|
+
"value": "0 0 0 1px #454c5440, 0 6px 12px -3px #25292e0a, 0 6px 18px 0 #25292e1f",
|
|
50540
50370
|
"type": "shadow",
|
|
50541
50371
|
"description": "Small floating shadow for dropdowns, tooltips, and small overlays"
|
|
50542
50372
|
},
|