@elliemae/ds-basic 2.4.2-rc.3 → 2.4.3-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/css/dimsum.css CHANGED
@@ -2883,7 +2883,6 @@ fieldset.em-ds-form-item-content {
2883
2883
  text-overflow: ellipsis; }
2884
2884
 
2885
2885
  .em-ds-form-item--fit-content {
2886
- width: -webkit-fit-content;
2887
2886
  width: -moz-fit-content;
2888
2887
  width: fit-content; }
2889
2888
 
@@ -4023,7 +4022,6 @@ fieldset.em-ds-form-item-content {
4023
4022
  padding-left: 1.84615rem; }
4024
4023
 
4025
4024
  .em-ds-form-element-radio {
4026
- width: -webkit-fit-content;
4027
4025
  width: -moz-fit-content;
4028
4026
  width: fit-content;
4029
4027
  padding-bottom: 1.23077rem; }
@@ -4526,7 +4524,6 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
4526
4524
  top: -0.07692rem;
4527
4525
  left: -0.67692rem;
4528
4526
  width: 100%;
4529
- height: -webkit-fit-content;
4530
4527
  height: -moz-fit-content;
4531
4528
  height: fit-content;
4532
4529
  font-size: 1.8461rem;
@@ -6361,7 +6358,6 @@ div.em-ds-button {
6361
6358
  .em-ds-labelValueGroup__wrapper {
6362
6359
  display: flex;
6363
6360
  flex-direction: column;
6364
- width: -webkit-fit-content;
6365
6361
  width: -moz-fit-content;
6366
6362
  width: fit-content;
6367
6363
  max-width: 100%; }
@@ -7289,7 +7285,6 @@ div.em-ds-button {
7289
7285
  display: flex;
7290
7286
  flex-direction: column;
7291
7287
  justify-content: center;
7292
- width: -webkit-fit-content;
7293
7288
  width: -moz-fit-content;
7294
7289
  width: fit-content;
7295
7290
  margin: 0; }
@@ -7463,7 +7458,6 @@ div.em-ds-button {
7463
7458
 
7464
7459
  .em-ds-shuttle-list-item {
7465
7460
  display: grid;
7466
- grid-template-columns: auto -webkit-min-content;
7467
7461
  grid-template-columns: auto min-content;
7468
7462
  align-items: center;
7469
7463
  overflow: hidden;
@@ -7479,7 +7473,6 @@ div.em-ds-button {
7479
7473
  .em-ds-shuttle-list-item__content {
7480
7474
  display: grid;
7481
7475
  align-items: center;
7482
- grid-template-columns: -webkit-min-content minmax(0px, -webkit-min-content) auto;
7483
7476
  grid-template-columns: min-content minmax(0px, min-content) auto;
7484
7477
  height: 2.76923rem;
7485
7478
  padding-left: 0.61538rem;
@@ -9847,7 +9840,6 @@ body > .em-ds-tree-item {
9847
9840
  flex-direction: column;
9848
9841
  border: none;
9849
9842
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24);
9850
- width: -webkit-fit-content;
9851
9843
  width: -moz-fit-content;
9852
9844
  width: fit-content; }
9853
9845
  .em-ds-single-date__wrapper > * > .DayPicker {
@@ -9856,7 +9848,6 @@ body > .em-ds-tree-item {
9856
9848
  .em-ds-date-range-picker__header {
9857
9849
  display: flex;
9858
9850
  justify-content: center;
9859
- width: -webkit-fit-content;
9860
9851
  width: -moz-fit-content;
9861
9852
  width: fit-content;
9862
9853
  flex-grow: 1;
@@ -11154,7 +11145,6 @@ body > .em-ds-tree-item {
11154
11145
  float: left;
11155
11146
  height: 24px;
11156
11147
  padding: 3px 5px;
11157
- width: -webkit-fit-content;
11158
11148
  width: -moz-fit-content;
11159
11149
  width: fit-content; }
11160
11150
  .ql-snow.ql-toolbar button:hover,
@@ -11757,7 +11747,6 @@ body > .em-ds-tree-item {
11757
11747
  .insert-field-modal .wrapper .col-1 .title {
11758
11748
  font-size: 1.2307rem;
11759
11749
  font-weight: 600;
11760
- position: -webkit-sticky;
11761
11750
  position: sticky;
11762
11751
  padding: 0 1.23077rem 1.23077rem;
11763
11752
  top: 0;
@@ -11800,7 +11789,6 @@ body > .em-ds-tree-item {
11800
11789
  .em-ds-modal-image-library .wrapper .col-1 .title {
11801
11790
  font-size: 1.2307rem;
11802
11791
  font-weight: 600;
11803
- position: -webkit-sticky;
11804
11792
  position: sticky;
11805
11793
  padding: 0 1.23077rem 1.23077rem;
11806
11794
  top: 0;