maru_design2 2.26.4 → 2.26.6
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/CHANGELOG.md +14 -0
- package/dist/components/atoms/icon/iconmap.d.ts +1 -0
- package/dist/index.js +16 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.26.6](https://github.com/42maru-ai/maru-design2/compare/v2.26.5...v2.26.6) (2025-06-26)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* :bug: Icon - fix icon map error ([ca1802f](https://github.com/42maru-ai/maru-design2/commit/ca1802f067e40413d9992307271e49f0d7a88e52))
|
|
9
|
+
|
|
10
|
+
## [2.26.5](https://github.com/42maru-ai/maru-design2/compare/v2.26.4...v2.26.5) (2025-06-26)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* :bento: Icon - add Clip_s1813 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([521b07b](https://github.com/42maru-ai/maru-design2/commit/521b07bd23b00309f0715e612ae94123a7ee9b5c))
|
|
16
|
+
|
|
3
17
|
## [2.26.4](https://github.com/42maru-ai/maru-design2/compare/v2.26.3...v2.26.4) (2025-06-26)
|
|
4
18
|
|
|
5
19
|
|
|
@@ -116,6 +116,7 @@ export declare const ICONS: {
|
|
|
116
116
|
readonly ChevronUp_s1613: "ChevronUp_s1613";
|
|
117
117
|
readonly ChevronUp_s1615: "ChevronUp_s1615";
|
|
118
118
|
readonly ChevronUp_s2420: "ChevronUp_s2420";
|
|
119
|
+
readonly Clip_s1813: "Clip_s1813";
|
|
119
120
|
readonly ClipboardCheck_s1612: "ClipboardCheck_s1612";
|
|
120
121
|
readonly ClipboardCheck_s1615: "ClipboardCheck_s1615";
|
|
121
122
|
readonly ClipboardPlus_s1615: "ClipboardPlus_s1615";
|
package/dist/index.js
CHANGED
|
@@ -1496,6 +1496,21 @@ var iconmap = {
|
|
|
1496
1496
|
"circles": [],
|
|
1497
1497
|
"rects": []
|
|
1498
1498
|
},
|
|
1499
|
+
"Clip_s1813": {
|
|
1500
|
+
"width": "18",
|
|
1501
|
+
"height": "19",
|
|
1502
|
+
"viewBox": "0 0 18 19",
|
|
1503
|
+
"fill": "none",
|
|
1504
|
+
"paths": [{
|
|
1505
|
+
"d": "M17 8.53391L8.97628 16.8149C7.1516 18.698 4.1932 18.698 2.36851 16.8149C0.543829 14.9317 0.543829 11.8784 2.36851 9.99525L10.3922 1.7143C11.6087 0.458841 13.581 0.458841 14.7974 1.7143C16.0139 2.96975 16.0139 5.00525 14.7974 6.2607L7.08835 14.2169C6.48012 14.8446 5.49399 14.8446 4.88576 14.2169C4.27753 13.5892 4.27753 12.5714 4.88576 11.9437L11.6509 4.96173",
|
|
1506
|
+
"stroke": "#ADACE3",
|
|
1507
|
+
"strokeWidth": "1.3",
|
|
1508
|
+
"strokeLinecap": "round",
|
|
1509
|
+
"strokeLinejoin": "round"
|
|
1510
|
+
}],
|
|
1511
|
+
"circles": [],
|
|
1512
|
+
"rects": []
|
|
1513
|
+
},
|
|
1499
1514
|
"ClipboardCheck_s1612": {
|
|
1500
1515
|
"width": "16",
|
|
1501
1516
|
"height": "16",
|
|
@@ -6924,6 +6939,7 @@ var ICONS = {
|
|
|
6924
6939
|
"ChevronUp_s1613": "ChevronUp_s1613",
|
|
6925
6940
|
"ChevronUp_s1615": "ChevronUp_s1615",
|
|
6926
6941
|
"ChevronUp_s2420": "ChevronUp_s2420",
|
|
6942
|
+
"Clip_s1813": "Clip_s1813",
|
|
6927
6943
|
"ClipboardCheck_s1612": "ClipboardCheck_s1612",
|
|
6928
6944
|
"ClipboardCheck_s1615": "ClipboardCheck_s1615",
|
|
6929
6945
|
"ClipboardPlus_s1615": "ClipboardPlus_s1615",
|