@progressio_resources/gravity-design-system 2.5.5 → 2.5.7

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.
@@ -2,4 +2,5 @@ export interface GravityNotificationContent {
2
2
  state: 'error' | 'success' | 'warning';
3
3
  title: string;
4
4
  text: string;
5
+ errorCode?: number;
5
6
  }
@@ -1,6 +1,6 @@
1
- import { AfterViewInit, EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
1
+ import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class GravityTextFieldComponent implements OnInit, OnChanges, AfterViewInit {
3
+ export declare class GravityTextFieldComponent implements OnInit, OnChanges {
4
4
  leftIconResponse: EventEmitter<void>;
5
5
  rightIconResponse: EventEmitter<void>;
6
6
  textFieldValueResponse: EventEmitter<string>;
@@ -32,7 +32,6 @@ export declare class GravityTextFieldComponent implements OnInit, OnChanges, Aft
32
32
  inputValue: string;
33
33
  ngOnInit(): void;
34
34
  ngOnChanges(changes: SimpleChanges): void;
35
- ngAfterViewInit(): void;
36
35
  getPlaceholder(): string;
37
36
  clearInput(): void;
38
37
  changeInputValue(clearInput?: boolean): void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progressio_resources/gravity-design-system",
3
3
  "description": "Gravity Design System",
4
- "version": "2.5.5",
4
+ "version": "2.5.7",
5
5
  "license": "SEE LICENSE IN LIBRARY-LICENSE",
6
6
  "peerDependencies": {
7
7
  "@angular/common": "^16.2.12",