@trackunit/react-form-components 0.0.91 → 0.0.93

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.
Files changed (3) hide show
  1. package/index.cjs +0 -1
  2. package/index.js +0 -1
  3. package/package.json +4 -4
package/index.cjs CHANGED
@@ -14355,7 +14355,6 @@ const cvaTimeRange = cssClassVarianceUtilities.cvaMerge([
14355
14355
  "flex-1",
14356
14356
  "items-center",
14357
14357
  "gap-4",
14358
- "border-2",
14359
14358
  "border-transparent",
14360
14359
  "rounded-md",
14361
14360
  ]);
package/index.js CHANGED
@@ -14329,7 +14329,6 @@ const cvaTimeRange = cvaMerge([
14329
14329
  "flex-1",
14330
14330
  "items-center",
14331
14331
  "gap-4",
14332
- "border-2",
14333
14332
  "border-transparent",
14334
14333
  "rounded-md",
14335
14334
  ]);
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@trackunit/react-form-components",
3
- "version": "0.0.91",
3
+ "version": "0.0.93",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
7
7
  "node": ">=16.x"
8
8
  },
9
9
  "dependencies": {
10
- "@trackunit/css-class-variance-utilities": "0.0.8",
11
- "@trackunit/i18n-library-translation": "0.0.63",
12
- "@trackunit/react-components": "0.1.130",
10
+ "@trackunit/css-class-variance-utilities": "0.0.9",
11
+ "@trackunit/i18n-library-translation": "0.0.64",
12
+ "@trackunit/react-components": "0.1.131",
13
13
  "@trackunit/tailwind-styled-components": "0.0.58",
14
14
  "date-fns": "2.29.3",
15
15
  "libphonenumber-js": "1.10.36",