@reltio/segmentation 1.4.7 → 1.4.9

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/723.css ADDED
@@ -0,0 +1,493 @@
1
+ .Headers-styles-container--Zbdka {
2
+ display: flex;
3
+ flex-direction: row;
4
+ margin-right: 20px;
5
+ min-height: 53px;
6
+ flex-shrink: 0;
7
+ align-items: start;
8
+ }
9
+ .Headers-styles-container--Zbdka .Headers-styles-title--TvsMA {
10
+ margin-left: 24px;
11
+ margin-right: auto;
12
+ align-self: center;
13
+ font-size: 18px;
14
+ }
15
+ .Headers-styles-container--Zbdka .Headers-styles-actionsBar--RXMy4 {
16
+ display: flex;
17
+ flex-direction: row;
18
+ align-items: center;
19
+ margin-top: 6px;
20
+ margin-left: 13px;
21
+ }
22
+ .Headers-styles-container--Zbdka .Headers-styles-actionsBar--RXMy4 .Headers-styles-splitter--sCvn6 {
23
+ height: 32px;
24
+ margin-right: 16px;
25
+ margin-left: 14px;
26
+ }
27
+ .Headers-styles-container--Zbdka .Headers-styles-actionsBar--RXMy4 .Headers-styles-headerIcon--c2qe7 {
28
+ padding: 0;
29
+ }
30
+ .Headers-styles-container--Zbdka .Headers-styles-actionsBar--RXMy4 .Headers-styles-previewSwitcher--Ppqem {
31
+ margin-left: 7px;
32
+ }
33
+ .Headers-styles-container--Zbdka .Headers-styles-tabsContainer--lhDXc {
34
+ flex-grow: 1;
35
+ width: 0;
36
+ display: flex;
37
+ }
38
+ .Headers-styles-container--Zbdka .Headers-styles-number--trErH {
39
+ margin-left: 10px;
40
+ font-size: 13px;
41
+ font-weight: normal;
42
+ color: rgba(0, 0, 0, 0.6);
43
+ }
44
+
45
+ .EntitiesTable-styles-popupBackdrop--nEX1F {
46
+ background-color: rgba(137, 164, 162, 0.6);
47
+ position: absolute;
48
+ top: 0;
49
+ left: 0;
50
+ right: 0;
51
+ bottom: 0;
52
+ }
53
+ .EntitiesTable-styles-popupContent--PLSPL {
54
+ height: 345px;
55
+ width: 308px;
56
+ border-radius: 3px;
57
+ background-color: #F9F9F9;
58
+ box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
59
+ z-index: 11;
60
+ }
61
+ .EntitiesTable-styles-complexPopupContent--wqOGI {
62
+ height: 690px;
63
+ width: 578px;
64
+ }
65
+ @keyframes EntitiesTable-styles-highlightAnimate--oR7ki {
66
+ from {
67
+ background: transparent;
68
+ }
69
+ 50% {
70
+ background: #f2e68e;
71
+ }
72
+ 100% {
73
+ background: transparent;
74
+ }
75
+ }
76
+ .EntitiesTable-styles-highlighted--GHk6T {
77
+ animation-name: EntitiesTable-styles-highlightAnimate--oR7ki;
78
+ animation-duration: 3s;
79
+ animation-iteration-count: 1;
80
+ }
81
+ .highlightedSelector {
82
+ animation-name: EntitiesTable-styles-highlightAnimate--oR7ki;
83
+ animation-duration: 3s;
84
+ animation-iteration-count: 1;
85
+ }
86
+ .EntitiesTable-styles-inactiveBackground--nAfS3 {
87
+ background: repeating-linear-gradient(45deg, #f5f5f5, #f5f5f5 14px, #e9e9e9 15px, #e9e9e9 16px);
88
+ }
89
+ .EntitiesTable-styles-inactiveHoverBackground--qe__Y {
90
+ background: repeating-linear-gradient(45deg, #f2f2f2, #f2f2f2 14px, #e2e2e2 15px, #e2e2e2 16px);
91
+ }
92
+ .EntitiesTable-styles-inactiveSelectedBackground--WkWtD {
93
+ background: repeating-linear-gradient(45deg, #DBE9F4, #DBE9F4 14px, #CCDAE5 15px, #CCDAE5 16px);
94
+ }
95
+ .EntitiesTable-styles-inactiveSelectedHoverBackground--oFAbX {
96
+ background: repeating-linear-gradient(45deg, #D4E2ED, #D4E2ED 14px, #C6D4DF 15px, #C6D4DF 16px);
97
+ }
98
+ .EntitiesTable-styles-textOverflow--AAABW {
99
+ content: '';
100
+ position: absolute;
101
+ right: 0;
102
+ top: 0;
103
+ width: 40px;
104
+ height: 100%;
105
+ background: linear-gradient(to right, rgba(255, 255, 255, 0.2), #fff 100%);
106
+ pointer-events: none;
107
+ }
108
+ .EntitiesTable-styles-textOverflowInactive--eU4xE {
109
+ content: '';
110
+ position: absolute;
111
+ right: 0;
112
+ top: 0;
113
+ width: 40px;
114
+ height: 100%;
115
+ background: linear-gradient(to right, rgba(255, 255, 255, 0), #f5f5f5 100%);
116
+ pointer-events: none;
117
+ }
118
+ .EntitiesTable-styles-link--JNCz5 {
119
+ color: #0072CE;
120
+ cursor: pointer;
121
+ font-weight: 500;
122
+ text-decoration: none;
123
+ }
124
+ .EntitiesTable-styles-defaultWrapper--EP4tA {
125
+ padding: 17px 22px 12px;
126
+ position: relative;
127
+ overflow: hidden;
128
+ white-space: nowrap;
129
+ font-size: 13px;
130
+ line-height: 15px;
131
+ display: flex;
132
+ flex-basis: 100%;
133
+ align-items: flex-start;
134
+ }
135
+ .EntitiesTable-styles-defaultWrapper--EP4tA::after {
136
+ content: '';
137
+ position: absolute;
138
+ right: 0;
139
+ top: 0;
140
+ width: 40px;
141
+ height: 100%;
142
+ background: linear-gradient(to right, rgba(255, 255, 255, 0.2), #fff 100%);
143
+ pointer-events: none;
144
+ }
145
+ .EntitiesTable-styles-defaultWrapper--EP4tA + .EntitiesTable-styles-defaultWrapper--EP4tA {
146
+ padding-top: 0;
147
+ }
148
+ .inactiveCell .EntitiesTable-styles-defaultWrapper--EP4tA::after {
149
+ content: '';
150
+ position: absolute;
151
+ right: 0;
152
+ top: 0;
153
+ width: 40px;
154
+ height: 100%;
155
+ background: linear-gradient(to right, rgba(255, 255, 255, 0), #f5f5f5 100%);
156
+ pointer-events: none;
157
+ }
158
+ .selectedRowCell .EntitiesTable-styles-defaultWrapper--EP4tA::after {
159
+ background: linear-gradient(to right, rgba(255, 255, 255, 0), #e0eef9 100%);
160
+ }
161
+ .inactiveCell.selectedRowCell .EntitiesTable-styles-defaultWrapper--EP4tA::after {
162
+ background: linear-gradient(to right, rgba(255, 255, 255, 0), #DBE9F4 100%);
163
+ }
164
+ .justImported .EntitiesTable-styles-defaultWrapper--EP4tA::after {
165
+ background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFBEB 100%) !important;
166
+ }
167
+ .EntitiesTable-styles-table--jmlbo .hoveredRow {
168
+ background-color: transparent;
169
+ }
170
+ .EntitiesTable-styles-imageWrapper--xmq8R {
171
+ padding: 17px 22px 12px;
172
+ display: flex;
173
+ }
174
+ .EntitiesTable-styles-imageWrapper--xmq8R > img {
175
+ height: 64px;
176
+ width: 64px;
177
+ }
178
+ .EntitiesTable-styles-imageWrapper--xmq8R + .EntitiesTable-styles-imageWrapper--xmq8R {
179
+ padding-top: 0;
180
+ }
181
+ .EntitiesTable-styles-blobWrapper--ruHVs {
182
+ padding: 17px 22px;
183
+ position: relative;
184
+ overflow-y: auto;
185
+ overflow-x: hidden;
186
+ white-space: pre-wrap;
187
+ font-size: 13px;
188
+ height: 100px;
189
+ box-sizing: border-box;
190
+ }
191
+ @keyframes EntitiesTable-styles-highlightAnimateForEllipsis--r1Fmq {
192
+ from {
193
+ background: transparent;
194
+ }
195
+ 60% {
196
+ background: transparent;
197
+ }
198
+ 100% {
199
+ background: linear-gradient(to right, rgba(255, 255, 255, 0.2), #fff 100%);
200
+ }
201
+ }
202
+ .highlightedSelector .EntitiesTable-styles-defaultWrapper--EP4tA::after {
203
+ animation-name: EntitiesTable-styles-highlightAnimateForEllipsis--r1Fmq;
204
+ animation-duration: 3s;
205
+ animation-iteration-count: 1;
206
+ }
207
+ .EntitiesTable-styles-referenceWrapper--Q5RqZ {
208
+ display: flex;
209
+ align-items: center;
210
+ }
211
+ .EntitiesTable-styles-referenceWrapper--Q5RqZ .EntitiesTable-styles-referenceContent--wkahK {
212
+ color: #0072CE;
213
+ cursor: pointer;
214
+ font-weight: 500;
215
+ text-decoration: none;
216
+ font-weight: normal;
217
+ font-size: 13px;
218
+ }
219
+ .EntitiesTable-styles-referenceWrapper--Q5RqZ .EntitiesTable-styles-referenceIcon--b8M3n {
220
+ height: 15px;
221
+ width: 15px;
222
+ margin-right: 11px;
223
+ }
224
+ .EntitiesTable-styles-nestedCellWrapper--I4J6A {
225
+ display: flex;
226
+ flex-direction: column;
227
+ padding: 0;
228
+ }
229
+ .EntitiesTable-styles-nestedCellWrapper--I4J6A .EntitiesTable-styles-nestedAttributeWrapper--dvfn3 {
230
+ border-bottom: 1px solid rgba(0, 0, 0, 0.05);
231
+ padding: 17px 22px;
232
+ position: relative;
233
+ }
234
+ .EntitiesTable-styles-nestedCellWrapper--I4J6A .EntitiesTable-styles-nestedAttributeWrapper--dvfn3::after {
235
+ content: '';
236
+ position: absolute;
237
+ right: 0;
238
+ top: 0;
239
+ width: 40px;
240
+ height: 100%;
241
+ background: linear-gradient(to right, rgba(255, 255, 255, 0.2), #fff 100%);
242
+ pointer-events: none;
243
+ }
244
+ .EntitiesTable-styles-nestedCellWrapper--I4J6A :last-child {
245
+ border-bottom: none;
246
+ }
247
+ .EntitiesTable-styles-nestedCellWrapper--I4J6A::after {
248
+ height: 0;
249
+ }
250
+ .EntitiesTable-styles-profileWrapper--lGPma {
251
+ padding: 8px 22px;
252
+ display: flex;
253
+ align-items: center;
254
+ }
255
+ .EntitiesTable-styles-profileWrapper--lGPma .EntitiesTable-styles-entityAvatar--GiuUS {
256
+ margin-right: 16px;
257
+ }
258
+ .EntitiesTable-styles-profileWrapper--lGPma .EntitiesTable-styles-entityAvatarImage--UHIRm {
259
+ height: 32px;
260
+ width: 32px;
261
+ }
262
+ .EntitiesTable-styles-profileWrapper--lGPma .EntitiesTable-styles-entityLabel--OyjLV {
263
+ color: #0072CE;
264
+ cursor: pointer;
265
+ font-weight: 500;
266
+ text-decoration: none;
267
+ }
268
+ .EntitiesTable-styles-scores--RqsDU {
269
+ display: flex;
270
+ margin-left: -8px;
271
+ flex-shrink: 0;
272
+ }
273
+ .cellWithCheckbox .cellWithCollapser {
274
+ width: calc(100% - 34px);
275
+ }
276
+ .cellWithCollapser {
277
+ display: flex;
278
+ align-items: center;
279
+ height: 100%;
280
+ }
281
+ .cellWithCollapser .EntitiesTable-styles-defaultWrapper--EP4tA {
282
+ padding: 17px 0;
283
+ flex-grow: 1;
284
+ }
285
+ .cellWithCollapser .EntitiesTable-styles-profileWrapper--lGPma {
286
+ padding: 8px 0;
287
+ }
288
+ .EntitiesTable-styles-dragColumnHead--oDlFz {
289
+ border: 1px solid #0072CE;
290
+ background-color: rgba(0, 114, 206, 0.2);
291
+ }
292
+ .EntitiesTable-styles-dragColumnBody--_HZDV {
293
+ background-color: rgba(0, 114, 206, 0.06);
294
+ border-left: 1px solid #0072CE;
295
+ border-right: 1px solid #0072CE;
296
+ }
297
+ .EntitiesTable-styles-dragColumnBody--_HZDV .EntitiesTable-styles-defaultWrapper--EP4tA::after {
298
+ display: none;
299
+ }
300
+ .EntitiesTable-styles-draggableHeadCell--DbfHi {
301
+ cursor: grab;
302
+ }
303
+ @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
304
+ .EntitiesTable-styles-draggableHeadCell--DbfHi {
305
+ cursor: move;
306
+ }
307
+ }
308
+ .EntitiesTable-styles-cellWrapper--dUWGQ {
309
+ display: flex;
310
+ flex-direction: column;
311
+ }
312
+ .EntitiesTable-styles-entityButtons--tYSvC {
313
+ display: flex;
314
+ height: 100%;
315
+ }
316
+ .EntitiesTable-styles-entityButtons--tYSvC > *::before {
317
+ content: '';
318
+ position: absolute;
319
+ right: 1px;
320
+ top: 0;
321
+ width: 100%;
322
+ z-index: -1;
323
+ height: calc(100% - 1px);
324
+ background: linear-gradient(to right, rgba(255, 255, 255, 0.2), #fff 30%);
325
+ pointer-events: none;
326
+ }
327
+ .EntitiesTable-styles-selectedEntityButtons--mZJfv > *::before {
328
+ background: linear-gradient(to right, rgba(255, 255, 255, 0), #e0eef9 30%);
329
+ }
330
+ .EntitiesTable-styles-justImportedEntityButtons--q5bPw > *::before {
331
+ background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFBEB 30%) !important;
332
+ }
333
+ .EntitiesTable-styles-highlightedEntityButtons--PvzNM > *::before {
334
+ background: linear-gradient(to right, rgba(255, 255, 255, 0), #f2e68e 30%);
335
+ animation-name: EntitiesTable-styles-highlightAnimateForEllipsis--r1Fmq;
336
+ animation-duration: 3s;
337
+ animation-iteration-count: 1;
338
+ }
339
+
340
+ .HeadCellRenderer-styles-headCellContentWrapper--L6RrQ {
341
+ display: flex;
342
+ height: 100%;
343
+ align-items: center;
344
+ padding-right: 22px;
345
+ white-space: nowrap;
346
+ overflow: hidden;
347
+ background-color: #f0f0f0;
348
+ }
349
+ .HeadCellRenderer-styles-headCellContentWrapper--L6RrQ .HeadCellRenderer-styles-checkbox--qQEHg {
350
+ margin-right: -8px;
351
+ margin-left: 11px;
352
+ }
353
+ .HeadCellRenderer-styles-headCellContentWrapper--L6RrQ .HeadCellRenderer-styles-sortLabel--NZx3o {
354
+ margin-left: -22px;
355
+ margin-right: -100%;
356
+ flex-direction: row-reverse;
357
+ justify-content: flex-end;
358
+ align-items: center;
359
+ display: flex;
360
+ }
361
+ .HeadCellRenderer-styles-headCellContentWrapper--L6RrQ .HeadCellRenderer-styles-labelWrapper--cmclk {
362
+ padding-left: 22px;
363
+ color: rgba(0, 0, 0, 0.6);
364
+ font-size: 12px;
365
+ font-weight: 500;
366
+ line-height: 16px;
367
+ overflow: hidden;
368
+ }
369
+ .HeadCellRenderer-styles-headCellContentWrapper--L6RrQ .HeadCellRenderer-styles-labelWrapper--cmclk:after {
370
+ content: '';
371
+ position: absolute;
372
+ right: 22px;
373
+ top: 0;
374
+ width: 40px;
375
+ height: 100%;
376
+ background: linear-gradient(to right, rgba(240, 240, 240, 0), #f0f0f0 100%);
377
+ pointer-events: none;
378
+ }
379
+ .HeadCellRenderer-styles-headCellContentWrapper--L6RrQ .HeadCellRenderer-styles-menuButtonWrapper--aBNeR {
380
+ flex-grow: 1;
381
+ display: flex;
382
+ justify-content: flex-end;
383
+ visibility: hidden;
384
+ position: absolute;
385
+ right: 0;
386
+ top: 50%;
387
+ transform: translateY(-50%);
388
+ }
389
+ .HeadCellRenderer-styles-headCellContentWrapper--L6RrQ:hover .HeadCellRenderer-styles-menuButtonWrapper--aBNeR {
390
+ visibility: visible;
391
+ }
392
+
393
+ .NumericRangeFacet-styles-data--kL9q5 {
394
+ display: flex;
395
+ flex-grow: 1;
396
+ flex-direction: column;
397
+ }
398
+ .NumericRangeFacet-styles-data--kL9q5 .NumericRangeFacet-styles-barChartContainer--t9NkG {
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--kL9q5 .NumericRangeFacet-styles-slider--XbmKe {
407
+ margin-left: 38px;
408
+ margin-right: 4px;
409
+ width: calc(100% - 42px);
410
+ }
411
+ .NumericRangeFacet-styles-data--kL9q5 .NumericRangeFacet-styles-inputsContainer--mU0_m {
412
+ display: flex;
413
+ flex-direction: row;
414
+ align-items: center;
415
+ justify-content: space-between;
416
+ margin-top: 12px;
417
+ }
418
+ .NumericRangeFacet-styles-data--kL9q5 .NumericRangeFacet-styles-inputsContainer--mU0_m .NumericRangeFacet-styles-numberEditorInputRoot--djW3k {
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--kL9q5 .NumericRangeFacet-styles-inputsContainer--mU0_m .NumericRangeFacet-styles-numberEditorRoot--DVXqx {
428
+ display: flex;
429
+ flex-grow: 1;
430
+ }
431
+ .NumericRangeFacet-styles-data--kL9q5 .NumericRangeFacet-styles-inputsContainer--mU0_m .NumericRangeFacet-styles-numberEditorRoot--DVXqx + .NumericRangeFacet-styles-numberEditorRoot--DVXqx {
432
+ margin-left: 24px;
433
+ }
434
+ .NumericRangeFacet-styles-data--kL9q5 .NumericRangeFacet-styles-inputsContainer--mU0_m .NumericRangeFacet-styles-input--Nl2tx {
435
+ text-align: left;
436
+ padding: 0 10px;
437
+ flex-basis: 100%;
438
+ }
439
+ .NumericRangeFacet-styles-data--kL9q5 .NumericRangeFacet-styles-inputsContainer--mU0_m .NumericRangeFacet-styles-input--Nl2tx::-ms-clear {
440
+ display: none;
441
+ }
442
+
443
+ .MoreFacetsPopup-styles-subHeader--h1vGz {
444
+ background-color: #f5f5f5;
445
+ padding: 0 16px;
446
+ margin: 0;
447
+ display: flex;
448
+ align-items: center;
449
+ color: rgba(0, 0, 0, 0.84);
450
+ font-size: 14px;
451
+ font-weight: 500;
452
+ }
453
+ .MoreFacetsPopup-styles-subHeader--h1vGz .MoreFacetsPopup-styles-icon--k_iPS {
454
+ max-height: 25px;
455
+ max-width: 25px;
456
+ margin-right: 16px;
457
+ }
458
+ .MoreFacetsPopup-styles-subHeader--h1vGz .MoreFacetsPopup-styles-icon--k_iPS.MoreFacetsPopup-styles-recommendedIcon--dpILQ {
459
+ height: 20px;
460
+ width: 20px;
461
+ }
462
+ .MoreFacetsPopup-styles-noResultsCaptionContainer--ChfND {
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;
471
+ }
472
+
473
+ .MainContent-styles-mainContent--Ha5me {
474
+ display: flex;
475
+ flex-direction: column;
476
+ flex-grow: 1;
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--_rOmn {
485
+ display: flex;
486
+ min-height: 46px;
487
+ width: 100%;
488
+ align-items: center;
489
+ }
490
+ .ValuesEditor-styles-loadingWrapper--_rOmn .ValuesEditor-styles-loading--mLFVu {
491
+ margin: auto;
492
+ }
493
+