boottent-design 0.1.235 → 0.1.236

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/DESIGN.md CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  > [!WARNING]
4
4
  > **자동 생성된 파일 — 직접 수정 금지**
5
- > 생성 일시: 2026. 5. 4. 오전 10:50:49
6
- > 원본 소스: boottent-design v0.1.234
5
+ > 생성 일시: 2026. 5. 4. 오전 11:08:54
6
+ > 원본 소스: boottent-design v0.1.235
7
7
 
8
8
  ## 1. 개요 (Overview)
9
9
 
@@ -0,0 +1,2 @@
1
+ declare const stylesheet: string;
2
+ export default stylesheet;
@@ -0,0 +1,2 @@
1
+ declare const stylesheet: string;
2
+ export default stylesheet;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "boottent-design",
3
- "version": "0.1.235",
3
+ "version": "0.1.236",
4
4
  "description": "부트텐트 디자인시스템 라이브러리",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,14 @@
15
15
  ],
16
16
  "style": "./dist/styles.css",
17
17
  "exports": {
18
- "./styles.css": "./dist/styles.css",
19
- "./foundation.css": "./dist/foundation.css",
18
+ "./styles.css": {
19
+ "types": "./dist/types/styles-css.d.ts",
20
+ "default": "./dist/styles.css"
21
+ },
22
+ "./foundation.css": {
23
+ "types": "./dist/types/foundation-css.d.ts",
24
+ "default": "./dist/foundation.css"
25
+ },
20
26
  "./tailwind-preset": {
21
27
  "types": "./dist/types/tailwind-preset.d.ts",
22
28
  "import": "./dist/tailwind-preset.js",