maru_design2 2.26.7 → 2.26.8
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 +8 -0
- package/dist/components/atoms/icon/iconmap.d.ts +1 -0
- package/dist/index.js +17 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.26.8](https://github.com/42maru-ai/maru-design2/compare/v2.26.7...v2.26.8) (2025-07-04)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* :bento: Icon - add ChevronUp_s2415 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([c6804ef](https://github.com/42maru-ai/maru-design2/commit/c6804ef807ef66b7d34044e134c6f2de12f26b4d))
|
|
9
|
+
* :bug: Icon - delete bg from AlertCircle_s1610 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([210dcd6](https://github.com/42maru-ai/maru-design2/commit/210dcd656b17e55479decd4c7c23c792e42abc11))
|
|
10
|
+
|
|
3
11
|
## [2.26.7](https://github.com/42maru-ai/maru-design2/compare/v2.26.6...v2.26.7) (2025-07-03)
|
|
4
12
|
|
|
5
13
|
|
|
@@ -116,6 +116,7 @@ export declare const ICONS: {
|
|
|
116
116
|
readonly ChevronSelectorVertical_s2020: "ChevronSelectorVertical_s2020";
|
|
117
117
|
readonly ChevronUp_s1613: "ChevronUp_s1613";
|
|
118
118
|
readonly ChevronUp_s1615: "ChevronUp_s1615";
|
|
119
|
+
readonly ChevronUp_s2415: "ChevronUp_s2415";
|
|
119
120
|
readonly ChevronUp_s2420: "ChevronUp_s2420";
|
|
120
121
|
readonly Clip_s1813: "Clip_s1813";
|
|
121
122
|
readonly ClipboardCheck_s1612: "ClipboardCheck_s1612";
|
package/dist/index.js
CHANGED
|
@@ -290,7 +290,7 @@ var iconmap = {
|
|
|
290
290
|
"cx": "8",
|
|
291
291
|
"cy": "8",
|
|
292
292
|
"r": "7.5",
|
|
293
|
-
"fill": "#
|
|
293
|
+
"fill": "#8C8C8C",
|
|
294
294
|
"stroke": "#8C8C8C"
|
|
295
295
|
}],
|
|
296
296
|
"rects": []
|
|
@@ -1496,6 +1496,21 @@ var iconmap = {
|
|
|
1496
1496
|
"circles": [],
|
|
1497
1497
|
"rects": []
|
|
1498
1498
|
},
|
|
1499
|
+
"ChevronUp_s2415": {
|
|
1500
|
+
"width": "24",
|
|
1501
|
+
"height": "24",
|
|
1502
|
+
"viewBox": "0 0 24 24",
|
|
1503
|
+
"fill": "none",
|
|
1504
|
+
"paths": [{
|
|
1505
|
+
"d": "M18 15L12 9L6 15",
|
|
1506
|
+
"stroke": "#5C5C5C",
|
|
1507
|
+
"strokeWidth": "1.5",
|
|
1508
|
+
"strokeLinecap": "round",
|
|
1509
|
+
"strokeLinejoin": "round"
|
|
1510
|
+
}],
|
|
1511
|
+
"circles": [],
|
|
1512
|
+
"rects": []
|
|
1513
|
+
},
|
|
1499
1514
|
"ChevronUp_s2420": {
|
|
1500
1515
|
"width": "24",
|
|
1501
1516
|
"height": "24",
|
|
@@ -6968,6 +6983,7 @@ var ICONS = {
|
|
|
6968
6983
|
"ChevronSelectorVertical_s2020": "ChevronSelectorVertical_s2020",
|
|
6969
6984
|
"ChevronUp_s1613": "ChevronUp_s1613",
|
|
6970
6985
|
"ChevronUp_s1615": "ChevronUp_s1615",
|
|
6986
|
+
"ChevronUp_s2415": "ChevronUp_s2415",
|
|
6971
6987
|
"ChevronUp_s2420": "ChevronUp_s2420",
|
|
6972
6988
|
"Clip_s1813": "Clip_s1813",
|
|
6973
6989
|
"ClipboardCheck_s1612": "ClipboardCheck_s1612",
|