@liner-fe/internal-icon 1.0.32 → 1.0.34
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/.ultra.cache.json +1 -1
- package/CHANGELOG.md +14 -0
- package/figma.json +690 -1067
- package/lib/index.js +9 -20
- package/package.json +1 -1
- package/src/generate-svg-files.ts +0 -4
- package/src/generate-tsx-components.ts +9 -15
package/.ultra.cache.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"files":{"lib":"
|
|
1
|
+
{"files":{"lib":"1775564898367.4294","node_modules":"1775564882548.3875","CHANGELOG.md":"1c57a02fbf6cd265e704fc96ece62cb87b56f16f","README.md":"e0a89d4fcf5bddf1f816bfb20a928ddb301b8d2c","figma.json":"37bb0182df69db19447e1eab5bf2b94b078882ad","package.json":"ac3e0c314304da75e37220378b64034bda1f6a67","src/generate-svg-files.ts":"207c9eeabf5593f57cd8e01c569b086ce98356fc","src/generate-tsx-components.ts":"52991558d51f4d6261d637f36f0ff457c78a9670","src/index.ts":"9e03c9c45c92fc534262982bce233b91892c05f1","tsconfig.json":"298030567ca332304807fcdbb95d1218c9c0814f","tsup.config.ts":"4dc8bfd36076fff8fa1d84a48a072d40e6581810"},"deps":{}}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @internal/icon
|
|
2
2
|
|
|
3
|
+
## 1.0.34
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 10d99d9: Update Icon
|
|
8
|
+
- bb79ccc: Update Icon
|
|
9
|
+
- add9b82: Update Icon
|
|
10
|
+
|
|
11
|
+
## 1.0.33
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 33464db: color-slides 아이콘 SVG 데이터 추가
|
|
16
|
+
|
|
3
17
|
## 1.0.32
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|