ros.grant.common 2.0.1234 → 2.0.1237

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.
@@ -139,6 +139,12 @@ class DateTimePickerInitializer {
139
139
  var event = new Event("change");
140
140
  element.dispatchEvent(event);
141
141
  });
142
+
143
+ input.addEventListener('focusout', function (e) {
144
+ var element = e.target;
145
+ var event = new Event("change");
146
+ element.dispatchEvent(event);
147
+ });
142
148
  }
143
149
 
144
150
  public static initLabel(label: HTMLElement) {
@@ -209,7 +209,7 @@
209
209
  justify-content: space-around;
210
210
  font-weight: bold;
211
211
  font-size: 18px;
212
- line-height: 140%;
212
+ line-height: 24px;
213
213
  text-align: center;
214
214
  text-transform: uppercase;
215
215
  color: var(--Main1);
@@ -257,9 +257,7 @@
257
257
 
258
258
  &-body {
259
259
  width: auto;
260
- padding: 24px;
261
- padding-top: 0;
262
- padding-bottom: 16px;
260
+ padding:0 24px 16px;
263
261
 
264
262
  @media screen and (max-width: 991px) {
265
263
  padding: 16px;
@@ -427,14 +425,10 @@
427
425
  display: flex;
428
426
  flex-wrap: wrap;
429
427
  justify-content: center;
430
- padding: 24px 16px;
431
- padding-top: 0;
432
- padding-bottom: 14px;
428
+ padding:0 24px 16px;
433
429
 
434
430
  @media screen and (max-width: 991px) {
435
- padding: 24px 8px;
436
- padding-top: 0;
437
- padding-bottom: 14px;
431
+ padding:0 16px 16px;
438
432
  }
439
433
 
440
434
  .btn {
@@ -512,14 +506,14 @@
512
506
 
513
507
  .modal-title {
514
508
  background: var(--Main2);
515
- padding: 4px 24px;
509
+ padding: 16px;
516
510
  padding-right: 30px;
517
511
  min-height: 52px;
518
512
  color: #fff;
519
513
 
520
514
  h4 {
521
515
  color: #fff !important;
522
- line-height: 20px;
516
+ line-height: 24px;
523
517
  }
524
518
 
525
519
  &-small {
@@ -694,14 +688,14 @@
694
688
 
695
689
  .modal-title {
696
690
  background: var(--Main2);
697
- padding: 4px 24px;
691
+ padding: 16px;
698
692
  padding-right: 30px;
699
693
  min-height: 52px;
700
694
  color: #fff;
701
695
 
702
696
  h4 {
703
697
  color: #fff !important;
704
- line-height: 20px;
698
+ line-height: 24px;
705
699
  }
706
700
 
707
701
  &-small {
@@ -301,19 +301,29 @@
301
301
  }
302
302
  }
303
303
 
304
- .ng-star-inserted {
304
+
305
+ lib-contact-line {
305
306
  .widget__content_item {
306
- border-bottom: 1px solid var(--Stroke);
307
+ border-bottom: 1px solid var(--Stroke) !important;
308
+ padding: 8px 0 8px 0 !important;
307
309
  }
308
- }
309
310
 
310
- .ng-star-inserted:last-child {
311
- .widget__content_item {
312
- border-bottom: none;
313
- padding-bottom: 8px;
311
+ &:last-child {
312
+ .widget__content_item {
313
+ border-bottom: none !important;
314
+ padding: 8px 0 8px 0 !important;
315
+ }
316
+ }
317
+
318
+ &:first-child {
319
+ .widget__content_item {
320
+ padding: 16px 0 8px 0 !important;
321
+
322
+ }
314
323
  }
315
324
  }
316
325
 
326
+
317
327
  .avatar {
318
328
  width: 24px;
319
329
  min-width: 24px;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1234",
2
+ "version": "2.0.1237",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {