@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.
Files changed (193) hide show
  1. package/dist/{Modal-CXRo8f-h.js → Modal-BTOXCb0Y.js} +1 -1
  2. package/dist/assets/icons/components/Home2.d.ts +3 -0
  3. package/dist/assets/icons/components/Home2.js +28 -0
  4. package/dist/assets/icons/components/Upload.d.ts +3 -0
  5. package/dist/assets/icons/components/Upload.js +28 -0
  6. package/dist/assets/icons/components/index.d.ts +2 -0
  7. package/dist/assets/icons/components/index.js +70 -66
  8. package/dist/assets/icons/index.js +70 -66
  9. package/dist/components/Alert/Alert.d.ts +2 -2
  10. package/dist/components/Alert/Alert.types.d.ts +3 -1
  11. package/dist/components/AlertDialog/AlertDialog.d.ts +2 -2
  12. package/dist/components/AlertDialog/AlertDialog.js +1 -1
  13. package/dist/components/AlertDialog/AlertDialog.types.d.ts +5 -3
  14. package/dist/components/AlertDialog/components/AlertDialogTrigger.d.ts +2 -2
  15. package/dist/components/AlertDialog/components/AlertDialogTrigger.js +1 -1
  16. package/dist/components/AlertDialog/components/AlertDialogTrigger.types.d.ts +4 -2
  17. package/dist/components/AlertDialog/components/index.js +1 -1
  18. package/dist/components/Autocomplete/Autocomplete.d.ts +2 -2
  19. package/dist/components/Autocomplete/Autocomplete.types.d.ts +3 -1
  20. package/dist/components/Badge/Badge.d.ts +2 -2
  21. package/dist/components/Badge/Badge.types.d.ts +3 -1
  22. package/dist/components/Breadcrumb/Breadcrumb.d.ts +2 -2
  23. package/dist/components/Breadcrumb/Breadcrumb.types.d.ts +3 -1
  24. package/dist/components/Breadcrumb/components/Item/Item.d.ts +2 -2
  25. package/dist/components/Breadcrumb/components/Item/Item.types.d.ts +3 -1
  26. package/dist/components/Button/Button.d.ts +2 -2
  27. package/dist/components/Button/Button.types.d.ts +3 -1
  28. package/dist/components/Button/Button.variants.js +4 -5
  29. package/dist/components/ButtonGroup/ButtonGroup.js +1 -1
  30. package/dist/components/ButtonGroup/components/ButtonGroupItem/ButtonGroupItem.js +1 -1
  31. package/dist/components/Card/Card.d.ts +2 -2
  32. package/dist/components/Card/Card.types.d.ts +3 -1
  33. package/dist/components/Checkbox/Checkbox.d.ts +2 -2
  34. package/dist/components/Checkbox/Checkbox.types.d.ts +3 -1
  35. package/dist/components/Command/Command.d.ts +2 -2
  36. package/dist/components/Command/Command.js +2 -2
  37. package/dist/components/Command/Command.types.d.ts +3 -1
  38. package/dist/components/Command/components/Command.js +1 -1
  39. package/dist/components/Command/components/CommandEmpty.js +1 -1
  40. package/dist/components/Command/components/CommandGroup.js +1 -1
  41. package/dist/components/Command/components/CommandInput.js +1 -1
  42. package/dist/components/Command/components/CommandItem.js +1 -1
  43. package/dist/components/Command/components/CommandList.js +1 -1
  44. package/dist/components/Command/components/CommandSeparator.js +1 -1
  45. package/dist/components/Command/components/DialogContent.js +1 -1
  46. package/dist/components/Command/components/DialogOverlay.js +1 -1
  47. package/dist/components/Counter/Counter.d.ts +2 -2
  48. package/dist/components/Counter/Counter.types.d.ts +3 -1
  49. package/dist/components/DateRangePicker/DateRangePicker.d.ts +2 -2
  50. package/dist/components/DateRangePicker/DateRangePicker.types.d.ts +3 -1
  51. package/dist/components/DateRangePicker/components/CalendarPanel/components/IndependentModeCalendar/IndependentModeCalendar.js +1 -1
  52. package/dist/components/DateRangePicker/components/CalendarPanel/components/TogetherModeCalendar/TogetherModeCalendar.js +1 -1
  53. package/dist/components/Datepicker/DatePicker.d.ts +2 -2
  54. package/dist/components/Datepicker/DatePicker.types.d.ts +3 -1
  55. package/dist/components/Filter/Filter.js +24 -22
  56. package/dist/components/Filter/Filter.types.d.ts +13 -3
  57. package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.hook.d.ts +3 -1
  58. package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.hook.js +57 -41
  59. package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.js +75 -49
  60. package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.types.d.ts +2 -0
  61. package/dist/components/Filter/components/DateFilterDropdown/DateFilterDropdown.hook.js +38 -37
  62. package/dist/components/Filter/components/DateRangeFilterDropdown/DateRangeFilterDropdown.hook.js +31 -30
  63. package/dist/components/Filter/components/ResetButton/ResetButton.types.d.ts +1 -1
  64. package/dist/components/Filter/components/TextMultiSelect/TextMultiSelect.js +64 -47
  65. package/dist/components/Filter/components/TextMultiSelect/TextMultiSelect.types.d.ts +2 -0
  66. package/dist/components/Filter/components/TimeFilterDropdown/TimeFilterDropdown.hook.js +35 -34
  67. package/dist/components/Filter/contexts/filter.context.d.ts +4 -0
  68. package/dist/components/Filter/contexts/filter.context.js +7 -0
  69. package/dist/components/Filter/contexts/filter.hook.d.ts +2 -0
  70. package/dist/components/Filter/contexts/filter.hook.js +11 -0
  71. package/dist/components/Filter/contexts/filter.provider.d.ts +5 -0
  72. package/dist/components/Filter/contexts/filter.provider.js +6 -0
  73. package/dist/components/Filter/contexts/index.d.ts +3 -0
  74. package/dist/components/Filter/contexts/index.js +8 -0
  75. package/dist/components/ImageUpload/ImageUpload.d.ts +2 -2
  76. package/dist/components/ImageUpload/ImageUpload.types.d.ts +3 -1
  77. package/dist/components/Input/Input.d.ts +2 -2
  78. package/dist/components/Input/Input.types.d.ts +3 -1
  79. package/dist/components/LineChart/LineChart.d.ts +2 -2
  80. package/dist/components/LineChart/LineChart.js +55 -52
  81. package/dist/components/LineChart/LineChart.types.d.ts +6 -2
  82. package/dist/components/Loading/Loading.d.ts +2 -2
  83. package/dist/components/Loading/Loading.types.d.ts +3 -1
  84. package/dist/components/Modal/Modal.js +1 -1
  85. package/dist/components/Modal/components/Wrapper/Wrapper.js +2 -2
  86. package/dist/components/Modal/components/index.js +1 -1
  87. package/dist/components/MultiSelectDropdown/MultiSelectDropdown.d.ts +2 -2
  88. package/dist/components/MultiSelectDropdown/MultiSelectDropdown.types.d.ts +3 -1
  89. package/dist/components/MultiSelectDropdown/components/Wrapper/Wrapper.types.d.ts +1 -1
  90. package/dist/components/PhoneNumberInput/components/FlagSelectorList/FlagSelectorList.js +394 -353
  91. package/dist/components/PhoneNumberInput/components/TruncateText/TruncateText.js +1 -1
  92. package/dist/components/ProgressBar/ProgressBar.d.ts +2 -2
  93. package/dist/components/ProgressBar/ProgressBar.types.d.ts +3 -1
  94. package/dist/components/Radio/Radio.d.ts +2 -2
  95. package/dist/components/Radio/Radio.types.d.ts +3 -1
  96. package/dist/components/RadioCard/RadioCard.d.ts +2 -2
  97. package/dist/components/RadioCard/RadioCard.types.d.ts +5 -3
  98. package/dist/components/RadioCardGroup/RadioCardGroup.d.ts +2 -2
  99. package/dist/components/RadioCardGroup/RadioCardGroup.types.d.ts +4 -2
  100. package/dist/components/RadioGroup/RadioGroup.d.ts +2 -2
  101. package/dist/components/RadioGroup/RadioGroup.types.d.ts +4 -2
  102. package/dist/components/Range/Range.d.ts +2 -2
  103. package/dist/components/Range/Range.types.d.ts +3 -1
  104. package/dist/components/Select/Select.d.ts +2 -2
  105. package/dist/components/Select/Select.types.d.ts +4 -1
  106. package/dist/components/Select/Select.variants.js +1 -1
  107. package/dist/components/Select/components/AdditionalOptions/AdditionalOptions.types.d.ts +1 -1
  108. package/dist/components/Select/components/List/List.js +64 -61
  109. package/dist/components/Select/components/List/List.types.d.ts +2 -1
  110. package/dist/components/Select/components/Wrapper.js +46 -44
  111. package/dist/components/Select/constants/index.d.ts +1 -0
  112. package/dist/components/Select/constants/index.js +3 -1
  113. package/dist/components/Select/constants/list.d.ts +1 -0
  114. package/dist/components/Select/constants/list.js +4 -0
  115. package/dist/components/Sidebar/Sidebar.d.ts +1 -1
  116. package/dist/components/Sidebar/Sidebar.types.d.ts +3 -1
  117. package/dist/components/Sidebar/components/Footer/Footer.d.ts +2 -2
  118. package/dist/components/Sidebar/components/Footer/Footer.types.d.ts +3 -1
  119. package/dist/components/Sidebar/components/Logo/Logo.d.ts +2 -2
  120. package/dist/components/Sidebar/components/Logo/Logo.types.d.ts +3 -1
  121. package/dist/components/Sidebar/components/Navigation/Navigation.d.ts +2 -2
  122. package/dist/components/Sidebar/components/Navigation/Navigation.types.d.ts +7 -5
  123. package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.d.ts +2 -2
  124. package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.types.d.ts +3 -1
  125. package/dist/components/Sidebar/components/NavigationOption/NavigationOption.d.ts +2 -2
  126. package/dist/components/Sidebar/components/NavigationOption/NavigationOption.types.d.ts +3 -1
  127. package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.d.ts +2 -2
  128. package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.types.d.ts +3 -1
  129. package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.d.ts +2 -2
  130. package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.js +1 -5
  131. package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.types.d.ts +3 -1
  132. package/dist/components/Sidebar/components/index.d.ts +7 -7
  133. package/dist/components/Slider/Slider.d.ts +2 -2
  134. package/dist/components/Slider/Slider.types.d.ts +3 -1
  135. package/dist/components/Spinner/Spinner.d.ts +2 -2
  136. package/dist/components/Spinner/Spinner.types.d.ts +4 -2
  137. package/dist/components/Stepper/Stepper.d.ts +2 -2
  138. package/dist/components/Stepper/Stepper.types.d.ts +3 -1
  139. package/dist/components/Switch/Switch.d.ts +2 -2
  140. package/dist/components/Switch/Switch.types.d.ts +3 -1
  141. package/dist/components/Table/Table.types.d.ts +3 -1
  142. package/dist/components/Tabs/Tabs.d.ts +1 -1
  143. package/dist/components/Tabs/Tabs.types.d.ts +3 -1
  144. package/dist/components/Tag/Tag.d.ts +2 -2
  145. package/dist/components/Tag/Tag.types.d.ts +3 -1
  146. package/dist/components/TagSelect/TagSelect.d.ts +2 -2
  147. package/dist/components/TagSelect/TagSelect.js +3 -1
  148. package/dist/components/TagSelect/TagSelect.types.d.ts +4 -2
  149. package/dist/components/TagSelect/components/Item/Item.types.d.ts +1 -1
  150. package/dist/components/TagSelect/components/Wrapper/Wrapper.types.d.ts +1 -1
  151. package/dist/components/TagSelect/contexts/TagSelect.types.d.ts +1 -1
  152. package/dist/components/TextArea/TextArea.d.ts +2 -2
  153. package/dist/components/TextArea/TextArea.types.d.ts +3 -1
  154. package/dist/components/TimePicker/TimePicker.d.ts +2 -2
  155. package/dist/components/TimePicker/TimePicker.types.d.ts +3 -1
  156. package/dist/components/TimePicker/components/HoursList/HoursList.types.d.ts +1 -1
  157. package/dist/components/TimePicker/components/MeridianList/MeridianList.types.d.ts +1 -1
  158. package/dist/components/TimePicker/components/MinutesList/MinutesList.types.d.ts +1 -1
  159. package/dist/components/TimePicker/components/Wrapper/Wrapper.types.d.ts +1 -1
  160. package/dist/components/TimePicker/components/WrapperList/WrapperList.types.d.ts +1 -1
  161. package/dist/components/Toast/Toast.d.ts +2 -2
  162. package/dist/components/Toast/Toast.js +191 -184
  163. package/dist/components/Toast/Toast.types.d.ts +3 -1
  164. package/dist/components/Toast/Toast.variants.js +6 -12
  165. package/dist/components/Tooltip/Tooltip.d.ts +2 -2
  166. package/dist/components/Tooltip/Tooltip.js +20 -20
  167. package/dist/components/Tooltip/Tooltip.types.d.ts +3 -1
  168. package/dist/components/Typography/Typography.d.ts +2 -2
  169. package/dist/components/Typography/Typography.types.d.ts +3 -1
  170. package/dist/components/VirtualizedTable/VirtualizedTable.js +57 -55
  171. package/dist/components/VirtualizedTable/VirtualizedTable.types.d.ts +3 -1
  172. package/dist/components/VirtualizedTable/components/Filter/Filter.js +55 -54
  173. package/dist/components/VirtualizedTable/components/Filter/Filter.types.d.ts +1 -0
  174. package/dist/components/VirtualizedTable/components/TruncateText/TruncateText.d.ts +1 -1
  175. package/dist/components/VirtualizedTable/components/TruncateText/TruncateText.js +55 -26
  176. package/dist/components/VirtualizedTable/components/TruncateText/TruncateText.types.d.ts +4 -1
  177. package/dist/components/index.d.ts +2 -0
  178. package/dist/components/index.js +1 -1
  179. package/dist/icons.d.ts +1 -1
  180. package/dist/icons.js +70 -66
  181. package/dist/index-BvEpLnOv.js +144 -0
  182. package/dist/{index-Dd_ZmIqU.js → index-C7zAY3xv.js} +1 -1
  183. package/dist/{index-Dfq4O3b4.js → index-CrCTywU1.js} +1 -1
  184. package/dist/{index-9a-FL_6D.js → index-DWyM654o.js} +41 -42
  185. package/dist/{index-B7-5g1Sm.js → index-mPinF0Ho.js} +407 -401
  186. package/dist/index.js +1 -1
  187. package/dist/package.json +10 -10
  188. package/dist/proxy-BvdTb_6B.js +4974 -0
  189. package/dist/styles.css +1 -1
  190. package/package.json +10 -10
  191. package/dist/index-CESXsoMn.js +0 -14
  192. package/dist/index-URQGEGX7.js +0 -136
  193. 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-0sbyKj-k.js";
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,3 @@
1
+ import { IconProps } from './types';
2
+ export declare const Home2Icon: import('react').ForwardRefExoticComponent<Omit<IconProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
3
+ export default Home2Icon;
@@ -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,3 @@
1
+ import { IconProps } from './types';
2
+ export declare const UploadIcon: import('react').ForwardRefExoticComponent<Omit<IconProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
3
+ export default UploadIcon;
@@ -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 y } from "./CheckCircleOutline.js";
17
- import { CheckIcon as G } from "./Check.js";
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 F } from "./Close.js";
21
- import { CloudIcon as U } from "./Cloud.js";
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 Ro } from "./HideOutline.js";
43
- import { HomeIcon as Bo } from "./Home.js";
44
- import { IdIcon as Ho } from "./Id.js";
45
- import { InfoCircleIcon as Mo } from "./InfoCircle.js";
46
- import { InformationOutlineIcon as Wo } from "./InformationOutline.js";
47
- import { InvoiceListIcon as Ko } from "./InvoiceList.js";
48
- import { KeyIcon as Vo } from "./Key.js";
49
- import { LoaderIcon as jo } from "./Loader.js";
50
- import { LightBulbIcon as zo } from "./LightBulb.js";
51
- import { NetworkIcon as Qo } from "./Network.js";
52
- import { PagesStackIcon as Zo } from "./PagesStack.js";
53
- import { PageviewIcon as $o } from "./Pageview.js";
54
- import { PeopleIcon as rr } from "./People.js";
55
- import { PhotoLibraryIcon as tr } from "./PhotoLibrary.js";
56
- import { PipelineIcon as cr } from "./Pipeline.js";
57
- import { PlusIcon as mr } from "./Plus.js";
58
- import { PowerSettingsIcon as Ir } from "./PowerSettings.js";
59
- import { PreviewIcon as ir } from "./Preview.js";
60
- import { ReceiptLongIcon as ar } from "./ReceiptLong.js";
61
- import { RefreshIcon as ur } from "./Refresh.js";
62
- import { ScatterPlotIcon as dr } from "./ScatterPlot.js";
63
- import { SearchIcon as gr } from "./Search.js";
64
- import { ServerIcon as kr } from "./Server.js";
65
- import { StartIcon as Or } from "./Start.js";
66
- import { TabNewIcon as Lr } from "./TabNew.js";
67
- import { TeamsIcon as vr } from "./Teams.js";
68
- import { WarningIcon as br } from "./Warning.js";
69
- import { WarningTriangleIcon as Rr } from "./WarningTriangle.js";
70
- import { XIcon as Br } from "./X.js";
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
- y as CheckCircleOutlineIcon,
87
- G as CheckIcon,
88
+ R as CheckCircleOutlineIcon,
89
+ B as CheckIcon,
88
90
  E as CheckboxMarkedCircleOutlineIcon,
