musae 0.3.2 → 0.3.5

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 (403) hide show
  1. package/dist/components/avatar/context.d.ts +1 -1
  2. package/dist/components/avatar/group.d.ts +1 -1
  3. package/dist/components/avatar/index.d.ts +1 -1
  4. package/dist/components/badge/badge.d.ts +1 -1
  5. package/dist/components/bench/bench.cjs +8 -10
  6. package/dist/components/bench/bench.mjs +8 -10
  7. package/dist/components/breadcrumb/breadcrumb.d.ts +1 -1
  8. package/dist/components/breadcrumb/item.d.ts +1 -1
  9. package/dist/components/button/button.cjs +12 -11
  10. package/dist/components/button/button.d.ts +1 -1
  11. package/dist/components/button/button.mjs +7 -6
  12. package/dist/components/button/hooks.d.ts +2 -2
  13. package/dist/components/calendar/calendar.d.ts +1 -1
  14. package/dist/components/calendar/contribution.cjs +251 -0
  15. package/dist/components/calendar/contribution.d.ts +13 -0
  16. package/dist/components/calendar/contribution.mjs +249 -0
  17. package/dist/components/calendar/hooks.d.ts +1 -1
  18. package/dist/components/calendar/index.d.ts +2 -2
  19. package/dist/components/cascader/cascader.d.ts +1 -1
  20. package/dist/components/cascader/hooks.d.ts +1 -1
  21. package/dist/components/cascader/utils.d.ts +1 -1
  22. package/dist/components/checkbox/checkbox.d.ts +1 -1
  23. package/dist/components/checkbox/context.d.ts +1 -1
  24. package/dist/components/checkbox/group.d.ts +1 -1
  25. package/dist/components/checkbox/index.d.ts +2 -2
  26. package/dist/components/checkbox/styles.cjs +1 -1
  27. package/dist/components/checkbox/styles.d.ts +1 -1
  28. package/dist/components/checkbox/styles.mjs +1 -1
  29. package/dist/components/clock/clock.cjs +1 -2
  30. package/dist/components/clock/clock.d.ts +1 -1
  31. package/dist/components/clock/clock.mjs +1 -2
  32. package/dist/components/clock/column.cjs +9 -9
  33. package/dist/components/clock/column.d.ts +1 -1
  34. package/dist/components/clock/column.mjs +8 -8
  35. package/dist/components/collapse/collapse.d.ts +1 -1
  36. package/dist/components/collapse/context.d.ts +1 -1
  37. package/dist/components/collapse/hooks.d.ts +1 -1
  38. package/dist/components/collapse/item.d.ts +1 -1
  39. package/dist/components/config/context.d.ts +1 -1
  40. package/dist/components/config/hooks.d.ts +1 -1
  41. package/dist/components/config/provider.cjs +2 -2
  42. package/dist/components/config/provider.d.ts +1 -1
  43. package/dist/components/config/provider.mjs +2 -2
  44. package/dist/components/countdown/countdown.d.ts +2 -2
  45. package/dist/components/date-picker/date-picker.d.ts +1 -1
  46. package/dist/components/date-picker/hooks.d.ts +1 -1
  47. package/dist/components/date-range-picker/date-range-picker.d.ts +1 -1
  48. package/dist/components/date-range-picker/hooks.d.ts +1 -1
  49. package/dist/components/dialog/dialog.d.ts +1 -1
  50. package/dist/components/dialog/hooks.d.ts +1 -1
  51. package/dist/components/dialog/popup.d.ts +1 -1
  52. package/dist/components/divider/divider.d.ts +1 -1
  53. package/dist/components/divider/hooks.d.ts +1 -1
  54. package/dist/components/drawer/drawer.d.ts +1 -1
  55. package/dist/components/drawer/hooks.d.ts +1 -1
  56. package/dist/components/drawer/popup.cjs +51 -17
  57. package/dist/components/drawer/popup.d.ts +2 -2
  58. package/dist/components/drawer/popup.mjs +51 -17
  59. package/dist/components/{floating-action-button/floating-action-button.cjs → fab/fab.cjs} +2 -2
  60. package/dist/components/fab/fab.d.ts +4 -0
  61. package/dist/components/{floating-action-button/floating-action-button.mjs → fab/fab.mjs} +2 -2
  62. package/dist/components/{floating-action-button → fab}/floatable.d.ts +1 -1
  63. package/dist/components/fab/index.d.ts +2 -0
  64. package/dist/components/grid/col.d.ts +1 -1
  65. package/dist/components/grid/index.d.ts +2 -2
  66. package/dist/components/grid/row.d.ts +1 -1
  67. package/dist/components/highlight/highlight.d.ts +1 -1
  68. package/dist/components/i18n-button/i18n-button.cjs +11 -3
  69. package/dist/components/i18n-button/i18n-button.d.ts +2 -2
  70. package/dist/components/i18n-button/i18n-button.mjs +12 -4
  71. package/dist/components/icon/hoc.d.ts +2 -2
  72. package/dist/components/icon/icon.d.ts +1 -1
  73. package/dist/components/icon/icons/action/check-circle-outline.d.ts +1 -1
  74. package/dist/components/icon/icons/action/check-circle.d.ts +1 -1
  75. package/dist/components/icon/icons/action/code.d.ts +1 -1
  76. package/dist/components/icon/icons/action/delete.cjs +20 -0
  77. package/dist/components/icon/icons/action/delete.d.ts +3 -0
  78. package/dist/components/icon/icons/action/delete.mjs +18 -0
  79. package/dist/components/icon/icons/action/done-outline.d.ts +1 -1
  80. package/dist/components/icon/icons/action/done.d.ts +1 -1
  81. package/dist/components/icon/icons/action/index.cjs +7 -1
  82. package/dist/components/icon/icons/action/index.d.ts +18 -14
  83. package/dist/components/icon/icons/action/index.mjs +6 -2
  84. package/dist/components/icon/icons/action/open-in-new.d.ts +1 -1
  85. package/dist/components/icon/icons/action/swap-horiz.d.ts +1 -1
  86. package/dist/components/icon/icons/action/swap-vert.d.ts +1 -1
  87. package/dist/components/icon/icons/action/three-d-rotation.cjs +28 -0
  88. package/dist/components/icon/icons/action/three-d-rotation.d.ts +3 -0
  89. package/dist/components/icon/icons/action/three-d-rotation.mjs +26 -0
  90. package/dist/components/icon/icons/action/translate.d.ts +1 -1
  91. package/dist/components/icon/icons/action/visibility-off.d.ts +1 -1
  92. package/dist/components/icon/icons/action/visibility.d.ts +1 -1
  93. package/dist/components/icon/icons/action/zoom-in.d.ts +1 -1
  94. package/dist/components/icon/icons/action/zoom-out.d.ts +1 -1
  95. package/dist/components/icon/icons/alert/add-alert.d.ts +1 -1
  96. package/dist/components/icon/icons/alert/auto-delete.d.ts +1 -1
  97. package/dist/components/icon/icons/alert/error-outline.d.ts +1 -1
  98. package/dist/components/icon/icons/alert/error.d.ts +1 -1
  99. package/dist/components/icon/icons/alert/index.d.ts +7 -7
  100. package/dist/components/icon/icons/alert/notification-important.d.ts +1 -1
  101. package/dist/components/icon/icons/alert/warning-amber.d.ts +1 -1
  102. package/dist/components/icon/icons/alert/warning.d.ts +1 -1
  103. package/dist/components/icon/icons/content/clear.d.ts +1 -1
  104. package/dist/components/icon/icons/content/font-download.d.ts +1 -1
  105. package/dist/components/icon/icons/content/index.d.ts +5 -5
  106. package/dist/components/icon/icons/content/link-off.d.ts +1 -1
  107. package/dist/components/icon/icons/content/redo.d.ts +1 -1
  108. package/dist/components/icon/icons/content/undo.d.ts +1 -1
  109. package/dist/components/icon/icons/editor/attch-file.cjs +20 -0
  110. package/dist/components/icon/icons/editor/attch-file.d.ts +3 -0
  111. package/dist/components/icon/icons/editor/attch-file.mjs +18 -0
  112. package/dist/components/icon/icons/editor/checklist.d.ts +1 -1
  113. package/dist/components/icon/icons/editor/format-bold.d.ts +1 -1
  114. package/dist/components/icon/icons/editor/format-italic.d.ts +1 -1
  115. package/dist/components/icon/icons/editor/format-strikethrough.d.ts +1 -1
  116. package/dist/components/icon/icons/editor/format-underlined.d.ts +1 -1
  117. package/dist/components/icon/icons/editor/index.cjs +4 -1
  118. package/dist/components/icon/icons/editor/index.d.ts +12 -10
  119. package/dist/components/icon/icons/editor/index.mjs +4 -2
  120. package/dist/components/icon/icons/editor/insert-link.d.ts +1 -1
  121. package/dist/components/icon/icons/editor/notes.d.ts +1 -1
  122. package/dist/components/icon/icons/editor/subscript.d.ts +1 -1
  123. package/dist/components/icon/icons/editor/superscript.d.ts +1 -1
  124. package/dist/components/icon/icons/hardware/index.d.ts +6 -6
  125. package/dist/components/icon/icons/hardware/keyboard-arrow-down.d.ts +1 -1
  126. package/dist/components/icon/icons/hardware/keyboard-arrow-left.d.ts +1 -1
  127. package/dist/components/icon/icons/hardware/keyboard-arrow-right.d.ts +1 -1
  128. package/dist/components/icon/icons/hardware/keyboard-arrow-up.d.ts +1 -1
  129. package/dist/components/icon/icons/hardware/keyboard-double-arrow-left.d.ts +1 -1
  130. package/dist/components/icon/icons/hardware/keyboard-double-arrow-right.d.ts +1 -1
  131. package/dist/components/icon/icons/image/bedtime.d.ts +1 -1
  132. package/dist/components/icon/icons/image/edit.d.ts +1 -1
  133. package/dist/components/icon/icons/image/index.d.ts +11 -11
  134. package/dist/components/icon/icons/image/looks-five.d.ts +1 -1
  135. package/dist/components/icon/icons/image/looks-four.d.ts +1 -1
  136. package/dist/components/icon/icons/image/looks-one.d.ts +1 -1
  137. package/dist/components/icon/icons/image/looks-six.d.ts +1 -1
  138. package/dist/components/icon/icons/image/looks-three.d.ts +1 -1
  139. package/dist/components/icon/icons/image/looks-two.d.ts +1 -1
  140. package/dist/components/icon/icons/image/rotate-left.d.ts +1 -1
  141. package/dist/components/icon/icons/image/rotate-right.d.ts +1 -1
  142. package/dist/components/icon/icons/image/wb-sunny.d.ts +1 -1
  143. package/dist/components/icon/icons/index.cjs +6 -0
  144. package/dist/components/icon/icons/index.mjs +3 -0
  145. package/dist/components/icon/icons/mock/github.d.ts +1 -1
  146. package/dist/components/icon/icons/mock/index.d.ts +2 -2
  147. package/dist/components/icon/icons/mock/loading.d.ts +1 -1
  148. package/dist/components/icon/icons/navigation/cancel.d.ts +1 -1
  149. package/dist/components/icon/icons/navigation/check.d.ts +1 -1
  150. package/dist/components/icon/icons/navigation/close.d.ts +1 -1
  151. package/dist/components/icon/icons/navigation/index.d.ts +5 -5
  152. package/dist/components/icon/icons/navigation/more-horiz.d.ts +1 -1
  153. package/dist/components/icon/icons/navigation/unfold-more.d.ts +1 -1
  154. package/dist/components/icon/icons/toggle/index.d.ts +3 -3
  155. package/dist/components/icon/icons/toggle/star-half.d.ts +1 -1
  156. package/dist/components/icon/icons/toggle/star-outline.d.ts +1 -1
  157. package/dist/components/icon/icons/toggle/star.d.ts +1 -1
  158. package/dist/components/icon/index.d.ts +0 -5
  159. package/dist/components/image/hooks.d.ts +1 -1
  160. package/dist/components/image/image.cjs +2 -2
  161. package/dist/components/image/image.d.ts +1 -1
  162. package/dist/components/image/image.mjs +2 -2
  163. package/dist/components/image/index.d.ts +2 -2
  164. package/dist/components/image/preview/context.d.ts +1 -1
  165. package/dist/components/image/preview/group.d.ts +1 -1
  166. package/dist/components/image/preview/operations.d.ts +1 -1
  167. package/dist/components/image/preview/preview.d.ts +1 -1
  168. package/dist/components/input/hooks.d.ts +1 -1
  169. package/dist/components/input/index.d.ts +1 -2
  170. package/dist/components/input/input.d.ts +1 -1
  171. package/dist/components/kbd/kbd.d.ts +1 -1
  172. package/dist/components/kbd/utils.d.ts +1 -1
  173. package/dist/components/layout/footer.d.ts +1 -1
  174. package/dist/components/layout/header.d.ts +1 -1
  175. package/dist/components/layout/index.d.ts +1 -1
  176. package/dist/components/layout/layout.d.ts +1 -1
  177. package/dist/components/layout/main.d.ts +1 -1
  178. package/dist/components/layout/sider.d.ts +1 -1
  179. package/dist/components/loading/loading.d.ts +1 -1
  180. package/dist/components/menu/hooks.cjs +7 -7
  181. package/dist/components/menu/hooks.d.ts +1 -2
  182. package/dist/components/menu/hooks.mjs +8 -8
  183. package/dist/components/menu/item.d.ts +2 -3
  184. package/dist/components/message/hooks.d.ts +1 -1
  185. package/dist/components/message/messager.d.ts +1 -1
  186. package/dist/components/notification/holder.d.ts +1 -1
  187. package/dist/components/notification/hooks.d.ts +1 -1
  188. package/dist/components/notification/index.d.ts +1 -1
  189. package/dist/components/notification/notification.d.ts +1 -1
  190. package/dist/components/notification/notifier.d.ts +1 -1
  191. package/dist/components/number-input/number-input.d.ts +1 -1
  192. package/dist/components/otp-input/otp-input.d.ts +1 -1
  193. package/dist/components/pagination/pagination.cjs +1 -1
  194. package/dist/components/pagination/pagination.mjs +2 -2
  195. package/dist/components/picker/context.d.ts +1 -1
  196. package/dist/components/picker/picker.d.ts +1 -1
  197. package/dist/components/popconfirm/popconfirm.d.ts +1 -1
  198. package/dist/components/popover/hooks.d.ts +1 -1
  199. package/dist/components/popover/index.d.ts +1 -1
  200. package/dist/components/popover/popover.cjs +1 -1
  201. package/dist/components/popover/popover.d.ts +1 -1
  202. package/dist/components/popover/popover.mjs +1 -1
  203. package/dist/components/popper/dropdown.cjs +44 -22
  204. package/dist/components/popper/dropdown.d.ts +2 -2
  205. package/dist/components/popper/dropdown.mjs +46 -24
  206. package/dist/components/popper/hooks.cjs +88 -89
  207. package/dist/components/popper/hooks.d.ts +8 -14
  208. package/dist/components/popper/hooks.mjs +91 -91
  209. package/dist/components/popper/index.d.ts +0 -2
  210. package/dist/components/popper/popper.d.ts +1 -1
  211. package/dist/components/portal/portal.d.ts +1 -1
  212. package/dist/components/progress/circular.d.ts +1 -1
  213. package/dist/components/progress/linear.d.ts +1 -1
  214. package/dist/components/progress/progress.d.ts +1 -1
  215. package/dist/components/quote/quote.d.ts +1 -1
  216. package/dist/components/radio/context.d.ts +1 -1
  217. package/dist/components/radio/group.d.ts +1 -1
  218. package/dist/components/radio/index.d.ts +1 -1
  219. package/dist/components/radio/radio.d.ts +1 -1
  220. package/dist/components/rate/hooks.d.ts +1 -1
  221. package/dist/components/rate/rate.d.ts +1 -1
  222. package/dist/components/rate/star.d.ts +1 -1
  223. package/dist/components/rich-text-editor/dropdown.cjs +1 -1
  224. package/dist/components/rich-text-editor/dropdown.d.ts +1 -1
  225. package/dist/components/rich-text-editor/dropdown.mjs +1 -1
  226. package/dist/components/rich-text-editor/index.cjs +20 -2
  227. package/dist/components/rich-text-editor/index.d.ts +1 -1
  228. package/dist/components/rich-text-editor/index.mjs +20 -2
  229. package/dist/components/rich-text-editor/plugins/controlled-state/index.cjs +1 -2
  230. package/dist/components/rich-text-editor/plugins/controlled-state/index.d.ts +1 -1
  231. package/dist/components/rich-text-editor/plugins/controlled-state/index.mjs +1 -2
  232. package/dist/components/rich-text-editor/plugins/markdown-shortcut/index.cjs +5 -4
  233. package/dist/components/rich-text-editor/plugins/markdown-shortcut/index.d.ts +3 -3
  234. package/dist/components/rich-text-editor/plugins/markdown-shortcut/index.mjs +3 -4
  235. package/dist/components/rich-text-editor/rich-text-editor.cjs +13 -10
  236. package/dist/components/rich-text-editor/rich-text-editor.d.ts +1 -1
  237. package/dist/components/rich-text-editor/rich-text-editor.mjs +12 -9
  238. package/dist/components/ripple/hooks.d.ts +1 -1
  239. package/dist/components/ripple/ripple.d.ts +1 -1
  240. package/dist/components/select/hooks.d.ts +1 -1
  241. package/dist/components/select/select.cjs +4 -1
  242. package/dist/components/select/select.mjs +5 -2
  243. package/dist/components/select/selections.d.ts +1 -1
  244. package/dist/components/select/selector.d.ts +1 -1
  245. package/dist/components/select/utils.cjs +1 -3
  246. package/dist/components/select/utils.d.ts +2 -2
  247. package/dist/components/select/utils.mjs +2 -4
  248. package/dist/components/skeleton/skeleton.cjs +20 -46
  249. package/dist/components/skeleton/skeleton.d.ts +2 -2
  250. package/dist/components/skeleton/skeleton.mjs +20 -46
  251. package/dist/components/space/space.d.ts +1 -1
  252. package/dist/components/steps/context.d.ts +1 -1
  253. package/dist/components/steps/item.d.ts +1 -1
  254. package/dist/components/steps/steps.d.ts +1 -1
  255. package/dist/components/switch/switch.cjs +9 -8
  256. package/dist/components/switch/switch.d.ts +1 -1
  257. package/dist/components/switch/switch.mjs +9 -8
  258. package/dist/components/table/body.cjs +3 -1
  259. package/dist/components/table/body.mjs +3 -1
  260. package/dist/components/tabs/context.d.ts +1 -1
  261. package/dist/components/tabs/hooks.d.ts +2 -2
  262. package/dist/components/tabs/navigation.d.ts +1 -1
  263. package/dist/components/tabs/panels.d.ts +1 -1
  264. package/dist/components/tabs/tab.d.ts +1 -1
  265. package/dist/components/tabs/tabs.d.ts +1 -1
  266. package/dist/components/tag/tag.d.ts +1 -1
  267. package/dist/components/theme/hooks.cjs +6 -6
  268. package/dist/components/theme/hooks.d.ts +1 -1
  269. package/dist/components/theme/hooks.mjs +6 -6
  270. package/dist/components/theme/theme-provider.cjs +12 -6
  271. package/dist/components/theme/theme-provider.d.ts +2 -2
  272. package/dist/components/theme/theme-provider.mjs +12 -6
  273. package/dist/components/theme/tokens.stylex.cjs +7 -0
  274. package/dist/components/theme/tokens.stylex.d.ts +8 -6
  275. package/dist/components/theme/tokens.stylex.mjs +7 -1
  276. package/dist/components/time-picker/hooks.d.ts +1 -1
  277. package/dist/components/time-picker/panel.d.ts +1 -1
  278. package/dist/components/time-picker/time-picker.d.ts +1 -1
  279. package/dist/components/timeline/context.d.ts +1 -1
  280. package/dist/components/timeline/item.d.ts +1 -1
  281. package/dist/components/timeline/timeline.d.ts +1 -1
  282. package/dist/components/tooltip/tooltip.d.ts +1 -1
  283. package/dist/components/transfer/context.d.ts +1 -1
  284. package/dist/components/transfer/hooks.d.ts +1 -1
  285. package/dist/components/transfer/item.d.ts +1 -1
  286. package/dist/components/transfer/list.d.ts +1 -1
  287. package/dist/components/transfer/transfer.d.ts +1 -1
  288. package/dist/components/upload/upload.cjs +31 -6
  289. package/dist/components/upload/upload.d.ts +2 -2
  290. package/dist/components/upload/upload.mjs +31 -6
  291. package/dist/components/upload/uploadeds.cjs +119 -55
  292. package/dist/components/upload/uploadeds.d.ts +1 -1
  293. package/dist/components/upload/uploadeds.mjs +121 -57
  294. package/dist/components/upload/utils.cjs +9 -0
  295. package/dist/components/upload/utils.d.ts +6 -0
  296. package/dist/components/upload/utils.mjs +9 -0
  297. package/dist/components/visually-hidden/visually-hidden.d.ts +1 -1
  298. package/dist/components/waterfall/sequential.d.ts +1 -1
  299. package/dist/components/waterfall/waterfall.d.ts +1 -1
  300. package/dist/components/watermark/hooks.d.ts +1 -1
  301. package/dist/components/watermark/watermark.d.ts +1 -1
  302. package/dist/hooks/use-class-names.d.ts +8 -1
  303. package/dist/hooks/use-closable.cjs +0 -8
  304. package/dist/hooks/use-closable.mjs +0 -8
  305. package/dist/hooks/use-container.d.ts +1 -1
  306. package/dist/hooks/use-lazy-boolean.cjs +2 -2
  307. package/dist/hooks/use-lazy-boolean.mjs +2 -2
  308. package/dist/index.cjs +4 -2
  309. package/dist/index.d.ts +2 -2
  310. package/dist/index.mjs +2 -1
  311. package/dist/locale/context.d.ts +1 -1
  312. package/dist/locale/locales/en_US.cjs +5 -1
  313. package/dist/locale/locales/en_US.mjs +5 -1
  314. package/dist/locale/locales/zh_CN.cjs +5 -1
  315. package/dist/locale/locales/zh_CN.mjs +5 -1
  316. package/dist/locale/use-locale.d.ts +1 -1
  317. package/dist/styles.css +23 -12
  318. package/dist/{components/clock/types.d.ts → types/clock.d.ts} +1 -5
  319. package/dist/{components/config/types.d.ts → types/config.d.ts} +2 -2
  320. package/dist/{components/countdown/types.d.ts → types/countdown.d.ts} +3 -3
  321. package/dist/{components/date-picker/types.d.ts → types/date-picker.d.ts} +1 -1
  322. package/dist/{components/dialog/types.d.ts → types/dialog.d.ts} +2 -2
  323. package/dist/{components/divider/types.d.ts → types/divider.d.ts} +1 -1
  324. package/dist/{components/drawer/types.d.ts → types/drawer.d.ts} +6 -1
  325. package/dist/types/element.d.ts +1 -56
  326. package/dist/{components/floating-action-button/types.d.ts → types/fab.d.ts} +3 -3
  327. package/dist/types/form.d.ts +39 -1
  328. package/dist/{components/grid/types.d.ts → types/grid.d.ts} +1 -1
  329. package/dist/{components/i18n-button/types.d.ts → types/i18n-button.d.ts} +3 -2
  330. package/dist/types/locale.d.ts +6 -0
  331. package/dist/types/menu.d.ts +9 -4
  332. package/dist/{components/message/types.d.ts → types/message.d.ts} +1 -1
  333. package/dist/{components/popconfirm/types.d.ts → types/popconfirm.d.ts} +2 -2
  334. package/dist/{components/popper/types.d.ts → types/popper.d.ts} +2 -2
  335. package/dist/{components/quote/types.d.ts → types/quote.d.ts} +1 -1
  336. package/dist/{components/radio/types.d.ts → types/radio.d.ts} +1 -1
  337. package/dist/types/rich-text-editor.d.ts +2 -1
  338. package/dist/types/skeleton.d.ts +12 -0
  339. package/dist/{components/space/types.d.ts → types/space.d.ts} +1 -1
  340. package/dist/{components/theme/types.d.ts → types/theme.d.ts} +1 -1
  341. package/dist/types/tour.d.ts +1 -1
  342. package/dist/types/tree.d.ts +7 -2
  343. package/dist/{components/upload/types.d.ts → types/upload.d.ts} +59 -22
  344. package/dist/{components/waterfall/types.d.ts → types/waterfall.d.ts} +3 -3
  345. package/dist/utils/class-name.cjs +10 -1
  346. package/dist/utils/class-name.d.ts +24 -3
  347. package/dist/utils/class-name.mjs +11 -2
  348. package/dist/utils/colors.d.ts +1 -1
  349. package/dist/utils/component-token.cjs +2 -0
  350. package/dist/utils/component-token.d.ts +3 -1
  351. package/dist/utils/component-token.mjs +2 -0
  352. package/dist/utils/date.cjs +13 -0
  353. package/dist/utils/date.d.ts +6 -0
  354. package/dist/utils/date.mjs +13 -0
  355. package/package.json +25 -25
  356. package/dist/components/clock/hooks.cjs +0 -12
  357. package/dist/components/clock/hooks.d.ts +0 -2
  358. package/dist/components/clock/hooks.mjs +0 -12
  359. package/dist/components/clock/types.cjs +0 -6
  360. package/dist/components/clock/types.mjs +0 -8
  361. package/dist/components/floating-action-button/floating-action-button.d.ts +0 -4
  362. package/dist/components/floating-action-button/index.d.ts +0 -2
  363. package/dist/components/icon/icons/three-dimension-rotation.d.ts +0 -3
  364. package/dist/components/skeleton/types.d.ts +0 -19
  365. package/dist/utils/layer.cjs +0 -23
  366. package/dist/utils/layer.d.ts +0 -7
  367. package/dist/utils/layer.mjs +0 -23
  368. /package/dist/components/{floating-action-button → fab}/floatable.cjs +0 -0
  369. /package/dist/components/{floating-action-button → fab}/floatable.mjs +0 -0
  370. /package/dist/{components/avatar/types.d.ts → types/avatar.d.ts} +0 -0
  371. /package/dist/{components/badge/types.d.ts → types/badge.d.ts} +0 -0
  372. /package/dist/{components/breadcrumb/types.d.ts → types/breadcrumb.d.ts} +0 -0
  373. /package/dist/{components/button/types.d.ts → types/button.d.ts} +0 -0
  374. /package/dist/{components/calendar/types.d.ts → types/calendar.d.ts} +0 -0
  375. /package/dist/{components/cascader/types.d.ts → types/cascader.d.ts} +0 -0
  376. /package/dist/{components/checkbox/types.d.ts → types/checkbox.d.ts} +0 -0
  377. /package/dist/{components/collapse/types.d.ts → types/collapse.d.ts} +0 -0
  378. /package/dist/{components/date-range-picker/types.d.ts → types/date-range-picker.d.ts} +0 -0
  379. /package/dist/{components/highlight/types.d.ts → types/highlight.d.ts} +0 -0
  380. /package/dist/{components/icon/types.d.ts → types/icon.d.ts} +0 -0
  381. /package/dist/{components/image/types.d.ts → types/image.d.ts} +0 -0
  382. /package/dist/{components/input/types.d.ts → types/input.d.ts} +0 -0
  383. /package/dist/{components/kbd/types.d.ts → types/kbd.d.ts} +0 -0
  384. /package/dist/{components/layout/types.d.ts → types/layout.d.ts} +0 -0
  385. /package/dist/{components/loading/types.d.ts → types/loading.d.ts} +0 -0
  386. /package/dist/{components/notification/types.d.ts → types/notification.d.ts} +0 -0
  387. /package/dist/{components/number-input/types.d.ts → types/number-input.d.ts} +0 -0
  388. /package/dist/{components/otp-input/types.d.ts → types/otp-input.d.ts} +0 -0
  389. /package/dist/{components/popover/types.d.ts → types/popover.d.ts} +0 -0
  390. /package/dist/{components/portal/types.d.ts → types/portal.d.ts} +0 -0
  391. /package/dist/{components/progress/types.d.ts → types/progress.d.ts} +0 -0
  392. /package/dist/{components/rate/types.d.ts → types/rate.d.ts} +0 -0
  393. /package/dist/{components/ripple/types.d.ts → types/ripple.d.ts} +0 -0
  394. /package/dist/{components/steps/types.d.ts → types/steps.d.ts} +0 -0
  395. /package/dist/{components/switch/types.d.ts → types/switch.d.ts} +0 -0
  396. /package/dist/{components/tabs/types.d.ts → types/tabs.d.ts} +0 -0
  397. /package/dist/{components/tag/types.d.ts → types/tag.d.ts} +0 -0
  398. /package/dist/{components/time-picker/types.d.ts → types/time-picker.d.ts} +0 -0
  399. /package/dist/{components/timeline/types.d.ts → types/timeline.d.ts} +0 -0
  400. /package/dist/{components/tooltip/types.d.ts → types/tooltip.d.ts} +0 -0
  401. /package/dist/{components/transfer/types.d.ts → types/transfer.d.ts} +0 -0
  402. /package/dist/{components/visually-hidden/types.d.ts → types/visually-hidden.d.ts} +0 -0
  403. /package/dist/{components/watermark/types.d.ts → types/watermark.d.ts} +0 -0
