@m3e/web 2.5.8 → 2.5.10

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 (45) hide show
  1. package/dist/all.js +267 -75
  2. package/dist/all.js.map +1 -1
  3. package/dist/all.min.js +56 -56
  4. package/dist/all.min.js.map +1 -1
  5. package/dist/button-group.js +39 -13
  6. package/dist/button-group.js.map +1 -1
  7. package/dist/button-group.min.js +1 -1
  8. package/dist/button-group.min.js.map +1 -1
  9. package/dist/button.js +63 -31
  10. package/dist/button.js.map +1 -1
  11. package/dist/button.min.js +1 -1
  12. package/dist/button.min.js.map +1 -1
  13. package/dist/core.js +37 -1
  14. package/dist/core.js.map +1 -1
  15. package/dist/core.min.js +1 -1
  16. package/dist/core.min.js.map +1 -1
  17. package/dist/css-custom-data.json +444 -444
  18. package/dist/custom-elements.json +2985 -2881
  19. package/dist/html-custom-data.json +126 -126
  20. package/dist/icon-button.js +63 -31
  21. package/dist/icon-button.js.map +1 -1
  22. package/dist/icon-button.min.js +1 -1
  23. package/dist/icon-button.min.js.map +1 -1
  24. package/dist/src/button/ButtonElement.d.ts.map +1 -1
  25. package/dist/src/button/styles/ButtonSizeStyle.d.ts.map +1 -1
  26. package/dist/src/button/styles/ButtonStyle.d.ts.map +1 -1
  27. package/dist/src/button-group/ButtonGroupElement.d.ts.map +1 -1
  28. package/dist/src/core/shared/tokens/DesignToken.d.ts +18 -0
  29. package/dist/src/core/shared/tokens/DesignToken.d.ts.map +1 -1
  30. package/dist/src/core/shared/tokens/MeasurementToken.d.ts +34 -0
  31. package/dist/src/core/shared/tokens/MeasurementToken.d.ts.map +1 -0
  32. package/dist/src/icon-button/IconButtonElement.d.ts.map +1 -1
  33. package/dist/src/icon-button/styles/IconButtonSizeStyle.d.ts.map +1 -1
  34. package/dist/src/icon-button/styles/IconButtonStyle.d.ts.map +1 -1
  35. package/dist/src/theme/ThemeElement.d.ts.map +1 -1
  36. package/dist/src/toc/TocElement.d.ts.map +1 -1
  37. package/dist/theme.js +51 -2
  38. package/dist/theme.js.map +1 -1
  39. package/dist/theme.min.js +31 -31
  40. package/dist/theme.min.js.map +1 -1
  41. package/dist/toc.js +19 -2
  42. package/dist/toc.js.map +1 -1
  43. package/dist/toc.min.js +1 -1
  44. package/dist/toc.min.js.map +1 -1
  45. package/package.json +1 -1
@@ -258,273 +258,273 @@
258
258
  "values": []
259
259
  },
260
260
  {
261
- "name": "--m3e-avatar-size",
262
- "description": "Size of the avatar.",
261
+ "name": "--m3e-bottom-sheet-width",
262
+ "description": "The width of the sheet.",
263
263
  "values": []
264
264
  },
265
265
  {
266
- "name": "--m3e-avatar-shape",
267
- "description": "Border radius of the avatar.",
266
+ "name": "--m3e-bottom-sheet-max-width",
267
+ "description": "The maximum width of the sheet.",
268
268
  "values": []
269
269
  },
270
270
  {
271
- "name": "--m3e-avatar-font-size",
272
- "description": "Font size for the avatar.",
271
+ "name": "--m3e-bottom-sheet-container-color",
272
+ "description": "The background color of the sheet container.",
273
273
  "values": []
274
274
  },
275
275
  {
276
- "name": "--m3e-avatar-font-weight",
277
- "description": "Font weight for the avatar.",
276
+ "name": "--m3e-bottom-sheet-elevation",
277
+ "description": "The elevation level when not modal.",
278
278
  "values": []
279
279
  },
280
280
  {
281
- "name": "--m3e-avatar-line-height",
282
- "description": "Line height for the avatar.",
281
+ "name": "--m3e-bottom-sheet-modal-elevation",
282
+ "description": "The elevation level when modal.",
283
283
  "values": []
284
284
  },
285
285
  {
286
- "name": "--m3e-avatar-tracking",
287
- "description": "Letter spacing for the avatar.",
286
+ "name": "--m3e-bottom-sheet-full-elevation",
287
+ "description": "The elevation level when full height.",
288
288
  "values": []
289
289
  },
290
290
  {
291
- "name": "--m3e-avatar-color",
292
- "description": "Background color of the avatar.",
291
+ "name": "--m3e-bottom-sheet-z-index",
292
+ "description": "The z-index of the non-modal sheet.",
293
293
  "values": []
294
294
  },
295
295
  {
296
- "name": "--m3e-avatar-label-color",
297
- "description": "Text color of the avatar.",
296
+ "name": "--m3e-bottom-sheet-minimized-container-shape",
297
+ "description": "The border radius when minimized.",
298
298
  "values": []
299
299
  },
300
300
  {
301
- "name": "--m3e-badge-shape",
302
- "description": "Corner radius of the badge.",
301
+ "name": "--m3e-bottom-sheet-container-shape",
302
+ "description": "The border radius of the sheet container.",
303
303
  "values": []
304
304
  },
305
305
  {
306
- "name": "--m3e-badge-color",
307
- "description": "Foreground color of badge content.",
306
+ "name": "--m3e-bottom-sheet-full-container-shape",
307
+ "description": "The border radius when full height.",
308
308
  "values": []
309
309
  },
310
310
  {
311
- "name": "--m3e-badge-container-color",
312
- "description": "Background color of the badge.",
311
+ "name": "--m3e-bottom-sheet-scrim-color",
312
+ "description": "The color of the scrim overlay.",
313
313
  "values": []
314
314
  },
315
315
  {
316
- "name": "--m3e-badge-small-size",
317
- "description": "Fixed dimensions for small badge. Used for minimal indicators (e.g. dot).",
316
+ "name": "--m3e-bottom-sheet-scrim-opacity",
317
+ "description": "The opacity of the scrim overlay.",
318
318
  "values": []
319
319
  },
320
320
  {
321
- "name": "--m3e-badge-medium-size",
322
- "description": "Height and min-width for medium badge.",
321
+ "name": "--m3e-bottom-sheet-peek-height",
322
+ "description": "The visible height when minimized.",
323
323
  "values": []
324
324
  },
325
325
  {
326
- "name": "--m3e-badge-medium-font-size",
327
- "description": "Font size for medium badge label.",
326
+ "name": "--m3e-bottom-sheet-compact-top-space",
327
+ "description": "The top space in compact mode.",
328
328
  "values": []
329
329
  },
330
330
  {
331
- "name": "--m3e-badge-medium-font-weight",
332
- "description": "Font weight for medium badge label.",
331
+ "name": "--m3e-bottom-sheet-top-space",
332
+ "description": "The top space in standard mode.",
333
333
  "values": []
334
334
  },
335
335
  {
336
- "name": "--m3e-badge-medium-line-height",
337
- "description": "Line height for medium badge label.",
336
+ "name": "--m3e-bottom-sheet-padding-block",
337
+ "description": "The vertical padding.",
338
338
  "values": []
339
339
  },
340
340
  {
341
- "name": "--m3e-badge-medium-tracking",
342
- "description": "Letter spacing for medium badge label.",
341
+ "name": "--m3e-bottom-sheet-padding-inline",
342
+ "description": "The horizontal padding.",
343
343
  "values": []
344
344
  },
345
345
  {
346
- "name": "--m3e-badge-large-size",
347
- "description": "Height and min-width for large badge.",
346
+ "name": "--m3e-bottom-sheet-handle-container-height",
347
+ "description": "The height of the drag handle container.",
348
348
  "values": []
349
349
  },
350
350
  {
351
- "name": "--m3e-badge-large-font-size",
352
- "description": "Font size for large badge label.",
351
+ "name": "--m3e-bottom-sheet-handle-width",
352
+ "description": "The width of the drag handle.",
353
353
  "values": []
354
354
  },
355
355
  {
356
- "name": "--m3e-badge-large-font-weight",
357
- "description": "Font weight for large badge label.",
356
+ "name": "--m3e-bottom-sheet-handle-height",
357
+ "description": "The height of the drag handle.",
358
358
  "values": []
359
359
  },
360
360
  {
361
- "name": "--m3e-badge-large-line-height",
362
- "description": "Line height for large badge label.",
361
+ "name": "--m3e-bottom-sheet-handle-shape",
362
+ "description": "The border radius of the handle.",
363
363
  "values": []
364
364
  },
365
365
  {
366
- "name": "--m3e-badge-large-tracking",
367
- "description": "Letter spacing for large badge label.",
366
+ "name": "--m3e-bottom-sheet-handle-color",
367
+ "description": "The color of the drag handle.",
368
368
  "values": []
369
369
  },
370
370
  {
371
- "name": "--m3e-bottom-sheet-width",
372
- "description": "The width of the sheet.",
371
+ "name": "--m3e-bottom-sheet-handle-focus-ring-offset",
372
+ "description": "The offset of the focus ring around the handle.",
373
373
  "values": []
374
374
  },
375
375
  {
376
- "name": "--m3e-bottom-sheet-max-width",
377
- "description": "The maximum width of the sheet.",
376
+ "name": "--m3e-bottom-sheet-color",
377
+ "description": "The foreground (text) color of the sheet.",
378
378
  "values": []
379
379
  },
380
380
  {
381
- "name": "--m3e-bottom-sheet-container-color",
382
- "description": "The background color of the sheet container.",
381
+ "name": "--m3e-bottom-sheet-content-font-size",
382
+ "description": "Font size for the sheet content.",
383
383
  "values": []
384
384
  },
385
385
  {
386
- "name": "--m3e-bottom-sheet-elevation",
387
- "description": "The elevation level when not modal.",
386
+ "name": "--m3e-bottom-sheet-content-font-weight",
387
+ "description": "Font weight for the sheet content.",
388
388
  "values": []
389
389
  },
390
390
  {
391
- "name": "--m3e-bottom-sheet-modal-elevation",
392
- "description": "The elevation level when modal.",
391
+ "name": "--m3e-bottom-sheet-content-line-height",
392
+ "description": "Line height for the sheet content.",
393
393
  "values": []
394
394
  },
395
395
  {
396
- "name": "--m3e-bottom-sheet-full-elevation",
397
- "description": "The elevation level when full height.",
396
+ "name": "--m3e-bottom-sheet-content-tracking",
397
+ "description": "Letter spacing (tracking) for the sheet content.",
398
398
  "values": []
399
399
  },
400
400
  {
401
- "name": "--m3e-bottom-sheet-z-index",
402
- "description": "The z-index of the non-modal sheet.",
401
+ "name": "--m3e-bottom-sheet-header-font-size",
402
+ "description": "Font size for the sheet header.",
403
403
  "values": []
404
404
  },
405
405
  {
406
- "name": "--m3e-bottom-sheet-minimized-container-shape",
407
- "description": "The border radius when minimized.",
406
+ "name": "--m3e-bottom-sheet-header-font-weight",
407
+ "description": "Font weight for the sheet header.",
408
408
  "values": []
409
409
  },
410
410
  {
411
- "name": "--m3e-bottom-sheet-container-shape",
412
- "description": "The border radius of the sheet container.",
411
+ "name": "--m3e-bottom-sheet-header-line-height",
412
+ "description": "Line height for the sheet header.",
413
413
  "values": []
414
414
  },
415
415
  {
416
- "name": "--m3e-bottom-sheet-full-container-shape",
417
- "description": "The border radius when full height.",
416
+ "name": "--m3e-bottom-sheet-header-tracking",
417
+ "description": "Letter spacing (tracking) for the sheet header.",
418
418
  "values": []
419
419
  },
420
420
  {
421
- "name": "--m3e-bottom-sheet-scrim-color",
422
- "description": "The color of the scrim overlay.",
421
+ "name": "--m3e-badge-shape",
422
+ "description": "Corner radius of the badge.",
423
423
  "values": []
424
424
  },
425
425
  {
426
- "name": "--m3e-bottom-sheet-scrim-opacity",
427
- "description": "The opacity of the scrim overlay.",
426
+ "name": "--m3e-badge-color",
427
+ "description": "Foreground color of badge content.",
428
428
  "values": []
429
429
  },
