@qikdev/vue-ui 0.2.291 → 0.2.293

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
@@ -1443,19 +1443,19 @@ li.expanded > .ux-link .caret[data-v-cbfd31c1] {
1443
1443
  .ux-list-item[data-v-a5de8929]:hover {
1444
1444
  background: color-mix(in lab, currentColor 5%, transparent);
1445
1445
  }
1446
- .basic-input-style[data-v-dc53841d] {
1446
+ .basic-input-style[data-v-8e1886fb] {
1447
1447
  color: inherit;
1448
1448
  background: color-mix(in lab, currentColor 4%, transparent);
1449
1449
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
1450
1450
  }
1451
- .cell[data-v-dc53841d] {
1451
+ .cell[data-v-8e1886fb] {
1452
1452
  display: flex;
1453
1453
  min-width: 150px;
1454
1454
  }
1455
- .cell > div[data-v-dc53841d] {
1455
+ .cell > div[data-v-8e1886fb] {
1456
1456
  flex: 1;
1457
1457
  }
1458
- .cell label[data-v-dc53841d] {
1458
+ .cell label[data-v-8e1886fb] {
1459
1459
  display: block;
1460
1460
  font-size: 0.8em;
1461
1461
  margin-bottom: 0.3em;
@@ -1463,12 +1463,12 @@ li.expanded > .ux-link .caret[data-v-cbfd31c1] {
1463
1463
  font-weight: 700;
1464
1464
  opacity: 0.5;
1465
1465
  }
1466
- .cell input[data-v-dc53841d] {
1466
+ .cell input[data-v-8e1886fb] {
1467
1467
  min-width: 150px;
1468
1468
  flex: 1;
1469
1469
  width: 100%;
1470
1470
  }
1471
- input[data-v-dc53841d] {
1471
+ input[data-v-8e1886fb] {
1472
1472
  border-radius: 0.1em;
1473
1473
  padding: 0.5em;
1474
1474
  box-sizing: border-box;
@@ -1478,8 +1478,9 @@ input[data-v-dc53841d] {
1478
1478
  font-family: inherit;
1479
1479
  line-height: 1;
1480
1480
  height: 2.5em;
1481
+ color: inherit;
1481
1482
  }
1482
- input[data-v-dc53841d]:focus {
1483
+ input[data-v-8e1886fb]:focus {
1483
1484
  background: none;
1484
1485
  border: 1px solid var(--primary);
1485
1486
  outline: none;
@@ -3580,18 +3581,18 @@ td[data-v-f5a130e8]:first-child {
3580
3581
  opacity: 0.5;
3581
3582
  font-size: 0.8em;
3582
3583
  }
3583
- .basic-input-style[data-v-918225cf] {
3584
+ .basic-input-style[data-v-0054fc08] {
3584
3585
  color: inherit;
3585
3586
  background: color-mix(in lab, currentColor 4%, transparent);
3586
3587
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
3587
3588
  }
3588
- .content-browser[data-v-918225cf] {
3589
+ .content-browser[data-v-0054fc08] {
3589
3590
  position: relative;
3590
3591
  }
3591
- .loading[data-v-918225cf] {
3592
+ .loading[data-v-0054fc08] {
3592
3593
  opacity: 0.5;
3593
3594
  }
3594
- .filter-column[data-v-918225cf] {
3595
+ .filter-column[data-v-0054fc08] {
3595
3596
  padding: 1em;
3596
3597
  background: color-mix(in lab, #000 1%, transparent);
3597
3598
  border-left: 1px solid color-mix(in lab, currentColor 18%, transparent);
@@ -3600,27 +3601,27 @@ td[data-v-f5a130e8]:first-child {
3600
3601
  flex: none;
3601
3602
  font-size: clamp(13px, 0.8em, 17px);
3602
3603
  }
3603
- .large-icon[data-v-918225cf] {
3604
+ .large-icon[data-v-0054fc08] {
3604
3605
  font-size: 6em;
3605
3606
  margin-bottom: 1rem;
3606
3607
  opacity: 0.5;
3607
3608
  }
3608
- .column-panel[data-v-918225cf] {
3609
+ .column-panel[data-v-0054fc08] {
3609
3610
  background: #fff;
3610
3611
  font-size: 0.9em;
3611
3612
  }
3612
- .empty[data-v-918225cf] {
3613
+ .empty[data-v-0054fc08] {
3613
3614
  background: rgba(0, 0, 0, 0.05);
3614
3615
  text-align: center;
3615
3616
  white-space: pre-line;
3616
3617
  align-items: center;
3617
3618
  justify-content: center;
3618
3619
  }
3619
- .empty .panel[data-v-918225cf] {
3620
+ .empty .panel[data-v-0054fc08] {
3620
3621
  max-width: 400px;
3621
3622
  background: var(--bg1, #fff);
3622
3623
  }
3623
- .footer[data-v-918225cf] {
3624
+ .footer[data-v-0054fc08] {
3624
3625
  padding: 0.5em 1em;
3625
3626
  border-top: 1px solid color-mix(in lab, currentColor 18%, transparent);
3626
3627
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qikdev/vue-ui",
3
- "version": "0.2.291",
3
+ "version": "0.2.293",
4
4
  "files": [
5
5
  "dist"
6
6
  ],