sag_components 2.0.0-beta74 → 2.0.0-beta76
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 +153 -126
- package/dist/index.esm.js +2480 -946
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2111 -572
- package/dist/index.js.map +1 -1
- package/dist/types/components/BannerEventBox/BannerEventBox.d.ts +0 -37
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.d.ts +0 -69
- package/dist/types/components/BannerEventBoxList/BannerEventBoxList.style.d.ts +13 -12
- package/dist/types/components/BarChart/BarChart.d.ts +3 -0
- package/dist/types/components/BarChartTwoRows/BarChartTwoRows.d.ts +0 -80
- package/dist/types/components/BarChartWithAreaChart/BarChartWithAreaChart.d.ts +0 -64
- package/dist/types/components/BubbleChart/BubbleChart.stories.d.ts +1 -0
- package/dist/types/components/CollapseData/CollapseData.d.ts +6 -0
- package/dist/types/components/TabMenu/TabMenu.d.ts +1 -57
- package/dist/types/components/TabMenu/TabMenu.stories.d.ts +27 -37
- package/dist/types/components/TabMenu/TabMenu.style.d.ts +2 -34
- package/dist/types/components/TwoBarCharts/TwoBarCharts.d.ts +3 -0
- package/dist/types/components/TwoBarCharts/TwoBarCharts.stories.d.ts +8 -0
- package/dist/types/icons/BarcodeIcon.d.ts +6 -0
- package/dist/types/icons/ChevronIcon.d.ts +7 -0
- package/dist/types/icons/FolderIcon.d.ts +6 -0
- package/dist/types/icons/PeopleIcon.d.ts +6 -0
- package/dist/types/index.d.ts +5 -0
- package/package.json +1 -1
- /package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.d.ts +0 -0
- /package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.stories.d.ts +0 -0
- /package/dist/types/components/{QuickFilterDropdownSingle/SagIconButton → SagIconButton}/SagIconButton.style.d.ts +0 -0
|
@@ -102,6 +102,12 @@ declare namespace _default {
|
|
|
102
102
|
const description_16: string;
|
|
103
103
|
export { description_16 as description };
|
|
104
104
|
}
|
|
105
|
+
export namespace showTooltip {
|
|
106
|
+
const control_16: string;
|
|
107
|
+
export { control_16 as control };
|
|
108
|
+
const description_17: string;
|
|
109
|
+
export { description_17 as description };
|
|
110
|
+
}
|
|
105
111
|
}
|
|
106
112
|
}
|
|
107
113
|
export default _default;
|
|
@@ -137,6 +143,8 @@ export namespace SalesDollars {
|
|
|
137
143
|
export { isDollar_1 as isDollar };
|
|
138
144
|
const showDollarSign_1: boolean;
|
|
139
145
|
export { showDollarSign_1 as showDollarSign };
|
|
146
|
+
const showTooltip_1: boolean;
|
|
147
|
+
export { showTooltip_1 as showTooltip };
|
|
140
148
|
const showReferenceLine_1: boolean;
|
|
141
149
|
export { showReferenceLine_1 as showReferenceLine };
|
|
142
150
|
const referenceLinePoint_1: number;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -29,4 +29,9 @@ export { default as BubbleChart } from "./components/BubbleChart/BubbleChart.jsx
|
|
|
29
29
|
export { default as BatteryChart } from "./components/BatteryChart/BatteryChart.jsx";
|
|
30
30
|
export { default as PerformanceAnalyticsLegend } from "./components/PerformanceAnalyticsLegend/PerformanceAnalyticsLegend.jsx";
|
|
31
31
|
export { default as BrushChart } from "./components/BrushChart/BrushChart.jsx";
|
|
32
|
+
export { default as SingleBarLineCharts } from "./components/SingleBarLineCharts/SingleBarLineCharts.jsx";
|
|
33
|
+
export { default as BarChartWithAreaChart } from "./components/BarChartWithAreaChart/BarChartWithAreaChart.jsx";
|
|
34
|
+
export { default as BarChartTwoRows } from "./components/BarChartTwoRows/BarChartTwoRows.jsx";
|
|
35
|
+
export { default as TwoBarCharts } from "./components/TwoBarCharts/TwoBarCharts.jsx";
|
|
36
|
+
export { default as CollapseData } from "./components/CollapseData/CollapseData.jsx";
|
|
32
37
|
export { default as InsightsCarousel } from "./components/InsightsCarousel/InsightsCarousel.jsx";
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|