@@ -1,3 +1,3 @@
1
1
  import React from "react";
2
- declare const LooksOne: (props: Omit<import("../..").IconProps, "as">) => React.FunctionComponentElement<import("../..").IconProps>;
2
+ declare const LooksOne: (props: Omit<import("../../../../types/icon").IconProps, "as">) => React.FunctionComponentElement<import("../../../../types/icon").IconProps>;
3
3
  export default LooksOne;
@@ -1,3 +1,3 @@
1
1
  import React from "react";
2
- declare const LooksSix: (props: Omit<import("../..").IconProps, "as">) => React.FunctionComponentElement<import("../..").IconProps>;
2
+ declare const LooksSix: (props: Omit<import("../../../../types/icon").IconProps, "as">) => React.FunctionComponentElement<import("../../../../types/icon").IconProps>;
3
3
  export default LooksSix;
@@ -1,3 +1,3 @@
1
1
  import React from "react";
2
- declare const LooksThree: (props: Omit<import("../..").IconProps, "as">) => React.FunctionComponentElement<import("../..").IconProps>;
2
+ declare const LooksThree: (props: Omit<import("../../../../types/icon").IconProps, "as">) => React.FunctionComponentElement<import("../../../../types/icon").IconProps>;
3
3
  export default LooksThree;
