@qikdev/vue-ui 0.2.336 → 0.2.337

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/vue-ui.css CHANGED
@@ -1776,19 +1776,19 @@ input[data-v-4bea995b]:focus {
1776
1776
  bottom: 0;
1777
1777
  right: 0;
1778
1778
  }
1779
- .basic-input-style[data-v-7f413234] {
1779
+ .basic-input-style[data-v-106fe4ac] {
1780
1780
  color: inherit;
1781
1781
  background: color-mix(in lab, currentColor 4%, transparent);
1782
1782
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
1783
1783
  }
1784
- .content-item[data-v-7f413234] {
1784
+ .content-item[data-v-106fe4ac] {
1785
1785
  padding: 0.5em 0.8em;
1786
1786
  border-radius: 0.3em;
1787
1787
  cursor: pointer;
1788
1788
  margin-bottom: 1px;
1789
1789
  position: relative;
1790
1790
  }
1791
- .content-item .bar[data-v-7f413234] {
1791
+ .content-item .bar[data-v-106fe4ac] {
1792
1792
  left: 0;
1793
1793
  top: 0;
1794
1794
  bottom: 0;
@@ -1796,67 +1796,67 @@ input[data-v-4bea995b]:focus {
1796
1796
  width: 0.2em;
1797
1797
  display: block;
1798
1798
  }
1799
- .content-item .item-summary[data-v-7f413234] {
1799
+ .content-item .item-summary[data-v-106fe4ac] {
1800
1800
  opacity: 0.5;
1801
1801
  font-size: 0.9em;
1802
1802
  }
1803
- .content-item .item-title[data-v-7f413234] {
1803
+ .content-item .item-title[data-v-106fe4ac] {
1804
1804
  font-weight: 500;
1805
1805
  }
1806
1806
  @media (prefers-color-scheme: light) {
1807
- .content-item[data-v-7f413234] {
1807
+ .content-item[data-v-106fe4ac] {
1808
1808
  background: var(--bg1, #fff);
1809
1809
  border: 1px solid color-mix(in lab, currentColor 15%, transparent);
1810
1810
  }
1811
1811
  }
1812
1812
  @media (prefers-color-scheme: dark) {
1813
- .content-item[data-v-7f413234] {
1813
+ .content-item[data-v-106fe4ac] {
1814
1814
  background: color-mix(in lab, #000 1%, transparent);
1815
1815
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
1816
1816
  }
1817
1817
  }
1818
- .content-item[data-v-7f413234]:last-child {
1818
+ .content-item[data-v-106fe4ac]:last-child {
1819
1819
  margin-bottom: 0;
1820
1820
  }
1821
- .content-item.deleted .text[data-v-7f413234] {
1821
+ .content-item.deleted .text[data-v-106fe4ac] {
1822
1822
  color: var(--error, red);
1823
1823
  text-decoration: line-through;
1824
1824
  }
1825
- .content-item.inactive .text[data-v-7f413234] {
1825
+ .content-item.inactive .text[data-v-106fe4ac] {
1826
1826
  opacity: 0.5;
1827
1827
  }
1828
- .content-item .text[data-v-7f413234] {
1828
+ .content-item .text[data-v-106fe4ac] {
1829
1829
  overflow: hidden;
1830
1830
  text-overflow: ellipsis;
1831
1831
  white-space: pre-line;
1832
1832
  }
1833
- .content-item .icon-wrapper[data-v-7f413234] {
1833
+ .content-item .icon-wrapper[data-v-106fe4ac] {
1834
1834
  width: 25px;
1835
1835
  font-size: 20px;
1836
1836
  text-align: center;
1837
1837
  }
1838
- .content-item .icon-wrapper.complete[data-v-7f413234] {
1838
+ .content-item .icon-wrapper.complete[data-v-106fe4ac] {
1839
1839
  color: var(--success, green);
1840
1840
  }
1841
- .content-item .icon-wrapper.pending[data-v-7f413234] {
1841
+ .content-item .icon-wrapper.pending[data-v-106fe4ac] {
1842
1842
  color: var(--warning, orange);
1843
1843
  }
1844
- .content-item .image-wrapper[data-v-7f413234] {
1844
+ .content-item .image-wrapper[data-v-106fe4ac] {
1845
1845
  width: 2em;
1846
1846
  max-width: 50px;
1847
1847
  }
1848
- .content-item .image-wrapper.profile[data-v-7f413234] {
1848
+ .content-item .image-wrapper.profile[data-v-106fe4ac] {
1849
1849
  width: 2em;
1850
1850
  height: 2em;
1851
1851
  margin-right: 0.2em;
1852
1852
  background: #0000001a;
1853
1853
  border-radius: 100%;
1854
1854
  }
1855
- .content-item[data-v-7f413234]:hover {
1855
+ .content-item[data-v-106fe4ac]:hover {
1856
1856
  cursor: pointer;
1857
1857
  background: color-mix(in lab, currentColor 2%, transparent);
1858
1858
  }
1859
- .content-item .pill[data-v-7f413234] {
1859
+ .content-item .pill[data-v-106fe4ac] {
1860
1860
  border-radius: 3em;
1861
1861
  padding: 0.3em 0.6em;
1862
1862
  display: block;
@@ -1868,46 +1868,46 @@ input[data-v-4bea995b]:focus {
1868
1868
  color: color-mix(in lab, currentColor, transparent);
1869
1869
  border: 1px solid;
1870
1870
  }
1871
- .content-item .pill.live[data-v-7f413234],
1872
- .content-item .pill.success[data-v-7f413234],
1873
- .content-item .pill.paid[data-v-7f413234],
1874
- .content-item .pill.active[data-v-7f413234] {
1871
+ .content-item .pill.live[data-v-106fe4ac],
1872
+ .content-item .pill.success[data-v-106fe4ac],
1873
+ .content-item .pill.paid[data-v-106fe4ac],
1874
+ .content-item .pill.active[data-v-106fe4ac] {
1875
1875
  background: #e0f3bf;
1876
1876
  color: #569e2f;
1877
1877
  }
1878
1878
  @media (prefers-color-scheme: dark) {
1879
- .content-item .pill.live[data-v-7f413234],
1880
- .content-item .pill.success[data-v-7f413234],
1881
- .content-item .pill.paid[data-v-7f413234],
1882
- .content-item .pill.active[data-v-7f413234] {
1879
+ .content-item .pill.live[data-v-106fe4ac],
1880
+ .content-item .pill.success[data-v-106fe4ac],
1881
+ .content-item .pill.paid[data-v-106fe4ac],
1882
+ .content-item .pill.active[data-v-106fe4ac] {
1883
1883
  background: none;
1884
1884
  }
1885
1885
  }
1886
- .content-item .pill.sandbox[data-v-7f413234],
1887
- .content-item .pill.pending[data-v-7f413234],
1888
- .content-item .pill.cancelling[data-v-7f413234] {
1886
+ .content-item .pill.sandbox[data-v-106fe4ac],
1887
+ .content-item .pill.pending[data-v-106fe4ac],
1888
+ .content-item .pill.cancelling[data-v-106fe4ac] {
1889
1889
  background: #fbecbb;
1890
1890
  color: #d17a0e;
1891
1891
  }
1892
1892
  @media (prefers-color-scheme: dark) {
1893
- .content-item .pill.sandbox[data-v-7f413234],
1894
- .content-item .pill.pending[data-v-7f413234],
1895
- .content-item .pill.cancelling[data-v-7f413234] {
1893
+ .content-item .pill.sandbox[data-v-106fe4ac],
1894
+ .content-item .pill.pending[data-v-106fe4ac],
1895
+ .content-item .pill.cancelling[data-v-106fe4ac] {
1896
1896
  background: none;
1897
1897
  }
1898
1898
  }
1899
- .content-item .pill.error[data-v-7f413234],
1900
- .content-item .pill.unpaid[data-v-7f413234],
1901
- .content-item .pill.deleted[data-v-7f413234],
1902
- .content-item .pill.failed[data-v-7f413234] {
1899
+ .content-item .pill.error[data-v-106fe4ac],
1900
+ .content-item .pill.unpaid[data-v-106fe4ac],
1901
+ .content-item .pill.deleted[data-v-106fe4ac],
1902
+ .content-item .pill.failed[data-v-106fe4ac] {
1903
1903
  background: #fdd;
1904
1904
  color: #b14e4e;
1905
1905
  }
1906
1906
  @media (prefers-color-scheme: dark) {
1907
- .content-item .pill.error[data-v-7f413234],
1908
- .content-item .pill.unpaid[data-v-7f413234],
1909
- .content-item .pill.deleted[data-v-7f413234],
1910
- .content-item .pill.failed[data-v-7f413234] {
1907
+ .content-item .pill.error[data-v-106fe4ac],
1908
+ .content-item .pill.unpaid[data-v-106fe4ac],
1909
+ .content-item .pill.deleted[data-v-106fe4ac],
1910
+ .content-item .pill.failed[data-v-106fe4ac] {
1911
1911
  background: none;
1912
1912
  }
1913
1913
  }
@@ -1977,16 +1977,16 @@ input[data-v-111b2532]:focus {
1977
1977
  border-bottom: 1px solid color-mix(in lab, currentColor 18%, transparent);
1978
1978
  }
1979
1979
  }
1980
- .basic-input-style[data-v-6ddd93f2] {
1980
+ .basic-input-style[data-v-37c317e1] {
1981
1981
  color: inherit;
1982
1982
  background: color-mix(in lab, currentColor 4%, transparent);
1983
1983
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
1984
1984
  }
1985
- .search[data-v-6ddd93f2] {
1985
+ .search[data-v-37c317e1] {
1986
1986
  position: relative;
1987
1987
  width: 100%;
1988
1988
  }
1989
- .search > .icon[data-v-6ddd93f2] {
1989
+ .search > .icon[data-v-37c317e1] {
1990
1990
  position: absolute;
1991
1991
  right: 0;
1992
1992
  top: 50%;
@@ -1994,7 +1994,7 @@ input[data-v-111b2532]:focus {
1994
1994
  bottom: 0;
1995
1995
  padding: 0 1em;
1996
1996
  }
1997
- .search input[data-v-6ddd93f2] {
1997
+ .search input[data-v-37c317e1] {
1998
1998
  width: 100%;
1999
1999
  border-radius: 5em;
2000
2000
  padding: 0.5em 1em;
@@ -2008,7 +2008,7 @@ input[data-v-111b2532]:focus {
2008
2008
  background: color-mix(in lab, currentColor 6%, transparent);
2009
2009
  border: 1px solid transparent;
2010
2010
  }
2011
- .search input[data-v-6ddd93f2]:focus {
2011
+ .search input[data-v-37c317e1]:focus {
2012
2012
  background: var(--bg1, #fff);
2013
2013
  border: 1px solid var(--primary);
2014
2014
  outline: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qikdev/vue-ui",
3
- "version": "0.2.336",
3
+ "version": "0.2.337",
4
4
  "files": [
5
5
  "dist"
6
6
  ],