@ozen-ui/kit 0.62.0 → 0.62.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.
@@ -38,9 +38,9 @@ export type DatePickerPropOnError = (props: {
38
38
  export type DatePickerRef = ComponentRef<'div'>;
39
39
  /**
40
40
  * @deprecated
41
- * Use the `DatePickerPropOnInputChange` type to replace it.
41
+ * Use the `DatePickerPropOnChange` type to replace it.
42
42
  * */
43
- export type DatePickerOnChange<MODE extends DatePickerModeVariant> = DatePickerPropOnInputChange<MODE>;
43
+ export type DatePickerOnChange<MODE extends DatePickerModeVariant> = DatePickerPropOnChange<MODE>;
44
44
  /**
45
45
  * @deprecated
46
46
  * Use the `DatePickerPropOnInputChange` type to replace it.
@@ -38,9 +38,9 @@ export type DatePickerPropOnError = (props: {
38
38
  export type DatePickerRef = ComponentRef<'div'>;
39
39
  /**
40
40
  * @deprecated
41
- * Use the `DatePickerPropOnInputChange` type to replace it.
41
+ * Use the `DatePickerPropOnChange` type to replace it.
42
42
  * */
43
- export type DatePickerOnChange<MODE extends DatePickerModeVariant> = DatePickerPropOnInputChange<MODE>;
43
+ export type DatePickerOnChange<MODE extends DatePickerModeVariant> = DatePickerPropOnChange<MODE>;
44
44
  /**
45
45
  * @deprecated
46
46
  * Use the `DatePickerPropOnInputChange` type to replace it.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ozen-ui/kit",
3
- "version": "0.62.0",
3
+ "version": "0.62.1",
4
4
  "description": "React component library",
5
5
  "files": [
6
6
  "*"
@@ -27,9 +27,9 @@
27
27
  "react-popper": "^2.3.0",
28
28
  "react-transition-group": "^4.4.5",
29
29
  "tslib": "^2.6.3",
30
- "@ozen-ui/fonts": "0.62.0",
31
- "@ozen-ui/logger": "0.62.0",
32
- "@ozen-ui/icons": "0.62.0"
30
+ "@ozen-ui/fonts": "0.62.1",
31
+ "@ozen-ui/icons": "0.62.1",
32
+ "@ozen-ui/logger": "0.62.1"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": ">=17.0.2 <19.0.0",