react-better-html 1.1.86 → 1.1.87

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
@@ -2287,7 +2287,7 @@ DivComponent.column = (0, import_react3.forwardRef)(function Column({ flexRevers
2287
2287
  DivComponent,
2288
2288
  {
2289
2289
  display: "flex",
2290
- flexDirection: (invertFlexDirection ? "column" : "row") + reverseSuffix,
2290
+ flexDirection: (invertFlexDirection ? "row" : "column") + reverseSuffix,
2291
2291
  ref,
2292
2292
  ...props
2293
2293
  }