@umami/react-zen 0.228.0 → 0.230.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.d.mts CHANGED
@@ -357,6 +357,7 @@ interface ListProps extends ListBoxProps<any> {
357
357
  declare function List({ id, items, idProperty, labelProperty, separatorProperty, highlightColor, showCheckmark, isFullscreen, label, value, onChange, className, selectedKeys, defaultSelectedKeys, onSelectionChange, style, children, ...props }: ListProps): react_jsx_runtime.JSX.Element;
358
358
  interface ListItemProps extends ListBoxItemProps<any> {
359
359
  children?: ReactNode;
360
+ id?: string | number;
360
361
  showCheckmark?: boolean;
361
362
  }
362
363
  declare function ListItem({ id, children, className, showCheckmark, ...props }: ListItemProps): react_jsx_runtime.JSX.Element;
@@ -740,6 +741,7 @@ interface SelectProps extends SelectProps$1<HTMLSelectElement> {
740
741
  value?: string | number;
741
742
  defaultValue?: string | number;
742
743
  label?: string;
744
+ placeholder?: string;
743
745
  isLoading?: boolean;
744
746
  allowSearch?: boolean;
745
747
  searchValue?: string;
package/dist/index.d.ts CHANGED
@@ -357,6 +357,7 @@ interface ListProps extends ListBoxProps<any> {
357
357
  declare function List({ id, items, idProperty, labelProperty, separatorProperty, highlightColor, showCheckmark, isFullscreen, label, value, onChange, className, selectedKeys, defaultSelectedKeys, onSelectionChange, style, children, ...props }: ListProps): react_jsx_runtime.JSX.Element;
358
358
  interface ListItemProps extends ListBoxItemProps<any> {
359
359
  children?: ReactNode;
360
+ id?: string | number;
360
361
  showCheckmark?: boolean;
361
362
  }
362
363
  declare function ListItem({ id, children, className, showCheckmark, ...props }: ListItemProps): react_jsx_runtime.JSX.Element;
@@ -740,6 +741,7 @@ interface SelectProps extends SelectProps$1<HTMLSelectElement> {
740
741
  value?: string | number;
741
742
  defaultValue?: string | number;
742
743
  label?: string;
744
+ placeholder?: string;
743
745
  isLoading?: boolean;
744
746
  allowSearch?: boolean;
745
747
  searchValue?: string;
package/dist/index.js CHANGED
@@ -8,13 +8,9 @@ var jsxRuntime = require('react/jsx-runtime');
8
8
  var clsx = require('clsx');
9
9
  var tailwindMerge = require('tailwind-merge');
10
10
  var date = require('@internationalized/date');
11
- require('./Popover.css');
12
- require('./Dots.css');
13
11
  var reactHookForm = require('react-hook-form');
14
- require('./Spinner.css');
15
12
  var zustand = require('zustand');
16
13
  var web = require('@react-spring/web');
17
- require('./Modal.css');
18
14
 
19
15
  function _interopNamespace(e) {
20
16
  if (e && e.__esModule) return e;