@inntechcorp/it-design 2.1.22 → 2.1.23

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.ts CHANGED
@@ -867,7 +867,7 @@ type CalendarDayProps = {
867
867
  type DatePickerProps = {
868
868
  id?: string;
869
869
  placeholder?: string;
870
- defaultValue?: "";
870
+ defaultValue?: string;
871
871
  className?: string;
872
872
  mask?: null | string;
873
873
  size?: ITDSize;
@@ -6,7 +6,7 @@ import { ITDPosition, ITDSize } from "./ITDProps";
6
6
  export type DatePickerProps = {
7
7
  id?: string;
8
8
  placeholder?: string;
9
- defaultValue?: "";
9
+ defaultValue?: string;
10
10
  className?: string;
11
11
  mask?: null | string;
12
12
  size?: ITDSize;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inntechcorp/it-design",
3
- "version": "2.1.22",
3
+ "version": "2.1.23",
4
4
  "description": "All in one Design library for web applications.",
5
5
  "author": "Inn.Tech",
6
6
  "license": "ISC",