@m3e/web 2.4.0 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/README.md +9 -2
  2. package/dist/all.js +526 -67
  3. package/dist/all.js.map +1 -1
  4. package/dist/all.min.js +45 -45
  5. package/dist/all.min.js.map +1 -1
  6. package/dist/bottom-sheet.js +33 -6
  7. package/dist/bottom-sheet.js.map +1 -1
  8. package/dist/bottom-sheet.min.js +1 -1
  9. package/dist/bottom-sheet.min.js.map +1 -1
  10. package/dist/breadcrumb.js +303 -0
  11. package/dist/breadcrumb.js.map +1 -0
  12. package/dist/breadcrumb.min.js +7 -0
  13. package/dist/breadcrumb.min.js.map +1 -0
  14. package/dist/content-pane.js +69 -0
  15. package/dist/content-pane.js.map +1 -0
  16. package/dist/content-pane.min.js +7 -0
  17. package/dist/content-pane.min.js.map +1 -0
  18. package/dist/core-a11y.js +12 -9
  19. package/dist/core-a11y.js.map +1 -1
  20. package/dist/core-a11y.min.js +2 -2
  21. package/dist/core-a11y.min.js.map +1 -1
  22. package/dist/core.js +48 -4
  23. package/dist/core.js.map +1 -1
  24. package/dist/core.min.js +1 -1
  25. package/dist/core.min.js.map +1 -1
  26. package/dist/css-custom-data.json +282 -162
  27. package/dist/custom-elements.json +3319 -1874
  28. package/dist/html-custom-data.json +234 -127
  29. package/dist/list.js +37 -37
  30. package/dist/list.js.map +1 -1
  31. package/dist/list.min.js +1 -1
  32. package/dist/list.min.js.map +1 -1
  33. package/dist/split-pane.js +56 -15
  34. package/dist/split-pane.js.map +1 -1
  35. package/dist/split-pane.min.js +1 -1
  36. package/dist/split-pane.min.js.map +1 -1
  37. package/dist/src/all.d.ts +2 -0
  38. package/dist/src/all.d.ts.map +1 -1
  39. package/dist/src/bottom-sheet/BottomSheetElement.d.ts +8 -2
  40. package/dist/src/bottom-sheet/BottomSheetElement.d.ts.map +1 -1
  41. package/dist/src/breadcrumb/BreadcrumbElement.d.ts +47 -0
  42. package/dist/src/breadcrumb/BreadcrumbElement.d.ts.map +1 -0
  43. package/dist/src/breadcrumb/BreadcrumbItemButtonElement.d.ts +37 -0
  44. package/dist/src/breadcrumb/BreadcrumbItemButtonElement.d.ts.map +1 -0
  45. package/dist/src/breadcrumb/BreadcrumbItemCurrent.d.ts +3 -0
  46. package/dist/src/breadcrumb/BreadcrumbItemCurrent.d.ts.map +1 -0
  47. package/dist/src/breadcrumb/BreadcrumbItemElement.d.ts +88 -0
  48. package/dist/src/breadcrumb/BreadcrumbItemElement.d.ts.map +1 -0
  49. package/dist/src/breadcrumb/index.d.ts +4 -0
  50. package/dist/src/breadcrumb/index.d.ts.map +1 -0
  51. package/dist/src/breadcrumb/isIconOnly.d.ts +3 -0
  52. package/dist/src/breadcrumb/isIconOnly.d.ts.map +1 -0
  53. package/dist/src/content-pane/ContentPaneElement.d.ts +44 -0
  54. package/dist/src/content-pane/ContentPaneElement.d.ts.map +1 -0
  55. package/dist/src/content-pane/index.d.ts +2 -0
  56. package/dist/src/content-pane/index.d.ts.map +1 -0
  57. package/dist/src/core/a11y/InteractivityChecker.d.ts +4 -2
  58. package/dist/src/core/a11y/InteractivityChecker.d.ts.map +1 -1
  59. package/dist/src/core/shared/mixins/LinkButton.d.ts +2 -1
  60. package/dist/src/core/shared/mixins/LinkButton.d.ts.map +1 -1
  61. package/dist/src/core/shared/utils/getScrollbarWidth.d.ts +7 -0
  62. package/dist/src/core/shared/utils/getScrollbarWidth.d.ts.map +1 -0
  63. package/dist/src/core/shared/utils/index.d.ts +1 -0
  64. package/dist/src/core/shared/utils/index.d.ts.map +1 -1
  65. package/dist/src/list/ListActionElement.d.ts +1 -0
  66. package/dist/src/list/ListActionElement.d.ts.map +1 -1
  67. package/dist/src/list/index.d.ts +0 -1
  68. package/dist/src/list/index.d.ts.map +1 -1
  69. package/dist/src/split-pane/SplitPaneElement.d.ts +6 -0
  70. package/dist/src/split-pane/SplitPaneElement.d.ts.map +1 -1
  71. package/dist/src/tree/TreeItemElement.d.ts.map +1 -1
  72. package/dist/tooltip.js +2 -2
  73. package/dist/tooltip.js.map +1 -1
  74. package/dist/tooltip.min.js +1 -1
  75. package/dist/tooltip.min.js.map +1 -1
  76. package/dist/tree.js +1 -2
  77. package/dist/tree.js.map +1 -1
  78. package/dist/tree.min.js +1 -1
  79. package/dist/tree.min.js.map +1 -1
  80. package/package.json +11 -1
