@elliemae/ds-basic 3.41.2-rc.1 → 3.42.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 +4 -4
- package/dist/css/dimsum.min.css.map +1 -1
- package/dist/styles/components/packages/ds-basic/styles/components/index.scss +888 -889
- package/dist/styles/components/packages/ds-wysiwygeditor/DSWYSIWYGEditor.scss +2 -0
- package/dist/styles/components/packages/ds-wysiwygeditor/components/DSWYSIWYGEditorImpl.scss +1307 -0
- package/dist/styles/components/packages/ds-wysiwygeditor/components/InsertFieldModal.scss +62 -0
- package/package.json +2 -2
package/dist/css/dimsum.css
CHANGED
|
@@ -6827,7 +6827,7 @@ div.em-ds-button {
|
|
|
6827
6827
|
z-index: 2; }
|
|
6828
6828
|
|
|
6829
6829
|
.DayPickerKeyboardShortcuts_show::before {
|
|
6830
|
-
content:
|
|
6830
|
+
content: '';
|
|
6831
6831
|
display: block;
|
|
6832
6832
|
position: absolute; }
|
|
6833
6833
|
|
|
@@ -7153,7 +7153,7 @@ div.em-ds-button {
|
|
|
7153
7153
|
.DayPickerNavigation_button__horizontalDefault {
|
|
7154
7154
|
position: absolute;
|
|
7155
7155
|
top: 18px;
|
|
7156
|
-
line-height: .78;
|
|
7156
|
+
line-height: 0.78;
|
|
7157
7157
|
border-radius: 3px;
|
|
7158
7158
|
padding: 6px 9px; }
|
|
7159
7159
|
|
|
@@ -7276,7 +7276,7 @@ div.em-ds-button {
|
|
|
7276
7276
|
border-radius: 3px; }
|
|
7277
7277
|
|
|
7278
7278
|
.DayPicker_transitionContainer__horizontal {
|
|
7279
|
-
transition: height .2s ease-in-out; }
|
|
7279
|
+
transition: height 0.2s ease-in-out; }
|
|
7280
7280
|
|
|
7281
7281
|
.DayPicker_transitionContainer__vertical {
|
|
7282
7282
|
width: 100%; }
|
|
@@ -7328,7 +7328,7 @@ div.em-ds-button {
|
|
|
7328
7328
|
.DateInput_input__small {
|
|
7329
7329
|
font-size: 15px;
|
|
7330
7330
|
line-height: 18px;
|
|
7331
|
-
letter-spacing: .2px;
|
|
7331
|
+
letter-spacing: 0.2px;
|
|
7332
7332
|
padding: 7px 7px 5px; }
|
|
7333
7333
|
|
|
7334
7334
|
.DateInput_input__regular {
|