codexly-ui 0.10.87 → 0.10.88
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
|
@@ -122,7 +122,6 @@ declare class ClxSocialIconComponent {
|
|
|
122
122
|
readonly size: _angular_core.InputSignal<"xxs" | "xs" | "sm" | "md" | "lg" | undefined>;
|
|
123
123
|
protected readonly _color: _angular_core.Signal<ClxColorInput>;
|
|
124
124
|
protected readonly _size: _angular_core.Signal<"xxs" | "xs" | "sm" | "md" | "lg">;
|
|
125
|
-
protected readonly _viewBox: _angular_core.Signal<string>;
|
|
126
125
|
protected readonly _markup: _angular_core.Signal<SafeHtml>;
|
|
127
126
|
protected readonly _hostClass: _angular_core.Signal<string>;
|
|
128
127
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ClxSocialIconComponent, never>;
|