sevago-sso-fe 1.0.62 → 1.0.64
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.
|
@@ -1,3 +1 @@
|
|
|
1
|
-
export declare const ImageBrand: import('@emotion/styled').StyledComponent<import('../elements/image/image.element').ImageElementProps & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
2
|
-
export declare const ImageBorderDashboard: import('@emotion/styled').StyledComponent<import('../elements/image/image.element').ImageElementProps & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
3
1
|
export declare const ImageEmpty: import('@emotion/styled').StyledComponent<import('@mui/system').BoxOwnProps<import('@mui/material').Theme> & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('@mui/system').BoxOwnProps<import('@mui/material').Theme>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
package/dist/index.cjs.js
CHANGED
|
@@ -14943,23 +14943,6 @@ const MotionBox = ({
|
|
|
14943
14943
|
} : {};
|
|
14944
14944
|
return /* @__PURE__ */ jsxRuntime.jsx(motion.div, { ...motionProps, ...getAnimationProps(), ...hoverProps, onClick, style: { ...sx }, children });
|
|
14945
14945
|
};
|
|
14946
|
-
const ImageBrand = material.styled(ImageElement)(({ theme }) => ({
|
|
14947
|
-
height: HEIGHT_ELEMENT_OTHER,
|
|
14948
|
-
border: `1px solid ${theme.palette.divider}`,
|
|
14949
|
-
borderRadius: BORDER_RADIUS_ELEMENT,
|
|
14950
|
-
"&:hover": { boxShadow: theme.shadows[1] },
|
|
14951
|
-
padding: 8,
|
|
14952
|
-
backgroundColor: "white",
|
|
14953
|
-
cursor: "pointer",
|
|
14954
|
-
width: 100,
|
|
14955
|
-
objectFit: "contain"
|
|
14956
|
-
}));
|
|
14957
|
-
const ImageBorderDashboard = material.styled(ImageElement)(({ theme }) => ({
|
|
14958
|
-
border: `1px solid ${theme.palette.divider}`,
|
|
14959
|
-
borderRadius: BORDER_RADIUS_ELEMENT,
|
|
14960
|
-
height: 50,
|
|
14961
|
-
width: 70
|
|
14962
|
-
}));
|
|
14963
14946
|
const ImageEmpty = material.styled(material.Box)(({ theme }) => ({
|
|
14964
14947
|
width: "auto",
|
|
14965
14948
|
minWidth: 50,
|
|
@@ -49901,8 +49884,6 @@ exports.IconContentElement = IconContentElement;
|
|
|
49901
49884
|
exports.IconContentOpacityElement = IconContentOpacityElement;
|
|
49902
49885
|
exports.IconContentSubsElement = IconContentSubsElement;
|
|
49903
49886
|
exports.IconElement = IconElement;
|
|
49904
|
-
exports.ImageBorderDashboard = ImageBorderDashboard;
|
|
49905
|
-
exports.ImageBrand = ImageBrand;
|
|
49906
49887
|
exports.ImageContentCaptionComponent = ImageContentCaptionComponent;
|
|
49907
49888
|
exports.ImageContentTimeComponent = ImageContentTimeComponent;
|
|
49908
49889
|
exports.ImageElement = ImageElement;
|