@hellobetterdigitalnz/betterui 0.0.3-4 → 0.0.3-40

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 (75) hide show
  1. package/dist/Components/BetterUIProvider/BetterUIContext.d.ts +10 -0
  2. package/dist/Components/BetterUIProvider/BetterUIProvider.d.ts +6 -0
  3. package/dist/Components/BetterUIProvider/index.d.ts +2 -0
  4. package/dist/Components/DataDisplay/Accordion/AccordionItemProps.d.ts +1 -0
  5. package/dist/Components/DataDisplay/Modal/ModalActions.d.ts +2 -1
  6. package/dist/Components/DataDisplay/Modal/ModalActionsLeft.d.ts +2 -1
  7. package/dist/Components/DataDisplay/Modal/ModalActionsLeftProps.d.ts +6 -0
  8. package/dist/Components/DataDisplay/Modal/ModalActionsProps.d.ts +6 -0
  9. package/dist/Components/DataDisplay/Modal/ModalActionsRight.d.ts +2 -1
  10. package/dist/Components/DataDisplay/Modal/ModalActionsRightProps.d.ts +6 -0
  11. package/dist/Components/DataDisplay/Modal/ModalBodyProps.d.ts +1 -0
  12. package/dist/Components/DataDisplay/Modal/ModalCurtain.d.ts +1 -1
  13. package/dist/Components/DataDisplay/Modal/ModalHeaderProps.d.ts +1 -1
  14. package/dist/Components/DataDisplay/NotificationsPanel/NotificationProps.d.ts +1 -1
  15. package/dist/Components/DataDisplay/Table/TableFooter.d.ts +2 -1
  16. package/dist/Components/DataDisplay/Table/TableFooterProps.d.ts +6 -0
  17. package/dist/Components/DataDisplay/index.d.ts +3 -0
  18. package/dist/Components/Form/Checkbox/CheckboxProps.d.ts +1 -0
  19. package/dist/Components/Form/DropdownBadge/DropdownBadgeProps.d.ts +3 -3
  20. package/dist/Components/Form/MultiSelectField/MultiSelectField.d.ts +8 -1
  21. package/dist/Components/Form/MultiSelectField/MultiSelectFieldItem.d.ts +10 -1
  22. package/dist/Components/Form/MultiSelectField/MultiSelectFieldTag.d.ts +9 -1
  23. package/dist/Components/Form/NumberField/NumberField.d.ts +3 -0
  24. package/dist/Components/Form/NumberField/NumberField.stories.d.ts +13 -0
  25. package/dist/Components/Form/NumberField/NumberFieldProps.d.ts +6 -0
  26. package/dist/Components/Form/RadioButtons/RadioButtonProps.d.ts +1 -0
  27. package/dist/Components/Form/UnitInput/UnitField.d.ts +3 -0
  28. package/dist/Components/Form/UnitInput/UnitField.stories.d.ts +13 -0
  29. package/dist/Components/Form/UnitInput/UnitFieldProps.d.ts +6 -0
  30. package/dist/Components/Form/index.d.ts +7 -1
  31. package/dist/Components/Icons/Arrows/ArrowsDownUp/ArrowsDownUp.d.ts +3 -0
  32. package/dist/Components/Icons/Arrows/ArrowsOutCardinal/ArrowsOutCardinal.d.ts +3 -0
  33. package/dist/Components/Icons/Arrows/CaretUpDown/CaretUpDown.d.ts +3 -0
  34. package/dist/Components/Icons/Communication/Translate/Translate.d.ts +3 -0
  35. package/dist/Components/Icons/Design/PencilLine/PencilLine.d.ts +3 -0
  36. package/dist/Components/Icons/Design/PencilSimple/PencilSimple.d.ts +3 -0
  37. package/dist/Components/Icons/Design/Ruler/Ruler.d.ts +3 -0
  38. package/dist/Components/Icons/Education/BookOpenText/BookOpenText.d.ts +3 -0
  39. package/dist/Components/Icons/MapAndTravel/Globe/Globe.d.ts +3 -0
  40. package/dist/Components/Icons/MapAndTravel/HouseSimple/HouseSimple.d.ts +3 -0
  41. package/dist/Components/Icons/MathsAndFinance/ChartBar/ChartBar.d.ts +3 -0
  42. package/dist/Components/Icons/MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.d.ts +3 -0
  43. package/dist/Components/Icons/MathsAndFinance/ChartLine/ChartLine.d.ts +3 -0
  44. package/dist/Components/Icons/MathsAndFinance/ChartPie/ChartPie.d.ts +3 -0
  45. package/dist/Components/Icons/MathsAndFinance/NumberSquareThree/NumberSquareThree.d.ts +3 -0
  46. package/dist/Components/Icons/MathsAndFinance/Plus/Plus.d.ts +3 -0
  47. package/dist/Components/Icons/Media/SlidersHorizontal/SlidersHorizontal.d.ts +3 -0
  48. package/dist/Components/Icons/OfficeAndEditing/Folder/Folder.d.ts +3 -0
  49. package/dist/Components/Icons/OfficeAndEditing/ListBullets/ListBullets.d.ts +3 -0
  50. package/dist/Components/Icons/OfficeAndEditing/Printer/Printer.d.ts +3 -0
  51. package/dist/Components/Icons/OfficeAndEditing/TextAa/TextAa.d.ts +3 -0
  52. package/dist/Components/Icons/OfficeAndEditing/TextColumns/TextColumns.d.ts +3 -0
  53. package/dist/Components/Icons/People/User/User.d.ts +3 -0
  54. package/dist/Components/Icons/SystemAndDevice/CheckSquare/CheckSquare.d.ts +3 -0
  55. package/dist/Components/Icons/SystemAndDevice/DotSixVertical/DotSixVertical.d.ts +3 -0
  56. package/dist/Components/Icons/SystemAndDevice/DotsThreeVertical/DotsThreeVertical.d.ts +3 -0
  57. package/dist/Components/Icons/SystemAndDevice/DownloadSimple/DownloadSimple.d.ts +3 -0
  58. package/dist/Components/Icons/SystemAndDevice/Gear/Gear.d.ts +3 -0
  59. package/dist/Components/Icons/SystemAndDevice/RadioButtonIcon/RadioButtonIcon.d.ts +3 -0
  60. package/dist/Components/Icons/index.d.ts +29 -0
  61. package/dist/Components/Layout/CalloutPopup/CalloutPopup.d.ts +2 -1
  62. package/dist/Components/Layout/CalloutPopup/CalloutPopupActionHolder.d.ts +3 -0
  63. package/dist/Components/Layout/CalloutPopup/CalloutPopupActionHolderProps.d.ts +6 -0
  64. package/dist/Components/Layout/CalloutPopup/CalloutPopupProps.d.ts +6 -0
  65. package/dist/Components/Layout/Sidebar/SidebarChevronProps.d.ts +2 -1
  66. package/dist/Components/Layout/Sidebar/SidebarSubNavigation.d.ts +2 -2
  67. package/dist/Components/Layout/Sidebar/SidebarSubNavigationProps.d.ts +1 -0
  68. package/dist/Components/Layout/index.d.ts +1 -0
  69. package/dist/index.cjs.js +2 -2
  70. package/dist/index.cjs.js.map +1 -1
  71. package/dist/index.d.ts +1 -0
  72. package/dist/index.es.js +3082 -1461
  73. package/dist/index.es.js.map +1 -1
  74. package/dist/style.css +1 -1
  75. package/package.json +1 -1
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ interface BetterUIContextType {
3
+ curtain: boolean;
4
+ modal?: React.ReactNode;
5
+ openModal: (modal: React.ReactNode) => void;
6
+ closeModal: () => void;
7
+ setCurtain: (value: boolean) => void;
8
+ }
9
+ declare const BetterUIContext: import("react").Context<BetterUIContextType>;
10
+ export default BetterUIContext;
@@ -0,0 +1,6 @@
1
+ import { FC, ReactNode } from "react";
2
+ interface BetterUIProviderProps {
3
+ children: ReactNode;
4
+ }
5
+ declare const BetterUIProvider: FC<BetterUIProviderProps>;
6
+ export default BetterUIProvider;
@@ -0,0 +1,2 @@
1
+ export { default as BetterUIProvider } from './BetterUIProvider.tsx';
2
+ export { default as BetterUIContext } from './BetterUIContext.tsx';
@@ -6,5 +6,6 @@ interface AccordionItemProps {
6
6
  onAfterOpened?: () => void;
7
7
  onAfterClosed?: () => void;
8
8
  onBeforeClosed?: () => boolean;
9
+ extraClass?: string;
9
10
  }
