@qikdev/vue-ui 0.2.255 → 0.2.257
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 +683 -656
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +42 -15
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +6 -6
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -2778,26 +2778,26 @@ input[data-v-c8feb6c2]:focus {
|
|
|
2778
2778
|
.ux-text-input-single[data-v-c8feb6c2] {
|
|
2779
2779
|
width: 100%;
|
|
2780
2780
|
}
|
|
2781
|
-
.basic-input-style[data-v-
|
|
2781
|
+
.basic-input-style[data-v-fb400049] {
|
|
2782
2782
|
color: inherit;
|
|
2783
2783
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
2784
2784
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
2785
2785
|
}
|
|
2786
|
-
.editor-wrap[data-v-
|
|
2786
|
+
.editor-wrap[data-v-fb400049] {
|
|
2787
2787
|
flex: 1;
|
|
2788
2788
|
}
|
|
2789
|
-
.tokens-header[data-v-
|
|
2789
|
+
.tokens-header[data-v-fb400049] {
|
|
2790
2790
|
cursor: pointer;
|
|
2791
2791
|
padding: 0.5em 1em;
|
|
2792
2792
|
background: rgba(0, 0, 0, 0.05);
|
|
2793
2793
|
}
|
|
2794
|
-
.tokens-header[data-v-
|
|
2794
|
+
.tokens-header[data-v-fb400049]:hover {
|
|
2795
2795
|
background: rgba(0, 0, 0, 0.1);
|
|
2796
2796
|
}
|
|
2797
|
-
.tokens-body[data-v-
|
|
2797
|
+
.tokens-body[data-v-fb400049] {
|
|
2798
2798
|
padding: 1em;
|
|
2799
2799
|
}
|
|
2800
|
-
.tokens-body .ux-btn[data-v-
|
|
2800
|
+
.tokens-body .ux-btn[data-v-fb400049] {
|
|
2801
2801
|
margin-bottom: 0.4em;
|
|
2802
2802
|
}
|
|
2803
2803
|
.basic-input-style[data-v-50e774dd] {
|