codexly-ui 0.4.0 → 0.4.2

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": "codexly-ui",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "description": "Standalone, signal-based Angular UI component library for Codexly, styled with Tailwind CSS.",
5
5
  "keywords": [
6
6
  "angular",
@@ -1150,7 +1150,6 @@ declare class ClxUploadComponent implements ControlValueAccessor, OnDestroy {
1150
1150
  }>;
1151
1151
  protected readonly _isError: _angular_core.Signal<boolean>;
1152
1152
  protected readonly _thumbClass: _angular_core.Signal<string>;
1153
- protected readonly _fileCardClass: _angular_core.Signal<string>;
1154
1153
  protected readonly _previewItems: _angular_core.Signal<ClxUploadPreviewItem[]>;
1155
1154
  protected readonly _zoneClass: _angular_core.Signal<string>;
1156
1155
  protected readonly _iconClass: _angular_core.Signal<string>;