@6thbridge/hexa 0.0.0-pr76-133 → 0.0.0-pr76-134

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
@@ -817,7 +817,7 @@ interface TagsInputProps {
817
817
  disabled?: boolean;
818
818
  isLoading?: boolean;
819
819
  allowCreate?: boolean;
820
- renderTag?: (tag: TagOption, remove: () => void) => React$1.ReactNode;
820
+ renderTag?: (tag: TagOption) => React$1.ReactNode;
821
821
  renderOption?: (option: TagOption, selected: boolean) => React$1.ReactNode;
822
822
  validateTag?: (input: string) => boolean;
823
823
  onCreate?: (input: string) => TagOption;
package/dist/index.d.ts CHANGED
@@ -817,7 +817,7 @@ interface TagsInputProps {
817
817
  disabled?: boolean;
818
818
  isLoading?: boolean;
819
819
  allowCreate?: boolean;
820
- renderTag?: (tag: TagOption, remove: () => void) => React$1.ReactNode;
820
+ renderTag?: (tag: TagOption) => React$1.ReactNode;
821
821
  renderOption?: (option: TagOption, selected: boolean) => React$1.ReactNode;
822
822
  validateTag?: (input: string) => boolean;
823
823
  onCreate?: (input: string) => TagOption;