@qikdev/vue-ui 0.2.267 → 0.2.269

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
@@ -368,6 +368,57 @@ td div:hover .off[data-v-5e3e90be] {
368
368
  td div:hover .on[data-v-5e3e90be] {
369
369
  opacity: 1;
370
370
  }
371
+ .basic-input-style[data-v-024c8385] {
372
+ color: inherit;
373
+ background: color-mix(in lab, currentColor 4%, transparent);
374
+ border: 1px solid color-mix(in lab, currentColor 18%, transparent);
375
+ }
376
+ td[data-v-024c8385] {
377
+ white-space: nowrap;
378
+ }
379
+ td div[data-v-024c8385] {
380
+ padding: 0.5em 1em;
381
+ margin: 0.1em;
382
+ background: color-mix(in lab, currentColor 8%, transparent);
383
+ border-radius: 5em;
384
+ display: block;
385
+ line-height: 1;
386
+ font-size: 0.7em;
387
+ cursor: pointer;
388
+ white-space: nowrap;
389
+ text-overflow: ellipsis;
390
+ overflow: hidden;
391
+ text-align: center;
392
+ position: relative;
393
+ }
394
+ td div .overdue[data-v-024c8385] {
395
+ color: red;
396
+ }
397
+ td div .spacer[data-v-024c8385] {
398
+ visibility: hidden !important;
399
+ }
400
+ td div .on[data-v-024c8385],
401
+ td div .off[data-v-024c8385] {
402
+ position: absolute;
403
+ left: 0;
404
+ width: 100%;
405
+ transition: opacity 0.1s;
406
+ }
407
+ td div .on[data-v-024c8385] {
408
+ opacity: 0;
409
+ }
410
+ td div .off[data-v-024c8385] {
411
+ opacity: 1;
412
+ }
413
+ td div[data-v-024c8385]:hover {
414
+ background: color-mix(in lab, currentColor 10%, transparent);
415
+ }
416
+ td div:hover .off[data-v-024c8385] {
417
+ opacity: 0;
418
+ }
419
+ td div:hover .on[data-v-024c8385] {
420
+ opacity: 1;
421
+ }
371
422
  .basic-input-style[data-v-897e69cd] {
372
423
  color: inherit;
373
424
  background: color-mix(in lab, currentColor 4%, transparent);
@@ -576,16 +627,16 @@ td[data-v-f7f4a65b] {
576
627
  .content-type-cell[data-v-3c0f4d89] {
577
628
  white-space: nowrap;
578
629
  }
579
- .basic-input-style[data-v-356ff495] {
630
+ .basic-input-style[data-v-455cdd3a] {
580
631
  color: inherit;
581
632
  background: color-mix(in lab, currentColor 4%, transparent);
582
633
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
583
634
  }
584
- .value[data-v-356ff495] {
635
+ .value[data-v-455cdd3a] {
585
636
  display: inline-block;
586
637
  margin: 0.05em;
587
638
  }
588
- .nowrap[data-v-356ff495] {
639
+ .nowrap[data-v-455cdd3a] {
589
640
  white-space: nowrap;
590
641
  }
591
642
  .basic-input-style[data-v-fbdf91c9] {
@@ -1589,54 +1640,65 @@ input[data-v-4bea995b]:focus {
1589
1640
  bottom: 0;
1590
1641
  right: 0;
1591
1642
  }
1592
- .basic-input-style[data-v-7ecd8dae] {
1643
+ .basic-input-style[data-v-cf0f8f29] {
1593
1644
  color: inherit;
1594
1645
  background: color-mix(in lab, currentColor 4%, transparent);
1595
1646
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
1596
1647
  }
1597
- .content-item[data-v-7ecd8dae] {
1648
+ .content-item[data-v-cf0f8f29] {
1598
1649
  padding: 0.5em 0.8em;
1599
1650
  border-radius: 0.3em;
1600
1651
  cursor: pointer;
1601
1652
  margin-bottom: 1px;
1602
1653
  }
1603
- .content-item .item-summary[data-v-7ecd8dae] {
1654
+ .content-item .item-summary[data-v-cf0f8f29] {
1604
1655
  opacity: 0.5;
1605
1656
  font-size: 0.9em;
1606
1657
  }
1607
- .content-item .item-title[data-v-7ecd8dae] {
1658
+ .content-item .item-title[data-v-cf0f8f29] {
1608
1659
  font-weight: 500;
1609
1660
  }
1610
1661
  @media (prefers-color-scheme: light) {
1611
- .content-item[data-v-7ecd8dae] {
1662
+ .content-item[data-v-cf0f8f29] {
1612
1663
  background: var(--bg1, #fff);
1613
1664
  border: 1px solid color-mix(in lab, currentColor 15%, transparent);
1614
1665
  }
1615
1666
  }
1616
1667
  @media (prefers-color-scheme: dark) {
1617
- .content-item[data-v-7ecd8dae] {
1668
+ .content-item[data-v-cf0f8f29] {
1618
1669
  background: color-mix(in lab, #000 1%, transparent);
1619
1670
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
1620
1671
  }
1621
1672
  }
1622
- .content-item[data-v-7ecd8dae]:last-child {
1673
+ .content-item[data-v-cf0f8f29]:last-child {
1623
1674
  margin-bottom: 0;
1624
1675
  }
1625
- .content-item .text[data-v-7ecd8dae] {
1676
+ .content-item .text[data-v-cf0f8f29] {
1626
1677
  overflow: hidden;
1627
1678
  text-overflow: ellipsis;
1628
1679
  white-space: pre-line;
1629
1680
  }
1630
- .content-item .image-wrapper[data-v-7ecd8dae] {
1681
+ .content-item .icon-wrapper[data-v-cf0f8f29] {
1682
+ width: 25px;
1683
+ font-size: 20px;
1684
+ text-align: center;
1685
+ }
1686
+ .content-item .icon-wrapper.complete[data-v-cf0f8f29] {
1687
+ color: var(--success, green);
1688
+ }
1689
+ .content-item .icon-wrapper.pending[data-v-cf0f8f29] {
1690
+ color: var(--warning, orange);
1691
+ }
1692
+ .content-item .image-wrapper[data-v-cf0f8f29] {
1631
1693
  width: 50px;
1632
1694
  }
1633
- .content-item .image-wrapper.profile[data-v-7ecd8dae] {
1695
+ .content-item .image-wrapper.profile[data-v-cf0f8f29] {
1634
1696
  width: 40px;
1635
1697
  height: 40px;
1636
1698
  background: rgba(0, 0, 0, 0.1);
1637
1699
  border-radius: 100%;
1638
1700
  }
1639
- .content-item[data-v-7ecd8dae]:hover {
1701
+ .content-item[data-v-cf0f8f29]:hover {
1640
1702
  cursor: pointer;
1641
1703
  background: color-mix(in lab, currentColor 2%, transparent);
1642
1704
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qikdev/vue-ui",
3
- "version": "0.2.267",
3
+ "version": "0.2.269",
4
4
  "files": [
5
5
  "dist"
6
6
  ],