@stokelp/ui 2.33.0 → 2.35.0
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/dist/icons/index.d.ts +6 -0
- package/dist/icons.cjs +2 -0
- package/dist/icons.cjs.map +1 -0
- package/dist/icons.js +59 -0
- package/dist/icons.js.map +1 -0
- package/dist/style.css +1 -1
- package/dist/ui.cjs +1 -1
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +1 -1
- package/dist/ui.js.map +1 -1
- package/package.json +10 -1
package/dist/ui.js
CHANGED
|
@@ -15548,7 +15548,7 @@ const { withProvider: UL, withContext: w4 } = j(od), YL = UL(s("div"), "root"),
|
|
|
15548
15548
|
borderRadius: "radius-8",
|
|
15549
15549
|
boxShadow: "0px 4px 20px 0px rgba(45, 42, 49, 0.1), 0px 4px 20px 0px rgba(45, 42, 49, 0.1)",
|
|
15550
15550
|
inset: 0,
|
|
15551
|
-
zIndex: "
|
|
15551
|
+
zIndex: "popover",
|
|
15552
15552
|
_open: {
|
|
15553
15553
|
animation: "fadeIn 0.25s ease-out"
|
|
15554
15554
|
},
|