impact-ui 4.0.0-alpha.21 → 4.0.0-alpha.23

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 (398) hide show
  1. package/dist/_virtual/InfoOutlined.js +4 -0
  2. package/dist/_virtual/RemoveRounded.js +4 -0
  3. package/dist/_virtual/index2.js +2 -2
  4. package/dist/_virtual/index3.js +2 -2
  5. package/dist/components/AccordionModern/index.d.ts.map +1 -1
  6. package/dist/components/AccordionModern/index.js +13 -18
  7. package/dist/components/Alert/index.js +1 -1
  8. package/dist/components/Badge/filled/filledIconLabelBadges/index.js +2 -2
  9. package/dist/components/Badge/filled/filledOnlyIconBadges/index.js +2 -2
  10. package/dist/components/Badge/filled/filledOnlyLabelBadges/index.js +2 -2
  11. package/dist/components/Badge/index.js +1 -1
  12. package/dist/components/Badge/stroke/strokeIconLabelBadges/index.js +2 -2
  13. package/dist/components/Badge/stroke/strokeOnlyIconBadges/index.js +2 -2
  14. package/dist/components/Badge/stroke/strokeOnlyLabelBadges/index.js +2 -2
  15. package/dist/components/Badge/subtle/subtleIOnlyIconBadges/index.js +2 -2
  16. package/dist/components/Badge/subtle/subtleIconLabelBadges/index.js +2 -2
  17. package/dist/components/Badge/subtle/subtleOnlyLabelBadges/index.js +2 -2
  18. package/dist/components/BottomSheet/index.d.ts.map +1 -1
  19. package/dist/components/BottomSheet/index.js +9 -6
  20. package/dist/components/Breadcrumbs/Breadcrumbs.types.d.ts +2 -1
  21. package/dist/components/Breadcrumbs/Breadcrumbs.types.d.ts.map +1 -1
  22. package/dist/components/Breadcrumbs/index.d.ts +1 -1
  23. package/dist/components/Breadcrumbs/index.d.ts.map +1 -1
  24. package/dist/components/Breadcrumbs/index.js +24 -47
  25. package/dist/components/Button/index.js +1 -1
  26. package/dist/components/ButtonGroup/index.d.ts.map +1 -1
  27. package/dist/components/ButtonGroup/index.js +5 -4
  28. package/dist/components/Chart/Chart.types.d.ts +18 -0
  29. package/dist/components/Chart/Chart.types.d.ts.map +1 -1
  30. package/dist/components/Chart/index.d.ts +1 -1
  31. package/dist/components/Chart/index.d.ts.map +1 -1
  32. package/dist/components/Chart/index.js +126 -14
  33. package/dist/components/Chatbot/Chatbot.types.d.ts +2 -0
  34. package/dist/components/Chatbot/Chatbot.types.d.ts.map +1 -1
  35. package/dist/components/Chatbot/chatInput.d.ts +1 -1
  36. package/dist/components/Chatbot/chatInput.d.ts.map +1 -1
  37. package/dist/components/Chatbot/chatInput.js +15 -0
  38. package/dist/components/Chatbot/chatbotModuleMenu.d.ts +1 -1
  39. package/dist/components/Chatbot/chatbotModuleMenu.d.ts.map +1 -1
  40. package/dist/components/Chatbot/chatbotModuleMenu.js +60 -16
  41. package/dist/components/Chatbot/conversationScreen.d.ts +1 -1
  42. package/dist/components/Chatbot/conversationScreen.d.ts.map +1 -1
  43. package/dist/components/Chatbot/conversationScreen.js +35 -17
  44. package/dist/components/Chatbot/index.d.ts.map +1 -1
  45. package/dist/components/Chatbot/index.js +26 -2
  46. package/dist/components/Checkbox/Dashed.d.ts +2 -1
  47. package/dist/components/Checkbox/Dashed.d.ts.map +1 -1
  48. package/dist/components/Checkbox/Dashed.js +12 -4
  49. package/dist/components/Checkbox/Default.d.ts +2 -1
  50. package/dist/components/Checkbox/Default.d.ts.map +1 -1
  51. package/dist/components/Checkbox/Default.js +12 -4
  52. package/dist/components/Checkbox/WithDropDown.d.ts.map +1 -1
  53. package/dist/components/Checkbox/WithDropDown.js +10 -2
  54. package/dist/components/Checkbox/WithoutFormLabel.d.ts.map +1 -1
  55. package/dist/components/Checkbox/WithoutFormLabel.js +7 -1
  56. package/dist/components/Checkbox/index.js +4 -2
  57. package/dist/components/Chips/index.js +1 -1
  58. package/dist/components/DatePicker/DatePicker.types.d.ts +6 -0
  59. package/dist/components/DatePicker/DatePicker.types.d.ts.map +1 -1
  60. package/dist/components/DatePicker/datePickerDropdown.d.ts +8 -1
  61. package/dist/components/DatePicker/datePickerDropdown.d.ts.map +1 -1
  62. package/dist/components/DatePicker/datePickerDropdown.js +140 -8
  63. package/dist/components/DatePicker/datePickerFooter.d.ts +4 -1
  64. package/dist/components/DatePicker/datePickerFooter.d.ts.map +1 -1
  65. package/dist/components/DatePicker/datePickerFooter.js +16 -6
  66. package/dist/components/DatePicker/datePickerInput.d.ts.map +1 -1
  67. package/dist/components/DatePicker/datePickerInput.js +10 -1
  68. package/dist/components/DatePicker/index.d.ts.map +1 -1
  69. package/dist/components/DatePicker/index.js +49 -4
  70. package/dist/components/DatePicker/showMonthYearSelect.d.ts.map +1 -1
  71. package/dist/components/DatePicker/showMonthYearSelect.js +57 -58
  72. package/dist/components/DateRangePicker/DateRangePicker.types.d.ts +1 -0
  73. package/dist/components/DateRangePicker/DateRangePicker.types.d.ts.map +1 -1
  74. package/dist/components/DateRangePicker/dateRangePickerCustom.d.ts.map +1 -1
  75. package/dist/components/DateRangePicker/dateRangePickerCustom.js +1 -2
  76. package/dist/components/DateRangePicker/dateRangePickerDropdown.d.ts +2 -1
  77. package/dist/components/DateRangePicker/dateRangePickerDropdown.d.ts.map +1 -1
  78. package/dist/components/DateRangePicker/dateRangePickerDropdown.js +39 -3
  79. package/dist/components/DateRangePicker/dateRangePickerFooter.js +2 -2
  80. package/dist/components/DateRangePicker/dateRangePickerInput.d.ts.map +1 -1
  81. package/dist/components/DateRangePicker/dateRangePickerInput.js +3 -1
  82. package/dist/components/DateRangePicker/index.d.ts.map +1 -1
  83. package/dist/components/DateRangePicker/index.js +8 -4
  84. package/dist/components/DateRangePicker/showMonthYearSelect.d.ts +13 -0
  85. package/dist/components/DateRangePicker/showMonthYearSelect.d.ts.map +1 -0
  86. package/dist/components/DateRangePicker/showMonthYearSelect.js +94 -0
  87. package/dist/components/EmptyState/index.js +1 -1
  88. package/dist/components/FileUpload/FileUpload.types.d.ts +12 -0
  89. package/dist/components/FileUpload/FileUpload.types.d.ts.map +1 -1
  90. package/dist/components/FileUpload/index.d.ts +1 -1
  91. package/dist/components/FileUpload/index.d.ts.map +1 -1
  92. package/dist/components/FileUpload/index.js +67 -19
  93. package/dist/components/FilterPanel/PanelSidebar.js +2 -2
  94. package/dist/components/FilterPanel/index.js +1 -1
  95. package/dist/components/FiltersStrip/FilterDropDown.d.ts.map +1 -1
  96. package/dist/components/FiltersStrip/FilterDropDown.js +4 -1
  97. package/dist/components/FiltersStrip/FilterSlider.d.ts.map +1 -1
  98. package/dist/components/FiltersStrip/FilterSlider.js +16 -8
  99. package/dist/components/FiltersStrip/index.d.ts.map +1 -1
  100. package/dist/components/FiltersStrip/index.js +2 -3
  101. package/dist/components/FiltersStrip/mockData.d.ts +29 -0
  102. package/dist/components/FiltersStrip/mockData.d.ts.map +1 -0
  103. package/dist/components/Header/Header.types.d.ts +4 -0
  104. package/dist/components/Header/Header.types.d.ts.map +1 -1
  105. package/dist/components/Header/index.d.ts +1 -1
  106. package/dist/components/Header/index.d.ts.map +1 -1
  107. package/dist/components/Header/index.js +32 -11
  108. package/dist/components/HomePage/HomePage.types.d.ts +2 -1
  109. package/dist/components/HomePage/HomePage.types.d.ts.map +1 -1
  110. package/dist/components/HomePage/index.d.ts.map +1 -1
  111. package/dist/components/HomePage/index.js +5 -4
  112. package/dist/components/Input/index.js +1 -1
  113. package/dist/components/KeyboardShortCuts/Keycombo.d.ts +14 -11
  114. package/dist/components/KeyboardShortCuts/Keycombo.d.ts.map +1 -1
  115. package/dist/components/KeyboardShortCuts/Keycombo.js +3 -2
  116. package/dist/components/KeyboardShortCuts/ShortcutLandingPage.js +2 -2
  117. package/dist/components/KeyboardShortCuts/ShortcutModal.d.ts.map +1 -1
  118. package/dist/components/KeyboardShortCuts/ShortcutModal.js +7 -90
  119. package/dist/components/KeyboardShortCuts/allSetBox.d.ts +1 -2
  120. package/dist/components/KeyboardShortCuts/allSetBox.d.ts.map +1 -1
  121. package/dist/components/KeyboardShortCuts/allSetBox.js +2 -3
  122. package/dist/components/KeyboardShortCuts/index.d.ts +1 -1
  123. package/dist/components/KeyboardShortCuts/index.d.ts.map +1 -1
  124. package/dist/components/KeyboardShortCuts/index.js +9 -19
  125. package/dist/components/KeyboardShortCuts/screen2.d.ts +1 -1
  126. package/dist/components/KeyboardShortCuts/screen2.d.ts.map +1 -1
  127. package/dist/components/KeyboardShortCuts/screen2.js +3 -2
  128. package/dist/components/KeyboardShortCuts/screen3.d.ts +1 -1
  129. package/dist/components/KeyboardShortCuts/screen3.d.ts.map +1 -1
  130. package/dist/components/KeyboardShortCuts/screen3.js +3 -2
  131. package/dist/components/KeyboardShortCuts/tutorial.d.ts +6 -5
  132. package/dist/components/KeyboardShortCuts/tutorial.d.ts.map +1 -1
  133. package/dist/components/KeyboardShortCuts/tutorial.js +102 -85
  134. package/dist/components/Menu/IconMenuItem.js +2 -2
  135. package/dist/components/Menu/Menu.types.d.ts +3 -0
  136. package/dist/components/Menu/Menu.types.d.ts.map +1 -1
  137. package/dist/components/Menu/MenuHeaderInfo.d.ts.map +1 -1
  138. package/dist/components/Menu/MenuHeaderInfo.js +4 -12
  139. package/dist/components/Menu/NestedMenuItem.d.ts +1 -0
  140. package/dist/components/Menu/NestedMenuItem.d.ts.map +1 -1
  141. package/dist/components/Menu/NestedMenuItem.js +6 -1
  142. package/dist/components/Menu/index.d.ts.map +1 -1
  143. package/dist/components/Menu/index.js +6 -4
  144. package/dist/components/Menu/nestedMenuItemsFromObject.d.ts.map +1 -1
  145. package/dist/components/Menu/nestedMenuItemsFromObject.js +2 -1
  146. package/dist/components/Modal/Modal.types.d.ts +2 -2
  147. package/dist/components/Modal/Modal.types.d.ts.map +1 -1
  148. package/dist/components/Modal/index.d.ts.map +1 -1
  149. package/dist/components/Modal/index.js +5 -3
  150. package/dist/components/MonthPicker/MonthPicker.types.d.ts +4 -1
  151. package/dist/components/MonthPicker/MonthPicker.types.d.ts.map +1 -1
  152. package/dist/components/MonthPicker/index.d.ts +1 -1
  153. package/dist/components/MonthPicker/index.d.ts.map +1 -1
  154. package/dist/components/MonthPicker/index.js +155 -49
  155. package/dist/components/MonthRangePicker/index.d.ts +4 -1
  156. package/dist/components/MonthRangePicker/index.d.ts.map +1 -1
  157. package/dist/components/MonthRangePicker/index.js +13 -6
  158. package/dist/components/Notification/NotificationBody/NotificationList/NotificationList.js +1 -1
  159. package/dist/components/Notification/NotificationBody/NotificationList/NotificationListItem.d.ts.map +1 -1
  160. package/dist/components/Notification/NotificationBody/NotificationList/NotificationListItem.js +57 -4
  161. package/dist/components/Notification/index.js +2 -2
  162. package/dist/components/Panel/Panel.types.d.ts +10 -0
  163. package/dist/components/Panel/Panel.types.d.ts.map +1 -1
  164. package/dist/components/Panel/index.d.ts +1 -1
  165. package/dist/components/Panel/index.d.ts.map +1 -1
  166. package/dist/components/Panel/index.js +71 -53
  167. package/dist/components/Popover/index.d.ts.map +1 -1
  168. package/dist/components/Popover/index.js +10 -2
  169. package/dist/components/Portal/index.d.ts +1 -1
  170. package/dist/components/Prompt/index.js +1 -1
  171. package/dist/components/RadioButtonGroup/RadioButtonGroup.types.d.ts +2 -0
  172. package/dist/components/RadioButtonGroup/RadioButtonGroup.types.d.ts.map +1 -1
  173. package/dist/components/RadioButtonGroup/index.d.ts +1 -1
  174. package/dist/components/RadioButtonGroup/index.d.ts.map +1 -1
  175. package/dist/components/RadioButtonGroup/index.js +32 -28
  176. package/dist/components/Select/Select.types.d.ts +2 -0
  177. package/dist/components/Select/Select.types.d.ts.map +1 -1
  178. package/dist/components/Select/customGroupHeading.d.ts.map +1 -1
  179. package/dist/components/Select/customGroupHeading.js +5 -1
  180. package/dist/components/Select/dropdown.d.ts +1 -1
  181. package/dist/components/Select/dropdown.d.ts.map +1 -1
  182. package/dist/components/Select/dropdown.js +2 -12
  183. package/dist/components/Select/hooks/useMenuPosition.d.ts +4 -1
  184. package/dist/components/Select/hooks/useMenuPosition.d.ts.map +1 -1
  185. package/dist/components/Select/hooks/useMenuPosition.js +15 -3
  186. package/dist/components/Select/index.d.ts.map +1 -1
  187. package/dist/components/Select/index.js +5 -2
  188. package/dist/components/Select/optionList.d.ts +1 -1
  189. package/dist/components/Select/optionList.d.ts.map +1 -1
  190. package/dist/components/Select/optionList.js +42 -20
  191. package/dist/components/Select/selected-option-tags.js +1 -1
  192. package/dist/components/Shortcuts/useShortcut.d.ts.map +1 -1
  193. package/dist/components/Shortcuts/useShortcut.js +6 -3
  194. package/dist/components/Sidebar/ChildMenu.d.ts +1 -1
  195. package/dist/components/Sidebar/ChildMenu.d.ts.map +1 -1
  196. package/dist/components/Sidebar/ChildMenu.js +48 -5
  197. package/dist/components/Sidebar/ParentMenu.d.ts +1 -1
  198. package/dist/components/Sidebar/ParentMenu.d.ts.map +1 -1
  199. package/dist/components/Sidebar/ParentMenu.js +65 -24
  200. package/dist/components/Sidebar/Sidebar.types.d.ts +4 -4
  201. package/dist/components/Sidebar/Sidebar.types.d.ts.map +1 -1
  202. package/dist/components/Sidebar/SidebarActions.d.ts.map +1 -1
  203. package/dist/components/Sidebar/SidebarActions.js +5 -2
  204. package/dist/components/Sidebar/SidebarMenus.d.ts.map +1 -1
  205. package/dist/components/Sidebar/SidebarMenus.js +7 -3
  206. package/dist/components/Sidebar/index.js +1 -1
  207. package/dist/components/Sidebar/mock.d.ts +5 -0
  208. package/dist/components/Sidebar/mock.d.ts.map +1 -0
  209. package/dist/components/Slider/Slider.types.d.ts +6 -0
  210. package/dist/components/Slider/Slider.types.d.ts.map +1 -1
  211. package/dist/components/Slider/index.d.ts +1 -1
  212. package/dist/components/Slider/index.d.ts.map +1 -1
  213. package/dist/components/Slider/index.js +178 -58
  214. package/dist/components/Stepper/Stepper.types.d.ts +7 -0
  215. package/dist/components/Stepper/Stepper.types.d.ts.map +1 -1
  216. package/dist/components/Stepper/index.d.ts.map +1 -1
  217. package/dist/components/Stepper/index.js +38 -10
  218. package/dist/components/Switch/index.js +1 -1
  219. package/dist/components/Table/TableImpl.d.ts.map +1 -1
  220. package/dist/components/Table/TableImpl.js +34 -18
  221. package/dist/components/Table/filterUtils.d.ts +1 -25
  222. package/dist/components/Table/filterUtils.d.ts.map +1 -1
  223. package/dist/components/Table/filterUtils.js +27 -0
  224. package/dist/components/Table/tableMoreOptions.d.ts.map +1 -1
  225. package/dist/components/Table/tableMoreOptions.js +44 -0
  226. package/dist/components/Table/tableSettings.d.ts.map +1 -1
  227. package/dist/components/Table/tableSettings.js +15 -1
  228. package/dist/components/TableChat/EmptyContainer.js +1 -1
  229. package/dist/components/TableChat/TableChatSidePanel.js +1 -1
  230. package/dist/components/TableChat/components/TableChatLeftSection/AddChatContainer/AddChatContainer.js +1 -1
  231. package/dist/components/TableChat/components/TableChatLeftSection/TableChatChannelHeader.js +1 -1
  232. package/dist/components/TableChat/components/TableChatRightSection/AvatarGroup/AvatarGroup.js +1 -1
  233. package/dist/components/TableChat/components/TableChatRightSection/ChatDefaultMessageType/ChatDefaultMessageType.js +1 -1
  234. package/dist/components/TableChat/components/TableChatRightSection/ChatDeleteMessageType/ChatDeletedMessageType.js +1 -1
  235. package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeader.js +1 -1
  236. package/dist/components/TableChat/components/TableChatRightSection/ChatInput/ChatInput.js +1 -1
  237. package/dist/components/TableChat/components/TableChatRightSection/ChatMessages/ChatMessage.js +1 -1
  238. package/dist/components/TableChat/components/TableChatRightSection/ChatNotificationSettings/ChatNotificationSettings.js +1 -1
  239. package/dist/components/TableChat/components/TableChatRightSection/TableChatRightSection.js +1 -1
  240. package/dist/components/TableChat/components/TextEditor/EditorToolbar.js +1 -1
  241. package/dist/components/TableChat/components/TextEditor/Mention.js +1 -1
  242. package/dist/components/TableChat/components/TextEditor/MentionList.js +1 -1
  243. package/dist/components/TableOld/AgGridHeader.d.ts.map +1 -1
  244. package/dist/components/TableOld/index.d.ts.map +1 -1
  245. package/dist/components/TableOld/tableFunctions.d.ts.map +1 -1
  246. package/dist/components/Tabs/index.js +1 -1
  247. package/dist/components/Tag/index.js +1 -1
  248. package/dist/components/TextArea/index.js +1 -1
  249. package/dist/components/Toast/Toast.types.d.ts +2 -0
  250. package/dist/components/Toast/Toast.types.d.ts.map +1 -1
  251. package/dist/components/Toast/index.d.ts +1 -1
  252. package/dist/components/Toast/index.d.ts.map +1 -1
  253. package/dist/components/Toast/index.js +2 -0
  254. package/dist/components/Tooltip/index.d.ts.map +1 -1
  255. package/dist/components/Tooltip/index.js +2 -2
  256. package/dist/components/common/HelperText/index.d.ts.map +1 -1
  257. package/dist/components/common/HelperText/index.js +3 -2
  258. package/dist/mcp-component-registry.json +2 -3867
  259. package/dist/node_modules/@mui/icons-material/InfoOutlined.js +17 -0
  260. package/dist/node_modules/@mui/icons-material/RemoveRounded.js +17 -0
  261. package/dist/node_modules/@mui/material/Skeleton/Skeleton.js +1 -1
  262. package/dist/node_modules/prop-types/index.js +1 -1
  263. package/dist/node_modules/react-is/index.js +1 -1
  264. package/dist/renderReactRoot.d.ts +3 -10
  265. package/dist/renderReactRoot.d.ts.map +1 -1
  266. package/dist/storybook/legacyArgTypes/Accordion.d.ts +80 -0
  267. package/dist/storybook/legacyArgTypes/Accordion.d.ts.map +1 -0
  268. package/dist/storybook/legacyArgTypes/AccordionModern.d.ts +74 -0
  269. package/dist/storybook/legacyArgTypes/AccordionModern.d.ts.map +1 -0
  270. package/dist/storybook/legacyArgTypes/Alert.d.ts +102 -0
  271. package/dist/storybook/legacyArgTypes/Alert.d.ts.map +1 -0
  272. package/dist/storybook/legacyArgTypes/Avatar.d.ts +60 -0
  273. package/dist/storybook/legacyArgTypes/Avatar.d.ts.map +1 -0
  274. package/dist/storybook/legacyArgTypes/Badge.d.ts +6 -0
  275. package/dist/storybook/legacyArgTypes/Badge.d.ts.map +1 -0
  276. package/dist/storybook/legacyArgTypes/BottomSheet.d.ts +218 -0
  277. package/dist/storybook/legacyArgTypes/BottomSheet.d.ts.map +1 -0
  278. package/dist/storybook/legacyArgTypes/Breadcrumbs.d.ts +50 -0
  279. package/dist/storybook/legacyArgTypes/Breadcrumbs.d.ts.map +1 -0
  280. package/dist/storybook/legacyArgTypes/Button.d.ts +163 -0
  281. package/dist/storybook/legacyArgTypes/Button.d.ts.map +1 -0
  282. package/dist/storybook/legacyArgTypes/ButtonGroup.d.ts +64 -0
  283. package/dist/storybook/legacyArgTypes/ButtonGroup.d.ts.map +1 -0
  284. package/dist/storybook/legacyArgTypes/Card.d.ts +36 -0
  285. package/dist/storybook/legacyArgTypes/Card.d.ts.map +1 -0
  286. package/dist/storybook/legacyArgTypes/Chart.d.ts +706 -0
  287. package/dist/storybook/legacyArgTypes/Chart.d.ts.map +1 -0
  288. package/dist/storybook/legacyArgTypes/ChatBot.d.ts +28 -0
  289. package/dist/storybook/legacyArgTypes/ChatBot.d.ts.map +1 -0
  290. package/dist/storybook/legacyArgTypes/Checkbox.d.ts +144 -0
  291. package/dist/storybook/legacyArgTypes/Checkbox.d.ts.map +1 -0
  292. package/dist/storybook/legacyArgTypes/Chips.d.ts +74 -0
  293. package/dist/storybook/legacyArgTypes/Chips.d.ts.map +1 -0
  294. package/dist/storybook/legacyArgTypes/CreateItemFlow.d.ts +21 -0
  295. package/dist/storybook/legacyArgTypes/CreateItemFlow.d.ts.map +1 -0
  296. package/dist/storybook/legacyArgTypes/DatePicker.d.ts +294 -0
  297. package/dist/storybook/legacyArgTypes/DatePicker.d.ts.map +1 -0
  298. package/dist/storybook/legacyArgTypes/DateRangePicker.d.ts +321 -0
  299. package/dist/storybook/legacyArgTypes/DateRangePicker.d.ts.map +1 -0
  300. package/dist/storybook/legacyArgTypes/EmptyState.d.ts +118 -0
  301. package/dist/storybook/legacyArgTypes/EmptyState.d.ts.map +1 -0
  302. package/dist/storybook/legacyArgTypes/FileUpload.d.ts +177 -0
  303. package/dist/storybook/legacyArgTypes/FileUpload.d.ts.map +1 -0
  304. package/dist/storybook/legacyArgTypes/FilterPanel.d.ts +250 -0
  305. package/dist/storybook/legacyArgTypes/FilterPanel.d.ts.map +1 -0
  306. package/dist/storybook/legacyArgTypes/FiltersStrip.d.ts +214 -0
  307. package/dist/storybook/legacyArgTypes/FiltersStrip.d.ts.map +1 -0
  308. package/dist/storybook/legacyArgTypes/Header.d.ts +197 -0
  309. package/dist/storybook/legacyArgTypes/Header.d.ts.map +1 -0
  310. package/dist/storybook/legacyArgTypes/HomePage.d.ts +158 -0
  311. package/dist/storybook/legacyArgTypes/HomePage.d.ts.map +1 -0
  312. package/dist/storybook/legacyArgTypes/Input.d.ts +126 -0
  313. package/dist/storybook/legacyArgTypes/Input.d.ts.map +1 -0
  314. package/dist/storybook/legacyArgTypes/KeyboardShortcuts.d.ts +58 -0
  315. package/dist/storybook/legacyArgTypes/KeyboardShortcuts.d.ts.map +1 -0
  316. package/dist/storybook/legacyArgTypes/Loader.d.ts +11 -0
  317. package/dist/storybook/legacyArgTypes/Loader.d.ts.map +1 -0
  318. package/dist/storybook/legacyArgTypes/Menu.d.ts +109 -0
  319. package/dist/storybook/legacyArgTypes/Menu.d.ts.map +1 -0
  320. package/dist/storybook/legacyArgTypes/Modal.d.ts +199 -0
  321. package/dist/storybook/legacyArgTypes/Modal.d.ts.map +1 -0
  322. package/dist/storybook/legacyArgTypes/MonthPicker.d.ts +185 -0
  323. package/dist/storybook/legacyArgTypes/MonthPicker.d.ts.map +1 -0
  324. package/dist/storybook/legacyArgTypes/MonthRangePicker.d.ts +204 -0
  325. package/dist/storybook/legacyArgTypes/MonthRangePicker.d.ts.map +1 -0
  326. package/dist/storybook/legacyArgTypes/Notification.d.ts +377 -0
  327. package/dist/storybook/legacyArgTypes/Notification.d.ts.map +1 -0
  328. package/dist/storybook/legacyArgTypes/Panel.d.ts +251 -0
  329. package/dist/storybook/legacyArgTypes/Panel.d.ts.map +1 -0
  330. package/dist/storybook/legacyArgTypes/Popover.d.ts +105 -0
  331. package/dist/storybook/legacyArgTypes/Popover.d.ts.map +1 -0
  332. package/dist/storybook/legacyArgTypes/ProgressBar.d.ts +64 -0
  333. package/dist/storybook/legacyArgTypes/ProgressBar.d.ts.map +1 -0
  334. package/dist/storybook/legacyArgTypes/Prompt.d.ts +119 -0
  335. package/dist/storybook/legacyArgTypes/Prompt.d.ts.map +1 -0
  336. package/dist/storybook/legacyArgTypes/RadioButtonGroup.d.ts +35 -0
  337. package/dist/storybook/legacyArgTypes/RadioButtonGroup.d.ts.map +1 -0
  338. package/dist/storybook/legacyArgTypes/Select.d.ts +6 -0
  339. package/dist/storybook/legacyArgTypes/Select.d.ts.map +1 -0
  340. package/dist/storybook/legacyArgTypes/Sidebar.d.ts +127 -0
  341. package/dist/storybook/legacyArgTypes/Sidebar.d.ts.map +1 -0
  342. package/dist/storybook/legacyArgTypes/Slider.d.ts +153 -0
  343. package/dist/storybook/legacyArgTypes/Slider.d.ts.map +1 -0
  344. package/dist/storybook/legacyArgTypes/Stepper.d.ts +45 -0
  345. package/dist/storybook/legacyArgTypes/Stepper.d.ts.map +1 -0
  346. package/dist/storybook/legacyArgTypes/Switch.d.ts +60 -0
  347. package/dist/storybook/legacyArgTypes/Switch.d.ts.map +1 -0
  348. package/dist/storybook/legacyArgTypes/Table.d.ts +928 -0
  349. package/dist/storybook/legacyArgTypes/Table.d.ts.map +1 -0
  350. package/dist/storybook/legacyArgTypes/TableChat.d.ts +60 -0
  351. package/dist/storybook/legacyArgTypes/TableChat.d.ts.map +1 -0
  352. package/dist/storybook/legacyArgTypes/TableOld.d.ts +331 -0
  353. package/dist/storybook/legacyArgTypes/TableOld.d.ts.map +1 -0
  354. package/dist/storybook/legacyArgTypes/Tabs.d.ts +112 -0
  355. package/dist/storybook/legacyArgTypes/Tabs.d.ts.map +1 -0
  356. package/dist/storybook/legacyArgTypes/Tag.d.ts +82 -0
  357. package/dist/storybook/legacyArgTypes/Tag.d.ts.map +1 -0
  358. package/dist/storybook/legacyArgTypes/TagGroup.d.ts +8 -0
  359. package/dist/storybook/legacyArgTypes/TagGroup.d.ts.map +1 -0
  360. package/dist/storybook/legacyArgTypes/TextArea.d.ts +148 -0
  361. package/dist/storybook/legacyArgTypes/TextArea.d.ts.map +1 -0
  362. package/dist/storybook/legacyArgTypes/Toast.d.ts +90 -0
  363. package/dist/storybook/legacyArgTypes/Toast.d.ts.map +1 -0
  364. package/dist/storybook/legacyArgTypes/Tooltip.d.ts +28 -0
  365. package/dist/storybook/legacyArgTypes/Tooltip.d.ts.map +1 -0
  366. package/dist/storybook/legacyArgTypes/index.d.ts +51 -0
  367. package/dist/storybook/legacyArgTypes/index.d.ts.map +1 -0
  368. package/dist/styles/style.css +1 -1
  369. package/dist/utils/helper.d.ts +5 -0
  370. package/dist/utils/helper.d.ts.map +1 -1
  371. package/dist/utils/helper.js +1 -12
  372. package/dist/utils/reactVersion.d.ts +5 -0
  373. package/dist/utils/reactVersion.d.ts.map +1 -0
  374. package/dist/utils/reactVersion.test.d.ts +2 -0
  375. package/dist/utils/reactVersion.test.d.ts.map +1 -0
  376. package/dist/utils/shortcuts/ShortcutManager.d.ts +9 -5
  377. package/dist/utils/shortcuts/ShortcutManager.d.ts.map +1 -1
  378. package/dist/utils/shortcuts/ShortcutManager.js +94 -62
  379. package/dist/utils/shortcuts/constants.d.ts +2 -0
  380. package/dist/utils/shortcuts/constants.d.ts.map +1 -1
  381. package/dist/utils/shortcuts/constants.js +13 -1
  382. package/dist/utils/shortcuts/format.d.ts +5 -1
  383. package/dist/utils/shortcuts/format.d.ts.map +1 -1
  384. package/dist/utils/shortcuts/format.js +24 -7
  385. package/dist/utils/shortcuts/index.d.ts +3 -1
  386. package/dist/utils/shortcuts/index.d.ts.map +1 -1
  387. package/dist/utils/shortcuts/match.d.ts +2 -2
  388. package/dist/utils/shortcuts/match.d.ts.map +1 -1
  389. package/dist/utils/shortcuts/match.js +50 -6
  390. package/dist/utils/shortcuts/parse.d.ts +4 -1
  391. package/dist/utils/shortcuts/parse.d.ts.map +1 -1
  392. package/dist/utils/shortcuts/parse.js +15 -1
  393. package/dist/utils/shortcuts/sequence.d.ts +18 -0
  394. package/dist/utils/shortcuts/sequence.d.ts.map +1 -0
  395. package/dist/utils/shortcuts/sequence.js +60 -0
  396. package/dist/utils/shortcuts/types.d.ts +2 -0
  397. package/dist/utils/shortcuts/types.d.ts.map +1 -1
  398. package/package.json +7 -4
