@primer/primitives 11.1.0 → 11.2.0-rc.1012e204

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 (115) hide show
  1. package/dist/build/schemas/alphaValue.d.ts +1 -1
  2. package/dist/build/schemas/alphaValue.js +8 -3
  3. package/dist/build/schemas/baseToken.d.ts +2 -8
  4. package/dist/build/schemas/borderToken.d.ts +30 -47
  5. package/dist/build/schemas/collections.d.ts +2 -2
  6. package/dist/build/schemas/collections.js +16 -6
  7. package/dist/build/schemas/colorHexValue.d.ts +1 -1
  8. package/dist/build/schemas/colorHexValue.js +8 -3
  9. package/dist/build/schemas/colorToken.d.ts +81 -789
  10. package/dist/build/schemas/colorToken.js +1 -1
  11. package/dist/build/schemas/cubicBezierToken.d.ts +4 -15
  12. package/dist/build/schemas/designToken.d.ts +1 -1
  13. package/dist/build/schemas/dimensionToken.d.ts +8 -53
  14. package/dist/build/schemas/dimensionValue.d.ts +1 -1
  15. package/dist/build/schemas/dimensionValue.js +8 -3
  16. package/dist/build/schemas/durationToken.d.ts +4 -15
  17. package/dist/build/schemas/durationValue.d.ts +1 -1
  18. package/dist/build/schemas/durationValue.js +8 -3
  19. package/dist/build/schemas/fontFamilyToken.d.ts +8 -47
  20. package/dist/build/schemas/fontWeightToken.d.ts +8 -47
  21. package/dist/build/schemas/fontWeightValue.d.ts +1 -1
  22. package/dist/build/schemas/fontWeightValue.js +8 -3
  23. package/dist/build/schemas/gradientToken.d.ts +8 -53
  24. package/dist/build/schemas/numberToken.d.ts +9 -64
  25. package/dist/build/schemas/referenceValue.d.ts +1 -1
  26. package/dist/build/schemas/referenceValue.js +8 -3
  27. package/dist/build/schemas/scopes.d.ts +1 -1
  28. package/dist/build/schemas/scopes.js +8 -3
  29. package/dist/build/schemas/shadowToken.d.ts +210 -2136
  30. package/dist/build/schemas/shadowToken.js +0 -9
  31. package/dist/build/schemas/stringToken.d.ts +4 -15
  32. package/dist/build/schemas/tokenName.d.ts +1 -1
  33. package/dist/build/schemas/tokenName.js +8 -3
  34. package/dist/build/schemas/transitionToken.d.ts +8 -35
  35. package/dist/build/schemas/typographyToken.d.ts +14 -55
  36. package/dist/build/schemas/validTokenType.d.ts +1 -1
  37. package/dist/build/schemas/validTokenType.js +8 -3
  38. package/dist/build/schemas/viewportRangeToken.d.ts +4 -15
  39. package/dist/build/types/tokenBuildInput.d.ts +2 -0
  40. package/dist/build/utilities/log.js +0 -3
  41. package/dist/css/functional/themes/dark-colorblind-high-contrast.css +10 -0
  42. package/dist/css/functional/themes/dark-colorblind.css +10 -0
  43. package/dist/css/functional/themes/dark-dimmed-high-contrast.css +10 -0
  44. package/dist/css/functional/themes/dark-dimmed.css +10 -0
  45. package/dist/css/functional/themes/dark-high-contrast.css +10 -0
  46. package/dist/css/functional/themes/dark-tritanopia-high-contrast.css +10 -0
  47. package/dist/css/functional/themes/dark-tritanopia.css +10 -0
  48. package/dist/css/functional/themes/dark.css +10 -0
  49. package/dist/css/functional/themes/light-colorblind-high-contrast.css +10 -0
  50. package/dist/css/functional/themes/light-colorblind.css +10 -0
  51. package/dist/css/functional/themes/light-high-contrast.css +10 -0
  52. package/dist/css/functional/themes/light-tritanopia-high-contrast.css +10 -0
  53. package/dist/css/functional/themes/light-tritanopia.css +10 -0
  54. package/dist/css/functional/themes/light.css +10 -0
  55. package/dist/docs/functional/themes/dark-colorblind-high-contrast.json +349 -0
  56. package/dist/docs/functional/themes/dark-colorblind.json +349 -0
  57. package/dist/docs/functional/themes/dark-dimmed-high-contrast.json +345 -0
  58. package/dist/docs/functional/themes/dark-dimmed.json +345 -0
  59. package/dist/docs/functional/themes/dark-high-contrast.json +345 -0
  60. package/dist/docs/functional/themes/dark-tritanopia-high-contrast.json +347 -0
  61. package/dist/docs/functional/themes/dark-tritanopia.json +349 -0
  62. package/dist/docs/functional/themes/dark.json +345 -0
  63. package/dist/docs/functional/themes/light-colorblind-high-contrast.json +347 -0
  64. package/dist/docs/functional/themes/light-colorblind.json +347 -0
  65. package/dist/docs/functional/themes/light-high-contrast.json +345 -0
  66. package/dist/docs/functional/themes/light-tritanopia-high-contrast.json +347 -0
  67. package/dist/docs/functional/themes/light-tritanopia.json +347 -0
  68. package/dist/docs/functional/themes/light.json +345 -0
  69. package/dist/figma/figma.json +4 -14
  70. package/dist/figma/themes/dark-colorblind.json +97 -0
  71. package/dist/figma/themes/dark-dimmed.json +95 -0
  72. package/dist/figma/themes/dark-high-contrast.json +95 -0
  73. package/dist/figma/themes/dark-tritanopia.json +97 -0
  74. package/dist/figma/themes/dark.json +95 -0
  75. package/dist/figma/themes/light-colorblind.json +96 -0
  76. package/dist/figma/themes/light-high-contrast.json +95 -0
  77. package/dist/figma/themes/light-tritanopia.json +96 -0
  78. package/dist/figma/themes/light.json +95 -0
  79. package/dist/internalCss/dark-colorblind-high-contrast.css +10 -0
  80. package/dist/internalCss/dark-colorblind.css +10 -0
  81. package/dist/internalCss/dark-dimmed-high-contrast.css +10 -0
  82. package/dist/internalCss/dark-dimmed.css +10 -0
  83. package/dist/internalCss/dark-high-contrast.css +10 -0
  84. package/dist/internalCss/dark-tritanopia-high-contrast.css +10 -0
  85. package/dist/internalCss/dark-tritanopia.css +10 -0
  86. package/dist/internalCss/dark.css +10 -0
  87. package/dist/internalCss/light-colorblind-high-contrast.css +10 -0
  88. package/dist/internalCss/light-colorblind.css +10 -0
  89. package/dist/internalCss/light-high-contrast.css +10 -0
  90. package/dist/internalCss/light-tritanopia-high-contrast.css +10 -0
  91. package/dist/internalCss/light-tritanopia.css +10 -0
  92. package/dist/internalCss/light.css +10 -0
  93. package/dist/styleLint/functional/themes/dark-colorblind-high-contrast.json +349 -0
  94. package/dist/styleLint/functional/themes/dark-colorblind.json +349 -0
  95. package/dist/styleLint/functional/themes/dark-dimmed-high-contrast.json +345 -0
  96. package/dist/styleLint/functional/themes/dark-dimmed.json +345 -0
  97. package/dist/styleLint/functional/themes/dark-high-contrast.json +345 -0
  98. package/dist/styleLint/functional/themes/dark-tritanopia-high-contrast.json +347 -0
  99. package/dist/styleLint/functional/themes/dark-tritanopia.json +349 -0
  100. package/dist/styleLint/functional/themes/dark.json +345 -0
  101. package/dist/styleLint/functional/themes/light-colorblind-high-contrast.json +347 -0
  102. package/dist/styleLint/functional/themes/light-colorblind.json +347 -0
  103. package/dist/styleLint/functional/themes/light-high-contrast.json +345 -0
  104. package/dist/styleLint/functional/themes/light-tritanopia-high-contrast.json +347 -0
  105. package/dist/styleLint/functional/themes/light-tritanopia.json +347 -0
  106. package/dist/styleLint/functional/themes/light.json +345 -0
  107. package/package.json +17 -17
  108. package/src/tokens/functional/color/bgColor.json5 +48 -0
  109. package/src/tokens/functional/color/borderColor.json5 +64 -0
  110. package/src/tokens/functional/color/fgColor.json5 +14 -0
  111. package/dist/figma/themes/dark-colorblind-high-contrast.json +0 -14341
  112. package/dist/figma/themes/dark-dimmed-high-contrast.json +0 -14335
  113. package/dist/figma/themes/dark-tritanopia-high-contrast.json +0 -14337
  114. package/dist/figma/themes/light-colorblind-high-contrast.json +0 -14321
  115. package/dist/figma/themes/light-tritanopia-high-contrast.json +0 -14320
