@sankhyalabs/ez-design 5.5.0 → 5.7.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.
@@ -840,6 +840,8 @@ body {
840
840
  white-space: nowrap;
841
841
  overflow: hidden;
842
842
  text-overflow: ellipsis; }
843
+ .ez-text--break-line {
844
+ white-space: pre-line; }
843
845
 
844
846
  .ez-title {
845
847
  display: flex;
@@ -9089,13 +9091,12 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
9089
9091
  display: flex; }
9090
9092
 
9091
9093
  .grid_editor {
9092
- --ez-text-input--height--slim: 100%;
9094
+ --ez-text-input--height--slim: 25px;
9093
9095
  --ez-text-input--border-radius: 0px;
9094
9096
  --ez-text-input__input--background-color: var(--background--xlight);
9095
9097
  --ez-text-input__input--border-color: var(--background--xlight);
9098
+ --ez-text-input__input--focus--icon-color: var(--text--primary);
9096
9099
  --ez-text-input__input--focus--border-color: var(--background--xlight);
9097
9100
  --ez-text-input--color: var(--text--primary);
9101
+ --ez-text-input__icon--width: 32px;
9098
9102
  height: 100%; }
9099
-
9100
- ez-combo-box.grid_editor, ez-date-input.grid_editor {
9101
- --ez-text-input__icon--width: 32px; }