@maggioli-design-system/magma 1.11.8 → 1.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (301) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/magma-components.cjs.js +1 -1
  3. package/dist/cjs/mds-accordion-item.cjs.entry.js +1 -1
  4. package/dist/cjs/mds-accordion-timer-item.cjs.entry.js +1 -1
  5. package/dist/cjs/mds-accordion-timer.cjs.entry.js +1 -1
  6. package/dist/cjs/mds-accordion.cjs.entry.js +1 -1
  7. package/dist/cjs/mds-author.cjs.entry.js +2 -2
  8. package/dist/cjs/mds-avatar-stack-item.cjs.entry.js +1 -1
  9. package/dist/cjs/mds-avatar-stack.cjs.entry.js +1 -1
  10. package/dist/cjs/mds-avatar.cjs.entry.js +1 -1
  11. package/dist/cjs/mds-badge.cjs.entry.js +1 -1
  12. package/dist/cjs/mds-banner_3.cjs.entry.js +6 -6
  13. package/dist/cjs/mds-benchmark-bar.cjs.entry.js +1 -1
  14. package/dist/cjs/mds-bibliography.cjs.entry.js +7 -7
  15. package/dist/cjs/mds-breadcrumb-item.cjs.entry.js +1 -1
  16. package/dist/cjs/mds-breadcrumb.cjs.entry.js +2 -2
  17. package/dist/cjs/mds-button-dropdown.cjs.entry.js +1 -1
  18. package/dist/cjs/mds-button-group.cjs.entry.js +1 -1
  19. package/dist/cjs/mds-button_3.cjs.entry.js +2 -2
  20. package/dist/cjs/mds-calendar_2.cjs.entry.js +246 -128
  21. package/dist/cjs/mds-card-content.cjs.entry.js +1 -1
  22. package/dist/cjs/mds-card-footer.cjs.entry.js +1 -1
  23. package/dist/cjs/mds-card-header.cjs.entry.js +1 -1
  24. package/dist/cjs/mds-card-media.cjs.entry.js +1 -1
  25. package/dist/cjs/mds-card.cjs.entry.js +1 -1
  26. package/dist/cjs/mds-details.cjs.entry.js +1 -1
  27. package/dist/cjs/mds-dropdown.cjs.entry.js +2 -2
  28. package/dist/cjs/mds-emoji.cjs.entry.js +1 -1
  29. package/dist/cjs/mds-entity.cjs.entry.js +4 -4
  30. package/dist/cjs/mds-file-preview.cjs.entry.js +2 -2
  31. package/dist/cjs/mds-file.cjs.entry.js +3 -3
  32. package/dist/cjs/mds-filter-item.cjs.entry.js +1 -1
  33. package/dist/cjs/mds-filter.cjs.entry.js +1 -1
  34. package/dist/cjs/mds-header-bar.cjs.entry.js +3 -3
  35. package/dist/cjs/mds-header.cjs.entry.js +2 -2
  36. package/dist/cjs/mds-horizontal-scroll.cjs.entry.js +1 -1
  37. package/dist/cjs/mds-hr.cjs.entry.js +1 -1
  38. package/dist/cjs/mds-input-date-range.cjs.entry.js +197 -55
  39. package/dist/cjs/mds-input-date.cjs.entry.js +16 -10
  40. package/dist/cjs/mds-input.cjs.entry.js +9 -9
  41. package/dist/collection/components/mds-accordion/mds-accordion.js +1 -1
  42. package/dist/collection/components/mds-accordion-item/mds-accordion-item.js +1 -1
  43. package/dist/collection/components/mds-accordion-timer/mds-accordion-timer.js +1 -1
  44. package/dist/collection/components/mds-accordion-timer-item/mds-accordion-timer-item.js +1 -1
  45. package/dist/collection/components/mds-author/mds-author.js +2 -2
  46. package/dist/collection/components/mds-avatar/mds-avatar.js +1 -1
  47. package/dist/collection/components/mds-avatar-stack/mds-avatar-stack.js +1 -1
  48. package/dist/collection/components/mds-avatar-stack-item/mds-avatar-stack-item.js +1 -1
  49. package/dist/collection/components/mds-badge/mds-badge.js +1 -1
  50. package/dist/collection/components/mds-banner/mds-banner.js +2 -2
  51. package/dist/collection/components/mds-benchmark-bar/mds-benchmark-bar.js +1 -1
  52. package/dist/collection/components/mds-bibliography/mds-bibliography.js +7 -7
  53. package/dist/collection/components/mds-breadcrumb/mds-breadcrumb.js +2 -2
  54. package/dist/collection/components/mds-breadcrumb-item/mds-breadcrumb-item.js +1 -1
  55. package/dist/collection/components/mds-button/mds-button.js +1 -1
  56. package/dist/collection/components/mds-button-dropdown/mds-button-dropdown.js +1 -1
  57. package/dist/collection/components/mds-button-group/mds-button-group.js +1 -1
  58. package/dist/collection/components/mds-calendar/mds-calendar.css +50 -7
  59. package/dist/collection/components/mds-calendar/mds-calendar.js +413 -128
  60. package/dist/collection/components/mds-calendar-cell/mds-calendar-cell.js +1 -1
  61. package/dist/collection/components/mds-card/mds-card.js +1 -1
  62. package/dist/collection/components/mds-card-content/mds-card-content.js +1 -1
  63. package/dist/collection/components/mds-card-footer/mds-card-footer.js +1 -1
  64. package/dist/collection/components/mds-card-header/mds-card-header.js +1 -1
  65. package/dist/collection/components/mds-card-media/mds-card-media.js +1 -1
  66. package/dist/collection/components/mds-chip/mds-chip.js +3 -3
  67. package/dist/collection/components/mds-details/mds-details.js +1 -1
  68. package/dist/collection/components/mds-dropdown/mds-dropdown.js +2 -2
  69. package/dist/collection/components/mds-emoji/mds-emoji.js +1 -1
  70. package/dist/collection/components/mds-entity/mds-entity.js +4 -4
  71. package/dist/collection/components/mds-file/mds-file.js +3 -3
  72. package/dist/collection/components/mds-file-preview/mds-file-preview.js +2 -2
  73. package/dist/collection/components/mds-filter/mds-filter.js +1 -1
  74. package/dist/collection/components/mds-filter-item/mds-filter-item.js +1 -1
  75. package/dist/collection/components/mds-header/mds-header.js +2 -2
  76. package/dist/collection/components/mds-header-bar/mds-header-bar.js +3 -3
  77. package/dist/collection/components/mds-help/mds-help.js +1 -1
  78. package/dist/collection/components/mds-horizontal-scroll/mds-horizontal-scroll.js +1 -1
  79. package/dist/collection/components/mds-hr/mds-hr.js +1 -1
  80. package/dist/collection/components/mds-icon/mds-icon.js +1 -1
  81. package/dist/collection/components/mds-input/mds-input.js +9 -9
  82. package/dist/collection/components/mds-input-date/mds-input-date.js +19 -11
  83. package/dist/collection/components/mds-input-date-range/mds-input-date-range.css +33 -1
  84. package/dist/collection/components/mds-input-date-range/mds-input-date-range.js +220 -70
  85. package/dist/collection/components/mds-input-date-range/test/mds-input-date-range.stories.js +10 -0
  86. package/dist/collection/components/mds-keyboard-key/mds-keyboard-key.js +1 -1
  87. package/dist/components/mds-accordion-item.js +1 -1
  88. package/dist/components/mds-accordion-timer-item.js +1 -1
  89. package/dist/components/mds-accordion-timer.js +1 -1
  90. package/dist/components/mds-accordion.js +1 -1
  91. package/dist/components/mds-author.js +2 -2
  92. package/dist/components/mds-avatar-stack-item2.js +1 -1
  93. package/dist/components/mds-avatar-stack.js +1 -1
  94. package/dist/components/mds-avatar2.js +1 -1
  95. package/dist/components/mds-badge2.js +1 -1
  96. package/dist/components/mds-banner2.js +2 -2
  97. package/dist/components/mds-benchmark-bar.js +1 -1
  98. package/dist/components/mds-bibliography.js +7 -7
  99. package/dist/components/mds-breadcrumb-item.js +1 -1
  100. package/dist/components/mds-breadcrumb.js +2 -2
  101. package/dist/components/mds-button-dropdown.js +1 -1
  102. package/dist/components/mds-button-group.js +1 -1
  103. package/dist/components/mds-button2.js +1 -1
  104. package/dist/components/mds-calendar-cell2.js +1 -1
  105. package/dist/components/mds-calendar2.js +256 -128
  106. package/dist/components/mds-card-content.js +1 -1
  107. package/dist/components/mds-card-footer.js +1 -1
  108. package/dist/components/mds-card-header.js +1 -1
  109. package/dist/components/mds-card-media.js +1 -1
  110. package/dist/components/mds-card.js +1 -1
  111. package/dist/components/mds-chip2.js +3 -3
  112. package/dist/components/mds-details.js +1 -1
  113. package/dist/components/mds-dropdown2.js +2 -2
  114. package/dist/components/mds-emoji.js +1 -1
  115. package/dist/components/mds-entity.js +4 -4
  116. package/dist/components/mds-file-preview2.js +2 -2
  117. package/dist/components/mds-file.js +3 -3
  118. package/dist/components/mds-filter-item2.js +1 -1
  119. package/dist/components/mds-filter.js +1 -1
  120. package/dist/components/mds-header-bar.js +3 -3
  121. package/dist/components/mds-header.js +2 -2
  122. package/dist/components/mds-help2.js +1 -1
  123. package/dist/components/mds-horizontal-scroll.js +1 -1
  124. package/dist/components/mds-hr.js +1 -1
  125. package/dist/components/mds-icon2.js +1 -1
  126. package/dist/components/mds-input-date-range.js +199 -55
  127. package/dist/components/mds-input-date.js +17 -10
  128. package/dist/components/mds-input2.js +9 -9
  129. package/dist/documentation.json +238 -32
  130. package/dist/esm/loader.js +1 -1
  131. package/dist/esm/magma-components.js +1 -1
  132. package/dist/esm/mds-accordion-item.entry.js +1 -1
  133. package/dist/esm/mds-accordion-timer-item.entry.js +1 -1
  134. package/dist/esm/mds-accordion-timer.entry.js +1 -1
  135. package/dist/esm/mds-accordion.entry.js +1 -1
  136. package/dist/esm/mds-author.entry.js +2 -2
  137. package/dist/esm/mds-avatar-stack-item.entry.js +1 -1
  138. package/dist/esm/mds-avatar-stack.entry.js +1 -1
  139. package/dist/esm/mds-avatar.entry.js +1 -1
  140. package/dist/esm/mds-badge.entry.js +1 -1
  141. package/dist/esm/mds-banner_3.entry.js +6 -6
  142. package/dist/esm/mds-benchmark-bar.entry.js +1 -1
  143. package/dist/esm/mds-bibliography.entry.js +7 -7
  144. package/dist/esm/mds-breadcrumb-item.entry.js +1 -1
  145. package/dist/esm/mds-breadcrumb.entry.js +2 -2
  146. package/dist/esm/mds-button-dropdown.entry.js +1 -1
  147. package/dist/esm/mds-button-group.entry.js +1 -1
  148. package/dist/esm/mds-button_3.entry.js +2 -2
  149. package/dist/esm/mds-calendar_2.entry.js +246 -128
  150. package/dist/esm/mds-card-content.entry.js +1 -1
  151. package/dist/esm/mds-card-footer.entry.js +1 -1
  152. package/dist/esm/mds-card-header.entry.js +1 -1
  153. package/dist/esm/mds-card-media.entry.js +1 -1
  154. package/dist/esm/mds-card.entry.js +1 -1
  155. package/dist/esm/mds-details.entry.js +1 -1
  156. package/dist/esm/mds-dropdown.entry.js +2 -2
  157. package/dist/esm/mds-emoji.entry.js +1 -1
  158. package/dist/esm/mds-entity.entry.js +4 -4
  159. package/dist/esm/mds-file-preview.entry.js +2 -2
  160. package/dist/esm/mds-file.entry.js +3 -3
  161. package/dist/esm/mds-filter-item.entry.js +1 -1
  162. package/dist/esm/mds-filter.entry.js +1 -1
  163. package/dist/esm/mds-header-bar.entry.js +3 -3
  164. package/dist/esm/mds-header.entry.js +2 -2
  165. package/dist/esm/mds-horizontal-scroll.entry.js +1 -1
  166. package/dist/esm/mds-hr.entry.js +1 -1
  167. package/dist/esm/mds-input-date-range.entry.js +197 -55
  168. package/dist/esm/mds-input-date.entry.js +16 -10
  169. package/dist/esm/mds-input.entry.js +9 -9
  170. package/dist/esm-es5/loader.js +1 -1
  171. package/dist/esm-es5/magma-components.js +1 -1
  172. package/dist/esm-es5/mds-accordion-item.entry.js +1 -1
  173. package/dist/esm-es5/mds-accordion-timer-item.entry.js +1 -1
  174. package/dist/esm-es5/mds-accordion-timer.entry.js +1 -1
  175. package/dist/esm-es5/mds-accordion.entry.js +1 -1
  176. package/dist/esm-es5/mds-author.entry.js +1 -1
  177. package/dist/esm-es5/mds-avatar-stack-item.entry.js +1 -1
  178. package/dist/esm-es5/mds-avatar-stack.entry.js +1 -1
  179. package/dist/esm-es5/mds-avatar.entry.js +1 -1
  180. package/dist/esm-es5/mds-badge.entry.js +1 -1
  181. package/dist/esm-es5/mds-banner_3.entry.js +1 -1
  182. package/dist/esm-es5/mds-benchmark-bar.entry.js +1 -1
  183. package/dist/esm-es5/mds-bibliography.entry.js +1 -1
  184. package/dist/esm-es5/mds-breadcrumb-item.entry.js +1 -1
  185. package/dist/esm-es5/mds-breadcrumb.entry.js +1 -1
  186. package/dist/esm-es5/mds-button-dropdown.entry.js +1 -1
  187. package/dist/esm-es5/mds-button-group.entry.js +1 -1
  188. package/dist/esm-es5/mds-button_3.entry.js +1 -1
  189. package/dist/esm-es5/mds-calendar_2.entry.js +1 -1
  190. package/dist/esm-es5/mds-card-content.entry.js +1 -1
  191. package/dist/esm-es5/mds-card-footer.entry.js +1 -1
  192. package/dist/esm-es5/mds-card-header.entry.js +1 -1
  193. package/dist/esm-es5/mds-card-media.entry.js +1 -1
  194. package/dist/esm-es5/mds-card.entry.js +1 -1
  195. package/dist/esm-es5/mds-details.entry.js +1 -1
  196. package/dist/esm-es5/mds-dropdown.entry.js +1 -1
  197. package/dist/esm-es5/mds-emoji.entry.js +2 -2
  198. package/dist/esm-es5/mds-entity.entry.js +1 -1
  199. package/dist/esm-es5/mds-file-preview.entry.js +1 -1
  200. package/dist/esm-es5/mds-file.entry.js +1 -1
  201. package/dist/esm-es5/mds-filter-item.entry.js +1 -1
  202. package/dist/esm-es5/mds-filter.entry.js +1 -1
  203. package/dist/esm-es5/mds-header-bar.entry.js +1 -1
  204. package/dist/esm-es5/mds-header.entry.js +1 -1
  205. package/dist/esm-es5/mds-horizontal-scroll.entry.js +1 -1
  206. package/dist/esm-es5/mds-hr.entry.js +1 -1
  207. package/dist/esm-es5/mds-input-date-range.entry.js +1 -1
  208. package/dist/esm-es5/mds-input-date.entry.js +1 -1
  209. package/dist/esm-es5/mds-input.entry.js +1 -1
  210. package/dist/hydrate/index.js +539 -262
  211. package/dist/hydrate/index.mjs +539 -262
  212. package/dist/magma-components/magma-components.esm.js +1 -1
  213. package/dist/magma-components/{p-e3b0adb8.entry.js → p-02c9dffb.entry.js} +1 -1
  214. package/dist/magma-components/{p-e8626e7a.system.entry.js → p-03b5bdae.system.entry.js} +1 -1
  215. package/dist/magma-components/{p-fec5168f.entry.js → p-09b27f6e.entry.js} +1 -1
  216. package/dist/magma-components/p-09cbad84.system.entry.js +1 -0
  217. package/dist/magma-components/{p-0c3b813d.entry.js → p-0a9db9fc.entry.js} +1 -1
  218. package/dist/magma-components/{p-beeaec1c.entry.js → p-10957e40.entry.js} +1 -1
  219. package/dist/magma-components/{p-42f5037a.entry.js → p-14cad758.entry.js} +1 -1
  220. package/dist/magma-components/{p-35d85970.entry.js → p-188c906e.entry.js} +1 -1
  221. package/dist/magma-components/{p-91e16169.system.entry.js → p-191e79c8.system.entry.js} +1 -1
  222. package/dist/magma-components/{p-1a8d42d1.system.entry.js → p-1c37f4ce.system.entry.js} +1 -1
  223. package/dist/magma-components/{p-30648e76.system.entry.js → p-1cd6c3fe.system.entry.js} +1 -1
  224. package/dist/magma-components/{p-c3ae9ba7.system.entry.js → p-1f52a479.system.entry.js} +1 -1
  225. package/dist/magma-components/p-20e0f9e3.entry.js +1 -0
  226. package/dist/magma-components/p-26cd6ec8.system.js +1 -1
  227. package/dist/magma-components/{p-237d60e2.system.entry.js → p-2910fa0c.system.entry.js} +1 -1
  228. package/dist/magma-components/{p-d95c9d2e.system.entry.js → p-2d947462.system.entry.js} +1 -1
  229. package/dist/magma-components/{p-0b25be9f.entry.js → p-342a07c7.entry.js} +1 -1
  230. package/dist/magma-components/{p-b228a186.system.entry.js → p-39d9f24d.system.entry.js} +1 -1
  231. package/dist/magma-components/{p-27cb23f6.entry.js → p-3a57f53d.entry.js} +1 -1
  232. package/dist/magma-components/{p-0689710c.system.entry.js → p-3b267a52.system.entry.js} +1 -1
  233. package/dist/magma-components/{p-224f80f4.entry.js → p-3bf7d52c.entry.js} +1 -1
  234. package/dist/magma-components/{p-2de8157b.system.entry.js → p-432be440.system.entry.js} +1 -1
  235. package/dist/magma-components/{p-5eca660e.system.entry.js → p-43a2f192.system.entry.js} +1 -1
  236. package/dist/magma-components/{p-eaf4805a.entry.js → p-48a2e8e4.entry.js} +1 -1
  237. package/dist/magma-components/{p-ff674ef9.entry.js → p-4ab9c985.entry.js} +1 -1
  238. package/dist/magma-components/{p-40eeffe8.entry.js → p-4b76248b.entry.js} +1 -1
  239. package/dist/magma-components/{p-11df77b3.entry.js → p-4cf97724.entry.js} +1 -1
  240. package/dist/magma-components/{p-0e2b6dd3.system.entry.js → p-5359bf5e.system.entry.js} +1 -1
  241. package/dist/magma-components/{p-536b4c16.entry.js → p-5619ed51.entry.js} +1 -1
  242. package/dist/magma-components/{p-d738a403.system.entry.js → p-5edd2f30.system.entry.js} +1 -1
  243. package/dist/magma-components/{p-033e85f1.entry.js → p-606cd4bb.entry.js} +1 -1
  244. package/dist/magma-components/{p-e9ade624.system.entry.js → p-61c35e05.system.entry.js} +1 -1
  245. package/dist/magma-components/{p-6e680417.system.entry.js → p-68a7d370.system.entry.js} +1 -1
  246. package/dist/magma-components/{p-409c9518.system.entry.js → p-7244ca7a.system.entry.js} +1 -1
  247. package/dist/magma-components/{p-a9d6984e.entry.js → p-726cd93c.entry.js} +1 -1
  248. package/dist/magma-components/{p-c2798c9a.system.entry.js → p-7359e097.system.entry.js} +1 -1
  249. package/dist/magma-components/{p-723fbfb0.entry.js → p-78088de2.entry.js} +1 -1
  250. package/dist/magma-components/{p-83b2ee17.entry.js → p-7ae676db.entry.js} +1 -1
  251. package/dist/magma-components/{p-6d3ea2b6.entry.js → p-7b788f04.entry.js} +1 -1
  252. package/dist/magma-components/{p-b727c3a6.system.entry.js → p-80518658.system.entry.js} +1 -1
  253. package/dist/magma-components/{p-f6ef6105.entry.js → p-8314f381.entry.js} +1 -1
  254. package/dist/magma-components/{p-86f45462.entry.js → p-8469b603.entry.js} +1 -1
  255. package/dist/magma-components/{p-09aaa62b.system.entry.js → p-855f1617.system.entry.js} +1 -1
  256. package/dist/magma-components/{p-cae0e727.entry.js → p-89757b16.entry.js} +1 -1
  257. package/dist/magma-components/{p-60342fa8.system.entry.js → p-8bc52935.system.entry.js} +1 -1
  258. package/dist/magma-components/{p-6b4bf0df.entry.js → p-8f091ceb.entry.js} +1 -1
  259. package/dist/magma-components/{p-8859d528.entry.js → p-94fb14aa.entry.js} +1 -1
  260. package/dist/magma-components/{p-755dff75.system.entry.js → p-9b7e1f4b.system.entry.js} +1 -1
  261. package/dist/magma-components/{p-dfdc83ab.entry.js → p-9d5ab31c.entry.js} +1 -1
  262. package/dist/magma-components/{p-ddd59ddb.system.entry.js → p-9d86dd4c.system.entry.js} +1 -1
  263. package/dist/magma-components/{p-9e08e8f1.system.entry.js → p-a776c78c.system.entry.js} +1 -1
  264. package/dist/magma-components/{p-854848ca.entry.js → p-aacb6b47.entry.js} +1 -1
  265. package/dist/magma-components/{p-bdc49c99.entry.js → p-b4bad440.entry.js} +1 -1
  266. package/dist/magma-components/{p-3095eab8.system.entry.js → p-b7aae63a.system.entry.js} +1 -1
  267. package/dist/magma-components/{p-03cadeb4.system.entry.js → p-b7b0f420.system.entry.js} +1 -1
  268. package/dist/magma-components/{p-788e95ce.entry.js → p-ba8142cf.entry.js} +1 -1
  269. package/dist/magma-components/{p-84cf6604.system.entry.js → p-be5a7e23.system.entry.js} +1 -1
  270. package/dist/magma-components/{p-61e3603c.system.entry.js → p-c3304189.system.entry.js} +1 -1
  271. package/dist/magma-components/{p-a201cbab.entry.js → p-c372fe03.entry.js} +1 -1
  272. package/dist/magma-components/{p-b4baf323.entry.js → p-c5730248.entry.js} +1 -1
  273. package/dist/magma-components/{p-3e50c4ab.entry.js → p-c5d2cd00.entry.js} +1 -1
  274. package/dist/magma-components/p-c6785782.entry.js +1 -0
  275. package/dist/magma-components/p-ca4ee5b5.system.entry.js +1 -0
  276. package/dist/magma-components/p-d7cf7569.entry.js +1 -0
  277. package/dist/magma-components/{p-6d1ce884.system.entry.js → p-d98a34dc.system.entry.js} +1 -1
  278. package/dist/magma-components/{p-2b3517af.system.entry.js → p-d99f38a7.system.entry.js} +1 -1
  279. package/dist/magma-components/{p-3c2df04e.system.entry.js → p-dd7b9422.system.entry.js} +1 -1
  280. package/dist/magma-components/{p-58b77d4f.entry.js → p-e0bd7509.entry.js} +1 -1
  281. package/dist/magma-components/{p-a786264e.system.entry.js → p-e32a0ec8.system.entry.js} +1 -1
  282. package/dist/magma-components/{p-12527b99.system.entry.js → p-ef488f9f.system.entry.js} +1 -1
  283. package/dist/magma-components/{p-70223843.system.entry.js → p-f250731c.system.entry.js} +1 -1
  284. package/dist/magma-components/{p-8de607ef.entry.js → p-f2e7d2f0.entry.js} +1 -1
  285. package/dist/magma-components/{p-a9c9e071.system.entry.js → p-f349e728.system.entry.js} +1 -1
  286. package/dist/magma-components/{p-1c2b1a44.system.entry.js → p-f584c1d7.system.entry.js} +1 -1
  287. package/dist/magma-components/{p-f5f97018.entry.js → p-fd25f69a.entry.js} +1 -1
  288. package/dist/magma-components/{p-977d3bf0.entry.js → p-fe3879f3.entry.js} +1 -1
  289. package/dist/magma-components/{p-50b07c72.system.entry.js → p-ff8d8818.system.entry.js} +1 -1
  290. package/dist/stats.json +790 -377
  291. package/dist/types/components/mds-calendar/mds-calendar.d.ts +43 -1
  292. package/dist/types/components/mds-input-date/mds-input-date.d.ts +1 -0
  293. package/dist/types/components/mds-input-date-range/mds-input-date-range.d.ts +23 -4
  294. package/dist/types/components/mds-input-date-range/test/mds-input-date-range.stories.d.ts +12 -0
  295. package/dist/types/components.d.ts +94 -6
  296. package/package.json +1 -1
  297. package/dist/magma-components/p-3da97c74.system.entry.js +0 -1
  298. package/dist/magma-components/p-643fd688.entry.js +0 -1
  299. package/dist/magma-components/p-80b11d2e.entry.js +0 -1
  300. package/dist/magma-components/p-e1f3cc6d.entry.js +0 -1
  301. package/dist/magma-components/p-ead9e4c4.system.entry.js +0 -1
