@react-ui-org/react-ui 0.60.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.
Files changed (52) hide show
  1. package/.env.playwright +9 -0
  2. package/.env.playwright.dist +9 -0
  3. package/.eslintrc-ts +40 -0
  4. package/.nvmrc +1 -1
  5. package/README.md +18 -1
  6. package/dist/react-ui.css +16 -16
  7. package/dist/react-ui.development.css +249 -177
  8. package/dist/react-ui.development.js +477 -477
  9. package/dist/react-ui.js +1 -1
  10. package/jest.config-ts.js +34 -0
  11. package/package.json +53 -37
  12. package/playwright-ct.config.ts +68 -0
  13. package/src/components/Alert/Alert.jsx +2 -2
  14. package/src/components/Button/Button.jsx +5 -5
  15. package/src/components/Button/README.md +1 -1
  16. package/src/components/ButtonGroup/ButtonGroup.jsx +1 -1
  17. package/src/components/Card/CardFooter.jsx +1 -1
  18. package/src/components/CheckboxField/CheckboxField.jsx +3 -3
  19. package/src/components/FileInputField/FileInputField.jsx +13 -5
  20. package/src/components/FormLayout/FormLayout.jsx +1 -1
  21. package/src/components/FormLayout/FormLayoutCustomField.jsx +4 -4
  22. package/src/components/FormLayout/README.md +10 -10
  23. package/src/components/Grid/Grid.jsx +1 -1
  24. package/src/components/Grid/GridSpan.jsx +1 -1
  25. package/src/components/InputGroup/InputGroup.jsx +24 -4
  26. package/src/components/InputGroup/InputGroup.module.scss +2 -1
  27. package/src/components/InputGroup/README.md +69 -14
  28. package/src/components/Modal/Modal.jsx +12 -7
  29. package/src/components/Modal/ModalBody.jsx +1 -1
  30. package/src/components/Modal/ModalContent.jsx +1 -1
  31. package/src/components/Popover/Popover.jsx +5 -5
  32. package/src/components/Radio/README.md +4 -4
  33. package/src/components/Radio/Radio.jsx +3 -3
  34. package/src/components/ScrollView/ScrollView.jsx +3 -3
  35. package/src/components/SelectField/README.md +5 -5
  36. package/src/components/SelectField/SelectField.jsx +9 -6
  37. package/src/components/Table/Table.jsx +1 -1
  38. package/src/components/Table/_components/TableBodyCell/TableBodyCell.jsx +1 -1
  39. package/src/components/Table/_components/TableHeaderCell/TableHeaderCell.jsx +1 -1
  40. package/src/components/Tabs/TabsItem.jsx +3 -3
  41. package/src/components/Text/Text.jsx +1 -1
  42. package/src/components/TextArea/TextArea.jsx +3 -3
  43. package/src/components/TextField/TextField.jsx +11 -8
  44. package/src/components/Toggle/README.md +9 -9
  45. package/src/components/Toggle/Toggle.jsx +3 -3
  46. package/src/components/Toolbar/Toolbar.jsx +1 -1
  47. package/src/components/Toolbar/ToolbarGroup.jsx +1 -1
  48. package/src/components/Toolbar/ToolbarItem.jsx +1 -1
  49. package/src/providers/globalProps/GlobalPropsProvider.jsx +1 -1
  50. package/src/providers/translations/TranslationsProvider.jsx +1 -1
  51. package/src/styles/settings/_breakpoints.scss +2 -0
  52. package/tsconfig.json +27 -0
