@primer/primitives 10.1.0-rc.f1589f93 → 10.1.0

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 (119) hide show
  1. package/README.md +0 -21
  2. package/dist/build/filters/index.d.ts +0 -1
  3. package/dist/build/filters/index.js +0 -1
  4. package/dist/build/formats/jsonFigma.js +1 -2
  5. package/dist/build/platforms/css.js +6 -7
  6. package/dist/build/platforms/docJson.js +0 -1
  7. package/dist/build/platforms/fallbacks.js +0 -1
  8. package/dist/build/platforms/javascript.js +0 -1
  9. package/dist/build/platforms/json.js +0 -1
  10. package/dist/build/platforms/styleLint.js +0 -1
  11. package/dist/build/platforms/typescript.js +0 -1
  12. package/dist/build/primerStyleDictionary.js +7 -3
  13. package/dist/build/schemas/colorToken.d.ts +0 -18
  14. package/dist/build/schemas/colorToken.js +0 -7
  15. package/dist/build/transformers/borderToCss.js +2 -2
  16. package/dist/build/transformers/colorToRgbaFloat.js +2 -12
  17. package/dist/build/transformers/index.d.ts +0 -1
  18. package/dist/build/transformers/index.js +0 -1
  19. package/dist/css/functional/size/border.css +7 -6
  20. package/dist/css/functional/themes/dark-colorblind.css +60 -6
  21. package/dist/css/functional/themes/dark-dimmed.css +60 -6
  22. package/dist/css/functional/themes/dark-high-contrast.css +60 -6
  23. package/dist/css/functional/themes/dark-tritanopia.css +60 -6
  24. package/dist/css/functional/themes/dark.css +60 -6
  25. package/dist/css/functional/themes/light-colorblind.css +60 -6
  26. package/dist/css/functional/themes/light-high-contrast.css +60 -6
  27. package/dist/css/functional/themes/light-tritanopia.css +60 -6
  28. package/dist/css/functional/themes/light.css +60 -6
  29. package/dist/css/primitives.css +7 -6
  30. package/dist/docs/base/size/size.json +19 -19
  31. package/dist/docs/base/typography/typography.json +4 -4
  32. package/dist/docs/functional/size/border.json +41 -28
  33. package/dist/docs/functional/size/breakpoints.json +6 -6
  34. package/dist/docs/functional/size/size-coarse.json +3 -3
  35. package/dist/docs/functional/size/size-fine.json +3 -3
  36. package/dist/docs/functional/size/size.json +66 -66
  37. package/dist/docs/functional/size/viewport.json +6 -6
  38. package/dist/docs/functional/themes/dark-colorblind.json +475 -128
  39. package/dist/docs/functional/themes/dark-dimmed.json +519 -444
  40. package/dist/docs/functional/themes/dark-high-contrast.json +490 -241
  41. package/dist/docs/functional/themes/dark-tritanopia.json +485 -200
  42. package/dist/docs/functional/themes/dark.json +469 -102
  43. package/dist/docs/functional/themes/light-colorblind.json +463 -94
  44. package/dist/docs/functional/themes/light-high-contrast.json +487 -274
  45. package/dist/docs/functional/themes/light-tritanopia.json +463 -102
  46. package/dist/docs/functional/themes/light.json +460 -105
  47. package/dist/docs/functional/typography/typography.json +46 -46
  48. package/dist/fallbacks/functional/size/border.json +7 -6
  49. package/dist/figma/themes/dark-colorblind.json +14 -54
  50. package/dist/figma/themes/dark-dimmed.json +15 -356
  51. package/dist/figma/themes/dark-high-contrast.json +10 -129
  52. package/dist/figma/themes/dark-tritanopia.json +14 -111
  53. package/dist/figma/themes/dark.json +14 -34
  54. package/dist/figma/themes/light-colorblind.json +10 -20
  55. package/dist/figma/themes/light-high-contrast.json +10 -177
  56. package/dist/figma/themes/light-tritanopia.json +10 -24
  57. package/dist/figma/themes/light.json +10 -32
  58. package/dist/internalCss/dark-colorblind.css +88 -6
  59. package/dist/internalCss/dark-dimmed.css +88 -6
  60. package/dist/internalCss/dark-high-contrast.css +88 -6
  61. package/dist/internalCss/dark-tritanopia.css +88 -6
  62. package/dist/internalCss/dark.css +88 -6
  63. package/dist/internalCss/light-colorblind.css +88 -6
  64. package/dist/internalCss/light-high-contrast.css +88 -6
  65. package/dist/internalCss/light-tritanopia.css +88 -6
  66. package/dist/internalCss/light.css +88 -6
  67. package/dist/styleLint/base/size/size.json +19 -19
  68. package/dist/styleLint/base/typography/typography.json +4 -4
  69. package/dist/styleLint/functional/size/border.json +41 -28
  70. package/dist/styleLint/functional/size/breakpoints.json +6 -6
  71. package/dist/styleLint/functional/size/size-coarse.json +3 -3
  72. package/dist/styleLint/functional/size/size-fine.json +3 -3
  73. package/dist/styleLint/functional/size/size.json +66 -66
  74. package/dist/styleLint/functional/size/viewport.json +6 -6
  75. package/dist/styleLint/functional/themes/dark-colorblind.json +475 -128
  76. package/dist/styleLint/functional/themes/dark-dimmed.json +519 -444
  77. package/dist/styleLint/functional/themes/dark-high-contrast.json +490 -241
  78. package/dist/styleLint/functional/themes/dark-tritanopia.json +485 -200
  79. package/dist/styleLint/functional/themes/dark.json +469 -102
  80. package/dist/styleLint/functional/themes/light-colorblind.json +463 -94
  81. package/dist/styleLint/functional/themes/light-high-contrast.json +487 -274
  82. package/dist/styleLint/functional/themes/light-tritanopia.json +463 -102
  83. package/dist/styleLint/functional/themes/light.json +460 -105
  84. package/dist/styleLint/functional/typography/typography.json +46 -46
  85. package/package.json +1 -1
  86. package/src/tokens/base/typography/typography.json5 +48 -0
  87. package/src/tokens/functional/border/border.json5 +236 -0
  88. package/src/tokens/functional/color/dark/app-dark.json5 +0 -2
  89. package/src/tokens/functional/color/dark/overrides/dark.dimmed.json5 +120 -6
  90. package/src/tokens/functional/color/dark/overrides/dark.high-contrast.json5 +46 -29
  91. package/src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5 +15 -20
  92. package/src/tokens/functional/color/dark/overrides/dark.tritanopia.json5 +32 -18
  93. package/src/tokens/functional/color/dark/patterns-dark.json5 +13 -45
  94. package/src/tokens/functional/color/dark/primitives-dark.json5 +1 -6
  95. package/src/tokens/functional/color/light/overrides/light.high-contrast.json5 +67 -20
  96. package/src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5 +4 -21
  97. package/src/tokens/functional/color/light/overrides/light.tritanopia.json5 +3 -16
  98. package/src/tokens/functional/color/light/patterns-light.json5 +11 -47
  99. package/src/tokens/functional/color/light/primitives-light.json5 +2 -10
  100. package/src/tokens/functional/size/border.json5 +115 -0
  101. package/src/tokens/functional/typography/typography.json5 +527 -0
  102. package/dist/build/filters/isColorWithMix.d.ts +0 -7
  103. package/dist/build/filters/isColorWithMix.js +0 -24
  104. package/dist/build/transformers/colorToHexMix.d.ts +0 -8
  105. package/dist/build/transformers/colorToHexMix.js +0 -20
  106. package/dist/build/transformers/utilities/mix.d.ts +0 -5
  107. package/dist/build/transformers/utilities/mix.js +0 -38
  108. package/src/tokens/base/typography/typography.json +0 -48
  109. package/src/tokens/functional/border/dark.json5 +0 -12
  110. package/src/tokens/functional/border/light.json5 +0 -12
  111. package/src/tokens/functional/color/dark/patterns-dark.json +0 -3963
  112. package/src/tokens/functional/size/border.json +0 -111
  113. package/src/tokens/functional/typography/typography.json +0 -527
  114. /package/src/tokens/base/size/{size.json → size.json5} +0 -0
  115. /package/src/tokens/functional/size/{breakpoints.json → breakpoints.json5} +0 -0
  116. /package/src/tokens/functional/size/{size-coarse.json → size-coarse.json5} +0 -0
  117. /package/src/tokens/functional/size/{size-fine.json → size-fine.json5} +0 -0
  118. /package/src/tokens/functional/size/{size.json → size.json5} +0 -0
  119. /package/src/tokens/functional/size/{viewport.json → viewport.json5} +0 -0
