morya-ui 0.2.9 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (457) hide show
  1. package/CHANGELOG.md +76 -0
  2. package/dist/{Button-DO5oukfg.js → Button-smoDleh0.js} +2 -2
  3. package/dist/{Card-BQfmv5Iw.js → Card-Dsmnzong.js} +1 -1
  4. package/dist/{Checkbox-CL05RRUD.js → Checkbox-BzbAUfyZ.js} +2 -2
  5. package/dist/FlyoutSubmenu-BrUPmJa1.js +45 -0
  6. package/dist/Icon-od9Ob-Ay.js +393 -0
  7. package/dist/Loading-BSsRs6v9.js +420 -0
  8. package/dist/{Pagination-CUwCtWhz.js → Pagination-DrXmzcEy.js} +3 -3
  9. package/dist/Popover-BQ07q4VV.js +179 -0
  10. package/dist/{Radio-DsaKvbhk.js → Radio-rF6zdR5Y.js} +2 -2
  11. package/dist/{ScrollBody-D2IHKP6U.js → ScrollBody-5hUnHj_M.js} +1 -1
  12. package/dist/{Scrollbar-BYnCO8fv.js → Scrollbar-DTeJ8P5b.js} +2 -2
  13. package/dist/Tooltip-D5DO0B3z.js +105 -0
  14. package/dist/VirtualScroller-CHoFCmpP.js +75 -0
  15. package/dist/accordion/index.js +42 -39
  16. package/dist/accordion/style.css +271 -17
  17. package/dist/auto-complete/index.js +185 -124
  18. package/dist/auto-complete/style.css +445 -56
  19. package/dist/auto-complete/style.js +2 -0
  20. package/dist/avatar/index.js +2 -2
  21. package/dist/avatar/style.css +233 -22
  22. package/dist/badge/index.js +25 -20
  23. package/dist/badge/style.css +253 -24
  24. package/dist/block-ui/index.js +26 -13
  25. package/dist/block-ui/style.css +228 -17
  26. package/dist/breadcrumb/index.js +2 -2
  27. package/dist/breadcrumb/style.css +228 -17
  28. package/dist/button/index.js +2 -2
  29. package/dist/button/style.css +229 -18
  30. package/dist/card/index.js +1 -1
  31. package/dist/card/style.css +228 -17
  32. package/dist/carousel/index.js +74 -66
  33. package/dist/carousel/style.css +256 -28
  34. package/dist/cascade-select/index.js +172 -143
  35. package/dist/cascade-select/style.css +460 -61
  36. package/dist/cascade-select/style.js +1 -0
  37. package/dist/checkbox/index.js +2 -2
  38. package/dist/checkbox/style.css +228 -17
  39. package/dist/chip/index.js +2 -2
  40. package/dist/chip/style.css +236 -19
  41. package/dist/command-menu/index.js +58 -45
  42. package/dist/command-menu/style.css +234 -21
  43. package/dist/components/Accordion/Accordion.vue.d.ts +2 -2
  44. package/dist/components/Accordion/Accordion.vue.d.ts.map +1 -1
  45. package/dist/components/Accordion/styles.css +43 -0
  46. package/dist/components/AutoComplete/AutoComplete.vue.d.ts +11 -4
  47. package/dist/components/AutoComplete/AutoComplete.vue.d.ts.map +1 -1
  48. package/dist/components/AutoComplete/styles.css +9 -35
  49. package/dist/components/AutoComplete/types.d.ts +8 -0
  50. package/dist/components/AutoComplete/types.d.ts.map +1 -1
  51. package/dist/components/Avatar/styles.css +4 -4
  52. package/dist/components/Badge/Badge.vue.d.ts.map +1 -1
  53. package/dist/components/Badge/styles.css +25 -7
  54. package/dist/components/BlockUI/BlockUI.vue.d.ts +2 -0
  55. package/dist/components/BlockUI/BlockUI.vue.d.ts.map +1 -1
  56. package/dist/components/BlockUI/types.d.ts +3 -0
  57. package/dist/components/BlockUI/types.d.ts.map +1 -1
  58. package/dist/components/Button/index.d.ts.map +1 -1
  59. package/dist/components/Carousel/Carousel.vue.d.ts.map +1 -1
  60. package/dist/components/Carousel/styles.css +27 -10
  61. package/dist/components/CascadeSelect/CascadeSelect.vue.d.ts +2 -0
  62. package/dist/components/CascadeSelect/CascadeSelect.vue.d.ts.map +1 -1
  63. package/dist/components/CascadeSelect/styles.css +39 -38
  64. package/dist/components/CascadeSelect/types.d.ts +3 -0
  65. package/dist/components/CascadeSelect/types.d.ts.map +1 -1
  66. package/dist/components/Chip/styles.css +7 -1
  67. package/dist/components/CommandMenu/CommandMenu.vue.d.ts +2 -0
  68. package/dist/components/CommandMenu/CommandMenu.vue.d.ts.map +1 -1
  69. package/dist/components/CommandMenu/styles.css +2 -0
  70. package/dist/components/CommandMenu/types.d.ts +3 -0
  71. package/dist/components/CommandMenu/types.d.ts.map +1 -1
  72. package/dist/components/ConfigProvider/ConfigProvider.vue.d.ts +2 -0
  73. package/dist/components/ConfigProvider/ConfigProvider.vue.d.ts.map +1 -1
  74. package/dist/components/ConfigProvider/types.d.ts +1 -1
  75. package/dist/components/ConfigProvider/types.d.ts.map +1 -1
  76. package/dist/components/ConfirmDialog/ConfirmDialog.vue.d.ts +2 -1
  77. package/dist/components/ConfirmDialog/ConfirmDialog.vue.d.ts.map +1 -1
  78. package/dist/components/ConfirmDialog/types.d.ts +3 -0
  79. package/dist/components/ConfirmDialog/types.d.ts.map +1 -1
  80. package/dist/components/ConfirmPopup/ConfirmPopup.vue.d.ts +2 -0
  81. package/dist/components/ConfirmPopup/ConfirmPopup.vue.d.ts.map +1 -1
  82. package/dist/components/ConfirmPopup/types.d.ts +3 -0
  83. package/dist/components/ConfirmPopup/types.d.ts.map +1 -1
  84. package/dist/components/ContextMenu/ContextMenu.vue.d.ts +2 -0
  85. package/dist/components/ContextMenu/ContextMenu.vue.d.ts.map +1 -1
  86. package/dist/components/ContextMenu/styles.css +2 -0
  87. package/dist/components/ContextMenu/types.d.ts +3 -0
  88. package/dist/components/ContextMenu/types.d.ts.map +1 -1
  89. package/dist/components/DataView/DataView.vue.d.ts +7 -7
  90. package/dist/components/DataView/DataView.vue.d.ts.map +1 -1
  91. package/dist/components/DataView/styles.css +0 -20
  92. package/dist/components/DatePicker/DatePicker.vue.d.ts +2 -0
  93. package/dist/components/DatePicker/DatePicker.vue.d.ts.map +1 -1
  94. package/dist/components/DatePicker/types.d.ts +3 -0
  95. package/dist/components/DatePicker/types.d.ts.map +1 -1
  96. package/dist/components/Dialog/Dialog.vue.d.ts +2 -0
  97. package/dist/components/Dialog/Dialog.vue.d.ts.map +1 -1
  98. package/dist/components/Dialog/index.d.ts.map +1 -1
  99. package/dist/components/Dialog/styles.css +190 -4
  100. package/dist/components/Dialog/types.d.ts +3 -0
  101. package/dist/components/Dialog/types.d.ts.map +1 -1
  102. package/dist/components/Drawer/Drawer.vue.d.ts +2 -0
  103. package/dist/components/Drawer/Drawer.vue.d.ts.map +1 -1
  104. package/dist/components/Drawer/styles.css +189 -4
  105. package/dist/components/Drawer/types.d.ts +3 -0
  106. package/dist/components/Drawer/types.d.ts.map +1 -1
  107. package/dist/components/Dropdown/Dropdown.vue.d.ts +4 -2
  108. package/dist/components/Dropdown/Dropdown.vue.d.ts.map +1 -1
  109. package/dist/components/Dropdown/DropdownNodes.vue.d.ts +8 -9
  110. package/dist/components/Dropdown/DropdownNodes.vue.d.ts.map +1 -1
  111. package/dist/components/Dropdown/styles.css +27 -4
  112. package/dist/components/Dropdown/types.d.ts +3 -0
  113. package/dist/components/Dropdown/types.d.ts.map +1 -1
  114. package/dist/components/Empty/index.d.ts.map +1 -1
  115. package/dist/components/Empty/styles.css +6 -6
  116. package/dist/components/Fieldset/Fieldset.vue.d.ts.map +1 -1
  117. package/dist/components/Fieldset/styles.css +17 -6
  118. package/dist/components/FileUpload/FileUpload.vue.d.ts +1 -1
  119. package/dist/components/FloatLabel/styles.css +19 -7
  120. package/dist/components/Form/styles.css +21 -0
  121. package/dist/components/Icon/Icon.vue.d.ts.map +1 -1
  122. package/dist/components/Icon/icon-categories.d.ts.map +1 -1
  123. package/dist/components/Icon/icons-types.d.ts +4 -2
  124. package/dist/components/Icon/icons-types.d.ts.map +1 -1
  125. package/dist/components/Icon/icons.d.ts +250 -561
  126. package/dist/components/Icon/icons.d.ts.map +1 -1
  127. package/dist/components/Icon/index.d.ts +2 -2
  128. package/dist/components/Icon/index.d.ts.map +1 -1
  129. package/dist/components/Icon/styles.css +1 -1
  130. package/dist/components/Input/index.d.ts.map +1 -1
  131. package/dist/components/Input/styles.css +19 -2
  132. package/dist/components/InputTags/styles.css +3 -1
  133. package/dist/components/Layout/LayoutSider.vue.d.ts.map +1 -1
  134. package/dist/components/Layout/styles.css +29 -16
  135. package/dist/components/Layout/types.d.ts +4 -2
  136. package/dist/components/Layout/types.d.ts.map +1 -1
  137. package/dist/components/Listbox/Listbox.vue.d.ts +7 -2
  138. package/dist/components/Listbox/Listbox.vue.d.ts.map +1 -1
  139. package/dist/components/Listbox/styles.css +10 -0
  140. package/dist/components/Listbox/types.d.ts +5 -0
  141. package/dist/components/Listbox/types.d.ts.map +1 -1
  142. package/dist/components/Loading/Loading.vue.d.ts +2 -0
  143. package/dist/components/Loading/Loading.vue.d.ts.map +1 -1
  144. package/dist/components/Loading/LoadingIndicator.vue.d.ts.map +1 -1
  145. package/dist/components/Loading/loading.d.ts.map +1 -1
  146. package/dist/components/Loading/styles.css +25 -17
  147. package/dist/components/Loading/types.d.ts +3 -0
  148. package/dist/components/Loading/types.d.ts.map +1 -1
  149. package/dist/components/MegaMenu/MegaMenu.vue.d.ts +2 -0
  150. package/dist/components/MegaMenu/MegaMenu.vue.d.ts.map +1 -1
  151. package/dist/components/MegaMenu/styles.css +1 -0
  152. package/dist/components/MegaMenu/types.d.ts +3 -0
  153. package/dist/components/MegaMenu/types.d.ts.map +1 -1
  154. package/dist/components/Menu/Menu.vue.d.ts +3 -1
  155. package/dist/components/Menu/Menu.vue.d.ts.map +1 -1
  156. package/dist/components/Menu/styles.css +16 -9
  157. package/dist/components/Menu/types.d.ts +3 -0
  158. package/dist/components/Menu/types.d.ts.map +1 -1
  159. package/dist/components/Menubar/Menubar.vue.d.ts +2 -0
  160. package/dist/components/Menubar/Menubar.vue.d.ts.map +1 -1
  161. package/dist/components/Menubar/styles.css +8 -0
  162. package/dist/components/Menubar/types.d.ts +3 -0
  163. package/dist/components/Menubar/types.d.ts.map +1 -1
  164. package/dist/components/Message/Message.vue.d.ts +2 -0
  165. package/dist/components/Message/Message.vue.d.ts.map +1 -1
  166. package/dist/components/Message/types.d.ts +3 -0
  167. package/dist/components/Message/types.d.ts.map +1 -1
  168. package/dist/components/MeterGroup/styles.css +2 -2
  169. package/dist/components/Panel/Panel.vue.d.ts.map +1 -1
  170. package/dist/components/Panel/styles.css +21 -6
  171. package/dist/components/Popover/Popover.vue.d.ts +2 -0
  172. package/dist/components/Popover/Popover.vue.d.ts.map +1 -1
  173. package/dist/components/Popover/types.d.ts +3 -0
  174. package/dist/components/Popover/types.d.ts.map +1 -1
  175. package/dist/components/ProgressBar/ProgressBar.vue.d.ts.map +1 -1
  176. package/dist/components/ProgressBar/styles.css +30 -8
  177. package/dist/components/ProgressSpinner/ProgressSpinner.vue.d.ts.map +1 -1
  178. package/dist/components/ProgressSpinner/styles.css +3 -3
  179. package/dist/components/Result/index.d.ts.map +1 -1
  180. package/dist/components/Result/styles.css +17 -17
  181. package/dist/components/ScrollTop/ScrollTop.vue.d.ts +1 -1
  182. package/dist/components/Scrollbar/Scrollbar.vue.d.ts +1 -1
  183. package/dist/components/Scrollbar/Scrollbar.vue.d.ts.map +1 -1
  184. package/dist/components/Scrollbar/styles.css +3 -3
  185. package/dist/components/Select/Select.vue.d.ts +15 -4
  186. package/dist/components/Select/Select.vue.d.ts.map +1 -1
  187. package/dist/components/Select/index.d.ts.map +1 -1
  188. package/dist/components/Select/styles.css +42 -91
  189. package/dist/components/Select/types.d.ts +19 -1
  190. package/dist/components/Select/types.d.ts.map +1 -1
  191. package/dist/components/Sidebar/styles.css +8 -10
  192. package/dist/components/Skeleton/Skeleton.vue.d.ts +1 -1
  193. package/dist/components/Skeleton/Skeleton.vue.d.ts.map +1 -1
  194. package/dist/components/Slider/Slider.vue.d.ts +1 -1
  195. package/dist/components/Slider/styles.css +9 -0
  196. package/dist/components/SpeedDial/SpeedDial.vue.d.ts +2 -0
  197. package/dist/components/SpeedDial/SpeedDial.vue.d.ts.map +1 -1
  198. package/dist/components/SpeedDial/types.d.ts +3 -0
  199. package/dist/components/SpeedDial/types.d.ts.map +1 -1
  200. package/dist/components/SplitButton/SplitButton.vue.d.ts +2 -0
  201. package/dist/components/SplitButton/SplitButton.vue.d.ts.map +1 -1
  202. package/dist/components/SplitButton/styles.css +5 -0
  203. package/dist/components/SplitButton/types.d.ts +3 -0
  204. package/dist/components/SplitButton/types.d.ts.map +1 -1
  205. package/dist/components/Splitter/Splitter.vue.d.ts +5 -3
  206. package/dist/components/Splitter/Splitter.vue.d.ts.map +1 -1
  207. package/dist/components/Splitter/index.d.ts +1 -1
  208. package/dist/components/Splitter/index.d.ts.map +1 -1
  209. package/dist/components/Splitter/styles.css +12 -0
  210. package/dist/components/Splitter/types.d.ts +9 -3
  211. package/dist/components/Splitter/types.d.ts.map +1 -1
  212. package/dist/components/Status/Status.vue.d.ts.map +1 -1
  213. package/dist/components/Status/index.d.ts.map +1 -1
  214. package/dist/components/Status/styles.css +18 -16
  215. package/dist/components/Switch/Switch.vue.d.ts +1 -1
  216. package/dist/components/Table/Table.vue.d.ts +26 -26
  217. package/dist/components/Table/Table.vue.d.ts.map +1 -1
  218. package/dist/components/Table/TableLoadingLine.vue.d.ts.map +1 -1
  219. package/dist/components/Table/hooks/useTotalItems.d.ts.map +1 -1
  220. package/dist/components/Table/styles.css +60 -40
  221. package/dist/components/Tag/styles.css +4 -2
  222. package/dist/components/TieredMenu/TieredMenu.vue.d.ts +3 -1
  223. package/dist/components/TieredMenu/TieredMenu.vue.d.ts.map +1 -1
  224. package/dist/components/TieredMenu/styles.css +2 -0
  225. package/dist/components/TieredMenu/types.d.ts +3 -0
  226. package/dist/components/TieredMenu/types.d.ts.map +1 -1
  227. package/dist/components/Toast/Toast.vue.d.ts +2 -0
  228. package/dist/components/Toast/Toast.vue.d.ts.map +1 -1
  229. package/dist/components/Toast/types.d.ts +3 -0
  230. package/dist/components/Toast/types.d.ts.map +1 -1
  231. package/dist/components/Toolbar/styles.css +1 -0
  232. package/dist/components/Tooltip/Tooltip.vue.d.ts +2 -0
  233. package/dist/components/Tooltip/Tooltip.vue.d.ts.map +1 -1
  234. package/dist/components/Tooltip/types.d.ts +3 -0
  235. package/dist/components/Tooltip/types.d.ts.map +1 -1
  236. package/dist/components/Tree/styles.css +1 -1
  237. package/dist/components/TreeSelect/TreeSelect.vue.d.ts +2 -0
  238. package/dist/components/TreeSelect/TreeSelect.vue.d.ts.map +1 -1
  239. package/dist/components/TreeSelect/TreeSelectNodeItem.vue.d.ts +2 -0
  240. package/dist/components/TreeSelect/TreeSelectNodeItem.vue.d.ts.map +1 -1
  241. package/dist/components/TreeSelect/styles.css +5 -57
  242. package/dist/components/TreeSelect/types.d.ts +3 -0
  243. package/dist/components/TreeSelect/types.d.ts.map +1 -1
  244. package/dist/components/TreeTable/styles.css +1 -1
  245. package/dist/components/VirtualScroller/VirtualScroller.vue.d.ts +7 -3
  246. package/dist/components/VirtualScroller/VirtualScroller.vue.d.ts.map +1 -1
  247. package/dist/components/VirtualScroller/index.d.ts +1 -1
  248. package/dist/components/VirtualScroller/index.d.ts.map +1 -1
  249. package/dist/components/VirtualScroller/types.d.ts +5 -0
  250. package/dist/components/VirtualScroller/types.d.ts.map +1 -1
  251. package/dist/{config-BdK5ccNT.js → config-CapALqt3.js} +10 -2
  252. package/dist/config-provider/index.js +5 -3
  253. package/dist/config-provider/style.css +247 -19
  254. package/dist/confirm-dialog/index.js +87 -74
  255. package/dist/confirm-dialog/style.css +419 -22
  256. package/dist/confirm-popup/index.js +82 -68
  257. package/dist/confirm-popup/style.css +229 -18
  258. package/dist/context-menu/index.js +112 -99
  259. package/dist/context-menu/style.css +234 -21
  260. package/dist/data-view/index.js +49 -49
  261. package/dist/data-view/style.css +623 -123
  262. package/dist/data-view/style.js +1 -1
  263. package/dist/date-picker/index.js +166 -152
  264. package/dist/date-picker/style.css +229 -18
  265. package/dist/dialog/index.js +76 -63
  266. package/dist/dialog/style.css +419 -22
  267. package/dist/divider/style.css +228 -17
  268. package/dist/dock/index.js +3 -3
  269. package/dist/dock/style.css +229 -18
  270. package/dist/drawer/index.js +72 -61
  271. package/dist/drawer/style.css +418 -22
  272. package/dist/dropdown/index.js +157 -124
  273. package/dist/dropdown/style.css +259 -25
  274. package/dist/empty/index.js +3 -3
  275. package/dist/empty/style.css +235 -24
  276. package/dist/fieldset/index.js +19 -19
  277. package/dist/fieldset/style.css +246 -24
  278. package/dist/file-upload/index.js +3 -3
  279. package/dist/file-upload/style.css +229 -18
  280. package/dist/flex/index.js +2 -2
  281. package/dist/flex/style.css +228 -17
  282. package/dist/float-label/index.js +1 -1
  283. package/dist/float-label/style.css +247 -24
  284. package/dist/fluid/index.js +1 -1
  285. package/dist/fluid/style.css +228 -17
  286. package/dist/form/index.js +2 -2
  287. package/dist/form/style.css +249 -17
  288. package/dist/gallery/index.js +4 -4
  289. package/dist/gallery/style.css +232 -21
  290. package/dist/grid/index.js +1 -1
  291. package/dist/grid/style.css +228 -17
  292. package/dist/icon/index.js +93 -39
  293. package/dist/icon/style.css +229 -18
  294. package/dist/icon-COrt_N8A.js +18 -0
  295. package/dist/icon-field/index.js +2 -2
  296. package/dist/icon-field/style.css +247 -19
  297. package/dist/index.d.ts +5 -5
  298. package/dist/index.d.ts.map +1 -1
  299. package/dist/index.js +5964 -5327
  300. package/dist/inplace/index.js +1 -1
  301. package/dist/inplace/style.css +228 -17
  302. package/dist/input/index.js +4 -4
  303. package/dist/input/style.css +248 -20
  304. package/dist/input-color/index.js +3 -3
  305. package/dist/input-color/style.css +228 -17
  306. package/dist/input-group/index.js +1 -1
  307. package/dist/input-group/style.css +228 -17
  308. package/dist/input-number/index.js +4 -4
  309. package/dist/input-number/style.css +229 -18
  310. package/dist/input-otp/index.js +3 -3
  311. package/dist/input-otp/style.css +228 -17
  312. package/dist/input-password/index.js +4 -4
  313. package/dist/input-password/style.css +229 -18
  314. package/dist/input-tags/index.js +4 -4
  315. package/dist/input-tags/style.css +232 -19
  316. package/dist/knob/index.js +1 -1
  317. package/dist/knob/style.css +228 -17
  318. package/dist/label/index.js +1 -1
  319. package/dist/label/style.css +228 -17
  320. package/dist/layout/index.js +7 -7
  321. package/dist/layout/style.css +261 -37
  322. package/dist/listbox/index.js +142 -87
  323. package/dist/listbox/style.css +269 -20
  324. package/dist/listbox/style.js +1 -0
  325. package/dist/loading/index.js +32 -407
  326. package/dist/loading/style.css +253 -34
  327. package/dist/{locale-B36KH7c3.js → locale-Bzm2nbEp.js} +1 -1
  328. package/dist/mega-menu/index.js +131 -119
  329. package/dist/mega-menu/style.css +230 -18
  330. package/dist/menu/index.js +278 -261
  331. package/dist/menu/style.css +248 -30
  332. package/dist/menubar/index.js +148 -133
  333. package/dist/menubar/style.css +240 -21
  334. package/dist/message/index.js +120 -107
  335. package/dist/message/style.css +229 -18
  336. package/dist/meter-group/index.js +1 -1
  337. package/dist/meter-group/style.css +230 -19
  338. package/dist/order-list/index.js +4 -4
  339. package/dist/order-list/style.css +229 -18
  340. package/dist/page/index.js +3 -3
  341. package/dist/page/style.css +229 -18
  342. package/dist/pagination/index.js +1 -1
  343. package/dist/pagination/style.css +229 -18
  344. package/dist/panel/index.js +31 -31
  345. package/dist/panel/style.css +250 -24
  346. package/dist/pick-list/index.js +4 -4
  347. package/dist/pick-list/style.css +229 -18
  348. package/dist/popover/index.js +1 -1
  349. package/dist/popover/style.css +228 -17
  350. package/dist/progress-bar/index.js +5 -2
  351. package/dist/progress-bar/style.css +258 -25
  352. package/dist/progress-spinner/index.js +105 -2
  353. package/dist/progress-spinner/style.css +231 -20
  354. package/dist/radio/index.js +2 -2
  355. package/dist/radio/style.css +228 -17
  356. package/dist/rating/index.js +4 -4
  357. package/dist/rating/style.css +229 -18
  358. package/dist/result/index.js +3 -3
  359. package/dist/result/style.css +246 -35
  360. package/dist/scroll-top/index.js +4 -4
  361. package/dist/scroll-top/style.css +232 -21
  362. package/dist/scrollbar/index.js +1 -1
  363. package/dist/scrollbar/style.css +231 -20
  364. package/dist/select/index.js +343 -181
  365. package/dist/select/style.css +491 -114
  366. package/dist/select/style.js +2 -0
  367. package/dist/select-button/index.js +2 -2
  368. package/dist/select-button/style.css +228 -17
  369. package/dist/shared/FlyoutSubmenu.vue.d.ts.map +1 -1
  370. package/dist/shared/componentDefaults.d.ts +62 -0
  371. package/dist/shared/componentDefaults.d.ts.map +1 -1
  372. package/dist/shared/config.d.ts +13 -2
  373. package/dist/shared/config.d.ts.map +1 -1
  374. package/dist/shared/menu/icon.d.ts.map +1 -1
  375. package/dist/shared/styles/control-suffix.css +13 -2
  376. package/dist/shared/styles/select-overlay.css +175 -0
  377. package/dist/shared/useFloatingViewportSync.d.ts +10 -0
  378. package/dist/shared/useFloatingViewportSync.d.ts.map +1 -0
  379. package/dist/shared/usePauseOffscreen.d.ts +14 -0
  380. package/dist/shared/usePauseOffscreen.d.ts.map +1 -0
  381. package/dist/sidebar/index.js +4 -4
  382. package/dist/sidebar/style.css +237 -28
  383. package/dist/skeleton/index.js +34 -19
  384. package/dist/skeleton/style.css +228 -17
  385. package/dist/slider/index.js +3 -3
  386. package/dist/slider/style.css +237 -17
  387. package/dist/space/index.js +2 -2
  388. package/dist/space/style.css +228 -17
  389. package/dist/speed-dial/index.js +112 -98
  390. package/dist/speed-dial/style.css +229 -18
  391. package/dist/split-button/index.js +106 -92
  392. package/dist/split-button/style.css +234 -18
  393. package/dist/splitter/index.js +94 -80
  394. package/dist/splitter/style.css +240 -17
  395. package/dist/status/index.js +30 -26
  396. package/dist/status/style.css +247 -34
  397. package/dist/stepper/index.js +2 -2
  398. package/dist/stepper/style.css +229 -18
  399. package/dist/styles/base.css +132 -5
  400. package/dist/styles.css +1 -1
  401. package/dist/switch/index.js +2 -2
  402. package/dist/switch/style.css +228 -17
  403. package/dist/table/index.js +351 -349
  404. package/dist/table/style.css +687 -147
  405. package/dist/table/style.js +1 -1
  406. package/dist/tabs/index.js +4 -4
  407. package/dist/tabs/style.css +232 -21
  408. package/dist/tag/index.js +3 -3
  409. package/dist/tag/style.css +233 -20
  410. package/dist/terminal/index.js +3 -3
  411. package/dist/terminal/style.css +228 -17
  412. package/dist/textarea/index.js +4 -4
  413. package/dist/textarea/style.css +229 -18
  414. package/dist/theme/index.d.ts +4 -0
  415. package/dist/theme/index.d.ts.map +1 -1
  416. package/dist/theme/motionPresets.d.ts +30 -0
  417. package/dist/theme/motionPresets.d.ts.map +1 -0
  418. package/dist/theme/styles.css +96 -12
  419. package/dist/theme/tokens.d.ts +17 -0
  420. package/dist/theme/tokens.d.ts.map +1 -1
  421. package/dist/theme/useMotion.d.ts.map +1 -1
  422. package/dist/theme/useMotionTransition.d.ts +19 -0
  423. package/dist/theme/useMotionTransition.d.ts.map +1 -0
  424. package/dist/tiered-menu/index.js +81 -67
  425. package/dist/tiered-menu/style.css +234 -21
  426. package/dist/timeline/index.js +3 -3
  427. package/dist/timeline/style.css +232 -21
  428. package/dist/toast/index.js +49 -36
  429. package/dist/toast/style.css +229 -18
  430. package/dist/toggle-button/index.js +3 -3
  431. package/dist/toggle-button/style.css +229 -18
  432. package/dist/toolbar/index.js +1 -1
  433. package/dist/toolbar/style.css +229 -17
  434. package/dist/tooltip/index.js +1 -1
  435. package/dist/tooltip/style.css +228 -17
  436. package/dist/tree/index.js +5 -8
  437. package/dist/tree/style.css +230 -19
  438. package/dist/tree-select/index.js +228 -203
  439. package/dist/tree-select/style.css +427 -81
  440. package/dist/tree-select/style.js +1 -0
  441. package/dist/tree-table/index.js +4 -4
  442. package/dist/tree-table/style.css +230 -19
  443. package/dist/{useComponentAttrs-BTYEe61P.js → useComponentAttrs-e-5QAjdw.js} +1 -1
  444. package/dist/useFloatingViewportSync-DZdJ7W8n.js +19 -0
  445. package/dist/useMotionTransition-Bxnnb_9u.js +49 -0
  446. package/dist/usePauseOffscreen-BIikV_gj.js +25 -0
  447. package/dist/virtual-scroller/index.js +2 -56
  448. package/dist/virtual-scroller/style.css +231 -20
  449. package/package.json +2 -1
  450. package/dist/FlyoutSubmenu-B_bkgKag.js +0 -49
  451. package/dist/Icon-B6IBrJ5S.js +0 -606
  452. package/dist/Popover-Dq_p0vib.js +0 -166
  453. package/dist/ProgressSpinner-DuBpPkna.js +0 -90
  454. package/dist/Tooltip-CU1xFt_N.js +0 -93
  455. package/dist/components/Icon/icons-tabler.d.ts +0 -77
  456. package/dist/components/Icon/icons-tabler.d.ts.map +0 -1
  457. package/dist/icon-iOBeyIRp.js +0 -27
