infinity-forge 9.9.4 → 9.9.6
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/dist/client/client.js +4 -8
- package/dist/client/client.js.map +1 -1
- package/dist/client/generate.js +4 -9
- package/dist/client/generate.js.map +1 -1
- package/dist/client/index.js +1 -17
- package/dist/client/index.js.map +1 -1
- package/dist/client/swagger_client.js +1 -2
- package/dist/codie_panel/atena_codie_panel_keys/hooks/index.js +1 -17
- package/dist/codie_panel/atena_codie_panel_keys/hooks/index.js.map +1 -1
- package/dist/codie_panel/atena_codie_panel_keys/hooks/use-panel-configurations.js +3 -9
- package/dist/codie_panel/atena_codie_panel_keys/hooks/use-panel-configurations.js.map +1 -1
- package/dist/codie_panel/atena_codie_panel_keys/index.js +2 -18
- package/dist/codie_panel/atena_codie_panel_keys/index.js.map +1 -1
- package/dist/codie_panel/atena_codie_panel_keys/keys.js +2 -5
- package/dist/codie_panel/atena_codie_panel_keys/keys.js.map +1 -1
- package/dist/codie_panel/hooks/use-panel-configurations.js +3 -6
- package/dist/codie_panel/hooks/use-panel-configurations.js.map +1 -1
- package/dist/codie_panel/index.js +3 -19
- package/dist/codie_panel/index.js.map +1 -1
- package/dist/codie_panel/pages/configurations/components/index.js +1 -17
- package/dist/codie_panel/pages/configurations/components/index.js.map +1 -1
- package/dist/codie_panel/pages/configurations/components/menu-card/index.js +3 -6
- package/dist/codie_panel/pages/configurations/components/menu-card/index.js.map +1 -1
- package/dist/codie_panel/pages/configurations/index.js +1 -17
- package/dist/codie_panel/pages/configurations/index.js.map +1 -1
- package/dist/codie_panel/pages/configurations/page.js +8 -11
- package/dist/codie_panel/pages/configurations/page.js.map +1 -1
- package/dist/codie_panel/pages/index.js +2 -18
- package/dist/codie_panel/pages/index.js.map +1 -1
- package/dist/codie_panel/pages/menu/components/index.js +1 -17
- package/dist/codie_panel/pages/menu/components/index.js.map +1 -1
- package/dist/codie_panel/pages/menu/components/menu-card/index.js +3 -6
- package/dist/codie_panel/pages/menu/components/menu-card/index.js.map +1 -1
- package/dist/codie_panel/pages/menu/index.js +1 -17
- package/dist/codie_panel/pages/menu/index.js.map +1 -1
- package/dist/codie_panel/pages/menu/page.js +7 -10
- package/dist/codie_panel/pages/menu/page.js.map +1 -1
- package/dist/codie_panel/panel_configurations/index.js +1 -2
- package/dist/index.js +4 -20
- package/dist/index.js.map +1 -1
- package/dist/system/components/data/avatar/index.js +8 -55
- package/dist/system/components/data/avatar/index.js.map +1 -1
- package/dist/system/components/data/avatar/styles.js +30 -13
- package/dist/system/components/data/avatar/styles.js.map +1 -1
- package/dist/system/components/data/buttons/index.js +1 -17
- package/dist/system/components/data/buttons/index.js.map +1 -1
- package/dist/system/components/data/buttons/sidebar-button/index.js +5 -41
- package/dist/system/components/data/buttons/sidebar-button/index.js.map +1 -1
- package/dist/system/components/data/buttons/sidebar-button/styles.js +17 -13
- package/dist/system/components/data/buttons/sidebar-button/styles.js.map +1 -1
- package/dist/system/components/data/chat/card-message/index.js +6 -43
- package/dist/system/components/data/chat/card-message/index.js.map +1 -1
- package/dist/system/components/data/chat/card-message/styles.js +38 -13
- package/dist/system/components/data/chat/card-message/styles.js.map +1 -1
- package/dist/system/components/data/chat/index.js +8 -45
- package/dist/system/components/data/chat/index.js.map +1 -1
- package/dist/system/components/data/chat/interfaces.js +1 -2
- package/dist/system/components/data/chat/loader/index.js +4 -7
- package/dist/system/components/data/chat/loader/index.js.map +1 -1
- package/dist/system/components/data/chat/schema.js +2 -38
- package/dist/system/components/data/chat/schema.js.map +1 -1
- package/dist/system/components/data/chat/styles.js +150 -13
- package/dist/system/components/data/chat/styles.js.map +1 -1
- package/dist/system/components/data/detail-card/component.js +8 -45
- package/dist/system/components/data/detail-card/component.js.map +1 -1
- package/dist/system/components/data/detail-card/index.js +2 -18
- package/dist/system/components/data/detail-card/index.js.map +1 -1
- package/dist/system/components/data/detail-card/interfaces.js +1 -2
- package/dist/system/components/data/detail-card/styles.js +148 -13
- package/dist/system/components/data/detail-card/styles.js.map +1 -1
- package/dist/system/components/data/highlight-icon/index.js +6 -43
- package/dist/system/components/data/highlight-icon/index.js.map +1 -1
- package/dist/system/components/data/highlight-icon/interfaces.js +1 -2
- package/dist/system/components/data/highlight-icon/styles.js +18 -13
- package/dist/system/components/data/highlight-icon/styles.js.map +1 -1
- package/dist/system/components/data/highlight-text/index.js +6 -43
- package/dist/system/components/data/highlight-text/index.js.map +1 -1
- package/dist/system/components/data/highlight-text/interfaces.js +1 -2
- package/dist/system/components/data/highlight-text/styles.js +17 -14
- package/dist/system/components/data/highlight-text/styles.js.map +1 -1
- package/dist/system/components/data/index.js +14 -30
- package/dist/system/components/data/index.js.map +1 -1
- package/dist/system/components/data/input-search/index.js +6 -43
- package/dist/system/components/data/input-search/index.js.map +1 -1
- package/dist/system/components/data/input-search/interfaces.js +1 -2
- package/dist/system/components/data/input-search/styles.js +41 -13
- package/dist/system/components/data/input-search/styles.js.map +1 -1
- package/dist/system/components/data/menu/component.js +6 -9
- package/dist/system/components/data/menu/component.js.map +1 -1
- package/dist/system/components/data/menu/components/index.js +1 -17
- package/dist/system/components/data/menu/components/index.js.map +1 -1
- package/dist/system/components/data/menu/components/menu-item/index.js +32 -75
- package/dist/system/components/data/menu/components/menu-item/index.js.map +1 -1
- package/dist/system/components/data/menu/index.js +2 -18
- package/dist/system/components/data/menu/index.js.map +1 -1
- package/dist/system/components/data/menu/mock.js +1 -4
- package/dist/system/components/data/menu/mock.js.map +1 -1
- package/dist/system/components/data/menu/modes/collapsed-menu/index.js +12 -48
- package/dist/system/components/data/menu/modes/collapsed-menu/index.js.map +1 -1
- package/dist/system/components/data/menu/modes/collapsed-menu/styles.js +88 -14
- package/dist/system/components/data/menu/modes/collapsed-menu/styles.js.map +1 -1
- package/dist/system/components/data/menu/modes/index.js +2 -18
- package/dist/system/components/data/menu/modes/index.js.map +1 -1
- package/dist/system/components/data/menu/modes/opened/index.js +21 -58
- package/dist/system/components/data/menu/modes/opened/index.js.map +1 -1
- package/dist/system/components/data/menu/modes/opened/styles.js +3 -14
- package/dist/system/components/data/menu/modes/opened/styles.js.map +1 -1
- package/dist/system/components/data/menu/styles.js +165 -15
- package/dist/system/components/data/menu/styles.js.map +1 -1
- package/dist/system/components/data/notifications/card/index.js +5 -42
- package/dist/system/components/data/notifications/card/index.js.map +1 -1
- package/dist/system/components/data/notifications/card/styles.js +30 -13
- package/dist/system/components/data/notifications/card/styles.js.map +1 -1
- package/dist/system/components/data/notifications/content-notification/index.js +5 -22
- package/dist/system/components/data/notifications/content-notification/index.js.map +1 -1
- package/dist/system/components/data/notifications/index.js +19 -55
- package/dist/system/components/data/notifications/index.js.map +1 -1
- package/dist/system/components/data/notifications/interfaces.js +1 -2
- package/dist/system/components/data/notifications/read-notifications/index.js +21 -60
- package/dist/system/components/data/notifications/read-notifications/index.js.map +1 -1
- package/dist/system/components/data/notifications/styles.js +78 -14
- package/dist/system/components/data/notifications/styles.js.map +1 -1
- package/dist/system/components/data/page-wrapper/index.js +5 -42
- package/dist/system/components/data/page-wrapper/index.js.map +1 -1
- package/dist/system/components/data/page-wrapper/interfaces.js +1 -2
- package/dist/system/components/data/page-wrapper/styles.js +6 -13
- package/dist/system/components/data/page-wrapper/styles.js.map +1 -1
- package/dist/system/components/data/popover/index.js +3 -7
- package/dist/system/components/data/popover/index.js.map +1 -1
- package/dist/system/components/data/popover/interfaces.js +1 -2
- package/dist/system/components/data/profile-infos/index.js +7 -55
- package/dist/system/components/data/profile-infos/index.js.map +1 -1
- package/dist/system/components/data/profile-infos/interfaces.js +1 -2
- package/dist/system/components/data/profile-infos/profile/index.js +6 -43
- package/dist/system/components/data/profile-infos/profile/index.js.map +1 -1
- package/dist/system/components/data/profile-infos/profile/interfaces.js +1 -2
- package/dist/system/components/data/profile-infos/profile/styles.js +54 -13
- package/dist/system/components/data/profile-infos/profile/styles.js.map +1 -1
- package/dist/system/components/data/profile-infos/styles.js +13 -13
- package/dist/system/components/data/profile-infos/styles.js.map +1 -1
- package/dist/system/components/data/select-workspace/component.js +12 -60
- package/dist/system/components/data/select-workspace/component.js.map +1 -1
- package/dist/system/components/data/select-workspace/custom-styles.js +10 -24
- package/dist/system/components/data/select-workspace/custom-styles.js.map +1 -1
- package/dist/system/components/data/select-workspace/index.js +3 -19
- package/dist/system/components/data/select-workspace/index.js.map +1 -1
- package/dist/system/components/data/select-workspace/interfaces.js +1 -2
- package/dist/system/components/data/select-workspace/styles.js +142 -14
- package/dist/system/components/data/select-workspace/styles.js.map +1 -1
- package/dist/system/components/data/tab/component.js +28 -76
- package/dist/system/components/data/tab/component.js.map +1 -1
- package/dist/system/components/data/tab/index.js +2 -18
- package/dist/system/components/data/tab/index.js.map +1 -1
- package/dist/system/components/data/tab/interfaces.js +1 -2
- package/dist/system/components/data/tab/styles.js +53 -13
- package/dist/system/components/data/tab/styles.js.map +1 -1
- package/dist/system/components/data/tab/tab-item/index.js +6 -42
- package/dist/system/components/data/tab/tab-item/index.js.map +1 -1
- package/dist/system/components/data/tab/tab-item/styles.js +42 -25
- package/dist/system/components/data/tab/tab-item/styles.js.map +1 -1
- package/dist/system/components/index.js +2 -18
- package/dist/system/components/index.js.map +1 -1
- package/dist/system/components/layout/component.js +6 -53
- package/dist/system/components/layout/component.js.map +1 -1
- package/dist/system/components/layout/header/components/index.js +3 -19
- package/dist/system/components/layout/header/components/index.js.map +1 -1
- package/dist/system/components/layout/header/components/logo/index.js +8 -15
- package/dist/system/components/layout/header/components/logo/index.js.map +1 -1
- package/dist/system/components/layout/header/components/menu-right/component.js +6 -53
- package/dist/system/components/layout/header/components/menu-right/component.js.map +1 -1
- package/dist/system/components/layout/header/components/menu-right/index.js +3 -19
- package/dist/system/components/layout/header/components/menu-right/index.js.map +1 -1
- package/dist/system/components/layout/header/components/menu-right/messages/content/card/index.js +6 -54
- package/dist/system/components/layout/header/components/menu-right/messages/content/card/index.js.map +1 -1
- package/dist/system/components/layout/header/components/menu-right/messages/content/card/interfaces.js +1 -2
- package/dist/system/components/layout/header/components/menu-right/messages/content/card/styles.js +48 -13
- package/dist/system/components/layout/header/components/menu-right/messages/content/card/styles.js.map +1 -1
- package/dist/system/components/layout/header/components/menu-right/messages/content/index.js +7 -54
- package/dist/system/components/layout/header/components/menu-right/messages/content/index.js.map +1 -1
- package/dist/system/components/layout/header/components/menu-right/messages/content/interfaces.js +1 -2
- package/dist/system/components/layout/header/components/menu-right/messages/content/styles.js +14 -13
- package/dist/system/components/layout/header/components/menu-right/messages/content/styles.js.map +1 -1
- package/dist/system/components/layout/header/components/menu-right/messages/index.js +7 -43
- package/dist/system/components/layout/header/components/menu-right/messages/index.js.map +1 -1
- package/dist/system/components/layout/header/components/menu-right/messages/styles.js +16 -13
- package/dist/system/components/layout/header/components/menu-right/messages/styles.js.map +1 -1
- package/dist/system/components/layout/header/components/menu-right/profile/content/index.js +7 -43
- package/dist/system/components/layout/header/components/menu-right/profile/content/index.js.map +1 -1
- package/dist/system/components/layout/header/components/menu-right/profile/content/styles.js +98 -13
- package/dist/system/components/layout/header/components/menu-right/profile/content/styles.js.map +1 -1
- package/dist/system/components/layout/header/components/menu-right/profile/index.js +9 -56
- package/dist/system/components/layout/header/components/menu-right/profile/index.js.map +1 -1
- package/dist/system/components/layout/header/components/menu-right/profile/styles.js +2 -13
- package/dist/system/components/layout/header/components/menu-right/profile/styles.js.map +1 -1
- package/dist/system/components/layout/header/components/menu-right/styles.js +34 -14
- package/dist/system/components/layout/header/components/menu-right/styles.js.map +1 -1
- package/dist/system/components/layout/header/components/search-modal/index.js +10 -57
- package/dist/system/components/layout/header/components/search-modal/index.js.map +1 -1
- package/dist/system/components/layout/header/components/search-modal/search-list/index.js +17 -67
- package/dist/system/components/layout/header/components/search-modal/search-list/index.js.map +1 -1
- package/dist/system/components/layout/header/components/search-modal/search-list/search-menu-item/index.js +6 -15
- package/dist/system/components/layout/header/components/search-modal/search-list/search-menu-item/index.js.map +1 -1
- package/dist/system/components/layout/header/components/search-modal/search-list/styles.js +169 -13
- package/dist/system/components/layout/header/components/search-modal/search-list/styles.js.map +1 -1
- package/dist/system/components/layout/header/components/search-modal/styles.js +11 -13
- package/dist/system/components/layout/header/components/search-modal/styles.js.map +1 -1
- package/dist/system/components/layout/header/components/search-modal/trigger/index.js +5 -52
- package/dist/system/components/layout/header/components/search-modal/trigger/index.js.map +1 -1
- package/dist/system/components/layout/header/components/search-modal/trigger/styles.js +47 -13
- package/dist/system/components/layout/header/components/search-modal/trigger/styles.js.map +1 -1
- package/dist/system/components/layout/header/index.js +5 -19
- package/dist/system/components/layout/header/index.js.map +1 -1
- package/dist/system/components/layout/header/version-01/index.js +11 -58
- package/dist/system/components/layout/header/version-01/index.js.map +1 -1
- package/dist/system/components/layout/header/version-01/styles.js +154 -16
- package/dist/system/components/layout/header/version-01/styles.js.map +1 -1
- package/dist/system/components/layout/index.js +5 -21
- package/dist/system/components/layout/index.js.map +1 -1
- package/dist/system/components/layout/interfaces.js +1 -2
- package/dist/system/components/layout/styles.js +36 -13
- package/dist/system/components/layout/styles.js.map +1 -1
- package/dist/system/context/auth/components/index.js +2 -18
- package/dist/system/context/auth/components/index.js.map +1 -1
- package/dist/system/context/auth/components/login/form-login/index.js +6 -9
- package/dist/system/context/auth/components/login/form-login/index.js.map +1 -1
- package/dist/system/context/auth/components/login/index.js +8 -44
- package/dist/system/context/auth/components/login/index.js.map +1 -1
- package/dist/system/context/auth/components/login/styles.js +142 -13
- package/dist/system/context/auth/components/login/styles.js.map +1 -1
- package/dist/system/context/auth/components/private-page/index.js +41 -85
- package/dist/system/context/auth/components/private-page/index.js.map +1 -1
- package/dist/system/context/auth/components/private-page/interfaces.js +1 -2
- package/dist/system/context/auth/context.js +87 -193
- package/dist/system/context/auth/context.js.map +1 -1
- package/dist/system/context/auth/index.js +3 -19
- package/dist/system/context/auth/index.js.map +1 -1
- package/dist/system/context/auth/interfaces.js +1 -2
- package/dist/system/context/container.js +16 -31
- package/dist/system/context/container.js.map +1 -1
- package/dist/system/context/index.js +5 -21
- package/dist/system/context/index.js.map +1 -1
- package/dist/system/context/infra-injection/context.js +7 -12
- package/dist/system/context/infra-injection/context.js.map +1 -1
- package/dist/system/context/infra-injection/index.js +2 -18
- package/dist/system/context/infra-injection/index.js.map +1 -1
- package/dist/system/context/infra-injection/interfaces.js +1 -2
- package/dist/system/context/menu/context.js +9 -12
- package/dist/system/context/menu/context.js.map +1 -1
- package/dist/system/context/menu/index.js +2 -18
- package/dist/system/context/menu/index.js.map +1 -1
- package/dist/system/context/menu/interfaces.js +1 -2
- package/dist/system/context/theme/context.js +11 -26
- package/dist/system/context/theme/context.js.map +1 -1
- package/dist/system/context/theme/index.js +1 -17
- package/dist/system/context/theme/index.js.map +1 -1
- package/dist/system/context/third-party-integration-context/context.js +5 -8
- package/dist/system/context/third-party-integration-context/context.js.map +1 -1
- package/dist/system/context/third-party-integration-context/index.js +2 -18
- package/dist/system/context/third-party-integration-context/index.js.map +1 -1
- package/dist/system/context/third-party-integration-context/interfaces.js +1 -2
- package/dist/system/hooks/index.js +4 -20
- package/dist/system/hooks/index.js.map +1 -1
- package/dist/system/hooks/locales/ibge/index.js +1 -17
- package/dist/system/hooks/locales/ibge/index.js.map +1 -1
- package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/hook.js +11 -51
- package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/hook.js.map +1 -1
- package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/index.js +2 -18
- package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/index.js.map +1 -1
- package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/interfaces.js +1 -2
- package/dist/system/hooks/locales/index.js +2 -18
- package/dist/system/hooks/locales/index.js.map +1 -1
- package/dist/system/hooks/locales/use-load-cities/index.js +4 -37
- package/dist/system/hooks/locales/use-load-cities/index.js.map +1 -1
- package/dist/system/hooks/menu/index.js +1 -17
- package/dist/system/hooks/menu/index.js.map +1 -1
- package/dist/system/hooks/menu/use-load-menu.js +18 -58
- package/dist/system/hooks/menu/use-load-menu.js.map +1 -1
- package/dist/system/hooks/notifications/index.js +2 -18
- package/dist/system/hooks/notifications/index.js.map +1 -1
- package/dist/system/hooks/notifications/use-load-all/index.js +20 -58
- package/dist/system/hooks/notifications/use-load-all/index.js.map +1 -1
- package/dist/system/hooks/notifications/use-load-no-read/index.js +10 -48
- package/dist/system/hooks/notifications/use-load-no-read/index.js.map +1 -1
- package/dist/system/hooks/ui/index.js +2 -18
- package/dist/system/hooks/ui/index.js.map +1 -1
- package/dist/system/hooks/ui/use-debounce/index.js +6 -9
- package/dist/system/hooks/ui/use-debounce/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/component.js +4 -18
- package/dist/system/hooks/ui/use-table/component.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/index.js +2 -18
- package/dist/system/hooks/ui/use-table/components/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/actions/delete/index.js +25 -77
- package/dist/system/hooks/ui/use-table/components/table/actions/delete/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/actions/index.js +22 -108
- package/dist/system/hooks/ui/use-table/components/table/actions/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/actions/styles.js +44 -13
- package/dist/system/hooks/ui/use-table/components/table/actions/styles.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/active-filters/active-item-filter/index.js +24 -39
- package/dist/system/hooks/ui/use-table/components/table/active-filters/active-item-filter/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/active-filters/index.js +28 -76
- package/dist/system/hooks/ui/use-table/components/table/active-filters/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/active-filters/styles.js +40 -13
- package/dist/system/hooks/ui/use-table/components/table/active-filters/styles.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/create/index.js +14 -65
- package/dist/system/hooks/ui/use-table/components/table/create/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/create/interfaces.js +1 -2
- package/dist/system/hooks/ui/use-table/components/table/create/styles.js +40 -13
- package/dist/system/hooks/ui/use-table/components/table/create/styles.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/export/index.js +5 -42
- package/dist/system/hooks/ui/use-table/components/table/export/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/export/styles.js +29 -13
- package/dist/system/hooks/ui/use-table/components/table/export/styles.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/filters/index.js +53 -154
- package/dist/system/hooks/ui/use-table/components/table/filters/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/filters/styles.js +146 -16
- package/dist/system/hooks/ui/use-table/components/table/filters/styles.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/filters/use-filters-table.js +11 -26
- package/dist/system/hooks/ui/use-table/components/table/filters/use-filters-table.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/index.js +43 -99
- package/dist/system/hooks/ui/use-table/components/table/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/interfaces.js +1 -2
- package/dist/system/hooks/ui/use-table/components/table/pagination/index.js +18 -55
- package/dist/system/hooks/ui/use-table/components/table/pagination/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/pagination/service.js +19 -22
- package/dist/system/hooks/ui/use-table/components/table/pagination/service.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/pagination/styles.js +116 -13
- package/dist/system/hooks/ui/use-table/components/table/pagination/styles.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/skeleton-table/index.js +5 -41
- package/dist/system/hooks/ui/use-table/components/table/skeleton-table/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/skeleton-table/styles.js +7 -13
- package/dist/system/hooks/ui/use-table/components/table/skeleton-table/styles.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/styles.js +152 -15
- package/dist/system/hooks/ui/use-table/components/table/styles.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/thead-item/index.js +14 -51
- package/dist/system/hooks/ui/use-table/components/table/thead-item/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/thead-item/interfaces.js +1 -2
- package/dist/system/hooks/ui/use-table/components/table/thead-item/styles.js +25 -13
- package/dist/system/hooks/ui/use-table/components/table/thead-item/styles.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/tr/children-tr/index.js +24 -108
- package/dist/system/hooks/ui/use-table/components/table/tr/children-tr/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/tr/children-tr/styles.js +36 -13
- package/dist/system/hooks/ui/use-table/components/table/tr/children-tr/styles.js.map +1 -1
- package/dist/system/hooks/ui/use-table/components/table/tr/index.js +21 -38
- package/dist/system/hooks/ui/use-table/components/table/tr/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/index.js +3 -19
- package/dist/system/hooks/ui/use-table/index.js.map +1 -1
- package/dist/system/hooks/ui/use-table/interfaces.js +2 -4
- package/dist/system/hooks/ui/use-table/interfaces.js.map +1 -1
- package/dist/system/index.js +3 -19
- package/dist/system/index.js.map +1 -1
- package/dist/test/index.js +24 -6
- package/dist/test/index.js.map +1 -1
- package/dist/ui/atena/domain/dynamic-section/create.js +1 -2
- package/dist/ui/atena/domain/dynamic-section/dynamic-section.js +1 -2
- package/dist/ui/atena/domain/dynamic-section/index.js +4 -20
- package/dist/ui/atena/domain/dynamic-section/index.js.map +1 -1
- package/dist/ui/atena/domain/dynamic-section/load-all.js +1 -2
- package/dist/ui/atena/domain/dynamic-section/update.js +1 -2
- package/dist/ui/atena/domain/index.js +1 -17
- package/dist/ui/atena/domain/index.js.map +1 -1
- package/dist/ui/atena/index.js +2 -18
- package/dist/ui/atena/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/atena-page.js +65 -116
- package/dist/ui/atena/presentation/dynamic-elements/atena-page.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/index.js +13 -61
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/styles.js +4 -13
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/index.js +7 -43
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/index.js +5 -42
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/styles.js +131 -10
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/styles.js +59 -10
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/index.js +21 -98
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/styles.js +104 -10
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/index.js +7 -54
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/styles.js +23 -10
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/index.js +2 -18
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/index.js +6 -42
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/styles.js +4 -13
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/elements/index.js +1 -17
- package/dist/ui/atena/presentation/dynamic-elements/elements/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/index.js +3 -19
- package/dist/ui/atena/presentation/dynamic-elements/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/component.js +13 -60
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/component.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/index.js +6 -45
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/styles.js +118 -14
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/categorias/index.js +11 -50
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/categorias/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/format-date.js +8 -11
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/format-date.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/index.js +6 -43
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/styles.js +84 -14
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/index.js +9 -45
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/index.js +5 -21
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-newsletter/index.js +14 -87
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-newsletter/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-search/index.js +8 -44
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-search/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/styles.js +226 -13
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/title-blog/index.js +5 -42
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/title-blog/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/title-blog/styles.js +19 -13
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/title-blog/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/index.js +1 -17
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/styles.js +65 -13
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/blog/index.js +78 -136
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/blog/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/blog/interfaces.js +1 -2
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/index.js +2 -18
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/post/index.js +65 -123
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/post/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/index.js +3 -19
- package/dist/ui/atena/presentation/dynamic-elements/pages/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/index.js +6 -42
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/styles.js +69 -13
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/index.js +13 -53
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/icons/index.js +9 -15
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/icons/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/index.js +16 -59
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/styles.js +38 -13
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/styles.js +75 -13
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/component.js +11 -58
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/component.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/index.js +1 -17
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/styles.js +82 -13
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/context.js +31 -70
- package/dist/ui/atena/presentation/dynamic-sections/context.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/get-initial-props-dynamic-section.js +11 -49
- package/dist/ui/atena/presentation/dynamic-sections/get-initial-props-dynamic-section.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/index.js +5 -21
- package/dist/ui/atena/presentation/dynamic-sections/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/types.js +1 -2
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/index.js +6 -42
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/styles.js +4 -13
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/index.js +26 -64
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/styles.js +4 -13
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/styles.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-section.js +83 -110
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-section.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/index.js +26 -44
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/interfaces.js +1 -2
- package/dist/ui/atena/presentation/dynamic-sections/use-section/index.js +8 -12
- package/dist/ui/atena/presentation/dynamic-sections/use-section/index.js.map +1 -1
- package/dist/ui/atena/presentation/index.js +3 -19
- package/dist/ui/atena/presentation/index.js.map +1 -1
- package/dist/ui/atena/presentation/site-configurations/atena-ssr-site.js +13 -19
- package/dist/ui/atena/presentation/site-configurations/atena-ssr-site.js.map +1 -1
- package/dist/ui/atena/presentation/site-configurations/index.js +2 -18
- package/dist/ui/atena/presentation/site-configurations/index.js.map +1 -1
- package/dist/ui/atena/presentation/site-configurations/use-site-configurations.js +7 -21
- package/dist/ui/atena/presentation/site-configurations/use-site-configurations.js.map +1 -1
- package/dist/ui/codie-dynamic/components/directory-filter/categories-carousel/carousel-config.js +1 -4
- package/dist/ui/codie-dynamic/components/directory-filter/categories-carousel/carousel-config.js.map +1 -1
- package/dist/ui/codie-dynamic/components/directory-filter/categories-carousel/index.js +20 -95
- package/dist/ui/codie-dynamic/components/directory-filter/categories-carousel/index.js.map +1 -1
- package/dist/ui/codie-dynamic/components/directory-filter/categories-carousel/styles.js +87 -13
- package/dist/ui/codie-dynamic/components/directory-filter/categories-carousel/styles.js.map +1 -1
- package/dist/ui/codie-dynamic/components/directory-filter/hooks/index.js +1 -17
- package/dist/ui/codie-dynamic/components/directory-filter/hooks/index.js.map +1 -1
- package/dist/ui/codie-dynamic/components/directory-filter/hooks/use-dynamic-filter.js +23 -62
- package/dist/ui/codie-dynamic/components/directory-filter/hooks/use-dynamic-filter.js.map +1 -1
- package/dist/ui/codie-dynamic/components/directory-filter/index.js +1 -17
- package/dist/ui/codie-dynamic/components/directory-filter/index.js.map +1 -1
- package/dist/ui/codie-dynamic/components/directory-filter/source-filter-header/index.js +59 -157
- package/dist/ui/codie-dynamic/components/directory-filter/source-filter-header/index.js.map +1 -1
- package/dist/ui/codie-dynamic/components/directory-filter/source-filter-header/select-locale/index.js +9 -13
- package/dist/ui/codie-dynamic/components/directory-filter/source-filter-header/select-locale/index.js.map +1 -1
- package/dist/ui/codie-dynamic/components/directory-filter/source-filter-header/styles.js +9 -13
- package/dist/ui/codie-dynamic/components/directory-filter/source-filter-header/styles.js.map +1 -1
- package/dist/ui/codie-dynamic/components/directory-filter/source-filters/index.js +20 -57
- package/dist/ui/codie-dynamic/components/directory-filter/source-filters/index.js.map +1 -1
- package/dist/ui/codie-dynamic/components/directory-filter/source-filters/render-stars.js +5 -9
- package/dist/ui/codie-dynamic/components/directory-filter/source-filters/render-stars.js.map +1 -1
- package/dist/ui/codie-dynamic/components/directory-filter/source-filters/styles.js +304 -13
- package/dist/ui/codie-dynamic/components/directory-filter/source-filters/styles.js.map +1 -1
- package/dist/ui/codie-dynamic/components/directory-filter/use-filter.js +7 -10
- package/dist/ui/codie-dynamic/components/directory-filter/use-filter.js.map +1 -1
- package/dist/ui/codie-dynamic/components/index.js +1 -17
- package/dist/ui/codie-dynamic/components/index.js.map +1 -1
- package/dist/ui/codie-dynamic/index.js +1 -17
- package/dist/ui/codie-dynamic/index.js.map +1 -1
- package/dist/ui/components/accordion/accordions/index.js +17 -41
- package/dist/ui/components/accordion/accordions/index.js.map +1 -1
- package/dist/ui/components/accordion/component.js +9 -57
- package/dist/ui/components/accordion/component.js.map +1 -1
- package/dist/ui/components/accordion/index.js +2 -18
- package/dist/ui/components/accordion/index.js.map +1 -1
- package/dist/ui/components/accordion/interfaces.js +1 -2
- package/dist/ui/components/accordion/styles.js +35 -10
- package/dist/ui/components/accordion/styles.js.map +1 -1
- package/dist/ui/components/animation/index.js +15 -30
- package/dist/ui/components/animation/index.js.map +1 -1
- package/dist/ui/components/animation/type-animation.js +1 -4
- package/dist/ui/components/animation/type-animation.js.map +1 -1
- package/dist/ui/components/breadcrumb/component.js +20 -60
- package/dist/ui/components/breadcrumb/component.js.map +1 -1
- package/dist/ui/components/breadcrumb/index.js +2 -18
- package/dist/ui/components/breadcrumb/index.js.map +1 -1
- package/dist/ui/components/breadcrumb/interfaces.js +1 -2
- package/dist/ui/components/breadcrumb/styles.js +35 -13
- package/dist/ui/components/breadcrumb/styles.js.map +1 -1
- package/dist/ui/components/button/component.js +11 -61
- package/dist/ui/components/button/component.js.map +1 -1
- package/dist/ui/components/button/index.js +2 -18
- package/dist/ui/components/button/index.js.map +1 -1
- package/dist/ui/components/button/interfaces.js +1 -2
- package/dist/ui/components/button/styles.js +27 -13
- package/dist/ui/components/button/styles.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-changed-params.js +14 -16
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-changed-params.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-element-params.js +32 -57
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-element-params.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-params.js +20 -27
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-params.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/components-shared/mount-swiper.js +6 -9
- package/dist/ui/components/carousel/carousel-lib/components-shared/mount-swiper.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/components-shared/params-list.js +2 -5
- package/dist/ui/components/carousel/carousel-lib/components-shared/params-list.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/components-shared/update-on-virtual-data.js +1 -5
- package/dist/ui/components/carousel/carousel-lib/components-shared/update-on-virtual-data.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/components-shared/update-swiper.js +18 -21
- package/dist/ui/components/carousel/carousel-lib/components-shared/update-swiper.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/components-shared/utils.js +17 -32
- package/dist/ui/components/carousel/carousel-lib/components-shared/utils.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/getBreakpoint.js +14 -18
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/getBreakpoint.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/index.js +3 -8
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/index.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/setBreakpoint.js +26 -29
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/setBreakpoint.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/check-overflow/index.js +6 -8
- package/dist/ui/components/carousel/carousel-lib/core/check-overflow/index.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/classes/addClasses.js +9 -13
- package/dist/ui/components/carousel/carousel-lib/core/classes/addClasses.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/classes/index.js +3 -8
- package/dist/ui/components/carousel/carousel-lib/core/classes/index.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/classes/removeClasses.js +4 -8
- package/dist/ui/components/carousel/carousel-lib/core/classes/removeClasses.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/core.js +200 -233
- package/dist/ui/components/carousel/carousel-lib/core/core.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/defaults.js +1 -3
- package/dist/ui/components/carousel/carousel-lib/core/defaults.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/events/index.js +33 -38
- package/dist/ui/components/carousel/carousel-lib/core/events/index.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/events/onClick.js +2 -5
- package/dist/ui/components/carousel/carousel-lib/core/events/onClick.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/events/onDocumentTouchStart.js +2 -5
- package/dist/ui/components/carousel/carousel-lib/core/events/onDocumentTouchStart.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/events/onLoad.js +4 -7
- package/dist/ui/components/carousel/carousel-lib/core/events/onLoad.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/events/onResize.js +7 -10
- package/dist/ui/components/carousel/carousel-lib/core/events/onResize.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/events/onScroll.js +5 -8
- package/dist/ui/components/carousel/carousel-lib/core/events/onScroll.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchEnd.js +30 -42
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchEnd.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchMove.js +27 -39
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchMove.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchStart.js +27 -31
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchStart.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/events-emitter.js +28 -47
- package/dist/ui/components/carousel/carousel-lib/core/events-emitter.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/index.js +5 -10
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/index.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/setGrabCursor.js +4 -7
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/setGrabCursor.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/unsetGrabCursor.js +3 -6
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/unsetGrabCursor.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/loop/index.js +7 -12
- package/dist/ui/components/carousel/carousel-lib/core/loop/index.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopCreate.js +21 -24
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopCreate.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopDestroy.js +8 -11
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopDestroy.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopFix.js +51 -69
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopFix.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/moduleExtendParams.js +8 -12
- package/dist/ui/components/carousel/carousel-lib/core/moduleExtendParams.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/modules/observer/observer.js +14 -19
- package/dist/ui/components/carousel/carousel-lib/core/modules/observer/observer.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/modules/resize/resize.js +17 -22
- package/dist/ui/components/carousel/carousel-lib/core/modules/resize/resize.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/slide/index.js +15 -20
- package/dist/ui/components/carousel/carousel-lib/core/slide/index.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideNext.js +7 -11
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideNext.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/slide/slidePrev.js +16 -20
- package/dist/ui/components/carousel/carousel-lib/core/slide/slidePrev.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideReset.js +2 -6
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideReset.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideTo.js +25 -31
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideTo.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClickedSlide.js +12 -15
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClickedSlide.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClosest.js +10 -15
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClosest.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToLoop.js +17 -22
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToLoop.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/transition/index.js +7 -12
- package/dist/ui/components/carousel/carousel-lib/core/transition/index.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/transition/setTransition.js +4 -7
- package/dist/ui/components/carousel/carousel-lib/core/transition/setTransition.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEmit.js +8 -12
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEmit.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEnd.js +5 -12
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEnd.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionStart.js +5 -12
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionStart.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/translate/getTranslate.js +5 -9
- package/dist/ui/components/carousel/carousel-lib/core/translate/getTranslate.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/translate/index.js +11 -16
- package/dist/ui/components/carousel/carousel-lib/core/translate/index.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/translate/maxTranslate.js +1 -4
- package/dist/ui/components/carousel/carousel-lib/core/translate/maxTranslate.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/translate/minTranslate.js +1 -4
- package/dist/ui/components/carousel/carousel-lib/core/translate/minTranslate.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/translate/setTranslate.js +9 -12
- package/dist/ui/components/carousel/carousel-lib/core/translate/setTranslate.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/translate/translateTo.js +13 -21
- package/dist/ui/components/carousel/carousel-lib/core/translate/translateTo.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/update/index.js +19 -24
- package/dist/ui/components/carousel/carousel-lib/core/update/index.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/update/updateActiveIndex.js +28 -32
- package/dist/ui/components/carousel/carousel-lib/core/update/updateActiveIndex.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/update/updateAutoHeight.js +11 -14
- package/dist/ui/components/carousel/carousel-lib/core/update/updateAutoHeight.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/update/updateClickedSlide.js +9 -21
- package/dist/ui/components/carousel/carousel-lib/core/update/updateClickedSlide.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/update/updateProgress.js +20 -23
- package/dist/ui/components/carousel/carousel-lib/core/update/updateProgress.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSize.js +12 -15
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSize.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlides.js +89 -92
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlides.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesClasses.js +21 -24
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesClasses.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesOffset.js +5 -8
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesOffset.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesProgress.js +16 -20
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesProgress.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/modules/autoplay.js +59 -65
- package/dist/ui/components/carousel/carousel-lib/modules/autoplay.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/modules/effect-fade.js +28 -35
- package/dist/ui/components/carousel/carousel-lib/modules/effect-fade.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/modules/free-mode.js +37 -42
- package/dist/ui/components/carousel/carousel-lib/modules/free-mode.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/modules/grid.js +46 -50
- package/dist/ui/components/carousel/carousel-lib/modules/grid.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/modules/index.js +7 -23
- package/dist/ui/components/carousel/carousel-lib/modules/index.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/modules/navigation.js +60 -79
- package/dist/ui/components/carousel/carousel-lib/modules/navigation.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/modules/pagination.js +150 -176
- package/dist/ui/components/carousel/carousel-lib/modules/pagination.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/modules/virtual.js +84 -104
- package/dist/ui/components/carousel/carousel-lib/modules/virtual.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/react/context.js +7 -12
- package/dist/ui/components/carousel/carousel-lib/react/context.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/react/get-children.js +11 -16
- package/dist/ui/components/carousel/carousel-lib/react/get-children.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/react/swiper-slide.js +18 -33
- package/dist/ui/components/carousel/carousel-lib/react/swiper-slide.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/react/swiper.js +63 -113
- package/dist/ui/components/carousel/carousel-lib/react/swiper.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/react/use-isomorphic-layout-effect.js +4 -6
- package/dist/ui/components/carousel/carousel-lib/react/use-isomorphic-layout-effect.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/react/virtual.js +21 -26
- package/dist/ui/components/carousel/carousel-lib/react/virtual.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/shared/classes-to-selector.js +3 -7
- package/dist/ui/components/carousel/carousel-lib/shared/classes-to-selector.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/shared/classes-to-tokens.js +2 -6
- package/dist/ui/components/carousel/carousel-lib/shared/classes-to-tokens.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/shared/create-element-if-not-defined.js +5 -8
- package/dist/ui/components/carousel/carousel-lib/shared/create-element-if-not-defined.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/shared/create-shadow.js +6 -9
- package/dist/ui/components/carousel/carousel-lib/shared/create-shadow.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/shared/effect-init.js +14 -17
- package/dist/ui/components/carousel/carousel-lib/shared/effect-init.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/shared/effect-target.js +3 -6
- package/dist/ui/components/carousel/carousel-lib/shared/effect-target.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/shared/effect-virtual-transition-end.js +14 -18
- package/dist/ui/components/carousel/carousel-lib/shared/effect-virtual-transition-end.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/shared/get-browser.js +17 -19
- package/dist/ui/components/carousel/carousel-lib/shared/get-browser.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/shared/get-device.js +20 -25
- package/dist/ui/components/carousel/carousel-lib/shared/get-device.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/shared/get-support.js +6 -8
- package/dist/ui/components/carousel/carousel-lib/shared/get-support.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/shared/process-lazy-preloader.js +29 -34
- package/dist/ui/components/carousel/carousel-lib/shared/process-lazy-preloader.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/shared/utils.js +74 -122
- package/dist/ui/components/carousel/carousel-lib/shared/utils.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/ssr-window/document.js +18 -25
- package/dist/ui/components/carousel/carousel-lib/ssr-window/document.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/ssr-window/extend.js +3 -7
- package/dist/ui/components/carousel/carousel-lib/ssr-window/extend.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/ssr-window/ssr-window.js +4 -14
- package/dist/ui/components/carousel/carousel-lib/ssr-window/ssr-window.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/ssr-window/window.js +22 -29
- package/dist/ui/components/carousel/carousel-lib/ssr-window/window.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/swiper-bundle.js +4 -12
- package/dist/ui/components/carousel/carousel-lib/swiper-bundle.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/swiper-effect-utils.js +6 -16
- package/dist/ui/components/carousel/carousel-lib/swiper-effect-utils.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/swiper-react.js +4 -10
- package/dist/ui/components/carousel/carousel-lib/swiper-react.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/swiper.js +1 -9
- package/dist/ui/components/carousel/carousel-lib/swiper.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/types/index.js +5 -26
- package/dist/ui/components/carousel/carousel-lib/types/index.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/types/shared.js +1 -2
- package/dist/ui/components/carousel/carousel-lib/types/swiper-class.js +1 -3
- package/dist/ui/components/carousel/carousel-lib/types/swiper-class.js.map +1 -1
- package/dist/ui/components/carousel/carousel-lib/types/swiper-events.js +1 -2
- package/dist/ui/components/carousel/carousel-lib/types/swiper-options.js +1 -2
- package/dist/ui/components/carousel/index.js +26 -76
- package/dist/ui/components/carousel/index.js.map +1 -1
- package/dist/ui/components/carousel/interfaces.js +1 -2
- package/dist/ui/components/carousel/styles.js +306 -13
- package/dist/ui/components/carousel/styles.js.map +1 -1
- package/dist/ui/components/charts/index.js +2 -18
- package/dist/ui/components/charts/index.js.map +1 -1
- package/dist/ui/components/charts/matriz/index.js +29 -86
- package/dist/ui/components/charts/matriz/index.js.map +1 -1
- package/dist/ui/components/charts/matriz/styles.js +124 -13
- package/dist/ui/components/charts/matriz/styles.js.map +1 -1
- package/dist/ui/components/charts/pie/index.js +1 -17
- package/dist/ui/components/charts/pie/index.js.map +1 -1
- package/dist/ui/components/charts/pie/simple/functions.js +16 -20
- package/dist/ui/components/charts/pie/simple/functions.js.map +1 -1
- package/dist/ui/components/charts/pie/simple/index.js +39 -76
- package/dist/ui/components/charts/pie/simple/index.js.map +1 -1
- package/dist/ui/components/charts/pie/simple/interfaces.js +1 -2
- package/dist/ui/components/charts/pie/simple/styles.js +22 -13
- package/dist/ui/components/charts/pie/simple/styles.js.map +1 -1
- package/dist/ui/components/container/index.js +3 -7
- package/dist/ui/components/container/index.js.map +1 -1
- package/dist/ui/components/container/interfaces.js +1 -2
- package/dist/ui/components/count-up/index.js +14 -18
- package/dist/ui/components/count-up/index.js.map +1 -1
- package/dist/ui/components/drop-down/index.js +6 -43
- package/dist/ui/components/drop-down/index.js.map +1 -1
- package/dist/ui/components/drop-down/interfaces.js +1 -2
- package/dist/ui/components/drop-down/styles.js +27 -15
- package/dist/ui/components/drop-down/styles.js.map +1 -1
- package/dist/ui/components/error-boundary/component.js +5 -9
- package/dist/ui/components/error-boundary/component.js.map +1 -1
- package/dist/ui/components/error-boundary/error-body.js +3 -8
- package/dist/ui/components/error-boundary/error-body.js.map +1 -1
- package/dist/ui/components/error-boundary/index.js +2 -18
- package/dist/ui/components/error-boundary/index.js.map +1 -1
- package/dist/ui/components/error-boundary/interfaces.js +1 -2
- package/dist/ui/components/error-boundary/src/ErrorBoundary.js +36 -64
- package/dist/ui/components/error-boundary/src/ErrorBoundary.js.map +1 -1
- package/dist/ui/components/error-boundary/src/ErrorBoundaryContext.js +2 -5
- package/dist/ui/components/error-boundary/src/ErrorBoundaryContext.js.map +1 -1
- package/dist/ui/components/error-boundary/src/assertErrorBoundaryContext.js +1 -4
- package/dist/ui/components/error-boundary/src/assertErrorBoundaryContext.js.map +1 -1
- package/dist/ui/components/error-boundary/src/env-conditions/development.js +1 -4
- package/dist/ui/components/error-boundary/src/env-conditions/development.js.map +1 -1
- package/dist/ui/components/error-boundary/src/env-conditions/production.js +1 -4
- package/dist/ui/components/error-boundary/src/env-conditions/production.js.map +1 -1
- package/dist/ui/components/error-boundary/src/index.js +5 -21
- package/dist/ui/components/error-boundary/src/index.js.map +1 -1
- package/dist/ui/components/error-boundary/src/types.js +1 -2
- package/dist/ui/components/error-boundary/src/useErrorBoundary.js +15 -20
- package/dist/ui/components/error-boundary/src/useErrorBoundary.js.map +1 -1
- package/dist/ui/components/error-boundary/src/withErrorBoundary.js +6 -22
- package/dist/ui/components/error-boundary/src/withErrorBoundary.js.map +1 -1
- package/dist/ui/components/evaluations/card/index.js +5 -42
- package/dist/ui/components/evaluations/card/index.js.map +1 -1
- package/dist/ui/components/evaluations/card/styles.js +114 -13
- package/dist/ui/components/evaluations/card/styles.js.map +1 -1
- package/dist/ui/components/evaluations/index.js +12 -60
- package/dist/ui/components/evaluations/index.js.map +1 -1
- package/dist/ui/components/evaluations/star.js +3 -6
- package/dist/ui/components/evaluations/star.js.map +1 -1
- package/dist/ui/components/evaluations/stars-text/index.js +5 -42
- package/dist/ui/components/evaluations/stars-text/index.js.map +1 -1
- package/dist/ui/components/evaluations/stars-text/styles.js +43 -13
- package/dist/ui/components/evaluations/stars-text/styles.js.map +1 -1
- package/dist/ui/components/evaluations/styles.js +494 -14
- package/dist/ui/components/evaluations/styles.js.map +1 -1
- package/dist/ui/components/form/checkbox/index.js +16 -72
- package/dist/ui/components/form/checkbox/index.js.map +1 -1
- package/dist/ui/components/form/checkbox/styles.js +6 -13
- package/dist/ui/components/form/checkbox/styles.js.map +1 -1
- package/dist/ui/components/form/drag-and-drop/index.js +23 -49
- package/dist/ui/components/form/drag-and-drop/index.js.map +1 -1
- package/dist/ui/components/form/handler/component.js +8 -25
- package/dist/ui/components/form/handler/component.js.map +1 -1
- package/dist/ui/components/form/handler/custom-submit/index.js +8 -23
- package/dist/ui/components/form/handler/custom-submit/index.js.map +1 -1
- package/dist/ui/components/form/handler/dynamic_form_handler/component.js +17 -101
- package/dist/ui/components/form/handler/dynamic_form_handler/component.js.map +1 -1
- package/dist/ui/components/form/handler/dynamic_form_handler/index.js +3 -19
- package/dist/ui/components/form/handler/dynamic_form_handler/index.js.map +1 -1
- package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.js +1 -2
- package/dist/ui/components/form/handler/dynamic_form_handler/render-dynamic-inputs/index.js +13 -61
- package/dist/ui/components/form/handler/dynamic_form_handler/render-dynamic-inputs/index.js.map +1 -1
- package/dist/ui/components/form/handler/dynamic_form_handler/styles.js +37 -13
- package/dist/ui/components/form/handler/dynamic_form_handler/styles.js.map +1 -1
- package/dist/ui/components/form/handler/form-handler/generate-schemas.js +38 -108
- package/dist/ui/components/form/handler/form-handler/generate-schemas.js.map +1 -1
- package/dist/ui/components/form/handler/form-handler/index.js +165 -298
- package/dist/ui/components/form/handler/form-handler/index.js.map +1 -1
- package/dist/ui/components/form/handler/form-handler/use-form-handler.js +4 -7
- package/dist/ui/components/form/handler/form-handler/use-form-handler.js.map +1 -1
- package/dist/ui/components/form/handler/form-handler/use-schemas.js +30 -122
- package/dist/ui/components/form/handler/form-handler/use-schemas.js.map +1 -1
- package/dist/ui/components/form/handler/form-handler/use-send-file.js +104 -190
- package/dist/ui/components/form/handler/form-handler/use-send-file.js.map +1 -1
- package/dist/ui/components/form/handler/i18n/capture-i18n-errors/index.js +15 -21
- package/dist/ui/components/form/handler/i18n/capture-i18n-errors/index.js.map +1 -1
- package/dist/ui/components/form/handler/i18n/index.js +16 -36
- package/dist/ui/components/form/handler/i18n/index.js.map +1 -1
- package/dist/ui/components/form/handler/index.js +6 -22
- package/dist/ui/components/form/handler/index.js.map +1 -1
- package/dist/ui/components/form/handler/interfaces.js +1 -2
- package/dist/ui/components/form/handler/styles.js +39 -13
- package/dist/ui/components/form/handler/styles.js.map +1 -1
- package/dist/ui/components/form/index.js +30 -46
- package/dist/ui/components/form/index.js.map +1 -1
- package/dist/ui/components/form/input/index.js +25 -42
- package/dist/ui/components/form/input/index.js.map +1 -1
- package/dist/ui/components/form/input-cep/component.js +45 -100
- package/dist/ui/components/form/input-cep/component.js.map +1 -1
- package/dist/ui/components/form/input-cep/index.js +3 -19
- package/dist/ui/components/form/input-cep/index.js.map +1 -1
- package/dist/ui/components/form/input-cep/interfaces.js +1 -2
- package/dist/ui/components/form/input-cep/use-cep/hook.js +4 -7
- package/dist/ui/components/form/input-cep/use-cep/hook.js.map +1 -1
- package/dist/ui/components/form/input-cep/use-cep/index.js +2 -18
- package/dist/ui/components/form/input-cep/use-cep/index.js.map +1 -1
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.js +6 -44
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.js.map +1 -1
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/index.js +3 -19
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/index.js.map +1 -1
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/interfaces.js +1 -2
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/service.js +2 -8
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/service.js.map +1 -1
- package/dist/ui/components/form/input-cep/use-cep/providers/index.js +1 -17
- package/dist/ui/components/form/input-cep/use-cep/providers/index.js.map +1 -1
- package/dist/ui/components/form/input-color/index.js +4 -18
- package/dist/ui/components/form/input-color/index.js.map +1 -1
- package/dist/ui/components/form/input-control/error/index.js +4 -41
- package/dist/ui/components/form/input-control/error/index.js.map +1 -1
- package/dist/ui/components/form/input-control/error/styles.js +7 -13
- package/dist/ui/components/form/input-control/error/styles.js.map +1 -1
- package/dist/ui/components/form/input-control/index.js +12 -49
- package/dist/ui/components/form/input-control/index.js.map +1 -1
- package/dist/ui/components/form/input-control/label/index.js +6 -43
- package/dist/ui/components/form/input-control/label/index.js.map +1 -1
- package/dist/ui/components/form/input-control/label/styles.js +12 -13
- package/dist/ui/components/form/input-control/label/styles.js.map +1 -1
- package/dist/ui/components/form/input-control/loader-input/index.js +5 -41
- package/dist/ui/components/form/input-control/loader-input/index.js.map +1 -1
- package/dist/ui/components/form/input-control/loader-input/styles.js +14 -13
- package/dist/ui/components/form/input-control/loader-input/styles.js.map +1 -1
- package/dist/ui/components/form/input-control/styles.js +110 -13
- package/dist/ui/components/form/input-control/styles.js.map +1 -1
- package/dist/ui/components/form/input-counter/index.js +19 -66
- package/dist/ui/components/form/input-counter/index.js.map +1 -1
- package/dist/ui/components/form/input-counter/styles.js +38 -13
- package/dist/ui/components/form/input-counter/styles.js.map +1 -1
- package/dist/ui/components/form/input-cpf-cnpj/index.js +6 -20
- package/dist/ui/components/form/input-cpf-cnpj/index.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/CurrencyInput.js +81 -94
- package/dist/ui/components/form/input-currency/components/CurrencyInput.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/CurrencyInputProps.js +1 -2
- package/dist/ui/components/form/input-currency/components/index.js +1 -17
- package/dist/ui/components/form/input-currency/components/index.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/utils/addSeparators.js +1 -6
- package/dist/ui/components/form/input-currency/components/utils/addSeparators.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/utils/cleanValue.js +25 -38
- package/dist/ui/components/form/input-currency/components/utils/cleanValue.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/utils/escapeRegExp.js +1 -5
- package/dist/ui/components/form/input-currency/components/utils/escapeRegExp.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/utils/fixedDecimalValue.js +9 -13
- package/dist/ui/components/form/input-currency/components/utils/fixedDecimalValue.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/utils/formatValue.js +33 -58
- package/dist/ui/components/form/input-currency/components/utils/formatValue.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/utils/getLocaleConfig.js +10 -25
- package/dist/ui/components/form/input-currency/components/utils/getLocaleConfig.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/utils/getSuffix.js +4 -9
- package/dist/ui/components/form/input-currency/components/utils/getSuffix.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/utils/index.js +8 -24
- package/dist/ui/components/form/input-currency/components/utils/index.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/utils/isNumber.js +1 -5
- package/dist/ui/components/form/input-currency/components/utils/isNumber.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/utils/padTrimValue.js +4 -9
- package/dist/ui/components/form/input-currency/components/utils/padTrimValue.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/utils/parseAbbrValue.js +13 -21
- package/dist/ui/components/form/input-currency/components/utils/parseAbbrValue.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/utils/removeInvalidChars.js +4 -8
- package/dist/ui/components/form/input-currency/components/utils/removeInvalidChars.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/utils/removeSeparators.js +3 -8
- package/dist/ui/components/form/input-currency/components/utils/removeSeparators.js.map +1 -1
- package/dist/ui/components/form/input-currency/components/utils/repositionCursor.js +6 -11
- package/dist/ui/components/form/input-currency/components/utils/repositionCursor.js.map +1 -1
- package/dist/ui/components/form/input-currency/index.js +17 -31
- package/dist/ui/components/form/input-currency/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js +17 -67
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/styles.js +94 -22
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/styles.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/days/index.js +27 -77
- package/dist/ui/components/form/input-date-picker/calendar/days/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/days/styles.js +59 -16
- package/dist/ui/components/form/input-date-picker/calendar/days/styles.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/index.js +20 -64
- package/dist/ui/components/form/input-date-picker/calendar/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/interface.js +1 -2
- package/dist/ui/components/form/input-date-picker/calendar/months/index.js +14 -62
- package/dist/ui/components/form/input-date-picker/calendar/months/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/months/styles.js +33 -16
- package/dist/ui/components/form/input-date-picker/calendar/months/styles.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/styles.js +10 -16
- package/dist/ui/components/form/input-date-picker/calendar/styles.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/years/index.js +20 -68
- package/dist/ui/components/form/input-date-picker/calendar/years/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/years/styles.js +44 -13
- package/dist/ui/components/form/input-date-picker/calendar/years/styles.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/component.js +29 -50
- package/dist/ui/components/form/input-date-picker/component.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/index.js +2 -18
- package/dist/ui/components/form/input-date-picker/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/interfaces.js +1 -2
- package/dist/ui/components/form/input-date-picker/mock/index.js +1 -17
- package/dist/ui/components/form/input-date-picker/mock/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/mock/translations.js +1 -4
- package/dist/ui/components/form/input-date-picker/mock/translations.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/settings/index.js +1 -4
- package/dist/ui/components/form/input-date-picker/settings/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker-new/calendar/calendar-header/index.js +15 -63
- package/dist/ui/components/form/input-date-picker-new/calendar/calendar-header/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker-new/calendar/calendar-header/styles.js +56 -22
- package/dist/ui/components/form/input-date-picker-new/calendar/calendar-header/styles.js.map +1 -1
- package/dist/ui/components/form/input-date-picker-new/calendar/days/index.js +30 -82
- package/dist/ui/components/form/input-date-picker-new/calendar/days/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker-new/calendar/days/styles.js +59 -16
- package/dist/ui/components/form/input-date-picker-new/calendar/days/styles.js.map +1 -1
- package/dist/ui/components/form/input-date-picker-new/calendar/index.js +22 -69
- package/dist/ui/components/form/input-date-picker-new/calendar/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker-new/calendar/interface.js +1 -2
- package/dist/ui/components/form/input-date-picker-new/calendar/months/index.js +20 -71
- package/dist/ui/components/form/input-date-picker-new/calendar/months/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker-new/calendar/months/styles.js +33 -16
- package/dist/ui/components/form/input-date-picker-new/calendar/months/styles.js.map +1 -1
- package/dist/ui/components/form/input-date-picker-new/calendar/styles.js +14 -16
- package/dist/ui/components/form/input-date-picker-new/calendar/styles.js.map +1 -1
- package/dist/ui/components/form/input-date-picker-new/component.js +18 -72
- package/dist/ui/components/form/input-date-picker-new/component.js.map +1 -1
- package/dist/ui/components/form/input-date-picker-new/index.js +2 -18
- package/dist/ui/components/form/input-date-picker-new/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker-new/interfaces.js +1 -2
- package/dist/ui/components/form/input-date-picker-new/mock/index.js +1 -17
- package/dist/ui/components/form/input-date-picker-new/mock/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker-new/mock/translations.js +1 -4
- package/dist/ui/components/form/input-date-picker-new/mock/translations.js.map +1 -1
- package/dist/ui/components/form/input-date-picker-new/styles.js +21 -13
- package/dist/ui/components/form/input-date-picker-new/styles.js.map +1 -1
- package/dist/ui/components/form/input-date-range/component.js +9 -56
- package/dist/ui/components/form/input-date-range/component.js.map +1 -1
- package/dist/ui/components/form/input-date-range/filter/index.js +19 -59
- package/dist/ui/components/form/input-date-range/filter/index.js.map +1 -1
- package/dist/ui/components/form/input-date-range/filter/styles.js +45 -14
- package/dist/ui/components/form/input-date-range/filter/styles.js.map +1 -1
- package/dist/ui/components/form/input-date-range/index.js +1 -17
- package/dist/ui/components/form/input-date-range/index.js.map +1 -1
- package/dist/ui/components/form/input-date-range/styles.js +47 -13
- package/dist/ui/components/form/input-date-range/styles.js.map +1 -1
- package/dist/ui/components/form/input-file/component.js +8 -55
- package/dist/ui/components/form/input-file/component.js.map +1 -1
- package/dist/ui/components/form/input-file/hooks/index.js +4 -20
- package/dist/ui/components/form/input-file/hooks/index.js.map +1 -1
- package/dist/ui/components/form/input-file/hooks/use-components-file.js +14 -61
- package/dist/ui/components/form/input-file/hooks/use-components-file.js.map +1 -1
- package/dist/ui/components/form/input-file/hooks/use-file-elements.js +16 -66
- package/dist/ui/components/form/input-file/hooks/use-file-elements.js.map +1 -1
- package/dist/ui/components/form/input-file/hooks/use-file.js +42 -102
- package/dist/ui/components/form/input-file/hooks/use-file.js.map +1 -1
- package/dist/ui/components/form/input-file/hooks/use-rendered-file.js +27 -41
- package/dist/ui/components/form/input-file/hooks/use-rendered-file.js.map +1 -1
- package/dist/ui/components/form/input-file/index.js +4 -20
- package/dist/ui/components/form/input-file/index.js.map +1 -1
- package/dist/ui/components/form/input-file/render-files/component.js +12 -26
- package/dist/ui/components/form/input-file/render-files/component.js.map +1 -1
- package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.js +6 -9
- package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.js.map +1 -1
- package/dist/ui/components/form/input-file/render-files/file-item/index.js +9 -56
- package/dist/ui/components/form/input-file/render-files/file-item/index.js.map +1 -1
- package/dist/ui/components/form/input-file/render-files/file-item/styles.js +180 -14
- package/dist/ui/components/form/input-file/render-files/file-item/styles.js.map +1 -1
- package/dist/ui/components/form/input-file/render-files/index.js +3 -19
- package/dist/ui/components/form/input-file/render-files/index.js.map +1 -1
- package/dist/ui/components/form/input-file/render-files/interfaces.js +1 -2
- package/dist/ui/components/form/input-file/styles.js +61 -14
- package/dist/ui/components/form/input-file/styles.js.map +1 -1
- package/dist/ui/components/form/input-manager/component.js +28 -84
- package/dist/ui/components/form/input-manager/component.js.map +1 -1
- package/dist/ui/components/form/input-manager/index.js +2 -18
- package/dist/ui/components/form/input-manager/index.js.map +1 -1
- package/dist/ui/components/form/input-manager/interfaces.js +1 -2
- package/dist/ui/components/form/input-manager/styles.js +61 -16
- package/dist/ui/components/form/input-manager/styles.js.map +1 -1
- package/dist/ui/components/form/input-mask/index.js +33 -86
- package/dist/ui/components/form/input-mask/index.js.map +1 -1
- package/dist/ui/components/form/input-password/index.js +11 -58
- package/dist/ui/components/form/input-password/index.js.map +1 -1
- package/dist/ui/components/form/input-password/styles.js +32 -13
- package/dist/ui/components/form/input-password/styles.js.map +1 -1
- package/dist/ui/components/form/input-range/index.js +20 -67
- package/dist/ui/components/form/input-range/index.js.map +1 -1
- package/dist/ui/components/form/input-range/styles.js +105 -13
- package/dist/ui/components/form/input-range/styles.js.map +1 -1
- package/dist/ui/components/form/input-seo/index.js +7 -43
- package/dist/ui/components/form/input-seo/index.js.map +1 -1
- package/dist/ui/components/form/input-seo/input-meta-image/index.js +9 -57
- package/dist/ui/components/form/input-seo/input-meta-image/index.js.map +1 -1
- package/dist/ui/components/form/input-seo/input-meta-image/styles.js +37 -13
- package/dist/ui/components/form/input-seo/input-meta-image/styles.js.map +1 -1
- package/dist/ui/components/form/input-seo/styles.js +44 -10
- package/dist/ui/components/form/input-seo/styles.js.map +1 -1
- package/dist/ui/components/form/input-star/index.js +9 -56
- package/dist/ui/components/form/input-star/index.js.map +1 -1
- package/dist/ui/components/form/input-star/styles.js +29 -17
- package/dist/ui/components/form/input-star/styles.js.map +1 -1
- package/dist/ui/components/form/input-svg/index.js +19 -66
- package/dist/ui/components/form/input-svg/index.js.map +1 -1
- package/dist/ui/components/form/input-svg/styles.js +55 -13
- package/dist/ui/components/form/input-svg/styles.js.map +1 -1
- package/dist/ui/components/form/input-switch/index.js +15 -62
- package/dist/ui/components/form/input-switch/index.js.map +1 -1
- package/dist/ui/components/form/input-switch/interfaces.js +1 -2
- package/dist/ui/components/form/input-switch/styles.js +120 -14
- package/dist/ui/components/form/input-switch/styles.js.map +1 -1
- package/dist/ui/components/form/input-week-availability/availability-preview/index.js +8 -45
- package/dist/ui/components/form/input-week-availability/availability-preview/index.js.map +1 -1
- package/dist/ui/components/form/input-week-availability/availability-preview/styles.js +76 -13
- package/dist/ui/components/form/input-week-availability/availability-preview/styles.js.map +1 -1
- package/dist/ui/components/form/input-week-availability/index.js +2 -18
- package/dist/ui/components/form/input-week-availability/index.js.map +1 -1
- package/dist/ui/components/form/input-week-availability/input.js +18 -70
- package/dist/ui/components/form/input-week-availability/input.js.map +1 -1
- package/dist/ui/components/form/input-week-availability/mock.js +2 -5
- package/dist/ui/components/form/input-week-availability/mock.js.map +1 -1
- package/dist/ui/components/form/input-week-availability/styles.js +126 -13
- package/dist/ui/components/form/input-week-availability/styles.js.map +1 -1
- package/dist/ui/components/form/input-youtube/index.js +11 -58
- package/dist/ui/components/form/input-youtube/index.js.map +1 -1
- package/dist/ui/components/form/input-youtube/styles.js +10 -13
- package/dist/ui/components/form/input-youtube/styles.js.map +1 -1
- package/dist/ui/components/form/interfaces.js +1 -2
- package/dist/ui/components/form/radio/index.js +11 -59
- package/dist/ui/components/form/radio/index.js.map +1 -1
- package/dist/ui/components/form/radio/styles.js +12 -13
- package/dist/ui/components/form/radio/styles.js.map +1 -1
- package/dist/ui/components/form/select/constants.d.ts +3 -0
- package/dist/ui/components/form/select/constants.js +4 -0
- package/dist/ui/components/form/select/constants.js.map +1 -0
- package/dist/ui/components/form/select/custom-styles.js +12 -26
- package/dist/ui/components/form/select/custom-styles.js.map +1 -1
- package/dist/ui/components/form/select/index.d.ts +1 -4
- package/dist/ui/components/form/select/index.js +106 -143
- package/dist/ui/components/form/select/index.js.map +1 -1
- package/dist/ui/components/form/select/styles.js +44 -13
- package/dist/ui/components/form/select/styles.js.map +1 -1
- package/dist/ui/components/form/select/virtualized-menu-list/index.d.ts +6 -0
- package/dist/ui/components/form/select/virtualized-menu-list/index.js +8 -0
- package/dist/ui/components/form/select/virtualized-menu-list/index.js.map +1 -0
- package/dist/ui/components/form/select-icon/index.js +9 -56
- package/dist/ui/components/form/select-icon/index.js.map +1 -1
- package/dist/ui/components/form/select-icon/styles.js +22 -13
- package/dist/ui/components/form/select-icon/styles.js.map +1 -1
- package/dist/ui/components/form/text-editor/component.js +11 -61
- package/dist/ui/components/form/text-editor/component.js.map +1 -1
- package/dist/ui/components/form/text-editor/hook/index.js +7 -10
- package/dist/ui/components/form/text-editor/hook/index.js.map +1 -1
- package/dist/ui/components/form/text-editor/index.js +3 -19
- package/dist/ui/components/form/text-editor/index.js.map +1 -1
- package/dist/ui/components/form/text-editor/quill.js +41 -113
- package/dist/ui/components/form/text-editor/quill.js.map +1 -1
- package/dist/ui/components/form/textarea/index.js +15 -29
- package/dist/ui/components/form/textarea/index.js.map +1 -1
- package/dist/ui/components/google-translate-page/index.js +9 -46
- package/dist/ui/components/google-translate-page/index.js.map +1 -1
- package/dist/ui/components/google-translate-page/styles.js +10 -10
- package/dist/ui/components/google-translate-page/styles.js.map +1 -1
- package/dist/ui/components/google-translate-page/translate.js +13 -17
- package/dist/ui/components/google-translate-page/translate.js.map +1 -1
- package/dist/ui/components/index.js +32 -48
- package/dist/ui/components/index.js.map +1 -1
- package/dist/ui/components/loader-circle/index.js +4 -8
- package/dist/ui/components/loader-circle/index.js.map +1 -1
- package/dist/ui/components/loader-circle/interfaces.js +1 -2
- package/dist/ui/components/loading-screen/index.js +11 -51
- package/dist/ui/components/loading-screen/index.js.map +1 -1
- package/dist/ui/components/loading-screen/interfaces.js +1 -2
- package/dist/ui/components/loading-screen/styles.js +31 -44
- package/dist/ui/components/loading-screen/styles.js.map +1 -1
- package/dist/ui/components/login-modal/index.js +17 -92
- package/dist/ui/components/login-modal/index.js.map +1 -1
- package/dist/ui/components/login-modal/styles.js +189 -13
- package/dist/ui/components/login-modal/styles.js.map +1 -1
- package/dist/ui/components/menu-mobile/components/nav-links/index.js +21 -66
- package/dist/ui/components/menu-mobile/components/nav-links/index.js.map +1 -1
- package/dist/ui/components/menu-mobile/components/nav-links/interfaces.js +1 -2
- package/dist/ui/components/menu-mobile/components/nav-links/styles.js +103 -13
- package/dist/ui/components/menu-mobile/components/nav-links/styles.js.map +1 -1
- package/dist/ui/components/menu-mobile/index.js +14 -54
- package/dist/ui/components/menu-mobile/index.js.map +1 -1
- package/dist/ui/components/menu-mobile/interfaces.js +1 -2
- package/dist/ui/components/menu-mobile/styles.js +66 -13
- package/dist/ui/components/menu-mobile/styles.js.map +1 -1
- package/dist/ui/components/menu-mobile/top/index.js +7 -47
- package/dist/ui/components/menu-mobile/top/index.js.map +1 -1
- package/dist/ui/components/menu-mobile/top/interfaces.js +1 -2
- package/dist/ui/components/menu-mobile/top/styles.js +85 -13
- package/dist/ui/components/menu-mobile/top/styles.js.map +1 -1
- package/dist/ui/components/modal/component.js +9 -46
- package/dist/ui/components/modal/component.js.map +1 -1
- package/dist/ui/components/modal/index.js +2 -18
- package/dist/ui/components/modal/index.js.map +1 -1
- package/dist/ui/components/modal/interfaces.js +1 -2
- package/dist/ui/components/modal/styles.js +131 -17
- package/dist/ui/components/modal/styles.js.map +1 -1
- package/dist/ui/components/next-image/index.js +10 -47
- package/dist/ui/components/next-image/index.js.map +1 -1
- package/dist/ui/components/next-image/interfaces.js +1 -2
- package/dist/ui/components/next-image/styles.js +49 -13
- package/dist/ui/components/next-image/styles.js.map +1 -1
- package/dist/ui/components/overlay/index.js +9 -46
- package/dist/ui/components/overlay/index.js.map +1 -1
- package/dist/ui/components/overlay/interfaces.js +1 -2
- package/dist/ui/components/overlay/styles.js +23 -51
- package/dist/ui/components/overlay/styles.js.map +1 -1
- package/dist/ui/components/pagination/index.js +18 -55
- package/dist/ui/components/pagination/index.js.map +1 -1
- package/dist/ui/components/pagination/service.js +19 -22
- package/dist/ui/components/pagination/service.js.map +1 -1
- package/dist/ui/components/pagination/styles.js +116 -13
- package/dist/ui/components/pagination/styles.js.map +1 -1
- package/dist/ui/components/pix/index.js +10 -47
- package/dist/ui/components/pix/index.js.map +1 -1
- package/dist/ui/components/pix/pix-sucess/index.js +6 -43
- package/dist/ui/components/pix/pix-sucess/index.js.map +1 -1
- package/dist/ui/components/pix/pix-sucess/styles.js +69 -13
- package/dist/ui/components/pix/pix-sucess/styles.js.map +1 -1
- package/dist/ui/components/pix/styles.js +139 -19
- package/dist/ui/components/pix/styles.js.map +1 -1
- package/dist/ui/components/pix/timer/index.js +12 -49
- package/dist/ui/components/pix/timer/index.js.map +1 -1
- package/dist/ui/components/pix/timer/styles.js +7 -13
- package/dist/ui/components/pix/timer/styles.js.map +1 -1
- package/dist/ui/components/pop-confirm/component.js +13 -63
- package/dist/ui/components/pop-confirm/component.js.map +1 -1
- package/dist/ui/components/pop-confirm/index.js +1 -17
- package/dist/ui/components/pop-confirm/index.js.map +1 -1
- package/dist/ui/components/pop-confirm/styles.js +74 -14
- package/dist/ui/components/pop-confirm/styles.js.map +1 -1
- package/dist/ui/components/portal/index.js +5 -9
- package/dist/ui/components/portal/index.js.map +1 -1
- package/dist/ui/components/sidebar/index.js +12 -52
- package/dist/ui/components/sidebar/index.js.map +1 -1
- package/dist/ui/components/sidebar/interfaces.js +1 -2
- package/dist/ui/components/sidebar/styles.js +31 -15
- package/dist/ui/components/sidebar/styles.js.map +1 -1
- package/dist/ui/components/site/context/index.js +8 -13
- package/dist/ui/components/site/context/index.js.map +1 -1
- package/dist/ui/components/site/context/scripts/acept-cookies/index.js +29 -101
- package/dist/ui/components/site/context/scripts/acept-cookies/index.js.map +1 -1
- package/dist/ui/components/site/context/scripts/acept-cookies/styles.js +74 -13
- package/dist/ui/components/site/context/scripts/acept-cookies/styles.js.map +1 -1
- package/dist/ui/components/site/context/scripts/acept-ratedr/index.js +29 -101
- package/dist/ui/components/site/context/scripts/acept-ratedr/index.js.map +1 -1
- package/dist/ui/components/site/context/scripts/acept-ratedr/styles.js +61 -13
- package/dist/ui/components/site/context/scripts/acept-ratedr/styles.js.map +1 -1
- package/dist/ui/components/site/context/scripts/component.js +25 -23
- package/dist/ui/components/site/context/scripts/component.js.map +1 -1
- package/dist/ui/components/site/context/scripts/conditional-scripts/index.js +4 -11
- package/dist/ui/components/site/context/scripts/conditional-scripts/index.js.map +1 -1
- package/dist/ui/components/site/context/scripts/facebook/use-track-page-views.js +35 -21
- package/dist/ui/components/site/context/scripts/facebook/use-track-page-views.js.map +1 -1
- package/dist/ui/components/site/context/scripts/index.js +5 -21
- package/dist/ui/components/site/context/scripts/index.js.map +1 -1
- package/dist/ui/components/site/context/scripts/interfaces.js +1 -2
- package/dist/ui/components/site/context/scripts/whatsapp-fixed/index.js +5 -45
- package/dist/ui/components/site/context/scripts/whatsapp-fixed/index.js.map +1 -1
- package/dist/ui/components/site/context/scripts/whatsapp-fixed/styles.js +103 -13
- package/dist/ui/components/site/context/scripts/whatsapp-fixed/styles.js.map +1 -1
- package/dist/ui/components/site/default-pages/404/component.js +8 -47
- package/dist/ui/components/site/default-pages/404/component.js.map +1 -1
- package/dist/ui/components/site/default-pages/404/index.js +1 -17
- package/dist/ui/components/site/default-pages/404/index.js.map +1 -1
- package/dist/ui/components/site/default-pages/404/styles.js +28 -13
- package/dist/ui/components/site/default-pages/404/styles.js.map +1 -1
- package/dist/ui/components/site/default-pages/500/component.js +9 -48
- package/dist/ui/components/site/default-pages/500/component.js.map +1 -1
- package/dist/ui/components/site/default-pages/500/index.js +1 -17
- package/dist/ui/components/site/default-pages/500/index.js.map +1 -1
- package/dist/ui/components/site/default-pages/500/styles.js +28 -13
- package/dist/ui/components/site/default-pages/500/styles.js.map +1 -1
- package/dist/ui/components/site/default-pages/index.js +2 -18
- package/dist/ui/components/site/default-pages/index.js.map +1 -1
- package/dist/ui/components/site/default-pages/sitemap/index.js +11 -49
- package/dist/ui/components/site/default-pages/sitemap/index.js.map +1 -1
- package/dist/ui/components/site/effect/component.js +5 -42
- package/dist/ui/components/site/effect/component.js.map +1 -1
- package/dist/ui/components/site/effect/index.js +2 -18
- package/dist/ui/components/site/effect/index.js.map +1 -1
- package/dist/ui/components/site/effect/interfaces.js +1 -2
- package/dist/ui/components/site/effect/styles.js +103 -49
- package/dist/ui/components/site/effect/styles.js.map +1 -1
- package/dist/ui/components/site/head/component.js +11 -18
- package/dist/ui/components/site/head/component.js.map +1 -1
- package/dist/ui/components/site/head/index.js +2 -18
- package/dist/ui/components/site/head/index.js.map +1 -1
- package/dist/ui/components/site/head/interfaces.js +1 -2
- package/dist/ui/components/site/header-link/component.js +5 -19
- package/dist/ui/components/site/header-link/component.js.map +1 -1
- package/dist/ui/components/site/header-link/index.js +2 -18
- package/dist/ui/components/site/header-link/index.js.map +1 -1
- package/dist/ui/components/site/header-link/interfaces.js +1 -2
- package/dist/ui/components/site/header-link/versions/index.js +1 -17
- package/dist/ui/components/site/header-link/versions/index.js.map +1 -1
- package/dist/ui/components/site/header-link/versions/version-01/component.js +6 -48
- package/dist/ui/components/site/header-link/versions/version-01/component.js.map +1 -1
- package/dist/ui/components/site/header-link/versions/version-01/styles.js +74 -13
- package/dist/ui/components/site/header-link/versions/version-01/styles.js.map +1 -1
- package/dist/ui/components/site/index.js +7 -23
- package/dist/ui/components/site/index.js.map +1 -1
- package/dist/ui/components/site/list-blog/card/index.js +6 -46
- package/dist/ui/components/site/list-blog/card/index.js.map +1 -1
- package/dist/ui/components/site/list-blog/card/styles.js +150 -13
- package/dist/ui/components/site/list-blog/card/styles.js.map +1 -1
- package/dist/ui/components/site/list-blog/carousel-configs.js +1 -4
- package/dist/ui/components/site/list-blog/carousel-configs.js.map +1 -1
- package/dist/ui/components/site/list-blog/component.js +9 -49
- package/dist/ui/components/site/list-blog/component.js.map +1 -1
- package/dist/ui/components/site/list-blog/index.js +1 -17
- package/dist/ui/components/site/list-blog/index.js.map +1 -1
- package/dist/ui/components/site/list-blog/interfaces.js +1 -2
- package/dist/ui/components/site/list-blog/styles.js +60 -13
- package/dist/ui/components/site/list-blog/styles.js.map +1 -1
- package/dist/ui/components/site/mvv/component.js +5 -19
- package/dist/ui/components/site/mvv/component.js.map +1 -1
- package/dist/ui/components/site/mvv/index.js +1 -17
- package/dist/ui/components/site/mvv/index.js.map +1 -1
- package/dist/ui/components/site/mvv/interfaces.js +1 -2
- package/dist/ui/components/site/mvv/versions/index.js +1 -17
- package/dist/ui/components/site/mvv/versions/index.js.map +1 -1
- package/dist/ui/components/site/mvv/versions/version-01/component.js +5 -42
- package/dist/ui/components/site/mvv/versions/version-01/component.js.map +1 -1
- package/dist/ui/components/site/mvv/versions/version-01/styles.js +73 -13
- package/dist/ui/components/site/mvv/versions/version-01/styles.js.map +1 -1
- package/dist/ui/components/skeleton/index.js +4 -41
- package/dist/ui/components/skeleton/index.js.map +1 -1
- package/dist/ui/components/skeleton/styles.js +49 -13
- package/dist/ui/components/skeleton/styles.js.map +1 -1
- package/dist/ui/components/spacing/index.js +6 -53
- package/dist/ui/components/spacing/index.js.map +1 -1
- package/dist/ui/components/spacing/styles.js +19 -49
- package/dist/ui/components/spacing/styles.js.map +1 -1
- package/dist/ui/components/step-navigator/index.js +9 -46
- package/dist/ui/components/step-navigator/index.js.map +1 -1
- package/dist/ui/components/step-navigator/styles.js +18 -26
- package/dist/ui/components/step-navigator/styles.js.map +1 -1
- package/dist/ui/components/tooltip/component.js +24 -74
- package/dist/ui/components/tooltip/component.js.map +1 -1
- package/dist/ui/components/tooltip/hooks/use-tool-tip.js +36 -50
- package/dist/ui/components/tooltip/hooks/use-tool-tip.js.map +1 -1
- package/dist/ui/components/tooltip/index.js +2 -18
- package/dist/ui/components/tooltip/index.js.map +1 -1
- package/dist/ui/components/tooltip/interfaces.js +1 -2
- package/dist/ui/components/tooltip/styles.js +89 -56
- package/dist/ui/components/tooltip/styles.js.map +1 -1
- package/dist/ui/components/video/component.js +5 -20
- package/dist/ui/components/video/component.js.map +1 -1
- package/dist/ui/components/video/index.js +2 -18
- package/dist/ui/components/video/index.js.map +1 -1
- package/dist/ui/components/video/interfaces.js +1 -2
- package/dist/ui/components/video/panda-video/components/index.js +2 -18
- package/dist/ui/components/video/panda-video/components/index.js.map +1 -1
- package/dist/ui/components/video/panda-video/components/player-component.js +29 -63
- package/dist/ui/components/video/panda-video/components/player-component.js.map +1 -1
- package/dist/ui/components/video/panda-video/components/player-wrapper.js +7 -10
- package/dist/ui/components/video/panda-video/components/player-wrapper.js.map +1 -1
- package/dist/ui/components/video/panda-video/index.js +2 -18
- package/dist/ui/components/video/panda-video/index.js.map +1 -1
- package/dist/ui/components/video/panda-video/interfaces.js +1 -2
- package/dist/ui/components/video/panda-video/player.js +11 -26
- package/dist/ui/components/video/panda-video/player.js.map +1 -1
- package/dist/ui/components/warning/index.js +37 -133
- package/dist/ui/components/warning/index.js.map +1 -1
- package/dist/ui/components/warning/interface.js +1 -2
- package/dist/ui/components/warning/styles.js +64 -13
- package/dist/ui/components/warning/styles.js.map +1 -1
- package/dist/ui/components/zoom-hover/index.js +52 -73
- package/dist/ui/components/zoom-hover/index.js.map +1 -1
- package/dist/ui/contexts/i18n/context.js +24 -73
- package/dist/ui/contexts/i18n/context.js.map +1 -1
- package/dist/ui/contexts/i18n/edit-mode/index.js +19 -33
- package/dist/ui/contexts/i18n/edit-mode/index.js.map +1 -1
- package/dist/ui/contexts/i18n/get-initial-props.js +44 -85
- package/dist/ui/contexts/i18n/get-initial-props.js.map +1 -1
- package/dist/ui/contexts/i18n/index.js +6 -22
- package/dist/ui/contexts/i18n/index.js.map +1 -1
- package/dist/ui/contexts/i18n/interfaces.js +1 -2
- package/dist/ui/contexts/i18n/translate.js +55 -136
- package/dist/ui/contexts/i18n/translate.js.map +1 -1
- package/dist/ui/contexts/i18n/use-i18n-data/index.js +8 -14
- package/dist/ui/contexts/i18n/use-i18n-data/index.js.map +1 -1
- package/dist/ui/contexts/index.js +3 -19
- package/dist/ui/contexts/index.js.map +1 -1
- package/dist/ui/contexts/route-loading/index.js +54 -35
- package/dist/ui/contexts/route-loading/index.js.map +1 -1
- package/dist/ui/contexts/toast/index.js +20 -81
- package/dist/ui/contexts/toast/index.js.map +1 -1
- package/dist/ui/contexts/toast/interfaces.js +1 -2
- package/dist/ui/contexts/toast/styles.js +11 -14
- package/dist/ui/contexts/toast/styles.js.map +1 -1
- package/dist/ui/contexts/toast/toast-item/index.js +24 -71
- package/dist/ui/contexts/toast/toast-item/index.js.map +1 -1
- package/dist/ui/contexts/toast/toast-item/styles.js +54 -44
- package/dist/ui/contexts/toast/toast-item/styles.js.map +1 -1
- package/dist/ui/hooks/index.js +12 -28
- package/dist/ui/hooks/index.js.map +1 -1
- package/dist/ui/hooks/permitions/camera/index.js +2 -18
- package/dist/ui/hooks/permitions/camera/index.js.map +1 -1
- package/dist/ui/hooks/permitions/camera/styles.js +78 -13
- package/dist/ui/hooks/permitions/camera/styles.js.map +1 -1
- package/dist/ui/hooks/permitions/camera/use-camera.js +23 -98
- package/dist/ui/hooks/permitions/camera/use-camera.js.map +1 -1
- package/dist/ui/hooks/permitions/camera/use-monitoring-video-permission.js +9 -12
- package/dist/ui/hooks/permitions/camera/use-monitoring-video-permission.js.map +1 -1
- package/dist/ui/hooks/permitions/camera/webcan-component.js +87 -153
- package/dist/ui/hooks/permitions/camera/webcan-component.js.map +1 -1
- package/dist/ui/hooks/permitions/index.js +1 -17
- package/dist/ui/hooks/permitions/index.js.map +1 -1
- package/dist/ui/hooks/use-component-is-mounted.js +4 -7
- package/dist/ui/hooks/use-component-is-mounted.js.map +1 -1
- package/dist/ui/hooks/use-dynamic-head/index.js +14 -18
- package/dist/ui/hooks/use-dynamic-head/index.js.map +1 -1
- package/dist/ui/hooks/use-element-id.js +8 -12
- package/dist/ui/hooks/use-element-id.js.map +1 -1
- package/dist/ui/hooks/use-is-visible/index.js +6 -11
- package/dist/ui/hooks/use-is-visible/index.js.map +1 -1
- package/dist/ui/hooks/use-mount-transition/index.js +7 -10
- package/dist/ui/hooks/use-mount-transition/index.js.map +1 -1
- package/dist/ui/hooks/use-query/hook.js +63 -131
- package/dist/ui/hooks/use-query/hook.js.map +1 -1
- package/dist/ui/hooks/use-query/index.js +4 -20
- package/dist/ui/hooks/use-query/index.js.map +1 -1
- package/dist/ui/hooks/use-query/interfaces.js +1 -2
- package/dist/ui/hooks/use-query/new-query/QueryClient.d.ts +1 -0
- package/dist/ui/hooks/use-query/new-query/QueryClient.js +99 -145
- package/dist/ui/hooks/use-query/new-query/QueryClient.js.map +1 -1
- package/dist/ui/hooks/use-query/new-query/QueryClientProvider.js +7 -12
- package/dist/ui/hooks/use-query/new-query/QueryClientProvider.js.map +1 -1
- package/dist/ui/hooks/use-query/new-query/index.js +4 -20
- package/dist/ui/hooks/use-query/new-query/index.js.map +1 -1
- package/dist/ui/hooks/use-query/new-query/useMutation.js +19 -72
- package/dist/ui/hooks/use-query/new-query/useMutation.js.map +1 -1
- package/dist/ui/hooks/use-query/new-query/useQuery.js +33 -97
- package/dist/ui/hooks/use-query/new-query/useQuery.js.map +1 -1
- package/dist/ui/hooks/use-query/use-mutation.js +3 -17
- package/dist/ui/hooks/use-query/use-mutation.js.map +1 -1
- package/dist/ui/hooks/use-scroll.js +6 -10
- package/dist/ui/hooks/use-scroll.js.map +1 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/generator.js +21 -37
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/generator.js.map +1 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-params.js +16 -19
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-params.js.map +1 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-request-body.js +10 -14
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-request-body.js.map +1 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-result.js +5 -8
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-result.js.map +1 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/index.js +5 -21
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/index.js.map +1 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/interfaces.js +1 -2
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-interfaces-openApi/index.js +19 -22
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-interfaces-openApi/index.js.map +1 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-openApi-client/index.js +16 -20
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-openApi-client/index.js.map +1 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/generator.js +23 -65
- package/dist/ui/hooks/use-swagger/_generate_swagger/generator.js.map +1 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/index.js +5 -21
- package/dist/ui/hooks/use-swagger/_generate_swagger/index.js.map +1 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/openapi-interfaces.js +1 -2
- package/dist/ui/hooks/use-swagger/client/index.js +23 -85
- package/dist/ui/hooks/use-swagger/client/index.js.map +1 -1
- package/dist/ui/hooks/use-swagger/index.js +2 -18
- package/dist/ui/hooks/use-swagger/index.js.map +1 -1
- package/dist/ui/hooks/use-swagger/test/index.js +3 -3
- package/dist/ui/hooks/use-swagger/test/index.js.map +1 -1
- package/dist/ui/hooks/use-timer/index.js +2 -18
- package/dist/ui/hooks/use-timer/index.js.map +1 -1
- package/dist/ui/hooks/use-timer/interfaces.js +1 -2
- package/dist/ui/hooks/use-timer/use-timer.js +15 -30
- package/dist/ui/hooks/use-timer/use-timer.js.map +1 -1
- package/dist/ui/hooks/use-window.js +6 -20
- package/dist/ui/hooks/use-window.js.map +1 -1
- package/dist/ui/icons/index.js +134 -150
- package/dist/ui/icons/index.js.map +1 -1
- package/dist/ui/icons/interfaces.js +1 -2
- package/dist/ui/icons/render/component.js +3 -7
- package/dist/ui/icons/render/component.js.map +1 -1
- package/dist/ui/icons/render/icon-Instagram.js +5 -11
- package/dist/ui/icons/render/icon-Instagram.js.map +1 -1
- package/dist/ui/icons/render/icon-Linkedin.js +5 -11
- package/dist/ui/icons/render/icon-Linkedin.js.map +1 -1
- package/dist/ui/icons/render/icon-Lupa.js +3 -7
- package/dist/ui/icons/render/icon-Lupa.js.map +1 -1
- package/dist/ui/icons/render/icon-Map.js +5 -11
- package/dist/ui/icons/render/icon-Map.js.map +1 -1
- package/dist/ui/icons/render/icon-Microphone.js +3 -7
- package/dist/ui/icons/render/icon-Microphone.js.map +1 -1
- package/dist/ui/icons/render/icon-Minus.js +3 -7
- package/dist/ui/icons/render/icon-Minus.js.map +1 -1
- package/dist/ui/icons/render/icon-Phone.js +5 -11
- package/dist/ui/icons/render/icon-Phone.js.map +1 -1
- package/dist/ui/icons/render/icon-Pin.js +7 -15
- package/dist/ui/icons/render/icon-Pin.js.map +1 -1
- package/dist/ui/icons/render/icon-Play.js +3 -7
- package/dist/ui/icons/render/icon-Play.js.map +1 -1
- package/dist/ui/icons/render/icon-Plus.js +3 -7
- package/dist/ui/icons/render/icon-Plus.js.map +1 -1
- package/dist/ui/icons/render/icon-Share.js +3 -7
- package/dist/ui/icons/render/icon-Share.js.map +1 -1
- package/dist/ui/icons/render/icon-TikTok.js +3 -7
- package/dist/ui/icons/render/icon-TikTok.js.map +1 -1
- package/dist/ui/icons/render/icon-YouTube.js +5 -11
- package/dist/ui/icons/render/icon-YouTube.js.map +1 -1
- package/dist/ui/icons/render/icon-academic-cap copy.js +3 -7
- package/dist/ui/icons/render/icon-academic-cap copy.js.map +1 -1
- package/dist/ui/icons/render/icon-academic-cap.js +3 -7
- package/dist/ui/icons/render/icon-academic-cap.js.map +1 -1
- package/dist/ui/icons/render/icon-ampulheta.js +3 -7
- package/dist/ui/icons/render/icon-ampulheta.js.map +1 -1
- package/dist/ui/icons/render/icon-block.js +3 -7
- package/dist/ui/icons/render/icon-block.js.map +1 -1
- package/dist/ui/icons/render/icon-boleto.js +3 -7
- package/dist/ui/icons/render/icon-boleto.js.map +1 -1
- package/dist/ui/icons/render/icon-bottom-chevron.js +3 -7
- package/dist/ui/icons/render/icon-bottom-chevron.js.map +1 -1
- package/dist/ui/icons/render/icon-bottom-navigation-double.js +3 -7
- package/dist/ui/icons/render/icon-bottom-navigation-double.js.map +1 -1
- package/dist/ui/icons/render/icon-bottom-navigation.js +3 -7
- package/dist/ui/icons/render/icon-bottom-navigation.js.map +1 -1
- package/dist/ui/icons/render/icon-box.js +3 -7
- package/dist/ui/icons/render/icon-box.js.map +1 -1
- package/dist/ui/icons/render/icon-calculator.js +3 -7
- package/dist/ui/icons/render/icon-calculator.js.map +1 -1
- package/dist/ui/icons/render/icon-calendar-browse.js +3 -7
- package/dist/ui/icons/render/icon-calendar-browse.js.map +1 -1
- package/dist/ui/icons/render/icon-calendar-time.js +3 -6
- package/dist/ui/icons/render/icon-calendar-time.js.map +1 -1
- package/dist/ui/icons/render/icon-calendar.js +3 -7
- package/dist/ui/icons/render/icon-calendar.js.map +1 -1
- package/dist/ui/icons/render/icon-cam.js +3 -7
- package/dist/ui/icons/render/icon-cam.js.map +1 -1
- package/dist/ui/icons/render/icon-cell-phone.js +3 -7
- package/dist/ui/icons/render/icon-cell-phone.js.map +1 -1
- package/dist/ui/icons/render/icon-chalet.js +3 -7
- package/dist/ui/icons/render/icon-chalet.js.map +1 -1
- package/dist/ui/icons/render/icon-chat.js +3 -7
- package/dist/ui/icons/render/icon-chat.js.map +1 -1
- package/dist/ui/icons/render/icon-check.js +3 -7
- package/dist/ui/icons/render/icon-check.js.map +1 -1
- package/dist/ui/icons/render/icon-checked.js +3 -7
- package/dist/ui/icons/render/icon-checked.js.map +1 -1
- package/dist/ui/icons/render/icon-circular-left-arrow.js +3 -7
- package/dist/ui/icons/render/icon-circular-left-arrow.js.map +1 -1
- package/dist/ui/icons/render/icon-circular-right-arrow.js +3 -7
- package/dist/ui/icons/render/icon-circular-right-arrow.js.map +1 -1
- package/dist/ui/icons/render/icon-clip.js +5 -11
- package/dist/ui/icons/render/icon-clip.js.map +1 -1
- package/dist/ui/icons/render/icon-clock.js +7 -15
- package/dist/ui/icons/render/icon-clock.js.map +1 -1
- package/dist/ui/icons/render/icon-close.js +3 -7
- package/dist/ui/icons/render/icon-close.js.map +1 -1
- package/dist/ui/icons/render/icon-codie.js +3 -7
- package/dist/ui/icons/render/icon-codie.js.map +1 -1
- package/dist/ui/icons/render/icon-computer.js +3 -7
- package/dist/ui/icons/render/icon-computer.js.map +1 -1
- package/dist/ui/icons/render/icon-credit-card.js +7 -15
- package/dist/ui/icons/render/icon-credit-card.js.map +1 -1
- package/dist/ui/icons/render/icon-danger.js +3 -7
- package/dist/ui/icons/render/icon-danger.js.map +1 -1
- package/dist/ui/icons/render/icon-death.js +3 -7
- package/dist/ui/icons/render/icon-death.js.map +1 -1
- package/dist/ui/icons/render/icon-delete.js +3 -7
- package/dist/ui/icons/render/icon-delete.js.map +1 -1
- package/dist/ui/icons/render/icon-diabets.js +3 -7
- package/dist/ui/icons/render/icon-diabets.js.map +1 -1
- package/dist/ui/icons/render/icon-door.js +3 -7
- package/dist/ui/icons/render/icon-door.js.map +1 -1
- package/dist/ui/icons/render/icon-download.js +3 -7
- package/dist/ui/icons/render/icon-download.js.map +1 -1
- package/dist/ui/icons/render/icon-drop-file.js +3 -7
- package/dist/ui/icons/render/icon-drop-file.js.map +1 -1
- package/dist/ui/icons/render/icon-edit-image.js +3 -7
- package/dist/ui/icons/render/icon-edit-image.js.map +1 -1
- package/dist/ui/icons/render/icon-edit.js +3 -7
- package/dist/ui/icons/render/icon-edit.js.map +1 -1
- package/dist/ui/icons/render/icon-email.js +5 -11
- package/dist/ui/icons/render/icon-email.js.map +1 -1
- package/dist/ui/icons/render/icon-empty-chat.js +3 -7
- package/dist/ui/icons/render/icon-empty-chat.js.map +1 -1
- package/dist/ui/icons/render/icon-equalizer.js +5 -11
- package/dist/ui/icons/render/icon-equalizer.js.map +1 -1
- package/dist/ui/icons/render/icon-excel.js +3 -7
- package/dist/ui/icons/render/icon-excel.js.map +1 -1
- package/dist/ui/icons/render/icon-exclamation.js +3 -7
- package/dist/ui/icons/render/icon-exclamation.js.map +1 -1
- package/dist/ui/icons/render/icon-exit.js +3 -7
- package/dist/ui/icons/render/icon-exit.js.map +1 -1
- package/dist/ui/icons/render/icon-eye-slash.js +3 -7
- package/dist/ui/icons/render/icon-eye-slash.js.map +1 -1
- package/dist/ui/icons/render/icon-eye.js +3 -7
- package/dist/ui/icons/render/icon-eye.js.map +1 -1
- package/dist/ui/icons/render/icon-facebook.js +5 -11
- package/dist/ui/icons/render/icon-facebook.js.map +1 -1
- package/dist/ui/icons/render/icon-file.js +3 -7
- package/dist/ui/icons/render/icon-file.js.map +1 -1
- package/dist/ui/icons/render/icon-filter.js +3 -7
- package/dist/ui/icons/render/icon-filter.js.map +1 -1
- package/dist/ui/icons/render/icon-flag.js +3 -7
- package/dist/ui/icons/render/icon-flag.js.map +1 -1
- package/dist/ui/icons/render/icon-folder.js +3 -7
- package/dist/ui/icons/render/icon-folder.js.map +1 -1
- package/dist/ui/icons/render/icon-fullfield-bell.js +3 -7
- package/dist/ui/icons/render/icon-fullfield-bell.js.map +1 -1
- package/dist/ui/icons/render/icon-fullfield-chat.js +3 -7
- package/dist/ui/icons/render/icon-fullfield-chat.js.map +1 -1
- package/dist/ui/icons/render/icon-gear.js +3 -7
- package/dist/ui/icons/render/icon-gear.js.map +1 -1
- package/dist/ui/icons/render/icon-gender.js +3 -7
- package/dist/ui/icons/render/icon-gender.js.map +1 -1
- package/dist/ui/icons/render/icon-globe.js +3 -7
- package/dist/ui/icons/render/icon-globe.js.map +1 -1
- package/dist/ui/icons/render/icon-google.js +3 -7
- package/dist/ui/icons/render/icon-google.js.map +1 -1
- package/dist/ui/icons/render/icon-heart.js +3 -7
- package/dist/ui/icons/render/icon-heart.js.map +1 -1
- package/dist/ui/icons/render/icon-home.js +5 -11
- package/dist/ui/icons/render/icon-home.js.map +1 -1
- package/dist/ui/icons/render/icon-hospitalization.js +3 -7
- package/dist/ui/icons/render/icon-hospitalization.js.map +1 -1
- package/dist/ui/icons/render/icon-hypertension.js +3 -7
- package/dist/ui/icons/render/icon-hypertension.js.map +1 -1
- package/dist/ui/icons/render/icon-info.js +3 -7
- package/dist/ui/icons/render/icon-info.js.map +1 -1
- package/dist/ui/icons/render/icon-instagram-logo.js +3 -7
- package/dist/ui/icons/render/icon-instagram-logo.js.map +1 -1
- package/dist/ui/icons/render/icon-interrogation-circle.js +3 -7
- package/dist/ui/icons/render/icon-interrogation-circle.js.map +1 -1
- package/dist/ui/icons/render/icon-language.js +3 -7
- package/dist/ui/icons/render/icon-language.js.map +1 -1
- package/dist/ui/icons/render/icon-left-chevron.js +3 -7
- package/dist/ui/icons/render/icon-left-chevron.js.map +1 -1
- package/dist/ui/icons/render/icon-left-navigation-circle.js +3 -7
- package/dist/ui/icons/render/icon-left-navigation-circle.js.map +1 -1
- package/dist/ui/icons/render/icon-left-navigation.js +3 -7
- package/dist/ui/icons/render/icon-left-navigation.js.map +1 -1
- package/dist/ui/icons/render/icon-like.js +3 -7
- package/dist/ui/icons/render/icon-like.js.map +1 -1
- package/dist/ui/icons/render/icon-loading.js +3 -7
- package/dist/ui/icons/render/icon-loading.js.map +1 -1
- package/dist/ui/icons/render/icon-map-floor.js +3 -7
- package/dist/ui/icons/render/icon-map-floor.js.map +1 -1
- package/dist/ui/icons/render/icon-message-balloon.js +3 -7
- package/dist/ui/icons/render/icon-message-balloon.js.map +1 -1
- package/dist/ui/icons/render/icon-mobile.js +3 -7
- package/dist/ui/icons/render/icon-mobile.js.map +1 -1
- package/dist/ui/icons/render/icon-money-value-symbol.js +3 -7
- package/dist/ui/icons/render/icon-money-value-symbol.js.map +1 -1
- package/dist/ui/icons/render/icon-next.js +3 -7
- package/dist/ui/icons/render/icon-next.js.map +1 -1
- package/dist/ui/icons/render/icon-not-found.js +3 -7
- package/dist/ui/icons/render/icon-not-found.js.map +1 -1
- package/dist/ui/icons/render/icon-not-like.js +3 -7
- package/dist/ui/icons/render/icon-not-like.js.map +1 -1
- package/dist/ui/icons/render/icon-padlock.js +5 -11
- package/dist/ui/icons/render/icon-padlock.js.map +1 -1
- package/dist/ui/icons/render/icon-pc.js +3 -7
- package/dist/ui/icons/render/icon-pc.js.map +1 -1
- package/dist/ui/icons/render/icon-pdf.js +3 -7
- package/dist/ui/icons/render/icon-pdf.js.map +1 -1
- package/dist/ui/icons/render/icon-performance.js +3 -7
- package/dist/ui/icons/render/icon-performance.js.map +1 -1
- package/dist/ui/icons/render/icon-person.js +5 -11
- package/dist/ui/icons/render/icon-person.js.map +1 -1
- package/dist/ui/icons/render/icon-pet.js +3 -7
- package/dist/ui/icons/render/icon-pet.js.map +1 -1
- package/dist/ui/icons/render/icon-phone-message.js +3 -7
- package/dist/ui/icons/render/icon-phone-message.js.map +1 -1
- package/dist/ui/icons/render/icon-pix.js +3 -7
- package/dist/ui/icons/render/icon-pix.js.map +1 -1
- package/dist/ui/icons/render/icon-plane.js +3 -7
- package/dist/ui/icons/render/icon-plane.js.map +1 -1
- package/dist/ui/icons/render/icon-play-rounded.js +3 -7
- package/dist/ui/icons/render/icon-play-rounded.js.map +1 -1
- package/dist/ui/icons/render/icon-plus-sharp.js +3 -7
- package/dist/ui/icons/render/icon-plus-sharp.js.map +1 -1
- package/dist/ui/icons/render/icon-prev.js +3 -7
- package/dist/ui/icons/render/icon-prev.js.map +1 -1
- package/dist/ui/icons/render/icon-print.js +3 -7
- package/dist/ui/icons/render/icon-print.js.map +1 -1
- package/dist/ui/icons/render/icon-right-chevron.js +3 -7
- package/dist/ui/icons/render/icon-right-chevron.js.map +1 -1
- package/dist/ui/icons/render/icon-right-circle.js +3 -7
- package/dist/ui/icons/render/icon-right-circle.js.map +1 -1
- package/dist/ui/icons/render/icon-right-navigation-circle.js +5 -11
- package/dist/ui/icons/render/icon-right-navigation-circle.js.map +1 -1
- package/dist/ui/icons/render/icon-right-navigation-double.js +3 -7
- package/dist/ui/icons/render/icon-right-navigation-double.js.map +1 -1
- package/dist/ui/icons/render/icon-right-navigation-rounded.js +3 -7
- package/dist/ui/icons/render/icon-right-navigation-rounded.js.map +1 -1
- package/dist/ui/icons/render/icon-right-navigation.js +3 -7
- package/dist/ui/icons/render/icon-right-navigation.js.map +1 -1
- package/dist/ui/icons/render/icon-route.js +3 -7
- package/dist/ui/icons/render/icon-route.js.map +1 -1
- package/dist/ui/icons/render/icon-selo.js +3 -7
- package/dist/ui/icons/render/icon-selo.js.map +1 -1
- package/dist/ui/icons/render/icon-send-arrow.js +3 -7
- package/dist/ui/icons/render/icon-send-arrow.js.map +1 -1
- package/dist/ui/icons/render/icon-send-message.js +3 -7
- package/dist/ui/icons/render/icon-send-message.js.map +1 -1
- package/dist/ui/icons/render/icon-send.js +3 -7
- package/dist/ui/icons/render/icon-send.js.map +1 -1
- package/dist/ui/icons/render/icon-seo.js +3 -7
- package/dist/ui/icons/render/icon-seo.js.map +1 -1
- package/dist/ui/icons/render/icon-share-v2.js +3 -7
- package/dist/ui/icons/render/icon-share-v2.js.map +1 -1
- package/dist/ui/icons/render/icon-shopping.js +5 -11
- package/dist/ui/icons/render/icon-shopping.js.map +1 -1
- package/dist/ui/icons/render/icon-star.js +3 -7
- package/dist/ui/icons/render/icon-star.js.map +1 -1
- package/dist/ui/icons/render/icon-starBg.js +3 -7
- package/dist/ui/icons/render/icon-starBg.js.map +1 -1
- package/dist/ui/icons/render/icon-three-dots.js +3 -7
- package/dist/ui/icons/render/icon-three-dots.js.map +1 -1
- package/dist/ui/icons/render/icon-tiktok-logo.js +3 -7
- package/dist/ui/icons/render/icon-tiktok-logo.js.map +1 -1
- package/dist/ui/icons/render/icon-top-chevron.js +3 -7
- package/dist/ui/icons/render/icon-top-chevron.js.map +1 -1
- package/dist/ui/icons/render/icon-top-navigation.js +3 -7
- package/dist/ui/icons/render/icon-top-navigation.js.map +1 -1
- package/dist/ui/icons/render/icon-transparent-mail.js +3 -7
- package/dist/ui/icons/render/icon-transparent-mail.js.map +1 -1
- package/dist/ui/icons/render/icon-transparent-phone.js +3 -7
- package/dist/ui/icons/render/icon-transparent-phone.js.map +1 -1
- package/dist/ui/icons/render/icon-twitter.js +5 -11
- package/dist/ui/icons/render/icon-twitter.js.map +1 -1
- package/dist/ui/icons/render/icon-upload.js +3 -7
- package/dist/ui/icons/render/icon-upload.js.map +1 -1
- package/dist/ui/icons/render/icon-user.js +5 -11
- package/dist/ui/icons/render/icon-user.js.map +1 -1
- package/dist/ui/icons/render/icon-warning.js +3 -7
- package/dist/ui/icons/render/icon-warning.js.map +1 -1
- package/dist/ui/icons/render/icon-weight.js +3 -7
- package/dist/ui/icons/render/icon-weight.js.map +1 -1
- package/dist/ui/icons/render/icon-whats.js +5 -11
- package/dist/ui/icons/render/icon-whats.js.map +1 -1
- package/dist/ui/icons/render/icon-whatsapp-logo.js +3 -7
- package/dist/ui/icons/render/icon-whatsapp-logo.js.map +1 -1
- package/dist/ui/icons/render/icon-word.js +3 -7
- package/dist/ui/icons/render/icon-word.js.map +1 -1
- package/dist/ui/icons/render/icon-x.js +3 -7
- package/dist/ui/icons/render/icon-x.js.map +1 -1
- package/dist/ui/icons/render/image.js +3 -7
- package/dist/ui/icons/render/image.js.map +1 -1
- package/dist/ui/icons/render/index.js +1 -17
- package/dist/ui/icons/render/index.js.map +1 -1
- package/dist/ui/icons/render-icon/index.js +4 -41
- package/dist/ui/icons/render-icon/index.js.map +1 -1
- package/dist/ui/index.js +9 -25
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/integrations/cloudflare/index.js +1 -17
- package/dist/ui/integrations/cloudflare/index.js.map +1 -1
- package/dist/ui/integrations/cloudflare/turnstile.js +90 -143
- package/dist/ui/integrations/cloudflare/turnstile.js.map +1 -1
- package/dist/ui/integrations/cloudflare/type.js +1 -2
- package/dist/ui/integrations/google/GoogleLogin.js +29 -43
- package/dist/ui/integrations/google/GoogleLogin.js.map +1 -1
- package/dist/ui/integrations/google/GoogleOAuthProvider.js +16 -24
- package/dist/ui/integrations/google/GoogleOAuthProvider.js.map +1 -1
- package/dist/ui/integrations/google/googleLogout.js +1 -4
- package/dist/ui/integrations/google/googleLogout.js.map +1 -1
- package/dist/ui/integrations/google/hasGrantedAllScopesGoogle.js +2 -19
- package/dist/ui/integrations/google/hasGrantedAllScopesGoogle.js.map +1 -1
- package/dist/ui/integrations/google/hasGrantedAnyScopeGoogle.js +2 -19
- package/dist/ui/integrations/google/hasGrantedAnyScopeGoogle.js.map +1 -1
- package/dist/ui/integrations/google/hooks/index.js +3 -19
- package/dist/ui/integrations/google/hooks/index.js.map +1 -1
- package/dist/ui/integrations/google/hooks/useGoogleLogin.js +16 -30
- package/dist/ui/integrations/google/hooks/useGoogleLogin.js.map +1 -1
- package/dist/ui/integrations/google/hooks/useGoogleOneTapLogin.js +22 -26
- package/dist/ui/integrations/google/hooks/useGoogleOneTapLogin.js.map +1 -1
- package/dist/ui/integrations/google/hooks/useLoadGsiScript.js +11 -15
- package/dist/ui/integrations/google/hooks/useLoadGsiScript.js.map +1 -1
- package/dist/ui/integrations/google/index.js +8 -24
- package/dist/ui/integrations/google/index.js.map +1 -1
- package/dist/ui/integrations/google/types/index.js +1 -2
- package/dist/ui/integrations/google/utils/index.js +2 -5
- package/dist/ui/integrations/google/utils/index.js.map +1 -1
- package/dist/ui/integrations/index.js +3 -19
- package/dist/ui/integrations/index.js.map +1 -1
- package/dist/ui/integrations/message-provider/index.js +1 -17
- package/dist/ui/integrations/message-provider/index.js.map +1 -1
- package/dist/ui/integrations/message-provider/send-message.js +23 -70
- package/dist/ui/integrations/message-provider/send-message.js.map +1 -1
- package/dist/ui/styles/keyframes.js +23 -11
- package/dist/ui/styles/keyframes.js.map +1 -1
- package/dist/ui/types/index.js +1 -17
- package/dist/ui/types/index.js.map +1 -1
- package/dist/ui/types/list.js +1 -2
- package/dist/ui/utils/_app_utils/generate_ref.js +4 -8
- package/dist/ui/utils/_app_utils/generate_ref.js.map +1 -1
- package/dist/ui/utils/_app_utils/get-pathname-ref.js +5 -8
- package/dist/ui/utils/_app_utils/get-pathname-ref.js.map +1 -1
- package/dist/ui/utils/_app_utils/index.js +2 -18
- package/dist/ui/utils/_app_utils/index.js.map +1 -1
- package/dist/ui/utils/buffer/base64.js +5 -8
- package/dist/ui/utils/buffer/base64.js.map +1 -1
- package/dist/ui/utils/buffer/buffer.js +10 -15
- package/dist/ui/utils/buffer/buffer.js.map +1 -1
- package/dist/ui/utils/buffer/index.js +2 -18
- package/dist/ui/utils/buffer/index.js.map +1 -1
- package/dist/ui/utils/colors/hext-to-rgba.js +5 -8
- package/dist/ui/utils/colors/hext-to-rgba.js.map +1 -1
- package/dist/ui/utils/colors/index.js +1 -17
- package/dist/ui/utils/colors/index.js.map +1 -1
- package/dist/ui/utils/copy-to-clipboard.js +11 -15
- package/dist/ui/utils/copy-to-clipboard.js.map +1 -1
- package/dist/ui/utils/date/index.js +1 -17
- package/dist/ui/utils/date/index.js.map +1 -1
- package/dist/ui/utils/date/is-invaid-date.js +2 -5
- package/dist/ui/utils/date/is-invaid-date.js.map +1 -1
- package/dist/ui/utils/disable-scroll.js +4 -7
- package/dist/ui/utils/disable-scroll.js.map +1 -1
- package/dist/ui/utils/facebook/facebook-pixel.js +3 -8
- package/dist/ui/utils/facebook/facebook-pixel.js.map +1 -1
- package/dist/ui/utils/facebook/index.js +1 -17
- package/dist/ui/utils/facebook/index.js.map +1 -1
- package/dist/ui/utils/file/index.js +3 -19
- package/dist/ui/utils/file/index.js.map +1 -1
- package/dist/ui/utils/file/load-file.js +19 -62
- package/dist/ui/utils/file/load-file.js.map +1 -1
- package/dist/ui/utils/file/upload-file.js +60 -124
- package/dist/ui/utils/file/upload-file.js.map +1 -1
- package/dist/ui/utils/file/verify-size-files.js +5 -9
- package/dist/ui/utils/file/verify-size-files.js.map +1 -1
- package/dist/ui/utils/form-validator/index.js +2 -18
- package/dist/ui/utils/form-validator/index.js.map +1 -1
- package/dist/ui/utils/form-validator/validations/index.js +4 -20
- package/dist/ui/utils/form-validator/validations/index.js.map +1 -1
- package/dist/ui/utils/form-validator/validations/validate-cnpj.js +10 -13
- package/dist/ui/utils/form-validator/validations/validate-cnpj.js.map +1 -1
- package/dist/ui/utils/form-validator/validations/validate-cpf.js +2 -5
- package/dist/ui/utils/form-validator/validations/validate-cpf.js.map +1 -1
- package/dist/ui/utils/form-validator/validations/validate-email.js +1 -4
- package/dist/ui/utils/form-validator/validations/validate-email.js.map +1 -1
- package/dist/ui/utils/form-validator/validations/validate-phone.js +3 -7
- package/dist/ui/utils/form-validator/validations/validate-phone.js.map +1 -1
- package/dist/ui/utils/form-validator/validator.js +150 -204
- package/dist/ui/utils/form-validator/validator.js.map +1 -1
- package/dist/ui/utils/formatters/format-number-to-currency.js +2 -6
- package/dist/ui/utils/formatters/format-number-to-currency.js.map +1 -1
- package/dist/ui/utils/formatters/format-string-to-number.js +1 -4
- package/dist/ui/utils/formatters/format-string-to-number.js.map +1 -1
- package/dist/ui/utils/formatters/format-string-to-url.js +1 -4
- package/dist/ui/utils/formatters/format-string-to-url.js.map +1 -1
- package/dist/ui/utils/formatters/formatter.js +9 -12
- package/dist/ui/utils/formatters/formatter.js.map +1 -1
- package/dist/ui/utils/formatters/index.js +5 -21
- package/dist/ui/utils/formatters/index.js.map +1 -1
- package/dist/ui/utils/formatters/remove-digits.js +1 -4
- package/dist/ui/utils/formatters/remove-digits.js.map +1 -1
- package/dist/ui/utils/generate-guid.js +3 -6
- package/dist/ui/utils/generate-guid.js.map +1 -1
- package/dist/ui/utils/generate-sitemap.js +27 -54
- package/dist/ui/utils/generate-sitemap.js.map +1 -1
- package/dist/ui/utils/http/api.js +38 -90
- package/dist/ui/utils/http/api.js.map +1 -1
- package/dist/ui/utils/http/axios-http-client.js +92 -154
- package/dist/ui/utils/http/axios-http-client.js.map +1 -1
- package/dist/ui/utils/http/errors/http-errors/application-unauthorized-error.js +3 -8
- package/dist/ui/utils/http/errors/http-errors/application-unauthorized-error.js.map +1 -1
- package/dist/ui/utils/http/errors/http-errors/application-unexpected-error.js +5 -27
- package/dist/ui/utils/http/errors/http-errors/application-unexpected-error.js.map +1 -1
- package/dist/ui/utils/http/errors/http-errors/bad-request-error.js +3 -8
- package/dist/ui/utils/http/errors/http-errors/bad-request-error.js.map +1 -1
- package/dist/ui/utils/http/errors/http-errors/conflict-error.js +3 -8
- package/dist/ui/utils/http/errors/http-errors/conflict-error.js.map +1 -1
- package/dist/ui/utils/http/errors/http-errors/index.js +7 -23
- package/dist/ui/utils/http/errors/http-errors/index.js.map +1 -1
- package/dist/ui/utils/http/errors/http-errors/no-content.js +5 -27
- package/dist/ui/utils/http/errors/http-errors/no-content.js.map +1 -1
- package/dist/ui/utils/http/errors/http-errors/not-found-error.js +5 -27
- package/dist/ui/utils/http/errors/http-errors/not-found-error.js.map +1 -1
- package/dist/ui/utils/http/errors/http-errors/unexpected-error.js +5 -27
- package/dist/ui/utils/http/errors/http-errors/unexpected-error.js.map +1 -1
- package/dist/ui/utils/http/errors/index.js +2 -18
- package/dist/ui/utils/http/errors/index.js.map +1 -1
- package/dist/ui/utils/http/errors/system-errors-model/index.js +1 -17
- package/dist/ui/utils/http/errors/system-errors-model/index.js.map +1 -1
- package/dist/ui/utils/http/errors/system-errors-model/validation-errors-model.js +3 -8
- package/dist/ui/utils/http/errors/system-errors-model/validation-errors-model.js.map +1 -1
- package/dist/ui/utils/http/index.js +4 -20
- package/dist/ui/utils/http/index.js.map +1 -1
- package/dist/ui/utils/http/interfaces.js +2 -5
- package/dist/ui/utils/http/interfaces.js.map +1 -1
- package/dist/ui/utils/index.js +23 -39
- package/dist/ui/utils/index.js.map +1 -1
- package/dist/ui/utils/infinity-forge/index.js +2 -18
- package/dist/ui/utils/infinity-forge/index.js.map +1 -1
- package/dist/ui/utils/infinity-forge/infinity-forge-next-config.js +26 -84
- package/dist/ui/utils/infinity-forge/infinity-forge-next-config.js.map +1 -1
- package/dist/ui/utils/infinity-forge/z-index-infinity-forge.js +1 -4
- package/dist/ui/utils/infinity-forge/z-index-infinity-forge.js.map +1 -1
- package/dist/ui/utils/json/index.js +4 -8
- package/dist/ui/utils/json/index.js.map +1 -1
- package/dist/ui/utils/jwt/index.js +12 -37
- package/dist/ui/utils/jwt/index.js.map +1 -1
- package/dist/ui/utils/libs/index.js +2 -18
- package/dist/ui/utils/libs/index.js.map +1 -1
- package/dist/ui/utils/libs/moment/index.js +1 -17
- package/dist/ui/utils/libs/moment/index.js.map +1 -1
- package/dist/ui/utils/libs/moment/verify-date-and-return-value-formatted.js +6 -13
- package/dist/ui/utils/libs/moment/verify-date-and-return-value-formatted.js.map +1 -1
- package/dist/ui/utils/libs/next/index.js +2 -18
- package/dist/ui/utils/libs/next/index.js.map +1 -1
- package/dist/ui/utils/libs/next/router-build.js +18 -21
- package/dist/ui/utils/libs/next/router-build.js.map +1 -1
- package/dist/ui/utils/libs/next/update-route.js +5 -20
- package/dist/ui/utils/libs/next/update-route.js.map +1 -1
- package/dist/ui/utils/mocks/index.js +1 -17
- package/dist/ui/utils/mocks/index.js.map +1 -1
- package/dist/ui/utils/mocks/states-brazil.js +1 -4
- package/dist/ui/utils/mocks/states-brazil.js.map +1 -1
- package/dist/ui/utils/phone/index.js +16 -24
- package/dist/ui/utils/phone/index.js.map +1 -1
- package/dist/ui/utils/scroll-to-top-page.js +1 -4
- package/dist/ui/utils/scroll-to-top-page.js.map +1 -1
- package/dist/ui/utils/sidebar/index.js +6 -10
- package/dist/ui/utils/sidebar/index.js.map +1 -1
- package/dist/ui/utils/storage/cookies.js +13 -17
- package/dist/ui/utils/storage/cookies.js.map +1 -1
- package/dist/ui/utils/storage/index.js +1 -17
- package/dist/ui/utils/storage/index.js.map +1 -1
- package/dist/ui/utils/uid/index.js +3 -7
- package/dist/ui/utils/uid/index.js.map +1 -1
- package/package.json +77 -74
|
@@ -1,47 +1,10 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
3
|
-
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
4
|
-
if (ar || !(i in from)) {
|
|
5
|
-
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
6
|
-
ar[i] = from[i];
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
return to.concat(ar || Array.prototype.slice.call(from));
|
|
10
|
-
};
|
|
11
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13
|
-
};
|
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
exports.animateCSSModeScroll = animateCSSModeScroll;
|
|
16
|
-
exports.deleteProps = deleteProps;
|
|
17
|
-
exports.nextTick = nextTick;
|
|
18
|
-
exports.now = now;
|
|
19
|
-
exports.getTranslate = getTranslate;
|
|
20
|
-
exports.isObject = isObject;
|
|
21
|
-
exports.extend = extend;
|
|
22
|
-
exports.getComputedStyle = getComputedStyle;
|
|
23
|
-
exports.setCSSProperty = setCSSProperty;
|
|
24
|
-
exports.getSlideTransformEl = getSlideTransformEl;
|
|
25
|
-
exports.showWarning = showWarning;
|
|
26
|
-
exports.findElementsInElements = findElementsInElements;
|
|
27
|
-
exports.createElement = createElement;
|
|
28
|
-
exports.elementChildren = elementChildren;
|
|
29
|
-
exports.elementOffset = elementOffset;
|
|
30
|
-
exports.elementPrevAll = elementPrevAll;
|
|
31
|
-
exports.elementNextAll = elementNextAll;
|
|
32
|
-
exports.elementStyle = elementStyle;
|
|
33
|
-
exports.elementIndex = elementIndex;
|
|
34
|
-
exports.elementParents = elementParents;
|
|
35
|
-
exports.elementTransitionEnd = elementTransitionEnd;
|
|
36
|
-
exports.elementOuterSize = elementOuterSize;
|
|
37
|
-
exports.makeElementsArray = makeElementsArray;
|
|
38
1
|
//@ts-nocheck
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
2
|
+
import classesToTokens from './classes-to-tokens.js';
|
|
3
|
+
import { getDocument } from '../ssr-window/document.js';
|
|
4
|
+
import { getWindow } from '../ssr-window/window.js';
|
|
42
5
|
function deleteProps(obj) {
|
|
43
|
-
|
|
44
|
-
Object.keys(object).forEach(
|
|
6
|
+
const object = obj;
|
|
7
|
+
Object.keys(object).forEach((key) => {
|
|
45
8
|
try {
|
|
46
9
|
object[key] = null;
|
|
47
10
|
}
|
|
@@ -56,16 +19,15 @@ function deleteProps(obj) {
|
|
|
56
19
|
}
|
|
57
20
|
});
|
|
58
21
|
}
|
|
59
|
-
function nextTick(callback, delay) {
|
|
60
|
-
if (delay === void 0) { delay = 0; }
|
|
22
|
+
function nextTick(callback, delay = 0) {
|
|
61
23
|
return setTimeout(callback, delay);
|
|
62
24
|
}
|
|
63
25
|
function now() {
|
|
64
26
|
return Date.now();
|
|
65
27
|
}
|
|
66
28
|
function getComputedStyle(el) {
|
|
67
|
-
|
|
68
|
-
|
|
29
|
+
const window = getWindow();
|
|
30
|
+
let style;
|
|
69
31
|
if (window.getComputedStyle) {
|
|
70
32
|
style = window.getComputedStyle(el, null);
|
|
71
33
|
}
|
|
@@ -77,19 +39,18 @@ function getComputedStyle(el) {
|
|
|
77
39
|
}
|
|
78
40
|
return style;
|
|
79
41
|
}
|
|
80
|
-
function getTranslate(el, axis) {
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
var curStyle = getComputedStyle(el, null);
|
|
42
|
+
function getTranslate(el, axis = 'x') {
|
|
43
|
+
const window = getWindow();
|
|
44
|
+
let matrix;
|
|
45
|
+
let curTransform;
|
|
46
|
+
let transformMatrix;
|
|
47
|
+
const curStyle = getComputedStyle(el, null);
|
|
87
48
|
if (window.WebKitCSSMatrix) {
|
|
88
49
|
curTransform = curStyle.transform || curStyle.webkitTransform;
|
|
89
50
|
if (curTransform.split(',').length > 6) {
|
|
90
51
|
curTransform = curTransform
|
|
91
52
|
.split(', ')
|
|
92
|
-
.map(
|
|
53
|
+
.map((a) => a.replace(',', '.'))
|
|
93
54
|
.join(', ');
|
|
94
55
|
}
|
|
95
56
|
// Some old versions of Webkit choke when 'none' is passed; pass
|
|
@@ -143,20 +104,16 @@ function isNode(node) {
|
|
|
143
104
|
}
|
|
144
105
|
return node && (node.nodeType === 1 || node.nodeType === 11);
|
|
145
106
|
}
|
|
146
|
-
function extend() {
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
var to = Object(args[0]);
|
|
152
|
-
var noExtend = ['__proto__', 'constructor', 'prototype'];
|
|
153
|
-
for (var i = 1; i < args.length; i += 1) {
|
|
154
|
-
var nextSource = args[i];
|
|
107
|
+
function extend(...args) {
|
|
108
|
+
const to = Object(args[0]);
|
|
109
|
+
const noExtend = ['__proto__', 'constructor', 'prototype'];
|
|
110
|
+
for (let i = 1; i < args.length; i += 1) {
|
|
111
|
+
const nextSource = args[i];
|
|
155
112
|
if (nextSource !== undefined && nextSource !== null && !isNode(nextSource)) {
|
|
156
|
-
|
|
157
|
-
for (
|
|
158
|
-
|
|
159
|
-
|
|
113
|
+
const keysArray = Object.keys(Object(nextSource)).filter((key) => noExtend.indexOf(key) < 0);
|
|
114
|
+
for (let nextIndex = 0, len = keysArray.length; nextIndex < len; nextIndex += 1) {
|
|
115
|
+
const nextKey = keysArray[nextIndex];
|
|
116
|
+
const desc = Object.getOwnPropertyDescriptor(nextSource, nextKey);
|
|
160
117
|
if (desc !== undefined && desc.enumerable) {
|
|
161
118
|
if (isObject(to[nextKey]) && isObject(nextSource[nextKey])) {
|
|
162
119
|
if (nextSource[nextKey].__swiper__) {
|
|
@@ -187,43 +144,40 @@ function extend() {
|
|
|
187
144
|
function setCSSProperty(el, varName, varValue) {
|
|
188
145
|
el.style.setProperty(varName, varValue);
|
|
189
146
|
}
|
|
190
|
-
function animateCSSModeScroll(
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
var duration = swiper.params.speed;
|
|
147
|
+
function animateCSSModeScroll({ swiper, targetPosition, side }) {
|
|
148
|
+
const window = getWindow();
|
|
149
|
+
const startPosition = -swiper.translate;
|
|
150
|
+
let startTime = null;
|
|
151
|
+
let time;
|
|
152
|
+
const duration = swiper.params.speed;
|
|
197
153
|
swiper.wrapperEl.style.scrollSnapType = 'none';
|
|
198
154
|
window.cancelAnimationFrame(swiper.cssModeFrameID);
|
|
199
|
-
|
|
200
|
-
|
|
155
|
+
const dir = targetPosition > startPosition ? 'next' : 'prev';
|
|
156
|
+
const isOutOfBound = (current, target) => {
|
|
201
157
|
return (dir === 'next' && current >= target) || (dir === 'prev' && current <= target);
|
|
202
158
|
};
|
|
203
|
-
|
|
204
|
-
var _a;
|
|
159
|
+
const animate = () => {
|
|
205
160
|
time = new Date().getTime();
|
|
206
161
|
if (startTime === null) {
|
|
207
162
|
startTime = time;
|
|
208
163
|
}
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
164
|
+
const progress = Math.max(Math.min((time - startTime) / duration, 1), 0);
|
|
165
|
+
const easeProgress = 0.5 - Math.cos(progress * Math.PI) / 2;
|
|
166
|
+
let currentPosition = startPosition + easeProgress * (targetPosition - startPosition);
|
|
212
167
|
if (isOutOfBound(currentPosition, targetPosition)) {
|
|
213
168
|
currentPosition = targetPosition;
|
|
214
169
|
}
|
|
215
|
-
swiper.wrapperEl.scrollTo(
|
|
216
|
-
|
|
217
|
-
|
|
170
|
+
swiper.wrapperEl.scrollTo({
|
|
171
|
+
[side]: currentPosition,
|
|
172
|
+
});
|
|
218
173
|
if (isOutOfBound(currentPosition, targetPosition)) {
|
|
219
174
|
swiper.wrapperEl.style.overflow = 'hidden';
|
|
220
175
|
swiper.wrapperEl.style.scrollSnapType = '';
|
|
221
|
-
setTimeout(
|
|
222
|
-
var _a;
|
|
176
|
+
setTimeout(() => {
|
|
223
177
|
swiper.wrapperEl.style.overflow = '';
|
|
224
|
-
swiper.wrapperEl.scrollTo(
|
|
225
|
-
|
|
226
|
-
|
|
178
|
+
swiper.wrapperEl.scrollTo({
|
|
179
|
+
[side]: currentPosition,
|
|
180
|
+
});
|
|
227
181
|
});
|
|
228
182
|
window.cancelAnimationFrame(swiper.cssModeFrameID);
|
|
229
183
|
return;
|
|
@@ -237,18 +191,15 @@ function getSlideTransformEl(slideEl) {
|
|
|
237
191
|
(slideEl.shadowRoot && slideEl.shadowRoot.querySelector('.swiper-slide-transform')) ||
|
|
238
192
|
slideEl);
|
|
239
193
|
}
|
|
240
|
-
function findElementsInElements(elements, selector) {
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
elements.forEach(function (el) {
|
|
245
|
-
found.push.apply(found, el.querySelectorAll(selector));
|
|
194
|
+
function findElementsInElements(elements = [], selector = '') {
|
|
195
|
+
const found = [];
|
|
196
|
+
elements.forEach((el) => {
|
|
197
|
+
found.push(...el.querySelectorAll(selector));
|
|
246
198
|
});
|
|
247
199
|
return found;
|
|
248
200
|
}
|
|
249
|
-
function elementChildren(element, selector) {
|
|
250
|
-
|
|
251
|
-
return __spreadArray([], element.children, true).filter(function (el) { return el.matches(selector); });
|
|
201
|
+
function elementChildren(element, selector = '') {
|
|
202
|
+
return [...element.children].filter((el) => el.matches(selector));
|
|
252
203
|
}
|
|
253
204
|
function showWarning(text) {
|
|
254
205
|
try {
|
|
@@ -259,31 +210,29 @@ function showWarning(text) {
|
|
|
259
210
|
// err
|
|
260
211
|
}
|
|
261
212
|
}
|
|
262
|
-
function createElement(tag, classes) {
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
var el = document.createElement(tag);
|
|
266
|
-
(_a = el.classList).add.apply(_a, (Array.isArray(classes) ? classes : (0, classes_to_tokens_1.default)(classes)));
|
|
213
|
+
function createElement(tag, classes = []) {
|
|
214
|
+
const el = document.createElement(tag);
|
|
215
|
+
el.classList.add(...(Array.isArray(classes) ? classes : classesToTokens(classes)));
|
|
267
216
|
return el;
|
|
268
217
|
}
|
|
269
218
|
function elementOffset(el) {
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
219
|
+
const window = getWindow();
|
|
220
|
+
const document = getDocument();
|
|
221
|
+
const box = el.getBoundingClientRect();
|
|
222
|
+
const body = document.body;
|
|
223
|
+
const clientTop = el.clientTop || body.clientTop || 0;
|
|
224
|
+
const clientLeft = el.clientLeft || body.clientLeft || 0;
|
|
225
|
+
const scrollTop = el === window ? window.scrollY : el.scrollTop;
|
|
226
|
+
const scrollLeft = el === window ? window.scrollX : el.scrollLeft;
|
|
278
227
|
return {
|
|
279
228
|
top: box.top + scrollTop - clientTop,
|
|
280
229
|
left: box.left + scrollLeft - clientLeft,
|
|
281
230
|
};
|
|
282
231
|
}
|
|
283
232
|
function elementPrevAll(el, selector) {
|
|
284
|
-
|
|
233
|
+
const prevEls = [];
|
|
285
234
|
while (el.previousElementSibling) {
|
|
286
|
-
|
|
235
|
+
const prev = el.previousElementSibling; // eslint-disable-line
|
|
287
236
|
if (selector) {
|
|
288
237
|
if (prev.matches(selector))
|
|
289
238
|
prevEls.push(prev);
|
|
@@ -295,9 +244,9 @@ function elementPrevAll(el, selector) {
|
|
|
295
244
|
return prevEls;
|
|
296
245
|
}
|
|
297
246
|
function elementNextAll(el, selector) {
|
|
298
|
-
|
|
247
|
+
const nextEls = [];
|
|
299
248
|
while (el.nextElementSibling) {
|
|
300
|
-
|
|
249
|
+
const next = el.nextElementSibling; // eslint-disable-line
|
|
301
250
|
if (selector) {
|
|
302
251
|
if (next.matches(selector))
|
|
303
252
|
nextEls.push(next);
|
|
@@ -309,12 +258,12 @@ function elementNextAll(el, selector) {
|
|
|
309
258
|
return nextEls;
|
|
310
259
|
}
|
|
311
260
|
function elementStyle(el, prop) {
|
|
312
|
-
|
|
261
|
+
const window = getWindow();
|
|
313
262
|
return window.getComputedStyle(el, null).getPropertyValue(prop);
|
|
314
263
|
}
|
|
315
264
|
function elementIndex(el) {
|
|
316
|
-
|
|
317
|
-
|
|
265
|
+
let child = el;
|
|
266
|
+
let i;
|
|
318
267
|
if (child) {
|
|
319
268
|
i = 0;
|
|
320
269
|
// eslint-disable-next-line
|
|
@@ -327,8 +276,8 @@ function elementIndex(el) {
|
|
|
327
276
|
return undefined;
|
|
328
277
|
}
|
|
329
278
|
function elementParents(el, selector) {
|
|
330
|
-
|
|
331
|
-
|
|
279
|
+
const parents = []; // eslint-disable-line
|
|
280
|
+
let parent = el.parentElement; // eslint-disable-line
|
|
332
281
|
while (parent) {
|
|
333
282
|
if (selector) {
|
|
334
283
|
if (parent.matches(selector))
|
|
@@ -353,7 +302,7 @@ function elementTransitionEnd(el, callback) {
|
|
|
353
302
|
}
|
|
354
303
|
}
|
|
355
304
|
function elementOuterSize(el, size, includeMargins) {
|
|
356
|
-
|
|
305
|
+
const window = getWindow();
|
|
357
306
|
if (includeMargins) {
|
|
358
307
|
return (el[size === 'width' ? 'offsetWidth' : 'offsetHeight'] +
|
|
359
308
|
parseFloat(window
|
|
@@ -366,6 +315,9 @@ function elementOuterSize(el, size, includeMargins) {
|
|
|
366
315
|
return el.offsetWidth;
|
|
367
316
|
}
|
|
368
317
|
function makeElementsArray(el) {
|
|
369
|
-
return (Array.isArray(el) ? el : [el]).filter(
|
|
318
|
+
return (Array.isArray(el) ? el : [el]).filter((e) => !!e);
|
|
370
319
|
}
|
|
320
|
+
export { animateCSSModeScroll, deleteProps, nextTick, now, getTranslate, isObject, extend, getComputedStyle, setCSSProperty, getSlideTransformEl, showWarning,
|
|
321
|
+
// dom
|
|
322
|
+
findElementsInElements, createElement, elementChildren, elementOffset, elementPrevAll, elementNextAll, elementStyle, elementIndex, elementParents, elementTransitionEnd, elementOuterSize, makeElementsArray, };
|
|
371
323
|
//# sourceMappingURL=utils.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../../../src/ui/components/carousel/carousel-lib/shared/utils.tsx"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../../../src/ui/components/carousel/carousel-lib/shared/utils.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,48 +1,41 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.ssrDocument = void 0;
|
|
7
|
-
exports.getDocument = getDocument;
|
|
8
|
-
var extend_1 = __importDefault(require("./extend.js"));
|
|
9
|
-
var ssrDocument = {
|
|
1
|
+
import extend from './extend.js';
|
|
2
|
+
const ssrDocument = {
|
|
10
3
|
body: {},
|
|
11
|
-
addEventListener
|
|
12
|
-
removeEventListener
|
|
4
|
+
addEventListener() { },
|
|
5
|
+
removeEventListener() { },
|
|
13
6
|
activeElement: {
|
|
14
|
-
blur
|
|
7
|
+
blur() { },
|
|
15
8
|
nodeName: '',
|
|
16
9
|
},
|
|
17
|
-
querySelector
|
|
10
|
+
querySelector() {
|
|
18
11
|
return null;
|
|
19
12
|
},
|
|
20
|
-
querySelectorAll
|
|
13
|
+
querySelectorAll() {
|
|
21
14
|
return [];
|
|
22
15
|
},
|
|
23
|
-
getElementById
|
|
16
|
+
getElementById() {
|
|
24
17
|
return null;
|
|
25
18
|
},
|
|
26
|
-
createEvent
|
|
19
|
+
createEvent() {
|
|
27
20
|
return {
|
|
28
|
-
initEvent
|
|
21
|
+
initEvent() { },
|
|
29
22
|
};
|
|
30
23
|
},
|
|
31
|
-
createElement
|
|
24
|
+
createElement() {
|
|
32
25
|
return {
|
|
33
26
|
children: [],
|
|
34
27
|
childNodes: [],
|
|
35
28
|
style: {},
|
|
36
|
-
setAttribute
|
|
37
|
-
getElementsByTagName
|
|
29
|
+
setAttribute() { },
|
|
30
|
+
getElementsByTagName() {
|
|
38
31
|
return [];
|
|
39
32
|
},
|
|
40
33
|
};
|
|
41
34
|
},
|
|
42
|
-
createElementNS
|
|
35
|
+
createElementNS() {
|
|
43
36
|
return {};
|
|
44
37
|
},
|
|
45
|
-
importNode
|
|
38
|
+
importNode() {
|
|
46
39
|
return null;
|
|
47
40
|
},
|
|
48
41
|
location: {
|
|
@@ -56,10 +49,10 @@ var ssrDocument = {
|
|
|
56
49
|
search: '',
|
|
57
50
|
},
|
|
58
51
|
};
|
|
59
|
-
exports.ssrDocument = ssrDocument;
|
|
60
52
|
function getDocument() {
|
|
61
|
-
|
|
62
|
-
(
|
|
53
|
+
const doc = typeof document !== 'undefined' ? document : {};
|
|
54
|
+
extend(doc, ssrDocument);
|
|
63
55
|
return doc;
|
|
64
56
|
}
|
|
57
|
+
export { getDocument, ssrDocument };
|
|
65
58
|
//# sourceMappingURL=document.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document.js","sourceRoot":"","sources":["../../../../../../src/ui/components/carousel/carousel-lib/ssr-window/document.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"document.js","sourceRoot":"","sources":["../../../../../../src/ui/components/carousel/carousel-lib/ssr-window/document.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,UAAU,CAAC;AAE9B,MAAM,WAAW,GAAG;IAClB,IAAI,EAAE,EAAE;IACR,gBAAgB,KAAI,CAAC;IACrB,mBAAmB,KAAI,CAAC;IACxB,aAAa,EAAE;QACb,IAAI,KAAI,CAAC;QACT,QAAQ,EAAE,EAAE;KACb;IACD,aAAa;QACX,OAAO,IAAI,CAAC;IACd,CAAC;IACD,gBAAgB;QACd,OAAO,EAAE,CAAC;IACZ,CAAC;IACD,cAAc;QACZ,OAAO,IAAI,CAAC;IACd,CAAC;IACD,WAAW;QACT,OAAO;YACL,SAAS,KAAI,CAAC;SACf,CAAC;IACJ,CAAC;IACD,aAAa;QACX,OAAO;YACL,QAAQ,EAAE,EAAE;YACZ,UAAU,EAAE,EAAE;YACd,KAAK,EAAE,EAAE;YACT,YAAY,KAAI,CAAC;YACjB,oBAAoB;gBAClB,OAAO,EAAE,CAAC;YACZ,CAAC;SACF,CAAC;IACJ,CAAC;IACD,eAAe;QACb,OAAO,EAAE,CAAC;IACZ,CAAC;IACD,UAAU;QACR,OAAO,IAAI,CAAC;IACd,CAAC;IACD,QAAQ,EAAE;QACR,IAAI,EAAE,EAAE;QACR,IAAI,EAAE,EAAE;QACR,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,EAAE;QACR,MAAM,EAAE,EAAE;QACV,QAAQ,EAAE,EAAE;QACZ,QAAQ,EAAE,EAAE;QACZ,MAAM,EAAE,EAAE;KACX;CACF,CAAC;AAEF,SAAS,WAAW;IAClB,MAAM,GAAG,GACP,OAAO,QAAQ,KAAK,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAE,EAAe,CAAC;IAChE,MAAM,CAAC,GAAG,EAAE,WAAW,CAAC,CAAC;IACzB,OAAO,GAAG,CAAC;AACb,CAAC;AAED,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,CAAC"}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
1
|
/* eslint-disable no-param-reassign */
|
|
4
2
|
function isObject(obj) {
|
|
5
3
|
return (obj !== null &&
|
|
@@ -7,10 +5,8 @@ function isObject(obj) {
|
|
|
7
5
|
'constructor' in obj &&
|
|
8
6
|
obj.constructor === Object);
|
|
9
7
|
}
|
|
10
|
-
function extend(target, src) {
|
|
11
|
-
|
|
12
|
-
if (src === void 0) { src = {}; }
|
|
13
|
-
Object.keys(src).forEach(function (key) {
|
|
8
|
+
function extend(target = {}, src = {}) {
|
|
9
|
+
Object.keys(src).forEach((key) => {
|
|
14
10
|
if (typeof target[key] === 'undefined')
|
|
15
11
|
target[key] = src[key];
|
|
16
12
|
else if (isObject(src[key]) &&
|
|
@@ -20,5 +16,5 @@ function extend(target, src) {
|
|
|
20
16
|
}
|
|
21
17
|
});
|
|
22
18
|
}
|
|
23
|
-
|
|
19
|
+
export default extend;
|
|
24
20
|
//# sourceMappingURL=extend.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"extend.js","sourceRoot":"","sources":["../../../../../../src/ui/components/carousel/carousel-lib/ssr-window/extend.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"extend.js","sourceRoot":"","sources":["../../../../../../src/ui/components/carousel/carousel-lib/ssr-window/extend.ts"],"names":[],"mappings":"AAAA,sCAAsC;AACtC,SAAS,QAAQ,CAAC,GAAG;IACnB,OAAO,CACL,GAAG,KAAK,IAAI;QACZ,OAAO,GAAG,KAAK,QAAQ;QACvB,aAAa,IAAI,GAAG;QACpB,GAAG,CAAC,WAAW,KAAK,MAAM,CAC3B,CAAC;AACJ,CAAC;AAED,SAAS,MAAM,CAAC,SAAc,EAAE,EAAE,MAAW,EAAE;IAC7C,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;QAC/B,IAAI,OAAO,MAAM,CAAC,GAAG,CAAC,KAAK,WAAW;YAAE,MAAM,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;aAC1D,IACH,QAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;YAClB,QAAQ,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;YACrB,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,GAAG,CAAC,EAChC,CAAC;YACD,MAAM,CAAC,MAAM,CAAC,GAAG,CAAC,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC;QAChC,CAAC;IACH,CAAC,CAAC,CAAC;AACL,CAAC;AAED,eAAe,MAAM,CAAC"}
|
|
@@ -1,15 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.extend = exports.ssrWindow = exports.getWindow = exports.ssrDocument = exports.getDocument = void 0;
|
|
7
|
-
var document_1 = require("./document.js");
|
|
8
|
-
Object.defineProperty(exports, "getDocument", { enumerable: true, get: function () { return document_1.getDocument; } });
|
|
9
|
-
Object.defineProperty(exports, "ssrDocument", { enumerable: true, get: function () { return document_1.ssrDocument; } });
|
|
10
|
-
var window_1 = require("./window.js");
|
|
11
|
-
Object.defineProperty(exports, "getWindow", { enumerable: true, get: function () { return window_1.getWindow; } });
|
|
12
|
-
Object.defineProperty(exports, "ssrWindow", { enumerable: true, get: function () { return window_1.ssrWindow; } });
|
|
13
|
-
var extend_1 = __importDefault(require("./extend.js"));
|
|
14
|
-
exports.extend = extend_1.default;
|
|
1
|
+
import { getDocument, ssrDocument } from './document.js';
|
|
2
|
+
import { getWindow, ssrWindow } from './window.js';
|
|
3
|
+
import extend from './extend.js';
|
|
4
|
+
export { getDocument, ssrDocument, getWindow, ssrWindow, extend };
|
|
15
5
|
//# sourceMappingURL=ssr-window.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ssr-window.js","sourceRoot":"","sources":["../../../../../../src/ui/components/carousel/carousel-lib/ssr-window/ssr-window.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ssr-window.js","sourceRoot":"","sources":["../../../../../../src/ui/components/carousel/carousel-lib/ssr-window/ssr-window.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAChD,OAAO,MAAM,MAAM,UAAU,CAAC;AAE9B,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,EAAE,CAAC"}
|
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.ssrWindow = void 0;
|
|
7
|
-
exports.getWindow = getWindow;
|
|
8
|
-
var extend_1 = __importDefault(require("./extend.js"));
|
|
9
|
-
var document_1 = require("./document.js");
|
|
10
|
-
var ssrWindow = {
|
|
11
|
-
document: document_1.ssrDocument,
|
|
1
|
+
import extend from './extend.js';
|
|
2
|
+
import { ssrDocument } from './document.js';
|
|
3
|
+
const ssrWindow = {
|
|
4
|
+
document: ssrDocument,
|
|
12
5
|
navigator: {
|
|
13
6
|
userAgent: '',
|
|
14
7
|
},
|
|
@@ -23,49 +16,49 @@ var ssrWindow = {
|
|
|
23
16
|
search: '',
|
|
24
17
|
},
|
|
25
18
|
history: {
|
|
26
|
-
replaceState
|
|
27
|
-
pushState
|
|
28
|
-
go
|
|
29
|
-
back
|
|
19
|
+
replaceState() { },
|
|
20
|
+
pushState() { },
|
|
21
|
+
go() { },
|
|
22
|
+
back() { },
|
|
30
23
|
},
|
|
31
24
|
CustomEvent: function CustomEvent() {
|
|
32
25
|
return this;
|
|
33
26
|
},
|
|
34
|
-
addEventListener
|
|
35
|
-
removeEventListener
|
|
36
|
-
getComputedStyle
|
|
27
|
+
addEventListener() { },
|
|
28
|
+
removeEventListener() { },
|
|
29
|
+
getComputedStyle() {
|
|
37
30
|
return {
|
|
38
|
-
getPropertyValue
|
|
31
|
+
getPropertyValue() {
|
|
39
32
|
return '';
|
|
40
33
|
},
|
|
41
34
|
};
|
|
42
35
|
},
|
|
43
|
-
Image
|
|
44
|
-
Date
|
|
36
|
+
Image() { },
|
|
37
|
+
Date() { },
|
|
45
38
|
screen: {},
|
|
46
|
-
setTimeout
|
|
47
|
-
clearTimeout
|
|
48
|
-
matchMedia
|
|
39
|
+
setTimeout() { },
|
|
40
|
+
clearTimeout() { },
|
|
41
|
+
matchMedia() {
|
|
49
42
|
return {};
|
|
50
43
|
},
|
|
51
|
-
requestAnimationFrame
|
|
44
|
+
requestAnimationFrame(callback) {
|
|
52
45
|
if (typeof setTimeout === 'undefined') {
|
|
53
46
|
callback();
|
|
54
47
|
return null;
|
|
55
48
|
}
|
|
56
49
|
return setTimeout(callback, 0);
|
|
57
50
|
},
|
|
58
|
-
cancelAnimationFrame
|
|
51
|
+
cancelAnimationFrame(id) {
|
|
59
52
|
if (typeof setTimeout === 'undefined') {
|
|
60
53
|
return;
|
|
61
54
|
}
|
|
62
55
|
clearTimeout(id);
|
|
63
56
|
},
|
|
64
57
|
};
|
|
65
|
-
exports.ssrWindow = ssrWindow;
|
|
66
58
|
function getWindow() {
|
|
67
|
-
|
|
68
|
-
(
|
|
59
|
+
const win = typeof window !== 'undefined' ? window : {};
|
|
60
|
+
extend(win, ssrWindow);
|
|
69
61
|
return win;
|
|
70
62
|
}
|
|
63
|
+
export { getWindow, ssrWindow };
|
|
71
64
|
//# sourceMappingURL=window.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"window.js","sourceRoot":"","sources":["../../../../../../src/ui/components/carousel/carousel-lib/ssr-window/window.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"window.js","sourceRoot":"","sources":["../../../../../../src/ui/components/carousel/carousel-lib/ssr-window/window.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,UAAU,CAAC;AAC9B,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAEzC,MAAM,SAAS,GAAG;IAChB,QAAQ,EAAE,WAAW;IACrB,SAAS,EAAE;QACT,SAAS,EAAE,EAAE;KACd;IACD,QAAQ,EAAE;QACR,IAAI,EAAE,EAAE;QACR,IAAI,EAAE,EAAE;QACR,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,EAAE;QACR,MAAM,EAAE,EAAE;QACV,QAAQ,EAAE,EAAE;QACZ,QAAQ,EAAE,EAAE;QACZ,MAAM,EAAE,EAAE;KACX;IACD,OAAO,EAAE;QACP,YAAY,KAAI,CAAC;QACjB,SAAS,KAAI,CAAC;QACd,EAAE,KAAI,CAAC;QACP,IAAI,KAAI,CAAC;KACV;IACD,WAAW,EAAE,SAAS,WAAW;QAC/B,OAAO,IAAI,CAAC;IACd,CAAC;IACD,gBAAgB,KAAI,CAAC;IACrB,mBAAmB,KAAI,CAAC;IACxB,gBAAgB;QACd,OAAO;YACL,gBAAgB;gBACd,OAAO,EAAE,CAAC;YACZ,CAAC;SACF,CAAC;IACJ,CAAC;IACD,KAAK,KAAI,CAAC;IACV,IAAI,KAAI,CAAC;IACT,MAAM,EAAE,EAAE;IACV,UAAU,KAAI,CAAC;IACf,YAAY,KAAI,CAAC;IACjB,UAAU;QACR,OAAO,EAAE,CAAC;IACZ,CAAC;IACD,qBAAqB,CAAC,QAAQ;QAC5B,IAAI,OAAO,UAAU,KAAK,WAAW,EAAE,CAAC;YACtC,QAAQ,EAAE,CAAC;YACX,OAAO,IAAI,CAAC;QACd,CAAC;QACD,OAAO,UAAU,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC;IACjC,CAAC;IACD,oBAAoB,CAAC,EAAE;QACrB,IAAI,OAAO,UAAU,KAAK,WAAW,EAAE,CAAC;YACtC,OAAO;QACT,CAAC;QACD,YAAY,CAAC,EAAE,CAAC,CAAC;IACnB,CAAC;CACF,CAAC;AAEF,SAAS,SAAS;IAChB,MAAM,GAAG,GAAW,OAAO,MAAM,KAAK,WAAW,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAE,EAAa,CAAC;IAC5E,MAAM,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC;IACvB,OAAO,GAAG,CAAC;AACb,CAAC;AAED,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,CAAC"}
|
|
@@ -1,18 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.default = exports.Swiper = void 0;
|
|
7
|
-
var core_1 = __importDefault(require("./core/core.js"));
|
|
1
|
+
import Swiper from './core/core.js';
|
|
8
2
|
//IMPORT_MODULES
|
|
9
3
|
// eslint-disable-next-line
|
|
10
|
-
|
|
11
|
-
Object.defineProperty(exports, "Swiper", { enumerable: true, get: function () { return __importDefault(core_2).default; } });
|
|
12
|
-
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(core_2).default; } });
|
|
4
|
+
export { default as Swiper, default } from './core/core.js';
|
|
13
5
|
// Swiper Class
|
|
14
|
-
|
|
6
|
+
const modules = [
|
|
15
7
|
//INSTALL_MODULES
|
|
16
8
|
];
|
|
17
|
-
|
|
9
|
+
Swiper.use(modules);
|
|
18
10
|
//# sourceMappingURL=swiper-bundle.js.map
|