@@ -8,7 +8,7 @@
8
8
  "scopes": ["size"]
9
9
  }
10
10
  },
11
- "filePath": "src/tokens/base/size/size.json",
11
+ "filePath": "src/tokens/base/size/size.json5",
12
12
  "isSource": true,
13
13
  "original": {
14
14
  "$value": "2px",
@@ -33,7 +33,7 @@
33
33
  "scopes": ["size"]
34
34
  }
35
35
  },
36
- "filePath": "src/tokens/base/size/size.json",
36
+ "filePath": "src/tokens/base/size/size.json5",
37
37
  "isSource": true,
38
38
  "original": {
39
39
  "$value": "4px",
@@ -58,7 +58,7 @@
58
58
  "scopes": ["size"]
59
59
  }
60
60
  },
61
- "filePath": "src/tokens/base/size/size.json",
61
+ "filePath": "src/tokens/base/size/size.json5",
62
62
  "isSource": true,
63
63
  "original": {
64
64
  "$value": "6px",
@@ -83,7 +83,7 @@
83
83
  "scopes": ["size"]
84
84
  }
85
85
  },
86
- "filePath": "src/tokens/base/size/size.json",
86
+ "filePath": "src/tokens/base/size/size.json5",
87
87
  "isSource": true,
88
88
  "original": {
89
89
  "$value": "8px",
@@ -108,7 +108,7 @@
108
108
  "scopes": ["size"]
109
109
  }
