chore: update status enum deprecated message

pull/3213/head
mehmet-erim 6 years ago
parent bc9db1d0eb
commit 87d59b231f

@ -14,7 +14,7 @@
"lint": "ng lint", "lint": "ng lint",
"scripts:build": "cd scripts && yarn && yarn build", "scripts:build": "cd scripts && yarn && yarn build",
"prepare:workspace": "yarn scripts:build", "prepare:workspace": "yarn scripts:build",
"ci": "yarn prepare:workspace && yarn ci:test && yarn ng lint && yarn ci:build", "ci": "yarn ng lint && yarn prepare:workspace && yarn ci:test && yarn ci:build",
"ci:test": "ng test --coverage=false", "ci:test": "ng test --coverage=false",
"ci:build": "cd scripts && yarn build:prod", "ci:build": "cd scripts && yarn build:prod",
"lerna": "lerna", "lerna": "lerna",

@ -22,7 +22,7 @@ export namespace Toaster {
export type Severity = 'neutral' | 'success' | 'info' | 'warning' | 'error'; export type Severity = 'neutral' | 'success' | 'info' | 'warning' | 'error';
/** /**
* @deprecated Status will be removed from toaster model in v2.2 * @deprecated Status will be removed from toaster model in v3.0
*/ */
export enum Status { export enum Status {
confirm = 'confirm', confirm = 'confirm',

Loading…
Cancel
Save