@qikdev/vue-ui 0.2.257 → 0.2.259

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/style.css CHANGED
@@ -1231,19 +1231,19 @@ li.expanded > .ux-link .caret[data-v-cbfd31c1] {
1231
1231
  position: absolute;
1232
1232
  height: 100%;
1233
1233
  }
1234
- .basic-input-style[data-v-5d06e1d6] {
1234
+ .basic-input-style[data-v-6e492d1a] {
1235
1235
  color: inherit;
1236
1236
  background: color-mix(in lab, currentColor 4%, transparent);
1237
1237
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
1238
1238
  }
1239
- .ux-progress[data-v-5d06e1d6] {
1239
+ .ux-progress[data-v-6e492d1a] {
1240
1240
  margin: 1em 0;
1241
1241
  position: relative;
1242
1242
  height: 1em;
1243
1243
  overflow: hidden;
1244
1244
  border-radius: 0.5em;
1245
1245
  }
1246
- @keyframes stripes-5d06e1d6 {
1246
+ @keyframes stripes-6e492d1a {
1247
1247
  0% {
1248
1248
  background-position: 0 0;
1249
1249
  }
@@ -1251,7 +1251,7 @@ li.expanded > .ux-link .caret[data-v-cbfd31c1] {
1251
1251
  background-position: 50px 50px;
1252
1252
  }
1253
1253
  }
1254
- .ux-progress-bg[data-v-5d06e1d6] {
1254
+ .ux-progress-bg[data-v-6e492d1a] {
1255
1255
  position: absolute;
1256
1256
  top: 0;
1257
1257
  left: 0;
@@ -1262,7 +1262,7 @@ li.expanded > .ux-link .caret[data-v-cbfd31c1] {
1262
1262
  background: rgba(0, 0, 0, 0.03);
1263
1263
  box-shadow: inset 0 0.3em 0.3em #0000001a;
1264
1264
  }
1265
- .ux-progress-bg[data-v-5d06e1d6]:before {
1265
+ .ux-progress-bg[data-v-6e492d1a]:before {
1266
1266
  content: "";
1267
1267
  position: absolute;
1268
1268
  top: 0px;
@@ -1272,7 +1272,7 @@ li.expanded > .ux-link .caret[data-v-cbfd31c1] {
1272
1272
  z-index: 1;
1273
1273
  box-shadow: inset 0 0.3em 0.3em #0000001a;
1274
1274
  }
1275
- .ux-progress-bg.active[data-v-5d06e1d6]:after {
1275
+ .ux-progress-bg.active[data-v-6e492d1a]:after {
1276
1276
  content: "";
1277
1277
  position: absolute;
1278
1278
  top: 0px;
@@ -1306,9 +1306,9 @@ li.expanded > .ux-link .caret[data-v-cbfd31c1] {
1306
1306
  background-size: 50px 50px;
1307
1307
  border-radius: 20px 8px 8px 20px;
1308
1308
  overflow: hidden;
1309
- animation: stripes-5d06e1d6 4s infinite linear;
1309
+ animation: stripes-6e492d1a 4s infinite linear;
1310
1310
  }
1311
- .ux-progress-fg[data-v-5d06e1d6] {
1311
+ .ux-progress-fg[data-v-6e492d1a] {
1312
1312
  background: var(--primary);
1313
1313
  position: absolute;
1314
1314
  top: 0;
@@ -1317,6 +1317,7 @@ li.expanded > .ux-link .caret[data-v-cbfd31c1] {
1317
1317
  height: 100%;
1318
1318
  border-radius: 0.5em;
1319
1319
  opacity: 1;
1320
+ transition: all 0.2s;
1320
1321
  }
1321
1322
  .basic-input-style[data-v-b377f005] {
1322
1323
  color: inherit;
@@ -3206,40 +3207,41 @@ td[data-v-f5a130e8]:first-child {
3206
3207
  .ux-field.ux-field-error[data-v-17f3c6e4] > .ux-field-title {
3207
3208
  color: red;
3208
3209
  }
3209
- .basic-input-style[data-v-0dd36fb5] {
3210
+ .basic-input-style[data-v-e774caf1] {
3210
3211
  color: inherit;
3211
3212
  background: color-mix(in lab, currentColor 4%, transparent);
3212
3213
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
3213
3214
  }
3214
- .ux-form-flex[data-v-0dd36fb5] {
3215
+ .ux-form-flex[data-v-e774caf1] {
3215
3216
  display: flex;
3216
3217
  flex-wrap: wrap;
3217
3218
  flex: 1;
3218
3219
  gap: 2em;
3219
3220
  }
3220
- .ux-form-flex .ux-field-flex[data-v-0dd36fb5] {
3221
+ .ux-form-flex .ux-field-flex[data-v-e774caf1] {
3221
3222
  flex: 1;
3222
3223
  }
3223
- .ux-form-flex .ux-field-flex.ux-field-widget-value[data-v-0dd36fb5] {
3224
+ .ux-form-flex .ux-field-flex.ux-field-widget-value[data-v-e774caf1] {
3224
3225
  display: none;
3225
3226
  }
3226
- .ux-form-flex .ux-field-clear[data-v-0dd36fb5] {
3227
+ .ux-form-flex .ux-field-clear[data-v-e774caf1] {
3227
3228
  flex: none;
3228
3229
  width: 100%;
3229
3230
  }
3230
- .basic-input-style[data-v-59acf39e] {
3231
+ .basic-input-style[data-v-1f4433f5] {
3231
3232
  color: inherit;
3232
3233
  background: color-mix(in lab, currentColor 4%, transparent);
3233
3234
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
3234
3235
  }
3235
- .intent-submit[data-v-59acf39e] {
3236
+ .intent-submit[data-v-1f4433f5] {
3236
3237
  margin-top: 1em;
3237
3238
  }
3238
- [tooltip][data-v-59acf39e] {
3239
+ [tooltip][data-v-1f4433f5] {
3239
3240
  position: relative;
3240
3241
  cursor: help;
3242
+ display: block;
3241
3243
  }
3242
- [tooltip][data-v-59acf39e]:after {
3244
+ [tooltip][data-v-1f4433f5]:after {
3243
3245
  position: absolute;
3244
3246
  opacity: 0;
3245
3247
  pointer-events: none;
@@ -3248,18 +3250,39 @@ td[data-v-f5a130e8]:first-child {
3248
3250
  top: calc(100% + 10px);
3249
3251
  border-radius: 3px;
3250
3252
  box-shadow: 0 0 5px 2px #64646499;
3251
- background-color: #fff;
3253
+ background-color: var(--bg1, #fff);
3254
+ color: inherit;
3252
3255
  z-index: 10;
3253
3256
  padding: 8px;
3254
3257
  width: 300px;
3255
3258
  transform: translateY(-20px);
3256
3259
  transition: all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
3257
3260
  }
3258
- [tooltip][data-v-59acf39e]:hover:after {
3261
+ [tooltip][data-v-1f4433f5]:hover:after {
3259
3262
  opacity: 1;
3260
3263
  transform: translateY(0);
3261
3264
  transition-duration: 0.3s;
3262
3265
  }
3266
+ .multistep-form-section[data-v-1f4433f5] {
3267
+ transition: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
3268
+ opacity: 0;
3269
+ }
3270
+ .multistep-form-section.active[data-v-1f4433f5] {
3271
+ opacity: 1;
3272
+ translate: 0 0;
3273
+ }
3274
+ .multistep-form-section.inactive[data-v-1f4433f5] {
3275
+ pointer-events: none;
3276
+ opacity: 0;
3277
+ position: absolute;
3278
+ width: 100%;
3279
+ }
3280
+ .multistep-form-section.inactive.past[data-v-1f4433f5] {
3281
+ translate: 0 -100px;
3282
+ }
3283
+ .multistep-form-section.inactive.future[data-v-1f4433f5] {
3284
+ translate: 0 100px;
3285
+ }
3263
3286
  .basic-input-style[data-v-0fd69158] {
3264
3287
  color: inherit;
3265
3288
  background: color-mix(in lab, currentColor 4%, transparent);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qikdev/vue-ui",
3
- "version": "0.2.257",
3
+ "version": "0.2.259",
4
4
  "files": ["dist"],
5
5
  "main": "./dist/lib.es.js",
6
6
  "module": "./dist/lib.es.js",