@webiny/app-admin 6.0.0-beta.0 → 6.0.0-rc.1
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/README.md +7 -17
- package/base/Admin.d.ts +5 -2
- package/base/Admin.js +41 -44
- package/base/Admin.js.map +1 -1
- package/base/Base/LexicalPreset.d.ts +2 -0
- package/base/Base/LexicalPreset.js +67 -0
- package/base/Base/LexicalPreset.js.map +1 -0
- package/base/Base/Menus/SupportMenuItems.d.ts +2 -0
- package/base/Base/Menus/SupportMenuItems.js +18 -0
- package/base/Base/Menus/SupportMenuItems.js.map +1 -0
- package/base/Base/Menus/WebinyVersion.d.ts +2 -0
- package/base/Base/Menus/WebinyVersion.js +24 -0
- package/base/Base/Menus/WebinyVersion.js.map +1 -0
- package/base/Base/Menus.d.ts +2 -0
- package/base/Base/Menus.js +114 -0
- package/base/Base/Menus.js.map +1 -0
- package/base/Base/RoutesConfig.d.ts +2 -0
- package/base/Base/RoutesConfig.js +30 -0
- package/base/Base/RoutesConfig.js.map +1 -0
- package/base/Base/Tenant/wby-horizontal.svg +23 -0
- package/base/Base/Tenant/wby-square.svg +3 -0
- package/base/Base/Tenant.d.ts +2 -0
- package/base/Base/Tenant.js +24 -0
- package/base/Base/Tenant.js.map +1 -0
- package/base/Base/UserMenu/ExitTenant.d.ts +20 -0
- package/base/Base/UserMenu/ExitTenant.js +37 -0
- package/base/Base/UserMenu/ExitTenant.js.map +1 -0
- package/base/Base/UserMenu/SignOut.d.ts +2 -0
- package/base/Base/UserMenu/SignOut.js +19 -0
- package/base/Base/UserMenu/SignOut.js.map +1 -0
- package/base/Base/UserMenu/UserInfo.d.ts +6 -0
- package/base/Base/UserMenu/UserInfo.js +43 -0
- package/base/Base/UserMenu/UserInfo.js.map +1 -0
- package/base/Base/UserMenu.d.ts +2 -0
- package/base/Base/UserMenu.js +21 -0
- package/base/Base/UserMenu.js.map +1 -0
- package/base/Base.js +10 -79
- package/base/Base.js.map +1 -1
- package/base/TelemetryAdminAppStart.d.ts +1 -0
- package/base/TelemetryAdminAppStart.js +19 -0
- package/base/TelemetryAdminAppStart.js.map +1 -0
- package/base/WebinyVersion.d.ts +2 -0
- package/base/WebinyVersion.js +24 -0
- package/base/WebinyVersion.js.map +1 -0
- package/base/createRootContainer.d.ts +2 -0
- package/base/createRootContainer.js +55 -0
- package/base/createRootContainer.js.map +1 -0
- package/base/plugins/AddGraphQLQuerySelection.d.ts +1 -1
- package/base/plugins/AddGraphQLQuerySelection.js +11 -21
- package/base/plugins/AddGraphQLQuerySelection.js.map +1 -1
- package/base/providers/AdminUiStateProvider.d.ts +1 -0
- package/base/providers/AdminUiStateProvider.js +14 -0
- package/base/providers/AdminUiStateProvider.js.map +1 -0
- package/base/providers/ApolloProvider.d.ts +2 -2
- package/base/providers/ApolloProvider.js +8 -17
- package/base/providers/ApolloProvider.js.map +1 -1
- package/base/providers/UiProviders.d.ts +1 -0
- package/base/providers/UiProviders.js +35 -0
- package/base/providers/UiProviders.js.map +1 -0
- package/base/providers/UiStateProvider.d.ts +1 -7
- package/base/providers/UiStateProvider.js +10 -15
- package/base/providers/UiStateProvider.js.map +1 -1
- package/base/ui/Brand.d.ts +30 -6
- package/base/ui/Brand.js +5 -12
- package/base/ui/Brand.js.map +1 -1
- package/base/ui/CenteredView.d.ts +15 -3
- package/base/ui/CenteredView.js +12 -43
- package/base/ui/CenteredView.js.map +1 -1
- package/base/ui/Dashboard.d.ts +30 -6
- package/base/ui/Dashboard.js +5 -12
- package/base/ui/Dashboard.js.map +1 -1
- package/base/ui/FileManager.d.ts +28 -28
- package/base/ui/FileManager.js +52 -60
- package/base/ui/FileManager.js.map +1 -1
- package/base/ui/Layout.d.ts +32 -6
- package/base/ui/Layout.js +8 -16
- package/base/ui/Layout.js.map +1 -1
- package/base/ui/LoginScreen.d.ts +35 -3
- package/base/ui/LoginScreen.js +20 -15
- package/base/ui/LoginScreen.js.map +1 -1
- package/base/ui/Logo.d.ts +30 -11
- package/base/ui/Logo.js +5 -26
- package/base/ui/Logo.js.map +1 -1
- package/base/ui/Navigation.d.ts +25 -37
- package/base/ui/Navigation.js +12 -142
- package/base/ui/Navigation.js.map +1 -1
- package/base/ui/NotFound.d.ts +30 -6
- package/base/ui/NotFound.js +5 -12
- package/base/ui/NotFound.js.map +1 -1
- package/base/ui/Tags.d.ts +1 -1
- package/base/ui/Tags.js +14 -19
- package/base/ui/Tags.js.map +1 -1
- package/base/ui/TenantSelector.d.ts +39 -0
- package/base/ui/TenantSelector.js +8 -0
- package/base/ui/TenantSelector.js.map +1 -0
- package/base/ui/UserMenu/UserMenu.d.ts +39 -0
- package/base/ui/UserMenu/UserMenu.js +8 -0
- package/base/ui/UserMenu/UserMenu.js.map +1 -0
- package/base/ui/UserMenu/UserMenuHandle.d.ts +39 -0
- package/base/ui/UserMenu/UserMenuHandle.js +8 -0
- package/base/ui/UserMenu/UserMenuHandle.js.map +1 -0
- package/base/ui/UserMenu/UserMenuItem.d.ts +81 -0
- package/base/ui/UserMenu/UserMenuItem.js +19 -0
- package/base/ui/UserMenu/UserMenuItem.js.map +1 -0
- package/base/ui/UserMenu/UserMenuLink.d.ts +81 -0
- package/base/ui/UserMenu/UserMenuLink.js +19 -0
- package/base/ui/UserMenu/UserMenuLink.js.map +1 -0
- package/base/ui/UserMenu/UserMenuSeparator.d.ts +42 -0
- package/base/ui/UserMenu/UserMenuSeparator.js +9 -0
- package/base/ui/UserMenu/UserMenuSeparator.js.map +1 -0
- package/base/ui/UserMenu.d.ts +54 -52
- package/base/ui/UserMenu.js +14 -101
- package/base/ui/UserMenu.js.map +1 -1
- package/components/AdminLayout.js +7 -13
- package/components/AdminLayout.js.map +1 -1
- package/components/BulkActions/Worker.d.ts +1 -1
- package/components/BulkActions/Worker.js +99 -141
- package/components/BulkActions/Worker.js.map +1 -1
- package/components/BulkActions/index.d.ts +2 -2
- package/components/BulkActions/index.js +2 -27
- package/components/BulkActions/index.js.map +1 -1
- package/components/BulkActions/useDialogWithReport/DialogMessage.d.ts +2 -2
- package/components/BulkActions/useDialogWithReport/DialogMessage.js +20 -29
- package/components/BulkActions/useDialogWithReport/DialogMessage.js.map +1 -1
- package/components/BulkActions/useDialogWithReport/index.d.ts +1 -1
- package/components/BulkActions/useDialogWithReport/index.js +1 -16
- package/components/BulkActions/useDialogWithReport/index.js.map +1 -1
- package/components/BulkActions/useDialogWithReport/useDialogWithReport.d.ts +1 -1
- package/components/BulkActions/useDialogWithReport/useDialogWithReport.js +40 -75
- package/components/BulkActions/useDialogWithReport/useDialogWithReport.js.map +1 -1
- package/components/Buttons/Buttons.d.ts +9 -8
- package/components/Buttons/Buttons.js +61 -57
- package/components/Buttons/Buttons.js.map +1 -1
- package/components/Buttons/Buttons.styles.d.ts +2 -3
- package/components/Buttons/Buttons.styles.js +3 -11
- package/components/Buttons/Buttons.styles.js.map +1 -1
- package/components/Buttons/index.d.ts +2 -2
- package/components/Buttons/index.js +2 -25
- package/components/Buttons/index.js.map +1 -1
- package/components/Buttons/useButtons.d.ts +1 -1
- package/components/Buttons/useButtons.js +13 -19
- package/components/Buttons/useButtons.js.map +1 -1
- package/components/Dialogs/Dialog.d.ts +11 -5
- package/components/Dialogs/Dialog.js +57 -40
- package/components/Dialogs/Dialog.js.map +1 -1
- package/components/Dialogs/DialogsContext.d.ts +16 -21
- package/components/Dialogs/DialogsContext.js +106 -95
- package/components/Dialogs/DialogsContext.js.map +1 -1
- package/components/Dialogs/useDialogs.d.ts +1 -2
- package/components/Dialogs/useDialogs.js +4 -17
- package/components/Dialogs/useDialogs.js.map +1 -1
- package/components/EmptyView.d.ts +4 -4
- package/components/EmptyView.js +30 -41
- package/components/EmptyView.js.map +1 -1
- package/components/Filters/Filters.d.ts +6 -6
- package/components/Filters/Filters.js +12 -20
- package/components/Filters/Filters.js.map +1 -1
- package/components/Filters/FiltersToggle.d.ts +7 -0
- package/components/Filters/FiltersToggle.js +26 -0
- package/components/Filters/FiltersToggle.js.map +1 -0
- package/components/Filters/index.d.ts +2 -1
- package/components/Filters/index.js +2 -16
- package/components/Filters/index.js.map +1 -1
- package/components/FloatingActionButton.js +7 -13
- package/components/FloatingActionButton.js.map +1 -1
- package/components/FloatingPanel.d.ts +13 -0
- package/components/FloatingPanel.js +94 -0
- package/components/FloatingPanel.js.map +1 -0
- package/components/IconPicker/IconPicker.d.ts +13 -0
- package/components/IconPicker/IconPicker.js +39 -0
- package/components/IconPicker/IconPicker.js.map +1 -0
- package/components/IconPicker/IconPickerComponent.d.ts +17 -0
- package/components/IconPicker/IconPickerComponent.js +81 -0
- package/components/IconPicker/IconPickerComponent.js.map +1 -0
- package/components/IconPicker/IconPickerPresenter.d.ts +53 -0
- package/components/IconPicker/IconPickerPresenter.js +77 -0
- package/components/IconPicker/IconPickerPresenter.js.map +1 -0
- package/components/IconPicker/IconPickerPresenter.test.d.ts +1 -0
- package/components/IconPicker/IconPickerPresenter.test.js +110 -0
- package/components/IconPicker/IconPickerPresenter.test.js.map +1 -0
- package/components/IconPicker/IconPickerPresenterProvider.d.ts +9 -0
- package/components/IconPicker/IconPickerPresenterProvider.js +19 -0
- package/components/IconPicker/IconPickerPresenterProvider.js.map +1 -0
- package/components/IconPicker/IconPickerTab.d.ts +33 -0
- package/components/IconPicker/IconPickerTab.js +159 -0
- package/components/IconPicker/IconPickerTab.js.map +1 -0
- package/components/IconPicker/IconRenderer.d.ts +34 -0
- package/components/IconPicker/IconRenderer.js +27 -0
- package/components/IconPicker/IconRenderer.js.map +1 -0
- package/components/IconPicker/IconRepository.d.ts +19 -0
- package/components/IconPicker/IconRepository.js +47 -0
- package/components/IconPicker/IconRepository.js.map +1 -0
- package/components/IconPicker/IconRepository.test.d.ts +1 -0
- package/components/IconPicker/IconRepository.test.js +67 -0
- package/components/IconPicker/IconRepository.test.js.map +1 -0
- package/components/IconPicker/IconRepositoryFactory.d.ts +9 -0
- package/components/IconPicker/IconRepositoryFactory.js +17 -0
- package/components/IconPicker/IconRepositoryFactory.js.map +1 -0
- package/components/IconPicker/Loading.d.ts +14 -0
- package/components/IconPicker/Loading.js +50 -0
- package/components/IconPicker/Loading.js.map +1 -0
- package/components/IconPicker/components/IconPickerCell.d.ts +12 -0
- package/components/IconPicker/components/IconPickerCell.js +27 -0
- package/components/IconPicker/components/IconPickerCell.js.map +1 -0
- package/components/IconPicker/components/IconPickerContent.d.ts +11 -0
- package/components/IconPicker/components/IconPickerContent.js +41 -0
- package/components/IconPicker/components/IconPickerContent.js.map +1 -0
- package/components/IconPicker/components/IconPickerRow.d.ts +4 -0
- package/components/IconPicker/components/IconPickerRow.js +14 -0
- package/components/IconPicker/components/IconPickerRow.js.map +1 -0
- package/components/IconPicker/components/IconPickerTrigger.d.ts +13 -0
- package/components/IconPicker/components/IconPickerTrigger.js +52 -0
- package/components/IconPicker/components/IconPickerTrigger.js.map +1 -0
- package/components/IconPicker/components/index.d.ts +4 -0
- package/components/IconPicker/components/index.js +6 -0
- package/components/IconPicker/components/index.js.map +1 -0
- package/components/IconPicker/config/Emojis.d.ts +2 -0
- package/components/IconPicker/config/Emojis.js +24 -0
- package/components/IconPicker/config/Emojis.js.map +1 -0
- package/components/IconPicker/config/FontAwesomeIcons.d.ts +2 -0
- package/components/IconPicker/config/FontAwesomeIcons.js +61 -0
- package/components/IconPicker/config/FontAwesomeIcons.js.map +1 -0
- package/components/IconPicker/config/IconPackProvider.d.ts +7 -0
- package/components/IconPicker/config/IconPackProvider.js +23 -0
- package/components/IconPicker/config/IconPackProvider.js.map +1 -0
- package/components/IconPicker/config/IconType.d.ts +32 -0
- package/components/IconPicker/config/IconType.js +89 -0
- package/components/IconPicker/config/IconType.js.map +1 -0
- package/components/IconPicker/config/index.d.ts +31 -0
- package/components/IconPicker/config/index.js +45 -0
- package/components/IconPicker/config/index.js.map +1 -0
- package/components/IconPicker/defaultIcon.d.ts +6 -0
- package/components/IconPicker/defaultIcon.js +8 -0
- package/components/IconPicker/defaultIcon.js.map +1 -0
- package/components/IconPicker/index.d.ts +7 -0
- package/components/IconPicker/index.js +8 -0
- package/components/IconPicker/index.js.map +1 -0
- package/components/IconPicker/plugins/customPlugin.d.ts +2 -0
- package/components/IconPicker/plugins/customPlugin.js +127 -0
- package/components/IconPicker/plugins/customPlugin.js.map +1 -0
- package/components/IconPicker/plugins/emojisPlugin.d.ts +2 -0
- package/components/IconPicker/plugins/emojisPlugin.js +127 -0
- package/components/IconPicker/plugins/emojisPlugin.js.map +1 -0
- package/components/IconPicker/plugins/graphql.d.ts +20 -0
- package/components/IconPicker/plugins/graphql.js +27 -0
- package/components/IconPicker/plugins/graphql.js.map +1 -0
- package/components/IconPicker/plugins/iconsPlugin.d.ts +2 -0
- package/components/IconPicker/plugins/iconsPlugin.js +115 -0
- package/components/IconPicker/plugins/iconsPlugin.js.map +1 -0
- package/components/IconPicker/types.d.ts +22 -0
- package/components/IconPicker/types.js +10 -0
- package/components/IconPicker/types.js.map +1 -0
- package/components/LexicalEditor/LexicalEditor.d.ts +9 -5
- package/components/LexicalEditor/LexicalEditor.js +34 -23
- package/components/LexicalEditor/LexicalEditor.js.map +1 -1
- package/components/LexicalEditor/LexicalLinkForm.d.ts +6 -0
- package/components/LexicalEditor/LexicalLinkForm.js +83 -0
- package/components/LexicalEditor/LexicalLinkForm.js.map +1 -0
- package/components/LexicalEditor/index.d.ts +3 -1
- package/components/LexicalEditor/index.js +3 -12
- package/components/LexicalEditor/index.js.map +1 -1
- package/components/LexicalEditor/lexicalValueWithHtml.d.ts +7 -0
- package/components/LexicalEditor/lexicalValueWithHtml.js +36 -0
- package/components/LexicalEditor/lexicalValueWithHtml.js.map +1 -0
- package/components/MultiImageUpload.d.ts +1 -1
- package/components/MultiImageUpload.js +8 -31
- package/components/MultiImageUpload.js.map +1 -1
- package/components/NavigationPrompt.d.ts +27 -0
- package/components/NavigationPrompt.js +39 -0
- package/components/NavigationPrompt.js.map +1 -0
- package/components/NotAuthorizedError/NotAuthorizedError.d.ts +2 -0
- package/components/NotAuthorizedError/NotAuthorizedError.js +20 -0
- package/components/NotAuthorizedError/NotAuthorizedError.js.map +1 -0
- package/components/NotAuthorizedError/SecureRouteError.svg +1 -0
- package/components/NotAuthorizedError/index.d.ts +1 -0
- package/components/NotAuthorizedError/index.js +3 -0
- package/components/NotAuthorizedError/index.js.map +1 -0
- package/components/OptionsMenu/OptionsMenu.d.ts +1 -0
- package/components/OptionsMenu/OptionsMenu.js +17 -23
- package/components/OptionsMenu/OptionsMenu.js.map +1 -1
- package/components/OptionsMenu/OptionsMenuItem.d.ts +1 -0
- package/components/OptionsMenu/OptionsMenuItem.js +12 -17
- package/components/OptionsMenu/OptionsMenuItem.js.map +1 -1
- package/components/OptionsMenu/OptionsMenuLink.d.ts +3 -1
- package/components/OptionsMenu/OptionsMenuLink.js +13 -36
- package/components/OptionsMenu/OptionsMenuLink.js.map +1 -1
- package/components/OptionsMenu/index.d.ts +4 -4
- package/components/OptionsMenu/index.js +4 -51
- package/components/OptionsMenu/index.js.map +1 -1
- package/components/OptionsMenu/useOptionsMenuItem.d.ts +2 -2
- package/components/OptionsMenu/useOptionsMenuItem.js +12 -18
- package/components/OptionsMenu/useOptionsMenuItem.js.map +1 -1
- package/components/OverlayLayout/OverlayLayout.d.ts +6 -16
- package/components/OverlayLayout/OverlayLayout.js +41 -148
- package/components/OverlayLayout/OverlayLayout.js.map +1 -1
- package/components/OverlayLayout/components/OverlayBackdrop.d.ts +7 -0
- package/components/OverlayLayout/components/OverlayBackdrop.js +15 -0
- package/components/OverlayLayout/components/OverlayBackdrop.js.map +1 -0
- package/components/OverlayLayout/components/OverlayContent.d.ts +6 -0
- package/components/OverlayLayout/components/OverlayContent.js +21 -0
- package/components/OverlayLayout/components/OverlayContent.js.map +1 -0
- package/components/OverlayLayout/components/OverlayHeader.d.ts +13 -0
- package/components/OverlayLayout/components/OverlayHeader.js +44 -0
- package/components/OverlayLayout/components/OverlayHeader.js.map +1 -0
- package/components/OverlayLayout/components/OverlayRoot.d.ts +9 -0
- package/components/OverlayLayout/components/OverlayRoot.js +19 -0
- package/components/OverlayLayout/components/OverlayRoot.js.map +1 -0
- package/components/OverlayLayout/components/index.d.ts +4 -0
- package/components/OverlayLayout/components/index.js +6 -0
- package/components/OverlayLayout/components/index.js.map +1 -0
- package/components/OverlayLayout/index.d.ts +1 -1
- package/components/OverlayLayout/index.js +1 -16
- package/components/OverlayLayout/index.js.map +1 -1
- package/components/Permissions/CannotUseAaclAlert.js +5 -12
- package/components/Permissions/CannotUseAaclAlert.js.map +1 -1
- package/components/Permissions/Permissions.d.ts +2 -4
- package/components/Permissions/Permissions.js +44 -49
- package/components/Permissions/Permissions.js.map +1 -1
- package/components/Permissions/PermissionsGroup.d.ts +6 -0
- package/components/Permissions/PermissionsGroup.js +18 -0
- package/components/Permissions/PermissionsGroup.js.map +1 -0
- package/components/Permissions/StyledComponents.d.ts +1 -2
- package/components/Permissions/StyledComponents.js +12 -25
- package/components/Permissions/StyledComponents.js.map +1 -1
- package/components/Permissions/index.d.ts +4 -3
- package/components/Permissions/index.js +4 -35
- package/components/Permissions/index.js.map +1 -1
- package/components/RegisterFeature.d.ts +11 -0
- package/components/RegisterFeature.js +26 -0
- package/components/RegisterFeature.js.map +1 -0
- package/components/ResizablePanels/index.d.ts +1 -0
- package/components/ResizablePanels/index.js +3 -0
- package/components/ResizablePanels/index.js.map +1 -0
- package/components/RoleAutocomplete/graphql.d.ts +1 -0
- package/components/RoleAutocomplete/graphql.js +18 -0
- package/components/RoleAutocomplete/graphql.js.map +1 -0
- package/components/RoleAutocomplete/index.d.ts +5 -0
- package/components/RoleAutocomplete/index.js +18 -0
- package/components/RoleAutocomplete/index.js.map +1 -0
- package/components/RolesMultiAutocomplete/graphql.d.ts +1 -0
- package/components/RolesMultiAutocomplete/graphql.js +23 -0
- package/components/RolesMultiAutocomplete/graphql.js.map +1 -0
- package/components/RolesMultiAutocomplete/index.d.ts +5 -0
- package/components/RolesMultiAutocomplete/index.js +19 -0
- package/components/RolesMultiAutocomplete/index.js.map +1 -0
- package/components/SearchUI.d.ts +2 -2
- package/components/SearchUI.js +21 -48
- package/components/SearchUI.js.map +1 -1
- package/components/SimpleForm/SimpleForm.d.ts +14 -7
- package/components/SimpleForm/SimpleForm.js +72 -77
- package/components/SimpleForm/SimpleForm.js.map +1 -1
- package/components/SimpleForm/index.d.ts +1 -1
- package/components/SimpleForm/index.js +1 -30
- package/components/SimpleForm/index.js.map +1 -1
- package/components/SimpleUI/InputField.d.ts +1 -1
- package/components/SimpleUI/InputField.js +39 -47
- package/components/SimpleUI/InputField.js.map +1 -1
- package/components/SingleImageUpload.d.ts +20 -7
- package/components/SingleImageUpload.js +39 -73
- package/components/SingleImageUpload.js.map +1 -1
- package/components/SplitView/SplitView.d.ts +11 -9
- package/components/SplitView/SplitView.js +59 -75
- package/components/SplitView/SplitView.js.map +1 -1
- package/components/SplitView/index.d.ts +1 -1
- package/components/SplitView/index.js +1 -24
- package/components/SplitView/index.js.map +1 -1
- package/components/StateInspector.d.ts +8 -0
- package/components/StateInspector.js +36 -0
- package/components/StateInspector.js.map +1 -0
- package/components/TeamAutocomplete/graphql.d.ts +1 -0
- package/components/TeamAutocomplete/graphql.js +18 -0
- package/components/TeamAutocomplete/graphql.js.map +1 -0
- package/components/TeamAutocomplete/index.d.ts +5 -0
- package/components/TeamAutocomplete/index.js +18 -0
- package/components/TeamAutocomplete/index.js.map +1 -0
- package/components/TeamsMultiAutocomplete/graphql.d.ts +1 -0
- package/components/TeamsMultiAutocomplete/graphql.js +23 -0
- package/components/TeamsMultiAutocomplete/graphql.js.map +1 -0
- package/components/TeamsMultiAutocomplete/index.d.ts +5 -0
- package/components/TeamsMultiAutocomplete/index.js +19 -0
- package/components/TeamsMultiAutocomplete/index.js.map +1 -0
- package/components/Wcp.d.ts +8 -2
- package/components/Wcp.js +30 -15
- package/components/Wcp.js.map +1 -1
- package/components/index.d.ts +29 -1
- package/components/index.js +28 -12
- package/components/index.js.map +1 -1
- package/config/AdminConfig/Dashboard.d.ts +3 -0
- package/config/AdminConfig/Dashboard.js +6 -0
- package/config/AdminConfig/Dashboard.js.map +1 -0
- package/config/AdminConfig/LexicalTheme/Color.d.ts +11 -0
- package/config/AdminConfig/LexicalTheme/Color.js +45 -0
- package/config/AdminConfig/LexicalTheme/Color.js.map +1 -0
- package/config/AdminConfig/LexicalTheme/Typography.d.ts +30 -0
- package/config/AdminConfig/LexicalTheme/Typography.js +79 -0
- package/config/AdminConfig/LexicalTheme/Typography.js.map +1 -0
- package/config/AdminConfig/LexicalTheme.d.ts +9 -0
- package/config/AdminConfig/LexicalTheme.js +8 -0
- package/config/AdminConfig/LexicalTheme.js.map +1 -0
- package/config/AdminConfig/Logo.d.ts +24 -0
- package/config/AdminConfig/Logo.js +21 -0
- package/config/AdminConfig/Logo.js.map +1 -0
- package/config/AdminConfig/Menu/MenuGroup.d.ts +62 -0
- package/config/AdminConfig/Menu/MenuGroup.js +14 -0
- package/config/AdminConfig/Menu/MenuGroup.js.map +1 -0
- package/config/AdminConfig/Menu/MenuItem.d.ts +43 -0
- package/config/AdminConfig/Menu/MenuItem.js +14 -0
- package/config/AdminConfig/Menu/MenuItem.js.map +1 -0
- package/config/AdminConfig/Menu/MenuLink.d.ts +43 -0
- package/config/AdminConfig/Menu/MenuLink.js +24 -0
- package/config/AdminConfig/Menu/MenuLink.js.map +1 -0
- package/config/AdminConfig/Menu/SupportMenu/SupportMenuItem.d.ts +43 -0
- package/config/AdminConfig/Menu/SupportMenu/SupportMenuItem.js +13 -0
- package/config/AdminConfig/Menu/SupportMenu/SupportMenuItem.js.map +1 -0
- package/config/AdminConfig/Menu/SupportMenu/SupportMenuLink.d.ts +24 -0
- package/config/AdminConfig/Menu/SupportMenu/SupportMenuLink.js +13 -0
- package/config/AdminConfig/Menu/SupportMenu/SupportMenuLink.js.map +1 -0
- package/config/AdminConfig/Menu/SupportMenu.d.ts +72 -0
- package/config/AdminConfig/Menu/SupportMenu.js +49 -0
- package/config/AdminConfig/Menu/SupportMenu.js.map +1 -0
- package/config/AdminConfig/Menu/UserMenu/UserMenuItem.d.ts +40 -0
- package/config/AdminConfig/Menu/UserMenu/UserMenuItem.js +7 -0
- package/config/AdminConfig/Menu/UserMenu/UserMenuItem.js.map +1 -0
- package/config/AdminConfig/Menu/UserMenu/UserMenuLink.d.ts +40 -0
- package/config/AdminConfig/Menu/UserMenu/UserMenuLink.js +7 -0
- package/config/AdminConfig/Menu/UserMenu/UserMenuLink.js.map +1 -0
- package/config/AdminConfig/Menu/UserMenu/UserMenuSeparator.d.ts +1 -0
- package/config/AdminConfig/Menu/UserMenu/UserMenuSeparator.js +3 -0
- package/config/AdminConfig/Menu/UserMenu/UserMenuSeparator.js.map +1 -0
- package/config/AdminConfig/Menu/UserMenu/types.d.ts +7 -0
- package/config/AdminConfig/Menu/UserMenu/types.js +3 -0
- package/config/AdminConfig/Menu/UserMenu/types.js.map +1 -0
- package/config/AdminConfig/Menu/UserMenu.d.ts +129 -0
- package/config/AdminConfig/Menu/UserMenu.js +61 -0
- package/config/AdminConfig/Menu/UserMenu.js.map +1 -0
- package/config/AdminConfig/Menu/types.d.ts +7 -0
- package/config/AdminConfig/Menu/types.js +3 -0
- package/config/AdminConfig/Menu/types.js.map +1 -0
- package/config/AdminConfig/Menu.d.ts +352 -0
- package/config/AdminConfig/Menu.js +85 -0
- package/config/AdminConfig/Menu.js.map +1 -0
- package/config/AdminConfig/Route.d.ts +3 -0
- package/config/AdminConfig/Route.js +8 -0
- package/config/AdminConfig/Route.js.map +1 -0
- package/config/AdminConfig/Security.d.ts +3 -0
- package/config/AdminConfig/Security.js +6 -0
- package/config/AdminConfig/Security.js.map +1 -0
- package/config/AdminConfig/SecurityPermissions.d.ts +17 -0
- package/config/AdminConfig/SecurityPermissions.js +31 -0
- package/config/AdminConfig/SecurityPermissions.js.map +1 -0
- package/config/AdminConfig/Tenant/TenantLogo.d.ts +24 -0
- package/config/AdminConfig/Tenant/TenantLogo.js +24 -0
- package/config/AdminConfig/Tenant/TenantLogo.js.map +1 -0
- package/config/AdminConfig/Tenant/TenantName.d.ts +23 -0
- package/config/AdminConfig/Tenant/TenantName.js +19 -0
- package/config/AdminConfig/Tenant/TenantName.js.map +1 -0
- package/config/AdminConfig/Tenant.d.ts +49 -0
- package/config/AdminConfig/Tenant.js +14 -0
- package/config/AdminConfig/Tenant.js.map +1 -0
- package/config/AdminConfig/Theme/assignColor.d.ts +2 -0
- package/config/AdminConfig/Theme/assignColor.js +22 -0
- package/config/AdminConfig/Theme/assignColor.js.map +1 -0
- package/config/AdminConfig/Theme/consts.d.ts +2 -0
- package/config/AdminConfig/Theme/consts.js +4 -0
- package/config/AdminConfig/Theme/consts.js.map +1 -0
- package/config/AdminConfig/Theme/types.d.ts +3 -0
- package/config/AdminConfig/Theme/types.js +3 -0
- package/config/AdminConfig/Theme/types.js.map +1 -0
- package/config/AdminConfig/Theme.d.ts +16 -0
- package/config/AdminConfig/Theme.js +22 -0
- package/config/AdminConfig/Theme.js.map +1 -0
- package/config/AdminConfig/Title.d.ts +23 -0
- package/config/AdminConfig/Title.js +16 -0
- package/config/AdminConfig/Title.js.map +1 -0
- package/config/AdminConfig/Widget.d.ts +15 -0
- package/config/AdminConfig/Widget.js +36 -0
- package/config/AdminConfig/Widget.js.map +1 -0
- package/config/AdminConfig.d.ts +485 -0
- package/config/AdminConfig.js +71 -0
- package/config/AdminConfig.js.map +1 -0
- package/config/createAdminConfig.d.ts +57 -0
- package/config/createAdminConfig.js +94 -0
- package/config/createAdminConfig.js.map +1 -0
- package/css/tokens.css +379 -0
- package/css/typography.css +70 -0
- package/domain/Identity.d.ts +59 -0
- package/domain/Identity.js +96 -0
- package/domain/Identity.js.map +1 -0
- package/errors/ErrorOverlayNetworkErrorHandler.d.ts +11 -0
- package/errors/ErrorOverlayNetworkErrorHandler.js +66 -0
- package/errors/ErrorOverlayNetworkErrorHandler.js.map +1 -0
- package/errors/TenantIsDisabled.d.ts +2 -0
- package/errors/TenantIsDisabled.js +23 -0
- package/errors/TenantIsDisabled.js.map +1 -0
- package/exports/admin/buildParams.d.ts +1 -0
- package/exports/admin/buildParams.js +3 -0
- package/exports/admin/buildParams.js.map +1 -0
- package/exports/admin/configs.d.ts +1 -0
- package/exports/admin/configs.js +3 -0
- package/exports/admin/configs.js.map +1 -0
- package/exports/admin/form.d.ts +11 -0
- package/exports/admin/form.js +12 -0
- package/exports/admin/form.js.map +1 -0
- package/exports/admin/security.d.ts +8 -0
- package/exports/admin/security.js +10 -0
- package/exports/admin/security.js.map +1 -0
- package/exports/admin/tenancy.d.ts +2 -0
- package/exports/admin/tenancy.js +4 -0
- package/exports/admin/tenancy.js.map +1 -0
- package/exports/admin/ui.d.ts +3 -0
- package/exports/admin/ui.js +5 -0
- package/exports/admin/ui.js.map +1 -0
- package/exports/admin.d.ts +6 -0
- package/exports/admin.js +8 -0
- package/exports/admin.js.map +1 -0
- package/extensions/AdminBuildParam.d.ts +11 -0
- package/extensions/AdminBuildParam.js +184 -0
- package/extensions/AdminBuildParam.js.map +1 -0
- package/extensions/AdminExtension.d.ts +11 -0
- package/extensions/AdminExtension.js +99 -0
- package/extensions/AdminExtension.js.map +1 -0
- package/extensions/index.d.ts +23 -0
- package/extensions/index.js +7 -0
- package/extensions/index.js.map +1 -0
- package/features/apolloClient/abstraction.d.ts +5 -0
- package/features/apolloClient/abstraction.js +4 -0
- package/features/apolloClient/abstraction.js.map +1 -0
- package/features/apolloClient/feature.d.ts +2 -0
- package/features/apolloClient/feature.js +39 -0
- package/features/apolloClient/feature.js.map +1 -0
- package/features/buildParams/BuildParams.d.ts +9 -0
- package/features/buildParams/BuildParams.js +18 -0
- package/features/buildParams/BuildParams.js.map +1 -0
- package/features/buildParams/abstractions.d.ts +15 -0
- package/features/buildParams/abstractions.js +5 -0
- package/features/buildParams/abstractions.js.map +1 -0
- package/features/buildParams/feature.d.ts +1 -0
- package/features/buildParams/feature.js +10 -0
- package/features/buildParams/feature.js.map +1 -0
- package/features/buildParams/index.d.ts +2 -0
- package/features/buildParams/index.js +4 -0
- package/features/buildParams/index.js.map +1 -0
- package/features/security/AuthenticationContext/AuthenticationContext.d.ts +15 -0
- package/features/security/AuthenticationContext/AuthenticationContext.js +31 -0
- package/features/security/AuthenticationContext/AuthenticationContext.js.map +1 -0
- package/features/security/AuthenticationContext/GraphQLClientDecorator.d.ts +12 -0
- package/features/security/AuthenticationContext/GraphQLClientDecorator.js +30 -0
- package/features/security/AuthenticationContext/GraphQLClientDecorator.js.map +1 -0
- package/features/security/AuthenticationContext/InternalIdTokenProvider.d.ts +10 -0
- package/features/security/AuthenticationContext/InternalIdTokenProvider.js +17 -0
- package/features/security/AuthenticationContext/InternalIdTokenProvider.js.map +1 -0
- package/features/security/AuthenticationContext/abstractions.d.ts +26 -0
- package/features/security/AuthenticationContext/abstractions.js +5 -0
- package/features/security/AuthenticationContext/abstractions.js.map +1 -0
- package/features/security/AuthenticationContext/feature.d.ts +3 -0
- package/features/security/AuthenticationContext/feature.js +20 -0
- package/features/security/AuthenticationContext/feature.js.map +1 -0
- package/features/security/AuthenticationContext/index.d.ts +1 -0
- package/features/security/AuthenticationContext/index.js +3 -0
- package/features/security/AuthenticationContext/index.js.map +1 -0
- package/features/security/AuthenticationContext/types.d.ts +11 -0
- package/features/security/AuthenticationContext/types.js +3 -0
- package/features/security/AuthenticationContext/types.js.map +1 -0
- package/features/security/IdentityContext/IdentityContext.d.ts +13 -0
- package/features/security/IdentityContext/IdentityContext.js +24 -0
- package/features/security/IdentityContext/IdentityContext.js.map +1 -0
- package/features/security/IdentityContext/abstractions.d.ts +10 -0
- package/features/security/IdentityContext/abstractions.js +4 -0
- package/features/security/IdentityContext/abstractions.js.map +1 -0
- package/features/security/IdentityContext/feature.d.ts +3 -0
- package/features/security/IdentityContext/feature.js +16 -0
- package/features/security/IdentityContext/feature.js.map +1 -0
- package/features/security/IdentityContext/index.d.ts +2 -0
- package/features/security/IdentityContext/index.js +4 -0
- package/features/security/IdentityContext/index.js.map +1 -0
- package/features/security/LogIn/IdentityMapper.d.ts +9 -0
- package/features/security/LogIn/IdentityMapper.js +13 -0
- package/features/security/LogIn/IdentityMapper.js.map +1 -0
- package/features/security/LogIn/LogInGateway.d.ts +11 -0
- package/features/security/LogIn/LogInGateway.js +27 -0
- package/features/security/LogIn/LogInGateway.js.map +1 -0
- package/features/security/LogIn/LogInRepository.d.ts +14 -0
- package/features/security/LogIn/LogInRepository.js +19 -0
- package/features/security/LogIn/LogInRepository.js.map +1 -0
- package/features/security/LogIn/LogInUseCase.d.ts +15 -0
- package/features/security/LogIn/LogInUseCase.js +40 -0
- package/features/security/LogIn/LogInUseCase.js.map +1 -0
- package/features/security/LogIn/abstractions.d.ts +48 -0
- package/features/security/LogIn/abstractions.js +19 -0
- package/features/security/LogIn/abstractions.js.map +1 -0
- package/features/security/LogIn/createLoginMutation.d.ts +1 -0
- package/features/security/LogIn/createLoginMutation.js +49 -0
- package/features/security/LogIn/createLoginMutation.js.map +1 -0
- package/features/security/LogIn/feature.d.ts +3 -0
- package/features/security/LogIn/feature.js +22 -0
- package/features/security/LogIn/feature.js.map +1 -0
- package/features/security/LogIn/index.d.ts +1 -0
- package/features/security/LogIn/index.js +3 -0
- package/features/security/LogIn/index.js.map +1 -0
- package/features/security/LogOut/LogOutUseCase.d.ts +13 -0
- package/features/security/LogOut/LogOutUseCase.js +23 -0
- package/features/security/LogOut/LogOutUseCase.js.map +1 -0
- package/features/security/LogOut/abstractions.d.ts +7 -0
- package/features/security/LogOut/abstractions.js +4 -0
- package/features/security/LogOut/abstractions.js.map +1 -0
- package/features/security/LogOut/feature.d.ts +3 -0
- package/features/security/LogOut/feature.js +16 -0
- package/features/security/LogOut/feature.js.map +1 -0
- package/features/security/LogOut/index.d.ts +2 -0
- package/features/security/LogOut/index.js +4 -0
- package/features/security/LogOut/index.js.map +1 -0
- package/features/security/SecurityFeature.d.ts +1 -0
- package/features/security/SecurityFeature.js +16 -0
- package/features/security/SecurityFeature.js.map +1 -0
- package/features/telemetry/TelemetryService.d.ts +6 -0
- package/features/telemetry/TelemetryService.js +20 -0
- package/features/telemetry/TelemetryService.js.map +1 -0
- package/features/telemetry/abstractions.d.ts +7 -0
- package/features/telemetry/abstractions.js +4 -0
- package/features/telemetry/abstractions.js.map +1 -0
- package/features/telemetry/feature.d.ts +3 -0
- package/features/telemetry/feature.js +16 -0
- package/features/telemetry/feature.js.map +1 -0
- package/features/telemetry/index.d.ts +2 -0
- package/features/telemetry/index.js +4 -0
- package/features/telemetry/index.js.map +1 -0
- package/features/tenancy/GraphQLClientDecorator.d.ts +12 -0
- package/features/tenancy/GraphQLClientDecorator.js +27 -0
- package/features/tenancy/GraphQLClientDecorator.js.map +1 -0
- package/features/tenancy/TenantContext.d.ts +17 -0
- package/features/tenancy/TenantContext.js +61 -0
- package/features/tenancy/TenantContext.js.map +1 -0
- package/features/tenancy/abstractions.d.ts +14 -0
- package/features/tenancy/abstractions.js +4 -0
- package/features/tenancy/abstractions.js.map +1 -0
- package/features/tenancy/feature.d.ts +5 -0
- package/features/tenancy/feature.js +41 -0
- package/features/tenancy/feature.js.map +1 -0
- package/features/tenancy/types.d.ts +4 -0
- package/features/tenancy/types.js +3 -0
- package/features/tenancy/types.js.map +1 -0
- package/features/wcp/ReactLicense.d.ts +18 -0
- package/features/wcp/ReactLicense.js +43 -0
- package/features/wcp/ReactLicense.js.map +1 -0
- package/features/wcp/WcpGateway.d.ts +10 -0
- package/features/wcp/WcpGateway.js +73 -0
- package/features/wcp/WcpGateway.js.map +1 -0
- package/features/wcp/WcpService.d.ts +20 -0
- package/features/wcp/WcpService.js +84 -0
- package/features/wcp/WcpService.js.map +1 -0
- package/features/wcp/abstractions.d.ts +19 -0
- package/features/wcp/abstractions.js +5 -0
- package/features/wcp/abstractions.js.map +1 -0
- package/features/wcp/feature.d.ts +3 -0
- package/features/wcp/feature.js +18 -0
- package/features/wcp/feature.js.map +1 -0
- package/features/wcp/types.d.ts +21 -0
- package/features/wcp/types.js +3 -0
- package/features/wcp/types.js.map +1 -0
- package/hooks/index.d.ts +11 -11
- package/hooks/index.js +11 -126
- package/hooks/index.js.map +1 -1
- package/hooks/useConfirmationDialog.d.ts +1 -1
- package/hooks/useConfirmationDialog.js +26 -39
- package/hooks/useConfirmationDialog.js.map +1 -1
- package/hooks/useDialog.d.ts +1 -1
- package/hooks/useDialog.js +16 -21
- package/hooks/useDialog.js.map +1 -1
- package/hooks/useIsMounted.js +6 -14
- package/hooks/useIsMounted.js.map +1 -1
- package/hooks/useKeyHandler.d.ts +3 -3
- package/hooks/useKeyHandler.js +28 -46
- package/hooks/useKeyHandler.js.map +1 -1
- package/hooks/useModKey.js +9 -21
- package/hooks/useModKey.js.map +1 -1
- package/hooks/useShiftKey.js +13 -26
- package/hooks/useShiftKey.js.map +1 -1
- package/hooks/useSnackbar.d.ts +1 -0
- package/hooks/useSnackbar.js +23 -25
- package/hooks/useSnackbar.js.map +1 -1
- package/hooks/useStateIfMounted.d.ts +0 -1
- package/hooks/useStateIfMounted.js +8 -18
- package/hooks/useStateIfMounted.js.map +1 -1
- package/hooks/useStateWithCallback.d.ts +3 -3
- package/hooks/useStateWithCallback.js +7 -20
- package/hooks/useStateWithCallback.js.map +1 -1
- package/hooks/useToggler.d.ts +7 -0
- package/hooks/useToggler.js +15 -0
- package/hooks/useToggler.js.map +1 -0
- package/index.d.ts +34 -40
- package/index.js +43 -395
- package/index.js.map +1 -1
- package/lexical.css +2 -0
- package/package.json +61 -50
- package/permissions/PermissionRenderer.d.ts +6 -0
- package/permissions/PermissionRenderer.js +211 -0
- package/permissions/PermissionRenderer.js.map +1 -0
- package/permissions/PermissionValueContext.d.ts +11 -0
- package/permissions/PermissionValueContext.js +23 -0
- package/permissions/PermissionValueContext.js.map +1 -0
- package/permissions/createHasPermission.d.ts +3 -0
- package/permissions/createHasPermission.js +36 -0
- package/permissions/createHasPermission.js.map +1 -0
- package/permissions/createPermissionSchema.d.ts +2 -0
- package/permissions/createPermissionSchema.js +8 -0
- package/permissions/createPermissionSchema.js.map +1 -0
- package/permissions/index.d.ts +8 -0
- package/permissions/index.js +8 -0
- package/permissions/index.js.map +1 -0
- package/permissions/types.d.ts +224 -0
- package/permissions/types.js +3 -0
- package/permissions/types.js.map +1 -0
- package/permissions/usePermissionForm.d.ts +17 -0
- package/permissions/usePermissionForm.js +216 -0
- package/permissions/usePermissionForm.js.map +1 -0
- package/permissions/usePermissions.d.ts +3 -0
- package/permissions/usePermissions.js +179 -0
- package/permissions/usePermissions.js.map +1 -0
- package/plugins/MenuPlugin.d.ts +1 -1
- package/plugins/MenuPlugin.js +15 -36
- package/plugins/MenuPlugin.js.map +1 -1
- package/presentation/installation/components/SystemInstaller/SystemInstaller.d.ts +8 -0
- package/presentation/installation/components/SystemInstaller/SystemInstaller.js +70 -0
- package/presentation/installation/components/SystemInstaller/SystemInstaller.js.map +1 -0
- package/presentation/installation/components/SystemInstaller/SystemInstallerProvider.d.ts +2 -0
- package/presentation/installation/components/SystemInstaller/SystemInstallerProvider.js +17 -0
- package/presentation/installation/components/SystemInstaller/SystemInstallerProvider.js.map +1 -0
- package/presentation/installation/components/SystemInstaller/index.d.ts +1 -0
- package/presentation/installation/components/SystemInstaller/index.js +3 -0
- package/presentation/installation/components/SystemInstaller/index.js.map +1 -0
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep/createPasswordValidator.d.ts +8 -0
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep/createPasswordValidator.js +32 -0
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep/createPasswordValidator.js.map +1 -0
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep/usePasswordValidator.d.ts +1 -0
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep/usePasswordValidator.js +15 -0
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep/usePasswordValidator.js.map +1 -0
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep.d.ts +7 -0
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep.js +69 -0
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep.js.map +1 -0
- package/presentation/installation/components/SystemInstaller/steps/BasicInfoStep.d.ts +7 -0
- package/presentation/installation/components/SystemInstaller/steps/BasicInfoStep.js +95 -0
- package/presentation/installation/components/SystemInstaller/steps/BasicInfoStep.js.map +1 -0
- package/presentation/installation/components/SystemInstaller/steps/Center.d.ts +4 -0
- package/presentation/installation/components/SystemInstaller/steps/Center.js +10 -0
- package/presentation/installation/components/SystemInstaller/steps/Center.js.map +1 -0
- package/presentation/installation/components/SystemInstaller/steps/Container.d.ts +8 -0
- package/presentation/installation/components/SystemInstaller/steps/Container.js +28 -0
- package/presentation/installation/components/SystemInstaller/steps/Container.js.map +1 -0
- package/presentation/installation/components/SystemInstaller/steps/FinishSetup.d.ts +11 -0
- package/presentation/installation/components/SystemInstaller/steps/FinishSetup.js +58 -0
- package/presentation/installation/components/SystemInstaller/steps/FinishSetup.js.map +1 -0
- package/presentation/installation/components/SystemInstaller/steps/IntroductionStep.d.ts +7 -0
- package/presentation/installation/components/SystemInstaller/steps/IntroductionStep.js +21 -0
- package/presentation/installation/components/SystemInstaller/steps/IntroductionStep.js.map +1 -0
- package/presentation/installation/components/SystemInstaller/steps/introduction.svg +154 -0
- package/presentation/installation/components/SystemInstaller/steps/referralSources.d.ts +1 -0
- package/presentation/installation/components/SystemInstaller/steps/referralSources.js +3 -0
- package/presentation/installation/components/SystemInstaller/steps/referralSources.js.map +1 -0
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerGateway.d.ts +10 -0
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerGateway.js +63 -0
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerGateway.js.map +1 -0
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerPresenter.d.ts +24 -0
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerPresenter.js +138 -0
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerPresenter.js.map +1 -0
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerRepository.d.ts +11 -0
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerRepository.js +30 -0
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerRepository.js.map +1 -0
- package/presentation/installation/presenters/SystemInstaller/abstractions.d.ts +59 -0
- package/presentation/installation/presenters/SystemInstaller/abstractions.js +6 -0
- package/presentation/installation/presenters/SystemInstaller/abstractions.js.map +1 -0
- package/presentation/installation/presenters/SystemInstaller/feature.d.ts +3 -0
- package/presentation/installation/presenters/SystemInstaller/feature.js +20 -0
- package/presentation/installation/presenters/SystemInstaller/feature.js.map +1 -0
- package/presentation/installation/presenters/SystemInstaller/index.d.ts +3 -0
- package/presentation/installation/presenters/SystemInstaller/index.js +4 -0
- package/presentation/installation/presenters/SystemInstaller/index.js.map +1 -0
- package/presentation/security/components/HasPermission.d.ts +10 -0
- package/presentation/security/components/HasPermission.js +31 -0
- package/presentation/security/components/HasPermission.js.map +1 -0
- package/presentation/security/components/SecureRoute.d.ts +7 -0
- package/presentation/security/components/SecureRoute.js +16 -0
- package/presentation/security/components/SecureRoute.js.map +1 -0
- package/presentation/security/hooks/useAuthentication.d.ts +9 -0
- package/presentation/security/hooks/useAuthentication.js +24 -0
- package/presentation/security/hooks/useAuthentication.js.map +1 -0
- package/presentation/security/hooks/useIdentity.d.ts +6 -0
- package/presentation/security/hooks/useIdentity.js +25 -0
- package/presentation/security/hooks/useIdentity.js.map +1 -0
- package/presentation/security/hooks/useSecurity.d.ts +10 -0
- package/presentation/security/hooks/useSecurity.js +28 -0
- package/presentation/security/hooks/useSecurity.js.map +1 -0
- package/presentation/tenancy/TenancyProvider.d.ts +6 -0
- package/presentation/tenancy/TenancyProvider.js +43 -0
- package/presentation/tenancy/TenancyProvider.js.map +1 -0
- package/presentation/tenancy/createTenancyProvider.d.ts +1 -0
- package/presentation/tenancy/createTenancyProvider.js +14 -0
- package/presentation/tenancy/createTenancyProvider.js.map +1 -0
- package/presentation/tenancy/useTenantContext.d.ts +5 -0
- package/presentation/tenancy/useTenantContext.js +24 -0
- package/presentation/tenancy/useTenantContext.js.map +1 -0
- package/presentation/wcp/WcpProvider.d.ts +7 -0
- package/presentation/wcp/WcpProvider.js +26 -0
- package/presentation/wcp/WcpProvider.js.map +1 -0
- package/presentation/wcp/useWcp.d.ts +2 -0
- package/presentation/wcp/useWcp.js +18 -0
- package/presentation/wcp/useWcp.js.map +1 -0
- package/routes.d.ts +6 -0
- package/routes.js +17 -0
- package/routes.js.map +1 -0
- package/styles.scss +7 -3
- package/types.d.ts +4 -110
- package/types.js +1 -5
- package/types.js.map +1 -1
- package/base/Version.d.ts +0 -3
- package/base/Version.js +0 -56
- package/base/Version.js.map +0 -1
- package/base/providers/TelemetryProvider.d.ts +0 -7
- package/base/providers/TelemetryProvider.js +0 -27
- package/base/providers/TelemetryProvider.js.map +0 -1
- package/base/providers/ViewCompositionProvider.d.ts +0 -21
- package/base/providers/ViewCompositionProvider.js +0 -58
- package/base/providers/ViewCompositionProvider.js.map +0 -1
- package/base/ui/LocaleSelector.d.ts +0 -15
- package/base/ui/LocaleSelector.js +0 -15
- package/base/ui/LocaleSelector.js.map +0 -1
- package/base/ui/Menu.d.ts +0 -39
- package/base/ui/Menu.js +0 -133
- package/base/ui/Menu.js.map +0 -1
- package/base/ui/Search.d.ts +0 -37
- package/base/ui/Search.js +0 -61
- package/base/ui/Search.js.map +0 -1
- package/components/AppInstaller/AppInstaller.d.ts +0 -11
- package/components/AppInstaller/AppInstaller.js +0 -123
- package/components/AppInstaller/AppInstaller.js.map +0 -1
- package/components/AppInstaller/Sidebar.d.ts +0 -9
- package/components/AppInstaller/Sidebar.js +0 -128
- package/components/AppInstaller/Sidebar.js.map +0 -1
- package/components/AppInstaller/assets/sign-in-divider.svg +0 -19
- package/components/AppInstaller/index.d.ts +0 -2
- package/components/AppInstaller/index.js +0 -23
- package/components/AppInstaller/index.js.map +0 -1
- package/components/AppInstaller/styled.d.ts +0 -19
- package/components/AppInstaller/styled.js +0 -82
- package/components/AppInstaller/styled.js.map +0 -1
- package/components/AppInstaller/useInstaller.d.ts +0 -25
- package/components/AppInstaller/useInstaller.js +0 -179
- package/components/AppInstaller/useInstaller.js.map +0 -1
- package/components/BulkActions/useDialogWithReport/useDialogWithReport.styled.d.ts +0 -20
- package/components/BulkActions/useDialogWithReport/useDialogWithReport.styled.js +0 -48
- package/components/BulkActions/useDialogWithReport/useDialogWithReport.styled.js.map +0 -1
- package/components/Dialogs/CustomDialog.d.ts +0 -17
- package/components/Dialogs/CustomDialog.js +0 -55
- package/components/Dialogs/CustomDialog.js.map +0 -1
- package/components/Dialogs/styled.d.ts +0 -10
- package/components/Dialogs/styled.js +0 -40
- package/components/Dialogs/styled.js.map +0 -1
- package/components/Filters/Filters.styled.d.ts +0 -13
- package/components/Filters/Filters.styled.js +0 -53
- package/components/Filters/Filters.styled.js.map +0 -1
- package/components/OptionsMenu/OptionsMenu.styled.d.ts +0 -3
- package/components/OptionsMenu/OptionsMenu.styled.js +0 -26
- package/components/OptionsMenu/OptionsMenu.styled.js.map +0 -1
- package/components/OverlayLayout/icons/close.svg +0 -13
- package/components/OverlayLayout/icons/navigate_before.svg +0 -16
- package/components/RichTextEditor/RichTextEditor.d.ts +0 -3
- package/components/RichTextEditor/RichTextEditor.js +0 -24
- package/components/RichTextEditor/RichTextEditor.js.map +0 -1
- package/components/RichTextEditor/index.d.ts +0 -2
- package/components/RichTextEditor/index.js +0 -21
- package/components/RichTextEditor/index.js.map +0 -1
- package/components/RichTextEditor/styles.scss +0 -96
- package/components/RichTextEditor/tools/header/index.d.ts +0 -227
- package/components/RichTextEditor/tools/header/index.js +0 -681
- package/components/RichTextEditor/tools/header/index.js.map +0 -1
- package/components/RichTextEditor/tools/header/styles.scss +0 -48
- package/components/RichTextEditor/tools/image/index.d.ts +0 -122
- package/components/RichTextEditor/tools/image/index.js +0 -237
- package/components/RichTextEditor/tools/image/index.js.map +0 -1
- package/components/RichTextEditor/tools/image/styles.scss +0 -90
- package/components/RichTextEditor/tools/image/svgs.d.ts +0 -6
- package/components/RichTextEditor/tools/image/svgs.js +0 -13
- package/components/RichTextEditor/tools/image/svgs.js.map +0 -1
- package/components/RichTextEditor/tools/image/tunes.d.ts +0 -55
- package/components/RichTextEditor/tools/image/tunes.js +0 -124
- package/components/RichTextEditor/tools/image/tunes.js.map +0 -1
- package/components/RichTextEditor/tools/image/types.d.ts +0 -29
- package/components/RichTextEditor/tools/image/types.js +0 -7
- package/components/RichTextEditor/tools/image/types.js.map +0 -1
- package/components/RichTextEditor/tools/image/ui.d.ts +0 -120
- package/components/RichTextEditor/tools/image/ui.js +0 -276
- package/components/RichTextEditor/tools/image/ui.js.map +0 -1
- package/components/RichTextEditor/tools/paragraph/index.d.ts +0 -207
- package/components/RichTextEditor/tools/paragraph/index.js +0 -487
- package/components/RichTextEditor/tools/paragraph/index.js.map +0 -1
- package/components/RichTextEditor/tools/paragraph/styles.scss +0 -29
- package/components/RichTextEditor/tools/textColor/index.d.ts +0 -61
- package/components/RichTextEditor/tools/textColor/index.js +0 -235
- package/components/RichTextEditor/tools/textColor/index.js.map +0 -1
- package/components/RichTextEditor/tools/textColor/styles.scss +0 -21
- package/components/RichTextEditor/tools/utils.d.ts +0 -19
- package/components/RichTextEditor/tools/utils.js +0 -30
- package/components/RichTextEditor/tools/utils.js.map +0 -1
- package/components/Routes.d.ts +0 -6
- package/components/Routes.js +0 -43
- package/components/Routes.js.map +0 -1
- package/hooks/createGenericContext.d.ts +0 -13
- package/hooks/createGenericContext.js +0 -34
- package/hooks/createGenericContext.js.map +0 -1
- package/plugins/PermissionRendererPlugin.d.ts +0 -22
- package/plugins/PermissionRendererPlugin.js +0 -40
- package/plugins/PermissionRendererPlugin.js.map +0 -1
- package/plugins/globalSearch/SearchBar.d.ts +0 -22
- package/plugins/globalSearch/SearchBar.js +0 -225
- package/plugins/globalSearch/SearchBar.js.map +0 -1
- package/plugins/globalSearch/SearchBarDropdown.d.ts +0 -23
- package/plugins/globalSearch/SearchBarDropdown.js +0 -82
- package/plugins/globalSearch/SearchBarDropdown.js.map +0 -1
- package/plugins/globalSearch/icons/round-search-24px.svg +0 -20
- package/plugins/globalSearch/index.d.ts +0 -6
- package/plugins/globalSearch/index.js +0 -17
- package/plugins/globalSearch/index.js.map +0 -1
- package/plugins/globalSearch/styled.d.ts +0 -18
- package/plugins/globalSearch/styled.js +0 -133
- package/plugins/globalSearch/styled.js.map +0 -1
- package/plugins/uiLayoutRenderer/index.d.ts +0 -2
- package/plugins/uiLayoutRenderer/index.js +0 -62
- package/plugins/uiLayoutRenderer/index.js.map +0 -1
- package/styles/material-theme-assignments.scss +0 -369
- package/styles/material.scss +0 -42
- package/styles/reset.scss +0 -1
- package/styles/theme.scss +0 -76
- package/ui/UIElement.d.ts +0 -2
- package/ui/UIElement.js +0 -20
- package/ui/UIElement.js.map +0 -1
- package/ui/UILayout.d.ts +0 -1
- package/ui/UILayout.js +0 -20
- package/ui/UILayout.js.map +0 -1
- package/ui/UIRenderer.d.ts +0 -2
- package/ui/UIRenderer.js +0 -14
- package/ui/UIRenderer.js.map +0 -1
- package/ui/UIView.d.ts +0 -2
- package/ui/UIView.js +0 -26
- package/ui/UIView.js.map +0 -1
- package/ui/elements/AccordionElement.d.ts +0 -27
- package/ui/elements/AccordionElement.js +0 -80
- package/ui/elements/AccordionElement.js.map +0 -1
- package/ui/elements/ButtonElement.d.ts +0 -24
- package/ui/elements/ButtonElement.js +0 -85
- package/ui/elements/ButtonElement.js.map +0 -1
- package/ui/elements/ButtonGroupElement.d.ts +0 -6
- package/ui/elements/ButtonGroupElement.js +0 -49
- package/ui/elements/ButtonGroupElement.js.map +0 -1
- package/ui/elements/GenericElement.d.ts +0 -1
- package/ui/elements/GenericElement.js +0 -18
- package/ui/elements/GenericElement.js.map +0 -1
- package/ui/elements/LabelElement.d.ts +0 -16
- package/ui/elements/LabelElement.js +0 -45
- package/ui/elements/LabelElement.js.map +0 -1
- package/ui/elements/NavigationMenuElement.d.ts +0 -33
- package/ui/elements/NavigationMenuElement.js +0 -141
- package/ui/elements/NavigationMenuElement.js.map +0 -1
- package/ui/elements/PanelElement.d.ts +0 -3
- package/ui/elements/PanelElement.js +0 -22
- package/ui/elements/PanelElement.js.map +0 -1
- package/ui/elements/PlaceholderElement.d.ts +0 -6
- package/ui/elements/PlaceholderElement.js +0 -32
- package/ui/elements/PlaceholderElement.js.map +0 -1
- package/ui/elements/SmallButtonElement.d.ts +0 -6
- package/ui/elements/SmallButtonElement.js +0 -44
- package/ui/elements/SmallButtonElement.js.map +0 -1
- package/ui/elements/TypographyElement.d.ts +0 -13
- package/ui/elements/TypographyElement.js +0 -47
- package/ui/elements/TypographyElement.js.map +0 -1
- package/ui/elements/ViewElement.d.ts +0 -1
- package/ui/elements/ViewElement.js +0 -18
- package/ui/elements/ViewElement.js.map +0 -1
- package/ui/elements/form/DynamicFieldsetElement/DynamicFieldsetRowElement.d.ts +0 -6
- package/ui/elements/form/DynamicFieldsetElement/DynamicFieldsetRowElement.js +0 -43
- package/ui/elements/form/DynamicFieldsetElement/DynamicFieldsetRowElement.js.map +0 -1
- package/ui/elements/form/DynamicFieldsetElement.d.ts +0 -43
- package/ui/elements/form/DynamicFieldsetElement.js +0 -134
- package/ui/elements/form/DynamicFieldsetElement.js.map +0 -1
- package/ui/elements/form/FileManagerElement/EmptyStateElement.d.ts +0 -4
- package/ui/elements/form/FileManagerElement/EmptyStateElement.js +0 -26
- package/ui/elements/form/FileManagerElement/EmptyStateElement.js.map +0 -1
- package/ui/elements/form/FileManagerElement/EmptyStateElementRenderer.d.ts +0 -7
- package/ui/elements/form/FileManagerElement/EmptyStateElementRenderer.js +0 -72
- package/ui/elements/form/FileManagerElement/EmptyStateElementRenderer.js.map +0 -1
- package/ui/elements/form/FileManagerElement/FileManagerElementRenderer.d.ts +0 -13
- package/ui/elements/form/FileManagerElement/FileManagerElementRenderer.js +0 -99
- package/ui/elements/form/FileManagerElement/FileManagerElementRenderer.js.map +0 -1
- package/ui/elements/form/FileManagerElement/styled.d.ts +0 -23
- package/ui/elements/form/FileManagerElement/styled.js +0 -106
- package/ui/elements/form/FileManagerElement/styled.js.map +0 -1
- package/ui/elements/form/FileManagerElement.d.ts +0 -24
- package/ui/elements/form/FileManagerElement.js +0 -84
- package/ui/elements/form/FileManagerElement.js.map +0 -1
- package/ui/elements/form/FormElement.d.ts +0 -21
- package/ui/elements/form/FormElement.js +0 -44
- package/ui/elements/form/FormElement.js.map +0 -1
- package/ui/elements/form/FormFieldElement.d.ts +0 -56
- package/ui/elements/form/FormFieldElement.js +0 -171
- package/ui/elements/form/FormFieldElement.js.map +0 -1
- package/ui/elements/form/HiddenElement.d.ts +0 -6
- package/ui/elements/form/HiddenElement.js +0 -46
- package/ui/elements/form/HiddenElement.js.map +0 -1
- package/ui/elements/form/InputElement.d.ts +0 -7
- package/ui/elements/form/InputElement.js +0 -53
- package/ui/elements/form/InputElement.js.map +0 -1
- package/ui/elements/form/PasswordElement.d.ts +0 -6
- package/ui/elements/form/PasswordElement.js +0 -50
- package/ui/elements/form/PasswordElement.js.map +0 -1
- package/ui/elements/form/README.md +0 -2
- package/ui/elements/form/SelectElement.d.ts +0 -15
- package/ui/elements/form/SelectElement.js +0 -68
- package/ui/elements/form/SelectElement.js.map +0 -1
- package/ui/elements/form/TextareaElement.d.ts +0 -15
- package/ui/elements/form/TextareaElement.js +0 -54
- package/ui/elements/form/TextareaElement.js.map +0 -1
- package/ui/views/AdminView/ContentElement.d.ts +0 -4
- package/ui/views/AdminView/ContentElement.js +0 -60
- package/ui/views/AdminView/ContentElement.js.map +0 -1
- package/ui/views/AdminView/HeaderElement.d.ts +0 -13
- package/ui/views/AdminView/HeaderElement.js +0 -101
- package/ui/views/AdminView/HeaderElement.js.map +0 -1
- package/ui/views/AdminView/HeaderSectionCenterElement.d.ts +0 -6
- package/ui/views/AdminView/HeaderSectionCenterElement.js +0 -41
- package/ui/views/AdminView/HeaderSectionCenterElement.js.map +0 -1
- package/ui/views/AdminView/HeaderSectionLeftElement.d.ts +0 -6
- package/ui/views/AdminView/HeaderSectionLeftElement.js +0 -41
- package/ui/views/AdminView/HeaderSectionLeftElement.js.map +0 -1
- package/ui/views/AdminView/HeaderSectionRightElement.d.ts +0 -6
- package/ui/views/AdminView/HeaderSectionRightElement.js +0 -41
- package/ui/views/AdminView/HeaderSectionRightElement.js.map +0 -1
- package/ui/views/AdminView/components/Dialog.d.ts +0 -2
- package/ui/views/AdminView/components/Dialog.js +0 -47
- package/ui/views/AdminView/components/Dialog.js.map +0 -1
- package/ui/views/AdminView/components/Hamburger.d.ts +0 -3
- package/ui/views/AdminView/components/Hamburger.js +0 -32
- package/ui/views/AdminView/components/Hamburger.js.map +0 -1
- package/ui/views/AdminView/components/Snackbar.d.ts +0 -3
- package/ui/views/AdminView/components/Snackbar.js +0 -33
- package/ui/views/AdminView/components/Snackbar.js.map +0 -1
- package/ui/views/FormView/FormContainerElement.d.ts +0 -12
- package/ui/views/FormView/FormContainerElement.js +0 -57
- package/ui/views/FormView/FormContainerElement.js.map +0 -1
- package/ui/views/FormView/FormContentElement.d.ts +0 -3
- package/ui/views/FormView/FormContentElement.js +0 -22
- package/ui/views/FormView/FormContentElement.js.map +0 -1
- package/ui/views/FormView/FormFooterElement.d.ts +0 -6
- package/ui/views/FormView/FormFooterElement.js +0 -49
- package/ui/views/FormView/FormFooterElement.js.map +0 -1
- package/ui/views/FormView/FormHeaderElement.d.ts +0 -14
- package/ui/views/FormView/FormHeaderElement.js +0 -80
- package/ui/views/FormView/FormHeaderElement.js.map +0 -1
- package/ui/views/FormView.d.ts +0 -40
- package/ui/views/FormView.js +0 -166
- package/ui/views/FormView.js.map +0 -1
- package/ui/views/OverlayView/ContentElement.d.ts +0 -6
- package/ui/views/OverlayView/ContentElement.js +0 -49
- package/ui/views/OverlayView/ContentElement.js.map +0 -1
- package/ui/views/OverlayView/HeaderElement.d.ts +0 -24
- package/ui/views/OverlayView/HeaderElement.js +0 -109
- package/ui/views/OverlayView/HeaderElement.js.map +0 -1
- package/ui/views/OverlayView/HeaderTitleElement.d.ts +0 -13
- package/ui/views/OverlayView/HeaderTitleElement.js +0 -48
- package/ui/views/OverlayView/HeaderTitleElement.js.map +0 -1
- package/ui/views/OverlayView/useOverlayView.d.ts +0 -5
- package/ui/views/OverlayView/useOverlayView.js +0 -45
- package/ui/views/OverlayView/useOverlayView.js.map +0 -1
- package/ui/views/OverlayView.d.ts +0 -29
- package/ui/views/OverlayView.js +0 -161
- package/ui/views/OverlayView.js.map +0 -1
- package/ui/views/SplitView/SplitViewPanelElement.d.ts +0 -11
- package/ui/views/SplitView/SplitViewPanelElement.js +0 -69
- package/ui/views/SplitView/SplitViewPanelElement.js.map +0 -1
- package/ui/views/SplitView.d.ts +0 -21
- package/ui/views/SplitView.js +0 -118
- package/ui/views/SplitView.js.map +0 -1
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
-
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports.searchWrapper = exports.searchBarInput = exports.searchBarDropdown = exports.iconSearchType = exports.icon = exports.SearchShortcut = exports.SearchBarWrapper = exports.SearchBarInputWrapper = void 0;
|
|
8
|
-
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
9
|
-
var _base = _interopRequireDefault(require("@emotion/styled/base"));
|
|
10
|
-
var _emotion = require("emotion");
|
|
11
|
-
function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
|
|
12
|
-
var SearchShortcut = exports.SearchShortcut = /*#__PURE__*/(0, _base.default)("div", process.env.NODE_ENV === "production" ? {
|
|
13
|
-
target: "eh6vkyz2"
|
|
14
|
-
} : {
|
|
15
|
-
target: "eh6vkyz2",
|
|
16
|
-
label: "SearchShortcut"
|
|
17
|
-
})(process.env.NODE_ENV === "production" ? {
|
|
18
|
-
name: "pyp8a6",
|
|
19
|
-
styles: "border:1px solid var(--mdc-theme-surface);color:var(--mdc-theme-surface);border-radius:5px;width:20px;height:24px;margin-top:1px;text-align:center;font-size:12px;padding-top:3px;box-sizing:border-box;cursor:default;opacity:0.8"
|
|
20
|
-
} : {
|
|
21
|
-
name: "pyp8a6",
|
|
22
|
-
styles: "border:1px solid var(--mdc-theme-surface);color:var(--mdc-theme-surface);border-radius:5px;width:20px;height:24px;margin-top:1px;text-align:center;font-size:12px;padding-top:3px;box-sizing:border-box;cursor:default;opacity:0.8",
|
|
23
|
-
map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInN0eWxlZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFHOEIiLCJmaWxlIjoic3R5bGVkLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSBcImVtb3Rpb25cIjtcbmltcG9ydCBzdHlsZWQgZnJvbSBcIkBlbW90aW9uL3N0eWxlZFwiO1xuXG5leHBvcnQgY29uc3QgU2VhcmNoU2hvcnRjdXQgPSBzdHlsZWQoXCJkaXZcIikoe1xuICAgIGJvcmRlcjogXCIxcHggc29saWQgdmFyKC0tbWRjLXRoZW1lLXN1cmZhY2UpXCIsXG4gICAgY29sb3I6IFwidmFyKC0tbWRjLXRoZW1lLXN1cmZhY2UpXCIsXG4gICAgYm9yZGVyUmFkaXVzOiA1LFxuICAgIHdpZHRoOiAyMCxcbiAgICBoZWlnaHQ6IDI0LFxuICAgIG1hcmdpblRvcDogMSxcbiAgICB0ZXh0QWxpZ246IFwiY2VudGVyXCIsXG4gICAgZm9udFNpemU6IFwiMTJweFwiLFxuICAgIHBhZGRpbmdUb3A6IFwiM3B4XCIsXG4gICAgYm94U2l6aW5nOiBcImJvcmRlci1ib3hcIixcbiAgICBjdXJzb3I6IFwiZGVmYXVsdFwiLFxuICAgIG9wYWNpdHk6IFwiMC44XCJcbn0pO1xuXG5leHBvcnQgY29uc3QgU2VhcmNoQmFyV3JhcHBlciA9IHN0eWxlZChcImRpdlwiKSh7XG4gICAgZGlzcGxheTogXCJmbGV4XCIsXG4gICAgd2lkdGg6IFwiMTAwJVwiXG59KTtcblxuZXhwb3J0IGNvbnN0IFNlYXJjaEJhcklucHV0V3JhcHBlciA9IHN0eWxlZChcImRpdlwiKSh7XG4gICAgZGlzcGxheTogXCJmbGV4XCIsXG4gICAgd2lkdGg6IFwiMTAwJVwiLFxuICAgIHBvc2l0aW9uOiBcInJlbGF0aXZlXCJcbn0pO1xuXG5leHBvcnQgY29uc3Qgc2VhcmNoQmFySW5wdXQgPSBjc3Moe1xuICAgIHdpZHRoOiBcIjEwMCVcIixcbiAgICBsaW5lSGVpZ2h0OiAxLFxuICAgIGJvcmRlcjogXCJub25lXCIsXG4gICAgb3V0bGluZTogXCJub25lXCIsXG4gICAgYmFja2dyb3VuZENvbG9yOiBcInRyYW5zcGFyZW50XCIsXG4gICAgXCImLm1kYy10ZXh0LWZpZWxkX19pbnB1dFwiOiB7XG4gICAgICAgIHBhZGRpbmdUb3A6IFwiNXB4ICFpbXBvcnRhbnRcIixcbiAgICAgICAgcGFkZGluZ0xlZnQ6IFwiMTBweCAhaW1wb3J0YW50XCIsXG4gICAgICAgIGJvcmRlckJvdHRvbTogXCJub25lICFpbXBvcnRhbnRcIixcbiAgICAgICAgaGVpZ2h0OiBcIjI1cHggIWltcG9ydGFudFwiLFxuICAgICAgICBjb2xvcjogXCJ2YXIoLS1tZGMtdGhlbWUtc3VyZmFjZSlcIixcbiAgICAgICAgXCImOjpwbGFjZWhvbGRlclwiOiB7XG4gICAgICAgICAgICBjb2xvcjogXCJ2YXIoLS1tZGMtdGhlbWUtc3VyZmFjZSkgIWltcG9ydGFudFwiLFxuICAgICAgICAgICAgb3BhY2l0eTogXCIxICFpbXBvcnRhbnRcIlxuICAgICAgICB9LFxuICAgICAgICBcIiY6Zm9jdXM6OnBsYWNlaG9sZGVyXCI6IHtcbiAgICAgICAgICAgIGNvbG9yOiBcInZhcigtLW1kYy10aGVtZS10ZXh0LXNlY29uZGFyeS1vbi1iYWNrZ3JvdW5kKSAhaW1wb3J0YW50XCJcbiAgICAgICAgfVxuICAgIH1cbn0pO1xuXG5leHBvcnQgY29uc3Qgc2VhcmNoQmFyRHJvcGRvd24gPSBjc3Moe1xuICAgIHBvc2l0aW9uOiBcImFic29sdXRlXCIsXG4gICAgYmFja2dyb3VuZDogXCJ3aGl0ZVwiLFxuICAgIGxlZnQ6IC0xLFxuICAgIHdpZHRoOiBcImNhbGMoMTAwJSArIDJweClcIixcbiAgICB0b3A6IDQ1LFxuICAgIHpJbmRleDogMixcbiAgICBjb2xvcjogXCJ2YXIoLS1tZGMtdGhlbWUtb24tc3VyZmFjZSlcIixcbiAgICBib3JkZXJSYWRpdXM6IFwiMCAwIDVweCA1cHhcIixcbiAgICBcIi5tZGMtZGVwcmVjYXRlZC1saXN0XCI6IHtcbiAgICAgICAgcGFkZGluZzogMCxcbiAgICAgICAgXCIubWRjLWRlcHJlY2F0ZWQtbGlzdC1pdGVtXCI6IHtcbiAgICAgICAgICAgIFwiJi5zZWxlY3RlZFwiOiB7XG4gICAgICAgICAgICAgICAgZm9udFdlaWdodDogXCJib2xkXCJcbiAgICAgICAgICAgIH0sXG4gICAgICAgICAgICBcIiYuaGlnaGxpZ2h0ZWRcIjoge1xuICAgICAgICAgICAgICAgIGJhY2tncm91bmRDb2xvcjogXCJ2YXIoLS1tZGMtdGhlbWUtb24tYmFja2dyb3VuZClcIlxuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgfVxufSk7XG5cbmV4cG9ydCBjb25zdCBpY29uID0gY3NzKHtcbiAgICBcIiYubWRjLWJ1dHRvbl9faWNvblwiOiB7XG4gICAgICAgIHdpZHRoOiBcImF1dG8gIWltcG9ydGFudFwiLFxuICAgICAgICBwYWRkaW5nUmlnaHQ6IDUsXG4gICAgICAgIG9wYWNpdHk6IDAuNzUsXG4gICAgICAgIG1hcmdpblRvcDogMlxuICAgIH1cbn0pO1xuXG5leHBvcnQgY29uc3QgaWNvblNlYXJjaFR5cGUgPSBjc3Moe1xuICAgIGN1cnNvcjogXCJwb2ludGVyXCIsXG4gICAgcGFkZGluZ0xlZnQ6IDVcbn0pO1xuXG5leHBvcnQgY29uc3Qgc2VhcmNoV3JhcHBlciA9IGNzcyh7XG4gICAgYmFja2dyb3VuZENvbG9yOiBcInJnYmEoMCwgMCwgMCwgMC4xKVwiLFxuICAgIGRpc3BsYXk6IFwiZmxleFwiLFxuICAgIHBhZGRpbmc6IFwiMTBweCAyMHB4XCIsXG4gICAgcG9zaXRpb246IFwicmVsYXRpdmVcIixcbiAgICBib3JkZXJSYWRpdXM6IDQsXG4gICAgdHJhbnNpdGlvbjogXCJiYWNrZ3JvdW5kIDEwMG1zIGVhc2UtaW4sd2lkdGggMTAwbXMgZWFzZS1vdXRcIixcbiAgICBjb2xvcjogXCJ2YXIoLS1tZGMtdGhlbWUtc3VyZmFjZSlcIixcbiAgICBib3JkZXI6IFwiMXB4IHNvbGlkIHRyYW5zcGFyZW50XCIsXG4gICAgXCImLmFjdGl2ZVwiOiB7XG4gICAgICAgIGNvbG9yOiBcInZhcigtLW1kYy10aGVtZS1vbi1zdXJmYWNlKVwiLFxuICAgICAgICBib3JkZXI6IFwiMXB4IHNvbGlkIHZhcigtLW1kYy10aGVtZS10ZXh0LWhpbnQtb24tZGFyaylcIixcbiAgICAgICAgYmFja2dyb3VuZDogXCJ2YXIoLS1tZGMtdGhlbWUtc3VyZmFjZSlcIixcbiAgICAgICAgYm94U2hhZG93OiBcIjAgMXB4IDFweCB2YXIoLS1tZGMtdGhlbWUtdGV4dC1oaW50LW9uLWRhcmspXCIsXG4gICAgICAgIGlucHV0OiB7XG4gICAgICAgICAgICBjb2xvcjogXCJ2YXIoLS1tZGMtdGhlbWUtb24tc3VyZmFjZSlcIlxuICAgICAgICB9LFxuICAgICAgICAvLyBAdHMtZXhwZWN0LWVycm9yXG4gICAgICAgIFtTZWFyY2hTaG9ydGN1dF06IHtcbiAgICAgICAgICAgIGRpc3BsYXk6IFwibm9uZVwiXG4gICAgICAgIH1cbiAgICB9LFxuICAgIGlucHV0OiB7XG4gICAgICAgIGNvbG9yOiBcInZhcigtLW1kYy10aGVtZS1zdXJmYWNlKVwiXG4gICAgfVxufSk7XG4iXX0= */",
|
|
24
|
-
toString: _EMOTION_STRINGIFIED_CSS_ERROR__
|
|
25
|
-
});
|
|
26
|
-
var SearchBarWrapper = exports.SearchBarWrapper = /*#__PURE__*/(0, _base.default)("div", process.env.NODE_ENV === "production" ? {
|
|
27
|
-
target: "eh6vkyz1"
|
|
28
|
-
} : {
|
|
29
|
-
target: "eh6vkyz1",
|
|
30
|
-
label: "SearchBarWrapper"
|
|
31
|
-
})(process.env.NODE_ENV === "production" ? {
|
|
32
|
-
name: "7whenc",
|
|
33
|
-
styles: "display:flex;width:100%"
|
|
34
|
-
} : {
|
|
35
|
-
name: "7whenc",
|
|
36
|
-
styles: "display:flex;width:100%",
|
|
37
|
-
map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInN0eWxlZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFrQmdDIiwiZmlsZSI6InN0eWxlZC50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gXCJlbW90aW9uXCI7XG5pbXBvcnQgc3R5bGVkIGZyb20gXCJAZW1vdGlvbi9zdHlsZWRcIjtcblxuZXhwb3J0IGNvbnN0IFNlYXJjaFNob3J0Y3V0ID0gc3R5bGVkKFwiZGl2XCIpKHtcbiAgICBib3JkZXI6IFwiMXB4IHNvbGlkIHZhcigtLW1kYy10aGVtZS1zdXJmYWNlKVwiLFxuICAgIGNvbG9yOiBcInZhcigtLW1kYy10aGVtZS1zdXJmYWNlKVwiLFxuICAgIGJvcmRlclJhZGl1czogNSxcbiAgICB3aWR0aDogMjAsXG4gICAgaGVpZ2h0OiAyNCxcbiAgICBtYXJnaW5Ub3A6IDEsXG4gICAgdGV4dEFsaWduOiBcImNlbnRlclwiLFxuICAgIGZvbnRTaXplOiBcIjEycHhcIixcbiAgICBwYWRkaW5nVG9wOiBcIjNweFwiLFxuICAgIGJveFNpemluZzogXCJib3JkZXItYm94XCIsXG4gICAgY3Vyc29yOiBcImRlZmF1bHRcIixcbiAgICBvcGFjaXR5OiBcIjAuOFwiXG59KTtcblxuZXhwb3J0IGNvbnN0IFNlYXJjaEJhcldyYXBwZXIgPSBzdHlsZWQoXCJkaXZcIikoe1xuICAgIGRpc3BsYXk6IFwiZmxleFwiLFxuICAgIHdpZHRoOiBcIjEwMCVcIlxufSk7XG5cbmV4cG9ydCBjb25zdCBTZWFyY2hCYXJJbnB1dFdyYXBwZXIgPSBzdHlsZWQoXCJkaXZcIikoe1xuICAgIGRpc3BsYXk6IFwiZmxleFwiLFxuICAgIHdpZHRoOiBcIjEwMCVcIixcbiAgICBwb3NpdGlvbjogXCJyZWxhdGl2ZVwiXG59KTtcblxuZXhwb3J0IGNvbnN0IHNlYXJjaEJhcklucHV0ID0gY3NzKHtcbiAgICB3aWR0aDogXCIxMDAlXCIsXG4gICAgbGluZUhlaWdodDogMSxcbiAgICBib3JkZXI6IFwibm9uZVwiLFxuICAgIG91dGxpbmU6IFwibm9uZVwiLFxuICAgIGJhY2tncm91bmRDb2xvcjogXCJ0cmFuc3BhcmVudFwiLFxuICAgIFwiJi5tZGMtdGV4dC1maWVsZF9faW5wdXRcIjoge1xuICAgICAgICBwYWRkaW5nVG9wOiBcIjVweCAhaW1wb3J0YW50XCIsXG4gICAgICAgIHBhZGRpbmdMZWZ0OiBcIjEwcHggIWltcG9ydGFudFwiLFxuICAgICAgICBib3JkZXJCb3R0b206IFwibm9uZSAhaW1wb3J0YW50XCIsXG4gICAgICAgIGhlaWdodDogXCIyNXB4ICFpbXBvcnRhbnRcIixcbiAgICAgICAgY29sb3I6IFwidmFyKC0tbWRjLXRoZW1lLXN1cmZhY2UpXCIsXG4gICAgICAgIFwiJjo6cGxhY2Vob2xkZXJcIjoge1xuICAgICAgICAgICAgY29sb3I6IFwidmFyKC0tbWRjLXRoZW1lLXN1cmZhY2UpICFpbXBvcnRhbnRcIixcbiAgICAgICAgICAgIG9wYWNpdHk6IFwiMSAhaW1wb3J0YW50XCJcbiAgICAgICAgfSxcbiAgICAgICAgXCImOmZvY3VzOjpwbGFjZWhvbGRlclwiOiB7XG4gICAgICAgICAgICBjb2xvcjogXCJ2YXIoLS1tZGMtdGhlbWUtdGV4dC1zZWNvbmRhcnktb24tYmFja2dyb3VuZCkgIWltcG9ydGFudFwiXG4gICAgICAgIH1cbiAgICB9XG59KTtcblxuZXhwb3J0IGNvbnN0IHNlYXJjaEJhckRyb3Bkb3duID0gY3NzKHtcbiAgICBwb3NpdGlvbjogXCJhYnNvbHV0ZVwiLFxuICAgIGJhY2tncm91bmQ6IFwid2hpdGVcIixcbiAgICBsZWZ0OiAtMSxcbiAgICB3aWR0aDogXCJjYWxjKDEwMCUgKyAycHgpXCIsXG4gICAgdG9wOiA0NSxcbiAgICB6SW5kZXg6IDIsXG4gICAgY29sb3I6IFwidmFyKC0tbWRjLXRoZW1lLW9uLXN1cmZhY2UpXCIsXG4gICAgYm9yZGVyUmFkaXVzOiBcIjAgMCA1cHggNXB4XCIsXG4gICAgXCIubWRjLWRlcHJlY2F0ZWQtbGlzdFwiOiB7XG4gICAgICAgIHBhZGRpbmc6IDAsXG4gICAgICAgIFwiLm1kYy1kZXByZWNhdGVkLWxpc3QtaXRlbVwiOiB7XG4gICAgICAgICAgICBcIiYuc2VsZWN0ZWRcIjoge1xuICAgICAgICAgICAgICAgIGZvbnRXZWlnaHQ6IFwiYm9sZFwiXG4gICAgICAgICAgICB9LFxuICAgICAgICAgICAgXCImLmhpZ2hsaWdodGVkXCI6IHtcbiAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kQ29sb3I6IFwidmFyKC0tbWRjLXRoZW1lLW9uLWJhY2tncm91bmQpXCJcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH1cbn0pO1xuXG5leHBvcnQgY29uc3QgaWNvbiA9IGNzcyh7XG4gICAgXCImLm1kYy1idXR0b25fX2ljb25cIjoge1xuICAgICAgICB3aWR0aDogXCJhdXRvICFpbXBvcnRhbnRcIixcbiAgICAgICAgcGFkZGluZ1JpZ2h0OiA1LFxuICAgICAgICBvcGFjaXR5OiAwLjc1LFxuICAgICAgICBtYXJnaW5Ub3A6IDJcbiAgICB9XG59KTtcblxuZXhwb3J0IGNvbnN0IGljb25TZWFyY2hUeXBlID0gY3NzKHtcbiAgICBjdXJzb3I6IFwicG9pbnRlclwiLFxuICAgIHBhZGRpbmdMZWZ0OiA1XG59KTtcblxuZXhwb3J0IGNvbnN0IHNlYXJjaFdyYXBwZXIgPSBjc3Moe1xuICAgIGJhY2tncm91bmRDb2xvcjogXCJyZ2JhKDAsIDAsIDAsIDAuMSlcIixcbiAgICBkaXNwbGF5OiBcImZsZXhcIixcbiAgICBwYWRkaW5nOiBcIjEwcHggMjBweFwiLFxuICAgIHBvc2l0aW9uOiBcInJlbGF0aXZlXCIsXG4gICAgYm9yZGVyUmFkaXVzOiA0LFxuICAgIHRyYW5zaXRpb246IFwiYmFja2dyb3VuZCAxMDBtcyBlYXNlLWluLHdpZHRoIDEwMG1zIGVhc2Utb3V0XCIsXG4gICAgY29sb3I6IFwidmFyKC0tbWRjLXRoZW1lLXN1cmZhY2UpXCIsXG4gICAgYm9yZGVyOiBcIjFweCBzb2xpZCB0cmFuc3BhcmVudFwiLFxuICAgIFwiJi5hY3RpdmVcIjoge1xuICAgICAgICBjb2xvcjogXCJ2YXIoLS1tZGMtdGhlbWUtb24tc3VyZmFjZSlcIixcbiAgICAgICAgYm9yZGVyOiBcIjFweCBzb2xpZCB2YXIoLS1tZGMtdGhlbWUtdGV4dC1oaW50LW9uLWRhcmspXCIsXG4gICAgICAgIGJhY2tncm91bmQ6IFwidmFyKC0tbWRjLXRoZW1lLXN1cmZhY2UpXCIsXG4gICAgICAgIGJveFNoYWRvdzogXCIwIDFweCAxcHggdmFyKC0tbWRjLXRoZW1lLXRleHQtaGludC1vbi1kYXJrKVwiLFxuICAgICAgICBpbnB1dDoge1xuICAgICAgICAgICAgY29sb3I6IFwidmFyKC0tbWRjLXRoZW1lLW9uLXN1cmZhY2UpXCJcbiAgICAgICAgfSxcbiAgICAgICAgLy8gQHRzLWV4cGVjdC1lcnJvclxuICAgICAgICBbU2VhcmNoU2hvcnRjdXRdOiB7XG4gICAgICAgICAgICBkaXNwbGF5OiBcIm5vbmVcIlxuICAgICAgICB9XG4gICAgfSxcbiAgICBpbnB1dDoge1xuICAgICAgICBjb2xvcjogXCJ2YXIoLS1tZGMtdGhlbWUtc3VyZmFjZSlcIlxuICAgIH1cbn0pO1xuIl19 */",
|
|
38
|
-
toString: _EMOTION_STRINGIFIED_CSS_ERROR__
|
|
39
|
-
});
|
|
40
|
-
var SearchBarInputWrapper = exports.SearchBarInputWrapper = /*#__PURE__*/(0, _base.default)("div", process.env.NODE_ENV === "production" ? {
|
|
41
|
-
target: "eh6vkyz0"
|
|
42
|
-
} : {
|
|
43
|
-
target: "eh6vkyz0",
|
|
44
|
-
label: "SearchBarInputWrapper"
|
|
45
|
-
})(process.env.NODE_ENV === "production" ? {
|
|
46
|
-
name: "gggxmf",
|
|
47
|
-
styles: "display:flex;width:100%;position:relative"
|
|
48
|
-
} : {
|
|
49
|
-
name: "gggxmf",
|
|
50
|
-
styles: "display:flex;width:100%;position:relative",
|
|
51
|
-
map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInN0eWxlZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUF1QnFDIiwiZmlsZSI6InN0eWxlZC50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gXCJlbW90aW9uXCI7XG5pbXBvcnQgc3R5bGVkIGZyb20gXCJAZW1vdGlvbi9zdHlsZWRcIjtcblxuZXhwb3J0IGNvbnN0IFNlYXJjaFNob3J0Y3V0ID0gc3R5bGVkKFwiZGl2XCIpKHtcbiAgICBib3JkZXI6IFwiMXB4IHNvbGlkIHZhcigtLW1kYy10aGVtZS1zdXJmYWNlKVwiLFxuICAgIGNvbG9yOiBcInZhcigtLW1kYy10aGVtZS1zdXJmYWNlKVwiLFxuICAgIGJvcmRlclJhZGl1czogNSxcbiAgICB3aWR0aDogMjAsXG4gICAgaGVpZ2h0OiAyNCxcbiAgICBtYXJnaW5Ub3A6IDEsXG4gICAgdGV4dEFsaWduOiBcImNlbnRlclwiLFxuICAgIGZvbnRTaXplOiBcIjEycHhcIixcbiAgICBwYWRkaW5nVG9wOiBcIjNweFwiLFxuICAgIGJveFNpemluZzogXCJib3JkZXItYm94XCIsXG4gICAgY3Vyc29yOiBcImRlZmF1bHRcIixcbiAgICBvcGFjaXR5OiBcIjAuOFwiXG59KTtcblxuZXhwb3J0IGNvbnN0IFNlYXJjaEJhcldyYXBwZXIgPSBzdHlsZWQoXCJkaXZcIikoe1xuICAgIGRpc3BsYXk6IFwiZmxleFwiLFxuICAgIHdpZHRoOiBcIjEwMCVcIlxufSk7XG5cbmV4cG9ydCBjb25zdCBTZWFyY2hCYXJJbnB1dFdyYXBwZXIgPSBzdHlsZWQoXCJkaXZcIikoe1xuICAgIGRpc3BsYXk6IFwiZmxleFwiLFxuICAgIHdpZHRoOiBcIjEwMCVcIixcbiAgICBwb3NpdGlvbjogXCJyZWxhdGl2ZVwiXG59KTtcblxuZXhwb3J0IGNvbnN0IHNlYXJjaEJhcklucHV0ID0gY3NzKHtcbiAgICB3aWR0aDogXCIxMDAlXCIsXG4gICAgbGluZUhlaWdodDogMSxcbiAgICBib3JkZXI6IFwibm9uZVwiLFxuICAgIG91dGxpbmU6IFwibm9uZVwiLFxuICAgIGJhY2tncm91bmRDb2xvcjogXCJ0cmFuc3BhcmVudFwiLFxuICAgIFwiJi5tZGMtdGV4dC1maWVsZF9faW5wdXRcIjoge1xuICAgICAgICBwYWRkaW5nVG9wOiBcIjVweCAhaW1wb3J0YW50XCIsXG4gICAgICAgIHBhZGRpbmdMZWZ0OiBcIjEwcHggIWltcG9ydGFudFwiLFxuICAgICAgICBib3JkZXJCb3R0b206IFwibm9uZSAhaW1wb3J0YW50XCIsXG4gICAgICAgIGhlaWdodDogXCIyNXB4ICFpbXBvcnRhbnRcIixcbiAgICAgICAgY29sb3I6IFwidmFyKC0tbWRjLXRoZW1lLXN1cmZhY2UpXCIsXG4gICAgICAgIFwiJjo6cGxhY2Vob2xkZXJcIjoge1xuICAgICAgICAgICAgY29sb3I6IFwidmFyKC0tbWRjLXRoZW1lLXN1cmZhY2UpICFpbXBvcnRhbnRcIixcbiAgICAgICAgICAgIG9wYWNpdHk6IFwiMSAhaW1wb3J0YW50XCJcbiAgICAgICAgfSxcbiAgICAgICAgXCImOmZvY3VzOjpwbGFjZWhvbGRlclwiOiB7XG4gICAgICAgICAgICBjb2xvcjogXCJ2YXIoLS1tZGMtdGhlbWUtdGV4dC1zZWNvbmRhcnktb24tYmFja2dyb3VuZCkgIWltcG9ydGFudFwiXG4gICAgICAgIH1cbiAgICB9XG59KTtcblxuZXhwb3J0IGNvbnN0IHNlYXJjaEJhckRyb3Bkb3duID0gY3NzKHtcbiAgICBwb3NpdGlvbjogXCJhYnNvbHV0ZVwiLFxuICAgIGJhY2tncm91bmQ6IFwid2hpdGVcIixcbiAgICBsZWZ0OiAtMSxcbiAgICB3aWR0aDogXCJjYWxjKDEwMCUgKyAycHgpXCIsXG4gICAgdG9wOiA0NSxcbiAgICB6SW5kZXg6IDIsXG4gICAgY29sb3I6IFwidmFyKC0tbWRjLXRoZW1lLW9uLXN1cmZhY2UpXCIsXG4gICAgYm9yZGVyUmFkaXVzOiBcIjAgMCA1cHggNXB4XCIsXG4gICAgXCIubWRjLWRlcHJlY2F0ZWQtbGlzdFwiOiB7XG4gICAgICAgIHBhZGRpbmc6IDAsXG4gICAgICAgIFwiLm1kYy1kZXByZWNhdGVkLWxpc3QtaXRlbVwiOiB7XG4gICAgICAgICAgICBcIiYuc2VsZWN0ZWRcIjoge1xuICAgICAgICAgICAgICAgIGZvbnRXZWlnaHQ6IFwiYm9sZFwiXG4gICAgICAgICAgICB9LFxuICAgICAgICAgICAgXCImLmhpZ2hsaWdodGVkXCI6IHtcbiAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kQ29sb3I6IFwidmFyKC0tbWRjLXRoZW1lLW9uLWJhY2tncm91bmQpXCJcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH1cbn0pO1xuXG5leHBvcnQgY29uc3QgaWNvbiA9IGNzcyh7XG4gICAgXCImLm1kYy1idXR0b25fX2ljb25cIjoge1xuICAgICAgICB3aWR0aDogXCJhdXRvICFpbXBvcnRhbnRcIixcbiAgICAgICAgcGFkZGluZ1JpZ2h0OiA1LFxuICAgICAgICBvcGFjaXR5OiAwLjc1LFxuICAgICAgICBtYXJnaW5Ub3A6IDJcbiAgICB9XG59KTtcblxuZXhwb3J0IGNvbnN0IGljb25TZWFyY2hUeXBlID0gY3NzKHtcbiAgICBjdXJzb3I6IFwicG9pbnRlclwiLFxuICAgIHBhZGRpbmdMZWZ0OiA1XG59KTtcblxuZXhwb3J0IGNvbnN0IHNlYXJjaFdyYXBwZXIgPSBjc3Moe1xuICAgIGJhY2tncm91bmRDb2xvcjogXCJyZ2JhKDAsIDAsIDAsIDAuMSlcIixcbiAgICBkaXNwbGF5OiBcImZsZXhcIixcbiAgICBwYWRkaW5nOiBcIjEwcHggMjBweFwiLFxuICAgIHBvc2l0aW9uOiBcInJlbGF0aXZlXCIsXG4gICAgYm9yZGVyUmFkaXVzOiA0LFxuICAgIHRyYW5zaXRpb246IFwiYmFja2dyb3VuZCAxMDBtcyBlYXNlLWluLHdpZHRoIDEwMG1zIGVhc2Utb3V0XCIsXG4gICAgY29sb3I6IFwidmFyKC0tbWRjLXRoZW1lLXN1cmZhY2UpXCIsXG4gICAgYm9yZGVyOiBcIjFweCBzb2xpZCB0cmFuc3BhcmVudFwiLFxuICAgIFwiJi5hY3RpdmVcIjoge1xuICAgICAgICBjb2xvcjogXCJ2YXIoLS1tZGMtdGhlbWUtb24tc3VyZmFjZSlcIixcbiAgICAgICAgYm9yZGVyOiBcIjFweCBzb2xpZCB2YXIoLS1tZGMtdGhlbWUtdGV4dC1oaW50LW9uLWRhcmspXCIsXG4gICAgICAgIGJhY2tncm91bmQ6IFwidmFyKC0tbWRjLXRoZW1lLXN1cmZhY2UpXCIsXG4gICAgICAgIGJveFNoYWRvdzogXCIwIDFweCAxcHggdmFyKC0tbWRjLXRoZW1lLXRleHQtaGludC1vbi1kYXJrKVwiLFxuICAgICAgICBpbnB1dDoge1xuICAgICAgICAgICAgY29sb3I6IFwidmFyKC0tbWRjLXRoZW1lLW9uLXN1cmZhY2UpXCJcbiAgICAgICAgfSxcbiAgICAgICAgLy8gQHRzLWV4cGVjdC1lcnJvclxuICAgICAgICBbU2VhcmNoU2hvcnRjdXRdOiB7XG4gICAgICAgICAgICBkaXNwbGF5OiBcIm5vbmVcIlxuICAgICAgICB9XG4gICAgfSxcbiAgICBpbnB1dDoge1xuICAgICAgICBjb2xvcjogXCJ2YXIoLS1tZGMtdGhlbWUtc3VyZmFjZSlcIlxuICAgIH1cbn0pO1xuIl19 */",
|
|
52
|
-
toString: _EMOTION_STRINGIFIED_CSS_ERROR__
|
|
53
|
-
});
|
|
54
|
-
var searchBarInput = exports.searchBarInput = (0, _emotion.css)({
|
|
55
|
-
width: "100%",
|
|
56
|
-
lineHeight: 1,
|
|
57
|
-
border: "none",
|
|
58
|
-
outline: "none",
|
|
59
|
-
backgroundColor: "transparent",
|
|
60
|
-
"&.mdc-text-field__input": {
|
|
61
|
-
paddingTop: "5px !important",
|
|
62
|
-
paddingLeft: "10px !important",
|
|
63
|
-
borderBottom: "none !important",
|
|
64
|
-
height: "25px !important",
|
|
65
|
-
color: "var(--mdc-theme-surface)",
|
|
66
|
-
"&::placeholder": {
|
|
67
|
-
color: "var(--mdc-theme-surface) !important",
|
|
68
|
-
opacity: "1 !important"
|
|
69
|
-
},
|
|
70
|
-
"&:focus::placeholder": {
|
|
71
|
-
color: "var(--mdc-theme-text-secondary-on-background) !important"
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
});
|
|
75
|
-
var searchBarDropdown = exports.searchBarDropdown = (0, _emotion.css)({
|
|
76
|
-
position: "absolute",
|
|
77
|
-
background: "white",
|
|
78
|
-
left: -1,
|
|
79
|
-
width: "calc(100% + 2px)",
|
|
80
|
-
top: 45,
|
|
81
|
-
zIndex: 2,
|
|
82
|
-
color: "var(--mdc-theme-on-surface)",
|
|
83
|
-
borderRadius: "0 0 5px 5px",
|
|
84
|
-
".mdc-deprecated-list": {
|
|
85
|
-
padding: 0,
|
|
86
|
-
".mdc-deprecated-list-item": {
|
|
87
|
-
"&.selected": {
|
|
88
|
-
fontWeight: "bold"
|
|
89
|
-
},
|
|
90
|
-
"&.highlighted": {
|
|
91
|
-
backgroundColor: "var(--mdc-theme-on-background)"
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
});
|
|
96
|
-
var icon = exports.icon = (0, _emotion.css)({
|
|
97
|
-
"&.mdc-button__icon": {
|
|
98
|
-
width: "auto !important",
|
|
99
|
-
paddingRight: 5,
|
|
100
|
-
opacity: 0.75,
|
|
101
|
-
marginTop: 2
|
|
102
|
-
}
|
|
103
|
-
});
|
|
104
|
-
var iconSearchType = exports.iconSearchType = (0, _emotion.css)({
|
|
105
|
-
cursor: "pointer",
|
|
106
|
-
paddingLeft: 5
|
|
107
|
-
});
|
|
108
|
-
var searchWrapper = exports.searchWrapper = (0, _emotion.css)({
|
|
109
|
-
backgroundColor: "rgba(0, 0, 0, 0.1)",
|
|
110
|
-
display: "flex",
|
|
111
|
-
padding: "10px 20px",
|
|
112
|
-
position: "relative",
|
|
113
|
-
borderRadius: 4,
|
|
114
|
-
transition: "background 100ms ease-in,width 100ms ease-out",
|
|
115
|
-
color: "var(--mdc-theme-surface)",
|
|
116
|
-
border: "1px solid transparent",
|
|
117
|
-
"&.active": (0, _defineProperty2.default)({
|
|
118
|
-
color: "var(--mdc-theme-on-surface)",
|
|
119
|
-
border: "1px solid var(--mdc-theme-text-hint-on-dark)",
|
|
120
|
-
background: "var(--mdc-theme-surface)",
|
|
121
|
-
boxShadow: "0 1px 1px var(--mdc-theme-text-hint-on-dark)",
|
|
122
|
-
input: {
|
|
123
|
-
color: "var(--mdc-theme-on-surface)"
|
|
124
|
-
}
|
|
125
|
-
}, SearchShortcut, {
|
|
126
|
-
display: "none"
|
|
127
|
-
}),
|
|
128
|
-
input: {
|
|
129
|
-
color: "var(--mdc-theme-surface)"
|
|
130
|
-
}
|
|
131
|
-
});
|
|
132
|
-
|
|
133
|
-
//# sourceMappingURL=styled.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_emotion","require","_EMOTION_STRINGIFIED_CSS_ERROR__","SearchShortcut","exports","_base","default","process","env","NODE_ENV","target","label","name","styles","map","toString","SearchBarWrapper","SearchBarInputWrapper","searchBarInput","css","width","lineHeight","border","outline","backgroundColor","paddingTop","paddingLeft","borderBottom","height","color","opacity","searchBarDropdown","position","background","left","top","zIndex","borderRadius","padding","fontWeight","icon","paddingRight","marginTop","iconSearchType","cursor","searchWrapper","display","transition","_defineProperty2","boxShadow","input"],"sources":["styled.ts"],"sourcesContent":["import { css } from \"emotion\";\nimport styled from \"@emotion/styled\";\n\nexport const SearchShortcut = styled(\"div\")({\n border: \"1px solid var(--mdc-theme-surface)\",\n color: \"var(--mdc-theme-surface)\",\n borderRadius: 5,\n width: 20,\n height: 24,\n marginTop: 1,\n textAlign: \"center\",\n fontSize: \"12px\",\n paddingTop: \"3px\",\n boxSizing: \"border-box\",\n cursor: \"default\",\n opacity: \"0.8\"\n});\n\nexport const SearchBarWrapper = styled(\"div\")({\n display: \"flex\",\n width: \"100%\"\n});\n\nexport const SearchBarInputWrapper = styled(\"div\")({\n display: \"flex\",\n width: \"100%\",\n position: \"relative\"\n});\n\nexport const searchBarInput = css({\n width: \"100%\",\n lineHeight: 1,\n border: \"none\",\n outline: \"none\",\n backgroundColor: \"transparent\",\n \"&.mdc-text-field__input\": {\n paddingTop: \"5px !important\",\n paddingLeft: \"10px !important\",\n borderBottom: \"none !important\",\n height: \"25px !important\",\n color: \"var(--mdc-theme-surface)\",\n \"&::placeholder\": {\n color: \"var(--mdc-theme-surface) !important\",\n opacity: \"1 !important\"\n },\n \"&:focus::placeholder\": {\n color: \"var(--mdc-theme-text-secondary-on-background) !important\"\n }\n }\n});\n\nexport const searchBarDropdown = css({\n position: \"absolute\",\n background: \"white\",\n left: -1,\n width: \"calc(100% + 2px)\",\n top: 45,\n zIndex: 2,\n color: \"var(--mdc-theme-on-surface)\",\n borderRadius: \"0 0 5px 5px\",\n \".mdc-deprecated-list\": {\n padding: 0,\n \".mdc-deprecated-list-item\": {\n \"&.selected\": {\n fontWeight: \"bold\"\n },\n \"&.highlighted\": {\n backgroundColor: \"var(--mdc-theme-on-background)\"\n }\n }\n }\n});\n\nexport const icon = css({\n \"&.mdc-button__icon\": {\n width: \"auto !important\",\n paddingRight: 5,\n opacity: 0.75,\n marginTop: 2\n }\n});\n\nexport const iconSearchType = css({\n cursor: \"pointer\",\n paddingLeft: 5\n});\n\nexport const searchWrapper = css({\n backgroundColor: \"rgba(0, 0, 0, 0.1)\",\n display: \"flex\",\n padding: \"10px 20px\",\n position: \"relative\",\n borderRadius: 4,\n transition: \"background 100ms ease-in,width 100ms ease-out\",\n color: \"var(--mdc-theme-surface)\",\n border: \"1px solid transparent\",\n \"&.active\": {\n color: \"var(--mdc-theme-on-surface)\",\n border: \"1px solid var(--mdc-theme-text-hint-on-dark)\",\n background: \"var(--mdc-theme-surface)\",\n boxShadow: \"0 1px 1px var(--mdc-theme-text-hint-on-dark)\",\n input: {\n color: \"var(--mdc-theme-on-surface)\"\n },\n // @ts-expect-error\n [SearchShortcut]: {\n display: \"none\"\n }\n },\n input: {\n color: \"var(--mdc-theme-surface)\"\n }\n});\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
-
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports.uiLayoutPlugin = void 0;
|
|
8
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
9
|
-
var _Grid = require("@webiny/ui/Grid");
|
|
10
|
-
var _UILayout = require("../../ui/UILayout");
|
|
11
|
-
function getElementKey(element) {
|
|
12
|
-
return "".concat(element.constructor.name, ":").concat(element.id);
|
|
13
|
-
}
|
|
14
|
-
var ElementID = function ElementID(_ref) {
|
|
15
|
-
var children = _ref.children;
|
|
16
|
-
return children;
|
|
17
|
-
};
|
|
18
|
-
var uiLayoutPlugin = exports.uiLayoutPlugin = new _UILayout.UILayoutPlugin(function (layout) {
|
|
19
|
-
layout.setRenderer(function (_ref2) {
|
|
20
|
-
var layout = _ref2.layout,
|
|
21
|
-
props = _ref2.props,
|
|
22
|
-
hasParentGrid = _ref2.hasParentGrid;
|
|
23
|
-
if (!layout.getGrid()) {
|
|
24
|
-
return /*#__PURE__*/_react.default.createElement(_react.Fragment, null, layout.getLayout().map(function (row, index) {
|
|
25
|
-
return /*#__PURE__*/_react.default.createElement(_react.Fragment, {
|
|
26
|
-
key: index
|
|
27
|
-
}, row.map(function (item) {
|
|
28
|
-
var element = layout.getElement(item.element);
|
|
29
|
-
if (!element) {
|
|
30
|
-
console.warn("Element \"".concat(item.element, "\" was not found!"));
|
|
31
|
-
return null;
|
|
32
|
-
}
|
|
33
|
-
if (!element.shouldRender(props)) {
|
|
34
|
-
return null;
|
|
35
|
-
}
|
|
36
|
-
return /*#__PURE__*/_react.default.createElement(ElementID, {
|
|
37
|
-
key: getElementKey(element)
|
|
38
|
-
}, element.render(props));
|
|
39
|
-
}));
|
|
40
|
-
}));
|
|
41
|
-
}
|
|
42
|
-
var GridComponent = hasParentGrid ? _Grid.GridInner : _Grid.Grid;
|
|
43
|
-
return /*#__PURE__*/_react.default.createElement(GridComponent, null, layout.getLayout().map(function (row, index) {
|
|
44
|
-
return /*#__PURE__*/_react.default.createElement(_react.Fragment, {
|
|
45
|
-
key: index
|
|
46
|
-
}, row.map(function (item) {
|
|
47
|
-
var element = layout.getElement(item.element);
|
|
48
|
-
if (!element.shouldRender(props)) {
|
|
49
|
-
return null;
|
|
50
|
-
}
|
|
51
|
-
return /*#__PURE__*/_react.default.createElement(_Grid.Cell, {
|
|
52
|
-
key: item.element,
|
|
53
|
-
span: item.width
|
|
54
|
-
}, /*#__PURE__*/_react.default.createElement(ElementID, {
|
|
55
|
-
key: getElementKey(element)
|
|
56
|
-
}, element.render(props)));
|
|
57
|
-
}));
|
|
58
|
-
}));
|
|
59
|
-
});
|
|
60
|
-
});
|
|
61
|
-
|
|
62
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_Grid","_UILayout","getElementKey","element","concat","constructor","name","id","ElementID","_ref","children","uiLayoutPlugin","exports","UILayoutPlugin","layout","setRenderer","_ref2","props","hasParentGrid","getGrid","default","createElement","Fragment","getLayout","map","row","index","key","item","getElement","console","warn","shouldRender","render","GridComponent","GridInner","Grid","Cell","span","width"],"sources":["index.tsx"],"sourcesContent":["import React, { Fragment } from \"react\";\nimport { Cell, Grid, GridInner } from \"@webiny/ui/Grid\";\nimport { UILayoutPlugin } from \"~/ui/UILayout\";\nimport { UIElement } from \"~/ui/UIElement\";\n\ninterface ElementIDProps {\n children: React.ReactNode;\n}\n\nfunction getElementKey(element: UIElement) {\n return `${element.constructor.name}:${element.id}`;\n}\n\nconst ElementID = ({ children }: ElementIDProps) => {\n return children as unknown as React.ReactElement;\n};\n\nexport const uiLayoutPlugin = new UILayoutPlugin(layout => {\n layout.setRenderer(({ layout, props, hasParentGrid }) => {\n if (!layout.getGrid()) {\n return (\n <Fragment>\n {layout.getLayout().map((row, index) => (\n <Fragment key={index}>\n {row.map(item => {\n const element = layout.getElement(item.element);\n\n if (!element) {\n console.warn(`Element \"${item.element}\" was not found!`);\n return null;\n }\n\n if (!element.shouldRender(props)) {\n return null;\n }\n\n return (\n <ElementID key={getElementKey(element)}>\n {element.render(props)}\n </ElementID>\n );\n })}\n </Fragment>\n ))}\n </Fragment>\n );\n }\n\n const GridComponent = hasParentGrid ? GridInner : Grid;\n\n return (\n <GridComponent>\n {layout.getLayout().map((row, index) => (\n <Fragment key={index}>\n {row.map(item => {\n const element = layout.getElement(item.element);\n if (!element.shouldRender(props)) {\n return null;\n }\n return (\n <Cell key={item.element} span={item.width}>\n <ElementID key={getElementKey(element)}>\n {element.render(props)}\n </ElementID>\n </Cell>\n );\n })}\n </Fragment>\n ))}\n </GridComponent>\n );\n });\n});\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,369 +0,0 @@
|
|
|
1
|
-
@use "@material/top-app-bar/_mixins.scss" as topAppBar;
|
|
2
|
-
@use "@material/elevation/mixins" as elevation;
|
|
3
|
-
@use "@material/button/mixins" as button;
|
|
4
|
-
@use "@material/icon-button/mixins" as iconButton;
|
|
5
|
-
@use "@material/drawer/mixins" as drawer;
|
|
6
|
-
@use "@material/tab-bar/mixins" as tabBar;
|
|
7
|
-
@use "@material/tab/mixins" as tab;
|
|
8
|
-
@use "@material/tab-indicator/mixins" as tabIndicator;
|
|
9
|
-
@use "@material/list/mixins" as list;
|
|
10
|
-
@use "@material/switch" as switch;
|
|
11
|
-
@use "@material/textfield/mixins" as textfield;
|
|
12
|
-
@use "@material/select/mixins" as select;
|
|
13
|
-
@use "@material/checkbox/mixins" as checkbox;
|
|
14
|
-
@use "@material/radio/mixins" as radio;
|
|
15
|
-
@use "@material/snackbar/mixins" as snackbar;
|
|
16
|
-
|
|
17
|
-
// top app bar should use theme-surface as the fill color
|
|
18
|
-
.mdc-top-app-bar {
|
|
19
|
-
@include topAppBar.fill-color($mdc-theme-surface);
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.mdc-top-app-bar.primary {
|
|
23
|
-
@include topAppBar.fill-color($mdc-theme-primary);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
// elevation should use theme-surface as fill color so it can be used as surface
|
|
27
|
-
.mdc-elevation--z1 {
|
|
28
|
-
@include elevation.elevation(1, $mdc-theme-on-surface);
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.mdc-elevation--z2 {
|
|
32
|
-
@include elevation.elevation(2, $mdc-theme-on-surface);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.mdc-elevation--z3 {
|
|
36
|
-
@include elevation.elevation(3, $mdc-theme-on-surface);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.mdc-elevation--z1,
|
|
40
|
-
.mdc-elevation--z2,
|
|
41
|
-
.mdc-elevation--z3,
|
|
42
|
-
.mdc-elevation--z4,
|
|
43
|
-
.mdc-elevation--z5,
|
|
44
|
-
.mdc-elevation--z6,
|
|
45
|
-
.mdc-elevation--z7,
|
|
46
|
-
.mdc-elevation--z8,
|
|
47
|
-
.mdc-elevation--z9 {
|
|
48
|
-
background-color: $mdc-theme-surface;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
// button styles
|
|
52
|
-
.mdc-button {
|
|
53
|
-
@include button.shape-radius(2px);
|
|
54
|
-
.mdc-button__label {
|
|
55
|
-
display: flex;
|
|
56
|
-
align-items: center;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
// set icon colors
|
|
61
|
-
.mdc-icon,
|
|
62
|
-
.mdc-icon-button {
|
|
63
|
-
@include iconButton.ink-color($mdc-theme-text-secondary-on-background);
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
// drawer
|
|
67
|
-
.mcd-drawer {
|
|
68
|
-
@include drawer.title-ink-color($mdc-theme-text-primary-on-background);
|
|
69
|
-
@include drawer.subtitle-ink-color($mdc-theme-text-primary-on-background);
|
|
70
|
-
@include drawer.item-icon-ink-color($mdc-theme-text-primary-on-background);
|
|
71
|
-
@include drawer.item-text-ink-color($mdc-theme-text-primary-on-background);
|
|
72
|
-
@include drawer.surface-fill-color($mdc-theme-surface);
|
|
73
|
-
@include drawer.item-shape-radius(0);
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
// fix for drawer positioning
|
|
77
|
-
.mdc-drawer {
|
|
78
|
-
z-index: 12;
|
|
79
|
-
background-color: $mdc-theme-surface;
|
|
80
|
-
&.mdc-drawer--modal.mdc-drawer--open {
|
|
81
|
-
top: 0;
|
|
82
|
-
background-color: $mdc-theme-surface;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
// fix drawer display so we can have a nice drawer footer
|
|
87
|
-
.mdc-drawer--modal.mdc-drawer--open {
|
|
88
|
-
display: flex;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
// tabs
|
|
92
|
-
.mdc-tab-bar {
|
|
93
|
-
@include tabBar.width("100%");
|
|
94
|
-
|
|
95
|
-
.mdc-tab {
|
|
96
|
-
@include tab.fixed-width("100px");
|
|
97
|
-
@include tab.text-label-color($mdc-theme-text-primary-on-background);
|
|
98
|
-
@include tab.icon-color($mdc-theme-text-primary-on-background);
|
|
99
|
-
|
|
100
|
-
// fixes tab width
|
|
101
|
-
flex: 1 0;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.mdc-tab-indicator {
|
|
105
|
-
@include tabIndicator.underline-color($mdc-theme-primary);
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
// list
|
|
110
|
-
.mdc-deprecated-list {
|
|
111
|
-
@include list.deprecated-item-primary-text-ink-color($mdc-theme-text-primary-on-background);
|
|
112
|
-
@include list.deprecated-item-secondary-text-ink-color($mdc-theme-text-secondary-on-background);
|
|
113
|
-
@include list.deprecated-item-graphic-ink-color($mdc-theme-text-secondary-on-background);
|
|
114
|
-
@include list.deprecated-item-meta-ink-color($mdc-theme-text-secondary-on-background);
|
|
115
|
-
@include list.deprecated-divider-color($mdc-theme-on-background);
|
|
116
|
-
@include list.deprecated-group-subheader-ink-color($mdc-theme-text-primary-on-background);
|
|
117
|
-
@include list.deprecated-single-line-shape-radius(0);
|
|
118
|
-
|
|
119
|
-
.mdc-deprecated-list-item {
|
|
120
|
-
color: $mdc-theme-text-primary-on-background;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.mdc-deprecated-list-item__ripple {
|
|
124
|
-
overflow: hidden;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.mdc-deprecated-list-item:hover,
|
|
128
|
-
.mdc-deprecated-list-item::after,
|
|
129
|
-
.mdc-deprecated-list-item::before {
|
|
130
|
-
background-color: transparent;
|
|
131
|
-
}
|
|
132
|
-
&:not(.mdc-deprecated-list--non-interactive) {
|
|
133
|
-
.mdc-deprecated-list-item:hover {
|
|
134
|
-
background-color: $mdc-theme-text-hint-on-dark;
|
|
135
|
-
cursor: pointer;
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
// switch
|
|
141
|
-
.mdc-switch {
|
|
142
|
-
@include switch.theme-styles(
|
|
143
|
-
(
|
|
144
|
-
selected-focus-handle-color: $mdc-theme-secondary,
|
|
145
|
-
selected-focus-state-layer-color: $mdc-theme-secondary,
|
|
146
|
-
selected-focus-track-color: rgba($mdc-theme-secondary, 0.54),
|
|
147
|
-
selected-handle-color: $mdc-theme-secondary,
|
|
148
|
-
selected-hover-handle-color: $mdc-theme-secondary,
|
|
149
|
-
selected-hover-state-layer-color: $mdc-theme-secondary,
|
|
150
|
-
selected-hover-track-color: rgba($mdc-theme-secondary, 0.54),
|
|
151
|
-
selected-pressed-handle-color: $mdc-theme-secondary,
|
|
152
|
-
selected-pressed-state-layer-color: $mdc-theme-secondary,
|
|
153
|
-
selected-pressed-track-color: rgba($mdc-theme-secondary, 0.54),
|
|
154
|
-
selected-track-color: rgba($mdc-theme-secondary, 0.54),
|
|
155
|
-
unselected-focus-handle-color: $mdc-theme-surface,
|
|
156
|
-
unselected-focus-track-color: rgba($mdc-theme-on-surface, 0.38),
|
|
157
|
-
unselected-handle-color: $mdc-theme-surface,
|
|
158
|
-
unselected-hover-handle-color: $mdc-theme-surface,
|
|
159
|
-
unselected-hover-track-color: rgba($mdc-theme-on-surface, 0.38),
|
|
160
|
-
unselected-pressed-handle-color: $mdc-theme-surface,
|
|
161
|
-
unselected-pressed-track-color: rgba($mdc-theme-on-surface, 0.38),
|
|
162
|
-
unselected-track-color: rgba($mdc-theme-on-surface, 0.38)
|
|
163
|
-
)
|
|
164
|
-
);
|
|
165
|
-
|
|
166
|
-
margin-left: 5px;
|
|
167
|
-
margin-right: 10px;
|
|
168
|
-
|
|
169
|
-
.mdc-switch__icons {
|
|
170
|
-
display: none;
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
// menu
|
|
175
|
-
.mdc-menu {
|
|
176
|
-
background-color: $mdc-theme-surface;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
/*
|
|
180
|
-
Fix the width of input components when inside grids
|
|
181
|
-
*/
|
|
182
|
-
.mdc-text-field {
|
|
183
|
-
width: 100%;
|
|
184
|
-
@include textfield.shape-radius(0);
|
|
185
|
-
@include textfield.textarea-shape-radius(0);
|
|
186
|
-
@include textfield.fill-color($mdc-theme-on-background);
|
|
187
|
-
@include textfield.label-color($mdc-theme-text-primary-on-background);
|
|
188
|
-
@include textfield.ink-color($mdc-theme-on-surface);
|
|
189
|
-
&.mdc-text-field--textarea {
|
|
190
|
-
&.--focused {
|
|
191
|
-
.mdc-floating-label.mdc-floating-label {
|
|
192
|
-
top: 0px;
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
&.mdc-text-field--disabled {
|
|
197
|
-
background-color: $mdc-theme-background;
|
|
198
|
-
opacity: 0.55;
|
|
199
|
-
.mdc-text-field__input {
|
|
200
|
-
color: $mdc-theme-text-primary-on-background;
|
|
201
|
-
&::placeholder {
|
|
202
|
-
color: $mdc-theme-text-primary-on-background;
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
}
|
|
206
|
-
.mdc-text-field__input {
|
|
207
|
-
width: 100%;
|
|
208
|
-
resize: none;
|
|
209
|
-
//border: 1px solid $mdc-theme-on-background;
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
// textfield helper - color fix
|
|
214
|
-
.mdc-text-field-helper-text {
|
|
215
|
-
margin-left: 2px !important;
|
|
216
|
-
color: $mdc-theme-text-secondary-on-background;
|
|
217
|
-
&--error {
|
|
218
|
-
color: $mdc-theme-primary !important;
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
// dialog
|
|
223
|
-
.mdc-dialog {
|
|
224
|
-
z-index: 22;
|
|
225
|
-
.mdc-dialog__container {
|
|
226
|
-
width: 100%;
|
|
227
|
-
}
|
|
228
|
-
.mdc-dialog__surface {
|
|
229
|
-
border-radius: 0px;
|
|
230
|
-
max-width: 875px;
|
|
231
|
-
position: relative;
|
|
232
|
-
.mdc-dialog__title {
|
|
233
|
-
background-color: $mdc-theme-secondary;
|
|
234
|
-
padding-bottom: 20px;
|
|
235
|
-
font-size: 1.4rem;
|
|
236
|
-
font-weight: 600;
|
|
237
|
-
color: $mdc-theme-on-secondary;
|
|
238
|
-
}
|
|
239
|
-
.mdc-dialog__content {
|
|
240
|
-
color: $mdc-theme-text-primary-on-background;
|
|
241
|
-
max-height: 70vh;
|
|
242
|
-
overflow: auto;
|
|
243
|
-
margin-top: 0;
|
|
244
|
-
padding-top: 24px;
|
|
245
|
-
padding-bottom: 24px;
|
|
246
|
-
background-color: $mdc-theme-surface;
|
|
247
|
-
|
|
248
|
-
// add options for when tabs are inside the body
|
|
249
|
-
> .webiny-ui-tabs {
|
|
250
|
-
margin: -24px;
|
|
251
|
-
> .mdc-tab-bar {
|
|
252
|
-
position: absolute;
|
|
253
|
-
z-index: 10;
|
|
254
|
-
@include tabBar.width(100%);
|
|
255
|
-
background-color: $mdc-theme-secondary;
|
|
256
|
-
.mdc-tab {
|
|
257
|
-
@include tab.text-label-color($mdc-theme-on-secondary);
|
|
258
|
-
@include tab.icon-color($mdc-theme-on-secondary);
|
|
259
|
-
@include tab.fixed-width(auto);
|
|
260
|
-
justify-content: flex-start;
|
|
261
|
-
font-weight: 600;
|
|
262
|
-
}
|
|
263
|
-
.mdc-tab-indicator {
|
|
264
|
-
padding-bottom: 5px;
|
|
265
|
-
margin-top: -1px;
|
|
266
|
-
@include tabIndicator.underline-color($mdc-theme-on-secondary);
|
|
267
|
-
background-color: $mdc-theme-secondary;
|
|
268
|
-
}
|
|
269
|
-
}
|
|
270
|
-
> .webiny-ui-tabs__content {
|
|
271
|
-
padding-top: 50px;
|
|
272
|
-
padding-bottom: 25px;
|
|
273
|
-
}
|
|
274
|
-
}
|
|
275
|
-
> .mdc-layout-grid {
|
|
276
|
-
margin: -24px;
|
|
277
|
-
}
|
|
278
|
-
}
|
|
279
|
-
.mdc-dialog__actions {
|
|
280
|
-
border-top: 1px solid $mdc-theme-on-background;
|
|
281
|
-
background-color: $mdc-theme-surface;
|
|
282
|
-
padding: 24px;
|
|
283
|
-
}
|
|
284
|
-
}
|
|
285
|
-
&.mdc-dialog--open .mdc-dialog__scrim {
|
|
286
|
-
opacity: 0.7;
|
|
287
|
-
background-color: var(--mdc-theme-on-surface);
|
|
288
|
-
}
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
// select
|
|
292
|
-
.mdc-select {
|
|
293
|
-
width: 100%;
|
|
294
|
-
@include select.ink-color($mdc-theme-text-primary-on-background);
|
|
295
|
-
@include select.label-color($mdc-theme-text-secondary-on-background);
|
|
296
|
-
@include select.bottom-line-color(
|
|
297
|
-
(
|
|
298
|
-
default: $mdc-theme-text-secondary-on-background,
|
|
299
|
-
hover: $mdc-theme-text-primary-on-background
|
|
300
|
-
)
|
|
301
|
-
);
|
|
302
|
-
@include select.container-fill-color($mdc-theme-on-background);
|
|
303
|
-
@include select.filled-shape-radius(0);
|
|
304
|
-
@include select.outline-shape-radius(2);
|
|
305
|
-
@include select.dropdown-icon-color(
|
|
306
|
-
(
|
|
307
|
-
default: $mdc-theme-text-primary-on-background,
|
|
308
|
-
focused: $mdc-theme-primary
|
|
309
|
-
)
|
|
310
|
-
);
|
|
311
|
-
|
|
312
|
-
/*
|
|
313
|
-
Fix for select box appearance. For some reason browser prefix css attributes are striped away.
|
|
314
|
-
*/
|
|
315
|
-
.mdc-select__native-control {
|
|
316
|
-
-webkit-appearance: none;
|
|
317
|
-
-moz-appearance: none;
|
|
318
|
-
border-radius: 2px;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
&.mdc-select--box {
|
|
322
|
-
border-radius: 2px;
|
|
323
|
-
.mdc-select__native-control {
|
|
324
|
-
padding-top: 10px;
|
|
325
|
-
}
|
|
326
|
-
}
|
|
327
|
-
&:not(.mdc-select--disabled).mdc-select--focused {
|
|
328
|
-
.mdc-floating-label {
|
|
329
|
-
color: rgba(0, 0, 0, 0.6);
|
|
330
|
-
}
|
|
331
|
-
}
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
// checkbox
|
|
335
|
-
.mdc-checkbox {
|
|
336
|
-
@include checkbox.container-colors("text-secondary-on-background");
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
// radio button
|
|
340
|
-
.mdc-radio {
|
|
341
|
-
@include radio.unchecked-stroke-color("text-secondary-on-background");
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
// snackbar
|
|
345
|
-
.mdc-snackbar {
|
|
346
|
-
@include snackbar.shape-radius(2px);
|
|
347
|
-
@include snackbar.z-index(1000);
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
.mdc-snackbar__action:not(:disabled) {
|
|
351
|
-
color: var(--mdc-theme-primary);
|
|
352
|
-
&::before {
|
|
353
|
-
background-color: var(--mdc-theme-primary);
|
|
354
|
-
}
|
|
355
|
-
&::after {
|
|
356
|
-
background-color: var(--mdc-theme-primary);
|
|
357
|
-
}
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
// when grid is inside another grid cell, child grid should not have any padding
|
|
361
|
-
.mdc-layout-grid {
|
|
362
|
-
> .mdc-layout-grid__inner {
|
|
363
|
-
> .mdc-layout-grid__cell {
|
|
364
|
-
> .mdc-layout-grid {
|
|
365
|
-
padding: 0;
|
|
366
|
-
}
|
|
367
|
-
}
|
|
368
|
-
}
|
|
369
|
-
}
|
package/styles/material.scss
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
@use "@material/theme/mixins" as themeMixins;
|
|
2
|
-
|
|
3
|
-
// material variables
|
|
4
|
-
$mdc-theme-primary: $webiny-theme-light-primary;
|
|
5
|
-
$mdc-theme-on-primary: $webiny-theme-light-on-primary;
|
|
6
|
-
$mdc-theme-secondary: $webiny-theme-light-secondary;
|
|
7
|
-
$mdc-theme-on-secondary: $webiny-theme-light-on-secondary;
|
|
8
|
-
$mdc-theme-surface: $webiny-theme-light-surface;
|
|
9
|
-
$mdc-theme-on-surface: $webiny-theme-light-on-surface;
|
|
10
|
-
$mdc-theme-background: $webiny-theme-light-background;
|
|
11
|
-
$mdc-theme-on-background: $webiny-theme-light-on-background;
|
|
12
|
-
$mdc-theme-text-primary-on-background: $webiny-theme-light-text-primary-on-background !global;
|
|
13
|
-
$mdc-theme-text-secondary-on-background: $webiny-theme-light-text-secondary-on-background;
|
|
14
|
-
$mdc-theme-text-hint-on-dark: $webiny-theme-light-text-hint-on-dark;
|
|
15
|
-
$mdc-typography-font-family: $webiny-theme-typography-font-family;
|
|
16
|
-
$mdc-typography-subtitle2-font-weight: $webiny-theme-typography-subtitle2-font-weight;
|
|
17
|
-
|
|
18
|
-
@import "~material-components-web/material-components-web.scss";
|
|
19
|
-
@import "material-theme-assignments.scss";
|
|
20
|
-
|
|
21
|
-
body {
|
|
22
|
-
background-color: $mdc-theme-background;
|
|
23
|
-
min-height: 100vh;
|
|
24
|
-
|
|
25
|
-
// assign all the sass variables in css variables
|
|
26
|
-
--mdc-theme-primary: #{$mdc-theme-primary};
|
|
27
|
-
--mdc-theme-secondary: #{$mdc-theme-secondary};
|
|
28
|
-
--mdc-theme-background: #{$mdc-theme-background};
|
|
29
|
-
--mdc-theme-surface: #{$mdc-theme-surface};
|
|
30
|
-
--mdc-theme-on-primary: #{$mdc-theme-on-primary};
|
|
31
|
-
--mdc-theme-on-secondary: #{$mdc-theme-on-secondary};
|
|
32
|
-
--mdc-theme-on-surface: #{$mdc-theme-on-surface};
|
|
33
|
-
--mdc-theme-on-background: #{$mdc-theme-on-background};
|
|
34
|
-
--mdc-theme-text-primary-on-background: #{$mdc-theme-text-primary-on-background};
|
|
35
|
-
--mdc-theme-text-secondary-on-background: #{$mdc-theme-text-secondary-on-background};
|
|
36
|
-
--mdc-theme-text-hint-on-dark: #{$mdc-theme-text-hint-on-dark};
|
|
37
|
-
--mdc-theme-caret-down: #{$webiny-theme-light-caret-down};
|
|
38
|
-
--mdc-typography-font-family: #{$mdc-typography-font-family};
|
|
39
|
-
--mdc-typography-subtitle2-font-weight: #{$mdc-typography-subtitle2-font-weight};
|
|
40
|
-
|
|
41
|
-
font-family: "Source Sans Pro";
|
|
42
|
-
}
|
package/styles/reset.scss
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import "reset-css/sass/reset";
|