@umami/react-zen 0.48.0 → 0.49.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 +24 -24
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
- package/styles.css +24 -24
package/dist/index.css
CHANGED
|
@@ -2771,22 +2771,22 @@ body a.Button_button__NjVkM {
|
|
|
2771
2771
|
}
|
|
2772
2772
|
|
|
2773
2773
|
/* virtual-css:css:0fb02723d81c5960ed149d3d9f58f1ba */
|
|
2774
|
-
.
|
|
2774
|
+
.List_list__MzQ4M {
|
|
2775
2775
|
min-width: 100px;
|
|
2776
2776
|
outline: none;
|
|
2777
2777
|
}
|
|
2778
|
-
.
|
|
2778
|
+
.List_separator__ODc0Y {
|
|
2779
2779
|
border-bottom: var(--border);
|
|
2780
2780
|
}
|
|
2781
|
-
.
|
|
2781
|
+
.List_section__NTZiN:not(:last-child) {
|
|
2782
2782
|
margin-bottom: var(--spacing-4);
|
|
2783
2783
|
}
|
|
2784
|
-
.
|
|
2784
|
+
.List_header__NTUxM {
|
|
2785
2785
|
font-size: var(--font-size-2);
|
|
2786
2786
|
font-weight: var(--font-weight-bold);
|
|
2787
2787
|
padding: var(--padding);
|
|
2788
2788
|
}
|
|
2789
|
-
.
|
|
2789
|
+
.List_item__ZjQ4M {
|
|
2790
2790
|
display: flex;
|
|
2791
2791
|
align-items: center;
|
|
2792
2792
|
justify-content: space-between;
|
|
@@ -2800,23 +2800,23 @@ body a.Button_button__NjVkM {
|
|
|
2800
2800
|
outline: none;
|
|
2801
2801
|
border-radius: var(--border-radius);
|
|
2802
2802
|
}
|
|
2803
|
-
.
|
|
2804
|
-
.
|
|
2803
|
+
.List_item__ZjQ4M[data-focus],
|
|
2804
|
+
.List_item__ZjQ4M[data-focus-visible] {
|
|
2805
2805
|
outline: var(--outline);
|
|
2806
2806
|
background: var(--highlight-color);
|
|
2807
2807
|
}
|
|
2808
|
-
.
|
|
2808
|
+
.List_item__ZjQ4M:hover {
|
|
2809
2809
|
background: var(--highlight-color);
|
|
2810
2810
|
}
|
|
2811
|
-
.
|
|
2811
|
+
.List_item__ZjQ4M[data-selected] {
|
|
2812
2812
|
font-weight: bold;
|
|
2813
2813
|
}
|
|
2814
|
-
.
|
|
2814
|
+
.List_item__ZjQ4M[data-selected] .List_check__YTJhM {
|
|
2815
2815
|
display: flex;
|
|
2816
2816
|
justify-content: flex-end;
|
|
2817
|
-
|
|
2817
|
+
flex: 1;
|
|
2818
2818
|
}
|
|
2819
|
-
.
|
|
2819
|
+
.List_check__YTJhM {
|
|
2820
2820
|
display: none;
|
|
2821
2821
|
}
|
|
2822
2822
|
|
|
@@ -3200,7 +3200,7 @@ body a.Button_button__NjVkM {
|
|
|
3200
3200
|
}
|
|
3201
3201
|
|
|
3202
3202
|
/* virtual-css:css:3130df15a3cfaee8cb812b182afb7ee1 */
|
|
3203
|
-
.
|
|
3203
|
+
.Menu_menu__YzMzM {
|
|
3204
3204
|
min-width: 200px;
|
|
3205
3205
|
border: var(--border);
|
|
3206
3206
|
border-radius: var(--border-radius);
|
|
@@ -3208,18 +3208,18 @@ body a.Button_button__NjVkM {
|
|
|
3208
3208
|
box-shadow: var(--box-shadow-3);
|
|
3209
3209
|
background: var(--background-color);
|
|
3210
3210
|
}
|
|
3211
|
-
.
|
|
3211
|
+
.Menu_separator__NDY4M {
|
|
3212
3212
|
border-bottom: var(--border);
|
|
3213
3213
|
}
|
|
3214
|
-
.
|
|
3214
|
+
.Menu_section__MWI1M:not(:last-child) {
|
|
3215
3215
|
margin-bottom: var(--spacing-4);
|
|
3216
3216
|
}
|
|
3217
|
-
.
|
|
3217
|
+
.Menu_header__ZGRjO {
|
|
3218
3218
|
font-size: var(--font-size-2);
|
|
3219
3219
|
font-weight: var(--font-weight-bold);
|
|
3220
3220
|
padding: var(--padding);
|
|
3221
3221
|
}
|
|
3222
|
-
.
|
|
3222
|
+
.Menu_item__M2I5Y {
|
|
3223
3223
|
display: flex;
|
|
3224
3224
|
align-items: center;
|
|
3225
3225
|
gap: var(--gap);
|
|
@@ -3232,23 +3232,23 @@ body a.Button_button__NjVkM {
|
|
|
3232
3232
|
outline: none;
|
|
3233
3233
|
width: 100%;
|
|
3234
3234
|
}
|
|
3235
|
-
.
|
|
3236
|
-
.
|
|
3235
|
+
.Menu_item__M2I5Y[data-focus],
|
|
3236
|
+
.Menu_item__M2I5Y[data-focus-visible] {
|
|
3237
3237
|
outline: var(--outline);
|
|
3238
3238
|
background: var(--highlight-color);
|
|
3239
3239
|
}
|
|
3240
|
-
.
|
|
3240
|
+
.Menu_item__M2I5Y:hover {
|
|
3241
3241
|
background: var(--highlight-color);
|
|
3242
3242
|
}
|
|
3243
|
-
.
|
|
3243
|
+
.Menu_item__M2I5Y[data-selected] {
|
|
3244
3244
|
font-weight: bold;
|
|
3245
3245
|
}
|
|
3246
|
-
.
|
|
3246
|
+
.Menu_item__M2I5Y[data-selected] .Menu_check__NjA5O {
|
|
3247
3247
|
display: flex;
|
|
3248
3248
|
justify-content: flex-end;
|
|
3249
|
-
|
|
3249
|
+
flex: 1;
|
|
3250
3250
|
}
|
|
3251
|
-
.
|
|
3251
|
+
.Menu_check__NjA5O {
|
|
3252
3252
|
display: none;
|
|
3253
3253
|
}
|
|
3254
3254
|
|
package/dist/index.js
CHANGED
|
@@ -43519,7 +43519,7 @@ var import_classnames20 = __toESM(require_classnames());
|
|
|
43519
43519
|
var import_classnames18 = __toESM(require_classnames());
|
|
43520
43520
|
|
|
43521
43521
|
// css-modules:E:\dev\umami-react-zen\src\components\List.module.css
|
|
43522
|
-
var List_default = { "list": "
|
|
43522
|
+
var List_default = { "list": "List_list__MzQ4M", "separator": "List_separator__ODc0Y", "section": "List_section__NTZiN", "header": "List_header__NTUxM", "item": "List_item__ZjQ4M", "check": "List_check__YTJhM" };
|
|
43523
43523
|
|
|
43524
43524
|
// src/components/List.tsx
|
|
43525
43525
|
var import_jsx_runtime28 = require("react/jsx-runtime");
|
|
@@ -44105,7 +44105,7 @@ function Loading(props) {
|
|
|
44105
44105
|
var import_classnames34 = __toESM(require_classnames());
|
|
44106
44106
|
|
|
44107
44107
|
// css-modules:E:\dev\umami-react-zen\src\components\Menu.module.css
|
|
44108
|
-
var Menu_default = { "menu": "
|
|
44108
|
+
var Menu_default = { "menu": "Menu_menu__YzMzM", "separator": "Menu_separator__NDY4M", "section": "Menu_section__MWI1M", "header": "Menu_header__ZGRjO", "item": "Menu_item__M2I5Y", "check": "Menu_check__NjA5O" };
|
|
44109
44109
|
|
|
44110
44110
|
// src/components/Menu.tsx
|
|
44111
44111
|
var import_jsx_runtime45 = require("react/jsx-runtime");
|
package/dist/index.mjs
CHANGED
|
@@ -43417,7 +43417,7 @@ var import_classnames20 = __toESM(require_classnames());
|
|
|
43417
43417
|
var import_classnames18 = __toESM(require_classnames());
|
|
43418
43418
|
|
|
43419
43419
|
// css-modules:E:\dev\umami-react-zen\src\components\List.module.css
|
|
43420
|
-
var List_default = { "list": "
|
|
43420
|
+
var List_default = { "list": "List_list__MzQ4M", "separator": "List_separator__ODc0Y", "section": "List_section__NTZiN", "header": "List_header__NTUxM", "item": "List_item__ZjQ4M", "check": "List_check__YTJhM" };
|
|
43421
43421
|
|
|
43422
43422
|
// src/components/List.tsx
|
|
43423
43423
|
import { jsx as jsx28, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
@@ -44003,7 +44003,7 @@ function Loading(props) {
|
|
|
44003
44003
|
var import_classnames34 = __toESM(require_classnames());
|
|
44004
44004
|
|
|
44005
44005
|
// css-modules:E:\dev\umami-react-zen\src\components\Menu.module.css
|
|
44006
|
-
var Menu_default = { "menu": "
|
|
44006
|
+
var Menu_default = { "menu": "Menu_menu__YzMzM", "separator": "Menu_separator__NDY4M", "section": "Menu_section__MWI1M", "header": "Menu_header__ZGRjO", "item": "Menu_item__M2I5Y", "check": "Menu_check__NjA5O" };
|
|
44007
44007
|
|
|
44008
44008
|
// src/components/Menu.tsx
|
|
44009
44009
|
import { jsx as jsx45, jsxs as jsxs24 } from "react/jsx-runtime";
|
package/package.json
CHANGED
package/styles.css
CHANGED
|
@@ -3039,22 +3039,22 @@ body a.Button_button__NjVkM {
|
|
|
3039
3039
|
}
|
|
3040
3040
|
|
|
3041
3041
|
/* virtual-css:css:0fb02723d81c5960ed149d3d9f58f1ba */
|
|
3042
|
-
.
|
|
3042
|
+
.List_list__MzQ4M {
|
|
3043
3043
|
min-width: 100px;
|
|
3044
3044
|
outline: none;
|
|
3045
3045
|
}
|
|
3046
|
-
.
|
|
3046
|
+
.List_separator__ODc0Y {
|
|
3047
3047
|
border-bottom: var(--border);
|
|
3048
3048
|
}
|
|
3049
|
-
.
|
|
3049
|
+
.List_section__NTZiN:not(:last-child) {
|
|
3050
3050
|
margin-bottom: var(--spacing-4);
|
|
3051
3051
|
}
|
|
3052
|
-
.
|
|
3052
|
+
.List_header__NTUxM {
|
|
3053
3053
|
font-size: var(--font-size-2);
|
|
3054
3054
|
font-weight: var(--font-weight-bold);
|
|
3055
3055
|
padding: var(--padding);
|
|
3056
3056
|
}
|
|
3057
|
-
.
|
|
3057
|
+
.List_item__ZjQ4M {
|
|
3058
3058
|
display: flex;
|
|
3059
3059
|
align-items: center;
|
|
3060
3060
|
justify-content: space-between;
|
|
@@ -3068,23 +3068,23 @@ body a.Button_button__NjVkM {
|
|
|
3068
3068
|
outline: none;
|
|
3069
3069
|
border-radius: var(--border-radius);
|
|
3070
3070
|
}
|
|
3071
|
-
.
|
|
3072
|
-
.
|
|
3071
|
+
.List_item__ZjQ4M[data-focus],
|
|
3072
|
+
.List_item__ZjQ4M[data-focus-visible] {
|
|
3073
3073
|
outline: var(--outline);
|
|
3074
3074
|
background: var(--highlight-color);
|
|
3075
3075
|
}
|
|
3076
|
-
.
|
|
3076
|
+
.List_item__ZjQ4M:hover {
|
|
3077
3077
|
background: var(--highlight-color);
|
|
3078
3078
|
}
|
|
3079
|
-
.
|
|
3079
|
+
.List_item__ZjQ4M[data-selected] {
|
|
3080
3080
|
font-weight: bold;
|
|
3081
3081
|
}
|
|
3082
|
-
.
|
|
3082
|
+
.List_item__ZjQ4M[data-selected] .List_check__YTJhM {
|
|
3083
3083
|
display: flex;
|
|
3084
3084
|
justify-content: flex-end;
|
|
3085
|
-
|
|
3085
|
+
flex: 1;
|
|
3086
3086
|
}
|
|
3087
|
-
.
|
|
3087
|
+
.List_check__YTJhM {
|
|
3088
3088
|
display: none;
|
|
3089
3089
|
}
|
|
3090
3090
|
|
|
@@ -3468,7 +3468,7 @@ body a.Button_button__NjVkM {
|
|
|
3468
3468
|
}
|
|
3469
3469
|
|
|
3470
3470
|
/* virtual-css:css:3130df15a3cfaee8cb812b182afb7ee1 */
|
|
3471
|
-
.
|
|
3471
|
+
.Menu_menu__YzMzM {
|
|
3472
3472
|
min-width: 200px;
|
|
3473
3473
|
border: var(--border);
|
|
3474
3474
|
border-radius: var(--border-radius);
|
|
@@ -3476,18 +3476,18 @@ body a.Button_button__NjVkM {
|
|
|
3476
3476
|
box-shadow: var(--box-shadow-3);
|
|
3477
3477
|
background: var(--background-color);
|
|
3478
3478
|
}
|
|
3479
|
-
.
|
|
3479
|
+
.Menu_separator__NDY4M {
|
|
3480
3480
|
border-bottom: var(--border);
|
|
3481
3481
|
}
|
|
3482
|
-
.
|
|
3482
|
+
.Menu_section__MWI1M:not(:last-child) {
|
|
3483
3483
|
margin-bottom: var(--spacing-4);
|
|
3484
3484
|
}
|
|
3485
|
-
.
|
|
3485
|
+
.Menu_header__ZGRjO {
|
|
3486
3486
|
font-size: var(--font-size-2);
|
|
3487
3487
|
font-weight: var(--font-weight-bold);
|
|
3488
3488
|
padding: var(--padding);
|
|
3489
3489
|
}
|
|
3490
|
-
.
|
|
3490
|
+
.Menu_item__M2I5Y {
|
|
3491
3491
|
display: flex;
|
|
3492
3492
|
align-items: center;
|
|
3493
3493
|
gap: var(--gap);
|
|
@@ -3500,23 +3500,23 @@ body a.Button_button__NjVkM {
|
|
|
3500
3500
|
outline: none;
|
|
3501
3501
|
width: 100%;
|
|
3502
3502
|
}
|
|
3503
|
-
.
|
|
3504
|
-
.
|
|
3503
|
+
.Menu_item__M2I5Y[data-focus],
|
|
3504
|
+
.Menu_item__M2I5Y[data-focus-visible] {
|
|
3505
3505
|
outline: var(--outline);
|
|
3506
3506
|
background: var(--highlight-color);
|
|
3507
3507
|
}
|
|
3508
|
-
.
|
|
3508
|
+
.Menu_item__M2I5Y:hover {
|
|
3509
3509
|
background: var(--highlight-color);
|
|
3510
3510
|
}
|
|
3511
|
-
.
|
|
3511
|
+
.Menu_item__M2I5Y[data-selected] {
|
|
3512
3512
|
font-weight: bold;
|
|
3513
3513
|
}
|
|
3514
|
-
.
|
|
3514
|
+
.Menu_item__M2I5Y[data-selected] .Menu_check__NjA5O {
|
|
3515
3515
|
display: flex;
|
|
3516
3516
|
justify-content: flex-end;
|
|
3517
|
-
|
|
3517
|
+
flex: 1;
|
|
3518
3518
|
}
|
|
3519
|
-
.
|
|
3519
|
+
.Menu_check__NjA5O {
|
|
3520
3520
|
display: none;
|
|
3521
3521
|
}
|
|
3522
3522
|
|