@conboai/storybook.components 0.4.9 → 0.4.10
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.
|
@@ -12,6 +12,7 @@ export declare const HIGHLIGHT_COLOR = "#a0a6cf";
|
|
|
12
12
|
export declare const TICK_COLOR = "#666666";
|
|
13
13
|
export declare const SELECTED_ROW = "#f5f5f7";
|
|
14
14
|
export declare const TIMELINE = "#808080";
|
|
15
|
+
export declare const DANGER = "#ff3535";
|
|
15
16
|
export declare const PASSIVE_BTN_PRIMARY = "#5360AE";
|
|
16
17
|
export declare const HOVER_BTN_PRIMARY = "#3F4C9A";
|
|
17
18
|
export declare const ACTIVE_BTN_PRIMARY = "#303D8B";
|
|
@@ -20,6 +20,8 @@ export interface ImagePlayerProps {
|
|
|
20
20
|
shapeStyles?: any;
|
|
21
21
|
clearFrameDetails?: () => void;
|
|
22
22
|
fetchFrameDetails?: (snapshot: Snapshot) => void;
|
|
23
|
+
delay?: number;
|
|
24
|
+
onClear?: () => void;
|
|
23
25
|
}
|
|
24
26
|
declare const ImagePlayer: React.FC<ImagePlayerProps>;
|
|
25
27
|
export default ImagePlayer;
|
|
@@ -4,10 +4,13 @@ export declare const tableCellBody: SxProps;
|
|
|
4
4
|
export declare const tableCellHeaderSx: SxProps;
|
|
5
5
|
export declare const tableContainerSx: (sx?: SxProps) => {
|
|
6
6
|
boxShadow: string;
|
|
7
|
+
fontSize: string;
|
|
7
8
|
} | {
|
|
8
9
|
boxShadow: string;
|
|
10
|
+
fontSize: string;
|
|
9
11
|
} | {
|
|
10
12
|
boxShadow: string;
|
|
13
|
+
fontSize: string;
|
|
11
14
|
accentColor?: import('@mui/system').SystemStyleObject<{}> | import('@mui/system/styleFunctionSx').ResponsiveStyleValue<import("csstype").Property.AccentColor | readonly string[] | undefined> | ((theme: {}) => import('@mui/system/styleFunctionSx').ResponsiveStyleValue<import("csstype").Property.AccentColor | readonly string[] | undefined>);
|
|
12
15
|
alignContent?: import('@mui/system').SystemStyleObject<{}> | import('@mui/system/styleFunctionSx').ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignContent | undefined> | ((theme: {}) => import('@mui/system/styleFunctionSx').ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignContent | undefined>);
|
|
13
16
|
alignItems?: import('@mui/system').SystemStyleObject<{}> | import('@mui/system/styleFunctionSx').ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignItems | undefined> | ((theme: {}) => import('@mui/system/styleFunctionSx').ResponsiveStyleValue<readonly string[] | import("csstype").Property.AlignItems | undefined>);
|
|
@@ -137,7 +140,6 @@ export declare const tableContainerSx: (sx?: SxProps) => {
|
|
|
137
140
|
fontLanguageOverride?: import('@mui/system').SystemStyleObject<{}> | import('@mui/system/styleFunctionSx').ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontLanguageOverride | undefined> | ((theme: {}) => import('@mui/system/styleFunctionSx').ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontLanguageOverride | undefined>);
|
|
138
141
|
fontOpticalSizing?: import('@mui/system').SystemStyleObject<{}> | import('@mui/system/styleFunctionSx').ResponsiveStyleValue<import("csstype").Property.FontOpticalSizing | readonly NonNullable<import("csstype").Property.FontOpticalSizing | undefined>[] | undefined> | ((theme: {}) => import('@mui/system/styleFunctionSx').ResponsiveStyleValue<import("csstype").Property.FontOpticalSizing | readonly NonNullable<import("csstype").Property.FontOpticalSizing | undefined>[] | undefined>);
|
|
139
142
|
fontPalette?: import('@mui/system').SystemStyleObject<{}> | import('@mui/system/styleFunctionSx').ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontPalette | undefined> | ((theme: {}) => import('@mui/system/styleFunctionSx').ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontPalette | undefined>);
|
|
140
|
-
fontSize?: import('@mui/system').SystemStyleObject<{}> | import('@mui/system/styleFunctionSx').ResponsiveStyleValue<import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number> | undefined>[] | undefined> | ((theme: {}) => import('@mui/system/styleFunctionSx').ResponsiveStyleValue<import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number> | undefined>[] | undefined>);
|
|
141
143
|
fontSizeAdjust?: import('@mui/system').SystemStyleObject<{}> | import('@mui/system/styleFunctionSx').ResponsiveStyleValue<import("csstype").Property.FontSizeAdjust | readonly NonNullable<import("csstype").Property.FontSizeAdjust | undefined>[] | undefined> | ((theme: {}) => import('@mui/system/styleFunctionSx').ResponsiveStyleValue<import("csstype").Property.FontSizeAdjust | readonly NonNullable<import("csstype").Property.FontSizeAdjust | undefined>[] | undefined>);
|
|
142
144
|
fontSmooth?: import('@mui/system').SystemStyleObject<{}> | import('@mui/system/styleFunctionSx').ResponsiveStyleValue<import("csstype").Property.FontSmooth<string | number> | readonly NonNullable<import("csstype").Property.FontSmooth<string | number> | undefined>[] | undefined> | ((theme: {}) => import('@mui/system/styleFunctionSx').ResponsiveStyleValue<import("csstype").Property.FontSmooth<string | number> | readonly NonNullable<import("csstype").Property.FontSmooth<string | number> | undefined>[] | undefined>);
|
|
143
145
|
fontStretch?: import('@mui/system').SystemStyleObject<{}> | import('@mui/system/styleFunctionSx').ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontStretch | undefined> | ((theme: {}) => import('@mui/system/styleFunctionSx').ResponsiveStyleValue<readonly string[] | import("csstype").Property.FontStretch | undefined>);
|
|
@@ -855,6 +857,7 @@ export declare const tableContainerSx: (sx?: SxProps) => {
|
|
|
855
857
|
displayPrint?: import('@mui/system').SystemStyleObject<{}> | import('@mui/system/styleFunctionSx').ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined> | ((theme: {}) => import('@mui/system/styleFunctionSx').ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined>);
|
|
856
858
|
} | {
|
|
857
859
|
boxShadow: string;
|
|
860
|
+
fontSize: string;
|
|
858
861
|
":-moz-any()"?: import('@mui/system').SystemStyleObject<{}> | ((theme: {}) => import('@mui/system').SystemStyleObject<{}>) | undefined;
|
|
859
862
|
":-moz-dir"?: import('@mui/system').SystemStyleObject<{}> | ((theme: {}) => import('@mui/system').SystemStyleObject<{}>) | undefined;
|
|
860
863
|
":-webkit-any()"?: import('@mui/system').SystemStyleObject<{}> | ((theme: {}) => import('@mui/system').SystemStyleObject<{}>) | undefined;
|
|
@@ -989,10 +992,13 @@ export declare const tableContainerSx: (sx?: SxProps) => {
|
|
|
989
992
|
":visited"?: import('@mui/system').SystemStyleObject<{}> | ((theme: {}) => import('@mui/system').SystemStyleObject<{}>) | undefined;
|
|
990
993
|
} | {
|
|
991
994
|
boxShadow: string;
|
|
995
|
+
fontSize: string;
|
|
992
996
|
} | {
|
|
993
997
|
boxShadow: string;
|
|
998
|
+
fontSize: string;
|
|
994
999
|
} | {
|
|
995
1000
|
boxShadow: string;
|
|
1001
|
+
fontSize: string;
|
|
996
1002
|
length: number;
|
|
997
1003
|
toString(): string;
|
|
998
1004
|
toLocaleString(): string;
|