@ostack.tech/ui 0.12.1 → 0.12.3

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.
@@ -14,6 +14,7 @@ export interface TableState {
14
14
  scrollPosition?: ScrollPosition;
15
15
  leafColumns?: TableColumnObject[];
16
16
  defaultColumnWidth: number;
17
+ numberOfColumns: () => number | undefined;
17
18
  stickyColumnOffsets: () => (number | undefined)[] | undefined;
18
19
  }
19
20
  /** Table store. */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ostack.tech/ui",
3
3
  "description": "ostack/UI component library.",
4
- "version": "0.12.1",
4
+ "version": "0.12.3",
5
5
  "homepage": "https://ui.ostack.tech/",
6
6
  "author": {
7
7
  "name": "Opensoft",
@@ -82,7 +82,7 @@
82
82
 
83
83
  // Selection column
84
84
  &__selection-column-cell .#{$prefix}checkbox__container {
85
- background-color: transparent;
85
+ background: none;
86
86
  }
87
87
 
88
88
  // Auto-layout of data table components (when they're direct children of the