@onereach/styles 2.41.3-beta.2947.0 → 2.41.3

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.3",
4
4
  "description": "Styles for or-ui-next",
5
5
  "license": "UNLICENSED",
6
6
  "main": "./main.css",
@@ -55,5 +55,6 @@
55
55
  },
56
56
  "publishConfig": {
57
57
  "access": "public"
58
- }
58
+ },
59
+ "gitHead": "1449d12634ad35503b84fcb20deda4604c8fce86"
59
60
  }
@@ -37,8 +37,6 @@ module.exports = {
37
37
  ...parseSpacingTokens(spacingTokens),
38
38
  },
39
39
 
40
- colors: {},
41
-
42
40
  textColor: {
43
41
  ...parseColorTokens(colorTokens, ['generic', 'text']),
44
42
  'transparent': 'transparent',
@@ -254,10 +252,7 @@ module.exports = {
254
252
  flex: prefix === 'inline-' ? '0 0 auto' : undefined,
255
253
 
256
254
  alignContent: direction === 'row' ? 'center' : undefined,
257
- justifyContent: direction === 'column' ? 'normal' : undefined,
258
-
259
255
  alignItems: direction === 'row' ? 'center' : undefined,
260
- justifyItems: direction === 'column' ? 'normal' : undefined,
261
256
 
262
257
  maxWidth: prefix === 'inline-' ? '100%' : undefined,
263
258
  };