@kroo-web/design-system 1.9.2 → 1.10.1
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.
|
@@ -9,7 +9,6 @@ export type TTextFieldProps<T extends FieldValues> = {
|
|
|
9
9
|
};
|
|
10
10
|
id: string;
|
|
11
11
|
label: string;
|
|
12
|
-
leftContent?: ReactNode | string;
|
|
13
12
|
missing?: boolean;
|
|
14
13
|
name: Path<T>;
|
|
15
14
|
prefix?: ReactNode | string;
|
|
@@ -28,7 +27,6 @@ export type TNativeTextFieldProps = {
|
|
|
28
27
|
};
|
|
29
28
|
id: string;
|
|
30
29
|
label: string;
|
|
31
|
-
leftContent?: ReactNode | string;
|
|
32
30
|
missing?: boolean;
|
|
33
31
|
prefix?: ReactNode | string;
|
|
34
32
|
rightContent?: ReactNode | string;
|
package/dist/types.d.ts
CHANGED
|
@@ -500,7 +500,6 @@ type TTextFieldProps<T extends FieldValues> = {
|
|
|
500
500
|
};
|
|
501
501
|
id: string;
|
|
502
502
|
label: string;
|
|
503
|
-
leftContent?: ReactNode | string;
|
|
504
503
|
missing?: boolean;
|
|
505
504
|
name: Path<T>;
|
|
506
505
|
prefix?: ReactNode | string;
|
|
@@ -519,7 +518,6 @@ type TNativeTextFieldProps = {
|
|
|
519
518
|
};
|
|
520
519
|
id: string;
|
|
521
520
|
label: string;
|
|
522
|
-
leftContent?: ReactNode | string;
|
|
523
521
|
missing?: boolean;
|
|
524
522
|
prefix?: ReactNode | string;
|
|
525
523
|
rightContent?: ReactNode | string;
|
package/package.json
CHANGED