430
430
  {
431
- "name": "--m3e-bottom-sheet-peek-height",
432
- "description": "The visible height when minimized.",
431
+ "name": "--m3e-badge-container-color",
432
+ "description": "Background color of the badge.",
433
433
  "values": []
434
434
  },
435
435
  {
436
- "name": "--m3e-bottom-sheet-compact-top-space",
437
- "description": "The top space in compact mode.",
436
+ "name": "--m3e-badge-small-size",
437
+ "description": "Fixed dimensions for small badge. Used for minimal indicators (e.g. dot).",
438
438
  "values": []
439
439
  },
440
440
  {
441
- "name": "--m3e-bottom-sheet-top-space",
442
- "description": "The top space in standard mode.",
441
+ "name": "--m3e-badge-medium-size",
442
+ "description": "Height and min-width for medium badge.",
443
443
  "values": []
444
444
  },
445
445
  {
446
- "name": "--m3e-bottom-sheet-padding-block",
447
- "description": "The vertical padding.",
446
+ "name": "--m3e-badge-medium-font-size",
447
+ "description": "Font size for medium badge label.",
448
448
  "values": []
449
449
  },
450
450
  {
451
- "name": "--m3e-bottom-sheet-padding-inline",
452
- "description": "The horizontal padding.",
451
+ "name": "--m3e-badge-medium-font-weight",
452
+ "description": "Font weight for medium badge label.",
453
453
  "values": []
454
454
  },
455
455
  {
456
- "name": "--m3e-bottom-sheet-handle-container-height",
457
- "description": "The height of the drag handle container.",
456
+ "name": "--m3e-badge-medium-line-height",
457
+ "description": "Line height for medium badge label.",
458
458
  "values": []
459
459
  },
460
460
  {
461
- "name": "--m3e-bottom-sheet-handle-width",
462
- "description": "The width of the drag handle.",
461
+ "name": "--m3e-badge-medium-tracking",
462
+ "description": "Letter spacing for medium badge label.",
463
463
  "values": []
464
464
  },
465
465
  {
466
- "name": "--m3e-bottom-sheet-handle-height",
467
- "description": "The height of the drag handle.",
466
+ "name": "--m3e-badge-large-size",
467
+ "description": "Height and min-width for large badge.",
468
468
  "values": []
469
469
  },
470
470
  {
471
- "name": "--m3e-bottom-sheet-handle-shape",
472
- "description": "The border radius of the handle.",
471
+ "name": "--m3e-badge-large-font-size",
472
+ "description": "Font size for large badge label.",
473
473
  "values": []
474
474
  },
475
475
  {
476
- "name": "--m3e-bottom-sheet-handle-color",
477
- "description": "The color of the drag handle.",
476
+ "name": "--m3e-badge-large-font-weight",
477
+ "description": "Font weight for large badge label.",
478
478
  "values": []
479
479
  },
480
480
  {
481
- "name": "--m3e-bottom-sheet-handle-focus-ring-offset",
482
- "description": "The offset of the focus ring around the handle.",
481
+ "name": "--m3e-badge-large-line-height",
482
+ "description": "Line height for large badge label.",
483
483
  "values": []
484
484
  },
485
485
  {
486
- "name": "--m3e-bottom-sheet-color",
487
- "description": "The foreground (text) color of the sheet.",
486
+ "name": "--m3e-badge-large-tracking",
487
+ "description": "Letter spacing for large badge label.",
488
488
  "values": []
489
489
  },
490
490
  {
491
- "name": "--m3e-bottom-sheet-content-font-size",
492
- "description": "Font size for the sheet content.",
491
+ "name": "--m3e-avatar-size",
492
+ "description": "Size of the avatar.",
493
493
  "values": []
494
494
  },
495
495
  {
496
- "name": "--m3e-bottom-sheet-content-font-weight",
497
- "description": "Font weight for the sheet content.",
496
+ "name": "--m3e-avatar-shape",
497
+ "description": "Border radius of the avatar.",
498
498
  "values": []
499
499
  },
500
500
  {
501
- "name": "--m3e-bottom-sheet-content-line-height",
502
- "description": "Line height for the sheet content.",
501
+ "name": "--m3e-avatar-font-size",
502
+ "description": "Font size for the avatar.",
503
503
  "values": []
504
504
  },
505
505
  {
506
- "name": "--m3e-bottom-sheet-content-tracking",
507
- "description": "Letter spacing (tracking) for the sheet content.",
506
+ "name": "--m3e-avatar-font-weight",
507
+ "description": "Font weight for the avatar.",
508
508
  "values": []
509
509
  },
510
510
  {
511
- "name": "--m3e-bottom-sheet-header-font-size",
512
- "description": "Font size for the sheet header.",
511
+ "name": "--m3e-avatar-line-height",
512
+ "description": "Line height for the avatar.",
513
513
  "values": []
514
514
  },
515
515
  {
516
- "name": "--m3e-bottom-sheet-header-font-weight",
517
- "description": "Font weight for the sheet header.",
516
+ "name": "--m3e-avatar-tracking",
517
+ "description": "Letter spacing for the avatar.",
518
518
  "values": []
519
519
  },
520
520
  {
521
- "name": "--m3e-bottom-sheet-header-line-height",
522
- "description": "Line height for the sheet header.",
521
+ "name": "--m3e-avatar-color",
522
+ "description": "Background color of the avatar.",
523
523
  "values": []
524
524
  },
525
525
  {
526
- "name": "--m3e-bottom-sheet-header-tracking",
527
- "description": "Letter spacing (tracking) for the sheet header.",
526
+ "name": "--m3e-avatar-label-color",
527
+ "description": "Text color of the avatar.",
528
528
  "values": []
529
529
  },
530
530
  {
@@ -632,6 +632,86 @@
632
632
  "description": "Disabled opacity used by the breadcrumb item button.",
633
633
  "values": []
634
634
  },