@@ -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: #b3b3b3;
83
- --rui-color-text-secondary: gray;
84
- --rui-color-text-secondary-disabled: #b3b3b3;
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: #006fe6;
87
- --rui-color-text-link-active: #0062cc;
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: #006b7d;
90
- --rui-color-action-primary-active: #005f6f;
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: gray;
93
- --rui-color-action-secondary-hover: #737373;
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: #006fe6;
98
- --rui-color-action-selected-active: #0062cc;
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: #24963e;
102
- --rui-color-feedback-success-active: #208637;
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: #e6ae06;
106
- --rui-color-feedback-warning-active: #cc9a06;
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: #c6303e;
110
- --rui-color-feedback-danger-active: #b02a37;
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: #5c0eda;
114
- --rui-color-feedback-help-active: #520dc2;
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: #1592a6;
118
- --rui-color-feedback-info-active: #128293;
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: #006fe6;
122
- --rui-color-feedback-note-active: #0062cc;
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: #f2f2f2;
126
- --rui-color-neutral-light-active: #e6e6e6;
127
- --rui-color-neutral-on-light: #4d4d4d;
128
- --rui-color-neutral-dark: #4d4d4d;
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: #1a1a1a;
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: #f2f2f2;
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: #f2f2f2;
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: #f2f2f2;
139
- --rui-color-background-interactive-active: #e6e6e6;
140
- --rui-color-background-primary: #e6f1f3;
141
- --rui-color-background-secondary: #f2f2f2;
142
- --rui-color-background-selected: #e6f2ff;
143
- --rui-color-background-success: #eaf6ec;
144
- --rui-color-background-warning: #fff9e6;
145
- --rui-color-background-danger: #fcebec;
146
- --rui-color-background-help: #f0e7fe;
147
- --rui-color-background-info: #e8f6f8;
148
- --rui-color-background-note: #e6f2ff;
149
- --rui-color-background-light: #e6e6e6;
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: gray;
153
- --rui-color-border-primary-active: #0062cc;
154
- --rui-color-border-secondary: #e6e6e6;
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
- -webkit-print-color-adjust: exact;
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
  }
@@ -7447,17 +7457,22 @@
7447
7457
  display: flex;
7448
7458
  gap: var(--rui-InputGroup__gap);
7449
7459
  }
7460
+ .InputGroup-module__helpText__EEl3Ozjn,
7450
7461
  .InputGroup-module__validationText__HNOu0L2V {
7451
7462
  padding-left: 0;
7452
7463
  list-style: none;
7464
+ }
7465
+ .InputGroup-module__helpText__EEl3Ozjn:not(:last-child),
7466
+ .InputGroup-module__validationText__HNOu0L2V:not(:last-child) {
7467
+ margin-bottom: 0;
7468
+ }
7469
+ .InputGroup-module__helpText__EEl3Ozjn,
7470
+ .InputGroup-module__validationText__HNOu0L2V {
7453
7471
  font-style: var(--rui-FormField__help-text__font-style);
7454
7472
  font-size: var(--rui-FormField__help-text__font-size);
7455
7473
  line-height: 1.2rem;
7456
7474
  color: var(--rui-local-surrounding-text-color, var(--rui-FormField__help-text__color));
7457
7475
  }
7458
- .InputGroup-module__validationText__HNOu0L2V:not(:last-child) {
7459
- margin-bottom: 0;
7460
- }
7461
7476
  .InputGroup-module__isRootRequired__GCSWjHY7 .InputGroup-module__label__KUZV3N9L {
7462
7477
  color: var(--rui-local-surrounding-text-color, var(--rui-FormField--required__label__color));
7463
7478
  }
@@ -7678,7 +7693,6 @@
7678
7693
  flex-direction: column;
7679
7694
  min-width: 0;
7680
7695
  max-width: 100%;
7681
- max-width: none;
7682
7696
  }
7683
7697
  .InputGroup-module__isRootLayoutVertical__Kh7ukFER .InputGroup-module__label__KUZV3N9L,
7684
7698
  .InputGroup-module__isRootLayoutHorizontal__E9aM__PG .InputGroup-module__label__KUZV3N9L {
@@ -7695,6 +7709,10 @@
7695
7709
  width: min-content;
7696
7710
  max-width: 100%;
7697
7711
  }
7712
+ .InputGroup-module__isRootLayoutVertical__Kh7ukFER,
7713
+ .InputGroup-module__isRootLayoutHorizontal__E9aM__PG {
7714
+ max-width: none;
7715
+ }
7698
7716
  .InputGroup-module__isRootLayoutVertical__Kh7ukFER .InputGroup-module__field__UIKh_s8O,
