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

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.
@@ -1415,6 +1415,8 @@ body {
1415
1415
  .ez-box__container--size-auto {
1416
1416
  width: auto;
1417
1417
  height: auto; }
1418
+ .ez-box__container--nowrap {
1419
+ flex-wrap: nowrap; }
1418
1420
  .ez-box__footer {
1419
1421
  display: flex;
1420
1422
  flex-wrap: wrap;
@@ -1944,6 +1946,8 @@ body {
1944
1946
  .ez-icon--logo {
1945
1947
  width: 49px;
1946
1948
  height: 53px; } }
1949
+ .ez-icon-cursor--pointer {
1950
+ cursor: pointer; }
1947
1951
 
1948
1952
  .ez-identifier {
1949
1953
  display: flex;
@@ -7726,13 +7730,13 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
7726
7730
  border-top: solid 1px;
7727
7731
  border-top-color: #bfbfbf;
7728
7732
  border-top-color: var(--ag-border-color, #bfbfbf); }
7729
- .ez-grid .ag-ltr .ag-cell {
7733
+ .ez-grid .ag-ltr .ag-cell :not(.invalidValue) {
7730
7734
  border-right: solid transparent; }
7731
- .ez-grid .ag-rtl .ag-cell {
7735
+ .ez-grid .ag-rtl .ag-cell :not(.invalidValue) {
7732
7736
  border-left: solid transparent; }
7733
- .ez-grid .ag-ltr .ag-cell {
7737
+ .ez-grid .ag-ltr .ag-cell :not(.invalidValue) {
7734
7738
  border-right-width: 1px; }
7735
- .ez-grid .ag-rtl .ag-cell {
7739
+ .ez-grid .ag-rtl .ag-cell :not(.invalidValue) {
7736
7740
  border-left-width: 1px; }
7737
7741
  .ez-grid .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell) {
7738
7742
  border-left: solid 1px;