@lessly/ui 0.19.0 → 0.19.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.d.ts CHANGED
@@ -1576,7 +1576,7 @@ interface OrganizationCreateScreenProps extends Omit<React$1.HTMLAttributes<HTML
1576
1576
  themeToggle?: React$1.ReactNode;
1577
1577
  title?: React$1.ReactNode;
1578
1578
  description?: React$1.ReactNode;
1579
- /** Muted footer signature. Pass `null` to hide. */
1579
+ /** Muted footer signature. Absent by default; pass a node to render one. */
1580
1580
  footer?: React$1.ReactNode;
1581
1581
  }
1582
1582
  /**
@@ -1642,7 +1642,7 @@ interface ProductCreateScreenProps extends Omit<React$1.HTMLAttributes<HTMLDivEl
1642
1642
  themeToggle?: React$1.ReactNode;
1643
1643
  title?: React$1.ReactNode;
1644
1644
  description?: React$1.ReactNode;
1645
- /** Muted footer signature. Pass `null` to hide. */
1645
+ /** Muted footer signature. Absent by default; pass a node to render one. */
1646
1646
  footer?: React$1.ReactNode;
1647
1647
  }
1648
1648
  /**
package/dist/index.js CHANGED
@@ -5668,7 +5668,7 @@ function OnboardingScreenShell({
5668
5668
  themeToggle = /* @__PURE__ */ jsx80(ThemeToggle, {}),
5669
5669
  title,
5670
5670
  description,
5671
- footer = "Supercharged by Lessly",
5671
+ footer,
5672
5672
  width = "md",
5673
5673
  children,
5674
5674
  className,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lessly/ui",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "description": "Lessly design system — shared UI primitives, tokens, and theme",
5
5
  "type": "module",
6
6
  "packageManager": "pnpm@10.30.3",