110
110
  },
111
- "filePath": "src/tokens/base/size/size.json",
111
+ "filePath": "src/tokens/base/size/size.json5",
112
112
  "isSource": true,
113
113
  "original": {
114
114
  "$value": "12px",
@@ -133,7 +133,7 @@
133
133
  "scopes": ["size"]
134
134
  }
135
135
  },
136
- "filePath": "src/tokens/base/size/size.json",
136
+ "filePath": "src/tokens/base/size/size.json5",
137
137
  "isSource": true,
138
138
  "original": {
139
139
  "$value": "16px",
@@ -158,7 +158,7 @@
158
158
  "scopes": ["size"]
159
159
  }
160
160
  },
161
- "filePath": "src/tokens/base/size/size.json",
161
+ "filePath": "src/tokens/base/size/size.json5",
162
162
  "isSource": true,
163
163
  "original": {
164
164
  "$value": "20px",
@@ -183,7 +183,7 @@
183
183
  "scopes": ["size"]
184
184
  }
185
185
  },
186
- "filePath": "src/tokens/base/size/size.json",
186
+ "filePath": "src/tokens/base/size/size.json5",
187
187
  "isSource": true,
188
188
  "original": {
189
189
  "$value": "24px",
@@ -208,7 +208,7 @@
208
208
  "scopes": ["size"]
209
209
  }
210
210
  },
211
- "filePath": "src/tokens/base/size/size.json",
211
+ "filePath": "src/tokens/base/size/size.json5",
212
212
  "isSource": true,
213
213
  "original": {
214
214
  "$value": "28px",
@@ -233,7 +233,7 @@
233
233
  "scopes": ["size"]
234
234
  }
235
235
  },
236
- "filePath": "src/tokens/base/size/size.json",
236
+ "filePath": "src/tokens/base/size/size.json5",
237
237
  "isSource": true,
238
238
  "original": {
239
239
  "$value": "32px",
@@ -258,7 +258,7 @@
258
258
  "scopes": ["size"]
259
259
  }
260
260
  },
261
- "filePath": "src/tokens/base/size/size.json",
261
+ "filePath": "src/tokens/base/size/size.json5",
262
262
  "isSource": true,
263
263
  "original": {
264
264
  "$value": "36px",
@@ -283,7 +283,7 @@
283
283
  "scopes": ["size"]
284
284
  }
285
285
  },
286
- "filePath": "src/tokens/base/size/size.json",
286
+ "filePath": "src/tokens/base/size/size.json5",
287
287
  "isSource": true,
288
288
  "original": {
289
289
  "$value": "40px",
@@ -308,7 +308,7 @@
308
308
  "scopes": ["size"]
309
309
  }
310
310
  },
311
- "filePath": "src/tokens/base/size/size.json",
311
+ "filePath": "src/tokens/base/size/size.json5",
312
312
  "isSource": true,
313
313
  "original": {
314
314
  "$value": "44px",
@@ -333,7 +333,7 @@
333
333
  "scopes": ["size"]
334
334
  }
335
335
  },
336
- "filePath": "src/tokens/base/size/size.json",
336
+ "filePath": "src/tokens/base/size/size.json5",
337
337
  "isSource": true,
338
338
  "original": {
339
339
  "$value": "48px",
@@ -358,7 +358,7 @@
358
358
  "scopes": ["size"]
359
359
  }
360
360
  },
361
- "filePath": "src/tokens/base/size/size.json",
361
+ "filePath": "src/tokens/base/size/size.json5",
362
362
  "isSource": true,
363
363
  "original": {
364
364
  "$value": "64px",
@@ -383,7 +383,7 @@
383
383
  "scopes": ["size"]
384
384
  }
385
385
  },
386
- "filePath": "src/tokens/base/size/size.json",
386
+ "filePath": "src/tokens/base/size/size.json5",
387
387
  "isSource": true,
388
388
  "original": {
389
389
  "$value": "80px",
@@ -408,7 +408,7 @@
408
408
  "scopes": ["size"]
409
409
  }
410
410
  },
411
- "filePath": "src/tokens/base/size/size.json",
411
+ "filePath": "src/tokens/base/size/size.json5",
412
412
  "isSource": true,
413
413
  "original": {
414
414
  "$value": "96px",
@@ -433,7 +433,7 @@
433
433
  "scopes": ["size"]
434
434
  }
435
435
  },
436
- "filePath": "src/tokens/base/size/size.json",
436
+ "filePath": "src/tokens/base/size/size.json5",
437
437
  "isSource": true,
438
438
  "original": {
439
439
  "$value": "112px",
@@ -458,7 +458,7 @@
458
458
  "scopes": ["size"]
459
459
  }
460
460
  },
461
- "filePath": "src/tokens/base/size/size.json",
461
+ "filePath": "src/tokens/base/size/size.json5",
462
462
  "isSource": true,
463
463
  "original": {
464
464
  "$value": "128px",
@@ -8,7 +8,7 @@
8
8
  "scopes": ["fontWeight"]
9
9
  }
10
10
  },
11
- "filePath": "src/tokens/base/typography/typography.json",
11
+ "filePath": "src/tokens/base/typography/typography.json5",
12
12
  "isSource": true,
13
13
  "original": {
14
14
  "$type": "fontWeight",
@@ -33,7 +33,7 @@
33
33
  "scopes": ["fontWeight"]
34
34
  }
35
35
  },
36
- "filePath": "src/tokens/base/typography/typography.json",
36
+ "filePath": "src/tokens/base/typography/typography.json5",
37
37
  "isSource": true,
38
38
  "original": {
39
39
  "$value": 400,
@@ -58,7 +58,7 @@
58
58
  "scopes": ["fontWeight"]
59
59
  }
60
60
  },
61
- "filePath": "src/tokens/base/typography/typography.json",
61
+ "filePath": "src/tokens/base/typography/typography.json5",
62
62
  "isSource": true,
