@ascentgl/ads-ui 0.0.38 → 0.0.39

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.
@@ -1,6 +1,6 @@
1
1
  import { Signal } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export type Variant = 'primary' | 'error' | 'secondary';
3
+ export type Variant = 'primary' | 'error' | 'secondary' | 'error-reverse';
4
4
  export type Size = 'base' | 'sm' | 'xs';
5
5
  export declare class AdsButtonComponent {
6
6
  /** The unique ID for the button */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ascentgl/ads-ui",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
4
4
  "peerDependencies": {
5
5
  "@ascentgl/ads-icons": ">=0.0.0",
6
6
  "@ascentgl/ads-utils": ">=0.0.0",