@colijnit/corecomponents_v12 259.1.13 → 259.1.15

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.
@@ -51,8 +51,31 @@
51
51
  }
52
52
  .info {
53
53
  position: absolute;
54
- bottom: 1px;
55
- right: 1px;
54
+ bottom: 12px;
55
+ right: 10px;
56
+ box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
57
+ justify-content: center;
58
+ align-items: center;
59
+ background-color: #ffffffad;
60
+ border: 2px solid #4a4a49;
61
+ width: 28px;
62
+ height: 28px;
63
+ co-icon {
64
+ width: 28px;
65
+ height: 28px;
66
+ svg [fill] {
67
+ fill: #4a4a49;
68
+ }
69
+ }
70
+ &:hover {
71
+ border: 2px solid #ffffff;
72
+ background-color: #4a4a49;
73
+ co-icon {
74
+ svg [fill] {
75
+ fill: #FFF;
76
+ }
77
+ }
78
+ }
56
79
  }
57
80
  .co-level-indicator {
58
81
  position: absolute;
@@ -16,4 +16,5 @@ export declare class DoubleCalendarComponent extends BaseInputDatePickerDirectiv
16
16
  outputRangeIfValid(): void;
17
17
  handleSecondHoveringDate(day: Date): void;
18
18
  clearAllDates(): void;
19
+ private _closeIfRangeComplete;
19
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/corecomponents_v12",
3
- "version": "259.1.13",
3
+ "version": "259.1.15",
4
4
  "description": "Colijn IT core components for Angular 12",
5
5
  "private": false,
6
6
  "peerDependencies": {