@konstructio/ui 0.1.2-alpha.74 → 0.1.2-alpha.76
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/{Modal-CXRo8f-h.js → Modal-BTOXCb0Y.js} +1 -1
- package/dist/assets/icons/components/Home2.d.ts +3 -0
- package/dist/assets/icons/components/Home2.js +28 -0
- package/dist/assets/icons/components/Upload.d.ts +3 -0
- package/dist/assets/icons/components/Upload.js +28 -0
- package/dist/assets/icons/components/index.d.ts +2 -0
- package/dist/assets/icons/components/index.js +70 -66
- package/dist/assets/icons/index.js +70 -66
- package/dist/components/Alert/Alert.d.ts +2 -2
- package/dist/components/Alert/Alert.types.d.ts +3 -1
- package/dist/components/AlertDialog/AlertDialog.d.ts +2 -2
- package/dist/components/AlertDialog/AlertDialog.js +1 -1
- package/dist/components/AlertDialog/AlertDialog.types.d.ts +5 -3
- package/dist/components/AlertDialog/components/AlertDialogTrigger.d.ts +2 -2
- package/dist/components/AlertDialog/components/AlertDialogTrigger.js +1 -1
- package/dist/components/AlertDialog/components/AlertDialogTrigger.types.d.ts +4 -2
- package/dist/components/AlertDialog/components/index.js +1 -1
- package/dist/components/Autocomplete/Autocomplete.d.ts +2 -2
- package/dist/components/Autocomplete/Autocomplete.types.d.ts +3 -1
- package/dist/components/Badge/Badge.d.ts +2 -2
- package/dist/components/Badge/Badge.types.d.ts +3 -1
- package/dist/components/Breadcrumb/Breadcrumb.d.ts +2 -2
- package/dist/components/Breadcrumb/Breadcrumb.types.d.ts +3 -1
- package/dist/components/Breadcrumb/components/Item/Item.d.ts +2 -2
- package/dist/components/Breadcrumb/components/Item/Item.types.d.ts +3 -1
- package/dist/components/Button/Button.d.ts +2 -2
- package/dist/components/Button/Button.types.d.ts +3 -1
- package/dist/components/Button/Button.variants.js +4 -5
- package/dist/components/ButtonGroup/ButtonGroup.js +1 -1
- package/dist/components/ButtonGroup/components/ButtonGroupItem/ButtonGroupItem.js +1 -1
- package/dist/components/Card/Card.d.ts +2 -2
- package/dist/components/Card/Card.types.d.ts +3 -1
- package/dist/components/Checkbox/Checkbox.d.ts +2 -2
- package/dist/components/Checkbox/Checkbox.types.d.ts +3 -1
- package/dist/components/Command/Command.d.ts +2 -2
- package/dist/components/Command/Command.js +2 -2
- package/dist/components/Command/Command.types.d.ts +3 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/components/Command/components/DialogOverlay.js +1 -1
- package/dist/components/Counter/Counter.d.ts +2 -2
- package/dist/components/Counter/Counter.types.d.ts +3 -1
- package/dist/components/DateRangePicker/DateRangePicker.d.ts +2 -2
- package/dist/components/DateRangePicker/DateRangePicker.types.d.ts +3 -1
- package/dist/components/DateRangePicker/components/CalendarPanel/components/IndependentModeCalendar/IndependentModeCalendar.js +1 -1
- package/dist/components/DateRangePicker/components/CalendarPanel/components/TogetherModeCalendar/TogetherModeCalendar.js +1 -1
- package/dist/components/Datepicker/DatePicker.d.ts +2 -2
- package/dist/components/Datepicker/DatePicker.types.d.ts +3 -1
- package/dist/components/Filter/Filter.js +24 -22
- package/dist/components/Filter/Filter.types.d.ts +13 -3
- package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.hook.d.ts +3 -1
- package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.hook.js +57 -41
- package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.js +75 -49
- package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.types.d.ts +2 -0
- package/dist/components/Filter/components/DateFilterDropdown/DateFilterDropdown.hook.js +38 -37
- package/dist/components/Filter/components/DateRangeFilterDropdown/DateRangeFilterDropdown.hook.js +31 -30
- package/dist/components/Filter/components/ResetButton/ResetButton.types.d.ts +1 -1
- package/dist/components/Filter/components/TextMultiSelect/TextMultiSelect.js +64 -47
- package/dist/components/Filter/components/TextMultiSelect/TextMultiSelect.types.d.ts +2 -0
- package/dist/components/Filter/components/TimeFilterDropdown/TimeFilterDropdown.hook.js +35 -34
- package/dist/components/Filter/contexts/filter.context.d.ts +4 -0
- package/dist/components/Filter/contexts/filter.context.js +7 -0
- package/dist/components/Filter/contexts/filter.hook.d.ts +2 -0
- package/dist/components/Filter/contexts/filter.hook.js +11 -0
- package/dist/components/Filter/contexts/filter.provider.d.ts +5 -0
- package/dist/components/Filter/contexts/filter.provider.js +6 -0
- package/dist/components/Filter/contexts/index.d.ts +3 -0
- package/dist/components/Filter/contexts/index.js +8 -0
- package/dist/components/ImageUpload/ImageUpload.d.ts +2 -2
- package/dist/components/ImageUpload/ImageUpload.types.d.ts +3 -1
- package/dist/components/Input/Input.d.ts +2 -2
- package/dist/components/Input/Input.types.d.ts +3 -1
- package/dist/components/LineChart/LineChart.d.ts +2 -2
- package/dist/components/LineChart/LineChart.js +55 -52
- package/dist/components/LineChart/LineChart.types.d.ts +6 -2
- package/dist/components/Loading/Loading.d.ts +2 -2
- package/dist/components/Loading/Loading.types.d.ts +3 -1
- package/dist/components/Modal/Modal.js +1 -1
- package/dist/components/Modal/components/Wrapper/Wrapper.js +2 -2
- package/dist/components/Modal/components/index.js +1 -1
- package/dist/components/MultiSelectDropdown/MultiSelectDropdown.d.ts +2 -2
- package/dist/components/MultiSelectDropdown/MultiSelectDropdown.types.d.ts +3 -1
- package/dist/components/MultiSelectDropdown/components/Wrapper/Wrapper.types.d.ts +1 -1
- package/dist/components/PhoneNumberInput/components/FlagSelectorList/FlagSelectorList.js +394 -353
- package/dist/components/PhoneNumberInput/components/TruncateText/TruncateText.js +1 -1
- package/dist/components/ProgressBar/ProgressBar.d.ts +2 -2
- package/dist/components/ProgressBar/ProgressBar.types.d.ts +3 -1
- package/dist/components/Radio/Radio.d.ts +2 -2
- package/dist/components/Radio/Radio.types.d.ts +3 -1
- package/dist/components/RadioCard/RadioCard.d.ts +2 -2
- package/dist/components/RadioCard/RadioCard.types.d.ts +5 -3
- package/dist/components/RadioCardGroup/RadioCardGroup.d.ts +2 -2
- package/dist/components/RadioCardGroup/RadioCardGroup.types.d.ts +4 -2
- package/dist/components/RadioGroup/RadioGroup.d.ts +2 -2
- package/dist/components/RadioGroup/RadioGroup.types.d.ts +4 -2
- package/dist/components/Range/Range.d.ts +2 -2
- package/dist/components/Range/Range.types.d.ts +3 -1
- package/dist/components/Select/Select.d.ts +2 -2
- package/dist/components/Select/Select.types.d.ts +4 -1
- package/dist/components/Select/Select.variants.js +1 -1
- package/dist/components/Select/components/AdditionalOptions/AdditionalOptions.types.d.ts +1 -1
- package/dist/components/Select/components/List/List.js +64 -61
- package/dist/components/Select/components/List/List.types.d.ts +2 -1
- package/dist/components/Select/components/Wrapper.js +46 -44
- package/dist/components/Select/constants/index.d.ts +1 -0
- package/dist/components/Select/constants/index.js +3 -1
- package/dist/components/Select/constants/list.d.ts +1 -0
- package/dist/components/Select/constants/list.js +4 -0
- package/dist/components/Sidebar/Sidebar.d.ts +1 -1
- package/dist/components/Sidebar/Sidebar.types.d.ts +3 -1
- package/dist/components/Sidebar/components/Footer/Footer.d.ts +2 -2
- package/dist/components/Sidebar/components/Footer/Footer.types.d.ts +3 -1
- package/dist/components/Sidebar/components/Logo/Logo.d.ts +2 -2
- package/dist/components/Sidebar/components/Logo/Logo.types.d.ts +3 -1
- package/dist/components/Sidebar/components/Navigation/Navigation.d.ts +2 -2
- package/dist/components/Sidebar/components/Navigation/Navigation.types.d.ts +7 -5
- package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.d.ts +2 -2
- package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.types.d.ts +3 -1
- package/dist/components/Sidebar/components/NavigationOption/NavigationOption.d.ts +2 -2
- package/dist/components/Sidebar/components/NavigationOption/NavigationOption.types.d.ts +3 -1
- package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.d.ts +2 -2
- package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.types.d.ts +3 -1
- package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.d.ts +2 -2
- package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.js +1 -5
- package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.types.d.ts +3 -1
- package/dist/components/Sidebar/components/index.d.ts +7 -7
- package/dist/components/Slider/Slider.d.ts +2 -2
- package/dist/components/Slider/Slider.types.d.ts +3 -1
- package/dist/components/Spinner/Spinner.d.ts +2 -2
- package/dist/components/Spinner/Spinner.types.d.ts +4 -2
- package/dist/components/Stepper/Stepper.d.ts +2 -2
- package/dist/components/Stepper/Stepper.types.d.ts +3 -1
- package/dist/components/Switch/Switch.d.ts +2 -2
- package/dist/components/Switch/Switch.types.d.ts +3 -1
- package/dist/components/Table/Table.types.d.ts +3 -1
- package/dist/components/Tabs/Tabs.d.ts +1 -1
- package/dist/components/Tabs/Tabs.types.d.ts +3 -1
- package/dist/components/Tag/Tag.d.ts +2 -2
- package/dist/components/Tag/Tag.types.d.ts +3 -1
- package/dist/components/TagSelect/TagSelect.d.ts +2 -2
- package/dist/components/TagSelect/TagSelect.js +3 -1
- package/dist/components/TagSelect/TagSelect.types.d.ts +4 -2
- package/dist/components/TagSelect/components/Item/Item.types.d.ts +1 -1
- package/dist/components/TagSelect/components/Wrapper/Wrapper.types.d.ts +1 -1
- package/dist/components/TagSelect/contexts/TagSelect.types.d.ts +1 -1
- package/dist/components/TextArea/TextArea.d.ts +2 -2
- package/dist/components/TextArea/TextArea.types.d.ts +3 -1
- package/dist/components/TimePicker/TimePicker.d.ts +2 -2
- package/dist/components/TimePicker/TimePicker.types.d.ts +3 -1
- package/dist/components/TimePicker/components/HoursList/HoursList.types.d.ts +1 -1
- package/dist/components/TimePicker/components/MeridianList/MeridianList.types.d.ts +1 -1
- package/dist/components/TimePicker/components/MinutesList/MinutesList.types.d.ts +1 -1
- package/dist/components/TimePicker/components/Wrapper/Wrapper.types.d.ts +1 -1
- package/dist/components/TimePicker/components/WrapperList/WrapperList.types.d.ts +1 -1
- package/dist/components/Toast/Toast.d.ts +2 -2
- package/dist/components/Toast/Toast.js +191 -184
- package/dist/components/Toast/Toast.types.d.ts +3 -1
- package/dist/components/Toast/Toast.variants.js +6 -12
- package/dist/components/Tooltip/Tooltip.d.ts +2 -2
- package/dist/components/Tooltip/Tooltip.js +20 -20
- package/dist/components/Tooltip/Tooltip.types.d.ts +3 -1
- package/dist/components/Typography/Typography.d.ts +2 -2
- package/dist/components/Typography/Typography.types.d.ts +3 -1
- package/dist/components/VirtualizedTable/VirtualizedTable.js +57 -55
- package/dist/components/VirtualizedTable/VirtualizedTable.types.d.ts +3 -1
- package/dist/components/VirtualizedTable/components/Filter/Filter.js +55 -54
- package/dist/components/VirtualizedTable/components/Filter/Filter.types.d.ts +1 -0
- package/dist/components/VirtualizedTable/components/TruncateText/TruncateText.d.ts +1 -1
- package/dist/components/VirtualizedTable/components/TruncateText/TruncateText.js +55 -26
- package/dist/components/VirtualizedTable/components/TruncateText/TruncateText.types.d.ts +4 -1
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +1 -1
- package/dist/icons.d.ts +1 -1
- package/dist/icons.js +70 -66
- package/dist/index-BvEpLnOv.js +144 -0
- package/dist/{index-Dd_ZmIqU.js → index-C7zAY3xv.js} +1 -1
- package/dist/{index-Dfq4O3b4.js → index-CrCTywU1.js} +1 -1
- package/dist/{index-9a-FL_6D.js → index-DWyM654o.js} +41 -42
- package/dist/{index-B7-5g1Sm.js → index-mPinF0Ho.js} +407 -401
- package/dist/index.js +1 -1
- package/dist/package.json +10 -10
- package/dist/proxy-BvdTb_6B.js +4974 -0
- package/dist/styles.css +1 -1
- package/package.json +10 -10
- package/dist/index-CESXsoMn.js +0 -14
- package/dist/index-URQGEGX7.js +0 -136
- package/dist/proxy-0sbyKj-k.js +0 -4946
|
@@ -8,7 +8,7 @@ import { R as B } from "./index-BKjcReYh.js";
|
|
|
8
8
|
import { R as C } from "./Combination-BtmnusWq.js";
|
|
9
9
|
import { cn as h } from "./utils/index.js";
|
|
10
10
|
import { buttonCloseVariants as E, modalVariants as H } from "./components/Modal/components/Wrapper/Wrapper.variants.js";
|
|
11
|
-
import { m as V } from "./proxy-
|
|
11
|
+
import { m as V } from "./proxy-BvdTb_6B.js";
|
|
12
12
|
import { X as j } from "./x-Eoa9FJjA.js";
|
|
13
13
|
const D = ({
|
|
14
14
|
buttonCloseClassName: f,
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as l } from "react";
|
|
3
|
+
const n = l(
|
|
4
|
+
({ size: o = 24, color: r = "currentColor", ...t }, e) => /* @__PURE__ */ C(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
ref: e,
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: o,
|
|
10
|
+
height: o,
|
|
11
|
+
viewBox: "0 0 24 24",
|
|
12
|
+
fill: "none",
|
|
13
|
+
...t,
|
|
14
|
+
children: /* @__PURE__ */ C("g", { transform: "translate(0.8 0) scale(1.6)", children: /* @__PURE__ */ C(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
d: "M1.66667 12.9167H4.16667V8.75C4.16667 8.51389 4.24667 8.31611 4.40667 8.15667C4.56667 7.99722 4.76444 7.91722 5 7.91667H8.33333C8.56944 7.91667 8.7675 7.99667 8.9275 8.15667C9.0875 8.31667 9.16722 8.51445 9.16667 8.75V12.9167H11.6667V5.41667L6.66667 1.66667L1.66667 5.41667V12.9167ZM0 12.9167V5.41667C0 5.15278 0.0591665 4.90278 0.1775 4.66667C0.295833 4.43056 0.458889 4.23611 0.666667 4.08333L5.66667 0.333333C5.95833 0.111111 6.29167 0 6.66667 0C7.04167 0 7.375 0.111111 7.66667 0.333333L12.6667 4.08333C12.875 4.23611 13.0383 4.43056 13.1567 4.66667C13.275 4.90278 13.3339 5.15278 13.3333 5.41667V12.9167C13.3333 13.375 13.17 13.7675 12.8433 14.0942C12.5167 14.4208 12.1244 14.5839 11.6667 14.5833H8.33333C8.09722 14.5833 7.89945 14.5033 7.74 14.3433C7.58056 14.1833 7.50056 13.9856 7.5 13.75V9.58333H5.83333V13.75C5.83333 13.9861 5.75333 14.1842 5.59333 14.3442C5.43333 14.5042 5.23556 14.5839 5 14.5833H1.66667C1.20833 14.5833 0.816111 14.4203 0.49 14.0942C0.163889 13.7681 0.000555556 13.3756 0 12.9167Z",
|
|
18
|
+
fill: r
|
|
19
|
+
}
|
|
20
|
+
) })
|
|
21
|
+
}
|
|
22
|
+
)
|
|
23
|
+
);
|
|
24
|
+
n.displayName = "KonstructHome2Icon";
|
|
25
|
+
export {
|
|
26
|
+
n as Home2Icon,
|
|
27
|
+
n as default
|
|
28
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as a } from "react";
|
|
3
|
+
const d = a(
|
|
4
|
+
({ size: o = 24, color: t = "currentColor", ...l }, n) => /* @__PURE__ */ r(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
ref: n,
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: o,
|
|
10
|
+
height: o,
|
|
11
|
+
viewBox: "0 0 20 20",
|
|
12
|
+
fill: "none",
|
|
13
|
+
...l,
|
|
14
|
+
children: /* @__PURE__ */ r(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
d: "M4 18C3.45 18 2.97933 17.8043 2.588 17.413C2.196 17.021 2 16.55 2 16V13H4V16H16V13H18V16C18 16.55 17.8043 17.021 17.413 17.413C17.021 17.8043 16.55 18 16 18H4ZM9 14V3.85L6.4 6.45L5 5L10 0L15 5L13.6 6.45L11 3.85V14H9Z",
|
|
18
|
+
fill: t
|
|
19
|
+
}
|
|
20
|
+
)
|
|
21
|
+
}
|
|
22
|
+
)
|
|
23
|
+
);
|
|
24
|
+
d.displayName = "KonstructUploadIcon";
|
|
25
|
+
export {
|
|
26
|
+
d as UploadIcon,
|
|
27
|
+
d as default
|
|
28
|
+
};
|
|
@@ -40,6 +40,7 @@ export { GitOpsCatalogIcon } from './GitOpsCatalog';
|
|
|
40
40
|
export { GridViewIcon } from './GridView';
|
|
41
41
|
export { HelpIcon } from './Help';
|
|
42
42
|
export { HideOutlineIcon } from './HideOutline';
|
|
43
|
+
export { Home2Icon } from './Home2';
|
|
43
44
|
export { HomeIcon } from './Home';
|
|
44
45
|
export { IdIcon } from './Id';
|
|
45
46
|
export { InfoCircleIcon } from './InfoCircle';
|
|
@@ -65,6 +66,7 @@ export { ServerIcon } from './Server';
|
|
|
65
66
|
export { StartIcon } from './Start';
|
|
66
67
|
export { TabNewIcon } from './TabNew';
|
|
67
68
|
export { TeamsIcon } from './Teams';
|
|
69
|
+
export { UploadIcon } from './Upload';
|
|
68
70
|
export { WarningIcon } from './Warning';
|
|
69
71
|
export { WarningTriangleIcon } from './WarningTriangle';
|
|
70
72
|
export { XIcon } from './X';
|
|
@@ -13,12 +13,12 @@ import { BookOpenIcon as P } from "./BookOpen.js";
|
|
|
13
13
|
import { CalendarMonthIcon as S } from "./CalendarMonth.js";
|
|
14
14
|
import { CheckboxMarkedCircleOutlineIcon as E } from "./CheckboxMarkedCircleOutline.js";
|
|
15
15
|
import { CheckCircleFilledIcon as D } from "./CheckCircleFilled.js";
|
|
16
|
-
import { CheckCircleOutlineIcon as
|
|
17
|
-
import { CheckIcon as
|
|
16
|
+
import { CheckCircleOutlineIcon as R } from "./CheckCircleOutline.js";
|
|
17
|
+
import { CheckIcon as B } from "./Check.js";
|
|
18
18
|
import { ClockAlertIcon as T } from "./ClockAlert.js";
|
|
19
19
|
import { ClockOutlineIcon as N } from "./ClockOutline.js";
|
|
20
|
-
import { CloseIcon as
|
|
21
|
-
import { CloudIcon as
|
|
20
|
+
import { CloseIcon as W } from "./Close.js";
|
|
21
|
+
import { CloudIcon as K } from "./Cloud.js";
|
|
22
22
|
import { CloudLockOutlineIcon as X } from "./CloudLockOutline.js";
|
|
23
23
|
import { ClustersIcon as q } from "./Clusters.js";
|
|
24
24
|
import { CogOutlineIcon as J } from "./CogOutline.js";
|
|
@@ -39,35 +39,37 @@ import { GitIcon as Oo } from "./Git.js";
|
|
|
39
39
|
import { GitOpsCatalogIcon as Lo } from "./GitOpsCatalog.js";
|
|
40
40
|
import { GridViewIcon as vo } from "./GridView.js";
|
|
41
41
|
import { HelpIcon as bo } from "./Help.js";
|
|
42
|
-
import { HideOutlineIcon as
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
42
|
+
import { HideOutlineIcon as Ho } from "./HideOutline.js";
|
|
43
|
+
import { Home2Icon as yo } from "./Home2.js";
|
|
44
|
+
import { HomeIcon as Go } from "./Home.js";
|
|
45
|
+
import { IdIcon as Mo } from "./Id.js";
|
|
46
|
+
import { InfoCircleIcon as Uo } from "./InfoCircle.js";
|
|
47
|
+
import { InformationOutlineIcon as Fo } from "./InformationOutline.js";
|
|
48
|
+
import { InvoiceListIcon as Vo } from "./InvoiceList.js";
|
|
49
|
+
import { KeyIcon as jo } from "./Key.js";
|
|
50
|
+
import { LoaderIcon as zo } from "./Loader.js";
|
|
51
|
+
import { LightBulbIcon as Qo } from "./LightBulb.js";
|
|
52
|
+
import { NetworkIcon as Zo } from "./Network.js";
|
|
53
|
+
import { PagesStackIcon as $o } from "./PagesStack.js";
|
|
54
|
+
import { PageviewIcon as rr } from "./Pageview.js";
|
|
55
|
+
import { PeopleIcon as tr } from "./People.js";
|
|
56
|
+
import { PhotoLibraryIcon as cr } from "./PhotoLibrary.js";
|
|
57
|
+
import { PipelineIcon as mr } from "./Pipeline.js";
|
|
58
|
+
import { PlusIcon as Ir } from "./Plus.js";
|
|
59
|
+
import { PowerSettingsIcon as ir } from "./PowerSettings.js";
|
|
60
|
+
import { PreviewIcon as ar } from "./Preview.js";
|
|
61
|
+
import { ReceiptLongIcon as ur } from "./ReceiptLong.js";
|
|
62
|
+
import { RefreshIcon as dr } from "./Refresh.js";
|
|
63
|
+
import { ScatterPlotIcon as gr } from "./ScatterPlot.js";
|
|
64
|
+
import { SearchIcon as kr } from "./Search.js";
|
|
65
|
+
import { ServerIcon as Or } from "./Server.js";
|
|
66
|
+
import { StartIcon as Lr } from "./Start.js";
|
|
67
|
+
import { TabNewIcon as vr } from "./TabNew.js";
|
|
68
|
+
import { TeamsIcon as br } from "./Teams.js";
|
|
69
|
+
import { UploadIcon as Hr } from "./Upload.js";
|
|
70
|
+
import { WarningIcon as yr } from "./Warning.js";
|
|
71
|
+
import { WarningTriangleIcon as Gr } from "./WarningTriangle.js";
|
|
72
|
+
import { XIcon as Mr } from "./X.js";
|
|
71
73
|
export {
|
|
72
74
|
e as AccountsIcon,
|
|
73
75
|
n as AddChartIcon,
|
|
@@ -83,13 +85,13 @@ export {
|
|
|
83
85
|
P as BookOpenIcon,
|
|
84
86
|
S as CalendarMonthIcon,
|
|
85
87
|
D as CheckCircleFilledIcon,
|
|
86
|
-
|
|
87
|
-
|
|
88
|
+
R as CheckCircleOutlineIcon,
|
|
89
|
+
B as CheckIcon,
|
|
88
90
|
E as CheckboxMarkedCircleOutlineIcon,
|
|
89
91
|
T as ClockAlertIcon,
|
|
90
92
|
N as ClockOutlineIcon,
|
|
91
|
-
|
|
92
|
-
|
|
93
|
+
W as CloseIcon,
|
|
94
|
+
K as CloudIcon,
|
|
93
95
|
X as CloudLockOutlineIcon,
|
|
94
96
|
q as ClustersIcon,
|
|
95
97
|
J as CogOutlineIcon,
|
|
@@ -110,33 +112,35 @@ export {
|
|
|
110
112
|
Lo as GitOpsCatalogIcon,
|
|
111
113
|
vo as GridViewIcon,
|
|
112
114
|
bo as HelpIcon,
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
Mo as
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
Vo as
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
Zo as
|
|
124
|
-
$o as
|
|
125
|
-
rr as
|
|
126
|
-
tr as
|
|
127
|
-
cr as
|
|
128
|
-
mr as
|
|
129
|
-
Ir as
|
|
130
|
-
ir as
|
|
131
|
-
ar as
|
|
132
|
-
ur as
|
|
133
|
-
dr as
|
|
134
|
-
gr as
|
|
135
|
-
kr as
|
|
136
|
-
Or as
|
|
137
|
-
Lr as
|
|
138
|
-
vr as
|
|
139
|
-
br as
|
|
140
|
-
|
|
141
|
-
|
|
115
|
+
Ho as HideOutlineIcon,
|
|
116
|
+
yo as Home2Icon,
|
|
117
|
+
Go as HomeIcon,
|
|
118
|
+
Mo as IdIcon,
|
|
119
|
+
Uo as InfoCircleIcon,
|
|
120
|
+
Fo as InformationOutlineIcon,
|
|
121
|
+
Vo as InvoiceListIcon,
|
|
122
|
+
jo as KeyIcon,
|
|
123
|
+
Qo as LightBulbIcon,
|
|
124
|
+
zo as LoaderIcon,
|
|
125
|
+
Zo as NetworkIcon,
|
|
126
|
+
$o as PagesStackIcon,
|
|
127
|
+
rr as PageviewIcon,
|
|
128
|
+
tr as PeopleIcon,
|
|
129
|
+
cr as PhotoLibraryIcon,
|
|
130
|
+
mr as PipelineIcon,
|
|
131
|
+
Ir as PlusIcon,
|
|
132
|
+
ir as PowerSettingsIcon,
|
|
133
|
+
ar as PreviewIcon,
|
|
134
|
+
ur as ReceiptLongIcon,
|
|
135
|
+
dr as RefreshIcon,
|
|
136
|
+
gr as ScatterPlotIcon,
|
|
137
|
+
kr as SearchIcon,
|
|
138
|
+
Or as ServerIcon,
|
|
139
|
+
Lr as StartIcon,
|
|
140
|
+
vr as TabNewIcon,
|
|
141
|
+
br as TeamsIcon,
|
|
142
|
+
Hr as UploadIcon,
|
|
143
|
+
yr as WarningIcon,
|
|
144
|
+
Gr as WarningTriangleIcon,
|
|
145
|
+
Mr as XIcon
|
|
142
146
|
};
|
|
@@ -13,12 +13,12 @@ import { BookOpenIcon as P } from "./components/BookOpen.js";
|
|
|
13
13
|
import { CalendarMonthIcon as S } from "./components/CalendarMonth.js";
|
|
14
14
|
import { CheckCircleFilledIcon as E } from "./components/CheckCircleFilled.js";
|
|
15
15
|
import { CheckCircleOutlineIcon as D } from "./components/CheckCircleOutline.js";
|
|
16
|
-
import { CheckIcon as
|
|
17
|
-
import { CheckboxMarkedCircleOutlineIcon as
|
|
16
|
+
import { CheckIcon as R } from "./components/Check.js";
|
|
17
|
+
import { CheckboxMarkedCircleOutlineIcon as B } from "./components/CheckboxMarkedCircleOutline.js";
|
|
18
18
|
import { ClockAlertIcon as T } from "./components/ClockAlert.js";
|
|
19
19
|
import { ClockOutlineIcon as N } from "./components/ClockOutline.js";
|
|
20
|
-
import { CloseIcon as
|
|
21
|
-
import { CloudIcon as
|
|
20
|
+
import { CloseIcon as W } from "./components/Close.js";
|
|
21
|
+
import { CloudIcon as K } from "./components/Cloud.js";
|
|
22
22
|
import { CloudLockOutlineIcon as X } from "./components/CloudLockOutline.js";
|
|
23
23
|
import { ClustersIcon as q } from "./components/Clusters.js";
|
|
24
24
|
import { CogOutlineIcon as J } from "./components/CogOutline.js";
|
|
@@ -39,35 +39,37 @@ import { GitIcon as Oo } from "./components/Git.js";
|
|
|
39
39
|
import { GitOpsCatalogIcon as Lo } from "./components/GitOpsCatalog.js";
|
|
40
40
|
import { GridViewIcon as vo } from "./components/GridView.js";
|
|
41
41
|
import { HelpIcon as bo } from "./components/Help.js";
|
|
42
|
-
import { HideOutlineIcon as
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
42
|
+
import { HideOutlineIcon as Ho } from "./components/HideOutline.js";
|
|
43
|
+
import { Home2Icon as yo } from "./components/Home2.js";
|
|
44
|
+
import { HomeIcon as Go } from "./components/Home.js";
|
|
45
|
+
import { IdIcon as Mo } from "./components/Id.js";
|
|
46
|
+
import { InfoCircleIcon as Uo } from "./components/InfoCircle.js";
|
|
47
|
+
import { InformationOutlineIcon as Fo } from "./components/InformationOutline.js";
|
|
48
|
+
import { InvoiceListIcon as Vo } from "./components/InvoiceList.js";
|
|
49
|
+
import { KeyIcon as jo } from "./components/Key.js";
|
|
50
|
+
import { LightBulbIcon as zo } from "./components/LightBulb.js";
|
|
51
|
+
import { LoaderIcon as Qo } from "./components/Loader.js";
|
|
52
|
+
import { NetworkIcon as Zo } from "./components/Network.js";
|
|
53
|
+
import { PagesStackIcon as $o } from "./components/PagesStack.js";
|
|
54
|
+
import { PageviewIcon as rr } from "./components/Pageview.js";
|
|
55
|
+
import { PeopleIcon as tr } from "./components/People.js";
|
|
56
|
+
import { PhotoLibraryIcon as cr } from "./components/PhotoLibrary.js";
|
|
57
|
+
import { PipelineIcon as mr } from "./components/Pipeline.js";
|
|
58
|
+
import { PlusIcon as Ir } from "./components/Plus.js";
|
|
59
|
+
import { PowerSettingsIcon as ir } from "./components/PowerSettings.js";
|
|
60
|
+
import { PreviewIcon as ar } from "./components/Preview.js";
|
|
61
|
+
import { ReceiptLongIcon as ur } from "./components/ReceiptLong.js";
|
|
62
|
+
import { RefreshIcon as dr } from "./components/Refresh.js";
|
|
63
|
+
import { ScatterPlotIcon as gr } from "./components/ScatterPlot.js";
|
|
64
|
+
import { SearchIcon as kr } from "./components/Search.js";
|
|
65
|
+
import { ServerIcon as Or } from "./components/Server.js";
|
|
66
|
+
import { StartIcon as Lr } from "./components/Start.js";
|
|
67
|
+
import { TabNewIcon as vr } from "./components/TabNew.js";
|
|
68
|
+
import { TeamsIcon as br } from "./components/Teams.js";
|
|
69
|
+
import { UploadIcon as Hr } from "./components/Upload.js";
|
|
70
|
+
import { WarningIcon as yr } from "./components/Warning.js";
|
|
71
|
+
import { WarningTriangleIcon as Gr } from "./components/WarningTriangle.js";
|
|
72
|
+
import { XIcon as Mr } from "./components/X.js";
|
|
71
73
|
export {
|
|
72
74
|
e as AccountsIcon,
|
|
73
75
|
n as AddChartIcon,
|
|
@@ -84,12 +86,12 @@ export {
|
|
|
84
86
|
S as CalendarMonthIcon,
|
|
85
87
|
E as CheckCircleFilledIcon,
|
|
86
88
|
D as CheckCircleOutlineIcon,
|
|
87
|
-
|
|
88
|
-
|
|
89
|
+
R as CheckIcon,
|
|
90
|
+
B as CheckboxMarkedCircleOutlineIcon,
|
|
89
91
|
T as ClockAlertIcon,
|
|
90
92
|
N as ClockOutlineIcon,
|
|
91
|
-
|
|
92
|
-
|
|
93
|
+
W as CloseIcon,
|
|
94
|
+
K as CloudIcon,
|
|
93
95
|
X as CloudLockOutlineIcon,
|
|
94
96
|
q as ClustersIcon,
|
|
95
97
|
J as CogOutlineIcon,
|
|
@@ -110,33 +112,35 @@ export {
|
|
|
110
112
|
Lo as GitOpsCatalogIcon,
|
|
111
113
|
vo as GridViewIcon,
|
|
112
114
|
bo as HelpIcon,
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
Mo as
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
Vo as
|
|
120
|
-
jo as
|
|
121
|
-
zo as
|
|
122
|
-
Qo as
|
|
123
|
-
Zo as
|
|
124
|
-
$o as
|
|
125
|
-
rr as
|
|
126
|
-
tr as
|
|
127
|
-
cr as
|
|
128
|
-
mr as
|
|
129
|
-
Ir as
|
|
130
|
-
ir as
|
|
131
|
-
ar as
|
|
132
|
-
ur as
|
|
133
|
-
dr as
|
|
134
|
-
gr as
|
|
135
|
-
kr as
|
|
136
|
-
Or as
|
|
137
|
-
Lr as
|
|
138
|
-
vr as
|
|
139
|
-
br as
|
|
140
|
-
|
|
141
|
-
|
|
115
|
+
Ho as HideOutlineIcon,
|
|
116
|
+
yo as Home2Icon,
|
|
117
|
+
Go as HomeIcon,
|
|
118
|
+
Mo as IdIcon,
|
|
119
|
+
Uo as InfoCircleIcon,
|
|
120
|
+
Fo as InformationOutlineIcon,
|
|
121
|
+
Vo as InvoiceListIcon,
|
|
122
|
+
jo as KeyIcon,
|
|
123
|
+
zo as LightBulbIcon,
|
|
124
|
+
Qo as LoaderIcon,
|
|
125
|
+
Zo as NetworkIcon,
|
|
126
|
+
$o as PagesStackIcon,
|
|
127
|
+
rr as PageviewIcon,
|
|
128
|
+
tr as PeopleIcon,
|
|
129
|
+
cr as PhotoLibraryIcon,
|
|
130
|
+
mr as PipelineIcon,
|
|
131
|
+
Ir as PlusIcon,
|
|
132
|
+
ir as PowerSettingsIcon,
|
|
133
|
+
ar as PreviewIcon,
|
|
134
|
+
ur as ReceiptLongIcon,
|
|
135
|
+
dr as RefreshIcon,
|
|
136
|
+
gr as ScatterPlotIcon,
|
|
137
|
+
kr as SearchIcon,
|
|
138
|
+
Or as ServerIcon,
|
|
139
|
+
Lr as StartIcon,
|
|
140
|
+
vr as TabNewIcon,
|
|
141
|
+
br as TeamsIcon,
|
|
142
|
+
Hr as UploadIcon,
|
|
143
|
+
yr as WarningIcon,
|
|
144
|
+
Gr as WarningTriangleIcon,
|
|
145
|
+
Mr as XIcon
|
|
142
146
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { Props } from './Alert.types';
|
|
3
3
|
/**
|
|
4
4
|
* An alert component for displaying feedback messages.
|
|
5
5
|
* Supports success, info, warning, and danger variants with icon, title, and optional description.
|
|
@@ -18,4 +18,4 @@ import { AlertProps } from './Alert.types';
|
|
|
18
18
|
*
|
|
19
19
|
* @see {@link https://konstructio.github.io/konstruct-ui/?path=/docs/components-alert--docs Storybook}
|
|
20
20
|
*/
|
|
21
|
-
export declare const Alert: FC<
|
|
21
|
+
export declare const Alert: FC<Props>;
|
|
@@ -31,11 +31,13 @@ type AlertBaseProps = VariantProps<typeof alertVariants> & {
|
|
|
31
31
|
* <Alert type="warning" title="Warning" description={<span>Action <strong>required</strong></span>} />
|
|
32
32
|
* ```
|
|
33
33
|
*/
|
|
34
|
-
export type
|
|
34
|
+
export type Props = AlertBaseProps & ({
|
|
35
35
|
title: string | ReactNode;
|
|
36
36
|
description?: string | ReactNode;
|
|
37
37
|
} | {
|
|
38
38
|
title?: string | ReactNode;
|
|
39
39
|
description: string | ReactNode;
|
|
40
40
|
});
|
|
41
|
+
/** @deprecated Use Props instead */
|
|
42
|
+
export type AlertProps = Props;
|
|
41
43
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { Props } from './AlertDialog.types';
|
|
3
3
|
/**
|
|
4
4
|
* A confirmation dialog component built on Radix UI AlertDialog.
|
|
5
5
|
* Includes a trigger button that opens a modal with title, description, and action buttons.
|
|
@@ -28,5 +28,5 @@ import { AlertDialogProps } from './AlertDialog.types';
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link https://konstructio.github.io/konstruct-ui/?path=/docs/components-alertdialog--docs Storybook}
|
|
30
30
|
*/
|
|
31
|
-
declare const AlertDialog: FC<
|
|
31
|
+
declare const AlertDialog: FC<Props>;
|
|
32
32
|
export { AlertDialog };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as t, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { R as K, A as P, P as z, O as B, C as E, T as S, D as q, a as F, b as G } from "../../index-
|
|
2
|
+
import { R as K, A as P, P as z, O as B, C as E, T as S, D as q, a as F, b as G } from "../../index-C7zAY3xv.js";
|
|
3
3
|
import { useRef as H, useState as I, useEffect as J } from "react";
|
|
4
4
|
import { Button as i } from "../Button/Button.js";
|
|
5
5
|
import { cn as n } from "../../utils/index.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PropsWithChildren, ReactNode } from 'react';
|
|
2
2
|
import { AlertDialogProps as AlertDialogPrimitiveProps } from '@radix-ui/react-alert-dialog';
|
|
3
3
|
import { Theme } from '../../domain/theme';
|
|
4
|
-
import { ButtonProps } from '../Button/Button.types';
|
|
4
|
+
import { Props as ButtonProps } from '../Button/Button.types';
|
|
5
5
|
type ButtonBaseProps = Partial<ButtonProps> & {
|
|
6
6
|
className?: string;
|
|
7
7
|
text?: string;
|
|
@@ -22,7 +22,7 @@ type ButtonConfirmProps = ButtonBaseProps;
|
|
|
22
22
|
* />
|
|
23
23
|
* ```
|
|
24
24
|
*/
|
|
25
|
-
export interface
|
|
25
|
+
export interface Props extends PropsWithChildren, AlertDialogPrimitiveProps {
|
|
26
26
|
/** Cancel button props (className, text, etc.) */
|
|
27
27
|
buttonCancel?: ButtonCancelProps;
|
|
28
28
|
/** Confirm button props (className, text, etc.) */
|
|
@@ -52,7 +52,9 @@ export interface AlertDialogProps extends PropsWithChildren, AlertDialogPrimitiv
|
|
|
52
52
|
/** Callback when the button is clicked */
|
|
53
53
|
onClick?: VoidFunction;
|
|
54
54
|
}
|
|
55
|
+
/** @deprecated Use Props instead */
|
|
56
|
+
export type AlertDialogProps = Props;
|
|
55
57
|
export type UseAlertiDialogProps = {
|
|
56
|
-
onConfirm:
|
|
58
|
+
onConfirm: Props['onConfirm'];
|
|
57
59
|
};
|
|
58
60
|
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const AlertDialogTrigger: import('react').ForwardRefExoticComponent<
|
|
1
|
+
import { Props } from './AlertDialogTrigger.types';
|
|
2
|
+
export declare const AlertDialogTrigger: import('react').ForwardRefExoticComponent<Props & import('react').RefAttributes<HTMLButtonElement>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ButtonProps } from '../../Button/Button.types';
|
|
1
|
+
import { Props as ButtonProps } from '../../Button/Button.types';
|
|
2
2
|
import { Theme } from '../../../domain/theme';
|
|
3
|
-
export interface
|
|
3
|
+
export interface Props {
|
|
4
4
|
'data-theme'?: Theme;
|
|
5
5
|
variant?: ButtonProps['variant'];
|
|
6
6
|
className?: string;
|
|
@@ -8,3 +8,5 @@ export interface AlertDialogTriggerProps {
|
|
|
8
8
|
onOpen: VoidFunction;
|
|
9
9
|
onClick?: VoidFunction;
|
|
10
10
|
}
|
|
11
|
+
/** @deprecated Use Props instead */
|
|
12
|
+
export type AlertDialogTriggerProps = Props;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Props } from './Autocomplete.types';
|
|
2
2
|
/**
|
|
3
3
|
* An autocomplete/typeahead input component that suggests options as you type.
|
|
4
4
|
*
|
|
@@ -27,5 +27,5 @@ import { AutocompleteProps } from './Autocomplete.types';
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link https://konstructio.github.io/konstruct-ui/?path=/docs/components-autocomplete--docs Storybook}
|
|
29
29
|
*/
|
|
30
|
-
declare const Autocomplete: import('react').ForwardRefExoticComponent<
|
|
30
|
+
declare const Autocomplete: import('react').ForwardRefExoticComponent<Props & import('react').RefAttributes<HTMLInputElement>>;
|
|
31
31
|
export { Autocomplete };
|
|
@@ -22,7 +22,7 @@ export type Option = {
|
|
|
22
22
|
* />
|
|
23
23
|
* ```
|
|
24
24
|
*/
|
|
25
|
-
export interface
|
|
25
|
+
export interface Props extends VariantProps<typeof autocompleteVariants> {
|
|
26
26
|
/** Disable browser autocomplete (default: 'off') */
|
|
27
27
|
autoComplete?: 'off';
|
|
28
28
|
/** Additional CSS classes */
|
|
@@ -48,3 +48,5 @@ export interface AutocompleteProps extends VariantProps<typeof autocompleteVaria
|
|
|
48
48
|
/** Callback when a value is selected */
|
|
49
49
|
onChange(value: string): void;
|
|
50
50
|
}
|
|
51
|
+
/** @deprecated Use Props instead */
|
|
52
|
+
export type AutocompleteProps = Props;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { Props } from './Badge.types';
|
|
3
3
|
/**
|
|
4
4
|
* A badge/tag component for status indicators and labels.
|
|
5
5
|
* Supports multiple variants, icons, loading state, and dismissible mode.
|
|
@@ -31,4 +31,4 @@ import { BadgeProps } from './Badge.types';
|
|
|
31
31
|
*
|
|
32
32
|
* @see {@link https://konstructio.github.io/konstruct-ui/?path=/docs/components-badge--docs Storybook}
|
|
33
33
|
*/
|
|
34
|
-
export declare const Badge: FC<
|
|
34
|
+
export declare const Badge: FC<Props>;
|
|
@@ -12,7 +12,7 @@ import { badgeVariants } from './Badge.variants';
|
|
|
12
12
|
* <Badge label="With Icon" leftIcon={<Icon />} />
|
|
13
13
|
* ```
|
|
14
14
|
*/
|
|
15
|
-
export type
|
|
15
|
+
export type Props = VariantProps<typeof badgeVariants> & {
|
|
16
16
|
/** Additional CSS classes */
|
|
17
17
|
className?: string;
|
|
18
18
|
/** Show dismiss button */
|
|
@@ -32,3 +32,5 @@ export type BadgeProps = VariantProps<typeof badgeVariants> & {
|
|
|
32
32
|
/** Callback when dismiss button clicked */
|
|
33
33
|
onDismiss?: VoidFunction;
|
|
34
34
|
};
|
|
35
|
+
/** @deprecated Use Props instead */
|
|
36
|
+
export type BadgeProps = Props;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { Props } from './Breadcrumb.types';
|
|
3
3
|
/**
|
|
4
4
|
* A breadcrumb navigation component showing the current location in a hierarchy.
|
|
5
5
|
*
|
|
@@ -26,4 +26,4 @@ import { BreadcrumbProps } from './Breadcrumb.types';
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link https://konstructio.github.io/konstruct-ui/?path=/docs/components-breadcrumb--docs Storybook}
|
|
28
28
|
*/
|
|
29
|
-
export declare const Breadcrumb: FC<
|
|
29
|
+
export declare const Breadcrumb: FC<Props>;
|