@20minutes/hela 2.22.6 → 2.22.7

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.
@@ -99,6 +99,15 @@
99
99
  --button-hover-background-opacity: 1;
100
100
  }
101
101
 
102
+ @mixin button-color-sport {
103
+ --button-scheme-color: #{map.get($token-variables, 'color', 'theme', 'sport')};
104
+ --button-base-background-color: #{map.get($token-variables, 'color', 'theme', 'sport')};
105
+ --button-base-color: #{map.get($token-variables, 'color', 'greyscale', 'white')};
106
+ --button-base-border-color: #{map.get($token-variables, 'color', 'theme', 'sport')};
107
+ --button-hover-background-color: #{map.get($token-variables, 'color', 'theme', 'sport')};
108
+ --button-hover-background-opacity: 1;
109
+ }
110
+
102
111
  // ── Variant mixins ──────────────────────────────────────────────────
103
112
  // Shared structural overrides consumed by both _button.scss and _icon-button.scss.
104
113
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 24 Jun 2026 15:16:26 GMT
3
+ * Generated on Fri, 26 Jun 2026 07:00:20 GMT
4
4
  */
5
5
 
6
6
  $token-variables: (