@ascentgl/ads-ui 20.24.0 → 20.26.0

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
@@ -336,6 +336,12 @@ declare class AdsTagComponent {
336
336
  constructor(registry: AdsIconRegistry);
337
337
  /** The color of the tag */
338
338
  color: i0.InputSignal<string>;
339
+ /** The border color of the tag */
340
+ borderColor: i0.InputSignal<Colors | undefined>;
341
+ /** The border width of the tag */
342
+ borderWidth: i0.InputSignal<number>;
343
+ /** Width of the tag */
344
+ width: i0.InputSignal<string>;
339
345
  /** The unique id of the tag */
340
346
  id: i0.InputSignal<string>;
341
347
  /** Whether the tag is removeable */
@@ -358,9 +364,12 @@ declare class AdsTagComponent {
358
364
  getBackgroundColor(): string;
359
365
  /** @ignore */
360
366
  getTextColor(): string;
367
+ /** @ignore */
368
+ getBorderColor(): string;
369
+ /** @ignore */
361
370
  isColor(value: unknown): value is Colors;
362
371
  static ɵfac: i0.ɵɵFactoryDeclaration<AdsTagComponent, never>;
363
- static ɵcmp: i0.ɵɵComponentDeclaration<AdsTagComponent, "ads-tag", never, { "color": { "alias": "color"; "required": true; "isSignal": true; }; "id": { "alias": "id"; "required": true; "isSignal": true; }; "removable": { "alias": "removable"; "required": false; "isSignal": true; }; "tag": { "alias": "tag"; "required": true; "isSignal": true; }; }, { "remove": "remove"; "selected": "selected"; }, never, ["*"], false, never>;
372
+ static ɵcmp: i0.ɵɵComponentDeclaration<AdsTagComponent, "ads-tag", never, { "color": { "alias": "color"; "required": true; "isSignal": true; }; "borderColor": { "alias": "borderColor"; "required": false; "isSignal": true; }; "borderWidth": { "alias": "borderWidth"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": true; "isSignal": true; }; "removable": { "alias": "removable"; "required": false; "isSignal": true; }; "tag": { "alias": "tag"; "required": true; "isSignal": true; }; }, { "remove": "remove"; "selected": "selected"; }, never, ["*"], false, never>;
364
373
  }
365
374
 
366
375
  declare class AdsTagModule {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ascentgl/ads-ui",
3
- "version": "20.24.0",
3
+ "version": "20.26.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">=20.3.0",
6
6
  "date-fns": ">=4.1.0",
@@ -67,14 +67,14 @@
67
67
  "types": "./src/lib/components/footer/container/index.d.ts",
68
68
  "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs"
69
69
  },
70
- "./src/lib/components/logo/primary-logo": {
71
- "types": "./src/lib/components/logo/primary-logo/index.d.ts",
72
- "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs"
73
- },
74
70
  "./src/lib/components/header/container": {
75
71
  "types": "./src/lib/components/header/container/index.d.ts",
76
72
  "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs"
77
73
  },
74
+ "./src/lib/components/logo/primary-logo": {
75
+ "types": "./src/lib/components/logo/primary-logo/index.d.ts",
76
+ "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs"
77
+ },
78
78
  "./src/lib/components/progress-indicators/progress-bar": {
79
79
  "types": "./src/lib/components/progress-indicators/progress-bar/index.d.ts",
80
80
  "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs"