@colijnit/corecomponents_v12 259.1.16 → 259.1.17

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.
@@ -77,20 +77,19 @@
77
77
  top: 106px;
78
78
  left: 100%;
79
79
  z-index: 1;
80
- padding-top: 8px;
81
- //box-shadow: -3px 0px 16px 1px rgba(0, 0, 0, 0.2);
82
- box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.2), 4px 0px 10px rgba(0, 0, 0, 0.2), 0px 4px 10px rgba(0, 0, 0, 0.2);
83
- border-radius: 5px;
84
- background: #FFF;
80
+ padding: 8px 6px 0;
81
+ border-radius: 3px;
82
+ background: #f8f8fa;
83
+ box-shadow: 1px 1px 3px 1px #9d9d9d6e;
85
84
 
86
85
  .button-wrapper {
87
86
  display: flex;
88
87
  flex-direction: column;
89
88
  align-items: center;
90
89
  justify-content: center;
91
- width: 65px;
92
90
  margin-bottom: 8px;
93
91
  text-align: center;
92
+ cursor: pointer;
94
93
 
95
94
  &:hover {
96
95
  co-icon svg *,
@@ -99,6 +98,11 @@
99
98
  color: $color-action;
100
99
  }
101
100
  }
101
+
102
+ .button-title {
103
+ margin-top: 2px;
104
+ font-size: 9px;
105
+ }
102
106
  }
103
107
  }
104
108
  }
@@ -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": "259.1.16",
3
+ "version": "259.1.17",
4
4
  "description": "Colijn IT core components for Angular 12",
5
5
  "private": false,
6
6
  "peerDependencies": {