@trackunit/react-form-components 0.0.167 → 0.0.168

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
@@ -14782,14 +14782,7 @@ const RadioItem = ({ label, value, dataTestId, className, description, }) => {
14782
14782
  }), onChange: groupCtx === null || groupCtx === void 0 ? void 0 : groupCtx.onChange, "data-testid": dataTestId }), jsxRuntime.jsxs("div", { className: cvaRadioItemLabelContainer(), children: [jsxRuntime.jsx(Label, { htmlFor: `${groupCtx === null || groupCtx === void 0 ? void 0 : groupCtx.id}-${value}`, dataTestId: dataTestId && `${dataTestId}-Label`, disabled: groupCtx === null || groupCtx === void 0 ? void 0 : groupCtx.disabled, isInvalid: groupCtx === null || groupCtx === void 0 ? void 0 : groupCtx.isInvalid, children: label }), description && (jsxRuntime.jsx("label", { className: cvaRadioItemDescription({ disabled: groupCtx === null || groupCtx === void 0 ? void 0 : groupCtx.disabled }), htmlFor: `${groupCtx === null || groupCtx === void 0 ? void 0 : groupCtx.id}-${value}`, "data-testid": dataTestId && `${dataTestId}-Description`, children: description }))] })] }));
14783
14783
  };
14784
14784
 
14785
- const cvaTimeRange = cssClassVarianceUtilities.cvaMerge([
14786
- "flex",
14787
- "flex-1",
14788
- "items-center",
14789
- "gap-4",
14790
- "border-transparent",
14791
- "rounded-md",
14792
- ]);
14785
+ const cvaTimeRange = cssClassVarianceUtilities.cvaMerge(["flex", "flex-1", "items-center", "gap-4", "border-transparent", "rounded-md"]);
14793
14786
 
14794
14787
  /**
14795
14788
  * TimeRange is used to create a time range entry.
package/index.esm.js CHANGED
@@ -14756,14 +14756,7 @@ const RadioItem = ({ label, value, dataTestId, className, description, }) => {
14756
14756
  }), onChange: groupCtx === null || groupCtx === void 0 ? void 0 : groupCtx.onChange, "data-testid": dataTestId }), jsxs("div", { className: cvaRadioItemLabelContainer(), children: [jsx$1(Label, { htmlFor: `${groupCtx === null || groupCtx === void 0 ? void 0 : groupCtx.id}-${value}`, dataTestId: dataTestId && `${dataTestId}-Label`, disabled: groupCtx === null || groupCtx === void 0 ? void 0 : groupCtx.disabled, isInvalid: groupCtx === null || groupCtx === void 0 ? void 0 : groupCtx.isInvalid, children: label }), description && (jsx$1("label", { className: cvaRadioItemDescription({ disabled: groupCtx === null || groupCtx === void 0 ? void 0 : groupCtx.disabled }), htmlFor: `${groupCtx === null || groupCtx === void 0 ? void 0 : groupCtx.id}-${value}`, "data-testid": dataTestId && `${dataTestId}-Description`, children: description }))] })] }));
14757
14757
  };
14758
14758
 
14759
- const cvaTimeRange = cvaMerge([
14760
- "flex",
14761
- "flex-1",
14762
- "items-center",
14763
- "gap-4",
14764
- "border-transparent",
14765
- "rounded-md",
14766
- ]);
14759
+ const cvaTimeRange = cvaMerge(["flex", "flex-1", "items-center", "gap-4", "border-transparent", "rounded-md"]);
14767
14760
 
14768
14761
  /**
14769
14762
  * TimeRange is used to create a time range entry.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-form-components",
3
- "version": "0.0.167",
3
+ "version": "0.0.168",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -8,10 +8,10 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "@trackunit/css-class-variance-utilities": "0.0.14",
11
- "@trackunit/i18n-library-translation": "0.0.85",
12
- "@trackunit/react-components": "0.1.171",
13
- "@trackunit/shared-utils": "0.0.10",
14
- "@trackunit/ui-icons": "0.0.77",
11
+ "@trackunit/i18n-library-translation": "0.0.86",
12
+ "@trackunit/react-components": "0.1.172",
13
+ "@trackunit/shared-utils": "0.0.11",
14
+ "@trackunit/ui-icons": "0.0.78",
15
15
  "date-fns": "2.29.3",
16
16
  "libphonenumber-js": "1.10.36",
17
17
  "react": "18.2.0",