@@ -0,0 +1,17 @@
1
+ import { __exports as InfoOutlined } from "../../../_virtual/InfoOutlined.js";
2
+ import require$$0 from "@babel/runtime/helpers/interopRequireDefault";
3
+ import { __require as requireCreateSvgIcon } from "./utils/createSvgIcon.js";
4
+ import require$$2 from "react/jsx-runtime";
5
+ var _interopRequireDefault = require$$0;
6
+ Object.defineProperty(InfoOutlined, "__esModule", {
7
+ value: true
8
+ });
9
+ var default_1 = InfoOutlined.default = void 0;
10
+ var _createSvgIcon = _interopRequireDefault(requireCreateSvgIcon());
11
+ var _jsxRuntime = require$$2;
12
+ default_1 = InfoOutlined.default = (0, _createSvgIcon.default)(/* @__PURE__ */ (0, _jsxRuntime.jsx)("path", {
13
+ d: "M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8"
14
+ }), "InfoOutlined");
15
+ export {
16
+ default_1 as default
17
+ };
@@ -0,0 +1,17 @@
1
+ import { __exports as RemoveRounded } from "../../../_virtual/RemoveRounded.js";
2
+ import require$$0 from "@babel/runtime/helpers/interopRequireDefault";
3
+ import { __require as requireCreateSvgIcon } from "./utils/createSvgIcon.js";
4
+ import require$$2 from "react/jsx-runtime";
5
+ var _interopRequireDefault = require$$0;
6
+ Object.defineProperty(RemoveRounded, "__esModule", {
7
+ value: true
8
+ });
9
+ var default_1 = RemoveRounded.default = void 0;
10
+ var _createSvgIcon = _interopRequireDefault(requireCreateSvgIcon());
11
+ var _jsxRuntime = require$$2;
12
+ default_1 = RemoveRounded.default = (0, _createSvgIcon.default)(/* @__PURE__ */ (0, _jsxRuntime.jsx)("path", {
13
+ d: "M18 13H6c-.55 0-1-.45-1-1s.45-1 1-1h12c.55 0 1 .45 1 1s-.45 1-1 1"
14
+ }), "RemoveRounded");
15
+ export {
16
+ default_1 as default
17
+ };
@@ -9,8 +9,8 @@ import { jsx } from "react/jsx-runtime";
9
9
  import { useDefaultProps } from "../DefaultPropsProvider/DefaultPropsProvider.js";
