codexly-ui 0.0.84 → 0.0.85
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
package/types/codexly-ui.d.ts
CHANGED
|
@@ -837,7 +837,7 @@ declare class ClxStepperComponent {
|
|
|
837
837
|
desc: string;
|
|
838
838
|
connector: string;
|
|
839
839
|
}>;
|
|
840
|
-
protected readonly _hostClass: _angular_core.Signal<"flex flex-
|
|
840
|
+
protected readonly _hostClass: _angular_core.Signal<"flex flex-row items-start w-full" | "flex flex-col w-full">;
|
|
841
841
|
protected readonly _stepWrapClass: _angular_core.Signal<"flex flex-col items-center flex-1 min-w-0" | "flex flex-row gap-3">;
|
|
842
842
|
protected readonly _axisClass: _angular_core.Signal<"flex flex-row items-center w-full" | "flex flex-col items-center shrink-0">;
|
|
843
843
|
protected readonly _labelWrapClass: _angular_core.Signal<"flex flex-col items-center text-center mt-2 px-1" | "flex flex-col justify-center pb-6 min-w-0">;
|