@astral/ui 4.99.2 → 4.101.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (859) hide show
  1. package/components/Accordion/styles.js +4 -4
  2. package/components/Alert/styles.js +2 -2
  3. package/components/Autocomplete/styles.js +1 -1
  4. package/components/Badge/styles.js +1 -1
  5. package/components/Banner/BannerTemplate/styles.js +3 -3
  6. package/components/Button/styles.js +1 -1
  7. package/components/CardGridInfinite/Card/styles.js +1 -1
  8. package/components/CardGridInfinite/CardGridSecondaryAction/CardGridSecondaryActionsSkeleton/styles.js +2 -2
  9. package/components/CardGridInfinite/ErrorMessage/styles.js +1 -1
  10. package/components/CardGridInfinite/List/styles.js +1 -1
  11. package/components/CardGridInfinite/OnTopButton/styles.js +1 -1
  12. package/components/CardGridInfinite/styles.js +1 -1
  13. package/components/Checkbox/styles.js +2 -2
  14. package/components/CheckboxField/styles.js +2 -2
  15. package/components/Chip/styles.js +4 -4
  16. package/components/ConfirmAction/styles.js +3 -3
  17. package/components/ConfirmDialog/styles.js +1 -1
  18. package/components/DashboardAlert/styles.js +2 -2
  19. package/components/DashboardLayout/Container/styles.js +2 -2
  20. package/components/DashboardLayout/DashboardSidebar/styles.js +6 -6
  21. package/components/DashboardLayout/DashboardWrapper/styles.js +1 -1
  22. package/components/DashboardLayout/Header/styles.js +10 -10
  23. package/components/DashboardLayout/Main/styles.js +3 -3
  24. package/components/DashboardLayoutNotificationList/styles.js +1 -1
  25. package/components/DashboardLayoutSkeleton/styles.js +1 -1
  26. package/components/DashboardSidebarButton/styles.js +1 -1
  27. package/components/DashboardSidebarCounter/styles.js +1 -1
  28. package/components/DashboardSidebarPopover/FadePopup/styles.js +1 -1
  29. package/components/DashboardSidebarPopover/SidebarPopoverItem/styles.js +1 -1
  30. package/components/DashboardSidebarPopover/styles.js +2 -2
  31. package/components/DashboardSidebarSkeleton/styles.js +1 -1
  32. package/components/DataGrid/Body/styles.js +1 -1
  33. package/components/DataGrid/Cell/CellInner/styles.js +2 -2
  34. package/components/DataGrid/Cell/styles.js +1 -1
  35. package/components/DataGrid/Head/styles.js +1 -1
  36. package/components/DataGrid/Loader/styles.js +2 -2
  37. package/components/DataGrid/Row/NestedChildren/styles.js +3 -3
  38. package/components/DataGrid/Row/styles.js +8 -8
  39. package/components/DataGrid/RowBase/GroupCell/styles.js +1 -1
  40. package/components/DataGrid/RowBase/styles.js +3 -3
  41. package/components/DataGrid/styles.js +3 -3
  42. package/components/DataGridActionCell/DataGridMainActions/Action/MainIconButton/styles.js +1 -1
  43. package/components/DataGridActionCell/DataGridMainActions/Action/MobileMainButton/styles.js +1 -1
  44. package/components/DataGridActionCell/SecondaryActionsButton/styles.js +1 -1
  45. package/components/DataGridActionCell/styles.js +1 -1
  46. package/components/DataGridCollapsibleRow/styles.js +4 -4
  47. package/components/DataGridInfinite/ErrorMessage/styles.js +1 -1
  48. package/components/DataGridInfinite/styles.js +1 -1
  49. package/components/DataGridPaginationContainer/styles.js +2 -2
  50. package/components/DatePicker/DateCalendar/DateCalendarChevronButton/DateCalendarNextButton/styles.js +2 -2
  51. package/components/DatePicker/DateCalendar/DateCalendarChevronButton/DateCalendarPrevButton/styles.js +2 -2
  52. package/components/DatePicker/DateCalendar/DateCalendarHead/styles.js +2 -2
  53. package/components/DatePicker/DateCalendar/DateCalendarWrapper/styles.js +1 -1
  54. package/components/DatePicker/DatePickerPopover/styles.js +1 -1
  55. package/components/DatePicker/styles.js +1 -1
  56. package/components/DateRangePicker/styles.js +1 -1
  57. package/components/Description/Value/styles.js +2 -2
  58. package/components/Description/styles.js +1 -1
  59. package/components/DescriptionCell/styles.js +2 -2
  60. package/components/DescriptionList/styles.js +3 -3
  61. package/components/DialogActions/styles.js +2 -2
  62. package/components/DialogContent/styles.js +1 -1
  63. package/components/ExpansionPanel/Details/ErrorState/styles.js +1 -1
  64. package/components/ExpansionPanel/Details/LoadingState/styles.js +1 -1
  65. package/components/Fieldset/styles.js +5 -5
  66. package/components/FlowButton/styles.js +1 -1
  67. package/components/GlobalStyles/GlobalStyles.js +1 -1
  68. package/components/HintPopover/styles.js +4 -4
  69. package/components/IconButton/styles.js +1 -1
  70. package/components/InfiniteDataList/EndData/styles.js +1 -1
  71. package/components/InfiniteDataList/ErrorMessage/styles.js +1 -1
  72. package/components/InfiniteDataList/Loader/styles.js +1 -1
  73. package/components/InfiniteDataList/styles.js +1 -1
  74. package/components/InfiniteTreeList/InfiniteTreeList.d.ts +18 -0
  75. package/components/InfiniteTreeList/InfiniteTreeList.js +26 -19
  76. package/components/InfiniteTreeList/InfiniteTreeListActions/InfiniteTreeListActions.d.ts +9 -0
  77. package/components/InfiniteTreeList/InfiniteTreeListActions/InfiniteTreeListActions.js +9 -0
  78. package/components/InfiniteTreeList/InfiniteTreeListActions/types.d.ts +5 -0
  79. package/components/InfiniteTreeList/InfiniteTreeListActions/useLogic/useLogic.js +5 -6
  80. package/components/InfiniteTreeList/InfiniteTreeListContext/InfiniteTreeListContext.d.ts +81 -0
  81. package/components/InfiniteTreeList/InfiniteTreeListContext/InfiniteTreeListContext.js +21 -0
  82. package/components/InfiniteTreeList/InfiniteTreeListContext/InfiniteTreeListContextProvider/InfiniteTreeListContextProvider.d.ts +3 -2
  83. package/components/InfiniteTreeList/InfiniteTreeListContext/InfiniteTreeListContextProvider/InfiniteTreeListContextProvider.js +69 -13
  84. package/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/ErrorPlaceholder.d.ts +6 -0
  85. package/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/ErrorPlaceholder.js +8 -0
  86. package/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/constants.d.ts +1 -0
  87. package/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/constants.js +1 -0
  88. package/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/index.d.ts +1 -0
  89. package/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/index.js +1 -0
  90. package/components/InfiniteTreeList/{ErrorMessage → InfiniteTreeListItem/ErrorPlaceholder}/styles.d.ts +1 -1
  91. package/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/styles.js +8 -0
  92. package/components/InfiniteTreeList/InfiniteTreeListItem/InfiniteTreeListItem.js +29 -7
  93. package/components/InfiniteTreeList/InfiniteTreeListItem/TreeListItemContext/TreeListItemContext.d.ts +19 -0
  94. package/components/InfiniteTreeList/InfiniteTreeListItem/TreeListItemContext/TreeListItemContext.js +4 -0
  95. package/components/InfiniteTreeList/InfiniteTreeListItem/TreeListItemContext/TreeListItemContextProvider/TreeListItemContextProvider.d.ts +4 -0
  96. package/components/InfiniteTreeList/InfiniteTreeListItem/TreeListItemContext/TreeListItemContextProvider/TreeListItemContextProvider.js +13 -8
  97. package/components/InfiniteTreeList/InfiniteTreeListItem/constants.d.ts +6 -0
  98. package/components/InfiniteTreeList/InfiniteTreeListItem/constants.js +7 -0
  99. package/components/InfiniteTreeList/InfiniteTreeListItem/styles.d.ts +4 -4
  100. package/components/InfiniteTreeList/InfiniteTreeListItem/styles.js +28 -5
  101. package/components/InfiniteTreeList/InfiniteTreeListItem/types.d.ts +20 -3
  102. package/components/InfiniteTreeList/InfiniteTreeListItem/useLogic/useLogic.d.ts +7 -1
  103. package/components/InfiniteTreeList/InfiniteTreeListItem/useLogic/useLogic.js +57 -5
  104. package/components/InfiniteTreeList/{EndData → ListFooter/EndData}/EndData.js +1 -1
  105. package/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/ErrorMessage.js +2 -2
  106. package/components/InfiniteTreeList/ListFooter/ErrorMessage/styles.d.ts +5 -0
  107. package/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/styles.js +2 -2
  108. package/components/InfiniteTreeList/ListFooter/ListFooter.d.ts +10 -0
  109. package/components/InfiniteTreeList/ListFooter/ListFooter.js +25 -0
  110. package/components/InfiniteTreeList/ListFooter/index.d.ts +2 -0
  111. package/components/InfiniteTreeList/ListFooter/index.js +1 -0
  112. package/components/InfiniteTreeList/{styles.d.ts → ListFooter/styles.d.ts} +2 -2
  113. package/components/InfiniteTreeList/{styles.js → ListFooter/styles.js} +1 -1
  114. package/components/InfiniteTreeList/ListFooter/types.d.ts +22 -0
  115. package/components/InfiniteTreeList/ListFooter/types.js +1 -0
  116. package/components/InfiniteTreeList/OnTopButton/OnTopButton.d.ts +8 -2
  117. package/components/InfiniteTreeList/OnTopButton/OnTopButton.js +6 -5
  118. package/components/InfiniteTreeList/OnTopButton/styles.d.ts +4 -0
  119. package/components/InfiniteTreeList/OnTopButton/styles.js +10 -0
  120. package/components/InfiniteTreeList/ParentItems/Item/CustomParentWrapper/CustomParentWrapper.d.ts +23 -0
  121. package/components/InfiniteTreeList/ParentItems/Item/CustomParentWrapper/CustomParentWrapper.js +12 -0
  122. package/components/InfiniteTreeList/ParentItems/Item/CustomParentWrapper/index.d.ts +1 -0
  123. package/components/InfiniteTreeList/ParentItems/Item/CustomParentWrapper/index.js +1 -0
  124. package/components/InfiniteTreeList/ParentItems/Item/Item.d.ts +10 -0
  125. package/components/InfiniteTreeList/ParentItems/Item/Item.js +22 -0
  126. package/components/InfiniteTreeList/ParentItems/Item/index.d.ts +2 -0
  127. package/components/InfiniteTreeList/ParentItems/Item/index.js +2 -0
  128. package/components/InfiniteTreeList/ParentItems/Item/types.d.ts +8 -0
  129. package/components/InfiniteTreeList/ParentItems/Item/types.js +1 -0
  130. package/components/InfiniteTreeList/ParentItems/Item/useLogic/index.d.ts +1 -0
  131. package/components/InfiniteTreeList/ParentItems/Item/useLogic/index.js +1 -0
  132. package/components/InfiniteTreeList/ParentItems/Item/useLogic/useLogic.d.ts +12 -0
  133. package/components/InfiniteTreeList/ParentItems/Item/useLogic/useLogic.js +12 -0
  134. package/components/InfiniteTreeList/ParentItems/ParentItems.d.ts +11 -0
  135. package/components/InfiniteTreeList/ParentItems/ParentItems.js +11 -0
  136. package/components/InfiniteTreeList/ParentItems/index.d.ts +3 -0
  137. package/components/InfiniteTreeList/ParentItems/index.js +3 -0
  138. package/components/InfiniteTreeList/ParentItems/types.d.ts +8 -0
  139. package/components/InfiniteTreeList/ParentItems/types.js +1 -0
  140. package/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/ChildrenPlaceholder.d.ts +9 -0
  141. package/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/ChildrenPlaceholder.js +22 -0
  142. package/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/NoDataRow/NoDataRow.d.ts +1 -0
  143. package/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/NoDataRow/NoDataRow.js +5 -0
  144. package/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/NoDataRow/index.d.ts +1 -0
  145. package/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/NoDataRow/index.js +1 -0
  146. package/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/index.d.ts +1 -0
  147. package/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/index.js +1 -0
  148. package/components/InfiniteTreeList/TreeItem/CustomItemWrapper/CustomItemWrapper.d.ts +20 -0
  149. package/components/InfiniteTreeList/TreeItem/CustomItemWrapper/CustomItemWrapper.js +10 -0
  150. package/components/InfiniteTreeList/TreeItem/CustomItemWrapper/index.d.ts +1 -0
  151. package/components/InfiniteTreeList/TreeItem/CustomItemWrapper/index.js +1 -0
  152. package/components/InfiniteTreeList/TreeItem/ParentSlot/ParentSlot.d.ts +5 -0
  153. package/components/InfiniteTreeList/TreeItem/ParentSlot/ParentSlot.js +38 -0
  154. package/components/InfiniteTreeList/TreeItem/ParentSlot/index.d.ts +2 -0
  155. package/components/InfiniteTreeList/TreeItem/ParentSlot/index.js +2 -0
  156. package/components/InfiniteTreeList/TreeItem/ParentSlot/styles.d.ts +9 -0
  157. package/components/InfiniteTreeList/TreeItem/ParentSlot/styles.js +8 -0
  158. package/components/InfiniteTreeList/TreeItem/ParentSlot/types.d.ts +6 -0
  159. package/components/InfiniteTreeList/TreeItem/ParentSlot/types.js +1 -0
  160. package/components/InfiniteTreeList/TreeItem/TreeItem.d.ts +5 -2
  161. package/components/InfiniteTreeList/TreeItem/TreeItem.js +31 -4
  162. package/components/InfiniteTreeList/TreeItem/constants.d.ts +3 -0
  163. package/components/InfiniteTreeList/TreeItem/constants.js +3 -1
  164. package/components/InfiniteTreeList/TreeItem/styles.d.ts +0 -3
  165. package/components/InfiniteTreeList/TreeItem/styles.js +23 -8
  166. package/components/InfiniteTreeList/TreeItem/types.d.ts +4 -9
  167. package/components/InfiniteTreeList/TreeItem/useLogic/useLogic.d.ts +29 -9
  168. package/components/InfiniteTreeList/TreeItem/useLogic/useLogic.js +61 -19
  169. package/components/InfiniteTreeList/constants.d.ts +14 -2
  170. package/components/InfiniteTreeList/constants.js +14 -2
  171. package/components/InfiniteTreeList/hooks/index.d.ts +5 -0
  172. package/components/InfiniteTreeList/hooks/index.js +5 -0
  173. package/components/InfiniteTreeList/hooks/useChildrenState/index.d.ts +2 -0
  174. package/components/InfiniteTreeList/hooks/useChildrenState/index.js +2 -0
  175. package/components/InfiniteTreeList/hooks/useChildrenState/types.d.ts +43 -0
  176. package/components/InfiniteTreeList/hooks/useChildrenState/types.js +1 -0
  177. package/components/InfiniteTreeList/hooks/useChildrenState/useChildrenState.d.ts +20 -0
  178. package/components/InfiniteTreeList/hooks/useChildrenState/useChildrenState.js +115 -0
  179. package/components/InfiniteTreeList/hooks/useEnterAnimation/index.d.ts +2 -0
  180. package/components/InfiniteTreeList/hooks/useEnterAnimation/index.js +2 -0
  181. package/components/InfiniteTreeList/hooks/useEnterAnimation/types.d.ts +29 -0
  182. package/components/InfiniteTreeList/hooks/useEnterAnimation/types.js +1 -0
  183. package/components/InfiniteTreeList/hooks/useEnterAnimation/useEnterAnimation.d.ts +6 -0
  184. package/components/InfiniteTreeList/hooks/useEnterAnimation/useEnterAnimation.js +35 -0
  185. package/components/InfiniteTreeList/hooks/useExpandNotifier/index.d.ts +1 -0
  186. package/components/InfiniteTreeList/hooks/useExpandNotifier/index.js +1 -0
  187. package/components/InfiniteTreeList/hooks/useExpandNotifier/useExpandNotifier.d.ts +8 -0
  188. package/components/InfiniteTreeList/hooks/useExpandNotifier/useExpandNotifier.js +19 -0
  189. package/components/InfiniteTreeList/hooks/useFlatTree/index.d.ts +2 -0
  190. package/components/InfiniteTreeList/hooks/useFlatTree/index.js +2 -0
  191. package/components/InfiniteTreeList/hooks/useFlatTree/types.d.ts +20 -0
  192. package/components/InfiniteTreeList/hooks/useFlatTree/types.js +1 -0
  193. package/components/InfiniteTreeList/hooks/useFlatTree/useFlatTree.d.ts +15 -0
  194. package/components/InfiniteTreeList/hooks/useFlatTree/useFlatTree.js +88 -0
  195. package/components/InfiniteTreeList/hooks/useListScroll/index.d.ts +2 -0
  196. package/components/InfiniteTreeList/hooks/useListScroll/index.js +2 -0
  197. package/components/InfiniteTreeList/hooks/useListScroll/types.d.ts +25 -0
  198. package/components/InfiniteTreeList/hooks/useListScroll/types.js +1 -0
  199. package/components/InfiniteTreeList/hooks/useListScroll/useListScroll.d.ts +29 -0
  200. package/components/InfiniteTreeList/hooks/useListScroll/useListScroll.js +59 -0
  201. package/components/InfiniteTreeList/index.d.ts +1 -1
  202. package/components/InfiniteTreeList/public.d.ts +1 -1
  203. package/components/InfiniteTreeList/types.d.ts +83 -17
  204. package/components/InfiniteTreeList/useLogic/useLogic.d.ts +22 -12
  205. package/components/InfiniteTreeList/useLogic/useLogic.js +66 -71
  206. package/components/InfiniteTreeList/utils/checkHasSkeletonPlaceholders/checkHasSkeletonPlaceholders.d.ts +5 -0
  207. package/components/InfiniteTreeList/utils/checkHasSkeletonPlaceholders/checkHasSkeletonPlaceholders.js +6 -0
  208. package/components/InfiniteTreeList/utils/checkHasSkeletonPlaceholders/index.d.ts +1 -0
  209. package/components/InfiniteTreeList/utils/checkHasSkeletonPlaceholders/index.js +1 -0
  210. package/components/InfiniteTreeList/utils/checkIsChildrenPlaceholder/checkIsChildrenPlaceholder.d.ts +5 -0
  211. package/components/InfiniteTreeList/utils/checkIsChildrenPlaceholder/checkIsChildrenPlaceholder.js +4 -0
  212. package/components/InfiniteTreeList/utils/checkIsChildrenPlaceholder/index.d.ts +1 -0
  213. package/components/InfiniteTreeList/utils/checkIsChildrenPlaceholder/index.js +1 -0
  214. package/components/InfiniteTreeList/utils/checkIsChildrenPlaceholderOf/checkIsChildrenPlaceholderOf.d.ts +5 -0
  215. package/components/InfiniteTreeList/utils/checkIsChildrenPlaceholderOf/checkIsChildrenPlaceholderOf.js +5 -0
  216. package/components/InfiniteTreeList/utils/checkIsChildrenPlaceholderOf/index.d.ts +1 -0
  217. package/components/InfiniteTreeList/utils/checkIsChildrenPlaceholderOf/index.js +1 -0
  218. package/components/InfiniteTreeList/utils/checkIsDirectChild/checkIsDirectChild.d.ts +6 -0
  219. package/components/InfiniteTreeList/utils/checkIsDirectChild/checkIsDirectChild.js +6 -0
  220. package/components/InfiniteTreeList/utils/checkIsDirectChild/index.d.ts +1 -0
  221. package/components/InfiniteTreeList/utils/checkIsDirectChild/index.js +1 -0
  222. package/components/InfiniteTreeList/utils/checkIsNoDataChildren/checkIsNoDataChildren.d.ts +12 -0
  223. package/components/InfiniteTreeList/utils/checkIsNoDataChildren/checkIsNoDataChildren.js +14 -0
  224. package/components/InfiniteTreeList/utils/checkIsNoDataChildren/index.d.ts +1 -0
  225. package/components/InfiniteTreeList/utils/checkIsNoDataChildren/index.js +1 -0
  226. package/components/InfiniteTreeList/utils/checkIsSameChildren/checkIsSameChildren.d.ts +5 -0
  227. package/components/InfiniteTreeList/utils/checkIsSameChildren/checkIsSameChildren.js +16 -0
  228. package/components/InfiniteTreeList/utils/checkIsSameChildren/index.d.ts +1 -0
  229. package/components/InfiniteTreeList/utils/checkIsSameChildren/index.js +1 -0
  230. package/components/InfiniteTreeList/utils/countDirectChildren/countDirectChildren.d.ts +5 -0
  231. package/components/InfiniteTreeList/utils/countDirectChildren/countDirectChildren.js +5 -0
  232. package/components/InfiniteTreeList/utils/countDirectChildren/index.d.ts +1 -0
  233. package/components/InfiniteTreeList/utils/countDirectChildren/index.js +1 -0
  234. package/components/InfiniteTreeList/utils/createParentSlots/createParentSlots.d.ts +24 -0
  235. package/components/InfiniteTreeList/utils/createParentSlots/createParentSlots.js +35 -0
  236. package/components/InfiniteTreeList/utils/createParentSlots/index.d.ts +1 -0
  237. package/components/InfiniteTreeList/utils/createParentSlots/index.js +1 -0
  238. package/components/InfiniteTreeList/utils/createTailRegistry/createTailRegistry.d.ts +21 -0
  239. package/components/InfiniteTreeList/utils/createTailRegistry/createTailRegistry.js +40 -0
  240. package/components/InfiniteTreeList/utils/createTailRegistry/index.d.ts +1 -0
  241. package/components/InfiniteTreeList/utils/createTailRegistry/index.js +1 -0
  242. package/components/InfiniteTreeList/utils/flattenChildren/flattenChildren.d.ts +5 -0
  243. package/components/InfiniteTreeList/utils/flattenChildren/flattenChildren.js +5 -0
  244. package/components/InfiniteTreeList/utils/flattenChildren/index.d.ts +1 -0
  245. package/components/InfiniteTreeList/utils/flattenChildren/index.js +1 -0
  246. package/components/InfiniteTreeList/utils/flattenTree/flattenTree.d.ts +6 -0
  247. package/components/InfiniteTreeList/{useLogic/utils → utils}/flattenTree/flattenTree.js +9 -4
  248. package/components/InfiniteTreeList/utils/getEnteringChildren/getEnteringChildren.d.ts +17 -0
  249. package/components/InfiniteTreeList/utils/getEnteringChildren/getEnteringChildren.js +14 -0
  250. package/components/InfiniteTreeList/utils/getEnteringChildren/index.d.ts +1 -0
  251. package/components/InfiniteTreeList/utils/getEnteringChildren/index.js +1 -0
  252. package/components/InfiniteTreeList/utils/getIdsToKeep/getIdsToKeep.d.ts +10 -0
  253. package/components/InfiniteTreeList/utils/getIdsToKeep/getIdsToKeep.js +27 -0
  254. package/components/InfiniteTreeList/utils/getIdsToKeep/index.d.ts +1 -0
  255. package/components/InfiniteTreeList/utils/getIdsToKeep/index.js +1 -0
  256. package/components/InfiniteTreeList/{useLogic/utils → utils}/getInitialExpandedIds/getInitialExpandedIds.d.ts +4 -2
  257. package/components/InfiniteTreeList/{useLogic/utils → utils}/getInitialExpandedIds/getInitialExpandedIds.js +5 -4
  258. package/components/InfiniteTreeList/utils/getNestedItems/getNestedItems.d.ts +6 -0
  259. package/components/InfiniteTreeList/utils/getNestedItems/getNestedItems.js +18 -0
  260. package/components/InfiniteTreeList/utils/getNestedItems/index.d.ts +1 -0
  261. package/components/InfiniteTreeList/utils/getNestedItems/index.js +1 -0
  262. package/components/InfiniteTreeList/utils/index.d.ts +20 -0
  263. package/components/InfiniteTreeList/utils/index.js +20 -0
  264. package/components/InfiniteTreeList/utils/insertChildren/index.d.ts +1 -0
  265. package/components/InfiniteTreeList/utils/insertChildren/index.js +1 -0
  266. package/components/InfiniteTreeList/utils/insertChildren/insertChildren.d.ts +5 -0
  267. package/components/InfiniteTreeList/utils/insertChildren/insertChildren.js +41 -0
  268. package/components/InfiniteTreeList/utils/removeChildren/index.d.ts +1 -0
  269. package/components/InfiniteTreeList/utils/removeChildren/index.js +1 -0
  270. package/components/InfiniteTreeList/utils/removeChildren/removeChildren.d.ts +5 -0
  271. package/components/InfiniteTreeList/utils/removeChildren/removeChildren.js +12 -0
  272. package/components/InfiniteTreeList/utils/sortCollapsed/sortCollapsed.d.ts +5 -0
  273. package/components/InfiniteTreeList/{useLogic/utils → utils}/sortCollapsed/sortCollapsed.js +1 -6
  274. package/components/InfiniteTreeList/utils/startRemoveAnimation/index.d.ts +1 -0
  275. package/components/InfiniteTreeList/utils/startRemoveAnimation/index.js +1 -0
  276. package/components/InfiniteTreeList/utils/startRemoveAnimation/startRemoveAnimation.d.ts +1 -0
  277. package/components/InfiniteTreeList/utils/startRemoveAnimation/startRemoveAnimation.js +5 -0
  278. package/components/InfiniteTreeList/utils/syncChildrenPlaceholders/index.d.ts +1 -0
  279. package/components/InfiniteTreeList/utils/syncChildrenPlaceholders/index.js +1 -0
  280. package/components/InfiniteTreeList/utils/syncChildrenPlaceholders/syncChildrenPlaceholders.d.ts +11 -0
  281. package/components/InfiniteTreeList/utils/syncChildrenPlaceholders/syncChildrenPlaceholders.js +99 -0
  282. package/components/MenuOrganization/NoData/styles.js +1 -1
  283. package/components/MenuOrganization/OrganizationButton/styles.js +1 -1
  284. package/components/MenuOrganization/OrganizationItem/styles.js +1 -1
  285. package/components/MenuOrganization/OrganizationListSkeleton/styles.js +2 -2
  286. package/components/MenuOrganization/styles.js +4 -4
  287. package/components/MinimalisticPagination/styles.js +1 -1
  288. package/components/NavMenu/Item/ItemButton/styles.js +4 -4
  289. package/components/NewStepper/Step/Description/styles.js +1 -1
  290. package/components/NewStepper/Step/Label/styles.js +2 -2
  291. package/components/NewStepper/Step/styles.js +8 -8
  292. package/components/NewStepper/styles.js +1 -1
  293. package/components/NotFoundPage/styles.js +4 -4
  294. package/components/Notification/NotificationContainer/styles.js +8 -8
  295. package/components/Notification/NotificationStackContainer/styles.js +10 -10
  296. package/components/Notification/NotificationTemplate/styles.js +3 -3
  297. package/components/NotificationList/ListItem/styles.js +1 -1
  298. package/components/NotificationList/SettingsButton/styles.js +1 -1
  299. package/components/NotificationList/styles.js +4 -4
  300. package/components/PageAside/MobileAsideButton/styles.js +1 -1
  301. package/components/PageAside/styles.js +3 -3
  302. package/components/PageAsideBlock/styles.js +2 -2
  303. package/components/PageAsideNavigation/PageAsideNavigationItem/styles.js +2 -2
  304. package/components/PageAsideNavigation/styles.js +3 -3
  305. package/components/PageContent/PageContentHeader/Description/styles.js +1 -1
  306. package/components/PageContent/PageContentHeader/PageContentHeaderActions/MobilePageContentHeaderActions/styles.js +3 -3
  307. package/components/PageContent/PageContentHeader/PageContentHeaderActions/PageContentHeaderActionsSkeleton/styles.js +1 -1
  308. package/components/PageContent/PageContentHeader/Title/styles.js +1 -1
  309. package/components/PageContent/PageContentHeader/styles.js +2 -2
  310. package/components/PageContent/styles.js +4 -4
  311. package/components/PageHeader/HeaderContent/Description/styles.js +2 -2
  312. package/components/PageHeader/HeaderContent/styles.js +4 -4
  313. package/components/PageHeader/MobilePageActions/styles.js +3 -3
  314. package/components/PageHeader/PageActions/MainActions/styles.js +1 -1
  315. package/components/PageHeader/PageActions/SecondaryActions/styles.js +2 -2
  316. package/components/PageHeader/PageActions/SecondaryVisibleActions/styles.js +2 -2
  317. package/components/PageHeader/PageActions/styles.js +4 -4
  318. package/components/PageHeader/Title/styles.js +2 -2
  319. package/components/PageHeader/styles.js +3 -3
  320. package/components/PageLayout/styles.js +3 -3
  321. package/components/PageLayoutContainer/styles.js +2 -2
  322. package/components/PageLayoutFooter/styles.js +1 -1
  323. package/components/PageLayoutLoader/styles.js +1 -1
  324. package/components/PageLayoutSection/PageLayoutSectionContainer/styles.js +2 -2
  325. package/components/PageLayoutSection/styles.js +2 -2
  326. package/components/PagePinnableAside/styles.js +3 -3
  327. package/components/Pagination/PaginationItem/styles.js +1 -1
  328. package/components/PdfViewer/ControlBar/styles.js +1 -1
  329. package/components/PdfViewer/List/styles.js +1 -1
  330. package/components/PdfViewer/PdfDocument/styles.js +1 -1
  331. package/components/PdfViewer/PdfPage/styles.js +1 -1
  332. package/components/PdfViewer/styles.js +2 -2
  333. package/components/Profile/MenuList/styles.js +3 -3
  334. package/components/Profile/ProfileSkeleton/styles.js +1 -1
  335. package/components/Profile/styles.js +3 -3
  336. package/components/Radio/styles.js +2 -2
  337. package/components/RadioCard/styles.js +6 -6
  338. package/components/RadioField/styles.js +1 -1
  339. package/components/ScrollToTopButton/styles.js +1 -1
  340. package/components/Select/styles.js +1 -1
  341. package/components/SideDialog/styles.js +1 -1
  342. package/components/SideDialogHeader/styles.js +1 -1
  343. package/components/StaticCalendar/StaticCalendarButton/styles.js +1 -1
  344. package/components/StaticCalendar/StaticCalendarGridButton/styles.js +1 -1
  345. package/components/Stepper/StepIcon/styles.js +1 -1
  346. package/components/SvgIcon/styles.js +0 -1
  347. package/components/Switch/styles.js +2 -2
  348. package/components/Tabs/styles.js +1 -1
  349. package/components/Tag/styles.js +1 -1
  350. package/components/ToggleButtonGroup/styles.js +1 -1
  351. package/components/Tree/MultipleTreeList/TreeItem/styles.js +6 -5
  352. package/components/Tree/MultipleTreeList/styles.js +7 -8
  353. package/components/Tree/TreeItem/MobileSlidePanel/MobileSlidePanelContent/styles.js +22 -20
  354. package/components/Tree/TreeItem/styles.js +19 -19
  355. package/components/Tree/TreeList/TreeItem/styles.js +4 -5
  356. package/components/Tree/TreeList/styles.js +7 -8
  357. package/components/TreeAsyncAutocomplete/OptionsModal/NoData/styles.js +2 -1
  358. package/components/TreeAsyncAutocomplete/OptionsModal/styles.js +14 -15
  359. package/components/TreeAutocomplete/OptionsModal/NoData/styles.js +2 -1
  360. package/components/TreeAutocomplete/OptionsModal/styles.js +7 -8
  361. package/components/TreeLikeAsyncAutocomplete/OptionsModal/NoData/styles.js +2 -1
  362. package/components/TreeLikeAsyncAutocomplete/OptionsModal/styles.js +18 -18
  363. package/components/TreeLikeAutocomplete/OptionsModal/NoData/styles.js +2 -1
  364. package/components/TreeLikeAutocomplete/OptionsModal/styles.js +9 -9
  365. package/components/TreeLikeList/TreeItem/styles.js +7 -6
  366. package/components/TreeLikeList/styles.js +6 -8
  367. package/components/declaration/mui-material.d.ts +1 -0
  368. package/components/fileUploading/FileInfo/styles.js +3 -3
  369. package/components/fileUploading/FileUploader/FIleList/styles.js +1 -1
  370. package/components/fileUploading/FileUploaderDropzone/DropzoneWrapper/styles.js +1 -1
  371. package/components/fileUploading/FileUploaderDropzone/HintPlaceholder/styles.js +1 -1
  372. package/components/fileUploading/FileUploaderDropzone/PlaceholderContainer/styles.js +1 -1
  373. package/components/fileUploading/FileUploaderFile/styles.js +1 -1
  374. package/components/fileUploading/PreviewFileUploaderDropZone/HintPlaceholder/styles.js +1 -1
  375. package/components/fileUploading/PreviewFileUploaderDropZone/PlaceholderWrapper/styles.js +1 -1
  376. package/components/fileUploading/PreviewFileUploaderFile/FileError/styles.js +2 -2
  377. package/components/fileUploading/PreviewFileUploaderFile/FilePreview/styles.js +4 -4
  378. package/components/placeholders/Placeholder/Image/styles.js +1 -1
  379. package/components/placeholders/Placeholder/styles.js +4 -4
  380. package/components/theme/baseTheme/baseTheme.js +11 -2
  381. package/components/theme/breakpoints.d.ts +1 -0
  382. package/components/theme/breakpoints.js +1 -0
  383. package/components/theme/components/MuiAlert.js +1 -1
  384. package/components/theme/components/MuiButton.js +2 -2
  385. package/components/theme/components/MuiMenuItem.js +1 -1
  386. package/components/theme/components/MuiTextField.js +4 -4
  387. package/components/theme/types.d.ts +1 -0
  388. package/components/theme/types.js +12 -12
  389. package/components/useViewportType/useViewportType.js +1 -1
  390. package/hook-form/EditableText/EditingForm/styles.js +4 -4
  391. package/hook-form/FormFilters/AllFiltersButton/styles.js +2 -2
  392. package/hook-form/FormFilters/FormFiltersDialog/ResetButton/styles.js +2 -2
  393. package/hook-form/FormFilters/FormFiltersDialog/styles.js +2 -2
  394. package/hook-form/FormFilters/FormFiltersSkeleton/styles.js +2 -2
  395. package/hook-form/FormFilters/styles.js +2 -2
  396. package/hook-form/FormFiltersModalGroup/styles.js +1 -1
  397. package/hook-form/FormFiltersSearchField/styles.js +2 -2
  398. package/hook-form/FormPageFooterContainer/styles.js +1 -1
  399. package/hook-form/FormPageLayout/FormPageFooter/SecondaryActions/styles.js +3 -3
  400. package/hook-form/FormPageLayout/FormPageFooter/styles.js +3 -3
  401. package/hook-form/FormPageLayout/styles.js +1 -1
  402. package/hook-form/FormPageLayoutBase/FormMobileActions/styles.js +2 -2
  403. package/hook-form/FormPageLayoutBase/styles.js +5 -5
  404. package/hook-form/FormQuickFilters/styles.js +2 -2
  405. package/hook-form/FormWizard/styles.js +3 -3
  406. package/hook-form/FormWizardPageLayout/FormWizardFooter/styles.js +3 -3
  407. package/node/components/Accordion/styles.js +4 -4
  408. package/node/components/Alert/styles.js +2 -2
  409. package/node/components/Autocomplete/styles.js +1 -1
  410. package/node/components/Badge/styles.js +1 -1
  411. package/node/components/Banner/BannerTemplate/styles.js +3 -3
  412. package/node/components/Button/styles.js +1 -1
  413. package/node/components/CardGridInfinite/Card/styles.js +1 -1
  414. package/node/components/CardGridInfinite/CardGridSecondaryAction/CardGridSecondaryActionsSkeleton/styles.js +2 -2
  415. package/node/components/CardGridInfinite/ErrorMessage/styles.js +1 -1
  416. package/node/components/CardGridInfinite/List/styles.js +1 -1
  417. package/node/components/CardGridInfinite/OnTopButton/styles.js +1 -1
  418. package/node/components/CardGridInfinite/styles.js +1 -1
  419. package/node/components/Checkbox/styles.js +2 -2
  420. package/node/components/CheckboxField/styles.js +2 -2
  421. package/node/components/Chip/styles.js +4 -4
  422. package/node/components/ConfirmAction/styles.js +3 -3
  423. package/node/components/ConfirmDialog/styles.js +1 -1
  424. package/node/components/DashboardAlert/styles.js +2 -2
  425. package/node/components/DashboardLayout/Container/styles.js +2 -2
  426. package/node/components/DashboardLayout/DashboardSidebar/styles.js +6 -6
  427. package/node/components/DashboardLayout/DashboardWrapper/styles.js +1 -1
  428. package/node/components/DashboardLayout/Header/styles.js +10 -10
  429. package/node/components/DashboardLayout/Main/styles.js +3 -3
  430. package/node/components/DashboardLayoutNotificationList/styles.js +1 -1
  431. package/node/components/DashboardLayoutSkeleton/styles.js +1 -1
  432. package/node/components/DashboardSidebarButton/styles.js +1 -1
  433. package/node/components/DashboardSidebarCounter/styles.js +1 -1
  434. package/node/components/DashboardSidebarPopover/FadePopup/styles.js +1 -1
  435. package/node/components/DashboardSidebarPopover/SidebarPopoverItem/styles.js +1 -1
  436. package/node/components/DashboardSidebarPopover/styles.js +2 -2
  437. package/node/components/DashboardSidebarSkeleton/styles.js +1 -1
  438. package/node/components/DataGrid/Body/styles.js +1 -1
  439. package/node/components/DataGrid/Cell/CellInner/styles.js +2 -2
  440. package/node/components/DataGrid/Cell/styles.js +1 -1
  441. package/node/components/DataGrid/Head/styles.js +1 -1
  442. package/node/components/DataGrid/Loader/styles.js +2 -2
  443. package/node/components/DataGrid/Row/NestedChildren/styles.js +3 -3
  444. package/node/components/DataGrid/Row/styles.js +8 -8
  445. package/node/components/DataGrid/RowBase/GroupCell/styles.js +1 -1
  446. package/node/components/DataGrid/RowBase/styles.js +3 -3
  447. package/node/components/DataGrid/styles.js +3 -3
  448. package/node/components/DataGridActionCell/DataGridMainActions/Action/MainIconButton/styles.js +1 -1
  449. package/node/components/DataGridActionCell/DataGridMainActions/Action/MobileMainButton/styles.js +1 -1
  450. package/node/components/DataGridActionCell/SecondaryActionsButton/styles.js +1 -1
  451. package/node/components/DataGridActionCell/styles.js +1 -1
  452. package/node/components/DataGridCollapsibleRow/styles.js +4 -4
  453. package/node/components/DataGridInfinite/ErrorMessage/styles.js +1 -1
  454. package/node/components/DataGridInfinite/styles.js +1 -1
  455. package/node/components/DataGridPaginationContainer/styles.js +2 -2
  456. package/node/components/DatePicker/DateCalendar/DateCalendarChevronButton/DateCalendarNextButton/styles.js +2 -2
  457. package/node/components/DatePicker/DateCalendar/DateCalendarChevronButton/DateCalendarPrevButton/styles.js +2 -2
  458. package/node/components/DatePicker/DateCalendar/DateCalendarHead/styles.js +2 -2
  459. package/node/components/DatePicker/DateCalendar/DateCalendarWrapper/styles.js +1 -1
  460. package/node/components/DatePicker/DatePickerPopover/styles.js +1 -1
  461. package/node/components/DatePicker/styles.js +1 -1
  462. package/node/components/DateRangePicker/styles.js +1 -1
  463. package/node/components/Description/Value/styles.js +2 -2
  464. package/node/components/Description/styles.js +1 -1
  465. package/node/components/DescriptionCell/styles.js +2 -2
  466. package/node/components/DescriptionList/styles.js +3 -3
  467. package/node/components/DialogActions/styles.js +2 -2
  468. package/node/components/DialogContent/styles.js +1 -1
  469. package/node/components/ExpansionPanel/Details/ErrorState/styles.js +1 -1
  470. package/node/components/ExpansionPanel/Details/LoadingState/styles.js +1 -1
  471. package/node/components/Fieldset/styles.js +5 -5
  472. package/node/components/FlowButton/styles.js +1 -1
  473. package/node/components/GlobalStyles/GlobalStyles.js +1 -1
  474. package/node/components/HintPopover/styles.js +4 -4
  475. package/node/components/IconButton/styles.js +1 -1
  476. package/node/components/InfiniteDataList/EndData/styles.js +1 -1
  477. package/node/components/InfiniteDataList/ErrorMessage/styles.js +1 -1
  478. package/node/components/InfiniteDataList/Loader/styles.js +1 -1
  479. package/node/components/InfiniteDataList/styles.js +1 -1
  480. package/node/components/InfiniteTreeList/InfiniteTreeList.d.ts +18 -0
  481. package/node/components/InfiniteTreeList/InfiniteTreeList.js +24 -17
  482. package/node/components/InfiniteTreeList/InfiniteTreeListActions/InfiniteTreeListActions.d.ts +9 -0
  483. package/node/components/InfiniteTreeList/InfiniteTreeListActions/InfiniteTreeListActions.js +9 -0
  484. package/node/components/InfiniteTreeList/InfiniteTreeListActions/types.d.ts +5 -0
  485. package/node/components/InfiniteTreeList/InfiniteTreeListActions/useLogic/useLogic.js +5 -6
  486. package/node/components/InfiniteTreeList/InfiniteTreeListContext/InfiniteTreeListContext.d.ts +81 -0
  487. package/node/components/InfiniteTreeList/InfiniteTreeListContext/InfiniteTreeListContext.js +21 -0
  488. package/node/components/InfiniteTreeList/InfiniteTreeListContext/InfiniteTreeListContextProvider/InfiniteTreeListContextProvider.d.ts +3 -2
  489. package/node/components/InfiniteTreeList/InfiniteTreeListContext/InfiniteTreeListContextProvider/InfiniteTreeListContextProvider.js +69 -13
  490. package/node/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/ErrorPlaceholder.d.ts +6 -0
  491. package/node/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/ErrorPlaceholder.js +12 -0
  492. package/node/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/constants.d.ts +1 -0
  493. package/node/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/constants.js +4 -0
  494. package/node/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/index.d.ts +1 -0
  495. package/node/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/index.js +5 -0
  496. package/node/components/InfiniteTreeList/InfiniteTreeListItem/ErrorPlaceholder/styles.js +11 -0
  497. package/node/components/InfiniteTreeList/InfiniteTreeListItem/InfiniteTreeListItem.js +28 -6
  498. package/node/components/InfiniteTreeList/InfiniteTreeListItem/TreeListItemContext/TreeListItemContext.d.ts +19 -0
  499. package/node/components/InfiniteTreeList/InfiniteTreeListItem/TreeListItemContext/TreeListItemContext.js +4 -0
  500. package/node/components/InfiniteTreeList/InfiniteTreeListItem/TreeListItemContext/TreeListItemContextProvider/TreeListItemContextProvider.d.ts +4 -0
  501. package/node/components/InfiniteTreeList/InfiniteTreeListItem/TreeListItemContext/TreeListItemContextProvider/TreeListItemContextProvider.js +13 -8
  502. package/node/components/InfiniteTreeList/InfiniteTreeListItem/constants.d.ts +6 -0
  503. package/node/components/InfiniteTreeList/InfiniteTreeListItem/constants.js +10 -0
  504. package/node/components/InfiniteTreeList/InfiniteTreeListItem/styles.d.ts +4 -4
  505. package/node/components/InfiniteTreeList/InfiniteTreeListItem/styles.js +29 -6
  506. package/node/components/InfiniteTreeList/InfiniteTreeListItem/types.d.ts +20 -3
  507. package/node/components/InfiniteTreeList/InfiniteTreeListItem/useLogic/useLogic.d.ts +7 -1
  508. package/node/components/InfiniteTreeList/InfiniteTreeListItem/useLogic/useLogic.js +56 -4
  509. package/node/components/InfiniteTreeList/{EndData → ListFooter/EndData}/EndData.js +1 -1
  510. package/node/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/ErrorMessage.js +2 -2
  511. package/node/components/InfiniteTreeList/ListFooter/ErrorMessage/styles.d.ts +5 -0
  512. package/node/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/styles.js +2 -2
  513. package/node/components/InfiniteTreeList/ListFooter/ListFooter.d.ts +10 -0
  514. package/node/components/InfiniteTreeList/ListFooter/ListFooter.js +29 -0
  515. package/node/components/InfiniteTreeList/ListFooter/index.d.ts +2 -0
  516. package/node/components/InfiniteTreeList/ListFooter/index.js +17 -0
  517. package/node/components/InfiniteTreeList/{styles.js → ListFooter/styles.js} +1 -1
  518. package/node/components/InfiniteTreeList/ListFooter/types.d.ts +22 -0
  519. package/node/components/InfiniteTreeList/ListFooter/types.js +2 -0
  520. package/node/components/InfiniteTreeList/OnTopButton/OnTopButton.d.ts +8 -2
  521. package/node/components/InfiniteTreeList/OnTopButton/OnTopButton.js +6 -5
  522. package/node/components/InfiniteTreeList/OnTopButton/styles.d.ts +4 -0
  523. package/node/components/InfiniteTreeList/OnTopButton/styles.js +13 -0
  524. package/node/components/InfiniteTreeList/ParentItems/Item/CustomParentWrapper/CustomParentWrapper.d.ts +23 -0
  525. package/node/components/InfiniteTreeList/ParentItems/Item/CustomParentWrapper/CustomParentWrapper.js +15 -0
  526. package/node/components/InfiniteTreeList/ParentItems/Item/CustomParentWrapper/index.d.ts +1 -0
  527. package/node/components/InfiniteTreeList/ParentItems/Item/CustomParentWrapper/index.js +17 -0
  528. package/node/components/InfiniteTreeList/ParentItems/Item/Item.d.ts +10 -0
  529. package/node/components/InfiniteTreeList/ParentItems/Item/Item.js +25 -0
  530. package/node/components/InfiniteTreeList/ParentItems/Item/index.d.ts +2 -0
  531. package/node/components/InfiniteTreeList/ParentItems/Item/index.js +18 -0
  532. package/node/components/InfiniteTreeList/ParentItems/Item/types.d.ts +8 -0
  533. package/node/components/InfiniteTreeList/ParentItems/Item/types.js +2 -0
  534. package/node/components/InfiniteTreeList/ParentItems/Item/useLogic/index.d.ts +1 -0
  535. package/node/components/InfiniteTreeList/ParentItems/Item/useLogic/index.js +17 -0
  536. package/node/components/InfiniteTreeList/ParentItems/Item/useLogic/useLogic.d.ts +12 -0
  537. package/node/components/InfiniteTreeList/ParentItems/Item/useLogic/useLogic.js +16 -0
  538. package/node/components/InfiniteTreeList/ParentItems/ParentItems.d.ts +11 -0
  539. package/node/components/InfiniteTreeList/ParentItems/ParentItems.js +15 -0
  540. package/node/components/InfiniteTreeList/ParentItems/index.d.ts +3 -0
  541. package/node/components/InfiniteTreeList/ParentItems/index.js +19 -0
  542. package/node/components/InfiniteTreeList/ParentItems/types.d.ts +8 -0
  543. package/node/components/InfiniteTreeList/ParentItems/types.js +2 -0
  544. package/node/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/ChildrenPlaceholder.d.ts +9 -0
  545. package/node/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/ChildrenPlaceholder.js +26 -0
  546. package/node/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/NoDataRow/NoDataRow.d.ts +1 -0
  547. package/node/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/NoDataRow/NoDataRow.js +9 -0
  548. package/node/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/NoDataRow/index.d.ts +1 -0
  549. package/node/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/NoDataRow/index.js +17 -0
  550. package/node/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/index.d.ts +1 -0
  551. package/node/components/InfiniteTreeList/TreeItem/ChildrenPlaceholder/index.js +17 -0
  552. package/node/components/InfiniteTreeList/TreeItem/CustomItemWrapper/CustomItemWrapper.d.ts +20 -0
  553. package/node/components/InfiniteTreeList/TreeItem/CustomItemWrapper/CustomItemWrapper.js +13 -0
  554. package/node/components/InfiniteTreeList/TreeItem/CustomItemWrapper/index.d.ts +1 -0
  555. package/node/components/InfiniteTreeList/TreeItem/CustomItemWrapper/index.js +17 -0
  556. package/node/components/InfiniteTreeList/TreeItem/ParentSlot/ParentSlot.d.ts +5 -0
  557. package/node/components/InfiniteTreeList/TreeItem/ParentSlot/ParentSlot.js +42 -0
  558. package/node/components/InfiniteTreeList/TreeItem/ParentSlot/index.d.ts +2 -0
  559. package/node/components/InfiniteTreeList/TreeItem/ParentSlot/index.js +18 -0
  560. package/node/components/InfiniteTreeList/TreeItem/ParentSlot/styles.d.ts +9 -0
  561. package/node/components/InfiniteTreeList/TreeItem/ParentSlot/styles.js +11 -0
  562. package/node/components/InfiniteTreeList/TreeItem/ParentSlot/types.d.ts +6 -0
  563. package/node/components/InfiniteTreeList/TreeItem/ParentSlot/types.js +2 -0
  564. package/node/components/InfiniteTreeList/TreeItem/TreeItem.d.ts +5 -2
  565. package/node/components/InfiniteTreeList/TreeItem/TreeItem.js +31 -4
  566. package/node/components/InfiniteTreeList/TreeItem/constants.d.ts +3 -0
  567. package/node/components/InfiniteTreeList/TreeItem/constants.js +3 -1
  568. package/node/components/InfiniteTreeList/TreeItem/styles.d.ts +0 -3
  569. package/node/components/InfiniteTreeList/TreeItem/styles.js +23 -8
  570. package/node/components/InfiniteTreeList/TreeItem/types.d.ts +4 -9
  571. package/node/components/InfiniteTreeList/TreeItem/useLogic/useLogic.d.ts +29 -9
  572. package/node/components/InfiniteTreeList/TreeItem/useLogic/useLogic.js +60 -18
  573. package/node/components/InfiniteTreeList/constants.d.ts +14 -2
  574. package/node/components/InfiniteTreeList/constants.js +15 -3
  575. package/node/components/InfiniteTreeList/hooks/index.d.ts +5 -0
  576. package/node/components/InfiniteTreeList/hooks/index.js +21 -0
  577. package/node/components/InfiniteTreeList/hooks/useChildrenState/index.d.ts +2 -0
  578. package/node/components/InfiniteTreeList/hooks/useChildrenState/index.js +18 -0
  579. package/node/components/InfiniteTreeList/hooks/useChildrenState/types.d.ts +43 -0
  580. package/node/components/InfiniteTreeList/hooks/useChildrenState/types.js +2 -0
  581. package/node/components/InfiniteTreeList/hooks/useChildrenState/useChildrenState.d.ts +20 -0
  582. package/node/components/InfiniteTreeList/hooks/useChildrenState/useChildrenState.js +119 -0
  583. package/node/components/InfiniteTreeList/hooks/useEnterAnimation/index.d.ts +2 -0
  584. package/node/components/InfiniteTreeList/hooks/useEnterAnimation/index.js +18 -0
  585. package/node/components/InfiniteTreeList/hooks/useEnterAnimation/types.d.ts +29 -0
  586. package/node/components/InfiniteTreeList/hooks/useEnterAnimation/types.js +2 -0
  587. package/node/components/InfiniteTreeList/hooks/useEnterAnimation/useEnterAnimation.d.ts +6 -0
  588. package/node/components/InfiniteTreeList/hooks/useEnterAnimation/useEnterAnimation.js +39 -0
  589. package/node/components/InfiniteTreeList/hooks/useExpandNotifier/index.d.ts +1 -0
  590. package/node/components/InfiniteTreeList/hooks/useExpandNotifier/index.js +17 -0
  591. package/node/components/InfiniteTreeList/hooks/useExpandNotifier/useExpandNotifier.d.ts +8 -0
  592. package/node/components/InfiniteTreeList/hooks/useExpandNotifier/useExpandNotifier.js +23 -0
  593. package/node/components/InfiniteTreeList/hooks/useFlatTree/index.d.ts +2 -0
  594. package/node/components/InfiniteTreeList/hooks/useFlatTree/index.js +18 -0
  595. package/node/components/InfiniteTreeList/hooks/useFlatTree/types.d.ts +20 -0
  596. package/node/components/InfiniteTreeList/hooks/useFlatTree/types.js +2 -0
  597. package/node/components/InfiniteTreeList/hooks/useFlatTree/useFlatTree.d.ts +15 -0
  598. package/node/components/InfiniteTreeList/hooks/useFlatTree/useFlatTree.js +92 -0
  599. package/node/components/InfiniteTreeList/hooks/useListScroll/index.d.ts +2 -0
  600. package/node/components/InfiniteTreeList/hooks/useListScroll/index.js +18 -0
  601. package/node/components/InfiniteTreeList/hooks/useListScroll/types.d.ts +25 -0
  602. package/node/components/InfiniteTreeList/hooks/useListScroll/types.js +2 -0
  603. package/node/components/InfiniteTreeList/hooks/useListScroll/useListScroll.d.ts +29 -0
  604. package/node/components/InfiniteTreeList/hooks/useListScroll/useListScroll.js +63 -0
  605. package/node/components/InfiniteTreeList/index.d.ts +1 -1
  606. package/node/components/InfiniteTreeList/public.d.ts +1 -1
  607. package/node/components/InfiniteTreeList/types.d.ts +83 -17
  608. package/node/components/InfiniteTreeList/useLogic/useLogic.d.ts +22 -12
  609. package/node/components/InfiniteTreeList/useLogic/useLogic.js +64 -69
  610. package/node/components/InfiniteTreeList/utils/checkHasSkeletonPlaceholders/checkHasSkeletonPlaceholders.d.ts +5 -0
  611. package/node/components/InfiniteTreeList/utils/checkHasSkeletonPlaceholders/checkHasSkeletonPlaceholders.js +10 -0
  612. package/node/components/InfiniteTreeList/utils/checkHasSkeletonPlaceholders/index.d.ts +1 -0
  613. package/node/components/InfiniteTreeList/utils/checkHasSkeletonPlaceholders/index.js +17 -0
  614. package/node/components/InfiniteTreeList/utils/checkIsChildrenPlaceholder/checkIsChildrenPlaceholder.d.ts +5 -0
  615. package/node/components/InfiniteTreeList/utils/checkIsChildrenPlaceholder/checkIsChildrenPlaceholder.js +8 -0
  616. package/node/components/InfiniteTreeList/utils/checkIsChildrenPlaceholder/index.d.ts +1 -0
  617. package/node/components/InfiniteTreeList/utils/checkIsChildrenPlaceholder/index.js +17 -0
  618. package/node/components/InfiniteTreeList/utils/checkIsChildrenPlaceholderOf/checkIsChildrenPlaceholderOf.d.ts +5 -0
  619. package/node/components/InfiniteTreeList/utils/checkIsChildrenPlaceholderOf/checkIsChildrenPlaceholderOf.js +9 -0
  620. package/node/components/InfiniteTreeList/utils/checkIsChildrenPlaceholderOf/index.d.ts +1 -0
  621. package/node/components/InfiniteTreeList/utils/checkIsChildrenPlaceholderOf/index.js +17 -0
  622. package/node/components/InfiniteTreeList/utils/checkIsDirectChild/checkIsDirectChild.d.ts +6 -0
  623. package/node/components/InfiniteTreeList/utils/checkIsDirectChild/checkIsDirectChild.js +10 -0
  624. package/node/components/InfiniteTreeList/utils/checkIsDirectChild/index.d.ts +1 -0
  625. package/node/components/InfiniteTreeList/utils/checkIsDirectChild/index.js +17 -0
  626. package/node/components/InfiniteTreeList/utils/checkIsNoDataChildren/checkIsNoDataChildren.d.ts +12 -0
  627. package/node/components/InfiniteTreeList/utils/checkIsNoDataChildren/checkIsNoDataChildren.js +18 -0
  628. package/node/components/InfiniteTreeList/utils/checkIsNoDataChildren/index.d.ts +1 -0
  629. package/node/components/InfiniteTreeList/utils/checkIsNoDataChildren/index.js +17 -0
  630. package/node/components/InfiniteTreeList/utils/checkIsSameChildren/checkIsSameChildren.d.ts +5 -0
  631. package/node/components/InfiniteTreeList/utils/checkIsSameChildren/checkIsSameChildren.js +20 -0
  632. package/node/components/InfiniteTreeList/utils/checkIsSameChildren/index.d.ts +1 -0
  633. package/node/components/InfiniteTreeList/utils/checkIsSameChildren/index.js +17 -0
  634. package/node/components/InfiniteTreeList/utils/countDirectChildren/countDirectChildren.d.ts +5 -0
  635. package/node/components/InfiniteTreeList/utils/countDirectChildren/countDirectChildren.js +9 -0
  636. package/node/components/InfiniteTreeList/utils/countDirectChildren/index.d.ts +1 -0
  637. package/node/components/InfiniteTreeList/utils/countDirectChildren/index.js +17 -0
  638. package/node/components/InfiniteTreeList/utils/createParentSlots/createParentSlots.d.ts +24 -0
  639. package/node/components/InfiniteTreeList/utils/createParentSlots/createParentSlots.js +39 -0
  640. package/node/components/InfiniteTreeList/utils/createParentSlots/index.d.ts +1 -0
  641. package/node/components/InfiniteTreeList/utils/createParentSlots/index.js +17 -0
  642. package/node/components/InfiniteTreeList/utils/createTailRegistry/createTailRegistry.d.ts +21 -0
  643. package/node/components/InfiniteTreeList/utils/createTailRegistry/createTailRegistry.js +44 -0
  644. package/node/components/InfiniteTreeList/utils/createTailRegistry/index.d.ts +1 -0
  645. package/node/components/InfiniteTreeList/utils/createTailRegistry/index.js +5 -0
  646. package/node/components/InfiniteTreeList/utils/flattenChildren/flattenChildren.d.ts +5 -0
  647. package/node/components/InfiniteTreeList/utils/flattenChildren/flattenChildren.js +9 -0
  648. package/node/components/InfiniteTreeList/utils/flattenChildren/index.d.ts +1 -0
  649. package/node/components/InfiniteTreeList/utils/flattenChildren/index.js +17 -0
  650. package/node/components/InfiniteTreeList/utils/flattenTree/flattenTree.d.ts +6 -0
  651. package/node/components/InfiniteTreeList/{useLogic/utils → utils}/flattenTree/flattenTree.js +9 -4
  652. package/node/components/InfiniteTreeList/utils/getEnteringChildren/getEnteringChildren.d.ts +17 -0
  653. package/node/components/InfiniteTreeList/utils/getEnteringChildren/getEnteringChildren.js +18 -0
  654. package/node/components/InfiniteTreeList/utils/getEnteringChildren/index.d.ts +1 -0
  655. package/node/components/InfiniteTreeList/utils/getEnteringChildren/index.js +17 -0
  656. package/node/components/InfiniteTreeList/utils/getIdsToKeep/getIdsToKeep.d.ts +10 -0
  657. package/node/components/InfiniteTreeList/utils/getIdsToKeep/getIdsToKeep.js +31 -0
  658. package/node/components/InfiniteTreeList/utils/getIdsToKeep/index.d.ts +1 -0
  659. package/node/components/InfiniteTreeList/utils/getIdsToKeep/index.js +17 -0
  660. package/node/components/InfiniteTreeList/{useLogic/utils → utils}/getInitialExpandedIds/getInitialExpandedIds.d.ts +4 -2
  661. package/node/components/InfiniteTreeList/{useLogic/utils → utils}/getInitialExpandedIds/getInitialExpandedIds.js +5 -4
  662. package/node/components/InfiniteTreeList/utils/getNestedItems/getNestedItems.d.ts +6 -0
  663. package/node/components/InfiniteTreeList/utils/getNestedItems/getNestedItems.js +22 -0
  664. package/node/components/InfiniteTreeList/utils/getNestedItems/index.d.ts +1 -0
  665. package/node/components/InfiniteTreeList/{useLogic/utils/getDescendants → utils/getNestedItems}/index.js +1 -1
  666. package/node/components/InfiniteTreeList/utils/index.d.ts +20 -0
  667. package/node/components/InfiniteTreeList/utils/index.js +36 -0
  668. package/node/components/InfiniteTreeList/utils/insertChildren/index.d.ts +1 -0
  669. package/node/components/InfiniteTreeList/utils/insertChildren/index.js +17 -0
  670. package/node/components/InfiniteTreeList/utils/insertChildren/insertChildren.d.ts +5 -0
  671. package/node/components/InfiniteTreeList/utils/insertChildren/insertChildren.js +45 -0
  672. package/node/components/InfiniteTreeList/utils/removeChildren/index.d.ts +1 -0
  673. package/node/components/InfiniteTreeList/utils/removeChildren/index.js +17 -0
  674. package/node/components/InfiniteTreeList/utils/removeChildren/removeChildren.d.ts +5 -0
  675. package/node/components/InfiniteTreeList/utils/removeChildren/removeChildren.js +16 -0
  676. package/node/components/InfiniteTreeList/utils/sortCollapsed/sortCollapsed.d.ts +5 -0
  677. package/node/components/InfiniteTreeList/{useLogic/utils → utils}/sortCollapsed/sortCollapsed.js +1 -6
  678. package/node/components/InfiniteTreeList/utils/startRemoveAnimation/index.d.ts +1 -0
  679. package/node/components/InfiniteTreeList/utils/startRemoveAnimation/index.js +17 -0
  680. package/node/components/InfiniteTreeList/utils/startRemoveAnimation/startRemoveAnimation.d.ts +1 -0
  681. package/node/components/InfiniteTreeList/utils/startRemoveAnimation/startRemoveAnimation.js +9 -0
  682. package/node/components/InfiniteTreeList/utils/syncChildrenPlaceholders/index.d.ts +1 -0
  683. package/node/components/InfiniteTreeList/utils/syncChildrenPlaceholders/index.js +17 -0
  684. package/node/components/InfiniteTreeList/utils/syncChildrenPlaceholders/syncChildrenPlaceholders.d.ts +11 -0
  685. package/node/components/InfiniteTreeList/utils/syncChildrenPlaceholders/syncChildrenPlaceholders.js +104 -0
  686. package/node/components/MenuOrganization/NoData/styles.js +1 -1
  687. package/node/components/MenuOrganization/OrganizationButton/styles.js +1 -1
  688. package/node/components/MenuOrganization/OrganizationItem/styles.js +1 -1
  689. package/node/components/MenuOrganization/OrganizationListSkeleton/styles.js +2 -2
  690. package/node/components/MenuOrganization/styles.js +4 -4
  691. package/node/components/MinimalisticPagination/styles.js +1 -1
  692. package/node/components/NavMenu/Item/ItemButton/styles.js +4 -4
  693. package/node/components/NewStepper/Step/Description/styles.js +1 -1
  694. package/node/components/NewStepper/Step/Label/styles.js +2 -2
  695. package/node/components/NewStepper/Step/styles.js +8 -8
  696. package/node/components/NewStepper/styles.js +1 -1
  697. package/node/components/NotFoundPage/styles.js +4 -4
  698. package/node/components/Notification/NotificationContainer/styles.js +8 -8
  699. package/node/components/Notification/NotificationStackContainer/styles.js +10 -10
  700. package/node/components/Notification/NotificationTemplate/styles.js +3 -3
  701. package/node/components/NotificationList/ListItem/styles.js +1 -1
  702. package/node/components/NotificationList/SettingsButton/styles.js +1 -1
  703. package/node/components/NotificationList/styles.js +4 -4
  704. package/node/components/PageAside/MobileAsideButton/styles.js +1 -1
  705. package/node/components/PageAside/styles.js +3 -3
  706. package/node/components/PageAsideBlock/styles.js +2 -2
  707. package/node/components/PageAsideNavigation/PageAsideNavigationItem/styles.js +2 -2
  708. package/node/components/PageAsideNavigation/styles.js +3 -3
  709. package/node/components/PageContent/PageContentHeader/Description/styles.js +1 -1
  710. package/node/components/PageContent/PageContentHeader/PageContentHeaderActions/MobilePageContentHeaderActions/styles.js +3 -3
  711. package/node/components/PageContent/PageContentHeader/PageContentHeaderActions/PageContentHeaderActionsSkeleton/styles.js +1 -1
  712. package/node/components/PageContent/PageContentHeader/Title/styles.js +1 -1
  713. package/node/components/PageContent/PageContentHeader/styles.js +2 -2
  714. package/node/components/PageContent/styles.js +4 -4
  715. package/node/components/PageHeader/HeaderContent/Description/styles.js +2 -2
  716. package/node/components/PageHeader/HeaderContent/styles.js +4 -4
  717. package/node/components/PageHeader/MobilePageActions/styles.js +3 -3
  718. package/node/components/PageHeader/PageActions/MainActions/styles.js +1 -1
  719. package/node/components/PageHeader/PageActions/SecondaryActions/styles.js +2 -2
  720. package/node/components/PageHeader/PageActions/SecondaryVisibleActions/styles.js +2 -2
  721. package/node/components/PageHeader/PageActions/styles.js +4 -4
  722. package/node/components/PageHeader/Title/styles.js +2 -2
  723. package/node/components/PageHeader/styles.js +3 -3
  724. package/node/components/PageLayout/styles.js +3 -3
  725. package/node/components/PageLayoutContainer/styles.js +2 -2
  726. package/node/components/PageLayoutFooter/styles.js +1 -1
  727. package/node/components/PageLayoutLoader/styles.js +1 -1
  728. package/node/components/PageLayoutSection/PageLayoutSectionContainer/styles.js +2 -2
  729. package/node/components/PageLayoutSection/styles.js +2 -2
  730. package/node/components/PagePinnableAside/styles.js +3 -3
  731. package/node/components/Pagination/PaginationItem/styles.js +1 -1
  732. package/node/components/PdfViewer/ControlBar/styles.js +1 -1
  733. package/node/components/PdfViewer/List/styles.js +1 -1
  734. package/node/components/PdfViewer/PdfDocument/styles.js +1 -1
  735. package/node/components/PdfViewer/PdfPage/styles.js +1 -1
  736. package/node/components/PdfViewer/styles.js +2 -2
  737. package/node/components/Profile/MenuList/styles.js +3 -3
  738. package/node/components/Profile/ProfileSkeleton/styles.js +1 -1
  739. package/node/components/Profile/styles.js +3 -3
  740. package/node/components/Radio/styles.js +2 -2
  741. package/node/components/RadioCard/styles.js +6 -6
  742. package/node/components/RadioField/styles.js +1 -1
  743. package/node/components/ScrollToTopButton/styles.js +1 -1
  744. package/node/components/Select/styles.js +1 -1
  745. package/node/components/SideDialog/styles.js +1 -1
  746. package/node/components/SideDialogHeader/styles.js +1 -1
  747. package/node/components/StaticCalendar/StaticCalendarButton/styles.js +1 -1
  748. package/node/components/StaticCalendar/StaticCalendarGridButton/styles.js +1 -1
  749. package/node/components/Stepper/StepIcon/styles.js +1 -1
  750. package/node/components/SvgIcon/styles.js +0 -1
  751. package/node/components/Switch/styles.js +2 -2
  752. package/node/components/Tabs/styles.js +1 -1
  753. package/node/components/Tag/styles.js +1 -1
  754. package/node/components/ToggleButtonGroup/styles.js +1 -1
  755. package/node/components/Tree/MultipleTreeList/TreeItem/styles.js +6 -5
  756. package/node/components/Tree/MultipleTreeList/styles.js +7 -8
  757. package/node/components/Tree/TreeItem/MobileSlidePanel/MobileSlidePanelContent/styles.js +22 -20
  758. package/node/components/Tree/TreeItem/styles.js +19 -19
  759. package/node/components/Tree/TreeList/TreeItem/styles.js +4 -5
  760. package/node/components/Tree/TreeList/styles.js +7 -8
  761. package/node/components/TreeAsyncAutocomplete/OptionsModal/NoData/styles.js +2 -1
  762. package/node/components/TreeAsyncAutocomplete/OptionsModal/styles.js +14 -15
  763. package/node/components/TreeAutocomplete/OptionsModal/NoData/styles.js +2 -1
  764. package/node/components/TreeAutocomplete/OptionsModal/styles.js +7 -8
  765. package/node/components/TreeLikeAsyncAutocomplete/OptionsModal/NoData/styles.js +2 -1
  766. package/node/components/TreeLikeAsyncAutocomplete/OptionsModal/styles.js +18 -18
  767. package/node/components/TreeLikeAutocomplete/OptionsModal/NoData/styles.js +2 -1
  768. package/node/components/TreeLikeAutocomplete/OptionsModal/styles.js +9 -9
  769. package/node/components/TreeLikeList/TreeItem/styles.js +7 -6
  770. package/node/components/TreeLikeList/styles.js +6 -8
  771. package/node/components/fileUploading/FileInfo/styles.js +3 -3
  772. package/node/components/fileUploading/FileUploader/FIleList/styles.js +1 -1
  773. package/node/components/fileUploading/FileUploaderDropzone/DropzoneWrapper/styles.js +1 -1
  774. package/node/components/fileUploading/FileUploaderDropzone/HintPlaceholder/styles.js +1 -1
  775. package/node/components/fileUploading/FileUploaderDropzone/PlaceholderContainer/styles.js +1 -1
  776. package/node/components/fileUploading/FileUploaderFile/styles.js +1 -1
  777. package/node/components/fileUploading/PreviewFileUploaderDropZone/HintPlaceholder/styles.js +1 -1
  778. package/node/components/fileUploading/PreviewFileUploaderDropZone/PlaceholderWrapper/styles.js +1 -1
  779. package/node/components/fileUploading/PreviewFileUploaderFile/FileError/styles.js +2 -2
  780. package/node/components/fileUploading/PreviewFileUploaderFile/FilePreview/styles.js +4 -4
  781. package/node/components/placeholders/Placeholder/Image/styles.js +1 -1
  782. package/node/components/placeholders/Placeholder/styles.js +4 -4
  783. package/node/components/theme/baseTheme/baseTheme.js +11 -2
  784. package/node/components/theme/breakpoints.d.ts +1 -0
  785. package/node/components/theme/breakpoints.js +1 -0
  786. package/node/components/theme/components/MuiAlert.js +1 -1
  787. package/node/components/theme/components/MuiButton.js +2 -2
  788. package/node/components/theme/components/MuiMenuItem.js +1 -1
  789. package/node/components/theme/components/MuiTextField.js +4 -4
  790. package/node/components/theme/types.d.ts +1 -0
  791. package/node/components/theme/types.js +12 -12
  792. package/node/components/useViewportType/useViewportType.js +1 -1
  793. package/node/hook-form/EditableText/EditingForm/styles.js +4 -4
  794. package/node/hook-form/FormFilters/AllFiltersButton/styles.js +2 -2
  795. package/node/hook-form/FormFilters/FormFiltersDialog/ResetButton/styles.js +2 -2
  796. package/node/hook-form/FormFilters/FormFiltersDialog/styles.js +2 -2
  797. package/node/hook-form/FormFilters/FormFiltersSkeleton/styles.js +2 -2
  798. package/node/hook-form/FormFilters/styles.js +2 -2
  799. package/node/hook-form/FormFiltersModalGroup/styles.js +1 -1
  800. package/node/hook-form/FormFiltersSearchField/styles.js +2 -2
  801. package/node/hook-form/FormPageFooterContainer/styles.js +1 -1
  802. package/node/hook-form/FormPageLayout/FormPageFooter/SecondaryActions/styles.js +3 -3
  803. package/node/hook-form/FormPageLayout/FormPageFooter/styles.js +3 -3
  804. package/node/hook-form/FormPageLayout/styles.js +1 -1
  805. package/node/hook-form/FormPageLayoutBase/FormMobileActions/styles.js +2 -2
  806. package/node/hook-form/FormPageLayoutBase/styles.js +5 -5
  807. package/node/hook-form/FormQuickFilters/styles.js +2 -2
  808. package/node/hook-form/FormWizard/styles.js +3 -3
  809. package/node/hook-form/FormWizardPageLayout/FormWizardFooter/styles.js +3 -3
  810. package/package.json +1 -1
  811. package/components/InfiniteTreeList/useLogic/utils/flattenTree/flattenTree.d.ts +0 -5
  812. package/components/InfiniteTreeList/useLogic/utils/getDescendants/getDescendants.d.ts +0 -10
  813. package/components/InfiniteTreeList/useLogic/utils/getDescendants/getDescendants.js +0 -22
  814. package/components/InfiniteTreeList/useLogic/utils/getDescendants/index.d.ts +0 -1
  815. package/components/InfiniteTreeList/useLogic/utils/getDescendants/index.js +0 -1
  816. package/components/InfiniteTreeList/useLogic/utils/index.d.ts +0 -4
  817. package/components/InfiniteTreeList/useLogic/utils/index.js +0 -4
  818. package/components/InfiniteTreeList/useLogic/utils/sortCollapsed/sortCollapsed.d.ts +0 -10
  819. package/node/components/InfiniteTreeList/useLogic/utils/flattenTree/flattenTree.d.ts +0 -5
  820. package/node/components/InfiniteTreeList/useLogic/utils/getDescendants/getDescendants.d.ts +0 -10
  821. package/node/components/InfiniteTreeList/useLogic/utils/getDescendants/getDescendants.js +0 -26
  822. package/node/components/InfiniteTreeList/useLogic/utils/getDescendants/index.d.ts +0 -1
  823. package/node/components/InfiniteTreeList/useLogic/utils/index.d.ts +0 -4
  824. package/node/components/InfiniteTreeList/useLogic/utils/index.js +0 -20
  825. package/node/components/InfiniteTreeList/useLogic/utils/sortCollapsed/sortCollapsed.d.ts +0 -10
  826. /package/components/InfiniteTreeList/{EndData → ListFooter/EndData}/EndData.d.ts +0 -0
  827. /package/components/InfiniteTreeList/{EndData → ListFooter/EndData}/constants.d.ts +0 -0
  828. /package/components/InfiniteTreeList/{EndData → ListFooter/EndData}/constants.js +0 -0
  829. /package/components/InfiniteTreeList/{EndData → ListFooter/EndData}/index.d.ts +0 -0
  830. /package/components/InfiniteTreeList/{EndData → ListFooter/EndData}/index.js +0 -0
  831. /package/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/ErrorMessage.d.ts +0 -0
  832. /package/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/constants.d.ts +0 -0
  833. /package/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/constants.js +0 -0
  834. /package/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/index.d.ts +0 -0
  835. /package/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/index.js +0 -0
  836. /package/components/InfiniteTreeList/{useLogic/utils → utils}/flattenTree/index.d.ts +0 -0
  837. /package/components/InfiniteTreeList/{useLogic/utils → utils}/flattenTree/index.js +0 -0
  838. /package/components/InfiniteTreeList/{useLogic/utils → utils}/getInitialExpandedIds/index.d.ts +0 -0
  839. /package/components/InfiniteTreeList/{useLogic/utils → utils}/getInitialExpandedIds/index.js +0 -0
  840. /package/components/InfiniteTreeList/{useLogic/utils → utils}/sortCollapsed/index.d.ts +0 -0
  841. /package/components/InfiniteTreeList/{useLogic/utils → utils}/sortCollapsed/index.js +0 -0
  842. /package/node/components/InfiniteTreeList/{ErrorMessage → InfiniteTreeListItem/ErrorPlaceholder}/styles.d.ts +0 -0
  843. /package/node/components/InfiniteTreeList/{EndData → ListFooter/EndData}/EndData.d.ts +0 -0
  844. /package/node/components/InfiniteTreeList/{EndData → ListFooter/EndData}/constants.d.ts +0 -0
  845. /package/node/components/InfiniteTreeList/{EndData → ListFooter/EndData}/constants.js +0 -0
  846. /package/node/components/InfiniteTreeList/{EndData → ListFooter/EndData}/index.d.ts +0 -0
  847. /package/node/components/InfiniteTreeList/{EndData → ListFooter/EndData}/index.js +0 -0
  848. /package/node/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/ErrorMessage.d.ts +0 -0
  849. /package/node/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/constants.d.ts +0 -0
  850. /package/node/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/constants.js +0 -0
  851. /package/node/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/index.d.ts +0 -0
  852. /package/node/components/InfiniteTreeList/{ErrorMessage → ListFooter/ErrorMessage}/index.js +0 -0
  853. /package/node/components/InfiniteTreeList/{styles.d.ts → ListFooter/styles.d.ts} +0 -0
  854. /package/node/components/InfiniteTreeList/{useLogic/utils → utils}/flattenTree/index.d.ts +0 -0
  855. /package/node/components/InfiniteTreeList/{useLogic/utils → utils}/flattenTree/index.js +0 -0
  856. /package/node/components/InfiniteTreeList/{useLogic/utils → utils}/getInitialExpandedIds/index.d.ts +0 -0
  857. /package/node/components/InfiniteTreeList/{useLogic/utils → utils}/getInitialExpandedIds/index.js +0 -0
  858. /package/node/components/InfiniteTreeList/{useLogic/utils → utils}/sortCollapsed/index.d.ts +0 -0
  859. /package/node/components/InfiniteTreeList/{useLogic/utils → utils}/sortCollapsed/index.js +0 -0
