@linzjs/step-ag-grid 9.0.0 → 10.0.1

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.
package/dist/index.css CHANGED
@@ -384,6 +384,10 @@
384
384
  width: 100%;
385
385
  }
386
386
 
387
+ .Grid-container.ag-theme-alpine ag-cell-label-container {
388
+ padding: 0;
389
+ }
390
+
387
391
  .GridPopoverEditDropDown-containerSmall .GridFormDropDown-options {
388
392
  max-height: 120px;
389
393
  overflow-y: auto;
@@ -23,4 +23,4 @@ export declare const GridCell: <RowType extends GridBaseRow, Props extends CellE
23
23
  export interface CellEditorCommon {
24
24
  className?: string | undefined;
25
25
  }
26
- export declare const GenericCellEditorComponentWrapper: (editor?: ((props: any) => JSX.Element) | undefined) => import("react").ForwardRefExoticComponent<ICellEditorParams & import("react").RefAttributes<unknown>>;
26
+ export declare const GenericCellEditorComponentWrapper: (editor?: ((props: any) => JSX.Element) | undefined) => import("react").ForwardRefExoticComponent<ICellEditorParams<any, any> & import("react").RefAttributes<unknown>>;