@onereach/styles 2.41.3-beta.2947.0 → 2.41.4-beta.2951.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/styles",
3
- "version": "2.41.3-beta.2947.0",
3
+ "version": "2.41.4-beta.2951.0",
4
4
  "description": "Styles for or-ui-next",
5
5
  "license": "UNLICENSED",
6
6
  "main": "./main.css",
@@ -254,10 +254,7 @@ module.exports = {
254
254
  flex: prefix === 'inline-' ? '0 0 auto' : undefined,
255
255
 
256
256
  alignContent: direction === 'row' ? 'center' : undefined,
257
- justifyContent: direction === 'column' ? 'normal' : undefined,
258
-
259
257
  alignItems: direction === 'row' ? 'center' : undefined,
260
- justifyItems: direction === 'column' ? 'normal' : undefined,
261
258
 
262
259
  maxWidth: prefix === 'inline-' ? '100%' : undefined,
263
260
  };