@qikdev/vue-ui 0.2.264 → 0.2.265
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/lib.es.js +21 -5
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +21 -5
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +30 -22
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -283,15 +283,19 @@ td .image-wrapper[data-v-794b199f] {
|
|
|
283
283
|
td .ux-image[data-v-794b199f] {
|
|
284
284
|
border-radius: 0.1em;
|
|
285
285
|
}
|
|
286
|
-
.basic-input-style[data-v-
|
|
286
|
+
.basic-input-style[data-v-6ab97ebe] {
|
|
287
287
|
color: inherit;
|
|
288
288
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
289
289
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
290
290
|
}
|
|
291
|
-
td[data-v-
|
|
291
|
+
td[data-v-6ab97ebe] {
|
|
292
292
|
text-align: center;
|
|
293
293
|
}
|
|
294
|
-
td.empty[data-v-
|
|
294
|
+
td.empty[data-v-6ab97ebe] {
|
|
295
|
+
opacity: 0.3;
|
|
296
|
+
}
|
|
297
|
+
td.invalid[data-v-6ab97ebe] {
|
|
298
|
+
text-decoration: line-through;
|
|
295
299
|
opacity: 0.3;
|
|
296
300
|
}
|
|
297
301
|
.basic-input-style[data-v-8a05dedf] {
|
|
@@ -459,15 +463,15 @@ td.invited .pill[data-v-be3bef4b] {
|
|
|
459
463
|
background: #fbecbb;
|
|
460
464
|
color: #d17a0e;
|
|
461
465
|
}
|
|
462
|
-
.basic-input-style[data-v-
|
|
466
|
+
.basic-input-style[data-v-bec5c4d1] {
|
|
463
467
|
color: inherit;
|
|
464
468
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
465
469
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
466
470
|
}
|
|
467
|
-
td[data-v-
|
|
471
|
+
td[data-v-bec5c4d1] {
|
|
468
472
|
text-align: center;
|
|
469
473
|
}
|
|
470
|
-
td .pill[data-v-
|
|
474
|
+
td .pill[data-v-bec5c4d1] {
|
|
471
475
|
border-radius: 3em;
|
|
472
476
|
padding: 0.3em 0.6em;
|
|
473
477
|
display: block;
|
|
@@ -479,40 +483,44 @@ td .pill[data-v-261a00cc] {
|
|
|
479
483
|
color: color-mix(in lab, currentColor, transparent);
|
|
480
484
|
border: 1px solid;
|
|
481
485
|
}
|
|
482
|
-
td.
|
|
483
|
-
td.
|
|
484
|
-
td.
|
|
486
|
+
td.live .pill[data-v-bec5c4d1],
|
|
487
|
+
td.success .pill[data-v-bec5c4d1],
|
|
488
|
+
td.paid .pill[data-v-bec5c4d1],
|
|
489
|
+
td.active .pill[data-v-bec5c4d1] {
|
|
485
490
|
background: #e0f3bf;
|
|
486
491
|
color: #569e2f;
|
|
487
492
|
}
|
|
488
493
|
@media (prefers-color-scheme: dark) {
|
|
489
|
-
td.
|
|
490
|
-
td.
|
|
491
|
-
td.
|
|
494
|
+
td.live .pill[data-v-bec5c4d1],
|
|
495
|
+
td.success .pill[data-v-bec5c4d1],
|
|
496
|
+
td.paid .pill[data-v-bec5c4d1],
|
|
497
|
+
td.active .pill[data-v-bec5c4d1] {
|
|
492
498
|
background: none;
|
|
493
499
|
}
|
|
494
500
|
}
|
|
495
|
-
td.
|
|
496
|
-
td.
|
|
501
|
+
td.sandbox .pill[data-v-bec5c4d1],
|
|
502
|
+
td.pending .pill[data-v-bec5c4d1],
|
|
503
|
+
td.cancelling .pill[data-v-bec5c4d1] {
|
|
497
504
|
background: #fbecbb;
|
|
498
505
|
color: #d17a0e;
|
|
499
506
|
}
|
|
500
507
|
@media (prefers-color-scheme: dark) {
|
|
501
|
-
td.
|
|
502
|
-
td.
|
|
508
|
+
td.sandbox .pill[data-v-bec5c4d1],
|
|
509
|
+
td.pending .pill[data-v-bec5c4d1],
|
|
510
|
+
td.cancelling .pill[data-v-bec5c4d1] {
|
|
503
511
|
background: none;
|
|
504
512
|
}
|
|
505
513
|
}
|
|
506
|
-
td.error .pill[data-v-
|
|
507
|
-
td.unpaid .pill[data-v-
|
|
508
|
-
td.failed .pill[data-v-
|
|
514
|
+
td.error .pill[data-v-bec5c4d1],
|
|
515
|
+
td.unpaid .pill[data-v-bec5c4d1],
|
|
516
|
+
td.failed .pill[data-v-bec5c4d1] {
|
|
509
517
|
background: #ffdddd;
|
|
510
518
|
color: #b14e4e;
|
|
511
519
|
}
|
|
512
520
|
@media (prefers-color-scheme: dark) {
|
|
513
|
-
td.error .pill[data-v-
|
|
514
|
-
td.unpaid .pill[data-v-
|
|
515
|
-
td.failed .pill[data-v-
|
|
521
|
+
td.error .pill[data-v-bec5c4d1],
|
|
522
|
+
td.unpaid .pill[data-v-bec5c4d1],
|
|
523
|
+
td.failed .pill[data-v-bec5c4d1] {
|
|
516
524
|
background: none;
|
|
517
525
|
}
|
|
518
526
|
}
|