@sankhyalabs/ez-design 5.4.1 → 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.
@@ -5683,7 +5683,7 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
5683
5683
  --grid-row-strong-bg: var(--background--strong);
5684
5684
  --grid-cel-border-small: var(--border--small);
5685
5685
  --grid-cel-border-medium: var(--border--medium);
5686
- --grid-cel-border-color-primary: var(--color--primary-600);
5686
+ --grid-cel-border-color-primary: var(--color--primary);
5687
5687
  --grid-cel-primary-bg: var(--color--primary-300);
5688
5688
  -webkit-font-smoothing: antialiased;
5689
5689
  color: #000;
@@ -7690,7 +7690,8 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
7690
7690
  .ez-grid .ag-range-handle {
7691
7691
  cursor: nwse-resize; }
7692
7692
  .ez-grid .ag-cell-inline-editing {
7693
- border-color: var(--ag-input-focus-border-color) !important; }
7693
+ border-color: var(--color--primary) !important;
7694
+ border-color: var(--ag-input-focus-border-color-editing, var(--color--primary)) !important; }
7694
7695
  .ez-grid .ag-menu {
7695
7696
  border: solid 1px;
7696
7697
  border-color: #bfbfbf;
@@ -8942,8 +8943,9 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
8942
8943
  .ez-grid .ag-cell.ag-cell-range-selected.ag-cell-range-selected-3.ag-cell-focus,
8943
8944
  .ez-grid .ag-cell.ag-cell-range-selected.ag-cell-range-selected-4.ag-cell-focus {
8944
8945
  border: var(--grid-cel-border-medium) var(--grid-cel-border-color-primary);
8945
- background-color: var(--grid-cel-primary-bg);
8946
- outline: none; }
8946
+ background-color: var(--background--xlight);
8947
+ outline: none;
8948
+ height: 29px; }
8947
8949
  .ez-grid .ag-cell.ag-cell-range-selected.ag-cell-range-selected-1.ag-cell-focus[col-id="statusColumn"], .ez-grid .ag-cell.ag-cell-range-selected.ag-cell-range-selected-1.ag-cell-focus[col-id="checkBoxColumn"],
8948
8950
  .ez-grid .ag-cell.ag-cell-range-selected.ag-cell-range-selected-2.ag-cell-focus[col-id="statusColumn"],
8949
8951
  .ez-grid .ag-cell.ag-cell-range-selected.ag-cell-range-selected-2.ag-cell-focus[col-id="checkBoxColumn"],
@@ -9087,13 +9089,12 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
9087
9089
  display: flex; }
9088
9090
 
9089
9091
  .grid_editor {
9090
- --ez-text-input--height--slim: 100%;
9092
+ --ez-text-input--height--slim: 25px;
9091
9093
  --ez-text-input--border-radius: 0px;
9092
9094
  --ez-text-input__input--background-color: var(--background--xlight);
9093
9095
  --ez-text-input__input--border-color: var(--background--xlight);
9096
+ --ez-text-input__input--focus--icon-color: var(--text--primary);
9094
9097
  --ez-text-input__input--focus--border-color: var(--background--xlight);
9095
9098
  --ez-text-input--color: var(--text--primary);
9099
+ --ez-text-input__icon--width: 32px;
9096
9100
  height: 100%; }
9097
-
9098
- ez-combo-box.grid_editor, ez-date-input.grid_editor {
9099
- --ez-text-input__icon--width: 32px; }