@xfilecom/front-core 0.2.9 → 0.2.11

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/base.css CHANGED
@@ -3,11 +3,11 @@
3
3
  *
4
4
  * 권장 로드 순서 (xframe web/shared 와 함께 쓸 때):
5
5
  * 1. @xfilecom/front-core/tokens.css
6
- * 2. web/shared/src/styles/xfc-theme.css 앱별 :root --xfc-* 덮어쓰기(선택)
7
- * 3. 이 파일 (base.css) atoms(.xfc-*)
8
- * 4. web/shared/src/styles/app.css — 레이아웃 + atoms 클래스 오버라이드(선택)
6
+ * 2. 이 파일 (base.css) atoms(.xfc-*)
7
+ * 3. web/shared/src/styles/xfc-theme.css :root + .xfc-* 덮어쓰기(선택, base 이후)
8
+ * 4. web/shared/src/styles/app.css — 레이아웃 + 추가 오버라이드(선택)
9
9
  *
10
- * CSS 변수는 사용 시점에 계산되므로, (2)에서 바꾼 --xfc-* (3)의 atoms 규칙에 반영됩니다.
10
+ * :root --xfc-* (3)에서 바꿔도 var() 해석 시 반영되며, (3)의 클래스 규칙은 (2)를 덮어씁니다.
11
11
  */
12
12
 
13
13
  *,
package/dist/index.d.ts CHANGED
@@ -3,9 +3,9 @@
3
3
  *
4
4
  * CSS (xframe 템플릿·web/shared 권장 순서):
5
5
  * import '@xfilecom/front-core/tokens.css';
6
- * import '<shared>/styles/xfc-theme.css'; // 앱 토큰 덮어쓰기(선택)
7
6
  * import '@xfilecom/front-core/base.css';
8
- * import '<shared>/styles/app.css'; // 레이아웃 + .xfc-* 오버라이드
7
+ * import '<shared>/styles/xfc-theme.css'; // :root + .xfc-* (base 이후, 선택)
8
+ * import '<shared>/styles/app.css'; // 레이아웃 + 추가 오버라이드
9
9
  *
10
10
  * React atoms: 패키지 루트 또는 `@xfilecom/front-core/atoms`.
11
11
  */
package/dist/index.js CHANGED
@@ -6,9 +6,9 @@ exports.ToastSeverityIcon = exports.ToastList = exports.Toast = exports.Text = e
6
6
  *
7
7
  * CSS (xframe 템플릿·web/shared 권장 순서):
8
8
  * import '@xfilecom/front-core/tokens.css';
9
- * import '<shared>/styles/xfc-theme.css'; // 앱 토큰 덮어쓰기(선택)
10
9
  * import '@xfilecom/front-core/base.css';
11
- * import '<shared>/styles/app.css'; // 레이아웃 + .xfc-* 오버라이드
10
+ * import '<shared>/styles/xfc-theme.css'; // :root + .xfc-* (base 이후, 선택)
11
+ * import '<shared>/styles/app.css'; // 레이아웃 + 추가 오버라이드
12
12
  *
13
13
  * React atoms: 패키지 루트 또는 `@xfilecom/front-core/atoms`.
14
14
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfilecom/front-core",
3
- "version": "0.2.9",
3
+ "version": "0.2.11",
4
4
  "description": "Shared design tokens, base CSS, and atomic React components (browser-only; no Nest dependency)",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",