@webitel/ui-sdk 2.0.5-5 → 2.0.5-6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "2.0.5-5",
3
+ "version": "2.0.5-6",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve-lib": "vue-cli-service serve",
@@ -219,7 +219,7 @@ export default {
219
219
 
220
220
  async updateInputPaddings() {
221
221
  console.info(1);
222
- this.setTimeout(() => {
222
+ setTimeout(() => {
223
223
  // cant test this thing cause vue test utils doesnt render elements width :/
224
224
  const afterWrapperWidth = this.$refs['after-wrapper'].offsetWidth;
225
225
  const inputEl = this.$refs['wt-input'];