@qikdev/vue-ui 0.2.339 → 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/lib.es.js +1724 -1736
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +1844 -1855
- package/dist/lib.umd.js.map +1 -1
- package/dist/vue-ui.css +8 -8
- package/package.json +1 -1
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-
|
|
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-
|
|
3653
|
+
.ux-field[data-v-71b59396] {
|
|
3654
3654
|
margin-bottom: 1em;
|
|
3655
3655
|
}
|
|
3656
|
-
.ux-field.ux-layout-only[data-v-
|
|
3656
|
+
.ux-field.ux-layout-only[data-v-71b59396] {
|
|
3657
3657
|
margin-bottom: 0;
|
|
3658
3658
|
}
|
|
3659
|
-
.ux-field .ux-field-message[data-v-
|
|
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-
|
|
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-
|
|
3676
|
+
.ux-field.ux-field-hide[data-v-71b59396] {
|
|
3677
3677
|
display: none !important;
|
|
3678
3678
|
margin: 0 !important;
|
|
3679
3679
|
}
|
|
3680
|
-
[data-v-
|
|
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-
|
|
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] {
|