@lumx/core 4.0.1-alpha.8 → 4.1.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.
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Returns a union type of the given generic values.
3
+ *
4
+ */
5
+ export type ObjectValues<T> = T[keyof T];
@@ -15,3 +15,4 @@ export type { ValueOf } from './ValueOf';
15
15
  export type { LumxClassName } from './LumxClassName';
16
16
  export type { Direction } from './Direction';
17
17
  export type { Spacing } from './Spacing';
18
+ export type { ObjectValues } from './ObjectValues';
package/package.json CHANGED
@@ -6,10 +6,10 @@
6
6
  "url": "https://github.com/lumapps/design-system/issues"
7
7
  },
8
8
  "dependencies": {
9
- "@lumx/icons": "^4.0.1-alpha.8",
9
+ "@lumx/icons": "^4.1.0",
10
10
  "classnames": "^2.3.2",
11
11
  "focus-visible": "^5.0.2",
12
- "lodash": "4.17.21",
12
+ "lodash": "4.17.23",
13
13
  "sass-mq": "^6.0.0"
14
14
  },
15
15
  "description": "LumX core",
@@ -36,7 +36,7 @@
36
36
  "update-version-changelog": "yarn version-changelog ../../CHANGELOG.md"
37
37
  },
38
38
  "sideEffects": false,
39
- "version": "4.0.1-alpha.8",
39
+ "version": "4.1.0",
40
40
  "devDependencies": {
41
41
  "@rollup/plugin-typescript": "^12.3.0",
42
42
  "@testing-library/dom": "^10.4.1",