10
11
  export default AccordionItemProps;
@@ -1,2 +1,3 @@
1
- declare const ModalActions: () => void;
1
+ import ModalActionsProps from "./ModalActionsProps.tsx";
2
+ declare const ModalActions: (props: ModalActionsProps) => import("react/jsx-runtime").JSX.Element;
2
3
  export default ModalActions;
@@ -1,2 +1,3 @@
1
- declare const ModalActionsLeft: () => void;
1
+ import ModalActionsLeftProps from "./ModalActionsLeftProps.tsx";
2
+ declare const ModalActionsLeft: (props: ModalActionsLeftProps) => import("react/jsx-runtime").JSX.Element;
2
3
  export default ModalActionsLeft;
@@ -0,0 +1,6 @@
1
+ import { ReactNode } from "react";
2
+ interface ModalActionsLeftProps {
3
+ children?: ReactNode;
4
+ extraClass?: string;
5
+ }
6
+ export default ModalActionsLeftProps;
@@ -0,0 +1,6 @@
1
+ import { ReactNode } from "react";
2
+ interface ModalActionsProps {
3
+ children?: ReactNode;
4
+ extraClass?: string;
5
+ }
6
+ export default ModalActionsProps;
@@ -1,2 +1,3 @@
1
- declare const ModalActionsRight: () => void;
1
+ import ModalActionsRightProps from "./ModalActionsRightProps.tsx";
2
+ declare const ModalActionsRight: (props: ModalActionsRightProps) => import("react/jsx-runtime").JSX.Element;
2
3
  export default ModalActionsRight;
