@dreamcommerce/aurora 3.0.0-74 → 3.0.0-75

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.
@@ -328,7 +328,8 @@ module.exports = {
328
328
  '2xs': 'var(--letter-spacing-2xs)',
329
329
  xs: 'var(--letter-spacing-xs)',
330
330
  s: 'var(--letter-spacing-s)',
331
- base: 'var(--letter-spacing-base)'
331
+ base: 'var(--letter-spacing-base)',
332
+ md: 'var(--letter-spacing-md)'
332
333
  },
333
334
  borderRadius: {
334
335
  0: 'var(--border-radius-0)',
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@dreamcommerce/aurora",
3
3
  "packageManager": "yarn@3.2.0",
4
4
  "sideEffects": false,
5
- "version": "3.0.0-74",
5
+ "version": "3.0.0-75",
6
6
  "description": "aurora",
7
7
  "author": "zefirek",
8
8
  "license": "MIT",