@cgi-learning-hub/ui 1.14.0-dev.1785252242 → 1.14.0-dev.1785338327
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/index.d.ts +7 -0
- package/dist/index.es.js +1 -1
- package/dist/{src-G-BmjM2S.js → src-B3iFugc4.js} +140 -2
- package/dist/tiptap/index.cjs.js +106 -159
- package/dist/tiptap/index.d.ts +1 -0
- package/dist/tiptap/index.es.js +105 -161
- package/dist/ui.css +2 -110
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -16,6 +16,13 @@ declare interface FormattingControlsProps extends BaseProps {
|
|
|
16
16
|
editor: Editor;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
+
export declare function Spacer({ orientation, size, style, ...props }: React.ComponentProps<"div"> & {
|
|
20
|
+
orientation?: SpacerOrientation;
|
|
21
|
+
size?: string | number;
|
|
22
|
+
}): JSX.Element;
|
|
23
|
+
|
|
24
|
+
export declare type SpacerOrientation = "horizontal" | "vertical";
|
|
25
|
+
|
|
19
26
|
export declare const Toolbar: ForwardRefExoticComponent<ToolbarProps & RefAttributes<HTMLDivElement>>;
|
|
20
27
|
|
|
21
28
|
export declare const ToolbarGroup: ForwardRefExoticComponent<BaseProps_2 & RefAttributes<HTMLDivElement>>;
|
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $ as
|
|
1
|
+
import { $ as ListItemText, $t as Heading, A as DialogContentText, At as TableRow, B as GlobalStyles, Bt as useMediaQuery, C as Chip, Ct as Table, D as Container, Dt as TableFooter, E as Collapse, Et as TableContainer, F as FormControl, Ft as ToggleButtonGroup, G as InputBase, Gt as SearchInput, H as Grow, Ht as TreeView, I as FormControlLabel, It as Toolbar, J as Link, Jt as PasswordInput, K as InputLabel, Kt as ResourceCard, L as FormGroup, Lt as Tooltip, M as Divider, Mt as Tabs, N as Drawer, Nt as TextField, O as DialogActions, Ot as TableHead, P as Fade, Pt as ToggleButton, Q as ListItemIcon, R as FormHelperText, Rt as Typography, S as Checkbox, St as Tab, T as ClickAwayListener, Tt as TableCell, U as IconButton, Ut as ICON_TYPE, V as Grid, Vt as ZoomControl, W as Input, Wt as TimePicker, X as ListItem, Xt as Loader, Y as List, Yt as LoaderBackdrop, Z as ListItemButton, Zt as ImagePicker, _ as CardActionArea, _n as TabList, _t as StepButton, a as AccordionSummary, an as Dropzone, at as Pagination, b as CardHeader, bn as getTabId, bt as SvgIcon, c as Autocomplete, cn as ColorPicker, ct as Radio, d as Badge, dn as Alert, dt as Skeleton, en as FolderCard, et as ListSubheader, f as Box, fn as ActionBar, ft as Slide, g as Card, gt as Step, h as ButtonGroup, hn as tabPanelClasses, ht as Stack, i as AccordionDetails, in as EllipsisWithTooltip, it as Modal, j as DialogTitle, jt as TableSortLabel, k as DialogContent, kt as TablePagination, l as Avatar, ln as DEFAULT_COLOR_OPTIONS, lt as RadioGroup, m as Button, mn as getTabPanelUtilityClass, mt as Snackbar, n as Accordion, nn as FileListItem, nt as MenuItem, o as AlertTitle, on as Dialog, ot as Paper, p as Breadcrumbs, pn as TabPanel, pt as Slider, q as LinearProgress, qt as QueryError, r as AccordionActions, rn as EmptyState, rt as MobileStepper, s as AppBar, sn as DatePicker, st as Popover, tn as FileList, tt as Menu, u as Backdrop, ut as Select, v as CardActions, vn as TabContext, vt as StepLabel, w as CircularProgress, wt as TableBody, x as CardMedia, xn as useTabContext, xt as Switch, y as CardContent, yn as getPanelId, yt as Stepper, z as FormLabel, zt as Zoom } from "./src-B3iFugc4.js";
|
|
2
2
|
export * from "@mui/material/Tabs";
|
|
3
3
|
export * from "@mui/material/styles";
|
|
4
4
|
export * from "@mui/material/Accordion";
|
|
@@ -114,6 +114,15 @@ var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
|
114
114
|
var __getProtoOf = Object.getPrototypeOf;
|
|
115
115
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
116
116
|
var __commonJSMin = (cb, mod) => () => (mod || (cb((mod = { exports: {} }).exports, mod), cb = null), mod.exports);
|
|
117
|
+
var __exportAll = (all, no_symbols) => {
|
|
118
|
+
let target = {};
|
|
119
|
+
for (var name in all) __defProp(target, name, {
|
|
120
|
+
get: all[name],
|
|
121
|
+
enumerable: true
|
|
122
|
+
});
|
|
123
|
+
if (!no_symbols) __defProp(target, Symbol.toStringTag, { value: "Module" });
|
|
124
|
+
return target;
|
|
125
|
+
};
|
|
117
126
|
var __copyProps = (to, from, except, desc) => {
|
|
118
127
|
if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
|
119
128
|
key = keys[i];
|
|
@@ -30524,6 +30533,135 @@ var ZoomControl = ({ step = 10, value = 50, onChange, max = 100, min = 0, label
|
|
|
30524
30533
|
});
|
|
30525
30534
|
};
|
|
30526
30535
|
//#endregion
|
|
30527
|
-
|
|
30536
|
+
//#region src/index.ts
|
|
30537
|
+
var src_exports = /* @__PURE__ */ __exportAll({
|
|
30538
|
+
Accordion: () => Accordion,
|
|
30539
|
+
AccordionActions: () => AccordionActions,
|
|
30540
|
+
AccordionDetails: () => AccordionDetails,
|
|
30541
|
+
AccordionSummary: () => AccordionSummary,
|
|
30542
|
+
ActionBar: () => ActionBar,
|
|
30543
|
+
Alert: () => Alert,
|
|
30544
|
+
AlertTitle: () => AlertTitle$1,
|
|
30545
|
+
AppBar: () => AppBar,
|
|
30546
|
+
Autocomplete: () => Autocomplete,
|
|
30547
|
+
Avatar: () => Avatar,
|
|
30548
|
+
Backdrop: () => Backdrop$1,
|
|
30549
|
+
Badge: () => Badge,
|
|
30550
|
+
Box: () => Box$1,
|
|
30551
|
+
Breadcrumbs: () => Breadcrumbs,
|
|
30552
|
+
Button: () => Button$1,
|
|
30553
|
+
ButtonGroup: () => ButtonGroup,
|
|
30554
|
+
Card: () => Card$1,
|
|
30555
|
+
CardActionArea: () => CardActionArea,
|
|
30556
|
+
CardActions: () => CardActions,
|
|
30557
|
+
CardContent: () => CardContent$1,
|
|
30558
|
+
CardHeader: () => CardHeader,
|
|
30559
|
+
CardMedia: () => CardMedia$1,
|
|
30560
|
+
Checkbox: () => Checkbox,
|
|
30561
|
+
Chip: () => Chip$1,
|
|
30562
|
+
CircularProgress: () => CircularProgress$1,
|
|
30563
|
+
ClickAwayListener: () => ClickAwayListener$1,
|
|
30564
|
+
Collapse: () => Collapse$1,
|
|
30565
|
+
ColorPicker: () => ColorPicker,
|
|
30566
|
+
Container: () => Container,
|
|
30567
|
+
DEFAULT_COLOR_OPTIONS: () => DEFAULT_COLOR_OPTIONS,
|
|
30568
|
+
DatePicker: () => DatePicker,
|
|
30569
|
+
Dialog: () => Dialog,
|
|
30570
|
+
DialogActions: () => DialogActions$1,
|
|
30571
|
+
DialogContent: () => DialogContent$1,
|
|
30572
|
+
DialogContentText: () => DialogContentText,
|
|
30573
|
+
DialogTitle: () => DialogTitle,
|
|
30574
|
+
Divider: () => Divider$1,
|
|
30575
|
+
Drawer: () => Drawer,
|
|
30576
|
+
Dropzone: () => Dropzone,
|
|
30577
|
+
EllipsisWithTooltip: () => EllipsisWithTooltip,
|
|
30578
|
+
EmptyState: () => EmptyState,
|
|
30579
|
+
Fade: () => Fade$1,
|
|
30580
|
+
FileList: () => FileList,
|
|
30581
|
+
FileListItem: () => FileListItem,
|
|
30582
|
+
FolderCard: () => FolderCard,
|
|
30583
|
+
FormControl: () => FormControl$1,
|
|
30584
|
+
FormControlLabel: () => FormControlLabel,
|
|
30585
|
+
FormGroup: () => FormGroup,
|
|
30586
|
+
FormHelperText: () => FormHelperText$1,
|
|
30587
|
+
FormLabel: () => FormLabel,
|
|
30588
|
+
GlobalStyles: () => GlobalStyles,
|
|
30589
|
+
Grid: () => Grid,
|
|
30590
|
+
Grow: () => Grow$1,
|
|
30591
|
+
Heading: () => Heading,
|
|
30592
|
+
ICON_TYPE: () => ICON_TYPE,
|
|
30593
|
+
IconButton: () => IconButton$1,
|
|
30594
|
+
ImagePicker: () => ImagePicker,
|
|
30595
|
+
Input: () => Input,
|
|
30596
|
+
InputBase: () => InputBase$1,
|
|
30597
|
+
InputLabel: () => InputLabel$1,
|
|
30598
|
+
LinearProgress: () => LinearProgress,
|
|
30599
|
+
Link: () => Link,
|
|
30600
|
+
List: () => List$1,
|
|
30601
|
+
ListItem: () => ListItem$1,
|
|
30602
|
+
ListItemButton: () => ListItemButton$1,
|
|
30603
|
+
ListItemIcon: () => ListItemIcon$1,
|
|
30604
|
+
ListItemText: () => ListItemText$1,
|
|
30605
|
+
ListSubheader: () => ListSubheader,
|
|
30606
|
+
Loader: () => Loader,
|
|
30607
|
+
LoaderBackdrop: () => LoaderBackdrop,
|
|
30608
|
+
Menu: () => Menu,
|
|
30609
|
+
MenuItem: () => MenuItem$1,
|
|
30610
|
+
MobileStepper: () => MobileStepper,
|
|
30611
|
+
Modal: () => Modal,
|
|
30612
|
+
Pagination: () => Pagination,
|
|
30613
|
+
Paper: () => Paper,
|
|
30614
|
+
PasswordInput: () => PasswordInput,
|
|
30615
|
+
Popover: () => Popover,
|
|
30616
|
+
QueryError: () => QueryError,
|
|
30617
|
+
Radio: () => Radio,
|
|
30618
|
+
RadioGroup: () => RadioGroup,
|
|
30619
|
+
ResourceCard: () => ResourceCard,
|
|
30620
|
+
SearchInput: () => SearchInput,
|
|
30621
|
+
Select: () => Select,
|
|
30622
|
+
Skeleton: () => Skeleton,
|
|
30623
|
+
Slide: () => Slide,
|
|
30624
|
+
Slider: () => Slider,
|
|
30625
|
+
Snackbar: () => Snackbar,
|
|
30626
|
+
Stack: () => Stack$1,
|
|
30627
|
+
Step: () => Step,
|
|
30628
|
+
StepButton: () => StepButton,
|
|
30629
|
+
StepLabel: () => StepLabel,
|
|
30630
|
+
Stepper: () => Stepper,
|
|
30631
|
+
SvgIcon: () => SvgIcon,
|
|
30632
|
+
Switch: () => Switch,
|
|
30633
|
+
Tab: () => Tab,
|
|
30634
|
+
TabContext: () => TabContext,
|
|
30635
|
+
TabList: () => TabList,
|
|
30636
|
+
TabPanel: () => TabPanel,
|
|
30637
|
+
Table: () => Table,
|
|
30638
|
+
TableBody: () => TableBody,
|
|
30639
|
+
TableCell: () => TableCell,
|
|
30640
|
+
TableContainer: () => TableContainer,
|
|
30641
|
+
TableFooter: () => TableFooter,
|
|
30642
|
+
TableHead: () => TableHead,
|
|
30643
|
+
TablePagination: () => TablePagination,
|
|
30644
|
+
TableRow: () => TableRow,
|
|
30645
|
+
TableSortLabel: () => TableSortLabel,
|
|
30646
|
+
Tabs: () => Tabs$1,
|
|
30647
|
+
TextField: () => TextField$1,
|
|
30648
|
+
TimePicker: () => TimePicker,
|
|
30649
|
+
ToggleButton: () => ToggleButton,
|
|
30650
|
+
ToggleButtonGroup: () => ToggleButtonGroup,
|
|
30651
|
+
Toolbar: () => Toolbar,
|
|
30652
|
+
Tooltip: () => Tooltip$1,
|
|
30653
|
+
TreeView: () => TreeView,
|
|
30654
|
+
Typography: () => Typography$1,
|
|
30655
|
+
Zoom: () => Zoom,
|
|
30656
|
+
ZoomControl: () => ZoomControl,
|
|
30657
|
+
getPanelId: () => getPanelId,
|
|
30658
|
+
getTabId: () => getTabId,
|
|
30659
|
+
getTabPanelUtilityClass: () => getTabPanelUtilityClass,
|
|
30660
|
+
tabPanelClasses: () => tabPanelClasses,
|
|
30661
|
+
useMediaQuery: () => useMediaQuery$1,
|
|
30662
|
+
useTabContext: () => useTabContext
|
|
30663
|
+
});
|
|
30664
|
+
//#endregion
|
|
30665
|
+
export { ListItemText$1 as $, Heading as $t, DialogContentText as A, TableRow as At, GlobalStyles as B, useMediaQuery$1 as Bt, Chip$1 as C, Table as Ct, Container as D, TableFooter as Dt, Collapse$1 as E, TableContainer as Et, FormControl$1 as F, ToggleButtonGroup as Ft, InputBase$1 as G, SearchInput as Gt, Grow$1 as H, TreeView as Ht, FormControlLabel as I, Toolbar as It, Link as J, PasswordInput as Jt, InputLabel$1 as K, ResourceCard as Kt, FormGroup as L, Tooltip$1 as Lt, Divider$1 as M, Tabs$1 as Mt, Drawer as N, TextField$1 as Nt, DialogActions$1 as O, TableHead as Ot, Fade$1 as P, ToggleButton as Pt, ListItemIcon$1 as Q, DeleteRounded_default as Qt, FormHelperText$1 as R, Typography$1 as Rt, Checkbox as S, Tab as St, ClickAwayListener$1 as T, TableCell as Tt, IconButton$1 as U, ICON_TYPE as Ut, Grid as V, ZoomControl as Vt, Input as W, TimePicker as Wt, ListItem$1 as X, Loader as Xt, List$1 as Y, LoaderBackdrop as Yt, ListItemButton$1 as Z, ImagePicker as Zt, CardActionArea as _, TabList as _n, StepButton as _t, AccordionSummary as a, Dropzone as an, Pagination as at, CardHeader as b, getTabId as bn, SvgIcon as bt, Autocomplete as c, ColorPicker as cn, Radio as ct, Badge as d, Alert as dn, Skeleton as dt, FolderCard as en, ListSubheader as et, Box$1 as f, ActionBar as fn, Slide as ft, Card$1 as g, clsx as gn, Step as gt, ButtonGroup as h, tabPanelClasses as hn, Stack$1 as ht, AccordionDetails as i, EllipsisWithTooltip as in, Modal as it, DialogTitle as j, TableSortLabel as jt, DialogContent$1 as k, TablePagination as kt, Avatar as l, DEFAULT_COLOR_OPTIONS as ln, RadioGroup as lt, Button$1 as m, getTabPanelUtilityClass as mn, Snackbar as mt, Accordion as n, FileListItem as nn, MenuItem$1 as nt, AlertTitle$1 as o, Dialog as on, Paper as ot, Breadcrumbs as p, TabPanel as pn, Slider as pt, LinearProgress as q, QueryError as qt, AccordionActions as r, EmptyState as rn, MobileStepper as rt, AppBar as s, DatePicker as sn, Popover as st, src_exports as t, FileList as tn, Menu as tt, Backdrop$1 as u, SvgIcon_default as un, Select as ut, CardActions as v, TabContext as vn, StepLabel as vt, CircularProgress$1 as w, TableBody as wt, CardMedia$1 as x, useTabContext as xn, Switch as xt, CardContent$1 as y, getPanelId as yn, Stepper as yt, FormLabel as z, Zoom as zt };
|
|
30528
30666
|
|
|
30529
|
-
//# sourceMappingURL=src-
|
|
30667
|
+
//# sourceMappingURL=src-B3iFugc4.js.map
|