@@ -1008,6 +1008,130 @@
1008
1008
  "attributes": {},
1009
1009
  "path": ["bgColor", "done", "muted"]
1010
1010
  },
1011
+ "bgColor-draft-emphasis": {
1012
+ "key": "{bgColor.draft.emphasis}",
1013
+ "$value": "#656c76",
1014
+ "$type": "color",
1015
+ "$extensions": {
1016
+ "org.primer.figma": {
1017
+ "collection": "mode",
1018
+ "group": "semantic",
1019
+ "scopes": ["bgColor"],
1020
+ "codeSyntax": {
1021
+ "web": "var(--bgColor-draft-emphasis)"
1022
+ }
1023
+ }
1024
+ },
1025
+ "filePath": "src/tokens/functional/color/bgColor.json5",
1026
+ "isSource": true,
1027
+ "original": {
1028
+ "$value": "{bgColor.neutral.emphasis}",
1029
+ "$type": "color",
1030
+ "$extensions": {
1031
+ "org.primer.figma": {
1032
+ "collection": "mode",
1033
+ "group": "semantic",
1034
+ "scopes": ["bgColor"],
1035
+ "codeSyntax": {
1036
+ "web": "var(--bgColor-draft-emphasis)"
1037
+ }
1038
+ }
1039
+ },
1040
+ "key": "{bgColor.draft.emphasis}"
1041
+ },
1042
+ "name": "bgColor-draft-emphasis",
1043
+ "attributes": {},
1044
+ "path": ["bgColor", "draft", "emphasis"]
1045
+ },
1046
+ "bgColor-draft-muted": {
1047
+ "key": "{bgColor.draft.muted}",
1048
+ "$value": "#656c7633",
1049
+ "$type": "color",
1050
+ "$extensions": {
1051
+ "org.primer.figma": {
1052
+ "collection": "mode",
1053
+ "group": "semantic",
1054
+ "scopes": ["bgColor"],
1055
+ "codeSyntax": {
1056
+ "web": "var(--bgColor-draft-muted)"
1057
+ }
1058
+ },
1059
+ "org.primer.overrides": {
1060
+ "light-tritanopia": "#656c7633",
1061
+ "light-tritanopia-high-contrast": "#656c7633",
1062
+ "dark-tritanopia": {
1063
+ "$value": "#656c7633",
1064
+ "alpha": 0.1,
1065
+ "filePath": "src/tokens/functional/color/bgColor.json5",
1066
+ "isSource": true,
1067
+ "$type": "color"
1068
+ },
1069
+ "light-protanopia-deuteranopia": "#656c7633",
1070
+ "light-protanopia-deuteranopia-high-contrast": "#656c7633",
1071
+ "dark-protanopia-deuteranopia": {
1072
+ "$value": "#656c7633",
1073
+ "alpha": 0.1,
1074
+ "filePath": "src/tokens/functional/color/bgColor.json5",
1075
+ "isSource": true,
1076
+ "$type": "color"
1077
+ },
1078
+ "dark-protanopia-deuteranopia-high-contrast": {
1079
+ "$value": "#656c7633",
1080
+ "alpha": 0.1,
1081
+ "filePath": "src/tokens/functional/color/bgColor.json5",
1082
+ "isSource": true,
1083
+ "$type": "color"
1084
+ }
1085
+ }
1086
+ },
1087
+ "filePath": "src/tokens/functional/color/bgColor.json5",
1088
+ "isSource": true,
1089
+ "original": {
1090
+ "$value": "{bgColor.neutral.muted}",
1091
+ "$type": "color",
1092
+ "$extensions": {
1093
+ "org.primer.figma": {
1094
+ "collection": "mode",
1095
+ "group": "semantic",
1096
+ "scopes": ["bgColor"],
1097
+ "codeSyntax": {
1098
+ "web": "var(--bgColor-draft-muted)"
1099
+ }
1100
+ },
1101
+ "org.primer.overrides": {
1102
+ "light-tritanopia": "{bgColor.neutral.muted}",
1103
+ "light-tritanopia-high-contrast": "{bgColor.neutral.muted}",
1104
+ "dark-tritanopia": {
1105
+ "$value": "{bgColor.neutral.muted}",
1106
+ "alpha": 0.1,
1107
+ "filePath": "src/tokens/functional/color/bgColor.json5",
1108
+ "isSource": true,
1109
+ "$type": "color"
1110
+ },
1111
+ "light-protanopia-deuteranopia": "{bgColor.neutral.muted}",
1112
+ "light-protanopia-deuteranopia-high-contrast": "{bgColor.neutral.muted}",
1113
+ "dark-protanopia-deuteranopia": {
1114
+ "$value": "{bgColor.neutral.muted}",
1115
+ "alpha": 0.1,
1116
+ "filePath": "src/tokens/functional/color/bgColor.json5",
1117
+ "isSource": true,
1118
+ "$type": "color"
1119
+ },
1120
+ "dark-protanopia-deuteranopia-high-contrast": {
1121
+ "$value": "{bgColor.neutral.muted}",
1122
+ "alpha": 0.1,
1123
+ "filePath": "src/tokens/functional/color/bgColor.json5",
1124
+ "isSource": true,
1125
+ "$type": "color"
1126
+ }
1127
+ }
1128
+ },
1129
+ "key": "{bgColor.draft.muted}"
1130
+ },
1131
+ "name": "bgColor-draft-muted",
1132
+ "attributes": {},
1133
+ "path": ["bgColor", "draft", "muted"]
1134
+ },
1011
1135
  "bgColor-emphasis": {
1012
1136
  "key": "{bgColor.emphasis}",
1013
1137
  "$value": "#3d444d",
@@ -3707,6 +3831,192 @@
3707
3831
  "attributes": {},
3708
3832
  "path": ["borderColor", "done", "muted"]
3709
3833
  },
