@annalib/anna-core 16.2.2 → 16.2.5

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.
@@ -115,6 +115,7 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
115
115
  constructor(cdRef: ChangeDetectorRef, annaSortService: AnnaSortService, annaDateTimeFormatService: AnnaDateTimeFormatService, annaFilterService: AnnaFilterService);
116
116
  ngAfterViewChecked(): void;
117
117
  ngOnInit(): void;
118
+ detectChanges(): void;
118
119
  ngOnChanges(changes: SimpleChanges): void;
119
120
  setTableBottomBorder(): void;
120
121
  checkIfAllTheElementsAreZero(): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "16.2.2",
3
+ "version": "16.2.5",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^2.0.4",
6
6
  "@angular/common": "^15.2.9",
@@ -0,0 +1,35 @@
1
+ .ng-content-selector-for-message {
2
+ display: inline;
3
+ font-size: 0.75rem !important;
4
+ font-weight: 400 !important;
5
+ line-height: 16px !important;
6
+
7
+ a {
8
+ color: #268BFF;
9
+ text-decoration: underline;
10
+ }
11
+ }
12
+
13
+ ::ng-deep section.message-box.sm.seller-approval-requested {
14
+ .div-message p.message-label {
15
+ padding: 0 0 0 4px !important;
16
+ }
17
+ }
18
+
19
+ ::ng-deep section.message-box.sm.inline-block-msg {
20
+ padding: 4px!important;
21
+ .div-message p.message-label {
22
+ display: inline-block !important;
23
+ padding: 0 0 0 6px !important;
24
+ }
25
+ .div-icon {
26
+ position: relative;
27
+ top: 4px;
28
+ left: 3px !important;
29
+ }
30
+ }
31
+
32
+ .comment-textarea {
33
+ resize: none;
34
+ height: 90px;
35
+ }