@trackunit/react-date-and-time-components 1.16.7 → 1.16.9

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/index.cjs.js CHANGED
@@ -134,7 +134,7 @@ const DateTime = ({ value, format, className, fromNow = false, withTitle = false
134
134
  */
135
135
  const DateTimeHumanized = ({ value }) => {
136
136
  const tooltipFormat = sharedUtils.DateTimeFormat.DATE_LONG_TIME;
137
- return (jsxRuntime.jsx(reactComponents.Tooltip, { label: jsxRuntime.jsx(DateTime, { format: tooltipFormat, value: value }), children: jsxRuntime.jsx(DateTime, { className: "underline decoration-neutral-300 decoration-dotted", fromNow: true, value: value }) }));
137
+ return (jsxRuntime.jsx(reactComponents.Tooltip, { asChild: false, label: jsxRuntime.jsx(DateTime, { format: tooltipFormat, value: value }), children: jsxRuntime.jsx(DateTime, { className: "underline decoration-neutral-300 decoration-dotted", fromNow: true, value: value }) }));
138
138
  };
139
139
 
140
140
  const temporalArithmeticTypeMapping = {
package/index.esm.js CHANGED
@@ -132,7 +132,7 @@ const DateTime = ({ value, format, className, fromNow = false, withTitle = false
132
132
  */
133
133
  const DateTimeHumanized = ({ value }) => {
134
134
  const tooltipFormat = DateTimeFormat.DATE_LONG_TIME;
135
- return (jsx(Tooltip, { label: jsx(DateTime, { format: tooltipFormat, value: value }), children: jsx(DateTime, { className: "underline decoration-neutral-300 decoration-dotted", fromNow: true, value: value }) }));
135
+ return (jsx(Tooltip, { asChild: false, label: jsx(DateTime, { format: tooltipFormat, value: value }), children: jsx(DateTime, { className: "underline decoration-neutral-300 decoration-dotted", fromNow: true, value: value }) }));
136
136
  };
137
137
 
138
138
  const temporalArithmeticTypeMapping = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-date-and-time-components",
3
- "version": "1.16.7",
3
+ "version": "1.16.9",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -8,14 +8,14 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "react": "19.0.0",
11
- "@trackunit/react-components": "1.17.5",
12
- "@trackunit/date-and-time-utils": "1.11.35",
13
- "@trackunit/react-date-and-time-hooks": "1.13.7",
14
- "@trackunit/css-class-variance-utilities": "1.11.34",
15
- "@trackunit/ui-icons": "1.11.33",
16
- "@trackunit/shared-utils": "1.13.34",
17
- "@trackunit/i18n-library-translation": "1.12.18",
18
- "@trackunit/react-form-components": "1.14.7",
11
+ "@trackunit/react-components": "1.17.7",
12
+ "@trackunit/date-and-time-utils": "1.11.37",
13
+ "@trackunit/react-date-and-time-hooks": "1.13.9",
14
+ "@trackunit/css-class-variance-utilities": "1.11.36",
15
+ "@trackunit/ui-icons": "1.11.35",
16
+ "@trackunit/shared-utils": "1.13.36",
17
+ "@trackunit/i18n-library-translation": "1.12.20",
18
+ "@trackunit/react-form-components": "1.14.9",
19
19
  "string-ts": "^2.0.0",
20
20
  "tailwind-merge": "^2.0.0",
21
21
  "react-calendar": "^6.0.0"