maru_design2 2.26.9 → 2.26.10

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,14 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.26.10](https://github.com/42maru-ai/maru-design2/compare/v2.26.9...v2.26.10) (2025-07-11)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * :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))
9
+ * :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))
10
+ * :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))
11
+
3
12
  ## [2.26.9](https://github.com/42maru-ai/maru-design2/compare/v2.26.8...v2.26.9) (2025-07-04)
4
13
 
5
14
 
@@ -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";
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": "M14 11L9 6L4 11",
1490
+ "d": "M12 10L8 6L4 10",
1476
1491
  "stroke": "#5C5C5C",
1477
1492
  "strokeWidth": "1.3",
1478
1493
  "strokeLinecap": "round",
@@ -6913,6 +6928,7 @@ var ICONS = {
6913
6928
  "ArrowDownCircle_s1413": "ArrowDownCircle_s1413",
6914
6929
  "ArrowLeftIn_s1613": "ArrowLeftIn_s1613",
6915
6930
  "ArrowLeftOut_s1810": "ArrowLeftOut_s1810",
6931
+ "ArrowLeft_s1613": "ArrowLeft_s1613",
6916
6932
  "ArrowRightIn_s1613": "ArrowRightIn_s1613",
6917
6933
  "ArrowRightOut02_s1615": "ArrowRightOut02_s1615",
6918
6934
  "ArrowRightOut_s1810": "ArrowRightOut_s1810",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maru_design2",
3
- "version": "2.26.9",
3
+ "version": "2.26.10",
4
4
  "main": "./dist/index.js",
5
5
  "author": "zena-42maru",
6
6
  "license": "MIT",