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