@qikdev/vue-ui 0.2.338 → 0.2.340

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
@@ -1977,16 +1977,16 @@ input[data-v-111b2532]:focus {
1977
1977
  border-bottom: 1px solid color-mix(in lab, currentColor 18%, transparent);
1978
1978
  }
1979
1979
  }
1980
- .basic-input-style[data-v-37c317e1] {
1980
+ .basic-input-style[data-v-4e6e9702] {
1981
1981
  color: inherit;
1982
1982
  background: color-mix(in lab, currentColor 4%, transparent);
1983
1983
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
1984
1984
  }
1985
- .search[data-v-37c317e1] {
1985
+ .search[data-v-4e6e9702] {
1986
1986
  position: relative;
1987
1987
  width: 100%;
1988
1988
  }
1989
- .search > .icon[data-v-37c317e1] {
1989
+ .search > .icon[data-v-4e6e9702] {
1990
1990
  position: absolute;
1991
1991
  right: 0;
1992
1992
  top: 50%;
@@ -1994,7 +1994,7 @@ input[data-v-111b2532]:focus {
1994
1994
  bottom: 0;
1995
1995
  padding: 0 1em;
1996
1996
  }
1997
- .search input[data-v-37c317e1] {
1997
+ .search input[data-v-4e6e9702] {
1998
1998
  width: 100%;
1999
1999
  border-radius: 5em;
2000
2000
  padding: 0.5em 1em;
@@ -2008,7 +2008,7 @@ input[data-v-111b2532]:focus {
2008
2008
  background: color-mix(in lab, currentColor 6%, transparent);
2009
2009
  border: 1px solid transparent;
2010
2010
  }
2011
- .search input[data-v-37c317e1]:focus {
2011
+ .search input[data-v-4e6e9702]:focus {
2012
2012
  background: var(--bg1, #fff);
2013
2013
  border: 1px solid var(--primary);
2014
2014
  outline: none;
@@ -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-cad3ccd6] {
3648
+ .basic-input-style[data-v-71b59396] {
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-cad3ccd6] {
3653
+ .ux-field[data-v-71b59396] {
3654
3654
  margin-bottom: 1em;
3655
3655
  }
3656
- .ux-field.ux-layout-only[data-v-cad3ccd6] {
3656
+ .ux-field.ux-layout-only[data-v-71b59396] {
3657
3657
  margin-bottom: 0;
3658
3658
  }
3659
- .ux-field .ux-field-message[data-v-cad3ccd6] {
3659
+ .ux-field .ux-field-message[data-v-71b59396] {
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-cad3ccd6] .ux-field-title {
3669
+ [data-v-71b59396] .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-cad3ccd6] {
3676
+ .ux-field.ux-field-hide[data-v-71b59396] {
3677
3677
  display: none !important;
3678
3678
  margin: 0 !important;
3679
3679
  }
3680
- [data-v-cad3ccd6] .ux-field-description {
3680
+ [data-v-71b59396] .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-cad3ccd6] > .ux-field-title {
3685
+ .ux-field.ux-field-error[data-v-71b59396] > .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.338",
3
+ "version": "0.2.340",
4
4
  "files": [
5
5
  "dist"
6
6
  ],