@luscii-healthtech/web-ui 27.4.5 → 27.5.1

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.
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "./types/IconProps.type";
3
+ declare const _default: (props: IconProps) => JSX.Element;
4
+ export default _default;
@@ -59,6 +59,7 @@ export { default as MoreIcon } from "./MoreIcon";
59
59
  export { default as MouseIcon } from "./MouseIcon";
60
60
  export { default as NoteIcon } from "./NoteIcon";
61
61
  export { default as PageViewIcon } from "./PageViewIcon";
62
+ export { default as PaperclipIcon } from "./PaperclipIcon";
62
63
  export { default as PatientIcon } from "./PatientIcon";
63
64
  export { default as PencilIcon } from "./PencilIcon";
64
65
  export { default as PhoneIcon } from "./PhoneIcon";
@@ -4,7 +4,7 @@ type FormFieldWidth = "sm" | "md" | "lg" | "xl" | "full";
4
4
  export declare const StyledInput: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & {
5
5
  suffix?: string | undefined;
6
6
  prefix?: string | undefined;
7
- icon?: "AlarmClockIcon" | "AmberAlertIcon" | "BellIconSlashed" | "BellIcon" | "BluetoothIcon" | "BrushIcon" | "CalendarDayIcon" | "CalendarMonthIcon" | "CalendarRepeatIcon" | "ChartBarsIcon" | "ChartLineAndBarsIcon" | "ChatBubbleIcon" | "ChatBubbleWithTextIcon" | "CheckIcon" | "ChevronDoubleIcon" | "ChevronDownIcon" | "ChevronLeftIcon" | "ChevronRightIcon" | "ClockIcon" | "CogwheelIcon" | "CopyToClipboardIcon" | "CrossIcon" | "CrossInCircleIcon" | "CrossInFilledCircleIcon" | "DatabaseIcon" | "DownloadIcon" | "DragIndicatorIcon" | "EarthIcon" | "EmailIcon" | "EmptyIcon" | "ExclamationMarkIcon" | "ExportIcon" | "ExternalLinkIcon" | "EyeClosedIcon" | "EyeOpenIcon" | "FilterIcon" | "FireIcon" | "FirstAidKitIcon" | "FlagIcon" | "ForwardIcon" | "GroupIcon" | "GroupOfThreeIcon" | "HamburgerIcon" | "HandshakeIcon" | "HeartIcon" | "HomeIcon" | "ImageIcon" | "InfoIcon" | "LifebuoyIcon" | "LightBulbIcon" | "LinkIcon" | "ListIcon" | "LockIcon" | "LogInIcon" | "LogOutIcon" | "MessageWithArrowIcon" | "MoreIcon" | "MouseIcon" | "NoteIcon" | "PageViewIcon" | "PatientIcon" | "PencilIcon" | "PhoneIcon" | "PieChartIcon" | "PinIcon" | "PlusIcon" | "PrinterIcon" | "RedAlertIcon" | "RobotIcon" | "RocketIcon" | "SearchIcon" | "ShareIcon" | "SmallCircleIcon" | "SmallDiamondIcon" | "SmallSquareIcon" | "StarIcon" | "TrashBinIcon" | "TreeIcon" | "AddIcon" | "AlertsIcon" | "ChartIcon" | "ChatBoxIcon" | "DeleteIcon" | "DragIcon" | "EditIcon" | "EyeIcon" | "EyeIconSlashed" | "GearIcon" | "MessagesIcon" | "NotesIcon" | "PrintIcon" | "SpaceRocketIcon" | "SettingsIcon" | "RightArrowIcon" | "DownArrowIcon" | "LeftArrowIcon" | "WarningIcon" | "ChartLineColoredIcon" | "GearColoredIcon" | "GroupColoredIcon" | "StatusColoredIcon" | React.FC<IconProps> | undefined;
7
+ icon?: "AlarmClockIcon" | "AmberAlertIcon" | "BellIconSlashed" | "BellIcon" | "BluetoothIcon" | "BrushIcon" | "CalendarDayIcon" | "CalendarMonthIcon" | "CalendarRepeatIcon" | "ChartBarsIcon" | "ChartLineAndBarsIcon" | "ChatBubbleIcon" | "ChatBubbleWithTextIcon" | "CheckIcon" | "ChevronDoubleIcon" | "ChevronDownIcon" | "ChevronLeftIcon" | "ChevronRightIcon" | "ClockIcon" | "CogwheelIcon" | "CopyToClipboardIcon" | "CrossIcon" | "CrossInCircleIcon" | "CrossInFilledCircleIcon" | "DatabaseIcon" | "DownloadIcon" | "DragIndicatorIcon" | "EarthIcon" | "EmailIcon" | "EmptyIcon" | "ExclamationMarkIcon" | "ExportIcon" | "ExternalLinkIcon" | "EyeClosedIcon" | "EyeOpenIcon" | "FilterIcon" | "FireIcon" | "FirstAidKitIcon" | "FlagIcon" | "ForwardIcon" | "GroupIcon" | "GroupOfThreeIcon" | "HamburgerIcon" | "HandshakeIcon" | "HeartIcon" | "HomeIcon" | "ImageIcon" | "InfoIcon" | "LifebuoyIcon" | "LightBulbIcon" | "LinkIcon" | "ListIcon" | "LockIcon" | "LogInIcon" | "LogOutIcon" | "MessageWithArrowIcon" | "MoreIcon" | "MouseIcon" | "NoteIcon" | "PageViewIcon" | "PaperclipIcon" | "PatientIcon" | "PencilIcon" | "PhoneIcon" | "PieChartIcon" | "PinIcon" | "PlusIcon" | "PrinterIcon" | "RedAlertIcon" | "RobotIcon" | "RocketIcon" | "SearchIcon" | "ShareIcon" | "SmallCircleIcon" | "SmallDiamondIcon" | "SmallSquareIcon" | "StarIcon" | "TrashBinIcon" | "TreeIcon" | "AddIcon" | "AlertsIcon" | "ChartIcon" | "ChatBoxIcon" | "DeleteIcon" | "DragIcon" | "EditIcon" | "EyeIcon" | "EyeIconSlashed" | "GearIcon" | "MessagesIcon" | "NotesIcon" | "PrintIcon" | "SpaceRocketIcon" | "SettingsIcon" | "RightArrowIcon" | "DownArrowIcon" | "LeftArrowIcon" | "WarningIcon" | "ChartLineColoredIcon" | "GearColoredIcon" | "GroupColoredIcon" | "StatusColoredIcon" | React.FC<IconProps> | undefined;
8
8
  width?: FormFieldWidth | undefined;
9
9
  isError?: boolean | undefined;
10
10
  isClearIconVisible?: boolean | undefined;
@@ -615,6 +615,13 @@ const SvgPageViewIcon = (props) => React__namespace.default.createElement(
615
615
  );
616
616
  var PageViewIcon = IconWrapper(SvgPageViewIcon);
617
617
 
618
+ const SvgPaperclipIcon = (props) => React__namespace.default.createElement(
619
+ "svg",
620
+ Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props),
621
+ React__namespace.default.createElement("path", { fill: "currentColor", fillOpacity: 0.8, d: "M17.673 15.644c0 1.624-.565 3.006-1.695 4.146-1.13 1.14-2.506 1.71-4.127 1.71s-2.998-.57-4.132-1.71c-1.133-1.14-1.7-2.522-1.7-4.146v-8.99c0-1.154.4-2.135 1.202-2.942C8.022 2.904 9 2.5 10.154 2.5s2.131.404 2.932 1.212c.802.807 1.203 1.788 1.203 2.942v8.51a2.38 2.38 0 0 1-.708 1.733 2.328 2.328 0 0 1-1.724.718 2.372 2.372 0 0 1-1.735-.713 2.357 2.357 0 0 1-.718-1.739V6.386h1.5v8.779c0 .268.09.493.27.677.18.183.404.275.672.275a.904.904 0 0 0 .672-.275.928.928 0 0 0 .27-.677v-8.52c-.01-.738-.266-1.364-.769-1.876C11.516 4.256 10.895 4 10.154 4c-.738 0-1.361.258-1.87.773a2.576 2.576 0 0 0-.765 1.88v8.991c-.01 1.21.408 2.237 1.254 3.085.846.847 1.873 1.271 3.082 1.271 1.19 0 2.203-.424 3.037-1.271.834-.848 1.26-1.876 1.281-3.085v-9.26h1.5v9.26Z" })
622
+ );
623
+ var PaperclipIcon = IconWrapper(SvgPaperclipIcon);
624
+
618
625
  const SvgPatientIcon = (props) => React__namespace.default.createElement(
619
626
  "svg",
620
627
  Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props),
@@ -823,6 +830,7 @@ var Icons = /*#__PURE__*/Object.freeze({
823
830
  NoteIcon: NoteIcon,
824
831
  NotesIcon: NoteIcon,
825
832
  PageViewIcon: PageViewIcon,
833
+ PaperclipIcon: PaperclipIcon,
826
834
  PatientIcon: PatientIcon,
827
835
  PencilIcon: EditIcon,
828
836
  PhoneIcon: PhoneIcon,
@@ -6230,6 +6238,7 @@ exports.Page = Page;
6230
6238
  exports.PageHeader = PageHeader;
6231
6239
  exports.PageViewIcon = PageViewIcon;
6232
6240
  exports.PaginationMenu = PaginationMenu;
6241
+ exports.PaperclipIcon = PaperclipIcon;
6233
6242
  exports.PatientIcon = PatientIcon;
6234
6243
  exports.PencilIcon = EditIcon;
6235
6244
  exports.PhoneIcon = PhoneIcon;