@clafoutis/cli 1.1.2 → 1.2.1

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.
@@ -1,6 +1,5 @@
1
1
  {
2
2
  "$type": "typography",
3
-
4
3
  "fontFamily": {
5
4
  "base": {
6
5
  "$type": "fontFamily",
@@ -15,7 +14,6 @@
15
14
  "$value": "Fira Code, Courier New, monospace"
16
15
  }
17
16
  },
18
-
19
17
  "fontSize": {
20
18
  "xs": {
21
19
  "$type": "dimension",
@@ -46,7 +44,6 @@
46
44
  "$value": "30px"
47
45
  }
48
46
  },
49
-
50
47
  "fontWeight": {
51
48
  "normal": {
52
49
  "$type": "fontWeight",
@@ -65,7 +62,6 @@
65
62
  "$value": "700"
66
63
  }
67
64
  },
68
-
69
65
  "lineHeight": {
70
66
  "normal": {
71
67
  "$type": "number",
@@ -80,7 +76,6 @@
80
76
  "$value": "1"
81
77
  }
82
78
  },
83
-
84
79
  "letterSpacing": {
85
80
  "normal": {
86
81
  "$type": "dimension",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clafoutis/cli",
3
- "version": "1.1.2",
3
+ "version": "1.2.1",
4
4
  "description": "GitOps powered design system CLI - generate and sync design tokens",
5
5
  "author": "Dessert Labs",
6
6
  "license": "BUSL-1.1",