@versini/ui-button 14.0.2 → 14.0.4

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/277.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-button v14.0.2
2
+ @versini/ui-button v14.0.4
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -180,9 +180,10 @@ const getButtonTextCopyClasses = ({ mode, noBackground, truncate, variant })=>{
180
180
  }
181
181
  /* v8 ignore stop */ };
182
182
  // Aqua-style split background overlay:
183
- // - Top half: flat white overlay (light, uniform)
184
- // - Bottom half: starts darker, gradually lightens toward the bottom edge
185
- const BG_SPLIT_OVERLAY = "bg-[linear-gradient(to_bottom,oklch(1_0_0/0.2)_50%,oklch(0_0_0/0.1)_50%,oklch(1_0_0/0.05)_100%)]";
183
+ // - Top section: flat white overlay (light, uniform)
184
+ // - Middle: smooth blend zone between light and dark halves
185
+ // - Bottom section: starts darker, gradually lightens toward the bottom edge
186
+ const BG_SPLIT_OVERLAY = "bg-origin-border bg-[linear-gradient(to_bottom,oklch(1_0_0/0.2)_35%,oklch(0_0_0/0.1)_65%,oklch(1_0_0/0.05)_100%)]";
186
187
  const getButtonBackgroundClasses = ({ mode, noBackground, variant, splitBackground })=>{
187
188
  if (noBackground) {
188
189
  return;
package/dist/370.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-button v14.0.2
2
+ @versini/ui-button v14.0.4
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
package/dist/726.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-button v14.0.2
2
+ @versini/ui-button v14.0.4
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
package/dist/795.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-button v14.0.2
2
+ @versini/ui-button v14.0.4
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
package/dist/946.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-button v14.0.2
2
+ @versini/ui-button v14.0.4
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-button v14.0.2
2
+ @versini/ui-button v14.0.4
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-button v14.0.2
2
+ @versini/ui-button v14.0.4
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-button v14.0.2
2
+ @versini/ui-button v14.0.4
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-button v14.0.2
2
+ @versini/ui-button v14.0.4
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-button v14.0.2
2
+ @versini/ui-button v14.0.4
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": "14.0.2",
3
+ "version": "14.0.4",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -67,12 +67,12 @@
67
67
  },
68
68
  "dependencies": {
69
69
  "@versini/ui-hooks": "6.1.1",
70
- "@versini/ui-icons": "4.23.1",
70
+ "@versini/ui-icons": "4.26.1",
71
71
  "clsx": "2.1.1",
72
72
  "tailwindcss": "4.2.2"
73
73
  },
74
74
  "sideEffects": [
75
75
  "**/*.css"
76
76
  ],
77
- "gitHead": "1e32f2b1fbca90396a11d1fea8474ac170edfc6e"
77
+ "gitHead": "ed161150d4659c0fa9fe8e731b3e7ab69b24bfee"
78
78
  }