@luscii-healthtech/web-ui 57.1.6 → 58.0.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/index.development.js +7 -45
- package/dist/index.development.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/src/components/ButtonV2/ButtonProps.type.d.ts +2 -2
- package/dist/src/components/Icons/index.d.ts +0 -176
- package/dist/src/generated/components/ButtonV2/ButtonProps.type.d.ts +2 -2
- package/dist/src/generated/components/Icons/index.d.ts +0 -176
- package/dist/web-ui.esm.js +1 -1
- package/dist/web-ui.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -562,7 +562,7 @@ const SvgChevronDownIcon = (props) => jsxRuntime.jsx("svg", Object.assign({ xmln
|
|
|
562
562
|
var ChevronDownIcon = IconWrapper(SvgChevronDownIcon);
|
|
563
563
|
|
|
564
564
|
const SvgChevronLeftIcon = (props) => jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props, { children: jsxRuntime.jsx("path", { fill: "currentColor", d: "M8.992 11.649q0-.18.058-.337a.8.8 0 0 1 .198-.296l4.494-4.494a.73.73 0 0 1 .522-.213.7.7 0 0 1 .532.213q.217.217.217.527a.72.72 0 0 1-.217.526l-4.073 4.074 4.073 4.073q.207.207.212.522a.7.7 0 0 1-.212.532.72.72 0 0 1-.527.217.72.72 0 0 1-.527-.217L9.248 12.28a.83.83 0 0 1-.256-.632" }) }));
|
|
565
|
-
var
|
|
565
|
+
var ChevronLeftIcon = IconWrapper(SvgChevronLeftIcon);
|
|
566
566
|
|
|
567
567
|
const SvgChevronRightIcon = (props) => jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props, { children: jsxRuntime.jsx("path", { fill: "currentColor", d: "M15.013 11.653q0 .18-.058.337a.8.8 0 0 1-.198.296l-4.494 4.494a.73.73 0 0 1-.522.213.7.7 0 0 1-.532-.213.72.72 0 0 1-.217-.527q0-.31.217-.527l4.073-4.073L9.21 7.58a.73.73 0 0 1-.212-.522.7.7 0 0 1 .212-.532.72.72 0 0 1 .527-.217q.31 0 .527.217l4.494 4.495a.83.83 0 0 1 .256.632" }) }));
|
|
568
568
|
var ChevronRightIcon = IconWrapper(SvgChevronRightIcon);
|
|
@@ -890,10 +890,8 @@ var Icons = /*#__PURE__*/Object.freeze({
|
|
|
890
890
|
ActionStarColoredIcon: ActionStarColoredIcon,
|
|
891
891
|
ActionStepsColoredIcon: ActionStepsColoredIcon,
|
|
892
892
|
ActionWeightColoredIcon: ActionWeightColoredIcon,
|
|
893
|
-
AddIcon: PlusIcon,
|
|
894
893
|
AddNoteIcon: AddNoteIcon,
|
|
895
894
|
AlarmClockIcon: AlarmClockIcon,
|
|
896
|
-
AlertsIcon: BellIcon,
|
|
897
895
|
AmberAlertColoredIcon: AmberAlertColoredIcon,
|
|
898
896
|
AmberAlertIcon: AmberAlertIcon,
|
|
899
897
|
ArrowBackward: ArrowBackward,
|
|
@@ -912,11 +910,9 @@ var Icons = /*#__PURE__*/Object.freeze({
|
|
|
912
910
|
CalendarMonthIcon: CalendarMonthIcon,
|
|
913
911
|
CalendarRepeatIcon: CalendarRepeatIcon,
|
|
914
912
|
ChartBarsIcon: ChartBarsIcon,
|
|
915
|
-
ChartIcon: ChartBarsIcon,
|
|
916
913
|
ChartLineAndBarsIcon: ChartLineAndBarsIcon,
|
|
917
914
|
ChartLineColoredIcon: ChartLineColoredIcon,
|
|
918
915
|
ChartLineIcon: ChartLineIcon,
|
|
919
|
-
ChatBoxIcon: ChatBubbleIcon,
|
|
920
916
|
ChatBubbleIcon: ChatBubbleIcon,
|
|
921
917
|
ChatBubbleWithTextIcon: ChatBubbleWithTextIcon,
|
|
922
918
|
CheckCircleFilledIcon: CheckCircleFilledIcon,
|
|
@@ -924,7 +920,7 @@ var Icons = /*#__PURE__*/Object.freeze({
|
|
|
924
920
|
CheckIcon: CheckIcon,
|
|
925
921
|
ChevronDoubleIcon: ChevronDoubleIcon,
|
|
926
922
|
ChevronDownIcon: ChevronDownIcon,
|
|
927
|
-
ChevronLeftIcon:
|
|
923
|
+
ChevronLeftIcon: ChevronLeftIcon,
|
|
928
924
|
ChevronRightIcon: ChevronRightIcon,
|
|
929
925
|
CircleEllipsisIcon: CircleEllipsisIcon,
|
|
930
926
|
CircleFilledIcon: CircleFilledIcon,
|
|
@@ -938,14 +934,10 @@ var Icons = /*#__PURE__*/Object.freeze({
|
|
|
938
934
|
CrossInFilledCircleIcon: CrossInFilledCircleIcon,
|
|
939
935
|
DashboardIcon: DashboardIcon,
|
|
940
936
|
DatabaseIcon: DatabaseIcon,
|
|
941
|
-
DeleteIcon: TrashBinIcon,
|
|
942
937
|
DocumentLinesIcon: DocumentLinesIcon,
|
|
943
|
-
DownArrowIcon: ChevronDownIcon,
|
|
944
938
|
DownloadIcon: DownloadIcon,
|
|
945
|
-
DragIcon: DragIndicatorIcon,
|
|
946
939
|
DragIndicatorIcon: DragIndicatorIcon,
|
|
947
940
|
EarthIcon: EarthIcon,
|
|
948
|
-
EditIcon: PencilIcon,
|
|
949
941
|
EmailIcon: EmailIcon,
|
|
950
942
|
EmojiIcon: EmojiIcon,
|
|
951
943
|
EmptyIcon: EmptyIcon,
|
|
@@ -953,8 +945,6 @@ var Icons = /*#__PURE__*/Object.freeze({
|
|
|
953
945
|
ExportIcon: ExportIcon,
|
|
954
946
|
ExternalLinkIcon: ExternalLinkIcon,
|
|
955
947
|
EyeClosedIcon: EyeClosedIcon,
|
|
956
|
-
EyeIcon: EyeOpenIcon,
|
|
957
|
-
EyeIconSlashed: EyeClosedIcon,
|
|
958
948
|
EyeOpenIcon: EyeOpenIcon,
|
|
959
949
|
FilterIcon: FilterIcon,
|
|
960
950
|
FireIcon: FireIcon,
|
|
@@ -968,7 +958,6 @@ var Icons = /*#__PURE__*/Object.freeze({
|
|
|
968
958
|
FolderIcon: FolderIcon,
|
|
969
959
|
ForwardIcon: ForwardIcon,
|
|
970
960
|
GearColoredIcon: GearColoredIcon,
|
|
971
|
-
GearIcon: CogwheelIcon,
|
|
972
961
|
GifIcon: GifIcon,
|
|
973
962
|
GrayAlertColoredIcon: GrayAlertColoredIcon,
|
|
974
963
|
GrayAlertIcon: GrayAlertIcon,
|
|
@@ -987,7 +976,6 @@ var Icons = /*#__PURE__*/Object.freeze({
|
|
|
987
976
|
ImageIcon: ImageIcon,
|
|
988
977
|
ImageLibraryIcon: ImageLibraryIcon,
|
|
989
978
|
InfoIcon: InfoIcon,
|
|
990
|
-
LeftArrowIcon: LeftArrowIcon,
|
|
991
979
|
LifebuoyIcon: LifebuoyIcon,
|
|
992
980
|
LightBulbIcon: LightBulbIcon,
|
|
993
981
|
LinkIcon: LinkIcon,
|
|
@@ -997,11 +985,9 @@ var Icons = /*#__PURE__*/Object.freeze({
|
|
|
997
985
|
LogInIcon: LogInIcon,
|
|
998
986
|
LogOutIcon: LogOutIcon,
|
|
999
987
|
MessageWithArrowIcon: MessageWithArrowIcon,
|
|
1000
|
-
MessagesIcon: MessageWithArrowIcon,
|
|
1001
988
|
MoreIcon: MoreIcon,
|
|
1002
989
|
MouseIcon: MouseIcon,
|
|
1003
990
|
NoteIcon: NoteIcon,
|
|
1004
|
-
NotesIcon: NoteIcon,
|
|
1005
991
|
OpenAlertIcon: OpenAlertIcon,
|
|
1006
992
|
OpenFolderIcon: OpenFolderIcon,
|
|
1007
993
|
PageIcon: PageIcon,
|
|
@@ -1014,17 +1000,14 @@ var Icons = /*#__PURE__*/Object.freeze({
|
|
|
1014
1000
|
PieChartIcon: PieChartIcon,
|
|
1015
1001
|
PinIcon: PinIcon,
|
|
1016
1002
|
PlusIcon: PlusIcon,
|
|
1017
|
-
PrintIcon: PrinterIcon,
|
|
1018
1003
|
PrinterIcon: PrinterIcon,
|
|
1019
1004
|
QuestionFilledIcon: QuestionFilledIcon,
|
|
1020
1005
|
RedAlertColoredIcon: RedAlertColoredIcon,
|
|
1021
1006
|
RedAlertIcon: RedAlertIcon,
|
|
1022
|
-
RightArrowIcon: ChevronRightIcon,
|
|
1023
1007
|
RobotIcon: RobotIcon,
|
|
1024
1008
|
RocketIcon: RocketIcon,
|
|
1025
1009
|
SearchIcon: SearchIcon,
|
|
1026
1010
|
SendIcon: SendIcon,
|
|
1027
|
-
SettingsIcon: CogwheelIcon,
|
|
1028
1011
|
ShareIcon: ShareIcon,
|
|
1029
1012
|
SidebarIcon: SidebarIcon,
|
|
1030
1013
|
SigmaSquareIcon: SigmaSquareIcon,
|
|
@@ -1034,7 +1017,6 @@ var Icons = /*#__PURE__*/Object.freeze({
|
|
|
1034
1017
|
SmallDiamondIcon: SmallDiamondIcon,
|
|
1035
1018
|
SmallSquareIcon: SmallSquareIcon,
|
|
1036
1019
|
SmallUpsideDownTriangleIcon: SmallUpsideDownTriangleIcon,
|
|
1037
|
-
SpaceRocketIcon: RocketIcon,
|
|
1038
1020
|
SquareFilledIcon: SquareFilledIcon,
|
|
1039
1021
|
StarFilledIcon: StarFilledIcon,
|
|
1040
1022
|
StarIcon: StarIcon,
|
|
@@ -1059,7 +1041,6 @@ var Icons = /*#__PURE__*/Object.freeze({
|
|
|
1059
1041
|
VaultColoredIcon: VaultColoredIcon,
|
|
1060
1042
|
VideoIcon: VideoIcon,
|
|
1061
1043
|
WandIcon: WandIcon,
|
|
1062
|
-
WarningIcon: ExclamationMarkIcon,
|
|
1063
1044
|
WorkflowIcon: WorkflowIcon
|
|
1064
1045
|
});
|
|
1065
1046
|
|
|
@@ -1490,7 +1471,7 @@ const DragHandle = React.forwardRef((_a, ref) => {
|
|
|
1490
1471
|
"ui:hover:bg-slate-200 ui:hover:shadow-sm ui:transition ui:duration-200 ui:rounded": !disabled,
|
|
1491
1472
|
"ui:cursor-not-allowed": disabled
|
|
1492
1473
|
});
|
|
1493
|
-
return jsxRuntime.jsx("button", Object.assign({ ref }, props, { tabIndex: 0, className, "data-test-id": dataTestId !== null && dataTestId !== void 0 ? dataTestId : "dragHandle", children: jsxRuntime.jsx(Icon, { name: "
|
|
1474
|
+
return jsxRuntime.jsx("button", Object.assign({ ref }, props, { tabIndex: 0, className, "data-test-id": dataTestId !== null && dataTestId !== void 0 ? dataTestId : "dragHandle", children: jsxRuntime.jsx(Icon, { name: "DragIndicatorIcon", className: disabled ? "ui:text-slate-300" : "ui:text-slate-400" }) }));
|
|
1494
1475
|
});
|
|
1495
1476
|
|
|
1496
1477
|
var img$7 = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3e%3cpath d='M18 16V2C18 0.9 17.1 0 16 0H2C0.9 0 0 0.9 0 2V16C0 17.1 0.9 18 2 18H16C17.1 18 18 17.1 18 16ZM5.9 10.98L8 13.51L11.1 9.52C11.3 9.26 11.7 9.26 11.9 9.53L15.41 14.21C15.66 14.54 15.42 15.01 15.01 15.01H3.02C2.6 15.01 2.37 14.53 2.63 14.2L5.12 11C5.31 10.74 5.69 10.73 5.9 10.98Z' fill='%23D1D5DB'/%3e%3c/svg%3e";
|
|
@@ -2467,7 +2448,7 @@ const Carousel = ({ id, className, slides = [], labels }) => {
|
|
|
2467
2448
|
const index = Math.round(scrollLeft / scrollWidth);
|
|
2468
2449
|
setCurrentIndexDebounced(index);
|
|
2469
2450
|
}, [setCurrentIndexDebounced]);
|
|
2470
|
-
return jsxRuntime.jsx("div", { ref: slidesContainer, id, className, children: jsxRuntime.jsxs(Stack, { width: "full", align: "stretch", _gap: "l", children: [jsxRuntime.jsxs(Stack, { axis: "x", align: "stretch", width: "full", _gap: "l", children: [jsxRuntime.jsx(Stack, { justify: "center", children: jsxRuntime.jsx(SecondaryButton, { onClick: onClickPrevious, leadingIcon: jsxRuntime.jsx(
|
|
2451
|
+
return jsxRuntime.jsx("div", { ref: slidesContainer, id, className, children: jsxRuntime.jsxs(Stack, { width: "full", align: "stretch", _gap: "l", children: [jsxRuntime.jsxs(Stack, { axis: "x", align: "stretch", width: "full", _gap: "l", children: [jsxRuntime.jsx(Stack, { justify: "center", children: jsxRuntime.jsx(SecondaryButton, { onClick: onClickPrevious, leadingIcon: jsxRuntime.jsx(ChevronLeftIcon, {}), "aria-label": labels === null || labels === void 0 ? void 0 : labels.previousButton, disabled: slides.length === 0 }) }), jsxRuntime.jsx(Stack, { as: "ol", axis: "x", width: "full", align: "stretch", className: "ui:w-full ui:snap-x ui:snap-mandatory ui:overflow-x-auto", style: { scrollbarWidth: "none" }, onScroll, children: slides.map((slide, i) => jsxRuntime.jsx(Box, { width: "full", as: "li", className: "ui:shrink-0 ui:snap-start", children: slide }, i)) }), jsxRuntime.jsx(Stack, { justify: "center", children: jsxRuntime.jsx(SecondaryButton, { onClick: onClickNext, leadingIcon: jsxRuntime.jsx(ChevronRightIcon, {}), "aria-label": labels === null || labels === void 0 ? void 0 : labels.nextButton, disabled: slides.length === 0 }) })] }), jsxRuntime.jsx(Stack, { align: "center", children: jsxRuntime.jsx(DotList, { activeIndex: currentIndex, amount: slides.length, onClickIndex: scrollToIndex }) })] }) });
|
|
2471
2452
|
};
|
|
2472
2453
|
|
|
2473
2454
|
var css_248z$7 = "/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */\n.cweb-checkbox {\n outline: none;\n}\n.cweb-checkbox .cweb-checkbox-input {\n position: absolute;\n -webkit-appearance: none;\n height: 1px;\n opacity: 0;\n width: 1px;\n}\n.cweb-checkbox.type-regular .cweb-checkbox-icon-container {\n border-color: #cccccc;\n}\n.cweb-checkbox.type-regular .cweb-checkbox-icon-container {\n display: flex;\n align-items: center;\n justify-content: center;\n flex: 0 0 auto;\n border-width: 1px;\n border-style: solid;\n border-radius: 4px;\n}\n.cweb-checkbox.type-regular.hasError .cweb-checkbox-icon-container {\n border-color: var(--ui-color-red-800, #991b1b);\n}\n.cweb-checkbox.type-regular.is-focused .cweb-checkbox-icon-container {\n border-color: #1e40af;\n}\n.cweb-checkbox.type-regular.is-checked .cweb-checkbox-icon {\n padding: 4px;\n background: url(\"data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2210%22 height%3D%228%22 viewBox%3D%220 0 10 8%22 fill%3D%22none%22%3E %3Cpath d%3D%22M9.207 0.792787C9.39447 0.980314 9.49979 1.23462 9.49979 1.49979C9.49979 1.76495 9.39447 2.01926 9.207 2.20679L4.207 7.20679C4.01947 7.39426 3.76516 7.49957 3.5 7.49957C3.23484 7.49957 2.98053 7.39426 2.793 7.20679L0.793 5.20679C0.610842 5.01818 0.510047 4.76558 0.512326 4.50339C0.514604 4.24119 0.619773 3.99038 0.805181 3.80497C0.990589 3.61956 1.2414 3.51439 1.5036 3.51211C1.7658 3.50983 2.0184 3.61063 2.207 3.79279L3.5 5.08579L7.793 0.792787C7.98053 0.605316 8.23484 0.5 8.5 0.5C8.76516 0.5 9.01947 0.605316 9.207 0.792787Z%22 fill%3D%22white%22%2F%3E%3C%2Fsvg%3E\") no-repeat center;\n background-size: contain;\n}\n.cweb-checkbox.type-regular.is-checked .cweb-checkbox-icon-container {\n border-color: #1e40af;\n}\n.cweb-checkbox.type-regular.is-checked.is-focused .cweb-checkbox-icon-container {\n border-color: #1d4ed8;\n}\n.cweb-checkbox.type-regular.is-indeterminate .cweb-checkbox-icon {\n width: 0.5rem;\n height: 0.5rem;\n padding: 4px;\n background: url(\"data:image/svg+xml,%3Csvg width%3D%2210%22 height%3D%222%22 viewBox%3D%220 0 10 2%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M9 -4.37114e-08C9.55228 -1.95703e-08 10 0.447715 10 1C10 1.55228 9.55228 2 9 2L1 2C0.447716 2 -6.78525e-08 1.55228 -4.37114e-08 1C-1.95703e-08 0.447715 0.447715 -4.17544e-07 1 -3.93402e-07L9 -4.37114e-08Z%22 fill%3D%22white%22%2F%3E%3C%2Fsvg%3E\") no-repeat center;\n background-size: contain;\n}\n.cweb-checkbox.type-regular.is-indeterminate .cweb-checkbox-icon-container {\n border-color: #1e40af;\n}\n.cweb-checkbox.type-regular.is-indeterminate.is-focused .cweb-checkbox-icon-container {\n border-color: #1d4ed8;\n}\n.cweb-checkbox.type-regular.is-disabled.show-cross-when-disabled .cweb-checkbox-icon {\n width: 10px;\n height: 10px;\n background: url(\"data:image/svg+xml,%3Csvg width%3D%2211px%22 height%3D%2211px%22 viewBox%3D%220 0 11 11%22 version%3D%221.1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cg stroke%3D%22none%22 stroke-width%3D%221%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22 stroke-linecap%3D%22round%22%3E %3Cg transform%3D%22translate(-6.000000%2C -7.000000)%22 stroke%3D%22%232D2D2D%22 stroke-width%3D%222%22%3E %3Cpath d%3D%22M7%2C17 L16%2C8 M16%2C17 L7%2C8%22 %2F%3E %3C%2Fg%3E %3C%2Fg%3E%3C%2Fsvg%3E\") no-repeat center;\n background-size: contain;\n opacity: 0.6;\n}";
|
|
@@ -3556,7 +3537,7 @@ const PaginationMenuSmall = (props) => {
|
|
|
3556
3537
|
props.onChange(parseInt(pageNumber, 10), props.pageSize);
|
|
3557
3538
|
}
|
|
3558
3539
|
};
|
|
3559
|
-
return jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx(TertiaryButton, { "data-test-id": "prev-button", leadingIcon: jsxRuntime.jsx(
|
|
3540
|
+
return jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx(TertiaryButton, { "data-test-id": "prev-button", leadingIcon: jsxRuntime.jsx(ChevronLeftIcon, {}), "data-page": props.currentPageNumber - 1, onClick: handleOnChange, disabled: props.currentPageNumber === 1 }), jsxRuntime.jsx(Text, { className: "ui:ml-4", variant: "sm", color: "slate-500", children: `${props.currentPageNumber} / ${props.pageCount}` }), jsxRuntime.jsx(TertiaryButton, { className: "ui:ml-4", "data-test-id": "next-button", leadingIcon: jsxRuntime.jsx(ChevronRightIcon, {}), disabled: props.currentPageNumber === props.pageCount, "data-page": props.currentPageNumber + 1, onClick: handleOnChange })] });
|
|
3560
3541
|
};
|
|
3561
3542
|
|
|
3562
3543
|
var css_248z$5 = ".styled-select {\n appearance: none;\n}\n.styled-select::picker-icon {\n appearance: none;\n}";
|
|
@@ -3658,7 +3639,7 @@ const PaginationMenuCursor = (props) => {
|
|
|
3658
3639
|
props.onChange(cursor);
|
|
3659
3640
|
}
|
|
3660
3641
|
};
|
|
3661
|
-
return jsxRuntime.jsxs(Stack, { axis: "x", _gap: "l", justify: "end", width: "full", children: [jsxRuntime.jsx(SecondaryButton, { "data-test-id": "prev-button", leadingIcon: jsxRuntime.jsx(
|
|
3642
|
+
return jsxRuntime.jsxs(Stack, { axis: "x", _gap: "l", justify: "end", width: "full", children: [jsxRuntime.jsx(SecondaryButton, { "data-test-id": "prev-button", leadingIcon: jsxRuntime.jsx(ChevronLeftIcon, {}), "data-cursor": props.previousCursor, disabled: !props.previousCursor, onClick: handleOnChange, children: props.localization.previous }), jsxRuntime.jsx(SecondaryButton, { "data-test-id": "next-button", trailingIcon: jsxRuntime.jsx(ChevronRightIcon, {}), "data-cursor": props.nextCursor, disabled: !props.nextCursor, onClick: handleOnChange, children: props.localization.next })] });
|
|
3662
3643
|
};
|
|
3663
3644
|
|
|
3664
3645
|
const Wrapper = ({ className, children }) => jsxRuntime.jsx(Stack, { axis: "x", align: "center", className: classNames__default.default(className), justify: "between", width: "full", children });
|
|
@@ -7169,11 +7150,9 @@ exports.ActionMedicationColoredIcon = ActionMedicationColoredIcon;
|
|
|
7169
7150
|
exports.ActionStarColoredIcon = ActionStarColoredIcon;
|
|
7170
7151
|
exports.ActionStepsColoredIcon = ActionStepsColoredIcon;
|
|
7171
7152
|
exports.ActionWeightColoredIcon = ActionWeightColoredIcon;
|
|
7172
|
-
exports.AddIcon = PlusIcon;
|
|
7173
7153
|
exports.AddNoteIcon = AddNoteIcon;
|
|
7174
7154
|
exports.AlarmClockIcon = AlarmClockIcon;
|
|
7175
7155
|
exports.AlertWidget = AlertWidget;
|
|
7176
|
-
exports.AlertsIcon = BellIcon;
|
|
7177
7156
|
exports.AmberAlertColoredIcon = AmberAlertColoredIcon;
|
|
7178
7157
|
exports.AmberAlertIcon = AmberAlertIcon;
|
|
7179
7158
|
exports.ArrowBackward = ArrowBackward;
|
|
@@ -7202,11 +7181,9 @@ exports.Card = Card;
|
|
|
7202
7181
|
exports.Carousel = Carousel;
|
|
7203
7182
|
exports.CenteredHero = CenteredHero;
|
|
7204
7183
|
exports.ChartBarsIcon = ChartBarsIcon;
|
|
7205
|
-
exports.ChartIcon = ChartBarsIcon;
|
|
7206
7184
|
exports.ChartLineAndBarsIcon = ChartLineAndBarsIcon;
|
|
7207
7185
|
exports.ChartLineColoredIcon = ChartLineColoredIcon;
|
|
7208
7186
|
exports.ChartLineIcon = ChartLineIcon;
|
|
7209
|
-
exports.ChatBoxIcon = ChatBubbleIcon;
|
|
7210
7187
|
exports.ChatBubble = ChatBubble;
|
|
7211
7188
|
exports.ChatBubbleIcon = ChatBubbleIcon;
|
|
7212
7189
|
exports.ChatBubbleWithTextIcon = ChatBubbleWithTextIcon;
|
|
@@ -7217,7 +7194,7 @@ exports.Checkbox = Checkbox;
|
|
|
7217
7194
|
exports.CheckboxList = CheckboxList;
|
|
7218
7195
|
exports.ChevronDoubleIcon = ChevronDoubleIcon;
|
|
7219
7196
|
exports.ChevronDownIcon = ChevronDownIcon;
|
|
7220
|
-
exports.ChevronLeftIcon =
|
|
7197
|
+
exports.ChevronLeftIcon = ChevronLeftIcon;
|
|
7221
7198
|
exports.ChevronRightIcon = ChevronRightIcon;
|
|
7222
7199
|
exports.Chip = Chip;
|
|
7223
7200
|
exports.CircleEllipsisIcon = CircleEllipsisIcon;
|
|
@@ -7236,18 +7213,14 @@ exports.DashboardIcon = DashboardIcon;
|
|
|
7236
7213
|
exports.DatabaseIcon = DatabaseIcon;
|
|
7237
7214
|
exports.DatePicker = DatePicker;
|
|
7238
7215
|
exports.DatePickerV2 = DatePicker;
|
|
7239
|
-
exports.DeleteIcon = TrashBinIcon;
|
|
7240
7216
|
exports.DetailsDisclosure = DetailsDisclosure;
|
|
7241
7217
|
exports.Divider = Divider;
|
|
7242
7218
|
exports.DocumentLinesIcon = DocumentLinesIcon;
|
|
7243
|
-
exports.DownArrowIcon = ChevronDownIcon;
|
|
7244
7219
|
exports.DownloadIcon = DownloadIcon;
|
|
7245
7220
|
exports.DragHandle = DragHandle;
|
|
7246
|
-
exports.DragIcon = DragIndicatorIcon;
|
|
7247
7221
|
exports.DragIndicatorIcon = DragIndicatorIcon;
|
|
7248
7222
|
exports.Dropzone = Dropzone;
|
|
7249
7223
|
exports.EarthIcon = EarthIcon;
|
|
7250
|
-
exports.EditIcon = PencilIcon;
|
|
7251
7224
|
exports.EmailIcon = EmailIcon;
|
|
7252
7225
|
exports.EmojiIcon = EmojiIcon;
|
|
7253
7226
|
exports.EmptyIcon = EmptyIcon;
|
|
@@ -7256,8 +7229,6 @@ exports.ExclamationMarkIcon = ExclamationMarkIcon;
|
|
|
7256
7229
|
exports.ExportIcon = ExportIcon;
|
|
7257
7230
|
exports.ExternalLinkIcon = ExternalLinkIcon;
|
|
7258
7231
|
exports.EyeClosedIcon = EyeClosedIcon;
|
|
7259
|
-
exports.EyeIcon = EyeOpenIcon;
|
|
7260
|
-
exports.EyeIconSlashed = EyeClosedIcon;
|
|
7261
7232
|
exports.EyeOpenIcon = EyeOpenIcon;
|
|
7262
7233
|
exports.File = FileUpload;
|
|
7263
7234
|
exports.FilePreview = FilePreview;
|
|
@@ -7279,7 +7250,6 @@ exports.FolderIcon = FolderIcon;
|
|
|
7279
7250
|
exports.ForwardIcon = ForwardIcon;
|
|
7280
7251
|
exports.FullPageModal = FullPageModal;
|
|
7281
7252
|
exports.GearColoredIcon = GearColoredIcon;
|
|
7282
|
-
exports.GearIcon = CogwheelIcon;
|
|
7283
7253
|
exports.GifIcon = GifIcon;
|
|
7284
7254
|
exports.GrayAlertColoredIcon = GrayAlertColoredIcon;
|
|
7285
7255
|
exports.GrayAlertIcon = GrayAlertIcon;
|
|
@@ -7320,7 +7290,6 @@ exports.LabeledRadioCardGroup = LabeledRadioCardGroup;
|
|
|
7320
7290
|
exports.LabeledRadioGroup = LabeledRadioGroup;
|
|
7321
7291
|
exports.LabeledSelect = LabeledSelect;
|
|
7322
7292
|
exports.LabeledSelectSearchable = LabeledSelectSearchable;
|
|
7323
|
-
exports.LeftArrowIcon = LeftArrowIcon;
|
|
7324
7293
|
exports.LifebuoyIcon = LifebuoyIcon;
|
|
7325
7294
|
exports.LightBulbIcon = LightBulbIcon;
|
|
7326
7295
|
exports.Line = Line;
|
|
@@ -7337,7 +7306,6 @@ exports.LogInIcon = LogInIcon;
|
|
|
7337
7306
|
exports.LogOutIcon = LogOutIcon;
|
|
7338
7307
|
exports.MediaPicker = MediaPicker;
|
|
7339
7308
|
exports.MessageWithArrowIcon = MessageWithArrowIcon;
|
|
7340
|
-
exports.MessagesIcon = MessageWithArrowIcon;
|
|
7341
7309
|
exports.Modal = Modal;
|
|
7342
7310
|
exports.ModalDialog = ModalDialog;
|
|
7343
7311
|
exports.MoreIcon = MoreIcon;
|
|
@@ -7345,7 +7313,6 @@ exports.MouseIcon = MouseIcon;
|
|
|
7345
7313
|
exports.NaturalLanguageForm = NaturalLanguageFormWithSubComponents;
|
|
7346
7314
|
exports.NavLayout = NavLayout;
|
|
7347
7315
|
exports.NoteIcon = NoteIcon;
|
|
7348
|
-
exports.NotesIcon = NoteIcon;
|
|
7349
7316
|
exports.NotificationBanner = NotificationBanner;
|
|
7350
7317
|
exports.OpenAlertIcon = OpenAlertIcon;
|
|
7351
7318
|
exports.OpenFolderIcon = OpenFolderIcon;
|
|
@@ -7368,7 +7335,6 @@ exports.PreviewPhone = PreviewPhone;
|
|
|
7368
7335
|
exports.PrimaryButton = PrimaryButton;
|
|
7369
7336
|
exports.PrimaryIconButton = PrimaryIconButton;
|
|
7370
7337
|
exports.PrimaryTabBar = PrimaryTabBar;
|
|
7371
|
-
exports.PrintIcon = PrinterIcon;
|
|
7372
7338
|
exports.PrinterIcon = PrinterIcon;
|
|
7373
7339
|
exports.QuestionFilledIcon = QuestionFilledIcon;
|
|
7374
7340
|
exports.RadioGroupV2 = RadioGroupV2;
|
|
@@ -7376,7 +7342,6 @@ exports.RadioV2 = RadioV2;
|
|
|
7376
7342
|
exports.RangeCoverage = RangeCoverage;
|
|
7377
7343
|
exports.RedAlertColoredIcon = RedAlertColoredIcon;
|
|
7378
7344
|
exports.RedAlertIcon = RedAlertIcon;
|
|
7379
|
-
exports.RightArrowIcon = ChevronRightIcon;
|
|
7380
7345
|
exports.RobotIcon = RobotIcon;
|
|
7381
7346
|
exports.RocketIcon = RocketIcon;
|
|
7382
7347
|
exports.SIZES = SIZES;
|
|
@@ -7389,7 +7354,6 @@ exports.SectionItem = SectionItem;
|
|
|
7389
7354
|
exports.SectionItemWithContent = SectionItemWithContent;
|
|
7390
7355
|
exports.Select = Select;
|
|
7391
7356
|
exports.SendIcon = SendIcon;
|
|
7392
|
-
exports.SettingsIcon = CogwheelIcon;
|
|
7393
7357
|
exports.SettingsMenuButton = SettingsMenuButton;
|
|
7394
7358
|
exports.ShareIcon = ShareIcon;
|
|
7395
7359
|
exports.SidebarIcon = SidebarIcon;
|
|
@@ -7401,7 +7365,6 @@ exports.SmallCircleIcon = SmallCircleIcon;
|
|
|
7401
7365
|
exports.SmallDiamondIcon = SmallDiamondIcon;
|
|
7402
7366
|
exports.SmallSquareIcon = SmallSquareIcon;
|
|
7403
7367
|
exports.SmallUpsideDownTriangleIcon = SmallUpsideDownTriangleIcon;
|
|
7404
|
-
exports.SpaceRocketIcon = RocketIcon;
|
|
7405
7368
|
exports.Spinner = Spinner;
|
|
7406
7369
|
exports.SplitViewLayout = SplitViewLayout;
|
|
7407
7370
|
exports.SquareFilledIcon = SquareFilledIcon;
|
|
@@ -7458,7 +7421,6 @@ exports.VaultColoredIcon = VaultColoredIcon;
|
|
|
7458
7421
|
exports.VerticalMenu = VerticalMenu;
|
|
7459
7422
|
exports.VideoIcon = VideoIcon;
|
|
7460
7423
|
exports.WandIcon = WandIcon;
|
|
7461
|
-
exports.WarningIcon = ExclamationMarkIcon;
|
|
7462
7424
|
exports.WeekdaysPicker = WeekdaysPicker;
|
|
7463
7425
|
exports.WorkflowIcon = WorkflowIcon;
|
|
7464
7426
|
exports.getDndListItemProps = getDndListItemProps;
|