@nation-a/ui 0.10.3 → 0.10.4
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/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/styled-system/styles.css +6 -18
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9740,8 +9740,8 @@ const BottomSheetFrame = forwardRef(
|
|
|
9740
9740
|
overflow: "hidden",
|
|
9741
9741
|
borderRadius: "40px 40px 0 0",
|
|
9742
9742
|
height: "100%",
|
|
9743
|
-
zIndex:
|
|
9744
|
-
backgroundColor: "
|
|
9743
|
+
zIndex: "modal",
|
|
9744
|
+
backgroundColor: "surface.layer_1",
|
|
9745
9745
|
shadow: "0 -15px 15px 0px rgba(0, 0, 0, 0.05)",
|
|
9746
9746
|
willChange: "auto"
|
|
9747
9747
|
}),
|
|
@@ -9774,7 +9774,7 @@ const Backdrop = forwardRef(
|
|
|
9774
9774
|
animated.div,
|
|
9775
9775
|
{
|
|
9776
9776
|
className: css$1({
|
|
9777
|
-
zIndex:
|
|
9777
|
+
zIndex: "overlay",
|
|
9778
9778
|
position: "fixed",
|
|
9779
9779
|
top: 0,
|
|
9780
9780
|
width: "100%",
|