@pathscale/ui 1.1.47 → 1.1.49
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/components/accordion/Accordion.js +44 -44
- package/dist/components/accordion/index.js +9 -2
- package/dist/components/alert/Alert.js +30 -30
- package/dist/components/alert/index.js +8 -2
- package/dist/components/avatar/Avatar.js +27 -27
- package/dist/components/avatar/AvatarGroup.js +11 -11
- package/dist/components/avatar/index.js +6 -2
- package/dist/components/badge/Badge.js +19 -19
- package/dist/components/badge/index.js +9 -6
- package/dist/components/breadcrumbs/Breadcrumbs.js +25 -25
- package/dist/components/breadcrumbs/index.js +5 -2
- package/dist/components/button/Button.js +22 -22
- package/dist/components/button/index.js +3 -2
- package/dist/components/button-group/ButtonGroup.js +14 -14
- package/dist/components/button-group/context.js +2 -2
- package/dist/components/button-group/index.js +6 -2
- package/dist/components/calendar/Calendar.js +85 -85
- package/dist/components/calendar/index.js +3 -2
- package/dist/components/card/Card.js +21 -21
- package/dist/components/card/index.js +8 -2
- package/dist/components/chatbubble/ChatBubble.js +19 -19
- package/dist/components/chatbubble/ChatBubbleAvatar.js +8 -8
- package/dist/components/chatbubble/ChatBubbleFooter.js +11 -11
- package/dist/components/chatbubble/ChatBubbleHeader.js +8 -8
- package/dist/components/chatbubble/ChatBubbleMessage.js +12 -12
- package/dist/components/chatbubble/ChatBubbleTime.js +11 -11
- package/dist/components/chatbubble/index.js +3 -2
- package/dist/components/checkbox/Checkbox.js +29 -29
- package/dist/components/checkbox/index.js +3 -2
- package/dist/components/checkbox-group/CheckboxGroup.js +16 -16
- package/dist/components/checkbox-group/context.js +2 -2
- package/dist/components/checkbox-group/index.js +4 -3
- package/dist/components/chip/Chip.js +32 -32
- package/dist/components/chip/index.js +7 -5
- package/dist/components/close-button/CloseButton.js +22 -22
- package/dist/components/close-button/index.js +3 -2
- package/dist/components/color-area/ColorArea.js +13 -13
- package/dist/components/color-area/index.js +2 -2
- package/dist/components/color-field/ColorField.js +23 -23
- package/dist/components/color-field/index.js +2 -2
- package/dist/components/color-picker/ColorPicker.js +44 -44
- package/dist/components/color-picker/index.js +8 -2
- package/dist/components/color-slider/ColorSlider.js +21 -21
- package/dist/components/color-slider/index.js +2 -2
- package/dist/components/color-swatch/ColorSwatch.js +14 -14
- package/dist/components/color-swatch/index.js +2 -2
- package/dist/components/color-swatch-picker/ColorSwatchPicker.js +14 -14
- package/dist/components/color-swatch-picker/index.js +5 -2
- package/dist/components/color-wheel-flower/ColorWheelFlower.js +83 -83
- package/dist/components/color-wheel-flower/colorWheelFlowerContext.js +3 -3
- package/dist/components/color-wheel-flower/index.js +6 -3
- package/dist/components/combo-box/ComboBox.js +90 -90
- package/dist/components/combo-box/index.js +10 -2
- package/dist/components/date-field/DateField.js +41 -41
- package/dist/components/date-field/index.js +11 -2
- package/dist/components/date-picker/DatePicker.js +40 -40
- package/dist/components/date-picker/index.js +3 -2
- package/dist/components/date-range-picker/DateRangePicker.js +55 -55
- package/dist/components/date-range-picker/index.js +3 -2
- package/dist/components/description/Description.js +9 -9
- package/dist/components/description/index.js +5 -2
- package/dist/components/disclosure/Disclosure.js +40 -40
- package/dist/components/disclosure/index.js +9 -3
- package/dist/components/disclosure-group/DisclosureGroup.js +13 -13
- package/dist/components/disclosure-group/index.js +6 -4
- package/dist/components/disclosure-group/useDisclosureGroupNavigation.js +4 -4
- package/dist/components/drawer/Drawer.js +78 -78
- package/dist/components/drawer/index.js +15 -2
- package/dist/components/dropdown/Dropdown.js +60 -60
- package/dist/components/dropdown/index.js +4 -2
- package/dist/components/empty-state/EmptyState.js +25 -25
- package/dist/components/empty-state/index.js +8 -2
- package/dist/components/error-message/ErrorMessage.js +12 -12
- package/dist/components/error-message/index.js +5 -2
- package/dist/components/field-error/FieldError.js +16 -16
- package/dist/components/field-error/index.js +5 -2
- package/dist/components/fieldset/Fieldset.js +21 -21
- package/dist/components/fieldset/index.js +8 -2
- package/dist/components/flex/Flex.js +14 -14
- package/dist/components/flex/index.js +3 -2
- package/dist/components/floating-dock/FloatingDock.css +126 -27
- package/dist/components/floating-dock/FloatingDock.js +80 -78
- package/dist/components/floating-dock/index.js +3 -2
- package/dist/components/floating-dock/liquidGlassMap.d.ts +1 -0
- package/dist/components/floating-dock/liquidGlassMap.js +2 -0
- package/dist/components/footer/Footer.js +11 -11
- package/dist/components/footer/FooterTitle.js +9 -9
- package/dist/components/footer/index.js +3 -2
- package/dist/components/form/FieldErrorMessage.d.ts +17 -0
- package/dist/components/form/FieldErrorMessage.js +23 -0
- package/dist/components/form/Form.d.ts +38 -3
- package/dist/components/form/Form.js +56 -12
- package/dist/components/form/FormField.d.ts +45 -0
- package/dist/components/form/FormField.js +88 -0
- package/dist/components/form/FormSubmitButton.d.ts +27 -0
- package/dist/components/form/FormSubmitButton.js +36 -0
- package/dist/components/form/index.d.ts +4 -1
- package/dist/components/form/index.js +12 -2
- package/dist/components/glass-panel/GlassPanel.js +29 -29
- package/dist/components/glass-panel/index.js +3 -2
- package/dist/components/glow-card/GlowCard.js +10 -10
- package/dist/components/glow-card/index.js +3 -2
- package/dist/components/grid/Grid.js +15 -15
- package/dist/components/grid/index.js +3 -2
- package/dist/components/header/Header.js +12 -12
- package/dist/components/header/index.js +5 -2
- package/dist/components/icon/Icon.js +8 -8
- package/dist/components/icon/index.js +3 -2
- package/dist/components/immersive-landing/ImmersiveLanding.js +44 -44
- package/dist/components/immersive-landing/ImmersiveLandingArrows.js +17 -17
- package/dist/components/immersive-landing/ImmersiveLandingContext.js +3 -3
- package/dist/components/immersive-landing/ImmersiveLandingNavigation.js +36 -36
- package/dist/components/immersive-landing/ImmersiveLandingPage.js +15 -15
- package/dist/components/immersive-landing/components/CookieConsent.js +71 -71
- package/dist/components/immersive-landing/components/FirefoxPWABanner.js +42 -42
- package/dist/components/immersive-landing/components/PWAInstallPrompt.js +40 -40
- package/dist/components/immersive-landing/index.js +14 -7
- package/dist/components/immersive-landing/useImmersiveLanding.js +7 -7
- package/dist/components/input/Input.js +48 -48
- package/dist/components/input/index.js +2 -2
- package/dist/components/input-group/InputGroup.js +33 -33
- package/dist/components/input-group/index.js +9 -2
- package/dist/components/input-otp/InputOTP.js +48 -48
- package/dist/components/input-otp/index.js +11 -2
- package/dist/components/join/Join.js +14 -14
- package/dist/components/join/index.js +3 -2
- package/dist/components/kbd/Kbd.js +20 -20
- package/dist/components/kbd/index.js +8 -2
- package/dist/components/label/Label.js +9 -9
- package/dist/components/label/index.js +5 -2
- package/dist/components/language-switcher/LanguageSwitcher.js +26 -26
- package/dist/components/language-switcher/createI18n.js +8 -8
- package/dist/components/language-switcher/index.js +8 -3
- package/dist/components/link/Link.js +22 -22
- package/dist/components/link/index.js +5 -2
- package/dist/components/list-box/ListBox.js +17 -17
- package/dist/components/list-box/ListBoxItem.js +32 -32
- package/dist/components/list-box/ListBoxSection.js +13 -13
- package/dist/components/list-box/context.js +2 -2
- package/dist/components/list-box/index.js +15 -9
- package/dist/components/live-chat/LiveChatBubble.js +27 -27
- package/dist/components/live-chat/LiveChatPanel.js +62 -62
- package/dist/components/live-chat/index.js +5 -3
- package/dist/components/menu/Menu.js +30 -25
- package/dist/components/menu/MenuItem.js +38 -38
- package/dist/components/menu/MenuSection.js +13 -13
- package/dist/components/menu/context.js +2 -2
- package/dist/components/menu/index.js +12 -3
- package/dist/components/meter/Meter.js +31 -31
- package/dist/components/meter/index.js +8 -2
- package/dist/components/modal/Modal.js +80 -80
- package/dist/components/modal/index.js +13 -2
- package/dist/components/navbar/Navbar.js +18 -18
- package/dist/components/navbar/NavbarRow.js +10 -10
- package/dist/components/navbar/NavbarSection.js +9 -9
- package/dist/components/navbar/NavbarStack.js +10 -10
- package/dist/components/navbar/index.js +3 -2
- package/dist/components/noise-background/NoiseBackground.js +35 -35
- package/dist/components/noise-background/index.js +3 -2
- package/dist/components/number-field/NumberField.js +42 -42
- package/dist/components/number-field/index.js +9 -2
- package/dist/components/pagination/Pagination.js +34 -34
- package/dist/components/pagination/index.js +3 -2
- package/dist/components/popover/Popover.js +44 -44
- package/dist/components/popover/index.js +9 -3
- package/dist/components/progress-bar/ProgressBar.js +27 -27
- package/dist/components/progress-bar/index.js +3 -2
- package/dist/components/progress-circle/ProgressCircle.js +32 -32
- package/dist/components/progress-circle/index.js +3 -2
- package/dist/components/radio/Radio.js +27 -27
- package/dist/components/radio/index.js +3 -2
- package/dist/components/radio-group/RadioGroup.js +33 -33
- package/dist/components/radio-group/context.js +2 -2
- package/dist/components/radio-group/index.js +4 -3
- package/dist/components/range-calendar/RangeCalendar.js +15 -15
- package/dist/components/range-calendar/index.js +3 -2
- package/dist/components/scroll-shadow/ScrollShadow.js +19 -19
- package/dist/components/scroll-shadow/index.js +3 -2
- package/dist/components/scroll-shadow/useScrollShadow.js +3 -3
- package/dist/components/search-field/SearchField.js +38 -38
- package/dist/components/search-field/index.js +9 -2
- package/dist/components/select/Select.js +123 -123
- package/dist/components/select/index.js +3 -2
- package/dist/components/separator/Separator.js +11 -11
- package/dist/components/separator/index.js +4 -2
- package/dist/components/size-picker/SizePicker.js +17 -17
- package/dist/components/size-picker/index.js +6 -3
- package/dist/components/size-picker/sizeStore.js +3 -3
- package/dist/components/skeleton/Skeleton.js +8 -8
- package/dist/components/skeleton/index.js +3 -2
- package/dist/components/slider/Slider.js +26 -26
- package/dist/components/slider/index.js +3 -2
- package/dist/components/spinner/Spinner.js +19 -19
- package/dist/components/spinner/index.js +5 -2
- package/dist/components/surface/Surface.js +9 -9
- package/dist/components/surface/index.js +4 -2
- package/dist/components/table/Table.js +80 -80
- package/dist/components/table/index.js +28 -3
- package/dist/components/tabs/Tabs.js +59 -59
- package/dist/components/tabs/index.js +4 -2
- package/dist/components/tag/Tag.js +40 -40
- package/dist/components/tag/index.js +6 -2
- package/dist/components/tag-group/TagGroup.js +20 -20
- package/dist/components/tag-group/context.js +2 -2
- package/dist/components/tag-group/index.js +6 -2
- package/dist/components/text/Text.js +9 -9
- package/dist/components/text/index.js +5 -2
- package/dist/components/text-area/TextArea.js +10 -10
- package/dist/components/text-area/index.js +5 -2
- package/dist/components/text-field/TextField.js +15 -15
- package/dist/components/text-field/index.js +7 -2
- package/dist/components/textarea/Textarea.js +13 -11
- package/dist/components/textarea/index.js +6 -2
- package/dist/components/theme-color-picker/ThemeColorPicker.js +43 -43
- package/dist/components/theme-color-picker/hueShift.js +3 -3
- package/dist/components/theme-color-picker/index.js +7 -3
- package/dist/components/time-field/TimeField.js +41 -41
- package/dist/components/time-field/index.js +11 -2
- package/dist/components/toast/Toast.js +98 -98
- package/dist/components/toast/index.js +19 -2
- package/dist/components/toggle/Toggle.js +31 -31
- package/dist/components/toggle/index.js +3 -2
- package/dist/components/toolbar/Toolbar.js +10 -10
- package/dist/components/toolbar/index.js +5 -2
- package/dist/components/tooltip/Tooltip.js +28 -28
- package/dist/components/tooltip/index.js +7 -2
- package/dist/components/utils.js +7 -6
- package/dist/components/video-preview/VideoPreview.js +15 -15
- package/dist/components/video-preview/index.js +3 -2
- package/dist/hooks/date/useCalendarNavigation.js +18 -18
- package/dist/hooks/date/useCalendarState.js +19 -19
- package/dist/hooks/date/useDateSelection.js +7 -7
- package/dist/hooks/date/usePickerOpenState.js +8 -8
- package/dist/hooks/date/useRangeSelection.js +16 -16
- package/dist/hooks/form/FormContext.d.ts +16 -0
- package/dist/hooks/form/FormContext.js +8 -0
- package/dist/hooks/form/createForm.d.ts +70 -0
- package/dist/hooks/form/createForm.js +17 -0
- package/dist/hooks/form/getFirstFieldError.d.ts +9 -0
- package/dist/hooks/form/getFirstFieldError.js +19 -0
- package/dist/hooks/form/index.d.ts +6 -1
- package/dist/hooks/form/index.js +21 -6
- package/dist/hooks/form/useField.js +4 -4
- package/dist/hooks/form/useFieldError.js +2 -2
- package/dist/hooks/form/useFieldMeta.js +10 -10
- package/dist/hooks/form/useFieldNew.d.ts +35 -0
- package/dist/hooks/form/useFieldNew.js +31 -0
- package/dist/hooks/form/useFieldProps.js +2 -2
- package/dist/hooks/form/useForm.js +4 -4
- package/dist/hooks/layout/index.js +3 -2
- package/dist/hooks/layout/useDesktop.js +4 -4
- package/dist/hooks/table/index.js +18 -9
- package/dist/hooks/table/useAnchoredOverlayPosition.js +4 -4
- package/dist/hooks/table/useTableExpansion.js +4 -4
- package/dist/hooks/table/useTableFiltering.js +8 -8
- package/dist/hooks/table/useTableModel.js +10 -10
- package/dist/hooks/table/useTablePagination.js +4 -4
- package/dist/hooks/table/useTableSelection.js +4 -4
- package/dist/hooks/table/useTableSorting.js +6 -6
- package/dist/index.d.ts +7 -4
- package/dist/index.js +375 -97
- package/dist/lib/refs/index.js +3 -2
- package/dist/lib/refs/mergeRefs.js +2 -2
- package/dist/lib/style/index.js +4 -2
- package/dist/lib/tag/createIsButton.js +4 -4
- package/dist/lib/tag/createTagName.js +2 -2
- package/dist/lib/tag/index.js +7 -3
- package/dist/motion/engine.js +4 -4
- package/dist/motion/index.js +34 -11
- package/dist/motion/popmotion.js +2 -2
- package/dist/motion/presets.js +4 -4
- package/dist/motion/route.js +7 -7
- package/dist/motion/solid/MotionDiv.js +13 -13
- package/dist/motion/solid/index.js +3 -2
- package/dist/motion/system.js +9 -9
- package/dist/primitives/streaming/index.js +5 -3
- package/dist/primitives/streaming/useStreamingBuffer.js +2 -2
- package/dist/primitives/streaming/useStreamingSubscription.js +7 -7
- package/dist/primitives/virtualizer/index.js +3 -2
- package/dist/primitives/virtualizer/useVirtualRows.js +7 -7
- package/package.json +14 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__ from "solid-js/web";
|
|
2
2
|
import "./Fieldset.css";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
var _tmpl$ = /*#__PURE__*/ template("<fieldset>"), _tmpl$2 = /*#__PURE__*/ template("<legend>"), _tmpl$3 = /*#__PURE__*/ template("<div>");
|
|
3
|
+
import * as __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__ from "solid-js";
|
|
4
|
+
import * as __WEBPACK_EXTERNAL_MODULE_tailwind_merge_e05e3e95__ from "tailwind-merge";
|
|
5
|
+
import * as __WEBPACK_EXTERNAL_MODULE__Fieldset_classes_js_d31e01e5__ from "./Fieldset.classes.js";
|
|
6
|
+
var _tmpl$ = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)("<fieldset>"), _tmpl$2 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)("<legend>"), _tmpl$3 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)("<div>");
|
|
7
7
|
const FieldsetRoot = (props)=>{
|
|
8
|
-
const [local, others] = splitProps(props, [
|
|
8
|
+
const [local, others] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.splitProps)(props, [
|
|
9
9
|
"children",
|
|
10
10
|
"class",
|
|
11
11
|
"className",
|
|
@@ -14,8 +14,8 @@ const FieldsetRoot = (props)=>{
|
|
|
14
14
|
]);
|
|
15
15
|
return (()=>{
|
|
16
16
|
var _el$ = _tmpl$();
|
|
17
|
-
spread(_el$, mergeProps(others, ()=>({
|
|
18
|
-
class: twMerge(CLASSES.Root.base, local.class, local.className)
|
|
17
|
+
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.spread)(_el$, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.mergeProps)(others, ()=>({
|
|
18
|
+
class: (0, __WEBPACK_EXTERNAL_MODULE_tailwind_merge_e05e3e95__.twMerge)(__WEBPACK_EXTERNAL_MODULE__Fieldset_classes_js_d31e01e5__.CLASSES.Root.base, local.class, local.className)
|
|
19
19
|
}), {
|
|
20
20
|
"data-slot": "fieldset",
|
|
21
21
|
get ["data-theme"] () {
|
|
@@ -25,12 +25,12 @@ const FieldsetRoot = (props)=>{
|
|
|
25
25
|
return local.style;
|
|
26
26
|
}
|
|
27
27
|
}), false, true);
|
|
28
|
-
insert(_el$, ()=>local.children);
|
|
28
|
+
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$, ()=>local.children);
|
|
29
29
|
return _el$;
|
|
30
30
|
})();
|
|
31
31
|
};
|
|
32
32
|
const FieldsetLegend = (props)=>{
|
|
33
|
-
const [local, others] = splitProps(props, [
|
|
33
|
+
const [local, others] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.splitProps)(props, [
|
|
34
34
|
"children",
|
|
35
35
|
"class",
|
|
36
36
|
"className",
|
|
@@ -39,8 +39,8 @@ const FieldsetLegend = (props)=>{
|
|
|
39
39
|
]);
|
|
40
40
|
return (()=>{
|
|
41
41
|
var _el$2 = _tmpl$2();
|
|
42
|
-
spread(_el$2, mergeProps(others, ()=>({
|
|
43
|
-
class: twMerge(CLASSES.Legend.base, local.class, local.className)
|
|
42
|
+
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.spread)(_el$2, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.mergeProps)(others, ()=>({
|
|
43
|
+
class: (0, __WEBPACK_EXTERNAL_MODULE_tailwind_merge_e05e3e95__.twMerge)(__WEBPACK_EXTERNAL_MODULE__Fieldset_classes_js_d31e01e5__.CLASSES.Legend.base, local.class, local.className)
|
|
44
44
|
}), {
|
|
45
45
|
"data-slot": "fieldset-legend",
|
|
46
46
|
get ["data-theme"] () {
|
|
@@ -50,12 +50,12 @@ const FieldsetLegend = (props)=>{
|
|
|
50
50
|
return local.style;
|
|
51
51
|
}
|
|
52
52
|
}), false, true);
|
|
53
|
-
insert(_el$2, ()=>local.children);
|
|
53
|
+
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$2, ()=>local.children);
|
|
54
54
|
return _el$2;
|
|
55
55
|
})();
|
|
56
56
|
};
|
|
57
57
|
const FieldGroup = (props)=>{
|
|
58
|
-
const [local, others] = splitProps(props, [
|
|
58
|
+
const [local, others] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.splitProps)(props, [
|
|
59
59
|
"children",
|
|
60
60
|
"class",
|
|
61
61
|
"className",
|
|
@@ -64,8 +64,8 @@ const FieldGroup = (props)=>{
|
|
|
64
64
|
]);
|
|
65
65
|
return (()=>{
|
|
66
66
|
var _el$3 = _tmpl$3();
|
|
67
|
-
spread(_el$3, mergeProps(others, ()=>({
|
|
68
|
-
class: twMerge(CLASSES.Group.base, local.class, local.className)
|
|
67
|
+
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.spread)(_el$3, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.mergeProps)(others, ()=>({
|
|
68
|
+
class: (0, __WEBPACK_EXTERNAL_MODULE_tailwind_merge_e05e3e95__.twMerge)(__WEBPACK_EXTERNAL_MODULE__Fieldset_classes_js_d31e01e5__.CLASSES.Group.base, local.class, local.className)
|
|
69
69
|
}), {
|
|
70
70
|
"data-slot": "fieldset-field-group",
|
|
71
71
|
get ["data-theme"] () {
|
|
@@ -75,12 +75,12 @@ const FieldGroup = (props)=>{
|
|
|
75
75
|
return local.style;
|
|
76
76
|
}
|
|
77
77
|
}), false, true);
|
|
78
|
-
insert(_el$3, ()=>local.children);
|
|
78
|
+
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$3, ()=>local.children);
|
|
79
79
|
return _el$3;
|
|
80
80
|
})();
|
|
81
81
|
};
|
|
82
82
|
const FieldsetActions = (props)=>{
|
|
83
|
-
const [local, others] = splitProps(props, [
|
|
83
|
+
const [local, others] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.splitProps)(props, [
|
|
84
84
|
"children",
|
|
85
85
|
"class",
|
|
86
86
|
"className",
|
|
@@ -89,8 +89,8 @@ const FieldsetActions = (props)=>{
|
|
|
89
89
|
]);
|
|
90
90
|
return (()=>{
|
|
91
91
|
var _el$4 = _tmpl$3();
|
|
92
|
-
spread(_el$4, mergeProps(others, ()=>({
|
|
93
|
-
class: twMerge(CLASSES.Actions.base, local.class, local.className)
|
|
92
|
+
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.spread)(_el$4, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.mergeProps)(others, ()=>({
|
|
93
|
+
class: (0, __WEBPACK_EXTERNAL_MODULE_tailwind_merge_e05e3e95__.twMerge)(__WEBPACK_EXTERNAL_MODULE__Fieldset_classes_js_d31e01e5__.CLASSES.Actions.base, local.class, local.className)
|
|
94
94
|
}), {
|
|
95
95
|
"data-slot": "fieldset-actions",
|
|
96
96
|
get ["data-theme"] () {
|
|
@@ -100,7 +100,7 @@ const FieldsetActions = (props)=>{
|
|
|
100
100
|
return local.style;
|
|
101
101
|
}
|
|
102
102
|
}), false, true);
|
|
103
|
-
insert(_el$4, ()=>local.children);
|
|
103
|
+
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$4, ()=>local.children);
|
|
104
104
|
return _el$4;
|
|
105
105
|
})();
|
|
106
106
|
};
|
|
@@ -1,2 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE__Fieldset_js_9a590ee6__ from "./Fieldset.js";
|
|
2
|
+
var __webpack_exports__FieldGroup = __WEBPACK_EXTERNAL_MODULE__Fieldset_js_9a590ee6__.FieldGroup;
|
|
3
|
+
var __webpack_exports__Fieldset = __WEBPACK_EXTERNAL_MODULE__Fieldset_js_9a590ee6__.Fieldset;
|
|
4
|
+
var __webpack_exports__FieldsetActions = __WEBPACK_EXTERNAL_MODULE__Fieldset_js_9a590ee6__.FieldsetActions;
|
|
5
|
+
var __webpack_exports__FieldsetLegend = __WEBPACK_EXTERNAL_MODULE__Fieldset_js_9a590ee6__.FieldsetLegend;
|
|
6
|
+
var __webpack_exports__FieldsetRoot = __WEBPACK_EXTERNAL_MODULE__Fieldset_js_9a590ee6__.FieldsetRoot;
|
|
7
|
+
var __webpack_exports__default = __WEBPACK_EXTERNAL_MODULE__Fieldset_js_9a590ee6__["default"];
|
|
8
|
+
export { __webpack_exports__FieldGroup as FieldGroup, __webpack_exports__Fieldset as Fieldset, __webpack_exports__FieldsetActions as FieldsetActions, __webpack_exports__FieldsetLegend as FieldsetLegend, __webpack_exports__FieldsetRoot as FieldsetRoot, __webpack_exports__default as default };
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__ from "solid-js/web";
|
|
2
2
|
import "./Flex.css";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
const
|
|
9
|
-
const [local, rest] = splitProps(props, [
|
|
3
|
+
import * as __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__ from "solid-js";
|
|
4
|
+
import * as __WEBPACK_EXTERNAL_MODULE_clsx__ from "clsx";
|
|
5
|
+
import * as __WEBPACK_EXTERNAL_MODULE_tailwind_merge_e05e3e95__ from "tailwind-merge";
|
|
6
|
+
import * as __WEBPACK_EXTERNAL_MODULE__utils_js_db66b9f7__ from "../utils.js";
|
|
7
|
+
import * as __WEBPACK_EXTERNAL_MODULE__Flex_classes_js_9b9809e9__ from "./Flex.classes.js";
|
|
8
|
+
const Flex_Flex = (props)=>{
|
|
9
|
+
const [local, rest] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.splitProps)(props, [
|
|
10
10
|
"as",
|
|
11
11
|
"class",
|
|
12
12
|
"className",
|
|
@@ -22,10 +22,10 @@ const Flex = (props)=>{
|
|
|
22
22
|
"shrink",
|
|
23
23
|
"basis"
|
|
24
24
|
]);
|
|
25
|
-
const tag = createMemo(()=>local.as || "div");
|
|
26
|
-
const resolvedChildren = children(()=>local.children);
|
|
27
|
-
const classes = createMemo(()=>twMerge(
|
|
28
|
-
return createComponent(Dynamic, mergeProps({
|
|
25
|
+
const tag = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.createMemo)(()=>local.as || "div");
|
|
26
|
+
const resolvedChildren = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.children)(()=>local.children);
|
|
27
|
+
const classes = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.createMemo)(()=>(0, __WEBPACK_EXTERNAL_MODULE_tailwind_merge_e05e3e95__.twMerge)((0, __WEBPACK_EXTERNAL_MODULE_clsx__["default"])(__WEBPACK_EXTERNAL_MODULE__Flex_classes_js_9b9809e9__.CLASSES.base, (0, __WEBPACK_EXTERNAL_MODULE__utils_js_db66b9f7__.mapResponsiveProp)(local.direction, __WEBPACK_EXTERNAL_MODULE__Flex_classes_js_9b9809e9__.CLASSES.direction), (0, __WEBPACK_EXTERNAL_MODULE__utils_js_db66b9f7__.mapResponsiveProp)(local.justify, __WEBPACK_EXTERNAL_MODULE__Flex_classes_js_9b9809e9__.CLASSES.justify), (0, __WEBPACK_EXTERNAL_MODULE__utils_js_db66b9f7__.mapResponsiveProp)(local.align, __WEBPACK_EXTERNAL_MODULE__Flex_classes_js_9b9809e9__.CLASSES.align), (0, __WEBPACK_EXTERNAL_MODULE__utils_js_db66b9f7__.mapResponsiveProp)(local.wrap, __WEBPACK_EXTERNAL_MODULE__Flex_classes_js_9b9809e9__.CLASSES.wrap), (0, __WEBPACK_EXTERNAL_MODULE__utils_js_db66b9f7__.mapResponsiveProp)(local.gap, __WEBPACK_EXTERNAL_MODULE__Flex_classes_js_9b9809e9__.CLASSES.gap), (0, __WEBPACK_EXTERNAL_MODULE__utils_js_db66b9f7__.mapResponsiveProp)(local.gapX, __WEBPACK_EXTERNAL_MODULE__Flex_classes_js_9b9809e9__.CLASSES.gapX), (0, __WEBPACK_EXTERNAL_MODULE__utils_js_db66b9f7__.mapResponsiveProp)(local.gapY, __WEBPACK_EXTERNAL_MODULE__Flex_classes_js_9b9809e9__.CLASSES.gapY), (0, __WEBPACK_EXTERNAL_MODULE__utils_js_db66b9f7__.mapResponsiveProp)(local.grow, __WEBPACK_EXTERNAL_MODULE__Flex_classes_js_9b9809e9__.CLASSES.grow), (0, __WEBPACK_EXTERNAL_MODULE__utils_js_db66b9f7__.mapResponsiveProp)(local.shrink, __WEBPACK_EXTERNAL_MODULE__Flex_classes_js_9b9809e9__.CLASSES.shrink), (0, __WEBPACK_EXTERNAL_MODULE__utils_js_db66b9f7__.mapResponsiveProp)(local.basis, __WEBPACK_EXTERNAL_MODULE__Flex_classes_js_9b9809e9__.CLASSES.basis), local.class, local.className)));
|
|
28
|
+
return (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.createComponent)(__WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.Dynamic, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.mergeProps)({
|
|
29
29
|
get component () {
|
|
30
30
|
return tag();
|
|
31
31
|
}
|
|
@@ -37,5 +37,5 @@ const Flex = (props)=>{
|
|
|
37
37
|
}
|
|
38
38
|
}));
|
|
39
39
|
};
|
|
40
|
-
const
|
|
41
|
-
export {
|
|
40
|
+
const Flex = Flex_Flex;
|
|
41
|
+
export { Flex as default };
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE__Flex_js_adef8f0b__ from "./Flex.js";
|
|
2
|
+
var __webpack_exports__default = __WEBPACK_EXTERNAL_MODULE__Flex_js_adef8f0b__["default"];
|
|
3
|
+
export { __webpack_exports__default as default };
|
|
@@ -1,19 +1,49 @@
|
|
|
1
1
|
@layer components {
|
|
2
2
|
/* -------------------------------------------------------------------------------------------------
|
|
3
|
-
*
|
|
3
|
+
* Liquid Glass FloatingDock
|
|
4
|
+
*
|
|
5
|
+
* Technique mirrors:
|
|
6
|
+
* https://css-tricks.com/getting-clarity-on-apples-liquid-glass/
|
|
7
|
+
*
|
|
8
|
+
* 1. SVG filter (#fd-liquid-glass) with a pre-rendered displacement map (feImage)
|
|
9
|
+
* → bends the backdrop like a real glass lens.
|
|
10
|
+
* 2. backdrop-filter: blur() url(#fd-liquid-glass) saturate() — chained.
|
|
11
|
+
* 3. Multi-layer inset box-shadow built from `color-mix(... var(--c-light/dark))`
|
|
12
|
+
* simulates light glints and dark refractive edges.
|
|
13
|
+
* 4. -webkit-backdrop-filter falls back to blur+saturate (Safari ignores url()).
|
|
4
14
|
* -----------------------------------------------------------------------------------------------*/
|
|
5
15
|
.floating-dock {
|
|
6
16
|
position: relative;
|
|
7
17
|
display: inline-flex;
|
|
8
18
|
align-items: flex-end;
|
|
9
19
|
overflow: visible;
|
|
20
|
+
|
|
21
|
+
/* Glass color tokens — override per instance to retint */
|
|
22
|
+
--fd-c-glass: rgba(255, 255, 255, 1);
|
|
23
|
+
--fd-c-light: rgba(255, 255, 255, 1);
|
|
24
|
+
--fd-c-dark: rgba(0, 0, 0, 1);
|
|
25
|
+
--fd-glass-reflex-light: 1;
|
|
26
|
+
--fd-glass-reflex-dark: 1;
|
|
27
|
+
--fd-glass-saturation: 180%;
|
|
28
|
+
--fd-glass-blur: 8px;
|
|
29
|
+
--fd-glass-radius: 9999px;
|
|
30
|
+
--fd-glass-item-radius: 9999px;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.floating-dock__filter-defs {
|
|
34
|
+
position: absolute;
|
|
35
|
+
width: 0;
|
|
36
|
+
height: 0;
|
|
37
|
+
pointer-events: none;
|
|
38
|
+
z-index: -1;
|
|
10
39
|
}
|
|
11
40
|
|
|
12
41
|
.floating-dock__bar {
|
|
13
42
|
position: relative;
|
|
14
43
|
display: flex;
|
|
15
|
-
align-items:
|
|
44
|
+
align-items: center;
|
|
16
45
|
overflow: visible;
|
|
46
|
+
isolation: isolate;
|
|
17
47
|
}
|
|
18
48
|
|
|
19
49
|
.floating-dock__bar--horizontal {
|
|
@@ -26,42 +56,65 @@
|
|
|
26
56
|
}
|
|
27
57
|
|
|
28
58
|
/* -------------------------------------------------------------------------------------------------
|
|
29
|
-
* Background panel —
|
|
59
|
+
* Background panel — the glass pill itself
|
|
30
60
|
* -----------------------------------------------------------------------------------------------*/
|
|
31
61
|
.floating-dock__bg {
|
|
32
62
|
position: absolute;
|
|
33
63
|
inset: 0;
|
|
34
64
|
z-index: -1;
|
|
35
|
-
border-radius: 1rem;
|
|
36
|
-
background-color: var(--color-base-100);
|
|
37
|
-
box-shadow:
|
|
38
|
-
inset 0 1px 0 0 var(--color-base-300),
|
|
39
|
-
0 1px 0 0 var(--color-base-100);
|
|
40
65
|
pointer-events: none;
|
|
66
|
+
border-radius: var(--fd-glass-radius);
|
|
67
|
+
background-color: color-mix(in srgb, var(--fd-c-glass) 12%, transparent);
|
|
68
|
+
|
|
69
|
+
backdrop-filter: blur(var(--fd-glass-blur)) saturate(var(--fd-glass-saturation));
|
|
70
|
+
-webkit-backdrop-filter: blur(var(--fd-glass-blur)) saturate(var(--fd-glass-saturation));
|
|
71
|
+
|
|
72
|
+
/* The article's exact glint stack — translated 1:1, only the var prefix changes. */
|
|
73
|
+
box-shadow:
|
|
74
|
+
inset 0 0 0 1px color-mix(in srgb, var(--fd-c-light) calc(var(--fd-glass-reflex-light) * 10%), transparent),
|
|
75
|
+
inset 1.8px 3px 0 -2px color-mix(in srgb, var(--fd-c-light) calc(var(--fd-glass-reflex-light) * 90%), transparent),
|
|
76
|
+
inset -2px -2px 0 -2px color-mix(in srgb, var(--fd-c-light) calc(var(--fd-glass-reflex-light) * 80%), transparent),
|
|
77
|
+
inset -3px -8px 1px -6px color-mix(in srgb, var(--fd-c-light) calc(var(--fd-glass-reflex-light) * 60%), transparent),
|
|
78
|
+
inset -0.3px -1px 4px 0 color-mix(in srgb, var(--fd-c-dark) calc(var(--fd-glass-reflex-dark) * 12%), transparent),
|
|
79
|
+
inset -1.5px 2.5px 0 -2px color-mix(in srgb, var(--fd-c-dark) calc(var(--fd-glass-reflex-dark) * 20%), transparent),
|
|
80
|
+
inset 0 3px 4px -2px color-mix(in srgb, var(--fd-c-dark) calc(var(--fd-glass-reflex-dark) * 20%), transparent),
|
|
81
|
+
inset 2px -6.5px 1px -4px color-mix(in srgb, var(--fd-c-dark) calc(var(--fd-glass-reflex-dark) * 10%), transparent),
|
|
82
|
+
0 1px 5px 0 color-mix(in srgb, var(--fd-c-dark) calc(var(--fd-glass-reflex-dark) * 10%), transparent),
|
|
83
|
+
0 6px 16px 0 color-mix(in srgb, var(--fd-c-dark) calc(var(--fd-glass-reflex-dark) * 8%), transparent);
|
|
84
|
+
|
|
85
|
+
transition:
|
|
86
|
+
background-color 400ms cubic-bezier(1, 0, 0.4, 1),
|
|
87
|
+
box-shadow 400ms cubic-bezier(1, 0, 0.4, 1);
|
|
41
88
|
}
|
|
42
89
|
|
|
90
|
+
/* NOTE: We intentionally do NOT chain url(#fd-liquid-glass) into backdrop-filter here.
|
|
91
|
+
The article's displacement map is sized for a small pill (~244×70). When stretched
|
|
92
|
+
across the long Studio dock it produces a visible smear/blob in Chrome regardless of
|
|
93
|
+
scale. The multi-layer box-shadow + blur+saturate stack above already delivers the
|
|
94
|
+
bulk of the Liquid Glass look. The SVG filter remains exported for opt-in use on
|
|
95
|
+
small elements (e.g. a future round button) via `filter: url(#fd-liquid-glass)`. */
|
|
96
|
+
|
|
43
97
|
/* -------------------------------------------------------------------------------------------------
|
|
44
|
-
* Item wrapper
|
|
98
|
+
* Item wrapper — flat, no per-item lens (calm dock; no hover scale/width-expand)
|
|
45
99
|
* -----------------------------------------------------------------------------------------------*/
|
|
46
100
|
.floating-dock__item {
|
|
47
101
|
position: relative;
|
|
48
102
|
display: flex;
|
|
49
103
|
align-items: center;
|
|
50
104
|
justify-content: center;
|
|
51
|
-
border-radius:
|
|
52
|
-
background
|
|
53
|
-
|
|
54
|
-
transform-origin: bottom center;
|
|
105
|
+
border-radius: var(--fd-glass-item-radius);
|
|
106
|
+
background: transparent;
|
|
107
|
+
transform-origin: center;
|
|
55
108
|
will-change: transform;
|
|
56
|
-
transition:
|
|
109
|
+
transition: background-color 200ms ease, color 200ms ease;
|
|
57
110
|
}
|
|
58
111
|
|
|
59
112
|
.floating-dock__item:hover {
|
|
60
|
-
|
|
113
|
+
background-color: color-mix(in srgb, var(--fd-c-light) calc(var(--fd-glass-reflex-light) * 10%), transparent);
|
|
61
114
|
}
|
|
62
115
|
|
|
63
116
|
.floating-dock__item:active {
|
|
64
|
-
|
|
117
|
+
background-color: color-mix(in srgb, var(--fd-c-dark) 8%, transparent);
|
|
65
118
|
}
|
|
66
119
|
|
|
67
120
|
.floating-dock__button-reset {
|
|
@@ -84,7 +137,7 @@
|
|
|
84
137
|
}
|
|
85
138
|
|
|
86
139
|
/* -------------------------------------------------------------------------------------------------
|
|
87
|
-
* Tooltip
|
|
140
|
+
* Tooltip — glass chip
|
|
88
141
|
* -----------------------------------------------------------------------------------------------*/
|
|
89
142
|
.floating-dock__tooltip {
|
|
90
143
|
position: fixed;
|
|
@@ -92,12 +145,19 @@
|
|
|
92
145
|
width: fit-content;
|
|
93
146
|
pointer-events: none;
|
|
94
147
|
white-space: pre;
|
|
95
|
-
|
|
96
|
-
border: 1px solid var(--color-base-300);
|
|
97
|
-
background-color: var(--color-base-100);
|
|
98
|
-
color: var(--color-base-content);
|
|
99
|
-
padding: 0.125rem 0.5rem;
|
|
148
|
+
padding: 0.25rem 0.625rem;
|
|
100
149
|
font-size: 0.75rem;
|
|
150
|
+
line-height: 1.1;
|
|
151
|
+
color: var(--color-base-content, #fff);
|
|
152
|
+
border-radius: 0.5rem;
|
|
153
|
+
background-color: color-mix(in srgb, var(--fd-c-glass) 18%, transparent);
|
|
154
|
+
backdrop-filter: blur(var(--fd-glass-blur)) saturate(var(--fd-glass-saturation));
|
|
155
|
+
-webkit-backdrop-filter: blur(var(--fd-glass-blur)) saturate(var(--fd-glass-saturation));
|
|
156
|
+
box-shadow:
|
|
157
|
+
inset 0 0 0 1px color-mix(in srgb, var(--fd-c-light) calc(var(--fd-glass-reflex-light) * 12%), transparent),
|
|
158
|
+
inset 1px 1.5px 0 -1px color-mix(in srgb, var(--fd-c-light) calc(var(--fd-glass-reflex-light) * 60%), transparent),
|
|
159
|
+
inset -1px -1px 0 -1px color-mix(in srgb, var(--fd-c-dark) calc(var(--fd-glass-reflex-dark) * 25%), transparent),
|
|
160
|
+
0 6px 18px color-mix(in srgb, var(--fd-c-dark) calc(var(--fd-glass-reflex-dark) * 20%), transparent);
|
|
101
161
|
opacity: 0;
|
|
102
162
|
animation: floating-dock-fade-in 150ms ease forwards;
|
|
103
163
|
}
|
|
@@ -109,7 +169,7 @@
|
|
|
109
169
|
}
|
|
110
170
|
|
|
111
171
|
/* -------------------------------------------------------------------------------------------------
|
|
112
|
-
* Mobile
|
|
172
|
+
* Mobile burger toggle — uses the same glass treatment as the bar
|
|
113
173
|
* -----------------------------------------------------------------------------------------------*/
|
|
114
174
|
.floating-dock__mobile {
|
|
115
175
|
position: relative;
|
|
@@ -120,11 +180,27 @@
|
|
|
120
180
|
display: flex;
|
|
121
181
|
align-items: center;
|
|
122
182
|
justify-content: center;
|
|
123
|
-
border-radius: 9999px;
|
|
124
|
-
background-color: var(--color-base-200);
|
|
125
183
|
border: none;
|
|
126
184
|
padding: 0;
|
|
127
185
|
cursor: pointer;
|
|
186
|
+
border-radius: 9999px;
|
|
187
|
+
background-color: color-mix(in srgb, var(--fd-c-glass) 14%, transparent);
|
|
188
|
+
backdrop-filter: blur(var(--fd-glass-blur)) saturate(var(--fd-glass-saturation));
|
|
189
|
+
-webkit-backdrop-filter: blur(var(--fd-glass-blur)) saturate(var(--fd-glass-saturation));
|
|
190
|
+
box-shadow:
|
|
191
|
+
inset 0 0 0 1px color-mix(in srgb, var(--fd-c-light) calc(var(--fd-glass-reflex-light) * 12%), transparent),
|
|
192
|
+
inset 1.5px 2px 0 -1.5px color-mix(in srgb, var(--fd-c-light) calc(var(--fd-glass-reflex-light) * 70%), transparent),
|
|
193
|
+
inset -1.5px -1.5px 0 -1.5px color-mix(in srgb, var(--fd-c-dark) calc(var(--fd-glass-reflex-dark) * 25%), transparent),
|
|
194
|
+
0 6px 16px color-mix(in srgb, var(--fd-c-dark) calc(var(--fd-glass-reflex-dark) * 14%), transparent);
|
|
195
|
+
transition: background-color 250ms ease, transform 150ms ease;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.floating-dock__mobile-toggle:hover {
|
|
199
|
+
background-color: color-mix(in srgb, var(--fd-c-glass) 22%, transparent);
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.floating-dock__mobile-toggle:active {
|
|
203
|
+
transform: scale(0.96);
|
|
128
204
|
}
|
|
129
205
|
|
|
130
206
|
.floating-dock__mobile-popup {
|
|
@@ -164,7 +240,31 @@
|
|
|
164
240
|
.floating-dock__menu-icon {
|
|
165
241
|
width: 1.25rem;
|
|
166
242
|
height: 1.25rem;
|
|
167
|
-
color: color-mix(in oklab, var(--color-base-content)
|
|
243
|
+
color: color-mix(in oklab, var(--color-base-content) 70%, transparent);
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
/* -------------------------------------------------------------------------------------------------
|
|
247
|
+
* Dark mode — boost dark-edge intensity, calm down light glints
|
|
248
|
+
* -----------------------------------------------------------------------------------------------*/
|
|
249
|
+
@media (prefers-color-scheme: dark) {
|
|
250
|
+
.floating-dock {
|
|
251
|
+
--fd-glass-reflex-dark: 2;
|
|
252
|
+
--fd-glass-reflex-light: 0.7;
|
|
253
|
+
--fd-glass-saturation: 200%;
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
/* -------------------------------------------------------------------------------------------------
|
|
258
|
+
* Reduced transparency (a11y)
|
|
259
|
+
* -----------------------------------------------------------------------------------------------*/
|
|
260
|
+
@media (prefers-reduced-transparency: reduce) {
|
|
261
|
+
.floating-dock__bg,
|
|
262
|
+
.floating-dock__tooltip,
|
|
263
|
+
.floating-dock__mobile-toggle {
|
|
264
|
+
backdrop-filter: none;
|
|
265
|
+
-webkit-backdrop-filter: none;
|
|
266
|
+
background-color: var(--color-base-100, rgba(20, 22, 28, 0.96));
|
|
267
|
+
}
|
|
168
268
|
}
|
|
169
269
|
|
|
170
270
|
/* -------------------------------------------------------------------------------------------------
|
|
@@ -175,7 +275,6 @@
|
|
|
175
275
|
display: none;
|
|
176
276
|
}
|
|
177
277
|
|
|
178
|
-
/* mobileMode="dock": show the full bar on mobile instead of burger */
|
|
179
278
|
.floating-dock__bar--mobile-dock {
|
|
180
279
|
display: flex;
|
|
181
280
|
}
|