@photon-ai/pho-ui 3.0.0 → 4.0.0
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/chunks/{basic-page-CYDwfVjO.js → basic-page-DlLTmGnH.js} +3 -3
- package/dist/chunks/{basic-page-CYDwfVjO.js.map → basic-page-DlLTmGnH.js.map} +1 -1
- package/dist/chunks/data-table-BeUwsjmX.js +297 -0
- package/dist/chunks/data-table-BeUwsjmX.js.map +1 -0
- package/dist/chunks/date-picker-DnQuw-B1.js +404 -0
- package/dist/chunks/date-picker-DnQuw-B1.js.map +1 -0
- package/dist/chunks/{ghost-search-BvBFa9su.js → ghost-search-AmVXd0zE.js} +2 -2
- package/dist/chunks/{ghost-search-BvBFa9su.js.map → ghost-search-AmVXd0zE.js.map} +1 -1
- package/dist/chunks/trace-Hku-rImp.js +1706 -0
- package/dist/chunks/trace-Hku-rImp.js.map +1 -0
- package/dist/components/data-table.js +2 -2
- package/dist/components/date-picker.js +1 -1
- package/dist/components/phone-input.js +3 -3
- package/dist/components/phone-input.js.map +1 -1
- package/dist/components/trace.js +38 -37
- package/dist/index.js +130 -129
- package/dist/sections/basic-page.js +2 -2
- package/dist/src/components/data-table/data-table.d.ts +8 -6
- package/dist/src/components/date-picker/date-picker.d.ts +13 -0
- package/dist/src/components/trace/index.d.ts +1 -1
- package/dist/src/components/trace/layout.d.ts +11 -5
- package/dist/src/components/trace/trace.d.ts +5 -27
- package/package.json +1 -1
- package/dist/chunks/data-table-DcwCgXJU.js +0 -293
- package/dist/chunks/data-table-DcwCgXJU.js.map +0 -1
- package/dist/chunks/date-picker-Bwa6J4ik.js +0 -381
- package/dist/chunks/date-picker-Bwa6J4ik.js.map +0 -1
- package/dist/chunks/trace-Ba1RMBfk.js +0 -1645
- package/dist/chunks/trace-Ba1RMBfk.js.map +0 -1
|
@@ -8,7 +8,7 @@ import { n as ft, t as ht } from "./IconArrowsMinimize-BfPUGuCB.js";
|
|
|
8
8
|
import { t as ie } from "./IconChevronLeft-CSWMKQ4C.js";
|
|
9
9
|
import { t as gt } from "./IconChevronRight-CzoJnYNI.js";
|
|
10
10
|
import { t as Re } from "./IconSearch-BKAHkLyX.js";
|
|
11
|
-
import { i as be, n as bt, o as vt, r as yt } from "./data-table-
|
|
11
|
+
import { i as be, n as bt, o as vt, r as yt } from "./data-table-BeUwsjmX.js";
|
|
12
12
|
import { t as xt } from "./IconX-pZ9vrtSr.js";
|
|
13
13
|
import { t as wt } from "./toast-72Wwlzg9.js";
|
|
14
14
|
import { t as ue } from "./input-group-fc9_jD4d.js";
|
|
@@ -17,7 +17,7 @@ import { n as ve, t as J } from "./scroll-area-Zik8t1Mk.js";
|
|
|
17
17
|
import { i as At } from "./checkbox-CLPmblNA.js";
|
|
18
18
|
import { t as _t } from "./form-AiHbbw4m.js";
|
|
19
19
|
import { i as K } from "./menu-BQeprfxB.js";
|
|
20
|
-
import { t as Ct } from "./ghost-search-
|
|
20
|
+
import { t as Ct } from "./ghost-search-AmVXd0zE.js";
|
|
21
21
|
import { t as W } from "./tooltip-BTF7GChl.js";
|
|
22
22
|
import { Children as ee, Fragment as Et, createContext as z, isValidElement as Ve, useCallback as ye, useContext as T, useEffect as O, useId as kt, useLayoutEffect as H, useMemo as q, useRef as C, useState as w, useSyncExternalStore as xe } from "react";
|
|
23
23
|
import { Fragment as we, jsx as t, jsxs as y } from "react/jsx-runtime";
|
|
@@ -1746,4 +1746,4 @@ export {
|
|
|
1746
1746
|
Yt as u
|
|
1747
1747
|
};
|
|
1748
1748
|
|
|
1749
|
-
//# sourceMappingURL=basic-page-
|
|
1749
|
+
//# sourceMappingURL=basic-page-DlLTmGnH.js.map
|