codexly-ui 0.0.35 → 0.0.36
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/fesm2022/codexly-ui.mjs +4 -4
- package/fesm2022/codexly-ui.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -987,7 +987,7 @@ declare class ClxButtonComponent {
|
|
|
987
987
|
readonly icon: _angular_core.InputSignal<string | undefined>;
|
|
988
988
|
readonly iconPosition: _angular_core.InputSignal<"left" | "right">;
|
|
989
989
|
readonly iconOnly: _angular_core.InputSignal<boolean>;
|
|
990
|
-
readonly badge: _angular_core.InputSignal<string | number |
|
|
990
|
+
readonly badge: _angular_core.InputSignal<string | number | undefined>;
|
|
991
991
|
readonly badgeColor: _angular_core.InputSignal<ClxColorInput>;
|
|
992
992
|
protected readonly _ripples: _angular_core.WritableSignal<ClxRippleItem[]>;
|
|
993
993
|
private _nextId;
|