@hopper-ui/tokens 5.3.1 → 5.3.2

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
+ ## 5.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - f13005e: Added a new core border-radius token `--hop-border-radius-2-5` (12px).
8
+
3
9
  ## 5.3.1
4
10
 
5
11
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 22 May 2026 14:26:34 GMT
3
+ * Generated on Thu, 28 May 2026 12:59:47 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -372,6 +372,7 @@
372
372
  --hop-space-20: 0.125rem;
373
373
  --hop-space-10: 0.0625rem;
374
374
  --hop-space-0: 0;
375
+ --hop-border-radius-2-5: 0.75rem;
375
376
  --hop-border-radius-9999: 624.9375rem;
376
377
  --hop-border-radius-4: 1.5rem;
377
378
  --hop-border-radius-3: 1rem;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 22 May 2026 14:26:35 GMT
3
+ * Generated on Thu, 28 May 2026 12:59:47 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -350,6 +350,7 @@
350
350
  --hop-space-20: 0.125rem;
351
351
  --hop-space-10: 0.0625rem;
352
352
  --hop-space-0: 0;
353
+ --hop-border-radius-2-5: 0.75rem;
353
354
  --hop-border-radius-9999: 624.9375rem;
354
355
  --hop-border-radius-4: 1.5rem;
355
356
  --hop-border-radius-3: 1rem;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hopper-ui/tokens",
3
3
  "author": "Workleap",
4
- "version": "5.3.1",
4
+ "version": "5.3.2",
5
5
  "description": "The tokens package.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {