@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.
- package/CHANGELOG.md +22 -0
- package/dist/Messages_en_GB-BNOhUvE1.mjs +17 -0
- package/dist/Messages_en_GB-BRY1v8PG.mjs +12 -0
- package/dist/{TagsModal.component-BkxixgjI.mjs → TagsModal.component-DJwlTgy3.mjs} +17 -16
- package/dist/lib-CpOvds5w.mjs +11759 -0
- package/dist/manager-ui-kit-lib.es.ts +179 -190
- package/dist/manager-ui-kit-lib.umd.ts +14 -14
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/setupTests.d.ts +1 -0
- package/dist/types/setupTests.d.ts.map +1 -0
- package/dist/types/src/__mocks__/@tanstack/react-virtual.d.ts +11 -5
- package/dist/types/src/__mocks__/@tanstack/react-virtual.d.ts.map +1 -1
- package/dist/types/src/commons/index.d.ts +8 -0
- package/dist/types/src/commons/index.d.ts.map +1 -0
- package/dist/types/src/commons/settings/Currency.constants.d.ts +20 -0
- package/dist/types/src/commons/settings/Currency.constants.d.ts.map +1 -0
- package/dist/types/src/commons/settings/Dates.constants.d.ts +7 -0
- package/dist/types/src/commons/settings/Dates.constants.d.ts.map +1 -0
- package/dist/types/src/commons/settings/Locales.constants.d.ts +2 -0
- package/dist/types/src/commons/settings/Locales.constants.d.ts.map +1 -0
- package/dist/types/src/{enumTypes/locale.d.ts → commons/settings/Regions.constants.d.ts} +1 -19
- package/dist/types/src/commons/settings/Regions.constants.d.ts.map +1 -0
- package/dist/types/src/commons/settings/Units.constants.d.ts +5 -0
- package/dist/types/src/commons/settings/Units.constants.d.ts.map +1 -0
- package/dist/types/src/commons/tests-utils/Assertions.utils.d.ts +2 -0
- package/dist/types/src/commons/tests-utils/Assertions.utils.d.ts.map +1 -0
- package/dist/types/src/commons/tests-utils/Mock.utils.d.ts +35 -0
- package/dist/types/src/commons/tests-utils/Mock.utils.d.ts.map +1 -0
- package/dist/types/src/commons/tests-utils/Render.utils.d.ts +35 -0
- package/dist/types/src/commons/tests-utils/Render.utils.d.ts.map +1 -0
- package/dist/types/src/commons/tests-utils/StaticData.constants.d.ts +80 -0
- package/dist/types/src/commons/tests-utils/StaticData.constants.d.ts.map +1 -0
- package/dist/types/src/commons/tests-utils/Type.utils.d.ts +15 -0
- package/dist/types/src/commons/tests-utils/Type.utils.d.ts.map +1 -0
- package/dist/types/src/commons/utils/MukHelper.d.ts +2 -0
- package/dist/types/src/commons/utils/MukHelper.d.ts.map +1 -0
- package/dist/types/src/{utils/format-tags.d.ts → commons/utils/TagsHelper.d.ts} +4 -5
- package/dist/types/src/commons/utils/TagsHelper.d.ts.map +1 -0
- package/dist/types/src/commons/utils/TranslationHelper.d.ts +17 -0
- package/dist/types/src/commons/utils/TranslationHelper.d.ts.map +1 -0
- package/dist/types/src/components/accordion/Accordion.component.d.ts +1 -1
- package/dist/types/src/components/accordion/Accordion.component.d.ts.map +1 -1
- package/dist/types/src/components/action-banner/ActionBanner.component.d.ts.map +1 -1
- package/dist/types/src/components/action-menu/ActionMenu.component.d.ts.map +1 -1
- package/dist/types/src/components/action-menu/ActionMenu.props.d.ts +3 -3
- package/dist/types/src/components/action-menu/ActionMenu.props.d.ts.map +1 -1
- package/dist/types/src/components/action-menu/action-menu-item/ActionMenuItem.component.d.ts +7 -0
- package/dist/types/src/components/action-menu/action-menu-item/ActionMenuItem.component.d.ts.map +1 -0
- package/dist/types/src/components/action-menu/action-menu-item/__tests__/ActionMenuItem.spec.d.ts +2 -0
- package/dist/types/src/components/action-menu/action-menu-item/__tests__/ActionMenuItem.spec.d.ts.map +1 -0
- package/dist/types/src/components/badge/{badge.component.d.ts → Badge.component.d.ts} +2 -2
- package/dist/types/src/components/badge/Badge.component.d.ts.map +1 -0
- package/dist/types/src/components/badge/{badge.props.d.ts → Badge.props.d.ts} +1 -1
- package/dist/types/src/components/badge/Badge.props.d.ts.map +1 -0
- package/dist/types/src/components/badge/__tests__/Badge.snapshot.test.d.ts +2 -0
- package/dist/types/src/components/badge/__tests__/Badge.snapshot.test.d.ts.map +1 -0
- package/dist/types/src/components/badge/__tests__/Badge.spec.d.ts +2 -0
- package/dist/types/src/components/badge/__tests__/Badge.spec.d.ts.map +1 -0
- package/dist/types/src/components/base-layout/BaseLayout.component.d.ts.map +1 -1
- package/dist/types/src/components/base-layout/BaseLayout.props.d.ts.map +1 -1
- package/dist/types/src/components/base-layout/header/Header.component.d.ts +5 -2
- package/dist/types/src/components/base-layout/header/Header.component.d.ts.map +1 -1
- package/dist/types/src/components/base-layout/header/Header.props.d.ts +6 -6
- package/dist/types/src/components/base-layout/header/Header.props.d.ts.map +1 -1
- package/dist/types/src/components/breadcrumb/Breadcrumb.component.d.ts.map +1 -1
- package/dist/types/src/components/button/Button.component.d.ts +1 -1
- package/dist/types/src/components/button/Button.component.d.ts.map +1 -1
- package/dist/types/src/components/button/Button.props.d.ts +1 -1
- package/dist/types/src/components/button/Button.props.d.ts.map +1 -1
- package/dist/types/src/components/changelog-menu/ChangelogMenu.component.d.ts.map +1 -1
- package/dist/types/src/components/changelog-menu/translations/Messages_en_GB.json.d.ts +1 -3
- package/dist/types/src/components/checkbox/Checkbox.component.d.ts +1 -1
- package/dist/types/src/components/checkbox/Checkbox.component.d.ts.map +1 -1
- package/dist/types/src/components/clipboard/Clipboard.component.d.ts +1 -1
- package/dist/types/src/components/clipboard/Clipboard.component.d.ts.map +1 -1
- package/dist/types/src/components/combobox/Combobox.component.d.ts +1 -1
- package/dist/types/src/components/combobox/Combobox.component.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/Datagrid.component.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/Datagrid.props.d.ts +3 -15
- package/dist/types/src/components/datagrid/Datagrid.props.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/__mocks__/index.d.ts +38 -173
- package/dist/types/src/components/datagrid/__mocks__/index.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/builder/TableBuilderProps.props.d.ts +1 -1
- package/dist/types/src/components/datagrid/builder/TableBuilderProps.props.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/builder/TableHeaderBuilder.d.ts +4 -4
- package/dist/types/src/components/datagrid/builder/TableHeaderBuilder.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/builder/useTableBuilder.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/table/table-body/TableBody.component.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/table/table-body/TableBody.props.d.ts +1 -1
- package/dist/types/src/components/datagrid/table/table-body/TableBody.props.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/table/table-body/cell-row/CellRow.component.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/table/table-body/loading-row/LoadingRow.component.d.ts +1 -0
- package/dist/types/src/components/datagrid/table/table-body/loading-row/LoadingRow.component.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/table/table-body/loading-row/LoadingRow.props.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/table/table-body/sub-row/SubRow.component.d.ts +2 -1
- package/dist/types/src/components/datagrid/table/table-body/sub-row/SubRow.component.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/table/table-body/sub-row/SubRow.props.d.ts +10 -6
- package/dist/types/src/components/datagrid/table/table-body/sub-row/SubRow.props.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/table/table-footer/TableFooter.component.d.ts +1 -1
- package/dist/types/src/components/datagrid/table/table-footer/TableFooter.component.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/table/table-head/TableHeaderContent.props.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/table/table-head/table-header-content/TableHeaderContent.component.d.ts +1 -0
- package/dist/types/src/components/datagrid/table/table-head/table-header-content/TableHeaderContent.component.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/table/table-head/table-header-sorting/TableHeaderSorting.props.d.ts +4 -4
- package/dist/types/src/components/datagrid/table/table-head/table-header-sorting/TableHeaderSorting.props.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/topbar/Topbar.component.d.ts +1 -0
- package/dist/types/src/components/datagrid/topbar/Topbar.component.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/topbar/columns-filtering/ColumnsFiltering.component.d.ts +2 -2
- package/dist/types/src/components/datagrid/topbar/columns-filtering/ColumnsFiltering.component.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/topbar/columns-search/ColumnsSearch.component.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/topbar/columns-visibility/ColumnsVisibility.component.d.ts +1 -0
- package/dist/types/src/components/datagrid/topbar/columns-visibility/ColumnsVisibility.component.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/topbar/columns-visibility/ColumnsVisiblity.props.d.ts +2 -1
- package/dist/types/src/components/datagrid/topbar/columns-visibility/ColumnsVisiblity.props.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/topbar/useDatagridTopbar.d.ts +2 -2
- package/dist/types/src/components/datagrid/topbar/useDatagridTopbar.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/topbar/useDatagridTopbar.props.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/useDatagrid.d.ts +16 -19
- package/dist/types/src/components/datagrid/useDatagrid.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/useDatagrid.props.d.ts +1 -1
- package/dist/types/src/components/datagrid/useDatagrid.props.d.ts.map +1 -1
- package/dist/types/src/components/datepicker/Datepicker.component.d.ts +1 -1
- package/dist/types/src/components/datepicker/Datepicker.component.d.ts.map +1 -1
- package/dist/types/src/components/delete-modal/DeleteModal.component.d.ts.map +1 -1
- package/dist/types/src/components/delete-modal/DeleteModal.spec.d.ts +2 -2
- package/dist/types/src/components/delete-modal/DeleteModal.spec.d.ts.map +1 -1
- package/dist/types/src/components/delete-modal/translations/Messages_en_GB.json.d.ts +2 -4
- package/dist/types/src/components/divider/Divider.component.d.ts +1 -1
- package/dist/types/src/components/divider/Divider.component.d.ts.map +1 -1
- package/dist/types/src/components/drawer/__tests__/Drawer.snapshot.test.d.ts.map +1 -1
- package/dist/types/src/components/drawer/drawer-base/__tests__/DrawerBase.spec.d.ts.map +1 -1
- package/dist/types/src/components/drawer/drawer-footer/__tests__/DrawerFooter.spec.d.ts.map +1 -1
- package/dist/types/src/components/drawer/drawer-handle/DrawerHandle.component.d.ts.map +1 -1
- package/dist/types/src/components/drawer/drawer-header/DrawerHeader.component.d.ts.map +1 -1
- package/dist/types/src/components/drawer/drawer-root/__tests__/DrawerRoot.spec.d.ts.map +1 -1
- package/dist/types/src/components/drawer/drawer-root-collapsible/__tests__/DrawerRootCollapsible.spec.d.ts.map +1 -1
- package/dist/types/src/components/drawer/namespace.d.ts +0 -4
- package/dist/types/src/components/drawer/namespace.d.ts.map +1 -1
- package/dist/types/src/components/error/Error.component.d.ts.map +1 -1
- package/dist/types/src/components/error/Error.props.d.ts +18 -14
- package/dist/types/src/components/error/Error.props.d.ts.map +1 -1
- package/dist/types/src/components/error/Error.utils.d.ts +1 -1
- package/dist/types/src/components/error/Error.utils.d.ts.map +1 -1
- package/dist/types/src/components/error-boundary/ErrorBoundary.component.d.ts.map +1 -1
- package/dist/types/src/components/error-boundary/__tests__/ErrorBoundary.spec.d.ts.map +1 -1
- package/dist/types/src/components/file-upload/FileUpload.component.d.ts +1 -1
- package/dist/types/src/components/file-upload/FileUpload.component.d.ts.map +1 -1
- package/dist/types/src/components/filters/Filter.props.d.ts +16 -1
- package/dist/types/src/components/filters/Filter.props.d.ts.map +1 -1
- package/dist/types/src/components/filters/filter-add/FilterAdd.props.d.ts +13 -9
- package/dist/types/src/components/filters/filter-add/FilterAdd.props.d.ts.map +1 -1
- package/dist/types/src/components/filters/filter-add/Filteradd.component.d.ts.map +1 -1
- package/dist/types/src/components/filters/filter-add/filter-section-value/FilterSectionValue.component.d.ts +1 -1
- package/dist/types/src/components/filters/filter-add/filter-section-value/FilterSectionValue.component.d.ts.map +1 -1
- package/dist/types/src/components/filters/filter-add/filter-section-value/FilterSectionValue.props.d.ts +1 -1
- package/dist/types/src/components/filters/filter-add/filter-section-value/FilterSectionValue.props.d.ts.map +1 -1
- package/dist/types/src/components/filters/filter-add/filter-tags-form/FilterTagsForm.component.d.ts.map +1 -1
- package/dist/types/src/components/filters/filter-add/filter-tags-form/FilterTagsFormLoading.d.ts +2 -0
- package/dist/types/src/components/filters/filter-add/filter-tags-form/FilterTagsFormLoading.d.ts.map +1 -0
- package/dist/types/src/components/filters/filter-list/FilterList.props.d.ts.map +1 -1
- package/dist/types/src/components/filters/filters.utils.d.ts.map +1 -1
- package/dist/types/src/components/form-field/FormField.component.d.ts +1 -1
- package/dist/types/src/components/form-field/FormField.component.d.ts.map +1 -1
- package/dist/types/src/components/guide-menu/GuideMenu.component.d.ts.map +1 -1
- package/dist/types/src/components/guide-menu/GuideMenu.props.d.ts +2 -1
- package/dist/types/src/components/guide-menu/GuideMenu.props.d.ts.map +1 -1
- package/dist/types/src/components/index.d.ts +200 -67
- package/dist/types/src/components/index.d.ts.map +1 -1
- package/dist/types/src/components/input/Input.component.d.ts +1 -1
- package/dist/types/src/components/input/Input.component.d.ts.map +1 -1
- package/dist/types/src/components/link/Link.component.d.ts.map +1 -0
- package/dist/types/src/components/{Link → link}/Link.props.d.ts +15 -5
- package/dist/types/src/components/link/Link.props.d.ts.map +1 -0
- package/dist/types/src/components/link/LinkIcons.component.d.ts +3 -0
- package/dist/types/src/components/link/LinkIcons.component.d.ts.map +1 -0
- package/dist/types/src/components/link/__tests__/Link.snapshot.test.d.ts.map +1 -0
- package/dist/types/src/components/link/__tests__/Link.spec.d.ts.map +1 -0
- package/dist/types/src/components/link-card/LinkCard.component.d.ts +5 -2
- package/dist/types/src/components/link-card/LinkCard.component.d.ts.map +1 -1
- package/dist/types/src/components/link-card/LinkCard.props.d.ts +13 -14
- package/dist/types/src/components/link-card/LinkCard.props.d.ts.map +1 -1
- package/dist/types/src/components/link-card/__tests__/LinkCard.snapshot.test.d.ts +2 -0
- package/dist/types/src/components/link-card/__tests__/LinkCard.snapshot.test.d.ts.map +1 -0
- package/dist/types/src/components/link-card/__tests__/LinkCard.spec.utils.d.ts +2 -2
- package/dist/types/src/components/link-card/__tests__/LinkCard.spec.utils.d.ts.map +1 -1
- package/dist/types/src/components/medium/Medium.component.d.ts +1 -1
- package/dist/types/src/components/medium/Medium.component.d.ts.map +1 -1
- package/dist/types/src/components/message/Message.component.d.ts +1 -1
- package/dist/types/src/components/message/Message.component.d.ts.map +1 -1
- package/dist/types/src/components/meter/Meter.component.d.ts +1 -1
- package/dist/types/src/components/meter/Meter.component.d.ts.map +1 -1
- package/dist/types/src/components/modal/Modal.component.d.ts.map +1 -1
- package/dist/types/src/components/modal/__tests__/ModalTest.utils.d.ts +2 -4
- package/dist/types/src/components/modal/__tests__/ModalTest.utils.d.ts.map +1 -1
- package/dist/types/src/components/notifications/Notifications.component.d.ts.map +1 -1
- package/dist/types/src/components/notifications/Notifications.props.d.ts +25 -0
- package/dist/types/src/components/notifications/Notifications.props.d.ts.map +1 -1
- package/dist/types/src/components/notifications/useNotifications.d.ts +1 -1
- package/dist/types/src/components/notifications/useNotifications.d.ts.map +1 -1
- package/dist/types/src/components/onboarding-layout/OnboardingLayout.component.d.ts +1 -1
- package/dist/types/src/components/onboarding-layout/OnboardingLayout.component.d.ts.map +1 -1
- package/dist/types/src/components/onboarding-layout/{OnboardingLayout.type.d.ts → OnboardingLayout.props.d.ts} +2 -2
- package/dist/types/src/components/onboarding-layout/OnboardingLayout.props.d.ts.map +1 -0
- package/dist/types/src/components/onboarding-layout/onboarding-layout-button/OnboardingLayoutButton.component.d.ts +2 -3
- package/dist/types/src/components/onboarding-layout/onboarding-layout-button/OnboardingLayoutButton.component.d.ts.map +1 -1
- package/dist/types/src/components/onboarding-layout/onboarding-layout-button/{OnboardingLayoutButton.type.d.ts → OnboardingLayoutButton.props.d.ts} +1 -1
- package/dist/types/src/components/onboarding-layout/onboarding-layout-button/OnboardingLayoutButton.props.d.ts.map +1 -0
- package/dist/types/src/components/order/Order.component.d.ts +1 -1
- package/dist/types/src/components/order/Order.context.d.ts +1 -1
- package/dist/types/src/components/order/Order.context.d.ts.map +1 -1
- package/dist/types/src/components/order/{Order.type.d.ts → Order.props.d.ts} +1 -1
- package/dist/types/src/components/order/Order.props.d.ts.map +1 -0
- package/dist/types/src/components/order/order-configuration/OrderConfiguration.component.d.ts.map +1 -1
- package/dist/types/src/components/order/order-summary/OrderSummary.component.d.ts +1 -1
- package/dist/types/src/components/order/order-summary/OrderSummary.component.d.ts.map +1 -1
- package/dist/types/src/components/order/order-summary/{OrderSummary.type.d.ts → OrderSummary.props.d.ts} +1 -1
- package/dist/types/src/components/order/order-summary/OrderSummary.props.d.ts.map +1 -0
- package/dist/types/src/components/pagination/Pagination.component.d.ts +1 -1
- package/dist/types/src/components/pagination/Pagination.component.d.ts.map +1 -1
- package/dist/types/src/components/password/Password.component.d.ts +1 -1
- package/dist/types/src/components/password/Password.component.d.ts.map +1 -1
- package/dist/types/src/components/phone-number/PhoneNumber.component.d.ts +1 -1
- package/dist/types/src/components/phone-number/PhoneNumber.component.d.ts.map +1 -1
- package/dist/types/src/components/popover/Popover.component.d.ts +1 -1
- package/dist/types/src/components/popover/Popover.component.d.ts.map +1 -1
- package/dist/types/src/components/price/Price.component.d.ts +1 -1
- package/dist/types/src/components/price/Price.component.d.ts.map +1 -1
- package/dist/types/src/components/price/Price.props.d.ts +2 -2
- package/dist/types/src/components/price/Price.props.d.ts.map +1 -1
- package/dist/types/src/components/price/Price.utils.d.ts +2 -2
- package/dist/types/src/components/price/Price.utils.d.ts.map +1 -1
- package/dist/types/src/components/progress/Progress.component.d.ts +1 -1
- package/dist/types/src/components/progress/Progress.component.d.ts.map +1 -1
- package/dist/types/src/components/progress/progress-bar/ProgressBar.props.d.ts +1 -1
- package/dist/types/src/components/progress/progress-bar/ProgressBar.props.d.ts.map +1 -1
- package/dist/types/src/components/quantity/Quantity.component.d.ts +1 -1
- package/dist/types/src/components/quantity/Quantity.component.d.ts.map +1 -1
- package/dist/types/src/components/radio-group/RadioGroup.component.d.ts +1 -1
- package/dist/types/src/components/radio-group/RadioGroup.component.d.ts.map +1 -1
- package/dist/types/src/components/radio-group/index.d.ts +0 -5
- package/dist/types/src/components/radio-group/index.d.ts.map +1 -1
- package/dist/types/src/components/range/Range.component.d.ts +1 -1
- package/dist/types/src/components/range/Range.component.d.ts.map +1 -1
- package/dist/types/src/components/redirection-guard/RedirectionGuard.component.d.ts +1 -0
- package/dist/types/src/components/redirection-guard/RedirectionGuard.component.d.ts.map +1 -1
- package/dist/types/src/components/select/Select.component.d.ts +1 -1
- package/dist/types/src/components/select/Select.component.d.ts.map +1 -1
- package/dist/types/src/components/service-state-badge/ServiceStateBadge.component.d.ts.map +1 -1
- package/dist/types/src/components/service-state-badge/ServiceStateBadge.props.d.ts +1 -1
- package/dist/types/src/components/service-state-badge/ServiceStateBadge.props.d.ts.map +1 -1
- package/dist/types/src/components/skeleton/Skeleton.component.d.ts +1 -1
- package/dist/types/src/components/skeleton/Skeleton.component.d.ts.map +1 -1
- package/dist/types/src/components/spinner/Spinner.component.d.ts +1 -1
- package/dist/types/src/components/spinner/Spinner.component.d.ts.map +1 -1
- package/dist/types/src/components/step/Step.component.d.ts +2 -1
- package/dist/types/src/components/step/Step.component.d.ts.map +1 -1
- package/dist/types/src/components/step/Step.props.d.ts +1 -0
- package/dist/types/src/components/step/Step.props.d.ts.map +1 -1
- package/dist/types/src/components/switch/Switch.component.d.ts +1 -1
- package/dist/types/src/components/switch/Switch.component.d.ts.map +1 -1
- package/dist/types/src/components/switch/constants/{SwitchConstants.d.ts → Switch.constants.d.ts} +1 -1
- package/dist/types/src/components/switch/constants/Switch.constants.d.ts.map +1 -0
- package/dist/types/src/components/table/Table.component.d.ts +1 -1
- package/dist/types/src/components/table/Table.component.d.ts.map +1 -1
- package/dist/types/src/components/tabs/Tabs.component.d.ts +1 -0
- package/dist/types/src/components/tabs/Tabs.component.d.ts.map +1 -1
- package/dist/types/src/components/tabs/Tabs.props.d.ts +1 -0
- package/dist/types/src/components/tabs/Tabs.props.d.ts.map +1 -1
- package/dist/types/src/components/tags-list/TagsList.component.d.ts.map +1 -1
- package/dist/types/src/components/tags-list/tags-modal/TagsModal.component.d.ts.map +1 -1
- package/dist/types/src/components/tags-list/tags-stack/TagsStack.component.d.ts.map +1 -1
- package/dist/types/src/components/tags-list/tags-stack/TagsStack.props.d.ts +3 -0
- package/dist/types/src/components/tags-list/tags-stack/TagsStack.props.d.ts.map +1 -1
- package/dist/types/src/components/tags-list/tags-stack/TagsStack.utils.d.ts +1 -1
- package/dist/types/src/components/tags-list/tags-stack/TagsStack.utils.d.ts.map +1 -1
- package/dist/types/src/components/tags-tile/TagsTile.component.d.ts.map +1 -1
- package/dist/types/src/components/tags-tile/TagsTile.props.d.ts +1 -1
- package/dist/types/src/components/tags-tile/TagsTile.props.d.ts.map +1 -1
- package/dist/types/src/components/tags-tile/tags-tile.component.d.ts.map +1 -1
- package/dist/types/src/components/text/Text.component.d.ts.map +1 -1
- package/dist/types/src/components/textarea/Textarea.component.d.ts +1 -1
- package/dist/types/src/components/textarea/Textarea.component.d.ts.map +1 -1
- package/dist/types/src/components/tile/namespace.d.ts.map +1 -1
- package/dist/types/src/components/tiles-input/TilesInput.component.d.ts +1 -0
- package/dist/types/src/components/tiles-input/TilesInput.component.d.ts.map +1 -1
- package/dist/types/src/components/tiles-input/TilesInput.props.d.ts +1 -0
- package/dist/types/src/components/tiles-input/TilesInput.props.d.ts.map +1 -1
- package/dist/types/src/components/tiles-input/TilesInput.utils.d.ts.map +1 -1
- package/dist/types/src/components/tiles-input-group/TilesInputGroup.component.d.ts +1 -0
- package/dist/types/src/components/tiles-input-group/TilesInputGroup.component.d.ts.map +1 -1
- package/dist/types/src/components/tiles-input-group/TilesInputGroup.props.d.ts +1 -0
- package/dist/types/src/components/tiles-input-group/TilesInputGroup.props.d.ts.map +1 -1
- package/dist/types/src/components/timepicker/Timepicker.component.d.ts +1 -1
- package/dist/types/src/components/timepicker/Timepicker.component.d.ts.map +1 -1
- package/dist/types/src/components/toggle/Toggle.component.d.ts +1 -1
- package/dist/types/src/components/toggle/Toggle.component.d.ts.map +1 -1
- package/dist/types/src/components/tooltip/Tooltip.component.d.ts +1 -1
- package/dist/types/src/components/tooltip/Tooltip.component.d.ts.map +1 -1
- package/dist/types/src/components/tree-view/TreeView.component.d.ts +1 -1
- package/dist/types/src/components/tree-view/TreeView.component.d.ts.map +1 -1
- package/dist/types/src/components/update-name-modal/UpdateNameModal.component.d.ts +5 -2
- package/dist/types/src/components/update-name-modal/UpdateNameModal.component.d.ts.map +1 -1
- package/dist/types/src/components/update-name-modal/UpdateNameModal.props.d.ts +9 -9
- package/dist/types/src/components/update-name-modal/UpdateNameModal.props.d.ts.map +1 -1
- package/dist/types/src/hooks/breadcrumb/Breadcrumb.type.d.ts +12 -0
- package/dist/types/src/hooks/breadcrumb/Breadcrumb.type.d.ts.map +1 -0
- package/dist/types/src/hooks/breadcrumb/useBreadcrumb.d.ts +2 -12
- package/dist/types/src/hooks/breadcrumb/useBreadcrumb.d.ts.map +1 -1
- package/dist/types/src/hooks/bytes/useBytes.d.ts.map +1 -1
- package/dist/types/src/hooks/catalog-price/Catalog.constants.d.ts +5 -0
- package/dist/types/src/hooks/catalog-price/Catalog.constants.d.ts.map +1 -0
- package/dist/types/src/hooks/catalog-price/{useCatalog.props.d.ts → Catalog.type.d.ts} +1 -1
- package/dist/types/src/hooks/catalog-price/Catalog.type.d.ts.map +1 -0
- package/dist/types/src/hooks/catalog-price/Catalog.utils.d.ts +4 -0
- package/dist/types/src/hooks/catalog-price/Catalog.utils.d.ts.map +1 -0
- package/dist/types/src/hooks/catalog-price/__tests__/useCatalogPrice.test.d.ts.map +1 -0
- package/dist/types/src/hooks/catalog-price/useCatalogPrice.d.ts +1 -1
- package/dist/types/src/hooks/catalog-price/useCatalogPrice.d.ts.map +1 -1
- package/dist/types/src/hooks/data-api/__mocks__/mock.d.ts +1 -1
- package/dist/types/src/hooks/data-api/__mocks__/mock.d.ts.map +1 -1
- package/dist/types/src/hooks/data-api/__tests__/Test.utils.d.ts.map +1 -1
- package/dist/types/src/hooks/data-api/__tests__/useDataRetrievalOperations.spec.d.ts.map +1 -0
- package/dist/types/src/hooks/data-api/adapters/iceberg/useIceberg.d.ts +1 -1
- package/dist/types/src/hooks/data-api/adapters/iceberg/useIceberg.d.ts.map +1 -1
- package/dist/types/src/hooks/data-api/adapters/iceberg/useIceberg.type.d.ts +1 -1
- package/dist/types/src/hooks/data-api/adapters/iceberg/useIceberg.type.d.ts.map +1 -1
- package/dist/types/src/hooks/data-api/adapters/v2/useV2.d.ts +1 -1
- package/dist/types/src/hooks/data-api/adapters/v2/useV2.d.ts.map +1 -1
- package/dist/types/src/hooks/data-api/adapters/v2/useV2.types.d.ts.map +1 -1
- package/dist/types/src/hooks/data-api/adapters/v6/filter-and-sort-data/filterAndSort.utils.d.ts +1 -0
- package/dist/types/src/hooks/data-api/adapters/v6/filter-and-sort-data/filterAndSort.utils.d.ts.map +1 -1
- package/dist/types/src/hooks/data-api/adapters/v6/filter-and-sort-data/useFilterAndSortData.d.ts +1 -1
- package/dist/types/src/hooks/data-api/adapters/v6/filter-and-sort-data/useFilterAndSortData.d.ts.map +1 -1
- package/dist/types/src/hooks/data-api/adapters/v6/useV6.d.ts +1 -1
- package/dist/types/src/hooks/data-api/adapters/v6/useV6.d.ts.map +1 -1
- package/dist/types/src/hooks/data-api/adapters/v6/v6.type.d.ts +1 -1
- package/dist/types/src/hooks/data-api/adapters/v6/v6.type.d.ts.map +1 -1
- package/dist/types/src/hooks/data-api/infra/tanstack/index.d.ts +5 -0
- package/dist/types/src/hooks/data-api/infra/tanstack/index.d.ts.map +1 -0
- package/dist/types/src/hooks/data-api/ports/useDataApi.constants.d.ts.map +1 -0
- package/dist/types/src/hooks/data-api/ports/useDataApi.d.ts.map +1 -0
- package/dist/types/src/hooks/data-api/ports/{use-data-api/useDataApi.types.d.ts → useDataApi.types.d.ts} +4 -4
- package/dist/types/src/hooks/data-api/ports/useDataApi.types.d.ts.map +1 -0
- package/dist/types/src/hooks/data-api/useColumnFilters.d.ts.map +1 -1
- package/dist/types/src/hooks/data-api/useDataRetrievalOperations.d.ts +24 -0
- package/dist/types/src/hooks/data-api/useDataRetrievalOperations.d.ts.map +1 -0
- package/dist/types/src/hooks/data-api/useDatagridSearchParams.d.ts.map +1 -1
- package/dist/types/src/hooks/data-api/utils/DataApi.utils.d.ts +8 -0
- package/dist/types/src/hooks/data-api/utils/DataApi.utils.d.ts.map +1 -0
- package/dist/types/src/hooks/date/{useDateFnsLocale/useDateFnsLocale.type.d.ts → date-fns-locale/DateFnsLocale.constants.d.ts} +1 -2
- package/dist/types/src/hooks/date/date-fns-locale/DateFnsLocale.constants.d.ts.map +1 -0
- package/dist/types/src/hooks/date/date-fns-locale/DateFnsLocale.type.d.ts +3 -0
- package/dist/types/src/hooks/date/date-fns-locale/DateFnsLocale.type.d.ts.map +1 -0
- package/dist/types/src/hooks/date/date-fns-locale/__tests__/useDateFnsLocale.spec.d.ts.map +1 -0
- package/dist/types/src/hooks/date/date-fns-locale/useDateFnsLocale.d.ts.map +1 -0
- package/dist/types/src/hooks/date/{useFormatDate/useFormatDate.type.d.ts → date-formatter/FormatDate.type.d.ts} +1 -1
- package/dist/types/src/hooks/date/date-formatter/FormatDate.type.d.ts.map +1 -0
- package/dist/types/src/hooks/date/date-formatter/__tests__/useFormatDate.spec.d.ts.map +1 -0
- package/dist/types/src/hooks/date/date-formatter/__tests__/useFormatDateEnglish.spec.d.ts.map +1 -0
- package/dist/types/src/hooks/date/{useFormatDate → date-formatter}/useFormatDate.d.ts +1 -1
- package/dist/types/src/hooks/date/date-formatter/useFormatDate.d.ts.map +1 -0
- package/dist/types/src/hooks/iam/{iam.interface.d.ts → IAM.type.d.ts} +2 -2
- package/dist/types/src/hooks/iam/IAM.type.d.ts.map +1 -0
- package/dist/types/src/hooks/iam/__tests__/useOvhIam.spec.d.ts.map +1 -0
- package/dist/types/src/hooks/iam/useOvhIam.d.ts +14 -130
- package/dist/types/src/hooks/iam/useOvhIam.d.ts.map +1 -1
- package/dist/types/src/hooks/index.d.ts +20 -8
- package/dist/types/src/hooks/index.d.ts.map +1 -1
- package/dist/types/src/hooks/me/{useMe.props.d.ts → IMe.type.d.ts} +1 -1
- package/dist/types/src/hooks/me/IMe.type.d.ts.map +1 -0
- package/dist/types/src/hooks/me/useMe.d.ts +2 -2
- package/dist/types/src/hooks/me/useMe.d.ts.map +1 -1
- package/dist/types/src/hooks/region/{useTranslatedMicroRegions.utils.d.ts → Regions.utils.d.ts} +1 -1
- package/dist/types/src/hooks/region/Regions.utils.d.ts.map +1 -0
- package/dist/types/src/index.d.ts +1 -0
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/lib.d.ts +1 -2
- package/dist/types/src/lib.d.ts.map +1 -1
- package/package.json +32 -39
- package/dist/Messages_en_GB-BKzihiKt.mjs +0 -19
- package/dist/Messages_en_GB-D7rRunf6.mjs +0 -14
- package/dist/lib-Dk32xhqR.mjs +0 -11512
- package/dist/types/.storybook/i18n.d.ts +0 -3
- package/dist/types/.storybook/i18n.d.ts.map +0 -1
- package/dist/types/setupTest.d.ts +0 -7
- package/dist/types/setupTest.d.ts.map +0 -1
- package/dist/types/src/components/Link/Link.component.d.ts.map +0 -1
- package/dist/types/src/components/Link/Link.props.d.ts.map +0 -1
- package/dist/types/src/components/Link/__tests__/Link.snapshot.test.d.ts.map +0 -1
- package/dist/types/src/components/Link/__tests__/Link.spec.d.ts.map +0 -1
- package/dist/types/src/components/Link/index.d.ts +0 -4
- package/dist/types/src/components/Link/index.d.ts.map +0 -1
- package/dist/types/src/components/accordion/index.d.ts +0 -6
- package/dist/types/src/components/accordion/index.d.ts.map +0 -1
- package/dist/types/src/components/action-banner/index.d.ts +0 -3
- package/dist/types/src/components/action-banner/index.d.ts.map +0 -1
- package/dist/types/src/components/action-menu/index.d.ts +0 -3
- package/dist/types/src/components/action-menu/index.d.ts.map +0 -1
- package/dist/types/src/components/action-menu/menu-item/MenuItem.component.d.ts +0 -7
- package/dist/types/src/components/action-menu/menu-item/MenuItem.component.d.ts.map +0 -1
- package/dist/types/src/components/action-menu/menu-item/__tests__/MenuItem.spec.d.ts +0 -2
- package/dist/types/src/components/action-menu/menu-item/__tests__/MenuItem.spec.d.ts.map +0 -1
- package/dist/types/src/components/action-menu/menu-item/index.d.ts +0 -2
- package/dist/types/src/components/action-menu/menu-item/index.d.ts.map +0 -1
- package/dist/types/src/components/badge/__tests__/badge.snapshot.test.d.ts +0 -2
- package/dist/types/src/components/badge/__tests__/badge.snapshot.test.d.ts.map +0 -1
- package/dist/types/src/components/badge/__tests__/badge.spec.d.ts +0 -2
- package/dist/types/src/components/badge/__tests__/badge.spec.d.ts.map +0 -1
- package/dist/types/src/components/badge/badge.component.d.ts.map +0 -1
- package/dist/types/src/components/badge/badge.props.d.ts.map +0 -1
- package/dist/types/src/components/badge/index.d.ts +0 -4
- package/dist/types/src/components/badge/index.d.ts.map +0 -1
- package/dist/types/src/components/base-layout/index.d.ts +0 -4
- package/dist/types/src/components/base-layout/index.d.ts.map +0 -1
- package/dist/types/src/components/breadcrumb/index.d.ts +0 -4
- package/dist/types/src/components/breadcrumb/index.d.ts.map +0 -1
- package/dist/types/src/components/button/index.d.ts +0 -4
- package/dist/types/src/components/button/index.d.ts.map +0 -1
- package/dist/types/src/components/card/index.d.ts +0 -4
- package/dist/types/src/components/card/index.d.ts.map +0 -1
- package/dist/types/src/components/changelog-menu/index.d.ts +0 -3
- package/dist/types/src/components/changelog-menu/index.d.ts.map +0 -1
- package/dist/types/src/components/checkbox/index.d.ts +0 -6
- package/dist/types/src/components/checkbox/index.d.ts.map +0 -1
- package/dist/types/src/components/clipboard/index.d.ts +0 -3
- package/dist/types/src/components/clipboard/index.d.ts.map +0 -1
- package/dist/types/src/components/code/index.d.ts +0 -3
- package/dist/types/src/components/code/index.d.ts.map +0 -1
- package/dist/types/src/components/combobox/index.d.ts +0 -5
- package/dist/types/src/components/combobox/index.d.ts.map +0 -1
- package/dist/types/src/components/datagrid/builder/index.d.ts +0 -3
- package/dist/types/src/components/datagrid/builder/index.d.ts.map +0 -1
- package/dist/types/src/components/datagrid/index.d.ts +0 -5
- package/dist/types/src/components/datagrid/index.d.ts.map +0 -1
- package/dist/types/src/components/datepicker/index.d.ts +0 -6
- package/dist/types/src/components/datepicker/index.d.ts.map +0 -1
- package/dist/types/src/components/delete-modal/index.d.ts +0 -3
- package/dist/types/src/components/delete-modal/index.d.ts.map +0 -1
- package/dist/types/src/components/divider/index.d.ts +0 -4
- package/dist/types/src/components/divider/index.d.ts.map +0 -1
- package/dist/types/src/components/drawer/index.d.ts +0 -2
- package/dist/types/src/components/drawer/index.d.ts.map +0 -1
- package/dist/types/src/components/error/index.d.ts +0 -3
- package/dist/types/src/components/error/index.d.ts.map +0 -1
- package/dist/types/src/components/error-boundary/index.d.ts +0 -3
- package/dist/types/src/components/error-boundary/index.d.ts.map +0 -1
- package/dist/types/src/components/file-upload/index.d.ts +0 -6
- package/dist/types/src/components/file-upload/index.d.ts.map +0 -1
- package/dist/types/src/components/filters/index.d.ts +0 -5
- package/dist/types/src/components/filters/index.d.ts.map +0 -1
- package/dist/types/src/components/form-field/index.d.ts +0 -7
- package/dist/types/src/components/form-field/index.d.ts.map +0 -1
- package/dist/types/src/components/grid-layout/index.d.ts +0 -2
- package/dist/types/src/components/grid-layout/index.d.ts.map +0 -1
- package/dist/types/src/components/guide-menu/index.d.ts +0 -3
- package/dist/types/src/components/guide-menu/index.d.ts.map +0 -1
- package/dist/types/src/components/icon/index.d.ts +0 -4
- package/dist/types/src/components/icon/index.d.ts.map +0 -1
- package/dist/types/src/components/input/index.d.ts +0 -4
- package/dist/types/src/components/input/index.d.ts.map +0 -1
- package/dist/types/src/components/link-card/__tests__/LinkCard.test.d.ts +0 -2
- package/dist/types/src/components/link-card/__tests__/LinkCard.test.d.ts.map +0 -1
- package/dist/types/src/components/link-card/index.d.ts +0 -3
- package/dist/types/src/components/link-card/index.d.ts.map +0 -1
- package/dist/types/src/components/medium/index.d.ts +0 -3
- package/dist/types/src/components/medium/index.d.ts.map +0 -1
- package/dist/types/src/components/message/index.d.ts +0 -6
- package/dist/types/src/components/message/index.d.ts.map +0 -1
- package/dist/types/src/components/meter/index.d.ts +0 -3
- package/dist/types/src/components/meter/index.d.ts.map +0 -1
- package/dist/types/src/components/modal/index.d.ts +0 -4
- package/dist/types/src/components/modal/index.d.ts.map +0 -1
- package/dist/types/src/components/notifications/Notifications.type.d.ts +0 -26
- package/dist/types/src/components/notifications/Notifications.type.d.ts.map +0 -1
- package/dist/types/src/components/notifications/index.d.ts +0 -4
- package/dist/types/src/components/notifications/index.d.ts.map +0 -1
- package/dist/types/src/components/onboarding-layout/OnboardingLayout.type.d.ts.map +0 -1
- package/dist/types/src/components/onboarding-layout/index.d.ts +0 -4
- package/dist/types/src/components/onboarding-layout/index.d.ts.map +0 -1
- package/dist/types/src/components/onboarding-layout/onboarding-layout-button/OnboardingLayoutButton.type.d.ts.map +0 -1
- package/dist/types/src/components/onboarding-layout/onboarding-layout-button/index.d.ts +0 -3
- package/dist/types/src/components/onboarding-layout/onboarding-layout-button/index.d.ts.map +0 -1
- package/dist/types/src/components/order/Order.type.d.ts.map +0 -1
- package/dist/types/src/components/order/index.d.ts +0 -4
- package/dist/types/src/components/order/index.d.ts.map +0 -1
- package/dist/types/src/components/order/order-summary/OrderSummary.type.d.ts.map +0 -1
- package/dist/types/src/components/pagination/index.d.ts +0 -4
- package/dist/types/src/components/pagination/index.d.ts.map +0 -1
- package/dist/types/src/components/password/index.d.ts +0 -3
- package/dist/types/src/components/password/index.d.ts.map +0 -1
- package/dist/types/src/components/phone-number/index.d.ts +0 -6
- package/dist/types/src/components/phone-number/index.d.ts.map +0 -1
- package/dist/types/src/components/popover/index.d.ts +0 -6
- package/dist/types/src/components/popover/index.d.ts.map +0 -1
- package/dist/types/src/components/price/index.d.ts +0 -3
- package/dist/types/src/components/price/index.d.ts.map +0 -1
- package/dist/types/src/components/progress/index.d.ts +0 -4
- package/dist/types/src/components/progress/index.d.ts.map +0 -1
- package/dist/types/src/components/quantity/index.d.ts +0 -5
- package/dist/types/src/components/quantity/index.d.ts.map +0 -1
- package/dist/types/src/components/range/index.d.ts +0 -3
- package/dist/types/src/components/range/index.d.ts.map +0 -1
- package/dist/types/src/components/redirection-guard/index.d.ts +0 -3
- package/dist/types/src/components/redirection-guard/index.d.ts.map +0 -1
- package/dist/types/src/components/select/index.d.ts +0 -5
- package/dist/types/src/components/select/index.d.ts.map +0 -1
- package/dist/types/src/components/service-state-badge/index.d.ts +0 -3
- package/dist/types/src/components/service-state-badge/index.d.ts.map +0 -1
- package/dist/types/src/components/skeleton/index.d.ts +0 -3
- package/dist/types/src/components/skeleton/index.d.ts.map +0 -1
- package/dist/types/src/components/spinner/index.d.ts +0 -4
- package/dist/types/src/components/spinner/index.d.ts.map +0 -1
- package/dist/types/src/components/step/index.d.ts +0 -3
- package/dist/types/src/components/step/index.d.ts.map +0 -1
- package/dist/types/src/components/switch/constants/SwitchConstants.d.ts.map +0 -1
- package/dist/types/src/components/switch/index.d.ts +0 -5
- package/dist/types/src/components/switch/index.d.ts.map +0 -1
- package/dist/types/src/components/table/index.d.ts +0 -4
- package/dist/types/src/components/table/index.d.ts.map +0 -1
- package/dist/types/src/components/tabs/index.d.ts +0 -3
- package/dist/types/src/components/tabs/index.d.ts.map +0 -1
- package/dist/types/src/components/tag/index.d.ts +0 -4
- package/dist/types/src/components/tag/index.d.ts.map +0 -1
- package/dist/types/src/components/tags-list/index.d.ts +0 -3
- package/dist/types/src/components/tags-list/index.d.ts.map +0 -1
- package/dist/types/src/components/tags-list/tags-stack/TagsStack.type.d.ts +0 -4
- package/dist/types/src/components/tags-list/tags-stack/TagsStack.type.d.ts.map +0 -1
- package/dist/types/src/components/tags-tile/index.d.ts +0 -3
- package/dist/types/src/components/tags-tile/index.d.ts.map +0 -1
- package/dist/types/src/components/text/index.d.ts +0 -4
- package/dist/types/src/components/text/index.d.ts.map +0 -1
- package/dist/types/src/components/textarea/index.d.ts +0 -3
- package/dist/types/src/components/textarea/index.d.ts.map +0 -1
- package/dist/types/src/components/tile/index.d.ts +0 -2
- package/dist/types/src/components/tile/index.d.ts.map +0 -1
- package/dist/types/src/components/tiles-input/index.d.ts +0 -3
- package/dist/types/src/components/tiles-input/index.d.ts.map +0 -1
- package/dist/types/src/components/tiles-input-group/index.d.ts +0 -3
- package/dist/types/src/components/tiles-input-group/index.d.ts.map +0 -1
- package/dist/types/src/components/timepicker/index.d.ts +0 -6
- package/dist/types/src/components/timepicker/index.d.ts.map +0 -1
- package/dist/types/src/components/toggle/index.d.ts +0 -5
- package/dist/types/src/components/toggle/index.d.ts.map +0 -1
- package/dist/types/src/components/tooltip/index.d.ts +0 -6
- package/dist/types/src/components/tooltip/index.d.ts.map +0 -1
- package/dist/types/src/components/tree-view/index.d.ts +0 -5
- package/dist/types/src/components/tree-view/index.d.ts.map +0 -1
- package/dist/types/src/components/update-name-modal/index.d.ts +0 -3
- package/dist/types/src/components/update-name-modal/index.d.ts.map +0 -1
- package/dist/types/src/enumTypes/index.d.ts +0 -3
- package/dist/types/src/enumTypes/index.d.ts.map +0 -1
- package/dist/types/src/enumTypes/intervalUnit.d.ts +0 -7
- package/dist/types/src/enumTypes/intervalUnit.d.ts.map +0 -1
- package/dist/types/src/enumTypes/locale.d.ts.map +0 -1
- package/dist/types/src/hooks/catalog-price/index.d.ts +0 -4
- package/dist/types/src/hooks/catalog-price/index.d.ts.map +0 -1
- package/dist/types/src/hooks/catalog-price/useCatalog.props.d.ts.map +0 -1
- package/dist/types/src/hooks/catalog-price/useCatalog.utils.d.ts +0 -8
- package/dist/types/src/hooks/catalog-price/useCatalog.utils.d.ts.map +0 -1
- package/dist/types/src/hooks/catalog-price/useCatalogPrice.test.d.ts.map +0 -1
- package/dist/types/src/hooks/data-api/index.d.ts +0 -4
- package/dist/types/src/hooks/data-api/index.d.ts.map +0 -1
- package/dist/types/src/hooks/data-api/infra/tanstack/use-infinite-query/index.d.ts +0 -3
- package/dist/types/src/hooks/data-api/infra/tanstack/use-infinite-query/index.d.ts.map +0 -1
- package/dist/types/src/hooks/data-api/infra/tanstack/use-query/index.d.ts +0 -3
- package/dist/types/src/hooks/data-api/infra/tanstack/use-query/index.d.ts.map +0 -1
- package/dist/types/src/hooks/data-api/ports/use-data-api/index.d.ts +0 -3
- package/dist/types/src/hooks/data-api/ports/use-data-api/index.d.ts.map +0 -1
- package/dist/types/src/hooks/data-api/ports/use-data-api/useDataApi.constants.d.ts.map +0 -1
- package/dist/types/src/hooks/data-api/ports/use-data-api/useDataApi.d.ts.map +0 -1
- package/dist/types/src/hooks/data-api/ports/use-data-api/useDataApi.types.d.ts.map +0 -1
- package/dist/types/src/hooks/data-api/utils/data-retrieval-operations/__tests__/useDataRetrievalOperations.spec.d.ts.map +0 -1
- package/dist/types/src/hooks/data-api/utils/data-retrieval-operations/useDataRetrievalOperations.d.ts +0 -18
- package/dist/types/src/hooks/data-api/utils/data-retrieval-operations/useDataRetrievalOperations.d.ts.map +0 -1
- package/dist/types/src/hooks/date/index.d.ts +0 -3
- package/dist/types/src/hooks/date/index.d.ts.map +0 -1
- package/dist/types/src/hooks/date/useDateFnsLocale/__tests__/useDateFnsLocale.spec.d.ts.map +0 -1
- package/dist/types/src/hooks/date/useDateFnsLocale/index.d.ts +0 -3
- package/dist/types/src/hooks/date/useDateFnsLocale/index.d.ts.map +0 -1
- package/dist/types/src/hooks/date/useDateFnsLocale/useDateFnsLocale.d.ts.map +0 -1
- package/dist/types/src/hooks/date/useDateFnsLocale/useDateFnsLocale.type.d.ts.map +0 -1
- package/dist/types/src/hooks/date/useFormatDate/__tests__/useFormatDate.spec.d.ts.map +0 -1
- package/dist/types/src/hooks/date/useFormatDate/__tests__/useFormatDateEnglish.spec.d.ts.map +0 -1
- package/dist/types/src/hooks/date/useFormatDate/index.d.ts +0 -4
- package/dist/types/src/hooks/date/useFormatDate/index.d.ts.map +0 -1
- package/dist/types/src/hooks/date/useFormatDate/useFormatDate.d.ts.map +0 -1
- package/dist/types/src/hooks/date/useFormatDate/useFormatDate.type.d.ts.map +0 -1
- package/dist/types/src/hooks/iam/iam.interface.d.ts.map +0 -1
- package/dist/types/src/hooks/iam/index.d.ts +0 -3
- package/dist/types/src/hooks/iam/index.d.ts.map +0 -1
- package/dist/types/src/hooks/iam/useOvhIam.spec.d.ts.map +0 -1
- package/dist/types/src/hooks/me/index.d.ts +0 -3
- package/dist/types/src/hooks/me/index.d.ts.map +0 -1
- package/dist/types/src/hooks/me/useMe.props.d.ts.map +0 -1
- package/dist/types/src/hooks/region/index.d.ts +0 -3
- package/dist/types/src/hooks/region/index.d.ts.map +0 -1
- package/dist/types/src/hooks/region/useTranslatedMicroRegions.utils.d.ts.map +0 -1
- package/dist/types/src/utils/Test.utils.d.ts +0 -24
- package/dist/types/src/utils/Test.utils.d.ts.map +0 -1
- package/dist/types/src/utils/click-utils.d.ts +0 -7
- package/dist/types/src/utils/click-utils.d.ts.map +0 -1
- package/dist/types/src/utils/format-tags.d.ts.map +0 -1
- package/dist/types/src/utils/index.d.ts +0 -3
- package/dist/types/src/utils/index.d.ts.map +0 -1
- package/dist/types/src/utils/translation-helper.d.ts +0 -4
- package/dist/types/src/utils/translation-helper.d.ts.map +0 -1
- /package/dist/types/src/components/{Link → link}/Link.component.d.ts +0 -0
- /package/dist/types/src/components/{Link → link}/__tests__/Link.snapshot.test.d.ts +0 -0
- /package/dist/types/src/components/{Link → link}/__tests__/Link.spec.d.ts +0 -0
- /package/dist/types/src/hooks/catalog-price/{useCatalogPrice.test.d.ts → __tests__/useCatalogPrice.test.d.ts} +0 -0
- /package/dist/types/src/hooks/data-api/{utils/data-retrieval-operations/__tests__ → __tests__}/useDataRetrievalOperations.spec.d.ts +0 -0
- /package/dist/types/src/hooks/data-api/ports/{use-data-api/useDataApi.constants.d.ts → useDataApi.constants.d.ts} +0 -0
- /package/dist/types/src/hooks/data-api/ports/{use-data-api/useDataApi.d.ts → useDataApi.d.ts} +0 -0
- /package/dist/types/src/hooks/date/{useDateFnsLocale → date-fns-locale}/__tests__/useDateFnsLocale.spec.d.ts +0 -0
- /package/dist/types/src/hooks/date/{useDateFnsLocale → date-fns-locale}/useDateFnsLocale.d.ts +0 -0
- /package/dist/types/src/hooks/date/{useFormatDate → date-formatter}/__tests__/useFormatDate.spec.d.ts +0 -0
- /package/dist/types/src/hooks/date/{useFormatDate → date-formatter}/__tests__/useFormatDateEnglish.spec.d.ts +0 -0
- /package/dist/types/src/hooks/iam/{useOvhIam.spec.d.ts → __tests__/useOvhIam.spec.d.ts} +0 -0
|
@@ -1,68 +1,201 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export
|
|
24
|
-
export
|
|
25
|
-
export
|
|
26
|
-
export
|
|
27
|
-
export
|
|
28
|
-
export
|
|
29
|
-
export
|
|
30
|
-
export
|
|
31
|
-
export
|
|
32
|
-
export
|
|
33
|
-
export
|
|
34
|
-
export
|
|
35
|
-
export
|
|
36
|
-
export
|
|
37
|
-
export
|
|
38
|
-
export
|
|
39
|
-
export
|
|
40
|
-
export
|
|
41
|
-
export
|
|
42
|
-
export
|
|
43
|
-
export
|
|
44
|
-
export
|
|
45
|
-
export
|
|
46
|
-
export
|
|
47
|
-
export
|
|
48
|
-
export
|
|
49
|
-
export
|
|
50
|
-
export
|
|
51
|
-
export
|
|
52
|
-
export
|
|
53
|
-
export
|
|
54
|
-
export
|
|
55
|
-
export
|
|
56
|
-
export
|
|
57
|
-
export
|
|
58
|
-
export
|
|
59
|
-
export
|
|
60
|
-
export
|
|
61
|
-
export
|
|
62
|
-
export
|
|
63
|
-
export
|
|
64
|
-
export
|
|
65
|
-
export
|
|
66
|
-
export
|
|
67
|
-
export
|
|
1
|
+
export { AccordionContent } from './accordion/accordion-content/AccordionContent.component';
|
|
2
|
+
export { AccordionItem } from './accordion/accordion-item/AccordionItem.component';
|
|
3
|
+
export { AccordionTrigger } from './accordion/accordion-trigger/AccordionTrigger.component';
|
|
4
|
+
export { Accordion } from './accordion/Accordion.component';
|
|
5
|
+
export { ActionBanner } from './action-banner/ActionBanner.component';
|
|
6
|
+
export { ActionMenu } from './action-menu/ActionMenu.component';
|
|
7
|
+
export { Badge } from './badge/Badge.component';
|
|
8
|
+
export { BaseLayout } from './base-layout/BaseLayout.component';
|
|
9
|
+
export { Header } from './base-layout/header/Header.component';
|
|
10
|
+
export { Breadcrumb } from './breadcrumb/Breadcrumb.component';
|
|
11
|
+
export { Button } from './button/Button.component';
|
|
12
|
+
export { Card } from './card/Card.component';
|
|
13
|
+
export { ChangelogMenu } from './changelog-menu/ChangelogMenu.component';
|
|
14
|
+
export { CheckboxControl } from './checkbox/checkbox-control/CheckboxControl.component';
|
|
15
|
+
export { CheckboxGroup } from './checkbox/checkbox-group/CheckboxGroup.component';
|
|
16
|
+
export { CheckboxLabel } from './checkbox/checkbox-label/CheckboxLabel.component';
|
|
17
|
+
export { Checkbox } from './checkbox/Checkbox.component';
|
|
18
|
+
export { Clipboard } from './clipboard/Clipboard.component';
|
|
19
|
+
export { Code } from './code/Code.component';
|
|
20
|
+
export { ComboboxContent } from './combobox/combobox-content/ComboboxContent.component';
|
|
21
|
+
export { ComboboxControl } from './combobox/combobox-control/ComboboxControl.component';
|
|
22
|
+
export { Combobox } from './combobox/Combobox.component';
|
|
23
|
+
export { Datagrid } from './datagrid/Datagrid.component';
|
|
24
|
+
export { CellRow } from './datagrid/table/table-body/cell-row/CellRow.component';
|
|
25
|
+
export { DatepickerContent } from './datepicker/datepicker-content/DatepickerContent.component';
|
|
26
|
+
export { DatepickerControl } from './datepicker/datepicker-control/DatepickerControl.component';
|
|
27
|
+
export { Datepicker } from './datepicker/Datepicker.component';
|
|
28
|
+
export { DeleteModal } from './delete-modal/DeleteModal.component';
|
|
29
|
+
export { Divider } from './divider/Divider.component';
|
|
30
|
+
export { ErrorBoundary } from './error-boundary/ErrorBoundary.component';
|
|
31
|
+
export { Error } from './error/Error.component';
|
|
32
|
+
export { FileUploadItem } from './file-upload/file-upload-item/FileUploadItem.component';
|
|
33
|
+
export { FileUploadList } from './file-upload/file-upload-list/FileUploadList.component';
|
|
34
|
+
export { FileUpload } from './file-upload/FileUpload.component';
|
|
35
|
+
export { FilterAdd } from './filters/filter-add/Filteradd.component';
|
|
36
|
+
export { FilterList } from './filters/filter-list/FilterList.component';
|
|
37
|
+
export { FormFieldError } from './form-field/form-field-error/FormFieldError.component';
|
|
38
|
+
export { FormFieldHelper } from './form-field/form-field-helper/FormFieldHelper.component';
|
|
39
|
+
export { FormFieldLabel } from './form-field/form-field-label/FormFieldLabel.component';
|
|
40
|
+
export { FormField } from './form-field/FormField.component';
|
|
41
|
+
export { GridLayout } from './grid-layout/GridLayout.component';
|
|
42
|
+
export { GuideMenu } from './guide-menu/GuideMenu.component';
|
|
43
|
+
export { Icon } from './icon/Icon.component';
|
|
44
|
+
export { Input } from './input/Input.component';
|
|
45
|
+
export { LinkCard } from './link-card/LinkCard.component';
|
|
46
|
+
export { Link } from './link/Link.component';
|
|
47
|
+
export { LinkType } from './link/Link.props';
|
|
48
|
+
export { Medium } from './medium/Medium.component';
|
|
49
|
+
export { MessageBody } from './message/message-body/MessageBody.component';
|
|
50
|
+
export { MessageIcon } from './message/message-icon/MessageIcon.component';
|
|
51
|
+
export { Message } from './message/Message.component';
|
|
52
|
+
export { Meter } from './meter/Meter.component';
|
|
53
|
+
export { Modal } from './modal/Modal.component';
|
|
54
|
+
export { Notifications } from './notifications/Notifications.component';
|
|
55
|
+
export { useNotifications } from './notifications/useNotifications';
|
|
56
|
+
export { OnboardingLayoutButton } from './onboarding-layout/onboarding-layout-button/OnboardingLayoutButton.component';
|
|
57
|
+
export { OnboardingLayout } from './onboarding-layout/OnboardingLayout.component';
|
|
58
|
+
export { Order } from './order/Order.component';
|
|
59
|
+
export { useOrderContext } from './order/Order.context';
|
|
60
|
+
export { Pagination } from './pagination/Pagination.component';
|
|
61
|
+
export { Password } from './password/Password.component';
|
|
62
|
+
export { PhoneNumberControl } from './phone-number/phone-number-control/PhoneNumberControl.component';
|
|
63
|
+
export { PhoneNumberCountryList } from './phone-number/phone-number-country-list/PhoneNumberCountryList.component';
|
|
64
|
+
export { PhoneNumber } from './phone-number/PhoneNumber.component';
|
|
65
|
+
export { PopoverContent } from './popover/popover-content/PopoverContent.component';
|
|
66
|
+
export { PopoverTrigger } from './popover/popover-trigger/PopoverTrigger.component';
|
|
67
|
+
export { Popover } from './popover/Popover.component';
|
|
68
|
+
export { Price } from './price/Price.component';
|
|
69
|
+
export { ProgressBar } from './progress/progress-bar/ProgressBar.component';
|
|
70
|
+
export { Progress } from './progress/Progress.component';
|
|
71
|
+
export { QuantityControl } from './quantity/quantity-control/QuantityControl.component';
|
|
72
|
+
export { QuantityInput } from './quantity/quantity-input/QuantityInput.component';
|
|
73
|
+
export { Quantity } from './quantity/Quantity.component';
|
|
74
|
+
export { RadioControl } from './radio-group/radio-control/RadioControl.component';
|
|
75
|
+
export { RadioLabel } from './radio-group/radio-label/RadioLabel.component';
|
|
76
|
+
export { Radio } from './radio-group/radio/Radio.component';
|
|
77
|
+
export { RadioGroup } from './radio-group/RadioGroup.component';
|
|
78
|
+
export { Range } from './range/Range.component';
|
|
79
|
+
export { RedirectionGuard } from './redirection-guard/RedirectionGuard.component';
|
|
80
|
+
export { SelectContent } from './select/select-content/SelectContent.component';
|
|
81
|
+
export { SelectControl } from './select/select-control/SelectControl.component';
|
|
82
|
+
export { Select } from './select/Select.component';
|
|
83
|
+
export { Skeleton } from './skeleton/Skeleton.component';
|
|
84
|
+
export { Spinner } from './spinner/Spinner.component';
|
|
85
|
+
export { Step } from './step/Step.component';
|
|
86
|
+
export { SwitchItem } from './switch/switch-item/SwitchItem.component';
|
|
87
|
+
export { Switch } from './switch/Switch.component';
|
|
88
|
+
export { Table } from './table/Table.component';
|
|
89
|
+
export { TabsComponent } from './tabs/Tabs.component';
|
|
90
|
+
export { Tag } from './tag/Tag.component';
|
|
91
|
+
export { TagsList } from './tags-list/TagsList.component';
|
|
92
|
+
export { TagsTile } from './tags-tile/TagsTile.component';
|
|
93
|
+
export { Text } from './text/Text.component';
|
|
94
|
+
export { Textarea } from './textarea/Textarea.component';
|
|
95
|
+
export { TilesInputGroupComponent } from './tiles-input-group/TilesInputGroup.component';
|
|
96
|
+
export { TilesInputComponent } from './tiles-input/TilesInput.component';
|
|
97
|
+
export { TimepickerControl } from './timepicker/timepicker-control/TimepickerControl.component';
|
|
98
|
+
export { TimepickerTimezoneList } from './timepicker/timepicker-timezone-list/TimepickerTimezoneList.component';
|
|
99
|
+
export { Timepicker } from './timepicker/Timepicker.component';
|
|
100
|
+
export { ToggleControl } from './toggle/toggle-control/ToggleControl.component';
|
|
101
|
+
export { ToggleLabel } from './toggle/toggle-label/ToggleLabel.component';
|
|
102
|
+
export { Toggle } from './toggle/Toggle.component';
|
|
103
|
+
export { TooltipContent } from './tooltip/tooltip-content/TooltipContent.component';
|
|
104
|
+
export { TooltipTrigger } from './tooltip/tooltip-trigger/TooltipTrigger.component';
|
|
105
|
+
export { Tooltip } from './tooltip/Tooltip.component';
|
|
106
|
+
export { TreeViewNode } from './tree-view/tree-view-node/TreeViewNode.component';
|
|
107
|
+
export { TreeViewNodes } from './tree-view/tree-view-nodes/TreeViewNodes.component';
|
|
108
|
+
export { TreeView } from './tree-view/TreeView.component';
|
|
109
|
+
export { UpdateNameModal } from './update-name-modal/UpdateNameModal.component';
|
|
110
|
+
export * from './card/constants/CardConstants';
|
|
111
|
+
export * from './datepicker/constants/DatepickerConstants';
|
|
112
|
+
export * from './divider/constants/DividerConstants';
|
|
113
|
+
export * as Drawer from './drawer/namespace';
|
|
114
|
+
export * from './file-upload/constants/FileUploadConstants';
|
|
115
|
+
export * from './form-field/hooks/useFormField';
|
|
116
|
+
export * from './icon/constants/IconConstants';
|
|
117
|
+
export * from './input/constants/InputConstants';
|
|
118
|
+
export * from './message/constants/MessageConstants';
|
|
119
|
+
export * from './pagination/constants/PaginationConstants';
|
|
120
|
+
export * from './phone-number/constants/PhoneNumberConstants';
|
|
121
|
+
export * from './popover/constants/PopoverConstants';
|
|
122
|
+
export * from './spinner/constants/SpinnerConstants';
|
|
123
|
+
export * from './switch/constants/Switch.constants';
|
|
124
|
+
export * from './table/constants/TableConstants';
|
|
125
|
+
export * from './tag/constants/TagConstants';
|
|
126
|
+
export * as Tile from './tile/namespace';
|
|
127
|
+
export * from './timepicker/constants/TimepickerConstants';
|
|
128
|
+
export * from './tooltip/constants/TooltipConstants';
|
|
129
|
+
export type { AccordionProps } from './accordion/Accordion.props';
|
|
130
|
+
export type { ActionBannerProps } from './action-banner/ActionBanner.props';
|
|
131
|
+
export type { ActionMenuItemProps, ActionMenuProps } from './action-menu/ActionMenu.props';
|
|
132
|
+
export type { BadgeProps } from './badge/Badge.props';
|
|
133
|
+
export type { BaseLayoutProps } from './base-layout/BaseLayout.props';
|
|
134
|
+
export type { HeaderProps } from './base-layout/header/Header.props';
|
|
135
|
+
export type { BreadcrumbProps } from './breadcrumb/Breadcrumb.props';
|
|
136
|
+
export type { ButtonProps } from './button/Button.props';
|
|
137
|
+
export type { CardProps } from './card/Card.props';
|
|
138
|
+
export type { ChangelogMenuProps, ChangelogMenuLinks } from './changelog-menu/ChangelogMenu.props';
|
|
139
|
+
export type { CheckboxProps } from './checkbox/Checkbox.props';
|
|
140
|
+
export type { ClipboardProps } from './clipboard/Clipboard.props';
|
|
141
|
+
export type { CodeProps } from './code/Code.props';
|
|
142
|
+
export type { ComboboxProps } from './combobox/Combobox.props';
|
|
143
|
+
export type { DatepickerProps } from './datepicker/Datepicker.props';
|
|
144
|
+
export type { DeleteModalProps } from './delete-modal/DeleteModal.props';
|
|
145
|
+
export type { DividerProps } from './divider/Divider.props';
|
|
146
|
+
export type { DrawerFooterProps } from './drawer/drawer-footer/DrawerFooter.props';
|
|
147
|
+
export type { DrawerHandleProps } from './drawer/drawer-handle/DrawerHandle.props';
|
|
148
|
+
export type { DrawerHeaderProps } from './drawer/drawer-header/DrawerHeader.props';
|
|
149
|
+
export type { DrawerRootCollapsibleProps } from './drawer/drawer-root-collapsible/DrawerRootCollapsible.props';
|
|
150
|
+
export type { DrawerRootProps } from './drawer/drawer-root/DrawerRoot.props';
|
|
151
|
+
export type { ErrorBoundaryProps, ResponseAPIError } from './error-boundary/ErrorBoundary.props';
|
|
152
|
+
export type { ErrorProps, ErrorObject, ErrorMessage } from './error/Error.props';
|
|
153
|
+
export type { FileUploadProps } from './file-upload/FileUpload.props';
|
|
154
|
+
export type { ColumnFilter, FilterAddProps } from './filters/filter-add/FilterAdd.props';
|
|
155
|
+
export type { FilterProps, TagsFilterFormProps } from './filters/Filter.props';
|
|
156
|
+
export type { FormFieldProps } from './form-field/FormField.props';
|
|
157
|
+
export type { GuideMenuItem, GuideMenuProps } from './guide-menu/GuideMenu.props';
|
|
158
|
+
export type { IconProps } from './icon/Icon.props';
|
|
159
|
+
export type { InputProps } from './input/Input.props';
|
|
160
|
+
export type { LinkCardBadge } from './link-card/LinkCard.props';
|
|
161
|
+
export type { LinkCardProps } from './link-card/LinkCard.props';
|
|
162
|
+
export type { LinkProps } from './link/Link.props';
|
|
163
|
+
export type { MediumProps } from './medium/Medium.props';
|
|
164
|
+
export type { MessageProps } from './message/Message.props';
|
|
165
|
+
export type { MeterProps } from './meter/Meter.props';
|
|
166
|
+
export type { ModalProps } from './modal/Modal.props';
|
|
167
|
+
export type { NotificationProps } from './notifications/Notifications.props';
|
|
168
|
+
export type { OnboardingLayoutButtonProps } from './onboarding-layout/onboarding-layout-button/OnboardingLayoutButton.props';
|
|
169
|
+
export type { OnboardingLayoutProps } from './onboarding-layout/OnboardingLayout.props';
|
|
170
|
+
export type { TOrderContext } from './order/Order.props';
|
|
171
|
+
export type { PaginationProps } from './pagination/Pagination.props';
|
|
172
|
+
export type { PasswordProps } from './password/Password.props';
|
|
173
|
+
export type { PhoneNumberProps } from './phone-number/PhoneNumber.props';
|
|
174
|
+
export type { PopoverProps } from './popover/Popover.props';
|
|
175
|
+
export type { PriceProps } from './price/Price.props';
|
|
176
|
+
export type { ProgressProps } from './progress/Progress.props';
|
|
177
|
+
export type { QuantityProps } from './quantity/Quantity.props';
|
|
178
|
+
export type { RadioGroupProps } from './radio-group/RadioGroup.props';
|
|
179
|
+
export type { RangeProps } from './range/Range.props';
|
|
180
|
+
export type { RedirectionGuardProps } from './redirection-guard/RedirectionGuard.props';
|
|
181
|
+
export type { SelectProps } from './select/Select.props';
|
|
182
|
+
export type { SkeletonProps } from './skeleton/Skeleton.props';
|
|
183
|
+
export type { SpinnerProps } from './spinner/Spinner.props';
|
|
184
|
+
export type { StepProps } from './step/Step.props';
|
|
185
|
+
export type { SwitchProps } from './switch/Switch.props';
|
|
186
|
+
export type { TableProps } from './table/Table.props';
|
|
187
|
+
export type { TabsProps } from './tabs/Tabs.props';
|
|
188
|
+
export type { TagProps } from './tag/Tag.props';
|
|
189
|
+
export type { TagsListProps } from './tags-list/TagsList.props';
|
|
190
|
+
export type { TagsTileProps } from './tags-tile/TagsTile.props';
|
|
191
|
+
export type { TextProps } from './text/Text.props';
|
|
192
|
+
export type { TextareaProps } from './textarea/Textarea.props';
|
|
193
|
+
export type { TilesInputProps, TilesInputState } from './tiles-input/TilesInput.props';
|
|
194
|
+
export type { TimepickerProps } from './timepicker/Timepicker.props';
|
|
195
|
+
export type { ToggleProps } from './toggle/Toggle.props';
|
|
196
|
+
export type { TooltipProps } from './tooltip/Tooltip.props';
|
|
197
|
+
export type { TreeViewProps } from './tree-view/TreeView.props';
|
|
198
|
+
export type { UpdateNameModalProps } from './update-name-modal/UpdateNameModal.props';
|
|
199
|
+
export type { TilesInputGroupProps, TilesInputGroupState, } from './tiles-input-group/TilesInputGroup.props';
|
|
200
|
+
export type { ExpandedProps, ColumnMetaType, DatagridProps, DatagridColumn, RowSelectionProps, SearchProps, } from './datagrid/Datagrid.props';
|
|
68
201
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Input.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/input/Input.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Input.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/input/Input.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAE5D,eAAO,MAAM,KAAK,GAAI,OAAO,UAAU,4CAA4B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Link.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/link/Link.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAc1B,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAKzD,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CA+CpC,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { DOMAttributes, JSX, ReactNode } from 'react';
|
|
2
2
|
import { LinkProp } from '@ovhcloud/ods-react';
|
|
3
3
|
export declare enum LinkType {
|
|
4
4
|
back = "back",
|
|
@@ -20,8 +20,18 @@ export interface LinkProps extends LinkProp, DOMAttributes<HTMLAnchorElement> {
|
|
|
20
20
|
isIamTrigger?: boolean;
|
|
21
21
|
disableIamCheck?: boolean;
|
|
22
22
|
}
|
|
23
|
-
|
|
24
|
-
type?: LinkType;
|
|
25
|
-
children:
|
|
26
|
-
}
|
|
23
|
+
type BackLinkProps = {
|
|
24
|
+
type?: LinkType.back;
|
|
25
|
+
children: ReactNode;
|
|
26
|
+
};
|
|
27
|
+
type ExternalLinkProps = {
|
|
28
|
+
type?: LinkType.external;
|
|
29
|
+
children: ReactNode;
|
|
30
|
+
};
|
|
31
|
+
type NextLinkProps = {
|
|
32
|
+
type?: LinkType.next;
|
|
33
|
+
children: ReactNode;
|
|
34
|
+
};
|
|
35
|
+
export type LinkIconsProps = BackLinkProps | ExternalLinkProps | NextLinkProps;
|
|
36
|
+
export {};
|
|
27
37
|
//# sourceMappingURL=Link.props.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Link.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/link/Link.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtD,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAE/C,oBAAY,QAAQ;IAClB,IAAI,SAAS;IACb,IAAI,SAAS;IACb,QAAQ,aAAa;CACtB;AAED,MAAM,WAAW,SAAU,SAAQ,QAAQ,EAAE,aAAa,CAAC,iBAAiB,CAAC;IAC3E,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC,OAAO,CAAC;IAChC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAEhB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,KAAK,aAAa,GAAG;IAAE,IAAI,CAAC,EAAE,QAAQ,CAAC,IAAI,CAAC;IAAC,QAAQ,EAAE,SAAS,CAAA;CAAE,CAAC;AACnE,KAAK,iBAAiB,GAAG;IAAE,IAAI,CAAC,EAAE,QAAQ,CAAC,QAAQ,CAAC;IAAC,QAAQ,EAAE,SAAS,CAAA;CAAE,CAAC;AAC3E,KAAK,aAAa,GAAG;IAAE,IAAI,CAAC,EAAE,QAAQ,CAAC,IAAI,CAAC;IAAC,QAAQ,EAAE,SAAS,CAAA;CAAE,CAAC;AAEnE,MAAM,MAAM,cAAc,GAAG,aAAa,GAAG,iBAAiB,GAAG,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LinkIcons.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/link/LinkIcons.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAY,MAAM,8BAA8B,CAAC;AAExE,wBAAgB,SAAS,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,cAAc,2CA8B3D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Link.snapshot.test.d.ts","sourceRoot":"","sources":["../../../../../../src/components/link/__tests__/Link.snapshot.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Link.spec.d.ts","sourceRoot":"","sources":["../../../../../../src/components/link/__tests__/Link.spec.tsx"],"names":[],"mappings":""}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { JSX } from 'react';
|
|
2
2
|
import { LinkCardProps } from './LinkCard.props';
|
|
3
|
-
export declare
|
|
3
|
+
export declare function LinkCard({ href, externalHref, hrefLabel, img, badges, texts, onClick, trackingLabel, ...props }: LinkCardProps): JSX.Element;
|
|
4
|
+
export declare namespace LinkCard {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
4
7
|
//# sourceMappingURL=LinkCard.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinkCard.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/link-card/LinkCard.component.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"LinkCard.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/link-card/LinkCard.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAO5B,OAAO,KAAK,EAAiB,aAAa,EAAE,MAAM,uCAAuC,CAAC;AAI1F,OAAO,6BAA6B,CAAC;AAErC,wBAAgB,QAAQ,CAAC,EACvB,IAAI,EACJ,YAAY,EACZ,SAAS,EACT,GAAG,EACH,MAAM,EACN,KAAK,EACL,OAAO,EACP,aAAa,EACb,GAAG,KAAK,EACT,EAAE,aAAa,GAAG,GAAG,CAAC,OAAO,CA4D7B;yBAtEe,QAAQ"}
|
|
@@ -1,25 +1,24 @@
|
|
|
1
|
-
import { MouseEvent } from 'react';
|
|
2
|
-
export type LinkCardBadge = {
|
|
1
|
+
import { AnchorHTMLAttributes, MouseEvent } from 'react';
|
|
2
|
+
export type LinkCardBadge = Readonly<{
|
|
3
3
|
text: string;
|
|
4
|
-
}
|
|
5
|
-
type LinkCardImageDetails = {
|
|
6
|
-
src?: string;
|
|
7
|
-
alt?: string;
|
|
8
|
-
}
|
|
9
|
-
export type LinkCardProps = {
|
|
4
|
+
}>;
|
|
5
|
+
export type LinkCardImageDetails = Readonly<{
|
|
6
|
+
src?: string | null;
|
|
7
|
+
alt?: string | null;
|
|
8
|
+
}>;
|
|
9
|
+
export type LinkCardProps = Readonly<{
|
|
10
10
|
href: string;
|
|
11
11
|
externalHref?: boolean;
|
|
12
12
|
hrefLabel?: string;
|
|
13
|
-
img?: LinkCardImageDetails;
|
|
13
|
+
img?: LinkCardImageDetails | null;
|
|
14
14
|
texts: {
|
|
15
15
|
title: string;
|
|
16
|
-
description?: string;
|
|
16
|
+
description?: string | null;
|
|
17
17
|
category: string;
|
|
18
18
|
};
|
|
19
|
-
badges?: LinkCardBadge[];
|
|
19
|
+
badges?: LinkCardBadge[] | null;
|
|
20
20
|
hoverable?: boolean;
|
|
21
|
-
onClick?: (event: MouseEvent) => void;
|
|
21
|
+
onClick?: (event: MouseEvent<HTMLAnchorElement>) => void;
|
|
22
22
|
trackingLabel?: string;
|
|
23
|
-
}
|
|
24
|
-
export {};
|
|
23
|
+
}> & Omit<AnchorHTMLAttributes<HTMLAnchorElement>, 'href' | 'onClick'>;
|
|
25
24
|
//# sourceMappingURL=LinkCard.props.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinkCard.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/link-card/LinkCard.props.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"LinkCard.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/link-card/LinkCard.props.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAE9D,MAAM,MAAM,aAAa,GAAG,QAAQ,CAAC;IACnC,IAAI,EAAE,MAAM,CAAC;CACd,CAAC,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,QAAQ,CAAC;IAC1C,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACrB,CAAC,CAAC;AAEH,MAAM,MAAM,aAAa,GAAG,QAAQ,CAAC;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,GAAG,CAAC,EAAE,oBAAoB,GAAG,IAAI,CAAC;IAClC,KAAK,EAAE;QACL,KAAK,EAAE,MAAM,CAAC;QACd,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC5B,QAAQ,EAAE,MAAM,CAAC;KAClB,CAAC;IACF,MAAM,CAAC,EAAE,aAAa,EAAE,GAAG,IAAI,CAAC;IAChC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IACzD,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC,GACA,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LinkCard.snapshot.test.d.ts","sourceRoot":"","sources":["../../../../../../src/components/link-card/__tests__/LinkCard.snapshot.test.tsx"],"names":[],"mappings":""}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LinkCardProps } from '
|
|
1
|
+
import { LinkCardProps } from '../LinkCard.props';
|
|
2
2
|
export declare const texts: {
|
|
3
3
|
title: string;
|
|
4
4
|
category: string;
|
|
@@ -12,5 +12,5 @@ export declare const href = "https://ovh.com";
|
|
|
12
12
|
export declare const badges: {
|
|
13
13
|
text: string;
|
|
14
14
|
}[];
|
|
15
|
-
export declare const renderLinkCard: (props
|
|
15
|
+
export declare const renderLinkCard: (props: LinkCardProps) => import('@testing-library/react').RenderResult<typeof import("@testing-library/dom/types/queries"), HTMLElement, HTMLElement>;
|
|
16
16
|
//# sourceMappingURL=LinkCard.spec.utils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinkCard.spec.utils.d.ts","sourceRoot":"","sources":["../../../../../../src/components/link-card/__tests__/LinkCard.spec.utils.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LinkCard.spec.utils.d.ts","sourceRoot":"","sources":["../../../../../../src/components/link-card/__tests__/LinkCard.spec.utils.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AAEtE,eAAO,MAAM,KAAK;;;CAGjB,CAAC;AAEF,eAAO,MAAM,WAAW,0PACiO,CAAC;AAE1P,eAAO,MAAM,GAAG;;;CAGf,CAAC;AAEF,eAAO,MAAM,IAAI,oBAAoB,CAAC;AAEtC,eAAO,MAAM,MAAM;;GAOlB,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,OAAO,aAAa,iIAAoC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Medium.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/medium/Medium.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Medium.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/medium/Medium.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAE/D,eAAO,MAAM,MAAM,GAAI,OAAO,WAAW,4CAA6B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Message.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/message/Message.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Message.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/message/Message.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAElE,eAAO,MAAM,OAAO,GAAI,yBAAyB,YAAY,4CAE5D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Meter.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/meter/Meter.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Meter.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/meter/Meter.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAE5D,eAAO,MAAM,KAAK,GAAI,OAAO,UAAU,4CAA4B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Modal.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal/Modal.component.tsx"],"names":[],"mappings":"AAIA,OAAO,EAGL,WAAW,EAQZ,MAAM,qBAAqB,CAAC;AAM7B,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"Modal.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal/Modal.component.tsx"],"names":[],"mappings":"AAIA,OAAO,EAGL,WAAW,EAQZ,MAAM,qBAAqB,CAAC;AAM7B,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;eAuBO,CAAC;aACuB,CAAC;;;;;;kDAwEjD,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ModalProps } from '../Modal.props';
|
|
1
2
|
export declare const heading = "Example Heading";
|
|
2
3
|
export declare const ModalContent: () => import("react/jsx-runtime").JSX.Element;
|
|
3
4
|
export declare const actions: {
|
|
@@ -14,8 +15,5 @@ export declare const actions: {
|
|
|
14
15
|
onClick: import('vitest').Mock<(...args: any[]) => any>;
|
|
15
16
|
};
|
|
16
17
|
};
|
|
17
|
-
export declare const renderModal: ({ children, ...props }:
|
|
18
|
-
[x: string]: any;
|
|
19
|
-
children: any;
|
|
20
|
-
}) => import('@testing-library/react').RenderResult;
|
|
18
|
+
export declare const renderModal: ({ children, ...props }: ModalProps) => import('@testing-library/react').RenderResult;
|
|
21
19
|
//# sourceMappingURL=ModalTest.utils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModalTest.utils.d.ts","sourceRoot":"","sources":["../../../../../../src/components/modal/__tests__/ModalTest.utils.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ModalTest.utils.d.ts","sourceRoot":"","sources":["../../../../../../src/components/modal/__tests__/ModalTest.utils.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAE5D,eAAO,MAAM,OAAO,oBAAoB,CAAC;AAEzC,eAAO,MAAM,YAAY,+CAYxB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;;CAanB,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,wBAAwB,UAAU,kDAChB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Notifications.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/notifications/Notifications.component.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAuB,MAAM,OAAO,CAAC;AAMvD,OAAO,
|
|
1
|
+
{"version":3,"file":"Notifications.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/notifications/Notifications.component.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAuB,MAAM,OAAO,CAAC;AAMvD,OAAO,EAAgB,iBAAiB,EAAoB,MAAM,uBAAuB,CAAC;AAU1F,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,iBAAiB,CAwB/C,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export declare enum NotificationType {
|
|
3
|
+
Success = "success",
|
|
4
|
+
Error = "error",
|
|
5
|
+
Info = "info",
|
|
6
|
+
Warning = "warning"
|
|
7
|
+
}
|
|
8
|
+
export interface Notification {
|
|
9
|
+
uid: number;
|
|
10
|
+
content: ReactNode;
|
|
11
|
+
type: NotificationType;
|
|
12
|
+
dismissible?: boolean;
|
|
13
|
+
creationTimestamp?: number;
|
|
14
|
+
}
|
|
15
|
+
export interface NotificationState {
|
|
16
|
+
uid: number;
|
|
17
|
+
notifications: Notification[];
|
|
18
|
+
addNotification: (content: ReactNode, type: NotificationType, dismissible?: boolean) => void;
|
|
19
|
+
addSuccess: (content: ReactNode, dismissible?: boolean) => void;
|
|
20
|
+
addError: (content: ReactNode, dismissible?: boolean) => void;
|
|
21
|
+
addWarning: (content: ReactNode, dismissible?: boolean) => void;
|
|
22
|
+
addInfo: (content: ReactNode, dismissible?: boolean) => void;
|
|
23
|
+
clearNotification: (uid: number) => void;
|
|
24
|
+
clearNotifications: () => void;
|
|
25
|
+
}
|
|
1
26
|
export type NotificationProps = {
|
|
2
27
|
clearAfterRead?: boolean;
|
|
3
28
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Notifications.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/notifications/Notifications.props.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAE9B,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,CAAC"}
|
|
1
|
+
{"version":3,"file":"Notifications.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/notifications/Notifications.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,oBAAY,gBAAgB;IAC1B,OAAO,YAAY;IACnB,KAAK,UAAU;IACf,IAAI,SAAS;IACb,OAAO,YAAY;CACpB;AAED,MAAM,WAAW,YAAY;IAE3B,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,SAAS,CAAC;IACnB,IAAI,EAAE,gBAAgB,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,MAAM,WAAW,iBAAiB;IAChC,GAAG,EAAE,MAAM,CAAC;IACZ,aAAa,EAAE,YAAY,EAAE,CAAC;IAC9B,eAAe,EAAE,CAAC,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,gBAAgB,EAAE,WAAW,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;IAC7F,UAAU,EAAE,CAAC,OAAO,EAAE,SAAS,EAAE,WAAW,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;IAChE,QAAQ,EAAE,CAAC,OAAO,EAAE,SAAS,EAAE,WAAW,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;IAC9D,UAAU,EAAE,CAAC,OAAO,EAAE,SAAS,EAAE,WAAW,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;IAChE,OAAO,EAAE,CAAC,OAAO,EAAE,SAAS,EAAE,WAAW,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;IAC7D,iBAAiB,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,kBAAkB,EAAE,MAAM,IAAI,CAAC;CAChC;AAED,MAAM,MAAM,iBAAiB,GAAG;IAE9B,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { NotificationState } from './Notifications.
|
|
1
|
+
import { NotificationState } from './Notifications.props';
|
|
2
2
|
export declare const NOTIFICATION_MINIMAL_DISPLAY_TIME = 1000;
|
|
3
3
|
export declare const useNotifications: import('zustand').UseBoundStore<import('zustand').StoreApi<NotificationState>>;
|
|
4
4
|
export default useNotifications;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useNotifications.d.ts","sourceRoot":"","sources":["../../../../../src/components/notifications/useNotifications.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,iBAAiB,EAAoB,MAAM,
|
|
1
|
+
{"version":3,"file":"useNotifications.d.ts","sourceRoot":"","sources":["../../../../../src/components/notifications/useNotifications.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,iBAAiB,EAAoB,MAAM,uBAAuB,CAAC;AAE5E,eAAO,MAAM,iCAAiC,OAAO,CAAC;AAEtD,eAAO,MAAM,gBAAgB,gFAqC1B,CAAC;AAEJ,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
-
import { OnboardingLayoutProps } from './OnboardingLayout.
|
|
2
|
+
import { OnboardingLayoutProps } from './OnboardingLayout.props';
|
|
3
3
|
export declare const OnboardingLayout: FC<OnboardingLayoutProps>;
|
|
4
4
|
export default OnboardingLayout;
|
|
5
5
|
//# sourceMappingURL=OnboardingLayout.component.d.ts.map
|