3834
+ "borderColor-draft-emphasis": {
3835
+ "key": "{borderColor.draft.emphasis}",
3836
+ "$value": "#656c76",
3837
+ "$type": "color",
3838
+ "$extensions": {
3839
+ "org.primer.figma": {
3840
+ "collection": "mode",
3841
+ "group": "semantic",
3842
+ "scopes": ["borderColor"],
3843
+ "codeSyntax": {
3844
+ "web": "var(--borderColor-draft-emphasis)"
3845
+ }
3846
+ }
3847
+ },
3848
+ "filePath": "src/tokens/functional/color/borderColor.json5",
3849
+ "isSource": true,
3850
+ "original": {
3851
+ "$value": "{borderColor.neutral.emphasis}",
3852
+ "$type": "color",
3853
+ "$extensions": {
3854
+ "org.primer.figma": {
3855
+ "collection": "mode",
3856
+ "group": "semantic",
3857
+ "scopes": ["borderColor"],
3858
+ "codeSyntax": {
3859
+ "web": "var(--borderColor-draft-emphasis)"
3860
+ }
3861
+ }
3862
+ },
3863
+ "key": "{borderColor.draft.emphasis}"
3864
+ },
3865
+ "name": "borderColor-draft-emphasis",
3866
+ "attributes": {},
3867
+ "path": ["borderColor", "draft", "emphasis"]
3868
+ },
3869
+ "borderColor-draft-muted": {
3870
+ "key": "{borderColor.draft.muted}",
3871
+ "$value": "#3d444db3",
3872
+ "$type": "color",
3873
+ "$extensions": {
3874
+ "org.primer.figma": {
3875
+ "collection": "mode",
3876
+ "group": "semantic",
3877
+ "scopes": ["borderColor"],
3878
+ "codeSyntax": {
3879
+ "web": "var(--borderColor-draft-muted) */"
3880
+ }
3881
+ },
3882
+ "org.primer.overrides": {
3883
+ "dark-tritanopia": {
3884
+ "$value": "#3d444d",
3885
+ "alpha": 0.4,
3886
+ "filePath": "src/tokens/functional/color/borderColor.json5",
3887
+ "isSource": true,
3888
+ "$type": "color"
3889
+ },
3890
+ "dark-tritanopia-high-contrast": {
3891
+ "$value": "#3d444d",
3892
+ "alpha": 1,
3893
+ "filePath": "src/tokens/functional/color/borderColor.json5",
3894
+ "isSource": true,
3895
+ "$type": "color"
3896
+ },
3897
+ "light-tritanopia": {
3898
+ "$value": "#3d444d",
3899
+ "alpha": 0.4,
3900
+ "filePath": "src/tokens/functional/color/borderColor.json5",
3901
+ "isSource": true,
3902
+ "$type": "color"
3903
+ },
3904
+ "light-tritanopia-high-contrast": {
3905
+ "$value": "#3d444d",
3906
+ "alpha": 1,
3907
+ "filePath": "src/tokens/functional/color/borderColor.json5",
3908
+ "isSource": true,
3909
+ "$type": "color"
3910
+ },
3911
+ "dark-protanopia-deuteranopia": {
3912
+ "$value": "#3d444d",
3913
+ "alpha": 0.4,
3914
+ "filePath": "src/tokens/functional/color/borderColor.json5",
3915
+ "isSource": true,
3916
+ "$type": "color"
3917
+ },
3918
+ "dark-protanopia-deuteranopia-high-contrast": {
3919
+ "$value": "#3d444d",
3920
+ "alpha": 1,
3921
+ "filePath": "src/tokens/functional/color/borderColor.json5",
3922
+ "isSource": true,
3923
+ "$type": "color"
3924
+ },
3925
+ "light-protanopia-deuteranopia": {
3926
+ "$value": "#3d444d",
3927
+ "alpha": 0.4,
3928
+ "filePath": "src/tokens/functional/color/borderColor.json5",
3929
+ "isSource": true,
3930
+ "$type": "color"
3931
+ },
3932
+ "light-protanopia-deuteranopia-high-contrast": {
3933
+ "$value": "#3d444d",
3934
+ "alpha": 1,
3935
+ "filePath": "src/tokens/functional/color/borderColor.json5",
3936
+ "isSource": true,
3937
+ "$type": "color"
3938
+ }
3939
+ }
3940
+ },
3941
+ "filePath": "src/tokens/functional/color/borderColor.json5",
3942
+ "isSource": true,
3943
+ "original": {
3944
+ "$value": "{borderColor.neutral.muted}",
3945
+ "$type": "color",
3946
+ "$extensions": {
3947
+ "org.primer.figma": {
3948
+ "collection": "mode",
3949
+ "group": "semantic",
3950
+ "scopes": ["borderColor"],
3951
+ "codeSyntax": {
3952
+ "web": "var(--borderColor-draft-muted) */"
3953
+ }
3954
+ },
3955
+ "org.primer.overrides": {
3956
+ "dark-tritanopia": {
3957
+ "$value": "{borderColor.default}",
3958
+ "alpha": 0.4,
3959
+ "filePath": "src/tokens/functional/color/borderColor.json5",
3960
+ "isSource": true,
3961
+ "$type": "color"
3962
+ },
3963
+ "dark-tritanopia-high-contrast": {
3964
+ "$value": "{borderColor.default}",
3965
+ "alpha": 1,
3966
+ "filePath": "src/tokens/functional/color/borderColor.json5",
3967
+ "isSource": true,
3968
+ "$type": "color"
3969
+ },
3970
+ "light-tritanopia": {
3971
+ "$value": "{borderColor.default}",
3972
+ "alpha": 0.4,
3973
+ "filePath": "src/tokens/functional/color/borderColor.json5",
3974
+ "isSource": true,
3975
+ "$type": "color"
3976
+ },
3977
+ "light-tritanopia-high-contrast": {
3978
+ "$value": "{borderColor.default}",
3979
+ "alpha": 1,
3980
+ "filePath": "src/tokens/functional/color/borderColor.json5",
3981
+ "isSource": true,
3982
+ "$type": "color"
3983
+ },
3984
+ "dark-protanopia-deuteranopia": {
3985
+ "$value": "{borderColor.default}",
3986
+ "alpha": 0.4,
3987
+ "filePath": "src/tokens/functional/color/borderColor.json5",
3988
+ "isSource": true,
3989
+ "$type": "color"
3990
+ },
3991
+ "dark-protanopia-deuteranopia-high-contrast": {
3992
+ "$value": "{borderColor.default}",
3993
+ "alpha": 1,
3994
+ "filePath": "src/tokens/functional/color/borderColor.json5",
3995
+ "isSource": true,
3996
+ "$type": "color"
3997
+ },
3998
+ "light-protanopia-deuteranopia": {
3999
+ "$value": "{borderColor.default}",
4000
+ "alpha": 0.4,
4001
+ "filePath": "src/tokens/functional/color/borderColor.json5",
4002
+ "isSource": true,
4003
+ "$type": "color"
4004
+ },
4005
+ "light-protanopia-deuteranopia-high-contrast": {
4006
+ "$value": "{borderColor.default}",
4007
+ "alpha": 1,
4008
+ "filePath": "src/tokens/functional/color/borderColor.json5",
4009
+ "isSource": true,
4010
+ "$type": "color"
4011
+ }
4012
+ }
4013
+ },
4014
+ "key": "{borderColor.draft.muted}"
4015
+ },
4016
+ "name": "borderColor-draft-muted",
4017
+ "attributes": {},
4018
+ "path": ["borderColor", "draft", "muted"]
4019
+ },
3710
4020
  "borderColor-emphasis": {
3711
4021
  "key": "{borderColor.emphasis}",
3712
4022
  "$value": "#656c76",
@@ -35147,6 +35457,41 @@
35147
35457
  "attributes": {},
35148
35458
  "path": ["fgColor", "done"]
35149
35459
  },
