@ovh-ux/muk 0.2.0 → 0.4.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 (618) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/Messages_en_GB-BNOhUvE1.mjs +17 -0
  3. package/dist/Messages_en_GB-BRY1v8PG.mjs +12 -0
  4. package/dist/{TagsModal.component-BkxixgjI.mjs → TagsModal.component-DJwlTgy3.mjs} +17 -16
  5. package/dist/lib-CpOvds5w.mjs +11759 -0
  6. package/dist/manager-ui-kit-lib.es.ts +179 -190
  7. package/dist/manager-ui-kit-lib.umd.ts +14 -14
  8. package/dist/tsconfig.tsbuildinfo +1 -1
  9. package/dist/types/setupTests.d.ts +1 -0
  10. package/dist/types/setupTests.d.ts.map +1 -0
  11. package/dist/types/src/__mocks__/@tanstack/react-virtual.d.ts +11 -5
  12. package/dist/types/src/__mocks__/@tanstack/react-virtual.d.ts.map +1 -1
  13. package/dist/types/src/commons/index.d.ts +8 -0
  14. package/dist/types/src/commons/index.d.ts.map +1 -0
  15. package/dist/types/src/commons/settings/Currency.constants.d.ts +20 -0
  16. package/dist/types/src/commons/settings/Currency.constants.d.ts.map +1 -0
  17. package/dist/types/src/commons/settings/Dates.constants.d.ts +7 -0
  18. package/dist/types/src/commons/settings/Dates.constants.d.ts.map +1 -0
  19. package/dist/types/src/commons/settings/Locales.constants.d.ts +2 -0
  20. package/dist/types/src/commons/settings/Locales.constants.d.ts.map +1 -0
  21. package/dist/types/src/{enumTypes/locale.d.ts → commons/settings/Regions.constants.d.ts} +1 -19
  22. package/dist/types/src/commons/settings/Regions.constants.d.ts.map +1 -0
  23. package/dist/types/src/commons/settings/Units.constants.d.ts +5 -0
  24. package/dist/types/src/commons/settings/Units.constants.d.ts.map +1 -0
  25. package/dist/types/src/commons/tests-utils/Assertions.utils.d.ts +2 -0
  26. package/dist/types/src/commons/tests-utils/Assertions.utils.d.ts.map +1 -0
  27. package/dist/types/src/commons/tests-utils/Mock.utils.d.ts +35 -0
  28. package/dist/types/src/commons/tests-utils/Mock.utils.d.ts.map +1 -0
  29. package/dist/types/src/commons/tests-utils/Render.utils.d.ts +35 -0
  30. package/dist/types/src/commons/tests-utils/Render.utils.d.ts.map +1 -0
  31. package/dist/types/src/commons/tests-utils/StaticData.constants.d.ts +80 -0
  32. package/dist/types/src/commons/tests-utils/StaticData.constants.d.ts.map +1 -0
  33. package/dist/types/src/commons/tests-utils/Type.utils.d.ts +15 -0
  34. package/dist/types/src/commons/tests-utils/Type.utils.d.ts.map +1 -0
  35. package/dist/types/src/commons/utils/MukHelper.d.ts +2 -0
  36. package/dist/types/src/commons/utils/MukHelper.d.ts.map +1 -0
  37. package/dist/types/src/{utils/format-tags.d.ts → commons/utils/TagsHelper.d.ts} +4 -5
  38. package/dist/types/src/commons/utils/TagsHelper.d.ts.map +1 -0
  39. package/dist/types/src/commons/utils/TranslationHelper.d.ts +17 -0
  40. package/dist/types/src/commons/utils/TranslationHelper.d.ts.map +1 -0
  41. package/dist/types/src/components/accordion/Accordion.component.d.ts +1 -1
  42. package/dist/types/src/components/accordion/Accordion.component.d.ts.map +1 -1
  43. package/dist/types/src/components/action-banner/ActionBanner.component.d.ts.map +1 -1
  44. package/dist/types/src/components/action-menu/ActionMenu.component.d.ts.map +1 -1
  45. package/dist/types/src/components/action-menu/ActionMenu.props.d.ts +3 -3
  46. package/dist/types/src/components/action-menu/ActionMenu.props.d.ts.map +1 -1
  47. package/dist/types/src/components/action-menu/action-menu-item/ActionMenuItem.component.d.ts +7 -0
  48. package/dist/types/src/components/action-menu/action-menu-item/ActionMenuItem.component.d.ts.map +1 -0
  49. package/dist/types/src/components/action-menu/action-menu-item/__tests__/ActionMenuItem.spec.d.ts +2 -0
  50. package/dist/types/src/components/action-menu/action-menu-item/__tests__/ActionMenuItem.spec.d.ts.map +1 -0
  51. package/dist/types/src/components/badge/{badge.component.d.ts → Badge.component.d.ts} +2 -2
  52. package/dist/types/src/components/badge/Badge.component.d.ts.map +1 -0
  53. package/dist/types/src/components/badge/{badge.props.d.ts → Badge.props.d.ts} +1 -1
  54. package/dist/types/src/components/badge/Badge.props.d.ts.map +1 -0
  55. package/dist/types/src/components/badge/__tests__/Badge.snapshot.test.d.ts +2 -0
  56. package/dist/types/src/components/badge/__tests__/Badge.snapshot.test.d.ts.map +1 -0
  57. package/dist/types/src/components/badge/__tests__/Badge.spec.d.ts +2 -0
  58. package/dist/types/src/components/badge/__tests__/Badge.spec.d.ts.map +1 -0
  59. package/dist/types/src/components/base-layout/BaseLayout.component.d.ts.map +1 -1
  60. package/dist/types/src/components/base-layout/BaseLayout.props.d.ts.map +1 -1
  61. package/dist/types/src/components/base-layout/header/Header.component.d.ts +5 -2
  62. package/dist/types/src/components/base-layout/header/Header.component.d.ts.map +1 -1
  63. package/dist/types/src/components/base-layout/header/Header.props.d.ts +6 -6
  64. package/dist/types/src/components/base-layout/header/Header.props.d.ts.map +1 -1
  65. package/dist/types/src/components/breadcrumb/Breadcrumb.component.d.ts.map +1 -1
  66. package/dist/types/src/components/button/Button.component.d.ts +1 -1
  67. package/dist/types/src/components/button/Button.component.d.ts.map +1 -1
  68. package/dist/types/src/components/button/Button.props.d.ts +1 -1
  69. package/dist/types/src/components/button/Button.props.d.ts.map +1 -1
  70. package/dist/types/src/components/changelog-menu/ChangelogMenu.component.d.ts.map +1 -1
  71. package/dist/types/src/components/changelog-menu/translations/Messages_en_GB.json.d.ts +1 -3
  72. package/dist/types/src/components/checkbox/Checkbox.component.d.ts +1 -1
  73. package/dist/types/src/components/checkbox/Checkbox.component.d.ts.map +1 -1
  74. package/dist/types/src/components/clipboard/Clipboard.component.d.ts +1 -1
  75. package/dist/types/src/components/clipboard/Clipboard.component.d.ts.map +1 -1
  76. package/dist/types/src/components/combobox/Combobox.component.d.ts +1 -1
  77. package/dist/types/src/components/combobox/Combobox.component.d.ts.map +1 -1
  78. package/dist/types/src/components/datagrid/Datagrid.component.d.ts.map +1 -1
  79. package/dist/types/src/components/datagrid/Datagrid.props.d.ts +3 -15
  80. package/dist/types/src/components/datagrid/Datagrid.props.d.ts.map +1 -1
  81. package/dist/types/src/components/datagrid/__mocks__/index.d.ts +38 -173
  82. package/dist/types/src/components/datagrid/__mocks__/index.d.ts.map +1 -1
  83. package/dist/types/src/components/datagrid/builder/TableBuilderProps.props.d.ts +1 -1
  84. package/dist/types/src/components/datagrid/builder/TableBuilderProps.props.d.ts.map +1 -1
  85. package/dist/types/src/components/datagrid/builder/TableHeaderBuilder.d.ts +4 -4
  86. package/dist/types/src/components/datagrid/builder/TableHeaderBuilder.d.ts.map +1 -1
  87. package/dist/types/src/components/datagrid/builder/useTableBuilder.d.ts.map +1 -1
  88. package/dist/types/src/components/datagrid/table/table-body/TableBody.component.d.ts.map +1 -1
  89. package/dist/types/src/components/datagrid/table/table-body/TableBody.props.d.ts +1 -1
  90. package/dist/types/src/components/datagrid/table/table-body/TableBody.props.d.ts.map +1 -1
  91. package/dist/types/src/components/datagrid/table/table-body/cell-row/CellRow.component.d.ts.map +1 -1
  92. package/dist/types/src/components/datagrid/table/table-body/loading-row/LoadingRow.component.d.ts +1 -0
  93. package/dist/types/src/components/datagrid/table/table-body/loading-row/LoadingRow.component.d.ts.map +1 -1
  94. package/dist/types/src/components/datagrid/table/table-body/loading-row/LoadingRow.props.d.ts.map +1 -1
  95. package/dist/types/src/components/datagrid/table/table-body/sub-row/SubRow.component.d.ts +2 -1
  96. package/dist/types/src/components/datagrid/table/table-body/sub-row/SubRow.component.d.ts.map +1 -1
  97. package/dist/types/src/components/datagrid/table/table-body/sub-row/SubRow.props.d.ts +10 -6
  98. package/dist/types/src/components/datagrid/table/table-body/sub-row/SubRow.props.d.ts.map +1 -1
  99. package/dist/types/src/components/datagrid/table/table-footer/TableFooter.component.d.ts +1 -1
  100. package/dist/types/src/components/datagrid/table/table-footer/TableFooter.component.d.ts.map +1 -1
  101. package/dist/types/src/components/datagrid/table/table-head/TableHeaderContent.props.d.ts.map +1 -1
  102. package/dist/types/src/components/datagrid/table/table-head/table-header-content/TableHeaderContent.component.d.ts +1 -0
  103. package/dist/types/src/components/datagrid/table/table-head/table-header-content/TableHeaderContent.component.d.ts.map +1 -1
  104. package/dist/types/src/components/datagrid/table/table-head/table-header-sorting/TableHeaderSorting.props.d.ts +4 -4
  105. package/dist/types/src/components/datagrid/table/table-head/table-header-sorting/TableHeaderSorting.props.d.ts.map +1 -1
  106. package/dist/types/src/components/datagrid/topbar/Topbar.component.d.ts +1 -0
  107. package/dist/types/src/components/datagrid/topbar/Topbar.component.d.ts.map +1 -1
  108. package/dist/types/src/components/datagrid/topbar/columns-filtering/ColumnsFiltering.component.d.ts +2 -2
  109. package/dist/types/src/components/datagrid/topbar/columns-filtering/ColumnsFiltering.component.d.ts.map +1 -1
  110. package/dist/types/src/components/datagrid/topbar/columns-search/ColumnsSearch.component.d.ts.map +1 -1
  111. package/dist/types/src/components/datagrid/topbar/columns-visibility/ColumnsVisibility.component.d.ts +1 -0
  112. package/dist/types/src/components/datagrid/topbar/columns-visibility/ColumnsVisibility.component.d.ts.map +1 -1
  113. package/dist/types/src/components/datagrid/topbar/columns-visibility/ColumnsVisiblity.props.d.ts +2 -1
  114. package/dist/types/src/components/datagrid/topbar/columns-visibility/ColumnsVisiblity.props.d.ts.map +1 -1
  115. package/dist/types/src/components/datagrid/topbar/useDatagridTopbar.d.ts +2 -2
  116. package/dist/types/src/components/datagrid/topbar/useDatagridTopbar.d.ts.map +1 -1
  117. package/dist/types/src/components/datagrid/topbar/useDatagridTopbar.props.d.ts.map +1 -1
  118. package/dist/types/src/components/datagrid/useDatagrid.d.ts +16 -19
  119. package/dist/types/src/components/datagrid/useDatagrid.d.ts.map +1 -1
  120. package/dist/types/src/components/datagrid/useDatagrid.props.d.ts +1 -1
  121. package/dist/types/src/components/datagrid/useDatagrid.props.d.ts.map +1 -1
  122. package/dist/types/src/components/datepicker/Datepicker.component.d.ts +1 -1
  123. package/dist/types/src/components/datepicker/Datepicker.component.d.ts.map +1 -1
  124. package/dist/types/src/components/delete-modal/DeleteModal.component.d.ts.map +1 -1
  125. package/dist/types/src/components/delete-modal/DeleteModal.spec.d.ts +2 -2
  126. package/dist/types/src/components/delete-modal/DeleteModal.spec.d.ts.map +1 -1
  127. package/dist/types/src/components/delete-modal/translations/Messages_en_GB.json.d.ts +2 -4
  128. package/dist/types/src/components/divider/Divider.component.d.ts +1 -1
  129. package/dist/types/src/components/divider/Divider.component.d.ts.map +1 -1
  130. package/dist/types/src/components/drawer/__tests__/Drawer.snapshot.test.d.ts.map +1 -1
  131. package/dist/types/src/components/drawer/drawer-base/__tests__/DrawerBase.spec.d.ts.map +1 -1
  132. package/dist/types/src/components/drawer/drawer-footer/__tests__/DrawerFooter.spec.d.ts.map +1 -1
  133. package/dist/types/src/components/drawer/drawer-handle/DrawerHandle.component.d.ts.map +1 -1
  134. package/dist/types/src/components/drawer/drawer-header/DrawerHeader.component.d.ts.map +1 -1
  135. package/dist/types/src/components/drawer/drawer-root/__tests__/DrawerRoot.spec.d.ts.map +1 -1
  136. package/dist/types/src/components/drawer/drawer-root-collapsible/__tests__/DrawerRootCollapsible.spec.d.ts.map +1 -1
  137. package/dist/types/src/components/drawer/namespace.d.ts +0 -4
  138. package/dist/types/src/components/drawer/namespace.d.ts.map +1 -1
  139. package/dist/types/src/components/error/Error.component.d.ts.map +1 -1
  140. package/dist/types/src/components/error/Error.props.d.ts +18 -14
  141. package/dist/types/src/components/error/Error.props.d.ts.map +1 -1
  142. package/dist/types/src/components/error/Error.utils.d.ts +1 -1
  143. package/dist/types/src/components/error/Error.utils.d.ts.map +1 -1
  144. package/dist/types/src/components/error-boundary/ErrorBoundary.component.d.ts.map +1 -1
  145. package/dist/types/src/components/error-boundary/__tests__/ErrorBoundary.spec.d.ts.map +1 -1
  146. package/dist/types/src/components/file-upload/FileUpload.component.d.ts +1 -1
  147. package/dist/types/src/components/file-upload/FileUpload.component.d.ts.map +1 -1
  148. package/dist/types/src/components/filters/Filter.props.d.ts +16 -1
  149. package/dist/types/src/components/filters/Filter.props.d.ts.map +1 -1
  150. package/dist/types/src/components/filters/filter-add/FilterAdd.props.d.ts +13 -9
  151. package/dist/types/src/components/filters/filter-add/FilterAdd.props.d.ts.map +1 -1
  152. package/dist/types/src/components/filters/filter-add/Filteradd.component.d.ts.map +1 -1
  153. package/dist/types/src/components/filters/filter-add/filter-section-value/FilterSectionValue.component.d.ts +1 -1
  154. package/dist/types/src/components/filters/filter-add/filter-section-value/FilterSectionValue.component.d.ts.map +1 -1
  155. package/dist/types/src/components/filters/filter-add/filter-section-value/FilterSectionValue.props.d.ts +1 -1
  156. package/dist/types/src/components/filters/filter-add/filter-section-value/FilterSectionValue.props.d.ts.map +1 -1
  157. package/dist/types/src/components/filters/filter-add/filter-tags-form/FilterTagsForm.component.d.ts.map +1 -1
  158. package/dist/types/src/components/filters/filter-add/filter-tags-form/FilterTagsFormLoading.d.ts +2 -0
  159. package/dist/types/src/components/filters/filter-add/filter-tags-form/FilterTagsFormLoading.d.ts.map +1 -0
  160. package/dist/types/src/components/filters/filter-list/FilterList.props.d.ts.map +1 -1
  161. package/dist/types/src/components/filters/filters.utils.d.ts.map +1 -1
  162. package/dist/types/src/components/form-field/FormField.component.d.ts +1 -1
  163. package/dist/types/src/components/form-field/FormField.component.d.ts.map +1 -1
  164. package/dist/types/src/components/guide-menu/GuideMenu.component.d.ts.map +1 -1
  165. package/dist/types/src/components/guide-menu/GuideMenu.props.d.ts +2 -1
  166. package/dist/types/src/components/guide-menu/GuideMenu.props.d.ts.map +1 -1
  167. package/dist/types/src/components/index.d.ts +200 -67
  168. package/dist/types/src/components/index.d.ts.map +1 -1
  169. package/dist/types/src/components/input/Input.component.d.ts +1 -1
  170. package/dist/types/src/components/input/Input.component.d.ts.map +1 -1
  171. package/dist/types/src/components/link/Link.component.d.ts.map +1 -0
  172. package/dist/types/src/components/{Link → link}/Link.props.d.ts +15 -5
  173. package/dist/types/src/components/link/Link.props.d.ts.map +1 -0
  174. package/dist/types/src/components/link/LinkIcons.component.d.ts +3 -0
  175. package/dist/types/src/components/link/LinkIcons.component.d.ts.map +1 -0
  176. package/dist/types/src/components/link/__tests__/Link.snapshot.test.d.ts.map +1 -0
  177. package/dist/types/src/components/link/__tests__/Link.spec.d.ts.map +1 -0
  178. package/dist/types/src/components/link-card/LinkCard.component.d.ts +5 -2
  179. package/dist/types/src/components/link-card/LinkCard.component.d.ts.map +1 -1
  180. package/dist/types/src/components/link-card/LinkCard.props.d.ts +13 -14
  181. package/dist/types/src/components/link-card/LinkCard.props.d.ts.map +1 -1
  182. package/dist/types/src/components/link-card/__tests__/LinkCard.snapshot.test.d.ts +2 -0
  183. package/dist/types/src/components/link-card/__tests__/LinkCard.snapshot.test.d.ts.map +1 -0
  184. package/dist/types/src/components/link-card/__tests__/LinkCard.spec.utils.d.ts +2 -2
  185. package/dist/types/src/components/link-card/__tests__/LinkCard.spec.utils.d.ts.map +1 -1
  186. package/dist/types/src/components/medium/Medium.component.d.ts +1 -1
  187. package/dist/types/src/components/medium/Medium.component.d.ts.map +1 -1
  188. package/dist/types/src/components/message/Message.component.d.ts +1 -1
  189. package/dist/types/src/components/message/Message.component.d.ts.map +1 -1
  190. package/dist/types/src/components/meter/Meter.component.d.ts +1 -1
  191. package/dist/types/src/components/meter/Meter.component.d.ts.map +1 -1
  192. package/dist/types/src/components/modal/Modal.component.d.ts.map +1 -1
  193. package/dist/types/src/components/modal/__tests__/ModalTest.utils.d.ts +2 -4
  194. package/dist/types/src/components/modal/__tests__/ModalTest.utils.d.ts.map +1 -1
  195. package/dist/types/src/components/notifications/Notifications.component.d.ts.map +1 -1
  196. package/dist/types/src/components/notifications/Notifications.props.d.ts +25 -0
  197. package/dist/types/src/components/notifications/Notifications.props.d.ts.map +1 -1
  198. package/dist/types/src/components/notifications/useNotifications.d.ts +1 -1
  199. package/dist/types/src/components/notifications/useNotifications.d.ts.map +1 -1
  200. package/dist/types/src/components/onboarding-layout/OnboardingLayout.component.d.ts +1 -1
  201. package/dist/types/src/components/onboarding-layout/OnboardingLayout.component.d.ts.map +1 -1
  202. package/dist/types/src/components/onboarding-layout/{OnboardingLayout.type.d.ts → OnboardingLayout.props.d.ts} +2 -2
  203. package/dist/types/src/components/onboarding-layout/OnboardingLayout.props.d.ts.map +1 -0
  204. package/dist/types/src/components/onboarding-layout/onboarding-layout-button/OnboardingLayoutButton.component.d.ts +2 -3
  205. package/dist/types/src/components/onboarding-layout/onboarding-layout-button/OnboardingLayoutButton.component.d.ts.map +1 -1
  206. package/dist/types/src/components/onboarding-layout/onboarding-layout-button/{OnboardingLayoutButton.type.d.ts → OnboardingLayoutButton.props.d.ts} +1 -1
  207. package/dist/types/src/components/onboarding-layout/onboarding-layout-button/OnboardingLayoutButton.props.d.ts.map +1 -0
  208. package/dist/types/src/components/order/Order.component.d.ts +1 -1
  209. package/dist/types/src/components/order/Order.context.d.ts +1 -1
  210. package/dist/types/src/components/order/Order.context.d.ts.map +1 -1
  211. package/dist/types/src/components/order/{Order.type.d.ts → Order.props.d.ts} +1 -1
  212. package/dist/types/src/components/order/Order.props.d.ts.map +1 -0
  213. package/dist/types/src/components/order/order-configuration/OrderConfiguration.component.d.ts.map +1 -1
  214. package/dist/types/src/components/order/order-summary/OrderSummary.component.d.ts +1 -1
  215. package/dist/types/src/components/order/order-summary/OrderSummary.component.d.ts.map +1 -1
  216. package/dist/types/src/components/order/order-summary/{OrderSummary.type.d.ts → OrderSummary.props.d.ts} +1 -1
  217. package/dist/types/src/components/order/order-summary/OrderSummary.props.d.ts.map +1 -0
  218. package/dist/types/src/components/pagination/Pagination.component.d.ts +1 -1
  219. package/dist/types/src/components/pagination/Pagination.component.d.ts.map +1 -1
  220. package/dist/types/src/components/password/Password.component.d.ts +1 -1
  221. package/dist/types/src/components/password/Password.component.d.ts.map +1 -1
  222. package/dist/types/src/components/phone-number/PhoneNumber.component.d.ts +1 -1
  223. package/dist/types/src/components/phone-number/PhoneNumber.component.d.ts.map +1 -1
  224. package/dist/types/src/components/popover/Popover.component.d.ts +1 -1
  225. package/dist/types/src/components/popover/Popover.component.d.ts.map +1 -1
  226. package/dist/types/src/components/price/Price.component.d.ts +1 -1
  227. package/dist/types/src/components/price/Price.component.d.ts.map +1 -1
  228. package/dist/types/src/components/price/Price.props.d.ts +2 -2
  229. package/dist/types/src/components/price/Price.props.d.ts.map +1 -1
  230. package/dist/types/src/components/price/Price.utils.d.ts +2 -2
  231. package/dist/types/src/components/price/Price.utils.d.ts.map +1 -1
  232. package/dist/types/src/components/progress/Progress.component.d.ts +1 -1
  233. package/dist/types/src/components/progress/Progress.component.d.ts.map +1 -1
  234. package/dist/types/src/components/progress/progress-bar/ProgressBar.props.d.ts +1 -1
  235. package/dist/types/src/components/progress/progress-bar/ProgressBar.props.d.ts.map +1 -1
  236. package/dist/types/src/components/quantity/Quantity.component.d.ts +1 -1
  237. package/dist/types/src/components/quantity/Quantity.component.d.ts.map +1 -1
  238. package/dist/types/src/components/radio-group/RadioGroup.component.d.ts +1 -1
  239. package/dist/types/src/components/radio-group/RadioGroup.component.d.ts.map +1 -1
  240. package/dist/types/src/components/radio-group/index.d.ts +0 -5
  241. package/dist/types/src/components/radio-group/index.d.ts.map +1 -1
  242. package/dist/types/src/components/range/Range.component.d.ts +1 -1
  243. package/dist/types/src/components/range/Range.component.d.ts.map +1 -1
  244. package/dist/types/src/components/redirection-guard/RedirectionGuard.component.d.ts +1 -0
  245. package/dist/types/src/components/redirection-guard/RedirectionGuard.component.d.ts.map +1 -1
  246. package/dist/types/src/components/select/Select.component.d.ts +1 -1
  247. package/dist/types/src/components/select/Select.component.d.ts.map +1 -1
  248. package/dist/types/src/components/service-state-badge/ServiceStateBadge.component.d.ts.map +1 -1
  249. package/dist/types/src/components/service-state-badge/ServiceStateBadge.props.d.ts +1 -1
  250. package/dist/types/src/components/service-state-badge/ServiceStateBadge.props.d.ts.map +1 -1
  251. package/dist/types/src/components/skeleton/Skeleton.component.d.ts +1 -1
  252. package/dist/types/src/components/skeleton/Skeleton.component.d.ts.map +1 -1
  253. package/dist/types/src/components/spinner/Spinner.component.d.ts +1 -1
  254. package/dist/types/src/components/spinner/Spinner.component.d.ts.map +1 -1
  255. package/dist/types/src/components/step/Step.component.d.ts +2 -1
  256. package/dist/types/src/components/step/Step.component.d.ts.map +1 -1
  257. package/dist/types/src/components/step/Step.props.d.ts +1 -0
  258. package/dist/types/src/components/step/Step.props.d.ts.map +1 -1
  259. package/dist/types/src/components/switch/Switch.component.d.ts +1 -1
  260. package/dist/types/src/components/switch/Switch.component.d.ts.map +1 -1
  261. package/dist/types/src/components/switch/constants/{SwitchConstants.d.ts → Switch.constants.d.ts} +1 -1
  262. package/dist/types/src/components/switch/constants/Switch.constants.d.ts.map +1 -0
  263. package/dist/types/src/components/table/Table.component.d.ts +1 -1
  264. package/dist/types/src/components/table/Table.component.d.ts.map +1 -1
  265. package/dist/types/src/components/tabs/Tabs.component.d.ts +1 -0
  266. package/dist/types/src/components/tabs/Tabs.component.d.ts.map +1 -1
  267. package/dist/types/src/components/tabs/Tabs.props.d.ts +1 -0
  268. package/dist/types/src/components/tabs/Tabs.props.d.ts.map +1 -1
  269. package/dist/types/src/components/tags-list/TagsList.component.d.ts.map +1 -1
  270. package/dist/types/src/components/tags-list/tags-modal/TagsModal.component.d.ts.map +1 -1
  271. package/dist/types/src/components/tags-list/tags-stack/TagsStack.component.d.ts.map +1 -1
  272. package/dist/types/src/components/tags-list/tags-stack/TagsStack.props.d.ts +3 -0
  273. package/dist/types/src/components/tags-list/tags-stack/TagsStack.props.d.ts.map +1 -1
  274. package/dist/types/src/components/tags-list/tags-stack/TagsStack.utils.d.ts +1 -1
  275. package/dist/types/src/components/tags-list/tags-stack/TagsStack.utils.d.ts.map +1 -1
  276. package/dist/types/src/components/tags-tile/TagsTile.component.d.ts.map +1 -1
  277. package/dist/types/src/components/tags-tile/TagsTile.props.d.ts +1 -1
  278. package/dist/types/src/components/tags-tile/TagsTile.props.d.ts.map +1 -1
  279. package/dist/types/src/components/tags-tile/tags-tile.component.d.ts.map +1 -1
  280. package/dist/types/src/components/text/Text.component.d.ts.map +1 -1
  281. package/dist/types/src/components/textarea/Textarea.component.d.ts +1 -1
  282. package/dist/types/src/components/textarea/Textarea.component.d.ts.map +1 -1
  283. package/dist/types/src/components/tile/namespace.d.ts.map +1 -1
  284. package/dist/types/src/components/tiles-input/TilesInput.component.d.ts +1 -0
  285. package/dist/types/src/components/tiles-input/TilesInput.component.d.ts.map +1 -1
  286. package/dist/types/src/components/tiles-input/TilesInput.props.d.ts +1 -0
  287. package/dist/types/src/components/tiles-input/TilesInput.props.d.ts.map +1 -1
  288. package/dist/types/src/components/tiles-input/TilesInput.utils.d.ts.map +1 -1
  289. package/dist/types/src/components/tiles-input-group/TilesInputGroup.component.d.ts +1 -0
  290. package/dist/types/src/components/tiles-input-group/TilesInputGroup.component.d.ts.map +1 -1
  291. package/dist/types/src/components/tiles-input-group/TilesInputGroup.props.d.ts +1 -0
  292. package/dist/types/src/components/tiles-input-group/TilesInputGroup.props.d.ts.map +1 -1
  293. package/dist/types/src/components/timepicker/Timepicker.component.d.ts +1 -1
  294. package/dist/types/src/components/timepicker/Timepicker.component.d.ts.map +1 -1
  295. package/dist/types/src/components/toggle/Toggle.component.d.ts +1 -1
  296. package/dist/types/src/components/toggle/Toggle.component.d.ts.map +1 -1
  297. package/dist/types/src/components/tooltip/Tooltip.component.d.ts +1 -1
  298. package/dist/types/src/components/tooltip/Tooltip.component.d.ts.map +1 -1
  299. package/dist/types/src/components/tree-view/TreeView.component.d.ts +1 -1
  300. package/dist/types/src/components/tree-view/TreeView.component.d.ts.map +1 -1
  301. package/dist/types/src/components/update-name-modal/UpdateNameModal.component.d.ts +5 -2
  302. package/dist/types/src/components/update-name-modal/UpdateNameModal.component.d.ts.map +1 -1
  303. package/dist/types/src/components/update-name-modal/UpdateNameModal.props.d.ts +9 -9
  304. package/dist/types/src/components/update-name-modal/UpdateNameModal.props.d.ts.map +1 -1
  305. package/dist/types/src/hooks/breadcrumb/Breadcrumb.type.d.ts +12 -0
  306. package/dist/types/src/hooks/breadcrumb/Breadcrumb.type.d.ts.map +1 -0
  307. package/dist/types/src/hooks/breadcrumb/useBreadcrumb.d.ts +2 -12
  308. package/dist/types/src/hooks/breadcrumb/useBreadcrumb.d.ts.map +1 -1
  309. package/dist/types/src/hooks/bytes/useBytes.d.ts.map +1 -1
  310. package/dist/types/src/hooks/catalog-price/Catalog.constants.d.ts +5 -0
  311. package/dist/types/src/hooks/catalog-price/Catalog.constants.d.ts.map +1 -0
  312. package/dist/types/src/hooks/catalog-price/{useCatalog.props.d.ts → Catalog.type.d.ts} +1 -1
  313. package/dist/types/src/hooks/catalog-price/Catalog.type.d.ts.map +1 -0
  314. package/dist/types/src/hooks/catalog-price/Catalog.utils.d.ts +4 -0
  315. package/dist/types/src/hooks/catalog-price/Catalog.utils.d.ts.map +1 -0
  316. package/dist/types/src/hooks/catalog-price/__tests__/useCatalogPrice.test.d.ts.map +1 -0
  317. package/dist/types/src/hooks/catalog-price/useCatalogPrice.d.ts +1 -1
  318. package/dist/types/src/hooks/catalog-price/useCatalogPrice.d.ts.map +1 -1
  319. package/dist/types/src/hooks/data-api/__mocks__/mock.d.ts +1 -1
  320. package/dist/types/src/hooks/data-api/__mocks__/mock.d.ts.map +1 -1
  321. package/dist/types/src/hooks/data-api/__tests__/Test.utils.d.ts.map +1 -1
  322. package/dist/types/src/hooks/data-api/__tests__/useDataRetrievalOperations.spec.d.ts.map +1 -0
  323. package/dist/types/src/hooks/data-api/adapters/iceberg/useIceberg.d.ts +1 -1
  324. package/dist/types/src/hooks/data-api/adapters/iceberg/useIceberg.d.ts.map +1 -1
  325. package/dist/types/src/hooks/data-api/adapters/iceberg/useIceberg.type.d.ts +1 -1
  326. package/dist/types/src/hooks/data-api/adapters/iceberg/useIceberg.type.d.ts.map +1 -1
  327. package/dist/types/src/hooks/data-api/adapters/v2/useV2.d.ts +1 -1
  328. package/dist/types/src/hooks/data-api/adapters/v2/useV2.d.ts.map +1 -1
  329. package/dist/types/src/hooks/data-api/adapters/v2/useV2.types.d.ts.map +1 -1
  330. package/dist/types/src/hooks/data-api/adapters/v6/filter-and-sort-data/filterAndSort.utils.d.ts +1 -0
  331. package/dist/types/src/hooks/data-api/adapters/v6/filter-and-sort-data/filterAndSort.utils.d.ts.map +1 -1
  332. package/dist/types/src/hooks/data-api/adapters/v6/filter-and-sort-data/useFilterAndSortData.d.ts +1 -1
  333. package/dist/types/src/hooks/data-api/adapters/v6/filter-and-sort-data/useFilterAndSortData.d.ts.map +1 -1
  334. package/dist/types/src/hooks/data-api/adapters/v6/useV6.d.ts +1 -1
  335. package/dist/types/src/hooks/data-api/adapters/v6/useV6.d.ts.map +1 -1
  336. package/dist/types/src/hooks/data-api/adapters/v6/v6.type.d.ts +1 -1
  337. package/dist/types/src/hooks/data-api/adapters/v6/v6.type.d.ts.map +1 -1
  338. package/dist/types/src/hooks/data-api/infra/tanstack/index.d.ts +5 -0
  339. package/dist/types/src/hooks/data-api/infra/tanstack/index.d.ts.map +1 -0
  340. package/dist/types/src/hooks/data-api/ports/useDataApi.constants.d.ts.map +1 -0
  341. package/dist/types/src/hooks/data-api/ports/useDataApi.d.ts.map +1 -0
  342. package/dist/types/src/hooks/data-api/ports/{use-data-api/useDataApi.types.d.ts → useDataApi.types.d.ts} +4 -4
  343. package/dist/types/src/hooks/data-api/ports/useDataApi.types.d.ts.map +1 -0
  344. package/dist/types/src/hooks/data-api/useColumnFilters.d.ts.map +1 -1
  345. package/dist/types/src/hooks/data-api/useDataRetrievalOperations.d.ts +24 -0
  346. package/dist/types/src/hooks/data-api/useDataRetrievalOperations.d.ts.map +1 -0
  347. package/dist/types/src/hooks/data-api/useDatagridSearchParams.d.ts.map +1 -1
  348. package/dist/types/src/hooks/data-api/utils/DataApi.utils.d.ts +8 -0
  349. package/dist/types/src/hooks/data-api/utils/DataApi.utils.d.ts.map +1 -0
  350. package/dist/types/src/hooks/date/{useDateFnsLocale/useDateFnsLocale.type.d.ts → date-fns-locale/DateFnsLocale.constants.d.ts} +1 -2
  351. package/dist/types/src/hooks/date/date-fns-locale/DateFnsLocale.constants.d.ts.map +1 -0
  352. package/dist/types/src/hooks/date/date-fns-locale/DateFnsLocale.type.d.ts +3 -0
  353. package/dist/types/src/hooks/date/date-fns-locale/DateFnsLocale.type.d.ts.map +1 -0
  354. package/dist/types/src/hooks/date/date-fns-locale/__tests__/useDateFnsLocale.spec.d.ts.map +1 -0
  355. package/dist/types/src/hooks/date/date-fns-locale/useDateFnsLocale.d.ts.map +1 -0
  356. package/dist/types/src/hooks/date/{useFormatDate/useFormatDate.type.d.ts → date-formatter/FormatDate.type.d.ts} +1 -1
  357. package/dist/types/src/hooks/date/date-formatter/FormatDate.type.d.ts.map +1 -0
  358. package/dist/types/src/hooks/date/date-formatter/__tests__/useFormatDate.spec.d.ts.map +1 -0
  359. package/dist/types/src/hooks/date/date-formatter/__tests__/useFormatDateEnglish.spec.d.ts.map +1 -0
  360. package/dist/types/src/hooks/date/{useFormatDate → date-formatter}/useFormatDate.d.ts +1 -1
  361. package/dist/types/src/hooks/date/date-formatter/useFormatDate.d.ts.map +1 -0
  362. package/dist/types/src/hooks/iam/{iam.interface.d.ts → IAM.type.d.ts} +2 -2
  363. package/dist/types/src/hooks/iam/IAM.type.d.ts.map +1 -0
  364. package/dist/types/src/hooks/iam/__tests__/useOvhIam.spec.d.ts.map +1 -0
  365. package/dist/types/src/hooks/iam/useOvhIam.d.ts +14 -130
  366. package/dist/types/src/hooks/iam/useOvhIam.d.ts.map +1 -1
  367. package/dist/types/src/hooks/index.d.ts +20 -8
  368. package/dist/types/src/hooks/index.d.ts.map +1 -1
  369. package/dist/types/src/hooks/me/{useMe.props.d.ts → IMe.type.d.ts} +1 -1
  370. package/dist/types/src/hooks/me/IMe.type.d.ts.map +1 -0
  371. package/dist/types/src/hooks/me/useMe.d.ts +2 -2
  372. package/dist/types/src/hooks/me/useMe.d.ts.map +1 -1
  373. package/dist/types/src/hooks/region/{useTranslatedMicroRegions.utils.d.ts → Regions.utils.d.ts} +1 -1
  374. package/dist/types/src/hooks/region/Regions.utils.d.ts.map +1 -0
  375. package/dist/types/src/index.d.ts +1 -0
  376. package/dist/types/src/index.d.ts.map +1 -1
  377. package/dist/types/src/lib.d.ts +1 -2
  378. package/dist/types/src/lib.d.ts.map +1 -1
  379. package/package.json +32 -39
  380. package/dist/Messages_en_GB-BKzihiKt.mjs +0 -19
  381. package/dist/Messages_en_GB-D7rRunf6.mjs +0 -14
  382. package/dist/lib-Dk32xhqR.mjs +0 -11512
  383. package/dist/types/.storybook/i18n.d.ts +0 -3
  384. package/dist/types/.storybook/i18n.d.ts.map +0 -1
  385. package/dist/types/setupTest.d.ts +0 -7
  386. package/dist/types/setupTest.d.ts.map +0 -1
  387. package/dist/types/src/components/Link/Link.component.d.ts.map +0 -1
  388. package/dist/types/src/components/Link/Link.props.d.ts.map +0 -1
  389. package/dist/types/src/components/Link/__tests__/Link.snapshot.test.d.ts.map +0 -1
  390. package/dist/types/src/components/Link/__tests__/Link.spec.d.ts.map +0 -1
  391. package/dist/types/src/components/Link/index.d.ts +0 -4
  392. package/dist/types/src/components/Link/index.d.ts.map +0 -1
  393. package/dist/types/src/components/accordion/index.d.ts +0 -6
  394. package/dist/types/src/components/accordion/index.d.ts.map +0 -1
  395. package/dist/types/src/components/action-banner/index.d.ts +0 -3
  396. package/dist/types/src/components/action-banner/index.d.ts.map +0 -1
  397. package/dist/types/src/components/action-menu/index.d.ts +0 -3
  398. package/dist/types/src/components/action-menu/index.d.ts.map +0 -1
  399. package/dist/types/src/components/action-menu/menu-item/MenuItem.component.d.ts +0 -7
  400. package/dist/types/src/components/action-menu/menu-item/MenuItem.component.d.ts.map +0 -1
  401. package/dist/types/src/components/action-menu/menu-item/__tests__/MenuItem.spec.d.ts +0 -2
  402. package/dist/types/src/components/action-menu/menu-item/__tests__/MenuItem.spec.d.ts.map +0 -1
  403. package/dist/types/src/components/action-menu/menu-item/index.d.ts +0 -2
  404. package/dist/types/src/components/action-menu/menu-item/index.d.ts.map +0 -1
  405. package/dist/types/src/components/badge/__tests__/badge.snapshot.test.d.ts +0 -2
  406. package/dist/types/src/components/badge/__tests__/badge.snapshot.test.d.ts.map +0 -1
  407. package/dist/types/src/components/badge/__tests__/badge.spec.d.ts +0 -2
  408. package/dist/types/src/components/badge/__tests__/badge.spec.d.ts.map +0 -1
  409. package/dist/types/src/components/badge/badge.component.d.ts.map +0 -1
  410. package/dist/types/src/components/badge/badge.props.d.ts.map +0 -1
  411. package/dist/types/src/components/badge/index.d.ts +0 -4
  412. package/dist/types/src/components/badge/index.d.ts.map +0 -1
  413. package/dist/types/src/components/base-layout/index.d.ts +0 -4
  414. package/dist/types/src/components/base-layout/index.d.ts.map +0 -1
  415. package/dist/types/src/components/breadcrumb/index.d.ts +0 -4
  416. package/dist/types/src/components/breadcrumb/index.d.ts.map +0 -1
  417. package/dist/types/src/components/button/index.d.ts +0 -4
  418. package/dist/types/src/components/button/index.d.ts.map +0 -1
  419. package/dist/types/src/components/card/index.d.ts +0 -4
  420. package/dist/types/src/components/card/index.d.ts.map +0 -1
  421. package/dist/types/src/components/changelog-menu/index.d.ts +0 -3
  422. package/dist/types/src/components/changelog-menu/index.d.ts.map +0 -1
  423. package/dist/types/src/components/checkbox/index.d.ts +0 -6
  424. package/dist/types/src/components/checkbox/index.d.ts.map +0 -1
  425. package/dist/types/src/components/clipboard/index.d.ts +0 -3
  426. package/dist/types/src/components/clipboard/index.d.ts.map +0 -1
  427. package/dist/types/src/components/code/index.d.ts +0 -3
  428. package/dist/types/src/components/code/index.d.ts.map +0 -1
  429. package/dist/types/src/components/combobox/index.d.ts +0 -5
  430. package/dist/types/src/components/combobox/index.d.ts.map +0 -1
  431. package/dist/types/src/components/datagrid/builder/index.d.ts +0 -3
  432. package/dist/types/src/components/datagrid/builder/index.d.ts.map +0 -1
  433. package/dist/types/src/components/datagrid/index.d.ts +0 -5
  434. package/dist/types/src/components/datagrid/index.d.ts.map +0 -1
  435. package/dist/types/src/components/datepicker/index.d.ts +0 -6
  436. package/dist/types/src/components/datepicker/index.d.ts.map +0 -1
  437. package/dist/types/src/components/delete-modal/index.d.ts +0 -3
  438. package/dist/types/src/components/delete-modal/index.d.ts.map +0 -1
  439. package/dist/types/src/components/divider/index.d.ts +0 -4
  440. package/dist/types/src/components/divider/index.d.ts.map +0 -1
  441. package/dist/types/src/components/drawer/index.d.ts +0 -2
  442. package/dist/types/src/components/drawer/index.d.ts.map +0 -1
  443. package/dist/types/src/components/error/index.d.ts +0 -3
  444. package/dist/types/src/components/error/index.d.ts.map +0 -1
  445. package/dist/types/src/components/error-boundary/index.d.ts +0 -3
  446. package/dist/types/src/components/error-boundary/index.d.ts.map +0 -1
  447. package/dist/types/src/components/file-upload/index.d.ts +0 -6
  448. package/dist/types/src/components/file-upload/index.d.ts.map +0 -1
  449. package/dist/types/src/components/filters/index.d.ts +0 -5
  450. package/dist/types/src/components/filters/index.d.ts.map +0 -1
  451. package/dist/types/src/components/form-field/index.d.ts +0 -7
  452. package/dist/types/src/components/form-field/index.d.ts.map +0 -1
  453. package/dist/types/src/components/grid-layout/index.d.ts +0 -2
  454. package/dist/types/src/components/grid-layout/index.d.ts.map +0 -1
  455. package/dist/types/src/components/guide-menu/index.d.ts +0 -3
  456. package/dist/types/src/components/guide-menu/index.d.ts.map +0 -1
  457. package/dist/types/src/components/icon/index.d.ts +0 -4
  458. package/dist/types/src/components/icon/index.d.ts.map +0 -1
  459. package/dist/types/src/components/input/index.d.ts +0 -4
  460. package/dist/types/src/components/input/index.d.ts.map +0 -1
  461. package/dist/types/src/components/link-card/__tests__/LinkCard.test.d.ts +0 -2
  462. package/dist/types/src/components/link-card/__tests__/LinkCard.test.d.ts.map +0 -1
  463. package/dist/types/src/components/link-card/index.d.ts +0 -3
  464. package/dist/types/src/components/link-card/index.d.ts.map +0 -1
  465. package/dist/types/src/components/medium/index.d.ts +0 -3
  466. package/dist/types/src/components/medium/index.d.ts.map +0 -1
  467. package/dist/types/src/components/message/index.d.ts +0 -6
  468. package/dist/types/src/components/message/index.d.ts.map +0 -1
  469. package/dist/types/src/components/meter/index.d.ts +0 -3
  470. package/dist/types/src/components/meter/index.d.ts.map +0 -1
  471. package/dist/types/src/components/modal/index.d.ts +0 -4
  472. package/dist/types/src/components/modal/index.d.ts.map +0 -1
  473. package/dist/types/src/components/notifications/Notifications.type.d.ts +0 -26
  474. package/dist/types/src/components/notifications/Notifications.type.d.ts.map +0 -1
  475. package/dist/types/src/components/notifications/index.d.ts +0 -4
  476. package/dist/types/src/components/notifications/index.d.ts.map +0 -1
  477. package/dist/types/src/components/onboarding-layout/OnboardingLayout.type.d.ts.map +0 -1
  478. package/dist/types/src/components/onboarding-layout/index.d.ts +0 -4
  479. package/dist/types/src/components/onboarding-layout/index.d.ts.map +0 -1
  480. package/dist/types/src/components/onboarding-layout/onboarding-layout-button/OnboardingLayoutButton.type.d.ts.map +0 -1
  481. package/dist/types/src/components/onboarding-layout/onboarding-layout-button/index.d.ts +0 -3
  482. package/dist/types/src/components/onboarding-layout/onboarding-layout-button/index.d.ts.map +0 -1
  483. package/dist/types/src/components/order/Order.type.d.ts.map +0 -1
  484. package/dist/types/src/components/order/index.d.ts +0 -4
  485. package/dist/types/src/components/order/index.d.ts.map +0 -1
  486. package/dist/types/src/components/order/order-summary/OrderSummary.type.d.ts.map +0 -1
  487. package/dist/types/src/components/pagination/index.d.ts +0 -4
  488. package/dist/types/src/components/pagination/index.d.ts.map +0 -1
  489. package/dist/types/src/components/password/index.d.ts +0 -3
  490. package/dist/types/src/components/password/index.d.ts.map +0 -1
  491. package/dist/types/src/components/phone-number/index.d.ts +0 -6
  492. package/dist/types/src/components/phone-number/index.d.ts.map +0 -1
  493. package/dist/types/src/components/popover/index.d.ts +0 -6
  494. package/dist/types/src/components/popover/index.d.ts.map +0 -1
  495. package/dist/types/src/components/price/index.d.ts +0 -3
  496. package/dist/types/src/components/price/index.d.ts.map +0 -1
  497. package/dist/types/src/components/progress/index.d.ts +0 -4
  498. package/dist/types/src/components/progress/index.d.ts.map +0 -1
  499. package/dist/types/src/components/quantity/index.d.ts +0 -5
  500. package/dist/types/src/components/quantity/index.d.ts.map +0 -1
  501. package/dist/types/src/components/range/index.d.ts +0 -3
  502. package/dist/types/src/components/range/index.d.ts.map +0 -1
  503. package/dist/types/src/components/redirection-guard/index.d.ts +0 -3
  504. package/dist/types/src/components/redirection-guard/index.d.ts.map +0 -1
  505. package/dist/types/src/components/select/index.d.ts +0 -5
  506. package/dist/types/src/components/select/index.d.ts.map +0 -1
  507. package/dist/types/src/components/service-state-badge/index.d.ts +0 -3
  508. package/dist/types/src/components/service-state-badge/index.d.ts.map +0 -1
  509. package/dist/types/src/components/skeleton/index.d.ts +0 -3
  510. package/dist/types/src/components/skeleton/index.d.ts.map +0 -1
  511. package/dist/types/src/components/spinner/index.d.ts +0 -4
  512. package/dist/types/src/components/spinner/index.d.ts.map +0 -1
  513. package/dist/types/src/components/step/index.d.ts +0 -3
  514. package/dist/types/src/components/step/index.d.ts.map +0 -1
  515. package/dist/types/src/components/switch/constants/SwitchConstants.d.ts.map +0 -1
  516. package/dist/types/src/components/switch/index.d.ts +0 -5
  517. package/dist/types/src/components/switch/index.d.ts.map +0 -1
  518. package/dist/types/src/components/table/index.d.ts +0 -4
  519. package/dist/types/src/components/table/index.d.ts.map +0 -1
  520. package/dist/types/src/components/tabs/index.d.ts +0 -3
  521. package/dist/types/src/components/tabs/index.d.ts.map +0 -1
  522. package/dist/types/src/components/tag/index.d.ts +0 -4
  523. package/dist/types/src/components/tag/index.d.ts.map +0 -1
  524. package/dist/types/src/components/tags-list/index.d.ts +0 -3
  525. package/dist/types/src/components/tags-list/index.d.ts.map +0 -1
  526. package/dist/types/src/components/tags-list/tags-stack/TagsStack.type.d.ts +0 -4
  527. package/dist/types/src/components/tags-list/tags-stack/TagsStack.type.d.ts.map +0 -1
  528. package/dist/types/src/components/tags-tile/index.d.ts +0 -3
  529. package/dist/types/src/components/tags-tile/index.d.ts.map +0 -1
  530. package/dist/types/src/components/text/index.d.ts +0 -4
  531. package/dist/types/src/components/text/index.d.ts.map +0 -1
  532. package/dist/types/src/components/textarea/index.d.ts +0 -3
  533. package/dist/types/src/components/textarea/index.d.ts.map +0 -1
  534. package/dist/types/src/components/tile/index.d.ts +0 -2
  535. package/dist/types/src/components/tile/index.d.ts.map +0 -1
  536. package/dist/types/src/components/tiles-input/index.d.ts +0 -3
  537. package/dist/types/src/components/tiles-input/index.d.ts.map +0 -1
  538. package/dist/types/src/components/tiles-input-group/index.d.ts +0 -3
  539. package/dist/types/src/components/tiles-input-group/index.d.ts.map +0 -1
  540. package/dist/types/src/components/timepicker/index.d.ts +0 -6
  541. package/dist/types/src/components/timepicker/index.d.ts.map +0 -1
  542. package/dist/types/src/components/toggle/index.d.ts +0 -5
  543. package/dist/types/src/components/toggle/index.d.ts.map +0 -1
  544. package/dist/types/src/components/tooltip/index.d.ts +0 -6
  545. package/dist/types/src/components/tooltip/index.d.ts.map +0 -1
  546. package/dist/types/src/components/tree-view/index.d.ts +0 -5
  547. package/dist/types/src/components/tree-view/index.d.ts.map +0 -1
  548. package/dist/types/src/components/update-name-modal/index.d.ts +0 -3
  549. package/dist/types/src/components/update-name-modal/index.d.ts.map +0 -1
  550. package/dist/types/src/enumTypes/index.d.ts +0 -3
  551. package/dist/types/src/enumTypes/index.d.ts.map +0 -1
  552. package/dist/types/src/enumTypes/intervalUnit.d.ts +0 -7
  553. package/dist/types/src/enumTypes/intervalUnit.d.ts.map +0 -1
  554. package/dist/types/src/enumTypes/locale.d.ts.map +0 -1
  555. package/dist/types/src/hooks/catalog-price/index.d.ts +0 -4
  556. package/dist/types/src/hooks/catalog-price/index.d.ts.map +0 -1
  557. package/dist/types/src/hooks/catalog-price/useCatalog.props.d.ts.map +0 -1
  558. package/dist/types/src/hooks/catalog-price/useCatalog.utils.d.ts +0 -8
  559. package/dist/types/src/hooks/catalog-price/useCatalog.utils.d.ts.map +0 -1
  560. package/dist/types/src/hooks/catalog-price/useCatalogPrice.test.d.ts.map +0 -1
  561. package/dist/types/src/hooks/data-api/index.d.ts +0 -4
  562. package/dist/types/src/hooks/data-api/index.d.ts.map +0 -1
  563. package/dist/types/src/hooks/data-api/infra/tanstack/use-infinite-query/index.d.ts +0 -3
  564. package/dist/types/src/hooks/data-api/infra/tanstack/use-infinite-query/index.d.ts.map +0 -1
  565. package/dist/types/src/hooks/data-api/infra/tanstack/use-query/index.d.ts +0 -3
  566. package/dist/types/src/hooks/data-api/infra/tanstack/use-query/index.d.ts.map +0 -1
  567. package/dist/types/src/hooks/data-api/ports/use-data-api/index.d.ts +0 -3
  568. package/dist/types/src/hooks/data-api/ports/use-data-api/index.d.ts.map +0 -1
  569. package/dist/types/src/hooks/data-api/ports/use-data-api/useDataApi.constants.d.ts.map +0 -1
  570. package/dist/types/src/hooks/data-api/ports/use-data-api/useDataApi.d.ts.map +0 -1
  571. package/dist/types/src/hooks/data-api/ports/use-data-api/useDataApi.types.d.ts.map +0 -1
  572. package/dist/types/src/hooks/data-api/utils/data-retrieval-operations/__tests__/useDataRetrievalOperations.spec.d.ts.map +0 -1
  573. package/dist/types/src/hooks/data-api/utils/data-retrieval-operations/useDataRetrievalOperations.d.ts +0 -18
  574. package/dist/types/src/hooks/data-api/utils/data-retrieval-operations/useDataRetrievalOperations.d.ts.map +0 -1
  575. package/dist/types/src/hooks/date/index.d.ts +0 -3
  576. package/dist/types/src/hooks/date/index.d.ts.map +0 -1
  577. package/dist/types/src/hooks/date/useDateFnsLocale/__tests__/useDateFnsLocale.spec.d.ts.map +0 -1
  578. package/dist/types/src/hooks/date/useDateFnsLocale/index.d.ts +0 -3
  579. package/dist/types/src/hooks/date/useDateFnsLocale/index.d.ts.map +0 -1
  580. package/dist/types/src/hooks/date/useDateFnsLocale/useDateFnsLocale.d.ts.map +0 -1
  581. package/dist/types/src/hooks/date/useDateFnsLocale/useDateFnsLocale.type.d.ts.map +0 -1
  582. package/dist/types/src/hooks/date/useFormatDate/__tests__/useFormatDate.spec.d.ts.map +0 -1
  583. package/dist/types/src/hooks/date/useFormatDate/__tests__/useFormatDateEnglish.spec.d.ts.map +0 -1
  584. package/dist/types/src/hooks/date/useFormatDate/index.d.ts +0 -4
  585. package/dist/types/src/hooks/date/useFormatDate/index.d.ts.map +0 -1
  586. package/dist/types/src/hooks/date/useFormatDate/useFormatDate.d.ts.map +0 -1
  587. package/dist/types/src/hooks/date/useFormatDate/useFormatDate.type.d.ts.map +0 -1
  588. package/dist/types/src/hooks/iam/iam.interface.d.ts.map +0 -1
  589. package/dist/types/src/hooks/iam/index.d.ts +0 -3
  590. package/dist/types/src/hooks/iam/index.d.ts.map +0 -1
  591. package/dist/types/src/hooks/iam/useOvhIam.spec.d.ts.map +0 -1
  592. package/dist/types/src/hooks/me/index.d.ts +0 -3
  593. package/dist/types/src/hooks/me/index.d.ts.map +0 -1
  594. package/dist/types/src/hooks/me/useMe.props.d.ts.map +0 -1
  595. package/dist/types/src/hooks/region/index.d.ts +0 -3
  596. package/dist/types/src/hooks/region/index.d.ts.map +0 -1
  597. package/dist/types/src/hooks/region/useTranslatedMicroRegions.utils.d.ts.map +0 -1
  598. package/dist/types/src/utils/Test.utils.d.ts +0 -24
  599. package/dist/types/src/utils/Test.utils.d.ts.map +0 -1
  600. package/dist/types/src/utils/click-utils.d.ts +0 -7
  601. package/dist/types/src/utils/click-utils.d.ts.map +0 -1
  602. package/dist/types/src/utils/format-tags.d.ts.map +0 -1
  603. package/dist/types/src/utils/index.d.ts +0 -3
  604. package/dist/types/src/utils/index.d.ts.map +0 -1
  605. package/dist/types/src/utils/translation-helper.d.ts +0 -4
  606. package/dist/types/src/utils/translation-helper.d.ts.map +0 -1
  607. /package/dist/types/src/components/{Link → link}/Link.component.d.ts +0 -0
  608. /package/dist/types/src/components/{Link → link}/__tests__/Link.snapshot.test.d.ts +0 -0
  609. /package/dist/types/src/components/{Link → link}/__tests__/Link.spec.d.ts +0 -0
  610. /package/dist/types/src/hooks/catalog-price/{useCatalogPrice.test.d.ts → __tests__/useCatalogPrice.test.d.ts} +0 -0
  611. /package/dist/types/src/hooks/data-api/{utils/data-retrieval-operations/__tests__ → __tests__}/useDataRetrievalOperations.spec.d.ts +0 -0
  612. /package/dist/types/src/hooks/data-api/ports/{use-data-api/useDataApi.constants.d.ts → useDataApi.constants.d.ts} +0 -0
  613. /package/dist/types/src/hooks/data-api/ports/{use-data-api/useDataApi.d.ts → useDataApi.d.ts} +0 -0
  614. /package/dist/types/src/hooks/date/{useDateFnsLocale → date-fns-locale}/__tests__/useDateFnsLocale.spec.d.ts +0 -0
  615. /package/dist/types/src/hooks/date/{useDateFnsLocale → date-fns-locale}/useDateFnsLocale.d.ts +0 -0
  616. /package/dist/types/src/hooks/date/{useFormatDate → date-formatter}/__tests__/useFormatDate.spec.d.ts +0 -0
  617. /package/dist/types/src/hooks/date/{useFormatDate → date-formatter}/__tests__/useFormatDateEnglish.spec.d.ts +0 -0
  618. /package/dist/types/src/hooks/iam/{useOvhIam.spec.d.ts → __tests__/useOvhIam.spec.d.ts} +0 -0
