@sikka/hawa 0.18.11-next → 0.18.12-next

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/index.js CHANGED
@@ -3833,7 +3833,7 @@ var Input = (0, import_react15.forwardRef)(
3833
3833
  autoComplete: props.autoComplete,
3834
3834
  defaultValue: props.defaultValue,
3835
3835
  placeholder,
3836
- disabled: preview,
3836
+ disabled: props.disabled || preview,
3837
3837
  style: { height: 40 },
3838
3838
  className: cn(
3839
3839
  defaultInputStyle,
package/dist/index.mjs CHANGED
@@ -3611,7 +3611,7 @@ var Input = forwardRef9(
3611
3611
  autoComplete: props.autoComplete,
3612
3612
  defaultValue: props.defaultValue,
3613
3613
  placeholder,
3614
- disabled: preview,
3614
+ disabled: props.disabled || preview,
3615
3615
  style: { height: 40 },
3616
3616
  className: cn(
3617
3617
  defaultInputStyle,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sikka/hawa",
3
- "version": "0.18.11-next",
3
+ "version": "0.18.12-next",
4
4
  "description": "Modern UI Kit made with Tailwind",
5
5
  "author": {
6
6
  "name": "Sikka Software",