@trackunit/react-form-components 1.12.13 → 1.12.15

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
@@ -662,7 +662,7 @@ const cvaTextAreaBaseInput = cssClassVarianceUtilities.cvaMerge([
662
662
  "appearance-none",
663
663
  "px-3",
664
664
  "py-2",
665
- "text-base",
665
+ "text-sm",
666
666
  "text-neutral-900",
667
667
  "placeholder-neutral-400",
668
668
  "w-full",
package/index.esm.js CHANGED
@@ -661,7 +661,7 @@ const cvaTextAreaBaseInput = cvaMerge([
661
661
  "appearance-none",
662
662
  "px-3",
663
663
  "py-2",
664
- "text-base",
664
+ "text-sm",
665
665
  "text-neutral-900",
666
666
  "placeholder-neutral-400",
667
667
  "w-full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-form-components",
3
- "version": "1.12.13",
3
+ "version": "1.12.15",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -14,12 +14,12 @@
14
14
  "zod": "^3.23.8",
15
15
  "react-hook-form": "7.62.0",
16
16
  "tailwind-merge": "^2.0.0",
17
- "@trackunit/css-class-variance-utilities": "1.11.11",
18
- "@trackunit/react-components": "1.15.13",
19
- "@trackunit/ui-icons": "1.11.11",
20
- "@trackunit/shared-utils": "1.13.11",
21
- "@trackunit/ui-design-tokens": "1.11.12",
22
- "@trackunit/i18n-library-translation": "1.11.11",
17
+ "@trackunit/css-class-variance-utilities": "1.11.13",
18
+ "@trackunit/react-components": "1.15.15",
19
+ "@trackunit/ui-icons": "1.11.12",
20
+ "@trackunit/shared-utils": "1.13.13",
21
+ "@trackunit/ui-design-tokens": "1.11.13",
22
+ "@trackunit/i18n-library-translation": "1.11.13",
23
23
  "string-ts": "^2.0.0",
24
24
  "@js-temporal/polyfill": "^0.5.1",
25
25
  "es-toolkit": "^1.39.10",