@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 +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
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