@@ -1,215 +1,204 @@
1
- import { ab as e, ac as o, ad as E, ae as r, A as t, w as T, Y as i, x as S, B as I, O as _, b3 as n, a9 as O, $ as C, af as R, ag as N, ah as A, ai as l, C as P, b4 as u, aa as c, aj as d, ak as b, al as L, bj as D, D as M, a8 as p, am as B, an as U, ao as g, a4 as m, b5 as G, G as h, a1 as F, a2 as k, ap as y, aq as V, ar as Z, J as x, K as H, as as Y, at as v, au as w, av as K, a5 as f, H as z, b6 as W, b7 as Q, bl as J, L as X, a0 as j, F as q, b8 as $, aw as aa, ax as sa, ay as ea, b9 as oa, M as Ea, N as ra, bk as ta, a6 as Ta, a7 as ia, W as Sa, bi as Ia, ba as _a, bb as na, az as Oa, aA as Ca, aB as Ra, aC as Na, aD as Aa, aE as la, P as Pa, aF as ua, aG as ca, aH as da, aI as ba, aJ as La, aL as Da, aM as Ma, aK as pa, aN as Ba, bc as Ua, R as ga, aO as ma, aP as Ga, aQ as ha, U as Fa, bd as ka, be as ya, S as Va, aR as Za, aS as xa, bf as Ha, y as Ya, bg as va, Z as wa, _ as Ka, Q as fa, bh as za, V as Wa, E as Qa, z as Ja, aT as Xa, aU as ja, aV as qa, aW as $a, aX as as, aY as ss, aZ as es, a_ as os, a$ as Es, b0 as rs, b1 as ts, b2 as Ts, a3 as is, d as Ss, k as Is, g as _s, i as ns, v as Os, bm as Cs, t as Rs, c as Ns, p as As, l as ls, h as Ps, u as us, n as cs, b as ds, q as bs, r as Ls, o as Ds, e as Ms, f as ps, m as Bs, a as Us, I as gs, X as ms, s as Gs } from "./lib-Dk32xhqR.mjs";
2
- import { BADGE_COLOR as Fs, BADGE_COLORS as ks, BADGE_SIZE as ys, BADGE_SIZES as Vs, BREADCRUMB_I18N as Zs, BUTTON_COLOR as xs, BUTTON_COLORS as Hs, BUTTON_SIZE as Ys, BUTTON_SIZES as vs, BUTTON_VARIANT as ws, BUTTON_VARIANTS as Ks, CARD_COLOR as fs, CARD_COLORS as zs, DATEPICKER_DAY as Ws, DATEPICKER_DAYS as Qs, DATEPICKER_VIEW as Js, DATEPICKER_VIEWS as Xs, DIVIDER_COLOR as js, DIVIDER_COLORS as qs, DIVIDER_SPACING as $s, DIVIDER_SPACINGS as ae, FILE_REJECTION_CAUSE as se, FILE_REJECTION_CAUSES as ee, FILE_UPLOAD_I18N as oe, ICON_NAME as Ee, ICON_NAMES as re, INPUT_I18N as te, INPUT_MASK_STATE as Te, INPUT_MASK_STATES as ie, INPUT_TYPE as Se, INPUT_TYPES as Ie, MESSAGE_COLOR as _e, MESSAGE_COLORS as ne, MESSAGE_I18N as Oe, MESSAGE_VARIANT as Ce, MESSAGE_VARIANTS as Re, MODAL_COLOR as Ne, MODAL_COLORS as Ae, PAGINATION_PER_PAGE as le, PHONE_NUMBER_COUNTRIES_PRESET as Pe, PHONE_NUMBER_COUNTRIES_PRESETS as ue, PHONE_NUMBER_COUNTRY_ISO_CODE as ce, PHONE_NUMBER_COUNTRY_ISO_CODES as de, PHONE_NUMBER_I18N as be, PHONE_NUMBER_PARSING_ERROR as Le, PHONE_NUMBER_PARSING_ERRORS as De, POPOVER_POSITION as Me, POPOVER_POSITIONS as pe, SPINNER_COLOR as Be, SPINNER_COLORS as Ue, SPINNER_SIZE as ge, SPINNER_SIZES as me, SWITCH_SIZE as Ge, SWITCH_SIZES as he, TABLE_SIZE as Fe, TABLE_SIZES as ke, TABLE_VARIANT as ye, TABLE_VARIANTS as Ve, TAG_COLOR as Ze, TAG_COLORS as xe, TAG_SIZE as He, TAG_SIZES as Ye, TEXT_PRESET as ve, TEXT_PRESETS as we, TIMEPICKER_I18N as Ke, TIMEZONE as fe, TIMEZONES as ze, TIMEZONES_PRESET as We, TIMEZONES_PRESETS as Qe, TOOLTIP_POSITION as Je, TOOLTIP_POSITIONS as Xe, useFormField as je } from "@ovhcloud/ods-react";
1
+ import { x as e, A as o, v as r, w as t, y as i, z as E, B as n, C as I, E as T, F as S, G as _, V as C, I as N, N as R, J as O, K as l, L as A, O as u, P, S as d, Q as b, R as c, bg as L, D as g, U as M, Y as m, W as p, X as D, Z as U, _ as h, be as B, a0 as F, $ as G, a3 as k, a1 as y, a2 as V, a4 as H, a5 as Z, a9 as x, a6 as Y, a7 as f, a8 as v, aa as w, ab as K, H as z, ac as W, ad as Q, bi as J, af as q, ae as j, ag as X, ah as $, ak as aa, ai as sa, aj as ea, al as oa, M as ra, am as ta, bh as ia, ap as Ea, ao as na, aq as Ia, bj as Ta, as as Sa, at as _a, aw as Ca, au as Na, av as Ra, az as Oa, ax as la, ay as Aa, aA as ua, aC as Pa, aB as da, aF as ba, aD as ca, aE as La, aI as ga, aG as Ma, aJ as ma, aH as pa, aK as Da, aL as Ua, aO as ha, aM as Ba, aN as Fa, aP as Ga, aQ as ka, aR as ya, aT as Va, aS as Ha, aU as Za, aV as xa, aW as Ya, aX as fa, aY as va, aZ as wa, a_ as Ka, bf as za, b0 as Wa, a$ as Qa, b3 as Ja, b1 as qa, b2 as ja, b6 as Xa, b4 as $a, b5 as as, b9 as ss, b7 as es, b8 as os, bc as rs, ba as ts, bb as is, bk as Es, bd as ns, bp as Is, bo as Ts, m as Ss, r as _s, n as Cs, bm as Ns, q as Rs, h as Os, bl as ls, i as As, bn as us, l as Ps, p as ds, bq as bs, s as cs, o as Ls, u as gs, a as Ms, c as ms, b as ps, d as Ds, e as Us, f as hs, t as Bs, g as Fs, an as Gs, ar as ks, k as ys } from "./lib-CpOvds5w.mjs";
2
+ import { CARD_COLOR as Hs, CARD_COLORS as Zs, DATEPICKER_DAY as xs, DATEPICKER_DAYS as Ys, DATEPICKER_VIEW as fs, DATEPICKER_VIEWS as vs, DIVIDER_COLOR as ws, DIVIDER_COLORS as Ks, DIVIDER_SPACING as zs, DIVIDER_SPACINGS as Ws, FILE_REJECTION_CAUSE as Qs, FILE_REJECTION_CAUSES as Js, FILE_UPLOAD_I18N as qs, ICON_NAME as js, ICON_NAMES as Xs, INPUT_I18N as $s, INPUT_MASK_STATE as ae, INPUT_MASK_STATES as se, INPUT_TYPE as ee, INPUT_TYPES as oe, MESSAGE_COLOR as re, MESSAGE_COLORS as te, MESSAGE_I18N as ie, MESSAGE_VARIANT as Ee, MESSAGE_VARIANTS as ne, PAGINATION_PER_PAGE as Ie, PHONE_NUMBER_COUNTRIES_PRESET as Te, PHONE_NUMBER_COUNTRIES_PRESETS as Se, PHONE_NUMBER_COUNTRY_ISO_CODE as _e, PHONE_NUMBER_COUNTRY_ISO_CODES as Ce, PHONE_NUMBER_I18N as Ne, PHONE_NUMBER_PARSING_ERROR as Re, PHONE_NUMBER_PARSING_ERRORS as Oe, POPOVER_POSITION as le, POPOVER_POSITIONS as Ae, SPINNER_COLOR as ue, SPINNER_COLORS as Pe, SPINNER_SIZE as de, SPINNER_SIZES as be, SWITCH_SIZE as ce, SWITCH_SIZES as Le, TABLE_SIZE as ge, TABLE_SIZES as Me, TABLE_VARIANT as me, TABLE_VARIANTS as pe, TAG_COLOR as De, TAG_COLORS as Ue, TAG_SIZE as he, TAG_SIZES as Be, TIMEPICKER_I18N as Fe, TIMEZONE as Ge, TIMEZONES as ke, TIMEZONES_PRESET as ye, TIMEZONES_PRESETS as Ve, TOOLTIP_POSITION as He, TOOLTIP_POSITIONS as Ze, useFormField as xe } from "@ovhcloud/ods-react";
3
3
  export {
4
4
  e as Accordion,
5
5
  o as AccordionContent,
6
- E as AccordionItem,
7
- r as AccordionTrigger,
8
- t as ActionBanner,
9
- T as ActionMenu,
10
- Fs as BADGE_COLOR,
11
- ks as BADGE_COLORS,
12
- ys as BADGE_SIZE,
13
- Vs as BADGE_SIZES,
14
- Zs as BREADCRUMB_I18N,
15
- xs as BUTTON_COLOR,
16
- Hs as BUTTON_COLORS,
17
- Ys as BUTTON_SIZE,
18
- vs as BUTTON_SIZES,
19
- ws as BUTTON_VARIANT,
20
- Ks as BUTTON_VARIANTS,
21
- i as Badge,
22
- S as BaseLayout,
23
- I as Breadcrumb,
24
- _ as Button,
25
- fs as CARD_COLOR,
26
- zs as CARD_COLORS,
27
- n as Card,
28
- O as CellRow,
29
- C as ChangelogMenu,
6
+ r as AccordionItem,
7
+ t as AccordionTrigger,
8
+ i as ActionBanner,
9
+ E as ActionMenu,
10
+ n as Badge,
11
+ I as BaseLayout,
12
+ T as Breadcrumb,
13
+ S as Button,
14
+ Hs as CARD_COLOR,
15
+ Zs as CARD_COLORS,
16
+ _ as Card,
17
+ C as CellRow,
18
+ N as ChangelogMenu,
30
19
  R as Checkbox,
31
- N as CheckboxControl,
32
- A as CheckboxGroup,
33
- l as CheckboxLabel,
34
- P as Clipboard,
35
- u as Code,
36
- c as ColumnMetaType,
20
+ O as CheckboxControl,
21
+ l as CheckboxGroup,
22
+ A as CheckboxLabel,
23
+ u as Clipboard,
24
+ P as Code,
37
25
  d as Combobox,
38
26
  b as ComboboxContent,
39
- L as ComboboxControl,
40
- D as CurrencyCode,
41
- Ws as DATEPICKER_DAY,
42
- Qs as DATEPICKER_DAYS,
43
- Js as DATEPICKER_VIEW,
44
- Xs as DATEPICKER_VIEWS,
45
- M as DEFAULT_UNKNOWN_DATE_LABEL,
46
- js as DIVIDER_COLOR,
47
- qs as DIVIDER_COLORS,
48
- $s as DIVIDER_SPACING,
49
- ae as DIVIDER_SPACINGS,
50
- p as Datagrid,
51
- B as Datepicker,
52
- U as DatepickerContent,
53
- g as DatepickerControl,
54
- m as DeleteModal,
55
- G as Divider,
56
- h as Drawer,
27
+ c as ComboboxControl,
28
+ L as CurrencyCode,
29
+ xs as DATEPICKER_DAY,
30
+ Ys as DATEPICKER_DAYS,
31
+ fs as DATEPICKER_VIEW,
32
+ vs as DATEPICKER_VIEWS,
33
+ g as DEFAULT_UNKNOWN_DATE_LABEL,
34
+ ws as DIVIDER_COLOR,
35
+ Ks as DIVIDER_COLORS,
36
+ zs as DIVIDER_SPACING,
37
+ Ws as DIVIDER_SPACINGS,
38
+ M as Datagrid,
39
+ m as Datepicker,
40
+ p as DatepickerContent,
41
+ D as DatepickerControl,
42
+ U as DeleteModal,
43
+ h as Divider,
44
+ B as Drawer,
57
45
  F as Error,
58
- k as ErrorBoundary,
59
- se as FILE_REJECTION_CAUSE,
60
- ee as FILE_REJECTION_CAUSES,
61
- oe as FILE_UPLOAD_I18N,
62
- y as FileUpload,
63
- V as FileUploadItem,
64
- Z as FileUploadList,
65
- x as FilterAdd,
66
- H as FilterList,
67
- Y as FormField,
68
- v as FormFieldError,
69
- w as FormFieldHelper,
70
- K as FormFieldLabel,
71
- f as GridLayout,
72
- z as GuideMenu,
73
- Ee as ICON_NAME,
74
- re as ICON_NAMES,
75
- te as INPUT_I18N,
76
- Te as INPUT_MASK_STATE,
77
- ie as INPUT_MASK_STATES,
78
- Se as INPUT_TYPE,
79
- Ie as INPUT_TYPES,
46
+ G as ErrorBoundary,
47
+ Qs as FILE_REJECTION_CAUSE,
48
+ Js as FILE_REJECTION_CAUSES,
49
+ qs as FILE_UPLOAD_I18N,
50
+ k as FileUpload,
51
+ y as FileUploadItem,
52
+ V as FileUploadList,
53
+ H as FilterAdd,
54
+ Z as FilterList,
55
+ x as FormField,
56
+ Y as FormFieldError,
57
+ f as FormFieldHelper,
58
+ v as FormFieldLabel,
59
+ w as GridLayout,
60
+ K as GuideMenu,
61
+ z as Header,
62
+ js as ICON_NAME,
63
+ Xs as ICON_NAMES,
64
+ $s as INPUT_I18N,
65
+ ae as INPUT_MASK_STATE,
66
+ se as INPUT_MASK_STATES,
67
+ ee as INPUT_TYPE,
68
+ oe as INPUT_TYPES,
80
69
  W as Icon,
81
70
  Q as Input,
82
- J as IntervalUnitType,
83
- X as Link,
71
+ J as IntervalUnit,
72
+ q as Link,
84
73
  j as LinkCard,
85
- q as LinkType,
86
- _e as MESSAGE_COLOR,
87
- ne as MESSAGE_COLORS,
88
- Oe as MESSAGE_I18N,
89
- Ce as MESSAGE_VARIANT,
90
- Re as MESSAGE_VARIANTS,
91
- Ne as MODAL_COLOR,
92
- Ae as MODAL_COLORS,
74
+ X as LinkType,
75
+ re as MESSAGE_COLOR,
76
+ te as MESSAGE_COLORS,
77
+ ie as MESSAGE_I18N,
78
+ Ee as MESSAGE_VARIANT,
79
+ ne as MESSAGE_VARIANTS,
93
80
  $ as Medium,
94
81
  aa as Message,
95
82
  sa as MessageBody,
96
83
  ea as MessageIcon,
97
84
  oa as Meter,
98
- Ea as Modal,
99
- ra as Notifications,
100
- ta as OVH_CURRENCY_BY_SUBSIDIARY,
101
- Ta as OnboardingLayout,
102
- ia as OnboardingLayoutButton,
103
- Sa as Order,
104
- Ia as OvhSubsidiary,
105
- le as PAGINATION_PER_PAGE,
106
- Pe as PHONE_NUMBER_COUNTRIES_PRESET,
107
- ue as PHONE_NUMBER_COUNTRIES_PRESETS,
108
- ce as PHONE_NUMBER_COUNTRY_ISO_CODE,
109
- de as PHONE_NUMBER_COUNTRY_ISO_CODES,
110
- be as PHONE_NUMBER_I18N,
111
- Le as PHONE_NUMBER_PARSING_ERROR,
112
- De as PHONE_NUMBER_PARSING_ERRORS,
113
- Me as POPOVER_POSITION,
114
- pe as POPOVER_POSITIONS,
115
- _a as Pagination,
116
- na as Password,
117
- Oa as PhoneNumber,
118
- Ca as PhoneNumberControl,
85
+ ra as Modal,
86
+ ta as Notifications,
87
+ ia as OVH_CURRENCY_BY_SUBSIDIARY,
88
+ Ea as OnboardingLayout,
89
+ na as OnboardingLayoutButton,
90
+ Ia as Order,
91
+ Ta as OvhSubsidiary,
92
+ Ie as PAGINATION_PER_PAGE,
93
+ Te as PHONE_NUMBER_COUNTRIES_PRESET,
94
+ Se as PHONE_NUMBER_COUNTRIES_PRESETS,
95
+ _e as PHONE_NUMBER_COUNTRY_ISO_CODE,
96
+ Ce as PHONE_NUMBER_COUNTRY_ISO_CODES,
97
+ Ne as PHONE_NUMBER_I18N,
98
+ Re as PHONE_NUMBER_PARSING_ERROR,
99
+ Oe as PHONE_NUMBER_PARSING_ERRORS,
100
+ le as POPOVER_POSITION,
101
+ Ae as POPOVER_POSITIONS,
102
+ Sa as Pagination,
103
+ _a as Password,
104
+ Ca as PhoneNumber,
105
+ Na as PhoneNumberControl,
119
106
  Ra as PhoneNumberCountryList,
120
- Na as Popover,
121
- Aa as PopoverContent,
122
- la as PopoverTrigger,
123
- Pa as Price,
124
- ua as Progress,
125
- ca as ProgressBar,
126
- da as Quantity,
127
- ba as QuantityControl,
107
+ Oa as Popover,
108
+ la as PopoverContent,
109
+ Aa as PopoverTrigger,
110
+ ua as Price,
111
+ Pa as Progress,
112
+ da as ProgressBar,
113
+ ba as Quantity,
114
+ ca as QuantityControl,
128
115
  La as QuantityInput,
129
- Da as Radio,
116
+ ga as Radio,
130
117
  Ma as RadioControl,
131
- pa as RadioGroup,
132
- Ba as RadioLabel,
133
- Ua as Range,
134
- ga as RedirectionGuard,
135
- Be as SPINNER_COLOR,
136
- Ue as SPINNER_COLORS,
137
- ge as SPINNER_SIZE,
138
- me as SPINNER_SIZES,
139
- Ge as SWITCH_SIZE,
140
- he as SWITCH_SIZES,
141
- ma as Select,
142
- Ga as SelectContent,
143
- ha as SelectControl,
144
- Fa as ServiceStateBadge,
145
- ka as Skeleton,
146
- ya as Spinner,
147
- Va as Step,
148
- Za as Switch,
149
- xa as SwitchItem,
150
- Fe as TABLE_SIZE,
151
- ke as TABLE_SIZES,
152
- ye as TABLE_VARIANT,
153
- Ve as TABLE_VARIANTS,
154
- Ze as TAG_COLOR,
155
- xe as TAG_COLORS,
156
- He as TAG_SIZE,
157
- Ye as TAG_SIZES,
158
- ve as TEXT_PRESET,
159
- we as TEXT_PRESETS,
160
- Ke as TIMEPICKER_I18N,
161
- fe as TIMEZONE,
162
- ze as TIMEZONES,
163
- We as TIMEZONES_PRESET,
164
- Qe as TIMEZONES_PRESETS,
165
- Je as TOOLTIP_POSITION,
166
- Xe as TOOLTIP_POSITIONS,
167
- Ha as Table,
168
- Ya as TabsComponent,
169
- va as Tag,
170
- wa as TagsList,
171
- Ka as TagsTile,
172
- fa as Text,
173
- za as Textarea,
174
- Wa as Tile,
175
- Qa as TilesInputComponent,
176
- Ja as TilesInputGroupComponent,
177
- Xa as Timepicker,
178
- ja as TimepickerControl,
179
- qa as TimepickerTimezoneList,
180
- $a as Toggle,
181
- as as ToggleControl,
182
- ss as ToggleLabel,
183
- es as Tooltip,
184
- os as TooltipContent,
185
- Es as TooltipTrigger,
118
+ ma as RadioGroup,
119
+ pa as RadioLabel,
120
+ Da as Range,
121
+ Ua as RedirectionGuard,
122
+ ue as SPINNER_COLOR,
123
+ Pe as SPINNER_COLORS,
124
+ de as SPINNER_SIZE,
125
+ be as SPINNER_SIZES,
126
+ ce as SWITCH_SIZE,
127
+ Le as SWITCH_SIZES,
128
+ ha as Select,
129
+ Ba as SelectContent,
130
+ Fa as SelectControl,
131
+ Ga as Skeleton,
132
+ ka as Spinner,
133
+ ya as Step,
134
+ Va as Switch,
135
+ Ha as SwitchItem,
136
+ ge as TABLE_SIZE,
137
+ Me as TABLE_SIZES,
138
+ me as TABLE_VARIANT,
139
+ pe as TABLE_VARIANTS,
140
+ De as TAG_COLOR,
141
+ Ue as TAG_COLORS,
142
+ he as TAG_SIZE,
143
+ Be as TAG_SIZES,
144
+ Fe as TIMEPICKER_I18N,
145
+ Ge as TIMEZONE,
146
+ ke as TIMEZONES,
147
+ ye as TIMEZONES_PRESET,
148
+ Ve as TIMEZONES_PRESETS,
149
+ He as TOOLTIP_POSITION,
150
+ Ze as TOOLTIP_POSITIONS,
151
+ Za as Table,
152
+ xa as TabsComponent,
153
+ Ya as Tag,
154
+ fa as TagsList,
155
+ va as TagsTile,
156
+ wa as Text,
157
+ Ka as Textarea,
158
+ za as Tile,
159
+ Wa as TilesInputComponent,
160
+ Qa as TilesInputGroupComponent,
161
+ Ja as Timepicker,
162
+ qa as TimepickerControl,
163
+ ja as TimepickerTimezoneList,
164
+ Xa as Toggle,
165
+ $a as ToggleControl,
166
+ as as ToggleLabel,
167
+ ss as Tooltip,
168
+ es as TooltipContent,
169
+ os as TooltipTrigger,
186
170
  rs as TreeView,
187
171
  ts as TreeViewNode,
188
- Ts as TreeViewNodes,
189
- is as UpdateNameModal,
172
+ is as TreeViewNodes,
173
+ Es as UNITS,
174
+ ns as UpdateNameModal,
175
+ Is as buildTranslationManager,
176
+ Ts as buildTranslationResources,
190
177
  Ss as convertHourlyPriceToMonthly,
191
- Is as fetchAuthorizationCheck,
192
- _s as fetchAuthorizationsCheck,
193
- ns as getAuthorizationCheckUrl,
178
+ _s as fetchAuthorizationCheck,
179
+ Cs as fetchAuthorizationsCheck,
180
+ Ns as formatIamTagsFromResources,
181
+ Rs as getAuthorizationCheckUrl,
194
182
  Os as getMacroRegion,
195
- Cs as handleClick,
196
- Rs as isLocalZone,
197
- Ns as priceFromUcent,
198
- As as priceToUcent,
199
- ls as useAuthorizationIam,
200
- Ps as useAuthorizationsIam,
201
- us as useBreadcrumb,
202
- cs as useBytes,
203
- ds as useCatalogPrice,
204
- bs as useColumnFilters,
205
- Ls as useDataApi,
183
+ ls as hashCode,
184
+ As as isLocalZone,
185
+ us as normalizeLanguageCode,
186
+ Ps as priceFromUcent,
187
+ ds as priceToUcent,
188
+ bs as resolveTranslationModule,
189
+ cs as useAuthorizationIam,
190
+ Ls as useAuthorizationsIam,
191
+ gs as useBytes,
192
+ Ms as useCatalogPrice,
193
+ ms as useColumnFilters,
194
+ ps as useDataApi,
206
195
  Ds as useDatagridSearchParams,
207
- Ms as useDateFnsLocale,
208
- je as useFormField,
209
- ps as useFormatDate,
196
+ Us as useDateFnsLocale,
197
+ xe as useFormField,
198
+ hs as useFormatDate,
210
199
  Bs as useGetResourceTags,
211
- Us as useMe,
212
- gs as useNotifications,
213
- ms as useOrderContext,
214
- Gs as useTranslatedMicroRegions
200
+ Fs as useMe,
201
+ Gs as useNotifications,
202
+ ks as useOrderContext,
203
+ ys as useTranslatedMicroRegions
215
204
  };