@lolmath/ui 6.1.0 → 6.2.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/es/index.css CHANGED
@@ -1245,7 +1245,7 @@
1245
1245
  }
1246
1246
  }
1247
1247
 
1248
- /* src/components/menu.module.css?css_virtual&hash=9a522 */
1248
+ /* src/components/menu.module.css?css_virtual&hash=0a00d */
1249
1249
  @layer lol {
1250
1250
  .menu_bd9f7 {
1251
1251
  box-sizing: border-box;
@@ -1278,6 +1278,14 @@
1278
1278
  .item_bd9f7[data-pressed] {
1279
1279
  color: var(--lol-color-gold-300);
1280
1280
  }
1281
+ .item_bd9f7[data-selection-mode] {
1282
+ padding-right: 2rem;
1283
+ }
1284
+ .item_bd9f7[data-selected] {
1285
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAYAAABPhbxiAAAAsElEQVR42pTQXQoBURTA8ZmbdxuxAi/WgfLmQb4pYgMi36QUJUuxBIvw7FEi/qfOrds0NPfW7+We85+mG95v18DjhGjglPKMNqjibTyilUYTbE3CaIE65ujLZZJQlptYomsvJUyjp1+Oi1pYo+MOjA7GmEWiKdrY6c7HHcqrjpDRpQeGGslv7VGLRjZ8Ii9PjAFyyOKISlxkQzkvFDUu4Izyr8gNA41KuODwL5LzFWAAUJ8mTIVblvcAAAAASUVORK5CYII=);
1286
+ background-position: right 0.5rem center;
1287
+ background-repeat: no-repeat;
1288
+ }
1281
1289
  .popover_bd9f7 {
1282
1290
  display: flex;
1283
1291
  flex-direction: column;
@@ -1,6 +1,6 @@
1
1
  import * as react_aria_components from 'react-aria-components';
2
2
  import { ButtonProps as ButtonProps$1, DisclosureProps, DisclosurePanelProps, BreadcrumbsProps, BreadcrumbProps, LinkProps, CheckboxProps, HeadingProps as HeadingProps$1, ModalOverlayProps, DialogProps, NumberFieldProps, Input, Group, ProgressBarProps as ProgressBarProps$1, RadioGroupProps, RadioProps, SearchFieldProps, PopoverProps, ListBoxProps, ListBoxItemProps, SliderProps, SliderTrackProps, SliderThumbProps, SliderTrackRenderProps, SliderOutputProps, SwitchProps, TabListProps, TabProps, TabPanelProps, TextFieldProps, TextAreaProps, InputProps, ToggleButtonProps as ToggleButtonProps$1, LabelProps as LabelProps$1, MenuTrigger as MenuTrigger$1, MenuProps, MenuItemProps, ComboBoxProps, TagProps } from 'react-aria-components';
3
- export { Autocomplete, Dialog, DialogTrigger, Key, MenuItemProps, MenuProps, RouterProvider, Select, SelectValue, Popover as UnstyledPopover, useFilter } from 'react-aria-components';
3
+ export { Autocomplete, Dialog, DialogTrigger, Key, MenuItemProps, MenuProps, RouterProvider, Select, SelectValue, Selection, Popover as UnstyledPopover, useFilter } from 'react-aria-components';
4
4
  import * as react_jsx_runtime from 'react/jsx-runtime';
5
5
  import * as react from 'react';
6
6
  import react__default, { Ref, ComponentProps, JSX } from 'react';
package/dist/es/index.js CHANGED
@@ -1393,7 +1393,7 @@ function MenuItem({
1393
1393
  ...props,
1394
1394
  className: composeRenderProps18(
1395
1395
  className,
1396
- (className2, values) => cx13(menu_default.item, className2, values)
1396
+ (className2) => cx13(menu_default.item, className2)
1397
1397
  )
1398
1398
  }
1399
1399
  );