@qikdev/vue-ui 0.2.247 → 0.2.249
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 +21 -17
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +21 -17
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +17 -17
- package/package.json +3 -9
package/dist/style.css
CHANGED
|
@@ -2179,16 +2179,16 @@ input[data-v-b6688859]:focus {
|
|
|
2179
2179
|
border-radius: 0 0.4em 0.4em 0;
|
|
2180
2180
|
padding-right: 0.7em;
|
|
2181
2181
|
}
|
|
2182
|
-
.basic-input-style[data-v-
|
|
2182
|
+
.basic-input-style[data-v-a44b8610] {
|
|
2183
2183
|
color: inherit;
|
|
2184
2184
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
2185
2185
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
2186
2186
|
}
|
|
2187
|
-
.ux-text-row[data-v-
|
|
2187
|
+
.ux-text-row[data-v-a44b8610] {
|
|
2188
2188
|
margin-bottom: 0.5em;
|
|
2189
2189
|
}
|
|
2190
|
-
.ux-textarea[data-v-
|
|
2191
|
-
textarea[data-v-
|
|
2190
|
+
.ux-textarea[data-v-a44b8610],
|
|
2191
|
+
textarea[data-v-a44b8610] {
|
|
2192
2192
|
border-radius: 0.1em;
|
|
2193
2193
|
padding: 0.5em;
|
|
2194
2194
|
box-sizing: border-box;
|
|
@@ -2202,17 +2202,17 @@ textarea[data-v-f9459e1e] {
|
|
|
2202
2202
|
resize: vertical;
|
|
2203
2203
|
overflow: hidden;
|
|
2204
2204
|
}
|
|
2205
|
-
.ux-textarea[data-v-
|
|
2206
|
-
textarea[data-v-
|
|
2205
|
+
.ux-textarea[data-v-a44b8610]:focus,
|
|
2206
|
+
textarea[data-v-a44b8610]:focus {
|
|
2207
2207
|
background: none;
|
|
2208
2208
|
border: 1px solid var(--primary);
|
|
2209
2209
|
outline: none;
|
|
2210
2210
|
}
|
|
2211
|
-
.ux-text-row .ux-btn[data-v-
|
|
2211
|
+
.ux-text-row .ux-btn[data-v-a44b8610] {
|
|
2212
2212
|
margin-left: 0.25em;
|
|
2213
2213
|
}
|
|
2214
|
-
.ux-text-area-multiple[data-v-
|
|
2215
|
-
.ux-text-area-single[data-v-
|
|
2214
|
+
.ux-text-area-multiple[data-v-a44b8610],
|
|
2215
|
+
.ux-text-area-single[data-v-a44b8610] {
|
|
2216
2216
|
width: 100%;
|
|
2217
2217
|
}
|
|
2218
2218
|
.basic-input-style[data-v-611ccfb6] {
|
|
@@ -3163,18 +3163,18 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3163
3163
|
border-color: var(--primary);
|
|
3164
3164
|
opacity: 0.5;
|
|
3165
3165
|
}
|
|
3166
|
-
.basic-input-style[data-v-
|
|
3166
|
+
.basic-input-style[data-v-0433bfce] {
|
|
3167
3167
|
color: inherit;
|
|
3168
3168
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3169
3169
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3170
3170
|
}
|
|
3171
|
-
.ux-field[data-v-
|
|
3171
|
+
.ux-field[data-v-0433bfce] {
|
|
3172
3172
|
margin-bottom: 1em;
|
|
3173
3173
|
}
|
|
3174
|
-
.ux-field.ux-layout-only[data-v-
|
|
3174
|
+
.ux-field.ux-layout-only[data-v-0433bfce] {
|
|
3175
3175
|
margin-bottom: 0;
|
|
3176
3176
|
}
|
|
3177
|
-
.ux-field .ux-field-message[data-v-
|
|
3177
|
+
.ux-field .ux-field-message[data-v-0433bfce] {
|
|
3178
3178
|
border: red;
|
|
3179
3179
|
background: rgba(255, 0, 0, 0.1);
|
|
3180
3180
|
color: red;
|
|
@@ -3184,23 +3184,23 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3184
3184
|
margin: 0.3em 0;
|
|
3185
3185
|
display: inline-block;
|
|
3186
3186
|
}
|
|
3187
|
-
[data-v-
|
|
3187
|
+
[data-v-0433bfce] .ux-field-title {
|
|
3188
3188
|
margin-top: 0.5em;
|
|
3189
3189
|
display: block;
|
|
3190
3190
|
margin-bottom: 0.2em;
|
|
3191
3191
|
font-size: 0.9em;
|
|
3192
3192
|
font-weight: 700;
|
|
3193
3193
|
}
|
|
3194
|
-
.ux-field.ux-field-hide[data-v-
|
|
3194
|
+
.ux-field.ux-field-hide[data-v-0433bfce] {
|
|
3195
3195
|
display: none !important;
|
|
3196
3196
|
margin: 0 !important;
|
|
3197
3197
|
}
|
|
3198
|
-
[data-v-
|
|
3198
|
+
[data-v-0433bfce] .ux-field-description {
|
|
3199
3199
|
font-size: clamp(12px, 0.8em, 16px);
|
|
3200
3200
|
opacity: 0.5;
|
|
3201
3201
|
margin-bottom: 0.5em;
|
|
3202
3202
|
}
|
|
3203
|
-
.ux-field.ux-field-error[data-v-
|
|
3203
|
+
.ux-field.ux-field-error[data-v-0433bfce] > .ux-field-title {
|
|
3204
3204
|
color: red;
|
|
3205
3205
|
}
|
|
3206
3206
|
.basic-input-style[data-v-0dd36fb5] {
|
package/package.json
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qikdev/vue-ui",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"files": [
|
|
5
|
-
"dist"
|
|
6
|
-
],
|
|
3
|
+
"version": "0.2.249",
|
|
4
|
+
"files": ["dist"],
|
|
7
5
|
"main": "./dist/lib.es.js",
|
|
8
6
|
"module": "./dist/lib.es.js",
|
|
9
7
|
"exports": {
|
|
@@ -22,11 +20,7 @@
|
|
|
22
20
|
"type": "git",
|
|
23
21
|
"url": "git+https://gitlab.com/qikdevelopers/vue-ui.git"
|
|
24
22
|
},
|
|
25
|
-
"keywords": [
|
|
26
|
-
"qik",
|
|
27
|
-
"vue",
|
|
28
|
-
"ui"
|
|
29
|
-
],
|
|
23
|
+
"keywords": ["qik", "vue", "ui"],
|
|
30
24
|
"author": "qik.dev",
|
|
31
25
|
"license": "ISC",
|
|
32
26
|
"scripts": {
|