@elliemae/ds-basic 3.14.0-next.4 → 3.14.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.
@@ -150,6 +150,7 @@ $input-height: space(m) * 1.17; // TODO: define global input sizes
150
150
  .#{$el-addon} .#{$el-clearable-button} {
151
151
  opacity: 1;
152
152
  @include dsHover();
153
+ color: color(brand-primary, 600);
153
154
  background-color: transparent;
154
155
  .em-ds-icon {
155
156
  fill: color(brand-primary, 600);
@@ -276,4 +277,4 @@ $input-height: space(m) * 1.17; // TODO: define global input sizes
276
277
  font-weight: 400;
277
278
  -webkit-appearance: none;
278
279
  }
279
- }
280
+ }
@@ -203,7 +203,7 @@ _:-ms-fullscreen,
203
203
  position: relative;
204
204
  &:hover {
205
205
  &:after {
206
- content: "";
206
+ content: '';
207
207
  z-index: 10;
208
208
  position: absolute;
209
209
  bottom: -1px;
@@ -227,7 +227,7 @@ _:-ms-fullscreen,
227
227
 
228
228
  .virtualized-body .row-drag-helper {
229
229
  position: absolute !important;
230
-
230
+
231
231
  .#{$data-grid-body-row} {
232
232
  @include add-row-depth();
233
233
  $row-min-height: 36px;
@@ -284,7 +284,7 @@ _:-ms-fullscreen,
284
284
  }
285
285
 
286
286
  &:hover:not(.expanded-row),
287
- &[aria-expanded="true"] {
287
+ &[aria-expanded='true'] {
288
288
  @include add-row-depth();
289
289
  }
290
290
  }
@@ -588,7 +588,7 @@ $editable-container: #{$data-grid}-edit;
588
588
  &:hover,
589
589
  &:focus {
590
590
  .#{$icon-el} {
591
- display: block;
591
+ display: flex;
592
592
  visibility: visible;
593
593
  }
594
594
  .edit-separator {
@@ -769,7 +769,7 @@ $select-controller: #{$prefix}-selectbox;
769
769
  .show-more:after {
770
770
  cursor: pointer;
771
771
  padding-right: 0.5em;
772
- content: "\25B8";
772
+ content: '\25B8';
773
773
  font-size: large;
774
774
  }
775
775
 
@@ -777,7 +777,7 @@ $select-controller: #{$prefix}-selectbox;
777
777
  .show-less:after {
778
778
  cursor: pointer;
779
779
  padding-right: 0.5em;
780
- content: "\25BE";
780
+ content: '\25BE';
781
781
  font-size: large;
782
782
  }
783
783
  }
@@ -880,8 +880,8 @@ $data-grid-expanded-row-details-wrapper: #{$prefix}-data-grid-expanded-row-detai
880
880
 
881
881
  .#{$data-grid-body-row} {
882
882
  min-height: $data-grid-cell-height;
883
- transition: height duration(slow) easing(base),
884
- top duration(slow) easing(base), box-shadow duration(fast) easing(base);
883
+ transition: height duration(slow) easing(base), top duration(slow) easing(base),
884
+ box-shadow duration(fast) easing(base);
885
885
  }
886
886
 
887
887
  .#{$data-grid-body-row}.expanded-detail-row {
@@ -929,9 +929,7 @@ $data-grid-expanded-row-details-wrapper: #{$prefix}-data-grid-expanded-row-detai
929
929
  }
930
930
 
931
931
  _:-ms-fullscreen,
932
- :root
933
- .#{$data-grid-body}.expandable
934
- .#{$data-grid-expanded-row-details-wrapper}--ie-flex-basis-auto {
932
+ :root .#{$data-grid-body}.expandable .#{$data-grid-expanded-row-details-wrapper}--ie-flex-basis-auto {
935
933
  flex-basis: auto;
936
934
  }
937
935
 
@@ -973,10 +971,10 @@ $icon-column-cell: #{$prefix}-icon-column-cell;
973
971
  }
974
972
 
975
973
  $intent-colors: (
976
- "success": color("success", 900),
977
- "danger": color("danger", 900),
978
- "warning": color("warning", 900),
979
- "info": color("brand-primary", 600),
974
+ 'success': color('success', 900),
975
+ 'danger': color('danger', 900),
976
+ 'warning': color('warning', 900),
977
+ 'info': color('brand-primary', 600),
980
978
  );
981
979
 
982
980
  .icon-column-cell {
@@ -991,4 +989,4 @@ $intent-colors: (
991
989
  }
992
990
  }
993
991
 
994
- @import "./plugins/grouping-grid/GroupingPlugin.scss";
992
+ @import './plugins/grouping-grid/GroupingPlugin.scss';
@@ -109,7 +109,6 @@ fieldset.#{$el-container}-content {
109
109
  text-align: right;
110
110
  display: block;
111
111
  font-style: italic;
112
- font-weight: 100;
113
112
  line-height: 15px;
114
113
  }
115
114
 
@@ -180,6 +180,7 @@ body > .#{$tree-item} {
180
180
  margin-right: space(xxs);
181
181
  width: 16px;
182
182
  height: 16px;
183
+ color: color(brand-primary, 800);
183
184
  }
184
185
 
185
186
  .tree-item-radio {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-basic",
3
- "version": "3.14.0-next.4",
3
+ "version": "3.14.0-next.6",
4
4
  "license": "MIT",
5
5
  "description": "EllieMae UI Design System Library",
6
6
  "files": [