@konstructio/ui 0.1.2-alpha.5 → 0.1.2-alpha.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{Combination-VYaRRJBZ.js → Combination-BtmnusWq.js} +141 -138
- package/dist/DatePicker.css +1 -1
- package/dist/Modal-CjC-CIJ8.js +99 -0
- package/dist/assets/icons/index.js +7 -0
- package/dist/chevron-down-DgT-uSF9.js +5 -0
- package/dist/chevron-right-DYvXLeql.js +7 -0
- package/dist/chevron-up-DEfvgPCw.js +54 -0
- package/dist/chevron-up-DrQr2Fwd.js +5 -0
- package/dist/components/Alert/Alert.js +2 -2
- package/dist/components/AlertDialog/AlertDialog.js +81 -53
- package/dist/components/AlertDialog/components/AlertDialogTrigger.js +3 -2
- package/dist/components/AlertDialog/components/index.js +1 -1
- package/dist/components/Badge/Badge.js +41 -44
- package/dist/components/Badge/Badge.variants.js +52 -13
- package/dist/components/Breadcrumb/Breadcrumb.js +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.variants.js +3 -3
- package/dist/components/Breadcrumb/components/Item/Item.js +22 -22
- package/dist/components/Breadcrumb/components/Item/Item.variants.js +25 -14
- package/dist/components/Breadcrumb/hooks/useBreadcrumb.js +1 -1
- package/dist/components/Button/Button.js +1 -1
- package/dist/components/Button/Button.variants.js +108 -98
- package/dist/components/Card/Card.variants.js +7 -12
- package/dist/components/Checkbox/Checkbox.js +108 -105
- package/dist/components/Checkbox/Checkbox.variants.js +34 -7
- package/dist/components/Command/Command.js +2 -2
- package/dist/components/Command/components/Command.js +1 -1
- package/dist/components/Command/components/CommandEmpty.js +1 -1
- package/dist/components/Command/components/CommandGroup.js +1 -1
- package/dist/components/Command/components/CommandInput.js +2 -2
- package/dist/components/Command/components/CommandItem.js +1 -1
- package/dist/components/Command/components/CommandList.js +1 -1
- package/dist/components/Command/components/CommandSeparator.js +1 -1
- package/dist/components/Command/components/DialogContent.js +2 -2
- package/dist/components/Command/components/DialogOverlay.js +1 -1
- package/dist/components/Counter/Counter.js +210 -0
- package/dist/components/Counter/Counter.variants.js +70 -0
- package/dist/components/Datepicker/DatePicker.js +1587 -1353
- package/dist/components/Divider/Divider.variants.js +1 -1
- package/dist/components/DropdownButton/DropdownButton.js +1 -1
- package/dist/components/Filter/Filter.js +1 -1
- package/dist/components/Filter/Filter.variants.js +8 -7
- package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.js +71 -45
- package/dist/components/Filter/components/DateFilterDropdown/DateFilterDropdown.hook.js +2 -2
- package/dist/components/Filter/components/DateFilterDropdown/DateFilterDropdown.js +76 -43
- package/dist/components/Filter/components/ResetButton/ResetButton.js +15 -12
- package/dist/components/Filter/events/index.js +3 -3
- package/dist/components/ImageUpload/ImageUpload.js +221 -0
- package/dist/components/ImageUpload/ImageUpload.variants.js +109 -0
- package/dist/components/Input/Input.js +185 -118
- package/dist/components/Input/Input.variants.js +24 -19
- package/dist/components/Loading/Loading.js +1 -7
- package/dist/components/Modal/Modal.js +2 -2
- package/dist/components/Modal/components/Body/Body.js +1 -1
- package/dist/components/Modal/components/Footer/Footer.js +1 -1
- package/dist/components/Modal/components/Header/Header.js +1 -1
- package/dist/components/Modal/components/Wrapper/Wrapper.js +4 -4
- package/dist/components/Modal/components/index.js +1 -1
- package/dist/components/MultiSelectDropdown/MultiSelectDropdown.js +34 -0
- package/dist/components/MultiSelectDropdown/MultiSelectDropdown.variants.js +30 -0
- package/dist/components/MultiSelectDropdown/components/Item/Item.js +30 -0
- package/dist/components/MultiSelectDropdown/components/Item/Item.variants.js +38 -0
- package/dist/components/MultiSelectDropdown/components/List/List.js +30 -0
- package/dist/components/MultiSelectDropdown/components/List/List.variants.js +25 -0
- package/dist/components/MultiSelectDropdown/components/Wrapper/Wrapper.js +119 -0
- package/dist/components/MultiSelectDropdown/components/index.js +8 -0
- package/dist/components/MultiSelectDropdown/contexts/MultiSelectDropdown.context.js +21 -0
- package/dist/components/MultiSelectDropdown/contexts/MultiSelectDropdown.hook.js +13 -0
- package/dist/components/MultiSelectDropdown/contexts/MultiSelectDropdown.provider.js +138 -0
- package/dist/components/MultiSelectDropdown/contexts/index.js +6 -0
- package/dist/components/MultiSelectDropdown/hooks/useMultiSelectDropdown.js +32 -0
- package/dist/components/PhoneNumberInput/PhoneNumberInput.js +8 -0
- package/dist/components/PhoneNumberInput/PhoneNumberInput.variants.js +46 -0
- package/dist/components/PhoneNumberInput/components/FlagContent/FlagContent.js +36 -0
- package/dist/components/PhoneNumberInput/components/FlagSelectorList/FlagSelectorList.js +690 -0
- package/dist/components/PhoneNumberInput/components/FlagSelectorWrapper/FlagSelectorWrapper.js +60 -0
- package/dist/components/PhoneNumberInput/components/TruncateText/TruncateText.js +45 -0
- package/dist/components/PhoneNumberInput/components/Wrapper.js +651 -0
- package/dist/components/PhoneNumberInput/components/index.js +6 -0
- package/dist/components/PhoneNumberInput/contexts/index.js +8 -0
- package/dist/components/PhoneNumberInput/contexts/phone-number.context.js +28 -0
- package/dist/components/PhoneNumberInput/contexts/phone-number.hook.js +13 -0
- package/dist/components/PhoneNumberInput/contexts/phone-number.provider.js +6144 -0
- package/dist/components/PhoneNumberInput/utils/index.js +11 -0
- package/dist/components/PieChart/PieChart.js +463 -482
- package/dist/components/Radio/Radio.js +47 -44
- package/dist/components/Radio/Radio.variants.js +12 -8
- package/dist/components/RadioCard/RadioCard.variants.js +1 -6
- package/dist/components/RadioGroup/RadioGroup.js +10 -10
- package/dist/components/Range/Range.js +1 -1
- package/dist/components/Select/Select.js +48 -0
- package/dist/components/{Dropdown/Dropdown.variants.js → Select/Select.variants.js} +17 -11
- package/dist/components/Select/components/List/List.js +172 -0
- package/dist/components/{Dropdown → Select}/components/List/List.variants.js +11 -8
- package/dist/components/Select/components/ListItem/ListItem.js +117 -0
- package/dist/components/{Dropdown → Select}/components/ListItem/ListItem.variants.js +5 -4
- package/dist/components/Select/components/Wrapper.js +226 -0
- package/dist/components/Select/constants/index.js +4 -0
- package/dist/components/Select/constants/pagination.js +4 -0
- package/dist/components/Select/contexts/index.js +6 -0
- package/dist/components/Select/contexts/select.context.js +36 -0
- package/dist/components/Select/contexts/select.hook.js +11 -0
- package/dist/components/Select/contexts/select.provider.js +58 -0
- package/dist/components/Select/hooks/useNavigationList.js +50 -0
- package/dist/components/Select/hooks/useSelect.js +103 -0
- package/dist/components/Sidebar/Sidebar.variants.js +2 -2
- package/dist/components/Slider/Slider.js +1 -1
- package/dist/components/Switch/Switch.js +156 -129
- package/dist/components/Switch/Switch.variants.js +19 -10
- package/dist/components/Tabs/Tabs.js +1 -1
- package/dist/components/Tabs/Tabs.variants.js +4 -3
- package/dist/components/Tabs/components/Content.js +1 -1
- package/dist/components/Tabs/components/List.js +1 -1
- package/dist/components/Tabs/components/Trigger.js +1 -1
- package/dist/components/Tag/Tag.js +1 -1
- package/dist/components/Tag/Tag.variants.js +1 -0
- package/dist/components/TagSelect/components/Wrapper/Wrapper.js +49 -98
- package/dist/components/TimePicker/TimePicker.js +1 -1
- package/dist/components/TimePicker/TimePicker.variants.js +26 -14
- package/dist/components/TimePicker/components/MeridianList/MeridianList.js +30 -20
- package/dist/components/TimePicker/components/Wrapper/Wrapper.js +57 -35
- package/dist/components/TimePicker/components/WrapperList/WrapperList.js +53 -45
- package/dist/components/Toast/Toast.js +283 -256
- package/dist/components/Toast/Toast.variants.js +37 -24
- package/dist/components/Tooltip/Tooltip.js +15 -14
- package/dist/components/Tooltip/Tooltip.variants.js +5 -4
- package/dist/components/Typography/Typography.js +23 -25
- package/dist/components/Typography/Typography.variants.js +55 -52
- package/dist/components/VirtualizedTable/VirtualizedTable.js +97 -71
- package/dist/components/VirtualizedTable/components/Actions/Actions.js +95 -33
- package/dist/components/VirtualizedTable/components/Body/Body.js +73 -21
- package/dist/components/VirtualizedTable/components/DotPaginate/DotPaginate.js +94 -91
- package/dist/components/VirtualizedTable/components/DropdownPaginate/DropdownPaginate.js +20 -20
- package/dist/components/VirtualizedTable/components/Filter/Filter.js +61 -44
- package/dist/components/VirtualizedTable/components/FormPaginate/FormPaginate.js +33 -21
- package/dist/components/VirtualizedTable/components/Header/Header.js +61 -41
- package/dist/components/VirtualizedTable/components/Pagination/Pagination.js +43 -22
- package/dist/components/VirtualizedTable/components/Skeleton/Skeleton.js +106 -0
- package/dist/components/VirtualizedTable/components/TruncateText/TruncateText.js +22 -1858
- package/dist/components/VirtualizedTable/components/WrapperBody/WrapperBody.js +27 -0
- package/dist/components/VirtualizedTable/components/index.js +8 -6
- package/dist/components/VirtualizedTable/contexts/table.context.js +1 -0
- package/dist/components/VirtualizedTable/contexts/table.provider.js +68 -761
- package/dist/components/index.js +94 -86
- package/dist/contexts/theme.provider.js +0 -1
- package/dist/{createLucideIcon-D2CN7Ma9.js → createLucideIcon-D4r5Phnh.js} +0 -24
- package/dist/ellipsis-vertical-BVPtjl5f.js +9 -0
- package/dist/{index-C1g_chDT.js → index-AV6ZtGhy.js} +2 -2
- package/dist/index-BG8O18ZY.js +93 -0
- package/dist/index-BKjcReYh.js +55 -0
- package/dist/{index-N2OStZoU.js → index-BOE_3f_Z.js} +4 -25
- package/dist/{index-Cd2vhaop.js → index-BlSRBdPy.js} +5 -6
- package/dist/index-BmVmDQGH.js +662 -0
- package/dist/index-BvoZGpli.js +60 -0
- package/dist/index-Byr10W8m.js +1873 -0
- package/dist/{index-Dx2grAuN.js → index-CSWGJT-v.js} +0 -20
- package/dist/index-CeZcoQDw.js +479 -0
- package/dist/index-D6KzX_ef.js +135 -0
- package/dist/{index-B7t8D14s.js → index-D9SSJ6om.js} +4 -4
- package/dist/index-DKfEnhKr.js +200 -0
- package/dist/index-DLcqcWxM.js +29 -0
- package/dist/{index-ti1b9kqV.js → index-DMb4KD0b.js} +4 -4
- package/dist/{index-BAEWsOG1.js → index-DtEcCIrM.js} +1 -1
- package/dist/{index-bwWKd82e.js → index-Dy59FQl5.js} +1 -1
- package/dist/{index-C84F4YyO.js → index-gSPwC-1I.js} +10 -11
- package/dist/{index-Bnb0ezr3.js → index-vcSp8YRZ.js} +11 -12
- package/dist/index.d.ts +2142 -99
- package/dist/index.js +116 -106
- package/dist/libphonenumber-FTwQ9nyV.js +11549 -0
- package/dist/loader-juvMSJ9L.js +5 -0
- package/dist/package.json +43 -33
- package/dist/styles.css +1 -1
- package/dist/ui/civo-theme.css +194 -168
- package/dist/ui/theme.css +27 -0
- package/dist/{useBreadcrumb-B8DnuqkR.js → useBreadcrumb-BAHbGQ_O.js} +0 -10
- package/dist/utils/index.js +534 -501
- package/dist/x-BXShoIAM.js +8 -0
- package/dist/{x-4F_5p77m.js → x-Eoa9FJjA.js} +1 -1
- package/package.json +43 -33
- package/dist/Modal-D-NOEWMX.js +0 -98
- package/dist/chevron-down-MZvQoT2F.js +0 -11
- package/dist/chevron-right-VYBOBhRt.js +0 -19
- package/dist/components/Dropdown/Dropdown.js +0 -42
- package/dist/components/Dropdown/components/List/List.js +0 -79
- package/dist/components/Dropdown/components/ListItem/ListItem.js +0 -67
- package/dist/components/Dropdown/components/Wrapper.js +0 -205
- package/dist/components/Dropdown/contexts/dropdown.context.js +0 -19
- package/dist/components/Dropdown/contexts/dropdown.hook.js +0 -13
- package/dist/components/Dropdown/contexts/dropdown.provider.js +0 -30
- package/dist/components/Dropdown/contexts/index.js +0 -6
- package/dist/components/Dropdown/hooks/useDropdown.js +0 -58
- package/dist/components/Dropdown/hooks/useNavigationList.js +0 -62
- package/dist/components/NumberInput/NumberInput.js +0 -179
- package/dist/components/NumberInput/NumberInput.variants.js +0 -50
- package/dist/components/TimePicker/components/WrapperList/WrapperList.variants.js +0 -16
- package/dist/index-BITvcJAz.js +0 -423
- package/dist/index-BfXxHr_2.js +0 -125
- package/dist/index-Cvx4lqTq.js +0 -47
- package/dist/index-DBbEcSUG.js +0 -31
- package/dist/index-DQH6odE9.js +0 -82
- package/dist/index-DzIBBMjs.js +0 -436
- package/dist/index-os7vysFS.js +0 -131
- /package/dist/components/{Dropdown → Select}/components/EmptyList.js +0 -0
- /package/dist/components/{Dropdown → Select}/components/index.js +0 -0
package/dist/components/index.js
CHANGED
|
@@ -2,99 +2,107 @@ import { Alert as e } from "./Alert/Alert.js";
|
|
|
2
2
|
import { AlertDialog as p } from "./AlertDialog/AlertDialog.js";
|
|
3
3
|
import { Autocomplete as x } from "./Autocomplete/Autocomplete.js";
|
|
4
4
|
import { Badge as a } from "./Badge/Badge.js";
|
|
5
|
-
import { Breadcrumb as
|
|
6
|
-
import { Button as
|
|
7
|
-
import { Card as
|
|
5
|
+
import { Breadcrumb as n } from "./Breadcrumb/Breadcrumb.js";
|
|
6
|
+
import { Button as l } from "./Button/Button.js";
|
|
7
|
+
import { Card as g } from "./Card/Card.js";
|
|
8
8
|
import { Checkbox as c } from "./Checkbox/Checkbox.js";
|
|
9
|
+
import { Counter as b, Counter as s } from "./Counter/Counter.js";
|
|
9
10
|
import { DatePicker as D } from "./Datepicker/DatePicker.js";
|
|
10
|
-
import { Divider as
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import { Input as
|
|
15
|
-
import { Loading as
|
|
16
|
-
import { M as
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
11
|
+
import { Divider as N } from "./Divider/Divider.js";
|
|
12
|
+
import { DropdownButton as v } from "./DropdownButton/DropdownButton.js";
|
|
13
|
+
import { Filter as P } from "./Filter/Filter.js";
|
|
14
|
+
import { ImageUpload as A } from "./ImageUpload/ImageUpload.js";
|
|
15
|
+
import { Input as M } from "./Input/Input.js";
|
|
16
|
+
import { Loading as F } from "./Loading/Loading.js";
|
|
17
|
+
import { M as L } from "../Modal-CjC-CIJ8.js";
|
|
18
|
+
import { MultiSelectDropdown as z } from "./MultiSelectDropdown/MultiSelectDropdown.js";
|
|
19
|
+
import { PhoneNumberInput as U } from "./PhoneNumberInput/PhoneNumberInput.js";
|
|
20
|
+
import { PieChart as j } from "./PieChart/PieChart.js";
|
|
21
|
+
import { ProgressBar as E } from "./ProgressBar/ProgressBar.js";
|
|
22
|
+
import { Radio as J } from "./Radio/Radio.js";
|
|
23
|
+
import { RadioCard as Q } from "./RadioCard/RadioCard.js";
|
|
24
|
+
import { RadioCardGroup as X } from "./RadioCardGroup/RadioCardGroup.js";
|
|
25
|
+
import { RadioGroup as Z } from "./RadioGroup/RadioGroup.js";
|
|
26
|
+
import { Range as $ } from "./Range/Range.js";
|
|
27
|
+
import { Select as ro, Select as eo } from "./Select/Select.js";
|
|
28
|
+
import { Sidebar as po } from "./Sidebar/Sidebar.js";
|
|
29
|
+
import { Slider as xo } from "./Slider/Slider.js";
|
|
30
|
+
import { Switch as ao } from "./Switch/Switch.js";
|
|
31
|
+
import { Table as no } from "./Table/Table.js";
|
|
32
|
+
import { Tabs as uo } from "./Tabs/Tabs.js";
|
|
33
|
+
import { Tag as To } from "./Tag/Tag.js";
|
|
34
|
+
import { TagSelect as So } from "./TagSelect/TagSelect.js";
|
|
35
|
+
import { TextArea as so } from "./TextArea/TextArea.js";
|
|
36
|
+
import { TimePicker as Do } from "./TimePicker/TimePicker.js";
|
|
37
|
+
import { Toast as No } from "./Toast/Toast.js";
|
|
38
|
+
import { Tooltip as vo } from "./Tooltip/Tooltip.js";
|
|
39
|
+
import { Typography as Po } from "./Typography/Typography.js";
|
|
40
|
+
import { VirtualizedTable as Ao } from "./VirtualizedTable/VirtualizedTable.js";
|
|
41
|
+
import { BadgeMultiSelect as Mo } from "./Filter/components/BadgeDropdown/BadgeMultiSelect.js";
|
|
42
|
+
import { DateFilterDropdown as Fo } from "./Filter/components/DateFilterDropdown/DateFilterDropdown.js";
|
|
43
|
+
import { Footer as Lo } from "./Sidebar/components/Footer/Footer.js";
|
|
44
|
+
import { Logo as zo } from "./Sidebar/components/Logo/Logo.js";
|
|
45
|
+
import { Navigation as Uo } from "./Sidebar/components/Navigation/Navigation.js";
|
|
46
|
+
import { NavigationGroup as jo } from "./Sidebar/components/NavigationGroup/NavigationGroup.js";
|
|
47
|
+
import { NavigationOption as Eo } from "./Sidebar/components/NavigationOption/NavigationOption.js";
|
|
48
|
+
import { NavigationSeparator as Jo } from "./Sidebar/components/NavigationSeparator/NavigationSeparator.js";
|
|
49
|
+
import { Content as Qo } from "./Tabs/components/Content.js";
|
|
50
|
+
import { List as Xo } from "./Tabs/components/List.js";
|
|
51
|
+
import { Trigger as Zo } from "./Tabs/components/Trigger.js";
|
|
52
|
+
import { TruncateText as $o } from "./VirtualizedTable/components/TruncateText/TruncateText.js";
|
|
50
53
|
export {
|
|
51
54
|
e as Alert,
|
|
52
55
|
p as AlertDialog,
|
|
53
56
|
x as Autocomplete,
|
|
54
57
|
a as Badge,
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
58
|
+
Mo as BadgeMultiSelect,
|
|
59
|
+
n as Breadcrumb,
|
|
60
|
+
l as Button,
|
|
61
|
+
g as Card,
|
|
59
62
|
c as Checkbox,
|
|
60
|
-
|
|
61
|
-
|
|
63
|
+
Qo as Content,
|
|
64
|
+
b as Counter,
|
|
65
|
+
Fo as DateFilterDropdown,
|
|
62
66
|
D as DatePicker,
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
A as
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
eo as
|
|
89
|
-
po as
|
|
90
|
-
xo as
|
|
91
|
-
ao as
|
|
92
|
-
no as
|
|
93
|
-
|
|
94
|
-
To as
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
67
|
+
N as Divider,
|
|
68
|
+
ro as Dropdown,
|
|
69
|
+
v as DropdownButton,
|
|
70
|
+
P as Filter,
|
|
71
|
+
Lo as Footer,
|
|
72
|
+
A as ImageUpload,
|
|
73
|
+
M as Input,
|
|
74
|
+
Xo as List,
|
|
75
|
+
F as Loading,
|
|
76
|
+
zo as Logo,
|
|
77
|
+
L as Modal,
|
|
78
|
+
z as MultiSelectDropdown,
|
|
79
|
+
Uo as Navigation,
|
|
80
|
+
jo as NavigationGroup,
|
|
81
|
+
Eo as NavigationOption,
|
|
82
|
+
Jo as NavigationSeparator,
|
|
83
|
+
s as NumberInput,
|
|
84
|
+
U as PhoneNumberInput,
|
|
85
|
+
j as PieChart,
|
|
86
|
+
E as ProgressBar,
|
|
87
|
+
J as Radio,
|
|
88
|
+
Q as RadioCard,
|
|
89
|
+
X as RadioCardGroup,
|
|
90
|
+
Z as RadioGroup,
|
|
91
|
+
$ as Range,
|
|
92
|
+
eo as Select,
|
|
93
|
+
po as Sidebar,
|
|
94
|
+
xo as Slider,
|
|
95
|
+
ao as Switch,
|
|
96
|
+
no as Table,
|
|
97
|
+
uo as Tabs,
|
|
98
|
+
To as Tag,
|
|
99
|
+
So as TagSelect,
|
|
100
|
+
so as TextArea,
|
|
101
|
+
Do as TimePicker,
|
|
102
|
+
No as Toast,
|
|
103
|
+
vo as Tooltip,
|
|
104
|
+
Zo as Trigger,
|
|
105
|
+
$o as TruncateText,
|
|
106
|
+
Po as Typography,
|
|
107
|
+
Ao as VirtualizedTable
|
|
100
108
|
};
|
|
@@ -2,7 +2,6 @@ import { jsx as v } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as h, useEffect as g } from "react";
|
|
3
3
|
import { isClient as l } from "../utils/index.js";
|
|
4
4
|
import { ThemeContext as C } from "./theme.context.js";
|
|
5
|
-
/*! js-cookie v3.0.5 | MIT */
|
|
6
5
|
function p(r) {
|
|
7
6
|
for (var o = 1; o < arguments.length; o++) {
|
|
8
7
|
var t = arguments[o];
|
|
@@ -1,10 +1,4 @@
|
|
|
1
1
|
import { forwardRef as l, createElement as n } from "react";
|
|
2
|
-
/**
|
|
3
|
-
* @license lucide-react v0.545.0 - ISC
|
|
4
|
-
*
|
|
5
|
-
* This source code is licensed under the ISC license.
|
|
6
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
7
|
-
*/
|
|
8
2
|
const w = (t) => t.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), h = (t) => t.replace(
|
|
9
3
|
/^([A-Z])|[\s-_]+(\w)/g,
|
|
10
4
|
(e, r, o) => o ? o.toUpperCase() : r.toLowerCase()
|
|
@@ -16,12 +10,6 @@ const w = (t) => t.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), h = (t)
|
|
|
16
10
|
if (e.startsWith("aria-") || e === "role" || e === "title")
|
|
17
11
|
return !0;
|
|
18
12
|
};
|
|
19
|
-
/**
|
|
20
|
-
* @license lucide-react v0.545.0 - ISC
|
|
21
|
-
*
|
|
22
|
-
* This source code is licensed under the ISC license.
|
|
23
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
24
|
-
*/
|
|
25
13
|
var g = {
|
|
26
14
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27
15
|
width: 24,
|
|
@@ -33,12 +21,6 @@ var g = {
|
|
|
33
21
|
strokeLinecap: "round",
|
|
34
22
|
strokeLinejoin: "round"
|
|
35
23
|
};
|
|
36
|
-
/**
|
|
37
|
-
* @license lucide-react v0.545.0 - ISC
|
|
38
|
-
*
|
|
39
|
-
* This source code is licensed under the ISC license.
|
|
40
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
41
|
-
*/
|
|
42
24
|
const A = l(
|
|
43
25
|
({
|
|
44
26
|
color: t = "currentColor",
|
|
@@ -68,12 +50,6 @@ const A = l(
|
|
|
68
50
|
]
|
|
69
51
|
)
|
|
70
52
|
);
|
|
71
|
-
/**
|
|
72
|
-
* @license lucide-react v0.545.0 - ISC
|
|
73
|
-
*
|
|
74
|
-
* This source code is licensed under the ISC license.
|
|
75
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
76
|
-
*/
|
|
77
53
|
const k = (t, e) => {
|
|
78
54
|
const r = l(
|
|
79
55
|
({ className: o, ...s }, a) => n(A, {
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { c } from "./createLucideIcon-D4r5Phnh.js";
|
|
2
|
+
const e = [
|
|
3
|
+
["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
|
|
4
|
+
["circle", { cx: "12", cy: "5", r: "1", key: "gxeob9" }],
|
|
5
|
+
["circle", { cx: "12", cy: "19", r: "1", key: "lyex9k" }]
|
|
6
|
+
], r = c("ellipsis-vertical", e);
|
|
7
|
+
export {
|
|
8
|
+
r as E
|
|
9
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i from "react";
|
|
2
|
-
import { u as y } from "./index-
|
|
3
|
-
import { u as A } from "./index-
|
|
2
|
+
import { u as y } from "./index-DLcqcWxM.js";
|
|
3
|
+
import { u as A } from "./index-DKfEnhKr.js";
|
|
4
4
|
function T(n, e) {
|
|
5
5
|
return i.useReducer((t, r) => e[t][r] ?? t, n);
|
|
6
6
|
}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import * as l from "react";
|
|
2
|
+
import R from "react";
|
|
3
|
+
import { c as T } from "./index-DKfEnhKr.js";
|
|
4
|
+
import { c as P, u as A } from "./index-DLcqcWxM.js";
|
|
5
|
+
import { jsx as E } from "react/jsx-runtime";
|
|
6
|
+
// @__NO_SIDE_EFFECTS__
|
|
7
|
+
function M(e) {
|
|
8
|
+
const t = /* @__PURE__ */ v(e), n = l.forwardRef((r, o) => {
|
|
9
|
+
const { children: c, ...a } = r, s = l.Children.toArray(c), d = s.find(w);
|
|
10
|
+
if (d) {
|
|
11
|
+
const f = d.props.children, y = s.map((I) => I === d ? l.Children.count(f) > 1 ? l.Children.only(null) : l.isValidElement(f) ? f.props.children : null : I);
|
|
12
|
+
return /* @__PURE__ */ E(t, { ...a, ref: o, children: l.isValidElement(f) ? l.cloneElement(f, void 0, y) : null });
|
|
13
|
+
}
|
|
14
|
+
return /* @__PURE__ */ E(t, { ...a, ref: o, children: c });
|
|
15
|
+
});
|
|
16
|
+
return n.displayName = `${e}.Slot`, n;
|
|
17
|
+
}
|
|
18
|
+
// @__NO_SIDE_EFFECTS__
|
|
19
|
+
function v(e) {
|
|
20
|
+
const t = l.forwardRef((n, r) => {
|
|
21
|
+
const { children: o, ...c } = n;
|
|
22
|
+
if (l.isValidElement(o)) {
|
|
23
|
+
const a = D(o), s = V(c, o.props);
|
|
24
|
+
return o.type !== l.Fragment && (s.ref = r ? P(r, a) : a), l.cloneElement(o, s);
|
|
25
|
+
}
|
|
26
|
+
return l.Children.count(o) > 1 ? l.Children.only(null) : null;
|
|
27
|
+
});
|
|
28
|
+
return t.displayName = `${e}.SlotClone`, t;
|
|
29
|
+
}
|
|
30
|
+
var b = /* @__PURE__ */ Symbol("radix.slottable");
|
|
31
|
+
function w(e) {
|
|
32
|
+
return l.isValidElement(e) && typeof e.type == "function" && "__radixId" in e.type && e.type.__radixId === b;
|
|
33
|
+
}
|
|
34
|
+
function V(e, t) {
|
|
35
|
+
const n = { ...t };
|
|
36
|
+
for (const r in t) {
|
|
37
|
+
const o = e[r], c = t[r];
|
|
38
|
+
/^on[A-Z]/.test(r) ? o && c ? n[r] = (...s) => {
|
|
39
|
+
const d = c(...s);
|
|
40
|
+
return o(...s), d;
|
|
41
|
+
} : o && (n[r] = o) : r === "style" ? n[r] = { ...o, ...c } : r === "className" && (n[r] = [o, c].filter(Boolean).join(" "));
|
|
42
|
+
}
|
|
43
|
+
return { ...e, ...n };
|
|
44
|
+
}
|
|
45
|
+
function D(e) {
|
|
46
|
+
let t = Object.getOwnPropertyDescriptor(e.props, "ref")?.get, n = t && "isReactWarning" in t && t.isReactWarning;
|
|
47
|
+
return n ? e.ref : (t = Object.getOwnPropertyDescriptor(e, "ref")?.get, n = t && "isReactWarning" in t && t.isReactWarning, n ? e.props.ref : e.props.ref || e.ref);
|
|
48
|
+
}
|
|
49
|
+
function B(e) {
|
|
50
|
+
const t = e + "CollectionProvider", [n, r] = T(t), [o, c] = n(
|
|
51
|
+
t,
|
|
52
|
+
{ collectionRef: { current: null }, itemMap: /* @__PURE__ */ new Map() }
|
|
53
|
+
), a = (m) => {
|
|
54
|
+
const { scope: i, children: S } = m, u = R.useRef(null), p = R.useRef(/* @__PURE__ */ new Map()).current;
|
|
55
|
+
return /* @__PURE__ */ E(o, { scope: i, itemMap: p, collectionRef: u, children: S });
|
|
56
|
+
};
|
|
57
|
+
a.displayName = t;
|
|
58
|
+
const s = e + "CollectionSlot", d = /* @__PURE__ */ M(s), f = R.forwardRef(
|
|
59
|
+
(m, i) => {
|
|
60
|
+
const { scope: S, children: u } = m, p = c(s, S), C = A(i, p.collectionRef);
|
|
61
|
+
return /* @__PURE__ */ E(d, { ref: C, children: u });
|
|
62
|
+
}
|
|
63
|
+
);
|
|
64
|
+
f.displayName = s;
|
|
65
|
+
const y = e + "CollectionItemSlot", I = "data-radix-collection-item", N = /* @__PURE__ */ M(y), _ = R.forwardRef(
|
|
66
|
+
(m, i) => {
|
|
67
|
+
const { scope: S, children: u, ...p } = m, C = R.useRef(null), g = A(i, C), x = c(y, S);
|
|
68
|
+
return R.useEffect(() => (x.itemMap.set(C, { ref: C, ...p }), () => {
|
|
69
|
+
x.itemMap.delete(C);
|
|
70
|
+
})), /* @__PURE__ */ E(N, { [I]: "", ref: g, children: u });
|
|
71
|
+
}
|
|
72
|
+
);
|
|
73
|
+
_.displayName = y;
|
|
74
|
+
function O(m) {
|
|
75
|
+
const i = c(e + "CollectionConsumer", m);
|
|
76
|
+
return R.useCallback(() => {
|
|
77
|
+
const u = i.collectionRef.current;
|
|
78
|
+
if (!u) return [];
|
|
79
|
+
const p = Array.from(u.querySelectorAll(`[${I}]`));
|
|
80
|
+
return Array.from(i.itemMap.values()).sort(
|
|
81
|
+
(x, h) => p.indexOf(x.ref.current) - p.indexOf(h.ref.current)
|
|
82
|
+
);
|
|
83
|
+
}, [i.collectionRef, i.itemMap]);
|
|
84
|
+
}
|
|
85
|
+
return [
|
|
86
|
+
{ Provider: a, Slot: f, ItemSlot: _ },
|
|
87
|
+
O,
|
|
88
|
+
r
|
|
89
|
+
];
|
|
90
|
+
}
|
|
91
|
+
export {
|
|
92
|
+
B as c
|
|
93
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import * as t from "react";
|
|
2
|
+
import { c as f } from "./index-BvoZGpli.js";
|
|
3
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
4
|
+
var v = [
|
|
5
|
+
"a",
|
|
6
|
+
"button",
|
|
7
|
+
"div",
|
|
8
|
+
"form",
|
|
9
|
+
"h2",
|
|
10
|
+
"h3",
|
|
11
|
+
"img",
|
|
12
|
+
"input",
|
|
13
|
+
"label",
|
|
14
|
+
"li",
|
|
15
|
+
"nav",
|
|
16
|
+
"ol",
|
|
17
|
+
"p",
|
|
18
|
+
"select",
|
|
19
|
+
"span",
|
|
20
|
+
"svg",
|
|
21
|
+
"ul"
|
|
22
|
+
], c = v.reduce((i, r) => {
|
|
23
|
+
const l = f(`Primitive.${r}`), e = t.forwardRef((s, d) => {
|
|
24
|
+
const { asChild: n, ...m } = s, p = n ? l : r;
|
|
25
|
+
return typeof window < "u" && (window[/* @__PURE__ */ Symbol.for("radix-ui")] = !0), /* @__PURE__ */ a(p, { ...m, ref: d });
|
|
26
|
+
});
|
|
27
|
+
return e.displayName = `Primitive.${r}`, { ...i, [r]: e };
|
|
28
|
+
}, {}), u = Object.freeze({
|
|
29
|
+
// See: https://github.com/twbs/bootstrap/blob/main/scss/mixins/_visually-hidden.scss
|
|
30
|
+
position: "absolute",
|
|
31
|
+
border: 0,
|
|
32
|
+
width: 1,
|
|
33
|
+
height: 1,
|
|
34
|
+
padding: 0,
|
|
35
|
+
margin: -1,
|
|
36
|
+
overflow: "hidden",
|
|
37
|
+
clip: "rect(0, 0, 0, 0)",
|
|
38
|
+
whiteSpace: "nowrap",
|
|
39
|
+
wordWrap: "normal"
|
|
40
|
+
}), w = "VisuallyHidden", o = t.forwardRef(
|
|
41
|
+
(i, r) => /* @__PURE__ */ a(
|
|
42
|
+
c.span,
|
|
43
|
+
{
|
|
44
|
+
...i,
|
|
45
|
+
ref: r,
|
|
46
|
+
style: { ...u, ...i.style }
|
|
47
|
+
}
|
|
48
|
+
)
|
|
49
|
+
);
|
|
50
|
+
o.displayName = w;
|
|
51
|
+
var S = o;
|
|
52
|
+
export {
|
|
53
|
+
S as R,
|
|
54
|
+
o as V
|
|
55
|
+
};
|
|
@@ -1,18 +1,10 @@
|
|
|
1
1
|
import { g as ge } from "./_commonjsHelpers-DaMA6jEr.js";
|
|
2
2
|
var V = { exports: {} }, N = { exports: {} }, T = {};
|
|
3
|
-
/** @license React v16.13.1
|
|
4
|
-
* react-is.production.min.js
|
|
5
|
-
*
|
|
6
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
7
|
-
*
|
|
8
|
-
* This source code is licensed under the MIT license found in the
|
|
9
|
-
* LICENSE file in the root directory of this source tree.
|
|
10
|
-
*/
|
|
11
3
|
var ue;
|
|
12
4
|
function Se() {
|
|
13
5
|
if (ue) return T;
|
|
14
6
|
ue = 1;
|
|
15
|
-
var o = typeof Symbol == "function" && Symbol.for, C = o ? Symbol.for("react.element") : 60103, O = o ? Symbol.for("react.portal") : 60106, p = o ? Symbol.for("react.fragment") : 60107, S = o ? Symbol.for("react.strict_mode") : 60108, a = o ? Symbol.for("react.profiler") : 60114, P = o ? Symbol.for("react.provider") : 60109, l = o ? Symbol.for("react.context") : 60110, _ = o ? Symbol.for("react.async_mode") : 60111, g = o ? Symbol.for("react.concurrent_mode") : 60111, b = o ? Symbol.for("react.forward_ref") : 60112, E = o ? Symbol.for("react.suspense") : 60113, x = o ? Symbol.for("react.suspense_list") : 60120, w = o ? Symbol.for("react.memo") : 60115, M = o ? Symbol.for("react.lazy") : 60116, R = o ? Symbol.for("react.block") : 60121, j = o ? Symbol.for("react.fundamental") : 60117, q = o ? Symbol.for("react.responder") : 60118, F = o ? Symbol.for("react.scope") : 60119;
|
|
7
|
+
var o = typeof Symbol == "function" && Symbol.for, C = o ? /* @__PURE__ */ Symbol.for("react.element") : 60103, O = o ? /* @__PURE__ */ Symbol.for("react.portal") : 60106, p = o ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107, S = o ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108, a = o ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114, P = o ? /* @__PURE__ */ Symbol.for("react.provider") : 60109, l = o ? /* @__PURE__ */ Symbol.for("react.context") : 60110, _ = o ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111, g = o ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111, b = o ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112, E = o ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113, x = o ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120, w = o ? /* @__PURE__ */ Symbol.for("react.memo") : 60115, M = o ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116, R = o ? /* @__PURE__ */ Symbol.for("react.block") : 60121, j = o ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117, q = o ? /* @__PURE__ */ Symbol.for("react.responder") : 60118, F = o ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
|
|
16
8
|
function I(t) {
|
|
17
9
|
if (typeof t == "object" && t !== null) {
|
|
18
10
|
var k = t.$$typeof;
|
|
@@ -75,18 +67,10 @@ function Se() {
|
|
|
75
67
|
}, T.typeOf = I, T;
|
|
76
68
|
}
|
|
77
69
|
var m = {};
|
|
78
|
-
/** @license React v16.13.1
|
|
79
|
-
* react-is.development.js
|
|
80
|
-
*
|
|
81
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
82
|
-
*
|
|
83
|
-
* This source code is licensed under the MIT license found in the
|
|
84
|
-
* LICENSE file in the root directory of this source tree.
|
|
85
|
-
*/
|
|
86
70
|
var fe;
|
|
87
71
|
function Pe() {
|
|
88
|
-
return fe || (fe = 1, process.env.NODE_ENV !== "production" && function() {
|
|
89
|
-
var o = typeof Symbol == "function" && Symbol.for, C = o ? Symbol.for("react.element") : 60103, O = o ? Symbol.for("react.portal") : 60106, p = o ? Symbol.for("react.fragment") : 60107, S = o ? Symbol.for("react.strict_mode") : 60108, a = o ? Symbol.for("react.profiler") : 60114, P = o ? Symbol.for("react.provider") : 60109, l = o ? Symbol.for("react.context") : 60110, _ = o ? Symbol.for("react.async_mode") : 60111, g = o ? Symbol.for("react.concurrent_mode") : 60111, b = o ? Symbol.for("react.forward_ref") : 60112, E = o ? Symbol.for("react.suspense") : 60113, x = o ? Symbol.for("react.suspense_list") : 60120, w = o ? Symbol.for("react.memo") : 60115, M = o ? Symbol.for("react.lazy") : 60116, R = o ? Symbol.for("react.block") : 60121, j = o ? Symbol.for("react.fundamental") : 60117, q = o ? Symbol.for("react.responder") : 60118, F = o ? Symbol.for("react.scope") : 60119;
|
|
72
|
+
return fe || (fe = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
73
|
+
var o = typeof Symbol == "function" && Symbol.for, C = o ? /* @__PURE__ */ Symbol.for("react.element") : 60103, O = o ? /* @__PURE__ */ Symbol.for("react.portal") : 60106, p = o ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107, S = o ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108, a = o ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114, P = o ? /* @__PURE__ */ Symbol.for("react.provider") : 60109, l = o ? /* @__PURE__ */ Symbol.for("react.context") : 60110, _ = o ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111, g = o ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111, b = o ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112, E = o ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113, x = o ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120, w = o ? /* @__PURE__ */ Symbol.for("react.memo") : 60115, M = o ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116, R = o ? /* @__PURE__ */ Symbol.for("react.block") : 60121, j = o ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117, q = o ? /* @__PURE__ */ Symbol.for("react.responder") : 60118, F = o ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
|
|
90
74
|
function I(r) {
|
|
91
75
|
return typeof r == "string" || typeof r == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
92
76
|
r === p || r === g || r === a || r === S || r === E || r === x || typeof r == "object" && r !== null && (r.$$typeof === M || r.$$typeof === w || r.$$typeof === P || r.$$typeof === l || r.$$typeof === b || r.$$typeof === j || r.$$typeof === q || r.$$typeof === F || r.$$typeof === R);
|
|
@@ -164,17 +148,12 @@ function Pe() {
|
|
|
164
148
|
return A(r) === E;
|
|
165
149
|
}
|
|
166
150
|
m.AsyncMode = t, m.ConcurrentMode = k, m.ContextConsumer = H, m.ContextProvider = J, m.Element = X, m.ForwardRef = G, m.Fragment = U, m.Lazy = K, m.Memo = Z, m.Portal = L, m.Profiler = Q, m.StrictMode = Y, m.Suspense = W, m.isAsyncMode = ee, m.isConcurrentMode = e, m.isContextConsumer = n, m.isContextProvider = f, m.isElement = s, m.isForwardRef = i, m.isFragment = y, m.isLazy = c, m.isMemo = u, m.isPortal = d, m.isProfiler = h, m.isStrictMode = v, m.isSuspense = $, m.isValidElementType = I, m.typeOf = A;
|
|
167
|
-
}()), m;
|
|
151
|
+
})()), m;
|
|
168
152
|
}
|
|
169
153
|
var le;
|
|
170
154
|
function he() {
|
|
171
155
|
return le || (le = 1, process.env.NODE_ENV === "production" ? N.exports = /* @__PURE__ */ Se() : N.exports = /* @__PURE__ */ Pe()), N.exports;
|
|
172
156
|
}
|
|
173
|
-
/*
|
|
174
|
-
object-assign
|
|
175
|
-
(c) Sindre Sorhus
|
|
176
|
-
@license MIT
|
|
177
|
-
*/
|
|
178
157
|
var re, pe;
|
|
179
158
|
function Oe() {
|
|
180
159
|
if (pe) return re;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import * as i from "react";
|
|
2
|
-
import { b as h } from "./index-
|
|
3
|
-
import {
|
|
4
|
-
import { u as g } from "./index-DQH6odE9.js";
|
|
2
|
+
import { P as R, b as h, d as z } from "./index-DKfEnhKr.js";
|
|
3
|
+
import { u as g } from "./index-DLcqcWxM.js";
|
|
5
4
|
import { u as m } from "./index-0ioNhtNM.js";
|
|
6
5
|
import { jsx as B } from "react/jsx-runtime";
|
|
7
6
|
function H(n, e = globalThis?.document) {
|
|
@@ -129,9 +128,9 @@ function I(n, e, t, { discrete: o }) {
|
|
|
129
128
|
const s = t.originalEvent.target, c = new CustomEvent(n, { bubbles: !1, cancelable: !0, detail: t });
|
|
130
129
|
e && s.addEventListener(n, e, { once: !0 }), o ? z(s, c) : s.dispatchEvent(c);
|
|
131
130
|
}
|
|
132
|
-
var
|
|
131
|
+
var Z = x, $ = F;
|
|
133
132
|
export {
|
|
134
|
-
|
|
133
|
+
$ as B,
|
|
135
134
|
x as D,
|
|
136
|
-
|
|
135
|
+
Z as R
|
|
137
136
|
};
|