@sankhyalabs/ez-design 5.2.0 → 5.3.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.
@@ -9070,3 +9070,12 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
9070
9070
  --ez-check--hover--background-color: transparent; }
9071
9071
  .ez-grid .ag-header-row-column {
9072
9072
  display: flex; }
9073
+
9074
+ .grid_editor {
9075
+ --ez-text-input--height--slim: 100%;
9076
+ --ez-text-input--border-radius: 0px;
9077
+ --ez-text-input__input--background-color: var(--background--xlight);
9078
+ --ez-text-input__input--border-color: var(--background--xlight);
9079
+ --ez-text-input__input--focus--border-color: var(--background--xlight);
9080
+ --ez-text-input--color: var(--text--primary);
9081
+ height: 100%; }