@limetech/lime-elements 36.2.0 → 36.3.0-next.1

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 (168) hide show
  1. package/dist/cjs/limel-badge.cjs.entry.js +1 -1
  2. package/dist/cjs/limel-banner.cjs.entry.js +1 -1
  3. package/dist/cjs/limel-button-group.cjs.entry.js +1 -1
  4. package/dist/cjs/limel-button.cjs.entry.js +1 -1
  5. package/dist/cjs/limel-checkbox.cjs.entry.js +1 -1
  6. package/dist/cjs/limel-chip-set.cjs.entry.js +2 -2
  7. package/dist/cjs/limel-circular-progress_2.cjs.entry.js +2 -2
  8. package/dist/cjs/limel-code-editor.cjs.entry.js +1 -1
  9. package/dist/cjs/limel-collapsible-section.cjs.entry.js +1 -1
  10. package/dist/cjs/limel-color-picker-palette.cjs.entry.js +1 -1
  11. package/dist/cjs/limel-color-picker.cjs.entry.js +1 -1
  12. package/dist/cjs/limel-dialog.cjs.entry.js +1 -1
  13. package/dist/cjs/limel-dock-button.cjs.entry.js +1 -1
  14. package/dist/cjs/limel-dock.cjs.entry.js +1 -1
  15. package/dist/cjs/limel-flatpickr-adapter.cjs.entry.js +1 -1
  16. package/dist/cjs/limel-form.cjs.entry.js +1 -1
  17. package/dist/cjs/limel-icon-button.cjs.entry.js +1 -1
  18. package/dist/cjs/limel-info-tile.cjs.entry.js +1 -1
  19. package/dist/cjs/limel-input-field.cjs.entry.js +1 -1
  20. package/dist/cjs/limel-list_2.cjs.entry.js +2 -2
  21. package/dist/cjs/limel-menu-list.cjs.entry.js +1 -1
  22. package/dist/cjs/limel-popover_4.cjs.entry.js +1 -1
  23. package/dist/cjs/limel-select.cjs.entry.js +1 -1
  24. package/dist/cjs/limel-shortcut.cjs.entry.js +1 -1
  25. package/dist/cjs/limel-slider.cjs.entry.js +1 -1
  26. package/dist/cjs/limel-snackbar.cjs.entry.js +1 -1
  27. package/dist/cjs/limel-spinner.cjs.entry.js +1 -1
  28. package/dist/cjs/limel-split-button.cjs.entry.js +1 -1
  29. package/dist/cjs/limel-switch.cjs.entry.js +1 -1
  30. package/dist/cjs/limel-tab-bar.cjs.entry.js +1 -1
  31. package/dist/cjs/limel-table.cjs.entry.js +1 -1
  32. package/dist/collection/components/badge/badge.css +5 -1
  33. package/dist/collection/components/banner/banner.css +5 -1
  34. package/dist/collection/components/button/button.css +24 -20
  35. package/dist/collection/components/button-group/button-group.css +18 -11
  36. package/dist/collection/components/checkbox/checkbox.css +20 -9
  37. package/dist/collection/components/chip-set/chip-set.css +32 -13
  38. package/dist/collection/components/chip-set/chip-set.js +1 -1
  39. package/dist/collection/components/circular-progress/circular-progress.css +5 -1
  40. package/dist/collection/components/code-editor/code-editor.css +93 -67
  41. package/dist/collection/components/collapsible-section/collapsible-section.css +5 -1
  42. package/dist/collection/components/color-picker/color-picker-palette.css +7 -504
  43. package/dist/collection/components/color-picker/color-picker.css +6 -2
  44. package/dist/collection/components/date-picker/flatpickr-adapter/flatpickr-adapter.css +29 -18
  45. package/dist/collection/components/dialog/dialog.css +10 -2
  46. package/dist/collection/components/dock/dock-button/dock-button.css +8 -5
  47. package/dist/collection/components/dock/dock.css +6 -2
  48. package/dist/collection/components/form/form.css +5 -1
  49. package/dist/collection/components/icon-button/icon-button.css +5 -2
  50. package/dist/collection/components/info-tile/info-tile.css +16 -7
  51. package/dist/collection/components/input-field/input-field.css +28 -11
  52. package/dist/collection/components/linear-progress/linear-progress.css +5 -1
  53. package/dist/collection/components/list/list.css +933 -43
  54. package/dist/collection/components/menu-list/menu-list.css +1001 -43
  55. package/dist/collection/components/menu-surface/menu-surface.css +1 -0
  56. package/dist/collection/components/popover/popover.css +1 -1
  57. package/dist/collection/components/popover-surface/popover-surface.css +1 -1
  58. package/dist/collection/components/select/select.css +17 -3
  59. package/dist/collection/components/shortcut/shortcut.css +6 -3
  60. package/dist/collection/components/slider/slider.css +11 -3
  61. package/dist/collection/components/snackbar/snackbar.css +10 -5
  62. package/dist/collection/components/spinner/spinner.css +5 -1
  63. package/dist/collection/components/split-button/split-button.css +5 -1
  64. package/dist/collection/components/switch/switch.css +50 -2
  65. package/dist/collection/components/tab-bar/tab-bar.css +14 -2
  66. package/dist/collection/components/table/table.css +73 -32
  67. package/dist/collection/style/_theme-color-variables.scss +5 -1
  68. package/dist/collection/style/color-palette-extended-light-mode-only.css +1 -1
  69. package/dist/collection/style/color-palette-extended.css +173 -3
  70. package/dist/collection/style/color-palette-primary.scss.bak +1 -1
  71. package/dist/collection/style/color-palette-ui.scss.bak +1 -1
  72. package/dist/collection/style/colors.scss +11 -13
  73. package/dist/collection/style/internal/shared_input-select-picker.scss +16 -0
  74. package/dist/collection/style/internal/z-index.scss +0 -2
  75. package/dist/collection/style/mixins.scss +84 -20
  76. package/dist/collection/style/shadows.scss +117 -27
  77. package/dist/esm/limel-badge.entry.js +1 -1
  78. package/dist/esm/limel-banner.entry.js +1 -1
  79. package/dist/esm/limel-button-group.entry.js +1 -1
  80. package/dist/esm/limel-button.entry.js +1 -1
  81. package/dist/esm/limel-checkbox.entry.js +1 -1
  82. package/dist/esm/limel-chip-set.entry.js +2 -2
  83. package/dist/esm/limel-circular-progress_2.entry.js +2 -2
  84. package/dist/esm/limel-code-editor.entry.js +1 -1
  85. package/dist/esm/limel-collapsible-section.entry.js +1 -1
  86. package/dist/esm/limel-color-picker-palette.entry.js +1 -1
  87. package/dist/esm/limel-color-picker.entry.js +1 -1
  88. package/dist/esm/limel-dialog.entry.js +1 -1
  89. package/dist/esm/limel-dock-button.entry.js +1 -1
  90. package/dist/esm/limel-dock.entry.js +1 -1
  91. package/dist/esm/limel-flatpickr-adapter.entry.js +1 -1
  92. package/dist/esm/limel-form.entry.js +1 -1
  93. package/dist/esm/limel-icon-button.entry.js +1 -1
  94. package/dist/esm/limel-info-tile.entry.js +1 -1
  95. package/dist/esm/limel-input-field.entry.js +1 -1
  96. package/dist/esm/limel-list_2.entry.js +2 -2
  97. package/dist/esm/limel-menu-list.entry.js +1 -1
  98. package/dist/esm/limel-popover_4.entry.js +1 -1
  99. package/dist/esm/limel-select.entry.js +1 -1
  100. package/dist/esm/limel-shortcut.entry.js +1 -1
  101. package/dist/esm/limel-slider.entry.js +1 -1
  102. package/dist/esm/limel-snackbar.entry.js +1 -1
  103. package/dist/esm/limel-spinner.entry.js +1 -1
  104. package/dist/esm/limel-split-button.entry.js +1 -1
  105. package/dist/esm/limel-switch.entry.js +1 -1
  106. package/dist/esm/limel-tab-bar.entry.js +1 -1
  107. package/dist/esm/limel-table.entry.js +1 -1
  108. package/dist/lime-elements/lime-elements.css +15 -19
  109. package/dist/lime-elements/lime-elements.esm.js +1 -1
  110. package/dist/lime-elements/p-029360c8.entry.js +1 -0
  111. package/dist/lime-elements/{p-21058db5.entry.js → p-05d88196.entry.js} +2 -2
  112. package/dist/lime-elements/{p-9984b31c.entry.js → p-0bf916a0.entry.js} +1 -1
  113. package/dist/lime-elements/p-2f2ea041.entry.js +1 -0
  114. package/dist/lime-elements/p-31c9c5b9.entry.js +82 -0
  115. package/dist/lime-elements/{p-6534e16a.entry.js → p-405207fa.entry.js} +1 -1
  116. package/dist/lime-elements/p-524bd0cc.entry.js +1 -0
  117. package/dist/lime-elements/p-52e18d94.entry.js +1 -0
  118. package/dist/lime-elements/p-5409b92f.entry.js +1 -0
  119. package/dist/lime-elements/{p-768b7cbb.entry.js → p-61b3352f.entry.js} +1 -1
  120. package/dist/lime-elements/p-65a3be2c.entry.js +1 -0
  121. package/dist/lime-elements/{p-e7bb664f.entry.js → p-6784c5c3.entry.js} +1 -1
  122. package/dist/lime-elements/p-864db270.entry.js +126 -0
  123. package/dist/lime-elements/p-8ca53aa2.entry.js +1 -0
  124. package/dist/lime-elements/{p-600464a9.entry.js → p-91604294.entry.js} +1 -1
  125. package/dist/lime-elements/{p-059e0a64.entry.js → p-934456bc.entry.js} +1 -1
  126. package/dist/lime-elements/{p-5bd9b025.entry.js → p-a0c78744.entry.js} +3 -3
  127. package/dist/lime-elements/{p-16eb9071.entry.js → p-a8d38277.entry.js} +1 -1
  128. package/dist/lime-elements/p-a94e949f.entry.js +82 -0
  129. package/dist/lime-elements/{p-8ab597a8.entry.js → p-b079fc71.entry.js} +1 -1
  130. package/dist/lime-elements/{p-5f29f099.entry.js → p-be2b7486.entry.js} +2 -2
  131. package/dist/lime-elements/p-bf3d6097.entry.js +1 -0
  132. package/dist/lime-elements/p-c234a991.entry.js +37 -0
  133. package/dist/lime-elements/p-c6c37de3.entry.js +1 -0
  134. package/dist/lime-elements/p-cc9f89a9.entry.js +1 -0
  135. package/dist/lime-elements/p-d2d6123c.entry.js +1 -0
  136. package/dist/lime-elements/{p-15ca0d70.entry.js → p-d379f4d6.entry.js} +1 -1
  137. package/dist/lime-elements/{p-e1ab52f4.entry.js → p-d9c96100.entry.js} +1 -1
  138. package/dist/lime-elements/{p-8fb83e83.entry.js → p-e5213a54.entry.js} +4 -4
  139. package/dist/lime-elements/p-e6a11b73.entry.js +1 -0
  140. package/dist/lime-elements/p-eed2a202.entry.js +73 -0
  141. package/dist/lime-elements/style/_theme-color-variables.scss +5 -1
  142. package/dist/lime-elements/style/color-palette-extended-light-mode-only.css +1 -1
  143. package/dist/lime-elements/style/color-palette-extended.css +173 -3
  144. package/dist/lime-elements/style/color-palette-primary.scss.bak +1 -1
  145. package/dist/lime-elements/style/color-palette-ui.scss.bak +1 -1
  146. package/dist/lime-elements/style/colors.scss +11 -13
  147. package/dist/lime-elements/style/internal/shared_input-select-picker.scss +16 -0
  148. package/dist/lime-elements/style/internal/z-index.scss +0 -2
  149. package/dist/lime-elements/style/mixins.scss +84 -20
  150. package/dist/lime-elements/style/shadows.scss +117 -27
  151. package/package.json +5 -5
  152. package/dist/lime-elements/p-12a7453b.entry.js +0 -73
  153. package/dist/lime-elements/p-15c2eb16.entry.js +0 -1
  154. package/dist/lime-elements/p-37fe095f.entry.js +0 -1
  155. package/dist/lime-elements/p-4eda8b67.entry.js +0 -82
  156. package/dist/lime-elements/p-4fc38050.entry.js +0 -1
  157. package/dist/lime-elements/p-5ce60a32.entry.js +0 -126
  158. package/dist/lime-elements/p-6a4a5ddd.entry.js +0 -1
  159. package/dist/lime-elements/p-738aedc1.entry.js +0 -1
  160. package/dist/lime-elements/p-8a5a6ac9.entry.js +0 -1
  161. package/dist/lime-elements/p-c90fc327.entry.js +0 -82
  162. package/dist/lime-elements/p-d8e5a9ee.entry.js +0 -1
  163. package/dist/lime-elements/p-dc030055.entry.js +0 -1
  164. package/dist/lime-elements/p-de161bb5.entry.js +0 -1
  165. package/dist/lime-elements/p-e4bca82b.entry.js +0 -1
  166. package/dist/lime-elements/p-e6f84d68.entry.js +0 -1
  167. package/dist/lime-elements/p-e88f7922.entry.js +0 -1
  168. package/dist/lime-elements/p-fa0d0733.entry.js +0 -37
