@onereach/styles 2.41.1 → 2.41.2-beta.2940.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.1",
3
+ "version": "2.41.2-beta.2940.0",
4
4
  "description": "Styles for or-ui-next",
5
5
  "license": "UNLICENSED",
6
6
  "main": "./main.css",
@@ -55,6 +55,5 @@
55
55
  },
56
56
  "publishConfig": {
57
57
  "access": "public"
58
- },
59
- "gitHead": "db3b85c7248794a590938b2c2f0e3cd3a6511234"
58
+ }
60
59
  }
@@ -252,10 +252,10 @@ module.exports = {
252
252
  flex: prefix === 'inline-' ? '0 0 auto' : undefined,
253
253
 
254
254
  alignContent: direction === 'row' ? 'center' : undefined,
255
- justifyContent: direction === 'column' ? 'stretch' : undefined,
255
+ justifyContent: direction === 'column' ? 'normal' : undefined,
256
256
 
257
257
  alignItems: direction === 'row' ? 'center' : undefined,
258
- justifyItems: direction === 'column' ? 'stretch' : undefined,
258
+ justifyItems: direction === 'column' ? 'normal' : undefined,
259
259
 
260
260
  maxWidth: prefix === 'inline-' ? '100%' : undefined,
261
261
  };