@delightui/components 0.1.70 → 0.1.72

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.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from 'react';
2
- import React__default, { ImgHTMLAttributes, SyntheticEvent, HTMLAttributes, ReactNode, MouseEvent, InputHTMLAttributes, TextareaHTMLAttributes, Dispatch, SetStateAction, Ref, FormHTMLAttributes, LiHTMLAttributes, CSSProperties, TableHTMLAttributes, TdHTMLAttributes } from 'react';
2
+ import React__default, { ImgHTMLAttributes, SyntheticEvent, HTMLAttributes, ReactNode, MouseEvent, InputHTMLAttributes, TextareaHTMLAttributes, Dispatch, SetStateAction, Ref, FormHTMLAttributes, LiHTMLAttributes, CSSProperties, RefObject, TableHTMLAttributes, TdHTMLAttributes } from 'react';
3
3
  import { LinkProps } from 'react-router-dom';
4
4
  import { Plugin } from 'flatpickr/dist/types/options';
5
5
  import FlatPickr from 'react-flatpickr';
@@ -2095,6 +2095,7 @@ type ChipListItemTypeEnum = 'chip' | 'input';
2095
2095
  type ChipListItemProps = {
2096
2096
  type: ChipListItemTypeEnum;
2097
2097
  props: ChipProps | InputProps;
2098
+ inputRef?: RefObject<HTMLInputElement>;
2098
2099
  };
2099
2100
  type ChipInputProps = {
2100
2101
  inputValue?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delightui/components",
3
- "version": "0.1.70",
3
+ "version": "0.1.72",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "vite",