@qikdev/vue-ui 0.2.341 → 0.2.343

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
@@ -3645,18 +3645,18 @@ td[data-v-2eaaec20]:first-child {
3645
3645
  border-color: var(--primary);
3646
3646
  opacity: 0.5;
3647
3647
  }
3648
- .basic-input-style[data-v-71b59396] {
3648
+ .basic-input-style[data-v-7ad0dc35] {
3649
3649
  color: inherit;
3650
3650
  background: color-mix(in lab, currentColor 4%, transparent);
3651
3651
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
3652
3652
  }
3653
- .ux-field[data-v-71b59396] {
3653
+ .ux-field[data-v-7ad0dc35] {
3654
3654
  margin-bottom: 1em;
3655
3655
  }
3656
- .ux-field.ux-layout-only[data-v-71b59396] {
3656
+ .ux-field.ux-layout-only[data-v-7ad0dc35] {
3657
3657
  margin-bottom: 0;
3658
3658
  }
3659
- .ux-field .ux-field-message[data-v-71b59396] {
3659
+ .ux-field .ux-field-message[data-v-7ad0dc35] {
3660
3660
  border: red;
3661
3661
  background: #ff00001a;
3662
3662
  color: red;
@@ -3666,23 +3666,23 @@ td[data-v-2eaaec20]:first-child {
3666
3666
  margin: 0.3em 0;
3667
3667
  display: inline-block;
3668
3668
  }
3669
- [data-v-71b59396] .ux-field-title {
3669
+ [data-v-7ad0dc35] .ux-field-title {
3670
3670
  margin-top: 0.5em;
3671
3671
  display: block;
3672
3672
  margin-bottom: 0.2em;
3673
3673
  font-size: 0.9em;
3674
3674
  font-weight: 500;
3675
3675
  }
3676
- .ux-field.ux-field-hide[data-v-71b59396] {
3676
+ .ux-field.ux-field-hide[data-v-7ad0dc35] {
3677
3677
  display: none !important;
3678
3678
  margin: 0 !important;
3679
3679
  }
3680
- [data-v-71b59396] .ux-field-description {
3680
+ [data-v-7ad0dc35] .ux-field-description {
3681
3681
  font-size: clamp(12px, 0.8em, 16px);
3682
3682
  opacity: 0.5;
3683
3683
  margin-bottom: 0.5em;
3684
3684
  }
3685
- .ux-field.ux-field-error[data-v-71b59396] > .ux-field-title {
3685
+ .ux-field.ux-field-error[data-v-7ad0dc35] > .ux-field-title {
3686
3686
  color: red;
3687
3687
  }
3688
3688
  .basic-input-style[data-v-f0b9d2cd] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qikdev/vue-ui",
3
- "version": "0.2.341",
3
+ "version": "0.2.343",
4
4
  "files": [
5
5
  "dist"
6
6
  ],