@onereach/styles 2.34.0 → 2.34.1-beta.2271.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.34.0",
3
+ "version": "2.34.1-beta.2271.0",
4
4
  "description": "Styles for or-ui-next",
5
5
  "license": "UNLICENSED",
6
6
  "main": "./main.css",
@@ -53,6 +53,5 @@
53
53
  },
54
54
  "publishConfig": {
55
55
  "access": "public"
56
- },
57
- "gitHead": "e1abb7f3ed16d6229ae322fb52905cedd9907c18"
56
+ }
58
57
  }
@@ -241,7 +241,8 @@ module.exports = {
241
241
  return {
242
242
  display: prefix + 'flex',
243
243
  flexDirection: direction,
244
- alignItems: direction === 'row' ? 'center' : 'normal',
244
+ alignItems: direction === 'row' ? 'center' : undefined,
245
+ maxWidth: prefix === 'inline' ? 'min-content' : undefined,
245
246
  };
246
247
  },
247
248
  }, {