@versini/ui-button 11.3.7 → 11.3.8

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/dist/188.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-button v11.3.7
2
+ @versini/ui-button v11.3.8
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -179,8 +179,8 @@ const getButtonTextCopyClasses = ({ mode, noBackground, truncate, variant })=>{
179
179
  if (isDanger(variant)) {
180
180
  return clsx(NOT_PROSE, {
181
181
  ...truncateClass,
182
- [TEXT_COPY_LIGHT]: isDarkOrAltSystem(mode),
183
- [TEXT_COPY_LIGHTER]: mode === "light" || mode === "alt-system",
182
+ [TEXT_COPY_LIGHT]: isDark(mode) || isSystem(mode),
183
+ [TEXT_COPY_LIGHTER]: isLight(mode) || isAltSystem(mode),
184
184
  [DARK_TEXT_COPY_LIGHTER]: isSystem(mode),
185
185
  [DARK_TEXT_COPY_LIGHT]: isAltSystem(mode)
186
186
  });
package/dist/370.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-button v11.3.7
2
+ @versini/ui-button v11.3.8
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
package/dist/795.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-button v11.3.7
2
+ @versini/ui-button v11.3.8
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-button v11.3.7
2
+ @versini/ui-button v11.3.8
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-button v11.3.7
2
+ @versini/ui-button v11.3.8
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-button v11.3.7
2
+ @versini/ui-button v11.3.8
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-button v11.3.7
2
+ @versini/ui-button v11.3.8
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-button v11.3.7
2
+ @versini/ui-button v11.3.8
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-button",
3
- "version": "11.3.7",
3
+ "version": "11.3.8",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -75,5 +75,5 @@
75
75
  "sideEffects": [
76
76
  "**/*.css"
77
77
  ],
78
- "gitHead": "8548889f2df4b4bb0e1335a78cc9b320101b5e3b"
78
+ "gitHead": "ac572f5092ff003ce2998798206a2f622984548a"
79
79
  }