@@ -56,6 +56,914 @@
56
56
  --lime-text-secondary-on-background-color,
57
57
  rgba(var(--contrast-1700), 0.54)
58
58
  );
59
+ --mdc-theme-error: var(
60
+ --lime-error-background-color,
61
+ rgb(var(--color-red-dark))
62
+ );
63
+ --lime-error-text-color: rgb(var(--color-red-darker));
64
+ --mdc-theme-surface: var(
65
+ --lime-surface-background-color,
66
+ rgb(var(--contrast-100))
67
+ );
68
+ --mdc-theme-on-surface: var(
69
+ --lime-on-surface-color,
70
+ rgb(var(--contrast-1500))
71
+ );
72
+ }
73
+
74
+ /**
75
+ * @prop --checkbox-unchecked-border-color: Affects the border color of the default state of the checkbox (when it is not checked). Defaults to `--contrast-900`.
76
+ */
77
+ :host(limel-checkbox) {
78
+ --mdc-checkbox-checked-color: var(--mdc-theme-primary);
79
+ --mdc-checkbox-unchecked-color: var(
80
+ --checkbox-unchecked-border-color,
81
+ rgb(var(--contrast-900))
82
+ );
83
+ --lime-checkbox-unchecked-color: rgb(var(--contrast-300));
84
+ }
85
+
86
+ .mdc-checkbox {
87
+ padding: calc((40px - 18px) / 2);
88
+ /* @alternate */
89
+ padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
90
+ margin: calc((40px - 40px) / 2);
91
+ /* @alternate */
92
+ margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
93
+ }
94
+
95
+ .mdc-checkbox .mdc-checkbox__ripple::before, .mdc-checkbox .mdc-checkbox__ripple::after {
96
+ background-color: #000;
97
+ /* @alternate */
98
+ background-color: var(--mdc-ripple-color, #000);
99
+ }
100
+
101
+ .mdc-checkbox:hover .mdc-checkbox__ripple::before, .mdc-checkbox.mdc-ripple-surface--hover .mdc-checkbox__ripple::before {
102
+ opacity: 0.04;
103
+ /* @alternate */
104
+ opacity: var(--mdc-ripple-hover-opacity, 0.04);
105
+ }
106
+
107
+ .mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before, .mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before {
108
+ transition-duration: 75ms;
109
+ opacity: 0.12;
110
+ /* @alternate */
111
+ opacity: var(--mdc-ripple-focus-opacity, 0.12);
112
+ }
113
+
114
+ .mdc-checkbox:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after {
115
+ transition: opacity 150ms linear;
116
+ }
117
+
118
+ .mdc-checkbox:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after {
119
+ transition-duration: 75ms;
120
+ opacity: 0.12;
121
+ /* @alternate */
122
+ opacity: var(--mdc-ripple-press-opacity, 0.12);
123
+ }
124
+
125
+ .mdc-checkbox.mdc-ripple-upgraded {
126
+ --mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12);
127
+ }
128
+
129
+ .mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before, .mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after {
130
+ background-color: #575756;
131
+ /* @alternate */
132
+ background-color: var(--mdc-ripple-color, var(--mdc-theme-secondary, #575756));
133
+ }
134
+
135
+ .mdc-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before, .mdc-checkbox.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before {
136
+ opacity: 0.04;
137
+ /* @alternate */
138
+ opacity: var(--mdc-ripple-hover-opacity, 0.04);
139
+ }
140
+
141
+ .mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before, .mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before {
142
+ transition-duration: 75ms;
143
+ opacity: 0.12;
144
+ /* @alternate */
145
+ opacity: var(--mdc-ripple-focus-opacity, 0.12);
146
+ }
147
+
148
+ .mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after {
149
+ transition: opacity 150ms linear;
150
+ }
151
+
152
+ .mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after {
153
+ transition-duration: 75ms;
154
+ opacity: 0.12;
155
+ /* @alternate */
156
+ opacity: var(--mdc-ripple-press-opacity, 0.12);
157
+ }
158
+
159
+ .mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded {
160
+ --mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity, 0.12);
161
+ }
162
+
163
+ .mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,
164
+ .mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after {
165
+ background-color: #575756;
166
+ /* @alternate */
167
+ background-color: var(--mdc-ripple-color, var(--mdc-theme-secondary, #575756));
168
+ }
169
+
170
+ .mdc-checkbox .mdc-checkbox__background {
171
+ top: calc((40px - 18px) / 2);
172
+ /* @alternate */
173
+ top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
174
+ left: calc((40px - 18px) / 2);
175
+ /* @alternate */
176
+ left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
177
+ }
178
+
179
+ .mdc-checkbox .mdc-checkbox__native-control {
180
+ top: calc((40px - 40px) / 2);
181
+ /* @alternate */
182
+ top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
183
+ right: calc((40px - 40px) / 2);
184
+ /* @alternate */
185
+ right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
186
+ left: calc((40px - 40px) / 2);
187
+ /* @alternate */
188
+ left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
189
+ width: 40px;
190
+ /* @alternate */
191
+ width: var(--mdc-checkbox-touch-target-size, 40px);
192
+ height: 40px;
193
+ /* @alternate */
194
+ height: var(--mdc-checkbox-touch-target-size, 40px);
195
+ }
196
+
197
+ .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
198
+ border-color: rgba(0, 0, 0, 0.54);
199
+ /* @alternate */
200
+ border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
201
+ background-color: transparent;
202
+ }
203
+
204
+ .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
205
+ .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
206
+ .mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled ~ .mdc-checkbox__background {
207
+ border-color: #575756;
208
+ /* @alternate */
209
+ border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #575756));
210
+ background-color: #575756;
211
+ /* @alternate */
212
+ background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #575756));
213
+ }
214
+
215
+ @keyframes mdc-checkbox-fade-in-background-8A000000FF57575600000000FF575756 {
216
+ 0% {
217
+ border-color: rgba(0, 0, 0, 0.54);
218
+ /* @alternate */
219
+ border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
220
+ background-color: transparent;
221
+ }
222
+ 50% {
223
+ border-color: #575756;
224
+ /* @alternate */
225
+ border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #575756));
226
+ background-color: #575756;
227
+ /* @alternate */
228
+ background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #575756));
229
+ }
230
+ }
231
+ @keyframes mdc-checkbox-fade-out-background-8A000000FF57575600000000FF575756 {
232
+ 0%, 80% {
233
+ border-color: #575756;
234
+ /* @alternate */
235
+ border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #575756));
236
+ background-color: #575756;
237
+ /* @alternate */
238
+ background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #575756));
239
+ }
240
+ 100% {
241
+ border-color: rgba(0, 0, 0, 0.54);
242
+ /* @alternate */
243
+ border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
244
+ background-color: transparent;
245
+ }
246
+ }
247
+ .mdc-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
248
+ animation-name: mdc-checkbox-fade-in-background-8A000000FF57575600000000FF575756;
249
+ }
250
+
251
+ .mdc-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
252
+ animation-name: mdc-checkbox-fade-out-background-8A000000FF57575600000000FF575756;
253
+ }
254
+
255
+ .mdc-checkbox .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
256
+ border-color: rgba(0, 0, 0, 0.38);
257
+ /* @alternate */
258
+ border-color: var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38));
259
+ background-color: transparent;
260
+ }
261
+
262
+ .mdc-checkbox .mdc-checkbox__native-control[disabled]:checked ~ .mdc-checkbox__background,
263
+ .mdc-checkbox .mdc-checkbox__native-control[disabled]:indeterminate ~ .mdc-checkbox__background,
264
+ .mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true][disabled] ~ .mdc-checkbox__background {
265
+ border-color: transparent;
266
+ background-color: rgba(0, 0, 0, 0.38);
267
+ /* @alternate */
268
+ background-color: var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38));
269
+ }
270
+
271
+ .mdc-checkbox .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
272
+ color: #fff;
273
+ /* @alternate */
274
+ color: var(--mdc-checkbox-ink-color, #fff);
275
+ }
276
+
277
+ .mdc-checkbox .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
278
+ border-color: #fff;
279
+ /* @alternate */
280
+ border-color: var(--mdc-checkbox-ink-color, #fff);
281
+ }
282
+
283
+ .mdc-checkbox .mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
284
+ color: #fff;
285
+ /* @alternate */
286
+ color: var(--mdc-checkbox-ink-color, #fff);
287
+ }
288
+
289
+ .mdc-checkbox .mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
290
+ border-color: #fff;
291
+ /* @alternate */
292
+ border-color: var(--mdc-checkbox-ink-color, #fff);
293
+ }
294
+
295
+ .mdc-touch-target-wrapper {
296
+ display: inline;
297
+ }
298
+
299
+ @keyframes mdc-checkbox-unchecked-checked-checkmark-path {
300
+ 0%, 50% {
301
+ stroke-dashoffset: 29.7833385;
302
+ }
303
+ 50% {
304
+ animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
305
+ }
306
+ 100% {
307
+ stroke-dashoffset: 0;
308
+ }
309
+ }
310
+ @keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {
311
+ 0%, 68.2% {
312
+ transform: scaleX(0);
313
+ }
314
+ 68.2% {
315
+ animation-timing-function: cubic-bezier(0, 0, 0, 1);
316
+ }
317
+ 100% {
318
+ transform: scaleX(1);
319
+ }
320
+ }
321
+ @keyframes mdc-checkbox-checked-unchecked-checkmark-path {
322
+ from {
323
+ animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
324
+ opacity: 1;
325
+ stroke-dashoffset: 0;
326
+ }
327
+ to {
328
+ opacity: 0;
329
+ stroke-dashoffset: -29.7833385;
330
+ }
331
+ }
332
+ @keyframes mdc-checkbox-checked-indeterminate-checkmark {
333
+ from {
334
+ animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
335
+ transform: rotate(0deg);
336
+ opacity: 1;
337
+ }
338
+ to {
339
+ transform: rotate(45deg);
340
+ opacity: 0;
341
+ }
342
+ }
343
+ @keyframes mdc-checkbox-indeterminate-checked-checkmark {
344
+ from {
345
+ animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
346
+ transform: rotate(45deg);
347
+ opacity: 0;
348
+ }
349
+ to {
350
+ transform: rotate(360deg);
351
+ opacity: 1;
352
+ }
353
+ }
354
+ @keyframes mdc-checkbox-checked-indeterminate-mixedmark {
355
+ from {
356
+ animation-timing-function: mdc-animation-deceleration-curve-timing-function;
357
+ transform: rotate(-45deg);
358
+ opacity: 0;
359
+ }
360
+ to {
361
+ transform: rotate(0deg);
362
+ opacity: 1;
363
+ }
364
+ }
365
+ @keyframes mdc-checkbox-indeterminate-checked-mixedmark {
366
+ from {
367
+ animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
368
+ transform: rotate(0deg);
369
+ opacity: 1;
370
+ }
371
+ to {
372
+ transform: rotate(315deg);
373
+ opacity: 0;
374
+ }
375
+ }
376
+ @keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
377
+ 0% {
378
+ animation-timing-function: linear;
379
+ transform: scaleX(1);
380
+ opacity: 1;
381
+ }
382
+ 32.8%, 100% {
383
+ transform: scaleX(0);
384
+ opacity: 0;
385
+ }
386
+ }
387
+ .mdc-checkbox {
388
+ display: inline-block;
389
+ position: relative;
390
+ flex: 0 0 18px;
391
+ box-sizing: content-box;
392
+ width: 18px;
393
+ height: 18px;
394
+ line-height: 0;
395
+ white-space: nowrap;
396
+ cursor: pointer;
397
+ vertical-align: bottom;
398
+ }
399
+
400
+ @media screen and (forced-colors: active), (-ms-high-contrast: active) {
401
+ .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
402
+ border-color: GrayText;
403
+ /* @alternate */
404
+ border-color: var(--mdc-checkbox-disabled-color, GrayText);
405
+ background-color: transparent;
406
+ }
407
+
408
+ .mdc-checkbox__native-control[disabled]:checked ~ .mdc-checkbox__background,
409
+ .mdc-checkbox__native-control[disabled]:indeterminate ~ .mdc-checkbox__background,
410
+ .mdc-checkbox__native-control[data-indeterminate=true][disabled] ~ .mdc-checkbox__background {
411
+ border-color: GrayText;
412
+ background-color: transparent;
413
+ /* @alternate */
414
+ background-color: var(--mdc-checkbox-disabled-color, transparent);
415
+ }
416
+
417
+ .mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
418
+ color: GrayText;
419
+ /* @alternate */
420
+ color: var(--mdc-checkbox-ink-color, GrayText);
421
+ }
422
+
423
+ .mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
424
+ border-color: GrayText;
425
+ /* @alternate */
426
+ border-color: var(--mdc-checkbox-ink-color, GrayText);
427
+ }
428
+
429
+ .mdc-checkbox__mixedmark {
430
+ margin: 0 1px;
431
+ }
432
+ }
433
+ .mdc-checkbox--disabled {
434
+ cursor: default;
435
+ pointer-events: none;
436
+ }
437
+
438
+ .mdc-checkbox__background {
439
+ display: inline-flex;
440
+ position: absolute;
441
+ align-items: center;
442
+ justify-content: center;
443
+ box-sizing: border-box;
444
+ width: 18px;
445
+ height: 18px;
446
+ border: 2px solid currentColor;
447
+ border-radius: 2px;
448
+ background-color: transparent;
449
+ pointer-events: none;
450
+ will-change: background-color, border-color;
451
+ transition: background-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), border-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
452
+ }
453
+
454
+ .mdc-checkbox__checkmark {
455
+ position: absolute;
456
+ top: 0;
457
+ right: 0;
458
+ bottom: 0;
459
+ left: 0;
460
+ width: 100%;
461
+ opacity: 0;
462
+ transition: opacity 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
463
+ }
464
+
465
+ .mdc-checkbox--upgraded .mdc-checkbox__checkmark {
466
+ opacity: 1;
467
+ }
468
+
469
+ .mdc-checkbox__checkmark-path {
470
+ transition: stroke-dashoffset 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
471
+ stroke: currentColor;
472
+ stroke-width: 3.12px;
473
+ stroke-dashoffset: 29.7833385;
474
+ stroke-dasharray: 29.7833385;
475
+ }
476
+
477
+ .mdc-checkbox__mixedmark {
478
+ width: 100%;
479
+ height: 0;
480
+ transform: scaleX(0) rotate(0deg);
481
+ border-width: 1px;
482
+ border-style: solid;
483
+ opacity: 0;
484
+ transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
485
+ }
486
+
487
+ .mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background, .mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background, .mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background, .mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background {
488
+ animation-duration: 180ms;
489
+ animation-timing-function: linear;
490
+ }
491
+
492
+ .mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path {
493
+ animation: mdc-checkbox-unchecked-checked-checkmark-path 180ms linear 0s;
494
+ transition: none;
495
+ }
496
+
497
+ .mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark {
498
+ animation: mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;
499
+ transition: none;
500
+ }
501
+
502
+ .mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path {
503
+ animation: mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;
504
+ transition: none;
505
+ }
506
+
507
+ .mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark {
508
+ animation: mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;
509
+ transition: none;
510
+ }
511
+
512
+ .mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark {
513
+ animation: mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;
514
+ transition: none;
515
+ }
516
+
517
+ .mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark {
518
+ animation: mdc-checkbox-indeterminate-checked-checkmark 500ms linear 0s;
519
+ transition: none;
520
+ }
521
+
522
+ .mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark {
523
+ animation: mdc-checkbox-indeterminate-checked-mixedmark 500ms linear 0s;
524
+ transition: none;
525
+ }
526
+
527
+ .mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark {
528
+ animation: mdc-checkbox-indeterminate-unchecked-mixedmark 300ms linear 0s;
529
+ transition: none;
530
+ }
531
+
532
+ .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
533
+ .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background,
534
+ .mdc-checkbox__native-control[data-indeterminate=true] ~ .mdc-checkbox__background {
535
+ transition: border-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1), background-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1);
536
+ }
537
+
538
+ .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path,
539
+ .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path,
540
+ .mdc-checkbox__native-control[data-indeterminate=true] ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path {
541
+ stroke-dashoffset: 0;
542
+ }
543
+
544
+ .mdc-checkbox__native-control {
545
+ position: absolute;
546
+ margin: 0;
547
+ padding: 0;
548
+ opacity: 0;
549
+ cursor: inherit;
550
+ }
551
+
552
+ .mdc-checkbox__native-control:disabled {
553
+ cursor: default;
554
+ pointer-events: none;
555
+ }
556
+
557
+ .mdc-checkbox--touch {
558
+ margin: calc((48px - 40px) / 2);
559
+ /* @alternate */
560
+ margin: calc((var(--mdc-checkbox-state-layer-size, 48px) - var(--mdc-checkbox-state-layer-size, 40px)) / 2);
561
+ }
562
+
563
+ .mdc-checkbox--touch .mdc-checkbox__native-control {
564
+ top: calc((40px - 48px) / 2);
565
+ /* @alternate */
566
+ top: calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 48px)) / 2);
567
+ right: calc((40px - 48px) / 2);
568
+ /* @alternate */
569
+ right: calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 48px)) / 2);
570
+ left: calc((40px - 48px) / 2);
571
+ /* @alternate */
572
+ left: calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 48px)) / 2);
573
+ width: 48px;
574
+ /* @alternate */
575
+ width: var(--mdc-checkbox-state-layer-size, 48px);
576
+ height: 48px;
577
+ /* @alternate */
578
+ height: var(--mdc-checkbox-state-layer-size, 48px);
579
+ }
580
+
581
+ .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
582
+ transition: opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);
583
+ opacity: 1;
584
+ }
585
+
586
+ .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
587
+ transform: scaleX(1) rotate(-45deg);
588
+ }
589
+
590
+ .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark,
591
+ .mdc-checkbox__native-control[data-indeterminate=true] ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
592
+ transform: rotate(45deg);
593
+ opacity: 0;
594
+ transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
595
+ }
596
+
597
+ .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__mixedmark,
598
+ .mdc-checkbox__native-control[data-indeterminate=true] ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
599
+ transform: scaleX(1) rotate(0deg);
600
+ opacity: 1;
601
+ }
602
+
603
+ .mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__background,
604
+ .mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__checkmark,
605
+ .mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,
606
+ .mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__mixedmark {
607
+ transition: none;
608
+ }
609
+
610
+ @keyframes mdc-ripple-fg-radius-in {
611
+ from {
612
+ animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
613
+ transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
614
+ }
615
+ to {
616
+ transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
617
+ }
618
+ }
619
+ @keyframes mdc-ripple-fg-opacity-in {
620
+ from {
621
+ animation-timing-function: linear;
622
+ opacity: 0;
623
+ }
624
+ to {
625
+ opacity: var(--mdc-ripple-fg-opacity, 0);
626
+ }
627
+ }
628
+ @keyframes mdc-ripple-fg-opacity-out {
629
+ from {
630
+ animation-timing-function: linear;
631
+ opacity: var(--mdc-ripple-fg-opacity, 0);
632
+ }
633
+ to {
634
+ opacity: 0;
635
+ }
636
+ }
637
+ .mdc-checkbox {
638
+ --mdc-ripple-fg-size: 0;
639
+ --mdc-ripple-left: 0;
640
+ --mdc-ripple-top: 0;
641
+ --mdc-ripple-fg-scale: 1;
642
+ --mdc-ripple-fg-translate-end: 0;
643
+ --mdc-ripple-fg-translate-start: 0;
644
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
645
+ will-change: transform, opacity;
646
+ }
647
+
648
+ .mdc-checkbox .mdc-checkbox__ripple::before,
649
+ .mdc-checkbox .mdc-checkbox__ripple::after {
650
+ position: absolute;
651
+ border-radius: 50%;
652
+ opacity: 0;
653
+ pointer-events: none;
654
+ content: "";
655
+ }
656
+
657
+ .mdc-checkbox .mdc-checkbox__ripple::before {
658
+ transition: opacity 15ms linear, background-color 15ms linear;
659
+ z-index: 1;
660
+ /* @alternate */
661
+ z-index: var(--mdc-ripple-z-index, 1);
662
+ }
663
+
664
+ .mdc-checkbox .mdc-checkbox__ripple::after {
665
+ z-index: 0;
666
+ /* @alternate */
667
+ z-index: var(--mdc-ripple-z-index, 0);
668
+ }
669
+
670
+ .mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::before {
671
+ transform: scale(var(--mdc-ripple-fg-scale, 1));
672
+ }
673
+
674
+ .mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
675
+ top: 0;
676
+ /* @noflip */
677
+ /*rtl:ignore*/
678
+ left: 0;
679
+ transform: scale(0);
680
+ transform-origin: center center;
681
+ }
682
+
683
+ .mdc-checkbox.mdc-ripple-upgraded--unbounded .mdc-checkbox__ripple::after {
684
+ top: var(--mdc-ripple-top, 0);
685
+ /* @noflip */
686
+ /*rtl:ignore*/
687
+ left: var(--mdc-ripple-left, 0);
688
+ }
689
+
690
+ .mdc-checkbox.mdc-ripple-upgraded--foreground-activation .mdc-checkbox__ripple::after {
691
+ animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
692
+ }
693
+
694
+ .mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation .mdc-checkbox__ripple::after {
695
+ animation: mdc-ripple-fg-opacity-out 150ms;
696
+ transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
697
+ }
698
+
699
+ .mdc-checkbox .mdc-checkbox__ripple::before,
700
+ .mdc-checkbox .mdc-checkbox__ripple::after {
701
+ top: calc(50% - 50%);
702
+ /* @noflip */
703
+ /*rtl:ignore*/
704
+ left: calc(50% - 50%);
705
+ width: 100%;
706
+ height: 100%;
707
+ }
708
+
709
+ .mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::before,
710
+ .mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
711
+ top: var(--mdc-ripple-top, calc(50% - 50%));
712
+ /* @noflip */
713
+ /*rtl:ignore*/
714
+ left: var(--mdc-ripple-left, calc(50% - 50%));
715
+ width: var(--mdc-ripple-fg-size, 100%);
716
+ height: var(--mdc-ripple-fg-size, 100%);
717
+ }
718
+
719
+ .mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
720
+ width: var(--mdc-ripple-fg-size, 100%);
721
+ height: var(--mdc-ripple-fg-size, 100%);
722
+ }
723
+
724
+ .mdc-checkbox {
725
+ z-index: 0;
726
+ }
727
+
728
+ .mdc-checkbox .mdc-checkbox__ripple::before,
729
+ .mdc-checkbox .mdc-checkbox__ripple::after {
730
+ z-index: -1;
731
+ /* @alternate */
732
+ z-index: var(--mdc-ripple-z-index, -1);
733
+ }
734
+
735
+ .mdc-checkbox__ripple {
736
+ position: absolute;
737
+ top: 0;
738
+ left: 0;
739
+ width: 100%;
740
+ height: 100%;
741
+ pointer-events: none;
742
+ }
743
+
744
+ .mdc-form-field {
745
+ -moz-osx-font-smoothing: grayscale;
746
+ -webkit-font-smoothing: antialiased;
747
+ font-family: Roboto, sans-serif;
748
+ /* @alternate */
749
+ font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
750
+ font-size: 0.8125rem;
751
+ /* @alternate */
752
+ font-size: var(--mdc-typography-body2-font-size, 0.8125rem);
753
+ line-height: 1.625rem;
754
+ /* @alternate */
755
+ line-height: var(--mdc-typography-body2-line-height, 1.625rem);
756
+ font-weight: 400;
757
+ /* @alternate */
758
+ font-weight: var(--mdc-typography-body2-font-weight, 400);
759
+ letter-spacing: 0.0178571429em;
760
+ /* @alternate */
761
+ letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
762
+ text-decoration: inherit;
763
+ /* @alternate */
764
+ text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
765
+ text-transform: inherit;
766
+ /* @alternate */
767
+ text-transform: var(--mdc-typography-body2-text-transform, inherit);
768
+ color: rgba(0, 0, 0, 0.87);
769
+ /* @alternate */
770
+ color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
771
+ display: inline-flex;
772
+ align-items: center;
773
+ vertical-align: middle;
774
+ }
775
+
776
+ .mdc-form-field > label {
777
+ /* @noflip */
778
+ /*rtl:ignore*/
779
+ margin-left: 0;
780
+ /* @noflip */
781
+ /*rtl:ignore*/
782
+ margin-right: auto;
783
+ /* @noflip */
784
+ /*rtl:ignore*/
785
+ padding-left: 4px;
786
+ /* @noflip */
787
+ /*rtl:ignore*/
788
+ padding-right: 0;
789
+ order: 0;
790
+ }
791
+
792
+ [dir=rtl] .mdc-form-field > label, .mdc-form-field > label[dir=rtl] {
793
+ /*rtl:begin:ignore*/
794
+ /* @noflip */
795
+ /*rtl:ignore*/
796
+ margin-left: auto;
797
+ /* @noflip */
798
+ /*rtl:ignore*/
799
+ margin-right: 0;
800
+ /*rtl:end:ignore*/
801
+ }
802
+
803
+ [dir=rtl] .mdc-form-field > label, .mdc-form-field > label[dir=rtl] {
804
+ /*rtl:begin:ignore*/
805
+ /* @noflip */
806
+ /*rtl:ignore*/
807
+ padding-left: 0;
808
+ /* @noflip */
809
+ /*rtl:ignore*/
810
+ padding-right: 4px;
811
+ /*rtl:end:ignore*/
812
+ }
813
+
814
+ .mdc-form-field--nowrap > label {
815
+ text-overflow: ellipsis;
816
+ overflow: hidden;
817
+ white-space: nowrap;
818
+ }
819
+
820
+ .mdc-form-field--align-end > label {
821
+ /* @noflip */
822
+ /*rtl:ignore*/
823
+ margin-left: auto;
824
+ /* @noflip */
825
+ /*rtl:ignore*/
826
+ margin-right: 0;
827
+ /* @noflip */
828
+ /*rtl:ignore*/
829
+ padding-left: 0;
830
+ /* @noflip */
831
+ /*rtl:ignore*/
832
+ padding-right: 4px;
833
+ order: -1;
834
+ }
835
+
836
+ [dir=rtl] .mdc-form-field--align-end > label, .mdc-form-field--align-end > label[dir=rtl] {
837
+ /*rtl:begin:ignore*/
838
+ /* @noflip */
839
+ /*rtl:ignore*/
840
+ margin-left: 0;
841
+ /* @noflip */
842
+ /*rtl:ignore*/
843
+ margin-right: auto;
844
+ /*rtl:end:ignore*/
845
+ }
846
+
847
+ [dir=rtl] .mdc-form-field--align-end > label, .mdc-form-field--align-end > label[dir=rtl] {
848
+ /*rtl:begin:ignore*/
849
+ /* @noflip */
850
+ /*rtl:ignore*/
851
+ padding-left: 4px;
852
+ /* @noflip */
853
+ /*rtl:ignore*/
854
+ padding-right: 0;
855
+ /*rtl:end:ignore*/
856
+ }
857
+
858
+ .mdc-form-field--space-between {
859
+ justify-content: space-between;
860
+ }
861
+
862
+ .mdc-form-field--space-between > label {
863
+ margin: 0;
864
+ }
865
+
866
+ [dir=rtl] .mdc-form-field--space-between > label, .mdc-form-field--space-between > label[dir=rtl] {
867
+ /*rtl:begin:ignore*/
868
+ margin: 0;
869
+ /*rtl:end:ignore*/
870
+ }
871
+
872
+ .mdc-form-field {
873
+ display: flex;
874
+ }
875
+
876
+ .mdc-form-field .mdc-checkbox .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background, .mdc-form-field .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
877
+ background-color: var(--lime-checkbox-unchecked-color);
878
+ }
879
+
880
+ .mdc-form-field .mdc-checkbox.mdc-checkbox--invalid .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
881
+ border-color: var(--lime-error-text-color);
882
+ }
883
+
884
+ .mdc-form-field .mdc-checkbox .mdc-checkbox__native-control:focus-visible + .mdc-checkbox__background:after {
885
+ content: "";
886
+ display: block;
887
+ position: absolute;
888
+ inset: -0.25rem;
889
+ border-radius: 0.25rem;
890
+ box-shadow: var(--shadow-depth-8-focused);
891
+ }
892
+
893
+ .mdc-form-field .mdc-checkbox--disabled {
894
+ opacity: 0.5;
895
+ }
896
+
897
+ .mdc-form-field label {
898
+ cursor: pointer;
899
+ line-height: normal;
900
+ padding-left: 0;
901
+ }
902
+
903
+ .mdc-form-field label.mdc-checkbox--required::after {
904
+ margin-left: 0.0625rem;
905
+ content: "*";
906
+ }
907
+
908
+ .mdc-form-field label.mdc-checkbox--invalid {
909
+ color: var(--lime-error-text-color);
910
+ }
911
+
912
+ /*
913
+ * This file is imported into every component!
914
+ *
915
+ * Nothing in this file may output any CSS
916
+ * without being explicitly called by outside code.
917
+ */
918
+ /*
919
+ * This file is imported into every component that uses MDC!
920
+ *
921
+ * Anything in this file that generates CSS output on its own,
922
+ * without being explicitly used, will output that CSS in every
923
+ * single component, increasing the size of the production build.
924
+ * Avoid that unless there's very good reason for it!
925
+ */
926
+ /*
927
+ * This file is imported into every component that uses MDC!
928
+ *
929
+ * Anything in this file that generates CSS output on its own,
930
+ * without being explicitly used, will output that CSS in every
931
+ * single component, increasing the size of the production build.
932
+ * Avoid that unless there's very good reason for it!
933
+ */
934
+ :host {
935
+ --mdc-theme-primary: var(
936
+ --lime-primary-color,
937
+ rgb(var(--color-teal-default))
938
+ );
939
+ --mdc-theme-secondary: var(
940
+ --lime-secondary-color,
941
+ rgb(var(--contrast-1100))
942
+ );
943
+ --mdc-theme-on-primary: var(
944
+ --lime-on-primary-color,
945
+ rgb(var(--contrast-100))
946
+ );
947
+ --mdc-theme-on-secondary: var(
948
+ --lime-on-secondary-color,
949
+ rgb(var(--contrast-100))
950
+ );
951
+ --mdc-theme-text-disabled-on-background: var(
952
+ --lime-text-disabled-on-background-color,
953
+ rgba(var(--contrast-1700), 0.38)
954
+ );
955
+ --mdc-theme-text-primary-on-background: var(
956
+ --lime-text-primary-on-background-color,
957
+ rgba(var(--contrast-1700), 0.87)
958
+ );
959
+ --mdc-theme-text-secondary-on-background: var(
960
+ --lime-text-secondary-on-background-color,
961
+ rgba(var(--contrast-1700), 0.54)
962
+ );
963
+ --mdc-theme-error: var(
964
+ --lime-error-background-color,
965
+ rgb(var(--color-red-dark))
966
+ );
59
967
  --lime-error-text-color: rgb(var(--color-red-darker));
60
968
  --mdc-theme-surface: var(
61
969
  --lime-surface-background-color,
@@ -63,10 +971,64 @@
63
971
  );
64
972
  --mdc-theme-on-surface: var(
65
973
  --lime-on-surface-color,
66
- var(--lime-text-primary-on-background-color)
974
+ rgb(var(--contrast-1500))
67
975
  );
68
976
  }