@@ -8,8 +8,8 @@ export class MdsAuthor {
8
8
  this.hasAvatar = this.hostElement.querySelector(':scope > [slot="avatar"]') !== null;
9
9
  }
10
10
  render() {
11
- return (h(Host, { key: '4c7a9747973a4caddf1c8336a242ffa9b242d3c3' }, this.hasAvatar &&
12
- h("div", { key: 'b03113e40e86ebf13af6b92bc6bfa5d3475a88e5', class: "avatar" }, h("slot", { key: 'b199f8de0da9156d88242c300ebf326e12d3e0c6', name: "avatar" })), h("div", { key: 'ca65258f5e6c1fd6bc017d28e6aeede5372f5c79', class: "info" }, h("slot", { key: '589b5d416de22656c0b84f4699055f174c95fc47' }))));
11
+ return (h(Host, { key: '6e11c7c0c249596f71a1c8366260de4860d10c81' }, this.hasAvatar &&
12
+ h("div", { key: 'b41bd067d754ea6608621fccc51dd6029fd5f878', class: "avatar" }, h("slot", { key: '8f081d0069fabf7a36214873873a214b52289336', name: "avatar" })), h("div", { key: '025a5d5749ef5e2a3edd4d202769d525a7572337', class: "info" }, h("slot", { key: '9bfc69fc97d959e6d43a768c00b9874951362685' }))));
13
13
  }
