@ascentgl/ads-ui 21.70.0 → 21.70.1

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": "@ascentgl/ads-ui",
3
- "version": "21.70.0",
3
+ "version": "21.70.1",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">=21.0.0",
6
6
  "date-fns": ">=4.1.0",
@@ -136,7 +136,7 @@ declare class AdsNumericBadgeComponent extends AdsIconHoverComponent {
136
136
  /** provide icon name. NOTE: the icon must be registered in icon registry **/
137
137
  name: i0.InputSignal<adsIcon>;
138
138
  /** choose ads icon theme **/
139
- theme: i0.InputSignal<"primary" | "iconPrimary" | "success" | "warn" | "white">;
139
+ theme: i0.InputSignal<"iconPrimary" | "primary" | "success" | "warn" | "white">;
140
140
  /** set badge value as number **/
141
141
  value: i0.InputSignal<number>;
142
142
  /** @ignore **/