@konstructio/ui 0.1.2-alpha.76 → 0.1.2-alpha.77
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/AdditionalOptions-DiXvUzhu.js +42 -0
- package/dist/Modal-h5H4yxYg.js +128 -0
- package/dist/assets/icons/components/Accounts.js +23 -35
- package/dist/assets/icons/components/AddChart.js +20 -26
- package/dist/assets/icons/components/AlertOutline.js +20 -26
- package/dist/assets/icons/components/AppRepo.js +20 -26
- package/dist/assets/icons/components/Apps.js +20 -26
- package/dist/assets/icons/components/Archives.js +20 -26
- package/dist/assets/icons/components/ArrowDown.js +20 -26
- package/dist/assets/icons/components/ArrowLeft.js +20 -26
- package/dist/assets/icons/components/ArrowRight.js +20 -26
- package/dist/assets/icons/components/ArrowUp.js +19 -25
- package/dist/assets/icons/components/BarChart.js +24 -36
- package/dist/assets/icons/components/BookOpen.js +20 -30
- package/dist/assets/icons/components/CalendarMonth.js +20 -26
- package/dist/assets/icons/components/Check.js +20 -26
- package/dist/assets/icons/components/CheckCircleFilled.js +25 -29
- package/dist/assets/icons/components/CheckCircleOutline.js +20 -26
- package/dist/assets/icons/components/CheckboxMarkedCircleOutline.js +20 -24
- package/dist/assets/icons/components/ClockAlert.js +20 -26
- package/dist/assets/icons/components/ClockOutline.js +20 -26
- package/dist/assets/icons/components/Close.js +20 -26
- package/dist/assets/icons/components/Cloud.js +20 -20
- package/dist/assets/icons/components/CloudLockOutline.js +20 -26
- package/dist/assets/icons/components/Clusters.js +24 -42
- package/dist/assets/icons/components/CogOutline.js +20 -26
- package/dist/assets/icons/components/Copy.js +20 -26
- package/dist/assets/icons/components/Cpu.js +23 -39
- package/dist/assets/icons/components/Cube.js +20 -26
- package/dist/assets/icons/components/Datacenter.js +20 -26
- package/dist/assets/icons/components/Delete.js +20 -26
- package/dist/assets/icons/components/DollarSign.js +20 -28
- package/dist/assets/icons/components/Download.js +20 -26
- package/dist/assets/icons/components/Edit.js +20 -26
- package/dist/assets/icons/components/Ellipses.js +20 -26
- package/dist/assets/icons/components/Environments.js +20 -28
- package/dist/assets/icons/components/Error.js +20 -26
- package/dist/assets/icons/components/ErrorOutline.js +20 -26
- package/dist/assets/icons/components/Exclamation.js +20 -26
- package/dist/assets/icons/components/Git.js +20 -26
- package/dist/assets/icons/components/GitOpsCatalog.js +23 -39
- package/dist/assets/icons/components/GridView.js +20 -20
- package/dist/assets/icons/components/Help.js +25 -23
- package/dist/assets/icons/components/HideOutline.js +23 -35
- package/dist/assets/icons/components/Home.js +20 -26
- package/dist/assets/icons/components/Home2.js +20 -26
- package/dist/assets/icons/components/Id.js +19 -25
- package/dist/assets/icons/components/InfoCircle.js +25 -29
- package/dist/assets/icons/components/InformationOutline.js +20 -26
- package/dist/assets/icons/components/InvoiceList.js +20 -26
- package/dist/assets/icons/components/Key.js +20 -26
- package/dist/assets/icons/components/LightBulb.js +23 -41
- package/dist/assets/icons/components/Loader.js +20 -26
- package/dist/assets/icons/components/Network.js +20 -26
- package/dist/assets/icons/components/PagesStack.js +25 -23
- package/dist/assets/icons/components/Pageview.js +20 -26
- package/dist/assets/icons/components/People.js +20 -26
- package/dist/assets/icons/components/PhotoLibrary.js +19 -25
- package/dist/assets/icons/components/Pipeline.js +20 -28
- package/dist/assets/icons/components/Plus.js +20 -26
- package/dist/assets/icons/components/PowerSettings.js +20 -26
- package/dist/assets/icons/components/Preview.js +20 -26
- package/dist/assets/icons/components/ReceiptLong.js +20 -20
- package/dist/assets/icons/components/Refresh.js +20 -26
- package/dist/assets/icons/components/ScatterPlot.js +20 -20
- package/dist/assets/icons/components/Search.js +25 -30
- package/dist/assets/icons/components/Server.js +20 -26
- package/dist/assets/icons/components/Start.js +20 -26
- package/dist/assets/icons/components/TabNew.js +24 -48
- package/dist/assets/icons/components/Teams.js +20 -26
- package/dist/assets/icons/components/Upload.js +19 -25
- package/dist/assets/icons/components/Warning.js +20 -26
- package/dist/assets/icons/components/WarningTriangle.js +20 -26
- package/dist/assets/icons/components/X.js +20 -26
- package/dist/compiler-runtime-DA41awpA.js +36 -0
- package/dist/components/Alert/Alert.js +78 -61
- package/dist/components/Alert/Alert.variants.js +30 -85
- package/dist/components/AlertDialog/AlertDialog.js +102 -128
- package/dist/components/AlertDialog/components/AlertDialogTrigger.js +3 -2
- package/dist/components/AlertDialog/components/index.js +1 -1
- package/dist/components/AlertDialog/hooks/useAlertDialog.js +25 -7
- package/dist/components/Autocomplete/Autocomplete.js +55 -83
- package/dist/components/Autocomplete/Autocomplete.variants.js +1 -21
- package/dist/components/Autocomplete/components/List/List.js +48 -45
- package/dist/components/Autocomplete/components/List/List.variants.js +1 -29
- package/dist/components/Autocomplete/hooks/useAutocomplete.js +74 -58
- package/dist/components/Autocomplete/hooks/useNavigationList.js +68 -62
- package/dist/components/Badge/Badge.js +66 -77
- package/dist/components/Badge/Badge.variants.js +33 -96
- package/dist/components/Breadcrumb/Breadcrumb.js +78 -70
- package/dist/components/Breadcrumb/Breadcrumb.variants.js +1 -7
- package/dist/components/Breadcrumb/components/Item/Item.js +33 -47
- package/dist/components/Breadcrumb/components/Item/Item.variants.js +26 -63
- package/dist/components/Button/Button.js +37 -40
- package/dist/components/Button/Button.variants.js +96 -292
- package/dist/components/ButtonGroup/ButtonGroup.js +101 -138
- package/dist/components/ButtonGroup/ButtonGroup.variants.js +9 -31
- package/dist/components/ButtonGroup/components/ButtonGroupItem/ButtonGroupItem.js +105 -113
- package/dist/components/ButtonGroup/components/ButtonGroupItem/ButtonGroupItem.variants.js +48 -94
- package/dist/components/ButtonGroup/components/ButtonGroupLabel/ButtonGroupLabel.js +26 -43
- package/dist/components/ButtonGroup/components/ButtonGroupMessage/ButtonGroupMessage.js +28 -35
- package/dist/components/ButtonGroup/hooks/useButtonGroup.js +63 -61
- package/dist/components/Card/Card.js +35 -35
- package/dist/components/Card/Card.variants.js +25 -37
- package/dist/components/Checkbox/Checkbox.js +247 -268
- package/dist/components/Checkbox/Checkbox.variants.js +18 -65
- package/dist/components/Command/Command.js +46 -38
- package/dist/components/Command/Command.variants.js +1 -44
- package/dist/components/Command/components/Command.js +19 -6
- package/dist/components/Command/components/CommandEmpty.js +11 -13
- package/dist/components/Command/components/CommandGroup.js +19 -17
- package/dist/components/Command/components/CommandInput.js +60 -52
- package/dist/components/Command/components/CommandItem.js +28 -26
- package/dist/components/Command/components/CommandList.js +19 -14
- package/dist/components/Command/components/CommandSeparator.js +19 -14
- package/dist/components/Command/components/CommandShortcut.js +16 -16
- package/dist/components/Command/components/DialogContent.js +35 -29
- package/dist/components/Command/components/DialogOverlay.js +18 -16
- package/dist/components/Command/contexts/Command.provider.js +23 -21
- package/dist/components/Counter/Counter.js +151 -154
- package/dist/components/Counter/Counter.variants.js +6 -53
- package/dist/components/DateRangePicker/DateRangePicker.js +93 -162
- package/dist/components/DateRangePicker/DateRangePicker.variants.js +1 -20
- package/dist/components/DateRangePicker/components/CalendarPanel/CalendarPanel.js +81 -115
- package/dist/components/DateRangePicker/components/CalendarPanel/CalendarPanel.variants.js +1 -45
- package/dist/components/DateRangePicker/components/CalendarPanel/components/CalendarDivider/CalendarDivider.js +14 -20
- package/dist/components/DateRangePicker/components/CalendarPanel/components/CalendarMonth/CalendarMonth.js +50 -57
- package/dist/components/DateRangePicker/components/CalendarPanel/components/IndependentModeCalendar/IndependentModeCalendar.js +56 -251
- package/dist/components/DateRangePicker/components/CalendarPanel/components/NavigationButton/NavigationButton.js +33 -37
- package/dist/components/DateRangePicker/components/CalendarPanel/components/TogetherModeCalendar/TogetherModeCalendar.js +30 -95
- package/dist/components/DateRangePicker/components/CalendarPanel/constants/index.js +10 -126
- package/dist/components/DateRangePicker/components/CalendarPanel/hooks/useIndependentCarousel.js +138 -113
- package/dist/components/DateRangePicker/components/CalendarPanel/hooks/useTogetherCarousel.js +2 -16
- package/dist/components/DateRangePicker/components/DateTimeInputs/DateTimeInputs.js +68 -102
- package/dist/components/DateRangePicker/components/DateTimeInputs/DateTimeInputs.variants.js +1 -22
- package/dist/components/DateRangePicker/components/DateTimeInputs/components/EndInputFields/EndInputFields.js +55 -90
- package/dist/components/DateRangePicker/components/DateTimeInputs/components/StartInputFields/StartInputFields.js +55 -90
- package/dist/components/DateRangePicker/components/DateTimeInputs/hooks/useDateTimeInputs.js +204 -177
- package/dist/components/DateRangePicker/components/PresetPanel/PresetPanel.js +58 -63
- package/dist/components/DateRangePicker/components/PresetPanel/PresetPanel.variants.js +1 -19
- package/dist/components/DateRangePicker/constants/presets.js +16 -7
- package/dist/components/DateRangePicker/contexts/date-range-picker.hook.js +1 -3
- package/dist/components/DateRangePicker/contexts/date-range-picker.provider.js +187 -171
- package/dist/components/DateRangePicker/utils/disabled-dates.js +16 -22
- package/dist/components/DateRangePicker/utils/validation.js +2 -17
- package/dist/components/Datepicker/DatePicker.js +80 -135
- package/dist/components/Divider/Divider.js +18 -7
- package/dist/components/Drawer/Drawer.js +108 -130
- package/dist/components/Drawer/Drawer.variants.js +17 -81
- package/dist/components/Drawer/components/Body/Body.js +18 -21
- package/dist/components/Drawer/components/Footer/Footer.js +18 -23
- package/dist/components/Drawer/components/Header/Header.js +20 -24
- package/dist/components/Drawer/contexts/Drawer.context.js +2 -2
- package/dist/components/Drawer/hooks/useDrawer.js +81 -57
- package/dist/components/DropdownButton/DropdownButton.js +99 -114
- package/dist/components/Filter/Filter.js +40 -29
- package/dist/components/Filter/Filter.variants.js +1 -17
- package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.hook.js +128 -94
- package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.js +83 -144
- package/dist/components/Filter/components/DateFilterDropdown/DateFilterDropdown.hook.js +87 -81
- package/dist/components/Filter/components/DateFilterDropdown/DateFilterDropdown.js +66 -120
- package/dist/components/Filter/components/DateRangeFilterDropdown/DateRangeFilterDropdown.hook.js +22 -34
- package/dist/components/Filter/components/DateRangeFilterDropdown/DateRangeFilterDropdown.js +74 -117
- package/dist/components/Filter/components/ResetButton/ResetButton.js +24 -29
- package/dist/components/Filter/components/TextMultiSelect/TextMultiSelect.js +83 -135
- package/dist/components/Filter/components/TimeFilterDropdown/TimeFilterDropdown.hook.js +83 -69
- package/dist/components/Filter/components/TimeFilterDropdown/TimeFilterDropdown.js +80 -151
- package/dist/components/Filter/contexts/filter.provider.js +16 -4
- package/dist/components/Filter/events/index.js +3 -3
- package/dist/components/ImageUpload/ImageUpload.js +48 -150
- package/dist/components/ImageUpload/ImageUpload.variants.js +41 -93
- package/dist/components/Input/Input.js +43 -168
- package/dist/components/Input/Input.variants.js +9 -51
- package/dist/components/LineChart/LineChart.js +83 -120
- package/dist/components/Loading/Loading.js +22 -18
- package/dist/components/Loading/Loading.variants.js +1 -8
- package/dist/components/Modal/Modal.js +3 -2
- package/dist/components/Modal/components/Body/Body.js +16 -5
- package/dist/components/Modal/components/Footer/Footer.js +16 -11
- package/dist/components/Modal/components/Header/Header.js +16 -11
- package/dist/components/Modal/components/Wrapper/Wrapper.js +4 -3
- package/dist/components/Modal/components/Wrapper/Wrapper.variants.js +1 -28
- package/dist/components/Modal/components/index.js +1 -1
- package/dist/components/Modal/contexts/Modal.context.js +1 -3
- package/dist/components/Modal/contexts/Modal.provider.js +33 -23
- package/dist/components/Modal/hooks/useModal.js +29 -18
- package/dist/components/MultiSelectDropdown/MultiSelectDropdown.js +26 -32
- package/dist/components/MultiSelectDropdown/MultiSelectDropdown.variants.js +1 -25
- package/dist/components/MultiSelectDropdown/components/Item/Item.js +32 -27
- package/dist/components/MultiSelectDropdown/components/Item/Item.variants.js +13 -32
- package/dist/components/MultiSelectDropdown/components/List/List.js +26 -27
- package/dist/components/MultiSelectDropdown/components/List/List.variants.js +1 -21
- package/dist/components/MultiSelectDropdown/components/Wrapper/Wrapper.js +73 -123
- package/dist/components/MultiSelectDropdown/contexts/MultiSelectDropdown.hook.js +1 -3
- package/dist/components/MultiSelectDropdown/contexts/MultiSelectDropdown.provider.js +128 -131
- package/dist/components/MultiSelectDropdown/hooks/useMultiSelectDropdown.js +30 -26
- package/dist/components/PhoneNumberInput/PhoneNumberInput.js +19 -6
- package/dist/components/PhoneNumberInput/PhoneNumberInput.variants.js +9 -39
- package/dist/components/PhoneNumberInput/components/FlagContent/FlagContent.js +28 -33
- package/dist/components/PhoneNumberInput/components/FlagSelectorList/FlagSelectorList.js +171 -231
- package/dist/components/PhoneNumberInput/components/FlagSelectorWrapper/FlagSelectorWrapper.js +7 -41
- package/dist/components/PhoneNumberInput/components/TruncateText/TruncateText.js +47 -36
- package/dist/components/PhoneNumberInput/components/Wrapper.js +465 -503
- package/dist/components/PhoneNumberInput/contexts/phone-number.hook.js +1 -3
- package/dist/components/PhoneNumberInput/contexts/phone-number.provider.js +1163 -1135
- package/dist/components/PieChart/PieChart.js +82 -72
- package/dist/components/ProgressBar/ProgressBar.js +47 -38
- package/dist/components/ProgressBar/ProgressBar.variants.js +11 -28
- package/dist/components/Radio/Radio.js +71 -95
- package/dist/components/Radio/Radio.variants.js +33 -85
- package/dist/components/RadioCard/RadioCard.js +32 -36
- package/dist/components/RadioCardGroup/RadioCardGroup.js +42 -43
- package/dist/components/RadioGroup/RadioGroup.js +48 -48
- package/dist/components/Range/Range.js +83 -61
- package/dist/components/Range/Range.variants.js +19 -49
- package/dist/components/Select/Select.js +52 -65
- package/dist/components/Select/Select.variants.js +13 -66
- package/dist/components/Select/components/AdditionalOptions/AdditionalOptions.js +3 -2
- package/dist/components/Select/components/AdditionalOptions/AdditionalOptions.variants.js +1 -22
- package/dist/components/Select/components/EmptyList.js +8 -3
- package/dist/components/Select/components/List/List.js +89 -168
- package/dist/components/Select/components/List/List.variants.js +1 -41
- package/dist/components/Select/components/ListItem/ListItem.js +41 -96
- package/dist/components/Select/components/ListItem/ListItem.variants.js +1 -19
- package/dist/components/Select/components/Wrapper.js +110 -233
- package/dist/components/Select/components/index.js +1 -1
- package/dist/components/Select/contexts/select.provider.js +34 -41
- package/dist/components/Select/hooks/useNavigationList.js +50 -44
- package/dist/components/Select/hooks/useSelect.js +104 -94
- package/dist/components/Sidebar/Sidebar.js +26 -21
- package/dist/components/Sidebar/Sidebar.variants.js +1 -27
- package/dist/components/Sidebar/components/Footer/Footer.js +18 -6
- package/dist/components/Sidebar/components/Footer/Footer.variants.js +1 -8
- package/dist/components/Sidebar/components/Logo/Logo.js +18 -6
- package/dist/components/Sidebar/components/Logo/Logo.variants.js +1 -19
- package/dist/components/Sidebar/components/Navigation/Navigation.js +26 -17
- package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.js +33 -24
- package/dist/components/Sidebar/components/NavigationOption/NavigationOption.js +24 -24
- package/dist/components/Sidebar/components/NavigationOption/NavigationOption.variants.js +12 -39
- package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.js +17 -6
- package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.variants.js +1 -5
- package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.js +20 -5
- package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.variants.js +1 -10
- package/dist/components/Sidebar/components/Wrapper/Wrapper.js +21 -60
- package/dist/components/Slider/Slider.js +70 -56
- package/dist/components/Slider/Slider.variants.js +19 -41
- package/dist/components/Spinner/Spinner.js +56 -55
- package/dist/components/Spinner/Spinner.variants.js +19 -45
- package/dist/components/Stepper/Stepper.js +56 -72
- package/dist/components/Stepper/Stepper.variants.js +132 -188
- package/dist/components/Stepper/components/HorizontalStepItem/HorizontalStepItem.js +151 -197
- package/dist/components/Stepper/components/StepConnector/StepConnector.js +24 -27
- package/dist/components/Stepper/components/StepIndicatorContent/StepIndicatorContent.js +39 -20
- package/dist/components/Stepper/components/StepItem/StepItem.js +15 -6
- package/dist/components/Stepper/components/VerticalStepItem/VerticalStepItem.js +93 -111
- package/dist/components/Stepper/hooks/useStepItemLogic.js +3 -6
- package/dist/components/Switch/Switch.js +135 -178
- package/dist/components/Switch/Switch.variants.js +1 -40
- package/dist/components/Table/Table.js +29 -25
- package/dist/components/Table/Table.variants.js +6 -30
- package/dist/components/Table/components/Body.js +20 -16
- package/dist/components/Table/components/Filter.js +21 -7
- package/dist/components/Table/components/Head.js +20 -16
- package/dist/components/Table/components/Row.js +28 -26
- package/dist/components/Tabs/Tabs.js +34 -26
- package/dist/components/Tabs/Tabs.variants.js +10 -39
- package/dist/components/Tabs/components/Content.js +23 -14
- package/dist/components/Tabs/components/List.js +28 -19
- package/dist/components/Tabs/components/Trigger.js +25 -21
- package/dist/components/Tag/Tag.js +33 -17
- package/dist/components/Tag/Tag.variants.js +23 -36
- package/dist/components/TagSelect/TagSelect.js +19 -8
- package/dist/components/TagSelect/TagSelect.variants.js +1 -22
- package/dist/components/TagSelect/components/Item/Item.js +24 -18
- package/dist/components/TagSelect/components/Item/Item.variants.js +13 -26
- package/dist/components/TagSelect/components/List/List.js +22 -9
- package/dist/components/TagSelect/components/List/List.variants.js +1 -19
- package/dist/components/TagSelect/components/Wrapper/Wrapper.js +68 -84
- package/dist/components/TagSelect/contexts/TagSelect.provider.js +75 -65
- package/dist/components/TagSelect/hooks/useTagSelect.js +30 -26
- package/dist/components/TextArea/TextArea.js +35 -34
- package/dist/components/TextArea/TextArea.variants.js +1 -16
- package/dist/components/TimePicker/TimePicker.js +21 -11
- package/dist/components/TimePicker/TimePicker.variants.js +1 -64
- package/dist/components/TimePicker/components/HoursList/HoursList.js +77 -116
- package/dist/components/TimePicker/components/MeridianList/MeridianList.js +79 -88
- package/dist/components/TimePicker/components/MinutesList/MinutesList.js +66 -89
- package/dist/components/TimePicker/components/Wrapper/Wrapper.js +144 -228
- package/dist/components/TimePicker/components/WrapperList/WrapperList.js +44 -75
- package/dist/components/TimePicker/contexts/time-picker.hook.js +1 -3
- package/dist/components/TimePicker/contexts/time-picker.provider.js +76 -58
- package/dist/components/Toast/Toast.js +374 -338
- package/dist/components/Toast/Toast.variants.js +10 -43
- package/dist/components/Tooltip/Tooltip.js +36 -35
- package/dist/components/Typography/Typography.js +26 -23
- package/dist/components/Typography/Typography.variants.js +24 -59
- package/dist/components/VirtualizedTable/VirtualizedTable.js +9 -91
- package/dist/components/VirtualizedTable/assets/chevron-down.js +13 -23
- package/dist/components/VirtualizedTable/assets/chevron-up.js +12 -22
- package/dist/components/VirtualizedTable/components/Actions/Actions.js +62 -115
- package/dist/components/VirtualizedTable/components/Body/Body.js +29 -83
- package/dist/components/VirtualizedTable/components/DotPaginate/DotPaginate.js +104 -165
- package/dist/components/VirtualizedTable/components/DropdownPaginate/DropdownPaginate.js +13 -19
- package/dist/components/VirtualizedTable/components/ExpandableRow/ExpandableRow.js +43 -49
- package/dist/components/VirtualizedTable/components/Filter/Filter.js +116 -174
- package/dist/components/VirtualizedTable/components/FormPaginate/FormPaginate.js +32 -57
- package/dist/components/VirtualizedTable/components/Header/Header.js +61 -98
- package/dist/components/VirtualizedTable/components/Pagination/Pagination.js +65 -63
- package/dist/components/VirtualizedTable/components/Skeleton/Skeleton.js +32 -102
- package/dist/components/VirtualizedTable/components/TruncateText/TruncateText.js +51 -58
- package/dist/components/VirtualizedTable/components/WrapperBody/WrapperBody.js +20 -24
- package/dist/components/VirtualizedTable/contexts/table.provider.js +129 -158
- package/dist/components/VirtualizedTable/events/index.js +18 -18
- package/dist/components/index.js +1 -1
- package/dist/contexts/theme.provider.js +61 -49
- package/dist/hooks/useToggle.js +10 -8
- package/dist/index-0g-eSmV1.js +142 -0
- package/dist/{index-Jr0cra7i.js → index-B9v5VxE2.js} +6 -6
- package/dist/{index-DWyM654o.js → index-C6mt--X_.js} +5 -5
- package/dist/{index-mPinF0Ho.js → index-CiACf4ao.js} +3 -3
- package/dist/{index-CrCTywU1.js → index-Dy4FVowi.js} +1 -1
- package/dist/{index-Cmf-IG4l.js → index-kTGTSLpq.js} +1 -1
- package/dist/index.js +1 -1
- package/dist/package.json +12 -11
- package/dist/{proxy-BvdTb_6B.js → proxy-BGrSEZuV.js} +2001 -1929
- package/dist/utils/index.js +1 -3
- package/package.json +12 -11
- package/dist/AdditionalOptions-C2FDVZhu.js +0 -45
- package/dist/Modal-BTOXCb0Y.js +0 -120
- package/dist/index-C7zAY3xv.js +0 -139
|
@@ -1,28 +1,22 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
}
|
|
20
|
-
)
|
|
21
|
-
}
|
|
22
|
-
)
|
|
23
|
-
);
|
|
24
|
-
n.displayName = "KonstructCloseIcon";
|
|
1
|
+
import { jsx as p } from "react/jsx-runtime";
|
|
2
|
+
import { c as m } from "../../../compiler-runtime-DA41awpA.js";
|
|
3
|
+
import { forwardRef as f } from "react";
|
|
4
|
+
const d = f((c, n) => {
|
|
5
|
+
const o = m.c(11);
|
|
6
|
+
let t, l, s;
|
|
7
|
+
o[0] !== c ? ({
|
|
8
|
+
size: l,
|
|
9
|
+
color: s,
|
|
10
|
+
...t
|
|
11
|
+
} = c, o[0] = c, o[1] = t, o[2] = l, o[3] = s) : (t = o[1], l = o[2], s = o[3]);
|
|
12
|
+
const r = l === void 0 ? 24 : l, L = s === void 0 ? "currentColor" : s;
|
|
13
|
+
let e;
|
|
14
|
+
o[4] !== L ? (e = /* @__PURE__ */ p("path", { d: "M8.16667 0.8225L7.34417 0L4.08333 3.26083L0.8225 0L0 0.8225L3.26083 4.08333L0 7.34417L0.8225 8.16667L4.08333 4.90583L7.34417 8.16667L8.16667 7.34417L4.90583 4.08333L8.16667 0.8225Z", fill: L }), o[4] = L, o[5] = e) : e = o[5];
|
|
15
|
+
let i;
|
|
16
|
+
return o[6] !== t || o[7] !== n || o[8] !== r || o[9] !== e ? (i = /* @__PURE__ */ p("svg", { ref: n, xmlns: "http://www.w3.org/2000/svg", width: r, height: r, viewBox: "0 0 9 9", fill: "none", ...t, children: e }), o[6] = t, o[7] = n, o[8] = r, o[9] = e, o[10] = i) : i = o[10], i;
|
|
17
|
+
});
|
|
18
|
+
d.displayName = "KonstructCloseIcon";
|
|
25
19
|
export {
|
|
26
|
-
|
|
27
|
-
|
|
20
|
+
d as CloseIcon,
|
|
21
|
+
d as default
|
|
28
22
|
};
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
)
|
|
17
|
-
);
|
|
18
|
-
|
|
1
|
+
import { jsx as p } from "react/jsx-runtime";
|
|
2
|
+
import { c as d } from "../../../compiler-runtime-DA41awpA.js";
|
|
3
|
+
import { forwardRef as h } from "react";
|
|
4
|
+
const a = h((c, m) => {
|
|
5
|
+
const o = d.c(10);
|
|
6
|
+
let t, e, l;
|
|
7
|
+
o[0] !== c ? ({
|
|
8
|
+
size: e,
|
|
9
|
+
color: l,
|
|
10
|
+
...t
|
|
11
|
+
} = c, o[0] = c, o[1] = t, o[2] = e, o[3] = l) : (t = o[1], e = o[2], l = o[3]);
|
|
12
|
+
const r = e === void 0 ? 24 : e, n = l === void 0 ? "currentColor" : l;
|
|
13
|
+
let s;
|
|
14
|
+
o[4] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (s = /* @__PURE__ */ p("path", { d: "M262.42-187.27q-80.58 0-137.46-55.87-56.88-55.87-56.88-136.63 0-71.61 46.59-127.38 46.6-55.77 117.91-65.12 17.85-88.03 87.5-144.25 69.66-56.21 159.92-56.21 105.96 0 179.75 74.12 73.79 74.11 73.79 179.42v22.73h12.31q61.61 2.69 103.84 47.79 42.23 45.09 42.23 106.55 0 64.49-45.12 109.67-45.13 45.18-110.03 45.18H262.42Zm0-55.96H736.8q41.51 0 70.33-28.69 28.83-28.69 28.83-70.23 0-41.54-28.71-70.13-28.7-28.59-70.28-28.59h-59.39v-78.25q0-82.02-57.78-139.83-57.79-57.82-139.77-57.82-81.98 0-139.76 57.79-57.79 57.79-57.79 139.79h-19.93q-57.63 0-98.07 40.19-40.44 40.19-40.44 97.79 0 57.59 40.44 97.79 40.44 40.19 97.94 40.19ZM480-480Z" }), o[4] = s) : s = o[4];
|
|
15
|
+
let i;
|
|
16
|
+
return o[5] !== n || o[6] !== t || o[7] !== m || o[8] !== r ? (i = /* @__PURE__ */ p("svg", { ref: m, xmlns: "http://www.w3.org/2000/svg", width: r, height: r, viewBox: "0 -960 960 960", fill: n, ...t, children: s }), o[5] = n, o[6] = t, o[7] = m, o[8] = r, o[9] = i) : i = o[9], i;
|
|
17
|
+
});
|
|
18
|
+
a.displayName = "KonstructCloudIcon";
|
|
19
19
|
export {
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
a as CloudIcon,
|
|
21
|
+
a as default
|
|
22
22
|
};
|
|
@@ -1,28 +1,22 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
}
|
|
20
|
-
)
|
|
21
|
-
}
|
|
22
|
-
)
|
|
23
|
-
);
|
|
24
|
-
e.displayName = "KonstructCloudLockOutlineIcon";
|
|
1
|
+
import { jsx as p } from "react/jsx-runtime";
|
|
2
|
+
import { c as d } from "../../../compiler-runtime-DA41awpA.js";
|
|
3
|
+
import { forwardRef as m } from "react";
|
|
4
|
+
const f = m((s, c) => {
|
|
5
|
+
const o = d.c(11);
|
|
6
|
+
let t, e, l;
|
|
7
|
+
o[0] !== s ? ({
|
|
8
|
+
size: e,
|
|
9
|
+
color: l,
|
|
10
|
+
...t
|
|
11
|
+
} = s, o[0] = s, o[1] = t, o[2] = e, o[3] = l) : (t = o[1], e = o[2], l = o[3]);
|
|
12
|
+
const i = e === void 0 ? 20 : e, n = l === void 0 ? "currentColor" : l;
|
|
13
|
+
let C;
|
|
14
|
+
o[4] !== n ? (C = /* @__PURE__ */ p("path", { d: "M5.41665 15H10.8333V16.6667H5.41665C4.16665 16.6667 3.07498 16.25 2.17498 15.3584C1.28331 14.4834 0.833313 13.4084 0.833313 12.15C0.833313 11.0667 1.15831 10.1 1.80831 9.25004C2.45831 8.40004 3.33331 7.85837 4.37498 7.62504C4.72498 6.35004 5.41665 5.31671 6.45831 4.52504C7.49998 3.73337 8.68331 3.33337 9.99998 3.33337C11.625 3.33337 13 3.90004 14.1333 5.03337C15.0666 5.96671 15.6083 7.08337 15.775 8.33337C15.1916 8.33337 14.6333 8.49171 14.125 8.71671C14.0333 7.75837 13.65 6.92504 12.95 6.21671C12.1333 5.41671 11.15 5.00004 9.99998 5.00004C8.84998 5.00004 7.86665 5.41671 7.04998 6.21671C6.24998 7.03337 5.83331 8.01671 5.83331 9.16671H5.41665C4.60831 9.16671 3.92498 9.45004 3.35831 10.025C2.78331 10.5917 2.49998 11.275 2.49998 12.0834C2.49998 12.8917 2.78331 13.575 3.35831 14.1667C3.92498 14.7167 4.60831 15 5.41665 15ZM19.1666 14.4167V17.3334C19.1666 17.8334 18.6666 18.3334 18.0833 18.3334H13.5C13 18.3334 12.5 17.8334 12.5 17.25V14.3334C12.5 13.8334 13 13.3334 13.5 13.3334V12.0834C13.5 10.9167 14.6666 10 15.8333 10C17 10 18.1666 10.9167 18.1666 12.0834V13.3334C18.6666 13.3334 19.1666 13.8334 19.1666 14.4167ZM17.0833 12.0834C17.0833 11.4167 16.5 11 15.8333 11C15.1666 11 14.5833 11.4167 14.5833 12.0834V13.3334H17.0833V12.0834Z", fill: n }), o[4] = n, o[5] = C) : C = o[5];
|
|
15
|
+
let r;
|
|
16
|
+
return o[6] !== t || o[7] !== c || o[8] !== i || o[9] !== C ? (r = /* @__PURE__ */ p("svg", { ref: c, xmlns: "http://www.w3.org/2000/svg", width: i, height: i, viewBox: "0 0 20 20", fill: "none", ...t, children: C }), o[6] = t, o[7] = c, o[8] = i, o[9] = C, o[10] = r) : r = o[10], r;
|
|
17
|
+
});
|
|
18
|
+
f.displayName = "KonstructCloudLockOutlineIcon";
|
|
25
19
|
export {
|
|
26
|
-
|
|
27
|
-
|
|
20
|
+
f as CloudLockOutlineIcon,
|
|
21
|
+
f as default
|
|
28
22
|
};
|
|
@@ -1,44 +1,26 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
"path",
|
|
24
|
-
{
|
|
25
|
-
d: "M9.16666 7.5C10.5474 7.5 11.6667 6.38071 11.6667 5C11.6667 3.61929 10.5474 2.5 9.16666 2.5C7.78594 2.5 6.66666 3.61929 6.66666 5C6.66666 6.38071 7.78594 7.5 9.16666 7.5Z",
|
|
26
|
-
fill: t
|
|
27
|
-
}
|
|
28
|
-
),
|
|
29
|
-
/* @__PURE__ */ C(
|
|
30
|
-
"path",
|
|
31
|
-
{
|
|
32
|
-
d: "M5.83334 14.1666C7.21406 14.1666 8.33334 13.0473 8.33334 11.6666C8.33334 10.2859 7.21406 9.16663 5.83334 9.16663C4.45263 9.16663 3.33334 10.2859 3.33334 11.6666C3.33334 13.0473 4.45263 14.1666 5.83334 14.1666Z",
|
|
33
|
-
fill: t
|
|
34
|
-
}
|
|
35
|
-
)
|
|
36
|
-
]
|
|
37
|
-
}
|
|
38
|
-
)
|
|
39
|
-
);
|
|
40
|
-
i.displayName = "KonstructClustersIcon";
|
|
1
|
+
import { jsx as d, jsxs as m } from "react/jsx-runtime";
|
|
2
|
+
import { c as a } from "../../../compiler-runtime-DA41awpA.js";
|
|
3
|
+
import { forwardRef as h } from "react";
|
|
4
|
+
const u = h((p, f) => {
|
|
5
|
+
const t = a.c(15);
|
|
6
|
+
let o, r, i;
|
|
7
|
+
t[0] !== p ? ({
|
|
8
|
+
size: r,
|
|
9
|
+
color: i,
|
|
10
|
+
...o
|
|
11
|
+
} = p, t[0] = p, t[1] = o, t[2] = r, t[3] = i) : (o = t[1], r = t[2], i = t[3]);
|
|
12
|
+
const c = r === void 0 ? 24 : r, C = i === void 0 ? "currentColor" : i;
|
|
13
|
+
let l, e, s;
|
|
14
|
+
t[4] !== C ? (l = /* @__PURE__ */ d("path", { d: "M13.8333 17.1666C15.214 17.1666 16.3333 16.0473 16.3333 14.6666C16.3333 13.2859 15.214 12.1666 13.8333 12.1666C12.4526 12.1666 11.3333 13.2859 11.3333 14.6666C11.3333 16.0473 12.4526 17.1666 13.8333 17.1666Z", fill: C }), e = /* @__PURE__ */ d("path", { d: "M9.16666 7.5C10.5474 7.5 11.6667 6.38071 11.6667 5C11.6667 3.61929 10.5474 2.5 9.16666 2.5C7.78594 2.5 6.66666 3.61929 6.66666 5C6.66666 6.38071 7.78594 7.5 9.16666 7.5Z", fill: C }), s = /* @__PURE__ */ d("path", { d: "M5.83334 14.1666C7.21406 14.1666 8.33334 13.0473 8.33334 11.6666C8.33334 10.2859 7.21406 9.16663 5.83334 9.16663C4.45263 9.16663 3.33334 10.2859 3.33334 11.6666C3.33334 13.0473 4.45263 14.1666 5.83334 14.1666Z", fill: C }), t[4] = C, t[5] = l, t[6] = e, t[7] = s) : (l = t[5], e = t[6], s = t[7]);
|
|
15
|
+
let n;
|
|
16
|
+
return t[8] !== o || t[9] !== f || t[10] !== c || t[11] !== l || t[12] !== e || t[13] !== s ? (n = /* @__PURE__ */ m("svg", { ref: f, xmlns: "http://www.w3.org/2000/svg", width: c, height: c, viewBox: "0 0 20 20", fill: "none", ...o, children: [
|
|
17
|
+
l,
|
|
18
|
+
e,
|
|
19
|
+
s
|
|
20
|
+
] }), t[8] = o, t[9] = f, t[10] = c, t[11] = l, t[12] = e, t[13] = s, t[14] = n) : n = t[14], n;
|
|
21
|
+
});
|
|
22
|
+
u.displayName = "KonstructClustersIcon";
|
|
41
23
|
export {
|
|
42
|
-
|
|
43
|
-
|
|
24
|
+
u as ClustersIcon,
|
|
25
|
+
u as default
|
|
44
26
|
};
|
|
@@ -1,28 +1,22 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
}
|
|
20
|
-
)
|
|
21
|
-
}
|
|
22
|
-
)
|
|
23
|
-
);
|
|
24
|
-
n.displayName = "KonstructCogOutlineIcon";
|
|
1
|
+
import { jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import { c as p } from "../../../compiler-runtime-DA41awpA.js";
|
|
3
|
+
import { forwardRef as m } from "react";
|
|
4
|
+
const f = m((r, s) => {
|
|
5
|
+
const C = p.c(11);
|
|
6
|
+
let L, t, e;
|
|
7
|
+
C[0] !== r ? ({
|
|
8
|
+
size: t,
|
|
9
|
+
color: e,
|
|
10
|
+
...L
|
|
11
|
+
} = r, C[0] = r, C[1] = L, C[2] = t, C[3] = e) : (L = C[1], t = C[2], e = C[3]);
|
|
12
|
+
const l = t === void 0 ? 24 : t, n = e === void 0 ? "currentColor" : e;
|
|
13
|
+
let o;
|
|
14
|
+
C[4] !== n ? (o = /* @__PURE__ */ c("path", { d: "M9.99999 6.66663C10.884 6.66663 11.7319 7.01782 12.357 7.64294C12.9821 8.26806 13.3333 9.1159 13.3333 9.99996C13.3333 10.884 12.9821 11.7319 12.357 12.357C11.7319 12.9821 10.884 13.3333 9.99999 13.3333C9.11593 13.3333 8.26809 12.9821 7.64297 12.357C7.01784 11.7319 6.66665 10.884 6.66665 9.99996C6.66665 9.1159 7.01784 8.26806 7.64297 7.64294C8.26809 7.01782 9.11593 6.66663 9.99999 6.66663ZM9.99999 8.33329C9.55796 8.33329 9.13404 8.50889 8.82148 8.82145C8.50892 9.13401 8.33332 9.55793 8.33332 9.99996C8.33332 10.442 8.50892 10.8659 8.82148 11.1785C9.13404 11.491 9.55796 11.6666 9.99999 11.6666C10.442 11.6666 10.8659 11.491 11.1785 11.1785C11.4911 10.8659 11.6667 10.442 11.6667 9.99996C11.6667 9.55793 11.4911 9.13401 11.1785 8.82145C10.8659 8.50889 10.442 8.33329 9.99999 8.33329ZM8.33332 18.3333C8.12499 18.3333 7.94999 18.1833 7.91665 17.9833L7.60832 15.775C7.08332 15.5666 6.63332 15.2833 6.19999 14.95L4.12499 15.7916C3.94165 15.8583 3.71666 15.7916 3.61666 15.6083L1.94999 12.725C1.84165 12.5416 1.89165 12.3166 2.04999 12.1916L3.80832 10.8083L3.74999 9.99996L3.80832 9.16663L2.04999 7.80829C1.89165 7.68329 1.84165 7.45829 1.94999 7.27496L3.61666 4.39163C3.71666 4.20829 3.94165 4.13329 4.12499 4.20829L6.19999 5.04163C6.63332 4.71663 7.08332 4.43329 7.60832 4.22496L7.91665 2.01663C7.94999 1.81663 8.12499 1.66663 8.33332 1.66663H11.6667C11.875 1.66663 12.05 1.81663 12.0833 2.01663L12.3917 4.22496C12.9167 4.43329 13.3667 4.71663 13.8 5.04163L15.875 4.20829C16.0583 4.13329 16.2833 4.20829 16.3833 4.39163L18.05 7.27496C18.1583 7.45829 18.1083 7.68329 17.95 7.80829L16.1917 9.16663L16.25 9.99996L16.1917 10.8333L17.95 12.1916C18.1083 12.3166 18.1583 12.5416 18.05 12.725L16.3833 15.6083C16.2833 15.7916 16.0583 15.8666 15.875 15.7916L13.8 14.9583C13.3667 15.2833 12.9167 15.5666 12.3917 15.775L12.0833 17.9833C12.05 18.1833 11.875 18.3333 11.6667 18.3333H8.33332ZM9.37499 3.33329L9.06666 5.50829C8.06666 5.71663 7.18332 6.24996 6.54165 6.99163L4.53332 6.12496L3.90832 7.20829L5.66665 8.49996C5.33332 9.47496 5.33332 10.5333 5.66665 11.5L3.89999 12.8L4.52499 13.8833L6.54999 13.0166C7.19166 13.75 8.06665 14.2833 9.05832 14.4833L9.36665 16.6666H10.6333L10.9417 14.4916C11.9333 14.2833 12.8083 13.75 13.45 13.0166L15.475 13.8833L16.1 12.8L14.3333 11.5083C14.6667 10.5333 14.6667 9.47496 14.3333 8.49996L16.0917 7.20829L15.4667 6.12496L13.4583 6.99163C12.8167 6.24996 11.9333 5.71663 10.9333 5.51663L10.625 3.33329H9.37499Z", fill: n }), C[4] = n, C[5] = o) : o = C[5];
|
|
15
|
+
let i;
|
|
16
|
+
return C[6] !== L || C[7] !== s || C[8] !== l || C[9] !== o ? (i = /* @__PURE__ */ c("svg", { ref: s, xmlns: "http://www.w3.org/2000/svg", width: l, height: l, viewBox: "0 0 20 20", fill: "none", ...L, children: o }), C[6] = L, C[7] = s, C[8] = l, C[9] = o, C[10] = i) : i = C[10], i;
|
|
17
|
+
});
|
|
18
|
+
f.displayName = "KonstructCogOutlineIcon";
|
|
25
19
|
export {
|
|
26
|
-
|
|
27
|
-
|
|
20
|
+
f as CogOutlineIcon,
|
|
21
|
+
f as default
|
|
28
22
|
};
|
|
@@ -1,28 +1,22 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
}
|
|
20
|
-
)
|
|
21
|
-
}
|
|
22
|
-
)
|
|
23
|
-
);
|
|
24
|
-
i.displayName = "KonstructCopyIcon";
|
|
1
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
2
|
+
import { c as f } from "../../../compiler-runtime-DA41awpA.js";
|
|
3
|
+
import { forwardRef as d } from "react";
|
|
4
|
+
const C = d((c, n) => {
|
|
5
|
+
const o = f.c(11);
|
|
6
|
+
let t, l, r;
|
|
7
|
+
o[0] !== c ? ({
|
|
8
|
+
size: l,
|
|
9
|
+
color: r,
|
|
10
|
+
...t
|
|
11
|
+
} = c, o[0] = c, o[1] = t, o[2] = l, o[3] = r) : (t = o[1], l = o[2], r = o[3]);
|
|
12
|
+
const i = l === void 0 ? 24 : l, p = r === void 0 ? "currentColor" : r;
|
|
13
|
+
let e;
|
|
14
|
+
o[4] !== p ? (e = /* @__PURE__ */ m("path", { d: "M13.3158 2H4.47368C3.66316 2 3 2.65455 3 3.45455V13.6364H4.47368V3.45455H13.3158V2ZM15.5263 4.90909H7.42105C6.61053 4.90909 5.94737 5.56364 5.94737 6.36364V16.5455C5.94737 17.3455 6.61053 18 7.42105 18H15.5263C16.3368 18 17 17.3455 17 16.5455V6.36364C17 5.56364 16.3368 4.90909 15.5263 4.90909ZM15.5263 16.5455H7.42105V6.36364H15.5263V16.5455Z", fill: p }), o[4] = p, o[5] = e) : e = o[5];
|
|
15
|
+
let s;
|
|
16
|
+
return o[6] !== t || o[7] !== n || o[8] !== i || o[9] !== e ? (s = /* @__PURE__ */ m("svg", { ref: n, xmlns: "http://www.w3.org/2000/svg", width: i, height: i, viewBox: "0 0 20 20", fill: "none", ...t, children: e }), o[6] = t, o[7] = n, o[8] = i, o[9] = e, o[10] = s) : s = o[10], s;
|
|
17
|
+
});
|
|
18
|
+
C.displayName = "KonstructCopyIcon";
|
|
25
19
|
export {
|
|
26
|
-
|
|
27
|
-
|
|
20
|
+
C as CopyIcon,
|
|
21
|
+
C as default
|
|
28
22
|
};
|
|
@@ -1,41 +1,25 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
/* @__PURE__ */ V(
|
|
23
|
-
"rect",
|
|
24
|
-
{
|
|
25
|
-
x: "5.75",
|
|
26
|
-
y: "5.75",
|
|
27
|
-
width: "8.5",
|
|
28
|
-
height: "8.5",
|
|
29
|
-
rx: "0.5",
|
|
30
|
-
stroke: H
|
|
31
|
-
}
|
|
32
|
-
)
|
|
33
|
-
]
|
|
34
|
-
}
|
|
35
|
-
)
|
|
36
|
-
);
|
|
37
|
-
i.displayName = "KonstructCpuIcon";
|
|
1
|
+
import { jsx as n, jsxs as p } from "react/jsx-runtime";
|
|
2
|
+
import { c as m } from "../../../compiler-runtime-DA41awpA.js";
|
|
3
|
+
import { forwardRef as d } from "react";
|
|
4
|
+
const f = d((l, c) => {
|
|
5
|
+
const C = m.c(13);
|
|
6
|
+
let t, r, s;
|
|
7
|
+
C[0] !== l ? ({
|
|
8
|
+
size: r,
|
|
9
|
+
color: s,
|
|
10
|
+
...t
|
|
11
|
+
} = l, C[0] = l, C[1] = t, C[2] = r, C[3] = s) : (t = C[1], r = C[2], s = C[3]);
|
|
12
|
+
const H = r === void 0 ? 24 : r, V = s === void 0 ? "currentColor" : s;
|
|
13
|
+
let o, e;
|
|
14
|
+
C[4] !== V ? (o = /* @__PURE__ */ n("path", { d: "M18.9933 10.095C19.1277 10.095 19.2566 10.0416 19.3516 9.9466C19.4466 9.85158 19.5 9.72271 19.5 9.58833C19.5 9.45396 19.4466 9.32509 19.3516 9.23007C19.2566 9.13505 19.1277 9.08167 18.9933 9.08167H17.6V5.66167H18.9933C19.1277 5.66167 19.2566 5.60829 19.3516 5.51327C19.4466 5.41825 19.5 5.28938 19.5 5.155C19.5 5.02062 19.4466 4.89175 19.3516 4.79673C19.2566 4.70171 19.1277 4.64833 18.9933 4.64833H17.6V3.73C17.6 3.37726 17.4599 3.03897 17.2105 2.78955C16.961 2.54012 16.6227 2.4 16.27 2.4H15.2883V1.00667C15.2883 0.87229 15.235 0.743418 15.1399 0.648399C15.0449 0.553381 14.916 0.5 14.7817 0.5C14.6473 0.5 14.5184 0.553381 14.4234 0.648399C14.3284 0.743418 14.275 0.87229 14.275 1.00667V2.4H10.855V1.00667C10.855 0.87229 10.8016 0.743418 10.7066 0.648399C10.6116 0.553381 10.4827 0.5 10.3483 0.5C10.214 0.5 10.0851 0.553381 9.99007 0.648399C9.89505 0.743418 9.84167 0.87229 9.84167 1.00667V2.4H6.42167V1.00667C6.42167 0.87229 6.36829 0.743418 6.27327 0.648399C6.17825 0.553381 6.04938 0.5 5.915 0.5C5.78062 0.5 5.65175 0.553381 5.55673 0.648399C5.46171 0.743418 5.40833 0.87229 5.40833 1.00667V2.4H3.73C3.37726 2.4 3.03897 2.54012 2.78955 2.78955C2.54012 3.03897 2.4 3.37726 2.4 3.73V4.64833H1.00667C0.87229 4.64833 0.743418 4.70171 0.648399 4.79673C0.553381 4.89175 0.5 5.02062 0.5 5.155C0.5 5.28938 0.553381 5.41825 0.648399 5.51327C0.743418 5.60829 0.87229 5.66167 1.00667 5.66167H2.4V9.08167H1.00667C0.87229 9.08167 0.743418 9.13505 0.648399 9.23007C0.553381 9.32509 0.5 9.45396 0.5 9.58833C0.5 9.72271 0.553381 9.85158 0.648399 9.9466C0.743418 10.0416 0.87229 10.095 1.00667 10.095H2.4V13.515H1.00667C0.87229 13.515 0.743418 13.5684 0.648399 13.6634C0.553381 13.7584 0.5 13.8873 0.5 14.0217C0.5 14.156 0.553381 14.2849 0.648399 14.3799C0.743418 14.475 0.87229 14.5283 1.00667 14.5283H2.4V16.27C2.4 16.6227 2.54012 16.961 2.78955 17.2105C3.03897 17.4599 3.37726 17.6 3.73 17.6H5.40833V18.9933C5.40833 19.1277 5.46171 19.2566 5.55673 19.3516C5.65175 19.4466 5.78062 19.5 5.915 19.5C6.04938 19.5 6.17825 19.4466 6.27327 19.3516C6.36829 19.2566 6.42167 19.1277 6.42167 18.9933V17.6H9.84167V18.9933C9.84167 19.1277 9.89505 19.2566 9.99007 19.3516C10.0851 19.4466 10.214 19.5 10.3483 19.5C10.4827 19.5 10.6116 19.4466 10.7066 19.3516C10.8016 19.2566 10.855 19.1277 10.855 18.9933V17.6H14.275V18.9933C14.275 19.1277 14.3284 19.2566 14.4234 19.3516C14.5184 19.4466 14.6473 19.5 14.7817 19.5C14.916 19.5 15.0449 19.4466 15.1399 19.3516C15.235 19.2566 15.2883 19.1277 15.2883 18.9933V17.6H16.27C16.6227 17.6 16.961 17.4599 17.2105 17.2105C17.4599 16.961 17.6 16.6227 17.6 16.27V14.5283H18.9933C19.1277 14.5283 19.2566 14.475 19.3516 14.3799C19.4466 14.2849 19.5 14.156 19.5 14.0217C19.5 13.8873 19.4466 13.7584 19.3516 13.6634C19.2566 13.5684 19.1277 13.515 18.9933 13.515H17.6V10.095H18.9933ZM16.3333 16.27C16.3333 16.2868 16.3267 16.3029 16.3148 16.3148C16.3029 16.3267 16.2868 16.3333 16.27 16.3333H3.73C3.7132 16.3333 3.69709 16.3267 3.68522 16.3148C3.67334 16.3029 3.66667 16.2868 3.66667 16.27V3.73C3.66667 3.7132 3.67334 3.69709 3.68522 3.68522C3.69709 3.67334 3.7132 3.66667 3.73 3.66667H16.27C16.2868 3.66667 16.3029 3.67334 16.3148 3.68522C16.3267 3.69709 16.3333 3.7132 16.3333 3.73V16.27Z", fill: V }), e = /* @__PURE__ */ n("rect", { x: "5.75", y: "5.75", width: "8.5", height: "8.5", rx: "0.5", stroke: V }), C[4] = V, C[5] = o, C[6] = e) : (o = C[5], e = C[6]);
|
|
15
|
+
let i;
|
|
16
|
+
return C[7] !== t || C[8] !== c || C[9] !== H || C[10] !== o || C[11] !== e ? (i = /* @__PURE__ */ p("svg", { ref: c, xmlns: "http://www.w3.org/2000/svg", width: H, height: H, viewBox: "0 0 20 20", fill: "none", ...t, children: [
|
|
17
|
+
o,
|
|
18
|
+
e
|
|
19
|
+
] }), C[7] = t, C[8] = c, C[9] = H, C[10] = o, C[11] = e, C[12] = i) : i = C[12], i;
|
|
20
|
+
});
|
|
21
|
+
f.displayName = "KonstructCpuIcon";
|
|
38
22
|
export {
|
|
39
|
-
|
|
40
|
-
|
|
23
|
+
f as CpuIcon,
|
|
24
|
+
f as default
|
|
41
25
|
};
|
|
@@ -1,28 +1,22 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
}
|
|
20
|
-
)
|
|
21
|
-
}
|
|
22
|
-
)
|
|
23
|
-
);
|
|
24
|
-
l.displayName = "KonstructCubeIcon";
|
|
1
|
+
import { jsx as p } from "react/jsx-runtime";
|
|
2
|
+
import { c as C } from "../../../compiler-runtime-DA41awpA.js";
|
|
3
|
+
import { forwardRef as m } from "react";
|
|
4
|
+
const f = m((c, n) => {
|
|
5
|
+
const o = C.c(11);
|
|
6
|
+
let t, l, r;
|
|
7
|
+
o[0] !== c ? ({
|
|
8
|
+
size: l,
|
|
9
|
+
color: r,
|
|
10
|
+
...t
|
|
11
|
+
} = c, o[0] = c, o[1] = t, o[2] = l, o[3] = r) : (t = o[1], l = o[2], r = o[3]);
|
|
12
|
+
const i = l === void 0 ? 24 : l, L = r === void 0 ? "currentColor" : r;
|
|
13
|
+
let e;
|
|
14
|
+
o[4] !== L ? (e = /* @__PURE__ */ p("path", { d: "M17.5 13.75C17.5 14.0666 17.325 14.3416 17.0583 14.4833L10.475 18.1833C10.3417 18.2833 10.175 18.3333 10 18.3333C9.825 18.3333 9.65833 18.2833 9.525 18.1833L2.94167 14.4833C2.675 14.3416 2.5 14.0666 2.5 13.75V6.24996C2.5 5.93329 2.675 5.65829 2.94167 5.51663L9.525 1.81663C9.65833 1.71663 9.825 1.66663 10 1.66663C10.175 1.66663 10.3417 1.71663 10.475 1.81663L17.0583 5.51663C17.325 5.65829 17.5 5.93329 17.5 6.24996V13.75ZM10 3.45829L5.03333 6.24996L10 9.04163L14.9667 6.24996L10 3.45829ZM4.16667 13.2583L9.16667 16.075V10.4833L4.16667 7.67496V13.2583ZM15.8333 13.2583V7.67496L10.8333 10.4833V16.075L15.8333 13.2583Z", fill: L }), o[4] = L, o[5] = e) : e = o[5];
|
|
15
|
+
let s;
|
|
16
|
+
return o[6] !== t || o[7] !== n || o[8] !== i || o[9] !== e ? (s = /* @__PURE__ */ p("svg", { ref: n, xmlns: "http://www.w3.org/2000/svg", width: i, height: i, viewBox: "0 0 20 20", fill: "none", ...t, children: e }), o[6] = t, o[7] = n, o[8] = i, o[9] = e, o[10] = s) : s = o[10], s;
|
|
17
|
+
});
|
|
18
|
+
f.displayName = "KonstructCubeIcon";
|
|
25
19
|
export {
|
|
26
|
-
|
|
27
|
-
|
|
20
|
+
f as CubeIcon,
|
|
21
|
+
f as default
|
|
28
22
|
};
|
|
@@ -1,28 +1,22 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
}
|
|
20
|
-
)
|
|
21
|
-
}
|
|
22
|
-
)
|
|
23
|
-
);
|
|
24
|
-
M.displayName = "KonstructDatacenterIcon";
|
|
1
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import { c as M } from "../../../compiler-runtime-DA41awpA.js";
|
|
3
|
+
import { forwardRef as Z } from "react";
|
|
4
|
+
const a = Z((i, s) => {
|
|
5
|
+
const t = M.c(11);
|
|
6
|
+
let o, H, V;
|
|
7
|
+
t[0] !== i ? ({
|
|
8
|
+
size: H,
|
|
9
|
+
color: V,
|
|
10
|
+
...o
|
|
11
|
+
} = i, t[0] = i, t[1] = o, t[2] = H, t[3] = V) : (o = t[1], H = t[2], V = t[3]);
|
|
12
|
+
const r = H === void 0 ? 24 : H, c = V === void 0 ? "currentColor" : V;
|
|
13
|
+
let e;
|
|
14
|
+
t[4] !== c ? (e = /* @__PURE__ */ n("path", { d: "M12.5 7.50004H14.1667V9.16671H12.5V7.50004ZM14.1667 4.16671H12.5V5.83337H14.1667V4.16671ZM9.16667 12.5H10.8333V10.8334H9.16667V12.5ZM10.8333 4.16671H9.16667V5.83337H10.8333V4.16671ZM9.16667 9.16671H10.8333V7.50004H9.16667V9.16671ZM7.5 4.16671H5.83333V5.83337H7.5V4.16671ZM7.5 7.50004H5.83333V9.16671H7.5V7.50004ZM12.125 17.5H10.8333V14.5834H9.16667V17.5H4.16667V2.50004H15.8333V9.19171C16.425 9.24171 16.9917 9.42504 17.5 9.69171V0.833374H2.5V19.1667H13.2583C12.9167 18.7 12.5 18.1334 12.125 17.5ZM5.83333 15.8334H7.5V14.1667H5.83333V15.8334ZM7.5 10.8334H5.83333V12.5H7.5V10.8334ZM18.3333 13.75C18.3333 15.9167 15.4167 19.1667 15.4167 19.1667C15.4167 19.1667 12.5 15.9167 12.5 13.75C12.5 12.1667 13.8333 10.8334 15.4167 10.8334C17 10.8334 18.3333 12.1667 18.3333 13.75ZM16.4167 13.8334C16.4167 13.3334 15.9167 12.8334 15.4167 12.8334C14.9167 12.8334 14.4167 13.25 14.4167 13.8334C14.4167 14.3334 14.8333 14.8334 15.4167 14.8334C16 14.8334 16.5 14.3334 16.4167 13.8334Z", fill: c }), t[4] = c, t[5] = e) : e = t[5];
|
|
15
|
+
let l;
|
|
16
|
+
return t[6] !== o || t[7] !== s || t[8] !== r || t[9] !== e ? (l = /* @__PURE__ */ n("svg", { ref: s, xmlns: "http://www.w3.org/2000/svg", width: r, height: r, viewBox: "0 0 20 20", fill: "none", ...o, children: e }), t[6] = o, t[7] = s, t[8] = r, t[9] = e, t[10] = l) : l = t[10], l;
|
|
17
|
+
});
|
|
18
|
+
a.displayName = "KonstructDatacenterIcon";
|
|
25
19
|
export {
|
|
26
|
-
|
|
27
|
-
|
|
20
|
+
a as DatacenterIcon,
|
|
21
|
+
a as default
|
|
28
22
|
};
|
|
@@ -1,28 +1,22 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
}
|
|
20
|
-
)
|
|
21
|
-
}
|
|
22
|
-
)
|
|
23
|
-
);
|
|
24
|
-
i.displayName = "KonstructDeleteIcon";
|
|
1
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
2
|
+
import { c as f } from "../../../compiler-runtime-DA41awpA.js";
|
|
3
|
+
import { forwardRef as d } from "react";
|
|
4
|
+
const H = d((c, n) => {
|
|
5
|
+
const e = f.c(11);
|
|
6
|
+
let o, l, r;
|
|
7
|
+
e[0] !== c ? ({
|
|
8
|
+
size: l,
|
|
9
|
+
color: r,
|
|
10
|
+
...o
|
|
11
|
+
} = c, e[0] = c, e[1] = o, e[2] = l, e[3] = r) : (o = e[1], l = e[2], r = e[3]);
|
|
12
|
+
const i = l === void 0 ? 24 : l, p = r === void 0 ? "currentColor" : r;
|
|
13
|
+
let t;
|
|
14
|
+
e[4] !== p ? (t = /* @__PURE__ */ m("path", { d: "M4.99999 15.8333C4.99999 16.75 5.74999 17.5 6.66666 17.5H13.3333C14.25 17.5 15 16.75 15 15.8333V5.83333H4.99999V15.8333ZM6.66666 7.5H13.3333V15.8333H6.66666V7.5ZM12.9167 3.33333L12.0833 2.5H7.91666L7.08332 3.33333H4.16666V5H15.8333V3.33333H12.9167Z", fill: p }), e[4] = p, e[5] = t) : t = e[5];
|
|
15
|
+
let s;
|
|
16
|
+
return e[6] !== o || e[7] !== n || e[8] !== i || e[9] !== t ? (s = /* @__PURE__ */ m("svg", { ref: n, xmlns: "http://www.w3.org/2000/svg", width: i, height: i, viewBox: "0 0 20 20", fill: "none", ...o, children: t }), e[6] = o, e[7] = n, e[8] = i, e[9] = t, e[10] = s) : s = e[10], s;
|
|
17
|
+
});
|
|
18
|
+
H.displayName = "KonstructDeleteIcon";
|
|
25
19
|
export {
|
|
26
|
-
|
|
27
|
-
|
|
20
|
+
H as DeleteIcon,
|
|
21
|
+
H as default
|
|
28
22
|
};
|
|
@@ -1,30 +1,22 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
d: "M5.57143 9.42857V13.7143C7.07957 13.5789 7.71429 12.7341 7.71429 11.6186C7.71429 10.5441 7.22057 9.90857 5.57143 9.42857ZM4.28571 7.28571V3.42857C2.883 3.60643 2.14286 4.42714 2.14286 5.32714C2.14286 6.22714 2.72743 6.89014 4.28571 7.28571ZM5.50286 7.60157L5.96229 7.72029C8.47886 8.32414 9.85714 9.393 9.85714 11.5011C9.85714 13.926 7.94314 15.3017 5.50286 15.48V17.1429H4.42157V15.48C1.99071 15.2919 0.0672857 13.8767 0 11.5011H1.98086C2.15314 12.6591 2.88086 13.5103 4.42157 13.6783V9.36386L4.029 9.26486C1.59814 8.68071 0.287143 7.55229 0.287143 5.54314C0.287143 3.32614 2.01 1.86129 4.42157 1.67314V0H5.50286V1.67271C7.89514 1.87071 9.62743 3.35529 9.70414 5.60229H7.71343C7.58914 4.35514 6.72771 3.63257 5.50286 3.474V7.60157Z",
|
|
20
|
-
fill: r
|
|
21
|
-
}
|
|
22
|
-
)
|
|
23
|
-
}
|
|
24
|
-
)
|
|
25
|
-
);
|
|
26
|
-
C.displayName = "KonstructDollarSignIcon";
|
|
1
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
2
|
+
import { c as p } from "../../../compiler-runtime-DA41awpA.js";
|
|
3
|
+
import { forwardRef as f } from "react";
|
|
4
|
+
const m = f((n, c) => {
|
|
5
|
+
const o = p.c(11);
|
|
6
|
+
let e, t, i;
|
|
7
|
+
o[0] !== n ? ({
|
|
8
|
+
size: t,
|
|
9
|
+
color: i,
|
|
10
|
+
...e
|
|
11
|
+
} = n, o[0] = n, o[1] = e, o[2] = t, o[3] = i) : (e = o[1], t = o[2], i = o[3]);
|
|
12
|
+
const r = t === void 0 ? 24 : t, C = i === void 0 ? "currentColor" : i;
|
|
13
|
+
let l;
|
|
14
|
+
o[4] !== C ? (l = /* @__PURE__ */ d("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.57143 9.42857V13.7143C7.07957 13.5789 7.71429 12.7341 7.71429 11.6186C7.71429 10.5441 7.22057 9.90857 5.57143 9.42857ZM4.28571 7.28571V3.42857C2.883 3.60643 2.14286 4.42714 2.14286 5.32714C2.14286 6.22714 2.72743 6.89014 4.28571 7.28571ZM5.50286 7.60157L5.96229 7.72029C8.47886 8.32414 9.85714 9.393 9.85714 11.5011C9.85714 13.926 7.94314 15.3017 5.50286 15.48V17.1429H4.42157V15.48C1.99071 15.2919 0.0672857 13.8767 0 11.5011H1.98086C2.15314 12.6591 2.88086 13.5103 4.42157 13.6783V9.36386L4.029 9.26486C1.59814 8.68071 0.287143 7.55229 0.287143 5.54314C0.287143 3.32614 2.01 1.86129 4.42157 1.67314V0H5.50286V1.67271C7.89514 1.87071 9.62743 3.35529 9.70414 5.60229H7.71343C7.58914 4.35514 6.72771 3.63257 5.50286 3.474V7.60157Z", fill: C }), o[4] = C, o[5] = l) : l = o[5];
|
|
15
|
+
let s;
|
|
16
|
+
return o[6] !== e || o[7] !== c || o[8] !== r || o[9] !== l ? (s = /* @__PURE__ */ d("svg", { ref: c, xmlns: "http://www.w3.org/2000/svg", width: r, height: r, viewBox: "0 0 10 18", fill: "none", ...e, children: l }), o[6] = e, o[7] = c, o[8] = r, o[9] = l, o[10] = s) : s = o[10], s;
|
|
17
|
+
});
|
|
18
|
+
m.displayName = "KonstructDollarSignIcon";
|
|
27
19
|
export {
|
|
28
|
-
|
|
29
|
-
|
|
20
|
+
m as DollarSignIcon,
|
|
21
|
+
m as default
|
|
30
22
|
};
|