@versini/ui-button 11.3.2 → 11.3.3

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-button v11.3.2
2
+ @versini/ui-button v11.3.3
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-button v11.3.2
2
+ @versini/ui-button v11.3.3
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-button v11.3.2
2
+ @versini/ui-button v11.3.3
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-button v11.3.2
2
+ @versini/ui-button v11.3.3
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -213,6 +213,9 @@ function ButtonIcon({ children, disabled = false, mode = "system", focusMode = "
213
213
  });
214
214
  }
215
215
  const ButtonLabel = ({ labelRef, labelClass, label, labelInnerClass, initiallyHidden = false })=>{
216
+ if (!label && !initiallyHidden) {
217
+ return null;
218
+ }
216
219
  return /*#__PURE__*/ jsx("span", {
217
220
  ref: labelRef,
218
221
  className: labelClass,
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-button v11.3.2
2
+ @versini/ui-button v11.3.3
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-button v11.3.2
2
+ @versini/ui-button v11.3.3
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-button v11.3.2
2
+ @versini/ui-button v11.3.3
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-button v11.3.2
2
+ @versini/ui-button v11.3.3
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-button v11.3.2
2
+ @versini/ui-button v11.3.3
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.2",
3
+ "version": "11.3.3",
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": "27ca83a7144c6e8bd79fb6c4a0112943ddf73c7b"
78
+ "gitHead": "b46abc9c2e87588d6c9b438f70e68a4ffd05c28c"
79
79
  }