@watermarkinsights/ripple 5.11.0-1 → 5.11.0-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{app-globals-5e46c5dd.js → app-globals-86975eea.js} +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/ripple.cjs.js +1 -1
- package/dist/cjs/wm-button.cjs.entry.js +1 -1
- package/dist/cjs/wm-chart.cjs.entry.js +1 -1
- package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +2 -2
- package/dist/cjs/wm-uploader.cjs.entry.js +1 -1
- package/dist/collection/components/charts/wm-chart/wm-chart.css +48 -48
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-indicator.css +48 -48
- package/dist/collection/components/charts/wm-progress-monitor/wm-progress-monitor.css +13 -13
- package/dist/collection/components/wm-button/wm-button.css +6 -21
- package/dist/collection/components/wm-uploader/wm-uploader.css +6 -21
- package/dist/esm/{app-globals-ca017e0d.js → app-globals-9eb5f635.js} +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/ripple.js +1 -1
- package/dist/esm/wm-button.entry.js +1 -1
- package/dist/esm/wm-chart.entry.js +1 -1
- package/dist/esm/wm-progress-indicator_3.entry.js +2 -2
- package/dist/esm/wm-uploader.entry.js +1 -1
- package/dist/esm-es5/{app-globals-ca017e0d.js → app-globals-9eb5f635.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/ripple.js +1 -1
- package/dist/esm-es5/wm-button.entry.js +1 -1
- package/dist/esm-es5/wm-chart.entry.js +1 -1
- package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
- package/dist/esm-es5/wm-uploader.entry.js +1 -1
- package/dist/ripple/p-0fb8f36d.entry.js +1 -0
- package/dist/ripple/{p-945d47d1.system.js → p-1eb7a1a7.system.js} +1 -1
- package/dist/ripple/{p-7718d572.system.entry.js → p-35f8ac95.system.entry.js} +1 -1
- package/dist/ripple/p-486540be.system.entry.js +1 -0
- package/dist/ripple/p-524f2756.entry.js +1 -0
- package/dist/ripple/p-663b70f8.entry.js +1 -0
- package/dist/ripple/{p-88e4a846.js → p-6a936730.js} +1 -1
- package/dist/ripple/p-839ce827.entry.js +1 -0
- package/dist/ripple/p-9c366b37.system.entry.js +1 -0
- package/dist/ripple/{p-3e144fc5.system.js → p-a45891a2.system.js} +1 -1
- package/dist/ripple/p-cbfa468a.system.entry.js +1 -0
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +1 -1
- package/package.json +1 -1
- package/dist/ripple/p-2686e38f.entry.js +0 -1
- package/dist/ripple/p-56d7d853.entry.js +0 -1
- package/dist/ripple/p-6c716f1c.system.entry.js +0 -1
- package/dist/ripple/p-721c785a.system.entry.js +0 -1
- package/dist/ripple/p-a173bac6.system.entry.js +0 -1
- package/dist/ripple/p-ee307bf6.entry.js +0 -1
- package/dist/ripple/p-fec7ea2d.entry.js +0 -1
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
:host .component-wrapper .label {
|
|
55
55
|
display: block;
|
|
56
56
|
margin: 0;
|
|
57
|
-
padding-
|
|
57
|
+
padding-block-end: 0.25rem;
|
|
58
58
|
font-weight: 600;
|
|
59
59
|
position: relative;
|
|
60
60
|
}
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
display: block;
|
|
63
63
|
font-weight: normal;
|
|
64
64
|
font-style: italic;
|
|
65
|
-
|
|
65
|
+
inset-block-end: 0.25rem;
|
|
66
66
|
width: 100%;
|
|
67
67
|
color: var(--wmcolor-chart-subinfo-text);
|
|
68
68
|
}
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
:host .component-wrapper .bar-wrapper .inner-stacked-bar-wrapper .values {
|
|
84
84
|
display: flex;
|
|
85
85
|
gap: 2px;
|
|
86
|
-
margin-
|
|
86
|
+
margin-block-end: 8px;
|
|
87
87
|
}
|
|
88
88
|
:host .component-wrapper .bar-wrapper .inner-stacked-bar-wrapper .values.none {
|
|
89
89
|
margin: 0;
|
|
@@ -191,13 +191,13 @@
|
|
|
191
191
|
:host .component-wrapper.doughnut label {
|
|
192
192
|
text-align: center;
|
|
193
193
|
width: 100%;
|
|
194
|
-
padding-
|
|
194
|
+
padding-block-end: 1.5rem;
|
|
195
195
|
}
|
|
196
196
|
:host .component-wrapper.doughnut label .subinfo {
|
|
197
197
|
position: absolute;
|
|
198
198
|
}
|
|
199
199
|
:host .component-wrapper.doughnut .completion-message {
|
|
200
|
-
padding-
|
|
200
|
+
padding-block-start: 0.625rem;
|
|
201
201
|
}
|
|
202
202
|
:host .component-wrapper.bar {
|
|
203
203
|
align-items: flex-start;
|
|
@@ -225,8 +225,8 @@
|
|
|
225
225
|
}
|
|
226
226
|
:host .component-wrapper.bar .chart-wrapper .completion-message {
|
|
227
227
|
width: 100%;
|
|
228
|
-
text-align:
|
|
229
|
-
margin-
|
|
228
|
+
text-align: end;
|
|
229
|
+
margin-block-start: 0.25rem;
|
|
230
230
|
}
|
|
231
231
|
@media screen and (min-width: 768px) {
|
|
232
232
|
:host .component-wrapper.bar {
|
|
@@ -237,9 +237,9 @@
|
|
|
237
237
|
justify-content: center;
|
|
238
238
|
min-height: 30px;
|
|
239
239
|
width: var(--custom-label-width);
|
|
240
|
-
text-align:
|
|
241
|
-
padding-
|
|
242
|
-
padding-
|
|
240
|
+
text-align: start;
|
|
241
|
+
padding-inline-end: 1.25rem;
|
|
242
|
+
padding-block-end: 0;
|
|
243
243
|
flex: none;
|
|
244
244
|
}
|
|
245
245
|
:host .component-wrapper.bar .bar-wrapper {
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
}
|
|
248
248
|
:host .component-wrapper.bar .bar-wrapper .single-perc {
|
|
249
249
|
text-align: center;
|
|
250
|
-
padding-
|
|
250
|
+
padding-inline-start: 0.5rem;
|
|
251
251
|
justify-content: center;
|
|
252
252
|
}
|
|
253
253
|
}
|
|
@@ -256,11 +256,11 @@
|
|
|
256
256
|
}
|
|
257
257
|
:host .component-wrapper.bar4 .inner-stacked-bar-wrapper, :host .component-wrapper.bar5 .inner-stacked-bar-wrapper {
|
|
258
258
|
height: 30px;
|
|
259
|
-
margin-
|
|
259
|
+
margin-block-end: 0;
|
|
260
260
|
}
|
|
261
261
|
:host .component-wrapper.bar4 .inner-stacked-bar-wrapper.show-values, :host .component-wrapper.bar5 .inner-stacked-bar-wrapper.show-values {
|
|
262
262
|
height: 60px;
|
|
263
|
-
margin-
|
|
263
|
+
margin-block-start: 0;
|
|
264
264
|
}
|
|
265
265
|
:host .component-wrapper.bar3 .chart-wrapper {
|
|
266
266
|
position: relative;
|
|
@@ -268,16 +268,16 @@
|
|
|
268
268
|
}
|
|
269
269
|
:host .component-wrapper.bar3 .chart-wrapper .inner-stacked-bar-wrapper {
|
|
270
270
|
position: absolute;
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
271
|
+
inset-block-start: 35px;
|
|
272
|
+
inset-inline-start: 0;
|
|
273
|
+
inset-inline-end: 0;
|
|
274
|
+
inset-block-end: 0;
|
|
275
275
|
height: 30px;
|
|
276
276
|
}
|
|
277
277
|
:host .component-wrapper.bar3 .chart-wrapper .axis {
|
|
278
278
|
position: absolute;
|
|
279
|
-
|
|
280
|
-
|
|
279
|
+
inset-block-start: 0;
|
|
280
|
+
inset-inline-start: 0;
|
|
281
281
|
width: 100%;
|
|
282
282
|
overflow: visible;
|
|
283
283
|
transform: translate(0px, 96px);
|
|
@@ -287,11 +287,11 @@
|
|
|
287
287
|
stroke-width: 1px;
|
|
288
288
|
}
|
|
289
289
|
:host .component-wrapper.bar3 .hidden-values-warning {
|
|
290
|
-
margin-
|
|
290
|
+
margin-block-start: 1.25rem;
|
|
291
291
|
}
|
|
292
292
|
:host .component-wrapper.bar3 .bar3-axis-label {
|
|
293
293
|
position: absolute;
|
|
294
|
-
|
|
294
|
+
inset-block-end: -4px;
|
|
295
295
|
width: 100%;
|
|
296
296
|
display: flex;
|
|
297
297
|
justify-content: space-between;
|
|
@@ -305,18 +305,18 @@
|
|
|
305
305
|
}
|
|
306
306
|
:host .component-wrapper.bar6 .chart, :host .component-wrapper.bar7 .chart {
|
|
307
307
|
position: relative;
|
|
308
|
-
padding-
|
|
308
|
+
padding-inline-end: var(--chartPadding);
|
|
309
309
|
}
|
|
310
310
|
:host .component-wrapper.bar6 .gridlines, :host .component-wrapper.bar7 .gridlines {
|
|
311
311
|
position: absolute;
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
312
|
+
inset-inline-start: var(--labelWidth);
|
|
313
|
+
inset-inline-end: var(--chartPadding);
|
|
314
|
+
inset-block-start: 0;
|
|
315
|
+
inset-block-end: 0;
|
|
316
316
|
background-image: linear-gradient(90deg, var(--wmcolor-chart-gridline) 1px, transparent 1px);
|
|
317
317
|
background-position: -1px;
|
|
318
|
-
border-
|
|
319
|
-
border-
|
|
318
|
+
border-inline-start: 1px solid var(--wmcolor-chart-gridline);
|
|
319
|
+
border-block-end: 1px solid var(--wmcolor-chart-gridline);
|
|
320
320
|
background-size: var(--backgroundSize);
|
|
321
321
|
}
|
|
322
322
|
:host .component-wrapper.bar6 .rows, :host .component-wrapper.bar7 .rows {
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
:host .component-wrapper.bar6 .rows .label, :host .component-wrapper.bar7 .rows .label {
|
|
332
332
|
font-weight: 400;
|
|
333
333
|
padding: 0 0.75rem 0 0;
|
|
334
|
-
text-align:
|
|
334
|
+
text-align: end;
|
|
335
335
|
margin: 0.75rem 0;
|
|
336
336
|
}
|
|
337
337
|
:host .component-wrapper.bar6 .rows .label.hidden, :host .component-wrapper.bar7 .rows .label.hidden {
|
|
@@ -344,19 +344,19 @@
|
|
|
344
344
|
}
|
|
345
345
|
:host .component-wrapper.bar6 .bar .value, :host .component-wrapper.bar7 .bar .value {
|
|
346
346
|
position: absolute;
|
|
347
|
-
|
|
348
|
-
|
|
347
|
+
inset-block-start: 50%;
|
|
348
|
+
inset-inline-end: -0.5rem;
|
|
349
349
|
transform: translate(100%, -50%);
|
|
350
350
|
}
|
|
351
351
|
:host .component-wrapper.bar6 .x-axis, :host .component-wrapper.bar7 .x-axis {
|
|
352
|
-
margin-
|
|
353
|
-
margin-
|
|
352
|
+
margin-inline-start: var(--labelWidth);
|
|
353
|
+
margin-inline-end: var(--chartPadding);
|
|
354
354
|
display: flex;
|
|
355
355
|
postion: relative;
|
|
356
356
|
}
|
|
357
357
|
:host .component-wrapper.bar6 .tick, :host .component-wrapper.bar7 .tick {
|
|
358
358
|
flex: 1;
|
|
359
|
-
text-align:
|
|
359
|
+
text-align: end;
|
|
360
360
|
}
|
|
361
361
|
:host .component-wrapper.bar6 .tick span, :host .component-wrapper.bar7 .tick span {
|
|
362
362
|
transform: translateX(50%);
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
}
|
|
386
386
|
:host .component-wrapper.left-label .label {
|
|
387
387
|
width: 12rem;
|
|
388
|
-
padding-
|
|
388
|
+
padding-inline-end: 1.25rem;
|
|
389
389
|
flex: none;
|
|
390
390
|
align-self: flex-end;
|
|
391
391
|
min-height: 30px;
|
|
@@ -430,30 +430,30 @@
|
|
|
430
430
|
align-items: center;
|
|
431
431
|
flex-wrap: wrap;
|
|
432
432
|
text-align: center;
|
|
433
|
-
padding-
|
|
434
|
-
padding-
|
|
433
|
+
padding-block-start: 0.25rem;
|
|
434
|
+
padding-block-end: 0.75rem;
|
|
435
435
|
box-sizing: border-box;
|
|
436
436
|
}
|
|
437
437
|
:host .component-wrapper .legend-wrapper .legend.bar6 {
|
|
438
438
|
display: none;
|
|
439
439
|
}
|
|
440
440
|
:host .component-wrapper .legend-wrapper .legend.--top {
|
|
441
|
-
margin-
|
|
441
|
+
margin-block-start: -0.75rem;
|
|
442
442
|
}
|
|
443
443
|
:host .component-wrapper .legend-wrapper .legend.--top .legend-item {
|
|
444
|
-
padding-
|
|
444
|
+
padding-block-start: 0.75rem;
|
|
445
445
|
}
|
|
446
446
|
:host .component-wrapper .legend-wrapper .legend.--top .legend-color {
|
|
447
|
-
|
|
447
|
+
inset-block-start: 0.75rem;
|
|
448
448
|
}
|
|
449
449
|
:host .component-wrapper .legend-wrapper .legend.--bottom {
|
|
450
|
-
margin-
|
|
450
|
+
margin-block-end: -0.75rem;
|
|
451
451
|
}
|
|
452
452
|
:host .component-wrapper .legend-wrapper .legend.--bottom .legend-item {
|
|
453
|
-
padding-
|
|
453
|
+
padding-block-end: 0.75rem;
|
|
454
454
|
}
|
|
455
455
|
:host .component-wrapper .legend-wrapper .legend.--bottom .legend-color {
|
|
456
|
-
|
|
456
|
+
inset-block-start: -0.75rem;
|
|
457
457
|
}
|
|
458
458
|
:host .component-wrapper .legend-wrapper .legend .legend-item {
|
|
459
459
|
position: relative;
|
|
@@ -462,17 +462,17 @@
|
|
|
462
462
|
opacity: 0.3;
|
|
463
463
|
}
|
|
464
464
|
:host .component-wrapper .legend-wrapper .legend .legend-item:not(:last-of-type) {
|
|
465
|
-
padding-
|
|
465
|
+
padding-inline-end: 1.25rem;
|
|
466
466
|
}
|
|
467
467
|
:host .component-wrapper .legend-wrapper .legend .legend-text {
|
|
468
468
|
font-size: 0.875rem;
|
|
469
|
-
padding-
|
|
469
|
+
padding-inline-start: 1rem;
|
|
470
470
|
line-height: 1;
|
|
471
471
|
}
|
|
472
472
|
:host .component-wrapper .legend-wrapper .legend .legend-color {
|
|
473
473
|
position: absolute;
|
|
474
|
-
|
|
475
|
-
|
|
474
|
+
inset-inline-start: 0;
|
|
475
|
+
inset-block-end: 0;
|
|
476
476
|
margin: auto;
|
|
477
477
|
width: 0.6875rem;
|
|
478
478
|
height: 0.6875rem;
|
|
@@ -491,7 +491,7 @@
|
|
|
491
491
|
}
|
|
492
492
|
}
|
|
493
493
|
:host .component-wrapper .legend-wrapper .legend.bar3 {
|
|
494
|
-
padding-
|
|
494
|
+
padding-block-end: 1.25rem;
|
|
495
495
|
}
|
|
496
496
|
|
|
497
497
|
.svg-icon {
|
|
@@ -41,30 +41,30 @@
|
|
|
41
41
|
align-items: center;
|
|
42
42
|
flex-wrap: wrap;
|
|
43
43
|
text-align: center;
|
|
44
|
-
padding-
|
|
45
|
-
padding-
|
|
44
|
+
padding-block-start: 0.25rem;
|
|
45
|
+
padding-block-end: 0.75rem;
|
|
46
46
|
box-sizing: border-box;
|
|
47
47
|
}
|
|
48
48
|
:host .legend-wrapper .legend.bar6 {
|
|
49
49
|
display: none;
|
|
50
50
|
}
|
|
51
51
|
:host .legend-wrapper .legend.--top {
|
|
52
|
-
margin-
|
|
52
|
+
margin-block-start: -0.75rem;
|
|
53
53
|
}
|
|
54
54
|
:host .legend-wrapper .legend.--top .legend-item {
|
|
55
|
-
padding-
|
|
55
|
+
padding-block-start: 0.75rem;
|
|
56
56
|
}
|
|
57
57
|
:host .legend-wrapper .legend.--top .legend-color {
|
|
58
|
-
|
|
58
|
+
inset-block-start: 0.75rem;
|
|
59
59
|
}
|
|
60
60
|
:host .legend-wrapper .legend.--bottom {
|
|
61
|
-
margin-
|
|
61
|
+
margin-block-end: -0.75rem;
|
|
62
62
|
}
|
|
63
63
|
:host .legend-wrapper .legend.--bottom .legend-item {
|
|
64
|
-
padding-
|
|
64
|
+
padding-block-end: 0.75rem;
|
|
65
65
|
}
|
|
66
66
|
:host .legend-wrapper .legend.--bottom .legend-color {
|
|
67
|
-
|
|
67
|
+
inset-block-start: -0.75rem;
|
|
68
68
|
}
|
|
69
69
|
:host .legend-wrapper .legend .legend-item {
|
|
70
70
|
position: relative;
|
|
@@ -73,17 +73,17 @@
|
|
|
73
73
|
opacity: 0.3;
|
|
74
74
|
}
|
|
75
75
|
:host .legend-wrapper .legend .legend-item:not(:last-of-type) {
|
|
76
|
-
padding-
|
|
76
|
+
padding-inline-end: 1.25rem;
|
|
77
77
|
}
|
|
78
78
|
:host .legend-wrapper .legend .legend-text {
|
|
79
79
|
font-size: 0.875rem;
|
|
80
|
-
padding-
|
|
80
|
+
padding-inline-start: 1rem;
|
|
81
81
|
line-height: 1;
|
|
82
82
|
}
|
|
83
83
|
:host .legend-wrapper .legend .legend-color {
|
|
84
84
|
position: absolute;
|
|
85
|
-
|
|
86
|
-
|
|
85
|
+
inset-inline-start: 0;
|
|
86
|
+
inset-block-end: 0;
|
|
87
87
|
margin: auto;
|
|
88
88
|
width: 0.6875rem;
|
|
89
89
|
height: 0.6875rem;
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
:host .legend-wrapper .legend.bar3 {
|
|
105
|
-
padding-
|
|
105
|
+
padding-block-end: 1.25rem;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
.svg-icon {
|
|
@@ -98,10 +98,6 @@
|
|
|
98
98
|
width: var(--icon-size, 14px);
|
|
99
99
|
height: var(--icon-size, 14px);
|
|
100
100
|
}
|
|
101
|
-
:host .wm-button[dir=RTL] :not(.-icononly) .mdi {
|
|
102
|
-
margin-left: 0.3125rem;
|
|
103
|
-
margin-right: 0;
|
|
104
|
-
}
|
|
105
101
|
:host .wm-button.-primary:not(.-textonly) {
|
|
106
102
|
background: var(--wmcolor-button-background-primary);
|
|
107
103
|
color: var(--wmcolor-button-text-primary);
|
|
@@ -156,9 +152,6 @@
|
|
|
156
152
|
overflow-wrap: anywhere;
|
|
157
153
|
border-radius: 2px;
|
|
158
154
|
}
|
|
159
|
-
:host .wm-button.-textonly + .-textonly {
|
|
160
|
-
margin-left: 0.3125rem;
|
|
161
|
-
}
|
|
162
155
|
:host .wm-button.-textonly.small {
|
|
163
156
|
font-size: 0.625rem;
|
|
164
157
|
}
|
|
@@ -301,21 +294,13 @@
|
|
|
301
294
|
}
|
|
302
295
|
:host .wm-button.-selector, :host .wm-button.-selector-primary {
|
|
303
296
|
display: block;
|
|
304
|
-
height: 2.75rem;
|
|
305
297
|
min-width: 11.4375rem;
|
|
306
|
-
padding: 0 1.875rem 0 0.9375rem;
|
|
307
|
-
line-height: normal;
|
|
308
298
|
font-family: inherit;
|
|
309
299
|
font-weight: 700;
|
|
310
300
|
font-size: 0.75rem;
|
|
311
301
|
text-transform: uppercase;
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
}
|
|
315
|
-
@media screen and (min-width: 48rem) {
|
|
316
|
-
:host .wm-button.-selector, :host .wm-button.-selector-primary {
|
|
317
|
-
height: 2.5rem;
|
|
318
|
-
}
|
|
302
|
+
text-align: start;
|
|
303
|
+
padding-inline-end: 1.875rem;
|
|
319
304
|
}
|
|
320
305
|
:host .wm-button.-selector:before, :host .wm-button.-selector-primary:before {
|
|
321
306
|
display: inline-block;
|
|
@@ -327,8 +312,8 @@
|
|
|
327
312
|
-moz-osx-font-smoothing: grayscale;
|
|
328
313
|
content: "\f140";
|
|
329
314
|
position: absolute;
|
|
330
|
-
|
|
331
|
-
|
|
315
|
+
inset-inline-end: 0.5625rem;
|
|
316
|
+
inset-block-start: 50%;
|
|
332
317
|
transform: translateY(-50%);
|
|
333
318
|
font-size: 1.12rem;
|
|
334
319
|
font-weight: 700;
|
|
@@ -465,8 +450,8 @@
|
|
|
465
450
|
:host a.wm-button,
|
|
466
451
|
:host label.wm-button {
|
|
467
452
|
height: auto;
|
|
468
|
-
padding-
|
|
469
|
-
padding-
|
|
453
|
+
padding-block-start: 0.75rem;
|
|
454
|
+
padding-block-end: 0.75rem;
|
|
470
455
|
}
|
|
471
456
|
|
|
472
457
|
.svg-icon {
|
|
@@ -98,10 +98,6 @@
|
|
|
98
98
|
width: var(--icon-size, 14px);
|
|
99
99
|
height: var(--icon-size, 14px);
|
|
100
100
|
}
|
|
101
|
-
:host .wm-button[dir=RTL] :not(.-icononly) .mdi {
|
|
102
|
-
margin-left: 0.3125rem;
|
|
103
|
-
margin-right: 0;
|
|
104
|
-
}
|
|
105
101
|
:host .wm-button.-primary:not(.-textonly) {
|
|
106
102
|
background: var(--wmcolor-button-background-primary);
|
|
107
103
|
color: var(--wmcolor-button-text-primary);
|
|
@@ -156,9 +152,6 @@
|
|
|
156
152
|
overflow-wrap: anywhere;
|
|
157
153
|
border-radius: 2px;
|
|
158
154
|
}
|
|
159
|
-
:host .wm-button.-textonly + .-textonly {
|
|
160
|
-
margin-left: 0.3125rem;
|
|
161
|
-
}
|
|
162
155
|
:host .wm-button.-textonly.small {
|
|
163
156
|
font-size: 0.625rem;
|
|
164
157
|
}
|
|
@@ -301,21 +294,13 @@
|
|
|
301
294
|
}
|
|
302
295
|
:host .wm-button.-selector, :host .wm-button.-selector-primary {
|
|
303
296
|
display: block;
|
|
304
|
-
height: 2.75rem;
|
|
305
297
|
min-width: 11.4375rem;
|
|
306
|
-
padding: 0 1.875rem 0 0.9375rem;
|
|
307
|
-
line-height: normal;
|
|
308
298
|
font-family: inherit;
|
|
309
299
|
font-weight: 700;
|
|
310
300
|
font-size: 0.75rem;
|
|
311
301
|
text-transform: uppercase;
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
}
|
|
315
|
-
@media screen and (min-width: 48rem) {
|
|
316
|
-
:host .wm-button.-selector, :host .wm-button.-selector-primary {
|
|
317
|
-
height: 2.5rem;
|
|
318
|
-
}
|
|
302
|
+
text-align: start;
|
|
303
|
+
padding-inline-end: 1.875rem;
|
|
319
304
|
}
|
|
320
305
|
:host .wm-button.-selector:before, :host .wm-button.-selector-primary:before {
|
|
321
306
|
display: inline-block;
|
|
@@ -327,8 +312,8 @@
|
|
|
327
312
|
-moz-osx-font-smoothing: grayscale;
|
|
328
313
|
content: "\f140";
|
|
329
314
|
position: absolute;
|
|
330
|
-
|
|
331
|
-
|
|
315
|
+
inset-inline-end: 0.5625rem;
|
|
316
|
+
inset-block-start: 50%;
|
|
332
317
|
transform: translateY(-50%);
|
|
333
318
|
font-size: 1.12rem;
|
|
334
319
|
font-weight: 700;
|
|
@@ -465,8 +450,8 @@
|
|
|
465
450
|
:host a.wm-button,
|
|
466
451
|
:host label.wm-button {
|
|
467
452
|
height: auto;
|
|
468
|
-
padding-
|
|
469
|
-
padding-
|
|
453
|
+
padding-block-start: 0.75rem;
|
|
454
|
+
padding-block-end: 0.75rem;
|
|
470
455
|
}
|
|
471
456
|
|
|
472
457
|
.svg-icon {
|
package/dist/esm/loader.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { b as bootstrapLazy } from './index-130e07bb.js';
|
|
2
2
|
export { s as setNonce } from './index-130e07bb.js';
|
|
3
|
-
import { g as globalScripts } from './app-globals-
|
|
3
|
+
import { g as globalScripts } from './app-globals-9eb5f635.js';
|
|
4
4
|
|
|
5
5
|
const defineCustomElements = async (win, options) => {
|
|
6
6
|
if (typeof window === 'undefined') return undefined;
|
package/dist/esm/ripple.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { p as promiseResolve, b as bootstrapLazy } from './index-130e07bb.js';
|
|
2
2
|
export { s as setNonce } from './index-130e07bb.js';
|
|
3
|
-
import { g as globalScripts } from './app-globals-
|
|
3
|
+
import { g as globalScripts } from './app-globals-9eb5f635.js';
|
|
4
4
|
|
|
5
5
|
/*
|
|
6
6
|
Stencil Client Patch Browser v4.21.0 | MIT Licensed | https://stenciljs.com
|