ngx-vector-components 4.40.1 → 4.41.0

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.
@@ -159,6 +159,7 @@ export declare enum ProfileModuleActionType {
159
159
  ADD_NEWS = "Add News",
160
160
  EDIT_NEWS = "Edit News",
161
161
  DELETE_NEWS = "Delete News",
162
+ HISTORICAL_CHANGES_NEWS = "Historical Changes News",
162
163
  ADD_DISTRIBUTION_CENTER_COMPANY_CREDIT = "Add DistributionCentersCompanyCredit",
163
164
  EDIT_DISTRIBUTION_CENTER_COMPANY_CREDIT = "Edit DistributionCentersCompanyCredit",
164
165
  SHOW_DISTRIBUTION_CENTER_COMPANY_CREDIT = "Show DistributionCentersCompanyCredit",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "4.40.1",
3
+ "version": "4.41.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~13.2.3",
6
6
  "@angular/cdk": "^13.3.9",