@primer/primitives 10.0.0 → 10.1.0-rc.3e576ad9

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.
Files changed (121) hide show
  1. package/dist/build/filters/isColor.js +0 -3
  2. package/dist/build/formats/typescriptExportDefinition.js +2 -2
  3. package/dist/build/platforms/css.d.ts +1 -1
  4. package/dist/build/platforms/css.js +10 -6
  5. package/dist/build/platforms/deprecatedJson.d.ts +1 -1
  6. package/dist/build/platforms/docJson.d.ts +1 -1
  7. package/dist/build/platforms/docJson.js +5 -1
  8. package/dist/build/platforms/fallbacks.d.ts +1 -1
  9. package/dist/build/platforms/figma.d.ts +1 -1
  10. package/dist/build/platforms/figma.js +6 -3
  11. package/dist/build/platforms/javascript.d.ts +1 -1
  12. package/dist/build/platforms/javascript.js +5 -1
  13. package/dist/build/platforms/json.d.ts +1 -1
  14. package/dist/build/platforms/json.js +5 -1
  15. package/dist/build/platforms/styleLint.d.ts +1 -1
  16. package/dist/build/platforms/styleLint.js +5 -1
  17. package/dist/build/platforms/typeDefinitions.d.ts +1 -1
  18. package/dist/build/platforms/typeDefinitions.js +5 -1
  19. package/dist/build/platforms/typescript.d.ts +1 -1
  20. package/dist/build/platforms/typescript.js +5 -1
  21. package/dist/build/preprocessors/themeOverrides.d.ts +2 -0
  22. package/dist/build/preprocessors/themeOverrides.js +22 -0
  23. package/dist/build/preprocessors/utilities/transformTokens.d.ts +8 -0
  24. package/dist/build/preprocessors/utilities/transformTokens.js +22 -0
  25. package/dist/build/{PrimerStyleDictionary.js → primerStyleDictionary.js} +8 -1
  26. package/dist/build/schemas/colorToken.d.ts +75 -0
  27. package/dist/build/schemas/colorToken.js +23 -0
  28. package/dist/build/transformers/borderToCss.js +2 -2
  29. package/dist/build/transformers/figmaAttributes.js +1 -1
  30. package/dist/build/transformers/utilities/invalidTokenError.js +0 -2
  31. package/dist/build/types/{StyleDictionaryConfigGenerator.d.ts → styleDictionaryConfigGenerator.d.ts} +1 -0
  32. package/dist/build/types/{TokenBuildInput.d.ts → tokenBuildInput.d.ts} +2 -0
  33. package/dist/build/utilities/lowerCaseFirstCharacter.d.ts +8 -0
  34. package/dist/build/utilities/lowerCaseFirstCharacter.js +10 -0
  35. package/dist/css/functional/size/border.css +7 -6
  36. package/dist/css/functional/themes/dark-colorblind.css +56 -2
  37. package/dist/css/functional/themes/dark-dimmed.css +56 -2
  38. package/dist/css/functional/themes/dark-high-contrast.css +56 -2
  39. package/dist/css/functional/themes/dark-tritanopia.css +56 -2
  40. package/dist/css/functional/themes/dark.css +56 -2
  41. package/dist/css/functional/themes/light-colorblind.css +56 -2
  42. package/dist/css/functional/themes/light-high-contrast.css +56 -2
  43. package/dist/css/functional/themes/light-tritanopia.css +56 -2
  44. package/dist/css/functional/themes/light.css +56 -2
  45. package/dist/css/primitives.css +7 -6
  46. package/dist/docs/base/size/size.json +19 -19
  47. package/dist/docs/base/typography/typography.json +4 -4
  48. package/dist/docs/functional/size/border.json +41 -28
  49. package/dist/docs/functional/size/breakpoints.json +6 -6
  50. package/dist/docs/functional/size/size-coarse.json +3 -3
  51. package/dist/docs/functional/size/size-fine.json +3 -3
  52. package/dist/docs/functional/size/size.json +66 -66
  53. package/dist/docs/functional/size/viewport.json +6 -6
  54. package/dist/docs/functional/themes/dark-colorblind.json +450 -7
  55. package/dist/docs/functional/themes/dark-dimmed.json +450 -7
  56. package/dist/docs/functional/themes/dark-high-contrast.json +450 -7
  57. package/dist/docs/functional/themes/dark-tritanopia.json +450 -7
  58. package/dist/docs/functional/themes/dark.json +450 -7
  59. package/dist/docs/functional/themes/light-colorblind.json +445 -2
  60. package/dist/docs/functional/themes/light-high-contrast.json +445 -2
  61. package/dist/docs/functional/themes/light-tritanopia.json +445 -2
  62. package/dist/docs/functional/themes/light.json +445 -2
  63. package/dist/docs/functional/typography/typography.json +46 -46
  64. package/dist/fallbacks/functional/size/border.json +7 -6
  65. package/dist/figma/figma.json +0 -8
  66. package/dist/internalCss/dark-colorblind.css +84 -2
  67. package/dist/internalCss/dark-dimmed.css +84 -2
  68. package/dist/internalCss/dark-high-contrast.css +84 -2
  69. package/dist/internalCss/dark-tritanopia.css +84 -2
  70. package/dist/internalCss/dark.css +84 -2
  71. package/dist/internalCss/light-colorblind.css +84 -2
  72. package/dist/internalCss/light-high-contrast.css +84 -2
  73. package/dist/internalCss/light-tritanopia.css +84 -2
  74. package/dist/internalCss/light.css +84 -2
  75. package/dist/styleLint/base/size/size.json +19 -19
  76. package/dist/styleLint/base/typography/typography.json +4 -4
  77. package/dist/styleLint/functional/size/border.json +41 -28
  78. package/dist/styleLint/functional/size/breakpoints.json +6 -6
  79. package/dist/styleLint/functional/size/size-coarse.json +3 -3
  80. package/dist/styleLint/functional/size/size-fine.json +3 -3
  81. package/dist/styleLint/functional/size/size.json +66 -66
  82. package/dist/styleLint/functional/size/viewport.json +6 -6
  83. package/dist/styleLint/functional/themes/dark-colorblind.json +450 -7
  84. package/dist/styleLint/functional/themes/dark-dimmed.json +450 -7
  85. package/dist/styleLint/functional/themes/dark-high-contrast.json +450 -7
  86. package/dist/styleLint/functional/themes/dark-tritanopia.json +450 -7
  87. package/dist/styleLint/functional/themes/dark.json +450 -7
  88. package/dist/styleLint/functional/themes/light-colorblind.json +445 -2
  89. package/dist/styleLint/functional/themes/light-high-contrast.json +445 -2
  90. package/dist/styleLint/functional/themes/light-tritanopia.json +445 -2
  91. package/dist/styleLint/functional/themes/light.json +445 -2
  92. package/dist/styleLint/functional/typography/typography.json +46 -46
  93. package/package.json +11 -10
  94. package/src/tokens/base/typography/typography.json5 +48 -0
  95. package/src/tokens/functional/border/border.json5 +236 -0
  96. package/src/tokens/functional/color/dark/primitives-dark.json5 +0 -1
  97. package/src/tokens/functional/size/border.json5 +115 -0
  98. package/src/tokens/functional/typography/typography.json5 +527 -0
  99. package/src/tokens/base/typography/typography.json +0 -48
  100. package/src/tokens/functional/border/dark.json5 +0 -12
  101. package/src/tokens/functional/border/light.json5 +0 -12
  102. package/src/tokens/functional/color/dark/patterns-dark.json +0 -3963
  103. package/src/tokens/functional/size/border.json +0 -111
  104. package/src/tokens/functional/typography/typography.json +0 -527
  105. /package/dist/build/{PrimerStyleDictionary.d.ts → primerStyleDictionary.d.ts} +0 -0
  106. /package/dist/build/types/{Border.d.ts → border.d.ts} +0 -0
  107. /package/dist/build/types/{BorderTokenValue.d.ts → borderTokenValue.d.ts} +0 -0
  108. /package/dist/build/types/{ColorHex.d.ts → colorHex.d.ts} +0 -0
  109. /package/dist/build/types/{PlatformInitializer.d.ts → platformInitializer.d.ts} +0 -0
  110. /package/dist/build/types/{Shadow.d.ts → shadow.d.ts} +0 -0
  111. /package/dist/build/types/{ShadowTokenValue.d.ts → shadowTokenValue.d.ts} +0 -0
  112. /package/dist/build/types/{SizeEm.d.ts → sizeEm.d.ts} +0 -0
  113. /package/dist/build/types/{SizePx.d.ts → sizePx.d.ts} +0 -0
  114. /package/dist/build/types/{SizeRem.d.ts → sizeRem.d.ts} +0 -0
  115. /package/dist/build/types/{TypographyTokenValue.d.ts → typographyTokenValue.d.ts} +0 -0
  116. /package/src/tokens/base/size/{size.json → size.json5} +0 -0
  117. /package/src/tokens/functional/size/{breakpoints.json → breakpoints.json5} +0 -0
  118. /package/src/tokens/functional/size/{size-coarse.json → size-coarse.json5} +0 -0
  119. /package/src/tokens/functional/size/{size-fine.json → size-fine.json5} +0 -0
  120. /package/src/tokens/functional/size/{size.json → size.json5} +0 -0
  121. /package/src/tokens/functional/size/{viewport.json → viewport.json5} +0 -0
