@umami/react-zen 0.122.0 → 0.125.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 +41 -33
- package/dist/index.js +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
- package/styles.css +41 -33
package/dist/index.css
CHANGED
|
@@ -3046,7 +3046,7 @@
|
|
|
3046
3046
|
}
|
|
3047
3047
|
|
|
3048
3048
|
/* virtual-css:css:616ae3b49446388ff62e911490fa55d8 */
|
|
3049
|
-
.
|
|
3049
|
+
.Button_button__YTAxZ {
|
|
3050
3050
|
display: flex;
|
|
3051
3051
|
align-items: center;
|
|
3052
3052
|
justify-content: center;
|
|
@@ -3065,86 +3065,89 @@
|
|
|
3065
3065
|
line-height: 1.5;
|
|
3066
3066
|
--button-height: calc(1.5 * var(--font-size) + 2 * var(--padding-y)) ;
|
|
3067
3067
|
}
|
|
3068
|
-
.
|
|
3068
|
+
.Button_button__YTAxZ:disabled {
|
|
3069
3069
|
color: var(--font-color-muted);
|
|
3070
3070
|
pointer-events: none;
|
|
3071
3071
|
}
|
|
3072
|
-
.
|
|
3072
|
+
.Button_button__YTAxZ:hover {
|
|
3073
3073
|
color: var(--font-color);
|
|
3074
3074
|
background: color-mix(in srgb, var(--base-color-3), 5% var(--dark-color));
|
|
3075
3075
|
}
|
|
3076
|
-
.
|
|
3076
|
+
.Button_button__YTAxZ[data-pressed] {
|
|
3077
3077
|
background: color-mix(in srgb, var(--base-color-3), 10% var(--dark-color));
|
|
3078
3078
|
}
|
|
3079
|
-
.
|
|
3079
|
+
.Button_button__YTAxZ.Button_primary__NDFlY {
|
|
3080
3080
|
color: var(--primary-font-color) !important;
|
|
3081
3081
|
background: var(--primary-color);
|
|
3082
3082
|
}
|
|
3083
|
-
.
|
|
3083
|
+
.Button_button__YTAxZ.Button_primary__NDFlY:hover {
|
|
3084
3084
|
background: color-mix(in srgb, var(--primary-color), 10% var(--primary-font-color));
|
|
3085
3085
|
}
|
|
3086
|
-
.
|
|
3086
|
+
.Button_button__YTAxZ.Button_primary__NDFlY[data-pressed] {
|
|
3087
3087
|
background: color-mix(in srgb, var(--primary-color), 20% var(--primary-font-color));
|
|
3088
3088
|
}
|
|
3089
|
-
.
|
|
3089
|
+
.Button_button__YTAxZ.Button_primary__NDFlY:disabled {
|
|
3090
3090
|
color: var(--primary-font-color);
|
|
3091
3091
|
background: var(--base-color-9);
|
|
3092
3092
|
}
|
|
3093
|
-
.
|
|
3093
|
+
.Button_button__YTAxZ.Button_outline__ZjQ3O {
|
|
3094
3094
|
background: var(--background-color);
|
|
3095
3095
|
border: var(--border);
|
|
3096
3096
|
box-shadow: var(--box-shadow-1);
|
|
3097
3097
|
}
|
|
3098
|
-
.
|
|
3098
|
+
.Button_button__YTAxZ.Button_outline__ZjQ3O:hover {
|
|
3099
3099
|
border-color: var(--border-color-3);
|
|
3100
3100
|
}
|
|
3101
|
-
.
|
|
3101
|
+
.Button_button__YTAxZ.Button_outline__ZjQ3O[data-pressed] {
|
|
3102
3102
|
background: var(--highlight-color);
|
|
3103
3103
|
}
|
|
3104
|
-
.
|
|
3104
|
+
.Button_button__YTAxZ.Button_outline__ZjQ3O:disabled {
|
|
3105
|
+
background: var(--base-color-2);
|
|
3106
|
+
}
|
|
3107
|
+
.Button_button__YTAxZ.Button_quiet__ZWYwN {
|
|
3105
3108
|
background: transparent;
|
|
3106
3109
|
}
|
|
3107
|
-
.
|
|
3110
|
+
.Button_button__YTAxZ.Button_quiet__ZWYwN:hover {
|
|
3108
3111
|
background: var(--highlight-color);
|
|
3109
3112
|
}
|
|
3110
|
-
.
|
|
3113
|
+
.Button_button__YTAxZ.Button_quiet__ZWYwN[data-pressed] {
|
|
3111
3114
|
background: color-mix(in srgb, var(--highlight-color), 5% var(--dark-color));
|
|
3112
3115
|
}
|
|
3113
|
-
.
|
|
3116
|
+
.Button_button__YTAxZ.Button_danger__YTg1M {
|
|
3114
3117
|
color: var(--light-color);
|
|
3115
3118
|
background: var(--danger-color);
|
|
3116
3119
|
}
|
|
3117
|
-
.
|
|
3120
|
+
.Button_button__YTAxZ.Button_danger__YTg1M:hover {
|
|
3118
3121
|
background: color-mix(in srgb, var(--danger-color), 6% black);
|
|
3119
3122
|
}
|
|
3120
|
-
.
|
|
3123
|
+
.Button_button__YTAxZ.Button_danger__YTg1M[data-pressed] {
|
|
3121
3124
|
background: color-mix(in srgb, var(--danger-color), 12% black);
|
|
3122
3125
|
}
|
|
3123
|
-
.
|
|
3126
|
+
.Button_button__YTAxZ.Button_danger__YTg1M:disabled {
|
|
3124
3127
|
color: var(--primary-font-color);
|
|
3125
3128
|
background: var(--base-color-8);
|
|
3126
3129
|
}
|
|
3127
|
-
.
|
|
3130
|
+
.Button_button__YTAxZ.Button_sm__ZTAwM {
|
|
3128
3131
|
font-size: calc(0.9 * var(--font-size));
|
|
3129
3132
|
padding: calc(0.5 * var(--padding-y)) calc(0.75 * var(--padding-x));
|
|
3130
3133
|
min-height: calc(0.9 * var(--button-height));
|
|
3131
3134
|
}
|
|
3132
|
-
.
|
|
3135
|
+
.Button_button__YTAxZ.Button_md__MDNjZ {
|
|
3133
3136
|
font-size: var(--font-size);
|
|
3134
3137
|
padding: var(--padding);
|
|
3135
3138
|
min-height: var(--button-height);
|
|
3136
3139
|
}
|
|
3137
|
-
.
|
|
3140
|
+
.Button_button__YTAxZ.Button_lg__Njc0N {
|
|
3138
3141
|
font-size: calc(1.25 * var(--font-size));
|
|
3139
3142
|
padding: var(--padding-y) calc(1.25 * var(--padding-x));
|
|
3140
3143
|
min-height: calc(1.25 * var(--button-height));
|
|
3141
3144
|
}
|
|
3142
|
-
.
|
|
3145
|
+
.Button_button__YTAxZ.Button_xl__MmUxM {
|
|
3143
3146
|
font-size: calc(1.5 * var(--font-size));
|
|
3144
3147
|
padding: calc(1.25 * var(--padding-y)) calc(1.25 * var(--padding-x));
|
|
3145
3148
|
min-height: calc(1.5 * var(--button-height));
|
|
3146
3149
|
}
|
|
3147
|
-
body a.
|
|
3150
|
+
body a.Button_button__YTAxZ {
|
|
3148
3151
|
color: inherit;
|
|
3149
3152
|
text-decoration: none;
|
|
3150
3153
|
}
|
|
@@ -3651,7 +3654,7 @@ body a.Button_button__NDYwM {
|
|
|
3651
3654
|
}
|
|
3652
3655
|
|
|
3653
3656
|
/* virtual-css:css:f85c857d13f820fa4badfb09996080b9 */
|
|
3654
|
-
.
|
|
3657
|
+
.TextField_field__YWQzN {
|
|
3655
3658
|
display: flex;
|
|
3656
3659
|
align-items: center;
|
|
3657
3660
|
padding: 0 var(--padding-x);
|
|
@@ -3682,12 +3685,13 @@ body a.Button_button__NDYwM {
|
|
|
3682
3685
|
}
|
|
3683
3686
|
}
|
|
3684
3687
|
}
|
|
3685
|
-
.
|
|
3686
|
-
.
|
|
3688
|
+
.TextField_field__YWQzN input,
|
|
3689
|
+
.TextField_field__YWQzN textarea {
|
|
3687
3690
|
border: none;
|
|
3688
3691
|
outline: none;
|
|
3689
3692
|
padding: var(--padding-y) 0;
|
|
3690
3693
|
background: transparent;
|
|
3694
|
+
width: 100%;
|
|
3691
3695
|
flex: 1;
|
|
3692
3696
|
&::placeholder {
|
|
3693
3697
|
color: var(--font-color-muted);
|
|
@@ -3697,8 +3701,11 @@ body a.Button_button__NDYwM {
|
|
|
3697
3701
|
-webkit-appearance: none;
|
|
3698
3702
|
}
|
|
3699
3703
|
}
|
|
3700
|
-
.
|
|
3701
|
-
padding
|
|
3704
|
+
.TextField_textarea__YWRmM {
|
|
3705
|
+
padding: 0;
|
|
3706
|
+
& textarea {
|
|
3707
|
+
padding: var(--padding);
|
|
3708
|
+
}
|
|
3702
3709
|
}
|
|
3703
3710
|
|
|
3704
3711
|
/* virtual-css:css:603e8ab63f869366a7b9c81da6a1d757 */
|
|
@@ -4421,26 +4428,27 @@ body a.Button_button__NDYwM {
|
|
|
4421
4428
|
}
|
|
4422
4429
|
|
|
4423
4430
|
/* virtual-css:css:851dd5366a20c382ffec60997ee93e35 */
|
|
4424
|
-
.
|
|
4431
|
+
.Select_select__NmFmN {
|
|
4425
4432
|
width: 100%;
|
|
4426
4433
|
}
|
|
4427
|
-
.
|
|
4434
|
+
.Select_button__OGYyM {
|
|
4428
4435
|
width: 100%;
|
|
4429
4436
|
}
|
|
4430
|
-
.
|
|
4437
|
+
.Select_value__N2M0Y {
|
|
4431
4438
|
display: flex;
|
|
4432
4439
|
align-items: center;
|
|
4433
4440
|
justify-content: space-between;
|
|
4434
4441
|
width: 100%;
|
|
4435
4442
|
}
|
|
4436
|
-
.
|
|
4443
|
+
.Select_list__NzIyZ {
|
|
4437
4444
|
padding: var(--spacing-2);
|
|
4438
4445
|
background-color: var(--background-color);
|
|
4439
4446
|
border: var(--border);
|
|
4440
4447
|
border-radius: var(--border-radius);
|
|
4441
4448
|
box-shadow: var(--box-shadow-3);
|
|
4449
|
+
width: 260px;
|
|
4442
4450
|
}
|
|
4443
|
-
.
|
|
4451
|
+
.Select_search__MGM1N {
|
|
4444
4452
|
margin-bottom: var(--spacing-2);
|
|
4445
4453
|
}
|
|
4446
4454
|
|
package/dist/index.js
CHANGED
|
@@ -26136,7 +26136,7 @@ function FormField({
|
|
|
26136
26136
|
var import_classnames7 = __toESM(require_classnames());
|
|
26137
26137
|
|
|
26138
26138
|
// css-modules:E:\dev\umami-react-zen\src\components\Button.module.css
|
|
26139
|
-
var Button_default = { "button": "
|
|
26139
|
+
var Button_default = { "button": "Button_button__YTAxZ", "primary": "Button_primary__NDFlY", "outline": "Button_outline__ZjQ3O", "quiet": "Button_quiet__ZWYwN", "danger": "Button_danger__YTg1M", "sm": "Button_sm__ZTAwM", "md": "Button_md__MDNjZ", "lg": "Button_lg__Njc0N", "xl": "Button_xl__MmUxM" };
|
|
26140
26140
|
|
|
26141
26141
|
// src/components/Button.tsx
|
|
26142
26142
|
var import_jsx_runtime13 = require("react/jsx-runtime");
|
|
@@ -30408,7 +30408,7 @@ function CopyButton({ value, timeout = TIMEOUT, className, children, ...props })
|
|
|
30408
30408
|
}
|
|
30409
30409
|
|
|
30410
30410
|
// css-modules:E:\dev\umami-react-zen\src\components\TextField.module.css
|
|
30411
|
-
var TextField_default = { "field": "
|
|
30411
|
+
var TextField_default = { "field": "TextField_field__YWQzN", "textarea": "TextField_textarea__YWRmM" };
|
|
30412
30412
|
|
|
30413
30413
|
// src/components/TextField.tsx
|
|
30414
30414
|
var import_jsx_runtime34 = require("react/jsx-runtime");
|
|
@@ -31299,7 +31299,7 @@ var import_react187 = require("react");
|
|
|
31299
31299
|
var import_classnames44 = __toESM(require_classnames());
|
|
31300
31300
|
|
|
31301
31301
|
// css-modules:E:\dev\umami-react-zen\src\components\Select.module.css
|
|
31302
|
-
var Select_default = { "select": "
|
|
31302
|
+
var Select_default = { "select": "Select_select__NmFmN", "button": "Select_button__OGYyM", "value": "Select_value__N2M0Y", "list": "Select_list__NzIyZ", "search": "Select_search__MGM1N" };
|
|
31303
31303
|
|
|
31304
31304
|
// src/components/Select.tsx
|
|
31305
31305
|
var import_jsx_runtime58 = require("react/jsx-runtime");
|
package/dist/index.mjs
CHANGED
|
@@ -26023,7 +26023,7 @@ function FormField({
|
|
|
26023
26023
|
var import_classnames7 = __toESM(require_classnames());
|
|
26024
26024
|
|
|
26025
26025
|
// css-modules:E:\dev\umami-react-zen\src\components\Button.module.css
|
|
26026
|
-
var Button_default = { "button": "
|
|
26026
|
+
var Button_default = { "button": "Button_button__YTAxZ", "primary": "Button_primary__NDFlY", "outline": "Button_outline__ZjQ3O", "quiet": "Button_quiet__ZWYwN", "danger": "Button_danger__YTg1M", "sm": "Button_sm__ZTAwM", "md": "Button_md__MDNjZ", "lg": "Button_lg__Njc0N", "xl": "Button_xl__MmUxM" };
|
|
26027
26027
|
|
|
26028
26028
|
// src/components/Button.tsx
|
|
26029
26029
|
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
@@ -30295,7 +30295,7 @@ function CopyButton({ value, timeout = TIMEOUT, className, children, ...props })
|
|
|
30295
30295
|
}
|
|
30296
30296
|
|
|
30297
30297
|
// css-modules:E:\dev\umami-react-zen\src\components\TextField.module.css
|
|
30298
|
-
var TextField_default = { "field": "
|
|
30298
|
+
var TextField_default = { "field": "TextField_field__YWQzN", "textarea": "TextField_textarea__YWRmM" };
|
|
30299
30299
|
|
|
30300
30300
|
// src/components/TextField.tsx
|
|
30301
30301
|
import { Fragment as Fragment4, jsx as jsx34, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
@@ -31190,7 +31190,7 @@ import { useState as useState17 } from "react";
|
|
|
31190
31190
|
var import_classnames44 = __toESM(require_classnames());
|
|
31191
31191
|
|
|
31192
31192
|
// css-modules:E:\dev\umami-react-zen\src\components\Select.module.css
|
|
31193
|
-
var Select_default = { "select": "
|
|
31193
|
+
var Select_default = { "select": "Select_select__NmFmN", "button": "Select_button__OGYyM", "value": "Select_value__N2M0Y", "list": "Select_list__NzIyZ", "search": "Select_search__MGM1N" };
|
|
31194
31194
|
|
|
31195
31195
|
// src/components/Select.tsx
|
|
31196
31196
|
import { jsx as jsx58, jsxs as jsxs33 } from "react/jsx-runtime";
|
package/package.json
CHANGED
package/styles.css
CHANGED
|
@@ -3364,7 +3364,7 @@ li {
|
|
|
3364
3364
|
}
|
|
3365
3365
|
|
|
3366
3366
|
/* virtual-css:css:616ae3b49446388ff62e911490fa55d8 */
|
|
3367
|
-
.
|
|
3367
|
+
.Button_button__YTAxZ {
|
|
3368
3368
|
display: flex;
|
|
3369
3369
|
align-items: center;
|
|
3370
3370
|
justify-content: center;
|
|
@@ -3383,86 +3383,89 @@ li {
|
|
|
3383
3383
|
line-height: 1.5;
|
|
3384
3384
|
--button-height: calc(1.5 * var(--font-size) + 2 * var(--padding-y)) ;
|
|
3385
3385
|
}
|
|
3386
|
-
.
|
|
3386
|
+
.Button_button__YTAxZ:disabled {
|
|
3387
3387
|
color: var(--font-color-muted);
|
|
3388
3388
|
pointer-events: none;
|
|
3389
3389
|
}
|
|
3390
|
-
.
|
|
3390
|
+
.Button_button__YTAxZ:hover {
|
|
3391
3391
|
color: var(--font-color);
|
|
3392
3392
|
background: color-mix(in srgb, var(--base-color-3), 5% var(--dark-color));
|
|
3393
3393
|
}
|
|
3394
|
-
.
|
|
3394
|
+
.Button_button__YTAxZ[data-pressed] {
|
|
3395
3395
|
background: color-mix(in srgb, var(--base-color-3), 10% var(--dark-color));
|
|
3396
3396
|
}
|
|
3397
|
-
.
|
|
3397
|
+
.Button_button__YTAxZ.Button_primary__NDFlY {
|
|
3398
3398
|
color: var(--primary-font-color) !important;
|
|
3399
3399
|
background: var(--primary-color);
|
|
3400
3400
|
}
|
|
3401
|
-
.
|
|
3401
|
+
.Button_button__YTAxZ.Button_primary__NDFlY:hover {
|
|
3402
3402
|
background: color-mix(in srgb, var(--primary-color), 10% var(--primary-font-color));
|
|
3403
3403
|
}
|
|
3404
|
-
.
|
|
3404
|
+
.Button_button__YTAxZ.Button_primary__NDFlY[data-pressed] {
|
|
3405
3405
|
background: color-mix(in srgb, var(--primary-color), 20% var(--primary-font-color));
|
|
3406
3406
|
}
|
|
3407
|
-
.
|
|
3407
|
+
.Button_button__YTAxZ.Button_primary__NDFlY:disabled {
|
|
3408
3408
|
color: var(--primary-font-color);
|
|
3409
3409
|
background: var(--base-color-9);
|
|
3410
3410
|
}
|
|
3411
|
-
.
|
|
3411
|
+
.Button_button__YTAxZ.Button_outline__ZjQ3O {
|
|
3412
3412
|
background: var(--background-color);
|
|
3413
3413
|
border: var(--border);
|
|
3414
3414
|
box-shadow: var(--box-shadow-1);
|
|
3415
3415
|
}
|
|
3416
|
-
.
|
|
3416
|
+
.Button_button__YTAxZ.Button_outline__ZjQ3O:hover {
|
|
3417
3417
|
border-color: var(--border-color-3);
|
|
3418
3418
|
}
|
|
3419
|
-
.
|
|
3419
|
+
.Button_button__YTAxZ.Button_outline__ZjQ3O[data-pressed] {
|
|
3420
3420
|
background: var(--highlight-color);
|
|
3421
3421
|
}
|
|
3422
|
-
.
|
|
3422
|
+
.Button_button__YTAxZ.Button_outline__ZjQ3O:disabled {
|
|
3423
|
+
background: var(--base-color-2);
|
|
3424
|
+
}
|
|
3425
|
+
.Button_button__YTAxZ.Button_quiet__ZWYwN {
|
|
3423
3426
|
background: transparent;
|
|
3424
3427
|
}
|
|
3425
|
-
.
|
|
3428
|
+
.Button_button__YTAxZ.Button_quiet__ZWYwN:hover {
|
|
3426
3429
|
background: var(--highlight-color);
|
|
3427
3430
|
}
|
|
3428
|
-
.
|
|
3431
|
+
.Button_button__YTAxZ.Button_quiet__ZWYwN[data-pressed] {
|
|
3429
3432
|
background: color-mix(in srgb, var(--highlight-color), 5% var(--dark-color));
|
|
3430
3433
|
}
|
|
3431
|
-
.
|
|
3434
|
+
.Button_button__YTAxZ.Button_danger__YTg1M {
|
|
3432
3435
|
color: var(--light-color);
|
|
3433
3436
|
background: var(--danger-color);
|
|
3434
3437
|
}
|
|
3435
|
-
.
|
|
3438
|
+
.Button_button__YTAxZ.Button_danger__YTg1M:hover {
|
|
3436
3439
|
background: color-mix(in srgb, var(--danger-color), 6% black);
|
|
3437
3440
|
}
|
|
3438
|
-
.
|
|
3441
|
+
.Button_button__YTAxZ.Button_danger__YTg1M[data-pressed] {
|
|
3439
3442
|
background: color-mix(in srgb, var(--danger-color), 12% black);
|
|
3440
3443
|
}
|
|
3441
|
-
.
|
|
3444
|
+
.Button_button__YTAxZ.Button_danger__YTg1M:disabled {
|
|
3442
3445
|
color: var(--primary-font-color);
|
|
3443
3446
|
background: var(--base-color-8);
|
|
3444
3447
|
}
|
|
3445
|
-
.
|
|
3448
|
+
.Button_button__YTAxZ.Button_sm__ZTAwM {
|
|
3446
3449
|
font-size: calc(0.9 * var(--font-size));
|
|
3447
3450
|
padding: calc(0.5 * var(--padding-y)) calc(0.75 * var(--padding-x));
|
|
3448
3451
|
min-height: calc(0.9 * var(--button-height));
|
|
3449
3452
|
}
|
|
3450
|
-
.
|
|
3453
|
+
.Button_button__YTAxZ.Button_md__MDNjZ {
|
|
3451
3454
|
font-size: var(--font-size);
|
|
3452
3455
|
padding: var(--padding);
|
|
3453
3456
|
min-height: var(--button-height);
|
|
3454
3457
|
}
|
|
3455
|
-
.
|
|
3458
|
+
.Button_button__YTAxZ.Button_lg__Njc0N {
|
|
3456
3459
|
font-size: calc(1.25 * var(--font-size));
|
|
3457
3460
|
padding: var(--padding-y) calc(1.25 * var(--padding-x));
|
|
3458
3461
|
min-height: calc(1.25 * var(--button-height));
|
|
3459
3462
|
}
|
|
3460
|
-
.
|
|
3463
|
+
.Button_button__YTAxZ.Button_xl__MmUxM {
|
|
3461
3464
|
font-size: calc(1.5 * var(--font-size));
|
|
3462
3465
|
padding: calc(1.25 * var(--padding-y)) calc(1.25 * var(--padding-x));
|
|
3463
3466
|
min-height: calc(1.5 * var(--button-height));
|
|
3464
3467
|
}
|
|
3465
|
-
body a.
|
|
3468
|
+
body a.Button_button__YTAxZ {
|
|
3466
3469
|
color: inherit;
|
|
3467
3470
|
text-decoration: none;
|
|
3468
3471
|
}
|
|
@@ -3969,7 +3972,7 @@ body a.Button_button__NDYwM {
|
|
|
3969
3972
|
}
|
|
3970
3973
|
|
|
3971
3974
|
/* virtual-css:css:f85c857d13f820fa4badfb09996080b9 */
|
|
3972
|
-
.
|
|
3975
|
+
.TextField_field__YWQzN {
|
|
3973
3976
|
display: flex;
|
|
3974
3977
|
align-items: center;
|
|
3975
3978
|
padding: 0 var(--padding-x);
|
|
@@ -4000,12 +4003,13 @@ body a.Button_button__NDYwM {
|
|
|
4000
4003
|
}
|
|
4001
4004
|
}
|
|
4002
4005
|
}
|
|
4003
|
-
.
|
|
4004
|
-
.
|
|
4006
|
+
.TextField_field__YWQzN input,
|
|
4007
|
+
.TextField_field__YWQzN textarea {
|
|
4005
4008
|
border: none;
|
|
4006
4009
|
outline: none;
|
|
4007
4010
|
padding: var(--padding-y) 0;
|
|
4008
4011
|
background: transparent;
|
|
4012
|
+
width: 100%;
|
|
4009
4013
|
flex: 1;
|
|
4010
4014
|
&::placeholder {
|
|
4011
4015
|
color: var(--font-color-muted);
|
|
@@ -4015,8 +4019,11 @@ body a.Button_button__NDYwM {
|
|
|
4015
4019
|
-webkit-appearance: none;
|
|
4016
4020
|
}
|
|
4017
4021
|
}
|
|
4018
|
-
.
|
|
4019
|
-
padding
|
|
4022
|
+
.TextField_textarea__YWRmM {
|
|
4023
|
+
padding: 0;
|
|
4024
|
+
& textarea {
|
|
4025
|
+
padding: var(--padding);
|
|
4026
|
+
}
|
|
4020
4027
|
}
|
|
4021
4028
|
|
|
4022
4029
|
/* virtual-css:css:603e8ab63f869366a7b9c81da6a1d757 */
|
|
@@ -4739,26 +4746,27 @@ body a.Button_button__NDYwM {
|
|
|
4739
4746
|
}
|
|
4740
4747
|
|
|
4741
4748
|
/* virtual-css:css:851dd5366a20c382ffec60997ee93e35 */
|
|
4742
|
-
.
|
|
4749
|
+
.Select_select__NmFmN {
|
|
4743
4750
|
width: 100%;
|
|
4744
4751
|
}
|
|
4745
|
-
.
|
|
4752
|
+
.Select_button__OGYyM {
|
|
4746
4753
|
width: 100%;
|
|
4747
4754
|
}
|
|
4748
|
-
.
|
|
4755
|
+
.Select_value__N2M0Y {
|
|
4749
4756
|
display: flex;
|
|
4750
4757
|
align-items: center;
|
|
4751
4758
|
justify-content: space-between;
|
|
4752
4759
|
width: 100%;
|
|
4753
4760
|
}
|
|
4754
|
-
.
|
|
4761
|
+
.Select_list__NzIyZ {
|
|
4755
4762
|
padding: var(--spacing-2);
|
|
4756
4763
|
background-color: var(--background-color);
|
|
4757
4764
|
border: var(--border);
|
|
4758
4765
|
border-radius: var(--border-radius);
|
|
4759
4766
|
box-shadow: var(--box-shadow-3);
|
|
4767
|
+
width: 260px;
|
|
4760
4768
|
}
|
|
4761
|
-
.
|
|
4769
|
+
.Select_search__MGM1N {
|
|
4762
4770
|
margin-bottom: var(--spacing-2);
|
|
4763
4771
|
}
|
|
4764
4772
|
|