@@ -528,183 +528,108 @@
528
528
  "values": []
529
529
  },
530
530
  {
531
- "name": "--m3e-calendar-container-color",
532
- "description": "Background color of the container surface.",
533
- "values": []
534
- },
535
- {
536
- "name": "--m3e-calendar-container-elevation",
537
- "description": "Elevation shadow applied to the container surface.",
538
- "values": []
539
- },
540
- {
541
- "name": "--m3e-calendar-container-shape",
542
- "description": "Corner radius of the container surface.",
543
- "values": []
544
- },
545
- {
546
- "name": "--m3e-calendar-padding",
547
- "description": "Padding applied to the calendar header and body.",
548
- "values": []
549
- },
550
- {
551
- "name": "--m3e-calendar-period-button-text-color",
552
- "description": "Text color used for the period‑navigation buttons in the header.",
553
- "values": []
554
- },
555
- {
556
- "name": "--m3e-calendar-weekday-font-size",
557
- "description": "Font size of weekday labels in month view.",
558
- "values": []
559
- },
560
- {
561
- "name": "--m3e-calendar-weekday-font-weight",
562
- "description": "Font weight of weekday labels in month view.",
563
- "values": []
564
- },
565
- {
566
- "name": "--m3e-calendar-weekday-line-height",
567
- "description": "Line height of weekday labels in month view.",
568
- "values": []
569
- },
570
- {
571
- "name": "--m3e-calendar-weekday-tracking",
572
- "description": "Letter spacing of weekday labels in month view.",
573
- "values": []
574
- },
575
- {
576
- "name": "--m3e-calendar-weekday-color",
577
- "description": "Text color for weekday labels in month view.",
578
- "values": []
579
- },
580
- {
581
- "name": "--m3e-calendar-date-font-size",
582
- "description": "Font size of date cells in month view.",
531
+ "name": "--m3e-breadcrumb-item-shape",
532
+ "description": "Shape of the internal breadcrumb item button.",
583
533
  "values": []
584
534
  },
585
535
  {
586
- "name": "--m3e-calendar-date-font-weight",
587
- "description": "Font weight of date cells in month view.",
536
+ "name": "--m3e-breadcrumb-item-container-height",
537
+ "description": "Height of the internal breadcrumb item button container.",
588
538
  "values": []
589
539
  },
590
540
  {
591
- "name": "--m3e-calendar-date-line-height",
592
- "description": "Line height of date cells in month view.",
541
+ "name": "--m3e-breadcrumb-item-icon-color",
542
+ "description": "Color of breadcrumb item icon-only content.",
593
543
  "values": []
594
544
  },
595
545
  {
596
- "name": "--m3e-calendar-date-tracking",
597
- "description": "Letter spacing of date cells in month view.",
546
+ "name": "--m3e-breadcrumb-item-icon-padding-inline",
547
+ "description": "Horizontal padding for icon-only breadcrumb items.",
598
548
  "values": []
599
549
  },
600
550
  {
601
- "name": "--m3e-calendar-item-font-size",
602
- "description": "Font size of items in year and multi‑year views.",
551
+ "name": "--m3e-breadcrumb-item-icon-hover-state-layer-color",
552
+ "description": "Hover state layer color for icon-only breadcrumb items.",
603
553
  "values": []
604
554
  },
