@m3e/web 2.1.3 → 2.2.1

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 (210) hide show
  1. package/README.md +5 -2
  2. package/dist/all.js +2916 -391
  3. package/dist/all.js.map +1 -1
  4. package/dist/all.min.js +77 -41
  5. package/dist/all.min.js.map +1 -1
  6. package/dist/app-bar.js +14 -7
  7. package/dist/app-bar.js.map +1 -1
  8. package/dist/app-bar.min.js +1 -1
  9. package/dist/app-bar.min.js.map +1 -1
  10. package/dist/autocomplete.js +59 -23
  11. package/dist/autocomplete.js.map +1 -1
  12. package/dist/autocomplete.min.js +1 -1
  13. package/dist/autocomplete.min.js.map +1 -1
  14. package/dist/bottom-sheet.js +8 -27
  15. package/dist/bottom-sheet.js.map +1 -1
  16. package/dist/bottom-sheet.min.js +1 -1
  17. package/dist/bottom-sheet.min.js.map +1 -1
  18. package/dist/calendar.js +1082 -0
  19. package/dist/calendar.js.map +1 -0
  20. package/dist/calendar.min.js +43 -0
  21. package/dist/calendar.min.js.map +1 -0
  22. package/dist/chips.js +2 -6
  23. package/dist/chips.js.map +1 -1
  24. package/dist/chips.min.js +1 -1
  25. package/dist/chips.min.js.map +1 -1
  26. package/dist/core-a11y.js +23 -9
  27. package/dist/core-a11y.js.map +1 -1
  28. package/dist/core-a11y.min.js +4 -4
  29. package/dist/core-a11y.min.js.map +1 -1
  30. package/dist/core-anchoring.js +135 -15
  31. package/dist/core-anchoring.js.map +1 -1
  32. package/dist/core-anchoring.min.js +1 -1
  33. package/dist/core-anchoring.min.js.map +1 -1
  34. package/dist/core.js +101 -1
  35. package/dist/core.js.map +1 -1
  36. package/dist/core.min.js +1 -1
  37. package/dist/core.min.js.map +1 -1
  38. package/dist/css-custom-data.json +1146 -646
  39. package/dist/custom-elements.json +31433 -26898
  40. package/dist/datepicker.js +573 -0
  41. package/dist/datepicker.js.map +1 -0
  42. package/dist/datepicker.min.js +7 -0
  43. package/dist/datepicker.min.js.map +1 -0
  44. package/dist/drawer-container.js +10 -4
  45. package/dist/drawer-container.js.map +1 -1
  46. package/dist/drawer-container.min.js +1 -1
  47. package/dist/drawer-container.min.js.map +1 -1
  48. package/dist/fab-menu.js +1 -1
  49. package/dist/fab-menu.js.map +1 -1
  50. package/dist/fab-menu.min.js +1 -1
  51. package/dist/fab-menu.min.js.map +1 -1
  52. package/dist/form-field.js +2 -6
  53. package/dist/form-field.js.map +1 -1
  54. package/dist/form-field.min.js +3 -3
  55. package/dist/form-field.min.js.map +1 -1
  56. package/dist/html-custom-data.json +553 -187
  57. package/dist/menu.js +3 -7
  58. package/dist/menu.js.map +1 -1
  59. package/dist/menu.min.js +1 -1
  60. package/dist/menu.min.js.map +1 -1
  61. package/dist/nav-bar.js +17 -7
  62. package/dist/nav-bar.js.map +1 -1
  63. package/dist/nav-bar.min.js +1 -1
  64. package/dist/nav-bar.min.js.map +1 -1
  65. package/dist/nav-menu.js +3 -11
  66. package/dist/nav-menu.js.map +1 -1
  67. package/dist/nav-menu.min.js +1 -1
  68. package/dist/nav-menu.min.js.map +1 -1
  69. package/dist/nav-rail.js +2 -6
  70. package/dist/nav-rail.js.map +1 -1
  71. package/dist/nav-rail.min.js +1 -1
  72. package/dist/nav-rail.min.js.map +1 -1
  73. package/dist/option.js +4 -8
  74. package/dist/option.js.map +1 -1
  75. package/dist/option.min.js +1 -1
  76. package/dist/option.min.js.map +1 -1
  77. package/dist/paginator.js.map +1 -1
  78. package/dist/paginator.min.js.map +1 -1
  79. package/dist/search.js +821 -0
  80. package/dist/search.js.map +1 -0
  81. package/dist/search.min.js +7 -0
  82. package/dist/search.min.js.map +1 -0
  83. package/dist/segmented-button.js +2 -2
  84. package/dist/segmented-button.js.map +1 -1
  85. package/dist/segmented-button.min.js.map +1 -1
  86. package/dist/select.js +4 -15
  87. package/dist/select.js.map +1 -1
  88. package/dist/select.min.js +1 -1
  89. package/dist/select.min.js.map +1 -1
  90. package/dist/snackbar.js +2 -6
  91. package/dist/snackbar.js.map +1 -1
  92. package/dist/snackbar.min.js +1 -1
  93. package/dist/snackbar.min.js.map +1 -1
  94. package/dist/split-button.js +1 -1
  95. package/dist/split-button.js.map +1 -1
  96. package/dist/split-button.min.js.map +1 -1
  97. package/dist/src/all.d.ts +3 -0
  98. package/dist/src/all.d.ts.map +1 -1
  99. package/dist/src/app-bar/AppBarElement.d.ts +6 -4
  100. package/dist/src/app-bar/AppBarElement.d.ts.map +1 -1
  101. package/dist/src/autocomplete/AutocompleteElement.d.ts +7 -2
  102. package/dist/src/autocomplete/AutocompleteElement.d.ts.map +1 -1
  103. package/dist/src/autocomplete/AutocompleteQueryEventDetail.d.ts +12 -0
  104. package/dist/src/autocomplete/AutocompleteQueryEventDetail.d.ts.map +1 -0
  105. package/dist/src/autocomplete/QueryEventDetail.d.ts +3 -8
  106. package/dist/src/autocomplete/QueryEventDetail.d.ts.map +1 -1
  107. package/dist/src/autocomplete/index.d.ts +1 -0
  108. package/dist/src/autocomplete/index.d.ts.map +1 -1
  109. package/dist/src/bottom-sheet/BottomSheetElement.d.ts.map +1 -1
  110. package/dist/src/calendar/CalendarElement.d.ts +213 -0
  111. package/dist/src/calendar/CalendarElement.d.ts.map +1 -0
  112. package/dist/src/calendar/CalendarView.d.ts +3 -0
  113. package/dist/src/calendar/CalendarView.d.ts.map +1 -0
  114. package/dist/src/calendar/CalendarViewElementBase.d.ts +28 -0
  115. package/dist/src/calendar/CalendarViewElementBase.d.ts.map +1 -0
  116. package/dist/src/calendar/MonthViewElement.d.ts +36 -0
  117. package/dist/src/calendar/MonthViewElement.d.ts.map +1 -0
  118. package/dist/src/calendar/MultiYearViewElement.d.ts +27 -0
  119. package/dist/src/calendar/MultiYearViewElement.d.ts.map +1 -0
  120. package/dist/src/calendar/YearViewElement.d.ts +27 -0
  121. package/dist/src/calendar/YearViewElement.d.ts.map +1 -0
  122. package/dist/src/calendar/index.d.ts +7 -0
  123. package/dist/src/calendar/index.d.ts.map +1 -0
  124. package/dist/src/calendar/utils.d.ts +24 -0
  125. package/dist/src/calendar/utils.d.ts.map +1 -0
  126. package/dist/src/chips/InputChipSetElement.d.ts.map +1 -1
  127. package/dist/src/core/a11y/FocusTrapElement.d.ts.map +1 -1
  128. package/dist/src/core/a11y/InteractivityChecker.d.ts.map +1 -1
  129. package/dist/src/core/anchoring/AnchorOptions.d.ts +1 -1
  130. package/dist/src/core/anchoring/AnchorOptions.d.ts.map +1 -1
  131. package/dist/src/core/anchoring/FloatingPanelElement.d.ts +18 -3
  132. package/dist/src/core/anchoring/FloatingPanelElement.d.ts.map +1 -1
  133. package/dist/src/core/anchoring/positionAnchor.d.ts.map +1 -1
  134. package/dist/src/core/shared/controllers/InertController.d.ts +19 -0
  135. package/dist/src/core/shared/controllers/InertController.d.ts.map +1 -0
  136. package/dist/src/core/shared/controllers/index.d.ts +1 -0
  137. package/dist/src/core/shared/controllers/index.d.ts.map +1 -1
  138. package/dist/src/core/shared/converters/dateConverter.d.ts +4 -0
  139. package/dist/src/core/shared/converters/dateConverter.d.ts.map +1 -0
  140. package/dist/src/core/shared/converters/index.d.ts +1 -0
  141. package/dist/src/core/shared/converters/index.d.ts.map +1 -1
  142. package/dist/src/core/shared/utils/index.d.ts +1 -0
  143. package/dist/src/core/shared/utils/index.d.ts.map +1 -1
  144. package/dist/src/core/shared/utils/registerStyleSheet.d.ts +7 -0
  145. package/dist/src/core/shared/utils/registerStyleSheet.d.ts.map +1 -0
  146. package/dist/src/datepicker/DatepickerElement.d.ts +239 -0
  147. package/dist/src/datepicker/DatepickerElement.d.ts.map +1 -0
  148. package/dist/src/datepicker/DatepickerToggleElement.d.ts +21 -0
  149. package/dist/src/datepicker/DatepickerToggleElement.d.ts.map +1 -0
  150. package/dist/src/datepicker/DatepickerVariant.d.ts +3 -0
  151. package/dist/src/datepicker/DatepickerVariant.d.ts.map +1 -0
  152. package/dist/src/datepicker/index.d.ts +4 -0
  153. package/dist/src/datepicker/index.d.ts.map +1 -0
  154. package/dist/src/drawer-container/DrawerContainerElement.d.ts +2 -2
  155. package/dist/src/drawer-container/DrawerContainerElement.d.ts.map +1 -1
  156. package/dist/src/form-field/FormFieldElement.d.ts.map +1 -1
  157. package/dist/src/menu/MenuElement.d.ts.map +1 -1
  158. package/dist/src/nav-bar/NavBarElement.d.ts +3 -1
  159. package/dist/src/nav-bar/NavBarElement.d.ts.map +1 -1
  160. package/dist/src/nav-menu/NavMenuElement.d.ts.map +1 -1
  161. package/dist/src/nav-menu/NavMenuItemElement.d.ts.map +1 -1
  162. package/dist/src/nav-rail/NavRailElement.d.ts.map +1 -1
  163. package/dist/src/option/OptionPanelElement.d.ts.map +1 -1
  164. package/dist/src/paginator/PageEventDetail.d.ts +6 -11
  165. package/dist/src/paginator/PageEventDetail.d.ts.map +1 -1
  166. package/dist/src/paginator/PaginatorElement.d.ts +2 -2
  167. package/dist/src/paginator/PaginatorElement.d.ts.map +1 -1
  168. package/dist/src/paginator/PaginatorPageEventDetail.d.ts +12 -0
  169. package/dist/src/paginator/PaginatorPageEventDetail.d.ts.map +1 -0
  170. package/dist/src/paginator/index.d.ts +1 -0
  171. package/dist/src/paginator/index.d.ts.map +1 -1
  172. package/dist/src/search/SearchBarElement.d.ts +92 -0
  173. package/dist/src/search/SearchBarElement.d.ts.map +1 -0
  174. package/dist/src/search/SearchViewElement.d.ts +150 -0
  175. package/dist/src/search/SearchViewElement.d.ts.map +1 -0
  176. package/dist/src/search/SearchViewMode.d.ts +3 -0
  177. package/dist/src/search/SearchViewMode.d.ts.map +1 -0
  178. package/dist/src/search/SearchViewQueryEventDetail.d.ts +12 -0
  179. package/dist/src/search/SearchViewQueryEventDetail.d.ts.map +1 -0
  180. package/dist/src/search/index.d.ts +5 -0
  181. package/dist/src/search/index.d.ts.map +1 -0
  182. package/dist/src/search/styles/SearchBarStyle.d.ts +12 -0
  183. package/dist/src/search/styles/SearchBarStyle.d.ts.map +1 -0
  184. package/dist/src/search/styles/SearchBarToken.d.ts +27 -0
  185. package/dist/src/search/styles/SearchBarToken.d.ts.map +1 -0
  186. package/dist/src/search/styles/SearchViewStyle.d.ts +12 -0
  187. package/dist/src/search/styles/SearchViewStyle.d.ts.map +1 -0
  188. package/dist/src/search/styles/SearchViewToken.d.ts +26 -0
  189. package/dist/src/search/styles/SearchViewToken.d.ts.map +1 -0
  190. package/dist/src/search/styles/index.d.ts +3 -0
  191. package/dist/src/search/styles/index.d.ts.map +1 -0
  192. package/dist/src/segmented-button/ButtonSegmentElement.d.ts +2 -2
  193. package/dist/src/select/SelectElement.d.ts.map +1 -1
  194. package/dist/src/snackbar/SnackbarElement.d.ts.map +1 -1
  195. package/dist/src/split-button/SplitButtonElement.d.ts +1 -1
  196. package/dist/src/stepper/StepperElement.d.ts +3 -1
  197. package/dist/src/stepper/StepperElement.d.ts.map +1 -1
  198. package/dist/src/switch/SwitchElement.d.ts +2 -2
  199. package/dist/stepper.js +18 -12
  200. package/dist/stepper.js.map +1 -1
  201. package/dist/stepper.min.js +1 -1
  202. package/dist/stepper.min.js.map +1 -1
  203. package/dist/switch.js +2 -2
  204. package/dist/switch.js.map +1 -1
  205. package/dist/switch.min.js.map +1 -1
  206. package/dist/tooltip.js +1 -1
  207. package/dist/tooltip.js.map +1 -1
  208. package/dist/tooltip.min.js +1 -1
  209. package/dist/tooltip.min.js.map +1 -1
  210. package/package.json +16 -1
@@ -257,46 +257,6 @@
257
257
  "description": "Maximum number of lines for the large app bar subtitle.",
258
258
  "values": []
259
259
  },
260
- {
261
- "name": "--m3e-avatar-size",
262
- "description": "Size of the avatar.",
263
- "values": []
264
- },
265
- {
266
- "name": "--m3e-avatar-shape",
267
- "description": "Border radius of the avatar.",
268
- "values": []
269
- },
270
- {
271
- "name": "--m3e-avatar-font-size",
272
- "description": "Font size for the avatar.",
273
- "values": []
274
- },
275
- {
276
- "name": "--m3e-avatar-font-weight",
277
- "description": "Font weight for the avatar.",
278
- "values": []
279
- },
280
- {
281
- "name": "--m3e-avatar-line-height",
282
- "description": "Line height for the avatar.",
283
- "values": []
284
- },
285
- {
286
- "name": "--m3e-avatar-tracking",
287
- "description": "Letter spacing for the avatar.",
288
- "values": []
289
- },
290
- {
291
- "name": "--m3e-avatar-color",
292
- "description": "Background color of the avatar.",
293
- "values": []
294
- },
295
- {
296
- "name": "--m3e-avatar-label-color",
297
- "description": "Text color of the avatar.",
298
- "values": []
299
- },
300
260
  {
301
261
  "name": "--m3e-badge-shape",
302
262
  "description": "Corner radius of the badge.",
@@ -368,163 +328,43 @@
368
328
  "values": []
369
329
  },
