@qikdev/vue-ui 0.2.265 → 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,18 +283,21 @@ 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-6ab97ebe] {
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-6ab97ebe] {
291
+ td[data-v-c62e82ec] {
292
292
  text-align: center;
293
293
  }
294
- td.empty[data-v-6ab97ebe] {
294
+ td.debit[data-v-c62e82ec] {
295
+ color: red;
296
+ }
297
+ td.empty[data-v-c62e82ec] {
295
298
  opacity: 0.3;
296
299
  }
297
- td.invalid[data-v-6ab97ebe] {
300
+ td.invalid[data-v-c62e82ec] {
298
301
  text-decoration: line-through;
299
302
  opacity: 0.3;
300
303
  }
@@ -1330,16 +1333,18 @@ li.expanded > .ux-link .caret[data-v-cbfd31c1] {
1330
1333
  opacity: 1;
1331
1334
  transition: all 0.2s;
1332
1335
  }
1333
- .basic-input-style[data-v-b377f005] {
1336
+ .basic-input-style[data-v-c85564d7] {
1334
1337
  color: inherit;
1335
1338
  background: color-mix(in lab, currentColor 4%, transparent);
1336
1339
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
1337
1340
  }
1338
- .ux-pill[data-v-b377f005] {
1341
+ .ux-pill[data-v-c85564d7] {
1339
1342
  padding: 0.5em 1em;
1340
1343
  margin: 0.1em;
1341
1344
  background: color-mix(in lab, currentColor 8%, transparent);
1342
1345
  color: color-mix(in lab, currentColor 70%, transparent);
1346
+ border: 1px solid transparent;
1347
+ box-sizing: border-box;
1343
1348
  border-radius: 0.5em;
1344
1349
  display: inline-block;
1345
1350
  line-height: 1;
@@ -1349,8 +1354,9 @@ li.expanded > .ux-link .caret[data-v-cbfd31c1] {
1349
1354
  text-overflow: ellipsis;
1350
1355
  overflow: hidden;
1351
1356
  }
1352
- .ux-pill.has-link[data-v-b377f005]:hover {
1353
- 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);
1354
1360
  }
1355
1361
  .basic-input-style[data-v-670de630] {
1356
1362
  color: inherit;
@@ -3239,20 +3245,20 @@ td[data-v-f5a130e8]:first-child {
3239
3245
  flex: none;
3240
3246
  width: 100%;
3241
3247
  }
3242
- .basic-input-style[data-v-75856e6b] {
3248
+ .basic-input-style[data-v-091267f5] {
3243
3249
  color: inherit;
3244
3250
  background: color-mix(in lab, currentColor 4%, transparent);
3245
3251
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
3246
3252
  }
3247
- .intent-submit[data-v-75856e6b] {
3253
+ .intent-submit[data-v-091267f5] {
3248
3254
  margin-top: 1em;
3249
3255
  }
3250
- [tooltip][data-v-75856e6b] {
3256
+ [tooltip][data-v-091267f5] {
3251
3257
  position: relative;
3252
3258
  cursor: help;
3253
3259
  display: block;
3254
3260
  }
3255
- [tooltip][data-v-75856e6b]:after {
3261
+ [tooltip][data-v-091267f5]:after {
3256
3262
  position: absolute;
3257
3263
  opacity: 0;
3258
3264
  pointer-events: none;
@@ -3269,58 +3275,58 @@ td[data-v-f5a130e8]:first-child {
3269
3275
  transform: translateY(-20px);
3270
3276
  transition: all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
3271
3277
  }
3272
- [tooltip][data-v-75856e6b]:hover:after {
3278
+ [tooltip][data-v-091267f5]:hover:after {
3273
3279
  opacity: 1;
3274
3280
  transform: translateY(0);
3275
3281
  transition-duration: 0.3s;
3276
3282
  }
3277
- .multistep-form-wrapper[data-v-75856e6b] {
3283
+ .multistep-form-wrapper[data-v-091267f5] {
3278
3284
  display: grid;
3279
3285
  position: relative;
3280
3286
  }
3281
- .multistep-form-section[data-v-75856e6b] {
3287
+ .multistep-form-section[data-v-091267f5] {
3282
3288
  transition:
3283
3289
  opacity 0.8s cubic-bezier(0.25, 0.8, 0.25, 1),
3284
3290
  translate 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
3285
3291
  opacity: 0;
3286
3292
  grid-area: 1/1/2/2;
3287
3293
  }
3288
- .multistep-form-section[data-v-75856e6b] button {
3294
+ .multistep-form-section[data-v-091267f5] button {
3289
3295
  transition:
3290
3296
  opacity 0.7s cubic-bezier(0.25, 0.8, 0.25, 1),
3291
3297
  translate 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
3292
3298
  }
3293
- .multistep-form-section[data-v-75856e6b] button:nth-child(1) {
3299
+ .multistep-form-section[data-v-091267f5] button:nth-child(1) {
3294
3300
  transition-delay: 0.4s;
3295
3301
  }
3296
- .multistep-form-section[data-v-75856e6b] button:nth-child(2) {
3302
+ .multistep-form-section[data-v-091267f5] button:nth-child(2) {
3297
3303
  transition-delay: 0.6s;
3298
3304
  }
3299
- .multistep-form-section[data-v-75856e6b] button:nth-child(3) {
3305
+ .multistep-form-section[data-v-091267f5] button:nth-child(3) {
3300
3306
  transition-delay: 0.8s;
3301
3307
  }
3302
- .multistep-form-section[data-v-75856e6b] button:nth-child(4) {
3308
+ .multistep-form-section[data-v-091267f5] button:nth-child(4) {
3303
3309
  transition-delay: 1s;
3304
3310
  }
3305
- .multistep-form-section[data-v-75856e6b] button:nth-child(5) {
3311
+ .multistep-form-section[data-v-091267f5] button:nth-child(5) {
3306
3312
  transition-delay: 1.2s;
3307
3313
  }
3308
- .multistep-form-section[data-v-75856e6b] button:nth-child(6) {
3314
+ .multistep-form-section[data-v-091267f5] button:nth-child(6) {
3309
3315
  transition-delay: 1.4s;
3310
3316
  }
3311
- .multistep-form-section[data-v-75856e6b] button:nth-child(7) {
3317
+ .multistep-form-section[data-v-091267f5] button:nth-child(7) {
3312
3318
  transition-delay: 1.6s;
3313
3319
  }
3314
- .multistep-form-section[data-v-75856e6b] button:nth-child(8) {
3320
+ .multistep-form-section[data-v-091267f5] button:nth-child(8) {
3315
3321
  transition-delay: 1.8s;
3316
3322
  }
3317
- .multistep-form-section[data-v-75856e6b] button:nth-child(9) {
3323
+ .multistep-form-section[data-v-091267f5] button:nth-child(9) {
3318
3324
  transition-delay: 2s;
3319
3325
  }
3320
- .multistep-form-section[data-v-75856e6b] button:nth-child(10) {
3326
+ .multistep-form-section[data-v-091267f5] button:nth-child(10) {
3321
3327
  transition-delay: 2.2s;
3322
3328
  }
3323
- .multistep-form-section.inactive[data-v-75856e6b] {
3329
+ .multistep-form-section.inactive[data-v-091267f5] {
3324
3330
  pointer-events: none;
3325
3331
  opacity: 0;
3326
3332
  position: absolute;
@@ -3328,23 +3334,23 @@ td[data-v-f5a130e8]:first-child {
3328
3334
  left: 0;
3329
3335
  width: 100%;
3330
3336
  }
3331
- .multistep-form-section.inactive[data-v-75856e6b] button {
3337
+ .multistep-form-section.inactive[data-v-091267f5] button {
3332
3338
  opacity: 0;
3333
3339
  translate: 0 2em;
3334
3340
  }
3335
- .multistep-form-section.active[data-v-75856e6b] {
3341
+ .multistep-form-section.active[data-v-091267f5] {
3336
3342
  opacity: 1;
3337
3343
  translate: 0 0;
3338
3344
  position: relative;
3339
3345
  }
3340
- .multistep-form-section.active[data-v-75856e6b] button {
3346
+ .multistep-form-section.active[data-v-091267f5] button {
3341
3347
  opacity: 1;
3342
3348
  translate: 0 0;
3343
3349
  }
3344
- .multistep-form-section.past[data-v-75856e6b] {
3350
+ .multistep-form-section.past[data-v-091267f5] {
3345
3351
  translate: -3em 0;
3346
3352
  }
3347
- .multistep-form-section.future[data-v-75856e6b] {
3353
+ .multistep-form-section.future[data-v-091267f5] {
3348
3354
  translate: 3em 0;
3349
3355
  }
3350
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.265",
3
+ "version": "0.2.267",
4
4
  "files": [
5
5
  "dist"
6
6
  ],