@qikdev/vue-ui 0.2.318 → 0.2.320

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.
@@ -173,23 +173,23 @@
173
173
  border-top: 1px solid color-mix(in lab, currentColor 18%, transparent);
174
174
  }
175
175
  }
176
- .basic-input-style[data-v-1d7eba43] {
176
+ .basic-input-style[data-v-e36b8991] {
177
177
  color: inherit;
178
178
  background: color-mix(in lab, currentColor 4%, transparent);
179
179
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
180
180
  }
181
- .ux-tabset[data-v-1d7eba43] {
181
+ .ux-tabset[data-v-e36b8991] {
182
182
  flex: 1;
183
183
  overflow: hidden;
184
184
  }
185
- .ux-tabset.horizontal[data-v-1d7eba43] {
185
+ .ux-tabset.horizontal[data-v-e36b8991] {
186
186
  display: flex;
187
187
  flex-direction: column;
188
188
  }
189
- .ux-tabset.horizontal.block > .tabset-menu[data-v-1d7eba43] {
189
+ .ux-tabset.horizontal.block > .tabset-menu[data-v-e36b8991] {
190
190
  background: color-mix(in lab, currentColor 7%, transparent);
191
191
  }
192
- .ux-tabset.horizontal.block > .tabset-menu a[data-v-1d7eba43] {
192
+ .ux-tabset.horizontal.block > .tabset-menu a[data-v-e36b8991] {
193
193
  display: block;
194
194
  padding: 1em;
195
195
  cursor: pointer;
@@ -200,18 +200,18 @@
200
200
  flex: 1;
201
201
  align-items: center;
202
202
  }
203
- .ux-tabset.horizontal.block > .tabset-menu a[data-v-1d7eba43]:hover {
203
+ .ux-tabset.horizontal.block > .tabset-menu a[data-v-e36b8991]:hover {
204
204
  color: color-mix(in lab, currentColor 60%, transparent);
205
205
  }
206
- .ux-tabset.horizontal.block > .tabset-menu a.active[data-v-1d7eba43] {
206
+ .ux-tabset.horizontal.block > .tabset-menu a.active[data-v-e36b8991] {
207
207
  background: var(--bg1, #fff);
208
208
  color: var(--primary);
209
209
  border-top: 3px solid var(--primary);
210
210
  }
211
- .ux-tabset.horizontal.inline > .tabset-menu[data-v-1d7eba43] {
211
+ .ux-tabset.horizontal.inline > .tabset-menu[data-v-e36b8991] {
212
212
  overflow-x: auto;
213
213
  }
214
- .ux-tabset.horizontal.inline > .tabset-menu a[data-v-1d7eba43] {
214
+ .ux-tabset.horizontal.inline > .tabset-menu a[data-v-e36b8991] {
215
215
  display: block;
216
216
  padding: 1em 0;
217
217
  margin: 0 1.5em 0 0;
@@ -224,20 +224,23 @@
224
224
  white-space: nowrap;
225
225
  text-overflow: ellipsis;
226
226
  }
227
- .ux-tabset.horizontal.inline > .tabset-menu a.active[data-v-1d7eba43] {
227
+ .ux-tabset.horizontal.inline > .tabset-menu a.active[data-v-e36b8991] {
228
228
  opacity: 1;
229
229
  border-bottom: 3px solid var(--primary);
230
230
  }
231
- .ux-tabset.vertical[data-v-1d7eba43] {
231
+ .ux-tabset.horizontal.pills > .tabset-menu[data-v-e36b8991] {
232
+ overflow-x: auto;
233
+ }
234
+ .ux-tabset.vertical[data-v-e36b8991] {
232
235
  display: flex;
233
236
  flex-direction: row;
234
237
  }
235
- .ux-tabset.vertical > .tabset-menu[data-v-1d7eba43] {
238
+ .ux-tabset.vertical > .tabset-menu[data-v-e36b8991] {
236
239
  max-width: 150px;
237
240
  min-width: 100px;
238
241
  background: color-mix(in lab, currentColor 7%, transparent);
239
242
  }
240
- .ux-tabset.vertical > .tabset-menu a[data-v-1d7eba43] {
243
+ .ux-tabset.vertical > .tabset-menu a[data-v-e36b8991] {
241
244
  display: block;
242
245
  padding: 1em;
243
246
  cursor: pointer;
@@ -245,10 +248,10 @@
245
248
  font-weight: 700;
246
249
  border-left: 3px solid transparent;
247
250
  }
248
- .ux-tabset.vertical > .tabset-menu a[data-v-1d7eba43]:hover {
251
+ .ux-tabset.vertical > .tabset-menu a[data-v-e36b8991]:hover {
249
252
  color: color-mix(in lab, currentColor 60%, transparent);
250
253
  }
251
- .ux-tabset.vertical > .tabset-menu a.active[data-v-1d7eba43] {
254
+ .ux-tabset.vertical > .tabset-menu a.active[data-v-e36b8991] {
252
255
  background: var(--bg1, #fff);
253
256
  color: var(--primary);
254
257
  border-left: 3px solid var(--primary);
@@ -500,7 +503,7 @@ td a[data-v-aa99a5e7]:hover {
500
503
  border-radius: 100%;
501
504
  text-align: center;
502
505
  line-height: 20px;
503
- background: rgba(0, 0, 0, 0.1);
506
+ background: #0000001a;
504
507
  }
505
508
  .items[data-v-1cdab26c] {
506
509
  border-radius: 0.3em;
@@ -596,7 +599,7 @@ td.cancelling .pill[data-v-bec5c4d1] {
596
599
  td.error .pill[data-v-bec5c4d1],
597
600
  td.unpaid .pill[data-v-bec5c4d1],
598
601
  td.failed .pill[data-v-bec5c4d1] {
599
- background: #ffdddd;
602
+ background: #fdd;
600
603
  color: #b14e4e;
601
604
  }
602
605
  @media (prefers-color-scheme: dark) {
@@ -606,22 +609,22 @@ td.failed .pill[data-v-bec5c4d1] {
606
609
  background: none;
607
610
  }
608
611
  }
609
- .basic-input-style[data-v-206fbd94] {
612
+ .basic-input-style[data-v-f928d09f] {
610
613
  color: inherit;
611
614
  background: color-mix(in lab, currentColor 4%, transparent);
612
615
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
613
616
  }
614
- td[data-v-206fbd94] {
617
+ td[data-v-f928d09f] {
615
618
  line-height: 1.4em !important;
616
619
  }
617
- .title[data-v-206fbd94] {
620
+ .title[data-v-f928d09f] {
618
621
  font-weight: 700;
619
622
  font-size: 1.1em;
620
623
  white-space: nowrap;
621
624
  text-overflow: ellipsis;
622
625
  overflow: hidden;
623
626
  }
624
- .subtitle[data-v-206fbd94] {
627
+ .subtitle[data-v-f928d09f] {
625
628
  font-size: 0.9em;
626
629
  opacity: 0.5;
627
630
  }
@@ -655,16 +658,16 @@ td[data-v-f7f4a65b] {
655
658
  .content-type-cell[data-v-3c0f4d89] {
656
659
  white-space: nowrap;
657
660
  }
658
- .basic-input-style[data-v-f047abdc] {
661
+ .basic-input-style[data-v-42703c81] {
659
662
  color: inherit;
660
663
  background: color-mix(in lab, currentColor 4%, transparent);
661
664
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
662
665
  }
663
- .value[data-v-f047abdc] {
666
+ .value[data-v-42703c81] {
664
667
  display: inline-block;
665
668
  margin: 0.05em;
666
669
  }
667
- .nowrap[data-v-f047abdc] {
670
+ .nowrap[data-v-42703c81] {
668
671
  white-space: nowrap;
669
672
  }
670
673
  .basic-input-style[data-v-323b93e8] {
@@ -772,13 +775,13 @@ tr.inactive[data-v-323b93e8]:after {
772
775
  .table-wrapper[data-v-d2ab6b8a] table tr:last-of-type {
773
776
  border-bottom: none;
774
777
  }
775
- .table-wrapper[data-v-d2ab6b8a] table tr:nth-child(even) {
778
+ .table-wrapper[data-v-d2ab6b8a] table tr:nth-child(2n) {
776
779
  background: color-mix(in lab, currentColor 1%, var(--bg1));
777
780
  }
778
- .table-wrapper[data-v-d2ab6b8a] table tr:nth-child(even) th.first,
779
- .table-wrapper[data-v-d2ab6b8a] table tr:nth-child(even) td.first,
780
- .table-wrapper[data-v-d2ab6b8a] table tr:nth-child(even) th.last,
781
- .table-wrapper[data-v-d2ab6b8a] table tr:nth-child(even) td.last {
781
+ .table-wrapper[data-v-d2ab6b8a] table tr:nth-child(2n) th.first,
782
+ .table-wrapper[data-v-d2ab6b8a] table tr:nth-child(2n) td.first,
783
+ .table-wrapper[data-v-d2ab6b8a] table tr:nth-child(2n) th.last,
784
+ .table-wrapper[data-v-d2ab6b8a] table tr:nth-child(2n) td.last {
782
785
  background: color-mix(in lab, currentColor 1%, var(--bg1));
783
786
  }
784
787
  .table-wrapper[data-v-d2ab6b8a] table tr:nth-child(odd) th.first,
@@ -851,7 +854,7 @@ tr.inactive[data-v-323b93e8]:after {
851
854
  text-align: left;
852
855
  }
853
856
  .native-select .ui-select-button > .ux-btn[data-v-4d64a70a]:after {
854
- content: "\25bc";
857
+ content: "";
855
858
  position: absolute;
856
859
  right: 0;
857
860
  line-height: 1;
@@ -867,6 +870,8 @@ tr.inactive[data-v-323b93e8]:after {
867
870
  .native-select select[data-v-4d64a70a] {
868
871
  cursor: pointer;
869
872
  opacity: 0;
873
+ -webkit-appearance: none;
874
+ -moz-appearance: none;
870
875
  appearance: none;
871
876
  width: 100%;
872
877
  height: 100%;
@@ -877,12 +882,12 @@ tr.inactive[data-v-323b93e8]:after {
877
882
  right: 0;
878
883
  color: inherit;
879
884
  }
880
- .basic-input-style[data-v-6cb45aad] {
885
+ .basic-input-style[data-v-ea61bb91] {
881
886
  color: inherit;
882
887
  background: color-mix(in lab, currentColor 4%, transparent);
883
888
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
884
889
  }
885
- .text[data-v-6cb45aad] {
890
+ .text[data-v-ea61bb91] {
886
891
  opacity: 0.5;
887
892
  font-size: 0.8em;
888
893
  }
@@ -932,7 +937,7 @@ tr.inactive[data-v-323b93e8]:after {
932
937
  }
933
938
  .ux-info-box.ux-info-error[data-v-9669e7c0],
934
939
  .ux-info-box.ux-info-failed[data-v-9669e7c0] {
935
- background: #ffdddd;
940
+ background: #fdd;
936
941
  color: #b14e4e;
937
942
  border-color: #b14e4e;
938
943
  }
@@ -1172,6 +1177,8 @@ tr.inactive[data-v-323b93e8]:after {
1172
1177
  padding: 0;
1173
1178
  text-align: center;
1174
1179
  line-height: 2em;
1180
+ -webkit-appearance: none;
1181
+ -moz-appearance: none;
1175
1182
  appearance: none;
1176
1183
  font-size: inherit;
1177
1184
  vertical-align: top;
@@ -1215,6 +1222,8 @@ tr.inactive[data-v-323b93e8]:after {
1215
1222
  padding: 0 1.8em 1.8em;
1216
1223
  text-align: center;
1217
1224
  line-height: 2em;
1225
+ -webkit-appearance: none;
1226
+ -moz-appearance: none;
1218
1227
  appearance: none;
1219
1228
  font-size: inherit;
1220
1229
  box-sizing: border-box;
@@ -1388,13 +1397,13 @@ li.expanded > .ux-link .caret[data-v-cbfd31c1] {
1388
1397
  right: 0;
1389
1398
  height: 100%;
1390
1399
  width: 100%;
1391
- background: rgba(0, 0, 0, 0.03);
1400
+ background: #00000008;
1392
1401
  box-shadow: inset 0 0.3em 0.3em #0000001a;
1393
1402
  }
1394
1403
  .ux-progress-bg[data-v-6e492d1a]:before {
1395
1404
  content: "";
1396
1405
  position: absolute;
1397
- top: 0px;
1406
+ top: 0;
1398
1407
  left: 0;
1399
1408
  bottom: 0;
1400
1409
  right: 0;
@@ -1404,7 +1413,7 @@ li.expanded > .ux-link .caret[data-v-cbfd31c1] {
1404
1413
  .ux-progress-bg.active[data-v-6e492d1a]:after {
1405
1414
  content: "";
1406
1415
  position: absolute;
1407
- top: 0px;
1416
+ top: 0;
1408
1417
  left: 0;
1409
1418
  bottom: 0;
1410
1419
  right: 0;
@@ -1536,7 +1545,7 @@ input[data-v-de5516aa] {
1536
1545
  border-radius: 0.1em;
1537
1546
  padding: 0.5em;
1538
1547
  box-sizing: border-box;
1539
- background: rgba(0, 0, 0, 0.05);
1548
+ background: #0000000d;
1540
1549
  border: 1px solid rgba(0, 0, 0, 0.1);
1541
1550
  font-size: inherit;
1542
1551
  font-family: inherit;
@@ -1579,6 +1588,8 @@ input[data-v-4bea995b] {
1579
1588
  padding: 0.5em;
1580
1589
  box-sizing: border-box;
1581
1590
  font-size: inherit;
1591
+ -webkit-appearance: none;
1592
+ -moz-appearance: none;
1582
1593
  appearance: none;
1583
1594
  line-height: 1;
1584
1595
  height: 2.5em;
@@ -1637,6 +1648,8 @@ input[data-v-4bea995b]:focus {
1637
1648
  width: 100%;
1638
1649
  font-size: 1em;
1639
1650
  border: 1px solid rgba(0, 0, 0, 0.1);
1651
+ -webkit-appearance: none;
1652
+ -moz-appearance: none;
1640
1653
  appearance: none;
1641
1654
  }
1642
1655
  .native-select.multiple select[data-v-79d2b7f9]:focus {
@@ -1656,6 +1669,8 @@ input[data-v-4bea995b]:focus {
1656
1669
  .native-select.single select[data-v-79d2b7f9] {
1657
1670
  cursor: pointer;
1658
1671
  opacity: 0;
1672
+ -webkit-appearance: none;
1673
+ -moz-appearance: none;
1659
1674
  appearance: none;
1660
1675
  width: 100%;
1661
1676
  height: 100%;
@@ -1677,6 +1692,8 @@ input[data-v-4bea995b]:focus {
1677
1692
  width: 100%;
1678
1693
  font-size: 1em;
1679
1694
  border: 1px solid rgba(0, 0, 0, 0.1);
1695
+ -webkit-appearance: none;
1696
+ -moz-appearance: none;
1680
1697
  appearance: none;
1681
1698
  }
1682
1699
  .native-select.multiple select[data-v-b7cde9e0]:focus {
@@ -1696,6 +1713,8 @@ input[data-v-4bea995b]:focus {
1696
1713
  .native-select.single select[data-v-b7cde9e0] {
1697
1714
  cursor: pointer;
1698
1715
  opacity: 0;
1716
+ -webkit-appearance: none;
1717
+ -moz-appearance: none;
1699
1718
  appearance: none;
1700
1719
  width: 100%;
1701
1720
  height: 100%;
@@ -1705,78 +1724,78 @@ input[data-v-4bea995b]:focus {
1705
1724
  bottom: 0;
1706
1725
  right: 0;
1707
1726
  }
1708
- .basic-input-style[data-v-81a59941] {
1727
+ .basic-input-style[data-v-67938a60] {
1709
1728
  color: inherit;
1710
1729
  background: color-mix(in lab, currentColor 4%, transparent);
1711
1730
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
1712
1731
  }
1713
- .content-item[data-v-81a59941] {
1732
+ .content-item[data-v-67938a60] {
1714
1733
  padding: 0.5em 0.8em;
1715
1734
  border-radius: 0.3em;
1716
1735
  cursor: pointer;
1717
1736
  margin-bottom: 1px;
1718
1737
  }
1719
- .content-item .item-summary[data-v-81a59941] {
1738
+ .content-item .item-summary[data-v-67938a60] {
1720
1739
  opacity: 0.5;
1721
1740
  font-size: 0.9em;
1722
1741
  }
1723
- .content-item .item-title[data-v-81a59941] {
1742
+ .content-item .item-title[data-v-67938a60] {
1724
1743
  font-weight: 500;
1725
1744
  }
1726
1745
  @media (prefers-color-scheme: light) {
1727
- .content-item[data-v-81a59941] {
1746
+ .content-item[data-v-67938a60] {
1728
1747
  background: var(--bg1, #fff);
1729
1748
  border: 1px solid color-mix(in lab, currentColor 15%, transparent);
1730
1749
  }
1731
1750
  }
1732
1751
  @media (prefers-color-scheme: dark) {
1733
- .content-item[data-v-81a59941] {
1752
+ .content-item[data-v-67938a60] {
1734
1753
  background: color-mix(in lab, #000 1%, transparent);
1735
1754
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
1736
1755
  }
1737
1756
  }
1738
- .content-item[data-v-81a59941]:last-child {
1757
+ .content-item[data-v-67938a60]:last-child {
1739
1758
  margin-bottom: 0;
1740
1759
  }
1741
- .content-item.deleted .text[data-v-81a59941] {
1760
+ .content-item.deleted .text[data-v-67938a60] {
1742
1761
  color: var(--error, red);
1743
1762
  text-decoration: line-through;
1744
1763
  }
1745
- .content-item.inactive .text[data-v-81a59941] {
1764
+ .content-item.inactive .text[data-v-67938a60] {
1746
1765
  opacity: 0.5;
1747
1766
  }
1748
- .content-item .text[data-v-81a59941] {
1767
+ .content-item .text[data-v-67938a60] {
1749
1768
  overflow: hidden;
1750
1769
  text-overflow: ellipsis;
1751
1770
  white-space: pre-line;
1752
1771
  }
1753
- .content-item .icon-wrapper[data-v-81a59941] {
1772
+ .content-item .icon-wrapper[data-v-67938a60] {
1754
1773
  width: 25px;
1755
1774
  font-size: 20px;
1756
1775
  text-align: center;
1757
1776
  }
1758
- .content-item .icon-wrapper.complete[data-v-81a59941] {
1777
+ .content-item .icon-wrapper.complete[data-v-67938a60] {
1759
1778
  color: var(--success, green);
1760
1779
  }
1761
- .content-item .icon-wrapper.pending[data-v-81a59941] {
1780
+ .content-item .icon-wrapper.pending[data-v-67938a60] {
1762
1781
  color: var(--warning, orange);
1763
1782
  }
1764
- .content-item .image-wrapper[data-v-81a59941] {
1783
+ .content-item .image-wrapper[data-v-67938a60] {
1765
1784
  width: 2em;
1766
1785
  max-width: 50px;
1767
1786
  }
1768
- .content-item .image-wrapper.profile[data-v-81a59941] {
1787
+ .content-item .image-wrapper.profile[data-v-67938a60] {
1769
1788
  width: 2em;
1770
1789
  height: 2em;
1771
1790
  margin-right: 0.2em;
1772
- background: rgba(0, 0, 0, 0.1);
1791
+ background: #0000001a;
1773
1792
  border-radius: 100%;
1774
1793
  }
1775
- .content-item[data-v-81a59941]:hover {
1794
+ .content-item[data-v-67938a60]:hover {
1776
1795
  cursor: pointer;
1777
1796
  background: color-mix(in lab, currentColor 2%, transparent);
1778
1797
  }
1779
- .content-item .pill[data-v-81a59941] {
1798
+ .content-item .pill[data-v-67938a60] {
1780
1799
  border-radius: 3em;
1781
1800
  padding: 0.3em 0.6em;
1782
1801
  display: block;
@@ -1788,46 +1807,46 @@ input[data-v-4bea995b]:focus {
1788
1807
  color: color-mix(in lab, currentColor, transparent);
1789
1808
  border: 1px solid;
1790
1809
  }
1791
- .content-item .pill.live[data-v-81a59941],
1792
- .content-item .pill.success[data-v-81a59941],
1793
- .content-item .pill.paid[data-v-81a59941],
1794
- .content-item .pill.active[data-v-81a59941] {
1810
+ .content-item .pill.live[data-v-67938a60],
1811
+ .content-item .pill.success[data-v-67938a60],
1812
+ .content-item .pill.paid[data-v-67938a60],
1813
+ .content-item .pill.active[data-v-67938a60] {
1795
1814
  background: #e0f3bf;
1796
1815
  color: #569e2f;
1797
1816
  }
1798
1817
  @media (prefers-color-scheme: dark) {
1799
- .content-item .pill.live[data-v-81a59941],
1800
- .content-item .pill.success[data-v-81a59941],
1801
- .content-item .pill.paid[data-v-81a59941],
1802
- .content-item .pill.active[data-v-81a59941] {
1818
+ .content-item .pill.live[data-v-67938a60],
1819
+ .content-item .pill.success[data-v-67938a60],
1820
+ .content-item .pill.paid[data-v-67938a60],
1821
+ .content-item .pill.active[data-v-67938a60] {
1803
1822
  background: none;
1804
1823
  }
1805
1824
  }
1806
- .content-item .pill.sandbox[data-v-81a59941],
1807
- .content-item .pill.pending[data-v-81a59941],
1808
- .content-item .pill.cancelling[data-v-81a59941] {
1825
+ .content-item .pill.sandbox[data-v-67938a60],
1826
+ .content-item .pill.pending[data-v-67938a60],
1827
+ .content-item .pill.cancelling[data-v-67938a60] {
1809
1828
  background: #fbecbb;
1810
1829
  color: #d17a0e;
1811
1830
  }
1812
1831
  @media (prefers-color-scheme: dark) {
1813
- .content-item .pill.sandbox[data-v-81a59941],
1814
- .content-item .pill.pending[data-v-81a59941],
1815
- .content-item .pill.cancelling[data-v-81a59941] {
1832
+ .content-item .pill.sandbox[data-v-67938a60],
1833
+ .content-item .pill.pending[data-v-67938a60],
1834
+ .content-item .pill.cancelling[data-v-67938a60] {
1816
1835
  background: none;
1817
1836
  }
1818
1837
  }
1819
- .content-item .pill.error[data-v-81a59941],
1820
- .content-item .pill.unpaid[data-v-81a59941],
1821
- .content-item .pill.deleted[data-v-81a59941],
1822
- .content-item .pill.failed[data-v-81a59941] {
1823
- background: #ffdddd;
1838
+ .content-item .pill.error[data-v-67938a60],
1839
+ .content-item .pill.unpaid[data-v-67938a60],
1840
+ .content-item .pill.deleted[data-v-67938a60],
1841
+ .content-item .pill.failed[data-v-67938a60] {
1842
+ background: #fdd;
1824
1843
  color: #b14e4e;
1825
1844
  }
1826
1845
  @media (prefers-color-scheme: dark) {
1827
- .content-item .pill.error[data-v-81a59941],
1828
- .content-item .pill.unpaid[data-v-81a59941],
1829
- .content-item .pill.deleted[data-v-81a59941],
1830
- .content-item .pill.failed[data-v-81a59941] {
1846
+ .content-item .pill.error[data-v-67938a60],
1847
+ .content-item .pill.unpaid[data-v-67938a60],
1848
+ .content-item .pill.deleted[data-v-67938a60],
1849
+ .content-item .pill.failed[data-v-67938a60] {
1831
1850
  background: none;
1832
1851
  }
1833
1852
  }
@@ -1848,6 +1867,8 @@ input[data-v-111b2532] {
1848
1867
  padding: 0.5em;
1849
1868
  box-sizing: border-box;
1850
1869
  font-size: inherit;
1870
+ -webkit-appearance: none;
1871
+ -moz-appearance: none;
1851
1872
  appearance: none;
1852
1873
  line-height: 1;
1853
1874
  height: 2.5em;
@@ -1918,6 +1939,8 @@ input[data-v-111b2532]:focus {
1918
1939
  padding: 0.5em 1em;
1919
1940
  box-sizing: border-box;
1920
1941
  font-size: inherit;
1942
+ -webkit-appearance: none;
1943
+ -moz-appearance: none;
1921
1944
  appearance: none;
1922
1945
  line-height: 1;
1923
1946
  color: inherit;
@@ -1988,6 +2011,8 @@ input[data-v-ec70a3d8] {
1988
2011
  padding: 0.5em;
1989
2012
  box-sizing: border-box;
1990
2013
  font-size: inherit;
2014
+ -webkit-appearance: none;
2015
+ -moz-appearance: none;
1991
2016
  appearance: none;
1992
2017
  line-height: 1;
1993
2018
  height: 2.5em;
@@ -2047,6 +2072,8 @@ input[data-v-ec70a3d8]:focus {
2047
2072
  width: 100%;
2048
2073
  font-size: 1em;
2049
2074
  border: 1px solid rgba(0, 0, 0, 0.1);
2075
+ -webkit-appearance: none;
2076
+ -moz-appearance: none;
2050
2077
  appearance: none;
2051
2078
  }
2052
2079
  .native-select.multiple select[data-v-17c04ff2]:focus {
@@ -2066,6 +2093,8 @@ input[data-v-ec70a3d8]:focus {
2066
2093
  .native-select.single select[data-v-17c04ff2] {
2067
2094
  cursor: pointer;
2068
2095
  opacity: 0;
2096
+ -webkit-appearance: none;
2097
+ -moz-appearance: none;
2069
2098
  appearance: none;
2070
2099
  width: 100%;
2071
2100
  height: 100%;
@@ -2208,6 +2237,8 @@ input[data-v-ec70a3d8]:focus {
2208
2237
  width: 100%;
2209
2238
  font-size: 1em;
2210
2239
  border: 1px solid color-mix(in lab, currentColor 10%, transparent);
2240
+ -webkit-appearance: none;
2241
+ -moz-appearance: none;
2211
2242
  appearance: none;
2212
2243
  }
2213
2244
  .native-select.multiple select[data-v-6361df61]:focus {
@@ -2227,6 +2258,8 @@ input[data-v-ec70a3d8]:focus {
2227
2258
  .native-select.single select[data-v-6361df61] {
2228
2259
  cursor: pointer;
2229
2260
  opacity: 0;
2261
+ -webkit-appearance: none;
2262
+ -moz-appearance: none;
2230
2263
  appearance: none;
2231
2264
  width: 100%;
2232
2265
  height: 100%;
@@ -2250,6 +2283,8 @@ input[data-v-30b07ae5] {
2250
2283
  padding: 0.5em;
2251
2284
  box-sizing: border-box;
2252
2285
  font-size: inherit;
2286
+ -webkit-appearance: none;
2287
+ -moz-appearance: none;
2253
2288
  appearance: none;
2254
2289
  line-height: 1;
2255
2290
  height: 2.5em;
@@ -2313,6 +2348,8 @@ input[data-v-da2ca789] {
2313
2348
  box-sizing: border-box;
2314
2349
  font-size: inherit;
2315
2350
  color: inherit;
2351
+ -webkit-appearance: none;
2352
+ -moz-appearance: none;
2316
2353
  appearance: none;
2317
2354
  line-height: 1;
2318
2355
  height: 2.5em;
@@ -2378,6 +2415,8 @@ textarea[data-v-18c18ffb] {
2378
2415
  padding: 0.5em;
2379
2416
  box-sizing: border-box;
2380
2417
  font-size: inherit;
2418
+ -webkit-appearance: none;
2419
+ -moz-appearance: none;
2381
2420
  appearance: none;
2382
2421
  line-height: 1;
2383
2422
  min-height: 5em;
@@ -2478,7 +2517,7 @@ input[data-v-b6688859] {
2478
2517
  border-radius: 0.1em;
2479
2518
  padding: 0.5em;
2480
2519
  box-sizing: border-box;
2481
- background: rgba(0, 0, 0, 0.05);
2520
+ background: #0000000d;
2482
2521
  border: 1px solid rgba(0, 0, 0, 0.1);
2483
2522
  font-size: inherit;
2484
2523
  font-family: inherit;
@@ -2523,7 +2562,7 @@ input[data-v-b6688859]:focus {
2523
2562
  outline: 1px solid var(--primary);
2524
2563
  }
2525
2564
  .native-select:hover .date-section[data-v-7c5620c6] {
2526
- background: rgba(0, 0, 0, 0.07);
2565
+ background: #00000012;
2527
2566
  }
2528
2567
  .spacer[data-v-7c5620c6] {
2529
2568
  flex: none;
@@ -2550,9 +2589,11 @@ textarea[data-v-a44b8610] {
2550
2589
  border-radius: 0.1em;
2551
2590
  padding: 0.5em;
2552
2591
  box-sizing: border-box;
2553
- background: rgba(0, 0, 0, 0.05);
2592
+ background: #0000000d;
2554
2593
  border: 1px solid rgba(0, 0, 0, 0.1);
2555
2594
  font-size: inherit;
2595
+ -webkit-appearance: none;
2596
+ -moz-appearance: none;
2556
2597
  appearance: none;
2557
2598
  line-height: 1;
2558
2599
  min-height: 5em;
@@ -2644,7 +2685,7 @@ label[data-v-5b88df0c] {
2644
2685
  color: #fff;
2645
2686
  }
2646
2687
  .filter-rule .operator-cell.last .line[data-v-8ff51075] {
2647
- background: #ff0066;
2688
+ background: #f06;
2648
2689
  }
2649
2690
  .filter-rule .line[data-v-8ff51075] {
2650
2691
  position: absolute;
@@ -2718,9 +2759,11 @@ textarea[data-v-63053873] {
2718
2759
  border-radius: 0.1em;
2719
2760
  padding: 0.5em;
2720
2761
  box-sizing: border-box;
2721
- background: rgba(0, 0, 0, 0.05);
2762
+ background: #0000000d;
2722
2763
  border: 1px solid rgba(0, 0, 0, 0.1);
2723
2764
  font-size: inherit;
2765
+ -webkit-appearance: none;
2766
+ -moz-appearance: none;
2724
2767
  appearance: none;
2725
2768
  line-height: 1;
2726
2769
  min-height: 5em;
@@ -2753,6 +2796,8 @@ textarea[data-v-63053873]:focus {
2753
2796
  width: 100%;
2754
2797
  font-size: 1em;
2755
2798
  border: 1px solid rgba(0, 0, 0, 0.1);
2799
+ -webkit-appearance: none;
2800
+ -moz-appearance: none;
2756
2801
  appearance: none;
2757
2802
  }
2758
2803
  .native-select.multiple select[data-v-2ba39d6e]:focus {
@@ -2772,6 +2817,8 @@ textarea[data-v-63053873]:focus {
2772
2817
  .native-select.single select[data-v-2ba39d6e] {
2773
2818
  cursor: pointer;
2774
2819
  opacity: 0;
2820
+ -webkit-appearance: none;
2821
+ -moz-appearance: none;
2775
2822
  appearance: none;
2776
2823
  width: 100%;
2777
2824
  height: 100%;
@@ -2825,6 +2872,7 @@ textarea[data-v-63053873]:focus {
2825
2872
  }
2826
2873
  .ux-range-slider[data-v-3d40cdb4] {
2827
2874
  -webkit-appearance: none;
2875
+ -moz-appearance: none;
2828
2876
  appearance: none;
2829
2877
  width: 100%;
2830
2878
  height: 1.3em;
@@ -2843,6 +2891,7 @@ textarea[data-v-63053873]:focus {
2843
2891
  .ux-range-slider[data-v-3d40cdb4]::-webkit-slider-thumb {
2844
2892
  transition: all 0.3s;
2845
2893
  -webkit-appearance: none;
2894
+ -moz-appearance: none;
2846
2895
  appearance: none;
2847
2896
  width: 1.3em;
2848
2897
  height: 1.3em;
@@ -2857,6 +2906,7 @@ textarea[data-v-63053873]:focus {
2857
2906
  .ux-range-slider[data-v-3d40cdb4]::-moz-slider-thumb {
2858
2907
  transition: all 0.3s;
2859
2908
  -moz-appearance: none;
2909
+ -webkit-appearance: none;
2860
2910
  appearance: none;
2861
2911
  width: 1.3em;
2862
2912
  height: 1.3em;
@@ -3062,7 +3112,7 @@ pre[data-v-46962828] {
3062
3112
  font-size: 0.8em;
3063
3113
  opacity: 0.3;
3064
3114
  }
3065
- .field-row[data-v-46962828]:nth-child(even) {
3115
+ .field-row[data-v-46962828]:nth-child(2n) {
3066
3116
  background: color-mix(in lab, var(--bg2), transparent);
3067
3117
  }
3068
3118
  .field-row[data-v-46962828] .ux-field-title {
@@ -3083,9 +3133,11 @@ input[data-v-c8feb6c2] {
3083
3133
  border-radius: 0.1em;
3084
3134
  padding: 0.5em;
3085
3135
  box-sizing: border-box;
3086
- background: rgba(0, 0, 0, 0.05);
3136
+ background: #0000000d;
3087
3137
  border: 1px solid rgba(0, 0, 0, 0.1);
3088
3138
  font-size: inherit;
3139
+ -webkit-appearance: none;
3140
+ -moz-appearance: none;
3089
3141
  appearance: none;
3090
3142
  line-height: 1;
3091
3143
  height: 2.5em;
@@ -3144,10 +3196,10 @@ input[data-v-c8feb6c2]:focus {
3144
3196
  .tokens-header[data-v-fb400049] {
3145
3197
  cursor: pointer;
3146
3198
  padding: 0.5em 1em;
3147
- background: rgba(0, 0, 0, 0.05);
3199
+ background: #0000000d;
3148
3200
  }
3149
3201
  .tokens-header[data-v-fb400049]:hover {
3150
- background: rgba(0, 0, 0, 0.1);
3202
+ background: #0000001a;
3151
3203
  }
3152
3204
  .tokens-body[data-v-fb400049] {
3153
3205
  padding: 1em;
@@ -3220,7 +3272,7 @@ input[data-v-c8feb6c2]:focus {
3220
3272
  margin-right: 0.5em;
3221
3273
  text-align: center;
3222
3274
  border-radius: 100%;
3223
- background: rgba(0, 0, 0, 0.05);
3275
+ background: #0000000d;
3224
3276
  }
3225
3277
  @media (prefers-color-scheme: light) {
3226
3278
  .content-item[data-v-a40a42bc] {
@@ -3382,6 +3434,8 @@ td[data-v-f5a130e8]:first-child {
3382
3434
  width: 100%;
3383
3435
  font-size: 1em;
3384
3436
  border: 1px solid rgba(0, 0, 0, 0.1);
3437
+ -webkit-appearance: none;
3438
+ -moz-appearance: none;
3385
3439
  appearance: none;
3386
3440
  }
3387
3441
  .native-select.multiple select[data-v-a9c5a05f]:focus {
@@ -3400,7 +3454,7 @@ td[data-v-f5a130e8]:first-child {
3400
3454
  text-align: left;
3401
3455
  }
3402
3456
  .native-select.single .ui-select-button > .ux-btn[data-v-a9c5a05f]:after {
3403
- content: "\25bc";
3457
+ content: "";
3404
3458
  position: absolute;
3405
3459
  right: 0;
3406
3460
  line-height: 3.5em;
@@ -3415,6 +3469,8 @@ td[data-v-f5a130e8]:first-child {
3415
3469
  .native-select.single select[data-v-a9c5a05f] {
3416
3470
  cursor: pointer;
3417
3471
  opacity: 0;
3472
+ -webkit-appearance: none;
3473
+ -moz-appearance: none;
3418
3474
  appearance: none;
3419
3475
  width: 100%;
3420
3476
  height: 100%;
@@ -3436,6 +3492,8 @@ td[data-v-f5a130e8]:first-child {
3436
3492
  width: 100%;
3437
3493
  font-size: 1em;
3438
3494
  border: 1px solid rgba(0, 0, 0, 0.1);
3495
+ -webkit-appearance: none;
3496
+ -moz-appearance: none;
3439
3497
  appearance: none;
3440
3498
  }
3441
3499
  .native-select.multiple select[data-v-8801d1a0]:focus {
@@ -3454,7 +3512,7 @@ td[data-v-f5a130e8]:first-child {
3454
3512
  text-align: left;
3455
3513
  }
3456
3514
  .native-select.single .ui-select-button > .ux-btn[data-v-8801d1a0]:after {
3457
- content: "\25bc";
3515
+ content: "";
3458
3516
  position: absolute;
3459
3517
  right: 0;
3460
3518
  line-height: 3.5em;
@@ -3469,6 +3527,8 @@ td[data-v-f5a130e8]:first-child {
3469
3527
  .native-select.single select[data-v-8801d1a0] {
3470
3528
  cursor: pointer;
3471
3529
  opacity: 0;
3530
+ -webkit-appearance: none;
3531
+ -moz-appearance: none;
3472
3532
  appearance: none;
3473
3533
  width: 100%;
3474
3534
  height: 100%;
@@ -3534,7 +3594,7 @@ td[data-v-f5a130e8]:first-child {
3534
3594
  }
3535
3595
  .ux-field .ux-field-message[data-v-b5298f2c] {
3536
3596
  border: red;
3537
- background: rgba(255, 0, 0, 0.1);
3597
+ background: #ff00001a;
3538
3598
  color: red;
3539
3599
  font-size: 0.7em;
3540
3600
  padding: 0.3em 0.5em;
@@ -3736,9 +3796,11 @@ td[data-v-f5a130e8]:first-child {
3736
3796
  border-radius: 0.1em;
3737
3797
  padding: 0.5em;
3738
3798
  box-sizing: border-box;
3739
- background: rgba(0, 0, 0, 0.05);
3799
+ background: #0000000d;
3740
3800
  border: 1px solid rgba(0, 0, 0, 0.1);
3741
3801
  font-size: inherit;
3802
+ -webkit-appearance: none;
3803
+ -moz-appearance: none;
3742
3804
  appearance: none;
3743
3805
  line-height: 1;
3744
3806
  height: 2.5em;
@@ -3791,27 +3853,18 @@ td[data-v-f5a130e8]:first-child {
3791
3853
  .ux-render-flex .ux-field-render-flex[data-v-f2b5ec33] {
3792
3854
  flex: 1;
3793
3855
  }
3794
- .basic-input-style[data-v-ea61bb91] {
3795
- color: inherit;
3796
- background: color-mix(in lab, currentColor 4%, transparent);
3797
- border: 1px solid color-mix(in lab, currentColor 18%, transparent);
3798
- }
3799
- .text[data-v-ea61bb91] {
3800
- opacity: 0.5;
3801
- font-size: 0.8em;
3802
- }
3803
- .basic-input-style[data-v-f4424b95] {
3856
+ .basic-input-style[data-v-d788ce09] {
3804
3857
  color: inherit;
3805
3858
  background: color-mix(in lab, currentColor 4%, transparent);
3806
3859
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
3807
3860
  }
3808
- .content-browser[data-v-f4424b95] {
3861
+ .content-browser[data-v-d788ce09] {
3809
3862
  position: relative;
3810
3863
  }
3811
- .loading[data-v-f4424b95] {
3864
+ .loading[data-v-d788ce09] {
3812
3865
  opacity: 0.5;
3813
3866
  }
3814
- .filter-column[data-v-f4424b95] {
3867
+ .filter-column[data-v-d788ce09] {
3815
3868
  padding: 1em;
3816
3869
  background: color-mix(in lab, #000 1%, transparent);
3817
3870
  border-left: 1px solid color-mix(in lab, currentColor 18%, transparent);
@@ -3820,28 +3873,28 @@ td[data-v-f5a130e8]:first-child {
3820
3873
  flex: none;
3821
3874
  font-size: clamp(13px, 0.8em, 17px);
3822
3875
  }
3823
- .large-icon[data-v-f4424b95] {
3876
+ .large-icon[data-v-d788ce09] {
3824
3877
  font-size: 6em;
3825
3878
  margin-bottom: 1rem;
3826
3879
  opacity: 0.5;
3827
3880
  }
3828
- .column-panel[data-v-f4424b95] {
3881
+ .column-panel[data-v-d788ce09] {
3829
3882
  background: #fff;
3830
3883
  font-size: 0.9em;
3831
3884
  }
3832
- .empty[data-v-f4424b95] {
3833
- background: rgba(0, 0, 0, 0.05);
3885
+ .empty[data-v-d788ce09] {
3886
+ background: #0000000d;
3834
3887
  text-align: center;
3835
3888
  white-space: pre-line;
3836
3889
  align-items: center;
3837
3890
  justify-content: center;
3838
3891
  }
3839
- .empty .panel[data-v-f4424b95] {
3892
+ .empty .panel[data-v-d788ce09] {
3840
3893
  margin-top: 1em;
3841
3894
  max-width: 400px;
3842
3895
  background: var(--bg1, #fff);
3843
3896
  }
3844
- .footer[data-v-f4424b95] {
3897
+ .footer[data-v-d788ce09] {
3845
3898
  padding: 0.5em 1em;
3846
3899
  border-top: 1px solid color-mix(in lab, currentColor 18%, transparent);
3847
3900
  }
@@ -3870,7 +3923,8 @@ td[data-v-f5a130e8]:first-child {
3870
3923
  }
3871
3924
  .modal-wrapper .modal-blanket[data-v-90c28992] {
3872
3925
  position: absolute;
3873
- background: rgba(68, 68, 68, 0.35);
3926
+ background: #44444459;
3927
+ -webkit-backdrop-filter: blur(3px);
3874
3928
  backdrop-filter: blur(3px);
3875
3929
  left: 0;
3876
3930
  top: 0;
@@ -3887,12 +3941,12 @@ td[data-v-f5a130e8]:first-child {
3887
3941
  .modal-wrapper .wrapper[data-v-90c28992] {
3888
3942
  background: var(--bg1, #fff);
3889
3943
  }
3890
- .basic-input-style[data-v-be545ba8] {
3944
+ .basic-input-style[data-v-ee67e4b1] {
3891
3945
  color: inherit;
3892
3946
  background: color-mix(in lab, currentColor 4%, transparent);
3893
3947
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
3894
3948
  }
3895
- .wrapper[data-v-be545ba8] {
3949
+ .wrapper[data-v-ee67e4b1] {
3896
3950
  border-radius: 0.5em;
3897
3951
  overflow: hidden;
3898
3952
  background: var(--bg1, #fff);
@@ -3900,11 +3954,11 @@ td[data-v-f5a130e8]:first-child {
3900
3954
  max-width: 400px;
3901
3955
  padding: 1.5em;
3902
3956
  }
3903
- .wrapper h5[data-v-be545ba8] {
3957
+ .wrapper h5[data-v-ee67e4b1] {
3904
3958
  font-size: 1.2em;
3905
3959
  margin: 0 0 0.5em;
3906
3960
  }
3907
- .wrapper .padder[data-v-be545ba8] {
3961
+ .wrapper .padder[data-v-ee67e4b1] {
3908
3962
  margin-bottom: 2em;
3909
3963
  }
3910
3964
  .basic-input-style[data-v-fefac323] {
@@ -3998,37 +4052,58 @@ h5[data-v-fefac323] {
3998
4052
  .wrapper .border-top[data-v-22036a05] {
3999
4053
  border: 1px solid rgba(0, 0, 0, 0.1);
4000
4054
  }
4001
- .basic-input-style[data-v-19a64345] {
4055
+ .basic-input-style[data-v-d714c47c] {
4002
4056
  color: inherit;
4003
4057
  background: color-mix(in lab, currentColor 4%, transparent);
4004
4058
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
4005
4059
  }
4006
- .wrapper[data-v-19a64345] {
4060
+ .wrapper[data-v-d714c47c] {
4007
4061
  min-width: 80vw;
4008
4062
  min-height: 80vh;
4009
4063
  border-radius: 0.5em;
4010
4064
  overflow: hidden;
4011
4065
  }
4012
- .header[data-v-19a64345] {
4066
+ .header[data-v-d714c47c] {
4013
4067
  background: var(--bg1, #fff);
4014
4068
  padding: 1em;
4015
4069
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
4016
4070
  }
4017
- .header h1[data-v-19a64345],
4018
- .header h2[data-v-19a64345],
4019
- .header h3[data-v-19a64345],
4020
- .header h4[data-v-19a64345],
4021
- .header h5[data-v-19a64345] {
4071
+ .header h1[data-v-d714c47c],
4072
+ .header h2[data-v-d714c47c],
4073
+ .header h3[data-v-d714c47c],
4074
+ .header h4[data-v-d714c47c],
4075
+ .header h5[data-v-d714c47c] {
4076
+ margin: 0;
4077
+ }
4078
+ .date-range[data-v-d714c47c] {
4079
+ padding: 1em;
4080
+ background: var(--bg1, #fff);
4081
+ }
4082
+ .date-range .date-shortcuts[data-v-d714c47c] {
4083
+ padding: 0;
4022
4084
  margin: 0;
4085
+ list-style-type: none;
4086
+ width: 200px;
4087
+ }
4088
+ .date-range .date-shortcuts li[data-v-d714c47c] {
4089
+ display: block;
4090
+ }
4091
+ .date-range .date-shortcuts li a[data-v-d714c47c] {
4092
+ cursor: pointer;
4093
+ display: block;
4094
+ padding: 0.5em 1em;
4095
+ }
4096
+ .date-range .date-shortcuts li a[data-v-d714c47c]:hover {
4097
+ color: var(--primary);
4023
4098
  }
4024
- .rolodex[data-v-19a64345] {
4099
+ .rolodex[data-v-d714c47c] {
4025
4100
  padding: 0.5em;
4026
4101
  white-space: nowrap;
4027
4102
  overflow-x: auto;
4028
4103
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
4029
4104
  text-align: center;
4030
4105
  }
4031
- .rolodex .ux-btn[data-v-19a64345] {
4106
+ .rolodex .ux-btn[data-v-d714c47c] {
4032
4107
  font-weight: 700;
4033
4108
  }
4034
4109
  .basic-input-style[data-v-0952db70] {
@@ -4044,7 +4119,7 @@ h5[data-v-fefac323] {
4044
4119
  padding: 1em;
4045
4120
  }
4046
4121
  .scroll-body[data-v-0952db70] {
4047
- background: rgba(0, 0, 0, 0.1);
4122
+ background: #0000001a;
4048
4123
  }
4049
4124
  .header[data-v-0952db70] {
4050
4125
  background: var(--bg1, #fff);