@luscii-healthtech/web-ui 28.8.6 → 28.9.0
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/components/Icons/AbsentIcon.d.ts +4 -0
- package/dist/components/Icons/AssignedIcon.d.ts +4 -0
- package/dist/components/Icons/GrayAlertIcon.d.ts +4 -0
- package/dist/components/Icons/HeartMinusIcon.d.ts +4 -0
- package/dist/components/Icons/StopwatchIcon.d.ts +4 -0
- package/dist/components/Icons/TadaIcon.d.ts +4 -0
- package/dist/components/Icons/UnassignedIcon.d.ts +4 -0
- package/dist/components/Icons/index.d.ts +7 -0
- package/dist/components/Input/StyledInput.d.ts +1 -1
- package/dist/index.development.js +64 -1
- package/dist/index.development.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/web-ui.esm.js +1 -1
- package/dist/web-ui.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export * from "./special-icons";
|
|
2
|
+
export { default as AbsentIcon } from "./AbsentIcon";
|
|
2
3
|
export { default as AlarmClockIcon } from "./AlarmClockIcon";
|
|
3
4
|
export { default as AmberAlertIcon } from "./AmberAlertIcon";
|
|
5
|
+
export { default as AssignedIcon } from "./AssignedIcon";
|
|
4
6
|
export { default as BellIconSlashed } from "./BellIconSlashed";
|
|
5
7
|
export { default as BellIcon } from "./BellIcon";
|
|
6
8
|
export { default as BluetoothIcon } from "./BluetoothIcon";
|
|
@@ -39,11 +41,13 @@ export { default as FireIcon } from "./FireIcon";
|
|
|
39
41
|
export { default as FirstAidKitIcon } from "./FirstAidKitIcon";
|
|
40
42
|
export { default as FlagIcon } from "./FlagIcon";
|
|
41
43
|
export { default as ForwardIcon } from "./ForwardIcon";
|
|
44
|
+
export { default as GrayAlertIcon } from "./GrayAlertIcon";
|
|
42
45
|
export { default as GroupIcon } from "./GroupIcon";
|
|
43
46
|
export { default as GroupOfThreeIcon } from "./GroupOfThreeIcon";
|
|
44
47
|
export { default as HamburgerIcon } from "./HamburgerIcon";
|
|
45
48
|
export { default as HandshakeIcon } from "./HandshakeIcon";
|
|
46
49
|
export { default as HeartIcon } from "./HeartIcon";
|
|
50
|
+
export { default as HeartMinusIcon } from "./HeartMinusIcon";
|
|
47
51
|
export { default as HomeIcon } from "./HomeIcon";
|
|
48
52
|
export { default as ImageIcon } from "./ImageIcon";
|
|
49
53
|
export { default as InfoIcon } from "./InfoIcon";
|
|
@@ -76,8 +80,11 @@ export { default as SmallCircleIcon } from "./SmallCircleIcon";
|
|
|
76
80
|
export { default as SmallDiamondIcon } from "./SmallDiamondIcon";
|
|
77
81
|
export { default as SmallSquareIcon } from "./SmallSquareIcon";
|
|
78
82
|
export { default as StarIcon } from "./StarIcon";
|
|
83
|
+
export { default as StopwatchIcon } from "./StopwatchIcon";
|
|
84
|
+
export { default as TadaIcon } from "./TadaIcon";
|
|
79
85
|
export { default as TrashBinIcon } from "./TrashBinIcon";
|
|
80
86
|
export { default as TreeIcon } from "./TreeIcon";
|
|
87
|
+
export { default as UnassignedIcon } from "./UnassignedIcon";
|
|
81
88
|
/**
|
|
82
89
|
* These exports are to ensure backwards compatibility with the
|
|
83
90
|
* old icon names, until we are ready to make the breaking change
|
|
@@ -4,7 +4,7 @@ import { FormFieldSize } from "../../types/general.types";
|
|
|
4
4
|
export declare const StyledInput: React.ForwardRefExoticComponent<Omit<Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "width"> & {
|
|
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" | "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;
|
|
7
|
+
icon?: "AbsentIcon" | "AlarmClockIcon" | "AmberAlertIcon" | "AssignedIcon" | "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" | "GrayAlertIcon" | "GroupIcon" | "GroupOfThreeIcon" | "HamburgerIcon" | "HandshakeIcon" | "HeartIcon" | "HeartMinusIcon" | "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" | "StopwatchIcon" | "TadaIcon" | "TrashBinIcon" | "TreeIcon" | "UnassignedIcon" | "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?: FormFieldSize | [FormFieldSize, (FormFieldSize | undefined)?, (FormFieldSize | undefined)?, (FormFieldSize | undefined)?, (FormFieldSize | undefined)?] | undefined;
|
|
9
9
|
isError?: boolean | undefined;
|
|
10
10
|
isClearIconVisible?: boolean | undefined;
|
|
@@ -198,6 +198,13 @@ const SvgStatusColoredIcon = (props) => React__namespace.default.createElement(
|
|
|
198
198
|
);
|
|
199
199
|
var StatusColoredIcon = IconWrapper(SvgStatusColoredIcon);
|
|
200
200
|
|
|
201
|
+
const SvgAbsentIcon = (props) => React__namespace.default.createElement(
|
|
202
|
+
"svg",
|
|
203
|
+
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props),
|
|
204
|
+
React__namespace.default.createElement("path", { fill: "currentColor", d: "M8 12.75h8c.212 0 .39-.072.534-.216A.726.726 0 0 0 16.75 12a.725.725 0 0 0-.216-.535.726.726 0 0 0-.534-.215H8a.725.725 0 0 0-.534.216.726.726 0 0 0-.216.534c0 .213.072.391.216.535A.726.726 0 0 0 8 12.75Zm4.002 8.75a9.255 9.255 0 0 1-3.705-.748 9.596 9.596 0 0 1-3.018-2.03 9.591 9.591 0 0 1-2.03-3.016 9.245 9.245 0 0 1-.749-3.704c0-1.314.25-2.55.748-3.705a9.597 9.597 0 0 1 2.03-3.017 9.592 9.592 0 0 1 3.016-2.032 9.245 9.245 0 0 1 3.704-.748c1.314 0 2.55.25 3.705.748a9.597 9.597 0 0 1 3.018 2.03 9.592 9.592 0 0 1 2.03 3.016 9.245 9.245 0 0 1 .749 3.704c0 1.314-.25 2.55-.748 3.705a9.597 9.597 0 0 1-2.03 3.018 9.592 9.592 0 0 1-3.016 2.03 9.247 9.247 0 0 1-3.704.749ZM12 20c2.233 0 4.125-.775 5.675-2.325C19.225 16.125 20 14.233 20 12c0-2.233-.775-4.125-2.325-5.675C16.125 4.775 14.233 4 12 4c-2.233 0-4.125.775-5.675 2.325C4.775 7.875 4 9.767 4 12c0 2.233.775 4.125 2.325 5.675C7.875 19.225 9.767 20 12 20Z" })
|
|
205
|
+
);
|
|
206
|
+
var AbsentIcon = IconWrapper(SvgAbsentIcon);
|
|
207
|
+
|
|
201
208
|
const SvgAlarmClockIcon = (props) => React__namespace.default.createElement(
|
|
202
209
|
"svg",
|
|
203
210
|
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props),
|
|
@@ -212,6 +219,13 @@ const SvgAmberAlertIcon = (props) => React__namespace.default.createElement(
|
|
|
212
219
|
);
|
|
213
220
|
var AmberAlertIcon = IconWrapper(SvgAmberAlertIcon);
|
|
214
221
|
|
|
222
|
+
const SvgAssignedIcon = (props) => React__namespace.default.createElement(
|
|
223
|
+
"svg",
|
|
224
|
+
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props),
|
|
225
|
+
React__namespace.default.createElement("path", { fill: "currentColor", d: "M1.798 17.084c0-.515.133-.975.4-1.38a2.72 2.72 0 0 1 1.065-.943c.95-.465 1.906-.823 2.867-1.075.96-.252 2.017-.378 3.168-.378 1.151 0 2.207.126 3.168.377.961.252 1.917.61 2.867 1.076.445.225.8.54 1.066.944.266.404.399.864.399 1.38v.703c0 .403-.148.757-.443 1.062a1.442 1.442 0 0 1-1.076.458H3.317c-.421 0-.78-.148-1.076-.444a1.466 1.466 0 0 1-.443-1.076v-.704Zm18.885 2.224h-2.271a3.173 3.173 0 0 0 .386-1.52v-.826c0-.657-.16-1.282-.482-1.877a4.544 4.544 0 0 0-1.368-1.531c.67.1 1.307.255 1.91.464.602.21 1.177.458 1.725.743.516.276.915.601 1.197.975.281.374.422.783.422 1.226v.826c0 .422-.148.78-.444 1.076a1.465 1.465 0 0 1-1.075.444ZM9.298 11.692c-.963 0-1.786-.342-2.472-1.028-.685-.685-1.028-1.51-1.028-2.472s.343-1.786 1.028-2.471c.686-.686 1.51-1.029 2.472-1.029.963 0 1.787.343 2.472 1.029.685.685 1.028 1.509 1.028 2.471 0 .963-.343 1.787-1.028 2.472a3.368 3.368 0 0 1-2.472 1.028Zm8.635-3.5c0 .963-.343 1.787-1.029 2.472a3.366 3.366 0 0 1-2.471 1.028c-.113 0-.257-.013-.431-.038a3.765 3.765 0 0 1-.43-.085c.394-.474.697-1 .909-1.578a5.194 5.194 0 0 0-.007-3.593 5.779 5.779 0 0 0-.903-1.582c.144-.052.287-.085.431-.1.143-.016.287-.024.43-.024.963 0 1.787.343 2.472 1.029.686.685 1.029 1.509 1.029 2.471ZM3.298 17.808h12v-.724a1.01 1.01 0 0 0-.157-.557c-.104-.163-.27-.305-.497-.427a11.8 11.8 0 0 0-2.542-.965 11.506 11.506 0 0 0-2.804-.327c-.997 0-1.932.109-2.804.328-.872.218-1.719.54-2.542.964-.227.122-.393.264-.497.427a1.01 1.01 0 0 0-.157.557v.724Zm6-7.616c.55 0 1.02-.196 1.412-.587.392-.392.588-.863.588-1.413s-.196-1.02-.588-1.412a1.926 1.926 0 0 0-1.412-.588c-.55 0-1.02.196-1.413.588a1.926 1.926 0 0 0-.587 1.412c0 .55.196 1.021.587 1.413a1.93 1.93 0 0 0 1.413.587Z" })
|
|
226
|
+
);
|
|
227
|
+
var AssignedIcon = IconWrapper(SvgAssignedIcon);
|
|
228
|
+
|
|
215
229
|
const SvgBellIconSlashed = (props) => React__namespace.default.createElement(
|
|
216
230
|
"svg",
|
|
217
231
|
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props),
|
|
@@ -481,6 +495,13 @@ const SvgForwardIcon = (props) => React__namespace.default.createElement(
|
|
|
481
495
|
);
|
|
482
496
|
var ForwardIcon = IconWrapper(SvgForwardIcon);
|
|
483
497
|
|
|
498
|
+
const SvgGrayAlertIcon = (props) => React__namespace.default.createElement(
|
|
499
|
+
"svg",
|
|
500
|
+
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 12 12" }, props),
|
|
501
|
+
React__namespace.default.createElement("path", { fill: "#F8FAFC", stroke: "currentColor", strokeWidth: 2, d: "M6 9.912 1.685 2h8.63L6 9.912Z" })
|
|
502
|
+
);
|
|
503
|
+
var GrayAlertIcon = IconWrapper(SvgGrayAlertIcon);
|
|
504
|
+
|
|
484
505
|
const SvgGroupIcon = (props) => React__namespace.default.createElement(
|
|
485
506
|
"svg",
|
|
486
507
|
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props),
|
|
@@ -512,10 +533,17 @@ var HandshakeIcon = IconWrapper(SvgHandshakeIcon);
|
|
|
512
533
|
const SvgHeartIcon = (props) => React__namespace.default.createElement(
|
|
513
534
|
"svg",
|
|
514
535
|
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props),
|
|
515
|
-
React__namespace.default.createElement("path", { fill: "currentColor", d: "
|
|
536
|
+
React__namespace.default.createElement("path", { fill: "currentColor", d: "M11.99 19.71c-.214 0-.429-.039-.645-.116a1.52 1.52 0 0 1-.57-.361l-1.437-1.306a65.865 65.865 0 0 1-4.748-4.764C3.197 11.602 2.5 9.931 2.5 8.15c0-1.42.478-2.607 1.436-3.565C4.893 3.628 6.08 3.15 7.5 3.15c.806 0 1.603.186 2.39.558.786.372 1.49.975 2.11 1.811.62-.836 1.324-1.44 2.11-1.811a5.542 5.542 0 0 1 2.39-.558c1.42 0 2.607.478 3.564 1.435.957.958 1.436 2.146 1.436 3.565 0 1.801-.708 3.49-2.125 5.068a63.8 63.8 0 0 1-4.739 4.724l-1.42 1.29a1.512 1.512 0 0 1-.575.362 1.96 1.96 0 0 1-.65.115Zm-.71-12.672c-.54-.824-1.11-1.428-1.708-1.812-.598-.384-1.289-.576-2.072-.576-1 0-1.833.333-2.5 1s-1 1.5-1 2.5c0 .802.259 1.642.776 2.517a16.265 16.265 0 0 0 1.948 2.612 35.68 35.68 0 0 0 2.54 2.536c.911.826 1.756 1.593 2.534 2.302a.294.294 0 0 0 .202.077.294.294 0 0 0 .202-.077c.778-.709 1.623-1.476 2.534-2.302a35.667 35.667 0 0 0 2.54-2.536 16.265 16.265 0 0 0 1.948-2.612c.517-.875.776-1.715.776-2.517 0-1-.333-1.833-1-2.5s-1.5-1-2.5-1c-.783 0-1.474.192-2.072.576-.598.384-1.168.988-1.709 1.812a.818.818 0 0 1-.319.289.885.885 0 0 1-.8 0 .818.818 0 0 1-.32-.289Z" })
|
|
516
537
|
);
|
|
517
538
|
var HeartIcon = IconWrapper(SvgHeartIcon);
|
|
518
539
|
|
|
540
|
+
const SvgHeartMinusIcon = (props) => React__namespace.default.createElement(
|
|
541
|
+
"svg",
|
|
542
|
+
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props),
|
|
543
|
+
React__namespace.default.createElement("path", { fill: "currentColor", d: "M15.615 13.75a.725.725 0 0 1-.534-.216.726.726 0 0 1-.216-.534c0-.213.072-.391.216-.534a.725.725 0 0 1 .534-.216h6c.213 0 .39.072.535.216a.726.726 0 0 1 .215.534.725.725 0 0 1-.215.534.726.726 0 0 1-.535.216h-6ZM1.5 8.35c0-1.42.478-2.605 1.436-3.557.957-.952 2.145-1.428 3.564-1.428a5.25 5.25 0 0 1 2.475.613c.777.408 1.452.994 2.025 1.757.573-.763 1.248-1.349 2.025-1.757a5.245 5.245 0 0 1 2.475-.613c1.363 0 2.544.47 3.542 1.406.999.937 1.498 2.103 1.498 3.498a3.57 3.57 0 0 1-.14 1.008c-.033.284-.14.482-.318.592a.828.828 0 0 1-1.055-.126c-.142-.145-.197-.335-.164-.572a4.13 4.13 0 0 0 .096-.463c.02-.148.032-.294.032-.439 0-1.037-.361-1.864-1.083-2.48-.722-.616-1.525-.924-2.408-.924a3.64 3.64 0 0 0-2.172.698 7.125 7.125 0 0 0-1.684 1.706.622.622 0 0 1-.28.25.892.892 0 0 1-.366.077.788.788 0 0 1-.642-.327 7.126 7.126 0 0 0-1.684-1.706A3.64 3.64 0 0 0 6.5 4.865c-.963 0-1.787.33-2.472.99C3.343 6.515 3 7.347 3 8.35c0 .555.117 1.12.35 1.692.233.572.65 1.233 1.25 1.982.6.75 1.417 1.626 2.45 2.63A127.56 127.56 0 0 0 11 18.3l2.35-2.114a.705.705 0 0 1 .533-.188c.2.013.368.089.506.229.155.155.228.34.22.555a.698.698 0 0 1-.261.53l-2.321 2.1a1.34 1.34 0 0 1-.488.293 1.661 1.661 0 0 1-1.08 0 1.254 1.254 0 0 1-.486-.309 1307.8 1307.8 0 0 1-3.151-2.861 33.565 33.565 0 0 1-2.708-2.748c-.787-.904-1.42-1.806-1.898-2.706-.477-.9-.716-1.81-.716-2.731Z" })
|
|
544
|
+
);
|
|
545
|
+
var HeartMinusIcon = IconWrapper(SvgHeartMinusIcon);
|
|
546
|
+
|
|
519
547
|
const SvgHomeIcon = (props) => React__namespace.default.createElement(
|
|
520
548
|
"svg",
|
|
521
549
|
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props),
|
|
@@ -743,6 +771,20 @@ const SvgStarIcon = (props) => React__namespace.default.createElement(
|
|
|
743
771
|
);
|
|
744
772
|
var StarIcon = IconWrapper(SvgStarIcon);
|
|
745
773
|
|
|
774
|
+
const SvgStopwatchIcon = (props) => React__namespace.default.createElement(
|
|
775
|
+
"svg",
|
|
776
|
+
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props),
|
|
777
|
+
React__namespace.default.createElement("path", { fill: "currentColor", d: "M9.942 2.75a.725.725 0 0 1-.534-.216A.726.726 0 0 1 9.192 2c0-.213.072-.391.216-.534a.725.725 0 0 1 .534-.216h4.116c.212 0 .39.072.534.216a.726.726 0 0 1 .216.534.722.722 0 0 1-.216.534.725.725 0 0 1-.534.216H9.942ZM12 13.808a.722.722 0 0 0 .534-.216.725.725 0 0 0 .216-.534V8.942a.725.725 0 0 0-.216-.534.726.726 0 0 0-.534-.216.725.725 0 0 0-.534.216.725.725 0 0 0-.216.534v4.116c0 .212.072.39.216.534a.726.726 0 0 0 .534.216Zm0 7.692a8.222 8.222 0 0 1-3.298-.67 8.623 8.623 0 0 1-2.706-1.826 8.625 8.625 0 0 1-1.827-2.706A8.223 8.223 0 0 1 3.5 13c0-1.166.223-2.265.67-3.298a8.624 8.624 0 0 1 1.826-2.706A8.624 8.624 0 0 1 8.702 5.17 8.223 8.223 0 0 1 12 4.5c1.001 0 1.966.17 2.893.51.928.34 1.789.826 2.584 1.46l.72-.72a.724.724 0 0 1 .521-.213.707.707 0 0 1 .532.213c.145.145.217.32.217.527a.717.717 0 0 1-.217.527l-.72.719a9.204 9.204 0 0 1 1.46 2.584c.34.927.51 1.892.51 2.893a8.223 8.223 0 0 1-.67 3.298 8.624 8.624 0 0 1-1.826 2.706 8.623 8.623 0 0 1-2.706 1.827A8.222 8.222 0 0 1 12 21.5Zm0-1.5c1.933 0 3.583-.683 4.95-2.05C18.317 16.583 19 14.933 19 13c0-1.933-.683-3.583-2.05-4.95C15.583 6.683 13.933 6 12 6c-1.933 0-3.583.683-4.95 2.05C5.683 9.417 5 11.067 5 13c0 1.933.683 3.583 2.05 4.95C8.417 19.317 10.067 20 12 20Z" })
|
|
778
|
+
);
|
|
779
|
+
var StopwatchIcon = IconWrapper(SvgStopwatchIcon);
|
|
780
|
+
|
|
781
|
+
const SvgTadaIcon = (props) => React__namespace.default.createElement(
|
|
782
|
+
"svg",
|
|
783
|
+
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props),
|
|
784
|
+
React__namespace.default.createElement("path", { fill: "currentColor", d: "m5.271 18.7 7.05-2.5-4.55-4.55-2.5 7.05ZM22.342 7.275a.554.554 0 0 1-.414.187.568.568 0 0 1-.415-.177l-.065-.066a1.348 1.348 0 0 0-.99-.407c-.389 0-.719.135-.99.407l-5.066 5.066a.585.585 0 0 1-.414.181.567.567 0 0 1-.425-.181.58.58 0 0 1-.186-.42.58.58 0 0 1 .186-.419l5.066-5.065a2.478 2.478 0 0 1 1.819-.752c.712 0 1.318.25 1.82.752l.074.075a.562.562 0 0 1 0 .819ZM9.88 4.4a.58.58 0 0 1 .42-.187.58.58 0 0 1 .418.187l.212.212c.533.533.8 1.173.8 1.919s-.267 1.386-.8 1.919l-.18.18a.586.586 0 0 1-.415.183.567.567 0 0 1-.424-.182.58.58 0 0 1-.187-.42.58.58 0 0 1 .187-.419l.18-.18c.298-.298.447-.658.447-1.081 0-.423-.15-.784-.447-1.081l-.211-.212a.585.585 0 0 1-.182-.414.567.567 0 0 1 .182-.424Zm3.857-1.73a.58.58 0 0 1 .42-.187.58.58 0 0 1 .419.186l1.065 1.066c.508.507.762 1.117.762 1.828 0 .712-.254 1.322-.762 1.83l-3.065 3.065a.585.585 0 0 1-.414.181.567.567 0 0 1-.425-.181.58.58 0 0 1-.186-.42.58.58 0 0 1 .186-.419l3.066-3.065c.272-.272.408-.602.408-.99 0-.389-.136-.72-.408-.99l-1.066-1.066a.585.585 0 0 1-.181-.415.567.567 0 0 1 .181-.424Zm7.116 11.441a.579.579 0 0 1-.42.187.58.58 0 0 1-.419-.187l-.777-.776a1.517 1.517 0 0 0-1.115-.456c-.44 0-.811.152-1.115.456l-.777.776a.585.585 0 0 1-.415.182.567.567 0 0 1-.424-.181.58.58 0 0 1-.186-.42.58.58 0 0 1 .186-.419l.777-.777c.54-.54 1.191-.81 1.954-.81.763 0 1.414.27 1.954.81l.777.777a.585.585 0 0 1 .182.415.567.567 0 0 1-.182.423ZM3.43 19.365l3.275-9.105a.93.93 0 0 1 .349-.452.92.92 0 0 1 .841-.095c.104.04.203.107.296.2l5.866 5.866c.093.093.16.192.2.296a.92.92 0 0 1-.095.841.93.93 0 0 1-.452.35L4.606 20.54a.794.794 0 0 1-.522.033.993.993 0 0 1-.686-.686.794.794 0 0 1 .033-.522Z" })
|
|
785
|
+
);
|
|
786
|
+
var TadaIcon = IconWrapper(SvgTadaIcon);
|
|
787
|
+
|
|
746
788
|
const SvgTrashBinIcon = (props) => React__namespace.default.createElement(
|
|
747
789
|
"svg",
|
|
748
790
|
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props),
|
|
@@ -757,12 +799,21 @@ const SvgTreeIcon = (props) => React__namespace.default.createElement(
|
|
|
757
799
|
);
|
|
758
800
|
var TreeIcon = IconWrapper(SvgTreeIcon);
|
|
759
801
|
|
|
802
|
+
const SvgUnassignedIcon = (props) => React__namespace.default.createElement(
|
|
803
|
+
"svg",
|
|
804
|
+
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props),
|
|
805
|
+
React__namespace.default.createElement("path", { fill: "currentColor", d: "M12.596 11.642c.426-.463.74-.994.944-1.594.204-.6.306-1.219.306-1.856s-.102-1.256-.306-1.856a4.442 4.442 0 0 0-.944-1.594c.878.102 1.607.48 2.188 1.138.58.657.87 1.428.87 2.312 0 .885-.29 1.656-.87 2.313a3.332 3.332 0 0 1-2.188 1.137Zm4.863 7.666a3.164 3.164 0 0 0 .387-1.52v-.826c0-.546-.11-1.064-.333-1.556a3.623 3.623 0 0 0-.944-1.268c.767.256 1.473.6 2.117 1.033.645.434.968 1.03.968 1.79v.828c0 .421-.148.78-.444 1.075a1.465 1.465 0 0 1-1.075.444h-.676Zm4.945-8.558h-4a.725.725 0 0 1-.535-.216.726.726 0 0 1-.215-.534c0-.213.072-.391.215-.534a.726.726 0 0 1 .535-.216h4c.212 0 .39.072.534.216a.726.726 0 0 1 .216.534.722.722 0 0 1-.216.534.726.726 0 0 1-.534.216Zm-14.058.942c-.962 0-1.786-.342-2.472-1.028-.685-.685-1.028-1.51-1.028-2.472s.343-1.786 1.028-2.471c.686-.686 1.51-1.029 2.472-1.029.963 0 1.787.343 2.472 1.029.685.685 1.028 1.509 1.028 2.471 0 .963-.343 1.787-1.028 2.472a3.368 3.368 0 0 1-2.472 1.028Zm-7.5 6.096v-.704c0-.49.133-.943.4-1.36a2.663 2.663 0 0 1 1.065-.963 14.519 14.519 0 0 1 2.992-1.09 12.949 12.949 0 0 1 6.086 0 14.52 14.52 0 0 1 2.992 1.09c.444.225.8.546 1.066.963.266.417.4.87.4 1.36v.704c0 .422-.149.78-.444 1.076a1.465 1.465 0 0 1-1.076.444H2.365c-.421 0-.78-.148-1.076-.444a1.466 1.466 0 0 1-.443-1.076Zm7.5-7.596a1.93 1.93 0 0 0 1.413-.587c.391-.392.587-.863.587-1.413s-.196-1.02-.587-1.412a1.926 1.926 0 0 0-1.413-.588c-.55 0-1.02.196-1.412.588a1.926 1.926 0 0 0-.588 1.412c0 .55.196 1.021.588 1.413.391.391.862.587 1.412.587Zm-6 7.616h12v-.724a.98.98 0 0 0-.176-.562 1.334 1.334 0 0 0-.478-.422 12.86 12.86 0 0 0-2.635-.965 11.396 11.396 0 0 0-5.422 0c-.895.22-1.774.54-2.635.965-.201.109-.36.25-.478.422a.98.98 0 0 0-.176.563v.723Z" })
|
|
806
|
+
);
|
|
807
|
+
var UnassignedIcon = IconWrapper(SvgUnassignedIcon);
|
|
808
|
+
|
|
760
809
|
var Icons = /*#__PURE__*/Object.freeze({
|
|
761
810
|
__proto__: null,
|
|
811
|
+
AbsentIcon: AbsentIcon,
|
|
762
812
|
AddIcon: AddIcon,
|
|
763
813
|
AlarmClockIcon: AlarmClockIcon,
|
|
764
814
|
AlertsIcon: BellIcon,
|
|
765
815
|
AmberAlertIcon: AmberAlertIcon,
|
|
816
|
+
AssignedIcon: AssignedIcon,
|
|
766
817
|
BellIcon: BellIcon,
|
|
767
818
|
BellIconSlashed: BellIconSlashed,
|
|
768
819
|
BluetoothIcon: BluetoothIcon,
|
|
@@ -812,12 +863,14 @@ var Icons = /*#__PURE__*/Object.freeze({
|
|
|
812
863
|
ForwardIcon: ForwardIcon,
|
|
813
864
|
GearColoredIcon: GearColoredIcon,
|
|
814
865
|
GearIcon: CogwheelIcon,
|
|
866
|
+
GrayAlertIcon: GrayAlertIcon,
|
|
815
867
|
GroupColoredIcon: GroupColoredIcon,
|
|
816
868
|
GroupIcon: GroupIcon,
|
|
817
869
|
GroupOfThreeIcon: GroupOfThreeIcon,
|
|
818
870
|
HamburgerIcon: HamburgerIcon,
|
|
819
871
|
HandshakeIcon: HandshakeIcon,
|
|
820
872
|
HeartIcon: HeartIcon,
|
|
873
|
+
HeartMinusIcon: HeartMinusIcon,
|
|
821
874
|
HomeIcon: HomeIcon,
|
|
822
875
|
ImageIcon: ImageIcon,
|
|
823
876
|
InfoIcon: InfoIcon,
|
|
@@ -858,8 +911,11 @@ var Icons = /*#__PURE__*/Object.freeze({
|
|
|
858
911
|
SpaceRocketIcon: RocketIcon,
|
|
859
912
|
StarIcon: StarIcon,
|
|
860
913
|
StatusColoredIcon: StatusColoredIcon,
|
|
914
|
+
StopwatchIcon: StopwatchIcon,
|
|
915
|
+
TadaIcon: TadaIcon,
|
|
861
916
|
TrashBinIcon: DeleteIcon,
|
|
862
917
|
TreeIcon: TreeIcon,
|
|
918
|
+
UnassignedIcon: UnassignedIcon,
|
|
863
919
|
WarningIcon: ExclamationMarkIcon
|
|
864
920
|
});
|
|
865
921
|
|
|
@@ -6366,12 +6422,14 @@ Object.defineProperty(exports, 'Toaster', {
|
|
|
6366
6422
|
enumerable: true,
|
|
6367
6423
|
get: function () { return sonner.Toaster; }
|
|
6368
6424
|
});
|
|
6425
|
+
exports.AbsentIcon = AbsentIcon;
|
|
6369
6426
|
exports.AccordionList = AccordionList;
|
|
6370
6427
|
exports.AccordionTemporary = Accordion;
|
|
6371
6428
|
exports.AddIcon = AddIcon;
|
|
6372
6429
|
exports.AlarmClockIcon = AlarmClockIcon;
|
|
6373
6430
|
exports.AlertsIcon = BellIcon;
|
|
6374
6431
|
exports.AmberAlertIcon = AmberAlertIcon;
|
|
6432
|
+
exports.AssignedIcon = AssignedIcon;
|
|
6375
6433
|
exports.Avatar = Avatar;
|
|
6376
6434
|
exports.Badge = Badge;
|
|
6377
6435
|
exports.BellIcon = BellIcon;
|
|
@@ -6449,12 +6507,14 @@ exports.ForwardIcon = ForwardIcon;
|
|
|
6449
6507
|
exports.FullPageModal = FullPageModal;
|
|
6450
6508
|
exports.GearColoredIcon = GearColoredIcon;
|
|
6451
6509
|
exports.GearIcon = CogwheelIcon;
|
|
6510
|
+
exports.GrayAlertIcon = GrayAlertIcon;
|
|
6452
6511
|
exports.GroupColoredIcon = GroupColoredIcon;
|
|
6453
6512
|
exports.GroupIcon = GroupIcon;
|
|
6454
6513
|
exports.GroupOfThreeIcon = GroupOfThreeIcon;
|
|
6455
6514
|
exports.HamburgerIcon = HamburgerIcon;
|
|
6456
6515
|
exports.HandshakeIcon = HandshakeIcon;
|
|
6457
6516
|
exports.HeartIcon = HeartIcon;
|
|
6517
|
+
exports.HeartMinusIcon = HeartMinusIcon;
|
|
6458
6518
|
exports.HomeIcon = HomeIcon;
|
|
6459
6519
|
exports.HoverIndicatorControl = HoverIndicatorControl;
|
|
6460
6520
|
exports.Icon = Icon;
|
|
@@ -6533,6 +6593,7 @@ exports.StarIcon = StarIcon;
|
|
|
6533
6593
|
exports.StatusColoredIcon = StatusColoredIcon;
|
|
6534
6594
|
exports.StatusIndicator = StatusIndicator;
|
|
6535
6595
|
exports.Steps = Steps;
|
|
6596
|
+
exports.StopwatchIcon = StopwatchIcon;
|
|
6536
6597
|
exports.StyledInput = StyledInput;
|
|
6537
6598
|
exports.StyledOrderedList = StyledOrderedList;
|
|
6538
6599
|
exports.StyledUnorderedList = StyledUnorderedList;
|
|
@@ -6541,6 +6602,7 @@ exports.Switcher = Switcher;
|
|
|
6541
6602
|
exports.TOASTER_TYPE_OPTIONS = TOASTER_TYPE_OPTIONS;
|
|
6542
6603
|
exports.Tabbar = Tabbar;
|
|
6543
6604
|
exports.Table = Table;
|
|
6605
|
+
exports.TadaIcon = TadaIcon;
|
|
6544
6606
|
exports.Tag = Tag;
|
|
6545
6607
|
exports.TagGroup = TagGroup;
|
|
6546
6608
|
exports.TertiaryButton = TertiaryButton;
|
|
@@ -6555,6 +6617,7 @@ exports.Title = Title;
|
|
|
6555
6617
|
exports.TrashBinIcon = DeleteIcon;
|
|
6556
6618
|
exports.TreeIcon = TreeIcon;
|
|
6557
6619
|
exports.UList = UnorderedList;
|
|
6620
|
+
exports.UnassignedIcon = UnassignedIcon;
|
|
6558
6621
|
exports.UnorderedList = UnorderedList;
|
|
6559
6622
|
exports.VerticalMenu = VerticalMenu;
|
|
6560
6623
|
exports.ViewItem = ViewItem;
|