maru_design2 2.24.1 → 2.24.2
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 +1 -0
- package/dist/index.js +15 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.24.2](https://github.com/42maru-ai/maru-design2/compare/v2.24.1...v2.24.2) (2025-03-26)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* :bento: Icon - add Trash01_s1210 [#402](https://github.com/42maru-ai/maru-design2/issues/402) ([c4a1cde](https://github.com/42maru-ai/maru-design2/commit/c4a1cde92957add8579dfa81069d399d819824ad))
|
|
9
|
+
|
|
3
10
|
## [2.24.1](https://github.com/42maru-ai/maru-design2/compare/v2.24.0...v2.24.1) (2025-03-14)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -316,6 +316,7 @@ export declare const ICONS: {
|
|
|
316
316
|
readonly Toggle_s2415: "Toggle_s2415";
|
|
317
317
|
readonly Tool_s1413: "Tool_s1413";
|
|
318
318
|
readonly Transform_s1815: "Transform_s1815";
|
|
319
|
+
readonly Trash01_s1210: "Trash01_s1210";
|
|
319
320
|
readonly Trash01_s1413: "Trash01_s1413";
|
|
320
321
|
readonly Trash01_s1613: "Trash01_s1613";
|
|
321
322
|
readonly Trash01_s1810: "Trash01_s1810";
|
package/dist/index.js
CHANGED
|
@@ -5262,6 +5262,20 @@ var iconmap = {
|
|
|
5262
5262
|
"circles": [],
|
|
5263
5263
|
"rects": []
|
|
5264
5264
|
},
|
|
5265
|
+
"Trash01_s1210": {
|
|
5266
|
+
"width": "12",
|
|
5267
|
+
"height": "12",
|
|
5268
|
+
"viewBox": "0 0 12 12",
|
|
5269
|
+
"fill": "none",
|
|
5270
|
+
"paths": [{
|
|
5271
|
+
"d": "M8.325 2.85V2.43C8.325 1.84194 8.325 1.54792 8.21056 1.32331C8.10989 1.12574 7.94926 0.96511 7.75169 0.864443C7.52708 0.75 7.23306 0.75 6.645 0.75H5.805C5.21695 0.75 4.92292 0.75 4.69831 0.864443C4.50074 0.96511 4.34011 1.12574 4.23944 1.32331C4.125 1.54792 4.125 1.84194 4.125 2.43V2.85M5.175 5.7375V8.3625M7.275 5.7375V8.3625M1.5 2.85H10.95M9.9 2.85V8.73C9.9 9.61208 9.9 10.0531 9.72834 10.39C9.57734 10.6864 9.33639 10.9273 9.04004 11.0783C8.70313 11.25 8.26208 11.25 7.38 11.25H5.07C4.18792 11.25 3.74688 11.25 3.40997 11.0783C3.11361 10.9273 2.87267 10.6864 2.72166 10.39C2.55 10.0531 2.55 9.61208 2.55 8.73V2.85",
|
|
5272
|
+
"stroke": "#E53E3E",
|
|
5273
|
+
"strokeLinecap": "round",
|
|
5274
|
+
"strokeLinejoin": "round"
|
|
5275
|
+
}],
|
|
5276
|
+
"circles": [],
|
|
5277
|
+
"rects": []
|
|
5278
|
+
},
|
|
5265
5279
|
"Trash01_s1413": {
|
|
5266
5280
|
"width": "14",
|
|
5267
5281
|
"height": "14",
|
|
@@ -6069,6 +6083,7 @@ var ICONS = {
|
|
|
6069
6083
|
"Toggle_s2415": "Toggle_s2415",
|
|
6070
6084
|
"Tool_s1413": "Tool_s1413",
|
|
6071
6085
|
"Transform_s1815": "Transform_s1815",
|
|
6086
|
+
"Trash01_s1210": "Trash01_s1210",
|
|
6072
6087
|
"Trash01_s1413": "Trash01_s1413",
|
|
6073
6088
|
"Trash01_s1613": "Trash01_s1613",
|
|
6074
6089
|
"Trash01_s1810": "Trash01_s1810",
|