@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 +3 -3
- package/dist/370.js +1 -1
- package/dist/795.js +1 -1
- package/dist/components/Button/Button.js +1 -1
- package/dist/components/Button/ButtonCopy.js +1 -1
- package/dist/components/Button/ButtonIcon.js +1 -1
- package/dist/components/Button/ButtonLink.js +1 -1
- package/dist/components/private/ButtonSort.js +1 -1
- package/package.json +2 -2
package/dist/188.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-button v11.3.
|
|
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]:
|
|
183
|
-
[TEXT_COPY_LIGHTER]: mode
|
|
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
package/dist/795.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-button",
|
|
3
|
-
"version": "11.3.
|
|
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": "
|
|
78
|
+
"gitHead": "ac572f5092ff003ce2998798206a2f622984548a"
|
|
79
79
|
}
|