@simplysm/core-browser 14.0.14 → 14.0.16

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.
@@ -12,11 +12,10 @@ repaint(): void
12
12
 
13
13
  ## `HTMLElement.prototype.getRelativeOffset`
14
14
 
15
- Calculate the element's position relative to a parent element. Returns document-based coordinates (including `window.scrollX/Y`) suitable for CSS `top`/`left` properties.
15
+ Calculate the element's position relative to a parent element. Returns coordinates suitable for CSS `top`/`left` properties.
16
16
 
17
17
  The calculation accounts for:
18
18
  - Viewport position (`getBoundingClientRect`)
19
- - Document scroll (`window.scrollX/Y`)
20
19
  - Parent internal scroll (`parentEl.scrollTop/Left`)
21
20
  - Intermediate element border widths
22
21
  - CSS `transform`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplysm/core-browser",
3
- "version": "14.0.14",
3
+ "version": "14.0.16",
4
4
  "description": "심플리즘 패키지 - 코어 (browser)",
5
5
  "author": "심플리즘",
6
6
  "license": "Apache-2.0",
@@ -25,6 +25,6 @@
25
25
  ],
26
26
  "dependencies": {
27
27
  "tabbable": "^6.4.0",
28
- "@simplysm/core-common": "14.0.14"
28
+ "@simplysm/core-common": "14.0.16"
29
29
  }
30
30
  }