@colijnit/corecomponents_v12 258.1.24 → 258.1.25

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.
@@ -99,6 +99,7 @@
99
99
  width: 65px;
100
100
  margin-bottom: 8px;
101
101
  text-align: center;
102
+ cursor: pointer;
102
103
 
103
104
  &:hover {
104
105
  co-icon svg *,
@@ -0,0 +1,10 @@
1
+ export declare enum BatchDeliveryCategory {
2
+ Overview = "OVERVIEW",
3
+ Purchase = "COST_OF_SALES",
4
+ Allocate = "ALLOCATION",
5
+ Logistics = "LOGISTICS",
6
+ DeliveryOrder = "DELIVERY_ORDER",
7
+ Invoice = "INVOICE",
8
+ ToPick = "TO_PICK",
9
+ Picked = "PICKED"
10
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/corecomponents_v12",
3
- "version": "258.1.24",
3
+ "version": "258.1.25",
4
4
  "description": "Colijn IT core components for Angular 12",
5
5
  "private": false,
6
6
  "peerDependencies": {