63
63
  "original": {
64
64
  "$value": 500,
@@ -83,7 +83,7 @@
83
83
  "scopes": ["fontWeight"]
84
84
  }
85
85
  },
86
- "filePath": "src/tokens/base/typography/typography.json",
86
+ "filePath": "src/tokens/base/typography/typography.json5",
87
87
  "isSource": true,
88
88
  "original": {
89
89
  "$value": 600,
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "boxShadow-thin": {
3
- "$value": "inset 0 0 0 max(1px, 0.0625rem)",
3
+ "$value": ["0.0625rem", "1px"],
4
4
  "$description": "Thin shadow for borders",
5
5
  "$type": "string",
6
- "filePath": "src/tokens/functional/size/border.json",
6
+ "filePath": "src/tokens/functional/size/border.json5",
7
7
  "isSource": true,
8
8
  "original": {
9
9
  "$value": "inset 0 0 0 {borderWidth.thin}",
@@ -15,9 +15,9 @@
15
15
  "path": ["boxShadow", "thin"]
16
16
  },
17
17
  "boxShadow-thick": {
18
- "$value": "inset 0 0 0 max(2px, 0.125rem)",
18
+ "$value": ["0.125rem", "2px"],
19
19
  "$type": "string",
20
- "filePath": "src/tokens/functional/size/border.json",
20
+ "filePath": "src/tokens/functional/size/border.json5",
21
21
  "isSource": true,
22
22
  "original": {
23
23
  "$value": "inset 0 0 0 {borderWidth.thick}",
@@ -28,9 +28,9 @@
28
28
  "path": ["boxShadow", "thick"]
29
29
  },
30
30
  "boxShadow-thicker": {
31
- "$value": "inset 0 0 0 max(4px, 0.25rem)",
31
+ "$value": ["0.25rem", "4px"],
32
32
  "$type": "string",
33
- "filePath": "src/tokens/functional/size/border.json",
33
+ "filePath": "src/tokens/functional/size/border.json5",
34
34
  "isSource": true,
35
35
  "original": {
36
36
  "$value": "inset 0 0 0 {borderWidth.thicker}",
@@ -40,40 +40,53 @@
40
40
  "attributes": {},
41
41
  "path": ["boxShadow", "thicker"]
42
42
  },
43
+ "borderWidth-default": {
44
+ "$value": ["0.00390625rem", "0.0625px"],
45
+ "$type": "dimension",
46
+ "filePath": "src/tokens/functional/size/border.json5",
47
+ "isSource": true,
48
+ "original": {
49
+ "$value": "{borderWidth.thin}",
50
+ "$type": "dimension"
51
+ },
52
+ "name": "borderWidth-default",
53
+ "attributes": {},
54
+ "path": ["borderWidth", "default"]
55
+ },
43
56
  "borderWidth-thin": {
44
- "$value": "max(1px, 0.0625rem)",
45
- "$type": "string",
46
- "filePath": "src/tokens/functional/size/border.json",
57
+ "$value": ["0.0625rem", "1px"],
58
+ "$type": "dimension",
59
+ "filePath": "src/tokens/functional/size/border.json5",
47
60
  "isSource": true,
48
61
  "original": {
49
- "$value": "max(1px, 0.0625rem)",
50
- "$type": "string"
62
+ "$value": "1px",
63
+ "$type": "dimension"
51
64
  },
52
65
  "name": "borderWidth-thin",
53
66
  "attributes": {},
54
67
  "path": ["borderWidth", "thin"]
55
68
  },
56
69
  "borderWidth-thick": {
57
- "$value": "max(2px, 0.125rem)",
58
- "$type": "string",
59
- "filePath": "src/tokens/functional/size/border.json",
70
+ "$value": ["0.125rem", "2px"],
71
+ "$type": "dimension",
72
+ "filePath": "src/tokens/functional/size/border.json5",
60
73
  "isSource": true,
61
74
  "original": {
62
- "$value": "max(2px, 0.125rem)",
63
- "$type": "string"
75
+ "$value": "2px",
76
+ "$type": "dimension"
64
77
  },
65
78
  "name": "borderWidth-thick",
66
79
  "attributes": {},
67
80
  "path": ["borderWidth", "thick"]
68
81
  },
69
82
  "borderWidth-thicker": {
70
- "$value": "max(4px, 0.25rem)",
71
- "$type": "string",
72
- "filePath": "src/tokens/functional/size/border.json",
83
+ "$value": ["0.25rem", "4px"],
84
+ "$type": "dimension",
85
+ "filePath": "src/tokens/functional/size/border.json5",
73
86
  "isSource": true,
74
87
  "original": {
75
- "$value": "max(4px, 0.25rem)",
76
- "$type": "string"
88
+ "$value": "4px",
89
+ "$type": "dimension"
77
90
  },
78
91
  "name": "borderWidth-thicker",
79
92
  "attributes": {},
@@ -91,7 +104,7 @@
91
104
  }
92
105
  }
93
106
  },
94
- "filePath": "src/tokens/functional/size/border.json",
107
+ "filePath": "src/tokens/functional/size/border.json5",
95
108
  "isSource": true,
96
109
  "original": {
97
110
  "$value": "3px",
@@ -122,7 +135,7 @@
122
135
  }
123
136
  }
124
137
  },
