@qikdev/vue-ui 0.2.326 → 0.2.327

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
@@ -173,85 +173,85 @@
173
173
  border-top: 1px solid color-mix(in lab, currentColor 18%, transparent);
174
174
  }
175
175
  }
176
- .basic-input-style[data-v-e36b8991] {
176
+ .basic-input-style[data-v-3f2d16f1] {
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-e36b8991] {
181
+ .ux-tabset[data-v-3f2d16f1] {
182
182
  flex: 1;
183
183
  overflow: hidden;
184
184
  }
185
- .ux-tabset.horizontal[data-v-e36b8991] {
185
+ .ux-tabset.horizontal[data-v-3f2d16f1] {
186
186
  display: flex;
187
187
  flex-direction: column;
188
188
  }
189
- .ux-tabset.horizontal.block > .tabset-menu[data-v-e36b8991] {
189
+ .ux-tabset.horizontal.block > .tabset-menu[data-v-3f2d16f1] {
190
190
  background: color-mix(in lab, currentColor 7%, transparent);
191
191
  }
192
- .ux-tabset.horizontal.block > .tabset-menu a[data-v-e36b8991] {
192
+ .ux-tabset.horizontal.block > .tabset-menu a[data-v-3f2d16f1] {
193
193
  display: block;
194
194
  padding: 1em;
195
195
  cursor: pointer;
196
196
  color: color-mix(in lab, currentColor, transparent);
197
- font-weight: 700;
197
+ font-weight: 500;
198
198
  border-top: 3px solid transparent;
199
199
  text-align: center;
200
200
  flex: 1;
201
201
  align-items: center;
202
202
  }
203
- .ux-tabset.horizontal.block > .tabset-menu a[data-v-e36b8991]:hover {
203
+ .ux-tabset.horizontal.block > .tabset-menu a[data-v-3f2d16f1]:hover {
204
204
  color: color-mix(in lab, currentColor 60%, transparent);
205
205
  }
206
- .ux-tabset.horizontal.block > .tabset-menu a.active[data-v-e36b8991] {
206
+ .ux-tabset.horizontal.block > .tabset-menu a.active[data-v-3f2d16f1] {
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-e36b8991] {
211
+ .ux-tabset.horizontal.inline > .tabset-menu[data-v-3f2d16f1] {
212
212
  overflow-x: auto;
213
213
  }
214
- .ux-tabset.horizontal.inline > .tabset-menu a[data-v-e36b8991] {
214
+ .ux-tabset.horizontal.inline > .tabset-menu a[data-v-3f2d16f1] {
215
215
  display: block;
216
216
  padding: 1em 0;
217
217
  margin: 0 1.5em 0 0;
218
218
  cursor: pointer;
219
219
  opacity: 0.5;
220
- font-weight: 700;
220
+ font-weight: 500;
221
221
  border-bottom: 3px solid transparent;
222
222
  text-align: center;
223
223
  display: inline-block;
224
224
  white-space: nowrap;
225
225
  text-overflow: ellipsis;
226
226
  }
227
- .ux-tabset.horizontal.inline > .tabset-menu a.active[data-v-e36b8991] {
227
+ .ux-tabset.horizontal.inline > .tabset-menu a.active[data-v-3f2d16f1] {
228
228
  opacity: 1;
229
229
  border-bottom: 3px solid var(--primary);
230
230
  }
231
- .ux-tabset.horizontal.pills > .tabset-menu[data-v-e36b8991] {
231
+ .ux-tabset.horizontal.pills > .tabset-menu[data-v-3f2d16f1] {
232
232
  overflow-x: auto;
233
233
  }
234
- .ux-tabset.vertical[data-v-e36b8991] {
234
+ .ux-tabset.vertical[data-v-3f2d16f1] {
235
235
  display: flex;
236
236
  flex-direction: row;
237
237
  }
238
- .ux-tabset.vertical > .tabset-menu[data-v-e36b8991] {
238
+ .ux-tabset.vertical > .tabset-menu[data-v-3f2d16f1] {
239
239
  max-width: 150px;
240
240
  min-width: 100px;
241
241
  background: color-mix(in lab, currentColor 7%, transparent);
242
242
  }
243
- .ux-tabset.vertical > .tabset-menu a[data-v-e36b8991] {
243
+ .ux-tabset.vertical > .tabset-menu a[data-v-3f2d16f1] {
244
244
  display: block;
245
245
  padding: 1em;
246
246
  cursor: pointer;
247
247
  color: color-mix(in lab, currentColor, transparent);
248
- font-weight: 700;
248
+ font-weight: 500;
249
249
  border-left: 3px solid transparent;
250
250
  }
251
- .ux-tabset.vertical > .tabset-menu a[data-v-e36b8991]:hover {
251
+ .ux-tabset.vertical > .tabset-menu a[data-v-3f2d16f1]:hover {
252
252
  color: color-mix(in lab, currentColor 60%, transparent);
253
253
  }
254
- .ux-tabset.vertical > .tabset-menu a.active[data-v-e36b8991] {
254
+ .ux-tabset.vertical > .tabset-menu a.active[data-v-3f2d16f1] {
255
255
  background: var(--bg1, #fff);
256
256
  color: var(--primary);
257
257
  border-left: 3px solid var(--primary);
@@ -548,83 +548,83 @@ td.invited .pill[data-v-be3bef4b] {
548
548
  background: #fbecbb;
549
549
  color: #d17a0e;
550
550
  }
551
- .basic-input-style[data-v-bec5c4d1] {
551
+ .basic-input-style[data-v-f5b9e63a] {
552
552
  color: inherit;
553
553
  background: color-mix(in lab, currentColor 4%, transparent);
554
554
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
555
555
  }
556
- td[data-v-bec5c4d1] {
556
+ td[data-v-f5b9e63a] {
557
557
  text-align: center;
558
558
  }
559
- td .pill[data-v-bec5c4d1] {
559
+ td .pill[data-v-f5b9e63a] {
560
560
  border-radius: 3em;
561
561
  padding: 0.3em 0.6em;
562
562
  display: block;
563
563
  text-transform: uppercase;
564
- font-weight: 700;
564
+ font-weight: 500;
565
565
  letter-spacing: 0.05em;
566
566
  font-size: 0.7em;
567
567
  background: color-mix(in lab, currentColor 10%, transparent);
568
568
  color: color-mix(in lab, currentColor, transparent);
569
569
  border: 1px solid;
570
570
  }
571
- td.live .pill[data-v-bec5c4d1],
572
- td.success .pill[data-v-bec5c4d1],
573
- td.paid .pill[data-v-bec5c4d1],
574
- td.active .pill[data-v-bec5c4d1] {
571
+ td.live .pill[data-v-f5b9e63a],
572
+ td.success .pill[data-v-f5b9e63a],
573
+ td.paid .pill[data-v-f5b9e63a],
574
+ td.active .pill[data-v-f5b9e63a] {
575
575
  background: #e0f3bf;
576
576
  color: #569e2f;
577
577
  }
578
578
  @media (prefers-color-scheme: dark) {
579
- td.live .pill[data-v-bec5c4d1],
580
- td.success .pill[data-v-bec5c4d1],
581
- td.paid .pill[data-v-bec5c4d1],
582
- td.active .pill[data-v-bec5c4d1] {
579
+ td.live .pill[data-v-f5b9e63a],
580
+ td.success .pill[data-v-f5b9e63a],
581
+ td.paid .pill[data-v-f5b9e63a],
582
+ td.active .pill[data-v-f5b9e63a] {
583
583
  background: none;
584
584
  }
585
585
  }
586
- td.sandbox .pill[data-v-bec5c4d1],
587
- td.pending .pill[data-v-bec5c4d1],
588
- td.cancelling .pill[data-v-bec5c4d1] {
586
+ td.sandbox .pill[data-v-f5b9e63a],
587
+ td.pending .pill[data-v-f5b9e63a],
588
+ td.cancelling .pill[data-v-f5b9e63a] {
589
589
  background: #fbecbb;
590
590
  color: #d17a0e;
591
591
  }
592
592
  @media (prefers-color-scheme: dark) {
593
- td.sandbox .pill[data-v-bec5c4d1],
594
- td.pending .pill[data-v-bec5c4d1],
595
- td.cancelling .pill[data-v-bec5c4d1] {
593
+ td.sandbox .pill[data-v-f5b9e63a],
594
+ td.pending .pill[data-v-f5b9e63a],
595
+ td.cancelling .pill[data-v-f5b9e63a] {
596
596
  background: none;
597
597
  }
598
598
  }
599
- td.error .pill[data-v-bec5c4d1],
600
- td.unpaid .pill[data-v-bec5c4d1],
601
- td.failed .pill[data-v-bec5c4d1] {
599
+ td.error .pill[data-v-f5b9e63a],
600
+ td.unpaid .pill[data-v-f5b9e63a],
601
+ td.failed .pill[data-v-f5b9e63a] {
602
602
  background: #fdd;
603
603
  color: #b14e4e;
604
604
  }
605
605
  @media (prefers-color-scheme: dark) {
606
- td.error .pill[data-v-bec5c4d1],
607
- td.unpaid .pill[data-v-bec5c4d1],
608
- td.failed .pill[data-v-bec5c4d1] {
606
+ td.error .pill[data-v-f5b9e63a],
607
+ td.unpaid .pill[data-v-f5b9e63a],
608
+ td.failed .pill[data-v-f5b9e63a] {
609
609
  background: none;
610
610
  }
611
611
  }
612
- .basic-input-style[data-v-7029d50e] {
612
+ .basic-input-style[data-v-9a31f6bc] {
613
613
  color: inherit;
614
614
  background: color-mix(in lab, currentColor 4%, transparent);
615
615
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
616
616
  }
617
- td[data-v-7029d50e] {
617
+ td[data-v-9a31f6bc] {
618
618
  line-height: 1.4em !important;
619
619
  }
620
- .title[data-v-7029d50e] {
621
- font-weight: 700;
620
+ .title[data-v-9a31f6bc] {
621
+ font-weight: 500;
622
622
  font-size: 1.1em;
623
623
  white-space: nowrap;
624
624
  text-overflow: ellipsis;
625
625
  overflow: hidden;
626
626
  }
627
- .subtitle[data-v-7029d50e] {
627
+ .subtitle[data-v-9a31f6bc] {
628
628
  font-size: 0.9em;
629
629
  opacity: 0.5;
630
630
  }
@@ -1522,32 +1522,32 @@ li.expanded > .ux-link .caret[data-v-cbfd31c1] {
1522
1522
  .ux-list-item[data-v-a5de8929]:hover {
1523
1523
  background: color-mix(in lab, currentColor 5%, transparent);
1524
1524
  }
1525
- .basic-input-style[data-v-de5516aa] {
1525
+ .basic-input-style[data-v-72d7ce62] {
1526
1526
  color: inherit;
1527
1527
  background: color-mix(in lab, currentColor 4%, transparent);
1528
1528
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
1529
1529
  }
1530
- .cell[data-v-de5516aa] {
1530
+ .cell[data-v-72d7ce62] {
1531
1531
  display: flex;
1532
1532
  min-width: 150px;
1533
1533
  }
1534
- .cell > div[data-v-de5516aa] {
1534
+ .cell > div[data-v-72d7ce62] {
1535
1535
  flex: 1;
1536
1536
  }
1537
- .cell label[data-v-de5516aa] {
1537
+ .cell label[data-v-72d7ce62] {
1538
1538
  display: block;
1539
1539
  font-size: 0.8em;
1540
1540
  margin-bottom: 0.3em;
1541
1541
  text-transform: uppercase;
1542
- font-weight: 700;
1542
+ font-weight: 500;
1543
1543
  opacity: 0.5;
1544
1544
  }
1545
- .cell input[data-v-de5516aa] {
1545
+ .cell input[data-v-72d7ce62] {
1546
1546
  min-width: 150px;
1547
1547
  flex: 1;
1548
1548
  width: 100%;
1549
1549
  }
1550
- input[data-v-de5516aa] {
1550
+ input[data-v-72d7ce62] {
1551
1551
  border-radius: 0.1em;
1552
1552
  padding: 0.5em;
1553
1553
  box-sizing: border-box;
@@ -1559,7 +1559,7 @@ input[data-v-de5516aa] {
1559
1559
  height: 2.5em;
1560
1560
  color: inherit;
1561
1561
  }
1562
- input[data-v-de5516aa]:focus {
1562
+ input[data-v-72d7ce62]:focus {
1563
1563
  background: none;
1564
1564
  border: 1px solid var(--primary);
1565
1565
  outline: none;
@@ -1730,129 +1730,129 @@ input[data-v-4bea995b]:focus {
1730
1730
  bottom: 0;
1731
1731
  right: 0;
1732
1732
  }
1733
- .basic-input-style[data-v-67938a60] {
1733
+ .basic-input-style[data-v-85f4366f] {
1734
1734
  color: inherit;
1735
1735
  background: color-mix(in lab, currentColor 4%, transparent);
1736
1736
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
1737
1737
  }
1738
- .content-item[data-v-67938a60] {
1738
+ .content-item[data-v-85f4366f] {
1739
1739
  padding: 0.5em 0.8em;
1740
1740
  border-radius: 0.3em;
1741
1741
  cursor: pointer;
1742
1742
  margin-bottom: 1px;
1743
1743
  }
1744
- .content-item .item-summary[data-v-67938a60] {
1744
+ .content-item .item-summary[data-v-85f4366f] {
1745
1745
  opacity: 0.5;
1746
1746
  font-size: 0.9em;
1747
1747
  }
1748
- .content-item .item-title[data-v-67938a60] {
1748
+ .content-item .item-title[data-v-85f4366f] {
1749
1749
  font-weight: 500;
1750
1750
  }
1751
1751
  @media (prefers-color-scheme: light) {
1752
- .content-item[data-v-67938a60] {
1752
+ .content-item[data-v-85f4366f] {
1753
1753
  background: var(--bg1, #fff);
1754
1754
  border: 1px solid color-mix(in lab, currentColor 15%, transparent);
1755
1755
  }
1756
1756
  }
1757
1757
  @media (prefers-color-scheme: dark) {
1758
- .content-item[data-v-67938a60] {
1758
+ .content-item[data-v-85f4366f] {
1759
1759
  background: color-mix(in lab, #000 1%, transparent);
1760
1760
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
1761
1761
  }
1762
1762
  }
1763
- .content-item[data-v-67938a60]:last-child {
1763
+ .content-item[data-v-85f4366f]:last-child {
1764
1764
  margin-bottom: 0;
1765
1765
  }
1766
- .content-item.deleted .text[data-v-67938a60] {
1766
+ .content-item.deleted .text[data-v-85f4366f] {
1767
1767
  color: var(--error, red);
1768
1768
  text-decoration: line-through;
1769
1769
  }
1770
- .content-item.inactive .text[data-v-67938a60] {
1770
+ .content-item.inactive .text[data-v-85f4366f] {
1771
1771
  opacity: 0.5;
1772
1772
  }
1773
- .content-item .text[data-v-67938a60] {
1773
+ .content-item .text[data-v-85f4366f] {
1774
1774
  overflow: hidden;
1775
1775
  text-overflow: ellipsis;
1776
1776
  white-space: pre-line;
1777
1777
  }
1778
- .content-item .icon-wrapper[data-v-67938a60] {
1778
+ .content-item .icon-wrapper[data-v-85f4366f] {
1779
1779
  width: 25px;
1780
1780
  font-size: 20px;
1781
1781
  text-align: center;
1782
1782
  }
1783
- .content-item .icon-wrapper.complete[data-v-67938a60] {
1783
+ .content-item .icon-wrapper.complete[data-v-85f4366f] {
1784
1784
  color: var(--success, green);
1785
1785
  }
1786
- .content-item .icon-wrapper.pending[data-v-67938a60] {
1786
+ .content-item .icon-wrapper.pending[data-v-85f4366f] {
1787
1787
  color: var(--warning, orange);
1788
1788
  }
1789
- .content-item .image-wrapper[data-v-67938a60] {
1789
+ .content-item .image-wrapper[data-v-85f4366f] {
1790
1790
  width: 2em;
1791
1791
  max-width: 50px;
1792
1792
  }
1793
- .content-item .image-wrapper.profile[data-v-67938a60] {
1793
+ .content-item .image-wrapper.profile[data-v-85f4366f] {
1794
1794
  width: 2em;
1795
1795
  height: 2em;
1796
1796
  margin-right: 0.2em;
1797
1797
  background: #0000001a;
1798
1798
  border-radius: 100%;
1799
1799
  }
1800
- .content-item[data-v-67938a60]:hover {
1800
+ .content-item[data-v-85f4366f]:hover {
1801
1801
  cursor: pointer;
1802
1802
  background: color-mix(in lab, currentColor 2%, transparent);
1803
1803
  }
1804
- .content-item .pill[data-v-67938a60] {
1804
+ .content-item .pill[data-v-85f4366f] {
1805
1805
  border-radius: 3em;
1806
1806
  padding: 0.3em 0.6em;
1807
1807
  display: block;
1808
1808
  text-transform: uppercase;
1809
- font-weight: 700;
1809
+ font-weight: 500;
1810
1810
  letter-spacing: 0.05em;
1811
1811
  font-size: 0.7em;
1812
1812
  background: color-mix(in lab, currentColor 10%, transparent);
1813
1813
  color: color-mix(in lab, currentColor, transparent);
1814
1814
  border: 1px solid;
1815
1815
  }
1816
- .content-item .pill.live[data-v-67938a60],
1817
- .content-item .pill.success[data-v-67938a60],
1818
- .content-item .pill.paid[data-v-67938a60],
1819
- .content-item .pill.active[data-v-67938a60] {
1816
+ .content-item .pill.live[data-v-85f4366f],
1817
+ .content-item .pill.success[data-v-85f4366f],
1818
+ .content-item .pill.paid[data-v-85f4366f],
1819
+ .content-item .pill.active[data-v-85f4366f] {
1820
1820
  background: #e0f3bf;
1821
1821
  color: #569e2f;
1822
1822
  }
1823
1823
  @media (prefers-color-scheme: dark) {
1824
- .content-item .pill.live[data-v-67938a60],
1825
- .content-item .pill.success[data-v-67938a60],
1826
- .content-item .pill.paid[data-v-67938a60],
1827
- .content-item .pill.active[data-v-67938a60] {
1824
+ .content-item .pill.live[data-v-85f4366f],
1825
+ .content-item .pill.success[data-v-85f4366f],
1826
+ .content-item .pill.paid[data-v-85f4366f],
1827
+ .content-item .pill.active[data-v-85f4366f] {
1828
1828
  background: none;
1829
1829
  }
1830
1830
  }
1831
- .content-item .pill.sandbox[data-v-67938a60],
1832
- .content-item .pill.pending[data-v-67938a60],
1833
- .content-item .pill.cancelling[data-v-67938a60] {
1831
+ .content-item .pill.sandbox[data-v-85f4366f],
1832
+ .content-item .pill.pending[data-v-85f4366f],
1833
+ .content-item .pill.cancelling[data-v-85f4366f] {
1834
1834
  background: #fbecbb;
1835
1835
  color: #d17a0e;
1836
1836
  }
1837
1837
  @media (prefers-color-scheme: dark) {
1838
- .content-item .pill.sandbox[data-v-67938a60],
1839
- .content-item .pill.pending[data-v-67938a60],
1840
- .content-item .pill.cancelling[data-v-67938a60] {
1838
+ .content-item .pill.sandbox[data-v-85f4366f],
1839
+ .content-item .pill.pending[data-v-85f4366f],
1840
+ .content-item .pill.cancelling[data-v-85f4366f] {
1841
1841
  background: none;
1842
1842
  }
1843
1843
  }
1844
- .content-item .pill.error[data-v-67938a60],
1845
- .content-item .pill.unpaid[data-v-67938a60],
1846
- .content-item .pill.deleted[data-v-67938a60],
1847
- .content-item .pill.failed[data-v-67938a60] {
1844
+ .content-item .pill.error[data-v-85f4366f],
1845
+ .content-item .pill.unpaid[data-v-85f4366f],
1846
+ .content-item .pill.deleted[data-v-85f4366f],
1847
+ .content-item .pill.failed[data-v-85f4366f] {
1848
1848
  background: #fdd;
1849
1849
  color: #b14e4e;
1850
1850
  }
1851
1851
  @media (prefers-color-scheme: dark) {
1852
- .content-item .pill.error[data-v-67938a60],
1853
- .content-item .pill.unpaid[data-v-67938a60],
1854
- .content-item .pill.deleted[data-v-67938a60],
1855
- .content-item .pill.failed[data-v-67938a60] {
1852
+ .content-item .pill.error[data-v-85f4366f],
1853
+ .content-item .pill.unpaid[data-v-85f4366f],
1854
+ .content-item .pill.deleted[data-v-85f4366f],
1855
+ .content-item .pill.failed[data-v-85f4366f] {
1856
1856
  background: none;
1857
1857
  }
1858
1858
  }
@@ -2620,22 +2620,22 @@ textarea[data-v-a44b8610]:focus {
2620
2620
  .ux-text-area-single[data-v-a44b8610] {
2621
2621
  width: 100%;
2622
2622
  }
2623
- .basic-input-style[data-v-2d4fa4d5] {
2623
+ .basic-input-style[data-v-26c116f3] {
2624
2624
  color: inherit;
2625
2625
  background: color-mix(in lab, currentColor 4%, transparent);
2626
2626
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
2627
2627
  }
2628
- .filter-condition[data-v-2d4fa4d5] {
2628
+ .filter-condition[data-v-26c116f3] {
2629
2629
  padding: 0.2em;
2630
2630
  border-radius: 0.3em;
2631
2631
  background: var(--bg1, #fff);
2632
2632
  border: 1px solid rgba(0, 0, 0, 0.1);
2633
2633
  margin: 0.2em 0.5em;
2634
2634
  }
2635
- label[data-v-2d4fa4d5] {
2635
+ label[data-v-26c116f3] {
2636
2636
  display: block;
2637
2637
  text-transform: uppercase;
2638
- font-weight: 700;
2638
+ font-weight: 500;
2639
2639
  opacity: 0.5;
2640
2640
  font-size: 0.7em;
2641
2641
  margin-top: 0.2em;
@@ -2834,15 +2834,15 @@ textarea[data-v-63053873]:focus {
2834
2834
  bottom: 0;
2835
2835
  right: 0;
2836
2836
  }
2837
- .basic-input-style[data-v-3d40cdb4] {
2837
+ .basic-input-style[data-v-c0db0ca3] {
2838
2838
  color: inherit;
2839
2839
  background: color-mix(in lab, currentColor 4%, transparent);
2840
2840
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
2841
2841
  }
2842
- .ux-range-slider-wrap[data-v-3d40cdb4] {
2842
+ .ux-range-slider-wrap[data-v-c0db0ca3] {
2843
2843
  position: relative;
2844
2844
  }
2845
- .ux-range-bubble[data-v-3d40cdb4] {
2845
+ .ux-range-bubble[data-v-c0db0ca3] {
2846
2846
  background: #000;
2847
2847
  color: #fff;
2848
2848
  padding: 2px 12px;
@@ -2852,15 +2852,15 @@ textarea[data-v-63053873]:focus {
2852
2852
  top: -1.3em;
2853
2853
  height: 1.3em;
2854
2854
  line-height: 1.3em;
2855
- font-weight: 700;
2855
+ font-weight: 500;
2856
2856
  font-size: 0.8em;
2857
2857
  transform: translate(-50%);
2858
2858
  visibility: hidden;
2859
2859
  }
2860
- .ux-range-bubble[data-v-3d40cdb4]:empty {
2860
+ .ux-range-bubble[data-v-c0db0ca3]:empty {
2861
2861
  display: none;
2862
2862
  }
2863
- .ux-range-bubble[data-v-3d40cdb4]:after {
2863
+ .ux-range-bubble[data-v-c0db0ca3]:after {
2864
2864
  position: absolute;
2865
2865
  left: 50%;
2866
2866
  bottom: -5px;
@@ -2873,10 +2873,10 @@ textarea[data-v-63053873]:focus {
2873
2873
  border-right: 5px solid transparent;
2874
2874
  border-top: 5px solid #000;
2875
2875
  }
2876
- .ux-range-slider-wrap:hover .ux-range-bubble[data-v-3d40cdb4] {
2876
+ .ux-range-slider-wrap:hover .ux-range-bubble[data-v-c0db0ca3] {
2877
2877
  visibility: visible;
2878
2878
  }
2879
- .ux-range-slider[data-v-3d40cdb4] {
2879
+ .ux-range-slider[data-v-c0db0ca3] {
2880
2880
  -webkit-appearance: none;
2881
2881
  -moz-appearance: none;
2882
2882
  appearance: none;
@@ -2894,7 +2894,7 @@ textarea[data-v-63053873]:focus {
2894
2894
  background: color-mix(in lab, currentColor 6%, transparent);
2895
2895
  border: 1px solid transparent;
2896
2896
  }
2897
- .ux-range-slider[data-v-3d40cdb4]::-webkit-slider-thumb {
2897
+ .ux-range-slider[data-v-c0db0ca3]::-webkit-slider-thumb {
2898
2898
  transition: all 0.3s;
2899
2899
  -webkit-appearance: none;
2900
2900
  -moz-appearance: none;
@@ -2909,7 +2909,7 @@ textarea[data-v-63053873]:focus {
2909
2909
  0 0 0.3em #0000004d,
2910
2910
  -2000.5em 0 0 2000em var(--primary);
2911
2911
  }
2912
- .ux-range-slider[data-v-3d40cdb4]::-moz-slider-thumb {
2912
+ .ux-range-slider[data-v-c0db0ca3]::-moz-slider-thumb {
2913
2913
  transition: all 0.3s;
2914
2914
  -moz-appearance: none;
2915
2915
  -webkit-appearance: none;
@@ -2925,25 +2925,25 @@ textarea[data-v-63053873]:focus {
2925
2925
  0 0 0.3em #0000004d,
2926
2926
  -2000.5em 0 0 2000em var(--primary);
2927
2927
  }
2928
- .basic-input-style[data-v-5918d2a7] {
2928
+ .basic-input-style[data-v-4f052481] {
2929
2929
  color: inherit;
2930
2930
  background: color-mix(in lab, currentColor 4%, transparent);
2931
2931
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
2932
2932
  }
2933
- .ux-slider-limit[data-v-5918d2a7] {
2933
+ .ux-slider-limit[data-v-4f052481] {
2934
2934
  width: 40px;
2935
2935
  display: block;
2936
2936
  text-align: center;
2937
2937
  opacity: 0.8;
2938
2938
  font-size: 0.8em;
2939
2939
  }
2940
- .ux-slider-limit-value[data-v-5918d2a7] {
2940
+ .ux-slider-limit-value[data-v-4f052481] {
2941
2941
  width: 40px;
2942
2942
  display: block;
2943
2943
  text-align: center;
2944
2944
  opacity: 1;
2945
2945
  font-size: 1.2em;
2946
- font-weight: 700;
2946
+ font-weight: 500;
2947
2947
  }
2948
2948
  .basic-input-style[data-v-91624210],
2949
2949
  input[data-v-91624210] {
@@ -3225,12 +3225,12 @@ input[data-v-a94917d9]:focus {
3225
3225
  display: flex;
3226
3226
  min-height: 300px;
3227
3227
  }
3228
- .basic-input-style[data-v-a40a42bc] {
3228
+ .basic-input-style[data-v-717a0fa2] {
3229
3229
  color: inherit;
3230
3230
  background: color-mix(in lab, currentColor 4%, transparent);
3231
3231
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
3232
3232
  }
3233
- .results[data-v-a40a42bc] {
3233
+ .results[data-v-717a0fa2] {
3234
3234
  width: 100%;
3235
3235
  background: var(--bg1, #fff);
3236
3236
  border: 1px solid color-mix(in lab, currentColor 15%, transparent);
@@ -3240,41 +3240,41 @@ input[data-v-a94917d9]:focus {
3240
3240
  position: absolute;
3241
3241
  z-index: 2;
3242
3242
  }
3243
- .location-search-outer[data-v-a40a42bc] {
3243
+ .location-search-outer[data-v-717a0fa2] {
3244
3244
  position: relative;
3245
3245
  }
3246
- .result-item[data-v-a40a42bc] {
3246
+ .result-item[data-v-717a0fa2] {
3247
3247
  cursor: pointer;
3248
3248
  padding: 0.5em;
3249
3249
  border-bottom: 1px solid color-mix(in lab, currentColor 15%, transparent);
3250
3250
  }
3251
- .result-item[data-v-a40a42bc]:last-child {
3251
+ .result-item[data-v-717a0fa2]:last-child {
3252
3252
  border-bottom: none;
3253
3253
  }
3254
- .result-item.selected[data-v-a40a42bc] {
3254
+ .result-item.selected[data-v-717a0fa2] {
3255
3255
  background: var(--primary);
3256
3256
  color: #fff;
3257
3257
  }
3258
- .result-item.selected .result-item-title[data-v-a40a42bc],
3259
- .content-item-title[data-v-a40a42bc] {
3260
- font-weight: 700;
3258
+ .result-item.selected .result-item-title[data-v-717a0fa2],
3259
+ .content-item-title[data-v-717a0fa2] {
3260
+ font-weight: 500;
3261
3261
  }
3262
- .content-item-coordinates[data-v-a40a42bc],
3263
- .content-item-subtitle[data-v-a40a42bc],
3264
- .result-item-subtitle[data-v-a40a42bc] {
3262
+ .content-item-coordinates[data-v-717a0fa2],
3263
+ .content-item-subtitle[data-v-717a0fa2],
3264
+ .result-item-subtitle[data-v-717a0fa2] {
3265
3265
  font-size: 0.9em;
3266
3266
  opacity: 0.6;
3267
3267
  }
3268
- .content-item-coordinates[data-v-a40a42bc] {
3268
+ .content-item-coordinates[data-v-717a0fa2] {
3269
3269
  font-size: 0.8em;
3270
3270
  }
3271
- .content-item[data-v-a40a42bc] {
3271
+ .content-item[data-v-717a0fa2] {
3272
3272
  padding: 0.5em 0.8em;
3273
3273
  border-radius: 0.3em;
3274
3274
  cursor: pointer;
3275
3275
  margin-bottom: 0.5em;
3276
3276
  }
3277
- .content-item .image-wrapper[data-v-a40a42bc] {
3277
+ .content-item .image-wrapper[data-v-717a0fa2] {
3278
3278
  width: 2em;
3279
3279
  height: 2em;
3280
3280
  line-height: 2em;
@@ -3284,18 +3284,18 @@ input[data-v-a94917d9]:focus {
3284
3284
  background: #0000000d;
3285
3285
  }
3286
3286
  @media (prefers-color-scheme: light) {
3287
- .content-item[data-v-a40a42bc] {
3287
+ .content-item[data-v-717a0fa2] {
3288
3288
  background: var(--bg1, #fff);
3289
3289
  border: 1px solid color-mix(in lab, currentColor 15%, transparent);
3290
3290
  }
3291
3291
  }
3292
3292
  @media (prefers-color-scheme: dark) {
3293
- .content-item[data-v-a40a42bc] {
3293
+ .content-item[data-v-717a0fa2] {
3294
3294
  background: color-mix(in lab, #000 1%, transparent);
3295
3295
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
3296
3296
  }
3297
3297
  }
3298
- .content-item .text[data-v-a40a42bc] {
3298
+ .content-item .text[data-v-717a0fa2] {
3299
3299
  overflow: hidden;
3300
3300
  text-overflow: ellipsis;
3301
3301
  white-space: pre-line;
@@ -3359,42 +3359,42 @@ a {
3359
3359
  min-height: 300px;
3360
3360
  margin-bottom: 5px;
3361
3361
  }
3362
- .basic-input-style[data-v-f5a130e8] {
3362
+ .basic-input-style[data-v-720c23d6] {
3363
3363
  color: inherit;
3364
3364
  background: color-mix(in lab, currentColor 4%, transparent);
3365
3365
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
3366
3366
  }
3367
- .calculations[data-v-f5a130e8] {
3367
+ .calculations[data-v-720c23d6] {
3368
3368
  width: 100%;
3369
3369
  }
3370
- .calculation-modifier[data-v-f5a130e8] {
3370
+ .calculation-modifier[data-v-720c23d6] {
3371
3371
  font-style: italic;
3372
3372
  opacity: 0.5;
3373
3373
  }
3374
- .modifier-set[data-v-f5a130e8] {
3375
- font-weight: 700;
3374
+ .modifier-set[data-v-720c23d6] {
3375
+ font-weight: 500;
3376
3376
  opacity: 1;
3377
3377
  font-style: normal;
3378
3378
  }
3379
- .modifier-visible-false[data-v-f5a130e8] {
3379
+ .modifier-visible-false[data-v-720c23d6] {
3380
3380
  text-decoration: line-through;
3381
3381
  font-style: italic;
3382
3382
  font-weight: 400;
3383
3383
  opacity: 0.5;
3384
3384
  }
3385
- .grand-total[data-v-f5a130e8] {
3385
+ .grand-total[data-v-720c23d6] {
3386
3386
  font-size: 2em;
3387
3387
  }
3388
- .grand-total td[data-v-f5a130e8] {
3388
+ .grand-total td[data-v-720c23d6] {
3389
3389
  padding-top: 0.5em;
3390
3390
  }
3391
- tfoot[data-v-f5a130e8] {
3391
+ tfoot[data-v-720c23d6] {
3392
3392
  border-top: 2px solid rgba(0, 0, 0, 0.1);
3393
3393
  }
3394
- td[data-v-f5a130e8] {
3394
+ td[data-v-720c23d6] {
3395
3395
  text-align: right;
3396
3396
  }
3397
- td[data-v-f5a130e8]:first-child {
3397
+ td[data-v-720c23d6]:first-child {
3398
3398
  text-align: left;
3399
3399
  }
3400
3400
  .basic-input-style[data-v-1476a328] {
@@ -3590,18 +3590,18 @@ td[data-v-f5a130e8]:first-child {
3590
3590
  border-color: var(--primary);
3591
3591
  opacity: 0.5;
3592
3592
  }
3593
- .basic-input-style[data-v-b5298f2c] {
3593
+ .basic-input-style[data-v-cad3ccd6] {
3594
3594
  color: inherit;
3595
3595
  background: color-mix(in lab, currentColor 4%, transparent);
3596
3596
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
3597
3597
  }
3598
- .ux-field[data-v-b5298f2c] {
3598
+ .ux-field[data-v-cad3ccd6] {
3599
3599
  margin-bottom: 1em;
3600
3600
  }
3601
- .ux-field.ux-layout-only[data-v-b5298f2c] {
3601
+ .ux-field.ux-layout-only[data-v-cad3ccd6] {
3602
3602
  margin-bottom: 0;
3603
3603
  }
3604
- .ux-field .ux-field-message[data-v-b5298f2c] {
3604
+ .ux-field .ux-field-message[data-v-cad3ccd6] {
3605
3605
  border: red;
3606
3606
  background: #ff00001a;
3607
3607
  color: red;
@@ -3611,23 +3611,23 @@ td[data-v-f5a130e8]:first-child {
3611
3611
  margin: 0.3em 0;
3612
3612
  display: inline-block;
3613
3613
  }
3614
- [data-v-b5298f2c] .ux-field-title {
3614
+ [data-v-cad3ccd6] .ux-field-title {
3615
3615
  margin-top: 0.5em;
3616
3616
  display: block;
3617
3617
  margin-bottom: 0.2em;
3618
3618
  font-size: 0.9em;
3619
- font-weight: 700;
3619
+ font-weight: 500;
3620
3620
  }
3621
- .ux-field.ux-field-hide[data-v-b5298f2c] {
3621
+ .ux-field.ux-field-hide[data-v-cad3ccd6] {
3622
3622
  display: none !important;
3623
3623
  margin: 0 !important;
3624
3624
  }
3625
- [data-v-b5298f2c] .ux-field-description {
3625
+ [data-v-cad3ccd6] .ux-field-description {
3626
3626
  font-size: clamp(12px, 0.8em, 16px);
3627
3627
  opacity: 0.5;
3628
3628
  margin-bottom: 0.5em;
3629
3629
  }
3630
- .ux-field.ux-field-error[data-v-b5298f2c] > .ux-field-title {
3630
+ .ux-field.ux-field-error[data-v-cad3ccd6] > .ux-field-title {
3631
3631
  color: red;
3632
3632
  }
3633
3633
  .basic-input-style[data-v-f0b9d2cd] {
@@ -3970,40 +3970,40 @@ td[data-v-f5a130e8]:first-child {
3970
3970
  .wrapper .padder[data-v-ee67e4b1] {
3971
3971
  margin-bottom: 2em;
3972
3972
  }
3973
- .basic-input-style[data-v-fefac323] {
3973
+ .basic-input-style[data-v-6712bab5] {
3974
3974
  color: inherit;
3975
3975
  background: color-mix(in lab, currentColor 4%, transparent);
3976
3976
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
3977
3977
  }
3978
- .wrapper[data-v-fefac323] {
3978
+ .wrapper[data-v-6712bab5] {
3979
3979
  border-radius: 0.5em;
3980
3980
  overflow: hidden;
3981
3981
  background: var(--bg1, #fff);
3982
3982
  border: 1px solid color-mix(in lab, currentColor 15%, transparent);
3983
3983
  text-align: center;
3984
3984
  }
3985
- h5[data-v-fefac323] {
3985
+ h5[data-v-6712bab5] {
3986
3986
  font-size: 1.2em;
3987
3987
  margin: 0;
3988
3988
  }
3989
- .padder[data-v-fefac323] {
3989
+ .padder[data-v-6712bab5] {
3990
3990
  padding: 1em;
3991
3991
  display: grid;
3992
3992
  gap: 0.5em;
3993
3993
  }
3994
- .padder.columns[data-v-fefac323] {
3994
+ .padder.columns[data-v-6712bab5] {
3995
3995
  grid-template-columns: auto auto;
3996
3996
  }
3997
- .options-modal-header[data-v-fefac323] {
3997
+ .options-modal-header[data-v-6712bab5] {
3998
3998
  border-bottom: 1px solid color-mix(in lab, currentColor 15%, transparent);
3999
3999
  }
4000
- .options-modal-footer[data-v-fefac323] {
4000
+ .options-modal-footer[data-v-6712bab5] {
4001
4001
  border-top: 1px solid color-mix(in lab, currentColor 15%, transparent);
4002
4002
  }
4003
- .options-modal-body[data-v-fefac323] {
4003
+ .options-modal-body[data-v-6712bab5] {
4004
4004
  background: color-mix(in lab, currentColor 5%, transparent);
4005
4005
  }
4006
- .choice[data-v-fefac323] {
4006
+ .choice[data-v-6712bab5] {
4007
4007
  padding: 1em;
4008
4008
  cursor: pointer;
4009
4009
  border-radius: 0.3em;
@@ -4011,7 +4011,7 @@ h5[data-v-fefac323] {
4011
4011
  background: var(--bg1, #fff);
4012
4012
  border: 1px solid color-mix(in lab, currentColor 15%, transparent);
4013
4013
  }
4014
- .choice .option-icon[data-v-fefac323] {
4014
+ .choice .option-icon[data-v-6712bab5] {
4015
4015
  width: 40px;
4016
4016
  height: 40px;
4017
4017
  display: flex;
@@ -4020,22 +4020,22 @@ h5[data-v-fefac323] {
4020
4020
  border-radius: 100%;
4021
4021
  background: color-mix(in lab, currentColor 5%, transparent);
4022
4022
  }
4023
- .choice .option-icon svg[data-v-fefac323] {
4023
+ .choice .option-icon svg[data-v-6712bab5] {
4024
4024
  display: block;
4025
4025
  width: 100%;
4026
4026
  height: auto;
4027
4027
  }
4028
- .choice[data-v-fefac323]:hover {
4028
+ .choice[data-v-6712bab5]:hover {
4029
4029
  border: 1px solid var(--primary);
4030
4030
  }
4031
- .choice:hover .ux-button[data-v-fefac323] {
4031
+ .choice:hover .ux-button[data-v-6712bab5] {
4032
4032
  color: var(--primary);
4033
4033
  }
4034
- .choice .title[data-v-fefac323] {
4035
- font-weight: 700;
4034
+ .choice .title[data-v-6712bab5] {
4035
+ font-weight: 500;
4036
4036
  font-size: 1.1em;
4037
4037
  }
4038
- .choice .description[data-v-fefac323] {
4038
+ .choice .description[data-v-6712bab5] {
4039
4039
  font-size: 0.8em;
4040
4040
  opacity: 0.5;
4041
4041
  }
@@ -4061,59 +4061,59 @@ h5[data-v-fefac323] {
4061
4061
  .wrapper .border-top[data-v-22036a05] {
4062
4062
  border: 1px solid rgba(0, 0, 0, 0.1);
4063
4063
  }
4064
- .basic-input-style[data-v-329d2bc0] {
4064
+ .basic-input-style[data-v-d48f305b] {
4065
4065
  color: inherit;
4066
4066
  background: color-mix(in lab, currentColor 4%, transparent);
4067
4067
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
4068
4068
  }
4069
- .wrapper[data-v-329d2bc0] {
4069
+ .wrapper[data-v-d48f305b] {
4070
4070
  min-width: 80vw;
4071
4071
  min-height: 80vh;
4072
4072
  border-radius: 0.5em;
4073
4073
  overflow: hidden;
4074
4074
  }
4075
- .header[data-v-329d2bc0] {
4075
+ .header[data-v-d48f305b] {
4076
4076
  background: var(--bg1, #fff);
4077
4077
  padding: 1em;
4078
4078
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
4079
4079
  }
4080
- .header h1[data-v-329d2bc0],
4081
- .header h2[data-v-329d2bc0],
4082
- .header h3[data-v-329d2bc0],
4083
- .header h4[data-v-329d2bc0],
4084
- .header h5[data-v-329d2bc0] {
4080
+ .header h1[data-v-d48f305b],
4081
+ .header h2[data-v-d48f305b],
4082
+ .header h3[data-v-d48f305b],
4083
+ .header h4[data-v-d48f305b],
4084
+ .header h5[data-v-d48f305b] {
4085
4085
  margin: 0;
4086
4086
  }
4087
- .date-range[data-v-329d2bc0] {
4087
+ .date-range[data-v-d48f305b] {
4088
4088
  padding: 1em;
4089
4089
  background: var(--bg1, #fff);
4090
4090
  }
4091
- .date-range .date-shortcuts[data-v-329d2bc0] {
4091
+ .date-range .date-shortcuts[data-v-d48f305b] {
4092
4092
  padding: 0;
4093
4093
  margin: 0;
4094
4094
  list-style-type: none;
4095
4095
  width: 200px;
4096
4096
  }
4097
- .date-range .date-shortcuts li[data-v-329d2bc0] {
4097
+ .date-range .date-shortcuts li[data-v-d48f305b] {
4098
4098
  display: block;
4099
4099
  }
4100
- .date-range .date-shortcuts li a[data-v-329d2bc0] {
4100
+ .date-range .date-shortcuts li a[data-v-d48f305b] {
4101
4101
  cursor: pointer;
4102
4102
  display: block;
4103
4103
  padding: 0.5em 1em;
4104
4104
  }
4105
- .date-range .date-shortcuts li a[data-v-329d2bc0]:hover {
4105
+ .date-range .date-shortcuts li a[data-v-d48f305b]:hover {
4106
4106
  color: var(--primary);
4107
4107
  }
4108
- .rolodex[data-v-329d2bc0] {
4108
+ .rolodex[data-v-d48f305b] {
4109
4109
  padding: 0.5em;
4110
4110
  white-space: nowrap;
4111
4111
  overflow-x: auto;
4112
4112
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
4113
4113
  text-align: center;
4114
4114
  }
4115
- .rolodex .ux-btn[data-v-329d2bc0] {
4116
- font-weight: 700;
4115
+ .rolodex .ux-btn[data-v-d48f305b] {
4116
+ font-weight: 500;
4117
4117
  }
4118
4118
  .basic-input-style[data-v-0952db70] {
4119
4119
  color: inherit;