635
+ {
636
+ "name": "--m3e-standard-button-group-extra-small-spacing",
637
+ "description": "Spacing between buttons in standard variant, extra-small size.",
638
+ "values": []
639
+ },
640
+ {
641
+ "name": "--m3e-standard-button-group-small-spacing",
642
+ "description": "Spacing between buttons in standard variant, small size.",
643
+ "values": []
644
+ },
645
+ {
646
+ "name": "--m3e-standard-button-group-medium-spacing",
647
+ "description": "Spacing between buttons in standard variant, medium size.",
648
+ "values": []
649
+ },
650
+ {
651
+ "name": "--m3e-standard-button-group-large-spacing",
652
+ "description": "Spacing between buttons in standard variant, large size.",
653
+ "values": []
654
+ },
655
+ {
656
+ "name": "--m3e-standard-button-group-extra-large-spacing",
657
+ "description": "Spacing between buttons in standard variant, extra-large size.",
658
+ "values": []
659
+ },
660
+ {
661
+ "name": "--m3e-connected-button-group-spacing",
662
+ "description": "Spacing between buttons in connected variant.",
663
+ "values": []
664
+ },
665
+ {
666
+ "name": "--m3e-connected-button-group-extra-small-inner-shape",
667
+ "description": "Corner shape for connected variant, extra-small size.",
668
+ "values": []
669
+ },
670
+ {
671
+ "name": "--m3e-connected-button-group-extra-small-inner-pressed-shape",
672
+ "description": "Pressed corner shape for connected variant, extra-small size.",
673
+ "values": []
674
+ },
675
+ {
676
+ "name": "--m3e-connected-button-group-small-inner-shape",
677
+ "description": "Corner shape for connected variant, small size.",
678
+ "values": []
679
+ },
680
+ {
681
+ "name": "--m3e-connected-button-group-small-inner-pressed-shape",
682
+ "description": "Pressed corner shape for connected variant, small size.",
683
+ "values": []
684
+ },
685
+ {
686
+ "name": "--m3e-connected-button-group-medium-inner-shape",
687
+ "description": "Corner shape for connected variant, medium size.",
688
+ "values": []
689
+ },
690
+ {
691
+ "name": "--m3e-connected-button-group-medium-inner-pressed-shape",
692
+ "description": "Pressed corner shape for connected variant, medium size.",
693
+ "values": []
694
+ },
695
+ {
696
+ "name": "--m3e-connected-button-group-large-inner-shape",
697
+ "description": "Corner shape for connected variant, large size.",
698
+ "values": []
699
+ },
700
+ {
701
+ "name": "--m3e-connected-button-group-large-inner-pressed-shape",
702
+ "description": "Pressed corner shape for connected variant, large size.",
703
+ "values": []
704
+ },
705
+ {
706
+ "name": "--m3e-connected-button-group-extra-large-inner-shape",
707
+ "description": "Corner shape for connected variant, extra-large size.",
708
+ "values": []
709
+ },
710
+ {
711
+ "name": "--m3e-connected-button-group-extra-large-inner-pressed-shape",
712
+ "description": "Pressed corner shape for connected variant, extra-large size.",
713
+ "values": []
714
+ },
635
715
  {
636
716
  "name": "--m3e-button-container-height",
637
717
  "description": "Height of the button container, for all size variants.",
@@ -2528,113 +2608,33 @@
2528
2608
  "values": []
2529
2609
  },
2530
2610
  {
2531
- "name": "--m3e-text-button-pressed-unselected-icon-color",
2532
- "description": "Pressed unselected icon color, for the text variant.",
2533
- "values": []
2534
- },
2535
- {
2536
- "name": "--m3e-text-button-pressed-unselected-label-text-color",
2537
- "description": "Pressed unselected label color, for the text variant.",
2538
- "values": []
2539
- },
2540
- {
2541
- "name": "--m3e-text-button-pressed-unselected-state-layer-color",
2542
- "description": "Pressed unselected state layer color, for the text variant.",
2543
- "values": []
2544
- },
2545
- {
2546
- "name": "--m3e-text-button-pressed-selected-icon-color",
2547
- "description": "Pressed selected icon color, for the text variant.",
2548
- "values": []
2549
- },
2550
- {
2551
- "name": "--m3e-text-button-pressed-selected-label-text-color",
2552
- "description": "Pressed selected label color, for the text variant.",
2553
- "values": []
2554
- },
2555
- {
2556
- "name": "--m3e-text-button-pressed-selected-state-layer-color",
2557
- "description": "Pressed selected state layer color, for the text variant.",
2558
- "values": []
2559
- },
2560
- {
2561
- "name": "--m3e-standard-button-group-extra-small-spacing",
2562
- "description": "Spacing between buttons in standard variant, extra-small size.",
2563
- "values": []
2564
- },
2565
- {
2566
- "name": "--m3e-standard-button-group-small-spacing",
2567
- "description": "Spacing between buttons in standard variant, small size.",
2568
- "values": []
2569
- },
2570
- {
2571
- "name": "--m3e-standard-button-group-medium-spacing",
2572
- "description": "Spacing between buttons in standard variant, medium size.",
2573
- "values": []
2574
- },
2575
- {
2576
- "name": "--m3e-standard-button-group-large-spacing",
2577
- "description": "Spacing between buttons in standard variant, large size.",
2578
- "values": []
2579
- },
2580
- {
2581
- "name": "--m3e-standard-button-group-extra-large-spacing",
2582
- "description": "Spacing between buttons in standard variant, extra-large size.",
2583
- "values": []
2584
- },
2585
- {
2586
- "name": "--m3e-connected-button-group-spacing",
2587
- "description": "Spacing between buttons in connected variant.",
2588
- "values": []
2589
- },
2590
- {
2591
- "name": "--m3e-connected-button-group-extra-small-inner-shape",
2592
- "description": "Corner shape for connected variant, extra-small size.",
2593
- "values": []
2594
- },
2595
- {
2596
- "name": "--m3e-connected-button-group-extra-small-inner-pressed-shape",
2597
- "description": "Pressed corner shape for connected variant, extra-small size.",
2598
- "values": []
2599
- },
2600
- {
2601
- "name": "--m3e-connected-button-group-small-inner-shape",
2602
- "description": "Corner shape for connected variant, small size.",
2603
- "values": []
2604
- },
2605
- {
2606
- "name": "--m3e-connected-button-group-small-inner-pressed-shape",
2607
- "description": "Pressed corner shape for connected variant, small size.",
2608
- "values": []
2609
- },
2610
- {
2611
- "name": "--m3e-connected-button-group-medium-inner-shape",
2612
- "description": "Corner shape for connected variant, medium size.",
2611
+ "name": "--m3e-text-button-pressed-unselected-icon-color",
2612
+ "description": "Pressed unselected icon color, for the text variant.",
2613
2613
  "values": []
2614
2614
  },
