@sonamu-kit/react-components 0.1.3 → 0.1.4

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.
@@ -2,10 +2,13 @@
2
2
  @import "react-day-picker/dist/style.css";
3
3
  @import "tailwindcss";
4
4
 
5
- /* Tailwind v4: 외부 패키지에서 사용할 때 소스 경로 지정 */
5
+ /* Tailwind v4: 소스 경로 지정 */
6
+ /* 로컬 개발 시 src 폴더 스캔 */
6
7
  @source "../components/**/*.tsx";
7
8
  @source "../hooks/**/*.ts";
8
9
  @source "../lib/**/*.ts";
10
+ /* npm 패키지 사용 시 dist 폴더의 번들 스캔 */
11
+ @source "../react-components.es.js";
9
12
 
10
13
  /* VSCode CSS 린터: Tailwind v4의 새 문법 경고 무시 */
11
14
  /* @custom-variant, @theme는 Tailwind v4에서 정상 작동 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonamu-kit/react-components",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "type": "module",
5
5
  "author": "CartaNova <dev@cartanova.ai>",
6
6
  "repository": {