7699
7717
  .InputGroup-module__isRootLayoutHorizontal__E9aM__PG .InputGroup-module__field__UIKh_s8O {
7700
7718
  max-width: none;
@@ -7817,6 +7835,13 @@
7817
7835
  transition-property: opacity, color, border-color, background-color, box-shadow;
7818
7836
  transition-duration: 150ms;
7819
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 {
7820
7845
  width: var(--rui-FormField--box__input__width);
7821
7846
  min-width: var(--rui-FormField--box__input__min-width);
7822
7847
  max-width: 100%;
@@ -7835,11 +7860,6 @@
7835
7860
  font-family: var(--rui-font-family-base);
7836
7861
  border-style: dashed;
7837
7862
  }
7838
- @media (prefers-reduced-motion: reduce) {
7839
- .FileInputField-module__dropZone__UC34Vhg7 {
7840
- transition-property: opacity, color, border-color, background-color, box-shadow;
7841
- }
7842
- }
7843
7863
  .FileInputField-module__isRootDragging__SkQKcE5G .FileInputField-module__dropZone__UC34Vhg7 {
7844
7864
  --rui-local-border-color: var(--rui-color-border-primary-active);
7845
7865
  }
@@ -8307,15 +8327,6 @@
8307
8327
  --rui-local-justify-items-xs,
8308
8328
  initial
8309
8329
  );
8310
- display: grid;
8311
- grid-template-columns: var(--rui-local-columns);
8312
- grid-template-rows: var(--rui-local-rows);
8313
- grid-auto-flow: var(--rui-local-auto-flow);
8314
- grid-gap: var(--rui-local-row-gap) var(--rui-local-column-gap);
8315
- align-content: var(--rui-local-align-content);
8316
- align-items: var(--rui-local-align-items);
8317
- justify-content: var(--rui-local-justify-content);
8318
- justify-items: var(--rui-local-justify-items);
8319
8330
  }
8320
8331
  @media (min-width: 36em) {
8321
8332
  .Grid-module__root__m6PTEyJq {
@@ -8614,6 +8625,17 @@
8614
8625
  .Grid-module__root__m6PTEyJq:not(:last-child) {
8615
8626
  margin-bottom: var(--rui-dimension-space-bottom-layouts);
8616
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
+ }
8617
8639
  .Grid-module__root__m6PTEyJq > * {
8618
8640
  margin-block: 0;
8619
8641
  }
@@ -8628,8 +8650,6 @@
8628
8650
  --rui-local-row-span-xs,
8629
8651
  initial
8630
8652
  );
8631
- grid-column: span var(--rui-local-column-span);
8632
- grid-row: span var(--rui-local-row-span);
8633
8653
  }
8634
8654
  @media (min-width: 36em) {
8635
8655
  .Grid-module__span__NitaPD2S {
@@ -8715,6 +8735,10 @@
8715
8735
  );
8716
8736
  }
8717
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
+ }
8718
8742
  dl.Grid-module__root__m6PTEyJq,
8719
8743
  ol.Grid-module__root__m6PTEyJq,
8720
8744
  ul.Grid-module__root__m6PTEyJq {
@@ -8917,9 +8941,6 @@
8917
8941
  box-shadow: none;
8918
8942
  cursor: pointer;
8919
8943
  position: relative;
8920
- font-size: var(--rui-font-size-4);
8921
- line-height: 1;
8922
- color: inherit;
8923
8944
  }
8924
8945
  .ModalCloseButton-module__root__BjuMeN2I::before {
8925
8946
  content: "";
@@ -8930,6 +8951,11 @@
8930
8951
  left: 50%;
8931
8952
  transform: translate(-50%, -50%);
8932
8953
  }
8954
+ .ModalCloseButton-module__root__BjuMeN2I {
8955
+ font-size: var(--rui-font-size-4);
8956
+ line-height: 1;
8957
+ color: inherit;
8958
+ }
8933
8959
  .ModalCloseButton-module__root__BjuMeN2I:disabled {
8934
8960
  cursor: var(--rui-cursor-not-allowed);
8935
8961
  }
@@ -9351,9 +9377,6 @@
9351
9377
  align-items: flex-start;
9352
9378
  min-width: 0;
9353
9379
  flex-direction: row;
9354
- position: relative;
9355
- min-height: var(--rui-FormField--check__tap-target-size);
9356
- padding-top: calc((var(--rui-FormField--check__tap-target-size) - 1rem * var(--rui-line-height-base)) / 2);
9357
9380
  }
9358
9381
  .Radio-module__option__pdCHl70V .Radio-module__input__uD6rY5J8 {
9359
9382
  flex: none;
@@ -9363,12 +9386,19 @@
9363
9386
  width: max-content;
9364
9387
  margin-left: var(--rui-dimension-space-2);
9365
9388
  }
