@trackunit/react-date-and-time-components 2.4.2-alpha-3b19e5fe058.0 → 2.4.4
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/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-date-and-time-components",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.4",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=24.x"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@trackunit/react-components": "2.5.
|
|
11
|
-
"@trackunit/date-and-time-utils": "1.14.1
|
|
12
|
-
"@trackunit/react-date-and-time-hooks": "2.4.
|
|
13
|
-
"@trackunit/css-class-variance-utilities": "1.14.1
|
|
14
|
-
"@trackunit/ui-icons": "1.14.1
|
|
15
|
-
"@trackunit/shared-utils": "1.16.1
|
|
16
|
-
"@trackunit/i18n-library-translation": "2.3.1
|
|
17
|
-
"@trackunit/react-form-components": "2.4.
|
|
10
|
+
"@trackunit/react-components": "2.5.4",
|
|
11
|
+
"@trackunit/date-and-time-utils": "1.14.1",
|
|
12
|
+
"@trackunit/react-date-and-time-hooks": "2.4.4",
|
|
13
|
+
"@trackunit/css-class-variance-utilities": "1.14.1",
|
|
14
|
+
"@trackunit/ui-icons": "1.14.1",
|
|
15
|
+
"@trackunit/shared-utils": "1.16.1",
|
|
16
|
+
"@trackunit/i18n-library-translation": "2.3.1",
|
|
17
|
+
"@trackunit/react-form-components": "2.4.4",
|
|
18
18
|
"string-ts": "^2.0.0",
|
|
19
19
|
"tailwind-merge": "^2.0.0",
|
|
20
20
|
"react-calendar": "^6.0.0"
|
|
@@ -44,7 +44,7 @@ export type DayRangeSelectProps = CommonProps & {
|
|
|
44
44
|
*/
|
|
45
45
|
timezone?: DayRangePickerProps["timezone"];
|
|
46
46
|
/**
|
|
47
|
-
* The maximum amount of days that can be selected
|
|
47
|
+
* The maximum amount of days that can be selected. If not provided, there is no limit.
|
|
48
48
|
*/
|
|
49
49
|
maxDaysInRange?: number;
|
|
50
50
|
/**
|