@@ -1,3 +1,3 @@
1
1
  import React from "react";
2
- declare const LooksTwo: (props: Omit<import("../..").IconProps, "as">) => React.FunctionComponentElement<import("../..").IconProps>;
2
+ declare const LooksTwo: (props: Omit<import("../../../../types/icon").IconProps, "as">) => React.FunctionComponentElement<import("../../../../types/icon").IconProps>;
3
3
  export default LooksTwo;
@@ -1,3 +1,3 @@
1
1
  import React from "react";
2
- declare const RotateLeft: (props: Omit<import("../..").IconProps, "as">) => React.FunctionComponentElement<import("../..").IconProps>;
2
+ declare const RotateLeft: (props: Omit<import("../../../../types/icon").IconProps, "as">) => React.FunctionComponentElement<import("../../../../types/icon").IconProps>;
3
3
  export default RotateLeft;
@@ -1,3 +1,3 @@
1
1
  import React from "react";
2
- declare const RotateRight: (props: Omit<import("../..").IconProps, "as">) => React.FunctionComponentElement<import("../..").IconProps>;
2
+ declare const RotateRight: (props: Omit<import("../../../../types/icon").IconProps, "as">) => React.FunctionComponentElement<import("../../../../types/icon").IconProps>;
3
3
  export default RotateRight;
