@lumx/react 4.3.2-alpha.16 → 4.3.2-alpha.18

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.
Files changed (4) hide show
  1. package/index.d.ts +19 -4
  2. package/index.js +155 -127
  3. package/index.js.map +1 -1
  4. package/package.json +3 -13
package/package.json CHANGED
@@ -6,8 +6,8 @@
6
6
  "url": "https://github.com/lumapps/design-system/issues"
7
7
  },
8
8
  "dependencies": {
9
- "@lumx/core": "^4.3.2-alpha.16",
10
- "@lumx/icons": "^4.3.2-alpha.16",
9
+ "@lumx/core": "^4.3.2-alpha.18",
10
+ "@lumx/icons": "^4.3.2-alpha.18",
11
11
  "@popperjs/core": "^2.5.4",
12
12
  "body-scroll-lock": "^3.1.5",
13
13
  "react-popper": "^2.2.4"
@@ -76,16 +76,6 @@
76
76
  "main": "index.js",
77
77
  "types": "index.d.ts",
78
78
  "name": "@lumx/react",
79
- "exports": {
80
- ".": {
81
- "default": "./index.js",
82
- "types": "./index.d.ts"
83
- },
84
- "./utils": {
85
- "default": "./utils/index.js",
86
- "types": "./utils/index.d.ts"
87
- }
88
- },
89
79
  "publishConfig": {
90
80
  "directory": "dist"
91
81
  },
@@ -102,6 +92,6 @@
102
92
  "build:storybook": "storybook build"
103
93
  },
104
94
  "sideEffects": false,
105
- "version": "4.3.2-alpha.16",
95
+ "version": "4.3.2-alpha.18",
106
96
  "stableVersion": "4.3.1"
107
97
  }