maru_design2 2.26.9 → 2.26.11
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 +16 -0
- package/dist/components/atoms/icon/iconmap.d.ts +2 -0
- package/dist/index.js +33 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.26.11](https://github.com/42maru-ai/maru-design2/compare/v2.26.10...v2.26.11) (2025-07-14)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* :bento: Icon - add Download02_s2413 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([b31ba53](https://github.com/42maru-ai/maru-design2/commit/b31ba53eab4d9e73cacf78229028a5444d095b2a))
|
|
9
|
+
|
|
10
|
+
## [2.26.10](https://github.com/42maru-ai/maru-design2/compare/v2.26.9...v2.26.10) (2025-07-11)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* :bento: Icon - add ArrowLeft_s1613 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([c1feb36](https://github.com/42maru-ai/maru-design2/commit/c1feb36d2eb062bf8feb8e09362ded54b51ed51c))
|
|
16
|
+
* :bento: Icon - add ArrowLeft_s1613 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([4cac0a1](https://github.com/42maru-ai/maru-design2/commit/4cac0a132f0f5308b9dc20accefedfdafcad4826))
|
|
17
|
+
* :bento: Icon - update ChevronUp_s1613 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([19e4025](https://github.com/42maru-ai/maru-design2/commit/19e4025f37d754abb2110e706268034a6fcaa374))
|
|
18
|
+
|
|
3
19
|
## [2.26.9](https://github.com/42maru-ai/maru-design2/compare/v2.26.8...v2.26.9) (2025-07-04)
|
|
4
20
|
|
|
5
21
|
|
|
@@ -46,6 +46,7 @@ export declare const ICONS: {
|
|
|
46
46
|
readonly ArrowDownCircle_s1413: "ArrowDownCircle_s1413";
|
|
47
47
|
readonly ArrowLeftIn_s1613: "ArrowLeftIn_s1613";
|
|
48
48
|
readonly ArrowLeftOut_s1810: "ArrowLeftOut_s1810";
|
|
49
|
+
readonly ArrowLeft_s1613: "ArrowLeft_s1613";
|
|
49
50
|
readonly ArrowRightIn_s1613: "ArrowRightIn_s1613";
|
|
50
51
|
readonly ArrowRightOut02_s1615: "ArrowRightOut02_s1615";
|
|
51
52
|
readonly ArrowRightOut_s1810: "ArrowRightOut_s1810";
|
|
@@ -181,6 +182,7 @@ export declare const ICONS: {
|
|
|
181
182
|
readonly Download01_s1313: "Download01_s1313";
|
|
182
183
|
readonly Download01_s1413: "Download01_s1413";
|
|
183
184
|
readonly Download01_s1613: "Download01_s1613";
|
|
185
|
+
readonly Download02_s2413: "Download02_s2413";
|
|
184
186
|
readonly Downstream_s1310: "Downstream_s1310";
|
|
185
187
|
readonly Downstream_s1410: "Downstream_s1410";
|
|
186
188
|
readonly Downstream_s2410: "Downstream_s2410";
|
package/dist/index.js
CHANGED
|
@@ -410,6 +410,21 @@ var iconmap = {
|
|
|
410
410
|
"circles": [],
|
|
411
411
|
"rects": []
|
|
412
412
|
},
|
|
413
|
+
"ArrowLeft_s1613": {
|
|
414
|
+
"width": "16",
|
|
415
|
+
"height": "16",
|
|
416
|
+
"viewBox": "0 0 16 16",
|
|
417
|
+
"fill": "none",
|
|
418
|
+
"paths": [{
|
|
419
|
+
"d": "M13 8L3 8M3 8L8 13M3 8L8 3",
|
|
420
|
+
"stroke": "#5C5C5C",
|
|
421
|
+
"strokeWidth": "1.3",
|
|
422
|
+
"strokeLinecap": "round",
|
|
423
|
+
"strokeLinejoin": "round"
|
|
424
|
+
}],
|
|
425
|
+
"circles": [],
|
|
426
|
+
"rects": []
|
|
427
|
+
},
|
|
413
428
|
"ArrowRightIn_s1613": {
|
|
414
429
|
"width": "16",
|
|
415
430
|
"height": "16",
|
|
@@ -1472,7 +1487,7 @@ var iconmap = {
|
|
|
1472
1487
|
"viewBox": "0 0 16 16",
|
|
1473
1488
|
"fill": "none",
|
|
1474
1489
|
"paths": [{
|
|
1475
|
-
"d": "
|
|
1490
|
+
"d": "M12 10L8 6L4 10",
|
|
1476
1491
|
"stroke": "#5C5C5C",
|
|
1477
1492
|
"strokeWidth": "1.3",
|
|
1478
1493
|
"strokeLinecap": "round",
|
|
@@ -2937,6 +2952,21 @@ var iconmap = {
|
|
|
2937
2952
|
"circles": [],
|
|
2938
2953
|
"rects": []
|
|
2939
2954
|
},
|
|
2955
|
+
"Download02_s2413": {
|
|
2956
|
+
"width": "24",
|
|
2957
|
+
"height": "24",
|
|
2958
|
+
"viewBox": "0 0 24 24",
|
|
2959
|
+
"fill": "none",
|
|
2960
|
+
"paths": [{
|
|
2961
|
+
"d": "M20 20H4M17.3333 11.1111L12 16.4444M12 16.4444L6.66667 11.1111M12 16.4444V4",
|
|
2962
|
+
"stroke": "#8C8C8C",
|
|
2963
|
+
"strokeWidth": "1.3",
|
|
2964
|
+
"strokeLinecap": "round",
|
|
2965
|
+
"strokeLinejoin": "round"
|
|
2966
|
+
}],
|
|
2967
|
+
"circles": [],
|
|
2968
|
+
"rects": []
|
|
2969
|
+
},
|
|
2940
2970
|
"Downstream_s1310": {
|
|
2941
2971
|
"width": "13",
|
|
2942
2972
|
"height": "13",
|
|
@@ -6913,6 +6943,7 @@ var ICONS = {
|
|
|
6913
6943
|
"ArrowDownCircle_s1413": "ArrowDownCircle_s1413",
|
|
6914
6944
|
"ArrowLeftIn_s1613": "ArrowLeftIn_s1613",
|
|
6915
6945
|
"ArrowLeftOut_s1810": "ArrowLeftOut_s1810",
|
|
6946
|
+
"ArrowLeft_s1613": "ArrowLeft_s1613",
|
|
6916
6947
|
"ArrowRightIn_s1613": "ArrowRightIn_s1613",
|
|
6917
6948
|
"ArrowRightOut02_s1615": "ArrowRightOut02_s1615",
|
|
6918
6949
|
"ArrowRightOut_s1810": "ArrowRightOut_s1810",
|
|
@@ -7048,6 +7079,7 @@ var ICONS = {
|
|
|
7048
7079
|
"Download01_s1313": "Download01_s1313",
|
|
7049
7080
|
"Download01_s1413": "Download01_s1413",
|
|
7050
7081
|
"Download01_s1613": "Download01_s1613",
|
|
7082
|
+
"Download02_s2413": "Download02_s2413",
|
|
7051
7083
|
"Downstream_s1310": "Downstream_s1310",
|
|
7052
7084
|
"Downstream_s1410": "Downstream_s1410",
|
|
7053
7085
|
"Downstream_s2410": "Downstream_s2410",
|