@m1z23r/ngx-ui 1.1.40 → 1.1.41

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m1z23r/ngx-ui",
3
- "version": "1.1.40",
3
+ "version": "1.1.41",
4
4
  "description": "A modern Angular UI component library with themeable components and responsive layout system",
5
5
  "license": "MIT",
6
6
  "author": "m1z23r",
@@ -659,7 +659,7 @@ declare class ButtonComponent implements Loadable {
659
659
  readonly variant: _angular_core.InputSignal<ButtonVariant>;
660
660
  readonly color: _angular_core.InputSignal<ButtonColor>;
661
661
  readonly size: _angular_core.InputSignal<ButtonSize>;
662
- readonly type: _angular_core.InputSignal<"button" | "reset" | "submit">;
662
+ readonly type: _angular_core.InputSignal<"reset" | "submit" | "button">;
663
663
  readonly disabled: _angular_core.InputSignal<boolean>;
664
664
  readonly loading: _angular_core.InputSignal<boolean>;
665
665
  readonly clicked: _angular_core.OutputEmitterRef<MouseEvent>;