@qikdev/vue-ui 0.2.280 → 0.2.282
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 +27 -19
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +208 -204
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +13 -13
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -1278,21 +1278,21 @@ li.expanded > .ux-link .caret[data-v-cbfd31c1] {
|
|
|
1278
1278
|
margin: 0 auto;
|
|
1279
1279
|
padding: 0;
|
|
1280
1280
|
}
|
|
1281
|
-
.basic-input-style[data-v-
|
|
1281
|
+
.basic-input-style[data-v-454cf7a1] {
|
|
1282
1282
|
color: inherit;
|
|
1283
1283
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
1284
1284
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1285
1285
|
}
|
|
1286
|
-
.ux-video[data-v-
|
|
1286
|
+
.ux-video[data-v-454cf7a1] {
|
|
1287
1287
|
display: block;
|
|
1288
1288
|
}
|
|
1289
|
-
.ux-video video[data-v-
|
|
1290
|
-
.ux-video iframe[data-v-
|
|
1289
|
+
.ux-video video[data-v-454cf7a1],
|
|
1290
|
+
.ux-video iframe[data-v-454cf7a1] {
|
|
1291
1291
|
display: block;
|
|
1292
1292
|
width: 100%;
|
|
1293
1293
|
height: auto;
|
|
1294
1294
|
}
|
|
1295
|
-
.ux-video iframe[data-v-
|
|
1295
|
+
.ux-video iframe[data-v-454cf7a1] {
|
|
1296
1296
|
position: absolute;
|
|
1297
1297
|
height: 100%;
|
|
1298
1298
|
}
|
|
@@ -3312,18 +3312,18 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3312
3312
|
border-color: var(--primary);
|
|
3313
3313
|
opacity: 0.5;
|
|
3314
3314
|
}
|
|
3315
|
-
.basic-input-style[data-v-
|
|
3315
|
+
.basic-input-style[data-v-5facedd5] {
|
|
3316
3316
|
color: inherit;
|
|
3317
3317
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3318
3318
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3319
3319
|
}
|
|
3320
|
-
.ux-field[data-v-
|
|
3320
|
+
.ux-field[data-v-5facedd5] {
|
|
3321
3321
|
margin-bottom: 1em;
|
|
3322
3322
|
}
|
|
3323
|
-
.ux-field.ux-layout-only[data-v-
|
|
3323
|
+
.ux-field.ux-layout-only[data-v-5facedd5] {
|
|
3324
3324
|
margin-bottom: 0;
|
|
3325
3325
|
}
|
|
3326
|
-
.ux-field .ux-field-message[data-v-
|
|
3326
|
+
.ux-field .ux-field-message[data-v-5facedd5] {
|
|
3327
3327
|
border: red;
|
|
3328
3328
|
background: rgba(255, 0, 0, 0.1);
|
|
3329
3329
|
color: red;
|
|
@@ -3333,23 +3333,23 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3333
3333
|
margin: 0.3em 0;
|
|
3334
3334
|
display: inline-block;
|
|
3335
3335
|
}
|
|
3336
|
-
[data-v-
|
|
3336
|
+
[data-v-5facedd5] .ux-field-title {
|
|
3337
3337
|
margin-top: 0.5em;
|
|
3338
3338
|
display: block;
|
|
3339
3339
|
margin-bottom: 0.2em;
|
|
3340
3340
|
font-size: 0.9em;
|
|
3341
3341
|
font-weight: 700;
|
|
3342
3342
|
}
|
|
3343
|
-
.ux-field.ux-field-hide[data-v-
|
|
3343
|
+
.ux-field.ux-field-hide[data-v-5facedd5] {
|
|
3344
3344
|
display: none !important;
|
|
3345
3345
|
margin: 0 !important;
|
|
3346
3346
|
}
|
|
3347
|
-
[data-v-
|
|
3347
|
+
[data-v-5facedd5] .ux-field-description {
|
|
3348
3348
|
font-size: clamp(12px, 0.8em, 16px);
|
|
3349
3349
|
opacity: 0.5;
|
|
3350
3350
|
margin-bottom: 0.5em;
|
|
3351
3351
|
}
|
|
3352
|
-
.ux-field.ux-field-error[data-v-
|
|
3352
|
+
.ux-field.ux-field-error[data-v-5facedd5] > .ux-field-title {
|
|
3353
3353
|
color: red;
|
|
3354
3354
|
}
|
|
3355
3355
|
.basic-input-style[data-v-f0b9d2cd] {
|