605
555
  {
606
- "name": "--m3e-calendar-item-font-weight",
607
- "description": "Font weight of items in year and multi‑year views.",
556
+ "name": "--m3e-breadcrumb-item-icon-focus-state-layer-color",
557
+ "description": "Focus state layer color for icon-only breadcrumb items.",
608
558
  "values": []
609
559
  },
610
560
  {
611
- "name": "--m3e-calendar-item-line-height",
612
- "description": "Line height of items in year and multi‑year views.",
613
- "values": []
614
- },
615
- {
616
- "name": "--m3e-calendar-item-tracking",
617
- "description": "Letter spacing of items in year and multi‑year views.",
561
+ "name": "--m3e-breadcrumb-item-icon-pressed-state-layer-color",
562
+ "description": "Pressed state layer color for icon-only breadcrumb items.",
618
563
  "values": []
619
564
  },
620
565
  {
621
- "name": "--m3e-calendar-item-color",
622
- "description": "Text color for date items.",
623
- "values": []
624
- },
625
- {
626
- "name": "--m3e-calendar-item-selected-color",
627
- "description": "Text color for selected date items.",
566
+ "name": "--m3e-breadcrumb-item-label-color",
567
+ "description": "Color of breadcrumb item label content.",
628
568
  "values": []
629
569
  },
630
570
  {
631
- "name": "--m3e-calendar-item-selected-container-color",
632
- "description": "Background color for selected date items.",
571
+ "name": "--m3e-breadcrumb-item-label-font-size",
572
+ "description": "Font size of breadcrumb item label content.",
633
573
  "values": []
634
574
  },
635
575
  {
636
- "name": "--m3e-calendar-item-selected-ripple-color",
637
- "description": "Ripple color used when interacting with selected date items.",
576
+ "name": "--m3e-breadcrumb-item-label-font-weight",
577
+ "description": "Font weight of breadcrumb item label content.",
638
578
  "values": []
639
579
  },
640
580
  {
641
- "name": "--m3e-calendar-item-selected-hover-color",
642
- "description": "Hover color used when interacting with selected date items.",
581
+ "name": "--m3e-breadcrumb-item-label-line-height",
582
+ "description": "Line height of breadcrumb item label content.",
643
583
  "values": []
644
584
  },
645
585
  {
646
- "name": "--m3e-calendar-item-selected-focus-color",
647
- "description": "Focus color used when interacting with selected date items.",
586
+ "name": "--m3e-breadcrumb-item-label-tracking",
587
+ "description": "Letter spacing of breadcrumb item label content.",
648
588
  "values": []
649
589
  },
650
590
  {
651
- "name": "--m3e-calendar-item-current-outline-thickness",
652
- "description": "Outline thickness used to indicate the current date.",
591
+ "name": "--m3e-breadcrumb-item-label-padding-inline",
592
+ "description": "Horizontal padding for label breadcrumb items.",
653
593
  "values": []
654
594
  },
655
595
  {
656
- "name": "--m3e-calendar-item-current-outline-color",
657
- "description": "Outline color used to indicate the current date.",
596
+ "name": "--m3e-breadcrumb-item-label-hover-state-layer-color",
597
+ "description": "Hover state layer color for label breadcrumb items.",
658
598
  "values": []
659
599
  },
660
600
  {
661
- "name": "--m3e-calendar-item-special-color",
662
- "description": "Text color for dates marked as special.",
601
+ "name": "--m3e-breadcrumb-item-label-focus-state-layer-color",
602
+ "description": "Focus state layer color for label breadcrumb items.",
663
603
  "values": []
664
604
  },
665
605
  {
666
- "name": "--m3e-calendar-item-special-container-color",
667
- "description": "Background color for dates marked as special.",
606
+ "name": "--m3e-breadcrumb-item-label-pressed-state-layer-color",
607
+ "description": "Pressed state layer color for label breadcrumb items.",
668
608
  "values": []
669
609
  },
670
610
  {
671
- "name": "--m3e-calendar-item-special-ripple-color",
672
- "description": "Ripple color used when interacting with dates marked as special.",
611
+ "name": "--m3e-breadcrumb-item-last-color",
612
+ "description": "Color used for the current breadcrumb item.",
673
613
  "values": []
674
614
  },
675
615
  {
676
- "name": "--m3e-calendar-item-special-hover-color",
677
- "description": "Hover color used when interacting with dates marked as special.",
616
+ "name": "--m3e-breadcrumb-item-icon-label-space",
617
+ "description": "Space between icon and label.",
678
618
  "values": []
679
619
  },