370
330
  {
371
- "name": "--m3e-bottom-sheet-width",
372
- "description": "The width of the sheet.",
373
- "values": []
374
- },
375
- {
376
- "name": "--m3e-bottom-sheet-max-width",
377
- "description": "The maximum width of the sheet.",
378
- "values": []
379
- },
380
- {
381
- "name": "--m3e-bottom-sheet-container-color",
382
- "description": "The background color of the sheet container.",
383
- "values": []
384
- },
385
- {
386
- "name": "--m3e-bottom-sheet-elevation",
387
- "description": "The elevation level when not modal.",
388
- "values": []
389
- },
390
- {
391
- "name": "--m3e-bottom-sheet-modal-elevation",
392
- "description": "The elevation level when modal.",
393
- "values": []
394
- },
395
- {
396
- "name": "--m3e-bottom-sheet-full-elevation",
397
- "description": "The elevation level when full height.",
398
- "values": []
399
- },
400
- {
401
- "name": "--m3e-bottom-sheet-z-index",
402
- "description": "The z-index of the non-modal sheet.",
403
- "values": []
404
- },
405
- {
406
- "name": "--m3e-bottom-sheet-minimized-container-shape",
407
- "description": "The border radius when minimized.",
408
- "values": []
409
- },
410
- {
411
- "name": "--m3e-bottom-sheet-container-shape",
412
- "description": "The border radius of the sheet container.",
413
- "values": []
414
- },
415
- {
416
- "name": "--m3e-bottom-sheet-full-container-shape",
417
- "description": "The border radius when full height.",
418
- "values": []
419
- },
420
- {
421
- "name": "--m3e-bottom-sheet-scrim-color",
422
- "description": "The color of the scrim overlay.",
423
- "values": []
424
- },
425
- {
426
- "name": "--m3e-bottom-sheet-scrim-opacity",
427
- "description": "The opacity of the scrim overlay.",
428
- "values": []
429
- },
430
- {
431
- "name": "--m3e-bottom-sheet-peek-height",
432
- "description": "The visible height when minimized.",
433
- "values": []
434
- },
435
- {
436
- "name": "--m3e-bottom-sheet-compact-top-space",
437
- "description": "The top space in compact mode.",
438
- "values": []
439
- },
440
- {
441
- "name": "--m3e-bottom-sheet-top-space",
442
- "description": "The top space in standard mode.",
443
- "values": []
444
- },
445
- {
446
- "name": "--m3e-bottom-sheet-padding-block",
447
- "description": "The vertical padding.",
448
- "values": []
449
- },
450
- {
451
- "name": "--m3e-bottom-sheet-padding-inline",
452
- "description": "The horizontal padding.",
453
- "values": []
454
- },
455
- {
456
- "name": "--m3e-bottom-sheet-handle-container-height",
457
- "description": "The height of the drag handle container.",
458
- "values": []
459
- },
460
- {
461
- "name": "--m3e-bottom-sheet-handle-width",
462
- "description": "The width of the drag handle.",
463
- "values": []
464
- },
465
- {
466
- "name": "--m3e-bottom-sheet-handle-height",
467
- "description": "The height of the drag handle.",
468
- "values": []
469
- },
470
- {
471
- "name": "--m3e-bottom-sheet-handle-shape",
472
- "description": "The border radius of the handle.",
473
- "values": []
474
- },
475
- {
476
- "name": "--m3e-bottom-sheet-handle-color",
477
- "description": "The color of the drag handle.",
478
- "values": []
479
- },
480
- {
481
- "name": "--m3e-bottom-sheet-handle-focus-ring-offset",
482
- "description": "The offset of the focus ring around the handle.",
483
- "values": []
484
- },
485
- {
486
- "name": "--m3e-bottom-sheet-color",
487
- "description": "The foreground (text) color of the sheet.",
488
- "values": []
489
- },
490
- {
491
- "name": "--m3e-bottom-sheet-content-font-size",
492
- "description": "Font size for the sheet content.",
331
+ "name": "--m3e-avatar-size",
332
+ "description": "Size of the avatar.",
493
333
  "values": []
494
334
  },
495
335
  {
496
- "name": "--m3e-bottom-sheet-content-font-weight",
497
- "description": "Font weight for the sheet content.",
336
+ "name": "--m3e-avatar-shape",
337
+ "description": "Border radius of the avatar.",
498
338
  "values": []
499
339
  },
500
340
  {
501
- "name": "--m3e-bottom-sheet-content-line-height",
502
- "description": "Line height for the sheet content.",
341
+ "name": "--m3e-avatar-font-size",
342
+ "description": "Font size for the avatar.",
503
343
  "values": []
504
344
  },
505
345
  {
506
- "name": "--m3e-bottom-sheet-content-tracking",
507
- "description": "Letter spacing (tracking) for the sheet content.",
346
+ "name": "--m3e-avatar-font-weight",
347
+ "description": "Font weight for the avatar.",
508
348
  "values": []
509
349
  },
510
350
  {
511
- "name": "--m3e-bottom-sheet-header-font-size",
512
- "description": "Font size for the sheet header.",
351
+ "name": "--m3e-avatar-line-height",
352
+ "description": "Line height for the avatar.",
513
353
  "values": []
514
354
  },
515
355
  {
516
- "name": "--m3e-bottom-sheet-header-font-weight",
517
- "description": "Font weight for the sheet header.",
356
+ "name": "--m3e-avatar-tracking",
357
+ "description": "Letter spacing for the avatar.",
518
358
  "values": []
519
359
  },
520
360
  {
521
- "name": "--m3e-bottom-sheet-header-line-height",
522
- "description": "Line height for the sheet header.",
361
+ "name": "--m3e-avatar-color",
362
+ "description": "Background color of the avatar.",
523
363
  "values": []
524
364
  },
525
365
  {
526
- "name": "--m3e-bottom-sheet-header-tracking",
527
- "description": "Letter spacing (tracking) for the sheet header.",
366
+ "name": "--m3e-avatar-label-color",
367
+ "description": "Text color of the avatar.",
528
368
  "values": []
529
369
  },
530
370
  {
@@ -2453,83 +2293,243 @@
2453
2293
  "values": []
2454
2294
  },
2455
2295
  {
2456
- "name": "--m3e-standard-button-group-extra-small-spacing",
2457
- "description": "Spacing between buttons in standard variant, extra-small size.",
2296
+ "name": "--m3e-bottom-sheet-width",
2297
+ "description": "The width of the sheet.",
2458
2298
  "values": []
2459
2299
  },
2460
2300
  {
2461
- "name": "--m3e-standard-button-group-small-spacing",
2462
- "description": "Spacing between buttons in standard variant, small size.",
2301
+ "name": "--m3e-bottom-sheet-max-width",
2302
+ "description": "The maximum width of the sheet.",
2463
2303
  "values": []
2464
2304
  },
2465
2305
  {
2466
- "name": "--m3e-standard-button-group-medium-spacing",
2467
- "description": "Spacing between buttons in standard variant, medium size.",
2306
+ "name": "--m3e-bottom-sheet-container-color",
2307
+ "description": "The background color of the sheet container.",
2468
2308
  "values": []
2469
2309
  },
2470
2310
  {
2471
- "name": "--m3e-standard-button-group-large-spacing",
2472
- "description": "Spacing between buttons in standard variant, large size.",
2311
+ "name": "--m3e-bottom-sheet-elevation",
2312
+ "description": "The elevation level when not modal.",
2473
2313
  "values": []
2474
2314
  },
2475
2315
  {
2476
- "name": "--m3e-standard-button-group-extra-large-spacing",
2477
- "description": "Spacing between buttons in standard variant, extra-large size.",
2316
+ "name": "--m3e-bottom-sheet-modal-elevation",
2317
+ "description": "The elevation level when modal.",
2478
2318
  "values": []
2479
2319
  },
2480
2320
  {
2481
- "name": "--m3e-connected-button-group-spacing",
2482
- "description": "Spacing between buttons in connected variant.",
2321
+ "name": "--m3e-bottom-sheet-full-elevation",
2322
+ "description": "The elevation level when full height.",
2483
2323
  "values": []
2484
2324
  },
2485
2325
  {
2486
- "name": "--m3e-connected-button-group-extra-small-inner-shape",
2487
- "description": "Corner shape for connected variant, extra-small size.",
2326
+ "name": "--m3e-bottom-sheet-z-index",
2327
+ "description": "The z-index of the non-modal sheet.",
2488
2328
  "values": []
2489
2329
  },
2490
2330
  {
2491
- "name": "--m3e-connected-button-group-extra-small-inner-pressed-shape",
2492
- "description": "Pressed corner shape for connected variant, extra-small size.",
2331
+ "name": "--m3e-bottom-sheet-minimized-container-shape",
2332
+ "description": "The border radius when minimized.",
2493
2333
  "values": []
2494
2334
  },
2495
2335
  {
2496
- "name": "--m3e-connected-button-group-small-inner-shape",
2497
- "description": "Corner shape for connected variant, small size.",
2336
+ "name": "--m3e-bottom-sheet-container-shape",
2337
+ "description": "The border radius of the sheet container.",
2498
2338
  "values": []
2499
2339
  },
2500
2340
  {
2501
- "name": "--m3e-connected-button-group-small-inner-pressed-shape",
2502
- "description": "Pressed corner shape for connected variant, small size.",
2341
+ "name": "--m3e-bottom-sheet-full-container-shape",
2342
+ "description": "The border radius when full height.",
2503
2343
  "values": []
2504
2344
  },
2505
2345
  {
2506
- "name": "--m3e-connected-button-group-medium-inner-shape",
2507
- "description": "Corner shape for connected variant, medium size.",
2346
+ "name": "--m3e-bottom-sheet-scrim-color",
2347
+ "description": "The color of the scrim overlay.",
2508
2348
  "values": []
2509
2349
  },
2510
2350
  {
2511
- "name": "--m3e-connected-button-group-medium-inner-pressed-shape",
2512
- "description": "Pressed corner shape for connected variant, medium size.",
2351
+ "name": "--m3e-bottom-sheet-scrim-opacity",
2352
+ "description": "The opacity of the scrim overlay.",
2513
2353
  "values": []
2514
2354
  },
2515
2355
  {
2516
- "name": "--m3e-connected-button-group-large-inner-shape",
2517
- "description": "Corner shape for connected variant, large size.",
2356
+ "name": "--m3e-bottom-sheet-peek-height",
2357
+ "description": "The visible height when minimized.",
2518
2358
  "values": []
2519
2359
  },
2520
2360
  {
2521
- "name": "--m3e-connected-button-group-large-inner-pressed-shape",
2522
- "description": "Pressed corner shape for connected variant, large size.",
2361
+ "name": "--m3e-bottom-sheet-compact-top-space",
2362
+ "description": "The top space in compact mode.",
2523
2363
  "values": []
2524
2364
  },
2525
2365
  {
2526
- "name": "--m3e-connected-button-group-extra-large-inner-shape",
2527
- "description": "Corner shape for connected variant, extra-large size.",
2366
+ "name": "--m3e-bottom-sheet-top-space",
2367
+ "description": "The top space in standard mode.",
2528
2368
  "values": []
2529
2369
  },
2530
2370
  {
2531
- "name": "--m3e-connected-button-group-extra-large-inner-pressed-shape",
2532
- "description": "Pressed corner shape for connected variant, extra-large size.",
2371
+ "name": "--m3e-bottom-sheet-padding-block",
2372
+ "description": "The vertical padding.",
2373
+ "values": []
2374
+ },
2375
+ {
2376
+ "name": "--m3e-bottom-sheet-padding-inline",
2377
+ "description": "The horizontal padding.",
2378
+ "values": []
2379
+ },
2380
+ {
2381
+ "name": "--m3e-bottom-sheet-handle-container-height",
2382
+ "description": "The height of the drag handle container.",
2383
+ "values": []
2384
+ },
2385
+ {
2386
+ "name": "--m3e-bottom-sheet-handle-width",
2387
+ "description": "The width of the drag handle.",
2388
+ "values": []
2389
+ },
2390
+ {
2391
+ "name": "--m3e-bottom-sheet-handle-height",
2392
+ "description": "The height of the drag handle.",
2393
+ "values": []
2394
+ },
2395
+ {
2396
+ "name": "--m3e-bottom-sheet-handle-shape",
2397
+ "description": "The border radius of the handle.",
2398
+ "values": []
2399
+ },
2400
+ {
2401
+ "name": "--m3e-bottom-sheet-handle-color",
2402
+ "description": "The color of the drag handle.",
2403
+ "values": []
2404
+ },
2405
+ {
2406
+ "name": "--m3e-bottom-sheet-handle-focus-ring-offset",
2407
+ "description": "The offset of the focus ring around the handle.",
2408
+ "values": []
2409
+ },
2410
+ {
2411
+ "name": "--m3e-bottom-sheet-color",
2412
+ "description": "The foreground (text) color of the sheet.",
2413
+ "values": []
2414
+ },
2415
+ {
2416
+ "name": "--m3e-bottom-sheet-content-font-size",
2417
+ "description": "Font size for the sheet content.",
2418
+ "values": []
2419
+ },
2420
+ {
2421
+ "name": "--m3e-bottom-sheet-content-font-weight",
2422
+ "description": "Font weight for the sheet content.",
2423
+ "values": []
2424
+ },
2425
+ {
2426
+ "name": "--m3e-bottom-sheet-content-line-height",
2427
+ "description": "Line height for the sheet content.",
2428
+ "values": []
2429
+ },
2430
+ {
2431
+ "name": "--m3e-bottom-sheet-content-tracking",
2432
+ "description": "Letter spacing (tracking) for the sheet content.",
2433
+ "values": []
2434
+ },
2435
+ {
2436
+ "name": "--m3e-bottom-sheet-header-font-size",
2437
+ "description": "Font size for the sheet header.",
2438
+ "values": []
2439
+ },
2440
+ {
2441
+ "name": "--m3e-bottom-sheet-header-font-weight",
2442
+ "description": "Font weight for the sheet header.",
2443
+ "values": []
2444
+ },
2445
+ {
2446
+ "name": "--m3e-bottom-sheet-header-line-height",
2447
+ "description": "Line height for the sheet header.",
2448
+ "values": []
2449
+ },
2450
+ {
2451
+ "name": "--m3e-bottom-sheet-header-tracking",
2452
+ "description": "Letter spacing (tracking) for the sheet header.",
2453
+ "values": []
2454
+ },
2455
+ {
2456
+ "name": "--m3e-standard-button-group-extra-small-spacing",
2457
+ "description": "Spacing between buttons in standard variant, extra-small size.",
2458
+ "values": []
2459
+ },
2460
+ {
2461
+ "name": "--m3e-standard-button-group-small-spacing",
2462
+ "description": "Spacing between buttons in standard variant, small size.",
2463
+ "values": []
2464
+ },
2465
+ {
2466
+ "name": "--m3e-standard-button-group-medium-spacing",
2467
+ "description": "Spacing between buttons in standard variant, medium size.",
2468
+ "values": []
2469
+ },
2470
+ {
2471
+ "name": "--m3e-standard-button-group-large-spacing",
2472
+ "description": "Spacing between buttons in standard variant, large size.",
2473
+ "values": []
2474
+ },
2475
+ {
2476
+ "name": "--m3e-standard-button-group-extra-large-spacing",
2477
+ "description": "Spacing between buttons in standard variant, extra-large size.",
2478
+ "values": []
2479
+ },
2480
+ {
2481
+ "name": "--m3e-connected-button-group-spacing",
2482
+ "description": "Spacing between buttons in connected variant.",
2483
+ "values": []
2484
+ },
2485
+ {
2486
+ "name": "--m3e-connected-button-group-extra-small-inner-shape",
2487
+ "description": "Corner shape for connected variant, extra-small size.",
2488
+ "values": []
2489
+ },
2490
+ {
2491
+ "name": "--m3e-connected-button-group-extra-small-inner-pressed-shape",
2492
+ "description": "Pressed corner shape for connected variant, extra-small size.",
2493
+ "values": []
2494
+ },
2495
+ {
2496
+ "name": "--m3e-connected-button-group-small-inner-shape",
2497
+ "description": "Corner shape for connected variant, small size.",
2498
+ "values": []
2499
+ },
2500
+ {
2501
+ "name": "--m3e-connected-button-group-small-inner-pressed-shape",
2502
+ "description": "Pressed corner shape for connected variant, small size.",
2503
+ "values": []
2504
+ },
2505
+ {
2506
+ "name": "--m3e-connected-button-group-medium-inner-shape",
2507
+ "description": "Corner shape for connected variant, medium size.",
2508
+ "values": []
2509
+ },
2510
+ {
2511
+ "name": "--m3e-connected-button-group-medium-inner-pressed-shape",
2512
+ "description": "Pressed corner shape for connected variant, medium size.",
2513
+ "values": []
2514
+ },
2515
+ {
2516
+ "name": "--m3e-connected-button-group-large-inner-shape",
2517
+ "description": "Corner shape for connected variant, large size.",
2518
+ "values": []
2519
+ },
2520
+ {
2521
+ "name": "--m3e-connected-button-group-large-inner-pressed-shape",
2522
+ "description": "Pressed corner shape for connected variant, large size.",
2523
+ "values": []
2524
+ },
2525
+ {
2526
+ "name": "--m3e-connected-button-group-extra-large-inner-shape",
2527
+ "description": "Corner shape for connected variant, extra-large size.",
2528
+ "values": []
2529
+ },
2530
+ {
2531
+ "name": "--m3e-connected-button-group-extra-large-inner-pressed-shape",
2532
+ "description": "Pressed corner shape for connected variant, extra-large size.",
2533
2533
  "values": []
2534
2534
  },