2615
2615
  {
2616
- "name": "--m3e-connected-button-group-medium-inner-pressed-shape",
2617
- "description": "Pressed corner shape for connected variant, medium size.",
2616
+ "name": "--m3e-text-button-pressed-unselected-label-text-color",
2617
+ "description": "Pressed unselected label color, for the text variant.",
2618
2618
  "values": []
2619
2619
  },
2620
2620
  {
2621
- "name": "--m3e-connected-button-group-large-inner-shape",
2622
- "description": "Corner shape for connected variant, large size.",
2621
+ "name": "--m3e-text-button-pressed-unselected-state-layer-color",
2622
+ "description": "Pressed unselected state layer color, for the text variant.",
2623
2623
  "values": []
2624
2624
  },
2625
2625
  {
2626
- "name": "--m3e-connected-button-group-large-inner-pressed-shape",
2627
- "description": "Pressed corner shape for connected variant, large size.",
2626
+ "name": "--m3e-text-button-pressed-selected-icon-color",
2627
+ "description": "Pressed selected icon color, for the text variant.",
2628
2628
  "values": []
2629
2629
  },
2630
2630
  {
2631
- "name": "--m3e-connected-button-group-extra-large-inner-shape",
2632
- "description": "Corner shape for connected variant, extra-large size.",
2631
+ "name": "--m3e-text-button-pressed-selected-label-text-color",
2632
+ "description": "Pressed selected label color, for the text variant.",
2633
2633
  "values": []
2634
2634
  },
2635
2635
  {
2636
- "name": "--m3e-connected-button-group-extra-large-inner-pressed-shape",
2637
- "description": "Pressed corner shape for connected variant, extra-large size.",
2636
+ "name": "--m3e-text-button-pressed-selected-state-layer-color",
2637
+ "description": "Pressed selected state layer color, for the text variant.",
2638
2638
  "values": []
2639
2639
  },
2640
2640
  {
@@ -11637,21 +11637,6 @@
11637
11637
  "description": "Border radius for the last segment in a segmented button.",
11638
11638
  "values": []
11639
11639
  },
11640
- {
11641
- "name": "--m3e-shape-size",
11642
- "description": "Default size of the shape.",
11643
- "values": []
11644
- },
11645
- {
11646
- "name": "--m3e-shape-container-color",
11647
- "description": "Container (background) color of the shape.",
11648
- "values": []
11649
- },
11650
- {
11651
- "name": "--m3e-shape-transition",
11652
- "description": "Transition used to morph between shapes.",
11653
- "values": []
11654
- },
11655
11640
  {
11656
11641
  "name": "--m3e-form-field-font-size",
11657
11642
  "description": "The font size of the select control.",
@@ -11692,6 +11677,21 @@
11692
11677
  "description": "The size of the dropdown arrow icon.",
11693
11678
  "values": []
11694
11679
  },
11680
+ {
11681
+ "name": "--m3e-shape-size",
11682
+ "description": "Default size of the shape.",
11683
+ "values": []
11684
+ },
11685
+ {
11686
+ "name": "--m3e-shape-container-color",
11687
+ "description": "Container (background) color of the shape.",
11688
+ "values": []
11689
+ },
11690
+ {
11691
+ "name": "--m3e-shape-transition",
11692
+ "description": "Transition used to morph between shapes.",
11693
+ "values": []
11694
+ },
11695
11695
  {
11696
11696
  "name": "--m3e-skeleton-color",
11697
11697
  "description": "Base fill color for the skeleton surface.",
@@ -11737,6 +11737,26 @@
11737
11737
  "description": "Corner radius for the skeleton shape.",
11738
11738
  "values": []
11739
11739
  },
11740
+ {
11741
+ "name": "--m3e-slide-group-button-icon-size",
11742
+ "description": "Sets icon size for scroll buttons; overrides default small icon size.",
11743
+ "values": []
11744
+ },
11745
+ {
11746
+ "name": "--m3e-slide-group-button-size",
11747
+ "description": "Defines scroll button size; used for width (horizontal) or height (vertical).",
11748
+ "values": []
11749
+ },
11750
+ {
11751
+ "name": "--m3e-slide-group-divider-top",
11752
+ "description": "Adds top border to content container for visual separation.",
11753
+ "values": []
11754
+ },
11755
+ {
11756
+ "name": "--m3e-slide-group-divider-bottom",
11757
+ "description": "Adds bottom border to content container for visual separation.",
11758
+ "values": []
11759
+ },
11740
11760
  {
11741
11761
  "name": "--m3e-slider-min-width",
11742
11762
  "description": "Minimum inline size of the slider host.",
@@ -11972,26 +11992,6 @@
11972
11992
  "description": "Letter spacing of the label text.",
11973
11993
  "values": []
11974
11994
  },
11975
- {
11976
- "name": "--m3e-slide-group-button-icon-size",
11977
- "description": "Sets icon size for scroll buttons; overrides default small icon size.",
11978
- "values": []
11979
- },
11980
- {
11981
- "name": "--m3e-slide-group-button-size",
11982
- "description": "Defines scroll button size; used for width (horizontal) or height (vertical).",
11983
- "values": []
11984
- },
11985
- {
11986
- "name": "--m3e-slide-group-divider-top",
11987
- "description": "Adds top border to content container for visual separation.",
11988
- "values": []
11989
- },
11990
- {
11991
- "name": "--m3e-slide-group-divider-bottom",
11992
- "description": "Adds bottom border to content container for visual separation.",
11993
- "values": []
11994
- },
11995
11995
  {
11996
11996
  "name": "--m3e-snackbar-margin",
11997
11997
  "description": "Vertical offset from the bottom of the viewport.",
@@ -12178,113 +12178,278 @@
12178
12178
  "values": []
12179
12179
  },