89
91
  T as ClockAlertIcon,
90
92
  N as ClockOutlineIcon,
91
- F as CloseIcon,
92
- U as CloudIcon,
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
- Ro as HideOutlineIcon,
114
- Bo as HomeIcon,
115
- Ho as IdIcon,
116
- Mo as InfoCircleIcon,
117
- Wo as InformationOutlineIcon,
118
- Ko as InvoiceListIcon,
119
- Vo as KeyIcon,
120
- zo as LightBulbIcon,
121
- jo as LoaderIcon,
122
- Qo as NetworkIcon,
123
- Zo as PagesStackIcon,
124
- $o as PageviewIcon,
125
- rr as PeopleIcon,
126
- tr as PhotoLibraryIcon,
127
- cr as PipelineIcon,
128
- mr as PlusIcon,
129
- Ir as PowerSettingsIcon,
130
- ir as PreviewIcon,
131
- ar as ReceiptLongIcon,
132
- ur as RefreshIcon,
133
- dr as ScatterPlotIcon,
134
- gr as SearchIcon,
135
- kr as ServerIcon,
136
- Or as StartIcon,
137
- Lr as TabNewIcon,
138
- vr as TeamsIcon,
139
- br as WarningIcon,
140
- Rr as WarningTriangleIcon,
141
- Br as XIcon
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 y } from "./components/Check.js";
17
- import { CheckboxMarkedCircleOutlineIcon as G } from "./components/CheckboxMarkedCircleOutline.js";
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 F } from "./components/Close.js";
21
- import { CloudIcon as U } from "./components/Cloud.js";
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 Ro } from "./components/HideOutline.js";
43
- import { HomeIcon as Bo } from "./components/Home.js";
44
- import { IdIcon as Ho } from "./components/Id.js";
45
- import { InfoCircleIcon as Mo } from "./components/InfoCircle.js";
46
- import { InformationOutlineIcon as Wo } from "./components/InformationOutline.js";
47
- import { InvoiceListIcon as Ko } from "./components/InvoiceList.js";
48
- import { KeyIcon as Vo } from "./components/Key.js";
49
- import { LightBulbIcon as jo } from "./components/LightBulb.js";
50
- import { LoaderIcon as zo } from "./components/Loader.js";
51
- import { NetworkIcon as Qo } from "./components/Network.js";
52
- import { PagesStackIcon as Zo } from "./components/PagesStack.js";
53
- import { PageviewIcon as $o } from "./components/Pageview.js";
54
- import { PeopleIcon as rr } from "./components/People.js";
55
- import { PhotoLibraryIcon as tr } from "./components/PhotoLibrary.js";
56
- import { PipelineIcon as cr } from "./components/Pipeline.js";
57
- import { PlusIcon as mr } from "./components/Plus.js";
58
- import { PowerSettingsIcon as Ir } from "./components/PowerSettings.js";
59
- import { PreviewIcon as ir } from "./components/Preview.js";
60
- import { ReceiptLongIcon as ar } from "./components/ReceiptLong.js";
61
- import { RefreshIcon as ur } from "./components/Refresh.js";
62
- import { ScatterPlotIcon as dr } from "./components/ScatterPlot.js";
63
- import { SearchIcon as gr } from "./components/Search.js";
64
- import { ServerIcon as kr } from "./components/Server.js";
65
- import { StartIcon as Or } from "./components/Start.js";
66
- import { TabNewIcon as Lr } from "./components/TabNew.js";
67
- import { TeamsIcon as vr } from "./components/Teams.js";
68
- import { WarningIcon as br } from "./components/Warning.js";
69
- import { WarningTriangleIcon as Rr } from "./components/WarningTriangle.js";
70
- import { XIcon as Br } from "./components/X.js";
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
- y as CheckIcon,
88
- G as CheckboxMarkedCircleOutlineIcon,
89
+ R as CheckIcon,
90
+ B as CheckboxMarkedCircleOutlineIcon,
89
91
  T as ClockAlertIcon,