125
- "filePath": "src/tokens/functional/size/border.json",
138
+ "filePath": "src/tokens/functional/size/border.json5",
126
139
  "isSource": true,
127
140
  "original": {
128
141
  "$value": "6px",
@@ -153,7 +166,7 @@
153
166
  }
154
167
  }
155
168
  },
156
- "filePath": "src/tokens/functional/size/border.json",
169
+ "filePath": "src/tokens/functional/size/border.json5",
157
170
  "isSource": true,
158
171
  "original": {
159
172
  "$value": "12px",
@@ -185,7 +198,7 @@
185
198
  }
186
199
  }
187
200
  },
188
- "filePath": "src/tokens/functional/size/border.json",
201
+ "filePath": "src/tokens/functional/size/border.json5",
189
202
  "isSource": true,
190
203
  "original": {
191
204
  "$value": "9999px",
@@ -217,7 +230,7 @@
217
230
  }
218
231
  }
219
232
  },
220
- "filePath": "src/tokens/functional/size/border.json",
233
+ "filePath": "src/tokens/functional/size/border.json5",
221
234
  "isSource": true,
222
235
  "original": {
223
236
  "$value": "{borderRadius.medium}",
@@ -239,7 +252,7 @@
239
252
  "outline-focus-offset": {
240
253
  "$value": ["-0.125rem", "-2px"],
241
254
  "$type": "dimension",
242
- "filePath": "src/tokens/functional/size/border.json",
255
+ "filePath": "src/tokens/functional/size/border.json5",
243
256
  "isSource": true,
244
257
  "original": {
245
258
  "$value": "-2px",
@@ -252,7 +265,7 @@
252
265
  "outline-focus-width": {
253
266
  "$value": ["0.125rem", "2px"],
254
267
  "$type": "dimension",
255
- "filePath": "src/tokens/functional/size/border.json",
268
+ "filePath": "src/tokens/functional/size/border.json5",
256
269
  "isSource": true,
257
270
  "original": {
258
271
  "$value": "2px",
@@ -8,7 +8,7 @@
8
8
  "scopes": ["size"]
9
9
  }
10
10
  },
11
- "filePath": "src/tokens/functional/size/breakpoints.json",
11
+ "filePath": "src/tokens/functional/size/breakpoints.json5",
12
12
  "isSource": true,
13
13
  "original": {
14
14
  "$value": "320px",
@@ -33,7 +33,7 @@
33
33
  "scopes": ["size"]
34
34
  }
35
35
  },
36
- "filePath": "src/tokens/functional/size/breakpoints.json",
36
+ "filePath": "src/tokens/functional/size/breakpoints.json5",
37
37
  "isSource": true,
38
38
  "original": {
39
39
  "$value": "544px",
@@ -58,7 +58,7 @@
58
58
  "scopes": ["size"]
59
59
  }
60
60
  },
61
- "filePath": "src/tokens/functional/size/breakpoints.json",
61
+ "filePath": "src/tokens/functional/size/breakpoints.json5",
62
62
  "isSource": true,
63
63
  "original": {
64
64
  "$value": "768px",
@@ -83,7 +83,7 @@
83
83
  "scopes": ["size"]
84
84
  }
85
85
  },
