@reltio/search 1.4.1852 → 1.4.1854
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 +111 -111
- package/package.json +2 -2
package/main.css
CHANGED
|
@@ -1,102 +1,45 @@
|
|
|
1
|
-
.
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-grow: 1;
|
|
4
|
-
flex-direction: column;
|
|
5
|
-
}
|
|
6
|
-
.NumericRangeFacet-styles-data--F7Rp4 .NumericRangeFacet-styles-barChartContainer--D2IIQ {
|
|
7
|
-
position: relative;
|
|
8
|
-
height: 190px;
|
|
9
|
-
width: 100%;
|
|
10
|
-
padding-top: 6px;
|
|
11
|
-
padding-bottom: 8px;
|
|
12
|
-
overflow: hidden;
|
|
13
|
-
}
|
|
14
|
-
.NumericRangeFacet-styles-data--F7Rp4 .NumericRangeFacet-styles-slider--U3_ss {
|
|
15
|
-
margin-left: 38px;
|
|
16
|
-
margin-right: 4px;
|
|
17
|
-
width: calc(100% - 42px);
|
|
18
|
-
}
|
|
19
|
-
.NumericRangeFacet-styles-data--F7Rp4 .NumericRangeFacet-styles-inputsContainer--fFyBF {
|
|
1
|
+
.Headers-styles-container--rCrNn {
|
|
20
2
|
display: flex;
|
|
21
3
|
flex-direction: row;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
.NumericRangeFacet-styles-data--F7Rp4 .NumericRangeFacet-styles-inputsContainer--fFyBF .NumericRangeFacet-styles-numberEditorInputRoot--brvyv {
|
|
27
|
-
height: 40px;
|
|
28
|
-
font-size: 14px;
|
|
29
|
-
line-height: 16px;
|
|
30
|
-
text-align: center;
|
|
31
|
-
border-radius: 4px 4px 0 0;
|
|
32
|
-
flex-grow: 1;
|
|
33
|
-
display: flex;
|
|
34
|
-
}
|
|
35
|
-
.NumericRangeFacet-styles-data--F7Rp4 .NumericRangeFacet-styles-inputsContainer--fFyBF .NumericRangeFacet-styles-numberEditorRoot--G0Yzg {
|
|
36
|
-
display: flex;
|
|
37
|
-
flex-grow: 1;
|
|
4
|
+
margin-right: 20px;
|
|
5
|
+
min-height: 53px;
|
|
6
|
+
flex-shrink: 0;
|
|
7
|
+
align-items: start;
|
|
38
8
|
}
|
|
39
|
-
.
|
|
9
|
+
.Headers-styles-container--rCrNn .Headers-styles-title--qa1rz {
|
|
40
10
|
margin-left: 24px;
|
|
11
|
+
margin-right: auto;
|
|
12
|
+
align-self: center;
|
|
13
|
+
font-size: 18px;
|
|
41
14
|
}
|
|
42
|
-
.
|
|
43
|
-
text-align: left;
|
|
44
|
-
padding: 0 10px;
|
|
45
|
-
flex-basis: 100%;
|
|
46
|
-
}
|
|
47
|
-
.NumericRangeFacet-styles-data--F7Rp4 .NumericRangeFacet-styles-inputsContainer--fFyBF .NumericRangeFacet-styles-input--lvwGQ::-ms-clear {
|
|
48
|
-
display: none;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.MoreFacetsPopup-styles-subHeader--kl1OA {
|
|
52
|
-
background-color: #f5f5f5;
|
|
53
|
-
padding: 0 16px;
|
|
54
|
-
margin: 0;
|
|
15
|
+
.Headers-styles-container--rCrNn .Headers-styles-actionsBar--BqafL {
|
|
55
16
|
display: flex;
|
|
17
|
+
flex-direction: row;
|
|
56
18
|
align-items: center;
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
font-weight: 500;
|
|
19
|
+
margin-top: 6px;
|
|
20
|
+
margin-left: 13px;
|
|
60
21
|
}
|
|
61
|
-
.
|
|
62
|
-
|
|
63
|
-
max-width: 25px;
|
|
22
|
+
.Headers-styles-container--rCrNn .Headers-styles-actionsBar--BqafL .Headers-styles-splitter--PN7aC {
|
|
23
|
+
height: 32px;
|
|
64
24
|
margin-right: 16px;
|
|
25
|
+
margin-left: 14px;
|
|
65
26
|
}
|
|
66
|
-
.
|
|
67
|
-
|
|
68
|
-
width: 20px;
|
|
27
|
+
.Headers-styles-container--rCrNn .Headers-styles-actionsBar--BqafL .Headers-styles-headerIcon--ko19e {
|
|
28
|
+
padding: 0;
|
|
69
29
|
}
|
|
70
|
-
.
|
|
71
|
-
|
|
72
|
-
top: 0;
|
|
73
|
-
bottom: 0;
|
|
74
|
-
left: 0;
|
|
75
|
-
right: 0;
|
|
76
|
-
display: flex;
|
|
77
|
-
justify-content: center;
|
|
78
|
-
align-items: center;
|
|
30
|
+
.Headers-styles-container--rCrNn .Headers-styles-actionsBar--BqafL .Headers-styles-previewSwitcher--hQTeo {
|
|
31
|
+
margin-left: 7px;
|
|
79
32
|
}
|
|
80
|
-
|
|
81
|
-
.MainContent-styles-mainContent--l_lkj {
|
|
82
|
-
display: flex;
|
|
83
|
-
flex-direction: column;
|
|
33
|
+
.Headers-styles-container--rCrNn .Headers-styles-tabsContainer--e9cIA {
|
|
84
34
|
flex-grow: 1;
|
|
85
|
-
|
|
86
|
-
}
|
|
87
|
-
div[role=presentation],
|
|
88
|
-
div[role=tooltip] {
|
|
89
|
-
font-family: Roboto, Helvetica, Arial, sans-serif;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.ValuesEditor-styles-loadingWrapper--xPido {
|
|
35
|
+
width: 0;
|
|
93
36
|
display: flex;
|
|
94
|
-
min-height: 46px;
|
|
95
|
-
width: 100%;
|
|
96
|
-
align-items: center;
|
|
97
37
|
}
|
|
98
|
-
.
|
|
99
|
-
margin:
|
|
38
|
+
.Headers-styles-container--rCrNn .Headers-styles-number--FKI4j {
|
|
39
|
+
margin-left: 10px;
|
|
40
|
+
font-size: 13px;
|
|
41
|
+
font-weight: normal;
|
|
42
|
+
color: rgba(0, 0, 0, 0.6);
|
|
100
43
|
}
|
|
101
44
|
|
|
102
45
|
.EntitiesTable-styles-popupBackdrop--s9xtU {
|
|
@@ -447,47 +390,104 @@ div[role=tooltip] {
|
|
|
447
390
|
visibility: visible;
|
|
448
391
|
}
|
|
449
392
|
|
|
450
|
-
.
|
|
393
|
+
.NumericRangeFacet-styles-data--F7Rp4 {
|
|
394
|
+
display: flex;
|
|
395
|
+
flex-grow: 1;
|
|
396
|
+
flex-direction: column;
|
|
397
|
+
}
|
|
398
|
+
.NumericRangeFacet-styles-data--F7Rp4 .NumericRangeFacet-styles-barChartContainer--D2IIQ {
|
|
399
|
+
position: relative;
|
|
400
|
+
height: 190px;
|
|
401
|
+
width: 100%;
|
|
402
|
+
padding-top: 6px;
|
|
403
|
+
padding-bottom: 8px;
|
|
404
|
+
overflow: hidden;
|
|
405
|
+
}
|
|
406
|
+
.NumericRangeFacet-styles-data--F7Rp4 .NumericRangeFacet-styles-slider--U3_ss {
|
|
407
|
+
margin-left: 38px;
|
|
408
|
+
margin-right: 4px;
|
|
409
|
+
width: calc(100% - 42px);
|
|
410
|
+
}
|
|
411
|
+
.NumericRangeFacet-styles-data--F7Rp4 .NumericRangeFacet-styles-inputsContainer--fFyBF {
|
|
451
412
|
display: flex;
|
|
452
413
|
flex-direction: row;
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
align-items: start;
|
|
414
|
+
align-items: center;
|
|
415
|
+
justify-content: space-between;
|
|
416
|
+
margin-top: 12px;
|
|
457
417
|
}
|
|
458
|
-
.
|
|
418
|
+
.NumericRangeFacet-styles-data--F7Rp4 .NumericRangeFacet-styles-inputsContainer--fFyBF .NumericRangeFacet-styles-numberEditorInputRoot--brvyv {
|
|
419
|
+
height: 40px;
|
|
420
|
+
font-size: 14px;
|
|
421
|
+
line-height: 16px;
|
|
422
|
+
text-align: center;
|
|
423
|
+
border-radius: 4px 4px 0 0;
|
|
424
|
+
flex-grow: 1;
|
|
425
|
+
display: flex;
|
|
426
|
+
}
|
|
427
|
+
.NumericRangeFacet-styles-data--F7Rp4 .NumericRangeFacet-styles-inputsContainer--fFyBF .NumericRangeFacet-styles-numberEditorRoot--G0Yzg {
|
|
428
|
+
display: flex;
|
|
429
|
+
flex-grow: 1;
|
|
430
|
+
}
|
|
431
|
+
.NumericRangeFacet-styles-data--F7Rp4 .NumericRangeFacet-styles-inputsContainer--fFyBF .NumericRangeFacet-styles-numberEditorRoot--G0Yzg + .NumericRangeFacet-styles-numberEditorRoot--G0Yzg {
|
|
459
432
|
margin-left: 24px;
|
|
460
|
-
margin-right: auto;
|
|
461
|
-
align-self: center;
|
|
462
|
-
font-size: 18px;
|
|
463
433
|
}
|
|
464
|
-
.
|
|
434
|
+
.NumericRangeFacet-styles-data--F7Rp4 .NumericRangeFacet-styles-inputsContainer--fFyBF .NumericRangeFacet-styles-input--lvwGQ {
|
|
435
|
+
text-align: left;
|
|
436
|
+
padding: 0 10px;
|
|
437
|
+
flex-basis: 100%;
|
|
438
|
+
}
|
|
439
|
+
.NumericRangeFacet-styles-data--F7Rp4 .NumericRangeFacet-styles-inputsContainer--fFyBF .NumericRangeFacet-styles-input--lvwGQ::-ms-clear {
|
|
440
|
+
display: none;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
.MoreFacetsPopup-styles-subHeader--kl1OA {
|
|
444
|
+
background-color: #f5f5f5;
|
|
445
|
+
padding: 0 16px;
|
|
446
|
+
margin: 0;
|
|
465
447
|
display: flex;
|
|
466
|
-
flex-direction: row;
|
|
467
448
|
align-items: center;
|
|
468
|
-
|
|
469
|
-
|
|
449
|
+
color: rgba(0, 0, 0, 0.84);
|
|
450
|
+
font-size: 14px;
|
|
451
|
+
font-weight: 500;
|
|
470
452
|
}
|
|
471
|
-
.
|
|
472
|
-
height:
|
|
453
|
+
.MoreFacetsPopup-styles-subHeader--kl1OA .MoreFacetsPopup-styles-icon--i5G4Z {
|
|
454
|
+
max-height: 25px;
|
|
455
|
+
max-width: 25px;
|
|
473
456
|
margin-right: 16px;
|
|
474
|
-
margin-left: 14px;
|
|
475
457
|
}
|
|
476
|
-
.
|
|
477
|
-
|
|
458
|
+
.MoreFacetsPopup-styles-subHeader--kl1OA .MoreFacetsPopup-styles-icon--i5G4Z.MoreFacetsPopup-styles-recommendedIcon--z2ptc {
|
|
459
|
+
height: 20px;
|
|
460
|
+
width: 20px;
|
|
478
461
|
}
|
|
479
|
-
.
|
|
480
|
-
|
|
462
|
+
.MoreFacetsPopup-styles-noResultsCaptionContainer--IioM7 {
|
|
463
|
+
position: absolute;
|
|
464
|
+
top: 0;
|
|
465
|
+
bottom: 0;
|
|
466
|
+
left: 0;
|
|
467
|
+
right: 0;
|
|
468
|
+
display: flex;
|
|
469
|
+
justify-content: center;
|
|
470
|
+
align-items: center;
|
|
481
471
|
}
|
|
482
|
-
|
|
472
|
+
|
|
473
|
+
.MainContent-styles-mainContent--l_lkj {
|
|
474
|
+
display: flex;
|
|
475
|
+
flex-direction: column;
|
|
483
476
|
flex-grow: 1;
|
|
484
|
-
|
|
477
|
+
overflow: auto;
|
|
478
|
+
}
|
|
479
|
+
div[role=presentation],
|
|
480
|
+
div[role=tooltip] {
|
|
481
|
+
font-family: Roboto, Helvetica, Arial, sans-serif;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
.ValuesEditor-styles-loadingWrapper--xPido {
|
|
485
485
|
display: flex;
|
|
486
|
+
min-height: 46px;
|
|
487
|
+
width: 100%;
|
|
488
|
+
align-items: center;
|
|
486
489
|
}
|
|
487
|
-
.
|
|
488
|
-
margin
|
|
489
|
-
font-size: 13px;
|
|
490
|
-
font-weight: normal;
|
|
491
|
-
color: rgba(0, 0, 0, 0.6);
|
|
490
|
+
.ValuesEditor-styles-loadingWrapper--xPido .ValuesEditor-styles-loading--e0naP {
|
|
491
|
+
margin: auto;
|
|
492
492
|
}
|
|
493
493
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/search",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1854",
|
|
4
4
|
"main": "bundle.js",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE FILE",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@redux-beacon/google-analytics": "1.1.1",
|
|
8
|
-
"@reltio/components": "^1.4.
|
|
8
|
+
"@reltio/components": "^1.4.1835",
|
|
9
9
|
"@reltio/mdm-module": "^1.4.1803",
|
|
10
10
|
"@reltio/mdm-sdk": "^1.4.1790",
|
|
11
11
|
"browserify-rsa": "4.1.0",
|