@qikdev/vue-ui 0.2.264 → 0.2.267

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/style.css CHANGED
@@ -283,15 +283,22 @@ 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-c8cb509d] {
286
+ .basic-input-style[data-v-c62e82ec] {
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-c8cb509d] {
291
+ td[data-v-c62e82ec] {
292
292
  text-align: center;
293
293
  }
294
- td.empty[data-v-c8cb509d] {
294
+ td.debit[data-v-c62e82ec] {
295
+ color: red;
296
+ }
297
+ td.empty[data-v-c62e82ec] {
298
+ opacity: 0.3;
299
+ }
300
+ td.invalid[data-v-c62e82ec] {
301
+ text-decoration: line-through;
295
302
  opacity: 0.3;
296
303
  }
297
304
  .basic-input-style[data-v-8a05dedf] {
@@ -459,15 +466,15 @@ td.invited .pill[data-v-be3bef4b] {
459
466
  background: #fbecbb;
460
467
  color: #d17a0e;
461
468
  }
462
- .basic-input-style[data-v-261a00cc] {
469
+ .basic-input-style[data-v-bec5c4d1] {
463
470
  color: inherit;
464
471
  background: color-mix(in lab, currentColor 4%, transparent);
465
472
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
466
473
  }
467
- td[data-v-261a00cc] {
474
+ td[data-v-bec5c4d1] {
468
475
  text-align: center;
469
476
  }
470
- td .pill[data-v-261a00cc] {
477
+ td .pill[data-v-bec5c4d1] {
471
478
  border-radius: 3em;
472
479
  padding: 0.3em 0.6em;
473
480
  display: block;
@@ -479,40 +486,44 @@ td .pill[data-v-261a00cc] {
479
486
  color: color-mix(in lab, currentColor, transparent);
480
487
  border: 1px solid;
481
488
  }
482
- td.success .pill[data-v-261a00cc],
483
- td.paid .pill[data-v-261a00cc],
484
- td.active .pill[data-v-261a00cc] {
489
+ td.live .pill[data-v-bec5c4d1],
490
+ td.success .pill[data-v-bec5c4d1],
491
+ td.paid .pill[data-v-bec5c4d1],
492
+ td.active .pill[data-v-bec5c4d1] {
485
493
  background: #e0f3bf;
486
494
  color: #569e2f;
487
495
  }
488
496
  @media (prefers-color-scheme: dark) {
489
- td.success .pill[data-v-261a00cc],
490
- td.paid .pill[data-v-261a00cc],
491
- td.active .pill[data-v-261a00cc] {
497
+ td.live .pill[data-v-bec5c4d1],
498
+ td.success .pill[data-v-bec5c4d1],
499
+ td.paid .pill[data-v-bec5c4d1],
500
+ td.active .pill[data-v-bec5c4d1] {
492
501
  background: none;
493
502
  }
494
503
  }
495
- td.pending .pill[data-v-261a00cc],
496
- td.cancelling .pill[data-v-261a00cc] {
504
+ td.sandbox .pill[data-v-bec5c4d1],
505
+ td.pending .pill[data-v-bec5c4d1],
506
+ td.cancelling .pill[data-v-bec5c4d1] {
497
507
  background: #fbecbb;
498
508
  color: #d17a0e;
499
509
  }
500
510
  @media (prefers-color-scheme: dark) {
501
- td.pending .pill[data-v-261a00cc],
502
- td.cancelling .pill[data-v-261a00cc] {
511
+ td.sandbox .pill[data-v-bec5c4d1],
512
+ td.pending .pill[data-v-bec5c4d1],
513
+ td.cancelling .pill[data-v-bec5c4d1] {
503
514
  background: none;
504
515
  }
505
516
  }
506
- td.error .pill[data-v-261a00cc],
507
- td.unpaid .pill[data-v-261a00cc],
508
- td.failed .pill[data-v-261a00cc] {
517
+ td.error .pill[data-v-bec5c4d1],
518
+ td.unpaid .pill[data-v-bec5c4d1],
519
+ td.failed .pill[data-v-bec5c4d1] {
509
520
  background: #ffdddd;
510
521
  color: #b14e4e;
511
522
  }
512
523
  @media (prefers-color-scheme: dark) {
513
- td.error .pill[data-v-261a00cc],
514
- td.unpaid .pill[data-v-261a00cc],
515
- td.failed .pill[data-v-261a00cc] {
524
+ td.error .pill[data-v-bec5c4d1],
525
+ td.unpaid .pill[data-v-bec5c4d1],
526
+ td.failed .pill[data-v-bec5c4d1] {
516
527
  background: none;
517
528
  }
518
529
  }
@@ -1322,16 +1333,18 @@ li.expanded > .ux-link .caret[data-v-cbfd31c1] {
1322
1333
  opacity: 1;
1323
1334
  transition: all 0.2s;
1324
1335
  }
1325
- .basic-input-style[data-v-b377f005] {
1336
+ .basic-input-style[data-v-c85564d7] {
1326
1337
  color: inherit;
1327
1338
  background: color-mix(in lab, currentColor 4%, transparent);
1328
1339
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
1329
1340
  }
1330
- .ux-pill[data-v-b377f005] {
1341
+ .ux-pill[data-v-c85564d7] {
1331
1342
  padding: 0.5em 1em;
1332
1343
  margin: 0.1em;
1333
1344
  background: color-mix(in lab, currentColor 8%, transparent);
1334
1345
  color: color-mix(in lab, currentColor 70%, transparent);
1346
+ border: 1px solid transparent;
1347
+ box-sizing: border-box;
1335
1348
  border-radius: 0.5em;
1336
1349
  display: inline-block;
1337
1350
  line-height: 1;
@@ -1341,8 +1354,9 @@ li.expanded > .ux-link .caret[data-v-cbfd31c1] {
1341
1354
  text-overflow: ellipsis;
1342
1355
  overflow: hidden;
1343
1356
  }
1344
- .ux-pill.has-link[data-v-b377f005]:hover {
1345
- opacity: 0.9;
1357
+ .ux-pill.has-link[data-v-c85564d7]:hover {
1358
+ border: 1px solid color-mix(in lab, currentColor 50%, transparent);
1359
+ color: color-mix(in lab, currentColor 60%, transparent);
1346
1360
  }
1347
1361
  .basic-input-style[data-v-670de630] {
1348
1362
  color: inherit;
@@ -3231,20 +3245,20 @@ td[data-v-f5a130e8]:first-child {
3231
3245
  flex: none;
3232
3246
  width: 100%;
3233
3247
  }
3234
- .basic-input-style[data-v-75856e6b] {
3248
+ .basic-input-style[data-v-091267f5] {
3235
3249
  color: inherit;
3236
3250
  background: color-mix(in lab, currentColor 4%, transparent);
3237
3251
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
3238
3252
  }
3239
- .intent-submit[data-v-75856e6b] {
3253
+ .intent-submit[data-v-091267f5] {
3240
3254
  margin-top: 1em;
3241
3255
  }
3242
- [tooltip][data-v-75856e6b] {
3256
+ [tooltip][data-v-091267f5] {
3243
3257
  position: relative;
3244
3258
  cursor: help;
3245
3259
  display: block;
3246
3260
  }
3247
- [tooltip][data-v-75856e6b]:after {
3261
+ [tooltip][data-v-091267f5]:after {
3248
3262
  position: absolute;
3249
3263
  opacity: 0;
3250
3264
  pointer-events: none;
@@ -3261,58 +3275,58 @@ td[data-v-f5a130e8]:first-child {
3261
3275
  transform: translateY(-20px);
3262
3276
  transition: all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
3263
3277
  }
3264
- [tooltip][data-v-75856e6b]:hover:after {
3278
+ [tooltip][data-v-091267f5]:hover:after {
3265
3279
  opacity: 1;
3266
3280
  transform: translateY(0);
3267
3281
  transition-duration: 0.3s;
3268
3282
  }
3269
- .multistep-form-wrapper[data-v-75856e6b] {
3283
+ .multistep-form-wrapper[data-v-091267f5] {
3270
3284
  display: grid;
3271
3285
  position: relative;
3272
3286
  }
3273
- .multistep-form-section[data-v-75856e6b] {
3287
+ .multistep-form-section[data-v-091267f5] {
3274
3288
  transition:
3275
3289
  opacity 0.8s cubic-bezier(0.25, 0.8, 0.25, 1),
3276
3290
  translate 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
3277
3291
  opacity: 0;
3278
3292
  grid-area: 1/1/2/2;
3279
3293
  }
3280
- .multistep-form-section[data-v-75856e6b] button {
3294
+ .multistep-form-section[data-v-091267f5] button {
3281
3295
  transition:
3282
3296
  opacity 0.7s cubic-bezier(0.25, 0.8, 0.25, 1),
3283
3297
  translate 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
3284
3298
  }
3285
- .multistep-form-section[data-v-75856e6b] button:nth-child(1) {
3299
+ .multistep-form-section[data-v-091267f5] button:nth-child(1) {
3286
3300
  transition-delay: 0.4s;
3287
3301
  }
3288
- .multistep-form-section[data-v-75856e6b] button:nth-child(2) {
3302
+ .multistep-form-section[data-v-091267f5] button:nth-child(2) {
3289
3303
  transition-delay: 0.6s;
3290
3304
  }
3291
- .multistep-form-section[data-v-75856e6b] button:nth-child(3) {
3305
+ .multistep-form-section[data-v-091267f5] button:nth-child(3) {
3292
3306
  transition-delay: 0.8s;
3293
3307
  }
3294
- .multistep-form-section[data-v-75856e6b] button:nth-child(4) {
3308
+ .multistep-form-section[data-v-091267f5] button:nth-child(4) {
3295
3309
  transition-delay: 1s;
3296
3310
  }
3297
- .multistep-form-section[data-v-75856e6b] button:nth-child(5) {
3311
+ .multistep-form-section[data-v-091267f5] button:nth-child(5) {
3298
3312
  transition-delay: 1.2s;
3299
3313
  }
3300
- .multistep-form-section[data-v-75856e6b] button:nth-child(6) {
3314
+ .multistep-form-section[data-v-091267f5] button:nth-child(6) {
3301
3315
  transition-delay: 1.4s;
3302
3316
  }
3303
- .multistep-form-section[data-v-75856e6b] button:nth-child(7) {
3317
+ .multistep-form-section[data-v-091267f5] button:nth-child(7) {
3304
3318
  transition-delay: 1.6s;
3305
3319
  }
3306
- .multistep-form-section[data-v-75856e6b] button:nth-child(8) {
3320
+ .multistep-form-section[data-v-091267f5] button:nth-child(8) {
3307
3321
  transition-delay: 1.8s;
3308
3322
  }
3309
- .multistep-form-section[data-v-75856e6b] button:nth-child(9) {
3323
+ .multistep-form-section[data-v-091267f5] button:nth-child(9) {
3310
3324
  transition-delay: 2s;
3311
3325
  }
3312
- .multistep-form-section[data-v-75856e6b] button:nth-child(10) {
3326
+ .multistep-form-section[data-v-091267f5] button:nth-child(10) {
3313
3327
  transition-delay: 2.2s;
3314
3328
  }
3315
- .multistep-form-section.inactive[data-v-75856e6b] {
3329
+ .multistep-form-section.inactive[data-v-091267f5] {
3316
3330
  pointer-events: none;
3317
3331
  opacity: 0;
3318
3332
  position: absolute;
@@ -3320,23 +3334,23 @@ td[data-v-f5a130e8]:first-child {
3320
3334
  left: 0;
3321
3335
  width: 100%;
3322
3336
  }
3323
- .multistep-form-section.inactive[data-v-75856e6b] button {
3337
+ .multistep-form-section.inactive[data-v-091267f5] button {
3324
3338
  opacity: 0;
3325
3339
  translate: 0 2em;
3326
3340
  }
3327
- .multistep-form-section.active[data-v-75856e6b] {
3341
+ .multistep-form-section.active[data-v-091267f5] {
3328
3342
  opacity: 1;
3329
3343
  translate: 0 0;
3330
3344
  position: relative;
3331
3345
  }
3332
- .multistep-form-section.active[data-v-75856e6b] button {
3346
+ .multistep-form-section.active[data-v-091267f5] button {
3333
3347
  opacity: 1;
3334
3348
  translate: 0 0;
3335
3349
  }
3336
- .multistep-form-section.past[data-v-75856e6b] {
3350
+ .multistep-form-section.past[data-v-091267f5] {
3337
3351
  translate: -3em 0;
3338
3352
  }
3339
- .multistep-form-section.future[data-v-75856e6b] {
3353
+ .multistep-form-section.future[data-v-091267f5] {
3340
3354
  translate: 3em 0;
3341
3355
  }
3342
3356
  .basic-input-style[data-v-0fd69158] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qikdev/vue-ui",
3
- "version": "0.2.264",
3
+ "version": "0.2.267",
4
4
  "files": [
5
5
  "dist"
6
6
  ],