@elliemae/ds-basic 1.55.0-next.2 → 1.55.0-next.6
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 -8
- package/css/dimsum.min.css +2 -2
- package/css/dimsum.min.css.map +1 -1
- package/package.json +51 -51
package/css/dimsum.css
CHANGED
|
@@ -2890,7 +2890,6 @@ fieldset.em-ds-form-item-content {
|
|
|
2890
2890
|
text-overflow: ellipsis; }
|
|
2891
2891
|
|
|
2892
2892
|
.em-ds-form-item--fit-content {
|
|
2893
|
-
width: -webkit-fit-content;
|
|
2894
2893
|
width: -moz-fit-content;
|
|
2895
2894
|
width: fit-content; }
|
|
2896
2895
|
|
|
@@ -4011,7 +4010,6 @@ fieldset.em-ds-form-item-content {
|
|
|
4011
4010
|
padding-left: 1.84615rem; }
|
|
4012
4011
|
|
|
4013
4012
|
.em-ds-form-element-radio {
|
|
4014
|
-
width: -webkit-fit-content;
|
|
4015
4013
|
width: -moz-fit-content;
|
|
4016
4014
|
width: fit-content;
|
|
4017
4015
|
padding-bottom: 1.23077rem; }
|
|
@@ -4514,7 +4512,6 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
4514
4512
|
top: -0.07692rem;
|
|
4515
4513
|
left: -0.67692rem;
|
|
4516
4514
|
width: 100%;
|
|
4517
|
-
height: -webkit-fit-content;
|
|
4518
4515
|
height: -moz-fit-content;
|
|
4519
4516
|
height: fit-content;
|
|
4520
4517
|
font-size: 1.8461rem;
|
|
@@ -7382,7 +7379,6 @@ div.em-ds-button {
|
|
|
7382
7379
|
.em-ds-labelValueGroup__wrapper {
|
|
7383
7380
|
display: flex;
|
|
7384
7381
|
flex-direction: column;
|
|
7385
|
-
width: -webkit-fit-content;
|
|
7386
7382
|
width: -moz-fit-content;
|
|
7387
7383
|
width: fit-content;
|
|
7388
7384
|
max-width: 100%; }
|
|
@@ -8756,7 +8752,6 @@ div.em-ds-button {
|
|
|
8756
8752
|
display: flex;
|
|
8757
8753
|
flex-direction: column;
|
|
8758
8754
|
justify-content: center;
|
|
8759
|
-
width: -webkit-fit-content;
|
|
8760
8755
|
width: -moz-fit-content;
|
|
8761
8756
|
width: fit-content;
|
|
8762
8757
|
margin: 0; }
|
|
@@ -11401,7 +11396,6 @@ body > .em-ds-tree-item {
|
|
|
11401
11396
|
flex-direction: column;
|
|
11402
11397
|
border: none;
|
|
11403
11398
|
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24);
|
|
11404
|
-
width: -webkit-fit-content;
|
|
11405
11399
|
width: -moz-fit-content;
|
|
11406
11400
|
width: fit-content; }
|
|
11407
11401
|
.em-ds-single-date__wrapper > * > .DayPicker {
|
|
@@ -11410,7 +11404,6 @@ body > .em-ds-tree-item {
|
|
|
11410
11404
|
.em-ds-date-range-picker__header {
|
|
11411
11405
|
display: flex;
|
|
11412
11406
|
justify-content: center;
|
|
11413
|
-
width: -webkit-fit-content;
|
|
11414
11407
|
width: -moz-fit-content;
|
|
11415
11408
|
width: fit-content;
|
|
11416
11409
|
flex-grow: 1;
|
|
@@ -12710,7 +12703,6 @@ body > .em-ds-tree-item {
|
|
|
12710
12703
|
float: left;
|
|
12711
12704
|
height: 24px;
|
|
12712
12705
|
padding: 3px 5px;
|
|
12713
|
-
width: -webkit-fit-content;
|
|
12714
12706
|
width: -moz-fit-content;
|
|
12715
12707
|
width: fit-content; }
|
|
12716
12708
|
.ql-snow.ql-toolbar button:hover,
|