@solidxai/core-ui 0.1.8-beta.8 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/adapters/auth/getSession.d.ts.map +1 -1
- package/dist/adapters/auth/getSession.js +1 -1
- package/dist/adapters/auth/getSession.js.map +1 -1
- package/dist/adapters/auth/getSession.ts +1 -0
- package/dist/adapters/auth/helper.d.ts.map +1 -1
- package/dist/adapters/auth/helper.js +1 -0
- package/dist/adapters/auth/helper.js.map +1 -1
- package/dist/adapters/auth/helper.ts +3 -1
- package/dist/adapters/auth/signIn.d.ts.map +1 -1
- package/dist/adapters/auth/signIn.js +1 -0
- package/dist/adapters/auth/signIn.js.map +1 -1
- package/dist/adapters/auth/signIn.ts +3 -1
- package/dist/adapters/auth/signInWithOAuthAccessCode.d.ts +1 -0
- package/dist/adapters/auth/signInWithOAuthAccessCode.d.ts.map +1 -1
- package/dist/adapters/auth/signInWithOAuthAccessCode.js +10 -9
- package/dist/adapters/auth/signInWithOAuthAccessCode.js.map +1 -1
- package/dist/adapters/auth/signInWithOAuthAccessCode.ts +6 -3
- package/dist/adapters/auth/signOut.d.ts.map +1 -1
- package/dist/adapters/auth/signOut.js +7 -1
- package/dist/adapters/auth/signOut.js.map +1 -1
- package/dist/adapters/auth/signOut.ts +7 -1
- package/dist/adapters/auth/types.d.ts +1 -0
- package/dist/adapters/auth/types.d.ts.map +1 -1
- package/dist/adapters/auth/types.js.map +1 -1
- package/dist/adapters/auth/types.ts +1 -0
- package/dist/components/auth/AuthLayout.d.ts +1 -1
- package/dist/components/auth/AuthLayout.d.ts.map +1 -1
- package/dist/components/auth/AuthLayout.js +92 -39
- package/dist/components/auth/AuthLayout.js.map +1 -1
- package/dist/components/auth/AuthLayout.tsx +38 -30
- package/dist/components/auth/AuthSettingsContext.d.ts +10 -0
- package/dist/components/auth/AuthSettingsContext.d.ts.map +1 -0
- package/dist/components/auth/AuthSettingsContext.js +49 -0
- package/dist/components/auth/AuthSettingsContext.js.map +1 -0
- package/dist/components/auth/AuthSettingsContext.tsx +19 -0
- package/dist/components/auth/AuthTabs.d.ts.map +1 -1
- package/dist/components/auth/AuthTabs.js +9 -9
- package/dist/components/auth/AuthTabs.js.map +1 -1
- package/dist/components/auth/AuthTabs.tsx +14 -15
- package/dist/components/auth/FacebookAuthChecking.d.ts +2 -0
- package/dist/components/auth/FacebookAuthChecking.d.ts.map +1 -0
- package/dist/components/auth/FacebookAuthChecking.js +98 -0
- package/dist/components/auth/FacebookAuthChecking.js.map +1 -0
- package/dist/components/auth/FacebookAuthChecking.tsx +59 -0
- package/dist/components/auth/ForgotPasswordThankYou.d.ts.map +1 -1
- package/dist/components/auth/ForgotPasswordThankYou.js +2 -6
- package/dist/components/auth/ForgotPasswordThankYou.js.map +1 -1
- package/dist/components/auth/ForgotPasswordThankYou.tsx +2 -7
- package/dist/components/auth/GoogleAuthChecking.d.ts.map +1 -1
- package/dist/components/auth/GoogleAuthChecking.js +10 -16
- package/dist/components/auth/GoogleAuthChecking.js.map +1 -1
- package/dist/components/auth/GoogleAuthChecking.tsx +2 -7
- package/dist/components/auth/MicrosoftAuthChecking.d.ts +2 -0
- package/dist/components/auth/MicrosoftAuthChecking.d.ts.map +1 -0
- package/dist/components/auth/MicrosoftAuthChecking.js +98 -0
- package/dist/components/auth/MicrosoftAuthChecking.js.map +1 -0
- package/dist/components/auth/MicrosoftAuthChecking.tsx +59 -0
- package/dist/components/auth/SolidForgotPassword.d.ts.map +1 -1
- package/dist/components/auth/SolidForgotPassword.js +2 -6
- package/dist/components/auth/SolidForgotPassword.js.map +1 -1
- package/dist/components/auth/SolidForgotPassword.tsx +2 -7
- package/dist/components/auth/SolidInitialLoginOtp.d.ts.map +1 -1
- package/dist/components/auth/SolidInitialLoginOtp.js +13 -22
- package/dist/components/auth/SolidInitialLoginOtp.js.map +1 -1
- package/dist/components/auth/SolidInitialLoginOtp.tsx +4 -12
- package/dist/components/auth/SolidInitiateRegisterOtp.d.ts.map +1 -1
- package/dist/components/auth/SolidInitiateRegisterOtp.js +27 -14
- package/dist/components/auth/SolidInitiateRegisterOtp.js.map +1 -1
- package/dist/components/auth/SolidInitiateRegisterOtp.tsx +27 -15
- package/dist/components/auth/SolidLogin.d.ts.map +1 -1
- package/dist/components/auth/SolidLogin.js +18 -23
- package/dist/components/auth/SolidLogin.js.map +1 -1
- package/dist/components/auth/SolidLogin.tsx +18 -15
- package/dist/components/auth/SolidRegister.d.ts.map +1 -1
- package/dist/components/auth/SolidRegister.js +50 -22
- package/dist/components/auth/SolidRegister.js.map +1 -1
- package/dist/components/auth/SolidRegister.tsx +101 -41
- package/dist/components/auth/SolidResetPassword.d.ts.map +1 -1
- package/dist/components/auth/SolidResetPassword.js +2 -6
- package/dist/components/auth/SolidResetPassword.js.map +1 -1
- package/dist/components/auth/SolidResetPassword.tsx +2 -6
- package/dist/components/common/GeneralSettings.d.ts.map +1 -1
- package/dist/components/common/GeneralSettings.js +235 -156
- package/dist/components/common/GeneralSettings.js.map +1 -1
- package/dist/components/common/GeneralSettings.tsx +1109 -795
- package/dist/components/common/SettingsComponent.d.ts +2 -0
- package/dist/components/common/SettingsComponent.d.ts.map +1 -0
- package/dist/components/common/SettingsComponent.js +351 -0
- package/dist/components/common/SettingsComponent.js.map +1 -0
- package/dist/components/common/SettingsComponent.module.css +421 -0
- package/dist/components/common/SettingsComponent.tsx +582 -0
- package/dist/components/common/SocialMediaLogin.d.ts +8 -1
- package/dist/components/common/SocialMediaLogin.d.ts.map +1 -1
- package/dist/components/common/SocialMediaLogin.js +6 -13
- package/dist/components/common/SocialMediaLogin.js.map +1 -1
- package/dist/components/common/SocialMediaLogin.tsx +120 -58
- package/dist/components/common/SolidExport.d.ts.map +1 -1
- package/dist/components/common/SolidExport.js +1 -1
- package/dist/components/common/SolidExport.js.map +1 -1
- package/dist/components/common/SolidExport.tsx +2 -1
- package/dist/components/common/SolidFormStepper.d.ts.map +1 -1
- package/dist/components/common/SolidFormStepper.js +2 -1
- package/dist/components/common/SolidFormStepper.js.map +1 -1
- package/dist/components/common/SolidFormStepper.tsx +2 -1
- package/dist/components/common/SolidThemeProvider.d.ts.map +1 -1
- package/dist/components/common/SolidThemeProvider.js +5 -21
- package/dist/components/common/SolidThemeProvider.js.map +1 -1
- package/dist/components/common/SolidThemeProvider.tsx +6 -24
- package/dist/components/common/solid-export.css +26 -0
- package/dist/components/core/card/SolidCardView.d.ts.map +1 -1
- package/dist/components/core/card/SolidCardView.js +24 -25
- package/dist/components/core/card/SolidCardView.js.map +1 -1
- package/dist/components/core/card/SolidCardView.tsx +22 -27
- package/dist/components/core/card/SolidCardViewConfigure.js +1 -1
- package/dist/components/core/card/SolidCardViewConfigure.js.map +1 -1
- package/dist/components/core/card/SolidCardViewConfigure.tsx +1 -1
- package/dist/components/core/chatter/SolidChatter.d.ts.map +1 -1
- package/dist/components/core/chatter/SolidChatter.js +39 -9
- package/dist/components/core/chatter/SolidChatter.js.map +1 -1
- package/dist/components/core/chatter/SolidChatter.tsx +42 -7
- package/dist/components/core/chatter/SolidChatterAuditMessage.d.ts.map +1 -1
- package/dist/components/core/chatter/SolidChatterAuditMessage.js +19 -1
- package/dist/components/core/chatter/SolidChatterAuditMessage.js.map +1 -1
- package/dist/components/core/chatter/SolidChatterAuditMessage.tsx +22 -1
- package/dist/components/core/chatter/SolidChatterMessageBox.d.ts +3 -0
- package/dist/components/core/chatter/SolidChatterMessageBox.d.ts.map +1 -1
- package/dist/components/core/chatter/SolidChatterMessageBox.js +68 -4
- package/dist/components/core/chatter/SolidChatterMessageBox.js.map +1 -1
- package/dist/components/core/chatter/SolidChatterMessageBox.tsx +45 -3
- package/dist/components/core/chatter/chatter.module.css +0 -3
- package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.d.ts.map +1 -1
- package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.js +3 -1
- package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.js.map +1 -1
- package/dist/components/core/common/SolidAccountSettings/SolidAccountSettings.tsx +3 -1
- package/dist/components/core/common/SolidAccountSettings/SolidNotifications.d.ts.map +1 -1
- package/dist/components/core/common/SolidAccountSettings/SolidNotifications.js +9 -8
- package/dist/components/core/common/SolidAccountSettings/SolidNotifications.js.map +1 -1
- package/dist/components/core/common/SolidAccountSettings/SolidNotifications.tsx +4 -2
- package/dist/components/core/common/SolidGlobalSearchElement.js +1 -1
- package/dist/components/core/common/SolidGlobalSearchElement.js.map +1 -1
- package/dist/components/core/common/SolidGlobalSearchElement.tsx +1 -1
- package/dist/components/core/extension/solid-core/scheduled-job/scheduleFrequencyOnFieldChangeHandler.d.ts +7 -0
- package/dist/components/core/extension/solid-core/scheduled-job/scheduleFrequencyOnFieldChangeHandler.d.ts.map +1 -0
- package/dist/components/core/extension/solid-core/scheduled-job/scheduleFrequencyOnFieldChangeHandler.js +75 -0
- package/dist/components/core/extension/solid-core/scheduled-job/scheduleFrequencyOnFieldChangeHandler.js.map +1 -0
- package/dist/components/core/extension/solid-core/scheduled-job/scheduleFrequencyOnFieldChangeHandler.ts +45 -0
- package/dist/components/core/extension/solid-core/settings/solidXGenAiCodeBuilderConfigWidget.d.ts +3 -0
- package/dist/components/core/extension/solid-core/settings/solidXGenAiCodeBuilderConfigWidget.d.ts.map +1 -0
- package/dist/components/core/extension/solid-core/settings/solidXGenAiCodeBuilderConfigWidget.js +81 -0
- package/dist/components/core/extension/solid-core/settings/solidXGenAiCodeBuilderConfigWidget.js.map +1 -0
- package/dist/components/core/extension/solid-core/settings/solidXGenAiCodeBuilderConfigWidget.tsx +114 -0
- package/dist/components/core/form/SolidFormActionHeader.d.ts +1 -1
- package/dist/components/core/form/SolidFormActionHeader.d.ts.map +1 -1
- package/dist/components/core/form/SolidFormActionHeader.js +5 -3
- package/dist/components/core/form/SolidFormActionHeader.js.map +1 -1
- package/dist/components/core/form/SolidFormActionHeader.tsx +27 -1
- package/dist/components/core/form/SolidFormLayouts.js +1 -1
- package/dist/components/core/form/SolidFormLayouts.js.map +1 -1
- package/dist/components/core/form/SolidFormLayouts.tsx +1 -1
- package/dist/components/core/form/SolidFormView.d.ts.map +1 -1
- package/dist/components/core/form/SolidFormView.js +141 -50
- package/dist/components/core/form/SolidFormView.js.map +1 -1
- package/dist/components/core/form/SolidFormView.tsx +123 -25
- package/dist/components/core/form/fields/SolidComputedField.d.ts +25 -0
- package/dist/components/core/form/fields/SolidComputedField.d.ts.map +1 -0
- package/dist/components/core/form/fields/SolidComputedField.js +128 -0
- package/dist/components/core/form/fields/SolidComputedField.js.map +1 -0
- package/dist/components/core/form/fields/SolidComputedField.tsx +134 -0
- package/dist/components/core/form/fields/SolidDateTimeField.js +1 -1
- package/dist/components/core/form/fields/SolidDateTimeField.js.map +1 -1
- package/dist/components/core/form/fields/SolidDateTimeField.tsx +1 -1
- package/dist/components/core/form/fields/SolidSelectionDynamicField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidSelectionDynamicField.js +35 -24
- package/dist/components/core/form/fields/SolidSelectionDynamicField.js.map +1 -1
- package/dist/components/core/form/fields/SolidSelectionDynamicField.tsx +30 -14
- package/dist/components/core/form/fields/SolidSelectionStaticField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidSelectionStaticField.js +29 -28
- package/dist/components/core/form/fields/SolidSelectionStaticField.js.map +1 -1
- package/dist/components/core/form/fields/SolidSelectionStaticField.tsx +17 -12
- package/dist/components/core/form/fields/SolidTimeField.js +1 -1
- package/dist/components/core/form/fields/SolidTimeField.js.map +1 -1
- package/dist/components/core/form/fields/SolidTimeField.tsx +1 -1
- package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.d.ts.map +1 -1
- package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.js +3 -3
- package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.js.map +1 -1
- package/dist/components/core/form/fields/relations/widgets/helpers/InlineRelationEntityDialog.tsx +0 -5
- package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.d.ts +1 -1
- package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.js +1 -1
- package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.js.map +1 -1
- package/dist/components/core/form/fields/widgets/SolidS3FileViewerWidget.tsx +1 -1
- package/dist/components/core/kanban/KanbanBoard.js +1 -1
- package/dist/components/core/kanban/KanbanBoard.js.map +1 -1
- package/dist/components/core/kanban/KanbanBoard.tsx +1 -1
- package/dist/components/core/kanban/SolidKanbanView.d.ts.map +1 -1
- package/dist/components/core/kanban/SolidKanbanView.js +219 -108
- package/dist/components/core/kanban/SolidKanbanView.js.map +1 -1
- package/dist/components/core/kanban/SolidKanbanView.tsx +218 -95
- package/dist/components/core/kanban/SolidKanbanViewConfigure.js +1 -1
- package/dist/components/core/kanban/SolidKanbanViewConfigure.js.map +1 -1
- package/dist/components/core/kanban/SolidKanbanViewConfigure.tsx +1 -1
- package/dist/components/core/list/SolidDataTable.d.ts.map +1 -1
- package/dist/components/core/list/SolidDataTable.js +6 -5
- package/dist/components/core/list/SolidDataTable.js.map +1 -1
- package/dist/components/core/list/SolidDataTable.tsx +6 -5
- package/dist/components/core/list/SolidEmptyListViewPlaceholder.d.ts.map +1 -1
- package/dist/components/core/list/SolidEmptyListViewPlaceholder.js +3 -3
- package/dist/components/core/list/SolidEmptyListViewPlaceholder.js.map +1 -1
- package/dist/components/core/list/SolidEmptyListViewPlaceholder.tsx +1 -0
- package/dist/components/core/list/SolidListView.d.ts.map +1 -1
- package/dist/components/core/list/SolidListView.js +62 -73
- package/dist/components/core/list/SolidListView.js.map +1 -1
- package/dist/components/core/list/SolidListView.tsx +70 -96
- package/dist/components/core/list/SolidListViewConfigure.js +1 -1
- package/dist/components/core/list/SolidListViewConfigure.js.map +1 -1
- package/dist/components/core/list/SolidListViewConfigure.tsx +1 -1
- package/dist/components/core/list/SolidListViewRowActionsMenu.js +2 -2
- package/dist/components/core/list/SolidListViewRowActionsMenu.js.map +1 -1
- package/dist/components/core/list/SolidListViewRowActionsMenu.tsx +2 -2
- package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.js +1 -1
- package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.js.map +1 -1
- package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.tsx +1 -1
- package/dist/components/core/users/ApiKeysTab/ApiKeysTab.css +283 -9
- package/dist/components/core/users/ApiKeysTab/ApiKeysTab.d.ts.map +1 -1
- package/dist/components/core/users/ApiKeysTab/ApiKeysTab.js +35 -28
- package/dist/components/core/users/ApiKeysTab/ApiKeysTab.js.map +1 -1
- package/dist/components/core/users/ApiKeysTab/ApiKeysTab.tsx +64 -62
- package/dist/components/core/users/ApiKeysTab/GenerateApiKeyModal.d.ts +2 -1
- package/dist/components/core/users/ApiKeysTab/GenerateApiKeyModal.d.ts.map +1 -1
- package/dist/components/core/users/ApiKeysTab/GenerateApiKeyModal.js +4 -4
- package/dist/components/core/users/ApiKeysTab/GenerateApiKeyModal.js.map +1 -1
- package/dist/components/core/users/ApiKeysTab/GenerateApiKeyModal.tsx +17 -10
- package/dist/components/core/users/ApiKeysTab/RevealApiKeyModal.d.ts.map +1 -1
- package/dist/components/core/users/ApiKeysTab/RevealApiKeyModal.js +2 -19
- package/dist/components/core/users/ApiKeysTab/RevealApiKeyModal.js.map +1 -1
- package/dist/components/core/users/ApiKeysTab/RevealApiKeyModal.tsx +24 -43
- package/dist/components/core/users/CreateUser.css +114 -0
- package/dist/components/core/users/CreateUser.d.ts +1 -0
- package/dist/components/core/users/CreateUser.d.ts.map +1 -1
- package/dist/components/core/users/CreateUser.js +4 -3
- package/dist/components/core/users/CreateUser.js.map +1 -1
- package/dist/components/core/users/CreateUser.tsx +32 -26
- package/dist/components/layout/context/layoutcontext.js +2 -2
- package/dist/components/layout/context/layoutcontext.js.map +1 -1
- package/dist/components/layout/context/layoutcontext.tsx +2 -2
- package/dist/components/layout/user-profile-menu.d.ts.map +1 -1
- package/dist/components/layout/user-profile-menu.js +15 -14
- package/dist/components/layout/user-profile-menu.js.map +1 -1
- package/dist/components/layout/user-profile-menu.tsx +8 -6
- package/dist/components/shad-cn-ui/SolidAutocomplete.d.ts.map +1 -1
- package/dist/components/shad-cn-ui/SolidAutocomplete.js +9 -1
- package/dist/components/shad-cn-ui/SolidAutocomplete.js.map +1 -1
- package/dist/components/shad-cn-ui/SolidAutocomplete.tsx +10 -1
- package/dist/components/shad-cn-ui/SolidConfirmDialog.d.ts +6 -1
- package/dist/components/shad-cn-ui/SolidConfirmDialog.d.ts.map +1 -1
- package/dist/components/shad-cn-ui/SolidConfirmDialog.js +3 -3
- package/dist/components/shad-cn-ui/SolidConfirmDialog.js.map +1 -1
- package/dist/components/shad-cn-ui/SolidConfirmDialog.tsx +15 -3
- package/dist/components/shad-cn-ui/SolidDatePicker.d.ts.map +1 -1
- package/dist/components/shad-cn-ui/SolidDatePicker.js +1 -1
- package/dist/components/shad-cn-ui/SolidDatePicker.js.map +1 -1
- package/dist/components/shad-cn-ui/SolidDatePicker.tsx +2 -0
- package/dist/components/shad-cn-ui/SolidDialog.d.ts +1 -1
- package/dist/components/shad-cn-ui/SolidDialog.d.ts.map +1 -1
- package/dist/components/shad-cn-ui/SolidDialog.js.map +1 -1
- package/dist/components/shad-cn-ui/SolidDialog.tsx +1 -1
- package/dist/components/shad-cn-ui/SolidIcon.d.ts +2 -2
- package/dist/components/shad-cn-ui/SolidIcon.d.ts.map +1 -1
- package/dist/components/shad-cn-ui/SolidIcon.js +3 -4
- package/dist/components/shad-cn-ui/SolidIcon.js.map +1 -1
- package/dist/components/shad-cn-ui/SolidIcon.tsx +12 -15
- package/dist/components/shad-cn-ui/SolidRichTextEditor.d.ts.map +1 -1
- package/dist/components/shad-cn-ui/SolidRichTextEditor.js +9 -1
- package/dist/components/shad-cn-ui/SolidRichTextEditor.js.map +1 -1
- package/dist/components/shad-cn-ui/SolidRichTextEditor.tsx +8 -1
- package/dist/components/shad-cn-ui/SolidTabs.d.ts +2 -1
- package/dist/components/shad-cn-ui/SolidTabs.d.ts.map +1 -1
- package/dist/components/shad-cn-ui/SolidTabs.js +4 -4
- package/dist/components/shad-cn-ui/SolidTabs.js.map +1 -1
- package/dist/components/shad-cn-ui/SolidTabs.tsx +12 -3
- package/dist/helpers/hydrateRelationRules.js +1 -1
- package/dist/helpers/hydrateRelationRules.js.map +1 -1
- package/dist/helpers/hydrateRelationRules.ts +1 -1
- package/dist/helpers/permissions.js +2 -2
- package/dist/helpers/permissions.js.map +1 -1
- package/dist/helpers/permissions.ts +2 -2
- package/dist/helpers/registry.d.ts +2 -2
- package/dist/helpers/registry.d.ts.map +1 -1
- package/dist/helpers/registry.js +6 -0
- package/dist/helpers/registry.js.map +1 -1
- package/dist/helpers/registry.ts +9 -2
- package/dist/helpers/settingsPayload.d.ts +32 -0
- package/dist/helpers/settingsPayload.d.ts.map +1 -0
- package/dist/helpers/settingsPayload.js +72 -0
- package/dist/helpers/settingsPayload.js.map +1 -0
- package/dist/helpers/settingsPayload.ts +125 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/dist/index.ts +4 -0
- package/dist/redux/api/solidChatterMessageApi.d.ts +2 -1
- package/dist/redux/api/solidChatterMessageApi.d.ts.map +1 -1
- package/dist/redux/api/solidChatterMessageApi.js +11 -1
- package/dist/redux/api/solidChatterMessageApi.js.map +1 -1
- package/dist/redux/api/solidChatterMessageApi.ts +10 -1
- package/dist/redux/api/solidEntityApi.js +1 -1
- package/dist/redux/api/solidEntityApi.js.map +1 -1
- package/dist/redux/api/solidEntityApi.tsx +1 -1
- package/dist/redux/store/defaultStoreConfig.d.ts +1 -0
- package/dist/redux/store/defaultStoreConfig.d.ts.map +1 -1
- package/dist/resources/globals.css +112 -83
- package/dist/resources/shadcn-base.css +310 -391
- package/dist/resources/solid-responsive.css +22 -4
- package/dist/routes/AppEventListener.js +1 -1
- package/dist/routes/AppEventListener.js.map +1 -1
- package/dist/routes/AppEventListener.tsx +1 -1
- package/dist/routes/pages/admin/core/CardPage.js +1 -1
- package/dist/routes/pages/admin/core/CardPage.js.map +1 -1
- package/dist/routes/pages/admin/core/CardPage.tsx +1 -1
- package/dist/routes/pages/admin/core/FormPage.js +1 -1
- package/dist/routes/pages/admin/core/FormPage.js.map +1 -1
- package/dist/routes/pages/admin/core/FormPage.tsx +1 -1
- package/dist/routes/pages/admin/core/KanbanPage.js +1 -1
- package/dist/routes/pages/admin/core/KanbanPage.js.map +1 -1
- package/dist/routes/pages/admin/core/KanbanPage.tsx +1 -1
- package/dist/routes/pages/admin/core/ListPage.js +1 -1
- package/dist/routes/pages/admin/core/ListPage.js.map +1 -1
- package/dist/routes/pages/admin/core/ListPage.tsx +1 -1
- package/dist/routes/pages/admin/core/SettingsPage.js +2 -2
- package/dist/routes/pages/admin/core/SettingsPage.js.map +1 -1
- package/dist/routes/pages/admin/core/SettingsPage.tsx +2 -2
- package/dist/routes/pages/admin/core/TreePage.js +1 -1
- package/dist/routes/pages/admin/core/TreePage.js.map +1 -1
- package/dist/routes/pages/admin/core/TreePage.tsx +1 -1
- package/dist/routes/pages/auth/InitiateFacebookOauthPage.d.ts +2 -0
- package/dist/routes/pages/auth/InitiateFacebookOauthPage.d.ts.map +1 -0
- package/dist/routes/pages/auth/InitiateFacebookOauthPage.js +6 -0
- package/dist/routes/pages/auth/InitiateFacebookOauthPage.js.map +1 -0
- package/dist/routes/pages/auth/InitiateFacebookOauthPage.tsx +5 -0
- package/dist/routes/pages/auth/InitiateMicrosoftOauthPage.d.ts +2 -0
- package/dist/routes/pages/auth/InitiateMicrosoftOauthPage.d.ts.map +1 -0
- package/dist/routes/pages/auth/InitiateMicrosoftOauthPage.js +6 -0
- package/dist/routes/pages/auth/InitiateMicrosoftOauthPage.js.map +1 -0
- package/dist/routes/pages/auth/InitiateMicrosoftOauthPage.tsx +5 -0
- package/dist/routes/solidRoutes.d.ts.map +1 -1
- package/dist/routes/solidRoutes.js +5 -1
- package/dist/routes/solidRoutes.js.map +1 -1
- package/dist/routes/solidRoutes.tsx +5 -1
- package/dist/routes/types.d.ts +1 -1
- package/dist/routes/types.d.ts.map +1 -1
- package/dist/routes/types.js.map +1 -1
- package/dist/routes/types.ts +2 -0
- package/dist/types/extension-registry.d.ts +1 -0
- package/dist/types/extension-registry.d.ts.map +1 -1
- package/dist/types/extension-registry.js +1 -0
- package/dist/types/extension-registry.js.map +1 -1
- package/dist/types/extension-registry.ts +1 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/solid-core.d.ts +11 -0
- package/package.json +1 -2
|
@@ -1767,9 +1767,7 @@ body {
|
|
|
1767
1767
|
color: var(--muted-foreground);
|
|
1768
1768
|
}
|
|
1769
1769
|
|
|
1770
|
-
.auth-container .
|
|
1771
|
-
.auth-container .p-password .p-inputtext,
|
|
1772
|
-
.auth-container .p-password-input {
|
|
1770
|
+
.auth-container .solid-input {
|
|
1773
1771
|
width: 100%;
|
|
1774
1772
|
height: 40px;
|
|
1775
1773
|
border-radius: 10px;
|
|
@@ -1780,49 +1778,44 @@ body {
|
|
|
1780
1778
|
box-shadow: none;
|
|
1781
1779
|
}
|
|
1782
1780
|
|
|
1783
|
-
.auth-container .
|
|
1781
|
+
.auth-container .solid-password {
|
|
1784
1782
|
width: 100%;
|
|
1785
1783
|
}
|
|
1786
1784
|
|
|
1787
|
-
.auth-container .
|
|
1788
|
-
.auth-container .p-password .p-inputtext:focus {
|
|
1785
|
+
.auth-container .solid-input:focus-visible {
|
|
1789
1786
|
border-color: color-mix(in srgb, var(--primary) 65%, var(--border));
|
|
1790
1787
|
box-shadow: 0 0 0 3px var(--ring);
|
|
1791
1788
|
}
|
|
1792
1789
|
|
|
1793
|
-
.auth-container .
|
|
1790
|
+
.auth-container .solid-password-toggle {
|
|
1794
1791
|
color: var(--muted);
|
|
1795
1792
|
}
|
|
1796
1793
|
|
|
1797
|
-
.auth-container .
|
|
1794
|
+
.auth-container .solid-message {
|
|
1798
1795
|
border-radius: 8px;
|
|
1799
1796
|
margin-top: 4px;
|
|
1800
1797
|
padding: 8px 10px;
|
|
1801
1798
|
}
|
|
1802
1799
|
|
|
1803
|
-
.auth-
|
|
1804
|
-
|
|
1805
|
-
}
|
|
1806
|
-
|
|
1807
|
-
.auth-submit-button.p-button,
|
|
1808
|
-
.auth-back-button.p-button {
|
|
1800
|
+
.auth-submit-button.solid-btn,
|
|
1801
|
+
.auth-back-button.solid-btn {
|
|
1809
1802
|
width: 100%;
|
|
1810
1803
|
min-height: 40px;
|
|
1811
1804
|
border-radius: 10px;
|
|
1812
1805
|
font-weight: 500;
|
|
1813
1806
|
}
|
|
1814
1807
|
|
|
1815
|
-
.auth-submit-button.
|
|
1816
|
-
.auth-back-button.
|
|
1808
|
+
.auth-submit-button.solid-btn .solid-btn-label,
|
|
1809
|
+
.auth-back-button.solid-btn .solid-btn-label {
|
|
1817
1810
|
font-weight: 500;
|
|
1818
1811
|
}
|
|
1819
1812
|
|
|
1820
|
-
.auth-back-button.
|
|
1813
|
+
.auth-back-button.solid-btn.solid-btn--ghost {
|
|
1821
1814
|
justify-content: flex-start;
|
|
1822
1815
|
color: var(--muted-foreground);
|
|
1823
1816
|
}
|
|
1824
1817
|
|
|
1825
|
-
.auth-back-button.
|
|
1818
|
+
.auth-back-button.solid-btn.solid-btn--ghost:hover {
|
|
1826
1819
|
color: var(--foreground);
|
|
1827
1820
|
text-decoration: none;
|
|
1828
1821
|
}
|
|
@@ -1831,50 +1824,10 @@ body {
|
|
|
1831
1824
|
margin-top: 10px;
|
|
1832
1825
|
}
|
|
1833
1826
|
|
|
1834
|
-
.solid-auth-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
gap: 4px;
|
|
1838
|
-
padding: 4px;
|
|
1839
|
-
border: 1px solid var(--border);
|
|
1840
|
-
border-radius: 10px;
|
|
1841
|
-
background: color-mix(in srgb, var(--muted) 12%, transparent);
|
|
1842
|
-
}
|
|
1843
|
-
|
|
1844
|
-
.solid-auth-tabs-trigger {
|
|
1845
|
-
border: 0;
|
|
1846
|
-
background: transparent;
|
|
1847
|
-
color: var(--muted-foreground);
|
|
1848
|
-
border-radius: 8px;
|
|
1849
|
-
height: 34px;
|
|
1850
|
-
font-size: 12.5px;
|
|
1851
|
-
font-weight: 500;
|
|
1852
|
-
cursor: pointer;
|
|
1853
|
-
}
|
|
1854
|
-
|
|
1855
|
-
.solid-auth-tabs-trigger.is-active {
|
|
1856
|
-
background: var(--card);
|
|
1857
|
-
color: var(--foreground);
|
|
1858
|
-
box-shadow: 0 1px 0 rgba(2, 6, 23, 0.08);
|
|
1859
|
-
}
|
|
1860
|
-
|
|
1861
|
-
.solid-auth-tabs-panel {
|
|
1862
|
-
margin-top: 8px;
|
|
1863
|
-
}
|
|
1864
|
-
|
|
1865
|
-
.auth-container .p-divider.p-divider-horizontal {
|
|
1866
|
-
margin: 18px 0 10px;
|
|
1867
|
-
}
|
|
1868
|
-
|
|
1869
|
-
.auth-container .p-divider .p-divider-content {
|
|
1870
|
-
border: 1px solid var(--border);
|
|
1827
|
+
.solid-auth-divider .solid-divider {
|
|
1828
|
+
height: 1px;
|
|
1829
|
+
background: var(--border);
|
|
1871
1830
|
border-radius: 999px;
|
|
1872
|
-
background: var(--card);
|
|
1873
|
-
color: var(--muted-foreground);
|
|
1874
|
-
font-size: 11px;
|
|
1875
|
-
font-weight: 600;
|
|
1876
|
-
letter-spacing: 0.08em;
|
|
1877
|
-
padding: 4px 10px;
|
|
1878
1831
|
}
|
|
1879
1832
|
|
|
1880
1833
|
.google-auth-button {
|
|
@@ -1890,7 +1843,10 @@ body {
|
|
|
1890
1843
|
gap: 8px;
|
|
1891
1844
|
font-size: 13px;
|
|
1892
1845
|
font-weight: 500;
|
|
1893
|
-
transition:
|
|
1846
|
+
transition:
|
|
1847
|
+
box-shadow 120ms ease,
|
|
1848
|
+
border-color 120ms ease,
|
|
1849
|
+
background 120ms ease;
|
|
1894
1850
|
}
|
|
1895
1851
|
|
|
1896
1852
|
.google-auth-button:hover {
|
|
@@ -1905,7 +1861,7 @@ body {
|
|
|
1905
1861
|
|
|
1906
1862
|
.solid-auth-social-grid {
|
|
1907
1863
|
display: grid;
|
|
1908
|
-
grid-template-columns: repeat(
|
|
1864
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
1909
1865
|
gap: 8px;
|
|
1910
1866
|
}
|
|
1911
1867
|
|
|
@@ -2002,8 +1958,8 @@ body {
|
|
|
2002
1958
|
padding: 14px;
|
|
2003
1959
|
}
|
|
2004
1960
|
|
|
2005
|
-
.solid-auth-theme-wrapper.left
|
|
2006
|
-
.solid-auth-theme-wrapper.right
|
|
1961
|
+
.solid-auth-theme-wrapper.left > .grid,
|
|
1962
|
+
.solid-auth-theme-wrapper.right > .grid {
|
|
2007
1963
|
grid-template-columns: 1fr;
|
|
2008
1964
|
min-height: auto;
|
|
2009
1965
|
border-radius: 14px;
|
|
@@ -2052,8 +2008,8 @@ body {
|
|
|
2052
2008
|
margin: 0 auto;
|
|
2053
2009
|
}
|
|
2054
2010
|
|
|
2055
|
-
.solid-auth-theme-wrapper.left
|
|
2056
|
-
.solid-auth-theme-wrapper.right
|
|
2011
|
+
.solid-auth-theme-wrapper.left > .grid,
|
|
2012
|
+
.solid-auth-theme-wrapper.right > .grid {
|
|
2057
2013
|
width: 100%;
|
|
2058
2014
|
min-height: 100vh;
|
|
2059
2015
|
display: grid !important;
|
|
@@ -2089,8 +2045,8 @@ body {
|
|
|
2089
2045
|
background: rgba(24, 24, 27, 0.62);
|
|
2090
2046
|
}
|
|
2091
2047
|
|
|
2092
|
-
.solid-auth-theme-wrapper.left .solid-left-layout
|
|
2093
|
-
.solid-auth-theme-wrapper.right .solid-right-layout
|
|
2048
|
+
.solid-auth-theme-wrapper.left .solid-left-layout > *,
|
|
2049
|
+
.solid-auth-theme-wrapper.right .solid-right-layout > * {
|
|
2094
2050
|
position: relative;
|
|
2095
2051
|
z-index: 2;
|
|
2096
2052
|
}
|
|
@@ -2150,9 +2106,7 @@ body {
|
|
|
2150
2106
|
text-decoration: underline;
|
|
2151
2107
|
}
|
|
2152
2108
|
|
|
2153
|
-
.auth-container .
|
|
2154
|
-
.auth-container .p-password .p-inputtext,
|
|
2155
|
-
.auth-container .p-password-input {
|
|
2109
|
+
.auth-container .solid-input {
|
|
2156
2110
|
width: 100%;
|
|
2157
2111
|
height: 36px;
|
|
2158
2112
|
border: 1px solid #27272a;
|
|
@@ -2161,108 +2115,50 @@ body {
|
|
|
2161
2115
|
color: #fafafa;
|
|
2162
2116
|
}
|
|
2163
2117
|
|
|
2164
|
-
.auth-container .
|
|
2165
|
-
.auth-container .p-password .p-inputtext::placeholder {
|
|
2118
|
+
.auth-container .solid-input::placeholder {
|
|
2166
2119
|
color: #71717a;
|
|
2167
2120
|
}
|
|
2168
2121
|
|
|
2169
|
-
.auth-container .
|
|
2170
|
-
.auth-container .p-password .p-inputtext:focus {
|
|
2122
|
+
.auth-container .solid-input:focus-visible {
|
|
2171
2123
|
border-color: #3f3f46;
|
|
2172
2124
|
box-shadow: 0 0 0 2px rgba(244, 244, 245, 0.08);
|
|
2173
2125
|
}
|
|
2174
2126
|
|
|
2175
|
-
.auth-container .
|
|
2127
|
+
.auth-container .solid-password-toggle {
|
|
2176
2128
|
color: #a1a1aa;
|
|
2177
2129
|
}
|
|
2178
2130
|
|
|
2179
|
-
.auth-container .
|
|
2131
|
+
.auth-container .solid-message {
|
|
2180
2132
|
background: rgba(239, 68, 68, 0.12);
|
|
2181
2133
|
border-color: rgba(239, 68, 68, 0.3);
|
|
2182
2134
|
color: #fca5a5;
|
|
2183
2135
|
}
|
|
2184
2136
|
|
|
2185
|
-
.
|
|
2186
|
-
border: 1px solid #27272a;
|
|
2187
|
-
background: #18181b;
|
|
2188
|
-
border-radius: 10px;
|
|
2189
|
-
padding: 4px;
|
|
2190
|
-
}
|
|
2191
|
-
|
|
2192
|
-
.solid-auth-tabs .solid-tabs-trigger {
|
|
2193
|
-
border: 0;
|
|
2194
|
-
background: transparent;
|
|
2195
|
-
color: #a1a1aa;
|
|
2196
|
-
border-radius: 8px;
|
|
2197
|
-
height: 30px;
|
|
2198
|
-
font-size: 11px;
|
|
2199
|
-
font-weight: 500;
|
|
2200
|
-
cursor: pointer;
|
|
2201
|
-
}
|
|
2202
|
-
|
|
2203
|
-
.solid-auth-tabs .solid-tabs-trigger.is-active {
|
|
2204
|
-
background: #27272a;
|
|
2205
|
-
color: #fafafa;
|
|
2206
|
-
box-shadow: none;
|
|
2207
|
-
}
|
|
2208
|
-
|
|
2209
|
-
.auth-submit-button.p-button {
|
|
2137
|
+
.auth-submit-button.solid-btn {
|
|
2210
2138
|
min-height: 36px;
|
|
2211
|
-
background:
|
|
2212
|
-
border-color:
|
|
2213
|
-
color:
|
|
2139
|
+
background: var(--primary);
|
|
2140
|
+
border-color: var(--primary);
|
|
2141
|
+
color: var(--primary-foreground);
|
|
2214
2142
|
}
|
|
2215
2143
|
|
|
2216
|
-
.auth-submit-button.
|
|
2217
|
-
color:
|
|
2144
|
+
.auth-submit-button.solid-btn .solid-btn-label {
|
|
2145
|
+
color: var(--primary-foreground);
|
|
2218
2146
|
font-weight: 600;
|
|
2219
2147
|
}
|
|
2220
2148
|
|
|
2221
|
-
.auth-submit-button.
|
|
2222
|
-
background:
|
|
2223
|
-
border-color:
|
|
2149
|
+
.auth-submit-button.solid-btn:not(:disabled):hover {
|
|
2150
|
+
background: color-mix(in srgb, var(--primary) 90%, black);
|
|
2151
|
+
border-color: color-mix(in srgb, var(--primary) 90%, black);
|
|
2224
2152
|
}
|
|
2225
2153
|
|
|
2226
|
-
.auth-back-button.
|
|
2154
|
+
.auth-back-button.solid-btn.solid-btn--ghost {
|
|
2227
2155
|
color: #a1a1aa;
|
|
2228
2156
|
}
|
|
2229
2157
|
|
|
2230
|
-
.auth-back-button.
|
|
2158
|
+
.auth-back-button.solid-btn.solid-btn--ghost:hover {
|
|
2231
2159
|
color: #fafafa;
|
|
2232
2160
|
}
|
|
2233
2161
|
|
|
2234
|
-
.auth-container .p-divider {
|
|
2235
|
-
margin: 16px 0 10px;
|
|
2236
|
-
}
|
|
2237
|
-
|
|
2238
|
-
.auth-container .p-divider .p-divider-content {
|
|
2239
|
-
background: #111113;
|
|
2240
|
-
color: #a1a1aa;
|
|
2241
|
-
border: 0;
|
|
2242
|
-
border-radius: 0;
|
|
2243
|
-
padding: 0 10px;
|
|
2244
|
-
font-size: 12px;
|
|
2245
|
-
letter-spacing: 0;
|
|
2246
|
-
text-transform: none;
|
|
2247
|
-
}
|
|
2248
|
-
|
|
2249
|
-
.auth-container .p-divider.p-divider-horizontal::before {
|
|
2250
|
-
border-top-color: #27272a;
|
|
2251
|
-
}
|
|
2252
|
-
|
|
2253
|
-
.google-auth-button.solid-btn,
|
|
2254
|
-
.google-auth-button {
|
|
2255
|
-
width: 100%;
|
|
2256
|
-
height: 36px;
|
|
2257
|
-
border: 1px solid #27272a;
|
|
2258
|
-
border-radius: 10px;
|
|
2259
|
-
background: #18181b;
|
|
2260
|
-
color: #fafafa;
|
|
2261
|
-
font-size: 13px;
|
|
2262
|
-
font-weight: 500;
|
|
2263
|
-
box-shadow: none;
|
|
2264
|
-
}
|
|
2265
|
-
|
|
2266
2162
|
.solid-auth-center-stack {
|
|
2267
2163
|
display: flex;
|
|
2268
2164
|
flex-direction: column;
|
|
@@ -2282,8 +2178,8 @@ body {
|
|
|
2282
2178
|
.solid-auth-brand.is-center {
|
|
2283
2179
|
align-self: center;
|
|
2284
2180
|
}
|
|
2285
|
-
.solid-auth-brand-logo img{
|
|
2286
|
-
width:100%;
|
|
2181
|
+
.solid-auth-brand-logo img {
|
|
2182
|
+
width: 100%;
|
|
2287
2183
|
max-width: 125px;
|
|
2288
2184
|
align-items: center;
|
|
2289
2185
|
}
|
|
@@ -2344,8 +2240,8 @@ body {
|
|
|
2344
2240
|
padding: 16px;
|
|
2345
2241
|
}
|
|
2346
2242
|
|
|
2347
|
-
.solid-auth-theme-wrapper.left
|
|
2348
|
-
.solid-auth-theme-wrapper.right
|
|
2243
|
+
.solid-auth-theme-wrapper.left > .grid,
|
|
2244
|
+
.solid-auth-theme-wrapper.right > .grid {
|
|
2349
2245
|
grid-template-columns: 1fr;
|
|
2350
2246
|
}
|
|
2351
2247
|
|
|
@@ -2409,40 +2305,7 @@ body {
|
|
|
2409
2305
|
line-height: 1.35 !important;
|
|
2410
2306
|
}
|
|
2411
2307
|
|
|
2412
|
-
.solid-auth-theme-wrapper .
|
|
2413
|
-
/* display: grid !important; */
|
|
2414
|
-
grid-template-columns: 1fr 1fr !important;
|
|
2415
|
-
gap: 4px !important;
|
|
2416
|
-
padding: 3px !important;
|
|
2417
|
-
border-radius: 10px !important;
|
|
2418
|
-
border: 1px solid #27272a !important;
|
|
2419
|
-
background: #18181b !important;
|
|
2420
|
-
}
|
|
2421
|
-
|
|
2422
|
-
.solid-auth-theme-wrapper .solid-auth-tabs .solid-tabs-trigger {
|
|
2423
|
-
appearance: none;
|
|
2424
|
-
-webkit-appearance: none;
|
|
2425
|
-
border: 0 !important;
|
|
2426
|
-
outline: 0;
|
|
2427
|
-
box-shadow: none;
|
|
2428
|
-
min-height: 30px !important;
|
|
2429
|
-
padding: 0 8px !important;
|
|
2430
|
-
font-size: 12px !important;
|
|
2431
|
-
line-height: 1 !important;
|
|
2432
|
-
border-radius: 7px !important;
|
|
2433
|
-
background: transparent !important;
|
|
2434
|
-
color: #a1a1aa !important;
|
|
2435
|
-
font-weight: 500 !important;
|
|
2436
|
-
}
|
|
2437
|
-
|
|
2438
|
-
.solid-auth-theme-wrapper .solid-auth-tabs .solid-tabs-trigger.is-active {
|
|
2439
|
-
background: #2a2a2f !important;
|
|
2440
|
-
color: #fafafa !important;
|
|
2441
|
-
}
|
|
2442
|
-
|
|
2443
|
-
.solid-auth-theme-wrapper .auth-container .p-inputtext,
|
|
2444
|
-
.solid-auth-theme-wrapper .auth-container .p-password .p-inputtext,
|
|
2445
|
-
.solid-auth-theme-wrapper .auth-container .p-password-input {
|
|
2308
|
+
.solid-auth-theme-wrapper .auth-container .solid-input {
|
|
2446
2309
|
height: 36px !important;
|
|
2447
2310
|
border-radius: 8px !important;
|
|
2448
2311
|
padding: 0 10px !important;
|
|
@@ -2458,9 +2321,7 @@ body {
|
|
|
2458
2321
|
box-shadow: none !important;
|
|
2459
2322
|
}
|
|
2460
2323
|
|
|
2461
|
-
.solid-auth-theme-wrapper .auth-container .
|
|
2462
|
-
.solid-auth-theme-wrapper .auth-container .p-password .p-inputtext:hover,
|
|
2463
|
-
.solid-auth-theme-wrapper .auth-container .p-password-input:hover {
|
|
2324
|
+
.solid-auth-theme-wrapper .auth-container .solid-input:hover {
|
|
2464
2325
|
border-color: #2f2f37 !important;
|
|
2465
2326
|
border-top-color: #2f2f37 !important;
|
|
2466
2327
|
border-right-color: #2f2f37 !important;
|
|
@@ -2468,9 +2329,7 @@ body {
|
|
|
2468
2329
|
border-left-color: #2f2f37 !important;
|
|
2469
2330
|
}
|
|
2470
2331
|
|
|
2471
|
-
.solid-auth-theme-wrapper .auth-container .
|
|
2472
|
-
.solid-auth-theme-wrapper .auth-container .p-password .p-inputtext:focus,
|
|
2473
|
-
.solid-auth-theme-wrapper .auth-container .p-password-input:focus {
|
|
2332
|
+
.solid-auth-theme-wrapper .auth-container .solid-input:focus-visible {
|
|
2474
2333
|
border-color: #2f2f37 !important;
|
|
2475
2334
|
border-top-color: #2f2f37 !important;
|
|
2476
2335
|
border-right-color: #2f2f37 !important;
|
|
@@ -2479,12 +2338,8 @@ body {
|
|
|
2479
2338
|
box-shadow: none !important;
|
|
2480
2339
|
}
|
|
2481
2340
|
|
|
2482
|
-
.solid-auth-theme-wrapper .auth-container .
|
|
2483
|
-
.solid-auth-theme-wrapper .auth-container .
|
|
2484
|
-
.solid-auth-theme-wrapper .auth-container .p-password-input.p-invalid,
|
|
2485
|
-
.solid-auth-theme-wrapper .auth-container .p-inputtext.p-invalid:enabled:hover,
|
|
2486
|
-
.solid-auth-theme-wrapper .auth-container .p-password.p-invalid .p-inputtext:enabled:hover,
|
|
2487
|
-
.solid-auth-theme-wrapper .auth-container .p-password-input.p-invalid:enabled:hover {
|
|
2341
|
+
.solid-auth-theme-wrapper .auth-container .solid-input[aria-invalid="true"],
|
|
2342
|
+
.solid-auth-theme-wrapper .auth-container .solid-input[aria-invalid="true"]:enabled:hover {
|
|
2488
2343
|
border-color: var(--solid-danger, #ef4444) !important;
|
|
2489
2344
|
border-top-color: var(--solid-danger, #ef4444) !important;
|
|
2490
2345
|
border-right-color: var(--solid-danger, #ef4444) !important;
|
|
@@ -2493,12 +2348,8 @@ body {
|
|
|
2493
2348
|
box-shadow: 0 0 0 3px var(--solid-danger-soft, rgba(239, 68, 68, 0.2)) !important;
|
|
2494
2349
|
}
|
|
2495
2350
|
|
|
2496
|
-
.solid-auth-theme-wrapper .auth-container .
|
|
2497
|
-
.solid-auth-theme-wrapper .auth-container .
|
|
2498
|
-
.solid-auth-theme-wrapper .auth-container .p-password .p-inputtext:enabled:hover,
|
|
2499
|
-
.solid-auth-theme-wrapper .auth-container .p-password .p-inputtext:enabled:focus,
|
|
2500
|
-
.solid-auth-theme-wrapper .auth-container .p-password-input:enabled:hover,
|
|
2501
|
-
.solid-auth-theme-wrapper .auth-container .p-password-input:enabled:focus {
|
|
2351
|
+
.solid-auth-theme-wrapper .auth-container .solid-input:enabled:hover,
|
|
2352
|
+
.solid-auth-theme-wrapper .auth-container .solid-input:enabled:focus-visible {
|
|
2502
2353
|
border-color: #2f2f37 !important;
|
|
2503
2354
|
border-top-color: #2f2f37 !important;
|
|
2504
2355
|
border-right-color: #2f2f37 !important;
|
|
@@ -2507,33 +2358,29 @@ body {
|
|
|
2507
2358
|
box-shadow: none !important;
|
|
2508
2359
|
}
|
|
2509
2360
|
|
|
2510
|
-
.solid-auth-theme-wrapper .auth-container .
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
-webkit-text-fill-color: #fafafa !important;
|
|
2523
|
-
-webkit-box-shadow: 0 0 0 1000px #18181b inset !important;
|
|
2524
|
-
box-shadow: 0 0 0 1000px #18181b inset !important;
|
|
2525
|
-
border-color: #2f2f37 !important;
|
|
2361
|
+
.solid-auth-theme-wrapper .auth-container .solid-input:-webkit-autofill,
|
|
2362
|
+
.solid-auth-theme-wrapper .auth-container .solid-input:-webkit-autofill:hover,
|
|
2363
|
+
.solid-auth-theme-wrapper .auth-container .solid-input:-webkit-autofill:focus {
|
|
2364
|
+
-webkit-text-fill-color: var(--solid-text-primary) !important;
|
|
2365
|
+
caret-color: var(--solid-text-primary) !important;
|
|
2366
|
+
-webkit-box-shadow: 0 0 0 1000px var(--solid-surface-input) inset !important;
|
|
2367
|
+
box-shadow: 0 0 0 1000px var(--solid-surface-input) inset !important;
|
|
2368
|
+
border-color: var(--solid-border-strong) !important;
|
|
2369
|
+
border-top-color: var(--solid-border-strong) !important;
|
|
2370
|
+
border-right-color: var(--solid-border-strong) !important;
|
|
2371
|
+
border-bottom-color: var(--solid-border-strong) !important;
|
|
2372
|
+
border-left-color: var(--solid-border-strong) !important;
|
|
2526
2373
|
}
|
|
2527
2374
|
|
|
2528
|
-
.solid-auth-theme-wrapper .auth-submit-button.
|
|
2529
|
-
.solid-auth-theme-wrapper .
|
|
2530
|
-
.solid-auth-theme-wrapper .
|
|
2375
|
+
.solid-auth-theme-wrapper .auth-submit-button.solid-btn,
|
|
2376
|
+
.solid-auth-theme-wrapper .auth-back-button.solid-btn,
|
|
2377
|
+
.solid-auth-theme-wrapper .solid-auth-social-btn.solid-btn {
|
|
2531
2378
|
min-height: 36px !important;
|
|
2532
2379
|
height: 36px !important;
|
|
2533
2380
|
border-radius: 8px !important;
|
|
2534
2381
|
}
|
|
2535
2382
|
|
|
2536
|
-
.solid-auth-theme-wrapper .auth-container .
|
|
2383
|
+
.solid-auth-theme-wrapper .auth-container .solid-message {
|
|
2537
2384
|
margin-top: 6px !important;
|
|
2538
2385
|
padding: 0 !important;
|
|
2539
2386
|
background: transparent !important;
|
|
@@ -2542,48 +2389,18 @@ body {
|
|
|
2542
2389
|
min-height: unset !important;
|
|
2543
2390
|
}
|
|
2544
2391
|
|
|
2545
|
-
.solid-auth-theme-wrapper .auth-container .
|
|
2546
|
-
margin-top: 6px !important;
|
|
2547
|
-
padding: 0 !important;
|
|
2548
|
-
background: transparent !important;
|
|
2549
|
-
border: 0 !important;
|
|
2550
|
-
box-shadow: none !important;
|
|
2551
|
-
min-height: unset !important;
|
|
2552
|
-
}
|
|
2553
|
-
|
|
2554
|
-
.solid-auth-theme-wrapper .auth-container .p-message-wrapper,
|
|
2555
|
-
.solid-auth-theme-wrapper .auth-container .p-inline-message-text {
|
|
2556
|
-
background: transparent !important;
|
|
2557
|
-
border: 0 !important;
|
|
2558
|
-
box-shadow: none !important;
|
|
2559
|
-
padding: 0 !important;
|
|
2560
|
-
}
|
|
2561
|
-
|
|
2562
|
-
.solid-auth-theme-wrapper .auth-container .p-message .p-message-text {
|
|
2392
|
+
.solid-auth-theme-wrapper .auth-container .solid-message {
|
|
2563
2393
|
font-size: 12px !important;
|
|
2564
2394
|
line-height: 1.35 !important;
|
|
2565
2395
|
color: var(--solid-danger, #ef4444) !important;
|
|
2566
2396
|
font-weight: 500 !important;
|
|
2567
2397
|
}
|
|
2568
2398
|
|
|
2569
|
-
.solid-auth-theme-wrapper .auth-container .p-inline-message .p-inline-message-text,
|
|
2570
|
-
.solid-auth-theme-wrapper .auth-container .p-message-text,
|
|
2571
|
-
.solid-auth-theme-wrapper .auth-container .p-inline-message-text,
|
|
2572
|
-
.solid-auth-theme-wrapper .auth-container .p-message-content,
|
|
2573
|
-
.solid-auth-theme-wrapper .auth-container .p-message-content>* {
|
|
2574
|
-
color: var(--solid-danger, #ef4444) !important;
|
|
2575
|
-
}
|
|
2576
|
-
|
|
2577
2399
|
.solid-auth-theme-wrapper .auth-container .text-red-500,
|
|
2578
2400
|
.solid-auth-theme-wrapper .auth-container [class*="text-red"] {
|
|
2579
2401
|
color: var(--solid-danger, #ef4444) !important;
|
|
2580
2402
|
}
|
|
2581
2403
|
|
|
2582
|
-
.solid-auth-theme-wrapper .auth-container .p-message .p-message-icon,
|
|
2583
|
-
.solid-auth-theme-wrapper .auth-container .p-message .p-inline-message-icon {
|
|
2584
|
-
display: none !important;
|
|
2585
|
-
}
|
|
2586
|
-
|
|
2587
2404
|
/* Side auth layout shell (left/right) */
|
|
2588
2405
|
.solid-auth-theme-wrapper.left,
|
|
2589
2406
|
.solid-auth-theme-wrapper.right {
|
|
@@ -2659,7 +2476,7 @@ body {
|
|
|
2659
2476
|
}
|
|
2660
2477
|
}
|
|
2661
2478
|
|
|
2662
|
-
/* Auth theme contract (
|
|
2479
|
+
/* Auth theme contract (driven by the global app theme mode) */
|
|
2663
2480
|
.solid-auth-theme-wrapper {
|
|
2664
2481
|
--solid-surface-base: #020204;
|
|
2665
2482
|
--solid-surface-pane: #020204;
|
|
@@ -2755,34 +2572,13 @@ body {
|
|
|
2755
2572
|
|
|
2756
2573
|
.solid-auth-theme-wrapper.auth-theme-light .solid-auth-inline-link,
|
|
2757
2574
|
.solid-auth-theme-wrapper.auth-theme-dark .solid-auth-inline-link,
|
|
2758
|
-
.solid-auth-theme-wrapper.auth-theme-light .
|
|
2759
|
-
.solid-auth-theme-wrapper.auth-theme-dark .
|
|
2575
|
+
.solid-auth-theme-wrapper.auth-theme-light .solid-auth-divider span,
|
|
2576
|
+
.solid-auth-theme-wrapper.auth-theme-dark .solid-auth-divider span {
|
|
2760
2577
|
color: var(--solid-text-muted) !important;
|
|
2761
2578
|
}
|
|
2762
2579
|
|
|
2763
|
-
.solid-auth-theme-wrapper.auth-theme-light .
|
|
2764
|
-
.solid-auth-theme-wrapper.auth-theme-dark .
|
|
2765
|
-
background: var(--solid-surface-tab) !important;
|
|
2766
|
-
border-color: var(--solid-border-default) !important;
|
|
2767
|
-
}
|
|
2768
|
-
|
|
2769
|
-
.solid-auth-theme-wrapper.auth-theme-light .solid-auth-tabs .solid-tabs-trigger,
|
|
2770
|
-
.solid-auth-theme-wrapper.auth-theme-dark .solid-auth-tabs .solid-tabs-trigger {
|
|
2771
|
-
color: var(--solid-text-muted) !important;
|
|
2772
|
-
}
|
|
2773
|
-
|
|
2774
|
-
.solid-auth-theme-wrapper.auth-theme-light .solid-auth-tabs .solid-tabs-trigger.is-active,
|
|
2775
|
-
.solid-auth-theme-wrapper.auth-theme-dark .solid-auth-tabs .solid-tabs-trigger.is-active {
|
|
2776
|
-
background: var(--solid-surface-tab-active) !important;
|
|
2777
|
-
color: var(--solid-text-primary) !important;
|
|
2778
|
-
}
|
|
2779
|
-
|
|
2780
|
-
.solid-auth-theme-wrapper.auth-theme-light .auth-container .p-inputtext,
|
|
2781
|
-
.solid-auth-theme-wrapper.auth-theme-dark .auth-container .p-inputtext,
|
|
2782
|
-
.solid-auth-theme-wrapper.auth-theme-light .auth-container .p-password .p-inputtext,
|
|
2783
|
-
.solid-auth-theme-wrapper.auth-theme-dark .auth-container .p-password .p-inputtext,
|
|
2784
|
-
.solid-auth-theme-wrapper.auth-theme-light .auth-container .p-password-input,
|
|
2785
|
-
.solid-auth-theme-wrapper.auth-theme-dark .auth-container .p-password-input {
|
|
2580
|
+
.solid-auth-theme-wrapper.auth-theme-light .auth-container .solid-input,
|
|
2581
|
+
.solid-auth-theme-wrapper.auth-theme-dark .auth-container .solid-input {
|
|
2786
2582
|
background: var(--solid-surface-input) !important;
|
|
2787
2583
|
color: var(--solid-text-primary) !important;
|
|
2788
2584
|
border-color: var(--solid-border-strong) !important;
|
|
@@ -2792,10 +2588,8 @@ body {
|
|
|
2792
2588
|
border-left-color: var(--solid-border-strong) !important;
|
|
2793
2589
|
}
|
|
2794
2590
|
|
|
2795
|
-
.solid-auth-theme-wrapper.auth-theme-light .auth-container .
|
|
2796
|
-
.solid-auth-theme-wrapper.auth-theme-dark .auth-container .
|
|
2797
|
-
.solid-auth-theme-wrapper.auth-theme-light .auth-container .p-password .p-inputtext::placeholder,
|
|
2798
|
-
.solid-auth-theme-wrapper.auth-theme-dark .auth-container .p-password .p-inputtext::placeholder {
|
|
2591
|
+
.solid-auth-theme-wrapper.auth-theme-light .auth-container .solid-input::placeholder,
|
|
2592
|
+
.solid-auth-theme-wrapper.auth-theme-dark .auth-container .solid-input::placeholder {
|
|
2799
2593
|
color: var(--solid-input-placeholder) !important;
|
|
2800
2594
|
}
|
|
2801
2595
|
|
|
@@ -2937,8 +2731,7 @@ body {
|
|
|
2937
2731
|
color: var(--solid-text-muted);
|
|
2938
2732
|
}
|
|
2939
2733
|
|
|
2940
|
-
.solid-auth-theme-wrapper .solid-auth-otp-input
|
|
2941
|
-
.solid-auth-theme-wrapper .solid-auth-otp-input.p-inputotp {
|
|
2734
|
+
.solid-auth-theme-wrapper .solid-auth-otp-input {
|
|
2942
2735
|
display: flex;
|
|
2943
2736
|
align-items: center;
|
|
2944
2737
|
justify-content: center;
|
|
@@ -2946,8 +2739,7 @@ body {
|
|
|
2946
2739
|
width: 100%;
|
|
2947
2740
|
}
|
|
2948
2741
|
|
|
2949
|
-
.solid-auth-theme-wrapper .solid-auth-otp-input .solid-otp-input-field
|
|
2950
|
-
.solid-auth-theme-wrapper .solid-auth-otp-input.p-inputotp .p-inputotp-input {
|
|
2742
|
+
.solid-auth-theme-wrapper .solid-auth-otp-input .solid-otp-input-field {
|
|
2951
2743
|
width: 42px;
|
|
2952
2744
|
min-width: 42px;
|
|
2953
2745
|
height: 46px;
|
|
@@ -2960,37 +2752,23 @@ body {
|
|
|
2960
2752
|
font-weight: 600;
|
|
2961
2753
|
}
|
|
2962
2754
|
|
|
2963
|
-
.solid-auth-theme-wrapper .solid-auth-otp-input .solid-otp-input-field:focus
|
|
2964
|
-
.solid-auth-theme-wrapper .solid-auth-otp-input.p-inputotp .p-inputotp-input:focus {
|
|
2755
|
+
.solid-auth-theme-wrapper .solid-auth-otp-input .solid-otp-input-field:focus {
|
|
2965
2756
|
outline: none;
|
|
2966
2757
|
border-color: var(--primary) !important;
|
|
2967
2758
|
box-shadow: none !important;
|
|
2968
2759
|
}
|
|
2969
2760
|
|
|
2970
|
-
|
|
2971
|
-
.solid-auth-theme-wrapper .solid-auth-otp-input.p-inputotp .p-inputotp-input:nth-child(3) {
|
|
2972
|
-
margin-right: 10px;
|
|
2973
|
-
}
|
|
2974
|
-
|
|
2975
|
-
.solid-auth-theme-wrapper .solid-auth-otp-input .solid-otp-input-field:nth-child(4),
|
|
2976
|
-
.solid-auth-theme-wrapper .solid-auth-otp-input.p-inputotp .p-inputotp-input:nth-child(4) {
|
|
2977
|
-
margin-right: 10px;
|
|
2978
|
-
} */
|
|
2979
|
-
|
|
2980
|
-
.solid-auth-theme-wrapper .solid-auth-otp-input.is-invalid .solid-otp-input-field,
|
|
2981
|
-
.solid-auth-theme-wrapper .solid-auth-otp-input.p-inputotp.p-invalid .p-inputotp-input {
|
|
2761
|
+
.solid-auth-theme-wrapper .solid-auth-otp-input.is-invalid .solid-otp-input-field {
|
|
2982
2762
|
border-color: #ef4444 !important;
|
|
2983
2763
|
}
|
|
2984
2764
|
|
|
2985
2765
|
@media (max-width: 480px) {
|
|
2986
2766
|
|
|
2987
|
-
.solid-auth-theme-wrapper .solid-auth-otp-input
|
|
2988
|
-
.solid-auth-theme-wrapper .solid-auth-otp-input.p-inputotp {
|
|
2767
|
+
.solid-auth-theme-wrapper .solid-auth-otp-input {
|
|
2989
2768
|
gap: 6px;
|
|
2990
2769
|
}
|
|
2991
2770
|
|
|
2992
|
-
.solid-auth-theme-wrapper .solid-auth-otp-input .solid-otp-input-field
|
|
2993
|
-
.solid-auth-theme-wrapper .solid-auth-otp-input.p-inputotp .p-inputotp-input {
|
|
2771
|
+
.solid-auth-theme-wrapper .solid-auth-otp-input .solid-otp-input-field {
|
|
2994
2772
|
width: 36px;
|
|
2995
2773
|
min-width: 36px;
|
|
2996
2774
|
height: 42px;
|
|
@@ -2998,23 +2776,6 @@ body {
|
|
|
2998
2776
|
}
|
|
2999
2777
|
}
|
|
3000
2778
|
|
|
3001
|
-
.solid-auth-theme-wrapper.auth-theme-light .auth-container .p-divider .p-divider-content,
|
|
3002
|
-
.solid-auth-theme-wrapper.auth-theme-dark .auth-container .p-divider .p-divider-content {
|
|
3003
|
-
background: var(--solid-surface-card) !important;
|
|
3004
|
-
color: var(--solid-text-muted) !important;
|
|
3005
|
-
border: 0 !important;
|
|
3006
|
-
box-shadow: none !important;
|
|
3007
|
-
font-size: 12px !important;
|
|
3008
|
-
font-weight: 500 !important;
|
|
3009
|
-
letter-spacing: 0 !important;
|
|
3010
|
-
text-transform: none !important;
|
|
3011
|
-
}
|
|
3012
|
-
|
|
3013
|
-
.solid-auth-theme-wrapper.auth-theme-light .auth-container .p-divider.p-divider-horizontal::before,
|
|
3014
|
-
.solid-auth-theme-wrapper.auth-theme-dark .auth-container .p-divider.p-divider-horizontal::before {
|
|
3015
|
-
border-top: 1px solid var(--solid-border-default) !important;
|
|
3016
|
-
}
|
|
3017
|
-
|
|
3018
2779
|
/* Unified ambient auth glow across center/left/right layouts */
|
|
3019
2780
|
.solid-auth-theme-wrapper {
|
|
3020
2781
|
isolation: isolate;
|
|
@@ -3065,7 +2826,7 @@ body {
|
|
|
3065
2826
|
opacity: 0.34;
|
|
3066
2827
|
}
|
|
3067
2828
|
|
|
3068
|
-
.solid-auth-theme-wrapper
|
|
2829
|
+
.solid-auth-theme-wrapper > * {
|
|
3069
2830
|
position: relative;
|
|
3070
2831
|
z-index: 1;
|
|
3071
2832
|
}
|
|
@@ -3312,14 +3073,25 @@ body {
|
|
|
3312
3073
|
html.dark .solid-list-page-wrapper,
|
|
3313
3074
|
[data-theme="dark"] .solid-list-page-wrapper {
|
|
3314
3075
|
background:
|
|
3315
|
-
radial-gradient(
|
|
3316
|
-
|
|
3076
|
+
radial-gradient(
|
|
3077
|
+
circle at top right,
|
|
3078
|
+
color-mix(in srgb, var(--primary) 10%, transparent),
|
|
3079
|
+
transparent 26%
|
|
3080
|
+
),
|
|
3081
|
+
linear-gradient(
|
|
3082
|
+
180deg,
|
|
3083
|
+
color-mix(in srgb, var(--background) 98%, #020617 2%),
|
|
3084
|
+
color-mix(in srgb, var(--background) 94%, #020617 6%)
|
|
3085
|
+
) !important;
|
|
3317
3086
|
}
|
|
3318
3087
|
|
|
3319
3088
|
html.dark .solid-list-surface,
|
|
3320
3089
|
[data-theme="dark"] .solid-list-surface {
|
|
3321
|
-
background:
|
|
3322
|
-
|
|
3090
|
+
background: linear-gradient(
|
|
3091
|
+
180deg,
|
|
3092
|
+
color-mix(in srgb, var(--card) 96%, #0b1220 4%),
|
|
3093
|
+
color-mix(in srgb, var(--card) 90%, #020617 10%)
|
|
3094
|
+
);
|
|
3323
3095
|
border-color: color-mix(in srgb, var(--border) 72%, #334155 28%);
|
|
3324
3096
|
box-shadow:
|
|
3325
3097
|
0 18px 40px rgba(2, 6, 23, 0.42),
|
|
@@ -3328,8 +3100,11 @@ html.dark .solid-list-surface,
|
|
|
3328
3100
|
|
|
3329
3101
|
html.dark .solid-list-toolbar,
|
|
3330
3102
|
[data-theme="dark"] .solid-list-toolbar {
|
|
3331
|
-
background:
|
|
3332
|
-
|
|
3103
|
+
background: linear-gradient(
|
|
3104
|
+
180deg,
|
|
3105
|
+
color-mix(in srgb, var(--card) 94%, #172554 6%),
|
|
3106
|
+
color-mix(in srgb, var(--card) 88%, #0b1220 12%)
|
|
3107
|
+
);
|
|
3333
3108
|
border-bottom-color: color-mix(in srgb, var(--border) 72%, #334155 28%);
|
|
3334
3109
|
box-shadow:
|
|
3335
3110
|
inset 0 -1px 0 rgba(15, 23, 42, 0.55),
|
|
@@ -3353,8 +3128,14 @@ html.dark .solid-kanban-toolbar .solid-global-search-element,
|
|
|
3353
3128
|
|
|
3354
3129
|
html.dark .solid-list-toolbar .solid-global-search-element input::placeholder,
|
|
3355
3130
|
html.dark .solid-kanban-toolbar .solid-global-search-element input::placeholder,
|
|
3356
|
-
[data-theme="dark"]
|
|
3357
|
-
|
|
3131
|
+
[data-theme="dark"]
|
|
3132
|
+
.solid-list-toolbar
|
|
3133
|
+
.solid-global-search-element
|
|
3134
|
+
input::placeholder,
|
|
3135
|
+
[data-theme="dark"]
|
|
3136
|
+
.solid-kanban-toolbar
|
|
3137
|
+
.solid-global-search-element
|
|
3138
|
+
input::placeholder {
|
|
3358
3139
|
color: color-mix(in srgb, var(--muted-foreground) 64%, transparent);
|
|
3359
3140
|
}
|
|
3360
3141
|
|
|
@@ -3416,7 +3197,9 @@ html.dark .solid-header-cog-trigger:hover,
|
|
|
3416
3197
|
font-size: 13px;
|
|
3417
3198
|
font-weight: 500;
|
|
3418
3199
|
cursor: pointer;
|
|
3419
|
-
transition:
|
|
3200
|
+
transition:
|
|
3201
|
+
color 0.15s ease,
|
|
3202
|
+
border-color 0.15s ease;
|
|
3420
3203
|
outline: none;
|
|
3421
3204
|
white-space: nowrap;
|
|
3422
3205
|
border-radius: 0;
|
|
@@ -3503,12 +3286,12 @@ html.dark .solid-header-cog-trigger:hover,
|
|
|
3503
3286
|
min-width: 0;
|
|
3504
3287
|
}
|
|
3505
3288
|
|
|
3506
|
-
.solid-list-table-area
|
|
3289
|
+
.solid-list-table-area > .solid-data-table-root {
|
|
3507
3290
|
flex: 1 1 auto;
|
|
3508
3291
|
min-height: 0;
|
|
3509
3292
|
}
|
|
3510
3293
|
|
|
3511
|
-
.solid-tree-table-area
|
|
3294
|
+
.solid-tree-table-area > .solid-tree-table-root {
|
|
3512
3295
|
flex: 1 1 auto;
|
|
3513
3296
|
min-height: 0;
|
|
3514
3297
|
}
|
|
@@ -3684,7 +3467,10 @@ html.dark .solid-header-cog-trigger:hover,
|
|
|
3684
3467
|
font-weight: 500;
|
|
3685
3468
|
line-height: 1;
|
|
3686
3469
|
padding: 0 0;
|
|
3687
|
-
transition:
|
|
3470
|
+
transition:
|
|
3471
|
+
background 120ms ease,
|
|
3472
|
+
border-color 120ms ease,
|
|
3473
|
+
color 120ms ease;
|
|
3688
3474
|
}
|
|
3689
3475
|
|
|
3690
3476
|
.solid-paginator-btn:hover:not(:disabled) {
|
|
@@ -3705,14 +3491,20 @@ html.dark .solid-list-table-area,
|
|
|
3705
3491
|
html.dark .solid-data-table-viewport,
|
|
3706
3492
|
[data-theme="dark"] .solid-data-table-viewport {
|
|
3707
3493
|
border-radius: 0 0 12px 12px;
|
|
3708
|
-
background:
|
|
3709
|
-
|
|
3494
|
+
background: linear-gradient(
|
|
3495
|
+
180deg,
|
|
3496
|
+
color-mix(in srgb, var(--card) 90%, #0b1220 10%),
|
|
3497
|
+
color-mix(in srgb, var(--card) 84%, #020617 16%)
|
|
3498
|
+
);
|
|
3710
3499
|
}
|
|
3711
3500
|
|
|
3712
3501
|
html.dark .solid-data-table-head,
|
|
3713
3502
|
[data-theme="dark"] .solid-data-table-head {
|
|
3714
|
-
background:
|
|
3715
|
-
|
|
3503
|
+
background: linear-gradient(
|
|
3504
|
+
180deg,
|
|
3505
|
+
color-mix(in srgb, var(--card) 96%, #172554 4%),
|
|
3506
|
+
color-mix(in srgb, var(--card) 88%, #0b1220 12%)
|
|
3507
|
+
);
|
|
3716
3508
|
backdrop-filter: blur(10px);
|
|
3717
3509
|
box-shadow:
|
|
3718
3510
|
inset 0 -1px 0 color-mix(in srgb, var(--border) 70%, #334155 30%),
|
|
@@ -3761,15 +3553,29 @@ html.dark .solid-data-table-row:has(input[type="checkbox"]:checked),
|
|
|
3761
3553
|
box-shadow: inset 2px 0 0 color-mix(in srgb, var(--primary) 86%, white 14%);
|
|
3762
3554
|
}
|
|
3763
3555
|
|
|
3764
|
-
html.dark
|
|
3765
|
-
|
|
3556
|
+
html.dark
|
|
3557
|
+
.solid-datatable-wrapper
|
|
3558
|
+
td
|
|
3559
|
+
a:not(.solid-inline-row-button):not(.solid-row-menu-trigger),
|
|
3560
|
+
[data-theme="dark"]
|
|
3561
|
+
.solid-datatable-wrapper
|
|
3562
|
+
td
|
|
3563
|
+
a:not(.solid-inline-row-button):not(.solid-row-menu-trigger) {
|
|
3766
3564
|
color: color-mix(in srgb, var(--primary) 68%, var(--foreground) 32%);
|
|
3767
3565
|
text-decoration: none;
|
|
3768
|
-
transition:
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
|
|
3566
|
+
transition:
|
|
3567
|
+
color 120ms ease,
|
|
3568
|
+
opacity 120ms ease;
|
|
3569
|
+
}
|
|
3570
|
+
|
|
3571
|
+
html.dark
|
|
3572
|
+
.solid-datatable-wrapper
|
|
3573
|
+
td
|
|
3574
|
+
a:not(.solid-inline-row-button):not(.solid-row-menu-trigger):hover,
|
|
3575
|
+
[data-theme="dark"]
|
|
3576
|
+
.solid-datatable-wrapper
|
|
3577
|
+
td
|
|
3578
|
+
a:not(.solid-inline-row-button):not(.solid-row-menu-trigger):hover {
|
|
3773
3579
|
color: color-mix(in srgb, var(--primary) 82%, white 18%);
|
|
3774
3580
|
}
|
|
3775
3581
|
|
|
@@ -3783,7 +3589,11 @@ html.dark .solid-data-table-root input[type="checkbox"],
|
|
|
3783
3589
|
place-items: center;
|
|
3784
3590
|
margin: 0;
|
|
3785
3591
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
|
|
3786
|
-
transition:
|
|
3592
|
+
transition:
|
|
3593
|
+
background 120ms ease,
|
|
3594
|
+
border-color 120ms ease,
|
|
3595
|
+
box-shadow 120ms ease,
|
|
3596
|
+
transform 120ms ease;
|
|
3787
3597
|
}
|
|
3788
3598
|
|
|
3789
3599
|
html.dark .solid-data-table-root input[type="checkbox"]::before,
|
|
@@ -3803,7 +3613,9 @@ html.dark .solid-data-table-root input[type="checkbox"]:hover,
|
|
|
3803
3613
|
}
|
|
3804
3614
|
|
|
3805
3615
|
html.dark .solid-data-table-root input[type="checkbox"]:focus-visible,
|
|
3806
|
-
[data-theme="dark"]
|
|
3616
|
+
[data-theme="dark"]
|
|
3617
|
+
.solid-data-table-root
|
|
3618
|
+
input[type="checkbox"]:focus-visible {
|
|
3807
3619
|
outline: none;
|
|
3808
3620
|
border-color: var(--primary);
|
|
3809
3621
|
box-shadow: none !important;
|
|
@@ -3819,14 +3631,19 @@ html.dark .solid-data-table-root input[type="checkbox"]:checked,
|
|
|
3819
3631
|
}
|
|
3820
3632
|
|
|
3821
3633
|
html.dark .solid-data-table-root input[type="checkbox"]:checked::before,
|
|
3822
|
-
[data-theme="dark"]
|
|
3634
|
+
[data-theme="dark"]
|
|
3635
|
+
.solid-data-table-root
|
|
3636
|
+
input[type="checkbox"]:checked::before {
|
|
3823
3637
|
transform: scale(1);
|
|
3824
3638
|
}
|
|
3825
3639
|
|
|
3826
3640
|
html.dark .solid-table-paginator,
|
|
3827
3641
|
[data-theme="dark"] .solid-table-paginator {
|
|
3828
|
-
background:
|
|
3829
|
-
|
|
3642
|
+
background: linear-gradient(
|
|
3643
|
+
180deg,
|
|
3644
|
+
color-mix(in srgb, var(--card) 90%, #0b1220 10%),
|
|
3645
|
+
color-mix(in srgb, var(--card) 84%, #020617 16%)
|
|
3646
|
+
);
|
|
3830
3647
|
border-color: color-mix(in srgb, var(--border) 72%, #334155 28%) !important;
|
|
3831
3648
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
|
|
3832
3649
|
}
|
|
@@ -3881,7 +3698,7 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
3881
3698
|
overscroll-behavior: contain;
|
|
3882
3699
|
}
|
|
3883
3700
|
|
|
3884
|
-
.solid-tree-table-root .solid-data-table-viewport
|
|
3701
|
+
.solid-tree-table-root .solid-data-table-viewport > .relative {
|
|
3885
3702
|
min-height: 100%;
|
|
3886
3703
|
min-width: max-content;
|
|
3887
3704
|
}
|
|
@@ -3913,7 +3730,10 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
3913
3730
|
justify-content: center;
|
|
3914
3731
|
border-radius: 8px;
|
|
3915
3732
|
color: color-mix(in srgb, var(--foreground) 84%, transparent);
|
|
3916
|
-
transition:
|
|
3733
|
+
transition:
|
|
3734
|
+
background-color 120ms ease,
|
|
3735
|
+
color 120ms ease,
|
|
3736
|
+
transform 120ms ease;
|
|
3917
3737
|
cursor: pointer;
|
|
3918
3738
|
}
|
|
3919
3739
|
|
|
@@ -4050,7 +3870,11 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
4050
3870
|
align-items: flex-start;
|
|
4051
3871
|
justify-content: center;
|
|
4052
3872
|
padding-top: 1rem;
|
|
4053
|
-
background: linear-gradient(
|
|
3873
|
+
background: linear-gradient(
|
|
3874
|
+
to bottom,
|
|
3875
|
+
color-mix(in srgb, var(--background) 84%, transparent),
|
|
3876
|
+
transparent 35%
|
|
3877
|
+
);
|
|
4054
3878
|
pointer-events: none;
|
|
4055
3879
|
}
|
|
4056
3880
|
|
|
@@ -4157,7 +3981,10 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
4157
3981
|
border: 1px solid transparent;
|
|
4158
3982
|
background: transparent;
|
|
4159
3983
|
color: color-mix(in srgb, var(--foreground) 76%, transparent);
|
|
4160
|
-
transition:
|
|
3984
|
+
transition:
|
|
3985
|
+
background-color 120ms ease,
|
|
3986
|
+
border-color 120ms ease,
|
|
3987
|
+
color 120ms ease;
|
|
4161
3988
|
}
|
|
4162
3989
|
|
|
4163
3990
|
.solid-tree-row-menu-trigger:hover {
|
|
@@ -4189,7 +4016,8 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
4189
4016
|
|
|
4190
4017
|
.solid-data-table-viewport {
|
|
4191
4018
|
scrollbar-width: thin;
|
|
4192
|
-
scrollbar-color: color-mix(in srgb, var(--foreground) 26%, transparent)
|
|
4019
|
+
scrollbar-color: color-mix(in srgb, var(--foreground) 26%, transparent)
|
|
4020
|
+
color-mix(in srgb, var(--background) 86%, transparent);
|
|
4193
4021
|
}
|
|
4194
4022
|
|
|
4195
4023
|
.solid-data-table-viewport::-webkit-scrollbar {
|
|
@@ -4264,7 +4092,9 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
4264
4092
|
align-items: center;
|
|
4265
4093
|
justify-content: center;
|
|
4266
4094
|
cursor: pointer;
|
|
4267
|
-
transition:
|
|
4095
|
+
transition:
|
|
4096
|
+
background 120ms ease,
|
|
4097
|
+
color 120ms ease;
|
|
4268
4098
|
}
|
|
4269
4099
|
|
|
4270
4100
|
.solid-row-menu-trigger.p-button:hover,
|
|
@@ -4311,7 +4141,7 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
4311
4141
|
|
|
4312
4142
|
.solid-popover-content[data-side="bottom"][data-align="end"] {
|
|
4313
4143
|
right: 0;
|
|
4314
|
-
left:
|
|
4144
|
+
left: 0;
|
|
4315
4145
|
}
|
|
4316
4146
|
|
|
4317
4147
|
.solid-popover-content[data-side="top"] {
|
|
@@ -4505,7 +4335,7 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
4505
4335
|
text-align: left;
|
|
4506
4336
|
}
|
|
4507
4337
|
|
|
4508
|
-
.solid-dropdown-menu-item>a {
|
|
4338
|
+
.solid-dropdown-menu-item > a {
|
|
4509
4339
|
display: inline-flex;
|
|
4510
4340
|
align-items: center;
|
|
4511
4341
|
width: 100%;
|
|
@@ -4901,7 +4731,9 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
4901
4731
|
position: absolute;
|
|
4902
4732
|
inset: 0;
|
|
4903
4733
|
border-radius: inherit;
|
|
4904
|
-
box-shadow:
|
|
4734
|
+
box-shadow:
|
|
4735
|
+
inset 0 1px 0 rgba(255, 255, 255, 0.12),
|
|
4736
|
+
inset 0 -1px 0 rgba(0, 0, 0, 0.4);
|
|
4905
4737
|
pointer-events: none;
|
|
4906
4738
|
}
|
|
4907
4739
|
|
|
@@ -4936,7 +4768,9 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
4936
4768
|
align-items: center;
|
|
4937
4769
|
justify-content: center;
|
|
4938
4770
|
cursor: pointer;
|
|
4939
|
-
transition:
|
|
4771
|
+
transition:
|
|
4772
|
+
background 0.15s ease,
|
|
4773
|
+
color 0.15s ease;
|
|
4940
4774
|
padding: 0;
|
|
4941
4775
|
}
|
|
4942
4776
|
|
|
@@ -4993,7 +4827,9 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
4993
4827
|
border-radius: 10px;
|
|
4994
4828
|
cursor: pointer;
|
|
4995
4829
|
font-size: 13px;
|
|
4996
|
-
transition:
|
|
4830
|
+
transition:
|
|
4831
|
+
background 0.15s ease,
|
|
4832
|
+
color 0.15s ease;
|
|
4997
4833
|
}
|
|
4998
4834
|
|
|
4999
4835
|
.solid-studio-island-dropdown-item svg {
|
|
@@ -5176,7 +5012,10 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
5176
5012
|
background: transparent;
|
|
5177
5013
|
color: var(--muted-foreground);
|
|
5178
5014
|
cursor: pointer;
|
|
5179
|
-
transition:
|
|
5015
|
+
transition:
|
|
5016
|
+
background 0.15s,
|
|
5017
|
+
color 0.15s,
|
|
5018
|
+
border-color 0.15s;
|
|
5180
5019
|
font-family: inherit;
|
|
5181
5020
|
padding: 0;
|
|
5182
5021
|
}
|
|
@@ -5303,7 +5142,10 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
5303
5142
|
cursor: pointer;
|
|
5304
5143
|
text-align: left;
|
|
5305
5144
|
overflow: hidden;
|
|
5306
|
-
transition:
|
|
5145
|
+
transition:
|
|
5146
|
+
border-color 0.18s,
|
|
5147
|
+
box-shadow 0.18s,
|
|
5148
|
+
transform 0.18s;
|
|
5307
5149
|
font-family: inherit;
|
|
5308
5150
|
}
|
|
5309
5151
|
|
|
@@ -5374,7 +5216,9 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
5374
5216
|
font-weight: 600;
|
|
5375
5217
|
color: var(--primary);
|
|
5376
5218
|
opacity: 0.7;
|
|
5377
|
-
transition:
|
|
5219
|
+
transition:
|
|
5220
|
+
opacity 0.15s,
|
|
5221
|
+
gap 0.15s;
|
|
5378
5222
|
}
|
|
5379
5223
|
|
|
5380
5224
|
.solid-studio-home-card:hover .solid-studio-home-card-cta {
|
|
@@ -5536,7 +5380,9 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
5536
5380
|
border-radius: 12px;
|
|
5537
5381
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
|
|
5538
5382
|
overflow: hidden;
|
|
5539
|
-
transition:
|
|
5383
|
+
transition:
|
|
5384
|
+
transform 0.2s ease,
|
|
5385
|
+
box-shadow 0.2s ease;
|
|
5540
5386
|
}
|
|
5541
5387
|
|
|
5542
5388
|
.solid-studio-card-header {
|
|
@@ -5636,7 +5482,9 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
5636
5482
|
align-items: center;
|
|
5637
5483
|
gap: 0.55rem;
|
|
5638
5484
|
cursor: pointer;
|
|
5639
|
-
transition:
|
|
5485
|
+
transition:
|
|
5486
|
+
transform 0.15s ease,
|
|
5487
|
+
box-shadow 0.15s ease;
|
|
5640
5488
|
box-shadow: 0 8px 15px rgba(17, 24, 39, 0.2);
|
|
5641
5489
|
}
|
|
5642
5490
|
|
|
@@ -5671,7 +5519,7 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
5671
5519
|
border-radius: 8px;
|
|
5672
5520
|
padding: 16px;
|
|
5673
5521
|
margin: 12px 0;
|
|
5674
|
-
font-family:
|
|
5522
|
+
font-family: "JetBrains Mono", "Fira Code", monospace;
|
|
5675
5523
|
font-size: 12px;
|
|
5676
5524
|
line-height: 1.6;
|
|
5677
5525
|
color: #e2e8f0 !important;
|
|
@@ -5724,7 +5572,11 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
5724
5572
|
overflow: auto;
|
|
5725
5573
|
border-radius: 18px;
|
|
5726
5574
|
border: 1px solid color-mix(in srgb, var(--border) 88%, transparent);
|
|
5727
|
-
background: linear-gradient(
|
|
5575
|
+
background: linear-gradient(
|
|
5576
|
+
180deg,
|
|
5577
|
+
color-mix(in srgb, var(--card) 96%, white 4%),
|
|
5578
|
+
var(--card)
|
|
5579
|
+
);
|
|
5728
5580
|
color: var(--foreground);
|
|
5729
5581
|
box-shadow: 0 28px 60px rgba(15, 23, 42, 0.24);
|
|
5730
5582
|
}
|
|
@@ -5817,7 +5669,10 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
5817
5669
|
align-items: center;
|
|
5818
5670
|
justify-content: center;
|
|
5819
5671
|
cursor: pointer;
|
|
5820
|
-
transition:
|
|
5672
|
+
transition:
|
|
5673
|
+
background 120ms ease,
|
|
5674
|
+
color 120ms ease,
|
|
5675
|
+
box-shadow 120ms ease;
|
|
5821
5676
|
}
|
|
5822
5677
|
|
|
5823
5678
|
.solid-radix-dialog-close:hover {
|
|
@@ -5844,12 +5699,22 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
5844
5699
|
padding: 6px 10px;
|
|
5845
5700
|
border-radius: 8px;
|
|
5846
5701
|
font-size: 13px;
|
|
5847
|
-
transition:
|
|
5702
|
+
transition:
|
|
5703
|
+
background-color 0.15s ease,
|
|
5704
|
+
border-color 0.15s ease;
|
|
5848
5705
|
}
|
|
5849
5706
|
|
|
5850
5707
|
.solid-select-button-item.is-active {
|
|
5851
|
-
border-color: color-mix(
|
|
5852
|
-
|
|
5708
|
+
border-color: color-mix(
|
|
5709
|
+
in srgb,
|
|
5710
|
+
var(--primary-color, var(--primary)) 70%,
|
|
5711
|
+
var(--border)
|
|
5712
|
+
);
|
|
5713
|
+
background: color-mix(
|
|
5714
|
+
in srgb,
|
|
5715
|
+
var(--primary-color, var(--primary)) 12%,
|
|
5716
|
+
var(--background)
|
|
5717
|
+
);
|
|
5853
5718
|
color: var(--foreground);
|
|
5854
5719
|
}
|
|
5855
5720
|
|
|
@@ -5895,19 +5760,22 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
5895
5760
|
align-items: center;
|
|
5896
5761
|
justify-content: center;
|
|
5897
5762
|
position: relative;
|
|
5898
|
-
transition:
|
|
5763
|
+
transition:
|
|
5764
|
+
border-color 0.15s ease,
|
|
5765
|
+
background-color 0.15s ease,
|
|
5766
|
+
box-shadow 0.15s ease;
|
|
5899
5767
|
}
|
|
5900
5768
|
|
|
5901
|
-
.solid-checkbox-input:focus-visible
|
|
5769
|
+
.solid-checkbox-input:focus-visible + .solid-checkbox-box {
|
|
5902
5770
|
box-shadow: 0 0 0 3px var(--ring);
|
|
5903
5771
|
}
|
|
5904
5772
|
|
|
5905
|
-
.solid-checkbox-input:checked
|
|
5773
|
+
.solid-checkbox-input:checked + .solid-checkbox-box {
|
|
5906
5774
|
background: var(--primary-color, var(--primary));
|
|
5907
5775
|
border-color: var(--primary-color, var(--primary));
|
|
5908
5776
|
}
|
|
5909
5777
|
|
|
5910
|
-
.solid-checkbox-input:checked
|
|
5778
|
+
.solid-checkbox-input:checked + .solid-checkbox-box::after {
|
|
5911
5779
|
content: "";
|
|
5912
5780
|
width: 8px;
|
|
5913
5781
|
height: 4px;
|
|
@@ -5930,12 +5798,22 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
5930
5798
|
padding: 2px;
|
|
5931
5799
|
display: inline-flex;
|
|
5932
5800
|
align-items: center;
|
|
5933
|
-
transition:
|
|
5801
|
+
transition:
|
|
5802
|
+
background-color 0.15s ease,
|
|
5803
|
+
border-color 0.15s ease;
|
|
5934
5804
|
}
|
|
5935
5805
|
|
|
5936
5806
|
.solid-switch.is-on {
|
|
5937
|
-
background: color-mix(
|
|
5938
|
-
|
|
5807
|
+
background: color-mix(
|
|
5808
|
+
in srgb,
|
|
5809
|
+
var(--primary-color, var(--primary)) 50%,
|
|
5810
|
+
var(--muted)
|
|
5811
|
+
);
|
|
5812
|
+
border-color: color-mix(
|
|
5813
|
+
in srgb,
|
|
5814
|
+
var(--primary-color, var(--primary)) 70%,
|
|
5815
|
+
var(--border)
|
|
5816
|
+
);
|
|
5939
5817
|
}
|
|
5940
5818
|
|
|
5941
5819
|
.solid-switch-thumb {
|
|
@@ -6032,7 +5910,10 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
6032
5910
|
font-size: 14px;
|
|
6033
5911
|
line-height: 1.3;
|
|
6034
5912
|
font-weight: 650;
|
|
6035
|
-
color: var(
|
|
5913
|
+
color: var(
|
|
5914
|
+
--solid-form-title,
|
|
5915
|
+
color-mix(in srgb, var(--foreground) 88%, var(--muted-foreground) 12%)
|
|
5916
|
+
);
|
|
6036
5917
|
letter-spacing: -0.015em;
|
|
6037
5918
|
}
|
|
6038
5919
|
|
|
@@ -6080,7 +5961,11 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
6080
5961
|
width: 40px;
|
|
6081
5962
|
height: 40px;
|
|
6082
5963
|
border-radius: 10px;
|
|
6083
|
-
background: color-mix(
|
|
5964
|
+
background: color-mix(
|
|
5965
|
+
in srgb,
|
|
5966
|
+
var(--primary-color, var(--primary)) 16%,
|
|
5967
|
+
transparent
|
|
5968
|
+
);
|
|
6084
5969
|
color: var(--primary-color, var(--primary));
|
|
6085
5970
|
display: inline-flex;
|
|
6086
5971
|
align-items: center;
|
|
@@ -6145,7 +6030,10 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
6145
6030
|
background: var(--card);
|
|
6146
6031
|
color: inherit;
|
|
6147
6032
|
text-align: left;
|
|
6148
|
-
transition:
|
|
6033
|
+
transition:
|
|
6034
|
+
border-color 0.15s ease,
|
|
6035
|
+
box-shadow 0.15s ease,
|
|
6036
|
+
transform 0.15s ease;
|
|
6149
6037
|
}
|
|
6150
6038
|
|
|
6151
6039
|
.solid-field-selector-card:hover {
|
|
@@ -6154,8 +6042,13 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
6154
6042
|
}
|
|
6155
6043
|
|
|
6156
6044
|
.solid-field-selector-card.is-active {
|
|
6157
|
-
border-color: color-mix(
|
|
6158
|
-
|
|
6045
|
+
border-color: color-mix(
|
|
6046
|
+
in srgb,
|
|
6047
|
+
var(--primary-color, var(--primary)) 45%,
|
|
6048
|
+
var(--border)
|
|
6049
|
+
);
|
|
6050
|
+
box-shadow: 0 0 0 2px
|
|
6051
|
+
color-mix(in srgb, var(--primary-color, var(--primary)) 22%, transparent);
|
|
6159
6052
|
}
|
|
6160
6053
|
|
|
6161
6054
|
.solid-field-selector-card-inner {
|
|
@@ -6175,7 +6068,11 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
6175
6068
|
}
|
|
6176
6069
|
|
|
6177
6070
|
.solid-field-selector-icon-blue {
|
|
6178
|
-
background: color-mix(
|
|
6071
|
+
background: color-mix(
|
|
6072
|
+
in srgb,
|
|
6073
|
+
var(--primary-color, var(--primary)) 16%,
|
|
6074
|
+
transparent
|
|
6075
|
+
);
|
|
6179
6076
|
color: color-mix(in srgb, var(--primary-color, var(--primary)) 68%, #0f172a);
|
|
6180
6077
|
}
|
|
6181
6078
|
|
|
@@ -6254,8 +6151,16 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
6254
6151
|
}
|
|
6255
6152
|
|
|
6256
6153
|
.solid-tag-info {
|
|
6257
|
-
background: color-mix(
|
|
6258
|
-
|
|
6154
|
+
background: color-mix(
|
|
6155
|
+
in srgb,
|
|
6156
|
+
var(--primary-color, var(--primary)) 12%,
|
|
6157
|
+
transparent
|
|
6158
|
+
);
|
|
6159
|
+
border-color: color-mix(
|
|
6160
|
+
in srgb,
|
|
6161
|
+
var(--primary-color, var(--primary)) 36%,
|
|
6162
|
+
var(--border)
|
|
6163
|
+
);
|
|
6259
6164
|
}
|
|
6260
6165
|
|
|
6261
6166
|
.solid-tag-warn {
|
|
@@ -6322,7 +6227,11 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
6322
6227
|
font-size: var(--solid-segmented-item-font-size, 0.85rem);
|
|
6323
6228
|
font-weight: 600;
|
|
6324
6229
|
color: color-mix(in srgb, var(--card-foreground) 88%, #64748b);
|
|
6325
|
-
transition:
|
|
6230
|
+
transition:
|
|
6231
|
+
background 0.18s ease,
|
|
6232
|
+
color 0.18s ease,
|
|
6233
|
+
box-shadow 0.18s ease,
|
|
6234
|
+
border-color 0.18s ease;
|
|
6326
6235
|
}
|
|
6327
6236
|
|
|
6328
6237
|
.solid-segmented-item.is-active {
|
|
@@ -6333,9 +6242,17 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
6333
6242
|
}
|
|
6334
6243
|
|
|
6335
6244
|
.solid-segmented-item:not(.is-active):hover {
|
|
6336
|
-
background: color-mix(
|
|
6245
|
+
background: color-mix(
|
|
6246
|
+
in srgb,
|
|
6247
|
+
var(--primary-color, #4f46e5) 12%,
|
|
6248
|
+
transparent
|
|
6249
|
+
);
|
|
6337
6250
|
color: var(--primary-color, #4f46e5);
|
|
6338
|
-
border-color: color-mix(
|
|
6251
|
+
border-color: color-mix(
|
|
6252
|
+
in srgb,
|
|
6253
|
+
var(--primary-color, #4f46e5) 35%,
|
|
6254
|
+
transparent
|
|
6255
|
+
);
|
|
6339
6256
|
}
|
|
6340
6257
|
|
|
6341
6258
|
.solid-segmented-item:focus-visible {
|
|
@@ -6351,4 +6268,6 @@ html.dark .solid-paginator-btn:hover:not(:disabled),
|
|
|
6351
6268
|
|
|
6352
6269
|
.solid-list-toolbar-row{
|
|
6353
6270
|
padding: 5px 15px 0 10px;
|
|
6354
|
-
|
|
6271
|
+
padding-left: 2.4rem;
|
|
6272
|
+
|
|
6273
|
+
}
|