@hopper-ui/tokens 4.2.0 → 4.3.0

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
+ ## 4.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 47cb86f: Added space-10 token (1px)
8
+
3
9
  ## 4.2.0
4
10
 
5
11
  ### Minor Changes
package/dist/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 30 Jul 2024 19:50:16 GMT
3
+ * Generated on Fri, 02 Aug 2024 15:30:28 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -196,6 +196,7 @@
196
196
  --hop-space-80: 0.5rem;
197
197
  --hop-space-40: 0.25rem;
198
198
  --hop-space-20: 0.125rem;
199
+ --hop-space-10: 0.0625rem;
199
200
  --hop-space-0: 0;
200
201
  --hop-overline-bottom-offset: -0.25rem;
201
202
  --hop-overline-top-offset: -0.25rem;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hopper-ui/tokens",
3
3
  "author": "Workleap",
4
- "version": "4.2.0",
4
+ "version": "4.3.0",
5
5
  "description": "The tokens package.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {