tickera-angular-components 0.0.1-dev.65 → 0.0.1-dev.66

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/index.d.ts CHANGED
@@ -2182,10 +2182,11 @@ declare class AppBadgeComponent {
2182
2182
  text: string;
2183
2183
  color: 'primary' | 'secondary' | 'success' | 'warning' | 'error' | 'info';
2184
2184
  size: BadgeSize;
2185
+ bordered: boolean;
2185
2186
  backgroundColor: string;
2186
2187
  textColor: string;
2187
2188
  static ɵfac: i0.ɵɵFactoryDeclaration<AppBadgeComponent, never>;
2188
- static ɵcmp: i0.ɵɵComponentDeclaration<AppBadgeComponent, "app-badge", never, { "text": { "alias": "text"; "required": false; }; "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "textColor": { "alias": "textColor"; "required": false; }; }, {}, never, never, true, never>;
2189
+ static ɵcmp: i0.ɵɵComponentDeclaration<AppBadgeComponent, "app-badge", never, { "text": { "alias": "text"; "required": false; }; "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; "bordered": { "alias": "bordered"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "textColor": { "alias": "textColor"; "required": false; }; }, {}, never, never, true, never>;
2189
2190
  }
2190
2191
 
2191
2192
  declare class AuditInformationComponent {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tickera-angular-components",
3
- "version": "0.0.1-dev.65",
3
+ "version": "0.0.1-dev.66",
4
4
  "description": "Angular 20 standalone component library for Tickera backoffice system",
5
5
  "license": "MIT",
6
6
  "repository": {