@altimateai/ui-components 0.0.1-beta.2 → 0.0.1-beta.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.
- package/dist/CoachForm.js +7392 -7561
- package/dist/assets/icons/index.d.ts +10 -0
- package/dist/assets/icons/index.js +44 -39
- package/dist/chatbotV2/index.d.ts +66 -1
- package/dist/chatbotV2/index.js +16 -3
- package/dist/flowchart-elk-definition-170a3958.js +1 -1
- package/dist/index.js +16 -16
- package/dist/index2.js +197 -192
- package/dist/is_dark.js +1 -1
- package/dist/main.js +1 -1
- package/dist/mindmap-definition-44684416.js +1 -1
- package/dist/timeline-definition-8e5a9bc6.js +1 -1
- package/package.json +55 -55
- package/readme.md +11 -0
package/dist/is_dark.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { G as s, U as r } from "./CoachForm.js";
|
|
2
2
|
const i = (n) => {
|
|
3
3
|
const { r: t, g: a, b: o } = s.parse(n), e = 0.2126 * r.channel.toLinear(t) + 0.7152 * r.channel.toLinear(a) + 0.0722 * r.channel.toLinear(o);
|
|
4
4
|
return r.lang.round(e);
|
package/dist/main.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Button as Ce, Card as $e, CardBody as Je, CardTitle as Et, CloseButton as Wn, FormGroup as Mt, Input as Lt, FormFeedback as Kn, Collapse as Xn, Alert as ln, Col as Gn, CardImg as Zn, CardSubtitle as Qn, CardText as Jn, Row as er } from "reactstrap";
|
|
2
2
|
import { c as cn, A as ve, C as tr, I as Ie } from "./redux-toolkit.modern.js";
|
|
3
3
|
import { g as yt, S as se, T as nr } from "./Stack.js";
|
|
4
|
-
import {
|
|
4
|
+
import { J as dn, K as dt, N as rr, O as or, P as fn, T as ir, V as sr, W as rt, X as ar, Y as ur } from "./CoachForm.js";
|
|
5
5
|
import { B as lr } from "./Badge.js";
|
|
6
6
|
import { j as v, A as pn, k as cr, l as dr, d as fr, D as pr, E as gr, b as hr, a as vr } from "./index2.js";
|
|
7
7
|
import * as te from "react";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { H as Zy, j as Dn, l as fa, s as Qy, k as Jy, m as jy } from "./CoachForm.js";
|
|
2
2
|
import { s as Cn } from "./redux-toolkit.modern.js";
|
|
3
3
|
import { c as za, g as Vu } from "./Stack.js";
|
|
4
4
|
import { i as em } from "./is_dark.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { h as kt, p as vt, i as wt, j as rt, l as I, s as St, k as Et, m as Tt, n as et } from "./CoachForm.js";
|
|
2
2
|
import { s as q } from "./redux-toolkit.modern.js";
|
|
3
3
|
import { i as It } from "./is_dark.js";
|
|
4
4
|
var X = function() {
|
package/package.json
CHANGED
|
@@ -1,55 +1,55 @@
|
|
|
1
|
-
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@altimateai/ui-components",
|
|
3
|
+
"version": "0.0.1-beta.3",
|
|
4
|
+
"repository": {
|
|
5
|
+
"type": "git",
|
|
6
|
+
"url": "git+https://github.com/AltimateAI/altimate-components.git"
|
|
7
|
+
},
|
|
8
|
+
"publishConfig": {
|
|
9
|
+
"registry": "https://registry.npmjs.org/",
|
|
10
|
+
"access": "public"
|
|
11
|
+
},
|
|
12
|
+
"type": "module",
|
|
13
|
+
"main": "./dist/index.js",
|
|
14
|
+
"module": "./dist/index.js",
|
|
15
|
+
"types": "./dist/index.d.ts",
|
|
16
|
+
"files": [
|
|
17
|
+
"dist"
|
|
18
|
+
],
|
|
19
|
+
"exports": {
|
|
20
|
+
".": {
|
|
21
|
+
"import": "./dist/index.js",
|
|
22
|
+
"types": "./dist/index.d.ts",
|
|
23
|
+
"source": "./lib/index.ts"
|
|
24
|
+
},
|
|
25
|
+
"./lineage": {
|
|
26
|
+
"import": "./dist/lineage/index.js",
|
|
27
|
+
"types": "./dist/lineage/index.d.ts",
|
|
28
|
+
"source": "./lib/lineage/index.ts"
|
|
29
|
+
},
|
|
30
|
+
"./chatbot": {
|
|
31
|
+
"import": "./dist/chatbot/index.js",
|
|
32
|
+
"types": "./dist/chatbot/index.d.ts",
|
|
33
|
+
"source": "./lib/chatbot/index.ts"
|
|
34
|
+
},
|
|
35
|
+
"./chatbotV2": {
|
|
36
|
+
"import": "./dist/chatbotV2/index.js",
|
|
37
|
+
"types": "./dist/chatbotV2/index.d.ts",
|
|
38
|
+
"source": "./lib/chatbotV2/index.ts"
|
|
39
|
+
},
|
|
40
|
+
"./shadcn": {
|
|
41
|
+
"import": "./dist/shadcn/index.js",
|
|
42
|
+
"types": "./dist/shadcn/index.d.ts",
|
|
43
|
+
"source": "./lib/shadcn/index.ts"
|
|
44
|
+
},
|
|
45
|
+
"./assets/icons": {
|
|
46
|
+
"import": "./dist/assets/icons/index.js",
|
|
47
|
+
"types": "./dist/assets/icons/index.d.ts",
|
|
48
|
+
"source": "./lib/assets/icons/index.tsx"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"peerDependencies": {
|
|
52
|
+
"react": "^17.0.0 || ^18.0.0",
|
|
53
|
+
"react-dom": "^17.0.0 || ^18.0.0"
|
|
54
|
+
}
|
|
55
|
+
}
|