@adiba-banking-cloud/backoffice 0.0.108 → 0.0.109
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/build/index.cjs.js/{heatmap-Cm0PBTZe.js → heatmap-DXJks0zK.js} +1 -1
- package/build/index.cjs.js/{index-jtq18FyK.js → index-gcS03wMm.js} +532 -401
- package/build/index.cjs.js/index.js +2 -1
- package/build/index.esm.js/{heatmap-RBbWy08F.js → heatmap-CepUbu_q.js} +1 -1
- package/build/index.esm.js/{index-Df9bhaj8.js → index-DiovLS6Z.js} +509 -379
- package/build/index.esm.js/index.js +1 -1
- package/build/typings/components/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { modals } from '@mantine/modals';
|
|
2
|
-
import React, { useRef, useMemo, useEffect, useState } from 'react';
|
|
3
|
-
import { Center, Image, Space, Popover, Button, Stack, Divider, Group, Text, Menu, Avatar, Badge, NavLink, Card, TextInput, ActionIcon, Box, Title, SegmentedControl, Breadcrumbs, Anchor, ColorSwatch, AspectRatio, Overlay, rem, SimpleGrid, Indicator, Table, createTheme, PinInput, Drawer as Drawer$1, ScrollArea, NumberInput, PasswordInput, Textarea, Grid } from '@mantine/core';
|
|
2
|
+
import React$1, { useRef, useMemo, useEffect, useState } from 'react';
|
|
3
|
+
import { Center, Image, Space, Popover, Button, Stack, Divider, Group, Text, Menu, Avatar, Badge, NavLink, Card, TextInput, ActionIcon, Box, Title, SegmentedControl, Breadcrumbs, Anchor, ColorSwatch, AspectRatio, Overlay, rem, SimpleGrid, Indicator, Table, createTheme, PinInput, Drawer as Drawer$1, ScrollArea, NumberInput, PasswordInput, Textarea, Grid, ThemeIcon } from '@mantine/core';
|
|
4
4
|
import { DotLottieReact } from '@lottiefiles/dotlottie-react';
|
|
5
5
|
import _extends from '@babel/runtime/helpers/extends';
|
|
6
6
|
import HighchartsReact from 'highcharts-react-official';
|
|
@@ -11345,7 +11345,7 @@ const Column = props => {
|
|
|
11345
11345
|
chartRef.current.chart.update(chartOptions, true);
|
|
11346
11346
|
}
|
|
11347
11347
|
}, [chartOptions]);
|
|
11348
|
-
return /*#__PURE__*/React.createElement(HighchartsReact, {
|
|
11348
|
+
return /*#__PURE__*/React$1.createElement(HighchartsReact, {
|
|
11349
11349
|
highcharts: Highcharts,
|
|
11350
11350
|
ref: chartRef,
|
|
11351
11351
|
options: chartOptions
|
|
@@ -11368,7 +11368,7 @@ const EqualizerColumn = props => {
|
|
|
11368
11368
|
showYLabel: props.showYLabel,
|
|
11369
11369
|
showAxisLabel: props.showAxisLabel
|
|
11370
11370
|
};
|
|
11371
|
-
return /*#__PURE__*/React.createElement(Column, chartOptions);
|
|
11371
|
+
return /*#__PURE__*/React$1.createElement(Column, chartOptions);
|
|
11372
11372
|
};
|
|
11373
11373
|
const SimpleColumn = props => {
|
|
11374
11374
|
const chartOptions = {
|
|
@@ -11387,10 +11387,10 @@ const SimpleColumn = props => {
|
|
|
11387
11387
|
showYLabel: props.showYLabel,
|
|
11388
11388
|
showAxisLabel: props.showAxisLabel
|
|
11389
11389
|
};
|
|
11390
|
-
return /*#__PURE__*/React.createElement(Column, chartOptions);
|
|
11390
|
+
return /*#__PURE__*/React$1.createElement(Column, chartOptions);
|
|
11391
11391
|
};
|
|
11392
11392
|
const StackedColumn = props => {
|
|
11393
|
-
return /*#__PURE__*/React.createElement(Column, _extends({}, props, {
|
|
11393
|
+
return /*#__PURE__*/React$1.createElement(Column, _extends({}, props, {
|
|
11394
11394
|
equalizer: false
|
|
11395
11395
|
}));
|
|
11396
11396
|
};
|
|
@@ -11688,7 +11688,7 @@ const Area = props => {
|
|
|
11688
11688
|
chartRef.current.chart.update(chartOptions, true);
|
|
11689
11689
|
}
|
|
11690
11690
|
}, [chartOptions]);
|
|
11691
|
-
return /*#__PURE__*/React.createElement(HighchartsReact, {
|
|
11691
|
+
return /*#__PURE__*/React$1.createElement(HighchartsReact, {
|
|
11692
11692
|
highcharts: Highcharts,
|
|
11693
11693
|
ref: chartRef,
|
|
11694
11694
|
options: chartOptions
|
|
@@ -11709,7 +11709,7 @@ const SimpleArea = props => {
|
|
|
11709
11709
|
showYAxis: props.showYAxis,
|
|
11710
11710
|
step: props.step
|
|
11711
11711
|
};
|
|
11712
|
-
return /*#__PURE__*/React.createElement(Area, chartOptions);
|
|
11712
|
+
return /*#__PURE__*/React$1.createElement(Area, chartOptions);
|
|
11713
11713
|
};
|
|
11714
11714
|
const MultiAxisArea = props => {
|
|
11715
11715
|
const chartRef = useRef(null);
|
|
@@ -11727,7 +11727,7 @@ const MultiAxisArea = props => {
|
|
|
11727
11727
|
chartRef.current.chart.update(chartOptions, true);
|
|
11728
11728
|
}
|
|
11729
11729
|
}, [chartOptions]);
|
|
11730
|
-
return /*#__PURE__*/React.createElement(HighchartsReact, {
|
|
11730
|
+
return /*#__PURE__*/React$1.createElement(HighchartsReact, {
|
|
11731
11731
|
highcharts: Highcharts,
|
|
11732
11732
|
ref: chartRef,
|
|
11733
11733
|
options: chartOptions
|
|
@@ -11749,7 +11749,7 @@ const StackedArea = props => {
|
|
|
11749
11749
|
chartRef.current.chart.update(chartOptions, true);
|
|
11750
11750
|
}
|
|
11751
11751
|
}, [chartOptions]);
|
|
11752
|
-
return /*#__PURE__*/React.createElement(HighchartsReact, {
|
|
11752
|
+
return /*#__PURE__*/React$1.createElement(HighchartsReact, {
|
|
11753
11753
|
highcharts: Highcharts,
|
|
11754
11754
|
ref: chartRef,
|
|
11755
11755
|
options: chartOptions
|
|
@@ -12145,7 +12145,7 @@ const initChart$2 = props => {
|
|
|
12145
12145
|
}
|
|
12146
12146
|
|
|
12147
12147
|
// Fallback: use dynamic import (async, but will work in Vite/Storybook)
|
|
12148
|
-
import('./heatmap-
|
|
12148
|
+
import('./heatmap-CepUbu_q.js').then(function (n) { return n.h; }).then(heatmapModule => {
|
|
12149
12149
|
const moduleFn = typeof heatmapModule === "function" ? heatmapModule : heatmapModule?.default || heatmapModule;
|
|
12150
12150
|
if (typeof moduleFn === "function") {
|
|
12151
12151
|
moduleFn(Highcharts);
|
|
@@ -12170,7 +12170,7 @@ const Heatmap = props => {
|
|
|
12170
12170
|
chartRef.current.chart.update(chartOptions, true);
|
|
12171
12171
|
}
|
|
12172
12172
|
}, [chartOptions]);
|
|
12173
|
-
return /*#__PURE__*/React.createElement(HighchartsReact, {
|
|
12173
|
+
return /*#__PURE__*/React$1.createElement(HighchartsReact, {
|
|
12174
12174
|
highcharts: Highcharts,
|
|
12175
12175
|
ref: chartRef,
|
|
12176
12176
|
options: chartOptions
|
|
@@ -12386,17 +12386,17 @@ const initCalendarSeries = props => {
|
|
|
12386
12386
|
};
|
|
12387
12387
|
};
|
|
12388
12388
|
const BasicHeatmap = props => {
|
|
12389
|
-
return /*#__PURE__*/React.createElement(Heatmap, _extends({}, props, {
|
|
12389
|
+
return /*#__PURE__*/React$1.createElement(Heatmap, _extends({}, props, {
|
|
12390
12390
|
type: "basic"
|
|
12391
12391
|
}));
|
|
12392
12392
|
};
|
|
12393
12393
|
const InterpolatedHeatmap = props => {
|
|
12394
|
-
return /*#__PURE__*/React.createElement(Heatmap, _extends({}, props, {
|
|
12394
|
+
return /*#__PURE__*/React$1.createElement(Heatmap, _extends({}, props, {
|
|
12395
12395
|
type: "interpolated"
|
|
12396
12396
|
}));
|
|
12397
12397
|
};
|
|
12398
12398
|
const CalendarHeatmap = props => {
|
|
12399
|
-
return /*#__PURE__*/React.createElement(Heatmap, _extends({}, props, {
|
|
12399
|
+
return /*#__PURE__*/React$1.createElement(Heatmap, _extends({}, props, {
|
|
12400
12400
|
type: "calendar"
|
|
12401
12401
|
}));
|
|
12402
12402
|
};
|
|
@@ -12502,7 +12502,7 @@ const DonutChart = props => {
|
|
|
12502
12502
|
chartRef.current.chart.update(chartOptions, true);
|
|
12503
12503
|
}
|
|
12504
12504
|
}, [chartOptions]);
|
|
12505
|
-
return /*#__PURE__*/React.createElement(HighchartsReact, {
|
|
12505
|
+
return /*#__PURE__*/React$1.createElement(HighchartsReact, {
|
|
12506
12506
|
highcharts: Highcharts$1,
|
|
12507
12507
|
ref: chartRef,
|
|
12508
12508
|
options: chartOptions
|
|
@@ -12601,7 +12601,7 @@ const PieChart = props => {
|
|
|
12601
12601
|
chartRef.current.chart.update(chartOptions, true);
|
|
12602
12602
|
}
|
|
12603
12603
|
}, [chartOptions]);
|
|
12604
|
-
return /*#__PURE__*/React.createElement(HighchartsReact, {
|
|
12604
|
+
return /*#__PURE__*/React$1.createElement(HighchartsReact, {
|
|
12605
12605
|
highcharts: Highcharts$1,
|
|
12606
12606
|
ref: chartRef,
|
|
12607
12607
|
options: chartOptions
|
|
@@ -12637,7 +12637,7 @@ const Icons = _ref => {
|
|
|
12637
12637
|
color
|
|
12638
12638
|
} = _ref;
|
|
12639
12639
|
const Element = IconSax[name];
|
|
12640
|
-
return /*#__PURE__*/React.createElement(Element, {
|
|
12640
|
+
return /*#__PURE__*/React$1.createElement(Element, {
|
|
12641
12641
|
size,
|
|
12642
12642
|
color,
|
|
12643
12643
|
variant,
|
|
@@ -12659,15 +12659,15 @@ const Logo = _ref => {
|
|
|
12659
12659
|
fit,
|
|
12660
12660
|
...rest
|
|
12661
12661
|
} = _ref;
|
|
12662
|
-
return /*#__PURE__*/React.createElement(Center, _extends({}, rest, {
|
|
12662
|
+
return /*#__PURE__*/React$1.createElement(Center, _extends({}, rest, {
|
|
12663
12663
|
component: Link,
|
|
12664
12664
|
display: "flex",
|
|
12665
12665
|
to: href
|
|
12666
|
-
}), /*#__PURE__*/React.createElement(Image, {
|
|
12666
|
+
}), /*#__PURE__*/React$1.createElement(Image, {
|
|
12667
12667
|
fallbackSrc: fallbackSrc,
|
|
12668
12668
|
src: src,
|
|
12669
12669
|
fit: fit
|
|
12670
|
-
}), /*#__PURE__*/React.createElement(Space, {
|
|
12670
|
+
}), /*#__PURE__*/React$1.createElement(Space, {
|
|
12671
12671
|
flex: 1,
|
|
12672
12672
|
hidden: true
|
|
12673
12673
|
}));
|
|
@@ -12680,7 +12680,7 @@ const DynamicLogo = _ref2 => {
|
|
|
12680
12680
|
w = 180,
|
|
12681
12681
|
...rest
|
|
12682
12682
|
} = _ref2;
|
|
12683
|
-
return /*#__PURE__*/React.createElement(Logo, _extends({}, rest, {
|
|
12683
|
+
return /*#__PURE__*/React$1.createElement(Logo, _extends({}, rest, {
|
|
12684
12684
|
href,
|
|
12685
12685
|
src,
|
|
12686
12686
|
fit,
|
|
@@ -12694,7 +12694,7 @@ const DynamicShigaLogo = _ref3 => {
|
|
|
12694
12694
|
fit = "contain",
|
|
12695
12695
|
...rest
|
|
12696
12696
|
} = _ref3;
|
|
12697
|
-
return /*#__PURE__*/React.createElement(Logo, _extends({}, rest, {
|
|
12697
|
+
return /*#__PURE__*/React$1.createElement(Logo, _extends({}, rest, {
|
|
12698
12698
|
href,
|
|
12699
12699
|
src,
|
|
12700
12700
|
fit,
|
|
@@ -12708,13 +12708,13 @@ const ApplicationMenuTarget = _ref => {
|
|
|
12708
12708
|
toggle,
|
|
12709
12709
|
...rest
|
|
12710
12710
|
} = _ref;
|
|
12711
|
-
return /*#__PURE__*/React.createElement(Popover.Target, null, /*#__PURE__*/React.createElement(Button, {
|
|
12711
|
+
return /*#__PURE__*/React$1.createElement(Popover.Target, null, /*#__PURE__*/React$1.createElement(Button, {
|
|
12712
12712
|
variant: "transparent",
|
|
12713
12713
|
justify: "space-between",
|
|
12714
12714
|
h: 60,
|
|
12715
12715
|
fw: 300,
|
|
12716
12716
|
w: 200,
|
|
12717
|
-
rightSection: /*#__PURE__*/React.createElement(Icons, {
|
|
12717
|
+
rightSection: /*#__PURE__*/React$1.createElement(Icons, {
|
|
12718
12718
|
name: "ArrowDown2",
|
|
12719
12719
|
size: 16
|
|
12720
12720
|
}),
|
|
@@ -12729,32 +12729,32 @@ const ApplicationMenuDropdown = _ref => {
|
|
|
12729
12729
|
moreLink,
|
|
12730
12730
|
toggle
|
|
12731
12731
|
} = _ref;
|
|
12732
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Popover.Dropdown, {
|
|
12732
|
+
return /*#__PURE__*/React$1.createElement(React$1.Fragment, null, /*#__PURE__*/React$1.createElement(Popover.Dropdown, {
|
|
12733
12733
|
ml: "md",
|
|
12734
12734
|
p: 5
|
|
12735
|
-
}, /*#__PURE__*/React.createElement(Stack, {
|
|
12735
|
+
}, /*#__PURE__*/React$1.createElement(Stack, {
|
|
12736
12736
|
gap: 5,
|
|
12737
12737
|
p: 0
|
|
12738
|
-
}, /*#__PURE__*/React.createElement(Stack, {
|
|
12738
|
+
}, /*#__PURE__*/React$1.createElement(Stack, {
|
|
12739
12739
|
gap: 5,
|
|
12740
12740
|
align: "flex-start"
|
|
12741
|
-
}, items.map((item, index) => /*#__PURE__*/React.createElement(DropdownItem, _extends({
|
|
12741
|
+
}, items.map((item, index) => /*#__PURE__*/React$1.createElement(DropdownItem, _extends({
|
|
12742
12742
|
key: `item-${index}`
|
|
12743
12743
|
}, item, {
|
|
12744
12744
|
onClick: e => {
|
|
12745
12745
|
toggle();
|
|
12746
12746
|
item.onClick(e);
|
|
12747
12747
|
}
|
|
12748
|
-
})))), /*#__PURE__*/React.createElement(Divider, null), /*#__PURE__*/React.createElement(Group, {
|
|
12748
|
+
})))), /*#__PURE__*/React$1.createElement(Divider, null), /*#__PURE__*/React$1.createElement(Group, {
|
|
12749
12749
|
grow: true,
|
|
12750
12750
|
justify: "center"
|
|
12751
|
-
}, /*#__PURE__*/React.createElement(Button, {
|
|
12751
|
+
}, /*#__PURE__*/React$1.createElement(Button, {
|
|
12752
12752
|
variant: "subtle",
|
|
12753
12753
|
p: 0,
|
|
12754
12754
|
component: Link,
|
|
12755
12755
|
to: moreLink,
|
|
12756
12756
|
onClick: toggle
|
|
12757
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
12757
|
+
}, /*#__PURE__*/React$1.createElement(Text, {
|
|
12758
12758
|
size: "xs",
|
|
12759
12759
|
fw: 300,
|
|
12760
12760
|
w: 320
|
|
@@ -12772,7 +12772,7 @@ const DropdownItem = _ref2 => {
|
|
|
12772
12772
|
id,
|
|
12773
12773
|
onClick
|
|
12774
12774
|
} = _ref2;
|
|
12775
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Button, {
|
|
12775
|
+
return /*#__PURE__*/React$1.createElement(React$1.Fragment, null, /*#__PURE__*/React$1.createElement(Button, {
|
|
12776
12776
|
variant: "subtle",
|
|
12777
12777
|
fw: 300,
|
|
12778
12778
|
mih: 70,
|
|
@@ -12780,15 +12780,15 @@ const DropdownItem = _ref2 => {
|
|
|
12780
12780
|
c: active ? activeColor : inactiveColor,
|
|
12781
12781
|
onClick: onClick,
|
|
12782
12782
|
"data-index": id
|
|
12783
|
-
}, /*#__PURE__*/React.createElement(Group, {
|
|
12783
|
+
}, /*#__PURE__*/React$1.createElement(Group, {
|
|
12784
12784
|
w: 320
|
|
12785
|
-
}, /*#__PURE__*/React.createElement(Icons, icon), /*#__PURE__*/React.createElement(Stack, {
|
|
12785
|
+
}, /*#__PURE__*/React$1.createElement(Icons, icon), /*#__PURE__*/React$1.createElement(Stack, {
|
|
12786
12786
|
align: "flex-start",
|
|
12787
12787
|
gap: 5
|
|
12788
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
12788
|
+
}, /*#__PURE__*/React$1.createElement(Text, {
|
|
12789
12789
|
size: "sm",
|
|
12790
12790
|
fw: 300
|
|
12791
|
-
}, title), /*#__PURE__*/React.createElement(Text, {
|
|
12791
|
+
}, title), /*#__PURE__*/React$1.createElement(Text, {
|
|
12792
12792
|
size: "xs",
|
|
12793
12793
|
fz: 11,
|
|
12794
12794
|
fw: 300
|
|
@@ -12806,7 +12806,7 @@ const ApplicationMenu = _ref => {
|
|
|
12806
12806
|
const [opened, {
|
|
12807
12807
|
toggle
|
|
12808
12808
|
}] = useDisclosure(false);
|
|
12809
|
-
return /*#__PURE__*/React.createElement(Popover, {
|
|
12809
|
+
return /*#__PURE__*/React$1.createElement(Popover, {
|
|
12810
12810
|
transitionProps: {
|
|
12811
12811
|
transition
|
|
12812
12812
|
},
|
|
@@ -12820,9 +12820,9 @@ const ApplicationMenu = _ref => {
|
|
|
12820
12820
|
radius: "sm",
|
|
12821
12821
|
opened: opened,
|
|
12822
12822
|
onChange: toggle
|
|
12823
|
-
}, /*#__PURE__*/React.createElement(ApplicationMenuTarget, {
|
|
12823
|
+
}, /*#__PURE__*/React$1.createElement(ApplicationMenuTarget, {
|
|
12824
12824
|
toggle
|
|
12825
|
-
}, label), /*#__PURE__*/React.createElement(ApplicationMenuDropdown, {
|
|
12825
|
+
}, label), /*#__PURE__*/React$1.createElement(ApplicationMenuDropdown, {
|
|
12826
12826
|
items,
|
|
12827
12827
|
moreLink,
|
|
12828
12828
|
moreText,
|
|
@@ -12836,32 +12836,32 @@ const UserMenuTarget = _ref => {
|
|
|
12836
12836
|
username,
|
|
12837
12837
|
avatar
|
|
12838
12838
|
} = _ref;
|
|
12839
|
-
return /*#__PURE__*/React.createElement(Menu.Target, null, /*#__PURE__*/React.createElement(Button, {
|
|
12839
|
+
return /*#__PURE__*/React$1.createElement(Menu.Target, null, /*#__PURE__*/React$1.createElement(Button, {
|
|
12840
12840
|
variant: "subtle",
|
|
12841
12841
|
h: 50,
|
|
12842
12842
|
px: 10,
|
|
12843
12843
|
radius: "md"
|
|
12844
|
-
}, /*#__PURE__*/React.createElement(Group, {
|
|
12844
|
+
}, /*#__PURE__*/React$1.createElement(Group, {
|
|
12845
12845
|
gap: "sm"
|
|
12846
|
-
}, /*#__PURE__*/React.createElement(Avatar, {
|
|
12846
|
+
}, /*#__PURE__*/React$1.createElement(Avatar, {
|
|
12847
12847
|
src: avatar,
|
|
12848
12848
|
radius: "md",
|
|
12849
12849
|
key: name,
|
|
12850
12850
|
name: name,
|
|
12851
12851
|
color: "initials",
|
|
12852
12852
|
bd: "0.5px solid adiba.2"
|
|
12853
|
-
}), /*#__PURE__*/React.createElement(Stack, {
|
|
12853
|
+
}), /*#__PURE__*/React$1.createElement(Stack, {
|
|
12854
12854
|
gap: 0,
|
|
12855
12855
|
align: "flex-start",
|
|
12856
12856
|
visibleFrom: "md",
|
|
12857
12857
|
fw: 300
|
|
12858
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
12858
|
+
}, /*#__PURE__*/React$1.createElement(Text, {
|
|
12859
12859
|
fw: 300,
|
|
12860
12860
|
size: "sm"
|
|
12861
|
-
}, name), /*#__PURE__*/React.createElement(Text, {
|
|
12861
|
+
}, name), /*#__PURE__*/React$1.createElement(Text, {
|
|
12862
12862
|
c: "dimmed",
|
|
12863
12863
|
size: "xs"
|
|
12864
|
-
}, username)), /*#__PURE__*/React.createElement(Icons, {
|
|
12864
|
+
}, username)), /*#__PURE__*/React$1.createElement(Icons, {
|
|
12865
12865
|
name: "ArrowDown2",
|
|
12866
12866
|
size: 12
|
|
12867
12867
|
}))));
|
|
@@ -12872,33 +12872,33 @@ const UserMenuDropdown = _ref => {
|
|
|
12872
12872
|
sections,
|
|
12873
12873
|
height = 40
|
|
12874
12874
|
} = _ref;
|
|
12875
|
-
return /*#__PURE__*/React.createElement(Menu.Dropdown, null, sections.map((section, index) => {
|
|
12875
|
+
return /*#__PURE__*/React$1.createElement(Menu.Dropdown, null, sections.map((section, index) => {
|
|
12876
12876
|
const items = [];
|
|
12877
|
-
const sectionItems = section.items.map((item, key) => /*#__PURE__*/React.createElement(Menu.Item, {
|
|
12877
|
+
const sectionItems = section.items.map((item, key) => /*#__PURE__*/React$1.createElement(Menu.Item, {
|
|
12878
12878
|
c: section?.color,
|
|
12879
12879
|
key: `menu-item-${key}`,
|
|
12880
12880
|
h: height,
|
|
12881
|
-
leftSection: /*#__PURE__*/React.createElement(Icons, _extends({}, item.icon, {
|
|
12881
|
+
leftSection: /*#__PURE__*/React$1.createElement(Icons, _extends({}, item.icon, {
|
|
12882
12882
|
stroke: 0.5
|
|
12883
12883
|
})),
|
|
12884
|
-
rightSection: item?.disclosure ? /*#__PURE__*/React.createElement(Icons, {
|
|
12884
|
+
rightSection: item?.disclosure ? /*#__PURE__*/React$1.createElement(Icons, {
|
|
12885
12885
|
name: "ArrowRight2",
|
|
12886
12886
|
size: 12,
|
|
12887
12887
|
stroke: 0.5
|
|
12888
|
-
}) : item.badge ? /*#__PURE__*/React.createElement(Badge, {
|
|
12888
|
+
}) : item.badge ? /*#__PURE__*/React$1.createElement(Badge, {
|
|
12889
12889
|
color: item?.badge?.color,
|
|
12890
12890
|
size: "sm"
|
|
12891
12891
|
}, item?.badge?.text) : undefined,
|
|
12892
12892
|
onClick: () => item.callbackFn ? item.callbackFn() : void 0
|
|
12893
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
12893
|
+
}, /*#__PURE__*/React$1.createElement(Text, {
|
|
12894
12894
|
size: "xs",
|
|
12895
12895
|
fw: 300
|
|
12896
12896
|
}, item.label)));
|
|
12897
|
-
if (index) items.push(/*#__PURE__*/React.createElement(Divider, {
|
|
12897
|
+
if (index) items.push(/*#__PURE__*/React$1.createElement(Divider, {
|
|
12898
12898
|
key: `divider-${index}`,
|
|
12899
12899
|
my: 2
|
|
12900
12900
|
}));
|
|
12901
|
-
if (section?.title) items.push(/*#__PURE__*/React.createElement(Menu.Label, {
|
|
12901
|
+
if (section?.title) items.push(/*#__PURE__*/React$1.createElement(Menu.Label, {
|
|
12902
12902
|
fz: 10,
|
|
12903
12903
|
fw: 500,
|
|
12904
12904
|
c: "dimmed",
|
|
@@ -12918,7 +12918,7 @@ const UserMenu = _ref => {
|
|
|
12918
12918
|
avatar,
|
|
12919
12919
|
sections
|
|
12920
12920
|
} = _ref;
|
|
12921
|
-
return /*#__PURE__*/React.createElement(Menu, {
|
|
12921
|
+
return /*#__PURE__*/React$1.createElement(Menu, {
|
|
12922
12922
|
width: width || 250,
|
|
12923
12923
|
transitionProps: {
|
|
12924
12924
|
transition: "pop"
|
|
@@ -12929,11 +12929,11 @@ const UserMenu = _ref => {
|
|
|
12929
12929
|
offset: 5,
|
|
12930
12930
|
arrowOffset: 20,
|
|
12931
12931
|
arrowSize: 10
|
|
12932
|
-
}, /*#__PURE__*/React.createElement(UserMenuTarget, {
|
|
12932
|
+
}, /*#__PURE__*/React$1.createElement(UserMenuTarget, {
|
|
12933
12933
|
name,
|
|
12934
12934
|
username,
|
|
12935
12935
|
avatar
|
|
12936
|
-
}), /*#__PURE__*/React.createElement(UserMenuDropdown, {
|
|
12936
|
+
}), /*#__PURE__*/React$1.createElement(UserMenuDropdown, {
|
|
12937
12937
|
sections,
|
|
12938
12938
|
height
|
|
12939
12939
|
}));
|
|
@@ -12947,7 +12947,7 @@ const SideMenu = _ref => {
|
|
|
12947
12947
|
sidemenu,
|
|
12948
12948
|
onClick
|
|
12949
12949
|
} = _ref;
|
|
12950
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, sidemenu.map(item => /*#__PURE__*/React.createElement(NavLink, {
|
|
12950
|
+
return /*#__PURE__*/React$1.createElement(React$1.Fragment, null, sidemenu.map(item => /*#__PURE__*/React$1.createElement(NavLink, {
|
|
12951
12951
|
className: "backoffice-sidemenu",
|
|
12952
12952
|
mt: "sm",
|
|
12953
12953
|
component: Link,
|
|
@@ -12959,10 +12959,10 @@ const SideMenu = _ref => {
|
|
|
12959
12959
|
active: item.active,
|
|
12960
12960
|
variant,
|
|
12961
12961
|
onClick,
|
|
12962
|
-
leftSection: item.icon ? /*#__PURE__*/React.createElement(Icons, item.icon) : undefined,
|
|
12962
|
+
leftSection: item.icon ? /*#__PURE__*/React$1.createElement(Icons, item.icon) : undefined,
|
|
12963
12963
|
label: item.label,
|
|
12964
12964
|
to: item.children?.length ? "#" : item?.href || "#"
|
|
12965
|
-
}, item.children?.length ? item.children.map(subitem => /*#__PURE__*/React.createElement(NavLink, {
|
|
12965
|
+
}, item.children?.length ? item.children.map(subitem => /*#__PURE__*/React$1.createElement(NavLink, {
|
|
12966
12966
|
mt: "xs",
|
|
12967
12967
|
component: Link,
|
|
12968
12968
|
to: subitem.href || "#",
|
|
@@ -12987,7 +12987,7 @@ const SimplePanel = _ref => {
|
|
|
12987
12987
|
children,
|
|
12988
12988
|
...rest
|
|
12989
12989
|
} = _ref;
|
|
12990
|
-
return /*#__PURE__*/React.createElement(Card, _extends({
|
|
12990
|
+
return /*#__PURE__*/React$1.createElement(Card, _extends({
|
|
12991
12991
|
p: !withPadding ? 0 : "md",
|
|
12992
12992
|
radius: !withRadius ? 0 : "lg",
|
|
12993
12993
|
flex: autoHeight ? 1 : "none"
|
|
@@ -13000,34 +13000,34 @@ const TitledPanel = _ref2 => {
|
|
|
13000
13000
|
children,
|
|
13001
13001
|
...rest
|
|
13002
13002
|
} = _ref2;
|
|
13003
|
-
return /*#__PURE__*/React.createElement(SimplePanel, _extends({}, rest, {
|
|
13003
|
+
return /*#__PURE__*/React$1.createElement(SimplePanel, _extends({}, rest, {
|
|
13004
13004
|
withPadding: withPadding
|
|
13005
|
-
}), /*#__PURE__*/React.createElement(Group, {
|
|
13005
|
+
}), /*#__PURE__*/React$1.createElement(Group, {
|
|
13006
13006
|
h: 48,
|
|
13007
13007
|
px: withPadding ? 0 : "md",
|
|
13008
13008
|
mt: !withPadding ? "md" : 0,
|
|
13009
13009
|
justify: "space-between"
|
|
13010
|
-
}, /*#__PURE__*/React.createElement(Group, null, /*#__PURE__*/React.createElement(Center, {
|
|
13010
|
+
}, /*#__PURE__*/React$1.createElement(Group, null, /*#__PURE__*/React$1.createElement(Center, {
|
|
13011
13011
|
bg: "gray.1",
|
|
13012
13012
|
w: 32,
|
|
13013
13013
|
h: 32,
|
|
13014
13014
|
style: {
|
|
13015
13015
|
borderRadius: "50%"
|
|
13016
13016
|
}
|
|
13017
|
-
}, /*#__PURE__*/React.createElement(Icons, _extends({}, title.icon, {
|
|
13017
|
+
}, /*#__PURE__*/React$1.createElement(Icons, _extends({}, title.icon, {
|
|
13018
13018
|
size: 20,
|
|
13019
13019
|
variant: "Bulk"
|
|
13020
|
-
}))), /*#__PURE__*/React.createElement(Text, {
|
|
13020
|
+
}))), /*#__PURE__*/React$1.createElement(Text, {
|
|
13021
13021
|
fw: 300
|
|
13022
|
-
}, title.label)), /*#__PURE__*/React.createElement(Space, {
|
|
13022
|
+
}, title.label)), /*#__PURE__*/React$1.createElement(Space, {
|
|
13023
13023
|
flex: 1
|
|
13024
|
-
}), /*#__PURE__*/React.createElement(Group, {
|
|
13024
|
+
}), /*#__PURE__*/React$1.createElement(Group, {
|
|
13025
13025
|
hidden: !rest.middlesection
|
|
13026
|
-
}, rest.middlesection), /*#__PURE__*/React.createElement(Space, {
|
|
13026
|
+
}, rest.middlesection), /*#__PURE__*/React$1.createElement(Space, {
|
|
13027
13027
|
flex: 1
|
|
13028
|
-
}), /*#__PURE__*/React.createElement(Group, {
|
|
13028
|
+
}), /*#__PURE__*/React$1.createElement(Group, {
|
|
13029
13029
|
hidden: !rest.rightsection
|
|
13030
|
-
}, rest.rightsection)), /*#__PURE__*/React.createElement(Box, {
|
|
13030
|
+
}, rest.rightsection)), /*#__PURE__*/React$1.createElement(Box, {
|
|
13031
13031
|
pt: !withPadding ? 0 : "md"
|
|
13032
13032
|
}, children));
|
|
13033
13033
|
};
|
|
@@ -13053,13 +13053,13 @@ const SearchPanel = _ref3 => {
|
|
|
13053
13053
|
search: search
|
|
13054
13054
|
}
|
|
13055
13055
|
});
|
|
13056
|
-
return /*#__PURE__*/React.createElement(SimplePanel, rest, /*#__PURE__*/React.createElement(Stack, null, /*#__PURE__*/React.createElement("form", {
|
|
13056
|
+
return /*#__PURE__*/React$1.createElement(SimplePanel, rest, /*#__PURE__*/React$1.createElement(Stack, null, /*#__PURE__*/React$1.createElement("form", {
|
|
13057
13057
|
onSubmit: form.onSubmit(values => {
|
|
13058
13058
|
searchFn ? searchFn(values) : void 0;
|
|
13059
13059
|
})
|
|
13060
|
-
}, /*#__PURE__*/React.createElement(Group, {
|
|
13060
|
+
}, /*#__PURE__*/React$1.createElement(Group, {
|
|
13061
13061
|
gap: "xs"
|
|
13062
|
-
}, /*#__PURE__*/React.createElement(TextInput, {
|
|
13062
|
+
}, /*#__PURE__*/React$1.createElement(TextInput, {
|
|
13063
13063
|
fw: 300,
|
|
13064
13064
|
name: "search",
|
|
13065
13065
|
size: "md",
|
|
@@ -13067,16 +13067,16 @@ const SearchPanel = _ref3 => {
|
|
|
13067
13067
|
flex: 1,
|
|
13068
13068
|
value: search,
|
|
13069
13069
|
placeholder: placeholder,
|
|
13070
|
-
leftSection: /*#__PURE__*/React.createElement(Icons, searchIcon),
|
|
13071
|
-
rightSection: typeof filterFn == "function" ? /*#__PURE__*/React.createElement(ActionIcon, {
|
|
13070
|
+
leftSection: /*#__PURE__*/React$1.createElement(Icons, searchIcon),
|
|
13071
|
+
rightSection: typeof filterFn == "function" ? /*#__PURE__*/React$1.createElement(ActionIcon, {
|
|
13072
13072
|
variant: "transparent",
|
|
13073
13073
|
onClick: filterFn
|
|
13074
|
-
}, /*#__PURE__*/React.createElement(Icons, filterIcon)) : /*#__PURE__*/React.createElement(React.Fragment, null),
|
|
13074
|
+
}, /*#__PURE__*/React$1.createElement(Icons, filterIcon)) : /*#__PURE__*/React$1.createElement(React$1.Fragment, null),
|
|
13075
13075
|
onChange: e => {
|
|
13076
13076
|
setSearch(e.currentTarget.value);
|
|
13077
13077
|
form.setFieldValue("search", e.currentTarget.value);
|
|
13078
13078
|
}
|
|
13079
|
-
}), /*#__PURE__*/React.createElement(Button, {
|
|
13079
|
+
}), /*#__PURE__*/React$1.createElement(Button, {
|
|
13080
13080
|
variant: "light",
|
|
13081
13081
|
size: "md",
|
|
13082
13082
|
fw: 300,
|
|
@@ -13084,7 +13084,7 @@ const SearchPanel = _ref3 => {
|
|
|
13084
13084
|
miw: 100,
|
|
13085
13085
|
maw: 150,
|
|
13086
13086
|
type: "submit",
|
|
13087
|
-
leftSection: /*#__PURE__*/React.createElement(Icons, searchIcon)
|
|
13087
|
+
leftSection: /*#__PURE__*/React$1.createElement(Icons, searchIcon)
|
|
13088
13088
|
}, searchText))), children));
|
|
13089
13089
|
};
|
|
13090
13090
|
|
|
@@ -13094,13 +13094,13 @@ const LabelPanelItem = _ref => {
|
|
|
13094
13094
|
value,
|
|
13095
13095
|
labelWidth
|
|
13096
13096
|
} = _ref;
|
|
13097
|
-
return /*#__PURE__*/React.createElement(Group, null, /*#__PURE__*/React.createElement(Text, {
|
|
13097
|
+
return /*#__PURE__*/React$1.createElement(Group, null, /*#__PURE__*/React$1.createElement(Text, {
|
|
13098
13098
|
fw: 300,
|
|
13099
13099
|
fz: "sm",
|
|
13100
13100
|
c: "dimmed",
|
|
13101
13101
|
w: labelWidth,
|
|
13102
13102
|
truncate: true
|
|
13103
|
-
}, label), /*#__PURE__*/React.createElement(Text, {
|
|
13103
|
+
}, label), /*#__PURE__*/React$1.createElement(Text, {
|
|
13104
13104
|
fw: 300,
|
|
13105
13105
|
fz: "sm",
|
|
13106
13106
|
truncate: true
|
|
@@ -13120,19 +13120,19 @@ const LabelPanel = _ref => {
|
|
|
13120
13120
|
p = "md",
|
|
13121
13121
|
...rest
|
|
13122
13122
|
} = _ref;
|
|
13123
|
-
return /*#__PURE__*/React.createElement(Card, _extends({}, rest, {
|
|
13123
|
+
return /*#__PURE__*/React$1.createElement(Card, _extends({}, rest, {
|
|
13124
13124
|
withBorder,
|
|
13125
13125
|
radius,
|
|
13126
13126
|
p
|
|
13127
|
-
}), /*#__PURE__*/React.createElement(Stack, {
|
|
13127
|
+
}), /*#__PURE__*/React$1.createElement(Stack, {
|
|
13128
13128
|
pb: "md"
|
|
13129
|
-
}, /*#__PURE__*/React.createElement(Group, {
|
|
13129
|
+
}, /*#__PURE__*/React$1.createElement(Group, {
|
|
13130
13130
|
justify: "space-between",
|
|
13131
13131
|
p: 0
|
|
13132
|
-
}, /*#__PURE__*/React.createElement(Title, {
|
|
13132
|
+
}, /*#__PURE__*/React$1.createElement(Title, {
|
|
13133
13133
|
order: 6,
|
|
13134
13134
|
py: "xs"
|
|
13135
|
-
}, title), /*#__PURE__*/React.createElement(Button, {
|
|
13135
|
+
}, title), /*#__PURE__*/React$1.createElement(Button, {
|
|
13136
13136
|
style: {
|
|
13137
13137
|
display: hasEdit ? "block" : "none"
|
|
13138
13138
|
},
|
|
@@ -13140,11 +13140,11 @@ const LabelPanel = _ref => {
|
|
|
13140
13140
|
variant: "outline",
|
|
13141
13141
|
onClick: editFn,
|
|
13142
13142
|
size: "xs",
|
|
13143
|
-
leftSection: /*#__PURE__*/React.createElement(Icons, {
|
|
13143
|
+
leftSection: /*#__PURE__*/React$1.createElement(Icons, {
|
|
13144
13144
|
name: "Edit2"
|
|
13145
13145
|
})
|
|
13146
13146
|
}, editLabel)), items.map((item, index) => {
|
|
13147
|
-
return /*#__PURE__*/React.createElement(LabelPanelItem, _extends({
|
|
13147
|
+
return /*#__PURE__*/React$1.createElement(LabelPanelItem, _extends({
|
|
13148
13148
|
key: `label-item-${index}`
|
|
13149
13149
|
}, item, {
|
|
13150
13150
|
labelWidth: labelWidth
|
|
@@ -13167,17 +13167,17 @@ const AvatarLabelPanel = _ref2 => {
|
|
|
13167
13167
|
editFn = void 0,
|
|
13168
13168
|
...rest
|
|
13169
13169
|
} = _ref2;
|
|
13170
|
-
return /*#__PURE__*/React.createElement(Card, _extends({}, rest, {
|
|
13170
|
+
return /*#__PURE__*/React$1.createElement(Card, _extends({}, rest, {
|
|
13171
13171
|
withBorder,
|
|
13172
13172
|
radius,
|
|
13173
13173
|
p
|
|
13174
|
-
}), /*#__PURE__*/React.createElement(Group, {
|
|
13174
|
+
}), /*#__PURE__*/React$1.createElement(Group, {
|
|
13175
13175
|
align: "flex-start",
|
|
13176
13176
|
py: "sm"
|
|
13177
|
-
}, /*#__PURE__*/React.createElement(Box, {
|
|
13177
|
+
}, /*#__PURE__*/React$1.createElement(Box, {
|
|
13178
13178
|
w: labelWidth,
|
|
13179
13179
|
pl: "md"
|
|
13180
|
-
}, /*#__PURE__*/React.createElement(Avatar, {
|
|
13180
|
+
}, /*#__PURE__*/React$1.createElement(Avatar, {
|
|
13181
13181
|
size: avatarSize,
|
|
13182
13182
|
src: avatar,
|
|
13183
13183
|
radius: "md",
|
|
@@ -13185,29 +13185,29 @@ const AvatarLabelPanel = _ref2 => {
|
|
|
13185
13185
|
name: name,
|
|
13186
13186
|
color: "initials",
|
|
13187
13187
|
bd: "0.5px solid adiba.2"
|
|
13188
|
-
})), /*#__PURE__*/React.createElement(Stack, {
|
|
13188
|
+
})), /*#__PURE__*/React$1.createElement(Stack, {
|
|
13189
13189
|
py: 10,
|
|
13190
13190
|
gap: "md",
|
|
13191
13191
|
h: "100%"
|
|
13192
|
-
}, /*#__PURE__*/React.createElement(Title, {
|
|
13192
|
+
}, /*#__PURE__*/React$1.createElement(Title, {
|
|
13193
13193
|
fw: 500,
|
|
13194
13194
|
order: 4
|
|
13195
|
-
}, name), /*#__PURE__*/React.createElement(Text, {
|
|
13195
|
+
}, name), /*#__PURE__*/React$1.createElement(Text, {
|
|
13196
13196
|
fw: 300,
|
|
13197
13197
|
fz: 14
|
|
13198
|
-
}, username), /*#__PURE__*/React.createElement(Text, {
|
|
13198
|
+
}, username), /*#__PURE__*/React$1.createElement(Text, {
|
|
13199
13199
|
fw: 300,
|
|
13200
13200
|
fz: 14
|
|
13201
|
-
}, "Internal / ", role), /*#__PURE__*/React.createElement(Text, {
|
|
13201
|
+
}, "Internal / ", role), /*#__PURE__*/React$1.createElement(Text, {
|
|
13202
13202
|
fw: 300,
|
|
13203
13203
|
fz: 14
|
|
13204
|
-
}, "Last login: ", lastActive)), /*#__PURE__*/React.createElement(Space, {
|
|
13204
|
+
}, "Last login: ", lastActive)), /*#__PURE__*/React$1.createElement(Space, {
|
|
13205
13205
|
flex: 1
|
|
13206
|
-
}), /*#__PURE__*/React.createElement(Button, {
|
|
13206
|
+
}), /*#__PURE__*/React$1.createElement(Button, {
|
|
13207
13207
|
fw: 300,
|
|
13208
13208
|
variant: "outline",
|
|
13209
13209
|
size: "xs",
|
|
13210
|
-
leftSection: /*#__PURE__*/React.createElement(Icons, {
|
|
13210
|
+
leftSection: /*#__PURE__*/React$1.createElement(Icons, {
|
|
13211
13211
|
name: "Edit2"
|
|
13212
13212
|
}),
|
|
13213
13213
|
onClick: editFn
|
|
@@ -13220,7 +13220,7 @@ const SimpleText = _ref => {
|
|
|
13220
13220
|
smaller,
|
|
13221
13221
|
...rest
|
|
13222
13222
|
} = _ref;
|
|
13223
|
-
return /*#__PURE__*/React.createElement(Text, _extends({
|
|
13223
|
+
return /*#__PURE__*/React$1.createElement(Text, _extends({
|
|
13224
13224
|
fw: 300,
|
|
13225
13225
|
fz: smaller ? "90%" : undefined
|
|
13226
13226
|
}, rest), label);
|
|
@@ -13243,18 +13243,18 @@ const PageTitle = _ref => {
|
|
|
13243
13243
|
label,
|
|
13244
13244
|
...rest
|
|
13245
13245
|
} = create;
|
|
13246
|
-
rightsection = /*#__PURE__*/React.createElement(Button, _extends({
|
|
13246
|
+
rightsection = /*#__PURE__*/React$1.createElement(Button, _extends({
|
|
13247
13247
|
radius: "md",
|
|
13248
13248
|
size: "sm",
|
|
13249
|
-
leftSection: /*#__PURE__*/React.createElement(Icons, icon),
|
|
13249
|
+
leftSection: /*#__PURE__*/React$1.createElement(Icons, icon),
|
|
13250
13250
|
onClick: createFn
|
|
13251
|
-
}, rest), /*#__PURE__*/React.createElement(Text, {
|
|
13251
|
+
}, rest), /*#__PURE__*/React$1.createElement(Text, {
|
|
13252
13252
|
fw: 300,
|
|
13253
13253
|
fz: 14
|
|
13254
13254
|
}, label));
|
|
13255
13255
|
}
|
|
13256
13256
|
if (withSwitcher && switcher?.items?.length) {
|
|
13257
|
-
rightsection = /*#__PURE__*/React.createElement(SegmentedControl, {
|
|
13257
|
+
rightsection = /*#__PURE__*/React$1.createElement(SegmentedControl, {
|
|
13258
13258
|
size: "sm",
|
|
13259
13259
|
bg: "white",
|
|
13260
13260
|
color: "adiba",
|
|
@@ -13263,34 +13263,34 @@ const PageTitle = _ref => {
|
|
|
13263
13263
|
onChange: switcher.onChange
|
|
13264
13264
|
});
|
|
13265
13265
|
}
|
|
13266
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Group, {
|
|
13266
|
+
return /*#__PURE__*/React$1.createElement(React$1.Fragment, null, /*#__PURE__*/React$1.createElement(Group, {
|
|
13267
13267
|
justify: "space-between",
|
|
13268
13268
|
py: "lg"
|
|
13269
|
-
}, /*#__PURE__*/React.createElement(Stack, {
|
|
13269
|
+
}, /*#__PURE__*/React$1.createElement(Stack, {
|
|
13270
13270
|
gap: 4
|
|
13271
|
-
}, /*#__PURE__*/React.createElement(Title, {
|
|
13271
|
+
}, /*#__PURE__*/React$1.createElement(Title, {
|
|
13272
13272
|
order: 2,
|
|
13273
13273
|
fw: 500
|
|
13274
|
-
}, title), typeof subtitle == "string" ? /*#__PURE__*/React.createElement(Text, {
|
|
13274
|
+
}, title), typeof subtitle == "string" ? /*#__PURE__*/React$1.createElement(Text, {
|
|
13275
13275
|
fz: 14,
|
|
13276
13276
|
fw: 300
|
|
13277
|
-
}, subtitle) : /*#__PURE__*/React.createElement(Breadcrumbs, {
|
|
13277
|
+
}, subtitle) : /*#__PURE__*/React$1.createElement(Breadcrumbs, {
|
|
13278
13278
|
separatorMargin: "xs",
|
|
13279
13279
|
separator: "\xB7"
|
|
13280
13280
|
}, subtitle?.map((item, index) => {
|
|
13281
|
-
return index < subtitle.length - 1 ? /*#__PURE__*/React.createElement(Anchor, {
|
|
13281
|
+
return index < subtitle.length - 1 ? /*#__PURE__*/React$1.createElement(Anchor, {
|
|
13282
13282
|
key: index,
|
|
13283
13283
|
fz: 14,
|
|
13284
13284
|
fw: 400,
|
|
13285
13285
|
component: Link,
|
|
13286
13286
|
to: item.link
|
|
13287
|
-
}, item.name) : /*#__PURE__*/React.createElement(Text, {
|
|
13287
|
+
}, item.name) : /*#__PURE__*/React$1.createElement(Text, {
|
|
13288
13288
|
fz: 14,
|
|
13289
13289
|
key: index,
|
|
13290
13290
|
fw: 300,
|
|
13291
13291
|
c: "dimmed"
|
|
13292
13292
|
}, item.name);
|
|
13293
|
-
}))), /*#__PURE__*/React.createElement(React.Fragment, null, rightsection)));
|
|
13293
|
+
}))), /*#__PURE__*/React$1.createElement(React$1.Fragment, null, rightsection)));
|
|
13294
13294
|
};
|
|
13295
13295
|
|
|
13296
13296
|
const TitleWithIndex = _ref => {
|
|
@@ -13302,20 +13302,20 @@ const TitleWithIndex = _ref => {
|
|
|
13302
13302
|
errorLabel,
|
|
13303
13303
|
errorFn = () => void 0
|
|
13304
13304
|
} = _ref;
|
|
13305
|
-
return /*#__PURE__*/React.createElement(Group, null, /*#__PURE__*/React.createElement(Group, {
|
|
13305
|
+
return /*#__PURE__*/React$1.createElement(Group, null, /*#__PURE__*/React$1.createElement(Group, {
|
|
13306
13306
|
gap: "xs"
|
|
13307
|
-
}, /*#__PURE__*/React.createElement(Title, {
|
|
13307
|
+
}, /*#__PURE__*/React$1.createElement(Title, {
|
|
13308
13308
|
order: 3,
|
|
13309
13309
|
fw: 500
|
|
13310
|
-
}, title), /*#__PURE__*/React.createElement(Growth, growth), /*#__PURE__*/React.createElement(Text, {
|
|
13310
|
+
}, title), /*#__PURE__*/React$1.createElement(Growth, growth), /*#__PURE__*/React$1.createElement(Text, {
|
|
13311
13311
|
c: "dimmed",
|
|
13312
13312
|
size: "xs",
|
|
13313
13313
|
fw: 300
|
|
13314
|
-
}, subtitle)), /*#__PURE__*/React.createElement(Space, {
|
|
13314
|
+
}, subtitle)), /*#__PURE__*/React$1.createElement(Space, {
|
|
13315
13315
|
flex: 1
|
|
13316
|
-
}), /*#__PURE__*/React.createElement(Box, {
|
|
13316
|
+
}), /*#__PURE__*/React$1.createElement(Box, {
|
|
13317
13317
|
hidden: !hasError
|
|
13318
|
-
}, /*#__PURE__*/React.createElement(WidgetError, {
|
|
13318
|
+
}, /*#__PURE__*/React$1.createElement(WidgetError, {
|
|
13319
13319
|
errorLabel: errorLabel,
|
|
13320
13320
|
errorFn: errorFn
|
|
13321
13321
|
})));
|
|
@@ -13327,16 +13327,16 @@ const Growth = _ref2 => {
|
|
|
13327
13327
|
} = _ref2;
|
|
13328
13328
|
const color = direction === "up" ? "rgb(64, 192, 87)" : "rgb(250,82,82)";
|
|
13329
13329
|
const name = direction === "up" ? "TrendUp" : "TrendDown";
|
|
13330
|
-
return /*#__PURE__*/React.createElement(Group, {
|
|
13330
|
+
return /*#__PURE__*/React$1.createElement(Group, {
|
|
13331
13331
|
c: color,
|
|
13332
13332
|
gap: 2
|
|
13333
|
-
}, /*#__PURE__*/React.createElement(Icons, {
|
|
13333
|
+
}, /*#__PURE__*/React$1.createElement(Icons, {
|
|
13334
13334
|
name: name,
|
|
13335
13335
|
color: color,
|
|
13336
13336
|
size: 12,
|
|
13337
13337
|
stroke: 2.5,
|
|
13338
13338
|
variant: "Bold"
|
|
13339
|
-
}), /*#__PURE__*/React.createElement(Text, {
|
|
13339
|
+
}), /*#__PURE__*/React$1.createElement(Text, {
|
|
13340
13340
|
size: "xs",
|
|
13341
13341
|
fw: 500
|
|
13342
13342
|
}, text));
|
|
@@ -13346,10 +13346,10 @@ const WidgetError = _ref3 => {
|
|
|
13346
13346
|
errorLabel,
|
|
13347
13347
|
errorFn
|
|
13348
13348
|
} = _ref3;
|
|
13349
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Button, {
|
|
13349
|
+
return /*#__PURE__*/React$1.createElement(React$1.Fragment, null, /*#__PURE__*/React$1.createElement(Button, {
|
|
13350
13350
|
size: "sm",
|
|
13351
13351
|
variant: "transparent",
|
|
13352
|
-
leftSection: /*#__PURE__*/React.createElement(Icons, {
|
|
13352
|
+
leftSection: /*#__PURE__*/React$1.createElement(Icons, {
|
|
13353
13353
|
name: "Danger",
|
|
13354
13354
|
color: "rgb(250,82,82",
|
|
13355
13355
|
stroke: 1.5
|
|
@@ -13366,11 +13366,11 @@ const ConnectionPanelDetail = _ref => {
|
|
|
13366
13366
|
value,
|
|
13367
13367
|
altColor
|
|
13368
13368
|
} = _ref;
|
|
13369
|
-
return /*#__PURE__*/React.createElement(Group, null, /*#__PURE__*/React.createElement(Text, {
|
|
13369
|
+
return /*#__PURE__*/React$1.createElement(Group, null, /*#__PURE__*/React$1.createElement(Text, {
|
|
13370
13370
|
w: 100,
|
|
13371
13371
|
fw: 300,
|
|
13372
13372
|
fz: "xs"
|
|
13373
|
-
}, label), /*#__PURE__*/React.createElement(Text, {
|
|
13373
|
+
}, label), /*#__PURE__*/React$1.createElement(Text, {
|
|
13374
13374
|
fw: 300,
|
|
13375
13375
|
fz: "sm",
|
|
13376
13376
|
c: altColor
|
|
@@ -13390,35 +13390,35 @@ const ConnectionPanel = _ref => {
|
|
|
13390
13390
|
altColor,
|
|
13391
13391
|
...rest
|
|
13392
13392
|
} = _ref;
|
|
13393
|
-
return /*#__PURE__*/React.createElement(Card, {
|
|
13393
|
+
return /*#__PURE__*/React$1.createElement(Card, {
|
|
13394
13394
|
withBorder: true,
|
|
13395
13395
|
bg: "gray.0",
|
|
13396
13396
|
p: "lg",
|
|
13397
13397
|
radius: "md",
|
|
13398
13398
|
color: "red"
|
|
13399
|
-
}, /*#__PURE__*/React.createElement(Stack, null, /*#__PURE__*/React.createElement(Group, {
|
|
13399
|
+
}, /*#__PURE__*/React$1.createElement(Stack, null, /*#__PURE__*/React$1.createElement(Group, {
|
|
13400
13400
|
align: "flex-start"
|
|
13401
|
-
}, /*#__PURE__*/React.createElement(Icons, {
|
|
13401
|
+
}, /*#__PURE__*/React$1.createElement(Icons, {
|
|
13402
13402
|
size: 48,
|
|
13403
13403
|
name: "Driver",
|
|
13404
13404
|
stroke: "0.5"
|
|
13405
|
-
}), /*#__PURE__*/React.createElement(Stack, {
|
|
13405
|
+
}), /*#__PURE__*/React$1.createElement(Stack, {
|
|
13406
13406
|
gap: 5
|
|
13407
|
-
}, /*#__PURE__*/React.createElement(Title, {
|
|
13407
|
+
}, /*#__PURE__*/React$1.createElement(Title, {
|
|
13408
13408
|
fw: 400,
|
|
13409
13409
|
order: 6
|
|
13410
|
-
}, name), /*#__PURE__*/React.createElement(Group, {
|
|
13410
|
+
}, name), /*#__PURE__*/React$1.createElement(Group, {
|
|
13411
13411
|
justify: "flex-start",
|
|
13412
13412
|
gap: 5
|
|
13413
|
-
}, /*#__PURE__*/React.createElement(ColorSwatch, {
|
|
13413
|
+
}, /*#__PURE__*/React$1.createElement(ColorSwatch, {
|
|
13414
13414
|
size: 12,
|
|
13415
13415
|
color: statusColor
|
|
13416
|
-
}), /*#__PURE__*/React.createElement(Text, {
|
|
13416
|
+
}), /*#__PURE__*/React$1.createElement(Text, {
|
|
13417
13417
|
fw: 300,
|
|
13418
13418
|
fz: "xs"
|
|
13419
|
-
}, status))), /*#__PURE__*/React.createElement(Space, {
|
|
13419
|
+
}, status))), /*#__PURE__*/React$1.createElement(Space, {
|
|
13420
13420
|
flex: 1
|
|
13421
|
-
}), /*#__PURE__*/React.createElement(Menu, {
|
|
13421
|
+
}), /*#__PURE__*/React$1.createElement(Menu, {
|
|
13422
13422
|
width: 190,
|
|
13423
13423
|
transitionProps: {
|
|
13424
13424
|
transition: "pop"
|
|
@@ -13427,59 +13427,59 @@ const ConnectionPanel = _ref => {
|
|
|
13427
13427
|
withArrow: true,
|
|
13428
13428
|
withinPortal: true,
|
|
13429
13429
|
arrowSize: 20
|
|
13430
|
-
}, /*#__PURE__*/React.createElement(Menu.Target, null, /*#__PURE__*/React.createElement(ActionIcon, {
|
|
13430
|
+
}, /*#__PURE__*/React$1.createElement(Menu.Target, null, /*#__PURE__*/React$1.createElement(ActionIcon, {
|
|
13431
13431
|
variant: "subtle",
|
|
13432
13432
|
m: 0
|
|
13433
|
-
}, /*#__PURE__*/React.createElement(Icons, {
|
|
13433
|
+
}, /*#__PURE__*/React$1.createElement(Icons, {
|
|
13434
13434
|
name: "More"
|
|
13435
|
-
}))), /*#__PURE__*/React.createElement(Menu.Dropdown, null, /*#__PURE__*/React.createElement(Group, {
|
|
13435
|
+
}))), /*#__PURE__*/React$1.createElement(Menu.Dropdown, null, /*#__PURE__*/React$1.createElement(Group, {
|
|
13436
13436
|
gap: 2
|
|
13437
|
-
}, /*#__PURE__*/React.createElement(Menu.Item, {
|
|
13437
|
+
}, /*#__PURE__*/React$1.createElement(Menu.Item, {
|
|
13438
13438
|
h: 40,
|
|
13439
13439
|
onClick: edit.onClick,
|
|
13440
|
-
rightSection: /*#__PURE__*/React.createElement(Icons, {
|
|
13440
|
+
rightSection: /*#__PURE__*/React$1.createElement(Icons, {
|
|
13441
13441
|
name: "ArrowRight2"
|
|
13442
13442
|
}),
|
|
13443
13443
|
"data-index": id
|
|
13444
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
13444
|
+
}, /*#__PURE__*/React$1.createElement(Text, {
|
|
13445
13445
|
size: "xs",
|
|
13446
13446
|
fw: 300
|
|
13447
|
-
}, edit.label)), /*#__PURE__*/React.createElement(Menu.Item, {
|
|
13447
|
+
}, edit.label)), /*#__PURE__*/React$1.createElement(Menu.Item, {
|
|
13448
13448
|
h: 40,
|
|
13449
13449
|
onClick: test.onClick,
|
|
13450
|
-
rightSection: /*#__PURE__*/React.createElement(Icons, {
|
|
13450
|
+
rightSection: /*#__PURE__*/React$1.createElement(Icons, {
|
|
13451
13451
|
name: "ArrowRight2"
|
|
13452
13452
|
}),
|
|
13453
13453
|
"data-index": id
|
|
13454
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
13454
|
+
}, /*#__PURE__*/React$1.createElement(Text, {
|
|
13455
13455
|
size: "xs",
|
|
13456
13456
|
fw: 300
|
|
13457
|
-
}, test.label)), /*#__PURE__*/React.createElement(Divider, {
|
|
13457
|
+
}, test.label)), /*#__PURE__*/React$1.createElement(Divider, {
|
|
13458
13458
|
w: "100%"
|
|
13459
|
-
}), /*#__PURE__*/React.createElement(Menu.Item, {
|
|
13459
|
+
}), /*#__PURE__*/React$1.createElement(Menu.Item, {
|
|
13460
13460
|
h: 40,
|
|
13461
13461
|
onClick: pause.onClick,
|
|
13462
13462
|
c: "red",
|
|
13463
|
-
leftSection: /*#__PURE__*/React.createElement(Icons, {
|
|
13463
|
+
leftSection: /*#__PURE__*/React$1.createElement(Icons, {
|
|
13464
13464
|
name: "PauseCircle",
|
|
13465
13465
|
color: "red"
|
|
13466
13466
|
}),
|
|
13467
13467
|
"data-index": id
|
|
13468
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
13468
|
+
}, /*#__PURE__*/React$1.createElement(Text, {
|
|
13469
13469
|
size: "xs",
|
|
13470
13470
|
fw: 300
|
|
13471
|
-
}, pause.label)))))), /*#__PURE__*/React.createElement(Card.Section, {
|
|
13471
|
+
}, pause.label)))))), /*#__PURE__*/React$1.createElement(Card.Section, {
|
|
13472
13472
|
style: {
|
|
13473
13473
|
borderTop: "1px solid #ddd"
|
|
13474
13474
|
}
|
|
13475
|
-
}, /*#__PURE__*/React.createElement(Stack, {
|
|
13475
|
+
}, /*#__PURE__*/React$1.createElement(Stack, {
|
|
13476
13476
|
mt: 0,
|
|
13477
13477
|
bg: "white",
|
|
13478
13478
|
p: "md",
|
|
13479
13479
|
gap: "lg",
|
|
13480
13480
|
py: "lg"
|
|
13481
13481
|
}, details.map((item, index) => {
|
|
13482
|
-
return /*#__PURE__*/React.createElement(ConnectionPanelDetail, _extends({
|
|
13482
|
+
return /*#__PURE__*/React$1.createElement(ConnectionPanelDetail, _extends({
|
|
13483
13483
|
key: `detail-${index}`
|
|
13484
13484
|
}, item, {
|
|
13485
13485
|
altColor: altColor
|
|
@@ -13494,13 +13494,13 @@ const ApplicationPanelFeatures = _ref => {
|
|
|
13494
13494
|
label,
|
|
13495
13495
|
icon
|
|
13496
13496
|
} = _ref;
|
|
13497
|
-
return /*#__PURE__*/React.createElement(Group, {
|
|
13497
|
+
return /*#__PURE__*/React$1.createElement(Group, {
|
|
13498
13498
|
gap: "xs"
|
|
13499
|
-
}, /*#__PURE__*/React.createElement(Icons, _extends({}, icon, {
|
|
13499
|
+
}, /*#__PURE__*/React$1.createElement(Icons, _extends({}, icon, {
|
|
13500
13500
|
color: "#aaa",
|
|
13501
13501
|
variant: "Bulk",
|
|
13502
13502
|
stroke: 1.5
|
|
13503
|
-
})), /*#__PURE__*/React.createElement(Text, {
|
|
13503
|
+
})), /*#__PURE__*/React$1.createElement(Text, {
|
|
13504
13504
|
fw: 300,
|
|
13505
13505
|
c: "altiba",
|
|
13506
13506
|
size: "12px",
|
|
@@ -13525,39 +13525,39 @@ const ApplicationPanel = _ref => {
|
|
|
13525
13525
|
onClick = () => void 0,
|
|
13526
13526
|
...rest
|
|
13527
13527
|
} = _ref;
|
|
13528
|
-
return /*#__PURE__*/React.createElement(Card, _extends({
|
|
13528
|
+
return /*#__PURE__*/React$1.createElement(Card, _extends({
|
|
13529
13529
|
withBorder: true,
|
|
13530
13530
|
radius: "md"
|
|
13531
|
-
}, rest), /*#__PURE__*/React.createElement(Card.Section, null, /*#__PURE__*/React.createElement(AspectRatio, {
|
|
13531
|
+
}, rest), /*#__PURE__*/React$1.createElement(Card.Section, null, /*#__PURE__*/React$1.createElement(AspectRatio, {
|
|
13532
13532
|
ratio: 3 / 2
|
|
13533
|
-
}, /*#__PURE__*/React.createElement(Image, {
|
|
13533
|
+
}, /*#__PURE__*/React$1.createElement(Image, {
|
|
13534
13534
|
alt: name,
|
|
13535
13535
|
src: coverImage,
|
|
13536
13536
|
fallbackSrc: img$d
|
|
13537
|
-
}), /*#__PURE__*/React.createElement(Overlay, {
|
|
13537
|
+
}), /*#__PURE__*/React$1.createElement(Overlay, {
|
|
13538
13538
|
gradient: "linear-gradient(45deg, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.05) 100%)"
|
|
13539
|
-
}))), /*#__PURE__*/React.createElement(Card.Section, {
|
|
13539
|
+
}))), /*#__PURE__*/React$1.createElement(Card.Section, {
|
|
13540
13540
|
p: "md"
|
|
13541
|
-
}, /*#__PURE__*/React.createElement(Stack, {
|
|
13541
|
+
}, /*#__PURE__*/React$1.createElement(Stack, {
|
|
13542
13542
|
gap: "sm"
|
|
13543
|
-
}, /*#__PURE__*/React.createElement(Group, {
|
|
13543
|
+
}, /*#__PURE__*/React$1.createElement(Group, {
|
|
13544
13544
|
justify: "space-between"
|
|
13545
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
13545
|
+
}, /*#__PURE__*/React$1.createElement(Text, {
|
|
13546
13546
|
fw: 400
|
|
13547
|
-
}, name), /*#__PURE__*/React.createElement(Badge, {
|
|
13547
|
+
}, name), /*#__PURE__*/React$1.createElement(Badge, {
|
|
13548
13548
|
style: {
|
|
13549
13549
|
display: String(discount).length > 1 ? "block" : "none"
|
|
13550
13550
|
},
|
|
13551
13551
|
fw: 300,
|
|
13552
13552
|
variant: "outline"
|
|
13553
|
-
}, discount)), /*#__PURE__*/React.createElement(Text, {
|
|
13553
|
+
}, discount)), /*#__PURE__*/React$1.createElement(Text, {
|
|
13554
13554
|
fw: 300,
|
|
13555
13555
|
fz: "sm",
|
|
13556
13556
|
lineClamp: 3
|
|
13557
|
-
}, summary))), /*#__PURE__*/React.createElement(Card.Section, {
|
|
13557
|
+
}, summary))), /*#__PURE__*/React$1.createElement(Card.Section, {
|
|
13558
13558
|
p: "md",
|
|
13559
13559
|
pt: 0
|
|
13560
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
13560
|
+
}, /*#__PURE__*/React$1.createElement(Text, {
|
|
13561
13561
|
fz: "xs",
|
|
13562
13562
|
c: "gray.5",
|
|
13563
13563
|
mb: "xs",
|
|
@@ -13565,26 +13565,26 @@ const ApplicationPanel = _ref => {
|
|
|
13565
13565
|
fw: 500,
|
|
13566
13566
|
lts: rem("-0.25px"),
|
|
13567
13567
|
tt: "uppercase"
|
|
13568
|
-
}, featureLabel), /*#__PURE__*/React.createElement(SimpleGrid, {
|
|
13568
|
+
}, featureLabel), /*#__PURE__*/React$1.createElement(SimpleGrid, {
|
|
13569
13569
|
cols: 1,
|
|
13570
13570
|
spacing: "xs",
|
|
13571
13571
|
verticalSpacing: "xs"
|
|
13572
13572
|
}, features.map((feature, index) => {
|
|
13573
|
-
return /*#__PURE__*/React.createElement(ApplicationPanelFeatures, _extends({
|
|
13573
|
+
return /*#__PURE__*/React$1.createElement(ApplicationPanelFeatures, _extends({
|
|
13574
13574
|
key: index
|
|
13575
13575
|
}, feature));
|
|
13576
|
-
}))), /*#__PURE__*/React.createElement(Card.Section, {
|
|
13576
|
+
}))), /*#__PURE__*/React$1.createElement(Card.Section, {
|
|
13577
13577
|
p: "md"
|
|
13578
|
-
}, /*#__PURE__*/React.createElement(Group, {
|
|
13578
|
+
}, /*#__PURE__*/React$1.createElement(Group, {
|
|
13579
13579
|
gap: 30,
|
|
13580
13580
|
justify: "space-between"
|
|
13581
|
-
}, /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement(Text, {
|
|
13581
|
+
}, /*#__PURE__*/React$1.createElement(Box, null, /*#__PURE__*/React$1.createElement(Text, {
|
|
13582
13582
|
fz: "lg",
|
|
13583
13583
|
fw: 500,
|
|
13584
13584
|
style: {
|
|
13585
13585
|
lineHeight: 1
|
|
13586
13586
|
}
|
|
13587
|
-
}, amount), /*#__PURE__*/React.createElement(Text, {
|
|
13587
|
+
}, amount), /*#__PURE__*/React$1.createElement(Text, {
|
|
13588
13588
|
fz: "xs",
|
|
13589
13589
|
c: "dimmed",
|
|
13590
13590
|
fw: 300,
|
|
@@ -13592,19 +13592,19 @@ const ApplicationPanel = _ref => {
|
|
|
13592
13592
|
lineHeight: 1
|
|
13593
13593
|
},
|
|
13594
13594
|
mt: 3
|
|
13595
|
-
}, `per ${frequency}`)), /*#__PURE__*/React.createElement(Box, {
|
|
13595
|
+
}, `per ${frequency}`)), /*#__PURE__*/React$1.createElement(Box, {
|
|
13596
13596
|
hidden: subscribed
|
|
13597
|
-
}, /*#__PURE__*/React.createElement(Button, {
|
|
13597
|
+
}, /*#__PURE__*/React$1.createElement(Button, {
|
|
13598
13598
|
fw: 300,
|
|
13599
|
-
leftSection: /*#__PURE__*/React.createElement(Icons, {
|
|
13599
|
+
leftSection: /*#__PURE__*/React$1.createElement(Icons, {
|
|
13600
13600
|
name: "AddCircle"
|
|
13601
13601
|
}),
|
|
13602
13602
|
radius: "md",
|
|
13603
13603
|
onClick: onClick
|
|
13604
|
-
}, actionLabel)), /*#__PURE__*/React.createElement(Box, {
|
|
13604
|
+
}, actionLabel)), /*#__PURE__*/React$1.createElement(Box, {
|
|
13605
13605
|
hidden: !subscribed
|
|
13606
|
-
}, /*#__PURE__*/React.createElement(Button, {
|
|
13607
|
-
leftSection: /*#__PURE__*/React.createElement(Icons, {
|
|
13606
|
+
}, /*#__PURE__*/React$1.createElement(Button, {
|
|
13607
|
+
leftSection: /*#__PURE__*/React$1.createElement(Icons, {
|
|
13608
13608
|
name: "TickCircle"
|
|
13609
13609
|
}),
|
|
13610
13610
|
fw: 300,
|
|
@@ -13626,40 +13626,40 @@ const SubscriptionPlans = _ref => {
|
|
|
13626
13626
|
onClick
|
|
13627
13627
|
} = _ref;
|
|
13628
13628
|
const price = planPrice.split("/");
|
|
13629
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Indicator, {
|
|
13629
|
+
return /*#__PURE__*/React$1.createElement(React$1.Fragment, null, /*#__PURE__*/React$1.createElement(Indicator, {
|
|
13630
13630
|
size: 20,
|
|
13631
|
-
label: /*#__PURE__*/React.createElement(Icons, {
|
|
13631
|
+
label: /*#__PURE__*/React$1.createElement(Icons, {
|
|
13632
13632
|
name: "TickCircle",
|
|
13633
13633
|
size: 18,
|
|
13634
13634
|
stroke: 1
|
|
13635
13635
|
}),
|
|
13636
13636
|
disabled: !isActive,
|
|
13637
13637
|
className: "payment-plan"
|
|
13638
|
-
}, /*#__PURE__*/React.createElement(Card, {
|
|
13638
|
+
}, /*#__PURE__*/React$1.createElement(Card, {
|
|
13639
13639
|
bg: isActive ? "gray.1" : "white",
|
|
13640
13640
|
p: "md",
|
|
13641
13641
|
radius: "sm",
|
|
13642
13642
|
withBorder: true
|
|
13643
|
-
}, /*#__PURE__*/React.createElement(Stack, {
|
|
13643
|
+
}, /*#__PURE__*/React$1.createElement(Stack, {
|
|
13644
13644
|
gap: "xl"
|
|
13645
|
-
}, /*#__PURE__*/React.createElement(Group, {
|
|
13645
|
+
}, /*#__PURE__*/React$1.createElement(Group, {
|
|
13646
13646
|
justify: "space-between",
|
|
13647
13647
|
align: "flex-start"
|
|
13648
|
-
}, /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement(Title, {
|
|
13648
|
+
}, /*#__PURE__*/React$1.createElement(Box, null, /*#__PURE__*/React$1.createElement(Title, {
|
|
13649
13649
|
order: 6,
|
|
13650
13650
|
fw: 500
|
|
13651
|
-
}, title), /*#__PURE__*/React.createElement(Text, {
|
|
13651
|
+
}, title), /*#__PURE__*/React$1.createElement(Text, {
|
|
13652
13652
|
fz: "xs",
|
|
13653
13653
|
c: altColor,
|
|
13654
13654
|
fw: 300
|
|
13655
|
-
}, durationDays, " ", isActive ? " days remaining" : " days")), /*#__PURE__*/React.createElement(Text, {
|
|
13655
|
+
}, durationDays, " ", isActive ? " days remaining" : " days")), /*#__PURE__*/React$1.createElement(Text, {
|
|
13656
13656
|
fz: "sm",
|
|
13657
13657
|
fw: 500
|
|
13658
|
-
}, price[0], /*#__PURE__*/React.createElement(Text, {
|
|
13658
|
+
}, price[0], /*#__PURE__*/React$1.createElement(Text, {
|
|
13659
13659
|
fz: "sm",
|
|
13660
13660
|
component: "span",
|
|
13661
13661
|
c: "dimmed"
|
|
13662
|
-
}, price[1] ? `/${price[1]}` : " /month"))), /*#__PURE__*/React.createElement(Button, {
|
|
13662
|
+
}, price[1] ? `/${price[1]}` : " /month"))), /*#__PURE__*/React$1.createElement(Button, {
|
|
13663
13663
|
w: 100,
|
|
13664
13664
|
size: "xs",
|
|
13665
13665
|
fw: 500,
|
|
@@ -13674,27 +13674,27 @@ const InfoGrid = _ref => {
|
|
|
13674
13674
|
columns = 3,
|
|
13675
13675
|
bgColor = "#0F193D"
|
|
13676
13676
|
} = _ref;
|
|
13677
|
-
return /*#__PURE__*/React.createElement(Card, {
|
|
13677
|
+
return /*#__PURE__*/React$1.createElement(Card, {
|
|
13678
13678
|
bg: bgColor,
|
|
13679
13679
|
radius: "sm",
|
|
13680
13680
|
p: "md",
|
|
13681
13681
|
withBorder: false
|
|
13682
|
-
}, /*#__PURE__*/React.createElement(SimpleGrid, {
|
|
13682
|
+
}, /*#__PURE__*/React$1.createElement(SimpleGrid, {
|
|
13683
13683
|
cols: {
|
|
13684
13684
|
base: 1,
|
|
13685
13685
|
sm: columns
|
|
13686
13686
|
},
|
|
13687
13687
|
spacing: "md",
|
|
13688
13688
|
verticalSpacing: "md"
|
|
13689
|
-
}, data.map((item, index) => /*#__PURE__*/React.createElement(Stack, {
|
|
13689
|
+
}, data.map((item, index) => /*#__PURE__*/React$1.createElement(Stack, {
|
|
13690
13690
|
key: index,
|
|
13691
13691
|
gap: 4
|
|
13692
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
13692
|
+
}, /*#__PURE__*/React$1.createElement(Text, {
|
|
13693
13693
|
c: "#ECEDEF",
|
|
13694
13694
|
size: "sm",
|
|
13695
13695
|
tt: "capitalize",
|
|
13696
13696
|
fw: 300
|
|
13697
|
-
}, item.label), /*#__PURE__*/React.createElement(Text, {
|
|
13697
|
+
}, item.label), /*#__PURE__*/React$1.createElement(Text, {
|
|
13698
13698
|
c: "white",
|
|
13699
13699
|
fw: 600,
|
|
13700
13700
|
fz: 24,
|
|
@@ -13714,15 +13714,15 @@ const UserProfileCard = _ref => {
|
|
|
13714
13714
|
score,
|
|
13715
13715
|
scoreColor = "green"
|
|
13716
13716
|
} = _ref;
|
|
13717
|
-
return /*#__PURE__*/React.createElement(Card, {
|
|
13717
|
+
return /*#__PURE__*/React$1.createElement(Card, {
|
|
13718
13718
|
p: "0",
|
|
13719
13719
|
radius: "md",
|
|
13720
13720
|
withBorder: false
|
|
13721
|
-
}, /*#__PURE__*/React.createElement(Group, {
|
|
13721
|
+
}, /*#__PURE__*/React$1.createElement(Group, {
|
|
13722
13722
|
align: "center",
|
|
13723
13723
|
gap: "md",
|
|
13724
13724
|
wrap: "nowrap"
|
|
13725
|
-
}, /*#__PURE__*/React.createElement(Avatar, {
|
|
13725
|
+
}, /*#__PURE__*/React$1.createElement(Avatar, {
|
|
13726
13726
|
src: avatarUrl,
|
|
13727
13727
|
size: avatarSize,
|
|
13728
13728
|
radius: "100%",
|
|
@@ -13731,19 +13731,19 @@ const UserProfileCard = _ref => {
|
|
|
13731
13731
|
,
|
|
13732
13732
|
name: name,
|
|
13733
13733
|
color: "initials"
|
|
13734
|
-
}), /*#__PURE__*/React.createElement(Stack, {
|
|
13734
|
+
}), /*#__PURE__*/React$1.createElement(Stack, {
|
|
13735
13735
|
gap: 4,
|
|
13736
13736
|
py: 8
|
|
13737
|
-
}, /*#__PURE__*/React.createElement(Group, {
|
|
13737
|
+
}, /*#__PURE__*/React$1.createElement(Group, {
|
|
13738
13738
|
gap: "10px",
|
|
13739
13739
|
align: "center"
|
|
13740
|
-
}, /*#__PURE__*/React.createElement(Title, {
|
|
13740
|
+
}, /*#__PURE__*/React$1.createElement(Title, {
|
|
13741
13741
|
order: 2,
|
|
13742
13742
|
fz: 22,
|
|
13743
13743
|
fw: 500,
|
|
13744
13744
|
c: "#0F193D",
|
|
13745
13745
|
lh: 1.2
|
|
13746
|
-
}, name), score && /*#__PURE__*/React.createElement(Badge, {
|
|
13746
|
+
}, name), score && /*#__PURE__*/React$1.createElement(Badge, {
|
|
13747
13747
|
color: scoreColor,
|
|
13748
13748
|
variant: "outline",
|
|
13749
13749
|
size: "md",
|
|
@@ -13761,12 +13761,12 @@ const UserProfileCard = _ref => {
|
|
|
13761
13761
|
fontSize: 14
|
|
13762
13762
|
}
|
|
13763
13763
|
}
|
|
13764
|
-
}, score)), /*#__PURE__*/React.createElement(Text, {
|
|
13764
|
+
}, score)), /*#__PURE__*/React$1.createElement(Text, {
|
|
13765
13765
|
size: "md",
|
|
13766
13766
|
c: "#6F758B",
|
|
13767
13767
|
fw: 500,
|
|
13768
13768
|
lh: "24px"
|
|
13769
|
-
}, userType), /*#__PURE__*/React.createElement(Text, {
|
|
13769
|
+
}, userType), /*#__PURE__*/React$1.createElement(Text, {
|
|
13770
13770
|
size: "md",
|
|
13771
13771
|
c: "#5B6767",
|
|
13772
13772
|
fw: 300,
|
|
@@ -13810,38 +13810,38 @@ const StatusAlert = _ref => {
|
|
|
13810
13810
|
onClose
|
|
13811
13811
|
} = _ref;
|
|
13812
13812
|
const config = VARIANT_CONFIG[variant];
|
|
13813
|
-
return /*#__PURE__*/React.createElement(Card, {
|
|
13813
|
+
return /*#__PURE__*/React$1.createElement(Card, {
|
|
13814
13814
|
bg: config.bg,
|
|
13815
13815
|
radius: "4px",
|
|
13816
13816
|
p: "12px",
|
|
13817
13817
|
withBorder: false
|
|
13818
|
-
}, /*#__PURE__*/React.createElement(Group, {
|
|
13818
|
+
}, /*#__PURE__*/React$1.createElement(Group, {
|
|
13819
13819
|
align: "flex-start",
|
|
13820
13820
|
gap: "10px",
|
|
13821
13821
|
wrap: "nowrap"
|
|
13822
|
-
}, /*#__PURE__*/React.createElement(Box, {
|
|
13822
|
+
}, /*#__PURE__*/React$1.createElement(Box, {
|
|
13823
13823
|
mt: -4
|
|
13824
|
-
}, /*#__PURE__*/React.createElement(Icons, {
|
|
13824
|
+
}, /*#__PURE__*/React$1.createElement(Icons, {
|
|
13825
13825
|
name: config.icon,
|
|
13826
13826
|
color: config.color,
|
|
13827
13827
|
size: 14,
|
|
13828
13828
|
stroke: 1.5,
|
|
13829
13829
|
variant: "Linear"
|
|
13830
|
-
})), /*#__PURE__*/React.createElement(Stack, {
|
|
13830
|
+
})), /*#__PURE__*/React$1.createElement(Stack, {
|
|
13831
13831
|
gap: "10px",
|
|
13832
13832
|
flex: 1
|
|
13833
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
13833
|
+
}, /*#__PURE__*/React$1.createElement(Text, {
|
|
13834
13834
|
c: config.color,
|
|
13835
13835
|
fw: 600,
|
|
13836
13836
|
size: "12px"
|
|
13837
|
-
}, title), /*#__PURE__*/React.createElement(Text, {
|
|
13837
|
+
}, title), /*#__PURE__*/React$1.createElement(Text, {
|
|
13838
13838
|
c: "#282834",
|
|
13839
13839
|
size: "14px",
|
|
13840
13840
|
lh: 1.5,
|
|
13841
13841
|
fw: 400
|
|
13842
|
-
}, description), actionLabel && /*#__PURE__*/React.createElement(Box, {
|
|
13842
|
+
}, description), actionLabel && /*#__PURE__*/React$1.createElement(Box, {
|
|
13843
13843
|
mt: 4
|
|
13844
|
-
}, /*#__PURE__*/React.createElement(Button, {
|
|
13844
|
+
}, /*#__PURE__*/React$1.createElement(Button, {
|
|
13845
13845
|
variant: "filled",
|
|
13846
13846
|
color: "gray.3",
|
|
13847
13847
|
c: "dark",
|
|
@@ -13860,7 +13860,7 @@ const StatusAlert = _ref => {
|
|
|
13860
13860
|
}
|
|
13861
13861
|
},
|
|
13862
13862
|
onClick: onAction
|
|
13863
|
-
}, actionLabel))), onClose && /*#__PURE__*/React.createElement(ActionIcon, {
|
|
13863
|
+
}, actionLabel))), onClose && /*#__PURE__*/React$1.createElement(ActionIcon, {
|
|
13864
13864
|
variant: "transparent",
|
|
13865
13865
|
color: config.color,
|
|
13866
13866
|
onClick: onClose,
|
|
@@ -13868,7 +13868,7 @@ const StatusAlert = _ref => {
|
|
|
13868
13868
|
style: {
|
|
13869
13869
|
opacity: 0.6
|
|
13870
13870
|
}
|
|
13871
|
-
}, /*#__PURE__*/React.createElement(Icons, {
|
|
13871
|
+
}, /*#__PURE__*/React$1.createElement(Icons, {
|
|
13872
13872
|
name: "CloseCircle",
|
|
13873
13873
|
size: 16,
|
|
13874
13874
|
stroke: 1.5
|
|
@@ -13908,17 +13908,17 @@ const CreditCard = _ref => {
|
|
|
13908
13908
|
|
|
13909
13909
|
// Add Card Variant
|
|
13910
13910
|
if (variant === "add") {
|
|
13911
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
13911
|
+
return /*#__PURE__*/React$1.createElement("div", {
|
|
13912
13912
|
className: "add-card-container",
|
|
13913
13913
|
onClick: onAddClick
|
|
13914
|
-
}, /*#__PURE__*/React.createElement(Stack, {
|
|
13914
|
+
}, /*#__PURE__*/React$1.createElement(Stack, {
|
|
13915
13915
|
align: "center",
|
|
13916
13916
|
gap: "10px"
|
|
13917
|
-
}, /*#__PURE__*/React.createElement(Icons, {
|
|
13917
|
+
}, /*#__PURE__*/React$1.createElement(Icons, {
|
|
13918
13918
|
name: "Add",
|
|
13919
13919
|
size: 90,
|
|
13920
13920
|
color: "#273050"
|
|
13921
|
-
}), /*#__PURE__*/React.createElement(Text, {
|
|
13921
|
+
}), /*#__PURE__*/React$1.createElement(Text, {
|
|
13922
13922
|
c: "#273050",
|
|
13923
13923
|
size: "14px",
|
|
13924
13924
|
lh: "24px",
|
|
@@ -13930,23 +13930,23 @@ const CreditCard = _ref => {
|
|
|
13930
13930
|
const handleCardClick = () => {
|
|
13931
13931
|
setIsFlipped(!isFlipped);
|
|
13932
13932
|
};
|
|
13933
|
-
const LogoComponent = LOGO_MAP[brand] ? /*#__PURE__*/React.createElement(Image, {
|
|
13933
|
+
const LogoComponent = LOGO_MAP[brand] ? /*#__PURE__*/React$1.createElement(Image, {
|
|
13934
13934
|
src: LOGO_MAP[brand],
|
|
13935
13935
|
h: 27,
|
|
13936
13936
|
fit: "contain"
|
|
13937
13937
|
}) : null;
|
|
13938
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
13938
|
+
return /*#__PURE__*/React$1.createElement("div", {
|
|
13939
13939
|
className: `credit-card-container ${isFlipped ? "flipped" : ""}`,
|
|
13940
13940
|
onClick: handleCardClick
|
|
13941
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
13941
|
+
}, /*#__PURE__*/React$1.createElement("div", {
|
|
13942
13942
|
className: "credit-card-inner"
|
|
13943
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
13943
|
+
}, /*#__PURE__*/React$1.createElement("div", {
|
|
13944
13944
|
className: "credit-card-front",
|
|
13945
13945
|
style: {
|
|
13946
13946
|
background: background,
|
|
13947
13947
|
backgroundSize: "cover"
|
|
13948
13948
|
}
|
|
13949
|
-
}, /*#__PURE__*/React.createElement(Box, {
|
|
13949
|
+
}, /*#__PURE__*/React$1.createElement(Box, {
|
|
13950
13950
|
pt: "18px",
|
|
13951
13951
|
pr: "22px",
|
|
13952
13952
|
pl: "16px",
|
|
@@ -13955,24 +13955,24 @@ const CreditCard = _ref => {
|
|
|
13955
13955
|
style: {
|
|
13956
13956
|
position: "relative"
|
|
13957
13957
|
}
|
|
13958
|
-
}, /*#__PURE__*/React.createElement(Group, {
|
|
13958
|
+
}, /*#__PURE__*/React$1.createElement(Group, {
|
|
13959
13959
|
justify: "space-between",
|
|
13960
13960
|
align: "start"
|
|
13961
|
-
}, /*#__PURE__*/React.createElement(Image, {
|
|
13961
|
+
}, /*#__PURE__*/React$1.createElement(Image, {
|
|
13962
13962
|
src: img$c,
|
|
13963
13963
|
h: 20,
|
|
13964
13964
|
fit: "contain"
|
|
13965
|
-
}), LogoComponent), /*#__PURE__*/React.createElement(Box, {
|
|
13965
|
+
}), LogoComponent), /*#__PURE__*/React$1.createElement(Box, {
|
|
13966
13966
|
mt: 27,
|
|
13967
13967
|
style: {
|
|
13968
13968
|
display: "flex",
|
|
13969
13969
|
justifyContent: "flex-start"
|
|
13970
13970
|
}
|
|
13971
|
-
}, /*#__PURE__*/React.createElement(Image, {
|
|
13971
|
+
}, /*#__PURE__*/React$1.createElement(Image, {
|
|
13972
13972
|
src: img$b,
|
|
13973
13973
|
h: 24,
|
|
13974
13974
|
fit: "contain"
|
|
13975
|
-
})), /*#__PURE__*/React.createElement(Text, {
|
|
13975
|
+
})), /*#__PURE__*/React$1.createElement(Text, {
|
|
13976
13976
|
c: "#F8FAFC",
|
|
13977
13977
|
fz: 19,
|
|
13978
13978
|
mt: 10,
|
|
@@ -13983,7 +13983,7 @@ const CreditCard = _ref => {
|
|
|
13983
13983
|
textShadow: "0 1px 2px rgba(0,0,0,0.6)",
|
|
13984
13984
|
fontFamily: "THICCCBOI"
|
|
13985
13985
|
}
|
|
13986
|
-
}, cardNumber), /*#__PURE__*/React.createElement(Group, {
|
|
13986
|
+
}, cardNumber), /*#__PURE__*/React$1.createElement(Group, {
|
|
13987
13987
|
justify: "space-between",
|
|
13988
13988
|
mt: "auto",
|
|
13989
13989
|
align: "end",
|
|
@@ -13993,37 +13993,37 @@ const CreditCard = _ref => {
|
|
|
13993
13993
|
left: 18,
|
|
13994
13994
|
right: 24
|
|
13995
13995
|
}
|
|
13996
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
13996
|
+
}, /*#__PURE__*/React$1.createElement(Text, {
|
|
13997
13997
|
c: "#F8FAFC",
|
|
13998
13998
|
fw: 400,
|
|
13999
13999
|
fz: 16,
|
|
14000
14000
|
style: {
|
|
14001
14001
|
textShadow: "0 1px 2px rgba(0,0,0,0.6)"
|
|
14002
14002
|
}
|
|
14003
|
-
}, cardHolder), /*#__PURE__*/React.createElement(Text, {
|
|
14003
|
+
}, cardHolder), /*#__PURE__*/React$1.createElement(Text, {
|
|
14004
14004
|
c: "#F8FAFC",
|
|
14005
14005
|
fw: 400,
|
|
14006
14006
|
fz: 14,
|
|
14007
14007
|
style: {
|
|
14008
14008
|
textShadow: "0 1px 2px rgba(0,0,0,0.6)"
|
|
14009
14009
|
}
|
|
14010
|
-
}, "Exp ", expiryDate)))), /*#__PURE__*/React.createElement("div", {
|
|
14010
|
+
}, "Exp ", expiryDate)))), /*#__PURE__*/React$1.createElement("div", {
|
|
14011
14011
|
className: "credit-card-back",
|
|
14012
14012
|
style: {
|
|
14013
14013
|
background: background,
|
|
14014
14014
|
backgroundSize: "cover"
|
|
14015
14015
|
}
|
|
14016
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
14016
|
+
}, /*#__PURE__*/React$1.createElement("div", {
|
|
14017
14017
|
className: "magnetic-stripe"
|
|
14018
|
-
}), /*#__PURE__*/React.createElement(Box, {
|
|
14018
|
+
}), /*#__PURE__*/React$1.createElement(Box, {
|
|
14019
14019
|
mt: "md",
|
|
14020
14020
|
px: "lg"
|
|
14021
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
14021
|
+
}, /*#__PURE__*/React$1.createElement(Text, {
|
|
14022
14022
|
c: "white",
|
|
14023
14023
|
size: "xs",
|
|
14024
14024
|
ta: "right",
|
|
14025
14025
|
mr: 2
|
|
14026
|
-
}, "CVV"), /*#__PURE__*/React.createElement(Box, {
|
|
14026
|
+
}, "CVV"), /*#__PURE__*/React$1.createElement(Box, {
|
|
14027
14027
|
bg: "white",
|
|
14028
14028
|
h: 35,
|
|
14029
14029
|
w: "100%",
|
|
@@ -14033,20 +14033,20 @@ const CreditCard = _ref => {
|
|
|
14033
14033
|
justifyContent: "flex-end",
|
|
14034
14034
|
paddingRight: 10
|
|
14035
14035
|
}
|
|
14036
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
14036
|
+
}, /*#__PURE__*/React$1.createElement(Text, {
|
|
14037
14037
|
c: "black",
|
|
14038
14038
|
ff: "THICCCBOI",
|
|
14039
14039
|
lts: 2
|
|
14040
|
-
}, cvv)), /*#__PURE__*/React.createElement(Group, {
|
|
14040
|
+
}, cvv)), /*#__PURE__*/React$1.createElement(Group, {
|
|
14041
14041
|
justify: "flex-end",
|
|
14042
14042
|
mt: "md"
|
|
14043
|
-
}, LogoComponent), /*#__PURE__*/React.createElement(Text, {
|
|
14043
|
+
}, LogoComponent), /*#__PURE__*/React$1.createElement(Text, {
|
|
14044
14044
|
c: "white",
|
|
14045
14045
|
size: "xs",
|
|
14046
14046
|
mt: "xl",
|
|
14047
14047
|
ta: "center",
|
|
14048
14048
|
opacity: 0.8
|
|
14049
|
-
}, "Issued by Adiba Bank.", /*#__PURE__*/React.createElement("br", null), "For customer service call +123-456-7890.")))));
|
|
14049
|
+
}, "Issued by Adiba Bank.", /*#__PURE__*/React$1.createElement("br", null), "For customer service call +123-456-7890.")))));
|
|
14050
14050
|
};
|
|
14051
14051
|
|
|
14052
14052
|
var img$6 = "data:image/svg+xml,%3csvg width='622' height='800' viewBox='0 0 622 800' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M189.496 700.703H230.986L210.434 640.73L189.496 700.703Z' fill='%23279800'/%3e%3cpath d='M621.346 537.931V192.8C621.346 182.234 620.077 174.414 613.76 168.083L453.249 7.58621C448.436 2.77241 441.76 0 434.932 0H34.6287C18.27 0 0.65625 12.6345 0.65625 40.3586V537.931H621.346ZM428.242 46.7724C428.242 40.4552 435.87 37.2966 440.339 41.7655L579.58 181.007C584.049 185.476 580.891 193.103 574.573 193.103H428.242V46.7724ZM235.139 206.897C235.139 201.862 237.884 197.228 242.298 194.8C246.725 192.386 252.091 192.566 256.353 195.255L408.077 291.807C412.036 294.345 414.449 298.731 414.449 303.448C414.449 308.166 412.036 312.552 408.063 315.09L256.339 411.641C254.091 413.062 251.511 413.793 248.932 413.793C246.642 413.793 244.367 413.228 242.298 412.097C237.884 409.669 235.139 405.034 235.139 400V206.897Z' fill='%23457154'/%3e%3cpath d='M0.65625 565.518V772.414C0.65625 786.331 17.4838 800 34.6287 800H587.373C604.518 800 621.346 786.331 621.346 772.414V565.518H0.65625ZM246.449 744.828L236.449 715.973H184.215L174.036 744.828H150.463L199.111 606.028H221.553L269.842 744.828H246.449ZM365.636 745.587H336.215L293.029 605.849H318.863L351.111 725.78L385.249 605.849H410.891L365.636 745.587ZM462.56 744.828H439.553V605.849H462.56V744.828Z' fill='%23279800'/%3e%3c/svg%3e";
|
|
@@ -14082,29 +14082,29 @@ const File = _ref => {
|
|
|
14082
14082
|
} = _ref;
|
|
14083
14083
|
const isChip = shape == "chip";
|
|
14084
14084
|
const radius = isChip ? "md" : "sm";
|
|
14085
|
-
return /*#__PURE__*/React.createElement(Card, _extends({}, rest, {
|
|
14085
|
+
return /*#__PURE__*/React$1.createElement(Card, _extends({}, rest, {
|
|
14086
14086
|
radius,
|
|
14087
14087
|
w,
|
|
14088
14088
|
bg,
|
|
14089
14089
|
bd
|
|
14090
|
-
}), /*#__PURE__*/React.createElement(Card.Section, {
|
|
14090
|
+
}), /*#__PURE__*/React$1.createElement(Card.Section, {
|
|
14091
14091
|
p: isChip ? "xs" : undefined
|
|
14092
|
-
}, /*#__PURE__*/React.createElement(Group, {
|
|
14092
|
+
}, /*#__PURE__*/React$1.createElement(Group, {
|
|
14093
14093
|
justify: isChip ? "space-between" : undefined,
|
|
14094
14094
|
gap: "xs"
|
|
14095
|
-
}, /*#__PURE__*/React.createElement(Image, {
|
|
14095
|
+
}, /*#__PURE__*/React$1.createElement(Image, {
|
|
14096
14096
|
p: isChip ? undefined : "xs",
|
|
14097
14097
|
pr: 2,
|
|
14098
14098
|
h: isChip ? CHIP_HEIGHT : TILE_HEIGHT,
|
|
14099
14099
|
w: isChip ? CHIP_WIDTH : TILE_WIDTH,
|
|
14100
14100
|
alt: shape,
|
|
14101
14101
|
fallbackSrc: ICON[type]
|
|
14102
|
-
}), rest.children, /*#__PURE__*/React.createElement(Space, {
|
|
14102
|
+
}), rest.children, /*#__PURE__*/React$1.createElement(Space, {
|
|
14103
14103
|
flex: 1
|
|
14104
|
-
}), rightsection ? /*#__PURE__*/React.createElement(ActionIcon, {
|
|
14104
|
+
}), rightsection ? /*#__PURE__*/React$1.createElement(ActionIcon, {
|
|
14105
14105
|
variant: "transparent",
|
|
14106
14106
|
onClick: rightsection.onClick
|
|
14107
|
-
}, /*#__PURE__*/React.createElement(Icons, rightsection?.icon)) : undefined)));
|
|
14107
|
+
}, /*#__PURE__*/React$1.createElement(Icons, rightsection?.icon)) : undefined)));
|
|
14108
14108
|
};
|
|
14109
14109
|
|
|
14110
14110
|
const DetailCard = _ref => {
|
|
@@ -14120,29 +14120,29 @@ const DetailCard = _ref => {
|
|
|
14120
14120
|
const renderContent = () => {
|
|
14121
14121
|
switch (variant) {
|
|
14122
14122
|
case "sensitive":
|
|
14123
|
-
return /*#__PURE__*/React.createElement(Group, {
|
|
14123
|
+
return /*#__PURE__*/React$1.createElement(Group, {
|
|
14124
14124
|
justify: "space-between",
|
|
14125
14125
|
align: "center",
|
|
14126
14126
|
w: "100%"
|
|
14127
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
14127
|
+
}, /*#__PURE__*/React$1.createElement(Text, {
|
|
14128
14128
|
fw: 300,
|
|
14129
14129
|
c: "dark",
|
|
14130
14130
|
size: "sm",
|
|
14131
14131
|
style: {
|
|
14132
14132
|
flex: 1
|
|
14133
14133
|
}
|
|
14134
|
-
}, isRevealed ? value : "****************"), /*#__PURE__*/React.createElement(ActionIcon, {
|
|
14134
|
+
}, isRevealed ? value : "****************"), /*#__PURE__*/React$1.createElement(ActionIcon, {
|
|
14135
14135
|
variant: "subtle",
|
|
14136
14136
|
color: "#292D32",
|
|
14137
14137
|
onClick: toggleReveal,
|
|
14138
14138
|
size: "sm"
|
|
14139
|
-
}, /*#__PURE__*/React.createElement(Icons, {
|
|
14139
|
+
}, /*#__PURE__*/React$1.createElement(Icons, {
|
|
14140
14140
|
name: isRevealed ? "Eye" : "EyeSlash",
|
|
14141
14141
|
size: 20,
|
|
14142
14142
|
stroke: 1.5
|
|
14143
14143
|
})));
|
|
14144
14144
|
case "badge":
|
|
14145
|
-
return /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement(Badge, {
|
|
14145
|
+
return /*#__PURE__*/React$1.createElement(Box, null, /*#__PURE__*/React$1.createElement(Badge, {
|
|
14146
14146
|
color: badgeColor,
|
|
14147
14147
|
variant: "light",
|
|
14148
14148
|
radius: "4px",
|
|
@@ -14157,10 +14157,10 @@ const DetailCard = _ref => {
|
|
|
14157
14157
|
}
|
|
14158
14158
|
}, value));
|
|
14159
14159
|
case "document":
|
|
14160
|
-
return /*#__PURE__*/React.createElement(Stack, {
|
|
14160
|
+
return /*#__PURE__*/React$1.createElement(Stack, {
|
|
14161
14161
|
gap: "sm",
|
|
14162
14162
|
w: "100%"
|
|
14163
|
-
}, items.map(item => /*#__PURE__*/React.createElement(File, {
|
|
14163
|
+
}, items.map(item => /*#__PURE__*/React$1.createElement(File, {
|
|
14164
14164
|
key: item.id,
|
|
14165
14165
|
type: "pdf",
|
|
14166
14166
|
shape: "chip",
|
|
@@ -14175,37 +14175,37 @@ const DetailCard = _ref => {
|
|
|
14175
14175
|
},
|
|
14176
14176
|
onClick: item.onAction
|
|
14177
14177
|
} : undefined
|
|
14178
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
14178
|
+
}, /*#__PURE__*/React$1.createElement(Text, {
|
|
14179
14179
|
size: "sm",
|
|
14180
14180
|
c: "#575E77",
|
|
14181
14181
|
fw: 300
|
|
14182
14182
|
}, item.label))));
|
|
14183
14183
|
case "list":
|
|
14184
|
-
return /*#__PURE__*/React.createElement(Stack, {
|
|
14184
|
+
return /*#__PURE__*/React$1.createElement(Stack, {
|
|
14185
14185
|
gap: "2px",
|
|
14186
14186
|
w: "100%"
|
|
14187
|
-
}, items.map(item => /*#__PURE__*/React.createElement(Group, {
|
|
14187
|
+
}, items.map(item => /*#__PURE__*/React$1.createElement(Group, {
|
|
14188
14188
|
key: item.id,
|
|
14189
14189
|
justify: "space-between",
|
|
14190
14190
|
align: "center"
|
|
14191
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
14191
|
+
}, /*#__PURE__*/React$1.createElement(Text, {
|
|
14192
14192
|
fw: 300,
|
|
14193
14193
|
c: "dark",
|
|
14194
14194
|
size: "sm"
|
|
14195
|
-
}, item.label), item.onAction && /*#__PURE__*/React.createElement(ActionIcon, {
|
|
14195
|
+
}, item.label), item.onAction && /*#__PURE__*/React$1.createElement(ActionIcon, {
|
|
14196
14196
|
variant: "subtle",
|
|
14197
14197
|
color: "#E54040",
|
|
14198
14198
|
onClick: item.onAction
|
|
14199
|
-
}, /*#__PURE__*/React.createElement(Icons, {
|
|
14199
|
+
}, /*#__PURE__*/React$1.createElement(Icons, {
|
|
14200
14200
|
name: item.icon || "Trash",
|
|
14201
14201
|
size: 20,
|
|
14202
14202
|
stroke: 1.5
|
|
14203
14203
|
})))));
|
|
14204
14204
|
case "user-list":
|
|
14205
|
-
return /*#__PURE__*/React.createElement(Stack, {
|
|
14205
|
+
return /*#__PURE__*/React$1.createElement(Stack, {
|
|
14206
14206
|
gap: "sm",
|
|
14207
14207
|
w: "100%"
|
|
14208
|
-
}, items.map(item => /*#__PURE__*/React.createElement(Group, {
|
|
14208
|
+
}, items.map(item => /*#__PURE__*/React$1.createElement(Group, {
|
|
14209
14209
|
key: item.id,
|
|
14210
14210
|
p: "sm",
|
|
14211
14211
|
bg: "white",
|
|
@@ -14214,10 +14214,10 @@ const DetailCard = _ref => {
|
|
|
14214
14214
|
},
|
|
14215
14215
|
justify: "space-between",
|
|
14216
14216
|
wrap: "nowrap"
|
|
14217
|
-
}, /*#__PURE__*/React.createElement(Group, {
|
|
14217
|
+
}, /*#__PURE__*/React$1.createElement(Group, {
|
|
14218
14218
|
gap: "md",
|
|
14219
14219
|
wrap: "nowrap"
|
|
14220
|
-
}, /*#__PURE__*/React.createElement(Avatar, {
|
|
14220
|
+
}, /*#__PURE__*/React$1.createElement(Avatar, {
|
|
14221
14221
|
src: item.avatarUrl,
|
|
14222
14222
|
alt: item.label,
|
|
14223
14223
|
radius: !item.avatarUrl && item.initials ? "2px" : "50%",
|
|
@@ -14230,59 +14230,59 @@ const DetailCard = _ref => {
|
|
|
14230
14230
|
fontSize: "14px"
|
|
14231
14231
|
}
|
|
14232
14232
|
}
|
|
14233
|
-
}, !item.avatarUrl && item.initials), /*#__PURE__*/React.createElement(Stack, {
|
|
14233
|
+
}, !item.avatarUrl && item.initials), /*#__PURE__*/React$1.createElement(Stack, {
|
|
14234
14234
|
gap: 2
|
|
14235
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
14235
|
+
}, /*#__PURE__*/React$1.createElement(Text, {
|
|
14236
14236
|
fw: 300,
|
|
14237
14237
|
size: "sm",
|
|
14238
14238
|
c: "#0F193D"
|
|
14239
|
-
}, item.label), /*#__PURE__*/React.createElement(Text, {
|
|
14239
|
+
}, item.label), /*#__PURE__*/React$1.createElement(Text, {
|
|
14240
14240
|
fw: 300,
|
|
14241
14241
|
size: "12px",
|
|
14242
14242
|
c: "#ADB2B2"
|
|
14243
|
-
}, item.subLabel))), item.onAction && /*#__PURE__*/React.createElement(ActionIcon, {
|
|
14243
|
+
}, item.subLabel))), item.onAction && /*#__PURE__*/React$1.createElement(ActionIcon, {
|
|
14244
14244
|
variant: "subtle",
|
|
14245
14245
|
color: "red",
|
|
14246
14246
|
onClick: item.onAction
|
|
14247
|
-
}, /*#__PURE__*/React.createElement(Icons, {
|
|
14247
|
+
}, /*#__PURE__*/React$1.createElement(Icons, {
|
|
14248
14248
|
name: item.icon || "Trash",
|
|
14249
14249
|
size: 20,
|
|
14250
14250
|
stroke: 1.5
|
|
14251
14251
|
})))));
|
|
14252
14252
|
case "value-list":
|
|
14253
|
-
return /*#__PURE__*/React.createElement(Stack, {
|
|
14253
|
+
return /*#__PURE__*/React$1.createElement(Stack, {
|
|
14254
14254
|
gap: "sm",
|
|
14255
14255
|
w: "100%"
|
|
14256
|
-
}, items.map(item => /*#__PURE__*/React.createElement(Group, {
|
|
14256
|
+
}, items.map(item => /*#__PURE__*/React$1.createElement(Group, {
|
|
14257
14257
|
key: item.id,
|
|
14258
14258
|
justify: "space-between"
|
|
14259
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
14259
|
+
}, /*#__PURE__*/React$1.createElement(Text, {
|
|
14260
14260
|
c: "dark",
|
|
14261
14261
|
size: "sm",
|
|
14262
14262
|
fw: 300
|
|
14263
|
-
}, item.label), /*#__PURE__*/React.createElement(Text, {
|
|
14263
|
+
}, item.label), /*#__PURE__*/React$1.createElement(Text, {
|
|
14264
14264
|
c: "dark",
|
|
14265
14265
|
size: "sm",
|
|
14266
14266
|
fw: 600
|
|
14267
14267
|
}, item.value))));
|
|
14268
14268
|
case "simple":
|
|
14269
14269
|
default:
|
|
14270
|
-
return /*#__PURE__*/React.createElement(Text, {
|
|
14270
|
+
return /*#__PURE__*/React$1.createElement(Text, {
|
|
14271
14271
|
fw: 300,
|
|
14272
14272
|
c: "dark",
|
|
14273
14273
|
size: "sm"
|
|
14274
14274
|
}, value);
|
|
14275
14275
|
}
|
|
14276
14276
|
};
|
|
14277
|
-
return /*#__PURE__*/React.createElement(Card, {
|
|
14277
|
+
return /*#__PURE__*/React$1.createElement(Card, {
|
|
14278
14278
|
bg: "#F7F7F9",
|
|
14279
14279
|
radius: "4px",
|
|
14280
14280
|
py: "12px",
|
|
14281
14281
|
px: "13px",
|
|
14282
14282
|
withBorder: false
|
|
14283
|
-
}, /*#__PURE__*/React.createElement(Stack, {
|
|
14283
|
+
}, /*#__PURE__*/React$1.createElement(Stack, {
|
|
14284
14284
|
gap: "8px"
|
|
14285
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
14285
|
+
}, /*#__PURE__*/React$1.createElement(Text, {
|
|
14286
14286
|
c: "#6F758B",
|
|
14287
14287
|
size: "sm",
|
|
14288
14288
|
fw: 300
|
|
@@ -14300,74 +14300,74 @@ const PaymentMethod = _ref => {
|
|
|
14300
14300
|
type,
|
|
14301
14301
|
exp
|
|
14302
14302
|
} = _ref;
|
|
14303
|
-
return /*#__PURE__*/React.createElement(Card, {
|
|
14303
|
+
return /*#__PURE__*/React$1.createElement(Card, {
|
|
14304
14304
|
withBorder: true,
|
|
14305
14305
|
radius: "md",
|
|
14306
14306
|
p: 0,
|
|
14307
14307
|
bg: isActive ? "gray.1" : "white",
|
|
14308
14308
|
w: 330
|
|
14309
|
-
}, /*#__PURE__*/React.createElement(Group, {
|
|
14309
|
+
}, /*#__PURE__*/React$1.createElement(Group, {
|
|
14310
14310
|
gap: "md",
|
|
14311
14311
|
px: "sm"
|
|
14312
|
-
}, /*#__PURE__*/React.createElement(Center, {
|
|
14312
|
+
}, /*#__PURE__*/React$1.createElement(Center, {
|
|
14313
14313
|
h: 88,
|
|
14314
14314
|
w: 80
|
|
14315
|
-
}, logo[type]), /*#__PURE__*/React.createElement(Stack, {
|
|
14315
|
+
}, logo[type]), /*#__PURE__*/React$1.createElement(Stack, {
|
|
14316
14316
|
gap: 3
|
|
14317
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
14317
|
+
}, /*#__PURE__*/React$1.createElement(Text, {
|
|
14318
14318
|
fz: 14,
|
|
14319
14319
|
tt: "uppercase",
|
|
14320
14320
|
fw: 500
|
|
14321
|
-
}, `**** **** **** ${pan}`), /*#__PURE__*/React.createElement(Group, {
|
|
14321
|
+
}, `**** **** **** ${pan}`), /*#__PURE__*/React$1.createElement(Group, {
|
|
14322
14322
|
c: "dimmed"
|
|
14323
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
14323
|
+
}, /*#__PURE__*/React$1.createElement(Text, {
|
|
14324
14324
|
tt: "capitalize",
|
|
14325
14325
|
fw: 300,
|
|
14326
14326
|
size: "xs"
|
|
14327
|
-
}, type), /*#__PURE__*/React.createElement(Text, {
|
|
14327
|
+
}, type), /*#__PURE__*/React$1.createElement(Text, {
|
|
14328
14328
|
fw: 300,
|
|
14329
14329
|
size: "sm"
|
|
14330
|
-
}, exp))), /*#__PURE__*/React.createElement(Space, {
|
|
14330
|
+
}, exp))), /*#__PURE__*/React$1.createElement(Space, {
|
|
14331
14331
|
flex: 1
|
|
14332
|
-
}), /*#__PURE__*/React.createElement(ActionIcon, {
|
|
14332
|
+
}), /*#__PURE__*/React$1.createElement(ActionIcon, {
|
|
14333
14333
|
variant: "subtle",
|
|
14334
14334
|
disabled: isActive
|
|
14335
|
-
}, !isActive ? /*#__PURE__*/React.createElement(Icons, {
|
|
14335
|
+
}, !isActive ? /*#__PURE__*/React$1.createElement(Icons, {
|
|
14336
14336
|
name: "Record"
|
|
14337
|
-
}) : /*#__PURE__*/React.createElement(Icons, {
|
|
14337
|
+
}) : /*#__PURE__*/React$1.createElement(Icons, {
|
|
14338
14338
|
name: "TickCircle"
|
|
14339
14339
|
}))));
|
|
14340
14340
|
};
|
|
14341
14341
|
const logo = {
|
|
14342
|
-
mastercard: /*#__PURE__*/React.createElement(Image, {
|
|
14342
|
+
mastercard: /*#__PURE__*/React$1.createElement(Image, {
|
|
14343
14343
|
height: 60,
|
|
14344
14344
|
src: img$1
|
|
14345
14345
|
}),
|
|
14346
|
-
visa: /*#__PURE__*/React.createElement(Image, {
|
|
14346
|
+
visa: /*#__PURE__*/React$1.createElement(Image, {
|
|
14347
14347
|
height: 60,
|
|
14348
14348
|
src: img$9
|
|
14349
14349
|
}),
|
|
14350
|
-
amex: /*#__PURE__*/React.createElement(Image, {
|
|
14350
|
+
amex: /*#__PURE__*/React$1.createElement(Image, {
|
|
14351
14351
|
height: 60,
|
|
14352
14352
|
src: img$a
|
|
14353
14353
|
}),
|
|
14354
|
-
paypal: /*#__PURE__*/React.createElement(Image, {
|
|
14354
|
+
paypal: /*#__PURE__*/React$1.createElement(Image, {
|
|
14355
14355
|
height: 60,
|
|
14356
14356
|
src: img
|
|
14357
14357
|
}),
|
|
14358
|
-
verve: /*#__PURE__*/React.createElement(Image, {
|
|
14358
|
+
verve: /*#__PURE__*/React$1.createElement(Image, {
|
|
14359
14359
|
height: 60,
|
|
14360
14360
|
src: img$7
|
|
14361
14361
|
})
|
|
14362
14362
|
};
|
|
14363
14363
|
const PaymentMethodAdd = () => {
|
|
14364
|
-
return /*#__PURE__*/React.createElement(Group, {
|
|
14364
|
+
return /*#__PURE__*/React$1.createElement(Group, {
|
|
14365
14365
|
align: "center"
|
|
14366
|
-
}, /*#__PURE__*/React.createElement(Button, {
|
|
14366
|
+
}, /*#__PURE__*/React$1.createElement(Button, {
|
|
14367
14367
|
variant: "outline",
|
|
14368
14368
|
w: 60,
|
|
14369
14369
|
h: 60
|
|
14370
|
-
}, /*#__PURE__*/React.createElement(Icons, {
|
|
14370
|
+
}, /*#__PURE__*/React$1.createElement(Icons, {
|
|
14371
14371
|
name: "Add",
|
|
14372
14372
|
size: 60,
|
|
14373
14373
|
stroke: 1
|
|
@@ -14379,7 +14379,7 @@ const SimpleHeader = _ref => {
|
|
|
14379
14379
|
id,
|
|
14380
14380
|
label
|
|
14381
14381
|
} = _ref;
|
|
14382
|
-
return /*#__PURE__*/React.createElement(Table.Th, {
|
|
14382
|
+
return /*#__PURE__*/React$1.createElement(Table.Th, {
|
|
14383
14383
|
fw: 500,
|
|
14384
14384
|
id: id,
|
|
14385
14385
|
fz: "xs",
|
|
@@ -14404,13 +14404,13 @@ const SimpleBody = _ref => {
|
|
|
14404
14404
|
if (withIndex) {
|
|
14405
14405
|
row["index"] = `${index ? index + 1 : 1}`;
|
|
14406
14406
|
}
|
|
14407
|
-
return /*#__PURE__*/React.createElement(Table.Tr, {
|
|
14407
|
+
return /*#__PURE__*/React$1.createElement(Table.Tr, {
|
|
14408
14408
|
fw: 300,
|
|
14409
14409
|
fz: "sm",
|
|
14410
14410
|
h: 50
|
|
14411
14411
|
}, columns.map((column, idx) => {
|
|
14412
14412
|
const columnIndex = column.id;
|
|
14413
|
-
return /*#__PURE__*/React.createElement(Table.Td, {
|
|
14413
|
+
return /*#__PURE__*/React$1.createElement(Table.Td, {
|
|
14414
14414
|
key: idx
|
|
14415
14415
|
}, typeof row[columnIndex] === "function" ? row[columnIndex](`${index}`) : row[columnIndex] || "");
|
|
14416
14416
|
}));
|
|
@@ -14444,14 +14444,14 @@ const SimpleTable = _ref => {
|
|
|
14444
14444
|
withRowBorders: false,
|
|
14445
14445
|
verticalSpacing: "md"
|
|
14446
14446
|
};
|
|
14447
|
-
return /*#__PURE__*/React.createElement(Table, isStriped && isStripedProps, /*#__PURE__*/React.createElement(Table.Thead, null, /*#__PURE__*/React.createElement(Table.Tr, {
|
|
14447
|
+
return /*#__PURE__*/React$1.createElement(Table, isStriped && isStripedProps, /*#__PURE__*/React$1.createElement(Table.Thead, null, /*#__PURE__*/React$1.createElement(Table.Tr, {
|
|
14448
14448
|
bg: isStriped ? "gray.1" : "transparent"
|
|
14449
14449
|
}, columns.map((column, index) => {
|
|
14450
|
-
return /*#__PURE__*/React.createElement(SimpleHeader, _extends({
|
|
14450
|
+
return /*#__PURE__*/React$1.createElement(SimpleHeader, _extends({
|
|
14451
14451
|
key: `column-${index}`
|
|
14452
14452
|
}, column));
|
|
14453
|
-
}))), /*#__PURE__*/React.createElement(Table.Tbody, null, rows.map((row, index) => {
|
|
14454
|
-
return /*#__PURE__*/React.createElement(SimpleBody, {
|
|
14453
|
+
}))), /*#__PURE__*/React$1.createElement(Table.Tbody, null, rows.map((row, index) => {
|
|
14454
|
+
return /*#__PURE__*/React$1.createElement(SimpleBody, {
|
|
14455
14455
|
key: index,
|
|
14456
14456
|
row,
|
|
14457
14457
|
columns,
|
|
@@ -14490,21 +14490,21 @@ const ErrorModal = _ref => {
|
|
|
14490
14490
|
id,
|
|
14491
14491
|
innerProps
|
|
14492
14492
|
} = _ref;
|
|
14493
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Stack, {
|
|
14493
|
+
return /*#__PURE__*/React$1.createElement(React$1.Fragment, null, /*#__PURE__*/React$1.createElement(Stack, {
|
|
14494
14494
|
align: "center",
|
|
14495
14495
|
py: "md"
|
|
14496
|
-
}, /*#__PURE__*/React.createElement(Center, {
|
|
14496
|
+
}, /*#__PURE__*/React$1.createElement(Center, {
|
|
14497
14497
|
w: 170,
|
|
14498
14498
|
h: 170
|
|
14499
|
-
}, /*#__PURE__*/React.createElement(DotLottieReact, {
|
|
14499
|
+
}, /*#__PURE__*/React$1.createElement(DotLottieReact, {
|
|
14500
14500
|
speed: 0.5,
|
|
14501
14501
|
src: ErrorAnimation,
|
|
14502
14502
|
loop: false,
|
|
14503
14503
|
autoplay: true
|
|
14504
|
-
})), /*#__PURE__*/React.createElement(Text, {
|
|
14504
|
+
})), /*#__PURE__*/React$1.createElement(Text, {
|
|
14505
14505
|
fw: 300,
|
|
14506
14506
|
ta: "center"
|
|
14507
|
-
}, innerProps.modalBody)), /*#__PURE__*/React.createElement(Button, {
|
|
14507
|
+
}, innerProps.modalBody)), /*#__PURE__*/React$1.createElement(Button, {
|
|
14508
14508
|
radius: "xl",
|
|
14509
14509
|
fw: 300,
|
|
14510
14510
|
size: "md",
|
|
@@ -14522,9 +14522,9 @@ const InfoModal = _ref => {
|
|
|
14522
14522
|
id,
|
|
14523
14523
|
innerProps
|
|
14524
14524
|
} = _ref;
|
|
14525
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Text, {
|
|
14525
|
+
return /*#__PURE__*/React$1.createElement(React$1.Fragment, null, /*#__PURE__*/React$1.createElement(Text, {
|
|
14526
14526
|
size: "sm"
|
|
14527
|
-
}, innerProps.modalBody), /*#__PURE__*/React.createElement(Button, {
|
|
14527
|
+
}, innerProps.modalBody), /*#__PURE__*/React$1.createElement(Button, {
|
|
14528
14528
|
fullWidth: true,
|
|
14529
14529
|
mt: "md",
|
|
14530
14530
|
onClick: () => context.closeModal(id)
|
|
@@ -14538,17 +14538,17 @@ const SimpleModal = _ref => {
|
|
|
14538
14538
|
innerProps,
|
|
14539
14539
|
...rest
|
|
14540
14540
|
} = _ref;
|
|
14541
|
-
return /*#__PURE__*/React.createElement(Stack, {
|
|
14541
|
+
return /*#__PURE__*/React$1.createElement(Stack, {
|
|
14542
14542
|
pt: "lg",
|
|
14543
14543
|
gap: "xl"
|
|
14544
|
-
}, /*#__PURE__*/React.createElement(Stack, {
|
|
14544
|
+
}, /*#__PURE__*/React$1.createElement(Stack, {
|
|
14545
14545
|
align: "center",
|
|
14546
14546
|
gap: "lg"
|
|
14547
|
-
}, /*#__PURE__*/React.createElement(Title, {
|
|
14547
|
+
}, /*#__PURE__*/React$1.createElement(Title, {
|
|
14548
14548
|
order: 3,
|
|
14549
14549
|
fw: 500,
|
|
14550
14550
|
lh: "40px"
|
|
14551
|
-
}, innerProps.title), /*#__PURE__*/React.createElement(React.Fragment, null, innerProps.modalBody)));
|
|
14551
|
+
}, innerProps.title), /*#__PURE__*/React$1.createElement(React$1.Fragment, null, innerProps.modalBody)));
|
|
14552
14552
|
};
|
|
14553
14553
|
|
|
14554
14554
|
var SuccessAnimation = "data:null;base64,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";
|
|
@@ -14559,21 +14559,21 @@ const SuccessModal = _ref => {
|
|
|
14559
14559
|
id,
|
|
14560
14560
|
innerProps
|
|
14561
14561
|
} = _ref;
|
|
14562
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Stack, {
|
|
14562
|
+
return /*#__PURE__*/React$1.createElement(React$1.Fragment, null, /*#__PURE__*/React$1.createElement(Stack, {
|
|
14563
14563
|
align: "center",
|
|
14564
14564
|
py: "md"
|
|
14565
|
-
}, /*#__PURE__*/React.createElement(Center, {
|
|
14565
|
+
}, /*#__PURE__*/React$1.createElement(Center, {
|
|
14566
14566
|
w: 170,
|
|
14567
14567
|
h: 170
|
|
14568
|
-
}, /*#__PURE__*/React.createElement(DotLottieReact, {
|
|
14568
|
+
}, /*#__PURE__*/React$1.createElement(DotLottieReact, {
|
|
14569
14569
|
speed: 0.8,
|
|
14570
14570
|
src: SuccessAnimation,
|
|
14571
14571
|
loop: false,
|
|
14572
14572
|
autoplay: true
|
|
14573
|
-
})), /*#__PURE__*/React.createElement(Text, {
|
|
14573
|
+
})), /*#__PURE__*/React$1.createElement(Text, {
|
|
14574
14574
|
fw: 300,
|
|
14575
14575
|
ta: "center"
|
|
14576
|
-
}, innerProps.modalBody)), /*#__PURE__*/React.createElement(Button, {
|
|
14576
|
+
}, innerProps.modalBody)), /*#__PURE__*/React$1.createElement(Button, {
|
|
14577
14577
|
radius: "xl",
|
|
14578
14578
|
fw: 300,
|
|
14579
14579
|
size: "md",
|
|
@@ -14591,22 +14591,22 @@ const TwoFactorModal = _ref => {
|
|
|
14591
14591
|
title = "Verify Your Identity",
|
|
14592
14592
|
pinLength = 6
|
|
14593
14593
|
} = _ref;
|
|
14594
|
-
return /*#__PURE__*/React.createElement(Stack, {
|
|
14594
|
+
return /*#__PURE__*/React$1.createElement(Stack, {
|
|
14595
14595
|
align: "center",
|
|
14596
14596
|
py: 40,
|
|
14597
14597
|
gap: "lg"
|
|
14598
|
-
}, /*#__PURE__*/React.createElement(Title, {
|
|
14598
|
+
}, /*#__PURE__*/React$1.createElement(Title, {
|
|
14599
14599
|
order: 3,
|
|
14600
14600
|
fw: 500,
|
|
14601
14601
|
h: 40
|
|
14602
|
-
}, title), /*#__PURE__*/React.createElement(PinInput, {
|
|
14602
|
+
}, title), /*#__PURE__*/React$1.createElement(PinInput, {
|
|
14603
14603
|
length: pinLength,
|
|
14604
14604
|
placeholder: "",
|
|
14605
14605
|
type: "number",
|
|
14606
14606
|
inputType: "tel",
|
|
14607
14607
|
inputMode: "numeric",
|
|
14608
14608
|
autoFocus: true
|
|
14609
|
-
}), /*#__PURE__*/React.createElement(Text, {
|
|
14609
|
+
}), /*#__PURE__*/React$1.createElement(Text, {
|
|
14610
14610
|
ta: "center",
|
|
14611
14611
|
fw: 300
|
|
14612
14612
|
}, children));
|
|
@@ -14621,7 +14621,7 @@ const Drawer = _ref => {
|
|
|
14621
14621
|
title = "",
|
|
14622
14622
|
page = undefined
|
|
14623
14623
|
} = _ref;
|
|
14624
|
-
return /*#__PURE__*/React.createElement(Drawer$1.Root, {
|
|
14624
|
+
return /*#__PURE__*/React$1.createElement(Drawer$1.Root, {
|
|
14625
14625
|
opened,
|
|
14626
14626
|
onClose,
|
|
14627
14627
|
position,
|
|
@@ -14634,17 +14634,17 @@ const Drawer = _ref => {
|
|
|
14634
14634
|
duration: 500,
|
|
14635
14635
|
transition: "slide-left"
|
|
14636
14636
|
}
|
|
14637
|
-
}, /*#__PURE__*/React.createElement(Drawer$1.Overlay, null), /*#__PURE__*/React.createElement(Drawer$1.Content, null, /*#__PURE__*/React.createElement(Drawer$1.Header, null, /*#__PURE__*/React.createElement(Drawer$1.Title, {
|
|
14637
|
+
}, /*#__PURE__*/React$1.createElement(Drawer$1.Overlay, null), /*#__PURE__*/React$1.createElement(Drawer$1.Content, null, /*#__PURE__*/React$1.createElement(Drawer$1.Header, null, /*#__PURE__*/React$1.createElement(Drawer$1.Title, {
|
|
14638
14638
|
fz: "lg",
|
|
14639
14639
|
fw: "400"
|
|
14640
|
-
}, title), /*#__PURE__*/React.createElement(Drawer$1.CloseButton, {
|
|
14641
|
-
icon: /*#__PURE__*/React.createElement(Icons, {
|
|
14640
|
+
}, title), /*#__PURE__*/React$1.createElement(Drawer$1.CloseButton, {
|
|
14641
|
+
icon: /*#__PURE__*/React$1.createElement(Icons, {
|
|
14642
14642
|
name: "Back",
|
|
14643
14643
|
size: 24
|
|
14644
14644
|
})
|
|
14645
|
-
})), /*#__PURE__*/React.createElement(Drawer$1.Body, {
|
|
14645
|
+
})), /*#__PURE__*/React$1.createElement(Drawer$1.Body, {
|
|
14646
14646
|
p: "md"
|
|
14647
|
-
}, /*#__PURE__*/React.createElement(ScrollArea, {
|
|
14647
|
+
}, /*#__PURE__*/React$1.createElement(ScrollArea, {
|
|
14648
14648
|
scrollbars: "y"
|
|
14649
14649
|
}, page))));
|
|
14650
14650
|
};
|
|
@@ -14699,7 +14699,7 @@ const SimpleForm = _ref => {
|
|
|
14699
14699
|
variant: !isEditable ? "unstyled" : "default",
|
|
14700
14700
|
required: true
|
|
14701
14701
|
};
|
|
14702
|
-
return /*#__PURE__*/React.createElement("form", {
|
|
14702
|
+
return /*#__PURE__*/React$1.createElement("form", {
|
|
14703
14703
|
onSubmit: form.onSubmit(values => hasSubmit ? rest.onSubmit?.(values) : void 0),
|
|
14704
14704
|
onReset: () => {
|
|
14705
14705
|
form.reset();
|
|
@@ -14708,18 +14708,18 @@ const SimpleForm = _ref => {
|
|
|
14708
14708
|
style: {
|
|
14709
14709
|
height: "100%"
|
|
14710
14710
|
}
|
|
14711
|
-
}, /*#__PURE__*/React.createElement(Stack, {
|
|
14711
|
+
}, /*#__PURE__*/React$1.createElement(Stack, {
|
|
14712
14712
|
h: "100%"
|
|
14713
|
-
}, /*#__PURE__*/React.createElement(Grid, null, fields.map((field, index) => {
|
|
14713
|
+
}, /*#__PURE__*/React$1.createElement(Grid, null, fields.map((field, index) => {
|
|
14714
14714
|
if (typeof field === "string") {
|
|
14715
14715
|
const sanitizedField = santize(field);
|
|
14716
|
-
return /*#__PURE__*/React.createElement(Grid.Col, {
|
|
14716
|
+
return /*#__PURE__*/React$1.createElement(Grid.Col, {
|
|
14717
14717
|
key: index,
|
|
14718
14718
|
span: layout[index]
|
|
14719
|
-
}, /*#__PURE__*/React.createElement(TextInput, _extends({}, inputProps, sanitizedField, form.getInputProps(sanitizedField.name))));
|
|
14719
|
+
}, /*#__PURE__*/React$1.createElement(TextInput, _extends({}, inputProps, sanitizedField, form.getInputProps(sanitizedField.name))));
|
|
14720
14720
|
}
|
|
14721
14721
|
if (typeof field === "function") {
|
|
14722
|
-
return /*#__PURE__*/React.createElement(Grid.Col, {
|
|
14722
|
+
return /*#__PURE__*/React$1.createElement(Grid.Col, {
|
|
14723
14723
|
key: index,
|
|
14724
14724
|
span: layout[index]
|
|
14725
14725
|
}, field(form.getInputProps));
|
|
@@ -14727,15 +14727,15 @@ const SimpleForm = _ref => {
|
|
|
14727
14727
|
if (Object.keys(components).includes(field.component)) {
|
|
14728
14728
|
const Component = components[field.component];
|
|
14729
14729
|
const sanitizedField = santize(field.field ?? "");
|
|
14730
|
-
return /*#__PURE__*/React.createElement(Grid.Col, {
|
|
14730
|
+
return /*#__PURE__*/React$1.createElement(Grid.Col, {
|
|
14731
14731
|
key: index,
|
|
14732
14732
|
span: layout[index]
|
|
14733
|
-
}, /*#__PURE__*/React.createElement(Component, _extends({}, field.field, inputProps, sanitizedField, form.getInputProps(sanitizedField.name))));
|
|
14733
|
+
}, /*#__PURE__*/React$1.createElement(Component, _extends({}, field.field, inputProps, sanitizedField, form.getInputProps(sanitizedField.name))));
|
|
14734
14734
|
}
|
|
14735
14735
|
return null;
|
|
14736
|
-
})), /*#__PURE__*/React.createElement(Space, {
|
|
14736
|
+
})), /*#__PURE__*/React$1.createElement(Space, {
|
|
14737
14737
|
flex: 1
|
|
14738
|
-
}), /*#__PURE__*/React.createElement(FormButtons, {
|
|
14738
|
+
}), /*#__PURE__*/React$1.createElement(FormButtons, {
|
|
14739
14739
|
hasSubmit,
|
|
14740
14740
|
hasReset,
|
|
14741
14741
|
buttonSize
|
|
@@ -14762,15 +14762,15 @@ const FormButtons = _ref2 => {
|
|
|
14762
14762
|
hasReset = false,
|
|
14763
14763
|
buttonSize
|
|
14764
14764
|
} = _ref2;
|
|
14765
|
-
return /*#__PURE__*/React.createElement(Group, {
|
|
14765
|
+
return /*#__PURE__*/React$1.createElement(Group, {
|
|
14766
14766
|
mt: "lg",
|
|
14767
14767
|
justify: "flex-end",
|
|
14768
14768
|
grow: true,
|
|
14769
14769
|
gap: 10,
|
|
14770
14770
|
w: "100%",
|
|
14771
14771
|
display: hasSubmit || hasReset ? "flex" : "none"
|
|
14772
|
-
}, /*#__PURE__*/React.createElement(Button, {
|
|
14773
|
-
leftSection: /*#__PURE__*/React.createElement(Icons, {
|
|
14772
|
+
}, /*#__PURE__*/React$1.createElement(Button, {
|
|
14773
|
+
leftSection: /*#__PURE__*/React$1.createElement(Icons, {
|
|
14774
14774
|
name: "CloseCircle",
|
|
14775
14775
|
size: 16
|
|
14776
14776
|
}),
|
|
@@ -14784,12 +14784,12 @@ const FormButtons = _ref2 => {
|
|
|
14784
14784
|
display: hasReset ? "block" : "none"
|
|
14785
14785
|
},
|
|
14786
14786
|
flex: 1
|
|
14787
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
14787
|
+
}, /*#__PURE__*/React$1.createElement(Text, {
|
|
14788
14788
|
fw: 400,
|
|
14789
14789
|
fz: "sm",
|
|
14790
14790
|
c: "white"
|
|
14791
|
-
}, "Cancel")), /*#__PURE__*/React.createElement(Button, {
|
|
14792
|
-
leftSection: /*#__PURE__*/React.createElement(Icons, {
|
|
14791
|
+
}, "Cancel")), /*#__PURE__*/React$1.createElement(Button, {
|
|
14792
|
+
leftSection: /*#__PURE__*/React$1.createElement(Icons, {
|
|
14793
14793
|
name: "TickCircle",
|
|
14794
14794
|
size: 16
|
|
14795
14795
|
}),
|
|
@@ -14803,7 +14803,7 @@ const FormButtons = _ref2 => {
|
|
|
14803
14803
|
display: hasSubmit ? "block" : "none"
|
|
14804
14804
|
},
|
|
14805
14805
|
flex: 1
|
|
14806
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
14806
|
+
}, /*#__PURE__*/React$1.createElement(Text, {
|
|
14807
14807
|
fw: 300,
|
|
14808
14808
|
fz: "sm",
|
|
14809
14809
|
c: "white"
|
|
@@ -14819,24 +14819,24 @@ const MaskedTilePanel = _ref => {
|
|
|
14819
14819
|
} = _ref;
|
|
14820
14820
|
const [masked, toggle] = useToggle();
|
|
14821
14821
|
const name = masked ? "Eye" : "EyeSlash";
|
|
14822
|
-
return /*#__PURE__*/React.createElement(Card, {
|
|
14822
|
+
return /*#__PURE__*/React$1.createElement(Card, {
|
|
14823
14823
|
p: "md",
|
|
14824
14824
|
bg: "gray.0",
|
|
14825
14825
|
style: {
|
|
14826
14826
|
borderRadius: "10px"
|
|
14827
14827
|
}
|
|
14828
|
-
}, /*#__PURE__*/React.createElement(Group, {
|
|
14828
|
+
}, /*#__PURE__*/React$1.createElement(Group, {
|
|
14829
14829
|
justify: "space-between"
|
|
14830
|
-
}, /*#__PURE__*/React.createElement(Stack, {
|
|
14830
|
+
}, /*#__PURE__*/React$1.createElement(Stack, {
|
|
14831
14831
|
gap: 0,
|
|
14832
14832
|
p: 0,
|
|
14833
14833
|
flex: 1
|
|
14834
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
14834
|
+
}, /*#__PURE__*/React$1.createElement(Text, {
|
|
14835
14835
|
fz: "sm",
|
|
14836
14836
|
fw: 300,
|
|
14837
14837
|
p: 0,
|
|
14838
14838
|
c: "gray.7"
|
|
14839
|
-
}, label), /*#__PURE__*/React.createElement(TextInput, {
|
|
14839
|
+
}, label), /*#__PURE__*/React$1.createElement(TextInput, {
|
|
14840
14840
|
type: masked ? "password" : "text",
|
|
14841
14841
|
fw: 300,
|
|
14842
14842
|
p: 0,
|
|
@@ -14844,10 +14844,10 @@ const MaskedTilePanel = _ref => {
|
|
|
14844
14844
|
value: value,
|
|
14845
14845
|
variant: "unstyled",
|
|
14846
14846
|
readOnly: true
|
|
14847
|
-
})), /*#__PURE__*/React.createElement(ActionIcon, {
|
|
14847
|
+
})), /*#__PURE__*/React$1.createElement(ActionIcon, {
|
|
14848
14848
|
variant: "transparent",
|
|
14849
14849
|
onClick: () => onMasked() ? toggle() : void 0
|
|
14850
|
-
}, icon && /*#__PURE__*/React.createElement(Icons, {
|
|
14850
|
+
}, icon && /*#__PURE__*/React$1.createElement(Icons, {
|
|
14851
14851
|
size: 24,
|
|
14852
14852
|
color: "gray",
|
|
14853
14853
|
name: name
|
|
@@ -14858,24 +14858,24 @@ const TilePanel = _ref2 => {
|
|
|
14858
14858
|
label,
|
|
14859
14859
|
value
|
|
14860
14860
|
} = _ref2;
|
|
14861
|
-
return /*#__PURE__*/React.createElement(Card, {
|
|
14861
|
+
return /*#__PURE__*/React$1.createElement(Card, {
|
|
14862
14862
|
p: "md",
|
|
14863
14863
|
bg: "gray.0",
|
|
14864
14864
|
style: {
|
|
14865
14865
|
borderRadius: "10px"
|
|
14866
14866
|
}
|
|
14867
|
-
}, /*#__PURE__*/React.createElement(Group, {
|
|
14867
|
+
}, /*#__PURE__*/React$1.createElement(Group, {
|
|
14868
14868
|
justify: "space-between"
|
|
14869
|
-
}, /*#__PURE__*/React.createElement(Stack, {
|
|
14869
|
+
}, /*#__PURE__*/React$1.createElement(Stack, {
|
|
14870
14870
|
gap: 0,
|
|
14871
14871
|
p: 0,
|
|
14872
14872
|
flex: 1
|
|
14873
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
14873
|
+
}, /*#__PURE__*/React$1.createElement(Text, {
|
|
14874
14874
|
fz: "sm",
|
|
14875
14875
|
fw: 300,
|
|
14876
14876
|
p: 0,
|
|
14877
14877
|
c: "gray.7"
|
|
14878
|
-
}, label), /*#__PURE__*/React.createElement(TextInput, {
|
|
14878
|
+
}, label), /*#__PURE__*/React$1.createElement(TextInput, {
|
|
14879
14879
|
fw: 300,
|
|
14880
14880
|
p: 0,
|
|
14881
14881
|
c: "adiba",
|
|
@@ -14899,7 +14899,7 @@ const MerchantCard = _ref => {
|
|
|
14899
14899
|
style,
|
|
14900
14900
|
...others
|
|
14901
14901
|
} = _ref;
|
|
14902
|
-
return /*#__PURE__*/React.createElement(Card, _extends({
|
|
14902
|
+
return /*#__PURE__*/React$1.createElement(Card, _extends({
|
|
14903
14903
|
padding: "md",
|
|
14904
14904
|
radius: "20px",
|
|
14905
14905
|
withBorder: true,
|
|
@@ -14910,17 +14910,17 @@ const MerchantCard = _ref => {
|
|
|
14910
14910
|
...style
|
|
14911
14911
|
},
|
|
14912
14912
|
className: className
|
|
14913
|
-
}, others), /*#__PURE__*/React.createElement(Group, {
|
|
14913
|
+
}, others), /*#__PURE__*/React$1.createElement(Group, {
|
|
14914
14914
|
justify: "space-between",
|
|
14915
14915
|
align: "center",
|
|
14916
14916
|
wrap: "nowrap"
|
|
14917
|
-
}, /*#__PURE__*/React.createElement(Group, {
|
|
14917
|
+
}, /*#__PURE__*/React$1.createElement(Group, {
|
|
14918
14918
|
gap: "md",
|
|
14919
14919
|
wrap: "nowrap",
|
|
14920
14920
|
style: {
|
|
14921
14921
|
flex: 1
|
|
14922
14922
|
}
|
|
14923
|
-
}, /*#__PURE__*/React.createElement(Box, {
|
|
14923
|
+
}, /*#__PURE__*/React$1.createElement(Box, {
|
|
14924
14924
|
w: 105,
|
|
14925
14925
|
h: 90,
|
|
14926
14926
|
bg: "gray.0",
|
|
@@ -14932,26 +14932,26 @@ const MerchantCard = _ref => {
|
|
|
14932
14932
|
borderRadius: 8,
|
|
14933
14933
|
overflow: "hidden"
|
|
14934
14934
|
}
|
|
14935
|
-
}, logo ? /*#__PURE__*/React.createElement(Image, {
|
|
14935
|
+
}, logo ? /*#__PURE__*/React$1.createElement(Image, {
|
|
14936
14936
|
src: logo,
|
|
14937
14937
|
alt: name,
|
|
14938
14938
|
w: "100%",
|
|
14939
14939
|
h: "100%",
|
|
14940
14940
|
fit: "contain"
|
|
14941
|
-
}) : /*#__PURE__*/React.createElement(Icons, {
|
|
14941
|
+
}) : /*#__PURE__*/React$1.createElement(Icons, {
|
|
14942
14942
|
name: "Shop",
|
|
14943
14943
|
size: 24,
|
|
14944
14944
|
color: "gray"
|
|
14945
|
-
})), /*#__PURE__*/React.createElement(Stack, {
|
|
14945
|
+
})), /*#__PURE__*/React$1.createElement(Stack, {
|
|
14946
14946
|
gap: 8,
|
|
14947
14947
|
style: {
|
|
14948
14948
|
flex: 1
|
|
14949
14949
|
}
|
|
14950
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
14950
|
+
}, /*#__PURE__*/React$1.createElement(Text, {
|
|
14951
14951
|
fw: 400,
|
|
14952
14952
|
size: "lg",
|
|
14953
14953
|
c: "dark.9"
|
|
14954
|
-
}, name), /*#__PURE__*/React.createElement(Badge, {
|
|
14954
|
+
}, name), /*#__PURE__*/React$1.createElement(Badge, {
|
|
14955
14955
|
variant: "light",
|
|
14956
14956
|
color: "gray",
|
|
14957
14957
|
radius: "sm",
|
|
@@ -14966,50 +14966,180 @@ const MerchantCard = _ref => {
|
|
|
14966
14966
|
padding: "5px 7px"
|
|
14967
14967
|
}
|
|
14968
14968
|
}
|
|
14969
|
-
}, category), /*#__PURE__*/React.createElement(Text, {
|
|
14969
|
+
}, category), /*#__PURE__*/React$1.createElement(Text, {
|
|
14970
14970
|
size: "xs",
|
|
14971
14971
|
c: "dimmed"
|
|
14972
|
-
}, price))), variant === "closable" ? /*#__PURE__*/React.createElement(ActionIcon, {
|
|
14972
|
+
}, price))), variant === "closable" ? /*#__PURE__*/React$1.createElement(ActionIcon, {
|
|
14973
14973
|
variant: "transparent",
|
|
14974
14974
|
color: "gray",
|
|
14975
14975
|
onClick: e => {
|
|
14976
14976
|
e.stopPropagation();
|
|
14977
14977
|
onClose?.();
|
|
14978
14978
|
}
|
|
14979
|
-
}, /*#__PURE__*/React.createElement(Icons, {
|
|
14979
|
+
}, /*#__PURE__*/React$1.createElement(Icons, {
|
|
14980
14980
|
name: "CloseCircle",
|
|
14981
14981
|
size: 24,
|
|
14982
14982
|
color: "#A1A8AF"
|
|
14983
|
-
})) : /*#__PURE__*/React.createElement(ActionIcon, _extends({
|
|
14983
|
+
})) : /*#__PURE__*/React$1.createElement(ActionIcon, _extends({
|
|
14984
14984
|
variant: "transparent",
|
|
14985
14985
|
style: {
|
|
14986
14986
|
cursor: "grab",
|
|
14987
14987
|
transform: "rotate(136deg)"
|
|
14988
14988
|
}
|
|
14989
|
-
}, dragHandleProps), /*#__PURE__*/React.createElement(Icons, {
|
|
14989
|
+
}, dragHandleProps), /*#__PURE__*/React$1.createElement(Icons, {
|
|
14990
14990
|
name: "Maximize4",
|
|
14991
14991
|
size: 24,
|
|
14992
14992
|
color: "#1C1C1C"
|
|
14993
14993
|
}))));
|
|
14994
14994
|
};
|
|
14995
14995
|
|
|
14996
|
+
const TableStateView = _ref => {
|
|
14997
|
+
let {
|
|
14998
|
+
icon,
|
|
14999
|
+
title,
|
|
15000
|
+
description,
|
|
15001
|
+
action,
|
|
15002
|
+
iconColor = "gray",
|
|
15003
|
+
iconBgColor = "rgba(255,255,255,0.8)",
|
|
15004
|
+
borderColor
|
|
15005
|
+
} = _ref;
|
|
15006
|
+
return /*#__PURE__*/React.createElement(Box, {
|
|
15007
|
+
pos: "relative",
|
|
15008
|
+
style: {
|
|
15009
|
+
flex: 1,
|
|
15010
|
+
overflow: "hidden"
|
|
15011
|
+
}
|
|
15012
|
+
}, /*#__PURE__*/React.createElement(Box, {
|
|
15013
|
+
pos: "absolute",
|
|
15014
|
+
inset: 0,
|
|
15015
|
+
style: {
|
|
15016
|
+
zIndex: 0,
|
|
15017
|
+
pointerEvents: "none"
|
|
15018
|
+
},
|
|
15019
|
+
p: "xl"
|
|
15020
|
+
}, /*#__PURE__*/React.createElement(Stack, {
|
|
15021
|
+
gap: "40px",
|
|
15022
|
+
w: "100%"
|
|
15023
|
+
}, Array.from({
|
|
15024
|
+
length: 12
|
|
15025
|
+
}).map((_, i) => /*#__PURE__*/React.createElement(Group, {
|
|
15026
|
+
key: i,
|
|
15027
|
+
gap: "lg",
|
|
15028
|
+
wrap: "nowrap",
|
|
15029
|
+
w: "100%"
|
|
15030
|
+
}, /*#__PURE__*/React.createElement(Box, {
|
|
15031
|
+
h: 20,
|
|
15032
|
+
w: 40,
|
|
15033
|
+
bg: "gray.1",
|
|
15034
|
+
mr: 50,
|
|
15035
|
+
style: {
|
|
15036
|
+
borderRadius: "4px"
|
|
15037
|
+
}
|
|
15038
|
+
}), /*#__PURE__*/React.createElement(Box, {
|
|
15039
|
+
h: 20,
|
|
15040
|
+
w: 200,
|
|
15041
|
+
bg: "gray.1",
|
|
15042
|
+
mr: 10,
|
|
15043
|
+
style: {
|
|
15044
|
+
borderRadius: "4px"
|
|
15045
|
+
}
|
|
15046
|
+
}), /*#__PURE__*/React.createElement(Box, {
|
|
15047
|
+
h: 20,
|
|
15048
|
+
w: 80,
|
|
15049
|
+
bg: "gray.1",
|
|
15050
|
+
mr: 10,
|
|
15051
|
+
style: {
|
|
15052
|
+
borderRadius: "4px"
|
|
15053
|
+
},
|
|
15054
|
+
visibleFrom: "xs"
|
|
15055
|
+
}), /*#__PURE__*/React.createElement(Box, {
|
|
15056
|
+
h: 20,
|
|
15057
|
+
w: 60,
|
|
15058
|
+
bg: "gray.1",
|
|
15059
|
+
mr: 80,
|
|
15060
|
+
style: {
|
|
15061
|
+
borderRadius: "4px",
|
|
15062
|
+
flex: "1"
|
|
15063
|
+
},
|
|
15064
|
+
visibleFrom: "sm"
|
|
15065
|
+
}), /*#__PURE__*/React.createElement(Box, {
|
|
15066
|
+
h: 20,
|
|
15067
|
+
w: 70,
|
|
15068
|
+
bg: "gray.1",
|
|
15069
|
+
mr: 150,
|
|
15070
|
+
style: {
|
|
15071
|
+
borderRadius: "4px",
|
|
15072
|
+
flex: "1"
|
|
15073
|
+
},
|
|
15074
|
+
visibleFrom: "md"
|
|
15075
|
+
}), /*#__PURE__*/React.createElement(Box, {
|
|
15076
|
+
h: 20,
|
|
15077
|
+
w: 90,
|
|
15078
|
+
bg: "gray.1",
|
|
15079
|
+
style: {
|
|
15080
|
+
borderRadius: "4px"
|
|
15081
|
+
},
|
|
15082
|
+
visibleFrom: "lg"
|
|
15083
|
+
}))))), /*#__PURE__*/React.createElement(Box, {
|
|
15084
|
+
pos: "absolute",
|
|
15085
|
+
inset: 0,
|
|
15086
|
+
style: {
|
|
15087
|
+
zIndex: 1,
|
|
15088
|
+
background: "linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.4) 100%)"
|
|
15089
|
+
}
|
|
15090
|
+
}), /*#__PURE__*/React.createElement(Stack, {
|
|
15091
|
+
pos: "relative",
|
|
15092
|
+
h: "100%",
|
|
15093
|
+
align: "center",
|
|
15094
|
+
justify: "center",
|
|
15095
|
+
gap: "lg",
|
|
15096
|
+
maw: 400,
|
|
15097
|
+
mx: "auto",
|
|
15098
|
+
mih: 600,
|
|
15099
|
+
style: {
|
|
15100
|
+
zIndex: 2
|
|
15101
|
+
}
|
|
15102
|
+
}, /*#__PURE__*/React.createElement(ThemeIcon, {
|
|
15103
|
+
size: 64,
|
|
15104
|
+
radius: 16,
|
|
15105
|
+
variant: "default",
|
|
15106
|
+
color: iconColor,
|
|
15107
|
+
style: {
|
|
15108
|
+
border: `1px dashed ${borderColor || `var(--mantine-color-${iconColor}-4)`}`,
|
|
15109
|
+
backgroundColor: iconBgColor
|
|
15110
|
+
}
|
|
15111
|
+
}, icon), /*#__PURE__*/React.createElement(Stack, {
|
|
15112
|
+
gap: 4,
|
|
15113
|
+
align: "center"
|
|
15114
|
+
}, /*#__PURE__*/React.createElement(Text, {
|
|
15115
|
+
fw: 600,
|
|
15116
|
+
size: "lg",
|
|
15117
|
+
c: "dark"
|
|
15118
|
+
}, title), /*#__PURE__*/React.createElement(Text, {
|
|
15119
|
+
c: "dimmed",
|
|
15120
|
+
size: "sm",
|
|
15121
|
+
ta: "center",
|
|
15122
|
+
maw: 300
|
|
15123
|
+
}, description)), action && action));
|
|
15124
|
+
};
|
|
15125
|
+
|
|
14996
15126
|
var ConfirmAnimation = "data:null;base64,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";
|
|
14997
15127
|
|
|
14998
15128
|
const ConfirmModal = _ref => {
|
|
14999
15129
|
let {
|
|
15000
15130
|
children} = _ref;
|
|
15001
|
-
return /*#__PURE__*/React.createElement(Stack, {
|
|
15131
|
+
return /*#__PURE__*/React$1.createElement(Stack, {
|
|
15002
15132
|
align: "center",
|
|
15003
15133
|
py: "md"
|
|
15004
|
-
}, /*#__PURE__*/React.createElement(Center, {
|
|
15134
|
+
}, /*#__PURE__*/React$1.createElement(Center, {
|
|
15005
15135
|
w: 150,
|
|
15006
15136
|
h: 150,
|
|
15007
15137
|
pt: "md"
|
|
15008
|
-
}, /*#__PURE__*/React.createElement(DotLottieReact, {
|
|
15138
|
+
}, /*#__PURE__*/React$1.createElement(DotLottieReact, {
|
|
15009
15139
|
speed: 1,
|
|
15010
15140
|
src: ConfirmAnimation,
|
|
15011
15141
|
autoplay: true
|
|
15012
|
-
})), /*#__PURE__*/React.createElement(Text, {
|
|
15142
|
+
})), /*#__PURE__*/React$1.createElement(Text, {
|
|
15013
15143
|
ta: "center",
|
|
15014
15144
|
fw: 300
|
|
15015
15145
|
}, children));
|
|
@@ -15172,4 +15302,4 @@ const useManagedModals = () => {
|
|
|
15172
15302
|
};
|
|
15173
15303
|
};
|
|
15174
15304
|
|
|
15175
|
-
export { ApplicationMenu as A, BasicHeatmap as B, CalendarHeatmap as C, DonutChart as D, EqualizerColumn as E, File as F, ErrorModal as G, InfoModal as H, InterpolatedHeatmap as I, SimpleModal as J, SuccessModal as K, LabelPanel as L, MultiAxisArea as M, TwoFactorModal as N, Drawer as O, PieChart as P, SimpleForm as Q, MaskedTilePanel as R, SimpleColumn as S, TitledPanel as T, UserMenu as U, TilePanel as V, MerchantCard as W,
|
|
15305
|
+
export { ApplicationMenu as A, BasicHeatmap as B, CalendarHeatmap as C, DonutChart as D, EqualizerColumn as E, File as F, ErrorModal as G, InfoModal as H, InterpolatedHeatmap as I, SimpleModal as J, SuccessModal as K, LabelPanel as L, MultiAxisArea as M, TwoFactorModal as N, Drawer as O, PieChart as P, SimpleForm as Q, MaskedTilePanel as R, SimpleColumn as S, TitledPanel as T, UserMenu as U, TilePanel as V, MerchantCard as W, TableStateView as X, useModal as Y, useManagedModals as Z, StackedColumn as a, SimpleArea as b, StackedArea as c, Icons as d, DynamicLogo as e, DynamicShigaLogo as f, getDefaultExportFromCjs as g, SideMenu as h, SimplePanel as i, SearchPanel as j, AvatarLabelPanel as k, SimpleText as l, PageTitle as m, TitleWithIndex as n, ConnectionPanel as o, ApplicationPanel as p, SubscriptionPlans as q, InfoGrid as r, UserProfileCard as s, StatusAlert as t, CreditCard as u, DetailCard as v, PaymentMethod as w, PaymentMethodAdd as x, SimpleTable as y, theme as z };
|