@qikdev/vue-ui 0.2.276 → 0.2.277

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
@@ -1640,76 +1640,77 @@ input[data-v-4bea995b]:focus {
1640
1640
  bottom: 0;
1641
1641
  right: 0;
1642
1642
  }
1643
- .basic-input-style[data-v-df4b8b3a] {
1643
+ .basic-input-style[data-v-b23f6ee4] {
1644
1644
  color: inherit;
1645
1645
  background: color-mix(in lab, currentColor 4%, transparent);
1646
1646
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
1647
1647
  }
1648
- .content-item[data-v-df4b8b3a] {
1648
+ .content-item[data-v-b23f6ee4] {
1649
1649
  padding: 0.5em 0.8em;
1650
1650
  border-radius: 0.3em;
1651
1651
  cursor: pointer;
1652
1652
  margin-bottom: 1px;
1653
1653
  }
1654
- .content-item .item-summary[data-v-df4b8b3a] {
1654
+ .content-item .item-summary[data-v-b23f6ee4] {
1655
1655
  opacity: 0.5;
1656
1656
  font-size: 0.9em;
1657
1657
  }
1658
- .content-item .item-title[data-v-df4b8b3a] {
1658
+ .content-item .item-title[data-v-b23f6ee4] {
1659
1659
  font-weight: 500;
1660
1660
  }
1661
1661
  @media (prefers-color-scheme: light) {
1662
- .content-item[data-v-df4b8b3a] {
1662
+ .content-item[data-v-b23f6ee4] {
1663
1663
  background: var(--bg1, #fff);
1664
1664
  border: 1px solid color-mix(in lab, currentColor 15%, transparent);
1665
1665
  }
1666
1666
  }
1667
1667
  @media (prefers-color-scheme: dark) {
1668
- .content-item[data-v-df4b8b3a] {
1668
+ .content-item[data-v-b23f6ee4] {
1669
1669
  background: color-mix(in lab, #000 1%, transparent);
1670
1670
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
1671
1671
  }
1672
1672
  }
1673
- .content-item[data-v-df4b8b3a]:last-child {
1673
+ .content-item[data-v-b23f6ee4]:last-child {
1674
1674
  margin-bottom: 0;
1675
1675
  }
1676
- .content-item.deleted .text[data-v-df4b8b3a] {
1676
+ .content-item.deleted .text[data-v-b23f6ee4] {
1677
1677
  color: var(--error, red);
1678
1678
  text-decoration: line-through;
1679
1679
  }
1680
- .content-item.inactive .text[data-v-df4b8b3a] {
1680
+ .content-item.inactive .text[data-v-b23f6ee4] {
1681
1681
  opacity: 0.5;
1682
1682
  }
1683
- .content-item .text[data-v-df4b8b3a] {
1683
+ .content-item .text[data-v-b23f6ee4] {
1684
1684
  overflow: hidden;
1685
1685
  text-overflow: ellipsis;
1686
1686
  white-space: pre-line;
1687
1687
  }
1688
- .content-item .icon-wrapper[data-v-df4b8b3a] {
1688
+ .content-item .icon-wrapper[data-v-b23f6ee4] {
1689
1689
  width: 25px;
1690
1690
  font-size: 20px;
1691
1691
  text-align: center;
1692
1692
  }
1693
- .content-item .icon-wrapper.complete[data-v-df4b8b3a] {
1693
+ .content-item .icon-wrapper.complete[data-v-b23f6ee4] {
1694
1694
  color: var(--success, green);
1695
1695
  }
1696
- .content-item .icon-wrapper.pending[data-v-df4b8b3a] {
1696
+ .content-item .icon-wrapper.pending[data-v-b23f6ee4] {
1697
1697
  color: var(--warning, orange);
1698
1698
  }
1699
- .content-item .image-wrapper[data-v-df4b8b3a] {
1700
- width: 50px;
1699
+ .content-item .image-wrapper[data-v-b23f6ee4] {
1700
+ width: 2em;
1701
+ max-width: 50px;
1701
1702
  }
1702
- .content-item .image-wrapper.profile[data-v-df4b8b3a] {
1703
+ .content-item .image-wrapper.profile[data-v-b23f6ee4] {
1703
1704
  width: 40px;
1704
1705
  height: 40px;
1705
1706
  background: rgba(0, 0, 0, 0.1);
1706
1707
  border-radius: 100%;
1707
1708
  }
1708
- .content-item[data-v-df4b8b3a]:hover {
1709
+ .content-item[data-v-b23f6ee4]:hover {
1709
1710
  cursor: pointer;
1710
1711
  background: color-mix(in lab, currentColor 2%, transparent);
1711
1712
  }
1712
- .content-item .pill[data-v-df4b8b3a] {
1713
+ .content-item .pill[data-v-b23f6ee4] {
1713
1714
  border-radius: 3em;
1714
1715
  padding: 0.3em 0.6em;
1715
1716
  display: block;
@@ -1721,46 +1722,46 @@ input[data-v-4bea995b]:focus {
1721
1722
  color: color-mix(in lab, currentColor, transparent);
1722
1723
  border: 1px solid;
1723
1724
  }
1724
- .content-item .pill.live[data-v-df4b8b3a],
1725
- .content-item .pill.success[data-v-df4b8b3a],
1726
- .content-item .pill.paid[data-v-df4b8b3a],
1727
- .content-item .pill.active[data-v-df4b8b3a] {
1725
+ .content-item .pill.live[data-v-b23f6ee4],
1726
+ .content-item .pill.success[data-v-b23f6ee4],
1727
+ .content-item .pill.paid[data-v-b23f6ee4],
1728
+ .content-item .pill.active[data-v-b23f6ee4] {
1728
1729
  background: #e0f3bf;
1729
1730
  color: #569e2f;
1730
1731
  }
1731
1732
  @media (prefers-color-scheme: dark) {
1732
- .content-item .pill.live[data-v-df4b8b3a],
1733
- .content-item .pill.success[data-v-df4b8b3a],
1734
- .content-item .pill.paid[data-v-df4b8b3a],
1735
- .content-item .pill.active[data-v-df4b8b3a] {
1733
+ .content-item .pill.live[data-v-b23f6ee4],
1734
+ .content-item .pill.success[data-v-b23f6ee4],
1735
+ .content-item .pill.paid[data-v-b23f6ee4],
1736
+ .content-item .pill.active[data-v-b23f6ee4] {
1736
1737
  background: none;
1737
1738
  }
1738
1739
  }
1739
- .content-item .pill.sandbox[data-v-df4b8b3a],
1740
- .content-item .pill.pending[data-v-df4b8b3a],
1741
- .content-item .pill.cancelling[data-v-df4b8b3a] {
1740
+ .content-item .pill.sandbox[data-v-b23f6ee4],
1741
+ .content-item .pill.pending[data-v-b23f6ee4],
1742
+ .content-item .pill.cancelling[data-v-b23f6ee4] {
1742
1743
  background: #fbecbb;
1743
1744
  color: #d17a0e;
1744
1745
  }
1745
1746
  @media (prefers-color-scheme: dark) {
1746
- .content-item .pill.sandbox[data-v-df4b8b3a],
1747
- .content-item .pill.pending[data-v-df4b8b3a],
1748
- .content-item .pill.cancelling[data-v-df4b8b3a] {
1747
+ .content-item .pill.sandbox[data-v-b23f6ee4],
1748
+ .content-item .pill.pending[data-v-b23f6ee4],
1749
+ .content-item .pill.cancelling[data-v-b23f6ee4] {
1749
1750
  background: none;
1750
1751
  }
1751
1752
  }
1752
- .content-item .pill.error[data-v-df4b8b3a],
1753
- .content-item .pill.unpaid[data-v-df4b8b3a],
1754
- .content-item .pill.deleted[data-v-df4b8b3a],
1755
- .content-item .pill.failed[data-v-df4b8b3a] {
1753
+ .content-item .pill.error[data-v-b23f6ee4],
1754
+ .content-item .pill.unpaid[data-v-b23f6ee4],
1755
+ .content-item .pill.deleted[data-v-b23f6ee4],
1756
+ .content-item .pill.failed[data-v-b23f6ee4] {
1756
1757
  background: #ffdddd;
1757
1758
  color: #b14e4e;
1758
1759
  }
1759
1760
  @media (prefers-color-scheme: dark) {
1760
- .content-item .pill.error[data-v-df4b8b3a],
1761
- .content-item .pill.unpaid[data-v-df4b8b3a],
1762
- .content-item .pill.deleted[data-v-df4b8b3a],
1763
- .content-item .pill.failed[data-v-df4b8b3a] {
1761
+ .content-item .pill.error[data-v-b23f6ee4],
1762
+ .content-item .pill.unpaid[data-v-b23f6ee4],
1763
+ .content-item .pill.deleted[data-v-b23f6ee4],
1764
+ .content-item .pill.failed[data-v-b23f6ee4] {
1764
1765
  background: none;
1765
1766
  }
1766
1767
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qikdev/vue-ui",
3
- "version": "0.2.276",
3
+ "version": "0.2.277",
4
4
  "files": [
5
5
  "dist"
6
6
  ],