@@ -60,9 +60,22 @@
60
60
  --m-z-toast: calc(var(--m-z-base) + 100);
61
61
  --m-z-popper: 40;
62
62
 
63
- --m-control-affix-size: 2rem;
63
+ /* Affix hitbox tracks control height so small/compact shells do not overflow */
64
+ --m-control-affix-size: calc(
65
+ var(--m-control-height-medium) - 2 * var(--m-border-width)
66
+ );
64
67
  --m-control-affix-gap: 2.35rem;
65
68
  --m-control-affix-padding: 2.5rem;
69
+ --m-meter-track-height: var(--m-space-5);
70
+ --m-tree-toggler-size: var(--m-checkbox-control-size);
71
+ --m-nav-rail-width: 12.5rem;
72
+ --m-nav-rail-collapsed-width: 4rem;
73
+ --m-layout-header-height: calc(
74
+ var(--m-control-height-medium) + 2 * var(--m-space-3)
75
+ );
76
+ --m-layout-footer-height: calc(
77
+ var(--m-control-height-medium) + 2 * var(--m-space-2)
78
+ );
66
79
  --m-space-1: 0.25rem;
67
80
  --m-space-2: 0.5rem;
68
81
  --m-space-3: 0.75rem;
@@ -80,7 +93,7 @@
80
93
  --m-motion-ease: cubic-bezier(0.2, 0, 0, 1);
