@lotte-innovate/ui-component-test 0.1.30 → 0.1.32

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
@@ -1,7 +1,7 @@
1
1
  # LOTTE UI COMPONENT LIBRARY
2
2
 
3
3
  <div style="padding: 20px;">
4
- <img src="./Welcome.png" style="width: auto; height: auto;" alt="컴포넌트 이미지입니다."/>
4
+ <img src="./public/images/Welcome.png" style="width: auto; height: auto;" alt="컴포넌트 이미지입니다."/>
5
5
  </div>
6
6
 
7
7
  ---
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lotte-innovate/ui-component-test",
3
3
  "description": "Lotte UI Library",
4
- "version": "0.1.30",
4
+ "version": "0.1.32",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "files": [
@@ -9,7 +9,7 @@
9
9
  "dist/tailwind.config.d.ts",
10
10
  "dist/tailwind.config.js",
11
11
  "dist/globals.css",
12
- "src/lib/Welcome.png"
12
+ "public/images/Welcome.png"
13
13
  ],
14
14
  "main": "dist/lib/index.js",
15
15
  "module": "dist/lib/index.js",
File without changes