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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "boottent-design",
|
|
3
|
-
"version": "0.1.
|
|
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":
|
|
19
|
-
|
|
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",
|