ai-ebm-assistant-v4 0.0.1 → 0.0.3
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.
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { _ as Ha, c as Qe, g as Lo } from "./index-
|
|
1
|
+
import { _ as Ha, c as Qe, g as Lo } from "./index-10c86437.mjs";
|
|
2
|
+
import "react/jsx-runtime";
|
|
2
3
|
import "react";
|
|
3
4
|
import "react-dom";
|
|
4
5
|
function Pl(a, e) {
|
|
@@ -2370,7 +2371,7 @@ function n1(a) {
|
|
|
2370
2371
|
createImage: t.loadImage
|
|
2371
2372
|
};
|
|
2372
2373
|
}
|
|
2373
|
-
var
|
|
2374
|
+
var x2 = /* @__PURE__ */ Object.freeze({
|
|
2374
2375
|
__proto__: null,
|
|
2375
2376
|
offscreen: i1,
|
|
2376
2377
|
node: n1
|
|
@@ -5762,7 +5763,7 @@ export {
|
|
|
5762
5763
|
l1 as normalizeAttributeName,
|
|
5763
5764
|
h1 as normalizeColor,
|
|
5764
5765
|
ml as parseExternalUrl,
|
|
5765
|
-
|
|
5766
|
+
x2 as presets,
|
|
5766
5767
|
ne as toNumbers,
|
|
5767
5768
|
s1 as trimLeft,
|
|
5768
5769
|
o1 as trimRight,
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ai-ebm-assistant-v4",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
5
|
-
"
|
|
4
|
+
"version": "0.0.3",
|
|
5
|
+
"module": "./dist/index.mjs",
|
|
6
|
+
"exports": {
|
|
7
|
+
".": {
|
|
8
|
+
"import": "./dist/index.mjs"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
6
11
|
"description": "Functional components build for EBM",
|
|
7
12
|
"files": [
|
|
8
13
|
"dist"
|
|
@@ -12,7 +17,6 @@
|
|
|
12
17
|
"start": "npm-run-all --parallel dev storybook",
|
|
13
18
|
"dev": "vite --host --open",
|
|
14
19
|
"build": "vite build",
|
|
15
|
-
"publish": "np --any-branch",
|
|
16
20
|
"preview": "vite preview",
|
|
17
21
|
"lint": "eslint \"src/**/*.js*\" --fix",
|
|
18
22
|
"clean": " rm -rf node_modules && rm -rf dist",
|
|
@@ -35,7 +39,7 @@
|
|
|
35
39
|
"react-icons": "^4.7.1",
|
|
36
40
|
"react-lottie": "^1.2.10"
|
|
37
41
|
},
|
|
38
|
-
"peerDependencies":{
|
|
42
|
+
"peerDependencies": {
|
|
39
43
|
"react": "^18.2.0",
|
|
40
44
|
"react-dom": "^18.2.0"
|
|
41
45
|
},
|