@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.js CHANGED
@@ -505,7 +505,7 @@ var getMbClassName = (variant) => {
505
505
  var Typography = (props) => {
506
506
  const {
507
507
  as = "span",
508
- variant,
508
+ variant = "paragraph-md",
509
509
  weight = "regular",
510
510
  useMargin = false,
511
511
  className,