@@ -1,3 +1,3 @@
1
1
  import React from "react";
2
- declare const Bedtime: (props: Omit<import("../..").IconProps, "as">) => React.FunctionComponentElement<import("../..").IconProps>;
2
+ declare const Bedtime: (props: Omit<import("../../../../types/icon").IconProps, "as">) => React.FunctionComponentElement<import("../../../../types/icon").IconProps>;
3
3
  export default Bedtime;
@@ -11,6 +11,8 @@ var doneOutline = require('./action/done-outline.cjs');
11
11
  var translate = require('./action/translate.cjs');
12
12
  var code = require('./action/code.cjs');
13
13
  var openInNew = require('./action/open-in-new.cjs');
14
+ var _delete = require('./action/delete.cjs');
15
+ var threeDRotation = require('./action/three-d-rotation.cjs');
14
16
  var errorOutline = require('./alert/error-outline.cjs');
15
17
  var addAlert = require('./alert/add-alert.cjs');
16
18
  var autoDelete = require('./alert/auto-delete.cjs');
@@ -57,6 +59,7 @@ var subscript = require('./editor/subscript.cjs');
57
59
  var superscript = require('./editor/superscript.cjs');
58
60
  var notes = require('./editor/notes.cjs');
59
61
  var checklist = require('./editor/checklist.cjs');
