halleyx-ui-framework 11.6.75 → 11.6.77
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/dist/cjs/index.css +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/es/index.css +1 -1
- package/dist/es/index.js +1 -1
- package/dist/src/assets/styles/inputfields.scss +41 -36
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.js +1 -1
- package/dist/umd/index.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -404,7 +404,7 @@ input:checked ~ .isCheckMarkError {
|
|
|
404
404
|
border: 1px solid transparent !important;
|
|
405
405
|
border-bottom: 1px solid #d8d8d8 !important;
|
|
406
406
|
border-radius: 0px;
|
|
407
|
-
input{
|
|
407
|
+
input {
|
|
408
408
|
padding-left: 0px !important;
|
|
409
409
|
padding-right: 0px !important;
|
|
410
410
|
}
|
|
@@ -440,8 +440,19 @@ input:checked ~ .isCheckMarkError {
|
|
|
440
440
|
border: 1px solid var(--hlx-border-color);
|
|
441
441
|
border-radius: 5px;
|
|
442
442
|
background: white;
|
|
443
|
+
max-height: 242px;
|
|
444
|
+
overflow-y: auto;
|
|
445
|
+
.meta-primary,
|
|
446
|
+
.meta-secondary {
|
|
447
|
+
color: #777777;
|
|
448
|
+
font-size: 12px;
|
|
449
|
+
}
|
|
450
|
+
.meta-id {
|
|
451
|
+
font-size: 12px;
|
|
452
|
+
color: #2879b7;
|
|
453
|
+
}
|
|
443
454
|
.address-options-container {
|
|
444
|
-
height: 30px;
|
|
455
|
+
// height: 30px;
|
|
445
456
|
display: flex;
|
|
446
457
|
flex-direction: column;
|
|
447
458
|
align-items: center;
|
|
@@ -472,40 +483,37 @@ input:checked ~ .isCheckMarkError {
|
|
|
472
483
|
background-color: var(--hlx-color-primary-light);
|
|
473
484
|
}
|
|
474
485
|
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
background: #a6a6a6;
|
|
490
|
-
color: rgb(107, 114, 128);
|
|
486
|
+
.suffix-select {
|
|
487
|
+
main {
|
|
488
|
+
width: 100px;
|
|
489
|
+
.hlx-select-container {
|
|
490
|
+
// border:none;
|
|
491
|
+
height: 36px;
|
|
492
|
+
.hlx-select-input {
|
|
493
|
+
background: #a6a6a6;
|
|
494
|
+
color: rgb(107, 114, 128);
|
|
495
|
+
}
|
|
496
|
+
.hlx-select-icon {
|
|
497
|
+
background: #a6a6a6;
|
|
498
|
+
color: rgb(107, 114, 128);
|
|
499
|
+
}
|
|
491
500
|
}
|
|
492
|
-
|
|
493
|
-
.custom-dropdown{
|
|
501
|
+
.custom-dropdown {
|
|
494
502
|
// border:none;
|
|
495
503
|
background: rgb(249, 250, 251);
|
|
496
504
|
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
505
|
+
input {
|
|
506
|
+
border-radius: 0px;
|
|
507
|
+
}
|
|
508
|
+
.icon-angle-down-regular,
|
|
509
|
+
.icon-angle-up-regular {
|
|
510
|
+
height: 36px;
|
|
511
|
+
}
|
|
512
|
+
.tagimagecontainer {
|
|
513
|
+
color: rgb(107, 114, 128);
|
|
514
|
+
background: rgb(249, 250, 251);
|
|
515
|
+
}
|
|
516
|
+
}
|
|
509
517
|
}
|
|
510
518
|
}
|
|
511
519
|
|
|
@@ -515,7 +523,6 @@ input:checked ~ .isCheckMarkError {
|
|
|
515
523
|
main {
|
|
516
524
|
border-top-right-radius: 5px !important;
|
|
517
525
|
border-bottom-right-radius: 5px !important;
|
|
518
|
-
|
|
519
526
|
}
|
|
520
527
|
}
|
|
521
528
|
.custom-slot-prefix {
|
|
@@ -524,7 +531,6 @@ input:checked ~ .isCheckMarkError {
|
|
|
524
531
|
main {
|
|
525
532
|
border-top-left-radius: 5px !important;
|
|
526
533
|
border-bottom-left-radius: 5px !important;
|
|
527
|
-
|
|
528
534
|
}
|
|
529
535
|
}
|
|
530
536
|
|
|
@@ -546,6 +552,5 @@ input:checked ~ .isCheckMarkError {
|
|
|
546
552
|
.number-symbol-holder {
|
|
547
553
|
left: 0px !important;
|
|
548
554
|
top: 13px !important;
|
|
549
|
-
|
|
550
555
|
}
|
|
551
|
-
}
|
|
556
|
+
}
|