14
14
  static get is() { return "mds-author"; }
15
15
  static get encapsulation() { return "shadow"; }
@@ -101,7 +101,7 @@ export class MdsAvatar {
101
101
  }
102
102
  }
103
103
  render() {
104
- return (h(Host, { key: '64433ea949012f5ceec45ad29de751e7ba87f97e' }, h("div", { key: '3664c4b74a7e940223ee3481c94207b4d24838d6', class: clsx('avatar', this.initials && !this.fallback && !this.src && 'avatar--initials', (this.fallback || (!this.icon && !this.initials && !this.src)) && 'avatar--fallback', this.icon && 'avatar--icon', this.loaded ? 'avatar--loaded' : 'avatar--pending'), part: "wrapper" }, this.initials && !this.count && !this.fallback && !this.src && h("div", { key: '0940bf43411a2be1bfa6d5db6d17c1c2a5f8d18e', class: "initials-text" }, h("span", { key: '9de6cb115b495ede6cce4a92a5dcad2154de7088', class: "fit" }, this.initials.substring(0, 2))), this.count && !this.fallback && !this.src && h("div", { key: '1b5acfeccfaf10fcbbf762f45dc356b608bef5f8', class: "initials-text" }, h("span", { key: '229767c65da4241dfaf79f376c48c00cd20eb599', class: "fit" }, "+", this.count)), this.src && !this.count && !this.fallback && !this.icon && h("mds-img", { key: '108e496baf71405e7d05d81300100e9edf8dcf5a', class: "image", loading: "lazy", onMdsImgLoadError: () => { this.loaded = true; this.fallback = true; }, onMdsImgLoadSuccess: () => { this.loaded = true; }, src: this.src }), this.icon && !this.initials && !this.count && h("mds-icon", { key: '92641655a651f02379203b688a98600b47e00075', class: "icon", part: "icon", name: this.icon }), (this.fallback || (!this.icon && !this.initials && !this.count && !this.src)) && h("i", { key: 'aa63181c39b84bda3dfac8718dbe5aa361f2341c', class: "fallback-icon", innerHTML: miBaselinePerson }))));
104
+ return (h(Host, { key: 'c3306ee1be95f9d93dcb0a102cb837f7a8d6dd18' }, h("div", { key: '43368870688c2972acf1b2e2e64a986b78643f43', class: clsx('avatar', this.initials && !this.fallback && !this.src && 'avatar--initials', (this.fallback || (!this.icon && !this.initials && !this.src)) && 'avatar--fallback', this.icon && 'avatar--icon', this.loaded ? 'avatar--loaded' : 'avatar--pending'), part: "wrapper" }, this.initials && !this.count && !this.fallback && !this.src && h("div", { key: '05d3820664d87acd0ae30f7526c457fef57d4ffd', class: "initials-text" }, h("span", { key: 'b24f8030d87f012fb00f532db07f7862c2f7dc10', class: "fit" }, this.initials.substring(0, 2))), this.count && !this.fallback && !this.src && h("div", { key: '6412b1d878bf29eeac7e7876cfdd443130a0c50b', class: "initials-text" }, h("span", { key: '2f92908d5d316b1fd4135b2d1861efd449a524d5', class: "fit" }, "+", this.count)), this.src && !this.count && !this.fallback && !this.icon && h("mds-img", { key: '116955f0a699604d2f40796298fbd3a3803cd9e5', class: "image", loading: "lazy", onMdsImgLoadError: () => { this.loaded = true; this.fallback = true; }, onMdsImgLoadSuccess: () => { this.loaded = true; }, src: this.src }), this.icon && !this.initials && !this.count && h("mds-icon", { key: '403e8c8ff2e3232101779ba5789f52dbd0b5b028', class: "icon", part: "icon", name: this.icon }), (this.fallback || (!this.icon && !this.initials && !this.count && !this.src)) && h("i", { key: '3899d50da7833d44c2c51aeac5224f46e5b65428', class: "fallback-icon", innerHTML: miBaselinePerson }))));
105
105
  }
