codexly-ui 0.0.33 → 0.0.34
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 +8 -1
- package/fesm2022/codexly-ui.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -968,7 +968,7 @@ declare class ClxRatingComponent {
|
|
|
968
968
|
declare class ClxBadgeComponent {
|
|
969
969
|
readonly variant: _angular_core.InputSignal<ClxBadgeVariant>;
|
|
970
970
|
readonly color: _angular_core.InputSignal<ClxColorInput>;
|
|
971
|
-
readonly size: _angular_core.InputSignal<"sm" | "md">;
|
|
971
|
+
readonly size: _angular_core.InputSignal<"xs" | "sm" | "md">;
|
|
972
972
|
readonly shape: _angular_core.InputSignal<ClxShape>;
|
|
973
973
|
readonly positioned: _angular_core.InputSignal<boolean>;
|
|
974
974
|
protected readonly _hostClass: _angular_core.Signal<string>;
|