@nation-a/ui 0.10.1 → 0.10.2
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5889,6 +5889,7 @@ const dialogRecipe = sva({
|
|
|
5889
5889
|
left: "0",
|
|
5890
5890
|
width: "100vw",
|
|
5891
5891
|
zIndex: "overlay",
|
|
5892
|
+
pointerEvents: "auto",
|
|
5892
5893
|
_open: {
|
|
5893
5894
|
animation: "backdrop-in"
|
|
5894
5895
|
},
|
|
@@ -9567,7 +9568,6 @@ const useBottomSheet = (props) => {
|
|
|
9567
9568
|
}));
|
|
9568
9569
|
const snapToMax = () => {
|
|
9569
9570
|
const { maxTransformValue } = metrics.current;
|
|
9570
|
-
console.log("maxTransformValue", maxTransformValue);
|
|
9571
9571
|
api.start({
|
|
9572
9572
|
transform: `translateY(${maxTransformValue}px)`,
|
|
9573
9573
|
config: SPRING_CONFIG.up
|