12180
12180
  {
12181
- "name": "--m3e-split-button-small-inner-corner-pressed-size",
12182
- "description": "Inner corner size on press (small).",
12181
+ "name": "--m3e-split-button-small-inner-corner-pressed-size",
12182
+ "description": "Inner corner size on press (small).",
12183
+ "values": []
12184
+ },
12185
+ {
12186
+ "name": "--m3e-split-button-medium-inner-corner-pressed-size",
12187
+ "description": "Inner corner size on press (medium).",
12188
+ "values": []
12189
+ },
12190
+ {
12191
+ "name": "--m3e-split-button-large-inner-corner-pressed-size",
12192
+ "description": "Inner corner size on press (large).",
12193
+ "values": []
12194
+ },
12195
+ {
12196
+ "name": "--m3e-split-button-extra-large-inner-corner-pressed-size",
12197
+ "description": "Inner corner size on press (extra-large).",
12198
+ "values": []
12199
+ },
12200
+ {
12201
+ "name": "--m3e-split-button-extra-small-between-spacing",
12202
+ "description": "Spacing between leading and trailing buttons (extra-small).",
12203
+ "values": []
12204
+ },
12205
+ {
12206
+ "name": "--m3e-split-button-small-between-spacing",
12207
+ "description": "Spacing between leading and trailing buttons (small).",
12208
+ "values": []
12209
+ },
12210
+ {
12211
+ "name": "--m3e-split-button-medium-between-spacing",
12212
+ "description": "Spacing between leading and trailing buttons (medium).",
12213
+ "values": []
12214
+ },
12215
+ {
12216
+ "name": "--m3e-split-button-large-between-spacing",
12217
+ "description": "Spacing between leading and trailing buttons (large).",
12218
+ "values": []
12219
+ },
12220
+ {
12221
+ "name": "--m3e-split-button-extra-large-between-spacing",
12222
+ "description": "Spacing between leading and trailing buttons (extra-large).",
12223
+ "values": []
12224
+ },
12225
+ {
12226
+ "name": "--m3e-split-pane-drag-handle-hover-color",
12227
+ "description": "Color used for the drag handle hover state.",
12228
+ "values": []
12229
+ },
12230
+ {
12231
+ "name": "--m3e-split-pane-drag-handle-hover-opacity",
12232
+ "description": "Opacity used for the drag handle hover state.",
12233
+ "values": []
12234
+ },
12235
+ {
12236
+ "name": "--m3e-split-pane-drag-handle-focus-color",
12237
+ "description": "Color used for the drag handle focus state.",
12238
+ "values": []
12239
+ },
12240
+ {
12241
+ "name": "--m3e-split-pane-drag-handle-focus-opacity",
12242
+ "description": "Opacity used for the drag handle focus state.",
12243
+ "values": []
12244
+ },
12245
+ {
12246
+ "name": "--m3e-split-pane-drag-handle-color",
12247
+ "description": "Background color of the drag handle when not pressed.",
12248
+ "values": []
12249
+ },
12250
+ {
12251
+ "name": "--m3e-split-pane-drag-handle-shape",
12252
+ "description": "Corner shape of the drag handle when not pressed.",
12253
+ "values": []
12254
+ },
12255
+ {
12256
+ "name": "--m3e-split-pane-drag-handle-pressed-color",
12257
+ "description": "Background color of the drag handle when pressed.",
12258
+ "values": []
12259
+ },
12260
+ {
12261
+ "name": "--m3e-split-pane-drag-handle-pressed-shape",
12262
+ "description": "Corner shape of the drag handle when pressed.",
12263
+ "values": []
12264
+ },
12265
+ {
12266
+ "name": "--m3e-split-pane-drag-handle-container-width",
12267
+ "description": "Width of the drag handle container.",
12268
+ "values": []
12269
+ },
12270
+ {
12271
+ "name": "--m3e-split-pane-drag-handle-width",
12272
+ "description": "Thickness of the drag handle when not pressed.",
12273
+ "values": []
12274
+ },
12275
+ {
12276
+ "name": "--m3e-split-pane-drag-handle-height",
12277
+ "description": "Length of the drag handle when not pressed.",
12278
+ "values": []
12279
+ },
12280
+ {
12281
+ "name": "--m3e-split-pane-drag-handle-pressed-width",
12282
+ "description": "Thickness of the drag handle when pressed.",
12283
+ "values": []
12284
+ },
12285
+ {
12286
+ "name": "--m3e-split-pane-drag-handle-pressed-height",
12287
+ "description": "Length of the drag handle when pressed.",
12288
+ "values": []
12289
+ },
12290
+ {
12291
+ "name": "--m3e-step-shape",
12292
+ "description": "Border radius of the step container, defining its visual shape.",
12293
+ "values": []
12294
+ },
12295
+ {
12296
+ "name": "--m3e-step-padding",
12297
+ "description": "Internal padding of the step container, used for layout spacing.",
12298
+ "values": []
12299
+ },
12300
+ {
12301
+ "name": "--m3e-step-icon-shape",
12302
+ "description": "Border radius of the icon container, controlling its geometric form.",
12303
+ "values": []
12304
+ },
12305
+ {
12306
+ "name": "--m3e-step-icon-size",
12307
+ "description": "Width and height of the icon container and icon glyph.",
12308
+ "values": []
12309
+ },
12310
+ {
12311
+ "name": "--m3e-step-selected-icon-container-color",
12312
+ "description": "Background color of the icon when the step is selected.",
12313
+ "values": []
12314
+ },
12315
+ {
12316
+ "name": "--m3e-step-selected-icon-color",
12317
+ "description": "Foreground color of the icon when the step is selected.",
12318
+ "values": []
12319
+ },
12320
+ {
12321
+ "name": "--m3e-step-completed-icon-container-color",
12322
+ "description": "Background color of the icon when the step is completed.",
12323
+ "values": []
12324
+ },
12325
+ {
12326
+ "name": "--m3e-step-completed-icon-color",
12327
+ "description": "Foreground color of the icon when the step is completed.",
12328
+ "values": []
12329
+ },
12330
+ {
12331
+ "name": "--m3e-step-unselected-icon-container-color",
12332
+ "description": "Background color of the icon when the step is inactive.",
12333
+ "values": []
12334
+ },
12335
+ {
12336
+ "name": "--m3e-step-unselected-icon-color",
12337
+ "description": "Foreground color of the icon when the step is inactive.",
12338
+ "values": []
12339
+ },
12340
+ {
12341
+ "name": "--m3e-step-icon-error-color",
12342
+ "description": "Foreground color of the icon when the step is invalid.",
12343
+ "values": []
12344
+ },
12345
+ {
12346
+ "name": "--m3e-step-disabled-icon-container-color",
12347
+ "description": "Base color used to mix the disabled icon background.",
12183
12348
  "values": []
12184
12349
  },