86
- "filePath": "src/tokens/functional/size/breakpoints.json",
86
+ "filePath": "src/tokens/functional/size/breakpoints.json5",
87
87
  "isSource": true,
88
88
  "original": {
89
89
  "$value": "1012px",
@@ -108,7 +108,7 @@
108
108
  "scopes": ["size"]
109
109
  }
110
110
  },
111
- "filePath": "src/tokens/functional/size/breakpoints.json",
111
+ "filePath": "src/tokens/functional/size/breakpoints.json5",
112
112
  "isSource": true,
113
113
  "original": {
114
114
  "$value": "1280px",
@@ -133,7 +133,7 @@
133
133
  "scopes": ["size"]
134
134
  }
135
135
  },
136
- "filePath": "src/tokens/functional/size/breakpoints.json",
136
+ "filePath": "src/tokens/functional/size/breakpoints.json5",
137
137
  "isSource": true,
138
138
  "original": {
139
139
  "$value": "1400px",
@@ -2,7 +2,7 @@
2
2
  "control-minTarget-auto": {
3
3
  "$value": ["0.171875rem", "2.75px"],
4
4
  "$type": "dimension",
5
- "filePath": "src/tokens/functional/size/size-coarse.json",
5
+ "filePath": "src/tokens/functional/size/size-coarse.json5",
6
6
  "isSource": true,
7
7
  "original": {
8
8
  "$value": "{base.size.44}",
@@ -15,7 +15,7 @@
15
15
  "controlStack-small-gap-auto": {
16
16
  "$value": ["0.0625rem", "1px"],
17
17
  "$type": "dimension",
18
- "filePath": "src/tokens/functional/size/size-coarse.json",
18
+ "filePath": "src/tokens/functional/size/size-coarse.json5",
19
19
  "isSource": true,
20
20
  "original": {
21
21
  "$value": "{base.size.16}",
@@ -28,7 +28,7 @@
28
28
  "controlStack-medium-gap-auto": {
29
29
  "$value": ["0.046875rem", "0.75px"],
30
30
  "$type": "dimension",
31
- "filePath": "src/tokens/functional/size/size-coarse.json",
31
+ "filePath": "src/tokens/functional/size/size-coarse.json5",
32
32
  "isSource": true,
33
33
  "original": {
34
34
  "$value": "{base.size.12}",
@@ -2,7 +2,7 @@
2
2
  "control-minTarget-auto": {
3
3
  "$value": ["0.0625rem", "1px"],
4
4
  "$type": "dimension",
5
- "filePath": "src/tokens/functional/size/size-fine.json",
5
+ "filePath": "src/tokens/functional/size/size-fine.json5",
6
6
  "isSource": true,
7
7
  "original": {
8
8
  "$value": "{base.size.16}",
@@ -15,7 +15,7 @@
15
15
  "controlStack-small-gap-auto": {
16
16
  "$value": ["0.03125rem", "0.5px"],
17
17
  "$type": "dimension",
18
- "filePath": "src/tokens/functional/size/size-fine.json",
18
+ "filePath": "src/tokens/functional/size/size-fine.json5",
19
19
  "isSource": true,
20
20
  "original": {
21
21
  "$value": "{base.size.8}",
@@ -28,7 +28,7 @@
28
28
  "controlStack-medium-gap-auto": {
29
29
  "$value": ["0.03125rem", "0.5px"],
30
30
  "$type": "dimension",
31
- "filePath": "src/tokens/functional/size/size-fine.json",
31
+ "filePath": "src/tokens/functional/size/size-fine.json5",
32
32
  "isSource": true,
33
33
  "original": {
34
34
  "$value": "{base.size.8}",