@thinkpixellab-public/px-vue 3.0.96 → 3.0.98
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/components/PxFit.vue +2 -2
- package/package.json +2 -2
package/components/PxFit.vue
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
<script>
|
|
16
16
|
import PxBaseResize from './PxBaseResize.vue';
|
|
17
|
-
import
|
|
17
|
+
import utils from '../utils/utils.js';
|
|
18
18
|
|
|
19
19
|
/**
|
|
20
20
|
* A flexibile container that allows you to choose different possible renderings based on the size
|
|
@@ -131,7 +131,7 @@ export default {
|
|
|
131
131
|
async wait() {
|
|
132
132
|
await this.$nextTick();
|
|
133
133
|
if (this.debug) {
|
|
134
|
-
await asyncTimeout(1000);
|
|
134
|
+
await utils.asyncTimeout(1000);
|
|
135
135
|
}
|
|
136
136
|
},
|
|
137
137
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thinkpixellab-public/px-vue",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.98",
|
|
4
4
|
"description": "General purpose Vue components and helpers that can be used across projects.",
|
|
5
5
|
"author": "Pixel Lab",
|
|
6
6
|
"license": "MIT",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@floating-ui/dom": "^1.0.1",
|
|
16
16
|
"@popperjs/core": "^2.11.5",
|
|
17
|
-
"@thinkpixellab-public/px-styles": "^3.7.
|
|
17
|
+
"@thinkpixellab-public/px-styles": "^3.7.10",
|
|
18
18
|
"@thinkpixellab-public/px-vue-tester": "^2.0.0",
|
|
19
19
|
"@thinkpixellab-public/vue-resize-directive": "^1.2.2",
|
|
20
20
|
"body-scroll-lock": "^3.1.5",
|