@lumx/core 4.3.2-alpha.35 → 4.3.2-alpha.36

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.
@@ -28,7 +28,7 @@ export interface TableCellProps extends HasClassName {
28
28
  /** Variant. */
29
29
  variant?: TableCellVariant;
30
30
  /** On header cell click callback. */
31
- onHeaderClick?(): void;
31
+ handleClick?(): void;
32
32
  /** Children */
33
33
  children?: JSXElement;
34
34
  /** reference to the root element */
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "url": "https://github.com/lumapps/design-system/issues"
7
7
  },
8
8
  "dependencies": {
9
- "@lumx/icons": "^4.3.2-alpha.35",
9
+ "@lumx/icons": "^4.3.2-alpha.36",
10
10
  "classnames": "^2.3.2",
11
11
  "focus-visible": "^5.0.2",
12
12
  "lodash": "4.17.23",
@@ -66,7 +66,7 @@
66
66
  "update-version-changelog": "yarn version-changelog ../../CHANGELOG.md"
67
67
  },
68
68
  "sideEffects": false,
69
- "version": "4.3.2-alpha.35",
69
+ "version": "4.3.2-alpha.36",
70
70
  "devDependencies": {
71
71
  "@rollup/plugin-typescript": "^12.3.0",
72
72
  "@testing-library/dom": "^10.4.1",