@onereach/ui-components 4.10.2 → 4.10.3-beta.2945.0

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.
@@ -2181,10 +2181,7 @@ var tailwind_config_preset = {
2181
2181
  flex: prefix === 'inline-' ? '0 0 auto' : undefined,
2182
2182
 
2183
2183
  alignContent: direction === 'row' ? 'center' : undefined,
2184
- justifyContent: direction === 'column' ? 'normal' : undefined,
2185
-
2186
2184
  alignItems: direction === 'row' ? 'center' : undefined,
2187
- justifyItems: direction === 'column' ? 'normal' : undefined,
2188
2185
 
2189
2186
  maxWidth: prefix === 'inline-' ? '100%' : undefined,
2190
2187
  };