2535
2535
  {
@@ -2898,208 +2898,378 @@
2898
2898
  "values": []
2899
2899
  },
2900
2900
  {
2901
- "name": "--m3e-checkbox-icon-size",
2902
- "description": "Size of the checkbox icon inside the container.",
2901
+ "name": "--m3e-calendar-container-color",
2902
+ "description": "Background color of the container surface.",
2903
2903
  "values": []
2904
2904
  },
2905
2905
  {
2906
- "name": "--m3e-checkbox-container-size",
2907
- "description": "Base size of the checkbox container.",
2906
+ "name": "--m3e-calendar-container-elevation",
2907
+ "description": "Elevation shadow applied to the container surface.",
2908
2908
  "values": []
2909
2909
  },
2910
2910
  {
2911
- "name": "--m3e-checkbox-container-shape",
2912
- "description": "Border radius of the icon container.",
2911
+ "name": "--m3e-calendar-container-shape",
2912
+ "description": "Corner radius of the container surface.",
2913
2913
  "values": []
2914
2914
  },
2915
2915
  {
2916
- "name": "--m3e-checkbox-unselected-outline-thickness",
2917
- "description": "Border thickness for unselected state.",
2916
+ "name": "--m3e-calendar-padding",
2917
+ "description": "Padding applied to the calendar header and body.",
2918
2918
  "values": []
2919
2919
  },
2920
2920
  {
2921
- "name": "--m3e-checkbox-unselected-outline-color",
2922
- "description": "Border color for unselected state.",
2921
+ "name": "--m3e-calendar-period-button-text-color",
2922
+ "description": "Text color used for the period‑navigation buttons in the header.",
2923
2923
  "values": []
2924
2924
  },
2925
2925
  {
2926
- "name": "--m3e-checkbox-unselected-hover-outline-color",
2927
- "description": "Border color on hover when unselected.",
2926
+ "name": "--m3e-calendar-weekday-font-size",
2927
+ "description": "Font size of weekday labels in month view.",
2928
2928
  "values": []
2929
2929
  },
2930
2930
  {
2931
- "name": "--m3e-checkbox-unselected-disabled-outline-color",
2932
- "description": "Base color for disabled unselected outline.",
2931
+ "name": "--m3e-calendar-weekday-font-weight",
2932
+ "description": "Font weight of weekday labels in month view.",
2933
2933
  "values": []
2934
2934
  },
2935
2935
  {
2936
- "name": "--m3e-checkbox-unselected-disabled-outline-opacity",
2937
- "description": "Opacity for disabled unselected outline.",
2936
+ "name": "--m3e-calendar-weekday-line-height",
2937
+ "description": "Line height of weekday labels in month view.",
2938
2938
  "values": []
2939
2939
  },
2940
2940
  {
2941
- "name": "--m3e-checkbox-unselected-error-outline-color",
2942
- "description": "Border color for invalid unselected state.",
2941
+ "name": "--m3e-calendar-weekday-tracking",
2942
+ "description": "Letter spacing of weekday labels in month view.",
2943
2943
  "values": []
2944
2944
  },
2945
2945
  {
2946
- "name": "--m3e-checkbox-selected-container-color",
2947
- "description": "Background color for selected container.",
2946
+ "name": "--m3e-calendar-date-font-size",
2947
+ "description": "Font size of date cells in month view.",
2948
2948
  "values": []
2949
2949
  },
2950
2950
  {
2951
- "name": "--m3e-checkbox-selected-icon-color",
2952
- "description": "Icon color for selected state.",
2951
+ "name": "--m3e-calendar-date-font-weight",
2952
+ "description": "Font weight of date cells in month view.",
2953
2953
  "values": []
2954
2954
  },
2955
2955
  {
2956
- "name": "--m3e-checkbox-selected-disabled-container-color",
2957
- "description": "Base color for disabled selected container.",
2956
+ "name": "--m3e-calendar-date-line-height",
2957
+ "description": "Line height of date cells in month view.",
2958
2958
  "values": []
2959
2959
  },
2960
2960
  {
2961
- "name": "--m3e-checkbox-selected-disabled-container-opacity",
2962
- "description": "Opacity for disabled selected container.",
2961
+ "name": "--m3e-calendar-date-tracking",
2962
+ "description": "Letter spacing of date cells in month view.",
2963
2963
  "values": []
2964
2964
  },
2965
2965
  {
2966
- "name": "--m3e-checkbox-selected-disabled-icon-color",
2967
- "description": "Base color for disabled selected icon.",
2966
+ "name": "--m3e-calendar-item-font-size",
2967
+ "description": "Font size of items in year and multi‑year views.",
2968
2968
  "values": []
2969
2969
  },
2970
2970
  {
2971
- "name": "--m3e-checkbox-selected-disabled-icon-opacity",
2972
- "description": "Opacity for disabled selected icon.",
2971
+ "name": "--m3e-calendar-item-font-weight",
2972
+ "description": "Font weight of items in year and multi‑year views.",
2973
2973
  "values": []
2974
2974
  },
2975
2975
  {
2976
- "name": "--m3e-checkbox-unselected-hover-color",
2977
- "description": "Ripple hover color for unselected state.",
2976
+ "name": "--m3e-calendar-item-line-height",
2977
+ "description": "Line height of items in year and multi‑year views.",
2978
2978
  "values": []
2979
2979
  },
2980
2980
  {
2981
- "name": "--m3e-checkbox-unselected-focus-color",
2982
- "description": "Ripple focus color for unselected state.",
2981
+ "name": "--m3e-calendar-item-tracking",
2982
+ "description": "Letter spacing of items in year and multi‑year views.",
2983
2983
  "values": []
2984
2984
  },
2985
2985
  {
2986
- "name": "--m3e-checkbox-unselected-ripple-color",
2987
- "description": "Ripple base color for unselected state.",
2986
+ "name": "--m3e-calendar-item-selected-color",
2987
+ "description": "Text color for selected date items.",
2988
2988
  "values": []
2989
2989
  },
2990
2990
  {
2991
- "name": "--m3e-checkbox-selected-hover-color",
2992
- "description": "Ripple hover color for selected state.",
2991
+ "name": "--m3e-calendar-item-selected-container-color",
2992
+ "description": "Background color for selected date items.",
2993
2993
  "values": []
2994
2994
  },
2995
2995
  {
2996
- "name": "--m3e-checkbox-selected-focus-color",
2997
- "description": "Ripple focus color for selected state.",
2996
+ "name": "--m3e-calendar-item-selected-ripple-color",
2997
+ "description": "Ripple color used when interacting with selected date items.",
2998
2998
  "values": []
2999
2999
  },
3000
3000
  {
3001
- "name": "--m3e-checkbox-selected-ripple-color",
3002
- "description": "Ripple base color for selected state.",
3001
+ "name": "--m3e-calendar-item-selected-hover-color",
3002
+ "description": "Hover color used when interacting with selected date items.",
3003
3003
  "values": []
3004
3004
  },
3005
3005
  {
3006
- "name": "--m3e-checkbox-unselected-error-hover-color",
3007
- "description": "Ripple hover color for invalid unselected state.",
3006
+ "name": "--m3e-calendar-item-selected-focus-color",
3007
+ "description": "Focus color used when interacting with selected date items.",
3008
3008
  "values": []
3009
3009
  },
3010
3010
  {
3011
- "name": "--m3e-checkbox-unselected-error-focus-color",
3012
- "description": "Ripple focus color for invalid unselected state.",
3011
+ "name": "--m3e-calendar-item-current-outline-thickness",
3012
+ "description": "Outline thickness used to indicate the current date.",
3013
3013
  "values": []
3014
3014
  },
3015
3015
  {
3016
- "name": "--m3e-checkbox-unselected-error-ripple-color",
3017
- "description": "Ripple base color for invalid unselected state.",
3016
+ "name": "--m3e-calendar-item-current-outline-color",
3017
+ "description": "Outline color used to indicate the current date.",
3018
3018
  "values": []
3019
3019
  },
3020
3020
  {
3021
- "name": "--m3e-checkbox-selected-error-hover-color",
3022
- "description": "Ripple hover color for invalid selected state.",
3021
+ "name": "--m3e-calendar-item-special-color",
3022
+ "description": "Text color for dates marked as special.",
3023
3023
  "values": []
3024
3024
  },
3025
3025
  {
3026
- "name": "--m3e-checkbox-selected-error-focus-color",
3027
- "description": "Ripple focus color for invalid selected state.",
3026
+ "name": "--m3e-calendar-item-special-container-color",
3027
+ "description": "Background color for dates marked as special.",
3028
3028
  "values": []
3029
3029
  },
3030
3030
  {
3031
- "name": "--m3e-checkbox-selected-error-ripple-color",
3032
- "description": "Ripple base color for invalid selected state.",
3031
+ "name": "--m3e-calendar-item-special-ripple-color",
3032
+ "description": "Ripple color used when interacting with dates marked as special.",
3033
3033
  "values": []
3034
3034
  },
3035
3035
  {
3036
- "name": "--m3e-chip-container-shape",
3037
- "description": "Border radius of the chip container.",
3036
+ "name": "--m3e-calendar-item-special-hover-color",
3037
+ "description": "Hover color used when interacting with dates marked as special.",
3038
3038
  "values": []
3039
3039
  },
3040
3040
  {
3041
- "name": "--m3e-chip-container-height",
3042
- "description": "Base height of the chip container before density adjustment.",
3041
+ "name": "--m3e-calendar-item-special-focus-color",
3042
+ "description": "Focus color used when interacting with dates marked as special.",
3043
3043
  "values": []
3044
3044
  },
3045
3045
  {
3046
- "name": "--m3e-chip-label-text-font-size",
3047
- "description": "Font size of the chip label text.",
3046
+ "name": "--m3e-calendar-range-container-color",
3047
+ "description": "Background color applied to the selected date range.",
3048
3048
  "values": []
3049
3049
  },
3050
3050
  {
3051
- "name": "--m3e-chip-label-text-font-weight",
3052
- "description": "Font weight of the chip label text.",
3051
+ "name": "--m3e-calendar-range-color",
3052
+ "description": "Text color for dates within a selected range.",
3053
3053
  "values": []
3054
3054
  },
3055
3055
  {
3056
- "name": "--m3e-chip-label-text-line-height",
3057
- "description": "Line height of the chip label text.",
3056
+ "name": "--m3e-calendar-item-disabled-color",
3057
+ "description": "Color used for disabled date items.",
3058
3058
  "values": []
3059
3059
  },
3060
3060
  {
3061
- "name": "--m3e-chip-label-text-tracking",
3062
- "description": "Letter spacing of the chip label text.",
3061
+ "name": "--m3e-calendar-item-disabled-color-opacity",
3062
+ "description": "Opacity applied to the disabled item color.",
3063
3063
  "values": []
3064
3064
  },
3065
3065
  {
3066
- "name": "--m3e-chip-label-text-color",
3067
- "description": "Label text color in default state.",
3066
+ "name": "--m3e-calendar-slide-animation-duration",
3067
+ "description": "Duration of slide transitions between calendar views.",
3068
3068
  "values": []
3069
3069
  },
3070
3070
  {
3071
- "name": "--m3e-chip-icon-color",
3072
- "description": "Icon color in default state.",
3071
+ "name": "--m3e-checkbox-icon-size",
3072
+ "description": "Size of the checkbox icon inside the container.",
3073
3073
  "values": []
3074
3074
  },
3075
3075
  {
3076
- "name": "--m3e-chip-icon-size",
3077
- "description": "Font size of leading/trailing icons.",
3076
+ "name": "--m3e-checkbox-container-size",
3077
+ "description": "Base size of the checkbox container.",
3078
3078
  "values": []
3079
3079
  },
3080
3080
  {
3081
- "name": "--m3e-chip-spacing",
3082
- "description": "Horizontal gap between chip content elements.",
3081
+ "name": "--m3e-checkbox-container-shape",
3082
+ "description": "Border radius of the icon container.",
3083
3083
  "values": []
3084
3084
  },
3085
3085
  {
3086
- "name": "--m3e-chip-padding-start",
3087
- "description": "Default start padding when no icon is present.",
3086
+ "name": "--m3e-checkbox-unselected-outline-thickness",
3087
+ "description": "Border thickness for unselected state.",
3088
3088
  "values": []
3089
3089
  },
3090
3090
  {
3091
- "name": "--m3e-chip-padding-end",
3092
- "description": "Default end padding when no trailing icon is present.",
3091
+ "name": "--m3e-checkbox-unselected-outline-color",
3092
+ "description": "Border color for unselected state.",
3093
3093
  "values": []
3094
3094
  },
3095
3095
  {
3096
- "name": "--m3e-chip-with-icon-padding-start",
3097
- "description": "Start padding when leading icon is present.",
3096
+ "name": "--m3e-checkbox-unselected-hover-outline-color",
3097
+ "description": "Border color on hover when unselected.",
3098
3098
  "values": []
3099
3099
  },
