@trinityui/design-system 1.0.7 → 1.0.8
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/CHANGELOG.md +18 -0
- package/dist/data-table.js +1 -1
- package/dist/data-table2.js +1250 -0
- package/dist/data.js +122 -1366
- package/dist/essentials.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/essentials.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { brandColors as Se, darkTheme as Re, lightTheme as Ie, useTrinityTokens as Ae } from "./theme.js";
|
|
2
2
|
import { a as je, s as we } from "./navigation.js";
|
|
3
3
|
import { C as Oe, I as Ve, M as We, S as _e, a as Be, c as He, T as Le, u as Me, b as Ne } from "./Legend.js";
|
|
4
|
-
import {
|
|
4
|
+
import { D as qe } from "./data.js";
|
|
5
5
|
import { jsxs as k, jsx as t, Fragment as ae } from "react/jsx-runtime";
|
|
6
6
|
import { useState as y, useCallback as b, useMemo as O } from "react";
|
|
7
7
|
import { useTheme as ne, Paper as ie, TableContainer as de, Table as se, TableHead as oe, TableRow as C, TableCell as p, Checkbox as V, alpha as A, TableSortLabel as le, Box as ce, TableBody as he, TablePagination as pe, Skeleton as W, Typography as ge } from "@mui/material";
|
package/dist/index.js
CHANGED
|
@@ -12,7 +12,7 @@ import Kt from "@mui/icons-material/NavigateNext";
|
|
|
12
12
|
import Nt from "@mui/icons-material/Home";
|
|
13
13
|
import Ut from "@mui/icons-material/MoreVert";
|
|
14
14
|
import { DragIndicator as at, Close as ze, PushPin as Ue, Minimize as Ge, Maximize as _e, MoreVert as Gt, OpenInNew as _t, ContentCopy as qe, ViewStream as qt, ViewColumn as Yt, ExpandLess as lt, ExpandMore as Ee, Clear as st, Search as Re, InsertDriveFile as Jt, Folder as Xt, FolderOpen as Zt, ChevronRight as ct, KeyboardDoubleArrowRight as Qt, ChevronLeft as er, KeyboardDoubleArrowLeft as tr, TrendingUp as rr, ArrowForward as nr, History as or, FilterList as ir, BookmarkBorder as ar, Refresh as Ye, Check as lr, Add as sr, ArrowUpward as cr, ArrowDownward as dr, KeyboardReturn as ur } from "@mui/icons-material";
|
|
15
|
-
import {
|
|
15
|
+
import { D as gi } from "./data.js";
|
|
16
16
|
import { C as xi, F as bi, R as vi } from "./forms.js";
|
|
17
17
|
import { A as wi, B as Si, a as ki, c as zi, C as Ti, f as Di, d as Ai, D as Ii, G as Mi, I as Ei, L as Fi, P as Li, g as Pi, R as Ri, S as Bi, e as Wi, b as Hi } from "./charts.js";
|
|
18
18
|
const hr = [
|
package/package.json
CHANGED