@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
|
@@ -38700,7 +38700,7 @@
|
|
|
38700
38700
|
"dark-high-contrast": "#ff7b72",
|
|
38701
38701
|
"dark-dimmed-high-contrast": "#ffc1ba",
|
|
38702
38702
|
"dark-tritanopia-high-contrast": "#ff7b72",
|
|
38703
|
-
"light-high-contrast": "#
|
|
38703
|
+
"light-high-contrast": "#960d1e",
|
|
38704
38704
|
"light-tritanopia-high-contrast": "#b62324"
|
|
38705
38705
|
},
|
|
38706
38706
|
"org.primer.llm": {
|
|
@@ -38732,7 +38732,7 @@
|
|
|
38732
38732
|
"dark-high-contrast": "{base.color.red.3}",
|
|
38733
38733
|
"dark-dimmed-high-contrast": "{base.color.red.1}",
|
|
38734
38734
|
"dark-tritanopia-high-contrast": "{base.color.red.3}",
|
|
38735
|
-
"light-high-contrast": "
|
|
38735
|
+
"light-high-contrast": "#960d1e",
|
|
38736
38736
|
"light-tritanopia-high-contrast": "{base.color.red.6}"
|
|
38737
38737
|
},
|
|
38738
38738
|
"org.primer.llm": {
|
|
@@ -38898,7 +38898,7 @@
|
|
|
38898
38898
|
"dark-dimmed-high-contrast": "#e2c5ff",
|
|
38899
38899
|
"dark-protanopia-deuteranopia-high-contrast": "#D3ABFF",
|
|
38900
38900
|
"dark-tritanopia-high-contrast": "#D3ABFF",
|
|
38901
|
-
"light-high-contrast": "#
|
|
38901
|
+
"light-high-contrast": "#5e2bb4",
|
|
38902
38902
|
"light-protanopia-deuteranopia-high-contrast": "#6e40c9",
|
|
38903
38903
|
"light-tritanopia-high-contrast": "#6e40c9"
|
|
38904
38904
|
},
|
|
@@ -38928,7 +38928,7 @@
|
|
|
38928
38928
|
"dark-dimmed-high-contrast": "{base.color.purple.1}",
|
|
38929
38929
|
"dark-protanopia-deuteranopia-high-contrast": "#D3ABFF",
|
|
38930
38930
|
"dark-tritanopia-high-contrast": "#D3ABFF",
|
|
38931
|
-
"light-high-contrast": "
|
|
38931
|
+
"light-high-contrast": "#5e2bb4",
|
|
38932
38932
|
"light-protanopia-deuteranopia-high-contrast": "{base.color.purple.6}",
|
|
38933
38933
|
"light-tritanopia-high-contrast": "{base.color.purple.6}"
|
|
38934
38934
|
},
|
|
@@ -39464,7 +39464,7 @@
|
|
|
39464
39464
|
"dark": "#3fb950",
|
|
39465
39465
|
"dark-high-contrast": "#2BD853",
|
|
39466
39466
|
"dark-dimmed-high-contrast": "#aff5b4",
|
|
39467
|
-
"light-high-contrast": "#
|
|
39467
|
+
"light-high-contrast": "#04591f",
|
|
39468
39468
|
"dark-protanopia-deuteranopia": "#58a6ff",
|
|
39469
39469
|
"dark-protanopia-deuteranopia-high-contrast": "#a5d6ff",
|
|
39470
39470
|
"light-protanopia-deuteranopia": "#1f6feb",
|
|
@@ -39498,7 +39498,7 @@
|
|
|
39498
39498
|
"dark": "{base.color.green.3}",
|
|
39499
39499
|
"dark-high-contrast": "#2BD853",
|
|
39500
39500
|
"dark-dimmed-high-contrast": "{base.color.green.0}",
|
|
39501
|
-
"light-high-contrast": "
|
|
39501
|
+
"light-high-contrast": "#04591f",
|
|
39502
39502
|
"dark-protanopia-deuteranopia": "{base.color.blue.3}",
|
|
39503
39503
|
"dark-protanopia-deuteranopia-high-contrast": "{base.color.blue.1}",
|
|
39504
39504
|
"light-protanopia-deuteranopia": "{base.color.blue.5}",
|
|
@@ -49272,176 +49272,6 @@
|
|
|
49272
49272
|
"attributes": {},
|
|
49273
49273
|
"path": ["shadow", "floating", "large"]
|
|
49274
49274
|
},
|
|
49275
|
-
"shadow-floating-legacy": {
|
|
49276
|
-
"key": "{shadow.floating.legacy}",
|
|
49277
|
-
"$value": "0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966",
|
|
49278
|
-
"$type": "shadow",
|
|
49279
|
-
"$description": "Legacy floating shadow for backward compatibility",
|
|
49280
|
-
"$extensions": {
|
|
49281
|
-
"org.primer.figma": {},
|
|
49282
|
-
"org.primer.overrides": {
|
|
49283
|
-
"dark": {
|
|
49284
|
-
"$value": [
|
|
49285
|
-
{
|
|
49286
|
-
"color": "#010409",
|
|
49287
|
-
"alpha": 0.4,
|
|
49288
|
-
"offsetX": {
|
|
49289
|
-
"value": 0,
|
|
49290
|
-
"unit": "px"
|
|
49291
|
-
},
|
|
49292
|
-
"offsetY": {
|
|
49293
|
-
"value": 6,
|
|
49294
|
-
"unit": "px"
|
|
49295
|
-
},
|
|
49296
|
-
"blur": {
|
|
49297
|
-
"value": 12,
|
|
49298
|
-
"unit": "px"
|
|
49299
|
-
},
|
|
49300
|
-
"spread": {
|
|
49301
|
-
"value": -3,
|
|
49302
|
-
"unit": "px"
|
|
49303
|
-
}
|
|
49304
|
-
},
|
|
49305
|
-
{
|
|
49306
|
-
"color": "#010409",
|
|
49307
|
-
"alpha": 0.4,
|
|
49308
|
-
"offsetX": {
|
|
49309
|
-
"value": 0,
|
|
49310
|
-
"unit": "px"
|
|
49311
|
-
},
|
|
49312
|
-
"offsetY": {
|
|
49313
|
-
"value": 6,
|
|
49314
|
-
"unit": "px"
|
|
49315
|
-
},
|
|
49316
|
-
"blur": {
|
|
49317
|
-
"value": 18,
|
|
49318
|
-
"unit": "px"
|
|
49319
|
-
},
|
|
49320
|
-
"spread": {
|
|
49321
|
-
"value": 0,
|
|
49322
|
-
"unit": "px"
|
|
49323
|
-
}
|
|
49324
|
-
}
|
|
49325
|
-
],
|
|
49326
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49327
|
-
"isSource": true,
|
|
49328
|
-
"$type": "shadow"
|
|
49329
|
-
}
|
|
49330
|
-
},
|
|
49331
|
-
"org.primer.llm": {
|
|
49332
|
-
"usage": ["legacy-component", "backward-compatibility"],
|
|
49333
|
-
"rules": "DEPRECATED: Use shadow-floating-small instead. Only use for maintaining backward compatibility with existing implementations."
|
|
49334
|
-
}
|
|
49335
|
-
},
|
|
49336
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49337
|
-
"isSource": true,
|
|
49338
|
-
"original": {
|
|
49339
|
-
"$value": [
|
|
49340
|
-
{
|
|
49341
|
-
"color": "{base.color.neutral.0}",
|
|
49342
|
-
"alpha": 0.4,
|
|
49343
|
-
"offsetX": {
|
|
49344
|
-
"value": 0,
|
|
49345
|
-
"unit": "px"
|
|
49346
|
-
},
|
|
49347
|
-
"offsetY": {
|
|
49348
|
-
"value": 6,
|
|
49349
|
-
"unit": "px"
|
|
49350
|
-
},
|
|
49351
|
-
"blur": {
|
|
49352
|
-
"value": 12,
|
|
49353
|
-
"unit": "px"
|
|
49354
|
-
},
|
|
49355
|
-
"spread": {
|
|
49356
|
-
"value": -3,
|
|
49357
|
-
"unit": "px"
|
|
49358
|
-
}
|
|
49359
|
-
},
|
|
49360
|
-
{
|
|
49361
|
-
"color": "{base.color.neutral.0}",
|
|
49362
|
-
"alpha": 0.4,
|
|
49363
|
-
"offsetX": {
|
|
49364
|
-
"value": 0,
|
|
49365
|
-
"unit": "px"
|
|
49366
|
-
},
|
|
49367
|
-
"offsetY": {
|
|
49368
|
-
"value": 6,
|
|
49369
|
-
"unit": "px"
|
|
49370
|
-
},
|
|
49371
|
-
"blur": {
|
|
49372
|
-
"value": 18,
|
|
49373
|
-
"unit": "px"
|
|
49374
|
-
},
|
|
49375
|
-
"spread": {
|
|
49376
|
-
"value": 0,
|
|
49377
|
-
"unit": "px"
|
|
49378
|
-
}
|
|
49379
|
-
}
|
|
49380
|
-
],
|
|
49381
|
-
"$type": "shadow",
|
|
49382
|
-
"$description": "Legacy floating shadow for backward compatibility",
|
|
49383
|
-
"$extensions": {
|
|
49384
|
-
"org.primer.figma": {},
|
|
49385
|
-
"org.primer.overrides": {
|
|
49386
|
-
"dark": {
|
|
49387
|
-
"$value": [
|
|
49388
|
-
{
|
|
49389
|
-
"color": "{base.color.neutral.0}",
|
|
49390
|
-
"alpha": 0.4,
|
|
49391
|
-
"offsetX": {
|
|
49392
|
-
"value": 0,
|
|
49393
|
-
"unit": "px"
|
|
49394
|
-
},
|
|
49395
|
-
"offsetY": {
|
|
49396
|
-
"value": 6,
|
|
49397
|
-
"unit": "px"
|
|
49398
|
-
},
|
|
49399
|
-
"blur": {
|
|
49400
|
-
"value": 12,
|
|
49401
|
-
"unit": "px"
|
|
49402
|
-
},
|
|
49403
|
-
"spread": {
|
|
49404
|
-
"value": -3,
|
|
49405
|
-
"unit": "px"
|
|
49406
|
-
}
|
|
49407
|
-
},
|
|
49408
|
-
{
|
|
49409
|
-
"color": "{base.color.neutral.0}",
|
|
49410
|
-
"alpha": 0.4,
|
|
49411
|
-
"offsetX": {
|
|
49412
|
-
"value": 0,
|
|
49413
|
-
"unit": "px"
|
|
49414
|
-
},
|
|
49415
|
-
"offsetY": {
|
|
49416
|
-
"value": 6,
|
|
49417
|
-
"unit": "px"
|
|
49418
|
-
},
|
|
49419
|
-
"blur": {
|
|
49420
|
-
"value": 18,
|
|
49421
|
-
"unit": "px"
|
|
49422
|
-
},
|
|
49423
|
-
"spread": {
|
|
49424
|
-
"value": 0,
|
|
49425
|
-
"unit": "px"
|
|
49426
|
-
}
|
|
49427
|
-
}
|
|
49428
|
-
],
|
|
49429
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49430
|
-
"isSource": true,
|
|
49431
|
-
"$type": "shadow"
|
|
49432
|
-
}
|
|
49433
|
-
},
|
|
49434
|
-
"org.primer.llm": {
|
|
49435
|
-
"usage": ["legacy-component", "backward-compatibility"],
|
|
49436
|
-
"rules": "DEPRECATED: Use shadow-floating-small instead. Only use for maintaining backward compatibility with existing implementations."
|
|
49437
|
-
}
|
|
49438
|
-
},
|
|
49439
|
-
"key": "{shadow.floating.legacy}"
|
|
49440
|
-
},
|
|
49441
|
-
"name": "shadow-floating-legacy",
|
|
49442
|
-
"attributes": {},
|
|
49443
|
-
"path": ["shadow", "floating", "legacy"]
|
|
49444
|
-
},
|
|
49445
49275
|
"shadow-floating-medium": {
|
|
49446
49276
|
"key": "{shadow.floating.medium}",
|
|
49447
49277
|
"$value": "0 0 0 1px #3d444d, 0 8px 16px -4px #01040966, 0 4px 32px -4px #01040966, 0 24px 48px -12px #01040966, 0 48px 96px -24px #01040966",
|
|
@@ -38718,7 +38718,7 @@
|
|
|
38718
38718
|
"dark-high-contrast": "#f47067",
|
|
38719
38719
|
"dark-dimmed-high-contrast": "#ffb8b0",
|
|
38720
38720
|
"dark-tritanopia-high-contrast": "#f47067",
|
|
38721
|
-
"light-high-contrast": "#
|
|
38721
|
+
"light-high-contrast": "#960d1e",
|
|
38722
38722
|
"light-tritanopia-high-contrast": "#ad2e2c"
|
|
38723
38723
|
},
|
|
38724
38724
|
"org.primer.llm": {
|
|
@@ -38750,7 +38750,7 @@
|
|
|
38750
38750
|
"dark-high-contrast": "{base.color.red.3}",
|
|
38751
38751
|
"dark-dimmed-high-contrast": "{base.color.red.1}",
|
|
38752
38752
|
"dark-tritanopia-high-contrast": "{base.color.red.3}",
|
|
38753
|
-
"light-high-contrast": "
|
|
38753
|
+
"light-high-contrast": "#960d1e",
|
|
38754
38754
|
"light-tritanopia-high-contrast": "{base.color.red.6}"
|
|
38755
38755
|
},
|
|
38756
38756
|
"org.primer.llm": {
|
|
@@ -38916,7 +38916,7 @@
|
|
|
38916
38916
|
"dark-dimmed-high-contrast": "#dcbdfb",
|
|
38917
38917
|
"dark-protanopia-deuteranopia-high-contrast": "#D3ABFF",
|
|
38918
38918
|
"dark-tritanopia-high-contrast": "#D3ABFF",
|
|
38919
|
-
"light-high-contrast": "#
|
|
38919
|
+
"light-high-contrast": "#5e2bb4",
|
|
38920
38920
|
"light-protanopia-deuteranopia-high-contrast": "#6b44bc",
|
|
38921
38921
|
"light-tritanopia-high-contrast": "#6b44bc"
|
|
38922
38922
|
},
|
|
@@ -38946,7 +38946,7 @@
|
|
|
38946
38946
|
"dark-dimmed-high-contrast": "{base.color.purple.1}",
|
|
38947
38947
|
"dark-protanopia-deuteranopia-high-contrast": "#D3ABFF",
|
|
38948
38948
|
"dark-tritanopia-high-contrast": "#D3ABFF",
|
|
38949
|
-
"light-high-contrast": "
|
|
38949
|
+
"light-high-contrast": "#5e2bb4",
|
|
38950
38950
|
"light-protanopia-deuteranopia-high-contrast": "{base.color.purple.6}",
|
|
38951
38951
|
"light-tritanopia-high-contrast": "{base.color.purple.6}"
|
|
38952
38952
|
},
|
|
@@ -39482,7 +39482,7 @@
|
|
|
39482
39482
|
"dark": "#57ab5a",
|
|
39483
39483
|
"dark-high-contrast": "#2BD853",
|
|
39484
39484
|
"dark-dimmed-high-contrast": "#b4f1b4",
|
|
39485
|
-
"light-high-contrast": "#
|
|
39485
|
+
"light-high-contrast": "#04591f",
|
|
39486
39486
|
"dark-protanopia-deuteranopia": "#539bf5",
|
|
39487
39487
|
"dark-protanopia-deuteranopia-high-contrast": "#96d0ff",
|
|
39488
39488
|
"light-protanopia-deuteranopia": "#316dca",
|
|
@@ -39516,7 +39516,7 @@
|
|
|
39516
39516
|
"dark": "{base.color.green.3}",
|
|
39517
39517
|
"dark-high-contrast": "#2BD853",
|
|
39518
39518
|
"dark-dimmed-high-contrast": "{base.color.green.0}",
|
|
39519
|
-
"light-high-contrast": "
|
|
39519
|
+
"light-high-contrast": "#04591f",
|
|
39520
39520
|
"dark-protanopia-deuteranopia": "{base.color.blue.3}",
|
|
39521
39521
|
"dark-protanopia-deuteranopia-high-contrast": "{base.color.blue.1}",
|
|
39522
39522
|
"light-protanopia-deuteranopia": "{base.color.blue.5}",
|
|
@@ -49290,176 +49290,6 @@
|
|
|
49290
49290
|
"attributes": {},
|
|
49291
49291
|
"path": ["shadow", "floating", "large"]
|
|
49292
49292
|
},
|
|
49293
|
-
"shadow-floating-legacy": {
|
|
49294
|
-
"key": "{shadow.floating.legacy}",
|
|
49295
|
-
"$value": "0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966",
|
|
49296
|
-
"$type": "shadow",
|
|
49297
|
-
"$description": "Legacy floating shadow for backward compatibility",
|
|
49298
|
-
"$extensions": {
|
|
49299
|
-
"org.primer.figma": {},
|
|
49300
|
-
"org.primer.overrides": {
|
|
49301
|
-
"dark": {
|
|
49302
|
-
"$value": [
|
|
49303
|
-
{
|
|
49304
|
-
"color": "#010409",
|
|
49305
|
-
"alpha": 0.4,
|
|
49306
|
-
"offsetX": {
|
|
49307
|
-
"value": 0,
|
|
49308
|
-
"unit": "px"
|
|
49309
|
-
},
|
|
49310
|
-
"offsetY": {
|
|
49311
|
-
"value": 6,
|
|
49312
|
-
"unit": "px"
|
|
49313
|
-
},
|
|
49314
|
-
"blur": {
|
|
49315
|
-
"value": 12,
|
|
49316
|
-
"unit": "px"
|
|
49317
|
-
},
|
|
49318
|
-
"spread": {
|
|
49319
|
-
"value": -3,
|
|
49320
|
-
"unit": "px"
|
|
49321
|
-
}
|
|
49322
|
-
},
|
|
49323
|
-
{
|
|
49324
|
-
"color": "#010409",
|
|
49325
|
-
"alpha": 0.4,
|
|
49326
|
-
"offsetX": {
|
|
49327
|
-
"value": 0,
|
|
49328
|
-
"unit": "px"
|
|
49329
|
-
},
|
|
49330
|
-
"offsetY": {
|
|
49331
|
-
"value": 6,
|
|
49332
|
-
"unit": "px"
|
|
49333
|
-
},
|
|
49334
|
-
"blur": {
|
|
49335
|
-
"value": 18,
|
|
49336
|
-
"unit": "px"
|
|
49337
|
-
},
|
|
49338
|
-
"spread": {
|
|
49339
|
-
"value": 0,
|
|
49340
|
-
"unit": "px"
|
|
49341
|
-
}
|
|
49342
|
-
}
|
|
49343
|
-
],
|
|
49344
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49345
|
-
"isSource": true,
|
|
49346
|
-
"$type": "shadow"
|
|
49347
|
-
}
|
|
49348
|
-
},
|
|
49349
|
-
"org.primer.llm": {
|
|
49350
|
-
"usage": ["legacy-component", "backward-compatibility"],
|
|
49351
|
-
"rules": "DEPRECATED: Use shadow-floating-small instead. Only use for maintaining backward compatibility with existing implementations."
|
|
49352
|
-
}
|
|
49353
|
-
},
|
|
49354
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49355
|
-
"isSource": true,
|
|
49356
|
-
"original": {
|
|
49357
|
-
"$value": [
|
|
49358
|
-
{
|
|
49359
|
-
"color": "{base.color.neutral.0}",
|
|
49360
|
-
"alpha": 0.4,
|
|
49361
|
-
"offsetX": {
|
|
49362
|
-
"value": 0,
|
|
49363
|
-
"unit": "px"
|
|
49364
|
-
},
|
|
49365
|
-
"offsetY": {
|
|
49366
|
-
"value": 6,
|
|
49367
|
-
"unit": "px"
|
|
49368
|
-
},
|
|
49369
|
-
"blur": {
|
|
49370
|
-
"value": 12,
|
|
49371
|
-
"unit": "px"
|
|
49372
|
-
},
|
|
49373
|
-
"spread": {
|
|
49374
|
-
"value": -3,
|
|
49375
|
-
"unit": "px"
|
|
49376
|
-
}
|
|
49377
|
-
},
|
|
49378
|
-
{
|
|
49379
|
-
"color": "{base.color.neutral.0}",
|
|
49380
|
-
"alpha": 0.4,
|
|
49381
|
-
"offsetX": {
|
|
49382
|
-
"value": 0,
|
|
49383
|
-
"unit": "px"
|
|
49384
|
-
},
|
|
49385
|
-
"offsetY": {
|
|
49386
|
-
"value": 6,
|
|
49387
|
-
"unit": "px"
|
|
49388
|
-
},
|
|
49389
|
-
"blur": {
|
|
49390
|
-
"value": 18,
|
|
49391
|
-
"unit": "px"
|
|
49392
|
-
},
|
|
49393
|
-
"spread": {
|
|
49394
|
-
"value": 0,
|
|
49395
|
-
"unit": "px"
|
|
49396
|
-
}
|
|
49397
|
-
}
|
|
49398
|
-
],
|
|
49399
|
-
"$type": "shadow",
|
|
49400
|
-
"$description": "Legacy floating shadow for backward compatibility",
|
|
49401
|
-
"$extensions": {
|
|
49402
|
-
"org.primer.figma": {},
|
|
49403
|
-
"org.primer.overrides": {
|
|
49404
|
-
"dark": {
|
|
49405
|
-
"$value": [
|
|
49406
|
-
{
|
|
49407
|
-
"color": "{base.color.neutral.0}",
|
|
49408
|
-
"alpha": 0.4,
|
|
49409
|
-
"offsetX": {
|
|
49410
|
-
"value": 0,
|
|
49411
|
-
"unit": "px"
|
|
49412
|
-
},
|
|
49413
|
-
"offsetY": {
|
|
49414
|
-
"value": 6,
|
|
49415
|
-
"unit": "px"
|
|
49416
|
-
},
|
|
49417
|
-
"blur": {
|
|
49418
|
-
"value": 12,
|
|
49419
|
-
"unit": "px"
|
|
49420
|
-
},
|
|
49421
|
-
"spread": {
|
|
49422
|
-
"value": -3,
|
|
49423
|
-
"unit": "px"
|
|
49424
|
-
}
|
|
49425
|
-
},
|
|
49426
|
-
{
|
|
49427
|
-
"color": "{base.color.neutral.0}",
|
|
49428
|
-
"alpha": 0.4,
|
|
49429
|
-
"offsetX": {
|
|
49430
|
-
"value": 0,
|
|
49431
|
-
"unit": "px"
|
|
49432
|
-
},
|
|
49433
|
-
"offsetY": {
|
|
49434
|
-
"value": 6,
|
|
49435
|
-
"unit": "px"
|
|
49436
|
-
},
|
|
49437
|
-
"blur": {
|
|
49438
|
-
"value": 18,
|
|
49439
|
-
"unit": "px"
|
|
49440
|
-
},
|
|
49441
|
-
"spread": {
|
|
49442
|
-
"value": 0,
|
|
49443
|
-
"unit": "px"
|
|
49444
|
-
}
|
|
49445
|
-
}
|
|
49446
|
-
],
|
|
49447
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49448
|
-
"isSource": true,
|
|
49449
|
-
"$type": "shadow"
|
|
49450
|
-
}
|
|
49451
|
-
},
|
|
49452
|
-
"org.primer.llm": {
|
|
49453
|
-
"usage": ["legacy-component", "backward-compatibility"],
|
|
49454
|
-
"rules": "DEPRECATED: Use shadow-floating-small instead. Only use for maintaining backward compatibility with existing implementations."
|
|
49455
|
-
}
|
|
49456
|
-
},
|
|
49457
|
-
"key": "{shadow.floating.legacy}"
|
|
49458
|
-
},
|
|
49459
|
-
"name": "shadow-floating-legacy",
|
|
49460
|
-
"attributes": {},
|
|
49461
|
-
"path": ["shadow", "floating", "legacy"]
|
|
49462
|
-
},
|
|
49463
49293
|
"shadow-floating-medium": {
|
|
49464
49294
|
"key": "{shadow.floating.medium}",
|
|
49465
49295
|
"$value": "0 0 0 1px #b7bdc8, 0 8px 16px -4px #01040966, 0 4px 32px -4px #01040966, 0 24px 48px -12px #01040966, 0 48px 96px -24px #01040966",
|
|
@@ -38738,7 +38738,7 @@
|
|
|
38738
38738
|
"dark-high-contrast": "#f47067",
|
|
38739
38739
|
"dark-dimmed-high-contrast": "#ffb8b0",
|
|
38740
38740
|
"dark-tritanopia-high-contrast": "#f47067",
|
|
38741
|
-
"light-high-contrast": "#
|
|
38741
|
+
"light-high-contrast": "#960d1e",
|
|
38742
38742
|
"light-tritanopia-high-contrast": "#ad2e2c"
|
|
38743
38743
|
},
|
|
38744
38744
|
"org.primer.llm": {
|
|
@@ -38770,7 +38770,7 @@
|
|
|
38770
38770
|
"dark-high-contrast": "{base.color.red.3}",
|
|
38771
38771
|
"dark-dimmed-high-contrast": "{base.color.red.1}",
|
|
38772
38772
|
"dark-tritanopia-high-contrast": "{base.color.red.3}",
|
|
38773
|
-
"light-high-contrast": "
|
|
38773
|
+
"light-high-contrast": "#960d1e",
|
|
38774
38774
|
"light-tritanopia-high-contrast": "{base.color.red.6}"
|
|
38775
38775
|
},
|
|
38776
38776
|
"org.primer.llm": {
|
|
@@ -38936,7 +38936,7 @@
|
|
|
38936
38936
|
"dark-dimmed-high-contrast": "#dcbdfb",
|
|
38937
38937
|
"dark-protanopia-deuteranopia-high-contrast": "#D3ABFF",
|
|
38938
38938
|
"dark-tritanopia-high-contrast": "#D3ABFF",
|
|
38939
|
-
"light-high-contrast": "#
|
|
38939
|
+
"light-high-contrast": "#5e2bb4",
|
|
38940
38940
|
"light-protanopia-deuteranopia-high-contrast": "#6b44bc",
|
|
38941
38941
|
"light-tritanopia-high-contrast": "#6b44bc"
|
|
38942
38942
|
},
|
|
@@ -38966,7 +38966,7 @@
|
|
|
38966
38966
|
"dark-dimmed-high-contrast": "{base.color.purple.1}",
|
|
38967
38967
|
"dark-protanopia-deuteranopia-high-contrast": "#D3ABFF",
|
|
38968
38968
|
"dark-tritanopia-high-contrast": "#D3ABFF",
|
|
38969
|
-
"light-high-contrast": "
|
|
38969
|
+
"light-high-contrast": "#5e2bb4",
|
|
38970
38970
|
"light-protanopia-deuteranopia-high-contrast": "{base.color.purple.6}",
|
|
38971
38971
|
"light-tritanopia-high-contrast": "{base.color.purple.6}"
|
|
38972
38972
|
},
|
|
@@ -39502,7 +39502,7 @@
|
|
|
39502
39502
|
"dark": "#57ab5a",
|
|
39503
39503
|
"dark-high-contrast": "#2BD853",
|
|
39504
39504
|
"dark-dimmed-high-contrast": "#b4f1b4",
|
|
39505
|
-
"light-high-contrast": "#
|
|
39505
|
+
"light-high-contrast": "#04591f",
|
|
39506
39506
|
"dark-protanopia-deuteranopia": "#539bf5",
|
|
39507
39507
|
"dark-protanopia-deuteranopia-high-contrast": "#96d0ff",
|
|
39508
39508
|
"light-protanopia-deuteranopia": "#316dca",
|
|
@@ -39536,7 +39536,7 @@
|
|
|
39536
39536
|
"dark": "{base.color.green.3}",
|
|
39537
39537
|
"dark-high-contrast": "#2BD853",
|
|
39538
39538
|
"dark-dimmed-high-contrast": "{base.color.green.0}",
|
|
39539
|
-
"light-high-contrast": "
|
|
39539
|
+
"light-high-contrast": "#04591f",
|
|
39540
39540
|
"dark-protanopia-deuteranopia": "{base.color.blue.3}",
|
|
39541
39541
|
"dark-protanopia-deuteranopia-high-contrast": "{base.color.blue.1}",
|
|
39542
39542
|
"light-protanopia-deuteranopia": "{base.color.blue.5}",
|
|
@@ -49310,176 +49310,6 @@
|
|
|
49310
49310
|
"attributes": {},
|
|
49311
49311
|
"path": ["shadow", "floating", "large"]
|
|
49312
49312
|
},
|
|
49313
|
-
"shadow-floating-legacy": {
|
|
49314
|
-
"key": "{shadow.floating.legacy}",
|
|
49315
|
-
"$value": "0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966",
|
|
49316
|
-
"$type": "shadow",
|
|
49317
|
-
"$description": "Legacy floating shadow for backward compatibility",
|
|
49318
|
-
"$extensions": {
|
|
49319
|
-
"org.primer.figma": {},
|
|
49320
|
-
"org.primer.overrides": {
|
|
49321
|
-
"dark": {
|
|
49322
|
-
"$value": [
|
|
49323
|
-
{
|
|
49324
|
-
"color": "#010409",
|
|
49325
|
-
"alpha": 0.4,
|
|
49326
|
-
"offsetX": {
|
|
49327
|
-
"value": 0,
|
|
49328
|
-
"unit": "px"
|
|
49329
|
-
},
|
|
49330
|
-
"offsetY": {
|
|
49331
|
-
"value": 6,
|
|
49332
|
-
"unit": "px"
|
|
49333
|
-
},
|
|
49334
|
-
"blur": {
|
|
49335
|
-
"value": 12,
|
|
49336
|
-
"unit": "px"
|
|
49337
|
-
},
|
|
49338
|
-
"spread": {
|
|
49339
|
-
"value": -3,
|
|
49340
|
-
"unit": "px"
|
|
49341
|
-
}
|
|
49342
|
-
},
|
|
49343
|
-
{
|
|
49344
|
-
"color": "#010409",
|
|
49345
|
-
"alpha": 0.4,
|
|
49346
|
-
"offsetX": {
|
|
49347
|
-
"value": 0,
|
|
49348
|
-
"unit": "px"
|
|
49349
|
-
},
|
|
49350
|
-
"offsetY": {
|
|
49351
|
-
"value": 6,
|
|
49352
|
-
"unit": "px"
|
|
49353
|
-
},
|
|
49354
|
-
"blur": {
|
|
49355
|
-
"value": 18,
|
|
49356
|
-
"unit": "px"
|
|
49357
|
-
},
|
|
49358
|
-
"spread": {
|
|
49359
|
-
"value": 0,
|
|
49360
|
-
"unit": "px"
|
|
49361
|
-
}
|
|
49362
|
-
}
|
|
49363
|
-
],
|
|
49364
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49365
|
-
"isSource": true,
|
|
49366
|
-
"$type": "shadow"
|
|
49367
|
-
}
|
|
49368
|
-
},
|
|
49369
|
-
"org.primer.llm": {
|
|
49370
|
-
"usage": ["legacy-component", "backward-compatibility"],
|
|
49371
|
-
"rules": "DEPRECATED: Use shadow-floating-small instead. Only use for maintaining backward compatibility with existing implementations."
|
|
49372
|
-
}
|
|
49373
|
-
},
|
|
49374
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49375
|
-
"isSource": true,
|
|
49376
|
-
"original": {
|
|
49377
|
-
"$value": [
|
|
49378
|
-
{
|
|
49379
|
-
"color": "{base.color.neutral.0}",
|
|
49380
|
-
"alpha": 0.4,
|
|
49381
|
-
"offsetX": {
|
|
49382
|
-
"value": 0,
|
|
49383
|
-
"unit": "px"
|
|
49384
|
-
},
|
|
49385
|
-
"offsetY": {
|
|
49386
|
-
"value": 6,
|
|
49387
|
-
"unit": "px"
|
|
49388
|
-
},
|
|
49389
|
-
"blur": {
|
|
49390
|
-
"value": 12,
|
|
49391
|
-
"unit": "px"
|
|
49392
|
-
},
|
|
49393
|
-
"spread": {
|
|
49394
|
-
"value": -3,
|
|
49395
|
-
"unit": "px"
|
|
49396
|
-
}
|
|
49397
|
-
},
|
|
49398
|
-
{
|
|
49399
|
-
"color": "{base.color.neutral.0}",
|
|
49400
|
-
"alpha": 0.4,
|
|
49401
|
-
"offsetX": {
|
|
49402
|
-
"value": 0,
|
|
49403
|
-
"unit": "px"
|
|
49404
|
-
},
|
|
49405
|
-
"offsetY": {
|
|
49406
|
-
"value": 6,
|
|
49407
|
-
"unit": "px"
|
|
49408
|
-
},
|
|
49409
|
-
"blur": {
|
|
49410
|
-
"value": 18,
|
|
49411
|
-
"unit": "px"
|
|
49412
|
-
},
|
|
49413
|
-
"spread": {
|
|
49414
|
-
"value": 0,
|
|
49415
|
-
"unit": "px"
|
|
49416
|
-
}
|
|
49417
|
-
}
|
|
49418
|
-
],
|
|
49419
|
-
"$type": "shadow",
|
|
49420
|
-
"$description": "Legacy floating shadow for backward compatibility",
|
|
49421
|
-
"$extensions": {
|
|
49422
|
-
"org.primer.figma": {},
|
|
49423
|
-
"org.primer.overrides": {
|
|
49424
|
-
"dark": {
|
|
49425
|
-
"$value": [
|
|
49426
|
-
{
|
|
49427
|
-
"color": "{base.color.neutral.0}",
|
|
49428
|
-
"alpha": 0.4,
|
|
49429
|
-
"offsetX": {
|
|
49430
|
-
"value": 0,
|
|
49431
|
-
"unit": "px"
|
|
49432
|
-
},
|
|
49433
|
-
"offsetY": {
|
|
49434
|
-
"value": 6,
|
|
49435
|
-
"unit": "px"
|
|
49436
|
-
},
|
|
49437
|
-
"blur": {
|
|
49438
|
-
"value": 12,
|
|
49439
|
-
"unit": "px"
|
|
49440
|
-
},
|
|
49441
|
-
"spread": {
|
|
49442
|
-
"value": -3,
|
|
49443
|
-
"unit": "px"
|
|
49444
|
-
}
|
|
49445
|
-
},
|
|
49446
|
-
{
|
|
49447
|
-
"color": "{base.color.neutral.0}",
|
|
49448
|
-
"alpha": 0.4,
|
|
49449
|
-
"offsetX": {
|
|
49450
|
-
"value": 0,
|
|
49451
|
-
"unit": "px"
|
|
49452
|
-
},
|
|
49453
|
-
"offsetY": {
|
|
49454
|
-
"value": 6,
|
|
49455
|
-
"unit": "px"
|
|
49456
|
-
},
|
|
49457
|
-
"blur": {
|
|
49458
|
-
"value": 18,
|
|
49459
|
-
"unit": "px"
|
|
49460
|
-
},
|
|
49461
|
-
"spread": {
|
|
49462
|
-
"value": 0,
|
|
49463
|
-
"unit": "px"
|
|
49464
|
-
}
|
|
49465
|
-
}
|
|
49466
|
-
],
|
|
49467
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49468
|
-
"isSource": true,
|
|
49469
|
-
"$type": "shadow"
|
|
49470
|
-
}
|
|
49471
|
-
},
|
|
49472
|
-
"org.primer.llm": {
|
|
49473
|
-
"usage": ["legacy-component", "backward-compatibility"],
|
|
49474
|
-
"rules": "DEPRECATED: Use shadow-floating-small instead. Only use for maintaining backward compatibility with existing implementations."
|
|
49475
|
-
}
|
|
49476
|
-
},
|
|
49477
|
-
"key": "{shadow.floating.legacy}"
|
|
49478
|
-
},
|
|
49479
|
-
"name": "shadow-floating-legacy",
|
|
49480
|
-
"attributes": {},
|
|
49481
|
-
"path": ["shadow", "floating", "legacy"]
|
|
49482
|
-
},
|
|
49483
49313
|
"shadow-floating-medium": {
|
|
49484
49314
|
"key": "{shadow.floating.medium}",
|
|
49485
49315
|
"$value": "0 0 0 1px #3d444d, 0 8px 16px -4px #01040966, 0 4px 32px -4px #01040966, 0 24px 48px -12px #01040966, 0 48px 96px -24px #01040966",
|