69
977
 
978
+ .limel-checkbox-helper-line {
979
+ padding-right: 1rem;
980
+ padding-left: 1rem;
981
+ flex-basis: 100%;
982
+ width: 100%;
983
+ }
984
+
985
+ .limel-checkbox-helper-text {
986
+ font-family: Roboto, sans-serif;
987
+ -moz-osx-font-smoothing: grayscale;
988
+ -webkit-font-smoothing: antialiased;
989
+ font-size: 0.6875rem;
990
+ font-weight: 400;
991
+ letter-spacing: 0.0333333333em;
992
+ text-decoration: inherit;
993
+ text-transform: inherit;
994
+ display: block;
995
+ margin-top: 0;
996
+ line-height: normal;
997
+ margin: 0;
998
+ transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
999
+ opacity: 0;
1000
+ color: rgba(var(--contrast-1200), 1);
1001
+ }
1002
+
1003
+ :host(:hover) .limel-checkbox-helper-text, :host(:focus) .limel-checkbox-helper-text, :host(:focus-within) .limel-checkbox-helper-text {
1004
+ opacity: 1;
1005
+ }
1006
+
1007
+ @media (pointer: coarse) {
1008
+ .limel-checkbox-helper-text {
1009
+ opacity: 1;
1010
+ }
1011
+ }
1012
+ .lime-checkbox--readonly.mdc-checkbox--disabled {
1013
+ opacity: 1;
1014
+ --mdc-ripple-press-opacity: 1;
1015
+ --mdc-checkbox-disabled-color: transparent;
1016
+ --mdc-checkbox-ink-color: var(--mdc-theme-primary);
1017
+ }
1018
+
1019
+ .lime-checkbox--readonly.mdc-checkbox--disabled :not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
1020
+ --mdc-checkbox-disabled-color: transparent;
1021
+ --mdc-checkbox-ink-color: transparent;
1022
+ --lime-checkbox-unchecked-color: transparent;
1023
+ }
1024
+
1025
+ .lime-checkbox--readonly.mdc-checkbox--disabled :not(:checked):not(:indeterminate) ~ .mdc-checkbox__background:after {
1026
+ color: rgb(var(--color-red-default));
1027
+ content: "×";
1028
+ font-size: 1.25rem;
1029
+ position: absolute;
1030
+ }
1031
+
70
1032
  /**
71
1033
  * @prop --icon-background-color: Color to use for icon background when `badgeIcons=true`.
72
1034
  * @prop --icon-color: Color to use for icon. Defaults to grey when `badgeIcons=false`. Defaults to white when `badgeIcons=true`.
@@ -78,6 +1040,12 @@
78
1040
  :host(limel-list) {
79
1041
  display: block;
80
1042
  isolation: isolate;
1043
+ --mdc-checkbox-checked-color: var(--mdc-theme-primary);
1044
+ --mdc-checkbox-unchecked-color: var(
1045
+ --checkbox-unchecked-border-color,
1046
+ rgb(var(--contrast-900))
1047
+ );
1048
+ --lime-checkbox-unchecked-color: rgb(var(--contrast-300));
81
1049
  }
82
1050
 
83
1051
  :host([hidden]) {
@@ -3031,33 +3999,6 @@ a.mdc-list-item {
3031
3999
  /*rtl:end:ignore*/
