@qikdev/vue-ui 0.2.250 → 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 +688 -675
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +303 -296
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +11 -11
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -1158,26 +1158,26 @@ a.disabled[data-v-7a924ee2] {
|
|
|
1158
1158
|
width: 1em;
|
|
1159
1159
|
text-align: center;
|
|
1160
1160
|
}
|
|
1161
|
-
.basic-input-style[data-v-
|
|
1161
|
+
.basic-input-style[data-v-df62da5c] {
|
|
1162
1162
|
color: inherit;
|
|
1163
1163
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
1164
1164
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1165
1165
|
}
|
|
1166
|
-
.ux-menu-outer[data-v-
|
|
1166
|
+
.ux-menu-outer[data-v-df62da5c] {
|
|
1167
1167
|
position: absolute;
|
|
1168
1168
|
z-index: 10;
|
|
1169
1169
|
}
|
|
1170
|
-
.ux-menu-panel[data-v-
|
|
1170
|
+
.ux-menu-panel[data-v-df62da5c] {
|
|
1171
1171
|
position: absolute;
|
|
1172
1172
|
max-height: 70vh;
|
|
1173
1173
|
overflow: auto;
|
|
1174
1174
|
border: 1px solid color-mix(in lab, currentColor 10%, transparent);
|
|
1175
1175
|
box-shadow: 0 0.2em 1em #0000001a;
|
|
1176
1176
|
}
|
|
1177
|
-
.ux-menu-panel.flex[data-v-
|
|
1177
|
+
.ux-menu-panel.flex[data-v-df62da5c] {
|
|
1178
1178
|
display: flex;
|
|
1179
1179
|
}
|
|
1180
|
-
.ux-menu-panel[data-v-
|
|
1180
|
+
.ux-menu-panel[data-v-df62da5c] .ux-list-item {
|
|
1181
1181
|
white-space: nowrap;
|
|
1182
1182
|
text-overflow: ellipsis;
|
|
1183
1183
|
overflow: hidden;
|
|
@@ -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] {
|