3100
3100
  {
3101
- "name": "--m3e-chip-with-icon-padding-end",
3102
- "description": "End padding when trailing icon is present.",
3101
+ "name": "--m3e-checkbox-unselected-disabled-outline-color",
3102
+ "description": "Base color for disabled unselected outline.",
3103
+ "values": []
3104
+ },
3105
+ {
3106
+ "name": "--m3e-checkbox-unselected-disabled-outline-opacity",
3107
+ "description": "Opacity for disabled unselected outline.",
3108
+ "values": []
3109
+ },
3110
+ {
3111
+ "name": "--m3e-checkbox-unselected-error-outline-color",
3112
+ "description": "Border color for invalid unselected state.",
3113
+ "values": []
3114
+ },
3115
+ {
3116
+ "name": "--m3e-checkbox-selected-container-color",
3117
+ "description": "Background color for selected container.",
3118
+ "values": []
3119
+ },
3120
+ {
3121
+ "name": "--m3e-checkbox-selected-icon-color",
3122
+ "description": "Icon color for selected state.",
3123
+ "values": []
3124
+ },
3125
+ {
3126
+ "name": "--m3e-checkbox-selected-disabled-container-color",
3127
+ "description": "Base color for disabled selected container.",
3128
+ "values": []
3129
+ },
3130
+ {
3131
+ "name": "--m3e-checkbox-selected-disabled-container-opacity",
3132
+ "description": "Opacity for disabled selected container.",
3133
+ "values": []
3134
+ },
3135
+ {
3136
+ "name": "--m3e-checkbox-selected-disabled-icon-color",
3137
+ "description": "Base color for disabled selected icon.",
3138
+ "values": []
3139
+ },
3140
+ {
3141
+ "name": "--m3e-checkbox-selected-disabled-icon-opacity",
3142
+ "description": "Opacity for disabled selected icon.",
3143
+ "values": []
3144
+ },
3145
+ {
3146
+ "name": "--m3e-checkbox-unselected-hover-color",
3147
+ "description": "Ripple hover color for unselected state.",
3148
+ "values": []
3149
+ },
3150
+ {
3151
+ "name": "--m3e-checkbox-unselected-focus-color",
3152
+ "description": "Ripple focus color for unselected state.",
3153
+ "values": []
3154
+ },
3155
+ {
3156
+ "name": "--m3e-checkbox-unselected-ripple-color",
3157
+ "description": "Ripple base color for unselected state.",
3158
+ "values": []
3159
+ },
3160
+ {
3161
+ "name": "--m3e-checkbox-selected-hover-color",
3162
+ "description": "Ripple hover color for selected state.",
3163
+ "values": []
3164
+ },
3165
+ {
3166
+ "name": "--m3e-checkbox-selected-focus-color",
3167
+ "description": "Ripple focus color for selected state.",
3168
+ "values": []
3169
+ },
3170
+ {
3171
+ "name": "--m3e-checkbox-selected-ripple-color",
3172
+ "description": "Ripple base color for selected state.",
3173
+ "values": []
3174
+ },
3175
+ {
3176
+ "name": "--m3e-checkbox-unselected-error-hover-color",
3177
+ "description": "Ripple hover color for invalid unselected state.",
3178
+ "values": []
3179
+ },
3180
+ {
3181
+ "name": "--m3e-checkbox-unselected-error-focus-color",
3182
+ "description": "Ripple focus color for invalid unselected state.",
3183
+ "values": []
3184
+ },
3185
+ {
3186
+ "name": "--m3e-checkbox-unselected-error-ripple-color",
3187
+ "description": "Ripple base color for invalid unselected state.",
3188
+ "values": []
3189
+ },
3190
+ {
3191
+ "name": "--m3e-checkbox-selected-error-hover-color",
3192
+ "description": "Ripple hover color for invalid selected state.",
3193
+ "values": []
3194
+ },
3195
+ {
3196
+ "name": "--m3e-checkbox-selected-error-focus-color",
3197
+ "description": "Ripple focus color for invalid selected state.",
3198
+ "values": []
3199
+ },
3200
+ {
3201
+ "name": "--m3e-checkbox-selected-error-ripple-color",
3202
+ "description": "Ripple base color for invalid selected state.",
3203
+ "values": []
3204
+ },
3205
+ {
3206
+ "name": "--m3e-chip-container-shape",
3207
+ "description": "Border radius of the chip container.",
3208
+ "values": []
3209
+ },
3210
+ {
3211
+ "name": "--m3e-chip-container-height",
3212
+ "description": "Base height of the chip container before density adjustment.",
3213
+ "values": []
3214
+ },
3215
+ {
3216
+ "name": "--m3e-chip-label-text-font-size",
3217
+ "description": "Font size of the chip label text.",
3218
+ "values": []
3219
+ },
3220
+ {
3221
+ "name": "--m3e-chip-label-text-font-weight",
3222
+ "description": "Font weight of the chip label text.",
3223
+ "values": []
3224
+ },
3225
+ {
3226
+ "name": "--m3e-chip-label-text-line-height",
3227
+ "description": "Line height of the chip label text.",
3228
+ "values": []
3229
+ },
3230
+ {
3231
+ "name": "--m3e-chip-label-text-tracking",
3232
+ "description": "Letter spacing of the chip label text.",
3233
+ "values": []
3234
+ },
3235
+ {
3236
+ "name": "--m3e-chip-label-text-color",
3237
+ "description": "Label text color in default state.",
3238
+ "values": []
3239
+ },
3240
+ {
3241
+ "name": "--m3e-chip-icon-color",
3242
+ "description": "Icon color in default state.",
3243
+ "values": []
3244
+ },
3245
+ {
3246
+ "name": "--m3e-chip-icon-size",
3247
+ "description": "Font size of leading/trailing icons.",
3248
+ "values": []
3249
+ },
3250
+ {
3251
+ "name": "--m3e-chip-spacing",
3252
+ "description": "Horizontal gap between chip content elements.",
3253
+ "values": []
3254
+ },
3255
+ {
3256
+ "name": "--m3e-chip-padding-start",
3257
+ "description": "Default start padding when no icon is present.",
3258
+ "values": []
3259
+ },
3260
+ {
3261
+ "name": "--m3e-chip-padding-end",
3262
+ "description": "Default end padding when no trailing icon is present.",
3263
+ "values": []
3264
+ },
3265
+ {
3266
+ "name": "--m3e-chip-with-icon-padding-start",
3267
+ "description": "Start padding when leading icon is present.",
3268
+ "values": []
3269
+ },
3270
+ {
3271
+ "name": "--m3e-chip-with-icon-padding-end",
3272
+ "description": "End padding when trailing icon is present.",
3103
3273
  "values": []
3104
3274
  },
3105
3275
  {
@@ -3827,6 +3997,111 @@
3827
3997
  "description": "Opacity applied to disabled outline.",
3828
3998
  "values": []
3829
3999
  },
4000
+ {
4001
+ "name": "--m3e-datepicker-container-padding-block",
4002
+ "description": "Block‑axis padding of the date picker container.",
4003
+ "values": []
4004
+ },
4005
+ {
4006
+ "name": "--m3e-datepicker-container-padding-inline",
4007
+ "description": "Inline‑axis padding of the date picker container.",
4008
+ "values": []
4009
+ },
4010
+ {
4011
+ "name": "--m3e-datepicker-container-color",
4012
+ "description": "Background color of the standard container surface.",
4013
+ "values": []
4014
+ },
4015
+ {
4016
+ "name": "--m3e-datepicker-container-elevation",
4017
+ "description": "Elevation shadow applied to the container surface.",
4018
+ "values": []
4019
+ },
4020
+ {
4021
+ "name": "--m3e-datepicker-modal-headline-font-size",
4022
+ "description": "Font size used for the modal headline text.",
4023
+ "values": []
4024
+ },
4025
+ {
4026
+ "name": "--m3e-datepicker-modal-headline-font-weight",
4027
+ "description": "Font weight used for the modal headline text.",
4028
+ "values": []
4029
+ },
4030
+ {
4031
+ "name": "--m3e-datepicker-modal-headline-line-height",
4032
+ "description": "Line height used for the modal headline text.",
4033
+ "values": []
4034
+ },
4035
+ {
4036
+ "name": "--m3e-datepicker-modal-headline-tracking",
4037
+ "description": "Letter spacing used for the modal headline text.",
4038
+ "values": []
4039
+ },
4040
+ {
4041
+ "name": "--m3e-datepicker-modal-supporting-text-font-size",
4042
+ "description": "Font size used for supporting text in modal mode.",
4043
+ "values": []
4044
+ },
4045
+ {
4046
+ "name": "--m3e-datepicker-modal-supporting-text-font-weight",
4047
+ "description": "Font weight used for supporting text in modal mode.",
4048
+ "values": []
4049
+ },
4050
+ {
4051
+ "name": "--m3e-datepicker-modal-supporting-text-line-height",
4052
+ "description": "Line height used for supporting text in modal mode.",
4053
+ "values": []
4054
+ },
4055
+ {
4056
+ "name": "--m3e-datepicker-modal-supporting-text-tracking",
4057
+ "description": "Letter spacing used for supporting text in modal mode.",
4058
+ "values": []
4059
+ },
4060
+ {
4061
+ "name": "--m3e-datepicker-actions-padding-inline",
4062
+ "description": "Inline‑axis padding of the action row.",
4063
+ "values": []
4064
+ },
4065
+ {
4066
+ "name": "--m3e-datepicker-docked-container-color",
4067
+ "description": "Background color of the container in docked mode.",
4068
+ "values": []
4069
+ },
4070
+ {
4071
+ "name": "--m3e-datepicker-docked-container-shape",
4072
+ "description": "Corner radius of the container in docked mode.",
4073
+ "values": []
4074
+ },
4075
+ {
4076
+ "name": "--m3e-datepicker-modal-container-color",
4077
+ "description": "Background color of the container in modal mode.",
4078
+ "values": []
4079
+ },
4080
+ {
4081
+ "name": "--m3e-datepicker-modal-container-shape",
4082
+ "description": "Corner radius of the container in modal mode.",
4083
+ "values": []
4084
+ },
4085
+ {
4086
+ "name": "--m3e-divider-thickness",
4087
+ "description": "Thickness of divider elements within the picker.",
4088
+ "values": []
4089
+ },
4090
+ {
4091
+ "name": "--m3e-divider-color",
4092
+ "description": "Color of divider rules within the picker.",
4093
+ "values": []
4094
+ },
4095
+ {
4096
+ "name": "--m3e-dialog-scrim-color",
4097
+ "description": "Base color used for the modal scrim behind the picker.",
4098
+ "values": []
4099
+ },
4100
+ {
4101
+ "name": "--m3e-dialog-scrim-opacity",
4102
+ "description": "Opacity applied to the scrim color in modal mode.",
4103
+ "values": []
4104
+ },
3830
4105
  {
3831
4106
  "name": "--m3e-dialog-shape",
3832
4107
  "description": "Border radius of the dialog container.",
@@ -3964,12 +4239,12 @@
3964
4239
  },
3965
4240
  {
3966
4241
  "name": "--m3e-modal-drawer-start-shape",
3967
- "description": "The shape of the drawers start edge (typically left in LTR).",
4242
+ "description": "The shape of the drawer's start edge (typically left in LTR).",
3968
4243
  "values": []
3969
4244
  },
3970
4245
  {
3971
4246
  "name": "--m3e-modal-drawer-end-shape",
3972
- "description": "The shape of the drawers end edge (typically right in LTR).",
4247
+ "description": "The shape of the drawer's end edge (typically right in LTR).",
3973
4248
  "values": []
3974
4249
  },
3975
4250
  {
@@ -10828,48 +11103,273 @@
10828
11103
  "values": []
10829
11104
  },
10830
11105
  {
10831
- "name": "--m3e-segmented-button-height",
10832
- "description": "Total height of the segmented button.",
11106
+ "name": "--m3e-search-bar-container-color",
11107
+ "description": "Background color of the search bar container.",
10833
11108
  "values": []
10834
11109
  },
10835
11110
  {
10836
- "name": "--m3e-segmented-button-outline-thickness",
10837
- "description": "Thickness of the button’s border.",
11111
+ "name": "--m3e-search-bar-leading-icon-color",
11112
+ "description": "Color of the leading icon.",
10838
11113
  "values": []
10839
11114
  },
10840
11115
  {
10841
- "name": "--m3e-segmented-button-outline-color",
10842
- "description": "Color of the button’s border.",
11116
+ "name": "--m3e-search-bar-trailing-icon-color",
11117
+ "description": "Color of the trailing icon.",
10843
11118
  "values": []
10844
11119
  },
10845
11120
  {
10846
- "name": "--m3e-segmented-button-padding-start",
10847
- "description": "Padding on the leading edge of the button content.",
11121
+ "name": "--m3e-search-bar-container-height",
11122
+ "description": "Height of the search bar container.",
10848
11123
  "values": []
10849
11124
  },
10850
11125
  {
10851
- "name": "--m3e-segmented-button-padding-end",
10852
- "description": "Padding on the trailing edge of the button content.",
11126
+ "name": "--m3e-search-bar-container-shape",
11127
+ "description": "Shape (border radius) of the search bar container.",
10853
11128
  "values": []
10854
11129
  },
10855
11130
  {
10856
- "name": "--m3e-segmented-button-spacing",
10857
- "description": "Horizontal gap between icon and label.",
11131
+ "name": "--m3e-search-bar-icon-size",
11132
+ "description": "Size of icons inside the search bar.",
10858
11133
  "values": []
10859
11134
  },
10860
11135
  {
10861
- "name": "--m3e-segmented-button-font-size",
10862
- "description": "Font size of the label text.",
11136
+ "name": "--m3e-search-bar-supporting-text-color",
11137
+ "description": "Color of the supporting text.",
10863
11138
  "values": []
10864
11139
  },
10865
11140
  {
10866
- "name": "--m3e-segmented-button-font-weight",
10867
- "description": "Font weight of the label text.",
11141
+ "name": "--m3e-search-bar-supporting-text-font-size",
11142
+ "description": "Font size of the supporting text.",
10868
11143
  "values": []
10869
11144
  },
