@qikdev/vue-ui 0.2.301 → 0.2.302

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
@@ -977,12 +977,12 @@ tr.inactive[data-v-fbdf91c9]:after {
977
977
  .ux-spinner[xxl][data-v-594a0385] {
978
978
  font-size: 6em;
979
979
  }
980
- .basic-input-style[data-v-beb835e7] {
980
+ .basic-input-style[data-v-ea56e98b] {
981
981
  color: inherit;
982
982
  background: color-mix(in lab, currentColor 4%, transparent);
983
983
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
984
984
  }
985
- .ux-btn[data-v-beb835e7] {
985
+ .ux-btn[data-v-ea56e98b] {
986
986
  font-family: inherit;
987
987
  padding: 0.7em 1.3em;
988
988
  background: color-mix(in lab, currentColor 8%, transparent);
@@ -1000,67 +1000,74 @@ tr.inactive[data-v-fbdf91c9]:after {
1000
1000
  overflow: hidden;
1001
1001
  vertical-align: top;
1002
1002
  }
1003
- .ux-btn[data-v-beb835e7]:hover {
1003
+ .ux-btn[data-v-ea56e98b]:hover {
1004
1004
  opacity: 0.9;
1005
1005
  }
1006
- .ux-btn .ux-spinner[data-v-beb835e7] {
1006
+ .ux-btn .ux-spinner[data-v-ea56e98b] {
1007
1007
  position: absolute;
1008
1008
  left: 50%;
1009
1009
  top: 50%;
1010
1010
  transform: translate(-50%) translateY(-50%);
1011
1011
  }
1012
- .ux-btn[data-v-beb835e7]:last-child {
1012
+ .ux-btn[data-v-ea56e98b]:last-child {
1013
1013
  margin-right: 0;
1014
1014
  }
1015
- .ux-btn.ux-btn-block[data-v-beb835e7] {
1015
+ .ux-btn.ux-btn-block[data-v-ea56e98b] {
1016
1016
  display: block;
1017
1017
  width: 100%;
1018
1018
  box-sizing: border-box;
1019
1019
  text-align: center;
1020
1020
  }
1021
- .ux-btn.ux-btn-icon[data-v-beb835e7] {
1021
+ .ux-btn.ux-btn-icon[data-v-ea56e98b] {
1022
1022
  letter-spacing: 0;
1023
1023
  }
1024
- .ux-btn-color-primary[data-v-beb835e7] {
1024
+ .ux-btn-color-primary[data-v-ea56e98b] {
1025
1025
  background: var(--primary);
1026
1026
  color: #fff;
1027
1027
  }
1028
- .ux-btn-color-default[data-v-beb835e7] {
1028
+ .ux-btn-color-default[data-v-ea56e98b] {
1029
1029
  background: color-mix(in lab, currentColor 8%, transparent);
1030
1030
  color: color-mix(in lab, currentColor 70%, transparent);
1031
1031
  }
1032
- .ux-btn-color-default[data-v-beb835e7]:hover {
1032
+ .ux-btn-color-default[data-v-ea56e98b]:hover {
1033
1033
  background: color-mix(in lab, currentColor 15%, transparent);
1034
1034
  }
1035
- .ux-btn-loading[data-v-beb835e7] {
1035
+ .ux-btn-color-link[data-v-ea56e98b] {
1036
+ background: none;
1037
+ color: inherit;
1038
+ }
1039
+ .ux-btn-color-link[data-v-ea56e98b]:hover {
1040
+ background: color-mix(in lab, currentColor 15%, transparent);
1041
+ }
1042
+ .ux-btn-loading[data-v-ea56e98b] {
1036
1043
  cursor: none;
1037
1044
  pointer-events: none;
1038
1045
  }
1039
- .ux-btn-loading .ux-btn-text[data-v-beb835e7] {
1046
+ .ux-btn-loading .ux-btn-text[data-v-ea56e98b] {
1040
1047
  opacity: 0 !important;
1041
1048
  }
1042
- .ux-btn-xxs[data-v-beb835e7] {
1049
+ .ux-btn-xxs[data-v-ea56e98b] {
1043
1050
  font-size: 0.6em;
1044
1051
  }
1045
- .ux-btn-xs[data-v-beb835e7] {
1052
+ .ux-btn-xs[data-v-ea56e98b] {
1046
1053
  font-size: 0.7em;
1047
1054
  }
1048
- .ux-btn-sm[data-v-beb835e7] {
1055
+ .ux-btn-sm[data-v-ea56e98b] {
1049
1056
  font-size: 0.8em;
1050
1057
  }
1051
- .ux-btn-md[data-v-beb835e7] {
1058
+ .ux-btn-md[data-v-ea56e98b] {
1052
1059
  font-size: 1em;
1053
1060
  }
1054
- .ux-btn-lg[data-v-beb835e7] {
1061
+ .ux-btn-lg[data-v-ea56e98b] {
1055
1062
  font-size: 1.2em;
1056
1063
  }
1057
- .ux-btn-xl[data-v-beb835e7] {
1064
+ .ux-btn-xl[data-v-ea56e98b] {
1058
1065
  font-size: 1.3em;
1059
1066
  }
1060
- .ux-btn-xxl[data-v-beb835e7] {
1067
+ .ux-btn-xxl[data-v-ea56e98b] {
1061
1068
  font-size: 1.5em;
1062
1069
  }
1063
- .ux-btn-icon[data-v-beb835e7] {
1070
+ .ux-btn-icon[data-v-ea56e98b] {
1064
1071
  border-radius: 50%;
1065
1072
  position: relative;
1066
1073
  width: 2.4em;
@@ -1070,22 +1077,22 @@ tr.inactive[data-v-fbdf91c9]:after {
1070
1077
  text-align: center;
1071
1078
  line-height: 2.4em;
1072
1079
  }
1073
- .ux-btn-icon .ux-button-text[data-v-beb835e7] {
1080
+ .ux-btn-icon .ux-button-text[data-v-ea56e98b] {
1074
1081
  position: absolute;
1075
1082
  left: 50%;
1076
1083
  top: 50%;
1077
1084
  transform: translate(-50%) translateY(-50%);
1078
1085
  }
1079
- .ux-btn-icon[data-v-beb835e7] i {
1086
+ .ux-btn-icon[data-v-ea56e98b] i {
1080
1087
  line-height: inherit !important;
1081
1088
  }
1082
- .ux-btn-disabled[data-v-beb835e7] {
1089
+ .ux-btn-disabled[data-v-ea56e98b] {
1083
1090
  cursor: none;
1084
1091
  pointer-events: none;
1085
1092
  opacity: 0.3;
1086
1093
  filter: grayscale(100%);
1087
1094
  }
1088
- .ux-btn-disabled .ux-btn-text[data-v-beb835e7] {
1095
+ .ux-btn-disabled .ux-btn-text[data-v-ea56e98b] {
1089
1096
  opacity: 0.3;
1090
1097
  }
1091
1098
  .basic-input-style[data-v-54bb07ba] {
@@ -1641,77 +1648,78 @@ input[data-v-4bea995b]:focus {
1641
1648
  bottom: 0;
1642
1649
  right: 0;
1643
1650
  }
1644
- .basic-input-style[data-v-b23f6ee4] {
1651
+ .basic-input-style[data-v-8e7f9160] {
1645
1652
  color: inherit;
1646
1653
  background: color-mix(in lab, currentColor 4%, transparent);
1647
1654
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
1648
1655
  }
1649
- .content-item[data-v-b23f6ee4] {
1656
+ .content-item[data-v-8e7f9160] {
1650
1657
  padding: 0.5em 0.8em;
1651
1658
  border-radius: 0.3em;
1652
1659
  cursor: pointer;
1653
1660
  margin-bottom: 1px;
1654
1661
  }
1655
- .content-item .item-summary[data-v-b23f6ee4] {
1662
+ .content-item .item-summary[data-v-8e7f9160] {
1656
1663
  opacity: 0.5;
1657
1664
  font-size: 0.9em;
1658
1665
  }
1659
- .content-item .item-title[data-v-b23f6ee4] {
1666
+ .content-item .item-title[data-v-8e7f9160] {
1660
1667
  font-weight: 500;
1661
1668
  }
1662
1669
  @media (prefers-color-scheme: light) {
1663
- .content-item[data-v-b23f6ee4] {
1670
+ .content-item[data-v-8e7f9160] {
1664
1671
  background: var(--bg1, #fff);
1665
1672
  border: 1px solid color-mix(in lab, currentColor 15%, transparent);
1666
1673
  }
1667
1674
  }
1668
1675
  @media (prefers-color-scheme: dark) {
1669
- .content-item[data-v-b23f6ee4] {
1676
+ .content-item[data-v-8e7f9160] {
1670
1677
  background: color-mix(in lab, #000 1%, transparent);
1671
1678
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
1672
1679
  }
1673
1680
  }
1674
- .content-item[data-v-b23f6ee4]:last-child {
1681
+ .content-item[data-v-8e7f9160]:last-child {
1675
1682
  margin-bottom: 0;
1676
1683
  }
1677
- .content-item.deleted .text[data-v-b23f6ee4] {
1684
+ .content-item.deleted .text[data-v-8e7f9160] {
1678
1685
  color: var(--error, red);
1679
1686
  text-decoration: line-through;
1680
1687
  }
1681
- .content-item.inactive .text[data-v-b23f6ee4] {
1688
+ .content-item.inactive .text[data-v-8e7f9160] {
1682
1689
  opacity: 0.5;
1683
1690
  }
1684
- .content-item .text[data-v-b23f6ee4] {
1691
+ .content-item .text[data-v-8e7f9160] {
1685
1692
  overflow: hidden;
1686
1693
  text-overflow: ellipsis;
1687
1694
  white-space: pre-line;
1688
1695
  }
1689
- .content-item .icon-wrapper[data-v-b23f6ee4] {
1696
+ .content-item .icon-wrapper[data-v-8e7f9160] {
1690
1697
  width: 25px;
1691
1698
  font-size: 20px;
1692
1699
  text-align: center;
1693
1700
  }
1694
- .content-item .icon-wrapper.complete[data-v-b23f6ee4] {
1701
+ .content-item .icon-wrapper.complete[data-v-8e7f9160] {
1695
1702
  color: var(--success, green);
1696
1703
  }
1697
- .content-item .icon-wrapper.pending[data-v-b23f6ee4] {
1704
+ .content-item .icon-wrapper.pending[data-v-8e7f9160] {
1698
1705
  color: var(--warning, orange);
1699
1706
  }
1700
- .content-item .image-wrapper[data-v-b23f6ee4] {
1707
+ .content-item .image-wrapper[data-v-8e7f9160] {
1701
1708
  width: 2em;
1702
1709
  max-width: 50px;
1703
1710
  }
1704
- .content-item .image-wrapper.profile[data-v-b23f6ee4] {
1705
- width: 40px;
1706
- height: 40px;
1711
+ .content-item .image-wrapper.profile[data-v-8e7f9160] {
1712
+ width: 2em;
1713
+ height: 2em;
1714
+ margin-right: 0.2em;
1707
1715
  background: rgba(0, 0, 0, 0.1);
1708
1716
  border-radius: 100%;
1709
1717
  }
1710
- .content-item[data-v-b23f6ee4]:hover {
1718
+ .content-item[data-v-8e7f9160]:hover {
1711
1719
  cursor: pointer;
1712
1720
  background: color-mix(in lab, currentColor 2%, transparent);
1713
1721
  }
1714
- .content-item .pill[data-v-b23f6ee4] {
1722
+ .content-item .pill[data-v-8e7f9160] {
1715
1723
  border-radius: 3em;
1716
1724
  padding: 0.3em 0.6em;
1717
1725
  display: block;
@@ -1723,59 +1731,62 @@ input[data-v-4bea995b]:focus {
1723
1731
  color: color-mix(in lab, currentColor, transparent);
1724
1732
  border: 1px solid;
1725
1733
  }
1726
- .content-item .pill.live[data-v-b23f6ee4],
1727
- .content-item .pill.success[data-v-b23f6ee4],
1728
- .content-item .pill.paid[data-v-b23f6ee4],
1729
- .content-item .pill.active[data-v-b23f6ee4] {
1734
+ .content-item .pill.live[data-v-8e7f9160],
1735
+ .content-item .pill.success[data-v-8e7f9160],
1736
+ .content-item .pill.paid[data-v-8e7f9160],
1737
+ .content-item .pill.active[data-v-8e7f9160] {
1730
1738
  background: #e0f3bf;
1731
1739
  color: #569e2f;
1732
1740
  }
1733
1741
  @media (prefers-color-scheme: dark) {
1734
- .content-item .pill.live[data-v-b23f6ee4],
1735
- .content-item .pill.success[data-v-b23f6ee4],
1736
- .content-item .pill.paid[data-v-b23f6ee4],
1737
- .content-item .pill.active[data-v-b23f6ee4] {
1742
+ .content-item .pill.live[data-v-8e7f9160],
1743
+ .content-item .pill.success[data-v-8e7f9160],
1744
+ .content-item .pill.paid[data-v-8e7f9160],
1745
+ .content-item .pill.active[data-v-8e7f9160] {
1738
1746
  background: none;
1739
1747
  }
1740
1748
  }
1741
- .content-item .pill.sandbox[data-v-b23f6ee4],
1742
- .content-item .pill.pending[data-v-b23f6ee4],
1743
- .content-item .pill.cancelling[data-v-b23f6ee4] {
1749
+ .content-item .pill.sandbox[data-v-8e7f9160],
1750
+ .content-item .pill.pending[data-v-8e7f9160],
1751
+ .content-item .pill.cancelling[data-v-8e7f9160] {
1744
1752
  background: #fbecbb;
1745
1753
  color: #d17a0e;
1746
1754
  }
1747
1755
  @media (prefers-color-scheme: dark) {
1748
- .content-item .pill.sandbox[data-v-b23f6ee4],
1749
- .content-item .pill.pending[data-v-b23f6ee4],
1750
- .content-item .pill.cancelling[data-v-b23f6ee4] {
1756
+ .content-item .pill.sandbox[data-v-8e7f9160],
1757
+ .content-item .pill.pending[data-v-8e7f9160],
1758
+ .content-item .pill.cancelling[data-v-8e7f9160] {
1751
1759
  background: none;
1752
1760
  }
1753
1761
  }
1754
- .content-item .pill.error[data-v-b23f6ee4],
1755
- .content-item .pill.unpaid[data-v-b23f6ee4],
1756
- .content-item .pill.deleted[data-v-b23f6ee4],
1757
- .content-item .pill.failed[data-v-b23f6ee4] {
1762
+ .content-item .pill.error[data-v-8e7f9160],
1763
+ .content-item .pill.unpaid[data-v-8e7f9160],
1764
+ .content-item .pill.deleted[data-v-8e7f9160],
1765
+ .content-item .pill.failed[data-v-8e7f9160] {
1758
1766
  background: #ffdddd;
1759
1767
  color: #b14e4e;
1760
1768
  }
1761
1769
  @media (prefers-color-scheme: dark) {
1762
- .content-item .pill.error[data-v-b23f6ee4],
1763
- .content-item .pill.unpaid[data-v-b23f6ee4],
1764
- .content-item .pill.deleted[data-v-b23f6ee4],
1765
- .content-item .pill.failed[data-v-b23f6ee4] {
1770
+ .content-item .pill.error[data-v-8e7f9160],
1771
+ .content-item .pill.unpaid[data-v-8e7f9160],
1772
+ .content-item .pill.deleted[data-v-8e7f9160],
1773
+ .content-item .pill.failed[data-v-8e7f9160] {
1766
1774
  background: none;
1767
1775
  }
1768
1776
  }
1769
- .basic-input-style[data-v-d4d8c9fc],
1770
- input[data-v-d4d8c9fc] {
1777
+ .basic-input-style[data-v-d5aa5320],
1778
+ input[data-v-d5aa5320] {
1771
1779
  color: inherit;
1772
1780
  background: color-mix(in lab, currentColor 4%, transparent);
1773
1781
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
1774
1782
  }
1775
- .ux-text-row[data-v-d4d8c9fc] {
1783
+ .ux-text-row[data-v-d5aa5320] {
1776
1784
  margin-bottom: 0.5em;
1777
1785
  }
1778
- input[data-v-d4d8c9fc] {
1786
+ [data-v-d5aa5320] .ux-list {
1787
+ font-size: 0.9em;
1788
+ }
1789
+ input[data-v-d5aa5320] {
1779
1790
  border-radius: 0.1em;
1780
1791
  padding: 0.5em;
1781
1792
  box-sizing: border-box;
@@ -1784,46 +1795,46 @@ input[data-v-d4d8c9fc] {
1784
1795
  line-height: 1;
1785
1796
  height: 2.5em;
1786
1797
  }
1787
- input[data-v-d4d8c9fc]:focus {
1798
+ input[data-v-d5aa5320]:focus {
1788
1799
  background: none;
1789
1800
  border: 1px solid var(--primary);
1790
1801
  outline: none;
1791
1802
  }
1792
- .ux-text-row .ux-btn[data-v-d4d8c9fc] {
1803
+ .ux-text-row .ux-btn[data-v-d5aa5320] {
1793
1804
  margin-left: 0.25em;
1794
1805
  }
1795
- .ux-text-input-multiple[data-v-d4d8c9fc] {
1806
+ .ux-text-input-multiple[data-v-d5aa5320] {
1796
1807
  width: 100%;
1797
1808
  }
1798
- .ux-text-input-single[data-v-d4d8c9fc] {
1809
+ .ux-text-input-single[data-v-d5aa5320] {
1799
1810
  width: calc(100% - 0.5em);
1800
1811
  margin: 0 0.5em 0 0;
1801
1812
  }
1802
- .items[data-v-d4d8c9fc] {
1813
+ .items[data-v-d5aa5320] {
1803
1814
  border-radius: 0.3em;
1804
1815
  overflow: hidden;
1805
1816
  margin-bottom: 0.5em;
1806
1817
  }
1807
1818
  @media (prefers-color-scheme: light) {
1808
- .items[data-v-d4d8c9fc] {
1819
+ .items[data-v-d5aa5320] {
1809
1820
  border: 1px solid color-mix(in lab, currentColor 15%, transparent);
1810
1821
  }
1811
1822
  }
1812
1823
  @media (prefers-color-scheme: dark) {
1813
- .items[data-v-d4d8c9fc] {
1824
+ .items[data-v-d5aa5320] {
1814
1825
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
1815
1826
  }
1816
1827
  }
1817
- .items .content-item[data-v-d4d8c9fc] {
1828
+ .items .content-item[data-v-d5aa5320] {
1818
1829
  border: none;
1819
1830
  }
1820
1831
  @media (prefers-color-scheme: light) {
1821
- .items .content-item[data-v-d4d8c9fc] {
1832
+ .items .content-item[data-v-d5aa5320] {
1822
1833
  border-bottom: 1px solid color-mix(in lab, currentColor 15%, transparent);
1823
1834
  }
1824
1835
  }
1825
1836
  @media (prefers-color-scheme: dark) {
1826
- .items .content-item[data-v-d4d8c9fc] {
1837
+ .items .content-item[data-v-d5aa5320] {
1827
1838
  border-bottom: 1px solid color-mix(in lab, currentColor 18%, transparent);
1828
1839
  }
1829
1840
  }
@@ -3347,18 +3358,18 @@ td[data-v-f5a130e8]:first-child {
3347
3358
  border-color: var(--primary);
3348
3359
  opacity: 0.5;
3349
3360
  }
3350
- .basic-input-style[data-v-bf1420b9] {
3361
+ .basic-input-style[data-v-8a2384ee] {
3351
3362
  color: inherit;
3352
3363
  background: color-mix(in lab, currentColor 4%, transparent);
3353
3364
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
3354
3365
  }
3355
- .ux-field[data-v-bf1420b9] {
3366
+ .ux-field[data-v-8a2384ee] {
3356
3367
  margin-bottom: 1em;
3357
3368
  }
3358
- .ux-field.ux-layout-only[data-v-bf1420b9] {
3369
+ .ux-field.ux-layout-only[data-v-8a2384ee] {
3359
3370
  margin-bottom: 0;
3360
3371
  }
3361
- .ux-field .ux-field-message[data-v-bf1420b9] {
3372
+ .ux-field .ux-field-message[data-v-8a2384ee] {
3362
3373
  border: red;
3363
3374
  background: rgba(255, 0, 0, 0.1);
3364
3375
  color: red;
@@ -3368,23 +3379,23 @@ td[data-v-f5a130e8]:first-child {
3368
3379
  margin: 0.3em 0;
3369
3380
  display: inline-block;
3370
3381
  }
3371
- [data-v-bf1420b9] .ux-field-title {
3382
+ [data-v-8a2384ee] .ux-field-title {
3372
3383
  margin-top: 0.5em;
3373
3384
  display: block;
3374
3385
  margin-bottom: 0.2em;
3375
3386
  font-size: 0.9em;
3376
3387
  font-weight: 700;
3377
3388
  }
3378
- .ux-field.ux-field-hide[data-v-bf1420b9] {
3389
+ .ux-field.ux-field-hide[data-v-8a2384ee] {
3379
3390
  display: none !important;
3380
3391
  margin: 0 !important;
3381
3392
  }
3382
- [data-v-bf1420b9] .ux-field-description {
3393
+ [data-v-8a2384ee] .ux-field-description {
3383
3394
  font-size: clamp(12px, 0.8em, 16px);
3384
3395
  opacity: 0.5;
3385
3396
  margin-bottom: 0.5em;
3386
3397
  }
3387
- .ux-field.ux-field-error[data-v-bf1420b9] > .ux-field-title {
3398
+ .ux-field.ux-field-error[data-v-8a2384ee] > .ux-field-title {
3388
3399
  color: red;
3389
3400
  }
3390
3401
  .basic-input-style[data-v-f0b9d2cd] {
@@ -3535,28 +3546,28 @@ td[data-v-f5a130e8]:first-child {
3535
3546
  .ux-multi-group[data-v-cb997d0e] {
3536
3547
  margin-bottom: 1em;
3537
3548
  }
3538
- .basic-input-style[data-v-dbcbddfd] {
3549
+ .basic-input-style[data-v-a6ba2db5] {
3539
3550
  color: inherit;
3540
3551
  background: color-mix(in lab, currentColor 4%, transparent);
3541
3552
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
3542
3553
  }
3543
- .ux-empty[data-v-dbcbddfd] {
3554
+ .ux-empty[data-v-a6ba2db5] {
3544
3555
  display: none !important;
3545
3556
  }
3546
- .ux-field-render[data-v-dbcbddfd] {
3557
+ .ux-field-render[data-v-a6ba2db5] {
3547
3558
  margin-bottom: 1.5em;
3548
3559
  }
3549
- .ux-field-render.ux-layout-only[data-v-dbcbddfd] {
3560
+ .ux-field-render.ux-layout-only[data-v-a6ba2db5] {
3550
3561
  margin-bottom: 0;
3551
3562
  }
3552
- .ux-field-render.ux-layout-only > .ux-field-title[data-v-dbcbddfd],
3553
- .ux-field-render.ux-layout-only > .ux-field-description[data-v-dbcbddfd] {
3563
+ .ux-field-render.ux-layout-only > .ux-field-title[data-v-a6ba2db5],
3564
+ .ux-field-render.ux-layout-only > .ux-field-description[data-v-a6ba2db5] {
3554
3565
  display: none;
3555
3566
  }
3556
- [data-v-dbcbddfd] table {
3567
+ [data-v-a6ba2db5] table {
3557
3568
  width: 100%;
3558
3569
  }
3559
- .ux-password-render input[data-v-dbcbddfd] {
3570
+ .ux-password-render input[data-v-a6ba2db5] {
3560
3571
  font-family: monospace;
3561
3572
  width: 100%;
3562
3573
  border-radius: 0.1em;
@@ -3570,35 +3581,35 @@ td[data-v-f5a130e8]:first-child {
3570
3581
  height: 2.5em;
3571
3582
  color: inherit;
3572
3583
  }
3573
- .ux-password-render input[data-v-dbcbddfd]:focus {
3584
+ .ux-password-render input[data-v-a6ba2db5]:focus {
3574
3585
  background: none;
3575
3586
  border: 1px solid var(--primary);
3576
3587
  outline: none;
3577
3588
  }
3578
- .signature-view[data-v-dbcbddfd] {
3589
+ .signature-view[data-v-a6ba2db5] {
3579
3590
  width: clamp(200px, 30svw, 350px);
3580
3591
  border-radius: 0.5em;
3581
3592
  border: 1px solid color-mix(in lab, currentColor 10%, transparent);
3582
3593
  margin: 0 1em 1em 0;
3583
3594
  }
3584
- .signature-view img[data-v-dbcbddfd] {
3595
+ .signature-view img[data-v-a6ba2db5] {
3585
3596
  display: block;
3586
3597
  width: 100%;
3587
3598
  height: auto;
3588
3599
  }
3589
- .currency[data-v-dbcbddfd] {
3600
+ .currency[data-v-a6ba2db5] {
3590
3601
  text-transform: uppercase;
3591
3602
  opacity: 0.5;
3592
3603
  font-size: 0.7em;
3593
3604
  }
3594
- [data-v-dbcbddfd] .ux-field-title {
3605
+ [data-v-a6ba2db5] .ux-field-title {
3595
3606
  margin-top: 0.5em;
3596
3607
  display: block;
3597
3608
  margin-bottom: 0.2em;
3598
3609
  font-weight: 400;
3599
3610
  opacity: 0.5;
3600
3611
  }
3601
- [data-v-dbcbddfd] .ux-field-description {
3612
+ [data-v-a6ba2db5] .ux-field-description {
3602
3613
  font-size: 0.7em;
3603
3614
  opacity: 0.3;
3604
3615
  font-style: italic;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qikdev/vue-ui",
3
- "version": "0.2.301",
3
+ "version": "0.2.302",
4
4
  "files": [
5
5
  "dist"
6
6
  ],