@skyux/ag-grid 10.16.0 → 10.18.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.
@@ -12936,13 +12936,6 @@ sky-ag-grid-wrapper + sky-infinite-scroll .sky-infinite-scroll {
12936
12936
  .ag-theme-sky-data-grid-modern-light-compact .ag-cell:not(.ag-cell-wrap-text) .ag-cell-wrapper {
12937
12937
  align-items: flex-start;
12938
12938
  }
12939
- .ag-theme-sky-data-grid-modern-light .ag-cell.ag-cell-wrap-text span.ag-cell-value,
12940
- .ag-theme-sky-data-grid-modern-light-compact .ag-cell.ag-cell-wrap-text span.ag-cell-value {
12941
- line-height: 1.5;
12942
- padding-top: 16px;
12943
- padding-bottom: 16px;
12944
- min-height: calc(var(--ag-row-height) - 2px);
12945
- }
12946
12939
  .ag-theme-sky-data-grid-modern-light .ag-root-wrapper,
12947
12940
  .ag-theme-sky-data-grid-modern-light-compact .ag-root-wrapper {
12948
12941
  border: none;
@@ -13003,13 +12996,6 @@ sky-ag-grid-wrapper + sky-infinite-scroll .sky-infinite-scroll {
13003
12996
  .ag-theme-sky-data-entry-grid-modern-light-compact .ag-cell:not(.ag-cell-wrap-text) .ag-cell-wrapper {
13004
12997
  align-items: flex-start;
13005
12998
  }
13006
- .ag-theme-sky-data-entry-grid-modern-light .ag-cell.ag-cell-wrap-text span.ag-cell-value,
13007
- .ag-theme-sky-data-entry-grid-modern-light-compact .ag-cell.ag-cell-wrap-text span.ag-cell-value {
13008
- line-height: 1.5;
13009
- padding-top: 16px;
13010
- padding-bottom: 16px;
13011
- min-height: calc(var(--ag-row-height) - 2px);
13012
- }
13013
12999
  .ag-theme-sky-data-entry-grid-modern-light .ag-cell:hover,
13014
13000
  .ag-theme-sky-data-entry-grid-modern-light-compact .ag-cell:hover {
13015
13001
  border: 1px solid #1870B8;
@@ -13041,6 +13027,22 @@ sky-ag-grid-wrapper + sky-infinite-scroll .sky-infinite-scroll {
13041
13027
  margin-left: 9px;
13042
13028
  }
13043
13029
 
13030
+ .ag-theme-sky-data-grid-modern-light .ag-cell.ag-cell-wrap-text span.ag-cell-value,
13031
+ .ag-theme-sky-data-entry-grid-modern-light .ag-cell.ag-cell-wrap-text span.ag-cell-value {
13032
+ line-height: 1.5;
13033
+ padding-top: 16px;
13034
+ padding-bottom: 16px;
13035
+ min-height: calc(var(--ag-row-height) - 2px);
13036
+ }
13037
+
13038
+ .ag-theme-sky-data-grid-modern-light-compact .ag-cell.ag-cell-wrap-text span.ag-cell-value,
13039
+ .ag-theme-sky-data-entry-grid-modern-light-compact .ag-cell.ag-cell-wrap-text span.ag-cell-value {
13040
+ line-height: 1.5;
13041
+ padding-top: 2px;
13042
+ padding-bottom: 2px;
13043
+ min-height: calc(var(--ag-row-height) - 2px);
13044
+ }
13045
+
13044
13046
  .ag-theme-sky-data-grid-modern-dark,
13045
13047
  .ag-theme-sky-data-grid-modern-dark-compact {
13046
13048
  border-top: 2px solid transparent;
@@ -13053,13 +13055,6 @@ sky-ag-grid-wrapper + sky-infinite-scroll .sky-infinite-scroll {
13053
13055
  .ag-theme-sky-data-grid-modern-dark-compact .ag-cell:not(.ag-cell-wrap-text) .ag-cell-wrapper {
13054
13056
  align-items: flex-start;
13055
13057
  }
13056
- .ag-theme-sky-data-grid-modern-dark .ag-cell.ag-cell-wrap-text span.ag-cell-value,
13057
- .ag-theme-sky-data-grid-modern-dark-compact .ag-cell.ag-cell-wrap-text span.ag-cell-value {
13058
- line-height: 1.5;
13059
- padding-top: 16px;
13060
- padding-bottom: 16px;
13061
- min-height: calc(var(--ag-row-height) - 2px);
13062
- }
13063
13058
  .ag-theme-sky-data-grid-modern-dark .ag-root-wrapper,
13064
13059
  .ag-theme-sky-data-grid-modern-dark-compact .ag-root-wrapper {
13065
13060
  border: none;
@@ -13163,4 +13158,20 @@ sky-ag-grid-wrapper + sky-infinite-scroll .sky-infinite-scroll {
13163
13158
  .ag-theme-sky-data-entry-grid-modern-dark-compact .ag-row .ag-cell.ag-cell-focus .ag-select .ag-picker-field-display {
13164
13159
  margin-top: 6px;
13165
13160
  margin-left: 9px;
13161
+ }
13162
+
13163
+ .ag-theme-sky-data-grid-modern-dark .ag-cell.ag-cell-wrap-text span.ag-cell-value,
13164
+ .ag-theme-sky-data-entry-grid-modern-dark .ag-cell.ag-cell-wrap-text span.ag-cell-value {
13165
+ line-height: 1.5;
13166
+ padding-top: 16px;
13167
+ padding-bottom: 16px;
13168
+ min-height: calc(var(--ag-row-height) - 2px);
13169
+ }
13170
+
13171
+ .ag-theme-sky-data-grid-modern-dark-compact .ag-cell.ag-cell-wrap-text span.ag-cell-value,
13172
+ .ag-theme-sky-data-entry-grid-modern-dark-compact .ag-cell.ag-cell-wrap-text span.ag-cell-value {
13173
+ line-height: 1.5;
13174
+ padding-top: 2px;
13175
+ padding-bottom: 2px;
13176
+ min-height: calc(var(--ag-row-height) - 2px);
13166
13177
  }