@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
@@ -8352,7 +8352,7 @@
8352
8352
  "type": "color"
8353
8353
  },
8354
8354
  "focus-outline": {
8355
- "filePath": "src/tokens/functional/border/light.json5",
8355
+ "filePath": "src/tokens/functional/border/border.json5",
8356
8356
  "isSource": true,
8357
8357
  "original": {
8358
8358
  "$value": {
@@ -8365,7 +8365,7 @@
8365
8365
  "name": "focus-outline",
8366
8366
  "attributes": {},
8367
8367
  "path": ["focus", "outline"],
8368
- "value": "#0969da solid 2px",
8368
+ "value": "2px solid #0969da",
8369
8369
  "type": "border"
8370
8370
  },
8371
8371
  "menu-bgColor-active": {
@@ -15468,5 +15468,448 @@
15468
15468
  "path": ["shadow", "floating", "legacy"],
15469
15469
  "value": "0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f",
15470
15470
  "type": "shadow"
15471
+ },
15472
+ "border-default": {
15473
+ "filePath": "src/tokens/functional/border/border.json5",
15474
+ "isSource": true,
15475
+ "original": {
15476
+ "$value": {
15477
+ "color": "{borderColor.default}",
15478
+ "style": "solid",
15479
+ "width": "{borderWidth.default}"
15480
+ },
15481
+ "$type": "border"
15482
+ },
15483
+ "name": "border-default",
15484
+ "attributes": {},
15485
+ "path": ["border", "default"],
15486
+ "value": "0.0625rem solid #d1d9e0",
15487
+ "type": "border"
15488
+ },
15489
+ "border-muted": {
15490
+ "filePath": "src/tokens/functional/border/border.json5",
15491
+ "isSource": true,
15492
+ "original": {
15493
+ "$value": {
15494
+ "color": "{borderColor.muted}",
15495
+ "style": "solid",
15496
+ "width": "{borderWidth.default}"
15497
+ },
15498
+ "$type": "border"
15499
+ },
15500
+ "name": "border-muted",
15501
+ "attributes": {},
15502
+ "path": ["border", "muted"],
15503
+ "value": "0.0625rem solid #d1d9e0b3",
15504
+ "type": "border"
15505
+ },
15506
+ "border-emphasis": {
15507
+ "filePath": "src/tokens/functional/border/border.json5",
15508
+ "isSource": true,
15509
+ "original": {
15510
+ "$value": {
15511
+ "color": "{borderColor.emphasis}",
15512
+ "style": "solid",
15513
+ "width": "{borderWidth.default}"
15514
+ },
15515
+ "$type": "border"
15516
+ },
15517
+ "name": "border-emphasis",
15518
+ "attributes": {},
15519
+ "path": ["border", "emphasis"],
15520
+ "value": "0.0625rem solid #818b98",
15521
+ "type": "border"
15522
+ },
15523
+ "border-disabled": {
15524
+ "filePath": "src/tokens/functional/border/border.json5",
15525
+ "isSource": true,
15526
+ "original": {
15527
+ "$value": {
15528
+ "color": "{borderColor.disabled}",
15529
+ "style": "solid",
15530
+ "width": "{borderWidth.default}"
15531
+ },
15532
+ "$type": "border"
15533
+ },
15534
+ "name": "border-disabled",
15535
+ "attributes": {},
15536
+ "path": ["border", "disabled"],
15537
+ "value": "0.0625rem solid #818b981a",
15538
+ "type": "border"
15539
+ },
15540
+ "border-transparent": {
15541
+ "filePath": "src/tokens/functional/border/border.json5",
15542
+ "isSource": true,
15543
+ "original": {
15544
+ "$value": {
15545
+ "color": "{borderColor.transparent}",
15546
+ "style": "solid",
15547
+ "width": "{borderWidth.default}"
15548
+ },
15549
+ "$type": "border"
15550
+ },
15551
+ "name": "border-transparent",
15552
+ "attributes": {},
15553
+ "path": ["border", "transparent"],
15554
+ "value": "0.0625rem solid #ffffff00",
15555
+ "type": "border"
15556
+ },
15557
+ "border-neutral-emphasis": {
15558
+ "filePath": "src/tokens/functional/border/border.json5",
15559
+ "isSource": true,
15560
+ "original": {
15561
+ "$value": {
15562
+ "color": "{borderColor.neutral.emphasis}",
15563
+ "style": "solid",
15564
+ "width": "{borderWidth.default}"
15565
+ },
15566
+ "$type": "border"
15567
+ },
15568
+ "name": "border-neutral-emphasis",
15569
+ "attributes": {},
15570
+ "path": ["border", "neutral", "emphasis"],
15571
+ "value": "0.0625rem solid #59636e",
15572
+ "type": "border"
15573
+ },
15574
+ "border-neutral-muted": {
15575
+ "filePath": "src/tokens/functional/border/border.json5",
15576
+ "isSource": true,
15577
+ "original": {
15578
+ "$value": {
15579
+ "color": "{borderColor.neutral.muted}",
15580
+ "style": "solid",
15581
+ "width": "{borderWidth.default}"
15582
+ },
15583
+ "$type": "border"
15584
+ },
15585
+ "name": "border-neutral-muted",
15586
+ "attributes": {},
15587
+ "path": ["border", "neutral", "muted"],
15588
+ "value": "0.0625rem solid #d1d9e0b3",
15589
+ "type": "border"
15590
+ },
15591
+ "border-accent-emphasis": {
15592
+ "filePath": "src/tokens/functional/border/border.json5",
15593
+ "isSource": true,
15594
+ "original": {
15595
+ "$value": {
15596
+ "color": "{borderColor.accent.emphasis}",
15597
+ "style": "solid",
15598
+ "width": "{borderWidth.default}"
15599
+ },
15600
+ "$type": "border"
15601
+ },
15602
+ "name": "border-accent-emphasis",
15603
+ "attributes": {},
15604
+ "path": ["border", "accent", "emphasis"],
15605
+ "value": "0.0625rem solid #0969da",
15606
+ "type": "border"
15607
+ },
15608
+ "border-accent-muted": {
15609
+ "filePath": "src/tokens/functional/border/border.json5",
15610
+ "isSource": true,
15611
+ "original": {
15612
+ "$value": {
15613
+ "color": "{borderColor.accent.muted}",
15614
+ "style": "solid",
15615
+ "width": "{borderWidth.default}"
15616
+ },
15617
+ "$type": "border"
15618
+ },
15619
+ "name": "border-accent-muted",
15620
+ "attributes": {},
15621
+ "path": ["border", "accent", "muted"],
15622
+ "value": "0.0625rem solid #54aeff66",
15623
+ "type": "border"
15624
+ },
15625
+ "border-success-emphasis": {
15626
+ "filePath": "src/tokens/functional/border/border.json5",
15627
+ "isSource": true,
15628
+ "original": {
15629
+ "$value": {
15630
+ "color": "{borderColor.success.emphasis}",
15631
+ "style": "solid",
15632
+ "width": "{borderWidth.default}"
15633
+ },
15634
+ "$type": "border"
15635
+ },
15636
+ "name": "border-success-emphasis",
15637
+ "attributes": {},
15638
+ "path": ["border", "success", "emphasis"],
15639
+ "value": "0.0625rem solid #0969da",
15640
+ "type": "border"
15641
+ },
15642
+ "border-success-muted": {
15643
+ "filePath": "src/tokens/functional/border/border.json5",
15644
+ "isSource": true,
15645
+ "original": {
15646
+ "$value": {
15647
+ "color": "{borderColor.success.muted}",
15648
+ "style": "solid",
15649
+ "width": "{borderWidth.default}"
15650
+ },
15651
+ "$type": "border"
15652
+ },
15653
+ "name": "border-success-muted",
15654
+ "attributes": {},
15655
+ "path": ["border", "success", "muted"],
15656
+ "value": "0.0625rem solid #54aeff66",
15657
+ "type": "border"
15658
+ },
15659
+ "border-open-emphasis": {
15660
+ "filePath": "src/tokens/functional/border/border.json5",
15661
+ "isSource": true,
15662
+ "original": {
15663
+ "$value": "{border.success.emphasis}",
15664
+ "$type": "border"
15665
+ },
15666
+ "name": "border-open-emphasis",
15667
+ "attributes": {},
15668
+ "path": ["border", "open", "emphasis"],
15669
+ "value": "0.0625rem solid #0969da",
15670
+ "type": "border"
15671
+ },
15672
+ "border-open-muted": {
15673
+ "filePath": "src/tokens/functional/border/border.json5",
15674
+ "isSource": true,
15675
+ "original": {
15676
+ "$value": "{border.success.muted}",
15677
+ "$type": "border"
15678
+ },
15679
+ "name": "border-open-muted",
15680
+ "attributes": {},
15681
+ "path": ["border", "open", "muted"],
15682
+ "value": "0.0625rem solid #54aeff66",
15683
+ "type": "border"
15684
+ },
15685
+ "border-danger-emphasis": {
15686
+ "filePath": "src/tokens/functional/border/border.json5",
15687
+ "isSource": true,
15688
+ "original": {
15689
+ "$value": {
15690
+ "color": "{borderColor.danger.emphasis}",
15691
+ "style": "solid",
15692
+ "width": "{borderWidth.default}"
15693
+ },
15694
+ "$type": "border"
15695
+ },
15696
+ "name": "border-danger-emphasis",
15697
+ "attributes": {},
15698
+ "path": ["border", "danger", "emphasis"],
15699
+ "value": "0.0625rem solid #cf222e",
15700
+ "type": "border"
15701
+ },
15702
+ "border-danger-muted": {
15703
+ "filePath": "src/tokens/functional/border/border.json5",
15704
+ "isSource": true,
15705
+ "original": {
15706
+ "$value": {
15707
+ "color": "{borderColor.danger.muted}",
15708
+ "style": "solid",
15709
+ "width": "{borderWidth.default}"
15710
+ },
15711
+ "$type": "border"
15712
+ },
15713
+ "name": "border-danger-muted",
15714
+ "attributes": {},
15715
+ "path": ["border", "danger", "muted"],
15716
+ "value": "0.0625rem solid #ff818266",
15717
+ "type": "border"
15718
+ },
15719
+ "border-closed-emphasis": {
15720
+ "filePath": "src/tokens/functional/border/border.json5",
15721
+ "isSource": true,
15722
+ "original": {
15723
+ "$value": "{border.danger.emphasis}",
15724
+ "$type": "border"
15725
+ },
15726
+ "name": "border-closed-emphasis",
15727
+ "attributes": {},
15728
+ "path": ["border", "closed", "emphasis"],
15729
+ "value": "0.0625rem solid #cf222e",
15730
+ "type": "border"
15731
+ },
15732
+ "border-closed-muted": {
15733
+ "filePath": "src/tokens/functional/border/border.json5",
15734
+ "isSource": true,
15735
+ "original": {
15736
+ "$value": "{border.danger.muted}",
15737
+ "$type": "border"
15738
+ },
15739
+ "name": "border-closed-muted",
15740
+ "attributes": {},
15741
+ "path": ["border", "closed", "muted"],
15742
+ "value": "0.0625rem solid #ff818266",
15743
+ "type": "border"
15744
+ },
15745
+ "border-attention-emphasis": {
15746
+ "filePath": "src/tokens/functional/border/border.json5",
15747
+ "isSource": true,
15748
+ "original": {
15749
+ "$value": {
15750
+ "color": "{borderColor.attention.emphasis}",
15751
+ "style": "solid",
15752
+ "width": "{borderWidth.default}"
15753
+ },
15754
+ "$type": "border"
15755
+ },
15756
+ "name": "border-attention-emphasis",
15757
+ "attributes": {},
15758
+ "path": ["border", "attention", "emphasis"],
15759
+ "value": "0.0625rem solid #9a6700",
15760
+ "type": "border"
15761
+ },
15762
+ "border-attention-muted": {
15763
+ "filePath": "src/tokens/functional/border/border.json5",
15764
+ "isSource": true,
15765
+ "original": {
15766
+ "$value": {
15767
+ "color": "{borderColor.attention.muted}",
15768
+ "style": "solid",
15769
+ "width": "{borderWidth.default}"
15770
+ },
15771
+ "$type": "border"
15772
+ },
15773
+ "name": "border-attention-muted",
15774
+ "attributes": {},
15775
+ "path": ["border", "attention", "muted"],
15776
+ "value": "0.0625rem solid #d4a72c66",
15777
+ "type": "border"
15778
+ },
15779
+ "border-severe-emphasis": {
15780
+ "filePath": "src/tokens/functional/border/border.json5",
15781
+ "isSource": true,
15782
+ "original": {
15783
+ "$value": {
15784
+ "color": "{borderColor.severe.emphasis}",
15785
+ "style": "solid",
15786
+ "width": "{borderWidth.default}"
15787
+ },
15788
+ "$type": "border"
15789
+ },
15790
+ "name": "border-severe-emphasis",
15791
+ "attributes": {},
15792
+ "path": ["border", "severe", "emphasis"],
15793
+ "value": "0.0625rem solid #cf222e",
15794
+ "type": "border"
15795
+ },
15796
+ "border-severe-muted": {
15797
+ "filePath": "src/tokens/functional/border/border.json5",
15798
+ "isSource": true,
15799
+ "original": {
15800
+ "$value": {
15801
+ "color": "{borderColor.severe.muted}",
15802
+ "style": "solid",
15803
+ "width": "{borderWidth.default}"
15804
+ },
15805
+ "$type": "border"
15806
+ },
15807
+ "name": "border-severe-muted",
15808
+ "attributes": {},
15809
+ "path": ["border", "severe", "muted"],
15810
+ "value": "0.0625rem solid #ff818266",
15811
+ "type": "border"
15812
+ },
15813
+ "border-done-emphasis": {
15814
+ "filePath": "src/tokens/functional/border/border.json5",
15815
+ "isSource": true,
15816
+ "original": {
15817
+ "$value": {
15818
+ "color": "{borderColor.done.emphasis}",
15819
+ "style": "solid",
15820
+ "width": "{borderWidth.default}"
15821
+ },
15822
+ "$type": "border"
15823
+ },
15824
+ "name": "border-done-emphasis",
15825
+ "attributes": {},
15826
+ "path": ["border", "done", "emphasis"],
15827
+ "value": "0.0625rem solid #8250df",
15828
+ "type": "border"
15829
+ },
15830
+ "border-done-muted": {
15831
+ "filePath": "src/tokens/functional/border/border.json5",
15832
+ "isSource": true,
15833
+ "original": {
15834
+ "$value": {
15835
+ "color": "{borderColor.done.muted}",
15836
+ "style": "solid",
15837
+ "width": "{borderWidth.default}"
15838
+ },
15839
+ "$type": "border"
15840
+ },
15841
+ "name": "border-done-muted",
15842
+ "attributes": {},
15843
+ "path": ["border", "done", "muted"],
15844
+ "value": "0.0625rem solid #c297ff66",
15845
+ "type": "border"
15846
+ },
15847
+ "border-upsell-emphasis": {
15848
+ "filePath": "src/tokens/functional/border/border.json5",
15849
+ "isSource": true,
15850
+ "original": {
15851
+ "$value": {
15852
+ "color": "{borderColor.upsell.emphasis}",
15853
+ "style": "solid",
15854
+ "width": "{borderWidth.default}"
15855
+ },
15856
+ "$type": "border"
15857
+ },
15858
+ "name": "border-upsell-emphasis",
15859
+ "attributes": {},
15860
+ "path": ["border", "upsell", "emphasis"],
15861
+ "value": "0.0625rem solid #8250df",
15862
+ "type": "border"
15863
+ },
15864
+ "border-upsell-muted": {
15865
+ "filePath": "src/tokens/functional/border/border.json5",
15866
+ "isSource": true,
15867
+ "original": {
15868
+ "$value": {
15869
+ "color": "{borderColor.upsell.muted}",
15870
+ "style": "solid",
15871
+ "width": "{borderWidth.default}"
15872
+ },
15873
+ "$type": "border"
15874
+ },
15875
+ "name": "border-upsell-muted",
15876
+ "attributes": {},
15877
+ "path": ["border", "upsell", "muted"],
15878
+ "value": "0.0625rem solid #c297ff66",
15879
+ "type": "border"
15880
+ },
15881
+ "border-sponsors-emphasis": {
15882
+ "filePath": "src/tokens/functional/border/border.json5",
15883
+ "isSource": true,
15884
+ "original": {
15885
+ "$value": {
15886
+ "color": "{borderColor.sponsors.emphasis}",
15887
+ "style": "solid",
15888
+ "width": "{borderWidth.default}"
15889
+ },
15890
+ "$type": "border"
15891
+ },
15892
+ "name": "border-sponsors-emphasis",
15893
+ "attributes": {},
15894
+ "path": ["border", "sponsors", "emphasis"],
15895
+ "value": "0.0625rem solid #bf3989",
15896
+ "type": "border"
15897
+ },
15898
+ "border-sponsors-muted": {
15899
+ "filePath": "src/tokens/functional/border/border.json5",
15900
+ "isSource": true,
15901
+ "original": {
15902
+ "$value": {
15903
+ "color": "{borderColor.sponsors.muted}",
15904
+ "style": "solid",
15905
+ "width": "{borderWidth.default}"
15906
+ },
15907
+ "$type": "border"
15908
+ },
15909
+ "name": "border-sponsors-muted",
15910
+ "attributes": {},
15911
+ "path": ["border", "sponsors", "muted"],
15912
+ "value": "0.0625rem solid #ff80c866",
15913
+ "type": "border"
15471
15914
  }
15472
15915
  }