@sankhyalabs/ez-design 4.6.1 → 4.8.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.
@@ -134,7 +134,8 @@
134
134
  --space--3xl: 48px;
135
135
  --visible: 1;
136
136
  --more-visible: 2;
137
- --most-visible: 3;
137
+ --more-visible--2x: 3;
138
+ --most-visible: 4;
138
139
  --hover--inverted: #333333;
139
140
  --icon--color: #626e82;
140
141
  --icon--extra-small: 14px;
@@ -8833,13 +8834,16 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
8833
8834
  padding: 0 var(--space--medium) var(--space--medium) var(--space--medium);
8834
8835
  border: none; }
8835
8836
  .ez-grid .ag-popup-child:not(.ag-tooltip-custom) {
8836
- padding: var(--space--medium);
8837
- box-shadow: 5px 5px 10px rgba(0, 38, 111, 0.12);
8838
- border-radius: var(--border--radius-medium); }
8837
+ background: var(--background--xlight);
8838
+ padding: var(--space--small);
8839
+ box-shadow: var(--shadow--medium);
8840
+ border-radius: var(--border--radius-medium);
8841
+ border: none; }
8839
8842
  .ez-grid .ag-menu-option-part.ag-menu-option-text {
8843
+ cursor: pointer;
8840
8844
  font-family: var(--font-pattern);
8841
- font-size: var(--text--small);
8842
- color: var(--text--primary); }
8845
+ font-size: var(--text--medium);
8846
+ color: var(--title--primary); }
8843
8847
  .ez-grid .ag-input-field-input.ag-text-field-input {
8844
8848
  font-family: var(--font-pattern);
8845
8849
  font-size: var(--text--small);
@@ -8885,6 +8889,8 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
8885
8889
  .ez-grid .ag-mini-filter {
8886
8890
  margin: var(--space--small) 0; }
8887
8891
  .ez-grid .ag-menu-option-part.ag-menu-option-icon {
8892
+ font-size: var(--text--large);
8893
+ padding-right: 3px;
8888
8894
  padding-left: 0; }
8889
8895
  .ez-grid .ag-input-field-input.ag-text-field-input {
8890
8896
  height: 32px;