@umami/react-zen 0.38.0 → 0.39.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/index.css +6 -6
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/styles.css +6 -6
package/dist/index.css
CHANGED
|
@@ -3264,18 +3264,18 @@ body a.Button_button__N2NhN {
|
|
|
3264
3264
|
}
|
|
3265
3265
|
|
|
3266
3266
|
/* virtual-css:css:3bfbb09f24953e4c776b7494b4f2e619 */
|
|
3267
|
-
.
|
|
3268
|
-
.
|
|
3269
|
-
width:
|
|
3270
|
-
height:
|
|
3267
|
+
.MobileMenuButton_modal__YjAxN,
|
|
3268
|
+
.MobileMenuButton_dialog__Mzc5Y {
|
|
3269
|
+
width: 100dvw !important;
|
|
3270
|
+
height: 100dvh !important;
|
|
3271
3271
|
overflow: hidden;
|
|
3272
3272
|
}
|
|
3273
|
-
.
|
|
3273
|
+
.MobileMenuButton_dialog__Mzc5Y {
|
|
3274
3274
|
border: 0;
|
|
3275
3275
|
border-radius: 0;
|
|
3276
3276
|
box-shadow: none;
|
|
3277
3277
|
}
|
|
3278
|
-
.
|
|
3278
|
+
.MobileMenuButton_content__MjQ3N {
|
|
3279
3279
|
overflow: auto;
|
|
3280
3280
|
}
|
|
3281
3281
|
|
package/dist/index.js
CHANGED
|
@@ -31191,7 +31191,7 @@ function Modal({ children, className, ...props }) {
|
|
|
31191
31191
|
}
|
|
31192
31192
|
|
|
31193
31193
|
// css-modules:/Users/mikecao/Development/umami-software/react-zen/src/components/MobileMenuButton.module.css
|
|
31194
|
-
var MobileMenuButton_default = { "modal": "
|
|
31194
|
+
var MobileMenuButton_default = { "modal": "MobileMenuButton_modal__YjAxN", "dialog": "MobileMenuButton_dialog__Mzc5Y", "content": "MobileMenuButton_content__MjQ3N" };
|
|
31195
31195
|
|
|
31196
31196
|
// src/components/MobileMenuButton.tsx
|
|
31197
31197
|
var import_jsx_runtime48 = require("react/jsx-runtime");
|
package/dist/index.mjs
CHANGED
|
@@ -31091,7 +31091,7 @@ function Modal({ children, className, ...props }) {
|
|
|
31091
31091
|
}
|
|
31092
31092
|
|
|
31093
31093
|
// css-modules:/Users/mikecao/Development/umami-software/react-zen/src/components/MobileMenuButton.module.css
|
|
31094
|
-
var MobileMenuButton_default = { "modal": "
|
|
31094
|
+
var MobileMenuButton_default = { "modal": "MobileMenuButton_modal__YjAxN", "dialog": "MobileMenuButton_dialog__Mzc5Y", "content": "MobileMenuButton_content__MjQ3N" };
|
|
31095
31095
|
|
|
31096
31096
|
// src/components/MobileMenuButton.tsx
|
|
31097
31097
|
import { jsx as jsx48, jsxs as jsxs26 } from "react/jsx-runtime";
|
package/package.json
CHANGED
package/styles.css
CHANGED
|
@@ -3532,18 +3532,18 @@ body a.Button_button__N2NhN {
|
|
|
3532
3532
|
}
|
|
3533
3533
|
|
|
3534
3534
|
/* virtual-css:css:3bfbb09f24953e4c776b7494b4f2e619 */
|
|
3535
|
-
.
|
|
3536
|
-
.
|
|
3537
|
-
width:
|
|
3538
|
-
height:
|
|
3535
|
+
.MobileMenuButton_modal__YjAxN,
|
|
3536
|
+
.MobileMenuButton_dialog__Mzc5Y {
|
|
3537
|
+
width: 100dvw !important;
|
|
3538
|
+
height: 100dvh !important;
|
|
3539
3539
|
overflow: hidden;
|
|
3540
3540
|
}
|
|
3541
|
-
.
|
|
3541
|
+
.MobileMenuButton_dialog__Mzc5Y {
|
|
3542
3542
|
border: 0;
|
|
3543
3543
|
border-radius: 0;
|
|
3544
3544
|
box-shadow: none;
|
|
3545
3545
|
}
|
|
3546
|
-
.
|
|
3546
|
+
.MobileMenuButton_content__MjQ3N {
|
|
3547
3547
|
overflow: auto;
|
|
3548
3548
|
}
|
|
3549
3549
|
|