@limetech/lime-elements 36.3.0-next.25 → 36.3.0-next.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/cjs/limel-chip-set.cjs.entry.js +1 -1
- package/dist/cjs/limel-info-tile.cjs.entry.js +1 -1
- package/dist/cjs/limel-input-field.cjs.entry.js +2 -2
- package/dist/cjs/limel-select.cjs.entry.js +1 -1
- package/dist/collection/components/banner/banner.css +1 -2
- package/dist/collection/components/button/button.css +20 -40
- package/dist/collection/components/button-group/button-group.css +21 -42
- package/dist/collection/components/checkbox/checkbox.css +22 -45
- package/dist/collection/components/chip-set/chip-set.css +209 -405
- package/dist/collection/components/code-editor/code-editor.css +4 -4
- package/dist/collection/components/color-picker/color-picker-palette.css +9 -9
- package/dist/collection/components/dialog/dialog.css +13 -27
- package/dist/collection/components/icon-button/icon-button.css +6 -12
- package/dist/collection/components/info-tile/info-tile.css +3 -9
- package/dist/collection/components/input-field/input-field.css +188 -363
- package/dist/collection/components/input-field/input-field.js +1 -1
- package/dist/collection/components/linear-progress/linear-progress.css +7 -14
- package/dist/collection/components/list/list.css +373 -747
- package/dist/collection/components/menu-list/menu-list.css +373 -748
- package/dist/collection/components/menu-surface/menu-surface.css +13 -26
- package/dist/collection/components/select/select.css +165 -322
- package/dist/collection/components/slider/slider.css +30 -58
- package/dist/collection/components/snackbar/snackbar.css +17 -34
- package/dist/collection/components/switch/switch.css +21 -49
- package/dist/collection/components/tab-bar/tab-bar.css +7 -14
- package/dist/esm/limel-chip-set.entry.js +1 -1
- package/dist/esm/limel-info-tile.entry.js +1 -1
- package/dist/esm/limel-input-field.entry.js +2 -2
- package/dist/esm/limel-select.entry.js +1 -1
- package/dist/lime-elements/lime-elements.esm.js +1 -1
- package/dist/lime-elements/{p-e479f165.entry.js → p-404aca86.entry.js} +1 -1
- package/dist/lime-elements/{p-c234a991.entry.js → p-878b61cd.entry.js} +1 -1
- package/dist/lime-elements/{p-ff340a70.entry.js → p-88e60f06.entry.js} +1 -1
- package/dist/lime-elements/p-f7875f4a.entry.js +1 -0
- package/package.json +8 -4
- package/dist/lime-elements/p-15c3ec8e.entry.js +0 -1
|
@@ -103,8 +103,7 @@
|
|
|
103
103
|
width: 100%;
|
|
104
104
|
height: 100%;
|
|
105
105
|
top: 0;
|
|
106
|
-
/* @noflip */
|
|
107
|
-
/*rtl:ignore*/
|
|
106
|
+
/* @noflip */ /*rtl:ignore*/
|
|
108
107
|
left: 0;
|
|
109
108
|
}
|
|
110
109
|
.mdc-button::-moz-focus-inner {
|
|
@@ -122,11 +121,9 @@
|
|
|
122
121
|
pointer-events: none;
|
|
123
122
|
}
|
|
124
123
|
.mdc-button .mdc-button__icon {
|
|
125
|
-
/* @noflip */
|
|
126
|
-
/*rtl:ignore*/
|
|
124
|
+
/* @noflip */ /*rtl:ignore*/
|
|
127
125
|
margin-left: 0;
|
|
128
|
-
/* @noflip */
|
|
129
|
-
/*rtl:ignore*/
|
|
126
|
+
/* @noflip */ /*rtl:ignore*/
|
|
130
127
|
margin-right: 8px;
|
|
131
128
|
display: inline-block;
|
|
132
129
|
position: relative;
|
|
@@ -134,11 +131,9 @@
|
|
|
134
131
|
}
|
|
135
132
|
[dir=rtl] .mdc-button .mdc-button__icon, .mdc-button .mdc-button__icon[dir=rtl] {
|
|
136
133
|
/*rtl:begin:ignore*/
|
|
137
|
-
/* @noflip */
|
|
138
|
-
/*rtl:ignore*/
|
|
134
|
+
/* @noflip */ /*rtl:ignore*/
|
|
139
135
|
margin-left: 8px;
|
|
140
|
-
/* @noflip */
|
|
141
|
-
/*rtl:ignore*/
|
|
136
|
+
/* @noflip */ /*rtl:ignore*/
|
|
142
137
|
margin-right: 0;
|
|
143
138
|
/*rtl:end:ignore*/
|
|
144
139
|
}
|
|
@@ -156,20 +151,16 @@
|
|
|
156
151
|
}
|
|
157
152
|
|
|
158
153
|
.mdc-button__label + .mdc-button__icon {
|
|
159
|
-
/* @noflip */
|
|
160
|
-
/*rtl:ignore*/
|
|
154
|
+
/* @noflip */ /*rtl:ignore*/
|
|
161
155
|
margin-left: 8px;
|
|
162
|
-
/* @noflip */
|
|
163
|
-
/*rtl:ignore*/
|
|
156
|
+
/* @noflip */ /*rtl:ignore*/
|
|
164
157
|
margin-right: 0;
|
|
165
158
|
}
|
|
166
159
|
[dir=rtl] .mdc-button__label + .mdc-button__icon, .mdc-button__label + .mdc-button__icon[dir=rtl] {
|
|
167
160
|
/*rtl:begin:ignore*/
|
|
168
|
-
/* @noflip */
|
|
169
|
-
/*rtl:ignore*/
|
|
161
|
+
/* @noflip */ /*rtl:ignore*/
|
|
170
162
|
margin-left: 0;
|
|
171
|
-
/* @noflip */
|
|
172
|
-
/*rtl:ignore*/
|
|
163
|
+
/* @noflip */ /*rtl:ignore*/
|
|
173
164
|
margin-right: 8px;
|
|
174
165
|
/*rtl:end:ignore*/
|
|
175
166
|
}
|
|
@@ -290,16 +281,14 @@ svg.mdc-button__icon {
|
|
|
290
281
|
}
|
|
291
282
|
.mdc-button.mdc-ripple-upgraded .mdc-button__ripple::after {
|
|
292
283
|
top: 0;
|
|
293
|
-
/* @noflip */
|
|
294
|
-
/*rtl:ignore*/
|
|
284
|
+
/* @noflip */ /*rtl:ignore*/
|
|
295
285
|
left: 0;
|
|
296
286
|
transform: scale(0);
|
|
297
287
|
transform-origin: center center;
|
|
298
288
|
}
|
|
299
289
|
.mdc-button.mdc-ripple-upgraded--unbounded .mdc-button__ripple::after {
|
|
300
290
|
top: var(--mdc-ripple-top, 0);
|
|
301
|
-
/* @noflip */
|
|
302
|
-
/*rtl:ignore*/
|
|
291
|
+
/* @noflip */ /*rtl:ignore*/
|
|
303
292
|
left: var(--mdc-ripple-left, 0);
|
|
304
293
|
}
|
|
305
294
|
.mdc-button.mdc-ripple-upgraded--foreground-activation .mdc-button__ripple::after {
|
|
@@ -312,8 +301,7 @@ svg.mdc-button__icon {
|
|
|
312
301
|
.mdc-button .mdc-button__ripple::before,
|
|
313
302
|
.mdc-button .mdc-button__ripple::after {
|
|
314
303
|
top: calc(50% - 100%);
|
|
315
|
-
/* @noflip */
|
|
316
|
-
/*rtl:ignore*/
|
|
304
|
+
/* @noflip */ /*rtl:ignore*/
|
|
317
305
|
left: calc(50% - 100%);
|
|
318
306
|
width: 200%;
|
|
319
307
|
height: 200%;
|
|
@@ -740,20 +728,16 @@ svg.mdc-button__icon {
|
|
|
740
728
|
.mdc-button--raised .mdc-button__icon,
|
|
741
729
|
.mdc-button--unelevated .mdc-button__icon,
|
|
742
730
|
.mdc-button--outlined .mdc-button__icon {
|
|
743
|
-
/* @noflip */
|
|
744
|
-
/*rtl:ignore*/
|
|
731
|
+
/* @noflip */ /*rtl:ignore*/
|
|
745
732
|
margin-left: -4px;
|
|
746
|
-
/* @noflip */
|
|
747
|
-
/*rtl:ignore*/
|
|
733
|
+
/* @noflip */ /*rtl:ignore*/
|
|
748
734
|
margin-right: 8px;
|
|
749
735
|
}
|
|
750
736
|
[dir=rtl] .mdc-button--raised .mdc-button__icon, [dir=rtl] .mdc-button--unelevated .mdc-button__icon, [dir=rtl] .mdc-button--outlined .mdc-button__icon, .mdc-button--raised .mdc-button__icon[dir=rtl], .mdc-button--unelevated .mdc-button__icon[dir=rtl], .mdc-button--outlined .mdc-button__icon[dir=rtl] {
|
|
751
737
|
/*rtl:begin:ignore*/
|
|
752
|
-
/* @noflip */
|
|
753
|
-
/*rtl:ignore*/
|
|
738
|
+
/* @noflip */ /*rtl:ignore*/
|
|
754
739
|
margin-left: 8px;
|
|
755
|
-
/* @noflip */
|
|
756
|
-
/*rtl:ignore*/
|
|
740
|
+
/* @noflip */ /*rtl:ignore*/
|
|
757
741
|
margin-right: -4px;
|
|
758
742
|
/*rtl:end:ignore*/
|
|
759
743
|
}
|
|
@@ -761,20 +745,16 @@ svg.mdc-button__icon {
|
|
|
761
745
|
.mdc-button--raised .mdc-button__label + .mdc-button__icon,
|
|
762
746
|
.mdc-button--unelevated .mdc-button__label + .mdc-button__icon,
|
|
763
747
|
.mdc-button--outlined .mdc-button__label + .mdc-button__icon {
|
|
764
|
-
/* @noflip */
|
|
765
|
-
/*rtl:ignore*/
|
|
748
|
+
/* @noflip */ /*rtl:ignore*/
|
|
766
749
|
margin-left: 8px;
|
|
767
|
-
/* @noflip */
|
|
768
|
-
/*rtl:ignore*/
|
|
750
|
+
/* @noflip */ /*rtl:ignore*/
|
|
769
751
|
margin-right: -4px;
|
|
770
752
|
}
|
|
771
753
|
[dir=rtl] .mdc-button--raised .mdc-button__label + .mdc-button__icon, [dir=rtl] .mdc-button--unelevated .mdc-button__label + .mdc-button__icon, [dir=rtl] .mdc-button--outlined .mdc-button__label + .mdc-button__icon, .mdc-button--raised .mdc-button__label + .mdc-button__icon[dir=rtl], .mdc-button--unelevated .mdc-button__label + .mdc-button__icon[dir=rtl], .mdc-button--outlined .mdc-button__label + .mdc-button__icon[dir=rtl] {
|
|
772
754
|
/*rtl:begin:ignore*/
|
|
773
|
-
/* @noflip */
|
|
774
|
-
/*rtl:ignore*/
|
|
755
|
+
/* @noflip */ /*rtl:ignore*/
|
|
775
756
|
margin-left: -4px;
|
|
776
|
-
/* @noflip */
|
|
777
|
-
/*rtl:ignore*/
|
|
757
|
+
/* @noflip */ /*rtl:ignore*/
|
|
778
758
|
margin-right: 8px;
|
|
779
759
|
/*rtl:end:ignore*/
|
|
780
760
|
}
|
|
@@ -72,8 +72,7 @@
|
|
|
72
72
|
position: absolute;
|
|
73
73
|
top: 50%;
|
|
74
74
|
height: 48px;
|
|
75
|
-
/* @noflip */
|
|
76
|
-
/*rtl:ignore*/
|
|
75
|
+
/* @noflip */ /*rtl:ignore*/
|
|
77
76
|
left: 50%;
|
|
78
77
|
width: 48px;
|
|
79
78
|
transform: translate(-50%, -50%);
|
|
@@ -171,16 +170,14 @@
|
|
|
171
170
|
}
|
|
172
171
|
.mdc-deprecated-chip-trailing-action.mdc-ripple-upgraded .mdc-deprecated-chip-trailing-action__ripple::after {
|
|
173
172
|
top: 0;
|
|
174
|
-
/* @noflip */
|
|
175
|
-
/*rtl:ignore*/
|
|
173
|
+
/* @noflip */ /*rtl:ignore*/
|
|
176
174
|
left: 0;
|
|
177
175
|
transform: scale(0);
|
|
178
176
|
transform-origin: center center;
|
|
179
177
|
}
|
|
180
178
|
.mdc-deprecated-chip-trailing-action.mdc-ripple-upgraded--unbounded .mdc-deprecated-chip-trailing-action__ripple::after {
|
|
181
179
|
top: var(--mdc-ripple-top, 0);
|
|
182
|
-
/* @noflip */
|
|
183
|
-
/*rtl:ignore*/
|
|
180
|
+
/* @noflip */ /*rtl:ignore*/
|
|
184
181
|
left: var(--mdc-ripple-left, 0);
|
|
185
182
|
}
|
|
186
183
|
.mdc-deprecated-chip-trailing-action.mdc-ripple-upgraded--foreground-activation .mdc-deprecated-chip-trailing-action__ripple::after {
|
|
@@ -193,8 +190,7 @@
|
|
|
193
190
|
.mdc-deprecated-chip-trailing-action .mdc-deprecated-chip-trailing-action__ripple::before,
|
|
194
191
|
.mdc-deprecated-chip-trailing-action .mdc-deprecated-chip-trailing-action__ripple::after {
|
|
195
192
|
top: calc(50% - 50%);
|
|
196
|
-
/* @noflip */
|
|
197
|
-
/*rtl:ignore*/
|
|
193
|
+
/* @noflip */ /*rtl:ignore*/
|
|
198
194
|
left: calc(50% - 50%);
|
|
199
195
|
width: 100%;
|
|
200
196
|
height: 100%;
|
|
@@ -202,8 +198,7 @@
|
|
|
202
198
|
.mdc-deprecated-chip-trailing-action.mdc-ripple-upgraded .mdc-deprecated-chip-trailing-action__ripple::before,
|
|
203
199
|
.mdc-deprecated-chip-trailing-action.mdc-ripple-upgraded .mdc-deprecated-chip-trailing-action__ripple::after {
|
|
204
200
|
top: var(--mdc-ripple-top, calc(50% - 50%));
|
|
205
|
-
/* @noflip */
|
|
206
|
-
/*rtl:ignore*/
|
|
201
|
+
/* @noflip */ /*rtl:ignore*/
|
|
207
202
|
left: var(--mdc-ripple-left, calc(50% - 50%));
|
|
208
203
|
width: var(--mdc-ripple-fg-size, 100%);
|
|
209
204
|
height: var(--mdc-ripple-fg-size, 100%);
|
|
@@ -285,39 +280,31 @@
|
|
|
285
280
|
}
|
|
286
281
|
|
|
287
282
|
.mdc-deprecated-chip-trailing-action {
|
|
288
|
-
/* @noflip */
|
|
289
|
-
/*rtl:ignore*/
|
|
283
|
+
/* @noflip */ /*rtl:ignore*/
|
|
290
284
|
margin-left: 4px;
|
|
291
|
-
/* @noflip */
|
|
292
|
-
/*rtl:ignore*/
|
|
285
|
+
/* @noflip */ /*rtl:ignore*/
|
|
293
286
|
margin-right: -4px;
|
|
294
287
|
}
|
|
295
288
|
[dir=rtl] .mdc-deprecated-chip-trailing-action, .mdc-deprecated-chip-trailing-action[dir=rtl] {
|
|
296
289
|
/*rtl:begin:ignore*/
|
|
297
|
-
/* @noflip */
|
|
298
|
-
/*rtl:ignore*/
|
|
290
|
+
/* @noflip */ /*rtl:ignore*/
|
|
299
291
|
margin-left: -4px;
|
|
300
|
-
/* @noflip */
|
|
301
|
-
/*rtl:ignore*/
|
|
292
|
+
/* @noflip */ /*rtl:ignore*/
|
|
302
293
|
margin-right: 4px;
|
|
303
294
|
/*rtl:end:ignore*/
|
|
304
295
|
}
|
|
305
296
|
|
|
306
297
|
.mdc-chip__icon--trailing {
|
|
307
|
-
/* @noflip */
|
|
308
|
-
/*rtl:ignore*/
|
|
298
|
+
/* @noflip */ /*rtl:ignore*/
|
|
309
299
|
margin-left: 4px;
|
|
310
|
-
/* @noflip */
|
|
311
|
-
/*rtl:ignore*/
|
|
300
|
+
/* @noflip */ /*rtl:ignore*/
|
|
312
301
|
margin-right: -4px;
|
|
313
302
|
}
|
|
314
303
|
[dir=rtl] .mdc-chip__icon--trailing, .mdc-chip__icon--trailing[dir=rtl] {
|
|
315
304
|
/*rtl:begin:ignore*/
|
|
316
|
-
/* @noflip */
|
|
317
|
-
/*rtl:ignore*/
|
|
305
|
+
/* @noflip */ /*rtl:ignore*/
|
|
318
306
|
margin-left: -4px;
|
|
319
|
-
/* @noflip */
|
|
320
|
-
/*rtl:ignore*/
|
|
307
|
+
/* @noflip */ /*rtl:ignore*/
|
|
321
308
|
margin-right: 4px;
|
|
322
309
|
/*rtl:end:ignore*/
|
|
323
310
|
}
|
|
@@ -382,20 +369,16 @@
|
|
|
382
369
|
}
|
|
383
370
|
.mdc-chip.mdc-chip--selected .mdc-chip__checkmark,
|
|
384
371
|
.mdc-chip .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden) {
|
|
385
|
-
/* @noflip */
|
|
386
|
-
/*rtl:ignore*/
|
|
372
|
+
/* @noflip */ /*rtl:ignore*/
|
|
387
373
|
margin-left: -4px;
|
|
388
|
-
/* @noflip */
|
|
389
|
-
/*rtl:ignore*/
|
|
374
|
+
/* @noflip */ /*rtl:ignore*/
|
|
390
375
|
margin-right: 4px;
|
|
391
376
|
}
|
|
392
377
|
[dir=rtl] .mdc-chip.mdc-chip--selected .mdc-chip__checkmark, [dir=rtl] .mdc-chip .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden), .mdc-chip.mdc-chip--selected .mdc-chip__checkmark[dir=rtl], .mdc-chip .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden)[dir=rtl] {
|
|
393
378
|
/*rtl:begin:ignore*/
|
|
394
|
-
/* @noflip */
|
|
395
|
-
/*rtl:ignore*/
|
|
379
|
+
/* @noflip */ /*rtl:ignore*/
|
|
396
380
|
margin-left: 4px;
|
|
397
|
-
/* @noflip */
|
|
398
|
-
/*rtl:ignore*/
|
|
381
|
+
/* @noflip */ /*rtl:ignore*/
|
|
399
382
|
margin-right: -4px;
|
|
400
383
|
/*rtl:end:ignore*/
|
|
401
384
|
}
|
|
@@ -404,8 +387,7 @@
|
|
|
404
387
|
width: 100%;
|
|
405
388
|
height: 100%;
|
|
406
389
|
top: 0;
|
|
407
|
-
/* @noflip */
|
|
408
|
-
/*rtl:ignore*/
|
|
390
|
+
/* @noflip */ /*rtl:ignore*/
|
|
409
391
|
left: 0;
|
|
410
392
|
}
|
|
411
393
|
.mdc-chip::-moz-focus-inner {
|
|
@@ -566,16 +548,14 @@
|
|
|
566
548
|
}
|
|
567
549
|
.mdc-chip.mdc-ripple-upgraded .mdc-chip__ripple::after {
|
|
568
550
|
top: 0;
|
|
569
|
-
/* @noflip */
|
|
570
|
-
/*rtl:ignore*/
|
|
551
|
+
/* @noflip */ /*rtl:ignore*/
|
|
571
552
|
left: 0;
|
|
572
553
|
transform: scale(0);
|
|
573
554
|
transform-origin: center center;
|
|
574
555
|
}
|
|
575
556
|
.mdc-chip.mdc-ripple-upgraded--unbounded .mdc-chip__ripple::after {
|
|
576
557
|
top: var(--mdc-ripple-top, 0);
|
|
577
|
-
/* @noflip */
|
|
578
|
-
/*rtl:ignore*/
|
|
558
|
+
/* @noflip */ /*rtl:ignore*/
|
|
579
559
|
left: var(--mdc-ripple-left, 0);
|
|
580
560
|
}
|
|
581
561
|
.mdc-chip.mdc-ripple-upgraded--foreground-activation .mdc-chip__ripple::after {
|
|
@@ -588,8 +568,7 @@
|
|
|
588
568
|
.mdc-chip .mdc-chip__ripple::before,
|
|
589
569
|
.mdc-chip .mdc-chip__ripple::after {
|
|
590
570
|
top: calc(50% - 100%);
|
|
591
|
-
/* @noflip */
|
|
592
|
-
/*rtl:ignore*/
|
|
571
|
+
/* @noflip */ /*rtl:ignore*/
|
|
593
572
|
left: calc(50% - 100%);
|
|
594
573
|
width: 200%;
|
|
595
574
|
height: 200%;
|
|
@@ -373,16 +373,14 @@
|
|
|
373
373
|
border-color: var(--mdc-checkbox-disabled-color, GrayText);
|
|
374
374
|
background-color: transparent;
|
|
375
375
|
}
|
|
376
|
-
|
|
377
376
|
.mdc-checkbox__native-control[disabled]:checked ~ .mdc-checkbox__background,
|
|
378
|
-
.mdc-checkbox__native-control[disabled]:indeterminate ~ .mdc-checkbox__background,
|
|
379
|
-
.mdc-checkbox__native-control[data-indeterminate=true][disabled] ~ .mdc-checkbox__background {
|
|
377
|
+
.mdc-checkbox__native-control[disabled]:indeterminate ~ .mdc-checkbox__background,
|
|
378
|
+
.mdc-checkbox__native-control[data-indeterminate=true][disabled] ~ .mdc-checkbox__background {
|
|
380
379
|
border-color: GrayText;
|
|
381
380
|
background-color: transparent;
|
|
382
381
|
/* @alternate */
|
|
383
382
|
background-color: var(--mdc-checkbox-disabled-color, transparent);
|
|
384
383
|
}
|
|
385
|
-
|
|
386
384
|
.mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
|
|
387
385
|
color: GrayText;
|
|
388
386
|
/* @alternate */
|
|
@@ -393,7 +391,6 @@
|
|
|
393
391
|
/* @alternate */
|
|
394
392
|
border-color: var(--mdc-checkbox-ink-color, GrayText);
|
|
395
393
|
}
|
|
396
|
-
|
|
397
394
|
.mdc-checkbox__mixedmark {
|
|
398
395
|
margin: 0 1px;
|
|
399
396
|
}
|
|
@@ -622,16 +619,14 @@
|
|
|
622
619
|
}
|
|
623
620
|
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
|
|
624
621
|
top: 0;
|
|
625
|
-
/* @noflip */
|
|
626
|
-
/*rtl:ignore*/
|
|
622
|
+
/* @noflip */ /*rtl:ignore*/
|
|
627
623
|
left: 0;
|
|
628
624
|
transform: scale(0);
|
|
629
625
|
transform-origin: center center;
|
|
630
626
|
}
|
|
631
627
|
.mdc-checkbox.mdc-ripple-upgraded--unbounded .mdc-checkbox__ripple::after {
|
|
632
628
|
top: var(--mdc-ripple-top, 0);
|
|
633
|
-
/* @noflip */
|
|
634
|
-
/*rtl:ignore*/
|
|
629
|
+
/* @noflip */ /*rtl:ignore*/
|
|
635
630
|
left: var(--mdc-ripple-left, 0);
|
|
636
631
|
}
|
|
637
632
|
.mdc-checkbox.mdc-ripple-upgraded--foreground-activation .mdc-checkbox__ripple::after {
|
|
@@ -644,8 +639,7 @@
|
|
|
644
639
|
.mdc-checkbox .mdc-checkbox__ripple::before,
|
|
645
640
|
.mdc-checkbox .mdc-checkbox__ripple::after {
|
|
646
641
|
top: calc(50% - 50%);
|
|
647
|
-
/* @noflip */
|
|
648
|
-
/*rtl:ignore*/
|
|
642
|
+
/* @noflip */ /*rtl:ignore*/
|
|
649
643
|
left: calc(50% - 50%);
|
|
650
644
|
width: 100%;
|
|
651
645
|
height: 100%;
|
|
@@ -653,8 +647,7 @@
|
|
|
653
647
|
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::before,
|
|
654
648
|
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
|
|
655
649
|
top: var(--mdc-ripple-top, calc(50% - 50%));
|
|
656
|
-
/* @noflip */
|
|
657
|
-
/*rtl:ignore*/
|
|
650
|
+
/* @noflip */ /*rtl:ignore*/
|
|
658
651
|
left: var(--mdc-ripple-left, calc(50% - 50%));
|
|
659
652
|
width: var(--mdc-ripple-fg-size, 100%);
|
|
660
653
|
height: var(--mdc-ripple-fg-size, 100%);
|
|
@@ -714,38 +707,30 @@
|
|
|
714
707
|
vertical-align: middle;
|
|
715
708
|
}
|
|
716
709
|
.mdc-form-field > label {
|
|
717
|
-
/* @noflip */
|
|
718
|
-
/*rtl:ignore*/
|
|
710
|
+
/* @noflip */ /*rtl:ignore*/
|
|
719
711
|
margin-left: 0;
|
|
720
|
-
/* @noflip */
|
|
721
|
-
/*rtl:ignore*/
|
|
712
|
+
/* @noflip */ /*rtl:ignore*/
|
|
722
713
|
margin-right: auto;
|
|
723
|
-
/* @noflip */
|
|
724
|
-
/*rtl:ignore*/
|
|
714
|
+
/* @noflip */ /*rtl:ignore*/
|
|
725
715
|
padding-left: 4px;
|
|
726
|
-
/* @noflip */
|
|
727
|
-
/*rtl:ignore*/
|
|
716
|
+
/* @noflip */ /*rtl:ignore*/
|
|
728
717
|
padding-right: 0;
|
|
729
718
|
order: 0;
|
|
730
719
|
}
|
|
731
720
|
[dir=rtl] .mdc-form-field > label, .mdc-form-field > label[dir=rtl] {
|
|
732
721
|
/*rtl:begin:ignore*/
|
|
733
|
-
/* @noflip */
|
|
734
|
-
/*rtl:ignore*/
|
|
722
|
+
/* @noflip */ /*rtl:ignore*/
|
|
735
723
|
margin-left: auto;
|
|
736
|
-
/* @noflip */
|
|
737
|
-
/*rtl:ignore*/
|
|
724
|
+
/* @noflip */ /*rtl:ignore*/
|
|
738
725
|
margin-right: 0;
|
|
739
726
|
/*rtl:end:ignore*/
|
|
740
727
|
}
|
|
741
728
|
|
|
742
729
|
[dir=rtl] .mdc-form-field > label, .mdc-form-field > label[dir=rtl] {
|
|
743
730
|
/*rtl:begin:ignore*/
|
|
744
|
-
/* @noflip */
|
|
745
|
-
/*rtl:ignore*/
|
|
731
|
+
/* @noflip */ /*rtl:ignore*/
|
|
746
732
|
padding-left: 0;
|
|
747
|
-
/* @noflip */
|
|
748
|
-
/*rtl:ignore*/
|
|
733
|
+
/* @noflip */ /*rtl:ignore*/
|
|
749
734
|
padding-right: 4px;
|
|
750
735
|
/*rtl:end:ignore*/
|
|
751
736
|
}
|
|
@@ -757,38 +742,30 @@
|
|
|
757
742
|
}
|
|
758
743
|
|
|
759
744
|
.mdc-form-field--align-end > label {
|
|
760
|
-
/* @noflip */
|
|
761
|
-
/*rtl:ignore*/
|
|
745
|
+
/* @noflip */ /*rtl:ignore*/
|
|
762
746
|
margin-left: auto;
|
|
763
|
-
/* @noflip */
|
|
764
|
-
/*rtl:ignore*/
|
|
747
|
+
/* @noflip */ /*rtl:ignore*/
|
|
765
748
|
margin-right: 0;
|
|
766
|
-
/* @noflip */
|
|
767
|
-
/*rtl:ignore*/
|
|
749
|
+
/* @noflip */ /*rtl:ignore*/
|
|
768
750
|
padding-left: 0;
|
|
769
|
-
/* @noflip */
|
|
770
|
-
/*rtl:ignore*/
|
|
751
|
+
/* @noflip */ /*rtl:ignore*/
|
|
771
752
|
padding-right: 4px;
|
|
772
753
|
order: -1;
|
|
773
754
|
}
|
|
774
755
|
[dir=rtl] .mdc-form-field--align-end > label, .mdc-form-field--align-end > label[dir=rtl] {
|
|
775
756
|
/*rtl:begin:ignore*/
|
|
776
|
-
/* @noflip */
|
|
777
|
-
/*rtl:ignore*/
|
|
757
|
+
/* @noflip */ /*rtl:ignore*/
|
|
778
758
|
margin-left: 0;
|
|
779
|
-
/* @noflip */
|
|
780
|
-
/*rtl:ignore*/
|
|
759
|
+
/* @noflip */ /*rtl:ignore*/
|
|
781
760
|
margin-right: auto;
|
|
782
761
|
/*rtl:end:ignore*/
|
|
783
762
|
}
|
|
784
763
|
|
|
785
764
|
[dir=rtl] .mdc-form-field--align-end > label, .mdc-form-field--align-end > label[dir=rtl] {
|
|
786
765
|
/*rtl:begin:ignore*/
|
|
787
|
-
/* @noflip */
|
|
788
|
-
/*rtl:ignore*/
|
|
766
|
+
/* @noflip */ /*rtl:ignore*/
|
|
789
767
|
padding-left: 4px;
|
|
790
|
-
/* @noflip */
|
|
791
|
-
/*rtl:ignore*/
|
|
768
|
+
/* @noflip */ /*rtl:ignore*/
|
|
792
769
|
padding-right: 0;
|
|
793
770
|
/*rtl:end:ignore*/
|
|
794
771
|
}
|