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.mjs CHANGED
@@ -2212,7 +2212,7 @@ DivComponent.column = forwardRef(function Column({ flexReverse, invertFlexDirect
2212
2212
  DivComponent,
2213
2213
  {
2214
2214
  display: "flex",
2215
- flexDirection: (invertFlexDirection ? "column" : "row") + reverseSuffix,
2215
+ flexDirection: (invertFlexDirection ? "row" : "column") + reverseSuffix,
2216
2216
  ref,
2217
2217
  ...props
2218
2218
  }