@elliemae/ds-basic 3.13.1-rc.1 → 3.14.0-next.10
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 +99 -8
- package/dist/css/dimsum.min.css +1 -1
- package/dist/css/dimsum.min.css.map +1 -1
- package/dist/styles/base/fonts/ProximaLight.otf +0 -0
- package/dist/styles/base/fonts/ProximaLightItalic.otf +0 -0
- package/dist/styles/base/fonts/ProximaMedium.otf +0 -0
- package/dist/styles/base/fonts/ProximaMediumItalic.otf +0 -0
- package/dist/styles/base/fonts/ProximaNovaBlack.otf +0 -0
- package/dist/styles/base/fonts/ProximaNovaBlackItalic.otf +0 -0
- package/dist/styles/base/fonts/ProximaNovaBold.otf +0 -0
- package/dist/styles/base/fonts/ProximaNovaBoldItalic.otf +0 -0
- package/dist/styles/base/fonts/ProximaNovaExtrabold.otf +0 -0
- package/dist/styles/base/fonts/ProximaNovaExtraboldItalic.otf +0 -0
- package/dist/styles/base/fonts/ProximaNovaRegular.otf +0 -0
- package/dist/styles/base/fonts/ProximaNovaRegularItalic.otf +0 -0
- package/dist/styles/base/fonts/ProximaNovaSemibold.otf +0 -0
- package/dist/styles/base/fonts/ProximaNovaSemiboldItalic.otf +0 -0
- package/dist/styles/base/fonts/ProximaNovaThin.otf +0 -0
- package/dist/styles/base/fonts/ProximaNovaThinItalic.otf +0 -0
- package/dist/styles/base/fonts/font-base.scss +93 -2
- package/dist/styles/components/packages/ds-basic/index.scss +1 -1
- package/dist/styles/components/packages/ds-basic/styles/base/fonts/font-base.scss +93 -2
- package/dist/styles/components/packages/{ds-button → ds-button-v1}/DSButton.scss +0 -0
- package/dist/styles/components/packages/ds-common/Input/DSInput.scss +2 -1
- package/dist/styles/components/packages/ds-datagrids/DataGrids.scss +14 -16
- package/dist/styles/components/packages/ds-form/FormItem/DSFormItemLayout.scss +0 -1
- package/dist/styles/components/packages/ds-treeview/Tree.scss +1 -0
- package/package.json +1 -1
- package/dist/css/fonts/ProximaNovaBold.woff +0 -0
- package/dist/css/fonts/ProximaNovaBold.woff2 +0 -0
- package/dist/css/fonts/ProximaNovaRegular.woff +0 -0
- package/dist/css/fonts/ProximaNovaRegular.woff2 +0 -0
- package/dist/css/fonts/ProximaNovaSemibold.woff2 +0 -0
- package/dist/css/fonts/ProximaNovaThin.woff +0 -0
- package/dist/css/fonts/ProximaNovaThin.woff2 +0 -0
- package/dist/styles/base/fonts/ProximaNovaBold.woff +0 -0
- package/dist/styles/base/fonts/ProximaNovaBold.woff2 +0 -0
- package/dist/styles/base/fonts/ProximaNovaRegular.eot +0 -0
- package/dist/styles/base/fonts/ProximaNovaRegular.svg +0 -1294
- package/dist/styles/base/fonts/ProximaNovaRegular.ttf +0 -0
- package/dist/styles/base/fonts/ProximaNovaRegular.woff +0 -0
- package/dist/styles/base/fonts/ProximaNovaRegular.woff2 +0 -0
- package/dist/styles/base/fonts/ProximaNovaSemibold.woff2 +0 -0
- package/dist/styles/base/fonts/ProximaNovaThin.woff +0 -0
- package/dist/styles/base/fonts/ProximaNovaThin.woff2 +0 -0
package/dist/css/dimsum.css
CHANGED
|
@@ -1,10 +1,100 @@
|
|
|
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/
|
|
4
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaThin.otf") format("opentype");
|
|
5
|
+
font-weight: 100;
|
|
6
|
+
font-style: normal; }
|
|
7
|
+
|
|
8
|
+
@font-face {
|
|
9
|
+
font-family: 'proxima-nova';
|
|
10
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaLight.otf") format("opentype");
|
|
11
|
+
font-weight: 300;
|
|
12
|
+
font-style: normal; }
|
|
13
|
+
|
|
14
|
+
@font-face {
|
|
15
|
+
font-family: 'proxima-nova';
|
|
16
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegular.otf") format("opentype");
|
|
5
17
|
font-weight: normal;
|
|
6
18
|
font-style: normal; }
|
|
7
19
|
|
|
20
|
+
@font-face {
|
|
21
|
+
font-family: 'proxima-nova';
|
|
22
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaMedium.otf") format("opentype");
|
|
23
|
+
font-weight: 500;
|
|
24
|
+
font-style: normal; }
|
|
25
|
+
|
|
26
|
+
@font-face {
|
|
27
|
+
font-family: 'proxima-nova';
|
|
28
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaSemibold.otf") format("opentype");
|
|
29
|
+
font-weight: 600;
|
|
30
|
+
font-style: normal; }
|
|
31
|
+
|
|
32
|
+
@font-face {
|
|
33
|
+
font-family: 'proxima-nova';
|
|
34
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBold.otf") format("opentype");
|
|
35
|
+
font-weight: bold;
|
|
36
|
+
font-style: normal; }
|
|
37
|
+
|
|
38
|
+
@font-face {
|
|
39
|
+
font-family: 'proxima-nova';
|
|
40
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaExtrabold.otf") format("opentype");
|
|
41
|
+
font-weight: 800;
|
|
42
|
+
font-style: normal; }
|
|
43
|
+
|
|
44
|
+
@font-face {
|
|
45
|
+
font-family: 'proxima-nova';
|
|
46
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBlack.otf") format("opentype");
|
|
47
|
+
font-weight: 900;
|
|
48
|
+
font-style: normal; }
|
|
49
|
+
|
|
50
|
+
@font-face {
|
|
51
|
+
font-family: 'proxima-nova';
|
|
52
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaThinItalic.otf") format("opentype");
|
|
53
|
+
font-weight: 100;
|
|
54
|
+
font-style: italic; }
|
|
55
|
+
|
|
56
|
+
@font-face {
|
|
57
|
+
font-family: 'proxima-nova';
|
|
58
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaLightItalic.otf") format("opentype");
|
|
59
|
+
font-weight: 300;
|
|
60
|
+
font-style: italic; }
|
|
61
|
+
|
|
62
|
+
@font-face {
|
|
63
|
+
font-family: 'proxima-nova';
|
|
64
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegularItalic.otf") format("opentype");
|
|
65
|
+
font-weight: normal;
|
|
66
|
+
font-style: italic; }
|
|
67
|
+
|
|
68
|
+
@font-face {
|
|
69
|
+
font-family: 'proxima-nova';
|
|
70
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaMediumItalic.otf") format("opentype");
|
|
71
|
+
font-weight: 500;
|
|
72
|
+
font-style: italic; }
|
|
73
|
+
|
|
74
|
+
@font-face {
|
|
75
|
+
font-family: 'proxima-nova';
|
|
76
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaSemiboldItalic.otf") format("opentype");
|
|
77
|
+
font-weight: 600;
|
|
78
|
+
font-style: italic; }
|
|
79
|
+
|
|
80
|
+
@font-face {
|
|
81
|
+
font-family: 'proxima-nova';
|
|
82
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBoldItalic.otf") format("opentype");
|
|
83
|
+
font-weight: bold;
|
|
84
|
+
font-style: italic; }
|
|
85
|
+
|
|
86
|
+
@font-face {
|
|
87
|
+
font-family: 'proxima-nova';
|
|
88
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaExtraboldItalic.otf") format("opentype");
|
|
89
|
+
font-weight: 800;
|
|
90
|
+
font-style: italic; }
|
|
91
|
+
|
|
92
|
+
@font-face {
|
|
93
|
+
font-family: 'proxima-nova';
|
|
94
|
+
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBlackItalic.otf") format("opentype");
|
|
95
|
+
font-weight: 900;
|
|
96
|
+
font-style: italic; }
|
|
97
|
+
|
|
8
98
|
/**
|
|
9
99
|
Ellie Mae Default Theme
|
|
10
100
|
Below, you will find the default theme for DimSum. You can modify the theme's
|
|
@@ -2917,7 +3007,6 @@ fieldset.em-ds-form-item-content {
|
|
|
2917
3007
|
text-align: right;
|
|
2918
3008
|
display: block;
|
|
2919
3009
|
font-style: italic;
|
|
2920
|
-
font-weight: 100;
|
|
2921
3010
|
line-height: 15px; }
|
|
2922
3011
|
|
|
2923
3012
|
.em-ds-form-item--error .em-ds-form-item__feedback {
|
|
@@ -3054,6 +3143,7 @@ fieldset.em-ds-form-item-content {
|
|
|
3054
3143
|
opacity: 1;
|
|
3055
3144
|
outline: calc(0.30769rem * 0.25) solid #1e79c2;
|
|
3056
3145
|
outline-offset: calc(0.30769rem * -0.25);
|
|
3146
|
+
color: #1e79c2;
|
|
3057
3147
|
background-color: transparent; }
|
|
3058
3148
|
.em-ds-input-addon-wrapper:hover .em-ds-input-addon-wrapper__addon .em-ds-input__clearable .em-ds-icon {
|
|
3059
3149
|
fill: #1e79c2; }
|
|
@@ -7673,7 +7763,7 @@ _:-ms-fullscreen,
|
|
|
7673
7763
|
border-bottom: 0.07692rem solid transparent;
|
|
7674
7764
|
position: relative; }
|
|
7675
7765
|
.em-ds-data-grid-header__cell.with-filtering:hover:after, .em-ds-data-grid-header__cell.with-dnd-column:hover:after, .em-ds-data-grid-header__cell.with-sortable:hover:after {
|
|
7676
|
-
content:
|
|
7766
|
+
content: '';
|
|
7677
7767
|
z-index: 10;
|
|
7678
7768
|
position: absolute;
|
|
7679
7769
|
bottom: -1px;
|
|
@@ -7731,7 +7821,7 @@ _:-ms-fullscreen,
|
|
|
7731
7821
|
border-bottom: 0.07692rem solid #EBEDF0; }
|
|
7732
7822
|
.em-ds-data-grid-body__row:last-child {
|
|
7733
7823
|
margin-bottom: 0.61538rem; }
|
|
7734
|
-
.em-ds-data-grid-body__row:hover:not(.expanded-row), .em-ds-data-grid-body__row[aria-expanded=
|
|
7824
|
+
.em-ds-data-grid-body__row:hover:not(.expanded-row), .em-ds-data-grid-body__row[aria-expanded='true'] {
|
|
7735
7825
|
opacity: 0.99;
|
|
7736
7826
|
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
7737
7827
|
z-index: 1; }
|
|
@@ -7970,7 +8060,7 @@ _:-ms-fullscreen,
|
|
|
7970
8060
|
fill: #697489;
|
|
7971
8061
|
margin-left: auto; }
|
|
7972
8062
|
.em-ds-data-grid-body__cell.editable:hover .em-ds-icon, .em-ds-data-grid-body__cell.editable:focus .em-ds-icon {
|
|
7973
|
-
display:
|
|
8063
|
+
display: flex;
|
|
7974
8064
|
visibility: visible; }
|
|
7975
8065
|
.em-ds-data-grid-body__cell.editable:hover .edit-separator, .em-ds-data-grid-body__cell.editable:focus .edit-separator {
|
|
7976
8066
|
height: 28px;
|
|
@@ -8105,13 +8195,13 @@ _:-ms-fullscreen,
|
|
|
8105
8195
|
.em-ds-data-grid .em-ds-data-grid-body__cell .show-more:after {
|
|
8106
8196
|
cursor: pointer;
|
|
8107
8197
|
padding-right: 0.5em;
|
|
8108
|
-
content:
|
|
8198
|
+
content: '\25B8';
|
|
8109
8199
|
font-size: large; }
|
|
8110
8200
|
|
|
8111
8201
|
.em-ds-data-grid .em-ds-data-grid-body__cell .show-less:after {
|
|
8112
8202
|
cursor: pointer;
|
|
8113
8203
|
padding-right: 0.5em;
|
|
8114
|
-
content:
|
|
8204
|
+
content: '\25BE';
|
|
8115
8205
|
font-size: large; }
|
|
8116
8206
|
|
|
8117
8207
|
.visibility-container {
|
|
@@ -8391,7 +8481,8 @@ body > .em-ds-tree-item {
|
|
|
8391
8481
|
.em-ds-tree-item .tree-item-icon {
|
|
8392
8482
|
margin-right: 0.30769rem;
|
|
8393
8483
|
width: 16px;
|
|
8394
|
-
height: 16px;
|
|
8484
|
+
height: 16px;
|
|
8485
|
+
color: #005181; }
|
|
8395
8486
|
.em-ds-tree-item .tree-item-radio {
|
|
8396
8487
|
padding-bottom: 0; }
|
|
8397
8488
|
.em-ds-tree-item.hover {
|