106
106
  static get is() { return "mds-avatar"; }
107
107
  static get encapsulation() { return "shadow"; }
@@ -4,7 +4,7 @@ export class MdsAvatarStack {
4
4
  this.items = this.host.querySelectorAll(':scope > mds-avatar-stack-item');
5
5
  }
6
6
  render() {
7
- return (h(Host, { key: '78b181f364fbe7f2e34fb08d8b3867539adf5459' }, h("slot", { key: 'ef96805b4ccccf1ce1af8bfcc445dceadfb0501a' }), this.total !== undefined && this.total - this.items.length > 0 && h("mds-avatar-stack-item", { key: '62c1e61f5f0ef9602ba9c11b068bd6230ec3d5b0', count: this.total - this.items.length })));
7
+ return (h(Host, { key: '67b032fe88171cab309b73832dea41d4e5b5d279' }, h("slot", { key: '2aff2dfc024c39b1cd31ea5626972f50ce06254a' }), this.total !== undefined && this.total - this.items.length > 0 && h("mds-avatar-stack-item", { key: 'bfc70722395cbc1997a0b22888e249769344a1a4', count: this.total - this.items.length })));
8
8
  }
9
9
  static get is() { return "mds-avatar-stack"; }
10
10
  static get encapsulation() { return "shadow"; }
