@hive-ui/date-picker 0.2.0 → 0.2.2
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/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -3,6 +3,6 @@ import * as _$react from "react";
|
|
|
3
3
|
|
|
4
4
|
//#region src/DatePicker.d.ts
|
|
5
5
|
type DatePickerProps = Omit<InputProps, "type" | "insertBefore" | "insertAfter">;
|
|
6
|
-
declare const DatePicker: _$react.ForwardRefExoticComponent<
|
|
6
|
+
declare const DatePicker: _$react.ForwardRefExoticComponent<DatePickerProps & _$react.RefAttributes<HTMLElement>>;
|
|
7
7
|
//#endregion
|
|
8
8
|
export { DatePicker, type DatePickerProps };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hive-ui/date-picker",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Hive UI Date Picker Component",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"prepublishOnly": "vp run build"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@hive-ui/input": "^0.2.
|
|
24
|
+
"@hive-ui/input": "^0.2.2"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/node": "^25.6.2",
|