@20minutes/hela 2.19.0 → 2.19.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.
@@ -66,6 +66,15 @@
66
66
  --button-hover-background-opacity: 0.8;
67
67
  }
68
68
 
69
+ @mixin button-color-blue-ice {
70
+ --button-scheme-color: #{map.get($token-variables, 'color', 'secondary', 'blue-ice')};
71
+ --button-base-background-color: #{map.get($token-variables, 'color', 'secondary', 'blue-ice')};
72
+ --button-base-color: #{map.get($token-variables, 'color', 'greyscale', 'grey-900')};
73
+ --button-base-border-color: #{map.get($token-variables, 'color', 'secondary', 'blue-ice')};
74
+ --button-hover-background-color: #{map.get($token-variables, 'color', 'secondary', 'blue-ice')};
75
+ --button-hover-background-opacity: 0.8;
76
+ }
77
+
69
78
  // ── IconButton-specific color schemes ───────────────────────────────
70
79
 
71
80
  @mixin icon-button-color-default {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 06 May 2026 07:45:38 GMT
3
+ * Generated on Mon, 11 May 2026 11:45:07 GMT
4
4
  */
5
5
 
6
6
  $token-variables: (