@@ -7,7 +7,7 @@ export class MdsAvatarStackItem {
7
7
  this.tone = 'weak';
8
8
  }
9
9
  render() {
10
- return (h(Host, { key: 'bef80f049650922b8b2d3ce5683d14a3a7e94545' }, h("mds-avatar", { key: 'ae7f73781540f2e63351acf8a64b18a0f836d7cc', class: "avatar", count: this.count, initials: this.initials, src: this.src, tone: this.tone, variant: this.variant })));
10
+ return (h(Host, { key: '5e81510d889eb20e72a5c8534f0bd415047023be' }, h("mds-avatar", { key: '7dd1b1a0eb453faee2948dfabf62d8f39ccec5aa', class: "avatar", count: this.count, initials: this.initials, src: this.src, tone: this.tone, variant: this.variant })));
11
11
  }
12
12
  static get is() { return "mds-avatar-stack-item"; }
13
13
  static get encapsulation() { return "shadow"; }
@@ -18,7 +18,7 @@ export class MdsBadge {
18
18
  this.typography = 'option';
19
19
  }
20
20
  render() {
21
- return (h(Host, { key: '24f9910c73965f56d99f09f189e31444b6131fc6' }, h("mds-text", { key: 'aff98bdaf4742a80a1b34423597f086d3f704206', tag: "span", typography: this.typography, variant: this.typographyVariant }, h("slot", { key: '8c9fa6833b70cb4bf57f5fdff37c34fba427efaf' }))));
21
+ return (h(Host, { key: 'aa594b056692eb558a04e7adbfa9c677c1c7f1fb' }, h("mds-text", { key: 'de789dae87de907f8424aff3706361516a4306f4', tag: "span", typography: this.typography, variant: this.typographyVariant }, h("slot", { key: '905909c0a22767fc1de32037f0b18af0d322f7c4' }))));
22
22
  }
23
23
  static get is() { return "mds-badge"; }
24
24
  static get encapsulation() { return "shadow"; }
@@ -69,9 +69,9 @@ export class MdsBanner {
69
69
  this.km.detachClickBehavior();
70
70
  }
71
71
  render() {
72
- return (h(Host, { key: '610f19a36fc04082371be0b3e917f8747795a23b', "aria-label": this.headline }, h("div", { key: '0f26d82ac44a38cd7af15b55dd17509a27be4f56', class: "body" }, this.icon && h("mds-icon", { key: 'e29afe75686a2ba965ff24f4893a35efd2717ad7', "aria-hidden": "true", class: "icon", name: this.icon }), h("div", { key: '789780fbadceacf87bcb74e7bec7480bfc991021', class: "content" }, this.headline && h("mds-text", { key: 'f9701f993966bbcf89f2005de2acc6cea4cf15bf', "aria-hidden": "true", class: "headline", typography: "h6" }, this.headline), h("div", { key: 'cbc6bc48a95d9f4f101eb0533d13f35a37ebb25a', class: "text" }, h("slot", { key: '5acffbefdff73a9fbb6b8dc2a4a9987b769ebd66' }))), this.deletable && h("mds-button", { key: 'ef4d897c1c9170d39406f3760e0cf317caccdacd', class: "close-button", icon: miBaselineClose, onClick: this.closeBanner, title: this.t.get('cancel') })), this.actions
72
+ return (h(Host, { key: '887b88791934b25523bcb5236a539da2e9087f30', "aria-label": this.headline }, h("div", { key: 'f3b61bb544a3095ccf06470c8c493bdaa2b8c8b0', class: "body" }, this.icon && h("mds-icon", { key: 'fd9149319c9c49d2a9976a9f0ae6e7ffa8fc1fd0', "aria-hidden": "true", class: "icon", name: this.icon }), h("div", { key: '3891eb5646291187cefd68e0875a35dd67852248', class: "content" }, this.headline && h("mds-text", { key: '9b85e11b0b71fefbdc9164be7f224e77f679eb34', "aria-hidden": "true", class: "headline", typography: "h6" }, this.headline), h("div", { key: '714fe7d8063fdca951d0d94845789dd39eaf1e6d', class: "text" }, h("slot", { key: '72d818fd156c6d69b82e5584ecc641eba215823a' }))), this.deletable && h("mds-button", { key: 'feb587470ccb3799609333d5c080e2d2c8b7005a', class: "close-button", icon: miBaselineClose, onClick: this.closeBanner, title: this.t.get('cancel') })), this.actions
73
73
  &&
74
- h("div", { key: 'd33668ef233dfb77176d151f4541538b90e6095b', class: "actions" }, h("slot", { key: '3e146f874402d8e5e3368192ceda4a8526d4e6f8', name: "action" }))));
74
+ h("div", { key: 'aec5c935e8e2f934bfe6fab2291704c8d89cea0a', class: "actions" }, h("slot", { key: '9d1765d04dda9a276bb90a4d9c250bc0d403fedc', name: "action" }))));
75
75
  }
