tcce-design-system 0.1.10 → 0.1.12
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.
|
@@ -775,7 +775,7 @@ export declare interface RadioSpecificProps {
|
|
|
775
775
|
|
|
776
776
|
export declare const SearchInput: default_2.FC<SearchInputProps>;
|
|
777
777
|
|
|
778
|
-
export declare interface SearchInputProps extends
|
|
778
|
+
export declare interface SearchInputProps extends BaseInputProps {
|
|
779
779
|
size?: FormFieldSize;
|
|
780
780
|
placeholder?: string;
|
|
781
781
|
onSearch?: (value: string) => void;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "0.1.
|
|
6
|
+
"version": "0.1.12",
|
|
7
7
|
"description": "This package provides reusable UI components to ensure consistency across all CRM frontend applications",
|
|
8
8
|
"author": "BizAppsTotal <bizapps@tcce.biz>",
|
|
9
9
|
"type": "module",
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
58
58
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
59
59
|
"eslint-plugin-storybook": "^9.1.9",
|
|
60
|
+
"formik": "^2.4.6",
|
|
60
61
|
"globals": "^16.3.0",
|
|
61
62
|
"prettier": "^3.6.2",
|
|
62
63
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
@@ -68,7 +69,6 @@
|
|
|
68
69
|
"typescript": "~5.8.3",
|
|
69
70
|
"typescript-eslint": "^8.39.1",
|
|
70
71
|
"vite": "^7.1.2",
|
|
71
|
-
"vite-plugin-dts": "^4.5.4"
|
|
72
|
-
"formik": "^2.4.6"
|
|
72
|
+
"vite-plugin-dts": "^4.5.4"
|
|
73
73
|
}
|
|
74
74
|
}
|