@taiv/ui 1.4.5 → 1.5.0
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/components/Data/Cards/{ChartCard.d.ts → ChartCard/ChartCard.d.ts} +2 -2
- package/dist/components/Data/Cards/ChartCard/ChartCard.d.ts.map +1 -0
- package/dist/components/Data/Cards/{ChartCard.js → ChartCard/ChartCard.js} +6 -6
- package/dist/components/Data/Cards/{PieChartCard.d.ts → PieChartCard/PieChartCard.d.ts} +2 -2
- package/dist/components/Data/Cards/PieChartCard/PieChartCard.d.ts.map +1 -0
- package/dist/components/Data/Cards/{PieChartCard.js → PieChartCard/PieChartCard.js} +6 -6
- package/dist/components/Data/Cards/{StatsCard.d.ts → StatsCard/StatsCard.d.ts} +3 -3
- package/dist/components/Data/Cards/StatsCard/StatsCard.d.ts.map +1 -0
- package/dist/components/Data/Cards/{StatsCard.js → StatsCard/StatsCard.js} +9 -9
- package/dist/components/Data/{Chart.d.ts → Chart/Chart.d.ts} +2 -2
- package/dist/components/Data/Chart/Chart.d.ts.map +1 -0
- package/dist/components/Data/{Chart.js → Chart/Chart.js} +8 -8
- package/dist/components/Data/CheckboxTable/CheckboxTable.d.ts.map +1 -0
- package/dist/components/Data/{CheckboxTable.js → CheckboxTable/CheckboxTable.js} +9 -9
- package/dist/components/Data/{PieChart.d.ts → PieChart/PieChart.d.ts} +2 -2
- package/dist/components/Data/PieChart/PieChart.d.ts.map +1 -0
- package/dist/components/Data/{PieChart.js → PieChart/PieChart.js} +9 -9
- package/dist/components/Data/RemovableItemList/RemovableItemList.d.ts.map +1 -0
- package/dist/components/Data/{RemovableItemList.js → RemovableItemList/RemovableItemList.js} +3 -3
- package/dist/components/Data/{StatsBadge.d.ts → StatsBadge/StatsBadge.d.ts} +2 -2
- package/dist/components/Data/StatsBadge/StatsBadge.d.ts.map +1 -0
- package/dist/components/Data/{StatsBadge.js → StatsBadge/StatsBadge.js} +2 -2
- package/dist/components/Info/{Badge.d.ts → Badge/Badge.d.ts} +1 -1
- package/dist/components/Info/Badge/Badge.d.ts.map +1 -0
- package/dist/components/Info/{Badge.js → Badge/Badge.js} +2 -2
- package/dist/components/Info/{InfoCard.d.ts → InfoCard/InfoCard.d.ts} +2 -2
- package/dist/components/Info/InfoCard/InfoCard.d.ts.map +1 -0
- package/dist/components/Info/{InfoCard.js → InfoCard/InfoCard.js} +3 -3
- package/dist/components/Info/Modals/Modal/Modal.d.ts.map +1 -0
- package/dist/components/Info/Modals/{Modal.js → Modal/Modal.js} +4 -4
- package/dist/components/Info/Modals/ModalProvider/ModalProvider.d.ts.map +1 -0
- package/dist/components/Info/Notifications/NotificationProvider/NotificationProvider.d.ts.map +1 -0
- package/dist/components/Info/Notifications/{NotificationProvider.js → NotificationProvider/NotificationProvider.js} +2 -2
- package/dist/components/Info/Tooltips/FormulaTooltip/FormulaTooltip.d.ts.map +1 -0
- package/dist/components/Info/Tooltips/{FormulaTooltip.js → FormulaTooltip/FormulaTooltip.js} +6 -6
- package/dist/components/Info/Tooltips/InfoTooltip/InfoTooltip.d.ts.map +1 -0
- package/dist/components/Info/Tooltips/{InfoTooltip.js → InfoTooltip/InfoTooltip.js} +2 -2
- package/dist/components/Info/Tooltips/Tooltip/Tooltip.d.ts.map +1 -0
- package/dist/components/Info/Tooltips/{Tooltip.js → Tooltip/Tooltip.js} +2 -2
- package/dist/components/Inputs/Buttons/Button/Button.d.ts +2 -1
- package/dist/components/Inputs/Buttons/Button/Button.d.ts.map +1 -1
- package/dist/components/Inputs/Buttons/Button/Button.js +2 -1
- package/dist/components/Inputs/Dropdowns/CascadingSelect/CascadingSelect.js +1 -1
- package/dist/components/Layout/Box/Box.stories.js +1 -1
- package/dist/components/Layout/Frame/Frame.js +1 -1
- package/dist/components/Layout/SectionCard/SectionCard.js +1 -1
- package/dist/components/Layout/Stack/Stack.stories.js +1 -1
- package/dist/components/Misc/LoadingOverlay/LoadingOverlay.d.ts +5 -0
- package/dist/components/Misc/LoadingOverlay/LoadingOverlay.d.ts.map +1 -0
- package/dist/components/Misc/LoadingOverlay/LoadingOverlay.js +9 -0
- package/dist/components/Typography/{CollapsibleText.d.ts → CollapsibleText/CollapsibleText.d.ts} +1 -1
- package/dist/components/Typography/CollapsibleText/CollapsibleText.d.ts.map +1 -0
- package/dist/components/Typography/{CollapsibleText.js → CollapsibleText/CollapsibleText.js} +6 -6
- package/dist/components/Typography/{Formula.d.ts → Formula/Formula.d.ts} +1 -1
- package/dist/components/Typography/Formula/Formula.d.ts.map +1 -0
- package/dist/components/Typography/{Formula.js → Formula/Formula.js} +3 -3
- package/dist/components/Typography/{Fraction.d.ts → Fraction/Fraction.d.ts} +1 -1
- package/dist/components/Typography/Fraction/Fraction.d.ts.map +1 -0
- package/dist/components/Typography/{Fraction.js → Fraction/Fraction.js} +4 -4
- package/dist/components/Typography/{Text.d.ts → Text/Text.d.ts} +1 -1
- package/dist/components/Typography/Text/Text.d.ts.map +1 -0
- package/dist/components/Typography/{Text.js → Text/Text.js} +1 -1
- package/dist/components/Typography/{Title.d.ts → Title/Title.d.ts} +1 -1
- package/dist/components/Typography/Title/Title.d.ts.map +1 -0
- package/dist/components/Typography/{Title.js → Title/Title.js} +1 -1
- package/dist/components/index.d.ts +22 -21
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +22 -21
- package/dist/hooks/useConfirmationModal.js +1 -1
- package/dist/hooks/useInfoModal.js +1 -1
- package/package.json +1 -1
- package/dist/components/Data/Cards/ChartCard.d.ts.map +0 -1
- package/dist/components/Data/Cards/PieChartCard.d.ts.map +0 -1
- package/dist/components/Data/Cards/StatsCard.d.ts.map +0 -1
- package/dist/components/Data/Chart.d.ts.map +0 -1
- package/dist/components/Data/CheckboxTable.d.ts.map +0 -1
- package/dist/components/Data/JustChart.d.ts +0 -23
- package/dist/components/Data/JustChart.d.ts.map +0 -1
- package/dist/components/Data/JustChart.js +0 -70
- package/dist/components/Data/JustPieChart.d.ts +0 -20
- package/dist/components/Data/JustPieChart.d.ts.map +0 -1
- package/dist/components/Data/JustPieChart.js +0 -63
- package/dist/components/Data/PieChart.d.ts.map +0 -1
- package/dist/components/Data/RemovableItemList.d.ts.map +0 -1
- package/dist/components/Data/StatsBadge.d.ts.map +0 -1
- package/dist/components/Data/StatsCard.d.ts +0 -17
- package/dist/components/Data/StatsCard.d.ts.map +0 -1
- package/dist/components/Data/StatsCard.js +0 -38
- package/dist/components/Data/shared/chartFormats.d.ts +0 -8
- package/dist/components/Data/shared/chartFormats.d.ts.map +0 -1
- package/dist/components/Data/shared/chartFormats.js +0 -29
- package/dist/components/Data/shared/dataFormats.d.ts +0 -9
- package/dist/components/Data/shared/dataFormats.d.ts.map +0 -1
- package/dist/components/Data/shared/dataFormats.js +0 -20
- package/dist/components/Info/Badge.d.ts.map +0 -1
- package/dist/components/Info/InfoCard.d.ts.map +0 -1
- package/dist/components/Info/Modals/Modal.d.ts.map +0 -1
- package/dist/components/Info/Modals/ModalProvider.d.ts.map +0 -1
- package/dist/components/Info/Notifications/NotificationProvider.d.ts.map +0 -1
- package/dist/components/Info/Tooltips/FormulaTooltip.d.ts.map +0 -1
- package/dist/components/Info/Tooltips/InfoTooltip.d.ts.map +0 -1
- package/dist/components/Info/Tooltips/Tooltip.d.ts.map +0 -1
- package/dist/components/Inputs/Buttons/Button.d.ts +0 -12
- package/dist/components/Inputs/Buttons/Button.d.ts.map +0 -1
- package/dist/components/Inputs/Buttons/Button.js +0 -37
- package/dist/components/Inputs/Buttons/UnstyledButton.d.ts +0 -10
- package/dist/components/Inputs/Buttons/UnstyledButton.d.ts.map +0 -1
- package/dist/components/Inputs/Buttons/UnstyledButton.js +0 -6
- package/dist/components/Inputs/Buttons/shared/sizes.d.ts +0 -25
- package/dist/components/Inputs/Buttons/shared/sizes.d.ts.map +0 -1
- package/dist/components/Inputs/Buttons/shared/sizes.js +0 -7
- package/dist/components/Inputs/Buttons/shared/variants.d.ts +0 -191
- package/dist/components/Inputs/Buttons/shared/variants.d.ts.map +0 -1
- package/dist/components/Inputs/Buttons/shared/variants.js +0 -191
- package/dist/components/Inputs/Controls/Checkbox.d.ts +0 -27
- package/dist/components/Inputs/Controls/Checkbox.d.ts.map +0 -1
- package/dist/components/Inputs/Controls/Checkbox.js +0 -55
- package/dist/components/Inputs/Controls/Radio.d.ts +0 -8
- package/dist/components/Inputs/Controls/Radio.d.ts.map +0 -1
- package/dist/components/Inputs/Controls/Radio.js +0 -43
- package/dist/components/Inputs/Controls/RadioList.d.ts +0 -16
- package/dist/components/Inputs/Controls/RadioList.d.ts.map +0 -1
- package/dist/components/Inputs/Controls/RadioList.js +0 -24
- package/dist/components/Inputs/Controls/Toggle.d.ts +0 -29
- package/dist/components/Inputs/Controls/Toggle.d.ts.map +0 -1
- package/dist/components/Inputs/Controls/Toggle.js +0 -42
- package/dist/components/Inputs/DatePickers/DatePicker.d.ts +0 -12
- package/dist/components/Inputs/DatePickers/DatePicker.d.ts.map +0 -1
- package/dist/components/Inputs/DatePickers/DatePicker.js +0 -71
- package/dist/components/Inputs/Dates/DatePicker.d.ts +0 -12
- package/dist/components/Inputs/Dates/DatePicker.d.ts.map +0 -1
- package/dist/components/Inputs/Dates/DatePicker.js +0 -71
- package/dist/components/Inputs/Dropdowns/CascadingSelect.d.ts +0 -17
- package/dist/components/Inputs/Dropdowns/CascadingSelect.d.ts.map +0 -1
- package/dist/components/Inputs/Dropdowns/CascadingSelect.js +0 -70
- package/dist/components/Inputs/Dropdowns/FontSelect.d.ts +0 -11
- package/dist/components/Inputs/Dropdowns/FontSelect.d.ts.map +0 -1
- package/dist/components/Inputs/Dropdowns/FontSelect.js +0 -48
- package/dist/components/Inputs/Dropdowns/MultiSelect.d.ts +0 -12
- package/dist/components/Inputs/Dropdowns/MultiSelect.d.ts.map +0 -1
- package/dist/components/Inputs/Dropdowns/MultiSelect.js +0 -94
- package/dist/components/Inputs/Dropdowns/NestedSelect.d.ts +0 -17
- package/dist/components/Inputs/Dropdowns/NestedSelect.d.ts.map +0 -1
- package/dist/components/Inputs/Dropdowns/NestedSelect.js +0 -70
- package/dist/components/Inputs/Dropdowns/Select.d.ts +0 -11
- package/dist/components/Inputs/Dropdowns/Select.d.ts.map +0 -1
- package/dist/components/Inputs/Dropdowns/Select.js +0 -62
- package/dist/components/Inputs/Dropdowns/shared/fontSelectList.d.ts +0 -9
- package/dist/components/Inputs/Dropdowns/shared/fontSelectList.d.ts.map +0 -1
- package/dist/components/Inputs/Dropdowns/shared/fontSelectList.js +0 -65
- package/dist/components/Inputs/Sliders/Slider.d.ts +0 -16
- package/dist/components/Inputs/Sliders/Slider.d.ts.map +0 -1
- package/dist/components/Inputs/Sliders/Slider.js +0 -91
- package/dist/components/Inputs/Sliders/VolumeSlider.d.ts +0 -6
- package/dist/components/Inputs/Sliders/VolumeSlider.d.ts.map +0 -1
- package/dist/components/Inputs/Sliders/VolumeSlider.js +0 -37
- package/dist/components/Inputs/TextInputs/AutoComplete.d.ts +0 -11
- package/dist/components/Inputs/TextInputs/AutoComplete.d.ts.map +0 -1
- package/dist/components/Inputs/TextInputs/AutoComplete.js +0 -57
- package/dist/components/Inputs/TextInputs/PasswordInput.d.ts +0 -12
- package/dist/components/Inputs/TextInputs/PasswordInput.d.ts.map +0 -1
- package/dist/components/Inputs/TextInputs/PasswordInput.js +0 -52
- package/dist/components/Inputs/TextInputs/SearchBar.d.ts +0 -7
- package/dist/components/Inputs/TextInputs/SearchBar.d.ts.map +0 -1
- package/dist/components/Inputs/TextInputs/SearchBar.js +0 -23
- package/dist/components/Inputs/TextInputs/TextArea.d.ts +0 -12
- package/dist/components/Inputs/TextInputs/TextArea.d.ts.map +0 -1
- package/dist/components/Inputs/TextInputs/TextArea.js +0 -33
- package/dist/components/Inputs/TextInputs/TextInput.d.ts +0 -12
- package/dist/components/Inputs/TextInputs/TextInput.d.ts.map +0 -1
- package/dist/components/Inputs/TextInputs/TextInput.js +0 -32
- package/dist/components/Layout/AutoGrid.d.ts +0 -8
- package/dist/components/Layout/AutoGrid.d.ts.map +0 -1
- package/dist/components/Layout/AutoGrid.js +0 -6
- package/dist/components/Layout/Box.d.ts +0 -10
- package/dist/components/Layout/Box.d.ts.map +0 -1
- package/dist/components/Layout/Box.js +0 -6
- package/dist/components/Layout/Card.d.ts +0 -8
- package/dist/components/Layout/Card.d.ts.map +0 -1
- package/dist/components/Layout/Card.js +0 -16
- package/dist/components/Layout/Center.d.ts +0 -9
- package/dist/components/Layout/Center.d.ts.map +0 -1
- package/dist/components/Layout/Center.js +0 -6
- package/dist/components/Layout/Divider.d.ts +0 -10
- package/dist/components/Layout/Divider.d.ts.map +0 -1
- package/dist/components/Layout/Divider.js +0 -7
- package/dist/components/Layout/Frame.d.ts +0 -12
- package/dist/components/Layout/Frame.d.ts.map +0 -1
- package/dist/components/Layout/Frame.js +0 -7
- package/dist/components/Layout/Grid.d.ts +0 -10
- package/dist/components/Layout/Grid.d.ts.map +0 -1
- package/dist/components/Layout/Grid.js +0 -9
- package/dist/components/Layout/Group.d.ts +0 -10
- package/dist/components/Layout/Group.d.ts.map +0 -1
- package/dist/components/Layout/Group.js +0 -6
- package/dist/components/Layout/Loader.d.ts +0 -8
- package/dist/components/Layout/Loader.d.ts.map +0 -1
- package/dist/components/Layout/Loader.js +0 -6
- package/dist/components/Layout/SectionCard.d.ts +0 -11
- package/dist/components/Layout/SectionCard.d.ts.map +0 -1
- package/dist/components/Layout/SectionCard.js +0 -13
- package/dist/components/Layout/Stack.d.ts +0 -10
- package/dist/components/Layout/Stack.d.ts.map +0 -1
- package/dist/components/Layout/Stack.js +0 -6
- package/dist/components/Layout/Tabs.d.ts +0 -17
- package/dist/components/Layout/Tabs.d.ts.map +0 -1
- package/dist/components/Layout/Tabs.js +0 -48
- package/dist/components/Misc/IconBadge.d.ts +0 -8
- package/dist/components/Misc/IconBadge.d.ts.map +0 -1
- package/dist/components/Misc/IconBadge.js +0 -28
- package/dist/components/Misc/Transition.d.ts +0 -4
- package/dist/components/Misc/Transition.d.ts.map +0 -1
- package/dist/components/Misc/Transition.js +0 -6
- package/dist/components/Typography/CollapsibleText.d.ts.map +0 -1
- package/dist/components/Typography/Formula.d.ts.map +0 -1
- package/dist/components/Typography/Fraction.d.ts.map +0 -1
- package/dist/components/Typography/Text.d.ts.map +0 -1
- package/dist/components/Typography/Title.d.ts.map +0 -1
- package/dist/hooks/useDropdowns.d.ts +0 -9
- package/dist/hooks/useDropdowns.d.ts.map +0 -1
- package/dist/hooks/useDropdowns.js +0 -12
- /package/dist/components/Data/{CheckboxTable.d.ts → CheckboxTable/CheckboxTable.d.ts} +0 -0
- /package/dist/components/Data/{RemovableItemList.d.ts → RemovableItemList/RemovableItemList.d.ts} +0 -0
- /package/dist/components/Info/Modals/{Modal.d.ts → Modal/Modal.d.ts} +0 -0
- /package/dist/components/Info/Modals/{ModalProvider.d.ts → ModalProvider/ModalProvider.d.ts} +0 -0
- /package/dist/components/Info/Modals/{ModalProvider.js → ModalProvider/ModalProvider.js} +0 -0
- /package/dist/components/Info/Notifications/{NotificationProvider.d.ts → NotificationProvider/NotificationProvider.d.ts} +0 -0
- /package/dist/components/Info/Tooltips/{FormulaTooltip.d.ts → FormulaTooltip/FormulaTooltip.d.ts} +0 -0
- /package/dist/components/Info/Tooltips/{InfoTooltip.d.ts → InfoTooltip/InfoTooltip.d.ts} +0 -0
- /package/dist/components/Info/Tooltips/{Tooltip.d.ts → Tooltip/Tooltip.d.ts} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { CardProps } from '
|
|
3
|
-
import { ChartProps } from '
|
|
2
|
+
import { CardProps } from '../../../Layout/Card/Card';
|
|
3
|
+
import { ChartProps } from '../../Chart/Chart';
|
|
4
4
|
export interface ChartCardProps extends ChartProps, Omit<CardProps, 'children'> {
|
|
5
5
|
title: string;
|
|
6
6
|
subtitle?: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChartCard.d.ts","sourceRoot":"","sources":["../../../../../src/components/Data/Cards/ChartCard/ChartCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAQ,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAS,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAOtD,MAAM,WAAW,cAAe,SAAQ,UAAU,EAAE,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC;IAC7E,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAkB9C,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
|
-
import { Card } from '
|
|
3
|
-
import { Chart } from '
|
|
4
|
-
import { Stack } from '
|
|
5
|
-
import { Title } from '
|
|
6
|
-
import { Text } from '
|
|
7
|
-
import { InfoTooltip } from '
|
|
2
|
+
import { Card } from '../../../Layout/Card/Card';
|
|
3
|
+
import { Chart } from '../../Chart/Chart';
|
|
4
|
+
import { Stack } from '../../../Layout/Stack/Stack';
|
|
5
|
+
import { Title } from '../../../Typography/Title/Title';
|
|
6
|
+
import { Text } from '../../../Typography/Text/Text';
|
|
7
|
+
import { InfoTooltip } from '../../../Info/Tooltips/InfoTooltip/InfoTooltip';
|
|
8
8
|
import { Group } from '@mantine/core';
|
|
9
9
|
export const ChartCard = ({ title, subtitle, series, yAxisFormat, xAxisFormat, showLegend, loading, height = '30rem', tooltip, ...cardProps }) => {
|
|
10
10
|
return (_jsxs(_Fragment, { children: [_jsx(Card, { ...cardProps, h: height, children: _jsxs(Stack, { gap: "2.4rem", h: "100%", w: "100%", children: [_jsxs(Stack, { gap: "0.5rem", children: [_jsxs(Group, { position: "apart", children: [_jsx(Title, { variant: "cardHeader", children: title }), tooltip && _jsx(InfoTooltip, { text: tooltip, maxWidth: "600px" })] }), subtitle && _jsx(Text, { variant: "label", children: subtitle })] }), _jsx(Chart, { series: series, yAxisFormat: yAxisFormat, xAxisFormat: xAxisFormat, showLegend: showLegend, loading: loading })] }) }), _jsx("style", { children: `.recharts-surface { outline: none; }` })] }));
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { CardProps } from '
|
|
3
|
-
import { PieChartProps } from '
|
|
2
|
+
import { CardProps } from '../../../Layout/Card/Card';
|
|
3
|
+
import { PieChartProps } from '../../PieChart/PieChart';
|
|
4
4
|
export interface PieChartCardProps extends PieChartProps, Omit<CardProps, 'children'> {
|
|
5
5
|
title: string;
|
|
6
6
|
subtitle?: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PieChartCard.d.ts","sourceRoot":"","sources":["../../../../../src/components/Data/Cards/PieChartCard/PieChartCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAQ,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAY,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAOlE,MAAM,WAAW,iBAAkB,SAAQ,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC;IACnF,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC1B;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAyCpD,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
|
-
import { Card } from '
|
|
3
|
-
import { PieChart } from '
|
|
4
|
-
import { Stack } from '
|
|
5
|
-
import { Title } from '
|
|
6
|
-
import { Text } from '
|
|
7
|
-
import { InfoTooltip } from '
|
|
2
|
+
import { Card } from '../../../Layout/Card/Card';
|
|
3
|
+
import { PieChart } from '../../PieChart/PieChart';
|
|
4
|
+
import { Stack } from '../../../Layout/Stack/Stack';
|
|
5
|
+
import { Title } from '../../../Typography/Title/Title';
|
|
6
|
+
import { Text } from '../../../Typography/Text/Text';
|
|
7
|
+
import { InfoTooltip } from '../../../Info/Tooltips/InfoTooltip/InfoTooltip';
|
|
8
8
|
import { Group } from '@mantine/core';
|
|
9
9
|
export const PieChartCard = ({ title, subtitle, data, tooltip, height = '100%', showLegend, innerRadius, outerRadius, paddingAngle, format = 'percentage', loading, centerContent, ...cardProps }) => {
|
|
10
10
|
return (_jsxs(_Fragment, { children: [_jsx(Card, { ...cardProps, h: height, children: _jsxs(Stack, { gap: "0rem", h: "100%", w: "100%", children: [_jsxs(Stack, { gap: "0.5rem", children: [_jsxs(Group, { children: [_jsx(Title, { variant: "cardHeader", children: title }), tooltip && _jsx(InfoTooltip, { text: tooltip, maxWidth: "600px" })] }), subtitle && _jsx(Text, { variant: "label", children: subtitle })] }), _jsx(PieChart, { data: data, showLegend: showLegend, innerRadius: innerRadius, outerRadius: outerRadius, paddingAngle: paddingAngle, format: format, loading: loading, centerContent: centerContent })] }) }), _jsx("style", { children: `.recharts-surface { outline: none; }` })] }));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { CardProps } from '
|
|
3
|
-
import { primitives } from '
|
|
4
|
-
import { formats } from '
|
|
2
|
+
import { CardProps } from '../../../Layout/Card/Card';
|
|
3
|
+
import { primitives } from '../../../../constants/colors';
|
|
4
|
+
import { formats } from '../../../../constants/data';
|
|
5
5
|
export interface StatsCardProps extends Omit<CardProps, 'children'> {
|
|
6
6
|
value: number;
|
|
7
7
|
title: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StatsCard.d.ts","sourceRoot":"","sources":["../../../../../src/components/Data/Cards/StatsCard/StatsCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAQ,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAO5D,OAAO,EAAE,UAAU,EAAoB,MAAM,8BAA8B,CAAC;AAC5E,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAC;AAErD,MAAM,WAAW,cAAe,SAAQ,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC;IACjE,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,OAAO,OAAO,CAAC;IAC9B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,OAAO,UAAU,CAAC;IACpC,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,eAAO,MAAM,SAAS,GAAI,mHAAgJ,cAAc,4CA4DvL,CAAC"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Card } from '
|
|
3
|
-
import { InfoTooltip } from '
|
|
4
|
-
import { Text } from '
|
|
5
|
-
import { Title } from '
|
|
6
|
-
import { Group } from '
|
|
7
|
-
import { Stack } from '
|
|
8
|
-
import { IconBadge } from '
|
|
9
|
-
import { success, neutral } from '
|
|
10
|
-
import { formats } from '
|
|
2
|
+
import { Card } from '../../../Layout/Card/Card';
|
|
3
|
+
import { InfoTooltip } from '../../../Info/Tooltips/InfoTooltip/InfoTooltip';
|
|
4
|
+
import { Text } from '../../../Typography/Text/Text';
|
|
5
|
+
import { Title } from '../../../Typography/Title/Title';
|
|
6
|
+
import { Group } from '../../../Layout/Group/Group';
|
|
7
|
+
import { Stack } from '../../../Layout/Stack/Stack';
|
|
8
|
+
import { IconBadge } from '../../../Misc/IconBadge/IconBadge';
|
|
9
|
+
import { success, neutral } from '../../../../constants/colors';
|
|
10
|
+
import { formats } from '../../../../constants/data';
|
|
11
11
|
export const StatsCard = ({ value, format = 'decimal', isDelta = false, title, description, increaseDescription, icon: Icon, iconColor = 'blue', tooltip, ...cardProps }) => {
|
|
12
12
|
const getDelta = () => {
|
|
13
13
|
const currentDirection = isDelta ? (value > 0 ? 'positive' : value < 0 ? 'negative' : null) : null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { formats } from '
|
|
3
|
-
import { ChartSeries } from '
|
|
2
|
+
import { formats } from '../../../constants/data';
|
|
3
|
+
import { ChartSeries } from '../../../types/types';
|
|
4
4
|
export interface ChartProps {
|
|
5
5
|
series: ChartSeries[];
|
|
6
6
|
yAxisFormat?: keyof typeof formats;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Chart.d.ts","sourceRoot":"","sources":["../../../../src/components/Data/Chart/Chart.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAIlD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAGnD,MAAM,WAAW,UAAU;IACzB,MAAM,EAAE,WAAW,EAAE,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,OAAO,OAAO,CAAC;IACnC,WAAW,CAAC,EAAE,MAAM,OAAO,OAAO,CAAC;IACnC,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAmKtC,CAAC"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
|
-
import { Text } from '
|
|
3
|
-
import { Center } from '
|
|
4
|
-
import { Box } from '
|
|
5
|
-
import { Stack } from '
|
|
6
|
-
import { Group } from '
|
|
2
|
+
import { Text } from '../../Typography/Text/Text';
|
|
3
|
+
import { Center } from '../../Layout/Center/Center';
|
|
4
|
+
import { Box } from '../../Layout/Box/Box';
|
|
5
|
+
import { Stack } from '../../Layout/Stack/Stack';
|
|
6
|
+
import { Group } from '../../Layout/Group/Group';
|
|
7
7
|
import { Area, Bar, CartesianGrid, ComposedChart, Legend, Line, ResponsiveContainer, Tooltip, XAxis, YAxis } from 'recharts';
|
|
8
|
-
import { getChartFormatter } from '
|
|
9
|
-
import { fontStyle } from '
|
|
10
|
-
import { primary, neutral } from '
|
|
8
|
+
import { getChartFormatter } from '../../../utils/charts';
|
|
9
|
+
import { fontStyle } from '../../../constants/font';
|
|
10
|
+
import { primary, neutral } from '../../../constants/colors';
|
|
11
11
|
import { createStyles } from '@mantine/core';
|
|
12
12
|
export const Chart = ({ series, yAxisFormat = 'decimal', xAxisFormat = 'string', showLegend = true, loading = false, height = '100%' }) => {
|
|
13
13
|
const formatYAxisValue = getChartFormatter(yAxisFormat);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckboxTable.d.ts","sourceRoot":"","sources":["../../../../src/components/Data/CheckboxTable/CheckboxTable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,GAAG,EAAE,MAAM,CAAC;CACb;AAED,UAAU,kBAAkB;IAC1B,OAAO,EAAE,gBAAgB,EAAE,CAAC;IAC5B,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,IAAI,CAAC;IAChD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,QAAA,MAAM,aAAa,GAAI,uFAAgH,kBAAkB,4CAuHxJ,CAAC;AAEF,OAAO,EAAE,aAAa,EAAE,CAAC"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { useMobile } from '
|
|
3
|
-
import { Checkbox } from '
|
|
4
|
-
import { Group } from '
|
|
5
|
-
import { Box } from '
|
|
6
|
-
import { Center } from '
|
|
7
|
-
import { Stack } from '
|
|
8
|
-
import { Title } from '
|
|
9
|
-
import { neutral } from '
|
|
10
|
-
import { fontStyle } from '
|
|
2
|
+
import { useMobile } from '../../../hooks/useMediaQuery';
|
|
3
|
+
import { Checkbox } from '../../Inputs/Controls/Checkbox/Checkbox';
|
|
4
|
+
import { Group } from '../../Layout/Group/Group';
|
|
5
|
+
import { Box } from '../../Layout/Box/Box';
|
|
6
|
+
import { Center } from '../../Layout/Center/Center';
|
|
7
|
+
import { Stack } from '../../Layout/Stack/Stack';
|
|
8
|
+
import { Title } from '../../Typography/Title/Title';
|
|
9
|
+
import { neutral } from '../../../constants/colors';
|
|
10
|
+
import { fontStyle } from '../../../constants/font';
|
|
11
11
|
const CheckboxTable = ({ columns, data, className = 'none', onRowClick, title, subtitle, showColumnTitles = false, outlines = false }) => {
|
|
12
12
|
const isMobile = useMobile();
|
|
13
13
|
const style = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { numberFormats } from '
|
|
3
|
-
import { PieDataPoint } from '
|
|
2
|
+
import { numberFormats } from '../../../constants/data';
|
|
3
|
+
import { PieDataPoint } from '../../../types/types';
|
|
4
4
|
export interface PieCardCenterContentProps {
|
|
5
5
|
title: string;
|
|
6
6
|
subtitle?: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PieChart.d.ts","sourceRoot":"","sources":["../../../../src/components/Data/PieChart/PieChart.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAExD,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,MAAM,WAAW,yBAAyB;IACxC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AACD,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,YAAY,EAAE,CAAC;IACrB,MAAM,EAAE,MAAM,OAAO,aAAa,CAAC;IACnC,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,aAAa,CAAC,EAAE,yBAAyB,CAAC;CAC3C;AAED,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAwH5C,CAAC"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
2
|
import { PieChart as RechartsPieChart, Pie, Cell, ResponsiveContainer, Tooltip, Legend, Label } from 'recharts';
|
|
3
|
-
import { Text } from '
|
|
4
|
-
import { Center } from '
|
|
5
|
-
import { Group } from '
|
|
6
|
-
import { Title } from '
|
|
7
|
-
import { Stack } from '
|
|
8
|
-
import { Box } from '
|
|
9
|
-
import { neutral } from '
|
|
10
|
-
import { textStyle } from '
|
|
11
|
-
import { getChartFormatter } from '
|
|
3
|
+
import { Text } from '../../Typography/Text/Text';
|
|
4
|
+
import { Center } from '../../Layout/Center/Center';
|
|
5
|
+
import { Group } from '../../Layout/Group/Group';
|
|
6
|
+
import { Title } from '../../Typography/Title/Title';
|
|
7
|
+
import { Stack } from '../../Layout/Stack/Stack';
|
|
8
|
+
import { Box } from '../../Layout/Box/Box';
|
|
9
|
+
import { neutral } from '../../../constants/colors';
|
|
10
|
+
import { textStyle } from '../../../constants/font';
|
|
11
|
+
import { getChartFormatter } from '../../../utils/charts';
|
|
12
12
|
export const PieChart = ({ data, showLegend = true, innerRadius = 80, outerRadius = 100, paddingAngle = 5, format = 'percentage', loading = false, centerContent, height = '100%', }) => {
|
|
13
13
|
const hasData = data && data.length > 0;
|
|
14
14
|
const transformedData = data.map((item) => ({
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemovableItemList.d.ts","sourceRoot":"","sources":["../../../../src/components/Data/RemovableItemList/RemovableItemList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,UAAU,sBAAsB;IAC9B,KAAK,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;IACzB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,KAAK,CAAC,SAAS,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;CAC5B;AAED,QAAA,MAAM,iBAAiB,GAAI,6CAAkD,sBAAsB,4CAgElG,CAAC;AAEF,OAAO,EAAE,iBAAiB,EAAE,CAAC"}
|
package/dist/components/Data/{RemovableItemList.js → RemovableItemList/RemovableItemList.js}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { Box, Text } from '@mantine/core';
|
|
3
|
-
import { neutral, error } from '
|
|
4
|
-
import { fontStyle } from '
|
|
5
|
-
import { Title } from '
|
|
3
|
+
import { neutral, error } from '../../../constants/colors';
|
|
4
|
+
import { fontStyle } from '../../../constants/font';
|
|
5
|
+
import { Title } from '../../Typography/Title/Title';
|
|
6
6
|
const RemovableItemList = ({ items, onRemove, title, disabledIndices = [] }) => {
|
|
7
7
|
const style = {
|
|
8
8
|
container: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BadgeProps } from '
|
|
2
|
-
import { formats } from '
|
|
1
|
+
import { BadgeProps } from '../../Info/Badge/Badge';
|
|
2
|
+
import { formats } from '../../../constants/data';
|
|
3
3
|
interface StatsBadgeProps extends BadgeProps {
|
|
4
4
|
value: number;
|
|
5
5
|
format?: keyof typeof formats;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StatsBadge.d.ts","sourceRoot":"","sources":["../../../../src/components/Data/StatsBadge/StatsBadge.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAElD,UAAU,eAAgB,SAAQ,UAAU;IAC1C,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,OAAO,OAAO,CAAC;IAC9B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,QAAA,MAAM,UAAU,GAAI,sCAA0D,eAAe,4CA2B5F,CAAC;AAEF,OAAO,EAAE,UAAU,EAAE,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import { Badge } from '
|
|
3
|
-
import { formats } from '
|
|
2
|
+
import { Badge } from '../../Info/Badge/Badge';
|
|
3
|
+
import { formats } from '../../../constants/data';
|
|
4
4
|
const StatsBadge = ({ value, format = 'decimal', isDelta = false, ...props }) => {
|
|
5
5
|
const delta = isDelta ? (value > 0 ? 'positive' : value < 0 ? 'negative' : 'equal') : null;
|
|
6
6
|
const color = delta ? (delta === 'positive' ? 'success' : delta === 'negative' ? 'error' : 'neutral') : 'success';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BadgeProps as MantineBadgeProps } from '@mantine/core';
|
|
2
|
-
import { colors } from '
|
|
2
|
+
import { colors } from '../../../constants/colors';
|
|
3
3
|
interface BadgeProps extends Omit<MantineBadgeProps, 'color'> {
|
|
4
4
|
size?: 'sm' | 'md' | 'lg';
|
|
5
5
|
color?: keyof typeof colors;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../../src/components/Info/Badge/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAyB,UAAU,IAAI,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAGvF,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAEnD,UAAU,UAAW,SAAQ,IAAI,CAAC,iBAAiB,EAAE,OAAO,CAAC;IAC3D,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,OAAO,MAAM,CAAC;IAC5B,OAAO,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,UAAU,CAAC;CAC7C;AAED,QAAA,MAAM,KAAK,GAAI,4CAA2E,UAAU,4CA8DnG,CAAC;AAEF,OAAO,EAAE,KAAK,EAAE,CAAC;AACjB,YAAY,EAAE,UAAU,EAAE,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { Badge as MantineBadge } from '@mantine/core';
|
|
3
|
-
import { fontBase, inputFontSize } from '
|
|
4
|
-
import { colors } from '
|
|
3
|
+
import { fontBase, inputFontSize } from '../../../constants/font';
|
|
4
|
+
import { colors } from '../../../constants/colors';
|
|
5
5
|
const Badge = ({ styles, color = 'primary', variant = 'outline', size = 'md', ...props }) => {
|
|
6
6
|
const sizes = {
|
|
7
7
|
sm: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { CardProps } from '
|
|
3
|
-
import { colors } from '
|
|
2
|
+
import { CardProps } from '../../Layout/Card/Card';
|
|
3
|
+
import { colors } from '../../../constants/colors';
|
|
4
4
|
export interface InfoCardProps extends Omit<CardProps, 'children'> {
|
|
5
5
|
children: React.ReactNode;
|
|
6
6
|
variant?: keyof typeof colors;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InfoCard.d.ts","sourceRoot":"","sources":["../../../../src/components/Info/InfoCard/InfoCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAQ,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEzD,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAEnD,MAAM,WAAW,aAAc,SAAQ,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC;IAChE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,OAAO,MAAM,CAAC;CAC/B;AAED,eAAO,MAAM,QAAQ,GAAI,qCAAiD,aAAa,4CAwBtF,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import { Card } from '
|
|
3
|
-
import { Center } from '
|
|
4
|
-
import { colors } from '
|
|
2
|
+
import { Card } from '../../Layout/Card/Card';
|
|
3
|
+
import { Center } from '../../Layout/Center/Center';
|
|
4
|
+
import { colors } from '../../../constants/colors';
|
|
5
5
|
export const InfoCard = ({ children, variant = 'primary', ...cardProps }) => {
|
|
6
6
|
const colorPalette = colors[variant];
|
|
7
7
|
const style = {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../../../../src/components/Info/Modals/Modal/Modal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,UAAU,UAAU;IAClB,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB;AAGD,eAAO,MAAM,KAAK,GAAI,6DAAuE,UAAU,4CAoEtG,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { Modal as MantineModal } from '@mantine/core';
|
|
3
|
-
import { neutral } from '
|
|
4
|
-
import { Title } from '
|
|
5
|
-
import { Stack } from '
|
|
6
|
-
import { Center } from '
|
|
3
|
+
import { neutral } from '../../../../constants/colors';
|
|
4
|
+
import { Title } from '../../../Typography/Title/Title';
|
|
5
|
+
import { Stack } from '../../../Layout/Stack/Stack';
|
|
6
|
+
import { Center } from '../../../Layout/Center/Center';
|
|
7
7
|
// Base modal is intended to be extended and customized - use InfoModal or ConfirmationModal for common use cases
|
|
8
8
|
export const Modal = ({ opened, onClose, icon, title, subtitle, children, width = '40rem' }) => {
|
|
9
9
|
return (_jsx(MantineModal, { opened: opened, onClose: onClose, centered: true, radius: '16px', overlayProps: {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ModalProvider.d.ts","sourceRoot":"","sources":["../../../../../src/components/Info/Modals/ModalProvider/ModalProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,aAAa,GAAI,cAAc;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,4CAkBxE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationProvider.d.ts","sourceRoot":"","sources":["../../../../../src/components/Info/Notifications/NotificationProvider/NotificationProvider.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,oBAAoB,+CA2ChC,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { Notifications } from '@mantine/notifications';
|
|
3
3
|
import { createStyles } from '@mantine/core';
|
|
4
|
-
import { neutral } from '
|
|
5
|
-
import { useMobile } from '
|
|
4
|
+
import { neutral } from '../../../../constants/colors';
|
|
5
|
+
import { useMobile } from '../../../../hooks/useMediaQuery';
|
|
6
6
|
export const NotificationProvider = () => {
|
|
7
7
|
const isMobile = useMobile();
|
|
8
8
|
const { classes } = createStyles(() => ({
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormulaTooltip.d.ts","sourceRoot":"","sources":["../../../../../src/components/Info/Tooltips/FormulaTooltip/FormulaTooltip.tsx"],"names":[],"mappings":"AAQA,UAAU,mBAAmB;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,QAAA,MAAM,cAAc,GAAI,oCAAoC,mBAAmB,4CAgB9E,CAAC;AAEF,OAAO,EAAE,cAAc,EAAE,CAAC"}
|
package/dist/components/Info/Tooltips/{FormulaTooltip.js → FormulaTooltip/FormulaTooltip.js}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Box } from '
|
|
3
|
-
import { Text } from '
|
|
4
|
-
import { Formula } from '
|
|
5
|
-
import { Stack } from '
|
|
6
|
-
import { blue } from '
|
|
7
|
-
import { Center } from '
|
|
2
|
+
import { Box } from '../../../Layout/Box/Box';
|
|
3
|
+
import { Text } from '../../../Typography/Text/Text';
|
|
4
|
+
import { Formula } from '../../../Typography/Formula/Formula';
|
|
5
|
+
import { Stack } from '../../../Layout/Stack/Stack';
|
|
6
|
+
import { blue } from '../../../../constants/colors';
|
|
7
|
+
import { Center } from '../../../Layout/Center/Center';
|
|
8
8
|
const FormulaTooltip = ({ title, description, expression }) => {
|
|
9
9
|
return (_jsx(Box, { p: "0.8rem", children: _jsxs(Stack, { gap: "1.6rem", children: [_jsxs(Stack, { gap: "0.8rem", sx: { maxWidth: '500px' }, children: [_jsx(Text, { weight: "semibold", children: title }), _jsx(Text, { variant: "label", children: description })] }), _jsx("div", { style: { padding: '1.6rem 2.4rem', borderRadius: '16px', backgroundColor: blue[25], width: '100%' }, children: _jsx(Center, { children: _jsx(Formula, { expression: expression, color: blue[300] }) }) })] }) }));
|
|
10
10
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InfoTooltip.d.ts","sourceRoot":"","sources":["../../../../../src/components/Info/Tooltips/InfoTooltip/InfoTooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAI5C,UAAU,gBAAgB;IACxB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,SAAS,GAAG,YAAY,GAAG,WAAW,GAAG,cAAc,CAAC;IACnE,IAAI,CAAC,EAAE,MAAM,OAAO,cAAc,CAAC;IACnC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC;IACnC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,OAAO,iBAAiB,CAAC;CAC1C;AAED,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;CAatB,CAAC;AAEF,QAAA,MAAM,cAAc;;;;;CAKV,CAAC;AAEX,QAAA,MAAM,WAAW,GAAI,iFAA+G,gBAAgB,4CAcnJ,CAAC;AAEF,OAAO,EAAE,WAAW,EAAE,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import { error, neutral, warning } from '
|
|
3
|
-
import { Tooltip } from '
|
|
2
|
+
import { error, neutral, warning } from '../../../../constants/colors';
|
|
3
|
+
import { Tooltip } from '../Tooltip/Tooltip';
|
|
4
4
|
const componentVariants = {
|
|
5
5
|
info: {
|
|
6
6
|
color: neutral[100],
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../../../src/components/Info/Tooltips/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAI5C,UAAU,YAAY;IACpB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,QAAQ,CAAC,EAAE,SAAS,GAAG,YAAY,GAAG,WAAW,GAAG,cAAc,CAAC;IACnE,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC;IACnC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,QAAA,MAAM,OAAO,GAAI,mEAAiF,YAAY,4CAgD7G,CAAC;AAEF,OAAO,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { Tooltip as MantineTooltip, Box } from '@mantine/core';
|
|
3
|
-
import { neutral } from '
|
|
4
|
-
import { fontBase, fontSize, fontWeight } from '
|
|
3
|
+
import { neutral } from '../../../../constants/colors';
|
|
4
|
+
import { fontBase, fontSize, fontWeight } from '../../../../constants/font';
|
|
5
5
|
const Tooltip = ({ children, text, position = 'top-start', offset, className, styles, maxWidth }) => {
|
|
6
6
|
const positionToTransition = {
|
|
7
7
|
'top-end': 'slide-up',
|
|
@@ -7,6 +7,7 @@ export interface ButtonProps extends MantineButtonProps {
|
|
|
7
7
|
variant?: keyof typeof componentVariants;
|
|
8
8
|
fullWidth?: boolean;
|
|
9
9
|
toggled?: boolean;
|
|
10
|
+
shadow?: boolean;
|
|
10
11
|
}
|
|
11
|
-
export declare const Button: ({ onClick, size, variant, fullWidth, toggled, styles, ...props }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export declare const Button: ({ onClick, size, variant, fullWidth, toggled, shadow, styles, ...props }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
13
|
//# sourceMappingURL=Button.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../../src/components/Inputs/Buttons/Button/Button.tsx"],"names":[],"mappings":"AACA,OAAO,EAA2B,WAAW,IAAI,kBAAkB,EAAE,MAAM,eAAe,CAAC;AAE3F,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AACzC,OAAO,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAE/C,MAAM,WAAW,WAAY,SAAQ,kBAAkB;IACrD,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,OAAO,cAAc,CAAC;IACnC,OAAO,CAAC,EAAE,MAAM,OAAO,iBAAiB,CAAC;IACzC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../../src/components/Inputs/Buttons/Button/Button.tsx"],"names":[],"mappings":"AACA,OAAO,EAA2B,WAAW,IAAI,kBAAkB,EAAE,MAAM,eAAe,CAAC;AAE3F,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AACzC,OAAO,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAE/C,MAAM,WAAW,WAAY,SAAQ,kBAAkB;IACrD,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,OAAO,cAAc,CAAC;IACnC,OAAO,CAAC,EAAE,MAAM,OAAO,iBAAiB,CAAC;IACzC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,MAAM,GAAI,0EAAqH,WAAW,4CAmCtJ,CAAC"}
|
|
@@ -3,7 +3,7 @@ import { Button as MantineButton } from '@mantine/core';
|
|
|
3
3
|
import { fontBase, fontWeight } from '../../../../constants/font';
|
|
4
4
|
import { componentSizes } from './sizes';
|
|
5
5
|
import { componentVariants } from './variants';
|
|
6
|
-
export const Button = ({ onClick, size = 'md', variant = 'primary', fullWidth = false, toggled = false, styles, ...props }) => {
|
|
6
|
+
export const Button = ({ onClick, size = 'md', variant = 'primary', fullWidth = false, toggled = false, shadow = false, styles, ...props }) => {
|
|
7
7
|
const selectedVariant = componentVariants[variant];
|
|
8
8
|
const selectedSize = componentSizes[size];
|
|
9
9
|
// Apply active styles for nav variant when isActive is true
|
|
@@ -25,6 +25,7 @@ export const Button = ({ onClick, size = 'md', variant = 'primary', fullWidth =
|
|
|
25
25
|
padding: selectedSize.padding,
|
|
26
26
|
minWidth: `${selectedSize.minWidth}rem`,
|
|
27
27
|
fontSize: selectedSize.fontSize,
|
|
28
|
+
boxShadow: shadow ? '0px 1px 3px 0px rgba(0, 0, 0, 0.1)' : 'none',
|
|
28
29
|
...getVariantStyles(),
|
|
29
30
|
},
|
|
30
31
|
label: {
|
|
@@ -3,7 +3,7 @@ import { Box, Group } from '@mantine/core';
|
|
|
3
3
|
import { neutral } from '../../../../constants/colors';
|
|
4
4
|
import { componentSizes } from '../shared/sizes';
|
|
5
5
|
import { Select } from '../Select/Select';
|
|
6
|
-
import { Text } from '../../../Typography/Text';
|
|
6
|
+
import { Text } from '../../../Typography/Text/Text';
|
|
7
7
|
import { fontBase } from '../../../../constants/font';
|
|
8
8
|
const CascadingSelect = ({ data = [], value, placeholder = 'Select an option', size = 'md', width, fullWidth = false, styles, ...props }) => {
|
|
9
9
|
const selectedSize = componentSizes[size];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { Stack } from '../Stack/Stack';
|
|
3
|
-
import { Title } from '../../Typography/Title';
|
|
3
|
+
import { Title } from '../../Typography/Title/Title';
|
|
4
4
|
const Frame = ({ title, subtitle, children, width, styles }) => {
|
|
5
5
|
return (_jsxs(Stack, { mt: "1.25rem", width: width || '100%', gap: "0", ...styles, children: [_jsxs(Stack, { mb: "1.25rem", gap: "0", children: [_jsx(Title, { variant: "sectionHeader", children: title }), subtitle && _jsx(Title, { variant: "sectionSubheader", children: subtitle })] }), children] }));
|
|
6
6
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { Card as MantineCard } from '@mantine/core';
|
|
3
3
|
import { Stack } from '../Stack/Stack';
|
|
4
|
-
import { Title } from '../../Typography/Title';
|
|
4
|
+
import { Title } from '../../Typography/Title/Title';
|
|
5
5
|
import { Box } from '../Box/Box';
|
|
6
6
|
export const SectionCard = ({ title, subtitle, children, color = 'primary', ...props }) => {
|
|
7
7
|
return (_jsxs(MantineCard, { radius: "20px", shadow: "lg", withBorder: true, padding: 0, ...props, children: [_jsx(Box, { sx: {
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { LoadingOverlayProps as MantineLoadingOverlayProps } from '@mantine/core';
|
|
2
|
+
export interface LoadingOverlayProps extends MantineLoadingOverlayProps {
|
|
3
|
+
}
|
|
4
|
+
export declare const LoadingOverlay: ({ ...props }: LoadingOverlayProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
//# sourceMappingURL=LoadingOverlay.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LoadingOverlay.d.ts","sourceRoot":"","sources":["../../../../src/components/Misc/LoadingOverlay/LoadingOverlay.tsx"],"names":[],"mappings":"AAGA,OAAO,EAA2C,mBAAmB,IAAI,0BAA0B,EAAE,MAAM,eAAe,CAAC;AAE3H,MAAM,WAAW,mBAAoB,SAAQ,0BAA0B;CACtE;AAGD,eAAO,MAAM,cAAc,GAAI,cAAe,mBAAmB,4CAWhE,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { primary } from '../../../constants';
|
|
3
|
+
import { LoadingOverlay as MantineLoadingOverlay } from '@mantine/core';
|
|
4
|
+
export const LoadingOverlay = ({ ...props }) => {
|
|
5
|
+
return _jsx(MantineLoadingOverlay, { ...props, overlayBlur: 3, overlayOpacity: 0.5, loaderProps: {
|
|
6
|
+
size: 'xl',
|
|
7
|
+
color: `${primary[200]}`,
|
|
8
|
+
} });
|
|
9
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CollapsibleText.d.ts","sourceRoot":"","sources":["../../../../src/components/Typography/CollapsibleText/CollapsibleText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAEpD,UAAU,oBAAoB;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,OAAO,SAAS,CAAC;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC7B,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IACrC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED,QAAA,MAAM,eAAe,GAAI,2DAAoE,oBAAoB,4CAuBhH,CAAC;AAEF,OAAO,EAAE,eAAe,EAAE,CAAC"}
|
package/dist/components/Typography/{CollapsibleText.js → CollapsibleText/CollapsibleText.js}
RENAMED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
2
|
import { IconCaretDownFilled } from '@tabler/icons-react';
|
|
3
|
-
import { primary } from '
|
|
4
|
-
import { Box } from '
|
|
5
|
-
import { Group } from '
|
|
6
|
-
import { Text } from '
|
|
7
|
-
import { Transition } from '
|
|
8
|
-
import { UnstyledButton } from '
|
|
3
|
+
import { primary } from '../../../constants/colors';
|
|
4
|
+
import { Box } from '../../Layout/Box/Box';
|
|
5
|
+
import { Group } from '../../Layout/Group/Group';
|
|
6
|
+
import { Text } from '../Text/Text';
|
|
7
|
+
import { Transition } from '../../Misc/Transition/Transition';
|
|
8
|
+
import { UnstyledButton } from '../../Inputs/Buttons/UnstyledButton/UnstyledButton';
|
|
9
9
|
const CollapsibleText = ({ text, variant = 'body', className, opened, setOpened, children }) => {
|
|
10
10
|
return (_jsxs(_Fragment, { children: [_jsx(UnstyledButton, { className: className, onClick: () => setOpened(!opened), children: _jsxs(Group, { gap: "0.4rem", align: "center", children: [_jsx(Text, { variant: variant, color: primary[200], children: text }), _jsx(IconCaretDownFilled, { size: 18, style: {
|
|
11
11
|
color: primary[200],
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Formula.d.ts","sourceRoot":"","sources":["../../../../src/components/Typography/Formula/Formula.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AAK/D,UAAU,YAAY;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,OAAO,UAAU,CAAC;IACjC,IAAI,CAAC,EAAE,MAAM,OAAO,QAAQ,CAAC;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAqMD,QAAA,MAAM,OAAO,GAAI,qCAAqC,YAAY,4CAKjE,CAAC;AAEF,OAAO,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Text } from '
|
|
3
|
-
import { Fraction } from '
|
|
4
|
-
import { Group } from '
|
|
2
|
+
import { Text } from '../Text/Text';
|
|
3
|
+
import { Fraction } from '../Fraction/Fraction';
|
|
4
|
+
import { Group } from '../../Layout/Group/Group';
|
|
5
5
|
class FormulaParser {
|
|
6
6
|
constructor() {
|
|
7
7
|
this.tokens = [];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Fraction.d.ts","sourceRoot":"","sources":["../../../../src/components/Typography/Fraction/Fraction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,UAAU,aAAc,SAAQ,IAAI,CAAC,SAAS,EAAE,UAAU,GAAG,QAAQ,CAAC;IACpE,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,WAAW,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B;AAED,QAAA,MAAM,QAAQ,GAAI,0DAAmE,aAAa,4CAajG,CAAC;AAEF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
|