@creative-web-solution/front-library 7.1.38 → 7.1.39

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 7.1.39
4
+
5
+ * [DragSlider]: Fix end positioning
6
+
3
7
  ## 7.1.38
4
8
 
5
9
  * [Slider]: Handle popin inside the background layer
@@ -395,7 +395,7 @@ export default class DragSlider {
395
395
  return (
396
396
  this.#viewportInfo.width -
397
397
  this.#$list!.scrollWidth -
398
- Math.max(this.#siteOffsetLeft, this.#siteOffsetRight)
398
+ this.#siteOffsetRight
399
399
  );
400
400
  }
401
401
 
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Front Library
2
2
 
3
- @version: 7.1.38
3
+ @version: 7.1.39
4
4
 
5
5
 
6
6
  ## Use
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@creative-web-solution/front-library",
3
3
  "title": "Frontend library",
4
4
  "description": "Frontend functions and modules",
5
- "version": "7.1.38",
5
+ "version": "7.1.39",
6
6
  "homepage": "https://github.com/creative-web-solution/front-library",
7
7
  "author": "Creative Web Solution <contact@cws-studio.com> (https://www.cws-studio.com)",
8
8
  "keywords": [],