@@ -0,0 +1,6 @@
1
+ import { ReactNode } from "react";
2
+ interface ModalActionsRightProps {
3
+ children?: ReactNode;
4
+ extraClass?: string;
5
+ }
6
+ export default ModalActionsRightProps;
@@ -1,5 +1,6 @@
1
1
  import { ReactNode } from "react";
2
2
  interface ModalBodyProps {
3
3
  children?: ReactNode;
4
+ extraClass?: string;
4
5
  }
5
6
  export default ModalBodyProps;
@@ -1,2 +1,2 @@
1
- declare const ModalCurtain: () => void;
1
+ declare const ModalCurtain: () => import("react/jsx-runtime").JSX.Element;
2
2
  export default ModalCurtain;
@@ -1,5 +1,5 @@
1
1
  interface ModalHeaderProps {
2
- title: string;
2
+ title?: string;
3
3
  extraClass?: string;
4
4
  canClose?: boolean;
5
5
  canGoBack?: boolean;
@@ -4,7 +4,7 @@ interface NotificationProps {
4
4
  boldText?: string;
5
5
  regularText?: string;
6
6
  summaryText?: string;
7
- notificatonItemOnClick?: () => void;
7
+ notificationItemOnClick?: () => void;
8
8
  closeOnClick?: () => void;
9
9
  }
10
10
  export default NotificationProps;
@@ -1,2 +1,3 @@
1
- declare const TableFooter: () => void;
1
+ import TableFooterProps from "./TableFooterProps.tsx";
2
+ declare const TableFooter: (props: TableFooterProps) => import("react/jsx-runtime").JSX.Element;
2
3
  export default TableFooter;
@@ -0,0 +1,6 @@
1
+ import { ReactNode } from "react";
2
+ interface TableFooterProps {
3
+ children: ReactNode;
4
+ extraClass?: string;
5
+ }
6
+ export default TableFooterProps;
@@ -24,6 +24,9 @@ export { default as ModalHeader } from './Modal/ModalHeader';
24
24
  export type { default as ModalProps } from './Modal/ModalProps';
25
25
  export type { default as ModalHeaderProps } from './Modal/ModalHeaderProps';
26
26
  export type { default as ModalBodyProps } from './Modal/ModalBodyProps';
27
+ export type { default as ModalActionsProps } from './Modal/ModalActionsProps.tsx';
28
+ export type { default as ModalActionsRightProps } from './Modal/ModalActionsRightProps.tsx';
29
+ export type { default as ModalActionsLeftProps } from './Modal/ModalActionsLeftProps.tsx';
27
30
  export { default as NotificationsBell } from './NotificationsBell/NotificationsBell';
28
31
  export type { default as NotificationsBellProps } from './NotificationsBell/NotificationsBellProps';
29
32
  export { default as Notification } from './NotificationsPanel/Notification';
@@ -1,5 +1,6 @@
1
1
  import { FocusEvent, MouseEvent } from "react";
2
2
  interface CheckboxProps {
3
+ label?: string;
3
4
  name?: string;
4
5
  id?: string;
5
6
  value?: string;
@@ -1,5 +1,5 @@
1
1
  import { MouseEvent, FocusEvent } from "react";
2
- interface NameValueInterface {
2
+ interface BadgeNameValueInterface {
3
3
  label: string;
4
4
  status?: "pending" | "inProgress" | "complete" | undefined;
5
5
  value: string | number;
@@ -8,7 +8,7 @@ interface DropdownBadgeProps {
8
8
  name?: string;
9
9
  id?: string;
10
10
  value?: string;
11
- options: (NameValueInterface | string)[];
11
+ options: (BadgeNameValueInterface | string)[];
12
12
  status?: "pending" | "inProgress" | "complete" | undefined;
13
13
  extraClass?: string;
14
14
  disabled?: boolean;
@@ -23,5 +23,5 @@ interface DropdownBadgeProps {
23
23
  onFocus?: (e: FocusEvent) => void;
24
24
  onBlur?: (e: FocusEvent) => void;
25
25
  }
26
- export type { NameValueInterface };
26
+ export type { BadgeNameValueInterface };
27
27
  export default DropdownBadgeProps;
@@ -1,2 +1,9 @@
1
- declare const MultiSelectField: () => void;
1
+ import React from 'react';
2
+ interface Item {
3
+ id: number;
4
+ label: string;
5
+ }
6
+ declare const MultiSelectField: React.FC<{
7
+ options: Item[];
8
+ }>;
2
9
  export default MultiSelectField;
@@ -1,2 +1,11 @@
1
- declare const MultiSelectFieldItem: () => void;
1
+ /// <reference types="react" />
2
+ interface MultiSelectFieldItemProps {
3
+ item: {
4
+ id: number;
5
+ label: string;
6
+ };
7
+ onClick: () => void;
8
+ isSelected: boolean;
9
+ }
10
+ declare const MultiSelectFieldItem: React.FC<MultiSelectFieldItemProps>;
2
11
  export default MultiSelectFieldItem;
@@ -1,2 +1,10 @@
1
- declare const MultiSelectFieldTag: () => void;
1
+ import React from 'react';
2
+ interface MultiSelectFieldTagProps {
3
+ item: {
4
+ id: number;
5
+ label: string;
6
+ };
7
+ onRemove: () => void;
8
+ }
9
+ declare const MultiSelectFieldTag: React.FC<MultiSelectFieldTagProps>;
2
10
  export default MultiSelectFieldTag;
@@ -0,0 +1,3 @@
1
+ import NumberFieldProps from "./NumberFieldProps.tsx";
2
+ declare const NumberField: (props: NumberFieldProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default NumberField;
@@ -0,0 +1,13 @@
1
+ import type { StoryObj } from "@storybook/react";
2
+ import NumberField from "././NumberField.tsx";
3
+ declare const meta: {
4
+ title: string;
5
+ component: (props: import("./NumberFieldProps.tsx").default) => import("react/jsx-runtime").JSX.Element;
6
+ parameters: {
7
+ layout: string;
8
+ };
9
+ tags: string[];
10
+ };
11
+ export default meta;
12
+ type Story = StoryObj<typeof NumberField>;
13
+ export declare const Example: Story;
@@ -0,0 +1,6 @@
1
+ import InputProps from "../../Form/InputProps";
2
+ interface NumberFieldProps extends InputProps {
3
+ min?: string;
4
+ max?: string;
5
+ }
6
+ export default NumberFieldProps;
@@ -1,5 +1,6 @@
1
1
  import { FocusEvent, MouseEvent } from "react";
2
2
  interface RadioButtonProps {
3
+ label?: string;
3
4
  name?: string;
4
5
  id?: string;
5
6
  value?: string;
@@ -0,0 +1,3 @@
1
+ import UnitFieldProps from "./UnitFieldProps";
2
+ declare const UnitField: (props: UnitFieldProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default UnitField;
@@ -0,0 +1,13 @@
1
+ import type { StoryObj } from "@storybook/react";
2
+ import UnitField from "./UnitField";
3
+ declare const meta: {
4
+ title: string;
5
+ component: (props: import("./UnitFieldProps").default) => import("react/jsx-runtime").JSX.Element;
6
+ parameters: {
7
+ layout: string;
8
+ };
9
+ tags: string[];
10
+ };
11
+ export default meta;
12
+ type Story = StoryObj<typeof UnitField>;
13
+ export declare const Example: Story;
@@ -0,0 +1,6 @@
1
+ import InputProps from "../../Form/InputProps";
2
+ interface UnitFieldProps extends InputProps {
3
+ unitText?: string;
4
+ type?: 'number' | 'text';
5
+ }
6
+ export default UnitFieldProps;
@@ -3,9 +3,11 @@ export { default as Button } from './Button/Button';
3
3
  export type { default as ButtonProps } from './Button/ButtonProps';
4
4
  export { default as Checkbox } from './Checkbox/Checkbox';
5
5
  export type { default as CheckboxProps } from './Checkbox/CheckboxProps';
6
+ export { default as CheckboxSet } from './CheckboxSet/CheckboxSet.tsx';
7
+ export { default as CheckboxSetItem } from './CheckboxSet/CheckboxSetItem.tsx';
8
+ export type { default as CheckboxSetProps } from './CheckboxSet/CheckboxSetProps.tsx';
6
9
  export { default as CheckboxSelect } from './CheckboxSelect/CheckboxSelect';
7
10
  export { default as CheckboxSelectItem } from './CheckboxSelect/CheckboxSelectItem';
8
- export type { default as CheckboxSetProps } from './CheckboxSet/CheckboxSetProps';
9
11
  export { default as CurrencyField } from './CurrencyField/CurrencyField';
10
12
  export type { default as CurrencyFieldProps } from './CurrencyField/CurrencyFieldProps';
11
13
  export { default as DateField } from './DateField/DateField';
@@ -39,6 +41,10 @@ export { default as Textarea } from './Textarea/Textarea';
39
41
  export type { default as TextareaProps } from './Textarea/TextareaProps';
40
42
  export { default as TextField } from './TextField/TextField';
41
43
  export type { default as TextFieldProps } from './TextField/TextFieldProps';
44
+ export { default as NumberField } from './NumberField/NumberField.tsx';
45
+ export type { default as NumberFieldProps } from './NumberField/NumberFieldProps.tsx';
46
+ export { default as UnitField } from './UnitInput/UnitField.tsx';
47
+ export type { default as UnitFieldProps } from './UnitInput/UnitField.tsx';
42
48
  export { default as TimeField } from './TimeField/TimeField';
43
49
  export { default as ToggleSwitch } from './ToggleSwitch/ToggleSwitch';
44
50
  export type { default as ToggleSwitchProps } from './ToggleSwitch/ToggleSwitchProps';
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const ArrowsDownUp: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ArrowsDownUp;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const ArrowsOutCardinal: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ArrowsOutCardinal;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const CaretUpDown: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default CaretUpDown;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const Translate: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Translate;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const PencilLine: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default PencilLine;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const PencilSimple: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default PencilSimple;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const Ruler: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Ruler;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const BookOpenText: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default BookOpenText;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const Globe: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Globe;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const HouseSimple: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default HouseSimple;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const ChartBar: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ChartBar;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const ChartBarHorizontal: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ChartBarHorizontal;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const ChartLine: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ChartLine;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const ChartPie: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ChartPie;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const NumberSquareThree: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default NumberSquareThree;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const Plus: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Plus;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const SlidersHorizontal: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default SlidersHorizontal;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const Folder: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Folder;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const ListBullets: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ListBullets;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const Printer: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Printer;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const TextAa: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default TextAa;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const TextColumns: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default TextColumns;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const User: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default User;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const CheckSquare: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default CheckSquare;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const DotSixVertical: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default DotSixVertical;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const DotsThreeVertical: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default DotsThreeVertical;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const DownloadSimple: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default DownloadSimple;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const Gear: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Gear;
@@ -0,0 +1,3 @@
1
+ import IconProps from "../../IconProps";
2
+ declare const RadioButtonIcon: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default RadioButtonIcon;
@@ -3,6 +3,9 @@ export { default as CaretDown } from './Arrows/CaretDown/CaretDown';
3
3
  export { default as CaretUp } from './Arrows/CaretUp/CaretUp';
4
4
  export { default as CaretRight } from './Arrows/CaretRight/CaretRight';
5
5
  export { default as CaretLeft } from './Arrows/CaretLeft/CaretLeft';
6
+ export { default as CaretUpDown } from './Arrows/CaretUpDown/CaretUpDown.tsx';
7
+ export { default as ArrowsDownUp } from './Arrows/ArrowsDownUp/ArrowsDownUp.tsx';
8
+ export { default as ArrowsOutCardinal } from './Arrows/ArrowsOutCardinal/ArrowsOutCardinal.tsx';
6
9
  export { default as WindowsLogo } from './Brands/WindowsLogo/WindowsLogo';
7
10
  export { default as CurrencyDollarSimple } from './Commerce/CurrencyDollarSimple/CurrencyDollarSimple';
8
11
  export { default as AddressBook } from './Communication/AddressBook/AddressBook';
@@ -10,11 +13,37 @@ export { default as Asterisk } from './Communication/Asterisk/Asterisk';
10
13
  export { default as At } from './Communication/At/At';
11
14
  export { default as Broadcast } from './Communication/Broadcast/Broadcast';
12
15
  export { default as Chat } from './Communication/Chat/Chat';
16
+ export { default as Translate } from './Communication/Translate/Translate.tsx';
13
17
  export { default as Eye } from './Design/Eye/Eye';
14
18
  export { default as EyeSlash } from './Design/EyeSlash/EyeSlash';
19
+ export { default as PencilLine } from './Design/PencilLine/PencilLine.tsx';
20
+ export { default as PencilSimple } from './Design/PencilSimple/PencilSimple.tsx';
21
+ export { default as Ruler } from './Design/Ruler/Ruler.tsx';
22
+ export { default as BookOpenText } from './Education/BookOpenText/BookOpenText.tsx';
23
+ export { default as Globe } from './MapAndTravel/Globe/Globe.tsx';
24
+ export { default as HouseSimple } from './MapAndTravel/HouseSimple/HouseSimple.tsx';
15
25
  export { default as XIcon } from './MathsAndFinance/XIcon/XIcon';
26
+ export { default as Plus } from './MathsAndFinance/Plus/Plus.tsx';
27
+ export { default as NumberSquareThree } from './MathsAndFinance/NumberSquareThree/NumberSquareThree.tsx';
28
+ export { default as ChartBar } from './MathsAndFinance/ChartBar/ChartBar.tsx';
29
+ export { default as ChartLine } from './MathsAndFinance/ChartLine/ChartLine.tsx';
30
+ export { default as ChartPie } from './MathsAndFinance/ChartPie/ChartPie.tsx';
31
+ export { default as ChartBarHorizontal } from './MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.tsx';
32
+ export { default as SildersHorizontal } from './Media/SlidersHorizontal/SlidersHorizontal.tsx';
33
+ export { default as TextAa } from './OfficeAndEditing/TextAa/TextAa.tsx';
34
+ export { default as TextColumns } from './OfficeAndEditing/TextColumns/TextColumns.tsx';
35
+ export { default as Folder } from './OfficeAndEditing/Folder/Folder.tsx';
36
+ export { default as ListBullets } from './OfficeAndEditing/ListBullets/ListBullets.tsx';
37
+ export { default as Printer } from './OfficeAndEditing/Printer/Printer.tsx';
38
+ export { default as User } from './People/User/User.tsx';
16
39
  export { default as WarningCircle } from './SecurityAndWarnings/WarningCircle/WarningCircle';
17
40
  export { default as Bell } from './SystemAndDevice/Bell/Bell';
18
41
  export { default as MagnifyingGlass } from './SystemAndDevice/MagnifyingGlass/MagnifyingGlass';
42
+ export { default as DotsSixVertical } from './SystemAndDevice/DotSixVertical/DotSixVertical.tsx';
43
+ export { default as DotsThreeVertical } from './SystemAndDevice/DotsThreeVertical/DotsThreeVertical.tsx';
44
+ export { default as CheckSquare } from './SystemAndDevice/CheckSquare/CheckSquare.tsx';
45
+ export { default as RadioButtonIcon } from './SystemAndDevice/RadioButtonIcon/RadioButtonIcon.tsx';
46
+ export { default as Gear } from './SystemAndDevice/Gear/Gear.tsx';
47
+ export { default as DownloadSimple } from './SystemAndDevice/DownloadSimple/DownloadSimple.tsx';
19
48
  export { default as CalendarBank } from './Time/CalendarBank/CalendarBank';
20
49
  export { default as Clock } from './Time/Clock/Clock';
@@ -1,2 +1,3 @@
1
- declare const CalloutPopup: () => void;
1
+ import CalloutPopupProps from "./CalloutPopupProps.tsx";
2
+ declare const CalloutPopup: (props: CalloutPopupProps) => import("react/jsx-runtime").JSX.Element;
2
3
  export default CalloutPopup;
@@ -0,0 +1,3 @@
1
+ import CalloutPopupActionHolderProps from "./CalloutPopupActionHolderProps.tsx";
2
+ declare const CalloutPopupActionHolder: (props: CalloutPopupActionHolderProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default CalloutPopupActionHolder;
@@ -0,0 +1,6 @@
1
+ import { ReactNode } from "react";
2
+ interface CalloutPopupActionHolderProps {
3
+ children?: ReactNode;
4
+ extraClass?: string;
5
+ }
6
+ export default CalloutPopupActionHolderProps;
@@ -0,0 +1,6 @@
1
+ import { ReactNode } from "react";
2
+ interface CalloutPopupProps {
3
+ children?: ReactNode;
4
+ extraClass?: string;
5
+ }
6
+ export default CalloutPopupProps;
@@ -1,5 +1,6 @@
1
- import { MouseEvent } from "react";
1
+ import { MouseEvent, ReactNode } from "react";
2
2
  interface SidebarChevronProps {
3
3
  onClick?: (e: MouseEvent) => void;
4
+ icon?: ReactNode;
4
5
  }
5
6
  export default SidebarChevronProps;
@@ -1,3 +1,3 @@
1
1
  import sidebarSubNavigationProps from "./SidebarSubNavigationProps.tsx";
2
- declare const SidebarSubNavigationItem: (props: sidebarSubNavigationProps) => import("react/jsx-runtime").JSX.Element;
3
- export default SidebarSubNavigationItem;
2
+ declare const SidebarSubNavigation: (props: sidebarSubNavigationProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default SidebarSubNavigation;
@@ -4,5 +4,6 @@ interface SidebarSubNavigationProps {
4
4
  title?: string;
5
5
  extraClass?: string;
6
6
  onClick?: (e: MouseEvent) => void;
7
+ subNavToggle?: boolean;
7
8
  }
8
9
  export default SidebarSubNavigationProps;
@@ -1,4 +1,5 @@
1
1
  export { default as CalloutPopup } from './CalloutPopup/CalloutPopup';
2
+ export { default as CalloutPopupActionHolder } from './CalloutPopup/CalloutPopupActionHolder.tsx';
2
3
  export { default as Header } from './Header/Header';
3
4
  export { default as HeaderLeft } from './Header/HeaderLeft';
4
5
  export { default as HeaderRight } from './Header/HeaderRight';