76
76
  static get is() { return "mds-banner"; }
77
77
  static get encapsulation() { return "shadow"; }
@@ -20,7 +20,7 @@ export class MdsBenchmarkBar {
20
20
  }
21
21
  render() {
22
22
  var _a;
23
- return (h(Host, { key: '3d611d46dddb03f3232be40bb6affd60011ca8a4' }, h("div", { key: '5e1e2419507550b7b5423ac954d2a32e5290029e', class: "infos" }, h("mds-text", { key: '0c71ac2380981fb0d964ac35ce45221959b469c5', typography: this.typography, class: "label", id: "label" }, h("slot", { key: '124425ab67b6dda25de9edb78ac7911aab11215c' })), h("mds-text", { key: '4af8b45b109fb21cce5ebdf5a554432e79c938a4', typography: this.typography, class: "value" }, (_a = this.alias) !== null && _a !== void 0 ? _a : this.value)), h("mds-progress", { key: 'c1ae3c981e77fabb9f85e2e98a203b0e6b40a7dd', "aria-labelledby": "label", "aria-valuetext": this.alias, class: "progress", variant: this.variant, progress: this.value / 100, part: "bar" })));
23
+ return (h(Host, { key: '474d8e0d71b7602003560184e41fa0f8e8f83443' }, h("div", { key: '70fb1afe85855dec88fb88441c56a1f9a4579b5a', class: "infos" }, h("mds-text", { key: 'ad956372b7529a3fc795330dd72446f1cfd2e3cb', typography: this.typography, class: "label", id: "label" }, h("slot", { key: 'f127170421f1e85d29d3e0d459e8c06318e7e053' })), h("mds-text", { key: '5c329fd79b7585b9e6108c3e8404577dd487dc5d', typography: this.typography, class: "value" }, (_a = this.alias) !== null && _a !== void 0 ? _a : this.value)), h("mds-progress", { key: 'fa39a1348ca1fafb356f8faf7bff06d36424b1c0', "aria-labelledby": "label", "aria-valuetext": this.alias, class: "progress", variant: this.variant, progress: this.value / 100, part: "bar" })));
24
24
  }
25
25
  static get is() { return "mds-benchmark-bar"; }
26
26
  static get encapsulation() { return "shadow"; }
@@ -125,19 +125,19 @@ export class MdsBibliography {
125
125
  };
126
126
  }
127
127
  render() {
128
- return (h(Host, { key: '13134c79103106f59f1b5f31bb1b79025056b560' }, h("mds-text", { key: 'a8f6e5b63f536ce6984d76281e4553e888962f62', typography: this.typography, variant: this.variant }, this.author && h("span", { key: '45342a411a9a478fe94a41c2a387ad03a109e57d' }, this.showAuthors(this.normalizeAuthors(this.author))), this.format === 'mla' &&
129
- h("span", { key: 'c554797f2733e6df851e20810663bc69057754f6' }, this.name && ' ', this.name &&
128
+ return (h(Host, { key: 'f8621a23d6c09e7427e543290f10bc9335c06c0d' }, h("mds-text", { key: 'fcd23a0f76b12799f622ec8ed5cfd3cb985868fc', typography: this.typography, variant: this.variant }, this.author && h("span", { key: '510deb24ecb214edf294cb9ef8a5e4a28f3d8a4d' }, this.showAuthors(this.normalizeAuthors(this.author))), this.format === 'mla' &&
129
+ h("span", { key: '4cd0d50a2dd539133fd044810e2984e660a8b32e' }, this.name && ' ', this.name &&
130
130
  this.url !== null
131
131
  ? h("a", { class: "link focus-bounce", href: this.url, target: "_blank", rel: this.rel }, h("b", null, h("i", null, this.name, ".")))
132
- : h("b", null, h("i", null, this.name, ".")), this.location && h("span", { key: 'f5639f333d5b07e85603b3eb975754a19c36cbfc' }, " ", this.location, this.publisher !== undefined ? ':' : '.'), this.publisher && h("span", { key: '7c715687e05f82b7ee4772656673ba1a0f40d7e0' }, " ", this.publisher, this.date !== undefined ? ',' : '.'), this.date && h("time", { key: 'fb74b44f20a1193a966d881446ada6f6c30496e4', dateTime: this.date }, " ", this.dateFormatMLA(this.date), ".")), this.format === 'apa' &&
133
- h("span", { key: 'dff3f7fc5801159c3fa659a03916614fdd1ad2c8' }, this.date && h("time", { key: 'b7a628891f21a15a10b582878563368ffb6c00d5', dateTime: this.date }, " (", this.dateFormatAPA(this.date), ")."), this.name && ' ', this.name &&
132
+ : h("b", null, h("i", null, this.name, ".")), this.location && h("span", { key: 'ffee779728bac22838c9e7e2a75ef226475c6d49' }, " ", this.location, this.publisher !== undefined ? ':' : '.'), this.publisher && h("span", { key: '94fee065e91a85f85e0774b7dfd5f9d852780c75' }, " ", this.publisher, this.date !== undefined ? ',' : '.'), this.date && h("time", { key: '1b200be83f0382d57bbb578598c8e58767716f4b', dateTime: this.date }, " ", this.dateFormatMLA(this.date), ".")), this.format === 'apa' &&
133
+ h("span", { key: 'be83f8f9f3a7f68e756e52e1e11d5d2f16688599' }, this.date && h("time", { key: '052a49a6460059becd37ba67103af8b410ce1419', dateTime: this.date }, " (", this.dateFormatAPA(this.date), ")."), this.name && ' ', this.name &&
134
134
  this.url !== null
135
135
  ? h("a", { class: "link focus-bounce", href: this.url, target: "_blank", rel: this.rel }, h("b", null, h("i", null, " ", this.name, ".")))
136
- : h("b", null, h("i", null, " ", this.name, ".")), this.location && h("span", { key: '62519a85f850170be137914c33e8cf931788d82a' }, " ", this.location, this.publisher !== undefined ? ':' : '.'), this.publisher && h("span", { key: 'af0386d87ac4ad7f1105c31862f0d11f480f883e' }, " ", this.publisher, ".")), this.format === 'turabian' &&
137
- h("span", { key: '27555c8e513e5b44c0dc51b667729c885818afb9' }, this.name && ' ', this.name &&
136
+ : h("b", null, h("i", null, " ", this.name, ".")), this.location && h("span", { key: '515be6aef1cda23eea1c3b4c8196553f5c8acf24' }, " ", this.location, this.publisher !== undefined ? ':' : '.'), this.publisher && h("span", { key: '0616a728b447922e77e72e821e8afb3921956702' }, " ", this.publisher, ".")), this.format === 'turabian' &&
137
+ h("span", { key: '0ad594044b55f0b8514e70eb293006cdb4868cca' }, this.name && ' ', this.name &&
138
138
  this.url !== null
139
139
  ? h("a", { class: "link focus-bounce", href: this.url, target: "_blank", rel: this.rel }, h("b", null, h("i", null, " ", this.name, ".")))
140
- : h("b", null, h("i", null, " ", this.name, ".")), this.location && h("span", { key: '85a9fe3d6d52a6a9b3dd8409c709aa673219cebb' }, " ", this.location, this.publisher !== undefined ? ':' : ','), this.publisher && h("span", { key: 'fccb8c51b224aa91c6d95d493c24b5ffb73b107c' }, " ", this.publisher, this.date !== undefined ? ',' : '.'), this.date && h("time", { key: '9ebd1d43e595c04eb7f7807ba365664dfaecfcfb', dateTime: this.date }, " ", this.dateFormatMLA(this.date), ".")))));
140
+ : h("b", null, h("i", null, " ", this.name, ".")), this.location && h("span", { key: '707d2fcfb6650d43c8fe6a4409cb32225483772c' }, " ", this.location, this.publisher !== undefined ? ':' : ','), this.publisher && h("span", { key: 'ab05a22a7c9d7179f7739f6e7abc9ec6bf64b4be' }, " ", this.publisher, this.date !== undefined ? ',' : '.'), this.date && h("time", { key: '1922d53e3453c4e08164d213917d1ee6a21af396', dateTime: this.date }, " ", this.dateFormatMLA(this.date), ".")))));
141
141
  }
