@elliemae/ds-basic 3.44.0-rc.0 → 3.45.0-rc.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/dist/css/dimsum.css +12 -20
- package/dist/css/dimsum.min.css +3 -3
- package/dist/css/dimsum.min.css.map +1 -1
- package/dist/styles/components/packages/ds-basic/index.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/index.scss +1 -1
- package/package.json +2 -2
package/dist/css/dimsum.css
CHANGED
|
@@ -2969,7 +2969,6 @@ fieldset.em-ds-form-item-content {
|
|
|
2969
2969
|
text-overflow: ellipsis; }
|
|
2970
2970
|
|
|
2971
2971
|
.em-ds-form-item--fit-content {
|
|
2972
|
-
width: -moz-fit-content;
|
|
2973
2972
|
width: fit-content; }
|
|
2974
2973
|
|
|
2975
2974
|
.em-ds-form-item--with-highlight::after {
|
|
@@ -4108,7 +4107,6 @@ fieldset.em-ds-form-item-content {
|
|
|
4108
4107
|
padding-left: 1.84615rem; }
|
|
4109
4108
|
|
|
4110
4109
|
.em-ds-form-element-radio {
|
|
4111
|
-
width: -moz-fit-content;
|
|
4112
4110
|
width: fit-content;
|
|
4113
4111
|
padding-bottom: 1.23077rem; }
|
|
4114
4112
|
.em-ds-form-element-radio circle.unchecked {
|
|
@@ -4611,7 +4609,6 @@ _:-ms-fullscreen,
|
|
|
4611
4609
|
top: -0.07692rem;
|
|
4612
4610
|
left: -0.67692rem;
|
|
4613
4611
|
width: 100%;
|
|
4614
|
-
height: -moz-fit-content;
|
|
4615
4612
|
height: fit-content;
|
|
4616
4613
|
font-size: 1.8461rem;
|
|
4617
4614
|
line-height: normal;
|
|
@@ -4992,15 +4989,15 @@ _:-ms-fullscreen,
|
|
|
4992
4989
|
fill: #ffffff; }
|
|
4993
4990
|
.em-ds-tooltip__arrow .fill {
|
|
4994
4991
|
fill: #ffffff; }
|
|
4995
|
-
.em-ds-tooltip__arrow[data-placement^=
|
|
4992
|
+
.em-ds-tooltip__arrow[data-placement^='top'] {
|
|
4996
4993
|
transform: rotateZ(180deg); }
|
|
4997
|
-
.em-ds-tooltip__arrow[data-placement^=
|
|
4994
|
+
.em-ds-tooltip__arrow[data-placement^='right'] {
|
|
4998
4995
|
transform: rotateZ(-90deg);
|
|
4999
4996
|
height: 1.47692rem; }
|
|
5000
|
-
.em-ds-tooltip__arrow[data-placement^=
|
|
4997
|
+
.em-ds-tooltip__arrow[data-placement^='bottom'] {
|
|
5001
4998
|
transform: rotateZ(360deg);
|
|
5002
4999
|
height: 1.84615rem; }
|
|
5003
|
-
.em-ds-tooltip__arrow[data-placement^=
|
|
5000
|
+
.em-ds-tooltip__arrow[data-placement^='left'] {
|
|
5004
5001
|
transform: rotateZ(90deg);
|
|
5005
5002
|
height: 1.47692rem; }
|
|
5006
5003
|
|
|
@@ -5027,7 +5024,7 @@ _:-ms-fullscreen,
|
|
|
5027
5024
|
vertical-align: middle; }
|
|
5028
5025
|
.em-ds-tooltip__text {
|
|
5029
5026
|
color: #25292f; }
|
|
5030
|
-
.em-ds-tooltip__arrow[data-placement^=
|
|
5027
|
+
.em-ds-tooltip__arrow[data-placement^='top'], .em-ds-tooltip__arrow[data-placement^='bottom'] {
|
|
5031
5028
|
height: 1.47692rem; } }
|
|
5032
5029
|
|
|
5033
5030
|
@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
|
|
@@ -5043,7 +5040,7 @@ _:-ms-fullscreen,
|
|
|
5043
5040
|
vertical-align: middle; }
|
|
5044
5041
|
.em-ds-tooltip__text {
|
|
5045
5042
|
color: #25292f; }
|
|
5046
|
-
.em-ds-tooltip__arrow[data-placement^=
|
|
5043
|
+
.em-ds-tooltip__arrow[data-placement^='top'], .em-ds-tooltip__arrow[data-placement^='bottom'] {
|
|
5047
5044
|
height: 1.47692rem; } }
|
|
5048
5045
|
|
|
5049
5046
|
@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
|
|
@@ -5059,7 +5056,7 @@ _:-ms-fullscreen,
|
|
|
5059
5056
|
vertical-align: middle; }
|
|
5060
5057
|
.em-ds-tooltip__text {
|
|
5061
5058
|
color: #25292f; }
|
|
5062
|
-
.em-ds-tooltip__arrow[data-placement^=
|
|
5059
|
+
.em-ds-tooltip__arrow[data-placement^='top'], .em-ds-tooltip__arrow[data-placement^='bottom'] {
|
|
5063
5060
|
height: 1.47692rem; } }
|
|
5064
5061
|
|
|
5065
5062
|
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
|
|
@@ -5075,7 +5072,7 @@ _:-ms-fullscreen,
|
|
|
5075
5072
|
vertical-align: middle; }
|
|
5076
5073
|
.em-ds-tooltip__text {
|
|
5077
5074
|
color: #25292f; }
|
|
5078
|
-
.em-ds-tooltip__arrow[data-placement^=
|
|
5075
|
+
.em-ds-tooltip__arrow[data-placement^='top'], .em-ds-tooltip__arrow[data-placement^='bottom'] {
|
|
5079
5076
|
height: 1.47692rem; } }
|
|
5080
5077
|
|
|
5081
5078
|
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
|
|
@@ -5091,7 +5088,7 @@ _:-ms-fullscreen,
|
|
|
5091
5088
|
vertical-align: middle; }
|
|
5092
5089
|
.em-ds-tooltip__text {
|
|
5093
5090
|
color: #25292f; }
|
|
5094
|
-
.em-ds-tooltip__arrow[data-placement^=
|
|
5091
|
+
.em-ds-tooltip__arrow[data-placement^='top'], .em-ds-tooltip__arrow[data-placement^='bottom'] {
|
|
5095
5092
|
height: 1.47692rem; } }
|
|
5096
5093
|
|
|
5097
5094
|
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
|
|
@@ -5107,7 +5104,7 @@ _:-ms-fullscreen,
|
|
|
5107
5104
|
vertical-align: middle; }
|
|
5108
5105
|
.em-ds-tooltip__text {
|
|
5109
5106
|
color: #25292f; }
|
|
5110
|
-
.em-ds-tooltip__arrow[data-placement^=
|
|
5107
|
+
.em-ds-tooltip__arrow[data-placement^='top'], .em-ds-tooltip__arrow[data-placement^='bottom'] {
|
|
5111
5108
|
height: 1.47692rem; } }
|
|
5112
5109
|
|
|
5113
5110
|
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
|
|
@@ -5123,7 +5120,7 @@ _:-ms-fullscreen,
|
|
|
5123
5120
|
vertical-align: middle; }
|
|
5124
5121
|
.em-ds-tooltip__text {
|
|
5125
5122
|
color: #25292f; }
|
|
5126
|
-
.em-ds-tooltip__arrow[data-placement^=
|
|
5123
|
+
.em-ds-tooltip__arrow[data-placement^='top'], .em-ds-tooltip__arrow[data-placement^='bottom'] {
|
|
5127
5124
|
height: 1.47692rem; } }
|
|
5128
5125
|
|
|
5129
5126
|
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
|
|
@@ -5139,7 +5136,7 @@ _:-ms-fullscreen,
|
|
|
5139
5136
|
vertical-align: middle; }
|
|
5140
5137
|
.em-ds-tooltip__text {
|
|
5141
5138
|
color: #25292f; }
|
|
5142
|
-
.em-ds-tooltip__arrow[data-placement^=
|
|
5139
|
+
.em-ds-tooltip__arrow[data-placement^='top'], .em-ds-tooltip__arrow[data-placement^='bottom'] {
|
|
5143
5140
|
height: 1.47692rem; } }
|
|
5144
5141
|
|
|
5145
5142
|
.em-ds-popover {
|
|
@@ -5713,7 +5710,6 @@ div.em-ds-button {
|
|
|
5713
5710
|
.em-ds-labelValueGroup__wrapper {
|
|
5714
5711
|
display: flex;
|
|
5715
5712
|
flex-direction: column;
|
|
5716
|
-
width: -moz-fit-content;
|
|
5717
5713
|
width: fit-content;
|
|
5718
5714
|
max-width: 100%; }
|
|
5719
5715
|
|
|
@@ -6593,7 +6589,6 @@ div.em-ds-button {
|
|
|
6593
6589
|
display: flex;
|
|
6594
6590
|
flex-direction: column;
|
|
6595
6591
|
justify-content: center;
|
|
6596
|
-
width: -moz-fit-content;
|
|
6597
6592
|
width: fit-content;
|
|
6598
6593
|
margin: 0; }
|
|
6599
6594
|
|
|
@@ -9819,7 +9814,6 @@ body > .em-ds-tree-item {
|
|
|
9819
9814
|
flex-direction: column;
|
|
9820
9815
|
border: none;
|
|
9821
9816
|
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24);
|
|
9822
|
-
width: -moz-fit-content;
|
|
9823
9817
|
width: fit-content; }
|
|
9824
9818
|
.em-ds-single-date__wrapper > * > .DayPicker {
|
|
9825
9819
|
box-shadow: none !important; }
|
|
@@ -9827,7 +9821,6 @@ body > .em-ds-tree-item {
|
|
|
9827
9821
|
.em-ds-date-range-picker__header {
|
|
9828
9822
|
display: flex;
|
|
9829
9823
|
justify-content: center;
|
|
9830
|
-
width: -moz-fit-content;
|
|
9831
9824
|
width: fit-content;
|
|
9832
9825
|
flex-grow: 1;
|
|
9833
9826
|
width: 0;
|
|
@@ -11124,7 +11117,6 @@ body > .em-ds-tree-item {
|
|
|
11124
11117
|
float: left;
|
|
11125
11118
|
height: 24px;
|
|
11126
11119
|
padding: 3px 5px;
|
|
11127
|
-
width: -moz-fit-content;
|
|
11128
11120
|
width: fit-content; }
|
|
11129
11121
|
.ql-snow.ql-toolbar button:hover,
|
|
11130
11122
|
.ql-snow .ql-toolbar button:hover {
|