ngx-vector-components 6.7.0 → 6.8.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.
@@ -736,5 +736,6 @@ export declare enum ProfileModuleActionType {
736
736
  LINK_GENERATOR = "Gerador De Link",
737
737
  ADD_BLOCK_CARRIER = "Add Block Carrier",
738
738
  SHOW_BLOCK_CARRIER = "Show Block Carrier",
739
- EDIT_BLOCK_CARRIER = "Edit Block Carrier"
739
+ EDIT_BLOCK_CARRIER = "Edit Block Carrier",
740
+ ADD_INDIVIDUAL_VEHICLE = "Add Individual Vehicle"
740
741
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "6.7.0",
3
+ "version": "6.8.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^19.2.0",
6
6
  "@angular/cdk": "^19.2.0",