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

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.
@@ -1,2 +1,2 @@
1
1
  /** list of generic props defined on JSX that need to be redefined for each framework */
2
- export type PropsToOverride = 'ref' | 'onClick' | 'onChange' | 'onKeyPress';
2
+ export type PropsToOverride = 'ref' | 'onClick' | 'onChange' | 'onKeyPress' | 'handleClick';
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.34",
9
+ "@lumx/icons": "^4.3.2-alpha.35",
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.34",
69
+ "version": "4.3.2-alpha.35",
70
70
  "devDependencies": {
71
71
  "@rollup/plugin-typescript": "^12.3.0",
72
72
  "@testing-library/dom": "^10.4.1",