@elliemae/ds-basic 2.0.0-rc.9 → 2.0.0
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/css/dimsum.css +0 -1145
- package/css/dimsum.min.css +1 -1
- package/css/dimsum.min.css.map +1 -1
- package/package.json +44 -44
- package/styles/components/index.scss +0 -2
- package/styles/components/packages/ds-basic/index.scss +0 -2
- package/styles/components/packages/ds-basic/styles/dist-index.scss +0 -2
- package/styles/dist-index.scss +0 -2
- package/styles/components/packages/ds-app-picker/DSAppPicker.scss +0 -161
- package/styles/components/packages/ds-tabs/DSTabs.scss +0 -272
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-basic",
|
|
3
|
-
"version": "2.0.0
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "EllieMae UI Design System Library",
|
|
6
6
|
"module": "./esm/index.js",
|
|
@@ -296,49 +296,49 @@
|
|
|
296
296
|
"dev": "node ../../scripts/build/build.js -w"
|
|
297
297
|
},
|
|
298
298
|
"dependencies": {
|
|
299
|
-
"@elliemae/ds-accordion": "2.0.0
|
|
300
|
-
"@elliemae/ds-app-picker": "2.0.0
|
|
301
|
-
"@elliemae/ds-backdrop": "2.0.0
|
|
302
|
-
"@elliemae/ds-breadcrumb": "2.0.0
|
|
303
|
-
"@elliemae/ds-button": "2.0.0
|
|
304
|
-
"@elliemae/ds-button-group": "2.0.0
|
|
305
|
-
"@elliemae/ds-card": "2.0.0
|
|
306
|
-
"@elliemae/ds-circular-progress-indicator": "2.0.0
|
|
307
|
-
"@elliemae/ds-form": "2.0.0
|
|
308
|
-
"@elliemae/ds-grid": "2.0.0
|
|
309
|
-
"@elliemae/ds-group-box": "2.0.0
|
|
310
|
-
"@elliemae/ds-header": "2.0.0
|
|
311
|
-
"@elliemae/ds-hidden": "2.0.0
|
|
312
|
-
"@elliemae/ds-icon": "2.0.0
|
|
313
|
-
"@elliemae/ds-indeterminate-progress-indicator": "2.0.0
|
|
314
|
-
"@elliemae/ds-label-value": "2.0.0
|
|
315
|
-
"@elliemae/ds-list-section-header": "2.0.0
|
|
316
|
-
"@elliemae/ds-loading-indicator": "2.0.0
|
|
317
|
-
"@elliemae/ds-menu": "2.0.0
|
|
318
|
-
"@elliemae/ds-overlay": "2.0.0
|
|
319
|
-
"@elliemae/ds-page-header": "2.0.0
|
|
320
|
-
"@elliemae/ds-page-number": "2.0.0
|
|
321
|
-
"@elliemae/ds-pills": "2.0.0
|
|
322
|
-
"@elliemae/ds-popover": "2.0.0
|
|
323
|
-
"@elliemae/ds-popper": "2.0.0
|
|
324
|
-
"@elliemae/ds-portal": "2.0.0
|
|
325
|
-
"@elliemae/ds-progress-indicator": "2.0.0
|
|
326
|
-
"@elliemae/ds-read-more": "2.0.0
|
|
327
|
-
"@elliemae/ds-resizeable-container": "2.0.0
|
|
328
|
-
"@elliemae/ds-separator": "2.0.0
|
|
329
|
-
"@elliemae/ds-side-panel": "2.0.0
|
|
330
|
-
"@elliemae/ds-slider": "2.0.0
|
|
331
|
-
"@elliemae/ds-spinner": "2.0.0
|
|
332
|
-
"@elliemae/ds-tabs": "2.0.0
|
|
333
|
-
"@elliemae/ds-text-wrapper": "2.0.0
|
|
334
|
-
"@elliemae/ds-time-picker": "2.0.0
|
|
335
|
-
"@elliemae/ds-toast": "2.0.0
|
|
336
|
-
"@elliemae/ds-toolbar": "2.0.0
|
|
337
|
-
"@elliemae/ds-tooltip": "2.0.0
|
|
338
|
-
"@elliemae/ds-truncated-expandable-text": "2.0.0
|
|
339
|
-
"@elliemae/ds-truncated-tooltip-text": "2.0.0
|
|
340
|
-
"@elliemae/ds-zipcode-search": "2.0.0
|
|
341
|
-
"@elliemae/ds-zoom": "2.0.0
|
|
299
|
+
"@elliemae/ds-accordion": "2.0.0",
|
|
300
|
+
"@elliemae/ds-app-picker": "2.0.0",
|
|
301
|
+
"@elliemae/ds-backdrop": "2.0.0",
|
|
302
|
+
"@elliemae/ds-breadcrumb": "2.0.0",
|
|
303
|
+
"@elliemae/ds-button": "2.0.0",
|
|
304
|
+
"@elliemae/ds-button-group": "2.0.0",
|
|
305
|
+
"@elliemae/ds-card": "2.0.0",
|
|
306
|
+
"@elliemae/ds-circular-progress-indicator": "2.0.0",
|
|
307
|
+
"@elliemae/ds-form": "2.0.0",
|
|
308
|
+
"@elliemae/ds-grid": "2.0.0",
|
|
309
|
+
"@elliemae/ds-group-box": "2.0.0",
|
|
310
|
+
"@elliemae/ds-header": "2.0.0",
|
|
311
|
+
"@elliemae/ds-hidden": "2.0.0",
|
|
312
|
+
"@elliemae/ds-icon": "2.0.0",
|
|
313
|
+
"@elliemae/ds-indeterminate-progress-indicator": "2.0.0",
|
|
314
|
+
"@elliemae/ds-label-value": "2.0.0",
|
|
315
|
+
"@elliemae/ds-list-section-header": "2.0.0",
|
|
316
|
+
"@elliemae/ds-loading-indicator": "2.0.0",
|
|
317
|
+
"@elliemae/ds-menu": "2.0.0",
|
|
318
|
+
"@elliemae/ds-overlay": "2.0.0",
|
|
319
|
+
"@elliemae/ds-page-header": "2.0.0",
|
|
320
|
+
"@elliemae/ds-page-number": "2.0.0",
|
|
321
|
+
"@elliemae/ds-pills": "2.0.0",
|
|
322
|
+
"@elliemae/ds-popover": "2.0.0",
|
|
323
|
+
"@elliemae/ds-popper": "2.0.0",
|
|
324
|
+
"@elliemae/ds-portal": "2.0.0",
|
|
325
|
+
"@elliemae/ds-progress-indicator": "2.0.0",
|
|
326
|
+
"@elliemae/ds-read-more": "2.0.0",
|
|
327
|
+
"@elliemae/ds-resizeable-container": "2.0.0",
|
|
328
|
+
"@elliemae/ds-separator": "2.0.0",
|
|
329
|
+
"@elliemae/ds-side-panel": "2.0.0",
|
|
330
|
+
"@elliemae/ds-slider": "2.0.0",
|
|
331
|
+
"@elliemae/ds-spinner": "2.0.0",
|
|
332
|
+
"@elliemae/ds-tabs": "2.0.0",
|
|
333
|
+
"@elliemae/ds-text-wrapper": "2.0.0",
|
|
334
|
+
"@elliemae/ds-time-picker": "2.0.0",
|
|
335
|
+
"@elliemae/ds-toast": "2.0.0",
|
|
336
|
+
"@elliemae/ds-toolbar": "2.0.0",
|
|
337
|
+
"@elliemae/ds-tooltip": "2.0.0",
|
|
338
|
+
"@elliemae/ds-truncated-expandable-text": "2.0.0",
|
|
339
|
+
"@elliemae/ds-truncated-tooltip-text": "2.0.0",
|
|
340
|
+
"@elliemae/ds-zipcode-search": "2.0.0",
|
|
341
|
+
"@elliemae/ds-zoom": "2.0.0"
|
|
342
342
|
},
|
|
343
343
|
"devDependencies": {
|
|
344
344
|
"gulp": "~4.0.2",
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
@import 'packages/ds-progress-indicator/DSProgressIndicator';
|
|
28
28
|
@import 'packages/ds-spinner/DSSpinner';
|
|
29
29
|
@import 'packages/ds-loading-indicator/DSLoadingIndicator';
|
|
30
|
-
@import 'packages/ds-tabs/DSTabs';
|
|
31
30
|
@import 'packages/ds-tooltip/v1/DSTooltip';
|
|
32
31
|
@import 'packages/ds-popover/DSPopover';
|
|
33
32
|
@import 'packages/ds-overlay/DSOverlay';
|
|
@@ -48,7 +47,6 @@
|
|
|
48
47
|
@import 'packages/ds-page-number/DSPageNumber';
|
|
49
48
|
@import 'packages/ds-zipcode-search/DSZipCodeSearch';
|
|
50
49
|
@import 'packages/ds-circular-progress-indicator/DSCircularProgressIndicator';
|
|
51
|
-
@import 'packages/ds-app-picker/DSAppPicker';
|
|
52
50
|
|
|
53
51
|
@import '~react-dates/lib/css/_datepicker.css';
|
|
54
52
|
|
|
@@ -29,7 +29,6 @@
|
|
|
29
29
|
@import '../../ds-toast/src/DSToast';
|
|
30
30
|
@import '../../ds-spinner/src/DSSpinner';
|
|
31
31
|
@import '../../ds-loading-indicator/src/DSLoadingIndicator';
|
|
32
|
-
@import '../../ds-tabs/src/DSTabs';
|
|
33
32
|
@import '../../ds-tooltip/src/v1/DSTooltip';
|
|
34
33
|
@import '../../ds-popover/src/DSPopover';
|
|
35
34
|
@import '../../ds-overlay/src/DSOverlay';
|
|
@@ -50,4 +49,3 @@
|
|
|
50
49
|
@import '../../ds-page-number/src/DSPageNumber';
|
|
51
50
|
@import '../../ds-zipcode-search/src/DSZipCodeSearch';
|
|
52
51
|
@import '../../ds-circular-progress-indicator/src/DSCircularProgressIndicator';
|
|
53
|
-
@import '../../ds-app-picker/src/DSAppPicker';
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
@import 'packages/ds-progress-indicator/DSProgressIndicator';
|
|
28
28
|
@import 'packages/ds-spinner/DSSpinner';
|
|
29
29
|
@import 'packages/ds-loading-indicator/DSLoadingIndicator';
|
|
30
|
-
@import 'packages/ds-tabs/DSTabs';
|
|
31
30
|
@import 'packages/ds-tooltip/v1/DSTooltip';
|
|
32
31
|
@import 'packages/ds-popover/DSPopover';
|
|
33
32
|
@import 'packages/ds-overlay/DSOverlay';
|
|
@@ -48,7 +47,6 @@
|
|
|
48
47
|
@import 'packages/ds-page-number/DSPageNumber';
|
|
49
48
|
@import 'packages/ds-zipcode-search/DSZipCodeSearch';
|
|
50
49
|
@import 'packages/ds-circular-progress-indicator/DSCircularProgressIndicator';
|
|
51
|
-
@import 'packages/ds-app-picker/DSAppPicker';
|
|
52
50
|
|
|
53
51
|
@import '~react-dates/lib/css/_datepicker.css';
|
|
54
52
|
|
package/styles/dist-index.scss
CHANGED
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
@import 'packages/ds-progress-indicator/DSProgressIndicator';
|
|
28
28
|
@import 'packages/ds-spinner/DSSpinner';
|
|
29
29
|
@import 'packages/ds-loading-indicator/DSLoadingIndicator';
|
|
30
|
-
@import 'packages/ds-tabs/DSTabs';
|
|
31
30
|
@import 'packages/ds-tooltip/v1/DSTooltip';
|
|
32
31
|
@import 'packages/ds-popover/DSPopover';
|
|
33
32
|
@import 'packages/ds-overlay/DSOverlay';
|
|
@@ -48,7 +47,6 @@
|
|
|
48
47
|
@import 'packages/ds-page-number/DSPageNumber';
|
|
49
48
|
@import 'packages/ds-zipcode-search/DSZipCodeSearch';
|
|
50
49
|
@import 'packages/ds-circular-progress-indicator/DSCircularProgressIndicator';
|
|
51
|
-
@import 'packages/ds-app-picker/DSAppPicker';
|
|
52
50
|
|
|
53
51
|
@import '~react-dates/lib/css/_datepicker.css';
|
|
54
52
|
|
|
@@ -1,161 +0,0 @@
|
|
|
1
|
-
$app-picker: #{$prefix}-app-picker;
|
|
2
|
-
$wrapper: #{$app-picker}__wrapper;
|
|
3
|
-
$grid: #{$app-picker}__grid;
|
|
4
|
-
$row: #{$app-picker}__row;
|
|
5
|
-
$chip: #{$app-picker}__chip;
|
|
6
|
-
$chip-label: #{$app-picker}__chip-label;
|
|
7
|
-
$title: #{$app-picker}__section-title;
|
|
8
|
-
$separator: #{$app-picker}__separator;
|
|
9
|
-
$arrow: #{$app-picker}__arrow;
|
|
10
|
-
|
|
11
|
-
.#{$wrapper} {
|
|
12
|
-
display: flex;
|
|
13
|
-
flex-direction: column;
|
|
14
|
-
align-items: center;
|
|
15
|
-
min-width: 244px;
|
|
16
|
-
max-height: 449px;
|
|
17
|
-
overflow-y: scroll;
|
|
18
|
-
padding: 4px 0;
|
|
19
|
-
margin: 0 auto;
|
|
20
|
-
|
|
21
|
-
&:focus {
|
|
22
|
-
outline: none;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.#{$arrow} {
|
|
27
|
-
position: relative;
|
|
28
|
-
top: -21px;
|
|
29
|
-
margin: 0;
|
|
30
|
-
fill: #fff;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.#{$grid} {
|
|
34
|
-
display: flex;
|
|
35
|
-
flex-direction: column;
|
|
36
|
-
justify-content: center;
|
|
37
|
-
align-items: center;
|
|
38
|
-
width: 100%;
|
|
39
|
-
padding: 0 8px;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.#{$row} {
|
|
43
|
-
display: flex;
|
|
44
|
-
width: 100%;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.#{$title} {
|
|
48
|
-
color: color('neutral', 700);
|
|
49
|
-
font-size: font-size(200);
|
|
50
|
-
font-weight: bold;
|
|
51
|
-
margin: 8px 0 4px 0;
|
|
52
|
-
line-height: 1;
|
|
53
|
-
text-transform: uppercase;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.#{$chip} {
|
|
57
|
-
display: flex;
|
|
58
|
-
flex-direction: column;
|
|
59
|
-
align-items: center;
|
|
60
|
-
border-radius: 2%;
|
|
61
|
-
padding: 8px 0 4px 0;
|
|
62
|
-
margin: 4px;
|
|
63
|
-
height: 68px;
|
|
64
|
-
width: 68px;
|
|
65
|
-
line-height: 1px;
|
|
66
|
-
background-color: #fff;
|
|
67
|
-
color: color('brand-primary', 600);
|
|
68
|
-
cursor: pointer;
|
|
69
|
-
border: 2px solid transparent;
|
|
70
|
-
|
|
71
|
-
&:hover {
|
|
72
|
-
color: color('brand-primary', 800);
|
|
73
|
-
background-color: color('brand-primary', 200);
|
|
74
|
-
.app-picker__icon {
|
|
75
|
-
fill: color('brand-primary', 800);
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
&:focus {
|
|
80
|
-
outline: none;
|
|
81
|
-
border: 2px solid color('brand-primary', 800);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
&--disabled {
|
|
85
|
-
color: color('neutral', 500);
|
|
86
|
-
cursor: not-allowed;
|
|
87
|
-
|
|
88
|
-
.app-picker__icon {
|
|
89
|
-
fill: color('neutral', 500);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
&:focus,
|
|
93
|
-
&:hover {
|
|
94
|
-
background-color: #fff;
|
|
95
|
-
cursor: not-allowed;
|
|
96
|
-
border: 2px solid transparent;
|
|
97
|
-
|
|
98
|
-
.#{$chip-label} {
|
|
99
|
-
color: color('neutral', 500);
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
&:hover .app-picker__icon {
|
|
104
|
-
fill: color('neutral', 500);
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
&--selected {
|
|
109
|
-
color: color('brand-primary', 800);
|
|
110
|
-
background-color: color('brand-primary', 200);
|
|
111
|
-
position: relative;
|
|
112
|
-
|
|
113
|
-
.app-picker__icon {
|
|
114
|
-
fill: color('brand-primary', 800);
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
&:focus {
|
|
118
|
-
border: 2px solid transparent;
|
|
119
|
-
&::after {
|
|
120
|
-
border: 2px solid color('brand-primary', 800);
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
&::after {
|
|
125
|
-
position: absolute;
|
|
126
|
-
content: '';
|
|
127
|
-
top: -2px;
|
|
128
|
-
left: -2px;
|
|
129
|
-
width: calc(100% + 4px);
|
|
130
|
-
height: calc(100% + 4px);
|
|
131
|
-
border: 1px solid color('brand-primary', 600);
|
|
132
|
-
border-radius: 2px;
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
.app-picker__icon {
|
|
138
|
-
fill: color('brand-primary', 600);
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
#app-picker__button {
|
|
142
|
-
&:hover {
|
|
143
|
-
background-color: transparent;
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.#{$chip-label} {
|
|
148
|
-
font-size: font-size(200);
|
|
149
|
-
font-weight: 600;
|
|
150
|
-
word-wrap: break-word;
|
|
151
|
-
margin: 4px 0;
|
|
152
|
-
line-height: 12px;
|
|
153
|
-
text-overflow: ellipsis;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
.#{$separator} {
|
|
157
|
-
border-top: 1px solid color('neutral', 100);
|
|
158
|
-
border-bottom: none;
|
|
159
|
-
width: 99%;
|
|
160
|
-
margin-bottom: 0;
|
|
161
|
-
}
|
|
@@ -1,272 +0,0 @@
|
|
|
1
|
-
// ********************************************
|
|
2
|
-
// container definition
|
|
3
|
-
$tabs-container: #{$prefix}-tabs;
|
|
4
|
-
$tab-bar-container: #{$tabs-container}-tab-bar;
|
|
5
|
-
$panels-container: #{$tabs-container}-panels;
|
|
6
|
-
|
|
7
|
-
// ********************************************
|
|
8
|
-
// element definition
|
|
9
|
-
$tab-el: #{$tab-bar-container}__tab;
|
|
10
|
-
$tab-list-el: #{$tabs-container}__list;
|
|
11
|
-
$subtab-list-el: #{$tabs-container}__subtabs-list;
|
|
12
|
-
$tab-separator-el: #{$tabs-container}__tab-separator;
|
|
13
|
-
|
|
14
|
-
.#{$tabs-container} {
|
|
15
|
-
&__tab-bar-container {
|
|
16
|
-
display: flex;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.#{$tab-bar-container} {
|
|
21
|
-
&__list {
|
|
22
|
-
position: relative;
|
|
23
|
-
border-bottom: border-size() solid color(neutral, 400);
|
|
24
|
-
display: flex;
|
|
25
|
-
flex-wrap: nowrap;
|
|
26
|
-
flex: 1;
|
|
27
|
-
|
|
28
|
-
&:not(&--carousel) {
|
|
29
|
-
padding-left: 16px;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
&__list--carousel {
|
|
34
|
-
max-width: 100%;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
&__subtabs-list {
|
|
38
|
-
position: relative;
|
|
39
|
-
display: flex;
|
|
40
|
-
align-items: center;
|
|
41
|
-
flex-wrap: nowrap;
|
|
42
|
-
flex: 1;
|
|
43
|
-
|
|
44
|
-
.#{$tab-el} {
|
|
45
|
-
text-transform: capitalize;
|
|
46
|
-
padding-bottom: 0;
|
|
47
|
-
padding-top: 0;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
&--carousel {
|
|
51
|
-
max-width: 100%;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
&:not(&--carousel) {
|
|
55
|
-
padding-left: 16px;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
&__tab {
|
|
60
|
-
position: relative;
|
|
61
|
-
@include button-link();
|
|
62
|
-
@include transition(duration(fast) easing(out));
|
|
63
|
-
text-transform: uppercase;
|
|
64
|
-
white-space: nowrap;
|
|
65
|
-
padding: 2px 0;
|
|
66
|
-
margin-right: space(s);
|
|
67
|
-
letter-spacing: 0px;
|
|
68
|
-
line-height: 1.3;
|
|
69
|
-
color: color(neutral, 700);
|
|
70
|
-
|
|
71
|
-
@include onlySafariAndFirefox {
|
|
72
|
-
-webkit-text-stroke: 0.4px transparent;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
&:not(:first-child) {
|
|
76
|
-
margin-left: space(s);
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
&--active {
|
|
80
|
-
&:not(&--disabled) {
|
|
81
|
-
@include body-text-style("semibold");
|
|
82
|
-
color: color(neutral, 700);
|
|
83
|
-
line-height: 1.3;
|
|
84
|
-
|
|
85
|
-
@include safariAndFirefoxBold(color(neutral, 700))
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
&:not(&--disabled) {
|
|
90
|
-
&:hover,
|
|
91
|
-
&:focus {
|
|
92
|
-
outline: none;
|
|
93
|
-
color: color(brand-primary, 600);
|
|
94
|
-
|
|
95
|
-
@include safariAndFirefoxBold(color(brand-primary, 600))
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
&--disabled {
|
|
100
|
-
color: color(neutral, 500);
|
|
101
|
-
cursor: default;
|
|
102
|
-
|
|
103
|
-
&:focus {
|
|
104
|
-
outline: none;
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
&--separator:not(:last-child):after {
|
|
109
|
-
content: "";
|
|
110
|
-
position: absolute;
|
|
111
|
-
width: border-size(m);
|
|
112
|
-
right: -18px;
|
|
113
|
-
top: 1.4px;
|
|
114
|
-
height: space(xs) * 1.6;
|
|
115
|
-
background-color: color(neutral, 400);
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
&__selection-indicator {
|
|
120
|
-
position: absolute;
|
|
121
|
-
margin-top: space(xxs);
|
|
122
|
-
border-bottom: border-size(xl) solid color(brand-primary, 600);
|
|
123
|
-
pointer-events: none;
|
|
124
|
-
@include transition(duration(base) easing(in));
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
.#{$panels-container} {
|
|
129
|
-
&__panel {
|
|
130
|
-
&:focus {
|
|
131
|
-
outline: none;
|
|
132
|
-
}
|
|
133
|
-
padding-top: space(xs);
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
// ********************************************
|
|
138
|
-
// Mobile
|
|
139
|
-
@include md {
|
|
140
|
-
.#{$tab-bar-container} {
|
|
141
|
-
&__list {
|
|
142
|
-
background: color(brand-primary, 200);
|
|
143
|
-
border-bottom: border-size() solid color(brand-primary, 300);
|
|
144
|
-
|
|
145
|
-
&--flexible-table-headers {
|
|
146
|
-
z-index: 0;
|
|
147
|
-
overflow-x: scroll;
|
|
148
|
-
overflow-y: hidden;
|
|
149
|
-
-ms-overflow-style: none;
|
|
150
|
-
scrollbar-width: none;
|
|
151
|
-
&::-webkit-scrollbar {
|
|
152
|
-
display: none;
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
&--left-gradients {
|
|
157
|
-
&::before {
|
|
158
|
-
position: fixed;
|
|
159
|
-
left: 0px;
|
|
160
|
-
content: "";
|
|
161
|
-
height: 38px;
|
|
162
|
-
width: 24px;
|
|
163
|
-
background: linear-gradient(90deg, #ebf6ff 0%, rgba(238, 238, 238, 0) 100%);
|
|
164
|
-
z-index: 100;
|
|
165
|
-
// allow clicks to pass through
|
|
166
|
-
pointer-events: none;
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
&--right-gradients {
|
|
170
|
-
&::after {
|
|
171
|
-
position: fixed;
|
|
172
|
-
right: 0px;
|
|
173
|
-
content: "";
|
|
174
|
-
height: 38px;
|
|
175
|
-
width: 24px;
|
|
176
|
-
background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, #ebf6ff 100%);
|
|
177
|
-
z-index: 100;
|
|
178
|
-
// allow clicks to pass through
|
|
179
|
-
pointer-events: none;
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
&--fixed-table-headers {
|
|
184
|
-
display: flex;
|
|
185
|
-
overflow-x: hidden;
|
|
186
|
-
& .em-ds-tabs-tab-bar__tab {
|
|
187
|
-
flex: 1;
|
|
188
|
-
overflow: hidden;
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
&:not(&--carousel) {
|
|
193
|
-
padding-left: 14px;
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
&__tab {
|
|
198
|
-
height: #{toMobile(space(xl) * 0.83)};
|
|
199
|
-
color: color(brand-primary, 600);
|
|
200
|
-
font-weight: font-weight(regular);
|
|
201
|
-
padding: 0;
|
|
202
|
-
margin-right: 14px;
|
|
203
|
-
font-size: 13px;
|
|
204
|
-
line-height: 1.3;
|
|
205
|
-
|
|
206
|
-
@include onlySafariAndFirefox {
|
|
207
|
-
-webkit-text-stroke: 0.4px transparent;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
&:not(:first-child) {
|
|
211
|
-
margin-left: 14px;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
&:focus,
|
|
215
|
-
&--active {
|
|
216
|
-
font-weight: font-weight(regular);
|
|
217
|
-
font-size: 13px;
|
|
218
|
-
|
|
219
|
-
@include safariAndFirefoxBold(color(brand-primary, 700))
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
&--active {
|
|
223
|
-
&:not(&--disabled) {
|
|
224
|
-
font-size: 13px;
|
|
225
|
-
color: color(brand-primary, 700);
|
|
226
|
-
line-height: 1.3;
|
|
227
|
-
font-weight: font-weight(regular);
|
|
228
|
-
-webkit-font-smoothing: subpixel-antialiased;
|
|
229
|
-
-webkit-text-stroke: 0.4px color(brand-primary, 700);
|
|
230
|
-
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
&:focus:not(&--disabled) {
|
|
235
|
-
color: color(brand-primary, 700);
|
|
236
|
-
font-size: 13px;
|
|
237
|
-
|
|
238
|
-
@include safariAndFirefoxBold(color(brand-primary, 700))
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
&:not(&--disabled) {
|
|
242
|
-
&:hover,
|
|
243
|
-
&:focus {
|
|
244
|
-
outline: none;
|
|
245
|
-
color: color(brand-primary, 700);
|
|
246
|
-
|
|
247
|
-
@include safariAndFirefoxBold(color(brand-primary, 700))
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
&--separator:not(:last-child):after {
|
|
252
|
-
top: 50%;
|
|
253
|
-
transform: translateY(-50%);
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
// &__tab-separator {
|
|
258
|
-
// }
|
|
259
|
-
|
|
260
|
-
&__selection-indicator {
|
|
261
|
-
margin-left: 0rem;
|
|
262
|
-
margin-top: space(xxs) * 0.5;
|
|
263
|
-
border-bottom-width: 3px;
|
|
264
|
-
}
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
.#{$panels-container} {
|
|
268
|
-
&__panel {
|
|
269
|
-
padding-top: 0;
|
|
270
|
-
}
|
|
271
|
-
}
|
|
272
|
-
}
|