@umami/react-zen 0.81.0 → 0.83.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 +37 -27
- package/dist/index.d.ts +4 -1
- package/dist/index.js +15 -4
- package/dist/index.mjs +15 -4
- package/package.json +1 -1
- package/styles.css +38 -28
package/dist/index.css
CHANGED
|
@@ -2706,13 +2706,22 @@ body a.Button_button__NDYwM {
|
|
|
2706
2706
|
}
|
|
2707
2707
|
|
|
2708
2708
|
/* virtual-css:css:30dc0f59418ffcc16fc4fc9d2cfc50c3 */
|
|
2709
|
-
.
|
|
2709
|
+
.Text_truncate__N2RhO {
|
|
2710
2710
|
display: inline-block;
|
|
2711
2711
|
white-space: nowrap;
|
|
2712
2712
|
overflow: hidden;
|
|
2713
2713
|
text-overflow: ellipsis;
|
|
2714
2714
|
max-width: 100%;
|
|
2715
2715
|
}
|
|
2716
|
+
.Text_italic__OTQxO {
|
|
2717
|
+
font-style: italic;
|
|
2718
|
+
}
|
|
2719
|
+
.Text_underline__ZjA1M {
|
|
2720
|
+
text-decoration: underline;
|
|
2721
|
+
}
|
|
2722
|
+
.Text_strikethrough__NTlhM {
|
|
2723
|
+
text-decoration: line-through;
|
|
2724
|
+
}
|
|
2716
2725
|
|
|
2717
2726
|
/* virtual-css:css:fa53717340120f23a623f1ff98237d94 */
|
|
2718
2727
|
.Accordion_accordion__ODg3O {
|
|
@@ -3014,19 +3023,19 @@ body a.Button_button__NDYwM {
|
|
|
3014
3023
|
}
|
|
3015
3024
|
|
|
3016
3025
|
/* virtual-css:css:ac55918cdbb6b3a9ac9deedf05ce3806 */
|
|
3017
|
-
.
|
|
3026
|
+
.input_field__MTc5M {
|
|
3018
3027
|
position: relative;
|
|
3019
|
-
|
|
3028
|
+
width: 240px;
|
|
3020
3029
|
}
|
|
3021
|
-
.
|
|
3022
|
-
.
|
|
3030
|
+
.input_field__MTc5M,
|
|
3031
|
+
.input_row__Njg2Y {
|
|
3023
3032
|
position: relative;
|
|
3024
3033
|
}
|
|
3025
|
-
.
|
|
3026
|
-
.
|
|
3034
|
+
.input_field__MTc5M[data-readonly] .input_input__MmIwN,
|
|
3035
|
+
.input_field__MTc5M[data-disabled] .input_input__MmIwN {
|
|
3027
3036
|
background: var(--base-color-2);
|
|
3028
3037
|
}
|
|
3029
|
-
.
|
|
3038
|
+
.input_input__MmIwN {
|
|
3030
3039
|
font-size: var(--font-size);
|
|
3031
3040
|
color: var(--font-color);
|
|
3032
3041
|
border: var(--border);
|
|
@@ -3037,24 +3046,24 @@ body a.Button_button__NDYwM {
|
|
|
3037
3046
|
line-height: 1.5rem;
|
|
3038
3047
|
width: 100%;
|
|
3039
3048
|
}
|
|
3040
|
-
.
|
|
3049
|
+
.input_input__MmIwN:focus {
|
|
3041
3050
|
border-color: transparent;
|
|
3042
3051
|
outline: var(--outline);
|
|
3043
3052
|
}
|
|
3044
|
-
.
|
|
3053
|
+
.input_input__MmIwN::placeholder {
|
|
3045
3054
|
color: var(--font-color-muted);
|
|
3046
3055
|
}
|
|
3047
|
-
.
|
|
3056
|
+
.input_input__MmIwN:disabled {
|
|
3048
3057
|
color: var(--font-color-muted);
|
|
3049
3058
|
}
|
|
3050
|
-
.
|
|
3051
|
-
.
|
|
3059
|
+
.input_input__MmIwN::-webkit-search-cancel-button,
|
|
3060
|
+
.input_input__MmIwN::-webkit-search-decoration {
|
|
3052
3061
|
-webkit-appearance: none;
|
|
3053
3062
|
}
|
|
3054
|
-
.
|
|
3063
|
+
.input_icon__NWRlZ {
|
|
3055
3064
|
color: var(--font-color-muted);
|
|
3056
3065
|
}
|
|
3057
|
-
.
|
|
3066
|
+
.input_icon__NWRlZ:hover {
|
|
3058
3067
|
color: var(--font-color);
|
|
3059
3068
|
cursor: pointer;
|
|
3060
3069
|
}
|
|
@@ -3386,7 +3395,7 @@ body a.Button_button__NDYwM {
|
|
|
3386
3395
|
}
|
|
3387
3396
|
|
|
3388
3397
|
/* virtual-css:css:3130df15a3cfaee8cb812b182afb7ee1 */
|
|
3389
|
-
.
|
|
3398
|
+
.Menu_menu__ZGIxY {
|
|
3390
3399
|
min-width: 200px;
|
|
3391
3400
|
border: var(--border);
|
|
3392
3401
|
border-radius: var(--border-radius);
|
|
@@ -3395,19 +3404,19 @@ body a.Button_button__NDYwM {
|
|
|
3395
3404
|
background: var(--background-color);
|
|
3396
3405
|
overflow: hidden;
|
|
3397
3406
|
}
|
|
3398
|
-
.
|
|
3407
|
+
.Menu_separator__YjgwM {
|
|
3399
3408
|
border-bottom: var(--border);
|
|
3400
3409
|
margin: var(--spacing-2) calc(-1 * var(--spacing-3));
|
|
3401
3410
|
}
|
|
3402
|
-
.
|
|
3411
|
+
.Menu_section__MmNkY:not(:last-child) {
|
|
3403
3412
|
margin-bottom: var(--spacing-4);
|
|
3404
3413
|
}
|
|
3405
|
-
.
|
|
3414
|
+
.Menu_header__YmQ0M {
|
|
3406
3415
|
font-size: var(--font-size-2);
|
|
3407
3416
|
font-weight: var(--font-weight-bold);
|
|
3408
3417
|
padding: var(--padding);
|
|
3409
3418
|
}
|
|
3410
|
-
.
|
|
3419
|
+
.Menu_item__NzJlM {
|
|
3411
3420
|
display: flex;
|
|
3412
3421
|
align-items: center;
|
|
3413
3422
|
gap: var(--gap);
|
|
@@ -3420,25 +3429,26 @@ body a.Button_button__NDYwM {
|
|
|
3420
3429
|
outline: none;
|
|
3421
3430
|
width: 100%;
|
|
3422
3431
|
}
|
|
3423
|
-
.
|
|
3432
|
+
.Menu_item__NzJlM[data-disabled] {
|
|
3433
|
+
color: var(--font-color-disabled);
|
|
3424
3434
|
}
|
|
3425
|
-
.
|
|
3426
|
-
.
|
|
3435
|
+
.Menu_item__NzJlM[data-focus],
|
|
3436
|
+
.Menu_item__NzJlM[data-focus-visible] {
|
|
3427
3437
|
outline: var(--outline);
|
|
3428
3438
|
background: var(--highlight-color);
|
|
3429
3439
|
}
|
|
3430
|
-
.
|
|
3440
|
+
.Menu_item__NzJlM:hover {
|
|
3431
3441
|
background: var(--highlight-color);
|
|
3432
3442
|
}
|
|
3433
|
-
.
|
|
3443
|
+
.Menu_item__NzJlM[data-selected] {
|
|
3434
3444
|
font-weight: bold;
|
|
3435
3445
|
}
|
|
3436
|
-
.
|
|
3446
|
+
.Menu_item__NzJlM[data-selected] .Menu_check__ZDc1Z {
|
|
3437
3447
|
display: flex;
|
|
3438
3448
|
justify-content: flex-end;
|
|
3439
3449
|
flex: 1;
|
|
3440
3450
|
}
|
|
3441
|
-
.
|
|
3451
|
+
.Menu_check__ZDc1Z {
|
|
3442
3452
|
display: none;
|
|
3443
3453
|
}
|
|
3444
3454
|
|
package/dist/index.d.ts
CHANGED
|
@@ -900,10 +900,13 @@ declare module '@umami/react-zen/Text' {
|
|
|
900
900
|
wrap?: Responsive<TextWrap>;
|
|
901
901
|
transform?: Responsive<TextTransform>;
|
|
902
902
|
truncate?: Responsive<boolean>;
|
|
903
|
+
italic?: Responsive<boolean>;
|
|
904
|
+
underline?: Responsive<boolean>;
|
|
905
|
+
strikethrough?: Responsive<boolean>;
|
|
903
906
|
as?: 'span' | 'div' | 'label' | 'p';
|
|
904
907
|
asChild?: boolean;
|
|
905
908
|
}
|
|
906
|
-
export function Text({ color, size, spacing, weight, align, wrap, transform, truncate, as, asChild, className, style, children, ...props }: TextProps): import("react").JSX.Element;
|
|
909
|
+
export function Text({ color, size, spacing, weight, align, wrap, transform, truncate, italic, underline, strikethrough, as, asChild, className, style, children, ...props }: TextProps): import("react").JSX.Element;
|
|
907
910
|
}
|
|
908
911
|
|
|
909
912
|
declare module '@umami/react-zen/TextField' {
|
package/dist/index.js
CHANGED
|
@@ -29795,7 +29795,7 @@ var import_classnames12 = __toESM(require_classnames());
|
|
|
29795
29795
|
var import_classnames11 = __toESM(require_classnames());
|
|
29796
29796
|
|
|
29797
29797
|
// css-modules:E:\dev\umami-react-zen\src\components\Text.module.css
|
|
29798
|
-
var Text_default = { "truncate": "
|
|
29798
|
+
var Text_default = { "truncate": "Text_truncate__N2RhO", "italic": "Text_italic__OTQxO", "underline": "Text_underline__ZjA1M", "strikethrough": "Text_strikethrough__NTlhM" };
|
|
29799
29799
|
|
|
29800
29800
|
// src/components/Text.tsx
|
|
29801
29801
|
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
@@ -29808,6 +29808,9 @@ function Text({
|
|
|
29808
29808
|
wrap,
|
|
29809
29809
|
transform,
|
|
29810
29810
|
truncate,
|
|
29811
|
+
italic,
|
|
29812
|
+
underline,
|
|
29813
|
+
strikethrough,
|
|
29811
29814
|
as = "span",
|
|
29812
29815
|
asChild,
|
|
29813
29816
|
className,
|
|
@@ -29829,7 +29832,15 @@ function Text({
|
|
|
29829
29832
|
Component,
|
|
29830
29833
|
{
|
|
29831
29834
|
...props,
|
|
29832
|
-
className: (0, import_classnames11.default)(
|
|
29835
|
+
className: (0, import_classnames11.default)(
|
|
29836
|
+
Text_default.text,
|
|
29837
|
+
className,
|
|
29838
|
+
classes,
|
|
29839
|
+
truncate && Text_default.truncate,
|
|
29840
|
+
italic && Text_default.italic,
|
|
29841
|
+
underline && Text_default.underline,
|
|
29842
|
+
strikethrough && Text_default.strikethrough
|
|
29843
|
+
),
|
|
29833
29844
|
style: { ...styleProps, ...style },
|
|
29834
29845
|
children
|
|
29835
29846
|
}
|
|
@@ -30116,7 +30127,7 @@ function CopyButton({ value, timeout = TIMEOUT, className, children, ...props })
|
|
|
30116
30127
|
}
|
|
30117
30128
|
|
|
30118
30129
|
// css-modules:E:\dev\umami-react-zen\src\components\styles\input.module.css
|
|
30119
|
-
var input_default = { "field": "
|
|
30130
|
+
var input_default = { "field": "input_field__MTc5M", "row": "input_row__Njg2Y", "input": "input_input__MmIwN", "icon": "input_icon__NWRlZ" };
|
|
30120
30131
|
|
|
30121
30132
|
// css-modules:E:\dev\umami-react-zen\src\components\TextField.module.css
|
|
30122
30133
|
var TextField_default = { "allowCopy": "TextField_allowCopy__Y2RhY", "icon": "TextField_icon__MWVlN" };
|
|
@@ -30692,7 +30703,7 @@ function Loading(props) {
|
|
|
30692
30703
|
var import_classnames34 = __toESM(require_classnames());
|
|
30693
30704
|
|
|
30694
30705
|
// css-modules:E:\dev\umami-react-zen\src\components\Menu.module.css
|
|
30695
|
-
var Menu_default = { "menu": "
|
|
30706
|
+
var Menu_default = { "menu": "Menu_menu__ZGIxY", "separator": "Menu_separator__YjgwM", "section": "Menu_section__MmNkY", "header": "Menu_header__YmQ0M", "item": "Menu_item__NzJlM", "check": "Menu_check__ZDc1Z" };
|
|
30696
30707
|
|
|
30697
30708
|
// src/components/Menu.tsx
|
|
30698
30709
|
var import_jsx_runtime44 = require("react/jsx-runtime");
|
package/dist/index.mjs
CHANGED
|
@@ -29684,7 +29684,7 @@ var import_classnames12 = __toESM(require_classnames());
|
|
|
29684
29684
|
var import_classnames11 = __toESM(require_classnames());
|
|
29685
29685
|
|
|
29686
29686
|
// css-modules:E:\dev\umami-react-zen\src\components\Text.module.css
|
|
29687
|
-
var Text_default = { "truncate": "
|
|
29687
|
+
var Text_default = { "truncate": "Text_truncate__N2RhO", "italic": "Text_italic__OTQxO", "underline": "Text_underline__ZjA1M", "strikethrough": "Text_strikethrough__NTlhM" };
|
|
29688
29688
|
|
|
29689
29689
|
// src/components/Text.tsx
|
|
29690
29690
|
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
@@ -29697,6 +29697,9 @@ function Text({
|
|
|
29697
29697
|
wrap,
|
|
29698
29698
|
transform,
|
|
29699
29699
|
truncate,
|
|
29700
|
+
italic,
|
|
29701
|
+
underline,
|
|
29702
|
+
strikethrough,
|
|
29700
29703
|
as = "span",
|
|
29701
29704
|
asChild,
|
|
29702
29705
|
className,
|
|
@@ -29718,7 +29721,15 @@ function Text({
|
|
|
29718
29721
|
Component,
|
|
29719
29722
|
{
|
|
29720
29723
|
...props,
|
|
29721
|
-
className: (0, import_classnames11.default)(
|
|
29724
|
+
className: (0, import_classnames11.default)(
|
|
29725
|
+
Text_default.text,
|
|
29726
|
+
className,
|
|
29727
|
+
classes,
|
|
29728
|
+
truncate && Text_default.truncate,
|
|
29729
|
+
italic && Text_default.italic,
|
|
29730
|
+
underline && Text_default.underline,
|
|
29731
|
+
strikethrough && Text_default.strikethrough
|
|
29732
|
+
),
|
|
29722
29733
|
style: { ...styleProps, ...style },
|
|
29723
29734
|
children
|
|
29724
29735
|
}
|
|
@@ -30005,7 +30016,7 @@ function CopyButton({ value, timeout = TIMEOUT, className, children, ...props })
|
|
|
30005
30016
|
}
|
|
30006
30017
|
|
|
30007
30018
|
// css-modules:E:\dev\umami-react-zen\src\components\styles\input.module.css
|
|
30008
|
-
var input_default = { "field": "
|
|
30019
|
+
var input_default = { "field": "input_field__MTc5M", "row": "input_row__Njg2Y", "input": "input_input__MmIwN", "icon": "input_icon__NWRlZ" };
|
|
30009
30020
|
|
|
30010
30021
|
// css-modules:E:\dev\umami-react-zen\src\components\TextField.module.css
|
|
30011
30022
|
var TextField_default = { "allowCopy": "TextField_allowCopy__Y2RhY", "icon": "TextField_icon__MWVlN" };
|
|
@@ -30581,7 +30592,7 @@ function Loading(props) {
|
|
|
30581
30592
|
var import_classnames34 = __toESM(require_classnames());
|
|
30582
30593
|
|
|
30583
30594
|
// css-modules:E:\dev\umami-react-zen\src\components\Menu.module.css
|
|
30584
|
-
var Menu_default = { "menu": "
|
|
30595
|
+
var Menu_default = { "menu": "Menu_menu__ZGIxY", "separator": "Menu_separator__YjgwM", "section": "Menu_section__MmNkY", "header": "Menu_header__YmQ0M", "item": "Menu_item__NzJlM", "check": "Menu_check__ZDc1Z" };
|
|
30585
30596
|
|
|
30586
30597
|
// src/components/Menu.tsx
|
|
30587
30598
|
import { jsx as jsx44, jsxs as jsxs23 } from "react/jsx-runtime";
|
package/package.json
CHANGED
package/styles.css
CHANGED
|
@@ -311,7 +311,7 @@ li {
|
|
|
311
311
|
}
|
|
312
312
|
|
|
313
313
|
:where(input, textarea, select) {
|
|
314
|
-
|
|
314
|
+
width: 240px;
|
|
315
315
|
}
|
|
316
316
|
|
|
317
317
|
:where(*) {
|
|
@@ -3026,13 +3026,22 @@ body a.Button_button__NDYwM {
|
|
|
3026
3026
|
}
|
|
3027
3027
|
|
|
3028
3028
|
/* virtual-css:css:30dc0f59418ffcc16fc4fc9d2cfc50c3 */
|
|
3029
|
-
.
|
|
3029
|
+
.Text_truncate__N2RhO {
|
|
3030
3030
|
display: inline-block;
|
|
3031
3031
|
white-space: nowrap;
|
|
3032
3032
|
overflow: hidden;
|
|
3033
3033
|
text-overflow: ellipsis;
|
|
3034
3034
|
max-width: 100%;
|
|
3035
3035
|
}
|
|
3036
|
+
.Text_italic__OTQxO {
|
|
3037
|
+
font-style: italic;
|
|
3038
|
+
}
|
|
3039
|
+
.Text_underline__ZjA1M {
|
|
3040
|
+
text-decoration: underline;
|
|
3041
|
+
}
|
|
3042
|
+
.Text_strikethrough__NTlhM {
|
|
3043
|
+
text-decoration: line-through;
|
|
3044
|
+
}
|
|
3036
3045
|
|
|
3037
3046
|
/* virtual-css:css:fa53717340120f23a623f1ff98237d94 */
|
|
3038
3047
|
.Accordion_accordion__ODg3O {
|
|
@@ -3334,19 +3343,19 @@ body a.Button_button__NDYwM {
|
|
|
3334
3343
|
}
|
|
3335
3344
|
|
|
3336
3345
|
/* virtual-css:css:ac55918cdbb6b3a9ac9deedf05ce3806 */
|
|
3337
|
-
.
|
|
3346
|
+
.input_field__MTc5M {
|
|
3338
3347
|
position: relative;
|
|
3339
|
-
|
|
3348
|
+
width: 240px;
|
|
3340
3349
|
}
|
|
3341
|
-
.
|
|
3342
|
-
.
|
|
3350
|
+
.input_field__MTc5M,
|
|
3351
|
+
.input_row__Njg2Y {
|
|
3343
3352
|
position: relative;
|
|
3344
3353
|
}
|
|
3345
|
-
.
|
|
3346
|
-
.
|
|
3354
|
+
.input_field__MTc5M[data-readonly] .input_input__MmIwN,
|
|
3355
|
+
.input_field__MTc5M[data-disabled] .input_input__MmIwN {
|
|
3347
3356
|
background: var(--base-color-2);
|
|
3348
3357
|
}
|
|
3349
|
-
.
|
|
3358
|
+
.input_input__MmIwN {
|
|
3350
3359
|
font-size: var(--font-size);
|
|
3351
3360
|
color: var(--font-color);
|
|
3352
3361
|
border: var(--border);
|
|
@@ -3357,24 +3366,24 @@ body a.Button_button__NDYwM {
|
|
|
3357
3366
|
line-height: 1.5rem;
|
|
3358
3367
|
width: 100%;
|
|
3359
3368
|
}
|
|
3360
|
-
.
|
|
3369
|
+
.input_input__MmIwN:focus {
|
|
3361
3370
|
border-color: transparent;
|
|
3362
3371
|
outline: var(--outline);
|
|
3363
3372
|
}
|
|
3364
|
-
.
|
|
3373
|
+
.input_input__MmIwN::placeholder {
|
|
3365
3374
|
color: var(--font-color-muted);
|
|
3366
3375
|
}
|
|
3367
|
-
.
|
|
3376
|
+
.input_input__MmIwN:disabled {
|
|
3368
3377
|
color: var(--font-color-muted);
|
|
3369
3378
|
}
|
|
3370
|
-
.
|
|
3371
|
-
.
|
|
3379
|
+
.input_input__MmIwN::-webkit-search-cancel-button,
|
|
3380
|
+
.input_input__MmIwN::-webkit-search-decoration {
|
|
3372
3381
|
-webkit-appearance: none;
|
|
3373
3382
|
}
|
|
3374
|
-
.
|
|
3383
|
+
.input_icon__NWRlZ {
|
|
3375
3384
|
color: var(--font-color-muted);
|
|
3376
3385
|
}
|
|
3377
|
-
.
|
|
3386
|
+
.input_icon__NWRlZ:hover {
|
|
3378
3387
|
color: var(--font-color);
|
|
3379
3388
|
cursor: pointer;
|
|
3380
3389
|
}
|
|
@@ -3706,7 +3715,7 @@ body a.Button_button__NDYwM {
|
|
|
3706
3715
|
}
|
|
3707
3716
|
|
|
3708
3717
|
/* virtual-css:css:3130df15a3cfaee8cb812b182afb7ee1 */
|
|
3709
|
-
.
|
|
3718
|
+
.Menu_menu__ZGIxY {
|
|
3710
3719
|
min-width: 200px;
|
|
3711
3720
|
border: var(--border);
|
|
3712
3721
|
border-radius: var(--border-radius);
|
|
@@ -3715,19 +3724,19 @@ body a.Button_button__NDYwM {
|
|
|
3715
3724
|
background: var(--background-color);
|
|
3716
3725
|
overflow: hidden;
|
|
3717
3726
|
}
|
|
3718
|
-
.
|
|
3727
|
+
.Menu_separator__YjgwM {
|
|
3719
3728
|
border-bottom: var(--border);
|
|
3720
3729
|
margin: var(--spacing-2) calc(-1 * var(--spacing-3));
|
|
3721
3730
|
}
|
|
3722
|
-
.
|
|
3731
|
+
.Menu_section__MmNkY:not(:last-child) {
|
|
3723
3732
|
margin-bottom: var(--spacing-4);
|
|
3724
3733
|
}
|
|
3725
|
-
.
|
|
3734
|
+
.Menu_header__YmQ0M {
|
|
3726
3735
|
font-size: var(--font-size-2);
|
|
3727
3736
|
font-weight: var(--font-weight-bold);
|
|
3728
3737
|
padding: var(--padding);
|
|
3729
3738
|
}
|
|
3730
|
-
.
|
|
3739
|
+
.Menu_item__NzJlM {
|
|
3731
3740
|
display: flex;
|
|
3732
3741
|
align-items: center;
|
|
3733
3742
|
gap: var(--gap);
|
|
@@ -3740,25 +3749,26 @@ body a.Button_button__NDYwM {
|
|
|
3740
3749
|
outline: none;
|
|
3741
3750
|
width: 100%;
|
|
3742
3751
|
}
|
|
3743
|
-
.
|
|
3752
|
+
.Menu_item__NzJlM[data-disabled] {
|
|
3753
|
+
color: var(--font-color-disabled);
|
|
3744
3754
|
}
|
|
3745
|
-
.
|
|
3746
|
-
.
|
|
3755
|
+
.Menu_item__NzJlM[data-focus],
|
|
3756
|
+
.Menu_item__NzJlM[data-focus-visible] {
|
|
3747
3757
|
outline: var(--outline);
|
|
3748
3758
|
background: var(--highlight-color);
|
|
3749
3759
|
}
|
|
3750
|
-
.
|
|
3760
|
+
.Menu_item__NzJlM:hover {
|
|
3751
3761
|
background: var(--highlight-color);
|
|
3752
3762
|
}
|
|
3753
|
-
.
|
|
3763
|
+
.Menu_item__NzJlM[data-selected] {
|
|
3754
3764
|
font-weight: bold;
|
|
3755
3765
|
}
|
|
3756
|
-
.
|
|
3766
|
+
.Menu_item__NzJlM[data-selected] .Menu_check__ZDc1Z {
|
|
3757
3767
|
display: flex;
|
|
3758
3768
|
justify-content: flex-end;
|
|
3759
3769
|
flex: 1;
|
|
3760
3770
|
}
|
|
3761
|
-
.
|
|
3771
|
+
.Menu_check__ZDc1Z {
|
|
3762
3772
|
display: none;
|
|
3763
3773
|
}
|
|
3764
3774
|
|