@uxf/ui 10.0.0-beta.6 → 10.0.0-beta.7
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.
|
@@ -3,7 +3,7 @@ import type { Combobox as HUICombobox, Listbox as HUIListbox } from "@headlessui
|
|
|
3
3
|
import { IconsSet } from "@uxf/ui/icon/theme";
|
|
4
4
|
import { Clearable, FormControlProps } from "@uxf/ui/types";
|
|
5
5
|
import React, { ReactElement, ReactNode, Ref } from "react";
|
|
6
|
-
import { InputGroupSizes, InputGroupVariants } from "
|
|
6
|
+
import { InputGroupSizes, InputGroupVariants } from "@uxf/ui/input/theme";
|
|
7
7
|
export type SelectBaseValueId = number | string;
|
|
8
8
|
export type SelectBaseValue<ValueId = SelectBaseValueId> = {
|
|
9
9
|
id: ValueId;
|
|
@@ -3,7 +3,7 @@ import { ReactNode } from "react";
|
|
|
3
3
|
import { ChipColor } from "../chip";
|
|
4
4
|
import { IconsSet } from "../icon/theme";
|
|
5
5
|
import { FormControlProps } from "../types";
|
|
6
|
-
import { InputGroupSizes, InputGroupVariants } from "
|
|
6
|
+
import { InputGroupSizes, InputGroupVariants } from "@uxf/ui/input/theme";
|
|
7
7
|
export type MultiComboboxValueId = number | string;
|
|
8
8
|
export type MultiComboboxValue<ValueId = MultiComboboxValueId> = {
|
|
9
9
|
id: ValueId;
|
package/multi-select/types.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { ReactNode } from "react";
|
|
|
3
3
|
import { ChipColor } from "../chip";
|
|
4
4
|
import { IconsSet } from "../icon/theme";
|
|
5
5
|
import { FormControlProps } from "../types";
|
|
6
|
-
import { InputGroupSizes, InputGroupVariants } from "
|
|
6
|
+
import { InputGroupSizes, InputGroupVariants } from "@uxf/ui/input/theme";
|
|
7
7
|
export type MultiSelectValueId = number | string;
|
|
8
8
|
export type MultiSelectOption<T = MultiSelectValueId> = {
|
|
9
9
|
color?: ChipColor;
|