sales-frontend-components 0.0.216 → 0.0.217

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/dist/index.cjs.js CHANGED
@@ -4178,7 +4178,14 @@ function Attachment({
4178
4178
  }
4179
4179
  return photos.map((photo) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cx("single-photo-item"), children: [
4180
4180
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: cx("photo-placeholder"), children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: photo.src, alt: photo.name, className: cx("photo-image") }) }),
4181
- /* @__PURE__ */ jsxRuntime.jsx("button", { className: cx("remove-button"), onClick: () => handleRemovePhoto(photo.id), "aria-label": "\uC0AC\uC9C4 \uC0AD\uC81C", children: "\xD7" })
4181
+ /* @__PURE__ */ jsxRuntime.jsx(
4182
+ "button",
4183
+ {
4184
+ className: cx("remove-button", "dsp-icons", "dsp-icons-icons-sub-ui-reset"),
4185
+ onClick: () => handleRemovePhoto(photo.id),
4186
+ "aria-label": "\uC0AC\uC9C4 \uC0AD\uC81C"
4187
+ }
4188
+ )
4182
4189
  ] }, photo.id));
4183
4190
  };
4184
4191
  const renderPhotoGrid = () => {