@trackunit/react-components 0.5.21 → 0.5.23

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
@@ -4692,7 +4692,7 @@ const cvaTimelineDot = cssClassVarianceUtilities.cvaMerge(["flex", "space-x-4",
4692
4692
  * - with an indicator (dot)
4693
4693
  * - a header (next to the dot)
4694
4694
  * - and a body.
4695
-
4695
+ *
4696
4696
  * @param {TimelineProps} props - The props for the Timeline component
4697
4697
  * @returns {JSX.Element} Timeline component
4698
4698
  */
@@ -4717,7 +4717,7 @@ const formattedDate = (date, showTime) => {
4717
4717
  dateFormat: "medium",
4718
4718
  timeFormat: "short",
4719
4719
  selectFormat: !showTime ? "dateOnly" : undefined,
4720
- }, undefined, undefined, "h23");
4720
+ });
4721
4721
  };
4722
4722
 
4723
4723
  const cvaToggleGroup = cssClassVarianceUtilities.cvaMerge(["inline-flex", "divide-x", "divide-slate-300"]);
package/index.esm.js CHANGED
@@ -4672,7 +4672,7 @@ const cvaTimelineDot = cvaMerge(["flex", "space-x-4", "items-start", "ml-[calc(-
4672
4672
  * - with an indicator (dot)
4673
4673
  * - a header (next to the dot)
4674
4674
  * - and a body.
4675
-
4675
+ *
4676
4676
  * @param {TimelineProps} props - The props for the Timeline component
4677
4677
  * @returns {JSX.Element} Timeline component
4678
4678
  */
@@ -4697,7 +4697,7 @@ const formattedDate = (date, showTime) => {
4697
4697
  dateFormat: "medium",
4698
4698
  timeFormat: "short",
4699
4699
  selectFormat: !showTime ? "dateOnly" : undefined,
4700
- }, undefined, undefined, "h23");
4700
+ });
4701
4701
  };
4702
4702
 
4703
4703
  const cvaToggleGroup = cvaMerge(["inline-flex", "divide-x", "divide-slate-300"]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-components",
3
- "version": "0.5.21",
3
+ "version": "0.5.23",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -7,7 +7,7 @@ export interface TimelineProps extends CommonProps {
7
7
  * - with an indicator (dot)
8
8
  * - a header (next to the dot)
9
9
  * - and a body.
10
-
10
+ *
11
11
  * @param {TimelineProps} props - The props for the Timeline component
12
12
  * @returns {JSX.Element} Timeline component
13
13
  */