@cgi-learning-hub/ui 1.14.0 → 1.15.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/index.cjs.js +133 -30668
- package/dist/index.d.ts +3 -3
- package/dist/index.es.js +2 -30529
- package/dist/src-jE7nLe9k.js +29565 -0
- package/dist/tiptap/index.cjs.js +2871 -0
- package/dist/tiptap/index.d.ts +46 -0
- package/dist/tiptap/index.es.js +2843 -0
- package/dist/tiptap/styles.css +621 -0
- package/dist/ui.css +87 -1
- package/package.json +32 -10
package/dist/index.d.ts
CHANGED
|
@@ -40,7 +40,6 @@ import { default as DialogTitle } from '@mui/material/DialogTitle';
|
|
|
40
40
|
import { default as Divider } from '@mui/material/Divider';
|
|
41
41
|
import { default as Drawer } from '@mui/material/Drawer';
|
|
42
42
|
import { DropzoneProps as DropzoneProps_2 } from 'react-dropzone';
|
|
43
|
-
import { default as F } from '@mui/material/InputBase';
|
|
44
43
|
import { default as Fade } from '@mui/material/Fade';
|
|
45
44
|
import { FC } from 'react';
|
|
46
45
|
import { FetchBaseQueryError } from '@reduxjs/toolkit/query';
|
|
@@ -55,6 +54,7 @@ import { default as Grow } from '@mui/material/Grow';
|
|
|
55
54
|
import { default as IconButton } from '@mui/material/IconButton';
|
|
56
55
|
import { ImgHTMLAttributes } from 'react';
|
|
57
56
|
import { default as Input } from '@mui/material/Input';
|
|
57
|
+
import { default as InputBase } from '@mui/material/InputBase';
|
|
58
58
|
import { InputBaseProps } from '@mui/material/InputBase';
|
|
59
59
|
import { InputHTMLAttributes } from 'react';
|
|
60
60
|
import { default as InputLabel } from '@mui/material/InputLabel';
|
|
@@ -323,8 +323,6 @@ export declare interface ExtendedTreeItemProps extends TreeItemProps {
|
|
|
323
323
|
iconColor?: "disabled" | "primary" | "inherit" | "action" | "secondary" | "error" | "info" | "success" | "warning";
|
|
324
324
|
}
|
|
325
325
|
|
|
326
|
-
export { F }
|
|
327
|
-
|
|
328
326
|
export { Fade }
|
|
329
327
|
|
|
330
328
|
declare const FileList_2: <T extends CustomFile>({ files, onDelete, onClick, onDownload, }: FileListProps<T>) => JSX.Element;
|
|
@@ -422,6 +420,8 @@ export declare type InfoItem = {
|
|
|
422
420
|
|
|
423
421
|
export { Input }
|
|
424
422
|
|
|
423
|
+
export { InputBase }
|
|
424
|
+
|
|
425
425
|
export { InputLabel }
|
|
426
426
|
|
|
427
427
|
export declare interface ItemDataMap {
|