@annalib/anna-core 10.0.25 → 10.0.27

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.
@@ -52,7 +52,7 @@ export interface IGtGeneralConfig extends ISpotTableConfig {
52
52
  bufferSize: number;
53
53
  page: string;
54
54
  }
55
- declare type COMPONENTNAME = "SPOTDETAILS" | "EXCLUDEINVENTORYPOPUP" | "EXCLUDEINVENTORY" | "DRRLISTING" | "DRR" | "" | "RATING" | "ORDER_LISTING_INFLIGHT" | "ORDER_LISTING_COMPLETED" | "ORDER_LISTING_BLANK" | "LUR_VIOLATIONS" | "ACTIVITYLOG";
55
+ declare type COMPONENTNAME = "SPOTDETAILS" | "EXCLUDEINVENTORYPOPUP" | "EXCLUDEINVENTORY" | "DRRLISTING" | "DRR" | "" | "RATING" | "ORDER_LISTING_INFLIGHT" | "ORDER_LISTING_COMPLETED" | "ORDER_LISTING_BLANK" | "LUR_VIOLATIONS" | "ACTIVITYLOG" | "NOTIFICATIONS";
56
56
  interface ISpotTableConfig {
57
57
  isGrouped: boolean;
58
58
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "10.0.25",
3
+ "version": "10.0.27",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^2.0.3",
6
6
  "@angular/common": "^14.3.0",
@@ -362,10 +362,11 @@ section.min-maxContainer {
362
362
  font-size: 17px;
363
363
  }
364
364
  div.arrow-container {
365
- flex-direction: column;
365
+ flex-direction: column-reverse;
366
366
  display: flex;
367
367
  padding-top: $fs-6;
368
- padding-left: 1px;
368
+ // padding-left: 1px;
369
+ height: 18px;
369
370
  margin-right: $fs-19;
370
371
  i {
371
372
  color: black;