@xetwa/design-system 1.0.9 → 1.0.10

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": "@xetwa/design-system",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -226,21 +226,18 @@ export const theme = {
226
226
  fontFamily: 'Nunito',
227
227
  fontSize: 16,
228
228
  fontWeight: '800' as const,
229
- lineHeight: 16,
230
229
  letterSpacing: 0.64,
231
230
  },
232
231
  btnMd: {
233
232
  fontFamily: 'Nunito',
234
233
  fontSize: 14,
235
234
  fontWeight: '800' as const,
236
- lineHeight: 14,
237
235
  letterSpacing: 0.56,
238
236
  },
239
237
  btnSm: {
240
238
  fontFamily: 'Nunito',
241
239
  fontSize: 12,
242
240
  fontWeight: '800' as const,
243
- lineHeight: 12,
244
241
  letterSpacing: 0.48,
245
242
  },
246
243
  },