@flux-ui/components 3.0.0-next.22 → 3.0.0-next.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/component/FluxAction.vue.d.ts +4 -5
- package/dist/component/FluxActionBar.vue.d.ts +2 -3
- package/dist/component/FluxActionPane.vue.d.ts +1 -2
- package/dist/component/FluxActions.vue.d.ts +24 -25
- package/dist/component/FluxAlert.vue.d.ts +0 -1
- package/dist/component/FluxAnimatedColors.vue.d.ts +1 -2
- package/dist/component/FluxAspectRatio.vue.d.ts +0 -1
- package/dist/component/FluxAutoGrid.vue.d.ts +0 -1
- package/dist/component/FluxAvatar.vue.d.ts +4 -5
- package/dist/component/FluxBadge.vue.d.ts +4 -5
- package/dist/component/FluxBadgeStack.vue.d.ts +0 -1
- package/dist/component/FluxBorderShine.vue.d.ts +2 -3
- package/dist/component/FluxBoxedIcon.vue.d.ts +1 -2
- package/dist/component/FluxButton.vue.d.ts +3 -4
- package/dist/component/FluxButtonGroup.vue.d.ts +0 -1
- package/dist/component/FluxButtonStack.vue.d.ts +1 -2
- package/dist/component/FluxCalendar.vue.d.ts +2 -3
- package/dist/component/FluxCalendarEvent.vue.d.ts +1 -2
- package/dist/component/FluxCheckbox.vue.d.ts +3 -4
- package/dist/component/FluxChip.vue.d.ts +1 -2
- package/dist/component/FluxClickablePane.vue.d.ts +1 -2
- package/dist/component/FluxColorPicker.vue.d.ts +2 -3
- package/dist/component/FluxColorSelect.vue.d.ts +2 -3
- package/dist/component/FluxComment.vue.d.ts +1 -2
- package/dist/component/FluxConfirm.vue.d.ts +0 -1
- package/dist/component/FluxContainer.vue.d.ts +1 -2
- package/dist/component/FluxDataTable.vue.d.ts +2 -3
- package/dist/component/FluxDatePicker.vue.d.ts +2 -3
- package/dist/component/FluxDestructiveButton.vue.d.ts +4 -5
- package/dist/component/FluxDisabled.vue.d.ts +1 -2
- package/dist/component/FluxDivider.vue.d.ts +1 -2
- package/dist/component/FluxDotPattern.vue.d.ts +1 -2
- package/dist/component/FluxDropZone.vue.d.ts +3 -4
- package/dist/component/FluxDynamicView.vue.d.ts +1 -2
- package/dist/component/FluxExpandable.vue.d.ts +5 -6
- package/dist/component/FluxExpandableGroup.vue.d.ts +1 -2
- package/dist/component/FluxFader.vue.d.ts +2 -3
- package/dist/component/FluxFaderItem.vue.d.ts +0 -1
- package/dist/component/FluxFilter.vue.d.ts +5 -138
- package/dist/component/FluxFilterBar.vue.d.ts +37 -0
- package/dist/component/FluxFilterBase.vue.d.ts +45 -0
- package/dist/component/FluxFilterDate.vue.d.ts +0 -1
- package/dist/component/FluxFilterDateRange.vue.d.ts +0 -1
- package/dist/component/FluxFilterOption.vue.d.ts +1 -2
- package/dist/component/FluxFilterOptionAsync.vue.d.ts +1 -2
- package/dist/component/FluxFilterOptions.vue.d.ts +1 -2
- package/dist/component/FluxFilterOptionsAsync.vue.d.ts +1 -2
- package/dist/component/FluxFilterRange.vue.d.ts +0 -1
- package/dist/component/FluxFilterWindow.vue.d.ts +162 -0
- package/dist/component/FluxFlickeringGrid.vue.d.ts +1 -2
- package/dist/component/FluxFlyout.vue.d.ts +19 -20
- package/dist/component/FluxFocalPointEditor.vue.d.ts +1 -2
- package/dist/component/FluxFocalPointImage.vue.d.ts +0 -1
- package/dist/component/FluxForm.vue.d.ts +3 -4
- package/dist/component/FluxFormColumn.vue.d.ts +0 -1
- package/dist/component/FluxFormDateInput.vue.d.ts +24 -25
- package/dist/component/FluxFormDateRangeInput.vue.d.ts +21 -22
- package/dist/component/FluxFormDateTimeInput.vue.d.ts +21 -22
- package/dist/component/FluxFormField.vue.d.ts +0 -1
- package/dist/component/FluxFormFieldAddition.vue.d.ts +1 -2
- package/dist/component/FluxFormGrid.vue.d.ts +22 -0
- package/dist/component/FluxFormInput.vue.d.ts +6 -7
- package/dist/component/FluxFormInputAddition.vue.d.ts +1 -2
- package/dist/component/FluxFormInputGroup.vue.d.ts +1 -2
- package/dist/component/FluxFormPinInput.vue.d.ts +2 -3
- package/dist/component/FluxFormRangeSlider.vue.d.ts +15 -16
- package/dist/component/FluxFormRow.vue.d.ts +0 -1
- package/dist/component/FluxFormSection.vue.d.ts +0 -1
- package/dist/component/FluxFormSelect.vue.d.ts +2 -3
- package/dist/component/FluxFormSelectAsync.vue.d.ts +2 -3
- package/dist/component/FluxFormSlider.vue.d.ts +8 -9
- package/dist/component/FluxFormTextArea.vue.d.ts +4 -5
- package/dist/component/FluxFormTimeZonePicker.vue.d.ts +3 -4
- package/dist/component/FluxGallery.vue.d.ts +4 -5
- package/dist/component/FluxGalleryItem.vue.d.ts +1 -2
- package/dist/component/FluxGrid.vue.d.ts +1 -2
- package/dist/component/FluxGridColumn.vue.d.ts +1 -2
- package/dist/component/FluxGridPattern.vue.d.ts +1 -2
- package/dist/component/FluxIcon.vue.d.ts +2 -3
- package/dist/component/FluxInfo.vue.d.ts +1 -2
- package/dist/component/FluxInfoStack.vue.d.ts +0 -1
- package/dist/component/FluxItem.vue.d.ts +17 -0
- package/dist/component/FluxItemActions.vue.d.ts +17 -0
- package/dist/component/FluxItemContent.vue.d.ts +17 -0
- package/dist/component/FluxItemMedia.vue.d.ts +17 -0
- package/dist/component/FluxItemStack.vue.d.ts +17 -0
- package/dist/component/FluxLegend.vue.d.ts +0 -1
- package/dist/component/FluxLink.vue.d.ts +4 -5
- package/dist/component/FluxMenu.vue.d.ts +1 -2
- package/dist/component/FluxMenuGroup.vue.d.ts +1 -2
- package/dist/component/FluxMenuItem.vue.d.ts +22 -6
- package/dist/component/FluxMenuOptions.vue.d.ts +1 -2
- package/dist/component/FluxMenuSubHeader.vue.d.ts +0 -1
- package/dist/component/FluxMenuTitle.vue.d.ts +0 -1
- package/dist/component/FluxNotice.vue.d.ts +2 -3
- package/dist/component/FluxNoticeStack.vue.d.ts +0 -1
- package/dist/component/FluxOverflowBar.vue.d.ts +40 -0
- package/dist/component/FluxOverlay.vue.d.ts +1 -2
- package/dist/component/FluxOverlayProvider.vue.d.ts +0 -1
- package/dist/component/FluxPagination.vue.d.ts +1 -2
- package/dist/component/FluxPaginationBar.vue.d.ts +2 -3
- package/dist/component/FluxPaginationButton.vue.d.ts +4 -5
- package/dist/component/FluxPane.vue.d.ts +1 -2
- package/dist/component/FluxPaneBody.vue.d.ts +0 -1
- package/dist/component/FluxPaneDeck.vue.d.ts +0 -1
- package/dist/component/FluxPaneFooter.vue.d.ts +0 -1
- package/dist/component/FluxPaneGroup.vue.d.ts +0 -1
- package/dist/component/FluxPaneHeader.vue.d.ts +1 -2
- package/dist/component/FluxPaneIllustration.vue.d.ts +0 -1
- package/dist/component/FluxPaneMedia.vue.d.ts +2 -2
- package/dist/component/FluxPercentageBar.vue.d.ts +0 -1
- package/dist/component/FluxPersona.vue.d.ts +1 -2
- package/dist/component/FluxPlaceholder.vue.d.ts +2 -3
- package/dist/component/FluxPressable.vue.d.ts +4 -5
- package/dist/component/FluxPrimaryButton.vue.d.ts +4 -5
- package/dist/component/FluxPrimaryLinkButton.vue.d.ts +24 -0
- package/dist/component/FluxProgressBar.vue.d.ts +1 -2
- package/dist/component/FluxPrompt.vue.d.ts +11 -12
- package/dist/component/FluxPublishButton.vue.d.ts +4 -5
- package/dist/component/FluxQuantitySelector.vue.d.ts +2 -3
- package/dist/component/FluxRemove.vue.d.ts +2 -3
- package/dist/component/FluxRoot.vue.d.ts +0 -1
- package/dist/component/FluxSecondaryButton.vue.d.ts +4 -5
- package/dist/component/FluxSecondaryLinkButton.vue.d.ts +24 -0
- package/dist/component/FluxSegmentedControl.vue.d.ts +1 -2
- package/dist/component/FluxSegmentedView.vue.d.ts +0 -1
- package/dist/component/FluxSeparator.vue.d.ts +1 -2
- package/dist/component/FluxSlideOver.vue.d.ts +3 -4
- package/dist/component/FluxSnackbar.vue.d.ts +3 -4
- package/dist/component/FluxSnackbarProvider.vue.d.ts +0 -1
- package/dist/component/FluxSpacer.vue.d.ts +0 -1
- package/dist/component/FluxSpacing.vue.d.ts +0 -1
- package/dist/component/FluxSpinner.vue.d.ts +1 -2
- package/dist/component/FluxSplitButton.vue.d.ts +1 -2
- package/dist/component/FluxStack.vue.d.ts +1 -2
- package/dist/component/FluxStatistic.vue.d.ts +3 -3
- package/dist/component/FluxStepper.vue.d.ts +2 -3
- package/dist/component/FluxStepperStep.vue.d.ts +0 -1
- package/dist/component/FluxStepperSteps.vue.d.ts +1 -2
- package/dist/component/FluxTab.vue.d.ts +1 -2
- package/dist/component/FluxTabBar.vue.d.ts +0 -1
- package/dist/component/FluxTabBarItem.vue.d.ts +24 -25
- package/dist/component/FluxTable.vue.d.ts +1 -2
- package/dist/component/FluxTableActions.vue.d.ts +0 -1
- package/dist/component/FluxTableBar.vue.d.ts +19 -0
- package/dist/component/FluxTableCell.vue.d.ts +1 -2
- package/dist/component/FluxTableHeader.vue.d.ts +3 -4
- package/dist/component/FluxTableRow.vue.d.ts +0 -1
- package/dist/component/FluxTabs.vue.d.ts +2 -3
- package/dist/component/FluxTag.vue.d.ts +4 -5
- package/dist/component/FluxTagStack.vue.d.ts +0 -1
- package/dist/component/FluxTicks.vue.d.ts +0 -1
- package/dist/component/FluxTimeline.vue.d.ts +0 -1
- package/dist/component/FluxTimelineItem.vue.d.ts +1 -2
- package/dist/component/FluxToggle.vue.d.ts +2 -3
- package/dist/component/FluxToolbar.vue.d.ts +1 -2
- package/dist/component/FluxToolbarGroup.vue.d.ts +0 -1
- package/dist/component/FluxTooltip.vue.d.ts +0 -1
- package/dist/component/FluxTooltipProvider.vue.d.ts +0 -1
- package/dist/component/FluxWindow.vue.d.ts +0 -1
- package/dist/component/index.d.ts +11 -1
- package/dist/component/primitive/Anchor.vue.d.ts +0 -1
- package/dist/component/primitive/AnchorPopup.vue.d.ts +1 -2
- package/dist/component/primitive/CoordinatePicker.vue.d.ts +3 -4
- package/dist/component/primitive/CoordinatePickerThumb.vue.d.ts +3 -4
- package/dist/component/primitive/FilterItem.vue.d.ts +1 -2
- package/dist/component/primitive/FilterMenuRenderer.d.ts +17 -6
- package/dist/component/primitive/FilterOptionBase.vue.d.ts +2 -3
- package/dist/component/primitive/SelectBase.vue.d.ts +130 -68
- package/dist/component/primitive/SliderBase.vue.d.ts +2 -3
- package/dist/component/primitive/SliderThumb.vue.d.ts +3 -4
- package/dist/component/primitive/SliderTrack.vue.d.ts +0 -1
- package/dist/component/primitive/VNodeRenderer.d.ts +1 -2
- package/dist/component/primitive/index.d.ts +0 -1
- package/dist/composable/index.d.ts +0 -1
- package/dist/composable/private/index.d.ts +0 -1
- package/dist/composable/private/useFormSelect.d.ts +0 -1
- package/dist/composable/private/useLoaded.d.ts +0 -1
- package/dist/composable/private/useTranslate.d.ts +0 -1
- package/dist/composable/useBreakpoints.d.ts +1 -2
- package/dist/composable/useDisabled.d.ts +0 -1
- package/dist/composable/useDisabledInjection.d.ts +0 -1
- package/dist/composable/useExpandableGroupInjection.d.ts +0 -1
- package/dist/composable/useFilterInjection.d.ts +0 -1
- package/dist/composable/useFlyoutInjection.d.ts +0 -1
- package/dist/composable/useFormFieldInjection.d.ts +0 -1
- package/dist/composable/useTableInjection.d.ts +0 -1
- package/dist/composable/useTooltipInjection.d.ts +3 -2
- package/dist/data/di.d.ts +0 -1
- package/dist/data/filter.d.ts +18 -2
- package/dist/data/helper.d.ts +0 -1
- package/dist/data/i18n.d.ts +0 -1
- package/dist/data/iconRegistry.d.ts +0 -1
- package/dist/data/index.d.ts +0 -1
- package/dist/data/inputMask.d.ts +0 -1
- package/dist/data/store.d.ts +0 -1
- package/dist/index.css +1040 -854
- package/dist/index.d.ts +0 -1
- package/dist/index.js +14308 -14568
- package/dist/index.js.map +1 -1
- package/dist/transition/FluxAutoHeightTransition.vue.d.ts +0 -1
- package/dist/transition/FluxAutoWidthTransition.vue.d.ts +0 -1
- package/dist/transition/FluxBreakthroughTransition.vue.d.ts +1 -2
- package/dist/transition/FluxFadeTransition.vue.d.ts +1 -2
- package/dist/transition/FluxOverlayTransition.vue.d.ts +1 -2
- package/dist/transition/FluxRouteTransition.vue.d.ts +1 -2
- package/dist/transition/FluxSlideOverTransition.vue.d.ts +1 -2
- package/dist/transition/FluxTooltipTransition.vue.d.ts +1 -2
- package/dist/transition/FluxVerticalWindowTransition.vue.d.ts +1 -2
- package/dist/transition/FluxWindowTransition.vue.d.ts +1 -2
- package/dist/transition/index.d.ts +0 -1
- package/dist/util/createDialogRenderer.d.ts +0 -1
- package/dist/util/createLabelForDateRange.d.ts +0 -1
- package/dist/util/index.d.ts +0 -1
- package/package.json +14 -13
- package/src/component/FluxActionBar.vue +1 -1
- package/src/component/FluxBorderShine.vue +1 -1
- package/src/component/FluxCalendar.vue +3 -3
- package/src/component/FluxColorPicker.vue +1 -1
- package/src/component/FluxDatePicker.vue +2 -4
- package/src/component/FluxDynamicView.vue +1 -1
- package/src/component/FluxExpandableGroup.vue +1 -1
- package/src/component/FluxFilter.vue +20 -107
- package/src/component/FluxFilterBar.vue +93 -0
- package/src/component/FluxFilterBase.vue +141 -0
- package/src/component/FluxFilterWindow.vue +82 -0
- package/src/component/FluxFlyout.vue +2 -2
- package/src/component/FluxForm.vue +7 -7
- package/src/component/FluxFormGrid.vue +23 -0
- package/src/component/FluxItem.vue +11 -0
- package/src/component/FluxItemActions.vue +14 -0
- package/src/component/FluxItemContent.vue +11 -0
- package/src/component/FluxItemMedia.vue +11 -0
- package/src/component/FluxItemStack.vue +14 -0
- package/src/component/FluxMenuItem.vue +7 -1
- package/src/component/FluxMenuOptions.vue +1 -1
- package/src/component/FluxOverflowBar.vue +123 -0
- package/src/component/FluxOverlay.vue +1 -1
- package/src/component/FluxPaneMedia.vue +2 -0
- package/src/component/FluxPrimaryLinkButton.vue +28 -0
- package/src/component/FluxSecondaryLinkButton.vue +28 -0
- package/src/component/FluxStatistic.vue +13 -10
- package/src/component/FluxStepper.vue +1 -1
- package/src/component/FluxTabBarItem.vue +1 -1
- package/src/component/FluxTableBar.vue +37 -0
- package/src/component/FluxTabs.vue +1 -1
- package/src/component/FluxTooltip.vue +1 -1
- package/src/component/index.ts +11 -0
- package/src/component/primitive/AnchorPopup.vue +5 -1
- package/src/component/primitive/FilterMenuRenderer.ts +10 -198
- package/src/component/primitive/SelectBase.vue +1 -1
- package/src/composable/useFilterInjection.ts +1 -8
- package/src/css/component/Action.module.scss +6 -6
- package/src/css/component/Avatar.module.scss +14 -14
- package/src/css/component/Badge.module.scss +16 -16
- package/src/css/component/Button.module.scss +75 -28
- package/src/css/component/Calendar.module.scss +12 -12
- package/src/css/component/Chip.module.scss +7 -9
- package/src/css/component/Color.module.scss +4 -4
- package/src/css/component/Comment.module.scss +14 -14
- package/src/css/component/DatePicker.module.scss +12 -12
- package/src/css/component/Divider.module.scss +2 -2
- package/src/css/component/DropZone.module.scss +5 -5
- package/src/css/component/Expandable.module.scss +4 -4
- package/src/css/component/Filter.module.scss +15 -4
- package/src/css/component/Flyout.module.scss +1 -1
- package/src/css/component/Form.module.scss +81 -45
- package/src/css/component/Gallery.module.scss +4 -4
- package/src/css/component/Icon.module.scss +12 -12
- package/src/css/component/Info.module.scss +2 -3
- package/src/css/component/Item.module.scss +59 -0
- package/src/css/component/Layout.module.scss +3 -0
- package/src/css/component/Menu.module.scss +28 -20
- package/src/css/component/Notice.module.scss +43 -43
- package/src/css/component/OverflowBar.module.scss +41 -0
- package/src/css/component/Overlay.module.scss +2 -2
- package/src/css/component/Pagination.module.scss +3 -3
- package/src/css/component/Pane.module.scss +43 -9
- package/src/css/component/PercentageBar.module.scss +1 -1
- package/src/css/component/Placeholder.module.scss +4 -4
- package/src/css/component/Progress.module.scss +6 -6
- package/src/css/component/Remove.module.scss +4 -4
- package/src/css/component/SegmentedControl.module.scss +8 -8
- package/src/css/component/Snackbar.module.scss +14 -18
- package/src/css/component/Spinner.module.scss +2 -2
- package/src/css/component/Statistic.module.scss +7 -42
- package/src/css/component/Stepper.module.scss +9 -9
- package/src/css/component/Tab.module.scss +12 -8
- package/src/css/component/Table.module.scss +18 -23
- package/src/css/component/Timeline.module.scss +14 -14
- package/src/css/component/Toolbar.module.scss +4 -3
- package/src/css/component/Tooltip.module.scss +3 -2
- package/src/css/component/Transition.module.scss +4 -4
- package/src/css/component/Visual.module.scss +3 -3
- package/src/css/component/base/Pane.module.scss +4 -4
- package/src/css/component/primitive/CoordinatePicker.module.scss +3 -3
- package/src/css/component/primitive/Slider.module.scss +10 -10
- package/src/css/mixin/breakpoints.scss +15 -3
- package/src/css/mixin/focus-ring.scss +2 -2
- package/src/css/typography.scss +5 -5
- package/src/css/variables.scss +214 -177
- package/src/data/filter.ts +161 -1
- package/src/data/iconRegistry.ts +4 -0
- package/src/vite.d.ts +2 -8
- package/tsconfig.json +4 -42
- package/dist/component/FluxAction.vue.d.ts.map +0 -1
- package/dist/component/FluxActionBar.vue.d.ts.map +0 -1
- package/dist/component/FluxActionPane.vue.d.ts.map +0 -1
- package/dist/component/FluxActions.vue.d.ts.map +0 -1
- package/dist/component/FluxAlert.vue.d.ts.map +0 -1
- package/dist/component/FluxAnimatedColors.vue.d.ts.map +0 -1
- package/dist/component/FluxAspectRatio.vue.d.ts.map +0 -1
- package/dist/component/FluxAutoGrid.vue.d.ts.map +0 -1
- package/dist/component/FluxAvatar.vue.d.ts.map +0 -1
- package/dist/component/FluxBadge.vue.d.ts.map +0 -1
- package/dist/component/FluxBadgeStack.vue.d.ts.map +0 -1
- package/dist/component/FluxBorderShine.vue.d.ts.map +0 -1
- package/dist/component/FluxBoxedIcon.vue.d.ts.map +0 -1
- package/dist/component/FluxButton.vue.d.ts.map +0 -1
- package/dist/component/FluxButtonGroup.vue.d.ts.map +0 -1
- package/dist/component/FluxButtonStack.vue.d.ts.map +0 -1
- package/dist/component/FluxCalendar.vue.d.ts.map +0 -1
- package/dist/component/FluxCalendarEvent.vue.d.ts.map +0 -1
- package/dist/component/FluxCheckbox.vue.d.ts.map +0 -1
- package/dist/component/FluxChip.vue.d.ts.map +0 -1
- package/dist/component/FluxClickablePane.vue.d.ts.map +0 -1
- package/dist/component/FluxColorPicker.vue.d.ts.map +0 -1
- package/dist/component/FluxColorSelect.vue.d.ts.map +0 -1
- package/dist/component/FluxComment.vue.d.ts.map +0 -1
- package/dist/component/FluxConfirm.vue.d.ts.map +0 -1
- package/dist/component/FluxContainer.vue.d.ts.map +0 -1
- package/dist/component/FluxDataTable.vue.d.ts.map +0 -1
- package/dist/component/FluxDatePicker.vue.d.ts.map +0 -1
- package/dist/component/FluxDestructiveButton.vue.d.ts.map +0 -1
- package/dist/component/FluxDisabled.vue.d.ts.map +0 -1
- package/dist/component/FluxDivider.vue.d.ts.map +0 -1
- package/dist/component/FluxDotPattern.vue.d.ts.map +0 -1
- package/dist/component/FluxDropZone.vue.d.ts.map +0 -1
- package/dist/component/FluxDynamicView.vue.d.ts.map +0 -1
- package/dist/component/FluxExpandable.vue.d.ts.map +0 -1
- package/dist/component/FluxExpandableGroup.vue.d.ts.map +0 -1
- package/dist/component/FluxFader.vue.d.ts.map +0 -1
- package/dist/component/FluxFaderItem.vue.d.ts.map +0 -1
- package/dist/component/FluxFilter.vue.d.ts.map +0 -1
- package/dist/component/FluxFilterDate.vue.d.ts.map +0 -1
- package/dist/component/FluxFilterDateRange.vue.d.ts.map +0 -1
- package/dist/component/FluxFilterOption.vue.d.ts.map +0 -1
- package/dist/component/FluxFilterOptionAsync.vue.d.ts.map +0 -1
- package/dist/component/FluxFilterOptions.vue.d.ts.map +0 -1
- package/dist/component/FluxFilterOptionsAsync.vue.d.ts.map +0 -1
- package/dist/component/FluxFilterRange.vue.d.ts.map +0 -1
- package/dist/component/FluxFlickeringGrid.vue.d.ts.map +0 -1
- package/dist/component/FluxFlyout.vue.d.ts.map +0 -1
- package/dist/component/FluxFocalPointEditor.vue.d.ts.map +0 -1
- package/dist/component/FluxFocalPointImage.vue.d.ts.map +0 -1
- package/dist/component/FluxForm.vue.d.ts.map +0 -1
- package/dist/component/FluxFormColumn.vue.d.ts.map +0 -1
- package/dist/component/FluxFormDateInput.vue.d.ts.map +0 -1
- package/dist/component/FluxFormDateRangeInput.vue.d.ts.map +0 -1
- package/dist/component/FluxFormDateTimeInput.vue.d.ts.map +0 -1
- package/dist/component/FluxFormField.vue.d.ts.map +0 -1
- package/dist/component/FluxFormFieldAddition.vue.d.ts.map +0 -1
- package/dist/component/FluxFormInput.vue.d.ts.map +0 -1
- package/dist/component/FluxFormInputAddition.vue.d.ts.map +0 -1
- package/dist/component/FluxFormInputGroup.vue.d.ts.map +0 -1
- package/dist/component/FluxFormPinInput.vue.d.ts.map +0 -1
- package/dist/component/FluxFormRangeSlider.vue.d.ts.map +0 -1
- package/dist/component/FluxFormRow.vue.d.ts.map +0 -1
- package/dist/component/FluxFormSection.vue.d.ts.map +0 -1
- package/dist/component/FluxFormSelect.vue.d.ts.map +0 -1
- package/dist/component/FluxFormSelectAsync.vue.d.ts.map +0 -1
- package/dist/component/FluxFormSlider.vue.d.ts.map +0 -1
- package/dist/component/FluxFormTextArea.vue.d.ts.map +0 -1
- package/dist/component/FluxFormTimeZonePicker.vue.d.ts.map +0 -1
- package/dist/component/FluxGallery.vue.d.ts.map +0 -1
- package/dist/component/FluxGalleryItem.vue.d.ts.map +0 -1
- package/dist/component/FluxGrid.vue.d.ts.map +0 -1
- package/dist/component/FluxGridColumn.vue.d.ts.map +0 -1
- package/dist/component/FluxGridPattern.vue.d.ts.map +0 -1
- package/dist/component/FluxIcon.vue.d.ts.map +0 -1
- package/dist/component/FluxInfo.vue.d.ts.map +0 -1
- package/dist/component/FluxInfoStack.vue.d.ts.map +0 -1
- package/dist/component/FluxLegend.vue.d.ts.map +0 -1
- package/dist/component/FluxLink.vue.d.ts.map +0 -1
- package/dist/component/FluxMenu.vue.d.ts.map +0 -1
- package/dist/component/FluxMenuGroup.vue.d.ts.map +0 -1
- package/dist/component/FluxMenuItem.vue.d.ts.map +0 -1
- package/dist/component/FluxMenuOptions.vue.d.ts.map +0 -1
- package/dist/component/FluxMenuSubHeader.vue.d.ts.map +0 -1
- package/dist/component/FluxMenuTitle.vue.d.ts.map +0 -1
- package/dist/component/FluxNotice.vue.d.ts.map +0 -1
- package/dist/component/FluxNoticeStack.vue.d.ts.map +0 -1
- package/dist/component/FluxOverlay.vue.d.ts.map +0 -1
- package/dist/component/FluxOverlayProvider.vue.d.ts.map +0 -1
- package/dist/component/FluxPagination.vue.d.ts.map +0 -1
- package/dist/component/FluxPaginationBar.vue.d.ts.map +0 -1
- package/dist/component/FluxPaginationButton.vue.d.ts.map +0 -1
- package/dist/component/FluxPane.vue.d.ts.map +0 -1
- package/dist/component/FluxPaneBody.vue.d.ts.map +0 -1
- package/dist/component/FluxPaneDeck.vue.d.ts.map +0 -1
- package/dist/component/FluxPaneFooter.vue.d.ts.map +0 -1
- package/dist/component/FluxPaneGroup.vue.d.ts.map +0 -1
- package/dist/component/FluxPaneHeader.vue.d.ts.map +0 -1
- package/dist/component/FluxPaneIllustration.vue.d.ts.map +0 -1
- package/dist/component/FluxPaneMedia.vue.d.ts.map +0 -1
- package/dist/component/FluxPercentageBar.vue.d.ts.map +0 -1
- package/dist/component/FluxPersona.vue.d.ts.map +0 -1
- package/dist/component/FluxPlaceholder.vue.d.ts.map +0 -1
- package/dist/component/FluxPressable.vue.d.ts.map +0 -1
- package/dist/component/FluxPrimaryButton.vue.d.ts.map +0 -1
- package/dist/component/FluxProgressBar.vue.d.ts.map +0 -1
- package/dist/component/FluxPrompt.vue.d.ts.map +0 -1
- package/dist/component/FluxPublishButton.vue.d.ts.map +0 -1
- package/dist/component/FluxQuantitySelector.vue.d.ts.map +0 -1
- package/dist/component/FluxRemove.vue.d.ts.map +0 -1
- package/dist/component/FluxRoot.vue.d.ts.map +0 -1
- package/dist/component/FluxSecondaryButton.vue.d.ts.map +0 -1
- package/dist/component/FluxSegmentedControl.vue.d.ts.map +0 -1
- package/dist/component/FluxSegmentedView.vue.d.ts.map +0 -1
- package/dist/component/FluxSeparator.vue.d.ts.map +0 -1
- package/dist/component/FluxSlideOver.vue.d.ts.map +0 -1
- package/dist/component/FluxSnackbar.vue.d.ts.map +0 -1
- package/dist/component/FluxSnackbarProvider.vue.d.ts.map +0 -1
- package/dist/component/FluxSpacer.vue.d.ts.map +0 -1
- package/dist/component/FluxSpacing.vue.d.ts.map +0 -1
- package/dist/component/FluxSpinner.vue.d.ts.map +0 -1
- package/dist/component/FluxSplitButton.vue.d.ts.map +0 -1
- package/dist/component/FluxStack.vue.d.ts.map +0 -1
- package/dist/component/FluxStatistic.vue.d.ts.map +0 -1
- package/dist/component/FluxStepper.vue.d.ts.map +0 -1
- package/dist/component/FluxStepperStep.vue.d.ts.map +0 -1
- package/dist/component/FluxStepperSteps.vue.d.ts.map +0 -1
- package/dist/component/FluxTab.vue.d.ts.map +0 -1
- package/dist/component/FluxTabBar.vue.d.ts.map +0 -1
- package/dist/component/FluxTabBarItem.vue.d.ts.map +0 -1
- package/dist/component/FluxTable.vue.d.ts.map +0 -1
- package/dist/component/FluxTableActions.vue.d.ts.map +0 -1
- package/dist/component/FluxTableCell.vue.d.ts.map +0 -1
- package/dist/component/FluxTableHeader.vue.d.ts.map +0 -1
- package/dist/component/FluxTableRow.vue.d.ts.map +0 -1
- package/dist/component/FluxTabs.vue.d.ts.map +0 -1
- package/dist/component/FluxTag.vue.d.ts.map +0 -1
- package/dist/component/FluxTagStack.vue.d.ts.map +0 -1
- package/dist/component/FluxTicks.vue.d.ts.map +0 -1
- package/dist/component/FluxTimeline.vue.d.ts.map +0 -1
- package/dist/component/FluxTimelineItem.vue.d.ts.map +0 -1
- package/dist/component/FluxToggle.vue.d.ts.map +0 -1
- package/dist/component/FluxToolbar.vue.d.ts.map +0 -1
- package/dist/component/FluxToolbarGroup.vue.d.ts.map +0 -1
- package/dist/component/FluxTooltip.vue.d.ts.map +0 -1
- package/dist/component/FluxTooltipProvider.vue.d.ts.map +0 -1
- package/dist/component/FluxWindow.vue.d.ts.map +0 -1
- package/dist/component/index.d.ts.map +0 -1
- package/dist/component/primitive/Anchor.vue.d.ts.map +0 -1
- package/dist/component/primitive/AnchorPopup.vue.d.ts.map +0 -1
- package/dist/component/primitive/CoordinatePicker.vue.d.ts.map +0 -1
- package/dist/component/primitive/CoordinatePickerThumb.vue.d.ts.map +0 -1
- package/dist/component/primitive/FilterItem.vue.d.ts.map +0 -1
- package/dist/component/primitive/FilterMenuRenderer.d.ts.map +0 -1
- package/dist/component/primitive/FilterOptionBase.vue.d.ts.map +0 -1
- package/dist/component/primitive/SelectBase.vue.d.ts.map +0 -1
- package/dist/component/primitive/SliderBase.vue.d.ts.map +0 -1
- package/dist/component/primitive/SliderThumb.vue.d.ts.map +0 -1
- package/dist/component/primitive/SliderTrack.vue.d.ts.map +0 -1
- package/dist/component/primitive/VNodeRenderer.d.ts.map +0 -1
- package/dist/component/primitive/index.d.ts.map +0 -1
- package/dist/composable/index.d.ts.map +0 -1
- package/dist/composable/private/index.d.ts.map +0 -1
- package/dist/composable/private/useFormSelect.d.ts.map +0 -1
- package/dist/composable/private/useLoaded.d.ts.map +0 -1
- package/dist/composable/private/useTranslate.d.ts.map +0 -1
- package/dist/composable/useBreakpoints.d.ts.map +0 -1
- package/dist/composable/useDisabled.d.ts.map +0 -1
- package/dist/composable/useDisabledInjection.d.ts.map +0 -1
- package/dist/composable/useExpandableGroupInjection.d.ts.map +0 -1
- package/dist/composable/useFilterInjection.d.ts.map +0 -1
- package/dist/composable/useFlyoutInjection.d.ts.map +0 -1
- package/dist/composable/useFormFieldInjection.d.ts.map +0 -1
- package/dist/composable/useTableInjection.d.ts.map +0 -1
- package/dist/composable/useTooltipInjection.d.ts.map +0 -1
- package/dist/data/di.d.ts.map +0 -1
- package/dist/data/filter.d.ts.map +0 -1
- package/dist/data/helper.d.ts.map +0 -1
- package/dist/data/i18n.d.ts.map +0 -1
- package/dist/data/iconRegistry.d.ts.map +0 -1
- package/dist/data/index.d.ts.map +0 -1
- package/dist/data/inputMask.d.ts.map +0 -1
- package/dist/data/store.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/transition/FluxAutoHeightTransition.vue.d.ts.map +0 -1
- package/dist/transition/FluxAutoWidthTransition.vue.d.ts.map +0 -1
- package/dist/transition/FluxBreakthroughTransition.vue.d.ts.map +0 -1
- package/dist/transition/FluxFadeTransition.vue.d.ts.map +0 -1
- package/dist/transition/FluxOverlayTransition.vue.d.ts.map +0 -1
- package/dist/transition/FluxRouteTransition.vue.d.ts.map +0 -1
- package/dist/transition/FluxSlideOverTransition.vue.d.ts.map +0 -1
- package/dist/transition/FluxTooltipTransition.vue.d.ts.map +0 -1
- package/dist/transition/FluxVerticalWindowTransition.vue.d.ts.map +0 -1
- package/dist/transition/FluxWindowTransition.vue.d.ts.map +0 -1
- package/dist/transition/index.d.ts.map +0 -1
- package/dist/util/createDialogRenderer.d.ts.map +0 -1
- package/dist/util/createLabelForDateRange.d.ts.map +0 -1
- package/dist/util/index.d.ts.map +0 -1
package/dist/index.css
CHANGED
|
@@ -53,177 +53,188 @@
|
|
|
53
53
|
--font-sans: inter-variable, sans-serif;
|
|
54
54
|
--font-serif: serif;
|
|
55
55
|
--font-size: 15px;
|
|
56
|
-
--radius:
|
|
57
|
-
--
|
|
58
|
-
--
|
|
59
|
-
--
|
|
60
|
-
--foreground
|
|
61
|
-
--
|
|
62
|
-
--
|
|
56
|
+
--radius: 12px;
|
|
57
|
+
--radius-double: 24px;
|
|
58
|
+
--radius-half: 6px;
|
|
59
|
+
--background: var(--gray-50);
|
|
60
|
+
--foreground: var(--gray-700);
|
|
61
|
+
--foreground-prominent: var(--gray-900);
|
|
62
|
+
--foreground-secondary: var(--gray-400);
|
|
63
|
+
--surface: var(--gray-25);
|
|
64
|
+
--surface-loader: rgb(from var(--gray-25) r g b / .75);
|
|
65
|
+
--surface-stroke: var(--gray-200);
|
|
66
|
+
--surface-stroke-hover: var(--gray-300);
|
|
67
|
+
--surface-stroke-out: rgb(from var(--gray-900) r g b / .1);
|
|
68
|
+
--surface-stroke-out-hover: rgb(from var(--gray-950) r g b / .1);
|
|
69
|
+
--surface-hover: var(--gray-50);
|
|
70
|
+
--surface-active: var(--gray-100);
|
|
71
|
+
--surface-disabled: var(--gray-100);
|
|
72
|
+
--overlay: rgb(from var(--gray-950) r g b / .3);
|
|
73
|
+
--overlay-secondary: rgb(from var(--gray-950) r g b / .15);
|
|
63
74
|
}
|
|
64
75
|
:root, [light] {
|
|
65
|
-
--gray-
|
|
66
|
-
--gray-
|
|
67
|
-
--gray-
|
|
68
|
-
--gray-
|
|
69
|
-
--gray-
|
|
70
|
-
--gray-
|
|
71
|
-
--gray-
|
|
72
|
-
--gray-
|
|
73
|
-
--gray-
|
|
74
|
-
--gray-
|
|
75
|
-
--gray-
|
|
76
|
-
--gray-
|
|
77
|
-
--primary-
|
|
78
|
-
--primary-
|
|
79
|
-
--primary-
|
|
80
|
-
--primary-
|
|
81
|
-
--primary-
|
|
82
|
-
--primary-
|
|
83
|
-
--primary-
|
|
84
|
-
--primary-
|
|
85
|
-
--primary-
|
|
86
|
-
--primary-
|
|
87
|
-
--primary-
|
|
88
|
-
--primary-
|
|
89
|
-
--danger-
|
|
90
|
-
--danger-
|
|
91
|
-
--danger-
|
|
92
|
-
--danger-
|
|
93
|
-
--danger-
|
|
94
|
-
--danger-
|
|
95
|
-
--danger-
|
|
96
|
-
--danger-
|
|
97
|
-
--danger-
|
|
98
|
-
--danger-
|
|
99
|
-
--danger-
|
|
100
|
-
--danger-
|
|
101
|
-
--info-
|
|
102
|
-
--info-
|
|
103
|
-
--info-
|
|
104
|
-
--info-
|
|
105
|
-
--info-
|
|
106
|
-
--info-
|
|
107
|
-
--info-
|
|
108
|
-
--info-
|
|
109
|
-
--info-
|
|
110
|
-
--info-
|
|
111
|
-
--info-
|
|
112
|
-
--info-
|
|
113
|
-
--success-
|
|
114
|
-
--success-
|
|
115
|
-
--success-
|
|
116
|
-
--success-
|
|
117
|
-
--success-
|
|
118
|
-
--success-
|
|
119
|
-
--success-
|
|
120
|
-
--success-
|
|
121
|
-
--success-
|
|
122
|
-
--success-
|
|
123
|
-
--success-
|
|
124
|
-
--success-
|
|
125
|
-
--warning-
|
|
126
|
-
--warning-
|
|
127
|
-
--warning-
|
|
128
|
-
--warning-
|
|
129
|
-
--warning-
|
|
130
|
-
--warning-
|
|
131
|
-
--warning-
|
|
132
|
-
--warning-
|
|
133
|
-
--warning-
|
|
134
|
-
--warning-
|
|
135
|
-
--warning-
|
|
136
|
-
--warning-
|
|
137
|
-
--shadow-px: 0 1px 1px
|
|
138
|
-
--shadow-xs: 0 1px 2px 0
|
|
139
|
-
--shadow-sm: 0 1px 3px
|
|
140
|
-
--shadow-md: 0 4px 6px -1px
|
|
141
|
-
--shadow-lg: 0 10px 15px -3px
|
|
142
|
-
--shadow-xl: 0 20px 25px -5px
|
|
143
|
-
--shadow-2xl: 0 25px 50px -12px
|
|
76
|
+
--gray-25: #ffffff;
|
|
77
|
+
--gray-50: #f7f8fc;
|
|
78
|
+
--gray-100: #eceef4;
|
|
79
|
+
--gray-200: #dee1ea;
|
|
80
|
+
--gray-300: #c6cad5;
|
|
81
|
+
--gray-400: #9da4b8;
|
|
82
|
+
--gray-500: #848ca2;
|
|
83
|
+
--gray-600: #606881;
|
|
84
|
+
--gray-700: #3f475e;
|
|
85
|
+
--gray-800: #2d3241;
|
|
86
|
+
--gray-900: #1a1f2d;
|
|
87
|
+
--gray-950: #090c19;
|
|
88
|
+
--primary-25: #fcfcfc;
|
|
89
|
+
--primary-50: #ebf2ff;
|
|
90
|
+
--primary-100: #d7e5ff;
|
|
91
|
+
--primary-200: #c4d8ff;
|
|
92
|
+
--primary-300: #9dbdff;
|
|
93
|
+
--primary-400: #77a2fc;
|
|
94
|
+
--primary-500: #5285f8;
|
|
95
|
+
--primary-600: #2258e5;
|
|
96
|
+
--primary-700: #0935b1;
|
|
97
|
+
--primary-800: #011e8c;
|
|
98
|
+
--primary-900: #000f60;
|
|
99
|
+
--primary-950: #000337;
|
|
100
|
+
--danger-25: #fefbfa;
|
|
101
|
+
--danger-50: #fff1f2;
|
|
102
|
+
--danger-100: #ffe4e6;
|
|
103
|
+
--danger-200: #ffccd3;
|
|
104
|
+
--danger-300: #ffa1ac;
|
|
105
|
+
--danger-400: #ff637e;
|
|
106
|
+
--danger-500: #ff2054;
|
|
107
|
+
--danger-600: #ec003e;
|
|
108
|
+
--danger-700: #c70036;
|
|
109
|
+
--danger-800: #a50035;
|
|
110
|
+
--danger-900: #8b0836;
|
|
111
|
+
--danger-950: #4d0218;
|
|
112
|
+
--info-25: #f9fcff;
|
|
113
|
+
--info-50: #eff6ff;
|
|
114
|
+
--info-100: #dbeafe;
|
|
115
|
+
--info-200: #bedbff;
|
|
116
|
+
--info-300: #8dc5ff;
|
|
117
|
+
--info-400: #52a2ff;
|
|
118
|
+
--info-500: #297fff;
|
|
119
|
+
--info-600: #165dfc;
|
|
120
|
+
--info-700: #1048e6;
|
|
121
|
+
--info-800: #163cb8;
|
|
122
|
+
--info-900: #1b398e;
|
|
123
|
+
--info-950: #162456;
|
|
124
|
+
--success-25: #fafdfa;
|
|
125
|
+
--success-50: #f0fdf4;
|
|
126
|
+
--success-100: #dcfce7;
|
|
127
|
+
--success-200: #b9f8cf;
|
|
128
|
+
--success-300: #7af1a9;
|
|
129
|
+
--success-400: #00df73;
|
|
130
|
+
--success-500: #00c951;
|
|
131
|
+
--success-600: #08a63d;
|
|
132
|
+
--success-700: #028236;
|
|
133
|
+
--success-800: #03662f;
|
|
134
|
+
--success-900: #0d542a;
|
|
135
|
+
--success-950: #032e15;
|
|
136
|
+
--warning-25: #fdfcf8;
|
|
137
|
+
--warning-50: #fffbeb;
|
|
138
|
+
--warning-100: #fef3c6;
|
|
139
|
+
--warning-200: #fee685;
|
|
140
|
+
--warning-300: #ffd22f;
|
|
141
|
+
--warning-400: #ffb902;
|
|
142
|
+
--warning-500: #ff9717;
|
|
143
|
+
--warning-600: #dd7500;
|
|
144
|
+
--warning-700: #b55500;
|
|
145
|
+
--warning-800: #934200;
|
|
146
|
+
--warning-900: #793600;
|
|
147
|
+
--warning-950: #451b00;
|
|
148
|
+
--shadow-px: 0 1px 1px rgb(from var(--gray-800) r g b / 0.02);
|
|
149
|
+
--shadow-xs: 0 1px 2px 0 rgb(from var(--gray-800) r g b / 0.02);
|
|
150
|
+
--shadow-sm: 0 1px 3px rgb(from var(--gray-800) r g b / 0.05), 0 1px 2px -1px rgb(from var(--gray-800) r g b / 0.05);
|
|
151
|
+
--shadow-md: 0 4px 6px -1px rgb(from var(--gray-800) r g b / 0.05), 0 2px 4px -2px rgb(from var(--gray-800) r g b / 0.05);
|
|
152
|
+
--shadow-lg: 0 10px 15px -3px rgb(from var(--gray-800) r g b / 0.05), 0 4px 6px -4px rgb(from var(--gray-800) r g b / 0.05);
|
|
153
|
+
--shadow-xl: 0 20px 25px -5px rgb(from var(--gray-800) r g b / 0.05), 0 8px 10px -6px rgb(from var(--gray-800) r g b / 0.05);
|
|
154
|
+
--shadow-2xl: 0 25px 50px -12px rgb(from var(--gray-800) r g b / 0.12);
|
|
144
155
|
}
|
|
145
156
|
[dark] {
|
|
146
157
|
--overlay: rgb(0 0 0 / .6);
|
|
147
158
|
--overlay-secondary: rgb(0 0 0 / .4);
|
|
148
|
-
--gray-
|
|
149
|
-
--gray-
|
|
150
|
-
--gray-
|
|
151
|
-
--gray-
|
|
152
|
-
--gray-
|
|
153
|
-
--gray-
|
|
154
|
-
--gray-
|
|
155
|
-
--gray-
|
|
156
|
-
--gray-
|
|
157
|
-
--gray-
|
|
158
|
-
--gray-
|
|
159
|
-
--gray-
|
|
160
|
-
--primary-
|
|
161
|
-
--primary-
|
|
162
|
-
--primary-
|
|
163
|
-
--primary-
|
|
164
|
-
--primary-
|
|
165
|
-
--primary-
|
|
166
|
-
--primary-
|
|
167
|
-
--primary-
|
|
168
|
-
--primary-
|
|
169
|
-
--primary-
|
|
170
|
-
--primary-
|
|
171
|
-
--primary-
|
|
172
|
-
--danger-
|
|
173
|
-
--danger-
|
|
174
|
-
--danger-
|
|
175
|
-
--danger-
|
|
176
|
-
--danger-
|
|
177
|
-
--danger-
|
|
178
|
-
--danger-
|
|
179
|
-
--danger-
|
|
180
|
-
--danger-
|
|
181
|
-
--danger-
|
|
182
|
-
--danger-
|
|
183
|
-
--danger-
|
|
184
|
-
--info-
|
|
185
|
-
--info-
|
|
186
|
-
--info-
|
|
187
|
-
--info-
|
|
188
|
-
--info-
|
|
189
|
-
--info-
|
|
190
|
-
--info-
|
|
191
|
-
--info-
|
|
192
|
-
--info-
|
|
193
|
-
--info-
|
|
194
|
-
--info-
|
|
195
|
-
--info-
|
|
196
|
-
--success-
|
|
197
|
-
--success-
|
|
198
|
-
--success-
|
|
199
|
-
--success-
|
|
200
|
-
--success-
|
|
201
|
-
--success-
|
|
202
|
-
--success-
|
|
203
|
-
--success-
|
|
204
|
-
--success-
|
|
205
|
-
--success-
|
|
206
|
-
--success-
|
|
207
|
-
--success-
|
|
208
|
-
--warning-
|
|
209
|
-
--warning-
|
|
210
|
-
--warning-
|
|
211
|
-
--warning-
|
|
212
|
-
--warning-
|
|
213
|
-
--warning-
|
|
214
|
-
--warning-
|
|
215
|
-
--warning-
|
|
216
|
-
--warning-
|
|
217
|
-
--warning-
|
|
218
|
-
--warning-
|
|
219
|
-
--warning-
|
|
220
|
-
--shadow-px: 0 1px 1px
|
|
221
|
-
--shadow-xs: 0 1px 2px 0
|
|
222
|
-
--shadow-sm: 0 1px 3px
|
|
223
|
-
--shadow-md: 0 4px 6px -1px
|
|
224
|
-
--shadow-lg: 0 10px 15px -3px
|
|
225
|
-
--shadow-xl: 0 20px 25px -5px
|
|
226
|
-
--shadow-2xl: 0 25px 50px -12px
|
|
159
|
+
--gray-25: #0c0d12;
|
|
160
|
+
--gray-50: #121419;
|
|
161
|
+
--gray-100: #1a1d24;
|
|
162
|
+
--gray-200: #23262f;
|
|
163
|
+
--gray-300: #363a45;
|
|
164
|
+
--gray-400: #494f61;
|
|
165
|
+
--gray-500: #5e657b;
|
|
166
|
+
--gray-600: #7f88a2;
|
|
167
|
+
--gray-700: #a4adc8;
|
|
168
|
+
--gray-800: #c0c7da;
|
|
169
|
+
--gray-900: #dae1f5;
|
|
170
|
+
--gray-950: #f4fbff;
|
|
171
|
+
--primary-25: #23262c;
|
|
172
|
+
--primary-50: #262c39;
|
|
173
|
+
--primary-100: #2a3448;
|
|
174
|
+
--primary-200: #303e5a;
|
|
175
|
+
--primary-300: #36486e;
|
|
176
|
+
--primary-400: #3e5585;
|
|
177
|
+
--primary-500: #44619d;
|
|
178
|
+
--primary-600: #4d6fb6;
|
|
179
|
+
--primary-700: #5980d3;
|
|
180
|
+
--primary-800: #6a96f5;
|
|
181
|
+
--primary-900: #77a7ff;
|
|
182
|
+
--primary-950: #85b8ff;
|
|
183
|
+
--danger-25: #272325;
|
|
184
|
+
--danger-50: #37272b;
|
|
185
|
+
--danger-100: #452c30;
|
|
186
|
+
--danger-200: #563237;
|
|
187
|
+
--danger-300: #69393d;
|
|
188
|
+
--danger-400: #7f4145;
|
|
189
|
+
--danger-500: #94484c;
|
|
190
|
+
--danger-600: #ab5155;
|
|
191
|
+
--danger-700: #c65d64;
|
|
192
|
+
--danger-800: #e66f7a;
|
|
193
|
+
--danger-900: #fd7c8c;
|
|
194
|
+
--danger-950: #ff8ba0;
|
|
195
|
+
--info-25: #23262c;
|
|
196
|
+
--info-50: #252c39;
|
|
197
|
+
--info-100: #283447;
|
|
198
|
+
--info-200: #2c3f59;
|
|
199
|
+
--info-300: #2e4b6d;
|
|
200
|
+
--info-400: #315884;
|
|
201
|
+
--info-500: #33659b;
|
|
202
|
+
--info-600: #3874b4;
|
|
203
|
+
--info-700: #4285d1;
|
|
204
|
+
--info-800: #539cf3;
|
|
205
|
+
--info-900: #5dadff;
|
|
206
|
+
--info-950: #6bbfff;
|
|
207
|
+
--success-25: #1d2620;
|
|
208
|
+
--success-50: #223027;
|
|
209
|
+
--success-100: #243a2b;
|
|
210
|
+
--success-200: #264632;
|
|
211
|
+
--success-300: #285438;
|
|
212
|
+
--success-400: #2b643f;
|
|
213
|
+
--success-500: #2d7345;
|
|
214
|
+
--success-600: #32844c;
|
|
215
|
+
--success-700: #3b9956;
|
|
216
|
+
--success-800: #4cb265;
|
|
217
|
+
--success-900: #59c56f;
|
|
218
|
+
--success-950: #6ad87b;
|
|
219
|
+
--warning-25: #2b261a;
|
|
220
|
+
--warning-50: #322b1b;
|
|
221
|
+
--warning-100: #3c331e;
|
|
222
|
+
--warning-200: #493c21;
|
|
223
|
+
--warning-300: #574725;
|
|
224
|
+
--warning-400: #68532a;
|
|
225
|
+
--warning-500: #785e30;
|
|
226
|
+
--warning-600: #8c6b35;
|
|
227
|
+
--warning-700: #a47a3b;
|
|
228
|
+
--warning-800: #c28f42;
|
|
229
|
+
--warning-900: #d89e4a;
|
|
230
|
+
--warning-950: #efae52;
|
|
231
|
+
--shadow-px: 0 1px 1px rgb(0 0 0 / 0.1);
|
|
232
|
+
--shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.1);
|
|
233
|
+
--shadow-sm: 0 1px 3px rgb(0 0 0 / 0.15), 0 1px 2px -1px rgb(0 0 0 / 0.15);
|
|
234
|
+
--shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.15), 0 2px 4px -2px rgb(0 0 0 / 0.15);
|
|
235
|
+
--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.15), 0 4px 6px -4px rgb(0 0 0 / 0.15);
|
|
236
|
+
--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.15), 0 8px 10px -6px rgb(0 0 0 / 0.15);
|
|
237
|
+
--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
|
|
227
238
|
}
|
|
228
239
|
html {
|
|
229
240
|
font-size: var(--font-size);
|
|
@@ -267,7 +278,7 @@
|
|
|
267
278
|
font-size: 14px;
|
|
268
279
|
}
|
|
269
280
|
a:not([class]), a[class=""] {
|
|
270
|
-
color: var(--primary-
|
|
281
|
+
color: var(--primary-600);
|
|
271
282
|
text-decoration: underline;
|
|
272
283
|
text-decoration-thickness: 1px;
|
|
273
284
|
text-underline-offset: 4px;
|
|
@@ -276,13 +287,13 @@
|
|
|
276
287
|
text-decoration: none;
|
|
277
288
|
}
|
|
278
289
|
p {
|
|
279
|
-
line-height: 1.
|
|
290
|
+
line-height: 1.6;
|
|
280
291
|
}
|
|
281
292
|
blockquote {
|
|
282
293
|
position: relative;
|
|
283
294
|
margin: 0 0 0 30px;
|
|
284
295
|
padding: 15px 21px;
|
|
285
|
-
background: var(--gray-
|
|
296
|
+
background: var(--gray-100);
|
|
286
297
|
border-radius: var(--radius);
|
|
287
298
|
}
|
|
288
299
|
blockquote::before {
|
|
@@ -290,7 +301,7 @@
|
|
|
290
301
|
top: 5px;
|
|
291
302
|
left: -27px;
|
|
292
303
|
content: "”";
|
|
293
|
-
color: var(--primary-
|
|
304
|
+
color: var(--primary-600);
|
|
294
305
|
font-size: 39px;
|
|
295
306
|
font-weight: 700;
|
|
296
307
|
}
|
|
@@ -299,7 +310,7 @@
|
|
|
299
310
|
}
|
|
300
311
|
img:not([class]) {
|
|
301
312
|
height: unset;
|
|
302
|
-
border-radius:
|
|
313
|
+
border-radius: var(--radius-half);
|
|
303
314
|
outline: 1px solid rgba(0, 0, 0, 0.025);
|
|
304
315
|
outline-offset: -1px;
|
|
305
316
|
}
|
|
@@ -312,10 +323,182 @@
|
|
|
312
323
|
:where(h1, h2, h3, h4, h5, h6, p, ul, ol, li, blockquote, img, [data-typography-aware]) + :where([data-typography-aware]) {
|
|
313
324
|
margin-top: 21px;
|
|
314
325
|
}
|
|
326
|
+
}.overlay-view {
|
|
327
|
+
position: fixed;
|
|
328
|
+
inset: 0;
|
|
329
|
+
height: 100dvh;
|
|
330
|
+
width: 100dvw;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
.overlay-provider {
|
|
334
|
+
pointer-events: none;
|
|
335
|
+
z-index: 10000;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
.overlay-shade {
|
|
339
|
+
background: var(--overlay);
|
|
340
|
+
backdrop-filter: blur(3px) saturate(180%);
|
|
341
|
+
pointer-events: none;
|
|
342
|
+
transition: opacity 600ms var(--swift-out);
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
.overlay-provider:not(:has(.overlay:not(.overlay-transition-leave-active):not(.slide-over-transition-leave-active))) .overlay-shade {
|
|
346
|
+
opacity: 0;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
.overlay {
|
|
350
|
+
position: fixed;
|
|
351
|
+
display: flex;
|
|
352
|
+
inset: 0;
|
|
353
|
+
height: 100dvh;
|
|
354
|
+
width: 100dvw;
|
|
355
|
+
outline: 0;
|
|
356
|
+
}
|
|
357
|
+
.overlay > .base-pane-structure {
|
|
358
|
+
display: flex;
|
|
359
|
+
margin: auto;
|
|
360
|
+
max-height: min(840px, 100dvh - 180px);
|
|
361
|
+
width: calc(100dvw - 90px);
|
|
362
|
+
flex-flow: column nowrap;
|
|
363
|
+
box-shadow: var(--shadow-lg);
|
|
364
|
+
overflow: auto;
|
|
365
|
+
transition: 420ms var(--swift-out);
|
|
366
|
+
transition-property: filter, scale;
|
|
367
|
+
}
|
|
368
|
+
.overlay > .base-pane-structure .pane-footer {
|
|
369
|
+
position: sticky;
|
|
370
|
+
bottom: 0;
|
|
371
|
+
margin-top: auto;
|
|
372
|
+
}
|
|
373
|
+
.overlay > .base-pane-structure::after {
|
|
374
|
+
position: absolute;
|
|
375
|
+
display: block;
|
|
376
|
+
inset: 0;
|
|
377
|
+
content: "";
|
|
378
|
+
background: var(--overlay-secondary);
|
|
379
|
+
opacity: 0;
|
|
380
|
+
pointer-events: none;
|
|
381
|
+
transition: opacity 420ms var(--swift-out);
|
|
382
|
+
z-index: 1;
|
|
383
|
+
}
|
|
384
|
+
.overlay.is-current > .base-pane-structure {
|
|
385
|
+
pointer-events: auto;
|
|
386
|
+
}
|
|
387
|
+
.overlay:not(.is-current) > .base-pane-structure {
|
|
388
|
+
filter: blur(3px);
|
|
389
|
+
scale: 0.95;
|
|
390
|
+
}
|
|
391
|
+
.overlay:not(.is-current) > .base-pane-structure::after {
|
|
392
|
+
opacity: 1;
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
.overlay-small {
|
|
396
|
+
}
|
|
397
|
+
.overlay-small > .base-pane-structure {
|
|
398
|
+
max-width: 420px;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
.overlay-medium {
|
|
402
|
+
}
|
|
403
|
+
.overlay-medium > .base-pane-structure {
|
|
404
|
+
max-width: 540px;
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
.overlay-large {
|
|
408
|
+
}
|
|
409
|
+
.overlay-large > .base-pane-structure {
|
|
410
|
+
max-width: 720px;
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
.slide-over {
|
|
414
|
+
justify-content: flex-end;
|
|
415
|
+
}
|
|
416
|
+
.slide-over > .base-pane-structure {
|
|
417
|
+
margin: 9px;
|
|
418
|
+
max-height: calc(100% - 18px);
|
|
419
|
+
width: min(100dvw, 720px);
|
|
420
|
+
contain: paint;
|
|
421
|
+
overflow: auto;
|
|
422
|
+
}
|
|
423
|
+
.slide-over > .base-pane-structure > .pane-header,
|
|
424
|
+
.slide-over > .base-pane-structure > .pane-footer {
|
|
425
|
+
position: sticky;
|
|
426
|
+
z-index: 100;
|
|
427
|
+
}
|
|
428
|
+
.slide-over > .base-pane-structure > .pane-header {
|
|
429
|
+
top: 0;
|
|
430
|
+
padding-bottom: 21px;
|
|
431
|
+
border-bottom: 1px solid var(--gray-100);
|
|
432
|
+
box-shadow: var(--shadow-xs);
|
|
433
|
+
}
|
|
434
|
+
.slide-over > .base-pane-structure > .pane-header:has(+ :where(.tabs, .tab-bar)) {
|
|
435
|
+
padding-bottom: 0;
|
|
436
|
+
border-bottom: 0;
|
|
437
|
+
box-shadow: none;
|
|
438
|
+
}
|
|
439
|
+
.slide-over > .base-pane-structure > .pane-header:not(:has(+ :where(.tabs, .tab-bar))) {
|
|
440
|
+
background: inherit;
|
|
441
|
+
}
|
|
442
|
+
.slide-over > .base-pane-structure > .pane-header + .tab-bar {
|
|
443
|
+
position: sticky;
|
|
444
|
+
top: 45px;
|
|
445
|
+
z-index: 100;
|
|
446
|
+
}
|
|
447
|
+
.slide-over > .base-pane-structure > .pane-header:has(.pane-header-caption > :is(span)) + .tab-bar {
|
|
448
|
+
top: 69px;
|
|
449
|
+
}
|
|
450
|
+
.slide-over > .base-pane-structure > .pane-footer {
|
|
451
|
+
bottom: 0;
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.overlay-transition-enter-active,
|
|
455
|
+
.overlay-transition-leave-active {
|
|
456
|
+
transition: opacity 420ms var(--swift-out);
|
|
457
|
+
}
|
|
458
|
+
.overlay-transition-enter-active > .base-pane-structure,
|
|
459
|
+
.overlay-transition-leave-active > .base-pane-structure {
|
|
460
|
+
transition: 420ms var(--swift-out);
|
|
461
|
+
transition-property: opacity, scale;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.overlay-transition-enter-from {
|
|
465
|
+
opacity: 0;
|
|
466
|
+
}
|
|
467
|
+
.overlay-transition-enter-from > .base-pane-structure {
|
|
468
|
+
opacity: 0;
|
|
469
|
+
scale: 0.9;
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
.overlay-transition-leave-to {
|
|
473
|
+
opacity: 0;
|
|
474
|
+
}
|
|
475
|
+
.overlay-transition-leave-to > .base-pane-structure {
|
|
476
|
+
opacity: 0;
|
|
477
|
+
scale: 0.95;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
.slide-over-transition-enter-active,
|
|
481
|
+
.slide-over-transition-leave-active {
|
|
482
|
+
transition: opacity 600ms var(--swift-out);
|
|
483
|
+
}
|
|
484
|
+
.slide-over-transition-enter-active > .base-pane-structure,
|
|
485
|
+
.slide-over-transition-leave-active > .base-pane-structure {
|
|
486
|
+
transition: 600ms var(--swift-out);
|
|
487
|
+
transition-property: opacity, transform;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
.slide-over-transition-enter-from,
|
|
491
|
+
.slide-over-transition-leave-to {
|
|
492
|
+
opacity: 0;
|
|
493
|
+
transition-delay: 210ms;
|
|
494
|
+
}
|
|
495
|
+
.slide-over-transition-enter-from > .base-pane-structure,
|
|
496
|
+
.slide-over-transition-leave-to > .base-pane-structure {
|
|
497
|
+
transform: translate3d(100%, 0, 0);
|
|
315
498
|
}.base-pane {
|
|
316
|
-
background: var(--
|
|
499
|
+
background: var(--surface);
|
|
317
500
|
background-clip: padding-box;
|
|
318
|
-
border: 1px solid
|
|
501
|
+
border: 1px solid var(--surface-stroke-out);
|
|
319
502
|
border-radius: var(--radius);
|
|
320
503
|
}
|
|
321
504
|
|
|
@@ -325,8 +508,8 @@
|
|
|
325
508
|
inset: 0;
|
|
326
509
|
align-items: center;
|
|
327
510
|
justify-content: center;
|
|
328
|
-
backdrop-filter: blur(
|
|
329
|
-
background:
|
|
511
|
+
backdrop-filter: blur(3px) saturate(180%);
|
|
512
|
+
background: var(--surface-loader);
|
|
330
513
|
border-radius: inherit;
|
|
331
514
|
z-index: 100;
|
|
332
515
|
}
|
|
@@ -389,7 +572,7 @@
|
|
|
389
572
|
font-size: 42px;
|
|
390
573
|
}
|
|
391
574
|
.icon-boxed .icon {
|
|
392
|
-
font-size: 0.
|
|
575
|
+
font-size: 0.45em;
|
|
393
576
|
}
|
|
394
577
|
.icon-boxed .material-symbol-icon {
|
|
395
578
|
font-size: 0.5em;
|
|
@@ -404,36 +587,36 @@
|
|
|
404
587
|
}
|
|
405
588
|
|
|
406
589
|
.icon-boxed-gray {
|
|
407
|
-
background: var(--gray-
|
|
590
|
+
background: var(--gray-100);
|
|
408
591
|
color: var(--foreground);
|
|
409
592
|
}
|
|
410
593
|
|
|
411
594
|
.icon-boxed-primary {
|
|
412
|
-
background: var(--primary-
|
|
413
|
-
color: var(--primary-
|
|
595
|
+
background: var(--primary-100);
|
|
596
|
+
color: var(--primary-900);
|
|
414
597
|
}
|
|
415
598
|
|
|
416
599
|
.icon-boxed-danger {
|
|
417
|
-
background: var(--danger-
|
|
418
|
-
color: var(--danger-
|
|
600
|
+
background: var(--danger-100);
|
|
601
|
+
color: var(--danger-900);
|
|
419
602
|
}
|
|
420
603
|
|
|
421
604
|
.icon-boxed-info {
|
|
422
|
-
background: var(--info-
|
|
423
|
-
color: var(--info-
|
|
605
|
+
background: var(--info-100);
|
|
606
|
+
color: var(--info-900);
|
|
424
607
|
}
|
|
425
608
|
|
|
426
609
|
.icon-boxed-success {
|
|
427
|
-
background: var(--success-
|
|
428
|
-
color: var(--success-
|
|
610
|
+
background: var(--success-100);
|
|
611
|
+
color: var(--success-900);
|
|
429
612
|
}
|
|
430
613
|
|
|
431
614
|
.icon-boxed-warning {
|
|
432
|
-
background: var(--warning-
|
|
433
|
-
color: var(--warning-
|
|
615
|
+
background: var(--warning-100);
|
|
616
|
+
color: var(--warning-900);
|
|
434
617
|
}.spinner {
|
|
435
|
-
--track: var(--gray-
|
|
436
|
-
--value: var(--primary-
|
|
618
|
+
--track: var(--gray-100);
|
|
619
|
+
--value: var(--primary-600);
|
|
437
620
|
display: inline-block;
|
|
438
621
|
height: 1em;
|
|
439
622
|
width: 1em;
|
|
@@ -485,11 +668,11 @@
|
|
|
485
668
|
transition: 180ms var(--swift-out);
|
|
486
669
|
transition-property: background, border, box-shadow, color, scale, outline-color, outline-offset;
|
|
487
670
|
user-select: none;
|
|
488
|
-
outline: 2px solid
|
|
671
|
+
outline: 2px solid rgb(from var(--primary-600) r g b/0);
|
|
489
672
|
outline-offset: 0;
|
|
490
673
|
}
|
|
491
674
|
.button:focus-visible {
|
|
492
|
-
outline-color: var(--primary-
|
|
675
|
+
outline-color: var(--primary-600);
|
|
493
676
|
outline-offset: 2px;
|
|
494
677
|
}
|
|
495
678
|
.button:active {
|
|
@@ -546,16 +729,16 @@
|
|
|
546
729
|
padding-left: 6px;
|
|
547
730
|
padding-right: 6px;
|
|
548
731
|
border: 0;
|
|
549
|
-
border-radius: var(--radius);
|
|
732
|
+
border-radius: var(--radius-half);
|
|
550
733
|
box-shadow: none;
|
|
551
734
|
}
|
|
552
735
|
@media (hover: hover) {
|
|
553
736
|
.action:hover {
|
|
554
|
-
background: var(--gray-
|
|
737
|
+
background: var(--gray-100);
|
|
555
738
|
}
|
|
556
739
|
}
|
|
557
740
|
.action:active {
|
|
558
|
-
background: var(--gray-
|
|
741
|
+
background: var(--gray-200);
|
|
559
742
|
}
|
|
560
743
|
.action .spinner {
|
|
561
744
|
font-size: 24px;
|
|
@@ -567,7 +750,7 @@
|
|
|
567
750
|
}
|
|
568
751
|
|
|
569
752
|
.action.is-destructive .action-icon {
|
|
570
|
-
color: var(--danger-
|
|
753
|
+
color: var(--danger-600);
|
|
571
754
|
}
|
|
572
755
|
|
|
573
756
|
.action-label {
|
|
@@ -589,8 +772,8 @@
|
|
|
589
772
|
|
|
590
773
|
.base-pane-structure > .action-bar {
|
|
591
774
|
padding: 15px 21px;
|
|
592
|
-
background: var(--gray-
|
|
593
|
-
border: 1px solid var(--gray-
|
|
775
|
+
background: var(--gray-50);
|
|
776
|
+
border: 1px solid var(--gray-100);
|
|
594
777
|
border-left: 0;
|
|
595
778
|
border-right: 0;
|
|
596
779
|
}
|
|
@@ -633,88 +816,123 @@
|
|
|
633
816
|
.action-pane-body.pane-body {
|
|
634
817
|
padding: 0;
|
|
635
818
|
}.primary-button {
|
|
636
|
-
background: var(--primary-
|
|
637
|
-
border-color: var(--primary-
|
|
638
|
-
box-shadow: 0 1px 1px
|
|
639
|
-
color: var(--primary-
|
|
819
|
+
background: var(--primary-600);
|
|
820
|
+
border-color: var(--primary-700);
|
|
821
|
+
box-shadow: 0 1px 1px rgb(from var(--primary-600) r g b/0.25);
|
|
822
|
+
color: var(--primary-25);
|
|
640
823
|
}
|
|
641
824
|
@media (hover: hover) {
|
|
642
825
|
.primary-button:hover {
|
|
643
|
-
background: var(--primary-
|
|
644
|
-
border-color: var(--primary-
|
|
826
|
+
background: var(--primary-700);
|
|
827
|
+
border-color: var(--primary-800);
|
|
645
828
|
}
|
|
646
829
|
}
|
|
647
830
|
.primary-button:active {
|
|
648
|
-
background: var(--primary-
|
|
831
|
+
background: var(--primary-800);
|
|
649
832
|
scale: 0.9875;
|
|
650
833
|
}
|
|
651
834
|
.primary-button .spinner {
|
|
652
|
-
--track: var(--primary-
|
|
653
|
-
--value: var(--primary-
|
|
835
|
+
--track: var(--primary-700);
|
|
836
|
+
--value: var(--primary-25);
|
|
654
837
|
}
|
|
655
838
|
|
|
656
839
|
.primary-button-icon {
|
|
657
|
-
color: var(--primary-
|
|
840
|
+
color: var(--primary-25);
|
|
658
841
|
}
|
|
659
842
|
|
|
660
843
|
.primary-button-label {
|
|
661
844
|
}
|
|
662
845
|
|
|
663
846
|
.secondary-button {
|
|
664
|
-
background: var(--
|
|
665
|
-
border-color: var(--
|
|
847
|
+
background: var(--surface);
|
|
848
|
+
border-color: var(--surface-stroke);
|
|
666
849
|
color: var(--foreground);
|
|
667
850
|
}
|
|
668
851
|
@media (hover: hover) {
|
|
669
852
|
.secondary-button:hover {
|
|
670
|
-
background: var(--
|
|
853
|
+
background: var(--surface-hover);
|
|
671
854
|
}
|
|
672
855
|
}
|
|
673
856
|
.secondary-button:active {
|
|
674
|
-
background: var(--
|
|
675
|
-
border-color: var(--gray-3);
|
|
857
|
+
background: var(--surface-active);
|
|
676
858
|
scale: 0.9875;
|
|
677
859
|
}
|
|
678
860
|
|
|
679
861
|
.secondary-button-icon {
|
|
680
|
-
color: var(--foreground
|
|
862
|
+
color: var(--foreground);
|
|
681
863
|
}
|
|
682
864
|
|
|
683
865
|
.secondary-button-label {
|
|
684
866
|
}
|
|
685
867
|
|
|
686
868
|
.destructive-button {
|
|
687
|
-
background: var(--
|
|
688
|
-
border-color: var(--
|
|
869
|
+
background: var(--surface);
|
|
870
|
+
border-color: var(--surface-stroke);
|
|
689
871
|
color: var(--foreground);
|
|
690
872
|
}
|
|
691
873
|
@media (hover: hover) {
|
|
692
874
|
.destructive-button:hover {
|
|
693
|
-
background: var(--
|
|
875
|
+
background: var(--surface-hover);
|
|
694
876
|
}
|
|
695
877
|
}
|
|
696
878
|
.destructive-button:active {
|
|
697
|
-
background: var(--
|
|
698
|
-
border-color: var(--gray-3);
|
|
879
|
+
background: var(--surface-active);
|
|
699
880
|
scale: 0.9875;
|
|
700
881
|
}
|
|
701
882
|
.destructive-button .spinner {
|
|
702
|
-
--value: var(--danger-
|
|
883
|
+
--value: var(--danger-600);
|
|
703
884
|
}
|
|
704
885
|
|
|
705
886
|
.destructive-button-icon {
|
|
706
|
-
color: var(--danger-
|
|
887
|
+
color: var(--danger-600);
|
|
707
888
|
}
|
|
708
889
|
|
|
709
890
|
.destructive-button-label {
|
|
710
891
|
}
|
|
711
892
|
.destructive-button-label:only-child {
|
|
712
|
-
color: var(--danger-
|
|
893
|
+
color: var(--danger-600);
|
|
713
894
|
}
|
|
714
895
|
|
|
715
896
|
.secondary-button,
|
|
716
897
|
.destructive-button {
|
|
717
|
-
box-shadow: var(--shadow-px), inset 0 -1px
|
|
898
|
+
box-shadow: var(--shadow-px), inset 0 -1px rgb(from var(--gray-200) r g b/0.15);
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
.base-link-button {
|
|
902
|
+
gap: 6px;
|
|
903
|
+
border-color: transparent;
|
|
904
|
+
box-shadow: none;
|
|
905
|
+
}
|
|
906
|
+
@media (hover: hover) {
|
|
907
|
+
.base-link-button:hover {
|
|
908
|
+
background: var(--surface-hover);
|
|
909
|
+
}
|
|
910
|
+
}
|
|
911
|
+
.base-link-button:active {
|
|
912
|
+
background: var(--surface-active);
|
|
913
|
+
scale: 0.9875;
|
|
914
|
+
}
|
|
915
|
+
|
|
916
|
+
.primary-link-button {
|
|
917
|
+
color: var(--primary-700);
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
.primary-link-button-icon {
|
|
921
|
+
color: var(--primary-700);
|
|
922
|
+
}
|
|
923
|
+
|
|
924
|
+
.primary-link-button-label {
|
|
925
|
+
}
|
|
926
|
+
|
|
927
|
+
.secondary-link-button {
|
|
928
|
+
color: var(--foreground-prominent);
|
|
929
|
+
}
|
|
930
|
+
|
|
931
|
+
.secondary-link-button-icon {
|
|
932
|
+
color: var(--foreground);
|
|
933
|
+
}
|
|
934
|
+
|
|
935
|
+
.secondary-link-button-label {
|
|
718
936
|
}
|
|
719
937
|
|
|
720
938
|
.link-button {
|
|
@@ -723,20 +941,20 @@
|
|
|
723
941
|
padding: 0;
|
|
724
942
|
border: 0;
|
|
725
943
|
box-shadow: unset;
|
|
726
|
-
color: var(--primary-
|
|
944
|
+
color: var(--primary-600);
|
|
727
945
|
text-decoration: underline;
|
|
728
946
|
text-decoration-thickness: 1px;
|
|
729
947
|
text-underline-offset: 4px;
|
|
730
|
-
outline: 2px solid
|
|
948
|
+
outline: 2px solid rgb(from var(--primary-600) r g b/0);
|
|
731
949
|
outline-offset: 0;
|
|
732
950
|
}
|
|
733
951
|
.link-button:focus-visible {
|
|
734
|
-
outline-color: var(--primary-
|
|
952
|
+
outline-color: var(--primary-600);
|
|
735
953
|
outline-offset: 6px;
|
|
736
954
|
}
|
|
737
955
|
@media (hover: hover) {
|
|
738
956
|
.link-button:hover {
|
|
739
|
-
color: var(--primary-
|
|
957
|
+
color: var(--primary-900);
|
|
740
958
|
}
|
|
741
959
|
.link-button:hover .link-button-icon {
|
|
742
960
|
transform: translate3d(6px, 0, 0);
|
|
@@ -744,7 +962,7 @@
|
|
|
744
962
|
}
|
|
745
963
|
|
|
746
964
|
.link-button-icon {
|
|
747
|
-
color: var(--primary-
|
|
965
|
+
color: var(--primary-600);
|
|
748
966
|
transition: inherit;
|
|
749
967
|
transition-property: transform;
|
|
750
968
|
}
|
|
@@ -876,7 +1094,14 @@
|
|
|
876
1094
|
}
|
|
877
1095
|
|
|
878
1096
|
.pane-well {
|
|
879
|
-
|
|
1097
|
+
--surface: var(--background);
|
|
1098
|
+
}
|
|
1099
|
+
|
|
1100
|
+
:is(.pane-default, .pane-flat, .pane-well):is(a, button) {
|
|
1101
|
+
transition: box-shadow 210ms var(--swift-out);
|
|
1102
|
+
}
|
|
1103
|
+
:is(.pane-default, .pane-flat, .pane-well):is(a, button):hover {
|
|
1104
|
+
box-shadow: var(--shadow-lg);
|
|
880
1105
|
}
|
|
881
1106
|
|
|
882
1107
|
.pane-header {
|
|
@@ -910,7 +1135,7 @@
|
|
|
910
1135
|
|
|
911
1136
|
.pane-header-icon {
|
|
912
1137
|
margin-top: 2px;
|
|
913
|
-
color: var(--primary-
|
|
1138
|
+
color: var(--primary-600);
|
|
914
1139
|
}
|
|
915
1140
|
|
|
916
1141
|
.pane-body {
|
|
@@ -925,8 +1150,8 @@
|
|
|
925
1150
|
display: flex;
|
|
926
1151
|
padding: 21px;
|
|
927
1152
|
gap: 9px;
|
|
928
|
-
background: var(--gray-
|
|
929
|
-
border-top: 1px solid var(--gray-
|
|
1153
|
+
background: var(--gray-50);
|
|
1154
|
+
border-top: 1px solid var(--gray-100);
|
|
930
1155
|
}
|
|
931
1156
|
|
|
932
1157
|
.pane-loader {
|
|
@@ -937,9 +1162,9 @@
|
|
|
937
1162
|
top: 15px;
|
|
938
1163
|
right: 15px;
|
|
939
1164
|
padding: 6px 9px;
|
|
940
|
-
background: var(--gray-
|
|
941
|
-
border-radius:
|
|
942
|
-
color: var(--gray-
|
|
1165
|
+
background: var(--gray-900);
|
|
1166
|
+
border-radius: var(--radius-half);
|
|
1167
|
+
color: var(--gray-25);
|
|
943
1168
|
font-size: 11px;
|
|
944
1169
|
font-weight: 700;
|
|
945
1170
|
letter-spacing: 1px;
|
|
@@ -950,11 +1175,32 @@
|
|
|
950
1175
|
.pane-media {
|
|
951
1176
|
position: relative;
|
|
952
1177
|
overflow: hidden;
|
|
1178
|
+
z-index: 0;
|
|
1179
|
+
}
|
|
1180
|
+
.pane-media::after {
|
|
1181
|
+
position: absolute;
|
|
1182
|
+
inset: 0;
|
|
1183
|
+
content: "";
|
|
1184
|
+
border: 1px solid var(--surface-stroke-out);
|
|
1185
|
+
border-radius: inherit;
|
|
1186
|
+
z-index: 1;
|
|
1187
|
+
}
|
|
1188
|
+
.pane-media:first-child {
|
|
1189
|
+
margin: -1px;
|
|
1190
|
+
margin-bottom: 0;
|
|
1191
|
+
border-top-left-radius: var(--radius);
|
|
1192
|
+
border-top-right-radius: var(--radius);
|
|
1193
|
+
}
|
|
1194
|
+
.pane-media:not(:first-child)::after {
|
|
1195
|
+
border-top: 0;
|
|
1196
|
+
}
|
|
1197
|
+
.pane-media:not(:last-child)::after {
|
|
1198
|
+
border-bottom: 0;
|
|
953
1199
|
}
|
|
954
1200
|
|
|
955
1201
|
.pane-media-inset {
|
|
956
1202
|
margin: 21px;
|
|
957
|
-
border-radius:
|
|
1203
|
+
border-radius: var(--radius-half);
|
|
958
1204
|
}
|
|
959
1205
|
.pane-media-inset:not(:first-child) {
|
|
960
1206
|
margin-top: 0;
|
|
@@ -991,7 +1237,7 @@
|
|
|
991
1237
|
}
|
|
992
1238
|
|
|
993
1239
|
.pane-group + .pane-group {
|
|
994
|
-
border-top: 1px solid
|
|
1240
|
+
border-top: 1px solid var(--surface-stroke);
|
|
995
1241
|
}
|
|
996
1242
|
|
|
997
1243
|
.pane-illustration {
|
|
@@ -1051,7 +1297,7 @@
|
|
|
1051
1297
|
top: var(--pane-y);
|
|
1052
1298
|
left: var(--pane-x);
|
|
1053
1299
|
margin: 0;
|
|
1054
|
-
padding:
|
|
1300
|
+
padding: 24px;
|
|
1055
1301
|
background: unset;
|
|
1056
1302
|
border: 0;
|
|
1057
1303
|
font-size: 1rem;
|
|
@@ -1109,8 +1355,11 @@
|
|
|
1109
1355
|
flex-shrink: 0;
|
|
1110
1356
|
}
|
|
1111
1357
|
.aspect-ratio > * {
|
|
1358
|
+
position: absolute;
|
|
1112
1359
|
height: 100%;
|
|
1113
1360
|
width: 100%;
|
|
1361
|
+
object-fit: cover;
|
|
1362
|
+
object-position: center;
|
|
1114
1363
|
}
|
|
1115
1364
|
|
|
1116
1365
|
.auto-grid {
|
|
@@ -1186,7 +1435,7 @@
|
|
|
1186
1435
|
}
|
|
1187
1436
|
|
|
1188
1437
|
.dot-pattern {
|
|
1189
|
-
fill: var(--gray-
|
|
1438
|
+
fill: var(--gray-300);
|
|
1190
1439
|
pointer-events: none;
|
|
1191
1440
|
}
|
|
1192
1441
|
|
|
@@ -1195,8 +1444,8 @@
|
|
|
1195
1444
|
}
|
|
1196
1445
|
|
|
1197
1446
|
.grid-pattern {
|
|
1198
|
-
fill: var(--gray-
|
|
1199
|
-
stroke: var(--gray-
|
|
1447
|
+
fill: var(--gray-100);
|
|
1448
|
+
stroke: var(--gray-300);
|
|
1200
1449
|
pointer-events: none;
|
|
1201
1450
|
}
|
|
1202
1451
|
|
|
@@ -1282,264 +1531,92 @@
|
|
|
1282
1531
|
transition-property: opacity, scale;
|
|
1283
1532
|
}
|
|
1284
1533
|
|
|
1285
|
-
.route-transition-enter-active,
|
|
1286
|
-
.route-transition-back-enter-active {
|
|
1287
|
-
transition-duration: 180ms;
|
|
1288
|
-
transition-timing-function: var(--deceleration-curve);
|
|
1289
|
-
}
|
|
1290
|
-
|
|
1291
|
-
.route-transition-leave-active,
|
|
1292
|
-
.route-transition-back-leave-active {
|
|
1293
|
-
transition-duration: 120ms;
|
|
1294
|
-
transition-timing-function: var(--acceleration-curve);
|
|
1295
|
-
}
|
|
1296
|
-
|
|
1297
|
-
.route-transition-enter-from,
|
|
1298
|
-
.route-transition-back-leave-to {
|
|
1299
|
-
opacity: 0;
|
|
1300
|
-
scale: 0.975;
|
|
1301
|
-
}
|
|
1302
|
-
|
|
1303
|
-
.route-transition-leave-to,
|
|
1304
|
-
.route-transition-back-enter-from {
|
|
1305
|
-
opacity: 0;
|
|
1306
|
-
scale: 0.975;
|
|
1307
|
-
}
|
|
1308
|
-
|
|
1309
|
-
.tooltip-transition-enter-active,
|
|
1310
|
-
.tooltip-transition-leave-active {
|
|
1311
|
-
transition: 210ms var(--swift-out);
|
|
1312
|
-
transition-property: opacity, scale;
|
|
1313
|
-
}
|
|
1314
|
-
|
|
1315
|
-
.tooltip-transition-enter-from {
|
|
1316
|
-
scale: 0.975;
|
|
1317
|
-
}
|
|
1318
|
-
|
|
1319
|
-
.tooltip-transition-enter-from,
|
|
1320
|
-
.tooltip-transition-leave-to {
|
|
1321
|
-
opacity: 0;
|
|
1322
|
-
}
|
|
1323
|
-
|
|
1324
|
-
.vertical-window-transition-enter-active,
|
|
1325
|
-
.vertical-window-transition-back-enter-active {
|
|
1326
|
-
contain: paint;
|
|
1327
|
-
transition: 150ms var(--deceleration-curve);
|
|
1328
|
-
transition-property: opacity, transform;
|
|
1329
|
-
}
|
|
1330
|
-
|
|
1331
|
-
.vertical-window-transition-leave-active,
|
|
1332
|
-
.vertical-window-transition-back-leave-active {
|
|
1333
|
-
transition: 150ms var(--acceleration-curve);
|
|
1334
|
-
transition-property: opacity, transform;
|
|
1335
|
-
}
|
|
1336
|
-
|
|
1337
|
-
.vertical-window-transition-back-leave-to,
|
|
1338
|
-
.vertical-window-transition-enter-from {
|
|
1339
|
-
opacity: 0;
|
|
1340
|
-
transform: translate3d(0, 15px, 0);
|
|
1341
|
-
}
|
|
1342
|
-
|
|
1343
|
-
.vertical-window-transition-back-enter-from,
|
|
1344
|
-
.vertical-window-transition-leave-to {
|
|
1345
|
-
opacity: 0;
|
|
1346
|
-
transform: translate3d(0, -15px, 0);
|
|
1347
|
-
}
|
|
1348
|
-
|
|
1349
|
-
.window-transition-enter-active,
|
|
1350
|
-
.window-transition-back-enter-active {
|
|
1351
|
-
transition: 150ms var(--deceleration-curve);
|
|
1352
|
-
transition-property: height, opacity, transform;
|
|
1353
|
-
}
|
|
1354
|
-
|
|
1355
|
-
.window-transition-leave-active,
|
|
1356
|
-
.window-transition-back-leave-active {
|
|
1357
|
-
transition: 150ms var(--acceleration-curve);
|
|
1358
|
-
transition-property: height, opacity, transform;
|
|
1359
|
-
}
|
|
1360
|
-
|
|
1361
|
-
.window-transition-back-leave-to,
|
|
1362
|
-
.window-transition-enter-from {
|
|
1363
|
-
opacity: 0;
|
|
1364
|
-
transform: translate3d(15px, 0, 0);
|
|
1365
|
-
}
|
|
1366
|
-
|
|
1367
|
-
.window-transition-back-enter-from,
|
|
1368
|
-
.window-transition-leave-to {
|
|
1369
|
-
opacity: 0;
|
|
1370
|
-
transform: translate3d(-15px, 0, 0);
|
|
1371
|
-
}.overlay-view {
|
|
1372
|
-
position: fixed;
|
|
1373
|
-
inset: 0;
|
|
1374
|
-
height: 100dvh;
|
|
1375
|
-
width: 100dvw;
|
|
1376
|
-
}
|
|
1377
|
-
|
|
1378
|
-
.overlay-provider {
|
|
1379
|
-
pointer-events: none;
|
|
1380
|
-
z-index: 10000;
|
|
1381
|
-
}
|
|
1382
|
-
|
|
1383
|
-
.overlay-shade {
|
|
1384
|
-
background: var(--overlay);
|
|
1385
|
-
backdrop-filter: blur(3px) saturate(180%);
|
|
1386
|
-
pointer-events: none;
|
|
1387
|
-
transition: opacity 600ms var(--swift-out);
|
|
1388
|
-
}
|
|
1389
|
-
|
|
1390
|
-
.overlay-provider:not(:has(.overlay:not(.overlay-transition-leave-active))) .overlay-shade {
|
|
1391
|
-
opacity: 0;
|
|
1392
|
-
}
|
|
1393
|
-
|
|
1394
|
-
.overlay {
|
|
1395
|
-
position: fixed;
|
|
1396
|
-
display: flex;
|
|
1397
|
-
inset: 0;
|
|
1398
|
-
height: 100dvh;
|
|
1399
|
-
width: 100dvw;
|
|
1400
|
-
outline: 0;
|
|
1401
|
-
}
|
|
1402
|
-
.overlay > .base-pane-structure {
|
|
1403
|
-
display: flex;
|
|
1404
|
-
margin: auto;
|
|
1405
|
-
max-height: min(840px, 100dvh - 180px);
|
|
1406
|
-
width: calc(100dvw - 90px);
|
|
1407
|
-
flex-flow: column nowrap;
|
|
1408
|
-
box-shadow: var(--shadow-lg);
|
|
1409
|
-
overflow: auto;
|
|
1410
|
-
transition: 420ms var(--swift-out);
|
|
1411
|
-
transition-property: filter, scale;
|
|
1412
|
-
}
|
|
1413
|
-
.overlay > .base-pane-structure .pane-footer {
|
|
1414
|
-
position: sticky;
|
|
1415
|
-
bottom: 0;
|
|
1416
|
-
margin-top: auto;
|
|
1417
|
-
}
|
|
1418
|
-
.overlay > .base-pane-structure::after {
|
|
1419
|
-
position: absolute;
|
|
1420
|
-
display: block;
|
|
1421
|
-
inset: 0;
|
|
1422
|
-
content: "";
|
|
1423
|
-
background: var(--overlay-secondary);
|
|
1424
|
-
opacity: 0;
|
|
1425
|
-
pointer-events: none;
|
|
1426
|
-
transition: opacity 420ms var(--swift-out);
|
|
1427
|
-
z-index: 1;
|
|
1428
|
-
}
|
|
1429
|
-
.overlay.is-current > .base-pane-structure {
|
|
1430
|
-
pointer-events: auto;
|
|
1431
|
-
}
|
|
1432
|
-
.overlay:not(.is-current) > .base-pane-structure {
|
|
1433
|
-
filter: blur(3px);
|
|
1434
|
-
scale: 0.95;
|
|
1435
|
-
}
|
|
1436
|
-
.overlay:not(.is-current) > .base-pane-structure::after {
|
|
1437
|
-
opacity: 1;
|
|
1438
|
-
}
|
|
1439
|
-
|
|
1440
|
-
.overlay-small {
|
|
1534
|
+
.route-transition-enter-active,
|
|
1535
|
+
.route-transition-back-enter-active {
|
|
1536
|
+
transition-duration: 180ms;
|
|
1537
|
+
transition-timing-function: var(--deceleration-curve);
|
|
1441
1538
|
}
|
|
1442
|
-
|
|
1443
|
-
|
|
1539
|
+
|
|
1540
|
+
.route-transition-leave-active,
|
|
1541
|
+
.route-transition-back-leave-active {
|
|
1542
|
+
transition-duration: 120ms;
|
|
1543
|
+
transition-timing-function: var(--acceleration-curve);
|
|
1444
1544
|
}
|
|
1445
1545
|
|
|
1446
|
-
.
|
|
1546
|
+
.route-transition-enter-from,
|
|
1547
|
+
.route-transition-back-leave-to {
|
|
1548
|
+
opacity: 0;
|
|
1549
|
+
scale: 0.975;
|
|
1447
1550
|
}
|
|
1448
|
-
|
|
1449
|
-
|
|
1551
|
+
|
|
1552
|
+
.route-transition-leave-to,
|
|
1553
|
+
.route-transition-back-enter-from {
|
|
1554
|
+
opacity: 0;
|
|
1555
|
+
scale: 0.975;
|
|
1450
1556
|
}
|
|
1451
1557
|
|
|
1452
|
-
.
|
|
1558
|
+
.tooltip-transition-enter-active,
|
|
1559
|
+
.tooltip-transition-leave-active {
|
|
1560
|
+
transition: 210ms var(--swift-out);
|
|
1561
|
+
transition-property: opacity, scale;
|
|
1453
1562
|
}
|
|
1454
|
-
|
|
1455
|
-
|
|
1563
|
+
|
|
1564
|
+
.tooltip-transition-enter-from {
|
|
1565
|
+
scale: 0.975;
|
|
1456
1566
|
}
|
|
1457
1567
|
|
|
1458
|
-
.
|
|
1459
|
-
|
|
1568
|
+
.tooltip-transition-enter-from,
|
|
1569
|
+
.tooltip-transition-leave-to {
|
|
1570
|
+
opacity: 0;
|
|
1460
1571
|
}
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
width: min(100dvw, 720px);
|
|
1572
|
+
|
|
1573
|
+
.vertical-window-transition-enter-active,
|
|
1574
|
+
.vertical-window-transition-back-enter-active {
|
|
1465
1575
|
contain: paint;
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
.slide-over > .base-pane-structure > .pane-header,
|
|
1469
|
-
.slide-over > .base-pane-structure > .pane-footer {
|
|
1470
|
-
position: sticky;
|
|
1471
|
-
z-index: 100;
|
|
1472
|
-
}
|
|
1473
|
-
.slide-over > .base-pane-structure > .pane-header {
|
|
1474
|
-
top: 0;
|
|
1475
|
-
padding-bottom: 21px;
|
|
1476
|
-
border-bottom: 1px solid var(--gray-1);
|
|
1477
|
-
box-shadow: var(--shadow-xs);
|
|
1478
|
-
}
|
|
1479
|
-
.slide-over > .base-pane-structure > .pane-header:has(+ :where(.tabs, .tab-bar)) {
|
|
1480
|
-
padding-bottom: 0;
|
|
1481
|
-
border-bottom: 0;
|
|
1482
|
-
box-shadow: none;
|
|
1483
|
-
}
|
|
1484
|
-
.slide-over > .base-pane-structure > .pane-header:not(:has(+ :where(.tabs, .tab-bar))) {
|
|
1485
|
-
background: inherit;
|
|
1486
|
-
}
|
|
1487
|
-
.slide-over > .base-pane-structure > .pane-header + .tab-bar {
|
|
1488
|
-
position: sticky;
|
|
1489
|
-
top: 45px;
|
|
1490
|
-
z-index: 100;
|
|
1491
|
-
}
|
|
1492
|
-
.slide-over > .base-pane-structure > .pane-header:has(.pane-header-caption > :is(span)) + .tab-bar {
|
|
1493
|
-
top: 69px;
|
|
1494
|
-
}
|
|
1495
|
-
.slide-over > .base-pane-structure > .pane-footer {
|
|
1496
|
-
bottom: 0;
|
|
1576
|
+
transition: 120ms var(--deceleration-curve);
|
|
1577
|
+
transition-property: opacity, transform;
|
|
1497
1578
|
}
|
|
1498
1579
|
|
|
1499
|
-
.
|
|
1500
|
-
.
|
|
1501
|
-
transition:
|
|
1502
|
-
|
|
1503
|
-
.overlay-transition-enter-active > .base-pane-structure,
|
|
1504
|
-
.overlay-transition-leave-active > .base-pane-structure {
|
|
1505
|
-
transition: 420ms var(--swift-out);
|
|
1506
|
-
transition-property: opacity, scale;
|
|
1580
|
+
.vertical-window-transition-leave-active,
|
|
1581
|
+
.vertical-window-transition-back-leave-active {
|
|
1582
|
+
transition: 120ms var(--acceleration-curve);
|
|
1583
|
+
transition-property: opacity, transform;
|
|
1507
1584
|
}
|
|
1508
1585
|
|
|
1509
|
-
.
|
|
1510
|
-
|
|
1511
|
-
}
|
|
1512
|
-
.overlay-transition-enter-from > .base-pane-structure {
|
|
1586
|
+
.vertical-window-transition-back-leave-to,
|
|
1587
|
+
.vertical-window-transition-enter-from {
|
|
1513
1588
|
opacity: 0;
|
|
1514
|
-
|
|
1589
|
+
transform: translate3d(0, 15px, 0);
|
|
1515
1590
|
}
|
|
1516
1591
|
|
|
1517
|
-
.
|
|
1518
|
-
|
|
1519
|
-
}
|
|
1520
|
-
.overlay-transition-leave-to > .base-pane-structure {
|
|
1592
|
+
.vertical-window-transition-back-enter-from,
|
|
1593
|
+
.vertical-window-transition-leave-to {
|
|
1521
1594
|
opacity: 0;
|
|
1522
|
-
|
|
1595
|
+
transform: translate3d(0, -15px, 0);
|
|
1523
1596
|
}
|
|
1524
1597
|
|
|
1525
|
-
.
|
|
1526
|
-
.
|
|
1527
|
-
transition:
|
|
1598
|
+
.window-transition-enter-active,
|
|
1599
|
+
.window-transition-back-enter-active {
|
|
1600
|
+
transition: 120ms var(--deceleration-curve);
|
|
1601
|
+
transition-property: height, opacity, transform;
|
|
1528
1602
|
}
|
|
1529
|
-
|
|
1530
|
-
.
|
|
1531
|
-
|
|
1532
|
-
transition
|
|
1603
|
+
|
|
1604
|
+
.window-transition-leave-active,
|
|
1605
|
+
.window-transition-back-leave-active {
|
|
1606
|
+
transition: 120ms var(--acceleration-curve);
|
|
1607
|
+
transition-property: height, opacity, transform;
|
|
1533
1608
|
}
|
|
1534
1609
|
|
|
1535
|
-
.
|
|
1536
|
-
.
|
|
1610
|
+
.window-transition-back-leave-to,
|
|
1611
|
+
.window-transition-enter-from {
|
|
1537
1612
|
opacity: 0;
|
|
1538
|
-
|
|
1613
|
+
transform: translate3d(15px, 0, 0);
|
|
1539
1614
|
}
|
|
1540
|
-
|
|
1541
|
-
.
|
|
1542
|
-
|
|
1615
|
+
|
|
1616
|
+
.window-transition-back-enter-from,
|
|
1617
|
+
.window-transition-leave-to {
|
|
1618
|
+
opacity: 0;
|
|
1619
|
+
transform: translate3d(-15px, 0, 0);
|
|
1543
1620
|
}.avatar {
|
|
1544
1621
|
position: relative;
|
|
1545
1622
|
display: inline-flex;
|
|
@@ -1554,9 +1631,9 @@
|
|
|
1554
1631
|
display: block;
|
|
1555
1632
|
height: inherit;
|
|
1556
1633
|
width: inherit;
|
|
1557
|
-
background: var(--gray-
|
|
1634
|
+
background: var(--gray-50);
|
|
1558
1635
|
border-radius: inherit;
|
|
1559
|
-
box-shadow: inset 0 0 0 1px var(--gray-
|
|
1636
|
+
box-shadow: inset 0 0 0 1px var(--gray-100);
|
|
1560
1637
|
}
|
|
1561
1638
|
|
|
1562
1639
|
.avatar-fallback {
|
|
@@ -1577,16 +1654,16 @@
|
|
|
1577
1654
|
}
|
|
1578
1655
|
|
|
1579
1656
|
.avatar-fallback-colorized {
|
|
1580
|
-
background: color-mix(in srgb, var(--color), var(--gray-
|
|
1657
|
+
background: color-mix(in srgb, var(--color), var(--gray-25) 80%);
|
|
1581
1658
|
color: var(--color);
|
|
1582
1659
|
}
|
|
1583
1660
|
|
|
1584
1661
|
[dark] .avatar-fallback-colorized {
|
|
1585
|
-
background: color-mix(in srgb, var(--color), var(--gray-
|
|
1662
|
+
background: color-mix(in srgb, var(--color), var(--gray-25) 70%);
|
|
1586
1663
|
}
|
|
1587
1664
|
|
|
1588
1665
|
.avatar-fallback-neutral {
|
|
1589
|
-
background: var(--gray-
|
|
1666
|
+
background: var(--gray-100);
|
|
1590
1667
|
color: var(--foreground-secondary);
|
|
1591
1668
|
}
|
|
1592
1669
|
|
|
@@ -1596,8 +1673,8 @@
|
|
|
1596
1673
|
inset: 0;
|
|
1597
1674
|
align-items: center;
|
|
1598
1675
|
justify-content: center;
|
|
1599
|
-
background:
|
|
1600
|
-
box-shadow: inset 0 0 0 1px var(--gray-
|
|
1676
|
+
background: rgb(from var(--gray-50) r g b/0.84);
|
|
1677
|
+
box-shadow: inset 0 0 0 1px var(--gray-100);
|
|
1601
1678
|
border-radius: inherit;
|
|
1602
1679
|
backdrop-filter: blur(3px) saturate(180%);
|
|
1603
1680
|
}
|
|
@@ -1617,27 +1694,27 @@
|
|
|
1617
1694
|
}
|
|
1618
1695
|
|
|
1619
1696
|
.avatar-status-gray {
|
|
1620
|
-
background: var(--gray-
|
|
1697
|
+
background: var(--gray-500);
|
|
1621
1698
|
}
|
|
1622
1699
|
|
|
1623
1700
|
.avatar-status-primary {
|
|
1624
|
-
background: var(--primary-
|
|
1701
|
+
background: var(--primary-600);
|
|
1625
1702
|
}
|
|
1626
1703
|
|
|
1627
1704
|
.avatar-status-danger {
|
|
1628
|
-
background: var(--danger-
|
|
1705
|
+
background: var(--danger-600);
|
|
1629
1706
|
}
|
|
1630
1707
|
|
|
1631
1708
|
.avatar-status-info {
|
|
1632
|
-
background: var(--info-
|
|
1709
|
+
background: var(--info-600);
|
|
1633
1710
|
}
|
|
1634
1711
|
|
|
1635
1712
|
.avatar-status-success {
|
|
1636
|
-
background: var(--success-
|
|
1713
|
+
background: var(--success-600);
|
|
1637
1714
|
}
|
|
1638
1715
|
|
|
1639
1716
|
.avatar-status-warning {
|
|
1640
|
-
background: var(--warning-
|
|
1717
|
+
background: var(--warning-600);
|
|
1641
1718
|
}
|
|
1642
1719
|
|
|
1643
1720
|
.avatar-clickable {
|
|
@@ -1671,16 +1748,16 @@
|
|
|
1671
1748
|
text-align: left;
|
|
1672
1749
|
transition: 180ms var(--swift-out);
|
|
1673
1750
|
transition-property: background, outline-color, outline-offset;
|
|
1674
|
-
outline: 2px solid
|
|
1751
|
+
outline: 2px solid rgb(from var(--primary-600) r g b/0);
|
|
1675
1752
|
outline-offset: 0;
|
|
1676
1753
|
}
|
|
1677
1754
|
.persona:focus-visible {
|
|
1678
|
-
outline-color: var(--primary-
|
|
1755
|
+
outline-color: var(--primary-600);
|
|
1679
1756
|
outline-offset: 2px;
|
|
1680
1757
|
}
|
|
1681
1758
|
@media (hover: hover) {
|
|
1682
1759
|
.persona:hover {
|
|
1683
|
-
background: var(--gray-
|
|
1760
|
+
background: var(--gray-100);
|
|
1684
1761
|
}
|
|
1685
1762
|
}
|
|
1686
1763
|
|
|
@@ -1708,8 +1785,8 @@
|
|
|
1708
1785
|
padding-right: 9px;
|
|
1709
1786
|
align-items: center;
|
|
1710
1787
|
gap: 6px;
|
|
1711
|
-
background: var(--
|
|
1712
|
-
border: 1px solid var(--
|
|
1788
|
+
background: var(--surface);
|
|
1789
|
+
border: 1px solid var(--surface-stroke);
|
|
1713
1790
|
border-radius: 99px;
|
|
1714
1791
|
color: var(--foreground-prominent);
|
|
1715
1792
|
font-size: 13px;
|
|
@@ -1723,7 +1800,7 @@
|
|
|
1723
1800
|
}
|
|
1724
1801
|
@media (hover: hover) {
|
|
1725
1802
|
.badge:is(a):hover {
|
|
1726
|
-
background: var(--gray-
|
|
1803
|
+
background: var(--gray-50);
|
|
1727
1804
|
color: var(--foreground-prominent);
|
|
1728
1805
|
}
|
|
1729
1806
|
}
|
|
@@ -1747,12 +1824,12 @@
|
|
|
1747
1824
|
}
|
|
1748
1825
|
@media (hover: hover) {
|
|
1749
1826
|
.badge-close:hover {
|
|
1750
|
-
background: var(--gray-
|
|
1827
|
+
background: var(--gray-100);
|
|
1751
1828
|
color: var(--foreground);
|
|
1752
1829
|
}
|
|
1753
1830
|
}
|
|
1754
1831
|
.badge-close:active {
|
|
1755
|
-
background: var(--gray-
|
|
1832
|
+
background: var(--gray-200);
|
|
1756
1833
|
color: var(--foreground);
|
|
1757
1834
|
}
|
|
1758
1835
|
.badge-close .icon {
|
|
@@ -1784,44 +1861,44 @@
|
|
|
1784
1861
|
}
|
|
1785
1862
|
|
|
1786
1863
|
.badge-gray {
|
|
1787
|
-
--color: var(--gray-
|
|
1864
|
+
--color: var(--gray-700);
|
|
1788
1865
|
}
|
|
1789
1866
|
.badge-gray .badge-label {
|
|
1790
1867
|
color: var(--foreground-prominent);
|
|
1791
1868
|
}
|
|
1792
1869
|
.badge-gray .spinner {
|
|
1793
|
-
--value: var(--primary-
|
|
1870
|
+
--value: var(--primary-600);
|
|
1794
1871
|
}
|
|
1795
1872
|
|
|
1796
1873
|
.badge-primary {
|
|
1797
|
-
--color: var(--primary-
|
|
1874
|
+
--color: var(--primary-600);
|
|
1798
1875
|
}
|
|
1799
1876
|
|
|
1800
1877
|
.badge-danger {
|
|
1801
|
-
--color: var(--danger-
|
|
1878
|
+
--color: var(--danger-600);
|
|
1802
1879
|
}
|
|
1803
1880
|
|
|
1804
1881
|
.badge-info {
|
|
1805
|
-
--color: var(--info-
|
|
1882
|
+
--color: var(--info-600);
|
|
1806
1883
|
}
|
|
1807
1884
|
|
|
1808
1885
|
.badge-success {
|
|
1809
|
-
--color: var(--success-
|
|
1886
|
+
--color: var(--success-600);
|
|
1810
1887
|
}
|
|
1811
1888
|
|
|
1812
1889
|
.badge-warning {
|
|
1813
|
-
--color: var(--warning-
|
|
1890
|
+
--color: var(--warning-600);
|
|
1814
1891
|
}
|
|
1815
1892
|
|
|
1816
1893
|
.tag {
|
|
1817
|
-
background: var(--gray-
|
|
1818
|
-
border-color: var(--gray-
|
|
1819
|
-
border-radius:
|
|
1894
|
+
background: var(--gray-50);
|
|
1895
|
+
border-color: var(--gray-200);
|
|
1896
|
+
border-radius: var(--radius-half);
|
|
1820
1897
|
font-weight: 400;
|
|
1821
1898
|
}
|
|
1822
1899
|
|
|
1823
1900
|
.tag-close {
|
|
1824
|
-
border-radius:
|
|
1901
|
+
border-radius: var(--radius-half);
|
|
1825
1902
|
}
|
|
1826
1903
|
|
|
1827
1904
|
.tag-dot {
|
|
@@ -1890,11 +1967,14 @@
|
|
|
1890
1967
|
}
|
|
1891
1968
|
@media (hover: hover) {
|
|
1892
1969
|
.menu-item:hover {
|
|
1893
|
-
background: var(--gray-
|
|
1970
|
+
background: var(--gray-100);
|
|
1894
1971
|
}
|
|
1895
1972
|
}
|
|
1896
1973
|
.menu-item:active {
|
|
1897
|
-
background: var(--gray-
|
|
1974
|
+
background: var(--gray-200);
|
|
1975
|
+
}
|
|
1976
|
+
.menu-item .badge:last-child {
|
|
1977
|
+
margin-right: -6px;
|
|
1898
1978
|
}
|
|
1899
1979
|
|
|
1900
1980
|
.menu-item-icon {
|
|
@@ -1913,42 +1993,45 @@
|
|
|
1913
1993
|
}
|
|
1914
1994
|
|
|
1915
1995
|
.menu-item-active {
|
|
1916
|
-
background: var(--primary-
|
|
1917
|
-
color: var(--primary-
|
|
1996
|
+
background: var(--primary-600);
|
|
1997
|
+
color: var(--primary-50);
|
|
1918
1998
|
}
|
|
1919
1999
|
.menu-item-active .menu-item-icon {
|
|
1920
|
-
color: var(--primary-
|
|
2000
|
+
color: var(--primary-25);
|
|
1921
2001
|
}
|
|
1922
2002
|
@media (hover: hover) {
|
|
1923
2003
|
.menu-item-active:hover {
|
|
1924
|
-
background: var(--primary-
|
|
2004
|
+
background: var(--primary-600);
|
|
1925
2005
|
}
|
|
1926
2006
|
}
|
|
1927
2007
|
.menu-item-active:active {
|
|
1928
|
-
background: var(--primary-
|
|
2008
|
+
background: var(--primary-600);
|
|
1929
2009
|
}
|
|
1930
2010
|
|
|
1931
2011
|
.menu-item-destructive .menu-item-icon {
|
|
1932
|
-
color: var(--danger-
|
|
2012
|
+
color: var(--danger-700);
|
|
1933
2013
|
}
|
|
1934
2014
|
.menu-item-destructive .menu-item-label {
|
|
1935
|
-
color: var(--danger-
|
|
2015
|
+
color: var(--danger-700);
|
|
1936
2016
|
}
|
|
1937
2017
|
|
|
1938
2018
|
.menu-item-highlighted {
|
|
1939
|
-
background: var(--primary-
|
|
1940
|
-
color: var(--primary-
|
|
2019
|
+
background: var(--primary-100);
|
|
2020
|
+
color: var(--primary-600);
|
|
1941
2021
|
}
|
|
1942
2022
|
.menu-item-highlighted .menu-item-icon {
|
|
1943
|
-
color: var(--primary-
|
|
2023
|
+
color: var(--primary-700);
|
|
1944
2024
|
}
|
|
1945
2025
|
@media (hover: hover) {
|
|
1946
2026
|
.menu-item-highlighted:hover {
|
|
1947
|
-
background: var(--primary-
|
|
2027
|
+
background: var(--primary-100);
|
|
1948
2028
|
}
|
|
1949
2029
|
}
|
|
1950
2030
|
.menu-item-highlighted:active {
|
|
1951
|
-
background: var(--primary-
|
|
2031
|
+
background: var(--primary-100);
|
|
2032
|
+
}
|
|
2033
|
+
.menu-item-highlighted .badge {
|
|
2034
|
+
--surface-stroke: var(--primary-200);
|
|
1952
2035
|
}
|
|
1953
2036
|
|
|
1954
2037
|
.menu-item-indented {
|
|
@@ -1959,7 +2042,7 @@
|
|
|
1959
2042
|
}
|
|
1960
2043
|
|
|
1961
2044
|
.menu-item-selected .menu-item-selectable-icon {
|
|
1962
|
-
color: var(--primary-
|
|
2045
|
+
color: var(--primary-600);
|
|
1963
2046
|
}
|
|
1964
2047
|
|
|
1965
2048
|
.menu-item-command {
|
|
@@ -1986,7 +2069,7 @@
|
|
|
1986
2069
|
|
|
1987
2070
|
.menu-item-active .menu-item-command,
|
|
1988
2071
|
.menu-item-active .menu-item-command-icon {
|
|
1989
|
-
color: var(--primary-
|
|
2072
|
+
color: var(--primary-300);
|
|
1990
2073
|
}
|
|
1991
2074
|
|
|
1992
2075
|
.menu-item-image {
|
|
@@ -2021,7 +2104,7 @@
|
|
|
2021
2104
|
padding: 12px 12px 6px;
|
|
2022
2105
|
align-items: center;
|
|
2023
2106
|
gap: 9px;
|
|
2024
|
-
background: linear-gradient(to bottom, var(--
|
|
2107
|
+
background: linear-gradient(to bottom, var(--surface) 75%, transparent);
|
|
2025
2108
|
font-size: 14px;
|
|
2026
2109
|
pointer-events: none;
|
|
2027
2110
|
z-index: 1;
|
|
@@ -2057,7 +2140,7 @@
|
|
|
2057
2140
|
bottom: 12px;
|
|
2058
2141
|
width: 4px;
|
|
2059
2142
|
content: "";
|
|
2060
|
-
background: var(--primary-
|
|
2143
|
+
background: var(--primary-600);
|
|
2061
2144
|
border-radius: 99px;
|
|
2062
2145
|
opacity: 0;
|
|
2063
2146
|
transition: opacity 180ms var(--swift-out);
|
|
@@ -2067,14 +2150,14 @@
|
|
|
2067
2150
|
min-height: 48px;
|
|
2068
2151
|
}
|
|
2069
2152
|
.menu-large .menu-item:not(.menu-item-indented)::after {
|
|
2070
|
-
background: var(--primary-
|
|
2153
|
+
background: var(--primary-25);
|
|
2071
2154
|
}
|
|
2072
2155
|
|
|
2073
2156
|
.menu-large .menu-item-active::after {
|
|
2074
2157
|
opacity: 1;
|
|
2075
2158
|
}
|
|
2076
2159
|
.menu-large .menu-item-active.menu-item-indented {
|
|
2077
|
-
background: var(--gray-
|
|
2160
|
+
background: var(--gray-100);
|
|
2078
2161
|
}
|
|
2079
2162
|
.menu-large .menu-item-active.menu-item-indented .menu-item-icon,
|
|
2080
2163
|
.menu-large .menu-item-active.menu-item-indented .menu-item-label {
|
|
@@ -2146,10 +2229,17 @@
|
|
|
2146
2229
|
align-self: flex-start;
|
|
2147
2230
|
}
|
|
2148
2231
|
|
|
2232
|
+
.form-grid {
|
|
2233
|
+
--columns: 2;
|
|
2234
|
+
display: grid;
|
|
2235
|
+
gap: 18px;
|
|
2236
|
+
grid-template-columns: repeat(var(--columns), 1fr);
|
|
2237
|
+
}
|
|
2238
|
+
|
|
2149
2239
|
.form-row {
|
|
2150
2240
|
display: flex;
|
|
2151
2241
|
flex-grow: 1;
|
|
2152
|
-
gap:
|
|
2242
|
+
gap: 18px;
|
|
2153
2243
|
}
|
|
2154
2244
|
|
|
2155
2245
|
.form-section-title {
|
|
@@ -2159,6 +2249,9 @@
|
|
|
2159
2249
|
}
|
|
2160
2250
|
|
|
2161
2251
|
@media (max-width: 767.98px) {
|
|
2252
|
+
.form-grid {
|
|
2253
|
+
grid-template-columns: 1fr;
|
|
2254
|
+
}
|
|
2162
2255
|
.form-row {
|
|
2163
2256
|
flex-flow: column;
|
|
2164
2257
|
gap: 18px;
|
|
@@ -2219,7 +2312,7 @@
|
|
|
2219
2312
|
}
|
|
2220
2313
|
|
|
2221
2314
|
.form-field-addition-error {
|
|
2222
|
-
color: var(--danger-
|
|
2315
|
+
color: var(--danger-600);
|
|
2223
2316
|
}
|
|
2224
2317
|
|
|
2225
2318
|
.form-field-addition-hint {
|
|
@@ -2237,9 +2330,9 @@
|
|
|
2237
2330
|
width: 100%;
|
|
2238
2331
|
padding: 0 12px;
|
|
2239
2332
|
align-self: start;
|
|
2240
|
-
background: var(--
|
|
2333
|
+
background: var(--surface);
|
|
2241
2334
|
background-clip: padding-box;
|
|
2242
|
-
border: 1px solid var(--
|
|
2335
|
+
border: 1px solid var(--surface-stroke);
|
|
2243
2336
|
border-radius: var(--radius);
|
|
2244
2337
|
box-shadow: var(--shadow-px);
|
|
2245
2338
|
color: var(--foreground);
|
|
@@ -2250,13 +2343,14 @@
|
|
|
2250
2343
|
color: var(--foreground-secondary);
|
|
2251
2344
|
}
|
|
2252
2345
|
.form-input.is-secondary {
|
|
2253
|
-
background: var(--
|
|
2346
|
+
background: var(--background);
|
|
2254
2347
|
border-color: transparent;
|
|
2255
2348
|
box-shadow: none;
|
|
2256
2349
|
}
|
|
2257
2350
|
|
|
2258
2351
|
.form-input-disabled {
|
|
2259
|
-
background: var(--
|
|
2352
|
+
background: var(--surface-disabled);
|
|
2353
|
+
color: var(--foreground-secondary);
|
|
2260
2354
|
cursor: not-allowed;
|
|
2261
2355
|
}
|
|
2262
2356
|
.form-input-disabled input {
|
|
@@ -2264,16 +2358,16 @@
|
|
|
2264
2358
|
}
|
|
2265
2359
|
|
|
2266
2360
|
.form-input-enabled {
|
|
2267
|
-
outline: 2px solid
|
|
2361
|
+
outline: 2px solid rgb(from var(--primary-600) r g b/0);
|
|
2268
2362
|
outline-offset: 0;
|
|
2269
2363
|
}
|
|
2270
2364
|
.form-input-enabled:focus-visible, .form-input-enabled:focus-within {
|
|
2271
|
-
outline-color: var(--primary-
|
|
2365
|
+
outline-color: var(--primary-600);
|
|
2272
2366
|
outline-offset: -1px;
|
|
2273
2367
|
}
|
|
2274
2368
|
@media (hover: hover) {
|
|
2275
2369
|
.form-input-enabled:hover {
|
|
2276
|
-
border-color: var(--
|
|
2370
|
+
border-color: var(--surface-stroke-hover);
|
|
2277
2371
|
}
|
|
2278
2372
|
}
|
|
2279
2373
|
|
|
@@ -2325,7 +2419,7 @@
|
|
|
2325
2419
|
}
|
|
2326
2420
|
.form-input-native::-webkit-color-swatch {
|
|
2327
2421
|
border: 0;
|
|
2328
|
-
border-radius:
|
|
2422
|
+
border-radius: var(--radius-half);
|
|
2329
2423
|
}
|
|
2330
2424
|
.form-input-native::-webkit-color-swatch-wrapper {
|
|
2331
2425
|
margin: 0 -12px;
|
|
@@ -2347,37 +2441,37 @@
|
|
|
2347
2441
|
align-items: center;
|
|
2348
2442
|
flex-grow: 0;
|
|
2349
2443
|
justify-content: center;
|
|
2350
|
-
background: var(--
|
|
2444
|
+
background: var(--surface-disabled);
|
|
2351
2445
|
color: var(--foreground-secondary);
|
|
2352
2446
|
pointer-events: none;
|
|
2353
2447
|
}
|
|
2354
2448
|
.form-input-addition:has(+ .form-input .form-input-native) {
|
|
2355
|
-
border-right: 1px solid var(--
|
|
2449
|
+
border-right: 1px solid var(--surface-stroke);
|
|
2356
2450
|
}
|
|
2357
2451
|
.form-input-addition + .form-input-addition {
|
|
2358
|
-
border-left: 1px solid var(--
|
|
2452
|
+
border-left: 1px solid var(--surface-stroke);
|
|
2359
2453
|
}
|
|
2360
2454
|
.form-input:has(.form-input-native) + .form-input-addition {
|
|
2361
|
-
border-left: 1px solid var(--
|
|
2455
|
+
border-left: 1px solid var(--surface-stroke);
|
|
2362
2456
|
}
|
|
2363
2457
|
|
|
2364
2458
|
.form-input-group {
|
|
2365
2459
|
display: flex;
|
|
2366
2460
|
padding: 0;
|
|
2367
|
-
outline: 2px solid
|
|
2461
|
+
outline: 2px solid rgb(from var(--primary-600) r g b/0);
|
|
2368
2462
|
outline-offset: 0;
|
|
2369
2463
|
}
|
|
2370
2464
|
.form-input-group:focus-visible, .form-input-group:focus-within {
|
|
2371
|
-
outline-color: var(--primary-
|
|
2465
|
+
outline-color: var(--primary-600);
|
|
2372
2466
|
outline-offset: -1px;
|
|
2373
2467
|
}
|
|
2374
2468
|
.form-input-group > :is(.form-input, .form-select, .button) + :is(.button, .button-group) {
|
|
2375
2469
|
margin: 0;
|
|
2376
|
-
border-left: 1px solid var(--
|
|
2470
|
+
border-left: 1px solid var(--surface-stroke);
|
|
2377
2471
|
}
|
|
2378
2472
|
.form-input-group > .button-group > .button + .button {
|
|
2379
2473
|
margin: 0;
|
|
2380
|
-
border-left: 1px solid var(--
|
|
2474
|
+
border-left: 1px solid var(--surface-stroke);
|
|
2381
2475
|
}
|
|
2382
2476
|
.form-input-group > .button-group:not(:first-child) > .button:first-child {
|
|
2383
2477
|
border-top-left-radius: 0;
|
|
@@ -2395,14 +2489,31 @@
|
|
|
2395
2489
|
}
|
|
2396
2490
|
.form-input-group.is-secondary .secondary-button {
|
|
2397
2491
|
background: transparent;
|
|
2398
|
-
border-color: var(--
|
|
2492
|
+
border-color: var(--surface-stroke);
|
|
2399
2493
|
box-shadow: none;
|
|
2400
2494
|
}
|
|
2401
2495
|
@media (hover: hover) {
|
|
2402
2496
|
.form-input-group.is-secondary .secondary-button:hover {
|
|
2403
|
-
background: var(--
|
|
2497
|
+
background: var(--surface-stroke-hover);
|
|
2404
2498
|
}
|
|
2405
2499
|
}
|
|
2500
|
+
.form-input-group:has(*:disabled) {
|
|
2501
|
+
cursor: not-allowed;
|
|
2502
|
+
}
|
|
2503
|
+
.form-input-group:has(*:disabled) > * {
|
|
2504
|
+
pointer-events: none;
|
|
2505
|
+
}
|
|
2506
|
+
.form-input-group :is(.button[disabled]),
|
|
2507
|
+
.form-input-group :is(.button[aria-disabled=true]) {
|
|
2508
|
+
background: var(--surface-disabled);
|
|
2509
|
+
opacity: 1;
|
|
2510
|
+
}
|
|
2511
|
+
.form-input-group :is(.button[disabled]),
|
|
2512
|
+
.form-input-group :is(.button[disabled]) .button-icon,
|
|
2513
|
+
.form-input-group :is(.button[aria-disabled=true]),
|
|
2514
|
+
.form-input-group :is(.button[aria-disabled=true]) .button-icon {
|
|
2515
|
+
color: var(--foreground-secondary);
|
|
2516
|
+
}
|
|
2406
2517
|
|
|
2407
2518
|
.form-date-input {
|
|
2408
2519
|
cursor: default;
|
|
@@ -2446,23 +2557,23 @@
|
|
|
2446
2557
|
cursor: pointer;
|
|
2447
2558
|
}
|
|
2448
2559
|
.form-select:not(.is-disabled) {
|
|
2449
|
-
outline: 2px solid
|
|
2560
|
+
outline: 2px solid rgb(from var(--primary-600) r g b/0);
|
|
2450
2561
|
outline-offset: 0;
|
|
2451
2562
|
}
|
|
2452
2563
|
.form-select:not(.is-disabled):focus-visible, .form-select:not(.is-disabled):focus-within {
|
|
2453
|
-
outline-color: var(--primary-
|
|
2564
|
+
outline-color: var(--primary-600);
|
|
2454
2565
|
outline-offset: -1px;
|
|
2455
2566
|
}
|
|
2456
2567
|
@media (hover: hover) {
|
|
2457
2568
|
.form-select:not(.is-disabled):hover {
|
|
2458
|
-
border-color: var(--
|
|
2569
|
+
border-color: var(--surface-stroke-hover);
|
|
2459
2570
|
}
|
|
2460
2571
|
}
|
|
2461
2572
|
.form-select.is-disabled {
|
|
2462
2573
|
cursor: not-allowed;
|
|
2463
2574
|
}
|
|
2464
2575
|
.form-select.is-focused {
|
|
2465
|
-
outline-color: var(--primary-
|
|
2576
|
+
outline-color: var(--primary-600);
|
|
2466
2577
|
outline-offset: -1px;
|
|
2467
2578
|
}
|
|
2468
2579
|
.form-select .badge {
|
|
@@ -2484,7 +2595,7 @@
|
|
|
2484
2595
|
top: 0;
|
|
2485
2596
|
height: 48px;
|
|
2486
2597
|
margin-bottom: 9px;
|
|
2487
|
-
background: var(--
|
|
2598
|
+
background: var(--surface);
|
|
2488
2599
|
border-top: 0;
|
|
2489
2600
|
border-left: 0;
|
|
2490
2601
|
border-right: 0;
|
|
@@ -2552,8 +2663,8 @@
|
|
|
2552
2663
|
}
|
|
2553
2664
|
|
|
2554
2665
|
.is-disabled .form-select-selected {
|
|
2555
|
-
background: var(--
|
|
2556
|
-
border: 1px solid var(--
|
|
2666
|
+
background: var(--surface-disabled);
|
|
2667
|
+
border: 1px solid var(--surface-stroke);
|
|
2557
2668
|
color: var(--foreground-secondary);
|
|
2558
2669
|
opacity: 1;
|
|
2559
2670
|
}
|
|
@@ -2596,15 +2707,15 @@
|
|
|
2596
2707
|
padding: 0;
|
|
2597
2708
|
align-items: center;
|
|
2598
2709
|
justify-content: center;
|
|
2599
|
-
background: var(--gray-
|
|
2600
|
-
border:
|
|
2601
|
-
border-radius:
|
|
2602
|
-
color: var(--primary-
|
|
2710
|
+
background: var(--gray-50);
|
|
2711
|
+
border: 1px solid var(--gray-200);
|
|
2712
|
+
border-radius: var(--radius-half);
|
|
2713
|
+
color: var(--primary-25);
|
|
2603
2714
|
cursor: pointer;
|
|
2604
2715
|
pointer-events: none;
|
|
2605
2716
|
transition: 210ms var(--swift-out);
|
|
2606
|
-
transition-property: background, color, outline-color, outline-offset;
|
|
2607
|
-
outline: 2px solid
|
|
2717
|
+
transition-property: background, border-color, color, outline-color, outline-offset;
|
|
2718
|
+
outline: 2px solid rgb(from var(--primary-600) r g b/0);
|
|
2608
2719
|
outline-offset: 0;
|
|
2609
2720
|
}
|
|
2610
2721
|
.checkbox-element .icon {
|
|
@@ -2628,17 +2739,18 @@
|
|
|
2628
2739
|
}
|
|
2629
2740
|
@media (hover: hover) {
|
|
2630
2741
|
.checkbox-native:hover + .checkbox-element {
|
|
2631
|
-
background: var(--gray-
|
|
2742
|
+
background: var(--gray-100);
|
|
2632
2743
|
}
|
|
2633
2744
|
}
|
|
2634
2745
|
.checkbox-native:is(:checked, :indeterminate) + .checkbox-element {
|
|
2635
|
-
background: var(--primary-
|
|
2746
|
+
background: var(--primary-600);
|
|
2747
|
+
border-color: var(--primary-600);
|
|
2636
2748
|
}
|
|
2637
2749
|
.checkbox-native:is(:checked, :indeterminate) + .checkbox-element .icon {
|
|
2638
2750
|
opacity: 1;
|
|
2639
2751
|
}
|
|
2640
2752
|
.checkbox-native:focus-visible + .checkbox-element {
|
|
2641
|
-
outline-color: var(--primary-
|
|
2753
|
+
outline-color: var(--primary-600);
|
|
2642
2754
|
outline-offset: 2px;
|
|
2643
2755
|
}
|
|
2644
2756
|
|
|
@@ -2646,22 +2758,22 @@
|
|
|
2646
2758
|
min-width: max-content;
|
|
2647
2759
|
align-self: center;
|
|
2648
2760
|
justify-self: center;
|
|
2649
|
-
border: 1px solid var(--
|
|
2761
|
+
border: 1px solid var(--surface-stroke);
|
|
2650
2762
|
border-radius: var(--radius);
|
|
2651
2763
|
box-shadow: var(--shadow-px);
|
|
2652
2764
|
overflow: hidden;
|
|
2653
2765
|
transition: 180ms var(--swift-out);
|
|
2654
|
-
transition-property: outline-color, outline-offset;
|
|
2655
|
-
outline: 2px solid
|
|
2766
|
+
transition-property: border-color, outline-color, outline-offset;
|
|
2767
|
+
outline: 2px solid rgb(from var(--primary-600) r g b/0);
|
|
2656
2768
|
outline-offset: 0;
|
|
2657
2769
|
}
|
|
2658
2770
|
.quantity-selector:focus-visible, .quantity-selector:focus-within {
|
|
2659
|
-
outline-color: var(--primary-
|
|
2771
|
+
outline-color: var(--primary-600);
|
|
2660
2772
|
outline-offset: 2px;
|
|
2661
2773
|
}
|
|
2662
2774
|
@media (hover: hover) {
|
|
2663
2775
|
.quantity-selector:hover {
|
|
2664
|
-
border-color: var(--
|
|
2776
|
+
border-color: var(--surface-stroke-hover);
|
|
2665
2777
|
}
|
|
2666
2778
|
}
|
|
2667
2779
|
|
|
@@ -2689,7 +2801,7 @@
|
|
|
2689
2801
|
text-align: center;
|
|
2690
2802
|
}
|
|
2691
2803
|
.quantity-selector-input:hover {
|
|
2692
|
-
border-color: var(--
|
|
2804
|
+
border-color: var(--surface-stroke-hover);
|
|
2693
2805
|
}
|
|
2694
2806
|
.quantity-selector-input, .quantity-selector-input:focus-visible, .quantity-selector-input:focus-within {
|
|
2695
2807
|
outline: 0 !important;
|
|
@@ -2717,8 +2829,7 @@
|
|
|
2717
2829
|
.pin-input-field {
|
|
2718
2830
|
padding: 0;
|
|
2719
2831
|
width: 2.7ch;
|
|
2720
|
-
|
|
2721
|
-
border: 1px solid var(--gray-3);
|
|
2832
|
+
border: 1px solid var(--surface-stroke);
|
|
2722
2833
|
border-radius: var(--radius);
|
|
2723
2834
|
box-shadow: var(--shadow-px);
|
|
2724
2835
|
font: inherit;
|
|
@@ -2732,20 +2843,20 @@
|
|
|
2732
2843
|
.pin-input-enabled {
|
|
2733
2844
|
}
|
|
2734
2845
|
.pin-input-enabled .pin-input-field {
|
|
2735
|
-
background-color: var(--
|
|
2846
|
+
background-color: var(--surface);
|
|
2736
2847
|
color: var(--foreground-prominent);
|
|
2737
|
-
outline: 2px solid
|
|
2848
|
+
outline: 2px solid rgb(from var(--primary-600) r g b/0);
|
|
2738
2849
|
outline-offset: 0;
|
|
2739
2850
|
}
|
|
2740
2851
|
.pin-input-enabled .pin-input-field:focus-visible, .pin-input-enabled .pin-input-field:focus-within {
|
|
2741
|
-
outline-color: var(--primary-
|
|
2852
|
+
outline-color: var(--primary-600);
|
|
2742
2853
|
outline-offset: -1px;
|
|
2743
2854
|
}
|
|
2744
2855
|
|
|
2745
2856
|
.pin-input-disabled {
|
|
2746
2857
|
}
|
|
2747
2858
|
.pin-input-disabled .pin-input-field {
|
|
2748
|
-
background-color: var(--
|
|
2859
|
+
background-color: var(--surface-disabled);
|
|
2749
2860
|
color: var(--foreground-secondary);
|
|
2750
2861
|
cursor: not-allowed;
|
|
2751
2862
|
}
|
|
@@ -2756,18 +2867,22 @@
|
|
|
2756
2867
|
width: 54px;
|
|
2757
2868
|
height: 30px;
|
|
2758
2869
|
flex: 0 0 auto;
|
|
2759
|
-
background: var(--gray-
|
|
2870
|
+
background: var(--gray-50);
|
|
2871
|
+
border: 1px solid var(--gray-200);
|
|
2760
2872
|
border-radius: 99px;
|
|
2761
2873
|
contain: paint;
|
|
2762
2874
|
}
|
|
2875
|
+
.toggle.is-checked {
|
|
2876
|
+
border-color: transparent;
|
|
2877
|
+
}
|
|
2763
2878
|
.toggle.is-checked .toggle-input::after {
|
|
2764
2879
|
translate: 24px 0;
|
|
2765
2880
|
}
|
|
2766
2881
|
.toggle.is-checked:not(.is-switch) {
|
|
2767
|
-
background: var(--primary-
|
|
2882
|
+
background: var(--primary-600);
|
|
2768
2883
|
}
|
|
2769
2884
|
.toggle.is-checked:not(.is-switch) .toggle-icon {
|
|
2770
|
-
color: var(--primary-
|
|
2885
|
+
color: var(--primary-25);
|
|
2771
2886
|
}
|
|
2772
2887
|
.toggle.is-checked:not(.is-switch) .toggle-input::after {
|
|
2773
2888
|
border-color: transparent;
|
|
@@ -2812,24 +2927,23 @@
|
|
|
2812
2927
|
border-radius: inherit;
|
|
2813
2928
|
cursor: pointer;
|
|
2814
2929
|
outline: 0;
|
|
2815
|
-
outline: 2px solid
|
|
2930
|
+
outline: 2px solid rgb(from var(--primary-600) r g b/0);
|
|
2816
2931
|
outline-offset: 0;
|
|
2817
2932
|
}
|
|
2818
2933
|
.toggle-input:focus-visible {
|
|
2819
|
-
outline-color: var(--primary-
|
|
2934
|
+
outline-color: var(--primary-600);
|
|
2820
2935
|
outline-offset: 2px;
|
|
2821
2936
|
}
|
|
2822
2937
|
.toggle-input::after {
|
|
2823
2938
|
position: absolute;
|
|
2824
2939
|
display: block;
|
|
2825
|
-
top:
|
|
2826
|
-
left:
|
|
2940
|
+
top: 2px;
|
|
2941
|
+
left: 2px;
|
|
2827
2942
|
height: 24px;
|
|
2828
2943
|
width: 24px;
|
|
2829
2944
|
content: "";
|
|
2830
|
-
background: var(--
|
|
2831
|
-
|
|
2832
|
-
border: 1px solid var(--gray-3);
|
|
2945
|
+
background: var(--surface);
|
|
2946
|
+
border: 1px solid var(--surface-stroke);
|
|
2833
2947
|
border-radius: 99px;
|
|
2834
2948
|
box-shadow: var(--shadow-sm);
|
|
2835
2949
|
}
|
|
@@ -2844,7 +2958,7 @@
|
|
|
2844
2958
|
max-height: 50dvh;
|
|
2845
2959
|
max-width: 100%;
|
|
2846
2960
|
padding: 9px;
|
|
2847
|
-
width:
|
|
2961
|
+
width: 300px;
|
|
2848
2962
|
overflow: auto;
|
|
2849
2963
|
scrollbar-width: none;
|
|
2850
2964
|
transition: height 150ms var(--deceleration-curve);
|
|
@@ -2879,8 +2993,8 @@
|
|
|
2879
2993
|
margin: -9px -9px 3px;
|
|
2880
2994
|
padding: 9px;
|
|
2881
2995
|
top: -9px;
|
|
2882
|
-
background: var(--
|
|
2883
|
-
border-bottom: 1px solid var(--
|
|
2996
|
+
background: var(--surface);
|
|
2997
|
+
border-bottom: 1px solid var(--surface-stroke);
|
|
2884
2998
|
z-index: 2;
|
|
2885
2999
|
}
|
|
2886
3000
|
.filter-header:first-child {
|
|
@@ -2906,8 +3020,19 @@
|
|
|
2906
3020
|
top: 52px;
|
|
2907
3021
|
margin: -9px -9px 0;
|
|
2908
3022
|
padding: 9px;
|
|
2909
|
-
background: linear-gradient(to bottom, var(--
|
|
3023
|
+
background: linear-gradient(to bottom, var(--surface) 75%, transparent);
|
|
2910
3024
|
z-index: 1;
|
|
3025
|
+
}
|
|
3026
|
+
|
|
3027
|
+
.filter-bar {
|
|
3028
|
+
display: flex;
|
|
3029
|
+
flex-flow: row nowrap;
|
|
3030
|
+
flex-grow: 1;
|
|
3031
|
+
gap: 15px;
|
|
3032
|
+
}
|
|
3033
|
+
|
|
3034
|
+
.filter-bar-search {
|
|
3035
|
+
max-width: 300px;
|
|
2911
3036
|
}.slider {
|
|
2912
3037
|
position: relative;
|
|
2913
3038
|
display: flex;
|
|
@@ -2929,9 +3054,9 @@
|
|
|
2929
3054
|
height: 24px;
|
|
2930
3055
|
width: 24px;
|
|
2931
3056
|
padding: 0;
|
|
2932
|
-
background: var(--
|
|
3057
|
+
background: var(--surface);
|
|
2933
3058
|
background-clip: padding-box;
|
|
2934
|
-
border: 1px solid
|
|
3059
|
+
border: 1px solid var(--surface-stroke-out);
|
|
2935
3060
|
border-radius: 99px;
|
|
2936
3061
|
box-shadow: var(--shadow-sm);
|
|
2937
3062
|
cursor: grab;
|
|
@@ -2939,20 +3064,20 @@
|
|
|
2939
3064
|
translate: -50% -50%;
|
|
2940
3065
|
transition: 180ms var(--swift-out);
|
|
2941
3066
|
transition-property: outline-color, outline-offset;
|
|
2942
|
-
outline: 2px solid
|
|
3067
|
+
outline: 2px solid rgb(from var(--primary-600) r g b/0);
|
|
2943
3068
|
outline-offset: 0;
|
|
2944
3069
|
}
|
|
2945
3070
|
.slider-thumb:focus-visible {
|
|
2946
|
-
outline-color: var(--primary-
|
|
3071
|
+
outline-color: var(--primary-600);
|
|
2947
3072
|
outline-offset: 2px;
|
|
2948
3073
|
}
|
|
2949
3074
|
@media (hover: hover) {
|
|
2950
3075
|
.slider-thumb:hover {
|
|
2951
|
-
background-color: var(--
|
|
3076
|
+
background-color: var(--surface-hover);
|
|
2952
3077
|
}
|
|
2953
3078
|
}
|
|
2954
3079
|
.slider-thumb.is-disabled {
|
|
2955
|
-
background-color: var(--
|
|
3080
|
+
background-color: var(--surface-disabled);
|
|
2956
3081
|
box-shadow: none;
|
|
2957
3082
|
pointer-events: none;
|
|
2958
3083
|
}
|
|
@@ -2964,9 +3089,9 @@
|
|
|
2964
3089
|
.slider-track {
|
|
2965
3090
|
position: relative;
|
|
2966
3091
|
height: 12px;
|
|
2967
|
-
background: var(--gray-
|
|
2968
|
-
border-radius:
|
|
2969
|
-
box-shadow: inset 0 0 0 1px var(--
|
|
3092
|
+
background: var(--gray-50);
|
|
3093
|
+
border-radius: var(--radius-half);
|
|
3094
|
+
box-shadow: inset 0 0 0 1px var(--surface-stroke);
|
|
2970
3095
|
}
|
|
2971
3096
|
|
|
2972
3097
|
.slider-track-value {
|
|
@@ -2974,12 +3099,12 @@
|
|
|
2974
3099
|
display: block;
|
|
2975
3100
|
top: 0;
|
|
2976
3101
|
height: inherit;
|
|
2977
|
-
background: var(--primary-
|
|
3102
|
+
background: var(--primary-600);
|
|
2978
3103
|
border-radius: inherit;
|
|
2979
3104
|
}
|
|
2980
3105
|
|
|
2981
3106
|
.slider.is-disabled .slider-track-value {
|
|
2982
|
-
background: var(--gray-
|
|
3107
|
+
background: var(--gray-300);
|
|
2983
3108
|
}
|
|
2984
3109
|
|
|
2985
3110
|
.tick {
|
|
@@ -2988,7 +3113,7 @@
|
|
|
2988
3113
|
bottom: 0;
|
|
2989
3114
|
height: 9px;
|
|
2990
3115
|
width: 2px;
|
|
2991
|
-
background: var(--gray-
|
|
3116
|
+
background: var(--gray-300);
|
|
2992
3117
|
border-radius: 99px;
|
|
2993
3118
|
color: var(--foreground-prominent);
|
|
2994
3119
|
font-size: 10px;
|
|
@@ -3064,11 +3189,11 @@
|
|
|
3064
3189
|
.divider-line {
|
|
3065
3190
|
height: 1px;
|
|
3066
3191
|
content: "";
|
|
3067
|
-
background: var(--gray-
|
|
3192
|
+
background: var(--gray-100);
|
|
3068
3193
|
}
|
|
3069
3194
|
|
|
3070
3195
|
.separator {
|
|
3071
|
-
background: var(--gray-
|
|
3196
|
+
background: var(--gray-200);
|
|
3072
3197
|
}
|
|
3073
3198
|
|
|
3074
3199
|
.separator-horizontal {
|
|
@@ -3108,7 +3233,7 @@
|
|
|
3108
3233
|
}
|
|
3109
3234
|
@media (hover: hover) {
|
|
3110
3235
|
.calendar-current-value:hover {
|
|
3111
|
-
color: var(--primary-
|
|
3236
|
+
color: var(--primary-600);
|
|
3112
3237
|
}
|
|
3113
3238
|
}
|
|
3114
3239
|
|
|
@@ -3127,12 +3252,12 @@
|
|
|
3127
3252
|
gap: 1px;
|
|
3128
3253
|
grid-template-columns: repeat(7, 1fr);
|
|
3129
3254
|
grid-template-rows: min-content repeat(6, auto);
|
|
3130
|
-
background: var(--gray-
|
|
3255
|
+
background: var(--gray-100);
|
|
3131
3256
|
}
|
|
3132
3257
|
|
|
3133
3258
|
.calendar-cell {
|
|
3134
3259
|
padding: 12px 21px;
|
|
3135
|
-
background: var(--gray-
|
|
3260
|
+
background: var(--gray-25);
|
|
3136
3261
|
}
|
|
3137
3262
|
|
|
3138
3263
|
.calendar-day {
|
|
@@ -3152,7 +3277,7 @@
|
|
|
3152
3277
|
padding-bottom: 39px;
|
|
3153
3278
|
}
|
|
3154
3279
|
.calendar-entry.is-disabled {
|
|
3155
|
-
background:
|
|
3280
|
+
background: var(--gray-50);
|
|
3156
3281
|
color: var(--foreground-secondary);
|
|
3157
3282
|
pointer-events: none;
|
|
3158
3283
|
}
|
|
@@ -3184,9 +3309,9 @@
|
|
|
3184
3309
|
margin-left: -9px;
|
|
3185
3310
|
margin-right: -9px;
|
|
3186
3311
|
padding: 6px 9px;
|
|
3187
|
-
background: var(--primary-
|
|
3312
|
+
background: var(--primary-100);
|
|
3188
3313
|
border: 0;
|
|
3189
|
-
color: var(--primary-
|
|
3314
|
+
color: var(--primary-800);
|
|
3190
3315
|
cursor: pointer;
|
|
3191
3316
|
font-size: 14px;
|
|
3192
3317
|
line-height: 1.3em;
|
|
@@ -3198,7 +3323,7 @@
|
|
|
3198
3323
|
-webkit-box-orient: vertical;
|
|
3199
3324
|
}
|
|
3200
3325
|
.calendar-event.is-single {
|
|
3201
|
-
border-radius:
|
|
3326
|
+
border-radius: var(--radius-half);
|
|
3202
3327
|
}
|
|
3203
3328
|
.calendar-event.is-middle {
|
|
3204
3329
|
margin-left: -22px;
|
|
@@ -3206,20 +3331,20 @@
|
|
|
3206
3331
|
}
|
|
3207
3332
|
.calendar-event.is-start {
|
|
3208
3333
|
margin-right: -21px;
|
|
3209
|
-
border-top-left-radius:
|
|
3210
|
-
border-bottom-left-radius:
|
|
3334
|
+
border-top-left-radius: var(--radius-half);
|
|
3335
|
+
border-bottom-left-radius: var(--radius-half);
|
|
3211
3336
|
}
|
|
3212
3337
|
.calendar-event.is-end {
|
|
3213
3338
|
margin-left: -21px;
|
|
3214
|
-
border-top-right-radius:
|
|
3215
|
-
border-bottom-right-radius:
|
|
3339
|
+
border-top-right-radius: var(--radius-half);
|
|
3340
|
+
border-bottom-right-radius: var(--radius-half);
|
|
3216
3341
|
}
|
|
3217
3342
|
.calendar-event:not(.is-single):not(.is-start) span {
|
|
3218
3343
|
opacity: 0;
|
|
3219
3344
|
}
|
|
3220
3345
|
@media (hover: hover) {
|
|
3221
3346
|
.calendar-event:hover {
|
|
3222
|
-
background: var(--primary-
|
|
3347
|
+
background: var(--primary-200);
|
|
3223
3348
|
}
|
|
3224
3349
|
}.date-picker {
|
|
3225
3350
|
display: flex;
|
|
@@ -3243,8 +3368,8 @@
|
|
|
3243
3368
|
display: flex;
|
|
3244
3369
|
top: 0;
|
|
3245
3370
|
align-items: center;
|
|
3246
|
-
background: var(--gray-
|
|
3247
|
-
border-bottom: 1px solid var(--
|
|
3371
|
+
background: var(--gray-50);
|
|
3372
|
+
border-bottom: 1px solid var(--surface-stroke);
|
|
3248
3373
|
z-index: 1;
|
|
3249
3374
|
}
|
|
3250
3375
|
|
|
@@ -3274,7 +3399,7 @@
|
|
|
3274
3399
|
}
|
|
3275
3400
|
@media (hover: hover) {
|
|
3276
3401
|
.date-picker-header-view-button:hover {
|
|
3277
|
-
color: var(--primary-
|
|
3402
|
+
color: var(--primary-600);
|
|
3278
3403
|
}
|
|
3279
3404
|
}
|
|
3280
3405
|
|
|
@@ -3296,7 +3421,7 @@
|
|
|
3296
3421
|
}
|
|
3297
3422
|
@media (hover: hover) {
|
|
3298
3423
|
.date-picker-date:hover {
|
|
3299
|
-
background: var(--gray-
|
|
3424
|
+
background: var(--gray-100);
|
|
3300
3425
|
color: var(--foreground-prominent);
|
|
3301
3426
|
}
|
|
3302
3427
|
}
|
|
@@ -3308,18 +3433,18 @@
|
|
|
3308
3433
|
font-weight: 500;
|
|
3309
3434
|
}
|
|
3310
3435
|
.date-picker-date.is-selected {
|
|
3311
|
-
background: var(--primary-
|
|
3312
|
-
color: var(--primary-
|
|
3436
|
+
background: var(--primary-600);
|
|
3437
|
+
color: var(--primary-50);
|
|
3313
3438
|
font-weight: 700;
|
|
3314
3439
|
}
|
|
3315
3440
|
.date-picker-date.is-range-entry {
|
|
3316
|
-
background: var(--primary-
|
|
3441
|
+
background: var(--primary-200);
|
|
3317
3442
|
border-radius: 0;
|
|
3318
|
-
color: var(--primary-
|
|
3443
|
+
color: var(--primary-950);
|
|
3319
3444
|
}
|
|
3320
3445
|
.date-picker-date.is-range-end, .date-picker-date.is-range-start {
|
|
3321
|
-
background: var(--primary-
|
|
3322
|
-
color: var(--primary-
|
|
3446
|
+
background: var(--primary-600);
|
|
3447
|
+
color: var(--primary-50);
|
|
3323
3448
|
font-weight: 700;
|
|
3324
3449
|
}
|
|
3325
3450
|
.date-picker-date.is-range-entry:nth-child(7n+8), .date-picker-date.is-range-start {
|
|
@@ -3331,12 +3456,12 @@
|
|
|
3331
3456
|
border-bottom-right-radius: var(--radius);
|
|
3332
3457
|
}
|
|
3333
3458
|
.date-picker-date.is-selection-entry {
|
|
3334
|
-
background: var(--gray-
|
|
3459
|
+
background: var(--gray-100);
|
|
3335
3460
|
border-radius: 0;
|
|
3336
3461
|
color: var(--foreground-prominent);
|
|
3337
3462
|
}
|
|
3338
3463
|
.date-picker-date.is-selection-end, .date-picker-date.is-selection-start {
|
|
3339
|
-
background: var(--gray-
|
|
3464
|
+
background: var(--gray-200);
|
|
3340
3465
|
font-weight: 700;
|
|
3341
3466
|
}
|
|
3342
3467
|
.date-picker-date.is-selection-entry:nth-child(7n+8), .date-picker-date.is-selection-start {
|
|
@@ -3390,8 +3515,8 @@
|
|
|
3390
3515
|
align-items: center;
|
|
3391
3516
|
flex-grow: 0;
|
|
3392
3517
|
gap: 9px;
|
|
3393
|
-
background: var(--gray-
|
|
3394
|
-
border: 1px solid var(--gray-
|
|
3518
|
+
background: var(--gray-50);
|
|
3519
|
+
border: 1px solid var(--gray-200);
|
|
3395
3520
|
border-radius: 99px;
|
|
3396
3521
|
color: var(--foreground);
|
|
3397
3522
|
transition: 180ms var(--swift-out);
|
|
@@ -3399,28 +3524,26 @@
|
|
|
3399
3524
|
}
|
|
3400
3525
|
.chip.is-selectable {
|
|
3401
3526
|
cursor: pointer;
|
|
3402
|
-
outline: 2px solid
|
|
3527
|
+
outline: 2px solid rgb(from var(--primary-600) r g b/0);
|
|
3403
3528
|
outline-offset: 0;
|
|
3404
3529
|
}
|
|
3405
3530
|
.chip.is-selectable:focus-visible {
|
|
3406
|
-
outline-color: var(--primary-
|
|
3531
|
+
outline-color: var(--primary-600);
|
|
3407
3532
|
outline-offset: 2px;
|
|
3408
3533
|
}
|
|
3409
3534
|
@media (hover: hover) {
|
|
3410
3535
|
.chip.is-selectable:hover {
|
|
3411
|
-
background: var(--gray-
|
|
3412
|
-
border-color: var(--gray-3);
|
|
3536
|
+
background: var(--gray-100);
|
|
3413
3537
|
}
|
|
3414
3538
|
}
|
|
3415
3539
|
.chip.is-selected {
|
|
3416
|
-
background: var(--primary-
|
|
3417
|
-
border-color: var(--primary-
|
|
3418
|
-
color: var(--primary-
|
|
3540
|
+
background: var(--primary-50);
|
|
3541
|
+
border-color: var(--primary-200);
|
|
3542
|
+
color: var(--primary-600);
|
|
3419
3543
|
}
|
|
3420
3544
|
@media (hover: hover) {
|
|
3421
3545
|
.chip.is-selected:hover {
|
|
3422
|
-
background: var(--primary-
|
|
3423
|
-
border-color: var(--primary-4);
|
|
3546
|
+
background: var(--primary-100);
|
|
3424
3547
|
}
|
|
3425
3548
|
}
|
|
3426
3549
|
.chip :is(span) {
|
|
@@ -3463,8 +3586,8 @@
|
|
|
3463
3586
|
.comment-content {
|
|
3464
3587
|
min-width: 0;
|
|
3465
3588
|
padding: 12px 18px;
|
|
3466
|
-
background: linear-gradient(to bottom, var(--gray-
|
|
3467
|
-
border: 1px solid var(--gray-
|
|
3589
|
+
background: linear-gradient(to bottom, var(--gray-25), var(--gray-50));
|
|
3590
|
+
border: 1px solid var(--gray-200);
|
|
3468
3591
|
border-radius: calc(var(--radius) * 2);
|
|
3469
3592
|
box-shadow: var(--shadow-xs);
|
|
3470
3593
|
}
|
|
@@ -3474,8 +3597,8 @@
|
|
|
3474
3597
|
}
|
|
3475
3598
|
|
|
3476
3599
|
.comment.is-received .comment-content {
|
|
3477
|
-
background: linear-gradient(to bottom, var(--gray-
|
|
3478
|
-
border-color: var(--gray-
|
|
3600
|
+
background: linear-gradient(to bottom, var(--gray-50), var(--gray-100));
|
|
3601
|
+
border-color: var(--gray-200);
|
|
3479
3602
|
border-bottom-left-radius: var(--radius);
|
|
3480
3603
|
}
|
|
3481
3604
|
|
|
@@ -3508,40 +3631,40 @@
|
|
|
3508
3631
|
}
|
|
3509
3632
|
|
|
3510
3633
|
[dark] .comment-content {
|
|
3511
|
-
background: linear-gradient(to bottom, var(--gray-
|
|
3634
|
+
background: linear-gradient(to bottom, var(--gray-50), var(--gray-25));
|
|
3512
3635
|
}
|
|
3513
3636
|
|
|
3514
3637
|
[dark] .comment.is-received .comment-content {
|
|
3515
|
-
background: linear-gradient(to bottom, var(--gray-
|
|
3638
|
+
background: linear-gradient(to bottom, var(--gray-100), var(--gray-50));
|
|
3516
3639
|
}
|
|
3517
3640
|
|
|
3518
3641
|
@keyframes comment-typing {
|
|
3519
3642
|
0%, 80%, 100% {
|
|
3520
|
-
background: var(--gray-
|
|
3521
|
-
box-shadow: -9px 0 var(--gray-
|
|
3643
|
+
background: var(--gray-200);
|
|
3644
|
+
box-shadow: -9px 0 var(--gray-200), 9px 0 var(--gray-200);
|
|
3522
3645
|
translate: 0 0;
|
|
3523
3646
|
}
|
|
3524
3647
|
20% {
|
|
3525
|
-
background: var(--gray-
|
|
3526
|
-
box-shadow: -9px -4px var(--gray-
|
|
3648
|
+
background: var(--gray-200);
|
|
3649
|
+
box-shadow: -9px -4px var(--gray-300), 9px 0 var(--gray-200);
|
|
3527
3650
|
translate: 0 0;
|
|
3528
3651
|
}
|
|
3529
3652
|
40% {
|
|
3530
|
-
background: var(--gray-
|
|
3531
|
-
box-shadow: -9px 4px var(--gray-
|
|
3653
|
+
background: var(--gray-300);
|
|
3654
|
+
box-shadow: -9px 4px var(--gray-200), 9px 4px var(--gray-200);
|
|
3532
3655
|
translate: 0 -4px;
|
|
3533
3656
|
}
|
|
3534
3657
|
60% {
|
|
3535
|
-
background: var(--gray-
|
|
3536
|
-
box-shadow: -9px 0 var(--gray-
|
|
3658
|
+
background: var(--gray-200);
|
|
3659
|
+
box-shadow: -9px 0 var(--gray-200), 9px -4px var(--gray-300);
|
|
3537
3660
|
translate: 0 0;
|
|
3538
3661
|
}
|
|
3539
3662
|
}.coordinate-picker {
|
|
3540
3663
|
position: relative;
|
|
3541
3664
|
aspect-ratio: 5/3;
|
|
3542
|
-
background: var(--gray-
|
|
3543
|
-
border: 1px solid
|
|
3544
|
-
border-radius:
|
|
3665
|
+
background: var(--gray-50);
|
|
3666
|
+
border: 1px solid var(--surface-stroke-out);
|
|
3667
|
+
border-radius: var(--radius-half);
|
|
3545
3668
|
z-index: 0;
|
|
3546
3669
|
}
|
|
3547
3670
|
|
|
@@ -3579,7 +3702,7 @@
|
|
|
3579
3702
|
}
|
|
3580
3703
|
.color-picker-preview::after {
|
|
3581
3704
|
background: var(--color);
|
|
3582
|
-
box-shadow: inset 0 0 0 1px
|
|
3705
|
+
box-shadow: inset 0 0 0 1px var(--surface-stroke-out);
|
|
3583
3706
|
}
|
|
3584
3707
|
|
|
3585
3708
|
.color-picker-saturation {
|
|
@@ -3597,7 +3720,7 @@
|
|
|
3597
3720
|
}
|
|
3598
3721
|
.color-picker-saturation::after {
|
|
3599
3722
|
background: linear-gradient(to top, black, transparent);
|
|
3600
|
-
box-shadow: inset 0 0 0 1px
|
|
3723
|
+
box-shadow: inset 0 0 0 1px var(--surface-stroke-out);
|
|
3601
3724
|
}
|
|
3602
3725
|
|
|
3603
3726
|
.color-picker-slider {
|
|
@@ -3684,8 +3807,8 @@
|
|
|
3684
3807
|
}
|
|
3685
3808
|
|
|
3686
3809
|
.color-select-custom {
|
|
3687
|
-
background: var(--gray-
|
|
3688
|
-
border: 1px solid var(--gray-
|
|
3810
|
+
background: var(--gray-50);
|
|
3811
|
+
border: 1px solid var(--gray-200);
|
|
3689
3812
|
}
|
|
3690
3813
|
|
|
3691
3814
|
.color-select-custom-picker {
|
|
@@ -3724,7 +3847,7 @@
|
|
|
3724
3847
|
}
|
|
3725
3848
|
|
|
3726
3849
|
.pagination-button-arrow.secondary-button {
|
|
3727
|
-
border-color: var(--
|
|
3850
|
+
border-color: var(--surface-stroke);
|
|
3728
3851
|
}
|
|
3729
3852
|
.pagination-button-arrow:first-child {
|
|
3730
3853
|
margin-right: 6px;
|
|
@@ -3734,8 +3857,8 @@
|
|
|
3734
3857
|
}
|
|
3735
3858
|
|
|
3736
3859
|
.pagination-button.pagination-button-current {
|
|
3737
|
-
background: var(--primary-
|
|
3738
|
-
border-color: var(--primary-
|
|
3860
|
+
background: var(--primary-50);
|
|
3861
|
+
border-color: var(--primary-200);
|
|
3739
3862
|
}
|
|
3740
3863
|
|
|
3741
3864
|
.pagination-button-spacer {
|
|
@@ -3825,7 +3948,7 @@
|
|
|
3825
3948
|
.table-cell {
|
|
3826
3949
|
height: 0;
|
|
3827
3950
|
padding: 0;
|
|
3828
|
-
border: 0 solid var(--gray-
|
|
3951
|
+
border: 0 solid var(--gray-100);
|
|
3829
3952
|
}
|
|
3830
3953
|
@-moz-document url-prefix() {
|
|
3831
3954
|
.table-cell {
|
|
@@ -3841,7 +3964,7 @@
|
|
|
3841
3964
|
}
|
|
3842
3965
|
|
|
3843
3966
|
.table-header {
|
|
3844
|
-
border-bottom: 2px solid var(--gray-
|
|
3967
|
+
border-bottom: 2px solid var(--gray-100);
|
|
3845
3968
|
color: var(--foreground-prominent);
|
|
3846
3969
|
}
|
|
3847
3970
|
.table-header.is-shrinking {
|
|
@@ -3851,7 +3974,7 @@
|
|
|
3851
3974
|
.table-header.is-sticky {
|
|
3852
3975
|
position: sticky;
|
|
3853
3976
|
top: 0;
|
|
3854
|
-
background: var(--gray-
|
|
3977
|
+
background: var(--gray-50);
|
|
3855
3978
|
z-index: 1;
|
|
3856
3979
|
}
|
|
3857
3980
|
|
|
@@ -3861,17 +3984,17 @@
|
|
|
3861
3984
|
}
|
|
3862
3985
|
|
|
3863
3986
|
tbody .table-row:nth-child(even) .table-cell.is-striped {
|
|
3864
|
-
background:
|
|
3987
|
+
background: rgb(from var(--gray-50) r g b/0.5);
|
|
3865
3988
|
}
|
|
3866
3989
|
|
|
3867
3990
|
@media (hover: hover) {
|
|
3868
3991
|
tbody .table-row:hover .table-cell.is-hoverable,
|
|
3869
3992
|
tbody .table-row:has(:focus-visible) .table-cell.is-hoverable {
|
|
3870
|
-
background: var(--gray-
|
|
3993
|
+
background: var(--gray-50);
|
|
3871
3994
|
}
|
|
3872
3995
|
}
|
|
3873
3996
|
tfoot .table-cell {
|
|
3874
|
-
border-top: 1px solid var(--gray-
|
|
3997
|
+
border-top: 1px solid var(--gray-100);
|
|
3875
3998
|
}
|
|
3876
3999
|
|
|
3877
4000
|
.table-cell + .table-cell.is-bordered {
|
|
@@ -3898,8 +4021,8 @@ tfoot .table-cell {
|
|
|
3898
4021
|
|
|
3899
4022
|
.table-bar {
|
|
3900
4023
|
position: relative;
|
|
3901
|
-
background: var(--gray-
|
|
3902
|
-
box-shadow: 0 0 24px var(--gray-
|
|
4024
|
+
background: var(--gray-50);
|
|
4025
|
+
box-shadow: 0 0 24px var(--gray-50), 0 0 24px var(--gray-50), 0 0 24px var(--gray-50), 0 0 24px var(--gray-50), 0 0 24px var(--gray-50), 0 0 24px var(--gray-50);
|
|
3903
4026
|
z-index: 2;
|
|
3904
4027
|
}
|
|
3905
4028
|
|
|
@@ -3910,18 +4033,14 @@ tfoot .table-cell {
|
|
|
3910
4033
|
flex-flow: row nowrap;
|
|
3911
4034
|
gap: 15px;
|
|
3912
4035
|
}
|
|
3913
|
-
.table-bar-content > .form-input {
|
|
3914
|
-
max-width: 300px;
|
|
3915
|
-
min-width: 210px;
|
|
3916
|
-
}
|
|
3917
4036
|
|
|
3918
4037
|
.table-pagination {
|
|
3919
4038
|
position: sticky;
|
|
3920
4039
|
bottom: 0;
|
|
3921
4040
|
margin-top: auto;
|
|
3922
4041
|
margin-bottom: -1px;
|
|
3923
|
-
background: var(--
|
|
3924
|
-
border-top: 1px solid var(--gray-
|
|
4042
|
+
background: var(--surface);
|
|
4043
|
+
border-top: 1px solid var(--gray-100);
|
|
3925
4044
|
translate: 0 -1px;
|
|
3926
4045
|
z-index: 100;
|
|
3927
4046
|
}
|
|
@@ -3936,14 +4055,14 @@ tfoot .table-cell {
|
|
|
3936
4055
|
justify-content: center;
|
|
3937
4056
|
background: unset;
|
|
3938
4057
|
border: 0;
|
|
3939
|
-
border-radius:
|
|
4058
|
+
border-radius: var(--radius-half);
|
|
3940
4059
|
color: var(--foreground-secondary);
|
|
3941
4060
|
cursor: pointer;
|
|
3942
4061
|
outline: 0;
|
|
3943
4062
|
}
|
|
3944
4063
|
@media (hover: hover) {
|
|
3945
4064
|
.table-sort:hover {
|
|
3946
|
-
background: var(--gray-
|
|
4065
|
+
background: var(--gray-100);
|
|
3947
4066
|
color: var(--foreground);
|
|
3948
4067
|
}
|
|
3949
4068
|
}
|
|
@@ -3962,7 +4081,7 @@ tfoot .table-cell {
|
|
|
3962
4081
|
|
|
3963
4082
|
.base-pane-structure > .table :is(caption) {
|
|
3964
4083
|
padding: 12px 21px;
|
|
3965
|
-
border-top: 1px solid var(--gray-
|
|
4084
|
+
border-top: 1px solid var(--gray-100);
|
|
3966
4085
|
}
|
|
3967
4086
|
|
|
3968
4087
|
.base-pane-structure > .table .table-loader {
|
|
@@ -3990,8 +4109,8 @@ tfoot .table-cell {
|
|
|
3990
4109
|
--dz-width: calc(100% + 6px);
|
|
3991
4110
|
}
|
|
3992
4111
|
.drop-zone:has(.drop-zone-content > .placeholder) {
|
|
3993
|
-
--dz-fill: var(--gray-
|
|
3994
|
-
--dz-stroke: var(--gray-
|
|
4112
|
+
--dz-fill: var(--gray-50);
|
|
4113
|
+
--dz-stroke: var(--gray-200);
|
|
3995
4114
|
}
|
|
3996
4115
|
|
|
3997
4116
|
.drop-zone {
|
|
@@ -4042,11 +4161,11 @@ tfoot .table-cell {
|
|
|
4042
4161
|
}
|
|
4043
4162
|
|
|
4044
4163
|
.is-dragging .drop-zone-content {
|
|
4045
|
-
--dz-stroke: var(--primary-
|
|
4164
|
+
--dz-stroke: var(--primary-600);
|
|
4046
4165
|
}
|
|
4047
4166
|
|
|
4048
4167
|
.is-dragging-over .drop-zone-content:has(.placeholder) {
|
|
4049
|
-
--dz-fill: var(--primary-
|
|
4168
|
+
--dz-fill: var(--primary-100);
|
|
4050
4169
|
}
|
|
4051
4170
|
.is-dragging-over .drop-zone-content .drop-zone-border rect {
|
|
4052
4171
|
animation: drop-zone-border-animation 480ms linear infinite both;
|
|
@@ -4058,7 +4177,7 @@ tfoot .table-cell {
|
|
|
4058
4177
|
inset: var(--dz-inset);
|
|
4059
4178
|
align-items: center;
|
|
4060
4179
|
justify-content: center;
|
|
4061
|
-
background:
|
|
4180
|
+
background: rgb(from var(--gray-50) r g b/0.84);
|
|
4062
4181
|
backdrop-filter: blur(3px) saturate(180%);
|
|
4063
4182
|
border-radius: var(--dz-radius);
|
|
4064
4183
|
z-index: 100;
|
|
@@ -4091,16 +4210,16 @@ tfoot .table-cell {
|
|
|
4091
4210
|
transition: background 180ms var(--swift-out);
|
|
4092
4211
|
transition-property: background, outline-color, outline-offset;
|
|
4093
4212
|
z-index: 1;
|
|
4094
|
-
outline: 2px solid
|
|
4213
|
+
outline: 2px solid rgb(from var(--primary-600) r g b/0);
|
|
4095
4214
|
outline-offset: 0;
|
|
4096
4215
|
}
|
|
4097
4216
|
.expandable-header:focus-visible {
|
|
4098
|
-
outline-color: var(--primary-
|
|
4217
|
+
outline-color: var(--primary-600);
|
|
4099
4218
|
outline-offset: 0;
|
|
4100
4219
|
}
|
|
4101
4220
|
@media (hover: hover) {
|
|
4102
4221
|
.expandable-header:hover {
|
|
4103
|
-
background: var(--
|
|
4222
|
+
background: var(--surface-hover);
|
|
4104
4223
|
}
|
|
4105
4224
|
}
|
|
4106
4225
|
.expandable-header :is(span) {
|
|
@@ -4150,13 +4269,13 @@ tfoot .table-cell {
|
|
|
4150
4269
|
flex-flow: column;
|
|
4151
4270
|
}
|
|
4152
4271
|
.expandable-group .expandable + .expandable {
|
|
4153
|
-
border-top: 1px solid var(--
|
|
4272
|
+
border-top: 1px solid var(--surface-stroke);
|
|
4154
4273
|
}
|
|
4155
4274
|
.expandable-group:not(:first-child) {
|
|
4156
|
-
border-top: 1px solid var(--
|
|
4275
|
+
border-top: 1px solid var(--surface-stroke);
|
|
4157
4276
|
}
|
|
4158
4277
|
.expandable-group:not(:last-child) {
|
|
4159
|
-
border-bottom: 1px solid var(--
|
|
4278
|
+
border-bottom: 1px solid var(--surface-stroke);
|
|
4160
4279
|
}
|
|
4161
4280
|
|
|
4162
4281
|
.base-pane > .expandable-group:first-child .expandable:first-child .expandable-header {
|
|
@@ -4199,6 +4318,39 @@ tfoot .table-cell {
|
|
|
4199
4318
|
.fader-item :is(img):not(.focal-point-image) {
|
|
4200
4319
|
object-fit: cover;
|
|
4201
4320
|
object-position: center;
|
|
4321
|
+
}.overflow-bar {
|
|
4322
|
+
display: flex;
|
|
4323
|
+
flex-basis: 0;
|
|
4324
|
+
flex-grow: 2;
|
|
4325
|
+
overflow: hidden;
|
|
4326
|
+
}
|
|
4327
|
+
.overflow-bar.align-start {
|
|
4328
|
+
justify-content: flex-start;
|
|
4329
|
+
}
|
|
4330
|
+
.overflow-bar.align-center {
|
|
4331
|
+
justify-content: center;
|
|
4332
|
+
}
|
|
4333
|
+
.overflow-bar.align-end {
|
|
4334
|
+
justify-content: flex-end;
|
|
4335
|
+
}
|
|
4336
|
+
|
|
4337
|
+
.overflow-bar-horizontal {
|
|
4338
|
+
flex-flow: row nowrap;
|
|
4339
|
+
}
|
|
4340
|
+
|
|
4341
|
+
.overflow-bar-vertical {
|
|
4342
|
+
flex-flow: column nowrap;
|
|
4343
|
+
}
|
|
4344
|
+
|
|
4345
|
+
.overflow-bar-measurer {
|
|
4346
|
+
position: absolute;
|
|
4347
|
+
overflow: hidden;
|
|
4348
|
+
pointer-events: none;
|
|
4349
|
+
visibility: hidden;
|
|
4350
|
+
}
|
|
4351
|
+
|
|
4352
|
+
.overflow-bar-overflow {
|
|
4353
|
+
display: contents;
|
|
4202
4354
|
}.focal-point-image {
|
|
4203
4355
|
object-fit: cover;
|
|
4204
4356
|
}
|
|
@@ -4286,17 +4438,17 @@ tfoot .table-cell {
|
|
|
4286
4438
|
width: 27px;
|
|
4287
4439
|
align-items: center;
|
|
4288
4440
|
justify-content: center;
|
|
4289
|
-
background: var(--danger-
|
|
4290
|
-
border: 3px solid var(--
|
|
4441
|
+
background: var(--danger-600);
|
|
4442
|
+
border: 3px solid var(--surface);
|
|
4291
4443
|
border-radius: 99px;
|
|
4292
|
-
color: var(--danger-
|
|
4444
|
+
color: var(--danger-25);
|
|
4293
4445
|
cursor: pointer;
|
|
4294
4446
|
transition: 300ms var(--swift-out);
|
|
4295
4447
|
transition-property: background, opacity, scale;
|
|
4296
4448
|
}
|
|
4297
4449
|
@media (hover: hover) {
|
|
4298
4450
|
.remove:hover {
|
|
4299
|
-
background: var(--danger-
|
|
4451
|
+
background: var(--danger-700);
|
|
4300
4452
|
}
|
|
4301
4453
|
}
|
|
4302
4454
|
.remove.is-hidden {
|
|
@@ -4310,8 +4462,8 @@ tfoot .table-cell {
|
|
|
4310
4462
|
flex: 1 0 auto;
|
|
4311
4463
|
flex-flow: column;
|
|
4312
4464
|
justify-content: center;
|
|
4313
|
-
background: var(--gray-
|
|
4314
|
-
border: 2px dashed var(--gray-
|
|
4465
|
+
background: var(--gray-50);
|
|
4466
|
+
border: 2px dashed var(--gray-200);
|
|
4315
4467
|
border-radius: var(--radius);
|
|
4316
4468
|
text-align: center;
|
|
4317
4469
|
user-select: none;
|
|
@@ -4321,7 +4473,7 @@ tfoot .table-cell {
|
|
|
4321
4473
|
}
|
|
4322
4474
|
@media (hover: hover) {
|
|
4323
4475
|
.placeholder.is-button:hover {
|
|
4324
|
-
background: var(--gray-
|
|
4476
|
+
background: var(--gray-100);
|
|
4325
4477
|
}
|
|
4326
4478
|
}
|
|
4327
4479
|
.placeholder.is-extended {
|
|
@@ -4362,7 +4514,7 @@ tfoot .table-cell {
|
|
|
4362
4514
|
}
|
|
4363
4515
|
|
|
4364
4516
|
.placeholder-icon {
|
|
4365
|
-
color: var(--primary-
|
|
4517
|
+
color: var(--primary-600);
|
|
4366
4518
|
font-size: 20px;
|
|
4367
4519
|
}.gallery {
|
|
4368
4520
|
--dz-fill: transparent;
|
|
@@ -4382,12 +4534,12 @@ tfoot .table-cell {
|
|
|
4382
4534
|
.gallery-add {
|
|
4383
4535
|
position: relative;
|
|
4384
4536
|
aspect-ratio: 1/1;
|
|
4385
|
-
color: var(--
|
|
4537
|
+
color: var(--foreground-secondary);
|
|
4386
4538
|
}
|
|
4387
4539
|
@media (hover: hover) {
|
|
4388
4540
|
.gallery-add:hover {
|
|
4389
|
-
background: var(--gray-
|
|
4390
|
-
border-color: var(--gray-
|
|
4541
|
+
background: var(--gray-100);
|
|
4542
|
+
border-color: var(--gray-200);
|
|
4391
4543
|
}
|
|
4392
4544
|
}
|
|
4393
4545
|
|
|
@@ -4422,7 +4574,7 @@ tfoot .table-cell {
|
|
|
4422
4574
|
inset: 1px;
|
|
4423
4575
|
align-items: center;
|
|
4424
4576
|
justify-content: center;
|
|
4425
|
-
backdrop-filter: blur(
|
|
4577
|
+
backdrop-filter: blur(3px) saturate(180%);
|
|
4426
4578
|
background: rgba(0, 0, 0, 0.25);
|
|
4427
4579
|
border-radius: calc(var(--radius) - 1px);
|
|
4428
4580
|
z-index: 0;
|
|
@@ -4471,14 +4623,68 @@ tfoot .table-cell {
|
|
|
4471
4623
|
gap: 15px;
|
|
4472
4624
|
}
|
|
4473
4625
|
.info > .icon {
|
|
4474
|
-
margin-top:
|
|
4626
|
+
margin-top: 3px;
|
|
4475
4627
|
flex-shrink: 0;
|
|
4476
|
-
color: var(--primary-
|
|
4628
|
+
color: var(--primary-600);
|
|
4477
4629
|
}
|
|
4478
4630
|
|
|
4479
4631
|
.info-body {
|
|
4480
4632
|
align-items: center;
|
|
4481
|
-
|
|
4633
|
+
}.item {
|
|
4634
|
+
display: flex;
|
|
4635
|
+
flex-flow: row nowrap;
|
|
4636
|
+
gap: 21px;
|
|
4637
|
+
}
|
|
4638
|
+
|
|
4639
|
+
.item-actions {
|
|
4640
|
+
flex-shrink: 0;
|
|
4641
|
+
}
|
|
4642
|
+
|
|
4643
|
+
.item-content {
|
|
4644
|
+
display: flex;
|
|
4645
|
+
flex-flow: column;
|
|
4646
|
+
gap: 3px;
|
|
4647
|
+
}
|
|
4648
|
+
|
|
4649
|
+
.item-media {
|
|
4650
|
+
flex-shrink: 0;
|
|
4651
|
+
}
|
|
4652
|
+
|
|
4653
|
+
.item-media > img {
|
|
4654
|
+
height: 48px;
|
|
4655
|
+
width: 48px;
|
|
4656
|
+
object-fit: cover;
|
|
4657
|
+
object-position: center;
|
|
4658
|
+
}
|
|
4659
|
+
|
|
4660
|
+
.item-media > .avatar {
|
|
4661
|
+
font-size: 48px;
|
|
4662
|
+
}
|
|
4663
|
+
|
|
4664
|
+
.item-media > .icon {
|
|
4665
|
+
font-size: 24px;
|
|
4666
|
+
}
|
|
4667
|
+
|
|
4668
|
+
.item-media > .icon-boxed {
|
|
4669
|
+
font-size: 48px;
|
|
4670
|
+
}
|
|
4671
|
+
|
|
4672
|
+
.item-stack {
|
|
4673
|
+
position: relative;
|
|
4674
|
+
}
|
|
4675
|
+
.item-stack .item + .item {
|
|
4676
|
+
margin-top: 21px;
|
|
4677
|
+
padding-top: 21px;
|
|
4678
|
+
border-top: 1px solid var(--surface-stroke);
|
|
4679
|
+
}
|
|
4680
|
+
|
|
4681
|
+
.base-pane-structure > .item,
|
|
4682
|
+
.base-pane-structure > .item-stack > .item {
|
|
4683
|
+
padding: 21px;
|
|
4684
|
+
}
|
|
4685
|
+
|
|
4686
|
+
.base-pane-structure > .item-stack > .item {
|
|
4687
|
+
margin: 0;
|
|
4482
4688
|
}.legend-horizontal {
|
|
4483
4689
|
gap: 12px 21px;
|
|
4484
4690
|
}
|
|
@@ -4599,12 +4805,12 @@ tfoot .table-cell {
|
|
|
4599
4805
|
}
|
|
4600
4806
|
|
|
4601
4807
|
.notice-gray {
|
|
4602
|
-
background: var(--gray-
|
|
4603
|
-
border-color: var(--gray-
|
|
4808
|
+
background: var(--gray-50);
|
|
4809
|
+
border-color: var(--gray-200);
|
|
4604
4810
|
color: var(--foreground);
|
|
4605
4811
|
}
|
|
4606
4812
|
.notice-gray .notice-close {
|
|
4607
|
-
background: var(--gray-
|
|
4813
|
+
background: var(--gray-200);
|
|
4608
4814
|
}
|
|
4609
4815
|
.notice-gray .notice-prefix,
|
|
4610
4816
|
.notice-gray .notice-title {
|
|
@@ -4612,118 +4818,118 @@ tfoot .table-cell {
|
|
|
4612
4818
|
}
|
|
4613
4819
|
|
|
4614
4820
|
.notice-primary {
|
|
4615
|
-
background: var(--primary-
|
|
4616
|
-
border-color: var(--primary-
|
|
4617
|
-
color: var(--primary-
|
|
4821
|
+
background: var(--primary-100);
|
|
4822
|
+
border-color: var(--primary-200);
|
|
4823
|
+
color: var(--primary-950);
|
|
4618
4824
|
}
|
|
4619
4825
|
.notice-primary .notice-close {
|
|
4620
|
-
background: var(--primary-
|
|
4826
|
+
background: var(--primary-200);
|
|
4621
4827
|
}
|
|
4622
4828
|
.notice-primary .notice-prefix,
|
|
4623
4829
|
.notice-primary .notice-title {
|
|
4624
|
-
color: var(--primary-
|
|
4830
|
+
color: var(--primary-600);
|
|
4625
4831
|
}
|
|
4626
4832
|
.notice-primary .button {
|
|
4627
|
-
border-color: var(--primary-
|
|
4833
|
+
border-color: var(--primary-300);
|
|
4628
4834
|
}
|
|
4629
4835
|
.notice-primary .spinner-track {
|
|
4630
|
-
stroke: var(--primary-
|
|
4836
|
+
stroke: var(--primary-200);
|
|
4631
4837
|
}
|
|
4632
4838
|
.notice-primary .spinner-effect,
|
|
4633
4839
|
.notice-primary .spinner-value {
|
|
4634
|
-
stroke: var(--primary-
|
|
4840
|
+
stroke: var(--primary-600);
|
|
4635
4841
|
}
|
|
4636
4842
|
|
|
4637
4843
|
.notice-danger {
|
|
4638
|
-
background: var(--danger-
|
|
4639
|
-
border-color: var(--danger-
|
|
4640
|
-
color: var(--danger-
|
|
4844
|
+
background: var(--danger-100);
|
|
4845
|
+
border-color: var(--danger-200);
|
|
4846
|
+
color: var(--danger-950);
|
|
4641
4847
|
}
|
|
4642
4848
|
.notice-danger .notice-close {
|
|
4643
|
-
background: var(--danger-
|
|
4849
|
+
background: var(--danger-200);
|
|
4644
4850
|
}
|
|
4645
4851
|
.notice-danger .notice-prefix,
|
|
4646
4852
|
.notice-danger .notice-title {
|
|
4647
|
-
color: var(--danger-
|
|
4853
|
+
color: var(--danger-600);
|
|
4648
4854
|
}
|
|
4649
4855
|
.notice-danger .button {
|
|
4650
|
-
border-color: var(--danger-
|
|
4856
|
+
border-color: var(--danger-300);
|
|
4651
4857
|
}
|
|
4652
4858
|
.notice-danger .spinner-track {
|
|
4653
|
-
stroke: var(--danger-
|
|
4859
|
+
stroke: var(--danger-200);
|
|
4654
4860
|
}
|
|
4655
4861
|
.notice-danger .spinner-effect,
|
|
4656
4862
|
.notice-danger .spinner-value {
|
|
4657
|
-
stroke: var(--danger-
|
|
4863
|
+
stroke: var(--danger-600);
|
|
4658
4864
|
}
|
|
4659
4865
|
|
|
4660
4866
|
.notice-info {
|
|
4661
|
-
background: var(--info-
|
|
4662
|
-
border-color: var(--info-
|
|
4663
|
-
color: var(--info-
|
|
4867
|
+
background: var(--info-100);
|
|
4868
|
+
border-color: var(--info-200);
|
|
4869
|
+
color: var(--info-950);
|
|
4664
4870
|
}
|
|
4665
4871
|
.notice-info .notice-close {
|
|
4666
|
-
background: var(--info-
|
|
4872
|
+
background: var(--info-200);
|
|
4667
4873
|
}
|
|
4668
4874
|
.notice-info .notice-prefix,
|
|
4669
4875
|
.notice-info .notice-title {
|
|
4670
|
-
color: var(--info-
|
|
4876
|
+
color: var(--info-600);
|
|
4671
4877
|
}
|
|
4672
4878
|
.notice-info .button {
|
|
4673
|
-
border-color: var(--info-
|
|
4879
|
+
border-color: var(--info-300);
|
|
4674
4880
|
}
|
|
4675
4881
|
.notice-info .spinner-track {
|
|
4676
|
-
stroke: var(--info-
|
|
4882
|
+
stroke: var(--info-200);
|
|
4677
4883
|
}
|
|
4678
4884
|
.notice-info .spinner-effect,
|
|
4679
4885
|
.notice-info .spinner-value {
|
|
4680
|
-
stroke: var(--info-
|
|
4886
|
+
stroke: var(--info-600);
|
|
4681
4887
|
}
|
|
4682
4888
|
|
|
4683
4889
|
.notice-success {
|
|
4684
|
-
background: var(--success-
|
|
4685
|
-
border-color: var(--success-
|
|
4686
|
-
color: var(--success-
|
|
4890
|
+
background: var(--success-100);
|
|
4891
|
+
border-color: var(--success-200);
|
|
4892
|
+
color: var(--success-950);
|
|
4687
4893
|
}
|
|
4688
4894
|
.notice-success .notice-close {
|
|
4689
|
-
background: var(--success-
|
|
4895
|
+
background: var(--success-200);
|
|
4690
4896
|
}
|
|
4691
4897
|
.notice-success .notice-prefix,
|
|
4692
4898
|
.notice-success .notice-title {
|
|
4693
|
-
color: var(--success-
|
|
4899
|
+
color: var(--success-600);
|
|
4694
4900
|
}
|
|
4695
4901
|
.notice-success .button {
|
|
4696
|
-
border-color: var(--success-
|
|
4902
|
+
border-color: var(--success-300);
|
|
4697
4903
|
}
|
|
4698
4904
|
.notice-success .spinner-track {
|
|
4699
|
-
stroke: var(--success-
|
|
4905
|
+
stroke: var(--success-200);
|
|
4700
4906
|
}
|
|
4701
4907
|
.notice-success .spinner-effect,
|
|
4702
4908
|
.notice-success .spinner-value {
|
|
4703
|
-
stroke: var(--success-
|
|
4909
|
+
stroke: var(--success-600);
|
|
4704
4910
|
}
|
|
4705
4911
|
|
|
4706
4912
|
.notice-warning {
|
|
4707
|
-
background: var(--warning-
|
|
4708
|
-
border-color: var(--warning-
|
|
4709
|
-
color: var(--warning-
|
|
4913
|
+
background: var(--warning-100);
|
|
4914
|
+
border-color: var(--warning-200);
|
|
4915
|
+
color: var(--warning-950);
|
|
4710
4916
|
}
|
|
4711
4917
|
.notice-warning .notice-close {
|
|
4712
|
-
background: var(--warning-
|
|
4918
|
+
background: var(--warning-200);
|
|
4713
4919
|
}
|
|
4714
4920
|
.notice-warning .notice-prefix,
|
|
4715
4921
|
.notice-warning .notice-title {
|
|
4716
|
-
color: var(--warning-
|
|
4922
|
+
color: var(--warning-600);
|
|
4717
4923
|
}
|
|
4718
4924
|
.notice-warning .button {
|
|
4719
|
-
border-color: var(--warning-
|
|
4925
|
+
border-color: var(--warning-300);
|
|
4720
4926
|
}
|
|
4721
4927
|
.notice-warning .spinner-track {
|
|
4722
|
-
stroke: var(--warning-
|
|
4928
|
+
stroke: var(--warning-200);
|
|
4723
4929
|
}
|
|
4724
4930
|
.notice-warning .spinner-effect,
|
|
4725
4931
|
.notice-warning .spinner-value {
|
|
4726
|
-
stroke: var(--warning-
|
|
4932
|
+
stroke: var(--warning-600);
|
|
4727
4933
|
}
|
|
4728
4934
|
|
|
4729
4935
|
.base-pane > .notice {
|
|
@@ -4739,7 +4945,7 @@ tfoot .table-cell {
|
|
|
4739
4945
|
height: 12px;
|
|
4740
4946
|
border-radius: calc(var(--radius) / 3);
|
|
4741
4947
|
transition: 180ms var(--swift-out);
|
|
4742
|
-
transition-property: height, margin;
|
|
4948
|
+
transition-property: height, margin, flex-grow;
|
|
4743
4949
|
}
|
|
4744
4950
|
.percentage-bar-segment:hover {
|
|
4745
4951
|
height: 16px;
|
|
@@ -4765,9 +4971,9 @@ tfoot .table-cell {
|
|
|
4765
4971
|
.progress-bar-track {
|
|
4766
4972
|
position: relative;
|
|
4767
4973
|
height: 9px;
|
|
4768
|
-
background: var(--gray-
|
|
4769
|
-
border-radius:
|
|
4770
|
-
box-shadow: inset 0 0 0 1px var(--gray-
|
|
4974
|
+
background: var(--gray-50);
|
|
4975
|
+
border-radius: var(--radius-half);
|
|
4976
|
+
box-shadow: inset 0 0 0 1px var(--gray-200);
|
|
4771
4977
|
contain: paint;
|
|
4772
4978
|
}
|
|
4773
4979
|
|
|
@@ -4780,11 +4986,11 @@ tfoot .table-cell {
|
|
|
4780
4986
|
}
|
|
4781
4987
|
|
|
4782
4988
|
.progress-bar-value-complete {
|
|
4783
|
-
background: var(--primary-
|
|
4989
|
+
background: var(--primary-600);
|
|
4784
4990
|
}
|
|
4785
4991
|
|
|
4786
4992
|
.progress-bar-value-incomplete {
|
|
4787
|
-
background: linear-gradient(to right, var(--primary-
|
|
4993
|
+
background: linear-gradient(to right, var(--primary-600) 20%, var(--primary-500), var(--primary-600) 80%);
|
|
4788
4994
|
background-size: 150px 100%;
|
|
4789
4995
|
animation: progress-bar-value 1s linear infinite;
|
|
4790
4996
|
}
|
|
@@ -4792,7 +4998,7 @@ tfoot .table-cell {
|
|
|
4792
4998
|
.progress-bar-track-indeterminate {
|
|
4793
4999
|
}
|
|
4794
5000
|
.progress-bar-track-indeterminate .progress-bar-value {
|
|
4795
|
-
background: linear-gradient(to right, var(--primary-
|
|
5001
|
+
background: linear-gradient(to right, var(--primary-600) 20%, var(--primary-500), var(--primary-600) 80%);
|
|
4796
5002
|
background-size: 90px 100%;
|
|
4797
5003
|
animation: progress-bar-indeterminate 1s linear infinite;
|
|
4798
5004
|
}
|
|
@@ -4855,9 +5061,6 @@ tfoot .table-cell {
|
|
|
4855
5061
|
.snackbar .progress-bar:not(:last-child) {
|
|
4856
5062
|
margin-bottom: 6px;
|
|
4857
5063
|
}
|
|
4858
|
-
.snackbar .progress-bar-track {
|
|
4859
|
-
height: 6px;
|
|
4860
|
-
}
|
|
4861
5064
|
|
|
4862
5065
|
.snackbar-content {
|
|
4863
5066
|
display: flex;
|
|
@@ -4899,7 +5102,7 @@ tfoot .table-cell {
|
|
|
4899
5102
|
align-items: center;
|
|
4900
5103
|
justify-content: center;
|
|
4901
5104
|
flex-grow: 1;
|
|
4902
|
-
background: var(--
|
|
5105
|
+
background: var(--surface);
|
|
4903
5106
|
border: 0;
|
|
4904
5107
|
border-radius: 0;
|
|
4905
5108
|
color: var(--foreground);
|
|
@@ -4912,14 +5115,14 @@ tfoot .table-cell {
|
|
|
4912
5115
|
transition-property: background, color;
|
|
4913
5116
|
}
|
|
4914
5117
|
.snackbar-action:hover {
|
|
4915
|
-
background: var(--
|
|
5118
|
+
background: var(--surface-hover);
|
|
4916
5119
|
color: var(--foreground-prominent);
|
|
4917
5120
|
}
|
|
4918
5121
|
.snackbar-action:first-child {
|
|
4919
5122
|
font-weight: 600;
|
|
4920
5123
|
}
|
|
4921
5124
|
.snackbar-action:active {
|
|
4922
|
-
background: var(--
|
|
5125
|
+
background: var(--surface-active);
|
|
4923
5126
|
}
|
|
4924
5127
|
|
|
4925
5128
|
.snackbar-actions {
|
|
@@ -4929,7 +5132,7 @@ tfoot .table-cell {
|
|
|
4929
5132
|
flex-flow: column;
|
|
4930
5133
|
flex-grow: 1;
|
|
4931
5134
|
gap: 1px;
|
|
4932
|
-
background: var(--
|
|
5135
|
+
background: var(--surface-stroke);
|
|
4933
5136
|
}
|
|
4934
5137
|
|
|
4935
5138
|
.snackbar-gray {
|
|
@@ -4945,11 +5148,11 @@ tfoot .table-cell {
|
|
|
4945
5148
|
.snackbar-primary .snackbar-action:first-child,
|
|
4946
5149
|
.snackbar-primary .snackbar-content > .icon,
|
|
4947
5150
|
.snackbar-primary .snackbar-title {
|
|
4948
|
-
color: var(--primary-
|
|
5151
|
+
color: var(--primary-600);
|
|
4949
5152
|
}
|
|
4950
5153
|
.snackbar-primary .spinner-effect,
|
|
4951
5154
|
.snackbar-primary .spinner-value {
|
|
4952
|
-
stroke: var(--primary-
|
|
5155
|
+
stroke: var(--primary-700);
|
|
4953
5156
|
}
|
|
4954
5157
|
|
|
4955
5158
|
.snackbar-danger {
|
|
@@ -4957,11 +5160,11 @@ tfoot .table-cell {
|
|
|
4957
5160
|
.snackbar-danger .snackbar-action:first-child,
|
|
4958
5161
|
.snackbar-danger .snackbar-content > .icon,
|
|
4959
5162
|
.snackbar-danger .snackbar-title {
|
|
4960
|
-
color: var(--danger-
|
|
5163
|
+
color: var(--danger-600);
|
|
4961
5164
|
}
|
|
4962
5165
|
.snackbar-danger .spinner-effect,
|
|
4963
5166
|
.snackbar-danger .spinner-value {
|
|
4964
|
-
stroke: var(--danger-
|
|
5167
|
+
stroke: var(--danger-700);
|
|
4965
5168
|
}
|
|
4966
5169
|
|
|
4967
5170
|
.snackbar-info {
|
|
@@ -4969,11 +5172,11 @@ tfoot .table-cell {
|
|
|
4969
5172
|
.snackbar-info .snackbar-action:first-child,
|
|
4970
5173
|
.snackbar-info .snackbar-content > .icon,
|
|
4971
5174
|
.snackbar-info .snackbar-title {
|
|
4972
|
-
color: var(--info-
|
|
5175
|
+
color: var(--info-600);
|
|
4973
5176
|
}
|
|
4974
5177
|
.snackbar-info .spinner-effect,
|
|
4975
5178
|
.snackbar-info .spinner-value {
|
|
4976
|
-
stroke: var(--info-
|
|
5179
|
+
stroke: var(--info-700);
|
|
4977
5180
|
}
|
|
4978
5181
|
|
|
4979
5182
|
.snackbar-success {
|
|
@@ -4981,11 +5184,11 @@ tfoot .table-cell {
|
|
|
4981
5184
|
.snackbar-success .snackbar-action:first-child,
|
|
4982
5185
|
.snackbar-success .snackbar-content > .icon,
|
|
4983
5186
|
.snackbar-success .snackbar-title {
|
|
4984
|
-
color: var(--success-
|
|
5187
|
+
color: var(--success-600);
|
|
4985
5188
|
}
|
|
4986
5189
|
.snackbar-success .spinner-effect,
|
|
4987
5190
|
.snackbar-success .spinner-value {
|
|
4988
|
-
stroke: var(--success-
|
|
5191
|
+
stroke: var(--success-700);
|
|
4989
5192
|
}
|
|
4990
5193
|
|
|
4991
5194
|
.snackbar-warning {
|
|
@@ -4993,11 +5196,11 @@ tfoot .table-cell {
|
|
|
4993
5196
|
.snackbar-warning .snackbar-action:first-child,
|
|
4994
5197
|
.snackbar-warning .snackbar-content > .icon,
|
|
4995
5198
|
.snackbar-warning .snackbar-title {
|
|
4996
|
-
color: var(--warning-
|
|
5199
|
+
color: var(--warning-600);
|
|
4997
5200
|
}
|
|
4998
5201
|
.snackbar-warning .spinner-effect,
|
|
4999
5202
|
.snackbar-warning .spinner-value {
|
|
5000
|
-
stroke: var(--warning-
|
|
5203
|
+
stroke: var(--warning-700);
|
|
5001
5204
|
}
|
|
5002
5205
|
|
|
5003
5206
|
.snackbars {
|
|
@@ -5051,14 +5254,15 @@ tfoot .table-cell {
|
|
|
5051
5254
|
max-width: 360px;
|
|
5052
5255
|
padding: 9px 15px;
|
|
5053
5256
|
flex-flow: column;
|
|
5054
|
-
background:
|
|
5257
|
+
background: rgb(from var(--gray-950) r g b/0.9);
|
|
5055
5258
|
backdrop-filter: blur(6px) saturate(180%);
|
|
5056
5259
|
border-radius: var(--radius);
|
|
5057
|
-
color: var(--gray-
|
|
5260
|
+
color: var(--gray-25);
|
|
5058
5261
|
font-size: 14px;
|
|
5059
5262
|
font-variant-numeric: tabular-nums;
|
|
5060
5263
|
pointer-events: none;
|
|
5061
5264
|
translate: calc(var(--x) * 1px) calc(var(--y) * 1px);
|
|
5265
|
+
isolation: isolate;
|
|
5062
5266
|
z-index: 100000;
|
|
5063
5267
|
}
|
|
5064
5268
|
.tooltip::after {
|
|
@@ -5106,8 +5310,8 @@ tfoot .table-cell {
|
|
|
5106
5310
|
position: relative;
|
|
5107
5311
|
align-items: center;
|
|
5108
5312
|
gap: 1px;
|
|
5109
|
-
background: var(--gray-
|
|
5110
|
-
border: 1px solid var(--
|
|
5313
|
+
background: var(--gray-50);
|
|
5314
|
+
border: 1px solid var(--surface-stroke);
|
|
5111
5315
|
border-radius: var(--radius);
|
|
5112
5316
|
}
|
|
5113
5317
|
|
|
@@ -5124,10 +5328,10 @@ tfoot .table-cell {
|
|
|
5124
5328
|
position: absolute;
|
|
5125
5329
|
top: 0;
|
|
5126
5330
|
bottom: 0;
|
|
5127
|
-
background: var(--
|
|
5128
|
-
border-radius: var(--radius);
|
|
5331
|
+
background: var(--surface);
|
|
5332
|
+
border-radius: calc(var(--radius) - 2px);
|
|
5129
5333
|
box-shadow: var(--shadow-sm);
|
|
5130
|
-
outline: 1px solid var(--
|
|
5334
|
+
outline: 1px solid var(--surface-stroke);
|
|
5131
5335
|
pointer-events: none;
|
|
5132
5336
|
transition: 300ms var(--swift-out);
|
|
5133
5337
|
transition-property: left, width;
|
|
@@ -5144,7 +5348,7 @@ tfoot .table-cell {
|
|
|
5144
5348
|
justify-content: center;
|
|
5145
5349
|
background: none;
|
|
5146
5350
|
border: 0;
|
|
5147
|
-
border-radius:
|
|
5351
|
+
border-radius: var(--radius);
|
|
5148
5352
|
color: var(--foreground);
|
|
5149
5353
|
cursor: pointer;
|
|
5150
5354
|
font-weight: 500;
|
|
@@ -5154,7 +5358,7 @@ tfoot .table-cell {
|
|
|
5154
5358
|
}
|
|
5155
5359
|
@media (hover: hover) {
|
|
5156
5360
|
.segmented-control-item:hover {
|
|
5157
|
-
background: var(--gray-
|
|
5361
|
+
background: var(--gray-100);
|
|
5158
5362
|
}
|
|
5159
5363
|
}
|
|
5160
5364
|
.segmented-control-item.is-active {
|
|
@@ -5170,7 +5374,7 @@ tfoot .table-cell {
|
|
|
5170
5374
|
height: 15px;
|
|
5171
5375
|
width: 1px;
|
|
5172
5376
|
flex-shrink: 0;
|
|
5173
|
-
background: var(--
|
|
5377
|
+
background: var(--surface-stroke);
|
|
5174
5378
|
transition: opacity 300ms var(--swift-out);
|
|
5175
5379
|
}
|
|
5176
5380
|
.segmented-control-separator.is-active {
|
|
@@ -5181,30 +5385,6 @@ tfoot .table-cell {
|
|
|
5181
5385
|
flex-grow: 1;
|
|
5182
5386
|
gap: 21px;
|
|
5183
5387
|
}
|
|
5184
|
-
.statistic.is-gray .statistic-icon {
|
|
5185
|
-
background: var(--gray-2);
|
|
5186
|
-
color: var(--gray-7);
|
|
5187
|
-
}
|
|
5188
|
-
.statistic.is-primary .statistic-icon {
|
|
5189
|
-
background: var(--primary-2);
|
|
5190
|
-
color: var(--primary-7);
|
|
5191
|
-
}
|
|
5192
|
-
.statistic.is-danger .statistic-icon {
|
|
5193
|
-
background: var(--danger-2);
|
|
5194
|
-
color: var(--danger-7);
|
|
5195
|
-
}
|
|
5196
|
-
.statistic.is-info .statistic-icon {
|
|
5197
|
-
background: var(--info-2);
|
|
5198
|
-
color: var(--info-7);
|
|
5199
|
-
}
|
|
5200
|
-
.statistic.is-success .statistic-icon {
|
|
5201
|
-
background: var(--success-2);
|
|
5202
|
-
color: var(--success-7);
|
|
5203
|
-
}
|
|
5204
|
-
.statistic.is-warning .statistic-icon {
|
|
5205
|
-
background: var(--warning-2);
|
|
5206
|
-
color: var(--warning-7);
|
|
5207
|
-
}
|
|
5208
5388
|
|
|
5209
5389
|
.statistic-change {
|
|
5210
5390
|
display: flex;
|
|
@@ -5219,19 +5399,19 @@ tfoot .table-cell {
|
|
|
5219
5399
|
color: var(--foreground-prominent);
|
|
5220
5400
|
}
|
|
5221
5401
|
.statistic-change.is-primary {
|
|
5222
|
-
color: var(--primary-
|
|
5402
|
+
color: var(--primary-600);
|
|
5223
5403
|
}
|
|
5224
5404
|
.statistic-change.is-danger {
|
|
5225
|
-
color: var(--danger-
|
|
5405
|
+
color: var(--danger-600);
|
|
5226
5406
|
}
|
|
5227
5407
|
.statistic-change.is-info {
|
|
5228
|
-
color: var(--info-
|
|
5408
|
+
color: var(--info-600);
|
|
5229
5409
|
}
|
|
5230
5410
|
.statistic-change.is-success {
|
|
5231
|
-
color: var(--success-
|
|
5411
|
+
color: var(--success-600);
|
|
5232
5412
|
}
|
|
5233
5413
|
.statistic-change.is-warning {
|
|
5234
|
-
color: var(--warning-
|
|
5414
|
+
color: var(--warning-600);
|
|
5235
5415
|
}
|
|
5236
5416
|
|
|
5237
5417
|
.statistic-data {
|
|
@@ -5250,13 +5430,8 @@ tfoot .table-cell {
|
|
|
5250
5430
|
font-weight: 700;
|
|
5251
5431
|
}
|
|
5252
5432
|
|
|
5253
|
-
.statistic-icon {
|
|
5254
|
-
|
|
5255
|
-
height: 48px;
|
|
5256
|
-
width: 48px;
|
|
5257
|
-
align-items: center;
|
|
5258
|
-
justify-content: center;
|
|
5259
|
-
border-radius: var(--radius);
|
|
5433
|
+
.statistic-icon .icon {
|
|
5434
|
+
font-size: 0.45em;
|
|
5260
5435
|
}
|
|
5261
5436
|
|
|
5262
5437
|
.statistic-image {
|
|
@@ -5393,11 +5568,11 @@ tfoot .table-cell {
|
|
|
5393
5568
|
}
|
|
5394
5569
|
.stepper-steps::before {
|
|
5395
5570
|
width: var(--max);
|
|
5396
|
-
background: var(--gray-
|
|
5571
|
+
background: var(--gray-100);
|
|
5397
5572
|
}
|
|
5398
5573
|
.stepper-steps::after {
|
|
5399
5574
|
width: calc(min(1, var(--progress)) * var(--max));
|
|
5400
|
-
background: var(--primary-
|
|
5575
|
+
background: var(--primary-600);
|
|
5401
5576
|
transition: width 300ms var(--swift-out);
|
|
5402
5577
|
}
|
|
5403
5578
|
|
|
@@ -5408,7 +5583,7 @@ tfoot .table-cell {
|
|
|
5408
5583
|
width: 33px;
|
|
5409
5584
|
align-items: center;
|
|
5410
5585
|
justify-content: center;
|
|
5411
|
-
background: var(--gray-
|
|
5586
|
+
background: var(--gray-100);
|
|
5412
5587
|
border: 0;
|
|
5413
5588
|
border-radius: 99px;
|
|
5414
5589
|
color: var(--foreground);
|
|
@@ -5430,21 +5605,21 @@ tfoot .table-cell {
|
|
|
5430
5605
|
}
|
|
5431
5606
|
|
|
5432
5607
|
.stepper-steps-item-complete {
|
|
5433
|
-
background: var(--primary-
|
|
5434
|
-
border-color: var(--primary-
|
|
5435
|
-
color: var(--primary-
|
|
5608
|
+
background: var(--primary-600);
|
|
5609
|
+
border-color: var(--primary-600);
|
|
5610
|
+
color: var(--primary-25);
|
|
5436
5611
|
}
|
|
5437
5612
|
|
|
5438
5613
|
.stepper-steps-item-current {
|
|
5439
|
-
background: var(--gray-
|
|
5614
|
+
background: var(--gray-100);
|
|
5440
5615
|
color: var(--foreground-prominent);
|
|
5441
|
-
outline-color: var(--primary-
|
|
5616
|
+
outline-color: var(--primary-600);
|
|
5442
5617
|
outline-width: 2px;
|
|
5443
5618
|
transition-delay: 75ms;
|
|
5444
5619
|
}
|
|
5445
5620
|
|
|
5446
5621
|
.stepper-steps-item-idle {
|
|
5447
|
-
outline-color: var(--gray-
|
|
5622
|
+
outline-color: var(--gray-25);
|
|
5448
5623
|
}
|
|
5449
5624
|
|
|
5450
5625
|
.stepper-steps-item-particles {
|
|
@@ -5455,7 +5630,7 @@ tfoot .table-cell {
|
|
|
5455
5630
|
.tab-bar {
|
|
5456
5631
|
--tab-padding: 12px;
|
|
5457
5632
|
position: relative;
|
|
5458
|
-
box-shadow: inset 0 -2px var(--
|
|
5633
|
+
box-shadow: inset 0 -2px var(--surface-stroke);
|
|
5459
5634
|
z-index: 0;
|
|
5460
5635
|
}
|
|
5461
5636
|
|
|
@@ -5478,7 +5653,7 @@ tfoot .table-cell {
|
|
|
5478
5653
|
}
|
|
5479
5654
|
@media (hover: hover) {
|
|
5480
5655
|
.tab-bar-arrow:hover {
|
|
5481
|
-
background: var(--
|
|
5656
|
+
background: var(--surface-stroke);
|
|
5482
5657
|
}
|
|
5483
5658
|
}
|
|
5484
5659
|
|
|
@@ -5539,11 +5714,11 @@ tfoot .table-cell {
|
|
|
5539
5714
|
transition: 180ms var(--swift-out) outline-color, outline-offset;
|
|
5540
5715
|
}
|
|
5541
5716
|
.tab-bar-item::before {
|
|
5542
|
-
outline: 2px solid
|
|
5717
|
+
outline: 2px solid rgb(from var(--primary-600) r g b/0);
|
|
5543
5718
|
outline-offset: 0;
|
|
5544
5719
|
}
|
|
5545
5720
|
.tab-bar-item:focus-visible::before {
|
|
5546
|
-
outline-color: var(--primary-
|
|
5721
|
+
outline-color: var(--primary-600);
|
|
5547
5722
|
outline-offset: 0;
|
|
5548
5723
|
}
|
|
5549
5724
|
@media (hover: hover) {
|
|
@@ -5553,7 +5728,7 @@ tfoot .table-cell {
|
|
|
5553
5728
|
}
|
|
5554
5729
|
|
|
5555
5730
|
.tab-bar-item-active {
|
|
5556
|
-
border-color: var(--primary-
|
|
5731
|
+
border-color: var(--primary-600);
|
|
5557
5732
|
color: var(--foreground-prominent);
|
|
5558
5733
|
}
|
|
5559
5734
|
|
|
@@ -5568,33 +5743,43 @@ tfoot .table-cell {
|
|
|
5568
5743
|
}
|
|
5569
5744
|
|
|
5570
5745
|
.base-pane-structure > .tab-bar,
|
|
5571
|
-
.base-pane-structure > .tabs > .tab-bar
|
|
5746
|
+
.base-pane-structure > .tabs > .tab-bar,
|
|
5747
|
+
.base-pane-structure > .form > .tab-bar,
|
|
5748
|
+
.base-pane-structure > .form > .tabs > .tab-bar {
|
|
5572
5749
|
--tab-padding: 18px;
|
|
5573
5750
|
padding-left: 21px;
|
|
5574
5751
|
padding-right: 21px;
|
|
5575
|
-
background: var(--gray-
|
|
5752
|
+
background: var(--gray-50);
|
|
5576
5753
|
}
|
|
5577
5754
|
.base-pane-structure > .tab-bar:first-child,
|
|
5578
|
-
.base-pane-structure > .tabs > .tab-bar:first-child
|
|
5755
|
+
.base-pane-structure > .tabs > .tab-bar:first-child,
|
|
5756
|
+
.base-pane-structure > .form > .tab-bar:first-child,
|
|
5757
|
+
.base-pane-structure > .form > .tabs > .tab-bar:first-child {
|
|
5579
5758
|
border-radius: var(--radius) var(--radius) 0 0;
|
|
5580
5759
|
}
|
|
5581
5760
|
.base-pane-structure > .tab-bar:not(:first-child),
|
|
5582
|
-
.base-pane-structure > .tabs > .tab-bar:not(:first-child)
|
|
5583
|
-
|
|
5761
|
+
.base-pane-structure > .tabs > .tab-bar:not(:first-child),
|
|
5762
|
+
.base-pane-structure > .form > .tab-bar:not(:first-child),
|
|
5763
|
+
.base-pane-structure > .form > .tabs > .tab-bar:not(:first-child) {
|
|
5764
|
+
border-top: 1px solid var(--surface-stroke);
|
|
5584
5765
|
}
|
|
5585
5766
|
|
|
5586
5767
|
.base-pane-structure > .pane-header + .tab-bar,
|
|
5587
|
-
.base-pane-structure > .pane-header + .tabs > .tab-bar
|
|
5768
|
+
.base-pane-structure > .pane-header + .tabs > .tab-bar,
|
|
5769
|
+
.base-pane-structure > .form > .pane-header + .tab-bar,
|
|
5770
|
+
.base-pane-structure > .form > .pane-header + .tabs > .tab-bar {
|
|
5588
5771
|
padding-top: 6px;
|
|
5589
5772
|
}
|
|
5590
5773
|
.base-pane-structure > .pane-header + .tab-bar:not(:first-child),
|
|
5591
|
-
.base-pane-structure > .pane-header + .tabs > .tab-bar:not(:first-child)
|
|
5774
|
+
.base-pane-structure > .pane-header + .tabs > .tab-bar:not(:first-child),
|
|
5775
|
+
.base-pane-structure > .form > .pane-header + .tab-bar:not(:first-child),
|
|
5776
|
+
.base-pane-structure > .form > .pane-header + .tabs > .tab-bar:not(:first-child) {
|
|
5592
5777
|
border-top: 0;
|
|
5593
5778
|
}
|
|
5594
5779
|
|
|
5595
5780
|
.pane-header:has(+ .tab-bar),
|
|
5596
5781
|
.pane-header:has(+ .tabs > .tab-bar) {
|
|
5597
|
-
background: var(--gray-
|
|
5782
|
+
background: var(--gray-50);
|
|
5598
5783
|
}
|
|
5599
5784
|
|
|
5600
5785
|
.base-pane-structure > .tabs > .tabs-bar {
|
|
@@ -5619,7 +5804,7 @@ tfoot .table-cell {
|
|
|
5619
5804
|
align-items: center;
|
|
5620
5805
|
justify-content: center;
|
|
5621
5806
|
border-radius: 99px;
|
|
5622
|
-
outline: 6px solid var(--
|
|
5807
|
+
outline: 6px solid var(--surface);
|
|
5623
5808
|
}
|
|
5624
5809
|
|
|
5625
5810
|
.timeline-item-icon {
|
|
@@ -5642,7 +5827,7 @@ tfoot .table-cell {
|
|
|
5642
5827
|
width: 30px;
|
|
5643
5828
|
align-items: center;
|
|
5644
5829
|
justify-content: center;
|
|
5645
|
-
background: var(--gray-
|
|
5830
|
+
background: var(--gray-25);
|
|
5646
5831
|
border-radius: 99px;
|
|
5647
5832
|
}
|
|
5648
5833
|
|
|
@@ -5682,7 +5867,7 @@ tfoot .table-cell {
|
|
|
5682
5867
|
left: 20px;
|
|
5683
5868
|
height: 100%;
|
|
5684
5869
|
width: 2px;
|
|
5685
|
-
background: var(--gray-
|
|
5870
|
+
background: var(--gray-100);
|
|
5686
5871
|
}
|
|
5687
5872
|
|
|
5688
5873
|
.timeline .timeline-item:last-of-type .timeline-item-line {
|
|
@@ -5696,57 +5881,57 @@ tfoot .table-cell {
|
|
|
5696
5881
|
color: var(--foreground-prominent);
|
|
5697
5882
|
}
|
|
5698
5883
|
.timeline-item-gray .timeline-item-icon {
|
|
5699
|
-
background: var(--gray-
|
|
5884
|
+
background: var(--gray-100);
|
|
5700
5885
|
}
|
|
5701
5886
|
|
|
5702
5887
|
.timeline-item-primary {
|
|
5703
5888
|
}
|
|
5704
5889
|
.timeline-item-primary .timeline-item-icon,
|
|
5705
5890
|
.timeline-item-primary .timeline-item-photo-icon {
|
|
5706
|
-
color: var(--primary-
|
|
5891
|
+
color: var(--primary-600);
|
|
5707
5892
|
}
|
|
5708
5893
|
.timeline-item-primary .timeline-item-icon {
|
|
5709
|
-
background: var(--primary-
|
|
5894
|
+
background: var(--primary-100);
|
|
5710
5895
|
}
|
|
5711
5896
|
|
|
5712
5897
|
.timeline-item-danger {
|
|
5713
5898
|
}
|
|
5714
5899
|
.timeline-item-danger .timeline-item-icon,
|
|
5715
5900
|
.timeline-item-danger .timeline-item-photo-icon {
|
|
5716
|
-
color: var(--danger-
|
|
5901
|
+
color: var(--danger-600);
|
|
5717
5902
|
}
|
|
5718
5903
|
.timeline-item-danger .timeline-item-icon {
|
|
5719
|
-
background: var(--danger-
|
|
5904
|
+
background: var(--danger-100);
|
|
5720
5905
|
}
|
|
5721
5906
|
|
|
5722
5907
|
.timeline-item-info {
|
|
5723
5908
|
}
|
|
5724
5909
|
.timeline-item-info .timeline-item-icon,
|
|
5725
5910
|
.timeline-item-info .timeline-item-photo-icon {
|
|
5726
|
-
color: var(--info-
|
|
5911
|
+
color: var(--info-600);
|
|
5727
5912
|
}
|
|
5728
5913
|
.timeline-item-info .timeline-item-icon {
|
|
5729
|
-
background: var(--info-
|
|
5914
|
+
background: var(--info-100);
|
|
5730
5915
|
}
|
|
5731
5916
|
|
|
5732
5917
|
.timeline-item-success {
|
|
5733
5918
|
}
|
|
5734
5919
|
.timeline-item-success .timeline-item-icon,
|
|
5735
5920
|
.timeline-item-success .timeline-item-photo-icon {
|
|
5736
|
-
color: var(--success-
|
|
5921
|
+
color: var(--success-600);
|
|
5737
5922
|
}
|
|
5738
5923
|
.timeline-item-success .timeline-item-icon {
|
|
5739
|
-
background: var(--success-
|
|
5924
|
+
background: var(--success-100);
|
|
5740
5925
|
}
|
|
5741
5926
|
|
|
5742
5927
|
.timeline-item-warning {
|
|
5743
5928
|
}
|
|
5744
5929
|
.timeline-item-warning .timeline-item-icon,
|
|
5745
5930
|
.timeline-item-warning .timeline-item-photo-icon {
|
|
5746
|
-
color: var(--warning-
|
|
5931
|
+
color: var(--warning-600);
|
|
5747
5932
|
}
|
|
5748
5933
|
.timeline-item-warning .timeline-item-icon {
|
|
5749
|
-
background: var(--warning-
|
|
5934
|
+
background: var(--warning-100);
|
|
5750
5935
|
}.toolbar {
|
|
5751
5936
|
padding: 6px;
|
|
5752
5937
|
contain: paint;
|
|
@@ -5788,8 +5973,9 @@ tfoot .table-cell {
|
|
|
5788
5973
|
|
|
5789
5974
|
.base-pane-structure > .toolbar-flat {
|
|
5790
5975
|
padding: 12px 15px;
|
|
5791
|
-
|
|
5792
|
-
|
|
5976
|
+
align-self: unset;
|
|
5977
|
+
background: var(--gray-50);
|
|
5978
|
+
border: 1px solid var(--surface-stroke);
|
|
5793
5979
|
border-left: 0;
|
|
5794
5980
|
border-right: 0;
|
|
5795
5981
|
border-radius: 0;
|
|
@@ -5806,9 +5992,9 @@ tfoot .table-cell {
|
|
|
5806
5992
|
border-bottom-right-radius: var(--radius);
|
|
5807
5993
|
}
|
|
5808
5994
|
.base-pane-structure > .toolbar-flat .separator {
|
|
5809
|
-
background: var(--
|
|
5995
|
+
background: var(--surface-stroke);
|
|
5810
5996
|
}
|
|
5811
5997
|
|
|
5812
5998
|
.pane-header + .toolbar-flat {
|
|
5813
5999
|
margin-top: 21px;
|
|
5814
|
-
}
|
|
6000
|
+
}/*$vite$:1*/
|