81
94
  --m-motion-enter: 180ms;
82
95
  --m-motion-exit: 130ms;
83
- --m-motion-distance: 0.5rem;
96
+ --m-motion-distance: 1rem;
84
97
  --m-motion-spin: 1s;
85
98
  --m-motion-spin-dash: 1.5s;
86
99
  --m-motion-spin-fast: 0.8s;
@@ -89,6 +102,11 @@
89
102
  --m-motion-pulse: 1.2s;
90
103
  --m-motion-scrollbar-show: 340ms;
91
104
  --m-motion-scrollbar-hide: 120ms;
105
+ --m-motion-loading-aurora: 3s;
106
+ --m-motion-loading-bounce: 0.6s;
107
+ --m-motion-loading-pulse: 1.8s;
108
+ --m-motion-loading-stardust: 1.6s;
109
+ --m-motion-loading-circular-rotate: 2s;
92
110
  --m-dataview-grid-min: 10rem;
93
111
  --m-tree-indent: 0.7rem;
94
112
  --m-tree-indent-padding: var(--m-space-3);
@@ -135,6 +153,20 @@
135
153
  --m-motion-enter: 100ms;
136
154
  --m-motion-exit: 80ms;
137
155
  --m-motion-distance: 0;
156
+ /* Looping indicators: keep a short pulse so state is still perceptible */
157
+ --m-motion-spin: 0ms;
158
+ --m-motion-spin-dash: 0ms;
159
+ --m-motion-spin-fast: 0ms;
160
+ --m-motion-spin-medium: 0ms;
161
+ --m-motion-skeleton: 0ms;
162
+ --m-motion-pulse: 0ms;
163
+ --m-motion-scrollbar-show: 160ms;
164
+ --m-motion-scrollbar-hide: 80ms;
165
+ --m-motion-loading-aurora: 0ms;
166
+ --m-motion-loading-bounce: 0ms;
167
+ --m-motion-loading-pulse: 0ms;
168
+ --m-motion-loading-stardust: 0ms;
169
+ --m-motion-loading-circular-rotate: 0ms;
138
170
  }