12185
12350
  {
12186
- "name": "--m3e-split-button-medium-inner-corner-pressed-size",
12187
- "description": "Inner corner size on press (medium).",
12351
+ "name": "--m3e-step-disabled-icon-color",
12352
+ "description": "Base color used to mix the disabled icon foreground.",
12188
12353
  "values": []
12189
12354
  },
12190
12355
  {
12191
- "name": "--m3e-split-button-large-inner-corner-pressed-size",
12192
- "description": "Inner corner size on press (large).",
12356
+ "name": "--m3e-step-label-color",
12357
+ "description": "Text color of the step label in its default state.",
12193
12358
  "values": []
12194
12359
  },
12195
12360
  {
12196
- "name": "--m3e-split-button-extra-large-inner-corner-pressed-size",
12197
- "description": "Inner corner size on press (extra-large).",
12361
+ "name": "--m3e-step-label-error-color",
12362
+ "description": "Text color of the step label when the step is invalid.",
12198
12363
  "values": []
12199
12364
  },
12200
12365
  {
12201
- "name": "--m3e-split-button-extra-small-between-spacing",
12202
- "description": "Spacing between leading and trailing buttons (extra-small).",
12366
+ "name": "--m3e-step-disabled-label-color",
12367
+ "description": "Base color used to mix the disabled label foreground.",
12203
12368
  "values": []
12204
12369
  },
12205
12370
  {
12206
- "name": "--m3e-split-button-small-between-spacing",
12207
- "description": "Spacing between leading and trailing buttons (small).",
12371
+ "name": "--m3e-step-font-size",
12372
+ "description": "Font size of the step label.",
12208
12373
  "values": []
12209
12374
  },
12210
12375
  {
12211
- "name": "--m3e-split-button-medium-between-spacing",
12212
- "description": "Spacing between leading and trailing buttons (medium).",
12376
+ "name": "--m3e-step-font-weight",
12377
+ "description": "Font weight of the step label.",
12213
12378
  "values": []
12214
12379
  },
12215
12380
  {
12216
- "name": "--m3e-split-button-large-between-spacing",
12217
- "description": "Spacing between leading and trailing buttons (large).",
12381
+ "name": "--m3e-step-line-height",
12382
+ "description": "Line height of the step label.",
12218
12383
  "values": []
12219
12384
  },
12220
12385
  {
12221
- "name": "--m3e-split-button-extra-large-between-spacing",
12222
- "description": "Spacing between leading and trailing buttons (extra-large).",
12386
+ "name": "--m3e-step-tracking",
12387
+ "description": "Letter spacing of the step label.",
12223
12388
  "values": []
12224
12389
  },
12225
12390
  {
12226
- "name": "--m3e-split-pane-drag-handle-hover-color",
12227
- "description": "Color used for the drag handle hover state.",
12391
+ "name": "--m3e-step-icon-label-space",
12392
+ "description": "Gap between icon and label.",
12228
12393
  "values": []
12229
12394
  },
12230
12395
  {
12231
- "name": "--m3e-split-pane-drag-handle-hover-opacity",
12232
- "description": "Opacity used for the drag handle hover state.",
12396
+ "name": "--m3e-step-hint-font-size",
12397
+ "description": "Font size of hint and error messages.",
12233
12398
  "values": []
12234
12399
  },
12235
12400
  {
12236
- "name": "--m3e-split-pane-drag-handle-focus-color",
12237
- "description": "Color used for the drag handle focus state.",
12401
+ "name": "--m3e-step-hint-font-weight",
12402
+ "description": "Font weight of hint and error messages.",
12238
12403
  "values": []
12239
12404
  },
12240
12405
  {
12241
- "name": "--m3e-split-pane-drag-handle-focus-opacity",
12242
- "description": "Opacity used for the drag handle focus state.",
12406
+ "name": "--m3e-step-hint-line-height",
12407
+ "description": "Line height of hint and error messages.",
12243
12408
  "values": []
12244
12409
  },
12245
12410
  {
12246
- "name": "--m3e-split-pane-drag-handle-color",
12247
- "description": "Background color of the drag handle when not pressed.",
12411
+ "name": "--m3e-step-hint-tracking",
12412
+ "description": "Letter spacing of hint and error messages.",
12248
12413
  "values": []
12249
12414
  },
12250
12415
  {
12251
- "name": "--m3e-split-pane-drag-handle-shape",
12252
- "description": "Corner shape of the drag handle when not pressed.",
12416
+ "name": "--m3e-step-hint-color",
12417
+ "description": "Text color of hint messages in valid state.",
12253
12418
  "values": []
12254
12419
  },
12255
12420
  {
12256
- "name": "--m3e-split-pane-drag-handle-pressed-color",
12257
- "description": "Background color of the drag handle when pressed.",
12421
+ "name": "--m3e-step-disabled-hint-color",
12422
+ "description": "Base color used to mix the disabled hint foreground.",
12258
12423
  "values": []
12259
12424
  },
12260
12425
  {
12261
- "name": "--m3e-split-pane-drag-handle-pressed-shape",
12262
- "description": "Corner shape of the drag handle when pressed.",
12426
+ "name": "--m3e-step-panel-padding",
12427
+ "description": "Padding inside the step panel container, defining internal spacing around content.",
12263
12428
  "values": []
12264
12429
  },
12265
12430
  {
12266
- "name": "--m3e-split-pane-drag-handle-container-width",
12267
- "description": "Width of the drag handle container.",
12431
+ "name": "--m3e-step-panel-spacing",
12432
+ "description": "Vertical gap between stacked elements within the step panel.",
12268
12433
  "values": []
12269
12434
  },
12270
12435
  {
12271
- "name": "--m3e-split-pane-drag-handle-width",
12272
- "description": "Thickness of the drag handle when not pressed.",
12436
+ "name": "--m3e-step-panel-actions-height",
12437
+ "description": "Minimum height of the slotted actions container.",
12273
12438
  "values": []
12274
12439
  },
12275
12440
  {
12276
- "name": "--m3e-split-pane-drag-handle-height",
12277
- "description": "Length of the drag handle when not pressed.",
12441
+ "name": "--m3e-step-divider-thickness",
12442
+ "description": "Thickness of the divider line between steps.",
12278
12443
  "values": []
12279
12444
  },
12280
12445
  {
12281
- "name": "--m3e-split-pane-drag-handle-pressed-width",
12282
- "description": "Thickness of the drag handle when pressed.",
12446
+ "name": "--m3e-step-divider-color",
12447
+ "description": "Color of the divider line between steps.",
12283
12448
  "values": []
12284
12449
  },
