@qikdev/vue-ui 0.2.317 → 0.2.318

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
@@ -1289,27 +1289,27 @@ a.disabled[data-v-7a924ee2] {
1289
1289
  width: 1em;
1290
1290
  text-align: center;
1291
1291
  }
1292
- .basic-input-style[data-v-7ef96353] {
1292
+ .basic-input-style[data-v-4ca23a41] {
1293
1293
  color: inherit;
1294
1294
  background: color-mix(in lab, currentColor 4%, transparent);
1295
1295
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
1296
1296
  }
1297
- .ux-menu-outer[data-v-7ef96353] {
1297
+ .ux-menu-outer[data-v-4ca23a41] {
1298
1298
  position: absolute;
1299
1299
  z-index: 10;
1300
1300
  font-size: 12px;
1301
1301
  }
1302
- .ux-menu-panel[data-v-7ef96353] {
1302
+ .ux-menu-panel[data-v-4ca23a41] {
1303
1303
  position: absolute;
1304
1304
  max-height: 70vh;
1305
1305
  overflow: auto;
1306
1306
  border: 1px solid color-mix(in lab, currentColor 10%, transparent);
1307
1307
  box-shadow: 0 0.2em 1em #0000001a;
1308
1308
  }
1309
- .ux-menu-panel.flex[data-v-7ef96353] {
1309
+ .ux-menu-panel.flex[data-v-4ca23a41] {
1310
1310
  display: flex;
1311
1311
  }
1312
- .ux-menu-panel[data-v-7ef96353] .ux-list-item {
1312
+ .ux-menu-panel[data-v-4ca23a41] .ux-list-item {
1313
1313
  white-space: nowrap;
1314
1314
  text-overflow: ellipsis;
1315
1315
  overflow: hidden;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qikdev/vue-ui",
3
- "version": "0.2.317",
3
+ "version": "0.2.318",
4
4
  "files": [
5
5
  "dist"
6
6
  ],