@nmorph/nmorph-ui-kit 1.0.32 → 1.0.34
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/dist/index.es.js +1 -2
- package/dist/src/main.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -159,7 +159,7 @@ const k2 = (t) => {
|
|
|
159
159
|
});
|
|
160
160
|
};
|
|
161
161
|
return { placement: d, placementCoords: i };
|
|
162
|
-
}, $e = "@nmorph/nmorph-ui-kit", ye = "module", be = "1.0.
|
|
162
|
+
}, $e = "@nmorph/nmorph-ui-kit", ye = "module", be = "1.0.34", Me = "MIT", He = {
|
|
163
163
|
node: "18.13.0",
|
|
164
164
|
npm: "8.19.3"
|
|
165
165
|
}, ze = "./dist/index.d.ts", Ve = "./dist/index.umd.js", ke = "./dist/index.es.js", Be = "./dist/style.css", Ne = [
|
|
@@ -7345,7 +7345,6 @@ export {
|
|
|
7345
7345
|
Vi as capitalizeFirstChar,
|
|
7346
7346
|
Q2 as deepClone,
|
|
7347
7347
|
A9 as default,
|
|
7348
|
-
Z2 as en,
|
|
7349
7348
|
te as formatDateIntl,
|
|
7350
7349
|
ae as formatTimestampToTime,
|
|
7351
7350
|
u2 as generateUUID,
|
package/dist/src/main.d.ts
CHANGED