62
+ var attchFile = require('./editor/attch-file.cjs');
60
63
  var github = require('./mock/github.cjs');
61
64
  var loading = require('./mock/loading.cjs');
62
65
 
@@ -75,6 +78,8 @@ exports.DoneOutline = doneOutline.default;
75
78
  exports.Translate = translate.default;
76
79
  exports.Code = code.default;
77
80
  exports.OpenInNew = openInNew.default;
81
+ exports.Delete = _delete.default;
82
+ exports.ThreeDRotation = threeDRotation.default;
78
83
  exports.ErrorOutline = errorOutline.default;
79
84
  exports.AddAlert = addAlert.default;
80
85
  exports.AutoDelete = autoDelete.default;
@@ -121,5 +126,6 @@ exports.Subscript = subscript.default;
121
126
  exports.Superscript = superscript.default;
122
127
  exports.Notes = notes.default;
123
128
  exports.Checklist = checklist.default;
129
+ exports.AttachFile = attchFile.default;
124
130
  exports.Github = github.default;
125
131
  exports.Loading = loading.default;
@@ -11,6 +11,8 @@ export { default as DoneOutline } from './action/done-outline.mjs';
11
11
  export { default as Translate } from './action/translate.mjs';
12
12
  export { default as Code } from './action/code.mjs';
13
13
  export { default as OpenInNew } from './action/open-in-new.mjs';
14
+ export { default as Delete } from './action/delete.mjs';
15
+ export { default as ThreeDRotation } from './action/three-d-rotation.mjs';
14
16
  export { default as ErrorOutline } from './alert/error-outline.mjs';
15
17
  export { default as AddAlert } from './alert/add-alert.mjs';
16
18
  export { default as AutoDelete } from './alert/auto-delete.mjs';
@@ -57,5 +59,6 @@ export { default as Subscript } from './editor/subscript.mjs';
57
59
  export { default as Superscript } from './editor/superscript.mjs';
58
60
  export { default as Notes } from './editor/notes.mjs';
59
61
  export { default as Checklist } from './editor/checklist.mjs';
62
+ export { default as AttachFile } from './editor/attch-file.mjs';
60
63
  export { default as Github } from './mock/github.mjs';
61
64
  export { default as Loading } from './mock/loading.mjs';
@@ -1,3 +1,3 @@
1
1
  import React from "react";
2
- declare const Github: (props: Omit<import("../..").IconProps, "as">) => React.FunctionComponentElement<import("../..").IconProps>;
2
+ declare const Github: (props: Omit<import("../../../../types/icon").IconProps, "as">) => React.FunctionComponentElement<import("../../../../types/icon").IconProps>;
3
3
  export default Github;
@@ -1,8 +1,8 @@
1
1
  import Github from "./github";
2
2
  import Loading from "./loading";
3
3
  declare const _: {
4
- Github: (props: Omit<import("../..").IconProps, "as">) => import("react").FunctionComponentElement<import("../..").IconProps>;
5
- Loading: (props: Omit<import("../..").IconProps, "as">) => import("react").FunctionComponentElement<import("../..").IconProps>;
4
+ Github: (props: Omit<import("../../../../types/icon").IconProps, "as">) => import("react").FunctionComponentElement<import("../../../../types/icon").IconProps>;
5
+ Loading: (props: Omit<import("../../../../types/icon").IconProps, "as">) => import("react").FunctionComponentElement<import("../../../../types/icon").IconProps>;
6
6
  };
7
7
  export default _;
8
8
  export { Github, Loading };
@@ -1,3 +1,3 @@
1
1
  import React from "react";
2
- declare const Loading: (props: Omit<import("../..").IconProps, "as">) => React.FunctionComponentElement<import("../..").IconProps>;
2
+ declare const Loading: (props: Omit<import("../../../../types/icon").IconProps, "as">) => React.FunctionComponentElement<import("../../../../types/icon").IconProps>;
3
3
  export default Loading;
@@ -1,3 +1,3 @@
1
1
  import React from "react";
2
- declare const Cancel: (props: Omit<import("../..").IconProps, "as">) => React.FunctionComponentElement<import("../..").IconProps>;
2
+ declare const Cancel: (props: Omit<import("../../../../types/icon").IconProps, "as">) => React.FunctionComponentElement<import("../../../../types/icon").IconProps>;
3
3
  export default Cancel;
@@ -1,3 +1,3 @@
1
1
  import React from "react";
2
- declare const Check: (props: Omit<import("../..").IconProps, "as">) => React.FunctionComponentElement<import("../..").IconProps>;
2
+ declare const Check: (props: Omit<import("../../../../types/icon").IconProps, "as">) => React.FunctionComponentElement<import("../../../../types/icon").IconProps>;
3
3
  export default Check;
