@sankhyalabs/ez-design 5.5.0 → 5.6.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.
@@ -9089,13 +9089,12 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
9089
9089
  display: flex; }
9090
9090
 
9091
9091
  .grid_editor {
9092
- --ez-text-input--height--slim: 100%;
9092
+ --ez-text-input--height--slim: 25px;
9093
9093
  --ez-text-input--border-radius: 0px;
9094
9094
  --ez-text-input__input--background-color: var(--background--xlight);
9095
9095
  --ez-text-input__input--border-color: var(--background--xlight);
9096
+ --ez-text-input__input--focus--icon-color: var(--text--primary);
9096
9097
  --ez-text-input__input--focus--border-color: var(--background--xlight);
9097
9098
  --ez-text-input--color: var(--text--primary);
9099
+ --ez-text-input__icon--width: 32px;
9098
9100
  height: 100%; }
9099
-
9100
- ez-combo-box.grid_editor, ez-date-input.grid_editor {
9101
- --ez-text-input__icon--width: 32px; }