ui-beyable 1.1.0-beta.29 → 1.1.0-beta.30

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/lib/cjs/index.js CHANGED
@@ -2861,7 +2861,7 @@ var IconBtn = React.forwardRef(function (_a, ref) {
2861
2861
  if (lucideIcon) {
2862
2862
  customIcon = React.cloneElement(lucideIcon, {
2863
2863
  size: lucideIcon.props.size || getLucideIconSize(size),
2864
- strokeWidth: 1.5,
2864
+ strokeWidth: lucideIcon.props.strokeWidth || 1.5,
2865
2865
  absoluteStrokeWidth: true
2866
2866
  });
2867
2867
  }
package/lib/esm/index.js CHANGED
@@ -2859,7 +2859,7 @@ var IconBtn = React.forwardRef(function (_a, ref) {
2859
2859
  if (lucideIcon) {
2860
2860
  customIcon = React.cloneElement(lucideIcon, {
2861
2861
  size: lucideIcon.props.size || getLucideIconSize(size),
2862
- strokeWidth: 1.5,
2862
+ strokeWidth: lucideIcon.props.strokeWidth || 1.5,
2863
2863
  absoluteStrokeWidth: true
2864
2864
  });
2865
2865
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-beyable",
3
- "version": "1.1.0-beta.29",
3
+ "version": "1.1.0-beta.30",
4
4
  "description": "Ui library of Beyable projets",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",