9389
+ .Radio-module__option__pdCHl70V {
9390
+ position: relative;
9391
+ }
9366
9392
  .Radio-module__option__pdCHl70V::before {
9367
9393
  content: "";
9368
9394
  position: absolute;
9369
9395
  width: var(--rui-FormField--check__tap-target-size);
9370
9396
  height: var(--rui-FormField--check__tap-target-size);
9371
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
+ }
9372
9402
  .Radio-module__option__pdCHl70V::before {
9373
9403
  top: 0;
9374
9404
  left: calc((var(--rui-FormField--check__input__size) - var(--rui-FormField--check__tap-target-size)) / 2);
@@ -9377,6 +9407,13 @@
9377
9407
  transition-property: background-color, background-position, box-shadow;
9378
9408
  transition-duration: 150ms;
9379
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 {
9380
9417
  appearance: none;
9381
9418
  width: var(--rui-FormField--check__input__size);
9382
9419
  height: var(--rui-FormField--check__input__size);
@@ -9386,18 +9423,14 @@
9386
9423
  background-size: contain;
9387
9424
  background-repeat: no-repeat;
9388
9425
  background-color: var(--rui-local-check-background-color);
9389
- -webkit-print-color-adjust: exact;
9390
- print-color-adjust: exact;
9391
- border-radius: var(--rui-FormField--check__input--radio__border-radius);
9392
- }
9393
- @media (prefers-reduced-motion: reduce) {
9394
- .Radio-module__input__uD6rY5J8 {
9395
- transition-property: background-color, background-position, box-shadow;
9396
- }
9426
+ print-color-adjust: exact;
9397
9427
  }
9398
9428
  .Radio-module__input__uD6rY5J8:focus, .Radio-module__input__uD6rY5J8:checked:focus {
9399
9429
  box-shadow: var(--rui-FormField--check__input--focus__box-shadow);
9400
9430
  }
9431
+ .Radio-module__input__uD6rY5J8 {
9432
+ border-radius: var(--rui-FormField--check__input--radio__border-radius);
9433
+ }
9401
9434
  .Radio-module__input__uD6rY5J8:checked {
9402
9435
  background-image: var(--rui-FormField--check__input--radio--checked__background-image);
9403
9436
  }
@@ -9744,6 +9777,13 @@
9744
9777
  transition-property: visibility, opacity, transform;
9745
9778
  transition-duration: 150ms;
9746
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 {
9747
9787
  content: "";
9748
9788
  position: absolute;
9749
9789
  z-index: 2;
@@ -9751,11 +9791,6 @@
9751
9791
  visibility: hidden;
9752
9792
  opacity: 0;
9753
9793
  }
9754
- @media (prefers-reduced-motion: reduce) {
9755
- .ScrollView-module__scrollingShadows__YhiwuZyJ::before, .ScrollView-module__scrollingShadows__YhiwuZyJ::after {
9756
- transition-property: visibility, opacity;
9757
- }
9758
- }
9759
9794
  .ScrollView-module__scrollingShadows__YhiwuZyJ::before {
9760
9795
  background: var(--rui-local-start-shadow-background);
9761
9796
  }
@@ -9781,16 +9816,6 @@
9781
9816
  box-shadow: none;
9782
9817
  cursor: pointer;
9783
9818
  position: relative;
9784
- transition-property: visibility, opacity, transform;
9785
- transition-duration: 150ms;
9786
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
9787
- position: absolute;
9788
- z-index: 3;
9789
- display: flex;
9790
- align-items: center;
9791
- justify-content: center;
9792
- visibility: hidden;
9793
- opacity: 0;
9794
9819
  }
9795
9820
  .ScrollView-module__arrowPrev__hjvS6Zm8::before,
