@algorithm-shift/design-system 1.2.17 → 1.2.18

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.mjs CHANGED
@@ -113,6 +113,9 @@ var Shape = ({
113
113
  };
114
114
  var Shape_default = Shape;
115
115
 
116
+ // src/assets/image-placeholder.png
117
+ var image_placeholder_default = "./image-placeholder-2SXKDAZP.png";
118
+
116
119
  // src/components/Basic/Image/Image.tsx
117
120
  import { jsx as jsx5 } from "react/jsx-runtime";
118
121
  var ImageControl = ({
@@ -131,7 +134,7 @@ var ImageControl = ({
131
134
  className
132
135
  );
133
136
  if (!imageUrl && !imageUrlExternal) {
134
- /* @__PURE__ */ jsx5("div", { className: imageClass, children: /* @__PURE__ */ jsx5("img", { src: "./image-placeholder.png", alt: altText, className: "opacity-50", width: 50, height: 50 }) });
137
+ /* @__PURE__ */ jsx5("div", { className: imageClass, children: /* @__PURE__ */ jsx5("img", { src: image_placeholder_default, alt: altText, className: "opacity-50", width: 50, height: 50 }) });
135
138
  }
136
139
  return /* @__PURE__ */ jsx5("img", { src: imageUrlExternal || imageUrl, alt: altText, className: defaultImgClass, style });
137
140
  };
@@ -1886,6 +1889,9 @@ var Notification = ({ className, style, badgeType, badgeCount = 0, hideBadgeWhen
1886
1889
  };
1887
1890
  var Notification_default = Notification;
1888
1891
 
1892
+ // src/assets/logo_placeholder.png
1893
+ var logo_placeholder_default = "./logo_placeholder-QTBY7BCH.png";
1894
+
1889
1895
  // src/components/Navigation/Logo/Logo.tsx
1890
1896
  import { jsx as jsx43 } from "react/jsx-runtime";
1891
1897
  var Logo = ({
@@ -1903,7 +1909,7 @@ var Logo = ({
1903
1909
  "p-0"
1904
1910
  ),
1905
1911
  style,
1906
- children: /* @__PURE__ */ jsx43("img", { src: "./logo_placeholder.png", alt: altText, className: "opacity-50", width: 150, height: 80 })
1912
+ children: /* @__PURE__ */ jsx43("img", { src: logo_placeholder_default, alt: altText, className: "opacity-50", width: 150, height: 80 })
1907
1913
  }
1908
1914
  );
1909
1915
  }