10870
11145
  {
10871
- "name": "--m3e-segmented-button-line-height",
10872
- "description": "Line height of the label text.",
11146
+ "name": "--m3e-search-bar-supporting-text-font-weight",
11147
+ "description": "Font weight of the supporting text.",
11148
+ "values": []
11149
+ },
11150
+ {
11151
+ "name": "--m3e-search-bar-supporting-text-line-height",
11152
+ "description": "Line height of the supporting text.",
11153
+ "values": []
11154
+ },
11155
+ {
11156
+ "name": "--m3e-search-bar-supporting-text-tracking",
11157
+ "description": "Letter spacing of the supporting text.",
11158
+ "values": []
11159
+ },
11160
+ {
11161
+ "name": "--m3e-search-bar-input-color",
11162
+ "description": "Color of the input text.",
11163
+ "values": []
11164
+ },
11165
+ {
11166
+ "name": "--m3e-search-bar-input-text-font-size",
11167
+ "description": "Font size of the input text.",
11168
+ "values": []
11169
+ },
11170
+ {
11171
+ "name": "--m3e-search-bar-input-text-font-weight",
11172
+ "description": "Font weight of the input text.",
11173
+ "values": []
11174
+ },
11175
+ {
11176
+ "name": "--m3e-search-bar-input-text-line-height",
11177
+ "description": "Line height of the input text.",
11178
+ "values": []
11179
+ },
11180
+ {
11181
+ "name": "--m3e-search-bar-input-text-tracking",
11182
+ "description": "Letter spacing of the input text.",
11183
+ "values": []
11184
+ },
11185
+ {
11186
+ "name": "--m3e-search-bar-leading-space",
11187
+ "description": "Space before the leading icon.",
11188
+ "values": []
11189
+ },
11190
+ {
11191
+ "name": "--m3e-search-bar-trailing-space",
11192
+ "description": "Space after the trailing icon.",
11193
+ "values": []
11194
+ },
11195
+ {
11196
+ "name": "--m3e-search-bar-no-actions-leading-space",
11197
+ "description": "Leading padding when no actions are present.",
11198
+ "values": []
11199
+ },
11200
+ {
11201
+ "name": "--m3e-search-bar-no-actions-trailing-space",
11202
+ "description": "Trailing padding when no actions are present.",
11203
+ "values": []
11204
+ },
11205
+ {
11206
+ "name": "--m3e-search-bar-leading-actions-trailing-space",
11207
+ "description": "Space between leading actions and the input.",
11208
+ "values": []
11209
+ },
11210
+ {
11211
+ "name": "--m3e-search-bar-trailing-actions-leading-space",
11212
+ "description": "Space between the input and trailing actions.",
11213
+ "values": []
11214
+ },
11215
+ {
11216
+ "name": "--m3e-search-bar-actions-gap",
11217
+ "description": "Gap between action icons.",
11218
+ "values": []
11219
+ },
11220
+ {
11221
+ "name": "--m3e-search-view-container-color",
11222
+ "description": "Background color of the view container.",
11223
+ "values": []
11224
+ },
11225
+ {
11226
+ "name": "--m3e-search-view-contained-container-color",
11227
+ "description": "Background color of the contained view container.",
11228
+ "values": []
11229
+ },
11230
+ {
11231
+ "name": "--m3e-search-view-divider-color",
11232
+ "description": "Color of the divider separating header and results.",
11233
+ "values": []
11234
+ },
11235
+ {
11236
+ "name": "--m3e-search-view-divider-thickness",
11237
+ "description": "Thickness of the divider separating header and results.",
11238
+ "values": []
11239
+ },
11240
+ {
11241
+ "name": "--m3e-search-view-full-screen-container-shape",
11242
+ "description": "Shape of the fullscreen view container.",
11243
+ "values": []
11244
+ },
11245
+ {
11246
+ "name": "--m3e-search-view-full-screen-header-container-height",
11247
+ "description": "Height of the header container in fullscreen mode.",
11248
+ "values": []
11249
+ },
11250
+ {
11251
+ "name": "--m3e-search-view-docked-container-shape",
11252
+ "description": "Shape of the docked view container.",
11253
+ "values": []
11254
+ },
11255
+ {
11256
+ "name": "--m3e-search-view-docked-header-container-height",
11257
+ "description": "Height of the header container in docked mode.",
11258
+ "values": []
11259
+ },
11260
+ {
11261
+ "name": "--m3e-search-view-contained-leading-margin",
11262
+ "description": "Leading margin for the contained view.",
11263
+ "values": []
11264
+ },
11265
+ {
11266
+ "name": "--m3e-search-view-contained-trailing-margin",
11267
+ "description": "Trailing margin for the contained view.",
11268
+ "values": []
11269
+ },
11270
+ {
11271
+ "name": "--m3e-search-view-contained-focused-leading-margin",
11272
+ "description": "Leading margin when the contained view is focused.",
11273
+ "values": []
11274
+ },
11275
+ {
11276
+ "name": "--m3e-search-view-contained-focused-trailing-margin",
11277
+ "description": "Trailing margin when the contained view is focused.",
11278
+ "values": []
11279
+ },
11280
+ {
11281
+ "name": "--m3e-search-view-contained-docked-bar-results-gap",
11282
+ "description": "Gap between the contained docked bar and results.",
11283
+ "values": []
11284
+ },
11285
+ {
11286
+ "name": "--m3e-search-view-contained-docked-results-shape",
11287
+ "description": "Shape of the results container in contained docked mode.",
11288
+ "values": []
11289
+ },
11290
+ {
11291
+ "name": "--m3e-search-view-contained-docked-bar-shape",
11292
+ "description": "Shape of the bar in contained docked mode.",
11293
+ "values": []
11294
+ },
11295
+ {
11296
+ "name": "--m3e-search-view-contained-full-screen-bar-container-height",
11297
+ "description": "Height of the bar container in contained fullscreen mode.",
11298
+ "values": []
11299
+ },
11300
+ {
11301
+ "name": "--m3e-search-view-docked-container-min-height",
11302
+ "description": "Minimum height of the docked view container.",
11303
+ "values": []
11304
+ },
11305
+ {
11306
+ "name": "--m3e-search-view-docked-container-max-height",
11307
+ "description": "Maximum height of the docked view container.",
11308
+ "values": []
11309
+ },
11310
+ {
11311
+ "name": "--m3e-search-view-contained-docked-results-space",
11312
+ "description": "Space above the results in contained docked mode.",
11313
+ "values": []
11314
+ },
11315
+ {
11316
+ "name": "--m3e-search-view-docked-results-bottom-space",
11317
+ "description": "Space below the results in docked mode.",
11318
+ "values": []
11319
+ },
11320
+ {
11321
+ "name": "--m3e-search-view-docked-scrim-color",
11322
+ "description": "Color of the scrim behind the docked view.",
11323
+ "values": []
11324
+ },
11325
+ {
11326
+ "name": "--m3e-search-view-docked-scrim-opacity",
11327
+ "description": "Opacity of the scrim behind the docked view.",
11328
+ "values": []
11329
+ },
11330
+ {
11331
+ "name": "--m3e-segmented-button-height",
11332
+ "description": "Total height of the segmented button.",
11333
+ "values": []
11334
+ },
11335
+ {
11336
+ "name": "--m3e-segmented-button-outline-thickness",
11337
+ "description": "Thickness of the button's border.",
11338
+ "values": []
11339
+ },
11340
+ {
11341
+ "name": "--m3e-segmented-button-outline-color",
11342
+ "description": "Color of the button's border.",
11343
+ "values": []
11344
+ },
11345
+ {
11346
+ "name": "--m3e-segmented-button-padding-start",
11347
+ "description": "Padding on the leading edge of the button content.",
11348
+ "values": []
11349
+ },
11350
+ {
11351
+ "name": "--m3e-segmented-button-padding-end",
11352
+ "description": "Padding on the trailing edge of the button content.",
11353
+ "values": []
11354
+ },
11355
+ {
11356
+ "name": "--m3e-segmented-button-spacing",
11357
+ "description": "Horizontal gap between icon and label.",
11358
+ "values": []
11359
+ },
11360
+ {
11361
+ "name": "--m3e-segmented-button-font-size",
11362
+ "description": "Font size of the label text.",
11363
+ "values": []
11364
+ },
11365
+ {
11366
+ "name": "--m3e-segmented-button-font-weight",
11367
+ "description": "Font weight of the label text.",
11368
+ "values": []
11369
+ },
11370
+ {
11371
+ "name": "--m3e-segmented-button-line-height",
11372
+ "description": "Line height of the label text.",
10873
11373
  "values": []
10874
11374
  },
10875
11375
  {
@@ -11323,843 +11823,843 @@
11323
11823
  "values": []
11324
11824
  },
11325
11825
  {
11326
- "name": "--m3e-split-button-extra-small-trailing-button-unselected-leading-space",
11327
- "description": "Leading space for the trailing button (extra-small, unselected).",
11826
+ "name": "--m3e-step-shape",
11827
+ "description": "Border radius of the step container, defining its visual shape.",
11328
11828
  "values": []
11329
11829
  },
11330
11830
  {
11331
- "name": "--m3e-split-button-extra-small-trailing-button-unselected-trailing-space",
11332
- "description": "Trailing space for the trailing button (extra-small, unselected).",
11831
+ "name": "--m3e-step-padding",
11832
+ "description": "Internal padding of the step container, used for layout spacing.",
11333
11833
  "values": []
11334
11834
  },
11335
11835
  {
11336
- "name": "--m3e-split-button-small-trailing-button-unselected-leading-space",
11337
- "description": "Leading space for the trailing button (small, unselected).",
11836
+ "name": "--m3e-step-icon-shape",
11837
+ "description": "Border radius of the icon container, controlling its geometric form.",
11338
11838
  "values": []
11339
11839
  },
11340
11840
  {
11341
- "name": "--m3e-split-button-small-trailing-button-unselected-trailing-space",
11342
- "description": "Trailing space for the trailing button (small, unselected).",
11841
+ "name": "--m3e-step-icon-size",
11842
+ "description": "Width and height of the icon container and icon glyph.",
11343
11843
  "values": []
11344
11844
  },
11345
11845
  {
11346
- "name": "--m3e-split-button-medium-trailing-button-unselected-leading-space",
11347
- "description": "Leading space for the trailing button (medium, unselected).",
11846
+ "name": "--m3e-step-selected-icon-container-color",
11847
+ "description": "Background color of the icon when the step is selected.",
11348
11848
  "values": []
11349
11849
  },
11350
11850
  {
11351
- "name": "--m3e-split-button-medium-trailing-button-unselected-trailing-space",
11352
- "description": "Trailing space for the trailing button (medium, unselected).",
11851
+ "name": "--m3e-step-selected-icon-color",
11852
+ "description": "Foreground color of the icon when the step is selected.",
11353
11853
  "values": []
11354
11854
  },
11355
11855
  {
11356
- "name": "--m3e-split-button-large-trailing-button-unselected-leading-space",
11357
- "description": "Leading space for the trailing button (large, unselected).",
11856
+ "name": "--m3e-step-completed-icon-container-color",
11857
+ "description": "Background color of the icon when the step is completed.",
11358
11858
  "values": []
11359
11859
  },
11360
11860
  {
11361
- "name": "--m3e-split-button-large-trailing-button-unselected-trailing-space",
11362
- "description": "Trailing space for the trailing button (large, unselected).",
11861
+ "name": "--m3e-step-completed-icon-color",
11862
+ "description": "Foreground color of the icon when the step is completed.",
11363
11863
  "values": []
11364
11864
  },
11365
11865
  {
11366
- "name": "--m3e-split-button-extra-large-trailing-button-unselected-leading-space",
11367
- "description": "Leading space for the trailing button (extra-large, unselected).",
11866
+ "name": "--m3e-step-unselected-icon-container-color",
11867
+ "description": "Background color of the icon when the step is inactive.",
11368
11868
  "values": []
11369
11869
  },
11370
11870
  {
11371
- "name": "--m3e-split-button-extra-large-trailing-button-unselected-trailing-space",
11372
- "description": "Trailing space for the trailing button (extra-large, unselected).",
11871
+ "name": "--m3e-step-unselected-icon-color",
11872
+ "description": "Foreground color of the icon when the step is inactive.",
11373
11873
  "values": []
11374
11874
  },
11375
11875
  {
11376
- "name": "--m3e-split-button-extra-small-trailing-button-selected-leading-space",
11377
- "description": "Leading space for the trailing button (extra-small, selected).",
11876
+ "name": "--m3e-step-icon-error-color",
11877
+ "description": "Foreground color of the icon when the step is invalid.",
11378
11878
  "values": []
11379
11879
  },
11380
11880
  {
11381
- "name": "--m3e-split-button-extra-small-trailing-button-selected-trailing-space",
11382
- "description": "Trailing space for the trailing button (extra-small, selected).",
11881
+ "name": "--m3e-step-disabled-icon-container-color",
11882
+ "description": "Base color used to mix the disabled icon background.",
11383
11883
  "values": []
11384
11884
  },
11385
11885
  {
11386
- "name": "--m3e-split-button-small-trailing-button-selected-leading-space",
11387
- "description": "Leading space for the trailing button (small, selected).",
11886
+ "name": "--m3e-step-disabled-icon-color",
11887
+ "description": "Base color used to mix the disabled icon foreground.",
11388
11888
  "values": []
11389
11889
  },
11390
11890
  {
11391
- "name": "--m3e-split-button-small-trailing-button-selected-trailing-space",
11392
- "description": "Trailing space for the trailing button (small, selected).",
11891
+ "name": "--m3e-step-label-color",
11892
+ "description": "Text color of the step label in its default state.",
11393
11893
  "values": []
11394
11894
  },
11395
11895
  {
11396
- "name": "--m3e-split-button-medium-trailing-button-selected-leading-space",
11397
- "description": "Leading space for the trailing button (medium, selected).",
11896
+ "name": "--m3e-step-label-error-color",
11897
+ "description": "Text color of the step label when the step is invalid.",
11398
11898
  "values": []
11399
11899
  },
11400
11900
  {
11401
- "name": "--m3e-split-button-medium-trailing-button-selected-trailing-space",
11402
- "description": "Trailing space for the trailing button (medium, selected).",
11901
+ "name": "--m3e-step-disabled-label-color",
11902
+ "description": "Base color used to mix the disabled label foreground.",
11403
11903
  "values": []
11404
11904
  },
11405
11905
  {
11406
- "name": "--m3e-split-button-large-trailing-button-selected-leading-space",
11407
- "description": "Leading space for the trailing button (large, selected).",
11906
+ "name": "--m3e-step-font-size",
11907
+ "description": "Font size of the step label.",
11408
11908
  "values": []
11409
11909
  },
11410
11910
  {
11411
- "name": "--m3e-split-button-large-trailing-button-selected-trailing-space",
11412
- "description": "Trailing space for the trailing button (large, selected).",
11911
+ "name": "--m3e-step-font-weight",
11912
+ "description": "Font weight of the step label.",
11413
11913
  "values": []
11414
11914
  },
11415
11915
  {
11416
- "name": "--m3e-split-button-extra-large-trailing-button-selected-leading-space",
11417
- "description": "Leading space for the trailing button (extra-large, selected).",
11916
+ "name": "--m3e-step-line-height",
11917
+ "description": "Line height of the step label.",
11418
11918
  "values": []
11419
11919
  },
11420
11920
  {
11421
- "name": "--m3e-split-button-extra-large-trailing-button-selected-trailing-space",
11422
- "description": "Trailing space for the trailing button (extra-large, selected).",
11921
+ "name": "--m3e-step-tracking",
11922
+ "description": "Letter spacing of the step label.",
11423
11923
  "values": []
11424
11924
  },
11425
11925
  {
11426
- "name": "--m3e-split-button-extra-small-inner-corner-size",
11427
- "description": "Inner corner size for the leading/trailing button (extra-small).",
11926
+ "name": "--m3e-step-icon-label-space",
11927
+ "description": "Gap between icon and label.",
11428
11928
  "values": []
11429
11929
  },
11430
11930
  {
11431
- "name": "--m3e-split-button-small-inner-corner-size",
11432
- "description": "Inner corner size for the leading/trailing button (small).",
11931
+ "name": "--m3e-step-hint-font-size",
11932
+ "description": "Font size of hint and error messages.",
11433
11933
  "values": []
11434
11934
  },
11435
11935
  {
11436
- "name": "--m3e-split-button-medium-inner-corner-size",
11437
- "description": "Inner corner size for the leading/trailing button (medium).",
11936
+ "name": "--m3e-step-hint-font-weight",
11937
+ "description": "Font weight of hint and error messages.",
11438
11938
  "values": []
11439
11939
  },
11440
11940
  {
11441
- "name": "--m3e-split-button-large-inner-corner-size",
11442
- "description": "Inner corner size for the leading/trailing button (large).",
11941
+ "name": "--m3e-step-hint-line-height",
11942
+ "description": "Line height of hint and error messages.",
11443
11943
  "values": []
11444
11944
  },
11445
11945
  {
11446
- "name": "--m3e-split-button-extra-large-inner-corner-size",
11447
- "description": "Inner corner size for the leading/trailing button (extra-large).",
11946
+ "name": "--m3e-step-hint-tracking",
11947
+ "description": "Letter spacing of hint and error messages.",
11448
11948
  "values": []
11449
11949
  },
11450
11950
  {
11451
- "name": "--m3e-split-button-extra-small-inner-corner-hover-size",
11452
- "description": "Inner corner size on hover (extra-small).",
11951
+ "name": "--m3e-step-hint-color",
11952
+ "description": "Text color of hint messages in valid state.",
11453
11953
  "values": []
11454
11954
  },
