@altimateai/ui-components 0.0.16 → 0.0.18
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 +4 -4
- package/dist/Tooltip.js +5 -5
- package/dist/assets/icons/index.d.ts +4 -0
- package/dist/assets/icons/index.js +33 -31
- package/dist/index.js +1 -1
- package/dist/index2.js +150 -148
- package/dist/lineage/index.js +2 -2
- package/dist/main.js +376 -375
- package/dist/shadcn/index.d.ts +9 -1
- package/dist/shadcn/index.js +2289 -2174
- package/dist/storybook/drag-and-drop-file-upload.stories.tsx +99 -0
- package/package.json +1 -1
package/dist/lineage/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import '../index2.css';var Hr = Object.defineProperty;
|
|
2
2
|
var Ar = (e, t, n) => t in e ? Hr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
|
3
3
|
var rt = (e, t, n) => Ar(e, typeof t != "symbol" ? t + "" : t, n);
|
|
4
|
-
import { j as a,
|
|
4
|
+
import { j as a, m as lo, n as Vr, o as Tr, p as c2, e as Ir, d as Zr, q as co, r as uo, H as fo, B as ho, I as Dr, s as Pr, R as Br } from "../index2.js";
|
|
5
5
|
import * as m from "react";
|
|
6
6
|
import V, { createContext as Ht, memo as le, useMemo as ge, forwardRef as L2, useEffect as Y, useRef as G, useContext as je, useState as se, useCallback as oe, useReducer as Fr, useImperativeHandle as Or } from "react";
|
|
7
7
|
import { s as Te, d as Co, i as Ge, e as Wt, f as $t, a as Rr, g as mo, T as u1, A as ce, S as be, C as At, I as go, u as zr, b as Wr } from "../redux-toolkit.modern.js";
|
|
8
8
|
import { UncontrolledTooltip as $r, Input as Et, Collapse as Ur, Table as Kr, Label as Ut, Popover as Yr, PopoverBody as Xr, Card as Gr, CardBody as qr, Modal as po, ModalBody as xo } from "reactstrap";
|
|
9
|
-
import { y as Jr, z as Qr, E as Ee, G as e5, T as Ve, M as Eo,
|
|
9
|
+
import { y as Jr, z as Qr, E as Ee, G as e5, T as Ve, M as Eo, N as t5, H as n5 } from "../Tooltip.js";
|
|
10
10
|
import { createPortal as tt } from "react-dom";
|
|
11
11
|
import { L as o5 } from "../Label.js";
|
|
12
12
|
function s5(e) {
|