@liner-fe/internal-icon 1.0.45 → 1.0.46
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 +6 -0
- package/lib/index.js +2 -1
- package/package.json +1 -1
- package/src/generate-tsx-components.ts +1 -0
package/.ultra.cache.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"files":{"lib":"
|
|
1
|
+
{"files":{"lib":"1778047140151.011","node_modules":"1778047125418.0737","CHANGELOG.md":"4cb59c0a03001fa11b7262a208191de8e48dc596","README.md":"e0a89d4fcf5bddf1f816bfb20a928ddb301b8d2c","figma.json":"59f77fec62cc40cbfa38d3cc1851e37cad331146","package.json":"693c54264a46a41b2fb8b06e3e44f8e5e72272e9","src/generate-svg-files.ts":"6e4949b774de5b509eaab4a1a8efa600ee9a17fc","src/generate-tsx-components.ts":"209fd8782cb7788e7fce3dbd79aee875ee7f317f","src/index.ts":"9e03c9c45c92fc534262982bce233b91892c05f1","tsconfig.json":"298030567ca332304807fcdbb95d1218c9c0814f","tsup.config.ts":"8460f94f8ebd1d42fb4cc968298195ae5dd67cde"},"deps":{}}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @internal/icon
|
|
2
2
|
|
|
3
|
+
## 1.0.46
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 112e68c: generate-tsx-components의 SVGO 설정에서 `cleanupIds`를 비활성화. 같은 페이지에 inline 렌더되는 아이콘들이 축약된 generic id(`a`, `b` 등)를 공유해 `url(#a)` 참조가 다른 아이콘의 정의를 가리키며 깨지던 문제 수정 (예: color-hwp가 color-table의 clipPath를 참조해 깨짐).
|
|
8
|
+
|
|
3
9
|
## 1.0.45
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/lib/index.js
CHANGED
package/package.json
CHANGED