@trackunit/react-form-components 1.7.60 → 1.8.6

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-form-components",
3
- "version": "1.7.60",
3
+ "version": "1.8.6",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -16,14 +16,14 @@
16
16
  "zod": "^3.23.8",
17
17
  "react-hook-form": "7.62.0",
18
18
  "tailwind-merge": "^2.0.0",
19
- "@trackunit/css-class-variance-utilities": "1.6.65",
20
- "@trackunit/react-components": "1.8.44",
21
- "@trackunit/ui-icons": "1.6.64",
22
- "@trackunit/shared-utils": "1.8.66",
23
- "@trackunit/ui-design-tokens": "1.6.67",
24
- "@trackunit/i18n-library-translation": "1.6.70",
19
+ "@trackunit/css-class-variance-utilities": "1.7.4",
20
+ "@trackunit/react-components": "1.9.6",
21
+ "@trackunit/ui-icons": "1.7.5",
22
+ "@trackunit/shared-utils": "1.9.4",
23
+ "@trackunit/ui-design-tokens": "1.7.4",
24
+ "@trackunit/i18n-library-translation": "1.7.5",
25
25
  "string-ts": "^2.0.0",
26
- "@trackunit/react-test-setup": "1.3.65",
26
+ "@trackunit/react-test-setup": "1.4.4",
27
27
  "@js-temporal/polyfill": "^0.5.1"
28
28
  },
29
29
  "module": "./index.esm.js",
@@ -33,7 +33,7 @@ export interface WeekSchedule {
33
33
  * @param {string} scheduleString String of week schedule
34
34
  * @returns {WeekSchedule} Week schedule range
35
35
  */
36
- export declare const parseSchedule: (scheduleString?: string) => WeekSchedule;
36
+ export declare const parseSchedule: (scheduleString?: string | null) => WeekSchedule;
37
37
  /**
38
38
  * Serialize week schedule to string schedule
39
39
  *