sag_components 2.0.0-beta12 → 2.0.0-beta14
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.d.ts +1 -32
- package/dist/index.esm.js +3549 -3555
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +3549 -3555
- package/dist/index.js.map +1 -1
- package/dist/types/components/DoublePanelDataRow/DoublePanelDataRow.d.ts +0 -32
- package/package.json +1 -1
- package/dist/types/components/SagIconButton/SagIconButton.d.ts +0 -45
- package/dist/types/components/SagIconButton/SagIconButton.stories.d.ts +0 -178
- package/dist/types/components/SagIconButton/SagIconButton.style.d.ts +0 -2
package/dist/index.d.ts
CHANGED
|
@@ -1130,38 +1130,7 @@ declare namespace IconButton {
|
|
|
1130
1130
|
}
|
|
1131
1131
|
}
|
|
1132
1132
|
|
|
1133
|
-
declare function DoublePanelDataRow(props: any): react_jsx_runtime.JSX.Element;
|
|
1134
|
-
declare namespace DoublePanelDataRow {
|
|
1135
|
-
namespace propTypes {
|
|
1136
|
-
const className: PropTypes.Requireable<string>;
|
|
1137
|
-
const width: PropTypes.Requireable<string>;
|
|
1138
|
-
const height: PropTypes.Requireable<string>;
|
|
1139
|
-
const data: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
1140
|
-
title: PropTypes.Requireable<string>;
|
|
1141
|
-
value: PropTypes.Requireable<number>;
|
|
1142
|
-
sign: PropTypes.Requireable<string>;
|
|
1143
|
-
}> | null | undefined)[]>;
|
|
1144
|
-
const backgroundColor: PropTypes.Requireable<string>;
|
|
1145
|
-
const customDataFormat: PropTypes.Requireable<boolean>;
|
|
1146
|
-
const showPercentChange: PropTypes.Requireable<boolean>;
|
|
1147
|
-
}
|
|
1148
|
-
namespace defaultProps {
|
|
1149
|
-
const className_1: string;
|
|
1150
|
-
export { className_1 as className };
|
|
1151
|
-
const width_1: string;
|
|
1152
|
-
export { width_1 as width };
|
|
1153
|
-
const height_1: string;
|
|
1154
|
-
export { height_1 as height };
|
|
1155
|
-
const data_1: never[];
|
|
1156
|
-
export { data_1 as data };
|
|
1157
|
-
const backgroundColor_1: string;
|
|
1158
|
-
export { backgroundColor_1 as backgroundColor };
|
|
1159
|
-
const customDataFormat_1: boolean;
|
|
1160
|
-
export { customDataFormat_1 as customDataFormat };
|
|
1161
|
-
const showPercentChange_1: boolean;
|
|
1162
|
-
export { showPercentChange_1 as showPercentChange };
|
|
1163
|
-
}
|
|
1164
|
-
}
|
|
1133
|
+
declare function DoublePanelDataRow(props: any): react_jsx_runtime.JSX.Element;
|
|
1165
1134
|
|
|
1166
1135
|
declare function BarChart(props: any): react_jsx_runtime.JSX.Element;
|
|
1167
1136
|
declare namespace BarChart {
|