@primer/primitives 11.6.0 → 11.6.1-rc.0b7e3805
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 +2 -4
- 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 +0 -170
- package/dist/docs/functional/themes/dark-colorblind.json +0 -170
- package/dist/docs/functional/themes/dark-dimmed-high-contrast.json +0 -170
- package/dist/docs/functional/themes/dark-dimmed.json +0 -170
- package/dist/docs/functional/themes/dark-high-contrast.json +0 -170
- package/dist/docs/functional/themes/dark-tritanopia-high-contrast.json +0 -170
- package/dist/docs/functional/themes/dark-tritanopia.json +0 -170
- package/dist/docs/functional/themes/dark.json +0 -170
- package/dist/docs/functional/themes/light-colorblind-high-contrast.json +2 -172
- package/dist/docs/functional/themes/light-colorblind.json +2 -172
- package/dist/docs/functional/themes/light-high-contrast.json +2 -172
- package/dist/docs/functional/themes/light-tritanopia-high-contrast.json +2 -172
- package/dist/docs/functional/themes/light-tritanopia.json +2 -172
- package/dist/docs/functional/themes/light.json +2 -172
- package/dist/figma/themes/light-colorblind.json +1 -1
- package/dist/figma/themes/light-high-contrast.json +1 -1
- 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 +2 -4
- 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 +0 -170
- package/dist/styleLint/functional/themes/dark-colorblind.json +0 -170
- package/dist/styleLint/functional/themes/dark-dimmed-high-contrast.json +0 -170
- package/dist/styleLint/functional/themes/dark-dimmed.json +0 -170
- package/dist/styleLint/functional/themes/dark-high-contrast.json +0 -170
- package/dist/styleLint/functional/themes/dark-tritanopia-high-contrast.json +0 -170
- package/dist/styleLint/functional/themes/dark-tritanopia.json +0 -170
- package/dist/styleLint/functional/themes/dark.json +0 -170
- package/dist/styleLint/functional/themes/light-colorblind-high-contrast.json +2 -172
- package/dist/styleLint/functional/themes/light-colorblind.json +2 -172
- package/dist/styleLint/functional/themes/light-high-contrast.json +2 -172
- package/dist/styleLint/functional/themes/light-tritanopia-high-contrast.json +2 -172
- package/dist/styleLint/functional/themes/light-tritanopia.json +2 -172
- package/dist/styleLint/functional/themes/light.json +2 -172
- package/package.json +2 -2
- package/src/tokens/functional/shadow/shadow.json5 +1 -100
|
@@ -49280,176 +49280,6 @@
|
|
|
49280
49280
|
"attributes": {},
|
|
49281
49281
|
"path": ["shadow", "floating", "large"]
|
|
49282
49282
|
},
|
|
49283
|
-
"shadow-floating-legacy": {
|
|
49284
|
-
"key": "{shadow.floating.legacy}",
|
|
49285
|
-
"$value": "0 6px 12px -3px #01040966, 0 6px 18px 0 #01040966",
|
|
49286
|
-
"$type": "shadow",
|
|
49287
|
-
"$description": "Legacy floating shadow for backward compatibility",
|
|
49288
|
-
"$extensions": {
|
|
49289
|
-
"org.primer.figma": {},
|
|
49290
|
-
"org.primer.overrides": {
|
|
49291
|
-
"dark": {
|
|
49292
|
-
"$value": [
|
|
49293
|
-
{
|
|
49294
|
-
"color": "#010409",
|
|
49295
|
-
"alpha": 0.4,
|
|
49296
|
-
"offsetX": {
|
|
49297
|
-
"value": 0,
|
|
49298
|
-
"unit": "px"
|
|
49299
|
-
},
|
|
49300
|
-
"offsetY": {
|
|
49301
|
-
"value": 6,
|
|
49302
|
-
"unit": "px"
|
|
49303
|
-
},
|
|
49304
|
-
"blur": {
|
|
49305
|
-
"value": 12,
|
|
49306
|
-
"unit": "px"
|
|
49307
|
-
},
|
|
49308
|
-
"spread": {
|
|
49309
|
-
"value": -3,
|
|
49310
|
-
"unit": "px"
|
|
49311
|
-
}
|
|
49312
|
-
},
|
|
49313
|
-
{
|
|
49314
|
-
"color": "#010409",
|
|
49315
|
-
"alpha": 0.4,
|
|
49316
|
-
"offsetX": {
|
|
49317
|
-
"value": 0,
|
|
49318
|
-
"unit": "px"
|
|
49319
|
-
},
|
|
49320
|
-
"offsetY": {
|
|
49321
|
-
"value": 6,
|
|
49322
|
-
"unit": "px"
|
|
49323
|
-
},
|
|
49324
|
-
"blur": {
|
|
49325
|
-
"value": 18,
|
|
49326
|
-
"unit": "px"
|
|
49327
|
-
},
|
|
49328
|
-
"spread": {
|
|
49329
|
-
"value": 0,
|
|
49330
|
-
"unit": "px"
|
|
49331
|
-
}
|
|
49332
|
-
}
|
|
49333
|
-
],
|
|
49334
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49335
|
-
"isSource": true,
|
|
49336
|
-
"$type": "shadow"
|
|
49337
|
-
}
|
|
49338
|
-
},
|
|
49339
|
-
"org.primer.llm": {
|
|
49340
|
-
"usage": ["legacy-component", "backward-compatibility"],
|
|
49341
|
-
"rules": "DEPRECATED: Use shadow-floating-small instead. Only use for maintaining backward compatibility with existing implementations."
|
|
49342
|
-
}
|
|
49343
|
-
},
|
|
49344
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49345
|
-
"isSource": true,
|
|
49346
|
-
"original": {
|
|
49347
|
-
"$value": [
|
|
49348
|
-
{
|
|
49349
|
-
"color": "{base.color.neutral.0}",
|
|
49350
|
-
"alpha": 0.4,
|
|
49351
|
-
"offsetX": {
|
|
49352
|
-
"value": 0,
|
|
49353
|
-
"unit": "px"
|
|
49354
|
-
},
|
|
49355
|
-
"offsetY": {
|
|
49356
|
-
"value": 6,
|
|
49357
|
-
"unit": "px"
|
|
49358
|
-
},
|
|
49359
|
-
"blur": {
|
|
49360
|
-
"value": 12,
|
|
49361
|
-
"unit": "px"
|
|
49362
|
-
},
|
|
49363
|
-
"spread": {
|
|
49364
|
-
"value": -3,
|
|
49365
|
-
"unit": "px"
|
|
49366
|
-
}
|
|
49367
|
-
},
|
|
49368
|
-
{
|
|
49369
|
-
"color": "{base.color.neutral.0}",
|
|
49370
|
-
"alpha": 0.4,
|
|
49371
|
-
"offsetX": {
|
|
49372
|
-
"value": 0,
|
|
49373
|
-
"unit": "px"
|
|
49374
|
-
},
|
|
49375
|
-
"offsetY": {
|
|
49376
|
-
"value": 6,
|
|
49377
|
-
"unit": "px"
|
|
49378
|
-
},
|
|
49379
|
-
"blur": {
|
|
49380
|
-
"value": 18,
|
|
49381
|
-
"unit": "px"
|
|
49382
|
-
},
|
|
49383
|
-
"spread": {
|
|
49384
|
-
"value": 0,
|
|
49385
|
-
"unit": "px"
|
|
49386
|
-
}
|
|
49387
|
-
}
|
|
49388
|
-
],
|
|
49389
|
-
"$type": "shadow",
|
|
49390
|
-
"$description": "Legacy floating shadow for backward compatibility",
|
|
49391
|
-
"$extensions": {
|
|
49392
|
-
"org.primer.figma": {},
|
|
49393
|
-
"org.primer.overrides": {
|
|
49394
|
-
"dark": {
|
|
49395
|
-
"$value": [
|
|
49396
|
-
{
|
|
49397
|
-
"color": "{base.color.neutral.0}",
|
|
49398
|
-
"alpha": 0.4,
|
|
49399
|
-
"offsetX": {
|
|
49400
|
-
"value": 0,
|
|
49401
|
-
"unit": "px"
|
|
49402
|
-
},
|
|
49403
|
-
"offsetY": {
|
|
49404
|
-
"value": 6,
|
|
49405
|
-
"unit": "px"
|
|
49406
|
-
},
|
|
49407
|
-
"blur": {
|
|
49408
|
-
"value": 12,
|
|
49409
|
-
"unit": "px"
|
|
49410
|
-
},
|
|
49411
|
-
"spread": {
|
|
49412
|
-
"value": -3,
|
|
49413
|
-
"unit": "px"
|
|
49414
|
-
}
|
|
49415
|
-
},
|
|
49416
|
-
{
|
|
49417
|
-
"color": "{base.color.neutral.0}",
|
|
49418
|
-
"alpha": 0.4,
|
|
49419
|
-
"offsetX": {
|
|
49420
|
-
"value": 0,
|
|
49421
|
-
"unit": "px"
|
|
49422
|
-
},
|
|
49423
|
-
"offsetY": {
|
|
49424
|
-
"value": 6,
|
|
49425
|
-
"unit": "px"
|
|
49426
|
-
},
|
|
49427
|
-
"blur": {
|
|
49428
|
-
"value": 18,
|
|
49429
|
-
"unit": "px"
|
|
49430
|
-
},
|
|
49431
|
-
"spread": {
|
|
49432
|
-
"value": 0,
|
|
49433
|
-
"unit": "px"
|
|
49434
|
-
}
|
|
49435
|
-
}
|
|
49436
|
-
],
|
|
49437
|
-
"filePath": "src/tokens/functional/shadow/shadow.json5",
|
|
49438
|
-
"isSource": true,
|
|
49439
|
-
"$type": "shadow"
|
|
49440
|
-
}
|
|
49441
|
-
},
|
|
49442
|
-
"org.primer.llm": {
|
|
49443
|
-
"usage": ["legacy-component", "backward-compatibility"],
|
|
49444
|
-
"rules": "DEPRECATED: Use shadow-floating-small instead. Only use for maintaining backward compatibility with existing implementations."
|
|
49445
|
-
}
|
|
49446
|
-
},
|
|
49447
|
-
"key": "{shadow.floating.legacy}"
|
|
49448
|
-
},
|
|
49449
|
-
"name": "shadow-floating-legacy",
|
|
49450
|
-
"attributes": {},
|
|
49451
|
-
"path": ["shadow", "floating", "legacy"]
|
|
49452
|
-
},
|
|
49453
49283
|
"shadow-floating-medium": {
|
|
49454
49284
|
"key": "{shadow.floating.medium}",
|
|
49455
49285
|
"$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",
|
|
@@ -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",
|
|
@@ -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",
|