mayak-common-library 0.0.422 → 0.0.424
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +6 -6
- package/dist/index.mjs +6 -6
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1353,7 +1353,6 @@ declare const Checkbox: FC<CustomCheckboxProps>;
|
|
|
1353
1353
|
interface SelectProProps$1 {
|
|
1354
1354
|
placeholder?: string;
|
|
1355
1355
|
childTitle?: string;
|
|
1356
|
-
colorBorder?: boolean;
|
|
1357
1356
|
clickComponent?: ReactElement;
|
|
1358
1357
|
btnStartIcon?: ReactElement;
|
|
1359
1358
|
actionsComponent?: ReactElement;
|
|
@@ -1372,6 +1371,7 @@ interface SelectProProps$1 {
|
|
|
1372
1371
|
controlled?: boolean;
|
|
1373
1372
|
transparentView?: boolean;
|
|
1374
1373
|
clickComponentView?: boolean;
|
|
1374
|
+
withoutDropdownIcon?: boolean;
|
|
1375
1375
|
}
|
|
1376
1376
|
declare const Select: FC<PropsWithChildren & SelectProProps$1>;
|
|
1377
1377
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1353,7 +1353,6 @@ declare const Checkbox: FC<CustomCheckboxProps>;
|
|
|
1353
1353
|
interface SelectProProps$1 {
|
|
1354
1354
|
placeholder?: string;
|
|
1355
1355
|
childTitle?: string;
|
|
1356
|
-
colorBorder?: boolean;
|
|
1357
1356
|
clickComponent?: ReactElement;
|
|
1358
1357
|
btnStartIcon?: ReactElement;
|
|
1359
1358
|
actionsComponent?: ReactElement;
|
|
@@ -1372,6 +1371,7 @@ interface SelectProProps$1 {
|
|
|
1372
1371
|
controlled?: boolean;
|
|
1373
1372
|
transparentView?: boolean;
|
|
1374
1373
|
clickComponentView?: boolean;
|
|
1374
|
+
withoutDropdownIcon?: boolean;
|
|
1375
1375
|
}
|
|
1376
1376
|
declare const Select: FC<PropsWithChildren & SelectProProps$1>;
|
|
1377
1377
|
|