@trackunit/react-form-components 1.3.153 → 1.3.155

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
@@ -2267,7 +2267,7 @@ const useCustomStyles = ({ refContainer, maxSelectedDisplayCount, styles, disabl
2267
2267
  ...base,
2268
2268
  minHeight: fieldSize === "small" ? "28px" : fieldSize === "large" ? "40px" : "32px",
2269
2269
  borderRadius: "var(--border-radius-lg)",
2270
- backgroundColor: "",
2270
+ backgroundColor: "inherit",
2271
2271
  };
2272
2272
  },
2273
2273
  singleValue: base => ({
package/index.esm.js CHANGED
@@ -2266,7 +2266,7 @@ const useCustomStyles = ({ refContainer, maxSelectedDisplayCount, styles, disabl
2266
2266
  ...base,
2267
2267
  minHeight: fieldSize === "small" ? "28px" : fieldSize === "large" ? "40px" : "32px",
2268
2268
  borderRadius: "var(--border-radius-lg)",
2269
- backgroundColor: "",
2269
+ backgroundColor: "inherit",
2270
2270
  };
2271
2271
  },
2272
2272
  singleValue: base => ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-form-components",
3
- "version": "1.3.153",
3
+ "version": "1.3.155",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -17,14 +17,14 @@
17
17
  "zod": "3.22.4",
18
18
  "react-hook-form": "7.53.1",
19
19
  "tailwind-merge": "^2.0.0",
20
- "@trackunit/css-class-variance-utilities": "1.3.112",
21
- "@trackunit/react-components": "1.4.135",
22
- "@trackunit/ui-icons": "1.3.113",
23
- "@trackunit/shared-utils": "1.5.112",
24
- "@trackunit/ui-design-tokens": "1.3.111",
25
- "@trackunit/i18n-library-translation": "1.3.126",
20
+ "@trackunit/css-class-variance-utilities": "1.3.114",
21
+ "@trackunit/react-components": "1.4.137",
22
+ "@trackunit/ui-icons": "1.3.115",
23
+ "@trackunit/shared-utils": "1.5.114",
24
+ "@trackunit/ui-design-tokens": "1.3.113",
25
+ "@trackunit/i18n-library-translation": "1.3.128",
26
26
  "string-ts": "^2.0.0",
27
- "@trackunit/react-test-setup": "1.0.2"
27
+ "@trackunit/react-test-setup": "1.0.4"
28
28
  },
29
29
  "module": "./index.esm.js",
30
30
  "main": "./index.cjs.js",