sag_components 2.0.0-beta47 → 2.0.0-beta49

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.
@@ -42,7 +42,7 @@ declare namespace _default {
42
42
  export { description_3 as description };
43
43
  }
44
44
  export { title_1 as title };
45
- export namespace dataState {
45
+ export namespace hasScroll {
46
46
  const name_3: string;
47
47
  export { name_3 as name };
48
48
  export namespace control_3 {
@@ -53,25 +53,24 @@ declare namespace _default {
53
53
  const description_4: string;
54
54
  export { description_4 as description };
55
55
  }
56
- export namespace data {
56
+ export namespace dataState {
57
57
  const name_4: string;
58
58
  export { name_4 as name };
59
- const description_5: string;
60
- export { description_5 as description };
61
- }
62
- export namespace lineChartValueType {
63
- const name_5: string;
64
- export { name_5 as name };
65
59
  export namespace control_4 {
66
60
  const type_4: string;
67
61
  export { type_4 as type };
68
62
  }
69
63
  export { control_4 as control };
70
- export const options: string[];
64
+ const description_5: string;
65
+ export { description_5 as description };
66
+ }
67
+ export namespace data {
68
+ const name_5: string;
69
+ export { name_5 as name };
71
70
  const description_6: string;
72
71
  export { description_6 as description };
73
72
  }
74
- export namespace barChartValueType {
73
+ export namespace lineChartValueType {
75
74
  const name_6: string;
76
75
  export { name_6 as name };
77
76
  export namespace control_5 {
@@ -79,12 +78,11 @@ declare namespace _default {
79
78
  export { type_5 as type };
80
79
  }
81
80
  export { control_5 as control };
82
- const options_1: string[];
83
- export { options_1 as options };
81
+ export const options: string[];
84
82
  const description_7: string;
85
83
  export { description_7 as description };
86
84
  }
87
- export namespace barsWidth {
85
+ export namespace barChartValueType {
88
86
  const name_7: string;
89
87
  export { name_7 as name };
90
88
  export namespace control_6 {
@@ -92,10 +90,12 @@ declare namespace _default {
92
90
  export { type_6 as type };
93
91
  }
94
92
  export { control_6 as control };
93
+ const options_1: string[];
94
+ export { options_1 as options };
95
95
  const description_8: string;
96
96
  export { description_8 as description };
97
97
  }
98
- export namespace limitViewableItems {
98
+ export namespace barsWidth {
99
99
  const name_8: string;
100
100
  export { name_8 as name };
101
101
  export namespace control_7 {
@@ -106,7 +106,7 @@ declare namespace _default {
106
106
  const description_9: string;
107
107
  export { description_9 as description };
108
108
  }
109
- export namespace showBackgroundGrid {
109
+ export namespace limitViewableItems {
110
110
  const name_9: string;
111
111
  export { name_9 as name };
112
112
  export namespace control_8 {
@@ -117,7 +117,7 @@ declare namespace _default {
117
117
  const description_10: string;
118
118
  export { description_10 as description };
119
119
  }
120
- export namespace showLegend {
120
+ export namespace showBackgroundGrid {
121
121
  const name_10: string;
122
122
  export { name_10 as name };
123
123
  export namespace control_9 {
@@ -128,7 +128,7 @@ declare namespace _default {
128
128
  const description_11: string;
129
129
  export { description_11 as description };
130
130
  }
131
- export namespace noDataText {
131
+ export namespace showLegend {
132
132
  const name_11: string;
133
133
  export { name_11 as name };
134
134
  export namespace control_10 {
@@ -139,6 +139,17 @@ declare namespace _default {
139
139
  const description_12: string;
140
140
  export { description_12 as description };
141
141
  }
142
+ export namespace noDataText {
143
+ const name_12: string;
144
+ export { name_12 as name };
145
+ export namespace control_11 {
146
+ const type_11: string;
147
+ export { type_11 as type };
148
+ }
149
+ export { control_11 as control };
150
+ const description_13: string;
151
+ export { description_13 as description };
152
+ }
142
153
  }
143
154
  }
144
155
  export default _default;
@@ -164,6 +175,8 @@ export namespace ActiveScroller {
164
175
  export { showBackgroundGrid_1 as showBackgroundGrid };
165
176
  const showLegend_1: boolean;
166
177
  export { showLegend_1 as showLegend };
178
+ const hasScroll_1: boolean;
179
+ export { hasScroll_1 as hasScroll };
167
180
  }
168
181
  }
169
182
  export namespace EmptyData {
@@ -0,0 +1,10 @@
1
+ export default InsightsCarousel;
2
+ declare function InsightsCarousel({ children, onClose, title, icon, titleColor, iconColor, navColor, }: {
3
+ children: any;
4
+ onClose: any;
5
+ title?: string;
6
+ icon?: import("react/jsx-runtime").JSX.Element;
7
+ titleColor?: string;
8
+ iconColor?: string;
9
+ navColor?: string;
10
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,48 @@
1
+ /// <reference types="mdx" />
2
+ declare namespace _default {
3
+ export const title: string;
4
+ export { InsightsCarousel as component };
5
+ export const tags: string[];
6
+ export namespace parameters {
7
+ namespace docs {
8
+ namespace description {
9
+ const component: string | typeof readme;
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 titleColor {
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 iconColor {
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 navColor {
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 onClose {
39
+ export const action: string;
40
+ const description_5: string;
41
+ export { description_5 as description };
42
+ }
43
+ }
44
+ }
45
+ export default _default;
46
+ export const Default: any;
47
+ import InsightsCarousel from "./InsightsCarousel";
48
+ import readme from "*.md";
@@ -0,0 +1,12 @@
1
+ export const Overlay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
+ export const ModalContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
+ export const Header: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
+ export const CloseButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
5
+ export const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
6
+ export const LampIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
7
+ export const CarouselContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
8
+ export const VisibleCardsContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
9
+ export const Card: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
10
+ export const NavButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
11
+ export const Pagination: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
12
+ export const Dot: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
@@ -1,2 +1,6 @@
1
- export function ChervronLeftIcon(): import("react/jsx-runtime").JSX.Element;
2
1
  export default ChervronLeftIcon;
2
+ declare function ChervronLeftIcon({ width, height, fill, }: {
3
+ width?: number;
4
+ height?: number;
5
+ fill?: string;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,6 @@
1
- export function ChervronRightIcon(): import("react/jsx-runtime").JSX.Element;
2
1
  export default ChervronRightIcon;
2
+ declare function ChervronRightIcon({ width, height, fill, }: {
3
+ width?: string;
4
+ height?: string;
5
+ fill?: string;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -26,3 +26,4 @@ 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
28
  export { default as BatteryChart } from "./components/BatteryChart/BatteryChart.jsx";
29
+ export { default as PerformanceAnalyticsLegend } from "./components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.jsx";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "2.0.0-beta47",
3
+ "version": "2.0.0-beta49",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",