@esri/calcite-design-tokens 3.2.0-next.1 → 3.2.0-next.11

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": 1750192331387,
2
+ "timestamp": 1753202981742,
3
3
  "tokens": [
4
4
  {
5
5
  "key": "{semantic.border.width.none}",
@@ -7,6 +7,7 @@
7
7
  "type": "dimension",
8
8
  "attributes": {
9
9
  "category": "border",
10
+ "group": "width",
10
11
  "type": "border",
11
12
  "item": "width",
12
13
  "subitem": "none",
@@ -34,6 +35,7 @@
34
35
  "type": "dimension",
35
36
  "attributes": {
36
37
  "category": "border",
38
+ "group": "width",
37
39
  "type": "border",
38
40
  "item": "width",
39
41
  "subitem": "sm",
@@ -61,6 +63,7 @@
61
63
  "type": "dimension",
62
64
  "attributes": {
63
65
  "category": "border",
66
+ "group": "width",
64
67
  "type": "border",
65
68
  "item": "width",
66
69
  "subitem": "md",
@@ -88,6 +91,7 @@
88
91
  "type": "dimension",
89
92
  "attributes": {
90
93
  "category": "border",
94
+ "group": "width",
91
95
  "type": "border",
92
96
  "item": "width",
93
97
  "subitem": "lg",
@@ -109,484 +113,6 @@
109
113
  "name": "Border Width Lg",
110
114
  "path": ["semantic", "border", "width", "lg"]
111
115
  },
112
- {
113
- "key": "{semantic.container-size.height.xxs}",
114
- "value": "{\"min\":\"0\",\"max\":\"154px\"}",
115
- "type": "dimension",
116
- "description": "Small handheld devices and mini-windows",
117
- "attributes": {
118
- "category": "breakpoint",
119
- "type": "dimension",
120
- "item": "height",
121
- "subitem": "xxs",
122
- "value": {
123
- "min": "0",
124
- "max": "154px"
125
- },
126
- "description": "Small handheld devices and mini-windows",
127
- "filePath": "src/tokens/semantic/container-size.json",
128
- "isSource": true,
129
- "key": "{semantic.container-size.height.xxs}",
130
- "name": "calcite-semantic-container-size-height-xxs",
131
- "path": ["semantic", "container-size", "height", "xxs"],
132
- "comment": "Small handheld devices and mini-windows",
133
- "names": {
134
- "scss": "$calcite-container-size-height-xxs",
135
- "css": "var(--calcite-container-size-height-xxs)",
136
- "js": "semantic.container-size.height.xxs",
137
- "docs": "semantic.container-size.height.xxs",
138
- "es6": "calciteContainerSizeHeightXxs"
139
- },
140
- "calcite-schema": {
141
- "system": "calcite",
142
- "tier": "semantic",
143
- "type": "dimension"
144
- }
145
- },
146
- "filePath": "src/tokens/semantic/container-size.json",
147
- "isSource": true,
148
- "name": "Container Size Height Xxs",
149
- "path": ["semantic", "container-size", "height", "xxs"],
150
- "comment": "Small handheld devices and mini-windows"
151
- },
152
- {
153
- "key": "{semantic.container-size.height.xs}",
154
- "value": "{\"min\":\"155px\",\"max\":\"328px\"}",
155
- "type": "dimension",
156
- "description": "Handheld devices",
157
- "attributes": {
158
- "category": "breakpoint",
159
- "type": "dimension",
160
- "item": "height",
161
- "subitem": "xs",
162
- "value": {
163
- "min": "154px + 1",
164
- "max": "328px"
165
- },
166
- "description": "Handheld devices",
167
- "filePath": "src/tokens/semantic/container-size.json",
168
- "isSource": true,
169
- "key": "{semantic.container-size.height.xs}",
170
- "name": "calcite-semantic-container-size-height-xs",
171
- "path": ["semantic", "container-size", "height", "xs"],
172
- "comment": "Handheld devices",
173
- "names": {
174
- "scss": "$calcite-container-size-height-xs",
175
- "css": "var(--calcite-container-size-height-xs)",
176
- "js": "semantic.container-size.height.xs",
177
- "docs": "semantic.container-size.height.xs",
178
- "es6": "calciteContainerSizeHeightXs"
179
- },
180
- "calcite-schema": {
181
- "system": "calcite",
182
- "tier": "semantic",
183
- "type": "dimension"
184
- }
185
- },
186
- "filePath": "src/tokens/semantic/container-size.json",
187
- "isSource": true,
188
- "name": "Container Size Height Xs",
189
- "path": ["semantic", "container-size", "height", "xs"],
190
- "comment": "Handheld devices"
191
- },
192
- {
193
- "key": "{semantic.container-size.height.sm}",
194
- "value": "{\"min\":\"329px\",\"max\":\"504px\"}",
195
- "type": "dimension",
196
- "description": "Small tablets",
197
- "attributes": {
198
- "category": "breakpoint",
199
- "type": "dimension",
200
- "item": "height",
201
- "subitem": "sm",
202
- "value": {
203
- "min": "328px + 1",
204
- "max": "504px"
205
- },
206
- "description": "Small tablets",
207
- "filePath": "src/tokens/semantic/container-size.json",
208
- "isSource": true,
209
- "key": "{semantic.container-size.height.sm}",
210
- "name": "calcite-semantic-container-size-height-sm",
211
- "path": ["semantic", "container-size", "height", "sm"],
212
- "comment": "Small tablets",
213
- "names": {
214
- "scss": "$calcite-container-size-height-sm",
215
- "css": "var(--calcite-container-size-height-sm)",
216
- "js": "semantic.container-size.height.sm",
217
- "docs": "semantic.container-size.height.sm",
218
- "es6": "calciteContainerSizeHeightSm"
219
- },
220
- "calcite-schema": {
221
- "system": "calcite",
222
- "tier": "semantic",
223
- "type": "dimension"
224
- }
225
- },
226
- "filePath": "src/tokens/semantic/container-size.json",
227
- "isSource": true,
228
- "name": "Container Size Height Sm",
229
- "path": ["semantic", "container-size", "height", "sm"],
230
- "comment": "Small tablets"
231
- },
232
- {
233
- "key": "{semantic.container-size.height.md}",
234
- "value": "{\"min\":\"505px\",\"max\":\"678px\"}",
235
- "type": "dimension",
236
- "description": "Small laptops",
237
- "attributes": {
238
- "category": "breakpoint",
239
- "type": "dimension",
240
- "item": "height",
241
- "subitem": "md",
242
- "value": {
243
- "min": "504px + 1",
244
- "max": "678px"
245
- },
246
- "description": "Small laptops",
247
- "filePath": "src/tokens/semantic/container-size.json",
248
- "isSource": true,
249
- "key": "{semantic.container-size.height.md}",
250
- "name": "calcite-semantic-container-size-height-md",
251
- "path": ["semantic", "container-size", "height", "md"],
252
- "comment": "Small laptops",
253
- "names": {
254
- "scss": "$calcite-container-size-height-md",
255
- "css": "var(--calcite-container-size-height-md)",
256
- "js": "semantic.container-size.height.md",
257
- "docs": "semantic.container-size.height.md",
258
- "es6": "calciteContainerSizeHeightMd"
259
- },
260
- "calcite-schema": {
261
- "system": "calcite",
262
- "tier": "semantic",
263
- "type": "dimension"
264
- }
265
- },
266
- "filePath": "src/tokens/semantic/container-size.json",
267
- "isSource": true,
268
- "name": "Container Size Height Md",
269
- "path": ["semantic", "container-size", "height", "md"],
270
- "comment": "Small laptops"
271
- },
272
- {
273
- "key": "{semantic.container-size.height.lg}",
274
- "value": "{\"min\":\"679px\",\"max\":\"854px\"}",
275
- "type": "dimension",
276
- "description": "Large laptops and desktop computers",
277
- "attributes": {
278
- "category": "breakpoint",
279
- "type": "dimension",
280
- "item": "height",
281
- "subitem": "lg",
282
- "value": {
283
- "min": "678px + 1",
284
- "max": "854px"
285
- },
286
- "description": "Large laptops and desktop computers",
287
- "filePath": "src/tokens/semantic/container-size.json",
288
- "isSource": true,
289
- "key": "{semantic.container-size.height.lg}",
290
- "name": "calcite-semantic-container-size-height-lg",
291
- "path": ["semantic", "container-size", "height", "lg"],
292
- "comment": "Large laptops and desktop computers",
293
- "names": {
294
- "scss": "$calcite-container-size-height-lg",
295
- "css": "var(--calcite-container-size-height-lg)",
296
- "js": "semantic.container-size.height.lg",
297
- "docs": "semantic.container-size.height.lg",
298
- "es6": "calciteContainerSizeHeightLg"
299
- },
300
- "calcite-schema": {
301
- "system": "calcite",
302
- "tier": "semantic",
303
- "type": "dimension"
304
- }
305
- },
306
- "filePath": "src/tokens/semantic/container-size.json",
307
- "isSource": true,
308
- "name": "Container Size Height Lg",
309
- "path": ["semantic", "container-size", "height", "lg"],
310
- "comment": "Large laptops and desktop computers"
311
- },
312
- {
313
- "key": "{semantic.container-size.height.xl}",
314
- "value": "{\"min\":\"855px\"}",
315
- "type": "dimension",
316
- "description": "Projectors and televisions",
317
- "attributes": {
318
- "category": "breakpoint",
319
- "type": "dimension",
320
- "item": "height",
321
- "subitem": "xl",
322
- "value": {
323
- "min": "854px + 1"
324
- },
325
- "description": "Projectors and televisions",
326
- "filePath": "src/tokens/semantic/container-size.json",
327
- "isSource": true,
328
- "key": "{semantic.container-size.height.xl}",
329
- "name": "calcite-semantic-container-size-height-xl",
330
- "path": ["semantic", "container-size", "height", "xl"],
331
- "comment": "Projectors and televisions",
332
- "names": {
333
- "scss": "$calcite-container-size-height-xl",
334
- "css": "var(--calcite-container-size-height-xl)",
335
- "js": "semantic.container-size.height.xl",
336
- "docs": "semantic.container-size.height.xl",
337
- "es6": "calciteContainerSizeHeightXl"
338
- },
339
- "calcite-schema": {
340
- "system": "calcite",
341
- "tier": "semantic",
342
- "type": "dimension"
343
- }
344
- },
345
- "filePath": "src/tokens/semantic/container-size.json",
346
- "isSource": true,
347
- "name": "Container Size Height Xl",
348
- "path": ["semantic", "container-size", "height", "xl"],
349
- "comment": "Projectors and televisions"
350
- },
351
- {
352
- "key": "{semantic.container-size.width.xxs}",
353
- "value": "{\"min\":\"0\",\"max\":\"320px\"}",
354
- "type": "dimension",
355
- "description": "Small handheld devices and mini-windows",
356
- "attributes": {
357
- "category": "breakpoint",
358
- "type": "dimension",
359
- "item": "width",
360
- "subitem": "xxs",
361
- "value": {
362
- "min": "0",
363
- "max": "320px"
364
- },
365
- "description": "Small handheld devices and mini-windows",
366
- "filePath": "src/tokens/semantic/container-size.json",
367
- "isSource": true,
368
- "key": "{semantic.container-size.width.xxs}",
369
- "name": "calcite-semantic-container-size-width-xxs",
370
- "path": ["semantic", "container-size", "width", "xxs"],
371
- "comment": "Small handheld devices and mini-windows",
372
- "names": {
373
- "scss": "$calcite-container-size-width-xxs",
374
- "css": "var(--calcite-container-size-width-xxs)",
375
- "js": "semantic.container-size.width.xxs",
376
- "docs": "semantic.container-size.width.xxs",
377
- "es6": "calciteContainerSizeWidthXxs"
378
- },
379
- "calcite-schema": {
380
- "system": "calcite",
381
- "tier": "semantic",
382
- "type": "dimension"
383
- }
384
- },
385
- "filePath": "src/tokens/semantic/container-size.json",
386
- "isSource": true,
387
- "name": "Container Size Width Xxs",
388
- "path": ["semantic", "container-size", "width", "xxs"],
389
- "comment": "Small handheld devices and mini-windows"
390
- },
391
- {
392
- "key": "{semantic.container-size.width.xs}",
393
- "value": "{\"min\":\"321px\",\"max\":\"476px\"}",
394
- "type": "dimension",
395
- "description": "Handheld devices",
396
- "attributes": {
397
- "category": "breakpoint",
398
- "type": "dimension",
399
- "item": "width",
400
- "subitem": "xs",
401
- "value": {
402
- "min": "320px + 1",
403
- "max": "476px"
404
- },
405
- "description": "Handheld devices",
406
- "filePath": "src/tokens/semantic/container-size.json",
407
- "isSource": true,
408
- "key": "{semantic.container-size.width.xs}",
409
- "name": "calcite-semantic-container-size-width-xs",
410
- "path": ["semantic", "container-size", "width", "xs"],
411
- "comment": "Handheld devices",
412
- "names": {
413
- "scss": "$calcite-container-size-width-xs",
414
- "css": "var(--calcite-container-size-width-xs)",
415
- "js": "semantic.container-size.width.xs",
416
- "docs": "semantic.container-size.width.xs",
417
- "es6": "calciteContainerSizeWidthXs"
418
- },
419
- "calcite-schema": {
420
- "system": "calcite",
421
- "tier": "semantic",
422
- "type": "dimension"
423
- }
424
- },
425
- "filePath": "src/tokens/semantic/container-size.json",
426
- "isSource": true,
427
- "name": "Container Size Width Xs",
428
- "path": ["semantic", "container-size", "width", "xs"],
429
- "comment": "Handheld devices"
430
- },
431
- {
432
- "key": "{semantic.container-size.width.sm}",
433
- "value": "{\"min\":\"477px\",\"max\":\"768px\"}",
434
- "type": "dimension",
435
- "description": "Small tablets",
436
- "attributes": {
437
- "category": "breakpoint",
438
- "type": "dimension",
439
- "item": "width",
440
- "subitem": "sm",
441
- "value": {
442
- "min": "476px + 1",
443
- "max": "768px"
444
- },
445
- "description": "Small tablets",
446
- "filePath": "src/tokens/semantic/container-size.json",
447
- "isSource": true,
448
- "key": "{semantic.container-size.width.sm}",
449
- "name": "calcite-semantic-container-size-width-sm",
450
- "path": ["semantic", "container-size", "width", "sm"],
451
- "comment": "Small tablets",
452
- "names": {
453
- "scss": "$calcite-container-size-width-sm",
454
- "css": "var(--calcite-container-size-width-sm)",
455
- "js": "semantic.container-size.width.sm",
456
- "docs": "semantic.container-size.width.sm",
457
- "es6": "calciteContainerSizeWidthSm"
458
- },
459
- "calcite-schema": {
460
- "system": "calcite",
461
- "tier": "semantic",
462
- "type": "dimension"
463
- }
464
- },
465
- "filePath": "src/tokens/semantic/container-size.json",
466
- "isSource": true,
467
- "name": "Container Size Width Sm",
468
- "path": ["semantic", "container-size", "width", "sm"],
469
- "comment": "Small tablets"
470
- },
471
- {
472
- "key": "{semantic.container-size.width.md}",
473
- "value": "{\"min\":\"769px\",\"max\":\"1152px\"}",
474
- "type": "dimension",
475
- "description": "Small laptops",
476
- "attributes": {
477
- "category": "breakpoint",
478
- "type": "dimension",
479
- "item": "width",
480
- "subitem": "md",
481
- "value": {
482
- "min": "768px + 1",
483
- "max": "1152px"
484
- },
485
- "description": "Small laptops",
486
- "filePath": "src/tokens/semantic/container-size.json",
487
- "isSource": true,
488
- "key": "{semantic.container-size.width.md}",
489
- "name": "calcite-semantic-container-size-width-md",
490
- "path": ["semantic", "container-size", "width", "md"],
491
- "comment": "Small laptops",
492
- "names": {
493
- "scss": "$calcite-container-size-width-md",
494
- "css": "var(--calcite-container-size-width-md)",
495
- "js": "semantic.container-size.width.md",
496
- "docs": "semantic.container-size.width.md",
497
- "es6": "calciteContainerSizeWidthMd"
498
- },
499
- "calcite-schema": {
500
- "system": "calcite",
501
- "tier": "semantic",
502
- "type": "dimension"
503
- }
504
- },
505
- "filePath": "src/tokens/semantic/container-size.json",
506
- "isSource": true,
507
- "name": "Container Size Width Md",
508
- "path": ["semantic", "container-size", "width", "md"],
509
- "comment": "Small laptops"
510
- },
511
- {
512
- "key": "{semantic.container-size.width.lg}",
513
- "value": "{\"min\":\"1153px\",\"max\":\"1440px\"}",
514
- "type": "dimension",
515
- "description": "Large laptops and desktop computers",
516
- "attributes": {
517
- "category": "breakpoint",
518
- "type": "dimension",
519
- "item": "width",
520
- "subitem": "lg",
521
- "value": {
522
- "min": "1152px + 1",
523
- "max": "1440px"
524
- },
525
- "description": "Large laptops and desktop computers",
526
- "filePath": "src/tokens/semantic/container-size.json",
527
- "isSource": true,
528
- "key": "{semantic.container-size.width.lg}",
529
- "name": "calcite-semantic-container-size-width-lg",
530
- "path": ["semantic", "container-size", "width", "lg"],
531
- "comment": "Large laptops and desktop computers",
532
- "names": {
533
- "scss": "$calcite-container-size-width-lg",
534
- "css": "var(--calcite-container-size-width-lg)",
535
- "js": "semantic.container-size.width.lg",
536
- "docs": "semantic.container-size.width.lg",
537
- "es6": "calciteContainerSizeWidthLg"
538
- },
539
- "calcite-schema": {
540
- "system": "calcite",
541
- "tier": "semantic",
542
- "type": "dimension"
543
- }
544
- },
545
- "filePath": "src/tokens/semantic/container-size.json",
546
- "isSource": true,
547
- "name": "Container Size Width Lg",
548
- "path": ["semantic", "container-size", "width", "lg"],
549
- "comment": "Large laptops and desktop computers"
550
- },
551
- {
552
- "key": "{semantic.container-size.width.xl}",
553
- "value": "{\"min\":\"1441px\"}",
554
- "type": "dimension",
555
- "description": "Projectors and televisions",
556
- "attributes": {
557
- "category": "breakpoint",
558
- "type": "dimension",
559
- "item": "width",
560
- "subitem": "xl",
561
- "value": {
562
- "min": "1440px + 1"
563
- },
564
- "description": "Projectors and televisions",
565
- "filePath": "src/tokens/semantic/container-size.json",
566
- "isSource": true,
567
- "key": "{semantic.container-size.width.xl}",
568
- "name": "calcite-semantic-container-size-width-xl",
569
- "path": ["semantic", "container-size", "width", "xl"],
570
- "comment": "Projectors and televisions",
571
- "names": {
572
- "scss": "$calcite-container-size-width-xl",
573
- "css": "var(--calcite-container-size-width-xl)",
574
- "js": "semantic.container-size.width.xl",
575
- "docs": "semantic.container-size.width.xl",
576
- "es6": "calciteContainerSizeWidthXl"
577
- },
578
- "calcite-schema": {
579
- "system": "calcite",
580
- "tier": "semantic",
581
- "type": "dimension"
582
- }
583
- },
584
- "filePath": "src/tokens/semantic/container-size.json",
585
- "isSource": true,
586
- "name": "Container Size Width Xl",
587
- "path": ["semantic", "container-size", "width", "xl"],
588
- "comment": "Projectors and televisions"
589
- },
590
116
  {
591
117
  "key": "{semantic.container-size.margin}",
592
118
  "value": "24px",
@@ -714,19 +240,18 @@
714
240
  "comment": "only for lg breakpoint fixed grid width"
715
241
  },
716
242
  {
717
- "key": "{semantic.corner.radius.default}",
243
+ "key": "{semantic.corner-radius.default}",
718
244
  "value": "0",
719
245
  "type": "dimension",
720
246
  "attributes": {
721
- "category": "corner",
722
- "type": "corner",
723
- "item": "radius",
724
- "subitem": "default",
247
+ "category": "corner-radius",
248
+ "type": "corner-radius",
249
+ "item": "default",
725
250
  "names": {
726
251
  "scss": "$calcite-corner-radius",
727
252
  "css": "var(--calcite-corner-radius)",
728
- "js": "semantic.corner.radius.default",
729
- "docs": "semantic.corner.radius.default",
253
+ "js": "semantic.corner-radius.default",
254
+ "docs": "semantic.corner-radius.default",
730
255
  "es6": "calciteCornerRadius"
731
256
  },
732
257
  "calcite-schema": {
@@ -735,33 +260,32 @@
735
260
  "type": "dimension"
736
261
  }
737
262
  },
738
- "filePath": "src/tokens/semantic/corner.json",
263
+ "filePath": "src/tokens/semantic/corner-radius.json",
739
264
  "isSource": true,
740
265
  "name": "Corner Radius",
741
- "path": ["semantic", "corner", "radius", "default"]
266
+ "path": ["semantic", "corner-radius", "default"]
742
267
  },
743
268
  {
744
- "key": "{semantic.corner.radius.sharp}",
269
+ "key": "{semantic.corner-radius.sharp}",
745
270
  "value": "0",
746
271
  "type": "dimension",
747
272
  "attributes": {
748
- "category": "corner",
273
+ "category": "corner-radius",
749
274
  "type": "dimension",
750
- "item": "radius",
751
- "subitem": "sharp",
275
+ "item": "sharp",
752
276
  "value": "0",
753
277
  "description": "deprecated, use --calcite-corner-radius-none instead",
754
- "filePath": "src/tokens/semantic/corner.json",
278
+ "filePath": "src/tokens/semantic/corner-radius.json",
755
279
  "isSource": true,
756
- "key": "{semantic.corner.radius.sharp}",
280
+ "key": "{semantic.corner-radius.sharp}",
757
281
  "name": "calcite-semantic-corner-radius-sharp",
758
- "path": ["semantic", "corner", "radius", "sharp"],
282
+ "path": ["semantic", "corner-radius", "sharp"],
759
283
  "comment": "deprecated, use --calcite-corner-radius-none instead",
760
284
  "names": {
761
285
  "scss": "$calcite-corner-radius-sharp",
762
286
  "css": "var(--calcite-corner-radius-sharp)",
763
- "js": "semantic.corner.radius.sharp",
764
- "docs": "semantic.corner.radius.sharp",
287
+ "js": "semantic.corner-radius.sharp",
288
+ "docs": "semantic.corner-radius.sharp",
765
289
  "es6": "calciteCornerRadiusSharp"
766
290
  },
767
291
  "calcite-schema": {
@@ -771,26 +295,25 @@
771
295
  }
772
296
  },
773
297
  "description": "deprecated, use --calcite-corner-radius-none instead",
774
- "filePath": "src/tokens/semantic/corner.json",
298
+ "filePath": "src/tokens/semantic/corner-radius.json",
775
299
  "isSource": true,
776
300
  "name": "Corner Radius Sharp",
777
- "path": ["semantic", "corner", "radius", "sharp"],
301
+ "path": ["semantic", "corner-radius", "sharp"],
778
302
  "comment": "deprecated, use --calcite-corner-radius-none instead"
779
303
  },
780
304
  {
781
- "key": "{semantic.corner.radius.none}",
305
+ "key": "{semantic.corner-radius.none}",
782
306
  "value": "0",
783
307
  "type": "dimension",
784
308
  "attributes": {
785
- "category": "corner",
786
- "type": "corner",
787
- "item": "radius",
788
- "subitem": "none",
309
+ "category": "corner-radius",
310
+ "type": "corner-radius",
311
+ "item": "none",
789
312
  "names": {
790
313
  "scss": "$calcite-corner-radius-none",
791
314
  "css": "var(--calcite-corner-radius-none)",
792
- "js": "semantic.corner.radius.none",
793
- "docs": "semantic.corner.radius.none",
315
+ "js": "semantic.corner-radius.none",
316
+ "docs": "semantic.corner-radius.none",
794
317
  "es6": "calciteCornerRadiusNone"
795
318
  },
796
319
  "calcite-schema": {
@@ -799,25 +322,24 @@
799
322
  "type": "dimension"
800
323
  }
801
324
  },
802
- "filePath": "src/tokens/semantic/corner.json",
325
+ "filePath": "src/tokens/semantic/corner-radius.json",
803
326
  "isSource": true,
804
327
  "name": "Corner Radius None",
805
- "path": ["semantic", "corner", "radius", "none"]
328
+ "path": ["semantic", "corner-radius", "none"]
806
329
  },
807
330
  {
808
- "key": "{semantic.corner.radius.xs}",
331
+ "key": "{semantic.corner-radius.xs}",
809
332
  "value": "2px",
810
333
  "type": "dimension",
811
334
  "attributes": {
812
- "category": "corner",
813
- "type": "corner",
814
- "item": "radius",
815
- "subitem": "xs",
335
+ "category": "corner-radius",
336
+ "type": "corner-radius",
337
+ "item": "xs",
816
338
  "names": {
817
339
  "scss": "$calcite-corner-radius-xs",
818
340
  "css": "var(--calcite-corner-radius-xs)",
819
- "js": "semantic.corner.radius.xs",
820
- "docs": "semantic.corner.radius.xs",
341
+ "js": "semantic.corner-radius.xs",
342
+ "docs": "semantic.corner-radius.xs",
821
343
  "es6": "calciteCornerRadiusXs"
822
344
  },
823
345
  "calcite-schema": {
@@ -826,25 +348,24 @@
826
348
  "type": "dimension"
827
349
  }
828
350
  },
829
- "filePath": "src/tokens/semantic/corner.json",
351
+ "filePath": "src/tokens/semantic/corner-radius.json",
830
352
  "isSource": true,
831
353
  "name": "Corner Radius Xs",
832
- "path": ["semantic", "corner", "radius", "xs"]
354
+ "path": ["semantic", "corner-radius", "xs"]
833
355
  },
834
356
  {
835
- "key": "{semantic.corner.radius.sm}",
357
+ "key": "{semantic.corner-radius.sm}",
836
358
  "value": "4px",
837
359
  "type": "dimension",
838
360
  "attributes": {
839
- "category": "corner",
840
- "type": "corner",
841
- "item": "radius",
842
- "subitem": "sm",
361
+ "category": "corner-radius",
362
+ "type": "corner-radius",
363
+ "item": "sm",
843
364
  "names": {
844
365
  "scss": "$calcite-corner-radius-sm",
845
366
  "css": "var(--calcite-corner-radius-sm)",
846
- "js": "semantic.corner.radius.sm",
847
- "docs": "semantic.corner.radius.sm",
367
+ "js": "semantic.corner-radius.sm",
368
+ "docs": "semantic.corner-radius.sm",
848
369
  "es6": "calciteCornerRadiusSm"
849
370
  },
850
371
  "calcite-schema": {
@@ -853,33 +374,32 @@
853
374
  "type": "dimension"
854
375
  }
855
376
  },
856
- "filePath": "src/tokens/semantic/corner.json",
377
+ "filePath": "src/tokens/semantic/corner-radius.json",
857
378
  "isSource": true,
858
379
  "name": "Corner Radius Sm",
859
- "path": ["semantic", "corner", "radius", "sm"]
380
+ "path": ["semantic", "corner-radius", "sm"]
860
381
  },
861
382
  {
862
- "key": "{semantic.corner.radius.round}",
383
+ "key": "{semantic.corner-radius.round}",
863
384
  "value": "4px",
864
385
  "type": "dimension",
865
386
  "attributes": {
866
- "category": "corner",
387
+ "category": "corner-radius",
867
388
  "type": "dimension",
868
- "item": "radius",
869
- "subitem": "round",
389
+ "item": "round",
870
390
  "value": "4px",
871
391
  "description": "deprecated, use --calcite-corner-radius-sm instead",
872
- "filePath": "src/tokens/semantic/corner.json",
392
+ "filePath": "src/tokens/semantic/corner-radius.json",
873
393
  "isSource": true,
874
- "key": "{semantic.corner.radius.round}",
394
+ "key": "{semantic.corner-radius.round}",
875
395
  "name": "calcite-semantic-corner-radius-round",
876
- "path": ["semantic", "corner", "radius", "round"],
396
+ "path": ["semantic", "corner-radius", "round"],
877
397
  "comment": "deprecated, use --calcite-corner-radius-sm instead",
878
398
  "names": {
879
399
  "scss": "$calcite-corner-radius-round",
880
400
  "css": "var(--calcite-corner-radius-round)",
881
- "js": "semantic.corner.radius.round",
882
- "docs": "semantic.corner.radius.round",
401
+ "js": "semantic.corner-radius.round",
402
+ "docs": "semantic.corner-radius.round",
883
403
  "es6": "calciteCornerRadiusRound"
884
404
  },
885
405
  "calcite-schema": {
@@ -889,27 +409,25 @@
889
409
  }
890
410
  },
891
411
  "description": "deprecated, use --calcite-corner-radius-sm instead",
892
- "filePath": "src/tokens/semantic/corner.json",
412
+ "filePath": "src/tokens/semantic/corner-radius.json",
893
413
  "isSource": true,
894
414
  "name": "Corner Radius Round",
895
- "path": ["semantic", "corner", "radius", "round"],
415
+ "path": ["semantic", "corner-radius", "round"],
896
416
  "comment": "deprecated, use --calcite-corner-radius-sm instead"
897
417
  },
898
418
  {
899
- "key": "{semantic.corner.radius.pill}",
419
+ "key": "{semantic.corner-radius.pill}",
900
420
  "value": "100%",
901
421
  "type": "dimension",
902
422
  "attributes": {
903
- "element": "",
904
- "category": "corner",
905
- "type": "corner",
906
- "item": "radius",
907
- "subitem": "pill",
423
+ "category": "corner-radius",
424
+ "type": "corner-radius",
425
+ "item": "pill",
908
426
  "names": {
909
427
  "scss": "$calcite-corner-radius-pill",
910
428
  "css": "var(--calcite-corner-radius-pill)",
911
- "js": "semantic.corner.radius.pill",
912
- "docs": "semantic.corner.radius.pill",
429
+ "js": "semantic.corner-radius.pill",
430
+ "docs": "semantic.corner-radius.pill",
913
431
  "es6": "calciteCornerRadiusPill"
914
432
  },
915
433
  "calcite-schema": {
@@ -918,18 +436,18 @@
918
436
  "type": "dimension"
919
437
  }
920
438
  },
921
- "filePath": "src/tokens/semantic/corner.json",
439
+ "filePath": "src/tokens/semantic/corner-radius.json",
922
440
  "isSource": true,
923
441
  "name": "Corner Radius Pill",
924
- "path": ["semantic", "corner", "radius", "pill"]
442
+ "path": ["semantic", "corner-radius", "pill"]
925
443
  },
926
444
  {
927
445
  "key": "{semantic.font.family.default}",
928
446
  "value": "[\"Avenir Next\",\"Avenir\",\"Helvetica Neue\",\"sans-serif\"]",
929
447
  "type": "fontFamily",
930
448
  "attributes": {
449
+ "category": "font",
931
450
  "group": "family",
932
- "category": "semantic",
933
451
  "type": "fontFamily",
934
452
  "item": "family",
935
453
  "subitem": "default",
@@ -967,6 +485,7 @@
967
485
  "type": "fontFamily",
968
486
  "attributes": {
969
487
  "category": "font",
488
+ "group": "family",
970
489
  "type": "fontFamily",
971
490
  "item": "family",
972
491
  "subitem": "code",
@@ -1004,6 +523,7 @@
1004
523
  "type": "fontWeight",
1005
524
  "attributes": {
1006
525
  "category": "font",
526
+ "group": "weight",
1007
527
  "type": "fontWeight",
1008
528
  "item": "weight",
1009
529
  "subitem": "light",
@@ -1044,6 +564,7 @@
1044
564
  },
1045
565
  "attributes": {
1046
566
  "category": "font",
567
+ "group": "weight",
1047
568
  "type": "fontWeight",
1048
569
  "item": "weight",
1049
570
  "subitem": "normal",
@@ -1084,6 +605,7 @@
1084
605
  "type": "fontWeight",
1085
606
  "attributes": {
1086
607
  "category": "font",
608
+ "group": "weight",
1087
609
  "type": "font",
1088
610
  "item": "weight",
1089
611
  "subitem": "regular",
@@ -1111,6 +633,7 @@
1111
633
  "type": "fontWeight",
1112
634
  "attributes": {
1113
635
  "category": "font",
636
+ "group": "weight",
1114
637
  "type": "font",
1115
638
  "item": "weight",
1116
639
  "subitem": "medium",
@@ -1138,6 +661,7 @@
1138
661
  "type": "fontWeight",
1139
662
  "attributes": {
1140
663
  "category": "font",
664
+ "group": "weight",
1141
665
  "type": "font",
1142
666
  "item": "weight",
1143
667
  "subitem": "semibold",
@@ -1165,6 +689,7 @@
1165
689
  "type": "fontWeight",
1166
690
  "attributes": {
1167
691
  "category": "font",
692
+ "group": "weight",
1168
693
  "type": "font",
1169
694
  "item": "weight",
1170
695
  "subitem": "bold",
@@ -1192,6 +717,7 @@
1192
717
  "type": "fontSize",
1193
718
  "attributes": {
1194
719
  "category": "font",
720
+ "group": "size",
1195
721
  "type": "font",
1196
722
  "item": "size",
1197
723
  "subitem": "xs",
@@ -1219,6 +745,7 @@
1219
745
  "type": "fontSize",
1220
746
  "attributes": {
1221
747
  "category": "font",
748
+ "group": "size",
1222
749
  "type": "font",
1223
750
  "item": "size",
1224
751
  "subitem": "sm",
@@ -1246,6 +773,7 @@
1246
773
  "type": "fontSize",
1247
774
  "attributes": {
1248
775
  "category": "font",
776
+ "group": "size",
1249
777
  "type": "font",
1250
778
  "item": "size",
1251
779
  "subitem": "default",
@@ -1273,6 +801,7 @@
1273
801
  "type": "fontSize",
1274
802
  "attributes": {
1275
803
  "category": "font",
804
+ "group": "size",
1276
805
  "type": "font",
1277
806
  "item": "size",
1278
807
  "subitem": "md",
@@ -1300,6 +829,7 @@
1300
829
  "type": "fontSize",
1301
830
  "attributes": {
1302
831
  "category": "font",
832
+ "group": "size",
1303
833
  "type": "font",
1304
834
  "item": "size",
1305
835
  "subitem": "lg",
@@ -1327,6 +857,7 @@
1327
857
  "type": "fontSize",
1328
858
  "attributes": {
1329
859
  "category": "font",
860
+ "group": "size",
1330
861
  "type": "font",
1331
862
  "item": "size",
1332
863
  "subitem": "xl",
@@ -1354,6 +885,7 @@
1354
885
  "type": "fontSize",
1355
886
  "attributes": {
1356
887
  "category": "font",
888
+ "group": "size",
1357
889
  "type": "font",
1358
890
  "item": "size",
1359
891
  "subitem": "xxl",
@@ -1382,6 +914,7 @@
1382
914
  "description": "used in ratings",
1383
915
  "attributes": {
1384
916
  "category": "font",
917
+ "group": "style",
1385
918
  "type": "fontStyle",
1386
919
  "item": "style",
1387
920
  "subitem": "emphasis",
@@ -1418,6 +951,8 @@
1418
951
  "type": "lineHeight",
1419
952
  "attributes": {
1420
953
  "category": "font",
954
+ "group": "line-height",
955
+ "kind": "fixed",
1421
956
  "type": "font",
1422
957
  "item": "line-height",
1423
958
  "subitem": "fixed",
@@ -1446,6 +981,8 @@
1446
981
  "type": "lineHeight",
1447
982
  "attributes": {
1448
983
  "category": "font",
984
+ "group": "line-height",
985
+ "kind": "fixed",
1449
986
  "type": "font",
1450
987
  "item": "line-height",
1451
988
  "subitem": "fixed",
@@ -1474,6 +1011,8 @@
1474
1011
  "type": "lineHeight",
1475
1012
  "attributes": {
1476
1013
  "category": "font",
1014
+ "group": "line-height",
1015
+ "kind": "fixed",
1477
1016
  "type": "font",
1478
1017
  "item": "line-height",
1479
1018
  "subitem": "fixed",
@@ -1502,6 +1041,8 @@
1502
1041
  "type": "lineHeight",
1503
1042
  "attributes": {
1504
1043
  "category": "font",
1044
+ "group": "line-height",
1045
+ "kind": "fixed",
1505
1046
  "type": "font",
1506
1047
  "item": "line-height",
1507
1048
  "subitem": "fixed",
@@ -1531,6 +1072,8 @@
1531
1072
  "description": "1",
1532
1073
  "attributes": {
1533
1074
  "category": "font",
1075
+ "group": "line-height",
1076
+ "kind": "relative",
1534
1077
  "type": "lineHeight",
1535
1078
  "item": "line-height",
1536
1079
  "subitem": "relative",
@@ -1569,6 +1112,8 @@
1569
1112
  "description": "1.25",
1570
1113
  "attributes": {
1571
1114
  "category": "font",
1115
+ "group": "line-height",
1116
+ "kind": "relative",
1572
1117
  "type": "lineHeight",
1573
1118
  "item": "line-height",
1574
1119
  "subitem": "relative",
@@ -1607,6 +1152,8 @@
1607
1152
  "description": "1.375",
1608
1153
  "attributes": {
1609
1154
  "category": "font",
1155
+ "group": "line-height",
1156
+ "kind": "relative",
1610
1157
  "type": "lineHeight",
1611
1158
  "item": "line-height",
1612
1159
  "subitem": "relative",
@@ -1645,6 +1192,8 @@
1645
1192
  "description": "1.5",
1646
1193
  "attributes": {
1647
1194
  "category": "font",
1195
+ "group": "line-height",
1196
+ "kind": "relative",
1648
1197
  "type": "lineHeight",
1649
1198
  "item": "line-height",
1650
1199
  "subitem": "relative",
@@ -1683,6 +1232,8 @@
1683
1232
  "description": "1.625",
1684
1233
  "attributes": {
1685
1234
  "category": "font",
1235
+ "group": "line-height",
1236
+ "kind": "relative",
1686
1237
  "type": "lineHeight",
1687
1238
  "item": "line-height",
1688
1239
  "subitem": "relative",
@@ -1721,6 +1272,8 @@
1721
1272
  "description": "2",
1722
1273
  "attributes": {
1723
1274
  "category": "font",
1275
+ "group": "line-height",
1276
+ "kind": "relative",
1724
1277
  "type": "lineHeight",
1725
1278
  "item": "line-height",
1726
1279
  "subitem": "relative",
@@ -1759,6 +1312,7 @@
1759
1312
  "description": "Deprecated",
1760
1313
  "attributes": {
1761
1314
  "category": "font",
1315
+ "group": "letter-spacing",
1762
1316
  "type": "dimension",
1763
1317
  "item": "letter-spacing",
1764
1318
  "subitem": "tight",
@@ -1796,6 +1350,7 @@
1796
1350
  "description": "Deprecated",
1797
1351
  "attributes": {
1798
1352
  "category": "font",
1353
+ "group": "letter-spacing",
1799
1354
  "type": "dimension",
1800
1355
  "item": "letter-spacing",
1801
1356
  "subitem": "normal",
@@ -1833,6 +1388,7 @@
1833
1388
  "description": "Deprecated",
1834
1389
  "attributes": {
1835
1390
  "category": "font",
1391
+ "group": "letter-spacing",
1836
1392
  "type": "dimension",
1837
1393
  "item": "letter-spacing",
1838
1394
  "subitem": "wide",
@@ -1870,6 +1426,7 @@
1870
1426
  "description": "Deprecated",
1871
1427
  "attributes": {
1872
1428
  "category": "font",
1429
+ "group": "paragraph-spacing",
1873
1430
  "type": "dimension",
1874
1431
  "item": "paragraph-spacing",
1875
1432
  "subitem": "normal",
@@ -1907,6 +1464,7 @@
1907
1464
  "description": "Deprecated",
1908
1465
  "attributes": {
1909
1466
  "category": "font",
1467
+ "group": "text-decoration",
1910
1468
  "type": "textDecoration",
1911
1469
  "item": "text-decoration",
1912
1470
  "subitem": "none",
@@ -1944,6 +1502,7 @@
1944
1502
  "description": "Deprecated",
1945
1503
  "attributes": {
1946
1504
  "category": "font",
1505
+ "group": "text-decoration",
1947
1506
  "type": "textDecoration",
1948
1507
  "item": "text-decoration",
1949
1508
  "subitem": "underline",
@@ -1981,6 +1540,7 @@
1981
1540
  "description": "Deprecated",
1982
1541
  "attributes": {
1983
1542
  "category": "font",
1543
+ "group": "text-case",
1984
1544
  "type": "textCase",
1985
1545
  "item": "text-case",
1986
1546
  "subitem": "none",
@@ -2018,6 +1578,7 @@
2018
1578
  "description": "Deprecated",
2019
1579
  "attributes": {
2020
1580
  "category": "font",
1581
+ "group": "text-case",
2021
1582
  "type": "textCase",
2022
1583
  "item": "text-case",
2023
1584
  "subitem": "uppercase",
@@ -2055,6 +1616,7 @@
2055
1616
  "description": "Deprecated",
2056
1617
  "attributes": {
2057
1618
  "category": "font",
1619
+ "group": "text-case",
2058
1620
  "type": "textCase",
2059
1621
  "item": "text-case",
2060
1622
  "subitem": "lowercase",
@@ -2092,6 +1654,7 @@
2092
1654
  "description": "Deprecated",
2093
1655
  "attributes": {
2094
1656
  "category": "font",
1657
+ "group": "text-case",
2095
1658
  "type": "textCase",
2096
1659
  "item": "text-case",
2097
1660
  "subitem": "capitalize",
@@ -3012,7 +2575,7 @@
3012
2575
  "value": "4px",
3013
2576
  "type": "dimension",
3014
2577
  "attributes": {
3015
- "category": "space",
2578
+ "category": "spacing",
3016
2579
  "type": "dimension",
3017
2580
  "item": "fixed",
3018
2581
  "subitem": "xxs",
@@ -3049,7 +2612,7 @@
3049
2612
  "value": "6px",
3050
2613
  "type": "dimension",
3051
2614
  "attributes": {
3052
- "category": "space",
2615
+ "category": "spacing",
3053
2616
  "type": "dimension",
3054
2617
  "item": "fixed",
3055
2618
  "subitem": "xs",
@@ -3086,7 +2649,7 @@
3086
2649
  "value": "8px",
3087
2650
  "type": "dimension",
3088
2651
  "attributes": {
3089
- "category": "space",
2652
+ "category": "spacing",
3090
2653
  "type": "dimension",
3091
2654
  "item": "fixed",
3092
2655
  "subitem": "sm",
@@ -3123,7 +2686,7 @@
3123
2686
  "value": "12px",
3124
2687
  "type": "dimension",
3125
2688
  "attributes": {
3126
- "category": "space",
2689
+ "category": "spacing",
3127
2690
  "type": "dimension",
3128
2691
  "item": "fixed",
3129
2692
  "subitem": "md",
@@ -3160,7 +2723,7 @@
3160
2723
  "value": "14px",
3161
2724
  "type": "dimension",
3162
2725
  "attributes": {
3163
- "category": "space",
2726
+ "category": "spacing",
3164
2727
  "type": "dimension",
3165
2728
  "item": "fixed",
3166
2729
  "subitem": "lg",
@@ -3197,7 +2760,7 @@
3197
2760
  "value": "16px",
3198
2761
  "type": "dimension",
3199
2762
  "attributes": {
3200
- "category": "space",
2763
+ "category": "spacing",
3201
2764
  "type": "dimension",
3202
2765
  "item": "fixed",
3203
2766
  "subitem": "xl",
@@ -3234,7 +2797,7 @@
3234
2797
  "value": "20px",
3235
2798
  "type": "dimension",
3236
2799
  "attributes": {
3237
- "category": "space",
2800
+ "category": "spacing",
3238
2801
  "type": "dimension",
3239
2802
  "item": "fixed",
3240
2803
  "subitem": "xxl",
@@ -3271,7 +2834,7 @@
3271
2834
  "value": "32px",
3272
2835
  "type": "dimension",
3273
2836
  "attributes": {
3274
- "category": "space",
2837
+ "category": "spacing",
3275
2838
  "type": "dimension",
3276
2839
  "item": "fixed",
3277
2840
  "subitem": "xxxl",
@@ -3308,8 +2871,7 @@
3308
2871
  "value": "0",
3309
2872
  "type": "dimension",
3310
2873
  "attributes": {
3311
- "pattern": "",
3312
- "category": "space",
2874
+ "category": "spacing",
3313
2875
  "type": "spacing",
3314
2876
  "item": "default",
3315
2877
  "subitem": "none",
@@ -3336,8 +2898,7 @@
3336
2898
  "value": "1px",
3337
2899
  "type": "dimension",
3338
2900
  "attributes": {
3339
- "pattern": "",
3340
- "category": "space",
2901
+ "category": "spacing",
3341
2902
  "type": "spacing",
3342
2903
  "item": "default",
3343
2904
  "subitem": "px",
@@ -3364,8 +2925,7 @@
3364
2925
  "value": "2px",
3365
2926
  "type": "dimension",
3366
2927
  "attributes": {
3367
- "pattern": "",
3368
- "category": "space",
2928
+ "category": "spacing",
3369
2929
  "type": "spacing",
3370
2930
  "item": "default",
3371
2931
  "subitem": "base",
@@ -3392,7 +2952,7 @@
3392
2952
  "value": "0.25rem",
3393
2953
  "type": "dimension",
3394
2954
  "attributes": {
3395
- "category": "size",
2955
+ "category": "spacing",
3396
2956
  "type": "spacing",
3397
2957
  "item": "default",
3398
2958
  "subitem": "xxs",
@@ -3419,7 +2979,7 @@
3419
2979
  "value": "0.375rem",
3420
2980
  "type": "dimension",
3421
2981
  "attributes": {
3422
- "category": "size",
2982
+ "category": "spacing",
3423
2983
  "type": "spacing",
3424
2984
  "item": "default",
3425
2985
  "subitem": "xs",
@@ -3446,7 +3006,7 @@
3446
3006
  "value": "0.5rem",
3447
3007
  "type": "dimension",
3448
3008
  "attributes": {
3449
- "category": "size",
3009
+ "category": "spacing",
3450
3010
  "type": "spacing",
3451
3011
  "item": "default",
3452
3012
  "subitem": "sm",
@@ -3473,7 +3033,7 @@
3473
3033
  "value": "0.625rem",
3474
3034
  "type": "dimension",
3475
3035
  "attributes": {
3476
- "category": "space",
3036
+ "category": "spacing",
3477
3037
  "type": "spacing",
3478
3038
  "item": "default",
3479
3039
  "subitem": "sm+",
@@ -3500,7 +3060,7 @@
3500
3060
  "value": "0.75rem",
3501
3061
  "type": "dimension",
3502
3062
  "attributes": {
3503
- "category": "space",
3063
+ "category": "spacing",
3504
3064
  "type": "spacing",
3505
3065
  "item": "default",
3506
3066
  "subitem": "md",
@@ -3527,7 +3087,7 @@
3527
3087
  "value": "0.875rem",
3528
3088
  "type": "dimension",
3529
3089
  "attributes": {
3530
- "category": "space",
3090
+ "category": "spacing",
3531
3091
  "type": "spacing",
3532
3092
  "item": "default",
3533
3093
  "subitem": "md+",
@@ -3554,7 +3114,7 @@
3554
3114
  "value": "1rem",
3555
3115
  "type": "dimension",
3556
3116
  "attributes": {
3557
- "category": "space",
3117
+ "category": "spacing",
3558
3118
  "type": "spacing",
3559
3119
  "item": "default",
3560
3120
  "subitem": "lg",
@@ -3581,7 +3141,7 @@
3581
3141
  "value": "1.25rem",
3582
3142
  "type": "dimension",
3583
3143
  "attributes": {
3584
- "category": "space",
3144
+ "category": "spacing",
3585
3145
  "type": "spacing",
3586
3146
  "item": "default",
3587
3147
  "subitem": "xl",
@@ -3608,7 +3168,7 @@
3608
3168
  "value": "1.5rem",
3609
3169
  "type": "dimension",
3610
3170
  "attributes": {
3611
- "category": "space",
3171
+ "category": "spacing",
3612
3172
  "type": "spacing",
3613
3173
  "item": "default",
3614
3174
  "subitem": "xxl",
@@ -3635,7 +3195,7 @@
3635
3195
  "value": "2rem",
3636
3196
  "type": "dimension",
3637
3197
  "attributes": {
3638
- "category": "space",
3198
+ "category": "spacing",
3639
3199
  "type": "spacing",
3640
3200
  "item": "default",
3641
3201
  "subitem": "xxxl",