@umami/react-zen 0.88.0 → 0.89.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 -5
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
- package/styles.css +6 -5
package/dist/index.css
CHANGED
|
@@ -2766,30 +2766,31 @@ body a.Button_button__NDYwM {
|
|
|
2766
2766
|
}
|
|
2767
2767
|
|
|
2768
2768
|
/* virtual-css:css:190b71b0b870ea6c0882d0c839c39b19 */
|
|
2769
|
-
.
|
|
2769
|
+
.Dialog_dialog__YzZhN {
|
|
2770
2770
|
position: relative;
|
|
2771
2771
|
outline: none;
|
|
2772
|
+
overflow: auto;
|
|
2772
2773
|
}
|
|
2773
|
-
.
|
|
2774
|
+
.Dialog_title__NjZlN {
|
|
2774
2775
|
font-size: var(--font-size-4);
|
|
2775
2776
|
font-weight: 700;
|
|
2776
2777
|
margin-bottom: var(--spacing-3);
|
|
2777
2778
|
}
|
|
2778
|
-
.
|
|
2779
|
+
.Dialog_modal__YjEzN {
|
|
2779
2780
|
padding: var(--spacing-6);
|
|
2780
2781
|
box-shadow: var(--box-shadow-4);
|
|
2781
2782
|
background: var(--background-color);
|
|
2782
2783
|
border: var(--border);
|
|
2783
2784
|
border-radius: var(--border-radius);
|
|
2784
2785
|
}
|
|
2785
|
-
.
|
|
2786
|
+
.Dialog_menu__ZmFhN {
|
|
2786
2787
|
padding: var(--spacing-2);
|
|
2787
2788
|
box-shadow: var(--box-shadow-3);
|
|
2788
2789
|
background: var(--background-color);
|
|
2789
2790
|
border: var(--border);
|
|
2790
2791
|
border-radius: var(--border-radius);
|
|
2791
2792
|
}
|
|
2792
|
-
.
|
|
2793
|
+
.Dialog_sheet__NzkxM {
|
|
2793
2794
|
background: var(--background-color);
|
|
2794
2795
|
width: 100%;
|
|
2795
2796
|
height: 100%;
|
package/dist/index.js
CHANGED
|
@@ -29895,7 +29895,7 @@ var import_classnames14 = __toESM(require_classnames());
|
|
|
29895
29895
|
var import_classnames13 = __toESM(require_classnames());
|
|
29896
29896
|
|
|
29897
29897
|
// css-modules:E:\dev\umami-react-zen\src\components\Dialog.module.css
|
|
29898
|
-
var Dialog_default = { "dialog": "
|
|
29898
|
+
var Dialog_default = { "dialog": "Dialog_dialog__YzZhN", "title": "Dialog_title__NjZlN", "modal": "Dialog_modal__YjEzN", "menu": "Dialog_menu__ZmFhN", "sheet": "Dialog_sheet__NzkxM" };
|
|
29899
29899
|
|
|
29900
29900
|
// src/components/Dialog.tsx
|
|
29901
29901
|
var import_jsx_runtime20 = require("react/jsx-runtime");
|
package/dist/index.mjs
CHANGED
|
@@ -29784,7 +29784,7 @@ var import_classnames14 = __toESM(require_classnames());
|
|
|
29784
29784
|
var import_classnames13 = __toESM(require_classnames());
|
|
29785
29785
|
|
|
29786
29786
|
// css-modules:E:\dev\umami-react-zen\src\components\Dialog.module.css
|
|
29787
|
-
var Dialog_default = { "dialog": "
|
|
29787
|
+
var Dialog_default = { "dialog": "Dialog_dialog__YzZhN", "title": "Dialog_title__NjZlN", "modal": "Dialog_modal__YjEzN", "menu": "Dialog_menu__ZmFhN", "sheet": "Dialog_sheet__NzkxM" };
|
|
29788
29788
|
|
|
29789
29789
|
// src/components/Dialog.tsx
|
|
29790
29790
|
import { Fragment as Fragment2, jsx as jsx20, jsxs as jsxs9 } from "react/jsx-runtime";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umami/react-zen",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.89.0",
|
|
4
4
|
"description": "Modern, minimalist React component library",
|
|
5
5
|
"author": "Umami <hello@umami.is>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@types/react": "^19.1.0",
|
|
75
75
|
"@types/react-dom": "^19.1.1",
|
|
76
76
|
"@umami/esbuild-plugin-css-modules": "0.4.0",
|
|
77
|
-
"@umami/shiso": "^0.
|
|
77
|
+
"@umami/shiso": "^0.51.0",
|
|
78
78
|
"babel-plugin-inline-react-svg": "^2.0.2",
|
|
79
79
|
"babel-plugin-syntax-hermes-parser": "^0.26.0",
|
|
80
80
|
"dts-bundle": "^0.7.3",
|
package/styles.css
CHANGED
|
@@ -3086,30 +3086,31 @@ body a.Button_button__NDYwM {
|
|
|
3086
3086
|
}
|
|
3087
3087
|
|
|
3088
3088
|
/* virtual-css:css:190b71b0b870ea6c0882d0c839c39b19 */
|
|
3089
|
-
.
|
|
3089
|
+
.Dialog_dialog__YzZhN {
|
|
3090
3090
|
position: relative;
|
|
3091
3091
|
outline: none;
|
|
3092
|
+
overflow: auto;
|
|
3092
3093
|
}
|
|
3093
|
-
.
|
|
3094
|
+
.Dialog_title__NjZlN {
|
|
3094
3095
|
font-size: var(--font-size-4);
|
|
3095
3096
|
font-weight: 700;
|
|
3096
3097
|
margin-bottom: var(--spacing-3);
|
|
3097
3098
|
}
|
|
3098
|
-
.
|
|
3099
|
+
.Dialog_modal__YjEzN {
|
|
3099
3100
|
padding: var(--spacing-6);
|
|
3100
3101
|
box-shadow: var(--box-shadow-4);
|
|
3101
3102
|
background: var(--background-color);
|
|
3102
3103
|
border: var(--border);
|
|
3103
3104
|
border-radius: var(--border-radius);
|
|
3104
3105
|
}
|
|
3105
|
-
.
|
|
3106
|
+
.Dialog_menu__ZmFhN {
|
|
3106
3107
|
padding: var(--spacing-2);
|
|
3107
3108
|
box-shadow: var(--box-shadow-3);
|
|
3108
3109
|
background: var(--background-color);
|
|
3109
3110
|
border: var(--border);
|
|
3110
3111
|
border-radius: var(--border-radius);
|
|
3111
3112
|
}
|
|
3112
|
-
.
|
|
3113
|
+
.Dialog_sheet__NzkxM {
|
|
3113
3114
|
background: var(--background-color);
|
|
3114
3115
|
width: 100%;
|
|
3115
3116
|
height: 100%;
|