35460
+ "fgColor-draft": {
35461
+ "key": "{fgColor.draft}",
35462
+ "$value": "#9198a1",
35463
+ "$type": "color",
35464
+ "$extensions": {
35465
+ "org.primer.figma": {
35466
+ "collection": "mode",
35467
+ "group": "semantic",
35468
+ "scopes": ["fgColor"],
35469
+ "codeSyntax": {
35470
+ "web": "var(--fgColor-draft)"
35471
+ }
35472
+ }
35473
+ },
35474
+ "filePath": "src/tokens/functional/color/fgColor.json5",
35475
+ "isSource": true,
35476
+ "original": {
35477
+ "$value": "{fgColor.neutral}",
35478
+ "$type": "color",
35479
+ "$extensions": {
35480
+ "org.primer.figma": {
35481
+ "collection": "mode",
35482
+ "group": "semantic",
35483
+ "scopes": ["fgColor"],
35484
+ "codeSyntax": {
35485
+ "web": "var(--fgColor-draft)"
35486
+ }
35487
+ }
35488
+ },
35489
+ "key": "{fgColor.draft}"
35490
+ },
35491
+ "name": "fgColor-draft",
35492
+ "attributes": {},
35493
+ "path": ["fgColor", "draft"]
35494
+ },
35150
35495
  "fgColor-link": {
35151
35496
  "key": "{fgColor.link}",
35152
35497
  "$value": "#4493f8",