@@ -1,3 +1,3 @@
1
1
  import React from "react";
2
- declare const Close: (props: Omit<import("../..").IconProps, "as">) => React.FunctionComponentElement<import("../..").IconProps>;
2
+ declare const Close: (props: Omit<import("../../../../types/icon").IconProps, "as">) => React.FunctionComponentElement<import("../../../../types/icon").IconProps>;
3
3
  export default Close;
@@ -4,11 +4,11 @@ import Close from "./close";
4
4
  import Check from "./check";
5
5
  import UnfoldMore from "./unfold-more";
6
6
  declare const _: {
7
- Cancel: (props: Omit<import("../..").IconProps, "as">) => import("react").FunctionComponentElement<import("../..").IconProps>;
8
- Close: (props: Omit<import("../..").IconProps, "as">) => import("react").FunctionComponentElement<import("../..").IconProps>;
9
- MoreHoriz: (props: Omit<import("../..").IconProps, "as">) => import("react").FunctionComponentElement<import("../..").IconProps>;
10
- Check: (props: Omit<import("../..").IconProps, "as">) => import("react").FunctionComponentElement<import("../..").IconProps>;
11
- UnfoldMore: (props: Omit<import("../..").IconProps, "as">) => import("react").FunctionComponentElement<import("../..").IconProps>;
7
+ Cancel: (props: Omit<import("../../../../types/icon").IconProps, "as">) => import("react").FunctionComponentElement<import("../../../../types/icon").IconProps>;
8
+ Close: (props: Omit<import("../../../../types/icon").IconProps, "as">) => import("react").FunctionComponentElement<import("../../../../types/icon").IconProps>;
9
+ MoreHoriz: (props: Omit<import("../../../../types/icon").IconProps, "as">) => import("react").FunctionComponentElement<import("../../../../types/icon").IconProps>;
10
+ Check: (props: Omit<import("../../../../types/icon").IconProps, "as">) => import("react").FunctionComponentElement<import("../../../../types/icon").IconProps>;
11
+ UnfoldMore: (props: Omit<import("../../../../types/icon").IconProps, "as">) => import("react").FunctionComponentElement<import("../../../../types/icon").IconProps>;
12
12
  };
13
13
  export default _;
14
14
  export { Cancel, Close, MoreHoriz, Check, UnfoldMore };
@@ -1,3 +1,3 @@
1
1
  import React from "react";
2
- declare const MoreHoriz: (props: Omit<import("../..").IconProps, "as">) => React.FunctionComponentElement<import("../..").IconProps>;
2
+ declare const MoreHoriz: (props: Omit<import("../../../../types/icon").IconProps, "as">) => React.FunctionComponentElement<import("../../../../types/icon").IconProps>;
3
3
  export default MoreHoriz;
@@ -1,3 +1,3 @@
1
1
  import React from "react";
2
- declare const UnfoldMore: (props: Omit<import("../..").IconProps, "as">) => React.FunctionComponentElement<import("../..").IconProps>;
2
+ declare const UnfoldMore: (props: Omit<import("../../../../types/icon").IconProps, "as">) => React.FunctionComponentElement<import("../../../../types/icon").IconProps>;
3
3
  export default UnfoldMore;
@@ -2,9 +2,9 @@ import Star from "./star";
2
2
  import StarHalf from "./star-half";
3
3
  import StarOutline from "./star-outline";
4
4
  declare const _: {
5
- Star: (props: Omit<import("../..").IconProps, "as">) => import("react").FunctionComponentElement<import("../..").IconProps>;
6
- StarHalf: (props: Omit<import("../..").IconProps, "as">) => import("react").FunctionComponentElement<import("../..").IconProps>;
7
- StarOutline: (props: Omit<import("../..").IconProps, "as">) => import("react").FunctionComponentElement<import("../..").IconProps>;
5
+ Star: (props: Omit<import("../../../../types/icon").IconProps, "as">) => import("react").FunctionComponentElement<import("../../../../types/icon").IconProps>;
6
+ StarHalf: (props: Omit<import("../../../../types/icon").IconProps, "as">) => import("react").FunctionComponentElement<import("../../../../types/icon").IconProps>;
7
+ StarOutline: (props: Omit<import("../../../../types/icon").IconProps, "as">) => import("react").FunctionComponentElement<import("../../../../types/icon").IconProps>;
8
8
  };
9
9
  export default _;
10
10
  export { Star, StarHalf, StarOutline };
@@ -1,3 +1,3 @@
1
1
  import React from "react";
2
- declare const StarHalf: (props: Omit<import("../..").IconProps, "as">) => React.FunctionComponentElement<import("../..").IconProps>;
2
+ declare const StarHalf: (props: Omit<import("../../../../types/icon").IconProps, "as">) => React.FunctionComponentElement<import("../../../../types/icon").IconProps>;
3
3
  export default StarHalf;
@@ -1,3 +1,3 @@
1
1
  import React from "react";
2
- declare const StarOutline: (props: Omit<import("../..").IconProps, "as">) => React.FunctionComponentElement<import("../..").IconProps>;
2
+ declare const StarOutline: (props: Omit<import("../../../../types/icon").IconProps, "as">) => React.FunctionComponentElement<import("../../../../types/icon").IconProps>;
3
3
  export default StarOutline;
@@ -1,3 +1,3 @@
1
1
  import React from "react";
2
- declare const Star: (props: Omit<import("../..").IconProps, "as">) => React.FunctionComponentElement<import("../..").IconProps>;
2
+ declare const Star: (props: Omit<import("../../../../types/icon").IconProps, "as">) => React.FunctionComponentElement<import("../../../../types/icon").IconProps>;
3
3
  export default Star;
@@ -1,7 +1,2 @@
1
1
  import Icon from "./icon";
2
- /**
3
- * @description
4
- * icon component
5
- */
6
2
  export { Icon };
