@linzjs/step-ag-grid 10.0.2 → 11.0.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.
package/dist/index.css CHANGED
@@ -384,10 +384,6 @@
384
384
  width: 100%;
385
385
  }
386
386
 
387
- .Grid-container.ag-theme-alpine ag-cell-label-container {
388
- padding: 0;
389
- }
390
-
391
387
  .GridPopoverEditDropDown-containerSmall .GridFormDropDown-options {
392
388
  max-height: 120px;
393
389
  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<any, any> & import("react").RefAttributes<unknown>>;
26
+ export declare const GenericCellEditorComponentWrapper: (editor?: ((props: any) => JSX.Element) | undefined) => import("react").ForwardRefExoticComponent<ICellEditorParams & import("react").RefAttributes<unknown>>;