@annalib/anna-core 10.0.5 → 10.0.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "10.0.5",
3
+ "version": "10.0.7",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^2.0.3",
6
6
  "@angular/common": "^14.3.0",
@@ -134,7 +134,7 @@ div.radio-container {
134
134
  background-color: $filterRadioContainer;
135
135
  // padding: $fs-2 $fs-2 $fs-2 $fs-4;
136
136
  border-radius: $fs-2;
137
- margin: 0.4375rem $fs-7 $fs-4 $fs-7;
137
+ margin: 0px $fs-7 $fs-4 $fs-7;
138
138
  div{
139
139
  flex: 1;
140
140
  width: 50%;
@@ -178,25 +178,12 @@ div.radio-container {
178
178
 
179
179
  .buttons-container {
180
180
  display: flex;
181
- margin: 0px auto 0.4375rem;
181
+ margin: 0px auto 0px;
182
182
  justify-content: center;
183
-
184
- .button{
185
- padding: 0 10px;
186
- margin: 8px 0 0 8px;
187
- width: 106px;
188
- text-overflow: ellipsis;
189
- white-space: nowrap;
190
- overflow: hidden;
191
- }
192
-
193
183
  button:last-of-type {
194
184
  background-color: $primary-color;
195
185
  color: white;
196
- margin-left: 0.5rem;
197
- margin-right: 0.5rem;
198
186
  }
199
-
200
187
  button.disabled {
201
188
  background: $gray74;
202
189
  opacity: 0.5;
@@ -503,8 +490,7 @@ button.filter-text-btn{
503
490
  ::ng-deep .non-edit-datepicker-tooltip .tooltip-inner{
504
491
  max-width: 310px !important;
505
492
  width: 283px !important;
506
- overflow-y: initial !important;
507
- padding: 0px !important;
493
+ overflow-y: initial !important;
508
494
  }
509
495
 
510
496
 
@@ -543,17 +529,14 @@ input.error-border{
543
529
 
544
530
  ::ng-deep .non-edit-checkbox-tooltip .tooltip-inner{
545
531
  width: 238px !important;
546
- padding: 0px !important;
547
532
  }
548
533
 
549
534
  ::ng-deep .non-edit-slider-tooltip .tooltip-inner{
550
535
  width: 238px !important;
551
- padding: 0px !important;
552
536
  }
553
537
 
554
538
  ::ng-deep .non-edit-time-tooltip .tooltip-inner{
555
539
  width: 250px !important;
556
- padding: 0px !important;
557
540
  }
558
541
 
559
542
  ::ng-deep .no-bottom-border{