@hopper-ui/tokens 1.0.0 → 1.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @hopper-ui/tokens
2
2
 
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 01844dd: Fix typo in size tokens
8
+
3
9
  ## 1.0.0
4
10
 
5
11
  ### Major Changes
package/dist/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 04 Oct 2023 15:53:22 GMT
3
+ * Generated on Fri, 06 Oct 2023 00:04:51 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -179,7 +179,7 @@
179
179
  --hop-space-1280: 8rem;
180
180
  --hop-space-960: 6rem;
181
181
  --hop-space-800: 5rem;
182
- --hop-space-640: 64;
182
+ --hop-space-640: 4rem;
183
183
  --hop-space-480: 3rem;
184
184
  --hop-space-400: 2.5rem;
185
185
  --hop-space-320: 2rem;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hopper-ui/tokens",
3
3
  "author": "Workleap",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "description": "The tokens package.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {