@designbasekorea/ui 0.1.38 → 0.1.39

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.js CHANGED
@@ -2300,7 +2300,7 @@ const AdBanner = ({ type = 'hero', variant = 'primary', title, subtitle, ctaText
2300
2300
  hero: jsxRuntime.jsx(icons.StarIcon, { size: 24 }),
2301
2301
  topbar: jsxRuntime.jsx(icons.TrendingUpIcon, { size: 24 }),
2302
2302
  card: jsxRuntime.jsx(icons.StarFilledIcon, { size: 32 }),
2303
- floating: jsxRuntime.jsx(icons.ShoppingCartIcon, { size: 28 }),
2303
+ floating: jsxRuntime.jsx(icons.CartIcon, { size: 28 }),
2304
2304
  };
2305
2305
  const displayIcon = icon || defaultIcons[type];
2306
2306
  const displayTitle = title || getDefaultTitle(type);