@sankhyalabs/ez-design 5.10.0-dev.3 → 5.10.0-dev.4

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.
@@ -8831,7 +8831,7 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
8831
8831
  font-family: var(--font-pattern);
8832
8832
  font-size: var(--text--medium);
8833
8833
  color: var(--text--primary); }
8834
- .ez-grid__cell-body.ag-cell-value:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):not(.ag-cell-focus), .ez-grid__cell-body.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):not(.ag-cell-focus), .ez-grid__cell-body.ag-cell-last-right-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):not(.ag-cell-focus) {
8834
+ .ez-grid__cell-body.ag-cell-value:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):not(.ag-cell-focus) :not(.invalidValue), .ez-grid__cell-body.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):not(.ag-cell-focus) :not(.invalidValue), .ez-grid__cell-body.ag-cell-last-right-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):not(.ag-cell-focus) :not(.invalidValue) {
8835
8835
  border-right-color: var(--color--strokes); }
8836
8836
  .ez-grid__cell-body.ag-cell[col-id="statusColumn"] {
8837
8837
  display: flex;
@@ -8901,7 +8901,7 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
8901
8901
  border: 1px solid transparent;
8902
8902
  border-radius: 50%;
8903
8903
  margin: 0 auto; }
8904
- .ez-grid .ag-ltr .ez-grid__cell-body.ag-cell-value:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):not(.ag-cell-focus), .ez-grid .ag-ltr .ez-grid__cell-body.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):not(.ag-cell-focus), .ez-grid .ag-ltr .ez-grid__cell-body.ag-cell-last-right-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):not(.ag-cell-focus) {
8904
+ .ez-grid .ag-ltr .ez-grid__cell-body.ag-cell-value:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):not(.ag-cell-focus) :not(.invalidValue), .ez-grid .ag-ltr .ez-grid__cell-body.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):not(.ag-cell-focus) :not(.invalidValue), .ez-grid .ag-ltr .ez-grid__cell-body.ag-cell-last-right-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell):not(.ag-cell-focus) :not(.invalidValue) {
8905
8905
  border-right-color: var(--color--strokes); }
8906
8906
  .ez-grid .ag-ltr .ez-grid__cell-body.ag-cell[col-id="statusColumn"] {
8907
8907
  display: flex;
@@ -8968,7 +8968,7 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
8968
8968
  .ez-grid .ag-pinned-left-header .ez-grid__header-cell,
8969
8969
  .ez-grid .ag-pinned-right-header .ez-grid__header-cell {
8970
8970
  padding-right: var(--space--medium); }
8971
- .ez-grid .ag-horizontal-left-spacer:not(.ag-scroller-corner) {
8971
+ .ez-grid .ag-horizontal-left-spacer:not(.ag-scroller-corner) :not(.invalidValue) {
8972
8972
  border-right-color: var(--color--strokes); }
8973
8973
  .ez-grid .ag-horizontal-right-spacer:not(.ag-scroller-corner) {
8974
8974
  border-left-color: var(--color--strokes); }
@@ -9237,6 +9237,8 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
9237
9237
  --ez-check--hover--background-color: transparent; }
9238
9238
  .ez-grid .ag-header-row-column {
9239
9239
  display: flex; }
9240
+ .ez-grid .invalidValue {
9241
+ border: 2px var(--color-alert--error-800) solid; }
9240
9242
 
9241
9243
  .grid_editor {
9242
9244
  --ez-text-input--height--slim: 25px;