@webiny/app-admin 6.3.0 → 6.4.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/icons/add-18px.js +20 -0
- package/assets/icons/add-18px.js.map +1 -0
- package/assets/icons/arrow_drop_down-24px.js +20 -0
- package/assets/icons/arrow_drop_down-24px.js.map +1 -0
- package/assets/icons/attach_file_black_24dp.js +20 -0
- package/assets/icons/attach_file_black_24dp.js.map +1 -0
- package/assets/icons/baseline-menu-24px.js +20 -0
- package/assets/icons/baseline-menu-24px.js.map +1 -0
- package/assets/icons/baseline-notification_important-24px.js +19 -0
- package/assets/icons/baseline-notification_important-24px.js.map +1 -0
- package/assets/icons/baseline-security-24px.js +19 -0
- package/assets/icons/baseline-security-24px.js.map +1 -0
- package/assets/icons/file_download.js +19 -0
- package/assets/icons/file_download.js.map +1 -0
- package/assets/icons/file_upload.js +19 -0
- package/assets/icons/file_upload.js.map +1 -0
- package/assets/icons/filter-24px.js +23 -0
- package/assets/icons/filter-24px.js.map +1 -0
- package/assets/icons/github-brands.js +19 -0
- package/assets/icons/github-brands.js.map +1 -0
- package/assets/icons/highlight-24px.js +19 -0
- package/assets/icons/highlight-24px.js.map +1 -0
- package/assets/icons/icon-community.js +18 -0
- package/assets/icons/icon-community.js.map +1 -0
- package/assets/icons/icon-documentation.js +18 -0
- package/assets/icons/icon-documentation.js.map +1 -0
- package/assets/icons/info.js +19 -0
- package/assets/icons/info.js.map +1 -0
- package/assets/icons/insert_drive_file-24px.js +19 -0
- package/assets/icons/insert_drive_file-24px.js.map +1 -0
- package/assets/icons/insert_photo-24px.js +19 -0
- package/assets/icons/insert_photo-24px.js.map +1 -0
- package/assets/icons/label-24px.js +19 -0
- package/assets/icons/label-24px.js.map +1 -0
- package/assets/icons/round-account_circle-24px.js +19 -0
- package/assets/icons/round-account_circle-24px.js.map +1 -0
- package/assets/icons/round-add-24px.js +20 -0
- package/assets/icons/round-add-24px.js.map +1 -0
- package/assets/icons/round-arrow_drop_down-24px.js +19 -0
- package/assets/icons/round-arrow_drop_down-24px.js.map +1 -0
- package/assets/icons/round-chevron_right-24px.js +20 -0
- package/assets/icons/round-chevron_right-24px.js.map +1 -0
- package/assets/icons/round-feedback-24px.js +20 -0
- package/assets/icons/round-feedback-24px.js.map +1 -0
- package/assets/icons/round-help-24px.js +19 -0
- package/assets/icons/round-help-24px.js.map +1 -0
- package/assets/icons/round-invert_colors-24px.js +20 -0
- package/assets/icons/round-invert_colors-24px.js.map +1 -0
- package/assets/icons/round-keyboard_arrow_down-24px.js +17 -0
- package/assets/icons/round-keyboard_arrow_down-24px.js.map +1 -0
- package/assets/icons/round-keyboard_arrow_up-24px.js +17 -0
- package/assets/icons/round-keyboard_arrow_up-24px.js.map +1 -0
- package/assets/icons/round-lock_open-24px.js +22 -0
- package/assets/icons/round-lock_open-24px.js.map +1 -0
- package/assets/icons/round-more_vert-24px.js +20 -0
- package/assets/icons/round-more_vert-24px.js.map +1 -0
- package/assets/icons/round-open_in_new-24px.js +20 -0
- package/assets/icons/round-open_in_new-24px.js.map +1 -0
- package/assets/icons/round-settings-24px.js +20 -0
- package/assets/icons/round-settings-24px.js.map +1 -0
- package/assets/icons/search-24px.js +21 -0
- package/assets/icons/search-24px.js.map +1 -0
- package/assets/icons/slack-logo.js +14 -0
- package/assets/icons/slack-logo.js.map +1 -0
- package/assets/icons/today-24px.js +19 -0
- package/assets/icons/today-24px.js.map +1 -0
- package/assets/icons/touch_app.js +20 -0
- package/assets/icons/touch_app.js.map +1 -0
- package/assets/images/webiny-logo.js +34 -0
- package/assets/images/webiny-logo.js.map +1 -0
- package/assets/images/webiny-orange-logo.js +34 -0
- package/assets/images/webiny-orange-logo.js.map +1 -0
- package/base/Admin.js +37 -28
- package/base/Admin.js.map +1 -1
- package/base/Base/DefaultFieldRenderers.js +73 -70
- package/base/Base/DefaultFieldRenderers.js.map +1 -1
- package/base/Base/DefaultLayoutRenderers.js +9 -10
- package/base/Base/DefaultLayoutRenderers.js.map +1 -1
- package/base/Base/FieldRenderers/CheckboxesRenderer.js +22 -23
- package/base/Base/FieldRenderers/CheckboxesRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/CodeEditorRenderer.js +10 -13
- package/base/Base/FieldRenderers/CodeEditorRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/DateTimeInputsRenderer.js +60 -60
- package/base/Base/FieldRenderers/DateTimeInputsRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/DateTimeRenderer.js +38 -39
- package/base/Base/FieldRenderers/DateTimeRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/FilePickerRenderer.d.ts +2 -1
- package/base/Base/FieldRenderers/FilePickerRenderer.js +37 -40
- package/base/Base/FieldRenderers/FilePickerRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/FileUrlPickerRenderer.js +15 -20
- package/base/Base/FieldRenderers/FileUrlPickerRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/HiddenRenderer.js +3 -3
- package/base/Base/FieldRenderers/HiddenRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/HorizontalTabsRenderer.js +20 -21
- package/base/Base/FieldRenderers/HorizontalTabsRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/InputRenderer.js +16 -20
- package/base/Base/FieldRenderers/InputRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/MultiFilePickerRenderer.d.ts +13 -0
- package/base/Base/FieldRenderers/MultiFilePickerRenderer.js +70 -0
- package/base/Base/FieldRenderers/MultiFilePickerRenderer.js.map +1 -0
- package/base/Base/FieldRenderers/NumberInputRenderer.js +16 -19
- package/base/Base/FieldRenderers/NumberInputRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/NumberInputsRenderer.js +45 -44
- package/base/Base/FieldRenderers/NumberInputsRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/ObjectRenderer/DynamicZoneRenderer.js +10 -13
- package/base/Base/FieldRenderers/ObjectRenderer/DynamicZoneRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/ObjectRenderer/KeyValueTagsRenderer.js +50 -56
- package/base/Base/FieldRenderers/ObjectRenderer/KeyValueTagsRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/ObjectRenderer/MultiValueDynamicZone.js +87 -99
- package/base/Base/FieldRenderers/ObjectRenderer/MultiValueDynamicZone.js.map +1 -1
- package/base/Base/FieldRenderers/ObjectRenderer/ObjectAccordionMultipleRenderer.js +41 -48
- package/base/Base/FieldRenderers/ObjectRenderer/ObjectAccordionMultipleRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/ObjectRenderer/ObjectFieldComponents.d.ts +1 -2
- package/base/Base/FieldRenderers/ObjectRenderer/ObjectFieldComponents.js +62 -78
- package/base/Base/FieldRenderers/ObjectRenderer/ObjectFieldComponents.js.map +1 -1
- package/base/Base/FieldRenderers/ObjectRenderer/ObjectRenderer.js +12 -15
- package/base/Base/FieldRenderers/ObjectRenderer/ObjectRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/ObjectRenderer/SingleValueDynamicZone.js +48 -54
- package/base/Base/FieldRenderers/ObjectRenderer/SingleValueDynamicZone.js.map +1 -1
- package/base/Base/FieldRenderers/ObjectRenderer/TemplatePicker.js +62 -79
- package/base/Base/FieldRenderers/ObjectRenderer/TemplatePicker.js.map +1 -1
- package/base/Base/FieldRenderers/ObjectRenderer/resolveItemTitle.js +14 -17
- package/base/Base/FieldRenderers/ObjectRenderer/resolveItemTitle.js.map +1 -1
- package/base/Base/FieldRenderers/PassthroughRenderer.js +8 -11
- package/base/Base/FieldRenderers/PassthroughRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/RadioButtonsRenderer.js +21 -22
- package/base/Base/FieldRenderers/RadioButtonsRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/SelectRenderer.js +23 -24
- package/base/Base/FieldRenderers/SelectRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/SwitchRenderer.js +12 -15
- package/base/Base/FieldRenderers/SwitchRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/TagsRenderer.js +15 -16
- package/base/Base/FieldRenderers/TagsRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/TextInputsRenderer.js +44 -43
- package/base/Base/FieldRenderers/TextInputsRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/TextareaRenderer.js +17 -21
- package/base/Base/FieldRenderers/TextareaRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/TextareasRenderer.js +47 -46
- package/base/Base/FieldRenderers/TextareasRenderer.js.map +1 -1
- package/base/Base/FieldRenderers/VerticalTabsRenderer.js +35 -36
- package/base/Base/FieldRenderers/VerticalTabsRenderer.js.map +1 -1
- package/base/Base/LexicalPreset.js +56 -60
- package/base/Base/LexicalPreset.js.map +1 -1
- package/base/Base/Menus/SupportMenuItems.js +9 -13
- package/base/Base/Menus/SupportMenuItems.js.map +1 -1
- package/base/Base/Menus/WebinyVersion.js +19 -20
- package/base/Base/Menus/WebinyVersion.js.map +1 -1
- package/base/Base/Menus.js +52 -66
- package/base/Base/Menus.js.map +1 -1
- package/base/Base/RoutesConfig.js +21 -29
- package/base/Base/RoutesConfig.js.map +1 -1
- package/base/Base/Tenant/wby-horizontal.js +33 -0
- package/base/Base/Tenant/wby-horizontal.js.map +1 -0
- package/base/Base/Tenant/wby-square.js +20 -0
- package/base/Base/Tenant/wby-square.js.map +1 -0
- package/base/Base/Tenant.js +17 -19
- package/base/Base/Tenant.js.map +1 -1
- package/base/Base/UserMenu/ExitTenant.js +18 -29
- package/base/Base/UserMenu/ExitTenant.js.map +1 -1
- package/base/Base/UserMenu/SignOut.js +13 -14
- package/base/Base/UserMenu/SignOut.js.map +1 -1
- package/base/Base/UserMenu/UserInfo.js +23 -36
- package/base/Base/UserMenu/UserInfo.js.map +1 -1
- package/base/Base/UserMenu.js +12 -13
- package/base/Base/UserMenu.js.map +1 -1
- package/base/Base.js +4 -5
- package/base/Base.js.map +1 -1
- package/base/TelemetryAdminAppStart.js +9 -12
- package/base/TelemetryAdminAppStart.js.map +1 -1
- package/base/WebinyVersion.js +19 -20
- package/base/WebinyVersion.js.map +1 -1
- package/base/createRootContainer.js +42 -40
- package/base/createRootContainer.js.map +1 -1
- package/base/plugins/AddGraphQLQuerySelection.js +12 -11
- package/base/plugins/AddGraphQLQuerySelection.js.map +1 -1
- package/base/providers/AdminUiStateProvider.js +5 -10
- package/base/providers/AdminUiStateProvider.js.map +1 -1
- package/base/providers/ApolloProvider.js +8 -11
- package/base/providers/ApolloProvider.js.map +1 -1
- package/base/providers/UiProviders.js +18 -27
- package/base/providers/UiProviders.js.map +1 -1
- package/base/providers/UiStateProvider.js +5 -10
- package/base/providers/UiStateProvider.js.map +1 -1
- package/base/ui/Brand.js +4 -5
- package/base/ui/Brand.js.map +1 -1
- package/base/ui/CenteredView.d.ts +1 -1
- package/base/ui/CenteredView.js +9 -13
- package/base/ui/CenteredView.js.map +1 -1
- package/base/ui/Dashboard.js +4 -5
- package/base/ui/Dashboard.js.map +1 -1
- package/base/ui/FileManager.js +38 -60
- package/base/ui/FileManager.js.map +1 -1
- package/base/ui/Layout.js +4 -8
- package/base/ui/Layout.js.map +1 -1
- package/base/ui/LoginScreen.js +16 -21
- package/base/ui/LoginScreen.js.map +1 -1
- package/base/ui/Logo.js +4 -5
- package/base/ui/Logo.js.map +1 -1
- package/base/ui/Navigation.js +11 -14
- package/base/ui/Navigation.js.map +1 -1
- package/base/ui/NotFound.js +4 -5
- package/base/ui/NotFound.js.map +1 -1
- package/base/ui/Tags.js +12 -16
- package/base/ui/Tags.js.map +1 -1
- package/base/ui/TenantSelector.js +4 -5
- package/base/ui/TenantSelector.js.map +1 -1
- package/base/ui/UserMenu/UserMenu.js +4 -5
- package/base/ui/UserMenu/UserMenu.js.map +1 -1
- package/base/ui/UserMenu/UserMenuHandle.js +4 -5
- package/base/ui/UserMenu/UserMenuHandle.js.map +1 -1
- package/base/ui/UserMenu/UserMenuItem.d.ts +4 -4
- package/base/ui/UserMenu/UserMenuItem.js +5 -15
- package/base/ui/UserMenu/UserMenuItem.js.map +1 -1
- package/base/ui/UserMenu/UserMenuLink.d.ts +4 -4
- package/base/ui/UserMenu/UserMenuLink.js +5 -15
- package/base/ui/UserMenu/UserMenuLink.js.map +1 -1
- package/base/ui/UserMenu/UserMenuSeparator.d.ts +2 -2
- package/base/ui/UserMenu/UserMenuSeparator.js +3 -5
- package/base/ui/UserMenu/UserMenuSeparator.js.map +1 -1
- package/base/ui/UserMenu.js +6 -13
- package/base/ui/UserMenu.js.map +1 -1
- package/components/AdminLayout.js +6 -10
- package/components/AdminLayout.js.map +1 -1
- package/components/BulkActions/Worker.js +57 -120
- package/components/BulkActions/Worker.js.map +1 -1
- package/components/BulkActions/index.js +0 -2
- package/components/BulkActions/useDialogWithReport/DialogMessage.js +17 -21
- package/components/BulkActions/useDialogWithReport/DialogMessage.js.map +1 -1
- package/components/BulkActions/useDialogWithReport/index.js +0 -2
- package/components/BulkActions/useDialogWithReport/useDialogWithReport.js +33 -44
- package/components/BulkActions/useDialogWithReport/useDialogWithReport.js.map +1 -1
- package/components/Buttons/Buttons.js +44 -71
- package/components/Buttons/Buttons.js.map +1 -1
- package/components/Buttons/Buttons.styles.js +9 -15
- package/components/Buttons/Buttons.styles.js.map +1 -1
- package/components/Buttons/index.js +1 -3
- package/components/Buttons/useButtons.js +15 -20
- package/components/Buttons/useButtons.js.map +1 -1
- package/components/DeveloperMode/DeveloperMode.js +5 -14
- package/components/DeveloperMode/DeveloperMode.js.map +1 -1
- package/components/DeveloperMode/index.js +0 -2
- package/components/Dialogs/Dialog.d.ts +2 -2
- package/components/Dialogs/Dialog.js +46 -59
- package/components/Dialogs/Dialog.js.map +1 -1
- package/components/Dialogs/DialogParamsContext.js +6 -7
- package/components/Dialogs/DialogParamsContext.js.map +1 -1
- package/components/Dialogs/DialogsContext.d.ts +2 -2
- package/components/Dialogs/DialogsContext.js +129 -149
- package/components/Dialogs/DialogsContext.js.map +1 -1
- package/components/Dialogs/useDialogs.js +5 -6
- package/components/Dialogs/useDialogs.js.map +1 -1
- package/components/EmptyView.js +26 -31
- package/components/EmptyView.js.map +1 -1
- package/components/Filters/Filters.js +15 -16
- package/components/Filters/Filters.js.map +1 -1
- package/components/Filters/FiltersToggle.js +18 -23
- package/components/Filters/FiltersToggle.js.map +1 -1
- package/components/Filters/index.js +0 -2
- package/components/FloatingActionButton.js +13 -15
- package/components/FloatingActionButton.js.map +1 -1
- package/components/IconPicker/IconPicker.js +24 -26
- package/components/IconPicker/IconPicker.js.map +1 -1
- package/components/IconPicker/IconPickerComponent.js +56 -72
- package/components/IconPicker/IconPickerComponent.js.map +1 -1
- package/components/IconPicker/IconPickerPresenter.js +64 -70
- package/components/IconPicker/IconPickerPresenter.js.map +1 -1
- package/components/IconPicker/IconPickerPresenter.test.js +79 -105
- package/components/IconPicker/IconPickerPresenter.test.js.map +1 -1
- package/components/IconPicker/IconPickerPresenterProvider.js +10 -16
- package/components/IconPicker/IconPickerPresenterProvider.js.map +1 -1
- package/components/IconPicker/IconPickerTab.js +97 -140
- package/components/IconPicker/IconPickerTab.js.map +1 -1
- package/components/IconPicker/IconRenderer.js +15 -23
- package/components/IconPicker/IconRenderer.js.map +1 -1
- package/components/IconPicker/IconRepository.js +41 -40
- package/components/IconPicker/IconRepository.js.map +1 -1
- package/components/IconPicker/IconRepository.test.js +56 -63
- package/components/IconPicker/IconRepository.test.js.map +1 -1
- package/components/IconPicker/IconRepositoryFactory.js +15 -11
- package/components/IconPicker/IconRepositoryFactory.js.map +1 -1
- package/components/IconPicker/Loading.js +47 -46
- package/components/IconPicker/Loading.js.map +1 -1
- package/components/IconPicker/components/IconPickerCell.js +18 -20
- package/components/IconPicker/components/IconPickerCell.js.map +1 -1
- package/components/IconPicker/components/IconPickerContent.js +27 -35
- package/components/IconPicker/components/IconPickerContent.js.map +1 -1
- package/components/IconPicker/components/IconPickerRow.js +5 -10
- package/components/IconPicker/components/IconPickerRow.js.map +1 -1
- package/components/IconPicker/components/IconPickerTrigger.js +42 -44
- package/components/IconPicker/components/IconPickerTrigger.js.map +1 -1
- package/components/IconPicker/components/index.js +0 -2
- package/components/IconPicker/config/Emojis.js +19 -21
- package/components/IconPicker/config/Emojis.js.map +1 -1
- package/components/IconPicker/config/FontAwesomeIcons.js +54 -58
- package/components/IconPicker/config/FontAwesomeIcons.js.map +1 -1
- package/components/IconPicker/config/IconPackProvider.js +17 -19
- package/components/IconPicker/config/IconPackProvider.js.map +1 -1
- package/components/IconPicker/config/IconType.js +48 -80
- package/components/IconPicker/config/IconType.js.map +1 -1
- package/components/IconPicker/config/index.js +28 -31
- package/components/IconPicker/config/index.js.map +1 -1
- package/components/IconPicker/defaultIcon.js +6 -5
- package/components/IconPicker/defaultIcon.js.map +1 -1
- package/components/IconPicker/index.js +0 -2
- package/components/IconPicker/plugins/customPlugin.js +87 -110
- package/components/IconPicker/plugins/customPlugin.js.map +1 -1
- package/components/IconPicker/plugins/emojisPlugin.js +90 -115
- package/components/IconPicker/plugins/emojisPlugin.js.map +1 -1
- package/components/IconPicker/plugins/graphql.js +3 -8
- package/components/IconPicker/plugins/graphql.js.map +1 -1
- package/components/IconPicker/plugins/iconsPlugin.js +73 -104
- package/components/IconPicker/plugins/iconsPlugin.js.map +1 -1
- package/components/IconPicker/types.js +4 -7
- package/components/IconPicker/types.js.map +1 -1
- package/components/LexicalEditor/LexicalEditor.js +40 -38
- package/components/LexicalEditor/LexicalEditor.js.map +1 -1
- package/components/LexicalEditor/LexicalLinkForm.js +80 -86
- package/components/LexicalEditor/LexicalLinkForm.js.map +1 -1
- package/components/LexicalEditor/index.js +0 -2
- package/components/LexicalEditor/lexicalValueFromHtml.js +21 -28
- package/components/LexicalEditor/lexicalValueFromHtml.js.map +1 -1
- package/components/LexicalEditor/lexicalValueWithHtml.js +24 -30
- package/components/LexicalEditor/lexicalValueWithHtml.js.map +1 -1
- package/components/MultiImageUpload.js +4 -13
- package/components/MultiImageUpload.js.map +1 -1
- package/components/NotAuthorizedError/NotAuthorizedError.js +16 -17
- package/components/NotAuthorizedError/NotAuthorizedError.js.map +1 -1
- package/components/NotAuthorizedError/SecureRouteError.js +297 -0
- package/components/NotAuthorizedError/SecureRouteError.js.map +1 -0
- package/components/NotAuthorizedError/index.js +0 -2
- package/components/OptionsMenu/OptionsMenu.js +20 -19
- package/components/OptionsMenu/OptionsMenu.js.map +1 -1
- package/components/OptionsMenu/OptionsMenuItem.js +15 -14
- package/components/OptionsMenu/OptionsMenuItem.js.map +1 -1
- package/components/OptionsMenu/OptionsMenuLink.js +13 -14
- package/components/OptionsMenu/OptionsMenuLink.js.map +1 -1
- package/components/OptionsMenu/index.js +0 -2
- package/components/OptionsMenu/useOptionsMenuItem.js +13 -18
- package/components/OptionsMenu/useOptionsMenuItem.js.map +1 -1
- package/components/OverlayLayout/OverlayLayout.js +35 -38
- package/components/OverlayLayout/OverlayLayout.js.map +1 -1
- package/components/OverlayLayout/components/OverlayBackdrop.js +6 -11
- package/components/OverlayLayout/components/OverlayBackdrop.js.map +1 -1
- package/components/OverlayLayout/components/OverlayContent.js +18 -17
- package/components/OverlayLayout/components/OverlayContent.js.map +1 -1
- package/components/OverlayLayout/components/OverlayHeader.js +30 -37
- package/components/OverlayLayout/components/OverlayHeader.js.map +1 -1
- package/components/OverlayLayout/components/OverlayRoot.js +13 -17
- package/components/OverlayLayout/components/OverlayRoot.js.map +1 -1
- package/components/OverlayLayout/components/index.js +0 -2
- package/components/OverlayLayout/index.js +0 -2
- package/components/Permissions/CannotUseAaclAlert.js +10 -11
- package/components/Permissions/CannotUseAaclAlert.js.map +1 -1
- package/components/Permissions/Permissions.js +32 -41
- package/components/Permissions/Permissions.js.map +1 -1
- package/components/Permissions/PermissionsGroup.js +9 -15
- package/components/Permissions/PermissionsGroup.js.map +1 -1
- package/components/Permissions/StyledComponents.js +9 -16
- package/components/Permissions/StyledComponents.js.map +1 -1
- package/components/Permissions/index.js +1 -3
- package/components/RegisterFeature.js +14 -21
- package/components/RegisterFeature.js.map +1 -1
- package/components/ResizablePanels/index.js +0 -2
- package/components/RoleAutocomplete/graphql.js +3 -2
- package/components/RoleAutocomplete/graphql.js.map +1 -1
- package/components/RoleAutocomplete/index.d.ts +5 -3
- package/components/RoleAutocomplete/index.js +21 -13
- package/components/RoleAutocomplete/index.js.map +1 -1
- package/components/RolesMultiAutocomplete/graphql.js +3 -2
- package/components/RolesMultiAutocomplete/graphql.js.map +1 -1
- package/components/RolesMultiAutocomplete/index.d.ts +5 -3
- package/components/RolesMultiAutocomplete/index.js +21 -14
- package/components/RolesMultiAutocomplete/index.js.map +1 -1
- package/components/SearchUI.js +18 -25
- package/components/SearchUI.js.map +1 -1
- package/components/SimpleForm/SimpleForm.d.ts +1 -1
- package/components/SimpleForm/SimpleForm.js +54 -73
- package/components/SimpleForm/SimpleForm.js.map +1 -1
- package/components/SimpleForm/index.js +1 -3
- package/components/SimpleUI/InputField.js +71 -64
- package/components/SimpleUI/InputField.js.map +1 -1
- package/components/SingleImageUpload.d.ts +2 -2
- package/components/SingleImageUpload.js +37 -58
- package/components/SingleImageUpload.js.map +1 -1
- package/components/SplitView/SplitView.js +47 -57
- package/components/SplitView/SplitView.js.map +1 -1
- package/components/SplitView/index.js +1 -3
- package/components/TeamAutocomplete/graphql.js +3 -2
- package/components/TeamAutocomplete/graphql.js.map +1 -1
- package/components/TeamAutocomplete/index.d.ts +5 -3
- package/components/TeamAutocomplete/index.js +21 -13
- package/components/TeamAutocomplete/index.js.map +1 -1
- package/components/TeamsMultiAutocomplete/graphql.js +3 -2
- package/components/TeamsMultiAutocomplete/graphql.js.map +1 -1
- package/components/TeamsMultiAutocomplete/index.d.ts +5 -3
- package/components/TeamsMultiAutocomplete/index.js +21 -14
- package/components/TeamsMultiAutocomplete/index.js.map +1 -1
- package/components/Wcp.js +27 -38
- package/components/Wcp.js.map +1 -1
- package/components/index.js +10 -13
- package/config/AdminConfig/Dashboard.js +3 -2
- package/config/AdminConfig/Dashboard.js.map +1 -1
- package/config/AdminConfig/Dialog.js +15 -17
- package/config/AdminConfig/Dialog.js.map +1 -1
- package/config/AdminConfig/FieldRenderer.js +15 -17
- package/config/AdminConfig/FieldRenderer.js.map +1 -1
- package/config/AdminConfig/Form.js +4 -3
- package/config/AdminConfig/Form.js.map +1 -1
- package/config/AdminConfig/LayoutRenderer.js +15 -17
- package/config/AdminConfig/LayoutRenderer.js.map +1 -1
- package/config/AdminConfig/LexicalTheme/Color.js +34 -41
- package/config/AdminConfig/LexicalTheme/Color.js.map +1 -1
- package/config/AdminConfig/LexicalTheme/Typography.js +61 -74
- package/config/AdminConfig/LexicalTheme/Typography.js.map +1 -1
- package/config/AdminConfig/LexicalTheme.js +4 -3
- package/config/AdminConfig/LexicalTheme.js.map +1 -1
- package/config/AdminConfig/Logo.d.ts +1 -1
- package/config/AdminConfig/Logo.js +15 -17
- package/config/AdminConfig/Logo.js.map +1 -1
- package/config/AdminConfig/Menu/MenuGroup.d.ts +3 -3
- package/config/AdminConfig/Menu/MenuGroup.js +7 -9
- package/config/AdminConfig/Menu/MenuGroup.js.map +1 -1
- package/config/AdminConfig/Menu/MenuItem.d.ts +2 -2
- package/config/AdminConfig/Menu/MenuItem.js +5 -7
- package/config/AdminConfig/Menu/MenuItem.js.map +1 -1
- package/config/AdminConfig/Menu/MenuLink.d.ts +2 -2
- package/config/AdminConfig/Menu/MenuLink.js +12 -15
- package/config/AdminConfig/Menu/MenuLink.js.map +1 -1
- package/config/AdminConfig/Menu/SupportMenu/SupportMenuItem.d.ts +2 -2
- package/config/AdminConfig/Menu/SupportMenu/SupportMenuItem.js +6 -8
- package/config/AdminConfig/Menu/SupportMenu/SupportMenuItem.js.map +1 -1
- package/config/AdminConfig/Menu/SupportMenu/SupportMenuLink.d.ts +1 -1
- package/config/AdminConfig/Menu/SupportMenu/SupportMenuLink.js +4 -6
- package/config/AdminConfig/Menu/SupportMenu/SupportMenuLink.js.map +1 -1
- package/config/AdminConfig/Menu/SupportMenu.d.ts +3 -3
- package/config/AdminConfig/Menu/SupportMenu.js +30 -41
- package/config/AdminConfig/Menu/SupportMenu.js.map +1 -1
- package/config/AdminConfig/Menu/UserMenu/UserMenuItem.js +4 -4
- package/config/AdminConfig/Menu/UserMenu/UserMenuItem.js.map +1 -1
- package/config/AdminConfig/Menu/UserMenu/UserMenuLink.js +4 -4
- package/config/AdminConfig/Menu/UserMenu/UserMenuLink.js.map +1 -1
- package/config/AdminConfig/Menu/UserMenu/UserMenuSeparator.js +0 -2
- package/config/AdminConfig/Menu/UserMenu/types.js +0 -3
- package/config/AdminConfig/Menu/UserMenu.d.ts +31 -31
- package/config/AdminConfig/Menu/UserMenu.js +39 -52
- package/config/AdminConfig/Menu/UserMenu.js.map +1 -1
- package/config/AdminConfig/Menu/types.js +0 -3
- package/config/AdminConfig/Menu.d.ts +42 -42
- package/config/AdminConfig/Menu.js +57 -73
- package/config/AdminConfig/Menu.js.map +1 -1
- package/config/AdminConfig/Route.js +4 -5
- package/config/AdminConfig/Route.js.map +1 -1
- package/config/AdminConfig/Security.js +3 -2
- package/config/AdminConfig/Security.js.map +1 -1
- package/config/AdminConfig/SecurityPermissions.js +20 -27
- package/config/AdminConfig/SecurityPermissions.js.map +1 -1
- package/config/AdminConfig/Tenant/TenantLogo.d.ts +1 -1
- package/config/AdminConfig/Tenant/TenantLogo.js +18 -20
- package/config/AdminConfig/Tenant/TenantLogo.js.map +1 -1
- package/config/AdminConfig/Tenant/TenantName.d.ts +1 -1
- package/config/AdminConfig/Tenant/TenantName.js +14 -15
- package/config/AdminConfig/Tenant/TenantName.js.map +1 -1
- package/config/AdminConfig/Tenant.js +6 -9
- package/config/AdminConfig/Tenant.js.map +1 -1
- package/config/AdminConfig/Theme/assignColor.js +51 -18
- package/config/AdminConfig/Theme/assignColor.js.map +1 -1
- package/config/AdminConfig/Theme/consts.js +20 -2
- package/config/AdminConfig/Theme/consts.js.map +1 -1
- package/config/AdminConfig/Theme/types.js +0 -3
- package/config/AdminConfig/Theme.js +8 -15
- package/config/AdminConfig/Theme.js.map +1 -1
- package/config/AdminConfig/Title.d.ts +1 -1
- package/config/AdminConfig/Title.js +11 -12
- package/config/AdminConfig/Title.js.map +1 -1
- package/config/AdminConfig/Widget.js +24 -31
- package/config/AdminConfig/Widget.js.map +1 -1
- package/config/AdminConfig.js +47 -59
- package/config/AdminConfig.js.map +1 -1
- package/config/createAdminConfig.js +55 -86
- package/config/createAdminConfig.js.map +1 -1
- package/domain/Identity.js +78 -88
- package/domain/Identity.js.map +1 -1
- package/errors/ErrorOverlayNetworkErrorHandler.js +37 -52
- package/errors/ErrorOverlayNetworkErrorHandler.js.map +1 -1
- package/errors/TenantIsDisabled.js +19 -20
- package/errors/TenantIsDisabled.js.map +1 -1
- package/exports/admin/build-params.js +0 -5
- package/exports/admin/configs.js +0 -2
- package/exports/admin/form.js +3 -18
- package/exports/admin/security.js +1 -7
- package/exports/admin/tenancy.js +0 -2
- package/exports/admin/ui.js +1 -4
- package/exports/admin.js +1 -4
- package/features/apolloClient/abstraction.js +2 -1
- package/features/apolloClient/abstraction.js.map +1 -1
- package/features/apolloClient/feature.js +22 -30
- package/features/apolloClient/feature.js.map +1 -1
- package/features/buildParams/BuildParams.js +20 -14
- package/features/buildParams/BuildParams.js.map +1 -1
- package/features/buildParams/abstractions.js +3 -2
- package/features/buildParams/abstractions.js.map +1 -1
- package/features/buildParams/feature.js +11 -10
- package/features/buildParams/feature.js.map +1 -1
- package/features/buildParams/index.js +0 -2
- package/features/formModel/ConditionRuleEvaluator.js +39 -46
- package/features/formModel/ConditionRuleEvaluator.js.map +1 -1
- package/features/formModel/Field.d.ts +1 -0
- package/features/formModel/Field.js +334 -411
- package/features/formModel/Field.js.map +1 -1
- package/features/formModel/FieldBuilder.d.ts +2 -1
- package/features/formModel/FieldBuilder.js +148 -171
- package/features/formModel/FieldBuilder.js.map +1 -1
- package/features/formModel/FieldBuilder.test.js +217 -201
- package/features/formModel/FieldBuilder.test.js.map +1 -1
- package/features/formModel/FieldBuilderRegistry.js +23 -25
- package/features/formModel/FieldBuilderRegistry.js.map +1 -1
- package/features/formModel/FocusManager.js +69 -95
- package/features/formModel/FocusManager.js.map +1 -1
- package/features/formModel/FormErrors.d.ts +9 -0
- package/features/formModel/FormErrors.js +35 -0
- package/features/formModel/FormErrors.js.map +1 -0
- package/features/formModel/FormModel.d.ts +2 -0
- package/features/formModel/FormModel.js +391 -396
- package/features/formModel/FormModel.js.map +1 -1
- package/features/formModel/FormModel.test.js +3791 -3354
- package/features/formModel/FormModel.test.js.map +1 -1
- package/features/formModel/FormModelFactory.js +27 -17
- package/features/formModel/FormModelFactory.js.map +1 -1
- package/features/formModel/FormView.d.ts +2 -1
- package/features/formModel/FormView.js +168 -156
- package/features/formModel/FormView.js.map +1 -1
- package/features/formModel/LayoutBuilderFactory.js +300 -370
- package/features/formModel/LayoutBuilderFactory.js.map +1 -1
- package/features/formModel/LayoutMutator.js +118 -125
- package/features/formModel/LayoutMutator.js.map +1 -1
- package/features/formModel/LayoutResolver.js +174 -214
- package/features/formModel/LayoutResolver.js.map +1 -1
- package/features/formModel/ObjectField.js +524 -724
- package/features/formModel/ObjectField.js.map +1 -1
- package/features/formModel/PresenterErrors.d.ts +9 -0
- package/features/formModel/PresenterErrors.js +32 -0
- package/features/formModel/PresenterErrors.js.map +1 -0
- package/features/formModel/Rules.test.js +311 -276
- package/features/formModel/Rules.test.js.map +1 -1
- package/features/formModel/abstractions.d.ts +10 -0
- package/features/formModel/abstractions.js +5 -114
- package/features/formModel/abstractions.js.map +1 -1
- package/features/formModel/createFieldRenderer.js +33 -10
- package/features/formModel/createFieldRenderer.js.map +1 -1
- package/features/formModel/demo/FieldRenderersDemoPresenter.js +289 -220
- package/features/formModel/demo/FieldRenderersDemoPresenter.js.map +1 -1
- package/features/formModel/demo/FormModelDemo.js +191 -215
- package/features/formModel/demo/FormModelDemo.js.map +1 -1
- package/features/formModel/demo/FormModelDemoPresenter.js +132 -113
- package/features/formModel/demo/FormModelDemoPresenter.js.map +1 -1
- package/features/formModel/demo/FormModelPhase11Presenter.js +101 -98
- package/features/formModel/demo/FormModelPhase11Presenter.js.map +1 -1
- package/features/formModel/demo/FormModelPhase8c1Presenter.js +64 -57
- package/features/formModel/demo/FormModelPhase8c1Presenter.js.map +1 -1
- package/features/formModel/feature.js +23 -22
- package/features/formModel/feature.js.map +1 -1
- package/features/formModel/fieldTypes/BooleanFieldType.js +18 -15
- package/features/formModel/fieldTypes/BooleanFieldType.js.map +1 -1
- package/features/formModel/fieldTypes/DateTimeFieldType.js +218 -341
- package/features/formModel/fieldTypes/DateTimeFieldType.js.map +1 -1
- package/features/formModel/fieldTypes/FileFieldType.d.ts +12 -1
- package/features/formModel/fieldTypes/FileFieldType.js +48 -12
- package/features/formModel/fieldTypes/FileFieldType.js.map +1 -1
- package/features/formModel/fieldTypes/FileUrlFieldType.js +15 -12
- package/features/formModel/fieldTypes/FileUrlFieldType.js.map +1 -1
- package/features/formModel/fieldTypes/NumberFieldType.js +19 -18
- package/features/formModel/fieldTypes/NumberFieldType.js.map +1 -1
- package/features/formModel/fieldTypes/ObjectFieldType.js +80 -94
- package/features/formModel/fieldTypes/ObjectFieldType.js.map +1 -1
- package/features/formModel/fieldTypes/TextFieldType.js +15 -12
- package/features/formModel/fieldTypes/TextFieldType.js.map +1 -1
- package/features/formModel/fieldTypes/index.js +7 -9
- package/features/formModel/index.d.ts +2 -0
- package/features/formModel/index.js +11 -29
- package/features/formModel/renderers.js +0 -4
- package/features/formModel/useFieldRenderers.js +10 -14
- package/features/formModel/useFieldRenderers.js.map +1 -1
- package/features/formModel/useLayoutRenderers.js +10 -14
- package/features/formModel/useLayoutRenderers.js.map +1 -1
- package/features/listCache/ListCache.d.ts +28 -0
- package/features/listCache/ListCache.js +48 -0
- package/features/listCache/ListCache.js.map +1 -0
- package/features/listCache/index.d.ts +2 -0
- package/features/listCache/index.js +1 -0
- package/features/security/AuthenticationContext/AuthenticationContext.js +27 -26
- package/features/security/AuthenticationContext/AuthenticationContext.js.map +1 -1
- package/features/security/AuthenticationContext/GraphQLClientDecorator.js +23 -22
- package/features/security/AuthenticationContext/GraphQLClientDecorator.js.map +1 -1
- package/features/security/AuthenticationContext/InternalIdTokenProvider.js +15 -12
- package/features/security/AuthenticationContext/InternalIdTokenProvider.js.map +1 -1
- package/features/security/AuthenticationContext/abstractions.js +3 -2
- package/features/security/AuthenticationContext/abstractions.js.map +1 -1
- package/features/security/AuthenticationContext/feature.js +15 -14
- package/features/security/AuthenticationContext/feature.js.map +1 -1
- package/features/security/AuthenticationContext/index.js +0 -2
- package/features/security/AuthenticationContext/types.js +0 -3
- package/features/security/IdentityContext/IdentityContext.js +18 -17
- package/features/security/IdentityContext/IdentityContext.js.map +1 -1
- package/features/security/IdentityContext/abstractions.js +2 -1
- package/features/security/IdentityContext/abstractions.js.map +1 -1
- package/features/security/IdentityContext/feature.js +13 -12
- package/features/security/IdentityContext/feature.js.map +1 -1
- package/features/security/IdentityContext/index.js +0 -2
- package/features/security/LogIn/IdentityMapper.js +8 -7
- package/features/security/LogIn/IdentityMapper.js.map +1 -1
- package/features/security/LogIn/LogInGateway.js +17 -19
- package/features/security/LogIn/LogInGateway.js.map +1 -1
- package/features/security/LogIn/LogInRepository.js +16 -14
- package/features/security/LogIn/LogInRepository.js.map +1 -1
- package/features/security/LogIn/LogInUseCase.js +23 -31
- package/features/security/LogIn/LogInUseCase.js.map +1 -1
- package/features/security/LogIn/abstractions.js +5 -16
- package/features/security/LogIn/abstractions.js.map +1 -1
- package/features/security/LogIn/createLoginMutation.js +2 -3
- package/features/security/LogIn/createLoginMutation.js.map +1 -1
- package/features/security/LogIn/feature.js +16 -15
- package/features/security/LogIn/feature.js.map +1 -1
- package/features/security/LogIn/index.js +0 -2
- package/features/security/LogOut/LogOutUseCase.js +18 -16
- package/features/security/LogOut/LogOutUseCase.js.map +1 -1
- package/features/security/LogOut/abstractions.js +2 -1
- package/features/security/LogOut/abstractions.js.map +1 -1
- package/features/security/LogOut/feature.js +12 -11
- package/features/security/LogOut/feature.js.map +1 -1
- package/features/security/LogOut/index.js +0 -2
- package/features/security/SecurityFeature.js +9 -8
- package/features/security/SecurityFeature.js.map +1 -1
- package/features/telemetry/TelemetryService.js +11 -12
- package/features/telemetry/TelemetryService.js.map +1 -1
- package/features/telemetry/abstractions.js +2 -1
- package/features/telemetry/abstractions.js.map +1 -1
- package/features/telemetry/feature.js +13 -12
- package/features/telemetry/feature.js.map +1 -1
- package/features/telemetry/index.js +0 -2
- package/features/tenancy/GraphQLClientDecorator.js +23 -20
- package/features/tenancy/GraphQLClientDecorator.js.map +1 -1
- package/features/tenancy/TenantContext.js +46 -50
- package/features/tenancy/TenantContext.js.map +1 -1
- package/features/tenancy/abstractions.js +2 -1
- package/features/tenancy/abstractions.js.map +1 -1
- package/features/tenancy/feature.js +25 -35
- package/features/tenancy/feature.js.map +1 -1
- package/features/tenancy/types.js +0 -3
- package/features/tools/LexicalContext/LexicalContext.js +20 -17
- package/features/tools/LexicalContext/LexicalContext.js.map +1 -1
- package/features/tools/LexicalContext/abstractions.js +2 -1
- package/features/tools/LexicalContext/abstractions.js.map +1 -1
- package/features/tools/LexicalContext/index.js +0 -2
- package/features/tools/ToolPipelineRunner.js +26 -24
- package/features/tools/ToolPipelineRunner.js.map +1 -1
- package/features/tools/ToolRegistry.js +32 -23
- package/features/tools/ToolRegistry.js.map +1 -1
- package/features/tools/abstractions.js +4 -3
- package/features/tools/abstractions.js.map +1 -1
- package/features/tools/feature.js +17 -16
- package/features/tools/feature.js.map +1 -1
- package/features/tools/index.js +1 -3
- package/features/wcp/ReactLicense.js +53 -52
- package/features/wcp/ReactLicense.js.map +1 -1
- package/features/wcp/WcpGateway.js +21 -20
- package/features/wcp/WcpGateway.js.map +1 -1
- package/features/wcp/WcpService.js +57 -67
- package/features/wcp/WcpService.js.map +1 -1
- package/features/wcp/abstractions.js +3 -2
- package/features/wcp/abstractions.js.map +1 -1
- package/features/wcp/feature.js +14 -13
- package/features/wcp/feature.js.map +1 -1
- package/features/wcp/types.js +0 -3
- package/features/webinySdk/WebinySdk.js +19 -18
- package/features/webinySdk/WebinySdk.js.map +1 -1
- package/features/webinySdk/abstractions.js +2 -5
- package/features/webinySdk/abstractions.js.map +1 -1
- package/features/webinySdk/feature.js +13 -12
- package/features/webinySdk/feature.js.map +1 -1
- package/features/webinySdk/index.js +0 -2
- package/hooks/index.js +0 -2
- package/hooks/useConfirmationDialog.d.ts +1 -1
- package/hooks/useConfirmationDialog.js +31 -38
- package/hooks/useConfirmationDialog.js.map +1 -1
- package/hooks/useDialog.js +14 -15
- package/hooks/useDialog.js.map +1 -1
- package/hooks/useHotkeys.js +52 -85
- package/hooks/useHotkeys.js.map +1 -1
- package/hooks/useIsMounted.js +12 -11
- package/hooks/useIsMounted.js.map +1 -1
- package/hooks/useKeyHandler.js +45 -53
- package/hooks/useKeyHandler.js.map +1 -1
- package/hooks/useModKey.js +20 -25
- package/hooks/useModKey.js.map +1 -1
- package/hooks/useOpenDialog.js +13 -13
- package/hooks/useOpenDialog.js.map +1 -1
- package/hooks/useShiftKey.d.ts +5 -1
- package/hooks/useShiftKey.js +38 -29
- package/hooks/useShiftKey.js.map +1 -1
- package/hooks/useSnackbar.d.ts +3 -0
- package/hooks/useSnackbar.js +26 -28
- package/hooks/useSnackbar.js.map +1 -1
- package/hooks/useStateIfMounted.js +14 -12
- package/hooks/useStateIfMounted.js.map +1 -1
- package/hooks/useStateWithCallback.js +18 -14
- package/hooks/useStateWithCallback.js.map +1 -1
- package/hooks/useToggler.js +12 -11
- package/hooks/useToggler.js.map +1 -1
- package/index.d.ts +4 -1
- package/index.js +15 -31
- package/package.json +26 -28
- package/permissions/PermissionRenderer.js +179 -193
- package/permissions/PermissionRenderer.js.map +1 -1
- package/permissions/PermissionValueContext.js +13 -20
- package/permissions/PermissionValueContext.js.map +1 -1
- package/permissions/createHasPermission.js +32 -40
- package/permissions/createHasPermission.js.map +1 -1
- package/permissions/createPermissionSchema.js +6 -5
- package/permissions/createPermissionSchema.js.map +1 -1
- package/permissions/createPermissions.js +125 -185
- package/permissions/createPermissions.js.map +1 -1
- package/permissions/createPermissions.test.js +190 -158
- package/permissions/createPermissions.test.js.map +1 -1
- package/permissions/index.js +2 -4
- package/permissions/types.js +0 -3
- package/permissions/usePermissionForm.js +133 -232
- package/permissions/usePermissionForm.js.map +1 -1
- package/permissions/usePermissions.js +6 -5
- package/permissions/usePermissions.js.map +1 -1
- package/plugins/MenuPlugin.js +15 -14
- package/plugins/MenuPlugin.js.map +1 -1
- package/presentation/buildParams/useBuildParams.js +2 -3
- package/presentation/buildParams/useBuildParams.js.map +1 -1
- package/presentation/installation/components/SystemInstaller/SystemInstaller.js +46 -53
- package/presentation/installation/components/SystemInstaller/SystemInstaller.js.map +1 -1
- package/presentation/installation/components/SystemInstaller/SystemInstallerProvider.js +9 -14
- package/presentation/installation/components/SystemInstaller/SystemInstallerProvider.js.map +1 -1
- package/presentation/installation/components/SystemInstaller/index.js +0 -2
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep/createPasswordValidator.js +14 -29
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep/createPasswordValidator.js.map +1 -1
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep/usePasswordValidator.js +11 -10
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep/usePasswordValidator.js.map +1 -1
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep.js +60 -60
- package/presentation/installation/components/SystemInstaller/steps/AdminUserStep.js.map +1 -1
- package/presentation/installation/components/SystemInstaller/steps/BasicInfoStep.js +75 -85
- package/presentation/installation/components/SystemInstaller/steps/BasicInfoStep.js.map +1 -1
- package/presentation/installation/components/SystemInstaller/steps/Center.js +5 -8
- package/presentation/installation/components/SystemInstaller/steps/Center.js.map +1 -1
- package/presentation/installation/components/SystemInstaller/steps/Container.js +18 -24
- package/presentation/installation/components/SystemInstaller/steps/Container.js.map +1 -1
- package/presentation/installation/components/SystemInstaller/steps/FinishSetup.js +48 -53
- package/presentation/installation/components/SystemInstaller/steps/FinishSetup.js.map +1 -1
- package/presentation/installation/components/SystemInstaller/steps/IntroductionStep.js +13 -16
- package/presentation/installation/components/SystemInstaller/steps/IntroductionStep.js.map +1 -1
- package/presentation/installation/components/SystemInstaller/steps/introduction.js +723 -0
- package/presentation/installation/components/SystemInstaller/steps/introduction.js.map +1 -0
- package/presentation/installation/components/SystemInstaller/steps/referralSources.js +14 -1
- package/presentation/installation/components/SystemInstaller/steps/referralSources.js.map +1 -1
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerGateway.js +27 -28
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerGateway.js.map +1 -1
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerPresenter.js +117 -124
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerPresenter.js.map +1 -1
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerRepository.js +23 -21
- package/presentation/installation/presenters/SystemInstaller/SystemInstallerRepository.js.map +1 -1
- package/presentation/installation/presenters/SystemInstaller/abstractions.js +4 -3
- package/presentation/installation/presenters/SystemInstaller/abstractions.js.map +1 -1
- package/presentation/installation/presenters/SystemInstaller/feature.js +15 -14
- package/presentation/installation/presenters/SystemInstaller/feature.js.map +1 -1
- package/presentation/installation/presenters/SystemInstaller/index.js +0 -2
- package/presentation/lexicalContext/useLexicalContext.js +11 -8
- package/presentation/lexicalContext/useLexicalContext.js.map +1 -1
- package/presentation/listPresenter/ListPresenter.d.ts +30 -0
- package/presentation/listPresenter/ListPresenter.js +216 -0
- package/presentation/listPresenter/ListPresenter.js.map +1 -0
- package/presentation/listPresenter/ListPresenter.test.d.ts +1 -0
- package/presentation/listPresenter/ListPresenter.test.js +816 -0
- package/presentation/listPresenter/ListPresenter.test.js.map +1 -0
- package/presentation/listPresenter/SelectionController.d.ts +21 -0
- package/presentation/listPresenter/SelectionController.js +74 -0
- package/presentation/listPresenter/SelectionController.js.map +1 -0
- package/presentation/listPresenter/abstractions.d.ts +107 -0
- package/presentation/listPresenter/abstractions.js +5 -0
- package/presentation/listPresenter/abstractions.js.map +1 -0
- package/presentation/listPresenter/feature.d.ts +3 -0
- package/presentation/listPresenter/feature.js +17 -0
- package/presentation/listPresenter/feature.js.map +1 -0
- package/presentation/listPresenter/index.d.ts +3 -0
- package/presentation/listPresenter/index.js +2 -0
- package/presentation/security/components/HasPermission.js +15 -25
- package/presentation/security/components/HasPermission.js.map +1 -1
- package/presentation/security/components/SecureRoute.js +6 -12
- package/presentation/security/components/SecureRoute.js.map +1 -1
- package/presentation/security/hooks/useAuthentication.js +11 -17
- package/presentation/security/hooks/useAuthentication.js.map +1 -1
- package/presentation/security/hooks/useIdentity.js +19 -18
- package/presentation/security/hooks/useIdentity.js.map +1 -1
- package/presentation/security/hooks/useSecurity.js +14 -24
- package/presentation/security/hooks/useSecurity.js.map +1 -1
- package/presentation/tenancy/TenancyProvider.js +23 -36
- package/presentation/tenancy/TenancyProvider.js.map +1 -1
- package/presentation/tenancy/createTenancyProvider.js +6 -11
- package/presentation/tenancy/createTenancyProvider.js.map +1 -1
- package/presentation/tenancy/useTenantContext.js +17 -18
- package/presentation/tenancy/useTenantContext.js.map +1 -1
- package/presentation/textToLexicalTool/TextToLexicalTool.js +20 -18
- package/presentation/textToLexicalTool/TextToLexicalTool.js.map +1 -1
- package/presentation/textToLexicalTool/feature.js +6 -5
- package/presentation/textToLexicalTool/feature.js.map +1 -1
- package/presentation/textToLexicalTool/textToLexicalState.js +28 -28
- package/presentation/textToLexicalTool/textToLexicalState.js.map +1 -1
- package/presentation/wcp/WcpProvider.js +16 -26
- package/presentation/wcp/WcpProvider.js.map +1 -1
- package/presentation/wcp/useWcp.js +11 -12
- package/presentation/wcp/useWcp.js.map +1 -1
- package/routes.d.ts +0 -1
- package/routes.js +14 -17
- package/routes.js.map +1 -1
- package/static/svg/SecureRouteError.e8b15981.svg +1 -0
- package/static/svg/add-18px.b3062af6.svg +3 -0
- package/static/svg/arrow_drop_down-24px.da74d713.svg +4 -0
- package/static/svg/attach_file_black_24dp.7fb13a7e.svg +1 -0
- package/static/svg/baseline-menu-24px.071b179d.svg +4 -0
- package/static/svg/baseline-notification_important-24px.29277e73.svg +4 -0
- package/static/svg/baseline-security-24px.12e519cc.svg +4 -0
- package/static/svg/file_download.afe3fbec.svg +1 -0
- package/static/svg/file_upload.6865d820.svg +1 -0
- package/static/svg/filter-24px.886d9ff0.svg +8 -0
- package/static/svg/github-brands.6311f0fa.svg +1 -0
- package/static/svg/highlight-24px.959a97f7.svg +1 -0
- package/static/svg/icon-community.cd087355.svg +16 -0
- package/static/svg/icon-documentation.a189d24c.svg +16 -0
- package/static/svg/info.fe810b72.svg +1 -0
- package/static/svg/insert_drive_file-24px.39d490eb.svg +1 -0
- package/static/svg/insert_photo-24px.81a5f945.svg +1 -0
- package/static/svg/introduction.108720aa.svg +154 -0
- package/static/svg/label-24px.9deafa4f.svg +1 -0
- package/static/svg/round-account_circle-24px.f0b48cb7.svg +1 -0
- package/static/svg/round-add-24px.4a5219b4.svg +16 -0
- package/static/svg/round-arrow_drop_down-24px.5fdf92d1.svg +1 -0
- package/static/svg/round-chevron_right-24px.34936511.svg +12 -0
- package/static/svg/round-feedback-24px.4dae7231.svg +54 -0
- package/static/svg/round-help-24px.a61b1d66.svg +1 -0
- package/static/svg/round-invert_colors-24px.a229a1dd.svg +52 -0
- package/static/svg/round-keyboard_arrow_down-24px.6febe804.svg +16 -0
- package/static/svg/round-keyboard_arrow_up-24px.b1f7db34.svg +16 -0
- package/static/svg/round-lock_open-24px.d527f6a5.svg +60 -0
- package/static/svg/round-more_vert-24px.68d41b07.svg +12 -0
- package/static/svg/round-open_in_new-24px.be5b4ddd.svg +44 -0
- package/static/svg/round-settings-24px.c0b3056f.svg +4 -0
- package/static/svg/search-24px.3c0f88dd.svg +20 -0
- package/static/svg/slack-logo.7ee35e7f.svg +1 -0
- package/static/svg/today-24px.df206362.svg +1 -0
- package/static/svg/touch_app.debf3744.svg +1 -0
- package/static/svg/wby-horizontal.03327bf6.svg +23 -0
- package/static/svg/wby-square.ff8f47c3.svg +3 -0
- package/static/svg/webiny-logo.ef56725c.svg +20 -0
- package/static/svg/webiny-orange-logo.4eccf0f2.svg +20 -0
- package/types.js +0 -3
- package/components/BulkActions/index.js.map +0 -1
- package/components/BulkActions/useDialogWithReport/index.js.map +0 -1
- package/components/Buttons/index.js.map +0 -1
- package/components/DeveloperMode/index.js.map +0 -1
- package/components/Filters/index.js.map +0 -1
- package/components/IconPicker/components/index.js.map +0 -1
- package/components/IconPicker/index.js.map +0 -1
- package/components/LexicalEditor/index.js.map +0 -1
- package/components/NotAuthorizedError/index.js.map +0 -1
- package/components/OptionsMenu/index.js.map +0 -1
- package/components/OverlayLayout/components/index.js.map +0 -1
- package/components/OverlayLayout/index.js.map +0 -1
- package/components/Permissions/index.js.map +0 -1
- package/components/ResizablePanels/index.js.map +0 -1
- package/components/SimpleForm/index.js.map +0 -1
- package/components/SplitView/index.js.map +0 -1
- package/components/index.js.map +0 -1
- package/config/AdminConfig/Menu/UserMenu/UserMenuSeparator.js.map +0 -1
- package/config/AdminConfig/Menu/UserMenu/types.js.map +0 -1
- package/config/AdminConfig/Menu/types.js.map +0 -1
- package/config/AdminConfig/Theme/types.js.map +0 -1
- package/exports/admin/build-params.js.map +0 -1
- package/exports/admin/configs.js.map +0 -1
- package/exports/admin/form.js.map +0 -1
- package/exports/admin/security.js.map +0 -1
- package/exports/admin/tenancy.js.map +0 -1
- package/exports/admin/ui.js.map +0 -1
- package/exports/admin.js.map +0 -1
- package/features/buildParams/index.js.map +0 -1
- package/features/formModel/fieldTypes/index.js.map +0 -1
- package/features/formModel/index.js.map +0 -1
- package/features/formModel/renderers.js.map +0 -1
- package/features/security/AuthenticationContext/index.js.map +0 -1
- package/features/security/AuthenticationContext/types.js.map +0 -1
- package/features/security/IdentityContext/index.js.map +0 -1
- package/features/security/LogIn/index.js.map +0 -1
- package/features/security/LogOut/index.js.map +0 -1
- package/features/telemetry/index.js.map +0 -1
- package/features/tenancy/types.js.map +0 -1
- package/features/tools/LexicalContext/index.js.map +0 -1
- package/features/tools/index.js.map +0 -1
- package/features/wcp/types.js.map +0 -1
- package/features/webinySdk/index.js.map +0 -1
- package/hooks/index.js.map +0 -1
- package/index.js.map +0 -1
- package/permissions/index.js.map +0 -1
- package/permissions/types.js.map +0 -1
- package/presentation/installation/components/SystemInstaller/index.js.map +0 -1
- package/presentation/installation/presenters/SystemInstaller/index.js.map +0 -1
- package/types.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assets/icons/round-help-24px.js","sources":["../../../src/assets/icons/round-help-24px.svg"],"sourcesContent":["import * as React from \"react\";\nconst SvgRoundHelp24Px = props => <svg xmlns=\"http://www.w3.org/2000/svg\" width={24} height={24} viewBox=\"0 0 24 24\" {...props}><path fill=\"none\" d=\"M0 0h24v24H0z\" /><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m-1-4h2v2h-2zm1.61-9.96c-2.06-.3-3.88.97-4.43 2.79-.18.58.26 1.17.87 1.17h.2c.41 0 .74-.29.88-.67.32-.89 1.27-1.5 2.3-1.28.95.2 1.65 1.13 1.57 2.1-.1 1.34-1.62 1.63-2.45 2.88 0 .01-.01.01-.01.02-.01.02-.02.03-.03.05-.09.15-.18.32-.25.5-.01.03-.03.05-.04.08-.01.02-.01.04-.02.07-.12.34-.2.75-.2 1.25h2c0-.42.11-.77.28-1.07.02-.03.03-.06.05-.09.08-.14.18-.27.28-.39.01-.01.02-.03.03-.04.1-.12.21-.23.33-.34.96-.91 2.26-1.65 1.99-3.56-.24-1.74-1.61-3.21-3.35-3.47\" /></svg>;\nexport { SvgRoundHelp24Px as ReactComponent };\nexport default \"__RSLIB_SVGR_AUTO_PUBLIC_PATH__static/svg/round-help-24px.a61b1d66.svg\";"],"names":["SvgRoundHelp24Px","props"],"mappings":";;AACA,MAAMA,mBAAmBC,CAAAA,QAAAA,WAAAA,GAAS,sCAAC;QAAI,OAAM;QAA6B,OAAO;QAAI,QAAQ;QAAI,SAAQ;QAAa,GAAGA,KAAK;qBAAE,sCAAC;QAAK,MAAK;QAAO,GAAE;sBAAkB,sCAAC;QAAK,GAAE;;AAE9K"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import __rslib_svgr_url__0__ from "../../static/svg/round-invert_colors-24px.a229a1dd.svg";
|
|
2
|
+
import * as __rspack_external_react from "react";
|
|
3
|
+
const SvgRoundInvertColors24Px = (props)=>/*#__PURE__*/ __rspack_external_react.createElement("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
xmlSpace: "preserve",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
...props
|
|
10
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
11
|
+
fill: "none",
|
|
12
|
+
d: "M24 0H0v24h24z"
|
|
13
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
14
|
+
d: "M6.34 7.93c-3.12 3.12-3.12 8.19 0 11.31C7.9 20.8 9.95 21.58 12 21.58s4.1-.78 5.66-2.34c3.12-3.12 3.12-8.19 0-11.31l-4.95-4.95a.996.996 0 0 0-1.41 0zM12 19.59c-1.6 0-3.11-.62-4.24-1.76C6.62 16.69 6 15.19 6 13.59s.62-3.11 1.76-4.24L12 5.1z"
|
|
15
|
+
}));
|
|
16
|
+
const round_invert_colors_24px = __rslib_svgr_url__0__;
|
|
17
|
+
export default round_invert_colors_24px;
|
|
18
|
+
export { SvgRoundInvertColors24Px as ReactComponent };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=round-invert_colors-24px.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assets/icons/round-invert_colors-24px.js","sources":["../../../src/assets/icons/round-invert_colors-24px.svg"],"sourcesContent":["import * as React from \"react\";\nconst SvgRoundInvertColors24Px = props => <svg xmlns=\"http://www.w3.org/2000/svg\" xmlSpace=\"preserve\" width={24} height={24} viewBox=\"0 0 24 24\" {...props}><path fill=\"none\" d=\"M24 0H0v24h24z\" /><path d=\"M6.34 7.93c-3.12 3.12-3.12 8.19 0 11.31C7.9 20.8 9.95 21.58 12 21.58s4.1-.78 5.66-2.34c3.12-3.12 3.12-8.19 0-11.31l-4.95-4.95a.996.996 0 0 0-1.41 0zM12 19.59c-1.6 0-3.11-.62-4.24-1.76C6.62 16.69 6 15.19 6 13.59s.62-3.11 1.76-4.24L12 5.1z\" /></svg>;\nexport { SvgRoundInvertColors24Px as ReactComponent };\nexport default \"__RSLIB_SVGR_AUTO_PUBLIC_PATH__static/svg/round-invert_colors-24px.a229a1dd.svg\";"],"names":["SvgRoundInvertColors24Px","props"],"mappings":";;AACA,MAAMA,2BAA2BC,CAAAA,QAAAA,WAAAA,GAAS,sCAAC;QAAI,OAAM;QAA6B,UAAS;QAAW,OAAO;QAAI,QAAQ;QAAI,SAAQ;QAAa,GAAGA,KAAK;qBAAE,sCAAC;QAAK,MAAK;QAAO,GAAE;sBAAmB,sCAAC;QAAK,GAAE;;AAE3M"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import __rslib_svgr_url__0__ from "../../static/svg/round-keyboard_arrow_down-24px.6febe804.svg";
|
|
2
|
+
import * as __rspack_external_react from "react";
|
|
3
|
+
const SvgRoundKeyboardArrowDown24Px = (props)=>/*#__PURE__*/ __rspack_external_react.createElement("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
xmlSpace: "preserve",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
...props
|
|
10
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
11
|
+
d: "M8.12 9.29 12 13.17l3.88-3.88a.996.996 0 1 1 1.41 1.41l-4.59 4.59a.996.996 0 0 1-1.41 0L6.7 10.7a.996.996 0 0 1 0-1.41c.39-.38 1.03-.39 1.42 0"
|
|
12
|
+
}));
|
|
13
|
+
const round_keyboard_arrow_down_24px = __rslib_svgr_url__0__;
|
|
14
|
+
export default round_keyboard_arrow_down_24px;
|
|
15
|
+
export { SvgRoundKeyboardArrowDown24Px as ReactComponent };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=round-keyboard_arrow_down-24px.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assets/icons/round-keyboard_arrow_down-24px.js","sources":["../../../src/assets/icons/round-keyboard_arrow_down-24px.svg"],"sourcesContent":["import * as React from \"react\";\nconst SvgRoundKeyboardArrowDown24Px = props => <svg xmlns=\"http://www.w3.org/2000/svg\" xmlSpace=\"preserve\" width={24} height={24} viewBox=\"0 0 24 24\" {...props}><path d=\"M8.12 9.29 12 13.17l3.88-3.88a.996.996 0 1 1 1.41 1.41l-4.59 4.59a.996.996 0 0 1-1.41 0L6.7 10.7a.996.996 0 0 1 0-1.41c.39-.38 1.03-.39 1.42 0\" /></svg>;\nexport { SvgRoundKeyboardArrowDown24Px as ReactComponent };\nexport default \"__RSLIB_SVGR_AUTO_PUBLIC_PATH__static/svg/round-keyboard_arrow_down-24px.6febe804.svg\";"],"names":["SvgRoundKeyboardArrowDown24Px","props"],"mappings":";;AACA,MAAMA,gCAAgCC,CAAAA,QAAAA,WAAAA,GAAS,sCAAC;QAAI,OAAM;QAA6B,UAAS;QAAW,OAAO;QAAI,QAAQ;QAAI,SAAQ;QAAa,GAAGA,KAAK;qBAAE,sCAAC;QAAK,GAAE;;AAEzK"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import __rslib_svgr_url__0__ from "../../static/svg/round-keyboard_arrow_up-24px.b1f7db34.svg";
|
|
2
|
+
import * as __rspack_external_react from "react";
|
|
3
|
+
const SvgRoundKeyboardArrowUp24Px = (props)=>/*#__PURE__*/ __rspack_external_react.createElement("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
xmlSpace: "preserve",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
...props
|
|
10
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
11
|
+
d: "M8.12 14.71 12 10.83l3.88 3.88a.996.996 0 1 0 1.41-1.41L12.7 8.71a.996.996 0 0 0-1.41 0L6.7 13.3a.996.996 0 0 0 0 1.41c.39.38 1.03.39 1.42 0"
|
|
12
|
+
}));
|
|
13
|
+
const round_keyboard_arrow_up_24px = __rslib_svgr_url__0__;
|
|
14
|
+
export default round_keyboard_arrow_up_24px;
|
|
15
|
+
export { SvgRoundKeyboardArrowUp24Px as ReactComponent };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=round-keyboard_arrow_up-24px.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assets/icons/round-keyboard_arrow_up-24px.js","sources":["../../../src/assets/icons/round-keyboard_arrow_up-24px.svg"],"sourcesContent":["import * as React from \"react\";\nconst SvgRoundKeyboardArrowUp24Px = props => <svg xmlns=\"http://www.w3.org/2000/svg\" xmlSpace=\"preserve\" width={24} height={24} viewBox=\"0 0 24 24\" {...props}><path d=\"M8.12 14.71 12 10.83l3.88 3.88a.996.996 0 1 0 1.41-1.41L12.7 8.71a.996.996 0 0 0-1.41 0L6.7 13.3a.996.996 0 0 0 0 1.41c.39.38 1.03.39 1.42 0\" /></svg>;\nexport { SvgRoundKeyboardArrowUp24Px as ReactComponent };\nexport default \"__RSLIB_SVGR_AUTO_PUBLIC_PATH__static/svg/round-keyboard_arrow_up-24px.b1f7db34.svg\";"],"names":["SvgRoundKeyboardArrowUp24Px","props"],"mappings":";;AACA,MAAMA,8BAA8BC,CAAAA,QAAAA,WAAAA,GAAS,sCAAC;QAAI,OAAM;QAA6B,UAAS;QAAW,OAAO;QAAI,QAAQ;QAAI,SAAQ;QAAa,GAAGA,KAAK;qBAAE,sCAAC;QAAK,GAAE;;AAEvK"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import __rslib_svgr_url__0__ from "../../static/svg/round-lock_open-24px.d527f6a5.svg";
|
|
2
|
+
import * as __rspack_external_react from "react";
|
|
3
|
+
const SvgRoundLockOpen24Px = (props)=>/*#__PURE__*/ __rspack_external_react.createElement("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
xmlSpace: "preserve",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
...props
|
|
10
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
11
|
+
fill: "none",
|
|
12
|
+
d: "M0 0h24v24H0z"
|
|
13
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
14
|
+
d: "M12 13c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2"
|
|
15
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
16
|
+
d: "M18 8h-1V6c0-2.76-2.24-5-5-5-2.28 0-4.27 1.54-4.84 3.75-.14.54.18 1.08.72 1.22a1 1 0 0 0 1.22-.72A2.996 2.996 0 0 1 12 3c1.65 0 3 1.35 3 3v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2m0 11c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1v-8c0-.55.45-1 1-1h10c.55 0 1 .45 1 1z"
|
|
17
|
+
}));
|
|
18
|
+
const round_lock_open_24px = __rslib_svgr_url__0__;
|
|
19
|
+
export default round_lock_open_24px;
|
|
20
|
+
export { SvgRoundLockOpen24Px as ReactComponent };
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=round-lock_open-24px.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assets/icons/round-lock_open-24px.js","sources":["../../../src/assets/icons/round-lock_open-24px.svg"],"sourcesContent":["import * as React from \"react\";\nconst SvgRoundLockOpen24Px = props => <svg xmlns=\"http://www.w3.org/2000/svg\" xmlSpace=\"preserve\" width={24} height={24} viewBox=\"0 0 24 24\" {...props}><path fill=\"none\" d=\"M0 0h24v24H0z\" /><path d=\"M12 13c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2\" /><path d=\"M18 8h-1V6c0-2.76-2.24-5-5-5-2.28 0-4.27 1.54-4.84 3.75-.14.54.18 1.08.72 1.22a1 1 0 0 0 1.22-.72A2.996 2.996 0 0 1 12 3c1.65 0 3 1.35 3 3v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2m0 11c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1v-8c0-.55.45-1 1-1h10c.55 0 1 .45 1 1z\" /></svg>;\nexport { SvgRoundLockOpen24Px as ReactComponent };\nexport default \"__RSLIB_SVGR_AUTO_PUBLIC_PATH__static/svg/round-lock_open-24px.d527f6a5.svg\";"],"names":["SvgRoundLockOpen24Px","props"],"mappings":";;AACA,MAAMA,uBAAuBC,CAAAA,QAAAA,WAAAA,GAAS,sCAAC;QAAI,OAAM;QAA6B,UAAS;QAAW,OAAO;QAAI,QAAQ;QAAI,SAAQ;QAAa,GAAGA,KAAK;qBAAE,sCAAC;QAAK,MAAK;QAAO,GAAE;sBAAkB,sCAAC;QAAK,GAAE;sBAAsD,sCAAC;QAAK,GAAE;;AAEpQ"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import __rslib_svgr_url__0__ from "../../static/svg/round-more_vert-24px.68d41b07.svg";
|
|
2
|
+
import * as __rspack_external_react from "react";
|
|
3
|
+
const SvgRoundMoreVert24Px = (props)=>/*#__PURE__*/ __rspack_external_react.createElement("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
xmlSpace: "preserve",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
...props
|
|
10
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
11
|
+
fill: "none",
|
|
12
|
+
d: "M0 0h24v24H0z"
|
|
13
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
14
|
+
d: "M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2"
|
|
15
|
+
}));
|
|
16
|
+
const round_more_vert_24px = __rslib_svgr_url__0__;
|
|
17
|
+
export default round_more_vert_24px;
|
|
18
|
+
export { SvgRoundMoreVert24Px as ReactComponent };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=round-more_vert-24px.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assets/icons/round-more_vert-24px.js","sources":["../../../src/assets/icons/round-more_vert-24px.svg"],"sourcesContent":["import * as React from \"react\";\nconst SvgRoundMoreVert24Px = props => <svg xmlns=\"http://www.w3.org/2000/svg\" xmlSpace=\"preserve\" width={24} height={24} viewBox=\"0 0 24 24\" {...props}><path fill=\"none\" d=\"M0 0h24v24H0z\" /><path d=\"M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2\" /></svg>;\nexport { SvgRoundMoreVert24Px as ReactComponent };\nexport default \"__RSLIB_SVGR_AUTO_PUBLIC_PATH__static/svg/round-more_vert-24px.68d41b07.svg\";"],"names":["SvgRoundMoreVert24Px","props"],"mappings":";;AACA,MAAMA,uBAAuBC,CAAAA,QAAAA,WAAAA,GAAS,sCAAC;QAAI,OAAM;QAA6B,UAAS;QAAW,OAAO;QAAI,QAAQ;QAAI,SAAQ;QAAa,GAAGA,KAAK;qBAAE,sCAAC;QAAK,MAAK;QAAO,GAAE;sBAAkB,sCAAC;QAAK,GAAE;;AAEtM"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import __rslib_svgr_url__0__ from "../../static/svg/round-open_in_new-24px.be5b4ddd.svg";
|
|
2
|
+
import * as __rspack_external_react from "react";
|
|
3
|
+
const SvgRoundOpenInNew24Px = (props)=>/*#__PURE__*/ __rspack_external_react.createElement("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
xmlSpace: "preserve",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
...props
|
|
10
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
11
|
+
fill: "none",
|
|
12
|
+
d: "M0 0h24v24H0z"
|
|
13
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
14
|
+
d: "M18 19H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h5c.55 0 1-.45 1-1s-.45-1-1-1H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55-.45 1-1 1M14 4c0 .55.45 1 1 1h2.59l-9.13 9.13a.996.996 0 1 0 1.41 1.41L19 6.41V9c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1h-5c-.55 0-1 .45-1 1"
|
|
15
|
+
}));
|
|
16
|
+
const round_open_in_new_24px = __rslib_svgr_url__0__;
|
|
17
|
+
export default round_open_in_new_24px;
|
|
18
|
+
export { SvgRoundOpenInNew24Px as ReactComponent };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=round-open_in_new-24px.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assets/icons/round-open_in_new-24px.js","sources":["../../../src/assets/icons/round-open_in_new-24px.svg"],"sourcesContent":["import * as React from \"react\";\nconst SvgRoundOpenInNew24Px = props => <svg xmlns=\"http://www.w3.org/2000/svg\" xmlSpace=\"preserve\" width={24} height={24} viewBox=\"0 0 24 24\" {...props}><path fill=\"none\" d=\"M0 0h24v24H0z\" /><path d=\"M18 19H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h5c.55 0 1-.45 1-1s-.45-1-1-1H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55-.45 1-1 1M14 4c0 .55.45 1 1 1h2.59l-9.13 9.13a.996.996 0 1 0 1.41 1.41L19 6.41V9c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1h-5c-.55 0-1 .45-1 1\" /></svg>;\nexport { SvgRoundOpenInNew24Px as ReactComponent };\nexport default \"__RSLIB_SVGR_AUTO_PUBLIC_PATH__static/svg/round-open_in_new-24px.be5b4ddd.svg\";"],"names":["SvgRoundOpenInNew24Px","props"],"mappings":";;AACA,MAAMA,wBAAwBC,CAAAA,QAAAA,WAAAA,GAAS,sCAAC;QAAI,OAAM;QAA6B,UAAS;QAAW,OAAO;QAAI,QAAQ;QAAI,SAAQ;QAAa,GAAGA,KAAK;qBAAE,sCAAC;QAAK,MAAK;QAAO,GAAE;sBAAkB,sCAAC;QAAK,GAAE;;AAEvM"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import __rslib_svgr_url__0__ from "../../static/svg/round-settings-24px.c0b3056f.svg";
|
|
2
|
+
import * as __rspack_external_react from "react";
|
|
3
|
+
const SvgRoundSettings24Px = (props)=>/*#__PURE__*/ __rspack_external_react.createElement("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: 24,
|
|
6
|
+
height: 24,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props
|
|
9
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
10
|
+
fill: "none",
|
|
11
|
+
d: "M0 0h24v24H0z"
|
|
12
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
13
|
+
fill: "currentColor",
|
|
14
|
+
d: "M19.43 12.98c.04-.32.07-.64.07-.98s-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.3-.61-.22l-2.49 1c-.52-.4-1.08-.73-1.69-.98l-.38-2.65A.49.49 0 0 0 14 2h-4c-.25 0-.46.18-.49.42l-.38 2.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.23-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64l2.11 1.65c-.04.32-.07.65-.07.98s.03.66.07.98l-2.11 1.65c-.19.15-.24.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1c.52.4 1.08.73 1.69.98l.38 2.65c.03.24.24.42.49.42h4c.25 0 .46-.18.49-.42l.38-2.65c.61-.25 1.17-.59 1.69-.98l2.49 1c.23.09.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64zM12 15.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5"
|
|
15
|
+
}));
|
|
16
|
+
const round_settings_24px = __rslib_svgr_url__0__;
|
|
17
|
+
export default round_settings_24px;
|
|
18
|
+
export { SvgRoundSettings24Px as ReactComponent };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=round-settings-24px.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assets/icons/round-settings-24px.js","sources":["../../../src/assets/icons/round-settings-24px.svg"],"sourcesContent":["import * as React from \"react\";\nconst SvgRoundSettings24Px = props => <svg xmlns=\"http://www.w3.org/2000/svg\" width={24} height={24} viewBox=\"0 0 24 24\" {...props}><path fill=\"none\" d=\"M0 0h24v24H0z\" /><path fill=\"currentColor\" d=\"M19.43 12.98c.04-.32.07-.64.07-.98s-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.3-.61-.22l-2.49 1c-.52-.4-1.08-.73-1.69-.98l-.38-2.65A.49.49 0 0 0 14 2h-4c-.25 0-.46.18-.49.42l-.38 2.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.23-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64l2.11 1.65c-.04.32-.07.65-.07.98s.03.66.07.98l-2.11 1.65c-.19.15-.24.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1c.52.4 1.08.73 1.69.98l.38 2.65c.03.24.24.42.49.42h4c.25 0 .46-.18.49-.42l.38-2.65c.61-.25 1.17-.59 1.69-.98l2.49 1c.23.09.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64zM12 15.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5\" /></svg>;\nexport { SvgRoundSettings24Px as ReactComponent };\nexport default \"__RSLIB_SVGR_AUTO_PUBLIC_PATH__static/svg/round-settings-24px.c0b3056f.svg\";"],"names":["SvgRoundSettings24Px","props"],"mappings":";;AACA,MAAMA,uBAAuBC,CAAAA,QAAAA,WAAAA,GAAS,sCAAC;QAAI,OAAM;QAA6B,OAAO;QAAI,QAAQ;QAAI,SAAQ;QAAa,GAAGA,KAAK;qBAAE,sCAAC;QAAK,MAAK;QAAO,GAAE;sBAAkB,sCAAC;QAAK,MAAK;QAAe,GAAE;;AAEtM"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import __rslib_svgr_url__0__ from "../../static/svg/search-24px.3c0f88dd.svg";
|
|
2
|
+
import * as __rspack_external_react from "react";
|
|
3
|
+
const SvgSearch24Px = (props)=>/*#__PURE__*/ __rspack_external_react.createElement("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
xmlSpace: "preserve",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24,
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
...props
|
|
10
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
11
|
+
fill: "none",
|
|
12
|
+
d: "M0 0h24v24H0z"
|
|
13
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M15.5 14h-.79l-.28-.27a6.5 6.5 0 0 0 1.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 0 0-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 0 0 5.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0s.41-1.08 0-1.49zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14"
|
|
16
|
+
}));
|
|
17
|
+
const search_24px = __rslib_svgr_url__0__;
|
|
18
|
+
export default search_24px;
|
|
19
|
+
export { SvgSearch24Px as ReactComponent };
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=search-24px.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assets/icons/search-24px.js","sources":["../../../src/assets/icons/search-24px.svg"],"sourcesContent":["import * as React from \"react\";\nconst SvgSearch24Px = props => <svg xmlns=\"http://www.w3.org/2000/svg\" xmlSpace=\"preserve\" width={24} height={24} viewBox=\"0 0 24 24\" {...props}><path fill=\"none\" d=\"M0 0h24v24H0z\" /><path fill=\"currentColor\" d=\"M15.5 14h-.79l-.28-.27a6.5 6.5 0 0 0 1.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 0 0-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 0 0 5.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0s.41-1.08 0-1.49zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14\" /></svg>;\nexport { SvgSearch24Px as ReactComponent };\nexport default \"__RSLIB_SVGR_AUTO_PUBLIC_PATH__static/svg/search-24px.3c0f88dd.svg\";"],"names":["SvgSearch24Px","props"],"mappings":";;AACA,MAAMA,gBAAgBC,CAAAA,QAAAA,WAAAA,GAAS,sCAAC;QAAI,OAAM;QAA6B,UAAS;QAAW,OAAO;QAAI,QAAQ;QAAI,SAAQ;QAAa,GAAGA,KAAK;qBAAE,sCAAC;QAAK,MAAK;QAAO,GAAE;sBAAkB,sCAAC;QAAK,MAAK;QAAe,GAAE;;AAEnN"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import __rslib_svgr_url__0__ from "../../static/svg/slack-logo.7ee35e7f.svg";
|
|
2
|
+
import * as __rspack_external_react from "react";
|
|
3
|
+
const SvgSlackLogo = (props)=>/*#__PURE__*/ __rspack_external_react.createElement("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
...props
|
|
7
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
8
|
+
d: "M8.843 12.651a2.52 2.52 0 0 0-2.521 2.521v6.306a2.521 2.521 0 0 0 5.042 0v-6.306a2.523 2.523 0 0 0-2.521-2.521M.019 15.172a2.524 2.524 0 0 0 5.046 0v-2.523H2.542a2.524 2.524 0 0 0-2.523 2.523M8.846-.001h-.003a2.524 2.524 0 0 0 0 5.046h2.521V2.517A2.52 2.52 0 0 0 8.846-.001M2.525 11.37h6.318a2.524 2.524 0 0 0 0-5.046H2.525a2.524 2.524 0 0 0 0 5.046M21.457 6.323a2.52 2.52 0 0 0-2.518 2.518v2.528h2.521a2.524 2.524 0 0 0 0-5.046zM12.641 2.522v6.325a2.521 2.521 0 0 0 5.042 0V2.522a2.521 2.521 0 0 0-5.042 0M17.682 21.476a2.52 2.52 0 0 0-2.521-2.521H12.64v2.523a2.521 2.521 0 0 0 5.042-.002M21.479 12.649h-6.318a2.524 2.524 0 0 0 0 5.046h6.318a2.524 2.524 0 0 0 0-5.046"
|
|
9
|
+
}));
|
|
10
|
+
const slack_logo = __rslib_svgr_url__0__;
|
|
11
|
+
export default slack_logo;
|
|
12
|
+
export { SvgSlackLogo as ReactComponent };
|
|
13
|
+
|
|
14
|
+
//# sourceMappingURL=slack-logo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assets/icons/slack-logo.js","sources":["../../../src/assets/icons/slack-logo.svg"],"sourcesContent":["import * as React from \"react\";\nconst SvgSlackLogo = props => <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" {...props}><path d=\"M8.843 12.651a2.52 2.52 0 0 0-2.521 2.521v6.306a2.521 2.521 0 0 0 5.042 0v-6.306a2.523 2.523 0 0 0-2.521-2.521M.019 15.172a2.524 2.524 0 0 0 5.046 0v-2.523H2.542a2.524 2.524 0 0 0-2.523 2.523M8.846-.001h-.003a2.524 2.524 0 0 0 0 5.046h2.521V2.517A2.52 2.52 0 0 0 8.846-.001M2.525 11.37h6.318a2.524 2.524 0 0 0 0-5.046H2.525a2.524 2.524 0 0 0 0 5.046M21.457 6.323a2.52 2.52 0 0 0-2.518 2.518v2.528h2.521a2.524 2.524 0 0 0 0-5.046zM12.641 2.522v6.325a2.521 2.521 0 0 0 5.042 0V2.522a2.521 2.521 0 0 0-5.042 0M17.682 21.476a2.52 2.52 0 0 0-2.521-2.521H12.64v2.523a2.521 2.521 0 0 0 5.042-.002M21.479 12.649h-6.318a2.524 2.524 0 0 0 0 5.046h6.318a2.524 2.524 0 0 0 0-5.046\" /></svg>;\nexport { SvgSlackLogo as ReactComponent };\nexport default \"__RSLIB_SVGR_AUTO_PUBLIC_PATH__static/svg/slack-logo.7ee35e7f.svg\";"],"names":["SvgSlackLogo","props"],"mappings":";;AACA,MAAMA,eAAeC,CAAAA,QAAAA,WAAAA,GAAS,sCAAC;QAAI,OAAM;QAA6B,SAAQ;QAAa,GAAGA,KAAK;qBAAE,sCAAC;QAAK,GAAE;;AAE7G"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import __rslib_svgr_url__0__ from "../../static/svg/today-24px.df206362.svg";
|
|
2
|
+
import * as __rspack_external_react from "react";
|
|
3
|
+
const SvgToday24Px = (props)=>/*#__PURE__*/ __rspack_external_react.createElement("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: 24,
|
|
6
|
+
height: 24,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props
|
|
9
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
10
|
+
fill: "none",
|
|
11
|
+
d: "M0 0h24v24H0z"
|
|
12
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
13
|
+
d: "M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 16H5V8h14zM7 10h5v5H7z"
|
|
14
|
+
}));
|
|
15
|
+
const today_24px = __rslib_svgr_url__0__;
|
|
16
|
+
export default today_24px;
|
|
17
|
+
export { SvgToday24Px as ReactComponent };
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=today-24px.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assets/icons/today-24px.js","sources":["../../../src/assets/icons/today-24px.svg"],"sourcesContent":["import * as React from \"react\";\nconst SvgToday24Px = props => <svg xmlns=\"http://www.w3.org/2000/svg\" width={24} height={24} viewBox=\"0 0 24 24\" {...props}><path fill=\"none\" d=\"M0 0h24v24H0z\" /><path d=\"M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 16H5V8h14zM7 10h5v5H7z\" /></svg>;\nexport { SvgToday24Px as ReactComponent };\nexport default \"__RSLIB_SVGR_AUTO_PUBLIC_PATH__static/svg/today-24px.df206362.svg\";"],"names":["SvgToday24Px","props"],"mappings":";;AACA,MAAMA,eAAeC,CAAAA,QAAAA,WAAAA,GAAS,sCAAC;QAAI,OAAM;QAA6B,OAAO;QAAI,QAAQ;QAAI,SAAQ;QAAa,GAAGA,KAAK;qBAAE,sCAAC;QAAK,MAAK;QAAO,GAAE;sBAAkB,sCAAC;QAAK,GAAE;;AAE1K"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import __rslib_svgr_url__0__ from "../../static/svg/touch_app.debf3744.svg";
|
|
2
|
+
import * as __rspack_external_react from "react";
|
|
3
|
+
const SvgTouchApp = (props)=>/*#__PURE__*/ __rspack_external_react.createElement("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: 24,
|
|
6
|
+
height: 24,
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
...props
|
|
10
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
11
|
+
fill: "none",
|
|
12
|
+
d: "M0 0h24v24H0z"
|
|
13
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
14
|
+
d: "M8.79 9.24V5.5a2.5 2.5 0 0 1 5 0v3.74c1.21-.81 2-2.18 2-3.74 0-2.49-2.01-4.5-4.5-4.5s-4.5 2.01-4.5 4.5c0 1.56.79 2.93 2 3.74m5.5 2.47c-.28-.14-.58-.21-.89-.21h-.61v-6c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v10.74l-3.44-.72c-.37-.08-.76.04-1.03.31-.43.44-.43 1.14 0 1.58l4.01 4.01c.38.37.89.58 1.42.58h6.1c1 0 1.84-.73 1.98-1.72l.63-4.47c.12-.85-.32-1.69-1.09-2.07z"
|
|
15
|
+
}));
|
|
16
|
+
const touch_app = __rslib_svgr_url__0__;
|
|
17
|
+
export default touch_app;
|
|
18
|
+
export { SvgTouchApp as ReactComponent };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=touch_app.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assets/icons/touch_app.js","sources":["../../../src/assets/icons/touch_app.svg"],"sourcesContent":["import * as React from \"react\";\nconst SvgTouchApp = props => <svg xmlns=\"http://www.w3.org/2000/svg\" width={24} height={24} fill=\"currentColor\" viewBox=\"0 0 24 24\" {...props}><path fill=\"none\" d=\"M0 0h24v24H0z\" /><path d=\"M8.79 9.24V5.5a2.5 2.5 0 0 1 5 0v3.74c1.21-.81 2-2.18 2-3.74 0-2.49-2.01-4.5-4.5-4.5s-4.5 2.01-4.5 4.5c0 1.56.79 2.93 2 3.74m5.5 2.47c-.28-.14-.58-.21-.89-.21h-.61v-6c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v10.74l-3.44-.72c-.37-.08-.76.04-1.03.31-.43.44-.43 1.14 0 1.58l4.01 4.01c.38.37.89.58 1.42.58h6.1c1 0 1.84-.73 1.98-1.72l.63-4.47c.12-.85-.32-1.69-1.09-2.07z\" /></svg>;\nexport { SvgTouchApp as ReactComponent };\nexport default \"__RSLIB_SVGR_AUTO_PUBLIC_PATH__static/svg/touch_app.debf3744.svg\";"],"names":["SvgTouchApp","props"],"mappings":";;AACA,MAAMA,cAAcC,CAAAA,QAAAA,WAAAA,GAAS,sCAAC;QAAI,OAAM;QAA6B,OAAO;QAAI,QAAQ;QAAI,MAAK;QAAe,SAAQ;QAAa,GAAGA,KAAK;qBAAE,sCAAC;QAAK,MAAK;QAAO,GAAE;sBAAkB,sCAAC;QAAK,GAAE;;AAE7L"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import __rslib_svgr_url__0__ from "../../static/svg/webiny-logo.ef56725c.svg";
|
|
2
|
+
import * as __rspack_external_react from "react";
|
|
3
|
+
const SvgWebinyLogo = (props)=>/*#__PURE__*/ __rspack_external_react.createElement("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
6
|
+
width: 413,
|
|
7
|
+
height: 126,
|
|
8
|
+
viewBox: "0 0 413 126",
|
|
9
|
+
...props
|
|
10
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("defs", null, /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
11
|
+
id: "webiny-logo_svg__a",
|
|
12
|
+
d: "M106.337 98.8 63.09 123.57a13.32 13.32 0 0 1-13.228 0L6.614 98.8C2.521 96.455 0 92.124 0 87.435V37.894c0-4.689 2.521-9.021 6.614-11.365L49.862 1.76a13.32 13.32 0 0 1 13.228 0l43.247 24.77a13.1 13.1 0 0 1 6.614 11.365v49.541c0 4.689-2.521 9.02-6.614 11.365M82.615 41.768c-3.243 9.079-6.51 18.18-9.776 27.292h-1.036c-3.255-9.133-6.521-18.257-9.776-27.369H51.872c-3.3 9.212-6.565 18.335-9.831 27.47h-.948c-3.31-9.224-6.621-18.446-9.82-27.348H19.144c5.897 16.753 11.648 33.086 17.4 49.42h10.01l9.91-27.636h1.003c3.31 9.268 6.61 18.546 9.854 27.613h10.032c5.774-16.4 11.525-32.743 17.4-49.442z"
|
|
13
|
+
})), /*#__PURE__*/ __rspack_external_react.createElement("g", {
|
|
14
|
+
fill: "none",
|
|
15
|
+
fillRule: "evenodd"
|
|
16
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
d: "M294.402 88.011h8.768V48.317h-8.768zm96.783-39.738h-9.169c0 7.836.018 15.28-.009 22.726-.026 4.948-3.544 8.43-8.386 8.386-4.886-.036-7.152-2.514-7.188-8.023-.044-6.511 0-13.032-.026-19.544-.01-1.182-.205-2.364-.31-3.492h-8.565c-.15.356-.303.542-.303.728-.026 9.302-.177 18.622 0 27.923.09 4.531 2.222 8.076 6.69 9.977 4.576-3.047 9.64-2.78 14.712-2.158 4.14.515 8.192.23 12.643-.667-.036-11.993.097-23.898-.09-35.856m-42.555 9.364c-.106-3.856-2.576-6.69-6.12-8.324-3.661-1.688-7.561-2.417-11.47-1.493-3.235.764-6.317 2.159-9.56 3.314-1.403-1.218-3.011-2.603-4.77-4.14-2.195 1.972-4.096 3.67-5.988 5.365 4.051 5.082 4.051 5.082 4.051 11.701 0 6.823 0 13.655.009 20.477 0 1.102.097 2.213.16 3.456h9.044V65.757c0-4.833 2.523-8.076 7.231-9.293 5.509-1.422 8.387.755 8.405 6.423.026 7.232 0 14.473.018 21.713 0 1.102.106 2.203.168 3.322h8.902c0-10.252.178-20.273-.08-30.285m-118.62-1.635c4.389.302 6.085 2.079 5.784 6.53-4.442 4.468-9.96 2.576-15.157 2.879.374-5.518 4.7-9.729 9.373-9.409m12.775 20.14c-2.248.978-4.21 1.884-6.219 2.675-3.145 1.252-6.405 1.617-9.745.941-3.323-.666-4.922-2.257-5.553-5.766 1.892 0 3.723-.008 5.544 0 4.3.045 8.475-.56 12.313-2.602 7.845-4.185 8.813-15.015 1.715-20.203-7.525-5.508-18.755-5.038-25.257 2.701-4.869 5.8-5.82 12.588-4.656 19.856.96 5.934 4.025 10.42 9.364 13.095 7.587 3.802 20.336 1.785 26.963-4.202-1.484-2.15-2.985-4.327-4.469-6.494m168.086-4.797c-2.531-5.846-9.567-9.746-16.017-8.84-.578.08-1.11.444-1.768.729v9.044c1.217-.196 2.22-.436 3.233-.497 2.541-.16 5.03 1.217 5.935 3.197 1.022 2.222.436 5.393-1.52 7.108-.985.862-2.158 1.732-3.392 2.06-2.968.791-6.006 1.644-9.053 1.769-5.571.24-11.167-.125-16.747.044-4.513.143-8.76 2.452-11.105 6.308-4.07 6.698-2.159 15.991 3.988 20.504 5.971 4.38 14.873 3.598 20.159-1.839 3.811-3.917 5.454-8.804 6.316-14.418h-9.32c-.32 1.012-.603 2.212-1.065 3.34-.507 1.234-1.03 2.496-1.777 3.59-1.848 2.7-5.17 3.588-7.934 2.283-2.185-1.031-3.624-4.025-3.144-6.54.586-3.082 2.167-4.175 6.183-4.184 5.685-.017 11.372.178 17.049-.01 5.685-.195 10.998-1.829 15.537-5.418 5.358-4.229 7.188-11.887 4.442-18.23M276.882 76.17c-2.371 3.118-5.712 3.917-9.346 3.9-1.75-.009-3.5-.284-5.766-.48 0-6.21-.23-12.198.098-18.159.16-2.958 2.736-4.601 5.41-5.366 3.119-.897 6.184-.64 8.627 1.902 4.158 4.343 4.628 13.396.977 18.203m11.434-13.415c-1.484-10.27-9.257-16.445-19.553-15.84-2.23.133-4.425.852-7.01 1.386V31.5h-9.39v55.073c4.21 1.465 12.748 2.53 17.021 2.185 10.217-.827 16.685-5.988 18.683-15.557.711-3.366.747-7.036.249-10.447m-87.73-14.446c-2.585 7.294-5.188 14.606-7.791 21.926h-.827c-2.594-7.337-5.197-14.667-7.791-21.988h-8.093c-2.63 7.4-5.233 14.73-7.836 22.068h-.755c-2.638-7.41-5.277-14.818-7.827-21.97H150c4.7 13.46 9.284 26.581 13.869 39.703h7.977l7.898-22.202h.8c2.638 7.445 5.268 14.9 7.853 22.184h7.996c4.602-13.175 9.186-26.306 13.868-39.72z"
|
|
19
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("g", {
|
|
20
|
+
transform: "translate(0 .5)"
|
|
21
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("mask", {
|
|
22
|
+
id: "webiny-logo_svg__b",
|
|
23
|
+
fill: "currentColor"
|
|
24
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("use", {
|
|
25
|
+
xlinkHref: "#webiny-logo_svg__a"
|
|
26
|
+
})), /*#__PURE__*/ __rspack_external_react.createElement("use", {
|
|
27
|
+
xlinkHref: "#webiny-logo_svg__a",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
}))));
|
|
30
|
+
const webiny_logo = __rslib_svgr_url__0__;
|
|
31
|
+
export default webiny_logo;
|
|
32
|
+
export { SvgWebinyLogo as ReactComponent };
|
|
33
|
+
|
|
34
|
+
//# sourceMappingURL=webiny-logo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assets/images/webiny-logo.js","sources":["../../../src/assets/images/webiny-logo.svg"],"sourcesContent":["import * as React from \"react\";\nconst SvgWebinyLogo = props => <svg xmlns=\"http://www.w3.org/2000/svg\" xmlnsXlink=\"http://www.w3.org/1999/xlink\" width={413} height={126} viewBox=\"0 0 413 126\" {...props}><defs><path id=\"webiny-logo_svg__a\" d=\"M106.337 98.8 63.09 123.57a13.32 13.32 0 0 1-13.228 0L6.614 98.8C2.521 96.455 0 92.124 0 87.435V37.894c0-4.689 2.521-9.021 6.614-11.365L49.862 1.76a13.32 13.32 0 0 1 13.228 0l43.247 24.77a13.1 13.1 0 0 1 6.614 11.365v49.541c0 4.689-2.521 9.02-6.614 11.365M82.615 41.768c-3.243 9.079-6.51 18.18-9.776 27.292h-1.036c-3.255-9.133-6.521-18.257-9.776-27.369H51.872c-3.3 9.212-6.565 18.335-9.831 27.47h-.948c-3.31-9.224-6.621-18.446-9.82-27.348H19.144c5.897 16.753 11.648 33.086 17.4 49.42h10.01l9.91-27.636h1.003c3.31 9.268 6.61 18.546 9.854 27.613h10.032c5.774-16.4 11.525-32.743 17.4-49.442z\" /></defs><g fill=\"none\" fillRule=\"evenodd\"><path fill=\"currentColor\" d=\"M294.402 88.011h8.768V48.317h-8.768zm96.783-39.738h-9.169c0 7.836.018 15.28-.009 22.726-.026 4.948-3.544 8.43-8.386 8.386-4.886-.036-7.152-2.514-7.188-8.023-.044-6.511 0-13.032-.026-19.544-.01-1.182-.205-2.364-.31-3.492h-8.565c-.15.356-.303.542-.303.728-.026 9.302-.177 18.622 0 27.923.09 4.531 2.222 8.076 6.69 9.977 4.576-3.047 9.64-2.78 14.712-2.158 4.14.515 8.192.23 12.643-.667-.036-11.993.097-23.898-.09-35.856m-42.555 9.364c-.106-3.856-2.576-6.69-6.12-8.324-3.661-1.688-7.561-2.417-11.47-1.493-3.235.764-6.317 2.159-9.56 3.314-1.403-1.218-3.011-2.603-4.77-4.14-2.195 1.972-4.096 3.67-5.988 5.365 4.051 5.082 4.051 5.082 4.051 11.701 0 6.823 0 13.655.009 20.477 0 1.102.097 2.213.16 3.456h9.044V65.757c0-4.833 2.523-8.076 7.231-9.293 5.509-1.422 8.387.755 8.405 6.423.026 7.232 0 14.473.018 21.713 0 1.102.106 2.203.168 3.322h8.902c0-10.252.178-20.273-.08-30.285m-118.62-1.635c4.389.302 6.085 2.079 5.784 6.53-4.442 4.468-9.96 2.576-15.157 2.879.374-5.518 4.7-9.729 9.373-9.409m12.775 20.14c-2.248.978-4.21 1.884-6.219 2.675-3.145 1.252-6.405 1.617-9.745.941-3.323-.666-4.922-2.257-5.553-5.766 1.892 0 3.723-.008 5.544 0 4.3.045 8.475-.56 12.313-2.602 7.845-4.185 8.813-15.015 1.715-20.203-7.525-5.508-18.755-5.038-25.257 2.701-4.869 5.8-5.82 12.588-4.656 19.856.96 5.934 4.025 10.42 9.364 13.095 7.587 3.802 20.336 1.785 26.963-4.202-1.484-2.15-2.985-4.327-4.469-6.494m168.086-4.797c-2.531-5.846-9.567-9.746-16.017-8.84-.578.08-1.11.444-1.768.729v9.044c1.217-.196 2.22-.436 3.233-.497 2.541-.16 5.03 1.217 5.935 3.197 1.022 2.222.436 5.393-1.52 7.108-.985.862-2.158 1.732-3.392 2.06-2.968.791-6.006 1.644-9.053 1.769-5.571.24-11.167-.125-16.747.044-4.513.143-8.76 2.452-11.105 6.308-4.07 6.698-2.159 15.991 3.988 20.504 5.971 4.38 14.873 3.598 20.159-1.839 3.811-3.917 5.454-8.804 6.316-14.418h-9.32c-.32 1.012-.603 2.212-1.065 3.34-.507 1.234-1.03 2.496-1.777 3.59-1.848 2.7-5.17 3.588-7.934 2.283-2.185-1.031-3.624-4.025-3.144-6.54.586-3.082 2.167-4.175 6.183-4.184 5.685-.017 11.372.178 17.049-.01 5.685-.195 10.998-1.829 15.537-5.418 5.358-4.229 7.188-11.887 4.442-18.23M276.882 76.17c-2.371 3.118-5.712 3.917-9.346 3.9-1.75-.009-3.5-.284-5.766-.48 0-6.21-.23-12.198.098-18.159.16-2.958 2.736-4.601 5.41-5.366 3.119-.897 6.184-.64 8.627 1.902 4.158 4.343 4.628 13.396.977 18.203m11.434-13.415c-1.484-10.27-9.257-16.445-19.553-15.84-2.23.133-4.425.852-7.01 1.386V31.5h-9.39v55.073c4.21 1.465 12.748 2.53 17.021 2.185 10.217-.827 16.685-5.988 18.683-15.557.711-3.366.747-7.036.249-10.447m-87.73-14.446c-2.585 7.294-5.188 14.606-7.791 21.926h-.827c-2.594-7.337-5.197-14.667-7.791-21.988h-8.093c-2.63 7.4-5.233 14.73-7.836 22.068h-.755c-2.638-7.41-5.277-14.818-7.827-21.97H150c4.7 13.46 9.284 26.581 13.869 39.703h7.977l7.898-22.202h.8c2.638 7.445 5.268 14.9 7.853 22.184h7.996c4.602-13.175 9.186-26.306 13.868-39.72z\" /><g transform=\"translate(0 .5)\"><mask id=\"webiny-logo_svg__b\" fill=\"currentColor\"><use xlinkHref=\"#webiny-logo_svg__a\" /></mask><use xlinkHref=\"#webiny-logo_svg__a\" fill=\"currentColor\" /></g></g></svg>;\nexport { SvgWebinyLogo as ReactComponent };\nexport default \"__RSLIB_SVGR_AUTO_PUBLIC_PATH__static/svg/webiny-logo.ef56725c.svg\";"],"names":["SvgWebinyLogo","props"],"mappings":";;AACA,MAAMA,gBAAgBC,CAAAA,QAAAA,WAAAA,GAAS,sCAAC;QAAI,OAAM;QAA6B,YAAW;QAA+B,OAAO;QAAK,QAAQ;QAAK,SAAQ;QAAe,GAAGA,KAAK;qBAAE,sCAAC,4BAAK,sCAAC;QAAK,IAAG;QAAqB,GAAE;uBAAwlB,sCAAC;QAAE,MAAK;QAAO,UAAS;qBAAU,sCAAC;QAAK,MAAK;QAAe,GAAE;sBAA6wF,sCAAC;QAAE,WAAU;qBAAkB,sCAAC;QAAK,IAAG;QAAqB,MAAK;qBAAe,sCAAC;QAAI,WAAU;uBAA+B,sCAAC;QAAI,WAAU;QAAsB,MAAK;;AAE7xH"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import __rslib_svgr_url__0__ from "../../static/svg/webiny-orange-logo.4eccf0f2.svg";
|
|
2
|
+
import * as __rspack_external_react from "react";
|
|
3
|
+
const SvgWebinyOrangeLogo = (props)=>/*#__PURE__*/ __rspack_external_react.createElement("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
6
|
+
width: 413,
|
|
7
|
+
height: 136,
|
|
8
|
+
viewBox: "0 0 413 136",
|
|
9
|
+
...props
|
|
10
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("defs", null, /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
11
|
+
id: "webiny-orange-logo_svg__a",
|
|
12
|
+
d: "m113.865 106.641-46.308 26.737a14.17 14.17 0 0 1-14.165 0L7.082 106.64A14.16 14.16 0 0 1 0 94.375V40.9c0-5.06 2.7-9.736 7.082-12.266l46.31-26.737a14.16 14.16 0 0 1 14.164 0l46.31 26.737a14.16 14.16 0 0 1 7.082 12.266v53.474c0 5.06-2.7 9.735-7.083 12.266M88.464 45.083c-3.473 9.8-6.971 19.624-10.468 29.458h-1.11C73.401 64.683 69.903 54.835 66.418 45H55.544c-3.533 9.943-7.03 19.79-10.527 29.65h-1.015c-3.545-9.956-7.09-19.91-10.516-29.519H20.5c6.315 18.083 12.473 35.712 18.632 53.342h10.719l10.611-29.828h1.075c3.544 10.002 7.078 20.017 10.55 29.804H82.83c6.183-17.701 12.342-35.342 18.633-53.366z"
|
|
13
|
+
})), /*#__PURE__*/ __rspack_external_react.createElement("g", {
|
|
14
|
+
fill: "none",
|
|
15
|
+
fillRule: "evenodd"
|
|
16
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("path", {
|
|
17
|
+
fill: "#FA5A28",
|
|
18
|
+
d: "M294.401 88.011h8.769V48.317H294.4zm96.784-39.738h-9.169c0 7.836.017 15.28-.009 22.726-.026 4.948-3.545 8.43-8.387 8.386-4.886-.036-7.151-2.514-7.187-8.023-.044-6.511 0-13.032-.026-19.544-.01-1.182-.205-2.364-.31-3.492h-8.566c-.15.356-.302.542-.302.73-.026 9.3-.178 18.62 0 27.922.09 4.53 2.221 8.075 6.69 9.976 4.575-3.047 9.64-2.78 14.712-2.158 4.14.515 8.19.23 12.642-.667-.036-11.993.098-23.898-.088-35.856m-42.555 9.364c-.107-3.856-2.577-6.69-6.122-8.325-3.66-1.687-7.56-2.416-11.469-1.492-3.234.764-6.317 2.159-9.559 3.314-1.404-1.217-3.012-2.603-4.771-4.14-2.194 1.972-4.096 3.669-5.988 5.365 4.051 5.082 4.051 5.082 4.051 11.7 0 6.824 0 13.656.01 20.478 0 1.102.097 2.213.16 3.457h9.043V65.757c0-4.833 2.523-8.076 7.232-9.293 5.508-1.422 8.386.755 8.405 6.423.026 7.232 0 14.472.017 21.713 0 1.102.106 2.203.169 3.322h8.902c0-10.252.177-20.273-.08-30.285m-118.62-1.635c4.388.302 6.085 2.079 5.783 6.53-4.442 4.468-9.959 2.576-15.156 2.879.373-5.518 4.7-9.729 9.373-9.409m12.775 20.14c-2.248.978-4.21 1.884-6.219 2.675-3.145 1.252-6.405 1.617-9.745.941-3.323-.666-4.922-2.257-5.553-5.765 1.892 0 3.722-.01 5.544 0 4.3.043 8.475-.56 12.313-2.603 7.844-4.185 8.813-15.015 1.714-20.203-7.525-5.508-18.754-5.038-25.257 2.701-4.869 5.8-5.82 12.589-4.655 19.856.959 5.934 4.024 10.42 9.364 13.095 7.587 3.802 20.335 1.785 26.963-4.202-1.484-2.15-2.985-4.327-4.469-6.495m168.086-4.797c-2.532-5.846-9.568-9.746-16.018-8.84-.577.08-1.11.444-1.768.729v9.044c1.217-.196 2.222-.436 3.234-.498 2.54-.16 5.028 1.218 5.935 3.198 1.021 2.222.435 5.393-1.52 7.108-.985.862-2.158 1.732-3.393 2.06-2.968.791-6.006 1.645-9.053 1.768-5.57.24-11.167-.123-16.746.045-4.513.143-8.76 2.452-11.106 6.308-4.068 6.699-2.159 15.99 3.99 20.505 5.97 4.379 14.872 3.597 20.157-1.84 3.812-3.918 5.455-8.804 6.317-14.418h-9.32c-.32 1.012-.604 2.212-1.065 3.34-.507 1.235-1.031 2.496-1.777 3.59-1.848 2.7-5.17 3.588-7.934 2.282-2.186-1.03-3.624-4.024-3.145-6.538.587-3.083 2.168-4.176 6.184-4.185 5.685-.017 11.37.178 17.048-.01 5.686-.195 10.998-1.829 15.538-5.418 5.358-4.229 7.187-11.886 4.442-18.23m-133.989 4.824c-2.372 3.118-5.712 3.918-9.346 3.9-1.75-.01-3.5-.284-5.766-.48 0-6.21-.23-12.198.098-18.159.16-2.958 2.736-4.602 5.41-5.366 3.119-.897 6.184-.639 8.627 1.902 4.158 4.344 4.628 13.396.977 18.203m11.434-13.415c-1.484-10.27-9.258-16.445-19.554-15.84-2.23.133-4.424.852-7.01 1.386V31.5h-9.39v55.072c4.21 1.466 12.749 2.532 17.022 2.186 10.217-.827 16.684-5.988 18.683-15.556.71-3.368.746-7.036.249-10.448m-87.73-14.446c-2.586 7.294-5.188 14.606-7.791 21.926h-.827c-2.594-7.338-5.197-14.667-7.791-21.988h-8.093c-2.63 7.4-5.233 14.73-7.836 22.068h-.755l-7.827-21.97H150c4.7 13.459 9.284 26.581 13.868 39.703h7.978l7.898-22.201h.8c2.638 7.444 5.267 14.898 7.853 22.183h7.995c4.602-13.175 9.187-26.306 13.869-39.72z"
|
|
19
|
+
}), /*#__PURE__*/ __rspack_external_react.createElement("g", {
|
|
20
|
+
transform: "translate(0 .5)"
|
|
21
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("mask", {
|
|
22
|
+
id: "webiny-orange-logo_svg__b",
|
|
23
|
+
fill: "#fff"
|
|
24
|
+
}, /*#__PURE__*/ __rspack_external_react.createElement("use", {
|
|
25
|
+
xlinkHref: "#webiny-orange-logo_svg__a"
|
|
26
|
+
})), /*#__PURE__*/ __rspack_external_react.createElement("use", {
|
|
27
|
+
xlinkHref: "#webiny-orange-logo_svg__a",
|
|
28
|
+
fill: "#FA5A28"
|
|
29
|
+
}))));
|
|
30
|
+
const webiny_orange_logo = __rslib_svgr_url__0__;
|
|
31
|
+
export default webiny_orange_logo;
|
|
32
|
+
export { SvgWebinyOrangeLogo as ReactComponent };
|
|
33
|
+
|
|
34
|
+
//# sourceMappingURL=webiny-orange-logo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assets/images/webiny-orange-logo.js","sources":["../../../src/assets/images/webiny-orange-logo.svg"],"sourcesContent":["import * as React from \"react\";\nconst SvgWebinyOrangeLogo = props => <svg xmlns=\"http://www.w3.org/2000/svg\" xmlnsXlink=\"http://www.w3.org/1999/xlink\" width={413} height={136} viewBox=\"0 0 413 136\" {...props}><defs><path id=\"webiny-orange-logo_svg__a\" d=\"m113.865 106.641-46.308 26.737a14.17 14.17 0 0 1-14.165 0L7.082 106.64A14.16 14.16 0 0 1 0 94.375V40.9c0-5.06 2.7-9.736 7.082-12.266l46.31-26.737a14.16 14.16 0 0 1 14.164 0l46.31 26.737a14.16 14.16 0 0 1 7.082 12.266v53.474c0 5.06-2.7 9.735-7.083 12.266M88.464 45.083c-3.473 9.8-6.971 19.624-10.468 29.458h-1.11C73.401 64.683 69.903 54.835 66.418 45H55.544c-3.533 9.943-7.03 19.79-10.527 29.65h-1.015c-3.545-9.956-7.09-19.91-10.516-29.519H20.5c6.315 18.083 12.473 35.712 18.632 53.342h10.719l10.611-29.828h1.075c3.544 10.002 7.078 20.017 10.55 29.804H82.83c6.183-17.701 12.342-35.342 18.633-53.366z\" /></defs><g fill=\"none\" fillRule=\"evenodd\"><path fill=\"#FA5A28\" d=\"M294.401 88.011h8.769V48.317H294.4zm96.784-39.738h-9.169c0 7.836.017 15.28-.009 22.726-.026 4.948-3.545 8.43-8.387 8.386-4.886-.036-7.151-2.514-7.187-8.023-.044-6.511 0-13.032-.026-19.544-.01-1.182-.205-2.364-.31-3.492h-8.566c-.15.356-.302.542-.302.73-.026 9.3-.178 18.62 0 27.922.09 4.53 2.221 8.075 6.69 9.976 4.575-3.047 9.64-2.78 14.712-2.158 4.14.515 8.19.23 12.642-.667-.036-11.993.098-23.898-.088-35.856m-42.555 9.364c-.107-3.856-2.577-6.69-6.122-8.325-3.66-1.687-7.56-2.416-11.469-1.492-3.234.764-6.317 2.159-9.559 3.314-1.404-1.217-3.012-2.603-4.771-4.14-2.194 1.972-4.096 3.669-5.988 5.365 4.051 5.082 4.051 5.082 4.051 11.7 0 6.824 0 13.656.01 20.478 0 1.102.097 2.213.16 3.457h9.043V65.757c0-4.833 2.523-8.076 7.232-9.293 5.508-1.422 8.386.755 8.405 6.423.026 7.232 0 14.472.017 21.713 0 1.102.106 2.203.169 3.322h8.902c0-10.252.177-20.273-.08-30.285m-118.62-1.635c4.388.302 6.085 2.079 5.783 6.53-4.442 4.468-9.959 2.576-15.156 2.879.373-5.518 4.7-9.729 9.373-9.409m12.775 20.14c-2.248.978-4.21 1.884-6.219 2.675-3.145 1.252-6.405 1.617-9.745.941-3.323-.666-4.922-2.257-5.553-5.765 1.892 0 3.722-.01 5.544 0 4.3.043 8.475-.56 12.313-2.603 7.844-4.185 8.813-15.015 1.714-20.203-7.525-5.508-18.754-5.038-25.257 2.701-4.869 5.8-5.82 12.589-4.655 19.856.959 5.934 4.024 10.42 9.364 13.095 7.587 3.802 20.335 1.785 26.963-4.202-1.484-2.15-2.985-4.327-4.469-6.495m168.086-4.797c-2.532-5.846-9.568-9.746-16.018-8.84-.577.08-1.11.444-1.768.729v9.044c1.217-.196 2.222-.436 3.234-.498 2.54-.16 5.028 1.218 5.935 3.198 1.021 2.222.435 5.393-1.52 7.108-.985.862-2.158 1.732-3.393 2.06-2.968.791-6.006 1.645-9.053 1.768-5.57.24-11.167-.123-16.746.045-4.513.143-8.76 2.452-11.106 6.308-4.068 6.699-2.159 15.99 3.99 20.505 5.97 4.379 14.872 3.597 20.157-1.84 3.812-3.918 5.455-8.804 6.317-14.418h-9.32c-.32 1.012-.604 2.212-1.065 3.34-.507 1.235-1.031 2.496-1.777 3.59-1.848 2.7-5.17 3.588-7.934 2.282-2.186-1.03-3.624-4.024-3.145-6.538.587-3.083 2.168-4.176 6.184-4.185 5.685-.017 11.37.178 17.048-.01 5.686-.195 10.998-1.829 15.538-5.418 5.358-4.229 7.187-11.886 4.442-18.23m-133.989 4.824c-2.372 3.118-5.712 3.918-9.346 3.9-1.75-.01-3.5-.284-5.766-.48 0-6.21-.23-12.198.098-18.159.16-2.958 2.736-4.602 5.41-5.366 3.119-.897 6.184-.639 8.627 1.902 4.158 4.344 4.628 13.396.977 18.203m11.434-13.415c-1.484-10.27-9.258-16.445-19.554-15.84-2.23.133-4.424.852-7.01 1.386V31.5h-9.39v55.072c4.21 1.466 12.749 2.532 17.022 2.186 10.217-.827 16.684-5.988 18.683-15.556.71-3.368.746-7.036.249-10.448m-87.73-14.446c-2.586 7.294-5.188 14.606-7.791 21.926h-.827c-2.594-7.338-5.197-14.667-7.791-21.988h-8.093c-2.63 7.4-5.233 14.73-7.836 22.068h-.755l-7.827-21.97H150c4.7 13.459 9.284 26.581 13.868 39.703h7.978l7.898-22.201h.8c2.638 7.444 5.267 14.898 7.853 22.183h7.995c4.602-13.175 9.187-26.306 13.869-39.72z\" /><g transform=\"translate(0 .5)\"><mask id=\"webiny-orange-logo_svg__b\" fill=\"#fff\"><use xlinkHref=\"#webiny-orange-logo_svg__a\" /></mask><use xlinkHref=\"#webiny-orange-logo_svg__a\" fill=\"#FA5A28\" /></g></g></svg>;\nexport { SvgWebinyOrangeLogo as ReactComponent };\nexport default \"__RSLIB_SVGR_AUTO_PUBLIC_PATH__static/svg/webiny-orange-logo.4eccf0f2.svg\";"],"names":["SvgWebinyOrangeLogo","props"],"mappings":";;AACA,MAAMA,sBAAsBC,CAAAA,QAAAA,WAAAA,GAAS,sCAAC;QAAI,OAAM;QAA6B,YAAW;QAA+B,OAAO;QAAK,QAAQ;QAAK,SAAQ;QAAe,GAAGA,KAAK;qBAAE,sCAAC,4BAAK,sCAAC;QAAK,IAAG;QAA4B,GAAE;uBAAkmB,sCAAC;QAAE,MAAK;QAAO,UAAS;qBAAU,sCAAC;QAAK,MAAK;QAAU,GAAE;sBAAkvF,sCAAC;QAAE,WAAU;qBAAkB,sCAAC;QAAK,IAAG;QAA4B,MAAK;qBAAO,sCAAC;QAAI,WAAU;uBAAsC,sCAAC;QAAI,WAAU;QAA6B,MAAK;;AAEjyH"}
|
package/base/Admin.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import react from "react";
|
|
2
2
|
import { plugins } from "@webiny/plugins";
|
|
3
3
|
import { App, DiContainerProvider } from "@webiny/app";
|
|
4
4
|
import { createApolloProvider } from "./providers/ApolloProvider.js";
|
|
@@ -17,34 +17,43 @@ import { SecurityFeature } from "../features/security/SecurityFeature.js";
|
|
|
17
17
|
import { FormModelFeature } from "../features/formModel/feature.js";
|
|
18
18
|
import { AdminConfigPlugin, AdminConfigProvider } from "../config/AdminConfig.js";
|
|
19
19
|
import { WebinySdkFeature } from "../features/webinySdk/feature.js";
|
|
20
|
+
import { ListPresenterFeature } from "../presentation/listPresenter/index.js";
|
|
20
21
|
const container = createRootContainer();
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
})
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
22
|
+
const Admin = ({ children, createApolloClient, createLegacyPlugins })=>{
|
|
23
|
+
const uri = process.env.REACT_APP_GRAPHQL_API_URL;
|
|
24
|
+
const apolloClient = createApolloClient({
|
|
25
|
+
uri
|
|
26
|
+
});
|
|
27
|
+
plugins.register(...createLegacyPlugins(container));
|
|
28
|
+
ApolloClientFeature.register(container, apolloClient);
|
|
29
|
+
SecurityFeature.register(container);
|
|
30
|
+
FormModelFeature.register(container);
|
|
31
|
+
WebinySdkFeature.register(container);
|
|
32
|
+
ListPresenterFeature.register(container);
|
|
33
|
+
const ApolloProvider = createApolloProvider(apolloClient);
|
|
34
|
+
const UIProviders = createUiProviders();
|
|
35
|
+
const UiStateProvider = createUiStateProvider();
|
|
36
|
+
const AdminUiStateProvider = createAdminUiStateProvider();
|
|
37
|
+
const DialogsProvider = createDialogsProvider();
|
|
38
|
+
const TenancyProvider = createTenancyProvider();
|
|
39
|
+
return /*#__PURE__*/ react.createElement(DiContainerProvider, {
|
|
40
|
+
container: container
|
|
41
|
+
}, /*#__PURE__*/ react.createElement(TelemetryAdminAppStart, null), /*#__PURE__*/ react.createElement(ApolloProvider, null, /*#__PURE__*/ react.createElement(WcpProvider, null, /*#__PURE__*/ react.createElement(App, {
|
|
42
|
+
plugins: [
|
|
43
|
+
AdminConfigPlugin
|
|
44
|
+
],
|
|
45
|
+
routes: [],
|
|
46
|
+
providers: [
|
|
47
|
+
AdminConfigProvider,
|
|
48
|
+
UIProviders,
|
|
49
|
+
UiStateProvider,
|
|
50
|
+
DialogsProvider,
|
|
51
|
+
IconPickerConfigProvider,
|
|
52
|
+
AdminUiStateProvider,
|
|
53
|
+
TenancyProvider
|
|
54
|
+
]
|
|
55
|
+
}, /*#__PURE__*/ react.createElement(Base, null), /*#__PURE__*/ react.createElement(DefaultIcons, null), children))));
|
|
48
56
|
};
|
|
57
|
+
export { Admin };
|
|
49
58
|
|
|
50
59
|
//# sourceMappingURL=Admin.js.map
|
package/base/Admin.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"base/Admin.js","sources":["../../src/base/Admin.tsx"],"sourcesContent":["import React from \"react\";\nimport type { Container } from \"@webiny/di\";\nimport { plugins } from \"@webiny/plugins\";\nimport { App, DiContainerProvider } from \"@webiny/app\";\nimport type { ApolloClientFactory } from \"./providers/ApolloProvider.js\";\nimport { createApolloProvider } from \"./providers/ApolloProvider.js\";\nimport { Base } from \"./Base.js\";\nimport { createUiStateProvider } from \"./providers/UiStateProvider.js\";\nimport { createAdminUiStateProvider } from \"./providers/AdminUiStateProvider.js\";\nimport { createUiProviders } from \"./providers/UiProviders.js\";\nimport { createDialogsProvider } from \"~/components/Dialogs/DialogsContext.js\";\nimport { DefaultIcons, IconPickerConfigProvider } from \"~/components/IconPicker/config/index.js\";\nimport { createRootContainer } from \"~/base/createRootContainer.js\";\nimport { WcpProvider } from \"~/presentation/wcp/WcpProvider.js\";\nimport { createTenancyProvider } from \"~/presentation/tenancy/createTenancyProvider.js\";\nimport { TelemetryAdminAppStart } from \"./TelemetryAdminAppStart.js\";\nimport { ApolloClientFeature } from \"~/features/apolloClient/feature.js\";\nimport { SecurityFeature } from \"~/features/security/SecurityFeature.js\";\nimport { FormModelFeature } from \"~/features/formModel/feature.js\";\nimport type { PluginCollection } from \"@webiny/plugins/types.js\";\nimport { AdminConfigPlugin, AdminConfigProvider } from \"~/config/AdminConfig.js\";\nimport { WebinySdkFeature } from \"~/features/webinySdk/feature.js\";\nimport { ListPresenterFeature } from \"~/presentation/listPresenter/index.js\";\n\nexport interface AdminProps {\n createApolloClient: ApolloClientFactory;\n createLegacyPlugins: (container: Container) => PluginCollection;\n children?: React.ReactNode;\n}\n\nconst container = createRootContainer();\n\nexport const Admin = ({ children, createApolloClient, createLegacyPlugins }: AdminProps) => {\n const uri = process.env.REACT_APP_GRAPHQL_API_URL as string;\n const apolloClient = createApolloClient({ uri });\n\n plugins.register(...createLegacyPlugins(container));\n\n ApolloClientFeature.register(container, apolloClient);\n SecurityFeature.register(container);\n FormModelFeature.register(container);\n WebinySdkFeature.register(container);\n ListPresenterFeature.register(container);\n\n const ApolloProvider = createApolloProvider(apolloClient);\n const UIProviders = createUiProviders();\n const UiStateProvider = createUiStateProvider();\n const AdminUiStateProvider = createAdminUiStateProvider();\n const DialogsProvider = createDialogsProvider();\n const TenancyProvider = createTenancyProvider();\n\n return (\n <DiContainerProvider container={container}>\n <TelemetryAdminAppStart />\n <ApolloProvider>\n <WcpProvider>\n <App\n plugins={[AdminConfigPlugin]}\n routes={[]}\n providers={[\n AdminConfigProvider,\n UIProviders,\n UiStateProvider,\n DialogsProvider,\n IconPickerConfigProvider,\n AdminUiStateProvider,\n TenancyProvider\n ]}\n >\n <Base />\n <DefaultIcons />\n {children}\n </App>\n </WcpProvider>\n </ApolloProvider>\n </DiContainerProvider>\n );\n};\n"],"names":["container","createRootContainer","Admin","children","createApolloClient","createLegacyPlugins","uri","process","apolloClient","plugins","ApolloClientFeature","SecurityFeature","FormModelFeature","WebinySdkFeature","ListPresenterFeature","ApolloProvider","createApolloProvider","UIProviders","createUiProviders","UiStateProvider","createUiStateProvider","AdminUiStateProvider","createAdminUiStateProvider","DialogsProvider","createDialogsProvider","TenancyProvider","createTenancyProvider","DiContainerProvider","TelemetryAdminAppStart","WcpProvider","App","AdminConfigPlugin","AdminConfigProvider","IconPickerConfigProvider","Base","DefaultIcons"],"mappings":";;;;;;;;;;;;;;;;;;;;AA8BA,MAAMA,YAAYC;AAEX,MAAMC,QAAQ,CAAC,EAAEC,QAAQ,EAAEC,kBAAkB,EAAEC,mBAAmB,EAAc;IACnF,MAAMC,MAAMC,QAAQ,GAAG,CAAC,yBAAyB;IACjD,MAAMC,eAAeJ,mBAAmB;QAAEE;IAAI;IAE9CG,QAAQ,QAAQ,IAAIJ,oBAAoBL;IAExCU,oBAAoB,QAAQ,CAACV,WAAWQ;IACxCG,gBAAgB,QAAQ,CAACX;IACzBY,iBAAiB,QAAQ,CAACZ;IAC1Ba,iBAAiB,QAAQ,CAACb;IAC1Bc,qBAAqB,QAAQ,CAACd;IAE9B,MAAMe,iBAAiBC,qBAAqBR;IAC5C,MAAMS,cAAcC;IACpB,MAAMC,kBAAkBC;IACxB,MAAMC,uBAAuBC;IAC7B,MAAMC,kBAAkBC;IACxB,MAAMC,kBAAkBC;IAExB,OAAO,WAAP,GACI,oBAACC,qBAAmBA;QAAC,WAAW3B;qBAC5B,oBAAC4B,wBAAsBA,OAAAA,WAAAA,GACvB,oBAACb,gBAAAA,MAAAA,WAAAA,GACG,oBAACc,aAAWA,MAAAA,WAAAA,GACR,oBAACC,KAAGA;QACA,SAAS;YAACC;SAAkB;QAC5B,QAAQ,EAAE;QACV,WAAW;YACPC;YACAf;YACAE;YACAI;YACAU;YACAZ;YACAI;SACH;qBAED,oBAACS,MAAIA,OAAAA,WAAAA,GACL,oBAACC,cAAYA,OACZhC;AAMzB"}
|