@qikdev/vue-ui 0.2.340 → 0.2.341

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/vue-ui.css CHANGED
@@ -1617,15 +1617,6 @@ input[data-v-72d7ce62]:focus {
1617
1617
  position: relative;
1618
1618
  background: color-mix(in lab, currentColor 10%, transparent);
1619
1619
  }
1620
- .map-outer .map-inner {
1621
- width: 100%;
1622
- height: 100%;
1623
- position: absolute;
1624
- left: 0;
1625
- right: 0;
1626
- bottom: 0;
1627
- top: 0;
1628
- }
1629
1620
  .basic-input-style[data-v-4bea995b],
1630
1621
  input[data-v-4bea995b] {
1631
1622
  color: inherit;
@@ -3364,6 +3355,15 @@ input[data-v-a94917d9]:focus {
3364
3355
  position: relative;
3365
3356
  background: color-mix(in lab, currentColor 10%, transparent);
3366
3357
  }
3358
+ .map-outer .map-inner {
3359
+ width: 100%;
3360
+ height: 100%;
3361
+ position: absolute;
3362
+ left: 0;
3363
+ right: 0;
3364
+ bottom: 0;
3365
+ top: 0;
3366
+ }
3367
3367
  .map-outer .indicator {
3368
3368
  position: absolute;
3369
3369
  pointer-events: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qikdev/vue-ui",
3
- "version": "0.2.340",
3
+ "version": "0.2.341",
4
4
  "files": [
5
5
  "dist"
6
6
  ],