@elliemae/ds-basic 1.57.0-rc.3 → 1.57.0-rc.7

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.
@@ -31,12 +31,4 @@ Object.keys(DSComboBox).forEach(function (k) {
31
31
  }
32
32
  });
33
33
  });
34
- Object.keys(Combobox).forEach(function (k) {
35
- if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
36
- enumerable: true,
37
- get: function () {
38
- return Combobox[k];
39
- }
40
- });
41
- });
42
34
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/css/dimsum.css CHANGED
@@ -3851,8 +3851,7 @@ fieldset.em-ds-form-item-content {
3851
3851
  background: #FFFFFF;
3852
3852
  transition: border 200ms cubic-bezier(0.64, 0, 0.35, 1);
3853
3853
  border-radius: 2px;
3854
- box-shadow: inset 0 0 0 1px #CBCFD7;
3855
- border-radius: 2px;
3854
+ box-shadow: inset 0 0 0 1px #8C93A6;
3856
3855
  padding: 1px; }
3857
3856
  .em-ds-form-element-textarea:focus-within {
3858
3857
  padding: 0; }