@@ -8310,9 +8310,9 @@
8310
8310
  "path": ["focus", "outlineColor"]
8311
8311
  },
8312
8312
  "focus-outline": {
8313
- "$value": "#0969da solid 2px",
8313
+ "$value": "2px solid #0969da",
8314
8314
  "$type": "border",
8315
- "filePath": "src/tokens/functional/border/light.json5",
8315
+ "filePath": "src/tokens/functional/border/border.json5",
8316
8316
  "isSource": true,
8317
8317
  "original": {
8318
8318
  "$value": {
@@ -15358,5 +15358,448 @@
15358
15358
  "name": "shadow-floating-legacy",
15359
15359
  "attributes": {},
15360
15360
  "path": ["shadow", "floating", "legacy"]
15361
+ },
15362
+ "border-default": {
15363
+ "$value": "0.00390625rem,0.0625px solid #d1d9e0",
15364
+ "$type": "border",
15365
+ "filePath": "src/tokens/functional/border/border.json5",
15366
+ "isSource": true,
15367
+ "original": {
15368
+ "$value": {
15369
+ "color": "{borderColor.default}",
15370
+ "style": "solid",
15371
+ "width": "{borderWidth.default}"
15372
+ },
15373
+ "$type": "border"
15374
+ },
15375
+ "name": "border-default",
15376
+ "attributes": {},
15377
+ "path": ["border", "default"]
15378
+ },
15379
+ "border-muted": {
15380
+ "$value": "0.00390625rem,0.0625px solid #d1d9e0b3",
15381
+ "$type": "border",
15382
+ "filePath": "src/tokens/functional/border/border.json5",
15383
+ "isSource": true,
15384
+ "original": {
15385
+ "$value": {
15386
+ "color": "{borderColor.muted}",
15387
+ "style": "solid",
15388
+ "width": "{borderWidth.default}"
15389
+ },
15390
+ "$type": "border"
15391
+ },
15392
+ "name": "border-muted",
15393
+ "attributes": {},
15394
+ "path": ["border", "muted"]
15395
+ },
15396
+ "border-emphasis": {
15397
+ "$value": "0.00390625rem,0.0625px solid #818b98",
15398
+ "$type": "border",
15399
+ "filePath": "src/tokens/functional/border/border.json5",
15400
+ "isSource": true,
15401
+ "original": {
15402
+ "$value": {
15403
+ "color": "{borderColor.emphasis}",
15404
+ "style": "solid",
15405
+ "width": "{borderWidth.default}"
15406
+ },
15407
+ "$type": "border"
15408
+ },
15409
+ "name": "border-emphasis",
15410
+ "attributes": {},
15411
+ "path": ["border", "emphasis"]
15412
+ },
15413
+ "border-disabled": {
15414
+ "$value": "0.00390625rem,0.0625px solid #818b981a",
15415
+ "$type": "border",
15416
+ "filePath": "src/tokens/functional/border/border.json5",
15417
+ "isSource": true,
15418
+ "original": {
15419
+ "$value": {
15420
+ "color": "{borderColor.disabled}",
15421
+ "style": "solid",
15422
+ "width": "{borderWidth.default}"
15423
+ },
15424
+ "$type": "border"
15425
+ },
15426
+ "name": "border-disabled",
15427
+ "attributes": {},
15428
+ "path": ["border", "disabled"]
15429
+ },
15430
+ "border-transparent": {
15431
+ "$value": "0.00390625rem,0.0625px solid #ffffff00",
15432
+ "$type": "border",
15433
+ "filePath": "src/tokens/functional/border/border.json5",
15434
+ "isSource": true,
15435
+ "original": {
15436
+ "$value": {
15437
+ "color": "{borderColor.transparent}",
15438
+ "style": "solid",
15439
+ "width": "{borderWidth.default}"
15440
+ },
15441
+ "$type": "border"
15442
+ },
15443
+ "name": "border-transparent",
15444
+ "attributes": {},
15445
+ "path": ["border", "transparent"]
15446
+ },
15447
+ "border-neutral-emphasis": {
15448
+ "$value": "0.00390625rem,0.0625px solid #59636e",
15449
+ "$type": "border",
15450
+ "filePath": "src/tokens/functional/border/border.json5",
15451
+ "isSource": true,
15452
+ "original": {
15453
+ "$value": {
15454
+ "color": "{borderColor.neutral.emphasis}",
15455
+ "style": "solid",
15456
+ "width": "{borderWidth.default}"
15457
+ },
15458
+ "$type": "border"
15459
+ },
15460
+ "name": "border-neutral-emphasis",
15461
+ "attributes": {},
15462
+ "path": ["border", "neutral", "emphasis"]
15463
+ },
15464
+ "border-neutral-muted": {
15465
+ "$value": "0.00390625rem,0.0625px solid #d1d9e0b3",
15466
+ "$type": "border",
15467
+ "filePath": "src/tokens/functional/border/border.json5",
15468
+ "isSource": true,
15469
+ "original": {
15470
+ "$value": {
15471
+ "color": "{borderColor.neutral.muted}",
15472
+ "style": "solid",
15473
+ "width": "{borderWidth.default}"
15474
+ },
15475
+ "$type": "border"
15476
+ },
15477
+ "name": "border-neutral-muted",
15478
+ "attributes": {},
15479
+ "path": ["border", "neutral", "muted"]
15480
+ },
15481
+ "border-accent-emphasis": {
15482
+ "$value": "0.00390625rem,0.0625px solid #0969da",
15483
+ "$type": "border",
15484
+ "filePath": "src/tokens/functional/border/border.json5",
15485
+ "isSource": true,
15486
+ "original": {
15487
+ "$value": {
15488
+ "color": "{borderColor.accent.emphasis}",
15489
+ "style": "solid",
15490
+ "width": "{borderWidth.default}"
15491
+ },
15492
+ "$type": "border"
15493
+ },
15494
+ "name": "border-accent-emphasis",
15495
+ "attributes": {},
15496
+ "path": ["border", "accent", "emphasis"]
15497
+ },
15498
+ "border-accent-muted": {
15499
+ "$value": "0.00390625rem,0.0625px solid #54aeff66",
15500
+ "$type": "border",
15501
+ "filePath": "src/tokens/functional/border/border.json5",
15502
+ "isSource": true,
15503
+ "original": {
15504
+ "$value": {
15505
+ "color": "{borderColor.accent.muted}",
15506
+ "style": "solid",
15507
+ "width": "{borderWidth.default}"
15508
+ },
15509
+ "$type": "border"
15510
+ },
15511
+ "name": "border-accent-muted",
15512
+ "attributes": {},
15513
+ "path": ["border", "accent", "muted"]
15514
+ },
15515
+ "border-success-emphasis": {
15516
+ "$value": "0.00390625rem,0.0625px solid #0969da",
15517
+ "$type": "border",
15518
+ "filePath": "src/tokens/functional/border/border.json5",
15519
+ "isSource": true,
15520
+ "original": {
15521
+ "$value": {
15522
+ "color": "{borderColor.success.emphasis}",
15523
+ "style": "solid",
15524
+ "width": "{borderWidth.default}"
15525
+ },
15526
+ "$type": "border"
15527
+ },
15528
+ "name": "border-success-emphasis",
15529
+ "attributes": {},
15530
+ "path": ["border", "success", "emphasis"]
15531
+ },
15532
+ "border-success-muted": {
15533
+ "$value": "0.00390625rem,0.0625px solid #54aeff66",
15534
+ "$type": "border",
15535
+ "filePath": "src/tokens/functional/border/border.json5",
15536
+ "isSource": true,
15537
+ "original": {
15538
+ "$value": {
15539
+ "color": "{borderColor.success.muted}",
15540
+ "style": "solid",
15541
+ "width": "{borderWidth.default}"
15542
+ },
15543
+ "$type": "border"
15544
+ },
15545
+ "name": "border-success-muted",
15546
+ "attributes": {},
15547
+ "path": ["border", "success", "muted"]
15548
+ },
15549
+ "border-open-emphasis": {
15550
+ "$value": "0.00390625rem,0.0625px solid #0969da",
15551
+ "$type": "border",
15552
+ "filePath": "src/tokens/functional/border/border.json5",
15553
+ "isSource": true,
15554
+ "original": {
15555
+ "$value": "{border.success.emphasis}",
15556
+ "$type": "border"
15557
+ },
15558
+ "name": "border-open-emphasis",
15559
+ "attributes": {},
15560
+ "path": ["border", "open", "emphasis"]
15561
+ },
15562
+ "border-open-muted": {
15563
+ "$value": "0.00390625rem,0.0625px solid #54aeff66",
15564
+ "$type": "border",
15565
+ "filePath": "src/tokens/functional/border/border.json5",
15566
+ "isSource": true,
15567
+ "original": {
15568
+ "$value": "{border.success.muted}",
15569
+ "$type": "border"
15570
+ },
15571
+ "name": "border-open-muted",
15572
+ "attributes": {},
15573
+ "path": ["border", "open", "muted"]
15574
+ },
15575
+ "border-danger-emphasis": {
15576
+ "$value": "0.00390625rem,0.0625px solid #bc4c00",
15577
+ "$type": "border",
15578
+ "filePath": "src/tokens/functional/border/border.json5",
15579
+ "isSource": true,
15580
+ "original": {
15581
+ "$value": {
15582
+ "color": "{borderColor.danger.emphasis}",
15583
+ "style": "solid",
15584
+ "width": "{borderWidth.default}"
15585
+ },
15586
+ "$type": "border"
15587
+ },
15588
+ "name": "border-danger-emphasis",
15589
+ "attributes": {},
15590
+ "path": ["border", "danger", "emphasis"]
15591
+ },
15592
+ "border-danger-muted": {
15593
+ "$value": "0.00390625rem,0.0625px solid #fb8f4466",
15594
+ "$type": "border",
15595
+ "filePath": "src/tokens/functional/border/border.json5",
15596
+ "isSource": true,
15597
+ "original": {
15598
+ "$value": {
15599
+ "color": "{borderColor.danger.muted}",
15600
+ "style": "solid",
15601
+ "width": "{borderWidth.default}"
15602
+ },
15603
+ "$type": "border"
15604
+ },
15605
+ "name": "border-danger-muted",
15606
+ "attributes": {},
15607
+ "path": ["border", "danger", "muted"]
15608
+ },
15609
+ "border-closed-emphasis": {
15610
+ "$value": "0.00390625rem,0.0625px solid #bc4c00",
15611
+ "$type": "border",
15612
+ "filePath": "src/tokens/functional/border/border.json5",
15613
+ "isSource": true,
15614
+ "original": {
15615
+ "$value": "{border.danger.emphasis}",
15616
+ "$type": "border"
15617
+ },
15618
+ "name": "border-closed-emphasis",
15619
+ "attributes": {},
15620
+ "path": ["border", "closed", "emphasis"]
15621
+ },
15622
+ "border-closed-muted": {
15623
+ "$value": "0.00390625rem,0.0625px solid #fb8f4466",
15624
+ "$type": "border",
15625
+ "filePath": "src/tokens/functional/border/border.json5",
15626
+ "isSource": true,
15627
+ "original": {
15628
+ "$value": "{border.danger.muted}",
15629
+ "$type": "border"
15630
+ },
15631
+ "name": "border-closed-muted",
15632
+ "attributes": {},
15633
+ "path": ["border", "closed", "muted"]
15634
+ },
15635
+ "border-attention-emphasis": {
15636
+ "$value": "0.00390625rem,0.0625px solid #9a6700",
15637
+ "$type": "border",
15638
+ "filePath": "src/tokens/functional/border/border.json5",
15639
+ "isSource": true,
15640
+ "original": {
15641
+ "$value": {
15642
+ "color": "{borderColor.attention.emphasis}",
15643
+ "style": "solid",
15644
+ "width": "{borderWidth.default}"
15645
+ },
15646
+ "$type": "border"
15647
+ },
15648
+ "name": "border-attention-emphasis",
15649
+ "attributes": {},
15650
+ "path": ["border", "attention", "emphasis"]
15651
+ },
15652
+ "border-attention-muted": {
15653
+ "$value": "0.00390625rem,0.0625px solid #d4a72c66",
15654
+ "$type": "border",
15655
+ "filePath": "src/tokens/functional/border/border.json5",
15656
+ "isSource": true,
15657
+ "original": {
15658
+ "$value": {
15659
+ "color": "{borderColor.attention.muted}",
15660
+ "style": "solid",
15661
+ "width": "{borderWidth.default}"
15662
+ },
15663
+ "$type": "border"
15664
+ },
15665
+ "name": "border-attention-muted",
15666
+ "attributes": {},
15667
+ "path": ["border", "attention", "muted"]
15668
+ },
15669
+ "border-severe-emphasis": {
15670
+ "$value": "0.00390625rem,0.0625px solid #bc4c00",
15671
+ "$type": "border",
15672
+ "filePath": "src/tokens/functional/border/border.json5",
15673
+ "isSource": true,
15674
+ "original": {
15675
+ "$value": {
15676
+ "color": "{borderColor.severe.emphasis}",
15677
+ "style": "solid",
15678
+ "width": "{borderWidth.default}"
15679
+ },
15680
+ "$type": "border"
15681
+ },
15682
+ "name": "border-severe-emphasis",
15683
+ "attributes": {},
15684
+ "path": ["border", "severe", "emphasis"]
15685
+ },
15686
+ "border-severe-muted": {
15687
+ "$value": "0.00390625rem,0.0625px solid #fb8f4466",
15688
+ "$type": "border",
15689
+ "filePath": "src/tokens/functional/border/border.json5",
15690
+ "isSource": true,
15691
+ "original": {
15692
+ "$value": {
15693
+ "color": "{borderColor.severe.muted}",
15694
+ "style": "solid",
15695
+ "width": "{borderWidth.default}"
15696
+ },
15697
+ "$type": "border"
15698
+ },
15699
+ "name": "border-severe-muted",
15700
+ "attributes": {},
15701
+ "path": ["border", "severe", "muted"]
15702
+ },
15703
+ "border-done-emphasis": {
15704
+ "$value": "0.00390625rem,0.0625px solid #8250df",
15705
+ "$type": "border",
15706
+ "filePath": "src/tokens/functional/border/border.json5",
15707
+ "isSource": true,
15708
+ "original": {
15709
+ "$value": {
15710
+ "color": "{borderColor.done.emphasis}",
15711
+ "style": "solid",
15712
+ "width": "{borderWidth.default}"
15713
+ },
15714
+ "$type": "border"
15715
+ },
15716
+ "name": "border-done-emphasis",
15717
+ "attributes": {},
15718
+ "path": ["border", "done", "emphasis"]
15719
+ },
15720
+ "border-done-muted": {
15721
+ "$value": "0.00390625rem,0.0625px solid #c297ff66",
15722
+ "$type": "border",
15723
+ "filePath": "src/tokens/functional/border/border.json5",
15724
+ "isSource": true,
15725
+ "original": {
15726
+ "$value": {
15727
+ "color": "{borderColor.done.muted}",
15728
+ "style": "solid",
15729
+ "width": "{borderWidth.default}"
15730
+ },
15731
+ "$type": "border"
15732
+ },
15733
+ "name": "border-done-muted",
15734
+ "attributes": {},
15735
+ "path": ["border", "done", "muted"]
15736
+ },
15737
+ "border-upsell-emphasis": {
15738
+ "$value": "0.00390625rem,0.0625px solid #8250df",
15739
+ "$type": "border",
15740
+ "filePath": "src/tokens/functional/border/border.json5",
15741
+ "isSource": true,
15742
+ "original": {
15743
+ "$value": {
15744
+ "color": "{borderColor.upsell.emphasis}",
15745
+ "style": "solid",
15746
+ "width": "{borderWidth.default}"
15747
+ },
15748
+ "$type": "border"
15749
+ },
15750
+ "name": "border-upsell-emphasis",
15751
+ "attributes": {},
15752
+ "path": ["border", "upsell", "emphasis"]
15753
+ },
15754
+ "border-upsell-muted": {
15755
+ "$value": "0.00390625rem,0.0625px solid #c297ff66",
15756
+ "$type": "border",
15757
+ "filePath": "src/tokens/functional/border/border.json5",
15758
+ "isSource": true,
15759
+ "original": {
15760
+ "$value": {
15761
+ "color": "{borderColor.upsell.muted}",
15762
+ "style": "solid",
15763
+ "width": "{borderWidth.default}"
15764
+ },
15765
+ "$type": "border"
15766
+ },
15767
+ "name": "border-upsell-muted",
15768
+ "attributes": {},
15769
+ "path": ["border", "upsell", "muted"]
15770
+ },
15771
+ "border-sponsors-emphasis": {
15772
+ "$value": "0.00390625rem,0.0625px solid #bf3989",
15773
+ "$type": "border",
15774
+ "filePath": "src/tokens/functional/border/border.json5",
15775
+ "isSource": true,
15776
+ "original": {
15777
+ "$value": {
15778
+ "color": "{borderColor.sponsors.emphasis}",
15779
+ "style": "solid",
15780
+ "width": "{borderWidth.default}"
15781
+ },
15782
+ "$type": "border"
15783
+ },
15784
+ "name": "border-sponsors-emphasis",
15785
+ "attributes": {},
15786
+ "path": ["border", "sponsors", "emphasis"]
15787
+ },
15788
+ "border-sponsors-muted": {
15789
+ "$value": "0.00390625rem,0.0625px solid #ff80c866",
15790
+ "$type": "border",
15791
+ "filePath": "src/tokens/functional/border/border.json5",
15792
+ "isSource": true,
15793
+ "original": {
15794
+ "$value": {
15795
+ "color": "{borderColor.sponsors.muted}",
15796
+ "style": "solid",
15797
+ "width": "{borderWidth.default}"
15798
+ },
15799
+ "$type": "border"
15800
+ },
15801
+ "name": "border-sponsors-muted",
15802
+ "attributes": {},
15803
+ "path": ["border", "sponsors", "muted"]
15361
15804
  }
15362
15805
  }