@elliemae/ds-basic 3.22.0-next.0 → 3.22.0-next.15
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 -95
- 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 -1
- package/package.json +4 -2
- 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,85 +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-wizard-steps-indicator {
|
|
11199
|
-
display: flex;
|
|
11200
|
-
justify-content: center;
|
|
11201
|
-
overflow: hidden; }
|
|
11202
|
-
|
|
11203
|
-
.em-ds-wizard-steps-indicator-step {
|
|
11204
|
-
display: flex;
|
|
11205
|
-
justify-content: center;
|
|
11206
|
-
flex: 1 1 0px;
|
|
11207
|
-
min-width: 96px;
|
|
11208
|
-
max-width: 144px;
|
|
11209
|
-
margin: 0 8px; }
|
|
11210
|
-
.em-ds-wizard-steps-indicator-step .em-ds-wizard-steps-indicator-step-wrapper {
|
|
11211
|
-
display: flex;
|
|
11212
|
-
flex-direction: column;
|
|
11213
|
-
align-items: center;
|
|
11214
|
-
width: 100%; }
|
|
11215
|
-
.em-ds-wizard-steps-indicator-step .em-ds-wizard-steps-indicator-step__bullet-wrapper {
|
|
11216
|
-
display: flex;
|
|
11217
|
-
justify-content: center;
|
|
11218
|
-
position: relative;
|
|
11219
|
-
width: 100%; }
|
|
11220
|
-
.em-ds-wizard-steps-indicator-step .em-ds-wizard-steps-indicator-step__bullet {
|
|
11221
|
-
margin: 0.61538rem;
|
|
11222
|
-
width: 2.46154rem;
|
|
11223
|
-
height: 2.46154rem;
|
|
11224
|
-
border-radius: 50%;
|
|
11225
|
-
font-size: 1.2307rem;
|
|
11226
|
-
border: 0.07692rem solid #cbcfd7;
|
|
11227
|
-
color: #1e79c2;
|
|
11228
|
-
position: relative;
|
|
11229
|
-
transition: all 200ms cubic-bezier(0.36, 0, 1, 1);
|
|
11230
|
-
display: flex;
|
|
11231
|
-
justify-content: center;
|
|
11232
|
-
align-items: center; }
|
|
11233
|
-
.em-ds-wizard-steps-indicator-step .em-ds-wizard-steps-indicator-step__label {
|
|
11234
|
-
font-size: 1.0769rem;
|
|
11235
|
-
line-height: normal;
|
|
11236
|
-
font-weight: 400;
|
|
11237
|
-
color: #697489;
|
|
11238
|
-
transition: all 200ms cubic-bezier(0.36, 0, 1, 1);
|
|
11239
|
-
text-align: center;
|
|
11240
|
-
width: 100%;
|
|
11241
|
-
max-height: 36px; }
|
|
11242
|
-
.em-ds-wizard-steps-indicator-step:not(:last-child) .em-ds-wizard-steps-indicator-step__bullet-wrapper::after {
|
|
11243
|
-
margin: 0 5px;
|
|
11244
|
-
position: absolute;
|
|
11245
|
-
top: 50%;
|
|
11246
|
-
left: calc(62%);
|
|
11247
|
-
display: block;
|
|
11248
|
-
width: 80%;
|
|
11249
|
-
content: '';
|
|
11250
|
-
transition: all 300ms cubic-bezier(0.36, 0, 1, 1);
|
|
11251
|
-
height: 1px;
|
|
11252
|
-
background-image: linear-gradient(to right, #cbcfd7 40%, rgba(255, 255, 255, 0) 0%);
|
|
11253
|
-
background-position: top;
|
|
11254
|
-
background-size: 3px 1px;
|
|
11255
|
-
background-repeat: repeat-x; }
|
|
11256
|
-
|
|
11257
|
-
.em-ds-wizard-steps-indicator-step--completed .em-ds-wizard-steps-indicator-step__bullet {
|
|
11258
|
-
border-color: #1e79c2; }
|
|
11259
|
-
|
|
11260
|
-
.em-ds-wizard-steps-indicator-step--completed .em-ds-wizard-steps-indicator-step__label {
|
|
11261
|
-
color: #25292f; }
|
|
11262
|
-
|
|
11263
|
-
.em-ds-wizard-steps-indicator-step--active .em-ds-wizard-steps-indicator-step__bullet {
|
|
11264
|
-
border-color: #006aa9;
|
|
11265
|
-
color: #006aa9;
|
|
11266
|
-
font-weight: bold;
|
|
11267
|
-
border-width: 1.5px; }
|
|
11268
|
-
|
|
11269
|
-
.em-ds-wizard-steps-indicator-step--active .em-ds-wizard-steps-indicator-step__label {
|
|
11270
|
-
color: #006aa9;
|
|
11271
|
-
font-weight: bold; }
|
|
11272
|
-
|
|
11273
|
-
.em-ds-wizard-steps-indicator-step--completed:not(:last-child) .em-ds-wizard-steps-indicator-step__bullet-wrapper::after {
|
|
11274
|
-
background: #006aa9;
|
|
11275
|
-
background-size: initial; }
|
|
11276
|
-
|
|
11277
11198
|
.em-ds-card-array__wrapper {
|
|
11278
11199
|
padding: 0.61538rem;
|
|
11279
11200
|
width: 100%;
|