@julseb-lib/react 0.1.52 → 0.1.53

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.
@@ -1456,7 +1456,7 @@ type CssTextAlign = "left" | "center" | "right" | "justify" | "start" | "end";
1456
1456
  type CssVerticalAlign = "align-baseline" | "align-top" | "align-middle" | "align-bottom" | "align-text-top" | "align-text-bottom" | "align-sub" | "align-super";
1457
1457
  type CssJustifyItems = "start" | "end" | "end-safe" | "center" | "center-safe" | "stretch" | "normal";
1458
1458
  type CssAlignItems = "start" | "end" | "end-safe" | "center" | "center-safe" | "baseline" | "baseline-start" | "stretch";
1459
- type CssJustifyContent = "start" | "end" | "end-safe" | "center" | "center-sage" | "space-between" | "space-around" | "space-evenly" | "stretch" | "baseline" | "normal";
1459
+ type CssJustifyContent = "start" | "end" | "end-safe" | "center" | "center-safe" | "space-between" | "space-around" | "space-evenly" | "stretch" | "baseline" | "normal";
1460
1460
  type CssAlignContent = "normal" | "center" | "start" | "end" | "space-between" | "space-around" | "space-evenly" | "baseline" | "stretch";
1461
1461
  type CssFlexDirection = "row" | "row-reverse" | "col" | "col-reverse";
1462
1462
  type CssFlexWrap = "nowrap" | "wrap" | "wrap-reverse";
@@ -1456,7 +1456,7 @@ type CssTextAlign = "left" | "center" | "right" | "justify" | "start" | "end";
1456
1456
  type CssVerticalAlign = "align-baseline" | "align-top" | "align-middle" | "align-bottom" | "align-text-top" | "align-text-bottom" | "align-sub" | "align-super";
1457
1457
  type CssJustifyItems = "start" | "end" | "end-safe" | "center" | "center-safe" | "stretch" | "normal";
1458
1458
  type CssAlignItems = "start" | "end" | "end-safe" | "center" | "center-safe" | "baseline" | "baseline-start" | "stretch";
1459
- type CssJustifyContent = "start" | "end" | "end-safe" | "center" | "center-sage" | "space-between" | "space-around" | "space-evenly" | "stretch" | "baseline" | "normal";
1459
+ type CssJustifyContent = "start" | "end" | "end-safe" | "center" | "center-safe" | "space-between" | "space-around" | "space-evenly" | "stretch" | "baseline" | "normal";
1460
1460
  type CssAlignContent = "normal" | "center" | "start" | "end" | "space-between" | "space-around" | "space-evenly" | "baseline" | "stretch";
1461
1461
  type CssFlexDirection = "row" | "row-reverse" | "col" | "col-reverse";
1462
1462
  type CssFlexWrap = "nowrap" | "wrap" | "wrap-reverse";