3032
4000
  }
3033
4001
 
3034
- @keyframes mdc-ripple-fg-radius-in {
3035
- from {
3036
- animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3037
- transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
3038
- }
3039
- to {
3040
- transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
3041
- }
3042
- }
3043
- @keyframes mdc-ripple-fg-opacity-in {
3044
- from {
3045
- animation-timing-function: linear;
3046
- opacity: 0;
3047
- }
3048
- to {
3049
- opacity: var(--mdc-ripple-fg-opacity, 0);
3050
- }
3051
- }
3052
- @keyframes mdc-ripple-fg-opacity-out {
3053
- from {
3054
- animation-timing-function: linear;
3055
- opacity: var(--mdc-ripple-fg-opacity, 0);
3056
- }
3057
- to {
3058
- opacity: 0;
3059
- }
3060
- }
3061
4002
  :not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item {
3062
4003
  --mdc-ripple-fg-size: 0;
3063
4004
  --mdc-ripple-left: 0;
@@ -3815,6 +4756,9 @@ a.mdc-list-item {
3815
4756
  padding: 0;
3816
4757
  border-radius: 0.375rem;
3817
4758
  }
4759
+ .mdc-deprecated-list .mdc-deprecated-list-divider {
4760
+ border-bottom-color: rgb(var(--contrast-400));
4761
+ }
3818
4762
  .mdc-deprecated-list .mdc-deprecated-list-item {
3819
4763
  transition: background-color 0.2s ease;
3820
4764
  box-sizing: border-box;
@@ -4004,6 +4948,10 @@ a.mdc-list-item {
4004
4948
  --lime-text-secondary-on-background-color,
4005
4949
  rgba(var(--contrast-1700), 0.54)
4006
4950
  );
4951
+ --mdc-theme-error: var(
4952
+ --lime-error-background-color,
4953
+ rgb(var(--color-red-dark))
4954
+ );
4007
4955
  --lime-error-text-color: rgb(var(--color-red-darker));
4008
4956
  --mdc-theme-surface: var(
4009
4957
  --lime-surface-background-color,
@@ -4011,12 +4959,20 @@ a.mdc-list-item {
4011
4959
  );
4012
4960
  --mdc-theme-on-surface: var(
4013
4961
  --lime-on-surface-color,
4014
- var(--lime-text-primary-on-background-color)
4962
+ rgb(var(--contrast-1500))
4015
4963
  );
4016
4964
  }
4017
4965
 
4018
- :host {
4966
+ /**
4967
+ * @prop --checkbox-unchecked-border-color: Affects the border color of the default state of the checkbox (when it is not checked). Defaults to `--contrast-900`.
4968
+ */
4969
+ :host(limel-checkbox) {
4019
4970
  --mdc-checkbox-checked-color: var(--mdc-theme-primary);
4971
+ --mdc-checkbox-unchecked-color: var(
4972
+ --checkbox-unchecked-border-color,
4973
+ rgb(var(--contrast-900))
4974
+ );
4975
+ --lime-checkbox-unchecked-color: rgb(var(--contrast-300));
4020
4976
  }
4021
4977
 
4022
4978
  .mdc-checkbox {
@@ -4203,10 +5159,6 @@ a.mdc-list-item {
4203
5159
  border-color: var(--mdc-checkbox-ink-color, #fff);
4204
5160
  }
4205
5161
 
4206
- .mdc-touch-target-wrapper {
4207
- display: inline;
4208
- }
4209
-
4210
5162
  @keyframes mdc-checkbox-unchecked-checked-checkmark-path {
4211
5163
  0%, 50% {
4212
5164
  stroke-dashoffset: 29.7833385;
@@ -4723,13 +5675,8 @@ a.mdc-list-item {
4723
5675
  .mdc-form-field {
4724
5676
  display: flex;
4725
5677
  }
4726
- .mdc-form-field .mdc-checkbox__background {
4727
- background-color: var(--lime-checkbox-unchecked-color);
4728
- }
4729
5678
  .mdc-form-field .mdc-checkbox .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background, .mdc-form-field .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
4730
- --lime-checkbox-unchecked-color: rgb(
4731
- var(--contrast-300)
4732
- );
5679
+ background-color: var(--lime-checkbox-unchecked-color);
4733
5680
  }
4734
5681
  .mdc-form-field .mdc-checkbox.mdc-checkbox--invalid .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
4735
5682
  border-color: var(--lime-error-text-color);
@@ -4809,6 +5756,10 @@ a.mdc-list-item {
4809
5756
  --lime-text-secondary-on-background-color,
4810
5757
  rgba(var(--contrast-1700), 0.54)
4811
5758
  );
5759
+ --mdc-theme-error: var(
5760
+ --lime-error-background-color,
5761
+ rgb(var(--color-red-dark))
5762
+ );
4812
5763
  --lime-error-text-color: rgb(var(--color-red-darker));
4813
5764
  --mdc-theme-surface: var(
4814
5765
  --lime-surface-background-color,
@@ -4816,7 +5767,7 @@ a.mdc-list-item {
4816
5767
  );
4817
5768
  --mdc-theme-on-surface: var(
4818
5769
  --lime-on-surface-color,
4819
- var(--lime-text-primary-on-background-color)
5770
+ rgb(var(--contrast-1500))
4820
5771
  );
4821
5772
  }
4822
5773
 
@@ -5326,6 +6277,10 @@ a.mdc-list-item {
5326
6277
  border-color: var(--mdc-theme-primary, #26a69a);
5327
6278
  }
5328
6279
 
6280
+ .mdc-radio .mdc-radio__native-control:enabled:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle {
6281
+ border-color: var(--mdc-checkbox-unchecked-color);
6282
+ }
6283
+
5329
6284
  /*
5330
6285
  * This file is imported into every component!
5331
6286
  *
@@ -5343,9 +6298,13 @@ a.mdc-list-item {
5343
6298
  }
5344
6299
 
5345
6300
  :host(.has-interactive-items) .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--disabled) {
5346
- transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;
6301
+ transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;
6302
+ color: var(--mdc-theme-on-surface);
6303
+ background-color: transparent;
5347
6304
  }
5348
6305
  :host(.has-interactive-items) .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--disabled):hover {
6306
+ color: var(--mdc-theme-on-surface);
6307
+ background-color: var(--lime-elevated-surface-background-color);
5349
6308
  box-shadow: var(--button-shadow-hovered);
5350
6309
  }
5351
6310
  :host(.has-interactive-items) .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--disabled):active {
@@ -5354,7 +6313,6 @@ a.mdc-list-item {
5354
6313
  }
5355
6314
  :host(.has-interactive-items) .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--disabled):hover {
5356
6315
  z-index: 1;
5357
- background-color: rgb(var(--contrast-100));
5358
6316
  }
5359
6317
 
5360
6318
  :host {