@flux-ui/components 3.0.0-next.34 → 3.0.0-next.38
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/FluxActionBar.vue.d.ts +17 -17
- package/dist/component/FluxActionPane.vue.d.ts +7 -7
- package/dist/component/{FluxActions.vue.d.ts → FluxActionStack.vue.d.ts} +11 -15
- package/dist/component/{FluxAutoGrid.vue.d.ts → FluxAdaptiveGroup.vue.d.ts} +6 -3
- package/dist/component/FluxAdaptiveSlot.vue.d.ts +35 -0
- package/dist/component/FluxAspectRatio.vue.d.ts +3 -3
- package/dist/component/FluxBadgeStack.vue.d.ts +3 -3
- package/dist/component/FluxButtonGroup.vue.d.ts +3 -3
- package/dist/component/FluxButtonStack.vue.d.ts +3 -3
- package/dist/component/FluxCalendar.vue.d.ts +3 -3
- package/dist/component/FluxCalendarEvent.vue.d.ts +3 -3
- package/dist/component/FluxCheckbox.vue.d.ts +2 -1
- package/dist/component/FluxClickablePane.vue.d.ts +5 -5
- package/dist/component/FluxColorSelect.vue.d.ts +1 -0
- package/dist/component/{FluxPaneDeck.vue.d.ts → FluxColumn.vue.d.ts} +5 -5
- package/dist/component/FluxCommandPalette.vue.d.ts +52 -0
- package/dist/component/FluxCommandPaletteGroup.vue.d.ts +8 -0
- package/dist/component/FluxCommandPaletteItem.vue.d.ts +18 -0
- package/dist/component/FluxComment.vue.d.ts +3 -3
- package/dist/component/FluxContainer.vue.d.ts +3 -3
- package/dist/component/FluxDivider.vue.d.ts +5 -3
- package/dist/component/FluxDropZone.vue.d.ts +8 -7
- package/dist/component/FluxExpandableGroup.vue.d.ts +3 -3
- package/dist/component/FluxFader.vue.d.ts +3 -3
- package/dist/component/FluxFaderItem.vue.d.ts +3 -3
- package/dist/component/FluxFilter.vue.d.ts +3 -3
- package/dist/component/FluxFilterBar.vue.d.ts +3 -3
- package/dist/component/FluxFilterBase.vue.d.ts +4 -4
- package/dist/component/FluxFilterWindow.vue.d.ts +13 -17
- package/dist/component/FluxFlyout.vue.d.ts +19 -21
- package/dist/component/FluxForm.vue.d.ts +3 -3
- package/dist/component/FluxFormColumn.vue.d.ts +3 -3
- package/dist/component/FluxFormDateInput.vue.d.ts +18 -24
- package/dist/component/FluxFormDateRangeInput.vue.d.ts +18 -21
- package/dist/component/FluxFormDateTimeInput.vue.d.ts +18 -24
- package/dist/component/FluxFormField.vue.d.ts +7 -7
- package/dist/component/FluxFormGrid.vue.d.ts +3 -3
- package/dist/component/FluxFormInput.vue.d.ts +2 -9
- package/dist/component/FluxFormInputAddition.vue.d.ts +3 -3
- package/dist/component/FluxFormInputGroup.vue.d.ts +3 -3
- package/dist/component/FluxFormPinInput.vue.d.ts +2 -4
- package/dist/component/FluxFormRangeSlider.vue.d.ts +18 -2
- package/dist/component/FluxFormRow.vue.d.ts +3 -3
- package/dist/component/FluxFormSection.vue.d.ts +3 -3
- package/dist/component/FluxFormSelect.vue.d.ts +2 -4
- package/dist/component/FluxFormSelectAsync.vue.d.ts +2 -4
- package/dist/component/FluxFormSlider.vue.d.ts +11 -2
- package/dist/component/FluxFormTextArea.vue.d.ts +2 -6
- package/dist/component/FluxFormTimeZonePicker.vue.d.ts +2 -4
- package/dist/component/FluxFormTreeViewSelect.vue.d.ts +15 -37
- package/dist/component/FluxGallery.vue.d.ts +3 -3
- package/dist/component/FluxGrid.vue.d.ts +3 -3
- package/dist/component/FluxGridColumn.vue.d.ts +3 -3
- package/dist/component/FluxIcon.vue.d.ts +1 -0
- package/dist/component/FluxInfo.vue.d.ts +3 -3
- package/dist/component/FluxInfoStack.vue.d.ts +3 -3
- package/dist/component/FluxLayerPane.vue.d.ts +20 -0
- package/dist/component/FluxLayerPaneSecondary.vue.d.ts +20 -0
- package/dist/component/FluxMenu.vue.d.ts +3 -3
- package/dist/component/FluxMenuCollapsible.vue.d.ts +47 -0
- package/dist/component/FluxMenuGroup.vue.d.ts +3 -3
- package/dist/component/FluxMenuItem.vue.d.ts +5 -3
- package/dist/component/FluxMenuOptions.vue.d.ts +3 -3
- package/dist/component/FluxNotice.vue.d.ts +5 -5
- package/dist/component/FluxNoticeStack.vue.d.ts +3 -3
- package/dist/component/FluxOverflowBar.vue.d.ts +4 -4
- package/dist/component/FluxPane.vue.d.ts +5 -5
- package/dist/component/FluxPaneBody.vue.d.ts +3 -3
- package/dist/component/FluxPaneFooter.vue.d.ts +3 -3
- package/dist/component/FluxPaneGroup.vue.d.ts +3 -3
- package/dist/component/FluxPaneHeader.vue.d.ts +6 -6
- package/dist/component/FluxPaneIllustration.vue.d.ts +5 -5
- package/dist/component/FluxPressable.vue.d.ts +3 -3
- package/dist/component/FluxPrompt.vue.d.ts +3 -17
- package/dist/component/FluxRoot.vue.d.ts +3 -3
- package/dist/component/FluxRow.vue.d.ts +23 -0
- package/dist/component/FluxSegmentedControl.vue.d.ts +3 -2
- package/dist/component/FluxSplitButton.vue.d.ts +5 -5
- package/dist/component/FluxStack.vue.d.ts +3 -3
- package/dist/component/FluxStepper.vue.d.ts +6 -6
- package/dist/component/FluxStepperStep.vue.d.ts +3 -3
- package/dist/component/FluxTab.vue.d.ts +3 -3
- package/dist/component/FluxTabBar.vue.d.ts +3 -3
- package/dist/component/FluxTabBarItem.vue.d.ts +5 -7
- package/dist/component/FluxTableActions.vue.d.ts +3 -3
- package/dist/component/FluxTableBar.vue.d.ts +3 -3
- package/dist/component/FluxTableCell.vue.d.ts +5 -5
- package/dist/component/FluxTableHeader.vue.d.ts +3 -3
- package/dist/component/FluxTableRow.vue.d.ts +3 -3
- package/dist/component/FluxTabs.vue.d.ts +6 -6
- package/dist/component/FluxTag.vue.d.ts +1 -0
- package/dist/component/FluxTagStack.vue.d.ts +3 -3
- package/dist/component/FluxTimeline.vue.d.ts +3 -3
- package/dist/component/FluxTimelineItem.vue.d.ts +3 -3
- package/dist/component/FluxToggle.vue.d.ts +2 -3
- package/dist/component/FluxToolbar.vue.d.ts +3 -3
- package/dist/component/FluxToolbarGroup.vue.d.ts +3 -3
- package/dist/component/FluxWindow.vue.d.ts +3 -3
- package/dist/component/index.d.ts +11 -3
- package/dist/component/primitive/Anchor.vue.d.ts +3 -3
- package/dist/component/primitive/AnchorPopup.vue.d.ts +3 -3
- package/dist/component/primitive/CoordinatePicker.vue.d.ts +1 -0
- package/dist/component/primitive/DialogLayout.vue.d.ts +28 -0
- package/dist/component/primitive/FilterOptionBase.vue.d.ts +2 -2
- package/dist/component/primitive/SelectBase.vue.d.ts +19 -37
- package/dist/component/primitive/SliderThumb.vue.d.ts +4 -0
- package/dist/component/primitive/TreeNodeRenderer.vue.d.ts +30 -0
- package/dist/component/primitive/index.d.ts +2 -0
- package/dist/composable/index.d.ts +1 -0
- package/dist/composable/private/index.d.ts +8 -0
- package/dist/composable/private/useAsyncFilterOptions.d.ts +14 -0
- package/dist/composable/private/useCommandPalette.d.ts +38 -0
- package/dist/composable/private/useDateFlyout.d.ts +10 -0
- package/dist/composable/private/useDropdownPopup.d.ts +27 -0
- package/dist/composable/private/useFilterOption.d.ts +12 -0
- package/dist/composable/useAdaptiveGroupInjection.d.ts +2 -0
- package/dist/data/di.d.ts +11 -0
- package/dist/data/filter.d.ts +4 -17
- package/dist/data/i18n.d.ts +17 -0
- package/dist/data/timeZones.d.ts +3 -0
- package/dist/index.css +710 -349
- package/dist/index.d.ts +1 -1
- package/dist/index.js +6936 -5537
- package/dist/index.js.map +1 -1
- package/dist/transition/FluxAutoHeightTransition.vue.d.ts +5 -3
- package/dist/transition/FluxAutoWidthTransition.vue.d.ts +5 -3
- package/dist/transition/FluxBreakthroughTransition.vue.d.ts +5 -3
- package/dist/transition/FluxFadeTransition.vue.d.ts +5 -3
- package/dist/transition/FluxOverlayTransition.vue.d.ts +5 -3
- package/dist/transition/FluxRouteTransition.vue.d.ts +5 -3
- package/dist/transition/FluxSlideOverTransition.vue.d.ts +5 -3
- package/dist/transition/FluxTooltipTransition.vue.d.ts +5 -3
- package/dist/transition/FluxVerticalWindowTransition.vue.d.ts +5 -3
- package/dist/transition/FluxWindowTransition.vue.d.ts +5 -3
- package/package.json +19 -23
- package/src/component/FluxActionBar.vue +9 -8
- package/src/component/FluxActionPane.vue +4 -3
- package/src/component/{FluxActions.vue → FluxActionStack.vue} +2 -2
- package/src/component/FluxAdaptiveGroup.vue +112 -0
- package/src/component/FluxAdaptiveSlot.vue +159 -0
- package/src/component/FluxAlert.vue +8 -17
- package/src/component/FluxAnimatedColors.vue +1 -1
- package/src/component/FluxAspectRatio.vue +2 -1
- package/src/component/FluxBadge.vue +5 -1
- package/src/component/FluxBadgeStack.vue +2 -1
- package/src/component/FluxButtonGroup.vue +2 -1
- package/src/component/FluxButtonStack.vue +2 -1
- package/src/component/FluxCalendar.vue +8 -1
- package/src/component/FluxCalendarEvent.vue +2 -1
- package/src/component/FluxCheckbox.vue +33 -6
- package/src/component/FluxChip.vue +1 -0
- package/src/component/FluxClickablePane.vue +3 -2
- package/src/component/FluxColorPicker.vue +8 -1
- package/src/component/FluxColorSelect.vue +25 -4
- package/src/component/{FluxAutoGrid.vue → FluxColumn.vue} +5 -8
- package/src/component/FluxCommandPalette.vue +290 -0
- package/src/component/FluxCommandPaletteGroup.vue +23 -0
- package/src/component/FluxCommandPaletteItem.vue +60 -0
- package/src/component/FluxComment.vue +2 -2
- package/src/component/FluxConfirm.vue +8 -17
- package/src/component/FluxContainer.vue +3 -2
- package/src/component/FluxDataTable.vue +3 -1
- package/src/component/FluxDivider.vue +7 -3
- package/src/component/FluxDropZone.vue +22 -8
- package/src/component/FluxExpandable.vue +3 -2
- package/src/component/FluxExpandableGroup.vue +2 -2
- package/src/component/FluxFader.vue +2 -2
- package/src/component/FluxFaderItem.vue +2 -1
- package/src/component/FluxFilter.vue +2 -1
- package/src/component/FluxFilterBar.vue +3 -2
- package/src/component/FluxFilterBase.vue +17 -9
- package/src/component/FluxFilterOption.vue +3 -14
- package/src/component/FluxFilterOptionAsync.vue +17 -60
- package/src/component/FluxFilterOptions.vue +3 -25
- package/src/component/FluxFilterOptionsAsync.vue +9 -73
- package/src/component/FluxFilterWindow.vue +1 -1
- package/src/component/FluxFlyout.vue +13 -11
- package/src/component/FluxForm.vue +2 -1
- package/src/component/FluxFormColumn.vue +2 -1
- package/src/component/FluxFormDateInput.vue +9 -22
- package/src/component/FluxFormDateRangeInput.vue +20 -15
- package/src/component/FluxFormDateTimeInput.vue +17 -20
- package/src/component/FluxFormField.vue +4 -4
- package/src/component/FluxFormGrid.vue +2 -1
- package/src/component/FluxFormInput.vue +11 -10
- package/src/component/FluxFormInputAddition.vue +2 -1
- package/src/component/FluxFormInputGroup.vue +3 -2
- package/src/component/FluxFormPinInput.vue +14 -6
- package/src/component/FluxFormRangeSlider.vue +12 -2
- package/src/component/FluxFormRow.vue +2 -1
- package/src/component/FluxFormSection.vue +4 -3
- package/src/component/FluxFormSelect.vue +11 -4
- package/src/component/FluxFormSelectAsync.vue +14 -8
- package/src/component/FluxFormSlider.vue +8 -2
- package/src/component/FluxFormTextArea.vue +12 -7
- package/src/component/FluxFormTimeZonePicker.vue +13 -626
- package/src/component/FluxFormTreeViewSelect.vue +51 -79
- package/src/component/FluxGallery.vue +2 -1
- package/src/component/FluxGrid.vue +3 -2
- package/src/component/FluxGridColumn.vue +2 -1
- package/src/component/FluxIcon.vue +4 -2
- package/src/component/FluxInfo.vue +2 -1
- package/src/component/FluxInfoStack.vue +3 -2
- package/src/component/FluxLayerPane.vue +16 -0
- package/src/component/FluxLayerPaneSecondary.vue +16 -0
- package/src/component/FluxLegend.vue +9 -9
- package/src/component/FluxMenu.vue +2 -2
- package/src/component/FluxMenuCollapsible.vue +187 -0
- package/src/component/FluxMenuGroup.vue +2 -1
- package/src/component/FluxMenuItem.vue +9 -1
- package/src/component/FluxMenuOptions.vue +1 -1
- package/src/component/FluxNotice.vue +7 -2
- package/src/component/FluxNoticeStack.vue +2 -1
- package/src/component/FluxOverflowBar.vue +3 -3
- package/src/component/FluxPagination.vue +1 -0
- package/src/component/FluxPane.vue +3 -2
- package/src/component/FluxPaneBody.vue +2 -1
- package/src/component/FluxPaneFooter.vue +2 -1
- package/src/component/FluxPaneGroup.vue +2 -1
- package/src/component/FluxPaneHeader.vue +7 -6
- package/src/component/FluxPaneIllustration.vue +3 -3
- package/src/component/FluxPaneMedia.vue +1 -1
- package/src/component/FluxPercentageBar.vue +3 -1
- package/src/component/FluxPressable.vue +2 -1
- package/src/component/FluxProgressBar.vue +2 -1
- package/src/component/FluxPrompt.vue +16 -27
- package/src/component/FluxRemove.vue +4 -0
- package/src/component/FluxRoot.vue +2 -2
- package/src/component/FluxRow.vue +24 -0
- package/src/component/FluxSegmentedControl.vue +51 -4
- package/src/component/FluxSnackbar.vue +36 -12
- package/src/component/FluxSplitButton.vue +3 -2
- package/src/component/FluxStack.vue +4 -3
- package/src/component/FluxStepper.vue +3 -3
- package/src/component/FluxStepperStep.vue +2 -1
- package/src/component/FluxTab.vue +2 -1
- package/src/component/FluxTabBar.vue +3 -3
- package/src/component/FluxTableActions.vue +5 -4
- package/src/component/FluxTableBar.vue +2 -1
- package/src/component/FluxTableCell.vue +4 -3
- package/src/component/FluxTableHeader.vue +4 -2
- package/src/component/FluxTableRow.vue +2 -1
- package/src/component/FluxTabs.vue +15 -6
- package/src/component/FluxTag.vue +8 -2
- package/src/component/FluxTagStack.vue +2 -1
- package/src/component/FluxTimeline.vue +2 -1
- package/src/component/FluxTimelineItem.vue +2 -1
- package/src/component/FluxToggle.vue +20 -5
- package/src/component/FluxToolbar.vue +2 -1
- package/src/component/FluxToolbarGroup.vue +2 -1
- package/src/component/FluxTooltip.vue +1 -1
- package/src/component/FluxTreeView.vue +9 -35
- package/src/component/FluxWindow.vue +2 -2
- package/src/component/index.ts +11 -3
- package/src/component/primitive/Anchor.vue +3 -1
- package/src/component/primitive/AnchorPopup.vue +3 -3
- package/src/component/primitive/CoordinatePicker.vue +2 -1
- package/src/component/primitive/CoordinatePickerThumb.vue +2 -0
- package/src/component/primitive/DialogLayout.vue +44 -0
- package/src/component/primitive/SelectBase.vue +22 -28
- package/src/component/primitive/SliderBase.vue +0 -1
- package/src/component/primitive/SliderThumb.vue +9 -0
- package/src/component/primitive/TreeNodeRenderer.vue +77 -0
- package/src/component/primitive/index.ts +2 -0
- package/src/composable/index.ts +1 -0
- package/src/composable/private/index.ts +8 -0
- package/src/composable/private/useAsyncFilterOptions.ts +70 -0
- package/src/composable/private/useCommandPalette.ts +405 -0
- package/src/composable/private/useDateFlyout.ts +34 -0
- package/src/composable/private/useDropdownPopup.ts +99 -0
- package/src/composable/private/useFilterOption.ts +59 -0
- package/src/composable/useAdaptiveGroupInjection.ts +6 -0
- package/src/css/component/Action.module.scss +2 -2
- package/src/css/component/AdaptiveSlot.module.scss +25 -0
- package/src/css/component/Avatar.module.scss +10 -11
- package/src/css/component/Badge.module.scss +11 -4
- package/src/css/component/Button.module.scss +4 -16
- package/src/css/component/Calendar.module.scss +4 -4
- package/src/css/component/Chip.module.scss +6 -10
- package/src/css/component/Color.module.scss +1 -1
- package/src/css/component/CommandPalette.module.scss +332 -0
- package/src/css/component/DatePicker.module.scss +1 -1
- package/src/css/component/Expandable.module.scss +5 -5
- package/src/css/component/Fader.module.scss +2 -1
- package/src/css/component/Flyout.module.scss +1 -1
- package/src/css/component/FocalPoint.module.scss +1 -1
- package/src/css/component/Form.module.scss +56 -10
- package/src/css/component/Item.module.scss +4 -4
- package/src/css/component/LayerPane.module.scss +40 -0
- package/src/css/component/Layout.module.scss +11 -4
- package/src/css/component/Legend.module.scss +2 -2
- package/src/css/component/Menu.module.scss +59 -11
- package/src/css/component/Notice.module.scss +7 -7
- package/src/css/component/Overlay.module.scss +2 -2
- package/src/css/component/Pane.module.scss +10 -23
- package/src/css/component/PercentageBar.module.scss +1 -1
- package/src/css/component/Remove.module.scss +1 -1
- package/src/css/component/SegmentedControl.module.scss +1 -0
- package/src/css/component/Snackbar.module.scss +1 -1
- package/src/css/component/Statistic.module.scss +2 -2
- package/src/css/component/Stepper.module.scss +1 -1
- package/src/css/component/Tab.module.scss +11 -15
- package/src/css/component/Table.module.scss +13 -13
- package/src/css/component/Timeline.module.scss +2 -2
- package/src/css/component/Toolbar.module.scss +3 -3
- package/src/css/component/Tooltip.module.scss +3 -4
- package/src/css/component/Transition.module.scss +1 -1
- package/src/css/component/TreeView.module.scss +2 -15
- package/src/css/component/TreeViewSelect.module.scss +1 -15
- package/src/css/component/base/Button.module.scss +6 -7
- package/src/css/component/base/Effect.module.scss +2 -1
- package/src/css/component/primitive/Slider.module.scss +6 -7
- package/src/css/component/primitive/TreeNode.module.scss +19 -0
- package/src/css/mixin/button-active.scss +6 -0
- package/src/css/mixin/focus-ring.scss +1 -1
- package/src/css/mixin/index.scss +1 -0
- package/src/css/typography.scss +3 -2
- package/src/css/variables.scss +7 -2
- package/src/data/di.ts +13 -0
- package/src/data/filter.ts +24 -28
- package/src/data/i18n.ts +17 -0
- package/src/data/store.ts +46 -11
- package/src/data/timeZones.ts +619 -0
- package/src/index.ts +2 -0
- package/src/transition/FluxAutoHeightTransition.vue +5 -0
- package/src/transition/FluxAutoWidthTransition.vue +5 -0
- package/src/transition/FluxBreakthroughTransition.vue +5 -0
- package/src/transition/FluxFadeTransition.vue +5 -0
- package/src/transition/FluxOverlayTransition.vue +5 -0
- package/src/transition/FluxRouteTransition.vue +5 -0
- package/src/transition/FluxSlideOverTransition.vue +5 -0
- package/src/transition/FluxTooltipTransition.vue +5 -0
- package/src/transition/FluxVerticalWindowTransition.vue +5 -0
- package/src/transition/FluxWindowTransition.vue +5 -0
- package/dist/0db98648.svg +0 -3
- package/src/component/FluxPaneDeck.vue +0 -24
- package/src/css/component/base/Grid.module.scss +0 -8
- package/src/image/avatar-mask.svg +0 -3
- package/tsconfig.json +0 -7
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
gap: 6px;
|
|
13
13
|
background: var(--surface);
|
|
14
14
|
border: 1px solid var(--surface-stroke);
|
|
15
|
-
border-radius:
|
|
15
|
+
border-radius: var(--radius-full);
|
|
16
16
|
color: var(--foreground-prominent);
|
|
17
17
|
font-size: 13px;
|
|
18
18
|
font-weight: 500;
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
color: var(--foreground-prominent);
|
|
23
23
|
cursor: pointer;
|
|
24
24
|
text-decoration: none;
|
|
25
|
-
transition: background
|
|
25
|
+
transition: background var(--transition-default);
|
|
26
26
|
|
|
27
27
|
@include mixin.hover {
|
|
28
28
|
background: var(--gray-50);
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
justify-content: center;
|
|
46
46
|
background: unset;
|
|
47
47
|
border: 0;
|
|
48
|
-
border-radius:
|
|
48
|
+
border-radius: var(--radius-full);
|
|
49
49
|
color: var(--foreground-secondary);
|
|
50
50
|
cursor: pointer;
|
|
51
51
|
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
height: 9px;
|
|
70
70
|
width: 9px;
|
|
71
71
|
background: var(--color);
|
|
72
|
-
border-radius:
|
|
72
|
+
border-radius: var(--radius-full);
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
.badgeIcon {
|
|
@@ -142,6 +142,13 @@
|
|
|
142
142
|
font-weight: 400;
|
|
143
143
|
}
|
|
144
144
|
|
|
145
|
+
.tagKeyboardShortcut {
|
|
146
|
+
composes: tag;
|
|
147
|
+
|
|
148
|
+
padding-left: 3px;
|
|
149
|
+
padding-right: 3px;
|
|
150
|
+
}
|
|
151
|
+
|
|
145
152
|
.tagClose {
|
|
146
153
|
composes: badgeClose;
|
|
147
154
|
|
|
@@ -13,10 +13,7 @@
|
|
|
13
13
|
border-color: var(--primary-800);
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
background: var(--primary-800);
|
|
18
|
-
scale: .9875;
|
|
19
|
-
}
|
|
16
|
+
@include mixin.button-active(var(--primary-800));
|
|
20
17
|
|
|
21
18
|
.spinner {
|
|
22
19
|
--track: var(--primary-700);
|
|
@@ -45,10 +42,7 @@
|
|
|
45
42
|
background: var(--surface-hover);
|
|
46
43
|
}
|
|
47
44
|
|
|
48
|
-
|
|
49
|
-
background: var(--surface-active);
|
|
50
|
-
scale: .9875;
|
|
51
|
-
}
|
|
45
|
+
@include mixin.button-active(var(--surface-active));
|
|
52
46
|
}
|
|
53
47
|
|
|
54
48
|
.secondaryButtonIcon {
|
|
@@ -72,10 +66,7 @@
|
|
|
72
66
|
background: var(--surface-hover);
|
|
73
67
|
}
|
|
74
68
|
|
|
75
|
-
|
|
76
|
-
background: var(--surface-active);
|
|
77
|
-
scale: .9875;
|
|
78
|
-
}
|
|
69
|
+
@include mixin.button-active(var(--surface-active));
|
|
79
70
|
|
|
80
71
|
.spinner {
|
|
81
72
|
--value: var(--danger-600);
|
|
@@ -112,10 +103,7 @@
|
|
|
112
103
|
background: var(--surface-hover);
|
|
113
104
|
}
|
|
114
105
|
|
|
115
|
-
|
|
116
|
-
background: var(--surface-active);
|
|
117
|
-
scale: .9875;
|
|
118
|
-
}
|
|
106
|
+
@include mixin.button-active(var(--surface-active));
|
|
119
107
|
}
|
|
120
108
|
|
|
121
109
|
.primaryLinkButton {
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
.calendarCell {
|
|
63
|
-
padding: 12px
|
|
63
|
+
padding: 12px 18px;
|
|
64
64
|
background: var(--gray-25);
|
|
65
65
|
}
|
|
66
66
|
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
|
|
103
103
|
.calendarEntryDate {
|
|
104
104
|
position: absolute;
|
|
105
|
-
right:
|
|
105
|
+
right: 18px;
|
|
106
106
|
bottom: 15px;
|
|
107
107
|
color: var(--foreground);
|
|
108
108
|
font-size: 15px;
|
|
@@ -144,13 +144,13 @@
|
|
|
144
144
|
}
|
|
145
145
|
|
|
146
146
|
&.isStart {
|
|
147
|
-
margin-right: -
|
|
147
|
+
margin-right: -18px;
|
|
148
148
|
border-top-left-radius: var(--radius-half);
|
|
149
149
|
border-bottom-left-radius: var(--radius-half);
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
&.isEnd {
|
|
153
|
-
margin-left: -
|
|
153
|
+
margin-left: -18px;
|
|
154
154
|
border-top-right-radius: var(--radius-half);
|
|
155
155
|
border-bottom-right-radius: var(--radius-half);
|
|
156
156
|
}
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
gap: 9px;
|
|
10
10
|
background: var(--gray-50);
|
|
11
11
|
border: 1px solid var(--gray-200);
|
|
12
|
-
border-radius:
|
|
12
|
+
border-radius: var(--radius-full);
|
|
13
13
|
color: var(--foreground);
|
|
14
|
-
transition:
|
|
14
|
+
transition: var(--transition-default);
|
|
15
15
|
transition-property: background, border, color, mixin.focus-ring-transition-properties();
|
|
16
16
|
|
|
17
17
|
&.isSelectable {
|
|
@@ -19,10 +19,8 @@
|
|
|
19
19
|
|
|
20
20
|
@include mixin.focus-ring(2px);
|
|
21
21
|
|
|
22
|
-
@
|
|
23
|
-
|
|
24
|
-
background: var(--gray-100);
|
|
25
|
-
}
|
|
22
|
+
@include mixin.hover {
|
|
23
|
+
background: var(--gray-100);
|
|
26
24
|
}
|
|
27
25
|
}
|
|
28
26
|
|
|
@@ -31,10 +29,8 @@
|
|
|
31
29
|
border-color: var(--primary-200);
|
|
32
30
|
color: var(--primary-600);
|
|
33
31
|
|
|
34
|
-
@
|
|
35
|
-
|
|
36
|
-
background: var(--primary-100);
|
|
37
|
-
}
|
|
32
|
+
@include mixin.hover {
|
|
33
|
+
background: var(--primary-100);
|
|
38
34
|
}
|
|
39
35
|
}
|
|
40
36
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
--transparent: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMElEQVQ4T2N89uzZfwY8QFJSEp80A+OoAcMiDP7//483HTx//hx/Ohg1gIFx6IcBALl+VXknOCvFAAAAAElFTkSuQmCC);
|
|
5
5
|
|
|
6
6
|
display: flex;
|
|
7
|
-
padding:
|
|
7
|
+
padding: 18px;
|
|
8
8
|
flex-flow: column;
|
|
9
9
|
gap: 15px;
|
|
10
10
|
}
|
|
@@ -0,0 +1,332 @@
|
|
|
1
|
+
@use "$flux/css/mixin";
|
|
2
|
+
|
|
3
|
+
.commandPaletteBackdrop {
|
|
4
|
+
position: fixed;
|
|
5
|
+
inset: 0;
|
|
6
|
+
background: var(--overlay);
|
|
7
|
+
backdrop-filter: blur(3px) saturate(180%);
|
|
8
|
+
animation: commandPaletteBackdropIn 300ms var(--swift-out) both;
|
|
9
|
+
z-index: 99000;
|
|
10
|
+
|
|
11
|
+
&.isClosing {
|
|
12
|
+
animation: commandPaletteBackdropOut 210ms var(--swift-out) both;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.commandPaletteDialog {
|
|
17
|
+
position: fixed;
|
|
18
|
+
inset: 0;
|
|
19
|
+
display: flex;
|
|
20
|
+
padding-top: clamp(60px, 15vh, 160px);
|
|
21
|
+
align-items: flex-start;
|
|
22
|
+
justify-content: center;
|
|
23
|
+
animation: commandPaletteIn 300ms var(--swift-out) both;
|
|
24
|
+
z-index: 99001;
|
|
25
|
+
|
|
26
|
+
&.isClosing {
|
|
27
|
+
animation: commandPaletteOut 210ms var(--swift-out) both;
|
|
28
|
+
pointer-events: none;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.commandPalette {
|
|
33
|
+
display: flex;
|
|
34
|
+
overflow: hidden;
|
|
35
|
+
width: min(600px, calc(100dvw - 48px));
|
|
36
|
+
max-height: min(480px, calc(100dvh - 120px - clamp(60px, 15vh, 160px)));
|
|
37
|
+
flex-flow: column nowrap;
|
|
38
|
+
background: var(--surface);
|
|
39
|
+
background-clip: padding-box;
|
|
40
|
+
border: 1px solid var(--surface-stroke-out);
|
|
41
|
+
border-radius: var(--radius);
|
|
42
|
+
box-shadow: var(--shadow-lg);
|
|
43
|
+
transition: height 120ms var(--deceleration-curve);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.commandPaletteSearch {
|
|
47
|
+
display: flex;
|
|
48
|
+
height: 54px;
|
|
49
|
+
padding: 0 18px;
|
|
50
|
+
align-items: center;
|
|
51
|
+
flex-shrink: 0;
|
|
52
|
+
gap: 12px;
|
|
53
|
+
border-bottom: 1px solid var(--gray-100);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.commandPaletteSearchIcon {
|
|
57
|
+
flex-shrink: 0;
|
|
58
|
+
color: var(--foreground-secondary);
|
|
59
|
+
font-size: 16px;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.commandPaletteSearchInput {
|
|
63
|
+
height: 100%;
|
|
64
|
+
flex-grow: 1;
|
|
65
|
+
background: transparent;
|
|
66
|
+
border: 0;
|
|
67
|
+
color: var(--foreground);
|
|
68
|
+
font: inherit;
|
|
69
|
+
font-size: 16px;
|
|
70
|
+
outline: 0;
|
|
71
|
+
|
|
72
|
+
&::placeholder {
|
|
73
|
+
color: var(--foreground-secondary);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.commandPaletteBreadcrumb {
|
|
78
|
+
padding: 0;
|
|
79
|
+
flex-shrink: 0;
|
|
80
|
+
background: transparent;
|
|
81
|
+
border: 0;
|
|
82
|
+
cursor: pointer;
|
|
83
|
+
color: var(--foreground-secondary);
|
|
84
|
+
font: inherit;
|
|
85
|
+
font-size: 15px;
|
|
86
|
+
font-weight: 500;
|
|
87
|
+
white-space: nowrap;
|
|
88
|
+
transition: color 150ms;
|
|
89
|
+
|
|
90
|
+
@include mixin.hover {
|
|
91
|
+
color: var(--foreground);
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.commandPaletteBreadcrumbSeparator {
|
|
96
|
+
flex-shrink: 0;
|
|
97
|
+
opacity: .5;
|
|
98
|
+
color: var(--foreground-secondary);
|
|
99
|
+
font-size: 14px;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
.commandPaletteTabs {
|
|
104
|
+
display: flex;
|
|
105
|
+
overflow-x: auto;
|
|
106
|
+
scrollbar-width: none;
|
|
107
|
+
padding: 6px 15px;
|
|
108
|
+
flex-shrink: 0;
|
|
109
|
+
gap: 3px;
|
|
110
|
+
border-bottom: 1px solid var(--gray-100);
|
|
111
|
+
|
|
112
|
+
&::-webkit-scrollbar {
|
|
113
|
+
display: none;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.commandPaletteTab {
|
|
118
|
+
display: flex;
|
|
119
|
+
height: 30px;
|
|
120
|
+
padding: 0 10px;
|
|
121
|
+
align-items: center;
|
|
122
|
+
gap: 6px;
|
|
123
|
+
background: transparent;
|
|
124
|
+
border: 0;
|
|
125
|
+
border-radius: var(--radius-half);
|
|
126
|
+
cursor: pointer;
|
|
127
|
+
color: var(--foreground-secondary);
|
|
128
|
+
font: inherit;
|
|
129
|
+
font-size: 13px;
|
|
130
|
+
font-weight: 500;
|
|
131
|
+
white-space: nowrap;
|
|
132
|
+
transition: background 150ms, color 150ms;
|
|
133
|
+
|
|
134
|
+
@include mixin.hover {
|
|
135
|
+
background: var(--gray-100);
|
|
136
|
+
color: var(--foreground);
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.commandPaletteTabActive {
|
|
141
|
+
composes: commandPaletteTab;
|
|
142
|
+
|
|
143
|
+
background: var(--primary-100);
|
|
144
|
+
color: var(--primary-700);
|
|
145
|
+
|
|
146
|
+
@include mixin.hover {
|
|
147
|
+
background: var(--primary-100);
|
|
148
|
+
color: var(--primary-700);
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.commandPaletteTabIcon {
|
|
153
|
+
font-size: 13px;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.commandPaletteResults {
|
|
157
|
+
overflow-y: auto;
|
|
158
|
+
overscroll-behavior: contain;
|
|
159
|
+
scroll-padding-block: 42px 6px;
|
|
160
|
+
scrollbar-width: thin;
|
|
161
|
+
padding: 6px;
|
|
162
|
+
flex-grow: 1;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.commandPaletteLoading {
|
|
166
|
+
display: flex;
|
|
167
|
+
padding: 24px;
|
|
168
|
+
align-items: center;
|
|
169
|
+
justify-content: center;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.commandPaletteEmpty {
|
|
173
|
+
display: flex;
|
|
174
|
+
padding: 24px;
|
|
175
|
+
align-items: center;
|
|
176
|
+
justify-content: center;
|
|
177
|
+
color: var(--foreground-secondary);
|
|
178
|
+
font-size: 14px;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.commandPaletteGroup {
|
|
182
|
+
display: flex;
|
|
183
|
+
padding: 9px 10px 3px;
|
|
184
|
+
align-items: center;
|
|
185
|
+
gap: 6px;
|
|
186
|
+
color: var(--foreground-secondary);
|
|
187
|
+
font-size: 12px;
|
|
188
|
+
font-weight: 600;
|
|
189
|
+
text-transform: uppercase;
|
|
190
|
+
letter-spacing: 0.05em;
|
|
191
|
+
pointer-events: none;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.commandPaletteGroupIcon {
|
|
195
|
+
font-size: 12px;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.commandPaletteItem {
|
|
199
|
+
display: flex;
|
|
200
|
+
width: 100%;
|
|
201
|
+
padding: 8px 10px;
|
|
202
|
+
align-items: center;
|
|
203
|
+
gap: 10px;
|
|
204
|
+
background: transparent;
|
|
205
|
+
border: 0;
|
|
206
|
+
border-radius: var(--radius-half);
|
|
207
|
+
cursor: pointer;
|
|
208
|
+
color: var(--foreground);
|
|
209
|
+
font: inherit;
|
|
210
|
+
font-size: 14px;
|
|
211
|
+
text-align: left;
|
|
212
|
+
transition: background 100ms;
|
|
213
|
+
|
|
214
|
+
@include mixin.hover {
|
|
215
|
+
background: var(--gray-100);
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
&:active {
|
|
219
|
+
background: var(--gray-200);
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.commandPaletteItemHighlighted {
|
|
224
|
+
composes: commandPaletteItem;
|
|
225
|
+
|
|
226
|
+
background: var(--gray-100);
|
|
227
|
+
|
|
228
|
+
@include mixin.hover {
|
|
229
|
+
background: var(--gray-100);
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.commandPaletteItemIcon {
|
|
234
|
+
display: flex;
|
|
235
|
+
width: 30px;
|
|
236
|
+
height: 30px;
|
|
237
|
+
align-items: center;
|
|
238
|
+
align-self: flex-start;
|
|
239
|
+
flex-shrink: 0;
|
|
240
|
+
justify-content: center;
|
|
241
|
+
background: var(--gray-100);
|
|
242
|
+
border-radius: var(--radius-half);
|
|
243
|
+
color: var(--foreground);
|
|
244
|
+
transition: background 100ms, color 100ms;
|
|
245
|
+
|
|
246
|
+
:local(.icon) {
|
|
247
|
+
font-size: 16px;
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.commandPaletteItemHighlighted .commandPaletteItemIcon {
|
|
252
|
+
background: var(--gray-200);
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.commandPaletteItemContent {
|
|
256
|
+
overflow: hidden;
|
|
257
|
+
flex-grow: 1;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.commandPaletteItemLabel {
|
|
261
|
+
overflow: hidden;
|
|
262
|
+
white-space: nowrap;
|
|
263
|
+
text-overflow: ellipsis;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.commandPaletteItemSubLabel {
|
|
267
|
+
overflow: hidden;
|
|
268
|
+
margin-top: 1px;
|
|
269
|
+
color: var(--foreground-secondary);
|
|
270
|
+
font-size: 12px;
|
|
271
|
+
white-space: nowrap;
|
|
272
|
+
text-overflow: ellipsis;
|
|
273
|
+
transition: color 100ms;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.commandPaletteItemHighlighted .commandPaletteItemSubLabel {
|
|
277
|
+
color: var(--primary-500);
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
.commandPaletteItemSubActionIndicator {
|
|
282
|
+
flex-shrink: 0;
|
|
283
|
+
color: var(--foreground-secondary);
|
|
284
|
+
font-size: 12px;
|
|
285
|
+
transition: color 100ms;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.commandPaletteItemHighlighted .commandPaletteItemSubActionIndicator {
|
|
289
|
+
color: var(--primary-500);
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
@keyframes commandPaletteIn {
|
|
293
|
+
from {
|
|
294
|
+
opacity: 0;
|
|
295
|
+
scale: 1.05;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
to {
|
|
299
|
+
opacity: 1;
|
|
300
|
+
scale: 1;
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
@keyframes commandPaletteOut {
|
|
305
|
+
from {
|
|
306
|
+
opacity: 1;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
to {
|
|
310
|
+
opacity: 0;
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
@keyframes commandPaletteBackdropIn {
|
|
315
|
+
from {
|
|
316
|
+
opacity: 0;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
to {
|
|
320
|
+
opacity: 1;
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
@keyframes commandPaletteBackdropOut {
|
|
325
|
+
from {
|
|
326
|
+
opacity: 1;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
to {
|
|
330
|
+
opacity: 0;
|
|
331
|
+
}
|
|
332
|
+
}
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
|
|
12
12
|
.expandableHeader {
|
|
13
13
|
display: flex;
|
|
14
|
-
height:
|
|
15
|
-
padding-left:
|
|
16
|
-
padding-right:
|
|
14
|
+
height: 54px;
|
|
15
|
+
padding-left: 18px;
|
|
16
|
+
padding-right: 18px;
|
|
17
17
|
align-items: center;
|
|
18
18
|
gap: 12px;
|
|
19
19
|
background: unset;
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
color: var(--foreground-prominent);
|
|
22
22
|
cursor: pointer;
|
|
23
23
|
text-align: left;
|
|
24
|
-
transition: background
|
|
24
|
+
transition: background var(--transition-default);
|
|
25
25
|
transition-property: background, mixin.focus-ring-transition-properties();
|
|
26
26
|
z-index: 1;
|
|
27
27
|
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
.expandableContent {
|
|
69
|
-
padding: 0
|
|
69
|
+
padding: 0 18px 18px;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
.basePane > .expandable {
|