@trackunit/react-form-components 0.1.39 → 0.1.40

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
@@ -2137,7 +2137,7 @@ const useCustomStyles = ({ refContainer, refPrefix, maxSelectedDisplayCount, sty
2137
2137
  width: refContainer.current ? `${refContainer.current.clientWidth}px` : base.width,
2138
2138
  backgroundColor: "#ffffff",
2139
2139
  borderRadius: "var(--border-radius-lg)",
2140
- zIndex: 20,
2140
+ zIndex: "var(--z-overlay)",
2141
2141
  borderColor: "rgb(var(--color-slate-300))",
2142
2142
  boxShadow: "var(--tw-ring-inset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)",
2143
2143
  }),
package/index.esm.js CHANGED
@@ -2118,7 +2118,7 @@ const useCustomStyles = ({ refContainer, refPrefix, maxSelectedDisplayCount, sty
2118
2118
  width: refContainer.current ? `${refContainer.current.clientWidth}px` : base.width,
2119
2119
  backgroundColor: "#ffffff",
2120
2120
  borderRadius: "var(--border-radius-lg)",
2121
- zIndex: 20,
2121
+ zIndex: "var(--z-overlay)",
2122
2122
  borderColor: "rgb(var(--color-slate-300))",
2123
2123
  boxShadow: "var(--tw-ring-inset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)",
2124
2124
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-form-components",
3
- "version": "0.1.39",
3
+ "version": "0.1.40",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {