sag_components 2.0.0-beta51 → 2.0.0-beta53

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.
@@ -11,49 +11,49 @@ declare namespace _default {
11
11
  }
12
12
  }
13
13
  export namespace argTypes {
14
- export namespace className {
14
+ export namespace width {
15
15
  export const control: string;
16
16
  const description_1: string;
17
17
  export { description_1 as description };
18
18
  }
19
- export namespace title_1 {
19
+ export namespace height {
20
20
  const control_1: string;
21
21
  export { control_1 as control };
22
22
  const description_2: string;
23
23
  export { description_2 as description };
24
24
  }
25
- export { title_1 as title };
26
- export namespace itemTypeHeaders {
25
+ export namespace className {
27
26
  const control_2: string;
28
27
  export { control_2 as control };
29
28
  const description_3: string;
30
29
  export { description_3 as description };
31
30
  }
32
- export namespace data {
31
+ export namespace title_1 {
33
32
  const control_3: string;
34
33
  export { control_3 as control };
35
34
  const description_4: string;
36
35
  export { description_4 as description };
37
36
  }
38
- export namespace graphColor {
37
+ export { title_1 as title };
38
+ export namespace itemTypeHeaders {
39
39
  const control_4: string;
40
40
  export { control_4 as control };
41
41
  const description_5: string;
42
42
  export { description_5 as description };
43
43
  }
44
- export namespace graphCounterMax {
44
+ export namespace data {
45
45
  const control_5: string;
46
46
  export { control_5 as control };
47
47
  const description_6: string;
48
48
  export { description_6 as description };
49
49
  }
50
- export namespace width {
50
+ export namespace graphColor {
51
51
  const control_6: string;
52
52
  export { control_6 as control };
53
53
  const description_7: string;
54
54
  export { description_7 as description };
55
55
  }
56
- export namespace height {
56
+ export namespace graphCounterMax {
57
57
  const control_7: string;
58
58
  export { control_7 as control };
59
59
  const description_8: string;
@@ -0,0 +1,2 @@
1
+ export default BrushChart;
2
+ declare function BrushChart(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,8 @@
1
+ declare namespace _default {
2
+ export const title: string;
3
+ export { BrushChart as component };
4
+ }
5
+ export default _default;
6
+ export const Default: any;
7
+ export const WithCustomData: any;
8
+ import BrushChart from "./BrushChart";
@@ -0,0 +1,5 @@
1
+ export const BrushChart: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
+ export const LineChartWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
+ export const BarChartWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
+ export const Controls: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
5
+ export const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -0,0 +1,2 @@
1
+ export default SeparatedLineBarChart;
2
+ declare function SeparatedLineBarChart(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export default function InnerBarChart(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SingleChart;
2
+ declare function SingleChart(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,15 @@
1
+ export function BubbleChart({ data, title, subtitle, leftHeader, rightHeader, topHeader, bottomHeader, colorPalette, height, width, backgroundColor, showAxis, }: {
2
+ data?: any[];
3
+ title?: string;
4
+ subtitle?: string;
5
+ leftHeader?: string;
6
+ rightHeader?: string;
7
+ topHeader?: string;
8
+ bottomHeader?: string;
9
+ colorPalette?: string[];
10
+ height?: string;
11
+ width?: string;
12
+ backgroundColor?: string;
13
+ showAxis?: boolean;
14
+ }): import("react/jsx-runtime").JSX.Element;
15
+ export default BubbleChart;
@@ -0,0 +1,93 @@
1
+ /// <reference types="mdx" />
2
+ declare namespace _default {
3
+ export const title: string;
4
+ export { BubbleChart as component };
5
+ export const tags: string[];
6
+ export namespace parameters {
7
+ namespace docs {
8
+ namespace description {
9
+ export { readme as component };
10
+ }
11
+ }
12
+ }
13
+ export namespace argTypes {
14
+ export namespace title_1 {
15
+ export const control: string;
16
+ const description_1: string;
17
+ export { description_1 as description };
18
+ }
19
+ export { title_1 as title };
20
+ export namespace subtitle {
21
+ const control_1: string;
22
+ export { control_1 as control };
23
+ const description_2: string;
24
+ export { description_2 as description };
25
+ }
26
+ export namespace leftHeader {
27
+ const control_2: string;
28
+ export { control_2 as control };
29
+ const description_3: string;
30
+ export { description_3 as description };
31
+ }
32
+ export namespace rightHeader {
33
+ const control_3: string;
34
+ export { control_3 as control };
35
+ const description_4: string;
36
+ export { description_4 as description };
37
+ }
38
+ export namespace topHeader {
39
+ const control_4: string;
40
+ export { control_4 as control };
41
+ const description_5: string;
42
+ export { description_5 as description };
43
+ }
44
+ export namespace bottomHeader {
45
+ const control_5: string;
46
+ export { control_5 as control };
47
+ const description_6: string;
48
+ export { description_6 as description };
49
+ }
50
+ export namespace height {
51
+ const control_6: string;
52
+ export { control_6 as control };
53
+ const description_7: string;
54
+ export { description_7 as description };
55
+ }
56
+ export namespace width {
57
+ const control_7: string;
58
+ export { control_7 as control };
59
+ const description_8: string;
60
+ export { description_8 as description };
61
+ }
62
+ export namespace data {
63
+ const description_9: string;
64
+ export { description_9 as description };
65
+ }
66
+ export namespace colorPalette {
67
+ const control_8: string;
68
+ export { control_8 as control };
69
+ const description_10: string;
70
+ export { description_10 as description };
71
+ }
72
+ export namespace backgroundColor {
73
+ const control_9: string;
74
+ export { control_9 as control };
75
+ const description_11: string;
76
+ export { description_11 as description };
77
+ }
78
+ export namespace showAxis {
79
+ const control_10: string;
80
+ export { control_10 as control };
81
+ const description_12: string;
82
+ export { description_12 as description };
83
+ }
84
+ }
85
+ }
86
+ export default _default;
87
+ export const Default: any;
88
+ export const ShowAxis: any;
89
+ export const InAdThemeData: any;
90
+ export const EcommOnlySavingsEventData: any;
91
+ export const backgroundWhite: any;
92
+ import BubbleChart from "./BubbleChart";
93
+ import readme from "*.md";
@@ -0,0 +1,13 @@
1
+ export const BubbleChartContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
+ export const QuadrantLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
+ export const CustomTooltipContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
+ export const TooltipMetric: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
5
+ export const BubbleWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
6
+ export const HeaderContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
7
+ export const ChartTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
8
+ export const ChartSubtitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
9
+ export const ChartContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
10
+ export const ZoomControlsContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
11
+ export const ZoomPercentage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
12
+ export const ZoomButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
13
+ export const ZoomResetButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
@@ -9,6 +9,7 @@ export namespace SegmentedButton {
9
9
  const height: PropTypes.Requireable<number>;
10
10
  const controlradius: PropTypes.Requireable<number>;
11
11
  const segmentradius: PropTypes.Requireable<number>;
12
+ const gap: PropTypes.Requireable<string>;
12
13
  const fontSize: PropTypes.Requireable<number>;
13
14
  const selectedsegmentcolor: PropTypes.Requireable<string>;
14
15
  const selectedtextcolor: PropTypes.Requireable<string>;
@@ -31,6 +32,8 @@ export namespace SegmentedButton {
31
32
  export { controlradius_1 as controlradius };
32
33
  const segmentradius_1: number;
33
34
  export { segmentradius_1 as segmentradius };
35
+ const gap_1: string;
36
+ export { gap_1 as gap };
34
37
  const fontSize_1: number;
35
38
  export { fontSize_1 as fontSize };
36
39
  const selectedsegmentcolor_1: string;
@@ -1,17 +1,18 @@
1
1
  export default TabMenu;
2
- declare function TabMenu({ activeColor, headlineContent, children, className, color, currentTab, headlineInsteadTabs, headlineText, inputWidth, onFilterButtonClick, onSearchFieldTyping, onTabChange, panelIsOpen, setBackground, showActions, showFilterButton, showLabel, showSearchInput, showViewOptionsButton, disabledButton, setTopRightButton, rightButtonText, rightButtonIcon, onTopButtonClick, tabs, }: {
3
- activeColor?: string;
4
- headlineContent?: import("react/jsx-runtime").JSX.Element;
5
- children?: any;
6
- className?: string;
2
+ declare function TabMenu({ color, currentTab, headlineInsteadTabs, headlineText, headlineContent, className, children, tabs, inputWidth, onFilterButtonClick, onSearchFieldTyping, onTabChange, onTopButtonClick, panelIsOpen, setBackground, showActions, showFilterButton, showLabel, showSearchInput, showViewOptionsButton, disabledButton, setTopRightButton, rightButtonText, rightButtonIcon, }: {
7
3
  color?: string;
8
4
  currentTab?: number;
9
5
  headlineInsteadTabs?: boolean;
10
6
  headlineText?: string;
7
+ headlineContent?: import("react/jsx-runtime").JSX.Element;
8
+ className?: string;
9
+ children?: any;
10
+ tabs?: any[];
11
11
  inputWidth?: string;
12
12
  onFilterButtonClick?: () => void;
13
13
  onSearchFieldTyping?: () => void;
14
14
  onTabChange?: () => void;
15
+ onTopButtonClick?: () => void;
15
16
  panelIsOpen?: boolean;
16
17
  setBackground?: boolean;
17
18
  showActions?: boolean;
@@ -23,12 +24,9 @@ declare function TabMenu({ activeColor, headlineContent, children, className, co
23
24
  setTopRightButton?: boolean;
24
25
  rightButtonText?: string;
25
26
  rightButtonIcon?: string;
26
- onTopButtonClick?: () => void;
27
- tabs?: any[];
28
27
  }): import("react/jsx-runtime").JSX.Element;
29
28
  declare namespace TabMenu {
30
29
  namespace propTypes {
31
- const activeColor: PropTypes.Requireable<string>;
32
30
  const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
33
31
  const className: PropTypes.Requireable<string>;
34
32
  const color: PropTypes.Requireable<string>;
@@ -31,17 +31,17 @@ declare namespace _default {
31
31
  const defaultValue_2: boolean;
32
32
  export { defaultValue_2 as defaultValue };
33
33
  }
34
- namespace showActions {
34
+ namespace headlineText {
35
35
  const name_3: string;
36
36
  export { name_3 as name };
37
37
  const control_3: string;
38
38
  export { control_3 as control };
39
39
  const description_3: string;
40
40
  export { description_3 as description };
41
- const defaultValue_3: boolean;
41
+ const defaultValue_3: string;
42
42
  export { defaultValue_3 as defaultValue };
43
43
  }
44
- namespace showFilterButton {
44
+ namespace showActions {
45
45
  const name_4: string;
46
46
  export { name_4 as name };
47
47
  const control_4: string;
@@ -51,7 +51,7 @@ declare namespace _default {
51
51
  const defaultValue_4: boolean;
52
52
  export { defaultValue_4 as defaultValue };
53
53
  }
54
- namespace showViewOptionsButton {
54
+ namespace showFilterButton {
55
55
  const name_5: string;
56
56
  export { name_5 as name };
57
57
  const control_5: string;
@@ -61,7 +61,7 @@ declare namespace _default {
61
61
  const defaultValue_5: boolean;
62
62
  export { defaultValue_5 as defaultValue };
63
63
  }
64
- namespace showSearchInput {
64
+ namespace showViewOptionsButton {
65
65
  const name_6: string;
66
66
  export { name_6 as name };
67
67
  const control_6: string;
@@ -71,7 +71,7 @@ declare namespace _default {
71
71
  const defaultValue_6: boolean;
72
72
  export { defaultValue_6 as defaultValue };
73
73
  }
74
- namespace disabledButton {
74
+ namespace showSearchInput {
75
75
  const name_7: string;
76
76
  export { name_7 as name };
77
77
  const control_7: string;
@@ -81,7 +81,7 @@ declare namespace _default {
81
81
  const defaultValue_7: boolean;
82
82
  export { defaultValue_7 as defaultValue };
83
83
  }
84
- namespace setTopRightButton {
84
+ namespace showLabel {
85
85
  const name_8: string;
86
86
  export { name_8 as name };
87
87
  const control_8: string;
@@ -91,7 +91,7 @@ declare namespace _default {
91
91
  const defaultValue_8: boolean;
92
92
  export { defaultValue_8 as defaultValue };
93
93
  }
94
- namespace rightButtonText {
94
+ namespace inputWidth {
95
95
  const name_9: string;
96
96
  export { name_9 as name };
97
97
  const control_9: string;
@@ -101,12 +101,76 @@ declare namespace _default {
101
101
  const defaultValue_9: string;
102
102
  export { defaultValue_9 as defaultValue };
103
103
  }
104
- namespace onTopButtonClick {
104
+ namespace disabledButton {
105
105
  const name_10: string;
106
106
  export { name_10 as name };
107
- export const action: string;
107
+ const control_10: string;
108
+ export { control_10 as control };
108
109
  const description_10: string;
109
110
  export { description_10 as description };
111
+ const defaultValue_10: boolean;
112
+ export { defaultValue_10 as defaultValue };
113
+ }
114
+ namespace setTopRightButton {
115
+ const name_11: string;
116
+ export { name_11 as name };
117
+ const control_11: string;
118
+ export { control_11 as control };
119
+ const description_11: string;
120
+ export { description_11 as description };
121
+ const defaultValue_11: boolean;
122
+ export { defaultValue_11 as defaultValue };
123
+ }
124
+ namespace rightButtonText {
125
+ const name_12: string;
126
+ export { name_12 as name };
127
+ const control_12: string;
128
+ export { control_12 as control };
129
+ const description_12: string;
130
+ export { description_12 as description };
131
+ const defaultValue_12: string;
132
+ export { defaultValue_12 as defaultValue };
133
+ }
134
+ namespace rightButtonIcon {
135
+ const name_13: string;
136
+ export { name_13 as name };
137
+ const control_13: string;
138
+ export { control_13 as control };
139
+ const description_13: string;
140
+ export { description_13 as description };
141
+ const defaultValue_13: string;
142
+ export { defaultValue_13 as defaultValue };
143
+ }
144
+ namespace onTopButtonClick {
145
+ const name_14: string;
146
+ export { name_14 as name };
147
+ export const action: string;
148
+ const description_14: string;
149
+ export { description_14 as description };
150
+ }
151
+ namespace onTabChange {
152
+ const name_15: string;
153
+ export { name_15 as name };
154
+ const action_1: string;
155
+ export { action_1 as action };
156
+ const description_15: string;
157
+ export { description_15 as description };
158
+ }
159
+ namespace onFilterButtonClick {
160
+ const name_16: string;
161
+ export { name_16 as name };
162
+ const action_2: string;
163
+ export { action_2 as action };
164
+ const description_16: string;
165
+ export { description_16 as description };
166
+ }
167
+ namespace onSearchFieldTyping {
168
+ const name_17: string;
169
+ export { name_17 as name };
170
+ const action_3: string;
171
+ export { action_3 as action };
172
+ const description_17: string;
173
+ export { description_17 as description };
110
174
  }
111
175
  }
112
176
  }
@@ -25,5 +25,7 @@ export { default as DoubleBarSingleLine } from "./components/DoubleBarSingleLine
25
25
  export { default as AreaChart } from "./components/AreaChart/AreaChart.jsx";
26
26
  export { default as BreakdownPanel } from "./components/BreakdownPanel/BreakdownPanel.jsx";
27
27
  export { default as LinkButton } from "./components/LinkButton/LinkButton.jsx";
28
+ export { default as BubbleChart } from "./components/BubbleChart/BubbleChart.jsx";
28
29
  export { default as BatteryChart } from "./components/BatteryChart/BatteryChart.jsx";
29
30
  export { default as PerformanceAnalyticsLegend } from "./components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.jsx";
31
+ export { default as BrushChart } from "./components/BrushChart/BrushChart.jsx";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "2.0.0-beta51",
3
+ "version": "2.0.0-beta53",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",