@cgi-learning-hub/ui 1.13.0-dev.1779288381 → 1.13.0-dev.1779291716
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 +63901 -0
- package/dist/index.d.ts +2 -2
- package/dist/{index.js → index.es.js} +31979 -49227
- package/package.json +7 -6
package/dist/index.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ import { default as CardHeader } from '@mui/material/CardHeader';
|
|
|
24
24
|
import { default as CardMedia } from '@mui/material/CardMedia';
|
|
25
25
|
import { default as Checkbox } from '@mui/material/Checkbox';
|
|
26
26
|
import { default as Chip } from '@mui/material/Chip';
|
|
27
|
-
import {
|
|
27
|
+
import { CircleProps } from '@uiw/react-color-circle';
|
|
28
28
|
import { default as CircularProgress } from '@mui/material/CircularProgress';
|
|
29
29
|
import { default as ClickAwayListener } from '@mui/material/ClickAwayListener';
|
|
30
30
|
import { ClickAwayListenerProps } from '@mui/material/ClickAwayListener';
|
|
@@ -216,7 +216,7 @@ export declare type ColorPickerProps = {
|
|
|
216
216
|
|
|
217
217
|
export declare type ColorPickerSlotProps = {
|
|
218
218
|
clickAwayListener?: Omit<ClickAwayListenerProps, "onClickAway" | "children">;
|
|
219
|
-
circlePicker?: Omit<
|
|
219
|
+
circlePicker?: Omit<CircleProps, "colors" | "color" | "onChange">;
|
|
220
220
|
circlePickerBox?: BoxProps;
|
|
221
221
|
};
|
|
222
222
|
|