139
171
 
140
172
  :root[data-m-motion="none"] {
@@ -143,6 +175,64 @@
143
175
  --m-motion-enter: 0ms;
144
176
  --m-motion-exit: 0ms;
145
177
  --m-motion-distance: 0;
178
+ --m-motion-spin: 0ms;
179
+ --m-motion-spin-dash: 0ms;
180
+ --m-motion-spin-fast: 0ms;
181
+ --m-motion-spin-medium: 0ms;
182
+ --m-motion-skeleton: 0ms;
183
+ --m-motion-pulse: 0ms;
184
+ --m-motion-scrollbar-show: 0ms;
185
+ --m-motion-scrollbar-hide: 0ms;
186
+ --m-motion-loading-aurora: 0ms;
187
+ --m-motion-loading-bounce: 0ms;
188
+ --m-motion-loading-pulse: 0ms;
189
+ --m-motion-loading-stardust: 0ms;
190
+ --m-motion-loading-circular-rotate: 0ms;
191
+ }
192
+
193
+ /*
194
+ * Global motion policy (complements per-component rules):
195
+ * - `reduced` / OS prefers-reduced-motion: keep short paint transitions; stop loops
196
+ * and layout/transform size animation.
197
+ * - `none`: zero all transition/animation durations.
198
+ */
199
+ @media (prefers-reduced-motion: reduce) {
200
+ html:not([data-m-ignore-reduced-motion]) *,
201
+ html:not([data-m-ignore-reduced-motion]) *::before,
202
+ html:not([data-m-ignore-reduced-motion]) *::after {
203
+ animation-duration: 0.01ms !important;
204
+ animation-iteration-count: 1 !important;
205
+ transition-property: background-color, border-color, color, opacity, box-shadow,
206
+ outline, fill, stroke, stroke-dashoffset !important;
207
+ }
208
+ }
209
+
210
+ [data-m-motion="reduced"] *,
211
+ [data-m-motion="reduced"] *::before,
212
+ [data-m-motion="reduced"] *::after {
213
+ animation-duration: 0.01ms !important;
214
+ animation-iteration-count: 1 !important;
215
+ transition-property: background-color, border-color, color, opacity, box-shadow, outline,
216
+ fill, stroke, stroke-dashoffset !important;
217
+ }
218
+
219
+ [data-m-motion="none"] *,
220
+ [data-m-motion="none"] *::before,
221
+ [data-m-motion="none"] *::after {
222
+ animation-duration: 0.01ms !important;
223
+ animation-iteration-count: 1 !important;
224
+ transition-duration: 0.01ms !important;
225
+ scroll-behavior: auto !important;
226
+ }
227
+
228
+ /* Off-screen looping indicators (usePauseOffscreen → data-m-anim-paused) */
229
+ [data-m-anim-paused],
230
+ [data-m-anim-paused]::before,
231
+ [data-m-anim-paused]::after,
232
+ [data-m-anim-paused] *,
233
+ [data-m-anim-paused] *::before,
234
+ [data-m-anim-paused] *::after {
235
+ animation-play-state: paused !important;
146
236
  }
147
237
 
148
238
  /* Global density: scales spacing + control heights (Vuetify-inspired, WD tokens) */
@@ -158,6 +248,8 @@
158
248
  --m-control-affix-padding: 2.15rem;
159
249
  --m-control-affix-gap: 2rem;
160
250
  --m-checkbox-control-size: 1rem;
251
+ --m-nav-rail-width: 15rem;
252
+ --m-nav-rail-collapsed-width: 3.25rem;
161
253
  --m-space-1: 0.2rem;
162
254
  --m-space-2: 0.4rem;
163
255
  --m-space-3: 0.6rem;
@@ -185,6 +277,8 @@
185
277
  --m-control-affix-padding: 2.85rem;
186
278
  --m-control-affix-gap: 2.65rem;
187
279
  --m-checkbox-control-size: 1.25rem;
280
+ --m-nav-rail-width: 18rem;
281
+ --m-nav-rail-collapsed-width: 4.5rem;
188
282
  --m-space-1: 0.3rem;
189
283
  --m-space-2: 0.6rem;
190
284
  --m-space-3: 0.9rem;
@@ -215,11 +309,6 @@
215
309
  --m-layout-footer-height: 2.5rem;
216
310
  }
217
311
 
218
- [data-m-density="compact"] .m-layout-sider {
219
- --m-layout-sider-width: 15rem;
220
- --m-layout-sider-collapsed-width: 3.25rem;
221
- }
222
-
223
312
  [data-m-density="spacious"] .m-layout-header {
224
313
  --m-layout-header-height: 4rem;
225
314
  }
@@ -228,11 +317,6 @@
228
317
  --m-layout-footer-height: 3.5rem;
229
318
  }
230
319
 
231
- [data-m-density="spacious"] .m-layout-sider {
232
- --m-layout-sider-width: 18rem;
233
- --m-layout-sider-collapsed-width: 4.5rem;
234
- }
235
-
236
320
  [data-theme="dark"] {
237
321
  --m-color-primary: #60a5fa;
238
322
  --m-color-primary-hover: #93c5fd;
@@ -319,6 +403,8 @@
319
403
  .m-datepicker,
320
404
  .m-listbox,
321
405
  .m-togglebutton,
406
+ .m-select,
407
+ .m-textarea,
322
408
  .m-selectbutton,
323
409
  .m-inputotp,
324
410
  .m-knob,
@@ -443,9 +529,13 @@
443
529
  border-radius: var(--m-radius-md);
444
530
  box-shadow: var(--m-shadow-md);
445
531
  max-height: var(--m-dropdown-submenu-max-height);
532
+ max-width: calc(100vw - 2 * var(--m-space-4));
446
533
  min-width: 10rem;
447
534
  overflow: hidden;
448
535
  padding: var(--m-space-1);
536
+ /* Same as .m-dropdown__menu: size to content instead of being clamped
537
+ by the space left of the anchor in the viewport. */
538
+ width: max-content;
449
539
  }