11455
11955
  {
11456
- "name": "--m3e-split-button-small-inner-corner-hover-size",
11457
- "description": "Inner corner size on hover (small).",
11956
+ "name": "--m3e-step-disabled-hint-color",
11957
+ "description": "Base color used to mix the disabled hint foreground.",
11458
11958
  "values": []
11459
11959
  },
11460
11960
  {
11461
- "name": "--m3e-split-button-medium-inner-corner-hover-size",
11462
- "description": "Inner corner size on hover (medium).",
11961
+ "name": "--m3e-step-panel-padding",
11962
+ "description": "Padding inside the step panel container, defining internal spacing around content.",
11463
11963
  "values": []
11464
11964
  },
11465
11965
  {
11466
- "name": "--m3e-split-button-large-inner-corner-hover-size",
11467
- "description": "Inner corner size on hover (large).",
11966
+ "name": "--m3e-step-panel-spacing",
11967
+ "description": "Vertical gap between stacked elements within the step panel.",
11468
11968
  "values": []
11469
11969
  },
11470
11970
  {
11471
- "name": "--m3e-split-button-extra-large-inner-corner-hover-size",
11472
- "description": "Inner corner size on hover (extra-large).",
11971
+ "name": "--m3e-step-panel-actions-height",
11972
+ "description": "Minimum height of the slotted actions container.",
11473
11973
  "values": []
11474
11974
  },
11475
11975
  {
11476
- "name": "--m3e-split-button-extra-small-inner-corner-pressed-size",
11477
- "description": "Inner corner size on press (extra-small).",
11976
+ "name": "--m3e-step-divider-thickness",
11977
+ "description": "Thickness of the divider line between steps.",
11478
11978
  "values": []
11479
11979
  },
11480
11980
  {
11481
- "name": "--m3e-split-button-small-inner-corner-pressed-size",
11482
- "description": "Inner corner size on press (small).",
11981
+ "name": "--m3e-step-divider-color",
11982
+ "description": "Color of the divider line between steps.",
11483
11983
  "values": []
11484
11984
  },
11485
11985
  {
11486
- "name": "--m3e-split-button-medium-inner-corner-pressed-size",
11487
- "description": "Inner corner size on press (medium).",
11986
+ "name": "--m3e-step-divider-inset",
11987
+ "description": "Inset offset for divider alignment within step layout.",
11488
11988
  "values": []
11489
11989
  },
11490
11990
  {
11491
- "name": "--m3e-split-button-large-inner-corner-pressed-size",
11492
- "description": "Inner corner size on press (large).",
11991
+ "name": "--m3e-switch-selected-icon-color",
11992
+ "description": "Color of the icon when the switch is selected.",
11493
11993
  "values": []
11494
11994
  },
11495
11995
  {
11496
- "name": "--m3e-split-button-extra-large-inner-corner-pressed-size",
11497
- "description": "Inner corner size on press (extra-large).",
11996
+ "name": "--m3e-switch-selected-icon-size",
11997
+ "description": "Size of the icon in the selected state.",
11498
11998
  "values": []
11499
11999
  },
11500
12000
  {
11501
- "name": "--m3e-split-button-extra-small-between-spacing",
11502
- "description": "Spacing between leading and trailing buttons (extra-small).",
12001
+ "name": "--m3e-switch-unselected-icon-color",
12002
+ "description": "Color of the icon when the switch is unselected.",
11503
12003
  "values": []
11504
12004
  },
11505
12005
  {
11506
- "name": "--m3e-split-button-small-between-spacing",
11507
- "description": "Spacing between leading and trailing buttons (small).",
12006
+ "name": "--m3e-switch-unselected-icon-size",
12007
+ "description": "Size of the icon in the unselected state.",
11508
12008
  "values": []
11509
12009
  },
11510
12010
  {
11511
- "name": "--m3e-split-button-medium-between-spacing",
11512
- "description": "Spacing between leading and trailing buttons (medium).",
12011
+ "name": "--m3e-switch-track-height",
12012
+ "description": "Height of the switch track.",
11513
12013
  "values": []
11514
12014
  },
11515
12015
  {
11516
- "name": "--m3e-split-button-large-between-spacing",
11517
- "description": "Spacing between leading and trailing buttons (large).",
12016
+ "name": "--m3e-switch-track-width",
12017
+ "description": "Width of the switch track.",
11518
12018
  "values": []
11519
12019
  },
11520
12020
  {
11521
- "name": "--m3e-split-button-extra-large-between-spacing",
11522
- "description": "Spacing between leading and trailing buttons (extra-large).",
12021
+ "name": "--m3e-switch-track-outline-color",
12022
+ "description": "Color of the track's outline.",
11523
12023
  "values": []
11524
12024
  },
11525
12025
  {
11526
- "name": "--m3e-step-shape",
11527
- "description": "Border radius of the step container, defining its visual shape.",
12026
+ "name": "--m3e-switch-track-outline-width",
12027
+ "description": "Thickness of the track's outline.",
11528
12028
  "values": []
11529
12029
  },
11530
12030
  {
11531
- "name": "--m3e-step-padding",
11532
- "description": "Internal padding of the step container, used for layout spacing.",
12031
+ "name": "--m3e-switch-track-shape",
12032
+ "description": "Corner shape of the track.",
11533
12033
  "values": []
11534
12034
  },
11535
12035
  {
11536
- "name": "--m3e-step-icon-shape",
11537
- "description": "Border radius of the icon container, controlling its geometric form.",
12036
+ "name": "--m3e-switch-selected-track-color",
12037
+ "description": "Track color when selected.",
11538
12038
  "values": []
11539
12039
  },
11540
12040
  {
11541
- "name": "--m3e-step-icon-size",
11542
- "description": "Width and height of the icon container and icon glyph.",
12041
+ "name": "--m3e-switch-unselected-track-color",
12042
+ "description": "Track color when unselected.",
11543
12043
  "values": []
11544
12044
  },
11545
12045
  {
11546
- "name": "--m3e-step-selected-icon-container-color",
11547
- "description": "Background color of the icon when the step is selected.",
12046
+ "name": "--m3e-switch-unselected-handle-height",
12047
+ "description": "Height of the handle when unselected.",
11548
12048
  "values": []
11549
12049
  },
11550
12050
  {
11551
- "name": "--m3e-step-selected-icon-color",
11552
- "description": "Foreground color of the icon when the step is selected.",
12051
+ "name": "--m3e-switch-unselected-handle-width",
12052
+ "description": "Width of the handle when unselected.",
11553
12053
  "values": []
11554
12054
  },
11555
12055
  {
11556
- "name": "--m3e-step-completed-icon-container-color",
11557
- "description": "Background color of the icon when the step is completed.",
12056
+ "name": "--m3e-switch-with-icon-handle-height",
12057
+ "description": "Height of the handle when icons are present.",
11558
12058
  "values": []
11559
12059
  },
11560
12060
  {
11561
- "name": "--m3e-step-completed-icon-color",
11562
- "description": "Foreground color of the icon when the step is completed.",
12061
+ "name": "--m3e-switch-with-icon-handle-width",
12062
+ "description": "Width of the handle when icons are present.",
11563
12063
  "values": []
11564
12064
  },
11565
12065
  {
11566
- "name": "--m3e-step-unselected-icon-container-color",
11567
- "description": "Background color of the icon when the step is inactive.",
12066
+ "name": "--m3e-switch-selected-handle-height",
12067
+ "description": "Height of the handle when selected.",
11568
12068
  "values": []
11569
12069
  },
11570
12070
  {
11571
- "name": "--m3e-step-unselected-icon-color",
11572
- "description": "Foreground color of the icon when the step is inactive.",
12071
+ "name": "--m3e-switch-selected-handle-width",
12072
+ "description": "Width of the handle when selected.",
11573
12073
  "values": []
11574
12074
  },
11575
12075
  {
11576
- "name": "--m3e-step-icon-error-color",
11577
- "description": "Foreground color of the icon when the step is invalid.",
12076
+ "name": "--m3e-switch-pressed-handle-height",
12077
+ "description": "Height of the handle during press.",
11578
12078
  "values": []
11579
12079
  },
11580
12080
  {
11581
- "name": "--m3e-step-disabled-icon-container-color",
11582
- "description": "Base color used to mix the disabled icon background.",
12081
+ "name": "--m3e-switch-pressed-handle-width",
12082
+ "description": "Width of the handle during press.",
11583
12083
  "values": []
11584
12084
  },
11585
12085
  {
11586
- "name": "--m3e-step-disabled-icon-color",
11587
- "description": "Base color used to mix the disabled icon foreground.",
12086
+ "name": "--m3e-switch-handle-shape",
12087
+ "description": "Corner shape of the handle.",
11588
12088
  "values": []
11589
12089
  },
11590
12090
  {
11591
- "name": "--m3e-step-label-color",
11592
- "description": "Text color of the step label in its default state.",
12091
+ "name": "--m3e-switch-selected-handle-color",
12092
+ "description": "Handle color when selected.",
11593
12093
  "values": []
11594
12094
  },
11595
12095
  {
11596
- "name": "--m3e-step-label-error-color",
11597
- "description": "Text color of the step label when the step is invalid.",
12096
+ "name": "--m3e-switch-unselected-handle-color",
12097
+ "description": "Handle color when unselected.",
11598
12098
  "values": []
11599
12099
  },
11600
12100
  {
11601
- "name": "--m3e-step-disabled-label-color",
11602
- "description": "Base color used to mix the disabled label foreground.",
12101
+ "name": "--m3e-switch-state-layer-size",
12102
+ "description": "Diameter of the state layer overlay.",
11603
12103
  "values": []
11604
12104
  },
11605
12105
  {
11606
- "name": "--m3e-step-font-size",
11607
- "description": "Font size of the step label.",
12106
+ "name": "--m3e-switch-state-layer-shape",
12107
+ "description": "Corner shape of the state layer.",
11608
12108
  "values": []
11609
12109
  },
11610
12110
  {
11611
- "name": "--m3e-step-font-weight",
11612
- "description": "Font weight of the step label.",
12111
+ "name": "--m3e-switch-disabled-selected-icon-color",
12112
+ "description": "Icon color when selected and disabled.",
11613
12113
  "values": []
11614
12114
  },
11615
12115
  {
11616
- "name": "--m3e-step-line-height",
11617
- "description": "Line height of the step label.",
12116
+ "name": "--m3e-switch-disabled-selected-icon-opacity",
12117
+ "description": "Icon opacity when selected and disabled.",
11618
12118
  "values": []
11619
12119
  },
11620
12120
  {
11621
- "name": "--m3e-step-tracking",
11622
- "description": "Letter spacing of the step label.",
12121
+ "name": "--m3e-switch-disabled-unselected-icon-color",
12122
+ "description": "Icon color when unselected and disabled.",
11623
12123
  "values": []
11624
12124
  },
11625
12125
  {
11626
- "name": "--m3e-step-icon-label-space",
11627
- "description": "Gap between icon and label.",
12126
+ "name": "--m3e-switch-disabled-unselected-icon-opacity",
12127
+ "description": "Icon opacity when unselected and disabled.",
11628
12128
  "values": []
11629
12129
  },
11630
12130
  {
11631
- "name": "--m3e-step-hint-font-size",
11632
- "description": "Font size of hint and error messages.",
12131
+ "name": "--m3e-switch-disabled-track-opacity",
12132
+ "description": "Track opacity when disabled.",
11633
12133
  "values": []
11634
12134
  },
11635
12135
  {
11636
- "name": "--m3e-step-hint-font-weight",
11637
- "description": "Font weight of hint and error messages.",
12136
+ "name": "--m3e-switch-disabled-selected-track-color",
12137
+ "description": "Track color when selected and disabled.",
11638
12138
  "values": []
11639
12139
  },
11640
12140
  {
11641
- "name": "--m3e-step-hint-line-height",
11642
- "description": "Line height of hint and error messages.",
12141
+ "name": "--m3e-switch-disabled-unselected-track-color",
12142
+ "description": "Track color when unselected and disabled.",
11643
12143
  "values": []
11644
12144
  },
11645
12145
  {
11646
- "name": "--m3e-step-hint-tracking",
11647
- "description": "Letter spacing of hint and error messages.",
12146
+ "name": "--m3e-switch-disabled-unselected-track-outline-color",
12147
+ "description": "Outline color when unselected and disabled.",
11648
12148
  "values": []
11649
12149
  },
11650
12150
  {
11651
- "name": "--m3e-step-hint-color",
11652
- "description": "Text color of hint messages in valid state.",
12151
+ "name": "--m3e-switch-disabled-unselected-handle-opacity",
12152
+ "description": "Handle opacity when unselected and disabled.",
11653
12153
  "values": []
11654
12154
  },
11655
12155
  {
11656
- "name": "--m3e-step-disabled-hint-color",
11657
- "description": "Base color used to mix the disabled hint foreground.",
12156
+ "name": "--m3e-switch-disabled-selected-handle-opacity",
12157
+ "description": "Handle opacity when selected and disabled.",
11658
12158
  "values": []
11659
12159
  },
11660
12160
  {
11661
- "name": "--m3e-step-panel-padding",
11662
- "description": "Padding inside the step panel container, defining internal spacing around content.",
12161
+ "name": "--m3e-switch-disabled-selected-handle-color",
12162
+ "description": "Handle color when selected and disabled.",
11663
12163
  "values": []
11664
12164
  },
11665
12165
  {
11666
- "name": "--m3e-step-panel-spacing",
11667
- "description": "Vertical gap between stacked elements within the step panel.",
12166
+ "name": "--m3e-switch-disabled-unselected-handle-color",
12167
+ "description": "Handle color when unselected and disabled.",
11668
12168
  "values": []
11669
12169
  },
11670
12170
  {
11671
- "name": "--m3e-step-panel-actions-height",
11672
- "description": "Minimum height of the slotted actions container.",
12171
+ "name": "--m3e-switch-selected-hover-icon-color",
12172
+ "description": "Icon color when selected and hovered.",
11673
12173
  "values": []
11674
12174
  },
11675
12175
  {
11676
- "name": "--m3e-step-divider-thickness",
11677
- "description": "Thickness of the divider line between steps.",
12176
+ "name": "--m3e-switch-unselected-hover-icon-color",
12177
+ "description": "Icon color when unselected and hovered.",
11678
12178
  "values": []
11679
12179
  },
11680
12180
  {
11681
- "name": "--m3e-step-divider-color",
11682
- "description": "Color of the divider line between steps.",
12181
+ "name": "--m3e-switch-selected-hover-track-color",
12182
+ "description": "Track color when selected and hovered.",
11683
12183
  "values": []
11684
12184
  },
11685
12185
  {
11686
- "name": "--m3e-step-divider-inset",
11687
- "description": "Inset offset for divider alignment within step layout.",
12186
+ "name": "--m3e-switch-selected-hover-state-layer-color",
12187
+ "description": "State layer color when selected and hovered.",
11688
12188
  "values": []
11689
12189
  },
11690
12190
  {
11691
- "name": "--m3e-tab-font-size",
11692
- "description": "Font size for tab label.",
12191
+ "name": "--m3e-switch-selected-hover-state-layer-opacity",
12192
+ "description": "State layer opacity when selected and hovered.",
11693
12193
  "values": []
11694
12194
  },
11695
12195
  {
11696
- "name": "--m3e-tab-font-weight",
11697
- "description": "Font weight for tab label.",
12196
+ "name": "--m3e-switch-unselected-hover-track-color",
12197
+ "description": "Track color when unselected and hovered.",
11698
12198
  "values": []
11699
12199
  },