142
142
  static get is() { return "mds-bibliography"; }
143
143
  static get encapsulation() { return "shadow"; }
@@ -102,8 +102,8 @@ export class MdsBreadcrumb {
102
102
  this.onChanged(selectedId, event.target);
103
103
  }
104
104
  render() {
105
- return (h(Host, { key: 'd172dbd7f751065a8d82f1e49f6f65a28dc84de7' }, this.back &&
106
- h("mds-button", { key: '74549350b444221097df700f065ff7f5617ccc7c', title: this.t.get('back'), class: "back", icon: miBaselineArrowBack, onClick: this.togglePrevious }), h("slot", { key: 'a643581023d156ddca207776b3fb42bf88428caf' })));
105
+ return (h(Host, { key: '2539b695e261bf9f9a078fd8d58190b0e8c2707d' }, this.back &&
106
+ h("mds-button", { key: 'b740f6a00487c5a58b201c8eccb8f2070c0db8b0', title: this.t.get('back'), class: "back", icon: miBaselineArrowBack, onClick: this.togglePrevious }), h("slot", { key: '9c06a1e596bc63708725e9c90c1233529886cab4' })));
107
107
  }
108
108
  static get is() { return "mds-breadcrumb"; }
109
109
  static get encapsulation() { return "shadow"; }
@@ -29,7 +29,7 @@ export class MdsBreadcrumbItem {
29
29
  this.km.detachClickBehavior();
30
30
  }
31
31
  render() {
32
- return (h(Host, { key: '5eb367049fe7a9b6653c9adf402d4c3214805833' }, h("mds-text", { key: 'b02ca23c5349b61e39f87a0552a501eba8ab8712', tabindex: "0", onClick: this.toggle, class: "text", typography: "detail" }, h("slot", { key: '72f9b67eefbb3055ef69c8626e6a2609715102f9' })), h("i", { key: 'd7c9f3b65c8a125f3ae5e0ea9cd8d83c2b2a49bd', "aria-hidden": "true", class: "icon", innerHTML: miBaselineNavigateNext })));
32
+ return (h(Host, { key: 'd7dc55ec9667648849ace504c3ab33479b04f4aa' }, h("mds-text", { key: '34aa1255db85d58cf1548dd2e14f3beaa6f50bcf', tabindex: "0", onClick: this.toggle, class: "text", typography: "detail" }, h("slot", { key: 'a0a9055b7ad2b092ef71beb7d73585b378f6fec4' })), h("i", { key: 'c4e4cd1a34140c7b42f82a412b8245e555076745', "aria-hidden": "true", class: "icon", innerHTML: miBaselineNavigateNext })));
33
33
  }
34
34
  static get is() { return "mds-breadcrumb-item"; }
35
35
  static get encapsulation() { return "shadow"; }
@@ -186,7 +186,7 @@ export class MdsButton {
186
186
  }
187
187
  render() {
188
188
  this.typography = buttonSizeTypographyVariant[this.size];
189
- return (h(Host, { key: '3c54ecab2250be89d7f925cd4fea6eaeea05fa1f', onMouseDown: this.mouseDown, onMouseUp: this.mouseUp, onMouseOut: this.mouseUp, tabindex: "0" }, h("div", { key: '41edeab2fca583980ac046866f9b0b4c14268f60', class: "await" }, h("mds-spinner", { key: '9b7d06b88d13aa5f343f476fc7aec4aef824670b', class: "spinner", running: this.await })), this.icon && this.iconPosition === 'left' && h("mds-icon", { key: '46f069315b6006c19183b10fc5e3fdc73d2b7e09', "aria-hidden": "true", class: "icon", name: this.icon, part: "icon" }), h("mds-text", { key: '6f15cf82126c3c1e04e00eae75fc43ea657782ea', class: "text", part: "label", typography: this.typography, truncate: this.truncate }, h("slot", { key: '3e068fcac844e33b49afdc5dbff20bd65238136d', onSlotchange: this.onSlotChangeHandler })), this.hasNotification && h("slot", { key: '0482835f6c3160521b9fe2e04ef6721d28815167', name: "notification" }), this.icon && this.iconPosition === 'right' && h("mds-icon", { key: '8d11f6f28287b34517b276431f7cb1d31fad9617', "aria-hidden": "true", class: "icon", name: this.icon, part: "icon" })));
189
+ return (h(Host, { key: '4686bd8d7cb9225f100a4127b6a126377b518d19', onMouseDown: this.mouseDown, onMouseUp: this.mouseUp, onMouseOut: this.mouseUp, tabindex: "0" }, h("div", { key: 'df39bb0ebb2a804af20924648169709397af2c7e', class: "await" }, h("mds-spinner", { key: '2815525a17ea474db3f4064a3bbdf6e953211b13', class: "spinner", running: this.await })), this.icon && this.iconPosition === 'left' && h("mds-icon", { key: 'f464e79898cfa4f68d05fefcb454c26e6088cfaf', "aria-hidden": "true", class: "icon", name: this.icon, part: "icon" }), h("mds-text", { key: '0f30b6ca2508f8928f4fc28c6deb28e93e963db5', class: "text", part: "label", typography: this.typography, truncate: this.truncate }, h("slot", { key: '1d5d0ae7bcdf9abbc87ddbb4bea702971b618e9d', onSlotchange: this.onSlotChangeHandler })), this.hasNotification && h("slot", { key: '0d9dca292a5cb40f51e4c517a399e85286047fc4', name: "notification" }), this.icon && this.iconPosition === 'right' && h("mds-icon", { key: 'f97aff53f85a69e3bd51517fb66f781123c37373', "aria-hidden": "true", class: "icon", name: this.icon, part: "icon" })));
190
190
  }
