@salesmind-ai/design-system 0.3.0 → 0.3.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/dist/index.js CHANGED
@@ -3429,7 +3429,7 @@ var SiteFooter = forwardRef(
3429
3429
  className: "ds-footer__column",
3430
3430
  "data-footer-section": section.title.toLowerCase().replace(/\s+/g, "-"),
3431
3431
  children: [
3432
- /* @__PURE__ */ jsx("h4", { className: "ds-footer__heading", children: section.title }),
3432
+ /* @__PURE__ */ jsx("p", { className: "ds-footer__heading", children: section.title }),
3433
3433
  /* @__PURE__ */ jsx("ul", { className: "ds-footer__links", children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsxs(
3434
3434
  LinkComponent,
3435
3435
  {
@@ -3721,6 +3721,7 @@ var PlatformBadge = forwardRef(
3721
3721
  "div",
3722
3722
  {
3723
3723
  ref,
3724
+ role: "img",
3724
3725
  className: clsx21(
3725
3726
  "ds-platform-badge",
3726
3727
  `ds-platform-badge--${variant}`,
@@ -4266,7 +4267,7 @@ var SocialProofLogos = forwardRef(
4266
4267
  ...props,
4267
4268
  children: [
4268
4269
  title && /* @__PURE__ */ jsx(
4269
- "h3",
4270
+ "p",
4270
4271
  {
4271
4272
  className: "ds-section-header__eyebrow",
4272
4273
  style: { textAlign: "center", marginBottom: "var(--space-8)" },