@uniai-fe/uds-templates 0.0.13 → 0.1.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.
package/README.md CHANGED
@@ -123,6 +123,8 @@ export default function LoginPage() {
123
123
  > 위 예시는 개념을 설명하기 위한 형태이며,
124
124
  > 실제 props 구조/이름은 `CONTEXT-AUTH.md`에서 확정·관리합니다.
125
125
 
126
+ > modules 레포 내부(Storybook 등)에서는 개발 편의를 위해 `@uniai-fe/uds-templates/src/index.scss`를 직접 import하지만, 외부 서비스/패키지는 `@uniai-fe/uds-templates/css` 엔트리만 사용해야 한다.
127
+
126
128
  ## Modal 모듈 사용법
127
129
 
128
130
  ui-legacy에서 사용하던 모달 스택/옵션을 templates 레이어로 옮겨왔습니다. 핵심 흐름은 다음과 같습니다.