@umami/react-zen 0.199.0 → 0.200.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 +5 -3
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/styles.css +5 -3
package/dist/index.css
CHANGED
|
@@ -3538,7 +3538,7 @@ body a.Button_button__NGQyO {
|
|
|
3538
3538
|
}
|
|
3539
3539
|
|
|
3540
3540
|
/* virtual-css:css:190b71b0b870ea6c0882d0c839c39b19 */
|
|
3541
|
-
.
|
|
3541
|
+
.Dialog_dialog__NjJlM {
|
|
3542
3542
|
padding: var(--spacing-6);
|
|
3543
3543
|
box-shadow: var(--box-shadow-4);
|
|
3544
3544
|
background: var(--background-color);
|
|
@@ -3548,15 +3548,17 @@ body a.Button_button__NGQyO {
|
|
|
3548
3548
|
outline: none;
|
|
3549
3549
|
overflow: auto;
|
|
3550
3550
|
}
|
|
3551
|
-
.
|
|
3551
|
+
.Dialog_title__YjdmY {
|
|
3552
3552
|
font-size: var(--font-size-5);
|
|
3553
3553
|
font-weight: 700;
|
|
3554
3554
|
margin-bottom: var(--spacing-3);
|
|
3555
3555
|
}
|
|
3556
|
-
.
|
|
3556
|
+
.Dialog_dialog__NjJlM.Dialog_sheet__ZjQ1M {
|
|
3557
3557
|
background: var(--background-color);
|
|
3558
3558
|
width: 100%;
|
|
3559
3559
|
height: 100%;
|
|
3560
|
+
padding: 0;
|
|
3561
|
+
border: 0;
|
|
3560
3562
|
border-radius: 0;
|
|
3561
3563
|
box-shadow: none;
|
|
3562
3564
|
z-index: 9999;
|
package/dist/index.js
CHANGED
|
@@ -33124,7 +33124,7 @@ function Column({ reverse, children, ...props }) {
|
|
|
33124
33124
|
}
|
|
33125
33125
|
|
|
33126
33126
|
// css-modules:E:\dev\umami-react-zen\src\components\Dialog.module.css
|
|
33127
|
-
var Dialog_default = { "dialog": "
|
|
33127
|
+
var Dialog_default = { "dialog": "Dialog_dialog__NjJlM", "title": "Dialog_title__YjdmY", "sheet": "Dialog_sheet__ZjQ1M" };
|
|
33128
33128
|
|
|
33129
33129
|
// src/components/Dialog.tsx
|
|
33130
33130
|
var import_jsx_runtime28 = require("react/jsx-runtime");
|
package/dist/index.mjs
CHANGED
|
@@ -33002,7 +33002,7 @@ function Column({ reverse, children, ...props }) {
|
|
|
33002
33002
|
}
|
|
33003
33003
|
|
|
33004
33004
|
// css-modules:E:\dev\umami-react-zen\src\components\Dialog.module.css
|
|
33005
|
-
var Dialog_default = { "dialog": "
|
|
33005
|
+
var Dialog_default = { "dialog": "Dialog_dialog__NjJlM", "title": "Dialog_title__YjdmY", "sheet": "Dialog_sheet__ZjQ1M" };
|
|
33006
33006
|
|
|
33007
33007
|
// src/components/Dialog.tsx
|
|
33008
33008
|
import { jsx as jsx28, jsxs as jsxs13 } from "react/jsx-runtime";
|
package/package.json
CHANGED
package/styles.css
CHANGED
|
@@ -3856,7 +3856,7 @@ body a.Button_button__NGQyO {
|
|
|
3856
3856
|
}
|
|
3857
3857
|
|
|
3858
3858
|
/* virtual-css:css:190b71b0b870ea6c0882d0c839c39b19 */
|
|
3859
|
-
.
|
|
3859
|
+
.Dialog_dialog__NjJlM {
|
|
3860
3860
|
padding: var(--spacing-6);
|
|
3861
3861
|
box-shadow: var(--box-shadow-4);
|
|
3862
3862
|
background: var(--background-color);
|
|
@@ -3866,15 +3866,17 @@ body a.Button_button__NGQyO {
|
|
|
3866
3866
|
outline: none;
|
|
3867
3867
|
overflow: auto;
|
|
3868
3868
|
}
|
|
3869
|
-
.
|
|
3869
|
+
.Dialog_title__YjdmY {
|
|
3870
3870
|
font-size: var(--font-size-5);
|
|
3871
3871
|
font-weight: 700;
|
|
3872
3872
|
margin-bottom: var(--spacing-3);
|
|
3873
3873
|
}
|
|
3874
|
-
.
|
|
3874
|
+
.Dialog_dialog__NjJlM.Dialog_sheet__ZjQ1M {
|
|
3875
3875
|
background: var(--background-color);
|
|
3876
3876
|
width: 100%;
|
|
3877
3877
|
height: 100%;
|
|
3878
|
+
padding: 0;
|
|
3879
|
+
border: 0;
|
|
3878
3880
|
border-radius: 0;
|
|
3879
3881
|
box-shadow: none;
|
|
3880
3882
|
z-index: 9999;
|