9796
9821
  .ScrollView-module__arrowNext__qwk4fEyP::before {
@@ -9802,12 +9827,28 @@
9802
9827
  left: 50%;
9803
9828
  transform: translate(-50%, -50%);
9804
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
+ }
9805
9836
  @media (prefers-reduced-motion: reduce) {
9806
9837
  .ScrollView-module__arrowPrev__hjvS6Zm8,
9807
9838
  .ScrollView-module__arrowNext__qwk4fEyP {
9808
9839
  transition-property: visibility, opacity;
9809
9840
  }
9810
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
+ }
9811
9852
  .ScrollView-module__arrowIcon__DAmOnZG5 {
9812
9853
  transform: translateY(-0.1rem) rotate(45deg);
9813
9854
  display: inline-block;
@@ -9953,6 +9994,13 @@
9953
9994
  transition-property: opacity, color, border-color, background-color, box-shadow;
9954
9995
  transition-duration: 150ms;
9955
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 {
9956
10004
  width: var(--rui-FormField--box__input__width);
9957
10005
  min-width: var(--rui-FormField--box__input__min-width);
9958
10006
  max-width: 100%;
@@ -9969,18 +10017,15 @@
9969
10017
  font-family: var(--rui-font-family-base);
9970
10018
  vertical-align: middle;
9971
10019
  box-shadow: var(--rui-local-box-shadow);
9972
- appearance: none;
9973
- padding-right: calc(2.25rem + var(--rui-dimension-space-2));
9974
- }
9975
- @media (prefers-reduced-motion: reduce) {
9976
- .SelectField-module__input__XP_Kwi5B {
9977
- transition-property: opacity, color, border-color, background-color, box-shadow;
9978
- }
9979
10020
  }
9980
10021
  .SelectField-module__input__XP_Kwi5B::placeholder {
9981
10022
  color: var(--rui-FormField--box__placeholder__color);
9982
10023
  opacity: 1;
9983
10024
  }
10025
+ .SelectField-module__input__XP_Kwi5B {
10026
+ appearance: none;
10027
+ padding-right: calc(2.25rem + var(--rui-dimension-space-2));
10028
+ }
9984
10029
  .SelectField-module__input__XP_Kwi5B::-ms-expand {
9985
10030
  display: none;
9986
10031
  }
@@ -9991,6 +10036,13 @@
9991
10036
  transition-property: border-color;
9992
10037
  transition-duration: 150ms;
9993
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 {
9994
10046
  position: absolute;
9995
10047
  top: var(--rui-FormField--box__border-width);
9996
10048
  right: var(--rui-FormField--box__border-width);
@@ -10003,11 +10055,6 @@
10003
10055
  border-end-end-radius: var(--rui-FormField--box__border-radius);
10004
10056
  pointer-events: none;
10005
10057
  }
10006
- @media (prefers-reduced-motion: reduce) {
10007
- .SelectField-module__caret__BMtdefwC {
10008
- transition-property: border-color;
10009
- }
10010
- }
10011
10058
  .SelectField-module__caretIcon__sMubkdsg {
10012
10059
  transform: translateY(-0.1rem) rotate(45deg);
10013
10060
  display: inline-block;
@@ -10022,6 +10069,13 @@
10022
10069
  transition-property: transform, opacity;
10023
10070
  transition-duration: 180ms;
10024
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 {
10025
10079
  position: absolute;
10026
10080
  bottom: 0;
10027
10081
  width: 100%;
@@ -10031,11 +10085,6 @@
10031
10085
  transform-origin: center center;
10032
10086
  pointer-events: none;
10033
10087
  }
10034
- @media (prefers-reduced-motion: reduce) {
10035
- .SelectField-module__bottomLine__hJcrk3mf {
10036
- transition-property: opacity;
10037
- }
10038
- }
10039
10088
  .SelectField-module__input__XP_Kwi5B:focus ~ .SelectField-module__bottomLine__hJcrk3mf {
10040
10089
  background-color: var(--rui-local-border-color);
10041
10090
  opacity: 1;
@@ -10622,6 +10671,11 @@
10622
10671
  .Tabs-module__list__gMQWI83R {
10623
10672
  padding-left: 0;
10624
10673
  list-style: none;
10674
+ }
10675
+ .Tabs-module__list__gMQWI83R:not(:last-child) {
10676
+ margin-bottom: 0;
10677
+ }
10678
+ .Tabs-module__list__gMQWI83R {
10625
10679
  position: relative;
10626
10680
  display: inline-flex;
10627
10681
  min-width: 100%;
@@ -10630,9 +10684,6 @@
10630
10684
  overflow-y: clip;
10631
10685
  white-space: nowrap;
10632
10686
  }
10633
- .Tabs-module__list__gMQWI83R:not(:last-child) {
10634
- margin-bottom: 0;
10635
- }
10636
10687
  .Tabs-module__list__gMQWI83R::after {
10637
10688
  content: "";
10638
10689
  position: absolute;
@@ -10678,9 +10729,21 @@
10678
10729
  .TabsItem-module__link__Zl1ypXxl {
10679
10730
  text-decoration: none;
10680
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 {
10681
10737
  transition-property: color, border-color, background-color, box-shadow;
10682
10738
  transition-duration: 150ms;
10683
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 {
10684
10747
  display: block;
10685
10748
  padding: var(--rui-Tabs__item__padding--xs);
10686
10749
  font-weight: var(--rui-Tabs__item__font-weight);
@@ -10694,14 +10757,6 @@
10694
10757
  background-color: var(--rui-Tabs__item__background-color);
10695
10758
  box-shadow: var(--rui-Tabs__item__box-shadow);
10696
10759
  }
10697
- .TabsItem-module__link__Zl1ypXxl:hover, .TabsItem-module__link__Zl1ypXxl:focus {
10698
- text-decoration: none;
10699
- }
10700
- @media (prefers-reduced-motion: reduce) {
10701
- .TabsItem-module__link__Zl1ypXxl {
10702
- transition-property: color, border-color, background-color, box-shadow;
10703
- }
10704
- }
10705
10760
  .TabsItem-module__link__Zl1ypXxl:hover, .TabsItem-module__link__Zl1ypXxl:focus {
10706
10761
  font-weight: var(--rui-Tabs__item--hover__font-weight);
10707
10762
  color: var(--rui-Tabs__item--hover__color);
@@ -10837,6 +10892,13 @@
10837
10892
  transition-property: opacity, color, border-color, background-color, box-shadow;
10838
10893
  transition-duration: 150ms;
10839
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 {
10840
10902
  width: var(--rui-FormField--box__input__width);
10841
10903
  min-width: var(--rui-FormField--box__input__min-width);
10842
10904
  max-width: 100%;
@@ -10853,17 +10915,14 @@
10853
10915
  font-family: var(--rui-font-family-base);
10854
10916
  vertical-align: middle;
10855
10917
  box-shadow: var(--rui-local-box-shadow);
10856
- resize: vertical;
10857
- }
10858
- @media (prefers-reduced-motion: reduce) {
10859
- .TextArea-module__input__JYRiHhV8 {
10860
- transition-property: opacity, color, border-color, background-color, box-shadow;
10861
- }
10862
10918
  }
10863
10919
  .TextArea-module__input__JYRiHhV8::placeholder {
10864
10920
  color: var(--rui-FormField--box__placeholder__color);
10865
10921
  opacity: 1;
10866
10922
  }
10923
+ .TextArea-module__input__JYRiHhV8 {
10924
+ resize: vertical;
10925
+ }
10867
10926
  .TextArea-module__input__JYRiHhV8[cols] {
10868
10927
  min-width: auto;
10869
10928
  }
@@ -10871,6 +10930,13 @@
10871
10930
  transition-property: transform, opacity;
10872
10931
  transition-duration: 180ms;
10873
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 {
10874
10940
  position: absolute;
10875
10941
  bottom: 0;
10876
10942
  width: 100%;
@@ -10880,11 +10946,6 @@
10880
10946
  transform-origin: center center;
10881
10947
  pointer-events: none;
10882
10948
  }
10883
- @media (prefers-reduced-motion: reduce) {
10884
- .TextArea-module__bottomLine__TrubUjNL {
10885
- transition-property: opacity;
10886
- }
10887
- }
10888
10949
  .TextArea-module__input__JYRiHhV8:focus ~ .TextArea-module__bottomLine__TrubUjNL {
10889
10950
  background-color: var(--rui-local-border-color);
10890
10951
  opacity: 1;
@@ -11473,6 +11534,13 @@
11473
11534
  transition-property: opacity, color, border-color, background-color, box-shadow;
11474
11535
  transition-duration: 150ms;
11475
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_ {
11476
11544
  width: var(--rui-FormField--box__input__width);
11477
11545
  min-width: var(--rui-FormField--box__input__min-width);
11478
11546
  max-width: 100%;
@@ -11490,11 +11558,6 @@
11490
11558
  vertical-align: middle;
11491
11559
  box-shadow: var(--rui-local-box-shadow);
11492
11560
  }
11493
- @media (prefers-reduced-motion: reduce) {
11494
- .TextField-module__input__EJkZBuV_ {
11495
- transition-property: opacity, color, border-color, background-color, box-shadow;
11496
- }
11497
- }
11498
11561
  .TextField-module__input__EJkZBuV_::placeholder {
11499
11562
  color: var(--rui-FormField--box__placeholder__color);
11500
11563
  opacity: 1;
@@ -11503,6 +11566,13 @@
11503
11566
  transition-property: transform, opacity;
11504
11567
  transition-duration: 180ms;
11505
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 {
11506
11576
  position: absolute;
11507
11577
  bottom: 0;
11508
11578
  width: 100%;
@@ -11512,11 +11582,6 @@
11512
11582
  transform-origin: center center;
11513
11583
  pointer-events: none;
11514
11584
  }
11515
- @media (prefers-reduced-motion: reduce) {
11516
- .TextField-module__bottomLine__rm1M6NZT {
11517
- transition-property: opacity;
11518
- }
11519
- }
11520
11585
  .TextField-module__input__EJkZBuV_:focus ~ .TextField-module__bottomLine__rm1M6NZT {
11521
11586
  background-color: var(--rui-local-border-color);
11522
11587
  opacity: 1;
@@ -12174,20 +12239,24 @@
12174
12239
  width: min-content;
12175
12240
  min-width: 0;
12176
12241
  max-width: 100%;
12177
- position: relative;
12178
- min-height: var(--rui-FormField--check__tap-target-size);
12179
- padding-top: calc((var(--rui-FormField--check__tap-target-size) - 1rem * var(--rui-line-height-base)) / 2);
12180
12242
  }
12181
12243
  .Toggle-module__root__rqUESGQ8 .Toggle-module__helpText__T0WZrsde,
12182
12244
  .Toggle-module__root__rqUESGQ8 .Toggle-module__validationText__R70A8wzX {
12183
12245
  padding-top: var(--rui-dimension-space-1);
12184
12246
  }
12247
+ .Toggle-module__root__rqUESGQ8 {
12248
+ position: relative;
12249
+ }
12185
12250
  .Toggle-module__root__rqUESGQ8::before {
12186
12251
  content: "";
12187
12252
  position: absolute;
12188
12253
  width: var(--rui-FormField--check__tap-target-size);
12189
12254
  height: var(--rui-FormField--check__tap-target-size);
12190
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
+ }
12191
12260
  .Toggle-module__root__rqUESGQ8::before {
12192
12261
  top: 0;
12193
12262
  left: calc((var(--rui-FormField--check__input--toggle__width) - var(--rui-FormField--check__tap-target-size)) / 2);
@@ -12301,6 +12370,13 @@
12301
12370
  transition-property: background-color, background-position, box-shadow;
12302
12371
  transition-duration: 150ms;
12303
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 {
12304
12380
  appearance: none;
12305
12381
  width: var(--rui-FormField--check__input__size);
12306
12382
  height: var(--rui-FormField--check__input__size);
@@ -12310,22 +12386,18 @@
12310
12386
  background-size: contain;
12311
12387
  background-repeat: no-repeat;
12312
12388
  background-color: var(--rui-local-check-background-color);
12313
- -webkit-print-color-adjust: exact;
12314
- print-color-adjust: exact;
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 {
12315
12395
  width: var(--rui-FormField--check__input--toggle__width);
12316
12396
  border-radius: var(--rui-FormField--check__input--toggle__border-radius);
12317
12397
  background-image: var(--rui-FormField--check__input--toggle--default__background-image);
12318
12398
  background-position: var(--rui-FormField--check__input--toggle--default__background-position);
12319
12399
  background-size: var(--rui-FormField--check__input--toggle__background-size);
12320
12400
  }
12321
- @media (prefers-reduced-motion: reduce) {
12322
- .Toggle-module__input__nV7ZVASW {
12323
- transition-property: background-color, background-position, box-shadow;
12324
- }
12325
- }
12326
- .Toggle-module__input__nV7ZVASW:focus, .Toggle-module__input__nV7ZVASW:checked:focus {
12327
- box-shadow: var(--rui-FormField--check__input--focus__box-shadow);
12328
- }
12329
12401
  .Toggle-module__input__nV7ZVASW:checked {
12330
12402
  background-image: var(--rui-FormField--check__input--toggle--checked__background-image);
12331
12403
  background-position: var(--rui-FormField--check__input--toggle--checked__background-position);