@trackunit/react-form-components 0.0.123 → 0.0.126

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
@@ -14808,7 +14808,6 @@ const cvaTextArea = cssClassVarianceUtilities.cvaMerge([
14808
14808
  "appearance-none",
14809
14809
  "px-3",
14810
14810
  "py-2",
14811
- "bg-transparent",
14812
14811
  "text-base",
14813
14812
  "text-slate-900",
14814
14813
  "placeholder-slate-400",
package/index.esm.js CHANGED
@@ -14782,7 +14782,6 @@ const cvaTextArea = cvaMerge([
14782
14782
  "appearance-none",
14783
14783
  "px-3",
14784
14784
  "py-2",
14785
- "bg-transparent",
14786
14785
  "text-base",
14787
14786
  "text-slate-900",
14788
14787
  "placeholder-slate-400",
package/package.json CHANGED
@@ -1,15 +1,16 @@
1
1
  {
2
2
  "name": "@trackunit/react-form-components",
3
- "version": "0.0.123",
3
+ "version": "0.0.126",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
7
7
  "node": ">=18.x"
8
8
  },
9
9
  "dependencies": {
10
- "@trackunit/css-class-variance-utilities": "0.0.11",
11
- "@trackunit/i18n-library-translation": "0.0.70",
12
- "@trackunit/react-components": "0.1.149",
10
+ "@trackunit/css-class-variance-utilities": "0.0.12",
11
+ "@trackunit/i18n-library-translation": "0.0.71",
12
+ "@trackunit/react-components": "0.1.150",
13
+ "@trackunit/shared-utils": "0.0.3",
13
14
  "date-fns": "2.29.3",
14
15
  "libphonenumber-js": "1.10.36",
15
16
  "react": "18.2.0",