@uniai-fe/uds-foundation 0.1.8 → 0.1.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/dist/index.css CHANGED
@@ -19,7 +19,6 @@
19
19
  * {
20
20
  letter-spacing: -0.02em;
21
21
  flex-shrink: 0;
22
- overscroll-behavior-y: none;
23
22
  font-family: var(--font-family-sans, "Pretendard JP Variable", "Pretendard JP", "Pretendard Variable", "Pretendard", "Inter", sans-serif);
24
23
  }
25
24
  *:focus,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniai-fe/uds-foundation",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "UNIAI Design System; Design Foundation Package",
5
5
  "type": "module",
6
6
  "private": false,
@@ -19,7 +19,7 @@
19
19
  * {
20
20
  letter-spacing: -0.02em;
21
21
  flex-shrink: 0;
22
- overscroll-behavior-y: none;
22
+ // overscroll-behavior-y: none; // 전역적인 스크롤 동작 오류로 인해 주석처리함 (2026. 02. 10.)
23
23
  font-family: var(
24
24
  --font-family-sans,
25
25
  "Pretendard JP Variable",