maru_design2 2.26.6 → 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 CHANGED
@@ -1,5 +1,22 @@
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
+
11
+ ## [2.26.7](https://github.com/42maru-ai/maru-design2/compare/v2.26.6...v2.26.7) (2025-07-03)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * :bento: Icon - add ChevronDown_s2415 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([e3a40c3](https://github.com/42maru-ai/maru-design2/commit/e3a40c3375b7686f9fb5e79ba61c8dae87bb27e6))
17
+ * :bento: Icon - add Share03_s1210 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([87653f4](https://github.com/42maru-ai/maru-design2/commit/87653f48e0316964b905f5b709e59044d7711e7d))
18
+ * :bento: Icon - update puzzle icons [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([95db86c](https://github.com/42maru-ai/maru-design2/commit/95db86caa85099ffe7e560f56029294f68dc2101))
19
+
3
20
  ## [2.26.6](https://github.com/42maru-ai/maru-design2/compare/v2.26.5...v2.26.6) (2025-06-26)
4
21
 
5
22
 
@@ -93,6 +93,7 @@ export declare const ICONS: {
93
93
  readonly CheckboxOn_s2410: "CheckboxOn_s2410";
94
94
  readonly ChevronDown_s1613: "ChevronDown_s1613";
95
95
  readonly ChevronDown_s1615: "ChevronDown_s1615";
96
+ readonly ChevronDown_s2415: "ChevronDown_s2415";
96
97
  readonly ChevronDown_s2420: "ChevronDown_s2420";
97
98
  readonly ChevronLeftCircleBg_s2415: "ChevronLeftCircleBg_s2415";
98
99
  readonly ChevronLeftCircle_s1810: "ChevronLeftCircle_s1810";
@@ -115,6 +116,7 @@ export declare const ICONS: {
115
116
  readonly ChevronSelectorVertical_s2020: "ChevronSelectorVertical_s2020";
116
117
  readonly ChevronUp_s1613: "ChevronUp_s1613";
117
118
  readonly ChevronUp_s1615: "ChevronUp_s1615";
119
+ readonly ChevronUp_s2415: "ChevronUp_s2415";
118
120
  readonly ChevronUp_s2420: "ChevronUp_s2420";
119
121
  readonly Clip_s1813: "Clip_s1813";
120
122
  readonly ClipboardCheck_s1612: "ClipboardCheck_s1612";
@@ -312,7 +314,7 @@ export declare const ICONS: {
312
314
  readonly Preview_s1413: "Preview_s1413";
313
315
  readonly Pulse_s2415: "Pulse_s2415";
314
316
  readonly PuzzlePiece_s1810: "PuzzlePiece_s1810";
315
- readonly PuzzleSet_s1810: "PuzzleSet_s1810";
317
+ readonly PuzzleSet_s1610: "PuzzleSet_s1610";
316
318
  readonly QuestionCircleBg_s1610: "QuestionCircleBg_s1610";
317
319
  readonly RectShine_s1615: "RectShine_s1615";
318
320
  readonly RefreshCcw02_s1415: "RefreshCcw02_s1415";
@@ -340,6 +342,7 @@ export declare const ICONS: {
340
342
  readonly Settings02_s2415: "Settings02_s2415";
341
343
  readonly Settings02_s2420: "Settings02_s2420";
342
344
  readonly Settings03_s2415: "Settings03_s2415";
345
+ readonly Share03_s1210: "Share03_s1210";
343
346
  readonly Share03_s1215: "Share03_s1215";
344
347
  readonly Share03_s1413: "Share03_s1413";
345
348
  readonly Share03_s1613: "Share03_s1613";
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": "#ffffff",
293
+ "fill": "#8C8C8C",
294
294
  "stroke": "#8C8C8C"
295
295
  }],
296
296
  "rects": []
@@ -1146,6 +1146,21 @@ var iconmap = {
1146
1146
  "circles": [],
1147
1147
  "rects": []
1148
1148
  },
1149
+ "ChevronDown_s2415": {
1150
+ "width": "24",
1151
+ "height": "24",
1152
+ "viewBox": "0 0 24 24",
1153
+ "fill": "none",
1154
+ "paths": [{
1155
+ "d": "M6 9L12 15L18 9",
1156
+ "stroke": "#5C5C5C",
1157
+ "strokeWidth": "1.5",
1158
+ "strokeLinecap": "round",
1159
+ "strokeLinejoin": "round"
1160
+ }],
1161
+ "circles": [],
1162
+ "rects": []
1163
+ },
1149
1164
  "ChevronDown_s2420": {
1150
1165
  "width": "24",
1151
1166
  "height": "24",
@@ -1481,6 +1496,21 @@ var iconmap = {
1481
1496
  "circles": [],
1482
1497
  "rects": []
1483
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
+ },
1484
1514
  "ChevronUp_s2420": {
1485
1515
  "width": "24",
1486
1516
  "height": "24",
@@ -5310,45 +5340,45 @@ var iconmap = {
5310
5340
  },
5311
5341
  "PuzzlePiece_s1810": {
5312
5342
  "width": "18",
5313
- "height": "18",
5314
- "viewBox": "0 0 18 18",
5343
+ "height": "19",
5344
+ "viewBox": "0 0 18 19",
5315
5345
  "fill": "none",
5316
5346
  "paths": [{
5317
- "d": "M2.77778 5.11111H5.11111C5.31739 5.11111 5.51522 5.02917 5.66108 4.88331C5.80694 4.73744 5.88889 4.53961 5.88889 4.33333V3.55556C5.88889 3.143 6.05278 2.74733 6.3445 2.45561C6.63622 2.16389 7.03189 2 7.44444 2C7.857 2 8.25266 2.16389 8.54439 2.45561C8.83611 2.74733 9 3.143 9 3.55556V4.33333C9 4.53961 9.08194 4.73744 9.22781 4.88331C9.37367 5.02917 9.5715 5.11111 9.77778 5.11111H12.1111C12.3174 5.11111 12.5152 5.19306 12.6611 5.33892C12.8069 5.48478 12.8889 5.68261 12.8889 5.88889V8.22222C12.8889 8.4285 12.9708 8.62633 13.1167 8.77219C13.2626 8.91806 13.4604 9 13.6667 9H14.4444C14.857 9 15.2527 9.16389 15.5444 9.45561C15.8361 9.74734 16 10.143 16 10.5556C16 10.9681 15.8361 11.3638 15.5444 11.6555C15.2527 11.9472 14.857 12.1111 14.4444 12.1111H13.6667C13.4604 12.1111 13.2626 12.1931 13.1167 12.3389C12.9708 12.4848 12.8889 12.6826 12.8889 12.8889V15.2222C12.8889 15.4285 12.8069 15.6263 12.6611 15.7722C12.5152 15.9181 12.3174 16 12.1111 16H9.77778C9.5715 16 9.37367 15.9181 9.22781 15.7722C9.08194 15.6263 9 15.4285 9 15.2222V14.4444C9 14.0319 8.83611 13.6362 8.54439 13.3445C8.25266 13.0528 7.857 12.8889 7.44444 12.8889C7.03189 12.8889 6.63622 13.0528 6.3445 13.3445C6.05278 13.6362 5.88889 14.0319 5.88889 14.4444V15.2222C5.88889 15.4285 5.80694 15.6263 5.66108 15.7722C5.51522 15.9181 5.31739 16 5.11111 16H2.77778C2.5715 16 2.37367 15.9181 2.22781 15.7722C2.08194 15.6263 2 15.4285 2 15.2222V12.8889C2 12.6826 2.08194 12.4848 2.22781 12.3389C2.37367 12.1931 2.5715 12.1111 2.77778 12.1111H3.55556C3.96811 12.1111 4.36378 11.9472 4.6555 11.6555C4.94722 11.3638 5.11111 10.9681 5.11111 10.5556C5.11111 10.143 4.94722 9.74734 4.6555 9.45561C4.36378 9.16389 3.96811 9 3.55556 9H2.77778C2.5715 9 2.37367 8.91806 2.22781 8.77219C2.08194 8.62633 2 8.4285 2 8.22222V5.88889C2 5.68261 2.08194 5.48478 2.22781 5.33892C2.37367 5.19306 2.5715 5.11111 2.77778 5.11111Z",
5318
- "stroke": "#5C5C5C",
5347
+ "d": "M2.77778 5.61111H5.11111C5.31739 5.61111 5.51522 5.52917 5.66108 5.38331C5.80694 5.23744 5.88889 5.03961 5.88889 4.83333V4.05556C5.88889 3.643 6.05278 3.24733 6.3445 2.95561C6.63622 2.66389 7.03189 2.5 7.44444 2.5C7.857 2.5 8.25266 2.66389 8.54439 2.95561C8.83611 3.24733 9 3.643 9 4.05556V4.83333C9 5.03961 9.08194 5.23744 9.22781 5.38331C9.37367 5.52917 9.5715 5.61111 9.77778 5.61111H12.1111C12.3174 5.61111 12.5152 5.69306 12.6611 5.83892C12.8069 5.98478 12.8889 6.18261 12.8889 6.38889V8.72222C12.8889 8.9285 12.9708 9.12633 13.1167 9.27219C13.2626 9.41806 13.4604 9.5 13.6667 9.5H14.4444C14.857 9.5 15.2527 9.66389 15.5444 9.95561C15.8361 10.2473 16 10.643 16 11.0556C16 11.4681 15.8361 11.8638 15.5444 12.1555C15.2527 12.4472 14.857 12.6111 14.4444 12.6111H13.6667C13.4604 12.6111 13.2626 12.6931 13.1167 12.8389C12.9708 12.9848 12.8889 13.1826 12.8889 13.3889V15.7222C12.8889 15.9285 12.8069 16.1263 12.6611 16.2722C12.5152 16.4181 12.3174 16.5 12.1111 16.5H9.77778C9.5715 16.5 9.37367 16.4181 9.22781 16.2722C9.08194 16.1263 9 15.9285 9 15.7222V14.9444C9 14.5319 8.83611 14.1362 8.54439 13.8445C8.25266 13.5528 7.857 13.3889 7.44444 13.3889C7.03189 13.3889 6.63622 13.5528 6.3445 13.8445C6.05278 14.1362 5.88889 14.5319 5.88889 14.9444V15.7222C5.88889 15.9285 5.80694 16.1263 5.66108 16.2722C5.51522 16.4181 5.31739 16.5 5.11111 16.5H2.77778C2.5715 16.5 2.37367 16.4181 2.22781 16.2722C2.08194 16.1263 2 15.9285 2 15.7222V13.3889C2 13.1826 2.08194 12.9848 2.22781 12.8389C2.37367 12.6931 2.5715 12.6111 2.77778 12.6111H3.55556C3.96811 12.6111 4.36378 12.4472 4.6555 12.1555C4.94722 11.8638 5.11111 11.4681 5.11111 11.0556C5.11111 10.643 4.94722 10.2473 4.6555 9.95561C4.36378 9.66389 3.96811 9.5 3.55556 9.5H2.77778C2.5715 9.5 2.37367 9.41806 2.22781 9.27219C2.08194 9.12633 2 8.9285 2 8.72222V6.38889C2 6.18261 2.08194 5.98478 2.22781 5.83892C2.37367 5.69306 2.5715 5.61111 2.77778 5.61111Z",
5348
+ "stroke": "#213A78",
5319
5349
  "strokeLinecap": "round",
5320
5350
  "strokeLinejoin": "round"
5321
5351
  }],
5322
5352
  "circles": [],
5323
5353
  "rects": []
5324
5354
  },
5325
- "PuzzleSet_s1810": {
5326
- "width": "18",
5327
- "height": "18",
5328
- "viewBox": "0 0 18 18",
5355
+ "PuzzleSet_s1610": {
5356
+ "width": "16",
5357
+ "height": "15",
5358
+ "viewBox": "0 0 16 15",
5329
5359
  "fill": "none",
5330
5360
  "paths": [{
5331
- "d": "M2 3.75C2 3.28587 2.18437 2.84075 2.51256 2.51256C2.84075 2.18437 3.28587 2 3.75 2H14.25C14.7141 2 15.1592 2.18437 15.4874 2.51256C15.8156 2.84075 16 3.28587 16 3.75V14.25C16 14.7141 15.8156 15.1592 15.4874 15.4874C15.1592 15.8156 14.7141 16 14.25 16H3.75C3.28587 16 2.84075 15.8156 2.51256 15.4874C2.18437 15.1592 2 14.7141 2 14.25V3.75Z",
5361
+ "d": "M1 2.25C1 1.78587 1.18437 1.34075 1.51256 1.01256C1.84075 0.684374 2.28587 0.5 2.75 0.5H13.25C13.7141 0.5 14.1592 0.684374 14.4874 1.01256C14.8156 1.34075 15 1.78587 15 2.25V12.75C15 13.2141 14.8156 13.6592 14.4874 13.9874C14.1592 14.3156 13.7141 14.5 13.25 14.5H2.75C2.28587 14.5 1.84075 14.3156 1.51256 13.9874C1.18437 13.6592 1 13.2141 1 12.75V2.25Z",
5332
5362
  "stroke": "#5C5C5C",
5333
5363
  "strokeLinecap": "round",
5334
5364
  "strokeLinejoin": "round"
5335
5365
  }, {
5336
- "d": "M9 2V4.1875C9 4.30353 8.95391 4.41481 8.87186 4.49686C8.78981 4.57891 8.67853 4.625 8.5625 4.625C8.2144 4.625 7.88056 4.76328 7.63442 5.00942C7.38828 5.25556 7.25 5.5894 7.25 5.9375C7.25 6.2856 7.38828 6.61944 7.63442 6.86558C7.88056 7.11172 8.2144 7.25 8.5625 7.25C8.67853 7.25 8.78981 7.29609 8.87186 7.37814C8.95391 7.46019 9 7.57147 9 7.6875V9",
5366
+ "d": "M8 0.5V2.6875C8 2.80353 7.95391 2.91481 7.87186 2.99686C7.78981 3.07891 7.67853 3.125 7.5625 3.125C7.2144 3.125 6.88056 3.26328 6.63442 3.50942C6.38828 3.75556 6.25 4.0894 6.25 4.4375C6.25 4.7856 6.38828 5.11944 6.63442 5.36558C6.88056 5.61172 7.2144 5.75 7.5625 5.75C7.67853 5.75 7.78981 5.79609 7.87186 5.87814C7.95391 5.96019 8 6.07147 8 6.1875V7.5",
5337
5367
  "stroke": "#5C5C5C",
5338
5368
  "strokeLinecap": "round",
5339
5369
  "strokeLinejoin": "round"
5340
5370
  }, {
5341
- "d": "M9 9V10.3125C9 10.4285 9.04609 10.5398 9.12814 10.6219C9.21019 10.7039 9.32147 10.75 9.4375 10.75C9.7856 10.75 10.1194 10.8883 10.3656 11.1344C10.6117 11.3806 10.75 11.7144 10.75 12.0625C10.75 12.4106 10.6117 12.7444 10.3656 12.9906C10.1194 13.2367 9.7856 13.375 9.4375 13.375C9.32147 13.375 9.21019 13.4211 9.12814 13.5031C9.04609 13.5852 9 13.6965 9 13.8125V16",
5371
+ "d": "M8 7.5V8.8125C8 8.92853 8.04609 9.03981 8.12814 9.12186C8.21019 9.20391 8.32147 9.25 8.4375 9.25C8.7856 9.25 9.11944 9.38828 9.36558 9.63442C9.61172 9.88056 9.75 10.2144 9.75 10.5625C9.75 10.9106 9.61172 11.2444 9.36558 11.4906C9.11944 11.7367 8.7856 11.875 8.4375 11.875C8.32147 11.875 8.21019 11.9211 8.12814 12.0031C8.04609 12.0852 8 12.1965 8 12.3125V14.5",
5342
5372
  "stroke": "#5C5C5C",
5343
5373
  "strokeLinecap": "round",
5344
5374
  "strokeLinejoin": "round"
5345
5375
  }, {
5346
- "d": "M16 9H13.8125C13.6965 9 13.5852 8.95391 13.5031 8.87186C13.4211 8.78981 13.375 8.67853 13.375 8.5625C13.375 8.2144 13.2367 7.88056 12.9906 7.63442C12.7444 7.38828 12.4106 7.25 12.0625 7.25C11.7144 7.25 11.3806 7.38828 11.1344 7.63442C10.8883 7.88056 10.75 8.2144 10.75 8.5625C10.75 8.67853 10.7039 8.78981 10.6219 8.87186C10.5398 8.95391 10.4285 9 10.3125 9H9",
5376
+ "d": "M15 7.5H12.8125C12.6965 7.5 12.5852 7.45391 12.5031 7.37186C12.4211 7.28981 12.375 7.17853 12.375 7.0625C12.375 6.7144 12.2367 6.38056 11.9906 6.13442C11.7444 5.88828 11.4106 5.75 11.0625 5.75C10.7144 5.75 10.3806 5.88828 10.1344 6.13442C9.88828 6.38056 9.75 6.7144 9.75 7.0625C9.75 7.17853 9.70391 7.28981 9.62186 7.37186C9.53981 7.45391 9.42853 7.5 9.3125 7.5H8",
5347
5377
  "stroke": "#5C5C5C",
5348
5378
  "strokeLinecap": "round",
5349
5379
  "strokeLinejoin": "round"
5350
5380
  }, {
5351
- "d": "M9 9H7.6875C7.57147 9 7.46019 9.04609 7.37814 9.12814C7.29609 9.21019 7.25 9.32147 7.25 9.4375C7.25 9.7856 7.11172 10.1194 6.86558 10.3656C6.61944 10.6117 6.2856 10.75 5.9375 10.75C5.5894 10.75 5.25556 10.6117 5.00942 10.3656C4.76328 10.1194 4.625 9.7856 4.625 9.4375C4.625 9.32147 4.57891 9.21019 4.49686 9.12814C4.41481 9.04609 4.30353 9 4.1875 9H2",
5381
+ "d": "M8 7.5H6.6875C6.57147 7.5 6.46019 7.54609 6.37814 7.62814C6.29609 7.71019 6.25 7.82147 6.25 7.9375C6.25 8.2856 6.11172 8.61944 5.86558 8.86558C5.61944 9.11172 5.2856 9.25 4.9375 9.25C4.5894 9.25 4.25556 9.11172 4.00942 8.86558C3.76328 8.61944 3.625 8.2856 3.625 7.9375C3.625 7.82147 3.57891 7.71019 3.49686 7.62814C3.41481 7.54609 3.30353 7.5 3.1875 7.5H1",
5352
5382
  "stroke": "#5C5C5C",
5353
5383
  "strokeLinecap": "round",
5354
5384
  "strokeLinejoin": "round"
@@ -5805,6 +5835,20 @@ var iconmap = {
5805
5835
  "circles": [],
5806
5836
  "rects": []
5807
5837
  },
5838
+ "Share03_s1210": {
5839
+ "width": "12",
5840
+ "height": "12",
5841
+ "viewBox": "0 0 12 12",
5842
+ "fill": "none",
5843
+ "paths": [{
5844
+ "d": "M10.5 4.5L10.5 1.5M10.5 1.5H7.49999M10.5 1.5L6 6M5 1.5H3.9C3.05992 1.5 2.63988 1.5 2.31901 1.66349C2.03677 1.8073 1.8073 2.03677 1.66349 2.31901C1.5 2.63988 1.5 3.05992 1.5 3.9V8.1C1.5 8.94008 1.5 9.36012 1.66349 9.68099C1.8073 9.96323 2.03677 10.1927 2.31901 10.3365C2.63988 10.5 3.05992 10.5 3.9 10.5H8.1C8.94008 10.5 9.36012 10.5 9.68099 10.3365C9.96323 10.1927 10.1927 9.96323 10.3365 9.68099C10.5 9.36012 10.5 8.94008 10.5 8.1V7",
5845
+ "stroke": "#213A78",
5846
+ "strokeLinecap": "round",
5847
+ "strokeLinejoin": "round"
5848
+ }],
5849
+ "circles": [],
5850
+ "rects": []
5851
+ },
5808
5852
  "Share03_s1215": {
5809
5853
  "width": "12",
5810
5854
  "height": "12",
@@ -6916,6 +6960,7 @@ var ICONS = {
6916
6960
  "CheckboxOn_s2410": "CheckboxOn_s2410",
6917
6961
  "ChevronDown_s1613": "ChevronDown_s1613",
6918
6962
  "ChevronDown_s1615": "ChevronDown_s1615",
6963
+ "ChevronDown_s2415": "ChevronDown_s2415",
6919
6964
  "ChevronDown_s2420": "ChevronDown_s2420",
6920
6965
  "ChevronLeftCircleBg_s2415": "ChevronLeftCircleBg_s2415",
6921
6966
  "ChevronLeftCircle_s1810": "ChevronLeftCircle_s1810",
@@ -6938,6 +6983,7 @@ var ICONS = {
6938
6983
  "ChevronSelectorVertical_s2020": "ChevronSelectorVertical_s2020",
6939
6984
  "ChevronUp_s1613": "ChevronUp_s1613",
6940
6985
  "ChevronUp_s1615": "ChevronUp_s1615",
6986
+ "ChevronUp_s2415": "ChevronUp_s2415",
6941
6987
  "ChevronUp_s2420": "ChevronUp_s2420",
6942
6988
  "Clip_s1813": "Clip_s1813",
6943
6989
  "ClipboardCheck_s1612": "ClipboardCheck_s1612",
@@ -7135,7 +7181,7 @@ var ICONS = {
7135
7181
  "Preview_s1413": "Preview_s1413",
7136
7182
  "Pulse_s2415": "Pulse_s2415",
7137
7183
  "PuzzlePiece_s1810": "PuzzlePiece_s1810",
7138
- "PuzzleSet_s1810": "PuzzleSet_s1810",
7184
+ "PuzzleSet_s1610": "PuzzleSet_s1610",
7139
7185
  "QuestionCircleBg_s1610": "QuestionCircleBg_s1610",
7140
7186
  "RectShine_s1615": "RectShine_s1615",
7141
7187
  "RefreshCcw02_s1415": "RefreshCcw02_s1415",
@@ -7163,6 +7209,7 @@ var ICONS = {
7163
7209
  "Settings02_s2415": "Settings02_s2415",
7164
7210
  "Settings02_s2420": "Settings02_s2420",
7165
7211
  "Settings03_s2415": "Settings03_s2415",
7212
+ "Share03_s1210": "Share03_s1210",
7166
7213
  "Share03_s1215": "Share03_s1215",
7167
7214
  "Share03_s1413": "Share03_s1413",
7168
7215
  "Share03_s1613": "Share03_s1613",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maru_design2",
3
- "version": "2.26.6",
3
+ "version": "2.26.8",
4
4
  "main": "./dist/index.js",
5
5
  "author": "zena-42maru",
6
6
  "license": "MIT",