@eturnity/eturnity_reusable_components 9.37.9-ATE-23.0 → 9.37.9

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": "@eturnity/eturnity_reusable_components",
3
- "version": "9.37.9-ATE-23.0",
3
+ "version": "9.37.9",
4
4
  "files": [
5
5
  "dist",
6
6
  "src"
@@ -75,6 +75,7 @@
75
75
  "eslint-plugin-vue": "9.14.1",
76
76
  "identity-obj-proxy": "3.0.0",
77
77
  "jest": "26.6.3",
78
+ "jest-environment-jsdom": "26.6.2",
78
79
  "jest-styled-components": "7.2.0",
79
80
  "jsdom": "24.1.1",
80
81
  "prettier": "2.8.4",
@@ -657,7 +657,7 @@
657
657
  scrollToItem() {
658
658
  if (this.$refs.optionsContainer) {
659
659
  this.$refs.optionsContainer.$el.scrollIntoView({
660
- behavior: 'instant',
660
+ behavior: 'smooth',
661
661
  block: 'center',
662
662
  })
663
663
  }