@onereach/styles 2.16.0 → 2.16.1-next.1052.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.16.0",
3
+ "version": "2.16.1-next.1052.0",
4
4
  "description": "Styles for or-ui-next",
5
5
  "main": "./main.css",
6
6
  "unpkg": "./main.css",
@@ -49,6 +49,5 @@
49
49
  "dependencies": {
50
50
  "@tailwindcss/typography": "^0.5.4",
51
51
  "tailwindcss": "^3.1.3"
52
- },
53
- "gitHead": "be56bb487a76f6e9d5192dcb4bf9603f3e6d800f"
52
+ }
54
53
  }
@@ -126,8 +126,8 @@ module.exports = {
126
126
  },
127
127
 
128
128
  boxShadow: {
129
+ 'generic': '0 1px 1px rgba(0 0 0 / 0.24), 0 0 1px rgba(0 0 0 / 0.16)',
129
130
  ...parseBoxShadowTokens(boxShadowTokens),
130
- 'base': '0 1px 1px rgba(0 0 0 0.24), 0 0 1px rgba(0 0 0 0.16)',
131
131
  },
132
132
 
133
133
  fontFamily: {
@@ -147,6 +147,8 @@ module.exports = {
147
147
  'inherit': 'inherit',
148
148
  },
149
149
 
150
+ letterSpacing: false,
151
+
150
152
  lineHeight: {
151
153
  'inherit': 'inherit',
152
154
  },