12285
12450
  {
12286
- "name": "--m3e-split-pane-drag-handle-pressed-height",
12287
- "description": "Length of the drag handle when pressed.",
12451
+ "name": "--m3e-step-divider-inset",
12452
+ "description": "Inset offset for divider alignment within step layout.",
12288
12453
  "values": []
12289
12454
  },
12290
12455
  {
@@ -12632,171 +12797,6 @@
12632
12797
  "description": "Handle color when unselected and pressed.",
12633
12798
  "values": []
12634
12799
  },
12635
- {
12636
- "name": "--m3e-step-shape",
12637
- "description": "Border radius of the step container, defining its visual shape.",
12638
- "values": []
12639
- },
12640
- {
12641
- "name": "--m3e-step-padding",
12642
- "description": "Internal padding of the step container, used for layout spacing.",
12643
- "values": []
12644
- },
12645
- {
12646
- "name": "--m3e-step-icon-shape",
12647
- "description": "Border radius of the icon container, controlling its geometric form.",
12648
- "values": []
12649
- },
12650
- {
12651
- "name": "--m3e-step-icon-size",
12652
- "description": "Width and height of the icon container and icon glyph.",
12653
- "values": []
12654
- },
12655
- {
12656
- "name": "--m3e-step-selected-icon-container-color",
12657
- "description": "Background color of the icon when the step is selected.",
12658
- "values": []
12659
- },
12660
- {
12661
- "name": "--m3e-step-selected-icon-color",
12662
- "description": "Foreground color of the icon when the step is selected.",
12663
- "values": []
12664
- },
12665
- {
12666
- "name": "--m3e-step-completed-icon-container-color",
12667
- "description": "Background color of the icon when the step is completed.",
12668
- "values": []
12669
- },
12670
- {
12671
- "name": "--m3e-step-completed-icon-color",
12672
- "description": "Foreground color of the icon when the step is completed.",
12673
- "values": []
12674
- },
12675
- {
12676
- "name": "--m3e-step-unselected-icon-container-color",
12677
- "description": "Background color of the icon when the step is inactive.",
12678
- "values": []
12679
- },
12680
- {
12681
- "name": "--m3e-step-unselected-icon-color",
12682
- "description": "Foreground color of the icon when the step is inactive.",
12683
- "values": []
12684
- },
12685
- {
12686
- "name": "--m3e-step-icon-error-color",
12687
- "description": "Foreground color of the icon when the step is invalid.",
12688
- "values": []
12689
- },
12690
- {
12691
- "name": "--m3e-step-disabled-icon-container-color",
12692
- "description": "Base color used to mix the disabled icon background.",
12693
- "values": []
12694
- },
12695
- {
12696
- "name": "--m3e-step-disabled-icon-color",
12697
- "description": "Base color used to mix the disabled icon foreground.",
12698
- "values": []
12699
- },
12700
- {
12701
- "name": "--m3e-step-label-color",
12702
- "description": "Text color of the step label in its default state.",
12703
- "values": []
12704
- },
12705
- {
12706
- "name": "--m3e-step-label-error-color",
12707
- "description": "Text color of the step label when the step is invalid.",
12708
- "values": []
12709
- },
12710
- {
12711
- "name": "--m3e-step-disabled-label-color",
12712
- "description": "Base color used to mix the disabled label foreground.",
12713
- "values": []
12714
- },
12715
- {
12716
- "name": "--m3e-step-font-size",
12717
- "description": "Font size of the step label.",
12718
- "values": []
12719
- },
12720
- {
12721
- "name": "--m3e-step-font-weight",
12722
- "description": "Font weight of the step label.",
12723
- "values": []
12724
- },
12725
- {
12726
- "name": "--m3e-step-line-height",
12727
- "description": "Line height of the step label.",
12728
- "values": []
12729
- },
12730
- {
12731
- "name": "--m3e-step-tracking",
12732
- "description": "Letter spacing of the step label.",
12733
- "values": []
12734
- },
12735
- {
12736
- "name": "--m3e-step-icon-label-space",
12737
- "description": "Gap between icon and label.",
12738
- "values": []
12739
- },
12740
- {
12741
- "name": "--m3e-step-hint-font-size",
12742
- "description": "Font size of hint and error messages.",
12743
- "values": []
12744
- },
12745
- {
12746
- "name": "--m3e-step-hint-font-weight",
12747
- "description": "Font weight of hint and error messages.",
12748
- "values": []
12749
- },
12750
- {
12751
- "name": "--m3e-step-hint-line-height",
12752
- "description": "Line height of hint and error messages.",
12753
- "values": []
12754
- },
12755
- {
12756
- "name": "--m3e-step-hint-tracking",
12757
- "description": "Letter spacing of hint and error messages.",
12758
- "values": []
12759
- },
12760
- {
12761
- "name": "--m3e-step-hint-color",
12762
- "description": "Text color of hint messages in valid state.",
12763
- "values": []
12764
- },
12765
- {
12766
- "name": "--m3e-step-disabled-hint-color",
12767
- "description": "Base color used to mix the disabled hint foreground.",
12768
- "values": []
12769
- },
12770
- {
12771
- "name": "--m3e-step-panel-padding",
12772
- "description": "Padding inside the step panel container, defining internal spacing around content.",
12773
- "values": []
12774
- },
12775
- {
12776
- "name": "--m3e-step-panel-spacing",
12777
- "description": "Vertical gap between stacked elements within the step panel.",
12778
- "values": []
12779
- },
12780
- {
12781
- "name": "--m3e-step-panel-actions-height",
12782
- "description": "Minimum height of the slotted actions container.",
12783
- "values": []
12784
- },
12785
- {
12786
- "name": "--m3e-step-divider-thickness",
12787
- "description": "Thickness of the divider line between steps.",
12788
- "values": []
12789
- },
12790
- {
12791
- "name": "--m3e-step-divider-color",
12792
- "description": "Color of the divider line between steps.",
12793
- "values": []
12794
- },
12795
- {
12796
- "name": "--m3e-step-divider-inset",
12797
- "description": "Inset offset for divider alignment within step layout.",
12798
- "values": []
12799
- },
12800
12800
  {
12801
12801
  "name": "--m3e-tab-font-size",
12802
12802
  "description": "Font size for tab label.",