@onereach/styles 2.13.1-next.943.0 → 2.14.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.13.1-next.943.0",
3
+ "version": "2.14.0",
4
4
  "description": "Styles for or-ui-next",
5
5
  "main": "./main.css",
6
6
  "unpkg": "./main.css",
@@ -47,5 +47,6 @@
47
47
  "dependencies": {
48
48
  "@tailwindcss/typography": "^0.5.4",
49
49
  "tailwindcss": "^3.1.3"
50
- }
50
+ },
51
+ "gitHead": "51a69b70e81f2ca5bb1eada399410aa288a9631a"
51
52
  }
@@ -70,6 +70,8 @@ module.exports = {
70
70
  },
71
71
 
72
72
  content: {
73
+ 'label-required': '"*"',
74
+
73
75
  'checkbox-unchecked': '""',
74
76
  'checkbox-checked': '"check_small"',
75
77
  'checkbox-indeterminate': '"check_indeterminate_small"',
@@ -125,6 +127,7 @@ module.exports = {
125
127
 
126
128
  boxShadow: {
127
129
  ...parseBoxShadowTokens(boxShadowTokens),
130
+ 'base': '0 1px 1px rgba(0 0 0 0.24), 0 0 1px rgba(0 0 0 0.16)',
128
131
  },
129
132
 
130
133
  fontFamily: {
@@ -136,7 +139,7 @@ module.exports = {
136
139
  fontSize: {
137
140
  ...parseFontSizeTokens(typographyTokens),
138
141
  'inherit': 'inherit',
139
- 'icon': '1.15em',
142
+ 'icon': ['1.15em', { lineHeight: 1 }],
140
143
  },
141
144
 
142
145
  fontWeight: {
@@ -144,8 +147,6 @@ module.exports = {
144
147
  'inherit': 'inherit',
145
148
  },
146
149
 
147
- letterSpacing: false,
148
-
149
150
  lineHeight: {
150
151
  'inherit': 'inherit',
151
152
  },