@@ -19,12 +19,12 @@ exports.StyledDialogContent = (0, styled_1.styled)(DialogContent_1.DialogContent
19
19
  width: ${({ $size }) => Dialog_1.DIALOG_SIZES[$size].minWidth};
20
20
  height: ${({ $size }) => Dialog_1.DIALOG_SIZES[$size].minWidth};
21
21
 
22
- ${({ theme }) => theme.breakpoints.down('sm')} {
23
- width: auto;
24
- padding: 0;
22
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
25
23
  gap: ${({ theme }) => theme.spacing(3)};
26
24
 
25
+ width: auto;
27
26
  height: calc(100vh - ${BottomDrawer_1.OFFSET_TOP_SCREEN} - ${BottomDrawer_1.DEFAULT_HEADER_HEIGHT}px - 72px);
27
+ padding: 0;
28
28
 
29
29
  /* Причина игнора: Прогрессивное улучшение */
30
30
  /* stylelint-disable plugin/no-unsupported-browser-features */
@@ -40,30 +40,30 @@ exports.TreeListWrapper = styled_1.styled.div `
40
40
  height: 100%;
41
41
  `;
42
42
  exports.SearchFieldWrapper = styled_1.styled.div `
43
- ${({ theme }) => theme.breakpoints.down('sm')} {
43
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
44
44
  padding: ${({ theme }) => theme.spacing(3, 4, 0)};
45
45
  }
46
46
  `;
47
47
  exports.StyledPaper = (0, styled_1.styled)(Paper_2.Paper) `
48
- ${({ theme }) => theme.breakpoints.down('sm')} {
48
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
49
+ border: unset;
49
50
  &.${Paper_1.paperClasses.root} {
50
51
  border-top-left-radius: 0;
51
52
  border-top-right-radius: 0;
52
53
  }
53
-
54
- border: unset;
55
54
  }
56
55
  `;
57
56
  exports.CancelButton = (0, styled_1.styled)(Button_1.Button) `
58
- ${({ theme }) => theme.breakpoints.down('sm')} {
57
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
59
58
  display: none;
60
59
  }
61
60
  `;
62
61
  exports.ResetButton = (0, styled_1.styled)(Button_1.Button) `
63
62
  display: none;
64
63
 
65
- ${({ theme }) => theme.breakpoints.down('sm')} {
64
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
66
65
  display: flex;
66
+
67
67
  margin-left: auto;
68
68
  }
69
69
  `;
@@ -14,7 +14,7 @@ exports.StyledCheckbox = (0, styled_1.styled)(Checkbox_1.Checkbox) `
14
14
  padding-top: 0;
15
15
  padding-bottom: 0;
16
16
 
17
- ${({ theme }) => theme.breakpoints.down('sm')} {
17
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
18
18
  height: 20px;
19
19
 
20
20
  & .${Checkbox_1.checkboxClassnames.iconWrapper}, & .${Checkbox_1.checkboxClassnames.input} {
@@ -30,10 +30,11 @@ exports.StyledTreeItem = (0, styled_1.styled)(Tree_1.TreeItem) `
30
30
  margin-left: ${({ theme }) => `calc(${theme.spacing(1)} + 32px)`};
31
31
  }
32
32
 
33
- ${({ theme }) => theme.breakpoints.down('sm')} {
33
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
34
34
  & .${FormControlLabel_1.formControlLabelClasses.root} {
35
- margin-left: 0;
36
35
  gap: ${({ theme }) => theme.spacing(1)};
36
+
37
+ margin-left: 0;
37
38
  }
38
39
 
39
40
  & .${FormControlLabel_1.formControlLabelClasses.root} .${FormControlLabel_1.formControlLabelClasses.label} {
@@ -59,18 +60,18 @@ exports.StyledTooltip = (0, styled_1.styled)(Tooltip_2.Tooltip) `
59
60
  exports.PopoverContent = styled_1.styled.div `
60
61
  padding: ${({ theme }) => theme.spacing(1)};
61
62
 
62
- ${({ theme }) => theme.breakpoints.down('sm')} {
63
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
63
64
  padding: ${({ theme }) => theme.spacing(3, 2)};
64
65
  }
65
66
  `;
66
67
  exports.ConfirmChildrenCollapse = (0, styled_1.styled)(Collapse_1.Collapse) `
67
- ${({ theme }) => theme.breakpoints.down('sm')} {
68
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
68
69
  border-bottom: 1px solid
69
70
  ${({ theme }) => theme.palette.components.border.default};
70
71
  }
71
72
  `;
72
73
  exports.ConfirmChildrenButton = (0, styled_1.styled)(Button_1.Button) `
73
- ${({ theme }) => theme.breakpoints.down('sm')} {
74
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
74
75
  justify-content: flex-start;
75
76
 
76
77
  width: 100%;
@@ -6,30 +6,28 @@ const mixins_1 = require("../styled/mixins");
6
6
  exports.ListWrapper = styled_1.styled.div `
7
7
  display: contents;
8
8
 
9
- ${({ theme }) => theme.breakpoints.down('sm')} {
9
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
10
10
  position: relative;
11
11
  z-index: 0;
12
+ transform: translateZ(0);
12
13
 
14
+ overflow: hidden;
13
15
  display: flex;
14
16
  flex-direction: column;
15
17
 
16
18
  height: 100%;
17
19
  min-height: 0;
18
-
19
- overflow: hidden;
20
-
21
- transform: translateZ(0);
22
20
  }
23
21
  `;
24
22
  exports.List = styled_1.styled.ul `
25
23
  ${mixins_1.listContainer};
26
24
  overflow: hidden;
27
25
 
28
- ${({ theme }) => theme.breakpoints.down('sm')} {
26
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
27
+ overflow-y: auto;
29
28
  flex-grow: 1;
30
- min-height: 0;
31
29
 
32
- overflow-y: auto;
30
+ min-height: 0;
33
31
  }
34
32
  `;
35
33
  exports.InnerList = (0, styled_1.styled)(exports.List) `
@@ -13,7 +13,7 @@ exports.Wrapper = styled_1.styled.div `
13
13
 
14
14
  width: 100%;
15
15
 
16
- ${({ theme }) => theme.breakpoints.down('sm')} {
16
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
17
17
  flex-direction: column;
18
18
  }
19
19
  `;
@@ -27,7 +27,7 @@ exports.FileSize = (0, styled_1.styled)(Typography_1.Typography) `
27
27
 
28
28
  white-space: nowrap;
29
29
 
30
- ${({ theme }) => theme.breakpoints.down('sm')} {
30
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
31
31
  font-size: ${({ theme }) => theme.typography.caption.fontSize};
32
32
  line-height: ${({ theme }) => theme.typography.caption.lineHeight};
33
33
  color: ${({ theme }) => theme.palette.grey[600]};
@@ -41,7 +41,7 @@ exports.DotIcon = (0, styled_1.styled)(DotOutlineSm_1.DotOutlineSm) `
41
41
  width: 16px;
42
42
  height: 16px;
43
43
 
44
- ${({ theme }) => theme.breakpoints.down('sm')} {
44
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
45
45
  display: none;
46
46
  }
47
47
  `;
@@ -10,7 +10,7 @@ exports.Wrapper = (0, styled_1.styled)('ul') `
10
10
 
11
11
  margin-bottom: ${({ theme, $isMultiple }) => $isMultiple ? theme.spacing(5) : 0};
12
12
 
13
- ${({ theme }) => theme.breakpoints.down('sm')} {
13
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
14
14
  margin-bottom: ${({ theme, $isMultiple }) => $isMultiple ? theme.spacing(4) : 0};
15
15
  }
16
16
  `;
@@ -26,7 +26,7 @@ exports.Wrapper = styled_1.styled.div `
26
26
  transition: ${({ theme }) => theme.transitions.create(['background', 'border'], {
27
27
  duration: theme.transitions.duration.short,
28
28
  })};
29
- ${({ theme }) => theme.breakpoints.down('sm')} {
29
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
30
30
  padding: ${({ theme }) => theme.spacing(5, 4)};
31
31
  }
32
32
  `;
@@ -6,7 +6,7 @@ exports.Extensions = styled_1.styled.span `
6
6
  text-transform: uppercase;
7
7
  `;
8
8
  exports.MobileWrapper = styled_1.styled.span `
9
- ${({ theme }) => theme.breakpoints.down('sm')} {
9
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
10
10
  display: none;
11
11
  }
12
12
  `;
@@ -8,7 +8,7 @@ exports.Wrapper = styled_1.styled.div `
8
8
  align-items: center;
9
9
  justify-content: center;
10
10
 
11
- ${({ theme }) => theme.breakpoints.down('sm')} {
11
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
12
12
  flex-direction: column;
13
13
  }
14
14
  `;
@@ -25,7 +25,7 @@ exports.Wrapper = (0, styled_1.styled)('div', {
25
25
  border: ${({ theme, $isLoading, $isError }) => `1px solid ${getBorderColor(theme, $isLoading, $isError)}`};
26
26
  border-radius: ${({ theme }) => theme.shape.medium};
27
27
 
28
- ${({ theme }) => theme.breakpoints.down('sm')} {
28
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
29
29
  grid-template-columns: ${({ $isLoading }) => ($isLoading ? '1fr 32px' : '1fr auto')};
30
30
  gap: ${({ theme }) => theme.spacing(3)};
31
31
 
@@ -21,7 +21,7 @@ exports.Extensions = styled_1.styled.span `
21
21
  text-transform: uppercase;
22
22
  `;
23
23
  exports.MobileWrapper = styled_1.styled.span `
24
- ${({ theme }) => theme.breakpoints.down('sm')} {
24
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
25
25
  display: none;
26
26
  }
27
27
  `;
@@ -11,7 +11,7 @@ exports.Wrapper = styled_1.styled.div `
11
11
 
12
12
  text-align: center;
13
13
 
14
- ${({ theme }) => theme.breakpoints.down('sm')} {
14
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
15
15
  padding: ${({ theme }) => theme.spacing(5, 8)};
16
16
  }
17
17
  `;
@@ -18,7 +18,7 @@ exports.Wrapper = styled_1.styled.div `
18
18
  height: 1000px;
19
19
  padding: ${({ theme }) => theme.spacing(4)};
20
20
 
21
- ${({ theme }) => theme.breakpoints.up('sm')} {
21
+ ${({ theme }) => theme.breakpoints.up('mobile')} {
22
22
  &:hover {
23
23
  .${constants_1.previewFileUploaderClassnames.details} {
24
24
  visibility: visible;
@@ -28,7 +28,7 @@ exports.Wrapper = styled_1.styled.div `
28
28
  }
29
29
  `;
30
30
  exports.ButtonMobile = (0, styled_1.styled)(Button_1.Button) `
31
- ${({ theme }) => theme.breakpoints.up('sm')} {
31
+ ${({ theme }) => theme.breakpoints.up('mobile')} {
32
32
  display: none;
33
33
  }
34
34
  `;
@@ -23,7 +23,7 @@ exports.Wrapper = styled_1.styled.div `
23
23
  }
24
24
  `;
25
25
  exports.Details = styled_1.styled.div `
26
- ${({ theme }) => theme.breakpoints.up('sm')} {
26
+ ${({ theme }) => theme.breakpoints.up('mobile')} {
27
27
  position: absolute;
28
28
  inset: 0;
29
29
 
@@ -47,7 +47,7 @@ exports.Details = styled_1.styled.div `
47
47
  }};
48
48
  }
49
49
 
50
- ${({ theme, $isOtherFile }) => !$isOtherFile && theme.breakpoints.down('sm')} {
50
+ ${({ theme, $isOtherFile }) => !$isOtherFile && theme.breakpoints.down('mobile')} {
51
51
  position: absolute;
52
52
  top: 0;
53
53
  right: 0;
@@ -60,7 +60,7 @@ exports.Details = styled_1.styled.div `
60
60
  opacity: 1;
61
61
  }
62
62
 
63
- ${({ theme, $isOtherFile }) => $isOtherFile && theme.breakpoints.down('sm')} {
63
+ ${({ theme, $isOtherFile }) => $isOtherFile && theme.breakpoints.down('mobile')} {
64
64
  text-align: center;
65
65
  }
66
66
  `;
@@ -72,7 +72,7 @@ exports.StyledFileInfo = (0, styled_1.styled)(FileInfo_1.FileInfo) `
72
72
 
73
73
  color: ${({ theme, $isOtherFile }) => !$isOtherFile ? theme.palette.primary.contrastText : 'none'};
74
74
 
75
- ${({ theme }) => theme.breakpoints.down('sm')} {
75
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
76
76
  display: ${({ $isOtherFile }) => !$isOtherFile && 'none'};
77
77
 
78
78
  margin: ${({ theme, $isOtherFile }) => $isOtherFile ? theme.spacing(6, 0, 8) : 0};
@@ -18,7 +18,7 @@ exports.Wrapper = (0, styled_1.styled)('img', {
18
18
 
19
19
  object-fit: contain;
20
20
 
21
- ${({ theme }) => theme.breakpoints.down('sm')} {
21
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
22
22
  width: ${constants_1.IMAGE_WIDTH[constants_1.SIZE.Medium]};
23
23
  height: ${constants_1.IMAGE_HEIGHT[constants_1.SIZE.Medium]};
24
24
  margin: auto auto ${({ theme }) => theme.spacing(8)};
@@ -22,7 +22,7 @@ exports.Wrapper = (0, styled_1.styled)('div', {
22
22
 
23
23
  background-color: ${({ theme }) => theme.palette.background.paper};
24
24
 
25
- ${({ theme }) => theme.breakpoints.down('sm')} {
25
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
26
26
  display: grid;
27
27
  grid-template-columns: 100%;
28
28
  grid-template-rows: 1fr max-content;
@@ -42,7 +42,7 @@ exports.Title = (0, styled_1.styled)(Typography_1.Typography, {
42
42
 
43
43
  text-align: center;
44
44
 
45
- ${({ theme }) => theme.breakpoints.down('sm')} {
45
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
46
46
  margin-bottom: ${({ theme }) => theme.spacing(4)};
47
47
 
48
48
  font-size: ${({ theme }) => theme.typography.h4.fontSize};
@@ -60,7 +60,7 @@ exports.Description = (0, styled_1.styled)(Typography_1.Typography, {
60
60
  : theme.typography.body1.fontSize};
61
61
  text-align: center;
62
62
 
63
- ${({ theme }) => theme.breakpoints.down('sm')} {
63
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
64
64
  font-size: ${({ theme }) => theme.typography.body1.fontSize};
65
65
  }
66
66
  `;
@@ -72,7 +72,7 @@ exports.Footer = styled_1.styled.footer `
72
72
 
73
73
  color: ${({ theme }) => theme.palette.grey[900]};
74
74
 
75
- ${({ theme }) => theme.breakpoints.down('sm')} {
75
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
76
76
  flex-direction: column;
77
77
  gap: ${({ theme }) => theme.spacing(2)};
78
78
 
@@ -12,10 +12,19 @@ const palette_1 = require("../palette");
12
12
  const shape_1 = require("../shape");
13
13
  const types_1 = require("../types");
14
14
  const createTheme = (params) => {
15
- const { palette, options = {}, breakpoints = breakpoints_1.defaultBreakpoints } = params;
15
+ const { palette, options = {}, breakpoints } = params;
16
+ // Объединяем со значениями по умолчанию, чтобы переданные breakpoints не затирали ключи ui-kit
17
+ const mergedBreakpoints = {
18
+ ...breakpoints_1.defaultBreakpoints,
19
+ ...breakpoints,
20
+ values: {
21
+ ...breakpoints_1.defaultBreakpoints.values,
22
+ ...breakpoints?.values,
23
+ },
24
+ };
16
25
  const baseThemeOptions = {
17
26
  typography: types_1.baseTypography,
18
- breakpoints,
27
+ breakpoints: mergedBreakpoints,
19
28
  spacing: constants_1.SPACING,
20
29
  palette: (0, palette_1.getPalette)(palette),
21
30
  components: (0, components_1.getComponents)(),
@@ -3,6 +3,7 @@ export declare const defaultBreakpoints: BreakpointsOptions & {
3
3
  values: {
4
4
  xs: number;
5
5
  sm: number;
6
+ mobile: number;
6
7
  md: number;
7
8
  lg: number;
8
9
  laptop: number;
@@ -5,6 +5,7 @@ exports.defaultBreakpoints = {
5
5
  values: {
6
6
  xs: 0,
7
7
  sm: 600,
8
+ mobile: 900,
8
9
  md: 900,
9
10
  lg: 1200,
10
11
  laptop: 1370,
@@ -10,7 +10,7 @@ exports.MuiAlert = {
10
10
  '.MuiAlert-message > *:last-child:not(:empty):not(.MuiTypography-root)': {
11
11
  padding: theme.spacing(3, 0),
12
12
  },
13
- [theme.breakpoints.up('sm')]: {
13
+ [theme.breakpoints.up('mobile')]: {
14
14
  padding: theme.spacing(2, 4),
15
15
  '.MuiAlert-message > *:last-child:not(:empty):not(.MuiTypography-root)': {
16
16
  padding: 0,
@@ -353,7 +353,7 @@ exports.MuiButton = {
353
353
  theme,
354
354
  size,
355
355
  }),
356
- [theme.breakpoints.down('sm')]: {
356
+ [theme.breakpoints.down('mobile')]: {
357
357
  height: (0, exports.getButtonHeightMobile)({ size }),
358
358
  padding: (0, exports.getButtonPaddingMobile)({ size, theme, variant }),
359
359
  whiteSpace: 'nowrap',
@@ -502,7 +502,7 @@ exports.MuiButton = {
502
502
  },
503
503
  [`&.MuiButton-root .${SvgIcon_1.svgIconClassnames.root}`]: {
504
504
  fontSize: '20px',
505
- [theme.breakpoints.down('sm')]: {
505
+ [theme.breakpoints.down('mobile')]: {
506
506
  fontSize: '24px',
507
507
  },
508
508
  },
@@ -17,7 +17,7 @@ exports.MuiMenuItem = {
17
17
  minHeight: theme.spacing(8),
18
18
  padding: theme.spacing(1, 3, 1, 3),
19
19
  },
20
- [theme.breakpoints.down('sm')]: {
20
+ [theme.breakpoints.down('mobile')]: {
21
21
  padding: theme.spacing(3, 3, 4, 3),
22
22
  [`&.${MenuItem_1.menuItemClasses.gutters}`]: {
23
23
  minHeight: '48px',
@@ -15,7 +15,7 @@ exports.MuiTextField = {
15
15
  [`& .${SvgIcon_1.svgIconClassnames.root}:not(.${Tag_1.tagClassnames.root} .${SvgIcon_1.svgIconClassnames.root})`]: {
16
16
  width: 20,
17
17
  height: 20,
18
- [`${theme.breakpoints.down('sm')}`]: {
18
+ [`${theme.breakpoints.down('mobile')}`]: {
19
19
  width: 24,
20
20
  height: 24,
21
21
  },
@@ -25,7 +25,7 @@ exports.MuiTextField = {
25
25
  height: 20,
26
26
  padding: 0,
27
27
  borderRadius: theme.shape.small,
28
- [`${theme.breakpoints.down('sm')}`]: {
28
+ [`${theme.breakpoints.down('mobile')}`]: {
29
29
  width: 24,
30
30
  height: 24,
31
31
  },
@@ -36,7 +36,7 @@ exports.MuiTextField = {
36
36
  [`& .${SvgIcon_1.svgIconClassnames.root}:not(.${Tag_1.tagClassnames.root} .${SvgIcon_1.svgIconClassnames.root})`]: {
37
37
  width: 20,
38
38
  height: 20,
39
- [`${theme.breakpoints.down('sm')}`]: {
39
+ [`${theme.breakpoints.down('mobile')}`]: {
40
40
  width: 24,
41
41
  height: 24,
42
42
  },
@@ -46,7 +46,7 @@ exports.MuiTextField = {
46
46
  height: 20,
47
47
  padding: 0,
48
48
  borderRadius: theme.shape.small,
49
- [`${theme.breakpoints.down('sm')}`]: {
49
+ [`${theme.breakpoints.down('mobile')}`]: {
50
50
  width: 24,
51
51
  height: 24,
52
52
  },
@@ -1,4 +1,5 @@
1
1
  /// <reference types="src/components/declaration/emotion" />
2
+ /// <reference types="src/components/declaration/mui-material" />
2
3
  import type { Theme as MuiTheme } from '@mui/material/styles';
3
4
  import { type Typography } from '@mui/material/styles/createTypography';
4
5
  import { type CSSProperties } from 'react';
@@ -20,7 +20,7 @@ const getTypography = (theme) => ({
20
20
  fontSize: '28px',
21
21
  fontWeight: theme.typography.fontWeightMedium,
22
22
  lineHeight: '32px',
23
- [theme.breakpoints.down('sm')]: {
23
+ [theme.breakpoints.down('mobile')]: {
24
24
  fontSize: '32px',
25
25
  lineHeight: '40px',
26
26
  },
@@ -29,7 +29,7 @@ const getTypography = (theme) => ({
29
29
  fontSize: '24px',
30
30
  fontWeight: theme.typography.fontWeightMedium,
31
31
  lineHeight: '28px',
32
- [theme.breakpoints.down('sm')]: {
32
+ [theme.breakpoints.down('mobile')]: {
33
33
  fontSize: '28px',
34
34
  lineHeight: '36px',
35
35
  },
@@ -38,7 +38,7 @@ const getTypography = (theme) => ({
38
38
  fontSize: '20px',
39
39
  fontWeight: theme.typography.fontWeightMedium,
40
40
  lineHeight: '24px',
41
- [theme.breakpoints.down('sm')]: {
41
+ [theme.breakpoints.down('mobile')]: {
42
42
  fontSize: '24px',
43
43
  lineHeight: '28px',
44
44
  },
@@ -47,7 +47,7 @@ const getTypography = (theme) => ({
47
47
  fontSize: '16px',
48
48
  fontWeight: theme.typography.fontWeightMedium,
49
49
  lineHeight: '20px',
50
- [theme.breakpoints.down('sm')]: {
50
+ [theme.breakpoints.down('mobile')]: {
51
51
  fontSize: '18px',
52
52
  lineHeight: '20px',
53
53
  },
@@ -56,7 +56,7 @@ const getTypography = (theme) => ({
56
56
  fontSize: '14px',
57
57
  fontWeight: theme.typography.fontWeightMedium,
58
58
  lineHeight: '20px',
59
- [theme.breakpoints.down('sm')]: {
59
+ [theme.breakpoints.down('mobile')]: {
60
60
  fontSize: '16px',
61
61
  lineHeight: '20px',
62
62
  },
@@ -65,7 +65,7 @@ const getTypography = (theme) => ({
65
65
  fontSize: '16px',
66
66
  fontWeight: theme.typography.fontWeightRegular,
67
67
  lineHeight: '20px',
68
- [theme.breakpoints.down('sm')]: {
68
+ [theme.breakpoints.down('mobile')]: {
69
69
  fontSize: '18px',
70
70
  },
71
71
  },
@@ -73,7 +73,7 @@ const getTypography = (theme) => ({
73
73
  fontSize: '14px',
74
74
  fontWeight: theme.typography.fontWeightMedium,
75
75
  lineHeight: '20px',
76
- [theme.breakpoints.down('sm')]: {
76
+ [theme.breakpoints.down('mobile')]: {
77
77
  fontSize: '16px',
78
78
  },
79
79
  },
@@ -81,7 +81,7 @@ const getTypography = (theme) => ({
81
81
  fontSize: '14px',
82
82
  fontWeight: theme.typography.fontWeightRegular,
83
83
  lineHeight: '20px',
84
- [theme.breakpoints.down('sm')]: {
84
+ [theme.breakpoints.down('mobile')]: {
85
85
  fontSize: '16px',
86
86
  },
87
87
  },
@@ -89,7 +89,7 @@ const getTypography = (theme) => ({
89
89
  fontSize: '14px',
90
90
  fontWeight: theme.typography.fontWeightMedium,
91
91
  lineHeight: '24px',
92
- [theme.breakpoints.down('sm')]: {
92
+ [theme.breakpoints.down('mobile')]: {
93
93
  fontSize: '16px',
94
94
  },
95
95
  },
@@ -97,7 +97,7 @@ const getTypography = (theme) => ({
97
97
  fontSize: '14px',
98
98
  fontWeight: theme.typography.fontWeightRegular,
99
99
  lineHeight: '20px',
100
- [theme.breakpoints.down('sm')]: {
100
+ [theme.breakpoints.down('mobile')]: {
101
101
  fontSize: '16px',
102
102
  },
103
103
  },
@@ -105,7 +105,7 @@ const getTypography = (theme) => ({
105
105
  fontSize: '12px',
106
106
  fontWeight: theme.typography.fontWeightRegular,
107
107
  lineHeight: '16px',
108
- [theme.breakpoints.down('sm')]: {
108
+ [theme.breakpoints.down('mobile')]: {
109
109
  fontSize: '14px',
110
110
  },
111
111
  },
@@ -113,7 +113,7 @@ const getTypography = (theme) => ({
113
113
  fontSize: '12px',
114
114
  fontWeight: theme.typography.fontWeightMedium,
115
115
  lineHeight: '16px',
116
- [theme.breakpoints.down('sm')]: {
116
+ [theme.breakpoints.down('mobile')]: {
117
117
  fontSize: '14px',
118
118
  },
119
119
  },
@@ -8,7 +8,7 @@ const styles_1 = require("@mui/material/styles");
8
8
  const useMediaQuery_1 = __importDefault(require("@mui/material/useMediaQuery"));
9
9
  const useViewportType = () => {
10
10
  const theme = (0, styles_1.useTheme)();
11
- const isMobile = (0, useMediaQuery_1.default)(theme.breakpoints.down('sm'));
11
+ const isMobile = (0, useMediaQuery_1.default)(theme.breakpoints.down('mobile'));
12
12
  return { isMobile };
13
13
  };
14
14
  exports.useViewportType = useViewportType;
@@ -8,14 +8,14 @@ exports.Wrapper = styled_1.styled.div `
8
8
  width: 400px;
9
9
  padding: ${({ theme }) => theme.spacing(4)};
10
10
 
11
- ${({ theme }) => theme.breakpoints.down('sm')} {
11
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
12
12
  width: auto;
13
13
  }
14
14
  `;
15
15
  exports.Description = (0, styled_1.styled)(Typography_1.Typography) `
16
16
  margin-bottom: ${({ theme }) => theme.spacing(3)};
17
17
 
18
- ${({ theme }) => theme.breakpoints.down('sm')} {
18
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
19
19
  display: none;
20
20
  }
21
21
  `;
@@ -24,7 +24,7 @@ exports.FormFooter = styled_1.styled.footer `
24
24
  gap: ${({ theme }) => theme.spacing(3)};
25
25
  justify-content: end;
26
26
 
27
- ${({ theme }) => theme.breakpoints.down('sm')} {
27
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
28
28
  padding-top: ${({ theme }) => theme.spacing(4)};
29
29
 
30
30
  & .${Button_1.buttonClasses.root} {
@@ -34,7 +34,7 @@ exports.FormFooter = styled_1.styled.footer `
34
34
  }
35
35
  `;
36
36
  exports.CancelButton = (0, styled_1.styled)(Button_1.Button) `
37
- ${({ theme }) => theme.breakpoints.down('sm')} {
37
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
38
38
  display: none;
39
39
  }
40
40
  `;
@@ -18,7 +18,7 @@ exports.AllFiltersButtonWrapper = styled_1.styled.div `
18
18
  display: flex;
19
19
  }
20
20
 
21
- ${({ theme }) => theme.breakpoints.between('sm', 'laptop')} {
21
+ ${({ theme }) => theme.breakpoints.between('mobile', 'laptop')} {
22
22
  &.${constants_2.formFiltersClassnames.showAllFiltersButtonOnLaptop} {
23
23
  display: flex;
24
24
  }
@@ -34,7 +34,7 @@ exports.AllFiltersButtonWrapper = styled_1.styled.div `
34
34
  }
35
35
  }
36
36
 
37
- ${({ theme }) => theme.breakpoints.down('sm')} {
37
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
38
38
  margin-right: 0;
39
39
  &.${constants_2.formFiltersClassnames.showAllFiltersButtonOnMobile} {
40
40
  display: flex;
@@ -6,12 +6,12 @@ const styled_1 = require("../../../../components/styled");
6
6
  exports.MobileResetButtonWrapper = (0, styled_1.styled)(Button_1.Button) `
7
7
  margin-left: auto;
8
8
 
9
- ${({ theme }) => theme.breakpoints.up('sm')} {
9
+ ${({ theme }) => theme.breakpoints.up('mobile')} {
10
10
  display: none;
11
11
  }
12
12
  `;
13
13
  exports.DesktopResetButtonWrapper = styled_1.styled.div `
14
- ${({ theme }) => theme.breakpoints.down('sm')} {
14
+ ${({ theme }) => theme.breakpoints.down('mobile')} {
15
15
  display: none;
16
16
  }
17
17
  `;