@bubo-squared/ui-framework 0.2.1 → 0.2.11

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.cjs CHANGED
@@ -573,7 +573,7 @@ var getMbClassName = (variant) => {
573
573
  var Typography = (props) => {
574
574
  const {
575
575
  as = "span",
576
- variant,
576
+ variant = "paragraph-md",
577
577
  weight = "regular",
578
578
  useMargin = false,
579
579
  className,