191
191
  static get is() { return "mds-button"; }
192
192
  static get encapsulation() { return "shadow"; }
@@ -28,7 +28,7 @@ export class MdsButtonDropdown {
28
28
  this.truncate = 'word';
29
29
  }
30
30
  render() {
31
- return (h(Host, { key: '05beeb73f53a32dc21b535b55ee65e60448d6f3e' }, h("mds-button", { key: '3cb4f0863b8c8c80cbb6eb37e673f266f1505bf2', active: this.active, autoFocus: this.autoFocus, await: this.await, disabled: this.disabled, href: this.href, icon: this.icon, size: this.size, target: this.target, tone: this.tone, type: this.type, variant: this.variant }, this.label), h("mds-button", { key: '774a712ab4125f929af6a11e15c1ebdd8228d6ed', active: this.active, autoFocus: this.autoFocus, await: this.await, class: "dropdown-action", disabled: this.disabled, href: this.href, icon: miBaselineKeyboardArrowDown, size: this.size, target: this.target, tone: this.tone, type: this.type, variant: this.variant }), h("mds-dropdown", { key: '12afae125c98f4e70f697f7c88aec18ced59736f', target: '.dropdown-action', part: "dropdown" }, h("slot", { key: '512c0b9009c4652267f1fcaf12782b3cbcac5927' }))));
31
+ return (h(Host, { key: '0bb4a9850fc0a03291258f0d411b50769ec01a77' }, h("mds-button", { key: '8647ce67f62822980f3b030ad2f0dade027c2b1a', active: this.active, autoFocus: this.autoFocus, await: this.await, disabled: this.disabled, href: this.href, icon: this.icon, size: this.size, target: this.target, tone: this.tone, type: this.type, variant: this.variant }, this.label), h("mds-button", { key: '427b779bebdcf5a399b647485b26a3f271a7e813', active: this.active, autoFocus: this.autoFocus, await: this.await, class: "dropdown-action", disabled: this.disabled, href: this.href, icon: miBaselineKeyboardArrowDown, size: this.size, target: this.target, tone: this.tone, type: this.type, variant: this.variant }), h("mds-dropdown", { key: '9d20cd3ac389c3fcf6d72f39dff7a088b8d8a83b', target: '.dropdown-action', part: "dropdown" }, h("slot", { key: 'c366fad5c5d8d5eae317660fb26a5ee704d78b30' }))));
32
32
  }
33
33
  static get is() { return "mds-button-dropdown"; }
34
34
  static get encapsulation() { return "shadow"; }
@@ -1,7 +1,7 @@
1
1
  import { Host, h } from "@stencil/core";
2
2
  export class MdsButtonGroup {
3
3
  render() {
4
- return (h(Host, { key: 'a21b4ec16be1c58b4675a56dcddf4e3ae79dea6d' }, h("slot", { key: '22bf93b5f407811c994d42b77483b00a223992fb' })));
4
+ return (h(Host, { key: 'feac7d0149984045e05c2f9f555dcde0ee4f3882' }, h("slot", { key: '81f58342763cc799aab7fcc3b8bd2739b64b34ce' })));
5
5
  }
6
6
  static get is() { return "mds-button-group"; }
7
7
  static get encapsulation() { return "shadow"; }
@@ -8,6 +8,8 @@
8
8
  --mds-calendar-border-radius: 0.5rem;
9
9
  --mds-calendar-background: rgb(var(--tone-neutral));
10
10
  --mds-calendar-padding: 1rem;
11
+ --mds-calendar-select-month-or-year-height: 2.25rem;
12
+ --mds-calendar-select-month-or-year-width: 14rem;
11
13
 
12
14
  background-color: rgb(var(--tone-neutral-09));
13
15
  border-radius: var(--mds-calendar-border-radius);
@@ -22,7 +24,9 @@
22
24
  .calendar-view {
23
25
  background-color: var(--mds-calendar-background);
24
26
  border-radius: inherit;
27
+ box-sizing: border-box;
25
28
  display: grid;
29
+ flex: 1 1 auto;
26
30
  padding: var(--mds-calendar-padding);
27
31
  }
28
32
 
@@ -41,6 +45,7 @@ nav {
41
45
  display: flex;
42
46
  gap: 0.5rem;
43
47
  justify-content: space-between;
48
+ min-width: 0;
44
49
  }
45
50
 
46
51
  .action {
@@ -58,17 +63,57 @@ nav {
58
63
  }
59
64
 
60
65
  .select-month-or-year {
66
+ align-items: stretch;
61
67
  background-color: rgb(var(--tone-neutral-09));
62
- border-radius: 0.5rem;
68
+ block-size: var(--mds-calendar-select-month-or-year-height);
69
+ border-radius: var(--mds-calendar-border-radius);
70
+ box-sizing: border-box;
63
71
  display: flex;
64
- flex-grow: 1;
65
- justify-content: space-evenly;
72
+ flex: 0 0 var(--mds-calendar-select-month-or-year-width);
73
+ height: var(--mds-calendar-select-month-or-year-height);
74
+ justify-content: flex-start;
75
+ inline-size: var(--mds-calendar-select-month-or-year-width);
76
+ max-block-size: var(--mds-calendar-select-month-or-year-height);
77
+ max-height: var(--mds-calendar-select-month-or-year-height);
78
+ max-inline-size: var(--mds-calendar-select-month-or-year-width);
79
+ min-block-size: var(--mds-calendar-select-month-or-year-height);
80
+ min-height: var(--mds-calendar-select-month-or-year-height);
81
+ min-inline-size: var(--mds-calendar-select-month-or-year-width);
82
+ overflow: hidden;
66
83
  }
67
84
 
85
+
68
86
  .action-month,
69
87
  .action-year {
70
- flex-basis: 0;
71
- flex-grow: 1;
88
+ --mds-button-radius: 0;
89
+
90
+ align-self: stretch;
91
+ block-size: 100%;
92
+ box-sizing: border-box;
93
+ cursor: default;
94
+ height: 100%;
95
+ max-block-size: 100%;
96
+ max-height: 100%;
97
+ min-block-size: 0;
98
+ min-height: 0;
99
+ padding-left: 0.5rem;
100
+ padding-right: 0.5rem;
101
+ }
102
+
103
+ .action-month {
104
+ flex: 1 1 auto;
105
+ min-width: 0;
106
+ }
107
+
108
+ .action-year {
109
+ flex: 0 0 4.5rem;
110
+ }
111
+
112
+ .action-month::part(label),
113
+ .action-year::part(label) {
114
+ overflow: visible;
115
+ text-overflow: clip;
116
+ white-space: nowrap;
72
117
  }
73
118
 
74
119
  .week-day-name {
@@ -102,5 +147,3 @@ nav {
102
147
  min-width: 0;
103
148
  }
104
149
 
105
-
106
-