diff --git a/libs/ngxsmart/package.json b/libs/ngxsmart/package.json index 6f552e9..2b8af28 100644 --- a/libs/ngxsmart/package.json +++ b/libs/ngxsmart/package.json @@ -1,6 +1,6 @@ { "name": "@ngxsmart/ngxsmart", - "version": "13.1.1", + "version": "13.1.2", "repository": { "type": "git", "url": "https://github.com/ngxsmart/ngxsmart.git" diff --git a/libs/ngxsmart/src/index.ts b/libs/ngxsmart/src/index.ts index f1d85a1..cc3f8d5 100644 --- a/libs/ngxsmart/src/index.ts +++ b/libs/ngxsmart/src/index.ts @@ -14,6 +14,7 @@ export * from './lib/print.module'; export * from './lib/print/ngx-print.directive'; // Export buttons +export * from './lib/buttons/delete-button/delete-button.component'; export * from './lib/buttons/edit-button/edit-button.component'; export * from './lib/buttons/save-primary-button/save-primary-button.component'; export * from './lib/buttons/search-button/search-button.component';