680
620
  {
681
- "name": "--m3e-calendar-item-special-focus-color",
682
- "description": "Focus color used when interacting with dates marked as special.",
683
- "values": []
684
- },
685
- {
686
- "name": "--m3e-calendar-range-container-color",
687
- "description": "Background color applied to the selected date range.",
688
- "values": []
689
- },
690
- {
691
- "name": "--m3e-calendar-range-color",
692
- "description": "Text color for dates within a selected range.",
693
- "values": []
694
- },
695
- {
696
- "name": "--m3e-calendar-item-disabled-color",
697
- "description": "Color used for disabled date items.",
621
+ "name": "--m3e-breadcrumb-item-icon-size",
622
+ "description": "Size of the icon.",
698
623
  "values": []
699
624
  },
700
625
  {
701
- "name": "--m3e-calendar-item-disabled-color-opacity",
702
- "description": "Opacity applied to the disabled item color.",
626
+ "name": "--m3e-breadcrumb-item-disabled-color",
627
+ "description": "Disabled color used by the breadcrumb item button.",
703
628
  "values": []
704
629
  },
705
630
  {
706
- "name": "--m3e-calendar-slide-animation-duration",
707
- "description": "Duration of slide transitions between calendar views.",
631
+ "name": "--m3e-breadcrumb-item-disabled-opacity",
632
+ "description": "Disabled opacity used by the breadcrumb item button.",
708
633
  "values": []
709
634
  },
710
635
  {
@@ -2712,6 +2637,186 @@
2712
2637
  "description": "Pressed corner shape for connected variant, extra-large size.",
2713
2638
  "values": []
2714
2639
  },
