@flux-ui/components 3.0.0-next.35 → 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/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/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/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 +7 -2
- 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/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 +372 -331
- package/dist/index.d.ts +1 -1
- package/dist/index.js +7116 -6286
- 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/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/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 +2 -1
- 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 +5 -1
- 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 +7 -2
- 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 +1 -1
- 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 +4 -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/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 {
|
|
@@ -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
|
}
|
|
@@ -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 {
|
|
@@ -157,14 +157,13 @@
|
|
|
157
157
|
height: 42px;
|
|
158
158
|
width: 100%;
|
|
159
159
|
padding: 0 12px;
|
|
160
|
-
align-self: start;
|
|
161
160
|
background: var(--surface);
|
|
162
161
|
background-clip: padding-box;
|
|
163
162
|
border: 1px solid var(--surface-stroke);
|
|
164
163
|
border-radius: var(--radius);
|
|
165
164
|
box-shadow: var(--shadow-px);
|
|
166
165
|
color: var(--foreground);
|
|
167
|
-
transition:
|
|
166
|
+
transition: var(--transition-default);
|
|
168
167
|
transition-property: background, border-color, mixin.focus-ring-transition-properties();
|
|
169
168
|
|
|
170
169
|
&::placeholder {
|
|
@@ -172,10 +171,22 @@
|
|
|
172
171
|
}
|
|
173
172
|
|
|
174
173
|
&.isSecondary {
|
|
175
|
-
background: var(--
|
|
174
|
+
background: var(--gray-100);
|
|
176
175
|
border-color: transparent;
|
|
177
176
|
box-shadow: none;
|
|
178
177
|
}
|
|
178
|
+
|
|
179
|
+
&.isCondensed {
|
|
180
|
+
height: 34px;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
&.isInvalid {
|
|
184
|
+
border-color: var(--danger-500);
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.form .formInput {
|
|
189
|
+
align-self: start;
|
|
179
190
|
}
|
|
180
191
|
|
|
181
192
|
.formInputDisabled {
|
|
@@ -302,7 +313,7 @@
|
|
|
302
313
|
}
|
|
303
314
|
|
|
304
315
|
.formInputGroup {
|
|
305
|
-
composes:
|
|
316
|
+
composes: formInputEnabled;
|
|
306
317
|
|
|
307
318
|
display: flex;
|
|
308
319
|
padding: 0;
|
|
@@ -478,13 +489,14 @@
|
|
|
478
489
|
@include mixin.focus-ring-remove;
|
|
479
490
|
|
|
480
491
|
.formInputIcon {
|
|
492
|
+
right: 0;
|
|
481
493
|
margin: 15px;
|
|
482
494
|
font-size: 18px;
|
|
483
495
|
}
|
|
484
496
|
|
|
485
497
|
.formInputNative {
|
|
486
|
-
padding-left:
|
|
487
|
-
padding-right:
|
|
498
|
+
padding-left: 18px;
|
|
499
|
+
padding-right: 18px;
|
|
488
500
|
}
|
|
489
501
|
}
|
|
490
502
|
|
|
@@ -576,6 +588,32 @@
|
|
|
576
588
|
flex-shrink: 0;
|
|
577
589
|
gap: 12px;
|
|
578
590
|
outline: 0;
|
|
591
|
+
|
|
592
|
+
&.isDisabled {
|
|
593
|
+
cursor: not-allowed;
|
|
594
|
+
|
|
595
|
+
.checkboxElement {
|
|
596
|
+
background: var(--surface-disabled);
|
|
597
|
+
border-color: var(--surface-stroke);
|
|
598
|
+
color: var(--foreground-secondary);
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
.checkboxLabel {
|
|
602
|
+
color: var(--foreground-secondary);
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
&.isReadonly {
|
|
607
|
+
cursor: default;
|
|
608
|
+
|
|
609
|
+
.checkboxNative {
|
|
610
|
+
pointer-events: none;
|
|
611
|
+
}
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
&.isInvalid .checkboxElement {
|
|
615
|
+
border-color: var(--danger-500);
|
|
616
|
+
}
|
|
579
617
|
}
|
|
580
618
|
|
|
581
619
|
.checkboxElement,
|
|
@@ -653,7 +691,7 @@
|
|
|
653
691
|
border-radius: var(--radius);
|
|
654
692
|
box-shadow: var(--shadow-px);
|
|
655
693
|
overflow: hidden;
|
|
656
|
-
transition:
|
|
694
|
+
transition: var(--transition-default);
|
|
657
695
|
transition-property: border-color, mixin.focus-ring-transition-properties();
|
|
658
696
|
|
|
659
697
|
@include mixin.focus-ring(2px, true);
|
|
@@ -736,7 +774,7 @@
|
|
|
736
774
|
line-height: 3.3ch;
|
|
737
775
|
outline: 0;
|
|
738
776
|
text-align: center;
|
|
739
|
-
transition:
|
|
777
|
+
transition: var(--transition-default);
|
|
740
778
|
transition-property: border-color, mixin.focus-ring-transition-properties();
|
|
741
779
|
}
|
|
742
780
|
|
|
@@ -769,7 +807,7 @@
|
|
|
769
807
|
flex: 0 0 auto;
|
|
770
808
|
background: var(--gray-50);
|
|
771
809
|
border: 1px solid var(--gray-200);
|
|
772
|
-
border-radius:
|
|
810
|
+
border-radius: var(--radius-full);
|
|
773
811
|
contain: paint;
|
|
774
812
|
|
|
775
813
|
&.isChecked {
|
|
@@ -804,6 +842,14 @@
|
|
|
804
842
|
cursor: not-allowed;
|
|
805
843
|
opacity: .6;
|
|
806
844
|
}
|
|
845
|
+
|
|
846
|
+
&.isReadonly .toggleInput {
|
|
847
|
+
pointer-events: none;
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
&.isInvalid {
|
|
851
|
+
border-color: var(--danger-500);
|
|
852
|
+
}
|
|
807
853
|
}
|
|
808
854
|
|
|
809
855
|
.toggleIcon {
|
|
@@ -853,7 +899,7 @@
|
|
|
853
899
|
content: '';
|
|
854
900
|
background: var(--surface);
|
|
855
901
|
border: 1px solid var(--surface-stroke);
|
|
856
|
-
border-radius:
|
|
902
|
+
border-radius: var(--radius-full);
|
|
857
903
|
box-shadow: var(--shadow-sm);
|
|
858
904
|
}
|
|
859
905
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
.item {
|
|
4
4
|
display: flex;
|
|
5
5
|
flex-flow: row nowrap;
|
|
6
|
-
gap:
|
|
6
|
+
gap: 18px;
|
|
7
7
|
text-align: left;
|
|
8
8
|
}
|
|
9
9
|
|
|
@@ -54,15 +54,15 @@
|
|
|
54
54
|
position: relative;
|
|
55
55
|
|
|
56
56
|
.item + .item {
|
|
57
|
-
margin-top:
|
|
58
|
-
padding-top:
|
|
57
|
+
margin-top: 18px;
|
|
58
|
+
padding-top: 18px;
|
|
59
59
|
border-top: 1px solid var(--surface-stroke);
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
.basePaneStructure > .item,
|
|
64
64
|
.basePaneStructure > .itemStack > .item {
|
|
65
|
-
padding:
|
|
65
|
+
padding: 18px;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
.basePaneStructure > .itemStack > .item {
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
.layerPane {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-flow: column;
|
|
4
|
+
border: 1px solid var(--surface-stroke-out);
|
|
5
|
+
border-radius: var(--radius);
|
|
6
|
+
background: var(--gray-50);
|
|
7
|
+
background-clip: padding-box;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.layerPane > .basePaneStructure {
|
|
11
|
+
border-right-width: 0;
|
|
12
|
+
border-left-width: 0;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.layerPane > .basePaneStructure:first-child {
|
|
16
|
+
border-top-width: 0;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.layerPane > .basePaneStructure:last-child {
|
|
20
|
+
border-bottom-width: 0;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.layerPane > .basePaneStructure + .basePaneStructure {
|
|
24
|
+
border-top-width: 0;
|
|
25
|
+
border-top-left-radius: 0;
|
|
26
|
+
border-top-right-radius: 0;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.layerPane > .basePaneStructure:has(+ .basePaneStructure) {
|
|
30
|
+
border-bottom-left-radius: 0;
|
|
31
|
+
border-bottom-right-radius: 0;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.layerPaneSecondary {
|
|
35
|
+
display: flex;
|
|
36
|
+
align-items: center;
|
|
37
|
+
gap: 9px;
|
|
38
|
+
padding: 12px 18px;
|
|
39
|
+
color: var(--foreground-prominent);
|
|
40
|
+
}
|
|
@@ -13,10 +13,6 @@
|
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.autoGrid {
|
|
17
|
-
composes: baseAutoGrid from './base/Grid.module.scss';
|
|
18
|
-
}
|
|
19
|
-
|
|
20
16
|
.container {
|
|
21
17
|
margin-left: auto;
|
|
22
18
|
margin-right: auto;
|
|
@@ -27,6 +23,17 @@
|
|
|
27
23
|
@include mixin.breakpoint-max-widths;
|
|
28
24
|
}
|
|
29
25
|
|
|
26
|
+
.column {
|
|
27
|
+
display: flex;
|
|
28
|
+
flex-flow: column;
|
|
29
|
+
gap: var(--gap, 0);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.row {
|
|
33
|
+
display: flex;
|
|
34
|
+
gap: var(--gap, 0);
|
|
35
|
+
}
|
|
36
|
+
|
|
30
37
|
.spacer {
|
|
31
38
|
flex-grow: 1;
|
|
32
39
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.legendHorizontal {
|
|
2
2
|
composes: stackHorizontal from './Layout.module.scss';
|
|
3
3
|
|
|
4
|
-
gap: 12px
|
|
4
|
+
gap: 12px 18px;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
.legendVertical {
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
content: '';
|
|
26
26
|
flex: 0 0 12px;
|
|
27
27
|
background: var(--color);
|
|
28
|
-
border-radius:
|
|
28
|
+
border-radius: var(--radius-full);
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -41,7 +41,6 @@
|
|
|
41
41
|
|
|
42
42
|
height: unset;
|
|
43
43
|
min-height: 42px;
|
|
44
|
-
padding: 6px 12px;
|
|
45
44
|
gap: 15px;
|
|
46
45
|
justify-content: flex-start;
|
|
47
46
|
border: 0;
|
|
@@ -64,11 +63,6 @@
|
|
|
64
63
|
|
|
65
64
|
.menuItemIcon {
|
|
66
65
|
composes: buttonIcon from './base/Button.module.scss';
|
|
67
|
-
|
|
68
|
-
margin-left: 2px;
|
|
69
|
-
margin-right: 2px;
|
|
70
|
-
color: var(--foreground-prominent);
|
|
71
|
-
font-size: 16px;
|
|
72
66
|
}
|
|
73
67
|
|
|
74
68
|
.menuItemLabel {
|
|
@@ -137,6 +131,55 @@
|
|
|
137
131
|
margin-left: 33px;
|
|
138
132
|
}
|
|
139
133
|
|
|
134
|
+
.menuCollapsible {
|
|
135
|
+
display: flex;
|
|
136
|
+
flex-flow: column;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.menuCollapsibleOpened {
|
|
140
|
+
composes: menuCollapsible;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.menuCollapsibleBody {
|
|
144
|
+
position: relative;
|
|
145
|
+
min-height: 0;
|
|
146
|
+
transition: height 300ms var(--swift-out), opacity 200ms var(--swift-out);
|
|
147
|
+
|
|
148
|
+
&::before {
|
|
149
|
+
content: '';
|
|
150
|
+
position: absolute;
|
|
151
|
+
top: 3px;
|
|
152
|
+
bottom: 3px;
|
|
153
|
+
left: 21px;
|
|
154
|
+
width: 2px;
|
|
155
|
+
background: var(--surface-stroke);
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
&:global(.v-enter-from),
|
|
159
|
+
&:global(.v-leave-to) {
|
|
160
|
+
opacity: 0;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
&:global(.v-enter-to),
|
|
164
|
+
&:global(.v-leave-from) {
|
|
165
|
+
opacity: 1;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
&:global(.v-enter-active),
|
|
169
|
+
&:global(.v-leave-active) {
|
|
170
|
+
overflow: hidden;
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.menuCollapsibleContent {
|
|
175
|
+
display: flex;
|
|
176
|
+
padding-top: 3px;
|
|
177
|
+
padding-bottom: 3px;
|
|
178
|
+
padding-left: 35px;
|
|
179
|
+
flex-flow: column;
|
|
180
|
+
gap: 3px;
|
|
181
|
+
}
|
|
182
|
+
|
|
140
183
|
.menuItemSelectableIcon {
|
|
141
184
|
composes: buttonIcon from './base/Button.module.scss';
|
|
142
185
|
}
|
|
@@ -181,6 +224,11 @@
|
|
|
181
224
|
border-radius: 3px;
|
|
182
225
|
}
|
|
183
226
|
|
|
227
|
+
.menuItem :local(.avatar) {
|
|
228
|
+
margin: -3px;
|
|
229
|
+
font-size: 24px;
|
|
230
|
+
}
|
|
231
|
+
|
|
184
232
|
.menuGroupHorizontal .menuItem {
|
|
185
233
|
flex-basis: 0;
|
|
186
234
|
flex-grow: 1;
|
|
@@ -207,7 +255,6 @@
|
|
|
207
255
|
align-items: center;
|
|
208
256
|
gap: 9px;
|
|
209
257
|
background: linear-gradient(to bottom, var(--surface) 75%, transparent);
|
|
210
|
-
font-size: 14px;
|
|
211
258
|
pointer-events: none;
|
|
212
259
|
z-index: 1;
|
|
213
260
|
}
|
|
@@ -223,6 +270,7 @@
|
|
|
223
270
|
|
|
224
271
|
.menuSubHeaderLabel {
|
|
225
272
|
flex-grow: 1;
|
|
273
|
+
font-size: 14px;
|
|
226
274
|
}
|
|
227
275
|
|
|
228
276
|
.menuItem + .menuSubHeader {
|
|
@@ -243,9 +291,9 @@
|
|
|
243
291
|
width: 4px;
|
|
244
292
|
content: '';
|
|
245
293
|
background: var(--primary-600);
|
|
246
|
-
border-radius:
|
|
294
|
+
border-radius: var(--radius-full);
|
|
247
295
|
opacity: 0;
|
|
248
|
-
transition: opacity
|
|
296
|
+
transition: opacity var(--transition-default);
|
|
249
297
|
}
|
|
250
298
|
}
|
|
251
299
|
|
|
@@ -298,7 +346,7 @@
|
|
|
298
346
|
}
|
|
299
347
|
|
|
300
348
|
> :where(.divider, .separator) {
|
|
301
|
-
margin-left:
|
|
302
|
-
margin-right:
|
|
349
|
+
margin-left: 18px;
|
|
350
|
+
margin-right: 18px;
|
|
303
351
|
}
|
|
304
352
|
}
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
|
|
136
136
|
.noticePrefix,
|
|
137
137
|
.noticeTitle {
|
|
138
|
-
color: var(--primary-
|
|
138
|
+
color: var(--primary-800);
|
|
139
139
|
}
|
|
140
140
|
|
|
141
141
|
:local(.button) {
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
|
|
166
166
|
.noticePrefix,
|
|
167
167
|
.noticeTitle {
|
|
168
|
-
color: var(--danger-
|
|
168
|
+
color: var(--danger-800);
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
:local(.button) {
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
|
|
196
196
|
.noticePrefix,
|
|
197
197
|
.noticeTitle {
|
|
198
|
-
color: var(--info-
|
|
198
|
+
color: var(--info-800);
|
|
199
199
|
}
|
|
200
200
|
|
|
201
201
|
:local(.button) {
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
|
|
226
226
|
.noticePrefix,
|
|
227
227
|
.noticeTitle {
|
|
228
|
-
color: var(--success-
|
|
228
|
+
color: var(--success-800);
|
|
229
229
|
}
|
|
230
230
|
|
|
231
231
|
:local(.button) {
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
|
|
256
256
|
.noticePrefix,
|
|
257
257
|
.noticeTitle {
|
|
258
|
-
color: var(--warning-
|
|
258
|
+
color: var(--warning-800);
|
|
259
259
|
}
|
|
260
260
|
|
|
261
261
|
:local(.button) {
|
|
@@ -273,6 +273,6 @@
|
|
|
273
273
|
}
|
|
274
274
|
|
|
275
275
|
.basePane > .notice {
|
|
276
|
-
padding-left:
|
|
277
|
-
padding-right:
|
|
276
|
+
padding-left: 18px;
|
|
277
|
+
padding-right: 18px;
|
|
278
278
|
}
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
|
|
122
122
|
> .paneHeader {
|
|
123
123
|
top: 0;
|
|
124
|
-
padding-bottom:
|
|
124
|
+
padding-bottom: 18px;
|
|
125
125
|
border-bottom: 1px solid var(--gray-100);
|
|
126
126
|
box-shadow: var(--shadow-xs);
|
|
127
127
|
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
> .paneHeader:has(.paneHeaderCaption > :is(span)) + .tabBar {
|
|
146
|
-
top:
|
|
146
|
+
top: 66px;
|
|
147
147
|
}
|
|
148
148
|
|
|
149
149
|
> .paneFooter {
|