@elliemae/ds-basic 3.21.2 → 3.22.0-next.1
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/css/dimsum.css +16 -177
- package/dist/css/dimsum.min.css +2 -2
- package/dist/css/dimsum.min.css.map +1 -1
- package/dist/css/fonts/ProximaLight.woff +0 -0
- package/dist/css/fonts/ProximaLightItalic.woff +0 -0
- package/dist/css/fonts/ProximaMedium.woff +0 -0
- package/dist/css/fonts/ProximaMediumItalic.woff +0 -0
- package/dist/css/fonts/ProximaNovaBlack.woff +0 -0
- package/dist/css/fonts/ProximaNovaBlackItalic.woff +0 -0
- package/dist/css/fonts/ProximaNovaBold.woff +0 -0
- package/dist/css/fonts/ProximaNovaBoldItalic.woff +0 -0
- package/dist/css/fonts/ProximaNovaExtrabold.woff +0 -0
- package/dist/css/fonts/ProximaNovaExtraboldItalic.woff +0 -0
- package/dist/css/fonts/ProximaNovaRegular.woff +0 -0
- package/dist/css/fonts/ProximaNovaRegularItalic.woff +0 -0
- package/dist/css/fonts/ProximaNovaSemibold.woff +0 -0
- package/dist/css/fonts/ProximaNovaSemiboldItalic.woff +0 -0
- package/dist/css/fonts/ProximaNovaThin.woff +0 -0
- package/dist/css/fonts/ProximaNovaThinItalic.woff +0 -0
- package/dist/styles/base/fonts/ProximaLight.woff +0 -0
- package/dist/styles/base/fonts/ProximaLightItalic.woff +0 -0
- package/dist/styles/base/fonts/ProximaMedium.woff +0 -0
- package/dist/styles/base/fonts/ProximaMediumItalic.woff +0 -0
- package/dist/styles/base/fonts/ProximaNovaBlack.woff +0 -0
- package/dist/styles/base/fonts/ProximaNovaBlackItalic.woff +0 -0
- package/dist/styles/base/fonts/ProximaNovaBold.woff +0 -0
- package/dist/styles/base/fonts/ProximaNovaBoldItalic.woff +0 -0
- package/dist/styles/base/fonts/ProximaNovaExtrabold.woff +0 -0
- package/dist/styles/base/fonts/ProximaNovaExtraboldItalic.woff +0 -0
- package/dist/styles/base/fonts/ProximaNovaRegular.woff +0 -0
- package/dist/styles/base/fonts/ProximaNovaRegularItalic.woff +0 -0
- package/dist/styles/base/fonts/ProximaNovaSemibold.woff +0 -0
- package/dist/styles/base/fonts/ProximaNovaSemiboldItalic.woff +0 -0
- package/dist/styles/base/fonts/ProximaNovaThin.woff +0 -0
- package/dist/styles/base/fonts/ProximaNovaThinItalic.woff +0 -0
- package/dist/styles/base/fonts/font-base.scss +16 -16
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/components/index.scss +0 -1
- package/dist/styles/components/packages/ds-basic/styles/base/fonts/font-base.scss +16 -16
- package/dist/styles/components/packages/ds-basic/styles/components/index.scss +0 -2
- package/package.json +1 -1
- package/dist/styles/components/packages/ds-uploader/DSUploader.scss +0 -130
- package/dist/styles/components/packages/ds-wizard/DSWizard.scss +0 -121
package/dist/css/dimsum.css
CHANGED
|
@@ -1,97 +1,97 @@
|
|
|
1
1
|
@import url(~react-dates/lib/css/_datepicker.css);
|
|
2
2
|
@font-face {
|
|
3
3
|
font-family: 'proxima-nova';
|
|
4
|
-
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaThin.
|
|
4
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaThin.woff") format("woff");
|
|
5
5
|
font-weight: 100;
|
|
6
6
|
font-style: normal; }
|
|
7
7
|
|
|
8
8
|
@font-face {
|
|
9
9
|
font-family: 'proxima-nova';
|
|
10
|
-
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaLight.
|
|
10
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaLight.woff") format("woff");
|
|
11
11
|
font-weight: 300;
|
|
12
12
|
font-style: normal; }
|
|
13
13
|
|
|
14
14
|
@font-face {
|
|
15
15
|
font-family: 'proxima-nova';
|
|
16
|
-
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegular.
|
|
16
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegular.woff") format("woff");
|
|
17
17
|
font-weight: normal;
|
|
18
18
|
font-style: normal; }
|
|
19
19
|
|
|
20
20
|
@font-face {
|
|
21
21
|
font-family: 'proxima-nova';
|
|
22
|
-
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaMedium.
|
|
22
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaMedium.woff") format("woff");
|
|
23
23
|
font-weight: 500;
|
|
24
24
|
font-style: normal; }
|
|
25
25
|
|
|
26
26
|
@font-face {
|
|
27
27
|
font-family: 'proxima-nova';
|
|
28
|
-
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaSemibold.
|
|
28
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaSemibold.woff") format("woff");
|
|
29
29
|
font-weight: 600;
|
|
30
30
|
font-style: normal; }
|
|
31
31
|
|
|
32
32
|
@font-face {
|
|
33
33
|
font-family: 'proxima-nova';
|
|
34
|
-
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBold.
|
|
34
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBold.woff") format("woff");
|
|
35
35
|
font-weight: bold;
|
|
36
36
|
font-style: normal; }
|
|
37
37
|
|
|
38
38
|
@font-face {
|
|
39
39
|
font-family: 'proxima-nova';
|
|
40
|
-
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaExtrabold.
|
|
40
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaExtrabold.woff") format("woff");
|
|
41
41
|
font-weight: 800;
|
|
42
42
|
font-style: normal; }
|
|
43
43
|
|
|
44
44
|
@font-face {
|
|
45
45
|
font-family: 'proxima-nova';
|
|
46
|
-
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBlack.
|
|
46
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBlack.woff") format("woff");
|
|
47
47
|
font-weight: 900;
|
|
48
48
|
font-style: normal; }
|
|
49
49
|
|
|
50
50
|
@font-face {
|
|
51
51
|
font-family: 'proxima-nova';
|
|
52
|
-
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaThinItalic.
|
|
52
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaThinItalic.woff") format("woff");
|
|
53
53
|
font-weight: 100;
|
|
54
54
|
font-style: italic; }
|
|
55
55
|
|
|
56
56
|
@font-face {
|
|
57
57
|
font-family: 'proxima-nova';
|
|
58
|
-
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaLightItalic.
|
|
58
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaLightItalic.woff") format("woff");
|
|
59
59
|
font-weight: 300;
|
|
60
60
|
font-style: italic; }
|
|
61
61
|
|
|
62
62
|
@font-face {
|
|
63
63
|
font-family: 'proxima-nova';
|
|
64
|
-
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegularItalic.
|
|
64
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegularItalic.woff") format("woff");
|
|
65
65
|
font-weight: normal;
|
|
66
66
|
font-style: italic; }
|
|
67
67
|
|
|
68
68
|
@font-face {
|
|
69
69
|
font-family: 'proxima-nova';
|
|
70
|
-
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaMediumItalic.
|
|
70
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaMediumItalic.woff") format("woff");
|
|
71
71
|
font-weight: 500;
|
|
72
72
|
font-style: italic; }
|
|
73
73
|
|
|
74
74
|
@font-face {
|
|
75
75
|
font-family: 'proxima-nova';
|
|
76
|
-
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaSemiboldItalic.
|
|
76
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaSemiboldItalic.woff") format("woff");
|
|
77
77
|
font-weight: 600;
|
|
78
78
|
font-style: italic; }
|
|
79
79
|
|
|
80
80
|
@font-face {
|
|
81
81
|
font-family: 'proxima-nova';
|
|
82
|
-
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBoldItalic.
|
|
82
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBoldItalic.woff") format("woff");
|
|
83
83
|
font-weight: bold;
|
|
84
84
|
font-style: italic; }
|
|
85
85
|
|
|
86
86
|
@font-face {
|
|
87
87
|
font-family: 'proxima-nova';
|
|
88
|
-
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaExtraboldItalic.
|
|
88
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaExtraboldItalic.woff") format("woff");
|
|
89
89
|
font-weight: 800;
|
|
90
90
|
font-style: italic; }
|
|
91
91
|
|
|
92
92
|
@font-face {
|
|
93
93
|
font-family: 'proxima-nova';
|
|
94
|
-
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBlackItalic.
|
|
94
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBlackItalic.woff") format("woff");
|
|
95
95
|
font-weight: 900;
|
|
96
96
|
font-style: italic; }
|
|
97
97
|
|
|
@@ -11195,167 +11195,6 @@ body > .em-ds-tree-item {
|
|
|
11195
11195
|
.em-ds-modal-image-library .wrapper .col-2 .info .value {
|
|
11196
11196
|
font-weight: 600; }
|
|
11197
11197
|
|
|
11198
|
-
.em-ds-divider {
|
|
11199
|
-
margin: 0.15385rem 0.30769rem;
|
|
11200
|
-
border-right: 0.07692rem solid #e0e3e8;
|
|
11201
|
-
border-bottom: 0.07692rem solid #e0e3e8; }
|
|
11202
|
-
|
|
11203
|
-
.em-ds-uploader-wrapper {
|
|
11204
|
-
display: inline-flex;
|
|
11205
|
-
flex-direction: column; }
|
|
11206
|
-
.em-ds-uploader-wrapper .em-ds-uploader {
|
|
11207
|
-
position: relative;
|
|
11208
|
-
display: inline-flex;
|
|
11209
|
-
border: 0.07692rem solid #cbcfd7;
|
|
11210
|
-
padding: 0.46154rem 1.23077rem;
|
|
11211
|
-
border-radius: 4px;
|
|
11212
|
-
align-items: center;
|
|
11213
|
-
outline: none; }
|
|
11214
|
-
.em-ds-uploader-wrapper .em-ds-uploader .em-ds-uploader-icon-wrapper {
|
|
11215
|
-
position: relative;
|
|
11216
|
-
fill: #697489; }
|
|
11217
|
-
.em-ds-uploader-wrapper .em-ds-uploader > .em-ds-divider {
|
|
11218
|
-
height: 2.46154rem;
|
|
11219
|
-
margin: 0 1.23077rem; }
|
|
11220
|
-
.em-ds-uploader-wrapper .em-ds-uploader .em-ds-uploader-info__text {
|
|
11221
|
-
font-size: 1rem;
|
|
11222
|
-
line-height: normal;
|
|
11223
|
-
font-weight: 400;
|
|
11224
|
-
color: #353c46; }
|
|
11225
|
-
.em-ds-uploader-wrapper .em-ds-uploader .em-ds-uploader-info__actions {
|
|
11226
|
-
display: flex; }
|
|
11227
|
-
.em-ds-uploader-wrapper .em-ds-uploader .em-ds-uploader-info__actions .em-ds-button {
|
|
11228
|
-
padding: 0;
|
|
11229
|
-
height: initial; }
|
|
11230
|
-
.em-ds-uploader-wrapper .em-ds-uploader .em-ds-uploader-info__actions .em-ds-button:not(:first-child) {
|
|
11231
|
-
margin-left: 0.30769rem; }
|
|
11232
|
-
.em-ds-uploader-wrapper .em-ds-uploader .em-ds-uploader-info__actions .em-ds-button--variant-disabled {
|
|
11233
|
-
cursor: default; }
|
|
11234
|
-
.em-ds-uploader-wrapper .em-ds-uploader .em-ds-uploader-drag-active {
|
|
11235
|
-
visibility: hidden;
|
|
11236
|
-
position: absolute;
|
|
11237
|
-
top: 0;
|
|
11238
|
-
left: 0;
|
|
11239
|
-
width: 100%;
|
|
11240
|
-
height: 100%;
|
|
11241
|
-
background-color: #1394e5;
|
|
11242
|
-
color: #ffffff;
|
|
11243
|
-
border: 0.07692rem solid #1394e5;
|
|
11244
|
-
border-radius: 4px;
|
|
11245
|
-
font-size: 1rem;
|
|
11246
|
-
line-height: normal;
|
|
11247
|
-
font-weight: 900;
|
|
11248
|
-
display: flex;
|
|
11249
|
-
justify-content: center;
|
|
11250
|
-
align-items: center; }
|
|
11251
|
-
.em-ds-uploader-wrapper .em-ds-uploader .em-ds-uploader-drag-active .em-ds-icon {
|
|
11252
|
-
fill: #ffffff;
|
|
11253
|
-
margin-right: 0.61538rem; }
|
|
11254
|
-
.em-ds-uploader-wrapper:not(.em-ds-uploader-wrapper--disabled) .em-ds-uploader--drag-active {
|
|
11255
|
-
border: 0.07692rem solid transparent; }
|
|
11256
|
-
.em-ds-uploader-wrapper:not(.em-ds-uploader-wrapper--disabled) .em-ds-uploader--drag-active .em-ds-uploader-drag-active {
|
|
11257
|
-
visibility: visible;
|
|
11258
|
-
display: flex; }
|
|
11259
|
-
.em-ds-uploader-wrapper:not(.em-ds-uploader-wrapper--disabled) .em-ds-uploader:focus {
|
|
11260
|
-
outline: none;
|
|
11261
|
-
border: calc(0.30769rem * 0.25) solid #1e79c2;
|
|
11262
|
-
box-shadow: inset 0 0 0 1px #8cc2ed;
|
|
11263
|
-
border-radius: 2px; }
|
|
11264
|
-
.em-ds-uploader-wrapper:not(.em-ds-uploader-wrapper--disabled) .em-ds-uploader:hover, .em-ds-uploader-wrapper:not(.em-ds-uploader-wrapper--disabled) .em-ds-uploader:focus {
|
|
11265
|
-
background-color: #f6fbff;
|
|
11266
|
-
border: 0.07692rem dashed #1394e5; }
|
|
11267
|
-
.em-ds-uploader-wrapper:not(.em-ds-uploader-wrapper--disabled) .em-ds-uploader:hover .em-ds-divider, .em-ds-uploader-wrapper:not(.em-ds-uploader-wrapper--disabled) .em-ds-uploader:focus .em-ds-divider {
|
|
11268
|
-
border-color: #a3d6ff; }
|
|
11269
|
-
.em-ds-uploader-wrapper:not(.em-ds-uploader-wrapper--disabled) .em-ds-uploader:hover .em-ds-uploader-icon-wrapper, .em-ds-uploader-wrapper:not(.em-ds-uploader-wrapper--disabled) .em-ds-uploader:focus .em-ds-uploader-icon-wrapper {
|
|
11270
|
-
fill: #1394e5; }
|
|
11271
|
-
.em-ds-uploader-wrapper__accepted-types {
|
|
11272
|
-
margin-top: 0.15385rem;
|
|
11273
|
-
font-size: 0.8461rem;
|
|
11274
|
-
line-height: normal;
|
|
11275
|
-
font-weight: 400;
|
|
11276
|
-
color: #697489;
|
|
11277
|
-
text-transform: uppercase;
|
|
11278
|
-
text-align: right; }
|
|
11279
|
-
|
|
11280
|
-
.em-ds-wizard-steps-indicator {
|
|
11281
|
-
display: flex;
|
|
11282
|
-
justify-content: center;
|
|
11283
|
-
overflow: hidden; }
|
|
11284
|
-
|
|
11285
|
-
.em-ds-wizard-steps-indicator-step {
|
|
11286
|
-
display: flex;
|
|
11287
|
-
justify-content: center;
|
|
11288
|
-
flex: 1 1 0px;
|
|
11289
|
-
min-width: 96px;
|
|
11290
|
-
max-width: 144px;
|
|
11291
|
-
margin: 0 8px; }
|
|
11292
|
-
.em-ds-wizard-steps-indicator-step .em-ds-wizard-steps-indicator-step-wrapper {
|
|
11293
|
-
display: flex;
|
|
11294
|
-
flex-direction: column;
|
|
11295
|
-
align-items: center;
|
|
11296
|
-
width: 100%; }
|
|
11297
|
-
.em-ds-wizard-steps-indicator-step .em-ds-wizard-steps-indicator-step__bullet-wrapper {
|
|
11298
|
-
display: flex;
|
|
11299
|
-
justify-content: center;
|
|
11300
|
-
position: relative;
|
|
11301
|
-
width: 100%; }
|
|
11302
|
-
.em-ds-wizard-steps-indicator-step .em-ds-wizard-steps-indicator-step__bullet {
|
|
11303
|
-
margin: 0.61538rem;
|
|
11304
|
-
width: 2.46154rem;
|
|
11305
|
-
height: 2.46154rem;
|
|
11306
|
-
border-radius: 50%;
|
|
11307
|
-
font-size: 1.2307rem;
|
|
11308
|
-
border: 0.07692rem solid #cbcfd7;
|
|
11309
|
-
color: #1e79c2;
|
|
11310
|
-
position: relative;
|
|
11311
|
-
transition: all 200ms cubic-bezier(0.36, 0, 1, 1);
|
|
11312
|
-
display: flex;
|
|
11313
|
-
justify-content: center;
|
|
11314
|
-
align-items: center; }
|
|
11315
|
-
.em-ds-wizard-steps-indicator-step .em-ds-wizard-steps-indicator-step__label {
|
|
11316
|
-
font-size: 1.0769rem;
|
|
11317
|
-
line-height: normal;
|
|
11318
|
-
font-weight: 400;
|
|
11319
|
-
color: #697489;
|
|
11320
|
-
transition: all 200ms cubic-bezier(0.36, 0, 1, 1);
|
|
11321
|
-
text-align: center;
|
|
11322
|
-
width: 100%;
|
|
11323
|
-
max-height: 36px; }
|
|
11324
|
-
.em-ds-wizard-steps-indicator-step:not(:last-child) .em-ds-wizard-steps-indicator-step__bullet-wrapper::after {
|
|
11325
|
-
margin: 0 5px;
|
|
11326
|
-
position: absolute;
|
|
11327
|
-
top: 50%;
|
|
11328
|
-
left: calc(62%);
|
|
11329
|
-
display: block;
|
|
11330
|
-
width: 80%;
|
|
11331
|
-
content: '';
|
|
11332
|
-
transition: all 300ms cubic-bezier(0.36, 0, 1, 1);
|
|
11333
|
-
height: 1px;
|
|
11334
|
-
background-image: linear-gradient(to right, #cbcfd7 40%, rgba(255, 255, 255, 0) 0%);
|
|
11335
|
-
background-position: top;
|
|
11336
|
-
background-size: 3px 1px;
|
|
11337
|
-
background-repeat: repeat-x; }
|
|
11338
|
-
|
|
11339
|
-
.em-ds-wizard-steps-indicator-step--completed .em-ds-wizard-steps-indicator-step__bullet {
|
|
11340
|
-
border-color: #1e79c2; }
|
|
11341
|
-
|
|
11342
|
-
.em-ds-wizard-steps-indicator-step--completed .em-ds-wizard-steps-indicator-step__label {
|
|
11343
|
-
color: #25292f; }
|
|
11344
|
-
|
|
11345
|
-
.em-ds-wizard-steps-indicator-step--active .em-ds-wizard-steps-indicator-step__bullet {
|
|
11346
|
-
border-color: #006aa9;
|
|
11347
|
-
color: #006aa9;
|
|
11348
|
-
font-weight: bold;
|
|
11349
|
-
border-width: 1.5px; }
|
|
11350
|
-
|
|
11351
|
-
.em-ds-wizard-steps-indicator-step--active .em-ds-wizard-steps-indicator-step__label {
|
|
11352
|
-
color: #006aa9;
|
|
11353
|
-
font-weight: bold; }
|
|
11354
|
-
|
|
11355
|
-
.em-ds-wizard-steps-indicator-step--completed:not(:last-child) .em-ds-wizard-steps-indicator-step__bullet-wrapper::after {
|
|
11356
|
-
background: #006aa9;
|
|
11357
|
-
background-size: initial; }
|
|
11358
|
-
|
|
11359
11198
|
.em-ds-card-array__wrapper {
|
|
11360
11199
|
padding: 0.61538rem;
|
|
11361
11200
|
width: 100%;
|