@umami/react-zen 0.172.0 → 0.174.0

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/index.css CHANGED
@@ -4422,16 +4422,15 @@ body a.Button_button__NGQyO {
4422
4422
  }
4423
4423
 
4424
4424
  /* virtual-css:css:0c4c35b74d5f22edf919d952c580c0e6 */
4425
- .NavMenu_navmenu__ODY4Z {
4425
+ .NavMenu_navmenu__MzRmN {
4426
4426
  font-size: var(--font-size);
4427
4427
  width: 100%;
4428
4428
  gap: var(--spacing-2);
4429
4429
  }
4430
- .NavMenu_item__YjQ5M {
4430
+ .NavMenu_item__ZWRjZ {
4431
4431
  gap: var(--gap);
4432
4432
  padding: var(--padding);
4433
4433
  border-radius: var(--border-radius);
4434
- cursor: pointer;
4435
4434
  white-space: nowrap;
4436
4435
  overflow: hidden;
4437
4436
  transition: color 0.2s;
@@ -4441,24 +4440,27 @@ body a.Button_button__NGQyO {
4441
4440
  &:hover {
4442
4441
  color: var(--font-color);
4443
4442
  }
4444
- &.NavMenu_selected__ZmMyY {
4443
+ &.NavMenu_selected__ZDU1N {
4445
4444
  color: var(--font-color);
4446
4445
  font-weight: var(--font-weight-bold);
4447
4446
  }
4448
4447
  }
4449
- .NavMenu_muted__ZDhjZ .NavMenu_item__YjQ5M {
4448
+ .NavMenu_muted__MTgxN .NavMenu_item__ZWRjZ {
4450
4449
  color: var(--font-color-muted);
4451
4450
  }
4452
- .NavMenu_muted__ZDhjZ .NavMenu_item__YjQ5M:hover {
4451
+ .NavMenu_muted__MTgxN .NavMenu_item__ZWRjZ:hover {
4453
4452
  color: var(--font-color);
4454
4453
  }
4455
- .NavMenu_muted__ZDhjZ .NavMenu_item__YjQ5M.NavMenu_selected__ZmMyY {
4454
+ .NavMenu_muted__MTgxN .NavMenu_item__ZWRjZ.NavMenu_selected__ZDU1N {
4456
4455
  color: var(--font-color);
4457
4456
  }
4458
- .NavMenu_title__M2FiN {
4457
+ .NavMenu_title__ZjJhN {
4459
4458
  color: var(--font-color);
4460
4459
  font-weight: var(--font-weight-bold);
4461
4460
  }
4461
+ .NavMenu_clickable__Mjg0O {
4462
+ cursor: pointer;
4463
+ }
4462
4464
 
4463
4465
  /* virtual-css:css:f94974973c639ccc39a8a6465cbebeb2 */
4464
4466
  .Popover_popover__YmFhM[data-placement=top] {
package/dist/index.d.mts CHANGED
@@ -526,7 +526,7 @@ interface NavMenuGroupProps extends ColumnProps {
526
526
  allowMinimize?: boolean;
527
527
  isMinimized?: boolean;
528
528
  }
529
- declare function NavMenuGroup({ title, allowMinimize, isMinimized, className, children, gap, ...props }: NavMenuGroupProps): react.JSX.Element;
529
+ declare function NavMenuGroup({ title, allowMinimize, isMinimized, className, children, ...props }: NavMenuGroupProps): react.JSX.Element;
530
530
  interface NavMenuItemProps extends RowProps {
531
531
  isSelected?: boolean;
532
532
  }
@@ -720,4 +720,4 @@ interface ZenProviderProps {
720
720
  }
721
721
  declare function ZenProvider({ children, ...props }: ZenProviderProps): react.JSX.Element;
722
722
 
723
- export { Accordion, AccordionItem, type AccordionItemProps, type AccordionProps, AlertBanner, type AlertBannerProps, AlertDialog, type AlertDialogProps, Blockquote, type BlockquoteProps, Box, type BoxProps, Breadcrumb, Breadcrumbs, Button, type ButtonProps, Calendar, type CalendarProps, Checkbox, type CheckboxProps, Code, type CodeProps, Column, type ColumnProps, ComboBox, type ComboBoxProps, ConfirmationDialog, type ConfirmationDialogProps, Container, type ContainerProps, DataColumn, type DataColumnProps, DataTable, type DataTableProps, Dialog, type DialogProps, Dots, type DotsProps, Flexbox, type FlexboxProps, FloatingTooltip, type FloatingTooltipProps, Form, FormButtons, type FormButtonsProps, FormController, type FormControllerProps, FormField, FormFieldArray, type FormFieldArrayProps, type FormFieldProps, type FormProps, FormResetButton, type FormResetButtonProps, FormSubmitButton, Grid, type GridProps, Heading, type HeadingProps, type HoverButtonProps, HoverTrigger, Icon, type IconProps, Image, type ImageProps, InlineEditField, type InlineEditFieldProps, Label, type LabelProps, List, ListItem, type ListItemProps, type ListProps, ListSection, type ListSectionProps, ListSeparator, Loading, LoadingButton, type LoadingButtonProps, type LoadingProps, Menu, MenuItem, type MenuItemProps, type MenuProps, MenuSection, type MenuSectionProps, MenuSeparator, Modal, type ModalProps, NavMenu, NavMenuGroup, type NavMenuGroupProps, NavMenuItem, type NavMenuItemProps, type NavMenuProps, Navbar, NavbarContext, NavbarItem, type NavbarItemProps, type NavbarProps, type NavigationContext, PasswordField, type PasswordFieldProps, Popover, ProgressBar, type ProgressBarProps, ProgressCircle, type ProgressCircleProps, Radio, RadioGroup, type RadioGroupProps, Row, type RowProps, SearchField, type SearchFieldProps, Select, type SelectProps, Sidebar, SidebarHeader, SidebarItem, type SidebarItemProps, type SidebarProps, SidebarSection, Slider, type SliderProps, Slot, Spinner, type SpinnerProps, StatusLight, type StatusLightProps, Switch, type SwitchProps, Tab, TabList, TabPanel, Table, TableBody, TableCell, type TableCellProps, TableColumn, type TableColumnProps, TableHeader, TableRow, Tabs, Text, TextField, type TextFieldProps, type TextProps, ThemeButton, type ThemeButtonProps, Toast, type ToastProps, ToastProvider, type ToastProviderProps, Toaster, type ToasterProps, Toggle, ToggleGroup, ToggleGroupItem, type ToggleGroupItemProps, type ToggleGroupProps, type ToggleProps, Tooltip, TooltipBubble, type TooltipBubbleProps, type TooltipProps, ZenProvider, type ZenProviderProps, useDebounce, useNavigationContext, useTheme, useToast };
723
+ export { Accordion, AccordionItem, type AccordionItemProps, type AccordionProps, AlertBanner, type AlertBannerProps, AlertDialog, type AlertDialogProps, Blockquote, type BlockquoteProps, Box, type BoxProps, Breadcrumb, Breadcrumbs, Button, type ButtonProps, Calendar, type CalendarProps, Checkbox, type CheckboxProps, Code, type CodeProps, Column, type ColumnProps, ComboBox, type ComboBoxProps, ConfirmationDialog, type ConfirmationDialogProps, Container, type ContainerProps, DataColumn, type DataColumnProps, DataTable, type DataTableProps, Dialog, type DialogProps, Dots, type DotsProps, Flexbox, type FlexboxProps, FloatingTooltip, type FloatingTooltipProps, Form, FormButtons, type FormButtonsProps, FormController, type FormControllerProps, FormField, FormFieldArray, type FormFieldArrayProps, type FormFieldProps, type FormProps, FormResetButton, type FormResetButtonProps, FormSubmitButton, Grid, type GridProps, Heading, type HeadingProps, type HoverButtonProps, HoverTrigger, Icon, type IconProps, Image, type ImageProps, InlineEditField, type InlineEditFieldProps, Label, type LabelProps, List, ListItem, type ListItemProps, type ListProps, ListSection, type ListSectionProps, ListSeparator, Loading, LoadingButton, type LoadingButtonProps, type LoadingProps, Menu, MenuItem, type MenuItemProps, type MenuProps, MenuSection, type MenuSectionProps, MenuSeparator, Modal, type ModalProps, NavMenu, NavMenuGroup, type NavMenuGroupProps, NavMenuItem, type NavMenuItemProps, type NavMenuProps, Navbar, NavbarContext, NavbarItem, type NavbarItemProps, type NavbarProps, type NavigationContext, PasswordField, type PasswordFieldProps, Popover, ProgressBar, type ProgressBarProps, ProgressCircle, type ProgressCircleProps, Radio, RadioGroup, type RadioGroupProps, Row, type RowProps, SearchField, type SearchFieldProps, Select, type SelectProps, Sidebar, SidebarHeader, SidebarItem, type SidebarItemProps, type SidebarProps, SidebarSection, Slider, type SliderProps, Slot, Spinner, type SpinnerProps, StatusLight, type StatusLightProps, Switch, type SwitchProps, Tab, TabList, TabPanel, Table, TableBody, TableCell, type TableCellProps, TableColumn, type TableColumnProps, TableHeader, TableRow, Tabs, Text, TextField, type TextFieldProps, type TextProps, ThemeButton, type ThemeButtonProps, Toast, type ToastOptions, type ToastProps, ToastProvider, type ToastProviderProps, type ToastState, type ToastVariant, Toaster, type ToasterProps, Toggle, ToggleGroup, ToggleGroupItem, type ToggleGroupItemProps, type ToggleGroupProps, type ToggleProps, Tooltip, TooltipBubble, type TooltipBubbleProps, type TooltipProps, ZenProvider, type ZenProviderProps, useDebounce, useNavigationContext, useTheme, useToast };
package/dist/index.d.ts CHANGED
@@ -526,7 +526,7 @@ interface NavMenuGroupProps extends ColumnProps {
526
526
  allowMinimize?: boolean;
527
527
  isMinimized?: boolean;
528
528
  }
529
- declare function NavMenuGroup({ title, allowMinimize, isMinimized, className, children, gap, ...props }: NavMenuGroupProps): react.JSX.Element;
529
+ declare function NavMenuGroup({ title, allowMinimize, isMinimized, className, children, ...props }: NavMenuGroupProps): react.JSX.Element;
530
530
  interface NavMenuItemProps extends RowProps {
531
531
  isSelected?: boolean;
532
532
  }
@@ -720,4 +720,4 @@ interface ZenProviderProps {
720
720
  }
721
721
  declare function ZenProvider({ children, ...props }: ZenProviderProps): react.JSX.Element;
722
722
 
723
- export { Accordion, AccordionItem, type AccordionItemProps, type AccordionProps, AlertBanner, type AlertBannerProps, AlertDialog, type AlertDialogProps, Blockquote, type BlockquoteProps, Box, type BoxProps, Breadcrumb, Breadcrumbs, Button, type ButtonProps, Calendar, type CalendarProps, Checkbox, type CheckboxProps, Code, type CodeProps, Column, type ColumnProps, ComboBox, type ComboBoxProps, ConfirmationDialog, type ConfirmationDialogProps, Container, type ContainerProps, DataColumn, type DataColumnProps, DataTable, type DataTableProps, Dialog, type DialogProps, Dots, type DotsProps, Flexbox, type FlexboxProps, FloatingTooltip, type FloatingTooltipProps, Form, FormButtons, type FormButtonsProps, FormController, type FormControllerProps, FormField, FormFieldArray, type FormFieldArrayProps, type FormFieldProps, type FormProps, FormResetButton, type FormResetButtonProps, FormSubmitButton, Grid, type GridProps, Heading, type HeadingProps, type HoverButtonProps, HoverTrigger, Icon, type IconProps, Image, type ImageProps, InlineEditField, type InlineEditFieldProps, Label, type LabelProps, List, ListItem, type ListItemProps, type ListProps, ListSection, type ListSectionProps, ListSeparator, Loading, LoadingButton, type LoadingButtonProps, type LoadingProps, Menu, MenuItem, type MenuItemProps, type MenuProps, MenuSection, type MenuSectionProps, MenuSeparator, Modal, type ModalProps, NavMenu, NavMenuGroup, type NavMenuGroupProps, NavMenuItem, type NavMenuItemProps, type NavMenuProps, Navbar, NavbarContext, NavbarItem, type NavbarItemProps, type NavbarProps, type NavigationContext, PasswordField, type PasswordFieldProps, Popover, ProgressBar, type ProgressBarProps, ProgressCircle, type ProgressCircleProps, Radio, RadioGroup, type RadioGroupProps, Row, type RowProps, SearchField, type SearchFieldProps, Select, type SelectProps, Sidebar, SidebarHeader, SidebarItem, type SidebarItemProps, type SidebarProps, SidebarSection, Slider, type SliderProps, Slot, Spinner, type SpinnerProps, StatusLight, type StatusLightProps, Switch, type SwitchProps, Tab, TabList, TabPanel, Table, TableBody, TableCell, type TableCellProps, TableColumn, type TableColumnProps, TableHeader, TableRow, Tabs, Text, TextField, type TextFieldProps, type TextProps, ThemeButton, type ThemeButtonProps, Toast, type ToastProps, ToastProvider, type ToastProviderProps, Toaster, type ToasterProps, Toggle, ToggleGroup, ToggleGroupItem, type ToggleGroupItemProps, type ToggleGroupProps, type ToggleProps, Tooltip, TooltipBubble, type TooltipBubbleProps, type TooltipProps, ZenProvider, type ZenProviderProps, useDebounce, useNavigationContext, useTheme, useToast };
723
+ export { Accordion, AccordionItem, type AccordionItemProps, type AccordionProps, AlertBanner, type AlertBannerProps, AlertDialog, type AlertDialogProps, Blockquote, type BlockquoteProps, Box, type BoxProps, Breadcrumb, Breadcrumbs, Button, type ButtonProps, Calendar, type CalendarProps, Checkbox, type CheckboxProps, Code, type CodeProps, Column, type ColumnProps, ComboBox, type ComboBoxProps, ConfirmationDialog, type ConfirmationDialogProps, Container, type ContainerProps, DataColumn, type DataColumnProps, DataTable, type DataTableProps, Dialog, type DialogProps, Dots, type DotsProps, Flexbox, type FlexboxProps, FloatingTooltip, type FloatingTooltipProps, Form, FormButtons, type FormButtonsProps, FormController, type FormControllerProps, FormField, FormFieldArray, type FormFieldArrayProps, type FormFieldProps, type FormProps, FormResetButton, type FormResetButtonProps, FormSubmitButton, Grid, type GridProps, Heading, type HeadingProps, type HoverButtonProps, HoverTrigger, Icon, type IconProps, Image, type ImageProps, InlineEditField, type InlineEditFieldProps, Label, type LabelProps, List, ListItem, type ListItemProps, type ListProps, ListSection, type ListSectionProps, ListSeparator, Loading, LoadingButton, type LoadingButtonProps, type LoadingProps, Menu, MenuItem, type MenuItemProps, type MenuProps, MenuSection, type MenuSectionProps, MenuSeparator, Modal, type ModalProps, NavMenu, NavMenuGroup, type NavMenuGroupProps, NavMenuItem, type NavMenuItemProps, type NavMenuProps, Navbar, NavbarContext, NavbarItem, type NavbarItemProps, type NavbarProps, type NavigationContext, PasswordField, type PasswordFieldProps, Popover, ProgressBar, type ProgressBarProps, ProgressCircle, type ProgressCircleProps, Radio, RadioGroup, type RadioGroupProps, Row, type RowProps, SearchField, type SearchFieldProps, Select, type SelectProps, Sidebar, SidebarHeader, SidebarItem, type SidebarItemProps, type SidebarProps, SidebarSection, Slider, type SliderProps, Slot, Spinner, type SpinnerProps, StatusLight, type StatusLightProps, Switch, type SwitchProps, Tab, TabList, TabPanel, Table, TableBody, TableCell, type TableCellProps, TableColumn, type TableColumnProps, TableHeader, TableRow, Tabs, Text, TextField, type TextFieldProps, type TextProps, ThemeButton, type ThemeButtonProps, Toast, type ToastOptions, type ToastProps, ToastProvider, type ToastProviderProps, type ToastState, type ToastVariant, Toaster, type ToasterProps, Toggle, ToggleGroup, ToggleGroupItem, type ToggleGroupItemProps, type ToggleGroupProps, type ToggleProps, Tooltip, TooltipBubble, type TooltipBubbleProps, type TooltipProps, ZenProvider, type ZenProviderProps, useDebounce, useNavigationContext, useTheme, useToast };
package/dist/index.js CHANGED
@@ -28307,12 +28307,12 @@ function Form({
28307
28307
  const onKeyDown = !onSubmit || preventSubmit ? (e) => e.key === "Enter" && e.preventDefault() : void 0;
28308
28308
  (0, import_react159.useEffect)(() => {
28309
28309
  formValues.reset(values);
28310
- }, [values]);
28310
+ }, [formValues, values]);
28311
28311
  (0, import_react159.useEffect)(() => {
28312
28312
  if (formValues.formState.isSubmitted) {
28313
28313
  formValues.reset(void 0, { keepDirty: true, keepValues: true });
28314
28314
  }
28315
- }, [error]);
28315
+ }, [error, formValues]);
28316
28316
  return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(FormProvider, { ...formValues, children: [
28317
28317
  error && /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
28318
28318
  AlertBanner,
@@ -33661,7 +33661,7 @@ var import_react192 = require("react");
33661
33661
  var import_classnames39 = __toESM(require_classnames());
33662
33662
 
33663
33663
  // css-modules:E:\dev\umami-react-zen\src\components\NavMenu.module.css
33664
- var NavMenu_default = { "navmenu": "NavMenu_navmenu__ODY4Z", "item": "NavMenu_item__YjQ5M", "selected": "NavMenu_selected__ZmMyY", "muted": "NavMenu_muted__ZDhjZ", "title": "NavMenu_title__M2FiN" };
33664
+ var NavMenu_default = { "navmenu": "NavMenu_navmenu__MzRmN", "item": "NavMenu_item__ZWRjZ", "selected": "NavMenu_selected__ZDU1N", "muted": "NavMenu_muted__MTgxN", "title": "NavMenu_title__ZjJhN", "clickable": "NavMenu_clickable__Mjg0O" };
33665
33665
 
33666
33666
  // src/components/NavMenu.tsx
33667
33667
  var import_jsx_runtime54 = require("react/jsx-runtime");
@@ -33689,7 +33689,6 @@ function NavMenuGroup({
33689
33689
  isMinimized,
33690
33690
  className,
33691
33691
  children,
33692
- gap = true,
33693
33692
  ...props
33694
33693
  }) {
33695
33694
  const [minimized, setMinimized] = (0, import_react192.useState)(!!isMinimized);
@@ -33701,9 +33700,13 @@ function NavMenuGroup({
33701
33700
  return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
33702
33701
  Column,
33703
33702
  {
33703
+ gap: true,
33704
33704
  ...props,
33705
- gap,
33706
- className: (0, import_classnames39.default)(className, allowMinimize && minimized && NavMenu_default.minimized),
33705
+ className: (0, import_classnames39.default)(
33706
+ className,
33707
+ allowMinimize && NavMenu_default.clickable,
33708
+ allowMinimize && minimized && NavMenu_default.minimized
33709
+ ),
33707
33710
  children: [
33708
33711
  /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
33709
33712
  Row,
package/dist/index.mjs CHANGED
@@ -28190,12 +28190,12 @@ function Form({
28190
28190
  const onKeyDown = !onSubmit || preventSubmit ? (e) => e.key === "Enter" && e.preventDefault() : void 0;
28191
28191
  useEffect(() => {
28192
28192
  formValues.reset(values);
28193
- }, [values]);
28193
+ }, [formValues, values]);
28194
28194
  useEffect(() => {
28195
28195
  if (formValues.formState.isSubmitted) {
28196
28196
  formValues.reset(void 0, { keepDirty: true, keepValues: true });
28197
28197
  }
28198
- }, [error]);
28198
+ }, [error, formValues]);
28199
28199
  return /* @__PURE__ */ jsxs5(FormProvider, { ...formValues, children: [
28200
28200
  error && /* @__PURE__ */ jsx7(
28201
28201
  AlertBanner,
@@ -33548,7 +33548,7 @@ var import_classnames39 = __toESM(require_classnames());
33548
33548
  import { createContext as createContext4, useContext as useContext6, useState as useState15 } from "react";
33549
33549
 
33550
33550
  // css-modules:E:\dev\umami-react-zen\src\components\NavMenu.module.css
33551
- var NavMenu_default = { "navmenu": "NavMenu_navmenu__ODY4Z", "item": "NavMenu_item__YjQ5M", "selected": "NavMenu_selected__ZmMyY", "muted": "NavMenu_muted__ZDhjZ", "title": "NavMenu_title__M2FiN" };
33551
+ var NavMenu_default = { "navmenu": "NavMenu_navmenu__MzRmN", "item": "NavMenu_item__ZWRjZ", "selected": "NavMenu_selected__ZDU1N", "muted": "NavMenu_muted__MTgxN", "title": "NavMenu_title__ZjJhN", "clickable": "NavMenu_clickable__Mjg0O" };
33552
33552
 
33553
33553
  // src/components/NavMenu.tsx
33554
33554
  import { jsx as jsx54, jsxs as jsxs30 } from "react/jsx-runtime";
@@ -33576,7 +33576,6 @@ function NavMenuGroup({
33576
33576
  isMinimized,
33577
33577
  className,
33578
33578
  children,
33579
- gap = true,
33580
33579
  ...props
33581
33580
  }) {
33582
33581
  const [minimized, setMinimized] = useState15(!!isMinimized);
@@ -33588,9 +33587,13 @@ function NavMenuGroup({
33588
33587
  return /* @__PURE__ */ jsxs30(
33589
33588
  Column,
33590
33589
  {
33590
+ gap: true,
33591
33591
  ...props,
33592
- gap,
33593
- className: (0, import_classnames39.default)(className, allowMinimize && minimized && NavMenu_default.minimized),
33592
+ className: (0, import_classnames39.default)(
33593
+ className,
33594
+ allowMinimize && NavMenu_default.clickable,
33595
+ allowMinimize && minimized && NavMenu_default.minimized
33596
+ ),
33594
33597
  children: [
33595
33598
  /* @__PURE__ */ jsxs30(
33596
33599
  Row,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umami/react-zen",
3
- "version": "0.172.0",
3
+ "version": "0.174.0",
4
4
  "description": "Modern, minimalist React component library",
5
5
  "author": "Umami <hello@umami.is>",
6
6
  "license": "MIT",
@@ -55,7 +55,7 @@
55
55
  "lucide-react": "^0.511.0",
56
56
  "next": "^15.5.2",
57
57
  "react": "^19.1.1",
58
- "react-aria-components": "1.12.1",
58
+ "react-aria-components": "^1.12.1",
59
59
  "react-dom": "^19.1.1",
60
60
  "react-hook-form": "^7.62.0",
61
61
  "react-icons": "^5.4.0",
package/styles.css CHANGED
@@ -4740,16 +4740,15 @@ body a.Button_button__NGQyO {
4740
4740
  }
4741
4741
 
4742
4742
  /* virtual-css:css:0c4c35b74d5f22edf919d952c580c0e6 */
4743
- .NavMenu_navmenu__ODY4Z {
4743
+ .NavMenu_navmenu__MzRmN {
4744
4744
  font-size: var(--font-size);
4745
4745
  width: 100%;
4746
4746
  gap: var(--spacing-2);
4747
4747
  }
4748
- .NavMenu_item__YjQ5M {
4748
+ .NavMenu_item__ZWRjZ {
4749
4749
  gap: var(--gap);
4750
4750
  padding: var(--padding);
4751
4751
  border-radius: var(--border-radius);
4752
- cursor: pointer;
4753
4752
  white-space: nowrap;
4754
4753
  overflow: hidden;
4755
4754
  transition: color 0.2s;
@@ -4759,24 +4758,27 @@ body a.Button_button__NGQyO {
4759
4758
  &:hover {
4760
4759
  color: var(--font-color);
4761
4760
  }
4762
- &.NavMenu_selected__ZmMyY {
4761
+ &.NavMenu_selected__ZDU1N {
4763
4762
  color: var(--font-color);
4764
4763
  font-weight: var(--font-weight-bold);
4765
4764
  }
4766
4765
  }
4767
- .NavMenu_muted__ZDhjZ .NavMenu_item__YjQ5M {
4766
+ .NavMenu_muted__MTgxN .NavMenu_item__ZWRjZ {
4768
4767
  color: var(--font-color-muted);
4769
4768
  }
4770
- .NavMenu_muted__ZDhjZ .NavMenu_item__YjQ5M:hover {
4769
+ .NavMenu_muted__MTgxN .NavMenu_item__ZWRjZ:hover {
4771
4770
  color: var(--font-color);
4772
4771
  }
4773
- .NavMenu_muted__ZDhjZ .NavMenu_item__YjQ5M.NavMenu_selected__ZmMyY {
4772
+ .NavMenu_muted__MTgxN .NavMenu_item__ZWRjZ.NavMenu_selected__ZDU1N {
4774
4773
  color: var(--font-color);
4775
4774
  }
4776
- .NavMenu_title__M2FiN {
4775
+ .NavMenu_title__ZjJhN {
4777
4776
  color: var(--font-color);
4778
4777
  font-weight: var(--font-weight-bold);
4779
4778
  }
4779
+ .NavMenu_clickable__Mjg0O {
4780
+ cursor: pointer;
4781
+ }
4780
4782
 
4781
4783
  /* virtual-css:css:f94974973c639ccc39a8a6465cbebeb2 */
4782
4784
  .Popover_popover__YmFhM[data-placement=top] {