@dashadmin/dash-admin 1.3.24 → 1.3.26
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/AppAsyncWrapper.js +30 -1
- package/dist/AppWrapper.js +35 -1
- package/dist/DASHAdmin.js +312 -1
- package/dist/RoutingWrapper.js +76 -1
- package/dist/classes/DASHStorageClass.js +15 -1
- package/dist/components/Input/RichTextField.js +26 -1
- package/dist/components/Redirect.js +56 -1
- package/dist/components/avatar/Avatar.js +72 -1
- package/dist/components/avatar/SingleImageUploader.js +46 -1
- package/dist/components/currency/Format.js +71 -1
- package/dist/components/custom/Redirect.js +20 -1
- package/dist/components/error/Error.js +161 -1
- package/dist/components/geocoding/GeocodingField.js +133 -1
- package/dist/components/i18n/BridgedLocalesMenuButton.js +126 -1
- package/dist/components/i18n/LangSwitcher.js +196 -1
- package/dist/components/loader/GlobalLoader.js +71 -1
- package/dist/components/logs/LogFile.js +99 -1
- package/dist/components/logs/LogFileById.js +75 -1
- package/dist/components/logs/LogViewer.js +33 -1
- package/dist/components/menu/AppMenu.js +11 -1
- package/dist/components/menu/CustomMenuItemLink.js +77 -1
- package/dist/components/menu/DarkToggleMode.js +47 -1
- package/dist/components/menu/LanguageToggleMode.js +99 -1
- package/dist/components/misc/CustomImageInput.js +54 -1
- package/dist/components/misc/DASHGlobalErrorHandler.js +159 -1
- package/dist/components/misc/DarkModeSwitcher.js +40 -1
- package/dist/components/misc/LanguageSwitcher.js +193 -1
- package/dist/components/misc/MUIHtmlToolTip.js +50 -1
- package/dist/components/misc/MuiSimpleJsonTable.js +178 -1
- package/dist/components/misc/MultiLevelTable.js +124 -1
- package/dist/components/misc/NoResults.js +17 -1
- package/dist/components/misc/PDFViewer.js +86 -1
- package/dist/components/navigation/Breadcrumbs.js +178 -1
- package/dist/components/navigation/BreadcrumbsManager.js +194 -1
- package/dist/components/navigation/index.js +8 -1
- package/dist/components/panel/Error.js +161 -1
- package/dist/components/permission/AvailablePermissionsContext.js +157 -1
- package/dist/components/permission/PermissionsSelector.js +719 -1
- package/dist/components/permission/PermissionsSelectorList.js +400 -1
- package/dist/components/racustombuttons/CustomRAButton.js +94 -1
- package/dist/components/racustombuttons/QuickButton.js +109 -1
- package/dist/components/racustombuttons/QuickEditButton.js +114 -1
- package/dist/components/racustombuttons/QuickIconButton.js +119 -1
- package/dist/components/scrollbar/Scrollbar.js +52 -1
- package/dist/components/selects/MultiSelect.js +42 -1
- package/dist/components/selects/RASearchableSelect.js +207 -1
- package/dist/components/selects/RASearchableSelectChips.js +225 -1
- package/dist/components/selects/SearchableSelect.js +128 -1
- package/dist/components/subscription/BillingCycleSelectInput.js +50 -1
- package/dist/components/subscription/PlanAddonsSettings.js +396 -1
- package/dist/components/subscription/PlanAuditLog.js +345 -1
- package/dist/components/subscription/PlanFeaturesSettings.js +151 -1
- package/dist/components/subscription/PlanLimitsSettings.js +168 -1
- package/dist/components/subscription/PlanMetadataSettings.js +219 -1
- package/dist/components/subscription/PlanPricesSettings.js +222 -1
- package/dist/components/subscription/index.js +12 -1
- package/dist/components/svgelements/SvgLoading.js +330 -1
- package/dist/components/svgelements/SvgLogo.js +70 -1
- package/dist/components/svgelements/SvgLogoMin.js +76 -1
- package/dist/components/svgelements/SvgShipping.js +1001 -1
- package/dist/components/tenant/TenantAttributes.js +107 -1
- package/dist/components/tenant/TenantAttributesContext.js +150 -1
- package/dist/components/tenant/TenantSelector.js +160 -1
- package/dist/components/tenant/TenantSettings.js +107 -1
- package/dist/components/tenant/TenantSettingsContext.js +152 -1
- package/dist/components/tenant/TenantTheme.js +112 -1
- package/dist/components/user/AvatarComponent.js +270 -1
- package/dist/components/user/TenantAvatarComponent.js +83 -1
- package/dist/components/user/UserPreferences.js +422 -1
- package/dist/config/ACTIONS.js +25 -1
- package/dist/config/ConstantsService.js +25 -1
- package/dist/config/DASHAdminSystemConstants.js +137 -1
- package/dist/config/PARSERS.js +9 -1
- package/dist/contexts/DashQueryClientContext.js +78 -1
- package/dist/contexts/DashResourceContext.js +21 -1
- package/dist/contexts/I18nBridgeContext.js +123 -1
- package/dist/contexts/I18nBridgeSetter.js +29 -1
- package/dist/contexts/I18nReduxSync.js +16 -1
- package/dist/contexts/SubscriptionPlanFormatsProvider.js +175 -1
- package/dist/contexts/SystemRequestsCache.js +194 -1
- package/dist/contexts/auth/AuthContext.js +396 -1
- package/dist/contexts/auth/AuthContextLocalStorage.js +118 -1
- package/dist/contexts/auth/DASHAuthenticationService.js +679 -1
- package/dist/contexts/auth/WindowContext.js +10 -1
- package/dist/contexts/auth/index.js +2 -1
- package/dist/contexts/com/FCMContext.js +378 -1
- package/dist/contexts/com/LaravelEchoContext.js +45 -1
- package/dist/contexts/com/LaravelEchoMgr.js +121 -1
- package/dist/contexts/com/components/DefaultNotificationComponent.js +31 -1
- package/dist/contexts/com/components/NotificationAttributesTable.js +28 -1
- package/dist/contexts/com/components/NotificationRenderer.js +36 -1
- package/dist/contexts/com/components/NotificationsWidget.js +142 -1
- package/dist/contexts/com/components/notificationFormats.js +15 -1
- package/dist/contexts/com/useLaravelEcho.js +340 -1
- package/dist/contexts/dictionary/DictionaryContext.js +43 -1
- package/dist/default-theme/DASHAppProviders.js +86 -1
- package/dist/default-theme/DashThemeContext.js +146 -1
- package/dist/default-theme/DashThemeHelperProvider.js +54 -1
- package/dist/default-theme/DomainAppLayout.js +126 -1
- package/dist/default-theme/DomainHeader.js +114 -1
- package/dist/default-theme/DomainTheme.js +60 -1
- package/dist/default-theme/FullLayoutMarkup.js +55 -1
- package/dist/default-theme/StaticLayout.js +36 -1
- package/dist/default-theme/index.js +19 -1
- package/dist/default-theme/menu/AppMaterialMenu.js +364 -1
- package/dist/default-theme/menu/AppMenuComponents/SubmenuPortal.js +33 -1
- package/dist/default-theme/menu/AppMenuComponents/collapsed/CollapsedSidebarItem.js +239 -1
- package/dist/default-theme/menu/AppMenuComponents/collapsed/CollapsedSidebarItems.js +22 -1
- package/dist/default-theme/menu/AppMenuComponents/expanded/CollapsableSidebarMenu.js +209 -1
- package/dist/default-theme/menu/AppMenuComponents/expanded/SidebarItem.js +71 -1
- package/dist/default-theme/menu/AppMenuComponents/getItem.js +7 -1
- package/dist/default-theme/menu/AppMenuComponents/submenuConstants.js +78 -1
- package/dist/default-theme/menu/AppSidebarMaterial.js +232 -1
- package/dist/default-theme/menu/SidebarActions.js +75 -1
- package/dist/default-theme/updateDomCssVariables.js +134 -1
- package/dist/helpers/checkRole.js +14 -1
- package/dist/helpers/parseAxiosError.js +28 -2
- package/dist/hooks/audio/useAudio.js +24 -1
- package/dist/hooks/axios.js +52 -1
- package/dist/hooks/data/useDashboardStats.js +88 -1
- package/dist/hooks/data/usePackageByClientsStats.js +51 -1
- package/dist/hooks/data/usePackageByCommunesStats.js +51 -1
- package/dist/hooks/data/usePackageStats.js +88 -1
- package/dist/hooks/data/usePackageWithdrawDetails.js +69 -1
- package/dist/hooks/data/useStats.js +94 -1
- package/dist/hooks/isCurrentPath.js +18 -1
- package/dist/hooks/notifications/WSMessagesManager.js +128 -1
- package/dist/hooks/notifications/WSPusherManager.js +70 -1
- package/dist/hooks/useBreadcrumbs.js +208 -1
- package/dist/hooks/useClickOutside.js +18 -1
- package/dist/hooks/useFormPersistance.js +129 -1
- package/dist/hooks/useGlobalErrorMediator.js +37 -1
- package/dist/hooks/useGlobalLoaderMgr.js +20 -1
- package/dist/hooks/useHash.js +24 -1
- package/dist/hooks/useLocalStorage.js +68 -1
- package/dist/hooks/usePolyglotTranslation.js +57 -1
- package/dist/hooks/usePrevious.js +12 -1
- package/dist/hooks/usePrintSelected.js +30 -1
- package/dist/hooks/useVirtualHash.js +28 -1
- package/dist/hooks/window/useWindowSize.js +23 -1
- package/dist/index.js +120 -97
- package/dist/interfaces.js +6 -1
- package/dist/layout/AppLayout.js +36 -1
- package/dist/layout/ApplicationLayout.js +110 -1
- package/dist/layout/MotionWrapper.js +182 -1
- package/dist/layout/MotionWrapper.original.js +182 -1
- package/dist/layout/ResourceMenu.js +87 -1
- package/dist/layout/ResoureLayout.js +47 -1
- package/dist/layout/TransitionWrapper.js +83 -2
- package/dist/pages/ChangePassword.js +198 -1
- package/dist/pages/DASHLanding.js +9 -1
- package/dist/pages/DASHLightWeightLogin.js +495 -1
- package/dist/pages/DASHSimpleLogin.js +231 -1
- package/dist/pages/Login.js +113 -1
- package/dist/pages/Profile.js +347 -1
- package/dist/pages/RecoverPassword.js +175 -1
- package/dist/pages/SingleImageUploader.js +40 -1
- package/dist/pages/VerifyAccount.js +129 -1
- package/dist/providers/authProvider.js +186 -1
- package/dist/providers/dataProvider.js +468 -1
- package/dist/providers/i18n/en.js +514 -1
- package/dist/providers/i18n/es.js +520 -1
- package/dist/providers/i18n/languages.js +8 -1
- package/dist/providers/i18nProvider.js +23 -1
- package/dist/react-admin-dash/RADashComponent.js +210 -1
- package/dist/react-admin-dash/Resource.js +62 -1
- package/dist/resources/Brand/BrandResource.js +106 -1
- package/dist/resources/DASHResourceLoader.js +104 -1
- package/dist/resources/Log/LogResource.js +59 -1
- package/dist/resources/Tenant/ImpersonateTenantResource.js +113 -1
- package/dist/resources/Trash/TrashTemplate.js +195 -1
- package/dist/resources.js +259 -1
- package/dist/schemas/log.js +45 -1
- package/dist/schemas/notification.js +39 -1
- package/dist/schemas/permissions.js +44 -1
- package/dist/schemas/roles.js +48 -1
- package/dist/schemas/rolesDataGrid.js +48 -1
- package/dist/schemas/subscription/components/SubscriptionActions.js +172 -1
- package/dist/schemas/subscription/components/SubscriptionPaymentHistory.js +101 -1
- package/dist/schemas/subscription/components/SubscriptionPlanFeatures.js +115 -1
- package/dist/schemas/subscription/components/SubscriptionPlanPreview.js +92 -1
- package/dist/schemas/subscription/components/SubscriptionPlanStats.js +181 -1
- package/dist/schemas/subscription/components/SubscriptionStatusIndicator.js +70 -1
- package/dist/schemas/subscription/subscriptionPlanSchema.js +184 -1
- package/dist/schemas/subscription/subscriptionSchema.js +147 -1
- package/dist/schemas/subscriptionPlan.js +397 -1
- package/dist/schemas/tenant.js +122 -1
- package/dist/schemas/tenantUser.js +94 -1
- package/dist/schemas/tenant_superadmin.js +118 -1
- package/dist/schemas/user.js +26 -1
- package/dist/systemResources.js +1039 -1
- package/dist/systemResources.old.js +668 -1
- package/dist/templates/ResourceTemplate.js +196 -1
- package/dist/templates/ResourceTemplateCreate.js +144 -1
- package/dist/templates/ResourceTemplateEdit.js +147 -1
- package/dist/templates/ResourceTemplateFull.js +518 -1
- package/dist/templates/ResourceTemplateList.js +295 -1
- package/dist/templates/ResourceTemplateShow.js +45 -1
- package/dist/templates/TrashTemplate.js +175 -1
- package/dist/tenantResources.js +206 -1
- package/dist/test_portal_bubbles.js +37 -1
- package/dist/theme/AppHeader.js +60 -1
- package/dist/theme/AppLayoutSetting.js +34 -1
- package/dist/theme/AppLogo.js +7 -1
- package/dist/theme/AppSidebar.js +30 -1
- package/dist/theme/AppSidebarContent.js +84 -1
- package/dist/theme/AppSidebarLogo.js +42 -1
- package/dist/theme/components/PageTitle.js +61 -1
- package/dist/utils/cache/CacheInvalidatorContext.js +100 -1
- package/dist/utils/cache/CacheInvalidatorListenerComponent.js +10 -1
- package/dist/utils/cache/useCacheInvalidatorListener.js +17 -1
- package/dist/utils/convertFileToBase64.js +10 -1
- package/dist/utils/convertToFile.js +12 -1
- package/dist/utils/cookies.js +45 -1
- package/dist/utils/dashDefaultQueryClient.js +15 -1
- package/dist/utils/dataUrlToBlob.js +23 -1
- package/dist/utils/deepReplace.js +17 -1
- package/dist/utils/getProfileMenu.js +31 -1
- package/dist/utils/getTenantSettings.js +9 -1
- package/dist/utils/getType.js +10 -1
- package/dist/utils/getUserSettings.js +9 -1
- package/dist/utils/hasCode.js +14 -1
- package/dist/utils/index.js +19 -1
- package/dist/utils/injectTenantStyles.js +19 -1
- package/dist/utils/isComponent.js +23 -1
- package/dist/utils/navEvents.js +75 -1
- package/dist/utils/prototypes.js +5 -1
- package/dist/utils/regexp.js +7 -1
- package/dist/utils/resolveObjectPath.js +5 -1
- package/dist/utils/setNativeValue.js +17 -1
- package/dist/utils/slugify.js +7 -1
- package/dist/utils/validators/emailValidator.js +8 -1
- package/dist/utils/validators/requiredValidator.js +7 -1
- package/dist/utils/validators/rutValidator.js +25 -1
- package/dist/utils/validators.js +57 -1
- package/package.json +153 -69
- package/src/AppAsyncWrapper.tsx +42 -0
- package/src/AppWrapper.tsx +45 -0
- package/src/DASHAdmin.tsx +501 -0
- package/src/RoutingWrapper.tsx +139 -0
- package/src/classes/DASHStorageClass.tsx +8 -0
- package/src/components/Input/RichTextField.tsx +27 -0
- package/src/components/Redirect.tsx +46 -0
- package/src/components/avatar/Avatar.tsx +67 -0
- package/src/components/avatar/SingleImageUploader.tsx +53 -0
- package/src/components/currency/Format.tsx +77 -0
- package/src/components/custom/Redirect.tsx +23 -0
- package/src/components/error/Error.tsx +168 -0
- package/src/components/geocoding/GeocodingField.tsx +167 -0
- package/src/components/i18n/BridgedLocalesMenuButton.tsx +159 -0
- package/src/components/i18n/LangSwitcher.tsx +204 -0
- package/src/components/loader/GlobalLoader.tsx +56 -0
- package/src/components/logs/LogFile.tsx +88 -0
- package/src/components/logs/LogFileById.tsx +68 -0
- package/src/components/logs/LogViewer.tsx +43 -0
- package/src/components/menu/AppMenu.tsx +22 -0
- package/src/components/menu/CustomMenuItemLink.tsx +61 -0
- package/src/components/menu/DarkToggleMode.tsx +65 -0
- package/src/components/menu/LanguageToggleMode.tsx +120 -0
- package/src/components/misc/CustomImageInput.tsx +62 -0
- package/src/components/misc/DASHGlobalErrorHandler.tsx +194 -0
- package/src/components/misc/DarkModeSwitcher.tsx +112 -0
- package/src/components/misc/LanguageSwitcher.tsx +199 -0
- package/src/components/misc/MUIHtmlToolTip.tsx +15 -0
- package/src/components/misc/MuiSimpleJsonTable.tsx +279 -0
- package/src/components/misc/MultiLevelTable.tsx +229 -0
- package/src/components/misc/NoResults.tsx +25 -0
- package/src/components/misc/PDFViewer.tsx +85 -0
- package/src/components/navigation/Breadcrumbs.tsx +220 -0
- package/src/components/navigation/BreadcrumbsManager.tsx +310 -0
- package/src/components/navigation/index.tsx +5 -0
- package/src/components/panel/Error.tsx +168 -0
- package/src/components/permission/AvailablePermissionsContext.tsx +173 -0
- package/src/components/permission/PermissionsSelector.tsx +819 -0
- package/src/components/permission/PermissionsSelectorList.tsx +468 -0
- package/src/components/permission/tsx +0 -0
- package/src/components/racustombuttons/CustomRAButton.tsx +87 -0
- package/src/components/racustombuttons/QuickButton.tsx +117 -0
- package/src/components/racustombuttons/QuickEditButton.tsx +115 -0
- package/src/components/racustombuttons/QuickIconButton.tsx +122 -0
- package/src/components/scrollbar/Scrollbar.tsx +31 -0
- package/src/components/selects/MultiSelect.tsx +53 -0
- package/src/components/selects/RASearchableSelect.tsx +279 -0
- package/src/components/selects/RASearchableSelectChips.tsx +304 -0
- package/src/components/selects/SearchableSelect.tsx +135 -0
- package/src/components/subscription/BillingCycleSelectInput.tsx +68 -0
- package/src/components/subscription/PlanAddonsSettings.tsx +522 -0
- package/src/components/subscription/PlanAuditLog.tsx +439 -0
- package/src/components/subscription/PlanFeaturesSettings.tsx +223 -0
- package/src/components/subscription/PlanLimitsSettings.tsx +230 -0
- package/src/components/subscription/PlanMetadataSettings.tsx +284 -0
- package/src/components/subscription/PlanPricesSettings.tsx +295 -0
- package/src/components/subscription/index.ts +7 -0
- package/src/components/svgelements/SvgLoading.tsx +229 -0
- package/src/components/svgelements/SvgLogo.tsx +53 -0
- package/src/components/svgelements/SvgLogoMin.tsx +64 -0
- package/src/components/svgelements/SvgShipping.tsx +673 -0
- package/src/components/tenant/AvailablePermissionsContext.tsx +0 -0
- package/src/components/tenant/TenantAttributes.tsx +153 -0
- package/src/components/tenant/TenantAttributesContext.tsx +163 -0
- package/src/components/tenant/TenantSelector.tsx +139 -0
- package/src/components/tenant/TenantSettings.tsx +172 -0
- package/src/components/tenant/TenantSettingsContext.tsx +165 -0
- package/src/components/tenant/TenantTheme.tsx +172 -0
- package/src/components/user/AvatarComponent.tsx +301 -0
- package/src/components/user/TenantAvatarComponent.tsx +99 -0
- package/src/components/user/UserPreferences.tsx +642 -0
- package/src/config/ACTIONS.tsx +26 -0
- package/src/config/ConstantsService.tsx +44 -0
- package/src/config/DASHAdminSystemConstants.tsx +182 -0
- package/src/config/PARSERS.tsx +9 -0
- package/src/contexts/DashQueryClientContext.tsx +113 -0
- package/src/contexts/DashResourceContext.tsx +34 -0
- package/src/contexts/I18nBridgeContext.tsx +156 -0
- package/src/contexts/I18nBridgeSetter.tsx +39 -0
- package/src/contexts/I18nReduxSync.tsx +27 -0
- package/src/contexts/SubscriptionPlanFormatsProvider.tsx +217 -0
- package/src/contexts/SystemRequestsCache.tsx +215 -0
- package/src/contexts/auth/AuthContext.tsx +553 -0
- package/src/contexts/auth/AuthContextLocalStorage.tsx +140 -0
- package/src/contexts/auth/DASHAuthenticationService.tsx +917 -0
- package/src/contexts/auth/WindowContext.tsx +15 -0
- package/src/contexts/auth/index.tsx +3 -0
- package/src/contexts/com/FCMContext.tsx +415 -0
- package/src/contexts/com/LaravelEchoContext.tsx +41 -0
- package/src/contexts/com/LaravelEchoMgr.tsx +155 -0
- package/src/contexts/com/components/DefaultNotificationComponent.tsx +20 -0
- package/src/contexts/com/components/NotificationAttributesTable.tsx +54 -0
- package/src/contexts/com/components/NotificationRenderer.tsx +42 -0
- package/src/contexts/com/components/NotificationsWidget.tsx +182 -0
- package/src/contexts/com/components/notificationFormats.tsx +50 -0
- package/src/contexts/com/useLaravelEcho.tsx +432 -0
- package/src/contexts/dictionary/DictionaryContext.tsx +94 -0
- package/src/default-theme/DASHAppProviders.tsx +117 -0
- package/src/default-theme/DashThemeContext.tsx +218 -0
- package/src/default-theme/DashThemeHelperProvider.tsx +98 -0
- package/src/default-theme/DomainAppLayout.tsx +166 -0
- package/src/default-theme/DomainHeader.tsx +162 -0
- package/src/default-theme/DomainTheme.tsx +59 -0
- package/src/default-theme/FullLayoutMarkup.tsx +250 -0
- package/src/default-theme/StaticLayout.tsx +47 -0
- package/src/default-theme/index.tsx +11 -0
- package/src/default-theme/menu/AppMaterialMenu.tsx +545 -0
- package/src/default-theme/menu/AppMenuComponents/SubmenuPortal.tsx +56 -0
- package/src/default-theme/menu/AppMenuComponents/collapsed/CollapsedSidebarItem.tsx +254 -0
- package/src/default-theme/menu/AppMenuComponents/collapsed/CollapsedSidebarItems.tsx +31 -0
- package/src/default-theme/menu/AppMenuComponents/expanded/CollapsableSidebarMenu.tsx +276 -0
- package/src/default-theme/menu/AppMenuComponents/expanded/SidebarItem.tsx +91 -0
- package/src/default-theme/menu/AppMenuComponents/getItem.tsx +17 -0
- package/src/default-theme/menu/AppMenuComponents/interfaces.tsx +41 -0
- package/src/default-theme/menu/AppMenuComponents/submenuConstants.ts +85 -0
- package/src/default-theme/menu/AppSidebarMaterial.tsx +339 -0
- package/src/default-theme/menu/SidebarActions.tsx +84 -0
- package/src/default-theme/updateDomCssVariables.tsx +176 -0
- package/src/helpers/checkRole.tsx +66 -0
- package/src/helpers/parseAxiosError.tsx +41 -0
- package/src/hooks/audio/useAudio.tsx +39 -0
- package/src/hooks/axios.tsx +62 -0
- package/src/hooks/data/useDashboardStats.tsx +65 -0
- package/src/hooks/data/usePackageByClientsStats.tsx +44 -0
- package/src/hooks/data/usePackageByCommunesStats.tsx +44 -0
- package/src/hooks/data/usePackageStats.tsx +69 -0
- package/src/hooks/data/usePackageWithdrawDetails.tsx +61 -0
- package/src/hooks/data/useStats.tsx +86 -0
- package/src/hooks/isCurrentPath.tsx +22 -0
- package/src/hooks/notifications/WSMessagesManager.tsx +152 -0
- package/src/hooks/notifications/WSPusherManager.tsx +92 -0
- package/src/hooks/useBreadcrumbs.tsx +329 -0
- package/src/hooks/useClickOutside.tsx +17 -0
- package/src/hooks/useFormPersistance.tsx +150 -0
- package/src/hooks/useGlobalErrorMediator.tsx +43 -0
- package/src/hooks/useGlobalLoaderMgr.tsx +21 -0
- package/src/hooks/useHash.tsx +27 -0
- package/src/hooks/useLocalStorage.tsx +196 -0
- package/src/hooks/usePolyglotTranslation.tsx +62 -0
- package/src/hooks/usePrevious.tsx +9 -0
- package/src/hooks/usePrintSelected.tsx +37 -0
- package/src/hooks/useVirtualHash.tsx +33 -0
- package/src/hooks/window/useWindowSize.tsx +36 -0
- package/src/index.tsx +110 -0
- package/src/interfaces/IAppResourceConfig.tsx +20 -0
- package/src/interfaces/Log.tsx +16 -0
- package/src/interfaces/Tenant.tsx +25 -0
- package/src/interfaces/communication/IActions.tsx +5 -0
- package/src/interfaces/communication/INotification.tsx +21 -0
- package/src/interfaces/communication/IPayload.tsx +3 -0
- package/src/interfaces/communication/IRequestAction.tsx +10 -0
- package/src/interfaces/communication/IRequestPayload.tsx +7 -0
- package/src/interfaces/communication/IResponseAction.tsx +7 -0
- package/src/interfaces/misc/IAny.tsx +3 -0
- package/src/interfaces/misc/IFlashMessage.tsx +10 -0
- package/src/interfaces/navigation/IAppMenu.ts +14 -0
- package/src/interfaces/navigation/ICollapsableSidebarMenu.ts +12 -0
- package/src/interfaces/navigation/IMenuItem.ts +16 -0
- package/src/interfaces/notifications/IModel.tsx +6 -0
- package/src/interfaces/notifications/IModelField.tsx +8 -0
- package/src/interfaces/notifications/IUserNotification.tsx +12 -0
- package/src/interfaces/notifications/IUserNotificationData.tsx +13 -0
- package/src/interfaces/notifications/IUserNotificationPayload.tsx +8 -0
- package/src/interfaces/user/IGetAuth.tsx +92 -0
- package/src/interfaces/user/ITenantSettings.tsx +3 -0
- package/src/interfaces/user/IUser.tsx +60 -0
- package/src/interfaces/user/IUserSettings.tsx +43 -0
- package/src/interfaces.tsx +6 -0
- package/src/layout/AppLayout.tsx +112 -0
- package/src/layout/ApplicationLayout.tsx +197 -0
- package/src/layout/MotionWrapper.original.tsx +236 -0
- package/src/layout/MotionWrapper.tsx +236 -0
- package/src/layout/ResourceMenu.tsx +164 -0
- package/src/layout/ResoureLayout.tsx +105 -0
- package/src/layout/TransitionWrapper.tsx +125 -0
- package/src/pages/ChangePassword.tsx +179 -0
- package/src/pages/DASHLanding.tsx +22 -0
- package/src/pages/DASHLightWeightLogin.tsx +610 -0
- package/src/pages/DASHSimpleLogin.tsx +260 -0
- package/src/pages/Login.tsx +111 -0
- package/src/pages/Profile.tsx +394 -0
- package/src/pages/RecoverPassword.tsx +166 -0
- package/src/pages/SingleImageUploader.tsx +55 -0
- package/src/pages/VerifyAccount.tsx +128 -0
- package/src/providers/authProvider.tsx +210 -0
- package/src/providers/dataProvider.tsx +672 -0
- package/src/providers/i18n/en.ts +533 -0
- package/src/providers/i18n/es.ts +539 -0
- package/src/providers/i18n/languages.tsx +5 -0
- package/src/providers/i18nProvider.tsx +23 -0
- package/src/react-admin-dash/RADashComponent.tsx +240 -0
- package/src/react-admin-dash/Resource.tsx +77 -0
- package/src/resources/Brand/BrandResource.tsx +130 -0
- package/src/resources/DASHResourceLoader.ts +180 -0
- package/src/resources/Log/LogResource.tsx +73 -0
- package/src/resources/Tenant/ImpersonateTenantResource.tsx +113 -0
- package/src/resources/Trash/TrashTemplate.tsx +180 -0
- package/src/resources.tsx +280 -0
- package/src/schemas/log.tsx +45 -0
- package/src/schemas/notification.tsx +42 -0
- package/src/schemas/permissions.tsx +44 -0
- package/src/schemas/roles.tsx +48 -0
- package/src/schemas/rolesDataGrid.tsx +48 -0
- package/src/schemas/subscription/components/SubscriptionActions.tsx +153 -0
- package/src/schemas/subscription/components/SubscriptionPaymentHistory.tsx +120 -0
- package/src/schemas/subscription/components/SubscriptionPlanFeatures.tsx +155 -0
- package/src/schemas/subscription/components/SubscriptionPlanPreview.tsx +128 -0
- package/src/schemas/subscription/components/SubscriptionPlanStats.tsx +268 -0
- package/src/schemas/subscription/components/SubscriptionStatusIndicator.tsx +72 -0
- package/src/schemas/subscription/subscriptionPlanSchema.tsx +185 -0
- package/src/schemas/subscription/subscriptionSchema.tsx +152 -0
- package/src/schemas/subscriptionPlan.ts +422 -0
- package/src/schemas/tenant.tsx +129 -0
- package/src/schemas/tenantUser.tsx +96 -0
- package/src/schemas/tenant_superadmin.tsx +119 -0
- package/src/schemas/user.tsx +26 -0
- package/src/systemResources.old.tsx +928 -0
- package/src/systemResources.tsx +1135 -0
- package/src/templates/ResourceTemplate.tsx +240 -0
- package/src/templates/ResourceTemplateCreate.tsx +167 -0
- package/src/templates/ResourceTemplateEdit.tsx +176 -0
- package/src/templates/ResourceTemplateFull.tsx +581 -0
- package/src/templates/ResourceTemplateList.tsx +340 -0
- package/src/templates/ResourceTemplateShow.tsx +88 -0
- package/src/templates/TrashTemplate.tsx +179 -0
- package/src/tenantResources.tsx +223 -0
- package/src/test_portal_bubbles.tsx +40 -0
- package/src/theme/AppHeader.tsx +52 -0
- package/src/theme/AppLayoutSetting.tsx +33 -0
- package/src/theme/AppLogo.tsx +13 -0
- package/src/theme/AppSidebar.tsx +12 -0
- package/src/theme/AppSidebarContent.tsx +105 -0
- package/src/theme/AppSidebarLogo.tsx +48 -0
- package/src/theme/components/PageTitle.tsx +37 -0
- package/src/utils/cache/CacheInvalidatorContext.tsx +125 -0
- package/src/utils/cache/CacheInvalidatorListenerComponent.tsx +10 -0
- package/src/utils/cache/useCacheInvalidatorListener.tsx +27 -0
- package/src/utils/convertFileToBase64.tsx +9 -0
- package/src/utils/convertToFile.tsx +14 -0
- package/src/utils/cookies.tsx +33 -0
- package/src/utils/dashDefaultQueryClient.tsx +34 -0
- package/src/utils/dataUrlToBlob.tsx +30 -0
- package/src/utils/deepReplace.tsx +19 -0
- package/src/utils/getProfileMenu.tsx +41 -0
- package/src/utils/getTenantSettings.tsx +9 -0
- package/src/utils/getType.tsx +8 -0
- package/src/utils/getUserSettings.tsx +8 -0
- package/src/utils/hasCode.tsx +14 -0
- package/src/utils/index.ts +19 -0
- package/src/utils/injectTenantStyles.ts +28 -0
- package/src/utils/isComponent.tsx +45 -0
- package/src/utils/navEvents.tsx +91 -0
- package/src/utils/prototypes.tsx +5 -0
- package/src/utils/regexp.tsx +4 -0
- package/src/utils/resolveObjectPath.tsx +4 -0
- package/src/utils/setNativeValue.tsx +24 -0
- package/src/utils/slugify.tsx +11 -0
- package/src/utils/validators/emailValidator.tsx +6 -0
- package/src/utils/validators/requiredValidator.tsx +5 -0
- package/src/utils/validators/rutValidator.tsx +31 -0
- package/src/utils/validators.tsx +96 -0
- package/dist/ChangePassword-DmWAQAX_.js +0 -152
- package/dist/Login-t41HMhVT.js +0 -101
- package/dist/Profile-By-gdPUd.js +0 -294
- package/dist/RecoverPassword-DzPdbkg2.js +0 -149
- package/dist/VerifyAccount-Bofaxe5w.js +0 -99
- package/dist/index-gfebuoyf.js +0 -21614
- /package/dist/{components/permission/tsx → declarations.d.js} +0 -0
- /package/{dist → src}/DASHAdmin.tsx.old +0 -0
- /package/{dist → src}/declarations.d.ts +0 -0
- /package/{dist → src}/default-theme/DashThemeContext.tsx.fast +0 -0
- /package/{dist → src}/default-theme/DashThemeContext.tsx.old +0 -0
- /package/{dist → src}/templates/ResourceTemplate.tsx.memoized_experiment +0 -0
- /package/{dist → src}/templates/ResourceTemplate.tsx.original +0 -0
- /package/{dist → src}/templates/ResourceTemplateOld.tsx.bkup +0 -0
|
@@ -1 +1,330 @@
|
|
|
1
|
-
import{jsx as a,jsxs as t}from"react/jsx-runtime";function l(){return a("svg",{xmlns:"http://www.w3.org/2000/svg",width:"150.244",height:"142.391",viewBox:"0 0 150.244 142.391",children:t("g",{"data-name":"Grupo 784",transform:"translate(-663 -369)",children:[t("g",{"data-name":"Grupo 694",transform:"translate(-9263.156 83.407)",children:[a("path",{fill:"#ffb74d",d:"M438.364 428.47c-2.071-11.082 1.189-23.69 10.25-30.4a51.943 51.943 0 0010.829 33.979c2.908 3.728 6.532 7.571 6.419 12.3a11.611 11.611 0 01-3.757 7.745 34.49 34.49 0 01-7.23 5.018l-.4.618c-7.475-8.437-14.04-18.178-16.111-29.26z","data-name":"Trazado 547",transform:"translate(9503.073 -112.264)"}),a("path",{fill:"#fff",d:"M457.983 397.944a44.4 44.4 0 00-2.931 27.159 19.12 19.12 0 002.025 5.638 10.966 10.966 0 004.143 4.018 22.7 22.7 0 014.636 2.947 6.714 6.714 0 011.977 5.123 17.444 17.444 0 01-1.933 6.671c-1.068 2.348-2.214 4.771-2.145 7.411.008.32-.488.314-.5-.005-.12-4.594 3.2-8.283 3.941-12.69a6.8 6.8 0 00-1.373-5.824 17.609 17.609 0 00-4.65-3.082 11.7 11.7 0 01-4.2-3.778 17.678 17.678 0 01-2.234-5.539 43.074 43.074 0 01-.976-13.427 45.186 45.186 0 013.789-14.873c.13-.291.556-.034.426.255z","data-name":"Trazado 548",transform:"translate(9493.87 -111.968)"}),a("path",{fill:"#fff",d:"M445.537 448.809a6.661 6.661 0 01-6.949-5.109c-.073-.311.408-.439.48-.127a6.168 6.168 0 006.474 4.739c.319-.023.312.473-.005.497z","data-name":"Trazado 549",transform:"translate(9502.601 -138.58)"}),a("path",{fill:"#fff",d:"M469.6 472.917a12.839 12.839 0 003.218-8.786c-.007-.32.49-.314.5.005a13.354 13.354 0 01-3.367 9.136c-.217.24-.563-.117-.351-.355z","data-name":"Trazado 550",transform:"translate(9484.627 -150.483)"}),a("path",{fill:"#fff",d:"M455.987 419.964a3.77 3.77 0 003.349-1.258c.21-.242.556.115.348.355a4.225 4.225 0 01-3.7 1.4.257.257 0 01-.246-.251.25.25 0 01.251-.246z","data-name":"Trazado 551",transform:"translate(9492.639 -124.199)"}),a("path",{fill:"#ffb74d",d:"M508.279 419.929c-.127.155-.253.31-.379.468a49.658 49.658 0 00-4.545 6.65c-.106.179-.21.362-.311.544a52.348 52.348 0 00-6.108 18.279 50.841 50.841 0 00-.466 7.71c.056 3.56.4 7.416-.691 10.691a8.722 8.722 0 01-.393 1.005l-17.513 5.58-.138-.018-.689.255c-.011-.133-.02-.271-.032-.4-.007-.077-.01-.155-.017-.232 0-.052-.007-.1-.013-.15v-.048c-.006-.047-.007-.09-.011-.133-.052-.771-.1-1.544-.14-2.319v-.009a74.749 74.749 0 01.98-17.645c.033-.173.064-.351.105-.526a48.509 48.509 0 012.145-7.62 42.9 42.9 0 011.729-3.98 35.66 35.66 0 016.474-9.078c5.225-5.318 12.092-8.905 19.45-9.018.184-.005.373-.007.563-.006z","data-name":"Trazado 552",transform:"translate(9480.463 -124.956)"}),a("path",{fill:"#fff",d:"M508.687 419.809A44.4 44.4 0 00490 439.729a19.12 19.12 0 00-1.778 5.721 10.965 10.965 0 00.888 5.7 22.7 22.7 0 011.927 5.145 6.714 6.714 0 01-1.506 5.281 17.446 17.446 0 01-5.557 4.16c-2.266 1.232-4.64 2.476-6.175 4.626-.186.26-.579-.043-.394-.3 2.669-3.74 7.542-4.686 10.787-7.76a6.8 6.8 0 002.41-5.477 17.609 17.609 0 00-1.857-5.26 11.7 11.7 0 01-1.076-5.543 17.675 17.675 0 011.551-5.768 43.074 43.074 0 017.3-11.309 45.186 45.186 0 0111.979-9.594c.279-.154.464.307.187.461z","data-name":"Trazado 553",transform:"translate(9480.088 -124.6)"}),a("path",{fill:"#fff",d:"M505.974 449.686a6.661 6.661 0 01-2.473-8.263c.129-.292.59-.1.46.188a6.168 6.168 0 002.316 7.682c.269.173-.036.565-.3.394z","data-name":"Trazado 554",transform:"translate(9465.23 -137.35)"}),a("path",{fill:"#fff",d:"M503.966 486.142a12.839 12.839 0 007.859-5.077c.187-.26.58.044.394.3a13.355 13.355 0 01-8.189 5.267c-.315.068-.377-.432-.064-.49z","data-name":"Trazado 555",transform:"translate(9464.754 -160.395)"}),a("path",{fill:"#fff",d:"M531.323 434.422a3.771 3.771 0 003.432 1.013c.313-.067.375.426.064.493a4.225 4.225 0 01-3.8-1.112.257.257 0 01-.045-.348.25.25 0 01.348-.045z","data-name":"Trazado 556",transform:"translate(9448.979 -133.341)"}),a("path",{fill:"#fff",d:"M502.806 522.474a3.969 3.969 0 00-3.332-3.892l-56.956-9.353a3.969 3.969 0 00-1.641.073l-13.348 3.451-7.659 1.983-14.134 3.654a3.982 3.982 0 00-2.981 3.852v59.682a4 4 0 003.15 3.889l58.013-.657a3.865 3.865 0 00.829.086 3.972 3.972 0 001.2-.182l34.467.858a3.962 3.962 0 002.782-3.826z","data-name":"Trazado 568",transform:"translate(9523.4 -176.776)"}),a("path",{fill:"#ccc",d:"M502.806 522.474a3.969 3.969 0 00-3.332-3.892l-56.956-9.353a3.969 3.969 0 00-1.641.073l-13.348 3.451-7.659 1.983-14.134 3.654a3.982 3.982 0 00-2.981 3.852v59.682a4 4 0 003.15 3.889l58.013-.657a3.865 3.865 0 00.829.086 3.972 3.972 0 001.2-.182l34.467.858a3.962 3.962 0 002.782-3.826zm-2.692 62.495l-34.467.82a3.025 3.025 0 01-1.518.073l-58.016-1.021a3 3 0 01-2.361-2.918v-59.681a2.987 2.987 0 011.956-2.8 2.468 2.468 0 01.278-.086l14.953-3.866 8.842-2.288 11.345-2.934a2.844 2.844 0 01.746-.1 2.95 2.95 0 01.484.04l56.956 9.353a2.969 2.969 0 012.5 2.917l.388 59.622a2.973 2.973 0 01-2.087 2.869z","data-name":"Trazado 569",transform:"translate(9523.4 -176.776)"}),a("path",{fill:"#ccc",d:"M503.084 535.03a.431.431 0 01-.126.056l-16.758 4.529-5.215 1.409-14.833 4.008a.574.574 0 01-.129.017.827.827 0 01-.089-.007l-59.81-10.9-.2-.036a.5.5 0 11.179-.981l1.2.219 58.7 10.7 12.784-3.455 7.151-1.933 16.494-4.459.262-.07a.5.5 0 01.58.272.39.39 0 01.03.08.5.5 0 01-.22.551z","data-name":"Trazado 570",transform:"translate(9521.796 -190.674)"}),a("path",{fill:"#ccc",d:"M549.614 614.407c-.273 0-.495-.22-.5 1.185l-.5-54.207c0-1.952.218-2.177.493-2.179.273 0 .495.219.5 2.17l.5 54.207c0-1.4-.218-1.178-.493-1.176z","data-name":"Trazado 571",transform:"translate(9438.707 -205.824)"}),a("path",{fill:"#ccc",d:"M508.437 590.941l-5.356.057-2.2-59.356-56.081-11.159a1.284 1.284 0 01-.162-.04 1.977 1.977 0 01-1.068-.753l7.659-1.983 2.251.448 53.219 10.586a1.978 1.978 0 011.339.968c.162.291.396 60.891.399 61.232z","data-name":"Trazado 572",transform:"translate(9499.705 -181.73)"}),t("g",{"data-name":"Grupo 693",transform:"translate(10000.705 365.536)",children:[a("path",{fill:"#ffb6b6",d:"M624.941 270.06a5.027 5.027 0 00-.114.784l-20.534 11.846-4.991-2.873-5.321 6.966 8.341 5.945a3.824 3.824 0 004.588-.112l21.174-16.7a5.018 5.018 0 10-3.143-5.851z","data-name":"Trazado 557",transform:"translate(-589.857 -262.724)"}),a("path",{fill:"#fff",d:"M521.048 267.951a2.991 2.991 0 012.511-2.933l42.925-7.049a2.991 2.991 0 011.237.055l10.06 2.6 5.772 1.494 10.652 2.754a3 3 0 012.246 2.9v35.181a3.014 3.014 0 01-2.374 2.931l-43.722 9.3a2.912 2.912 0 01-.625.065 2.994 2.994 0 01-.9-.137l-25.976-8.2a2.986 2.986 0 01-2.1-2.883z","data-name":"Trazado 573",transform:"translate(-520.755 -257.928)"}),a("path",{fill:"#ff9800",d:"M570.6 264.184a.362.362 0 01.093.012l26.484 6.849a.374.374 0 01.281.362v35.181a.376.376 0 01-.3.366l-43.722 9.3a.377.377 0 01-.191-.009l-25.977-8.2a.372.372 0 01-.261-.36l.293-36.085a.374.374 0 01.314-.366l42.925-7.048a.4.4 0 01.061-.002z","data-name":"Trazado 574",transform:"translate(-524.387 -261.561)"}),a("path",{fill:"#3f3d56",d:"M521.048 267.951a2.991 2.991 0 012.511-2.933l42.925-7.049a2.991 2.991 0 011.237.055l10.06 2.6 5.772 1.494 10.652 2.754a3 3 0 012.246 2.9v35.181a3.014 3.014 0 01-2.374 2.931l-43.722 9.3a2.912 2.912 0 01-.625.065 2.994 2.994 0 01-.9-.137l-25.976-8.2a2.986 2.986 0 01-2.1-2.883zm2.029 38.25l25.976 8.2a2.28 2.28 0 001.144.055l43.724-9.3a2.261 2.261 0 001.779-2.2v-35.18a2.252 2.252 0 00-1.474-2.111 1.872 1.872 0 00-.21-.065l-11.269-2.913-6.664-1.724-8.551-2.211a2.143 2.143 0 00-.562-.072 2.223 2.223 0 00-.365.03l-42.925 7.049a2.237 2.237 0 00-1.884 2.2l-.292 36.081a2.241 2.241 0 001.572 2.164z","data-name":"Trazado 575",transform:"translate(-520.755 -257.928)"}),a("path",{fill:"#3f3d56",d:"M523.021 277.413a.326.326 0 00.095.042l12.626 3.413 3.93 1.062 11.179 3.021a.434.434 0 00.1.012.607.607 0 00.068 0l45.076-8.218.15-.027a.376.376 0 00-.135-.74l-.907.165-44.239 8.057-9.635-2.6-5.39-1.457-12.431-3.361-.2-.052a.377.377 0 00-.437.2.3.3 0 00-.022.06.376.376 0 00.172.423z","data-name":"Trazado 576",transform:"translate(-521.729 -268.402)"}),a("path",{fill:"#3f3d56",d:"M631.06 337.236a.375.375 0 00.375-.371l.375-40.853a.375.375 0 00-.371-.378.375.375 0 00-.375.371l-.375 40.853a.375.375 0 00.371.378z","data-name":"Trazado 577",transform:"translate(-602.215 -279.821)"}),a("path",{fill:"#3f3d56",d:"M551.513 314.106l3.93 1.062 1.657-40.309 42.27-8.411a.968.968 0 00.122-.03 1.491 1.491 0 00.8-.567l-5.772-1.494-1.7.337-40.109 7.978a1.491 1.491 0 00-1.009.73c-.117.218-.187 40.444-.189 40.704z","data-name":"Trazado 578",transform:"translate(-537.5 -261.661)"}),a("path",{fill:"#fff",d:"M531.384 335.031a.632.632 0 00.139-.016l13-2.936a.629.629 0 00-.277-1.227l-13 2.936a.629.629 0 00.138 1.243z","data-name":"Trazado 583",transform:"translate(-473.512 -300.262)"})]}),t("g",{"data-name":"Grupo 684",transform:"translate(9952.387 370.569)",children:[a("path",{fill:"#ffb6b6",d:"M603.884 270.06a5.041 5.041 0 01.114.784l20.534 11.846 4.991-2.873 5.321 6.966-8.341 5.945a3.824 3.824 0 01-4.588-.112l-21.174-16.7a5.018 5.018 0 113.143-5.851z","data-name":"Trazado 557",transform:"translate(-563.273 -262.724)"}),a("path",{fill:"#fff",d:"M596.158 267.951a2.991 2.991 0 00-2.511-2.933l-42.925-7.049a2.992 2.992 0 00-1.237.055l-10.06 2.6-5.772 1.494L523 264.872a3 3 0 00-2.246 2.9v35.181a3.014 3.014 0 002.374 2.931l43.722 9.3a2.91 2.91 0 00.625.065 2.993 2.993 0 00.9-.137l25.976-8.2a2.986 2.986 0 002.1-2.883z","data-name":"Trazado 573",transform:"translate(-520.755 -257.928)"}),a("path",{fill:"#ff9800",d:"M553.869 264.184a.362.362 0 00-.093.012l-26.484 6.849a.374.374 0 00-.28.362v35.181a.376.376 0 00.3.366l43.722 9.3a.378.378 0 00.191-.009l25.977-8.2a.372.372 0 00.261-.36l-.291-36.081a.374.374 0 00-.314-.366l-42.924-7.048a.394.394 0 00-.065-.006z","data-name":"Trazado 574",transform:"translate(-524.388 -261.561)"}),a("path",{fill:"#3f3d56",d:"M596.158 267.951a2.991 2.991 0 00-2.511-2.933l-42.925-7.049a2.992 2.992 0 00-1.237.055l-10.06 2.6-5.772 1.494L523 264.872a3 3 0 00-2.246 2.9v35.181a3.014 3.014 0 002.374 2.931l43.722 9.3a2.91 2.91 0 00.625.065 2.993 2.993 0 00.9-.137l25.976-8.2a2.986 2.986 0 002.1-2.883zM594.13 306.2l-25.976 8.2a2.28 2.28 0 01-1.144.055l-43.724-9.3a2.261 2.261 0 01-1.779-2.2v-35.179a2.251 2.251 0 011.474-2.111 1.866 1.866 0 01.21-.065l11.269-2.913 6.664-1.724 8.551-2.211a2.142 2.142 0 01.562-.072 2.223 2.223 0 01.365.03l42.925 7.049a2.237 2.237 0 011.884 2.2l.292 36.081a2.241 2.241 0 01-1.572 2.164z","data-name":"Trazado 575",transform:"translate(-520.755 -257.928)"}),a("path",{fill:"#3f3d56",d:"M596.368 277.413a.326.326 0 01-.095.042l-12.626 3.413-3.93 1.062-11.179 3.021a.436.436 0 01-.1.012.607.607 0 01-.067 0L523.3 276.74l-.15-.027a.376.376 0 11.135-.74l.907.165 44.236 8.066 9.635-2.6 5.39-1.457 12.431-3.361.2-.052a.377.377 0 01.437.2.293.293 0 01.022.06.376.376 0 01-.175.419z","data-name":"Trazado 576",transform:"translate(-521.965 -268.402)"}),a("path",{fill:"#3f3d56",d:"M631.435 337.236a.375.375 0 01-.375-.371l-.375-40.853a.375.375 0 01.371-.378.375.375 0 01.375.371l.375 40.853a.375.375 0 01-.371.378z","data-name":"Trazado 577",transform:"translate(-584.585 -279.821)"}),a("path",{fill:"#3f3d56",d:"M600.3 314.106l-3.93 1.062-1.657-40.309-42.27-8.411a.97.97 0 01-.122-.03 1.49 1.49 0 01-.8-.567l5.772-1.494 1.7.337 40.109 7.978a1.491 1.491 0 011.01.73c.112.218.182 40.444.188 40.704z","data-name":"Trazado 578",transform:"translate(-538.614 -261.661)"}),a("path",{fill:"#fff",d:"M544.385 335.031a.632.632 0 01-.139-.016l-13-2.936a.629.629 0 01.277-1.227l13 2.936a.629.629 0 01-.138 1.243z","data-name":"Trazado 583",transform:"translate(-526.562 -300.262)"})]}),a("path",{fill:"#e6e6e6",d:"M424.452 620.539a.63.63 0 01-.139.013l-13.326-.224a.629.629 0 01.021-1.258l13.326.224a.629.629 0 01.118 1.245z","data-name":"Trazado 584",transform:"translate(9518.98 -240.584)"}),a("path",{fill:"#e6e6e6",d:"M435.451 637.539a.629.629 0 01-.139.013l-13.326-.224a.629.629 0 11.021-1.258l13.326.224a.629.629 0 01.118 1.245z","data-name":"Trazado 585",transform:"translate(9512.594 -250.455)"})]}),a("g",{"data-name":"MDI / progress-upload",transform:"translate(762.124 390)",children:a("path",{fill:"#ff9800",d:"M22.925 2.03a19.064 19.064 0 010 37.937v-3.813a15.251 15.251 0 000-30.273V2.03m-3.813.057V5.9a15.242 15.242 0 00-7.435 3.2L8.951 6.281a18.735 18.735 0 0110.161-4.194M6.263 8.969L8.989 11.7a15.283 15.283 0 00-3.126 7.43H2.05A18.844 18.844 0 016.263 8.969M2.069 22.943h3.813a15.255 15.255 0 003.107 7.435L6.282 33.1a19.139 19.139 0 01-4.213-10.157m9.608 10.237a15.255 15.255 0 007.435 3.107V40.1a19.052 19.052 0 01-10.161-4.308l2.726-2.612m9.341-20.722l-8.578 8.579h6.672v7.625h3.813v-7.625H29.6z","data-name":"Path / progress-upload",transform:"translate(1.763 1.784)"})})]})})}var n=l;export{n as default};
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
function Icon() {
|
|
3
|
+
return /* @__PURE__ */ jsx(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
width: "150.244",
|
|
8
|
+
height: "142.391",
|
|
9
|
+
viewBox: "0 0 150.244 142.391",
|
|
10
|
+
children: /* @__PURE__ */ jsxs("g", { "data-name": "Grupo 784", transform: "translate(-663 -369)", children: [
|
|
11
|
+
/* @__PURE__ */ jsxs("g", { "data-name": "Grupo 694", transform: "translate(-9263.156 83.407)", children: [
|
|
12
|
+
/* @__PURE__ */ jsx(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
fill: "#ffb74d",
|
|
16
|
+
d: "M438.364 428.47c-2.071-11.082 1.189-23.69 10.25-30.4a51.943 51.943 0 0010.829 33.979c2.908 3.728 6.532 7.571 6.419 12.3a11.611 11.611 0 01-3.757 7.745 34.49 34.49 0 01-7.23 5.018l-.4.618c-7.475-8.437-14.04-18.178-16.111-29.26z",
|
|
17
|
+
"data-name": "Trazado 547",
|
|
18
|
+
transform: "translate(9503.073 -112.264)"
|
|
19
|
+
}
|
|
20
|
+
),
|
|
21
|
+
/* @__PURE__ */ jsx(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
fill: "#fff",
|
|
25
|
+
d: "M457.983 397.944a44.4 44.4 0 00-2.931 27.159 19.12 19.12 0 002.025 5.638 10.966 10.966 0 004.143 4.018 22.7 22.7 0 014.636 2.947 6.714 6.714 0 011.977 5.123 17.444 17.444 0 01-1.933 6.671c-1.068 2.348-2.214 4.771-2.145 7.411.008.32-.488.314-.5-.005-.12-4.594 3.2-8.283 3.941-12.69a6.8 6.8 0 00-1.373-5.824 17.609 17.609 0 00-4.65-3.082 11.7 11.7 0 01-4.2-3.778 17.678 17.678 0 01-2.234-5.539 43.074 43.074 0 01-.976-13.427 45.186 45.186 0 013.789-14.873c.13-.291.556-.034.426.255z",
|
|
26
|
+
"data-name": "Trazado 548",
|
|
27
|
+
transform: "translate(9493.87 -111.968)"
|
|
28
|
+
}
|
|
29
|
+
),
|
|
30
|
+
/* @__PURE__ */ jsx(
|
|
31
|
+
"path",
|
|
32
|
+
{
|
|
33
|
+
fill: "#fff",
|
|
34
|
+
d: "M445.537 448.809a6.661 6.661 0 01-6.949-5.109c-.073-.311.408-.439.48-.127a6.168 6.168 0 006.474 4.739c.319-.023.312.473-.005.497z",
|
|
35
|
+
"data-name": "Trazado 549",
|
|
36
|
+
transform: "translate(9502.601 -138.58)"
|
|
37
|
+
}
|
|
38
|
+
),
|
|
39
|
+
/* @__PURE__ */ jsx(
|
|
40
|
+
"path",
|
|
41
|
+
{
|
|
42
|
+
fill: "#fff",
|
|
43
|
+
d: "M469.6 472.917a12.839 12.839 0 003.218-8.786c-.007-.32.49-.314.5.005a13.354 13.354 0 01-3.367 9.136c-.217.24-.563-.117-.351-.355z",
|
|
44
|
+
"data-name": "Trazado 550",
|
|
45
|
+
transform: "translate(9484.627 -150.483)"
|
|
46
|
+
}
|
|
47
|
+
),
|
|
48
|
+
/* @__PURE__ */ jsx(
|
|
49
|
+
"path",
|
|
50
|
+
{
|
|
51
|
+
fill: "#fff",
|
|
52
|
+
d: "M455.987 419.964a3.77 3.77 0 003.349-1.258c.21-.242.556.115.348.355a4.225 4.225 0 01-3.7 1.4.257.257 0 01-.246-.251.25.25 0 01.251-.246z",
|
|
53
|
+
"data-name": "Trazado 551",
|
|
54
|
+
transform: "translate(9492.639 -124.199)"
|
|
55
|
+
}
|
|
56
|
+
),
|
|
57
|
+
/* @__PURE__ */ jsx(
|
|
58
|
+
"path",
|
|
59
|
+
{
|
|
60
|
+
fill: "#ffb74d",
|
|
61
|
+
d: "M508.279 419.929c-.127.155-.253.31-.379.468a49.658 49.658 0 00-4.545 6.65c-.106.179-.21.362-.311.544a52.348 52.348 0 00-6.108 18.279 50.841 50.841 0 00-.466 7.71c.056 3.56.4 7.416-.691 10.691a8.722 8.722 0 01-.393 1.005l-17.513 5.58-.138-.018-.689.255c-.011-.133-.02-.271-.032-.4-.007-.077-.01-.155-.017-.232 0-.052-.007-.1-.013-.15v-.048c-.006-.047-.007-.09-.011-.133-.052-.771-.1-1.544-.14-2.319v-.009a74.749 74.749 0 01.98-17.645c.033-.173.064-.351.105-.526a48.509 48.509 0 012.145-7.62 42.9 42.9 0 011.729-3.98 35.66 35.66 0 016.474-9.078c5.225-5.318 12.092-8.905 19.45-9.018.184-.005.373-.007.563-.006z",
|
|
62
|
+
"data-name": "Trazado 552",
|
|
63
|
+
transform: "translate(9480.463 -124.956)"
|
|
64
|
+
}
|
|
65
|
+
),
|
|
66
|
+
/* @__PURE__ */ jsx(
|
|
67
|
+
"path",
|
|
68
|
+
{
|
|
69
|
+
fill: "#fff",
|
|
70
|
+
d: "M508.687 419.809A44.4 44.4 0 00490 439.729a19.12 19.12 0 00-1.778 5.721 10.965 10.965 0 00.888 5.7 22.7 22.7 0 011.927 5.145 6.714 6.714 0 01-1.506 5.281 17.446 17.446 0 01-5.557 4.16c-2.266 1.232-4.64 2.476-6.175 4.626-.186.26-.579-.043-.394-.3 2.669-3.74 7.542-4.686 10.787-7.76a6.8 6.8 0 002.41-5.477 17.609 17.609 0 00-1.857-5.26 11.7 11.7 0 01-1.076-5.543 17.675 17.675 0 011.551-5.768 43.074 43.074 0 017.3-11.309 45.186 45.186 0 0111.979-9.594c.279-.154.464.307.187.461z",
|
|
71
|
+
"data-name": "Trazado 553",
|
|
72
|
+
transform: "translate(9480.088 -124.6)"
|
|
73
|
+
}
|
|
74
|
+
),
|
|
75
|
+
/* @__PURE__ */ jsx(
|
|
76
|
+
"path",
|
|
77
|
+
{
|
|
78
|
+
fill: "#fff",
|
|
79
|
+
d: "M505.974 449.686a6.661 6.661 0 01-2.473-8.263c.129-.292.59-.1.46.188a6.168 6.168 0 002.316 7.682c.269.173-.036.565-.3.394z",
|
|
80
|
+
"data-name": "Trazado 554",
|
|
81
|
+
transform: "translate(9465.23 -137.35)"
|
|
82
|
+
}
|
|
83
|
+
),
|
|
84
|
+
/* @__PURE__ */ jsx(
|
|
85
|
+
"path",
|
|
86
|
+
{
|
|
87
|
+
fill: "#fff",
|
|
88
|
+
d: "M503.966 486.142a12.839 12.839 0 007.859-5.077c.187-.26.58.044.394.3a13.355 13.355 0 01-8.189 5.267c-.315.068-.377-.432-.064-.49z",
|
|
89
|
+
"data-name": "Trazado 555",
|
|
90
|
+
transform: "translate(9464.754 -160.395)"
|
|
91
|
+
}
|
|
92
|
+
),
|
|
93
|
+
/* @__PURE__ */ jsx(
|
|
94
|
+
"path",
|
|
95
|
+
{
|
|
96
|
+
fill: "#fff",
|
|
97
|
+
d: "M531.323 434.422a3.771 3.771 0 003.432 1.013c.313-.067.375.426.064.493a4.225 4.225 0 01-3.8-1.112.257.257 0 01-.045-.348.25.25 0 01.348-.045z",
|
|
98
|
+
"data-name": "Trazado 556",
|
|
99
|
+
transform: "translate(9448.979 -133.341)"
|
|
100
|
+
}
|
|
101
|
+
),
|
|
102
|
+
/* @__PURE__ */ jsx(
|
|
103
|
+
"path",
|
|
104
|
+
{
|
|
105
|
+
fill: "#fff",
|
|
106
|
+
d: "M502.806 522.474a3.969 3.969 0 00-3.332-3.892l-56.956-9.353a3.969 3.969 0 00-1.641.073l-13.348 3.451-7.659 1.983-14.134 3.654a3.982 3.982 0 00-2.981 3.852v59.682a4 4 0 003.15 3.889l58.013-.657a3.865 3.865 0 00.829.086 3.972 3.972 0 001.2-.182l34.467.858a3.962 3.962 0 002.782-3.826z",
|
|
107
|
+
"data-name": "Trazado 568",
|
|
108
|
+
transform: "translate(9523.4 -176.776)"
|
|
109
|
+
}
|
|
110
|
+
),
|
|
111
|
+
/* @__PURE__ */ jsx(
|
|
112
|
+
"path",
|
|
113
|
+
{
|
|
114
|
+
fill: "#ccc",
|
|
115
|
+
d: "M502.806 522.474a3.969 3.969 0 00-3.332-3.892l-56.956-9.353a3.969 3.969 0 00-1.641.073l-13.348 3.451-7.659 1.983-14.134 3.654a3.982 3.982 0 00-2.981 3.852v59.682a4 4 0 003.15 3.889l58.013-.657a3.865 3.865 0 00.829.086 3.972 3.972 0 001.2-.182l34.467.858a3.962 3.962 0 002.782-3.826zm-2.692 62.495l-34.467.82a3.025 3.025 0 01-1.518.073l-58.016-1.021a3 3 0 01-2.361-2.918v-59.681a2.987 2.987 0 011.956-2.8 2.468 2.468 0 01.278-.086l14.953-3.866 8.842-2.288 11.345-2.934a2.844 2.844 0 01.746-.1 2.95 2.95 0 01.484.04l56.956 9.353a2.969 2.969 0 012.5 2.917l.388 59.622a2.973 2.973 0 01-2.087 2.869z",
|
|
116
|
+
"data-name": "Trazado 569",
|
|
117
|
+
transform: "translate(9523.4 -176.776)"
|
|
118
|
+
}
|
|
119
|
+
),
|
|
120
|
+
/* @__PURE__ */ jsx(
|
|
121
|
+
"path",
|
|
122
|
+
{
|
|
123
|
+
fill: "#ccc",
|
|
124
|
+
d: "M503.084 535.03a.431.431 0 01-.126.056l-16.758 4.529-5.215 1.409-14.833 4.008a.574.574 0 01-.129.017.827.827 0 01-.089-.007l-59.81-10.9-.2-.036a.5.5 0 11.179-.981l1.2.219 58.7 10.7 12.784-3.455 7.151-1.933 16.494-4.459.262-.07a.5.5 0 01.58.272.39.39 0 01.03.08.5.5 0 01-.22.551z",
|
|
125
|
+
"data-name": "Trazado 570",
|
|
126
|
+
transform: "translate(9521.796 -190.674)"
|
|
127
|
+
}
|
|
128
|
+
),
|
|
129
|
+
/* @__PURE__ */ jsx(
|
|
130
|
+
"path",
|
|
131
|
+
{
|
|
132
|
+
fill: "#ccc",
|
|
133
|
+
d: "M549.614 614.407c-.273 0-.495-.22-.5 1.185l-.5-54.207c0-1.952.218-2.177.493-2.179.273 0 .495.219.5 2.17l.5 54.207c0-1.4-.218-1.178-.493-1.176z",
|
|
134
|
+
"data-name": "Trazado 571",
|
|
135
|
+
transform: "translate(9438.707 -205.824)"
|
|
136
|
+
}
|
|
137
|
+
),
|
|
138
|
+
/* @__PURE__ */ jsx(
|
|
139
|
+
"path",
|
|
140
|
+
{
|
|
141
|
+
fill: "#ccc",
|
|
142
|
+
d: "M508.437 590.941l-5.356.057-2.2-59.356-56.081-11.159a1.284 1.284 0 01-.162-.04 1.977 1.977 0 01-1.068-.753l7.659-1.983 2.251.448 53.219 10.586a1.978 1.978 0 011.339.968c.162.291.396 60.891.399 61.232z",
|
|
143
|
+
"data-name": "Trazado 572",
|
|
144
|
+
transform: "translate(9499.705 -181.73)"
|
|
145
|
+
}
|
|
146
|
+
),
|
|
147
|
+
/* @__PURE__ */ jsxs("g", { "data-name": "Grupo 693", transform: "translate(10000.705 365.536)", children: [
|
|
148
|
+
/* @__PURE__ */ jsx(
|
|
149
|
+
"path",
|
|
150
|
+
{
|
|
151
|
+
fill: "#ffb6b6",
|
|
152
|
+
d: "M624.941 270.06a5.027 5.027 0 00-.114.784l-20.534 11.846-4.991-2.873-5.321 6.966 8.341 5.945a3.824 3.824 0 004.588-.112l21.174-16.7a5.018 5.018 0 10-3.143-5.851z",
|
|
153
|
+
"data-name": "Trazado 557",
|
|
154
|
+
transform: "translate(-589.857 -262.724)"
|
|
155
|
+
}
|
|
156
|
+
),
|
|
157
|
+
/* @__PURE__ */ jsx(
|
|
158
|
+
"path",
|
|
159
|
+
{
|
|
160
|
+
fill: "#fff",
|
|
161
|
+
d: "M521.048 267.951a2.991 2.991 0 012.511-2.933l42.925-7.049a2.991 2.991 0 011.237.055l10.06 2.6 5.772 1.494 10.652 2.754a3 3 0 012.246 2.9v35.181a3.014 3.014 0 01-2.374 2.931l-43.722 9.3a2.912 2.912 0 01-.625.065 2.994 2.994 0 01-.9-.137l-25.976-8.2a2.986 2.986 0 01-2.1-2.883z",
|
|
162
|
+
"data-name": "Trazado 573",
|
|
163
|
+
transform: "translate(-520.755 -257.928)"
|
|
164
|
+
}
|
|
165
|
+
),
|
|
166
|
+
/* @__PURE__ */ jsx(
|
|
167
|
+
"path",
|
|
168
|
+
{
|
|
169
|
+
fill: "#ff9800",
|
|
170
|
+
d: "M570.6 264.184a.362.362 0 01.093.012l26.484 6.849a.374.374 0 01.281.362v35.181a.376.376 0 01-.3.366l-43.722 9.3a.377.377 0 01-.191-.009l-25.977-8.2a.372.372 0 01-.261-.36l.293-36.085a.374.374 0 01.314-.366l42.925-7.048a.4.4 0 01.061-.002z",
|
|
171
|
+
"data-name": "Trazado 574",
|
|
172
|
+
transform: "translate(-524.387 -261.561)"
|
|
173
|
+
}
|
|
174
|
+
),
|
|
175
|
+
/* @__PURE__ */ jsx(
|
|
176
|
+
"path",
|
|
177
|
+
{
|
|
178
|
+
fill: "#3f3d56",
|
|
179
|
+
d: "M521.048 267.951a2.991 2.991 0 012.511-2.933l42.925-7.049a2.991 2.991 0 011.237.055l10.06 2.6 5.772 1.494 10.652 2.754a3 3 0 012.246 2.9v35.181a3.014 3.014 0 01-2.374 2.931l-43.722 9.3a2.912 2.912 0 01-.625.065 2.994 2.994 0 01-.9-.137l-25.976-8.2a2.986 2.986 0 01-2.1-2.883zm2.029 38.25l25.976 8.2a2.28 2.28 0 001.144.055l43.724-9.3a2.261 2.261 0 001.779-2.2v-35.18a2.252 2.252 0 00-1.474-2.111 1.872 1.872 0 00-.21-.065l-11.269-2.913-6.664-1.724-8.551-2.211a2.143 2.143 0 00-.562-.072 2.223 2.223 0 00-.365.03l-42.925 7.049a2.237 2.237 0 00-1.884 2.2l-.292 36.081a2.241 2.241 0 001.572 2.164z",
|
|
180
|
+
"data-name": "Trazado 575",
|
|
181
|
+
transform: "translate(-520.755 -257.928)"
|
|
182
|
+
}
|
|
183
|
+
),
|
|
184
|
+
/* @__PURE__ */ jsx(
|
|
185
|
+
"path",
|
|
186
|
+
{
|
|
187
|
+
fill: "#3f3d56",
|
|
188
|
+
d: "M523.021 277.413a.326.326 0 00.095.042l12.626 3.413 3.93 1.062 11.179 3.021a.434.434 0 00.1.012.607.607 0 00.068 0l45.076-8.218.15-.027a.376.376 0 00-.135-.74l-.907.165-44.239 8.057-9.635-2.6-5.39-1.457-12.431-3.361-.2-.052a.377.377 0 00-.437.2.3.3 0 00-.022.06.376.376 0 00.172.423z",
|
|
189
|
+
"data-name": "Trazado 576",
|
|
190
|
+
transform: "translate(-521.729 -268.402)"
|
|
191
|
+
}
|
|
192
|
+
),
|
|
193
|
+
/* @__PURE__ */ jsx(
|
|
194
|
+
"path",
|
|
195
|
+
{
|
|
196
|
+
fill: "#3f3d56",
|
|
197
|
+
d: "M631.06 337.236a.375.375 0 00.375-.371l.375-40.853a.375.375 0 00-.371-.378.375.375 0 00-.375.371l-.375 40.853a.375.375 0 00.371.378z",
|
|
198
|
+
"data-name": "Trazado 577",
|
|
199
|
+
transform: "translate(-602.215 -279.821)"
|
|
200
|
+
}
|
|
201
|
+
),
|
|
202
|
+
/* @__PURE__ */ jsx(
|
|
203
|
+
"path",
|
|
204
|
+
{
|
|
205
|
+
fill: "#3f3d56",
|
|
206
|
+
d: "M551.513 314.106l3.93 1.062 1.657-40.309 42.27-8.411a.968.968 0 00.122-.03 1.491 1.491 0 00.8-.567l-5.772-1.494-1.7.337-40.109 7.978a1.491 1.491 0 00-1.009.73c-.117.218-.187 40.444-.189 40.704z",
|
|
207
|
+
"data-name": "Trazado 578",
|
|
208
|
+
transform: "translate(-537.5 -261.661)"
|
|
209
|
+
}
|
|
210
|
+
),
|
|
211
|
+
/* @__PURE__ */ jsx(
|
|
212
|
+
"path",
|
|
213
|
+
{
|
|
214
|
+
fill: "#fff",
|
|
215
|
+
d: "M531.384 335.031a.632.632 0 00.139-.016l13-2.936a.629.629 0 00-.277-1.227l-13 2.936a.629.629 0 00.138 1.243z",
|
|
216
|
+
"data-name": "Trazado 583",
|
|
217
|
+
transform: "translate(-473.512 -300.262)"
|
|
218
|
+
}
|
|
219
|
+
)
|
|
220
|
+
] }),
|
|
221
|
+
/* @__PURE__ */ jsxs("g", { "data-name": "Grupo 684", transform: "translate(9952.387 370.569)", children: [
|
|
222
|
+
/* @__PURE__ */ jsx(
|
|
223
|
+
"path",
|
|
224
|
+
{
|
|
225
|
+
fill: "#ffb6b6",
|
|
226
|
+
d: "M603.884 270.06a5.041 5.041 0 01.114.784l20.534 11.846 4.991-2.873 5.321 6.966-8.341 5.945a3.824 3.824 0 01-4.588-.112l-21.174-16.7a5.018 5.018 0 113.143-5.851z",
|
|
227
|
+
"data-name": "Trazado 557",
|
|
228
|
+
transform: "translate(-563.273 -262.724)"
|
|
229
|
+
}
|
|
230
|
+
),
|
|
231
|
+
/* @__PURE__ */ jsx(
|
|
232
|
+
"path",
|
|
233
|
+
{
|
|
234
|
+
fill: "#fff",
|
|
235
|
+
d: "M596.158 267.951a2.991 2.991 0 00-2.511-2.933l-42.925-7.049a2.992 2.992 0 00-1.237.055l-10.06 2.6-5.772 1.494L523 264.872a3 3 0 00-2.246 2.9v35.181a3.014 3.014 0 002.374 2.931l43.722 9.3a2.91 2.91 0 00.625.065 2.993 2.993 0 00.9-.137l25.976-8.2a2.986 2.986 0 002.1-2.883z",
|
|
236
|
+
"data-name": "Trazado 573",
|
|
237
|
+
transform: "translate(-520.755 -257.928)"
|
|
238
|
+
}
|
|
239
|
+
),
|
|
240
|
+
/* @__PURE__ */ jsx(
|
|
241
|
+
"path",
|
|
242
|
+
{
|
|
243
|
+
fill: "#ff9800",
|
|
244
|
+
d: "M553.869 264.184a.362.362 0 00-.093.012l-26.484 6.849a.374.374 0 00-.28.362v35.181a.376.376 0 00.3.366l43.722 9.3a.378.378 0 00.191-.009l25.977-8.2a.372.372 0 00.261-.36l-.291-36.081a.374.374 0 00-.314-.366l-42.924-7.048a.394.394 0 00-.065-.006z",
|
|
245
|
+
"data-name": "Trazado 574",
|
|
246
|
+
transform: "translate(-524.388 -261.561)"
|
|
247
|
+
}
|
|
248
|
+
),
|
|
249
|
+
/* @__PURE__ */ jsx(
|
|
250
|
+
"path",
|
|
251
|
+
{
|
|
252
|
+
fill: "#3f3d56",
|
|
253
|
+
d: "M596.158 267.951a2.991 2.991 0 00-2.511-2.933l-42.925-7.049a2.992 2.992 0 00-1.237.055l-10.06 2.6-5.772 1.494L523 264.872a3 3 0 00-2.246 2.9v35.181a3.014 3.014 0 002.374 2.931l43.722 9.3a2.91 2.91 0 00.625.065 2.993 2.993 0 00.9-.137l25.976-8.2a2.986 2.986 0 002.1-2.883zM594.13 306.2l-25.976 8.2a2.28 2.28 0 01-1.144.055l-43.724-9.3a2.261 2.261 0 01-1.779-2.2v-35.179a2.251 2.251 0 011.474-2.111 1.866 1.866 0 01.21-.065l11.269-2.913 6.664-1.724 8.551-2.211a2.142 2.142 0 01.562-.072 2.223 2.223 0 01.365.03l42.925 7.049a2.237 2.237 0 011.884 2.2l.292 36.081a2.241 2.241 0 01-1.572 2.164z",
|
|
254
|
+
"data-name": "Trazado 575",
|
|
255
|
+
transform: "translate(-520.755 -257.928)"
|
|
256
|
+
}
|
|
257
|
+
),
|
|
258
|
+
/* @__PURE__ */ jsx(
|
|
259
|
+
"path",
|
|
260
|
+
{
|
|
261
|
+
fill: "#3f3d56",
|
|
262
|
+
d: "M596.368 277.413a.326.326 0 01-.095.042l-12.626 3.413-3.93 1.062-11.179 3.021a.436.436 0 01-.1.012.607.607 0 01-.067 0L523.3 276.74l-.15-.027a.376.376 0 11.135-.74l.907.165 44.236 8.066 9.635-2.6 5.39-1.457 12.431-3.361.2-.052a.377.377 0 01.437.2.293.293 0 01.022.06.376.376 0 01-.175.419z",
|
|
263
|
+
"data-name": "Trazado 576",
|
|
264
|
+
transform: "translate(-521.965 -268.402)"
|
|
265
|
+
}
|
|
266
|
+
),
|
|
267
|
+
/* @__PURE__ */ jsx(
|
|
268
|
+
"path",
|
|
269
|
+
{
|
|
270
|
+
fill: "#3f3d56",
|
|
271
|
+
d: "M631.435 337.236a.375.375 0 01-.375-.371l-.375-40.853a.375.375 0 01.371-.378.375.375 0 01.375.371l.375 40.853a.375.375 0 01-.371.378z",
|
|
272
|
+
"data-name": "Trazado 577",
|
|
273
|
+
transform: "translate(-584.585 -279.821)"
|
|
274
|
+
}
|
|
275
|
+
),
|
|
276
|
+
/* @__PURE__ */ jsx(
|
|
277
|
+
"path",
|
|
278
|
+
{
|
|
279
|
+
fill: "#3f3d56",
|
|
280
|
+
d: "M600.3 314.106l-3.93 1.062-1.657-40.309-42.27-8.411a.97.97 0 01-.122-.03 1.49 1.49 0 01-.8-.567l5.772-1.494 1.7.337 40.109 7.978a1.491 1.491 0 011.01.73c.112.218.182 40.444.188 40.704z",
|
|
281
|
+
"data-name": "Trazado 578",
|
|
282
|
+
transform: "translate(-538.614 -261.661)"
|
|
283
|
+
}
|
|
284
|
+
),
|
|
285
|
+
/* @__PURE__ */ jsx(
|
|
286
|
+
"path",
|
|
287
|
+
{
|
|
288
|
+
fill: "#fff",
|
|
289
|
+
d: "M544.385 335.031a.632.632 0 01-.139-.016l-13-2.936a.629.629 0 01.277-1.227l13 2.936a.629.629 0 01-.138 1.243z",
|
|
290
|
+
"data-name": "Trazado 583",
|
|
291
|
+
transform: "translate(-526.562 -300.262)"
|
|
292
|
+
}
|
|
293
|
+
)
|
|
294
|
+
] }),
|
|
295
|
+
/* @__PURE__ */ jsx(
|
|
296
|
+
"path",
|
|
297
|
+
{
|
|
298
|
+
fill: "#e6e6e6",
|
|
299
|
+
d: "M424.452 620.539a.63.63 0 01-.139.013l-13.326-.224a.629.629 0 01.021-1.258l13.326.224a.629.629 0 01.118 1.245z",
|
|
300
|
+
"data-name": "Trazado 584",
|
|
301
|
+
transform: "translate(9518.98 -240.584)"
|
|
302
|
+
}
|
|
303
|
+
),
|
|
304
|
+
/* @__PURE__ */ jsx(
|
|
305
|
+
"path",
|
|
306
|
+
{
|
|
307
|
+
fill: "#e6e6e6",
|
|
308
|
+
d: "M435.451 637.539a.629.629 0 01-.139.013l-13.326-.224a.629.629 0 11.021-1.258l13.326.224a.629.629 0 01.118 1.245z",
|
|
309
|
+
"data-name": "Trazado 585",
|
|
310
|
+
transform: "translate(9512.594 -250.455)"
|
|
311
|
+
}
|
|
312
|
+
)
|
|
313
|
+
] }),
|
|
314
|
+
/* @__PURE__ */ jsx("g", { "data-name": "MDI / progress-upload", transform: "translate(762.124 390)", children: /* @__PURE__ */ jsx(
|
|
315
|
+
"path",
|
|
316
|
+
{
|
|
317
|
+
fill: "#ff9800",
|
|
318
|
+
d: "M22.925 2.03a19.064 19.064 0 010 37.937v-3.813a15.251 15.251 0 000-30.273V2.03m-3.813.057V5.9a15.242 15.242 0 00-7.435 3.2L8.951 6.281a18.735 18.735 0 0110.161-4.194M6.263 8.969L8.989 11.7a15.283 15.283 0 00-3.126 7.43H2.05A18.844 18.844 0 016.263 8.969M2.069 22.943h3.813a15.255 15.255 0 003.107 7.435L6.282 33.1a19.139 19.139 0 01-4.213-10.157m9.608 10.237a15.255 15.255 0 007.435 3.107V40.1a19.052 19.052 0 01-10.161-4.308l2.726-2.612m9.341-20.722l-8.578 8.579h6.672v7.625h3.813v-7.625H29.6z",
|
|
319
|
+
"data-name": "Path / progress-upload",
|
|
320
|
+
transform: "translate(1.763 1.784)"
|
|
321
|
+
}
|
|
322
|
+
) })
|
|
323
|
+
] })
|
|
324
|
+
}
|
|
325
|
+
);
|
|
326
|
+
}
|
|
327
|
+
var SvgLoading_default = Icon;
|
|
328
|
+
export {
|
|
329
|
+
SvgLoading_default as default
|
|
330
|
+
};
|
|
@@ -1 +1,70 @@
|
|
|
1
|
-
import{jsx
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
function SvgLogo() {
|
|
3
|
+
return /* @__PURE__ */ jsx(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
width: "536",
|
|
8
|
+
height: "92",
|
|
9
|
+
viewBox: "0 0 536 92",
|
|
10
|
+
children: /* @__PURE__ */ jsxs(
|
|
11
|
+
"g",
|
|
12
|
+
{
|
|
13
|
+
id: "Grupo_749",
|
|
14
|
+
"data-name": "Grupo 749",
|
|
15
|
+
transform: "translate(-1358 -1489)",
|
|
16
|
+
children: [
|
|
17
|
+
/* @__PURE__ */ jsx(
|
|
18
|
+
"rect",
|
|
19
|
+
{
|
|
20
|
+
id: "Rect\xE1ngulo_429",
|
|
21
|
+
"data-name": "Rect\xE1ngulo 429",
|
|
22
|
+
width: "536",
|
|
23
|
+
height: "92",
|
|
24
|
+
transform: "translate(1358 1489)",
|
|
25
|
+
fill: "#222641"
|
|
26
|
+
}
|
|
27
|
+
),
|
|
28
|
+
/* @__PURE__ */ jsxs("g", { id: "Grupo_748", "data-name": "Grupo 748", children: [
|
|
29
|
+
/* @__PURE__ */ jsx(
|
|
30
|
+
"rect",
|
|
31
|
+
{
|
|
32
|
+
id: "Rect\xE1ngulo_430",
|
|
33
|
+
"data-name": "Rect\xE1ngulo 430",
|
|
34
|
+
width: "263",
|
|
35
|
+
height: "92",
|
|
36
|
+
transform: "translate(1358 1489)",
|
|
37
|
+
fill: "#fff"
|
|
38
|
+
}
|
|
39
|
+
),
|
|
40
|
+
/* @__PURE__ */ jsx(
|
|
41
|
+
"path",
|
|
42
|
+
{
|
|
43
|
+
id: "Trazado_647",
|
|
44
|
+
"data-name": "Trazado 647",
|
|
45
|
+
d: "M4.565,0H14.52C25.19,0,31.79-6.16,31.79-18.15c0-11.935-6.6-17.82-17.6-17.82H4.565ZM11.11-5.28V-30.635h2.64c7.15,0,11.275,3.685,11.275,12.485C25.025-9.3,20.9-5.28,13.75-5.28ZM69.308.66A14.428,14.428,0,0,0,80.693-4.565L77.173-8.47a9.817,9.817,0,0,1-7.59,3.465c-6,0-9.79-4.95-9.79-13.035,0-8.03,4.18-12.87,9.9-12.87a9.336,9.336,0,0,1,6.82,2.86l3.465-4.015A14.075,14.075,0,0,0,69.583-36.63c-9.13,0-16.5,6.985-16.5,18.755C53.083-5.94,60.288.66,69.308.66ZM102.646,0h6.545V-35.97h-6.545ZM148.58.66a14.428,14.428,0,0,0,11.385-5.225l-3.52-3.905a9.817,9.817,0,0,1-7.59,3.465c-5.995,0-9.79-4.95-9.79-13.035,0-8.03,4.18-12.87,9.9-12.87a9.336,9.336,0,0,1,6.82,2.86l3.465-4.015a14.075,14.075,0,0,0-10.4-4.565c-9.13,0-16.5,6.985-16.5,18.755C132.355-5.94,139.56.66,148.58.66Z",
|
|
46
|
+
transform: "translate(1378 1556)",
|
|
47
|
+
fill: "#242943"
|
|
48
|
+
}
|
|
49
|
+
),
|
|
50
|
+
/* @__PURE__ */ jsx(
|
|
51
|
+
"path",
|
|
52
|
+
{
|
|
53
|
+
id: "Trazado_646",
|
|
54
|
+
"data-name": "Trazado 646",
|
|
55
|
+
d: "M20.185.66A17.477,17.477,0,0,0,32.12-3.685V-20.4H18.81v6.985h5.72v5.775a5.943,5.943,0,0,1-3.41.935c-6.655,0-9.9-4.125-9.9-11.275,0-6.93,3.85-11.11,9.13-11.11A9.008,9.008,0,0,1,27-26.62l4.51-5.17a15.349,15.349,0,0,0-11.44-4.675c-9.57,0-17.6,6.875-17.6,18.81C2.475-5.555,10.285.66,20.185.66ZM54.34,0h8.58V-12.6H67.1L73.7,0h9.57L75.295-14.19c3.685-1.76,6.16-5.115,6.16-10.34,0-8.635-6.38-11.275-13.97-11.275H54.34Zm8.58-19.36v-9.68h3.9c4.07,0,6.27,1.1,6.27,4.51s-2.2,5.17-6.27,5.17ZM118.085.66c9.735,0,16.39-6.985,16.39-18.7s-6.655-18.425-16.39-18.425-16.39,6.655-16.39,18.425C101.695-6.325,108.35.66,118.085.66Zm0-7.37c-4.675,0-7.645-4.4-7.645-11.33,0-6.985,2.97-11.055,7.645-11.055,4.73,0,7.645,4.07,7.645,11.055C125.73-11.11,122.815-6.71,118.085-6.71ZM170.445.66c9.515,0,14.3-5.39,14.3-17.49V-35.805h-8.2V-15.9c0,6.82-2.145,9.185-6.1,9.185-3.9,0-5.94-2.365-5.94-9.185v-19.91H155.98V-16.83C155.98-4.73,160.93.66,170.445.66Zm37.4-.66h8.58V-11.88h4.235c7.535,0,14.08-3.74,14.08-12.32,0-8.8-6.435-11.6-14.3-11.6h-12.6Zm8.58-18.645v-10.4h3.52c4.18,0,6.435,1.265,6.435,4.84s-1.98,5.555-6.215,5.555Z",
|
|
56
|
+
transform: "translate(1634 1556)",
|
|
57
|
+
fill: "#fffeff"
|
|
58
|
+
}
|
|
59
|
+
)
|
|
60
|
+
] })
|
|
61
|
+
]
|
|
62
|
+
}
|
|
63
|
+
)
|
|
64
|
+
}
|
|
65
|
+
);
|
|
66
|
+
}
|
|
67
|
+
var SvgLogo_default = SvgLogo;
|
|
68
|
+
export {
|
|
69
|
+
SvgLogo_default as default
|
|
70
|
+
};
|
|
@@ -1 +1,76 @@
|
|
|
1
|
-
import{jsx
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
function SvgLogo() {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "80", viewBox: "0 0 199 92", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clipPath", children: /* @__PURE__ */ jsx(
|
|
5
|
+
"rect",
|
|
6
|
+
{
|
|
7
|
+
id: "Rect\xE1ngulo_1",
|
|
8
|
+
"data-name": "Rect\xE1ngulo 1",
|
|
9
|
+
width: "199",
|
|
10
|
+
height: "92",
|
|
11
|
+
transform: "translate(179 398)",
|
|
12
|
+
fill: "#fff",
|
|
13
|
+
stroke: "#707070",
|
|
14
|
+
strokeWidth: "1",
|
|
15
|
+
opacity: "0.432"
|
|
16
|
+
}
|
|
17
|
+
) }) }),
|
|
18
|
+
/* @__PURE__ */ jsx(
|
|
19
|
+
"g",
|
|
20
|
+
{
|
|
21
|
+
id: "Enmascarar_grupo_1",
|
|
22
|
+
"data-name": "Enmascarar grupo 1",
|
|
23
|
+
transform: "translate(-179 -398)",
|
|
24
|
+
clipPath: "url(#clipPath)",
|
|
25
|
+
children: /* @__PURE__ */ jsxs("g", { id: "Grupo_749", "data-name": "Grupo 749", transform: "translate(179 398)", children: [
|
|
26
|
+
/* @__PURE__ */ jsx(
|
|
27
|
+
"rect",
|
|
28
|
+
{
|
|
29
|
+
id: "Rect\xE1ngulo_429",
|
|
30
|
+
"data-name": "Rect\xE1ngulo 429",
|
|
31
|
+
width: "531",
|
|
32
|
+
height: "92",
|
|
33
|
+
fill: "#222641"
|
|
34
|
+
}
|
|
35
|
+
),
|
|
36
|
+
/* @__PURE__ */ jsxs("g", { id: "Grupo_748", "data-name": "Grupo 748", children: [
|
|
37
|
+
/* @__PURE__ */ jsx(
|
|
38
|
+
"rect",
|
|
39
|
+
{
|
|
40
|
+
id: "Rect\xE1ngulo_430",
|
|
41
|
+
"data-name": "Rect\xE1ngulo 430",
|
|
42
|
+
width: "260",
|
|
43
|
+
height: "92",
|
|
44
|
+
fill: "#fff"
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ jsx(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
id: "Trazado_647",
|
|
51
|
+
"data-name": "Trazado 647",
|
|
52
|
+
d: "M4.565,0h9.853C24.979,0,31.511-6.16,31.511-18.15c0-11.935-6.532-17.82-17.42-17.82H4.565Zm6.478-5.28V-30.635h2.613c7.077,0,11.159,3.685,11.159,12.485,0,8.85-4.083,12.87-11.159,12.87ZM68.644.66A14.22,14.22,0,0,0,79.913-4.565l-3.484-3.9a9.675,9.675,0,0,1-7.512,3.465c-5.938,0-9.69-4.95-9.69-13.035,0-8.03,4.137-12.87,9.8-12.87a9.194,9.194,0,0,1,6.75,2.86l3.429-4.015A13.866,13.866,0,0,0,68.917-36.63c-9.036,0-16.331,6.985-16.331,18.755C52.586-5.94,59.717.66,68.644.66Zm33-.66h6.478V-35.97h-6.478ZM147.1.66a14.22,14.22,0,0,0,11.268-5.225l-3.484-3.9a9.675,9.675,0,0,1-7.512,3.465c-5.934,0-9.69-4.95-9.69-13.035,0-8.03,4.137-12.87,9.8-12.87a9.194,9.194,0,0,1,6.75,2.86l3.429-4.015a13.866,13.866,0,0,0-10.293-4.565c-9.036,0-16.331,6.985-16.331,18.755C131.045-5.94,138.176.66,147.1.66Z",
|
|
53
|
+
transform: "translate(19.748 67)",
|
|
54
|
+
fill: "#242943"
|
|
55
|
+
}
|
|
56
|
+
),
|
|
57
|
+
/* @__PURE__ */ jsx(
|
|
58
|
+
"path",
|
|
59
|
+
{
|
|
60
|
+
id: "Trazado_646",
|
|
61
|
+
"data-name": "Trazado 646",
|
|
62
|
+
d: "M20,.66A17.192,17.192,0,0,0,31.816-3.685V-20.4H18.643v6.985H24.3V-7.64a5.837,5.837,0,0,1-3.375.935c-6.587,0-9.8-4.125-9.8-11.275,0-6.93,3.811-11.11,9.036-11.11a8.863,8.863,0,0,1,6.582,2.47l4.464-5.17A15.113,15.113,0,0,0,19.89-36.465c-9.472,0-17.42,6.875-17.42,18.81C2.475-5.555,10.2.66,20,.66ZM53.808,0H62.3V-12.6h4.137L72.97,0h9.472L74.549-14.19c3.647-1.76,6.1-5.115,6.1-10.34,0-8.635-6.315-11.275-13.827-11.275H53.808ZM62.3-19.36v-9.68h3.86c4.028,0,6.206,1.1,6.206,4.51s-2.177,5.17-6.206,5.17ZM116.9.66c9.635,0,16.222-6.985,16.222-18.7S126.535-36.465,116.9-36.465,100.678-29.81,100.678-18.04C100.678-6.325,107.265.66,116.9.66Zm0-7.37c-4.627,0-7.567-4.4-7.567-11.33,0-6.985,2.94-11.055,7.567-11.055,4.682,0,7.567,4.07,7.567,11.055C124.467-11.11,121.581-6.71,116.9-6.71ZM168.723.66c9.417,0,14.153-5.39,14.153-17.49V-35.805h-8.116V-15.9c0,6.82-2.123,9.185-6.037,9.185-3.86,0-5.879-2.365-5.879-9.185V-35.81h-8.438v18.98C154.407-4.73,159.306.66,168.723.66ZM205.74,0h8.492V-11.88h4.192c7.458,0,13.936-3.74,13.936-12.32,0-8.8-6.369-11.6-14.153-11.6H205.735Zm8.492-18.645v-10.4h3.484c4.137,0,6.369,1.265,6.369,4.84s-1.96,5.555-6.151,5.555Z",
|
|
63
|
+
transform: "translate(273.146 67)",
|
|
64
|
+
fill: "#fffeff"
|
|
65
|
+
}
|
|
66
|
+
)
|
|
67
|
+
] })
|
|
68
|
+
] })
|
|
69
|
+
}
|
|
70
|
+
)
|
|
71
|
+
] });
|
|
72
|
+
}
|
|
73
|
+
var SvgLogoMin_default = SvgLogo;
|
|
74
|
+
export {
|
|
75
|
+
SvgLogoMin_default as default
|
|
76
|
+
};
|