@devexpress/design-tokens-internal 261.0.2 → 261.0.4

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 (122) hide show
  1. package/package.json +3 -2
  2. package/tokens/base/spacing.json +12 -0
  3. package/tokens/components/core/accordion/fluent.json +783 -0
  4. package/tokens/components/core/ai-chat/fluent.json +2236 -0
  5. package/tokens/components/core/badge/fluent.json +159 -0
  6. package/tokens/components/core/button/fluent.json +301 -0
  7. package/tokens/components/core/calendar/fluent.json +1601 -0
  8. package/tokens/components/core/checkbox/fluent.json +812 -0
  9. package/tokens/components/core/collapse-button/fluent.json +333 -0
  10. package/tokens/components/core/color-palette/fluent.json +1516 -0
  11. package/tokens/components/core/container-body/fluent.json +170 -0
  12. package/tokens/components/core/container-footer/fluent.json +202 -0
  13. package/tokens/components/core/container-header/fluent.json +329 -0
  14. package/tokens/components/core/dialog/fluent.json +173 -0
  15. package/tokens/components/core/drawer/fluent.json +158 -0
  16. package/tokens/components/core/empty-item/fluent.json +350 -0
  17. package/tokens/components/core/focus-rect/fluent.json +82 -0
  18. package/tokens/components/core/form/fluent.json +344 -0
  19. package/tokens/components/core/grid-cell/fluent.json +895 -0
  20. package/tokens/components/core/icon-wrapper/fluent.json +147 -0
  21. package/tokens/components/core/indent-space/fluent.json +110 -0
  22. package/tokens/components/core/label/fluent.json +138 -0
  23. package/tokens/components/core/link/fluent.json +291 -0
  24. package/tokens/components/core/listbox/fluent.json +826 -0
  25. package/tokens/components/core/menu/fluent.json +682 -0
  26. package/tokens/components/core/message-bar/fluent.json +252 -0
  27. package/tokens/components/core/overflow-menu/fluent.json +788 -0
  28. package/tokens/components/core/pagination/fluent.json +536 -0
  29. package/tokens/components/core/popover/fluent.json +185 -0
  30. package/tokens/components/core/popover-arrow/fluent.json +46 -0
  31. package/tokens/components/core/popover-body/fluent.json +172 -0
  32. package/tokens/components/core/popover-footer/fluent.json +139 -0
  33. package/tokens/components/core/popover-header/fluent.json +290 -0
  34. package/tokens/components/core/popup/fluent.json +182 -0
  35. package/tokens/components/core/progress-bar/fluent.json +258 -0
  36. package/tokens/components/core/radio-button/fluent.json +486 -0
  37. package/tokens/components/core/ribbon/fluent.json +1717 -0
  38. package/tokens/components/core/scroll-bar/fluent.json +148 -0
  39. package/tokens/components/core/separator/fluent.json +29 -0
  40. package/tokens/components/core/spinner_load-indicator/fluent.json +390 -0
  41. package/tokens/components/core/splitter/fluent.json +877 -0
  42. package/tokens/components/core/switch/fluent.json +722 -0
  43. package/tokens/components/core/tabs/fluent.json +607 -0
  44. package/tokens/components/core/tag/fluent.json +303 -0
  45. package/tokens/components/core/text-box/fluent.json +404 -0
  46. package/tokens/components/core/text-edit/fluent.json +623 -0
  47. package/tokens/components/core/toast/fluent.json +372 -0
  48. package/tokens/components/core/toolbar/fluent.json +423 -0
  49. package/tokens/components/core/tooltip/fluent.json +221 -0
  50. package/tokens/components/core/treeview/fluent.json +818 -0
  51. package/tokens/components/desktop/accordion/fluent.json +1107 -0
  52. package/tokens/components/desktop/badge/fluent.json +117 -0
  53. package/tokens/components/desktop/bar-control/fluent.json +116 -0
  54. package/tokens/components/desktop/button/fluent.json +546 -0
  55. package/tokens/components/desktop/button-edit/fluent.json +454 -0
  56. package/tokens/components/desktop/button-group/fluent.json +70 -0
  57. package/tokens/components/desktop/button-text/fluent.json +228 -0
  58. package/tokens/components/desktop/checkedit/fluent.json +54 -0
  59. package/tokens/components/desktop/datapager/fluent.json +202 -0
  60. package/tokens/components/desktop/filter-edit/fluent.json +454 -0
  61. package/tokens/components/desktop/groupbox/fluent.json +573 -0
  62. package/tokens/components/desktop/listbox-edit/fluent.json +881 -0
  63. package/tokens/components/desktop/pagercontrol/fluent.json +480 -0
  64. package/tokens/components/desktop/progress-bar/fluent.json +568 -0
  65. package/tokens/components/desktop/radio-button/fluent.json +67 -0
  66. package/tokens/components/desktop/scroll-bar/fluent.json +206 -0
  67. package/tokens/components/desktop/scroll-view/fluent.json +119 -0
  68. package/tokens/components/desktop/split-button/fluent.json +50 -0
  69. package/tokens/components/desktop/standard-groupbox/fluent.json +332 -0
  70. package/tokens/components/desktop/text-edit/fluent.json +312 -0
  71. package/tokens/components/desktop/toggle-switch/fluent.json +493 -0
  72. package/tokens/components/desktop/wait-indicator/fluent.json +222 -0
  73. package/tokens/components/web/button/fluent.json +3068 -0
  74. package/tokens/components/web/button-group/fluent.json +70 -0
  75. package/tokens/components/web/carousel/fluent.json +2843 -0
  76. package/tokens/components/web/checkbox/fluent.json +256 -0
  77. package/tokens/components/web/color-palette/fluent.json +1245 -0
  78. package/tokens/components/web/column-chooser/fluent.json +331 -0
  79. package/tokens/components/web/filter-builder/fluent.json +1085 -0
  80. package/tokens/components/web/form-layout/fluent.json +1103 -0
  81. package/tokens/components/web/html-editor/fluent.json +276 -0
  82. package/tokens/components/web/listbox/fluent.json +298 -0
  83. package/tokens/components/web/loading-panel_wait-indicator/fluent.json +225 -0
  84. package/tokens/components/web/memo/fluent.json +50 -0
  85. package/tokens/components/web/menu/fluent.json +39 -0
  86. package/tokens/components/web/message-bar/fluent.json +181 -0
  87. package/tokens/components/web/message-box/fluent.json +61 -0
  88. package/tokens/components/web/overflow-menu/fluent.json +109 -0
  89. package/tokens/components/web/pager/fluent.json +187 -0
  90. package/tokens/components/web/progress-bar/fluent.json +197 -0
  91. package/tokens/components/web/radio/fluent.json +260 -0
  92. package/tokens/components/web/ribbon/fluent.json +122 -0
  93. package/tokens/components/web/rich-text-editor/fluent.json +1005 -0
  94. package/tokens/components/web/scheduler/fluent.json +2662 -0
  95. package/tokens/components/web/scheduler-popups/fluent.json +520 -0
  96. package/tokens/components/web/split-button/fluent.json +143 -0
  97. package/tokens/components/web/switcher/fluent.json +192 -0
  98. package/tokens/components/web/tabs/fluent.json +258 -0
  99. package/tokens/components/web/tagbox/fluent.json +147 -0
  100. package/tokens/components/web/text-edit/fluent.json +334 -0
  101. package/tokens/components/web/toast/fluent.json +1228 -0
  102. package/tokens/components/web/toolbar/fluent.json +165 -0
  103. package/tokens/components/web/tooltip/fluent.json +31 -0
  104. package/tokens/components/web/treeview/fluent.json +2409 -0
  105. package/tokens/components/web/uploader/fluent.json +2963 -0
  106. package/tokens/figma-utils/box-shadow/semantic/dx-office.json +308 -0
  107. package/tokens/figma-utils/box-shadow/semantic/fluent.json +308 -0
  108. package/tokens/figma-utils/box-shadow/styles.json +181 -0
  109. package/tokens/figma-utils/decorative-colors/dark.json +56 -0
  110. package/tokens/figma-utils/decorative-colors/light.json +56 -0
  111. package/tokens/figma-utils/icon/property.json +48 -0
  112. package/tokens/figma-utils/icon/set/dx-office.json +8 -0
  113. package/tokens/figma-utils/icon/set/fluent.json +8 -0
  114. package/tokens/figma-utils/typography/font-family/dx-office.json +12 -0
  115. package/tokens/figma-utils/typography/font-family/fluent.json +12 -0
  116. package/tokens/figma-utils/typography/styles.json +400 -0
  117. package/tokens/semantic/colors/dx-office/dark.json +12 -0
  118. package/tokens/semantic/colors/dx-office/light.json +12 -0
  119. package/tokens/semantic/colors/fluent/dark.json +24 -12
  120. package/tokens/semantic/colors/fluent/light.json +24 -12
  121. package/tokens/global/dx-office/theme-builder.json +0 -56
  122. package/tokens/global/fluent/theme-builder.json +0 -56
