@xetwa/design-system 1.0.13 → 1.0.14

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.13",
3
+ "version": "1.0.14",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -198,7 +198,7 @@ export const theme = {
198
198
  label: {
199
199
  ...font('Nunito-ExtraBold', '800'),
200
200
  fontSize: 10,
201
- lineHeight: 10,
201
+ lineHeight: 14,
202
202
  letterSpacing: 1.2,
203
203
  },
204
204
  bodyLg: {
@@ -224,18 +224,19 @@ export const theme = {
224
224
  btnLg: {
225
225
  ...font('Nunito-ExtraBold', '800'),
226
226
  fontSize: 16,
227
+ lineHeight: 22,
227
228
  letterSpacing: 0.64,
228
229
  },
229
230
  btnMd: {
230
- fontFamily: 'Nunito',
231
+ ...font('Nunito-ExtraBold', '800'),
231
232
  fontSize: 14,
232
- fontWeight: '800' as const,
233
+ lineHeight: 20,
233
234
  letterSpacing: 0.56,
234
235
  },
235
236
  btnSm: {
236
- fontFamily: 'Nunito',
237
+ ...font('Nunito-ExtraBold', '800'),
237
238
  fontSize: 12,
238
- fontWeight: '800' as const,
239
+ lineHeight: 16,
239
240
  letterSpacing: 0.48,
240
241
  },
241
242
  },