90
92
  N as ClockOutlineIcon,
91
- F as CloseIcon,
92
- U as CloudIcon,
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
- Ro as HideOutlineIcon,
114
- Bo as HomeIcon,
115
- Ho as IdIcon,
116
- Mo as InfoCircleIcon,
117
- Wo as InformationOutlineIcon,
118
- Ko as InvoiceListIcon,
119
- Vo as KeyIcon,
120
- jo as LightBulbIcon,
121
- zo as LoaderIcon,
122
- Qo as NetworkIcon,
123
- Zo as PagesStackIcon,
124
- $o as PageviewIcon,
125
- rr as PeopleIcon,
126
- tr as PhotoLibraryIcon,
127
- cr as PipelineIcon,
128
- mr as PlusIcon,
129
- Ir as PowerSettingsIcon,
130
- ir as PreviewIcon,
131
- ar as ReceiptLongIcon,
132
- ur as RefreshIcon,
133
- dr as ScatterPlotIcon,
134
- gr as SearchIcon,
135
- kr as ServerIcon,
136
- Or as StartIcon,
137
- Lr as TabNewIcon,
138
- vr as TeamsIcon,
139
- br as WarningIcon,
140
- Rr as WarningTriangleIcon,
141
- Br as XIcon
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 { AlertProps } from './Alert.types';
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<AlertProps>;
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 AlertProps = AlertBaseProps & ({
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 { AlertDialogProps } from './AlertDialog.types';
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<AlertDialogProps>;
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-Dd_ZmIqU.js";
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 AlertDialogProps extends PropsWithChildren, AlertDialogPrimitiveProps {
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: AlertDialogProps['onConfirm'];
58
+ onConfirm: Props['onConfirm'];
57
59
  };
58
60
  export {};
@@ -1,2 +1,2 @@
1
- import { AlertDialogTriggerProps } from './AlertDialogTrigger.types';
2
- export declare const AlertDialogTrigger: import('react').ForwardRefExoticComponent<AlertDialogTriggerProps & import('react').RefAttributes<HTMLButtonElement>>;
1
+ import { Props } from './AlertDialogTrigger.types';
2
+ export declare const AlertDialogTrigger: import('react').ForwardRefExoticComponent<Props & import('react').RefAttributes<HTMLButtonElement>>;
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { A as e } from "../../../index-Dd_ZmIqU.js";
2
+ import { A as e } from "../../../index-C7zAY3xv.js";
3
3
  import "react";
4
4
  import "../../Button/Button.js";
5
5
  import "../../../utils/index.js";
@@ -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 AlertDialogTriggerProps {
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 { A as g } from "../../../index-Dd_ZmIqU.js";
1
+ import { A as g } from "../../../index-C7zAY3xv.js";
2
2
  export {
3
3
  g as AlertDialogTrigger
4
4
  };
@@ -1,4 +1,4 @@
1
- import { AutocompleteProps } from './Autocomplete.types';
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<AutocompleteProps & import('react').RefAttributes<HTMLInputElement>>;
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 AutocompleteProps extends VariantProps<typeof autocompleteVariants> {
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 { BadgeProps } from './Badge.types';
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<BadgeProps>;
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 BadgeProps = VariantProps<typeof badgeVariants> & {
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 { BreadcrumbProps } from './Breadcrumb.types';
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<BreadcrumbProps>;
29
+ export declare const Breadcrumb: FC<Props>;