@sankhyalabs/core-docs 0.0.0-feat-dev-KB-32496-2.0 → 0.0.0-feat-dev-KB-32496-2.1

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.
@@ -10,7 +10,7 @@
10
10
 
11
11
  ### new OverFlowElementWatcher()
12
12
 
13
- > **new OverFlowElementWatcher**(`element`, `callback`, `scrollDirection`, `deltaSize`): [`OverFlowElementWatcher`](OverFlowElementWatcher.md)
13
+ > **new OverFlowElementWatcher**(`element`, `callback`, `overFlowDirection`, `deltaSize`): [`OverFlowElementWatcher`](OverFlowElementWatcher.md)
14
14
 
15
15
  #### Parameters
16
16
 
@@ -18,7 +18,7 @@
18
18
 
19
19
  • **callback**: [`OnOverFlowCallBack`](../type-aliases/OnOverFlowCallBack.md)
20
20
 
21
- • **scrollDirection**: [`OverFlowDirection`](../enumerations/OverFlowDirection.md)= `OverFlowDirection.HORIZONTAL`
21
+ • **overFlowDirection**: [`OverFlowDirection`](../enumerations/OverFlowDirection.md)= `OverFlowDirection.HORIZONTAL`
22
22
 
23
23
  • **deltaSize**: `number`= `10`
24
24
 
@@ -116,7 +116,7 @@ src/utils/OverFlowElementWatcher.ts:7
116
116
 
117
117
  #### Source
118
118
 
119
- src/utils/OverFlowElementWatcher.ts:121
119
+ src/utils/OverFlowElementWatcher.ts:112
120
120
 
121
121
  ***
122
122
 
@@ -134,7 +134,7 @@ src/utils/OverFlowElementWatcher.ts:121
134
134
 
135
135
  #### Source
136
136
 
137
- src/utils/OverFlowElementWatcher.ts:136
137
+ src/utils/OverFlowElementWatcher.ts:127
138
138
 
139
139
  ***
140
140
 
@@ -238,7 +238,7 @@ src/utils/OverFlowElementWatcher.ts:59
238
238
 
239
239
  #### Source
240
240
 
241
- src/utils/OverFlowElementWatcher.ts:94
241
+ src/utils/OverFlowElementWatcher.ts:89
242
242
 
243
243
  ***
244
244
 
@@ -256,4 +256,4 @@ src/utils/OverFlowElementWatcher.ts:94
256
256
 
257
257
  #### Source
258
258
 
259
- src/utils/OverFlowElementWatcher.ts:78
259
+ src/utils/OverFlowElementWatcher.ts:77
@@ -14,7 +14,7 @@
14
14
 
15
15
  #### Source
16
16
 
17
- src/utils/OverFlowElementWatcher.ts:152
17
+ src/utils/OverFlowElementWatcher.ts:143
18
18
 
19
19
  ***
20
20
 
@@ -24,4 +24,4 @@ src/utils/OverFlowElementWatcher.ts:152
24
24
 
25
25
  #### Source
26
26
 
27
- src/utils/OverFlowElementWatcher.ts:151
27
+ src/utils/OverFlowElementWatcher.ts:142
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/core-docs",
3
- "version": "0.0.0-feat-dev-KB-32496-2.0",
3
+ "version": "0.0.0-feat-dev-KB-32496-2.1",
4
4
  "description": "Documentação da biblioteca de componentes Sankhya.",
5
5
  "main": "",
6
6
  "files": [
@@ -18,4 +18,4 @@
18
18
 
19
19
  ## Source
20
20
 
21
- src/utils/OverFlowElementWatcher.ts:148
21
+ src/utils/OverFlowElementWatcher.ts:139