oneslash-design-system 1.1.21 → 1.1.22

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/designTokens.js CHANGED
@@ -222,7 +222,7 @@ module.exports = {
222
222
  weight: '400',
223
223
  size: '12px',
224
224
  lineHeight: '150%',
225
- letterSpacing: '1.2px',
225
+ letterSpacing: '0.5px',
226
226
  },
227
227
  alignments: {
228
228
  left: 'left',
@@ -220,7 +220,7 @@ module.exports = {
220
220
  weight: '400',
221
221
  size: '12px',
222
222
  lineHeight: '150%',
223
- letterSpacing: '1.2px',
223
+ letterSpacing: '0.3px',
224
224
  },
225
225
  alignments: {
226
226
  left: 'left',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "oneslash-design-system",
3
3
  "description": "A design system for the Oneslash projects",
4
- "version": "1.1.21",
4
+ "version": "1.1.22",
5
5
  "private": false,
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",