@inntechcorp/it-design 2.0.131 → 2.0.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.cjs.js +3 -3
- package/dist/index.d.ts +2 -2
- package/dist/index.esm.js +3 -3
- package/dist/{output-DOIezTPH.css → output-DfOH-aLb.css} +55 -55
- package/dist/select/menu/Menu.d.ts +2 -2
- package/dist/types/SelectProps.d.ts +2 -2
- package/dist/utils/GetSizeBySizeSlug.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -815,8 +815,8 @@ type TextAreaVariant = "default" | "filled" | "dashed";
|
|
|
815
815
|
|
|
816
816
|
type SelectProps = {
|
|
817
817
|
id?: string;
|
|
818
|
-
defaultValue?: SelectValue;
|
|
819
|
-
value?: SelectValue;
|
|
818
|
+
defaultValue?: SelectValue | SelectValue[];
|
|
819
|
+
value?: SelectValue | SelectValue[];
|
|
820
820
|
label?: string;
|
|
821
821
|
position?: SelectPosition;
|
|
822
822
|
direction?: SelectDirection;
|