@lotte-innovate/ui-component-test 0.1.83 → 0.1.85
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/lib/utils/utils.mjs +1 -1
- package/package.json +8 -2
package/dist/lib/utils/utils.mjs
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
import{clsx as o}from"
|
1
|
+
import{clsx as o}from"../../node_modules/clsx/dist/clsx.mjs";import{twMerge as e}from"../../node_modules/tailwind-merge/dist/bundle-mjs.mjs";function m(){for(var m=[],r=0;r<arguments.length;r++)m[r]=arguments[r];return e(o(m))}export{m as cn};
|
2
2
|
//# sourceMappingURL=utils.mjs.map
|
package/package.json
CHANGED
@@ -1,18 +1,24 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lotte-innovate/ui-component-test",
|
3
3
|
"description": "Lotte UI Library",
|
4
|
-
"version": "0.1.
|
4
|
+
"version": "0.1.85",
|
5
5
|
"private": false,
|
6
6
|
"type": "module",
|
7
7
|
"files": [
|
8
8
|
"dist"
|
9
9
|
],
|
10
10
|
"main": "dist/lib/index.js",
|
11
|
-
"module": "dist/lib/index.
|
11
|
+
"module": "dist/lib/index.mjs",
|
12
12
|
"types": "dist/lib/index.d.ts",
|
13
13
|
"publishConfig": {
|
14
14
|
"access": "public"
|
15
15
|
},
|
16
|
+
"exports": {
|
17
|
+
".": {
|
18
|
+
"require": "./dist/lib/index.js",
|
19
|
+
"import": "./dist/lib/index.mjs"
|
20
|
+
}
|
21
|
+
},
|
16
22
|
"browser": "./browser/specific/main.js",
|
17
23
|
"babel": {
|
18
24
|
"presets": [
|