@lumx/react 2.2.9-alpha-exported-hooks1 → 2.2.9-alpha-exported-hooks2
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.
- package/package.json +9 -7
package/package.json
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@juggle/resize-observer": "^3.2.0",
|
|
10
|
-
"@lumx/core": "^2.2.9-alpha-exported-
|
|
11
|
-
"@lumx/icons": "^2.2.9-alpha-exported-
|
|
10
|
+
"@lumx/core": "^2.2.9-alpha-exported-hooks2",
|
|
11
|
+
"@lumx/icons": "^2.2.9-alpha-exported-hooks2",
|
|
12
12
|
"@popperjs/core": "^2.5.4",
|
|
13
13
|
"body-scroll-lock": "^3.1.5",
|
|
14
14
|
"classnames": "^2.2.6",
|
|
@@ -98,10 +98,12 @@
|
|
|
98
98
|
"React"
|
|
99
99
|
],
|
|
100
100
|
"license": "MIT",
|
|
101
|
-
"
|
|
102
|
-
"main": "index.js",
|
|
103
|
-
"types": "index.d.ts",
|
|
101
|
+
"type": "module",
|
|
104
102
|
"name": "@lumx/react",
|
|
103
|
+
"exports": {
|
|
104
|
+
".": "./index.js",
|
|
105
|
+
"./hooks/*": "./hooks/*.js"
|
|
106
|
+
},
|
|
105
107
|
"publishConfig": {
|
|
106
108
|
"directory": "dist"
|
|
107
109
|
},
|
|
@@ -119,6 +121,6 @@
|
|
|
119
121
|
"build:storybook": "cd storybook && ./build"
|
|
120
122
|
},
|
|
121
123
|
"sideEffects": false,
|
|
122
|
-
"version": "2.2.9-alpha-exported-
|
|
123
|
-
"gitHead": "
|
|
124
|
+
"version": "2.2.9-alpha-exported-hooks2",
|
|
125
|
+
"gitHead": "ac3611fff38e2f325db84e3f1afc9049e9d668c4"
|
|
124
126
|
}
|