oziko-ui-kit 0.0.92 → 0.0.94

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.
@@ -11,6 +11,10 @@ export type TypeTable = {
11
11
  noResizeableColumns?: string[];
12
12
  onCellEnter?: (columnKey: string, rowIndex: number, event: KeyboardEvent) => void;
13
13
  onCellEscape?: (columnKey: string, rowIndex: number, event: KeyboardEvent) => void;
14
+ tableClassName?: string;
15
+ columnClassName?: string;
16
+ headerClassName?: string;
17
+ cellClassName?: string;
14
18
  };
15
19
  declare const _default: React.NamedExoticComponent<TypeTable>;
16
20
  export default _default;
package/dist/index.css CHANGED
@@ -2700,7 +2700,6 @@ input:checked + .Switch-module_slider__sHGGR::before {
2700
2700
  position: sticky !important;
2701
2701
  left: 0;
2702
2702
  z-index: 1;
2703
- background-color: white;
2704
2703
  }
2705
2704
 
2706
2705
  .Table-module_scrollableColumns__PzDZ9 {