@linear_non/stellar-libs 1.0.3 → 1.0.4

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": "@linear_non/stellar-libs",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Reusable JavaScript libraries for Non-Linear Studio projects.",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -140,7 +140,7 @@ export default class Smooth {
140
140
  this.elems = elems || qsa("[data-smooth]")
141
141
  this.getSections()
142
142
  this.scrollbar = new Scrollbar({
143
- container: kitStore.pageContent,
143
+ container: kitStore.currentPage,
144
144
  })
145
145
  this.on()
146
146
  this.update()