@leapdevuk/component-toolbox 0.0.93 → 0.0.95
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/components/index.d.ts +0 -19
- package/dist/components/numberdisplay/NumberDisplay.d.ts +2 -2
- package/dist/components/select/Select.d.ts +15 -2
- package/dist/components/typography/Typography.d.ts +2 -2
- package/dist/index.cjs.js +38 -38
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +7842 -8039
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
- package/dist/components/accordion/LCTAccordion.d.ts +0 -3
- package/dist/components/accordion/index.d.ts +0 -1
- package/dist/components/accordiondetails/LCTAccordionDetails.d.ts +0 -3
- package/dist/components/accordiondetails/index.d.ts +0 -1
- package/dist/components/accordiontable/LCTAccordionSummary.d.ts +0 -6
- package/dist/components/accordiontable/index.d.ts +0 -1
- package/dist/components/alert/LCTAlert.d.ts +0 -3
- package/dist/components/alert/index.d.ts +0 -1
- package/dist/components/box/LCTBox.d.ts +0 -3
- package/dist/components/box/index.d.ts +0 -1
- package/dist/components/checkbox/LCTCheckbox.d.ts +0 -9
- package/dist/components/checkbox/index.d.ts +0 -1
- package/dist/components/chip/LCTChip.d.ts +0 -3
- package/dist/components/chip/index.d.ts +0 -1
- package/dist/components/drawer/LCTDrawer.d.ts +0 -10
- package/dist/components/drawer/index.d.ts +0 -1
- package/dist/components/iconbutton/LCTIconButton.d.ts +0 -3
- package/dist/components/iconbutton/index.d.ts +0 -1
- package/dist/components/inputadornment/LCTInputAdornment.d.ts +0 -3
- package/dist/components/inputadornment/index.d.ts +0 -1
- package/dist/components/inputlabel/LCTInputLabel.d.ts +0 -3
- package/dist/components/inputlabel/index.d.ts +0 -1
- package/dist/components/menu/Menu.d.ts +0 -3
- package/dist/components/menu/index.d.ts +0 -1
- package/dist/components/menuitem/MenuItem.d.ts +0 -3
- package/dist/components/menuitem/index.d.ts +0 -1
- package/dist/components/snackbar/LCTSnackbar.d.ts +0 -3
- package/dist/components/snackbar/index.d.ts +0 -1
- package/dist/components/staffavatar/LCTStaffAvatar.d.ts +0 -7
- package/dist/components/staffavatar/index.d.ts +0 -1
- package/dist/components/svgicon/LCTSvgIcon.d.ts +0 -3
- package/dist/components/svgicon/index.d.ts +0 -1
- package/dist/components/textareaautosize/LCTTextareaAutosize.d.ts +0 -3
- package/dist/components/textareaautosize/index.d.ts +0 -1
- package/dist/components/textfield/LCTTextfield.d.ts +0 -3
- package/dist/components/textfield/index.d.ts +0 -1
- package/dist/components/tooltip/LCTTooltip.d.ts +0 -3
- package/dist/components/tooltip/index.d.ts +0 -1
- package/dist/images/checkbox-checked-icon.d.ts +0 -6
- package/dist/images/checkbox-icon.d.ts +0 -2
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTAccordion } from './LCTAccordion';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTAccordionDetails } from './LCTAccordionDetails';
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
declare const LCTAccordionSummary: import('@emotion/styled').StyledComponent<import('@mui/material').AccordionSummaryOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
-
ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
3
|
-
}, "className" | "style" | "classes" | "children" | "sx" | "disabled" | "tabIndex" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "expandIcon"> & {
|
|
4
|
-
component?: React.ElementType;
|
|
5
|
-
} & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
6
|
-
export default LCTAccordionSummary;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTAccordionSummary } from './LCTAccordionSummary';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTAlert } from './LCTAlert';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTBox } from './LCTBox';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTCheckbox } from './LCTCheckbox';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTChip } from './LCTChip';
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
interface IDrawerProps {
|
|
3
|
-
leftContent: React.ReactNode;
|
|
4
|
-
rightContent: React.ReactNode;
|
|
5
|
-
height: number | string;
|
|
6
|
-
defaultDrawerWidth: number;
|
|
7
|
-
minDrawerWidth?: number;
|
|
8
|
-
}
|
|
9
|
-
declare const LCTDrawer: FC<IDrawerProps>;
|
|
10
|
-
export default LCTDrawer;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTDrawer } from './LCTDrawer';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTIconButton } from './LCTIconButton';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTInputAdornment } from './LCTInputAdornment';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTInputLabel } from './LCTInputLabel';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTMenu } from './Menu';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTMenuItem } from './MenuItem';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTSnackbar } from './LCTSnackbar';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTStaffAvatar } from './LCTStaffAvatar';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTSvgIcon } from './LCTSvgIcon';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTTextareaAutosize } from './LCTTextareaAutosize';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTTextfield } from './LCTTextfield';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as LCTTooltip } from './LCTTooltip';
|