maru_design2 2.26.0 → 2.26.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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.26.1](https://github.com/42maru-ai/maru-design2/compare/v2.26.0...v2.26.1) (2025-05-20)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * :bento: Icon - add AlertCircle_s1610 ([c868546](https://github.com/42maru-ai/maru-design2/commit/c868546e42eb3e8385e85346b2340d8d213f8097))
9
+ * :bento: Icon - delete AlertCircleBg_s1610 ([ee64358](https://github.com/42maru-ai/maru-design2/commit/ee643587bc7d45c36f0bfd128bcb55c1f4e70f0b))
10
+
3
11
  ## [2.26.0](https://github.com/42maru-ai/maru-design2/compare/v2.25.3...v2.26.0) (2025-05-13)
4
12
 
5
13
 
@@ -37,8 +37,8 @@ export declare const iconmap: {
37
37
  };
38
38
  };
39
39
  export declare const ICONS: {
40
- readonly AlertCircleBg_s1610: "AlertCircleBg_s1610";
41
40
  readonly AlertCircle_s1413: "AlertCircle_s1413";
41
+ readonly AlertCircle_s1610: "AlertCircle_s1610";
42
42
  readonly AlertCircle_s1615: "AlertCircle_s1615";
43
43
  readonly AlertTriangleBg_s2410: "AlertTriangleBg_s2410";
44
44
  readonly AlertTriangle_s1615: "AlertTriangle_s1615";
package/dist/index.js CHANGED
@@ -262,23 +262,6 @@ var useColor = function useColor(color) {
262
262
  /* eslint-disable quotes */
263
263
  /* eslint-disable quote-props */
264
264
  var iconmap = {
265
- "AlertCircleBg_s1610": {
266
- "width": "16",
267
- "height": "16",
268
- "viewBox": "0 0 16 16",
269
- "fill": "none",
270
- "paths": [{
271
- "d": "M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM8 4C7.46459 4 7.04623 4.46229 7.0995 4.99504L7.45025 8.50248C7.47849 8.78492 7.71616 9 8 9C8.28384 9 8.52151 8.78492 8.54975 8.50248L8.9005 4.99504C8.95377 4.46228 8.53541 4 8 4ZM8.00154 10C7.44926 10 7.00154 10.4477 7.00154 11C7.00154 11.5523 7.44926 12 8.00154 12C8.55383 12 9.00154 11.5523 9.00154 11C9.00154 10.4477 8.55383 10 8.00154 10Z",
272
- "fill": "#E53E3E"
273
- }],
274
- "circles": [{
275
- "cx": "8",
276
- "cy": "8",
277
- "r": "6",
278
- "fill": "white"
279
- }],
280
- "rects": []
281
- },
282
265
  "AlertCircle_s1413": {
283
266
  "width": "14",
284
267
  "height": "15",
@@ -294,6 +277,24 @@ var iconmap = {
294
277
  "circles": [],
295
278
  "rects": []
296
279
  },
280
+ "AlertCircle_s1610": {
281
+ "width": "16",
282
+ "height": "16",
283
+ "viewBox": "0 0 16 16",
284
+ "fill": "none",
285
+ "paths": [{
286
+ "d": "M7.99992 4C7.46451 4 7.04615 4.46229 7.09943 4.99504L7.45017 8.50248C7.47842 8.78492 7.71608 9 7.99992 9C8.28377 9 8.52143 8.78492 8.54968 8.50248L8.90042 4.99504C8.9537 4.46228 8.53533 4 7.99992 4ZM8.00146 10C7.44918 10 7.00146 10.4477 7.00146 11C7.00146 11.5523 7.44918 12 8.00146 12C8.55375 12 9.00146 11.5523 9.00146 11C9.00146 10.4477 8.55375 10 8.00146 10Z",
287
+ "fill": "#8C8C8C"
288
+ }],
289
+ "circles": [{
290
+ "cx": "8",
291
+ "cy": "8",
292
+ "r": "7.5",
293
+ "fill": "#ffffff",
294
+ "stroke": "#8C8C8C"
295
+ }],
296
+ "rects": []
297
+ },
297
298
  "AlertCircle_s1615": {
298
299
  "width": "16",
299
300
  "height": "16",
@@ -6031,8 +6032,8 @@ var iconmap = {
6031
6032
  }
6032
6033
  };
6033
6034
  var ICONS = {
6034
- "AlertCircleBg_s1610": "AlertCircleBg_s1610",
6035
6035
  "AlertCircle_s1413": "AlertCircle_s1413",
6036
+ "AlertCircle_s1610": "AlertCircle_s1610",
6036
6037
  "AlertCircle_s1615": "AlertCircle_s1615",
6037
6038
  "AlertTriangleBg_s2410": "AlertTriangleBg_s2410",
6038
6039
  "AlertTriangle_s1615": "AlertTriangle_s1615",
@@ -6386,7 +6387,7 @@ function Icon(_a) {
6386
6387
  * circle.fill은 지정 색이 아니라 white로 고정시켜야함
6387
6388
  */
6388
6389
  var staticCircleFill = useMemo(function () {
6389
- return name === ICONS.AlertCircleBg_s1610 || name === ICONS.QuestionCircleBg_s1610;
6390
+ return name === ICONS.QuestionCircleBg_s1610 || name === ICONS.AlertCircle_s1610;
6390
6391
  }, [name]);
6391
6392
  /**
6392
6393
  * 마지막 path.stroke를 svg에 있는대로 두고 싶으면 true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maru_design2",
3
- "version": "2.26.0",
3
+ "version": "2.26.1",
4
4
  "main": "./dist/index.js",
5
5
  "author": "zena-42maru",
6
6
  "license": "MIT",