@reltio/search 1.4.996 → 1.4.997
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/bundle.js +1 -1
- package/main.css +0 -164
- package/package.json +3 -3
package/main.css
CHANGED
|
@@ -587,170 +587,6 @@ div[role=tooltip] {
|
|
|
587
587
|
visibility: visible;
|
|
588
588
|
}
|
|
589
589
|
|
|
590
|
-
.ProfilesList-styles-popupBackdrop--7FJm5 {
|
|
591
|
-
background-color: rgba(137, 164, 162, 0.6);
|
|
592
|
-
position: absolute;
|
|
593
|
-
top: 0;
|
|
594
|
-
left: 0;
|
|
595
|
-
right: 0;
|
|
596
|
-
bottom: 0;
|
|
597
|
-
}
|
|
598
|
-
.ProfilesList-styles-popupContent--1Uo6e {
|
|
599
|
-
height: 345px;
|
|
600
|
-
width: 308px;
|
|
601
|
-
border-radius: 3px;
|
|
602
|
-
background-color: #F9F9F9;
|
|
603
|
-
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
|
|
604
|
-
z-index: 11;
|
|
605
|
-
}
|
|
606
|
-
.ProfilesList-styles-complexPopupContent--1nO2j {
|
|
607
|
-
height: 690px;
|
|
608
|
-
width: 578px;
|
|
609
|
-
}
|
|
610
|
-
@keyframes ProfilesList-styles-highlightAnimate--WFV2M {
|
|
611
|
-
from {
|
|
612
|
-
background: transparent;
|
|
613
|
-
}
|
|
614
|
-
50% {
|
|
615
|
-
background: #f2e68e;
|
|
616
|
-
}
|
|
617
|
-
100% {
|
|
618
|
-
background: transparent;
|
|
619
|
-
}
|
|
620
|
-
}
|
|
621
|
-
.ProfilesList-styles-highlighted--3pSag {
|
|
622
|
-
animation-name: ProfilesList-styles-highlightAnimate--WFV2M;
|
|
623
|
-
animation-duration: 3s;
|
|
624
|
-
animation-iteration-count: 1;
|
|
625
|
-
}
|
|
626
|
-
.highlightedSelector {
|
|
627
|
-
animation-name: ProfilesList-styles-highlightAnimate--WFV2M;
|
|
628
|
-
animation-name: ProfilesList-styles-animate--1xmjk;
|
|
629
|
-
animation-duration: 3s;
|
|
630
|
-
animation-iteration-count: 1;
|
|
631
|
-
}
|
|
632
|
-
.ProfilesList-styles-inactiveBackground--2eC3N {
|
|
633
|
-
background: repeating-linear-gradient(45deg, #f5f5f5, #f5f5f5 14px, #e9e9e9 15px, #e9e9e9 16px);
|
|
634
|
-
}
|
|
635
|
-
.ProfilesList-styles-inactiveHoverBackground--1ygXW {
|
|
636
|
-
background: repeating-linear-gradient(45deg, #f2f2f2, #f2f2f2 14px, #e2e2e2 15px, #e2e2e2 16px);
|
|
637
|
-
}
|
|
638
|
-
.ProfilesList-styles-inactiveSelectedBackground--1Vjxo {
|
|
639
|
-
background: repeating-linear-gradient(45deg, #DBE9F4, #DBE9F4 14px, #CCDAE5 15px, #CCDAE5 16px);
|
|
640
|
-
}
|
|
641
|
-
.ProfilesList-styles-inactiveSelectedHoverBackground--38HgZ {
|
|
642
|
-
background: repeating-linear-gradient(45deg, #D4E2ED, #D4E2ED 14px, #C6D4DF 15px, #C6D4DF 16px);
|
|
643
|
-
}
|
|
644
|
-
@keyframes ProfilesList-styles-animate--1xmjk {
|
|
645
|
-
from {
|
|
646
|
-
background: transparent;
|
|
647
|
-
}
|
|
648
|
-
50% {
|
|
649
|
-
background: #f2e68e;
|
|
650
|
-
}
|
|
651
|
-
100% {
|
|
652
|
-
background: transparent;
|
|
653
|
-
}
|
|
654
|
-
}
|
|
655
|
-
.ProfilesList-styles-highlighted--3pSag {
|
|
656
|
-
animation-name: ProfilesList-styles-animate--1xmjk;
|
|
657
|
-
animation-duration: 3s;
|
|
658
|
-
animation-iteration-count: 1;
|
|
659
|
-
}
|
|
660
|
-
.ProfilesList-styles-container--2W9yO .ProfilesList-styles-item--leoEC {
|
|
661
|
-
display: flex;
|
|
662
|
-
min-height: 40px;
|
|
663
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
664
|
-
flex-direction: row;
|
|
665
|
-
}
|
|
666
|
-
.ProfilesList-styles-container--2W9yO .ProfilesList-styles-item--leoEC.ProfilesList-styles-clickable--3lJkj {
|
|
667
|
-
cursor: pointer;
|
|
668
|
-
}
|
|
669
|
-
.ProfilesList-styles-container--2W9yO .ProfilesList-styles-item--leoEC.ProfilesList-styles-selected--BrB7P {
|
|
670
|
-
background: #e0eef9;
|
|
671
|
-
}
|
|
672
|
-
.ProfilesList-styles-container--2W9yO .ProfilesList-styles-item--leoEC.ProfilesList-styles-selected--BrB7P:hover {
|
|
673
|
-
background: #c2ddf3;
|
|
674
|
-
}
|
|
675
|
-
.ProfilesList-styles-container--2W9yO .ProfilesList-styles-item--leoEC.ProfilesList-styles-inactive--1R3op {
|
|
676
|
-
background: repeating-linear-gradient(45deg, #f5f5f5, #f5f5f5 14px, #e9e9e9 15px, #e9e9e9 16px);
|
|
677
|
-
}
|
|
678
|
-
.ProfilesList-styles-container--2W9yO .ProfilesList-styles-item--leoEC.ProfilesList-styles-inactive--1R3op:hover {
|
|
679
|
-
background: repeating-linear-gradient(45deg, #f2f2f2, #f2f2f2 14px, #e2e2e2 15px, #e2e2e2 16px);
|
|
680
|
-
}
|
|
681
|
-
.ProfilesList-styles-container--2W9yO .ProfilesList-styles-item--leoEC.ProfilesList-styles-inactive--1R3op.ProfilesList-styles-selected--BrB7P {
|
|
682
|
-
background: repeating-linear-gradient(45deg, #DBE9F4, #DBE9F4 14px, #CCDAE5 15px, #CCDAE5 16px);
|
|
683
|
-
}
|
|
684
|
-
.ProfilesList-styles-container--2W9yO .ProfilesList-styles-item--leoEC.ProfilesList-styles-inactive--1R3op.ProfilesList-styles-selected--BrB7P:hover {
|
|
685
|
-
background: repeating-linear-gradient(45deg, #D4E2ED, #D4E2ED 14px, #C6D4DF 15px, #C6D4DF 16px);
|
|
686
|
-
}
|
|
687
|
-
.ProfilesList-styles-container--2W9yO .ProfilesList-styles-item--leoEC.ProfilesList-styles-justImported--30pPE {
|
|
688
|
-
background-color: #FFFBEB !important;
|
|
689
|
-
}
|
|
690
|
-
.ProfilesList-styles-container--2W9yO .ProfilesList-styles-item--leoEC:after {
|
|
691
|
-
content: '';
|
|
692
|
-
min-height: inherit;
|
|
693
|
-
font-size: 0;
|
|
694
|
-
}
|
|
695
|
-
.ProfilesList-styles-container--2W9yO .ProfilesList-styles-item--leoEC:hover {
|
|
696
|
-
background-color: rgba(0, 0, 0, 0.03);
|
|
697
|
-
}
|
|
698
|
-
.ProfilesList-styles-container--2W9yO .ProfilesList-styles-item--leoEC .ProfilesList-styles-avatar--3yO0A {
|
|
699
|
-
margin-left: 20px;
|
|
700
|
-
}
|
|
701
|
-
.ProfilesList-styles-container--2W9yO .ProfilesList-styles-item--leoEC .ProfilesList-styles-image--3IrbJ {
|
|
702
|
-
height: 32px;
|
|
703
|
-
width: 32px;
|
|
704
|
-
margin-top: 8px;
|
|
705
|
-
margin-bottom: 7px;
|
|
706
|
-
}
|
|
707
|
-
.ProfilesList-styles-container--2W9yO .ProfilesList-styles-item--leoEC .ProfilesList-styles-info--3Urhn {
|
|
708
|
-
margin-left: 20px;
|
|
709
|
-
flex-grow: 1;
|
|
710
|
-
display: flex;
|
|
711
|
-
flex-direction: column;
|
|
712
|
-
justify-content: center;
|
|
713
|
-
font-size: 13px;
|
|
714
|
-
width: 100%;
|
|
715
|
-
overflow: hidden;
|
|
716
|
-
overflow-wrap: break-word;
|
|
717
|
-
word-wrap: break-word;
|
|
718
|
-
}
|
|
719
|
-
.ProfilesList-styles-container--2W9yO .ProfilesList-styles-item--leoEC .ProfilesList-styles-info--3Urhn .ProfilesList-styles-firstRow--3PrUO .ProfilesList-styles-label--1SZN5 {
|
|
720
|
-
font-size: 13px;
|
|
721
|
-
line-height: 15px;
|
|
722
|
-
font-weight: 500;
|
|
723
|
-
color: #0072CE;
|
|
724
|
-
margin-right: 17px;
|
|
725
|
-
text-decoration: none;
|
|
726
|
-
}
|
|
727
|
-
.ProfilesList-styles-container--2W9yO .ProfilesList-styles-item--leoEC .ProfilesList-styles-info--3Urhn .ProfilesList-styles-firstRow--3PrUO .ProfilesList-styles-secondaryLabel--21mq- {
|
|
728
|
-
margin-right: 12px;
|
|
729
|
-
}
|
|
730
|
-
.ProfilesList-styles-container--2W9yO .ProfilesList-styles-item--leoEC .ProfilesList-styles-info--3Urhn .ProfilesList-styles-firstRow--3PrUO .ProfilesList-styles-businessCard--fKAJK {
|
|
731
|
-
color: rgba(0, 0, 0, 0.54);
|
|
732
|
-
}
|
|
733
|
-
.ProfilesList-styles-container--2W9yO .ProfilesList-styles-item--leoEC .ProfilesList-styles-info--3Urhn .ProfilesList-styles-secondRow--1PpyO {
|
|
734
|
-
display: flex;
|
|
735
|
-
margin-top: 2px;
|
|
736
|
-
align-items: center;
|
|
737
|
-
color: rgba(0, 0, 0, 0.54);
|
|
738
|
-
font-size: 12px;
|
|
739
|
-
}
|
|
740
|
-
.ProfilesList-styles-container--2W9yO .ProfilesList-styles-item--leoEC .ProfilesList-styles-info--3Urhn .ProfilesList-styles-secondRow--1PpyO .ProfilesList-styles-spacer--3cXqb {
|
|
741
|
-
flex-grow: 1;
|
|
742
|
-
flex-basis: 50px;
|
|
743
|
-
}
|
|
744
|
-
.ProfilesList-styles-container--2W9yO .ProfilesList-styles-item--leoEC .ProfilesList-styles-info--3Urhn .ProfilesList-styles-secondRow--1PpyO .ProfilesList-styles-scores--35ge8 {
|
|
745
|
-
display: flex;
|
|
746
|
-
flex-wrap: wrap;
|
|
747
|
-
color: rgba(0, 0, 0, 0.87);
|
|
748
|
-
margin-left: 10px;
|
|
749
|
-
margin-right: 20px;
|
|
750
|
-
font-size: 13px;
|
|
751
|
-
min-width: 134px;
|
|
752
|
-
}
|
|
753
|
-
|
|
754
590
|
.Headers-styles-container--3xtGG {
|
|
755
591
|
display: flex;
|
|
756
592
|
flex-direction: row;
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/search",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.997",
|
|
4
4
|
"main": "bundle.js",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE FILE",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@google/maps": "^0.5.5",
|
|
8
8
|
"@redux-beacon/google-analytics": "^1.1.1",
|
|
9
|
-
"@reltio/mdm-module": "^1.4.
|
|
10
|
-
"@reltio/mdm-sdk": "^1.4.
|
|
9
|
+
"@reltio/mdm-module": "^1.4.997",
|
|
10
|
+
"@reltio/mdm-sdk": "^1.4.997",
|
|
11
11
|
"autosuggest-highlight": "^3.1.1",
|
|
12
12
|
"browserify-rsa": "4.0.1",
|
|
13
13
|
"browserify-sign": "4.0.4",
|