450
540
 
451
541
  .m-dropdown__submenu--teleported {
@@ -488,7 +578,7 @@
488
578
  .m-scale-fade-enter-from,
489
579
  .m-scale-fade-leave-to {
490
580
  opacity: 0;
491
- transform: translateY(calc(var(--m-motion-distance) * -1)) scale(0.98);
581
+ transform: translateY(calc(var(--m-motion-distance) * -1)) scale(0.96);
492
582
  }
493
583
 
494
584
  .m-slide-fade-enter-active {
@@ -509,20 +599,101 @@
509
599
  transform: translateY(calc(var(--m-motion-distance) * -1));
510
600
  }
511
601
 
602
+ /* Generic center zoom (opacity + scale on the transitioning root) */
603
+ .m-zoom-enter-active {
604
+ transition:
605
+ opacity var(--m-motion-enter) var(--m-motion-ease),
606
+ transform var(--m-motion-enter) var(--m-motion-ease);
607
+ }
608
+
609
+ .m-zoom-leave-active {
610
+ transition:
611
+ opacity var(--m-motion-exit) var(--m-motion-ease),
612
+ transform var(--m-motion-exit) var(--m-motion-ease);
613
+ }
614
+
615
+ .m-zoom-enter-from,
616
+ .m-zoom-leave-to {
617
+ opacity: 0;
618
+ transform: scale(0.9);
619
+ }
620
+
621
+ .m-slide-up-enter-active,
622
+ .m-slide-down-enter-active,
623
+ .m-slide-left-enter-active,
624
+ .m-slide-right-enter-active {
625
+ transition:
626
+ opacity var(--m-motion-enter) var(--m-motion-ease),
627
+ transform var(--m-motion-enter) var(--m-motion-ease);
628
+ }
629
+
630
+ .m-slide-up-leave-active,
631
+ .m-slide-down-leave-active,
632
+ .m-slide-left-leave-active,
633
+ .m-slide-right-leave-active {
634
+ transition:
635
+ opacity var(--m-motion-exit) var(--m-motion-ease),
636
+ transform var(--m-motion-exit) var(--m-motion-ease);
637
+ }
638
+
639
+ .m-slide-up-enter-from,
640
+ .m-slide-up-leave-to {
641
+ opacity: 0;
642
+ transform: translateY(var(--m-motion-distance));
643
+ }
644
+
645
+ .m-slide-down-enter-from,
646
+ .m-slide-down-leave-to {
647
+ opacity: 0;
648
+ transform: translateY(calc(var(--m-motion-distance) * -1));
649
+ }
650
+
651
+ .m-slide-left-enter-from,
652
+ .m-slide-left-leave-to {
653
+ opacity: 0;
654
+ transform: translateX(var(--m-motion-distance));
655
+ }
656
+
657
+ .m-slide-right-enter-from,
658
+ .m-slide-right-leave-to {
659
+ opacity: 0;
660
+ transform: translateX(calc(var(--m-motion-distance) * -1));
661
+ }
662
+
512
663
  @media (prefers-reduced-motion: reduce) {
513
664
  html:not([data-m-ignore-reduced-motion]) .m-fade-enter-active,
514
665
  html:not([data-m-ignore-reduced-motion]) .m-fade-leave-active,
515
666
  html:not([data-m-ignore-reduced-motion]) .m-scale-fade-enter-active,
516
667
  html:not([data-m-ignore-reduced-motion]) .m-scale-fade-leave-active,
517
668
  html:not([data-m-ignore-reduced-motion]) .m-slide-fade-enter-active,
518
- html:not([data-m-ignore-reduced-motion]) .m-slide-fade-leave-active {
669
+ html:not([data-m-ignore-reduced-motion]) .m-slide-fade-leave-active,
670
+ html:not([data-m-ignore-reduced-motion]) .m-zoom-enter-active,
671
+ html:not([data-m-ignore-reduced-motion]) .m-zoom-leave-active,
672
+ html:not([data-m-ignore-reduced-motion]) .m-slide-up-enter-active,
673
+ html:not([data-m-ignore-reduced-motion]) .m-slide-up-leave-active,
674
+ html:not([data-m-ignore-reduced-motion]) .m-slide-down-enter-active,
675
+ html:not([data-m-ignore-reduced-motion]) .m-slide-down-leave-active,
676
+ html:not([data-m-ignore-reduced-motion]) .m-slide-left-enter-active,
677
+ html:not([data-m-ignore-reduced-motion]) .m-slide-left-leave-active,
678
+ html:not([data-m-ignore-reduced-motion]) .m-slide-right-enter-active,
679
+ html:not([data-m-ignore-reduced-motion]) .m-slide-right-leave-active {
519
680
  transition: none;
520
681
  }
521
682
 
522
683
  html:not([data-m-ignore-reduced-motion]) .m-scale-fade-enter-from,
523
684
  html:not([data-m-ignore-reduced-motion]) .m-scale-fade-leave-to,
524
685
  html:not([data-m-ignore-reduced-motion]) .m-slide-fade-enter-from,
525
- html:not([data-m-ignore-reduced-motion]) .m-slide-fade-leave-to {
686
+ html:not([data-m-ignore-reduced-motion]) .m-slide-fade-leave-to,
687
+ html:not([data-m-ignore-reduced-motion]) .m-zoom-enter-from,
688
+ html:not([data-m-ignore-reduced-motion]) .m-zoom-leave-to,
689
+ html:not([data-m-ignore-reduced-motion]) .m-slide-up-enter-from,
690
+ html:not([data-m-ignore-reduced-motion]) .m-slide-up-leave-to,
691
+ html:not([data-m-ignore-reduced-motion]) .m-slide-down-enter-from,
692
+ html:not([data-m-ignore-reduced-motion]) .m-slide-down-leave-to,
693
+ html:not([data-m-ignore-reduced-motion]) .m-slide-left-enter-from,
694
+ html:not([data-m-ignore-reduced-motion]) .m-slide-left-leave-to,
695
+ html:not([data-m-ignore-reduced-motion]) .m-slide-right-enter-from,
696
+ html:not([data-m-ignore-reduced-motion]) .m-slide-right-leave-to {
526
697
  transform: none;
527
698
  }
528
699
  }
@@ -533,12 +704,32 @@
533
704
  [data-m-motion="reduced"] .m-scale-fade-leave-active,
534
705
  [data-m-motion="reduced"] .m-slide-fade-enter-active,
535
706
  [data-m-motion="reduced"] .m-slide-fade-leave-active,
707
+ [data-m-motion="reduced"] .m-zoom-enter-active,
708
+ [data-m-motion="reduced"] .m-zoom-leave-active,
709
+ [data-m-motion="reduced"] .m-slide-up-enter-active,
710
+ [data-m-motion="reduced"] .m-slide-up-leave-active,
711
+ [data-m-motion="reduced"] .m-slide-down-enter-active,
712
+ [data-m-motion="reduced"] .m-slide-down-leave-active,
713
+ [data-m-motion="reduced"] .m-slide-left-enter-active,
714
+ [data-m-motion="reduced"] .m-slide-left-leave-active,
715
+ [data-m-motion="reduced"] .m-slide-right-enter-active,
716
+ [data-m-motion="reduced"] .m-slide-right-leave-active,
536
717
  [data-m-motion="none"] .m-fade-enter-active,
537
718
  [data-m-motion="none"] .m-fade-leave-active,
538
719
  [data-m-motion="none"] .m-scale-fade-enter-active,
539
720
  [data-m-motion="none"] .m-scale-fade-leave-active,
540
721
  [data-m-motion="none"] .m-slide-fade-enter-active,
541
- [data-m-motion="none"] .m-slide-fade-leave-active {
722
+ [data-m-motion="none"] .m-slide-fade-leave-active,
723
+ [data-m-motion="none"] .m-zoom-enter-active,
724
+ [data-m-motion="none"] .m-zoom-leave-active,
725
+ [data-m-motion="none"] .m-slide-up-enter-active,
726
+ [data-m-motion="none"] .m-slide-up-leave-active,
727
+ [data-m-motion="none"] .m-slide-down-enter-active,
728
+ [data-m-motion="none"] .m-slide-down-leave-active,
729
+ [data-m-motion="none"] .m-slide-left-enter-active,
730
+ [data-m-motion="none"] .m-slide-left-leave-active,
731
+ [data-m-motion="none"] .m-slide-right-enter-active,
732
+ [data-m-motion="none"] .m-slide-right-leave-active {
542
733
  transition: none;
543
734
  }
544
735
 
@@ -546,10 +737,30 @@
546
737
  [data-m-motion="reduced"] .m-scale-fade-leave-to,
547
738
  [data-m-motion="reduced"] .m-slide-fade-enter-from,
548
739
  [data-m-motion="reduced"] .m-slide-fade-leave-to,
740
+ [data-m-motion="reduced"] .m-zoom-enter-from,
741
+ [data-m-motion="reduced"] .m-zoom-leave-to,
742
+ [data-m-motion="reduced"] .m-slide-up-enter-from,
743
+ [data-m-motion="reduced"] .m-slide-up-leave-to,
744
+ [data-m-motion="reduced"] .m-slide-down-enter-from,
745
+ [data-m-motion="reduced"] .m-slide-down-leave-to,
746
+ [data-m-motion="reduced"] .m-slide-left-enter-from,
747
+ [data-m-motion="reduced"] .m-slide-left-leave-to,
748
+ [data-m-motion="reduced"] .m-slide-right-enter-from,
749
+ [data-m-motion="reduced"] .m-slide-right-leave-to,
549
750
  [data-m-motion="none"] .m-scale-fade-enter-from,
550
751
  [data-m-motion="none"] .m-scale-fade-leave-to,
551
752
  [data-m-motion="none"] .m-slide-fade-enter-from,
552
- [data-m-motion="none"] .m-slide-fade-leave-to {
753
+ [data-m-motion="none"] .m-slide-fade-leave-to,
754
+ [data-m-motion="none"] .m-zoom-enter-from,
755
+ [data-m-motion="none"] .m-zoom-leave-to,
756
+ [data-m-motion="none"] .m-slide-up-enter-from,
757
+ [data-m-motion="none"] .m-slide-up-leave-to,
758
+ [data-m-motion="none"] .m-slide-down-enter-from,
759
+ [data-m-motion="none"] .m-slide-down-leave-to,
760
+ [data-m-motion="none"] .m-slide-left-enter-from,
761
+ [data-m-motion="none"] .m-slide-left-leave-to,
762
+ [data-m-motion="none"] .m-slide-right-enter-from,
763
+ [data-m-motion="none"] .m-slide-right-leave-to {
553
764
  transform: none;
554
765
  }
555
766
 
@@ -1065,7 +1276,7 @@
1065
1276
  }
1066
1277
 
1067
1278
  @media (prefers-reduced-motion: reduce) {
1068
- .m-icon--spin svg {
1279
+ html:not([data-m-ignore-reduced-motion]) .m-icon--spin svg {
1069
1280
  animation: none;
1070
1281
  }
1071
1282
  }
@@ -1075,6 +1286,401 @@
1075
1286
  animation: none;
1076
1287
  }
1077
1288
 
1289
+ /* —— Feedback: Loading —— */
1290
+
1291
+ .m-loading {
1292
+ position: relative;
1293
+ }
1294
+
1295
+ .m-loading--fullscreen {
1296
+ inset: 0;
1297
+ position: fixed;
1298
+ z-index: var(--m-loading-z-index, calc(var(--m-z-base) + 200));
1299
+ }
1300
+
1301
+ .m-loading__content {
1302
+ position: relative;
1303
+ }
1304
+
1305
+ .m-loading--active .m-loading__content {
1306
+ pointer-events: none;
1307
+ user-select: none;
1308
+ }
1309
+
1310
+ .m-loading-parent--relative {
1311
+ position: relative;
1312
+ }
1313
+
1314
+ .m-loading-mask {
1315
+ --m-loading-z-index: calc(var(--m-z-base) + 200);
1316
+ --m-loading-mask-bg: color-mix(in srgb, var(--m-color-surface) 80%, transparent);
1317
+ align-items: center;
1318
+ background: var(--m-loading-mask-bg);
1319
+ display: flex;
1320
+ inset: 0;
1321
+ justify-content: center;
1322
+ position: absolute;
1323
+ z-index: 10;
1324
+ }
1325
+
1326
+ .m-loading-mask--fullscreen,
1327
+ .m-loading-mask--body {
1328
+ position: fixed;
1329
+ z-index: var(--m-loading-z-index);
1330
+ }
1331
+
1332
+ .m-loading-mask--body {
1333
+ inset: auto;
1334
+ }
1335
+
1336
+ .m-loading-enter-active {
1337
+ transition: opacity var(--m-motion-enter) var(--m-motion-ease);
1338
+ }
1339
+
1340
+ .m-loading-leave-active {
1341
+ transition: opacity var(--m-motion-exit) var(--m-motion-ease);
1342
+ }
1343
+
1344
+ .m-loading-enter-from,
1345
+ .m-loading-leave-to {
1346
+ opacity: 0;
1347
+ }
1348
+
1349
+ .m-loading-indicator {
1350
+ --m-loading-c1: var(--m-color-primary);
1351
+ --m-loading-c2: color-mix(in srgb, var(--m-color-primary) 62%, white);
1352
+ --m-loading-c3: var(--m-color-success);
1353
+ --m-loading-c4: var(--m-color-warning);
1354
+ --m-loading-c5: var(--m-color-danger);
1355
+ --m-loading-c6: var(--m-color-text-muted);
1356
+ --m-loading-spin: var(--m-motion-spin);
1357
+ --m-loading-aurora-glow: var(--m-motion-loading-aurora);
1358
+ --m-loading-bounce: var(--m-motion-loading-bounce);
1359
+ --m-loading-wave: var(--m-motion-spin-medium);
1360
+ --m-loading-pulse: var(--m-motion-loading-pulse);
1361
+ --m-loading-stardust: var(--m-motion-loading-stardust);
1362
+ --m-loading-circular-rotate: var(--m-motion-loading-circular-rotate);
1363
+ --m-loading-circular-dash: var(--m-motion-spin-dash);
1364
+ --m-loading-scale: 1;
1365
+
1366
+ align-items: center;
1367
+ display: inline-flex;
1368
+ flex-direction: column;
1369
+ font-family: var(--m-font-sans);
1370
+ gap: var(--m-space-3);
1371
+ justify-content: center;
1372
+ }
1373
+
1374
+ .m-loading-indicator__graphic {
1375
+ align-items: center;
1376
+ display: inline-flex;
1377
+ justify-content: center;
1378
+ transform: scale(var(--m-loading-scale));
1379
+ }
1380
+
1381
+ .m-loading-indicator__tip {
1382
+ color: var(--m-color-text-muted);
1383
+ font-size: var(--m-font-size-sm);
1384
+ line-height: 1;
1385
+ margin: 0;
1386
+ }
1387
+
1388
+ .m-loading-indicator--small {
1389
+ --m-loading-scale: 0.85;
1390
+ }
1391
+
1392
+ .m-loading-indicator--large {
1393
+ --m-loading-scale: 1.15;
1394
+ }
1395
+
1396
+ .m-loading-aurora,
1397
+ .m-loading-pulse,
1398
+ .m-loading-stardust {
1399
+ height: 3.75rem;
1400
+ position: relative;
1401
+ width: 3.75rem;
1402
+ }
1403
+
1404
+ .m-loading-aurora__ring {
1405
+ animation: m-loading-spin var(--m-loading-spin) cubic-bezier(0.5, 0, 0.5, 1) infinite;
1406
+ border: 4px solid transparent;
1407
+ border-bottom-color: var(--m-loading-c2);
1408
+ border-left-color: var(--m-loading-c3);
1409
+ border-radius: 50%;
1410
+ border-right-color: var(--m-loading-c5);
1411
+ border-top-color: var(--m-loading-c1);
1412
+ box-sizing: border-box;
1413
+ height: 100%;
1414
+ position: relative;
1415
+ width: 100%;
1416
+ z-index: 2;
1417
+ }
1418
+
1419
+ .m-loading-aurora__glow {
1420
+ animation: m-loading-spin var(--m-loading-aurora-glow) linear infinite reverse;
1421
+ /* Soft radial layers instead of animated blur (≤8px / no continuous filter). */
1422
+ background:
1423
+ radial-gradient(
1424
+ circle at 30% 30%,
1425
+ color-mix(in srgb, var(--m-loading-c1) 55%, transparent),
1426
+ transparent 62%
1427
+ ),
1428
+ radial-gradient(
1429
+ circle at 70% 65%,
1430
+ color-mix(in srgb, var(--m-loading-c5) 45%, transparent),
1431
+ transparent 58%
1432
+ ),
1433
+ radial-gradient(
1434
+ circle at 50% 50%,
1435
+ color-mix(in srgb, var(--m-loading-c2) 35%, transparent),
1436
+ transparent 70%
1437
+ );
1438
+ border-radius: 50%;
1439
+ inset: -10px;
1440
+ opacity: 0.55;
1441
+ position: absolute;
1442
+ z-index: 1;
1443
+ }
1444
+
1445
+ .m-loading-bounce {
1446
+ align-items: flex-end;
1447
+ display: flex;
1448
+ gap: var(--m-space-3);
1449
+ height: 3.125rem;
1450
+ }
1451
+
1452
+ .m-loading-bounce__ball {
1453
+ animation: m-loading-bounce var(--m-loading-bounce) cubic-bezier(0.34, 1.2, 0.64, 1) infinite alternate;
1454
+ background: var(--m-loading-c1);
1455
+ border-radius: 50%;
1456
+ display: block;
1457
+ height: 1rem;
1458
+ width: 1rem;
1459
+ }
1460
+
1461
+ .m-loading-bounce__ball:nth-child(1) {
1462
+ animation-delay: 0s;
1463
+ background: var(--m-loading-c5);
1464
+ }
1465
+
1466
+ .m-loading-bounce__ball:nth-child(2) {
1467
+ animation-delay: 0.15s;
1468
+ background: var(--m-loading-c2);
1469
+ }
1470
+
1471
+ .m-loading-bounce__ball:nth-child(3) {
1472
+ animation-delay: 0.3s;
1473
+ background: var(--m-loading-c6);
1474
+ }
1475
+
1476
+ .m-loading-wave {
1477
+ align-items: center;
1478
+ display: flex;
1479
+ gap: var(--m-space-1);
1480
+ height: 3.125rem;
1481
+ }
1482
+
1483
+ .m-loading-wave__bar {
1484
+ animation: m-loading-wave var(--m-loading-wave) ease-in-out infinite alternate;
1485
+ background: var(--m-loading-c1);
1486
+ border-radius: 0.375rem;
1487
+ display: block;
1488
+ height: 2.875rem;
1489
+ transform-origin: center center;
1490
+ width: 0.5rem;
1491
+ }
1492
+
1493
+ .m-loading-wave__bar:nth-child(1) {
1494
+ animation-delay: 0s;
1495
+ background: var(--m-loading-c1);
1496
+ }
1497
+
1498
+ .m-loading-wave__bar:nth-child(2) {
1499
+ animation-delay: 0.09s;
1500
+ background: var(--m-loading-c5);
1501
+ }
1502
+
1503
+ .m-loading-wave__bar:nth-child(3) {
1504
+ animation-delay: 0.18s;
1505
+ background: var(--m-loading-c2);
1506
+ }
1507
+
1508
+ .m-loading-wave__bar:nth-child(4) {
1509
+ animation-delay: 0.27s;
1510
+ background: var(--m-loading-c3);
1511
+ }
1512
+
1513
+ .m-loading-wave__bar:nth-child(5) {
1514
+ animation-delay: 0.36s;
1515
+ background: var(--m-loading-c6);
1516
+ }
1517
+
1518
+ .m-loading-pulse__ring {
1519
+ animation: m-loading-pulse var(--m-loading-pulse) ease-out infinite;
1520
+ border: 3px solid var(--m-loading-c2);
1521
+ border-radius: 50%;
1522
+ box-sizing: border-box;
1523
+ inset: 0;
1524
+ position: absolute;
1525
+ }
1526
+
1527
+ .m-loading-pulse__ring:nth-child(1) {
1528
+ animation-delay: 0s;
1529
+ border-color: var(--m-loading-c1);
1530
+ }
1531
+
1532
+ .m-loading-pulse__ring:nth-child(2) {
1533
+ animation-delay: 0.45s;
1534
+ border-color: var(--m-loading-c5);
1535
+ }
1536
+
1537
+ .m-loading-pulse__ring:nth-child(3) {
1538
+ animation-delay: 0.9s;
1539
+ border-color: var(--m-loading-c2);
1540
+ }
1541
+
1542
+ .m-loading-pulse__ring:nth-child(4) {
1543
+ animation-delay: 1.35s;
1544
+ border-color: var(--m-loading-c3);
1545
+ }
1546
+
1547
+ .m-loading-stardust__dot {
1548
+ --i: 0;
1549
+ animation: m-loading-stardust var(--m-loading-stardust) ease-in-out infinite;
1550
+ background: var(--m-loading-c1);
1551
+ border-radius: 50%;
1552
+ height: 0.5rem;
1553
+ left: 50%;
1554
+ position: absolute;
1555
+ top: 50%;
1556
+ transform: translate(-50%, -50%) rotate(calc(var(--i) * 45deg)) translateX(22px);
1557
+ width: 0.5rem;
1558
+ }
1559
+
1560
+ .m-loading-stardust__dot:nth-child(1) { animation-delay: 0s; background: var(--m-loading-c1); }
1561
+ .m-loading-stardust__dot:nth-child(2) { animation-delay: 0.08s; background: var(--m-loading-c5); }
1562
+ .m-loading-stardust__dot:nth-child(3) { animation-delay: 0.16s; background: var(--m-loading-c4); }
1563
+ .m-loading-stardust__dot:nth-child(4) { animation-delay: 0.24s; background: var(--m-loading-c2); }
1564
+ .m-loading-stardust__dot:nth-child(5) { animation-delay: 0.32s; background: var(--m-loading-c3); }
1565
+ .m-loading-stardust__dot:nth-child(6) { animation-delay: 0.4s; background: var(--m-loading-c6); }
1566
+ .m-loading-stardust__dot:nth-child(7) { animation-delay: 0.48s; background: color-mix(in srgb, var(--m-loading-c1) 55%, white); }
1567
+ .m-loading-stardust__dot:nth-child(8) { animation-delay: 0.56s; background: var(--m-loading-c2); }
1568
+
1569
+ .m-loading-circular {
1570
+ align-items: center;
1571
+ display: inline-flex;
1572
+ justify-content: center;
1573
+ }
1574
+
1575
+ .m-loading-circular__svg {
1576
+ animation: m-loading-circular-rotate var(--m-loading-circular-rotate) linear infinite;
1577
+ display: inline-block;
1578
+ height: 2.625rem;
1579
+ width: 2.625rem;
1580
+ }
1581
+
1582
+ .m-loading-circular__path {
1583
+ animation: m-loading-circular-dash var(--m-loading-circular-dash) ease-in-out infinite;
1584
+ fill: none;
1585
+ stroke: var(--m-loading-c1);
1586
+ stroke-linecap: round;
1587
+ stroke-width: 2;
1588
+ }
1589
+
1590
+ @keyframes m-loading-spin {
1591
+ from { transform: rotate(0deg); }
1592
+ to { transform: rotate(360deg); }
1593
+ }
1594
+
1595
+ @keyframes m-loading-bounce {
1596
+ from { transform: translateY(0) scale(1); }
1597
+ to { transform: translateY(-34px) scale(1.1); }
1598
+ }
1599
+
1600
+ @keyframes m-loading-wave {
1601
+ from { transform: scaleY(0.26); }
1602
+ to { transform: scaleY(1); }
1603
+ }
1604
+
1605
+ @keyframes m-loading-pulse {
1606
+ from { opacity: 1; transform: scale(0.15); }
1607
+ to { opacity: 0; transform: scale(1.6); }
1608
+ }
1609
+
1610
+ @keyframes m-loading-stardust {
1611
+ 0%,
1612
+ 100% {
1613
+ opacity: 0.2;
1614
+ transform: translate(-50%, -50%) rotate(calc(var(--i) * 45deg)) translateX(22px) scale(0.3);
1615
+ }
1616
+
1617
+ 50% {
1618
+ opacity: 1;
1619
+ transform: translate(-50%, -50%) rotate(calc(var(--i) * 45deg + 180deg)) translateX(28px) scale(1.2);
1620
+ }
1621
+ }
1622
+
1623
+ @keyframes m-loading-circular-rotate {
1624
+ to { transform: rotate(360deg); }
1625
+ }
1626
+
1627
+ @keyframes m-loading-circular-dash {
1628
+ 0% {
1629
+ stroke-dasharray: 1, 200;
1630
+ stroke-dashoffset: 0;
1631
+ }
1632
+
1633
+ 50% {
1634
+ stroke-dasharray: 90, 150;
1635
+ stroke-dashoffset: -40px;
1636
+ }
1637
+
1638
+ 100% {
1639
+ stroke-dasharray: 90, 150;
1640
+ stroke-dashoffset: -120px;
1641
+ }
1642
+ }
1643
+
1644
+ @media (prefers-reduced-motion: reduce) {
1645
+ html:not([data-m-ignore-reduced-motion]) .m-loading-aurora__ring,
1646
+ html:not([data-m-ignore-reduced-motion]) .m-loading-aurora__glow,
1647
+ html:not([data-m-ignore-reduced-motion]) .m-loading-bounce__ball,
1648
+ html:not([data-m-ignore-reduced-motion]) .m-loading-wave__bar,
1649
+ html:not([data-m-ignore-reduced-motion]) .m-loading-pulse__ring,
1650
+ html:not([data-m-ignore-reduced-motion]) .m-loading-stardust__dot,
1651
+ html:not([data-m-ignore-reduced-motion]) .m-loading-circular__svg,
1652
+ html:not([data-m-ignore-reduced-motion]) .m-loading-circular__path,
1653
+ html:not([data-m-ignore-reduced-motion]) .m-loading-enter-active,
1654
+ html:not([data-m-ignore-reduced-motion]) .m-loading-leave-active {
1655
+ animation: none;
1656
+ transition: none;
1657
+ }
1658
+ }
1659
+
1660
+ [data-m-motion="reduced"] .m-loading-aurora__ring,
1661
+ [data-m-motion="reduced"] .m-loading-aurora__glow,
1662
+ [data-m-motion="reduced"] .m-loading-bounce__ball,
1663
+ [data-m-motion="reduced"] .m-loading-wave__bar,
1664
+ [data-m-motion="reduced"] .m-loading-pulse__ring,
1665
+ [data-m-motion="reduced"] .m-loading-stardust__dot,
1666
+ [data-m-motion="reduced"] .m-loading-circular__svg,
1667
+ [data-m-motion="reduced"] .m-loading-circular__path,
1668
+ [data-m-motion="reduced"] .m-loading-enter-active,
1669
+ [data-m-motion="reduced"] .m-loading-leave-active,
1670
+ [data-m-motion="none"] .m-loading-aurora__ring,
1671
+ [data-m-motion="none"] .m-loading-aurora__glow,
1672
+ [data-m-motion="none"] .m-loading-bounce__ball,
1673
+ [data-m-motion="none"] .m-loading-wave__bar,
1674
+ [data-m-motion="none"] .m-loading-pulse__ring,
1675
+ [data-m-motion="none"] .m-loading-stardust__dot,
1676
+ [data-m-motion="none"] .m-loading-circular__svg,
1677
+ [data-m-motion="none"] .m-loading-circular__path,
1678
+ [data-m-motion="none"] .m-loading-enter-active,
1679
+ [data-m-motion="none"] .m-loading-leave-active {
1680
+ animation: none;
1681
+ transition: none;
1682
+ }
1683
+
1078
1684
  .m-pagination {
1079
1685
  --m-pagination-simple-width: 3.5rem;
1080
1686
  --m-pagination-jumper-width: 3.5rem;
@@ -1184,92 +1790,6 @@
1184
1790
  width: var(--m-pagination-jumper-width);
1185
1791
  }
1186
1792
 
1187
- /* —— Feedback: ProgressSpinner —— */
1188
- .m-progress-spinner {
1189
- --m-progress-spinner-size: 2.5rem;
1190
- --m-progress-spinner-color: var(--m-color-primary);
1191
- animation: m-progress-spinner-rotate var(--m-motion-spin) linear infinite;
1192
- color: var(--m-progress-spinner-color);
1193
- display: inline-block;
1194
- font-family: var(--m-font-sans);
1195
- height: var(--m-progress-spinner-size);
1196
- vertical-align: middle;
1197
- width: var(--m-progress-spinner-size);
1198
- }
1199
-
1200
- .m-progress-spinner__circle {
1201
- animation: m-progress-spinner-dash var(--m-motion-spin-dash) ease-in-out infinite;
1202
- stroke: currentColor;
1203
- stroke-dasharray: 90, 150;
1204
- stroke-dashoffset: 0;
1205
- stroke-linecap: round;
1206
- }
1207
-
1208
- @keyframes m-progress-spinner-dash {
1209
- 0% {
1210
- stroke-dasharray: 1, 150;
1211
- stroke-dashoffset: 0;
1212
- }
1213
- 50% {
1214
- stroke-dasharray: 90, 150;
1215
- stroke-dashoffset: -35;
1216
- }
1217
- 100% {
1218
- stroke-dasharray: 90, 150;
1219
- stroke-dashoffset: -124;
1220
- }
1221
- }
1222
-
1223
- .m-progress-spinner--small {
1224
- --m-progress-spinner-size: 1.5rem;
1225
- }
1226
-
1227
- .m-progress-spinner--large {
1228
- --m-progress-spinner-size: 3.5rem;
1229
- }
1230
-
1231
- .m-progress-spinner-wrap {
1232
- position: relative;
1233
- }
1234
-
1235
- .m-progress-spinner-wrap--active .m-progress-spinner-wrap__content {
1236
- opacity: var(--m-opacity-disabled);
1237
- pointer-events: none;
1238
- }
1239
-
1240
- .m-progress-spinner-wrap__overlay {
1241
- align-items: center;
1242
- background: color-mix(in srgb, var(--m-color-surface) 72%, transparent);
1243
- display: flex;
1244
- flex-direction: column;
1245
- gap: var(--m-space-2);
1246
- inset: 0;
1247
- justify-content: center;
1248
- position: absolute;
1249
- z-index: var(--m-blockui-z-index, 10);
1250
- }
1251
-
1252
- .m-progress-spinner__description {
1253
- color: var(--m-color-text-muted);
1254
- font-family: var(--m-font-sans);
1255
- font-size: var(--m-font-size-sm);
1256
- margin: 0;
1257
- }
1258
-
1259
- @media (prefers-reduced-motion: reduce) {
1260
- html:not([data-m-ignore-reduced-motion]) .m-progress-spinner,
1261
- html:not([data-m-ignore-reduced-motion]) .m-progress-spinner__circle {
1262
- animation: none;
1263
- }
1264
- }
1265
-
1266
- [data-m-motion="reduced"] .m-progress-spinner,
1267
- [data-m-motion="reduced"] .m-progress-spinner__circle,
1268
- [data-m-motion="none"] .m-progress-spinner,
1269
- [data-m-motion="none"] .m-progress-spinner__circle {
1270
- animation: none;
1271
- }
1272
-
1273
1793
  .m-radio__control {
1274
1794
  border-radius: var(--m-radius-full);
1275
1795
  }
@@ -1416,9 +1936,9 @@
1416
1936
  }
1417
1937
 
1418
1938
  @media (prefers-reduced-motion: reduce) {
1419
- .m-scrollbar__thumb,
1420
- .m-scrollbar-fade-enter-active,
1421
- .m-scrollbar-fade-leave-active {
1939
+ html:not([data-m-ignore-reduced-motion]) .m-scrollbar__thumb,
1940
+ html:not([data-m-ignore-reduced-motion]) .m-scrollbar-fade-enter-active,
1941
+ html:not([data-m-ignore-reduced-motion]) .m-scrollbar-fade-leave-active {
1422
1942
  transition: none;
1423
1943
  }
1424
1944
  }
@@ -1647,15 +2167,15 @@
1647
2167
  }
1648
2168
 
1649
2169
  .m-table__header-inner {
1650
- display: inline-flex;
2170
+ display: flex;
2171
+ flex-direction: row;
1651
2172
  align-items: center;
1652
2173
  gap: var(--m-space-1);
1653
2174
  box-sizing: border-box;
2175
+ width: 100%;
1654
2176
  max-width: 100%;
1655
2177
  padding: 0 var(--m-table-cell-padding-inline);
1656
2178
  overflow: hidden;
1657
- line-height: var(--m-table-cell-line-height);
1658
- vertical-align: middle;
1659
2179
  }
1660
2180
 
1661
2181
  .m-table__header-inner--left {
@@ -1671,47 +2191,47 @@
1671
2191
  }
1672
2192
 
1673
2193
  .m-table__header-text {
2194
+ min-width: 0;
1674
2195
  overflow: hidden;
1675
2196
  text-overflow: ellipsis;
1676
2197
  white-space: nowrap;
2198
+ line-height: var(--m-table-cell-line-height);
1677
2199
  }
1678
2200
 
1679
- .m-table__caret-wrapper {
1680
- position: relative;
1681
- display: inline-flex;
2201
+ .m-table__sort {
2202
+ display: flex;
1682
2203
  flex-direction: column;
1683
2204
  flex-shrink: 0;
1684
2205
  align-items: center;
1685
- width: 24px;
1686
- height: 14px;
1687
- overflow: initial;
1688
- vertical-align: middle;
2206
+ justify-content: center;
2207
+ gap: 2px;
2208
+ line-height: 0;
1689
2209
  }
1690
2210
 
1691
- .m-table__sort-caret {
1692
- position: absolute;
1693
- left: 7px;
1694
- width: 0;
1695
- height: 0;
1696
- border: 5px solid transparent;
2211
+ .m-table__sort-icon.m-icon {
2212
+ display: block;
2213
+ width: 0.75rem;
2214
+ height: 0.375rem;
2215
+ color: color-mix(in srgb, var(--m-color-text-muted) 55%, transparent);
1697
2216
  }
1698
2217
 
1699
- .m-table__sort-caret--ascending {
1700
- top: -5px;
1701
- border-bottom-color: color-mix(in srgb, var(--m-color-text-muted) 55%, transparent);
2218
+ .m-table__sort-icon--ascending,
2219
+ .m-table__sort-icon--descending {
2220
+ margin: 0;
1702
2221
  }
1703
2222
 
1704
- .m-table__sort-caret--descending {
1705
- bottom: -3px;
1706
- border-top-color: color-mix(in srgb, var(--m-color-text-muted) 55%, transparent);
2223
+ .m-table__header-cell--sortable:hover .m-table__sort-icon {
2224
+ color: color-mix(in srgb, var(--m-color-text-muted) 80%, transparent);
1707
2225
  }
1708
2226
 
1709
- .m-table__header-cell--ascending .m-table__sort-caret--ascending {
1710
- border-bottom-color: var(--m-color-primary);
2227
+ .m-table__header-cell--ascending .m-table__sort-icon--ascending,
2228
+ .m-table__header-cell--descending .m-table__sort-icon--descending {
2229
+ color: var(--m-color-primary);
1711
2230
  }
1712
2231
 
1713
- .m-table__header-cell--descending .m-table__sort-caret--descending {
1714
- border-top-color: var(--m-color-primary);
2232
+ .m-table__header-cell--sortable:hover.m-table__header-cell--ascending .m-table__sort-icon--ascending,
2233
+ .m-table__header-cell--sortable:hover.m-table__header-cell--descending .m-table__sort-icon--descending {
2234
+ color: var(--m-color-primary);
1715
2235
  }
1716
2236
 
1717
2237
  .m-table__multi-sort-number {
@@ -1719,8 +2239,8 @@
1719
2239
  flex-shrink: 0;
1720
2240
  align-items: center;
1721
2241
  justify-content: center;
1722
- min-width: 1.25rem;
1723
- height: 1.25rem;
2242
+ min-width: var(--m-space-5);
2243
+ height: var(--m-space-5);
1724
2244
  padding: 0 var(--m-space-1);
1725
2245
  border-radius: var(--m-radius-full);
1726
2246
  color: var(--m-color-on-emphasis);
@@ -1873,30 +2393,41 @@
1873
2393
  .m-table__cell--expanded {
1874
2394
  padding: var(--m-space-4) calc(var(--m-table-cell-padding-inline) * 2);
1875
2395
  background: var(--m-table-expanded-bg);
2396
+ position: relative;
1876
2397
  }
1877
2398
 
1878
2399
  .m-table__cell--expanded:hover {
1879
2400
  background: var(--m-table-expanded-bg) !important;
1880
2401
  }
1881
2402
 
1882
- .m-table__loading {
2403
+ .m-table__loading-line {
2404
+ background: color-mix(in srgb, var(--m-color-primary) 16%, transparent);
2405
+ border-radius: var(--m-radius-full);
2406
+ height: calc(var(--m-space-1) / 2);
2407
+ left: 0;
2408
+ overflow: hidden;
1883
2409
  position: absolute;
1884
- inset: 0;
1885
- z-index: 4;
1886
- display: flex;
1887
- align-items: center;
1888
- justify-content: center;
2410
+ top: 0;
2411
+ width: 100%;
1889
2412
  }
1890
2413
 
1891
- .m-table__loading-mask {
2414
+ .m-table__loading-line::before {
2415
+ animation: m-table-loading-line var(--m-motion-pulse) var(--m-motion-ease) infinite;
2416
+ background: var(--m-color-primary);
2417
+ border-radius: inherit;
2418
+ content: '';
2419
+ inset: 0 auto 0 0;
1892
2420
  position: absolute;
1893
- inset: 0;
1894
- background: color-mix(in srgb, var(--m-color-surface) 72%, transparent);
2421
+ width: 40%;
1895
2422
  }
1896
2423
 
1897
- .m-table__loading-body {
1898
- position: relative;
1899
- z-index: 1;
2424
+ @keyframes m-table-loading-line {
2425
+ 0% {
2426
+ transform: translateX(-120%);
2427
+ }
2428
+ 100% {
2429
+ transform: translateX(320%);
2430
+ }
1900
2431
  }
1901
2432
 
1902
2433
  .m-table__message {
@@ -1962,4 +2493,13 @@
1962
2493
  html:not([data-m-ignore-reduced-motion]) .m-table__expand-btn {
1963
2494
  transition: none;
1964
2495
  }
2496
+
2497
+ html:not([data-m-ignore-reduced-motion]) .m-table__loading-line::before {
2498
+ animation: none;
2499
+ }
2500
+ }
2501
+
2502
+ [data-m-motion="reduced"] .m-table__loading-line::before,
2503
+ [data-m-motion="none"] .m-table__loading-line::before {
2504
+ animation: none;
1965
2505
  }