11700
12200
  {
11701
- "name": "--m3e-tab-line-height",
11702
- "description": "Line height for tab label.",
12201
+ "name": "--m3e-switch-unselected-hover-track-outline-color",
12202
+ "description": "Outline color when unselected and hovered.",
11703
12203
  "values": []
11704
12204
  },
11705
12205
  {
11706
- "name": "--m3e-tab-tracking",
11707
- "description": "Letter spacing for tab label.",
12206
+ "name": "--m3e-switch-unselected-hover-state-layer-color",
12207
+ "description": "State layer color when unselected and hovered.",
11708
12208
  "values": []
11709
12209
  },
11710
12210
  {
11711
- "name": "--m3e-tab-padding-start",
11712
- "description": "Padding on the inline start of the tab.",
12211
+ "name": "--m3e-switch-unselected-hover-state-layer-opacity",
12212
+ "description": "State layer opacity when unselected and hovered.",
11713
12213
  "values": []
11714
12214
  },
11715
12215
  {
11716
- "name": "--m3e-tab-padding-end",
11717
- "description": "Padding on the inline end of the tab.",
12216
+ "name": "--m3e-switch-selected-hover-handle-color",
12217
+ "description": "Handle color when selected and hovered.",
11718
12218
  "values": []
11719
12219
  },
11720
12220
  {
11721
- "name": "--m3e-tab-focus-ring-shape",
11722
- "description": "Border radius for the focus ring.",
12221
+ "name": "--m3e-switch-unselected-hover-handle-color",
12222
+ "description": "Handle color when unselected and hovered.",
11723
12223
  "values": []
11724
12224
  },
11725
12225
  {
11726
- "name": "--m3e-tab-selected-color",
11727
- "description": "Text color for selected tab.",
12226
+ "name": "--m3e-switch-selected-focus-icon-color",
12227
+ "description": "Icon color when selected and focused.",
11728
12228
  "values": []
11729
12229
  },
11730
12230
  {
11731
- "name": "--m3e-tab-selected-container-hover-color",
11732
- "description": "Hover state-layer color for selected tab.",
12231
+ "name": "--m3e-switch-unselected-focus-icon-color",
12232
+ "description": "Icon color when unselected and focused.",
11733
12233
  "values": []
11734
12234
  },
11735
12235
  {
11736
- "name": "--m3e-tab-selected-container-focus-color",
11737
- "description": "Focus state-layer color for selected tab.",
12236
+ "name": "--m3e-switch-selected-focus-track-color",
12237
+ "description": "Track color when selected and focused.",
11738
12238
  "values": []
11739
12239
  },
11740
12240
  {
11741
- "name": "--m3e-tab-selected-ripple-color",
11742
- "description": "Ripple color for selected tab.",
12241
+ "name": "--m3e-switch-selected-focus-state-layer-color",
12242
+ "description": "State layer color when selected and focused.",
11743
12243
  "values": []
11744
12244
  },
11745
12245
  {
11746
- "name": "--m3e-tab-unselected-color",
11747
- "description": "Text color for unselected tab.",
12246
+ "name": "--m3e-switch-selected-focus-state-layer-opacity",
12247
+ "description": "State layer opacity when selected and focused.",
11748
12248
  "values": []
11749
12249
  },
11750
12250
  {
11751
- "name": "--m3e-tab-unselected-container-hover-color",
11752
- "description": "Hover state-layer color for unselected tab.",
12251
+ "name": "--m3e-switch-unselected-focus-track-color",
12252
+ "description": "Track color when unselected and focused.",
11753
12253
  "values": []
11754
12254
  },
11755
12255
  {
11756
- "name": "--m3e-tab-unselected-container-focus-color",
11757
- "description": "Focus state-layer color for unselected tab.",
12256
+ "name": "--m3e-switch-unselected-focus-track-outline-color",
12257
+ "description": "Outline color when unselected and focused.",
11758
12258
  "values": []
11759
12259
  },
11760
12260
  {
11761
- "name": "--m3e-tab-unselected-ripple-color",
11762
- "description": "Ripple color for unselected tab.",
12261
+ "name": "--m3e-switch-unselected-focus-state-layer-color",
12262
+ "description": "State layer color when unselected and focused.",
11763
12263
  "values": []
11764
12264
  },
11765
12265
  {
11766
- "name": "--m3e-tab-disabled-color",
11767
- "description": "Text color for disabled tab.",
12266
+ "name": "--m3e-switch-unselected-focus-state-layer-opacity",
12267
+ "description": "State layer opacity when unselected and focused.",
11768
12268
  "values": []
11769
12269
  },
11770
12270
  {
11771
- "name": "--m3e-tab-disabled-opacity",
11772
- "description": "Text opacity for disabled tab.",
12271
+ "name": "--m3e-switch-selected-focus-handle-color",
12272
+ "description": "Handle color when selected and focused.",
11773
12273
  "values": []
11774
12274
  },
11775
12275
  {
11776
- "name": "--m3e-tab-spacing",
11777
- "description": "Column gap between icon and label.",
12276
+ "name": "--m3e-switch-unselected-focus-handle-color",
12277
+ "description": "Handle color when unselected and focused.",
11778
12278
  "values": []
11779
12279
  },
11780
12280
  {
11781
- "name": "--m3e-tab-icon-size",
11782
- "description": "Font size for slotted icon.",
12281
+ "name": "--m3e-switch-selected-pressed-icon-color",
12282
+ "description": "Icon color when selected and pressed.",
11783
12283
  "values": []
11784
12284
  },
11785
12285
  {
11786
- "name": "--m3e-tabs-paginator-button-icon-size",
11787
- "description": "Overrides the icon size for paginator buttons.",
12286
+ "name": "--m3e-switch-unselected-pressed-icon-color",
12287
+ "description": "Icon color when unselected and pressed.",
11788
12288
  "values": []
11789
12289
  },
11790
12290
  {
11791
- "name": "--m3e-tabs-active-indicator-color",
11792
- "description": "Color of the active tab indicator.",
12291
+ "name": "--m3e-switch-selected-pressed-track-color",
12292
+ "description": "Track color when selected and pressed.",
11793
12293
  "values": []
11794
12294
  },
11795
12295
  {
11796
- "name": "--m3e-tabs-primary-before-active-indicator-shape",
11797
- "description": "Border radius for active indicator when header is before and variant is primary.",
12296
+ "name": "--m3e-switch-selected-pressed-state-layer-color",
12297
+ "description": "State layer color when selected and pressed.",
11798
12298
  "values": []
11799
12299
  },
11800
12300
  {
11801
- "name": "--m3e-tabs-primary-after-active-indicator-shape",
11802
- "description": "Border radius for active indicator when header is after and variant is primary.",
12301
+ "name": "--m3e-switch-selected-pressed-state-layer-opacity",
12302
+ "description": "State layer opacity when selected and pressed.",
11803
12303
  "values": []
11804
12304
  },
11805
12305
  {
11806
- "name": "--m3e-tabs-primary-active-indicator-inset",
11807
- "description": "Inset for primary variant's active indicator.",
12306
+ "name": "--m3e-switch-unselected-pressed-track-color",
12307
+ "description": "Track color when unselected and pressed.",
11808
12308
  "values": []
11809
12309
  },
11810
12310
  {
11811
- "name": "--m3e-tabs-primary-active-indicator-thickness",
11812
- "description": "Thickness for primary variant's active indicator.",
12311
+ "name": "--m3e-switch-unselected-pressed-track-outline-color",
12312
+ "description": "Outline color when unselected and pressed.",
11813
12313
  "values": []
11814
12314
  },
11815
12315
  {
11816
- "name": "--m3e-tabs-secondary-active-indicator-thickness",
11817
- "description": "Thickness for secondary variant's active indicator.",
12316
+ "name": "--m3e-switch-unselected-pressed-state-layer-color",
12317
+ "description": "State layer color when unselected and pressed.",
11818
12318
  "values": []
11819
12319
  },
11820
12320
  {
11821
- "name": "--m3e-switch-selected-icon-color",
11822
- "description": "Color of the icon when the switch is selected.",
12321
+ "name": "--m3e-switch-unselected-pressed-state-layer-opacity",
12322
+ "description": "State layer opacity when unselected and pressed.",
11823
12323
  "values": []
11824
12324
  },
11825
12325
  {
11826
- "name": "--m3e-switch-selected-icon-size",
11827
- "description": "Size of the icon in the selected state.",
12326
+ "name": "--m3e-switch-selected-pressed-handle-color",
12327
+ "description": "Handle color when selected and pressed.",
11828
12328
  "values": []
11829
12329
  },
11830
12330
  {
11831
- "name": "--m3e-switch-unselected-icon-color",
11832
- "description": "Color of the icon when the switch is unselected.",
12331
+ "name": "--m3e-switch-unselected-pressed-handle-color",
12332
+ "description": "Handle color when unselected and pressed.",
11833
12333
  "values": []
11834
12334
  },
11835
12335
  {
11836
- "name": "--m3e-switch-unselected-icon-size",
11837
- "description": "Size of the icon in the unselected state.",
12336
+ "name": "--m3e-split-button-extra-small-trailing-button-unselected-leading-space",
12337
+ "description": "Leading space for the trailing button (extra-small, unselected).",
11838
12338
  "values": []
11839
12339
  },
11840
12340
  {
11841
- "name": "--m3e-switch-track-height",
11842
- "description": "Height of the switch track.",
12341
+ "name": "--m3e-split-button-extra-small-trailing-button-unselected-trailing-space",
12342
+ "description": "Trailing space for the trailing button (extra-small, unselected).",
11843
12343
  "values": []
11844
12344
  },
11845
12345
  {
11846
- "name": "--m3e-switch-track-width",
11847
- "description": "Width of the switch track.",
12346
+ "name": "--m3e-split-button-small-trailing-button-unselected-leading-space",
12347
+ "description": "Leading space for the trailing button (small, unselected).",
11848
12348
  "values": []
11849
12349
  },
11850
12350
  {
11851
- "name": "--m3e-switch-track-outline-color",
11852
- "description": "Color of the track’s outline.",
12351
+ "name": "--m3e-split-button-small-trailing-button-unselected-trailing-space",
12352
+ "description": "Trailing space for the trailing button (small, unselected).",
11853
12353
  "values": []
11854
12354
  },
11855
12355
  {
11856
- "name": "--m3e-switch-track-outline-width",
11857
- "description": "Thickness of the track’s outline.",
12356
+ "name": "--m3e-split-button-medium-trailing-button-unselected-leading-space",
12357
+ "description": "Leading space for the trailing button (medium, unselected).",
11858
12358
  "values": []
11859
12359
  },
11860
12360
  {
11861
- "name": "--m3e-switch-track-shape",
11862
- "description": "Corner shape of the track.",
12361
+ "name": "--m3e-split-button-medium-trailing-button-unselected-trailing-space",
12362
+ "description": "Trailing space for the trailing button (medium, unselected).",
11863
12363
  "values": []
11864
12364
  },
11865
12365
  {
11866
- "name": "--m3e-switch-selected-track-color",
11867
- "description": "Track color when selected.",
12366
+ "name": "--m3e-split-button-large-trailing-button-unselected-leading-space",
12367
+ "description": "Leading space for the trailing button (large, unselected).",
11868
12368
  "values": []
11869
12369
  },
11870
12370
  {
11871
- "name": "--m3e-switch-unselected-track-color",
11872
- "description": "Track color when unselected.",
12371
+ "name": "--m3e-split-button-large-trailing-button-unselected-trailing-space",
12372
+ "description": "Trailing space for the trailing button (large, unselected).",
11873
12373
  "values": []
11874
12374
  },
11875
12375
  {
11876
- "name": "--m3e-switch-unselected-handle-height",
11877
- "description": "Height of the handle when unselected.",
12376
+ "name": "--m3e-split-button-extra-large-trailing-button-unselected-leading-space",
12377
+ "description": "Leading space for the trailing button (extra-large, unselected).",
11878
12378
  "values": []
11879
12379
  },
11880
12380
  {
11881
- "name": "--m3e-switch-unselected-handle-width",
11882
- "description": "Width of the handle when unselected.",
12381
+ "name": "--m3e-split-button-extra-large-trailing-button-unselected-trailing-space",
12382
+ "description": "Trailing space for the trailing button (extra-large, unselected).",
11883
12383
  "values": []
11884
12384
  },
11885
12385
  {
11886
- "name": "--m3e-switch-with-icon-handle-height",
11887
- "description": "Height of the handle when icons are present.",
12386
+ "name": "--m3e-split-button-extra-small-trailing-button-selected-leading-space",
12387
+ "description": "Leading space for the trailing button (extra-small, selected).",
11888
12388
  "values": []
11889
12389
  },
11890
12390
  {
11891
- "name": "--m3e-switch-with-icon-handle-width",
11892
- "description": "Width of the handle when icons are present.",
12391
+ "name": "--m3e-split-button-extra-small-trailing-button-selected-trailing-space",
12392
+ "description": "Trailing space for the trailing button (extra-small, selected).",
11893
12393
  "values": []
11894
12394
  },
11895
12395
  {
11896
- "name": "--m3e-switch-selected-handle-height",
11897
- "description": "Height of the handle when selected.",
12396
+ "name": "--m3e-split-button-small-trailing-button-selected-leading-space",
12397
+ "description": "Leading space for the trailing button (small, selected).",
11898
12398
  "values": []
11899
12399
  },
11900
12400
  {
11901
- "name": "--m3e-switch-selected-handle-width",
11902
- "description": "Width of the handle when selected.",
12401
+ "name": "--m3e-split-button-small-trailing-button-selected-trailing-space",
12402
+ "description": "Trailing space for the trailing button (small, selected).",
11903
12403
  "values": []
11904
12404
  },
11905
12405
  {
11906
- "name": "--m3e-switch-pressed-handle-height",
11907
- "description": "Height of the handle during press.",
12406
+ "name": "--m3e-split-button-medium-trailing-button-selected-leading-space",
12407
+ "description": "Leading space for the trailing button (medium, selected).",
11908
12408
  "values": []
11909
12409
  },
11910
12410
  {
11911
- "name": "--m3e-switch-pressed-handle-width",
11912
- "description": "Width of the handle during press.",
12411
+ "name": "--m3e-split-button-medium-trailing-button-selected-trailing-space",
12412
+ "description": "Trailing space for the trailing button (medium, selected).",
11913
12413
  "values": []
11914
12414
  },
11915
12415
  {
11916
- "name": "--m3e-switch-handle-shape",
11917
- "description": "Corner shape of the handle.",
12416
+ "name": "--m3e-split-button-large-trailing-button-selected-leading-space",
12417
+ "description": "Leading space for the trailing button (large, selected).",
11918
12418
  "values": []
11919
12419
  },
11920
12420
  {
11921
- "name": "--m3e-switch-selected-handle-color",
11922
- "description": "Handle color when selected.",
12421
+ "name": "--m3e-split-button-large-trailing-button-selected-trailing-space",
12422
+ "description": "Trailing space for the trailing button (large, selected).",
11923
12423
  "values": []
11924
12424
  },
11925
12425
  {
11926
- "name": "--m3e-switch-unselected-handle-color",
11927
- "description": "Handle color when unselected.",
12426
+ "name": "--m3e-split-button-extra-large-trailing-button-selected-leading-space",
12427
+ "description": "Leading space for the trailing button (extra-large, selected).",
11928
12428
  "values": []
11929
12429
  },