7
- export type { IconProps } from "./types";
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import type { OperationsProps } from "./types";
2
+ import type { OperationsProps } from "musae/types/image";
3
3
  /**
4
4
  * @description
5
5
  * handlers
@@ -31,13 +31,13 @@ var Image = function Image(_ref) {
31
31
  // not in preview group, render self
32
32
  turnOn();
33
33
  });
34
- return /*#__PURE__*/React.createElement(React.Fragment, null, status === "loaded" && /*#__PURE__*/React.createElement("img", {
34
+ return /*#__PURE__*/React.createElement(React.Fragment, null, status === "loaded" && (/*#__PURE__*/React.createElement("img", {
35
35
  src: src,
36
36
  alt: alt,
37
37
  onClick: click,
38
38
  width: width,
39
39
  height: height
40
- }), isOpen && !contextValue && /*#__PURE__*/React.createElement(preview.default, {
40
+ })), isOpen && !contextValue && /*#__PURE__*/React.createElement(preview.default, {
41
41
  src: src,
42
42
  onClose: turnOff,
43
43
  alt: alt
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
- import type { ImageProps } from "./types";
2
+ import type { ImageProps } from "musae/types/image";
3
3
  declare const Image: ({ src, alt, width, height }: ImageProps) => React.JSX.Element;
4
4
  export default Image;
@@ -29,13 +29,13 @@ var Image = function Image(_ref) {
29
29
  // not in preview group, render self
30
30
  turnOn();
31
31
  });
32
- return /*#__PURE__*/React.createElement(React.Fragment, null, status === "loaded" && /*#__PURE__*/React.createElement("img", {
32
+ return /*#__PURE__*/React.createElement(React.Fragment, null, status === "loaded" && (/*#__PURE__*/React.createElement("img", {
33
33
  src: src,
34
34
  alt: alt,
35
35
  onClick: click,
36
36
  width: width,
37
37
  height: height
38
- }), isOpen && !contextValue && /*#__PURE__*/React.createElement(Preview, {
38
+ })), isOpen && !contextValue && /*#__PURE__*/React.createElement(Preview, {
39
39
  src: src,
40
40
  onClose: turnOff,
41
41
  alt: alt
@@ -1,4 +1,4 @@
1
- declare const Image: (({ src, alt, width, height }: import("./types").ImageProps) => import("react").JSX.Element) & {
2
- Group: ({ children, items }: import("./types").PreviewGroupProps) => import("react").JSX.Element;
1
+ declare const Image: (({ src, alt, width, height }: import("musae/types/image").ImageProps) => import("react").JSX.Element) & {
2
+ Group: ({ children, items }: import("musae/types/image").PreviewGroupProps) => import("react").JSX.Element;
3
3
  };
4
4
  export { Image };
@@ -1,3 +1,3 @@
1
- import type { PreviewGroupContextValue } from "../types";
1
+ import type { PreviewGroupContextValue } from "musae/types/image";
2
2
  declare const PreviewGroupContext: import("react").Context<PreviewGroupContextValue | null>;
3
3
  export default PreviewGroupContext;
@@ -1,4 +1,4 @@
1
- import type { PreviewGroupProps } from "../types";
1
+ import type { PreviewGroupProps } from "musae/types/image";
2
2
  import React from "react";
3
3
  declare const Group: ({ children, items }: PreviewGroupProps) => React.JSX.Element;
4
4
  export default Group;
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
- import type { OperationsProps } from "../types";
2
+ import type { OperationsProps } from "musae/types/image";
3
3
  declare const Operations: ({ onClose, onZoomIn, onZoomOut, onRotateRight, onRotateLeft, onFlipX, onFlipY, }: OperationsProps) => React.JSX.Element;
4
4
  export default Operations;
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import type { PreviewRef } from "../types";
2
+ import type { PreviewRef } from "musae/types/image";
3
3
  declare const Preview: React.ForwardRefExoticComponent<Pick<React.ImgHTMLAttributes<HTMLImageElement>, "alt"> & {
4
4
  src: string;
5
5
  onClose: () => void;
@@ -1,5 +1,5 @@
1
1
  import { type ChangeEventHandler, type Dispatch, type FocusEventHandler, type MouseEventHandler, type SetStateAction, type RefObject } from "react";
2
- import type { InputProps } from "./types";
2
+ import type { InputProps } from "musae/types/input";
3
3
  /**
4
4
  * @description
5
5
  * use events for input
@@ -1,3 +1,2 @@
1
1
  import Input, { styles } from "./input";
2
- import type { InputRef } from "./types";
3
- export { Input, styles, type InputRef };
2
+ export { Input, styles };
@@ -1,5 +1,5 @@
1
1
  import React, { type CSSProperties } from "react";
2
- import type { InputProps, InputRef } from "./types";
2
+ import type { InputProps, InputRef } from "musae/types/input";
3
3
  export declare const styles: Readonly<{
4
4
  readonly wrapper: (props: {
5
5
  outlineColor: CSSProperties["borderColor"];
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
- import type { KbdProps } from "./types";
2
+ import type { KbdProps } from "musae/types/kbd";
3
3
  declare const Kbd: React.ForwardRefExoticComponent<KbdProps & React.RefAttributes<HTMLElement>>;
4
4
  export default Kbd;
@@ -1,3 +1,3 @@
1
- import type { KbdKey } from "./types";
1
+ import type { KbdKey } from "musae/types/kbd";
2
2
  export declare const KBD_KEYS: Record<KbdKey, string>;
3
3
  export declare const KBD_LABELS: Record<KbdKey, string>;
@@ -1,3 +1,3 @@
1
- import { MainProps } from "./types";
1
+ import type { MainProps } from "musae/types/layout";
2
2
  declare const Footer: (props: MainProps) => null;
3
3
  export default Footer;
@@ -1,4 +1,4 @@
1
- import { HeaderProps } from "./types";
1
+ import type { HeaderProps } from "musae/types/layout";
2
2
  import React from "react";
3
3
  declare const Header: ({ className, style, children }: HeaderProps) => React.JSX.Element;
4
4
  export default Header;
@@ -1,2 +1,2 @@
1
- import { TypedLayout } from "./types";
1
+ import type { TypedLayout } from "musae/types/layout";
2
2
  export declare const Layout: TypedLayout;
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
- import { LayoutProps } from "./types";
2
+ import type { LayoutProps } from "musae/types/layout";
3
3
  declare const Layout: ({ className, style, ...props }: LayoutProps) => React.JSX.Element;
4
4
  export default Layout;
@@ -1,3 +1,3 @@
1
- import { MainProps } from "./types";
1
+ import type { MainProps } from "musae/types/layout";
2
2
  declare const Main: ({ children }: MainProps) => import("react").ReactNode;
3
3
  export default Main;
@@ -1,4 +1,4 @@
1
- import type { SiderProps } from "./types";
1
+ import type { SiderProps } from "musae/types/layout";
2
2
  import React from "react";
3
3
  declare const Sider: ({ style, children, className }: SiderProps) => React.JSX.Element;
4
4
  export default Sider;
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
- import type { LoadingProps } from "./types";
2
+ import type { LoadingProps } from "musae/types/loading";
3
3
  declare const Loading: ({ size, overlay, children, className, style, loading, }: LoadingProps) => React.JSX.Element;
4
4
  export default Loading;
@@ -47,17 +47,17 @@ var useItemChildren = function useItemChildren(_ref) {
47
47
  hasChildren = _ref.hasChildren,
48
48
  isExpanded = _ref.isExpanded,
49
49
  isInline = _ref.isInline;
50
- /// prefix
50
+ // prefix
51
51
  var _prefix = React.useMemo(function () {
52
52
  return prefix && /*#__PURE__*/React.createElement("span", _objectSpread({}, {
53
53
  className: "musaex-78zum5 musaex-l56j7k musaex-6s0dn4 musaex-1a1twg2"
54
54
  }), prefix);
55
55
  }, [prefix]);
56
- /// child
56
+ // child
57
57
  var _label = React.useMemo(function () {
58
58
  return label && /*#__PURE__*/React.createElement("span", null, label);
59
59
  }, [label]);
60
- /// suffix
60
+ // suffix
61
61
  var _suffix = React.useMemo(function () {
62
62
  if (!suffix && !hasChildren) return null;
63
63
  var styled = stylex.default.props(styles.collapser({
@@ -98,12 +98,12 @@ var useContextValue = function useContextValue(_ref2) {
98
98
  _expandedKeys = _useControlledState4[0],
99
99
  _setExpandedKeys = _useControlledState4[1];
100
100
  var selectedKeys = React.useMemo(function () {
101
- return new Set(_selectedKeys);
101
+ return new Set(relax.toArray(_selectedKeys));
102
102
  }, [_selectedKeys]);
103
103
  var expandedKeys = React.useMemo(function () {
104
104
  return new Set(_expandedKeys);
105
105
  }, [_expandedKeys]);
106
- /// click handler
106
+ // click handler
107
107
  var click = React.useCallback(/*#__PURE__*/function () {
108
108
  var _ref3 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(key) {
109
109
  return _regeneratorRuntime().wrap(function _callee$(_context) {
@@ -122,7 +122,7 @@ var useContextValue = function useContextValue(_ref2) {
122
122
  return _ref3.apply(this, arguments);
123
123
  };
124
124
  }(), [onClick, _setSelectedKeys]);
125
- /// toggle expand
125
+ // toggle expand
126
126
  var toggle = React.useCallback(function (key) {
127
127
  var isExpanded = expandedKeys.has(key);
128
128
  _setExpandedKeys(function (prev) {
@@ -131,7 +131,7 @@ var useContextValue = function useContextValue(_ref2) {
131
131
  return Array.from(expanded);
132
132
  });
133
133
  }, [expandedKeys, _setExpandedKeys]);
134
- /// collect item
134
+ // collect item
135
135
  var collect = React.useCallback(function (key, item) {
136
136
  if (!item) return;
137
137
  setTrigger(key, item);
@@ -1,6 +1,5 @@
1
1
  import React, { type ReactNode } from "react";
2
- import type { ContextValue, MenuProps, Mode } from "musae/types/menu";
3
- import type { Size } from "musae/types/element";
2
+ import type { ContextValue, MenuProps, Mode, Size } from "musae/types/menu";
4
3
  /**
5
4
  * @description
6
5
  * use menu context
@@ -5,7 +5,7 @@ import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProper
5
5
  import _objectSpread from '@babel/runtime/helpers/objectSpread2';
6
6
  import React, { useMemo, useCallback, useContext } from 'react';
7
7
  import Context from './context.mjs';
8
- import { useControlledState } from '@aiszlab/relax';
8
+ import { useControlledState, toArray } from '@aiszlab/relax';
9
9
  import _stylex from '../../node_modules/.pnpm/@stylexjs_stylex@0.7.5/node_modules/@stylexjs/stylex/lib/es/stylex.mjs';
10
10
  import KeyboardArrowUp from '../icon/icons/hardware/keyboard-arrow-up.mjs';
11
11
 
@@ -47,17 +47,17 @@ var useItemChildren = function useItemChildren(_ref) {
47
47
  hasChildren = _ref.hasChildren,
48
48
  isExpanded = _ref.isExpanded,
49
49
  isInline = _ref.isInline;
50
- /// prefix
50
+ // prefix
51
51
  var _prefix = useMemo(function () {
52
52
  return prefix && /*#__PURE__*/React.createElement("span", _objectSpread({}, {
53
53
  className: "musaex-78zum5 musaex-l56j7k musaex-6s0dn4 musaex-1a1twg2"
54
54
  }), prefix);
55
55
  }, [prefix]);
56
- /// child
56
+ // child
57
57
  var _label = useMemo(function () {
58
58
  return label && /*#__PURE__*/React.createElement("span", null, label);
59
59
  }, [label]);
60
- /// suffix
60
+ // suffix
61
61
  var _suffix = useMemo(function () {
62
62
  if (!suffix && !hasChildren) return null;
63
63
  var styled = _stylex.props(styles.collapser({
@@ -98,12 +98,12 @@ var useContextValue = function useContextValue(_ref2) {
98
98
  _expandedKeys = _useControlledState4[0],
99
99
  _setExpandedKeys = _useControlledState4[1];
100
100
  var selectedKeys = useMemo(function () {
101
- return new Set(_selectedKeys);
101
+ return new Set(toArray(_selectedKeys));
102
102
  }, [_selectedKeys]);
103
103
  var expandedKeys = useMemo(function () {
104
104
  return new Set(_expandedKeys);
105
105
  }, [_expandedKeys]);
106
- /// click handler
106
+ // click handler
107
107
  var click = useCallback(/*#__PURE__*/function () {
108
108
  var _ref3 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(key) {
109
109
  return _regeneratorRuntime().wrap(function _callee$(_context) {
@@ -122,7 +122,7 @@ var useContextValue = function useContextValue(_ref2) {
122
122
  return _ref3.apply(this, arguments);
123
123
  };
124
124
  }(), [onClick, _setSelectedKeys]);
125
- /// toggle expand
125
+ // toggle expand
126
126
  var toggle = useCallback(function (key) {
127
127
  var isExpanded = expandedKeys.has(key);
128
128
  _setExpandedKeys(function (prev) {
@@ -131,7 +131,7 @@ var useContextValue = function useContextValue(_ref2) {
131
131
  return Array.from(expanded);
132
132
  });
133
133
  }, [expandedKeys, _setExpandedKeys]);
134
- /// collect item
134
+ // collect item
135
135
  var collect = useCallback(function (key, item) {
136
136
  if (!item) return;
137
137
  setTrigger(key, item);
@@ -5,13 +5,12 @@ import React from "react";
5
5
  * @description
6
6
  * menu item
7
7
  */
8
- declare const Item: React.ForwardRefExoticComponent<Omit<import("musae/types/menu").MenuItem, "children" | "key"> & {
9
- level: number;
10
- } & import("../../types/element").ComponentProps & {
8
+ declare const Item: React.ForwardRefExoticComponent<Omit<import("musae/types/menu").MenuItem, "children" | "key"> & import("../../types/element").ComponentProps & {
11
9
  value: React.Key;
12
10
  suffix?: React.ReactNode;
13
11
  onClick?: import("musae/types/menu").ContextValue["click"];
14
12
  children?: React.ReactNode;
15
13
  mode: import("musae/types/menu").Mode;
14
+ level: number;
16
15
  } & React.RefAttributes<HTMLLIElement>>;
17
16
  export default Item;
@@ -1,5 +1,5 @@
1
1
  import { type ReactNode } from "react";
2
- import type { Messager } from "./types";
2
+ import type { Messager } from "musae/types/message";
3
3
  /**
4
4
  * @author murukal
5
5
  *
@@ -1,3 +1,3 @@
1
- import type { TypedMessage } from "./types";
1
+ import type { TypedMessage } from "musae/types/message";
2
2
  declare const Message: TypedMessage;
3
3
  export default Message;
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
- import type { HolderProps, HolderRef } from "./types";
2
+ import type { HolderProps, HolderRef } from "musae/types/notification";
3
3
  declare const Holder: React.ForwardRefExoticComponent<HolderProps & React.RefAttributes<HolderRef>>;
4
4
  export default Holder;
@@ -1,5 +1,5 @@
1
1
  import { type ReactNode } from "react";
2
- import type { Notifier, UseNotificationProps } from "./types";
2
+ import type { Notifier, UseNotificationProps } from "musae/types/notification";
3
3
  /**
4
4
  * @author murukal
5
5
  *
@@ -1,4 +1,4 @@
1
- import type { HolderRef, Notifier, Type, NotificationConfig } from "./types";
1
+ import type { HolderRef, Notifier, Type, NotificationConfig } from "musae/types/notification";
2
2
  import Holder from "./holder";
3
3
  import { useNotification } from "./hooks";
4
4
  import Notification from "./notifier";
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import type { NotificationProps, Axis } from "./types";
2
+ import type { NotificationProps, Axis } from "musae/types/notification";
3
3
  export declare const PLACEMENTS: Record<Axis, [hidden: string, appeared: string]>;
4
4
  declare const Notification: React.ForwardRefExoticComponent<NotificationProps & React.RefAttributes<HTMLDivElement>>;
5
5
  export default Notification;
@@ -1,4 +1,4 @@
1
- import type { NotificationConfig, TypedNotification } from "./types";
1
+ import type { NotificationConfig, TypedNotification } from "musae/types/notification";
2
2
  export declare class Notifier {
3
3
  #private;
4
4
  constructor();
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
- import { NumberInputProps } from "./types";
2
+ import type { NumberInputProps } from "musae/types/number-input";
3
3
  declare const NumberInput: ({ value: __value, formatter: _formatter }: NumberInputProps) => React.JSX.Element;
4
4
  export default NumberInput;
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
- import type { OtpInputProps } from "./types";
2
+ import type { OtpInputProps } from "musae/types/otp-input";
3
3
  declare const OtpInput: ({ length, onChange, value: _value }: OtpInputProps) => React.JSX.Element;
4
4
  export default OtpInput;