@qikdev/vue-ui 0.2.300 → 0.2.301

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
@@ -2365,19 +2365,19 @@ textarea[data-v-a44b8610]:focus {
2365
2365
  .ux-text-area-single[data-v-a44b8610] {
2366
2366
  width: 100%;
2367
2367
  }
2368
- .basic-input-style[data-v-8b387cdb] {
2368
+ .basic-input-style[data-v-32fe836f] {
2369
2369
  color: inherit;
2370
2370
  background: color-mix(in lab, currentColor 4%, transparent);
2371
2371
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
2372
2372
  }
2373
- .filter-condition[data-v-8b387cdb] {
2373
+ .filter-condition[data-v-32fe836f] {
2374
2374
  padding: 0.2em;
2375
2375
  border-radius: 0.3em;
2376
2376
  background: var(--bg1, #fff);
2377
2377
  border: 1px solid rgba(0, 0, 0, 0.1);
2378
2378
  margin: 0.2em 0.5em;
2379
2379
  }
2380
- label[data-v-8b387cdb] {
2380
+ label[data-v-32fe836f] {
2381
2381
  display: block;
2382
2382
  text-transform: uppercase;
2383
2383
  font-weight: 700;
@@ -3626,18 +3626,18 @@ td[data-v-f5a130e8]:first-child {
3626
3626
  opacity: 0.5;
3627
3627
  font-size: 0.8em;
3628
3628
  }
3629
- .basic-input-style[data-v-9d9ab7a3] {
3629
+ .basic-input-style[data-v-be1fe4b0] {
3630
3630
  color: inherit;
3631
3631
  background: color-mix(in lab, currentColor 4%, transparent);
3632
3632
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
3633
3633
  }
3634
- .content-browser[data-v-9d9ab7a3] {
3634
+ .content-browser[data-v-be1fe4b0] {
3635
3635
  position: relative;
3636
3636
  }
3637
- .loading[data-v-9d9ab7a3] {
3637
+ .loading[data-v-be1fe4b0] {
3638
3638
  opacity: 0.5;
3639
3639
  }
3640
- .filter-column[data-v-9d9ab7a3] {
3640
+ .filter-column[data-v-be1fe4b0] {
3641
3641
  padding: 1em;
3642
3642
  background: color-mix(in lab, #000 1%, transparent);
3643
3643
  border-left: 1px solid color-mix(in lab, currentColor 18%, transparent);
@@ -3646,27 +3646,27 @@ td[data-v-f5a130e8]:first-child {
3646
3646
  flex: none;
3647
3647
  font-size: clamp(13px, 0.8em, 17px);
3648
3648
  }
3649
- .large-icon[data-v-9d9ab7a3] {
3649
+ .large-icon[data-v-be1fe4b0] {
3650
3650
  font-size: 6em;
3651
3651
  margin-bottom: 1rem;
3652
3652
  opacity: 0.5;
3653
3653
  }
3654
- .column-panel[data-v-9d9ab7a3] {
3654
+ .column-panel[data-v-be1fe4b0] {
3655
3655
  background: #fff;
3656
3656
  font-size: 0.9em;
3657
3657
  }
3658
- .empty[data-v-9d9ab7a3] {
3658
+ .empty[data-v-be1fe4b0] {
3659
3659
  background: rgba(0, 0, 0, 0.05);
3660
3660
  text-align: center;
3661
3661
  white-space: pre-line;
3662
3662
  align-items: center;
3663
3663
  justify-content: center;
3664
3664
  }
3665
- .empty .panel[data-v-9d9ab7a3] {
3665
+ .empty .panel[data-v-be1fe4b0] {
3666
3666
  max-width: 400px;
3667
3667
  background: var(--bg1, #fff);
3668
3668
  }
3669
- .footer[data-v-9d9ab7a3] {
3669
+ .footer[data-v-be1fe4b0] {
3670
3670
  padding: 0.5em 1em;
3671
3671
  border-top: 1px solid color-mix(in lab, currentColor 18%, transparent);
3672
3672
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qikdev/vue-ui",
3
- "version": "0.2.300",
3
+ "version": "0.2.301",
4
4
  "files": [
5
5
  "dist"
6
6
  ],