10
10
  import composeClasses from "../node_modules/@mui/utils/esm/composeClasses/composeClasses.js";
11
11
  import { getUnit, toUnitless } from "../styles/cssUtils.js";
12
- import { css, keyframes } from "../../../@emotion/react/dist/emotion-react.browser.esm.js";
13
12
  import { alpha } from "../../system/esm/colorManipulator.js";
13
+ import { css, keyframes } from "../../../@emotion/react/dist/emotion-react.browser.esm.js";
14
14
  const _excluded = ["animation", "className", "component", "height", "style", "variant", "width"];
15
15
  let _ = (t) => t, _t, _t2, _t3, _t4;
16
16
  const useUtilityClasses = (ownerState) => {
@@ -1,5 +1,5 @@
1
1
  import { getDefaultExportFromCjs } from "../../_virtual/_commonjsHelpers.js";
2
- import { __module as propTypes } from "../../_virtual/index3.js";
2
+ import { __module as propTypes } from "../../_virtual/index2.js";
3
3
  import { __require as requireReactIs } from "./node_modules/react-is/index.js";
4
4
  import { __require as requireFactoryWithTypeCheckers } from "./factoryWithTypeCheckers.js";
5
5
  import { __require as requireFactoryWithThrowingShims } from "./factoryWithThrowingShims.js";
@@ -1,4 +1,4 @@
1
- import { __module as reactIs } from "../../_virtual/index2.js";
1
+ import { __module as reactIs } from "../../_virtual/index3.js";
2
2
  import { __require as requireReactIs_production } from "./cjs/react-is.production.js";
3
3
  import { __require as requireReactIs_development } from "./cjs/react-is.development.js";
4
4
  if (process.env.NODE_ENV === "production") {
@@ -1,19 +1,12 @@
1
1
  import { ComponentType, ReactNode, ReactPortal } from 'react';
2
2
 
3
3
  /**
4
- * Render the app root component
5
- * Supports React 17, 18, and 19
6
- *
7
- * @param Component - The root component to render
8
- * @param rootElement - The DOM element to render into
4
+ * Render the app root component.
5
+ * Supports React 17, 18, and 19 (matches legacy `frontend copy` behavior).
9
6
  */
10
7
  export declare function renderAppRoot(Component: ComponentType, rootElement: HTMLElement): void;
11
8
  /**
12
- * Render a portal
13
- *
14
- * @param children - The children to render in the portal
15
- * @param container - The container element for the portal
16
- * @returns Promise resolving to the portal or null
9
+ * Render a portal (used by Portal for React 17/18/19 compatibility).
17
10
  */
18
11
  export declare function renderPortal(children: ReactNode, container: Element | null): Promise<ReactPortal | null>;
19
12
  //# sourceMappingURL=renderReactRoot.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"renderReactRoot.d.ts","sourceRoot":"","sources":["../src/renderReactRoot.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AAsDnE;;;;;;GAMG;AACH,wBAAgB,aAAa,CAAC,SAAS,EAAE,aAAa,EAAE,WAAW,EAAE,WAAW,GAAG,IAAI,CAqBtF;AAED;;;;;;GAMG;AACH,wBAAgB,YAAY,CAC1B,QAAQ,EAAE,SAAS,EACnB,SAAS,EAAE,OAAO,GAAG,IAAI,GACxB,OAAO,CAAC,WAAW,GAAG,IAAI,CAAC,CAW7B"}
1
+ {"version":3,"file":"renderReactRoot.d.ts","sourceRoot":"","sources":["../src/renderReactRoot.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AAuCnE;;;GAGG;AACH,wBAAgB,aAAa,CAAC,SAAS,EAAE,aAAa,EAAE,WAAW,EAAE,WAAW,GAAG,IAAI,CAwBtF;AAED;;GAEG;AACH,wBAAgB,YAAY,CAC1B,QAAQ,EAAE,SAAS,EACnB,SAAS,EAAE,OAAO,GAAG,IAAI,GACxB,OAAO,CAAC,WAAW,GAAG,IAAI,CAAC,CAW7B"}
@@ -0,0 +1,80 @@
1
+ /** Auto-ported from legacy `frontend copy` Storybook argTypes. */
2
+ export declare const accordionDocsDescription = "An accordion is a common UI component used to manage large amounts of content in a compact space. It allows users to expand or collapse sections to reveal or hide information.<br/><br/><u>General Guidelines for Writing Descriptions for Accordions</u><ul><li>Clarity: Be clear and concise about what content the accordion contains and what action will occur when it is expanded or collapsed.</li><li>Consistency: Maintain consistent terminology and formatting throughout the interface.</li><li>User Intent: Focus on the user's needs and the purpose of the content within the accordion.</li>";
3
+ export declare const accordionArgTypes: {
4
+ data: {
5
+ description: string;
6
+ control: {
7
+ type: string;
8
+ };
9
+ };
10
+ expanded: {
11
+ description: string;
12
+ table: {
13
+ type: {
14
+ summary: string;
15
+ };
16
+ };
17
+ };
18
+ isMultiExpanded: {
19
+ description: string;
20
+ table: {
21
+ defaultValue: {
22
+ summary: boolean;
23
+ };
24
+ type: {
25
+ summary: string;
26
+ };
27
+ };
28
+ };
29
+ isSingleItem: {
30
+ description: string;
31
+ control: {
32
+ type: string;
33
+ };
34
+ table: {
35
+ defaultValue: {
36
+ summary: boolean;
37
+ };
38
+ type: {
39
+ summary: string;
40
+ };
41
+ };
42
+ };
43
+ singleData: {
44
+ description: string;
45
+ control: {
46
+ type: string;
47
+ };
48
+ };
49
+ setExpanded: {
50
+ description: string;
51
+ table: {
52
+ type: {
53
+ summary: string;
54
+ };
55
+ };
56
+ };
57
+ onChange: {
58
+ description: string;
59
+ table: {
60
+ type: {
61
+ summary: string;
62
+ };
63
+ };
64
+ };
65
+ disabled: {
66
+ description: string;
67
+ control: {
68
+ type: string;
69
+ };
70
+ table: {
71
+ defaultValue: {
72
+ summary: boolean;
73
+ };
74
+ type: {
75
+ summary: string;
76
+ };
77
+ };
78
+ };
79
+ };
80
+ //# sourceMappingURL=Accordion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../src/storybook/legacyArgTypes/Accordion.ts"],"names":[],"mappings":"AAAA,kEAAkE;AAGlE,eAAO,MAAM,wBAAwB,klBAAklB,CAAC;AAExnB,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4E3B,CAAC"}
@@ -0,0 +1,74 @@
1
+ /** Auto-ported from legacy `frontend copy` Storybook argTypes. */
2
+ export declare const accordionModernDocsDescription = "An Modern Accordion is a common UI component used to manage large amounts of content in a compact space. It allows users to expand or collapse sections to reveal or hide information.<br/><br/><u>General Guidelines for Writing Descriptions for Accordions</u><ul><li>Clarity: Be clear and concise about what content the accordion contains and what action will occur when it is expanded or collapsed.</li><li>Consistency: Maintain consistent terminology and formatting throughout the interface.</li><li>User Intent: Focus on the user's needs and the purpose of the content within the accordion.</li>";
3
+ export declare const accordionModernArgTypes: {
4
+ data: {
5
+ description: string;
6
+ control: {
7
+ type: string;
8
+ };
9
+ };
10
+ expanded: {
11
+ description: string;
12
+ table: {
13
+ type: {
14
+ summary: string;
15
+ };
16
+ };
17
+ };
18
+ isMultiExpanded: {
19
+ description: string;
20
+ table: {
21
+ defaultValue: {
22
+ summary: boolean;
23
+ };
24
+ type: {
25
+ summary: string;
26
+ };
27
+ };
28
+ };
29
+ draggable: {
30
+ description: string;
31
+ table: {
32
+ defaultValue: {
33
+ summary: boolean;
34
+ };
35
+ type: {
36
+ summary: string;
37
+ };
38
+ };
39
+ };
40
+ setExpanded: {
41
+ description: string;
42
+ table: {
43
+ type: {
44
+ summary: string;
45
+ };
46
+ };
47
+ };
48
+ onChange: {
49
+ description: string;
50
+ table: {
51
+ type: {
52
+ summary: string;
53
+ };
54
+ };
55
+ };
56
+ isSingleItem: {
57
+ description: string;
58
+ table: {
59
+ defaultValue: {
60
+ summary: boolean;
61
+ };
62
+ type: {
63
+ summary: string;
64
+ };
65
+ };
66
+ };
67
+ singleData: {
68
+ description: string;
69
+ control: {
70
+ type: string;
71
+ };
72
+ };
73
+ };
74
+ //# sourceMappingURL=AccordionModern.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AccordionModern.d.ts","sourceRoot":"","sources":["../../../src/storybook/legacyArgTypes/AccordionModern.ts"],"names":[],"mappings":"AAAA,kEAAkE;AAGlE,eAAO,MAAM,8BAA8B,ylBAAylB,CAAC;AAEroB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuEjC,CAAC"}
@@ -0,0 +1,102 @@
1
+ /** Auto-ported from legacy `frontend copy` Storybook argTypes. */
2
+ export declare const alertDocsDescription = "An alert is a UI component used to notify users of important information, warnings, or errors. Alerts typically appear as banners or pop-ups and often require user acknowledgment.<br/><br/><u>General Guidelines for Writing Descriptions for Alerts</u><ul><li>Brevity: Keep the message short and to the point.</li><li>Clarity: Clearly communicate the purpose of the alert and any required actions.</li><li>Tone: Match the tone to the severity of the message (informational, warning, error, etc.).</li><li>Actionable: If an action is needed, clearly state what the user should do next.</li>";
3
+ export declare const alertArgTypes: {
4
+ title: {
5
+ control: {
6
+ type: string;
7
+ };
8
+ description: string;
9
+ table: {
10
+ type: {
11
+ summary: string;
12
+ };
13
+ };
14
+ };
15
+ description: {
16
+ control: {
17
+ type: string;
18
+ };
19
+ description: string;
20
+ table: {
21
+ type: {
22
+ summary: string;
23
+ };
24
+ };
25
+ };
26
+ severity: {
27
+ description: string;
28
+ options: string[];
29
+ control: {
30
+ type: string;
31
+ };
32
+ table: {
33
+ defaultValue: {
34
+ summary: string;
35
+ };
36
+ type: {
37
+ summary: string;
38
+ };
39
+ };
40
+ };
41
+ onClose: {
42
+ description: string;
43
+ table: {
44
+ type: {
45
+ summary: string;
46
+ };
47
+ };
48
+ };
49
+ onAction: {
50
+ description: string;
51
+ table: {
52
+ type: {
53
+ summary: string;
54
+ };
55
+ };
56
+ };
57
+ actionName: {
58
+ description: string;
59
+ control: {
60
+ type: string;
61
+ };
62
+ table: {
63
+ type: {
64
+ summary: string;
65
+ };
66
+ };
67
+ };
68
+ subtleBackground: {
69
+ description: string;
70
+ control: {
71
+ type: string;
72
+ };
73
+ table: {
74
+ defaultValue: {
75
+ summary: boolean;
76
+ };
77
+ type: {
78
+ summary: string;
79
+ };
80
+ };
81
+ };
82
+ actionButtonProps: {
83
+ description: string;
84
+ control: {
85
+ type: string;
86
+ };
87
+ table: {
88
+ type: {
89
+ summary: string;
90
+ };
91
+ };
92
+ };
93
+ children: {
94
+ description: string;
95
+ table: {
96
+ type: {
97
+ summary: string;
98
+ };
99
+ };
100
+ };
101
+ };
102
+ //# sourceMappingURL=Alert.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../src/storybook/legacyArgTypes/Alert.ts"],"names":[],"mappings":"AAAA,kEAAkE;AAGlE,eAAO,MAAM,oBAAoB,glBAAglB,CAAC;AAElnB,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoEvB,CAAC"}
@@ -0,0 +1,60 @@
1
+ /** Auto-ported from legacy `frontend copy` Storybook argTypes. */
2
+ export declare const avatarDocsDescription = "An avatar is a UI component that typically represents a user or an entity, often in the form of a profile picture or icon. Avatars can appear with or without a background, and each presentation can serve different design and contextual purposes.<br/><br/><u>General Guidelines for Writing Descriptions for Avatars</u><ul><li>Identification: Clearly identify who or what the avatar represents.</li><li>Context: Indicate if the avatar includes any additional contextual elements like badges, status indicators, or backgrounds.</li><li>Accessibility: Ensure that the description includes alternative text (alt text) for accessibility.</li>";
3
+ export declare const avatarArgTypes: {
4
+ size: {
5
+ description: string;
6
+ options: string[];
7
+ control: {
8
+ type: string;
9
+ };
10
+ table: {
11
+ defaultValue: {
12
+ summary: string;
13
+ };
14
+ type: {
15
+ summary: string;
16
+ };
17
+ };
18
+ };
19
+ type: {
20
+ description: string;
21
+ options: string[];
22
+ control: {
23
+ type: string;
24
+ };
25
+ table: {
26
+ defaultValue: {
27
+ summary: string;
28
+ };
29
+ type: {
30
+ summary: string;
31
+ };
32
+ };
33
+ };
34
+ label: {
35
+ description: string;
36
+ control: {
37
+ type: string;
38
+ };
39
+ table: {
40
+ defaultValue: {
41
+ summary: string;
42
+ };
43
+ type: {
44
+ summary: string;
45
+ };
46
+ };
47
+ };
48
+ src: {
49
+ description: string;
50
+ control: {
51
+ type: string;
52
+ };
53
+ table: {
54
+ type: {
55
+ summary: string;
56
+ };
57
+ };
58
+ };
59
+ };
60
+ //# sourceMappingURL=Avatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../src/storybook/legacyArgTypes/Avatar.ts"],"names":[],"mappings":"AAAA,kEAAkE;AAGlE,eAAO,MAAM,qBAAqB,ioBAAioB,CAAC;AAEpqB,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoCxB,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { ArgTypes } from '@storybook/react-vite';
2
+ import { BadgeProps } from '../../components/Badge/Badge.types';
3
+
4
+ export declare const badgeDocsDescription = "A badge is a small UI component that often appears as a label or icon, usually attached to another element like an avatar, button, or notification. Badges can convey various types of information, such as status, counts, or categories. <br/><br/> <u>General Guidelines for Writing Descriptions for Badges</u> <br/><br/><li>Purpose: Clearly state the purpose of the badge (e.g., notification count, status indicator).</li><li>Clarity: Ensure the message is straightforward and unambiguous.</li><li>Relevance: Include relevant details, such as numbers or labels, and explain their significance.</li>";
5
+ export declare const badgeArgTypes: Partial<ArgTypes<BadgeProps>>;
6
+ //# sourceMappingURL=Badge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../src/storybook/legacyArgTypes/Badge.ts"],"names":[],"mappings":"AAAA,kEAAkE;AAClE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAEjE,eAAO,MAAM,oBAAoB,ylBAAylB,CAAC;AAE3nB,eAAO,MAAM,aAAa,EAAE,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAC,CAyEvD,CAAC"}
@@ -0,0 +1,218 @@
1
+ /** Auto-ported from legacy `frontend copy` Storybook argTypes. */
2
+ export declare const bottomSheetDocsDescription: string | undefined;
3
+ export declare const bottomSheetArgTypes: {
4
+ className: {
5
+ description: string;
6
+ control: {
7
+ type: string;
8
+ };
9
+ table: {
10
+ defaultValue: {
11
+ summary: string;
12
+ };
13
+ type: {
14
+ summary: string;
15
+ };
16
+ };
17
+ };
18
+ title: {
19
+ description: string;
20
+ control: {
21
+ type: string;
22
+ };
23
+ table: {
24
+ defaultValue: {
25
+ summary: string;
26
+ };
27
+ type: {
28
+ summary: string;
29
+ };
30
+ };
31
+ };
32
+ open: {
33
+ description: string;
34
+ control: {
35
+ type: string;
36
+ };
37
+ table: {
38
+ defaultValue: {
39
+ summary: boolean;
40
+ };
41
+ type: {
42
+ summary: string;
43
+ };
44
+ };
45
+ };
46
+ children: {
47
+ description: string;
48
+ control: {
49
+ type: string;
50
+ };
51
+ table: {
52
+ type: {
53
+ summary: string;
54
+ };
55
+ };
56
+ };
57
+ primaryButtonLabel: {
58
+ description: string;
59
+ control: {
60
+ type: string;
61
+ };
62
+ table: {
63
+ defaultValue: {
64
+ summary: string;
65
+ };
66
+ type: {
67
+ summary: string;
68
+ };
69
+ };
70
+ };
71
+ primaryButtonProps: {
72
+ description: string;
73
+ control: {
74
+ type: string;
75
+ };
76
+ table: {
77
+ defaultValue: {
78
+ summary: string;
79
+ };
80
+ type: {
81
+ summary: string;
82
+ };
83
+ };
84
+ };
85
+ secondaryButtonLabel: {
86
+ description: string;
87
+ control: {
88
+ type: string;
89
+ };
90
+ table: {
91
+ defaultValue: {
92
+ summary: string;
93
+ };
94
+ type: {
95
+ summary: string;
96
+ };
97
+ };
98
+ };
99
+ secondaryButtonProps: {
100
+ description: string;
101
+ control: {
102
+ type: string;
103
+ };
104
+ table: {
105
+ defaultValue: {
106
+ summary: string;
107
+ };
108
+ type: {
109
+ summary: string;
110
+ };
111
+ };
112
+ };
113
+ onClose: {
114
+ description: string;
115
+ control: boolean;
116
+ table: {
117
+ defaultValue: {
118
+ summary: string;
119
+ };
120
+ type: {
121
+ summary: string;
122
+ };
123
+ };
124
+ };
125
+ onPrimaryButtonClick: {
126
+ description: string;
127
+ control: boolean;
128
+ table: {
129
+ defaultValue: {
130
+ summary: string;
131
+ };
132
+ type: {
133
+ summary: string;
134
+ };
135
+ };
136
+ };
137
+ onSecondaryButtonClick: {
138
+ description: string;
139
+ control: boolean;
140
+ table: {
141
+ defaultValue: {
142
+ summary: string;
143
+ };
144
+ type: {
145
+ summary: string;
146
+ };
147
+ };
148
+ };
149
+ footerOptions: {
150
+ description: string;
151
+ control: {
152
+ type: string;
153
+ };
154
+ table: {
155
+ defaultValue: {
156
+ summary: string;
157
+ };
158
+ type: {
159
+ summary: string;
160
+ };
161
+ };
162
+ };
163
+ isExpanded: {
164
+ description: string;
165
+ control: {
166
+ type: string;
167
+ };
168
+ table: {
169
+ defaultValue: {
170
+ summary: boolean;
171
+ };
172
+ type: {
173
+ summary: string;
174
+ };
175
+ };
176
+ };
177
+ onExpand: {
178
+ description: string;
179
+ control: boolean;
180
+ table: {
181
+ defaultValue: {
182
+ summary: string;
183
+ };
184
+ type: {
185
+ summary: string;
186
+ };
187
+ };
188
+ };
189
+ maxHeight: {
190
+ description: string;
191
+ control: {
192
+ type: string;
193
+ };
194
+ table: {
195
+ defaultValue: {
196
+ summary: string;
197
+ };
198
+ type: {
199
+ summary: string;
200
+ };
201
+ };
202
+ };
203
+ withExpandIcon: {
204
+ description: string;
205
+ control: {
206
+ type: string;
207
+ };
208
+ table: {
209
+ defaultValue: {
210
+ summary: boolean;
211
+ };
212
+ type: {
213
+ summary: string;
214
+ };
215
+ };
216
+ };
217
+ };
218
+ //# sourceMappingURL=BottomSheet.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomSheet.d.ts","sourceRoot":"","sources":["../../../src/storybook/legacyArgTypes/BottomSheet.ts"],"names":[],"mappings":"AAAA,kEAAkE;AAGlE,eAAO,MAAM,0BAA0B,EAAgB,MAAM,GAAG,SAAS,CAAC;AAE1E,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqI7B,CAAC"}