@linear_non/stellar-kit 1.0.7 → 1.0.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/classes/index.js CHANGED
@@ -1,6 +1,4 @@
1
1
  import Component from "./Component"
2
2
  import Manager from "./Manager"
3
- import Smooth from "./Smooth"
4
- import Scrollbar from "./Scrollbar"
5
3
 
6
- export { Component, Manager, Smooth, Scrollbar }
4
+ export { Component, Manager }
package/events/Raf.js CHANGED
@@ -97,7 +97,7 @@ export default class Raf {
97
97
 
98
98
  ScrollTrigger.scrollerProxy(pageContent, {
99
99
  scrollTop: () => {
100
- return this.smooth()
100
+ return this.getScroll()
101
101
  },
102
102
  getBoundingClientRect() {
103
103
  // Important that width and height are dynamic
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linear_non/stellar-kit",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "Stellar frontend core for Non-Linear Studio projects.",
5
5
  "main": "index.js",
6
6
  "exports": {