11930
12430
  {
11931
- "name": "--m3e-switch-state-layer-size",
11932
- "description": "Diameter of the state layer overlay.",
12431
+ "name": "--m3e-split-button-extra-large-trailing-button-selected-trailing-space",
12432
+ "description": "Trailing space for the trailing button (extra-large, selected).",
11933
12433
  "values": []
11934
12434
  },
11935
12435
  {
11936
- "name": "--m3e-switch-state-layer-shape",
11937
- "description": "Corner shape of the state layer.",
12436
+ "name": "--m3e-split-button-extra-small-inner-corner-size",
12437
+ "description": "Inner corner size for the leading/trailing button (extra-small).",
11938
12438
  "values": []
11939
12439
  },
11940
12440
  {
11941
- "name": "--m3e-switch-disabled-selected-icon-color",
11942
- "description": "Icon color when selected and disabled.",
12441
+ "name": "--m3e-split-button-small-inner-corner-size",
12442
+ "description": "Inner corner size for the leading/trailing button (small).",
11943
12443
  "values": []
11944
12444
  },
11945
12445
  {
11946
- "name": "--m3e-switch-disabled-selected-icon-opacity",
11947
- "description": "Icon opacity when selected and disabled.",
12446
+ "name": "--m3e-split-button-medium-inner-corner-size",
12447
+ "description": "Inner corner size for the leading/trailing button (medium).",
11948
12448
  "values": []
11949
12449
  },
11950
12450
  {
11951
- "name": "--m3e-switch-disabled-unselected-icon-color",
11952
- "description": "Icon color when unselected and disabled.",
12451
+ "name": "--m3e-split-button-large-inner-corner-size",
12452
+ "description": "Inner corner size for the leading/trailing button (large).",
11953
12453
  "values": []
11954
12454
  },
11955
12455
  {
11956
- "name": "--m3e-switch-disabled-unselected-icon-opacity",
11957
- "description": "Icon opacity when unselected and disabled.",
12456
+ "name": "--m3e-split-button-extra-large-inner-corner-size",
12457
+ "description": "Inner corner size for the leading/trailing button (extra-large).",
11958
12458
  "values": []
11959
12459
  },
11960
12460
  {
11961
- "name": "--m3e-switch-disabled-track-opacity",
11962
- "description": "Track opacity when disabled.",
12461
+ "name": "--m3e-split-button-extra-small-inner-corner-hover-size",
12462
+ "description": "Inner corner size on hover (extra-small).",
11963
12463
  "values": []
11964
12464
  },
11965
12465
  {
11966
- "name": "--m3e-switch-disabled-selected-track-color",
11967
- "description": "Track color when selected and disabled.",
12466
+ "name": "--m3e-split-button-small-inner-corner-hover-size",
12467
+ "description": "Inner corner size on hover (small).",
11968
12468
  "values": []
11969
12469
  },
11970
12470
  {
11971
- "name": "--m3e-switch-disabled-unselected-track-color",
11972
- "description": "Track color when unselected and disabled.",
12471
+ "name": "--m3e-split-button-medium-inner-corner-hover-size",
12472
+ "description": "Inner corner size on hover (medium).",
11973
12473
  "values": []
11974
12474
  },
11975
12475
  {
11976
- "name": "--m3e-switch-disabled-unselected-track-outline-color",
11977
- "description": "Outline color when unselected and disabled.",
12476
+ "name": "--m3e-split-button-large-inner-corner-hover-size",
12477
+ "description": "Inner corner size on hover (large).",
11978
12478
  "values": []
11979
12479
  },
11980
12480
  {
11981
- "name": "--m3e-switch-disabled-unselected-handle-opacity",
11982
- "description": "Handle opacity when unselected and disabled.",
12481
+ "name": "--m3e-split-button-extra-large-inner-corner-hover-size",
12482
+ "description": "Inner corner size on hover (extra-large).",
11983
12483
  "values": []
11984
12484
  },
11985
12485
  {
11986
- "name": "--m3e-switch-disabled-selected-handle-opacity",
11987
- "description": "Handle opacity when selected and disabled.",
12486
+ "name": "--m3e-split-button-extra-small-inner-corner-pressed-size",
12487
+ "description": "Inner corner size on press (extra-small).",
11988
12488
  "values": []
11989
12489
  },
11990
12490
  {
11991
- "name": "--m3e-switch-disabled-selected-handle-color",
11992
- "description": "Handle color when selected and disabled.",
12491
+ "name": "--m3e-split-button-small-inner-corner-pressed-size",
12492
+ "description": "Inner corner size on press (small).",
11993
12493
  "values": []
11994
12494
  },
11995
12495
  {
11996
- "name": "--m3e-switch-disabled-unselected-handle-color",
11997
- "description": "Handle color when unselected and disabled.",
12496
+ "name": "--m3e-split-button-medium-inner-corner-pressed-size",
12497
+ "description": "Inner corner size on press (medium).",
11998
12498
  "values": []
11999
12499
  },
12000
12500
  {
12001
- "name": "--m3e-switch-selected-hover-icon-color",
12002
- "description": "Icon color when selected and hovered.",
12501
+ "name": "--m3e-split-button-large-inner-corner-pressed-size",
12502
+ "description": "Inner corner size on press (large).",
12003
12503
  "values": []
12004
12504
  },
12005
12505
  {
12006
- "name": "--m3e-switch-unselected-hover-icon-color",
12007
- "description": "Icon color when unselected and hovered.",
12506
+ "name": "--m3e-split-button-extra-large-inner-corner-pressed-size",
12507
+ "description": "Inner corner size on press (extra-large).",
12008
12508
  "values": []
12009
12509
  },
12010
12510
  {
12011
- "name": "--m3e-switch-selected-hover-track-color",
12012
- "description": "Track color when selected and hovered.",
12511
+ "name": "--m3e-split-button-extra-small-between-spacing",
12512
+ "description": "Spacing between leading and trailing buttons (extra-small).",
12013
12513
  "values": []
12014
12514
  },
12015
12515
  {
12016
- "name": "--m3e-switch-selected-hover-state-layer-color",
12017
- "description": "State layer color when selected and hovered.",
12516
+ "name": "--m3e-split-button-small-between-spacing",
12517
+ "description": "Spacing between leading and trailing buttons (small).",
12018
12518
  "values": []
12019
12519
  },
12020
12520
  {
12021
- "name": "--m3e-switch-selected-hover-state-layer-opacity",
12022
- "description": "State layer opacity when selected and hovered.",
12521
+ "name": "--m3e-split-button-medium-between-spacing",
12522
+ "description": "Spacing between leading and trailing buttons (medium).",
12023
12523
  "values": []
12024
12524
  },
12025
12525
  {
12026
- "name": "--m3e-switch-unselected-hover-track-color",
12027
- "description": "Track color when unselected and hovered.",
12526
+ "name": "--m3e-split-button-large-between-spacing",
12527
+ "description": "Spacing between leading and trailing buttons (large).",
12028
12528
  "values": []
12029
12529
  },
12030
12530
  {
12031
- "name": "--m3e-switch-unselected-hover-track-outline-color",
12032
- "description": "Outline color when unselected and hovered.",
12531
+ "name": "--m3e-split-button-extra-large-between-spacing",
12532
+ "description": "Spacing between leading and trailing buttons (extra-large).",
12033
12533
  "values": []
12034
12534
  },
12035
12535
  {
12036
- "name": "--m3e-switch-unselected-hover-state-layer-color",
12037
- "description": "State layer color when unselected and hovered.",
12536
+ "name": "--m3e-tab-font-size",
12537
+ "description": "Font size for tab label.",
12038
12538
  "values": []
12039
12539
  },
12040
12540
  {
12041
- "name": "--m3e-switch-unselected-hover-state-layer-opacity",
12042
- "description": "State layer opacity when unselected and hovered.",
12541
+ "name": "--m3e-tab-font-weight",
12542
+ "description": "Font weight for tab label.",
12043
12543
  "values": []
12044
12544
  },
12045
12545
  {
12046
- "name": "--m3e-switch-selected-hover-handle-color",
12047
- "description": "Handle color when selected and hovered.",
12546
+ "name": "--m3e-tab-line-height",
12547
+ "description": "Line height for tab label.",
12048
12548
  "values": []
12049
12549
  },
12050
12550
  {
12051
- "name": "--m3e-switch-unselected-hover-handle-color",
12052
- "description": "Handle color when unselected and hovered.",
12551
+ "name": "--m3e-tab-tracking",
12552
+ "description": "Letter spacing for tab label.",
12053
12553
  "values": []
12054
12554
  },
12055
12555
  {
12056
- "name": "--m3e-switch-selected-focus-icon-color",
12057
- "description": "Icon color when selected and focused.",
12556
+ "name": "--m3e-tab-padding-start",
12557
+ "description": "Padding on the inline start of the tab.",
12058
12558
  "values": []
12059
12559
  },
12060
12560
  {
12061
- "name": "--m3e-switch-unselected-focus-icon-color",
12062
- "description": "Icon color when unselected and focused.",
12561
+ "name": "--m3e-tab-padding-end",
12562
+ "description": "Padding on the inline end of the tab.",
12063
12563
  "values": []
12064
12564
  },
12065
12565
  {
12066
- "name": "--m3e-switch-selected-focus-track-color",
12067
- "description": "Track color when selected and focused.",
12566
+ "name": "--m3e-tab-focus-ring-shape",
12567
+ "description": "Border radius for the focus ring.",
12068
12568
  "values": []
12069
12569
  },
12070
12570
  {
12071
- "name": "--m3e-switch-selected-focus-state-layer-color",
12072
- "description": "State layer color when selected and focused.",
12571
+ "name": "--m3e-tab-selected-color",
12572
+ "description": "Text color for selected tab.",
12073
12573
  "values": []
12074
12574
  },
12075
12575
  {
12076
- "name": "--m3e-switch-selected-focus-state-layer-opacity",
12077
- "description": "State layer opacity when selected and focused.",
12576
+ "name": "--m3e-tab-selected-container-hover-color",
12577
+ "description": "Hover state-layer color for selected tab.",
12078
12578
  "values": []
12079
12579
  },
12080
12580
  {
12081
- "name": "--m3e-switch-unselected-focus-track-color",
12082
- "description": "Track color when unselected and focused.",
12581
+ "name": "--m3e-tab-selected-container-focus-color",
12582
+ "description": "Focus state-layer color for selected tab.",
12083
12583
  "values": []
12084
12584
  },
12085
12585
  {
12086
- "name": "--m3e-switch-unselected-focus-track-outline-color",
12087
- "description": "Outline color when unselected and focused.",
12586
+ "name": "--m3e-tab-selected-ripple-color",
12587
+ "description": "Ripple color for selected tab.",
12088
12588
  "values": []
12089
12589
  },
12090
12590
  {
12091
- "name": "--m3e-switch-unselected-focus-state-layer-color",
12092
- "description": "State layer color when unselected and focused.",
12591
+ "name": "--m3e-tab-unselected-color",
12592
+ "description": "Text color for unselected tab.",
12093
12593
  "values": []
12094
12594
  },
12095
12595
  {
12096
- "name": "--m3e-switch-unselected-focus-state-layer-opacity",
12097
- "description": "State layer opacity when unselected and focused.",
12596
+ "name": "--m3e-tab-unselected-container-hover-color",
12597
+ "description": "Hover state-layer color for unselected tab.",
12098
12598
  "values": []
12099
12599
  },
12100
12600
  {
12101
- "name": "--m3e-switch-selected-focus-handle-color",
12102
- "description": "Handle color when selected and focused.",
12601
+ "name": "--m3e-tab-unselected-container-focus-color",
12602
+ "description": "Focus state-layer color for unselected tab.",
12103
12603
  "values": []
12104
12604
  },
12105
12605
  {
12106
- "name": "--m3e-switch-unselected-focus-handle-color",
12107
- "description": "Handle color when unselected and focused.",
12606
+ "name": "--m3e-tab-unselected-ripple-color",
12607
+ "description": "Ripple color for unselected tab.",
12108
12608
  "values": []
12109
12609
  },
12110
12610
  {
12111
- "name": "--m3e-switch-selected-pressed-icon-color",
12112
- "description": "Icon color when selected and pressed.",
12611
+ "name": "--m3e-tab-disabled-color",
12612
+ "description": "Text color for disabled tab.",
12113
12613
  "values": []
12114
12614
  },
12115
12615
  {
12116
- "name": "--m3e-switch-unselected-pressed-icon-color",
12117
- "description": "Icon color when unselected and pressed.",
12616
+ "name": "--m3e-tab-disabled-opacity",
12617
+ "description": "Text opacity for disabled tab.",
12118
12618
  "values": []
12119
12619
  },
12120
12620
  {
12121
- "name": "--m3e-switch-selected-pressed-track-color",
12122
- "description": "Track color when selected and pressed.",
12621
+ "name": "--m3e-tab-spacing",
12622
+ "description": "Column gap between icon and label.",
12123
12623
  "values": []
12124
12624
  },
12125
12625
  {
12126
- "name": "--m3e-switch-selected-pressed-state-layer-color",
12127
- "description": "State layer color when selected and pressed.",
12626
+ "name": "--m3e-tab-icon-size",
12627
+ "description": "Font size for slotted icon.",
12128
12628
  "values": []
12129
12629
  },
12130
12630
  {
12131
- "name": "--m3e-switch-selected-pressed-state-layer-opacity",
12132
- "description": "State layer opacity when selected and pressed.",
12631
+ "name": "--m3e-tabs-paginator-button-icon-size",
12632
+ "description": "Overrides the icon size for paginator buttons.",
12133
12633
  "values": []
12134
12634
  },
12135
12635
  {
12136
- "name": "--m3e-switch-unselected-pressed-track-color",
12137
- "description": "Track color when unselected and pressed.",
12636
+ "name": "--m3e-tabs-active-indicator-color",
12637
+ "description": "Color of the active tab indicator.",
12138
12638
  "values": []
12139
12639
  },
12140
12640
  {
12141
- "name": "--m3e-switch-unselected-pressed-track-outline-color",
12142
- "description": "Outline color when unselected and pressed.",
12641
+ "name": "--m3e-tabs-primary-before-active-indicator-shape",
12642
+ "description": "Border radius for active indicator when header is before and variant is primary.",
12143
12643
  "values": []
12144
12644
  },
12145
12645
  {
12146
- "name": "--m3e-switch-unselected-pressed-state-layer-color",
12147
- "description": "State layer color when unselected and pressed.",
12646
+ "name": "--m3e-tabs-primary-after-active-indicator-shape",
12647
+ "description": "Border radius for active indicator when header is after and variant is primary.",
12148
12648
  "values": []
12149
12649
  },
12150
12650
  {
12151
- "name": "--m3e-switch-unselected-pressed-state-layer-opacity",
12152
- "description": "State layer opacity when unselected and pressed.",
12651
+ "name": "--m3e-tabs-primary-active-indicator-inset",
12652
+ "description": "Inset for primary variant's active indicator.",
12153
12653
  "values": []
12154
12654
  },
12155
12655
  {
12156
- "name": "--m3e-switch-selected-pressed-handle-color",
12157
- "description": "Handle color when selected and pressed.",
12656
+ "name": "--m3e-tabs-primary-active-indicator-thickness",
12657
+ "description": "Thickness for primary variant's active indicator.",
12158
12658
  "values": []
12159
12659
  },
12160
12660
  {
12161
- "name": "--m3e-switch-unselected-pressed-handle-color",
12162
- "description": "Handle color when unselected and pressed.",
12661
+ "name": "--m3e-tabs-secondary-active-indicator-thickness",
12662
+ "description": "Thickness for secondary variant's active indicator.",
12163
12663
  "values": []
12164
12664
  },
12165
12665
  {