maru_design2 2.28.0 → 2.28.1
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 +7 -0
- package/dist/components/atoms/icon/iconmap.d.ts +2 -0
- package/dist/index.js +32 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.28.1](https://github.com/42maru-ai/maru-design2/compare/v2.28.0...v2.28.1) (2025-11-20)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* :bento: Icon - ADD chevron down and up icons ([80dadb5](https://github.com/42maru-ai/maru-design2/commit/80dadb555950a946752226e0cb15fda6ada49c62))
|
|
9
|
+
|
|
3
10
|
## [2.28.0](https://github.com/42maru-ai/maru-design2/compare/v2.27.3...v2.28.0) (2025-11-12)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -95,6 +95,7 @@ export declare const ICONS: {
|
|
|
95
95
|
readonly Check_s1615: "Check_s1615";
|
|
96
96
|
readonly ChevronDown_s1613: "ChevronDown_s1613";
|
|
97
97
|
readonly ChevronDown_s1615: "ChevronDown_s1615";
|
|
98
|
+
readonly ChevronDown_s2015: "ChevronDown_s2015";
|
|
98
99
|
readonly ChevronDown_s2415: "ChevronDown_s2415";
|
|
99
100
|
readonly ChevronDown_s2420: "ChevronDown_s2420";
|
|
100
101
|
readonly ChevronLeftCircleBg_s2415: "ChevronLeftCircleBg_s2415";
|
|
@@ -118,6 +119,7 @@ export declare const ICONS: {
|
|
|
118
119
|
readonly ChevronSelectorVertical_s2020: "ChevronSelectorVertical_s2020";
|
|
119
120
|
readonly ChevronUp_s1613: "ChevronUp_s1613";
|
|
120
121
|
readonly ChevronUp_s1615: "ChevronUp_s1615";
|
|
122
|
+
readonly ChevronUp_s2015: "ChevronUp_s2015";
|
|
121
123
|
readonly ChevronUp_s2415: "ChevronUp_s2415";
|
|
122
124
|
readonly ChevronUp_s2420: "ChevronUp_s2420";
|
|
123
125
|
readonly ClipboardCheck_s1612: "ClipboardCheck_s1612";
|
package/dist/index.js
CHANGED
|
@@ -1176,6 +1176,21 @@ var iconmap = {
|
|
|
1176
1176
|
"circles": [],
|
|
1177
1177
|
"rects": []
|
|
1178
1178
|
},
|
|
1179
|
+
"ChevronDown_s2015": {
|
|
1180
|
+
"width": "20",
|
|
1181
|
+
"height": "20",
|
|
1182
|
+
"viewBox": "0 0 20 20",
|
|
1183
|
+
"fill": "none",
|
|
1184
|
+
"paths": [{
|
|
1185
|
+
"d": "M5 7.5L10 12.5L15 7.5",
|
|
1186
|
+
"stroke": "#5C5C5C",
|
|
1187
|
+
"strokeWidth": "1.5",
|
|
1188
|
+
"strokeLinecap": "round",
|
|
1189
|
+
"strokeLinejoin": "round"
|
|
1190
|
+
}],
|
|
1191
|
+
"circles": [],
|
|
1192
|
+
"rects": []
|
|
1193
|
+
},
|
|
1179
1194
|
"ChevronDown_s2415": {
|
|
1180
1195
|
"width": "24",
|
|
1181
1196
|
"height": "24",
|
|
@@ -1526,6 +1541,21 @@ var iconmap = {
|
|
|
1526
1541
|
"circles": [],
|
|
1527
1542
|
"rects": []
|
|
1528
1543
|
},
|
|
1544
|
+
"ChevronUp_s2015": {
|
|
1545
|
+
"width": "20",
|
|
1546
|
+
"height": "20",
|
|
1547
|
+
"viewBox": "0 0 20 20",
|
|
1548
|
+
"fill": "none",
|
|
1549
|
+
"paths": [{
|
|
1550
|
+
"d": "M15 12.5L10 7.5L5 12.5",
|
|
1551
|
+
"stroke": "#5C5C5C",
|
|
1552
|
+
"strokeWidth": "1.5",
|
|
1553
|
+
"strokeLinecap": "round",
|
|
1554
|
+
"strokeLinejoin": "round"
|
|
1555
|
+
}],
|
|
1556
|
+
"circles": [],
|
|
1557
|
+
"rects": []
|
|
1558
|
+
},
|
|
1529
1559
|
"ChevronUp_s2415": {
|
|
1530
1560
|
"width": "24",
|
|
1531
1561
|
"height": "24",
|
|
@@ -7174,6 +7204,7 @@ var ICONS = {
|
|
|
7174
7204
|
"Check_s1615": "Check_s1615",
|
|
7175
7205
|
"ChevronDown_s1613": "ChevronDown_s1613",
|
|
7176
7206
|
"ChevronDown_s1615": "ChevronDown_s1615",
|
|
7207
|
+
"ChevronDown_s2015": "ChevronDown_s2015",
|
|
7177
7208
|
"ChevronDown_s2415": "ChevronDown_s2415",
|
|
7178
7209
|
"ChevronDown_s2420": "ChevronDown_s2420",
|
|
7179
7210
|
"ChevronLeftCircleBg_s2415": "ChevronLeftCircleBg_s2415",
|
|
@@ -7197,6 +7228,7 @@ var ICONS = {
|
|
|
7197
7228
|
"ChevronSelectorVertical_s2020": "ChevronSelectorVertical_s2020",
|
|
7198
7229
|
"ChevronUp_s1613": "ChevronUp_s1613",
|
|
7199
7230
|
"ChevronUp_s1615": "ChevronUp_s1615",
|
|
7231
|
+
"ChevronUp_s2015": "ChevronUp_s2015",
|
|
7200
7232
|
"ChevronUp_s2415": "ChevronUp_s2415",
|
|
7201
7233
|
"ChevronUp_s2420": "ChevronUp_s2420",
|
|
7202
7234
|
"ClipboardCheck_s1612": "ClipboardCheck_s1612",
|