@m3e/web 2.0.0 → 2.0.2

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 (148) hide show
  1. package/dist/all.js +1171 -945
  2. package/dist/all.js.map +1 -1
  3. package/dist/all.min.js +59 -59
  4. package/dist/all.min.js.map +1 -1
  5. package/dist/bottom-sheet.js +11 -5
  6. package/dist/bottom-sheet.js.map +1 -1
  7. package/dist/bottom-sheet.min.js +3 -3
  8. package/dist/bottom-sheet.min.js.map +1 -1
  9. package/dist/button.js +387 -317
  10. package/dist/button.js.map +1 -1
  11. package/dist/button.min.js +2 -2
  12. package/dist/button.min.js.map +1 -1
  13. package/dist/card.js +73 -73
  14. package/dist/card.js.map +1 -1
  15. package/dist/card.min.js +5 -5
  16. package/dist/card.min.js.map +1 -1
  17. package/dist/checkbox.js +5 -1
  18. package/dist/checkbox.js.map +1 -1
  19. package/dist/checkbox.min.js +1 -1
  20. package/dist/checkbox.min.js.map +1 -1
  21. package/dist/core-a11y.js.map +1 -1
  22. package/dist/core-a11y.min.js.map +1 -1
  23. package/dist/core-bidi.js.map +1 -1
  24. package/dist/core-bidi.min.js.map +1 -1
  25. package/dist/core-layout.js.map +1 -1
  26. package/dist/core-layout.min.js.map +1 -1
  27. package/dist/core-platform.js.map +1 -1
  28. package/dist/core-platform.min.js.map +1 -1
  29. package/dist/core.js +42 -32
  30. package/dist/core.js.map +1 -1
  31. package/dist/core.min.js +2 -2
  32. package/dist/core.min.js.map +1 -1
  33. package/dist/css-custom-data.json +1069 -224
  34. package/dist/custom-elements.json +1853 -1180
  35. package/dist/fab.js +299 -258
  36. package/dist/fab.js.map +1 -1
  37. package/dist/fab.min.js +6 -6
  38. package/dist/fab.min.js.map +1 -1
  39. package/dist/form-field.js +10 -6
  40. package/dist/form-field.js.map +1 -1
  41. package/dist/form-field.min.js +4 -4
  42. package/dist/form-field.min.js.map +1 -1
  43. package/dist/html-custom-data.json +60 -60
  44. package/dist/icon-button.js +288 -232
  45. package/dist/icon-button.js.map +1 -1
  46. package/dist/icon-button.min.js +5 -5
  47. package/dist/icon-button.min.js.map +1 -1
  48. package/dist/list.js +18 -3
  49. package/dist/list.js.map +1 -1
  50. package/dist/list.min.js +8 -8
  51. package/dist/list.min.js.map +1 -1
  52. package/dist/menu.js +23 -12
  53. package/dist/menu.js.map +1 -1
  54. package/dist/menu.min.js +7 -7
  55. package/dist/menu.min.js.map +1 -1
  56. package/dist/nav-bar.js +1 -1
  57. package/dist/nav-bar.js.map +1 -1
  58. package/dist/nav-bar.min.js +1 -1
  59. package/dist/nav-bar.min.js.map +1 -1
  60. package/dist/nav-rail.js +1 -1
  61. package/dist/nav-rail.js.map +1 -1
  62. package/dist/nav-rail.min.js +4 -4
  63. package/dist/nav-rail.min.js.map +1 -1
  64. package/dist/option.js +1 -1
  65. package/dist/option.js.map +1 -1
  66. package/dist/option.min.js +1 -1
  67. package/dist/option.min.js.map +1 -1
  68. package/dist/radio-group.js +4 -0
  69. package/dist/radio-group.js.map +1 -1
  70. package/dist/radio-group.min.js +1 -1
  71. package/dist/radio-group.min.js.map +1 -1
  72. package/dist/slider.js +2 -2
  73. package/dist/slider.js.map +1 -1
  74. package/dist/slider.min.js +3 -3
  75. package/dist/slider.min.js.map +1 -1
  76. package/dist/snackbar.js.map +1 -1
  77. package/dist/snackbar.min.js.map +1 -1
  78. package/dist/split-button.js +1 -0
  79. package/dist/split-button.js.map +1 -1
  80. package/dist/split-button.min.js +1 -1
  81. package/dist/split-button.min.js.map +1 -1
  82. package/dist/src/bottom-sheet/BottomSheetElement.d.ts +2 -0
  83. package/dist/src/bottom-sheet/BottomSheetElement.d.ts.map +1 -1
  84. package/dist/src/button/ButtonElement.d.ts +70 -0
  85. package/dist/src/button/ButtonElement.d.ts.map +1 -1
  86. package/dist/src/button/styles/ButtonSizeToken.d.ts.map +1 -1
  87. package/dist/src/button/styles/ButtonVariantToken.d.ts.map +1 -1
  88. package/dist/src/card/styles/CardVariantToken.d.ts.map +1 -1
  89. package/dist/src/checkbox/CheckboxElement.d.ts.map +1 -1
  90. package/dist/src/core/a11y/AriaDescriber.d.ts +3 -1
  91. package/dist/src/core/a11y/AriaDescriber.d.ts.map +1 -1
  92. package/dist/src/core/a11y/InteractivityChecker.d.ts +3 -1
  93. package/dist/src/core/a11y/InteractivityChecker.d.ts.map +1 -1
  94. package/dist/src/core/a11y/LiveAnnouncer.d.ts +3 -1
  95. package/dist/src/core/a11y/LiveAnnouncer.d.ts.map +1 -1
  96. package/dist/src/core/bidi/Directionality.d.ts +3 -1
  97. package/dist/src/core/bidi/Directionality.d.ts.map +1 -1
  98. package/dist/src/core/layout/BreakpointObserver.d.ts +3 -1
  99. package/dist/src/core/layout/BreakpointObserver.d.ts.map +1 -1
  100. package/dist/src/core/platform/Platform.d.ts +3 -1
  101. package/dist/src/core/platform/Platform.d.ts.map +1 -1
  102. package/dist/src/core/shared/controllers/PressedController.d.ts.map +1 -1
  103. package/dist/src/core/shared/primitives/FocusRingElement.d.ts +2 -0
  104. package/dist/src/core/shared/primitives/FocusRingElement.d.ts.map +1 -1
  105. package/dist/src/core/shared/primitives/FocusRingToken.d.ts +4 -0
  106. package/dist/src/core/shared/primitives/FocusRingToken.d.ts.map +1 -1
  107. package/dist/src/core/shared/primitives/ScrollContainerElement.d.ts.map +1 -1
  108. package/dist/src/fab/FabElement.d.ts +41 -0
  109. package/dist/src/fab/FabElement.d.ts.map +1 -1
  110. package/dist/src/fab/styles/FabSizeToken.d.ts.map +1 -1
  111. package/dist/src/fab/styles/FabVariantToken.d.ts.map +1 -1
  112. package/dist/src/form-field/FormFieldElement.d.ts.map +1 -1
  113. package/dist/src/icon-button/IconButtonElement.d.ts +56 -0
  114. package/dist/src/icon-button/IconButtonElement.d.ts.map +1 -1
  115. package/dist/src/icon-button/styles/IconButtonSizeToken.d.ts.map +1 -1
  116. package/dist/src/icon-button/styles/IconButtonVariantToken.d.ts.map +1 -1
  117. package/dist/src/list/ListItemButtonElement.d.ts +1 -0
  118. package/dist/src/list/ListItemButtonElement.d.ts.map +1 -1
  119. package/dist/src/list/ListItemElement.d.ts.map +1 -1
  120. package/dist/src/list/ListOptionElement.d.ts +1 -0
  121. package/dist/src/list/ListOptionElement.d.ts.map +1 -1
  122. package/dist/src/menu/MenuElement.d.ts +2 -0
  123. package/dist/src/menu/MenuElement.d.ts.map +1 -1
  124. package/dist/src/menu/MenuItemElementBase.d.ts +1 -0
  125. package/dist/src/menu/MenuItemElementBase.d.ts.map +1 -1
  126. package/dist/src/nav-rail/NavRailElement.d.ts.map +1 -1
  127. package/dist/src/option/OptionPanelElement.d.ts.map +1 -1
  128. package/dist/src/radio-group/RadioElement.d.ts.map +1 -1
  129. package/dist/src/slider/SliderThumbElement.d.ts.map +1 -1
  130. package/dist/src/snackbar/Snackbar.d.ts +3 -1
  131. package/dist/src/snackbar/Snackbar.d.ts.map +1 -1
  132. package/dist/src/split-button/SplitButtonElement.d.ts.map +1 -1
  133. package/dist/src/switch/SwitchElement.d.ts.map +1 -1
  134. package/dist/src/tabs/TabElement.d.ts.map +1 -1
  135. package/dist/src/tabs/TabsElement.d.ts.map +1 -1
  136. package/dist/switch.js +5 -1
  137. package/dist/switch.js.map +1 -1
  138. package/dist/switch.min.js +2 -2
  139. package/dist/switch.min.js.map +1 -1
  140. package/dist/tabs.js +2 -2
  141. package/dist/tabs.js.map +1 -1
  142. package/dist/tabs.min.js +3 -3
  143. package/dist/tabs.min.js.map +1 -1
  144. package/dist/tooltip.js +1 -1
  145. package/dist/tooltip.js.map +1 -1
  146. package/dist/tooltip.min.js +1 -1
  147. package/dist/tooltip.min.js.map +1 -1
  148. package/package.json +1 -1
@@ -1657,424 +1657,6 @@
1657
1657
  }
1658
1658
  ]
1659
1659
  },
1660
- {
1661
- "kind": "javascript-module",
1662
- "path": "src/avatar/AvatarElement.ts",
1663
- "declarations": [
1664
- {
1665
- "kind": "class",
1666
- "description": "An image, icon or textual initials representing a user or other identity.",
1667
- "name": "M3eAvatarElement",
1668
- "cssProperties": [
1669
- {
1670
- "description": "Size of the avatar.",
1671
- "name": "--m3e-avatar-size"
1672
- },
1673
- {
1674
- "description": "Border radius of the avatar.",
1675
- "name": "--m3e-avatar-shape"
1676
- },
1677
- {
1678
- "description": "Font size for the avatar.",
1679
- "name": "--m3e-avatar-font-size"
1680
- },
1681
- {
1682
- "description": "Font weight for the avatar.",
1683
- "name": "--m3e-avatar-font-weight"
1684
- },
1685
- {
1686
- "description": "Line height for the avatar.",
1687
- "name": "--m3e-avatar-line-height"
1688
- },
1689
- {
1690
- "description": "Letter spacing for the avatar.",
1691
- "name": "--m3e-avatar-tracking"
1692
- },
1693
- {
1694
- "description": "Background color of the avatar.",
1695
- "name": "--m3e-avatar-color"
1696
- },
1697
- {
1698
- "description": "Text color of the avatar.",
1699
- "name": "--m3e-avatar-label-color"
1700
- }
1701
- ],
1702
- "slots": [
1703
- {
1704
- "description": "Renders the content of the avatar.",
1705
- "name": ""
1706
- }
1707
- ],
1708
- "members": [],
1709
- "superclass": {
1710
- "name": "LitElement",
1711
- "package": "lit"
1712
- },
1713
- "tagName": "m3e-avatar",
1714
- "customElement": true
1715
- }
1716
- ],
1717
- "exports": [
1718
- {
1719
- "kind": "js",
1720
- "name": "M3eAvatarElement",
1721
- "declaration": {
1722
- "name": "M3eAvatarElement",
1723
- "module": "src/avatar/AvatarElement.ts"
1724
- }
1725
- },
1726
- {
1727
- "kind": "custom-element-definition",
1728
- "name": "m3e-avatar",
1729
- "declaration": {
1730
- "name": "M3eAvatarElement",
1731
- "module": "src/avatar/AvatarElement.ts"
1732
- }
1733
- }
1734
- ]
1735
- },
1736
- {
1737
- "kind": "javascript-module",
1738
- "path": "src/avatar/index.ts",
1739
- "declarations": [],
1740
- "exports": [
1741
- {
1742
- "kind": "js",
1743
- "name": "*",
1744
- "declaration": {
1745
- "name": "*",
1746
- "package": "\"./AvatarElement\""
1747
- }
1748
- }
1749
- ]
1750
- },
1751
- {
1752
- "kind": "javascript-module",
1753
- "path": "src/badge/BadgeElement.ts",
1754
- "declarations": [
1755
- {
1756
- "kind": "class",
1757
- "description": "A visual indicator used to label content.",
1758
- "name": "M3eBadgeElement",
1759
- "cssProperties": [
1760
- {
1761
- "description": "Corner radius of the badge.",
1762
- "name": "--m3e-badge-shape"
1763
- },
1764
- {
1765
- "description": "Foreground color of badge content.",
1766
- "name": "--m3e-badge-color"
1767
- },
1768
- {
1769
- "description": "Background color of the badge.",
1770
- "name": "--m3e-badge-container-color"
1771
- },
1772
- {
1773
- "description": "Fixed dimensions for small badge. Used for minimal indicators (e.g. dot).",
1774
- "name": "--m3e-badge-small-size"
1775
- },
1776
- {
1777
- "description": "Height and min-width for medium badge.",
1778
- "name": "--m3e-badge-medium-size"
1779
- },
1780
- {
1781
- "description": "Font size for medium badge label.",
1782
- "name": "--m3e-badge-medium-font-size"
1783
- },
1784
- {
1785
- "description": "Font weight for medium badge label.",
1786
- "name": "--m3e-badge-medium-font-weight"
1787
- },
1788
- {
1789
- "description": "Line height for medium badge label.",
1790
- "name": "--m3e-badge-medium-line-height"
1791
- },
1792
- {
1793
- "description": "Letter spacing for medium badge label.",
1794
- "name": "--m3e-badge-medium-tracking"
1795
- },
1796
- {
1797
- "description": "Height and min-width for large badge.",
1798
- "name": "--m3e-badge-large-size"
1799
- },
1800
- {
1801
- "description": "Font size for large badge label.",
1802
- "name": "--m3e-badge-large-font-size"
1803
- },
1804
- {
1805
- "description": "Font weight for large badge label.",
1806
- "name": "--m3e-badge-large-font-weight"
1807
- },
1808
- {
1809
- "description": "Line height for large badge label.",
1810
- "name": "--m3e-badge-large-line-height"
1811
- },
1812
- {
1813
- "description": "Letter spacing for large badge label.",
1814
- "name": "--m3e-badge-large-tracking"
1815
- }
1816
- ],
1817
- "slots": [
1818
- {
1819
- "description": "Renders the content of the badge.",
1820
- "name": ""
1821
- }
1822
- ],
1823
- "members": [
1824
- {
1825
- "kind": "field",
1826
- "name": "#directionalitySubscription",
1827
- "privacy": "private",
1828
- "type": {
1829
- "text": "() => void | undefined"
1830
- }
1831
- },
1832
- {
1833
- "kind": "field",
1834
- "name": "#anchorCleanup",
1835
- "privacy": "private",
1836
- "type": {
1837
- "text": "() => void | undefined"
1838
- }
1839
- },
1840
- {
1841
- "kind": "field",
1842
- "name": "size",
1843
- "type": {
1844
- "text": "BadgeSize"
1845
- },
1846
- "default": "\"medium\"",
1847
- "description": "The size of the badge.",
1848
- "attribute": "size",
1849
- "reflects": true
1850
- },
1851
- {
1852
- "kind": "field",
1853
- "name": "position",
1854
- "type": {
1855
- "text": "BadgePosition"
1856
- },
1857
- "default": "\"above-after\"",
1858
- "description": "The position of the badge, when attached to another element.",
1859
- "attribute": "position",
1860
- "reflects": true
1861
- },
1862
- {
1863
- "kind": "method",
1864
- "name": "attach",
1865
- "return": {
1866
- "type": {
1867
- "text": "void"
1868
- }
1869
- },
1870
- "parameters": [
1871
- {
1872
- "name": "control",
1873
- "type": {
1874
- "text": "HTMLElement"
1875
- }
1876
- }
1877
- ],
1878
- "description": "Attaches the element to an interactive control.",
1879
- "inheritedFrom": {
1880
- "name": "HtmlFor",
1881
- "module": "src/core/shared/mixins/HtmlFor.ts"
1882
- }
1883
- },
1884
- {
1885
- "kind": "method",
1886
- "name": "detach",
1887
- "return": {
1888
- "type": {
1889
- "text": "void"
1890
- }
1891
- },
1892
- "description": "Detaches the element from its current interactive control.",
1893
- "inheritedFrom": {
1894
- "name": "HtmlFor",
1895
- "module": "src/core/shared/mixins/HtmlFor.ts"
1896
- }
1897
- },
1898
- {
1899
- "kind": "method",
1900
- "name": "#detach",
1901
- "privacy": "private",
1902
- "return": {
1903
- "type": {
1904
- "text": "void"
1905
- }
1906
- }
1907
- },
1908
- {
1909
- "kind": "method",
1910
- "name": "#attach",
1911
- "privacy": "private",
1912
- "return": {
1913
- "type": {
1914
- "text": "Promise<void>"
1915
- }
1916
- }
1917
- },
1918
- {
1919
- "kind": "field",
1920
- "name": "[_control]",
1921
- "type": {
1922
- "text": "HTMLElement | null"
1923
- },
1924
- "privacy": "private",
1925
- "default": "null",
1926
- "inheritedFrom": {
1927
- "name": "HtmlFor",
1928
- "module": "src/core/shared/mixins/HtmlFor.ts"
1929
- }
1930
- },
1931
- {
1932
- "kind": "field",
1933
- "name": "[_firstUpdated]",
1934
- "type": {
1935
- "text": "boolean"
1936
- },
1937
- "privacy": "private",
1938
- "default": "false",
1939
- "inheritedFrom": {
1940
- "name": "HtmlFor",
1941
- "module": "src/core/shared/mixins/HtmlFor.ts"
1942
- }
1943
- },
1944
- {
1945
- "kind": "field",
1946
- "name": "htmlFor",
1947
- "type": {
1948
- "text": "string | null"
1949
- },
1950
- "default": "null",
1951
- "description": "The identifier of the interactive control to which this element is attached.",
1952
- "attribute": "for",
1953
- "inheritedFrom": {
1954
- "name": "HtmlFor",
1955
- "module": "src/core/shared/mixins/HtmlFor.ts"
1956
- }
1957
- },
1958
- {
1959
- "kind": "field",
1960
- "name": "control",
1961
- "description": "The interactive element to which this element is attached.",
1962
- "readonly": true,
1963
- "inheritedFrom": {
1964
- "name": "HtmlFor",
1965
- "module": "src/core/shared/mixins/HtmlFor.ts"
1966
- }
1967
- }
1968
- ],
1969
- "attributes": [
1970
- {
1971
- "description": "The size of the badge.",
1972
- "name": "size",
1973
- "type": {
1974
- "text": "BadgeSize"
1975
- },
1976
- "default": "\"medium\"",
1977
- "fieldName": "size"
1978
- },
1979
- {
1980
- "name": "position",
1981
- "type": {
1982
- "text": "BadgePosition"
1983
- },
1984
- "default": "\"above-after\"",
1985
- "description": "The position of the badge, when attached to another element.",
1986
- "fieldName": "position"
1987
- },
1988
- {
1989
- "name": "for",
1990
- "type": {
1991
- "text": "string | null"
1992
- },
1993
- "default": "null",
1994
- "description": "The identifier of the interactive control to which this element is attached.",
1995
- "fieldName": "htmlFor",
1996
- "inheritedFrom": {
1997
- "name": "HtmlFor",
1998
- "module": "src/core/shared/mixins/HtmlFor.ts"
1999
- }
2000
- }
2001
- ],
2002
- "mixins": [
2003
- {
2004
- "name": "HtmlFor",
2005
- "package": "@m3e/web/core"
2006
- }
2007
- ],
2008
- "superclass": {
2009
- "name": "LitElement",
2010
- "package": "lit"
2011
- },
2012
- "tagName": "m3e-badge",
2013
- "customElement": true
2014
- }
2015
- ],
2016
- "exports": [
2017
- {
2018
- "kind": "js",
2019
- "name": "M3eBadgeElement",
2020
- "declaration": {
2021
- "name": "M3eBadgeElement",
2022
- "module": "src/badge/BadgeElement.ts"
2023
- }
2024
- },
2025
- {
2026
- "kind": "custom-element-definition",
2027
- "name": "m3e-badge",
2028
- "declaration": {
2029
- "name": "M3eBadgeElement",
2030
- "module": "src/badge/BadgeElement.ts"
2031
- }
2032
- }
2033
- ]
2034
- },
2035
- {
2036
- "kind": "javascript-module",
2037
- "path": "src/badge/BadgePosition.ts",
2038
- "declarations": [],
2039
- "exports": []
2040
- },
2041
- {
2042
- "kind": "javascript-module",
2043
- "path": "src/badge/BadgeSize.ts",
2044
- "declarations": [],
2045
- "exports": []
2046
- },
2047
- {
2048
- "kind": "javascript-module",
2049
- "path": "src/badge/index.ts",
2050
- "declarations": [],
2051
- "exports": [
2052
- {
2053
- "kind": "js",
2054
- "name": "*",
2055
- "declaration": {
2056
- "name": "*",
2057
- "package": "\"./BadgeElement\""
2058
- }
2059
- },
2060
- {
2061
- "kind": "js",
2062
- "name": "*",
2063
- "declaration": {
2064
- "name": "*",
2065
- "package": "\"./BadgePosition\""
2066
- }
2067
- },
2068
- {
2069
- "kind": "js",
2070
- "name": "*",
2071
- "declaration": {
2072
- "name": "*",
2073
- "package": "\"./BadgeSize\""
2074
- }
2075
- }
2076
- ]
2077
- },
2078
1660
  {
2079
1661
  "kind": "javascript-module",
2080
1662
  "path": "src/bottom-sheet/BottomSheetActionElement.ts",
@@ -3288,145 +2870,245 @@
3288
2870
  },
