@20minutes/hela 2.22.13 → 2.23.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.
@@ -81,6 +81,15 @@
81
81
  --button-hover-background-opacity: 0.8;
82
82
  }
83
83
 
84
+ @mixin button-color-green {
85
+ --button-scheme-color: #{map.get($token-variables, 'color', 'theme', 'animaux')};
86
+ --button-base-background-color: #{map.get($token-variables, 'color', 'theme', 'animaux')};
87
+ --button-base-color: #{map.get($token-variables, 'color', 'greyscale', 'grey-50')};
88
+ --button-base-border-color: #{map.get($token-variables, 'color', 'theme', 'animaux')};
89
+ --button-hover-background-color: #{map.get($token-variables, 'color', 'theme', 'animaux')};
90
+ --button-hover-background-opacity: 0.8;
91
+ }
92
+
84
93
  // ── IconButton-specific color schemes ───────────────────────────────
85
94
 
86
95
  @mixin icon-button-color-default {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 30 Jul 2026 09:12:35 GMT
3
+ * Generated on Mon, 10 Aug 2026 13:03:01 GMT
4
4
  */
5
5
 
6
6
  $token-variables: (