2640
+ {
2641
+ "name": "--m3e-calendar-container-color",
2642
+ "description": "Background color of the container surface.",
2643
+ "values": []
2644
+ },
2645
+ {
2646
+ "name": "--m3e-calendar-container-elevation",
2647
+ "description": "Elevation shadow applied to the container surface.",
2648
+ "values": []
2649
+ },
2650
+ {
2651
+ "name": "--m3e-calendar-container-shape",
2652
+ "description": "Corner radius of the container surface.",
2653
+ "values": []
2654
+ },
2655
+ {
2656
+ "name": "--m3e-calendar-padding",
2657
+ "description": "Padding applied to the calendar header and body.",
2658
+ "values": []
2659
+ },
2660
+ {
2661
+ "name": "--m3e-calendar-period-button-text-color",
2662
+ "description": "Text color used for the period‑navigation buttons in the header.",
2663
+ "values": []
2664
+ },
2665
+ {
2666
+ "name": "--m3e-calendar-weekday-font-size",
2667
+ "description": "Font size of weekday labels in month view.",
2668
+ "values": []
2669
+ },
2670
+ {
2671
+ "name": "--m3e-calendar-weekday-font-weight",
2672
+ "description": "Font weight of weekday labels in month view.",
2673
+ "values": []
2674
+ },
2675
+ {
2676
+ "name": "--m3e-calendar-weekday-line-height",
2677
+ "description": "Line height of weekday labels in month view.",
2678
+ "values": []
2679
+ },
2680
+ {
2681
+ "name": "--m3e-calendar-weekday-tracking",
2682
+ "description": "Letter spacing of weekday labels in month view.",
2683
+ "values": []
2684
+ },
2685
+ {
2686
+ "name": "--m3e-calendar-weekday-color",
2687
+ "description": "Text color for weekday labels in month view.",
2688
+ "values": []
2689
+ },
2690
+ {
2691
+ "name": "--m3e-calendar-date-font-size",
2692
+ "description": "Font size of date cells in month view.",
2693
+ "values": []
2694
+ },
2695
+ {
2696
+ "name": "--m3e-calendar-date-font-weight",
2697
+ "description": "Font weight of date cells in month view.",
2698
+ "values": []
2699
+ },
2700
+ {
2701
+ "name": "--m3e-calendar-date-line-height",
2702
+ "description": "Line height of date cells in month view.",
2703
+ "values": []
2704
+ },
2705
+ {
2706
+ "name": "--m3e-calendar-date-tracking",
2707
+ "description": "Letter spacing of date cells in month view.",
2708
+ "values": []
2709
+ },
2710
+ {
2711
+ "name": "--m3e-calendar-item-font-size",
2712
+ "description": "Font size of items in year and multi‑year views.",
2713
+ "values": []
2714
+ },
2715
+ {
2716
+ "name": "--m3e-calendar-item-font-weight",
2717
+ "description": "Font weight of items in year and multi‑year views.",
2718
+ "values": []
2719
+ },
2720
+ {
2721
+ "name": "--m3e-calendar-item-line-height",
2722
+ "description": "Line height of items in year and multi‑year views.",
2723
+ "values": []
2724
+ },
2725
+ {
2726
+ "name": "--m3e-calendar-item-tracking",
2727
+ "description": "Letter spacing of items in year and multi‑year views.",
2728
+ "values": []
2729
+ },
2730
+ {
2731
+ "name": "--m3e-calendar-item-color",
2732
+ "description": "Text color for date items.",
2733
+ "values": []
2734
+ },
2735
+ {
2736
+ "name": "--m3e-calendar-item-selected-color",
2737
+ "description": "Text color for selected date items.",
2738
+ "values": []
2739
+ },
2740
+ {
2741
+ "name": "--m3e-calendar-item-selected-container-color",
2742
+ "description": "Background color for selected date items.",
2743
+ "values": []
2744
+ },
2745
+ {
2746
+ "name": "--m3e-calendar-item-selected-ripple-color",
2747
+ "description": "Ripple color used when interacting with selected date items.",
2748
+ "values": []
2749
+ },
2750
+ {
2751
+ "name": "--m3e-calendar-item-selected-hover-color",
2752
+ "description": "Hover color used when interacting with selected date items.",
2753
+ "values": []
2754
+ },
2755
+ {
2756
+ "name": "--m3e-calendar-item-selected-focus-color",
2757
+ "description": "Focus color used when interacting with selected date items.",
2758
+ "values": []
2759
+ },
2760
+ {
2761
+ "name": "--m3e-calendar-item-current-outline-thickness",
2762
+ "description": "Outline thickness used to indicate the current date.",
2763
+ "values": []
2764
+ },
2765
+ {
2766
+ "name": "--m3e-calendar-item-current-outline-color",
2767
+ "description": "Outline color used to indicate the current date.",
2768
+ "values": []
2769
+ },
2770
+ {
2771
+ "name": "--m3e-calendar-item-special-color",
2772
+ "description": "Text color for dates marked as special.",
2773
+ "values": []
2774
+ },
2775
+ {
2776
+ "name": "--m3e-calendar-item-special-container-color",
2777
+ "description": "Background color for dates marked as special.",
2778
+ "values": []
2779
+ },
2780
+ {
2781
+ "name": "--m3e-calendar-item-special-ripple-color",
2782
+ "description": "Ripple color used when interacting with dates marked as special.",
2783
+ "values": []
2784
+ },
2785
+ {
2786
+ "name": "--m3e-calendar-item-special-hover-color",
2787
+ "description": "Hover color used when interacting with dates marked as special.",
2788
+ "values": []
2789
+ },
2790
+ {
2791
+ "name": "--m3e-calendar-item-special-focus-color",
2792
+ "description": "Focus color used when interacting with dates marked as special.",
2793
+ "values": []
2794
+ },
2795
+ {
2796
+ "name": "--m3e-calendar-range-container-color",
2797
+ "description": "Background color applied to the selected date range.",
2798
+ "values": []
2799
+ },
2800
+ {
2801
+ "name": "--m3e-calendar-range-color",
2802
+ "description": "Text color for dates within a selected range.",
2803
+ "values": []
2804
+ },
2805
+ {
2806
+ "name": "--m3e-calendar-item-disabled-color",
2807
+ "description": "Color used for disabled date items.",
2808
+ "values": []
2809
+ },
2810
+ {
2811
+ "name": "--m3e-calendar-item-disabled-color-opacity",
2812
+ "description": "Opacity applied to the disabled item color.",
2813
+ "values": []
2814
+ },
2815
+ {
2816
+ "name": "--m3e-calendar-slide-animation-duration",
2817
+ "description": "Duration of slide transitions between calendar views.",
2818
+ "values": []
2819
+ },
2715
2820
  {
2716
2821
  "name": "--m3e-card-padding",
2717
2822
  "description": "Internal spacing for all slotted regions",
@@ -4007,6 +4112,21 @@
4007
4112
  "description": "Opacity applied to disabled outline.",
4008
4113
  "values": []
4009
4114
  },
4115
+ {
4116
+ "name": "--m3e-content-pane-container-shape",
4117
+ "description": "Corner radius applied to the pane’s outer surface.",
4118
+ "values": []
4119
+ },
4120
+ {
4121
+ "name": "--m3e-content-pane-container-color",
4122
+ "description": "Background color of the pane’s surface.",
4123
+ "values": []
4124
+ },
4125
+ {
4126
+ "name": "--m3e-content-pane-container-padding",
4127
+ "description": "Internal padding applied to all sides of the scrollable content.",
4128
+ "values": []
4129
+ },
4010
4130
  {
4011
4131
  "name": "--m3e-datepicker-container-padding-block",
4012
4132
  "description": "Block‑axis padding of the date picker container.",
@@ -12947,51 +13067,6 @@
12947
13067
  "description": "Text color for selected items.",
12948
13068
  "values": []
12949
13069
  },
12950
- {
12951
- "name": "--m3e-toolbar-size",
12952
- "description": "The size (height or width) of the toolbar.",
12953
- "values": []
12954
- },
12955
- {
12956
- "name": "--m3e-toolbar-spacing",
12957
- "description": "The gap between toolbar items.",
12958
- "values": []
12959
- },
12960
- {
12961
- "name": "--m3e-toolbar-rounded-shape",
12962
- "description": "Border radius for rounded shape.",
12963
- "values": []
12964
- },
12965
- {
12966
- "name": "--m3e-toolbar-rounded-padding",
12967
- "description": "Padding for rounded shape.",
12968
- "values": []
12969
- },
12970
- {
12971
- "name": "--m3e-toolbar-square-padding",
12972
- "description": "Padding for square shape.",
12973
- "values": []
12974
- },
12975
- {
12976
- "name": "--m3e-toolbar-standard-container-color",
12977
- "description": "Container color for the standard variant.",
12978
- "values": []
12979
- },
12980
- {
12981
- "name": "--m3e-toolbar-standard-color",
12982
- "description": "Foreground color for the standard variant.",
12983
- "values": []
12984
- },
12985
- {
12986
- "name": "--m3e-toolbar-vibrant-container-color",
12987
- "description": "Container color for the vibrant variant.",
12988
- "values": []
12989
- },
12990
- {
12991
- "name": "--m3e-toolbar-vibrant-color",
12992
- "description": "Foreground color for the vibrant variant.",
12993
- "values": []
12994
- },
12995
13070
  {
12996
13071
  "name": "--m3e-rich-tooltip-padding-top",
12997
13072
  "description": "Top padding of the tooltip container.",
@@ -13152,6 +13227,51 @@
13152
13227
  "description": "Letter spacing of supporting text.",
13153
13228
  "values": []
13154
13229
  },
13230
+ {
13231
+ "name": "--m3e-toolbar-size",
13232
+ "description": "The size (height or width) of the toolbar.",
13233
+ "values": []
13234
+ },
13235
+ {
13236
+ "name": "--m3e-toolbar-spacing",
13237
+ "description": "The gap between toolbar items.",
13238
+ "values": []
13239
+ },
13240
+ {
13241
+ "name": "--m3e-toolbar-rounded-shape",
13242
+ "description": "Border radius for rounded shape.",
13243
+ "values": []
13244
+ },
13245
+ {
13246
+ "name": "--m3e-toolbar-rounded-padding",
13247
+ "description": "Padding for rounded shape.",
13248
+ "values": []
13249
+ },
13250
+ {
13251
+ "name": "--m3e-toolbar-square-padding",
13252
+ "description": "Padding for square shape.",
13253
+ "values": []
13254
+ },
13255
+ {
13256
+ "name": "--m3e-toolbar-standard-container-color",
13257
+ "description": "Container color for the standard variant.",
13258
+ "values": []
13259
+ },
13260
+ {
13261
+ "name": "--m3e-toolbar-standard-color",
13262
+ "description": "Foreground color for the standard variant.",
13263
+ "values": []
13264
+ },
13265
+ {
13266
+ "name": "--m3e-toolbar-vibrant-container-color",
13267
+ "description": "Container color for the vibrant variant.",
13268
+ "values": []
13269
+ },
13270
+ {
13271
+ "name": "--m3e-toolbar-vibrant-color",
13272
+ "description": "Foreground color for the vibrant variant.",
13273
+ "values": []
13274
+ },
13155
13275
  {
13156
13276
  "name": "--m3e-tree-scrollbar-width",
13157
13277
  "description": "Width of the tree scrollbar.",