@uniai-fe/uds-foundation 0.0.9 → 0.0.10

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
@@ -290,7 +290,8 @@
290
290
  }
291
291
  }
292
292
  html,
293
- body {
293
+ body,
294
+ .uds-theme-root {
294
295
  width: 100%;
295
296
  height: 100%;
296
297
  position: fixed;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniai-fe/uds-foundation",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "UNIAI Design System; Design Foundation Package",
5
5
  "type": "module",
6
6
  "private": false,
@@ -1,7 +1,8 @@
1
1
  // 문서 루트 영역 기본 레이아웃 mixin
2
2
  @mixin foundation-document() {
3
3
  html,
4
- body {
4
+ body,
5
+ .uds-theme-root {
5
6
  width: 100%;
6
7
  height: 100%;
7
8
  position: fixed;