@colijnit/sharedcomponents 258.1.1 → 258.1.2

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.
@@ -17,8 +17,15 @@
17
17
  width: inherit;
18
18
  height: $agenda-week-view-header-height;
19
19
  z-index: 9001;
20
+ &.days-around {
21
+ padding-top: 20px;
22
+ position: relative;
23
+ .month-description {
24
+ top: 2px;
25
+ left: 0;
26
+ }
27
+ }
20
28
  }
21
-
22
29
  .week-day {
23
30
  display: flex;
24
31
  position: relative;
@@ -147,12 +154,12 @@
147
154
  width: 100% !important;
148
155
  }
149
156
  .agenda-header-wrapper {
150
- padding: 0 50px;
157
+ padding: 0 10px;
151
158
  height: auto;
152
159
  gap: 10px;
153
160
  margin-top: 30px;
154
161
  &.days-around {
155
- padding: 0;
162
+ padding: 20px 0 0 0;
156
163
  margin: 0;
157
164
  gap: 5px;
158
165
  background: transparent;
@@ -222,7 +229,7 @@
222
229
  }
223
230
  @media screen and (min-width: $sm-width) {
224
231
  .weekday-value {
225
- font-size: 16px;
232
+ font-size: 14px;
226
233
  }
227
234
  }
228
235
  @media screen and (max-width: $xs-width) {
@@ -236,7 +243,7 @@
236
243
 
237
244
  @media screen and (max-width: $xs-width) {
238
245
  .agenda-header-wrapper {
239
- padding: 0 25px;
246
+ padding: 0 10px;
240
247
  height: 60px !important;
241
248
  }
242
249
  }
@@ -3389,6 +3389,7 @@ export declare class Dictionaries {
3389
3389
  OPTED_FOR_CASH: string;
3390
3390
  OPTED_FOR_PIN: string;
3391
3391
  OPTION: string;
3392
+ OPTION_LIBRARY: string;
3392
3393
  OPTIONAL: string;
3393
3394
  OPTIONS: string;
3394
3395
  MESSAGE_ERROR_POSTALCODE_RETRIEVAL: string;
@@ -4092,6 +4093,7 @@ export declare class Dictionaries {
4092
4093
  DRIVER_CHECKOUT_DEFAULT: string;
4093
4094
  DRIVER_CHECKOUT_EXISTING_SELECTION: string;
4094
4095
  DROPSHIPMENT: string;
4096
+ DROPSHIPMENT_NO: string;
4095
4097
  DROPSHIPMENT_AVAILABLE: string;
4096
4098
  DROPSHIPMENT_INFO: string;
4097
4099
  DROPSHIPMENT_POSSIBLE: string;
@@ -4881,6 +4883,9 @@ export declare class Dictionaries {
4881
4883
  BATCH_PENDING: string;
4882
4884
  BATCH_REQUIRED: string;
4883
4885
  BATCH_RUNNING: string;
4886
+ BATCH_INVOICE: string;
4887
+ BATCH_ORDER_CONFIRMATION: string;
4888
+ BATCH_PURCHASE_ORDER_FORM: string;
4884
4889
  BCC: string;
4885
4890
  BEFORE_DATE: string;
4886
4891
  BEGIN_BOOK: string;
@@ -5510,6 +5515,7 @@ export declare class Dictionaries {
5510
5515
  RELATION_LAYOUTS: string;
5511
5516
  RELATION_LAYOUTS_MESSAGE: string;
5512
5517
  SHIPPING_METHOD_SETTINGS: string;
5518
+ SHIPPING_METHOD_STANDARD_SETTINGS: string;
5513
5519
  OVERRULE_VIA_EMAIL: string;
5514
5520
  OVERRULE_VIA_EDI: string;
5515
5521
  OVERRULE_VIA_PRINT: string;
@@ -12197,6 +12203,9 @@ export declare class Dictionaries {
12197
12203
  BATCH_REQUIRED: string;
12198
12204
  BATCH_RUNNING: string;
12199
12205
  BATCH_DELIVERY: string;
12206
+ BATCH_INVOICE: string;
12207
+ BATCH_ORDER_CONFIRMATION: string;
12208
+ BATCH_PURCHASE_ORDER_FORM: string;
12200
12209
  BCC: string;
12201
12210
  BEFORE_DATE: string;
12202
12211
  BEGIN_BOOK: string;
@@ -13619,6 +13628,7 @@ export declare class Dictionaries {
13619
13628
  DRIVER_CHECKOUT_DEFAULT: string;
13620
13629
  DRIVER_CHECKOUT_EXISTING_SELECTION: string;
13621
13630
  DROPSHIPMENT: string;
13631
+ DROPSHIPMENT_NO: string;
13622
13632
  DROPSHIPMENT_AVAILABLE: string;
13623
13633
  DROPSHIPMENT_INFO: string;
13624
13634
  DROPSHIPMENT_POSSIBLE: string;
@@ -14881,6 +14891,7 @@ export declare class Dictionaries {
14881
14891
  LOCATION: string;
14882
14892
  LOCATIONS: string;
14883
14893
  LOCATION_ADVICE: string;
14894
+ LOCATION_ARTICLE: string;
14884
14895
  LOCATION_FROM: string;
14885
14896
  LOCATION_INVENTORY: string;
14886
14897
  LOCATION_IS_NOT_VALID_WITHIN_WAREHOUSE: string;
@@ -15914,6 +15925,7 @@ export declare class Dictionaries {
15914
15925
  ON_HOLD_CODE: string;
15915
15926
  ON_HOLD_CODES: string;
15916
15927
  ON_MY_DASH: string;
15928
+ ON_STORAGE_UNIT: string;
15917
15929
  OPEN: string;
15918
15930
  OPENING: string;
15919
15931
  OPENING_BALANCE: string;
@@ -15966,6 +15978,7 @@ export declare class Dictionaries {
15966
15978
  OPTED_FOR_CASH: string;
15967
15979
  OPTED_FOR_PIN: string;
15968
15980
  OPTION: string;
15981
+ OPTION_LIBRARY: string;
15969
15982
  OPTIONAL: string;
15970
15983
  OPTIONS: string;
15971
15984
  OPTIONVALUE: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/sharedcomponents",
3
- "version": "258.1.1",
3
+ "version": "258.1.2",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "chart.js": "4.3.0",