@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/is_dark.js CHANGED
@@ -1,4 +1,4 @@
1
- import { x as s, U as r } from "./CoachForm.js";
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 { z as dn, A as dt, B as rr, D as or, E as fn, F as ir, P as sr, T as rt, G as ar, H as ur } from "./CoachForm.js";
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 { y as Zy, g as Dn, l as fa, s as Qy, d as Jy, e as jy } from "./CoachForm.js";
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 { c as kt, p as vt, b as wt, g as rt, l as I, s as St, d as Et, e as Tt, f as et } from "./CoachForm.js";
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
- "name": "@altimateai/ui-components",
3
- "version": "0.0.1-beta.2",
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
- }
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
+ }
package/readme.md ADDED
@@ -0,0 +1,11 @@
1
+ ## Installation
2
+
3
+ To install the package, you can use either npm or yarn:
4
+
5
+ ```bash
6
+ # Using npm
7
+ npm install @altimateai/ui-components
8
+
9
+ # Using yarn
10
+ yarn add @altimateai/ui-components
11
+ ```