@react-ui-org/react-ui 0.61.0 → 0.62.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/.nvmrc +1 -1
- package/dist/react-ui.css +16 -16
- package/dist/react-ui.development.css +248 -178
- package/dist/react-ui.development.js +477 -477
- package/dist/react-ui.js +1 -1
- package/package.json +36 -39
- package/src/components/FormLayout/README.md +10 -10
- package/src/components/Radio/README.md +4 -4
- package/src/components/SelectField/README.md +5 -5
- package/src/components/Toggle/README.md +9 -9
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
/*!***********************************************************************************************************************************************************************************************************!*\
|
|
2
2
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/index.scss ***!
|
|
3
3
|
\***********************************************************************************************************************************************************************************************************/
|
|
4
|
-
@charset "UTF-8";
|
|
5
4
|
@layer theme, foundation, helpers, components, utilities;
|
|
6
5
|
@layer theme {
|
|
7
6
|
:root {
|
|
@@ -79,79 +78,79 @@
|
|
|
79
78
|
--rui-cursor-not-allowed: not-allowed;
|
|
80
79
|
--rui-border-focus-ring: var(--rui-dimension-space-1) solid rgba(0, 123, 255, 0.5);
|
|
81
80
|
--rui-color-text-primary: #000;
|
|
82
|
-
--rui-color-text-primary-disabled:
|
|
83
|
-
--rui-color-text-secondary:
|
|
84
|
-
--rui-color-text-secondary-disabled:
|
|
81
|
+
--rui-color-text-primary-disabled: rgb(178.5, 178.5, 178.5);
|
|
82
|
+
--rui-color-text-secondary: rgb(127.5, 127.5, 127.5);
|
|
83
|
+
--rui-color-text-secondary-disabled: rgb(178.5, 178.5, 178.5);
|
|
85
84
|
--rui-color-text-link: #007bff;
|
|
86
|
-
--rui-color-text-link-hover:
|
|
87
|
-
--rui-color-text-link-active:
|
|
85
|
+
--rui-color-text-link-hover: rgb(0, 110.7, 229.5);
|
|
86
|
+
--rui-color-text-link-active: rgb(0, 98.4, 204);
|
|
88
87
|
--rui-color-action-primary: #00778b;
|
|
89
|
-
--rui-color-action-primary-hover:
|
|
90
|
-
--rui-color-action-primary-active:
|
|
88
|
+
--rui-color-action-primary-hover: rgb(0, 107.1, 125.1);
|
|
89
|
+
--rui-color-action-primary-active: rgb(0, 95.2, 111.2);
|
|
91
90
|
--rui-color-action-on-primary: #fff;
|
|
92
|
-
--rui-color-action-secondary:
|
|
93
|
-
--rui-color-action-secondary-hover:
|
|
91
|
+
--rui-color-action-secondary: rgb(127.5, 127.5, 127.5);
|
|
92
|
+
--rui-color-action-secondary-hover: rgb(114.75, 114.75, 114.75);
|
|
94
93
|
--rui-color-action-secondary-active: #666666;
|
|
95
94
|
--rui-color-action-on-secondary: #fff;
|
|
96
95
|
--rui-color-action-selected: #007bff;
|
|
97
|
-
--rui-color-action-selected-hover:
|
|
98
|
-
--rui-color-action-selected-active:
|
|
96
|
+
--rui-color-action-selected-hover: rgb(0, 110.7, 229.5);
|
|
97
|
+
--rui-color-action-selected-active: rgb(0, 98.4, 204);
|
|
99
98
|
--rui-color-action-on-selected: #fff;
|
|
100
99
|
--rui-color-feedback-success: #28a745;
|
|
101
|
-
--rui-color-feedback-success-hover:
|
|
102
|
-
--rui-color-feedback-success-active:
|
|
100
|
+
--rui-color-feedback-success-hover: rgb(36, 150.3, 62.1);
|
|
101
|
+
--rui-color-feedback-success-active: rgb(32, 133.6, 55.2);
|
|
103
102
|
--rui-color-feedback-on-success: #fff;
|
|
104
103
|
--rui-color-feedback-warning: #ffc107;
|
|
105
|
-
--rui-color-feedback-warning-hover:
|
|
106
|
-
--rui-color-feedback-warning-active:
|
|
104
|
+
--rui-color-feedback-warning-hover: rgb(229.5, 173.7, 6.3);
|
|
105
|
+
--rui-color-feedback-warning-active: rgb(204, 154.4, 5.6);
|
|
107
106
|
--rui-color-feedback-on-warning: #000;
|
|
108
107
|
--rui-color-feedback-danger: #dc3545;
|
|
109
|
-
--rui-color-feedback-danger-hover:
|
|
110
|
-
--rui-color-feedback-danger-active:
|
|
108
|
+
--rui-color-feedback-danger-hover: rgb(198, 47.7, 62.1);
|
|
109
|
+
--rui-color-feedback-danger-active: rgb(176, 42.4, 55.2);
|
|
111
110
|
--rui-color-feedback-on-danger: #fff;
|
|
112
111
|
--rui-color-feedback-help: #6610f2;
|
|
113
|
-
--rui-color-feedback-help-hover:
|
|
114
|
-
--rui-color-feedback-help-active:
|
|
112
|
+
--rui-color-feedback-help-hover: rgb(91.8, 14.4, 217.8);
|
|
113
|
+
--rui-color-feedback-help-active: rgb(81.6, 12.8, 193.6);
|
|
115
114
|
--rui-color-feedback-on-help: #fff;
|
|
116
115
|
--rui-color-feedback-info: #17a2b8;
|
|
117
|
-
--rui-color-feedback-info-hover:
|
|
118
|
-
--rui-color-feedback-info-active:
|
|
116
|
+
--rui-color-feedback-info-hover: rgb(20.7, 145.8, 165.6);
|
|
117
|
+
--rui-color-feedback-info-active: rgb(18.4, 129.6, 147.2);
|
|
119
118
|
--rui-color-feedback-on-info: #fff;
|
|
120
119
|
--rui-color-feedback-note: #007bff;
|
|
121
|
-
--rui-color-feedback-note-hover:
|
|
122
|
-
--rui-color-feedback-note-active:
|
|
120
|
+
--rui-color-feedback-note-hover: rgb(0, 110.7, 229.5);
|
|
121
|
+
--rui-color-feedback-note-active: rgb(0, 98.4, 204);
|
|
123
122
|
--rui-color-feedback-on-note: #fff;
|
|
124
123
|
--rui-color-neutral-light: #fff;
|
|
125
|
-
--rui-color-neutral-light-hover:
|
|
126
|
-
--rui-color-neutral-light-active:
|
|
127
|
-
--rui-color-neutral-on-light:
|
|
128
|
-
--rui-color-neutral-dark:
|
|
124
|
+
--rui-color-neutral-light-hover: rgb(242.25, 242.25, 242.25);
|
|
125
|
+
--rui-color-neutral-light-active: rgb(229.5, 229.5, 229.5);
|
|
126
|
+
--rui-color-neutral-on-light: rgb(76.5, 76.5, 76.5);
|
|
127
|
+
--rui-color-neutral-dark: rgb(76.5, 76.5, 76.5);
|
|
129
128
|
--rui-color-neutral-dark-hover: #333333;
|
|
130
|
-
--rui-color-neutral-dark-active:
|
|
129
|
+
--rui-color-neutral-dark-active: rgb(25.5, 25.5, 25.5);
|
|
131
130
|
--rui-color-neutral-on-dark: #fff;
|
|
132
|
-
--rui-color-background-base:
|
|
131
|
+
--rui-color-background-base: rgb(242.25, 242.25, 242.25);
|
|
133
132
|
--rui-color-background-layer-1: #fff;
|
|
134
133
|
--rui-color-background-layer-2: #fff;
|
|
135
134
|
--rui-color-background-basic: #fff;
|
|
136
|
-
--rui-color-background-disabled:
|
|
135
|
+
--rui-color-background-disabled: rgb(242.25, 242.25, 242.25);
|
|
137
136
|
--rui-color-background-interactive: transparent;
|
|
138
|
-
--rui-color-background-interactive-hover:
|
|
139
|
-
--rui-color-background-interactive-active:
|
|
140
|
-
--rui-color-background-primary:
|
|
141
|
-
--rui-color-background-secondary:
|
|
142
|
-
--rui-color-background-selected:
|
|
143
|
-
--rui-color-background-success:
|
|
144
|
-
--rui-color-background-warning:
|
|
145
|
-
--rui-color-background-danger:
|
|
146
|
-
--rui-color-background-help:
|
|
147
|
-
--rui-color-background-info:
|
|
148
|
-
--rui-color-background-note:
|
|
149
|
-
--rui-color-background-light:
|
|
137
|
+
--rui-color-background-interactive-hover: rgb(242.25, 242.25, 242.25);
|
|
138
|
+
--rui-color-background-interactive-active: rgb(229.5, 229.5, 229.5);
|
|
139
|
+
--rui-color-background-primary: rgb(229.5, 241.4, 243.4);
|
|
140
|
+
--rui-color-background-secondary: rgb(242.25, 242.25, 242.25);
|
|
141
|
+
--rui-color-background-selected: rgb(229.5, 241.8, 255);
|
|
142
|
+
--rui-color-background-success: rgb(233.5, 246.2, 236.4);
|
|
143
|
+
--rui-color-background-warning: rgb(255, 248.8, 230.2);
|
|
144
|
+
--rui-color-background-danger: rgb(251.5, 234.8, 236.4);
|
|
145
|
+
--rui-color-background-help: rgb(239.7, 231.1, 253.7);
|
|
146
|
+
--rui-color-background-info: rgb(231.8, 245.7, 247.9);
|
|
147
|
+
--rui-color-background-note: rgb(229.5, 241.8, 255);
|
|
148
|
+
--rui-color-background-light: rgb(229.5, 229.5, 229.5);
|
|
150
149
|
--rui-color-background-dark: #666666;
|
|
151
150
|
--rui-color-border-primary: #cccccc;
|
|
152
|
-
--rui-color-border-primary-hover:
|
|
153
|
-
--rui-color-border-primary-active:
|
|
154
|
-
--rui-color-border-secondary:
|
|
151
|
+
--rui-color-border-primary-hover: rgb(127.5, 127.5, 127.5);
|
|
152
|
+
--rui-color-border-primary-active: rgb(0, 98.4, 204);
|
|
153
|
+
--rui-color-border-secondary: rgb(229.5, 229.5, 229.5);
|
|
155
154
|
--rui-dimension-focus-ring-offset: var(--rui-dimension-border-width-1);
|
|
156
155
|
--rui-dimension-tap-target-size: var(--rui-dimension-space-7);
|
|
157
156
|
--rui-dimension-space-bottom-base: var(--rui-dimension-space-5);
|
|
@@ -584,7 +583,7 @@
|
|
|
584
583
|
--rui-FormField__help-text__font-style: normal;
|
|
585
584
|
--rui-FormField__help-text__color: var(--rui-color-text-secondary);
|
|
586
585
|
--rui-FormField--required__label__color: inherit;
|
|
587
|
-
--rui-FormField--required__sign: "
|
|
586
|
+
--rui-FormField--required__sign: "\00a0*";
|
|
588
587
|
--rui-FormField--required__sign__color: var(--rui-color-text-secondary);
|
|
589
588
|
--rui-FormField--horizontal__label__text-align: left;
|
|
590
589
|
--rui-FormField--horizontal__label__min-width: 0;
|
|
@@ -3526,9 +3525,6 @@
|
|
|
3526
3525
|
box-shadow: none;
|
|
3527
3526
|
cursor: pointer;
|
|
3528
3527
|
position: relative;
|
|
3529
|
-
padding: var(--rui-Alert__padding);
|
|
3530
|
-
font-size: var(--rui-font-size-4);
|
|
3531
|
-
line-height: 1;
|
|
3532
3528
|
}
|
|
3533
3529
|
.Alert-module__close__zxS8ZLxY::before {
|
|
3534
3530
|
content: "";
|
|
@@ -3539,6 +3535,11 @@
|
|
|
3539
3535
|
left: 50%;
|
|
3540
3536
|
transform: translate(-50%, -50%);
|
|
3541
3537
|
}
|
|
3538
|
+
.Alert-module__close__zxS8ZLxY {
|
|
3539
|
+
padding: var(--rui-Alert__padding);
|
|
3540
|
+
font-size: var(--rui-font-size-4);
|
|
3541
|
+
line-height: 1;
|
|
3542
|
+
}
|
|
3542
3543
|
.Alert-module__closeSign__b9TyO38Y {
|
|
3543
3544
|
position: relative;
|
|
3544
3545
|
top: -0.1em;
|
|
@@ -3885,6 +3886,13 @@
|
|
|
3885
3886
|
transition-property: opacity, color, border-color, background-color, box-shadow;
|
|
3886
3887
|
transition-duration: 150ms;
|
|
3887
3888
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3889
|
+
}
|
|
3890
|
+
@media (prefers-reduced-motion: reduce) {
|
|
3891
|
+
.Button-module__root__cpeagBA1 {
|
|
3892
|
+
transition-property: opacity, color, border-color, background-color, box-shadow;
|
|
3893
|
+
}
|
|
3894
|
+
}
|
|
3895
|
+
.Button-module__root__cpeagBA1 {
|
|
3888
3896
|
position: relative;
|
|
3889
3897
|
display: inline-flex;
|
|
3890
3898
|
column-gap: var(--rui-dimension-space-2);
|
|
@@ -3908,11 +3916,6 @@
|
|
|
3908
3916
|
user-select: none;
|
|
3909
3917
|
cursor: pointer;
|
|
3910
3918
|
}
|
|
3911
|
-
@media (prefers-reduced-motion: reduce) {
|
|
3912
|
-
.Button-module__root__cpeagBA1 {
|
|
3913
|
-
transition-property: opacity, color, border-color, background-color, box-shadow;
|
|
3914
|
-
}
|
|
3915
|
-
}
|
|
3916
3919
|
.Button-module__root__cpeagBA1:hover, .Button-module__root__cpeagBA1:focus {
|
|
3917
3920
|
text-decoration: none;
|
|
3918
3921
|
}
|
|
@@ -6954,20 +6957,24 @@
|
|
|
6954
6957
|
width: min-content;
|
|
6955
6958
|
min-width: 0;
|
|
6956
6959
|
max-width: 100%;
|
|
6957
|
-
position: relative;
|
|
6958
|
-
min-height: var(--rui-FormField--check__tap-target-size);
|
|
6959
|
-
padding-top: calc((var(--rui-FormField--check__tap-target-size) - 1rem * var(--rui-line-height-base)) / 2);
|
|
6960
6960
|
}
|
|
6961
6961
|
.CheckboxField-module__root__Q14XiaZu .CheckboxField-module__helpText__Aez2BnQn,
|
|
6962
6962
|
.CheckboxField-module__root__Q14XiaZu .CheckboxField-module__validationText__XpWqY2DS {
|
|
6963
6963
|
padding-top: var(--rui-dimension-space-1);
|
|
6964
6964
|
}
|
|
6965
|
+
.CheckboxField-module__root__Q14XiaZu {
|
|
6966
|
+
position: relative;
|
|
6967
|
+
}
|
|
6965
6968
|
.CheckboxField-module__root__Q14XiaZu::before {
|
|
6966
6969
|
content: "";
|
|
6967
6970
|
position: absolute;
|
|
6968
6971
|
width: var(--rui-FormField--check__tap-target-size);
|
|
6969
6972
|
height: var(--rui-FormField--check__tap-target-size);
|
|
6970
6973
|
}
|
|
6974
|
+
.CheckboxField-module__root__Q14XiaZu {
|
|
6975
|
+
min-height: var(--rui-FormField--check__tap-target-size);
|
|
6976
|
+
padding-top: calc((var(--rui-FormField--check__tap-target-size) - 1rem * var(--rui-line-height-base)) / 2);
|
|
6977
|
+
}
|
|
6971
6978
|
.CheckboxField-module__root__Q14XiaZu::before {
|
|
6972
6979
|
top: 0;
|
|
6973
6980
|
left: calc((var(--rui-FormField--check__input__size) - var(--rui-FormField--check__tap-target-size)) / 2);
|
|
@@ -7081,6 +7088,13 @@
|
|
|
7081
7088
|
transition-property: background-color, background-position, box-shadow;
|
|
7082
7089
|
transition-duration: 150ms;
|
|
7083
7090
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
7091
|
+
}
|
|
7092
|
+
@media (prefers-reduced-motion: reduce) {
|
|
7093
|
+
.CheckboxField-module__input__ErPyZ4Pa {
|
|
7094
|
+
transition-property: background-color, background-position, box-shadow;
|
|
7095
|
+
}
|
|
7096
|
+
}
|
|
7097
|
+
.CheckboxField-module__input__ErPyZ4Pa {
|
|
7084
7098
|
appearance: none;
|
|
7085
7099
|
width: var(--rui-FormField--check__input__size);
|
|
7086
7100
|
height: var(--rui-FormField--check__input__size);
|
|
@@ -7090,18 +7104,14 @@
|
|
|
7090
7104
|
background-size: contain;
|
|
7091
7105
|
background-repeat: no-repeat;
|
|
7092
7106
|
background-color: var(--rui-local-check-background-color);
|
|
7093
|
-
|
|
7094
|
-
print-color-adjust: exact;
|
|
7095
|
-
border-radius: var(--rui-FormField--check__input--checkbox__border-radius);
|
|
7096
|
-
}
|
|
7097
|
-
@media (prefers-reduced-motion: reduce) {
|
|
7098
|
-
.CheckboxField-module__input__ErPyZ4Pa {
|
|
7099
|
-
transition-property: background-color, background-position, box-shadow;
|
|
7100
|
-
}
|
|
7107
|
+
print-color-adjust: exact;
|
|
7101
7108
|
}
|
|
7102
7109
|
.CheckboxField-module__input__ErPyZ4Pa:focus, .CheckboxField-module__input__ErPyZ4Pa:checked:focus {
|
|
7103
7110
|
box-shadow: var(--rui-FormField--check__input--focus__box-shadow);
|
|
7104
7111
|
}
|
|
7112
|
+
.CheckboxField-module__input__ErPyZ4Pa {
|
|
7113
|
+
border-radius: var(--rui-FormField--check__input--checkbox__border-radius);
|
|
7114
|
+
}
|
|
7105
7115
|
.CheckboxField-module__input__ErPyZ4Pa:checked {
|
|
7106
7116
|
background-image: var(--rui-FormField--check__input--checkbox--checked__background-image);
|
|
7107
7117
|
}
|
|
@@ -7451,15 +7461,18 @@
|
|
|
7451
7461
|
.InputGroup-module__validationText__HNOu0L2V {
|
|
7452
7462
|
padding-left: 0;
|
|
7453
7463
|
list-style: none;
|
|
7454
|
-
font-style: var(--rui-FormField__help-text__font-style);
|
|
7455
|
-
font-size: var(--rui-FormField__help-text__font-size);
|
|
7456
|
-
line-height: 1.2rem;
|
|
7457
|
-
color: var(--rui-local-surrounding-text-color, var(--rui-FormField__help-text__color));
|
|
7458
7464
|
}
|
|
7459
7465
|
.InputGroup-module__helpText__EEl3Ozjn:not(:last-child),
|
|
7460
7466
|
.InputGroup-module__validationText__HNOu0L2V:not(:last-child) {
|
|
7461
7467
|
margin-bottom: 0;
|
|
7462
7468
|
}
|
|
7469
|
+
.InputGroup-module__helpText__EEl3Ozjn,
|
|
7470
|
+
.InputGroup-module__validationText__HNOu0L2V {
|
|
7471
|
+
font-style: var(--rui-FormField__help-text__font-style);
|
|
7472
|
+
font-size: var(--rui-FormField__help-text__font-size);
|
|
7473
|
+
line-height: 1.2rem;
|
|
7474
|
+
color: var(--rui-local-surrounding-text-color, var(--rui-FormField__help-text__color));
|
|
7475
|
+
}
|
|
7463
7476
|
.InputGroup-module__isRootRequired__GCSWjHY7 .InputGroup-module__label__KUZV3N9L {
|
|
7464
7477
|
color: var(--rui-local-surrounding-text-color, var(--rui-FormField--required__label__color));
|
|
7465
7478
|
}
|
|
@@ -7680,7 +7693,6 @@
|
|
|
7680
7693
|
flex-direction: column;
|
|
7681
7694
|
min-width: 0;
|
|
7682
7695
|
max-width: 100%;
|
|
7683
|
-
max-width: none;
|
|
7684
7696
|
}
|
|
7685
7697
|
.InputGroup-module__isRootLayoutVertical__Kh7ukFER .InputGroup-module__label__KUZV3N9L,
|
|
7686
7698
|
.InputGroup-module__isRootLayoutHorizontal__E9aM__PG .InputGroup-module__label__KUZV3N9L {
|
|
@@ -7697,6 +7709,10 @@
|
|
|
7697
7709
|
width: min-content;
|
|
7698
7710
|
max-width: 100%;
|
|
7699
7711
|
}
|
|
7712
|
+
.InputGroup-module__isRootLayoutVertical__Kh7ukFER,
|
|
7713
|
+
.InputGroup-module__isRootLayoutHorizontal__E9aM__PG {
|
|
7714
|
+
max-width: none;
|
|
7715
|
+
}
|
|
7700
7716
|
.InputGroup-module__isRootLayoutVertical__Kh7ukFER .InputGroup-module__field__UIKh_s8O,
|
|
7701
7717
|
.InputGroup-module__isRootLayoutHorizontal__E9aM__PG .InputGroup-module__field__UIKh_s8O {
|
|
7702
7718
|
max-width: none;
|
|
@@ -7819,6 +7835,13 @@
|
|
|
7819
7835
|
transition-property: opacity, color, border-color, background-color, box-shadow;
|
|
7820
7836
|
transition-duration: 150ms;
|
|
7821
7837
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
7838
|
+
}
|
|
7839
|
+
@media (prefers-reduced-motion: reduce) {
|
|
7840
|
+
.FileInputField-module__dropZone__UC34Vhg7 {
|
|
7841
|
+
transition-property: opacity, color, border-color, background-color, box-shadow;
|
|
7842
|
+
}
|
|
7843
|
+
}
|
|
7844
|
+
.FileInputField-module__dropZone__UC34Vhg7 {
|
|
7822
7845
|
width: var(--rui-FormField--box__input__width);
|
|
7823
7846
|
min-width: var(--rui-FormField--box__input__min-width);
|
|
7824
7847
|
max-width: 100%;
|
|
@@ -7837,11 +7860,6 @@
|
|
|
7837
7860
|
font-family: var(--rui-font-family-base);
|
|
7838
7861
|
border-style: dashed;
|
|
7839
7862
|
}
|
|
7840
|
-
@media (prefers-reduced-motion: reduce) {
|
|
7841
|
-
.FileInputField-module__dropZone__UC34Vhg7 {
|
|
7842
|
-
transition-property: opacity, color, border-color, background-color, box-shadow;
|
|
7843
|
-
}
|
|
7844
|
-
}
|
|
7845
7863
|
.FileInputField-module__isRootDragging__SkQKcE5G .FileInputField-module__dropZone__UC34Vhg7 {
|
|
7846
7864
|
--rui-local-border-color: var(--rui-color-border-primary-active);
|
|
7847
7865
|
}
|
|
@@ -8309,15 +8327,6 @@
|
|
|
8309
8327
|
--rui-local-justify-items-xs,
|
|
8310
8328
|
initial
|
|
8311
8329
|
);
|
|
8312
|
-
display: grid;
|
|
8313
|
-
grid-template-columns: var(--rui-local-columns);
|
|
8314
|
-
grid-template-rows: var(--rui-local-rows);
|
|
8315
|
-
grid-auto-flow: var(--rui-local-auto-flow);
|
|
8316
|
-
grid-gap: var(--rui-local-row-gap) var(--rui-local-column-gap);
|
|
8317
|
-
align-content: var(--rui-local-align-content);
|
|
8318
|
-
align-items: var(--rui-local-align-items);
|
|
8319
|
-
justify-content: var(--rui-local-justify-content);
|
|
8320
|
-
justify-items: var(--rui-local-justify-items);
|
|
8321
8330
|
}
|
|
8322
8331
|
@media (min-width: 36em) {
|
|
8323
8332
|
.Grid-module__root__m6PTEyJq {
|
|
@@ -8616,6 +8625,17 @@
|
|
|
8616
8625
|
.Grid-module__root__m6PTEyJq:not(:last-child) {
|
|
8617
8626
|
margin-bottom: var(--rui-dimension-space-bottom-layouts);
|
|
8618
8627
|
}
|
|
8628
|
+
.Grid-module__root__m6PTEyJq {
|
|
8629
|
+
display: grid;
|
|
8630
|
+
grid-template-columns: var(--rui-local-columns);
|
|
8631
|
+
grid-template-rows: var(--rui-local-rows);
|
|
8632
|
+
grid-auto-flow: var(--rui-local-auto-flow);
|
|
8633
|
+
grid-gap: var(--rui-local-row-gap) var(--rui-local-column-gap);
|
|
8634
|
+
align-content: var(--rui-local-align-content);
|
|
8635
|
+
align-items: var(--rui-local-align-items);
|
|
8636
|
+
justify-content: var(--rui-local-justify-content);
|
|
8637
|
+
justify-items: var(--rui-local-justify-items);
|
|
8638
|
+
}
|
|
8619
8639
|
.Grid-module__root__m6PTEyJq > * {
|
|
8620
8640
|
margin-block: 0;
|
|
8621
8641
|
}
|
|
@@ -8630,8 +8650,6 @@
|
|
|
8630
8650
|
--rui-local-row-span-xs,
|
|
8631
8651
|
initial
|
|
8632
8652
|
);
|
|
8633
|
-
grid-column: span var(--rui-local-column-span);
|
|
8634
|
-
grid-row: span var(--rui-local-row-span);
|
|
8635
8653
|
}
|
|
8636
8654
|
@media (min-width: 36em) {
|
|
8637
8655
|
.Grid-module__span__NitaPD2S {
|
|
@@ -8717,6 +8735,10 @@
|
|
|
8717
8735
|
);
|
|
8718
8736
|
}
|
|
8719
8737
|
}
|
|
8738
|
+
.Grid-module__span__NitaPD2S {
|
|
8739
|
+
grid-column: span var(--rui-local-column-span);
|
|
8740
|
+
grid-row: span var(--rui-local-row-span);
|
|
8741
|
+
}
|
|
8720
8742
|
dl.Grid-module__root__m6PTEyJq,
|
|
8721
8743
|
ol.Grid-module__root__m6PTEyJq,
|
|
8722
8744
|
ul.Grid-module__root__m6PTEyJq {
|
|
@@ -8919,9 +8941,6 @@
|
|
|
8919
8941
|
box-shadow: none;
|
|
8920
8942
|
cursor: pointer;
|
|
8921
8943
|
position: relative;
|
|
8922
|
-
font-size: var(--rui-font-size-4);
|
|
8923
|
-
line-height: 1;
|
|
8924
|
-
color: inherit;
|
|
8925
8944
|
}
|
|
8926
8945
|
.ModalCloseButton-module__root__BjuMeN2I::before {
|
|
8927
8946
|
content: "";
|
|
@@ -8932,6 +8951,11 @@
|
|
|
8932
8951
|
left: 50%;
|
|
8933
8952
|
transform: translate(-50%, -50%);
|
|
8934
8953
|
}
|
|
8954
|
+
.ModalCloseButton-module__root__BjuMeN2I {
|
|
8955
|
+
font-size: var(--rui-font-size-4);
|
|
8956
|
+
line-height: 1;
|
|
8957
|
+
color: inherit;
|
|
8958
|
+
}
|
|
8935
8959
|
.ModalCloseButton-module__root__BjuMeN2I:disabled {
|
|
8936
8960
|
cursor: var(--rui-cursor-not-allowed);
|
|
8937
8961
|
}
|
|
@@ -9353,9 +9377,6 @@
|
|
|
9353
9377
|
align-items: flex-start;
|
|
9354
9378
|
min-width: 0;
|
|
9355
9379
|
flex-direction: row;
|
|
9356
|
-
position: relative;
|
|
9357
|
-
min-height: var(--rui-FormField--check__tap-target-size);
|
|
9358
|
-
padding-top: calc((var(--rui-FormField--check__tap-target-size) - 1rem * var(--rui-line-height-base)) / 2);
|
|
9359
9380
|
}
|
|
9360
9381
|
.Radio-module__option__pdCHl70V .Radio-module__input__uD6rY5J8 {
|
|
9361
9382
|
flex: none;
|
|
@@ -9365,12 +9386,19 @@
|
|
|
9365
9386
|
width: max-content;
|
|
9366
9387
|
margin-left: var(--rui-dimension-space-2);
|
|
9367
9388
|
}
|
|
9389
|
+
.Radio-module__option__pdCHl70V {
|
|
9390
|
+
position: relative;
|
|
9391
|
+
}
|
|
9368
9392
|
.Radio-module__option__pdCHl70V::before {
|
|
9369
9393
|
content: "";
|
|
9370
9394
|
position: absolute;
|
|
9371
9395
|
width: var(--rui-FormField--check__tap-target-size);
|
|
9372
9396
|
height: var(--rui-FormField--check__tap-target-size);
|
|
9373
9397
|
}
|
|
9398
|
+
.Radio-module__option__pdCHl70V {
|
|
9399
|
+
min-height: var(--rui-FormField--check__tap-target-size);
|
|
9400
|
+
padding-top: calc((var(--rui-FormField--check__tap-target-size) - 1rem * var(--rui-line-height-base)) / 2);
|
|
9401
|
+
}
|
|
9374
9402
|
.Radio-module__option__pdCHl70V::before {
|
|
9375
9403
|
top: 0;
|
|
9376
9404
|
left: calc((var(--rui-FormField--check__input__size) - var(--rui-FormField--check__tap-target-size)) / 2);
|
|
@@ -9379,6 +9407,13 @@
|
|
|
9379
9407
|
transition-property: background-color, background-position, box-shadow;
|
|
9380
9408
|
transition-duration: 150ms;
|
|
9381
9409
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
9410
|
+
}
|
|
9411
|
+
@media (prefers-reduced-motion: reduce) {
|
|
9412
|
+
.Radio-module__input__uD6rY5J8 {
|
|
9413
|
+
transition-property: background-color, background-position, box-shadow;
|
|
9414
|
+
}
|
|
9415
|
+
}
|
|
9416
|
+
.Radio-module__input__uD6rY5J8 {
|
|
9382
9417
|
appearance: none;
|
|
9383
9418
|
width: var(--rui-FormField--check__input__size);
|
|
9384
9419
|
height: var(--rui-FormField--check__input__size);
|
|
@@ -9388,18 +9423,14 @@
|
|
|
9388
9423
|
background-size: contain;
|
|
9389
9424
|
background-repeat: no-repeat;
|
|
9390
9425
|
background-color: var(--rui-local-check-background-color);
|
|
9391
|
-
|
|
9392
|
-
print-color-adjust: exact;
|
|
9393
|
-
border-radius: var(--rui-FormField--check__input--radio__border-radius);
|
|
9394
|
-
}
|
|
9395
|
-
@media (prefers-reduced-motion: reduce) {
|
|
9396
|
-
.Radio-module__input__uD6rY5J8 {
|
|
9397
|
-
transition-property: background-color, background-position, box-shadow;
|
|
9398
|
-
}
|
|
9426
|
+
print-color-adjust: exact;
|
|
9399
9427
|
}
|
|
9400
9428
|
.Radio-module__input__uD6rY5J8:focus, .Radio-module__input__uD6rY5J8:checked:focus {
|
|
9401
9429
|
box-shadow: var(--rui-FormField--check__input--focus__box-shadow);
|
|
9402
9430
|
}
|
|
9431
|
+
.Radio-module__input__uD6rY5J8 {
|
|
9432
|
+
border-radius: var(--rui-FormField--check__input--radio__border-radius);
|
|
9433
|
+
}
|
|
9403
9434
|
.Radio-module__input__uD6rY5J8:checked {
|
|
9404
9435
|
background-image: var(--rui-FormField--check__input--radio--checked__background-image);
|
|
9405
9436
|
}
|
|
@@ -9746,6 +9777,13 @@
|
|
|
9746
9777
|
transition-property: visibility, opacity, transform;
|
|
9747
9778
|
transition-duration: 150ms;
|
|
9748
9779
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
9780
|
+
}
|
|
9781
|
+
@media (prefers-reduced-motion: reduce) {
|
|
9782
|
+
.ScrollView-module__scrollingShadows__YhiwuZyJ::before, .ScrollView-module__scrollingShadows__YhiwuZyJ::after {
|
|
9783
|
+
transition-property: visibility, opacity;
|
|
9784
|
+
}
|
|
9785
|
+
}
|
|
9786
|
+
.ScrollView-module__scrollingShadows__YhiwuZyJ::before, .ScrollView-module__scrollingShadows__YhiwuZyJ::after {
|
|
9749
9787
|
content: "";
|
|
9750
9788
|
position: absolute;
|
|
9751
9789
|
z-index: 2;
|
|
@@ -9753,11 +9791,6 @@
|
|
|
9753
9791
|
visibility: hidden;
|
|
9754
9792
|
opacity: 0;
|
|
9755
9793
|
}
|
|
9756
|
-
@media (prefers-reduced-motion: reduce) {
|
|
9757
|
-
.ScrollView-module__scrollingShadows__YhiwuZyJ::before, .ScrollView-module__scrollingShadows__YhiwuZyJ::after {
|
|
9758
|
-
transition-property: visibility, opacity;
|
|
9759
|
-
}
|
|
9760
|
-
}
|
|
9761
9794
|
.ScrollView-module__scrollingShadows__YhiwuZyJ::before {
|
|
9762
9795
|
background: var(--rui-local-start-shadow-background);
|
|
9763
9796
|
}
|
|
@@ -9783,16 +9816,6 @@
|
|
|
9783
9816
|
box-shadow: none;
|
|
9784
9817
|
cursor: pointer;
|
|
9785
9818
|
position: relative;
|
|
9786
|
-
transition-property: visibility, opacity, transform;
|
|
9787
|
-
transition-duration: 150ms;
|
|
9788
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
9789
|
-
position: absolute;
|
|
9790
|
-
z-index: 3;
|
|
9791
|
-
display: flex;
|
|
9792
|
-
align-items: center;
|
|
9793
|
-
justify-content: center;
|
|
9794
|
-
visibility: hidden;
|
|
9795
|
-
opacity: 0;
|
|
9796
9819
|
}
|
|
9797
9820
|
.ScrollView-module__arrowPrev__hjvS6Zm8::before,
|
|
9798
9821
|
.ScrollView-module__arrowNext__qwk4fEyP::before {
|
|
@@ -9804,12 +9827,28 @@
|
|
|
9804
9827
|
left: 50%;
|
|
9805
9828
|
transform: translate(-50%, -50%);
|
|
9806
9829
|
}
|
|
9830
|
+
.ScrollView-module__arrowPrev__hjvS6Zm8,
|
|
9831
|
+
.ScrollView-module__arrowNext__qwk4fEyP {
|
|
9832
|
+
transition-property: visibility, opacity, transform;
|
|
9833
|
+
transition-duration: 150ms;
|
|
9834
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
9835
|
+
}
|
|
9807
9836
|
@media (prefers-reduced-motion: reduce) {
|
|
9808
9837
|
.ScrollView-module__arrowPrev__hjvS6Zm8,
|
|
9809
9838
|
.ScrollView-module__arrowNext__qwk4fEyP {
|
|
9810
9839
|
transition-property: visibility, opacity;
|
|
9811
9840
|
}
|
|
9812
9841
|
}
|
|
9842
|
+
.ScrollView-module__arrowPrev__hjvS6Zm8,
|
|
9843
|
+
.ScrollView-module__arrowNext__qwk4fEyP {
|
|
9844
|
+
position: absolute;
|
|
9845
|
+
z-index: 3;
|
|
9846
|
+
display: flex;
|
|
9847
|
+
align-items: center;
|
|
9848
|
+
justify-content: center;
|
|
9849
|
+
visibility: hidden;
|
|
9850
|
+
opacity: 0;
|
|
9851
|
+
}
|
|
9813
9852
|
.ScrollView-module__arrowIcon__DAmOnZG5 {
|
|
9814
9853
|
transform: translateY(-0.1rem) rotate(45deg);
|
|
9815
9854
|
display: inline-block;
|
|
@@ -9955,6 +9994,13 @@
|
|
|
9955
9994
|
transition-property: opacity, color, border-color, background-color, box-shadow;
|
|
9956
9995
|
transition-duration: 150ms;
|
|
9957
9996
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
9997
|
+
}
|
|
9998
|
+
@media (prefers-reduced-motion: reduce) {
|
|
9999
|
+
.SelectField-module__input__XP_Kwi5B {
|
|
10000
|
+
transition-property: opacity, color, border-color, background-color, box-shadow;
|
|
10001
|
+
}
|
|
10002
|
+
}
|
|
10003
|
+
.SelectField-module__input__XP_Kwi5B {
|
|
9958
10004
|
width: var(--rui-FormField--box__input__width);
|
|
9959
10005
|
min-width: var(--rui-FormField--box__input__min-width);
|
|
9960
10006
|
max-width: 100%;
|
|
@@ -9971,18 +10017,15 @@
|
|
|
9971
10017
|
font-family: var(--rui-font-family-base);
|
|
9972
10018
|
vertical-align: middle;
|
|
9973
10019
|
box-shadow: var(--rui-local-box-shadow);
|
|
9974
|
-
appearance: none;
|
|
9975
|
-
padding-right: calc(2.25rem + var(--rui-dimension-space-2));
|
|
9976
|
-
}
|
|
9977
|
-
@media (prefers-reduced-motion: reduce) {
|
|
9978
|
-
.SelectField-module__input__XP_Kwi5B {
|
|
9979
|
-
transition-property: opacity, color, border-color, background-color, box-shadow;
|
|
9980
|
-
}
|
|
9981
10020
|
}
|
|
9982
10021
|
.SelectField-module__input__XP_Kwi5B::placeholder {
|
|
9983
10022
|
color: var(--rui-FormField--box__placeholder__color);
|
|
9984
10023
|
opacity: 1;
|
|
9985
10024
|
}
|
|
10025
|
+
.SelectField-module__input__XP_Kwi5B {
|
|
10026
|
+
appearance: none;
|
|
10027
|
+
padding-right: calc(2.25rem + var(--rui-dimension-space-2));
|
|
10028
|
+
}
|
|
9986
10029
|
.SelectField-module__input__XP_Kwi5B::-ms-expand {
|
|
9987
10030
|
display: none;
|
|
9988
10031
|
}
|
|
@@ -9993,6 +10036,13 @@
|
|
|
9993
10036
|
transition-property: border-color;
|
|
9994
10037
|
transition-duration: 150ms;
|
|
9995
10038
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
10039
|
+
}
|
|
10040
|
+
@media (prefers-reduced-motion: reduce) {
|
|
10041
|
+
.SelectField-module__caret__BMtdefwC {
|
|
10042
|
+
transition-property: border-color;
|
|
10043
|
+
}
|
|
10044
|
+
}
|
|
10045
|
+
.SelectField-module__caret__BMtdefwC {
|
|
9996
10046
|
position: absolute;
|
|
9997
10047
|
top: var(--rui-FormField--box__border-width);
|
|
9998
10048
|
right: var(--rui-FormField--box__border-width);
|
|
@@ -10005,11 +10055,6 @@
|
|
|
10005
10055
|
border-end-end-radius: var(--rui-FormField--box__border-radius);
|
|
10006
10056
|
pointer-events: none;
|
|
10007
10057
|
}
|
|
10008
|
-
@media (prefers-reduced-motion: reduce) {
|
|
10009
|
-
.SelectField-module__caret__BMtdefwC {
|
|
10010
|
-
transition-property: border-color;
|
|
10011
|
-
}
|
|
10012
|
-
}
|
|
10013
10058
|
.SelectField-module__caretIcon__sMubkdsg {
|
|
10014
10059
|
transform: translateY(-0.1rem) rotate(45deg);
|
|
10015
10060
|
display: inline-block;
|
|
@@ -10024,6 +10069,13 @@
|
|
|
10024
10069
|
transition-property: transform, opacity;
|
|
10025
10070
|
transition-duration: 180ms;
|
|
10026
10071
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
10072
|
+
}
|
|
10073
|
+
@media (prefers-reduced-motion: reduce) {
|
|
10074
|
+
.SelectField-module__bottomLine__hJcrk3mf {
|
|
10075
|
+
transition-property: opacity;
|
|
10076
|
+
}
|
|
10077
|
+
}
|
|
10078
|
+
.SelectField-module__bottomLine__hJcrk3mf {
|
|
10027
10079
|
position: absolute;
|
|
10028
10080
|
bottom: 0;
|
|
10029
10081
|
width: 100%;
|
|
@@ -10033,11 +10085,6 @@
|
|
|
10033
10085
|
transform-origin: center center;
|
|
10034
10086
|
pointer-events: none;
|
|
10035
10087
|
}
|
|
10036
|
-
@media (prefers-reduced-motion: reduce) {
|
|
10037
|
-
.SelectField-module__bottomLine__hJcrk3mf {
|
|
10038
|
-
transition-property: opacity;
|
|
10039
|
-
}
|
|
10040
|
-
}
|
|
10041
10088
|
.SelectField-module__input__XP_Kwi5B:focus ~ .SelectField-module__bottomLine__hJcrk3mf {
|
|
10042
10089
|
background-color: var(--rui-local-border-color);
|
|
10043
10090
|
opacity: 1;
|
|
@@ -10624,6 +10671,11 @@
|
|
|
10624
10671
|
.Tabs-module__list__gMQWI83R {
|
|
10625
10672
|
padding-left: 0;
|
|
10626
10673
|
list-style: none;
|
|
10674
|
+
}
|
|
10675
|
+
.Tabs-module__list__gMQWI83R:not(:last-child) {
|
|
10676
|
+
margin-bottom: 0;
|
|
10677
|
+
}
|
|
10678
|
+
.Tabs-module__list__gMQWI83R {
|
|
10627
10679
|
position: relative;
|
|
10628
10680
|
display: inline-flex;
|
|
10629
10681
|
min-width: 100%;
|
|
@@ -10632,9 +10684,6 @@
|
|
|
10632
10684
|
overflow-y: clip;
|
|
10633
10685
|
white-space: nowrap;
|
|
10634
10686
|
}
|
|
10635
|
-
.Tabs-module__list__gMQWI83R:not(:last-child) {
|
|
10636
|
-
margin-bottom: 0;
|
|
10637
|
-
}
|
|
10638
10687
|
.Tabs-module__list__gMQWI83R::after {
|
|
10639
10688
|
content: "";
|
|
10640
10689
|
position: absolute;
|
|
@@ -10680,9 +10729,21 @@
|
|
|
10680
10729
|
.TabsItem-module__link__Zl1ypXxl {
|
|
10681
10730
|
text-decoration: none;
|
|
10682
10731
|
color: inherit;
|
|
10732
|
+
}
|
|
10733
|
+
.TabsItem-module__link__Zl1ypXxl:hover, .TabsItem-module__link__Zl1ypXxl:focus {
|
|
10734
|
+
text-decoration: none;
|
|
10735
|
+
}
|
|
10736
|
+
.TabsItem-module__link__Zl1ypXxl {
|
|
10683
10737
|
transition-property: color, border-color, background-color, box-shadow;
|
|
10684
10738
|
transition-duration: 150ms;
|
|
10685
10739
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
10740
|
+
}
|
|
10741
|
+
@media (prefers-reduced-motion: reduce) {
|
|
10742
|
+
.TabsItem-module__link__Zl1ypXxl {
|
|
10743
|
+
transition-property: color, border-color, background-color, box-shadow;
|
|
10744
|
+
}
|
|
10745
|
+
}
|
|
10746
|
+
.TabsItem-module__link__Zl1ypXxl {
|
|
10686
10747
|
display: block;
|
|
10687
10748
|
padding: var(--rui-Tabs__item__padding--xs);
|
|
10688
10749
|
font-weight: var(--rui-Tabs__item__font-weight);
|
|
@@ -10696,14 +10757,6 @@
|
|
|
10696
10757
|
background-color: var(--rui-Tabs__item__background-color);
|
|
10697
10758
|
box-shadow: var(--rui-Tabs__item__box-shadow);
|
|
10698
10759
|
}
|
|
10699
|
-
.TabsItem-module__link__Zl1ypXxl:hover, .TabsItem-module__link__Zl1ypXxl:focus {
|
|
10700
|
-
text-decoration: none;
|
|
10701
|
-
}
|
|
10702
|
-
@media (prefers-reduced-motion: reduce) {
|
|
10703
|
-
.TabsItem-module__link__Zl1ypXxl {
|
|
10704
|
-
transition-property: color, border-color, background-color, box-shadow;
|
|
10705
|
-
}
|
|
10706
|
-
}
|
|
10707
10760
|
.TabsItem-module__link__Zl1ypXxl:hover, .TabsItem-module__link__Zl1ypXxl:focus {
|
|
10708
10761
|
font-weight: var(--rui-Tabs__item--hover__font-weight);
|
|
10709
10762
|
color: var(--rui-Tabs__item--hover__color);
|
|
@@ -10839,6 +10892,13 @@
|
|
|
10839
10892
|
transition-property: opacity, color, border-color, background-color, box-shadow;
|
|
10840
10893
|
transition-duration: 150ms;
|
|
10841
10894
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
10895
|
+
}
|
|
10896
|
+
@media (prefers-reduced-motion: reduce) {
|
|
10897
|
+
.TextArea-module__input__JYRiHhV8 {
|
|
10898
|
+
transition-property: opacity, color, border-color, background-color, box-shadow;
|
|
10899
|
+
}
|
|
10900
|
+
}
|
|
10901
|
+
.TextArea-module__input__JYRiHhV8 {
|
|
10842
10902
|
width: var(--rui-FormField--box__input__width);
|
|
10843
10903
|
min-width: var(--rui-FormField--box__input__min-width);
|
|
10844
10904
|
max-width: 100%;
|
|
@@ -10855,17 +10915,14 @@
|
|
|
10855
10915
|
font-family: var(--rui-font-family-base);
|
|
10856
10916
|
vertical-align: middle;
|
|
10857
10917
|
box-shadow: var(--rui-local-box-shadow);
|
|
10858
|
-
resize: vertical;
|
|
10859
|
-
}
|
|
10860
|
-
@media (prefers-reduced-motion: reduce) {
|
|
10861
|
-
.TextArea-module__input__JYRiHhV8 {
|
|
10862
|
-
transition-property: opacity, color, border-color, background-color, box-shadow;
|
|
10863
|
-
}
|
|
10864
10918
|
}
|
|
10865
10919
|
.TextArea-module__input__JYRiHhV8::placeholder {
|
|
10866
10920
|
color: var(--rui-FormField--box__placeholder__color);
|
|
10867
10921
|
opacity: 1;
|
|
10868
10922
|
}
|
|
10923
|
+
.TextArea-module__input__JYRiHhV8 {
|
|
10924
|
+
resize: vertical;
|
|
10925
|
+
}
|
|
10869
10926
|
.TextArea-module__input__JYRiHhV8[cols] {
|
|
10870
10927
|
min-width: auto;
|
|
10871
10928
|
}
|
|
@@ -10873,6 +10930,13 @@
|
|
|
10873
10930
|
transition-property: transform, opacity;
|
|
10874
10931
|
transition-duration: 180ms;
|
|
10875
10932
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
10933
|
+
}
|
|
10934
|
+
@media (prefers-reduced-motion: reduce) {
|
|
10935
|
+
.TextArea-module__bottomLine__TrubUjNL {
|
|
10936
|
+
transition-property: opacity;
|
|
10937
|
+
}
|
|
10938
|
+
}
|
|
10939
|
+
.TextArea-module__bottomLine__TrubUjNL {
|
|
10876
10940
|
position: absolute;
|
|
10877
10941
|
bottom: 0;
|
|
10878
10942
|
width: 100%;
|
|
@@ -10882,11 +10946,6 @@
|
|
|
10882
10946
|
transform-origin: center center;
|
|
10883
10947
|
pointer-events: none;
|
|
10884
10948
|
}
|
|
10885
|
-
@media (prefers-reduced-motion: reduce) {
|
|
10886
|
-
.TextArea-module__bottomLine__TrubUjNL {
|
|
10887
|
-
transition-property: opacity;
|
|
10888
|
-
}
|
|
10889
|
-
}
|
|
10890
10949
|
.TextArea-module__input__JYRiHhV8:focus ~ .TextArea-module__bottomLine__TrubUjNL {
|
|
10891
10950
|
background-color: var(--rui-local-border-color);
|
|
10892
10951
|
opacity: 1;
|
|
@@ -11475,6 +11534,13 @@
|
|
|
11475
11534
|
transition-property: opacity, color, border-color, background-color, box-shadow;
|
|
11476
11535
|
transition-duration: 150ms;
|
|
11477
11536
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
11537
|
+
}
|
|
11538
|
+
@media (prefers-reduced-motion: reduce) {
|
|
11539
|
+
.TextField-module__input__EJkZBuV_ {
|
|
11540
|
+
transition-property: opacity, color, border-color, background-color, box-shadow;
|
|
11541
|
+
}
|
|
11542
|
+
}
|
|
11543
|
+
.TextField-module__input__EJkZBuV_ {
|
|
11478
11544
|
width: var(--rui-FormField--box__input__width);
|
|
11479
11545
|
min-width: var(--rui-FormField--box__input__min-width);
|
|
11480
11546
|
max-width: 100%;
|
|
@@ -11492,11 +11558,6 @@
|
|
|
11492
11558
|
vertical-align: middle;
|
|
11493
11559
|
box-shadow: var(--rui-local-box-shadow);
|
|
11494
11560
|
}
|
|
11495
|
-
@media (prefers-reduced-motion: reduce) {
|
|
11496
|
-
.TextField-module__input__EJkZBuV_ {
|
|
11497
|
-
transition-property: opacity, color, border-color, background-color, box-shadow;
|
|
11498
|
-
}
|
|
11499
|
-
}
|
|
11500
11561
|
.TextField-module__input__EJkZBuV_::placeholder {
|
|
11501
11562
|
color: var(--rui-FormField--box__placeholder__color);
|
|
11502
11563
|
opacity: 1;
|
|
@@ -11505,6 +11566,13 @@
|
|
|
11505
11566
|
transition-property: transform, opacity;
|
|
11506
11567
|
transition-duration: 180ms;
|
|
11507
11568
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
11569
|
+
}
|
|
11570
|
+
@media (prefers-reduced-motion: reduce) {
|
|
11571
|
+
.TextField-module__bottomLine__rm1M6NZT {
|
|
11572
|
+
transition-property: opacity;
|
|
11573
|
+
}
|
|
11574
|
+
}
|
|
11575
|
+
.TextField-module__bottomLine__rm1M6NZT {
|
|
11508
11576
|
position: absolute;
|
|
11509
11577
|
bottom: 0;
|
|
11510
11578
|
width: 100%;
|
|
@@ -11514,11 +11582,6 @@
|
|
|
11514
11582
|
transform-origin: center center;
|
|
11515
11583
|
pointer-events: none;
|
|
11516
11584
|
}
|
|
11517
|
-
@media (prefers-reduced-motion: reduce) {
|
|
11518
|
-
.TextField-module__bottomLine__rm1M6NZT {
|
|
11519
|
-
transition-property: opacity;
|
|
11520
|
-
}
|
|
11521
|
-
}
|
|
11522
11585
|
.TextField-module__input__EJkZBuV_:focus ~ .TextField-module__bottomLine__rm1M6NZT {
|
|
11523
11586
|
background-color: var(--rui-local-border-color);
|
|
11524
11587
|
opacity: 1;
|
|
@@ -12176,20 +12239,24 @@
|
|
|
12176
12239
|
width: min-content;
|
|
12177
12240
|
min-width: 0;
|
|
12178
12241
|
max-width: 100%;
|
|
12179
|
-
position: relative;
|
|
12180
|
-
min-height: var(--rui-FormField--check__tap-target-size);
|
|
12181
|
-
padding-top: calc((var(--rui-FormField--check__tap-target-size) - 1rem * var(--rui-line-height-base)) / 2);
|
|
12182
12242
|
}
|
|
12183
12243
|
.Toggle-module__root__rqUESGQ8 .Toggle-module__helpText__T0WZrsde,
|
|
12184
12244
|
.Toggle-module__root__rqUESGQ8 .Toggle-module__validationText__R70A8wzX {
|
|
12185
12245
|
padding-top: var(--rui-dimension-space-1);
|
|
12186
12246
|
}
|
|
12247
|
+
.Toggle-module__root__rqUESGQ8 {
|
|
12248
|
+
position: relative;
|
|
12249
|
+
}
|
|
12187
12250
|
.Toggle-module__root__rqUESGQ8::before {
|
|
12188
12251
|
content: "";
|
|
12189
12252
|
position: absolute;
|
|
12190
12253
|
width: var(--rui-FormField--check__tap-target-size);
|
|
12191
12254
|
height: var(--rui-FormField--check__tap-target-size);
|
|
12192
12255
|
}
|
|
12256
|
+
.Toggle-module__root__rqUESGQ8 {
|
|
12257
|
+
min-height: var(--rui-FormField--check__tap-target-size);
|
|
12258
|
+
padding-top: calc((var(--rui-FormField--check__tap-target-size) - 1rem * var(--rui-line-height-base)) / 2);
|
|
12259
|
+
}
|
|
12193
12260
|
.Toggle-module__root__rqUESGQ8::before {
|
|
12194
12261
|
top: 0;
|
|
12195
12262
|
left: calc((var(--rui-FormField--check__input--toggle__width) - var(--rui-FormField--check__tap-target-size)) / 2);
|
|
@@ -12303,6 +12370,13 @@
|
|
|
12303
12370
|
transition-property: background-color, background-position, box-shadow;
|
|
12304
12371
|
transition-duration: 150ms;
|
|
12305
12372
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
12373
|
+
}
|
|
12374
|
+
@media (prefers-reduced-motion: reduce) {
|
|
12375
|
+
.Toggle-module__input__nV7ZVASW {
|
|
12376
|
+
transition-property: background-color, background-position, box-shadow;
|
|
12377
|
+
}
|
|
12378
|
+
}
|
|
12379
|
+
.Toggle-module__input__nV7ZVASW {
|
|
12306
12380
|
appearance: none;
|
|
12307
12381
|
width: var(--rui-FormField--check__input__size);
|
|
12308
12382
|
height: var(--rui-FormField--check__input__size);
|
|
@@ -12312,22 +12386,18 @@
|
|
|
12312
12386
|
background-size: contain;
|
|
12313
12387
|
background-repeat: no-repeat;
|
|
12314
12388
|
background-color: var(--rui-local-check-background-color);
|
|
12315
|
-
|
|
12316
|
-
|
|
12389
|
+
print-color-adjust: exact;
|
|
12390
|
+
}
|
|
12391
|
+
.Toggle-module__input__nV7ZVASW:focus, .Toggle-module__input__nV7ZVASW:checked:focus {
|
|
12392
|
+
box-shadow: var(--rui-FormField--check__input--focus__box-shadow);
|
|
12393
|
+
}
|
|
12394
|
+
.Toggle-module__input__nV7ZVASW {
|
|
12317
12395
|
width: var(--rui-FormField--check__input--toggle__width);
|
|
12318
12396
|
border-radius: var(--rui-FormField--check__input--toggle__border-radius);
|
|
12319
12397
|
background-image: var(--rui-FormField--check__input--toggle--default__background-image);
|
|
12320
12398
|
background-position: var(--rui-FormField--check__input--toggle--default__background-position);
|
|
12321
12399
|
background-size: var(--rui-FormField--check__input--toggle__background-size);
|
|
12322
12400
|
}
|
|
12323
|
-
@media (prefers-reduced-motion: reduce) {
|
|
12324
|
-
.Toggle-module__input__nV7ZVASW {
|
|
12325
|
-
transition-property: background-color, background-position, box-shadow;
|
|
12326
|
-
}
|
|
12327
|
-
}
|
|
12328
|
-
.Toggle-module__input__nV7ZVASW:focus, .Toggle-module__input__nV7ZVASW:checked:focus {
|
|
12329
|
-
box-shadow: var(--rui-FormField--check__input--focus__box-shadow);
|
|
12330
|
-
}
|
|
12331
12401
|
.Toggle-module__input__nV7ZVASW:checked {
|
|
12332
12402
|
background-image: var(--rui-FormField--check__input--toggle--checked__background-image);
|
|
12333
12403
|
background-position: var(--rui-FormField--check__input--toggle--checked__background-position);
|