@sellgar/kit 0.0.44 → 0.0.46

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/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -10550,7 +10550,8 @@ const Du = $.createContext(null), Nu = () => {
10550
10550
  style: {
10551
10551
  outline: "none",
10552
10552
  ...i,
10553
- ...t.floating.floatingStyles
10553
+ ...t.floating.floatingStyles,
10554
+ zIndex: 999
10554
10555
  },
10555
10556
  children: r
10556
10557
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@sellgar/kit",
4
- "version": "0.0.44",
4
+ "version": "0.0.46",
5
5
  "description": "Sellgar storybook",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",