@equisoft/design-elements-react 9.4.1-snapshot.20250401123317 → 9.4.1-snapshot.20250404154024

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 (2) hide show
  1. package/dist/bundle.js +1 -0
  2. package/package.json +1 -1
package/dist/bundle.js CHANGED
@@ -3041,6 +3041,7 @@
3041
3041
  max-width: ${l.menuDimensions.maxWidth};
3042
3042
  min-width: ${l.menuDimensions.minWidth};
3043
3043
  position: absolute;
3044
+ z-index: 1;
3044
3045
  ${({$placement:e})=>"left"===e?"right: 0;":"left: 0;"}
3045
3046
  `,v=(0,o.default)(d.Icon)`
3046
3047
  margin-left: var(--spacing-1x);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equisoft/design-elements-react",
3
- "version": "9.4.1-snapshot.20250401123317",
3
+ "version": "9.4.1-snapshot.20250404154024",
4
4
  "description": "React implementation of the Equisoft design system.",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/bundle.js",