@sankhyalabs/ez-design 5.10.0-dev.12 → 5.10.0-dev.14

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.
@@ -2022,6 +2022,9 @@ body {
2022
2022
  --ez-date-input__input--border-color: var(--color--strokes, #DCE0E8);
2023
2023
  --ez-date-input__input--background-color: var(--background--xlight, #FFFFFF); }
2024
2024
 
2025
+ .ez-input__no-margin {
2026
+ --ez-text-input__margin-bottom: 0; }
2027
+
2025
2028
  .ez-lane {
2026
2029
  display: flex;
2027
2030
  flex-wrap: wrap;
@@ -9318,6 +9321,9 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
9318
9321
  --ez-text-input__icon--width: 32px;
9319
9322
  height: 100%; }
9320
9323
 
9324
+ .no-padding .ag-root-wrapper {
9325
+ padding: 0; }
9326
+
9321
9327
  .grid_height-0 {
9322
9328
  --snk-grid-min-height: 0;
9323
9329
  --ez-grid--min-height: 0; }