@dust-tt/sparkle 0.2.4 → 0.2.5

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/cjs/index.js CHANGED
@@ -32607,7 +32607,7 @@ Page.Header = function (_a) {
32607
32607
  var iconClasses = "s-text-brand";
32608
32608
  return (React.createElement(Page.Vertical, { gap: "xs" },
32609
32609
  React.createElement(Icon, { visual: icon, className: iconClasses, size: "lg" }),
32610
- React.createElement(Page.H, { variant: "h2" }, title),
32610
+ React.createElement(Page.H, { variant: "h3" }, title),
32611
32611
  description && React.createElement(Page.P, { variant: "secondary" }, description)));
32612
32612
  };
32613
32613
  Page.SectionHeader = function (_a) {