@amnex/ui-atoms 0.0.6 → 1.0.6

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -125,7 +125,7 @@ declare class AmnexTextarea implements ControlValueAccessor {
125
125
  static ɵcmp: i0.ɵɵComponentDeclaration<AmnexTextarea, "amnex-textarea", never, { "placeholder": { "alias": "placeholder"; "required": false; }; }, {}, never, never, true, never>;
126
126
  }
127
127
 
128
- declare const AMNEX_COMPONENTS: (typeof AmnexH1)[];
128
+ declare const AMNEX_COMPONENTS: (typeof AmnexLabel)[];
129
129
 
130
130
  declare class UiAtoms {
131
131
  static ɵfac: i0.ɵɵFactoryDeclaration<UiAtoms, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amnex/ui-atoms",
3
- "version": "0.0.6",
3
+ "version": "1.0.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0"