3289
2871
  {
3290
2872
  "kind": "javascript-module",
3291
- "path": "src/button-group/ButtonGroupElement.ts",
2873
+ "path": "src/avatar/AvatarElement.ts",
3292
2874
  "declarations": [
3293
2875
  {
3294
2876
  "kind": "class",
3295
- "description": "Organizes buttons and adds interactions between them.",
3296
- "name": "M3eButtonGroupElement",
2877
+ "description": "An image, icon or textual initials representing a user or other identity.",
2878
+ "name": "M3eAvatarElement",
3297
2879
  "cssProperties": [
3298
2880
  {
3299
- "description": "Spacing between buttons in standard variant, extra-small size.",
3300
- "name": "--m3e-standard-button-group-extra-small-spacing"
2881
+ "description": "Size of the avatar.",
2882
+ "name": "--m3e-avatar-size"
3301
2883
  },
3302
2884
  {
3303
- "description": "Spacing between buttons in standard variant, small size.",
3304
- "name": "--m3e-standard-button-group-small-spacing"
2885
+ "description": "Border radius of the avatar.",
2886
+ "name": "--m3e-avatar-shape"
3305
2887
  },
3306
2888
  {
3307
- "description": "Spacing between buttons in standard variant, medium size.",
3308
- "name": "--m3e-standard-button-group-medium-spacing"
2889
+ "description": "Font size for the avatar.",
2890
+ "name": "--m3e-avatar-font-size"
3309
2891
  },
3310
2892
  {
3311
- "description": "Spacing between buttons in standard variant, large size.",
3312
- "name": "--m3e-standard-button-group-large-spacing"
2893
+ "description": "Font weight for the avatar.",
2894
+ "name": "--m3e-avatar-font-weight"
3313
2895
  },
3314
2896
  {
3315
- "description": "Spacing between buttons in standard variant, extra-large size.",
3316
- "name": "--m3e-standard-button-group-extra-large-spacing"
2897
+ "description": "Line height for the avatar.",
2898
+ "name": "--m3e-avatar-line-height"
3317
2899
  },
3318
2900
  {
3319
- "description": "Spacing between buttons in connected variant.",
3320
- "name": "--m3e-connected-button-group-spacing"
2901
+ "description": "Letter spacing for the avatar.",
2902
+ "name": "--m3e-avatar-tracking"
3321
2903
  },
3322
2904
  {
3323
- "description": "Corner shape for connected variant, extra-small size.",
3324
- "name": "--m3e-connected-button-group-extra-small-inner-shape"
2905
+ "description": "Background color of the avatar.",
2906
+ "name": "--m3e-avatar-color"
3325
2907
  },
3326
2908
  {
3327
- "description": "Pressed corner shape for connected variant, extra-small size.",
3328
- "name": "--m3e-connected-button-group-extra-small-inner-pressed-shape"
2909
+ "description": "Text color of the avatar.",
2910
+ "name": "--m3e-avatar-label-color"
2911
+ }
2912
+ ],
2913
+ "slots": [
2914
+ {
2915
+ "description": "Renders the content of the avatar.",
2916
+ "name": ""
2917
+ }
2918
+ ],
2919
+ "members": [],
2920
+ "superclass": {
2921
+ "name": "LitElement",
2922
+ "package": "lit"
2923
+ },
2924
+ "tagName": "m3e-avatar",
2925
+ "customElement": true
2926
+ }
2927
+ ],
2928
+ "exports": [
2929
+ {
2930
+ "kind": "js",
2931
+ "name": "M3eAvatarElement",
2932
+ "declaration": {
2933
+ "name": "M3eAvatarElement",
2934
+ "module": "src/avatar/AvatarElement.ts"
2935
+ }
2936
+ },
2937
+ {
2938
+ "kind": "custom-element-definition",
2939
+ "name": "m3e-avatar",
2940
+ "declaration": {
2941
+ "name": "M3eAvatarElement",
2942
+ "module": "src/avatar/AvatarElement.ts"
2943
+ }
2944
+ }
2945
+ ]
2946
+ },
2947
+ {
2948
+ "kind": "javascript-module",
2949
+ "path": "src/avatar/index.ts",
2950
+ "declarations": [],
2951
+ "exports": [
2952
+ {
2953
+ "kind": "js",
2954
+ "name": "*",
2955
+ "declaration": {
2956
+ "name": "*",
2957
+ "package": "\"./AvatarElement\""
2958
+ }
2959
+ }
2960
+ ]
2961
+ },
2962
+ {
2963
+ "kind": "javascript-module",
2964
+ "path": "src/badge/BadgeElement.ts",
2965
+ "declarations": [
2966
+ {
2967
+ "kind": "class",
2968
+ "description": "A visual indicator used to label content.",
2969
+ "name": "M3eBadgeElement",
2970
+ "cssProperties": [
2971
+ {
2972
+ "description": "Corner radius of the badge.",
2973
+ "name": "--m3e-badge-shape"
3329
2974
  },
3330
2975
  {
3331
- "description": "Corner shape for connected variant, small size.",
3332
- "name": "--m3e-connected-button-group-small-inner-shape"
2976
+ "description": "Foreground color of badge content.",
2977
+ "name": "--m3e-badge-color"
3333
2978
  },
3334
2979
  {
3335
- "description": "Pressed corner shape for connected variant, small size.",
3336
- "name": "--m3e-connected-button-group-small-inner-pressed-shape"
2980
+ "description": "Background color of the badge.",
2981
+ "name": "--m3e-badge-container-color"
3337
2982
  },
3338
2983
  {
3339
- "description": "Corner shape for connected variant, medium size.",
3340
- "name": "--m3e-connected-button-group-medium-inner-shape"
2984
+ "description": "Fixed dimensions for small badge. Used for minimal indicators (e.g. dot).",
2985
+ "name": "--m3e-badge-small-size"
3341
2986
  },
3342
2987
  {
3343
- "description": "Pressed corner shape for connected variant, medium size.",
3344
- "name": "--m3e-connected-button-group-medium-inner-pressed-shape"
2988
+ "description": "Height and min-width for medium badge.",
2989
+ "name": "--m3e-badge-medium-size"
3345
2990
  },
3346
2991
  {
3347
- "description": "Corner shape for connected variant, large size.",
3348
- "name": "--m3e-connected-button-group-large-inner-shape"
2992
+ "description": "Font size for medium badge label.",
2993
+ "name": "--m3e-badge-medium-font-size"
3349
2994
  },
3350
2995
  {
3351
- "description": "Pressed corner shape for connected variant, large size.",
3352
- "name": "--m3e-connected-button-group-large-inner-pressed-shape"
2996
+ "description": "Font weight for medium badge label.",
2997
+ "name": "--m3e-badge-medium-font-weight"
3353
2998
  },
3354
2999
  {
3355
- "description": "Corner shape for connected variant, extra-large size.",
3356
- "name": "--m3e-connected-button-group-extra-large-inner-shape"
3000
+ "description": "Line height for medium badge label.",
3001
+ "name": "--m3e-badge-medium-line-height"
3357
3002
  },
3358
3003
  {
3359
- "description": "Pressed corner shape for connected variant, extra-large size.",
3360
- "name": "--m3e-connected-button-group-extra-large-inner-pressed-shape"
3004
+ "description": "Letter spacing for medium badge label.",
3005
+ "name": "--m3e-badge-medium-tracking"
3006
+ },
3007
+ {
3008
+ "description": "Height and min-width for large badge.",
3009
+ "name": "--m3e-badge-large-size"
3010
+ },
3011
+ {
3012
+ "description": "Font size for large badge label.",
3013
+ "name": "--m3e-badge-large-font-size"
3014
+ },
3015
+ {
3016
+ "description": "Font weight for large badge label.",
3017
+ "name": "--m3e-badge-large-font-weight"
3018
+ },
3019
+ {
3020
+ "description": "Line height for large badge label.",
3021
+ "name": "--m3e-badge-large-line-height"
3022
+ },
3023
+ {
3024
+ "description": "Letter spacing for large badge label.",
3025
+ "name": "--m3e-badge-large-tracking"
3361
3026
  }
3362
3027
  ],
3363
3028
  "slots": [
3364
3029
  {
3365
- "description": "Renders the buttons of the group.",
3030
+ "description": "Renders the content of the badge.",
3366
3031
  "name": ""
3367
3032
  }
3368
3033
  ],
3369
3034
  "members": [
3370
3035
  {
3371
3036
  "kind": "field",
3372
- "name": "#pressedController",
3037
+ "name": "#directionalitySubscription",
3373
3038
  "privacy": "private",
3374
- "readonly": true,
3375
- "default": "new PressedController(this, { target: null, capture: true, minPressedDuration: 150, isPressedKey: (key) => key === \" \", callback: (pressed) => { if (!this._base) return; if (!pressed || this.variant === \"connected\") { this._base.style.removeProperty(\"--_button-group-width\"); this._base.classList.remove(\"pressed\"); } else { this._base.classList.add(\"pressed\"); this._base.style.setProperty(\"--_button-group-width\", `${this._base.getBoundingClientRect().width}px`); } }, })"
3039
+ "type": {
3040
+ "text": "() => void | undefined"
3041
+ }
3376
3042
  },
3377
3043
  {
3378
3044
  "kind": "field",
3379
- "name": "_base",
3380
- "type": {
3381
- "text": "HTMLElement | undefined"
3382
- },
3045
+ "name": "#anchorCleanup",
3383
3046
  "privacy": "private",
3384
- "readonly": true
3047
+ "type": {
3048
+ "text": "() => void | undefined"
3049
+ }
3385
3050
  },
3386
3051
  {
3387
3052
  "kind": "field",
3388
- "name": "variant",
3053
+ "name": "size",
3389
3054
  "type": {
3390
- "text": "ButtonGroupVariant"
3055
+ "text": "BadgeSize"
3391
3056
  },
3392
- "default": "\"standard\"",
3393
- "description": "The appearance variant of the group.",
3394
- "attribute": "variant",
3057
+ "default": "\"medium\"",
3058
+ "description": "The size of the badge.",
3059
+ "attribute": "size",
3395
3060
  "reflects": true
3396
3061
  },
3397
3062
  {
3398
3063
  "kind": "field",
3399
- "name": "size",
3064
+ "name": "position",
3400
3065
  "type": {
3401
- "text": "ButtonGroupSize"
3066
+ "text": "BadgePosition"
3402
3067
  },
3403
- "default": "\"small\"",
3404
- "description": "The size of the group.",
3405
- "attribute": "size",
3068
+ "default": "\"above-after\"",
3069
+ "description": "The position of the badge, when attached to another element.",
3070
+ "attribute": "position",
3406
3071
  "reflects": true
3407
3072
  },
3408
3073
  {
3409
- "kind": "field",
3410
- "name": "multi",
3411
- "type": {
3412
- "text": "boolean"
3074
+ "kind": "method",
3075
+ "name": "attach",
3076
+ "return": {
3077
+ "type": {
3078
+ "text": "void"
3079
+ }
3413
3080
  },
3414
- "default": "false",
3415
- "description": "Whether multiple toggle buttons can be selected.",
3416
- "attribute": "multi"
3081
+ "parameters": [
3082
+ {
3083
+ "name": "control",
3084
+ "type": {
3085
+ "text": "HTMLElement"
3086
+ }
3087
+ }
3088
+ ],
3089
+ "description": "Attaches the element to an interactive control.",
3090
+ "inheritedFrom": {
3091
+ "name": "HtmlFor",
3092
+ "module": "src/core/shared/mixins/HtmlFor.ts"
3093
+ }
3417
3094
  },
3418
3095
  {
3419
- "kind": "field",
3420
- "name": "buttons",
3421
- "type": {
3422
- "text": "ReadonlyArray<M3eButtonElement | M3eIconButtonElement>"
3096
+ "kind": "method",
3097
+ "name": "detach",
3098
+ "return": {
3099
+ "type": {
3100
+ "text": "void"
3101
+ }
3423
3102
  },
3424
- "readonly": true,
3425
- "description": "The buttons contained by the group."
3103
+ "description": "Detaches the element from its current interactive control.",
3104
+ "inheritedFrom": {
3105
+ "name": "HtmlFor",
3106
+ "module": "src/core/shared/mixins/HtmlFor.ts"
3107
+ }
3426
3108
  },
3427
3109
  {
3428
3110
  "kind": "method",
3429
- "name": "#updateButtons",
3111
+ "name": "#detach",
3430
3112
  "privacy": "private",
3431
3113
  "return": {
3432
3114
  "type": {
@@ -3436,55 +3118,101 @@
3436
3118
  },
3437
3119
  {
3438
3120
  "kind": "method",
3439
- "name": "#handleChange",
3121
+ "name": "#attach",
3440
3122
  "privacy": "private",
3441
3123
  "return": {
3442
3124
  "type": {
3443
- "text": "void"
3125
+ "text": "Promise<void>"
3444
3126
  }
3127
+ }
3128
+ },
3129
+ {
3130
+ "kind": "field",
3131
+ "name": "[_control]",
3132
+ "type": {
3133
+ "text": "HTMLElement | null"
3445
3134
  },
3446
- "parameters": [
3447
- {
3448
- "name": "e",
3449
- "type": {
3450
- "text": "Event"
3451
- }
3452
- }
3453
- ]
3454
- }
3455
- ],
3456
- "attributes": [
3135
+ "privacy": "private",
3136
+ "default": "null",
3137
+ "inheritedFrom": {
3138
+ "name": "HtmlFor",
3139
+ "module": "src/core/shared/mixins/HtmlFor.ts"
3140
+ }
3141
+ },
3457
3142
  {
3458
- "description": "Whether multiple toggle buttons can be selected.",
3459
- "name": "multi",
3143
+ "kind": "field",
3144
+ "name": "[_firstUpdated]",
3460
3145
  "type": {
3461
3146
  "text": "boolean"
3462
3147
  },
3148
+ "privacy": "private",
3463
3149
  "default": "false",
3464
- "fieldName": "multi"
3150
+ "inheritedFrom": {
3151
+ "name": "HtmlFor",
3152
+ "module": "src/core/shared/mixins/HtmlFor.ts"
3153
+ }
3465
3154
  },
3466
3155
  {
3467
- "description": "The size of the group.",
3156
+ "kind": "field",
3157
+ "name": "htmlFor",
3158
+ "type": {
3159
+ "text": "string | null"
3160
+ },
3161
+ "default": "null",
3162
+ "description": "The identifier of the interactive control to which this element is attached.",
3163
+ "attribute": "for",
3164
+ "inheritedFrom": {
3165
+ "name": "HtmlFor",
3166
+ "module": "src/core/shared/mixins/HtmlFor.ts"
3167
+ }
3168
+ },
3169
+ {
3170
+ "kind": "field",
3171
+ "name": "control",
3172
+ "description": "The interactive element to which this element is attached.",
3173
+ "readonly": true,
3174
+ "inheritedFrom": {
3175
+ "name": "HtmlFor",
3176
+ "module": "src/core/shared/mixins/HtmlFor.ts"
3177
+ }
3178
+ }
3179
+ ],
3180
+ "attributes": [
3181
+ {
3182
+ "description": "The size of the badge.",
3468
3183
  "name": "size",
3469
3184
  "type": {
3470
- "text": "ButtonGroupSize"
3185
+ "text": "BadgeSize"
3471
3186
  },
3472
- "default": "\"small\"",
3187
+ "default": "\"medium\"",
3473
3188
  "fieldName": "size"
3474
3189
  },
3475
3190
  {
3476
- "description": "The appearance variant of the group.",
3477
- "name": "variant",
3191
+ "name": "position",
3478
3192
  "type": {
3479
- "text": "ButtonGroupVariant"
3193
+ "text": "BadgePosition"
3480
3194
  },
3481
- "default": "\"standard\"",
3482
- "fieldName": "variant"
3195
+ "default": "\"above-after\"",
3196
+ "description": "The position of the badge, when attached to another element.",
3197
+ "fieldName": "position"
3198
+ },
3199
+ {
3200
+ "name": "for",
3201
+ "type": {
3202
+ "text": "string | null"
3203
+ },
3204
+ "default": "null",
3205
+ "description": "The identifier of the interactive control to which this element is attached.",
3206
+ "fieldName": "htmlFor",
3207
+ "inheritedFrom": {
3208
+ "name": "HtmlFor",
3209
+ "module": "src/core/shared/mixins/HtmlFor.ts"
3210
+ }
3483
3211
  }
3484
3212
  ],
3485
3213
  "mixins": [
3486
3214
  {
3487
- "name": "Role",
3215
+ "name": "HtmlFor",
3488
3216
  "package": "@m3e/web/core"
3489
3217
  }
3490
3218
  ],
@@ -3492,44 +3220,44 @@
3492
3220
  "name": "LitElement",
3493
3221
  "package": "lit"
3494
3222
  },
3495
- "tagName": "m3e-button-group",
3223
+ "tagName": "m3e-badge",
3496
3224
  "customElement": true
3497
3225
  }
3498
3226
  ],
3499
3227
  "exports": [
3500
3228
  {
3501
3229
  "kind": "js",
3502
- "name": "M3eButtonGroupElement",
3230
+ "name": "M3eBadgeElement",
3503
3231
  "declaration": {
3504
- "name": "M3eButtonGroupElement",
3505
- "module": "src/button-group/ButtonGroupElement.ts"
3232
+ "name": "M3eBadgeElement",
3233
+ "module": "src/badge/BadgeElement.ts"
3506
3234
  }
3507
3235
  },
3508
3236
  {
3509
3237
  "kind": "custom-element-definition",
3510
- "name": "m3e-button-group",
3238
+ "name": "m3e-badge",
3511
3239
  "declaration": {
3512
- "name": "M3eButtonGroupElement",
3513
- "module": "src/button-group/ButtonGroupElement.ts"
3240
+ "name": "M3eBadgeElement",
3241
+ "module": "src/badge/BadgeElement.ts"
3514
3242
  }
3515
3243
  }
3516
3244
  ]
3517
3245
  },
3518
3246
  {
3519
3247
  "kind": "javascript-module",
3520
- "path": "src/button-group/ButtonGroupSize.ts",
3248
+ "path": "src/badge/BadgePosition.ts",
3521
3249
  "declarations": [],
3522
3250
  "exports": []
3523
3251
  },
3524
3252
  {
3525
3253
  "kind": "javascript-module",
3526
- "path": "src/button-group/ButtonGroupVariant.ts",
3254
+ "path": "src/badge/BadgeSize.ts",
3527
3255
  "declarations": [],
3528
3256
  "exports": []
3529
3257
  },
3530
3258
  {
3531
3259
  "kind": "javascript-module",
3532
- "path": "src/button-group/index.ts",
3260
+ "path": "src/badge/index.ts",
3533
3261
  "declarations": [],
3534
3262
  "exports": [
3535
3263
  {
@@ -3537,7 +3265,7 @@
3537
3265
  "name": "*",
3538
3266
  "declaration": {
3539
3267
  "name": "*",
3540
- "package": "\"./ButtonGroupElement\""
3268
+ "package": "\"./BadgeElement\""
3541
3269
  }
3542
3270
  },
3543
3271
  {
@@ -3545,7 +3273,7 @@
3545
3273
  "name": "*",
3546
3274
  "declaration": {
3547
3275
  "name": "*",
3548
- "package": "\"./ButtonGroupSize\""
3276
+ "package": "\"./BadgePosition\""
3549
3277
  }
3550
3278
  },
3551
3279
  {
@@ -3553,7 +3281,7 @@
3553
3281
  "name": "*",
3554
3282
  "declaration": {
3555
3283
  "name": "*",
3556
- "package": "\"./ButtonGroupVariant\""
3284
+ "package": "\"./BadgeSize\""
3557
3285
  }
3558
3286
  }
3559
3287
  ]
@@ -3567,6 +3295,66 @@
3567
3295
  "description": "A button users interact with to perform an action.",
3568
3296
  "name": "M3eButtonElement",
3569
3297
  "cssProperties": [
3298
+ {
3299
+ "description": "Height of the button container, for all size variants.",
3300
+ "name": "--m3e-button-container-height"
3301
+ },
3302
+ {
3303
+ "description": "Thickness of the button outline, for all size variants.",
3304
+ "name": "--m3e-button-outline-thickness"
3305
+ },
3306
+ {
3307
+ "description": "Font size for the label text, for all size variants.",
3308
+ "name": "--m3e-button-label-text-font-size"
3309
+ },
3310
+ {
3311
+ "description": "Font weight for the label text, for all size variants.",
3312
+ "name": "--m3e-button-label-text-font-weight"
3313
+ },
3314
+ {
3315
+ "description": "Line height for the label text, for all size variants.",
3316
+ "name": "--m3e-button-label-text-line-height"
3317
+ },
3318
+ {
3319
+ "description": "Letter tracking for the label text, for all size variants.",
3320
+ "name": "--m3e-button-label-text-tracking"
3321
+ },
3322
+ {
3323
+ "description": "Size of the icon, for all size variants.",
3324
+ "name": "--m3e-button-icon-size"
3325
+ },
3326
+ {
3327
+ "description": "Corner radius for round shape, for all size variants.",
3328
+ "name": "--m3e-button-shape-round"
3329
+ },
3330
+ {
3331
+ "description": "Corner radius for square shape, for all size variants.",
3332
+ "name": "--m3e-button-shape-square"
3333
+ },
3334
+ {
3335
+ "description": "Corner radius when selected (round), for all size variants.",
3336
+ "name": "--m3e-button-selected-shape-round"
3337
+ },
3338
+ {
3339
+ "description": "Corner radius when selected (square), for all size variants.",
3340
+ "name": "--m3e-button-selected-shape-square"
3341
+ },
3342
+ {
3343
+ "description": "Corner radius when pressed, for all size variants.",
3344
+ "name": "--m3e-button-shape-pressed-morph"
3345
+ },
3346
+ {
3347
+ "description": "Space before icon or label, for all size variants.",
3348
+ "name": "--m3e-button-leading-space"
3349
+ },
3350
+ {
3351
+ "description": "Space after icon or label, for all size variants.",
3352
+ "name": "--m3e-button-trailing-space"
3353
+ },
3354
+ {
3355
+ "description": "Space between icon and label, for all size variants.",
3356
+ "name": "--m3e-button-icon-label-space"
3357
+ },
3570
3358
  {
3571
3359
  "description": "Height of the button container, for the extra-small size variant.",
3572
3360
  "name": "--m3e-button-extra-small-container-height"
@@ -3867,6 +3655,226 @@
3867
3655
  "description": "Space between icon and label, for the extra-large size variant.",
3868
3656
  "name": "--m3e-button-extra-large-icon-label-space"
3869
3657
  },
3658
+ {
3659
+ "description": "Outline color, for all variants.",
3660
+ "name": "--m3e-button-outline-color"
3661
+ },
3662
+ {
3663
+ "description": "Disabled outline color, for all variants.",
3664
+ "name": "--m3e-button-disabled-outline-color"
3665
+ },
3666
+ {
3667
+ "description": "Hover outline color, for all variants.",
3668
+ "name": "--m3e-button-hover-outline-color"
3669
+ },
3670
+ {
3671
+ "description": "Focus outline color, for all variants.",
3672
+ "name": "--m3e-button-focus-outline-color"
3673
+ },
3674
+ {
3675
+ "description": "Pressed outline color, for all variants.",
3676
+ "name": "--m3e-button-pressed-outline-color"
3677
+ },
3678
+ {
3679
+ "description": "Container background color, for all variants.",
3680
+ "name": "--m3e-button-container-color"
3681
+ },
3682
+ {
3683
+ "description": "Elevation, for all variants.",
3684
+ "name": "--m3e-button-container-elevation"
3685
+ },
3686
+ {
3687
+ "description": "Unselected container color, for all variants.",
3688
+ "name": "--m3e-button-unselected-container-color"
3689
+ },
3690
+ {
3691
+ "description": "Selected container color, for all variants.",
3692
+ "name": "--m3e-button-selected-container-color"
3693
+ },
3694
+ {
3695
+ "description": "Disabled elevation, for all variants.",
3696
+ "name": "--m3e-button-disabled-container-elevation"
3697
+ },
3698
+ {
3699
+ "description": "Hover elevation, for all variants.",
3700
+ "name": "--m3e-button-hover-container-elevation"
3701
+ },
3702
+ {
3703
+ "description": "Focus elevation, for all variants.",
3704
+ "name": "--m3e-button-focus-container-elevation"
3705
+ },
3706
+ {
3707
+ "description": "Pressed elevation, for all variants.",
3708
+ "name": "--m3e-button-pressed-container-elevation"
3709
+ },
3710
+ {
3711
+ "description": "Label color, for all variants.",
3712
+ "name": "--m3e-button-label-text-color"
3713
+ },
3714
+ {
3715
+ "description": "Icon color, for all variants.",
3716
+ "name": "--m3e-button-icon-color"
3717
+ },
3718
+ {
3719
+ "description": "Unselected label color, for all variants.",
3720
+ "name": "--m3e-button-unselected-label-text-color"
3721
+ },
3722
+ {
3723
+ "description": "Unselected icon color, for all variants.",
3724
+ "name": "--m3e-button-unselected-icon-color"
3725
+ },
3726
+ {
3727
+ "description": "Selected label color, for all variants.",
3728
+ "name": "--m3e-button-selected-label-text-color"
3729
+ },
3730
+ {
3731
+ "description": "Selected icon color, for all variants.",
3732
+ "name": "--m3e-button-selected-icon-color"
3733
+ },
3734
+ {
3735
+ "description": "Disabled container color, for all variants.",
3736
+ "name": "--m3e-button-disabled-container-color"
3737
+ },
3738
+ {
3739
+ "description": "Disabled container opacity, for all variants.",
3740
+ "name": "--m3e-button-disabled-container-opacity"
3741
+ },
3742
+ {
3743
+ "description": "Disabled icon color, for all variants.",
3744
+ "name": "--m3e-button-disabled-icon-color"
3745
+ },
3746
+ {
3747
+ "description": "Disabled icon opacity, for all variants.",
3748
+ "name": "--m3e-button-disabled-icon-opacity"
3749
+ },
3750
+ {
3751
+ "description": "Disabled label color, for all variants.",
3752
+ "name": "--m3e-button-disabled-label-text-color"
3753
+ },
3754
+ {
3755
+ "description": "Disabled label opacity, for all variants.",
3756
+ "name": "--m3e-button-disabled-label-text-opacity"
3757
+ },
3758
+ {
3759
+ "description": "Hover icon color, for all variants.",
3760
+ "name": "--m3e-button-hover-icon-color"
3761
+ },
3762
+ {
3763
+ "description": "Hover label color, for all variants.",
3764
+ "name": "--m3e-button-hover-label-text-color"
3765
+ },
3766
+ {
3767
+ "description": "Hover state layer color, for all variants.",
3768
+ "name": "--m3e-button-hover-state-layer-color"
3769
+ },
3770
+ {
3771
+ "description": "Hover state layer opacity, for all variants.",
3772
+ "name": "--m3e-button-hover-state-layer-opacity"
3773
+ },
3774
+ {
3775
+ "description": "Hover unselected icon color, for all variants.",
3776
+ "name": "--m3e-button-hover-unselected-icon-color"
3777
+ },
3778
+ {
3779
+ "description": "Hover unselected label color, for all variants.",
3780
+ "name": "--m3e-button-hover-unselected-label-text-color"
3781
+ },
3782
+ {
3783
+ "description": "Hover unselected state layer color, for all variants.",
3784
+ "name": "--m3e-button-hover-unselected-state-layer-color"
3785
+ },
3786
+ {
3787
+ "description": "Hover selected icon color, for all variants.",
3788
+ "name": "--m3e-button-hover-selected-icon-color"
3789
+ },
3790
+ {
3791
+ "description": "Hover selected label color, for all variants.",
3792
+ "name": "--m3e-button-hover-selected-label-text-color"
3793
+ },
3794
+ {
3795
+ "description": "Hover selected state layer color, for all variants.",
3796
+ "name": "--m3e-button-hover-selected-state-layer-color"
3797
+ },
3798
+ {
3799
+ "description": "Focus icon color, for all variants.",
3800
+ "name": "--m3e-button-focus-icon-color"
3801
+ },
3802
+ {
3803
+ "description": "Focus label color, for all variants.",
3804
+ "name": "--m3e-button-focus-label-text-color"
3805
+ },
3806
+ {
3807
+ "description": "Focus state layer color, for all variants.",
3808
+ "name": "--m3e-button-focus-state-layer-color"
3809
+ },
3810
+ {
3811
+ "description": "Focus state layer opacity, for all variants.",
3812
+ "name": "--m3e-button-focus-state-layer-opacity"
3813
+ },
3814
+ {
3815
+ "description": "Focus unselected icon color, for all variants.",
3816
+ "name": "--m3e-button-focus-unselected-icon-color"
3817
+ },
3818
+ {
3819
+ "description": "Focus unselected label color, for all variants.",
3820
+ "name": "--m3e-button-focus-unselected-label-text-color"
3821
+ },
3822
+ {
3823
+ "description": "Focus unselected state layer color, for all variants.",
3824
+ "name": "--m3e-button-focus-unselected-state-layer-color"
3825
+ },
3826
+ {
3827
+ "description": "Focus selected icon color, for all variants.",
3828
+ "name": "--m3e-button-focus-selected-icon-color"
3829
+ },
3830
+ {
3831
+ "description": "Focus selected label color, for all variants.",
3832
+ "name": "--m3e-button-focus-selected-label-text-color"
3833
+ },
3834
+ {
3835
+ "description": "Focus selected state layer color, for all variants.",
3836
+ "name": "--m3e-button-focus-selected-state-layer-color"
3837
+ },
3838
+ {
3839
+ "description": "Pressed icon color, for all variants.",
3840
+ "name": "--m3e-button-pressed-icon-color"
3841
+ },
3842
+ {
3843
+ "description": "Pressed label color, for all variants.",
3844
+ "name": "--m3e-button-pressed-label-text-color"
3845
+ },
3846
+ {
3847
+ "description": "Pressed state layer color, for all variants.",
3848
+ "name": "--m3e-button-pressed-state-layer-color"
3849
+ },
3850
+ {
3851
+ "description": "Pressed state layer opacity, for all variants.",
3852
+ "name": "--m3e-button-pressed-state-layer-opacity"
3853
+ },
3854
+ {
3855
+ "description": "Pressed unselected icon color, for all variants.",
3856
+ "name": "--m3e-button-pressed-unselected-icon-color"
3857
+ },
3858
+ {
3859
+ "description": "Pressed unselected label color, for all variants.",
3860
+ "name": "--m3e-button-pressed-unselected-label-text-color"
3861
+ },
3862
+ {
3863
+ "description": "Pressed unselected state layer color, for all variants.",
3864
+ "name": "--m3e-button-pressed-unselected-state-layer-color"
3865
+ },
3866
+ {
3867
+ "description": "Pressed selected icon color, for all variants.",
3868
+ "name": "--m3e-button-pressed-selected-icon-color"
3869
+ },
3870
+ {
3871
+ "description": "Pressed selected label color, for all variants.",
3872
+ "name": "--m3e-button-pressed-selected-label-text-color"
3873
+ },
3874
+ {
3875
+ "description": "Pressed selected state layer color, for all variants.",
3876
+ "name": "--m3e-button-pressed-selected-state-layer-color"
3877
+ },
3870
3878
  {
3871
3879
  "description": "Label color, for the elevated variant.",
3872
3880
  "name": "--m3e-elevated-button-label-text-color"
@@ -5676,6 +5684,278 @@
5676
5684
  }
5677
5685
  ]
5678
5686
  },
5687
+ {
5688
+ "kind": "javascript-module",
5689
+ "path": "src/button-group/ButtonGroupElement.ts",
5690
+ "declarations": [
5691
+ {
5692
+ "kind": "class",
5693
+ "description": "Organizes buttons and adds interactions between them.",
5694
+ "name": "M3eButtonGroupElement",
5695
+ "cssProperties": [
5696
+ {
5697
+ "description": "Spacing between buttons in standard variant, extra-small size.",
5698
+ "name": "--m3e-standard-button-group-extra-small-spacing"
5699
+ },
5700
+ {
5701
+ "description": "Spacing between buttons in standard variant, small size.",
5702
+ "name": "--m3e-standard-button-group-small-spacing"
5703
+ },
5704
+ {
5705
+ "description": "Spacing between buttons in standard variant, medium size.",
5706
+ "name": "--m3e-standard-button-group-medium-spacing"
5707
+ },
5708
+ {
5709
+ "description": "Spacing between buttons in standard variant, large size.",
5710
+ "name": "--m3e-standard-button-group-large-spacing"
5711
+ },
5712
+ {
5713
+ "description": "Spacing between buttons in standard variant, extra-large size.",
5714
+ "name": "--m3e-standard-button-group-extra-large-spacing"
5715
+ },
5716
+ {
5717
+ "description": "Spacing between buttons in connected variant.",
5718
+ "name": "--m3e-connected-button-group-spacing"
5719
+ },
5720
+ {
5721
+ "description": "Corner shape for connected variant, extra-small size.",
5722
+ "name": "--m3e-connected-button-group-extra-small-inner-shape"
5723
+ },
5724
+ {
5725
+ "description": "Pressed corner shape for connected variant, extra-small size.",
5726
+ "name": "--m3e-connected-button-group-extra-small-inner-pressed-shape"
5727
+ },
5728
+ {
5729
+ "description": "Corner shape for connected variant, small size.",
5730
+ "name": "--m3e-connected-button-group-small-inner-shape"
5731
+ },
5732
+ {
5733
+ "description": "Pressed corner shape for connected variant, small size.",
5734
+ "name": "--m3e-connected-button-group-small-inner-pressed-shape"
5735
+ },
5736
+ {
5737
+ "description": "Corner shape for connected variant, medium size.",
5738
+ "name": "--m3e-connected-button-group-medium-inner-shape"
5739
+ },
5740
+ {
5741
+ "description": "Pressed corner shape for connected variant, medium size.",
5742
+ "name": "--m3e-connected-button-group-medium-inner-pressed-shape"
5743
+ },
5744
+ {
5745
+ "description": "Corner shape for connected variant, large size.",
5746
+ "name": "--m3e-connected-button-group-large-inner-shape"
5747
+ },
5748
+ {
5749
+ "description": "Pressed corner shape for connected variant, large size.",
5750
+ "name": "--m3e-connected-button-group-large-inner-pressed-shape"
5751
+ },
5752
+ {
5753
+ "description": "Corner shape for connected variant, extra-large size.",
5754
+ "name": "--m3e-connected-button-group-extra-large-inner-shape"
5755
+ },
5756
+ {
5757
+ "description": "Pressed corner shape for connected variant, extra-large size.",
5758
+ "name": "--m3e-connected-button-group-extra-large-inner-pressed-shape"
5759
+ }
5760
+ ],
5761
+ "slots": [
5762
+ {
5763
+ "description": "Renders the buttons of the group.",
5764
+ "name": ""
5765
+ }
5766
+ ],
5767
+ "members": [
5768
+ {
5769
+ "kind": "field",
5770
+ "name": "#pressedController",
5771
+ "privacy": "private",
5772
+ "readonly": true,
5773
+ "default": "new PressedController(this, { target: null, capture: true, minPressedDuration: 150, isPressedKey: (key) => key === \" \", callback: (pressed) => { if (!this._base) return; if (!pressed || this.variant === \"connected\") { this._base.style.removeProperty(\"--_button-group-width\"); this._base.classList.remove(\"pressed\"); } else { this._base.classList.add(\"pressed\"); this._base.style.setProperty(\"--_button-group-width\", `${this._base.getBoundingClientRect().width}px`); } }, })"
5774
+ },
5775
+ {
5776
+ "kind": "field",
5777
+ "name": "_base",
5778
+ "type": {
5779
+ "text": "HTMLElement | undefined"
5780
+ },
5781
+ "privacy": "private",
5782
+ "readonly": true
5783
+ },
5784
+ {
5785
+ "kind": "field",
5786
+ "name": "variant",
5787
+ "type": {
5788
+ "text": "ButtonGroupVariant"
5789
+ },
5790
+ "default": "\"standard\"",
5791
+ "description": "The appearance variant of the group.",
5792
+ "attribute": "variant",
5793
+ "reflects": true
5794
+ },
5795
+ {
5796
+ "kind": "field",
5797
+ "name": "size",
5798
+ "type": {
5799
+ "text": "ButtonGroupSize"
5800
+ },
5801
+ "default": "\"small\"",
5802
+ "description": "The size of the group.",
5803
+ "attribute": "size",
5804
+ "reflects": true
5805
+ },
5806
+ {
5807
+ "kind": "field",
5808
+ "name": "multi",
5809
+ "type": {
5810
+ "text": "boolean"
5811
+ },
5812
+ "default": "false",
5813
+ "description": "Whether multiple toggle buttons can be selected.",
5814
+ "attribute": "multi"
5815
+ },
5816
+ {
5817
+ "kind": "field",
5818
+ "name": "buttons",
5819
+ "type": {
5820
+ "text": "ReadonlyArray<M3eButtonElement | M3eIconButtonElement>"
5821
+ },
5822
+ "readonly": true,
5823
+ "description": "The buttons contained by the group."
5824
+ },
5825
+ {
5826
+ "kind": "method",
5827
+ "name": "#updateButtons",
5828
+ "privacy": "private",
5829
+ "return": {
5830
+ "type": {
5831
+ "text": "void"
5832
+ }
5833
+ }
5834
+ },
5835
+ {
5836
+ "kind": "method",
5837
+ "name": "#handleChange",
5838
+ "privacy": "private",
5839
+ "return": {
5840
+ "type": {
5841
+ "text": "void"
5842
+ }
5843
+ },
5844
+ "parameters": [
5845
+ {
5846
+ "name": "e",
5847
+ "type": {
5848
+ "text": "Event"
5849
+ }
5850
+ }
5851
+ ]
5852
+ }
5853
+ ],
5854
+ "attributes": [
5855
+ {
5856
+ "description": "Whether multiple toggle buttons can be selected.",
5857
+ "name": "multi",
5858
+ "type": {
5859
+ "text": "boolean"
5860
+ },
5861
+ "default": "false",
5862
+ "fieldName": "multi"
5863
+ },
5864
+ {
5865
+ "description": "The size of the group.",
5866
+ "name": "size",
5867
+ "type": {
5868
+ "text": "ButtonGroupSize"
5869
+ },
5870
+ "default": "\"small\"",
5871
+ "fieldName": "size"
5872
+ },
5873
+ {
5874
+ "description": "The appearance variant of the group.",
5875
+ "name": "variant",
5876
+ "type": {
5877
+ "text": "ButtonGroupVariant"
5878
+ },
5879
+ "default": "\"standard\"",
5880
+ "fieldName": "variant"
5881
+ }
5882
+ ],
5883
+ "mixins": [
5884
+ {
5885
+ "name": "Role",
5886
+ "package": "@m3e/web/core"
5887
+ }
5888
+ ],
5889
+ "superclass": {
5890
+ "name": "LitElement",
5891
+ "package": "lit"
5892
+ },
5893
+ "tagName": "m3e-button-group",
5894
+ "customElement": true
5895
+ }
5896
+ ],
5897
+ "exports": [
5898
+ {
5899
+ "kind": "js",
5900
+ "name": "M3eButtonGroupElement",
5901
+ "declaration": {
5902
+ "name": "M3eButtonGroupElement",
5903
+ "module": "src/button-group/ButtonGroupElement.ts"
5904
+ }
5905
+ },
5906
+ {
5907
+ "kind": "custom-element-definition",
5908
+ "name": "m3e-button-group",
5909
+ "declaration": {
5910
+ "name": "M3eButtonGroupElement",
5911
+ "module": "src/button-group/ButtonGroupElement.ts"
5912
+ }
5913
+ }
5914
+ ]
5915
+ },
5916
+ {
5917
+ "kind": "javascript-module",
5918
+ "path": "src/button-group/ButtonGroupSize.ts",
5919
+ "declarations": [],
5920
+ "exports": []
5921
+ },
5922
+ {
5923
+ "kind": "javascript-module",
5924
+ "path": "src/button-group/ButtonGroupVariant.ts",
5925
+ "declarations": [],
5926
+ "exports": []
5927
+ },
5928
+ {
5929
+ "kind": "javascript-module",
5930
+ "path": "src/button-group/index.ts",
5931
+ "declarations": [],
5932
+ "exports": [
5933
+ {
5934
+ "kind": "js",
5935
+ "name": "*",
5936
+ "declaration": {
5937
+ "name": "*",
5938
+ "package": "\"./ButtonGroupElement\""
5939
+ }
5940
+ },
5941
+ {
5942
+ "kind": "js",
5943
+ "name": "*",
5944
+ "declaration": {
5945
+ "name": "*",
5946
+ "package": "\"./ButtonGroupSize\""
5947
+ }
5948
+ },
5949
+ {
5950
+ "kind": "js",
5951
+ "name": "*",
5952
+ "declaration": {
5953
+ "name": "*",
5954
+ "package": "\"./ButtonGroupVariant\""
5955
+ }
5956
+ }
5957
+ ]
5958
+ },
5679
5959
  {
5680
5960
  "kind": "javascript-module",
5681
5961
  "path": "src/card/CardElement.ts",
@@ -14638,6 +14918,46 @@
14638
14918
  "description": "A floating action button (FAB) used to present important actions.",
14639
14919
  "name": "M3eFabElement",
14640
14920
  "cssProperties": [
14921
+ {
14922
+ "description": "Height of the FAB container for all size variants.",
14923
+ "name": "--m3e-fab-container-height"
14924
+ },
14925
+ {
14926
+ "description": "Font size for the FAB label text for all size variants.",
14927
+ "name": "--m3e-fab-label-text-font-size"
14928
+ },
14929
+ {
14930
+ "description": "Font weight for the FAB label text for all size variants.",
14931
+ "name": "--m3e-fab-label-text-font-weight"
14932
+ },
14933
+ {
14934
+ "description": "Line height for the FAB label text for all size variants.",
14935
+ "name": "--m3e-fab-label-text-line-height"
14936
+ },
14937
+ {
14938
+ "description": "Letter spacing (tracking) for the FAB label text for all size variants.",
14939
+ "name": "--m3e-fab-label-text-tracking"
14940
+ },
14941
+ {
14942
+ "description": "Icon size for the FAB for all size variants.",
14943
+ "name": "--m3e-fab-icon-size"
14944
+ },
14945
+ {
14946
+ "description": "Border radius for the FAB for all size variants.",
14947
+ "name": "--m3e-fab-shape"
14948
+ },
14949
+ {
14950
+ "description": "Leading space for the FAB for all size variants.",
14951
+ "name": "--m3e-fab-leading-space"
14952
+ },
14953
+ {
14954
+ "description": "Trailing space for the FAB for all size variants.",
14955
+ "name": "--m3e-fab-trailing-space"
14956
+ },
14957
+ {
14958
+ "description": "Space between icon and label for the FAB for all size variants.",
14959
+ "name": "--m3e-fab-icon-label-space"
14960
+ },
14641
14961
  {
14642
14962
  "description": "Height of the small FAB container.",
14643
14963
  "name": "--m3e-fab-small-container-height"
@@ -14758,6 +15078,130 @@
14758
15078
  "description": "Space between icon and label for the large FAB.",
14759
15079
  "name": "--m3e-fab-large-icon-label-space"
14760
15080
  },
15081
+ {
15082
+ "description": "Default label text color for FAB (all variants).",
15083
+ "name": "--m3e-fab-label-text-color"
15084
+ },
15085
+ {
15086
+ "description": "Default icon color for FAB (all variants).",
15087
+ "name": "--m3e-fab-icon-color"
15088
+ },
15089
+ {
15090
+ "description": "Default container background color for FAB (all variants).",
15091
+ "name": "--m3e-fab-container-color"
15092
+ },
15093
+ {
15094
+ "description": "Resting elevation for FAB (all variants).",
15095
+ "name": "--m3e-fab-container-elevation"
15096
+ },
15097
+ {
15098
+ "description": "Lowered resting elevation for FAB (all variants).",
15099
+ "name": "--m3e-fab-lowered-container-elevation"
15100
+ },
15101
+ {
15102
+ "description": "Container background color when disabled (all variants).",
15103
+ "name": "--m3e-fab-disabled-container-color"
15104
+ },
15105
+ {
15106
+ "description": "Opacity of container when disabled (all variants).",
15107
+ "name": "--m3e-fab-disabled-container-opacity"
15108
+ },
15109
+ {
15110
+ "description": "Icon color when disabled (all variants).",
15111
+ "name": "--m3e-fab-disabled-icon-color"
15112
+ },
15113
+ {
15114
+ "description": "Icon opacity when disabled (all variants).",
15115
+ "name": "--m3e-fab-disabled-icon-opacity"
15116
+ },
15117
+ {
15118
+ "description": "Label text color when disabled (all variants).",
15119
+ "name": "--m3e-fab-disabled-label-text-color"
15120
+ },
15121
+ {
15122
+ "description": "Label text opacity when disabled (all variants).",
15123
+ "name": "--m3e-fab-disabled-label-text-opacity"
15124
+ },
15125
+ {
15126
+ "description": "Elevation when disabled (all variants).",
15127
+ "name": "--m3e-fab-disabled-container-elevation"
15128
+ },
15129
+ {
15130
+ "description": "Lowered elevation when disabled (all variants).",
15131
+ "name": "--m3e-fab-lowered-disabled-container-elevation"
15132
+ },
15133
+ {
15134
+ "description": "Icon color on hover (all variants).",
15135
+ "name": "--m3e-fab-hover-icon-color"
15136
+ },
15137
+ {
15138
+ "description": "Label text color on hover (all variants).",
15139
+ "name": "--m3e-fab-hover-label-text-color"
15140
+ },
15141
+ {
15142
+ "description": "State layer color on hover (all variants).",
15143
+ "name": "--m3e-fab-hover-state-layer-color"
15144
+ },
15145
+ {
15146
+ "description": "State layer opacity on hover (all variants).",
15147
+ "name": "--m3e-fab-hover-state-layer-opacity"
15148
+ },
15149
+ {
15150
+ "description": "Elevation on hover (all variants).",
15151
+ "name": "--m3e-fab-hover-container-elevation"
15152
+ },
15153
+ {
15154
+ "description": "Lowered elevation on hover (all variants).",
15155
+ "name": "--m3e-fab-lowered-hover-container-elevation"
15156
+ },
15157
+ {
15158
+ "description": "Icon color on focus (all variants).",
15159
+ "name": "--m3e-fab-focus-icon-color"
15160
+ },
15161
+ {
15162
+ "description": "Label text color on focus (all variants).",
15163
+ "name": "--m3e-fab-focus-label-text-color"
15164
+ },
15165
+ {
15166
+ "description": "State layer color on focus (all variants).",
15167
+ "name": "--m3e-fab-focus-state-layer-color"
15168
+ },
15169
+ {
15170
+ "description": "State layer opacity on focus (all variants).",
15171
+ "name": "--m3e-fab-focus-state-layer-opacity"
15172
+ },
15173
+ {
15174
+ "description": "Elevation on focus (all variants).",
15175
+ "name": "--m3e-fab-focus-container-elevation"
15176
+ },
15177
+ {
15178
+ "description": "Lowered elevation on focus (all variants).",
15179
+ "name": "--m3e-fab-lowered-focus-container-elevation"
15180
+ },
15181
+ {
15182
+ "description": "Icon color on pressed (all variants).",
15183
+ "name": "--m3e-fab-pressed-icon-color"
15184
+ },
15185
+ {
15186
+ "description": "Label text color on pressed (all variants).",
15187
+ "name": "--m3e-fab-pressed-label-text-color"
15188
+ },
15189
+ {
15190
+ "description": "State layer color on pressed (all variants).",
15191
+ "name": "--m3e-fab-pressed-state-layer-color"
15192
+ },
15193
+ {
15194
+ "description": "State layer opacity on pressed (all variants).",
15195
+ "name": "--m3e-fab-pressed-state-layer-opacity"
15196
+ },
15197
+ {
15198
+ "description": "Elevation on pressed (all variants).",
15199
+ "name": "--m3e-fab-pressed-container-elevation"
15200
+ },
15201
+ {
15202
+ "description": "Lowered elevation on pressed (all variants).",
15203
+ "name": "--m3e-fab-lowered-pressed-container-elevation"
15204
+ },
14761
15205
  {
14762
15206
  "description": "Default label text color for primary FAB.",
14763
15207
  "name": "--m3e-primary-fab-label-text-color"
@@ -18748,6 +19192,13 @@
18748
19192
  "readonly": true,
18749
19193
  "default": "new MutationController(this, { target: null, config: { childList: true, subtree: true }, callback: () => this.#handleErrorChange(), })"
18750
19194
  },
19195
+ {
19196
+ "kind": "field",
19197
+ "name": "#pressedController",
19198
+ "privacy": "private",
19199
+ "readonly": true,
19200
+ "default": "new PressedController(this, { target: null, callback: (pressed) => this.classList.toggle(\"-pressed\", pressed && !(this.#control?.disabled ?? true)), })"
19201
+ },
18751
19202
  {
18752
19203
  "kind": "field",
18753
19204
  "name": "#focused",
@@ -20037,6 +20488,62 @@
20037
20488
  "description": "An icon button users interact with to perform a supplementary action.",
20038
20489
  "name": "M3eIconButtonElement",
20039
20490
  "cssProperties": [
20491
+ {
20492
+ "description": "Height of the container for all size variants.",
20493
+ "name": "--m3e-icon-button-container-height"
20494
+ },
20495
+ {
20496
+ "description": "Outline thickness for all size variants.",
20497
+ "name": "--m3e-icon-button-outline-thickness"
20498
+ },
20499
+ {
20500
+ "description": "Icon size for all size variants.",
20501
+ "name": "--m3e-icon-button-icon-size"
20502
+ },
20503
+ {
20504
+ "description": "Corner radius for all round size variants.",
20505
+ "name": "--m3e-icon-button-shape-round"
20506
+ },
20507
+ {
20508
+ "description": "Corner radius for all square size variants.",
20509
+ "name": "--m3e-icon-button-shape-square"
20510
+ },
20511
+ {
20512
+ "description": "Corner radius for all selected round size variants.",
20513
+ "name": "--m3e-icon-button-selected-shape-round"
20514
+ },
20515
+ {
20516
+ "description": "Corner radius for all selected square size variants.",
20517
+ "name": "--m3e-icon-button-selected-shape-square"
20518
+ },
20519
+ {
20520
+ "description": "Corner radius for all pressed size variants.",
20521
+ "name": "--m3e-icon-button-shape-pressed-morph"
20522
+ },
20523
+ {
20524
+ "description": "Leading space for all size variants (narrow).",
20525
+ "name": "--m3e-icon-button-narrow-leading-space"
20526
+ },
20527
+ {
20528
+ "description": "Trailing space for all size variants (narrow).",
20529
+ "name": "--m3e-icon-button-narrow-trailing-space"
20530
+ },
20531
+ {
20532
+ "description": "Leading space for all size variants (default).",
20533
+ "name": "--m3e-icon-button-default-leading-space"
20534
+ },
20535
+ {
20536
+ "description": "Trailing space for all size variants (default).",
20537
+ "name": "--m3e-icon-button-default-trailing-space"
20538
+ },
20539
+ {
20540
+ "description": "Leading space for all size variants (wide).",
20541
+ "name": "--m3e-icon-button-wide-leading-space"
20542
+ },
20543
+ {
20544
+ "description": "Trailing space for all size variants (wide).",
20545
+ "name": "--m3e-icon-button-wide-trailing-space"
20546
+ },
20040
20547
  {
20041
20548
  "description": "Height of the extra-small container.",
20042
20549
  "name": "--m3e-icon-button-extra-small-container-height"
@@ -20317,6 +20824,174 @@
20317
20824
  "description": "Trailing space for extra-large (wide).",
20318
20825
  "name": "--m3e-icon-button-extra-large-wide-trailing-space"
20319
20826
  },
20827
+ {
20828
+ "description": "Default outline color for all variants.",
20829
+ "name": "--m3e-icon-button-outline-color"
20830
+ },
20831
+ {
20832
+ "description": "Outline color when disabled (all variants).",
20833
+ "name": "--m3e-icon-button-disabled-outline-color"
20834
+ },
20835
+ {
20836
+ "description": "Outline color on hover (all variants).",
20837
+ "name": "--m3e-icon-button-hover-outline-color"
20838
+ },
20839
+ {
20840
+ "description": "Outline color on focus (all variants).",
20841
+ "name": "--m3e-icon-button-focus-outline-color"
20842
+ },
20843
+ {
20844
+ "description": "Outline color on pressed (all variants).",
20845
+ "name": "--m3e-icon-button-pressed-outline-color"
20846
+ },
20847
+ {
20848
+ "description": "Default container background color for all variants.",
20849
+ "name": "--m3e-icon-button-container-color"
20850
+ },
20851
+ {
20852
+ "description": "Unselected container background color for all variants.",
20853
+ "name": "--m3e-icon-button-unselected-container-color"
20854
+ },
20855
+ {
20856
+ "description": "Selected container background color for all variants.",
20857
+ "name": "--m3e-icon-button-selected-container-color"
20858
+ },
20859
+ {
20860
+ "description": "Default icon color for tonal variant.",
20861
+ "name": "--m3e-icon-button-icon-color"
20862
+ },
20863
+ {
20864
+ "description": "Default container background color for tonal variant.",
20865
+ "name": "--m3e-icon-button-container-color"
20866
+ },
20867
+ {
20868
+ "description": "Unselected icon color for tonal variant.",
20869
+ "name": "--m3e-icon-button-unselected-icon-color"
20870
+ },
20871
+ {
20872
+ "description": "Unselected container background color for tonal variant.",
20873
+ "name": "--m3e-icon-button-unselected-container-color"
20874
+ },
20875
+ {
20876
+ "description": "Selected icon color for tonal variant.",
20877
+ "name": "--m3e-icon-button-selected-icon-color"
20878
+ },
20879
+ {
20880
+ "description": "Selected container background color for tonal variant.",
20881
+ "name": "--m3e-icon-button-selected-container-color"
20882
+ },
20883
+ {
20884
+ "description": "Default icon color for all variants.",
20885
+ "name": "--m3e-icon-button-icon-color"
20886
+ },
20887
+ {
20888
+ "description": "Unselected icon color for all variants.",
20889
+ "name": "--m3e-icon-button-unselected-icon-color"
20890
+ },
20891
+ {
20892
+ "description": "Selected icon color for all variants.",
20893
+ "name": "--m3e-icon-button-selected-icon-color"
20894
+ },
20895
+ {
20896
+ "description": "Container background color when disabled (all variants).",
20897
+ "name": "--m3e-icon-button-disabled-container-color"
20898
+ },
20899
+ {
20900
+ "description": "Opacity of container when disabled (all variants).",
20901
+ "name": "--m3e-icon-button-disabled-container-opacity"
20902
+ },
20903
+ {
20904
+ "description": "Icon color when disabled (all variants).",
20905
+ "name": "--m3e-icon-button-disabled-icon-color"
20906
+ },
20907
+ {
20908
+ "description": "Icon opacity when disabled (all variants).",
20909
+ "name": "--m3e-icon-button-disabled-icon-opacity"
20910
+ },
20911
+ {
20912
+ "description": "Icon color on hover (all variants).",
20913
+ "name": "--m3e-icon-button-hover-icon-color"
20914
+ },
20915
+ {
20916
+ "description": "State layer color on hover (all variants).",
20917
+ "name": "--m3e-icon-button-hover-state-layer-color"
20918
+ },
20919
+ {
20920
+ "description": "State layer opacity on hover (all variants).",
20921
+ "name": "--m3e-icon-button-hover-state-layer-opacity"
20922
+ },
20923
+ {
20924
+ "description": "Unselected icon color on hover (all variants).",
20925
+ "name": "--m3e-icon-button-hover-unselected-icon-color"
20926
+ },
20927
+ {
20928
+ "description": "Unselected state layer color on hover (all variants).",
20929
+ "name": "--m3e-icon-button-hover-unselected-state-layer-color"
20930
+ },
20931
+ {
20932
+ "description": "Selected icon color on hover (all variants).",
20933
+ "name": "--m3e-icon-button-hover-selected-icon-color"
20934
+ },
20935
+ {
20936
+ "description": "Selected state layer color on hover (all variants).",
20937
+ "name": "--m3e-icon-button-hover-selected-state-layer-color"
20938
+ },
20939
+ {
20940
+ "description": "Icon color on focus (all variants).",
20941
+ "name": "--m3e-icon-button-focus-icon-color"
20942
+ },
20943
+ {
20944
+ "description": "State layer color on focus (all variants).",
20945
+ "name": "--m3e-icon-button-focus-state-layer-color"
20946
+ },
20947
+ {
20948
+ "description": "State layer opacity on focus (all variants).",
20949
+ "name": "--m3e-icon-button-focus-state-layer-opacity"
20950
+ },
20951
+ {
20952
+ "description": "Unselected icon color on focus (all variants).",
20953
+ "name": "--m3e-icon-button-focus-unselected-icon-color"
20954
+ },
20955
+ {
20956
+ "description": "Unselected state layer color on focus (all variants).",
20957
+ "name": "--m3e-icon-button-focus-unselected-state-layer-color"
20958
+ },
20959
+ {
20960
+ "description": "Selected icon color on focus (all variants).",
20961
+ "name": "--m3e-icon-button-focus-selected-icon-color"
20962
+ },
20963
+ {
20964
+ "description": "Selected state layer color on focus (all variants).",
20965
+ "name": "--m3e-icon-button-focus-selected-state-layer-color"
20966
+ },
20967
+ {
20968
+ "description": "Icon color on pressed (all variants).",
20969
+ "name": "--m3e-icon-button-pressed-icon-color"
20970
+ },
20971
+ {
20972
+ "description": "State layer color on pressed (all variants).",
20973
+ "name": "--m3e-icon-button-pressed-state-layer-color"
20974
+ },
20975
+ {
20976
+ "description": "State layer opacity on pressed (all variants).",
20977
+ "name": "--m3e-icon-button-pressed-state-layer-opacity"
20978
+ },
20979
+ {
20980
+ "description": "Unselected icon color on pressed (all variants).",
20981
+ "name": "--m3e-icon-button-pressed-unselected-icon-color"
20982
+ },
20983
+ {
20984
+ "description": "Unselected state layer color on pressed (all variants).",
20985
+ "name": "--m3e-icon-button-pressed-unselected-state-layer-color"
20986
+ },
20987
+ {
20988
+ "description": "Selected icon color on pressed (all variants).",
20989
+ "name": "--m3e-icon-button-pressed-selected-icon-color"
20990
+ },
20991
+ {
20992
+ "description": "Selected state layer color on pressed (all variants).",
20993
+ "name": "--m3e-icon-button-pressed-selected-state-layer-color"
20994
+ },
20320
20995
  {
20321
20996
  "description": "Default icon color for outlined variant.",
20322
20997
  "name": "--m3e-outlined-icon-button-icon-color"
@@ -27568,16 +28243,6 @@
27568
28243
  }
27569
28244
  ]
27570
28245
  },
27571
- {
27572
- "kind": "method",
27573
- "name": "#activate",
27574
- "privacy": "private",
27575
- "return": {
27576
- "type": {
27577
- "text": "void"
27578
- }
27579
- }
27580
- },
27581
28246
  {
27582
28247
  "kind": "method",
27583
28248
  "name": "#deactivate",
@@ -39679,7 +40344,7 @@
39679
40344
  },
39680
40345
  {
39681
40346
  "kind": "javascript-module",
39682
- "path": "src/snackbar/index.ts",
40347
+ "path": "src/split-button/index.ts",
39683
40348
  "declarations": [],
39684
40349
  "exports": [
39685
40350
  {
@@ -39687,7 +40352,7 @@
39687
40352
  "name": "*",
39688
40353
  "declaration": {
39689
40354
  "name": "*",
39690
- "package": "\"./Snackbar\""
40355
+ "package": "\"./SplitButtonElement\""
39691
40356
  }
39692
40357
  },
39693
40358
  {
@@ -39695,592 +40360,87 @@
39695
40360
  "name": "*",
39696
40361
  "declaration": {
39697
40362
  "name": "*",
39698
- "package": "\"./SnackbarElement\""
40363
+ "package": "\"./SplitButtonVariant\""
39699
40364
  }
39700
40365
  }
39701
40366
  ]
39702
40367
  },
39703
40368
  {
39704
40369
  "kind": "javascript-module",
39705
- "path": "src/snackbar/Snackbar.ts",
40370
+ "path": "src/split-button/SplitButtonElement.ts",
39706
40371
  "declarations": [
39707
40372
  {
39708
40373
  "kind": "class",
39709
- "description": "Presents short updates about application processes at the bottom of the screen from anywhere in an application.",
39710
- "name": "M3eSnackbar",
39711
- "members": [
40374
+ "description": "A button used to show an action with a menu of related actions.",
40375
+ "name": "M3eSplitButtonElement",
40376
+ "cssProperties": [
39712
40377
  {
39713
- "kind": "method",
39714
- "name": "open",
39715
- "static": true,
39716
- "return": {
39717
- "type": {
39718
- "text": "void"
39719
- }
39720
- },
39721
- "parameters": [
39722
- {
39723
- "name": "message",
39724
- "type": {
39725
- "text": "string"
39726
- },
39727
- "description": "The message to show in the snackbar."
39728
- },
39729
- {
39730
- "name": "options",
39731
- "optional": true,
39732
- "type": {
39733
- "text": "SnackbarOptions | undefined"
39734
- },
39735
- "description": "Options that control the behavior of the snackbar."
39736
- }
39737
- ],
39738
- "description": "Opens a snackbar with a message."
40378
+ "description": "Leading space for the trailing button (extra-small, unselected).",
40379
+ "name": "--m3e-split-button-extra-small-trailing-button-unselected-leading-space"
39739
40380
  },
39740
40381
  {
39741
- "kind": "method",
39742
- "name": "open",
39743
- "static": true,
39744
- "return": {
39745
- "type": {
39746
- "text": "void"
39747
- }
39748
- },
39749
- "parameters": [
39750
- {
39751
- "name": "message",
39752
- "type": {
39753
- "text": "string"
39754
- },
39755
- "description": "The message to show in the snackbar."
39756
- },
39757
- {
39758
- "name": "action",
39759
- "type": {
39760
- "text": "string"
39761
- },
39762
- "description": "The label for the snackbar action."
39763
- },
39764
- {
39765
- "name": "options",
39766
- "optional": true,
39767
- "type": {
39768
- "text": "SnackbarOptions | undefined"
39769
- },
39770
- "description": "Options that control the behavior of the snackbar."
39771
- }
39772
- ],
39773
- "description": "Opens a snackbar with a message and action."
40382
+ "description": "Trailing space for the trailing button (extra-small, unselected).",
40383
+ "name": "--m3e-split-button-extra-small-trailing-button-unselected-trailing-space"
39774
40384
  },
39775
40385
  {
39776
- "kind": "method",
39777
- "name": "open",
39778
- "static": true,
39779
- "return": {
39780
- "type": {
39781
- "text": "void"
39782
- }
39783
- },
39784
- "parameters": [
39785
- {
39786
- "name": "message",
39787
- "type": {
39788
- "text": "string"
39789
- },
39790
- "description": "The message to show in the snackbar."
39791
- },
39792
- {
39793
- "name": "action",
39794
- "type": {
39795
- "text": "string"
39796
- },
39797
- "description": "The label for the snackbar action."
39798
- },
39799
- {
39800
- "name": "dismissible",
39801
- "type": {
39802
- "text": "boolean"
39803
- },
39804
- "description": "Whether to present close affordance."
39805
- },
39806
- {
39807
- "name": "options",
39808
- "optional": true,
39809
- "type": {
39810
- "text": "SnackbarOptions | undefined"
39811
- },
39812
- "description": "Options that control the behavior of the snackbar."
39813
- }
39814
- ],
39815
- "description": "Opens a snackbar with a message, action and optional close affordance."
40386
+ "description": "Leading space for the trailing button (small, unselected).",
40387
+ "name": "--m3e-split-button-small-trailing-button-unselected-leading-space"
39816
40388
  },
39817
40389
  {
39818
- "kind": "method",
39819
- "name": "open",
39820
- "static": true,
39821
- "return": {
39822
- "type": {
39823
- "text": "void"
39824
- }
39825
- },
39826
- "parameters": [
39827
- {
39828
- "name": "message",
39829
- "type": {
39830
- "text": "string"
39831
- },
39832
- "description": "The message to show in the snackbar."
39833
- },
39834
- {
39835
- "name": "dismissible",
39836
- "type": {
39837
- "text": "boolean"
39838
- },
39839
- "description": "Whether to present close affordance."
39840
- },
39841
- {
39842
- "name": "options",
39843
- "optional": true,
39844
- "type": {
39845
- "text": "SnackbarOptions | undefined"
39846
- },
39847
- "description": "Options that control the behavior of the snackbar."
39848
- }
39849
- ],
39850
- "description": "Opens a snackbar with a message and optional close affordance."
40390
+ "description": "Trailing space for the trailing button (small, unselected).",
40391
+ "name": "--m3e-split-button-small-trailing-button-unselected-trailing-space"
39851
40392
  },
39852
40393
  {
39853
- "kind": "method",
39854
- "name": "open",
39855
- "static": true,
39856
- "return": {
39857
- "type": {
39858
- "text": "void"
39859
- }
39860
- },
39861
- "parameters": [
39862
- {
39863
- "name": "message",
39864
- "type": {
39865
- "text": "string"
39866
- }
39867
- },
39868
- {
39869
- "name": "actionOrDismissibleOrOptions",
39870
- "optional": true,
39871
- "type": {
39872
- "text": "string | boolean | SnackbarOptions"
39873
- }
39874
- },
39875
- {
39876
- "name": "dismissibleOrOptions",
39877
- "optional": true,
39878
- "type": {
39879
- "text": "boolean | SnackbarOptions"
39880
- }
39881
- },
39882
- {
39883
- "name": "options",
39884
- "optional": true,
39885
- "type": {
39886
- "text": "SnackbarOptions"
39887
- }
39888
- }
39889
- ]
40394
+ "description": "Leading space for the trailing button (medium, unselected).",
40395
+ "name": "--m3e-split-button-medium-trailing-button-unselected-leading-space"
39890
40396
  },
39891
40397
  {
39892
- "kind": "method",
39893
- "name": "dismiss",
39894
- "static": true,
39895
- "return": {
39896
- "type": {
39897
- "text": "void"
39898
- }
39899
- },
39900
- "description": "Dismisses the currently visible snackbar."
39901
- }
39902
- ]
39903
- }
39904
- ],
39905
- "exports": [
39906
- {
39907
- "kind": "js",
39908
- "name": "M3eSnackbar",
39909
- "declaration": {
39910
- "name": "M3eSnackbar",
39911
- "module": "src/snackbar/Snackbar.ts"
39912
- }
39913
- }
39914
- ]
39915
- },
39916
- {
39917
- "kind": "javascript-module",
39918
- "path": "src/snackbar/SnackbarElement.ts",
39919
- "declarations": [
39920
- {
39921
- "kind": "class",
39922
- "description": "Presents short updates about application processes at the bottom of the screen.",
39923
- "name": "M3eSnackbarElement",
39924
- "cssProperties": [
40398
+ "description": "Trailing space for the trailing button (medium, unselected).",
40399
+ "name": "--m3e-split-button-medium-trailing-button-unselected-trailing-space"
40400
+ },
39925
40401
  {
39926
- "description": "Vertical offset from the bottom of the viewport.",
39927
- "name": "--m3e-snackbar-margin"
40402
+ "description": "Leading space for the trailing button (large, unselected).",
40403
+ "name": "--m3e-split-button-large-trailing-button-unselected-leading-space"
39928
40404
  },
39929
40405
  {
39930
- "description": "Border radius of the snackbar container.",
39931
- "name": "--m3e-snackbar-container-shape"
40406
+ "description": "Trailing space for the trailing button (large, unselected).",
40407
+ "name": "--m3e-split-button-large-trailing-button-unselected-trailing-space"
39932
40408
  },
39933
40409
  {
39934
- "description": "Background color of the snackbar.",
39935
- "name": "--m3e-snackbar-container-color"
40410
+ "description": "Leading space for the trailing button (extra-large, unselected).",
40411
+ "name": "--m3e-split-button-extra-large-trailing-button-unselected-leading-space"
39936
40412
  },
39937
40413
  {
39938
- "description": "Internal spacing of the snackbar container.",
39939
- "name": "--m3e-snackbar-padding"
40414
+ "description": "Trailing space for the trailing button (extra-large, unselected).",
40415
+ "name": "--m3e-split-button-extra-large-trailing-button-unselected-trailing-space"
39940
40416
  },
39941
40417
  {
39942
- "description": "Minimum width of the snackbar.",
39943
- "name": "--m3e-snackbar-min-width"
40418
+ "description": "Leading space for the trailing button (extra-small, selected).",
40419
+ "name": "--m3e-split-button-extra-small-trailing-button-selected-leading-space"
39944
40420
  },
39945
40421
  {
39946
- "description": "Maximum width of the snackbar.",
39947
- "name": "--m3e-snackbar-max-width"
39948
- }
39949
- ],
39950
- "slots": [
40422
+ "description": "Trailing space for the trailing button (extra-small, selected).",
40423
+ "name": "--m3e-split-button-extra-small-trailing-button-selected-trailing-space"
40424
+ },
39951
40425
  {
39952
- "description": "Renders the content of the snackbar.",
39953
- "name": ""
40426
+ "description": "Leading space for the trailing button (small, selected).",
40427
+ "name": "--m3e-split-button-small-trailing-button-selected-leading-space"
39954
40428
  },
39955
40429
  {
39956
- "description": "Renders the icon of the button used to close the snackbar.",
39957
- "name": "close-icon"
39958
- }
39959
- ],
39960
- "members": [
40430
+ "description": "Trailing space for the trailing button (small, selected).",
40431
+ "name": "--m3e-split-button-small-trailing-button-selected-trailing-space"
40432
+ },
39961
40433
  {
39962
- "kind": "field",
39963
- "name": "__current",
39964
- "type": {
39965
- "text": "M3eSnackbarElement | null"
39966
- },
39967
- "static": true,
39968
- "default": "null",
39969
- "privacy": "private"
40434
+ "description": "Leading space for the trailing button (medium, selected).",
40435
+ "name": "--m3e-split-button-medium-trailing-button-selected-leading-space"
39970
40436
  },
39971
40437
  {
39972
- "kind": "field",
39973
- "name": "#timeoutId",
39974
- "privacy": "private",
39975
- "type": {
39976
- "text": "number"
39977
- },
39978
- "default": "-1"
40438
+ "description": "Trailing space for the trailing button (medium, selected).",
40439
+ "name": "--m3e-split-button-medium-trailing-button-selected-trailing-space"
39979
40440
  },
39980
40441
  {
39981
- "kind": "field",
39982
- "name": "#actionTaken",
39983
- "privacy": "private",
39984
- "type": {
39985
- "text": "boolean"
39986
- },
39987
- "default": "false"
39988
- },
39989
- {
39990
- "kind": "field",
39991
- "name": "#beforeToggleHandler",
39992
- "privacy": "private",
39993
- "readonly": true
39994
- },
39995
- {
39996
- "kind": "field",
39997
- "name": "current",
39998
- "type": {
39999
- "text": "M3eSnackbarElement | null"
40000
- },
40001
- "static": true,
40002
- "description": "The currently open snackbar.",
40003
- "readonly": true
40004
- },
40005
- {
40006
- "kind": "field",
40007
- "name": "duration",
40008
- "type": {
40009
- "text": "number"
40010
- },
40011
- "default": "3000",
40012
- "description": "The length of time, in milliseconds, to wait before automatically dismissing the snackbar.",
40013
- "attribute": "duration"
40014
- },
40015
- {
40016
- "kind": "field",
40017
- "name": "action",
40018
- "type": {
40019
- "text": "string"
40020
- },
40021
- "default": "\"\"",
40022
- "description": "The label of the snackbar's action.",
40023
- "attribute": "action"
40024
- },
40025
- {
40026
- "kind": "field",
40027
- "name": "dismissible",
40028
- "type": {
40029
- "text": "boolean"
40030
- },
40031
- "default": "false",
40032
- "description": "Whether a button is presented that can be used to close the snackbar.",
40033
- "attribute": "dismissible",
40034
- "reflects": true
40035
- },
40036
- {
40037
- "kind": "field",
40038
- "name": "closeLabel",
40039
- "type": {
40040
- "text": "string"
40041
- },
40042
- "default": "\"Close\"",
40043
- "description": "The accessible label given to the button used to dismiss the snackbar.",
40044
- "attribute": "close-label"
40045
- },
40046
- {
40047
- "kind": "field",
40048
- "name": "isActionTaken",
40049
- "type": {
40050
- "text": "boolean"
40051
- },
40052
- "description": "Whether the user clicked the action.",
40053
- "readonly": true
40054
- },
40055
- {
40056
- "kind": "method",
40057
- "name": "#renderActionButton",
40058
- "privacy": "private",
40059
- "return": {
40060
- "type": {
40061
- "text": "unknown"
40062
- }
40063
- }
40064
- },
40065
- {
40066
- "kind": "method",
40067
- "name": "#renderCloseButton",
40068
- "privacy": "private",
40069
- "return": {
40070
- "type": {
40071
- "text": "unknown"
40072
- }
40073
- }
40074
- },
40075
- {
40076
- "kind": "method",
40077
- "name": "#handleActionClick",
40078
- "privacy": "private",
40079
- "return": {
40080
- "type": {
40081
- "text": "void"
40082
- }
40083
- }
40084
- },
40085
- {
40086
- "kind": "method",
40087
- "name": "#handleBeforeToggle",
40088
- "privacy": "private",
40089
- "return": {
40090
- "type": {
40091
- "text": "void"
40092
- }
40093
- },
40094
- "parameters": [
40095
- {
40096
- "name": "e",
40097
- "type": {
40098
- "text": "ToggleEvent"
40099
- }
40100
- }
40101
- ]
40102
- }
40103
- ],
40104
- "events": [
40105
- {
40106
- "description": "Dispatched before the toggle state changes.",
40107
- "name": "beforetoggle"
40108
- },
40109
- {
40110
- "description": "Dispatched after the toggle state has changed.",
40111
- "name": "toggle"
40112
- }
40113
- ],
40114
- "attributes": [
40115
- {
40116
- "description": "The label of the snackbar's action.",
40117
- "name": "action",
40118
- "type": {
40119
- "text": "string"
40120
- },
40121
- "default": "\"\"",
40122
- "fieldName": "action"
40123
- },
40124
- {
40125
- "description": "The accessible label given to the button used to dismiss the snackbar.",
40126
- "name": "close-label",
40127
- "type": {
40128
- "text": "string"
40129
- },
40130
- "default": "\"Close\"",
40131
- "fieldName": "closeLabel"
40132
- },
40133
- {
40134
- "description": "Whether a button is presented that can be used to close the snackbar.",
40135
- "name": "dismissible",
40136
- "type": {
40137
- "text": "boolean"
40138
- },
40139
- "default": "false",
40140
- "fieldName": "dismissible"
40141
- },
40142
- {
40143
- "description": "The length of time, in milliseconds, to wait before automatically dismissing the snackbar.",
40144
- "name": "duration",
40145
- "type": {
40146
- "text": "number"
40147
- },
40148
- "default": "3000",
40149
- "fieldName": "duration"
40150
- }
40151
- ],
40152
- "mixins": [
40153
- {
40154
- "name": "Role",
40155
- "package": "@m3e/web/core"
40156
- }
40157
- ],
40158
- "superclass": {
40159
- "name": "LitElement",
40160
- "package": "lit"
40161
- },
40162
- "tagName": "m3e-snackbar",
40163
- "customElement": true
40164
- }
40165
- ],
40166
- "exports": [
40167
- {
40168
- "kind": "js",
40169
- "name": "M3eSnackbarElement",
40170
- "declaration": {
40171
- "name": "M3eSnackbarElement",
40172
- "module": "src/snackbar/SnackbarElement.ts"
40173
- }
40174
- },
40175
- {
40176
- "kind": "custom-element-definition",
40177
- "name": "m3e-snackbar",
40178
- "declaration": {
40179
- "name": "M3eSnackbarElement",
40180
- "module": "src/snackbar/SnackbarElement.ts"
40181
- }
40182
- }
40183
- ]
40184
- },
40185
- {
40186
- "kind": "javascript-module",
40187
- "path": "src/split-button/index.ts",
40188
- "declarations": [],
40189
- "exports": [
40190
- {
40191
- "kind": "js",
40192
- "name": "*",
40193
- "declaration": {
40194
- "name": "*",
40195
- "package": "\"./SplitButtonElement\""
40196
- }
40197
- },
40198
- {
40199
- "kind": "js",
40200
- "name": "*",
40201
- "declaration": {
40202
- "name": "*",
40203
- "package": "\"./SplitButtonVariant\""
40204
- }
40205
- }
40206
- ]
40207
- },
40208
- {
40209
- "kind": "javascript-module",
40210
- "path": "src/split-button/SplitButtonElement.ts",
40211
- "declarations": [
40212
- {
40213
- "kind": "class",
40214
- "description": "A button used to show an action with a menu of related actions.",
40215
- "name": "M3eSplitButtonElement",
40216
- "cssProperties": [
40217
- {
40218
- "description": "Leading space for the trailing button (extra-small, unselected).",
40219
- "name": "--m3e-split-button-extra-small-trailing-button-unselected-leading-space"
40220
- },
40221
- {
40222
- "description": "Trailing space for the trailing button (extra-small, unselected).",
40223
- "name": "--m3e-split-button-extra-small-trailing-button-unselected-trailing-space"
40224
- },
40225
- {
40226
- "description": "Leading space for the trailing button (small, unselected).",
40227
- "name": "--m3e-split-button-small-trailing-button-unselected-leading-space"
40228
- },
40229
- {
40230
- "description": "Trailing space for the trailing button (small, unselected).",
40231
- "name": "--m3e-split-button-small-trailing-button-unselected-trailing-space"
40232
- },
40233
- {
40234
- "description": "Leading space for the trailing button (medium, unselected).",
40235
- "name": "--m3e-split-button-medium-trailing-button-unselected-leading-space"
40236
- },
40237
- {
40238
- "description": "Trailing space for the trailing button (medium, unselected).",
40239
- "name": "--m3e-split-button-medium-trailing-button-unselected-trailing-space"
40240
- },
40241
- {
40242
- "description": "Leading space for the trailing button (large, unselected).",
40243
- "name": "--m3e-split-button-large-trailing-button-unselected-leading-space"
40244
- },
40245
- {
40246
- "description": "Trailing space for the trailing button (large, unselected).",
40247
- "name": "--m3e-split-button-large-trailing-button-unselected-trailing-space"
40248
- },
40249
- {
40250
- "description": "Leading space for the trailing button (extra-large, unselected).",
40251
- "name": "--m3e-split-button-extra-large-trailing-button-unselected-leading-space"
40252
- },
40253
- {
40254
- "description": "Trailing space for the trailing button (extra-large, unselected).",
40255
- "name": "--m3e-split-button-extra-large-trailing-button-unselected-trailing-space"
40256
- },
40257
- {
40258
- "description": "Leading space for the trailing button (extra-small, selected).",
40259
- "name": "--m3e-split-button-extra-small-trailing-button-selected-leading-space"
40260
- },
40261
- {
40262
- "description": "Trailing space for the trailing button (extra-small, selected).",
40263
- "name": "--m3e-split-button-extra-small-trailing-button-selected-trailing-space"
40264
- },
40265
- {
40266
- "description": "Leading space for the trailing button (small, selected).",
40267
- "name": "--m3e-split-button-small-trailing-button-selected-leading-space"
40268
- },
40269
- {
40270
- "description": "Trailing space for the trailing button (small, selected).",
40271
- "name": "--m3e-split-button-small-trailing-button-selected-trailing-space"
40272
- },
40273
- {
40274
- "description": "Leading space for the trailing button (medium, selected).",
40275
- "name": "--m3e-split-button-medium-trailing-button-selected-leading-space"
40276
- },
40277
- {
40278
- "description": "Trailing space for the trailing button (medium, selected).",
40279
- "name": "--m3e-split-button-medium-trailing-button-selected-trailing-space"
40280
- },
40281
- {
40282
- "description": "Leading space for the trailing button (large, selected).",
40283
- "name": "--m3e-split-button-large-trailing-button-selected-leading-space"
40442
+ "description": "Leading space for the trailing button (large, selected).",
40443
+ "name": "--m3e-split-button-large-trailing-button-selected-leading-space"
40284
40444
  },
40285
40445
  {
40286
40446
  "description": "Trailing space for the trailing button (large, selected).",
@@ -40425,7 +40585,7 @@
40425
40585
  "name": "#pressedController",
40426
40586
  "privacy": "private",
40427
40587
  "readonly": true,
40428
- "default": "new PressedController(this, { target: null, capture: true, isPressedKey: (key) => key === \" \", callback: (pressed, _, target) => { switch (target) { case this.#leadingButton: this.#updateLeadingButtonShape(pressed); break; case this.#trailingButton: this.#updateTrailingButtonShape(pressed || this.#trailingButtonHover); break; } }, })"
40588
+ "default": "new PressedController(this, { target: null, capture: true, minPressedDuration: 150, isPressedKey: (key) => key === \" \", callback: (pressed, _, target) => { switch (target) { case this.#leadingButton: this.#updateLeadingButtonShape(pressed); break; case this.#trailingButton: this.#updateTrailingButtonShape(pressed || this.#trailingButtonHover); break; } }, })"
40429
40589
  },
40430
40590
  {
40431
40591
  "kind": "field",
@@ -40622,6 +40782,511 @@
40622
40782
  "declarations": [],
40623
40783
  "exports": []
40624
40784
  },
40785
+ {
40786
+ "kind": "javascript-module",
40787
+ "path": "src/snackbar/index.ts",
40788
+ "declarations": [],
40789
+ "exports": [
40790
+ {
40791
+ "kind": "js",
40792
+ "name": "*",
40793
+ "declaration": {
40794
+ "name": "*",
40795
+ "package": "\"./Snackbar\""
40796
+ }
40797
+ },
40798
+ {
40799
+ "kind": "js",
40800
+ "name": "*",
40801
+ "declaration": {
40802
+ "name": "*",
40803
+ "package": "\"./SnackbarElement\""
40804
+ }
40805
+ }
40806
+ ]
40807
+ },
40808
+ {
40809
+ "kind": "javascript-module",
40810
+ "path": "src/snackbar/Snackbar.ts",
40811
+ "declarations": [
40812
+ {
40813
+ "kind": "class",
40814
+ "description": "Presents short updates about application processes at the bottom of the screen from anywhere in an application.",
40815
+ "name": "M3eSnackbar",
40816
+ "members": [
40817
+ {
40818
+ "kind": "method",
40819
+ "name": "open",
40820
+ "static": true,
40821
+ "return": {
40822
+ "type": {
40823
+ "text": "void"
40824
+ }
40825
+ },
40826
+ "parameters": [
40827
+ {
40828
+ "name": "message",
40829
+ "type": {
40830
+ "text": "string"
40831
+ },
40832
+ "description": "The message to show in the snackbar."
40833
+ },
40834
+ {
40835
+ "name": "options",
40836
+ "optional": true,
40837
+ "type": {
40838
+ "text": "SnackbarOptions | undefined"
40839
+ },
40840
+ "description": "Options that control the behavior of the snackbar."
40841
+ }
40842
+ ],
40843
+ "description": "Opens a snackbar with a message."
40844
+ },
40845
+ {
40846
+ "kind": "method",
40847
+ "name": "open",
40848
+ "static": true,
40849
+ "return": {
40850
+ "type": {
40851
+ "text": "void"
40852
+ }
40853
+ },
40854
+ "parameters": [
40855
+ {
40856
+ "name": "message",
40857
+ "type": {
40858
+ "text": "string"
40859
+ },
40860
+ "description": "The message to show in the snackbar."
40861
+ },
40862
+ {
40863
+ "name": "action",
40864
+ "type": {
40865
+ "text": "string"
40866
+ },
40867
+ "description": "The label for the snackbar action."
40868
+ },
40869
+ {
40870
+ "name": "options",
40871
+ "optional": true,
40872
+ "type": {
40873
+ "text": "SnackbarOptions | undefined"
40874
+ },
40875
+ "description": "Options that control the behavior of the snackbar."
40876
+ }
40877
+ ],
40878
+ "description": "Opens a snackbar with a message and action."
40879
+ },
40880
+ {
40881
+ "kind": "method",
40882
+ "name": "open",
40883
+ "static": true,
40884
+ "return": {
40885
+ "type": {
40886
+ "text": "void"
40887
+ }
40888
+ },
40889
+ "parameters": [
40890
+ {
40891
+ "name": "message",
40892
+ "type": {
40893
+ "text": "string"
40894
+ },
40895
+ "description": "The message to show in the snackbar."
40896
+ },
40897
+ {
40898
+ "name": "action",
40899
+ "type": {
40900
+ "text": "string"
40901
+ },
40902
+ "description": "The label for the snackbar action."
40903
+ },
40904
+ {
40905
+ "name": "dismissible",
40906
+ "type": {
40907
+ "text": "boolean"
40908
+ },
40909
+ "description": "Whether to present close affordance."
40910
+ },
40911
+ {
40912
+ "name": "options",
40913
+ "optional": true,
40914
+ "type": {
40915
+ "text": "SnackbarOptions | undefined"
40916
+ },
40917
+ "description": "Options that control the behavior of the snackbar."
40918
+ }
40919
+ ],
40920
+ "description": "Opens a snackbar with a message, action and optional close affordance."
40921
+ },
40922
+ {
40923
+ "kind": "method",
40924
+ "name": "open",
40925
+ "static": true,
40926
+ "return": {
40927
+ "type": {
40928
+ "text": "void"
40929
+ }
40930
+ },
40931
+ "parameters": [
40932
+ {
40933
+ "name": "message",
40934
+ "type": {
40935
+ "text": "string"
40936
+ },
40937
+ "description": "The message to show in the snackbar."
40938
+ },
40939
+ {
40940
+ "name": "dismissible",
40941
+ "type": {
40942
+ "text": "boolean"
40943
+ },
40944
+ "description": "Whether to present close affordance."
40945
+ },
40946
+ {
40947
+ "name": "options",
40948
+ "optional": true,
40949
+ "type": {
40950
+ "text": "SnackbarOptions | undefined"
40951
+ },
40952
+ "description": "Options that control the behavior of the snackbar."
40953
+ }
40954
+ ],
40955
+ "description": "Opens a snackbar with a message and optional close affordance."
40956
+ },
40957
+ {
40958
+ "kind": "method",
40959
+ "name": "open",
40960
+ "static": true,
40961
+ "return": {
40962
+ "type": {
40963
+ "text": "void"
40964
+ }
40965
+ },
40966
+ "parameters": [
40967
+ {
40968
+ "name": "message",
40969
+ "type": {
40970
+ "text": "string"
40971
+ }
40972
+ },
40973
+ {
40974
+ "name": "actionOrDismissibleOrOptions",
40975
+ "optional": true,
40976
+ "type": {
40977
+ "text": "string | boolean | SnackbarOptions"
40978
+ }
40979
+ },
40980
+ {
40981
+ "name": "dismissibleOrOptions",
40982
+ "optional": true,
40983
+ "type": {
40984
+ "text": "boolean | SnackbarOptions"
40985
+ }
40986
+ },
40987
+ {
40988
+ "name": "options",
40989
+ "optional": true,
40990
+ "type": {
40991
+ "text": "SnackbarOptions"
40992
+ }
40993
+ }
40994
+ ]
40995
+ },
40996
+ {
40997
+ "kind": "method",
40998
+ "name": "dismiss",
40999
+ "static": true,
41000
+ "return": {
41001
+ "type": {
41002
+ "text": "void"
41003
+ }
41004
+ },
41005
+ "description": "Dismisses the currently visible snackbar."
41006
+ }
41007
+ ]
41008
+ }
41009
+ ],
41010
+ "exports": [
41011
+ {
41012
+ "kind": "js",
41013
+ "name": "M3eSnackbar",
41014
+ "declaration": {
41015
+ "name": "M3eSnackbar",
41016
+ "module": "src/snackbar/Snackbar.ts"
41017
+ }
41018
+ }
41019
+ ]
41020
+ },
41021
+ {
41022
+ "kind": "javascript-module",
41023
+ "path": "src/snackbar/SnackbarElement.ts",
41024
+ "declarations": [
41025
+ {
41026
+ "kind": "class",
41027
+ "description": "Presents short updates about application processes at the bottom of the screen.",
41028
+ "name": "M3eSnackbarElement",
41029
+ "cssProperties": [
41030
+ {
41031
+ "description": "Vertical offset from the bottom of the viewport.",
41032
+ "name": "--m3e-snackbar-margin"
41033
+ },
41034
+ {
41035
+ "description": "Border radius of the snackbar container.",
41036
+ "name": "--m3e-snackbar-container-shape"
41037
+ },
41038
+ {
41039
+ "description": "Background color of the snackbar.",
41040
+ "name": "--m3e-snackbar-container-color"
41041
+ },
41042
+ {
41043
+ "description": "Internal spacing of the snackbar container.",
41044
+ "name": "--m3e-snackbar-padding"
41045
+ },
41046
+ {
41047
+ "description": "Minimum width of the snackbar.",
41048
+ "name": "--m3e-snackbar-min-width"
41049
+ },
41050
+ {
41051
+ "description": "Maximum width of the snackbar.",
41052
+ "name": "--m3e-snackbar-max-width"
41053
+ }
41054
+ ],
41055
+ "slots": [
41056
+ {
41057
+ "description": "Renders the content of the snackbar.",
41058
+ "name": ""
41059
+ },
41060
+ {
41061
+ "description": "Renders the icon of the button used to close the snackbar.",
41062
+ "name": "close-icon"
41063
+ }
41064
+ ],
41065
+ "members": [
41066
+ {
41067
+ "kind": "field",
41068
+ "name": "__current",
41069
+ "type": {
41070
+ "text": "M3eSnackbarElement | null"
41071
+ },
41072
+ "static": true,
41073
+ "default": "null",
41074
+ "privacy": "private"
41075
+ },
41076
+ {
41077
+ "kind": "field",
41078
+ "name": "#timeoutId",
41079
+ "privacy": "private",
41080
+ "type": {
41081
+ "text": "number"
41082
+ },
41083
+ "default": "-1"
41084
+ },
41085
+ {
41086
+ "kind": "field",
41087
+ "name": "#actionTaken",
41088
+ "privacy": "private",
41089
+ "type": {
41090
+ "text": "boolean"
41091
+ },
41092
+ "default": "false"
41093
+ },
41094
+ {
41095
+ "kind": "field",
41096
+ "name": "#beforeToggleHandler",
41097
+ "privacy": "private",
41098
+ "readonly": true
41099
+ },
41100
+ {
41101
+ "kind": "field",
41102
+ "name": "current",
41103
+ "type": {
41104
+ "text": "M3eSnackbarElement | null"
41105
+ },
41106
+ "static": true,
41107
+ "description": "The currently open snackbar.",
41108
+ "readonly": true
41109
+ },
41110
+ {
41111
+ "kind": "field",
41112
+ "name": "duration",
41113
+ "type": {
41114
+ "text": "number"
41115
+ },
41116
+ "default": "3000",
41117
+ "description": "The length of time, in milliseconds, to wait before automatically dismissing the snackbar.",
41118
+ "attribute": "duration"
41119
+ },
41120
+ {
41121
+ "kind": "field",
41122
+ "name": "action",
41123
+ "type": {
41124
+ "text": "string"
41125
+ },
41126
+ "default": "\"\"",
41127
+ "description": "The label of the snackbar's action.",
41128
+ "attribute": "action"
41129
+ },
41130
+ {
41131
+ "kind": "field",
41132
+ "name": "dismissible",
41133
+ "type": {
41134
+ "text": "boolean"
41135
+ },
41136
+ "default": "false",
41137
+ "description": "Whether a button is presented that can be used to close the snackbar.",
41138
+ "attribute": "dismissible",
41139
+ "reflects": true
41140
+ },
41141
+ {
41142
+ "kind": "field",
41143
+ "name": "closeLabel",
41144
+ "type": {
41145
+ "text": "string"
41146
+ },
41147
+ "default": "\"Close\"",
41148
+ "description": "The accessible label given to the button used to dismiss the snackbar.",
41149
+ "attribute": "close-label"
41150
+ },
41151
+ {
41152
+ "kind": "field",
41153
+ "name": "isActionTaken",
41154
+ "type": {
41155
+ "text": "boolean"
41156
+ },
41157
+ "description": "Whether the user clicked the action.",
41158
+ "readonly": true
41159
+ },
41160
+ {
41161
+ "kind": "method",
41162
+ "name": "#renderActionButton",
41163
+ "privacy": "private",
41164
+ "return": {
41165
+ "type": {
41166
+ "text": "unknown"
41167
+ }
41168
+ }
41169
+ },
41170
+ {
41171
+ "kind": "method",
41172
+ "name": "#renderCloseButton",
41173
+ "privacy": "private",
41174
+ "return": {
41175
+ "type": {
41176
+ "text": "unknown"
41177
+ }
41178
+ }
41179
+ },
41180
+ {
41181
+ "kind": "method",
41182
+ "name": "#handleActionClick",
41183
+ "privacy": "private",
41184
+ "return": {
41185
+ "type": {
41186
+ "text": "void"
41187
+ }
41188
+ }
41189
+ },
41190
+ {
41191
+ "kind": "method",
41192
+ "name": "#handleBeforeToggle",
41193
+ "privacy": "private",
41194
+ "return": {
41195
+ "type": {
41196
+ "text": "void"
41197
+ }
41198
+ },
41199
+ "parameters": [
41200
+ {
41201
+ "name": "e",
41202
+ "type": {
41203
+ "text": "ToggleEvent"
41204
+ }
41205
+ }
41206
+ ]
41207
+ }
41208
+ ],
41209
+ "events": [
41210
+ {
41211
+ "description": "Dispatched before the toggle state changes.",
41212
+ "name": "beforetoggle"
41213
+ },
41214
+ {
41215
+ "description": "Dispatched after the toggle state has changed.",
41216
+ "name": "toggle"
41217
+ }
41218
+ ],
41219
+ "attributes": [
41220
+ {
41221
+ "description": "The label of the snackbar's action.",
41222
+ "name": "action",
41223
+ "type": {
41224
+ "text": "string"
41225
+ },
41226
+ "default": "\"\"",
41227
+ "fieldName": "action"
41228
+ },
41229
+ {
41230
+ "description": "The accessible label given to the button used to dismiss the snackbar.",
41231
+ "name": "close-label",
41232
+ "type": {
41233
+ "text": "string"
41234
+ },
41235
+ "default": "\"Close\"",
41236
+ "fieldName": "closeLabel"
41237
+ },
41238
+ {
41239
+ "description": "Whether a button is presented that can be used to close the snackbar.",
41240
+ "name": "dismissible",
41241
+ "type": {
41242
+ "text": "boolean"
41243
+ },
41244
+ "default": "false",
41245
+ "fieldName": "dismissible"
41246
+ },
41247
+ {
41248
+ "description": "The length of time, in milliseconds, to wait before automatically dismissing the snackbar.",
41249
+ "name": "duration",
41250
+ "type": {
41251
+ "text": "number"
41252
+ },
41253
+ "default": "3000",
41254
+ "fieldName": "duration"
41255
+ }
41256
+ ],
41257
+ "mixins": [
41258
+ {
41259
+ "name": "Role",
41260
+ "package": "@m3e/web/core"
41261
+ }
41262
+ ],
41263
+ "superclass": {
41264
+ "name": "LitElement",
41265
+ "package": "lit"
41266
+ },
41267
+ "tagName": "m3e-snackbar",
41268
+ "customElement": true
41269
+ }
41270
+ ],
41271
+ "exports": [
41272
+ {
41273
+ "kind": "js",
41274
+ "name": "M3eSnackbarElement",
41275
+ "declaration": {
41276
+ "name": "M3eSnackbarElement",
41277
+ "module": "src/snackbar/SnackbarElement.ts"
41278
+ }
41279
+ },
41280
+ {
41281
+ "kind": "custom-element-definition",
41282
+ "name": "m3e-snackbar",
41283
+ "declaration": {
41284
+ "name": "M3eSnackbarElement",
41285
+ "module": "src/snackbar/SnackbarElement.ts"
41286
+ }
41287
+ }
41288
+ ]
41289
+ },
40625
41290
  {
40626
41291
  "kind": "javascript-module",
40627
41292
  "path": "src/stepper/index.ts",
@@ -47858,31 +48523,37 @@
47858
48523
  },
47859
48524
  {
47860
48525
  "kind": "javascript-module",
47861
- "path": "src/card/styles/CardStyle.ts",
48526
+ "path": "src/button/styles/ButtonSizeStyle.ts",
47862
48527
  "declarations": [],
47863
48528
  "exports": []
47864
48529
  },
47865
48530
  {
47866
48531
  "kind": "javascript-module",
47867
- "path": "src/card/styles/CardToken.ts",
48532
+ "path": "src/button/styles/ButtonSizeToken.ts",
47868
48533
  "declarations": [],
47869
48534
  "exports": []
47870
48535
  },
47871
48536
  {
47872
48537
  "kind": "javascript-module",
47873
- "path": "src/card/styles/CardVariantStyle.ts",
48538
+ "path": "src/button/styles/ButtonStyle.ts",
47874
48539
  "declarations": [],
47875
48540
  "exports": []
47876
48541
  },
47877
48542
  {
47878
48543
  "kind": "javascript-module",
47879
- "path": "src/card/styles/CardVariantToken.ts",
48544
+ "path": "src/button/styles/ButtonVariantStyle.ts",
47880
48545
  "declarations": [],
47881
48546
  "exports": []
47882
48547
  },
47883
48548
  {
47884
48549
  "kind": "javascript-module",
47885
- "path": "src/card/styles/index.ts",
48550
+ "path": "src/button/styles/ButtonVariantToken.ts",
48551
+ "declarations": [],
48552
+ "exports": []
48553
+ },
48554
+ {
48555
+ "kind": "javascript-module",
48556
+ "path": "src/button/styles/index.ts",
47886
48557
  "declarations": [],
47887
48558
  "exports": [
47888
48559
  {
@@ -47890,7 +48561,7 @@
47890
48561
  "name": "*",
47891
48562
  "declaration": {
47892
48563
  "name": "*",
47893
- "package": "\"./CardStyle\""
48564
+ "package": "\"./ButtonSizeStyle\""
47894
48565
  }
47895
48566
  },
47896
48567
  {
@@ -47898,44 +48569,46 @@
47898
48569
  "name": "*",
47899
48570
  "declaration": {
47900
48571
  "name": "*",
47901
- "package": "\"./CardVariantStyle\""
48572
+ "package": "\"./ButtonStyle\""
48573
+ }
48574
+ },
48575
+ {
48576
+ "kind": "js",
48577
+ "name": "*",
48578
+ "declaration": {
48579
+ "name": "*",
48580
+ "package": "\"./ButtonVariantStyle\""
47902
48581
  }
47903
48582
  }
47904
48583
  ]
47905
48584
  },
47906
48585
  {
47907
48586
  "kind": "javascript-module",
47908
- "path": "src/button/styles/ButtonSizeStyle.ts",
47909
- "declarations": [],
47910
- "exports": []
47911
- },
47912
- {
47913
- "kind": "javascript-module",
47914
- "path": "src/button/styles/ButtonSizeToken.ts",
48587
+ "path": "src/card/styles/CardStyle.ts",
47915
48588
  "declarations": [],
47916
48589
  "exports": []
47917
48590
  },
47918
48591
  {
47919
48592
  "kind": "javascript-module",
47920
- "path": "src/button/styles/ButtonStyle.ts",
48593
+ "path": "src/card/styles/CardToken.ts",
47921
48594
  "declarations": [],
47922
48595
  "exports": []
47923
48596
  },
47924
48597
  {
47925
48598
  "kind": "javascript-module",
47926
- "path": "src/button/styles/ButtonVariantStyle.ts",
48599
+ "path": "src/card/styles/CardVariantStyle.ts",
47927
48600
  "declarations": [],
47928
48601
  "exports": []
47929
48602
  },
47930
48603
  {
47931
48604
  "kind": "javascript-module",
47932
- "path": "src/button/styles/ButtonVariantToken.ts",
48605
+ "path": "src/card/styles/CardVariantToken.ts",
47933
48606
  "declarations": [],
47934
48607
  "exports": []
47935
48608
  },
47936
48609
  {
47937
48610
  "kind": "javascript-module",
47938
- "path": "src/button/styles/index.ts",
48611
+ "path": "src/card/styles/index.ts",
47939
48612
  "declarations": [],
47940
48613
  "exports": [
47941
48614
  {
@@ -47943,15 +48616,7 @@
47943
48616
  "name": "*",
47944
48617
  "declaration": {
47945
48618
  "name": "*",
47946
- "package": "\"./ButtonSizeStyle\""
47947
- }
47948
- },
47949
- {
47950
- "kind": "js",
47951
- "name": "*",
47952
- "declaration": {
47953
- "name": "*",
47954
- "package": "\"./ButtonStyle\""
48619
+ "package": "\"./CardStyle\""
47955
48620
  }
47956
48621
  },
47957
48622
  {
@@ -47959,7 +48624,7 @@
47959
48624
  "name": "*",
47960
48625
  "declaration": {
47961
48626
  "name": "*",
47962
- "package": "\"./ButtonVariantStyle\""
48627
+ "package": "\"./CardVariantStyle\""
47963
48628
  }
47964
48629
  }
47965
48630
  ]
@@ -56995,74 +57660,6 @@
56995
57660
  }
56996
57661
  ]
56997
57662
  },
56998
- {
56999
- "kind": "javascript-module",
57000
- "path": "src/core/shared/directives/index.ts",
57001
- "declarations": [],
57002
- "exports": [
57003
- {
57004
- "kind": "js",
57005
- "name": "*",
57006
- "declaration": {
57007
- "name": "*",
57008
- "package": "\"./safeStyleMap\""
57009
- }
57010
- }
57011
- ]
57012
- },
57013
- {
57014
- "kind": "javascript-module",
57015
- "path": "src/core/shared/directives/safeStyleMap.ts",
57016
- "declarations": [
57017
- {
57018
- "kind": "class",
57019
- "description": "",
57020
- "name": "SafeStyleMapDirective",
57021
- "members": [
57022
- {
57023
- "kind": "field",
57024
- "name": "_previousStyleProperties",
57025
- "type": {
57026
- "text": "Set<string> | undefined"
57027
- },
57028
- "privacy": "private"
57029
- }
57030
- ],
57031
- "superclass": {
57032
- "name": "Directive",
57033
- "package": "lit/directive.js"
57034
- }
57035
- },
57036
- {
57037
- "kind": "variable",
57038
- "name": "safeStyleMap",
57039
- "description": "A directive that applies CSS properties to an element.\r\n\r\n`safeStyleMap` can only be used in the `style` attribute and must be the only\r\nexpression in the attribute. It takes the property names in the\r\nStyleInfostyleInfo object and adds the properties to the inline\r\nstyle of the element.\r\n\r\nProperty names with dashes (`-`) are assumed to be valid CSS\r\nproperty names and set on the element's style object using `setProperty()`.\r\nNames without dashes are assumed to be camelCased JavaScript property names\r\nand set on the element's style object using property assignment, allowing the\r\nstyle object to translate JavaScript-style names to CSS property names.\r\n\r\nFor example `safeStyleMap({backgroundColor: 'red', 'border-top': '5px', '--size':\r\n'0'})` sets the `background-color`, `border-top` and `--size` properties.",
57040
- "parameters": [
57041
- {
57042
- "name": "styleInfo"
57043
- }
57044
- ]
57045
- }
57046
- ],
57047
- "exports": [
57048
- {
57049
- "kind": "js",
57050
- "name": "safeStyleMap",
57051
- "declaration": {
57052
- "name": "safeStyleMap",
57053
- "module": "src/core/shared/directives/safeStyleMap.ts"
57054
- }
57055
- },
57056
- {
57057
- "kind": "js",
57058
- "name": "SafeStyleMapDirective",
57059
- "declaration": {
57060
- "name": "SafeStyleMapDirective",
57061
- "module": "src/core/shared/directives/safeStyleMap.ts"
57062
- }
57063
- }
57064
- ]
57065
- },
57066
57663
  {
57067
57664
  "kind": "javascript-module",
57068
57665
  "path": "src/core/shared/mixins/AttachInternals.ts",
@@ -59644,6 +60241,74 @@
59644
60241
  }
59645
60242
  ]
59646
60243
  },
60244
+ {
60245
+ "kind": "javascript-module",
60246
+ "path": "src/core/shared/directives/index.ts",
60247
+ "declarations": [],
60248
+ "exports": [
60249
+ {
60250
+ "kind": "js",
60251
+ "name": "*",
60252
+ "declaration": {
60253
+ "name": "*",
60254
+ "package": "\"./safeStyleMap\""
60255
+ }
60256
+ }
60257
+ ]
60258
+ },
60259
+ {
60260
+ "kind": "javascript-module",
60261
+ "path": "src/core/shared/directives/safeStyleMap.ts",
60262
+ "declarations": [
60263
+ {
60264
+ "kind": "class",
60265
+ "description": "",
60266
+ "name": "SafeStyleMapDirective",
60267
+ "members": [
60268
+ {
60269
+ "kind": "field",
60270
+ "name": "_previousStyleProperties",
60271
+ "type": {
60272
+ "text": "Set<string> | undefined"
60273
+ },
60274
+ "privacy": "private"
60275
+ }
60276
+ ],
60277
+ "superclass": {
60278
+ "name": "Directive",
60279
+ "package": "lit/directive.js"
60280
+ }
60281
+ },
60282
+ {
60283
+ "kind": "variable",
60284
+ "name": "safeStyleMap",
60285
+ "description": "A directive that applies CSS properties to an element.\r\n\r\n`safeStyleMap` can only be used in the `style` attribute and must be the only\r\nexpression in the attribute. It takes the property names in the\r\nStyleInfostyleInfo object and adds the properties to the inline\r\nstyle of the element.\r\n\r\nProperty names with dashes (`-`) are assumed to be valid CSS\r\nproperty names and set on the element's style object using `setProperty()`.\r\nNames without dashes are assumed to be camelCased JavaScript property names\r\nand set on the element's style object using property assignment, allowing the\r\nstyle object to translate JavaScript-style names to CSS property names.\r\n\r\nFor example `safeStyleMap({backgroundColor: 'red', 'border-top': '5px', '--size':\r\n'0'})` sets the `background-color`, `border-top` and `--size` properties.",
60286
+ "parameters": [
60287
+ {
60288
+ "name": "styleInfo"
60289
+ }
60290
+ ]
60291
+ }
60292
+ ],
60293
+ "exports": [
60294
+ {
60295
+ "kind": "js",
60296
+ "name": "safeStyleMap",
60297
+ "declaration": {
60298
+ "name": "safeStyleMap",
60299
+ "module": "src/core/shared/directives/safeStyleMap.ts"
60300
+ }
60301
+ },
60302
+ {
60303
+ "kind": "js",
60304
+ "name": "SafeStyleMapDirective",
60305
+ "declaration": {
60306
+ "name": "SafeStyleMapDirective",
60307
+ "module": "src/core/shared/directives/safeStyleMap.ts"
60308
+ }
60309
+ }
60310
+ ]
60311
+ },
59647
60312
  {
59648
60313
  "kind": "javascript-module",
59649
60314
  "path": "src/core/shared/primitives/ActionElementBase.ts",
@@ -60208,6 +60873,14 @@
60208
60873
  {
60209
60874
  "description": "The visibility of the focus ring.",
60210
60875
  "name": "--m3e-focus-ring-visibility"
60876
+ },
60877
+ {
60878
+ "description": "Offset of an outward focus ring.",
60879
+ "name": "--m3e-focus-ring-outward-offset"
60880
+ },
60881
+ {
60882
+ "description": "Offset of an inward focus ring.",
60883
+ "name": "--m3e-focus-ring-inward-offset"
60211
60884
  }
60212
60885
  ],
60213
60886
  "members": [