@@ -0,0 +1,2662 @@
1
+ {
2
+ "scheduler": {
3
+ "status-indicator": {
4
+ "color": {
5
+ "busy": {
6
+ "border": {
7
+ "$extensions": {
8
+ "com.figma.scopes": [
9
+ "STROKE_COLOR"
10
+ ]
11
+ },
12
+ "$type": "color",
13
+ "$value": "{color.surface.neutral.default.rest}"
14
+ },
15
+ "bg": {
16
+ "$extensions": {
17
+ "com.figma.scopes": [
18
+ "FRAME_FILL"
19
+ ]
20
+ },
21
+ "$type": "color",
22
+ "$value": "{color.surface.neutral.default.inverted.rest}"
23
+ }
24
+ },
25
+ "away": {
26
+ "border": {
27
+ "$extensions": {
28
+ "com.figma.scopes": [
29
+ "STROKE_COLOR"
30
+ ]
31
+ },
32
+ "$type": "color",
33
+ "$value": "{utility.pink.90}"
34
+ },
35
+ "pattern": {
36
+ "$extensions": {
37
+ "com.figma.scopes": [
38
+ "SHAPE_FILL"
39
+ ]
40
+ },
41
+ "$type": "color",
42
+ "$value": "{color.surface.neutral.default.rest}"
43
+ },
44
+ "bg": {
45
+ "$extensions": {
46
+ "com.figma.scopes": [
47
+ "FRAME_FILL",
48
+ "SHAPE_FILL"
49
+ ]
50
+ },
51
+ "$type": "color",
52
+ "$value": "{utility.pink.90}"
53
+ }
54
+ },
55
+ "working-elsewhere": {
56
+ "border": {
57
+ "$extensions": {
58
+ "com.figma.scopes": [
59
+ "STROKE_COLOR"
60
+ ]
61
+ },
62
+ "$type": "color",
63
+ "$value": "{color.surface.neutral.default.inverted.rest}"
64
+ },
65
+ "pattern": {
66
+ "$extensions": {
67
+ "com.figma.scopes": [
68
+ "SHAPE_FILL"
69
+ ]
70
+ },
71
+ "$type": "color",
72
+ "$value": "{color.surface.neutral.default.inverted.rest}"
73
+ },
74
+ "pattern-bg": {
75
+ "$extensions": {
76
+ "com.figma.scopes": [
77
+ "SHAPE_FILL"
78
+ ]
79
+ },
80
+ "$type": "color",
81
+ "$value": "{color.surface.neutral.default.rest}"
82
+ }
83
+ },
84
+ "tentative": {
85
+ "border": {
86
+ "$extensions": {
87
+ "com.figma.scopes": [
88
+ "STROKE_COLOR"
89
+ ]
90
+ },
91
+ "$type": "color",
92
+ "$value": "{color.surface.neutral.default.inverted.rest}"
93
+ },
94
+ "pattern": {
95
+ "$extensions": {
96
+ "com.figma.scopes": [
97
+ "SHAPE_FILL"
98
+ ]
99
+ },
100
+ "$type": "color",
101
+ "$value": "{color.surface.neutral.default.rest}"
102
+ },
103
+ "pattern-bg": {
104
+ "$extensions": {
105
+ "com.figma.scopes": [
106
+ "FRAME_FILL",
107
+ "SHAPE_FILL"
108
+ ]
109
+ },
110
+ "$type": "color",
111
+ "$value": "{color.surface.neutral.default.inverted.rest}"
112
+ }
113
+ },
114
+ "free": {
115
+ "border": {
116
+ "$extensions": {
117
+ "com.figma.scopes": [
118
+ "STROKE_COLOR"
119
+ ]
120
+ },
121
+ "$type": "color",
122
+ "$value": "{color.surface.neutral.default.inverted.rest}"
123
+ },
124
+ "bg": {
125
+ "$extensions": {
126
+ "com.figma.scopes": [
127
+ "FRAME_FILL",
128
+ "SHAPE_FILL"
129
+ ]
130
+ },
131
+ "$type": "color",
132
+ "$value": "{color.surface.neutral.default.rest}"
133
+ }
134
+ }
135
+ },
136
+ "border-width": {
137
+ "busy": {
138
+ "top": {
139
+ "$extensions": {
140
+ "com.figma.scopes": [
141
+ "STROKE_FLOAT"
142
+ ]
143
+ },
144
+ "$type": "number",
145
+ "$value": "{border-width.0}"
146
+ },
147
+ "bottom": {
148
+ "$extensions": {
149
+ "com.figma.scopes": [
150
+ "STROKE_FLOAT"
151
+ ]
152
+ },
153
+ "$type": "number",
154
+ "$value": "{border-width.0}"
155
+ },
156
+ "right": {
157
+ "$extensions": {
158
+ "com.figma.scopes": [
159
+ "STROKE_FLOAT"
160
+ ]
161
+ },
162
+ "$type": "number",
163
+ "$value": "{border-width.10}"
164
+ },
165
+ "left": {
166
+ "$extensions": {
167
+ "com.figma.scopes": [
168
+ "STROKE_FLOAT"
169
+ ]
170
+ },
171
+ "$type": "number",
172
+ "$value": "{border-width.0}"
173
+ }
174
+ },
175
+ "default": {
176
+ "$extensions": {
177
+ "com.figma.scopes": [
178
+ "STROKE_FLOAT"
179
+ ]
180
+ },
181
+ "$type": "number",
182
+ "$value": "{border-width.10}"
183
+ }
184
+ },
185
+ "opacity": {
186
+ "working-elsewhere": {
187
+ "pattern": {
188
+ "$extensions": {
189
+ "com.figma.scopes": [
190
+ "OPACITY"
191
+ ]
192
+ },
193
+ "$type": "number",
194
+ "$value": "{opacity.25}"
195
+ },
196
+ "border": {
197
+ "$extensions": {
198
+ "com.figma.scopes": [
199
+ "OPACITY"
200
+ ]
201
+ },
202
+ "$type": "number",
203
+ "$value": "{opacity.25}"
204
+ }
205
+ },
206
+ "tentative": {
207
+ "bg": {
208
+ "$extensions": {
209
+ "com.figma.scopes": [
210
+ "OPACITY"
211
+ ]
212
+ },
213
+ "$type": "number",
214
+ "$value": "{opacity.25}"
215
+ },
216
+ "border": {
217
+ "$extensions": {
218
+ "com.figma.scopes": [
219
+ "OPACITY"
220
+ ]
221
+ },
222
+ "$type": "number",
223
+ "$value": "{opacity.25}"
224
+ }
225
+ },
226
+ "free": {
227
+ "border": {
228
+ "$extensions": {
229
+ "com.figma.scopes": [
230
+ "OPACITY"
231
+ ]
232
+ },
233
+ "$type": "number",
234
+ "$value": "{opacity.25}"
235
+ }
236
+ },
237
+ "busy": {
238
+ "bg": {
239
+ "$extensions": {
240
+ "com.figma.scopes": [
241
+ "OPACITY"
242
+ ]
243
+ },
244
+ "$type": "number",
245
+ "$value": "{opacity.25}"
246
+ }
247
+ }
248
+ },
249
+ "border-radius": {
250
+ "outer-box": {
251
+ "left": {
252
+ "$extensions": {
253
+ "com.figma.scopes": [
254
+ "CORNER_RADIUS"
255
+ ]
256
+ },
257
+ "$type": "number",
258
+ "$value": "{border-radius.theme-builder.default}"
259
+ },
260
+ "right": {
261
+ "$extensions": {
262
+ "com.figma.scopes": [
263
+ "CORNER_RADIUS"
264
+ ]
265
+ },
266
+ "$type": "number",
267
+ "$value": "{border-radius.0}"
268
+ }
269
+ },
270
+ "inner-box": {
271
+ "left": {
272
+ "$extensions": {
273
+ "com.figma.scopes": [
274
+ "CORNER_RADIUS"
275
+ ]
276
+ },
277
+ "$type": "number",
278
+ "$value": "{spacing.30}"
279
+ },
280
+ "right": {
281
+ "$extensions": {
282
+ "com.figma.scopes": [
283
+ "CORNER_RADIUS"
284
+ ]
285
+ },
286
+ "$type": "number",
287
+ "$value": "{border-radius.0}"
288
+ }
289
+ }
290
+ },
291
+ "layout": {
292
+ "width": {
293
+ "$extensions": {
294
+ "com.figma.scopes": [
295
+ "WIDTH_HEIGHT"
296
+ ]
297
+ },
298
+ "$type": "number",
299
+ "$value": "{spacing.60}"
300
+ }
301
+ }
302
+ },
303
+ "table": {
304
+ "color": {
305
+ "border": {
306
+ "$extensions": {
307
+ "com.figma.scopes": [
308
+ "STROKE_COLOR"
309
+ ]
310
+ },
311
+ "$type": "color",
312
+ "$value": "{color.border.neutral.default.rest}"
313
+ }
314
+ },
315
+ "border-width": {
316
+ "$extensions": {
317
+ "com.figma.scopes": [
318
+ "STROKE_FLOAT"
319
+ ]
320
+ },
321
+ "$type": "number",
322
+ "$value": "{border-width.10}"
323
+ },
324
+ "layout": {
325
+ "cell-padding": {
326
+ "$extensions": {
327
+ "com.figma.scopes": [
328
+ "GAP"
329
+ ]
330
+ },
331
+ "$type": "number",
332
+ "$value": "{spacing.40}"
333
+ }
334
+ }
335
+ },
336
+ "table-cell": {
337
+ "color": {
338
+ "default": {
339
+ "active": {
340
+ "inner-border": {
341
+ "$extensions": {
342
+ "com.figma.scopes": [
343
+ "STROKE_COLOR"
344
+ ]
345
+ },
346
+ "$type": "color",
347
+ "$value": "{color.border.neutral.default.disabled}"
348
+ },
349
+ "bg": {
350
+ "$extensions": {
351
+ "com.figma.scopes": [
352
+ "FRAME_FILL"
353
+ ]
354
+ },
355
+ "$type": "color",
356
+ "$value": "{color.surface.neutral.default.active}"
357
+ }
358
+ },
359
+ "hovered": {
360
+ "inner-border": {
361
+ "$extensions": {
362
+ "com.figma.scopes": [
363
+ "STROKE_COLOR"
364
+ ]
365
+ },
366
+ "$type": "color",
367
+ "$value": "{color.border.neutral.default.disabled}"
368
+ },
369
+ "bg": {
370
+ "$extensions": {
371
+ "com.figma.scopes": [
372
+ "FRAME_FILL"
373
+ ]
374
+ },
375
+ "$type": "color",
376
+ "$value": "{color.surface.neutral.default.hovered}"
377
+ }
378
+ },
379
+ "normal": {
380
+ "bg": {
381
+ "$extensions": {
382
+ "com.figma.scopes": [
383
+ "FRAME_FILL"
384
+ ]
385
+ },
386
+ "$type": "color",
387
+ "$value": "{color.surface.transparent.rest}"
388
+ },
389
+ "inner-border": {
390
+ "$extensions": {
391
+ "com.figma.scopes": [
392
+ "STROKE_COLOR"
393
+ ]
394
+ },
395
+ "$type": "color",
396
+ "$value": "{color.border.neutral.default.disabled}"
397
+ }
398
+ }
399
+ },
400
+ "out-of-range": {
401
+ "normal": {
402
+ "inner-border": {
403
+ "$extensions": {
404
+ "com.figma.scopes": [
405
+ "STROKE_COLOR"
406
+ ]
407
+ },
408
+ "$type": "color",
409
+ "$value": "{color.border.neutral.default.disabled}"
410
+ },
411
+ "bg": {
412
+ "$extensions": {
413
+ "com.figma.scopes": [
414
+ "FRAME_FILL"
415
+ ]
416
+ },
417
+ "$type": "color",
418
+ "$value": "{color.surface.neutral.subdued.rest}"
419
+ }
420
+ },
421
+ "hovered": {
422
+ "inner-border": {
423
+ "$extensions": {
424
+ "com.figma.scopes": [
425
+ "STROKE_COLOR"
426
+ ]
427
+ },
428
+ "$type": "color",
429
+ "$value": "{color.border.neutral.default.disabled}"
430
+ },
431
+ "bg": {
432
+ "$extensions": {
433
+ "com.figma.scopes": [
434
+ "FRAME_FILL"
435
+ ]
436
+ },
437
+ "$type": "color",
438
+ "$value": "{color.surface.neutral.subdued.hovered}"
439
+ }
440
+ },
441
+ "active": {
442
+ "bg": {
443
+ "$extensions": {
444
+ "com.figma.scopes": [
445
+ "FRAME_FILL"
446
+ ]
447
+ },
448
+ "$type": "color",
449
+ "$value": "{color.surface.neutral.subdued.active}"
450
+ },
451
+ "inner-border": {
452
+ "$extensions": {
453
+ "com.figma.scopes": [
454
+ "STROKE_COLOR"
455
+ ]
456
+ },
457
+ "$type": "color",
458
+ "$value": "{color.border.neutral.default.disabled}"
459
+ }
460
+ }
461
+ }
462
+ },
463
+ "layout": {
464
+ "month": {
465
+ "height": {
466
+ "$extensions": {
467
+ "com.figma.scopes": [
468
+ "WIDTH_HEIGHT"
469
+ ]
470
+ },
471
+ "$type": "number",
472
+ "$value": 160
473
+ }
474
+ },
475
+ "timeline": {
476
+ "width": {
477
+ "$extensions": {
478
+ "com.figma.scopes": [
479
+ "WIDTH_HEIGHT"
480
+ ]
481
+ },
482
+ "$type": "number",
483
+ "$value": "{spacing.800}"
484
+ },
485
+ "min-height": {
486
+ "$extensions": {
487
+ "com.figma.scopes": [
488
+ "WIDTH_HEIGHT"
489
+ ]
490
+ },
491
+ "$type": "number",
492
+ "$value": 160
493
+ }
494
+ },
495
+ "day-week": {
496
+ "height": {
497
+ "$extensions": {
498
+ "com.figma.scopes": [
499
+ "WIDTH_HEIGHT"
500
+ ]
501
+ },
502
+ "$type": "number",
503
+ "$value": "{spacing.600}"
504
+ }
505
+ }
506
+ }
507
+ },
508
+ "scheduler-colors": {
509
+ "color": {
510
+ "indigo": {
511
+ "$extensions": {
512
+ "com.figma.scopes": [
513
+ "FRAME_FILL"
514
+ ]
515
+ },
516
+ "$type": "color",
517
+ "$value": "{color.surface.utility.indigo.subdued.rest}"
518
+ },
519
+ "pink": {
520
+ "$extensions": {
521
+ "com.figma.scopes": [
522
+ "FRAME_FILL"
523
+ ]
524
+ },
525
+ "$type": "color",
526
+ "$value": "{color.surface.utility.pink.subdued.rest}"
527
+ },
528
+ "default": {
529
+ "$extensions": {
530
+ "com.figma.scopes": [
531
+ "FRAME_FILL"
532
+ ]
533
+ },
534
+ "$type": "color",
535
+ "$value": "{color.surface.primary.deep.rest}"
536
+ },
537
+ "gray": {
538
+ "$extensions": {
539
+ "com.figma.scopes": [
540
+ "FRAME_FILL"
541
+ ]
542
+ },
543
+ "$type": "color",
544
+ "$value": "{color.surface.utility.gray.subdued.rest}"
545
+ },
546
+ "teal": {
547
+ "$extensions": {
548
+ "com.figma.scopes": [
549
+ "FRAME_FILL"
550
+ ]
551
+ },
552
+ "$type": "color",
553
+ "$value": "{color.surface.utility.teal.subdued.rest}"
554
+ },
555
+ "red": {
556
+ "$extensions": {
557
+ "com.figma.scopes": [
558
+ "FRAME_FILL"
559
+ ]
560
+ },
561
+ "$type": "color",
562
+ "$value": "{color.surface.utility.red.subdued.rest}"
563
+ },
564
+ "cyan": {
565
+ "$extensions": {
566
+ "com.figma.scopes": [
567
+ "FRAME_FILL"
568
+ ]
569
+ },
570
+ "$type": "color",
571
+ "$value": "{color.surface.utility.cyan.subdued.rest}"
572
+ },
573
+ "blue": {
574
+ "$extensions": {
575
+ "com.figma.scopes": [
576
+ "FRAME_FILL"
577
+ ]
578
+ },
579
+ "$type": "color",
580
+ "$value": "{color.surface.utility.blue.subdued.rest}"
581
+ },
582
+ "purple": {
583
+ "$extensions": {
584
+ "com.figma.scopes": [
585
+ "FRAME_FILL"
586
+ ]
587
+ },
588
+ "$type": "color",
589
+ "$value": "{color.surface.utility.purple.subdued.rest}"
590
+ },
591
+ "orange": {
592
+ "$extensions": {
593
+ "com.figma.scopes": [
594
+ "FRAME_FILL"
595
+ ]
596
+ },
597
+ "$type": "color",
598
+ "$value": "{color.surface.utility.orange.subdued.rest}"
599
+ },
600
+ "green": {
601
+ "$extensions": {
602
+ "com.figma.scopes": [
603
+ "FRAME_FILL"
604
+ ]
605
+ },
606
+ "$type": "color",
607
+ "$value": "{color.surface.utility.green.subdued.rest}"
608
+ },
609
+ "yellow": {
610
+ "$extensions": {
611
+ "com.figma.scopes": [
612
+ "FRAME_FILL"
613
+ ]
614
+ },
615
+ "$type": "color",
616
+ "$value": "{color.surface.utility.yellow.subdued.rest}"
617
+ }
618
+ }
619
+ },
620
+ "appointment-item": {
621
+ "color": {
622
+ "focused": {
623
+ "description": {
624
+ "$extensions": {
625
+ "com.figma.scopes": [
626
+ "TEXT_FILL"
627
+ ]
628
+ },
629
+ "$type": "color",
630
+ "$value": "{color.content.neutral.default.rest}"
631
+ },
632
+ "frame": {
633
+ "$extensions": {
634
+ "com.figma.scopes": [
635
+ "ALL_SCOPES"
636
+ ]
637
+ },
638
+ "$type": "color",
639
+ "$value": "{color.theme-builder.focus}"
640
+ },
641
+ "subject": {
642
+ "$extensions": {
643
+ "com.figma.scopes": [
644
+ "TEXT_FILL"
645
+ ]
646
+ },
647
+ "$type": "color",
648
+ "$value": "{color.content.neutral.default.rest}"
649
+ },
650
+ "time": {
651
+ "$extensions": {
652
+ "com.figma.scopes": [
653
+ "TEXT_FILL"
654
+ ]
655
+ },
656
+ "$type": "color",
657
+ "$value": "{color.content.neutral.default.rest}"
658
+ }
659
+ },
660
+ "drag-preview": {
661
+ "frame": {
662
+ "$extensions": {
663
+ "com.figma.scopes": [
664
+ "STROKE_COLOR"
665
+ ]
666
+ },
667
+ "$type": "color",
668
+ "$value": "{color.theme-builder.focus}"
669
+ },
670
+ "subject": {
671
+ "$extensions": {
672
+ "com.figma.scopes": [
673
+ "TEXT_FILL"
674
+ ]
675
+ },
676
+ "$type": "color",
677
+ "$value": "{color.content.neutral.default.rest}"
678
+ },
679
+ "time": {
680
+ "$extensions": {
681
+ "com.figma.scopes": [
682
+ "TEXT_FILL"
683
+ ]
684
+ },
685
+ "$type": "color",
686
+ "$value": "{color.content.neutral.default.rest}"
687
+ },
688
+ "description": {
689
+ "$extensions": {
690
+ "com.figma.scopes": [
691
+ "TEXT_FILL"
692
+ ]
693
+ },
694
+ "$type": "color",
695
+ "$value": "{color.content.neutral.default.rest}"
696
+ }
697
+ },
698
+ "normal": {
699
+ "time": {
700
+ "$extensions": {
701
+ "com.figma.scopes": [
702
+ "TEXT_FILL"
703
+ ]
704
+ },
705
+ "$type": "color",
706
+ "$value": "{color.content.neutral.default.rest}"
707
+ },
708
+ "subject": {
709
+ "$extensions": {
710
+ "com.figma.scopes": [
711
+ "TEXT_FILL"
712
+ ]
713
+ },
714
+ "$type": "color",
715
+ "$value": "{color.content.neutral.default.rest}"
716
+ },
717
+ "description": {
718
+ "$extensions": {
719
+ "com.figma.scopes": [
720
+ "TEXT_FILL"
721
+ ]
722
+ },
723
+ "$type": "color",
724
+ "$value": "{color.content.neutral.default.rest}"
725
+ }
726
+ },
727
+ "selected": {
728
+ "time": {
729
+ "$extensions": {
730
+ "com.figma.scopes": [
731
+ "TEXT_FILL"
732
+ ]
733
+ },
734
+ "$type": "color",
735
+ "$value": "{color.content.neutral.default.rest}"
736
+ },
737
+ "border": {
738
+ "$extensions": {
739
+ "com.figma.scopes": [
740
+ "ALL_SCOPES"
741
+ ]
742
+ },
743
+ "$type": "color",
744
+ "$value": "{color.theme-builder.focus}"
745
+ },
746
+ "description": {
747
+ "$extensions": {
748
+ "com.figma.scopes": [
749
+ "TEXT_FILL"
750
+ ]
751
+ },
752
+ "$type": "color",
753
+ "$value": "{color.content.neutral.default.rest}"
754
+ },
755
+ "subject": {
756
+ "$extensions": {
757
+ "com.figma.scopes": [
758
+ "TEXT_FILL"
759
+ ]
760
+ },
761
+ "$type": "color",
762
+ "$value": "{color.content.neutral.default.rest}"
763
+ }
764
+ },
765
+ "drag-placeholder": {
766
+ "subject": {
767
+ "$extensions": {
768
+ "com.figma.scopes": [
769
+ "TEXT_FILL"
770
+ ]
771
+ },
772
+ "$type": "color",
773
+ "$value": "{color.content.neutral.default.rest}"
774
+ },
775
+ "description": {
776
+ "$extensions": {
777
+ "com.figma.scopes": [
778
+ "TEXT_FILL"
779
+ ]
780
+ },
781
+ "$type": "color",
782
+ "$value": "{color.content.neutral.default.rest}"
783
+ },
784
+ "time": {
785
+ "$extensions": {
786
+ "com.figma.scopes": [
787
+ "TEXT_FILL"
788
+ ]
789
+ },
790
+ "$type": "color",
791
+ "$value": "{color.content.neutral.default.rest}"
792
+ }
793
+ },
794
+ "hovered": {
795
+ "time": {
796
+ "$extensions": {
797
+ "com.figma.scopes": [
798
+ "TEXT_FILL"
799
+ ]
800
+ },
801
+ "$type": "color",
802
+ "$value": "{color.content.neutral.default.rest}"
803
+ },
804
+ "subject": {
805
+ "$extensions": {
806
+ "com.figma.scopes": [
807
+ "TEXT_FILL"
808
+ ]
809
+ },
810
+ "$type": "color",
811
+ "$value": "{color.content.neutral.default.rest}"
812
+ },
813
+ "description": {
814
+ "$extensions": {
815
+ "com.figma.scopes": [
816
+ "TEXT_FILL"
817
+ ]
818
+ },
819
+ "$type": "color",
820
+ "$value": "{color.content.neutral.default.rest}"
821
+ }
822
+ }
823
+ },
824
+ "typography": {
825
+ "subject": {
826
+ "font-family": {
827
+ "$extensions": {
828
+ "com.figma.scopes": [
829
+ "FONT_FAMILY"
830
+ ]
831
+ },
832
+ "$type": "text",
833
+ "$value": "{font-family.sans-serif}"
834
+ },
835
+ "font-size": {
836
+ "$extensions": {
837
+ "com.figma.scopes": [
838
+ "FONT_SIZE"
839
+ ]
840
+ },
841
+ "$type": "number",
842
+ "$value": "{font-size.base.sm}"
843
+ },
844
+ "line-height": {
845
+ "$extensions": {
846
+ "com.figma.scopes": [
847
+ "LINE_HEIGHT"
848
+ ]
849
+ },
850
+ "$type": "number",
851
+ "$value": "{line-height.base.sm}"
852
+ },
853
+ "font-weight": {
854
+ "$extensions": {
855
+ "com.figma.scopes": [
856
+ "FONT_WEIGHT"
857
+ ]
858
+ },
859
+ "$type": "number",
860
+ "$value": "{font-weight.base.strong}"
861
+ }
862
+ },
863
+ "time": {
864
+ "font-family": {
865
+ "$extensions": {
866
+ "com.figma.scopes": [
867
+ "FONT_FAMILY"
868
+ ]
869
+ },
870
+ "$type": "text",
871
+ "$value": "{font-family.sans-serif}"
872
+ },
873
+ "line-height": {
874
+ "$extensions": {
875
+ "com.figma.scopes": [
876
+ "LINE_HEIGHT"
877
+ ]
878
+ },
879
+ "$type": "number",
880
+ "$value": "{line-height.base.sm}"
881
+ },
882
+ "font-size": {
883
+ "$extensions": {
884
+ "com.figma.scopes": [
885
+ "FONT_SIZE"
886
+ ]
887
+ },
888
+ "$type": "number",
889
+ "$value": "{font-size.base.sm}"
890
+ },
891
+ "font-weight": {
892
+ "$extensions": {
893
+ "com.figma.scopes": [
894
+ "FONT_WEIGHT"
895
+ ]
896
+ },
897
+ "$type": "number",
898
+ "$value": "{font-weight.base.default}"
899
+ }
900
+ },
901
+ "description": {
902
+ "font-family": {
903
+ "$extensions": {
904
+ "com.figma.scopes": [
905
+ "FONT_FAMILY"
906
+ ]
907
+ },
908
+ "$type": "text",
909
+ "$value": "{font-family.sans-serif}"
910
+ },
911
+ "line-height": {
912
+ "$extensions": {
913
+ "com.figma.scopes": [
914
+ "LINE_HEIGHT"
915
+ ]
916
+ },
917
+ "$type": "number",
918
+ "$value": "{line-height.base.xs}"
919
+ },
920
+ "font-size": {
921
+ "$extensions": {
922
+ "com.figma.scopes": [
923
+ "FONT_SIZE"
924
+ ]
925
+ },
926
+ "$type": "number",
927
+ "$value": "{font-size.base.xs}"
928
+ },
929
+ "font-weight": {
930
+ "$extensions": {
931
+ "com.figma.scopes": [
932
+ "FONT_WEIGHT"
933
+ ]
934
+ },
935
+ "$type": "number",
936
+ "$value": "{font-weight.base.default}"
937
+ }
938
+ }
939
+ },
940
+ "border-radius": {
941
+ "default": {
942
+ "$extensions": {
943
+ "com.figma.scopes": [
944
+ "CORNER_RADIUS"
945
+ ]
946
+ },
947
+ "$type": "number",
948
+ "$value": "{border-radius.theme-builder.default}"
949
+ }
950
+ },
951
+ "opacity": {
952
+ "drag-preview": {
953
+ "$extensions": {
954
+ "com.figma.scopes": [
955
+ "OPACITY"
956
+ ]
957
+ },
958
+ "$type": "number",
959
+ "$value": "{opacity.100}"
960
+ },
961
+ "focused": {
962
+ "$extensions": {
963
+ "com.figma.scopes": [
964
+ "OPACITY"
965
+ ]
966
+ },
967
+ "$type": "number",
968
+ "$value": "{opacity.80}"
969
+ },
970
+ "normal": {
971
+ "$extensions": {
972
+ "com.figma.scopes": [
973
+ "OPACITY"
974
+ ]
975
+ },
976
+ "$type": "number",
977
+ "$value": "{opacity.80}"
978
+ },
979
+ "drag-placeholder": {
980
+ "$extensions": {
981
+ "com.figma.scopes": [
982
+ "OPACITY"
983
+ ]
984
+ },
985
+ "$type": "number",
986
+ "$value": "{opacity.40}"
987
+ },
988
+ "hovered": {
989
+ "$extensions": {
990
+ "com.figma.scopes": [
991
+ "OPACITY"
992
+ ]
993
+ },
994
+ "$type": "number",
995
+ "$value": "{opacity.100}"
996
+ },
997
+ "selected": {
998
+ "$extensions": {
999
+ "com.figma.scopes": [
1000
+ "OPACITY"
1001
+ ]
1002
+ },
1003
+ "$type": "number",
1004
+ "$value": "{opacity.100}"
1005
+ }
1006
+ },
1007
+ "border-width": {
1008
+ "focus": {
1009
+ "$extensions": {
1010
+ "com.figma.scopes": [
1011
+ "STROKE_FLOAT"
1012
+ ]
1013
+ },
1014
+ "$type": "number",
1015
+ "$value": "{border-width.theme-builder.focus}"
1016
+ },
1017
+ "drag-preview": {
1018
+ "$extensions": {
1019
+ "com.figma.scopes": [
1020
+ "STROKE_FLOAT"
1021
+ ]
1022
+ },
1023
+ "$type": "number",
1024
+ "$value": "{border-width.theme-builder.focus}"
1025
+ },
1026
+ "selected": {
1027
+ "$extensions": {
1028
+ "com.figma.scopes": [
1029
+ "STROKE_FLOAT"
1030
+ ]
1031
+ },
1032
+ "$type": "number",
1033
+ "$value": "{border-width.theme-builder.focus}"
1034
+ }
1035
+ },
1036
+ "layout": {
1037
+ "content-box": {
1038
+ "gap": {
1039
+ "$extensions": {
1040
+ "com.figma.scopes": [
1041
+ "GAP"
1042
+ ]
1043
+ },
1044
+ "$type": "number",
1045
+ "$value": "{spacing.20}"
1046
+ },
1047
+ "vertical": {
1048
+ "$extensions": {
1049
+ "com.figma.scopes": [
1050
+ "GAP"
1051
+ ]
1052
+ },
1053
+ "$type": "number",
1054
+ "$value": "{spacing.40}"
1055
+ },
1056
+ "horizontal": {
1057
+ "$extensions": {
1058
+ "com.figma.scopes": [
1059
+ "GAP"
1060
+ ]
1061
+ },
1062
+ "$type": "number",
1063
+ "$value": "{spacing.40}"
1064
+ }
1065
+ },
1066
+ "icon-box": {
1067
+ "vertical": {
1068
+ "$extensions": {
1069
+ "com.figma.scopes": [
1070
+ "GAP"
1071
+ ]
1072
+ },
1073
+ "$type": "number",
1074
+ "$value": "{spacing.40}"
1075
+ },
1076
+ "horizontal": {
1077
+ "$extensions": {
1078
+ "com.figma.scopes": [
1079
+ "GAP"
1080
+ ]
1081
+ },
1082
+ "$type": "number",
1083
+ "$value": "{spacing.40}"
1084
+ }
1085
+ },
1086
+ "outer-box": {
1087
+ "horizontal": {
1088
+ "$extensions": {
1089
+ "com.figma.scopes": [
1090
+ "GAP"
1091
+ ]
1092
+ },
1093
+ "$type": "number",
1094
+ "$value": "{spacing.20}"
1095
+ },
1096
+ "vertical": {
1097
+ "$extensions": {
1098
+ "com.figma.scopes": [
1099
+ "GAP"
1100
+ ]
1101
+ },
1102
+ "$type": "number",
1103
+ "$value": "{spacing.20}"
1104
+ }
1105
+ }
1106
+ }
1107
+ },
1108
+ "resize-handle": {
1109
+ "color": {
1110
+ "indicator": {
1111
+ "bg": {
1112
+ "$extensions": {
1113
+ "com.figma.scopes": [
1114
+ "FRAME_FILL",
1115
+ "SHAPE_FILL"
1116
+ ]
1117
+ },
1118
+ "$type": "color",
1119
+ "$value": "{color.surface.neutral.default.inverted.rest}"
1120
+ }
1121
+ }
1122
+ },
1123
+ "opacity": {
1124
+ "indicator": {
1125
+ "bg": {
1126
+ "$extensions": {
1127
+ "com.figma.scopes": [
1128
+ "OPACITY"
1129
+ ]
1130
+ },
1131
+ "$type": "number",
1132
+ "$value": "{opacity.30}"
1133
+ }
1134
+ }
1135
+ },
1136
+ "layout": {
1137
+ "outer-box": {
1138
+ "size": {
1139
+ "$extensions": {
1140
+ "com.figma.scopes": [
1141
+ "WIDTH_HEIGHT"
1142
+ ]
1143
+ },
1144
+ "$type": "number",
1145
+ "$value": "{spacing.60}"
1146
+ }
1147
+ },
1148
+ "indicator": {
1149
+ "height": {
1150
+ "$extensions": {
1151
+ "com.figma.scopes": [
1152
+ "WIDTH_HEIGHT"
1153
+ ]
1154
+ },
1155
+ "$type": "number",
1156
+ "$value": "{spacing.20}"
1157
+ },
1158
+ "width": {
1159
+ "$extensions": {
1160
+ "com.figma.scopes": [
1161
+ "WIDTH_HEIGHT"
1162
+ ]
1163
+ },
1164
+ "$type": "number",
1165
+ "$value": "{spacing.160}"
1166
+ }
1167
+ }
1168
+ },
1169
+ "border-radius": {
1170
+ "indicator": {
1171
+ "default": {
1172
+ "$extensions": {
1173
+ "com.figma.scopes": [
1174
+ "CORNER_RADIUS"
1175
+ ]
1176
+ },
1177
+ "$type": "number",
1178
+ "$value": "{border-radius.full}"
1179
+ }
1180
+ }
1181
+ }
1182
+ },
1183
+ "table-cell-time": {
1184
+ "color": {
1185
+ "minute": {
1186
+ "$extensions": {
1187
+ "com.figma.scopes": [
1188
+ "TEXT_FILL"
1189
+ ]
1190
+ },
1191
+ "$type": "color",
1192
+ "$value": "{color.content.neutral.default.rest}"
1193
+ },
1194
+ "hour": {
1195
+ "$extensions": {
1196
+ "com.figma.scopes": [
1197
+ "TEXT_FILL"
1198
+ ]
1199
+ },
1200
+ "$type": "color",
1201
+ "$value": "{color.content.neutral.default.rest}"
1202
+ },
1203
+ "inner-border": {
1204
+ "$extensions": {
1205
+ "com.figma.scopes": [
1206
+ "STROKE_COLOR"
1207
+ ]
1208
+ },
1209
+ "$type": "color",
1210
+ "$value": "{color.border.neutral.default.disabled}"
1211
+ }
1212
+ },
1213
+ "typography": {
1214
+ "hour": {
1215
+ "font-family": {
1216
+ "$extensions": {
1217
+ "com.figma.scopes": [
1218
+ "FONT_FAMILY"
1219
+ ]
1220
+ },
1221
+ "$type": "text",
1222
+ "$value": "{font-family.sans-serif}"
1223
+ },
1224
+ "font-weight": {
1225
+ "$extensions": {
1226
+ "com.figma.scopes": [
1227
+ "FONT_WEIGHT"
1228
+ ]
1229
+ },
1230
+ "$type": "number",
1231
+ "$value": "{font-weight.base.default}"
1232
+ },
1233
+ "line-height": {
1234
+ "$extensions": {
1235
+ "com.figma.scopes": [
1236
+ "LINE_HEIGHT"
1237
+ ]
1238
+ },
1239
+ "$type": "number",
1240
+ "$value": "{line-height.base.lg}"
1241
+ },
1242
+ "font-size": {
1243
+ "$extensions": {
1244
+ "com.figma.scopes": [
1245
+ "FONT_SIZE"
1246
+ ]
1247
+ },
1248
+ "$type": "number",
1249
+ "$value": "{font-size.base.lg}"
1250
+ }
1251
+ },
1252
+ "minute": {
1253
+ "font-family": {
1254
+ "$extensions": {
1255
+ "com.figma.scopes": [
1256
+ "FONT_FAMILY"
1257
+ ]
1258
+ },
1259
+ "$type": "text",
1260
+ "$value": "{font-family.sans-serif}"
1261
+ },
1262
+ "line-height": {
1263
+ "$extensions": {
1264
+ "com.figma.scopes": [
1265
+ "LINE_HEIGHT"
1266
+ ]
1267
+ },
1268
+ "$type": "number",
1269
+ "$value": "{line-height.base.sm}"
1270
+ },
1271
+ "font-weight": {
1272
+ "$extensions": {
1273
+ "com.figma.scopes": [
1274
+ "FONT_WEIGHT"
1275
+ ]
1276
+ },
1277
+ "$type": "number",
1278
+ "$value": "{font-weight.base.default}"
1279
+ },
1280
+ "font-size": {
1281
+ "$extensions": {
1282
+ "com.figma.scopes": [
1283
+ "FONT_SIZE"
1284
+ ]
1285
+ },
1286
+ "$type": "number",
1287
+ "$value": "{font-size.base.sm}"
1288
+ }
1289
+ }
1290
+ },
1291
+ "layout": {
1292
+ "outer-box": {
1293
+ "width": {
1294
+ "$extensions": {
1295
+ "com.figma.scopes": [
1296
+ "WIDTH_HEIGHT"
1297
+ ]
1298
+ },
1299
+ "$type": "number",
1300
+ "$value": "{spacing.600}"
1301
+ }
1302
+ },
1303
+ "minute-cell": {
1304
+ "min-height": {
1305
+ "$extensions": {
1306
+ "com.figma.scopes": [
1307
+ "WIDTH_HEIGHT"
1308
+ ]
1309
+ },
1310
+ "$type": "number",
1311
+ "$value": "{spacing.300}"
1312
+ },
1313
+ "width": {
1314
+ "$extensions": {
1315
+ "com.figma.scopes": [
1316
+ "WIDTH_HEIGHT"
1317
+ ]
1318
+ },
1319
+ "$type": "number",
1320
+ "$value": "{spacing.300}"
1321
+ }
1322
+ }
1323
+ }
1324
+ },
1325
+ "time-indicator-items": {
1326
+ "color": {
1327
+ "marker-image": {
1328
+ "border": {
1329
+ "$extensions": {
1330
+ "com.figma.scopes": [
1331
+ "STROKE_COLOR"
1332
+ ]
1333
+ },
1334
+ "$type": "color",
1335
+ "$value": "{color.surface.neutral.default.rest}"
1336
+ },
1337
+ "bg": {
1338
+ "$extensions": {
1339
+ "com.figma.scopes": [
1340
+ "FRAME_FILL"
1341
+ ]
1342
+ },
1343
+ "$type": "color",
1344
+ "$value": "{color.surface.primary.default.rest}"
1345
+ }
1346
+ },
1347
+ "marker-line": {
1348
+ "border": {
1349
+ "$extensions": {
1350
+ "com.figma.scopes": [
1351
+ "ALL_SCOPES"
1352
+ ]
1353
+ },
1354
+ "$type": "color",
1355
+ "$value": "{color.border.primary.compound.rest}"
1356
+ }
1357
+ },
1358
+ "indicator-line": {
1359
+ "border": {
1360
+ "$extensions": {
1361
+ "com.figma.scopes": [
1362
+ "ALL_SCOPES"
1363
+ ]
1364
+ },
1365
+ "$type": "color",
1366
+ "$value": "{color.border.primary.compound.rest}"
1367
+ }
1368
+ }
1369
+ },
1370
+ "border-radius": {
1371
+ "marker-image": {
1372
+ "$extensions": {
1373
+ "com.figma.scopes": [
1374
+ "CORNER_RADIUS"
1375
+ ]
1376
+ },
1377
+ "$type": "number",
1378
+ "$value": "{border-radius.full}"
1379
+ }
1380
+ },
1381
+ "layout": {
1382
+ "marker-image": {
1383
+ "height": {
1384
+ "$extensions": {
1385
+ "com.figma.scopes": [
1386
+ "WIDTH_HEIGHT"
1387
+ ]
1388
+ },
1389
+ "$type": "number",
1390
+ "$value": "{spacing.120}"
1391
+ },
1392
+ "width": {
1393
+ "$extensions": {
1394
+ "com.figma.scopes": [
1395
+ "WIDTH_HEIGHT"
1396
+ ]
1397
+ },
1398
+ "$type": "number",
1399
+ "$value": "{spacing.120}"
1400
+ }
1401
+ },
1402
+ "marker-line": {
1403
+ "horizontal": {
1404
+ "height": {
1405
+ "$extensions": {
1406
+ "com.figma.scopes": [
1407
+ "WIDTH_HEIGHT"
1408
+ ]
1409
+ },
1410
+ "$type": "number",
1411
+ "$value": "{spacing.120}"
1412
+ }
1413
+ },
1414
+ "vertical": {
1415
+ "width": {
1416
+ "$extensions": {
1417
+ "com.figma.scopes": [
1418
+ "WIDTH_HEIGHT"
1419
+ ]
1420
+ },
1421
+ "$type": "number",
1422
+ "$value": "{spacing.120}"
1423
+ }
1424
+ }
1425
+ },
1426
+ "indicator-line": {
1427
+ "horizontal": {
1428
+ "height": {
1429
+ "$extensions": {
1430
+ "com.figma.scopes": [
1431
+ "WIDTH_HEIGHT"
1432
+ ]
1433
+ },
1434
+ "$type": "number",
1435
+ "$value": "{spacing.120}"
1436
+ }
1437
+ },
1438
+ "vertical": {
1439
+ "width": {
1440
+ "$extensions": {
1441
+ "com.figma.scopes": [
1442
+ "WIDTH_HEIGHT"
1443
+ ]
1444
+ },
1445
+ "$type": "number",
1446
+ "$value": "{spacing.120}"
1447
+ }
1448
+ }
1449
+ }
1450
+ },
1451
+ "border-width": {
1452
+ "marker-image": {
1453
+ "$extensions": {
1454
+ "com.figma.scopes": [
1455
+ "STROKE_FLOAT"
1456
+ ]
1457
+ },
1458
+ "$type": "number",
1459
+ "$value": "{border-width.20}"
1460
+ },
1461
+ "indicator-line": {
1462
+ "$extensions": {
1463
+ "com.figma.scopes": [
1464
+ "STROKE_FLOAT"
1465
+ ]
1466
+ },
1467
+ "$type": "number",
1468
+ "$value": "{border-width.20}"
1469
+ },
1470
+ "marker-line": {
1471
+ "$extensions": {
1472
+ "com.figma.scopes": [
1473
+ "STROKE_FLOAT"
1474
+ ]
1475
+ },
1476
+ "$type": "number",
1477
+ "$value": "{border-width.10}"
1478
+ }
1479
+ }
1480
+ },
1481
+ "header-date-cell": {
1482
+ "color": {
1483
+ "normal": {
1484
+ "month": {
1485
+ "$extensions": {
1486
+ "com.figma.scopes": [
1487
+ "TEXT_FILL"
1488
+ ]
1489
+ },
1490
+ "$type": "color",
1491
+ "$value": "{color.content.neutral.subdued.rest}"
1492
+ },
1493
+ "day": {
1494
+ "$extensions": {
1495
+ "com.figma.scopes": [
1496
+ "TEXT_FILL"
1497
+ ]
1498
+ },
1499
+ "$type": "color",
1500
+ "$value": "{color.content.neutral.subdued.rest}"
1501
+ },
1502
+ "weekday": {
1503
+ "$extensions": {
1504
+ "com.figma.scopes": [
1505
+ "TEXT_FILL"
1506
+ ]
1507
+ },
1508
+ "$type": "color",
1509
+ "$value": "{color.content.neutral.subdued.rest}"
1510
+ }
1511
+ },
1512
+ "today": {
1513
+ "day": {
1514
+ "$extensions": {
1515
+ "com.figma.scopes": [
1516
+ "TEXT_FILL"
1517
+ ]
1518
+ },
1519
+ "$type": "color",
1520
+ "$value": "{color.content.primary.default.rest}"
1521
+ },
1522
+ "weekday": {
1523
+ "$extensions": {
1524
+ "com.figma.scopes": [
1525
+ "TEXT_FILL"
1526
+ ]
1527
+ },
1528
+ "$type": "color",
1529
+ "$value": "{color.content.primary.default.rest}"
1530
+ },
1531
+ "month": {
1532
+ "$extensions": {
1533
+ "com.figma.scopes": [
1534
+ "TEXT_FILL"
1535
+ ]
1536
+ },
1537
+ "$type": "color",
1538
+ "$value": "{color.content.primary.default.rest}"
1539
+ }
1540
+ }
1541
+ },
1542
+ "typography": {
1543
+ "month": {
1544
+ "font-family": {
1545
+ "$extensions": {
1546
+ "com.figma.scopes": [
1547
+ "FONT_FAMILY"
1548
+ ]
1549
+ },
1550
+ "$type": "text",
1551
+ "$value": "{font-family.sans-serif}"
1552
+ },
1553
+ "line-height": {
1554
+ "$extensions": {
1555
+ "com.figma.scopes": [
1556
+ "LINE_HEIGHT"
1557
+ ]
1558
+ },
1559
+ "$type": "number",
1560
+ "$value": "{line-height.title.md}"
1561
+ },
1562
+ "font-size": {
1563
+ "$extensions": {
1564
+ "com.figma.scopes": [
1565
+ "FONT_SIZE"
1566
+ ]
1567
+ },
1568
+ "$type": "number",
1569
+ "$value": "{font-size.title.md}"
1570
+ },
1571
+ "font-weight": {
1572
+ "$extensions": {
1573
+ "com.figma.scopes": [
1574
+ "FONT_WEIGHT"
1575
+ ]
1576
+ },
1577
+ "$type": "number",
1578
+ "$value": "{font-weight.title.default}"
1579
+ }
1580
+ },
1581
+ "weekday": {
1582
+ "font-family": {
1583
+ "$extensions": {
1584
+ "com.figma.scopes": [
1585
+ "FONT_FAMILY"
1586
+ ]
1587
+ },
1588
+ "$type": "text",
1589
+ "$value": "{font-family.sans-serif}"
1590
+ },
1591
+ "line-height": {
1592
+ "$extensions": {
1593
+ "com.figma.scopes": [
1594
+ "LINE_HEIGHT"
1595
+ ]
1596
+ },
1597
+ "$type": "number",
1598
+ "$value": "{line-height.base.md}"
1599
+ },
1600
+ "font-size": {
1601
+ "$extensions": {
1602
+ "com.figma.scopes": [
1603
+ "FONT_SIZE"
1604
+ ]
1605
+ },
1606
+ "$type": "number",
1607
+ "$value": "{font-size.base.md}"
1608
+ },
1609
+ "font-weight": {
1610
+ "$extensions": {
1611
+ "com.figma.scopes": [
1612
+ "FONT_WEIGHT"
1613
+ ]
1614
+ },
1615
+ "$type": "number",
1616
+ "$value": "{font-weight.base.default}"
1617
+ }
1618
+ },
1619
+ "day": {
1620
+ "font-family": {
1621
+ "$extensions": {
1622
+ "com.figma.scopes": [
1623
+ "FONT_FAMILY"
1624
+ ]
1625
+ },
1626
+ "$type": "text",
1627
+ "$value": "{font-family.sans-serif}"
1628
+ },
1629
+ "font-weight": {
1630
+ "$extensions": {
1631
+ "com.figma.scopes": [
1632
+ "FONT_WEIGHT"
1633
+ ]
1634
+ },
1635
+ "$type": "number",
1636
+ "$value": "{font-weight.title.default}"
1637
+ },
1638
+ "font-size": {
1639
+ "$extensions": {
1640
+ "com.figma.scopes": [
1641
+ "FONT_SIZE"
1642
+ ]
1643
+ },
1644
+ "$type": "number",
1645
+ "$value": "{font-size.title.md}"
1646
+ },
1647
+ "line-height": {
1648
+ "$extensions": {
1649
+ "com.figma.scopes": [
1650
+ "LINE_HEIGHT"
1651
+ ]
1652
+ },
1653
+ "$type": "number",
1654
+ "$value": "{line-height.title.md}"
1655
+ }
1656
+ }
1657
+ },
1658
+ "layout": {
1659
+ "inner-box": {
1660
+ "gap": {
1661
+ "$extensions": {
1662
+ "com.figma.scopes": [
1663
+ "GAP"
1664
+ ]
1665
+ },
1666
+ "$type": "number",
1667
+ "$value": "{spacing.60}"
1668
+ }
1669
+ },
1670
+ "outer-box": {
1671
+ "top": {
1672
+ "$extensions": {
1673
+ "com.figma.scopes": [
1674
+ "GAP"
1675
+ ]
1676
+ },
1677
+ "$type": "number",
1678
+ "$value": "{spacing.40}"
1679
+ },
1680
+ "horizontal": {
1681
+ "$extensions": {
1682
+ "com.figma.scopes": [
1683
+ "GAP"
1684
+ ]
1685
+ },
1686
+ "$type": "number",
1687
+ "$value": "{spacing.120}"
1688
+ },
1689
+ "bottom": {
1690
+ "$extensions": {
1691
+ "com.figma.scopes": [
1692
+ "GAP"
1693
+ ]
1694
+ },
1695
+ "$type": "number",
1696
+ "$value": "{spacing.30}"
1697
+ }
1698
+ },
1699
+ "weekday-box": {
1700
+ "bottom": {
1701
+ "$extensions": {
1702
+ "com.figma.scopes": [
1703
+ "GAP"
1704
+ ]
1705
+ },
1706
+ "$type": "number",
1707
+ "$value": "{spacing.20}"
1708
+ }
1709
+ }
1710
+ }
1711
+ },
1712
+ "header-all-day-cell": {
1713
+ "color": {
1714
+ "out-of-range": {
1715
+ "hovered": {
1716
+ "bg": {
1717
+ "$extensions": {
1718
+ "com.figma.scopes": [
1719
+ "FRAME_FILL"
1720
+ ]
1721
+ },
1722
+ "$type": "color",
1723
+ "$value": "{color.surface.neutral.subdued.hovered}"
1724
+ }
1725
+ },
1726
+ "active": {
1727
+ "bg": {
1728
+ "$extensions": {
1729
+ "com.figma.scopes": [
1730
+ "FRAME_FILL"
1731
+ ]
1732
+ },
1733
+ "$type": "color",
1734
+ "$value": "{color.surface.neutral.subdued.active}"
1735
+ }
1736
+ },
1737
+ "normal": {
1738
+ "bg": {
1739
+ "$extensions": {
1740
+ "com.figma.scopes": [
1741
+ "FRAME_FILL"
1742
+ ]
1743
+ },
1744
+ "$type": "color",
1745
+ "$value": "{color.surface.neutral.subdued.rest}"
1746
+ }
1747
+ }
1748
+ },
1749
+ "default": {
1750
+ "active": {
1751
+ "bg": {
1752
+ "$extensions": {
1753
+ "com.figma.scopes": [
1754
+ "FRAME_FILL"
1755
+ ]
1756
+ },
1757
+ "$type": "color",
1758
+ "$value": "{color.surface.neutral.default.active}"
1759
+ }
1760
+ },
1761
+ "normal": {
1762
+ "bg": {
1763
+ "$extensions": {
1764
+ "com.figma.scopes": [
1765
+ "FRAME_FILL"
1766
+ ]
1767
+ },
1768
+ "$type": "color",
1769
+ "$value": "{color.surface.transparent.rest}"
1770
+ }
1771
+ },
1772
+ "hovered": {
1773
+ "bg": {
1774
+ "$extensions": {
1775
+ "com.figma.scopes": [
1776
+ "FRAME_FILL"
1777
+ ]
1778
+ },
1779
+ "$type": "color",
1780
+ "$value": "{color.surface.neutral.default.hovered}"
1781
+ }
1782
+ }
1783
+ }
1784
+ }
1785
+ },
1786
+ "cell-header": {
1787
+ "color": {
1788
+ "normal": {
1789
+ "border": {
1790
+ "$extensions": {
1791
+ "com.figma.scopes": [
1792
+ "STROKE_COLOR"
1793
+ ]
1794
+ },
1795
+ "$type": "color",
1796
+ "$value": "{color.border.transparent.rest}"
1797
+ },
1798
+ "text": {
1799
+ "$extensions": {
1800
+ "com.figma.scopes": [
1801
+ "TEXT_FILL"
1802
+ ]
1803
+ },
1804
+ "$type": "color",
1805
+ "$value": "{color.content.neutral.default.rest}"
1806
+ }
1807
+ },
1808
+ "today": {
1809
+ "border": {
1810
+ "$extensions": {
1811
+ "com.figma.scopes": [
1812
+ "STROKE_COLOR"
1813
+ ]
1814
+ },
1815
+ "$type": "color",
1816
+ "$value": "{color.border.transparent.rest}"
1817
+ },
1818
+ "text": {
1819
+ "$extensions": {
1820
+ "com.figma.scopes": [
1821
+ "TEXT_FILL"
1822
+ ]
1823
+ },
1824
+ "$type": "color",
1825
+ "$value": "{color.content.primary.default.rest}"
1826
+ }
1827
+ }
1828
+ },
1829
+ "typography": {
1830
+ "today": {
1831
+ "font-family": {
1832
+ "$extensions": {
1833
+ "com.figma.scopes": [
1834
+ "FONT_FAMILY"
1835
+ ]
1836
+ },
1837
+ "$type": "text",
1838
+ "$value": "{font-family.sans-serif}"
1839
+ },
1840
+ "font-size": {
1841
+ "$extensions": {
1842
+ "com.figma.scopes": [
1843
+ "FONT_SIZE"
1844
+ ]
1845
+ },
1846
+ "$type": "number",
1847
+ "$value": "{font-size.base.sm}"
1848
+ },
1849
+ "font-weight": {
1850
+ "$extensions": {
1851
+ "com.figma.scopes": [
1852
+ "FONT_WEIGHT"
1853
+ ]
1854
+ },
1855
+ "$type": "number",
1856
+ "$value": "{font-weight.base.strong}"
1857
+ },
1858
+ "line-height": {
1859
+ "$extensions": {
1860
+ "com.figma.scopes": [
1861
+ "LINE_HEIGHT"
1862
+ ]
1863
+ },
1864
+ "$type": "number",
1865
+ "$value": "{line-height.base.sm}"
1866
+ }
1867
+ },
1868
+ "normal": {
1869
+ "font-family": {
1870
+ "$extensions": {
1871
+ "com.figma.scopes": [
1872
+ "FONT_FAMILY"
1873
+ ]
1874
+ },
1875
+ "$type": "text",
1876
+ "$value": "{font-family.sans-serif}"
1877
+ },
1878
+ "line-height": {
1879
+ "$extensions": {
1880
+ "com.figma.scopes": [
1881
+ "LINE_HEIGHT"
1882
+ ]
1883
+ },
1884
+ "$type": "number",
1885
+ "$value": "{line-height.base.sm}"
1886
+ },
1887
+ "font-weight": {
1888
+ "$extensions": {
1889
+ "com.figma.scopes": [
1890
+ "FONT_WEIGHT"
1891
+ ]
1892
+ },
1893
+ "$type": "number",
1894
+ "$value": "{font-weight.base.default}"
1895
+ },
1896
+ "font-size": {
1897
+ "$extensions": {
1898
+ "com.figma.scopes": [
1899
+ "FONT_SIZE"
1900
+ ]
1901
+ },
1902
+ "$type": "number",
1903
+ "$value": "{font-size.base.sm}"
1904
+ }
1905
+ }
1906
+ },
1907
+ "layout": {
1908
+ "horizontal": {
1909
+ "$extensions": {
1910
+ "com.figma.scopes": [
1911
+ "GAP"
1912
+ ]
1913
+ },
1914
+ "$type": "number",
1915
+ "$value": "{spacing.80}"
1916
+ },
1917
+ "bottom": {
1918
+ "$extensions": {
1919
+ "com.figma.scopes": [
1920
+ "GAP"
1921
+ ]
1922
+ },
1923
+ "$type": "number",
1924
+ "$value": "{spacing.30}"
1925
+ },
1926
+ "top": {
1927
+ "$extensions": {
1928
+ "com.figma.scopes": [
1929
+ "GAP"
1930
+ ]
1931
+ },
1932
+ "$type": "number",
1933
+ "$value": "{spacing.40}"
1934
+ }
1935
+ }
1936
+ },
1937
+ "header-weekday-cell": {
1938
+ "color": {
1939
+ "text": {
1940
+ "$extensions": {
1941
+ "com.figma.scopes": [
1942
+ "TEXT_FILL"
1943
+ ]
1944
+ },
1945
+ "$type": "color",
1946
+ "$value": "{color.content.neutral.subdued.rest}"
1947
+ }
1948
+ },
1949
+ "typography": {
1950
+ "font-family": {
1951
+ "$extensions": {
1952
+ "com.figma.scopes": [
1953
+ "FONT_FAMILY"
1954
+ ]
1955
+ },
1956
+ "$type": "text",
1957
+ "$value": "{font-family.sans-serif}"
1958
+ },
1959
+ "font-size": {
1960
+ "$extensions": {
1961
+ "com.figma.scopes": [
1962
+ "FONT_SIZE"
1963
+ ]
1964
+ },
1965
+ "$type": "number",
1966
+ "$value": "{font-size.base.md}"
1967
+ },
1968
+ "font-weight": {
1969
+ "$extensions": {
1970
+ "com.figma.scopes": [
1971
+ "FONT_WEIGHT"
1972
+ ]
1973
+ },
1974
+ "$type": "number",
1975
+ "$value": "{font-weight.base.default}"
1976
+ },
1977
+ "line-height": {
1978
+ "$extensions": {
1979
+ "com.figma.scopes": [
1980
+ "LINE_HEIGHT"
1981
+ ]
1982
+ },
1983
+ "$type": "number",
1984
+ "$value": "{line-height.base.md}"
1985
+ }
1986
+ },
1987
+ "layout": {
1988
+ "outer-box": {
1989
+ "bottom": {
1990
+ "$extensions": {
1991
+ "com.figma.scopes": [
1992
+ "GAP"
1993
+ ]
1994
+ },
1995
+ "$type": "number",
1996
+ "$value": "{spacing.70}"
1997
+ },
1998
+ "horizontal": {
1999
+ "$extensions": {
2000
+ "com.figma.scopes": [
2001
+ "GAP"
2002
+ ]
2003
+ },
2004
+ "$type": "number",
2005
+ "$value": "{spacing.80}"
2006
+ },
2007
+ "top": {
2008
+ "$extensions": {
2009
+ "com.figma.scopes": [
2010
+ "GAP"
2011
+ ]
2012
+ },
2013
+ "$type": "number",
2014
+ "$value": "{spacing.80}"
2015
+ }
2016
+ }
2017
+ }
2018
+ },
2019
+ "appointment-item-more": {
2020
+ "color": {
2021
+ "normal": {
2022
+ "text": {
2023
+ "$extensions": {
2024
+ "com.figma.scopes": [
2025
+ "TEXT_FILL"
2026
+ ]
2027
+ },
2028
+ "$type": "color",
2029
+ "$value": "{color.content.neutral.subdued.rest}"
2030
+ },
2031
+ "bg": {
2032
+ "$extensions": {
2033
+ "com.figma.scopes": [
2034
+ "FRAME_FILL"
2035
+ ]
2036
+ },
2037
+ "$type": "color",
2038
+ "$value": "{color.surface.neutral.default.selected}"
2039
+ }
2040
+ },
2041
+ "focused": {
2042
+ "frame": {
2043
+ "$extensions": {
2044
+ "com.figma.scopes": [
2045
+ "STROKE_COLOR"
2046
+ ]
2047
+ },
2048
+ "$type": "color",
2049
+ "$value": "{color.theme-builder.focus}"
2050
+ },
2051
+ "bg": {
2052
+ "$extensions": {
2053
+ "com.figma.scopes": [
2054
+ "FRAME_FILL"
2055
+ ]
2056
+ },
2057
+ "$type": "color",
2058
+ "$value": "{color.surface.neutral.default.selected}"
2059
+ },
2060
+ "text": {
2061
+ "$extensions": {
2062
+ "com.figma.scopes": [
2063
+ "TEXT_FILL"
2064
+ ]
2065
+ },
2066
+ "$type": "color",
2067
+ "$value": "{color.content.neutral.subdued.rest}"
2068
+ }
2069
+ },
2070
+ "hovered": {
2071
+ "text": {
2072
+ "$extensions": {
2073
+ "com.figma.scopes": [
2074
+ "TEXT_FILL"
2075
+ ]
2076
+ },
2077
+ "$type": "color",
2078
+ "$value": "{color.content.neutral.subdued.hovered}"
2079
+ },
2080
+ "bg": {
2081
+ "$extensions": {
2082
+ "com.figma.scopes": [
2083
+ "FRAME_FILL"
2084
+ ]
2085
+ },
2086
+ "$type": "color",
2087
+ "$value": "{color.surface.neutral.default.selected-hovered}"
2088
+ }
2089
+ }
2090
+ },
2091
+ "typography": {
2092
+ "font-family": {
2093
+ "$extensions": {
2094
+ "com.figma.scopes": [
2095
+ "FONT_FAMILY"
2096
+ ]
2097
+ },
2098
+ "$type": "text",
2099
+ "$value": "{font-family.sans-serif}"
2100
+ },
2101
+ "font-size": {
2102
+ "$extensions": {
2103
+ "com.figma.scopes": [
2104
+ "FONT_SIZE"
2105
+ ]
2106
+ },
2107
+ "$type": "number",
2108
+ "$value": "{font-size.base.sm}"
2109
+ },
2110
+ "line-height": {
2111
+ "$extensions": {
2112
+ "com.figma.scopes": [
2113
+ "LINE_HEIGHT"
2114
+ ]
2115
+ },
2116
+ "$type": "number",
2117
+ "$value": "{line-height.base.sm}"
2118
+ },
2119
+ "font-weight": {
2120
+ "$extensions": {
2121
+ "com.figma.scopes": [
2122
+ "FONT_WEIGHT"
2123
+ ]
2124
+ },
2125
+ "$type": "number",
2126
+ "$value": "{font-weight.base.default}"
2127
+ }
2128
+ },
2129
+ "layout": {
2130
+ "outer-box": {
2131
+ "horizontal": {
2132
+ "$extensions": {
2133
+ "com.figma.scopes": [
2134
+ "GAP"
2135
+ ]
2136
+ },
2137
+ "$type": "number",
2138
+ "$value": "{spacing.20}"
2139
+ },
2140
+ "vertical": {
2141
+ "$extensions": {
2142
+ "com.figma.scopes": [
2143
+ "GAP"
2144
+ ]
2145
+ },
2146
+ "$type": "number",
2147
+ "$value": "{spacing.20}"
2148
+ }
2149
+ },
2150
+ "inner-box": {
2151
+ "vertical": {
2152
+ "$extensions": {
2153
+ "com.figma.scopes": [
2154
+ "GAP"
2155
+ ]
2156
+ },
2157
+ "$type": "number",
2158
+ "$value": "{spacing.40}"
2159
+ }
2160
+ }
2161
+ },
2162
+ "border-width": {
2163
+ "focus": {
2164
+ "$extensions": {
2165
+ "com.figma.scopes": [
2166
+ "STROKE_FLOAT"
2167
+ ]
2168
+ },
2169
+ "$type": "number",
2170
+ "$value": "{border-width.theme-builder.focus}"
2171
+ }
2172
+ },
2173
+ "border-radius": {
2174
+ "default": {
2175
+ "$extensions": {
2176
+ "com.figma.scopes": [
2177
+ "CORNER_RADIUS"
2178
+ ]
2179
+ },
2180
+ "$type": "number",
2181
+ "$value": "{border-radius.theme-builder.default}"
2182
+ }
2183
+ }
2184
+ },
2185
+ "recurrence-indicator": {
2186
+ "color": {
2187
+ "icon": {
2188
+ "$extensions": {
2189
+ "com.figma.scopes": [
2190
+ "SHAPE_FILL"
2191
+ ]
2192
+ },
2193
+ "$type": "color",
2194
+ "$value": "{color.content.neutral.subdued.rest}"
2195
+ }
2196
+ },
2197
+ "layout": {
2198
+ "icon-wrapper": {
2199
+ "$extensions": {
2200
+ "com.figma.scopes": [
2201
+ "WIDTH_HEIGHT"
2202
+ ]
2203
+ },
2204
+ "$type": "number",
2205
+ "$value": "{spacing.160}"
2206
+ }
2207
+ },
2208
+ "icon": {
2209
+ "size": {
2210
+ "default": {
2211
+ "$extensions": {
2212
+ "com.figma.scopes": [
2213
+ "ALL_SCOPES"
2214
+ ]
2215
+ },
2216
+ "$type": "number",
2217
+ "$value": "{icon.size.16px}"
2218
+ }
2219
+ }
2220
+ }
2221
+ },
2222
+ "calendar-label": {
2223
+ "color": {
2224
+ "more": {
2225
+ "icon": {
2226
+ "$extensions": {
2227
+ "com.figma.scopes": [
2228
+ "SHAPE_FILL"
2229
+ ]
2230
+ },
2231
+ "$type": "color",
2232
+ "$value": "{color.border.neutral.default.rest}"
2233
+ }
2234
+ }
2235
+ },
2236
+ "layout": {
2237
+ "width": {
2238
+ "$extensions": {
2239
+ "com.figma.scopes": [
2240
+ "WIDTH_HEIGHT"
2241
+ ]
2242
+ },
2243
+ "$type": "number",
2244
+ "$value": "{spacing.50}"
2245
+ },
2246
+ "height": {
2247
+ "$extensions": {
2248
+ "com.figma.scopes": [
2249
+ "WIDTH_HEIGHT"
2250
+ ]
2251
+ },
2252
+ "$type": "number",
2253
+ "$value": "{spacing.50}"
2254
+ }
2255
+ },
2256
+ "border-radius": {
2257
+ "$extensions": {
2258
+ "com.figma.scopes": [
2259
+ "CORNER_RADIUS"
2260
+ ]
2261
+ },
2262
+ "$type": "number",
2263
+ "$value": "{border-radius.full}"
2264
+ }
2265
+ },
2266
+ "today-indicator": {
2267
+ "color": {
2268
+ "bg": {
2269
+ "$extensions": {
2270
+ "com.figma.scopes": [
2271
+ "FRAME_FILL"
2272
+ ]
2273
+ },
2274
+ "$type": "color",
2275
+ "$value": "{color.surface.primary.default.rest}"
2276
+ }
2277
+ },
2278
+ "layout": {
2279
+ "inner-box": {
2280
+ "height": {
2281
+ "$extensions": {
2282
+ "com.figma.scopes": [
2283
+ "WIDTH_HEIGHT"
2284
+ ]
2285
+ },
2286
+ "$type": "number",
2287
+ "$value": "{spacing.30}"
2288
+ }
2289
+ }
2290
+ }
2291
+ },
2292
+ "resource-cell": {
2293
+ "color": {
2294
+ "text": {
2295
+ "$extensions": {
2296
+ "com.figma.scopes": [
2297
+ "TEXT_FILL"
2298
+ ]
2299
+ },
2300
+ "$type": "color",
2301
+ "$value": "{color.content.neutral.default.rest}"
2302
+ }
2303
+ },
2304
+ "typography": {
2305
+ "font-family": {
2306
+ "$extensions": {
2307
+ "com.figma.scopes": [
2308
+ "FONT_FAMILY"
2309
+ ]
2310
+ },
2311
+ "$type": "text",
2312
+ "$value": "{font-family.sans-serif}"
2313
+ },
2314
+ "font-size": {
2315
+ "$extensions": {
2316
+ "com.figma.scopes": [
2317
+ "FONT_SIZE"
2318
+ ]
2319
+ },
2320
+ "$type": "number",
2321
+ "$value": "{font-size.title.xs}"
2322
+ },
2323
+ "font-weight": {
2324
+ "$extensions": {
2325
+ "com.figma.scopes": [
2326
+ "FONT_WEIGHT"
2327
+ ]
2328
+ },
2329
+ "$type": "number",
2330
+ "$value": "{font-weight.title.default}"
2331
+ },
2332
+ "line-height": {
2333
+ "$extensions": {
2334
+ "com.figma.scopes": [
2335
+ "LINE_HEIGHT"
2336
+ ]
2337
+ },
2338
+ "$type": "number",
2339
+ "$value": "{line-height.title.xs}"
2340
+ }
2341
+ },
2342
+ "layout": {
2343
+ "vertical": {
2344
+ "gap": {
2345
+ "$extensions": {
2346
+ "com.figma.scopes": [
2347
+ "GAP"
2348
+ ]
2349
+ },
2350
+ "$type": "number",
2351
+ "$value": "{spacing.80}"
2352
+ },
2353
+ "right": {
2354
+ "$extensions": {
2355
+ "com.figma.scopes": [
2356
+ "GAP"
2357
+ ]
2358
+ },
2359
+ "$type": "number",
2360
+ "$value": "{spacing.70}"
2361
+ },
2362
+ "vertical": {
2363
+ "$extensions": {
2364
+ "com.figma.scopes": [
2365
+ "GAP"
2366
+ ]
2367
+ },
2368
+ "$type": "number",
2369
+ "$value": "{spacing.80}"
2370
+ },
2371
+ "left": {
2372
+ "$extensions": {
2373
+ "com.figma.scopes": [
2374
+ "GAP"
2375
+ ]
2376
+ },
2377
+ "$type": "number",
2378
+ "$value": "{spacing.80}"
2379
+ }
2380
+ },
2381
+ "horizontal": {
2382
+ "gap": {
2383
+ "$extensions": {
2384
+ "com.figma.scopes": [
2385
+ "GAP"
2386
+ ]
2387
+ },
2388
+ "$type": "number",
2389
+ "$value": "{spacing.80}"
2390
+ },
2391
+ "top": {
2392
+ "$extensions": {
2393
+ "com.figma.scopes": [
2394
+ "GAP"
2395
+ ]
2396
+ },
2397
+ "$type": "number",
2398
+ "$value": "{spacing.80}"
2399
+ },
2400
+ "horizontal": {
2401
+ "$extensions": {
2402
+ "com.figma.scopes": [
2403
+ "GAP"
2404
+ ]
2405
+ },
2406
+ "$type": "number",
2407
+ "$value": "{spacing.80}"
2408
+ },
2409
+ "bottom": {
2410
+ "$extensions": {
2411
+ "com.figma.scopes": [
2412
+ "GAP"
2413
+ ]
2414
+ },
2415
+ "$type": "number",
2416
+ "$value": "{spacing.70}"
2417
+ }
2418
+ }
2419
+ }
2420
+ },
2421
+ "header-time-cell": {
2422
+ "color": {
2423
+ "text": {
2424
+ "$extensions": {
2425
+ "com.figma.scopes": [
2426
+ "TEXT_FILL"
2427
+ ]
2428
+ },
2429
+ "$type": "color",
2430
+ "$value": "{color.content.neutral.subdued.rest}"
2431
+ }
2432
+ },
2433
+ "typography": {
2434
+ "font-family": {
2435
+ "$extensions": {
2436
+ "com.figma.scopes": [
2437
+ "FONT_FAMILY"
2438
+ ]
2439
+ },
2440
+ "$type": "text",
2441
+ "$value": "{font-family.sans-serif}"
2442
+ },
2443
+ "font-size": {
2444
+ "$extensions": {
2445
+ "com.figma.scopes": [
2446
+ "FONT_SIZE"
2447
+ ]
2448
+ },
2449
+ "$type": "number",
2450
+ "$value": "{font-size.base.md}"
2451
+ },
2452
+ "line-height": {
2453
+ "$extensions": {
2454
+ "com.figma.scopes": [
2455
+ "LINE_HEIGHT"
2456
+ ]
2457
+ },
2458
+ "$type": "number",
2459
+ "$value": "{line-height.base.md}"
2460
+ },
2461
+ "font-weight": {
2462
+ "$extensions": {
2463
+ "com.figma.scopes": [
2464
+ "FONT_WEIGHT"
2465
+ ]
2466
+ },
2467
+ "$type": "number",
2468
+ "$value": "{font-weight.base.default}"
2469
+ }
2470
+ },
2471
+ "layout": {
2472
+ "outer-box": {
2473
+ "bottom": {
2474
+ "$extensions": {
2475
+ "com.figma.scopes": [
2476
+ "GAP"
2477
+ ]
2478
+ },
2479
+ "$type": "number",
2480
+ "$value": "{spacing.70}"
2481
+ },
2482
+ "horizontal": {
2483
+ "$extensions": {
2484
+ "com.figma.scopes": [
2485
+ "GAP"
2486
+ ]
2487
+ },
2488
+ "$type": "number",
2489
+ "$value": "{spacing.80}"
2490
+ },
2491
+ "top": {
2492
+ "$extensions": {
2493
+ "com.figma.scopes": [
2494
+ "GAP"
2495
+ ]
2496
+ },
2497
+ "$type": "number",
2498
+ "$value": "{spacing.80}"
2499
+ }
2500
+ }
2501
+ }
2502
+ },
2503
+ "table-cell-content": {
2504
+ "layout": {
2505
+ "month": {
2506
+ "height": {
2507
+ "$extensions": {
2508
+ "com.figma.scopes": [
2509
+ "WIDTH_HEIGHT"
2510
+ ]
2511
+ },
2512
+ "$type": "number",
2513
+ "$value": 160
2514
+ },
2515
+ "right": {
2516
+ "$extensions": {
2517
+ "com.figma.scopes": [
2518
+ "GAP"
2519
+ ]
2520
+ },
2521
+ "$type": "number",
2522
+ "$value": "{spacing.80}"
2523
+ }
2524
+ },
2525
+ "timeline": {
2526
+ "width": {
2527
+ "$extensions": {
2528
+ "com.figma.scopes": [
2529
+ "WIDTH_HEIGHT"
2530
+ ]
2531
+ },
2532
+ "$type": "number",
2533
+ "$value": "{spacing.800}"
2534
+ }
2535
+ },
2536
+ "day-week": {
2537
+ "right": {
2538
+ "$extensions": {
2539
+ "com.figma.scopes": [
2540
+ "GAP"
2541
+ ]
2542
+ },
2543
+ "$type": "number",
2544
+ "$value": "{spacing.80}"
2545
+ },
2546
+ "height": {
2547
+ "$extensions": {
2548
+ "com.figma.scopes": [
2549
+ "WIDTH_HEIGHT"
2550
+ ]
2551
+ },
2552
+ "$type": "number",
2553
+ "$value": "{spacing.600}"
2554
+ }
2555
+ }
2556
+ }
2557
+ },
2558
+ "scheduler": {
2559
+ "border-radius": {
2560
+ "$extensions": {
2561
+ "com.figma.scopes": [
2562
+ "CORNER_RADIUS"
2563
+ ]
2564
+ },
2565
+ "$type": "number",
2566
+ "$value": "{border-radius.40}"
2567
+ }
2568
+ },
2569
+ "toolbar": {
2570
+ "layout": {
2571
+ "vertical": {
2572
+ "$extensions": {
2573
+ "com.figma.scopes": [
2574
+ "GAP"
2575
+ ]
2576
+ },
2577
+ "$type": "number",
2578
+ "$value": "{spacing.120}"
2579
+ },
2580
+ "horizontal": {
2581
+ "$extensions": {
2582
+ "com.figma.scopes": [
2583
+ "GAP"
2584
+ ]
2585
+ },
2586
+ "$type": "number",
2587
+ "$value": "{spacing.120}"
2588
+ }
2589
+ }
2590
+ },
2591
+ "resource-navigator": {
2592
+ "dropdown": {
2593
+ "body": {
2594
+ "horizontal": {
2595
+ "$extensions": {
2596
+ "com.figma.scopes": [
2597
+ "GAP"
2598
+ ]
2599
+ },
2600
+ "$type": "number",
2601
+ "$value": "{spacing.100}"
2602
+ },
2603
+ "top": {
2604
+ "$extensions": {
2605
+ "com.figma.scopes": [
2606
+ "GAP"
2607
+ ]
2608
+ },
2609
+ "$type": "number",
2610
+ "$value": "{spacing.100}"
2611
+ }
2612
+ }
2613
+ }
2614
+ },
2615
+ "calendar-picker-cell-template": {
2616
+ "layout": {
2617
+ "label-box": {
2618
+ "bottom": {
2619
+ "$extensions": {
2620
+ "com.figma.scopes": [
2621
+ "GAP"
2622
+ ]
2623
+ },
2624
+ "$type": "number",
2625
+ "$value": "{spacing.20}"
2626
+ },
2627
+ "gap": {
2628
+ "$extensions": {
2629
+ "com.figma.scopes": [
2630
+ "GAP"
2631
+ ]
2632
+ },
2633
+ "$type": "number",
2634
+ "$value": "{spacing.20}"
2635
+ }
2636
+ }
2637
+ }
2638
+ },
2639
+ "header-all-day-content": {
2640
+ "layout": {
2641
+ "bottom": {
2642
+ "$extensions": {
2643
+ "com.figma.scopes": [
2644
+ "GAP"
2645
+ ]
2646
+ },
2647
+ "$type": "number",
2648
+ "$value": "{spacing.30}"
2649
+ },
2650
+ "right": {
2651
+ "$extensions": {
2652
+ "com.figma.scopes": [
2653
+ "GAP"
2654
+ ]
2655
+ },
2656
+ "$type": "number",
2657
+ "$value": "{spacing.80}"
2658
+ }
2659
+ }
2660
+ }
2661
+ }
2662
+ }