@luscii-healthtech/web-ui 2.22.0 → 2.22.2
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/LinkIcon.d.ts +3 -0
- package/dist/index.d.ts +1 -0
- package/dist/web-ui.cjs.development.js +27 -1
- package/dist/web-ui.cjs.development.js.map +1 -1
- package/dist/web-ui.cjs.production.min.js +1 -1
- package/dist/web-ui.cjs.production.min.js.map +1 -1
- package/dist/web-ui.esm.js +27 -2
- package/dist/web-ui.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/web-ui.esm.js
CHANGED
|
@@ -1756,7 +1756,8 @@ var ModalBase = function ModalBase(props) {
|
|
|
1756
1756
|
onRequestClose: props.onCloseClick,
|
|
1757
1757
|
shouldFocusAfterRender: false,
|
|
1758
1758
|
shouldCloseOnOverlayClick: false,
|
|
1759
|
-
className: classNames("my-0 mx-auto", "relative", "bg-white outline-none rounded-lg shadow-lg",
|
|
1759
|
+
className: classNames("my-0 mx-auto", "relative", "bg-white outline-none rounded-lg shadow-lg", {
|
|
1760
|
+
"overflow-y-hidden": props.scrollableContent,
|
|
1760
1761
|
"mt-17": props.withExtraMarginTop,
|
|
1761
1762
|
"w-80": size === "small",
|
|
1762
1763
|
"w-132": size === "medium",
|
|
@@ -7344,6 +7345,30 @@ var HeartIcon = function HeartIcon(props) {
|
|
|
7344
7345
|
}));
|
|
7345
7346
|
};
|
|
7346
7347
|
|
|
7348
|
+
var LinkIcon = function LinkIcon(props) {
|
|
7349
|
+
return /*#__PURE__*/React__default.createElement("svg", {
|
|
7350
|
+
className: props.className,
|
|
7351
|
+
onClick: props.onClick,
|
|
7352
|
+
role: props.onClick ? "button" : undefined,
|
|
7353
|
+
width: "16",
|
|
7354
|
+
height: "16",
|
|
7355
|
+
viewBox: "0 0 16 16",
|
|
7356
|
+
fill: "none",
|
|
7357
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
7358
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
7359
|
+
d: "M6.80225 2H3.3335C2.22893 2 1.3335 2.89543 1.3335 4V12.5C1.3335 13.6046 2.22893 14.5 3.3335 14.5H11.8335C12.9381 14.5 13.8335 13.6046 13.8335 12.5V9.03125",
|
|
7360
|
+
stroke: "#0074DD",
|
|
7361
|
+
"stroke-width": "2",
|
|
7362
|
+
"stroke-linecap": "round"
|
|
7363
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
7364
|
+
d: "M5.5 10.3333L14.6667 1.16666M14.6667 1.16666H10.5M14.6667 1.16666V5.33332",
|
|
7365
|
+
stroke: "#0074DD",
|
|
7366
|
+
"stroke-width": "2",
|
|
7367
|
+
"stroke-linecap": "round",
|
|
7368
|
+
"stroke-linejoin": "round"
|
|
7369
|
+
}));
|
|
7370
|
+
};
|
|
7371
|
+
|
|
7347
7372
|
var LightBulbIcon = function LightBulbIcon(props) {
|
|
7348
7373
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
7349
7374
|
className: props.className,
|
|
@@ -7595,5 +7620,5 @@ var Divider = function Divider() {
|
|
|
7595
7620
|
});
|
|
7596
7621
|
};
|
|
7597
7622
|
|
|
7598
|
-
export { AccordionList, AddIcon, AlertsIcon, Avatar, Badge, BellIcon, Breadcrumbs, CRUDPage, Carousel, CenteredHero, ChartIcon, ChatBoxIcon, CheckIcon, Checkbox, CheckboxList, CheckboxListModal, ChevronDoubleIcon, ConfirmationDialog, CrossIcon, Datepicker as DatePicker, DeleteIcon, Divider, DownArrowIcon, DragIcon, Dropdown, EditIcon, EmptyListMessage, EmptyStateDashboardIcon, ErrorBlock, ExclamationMarkIcon, EyeIcon, FlexColumn, FlexRow, Form, GearIcon, GenericForm, GroupIcon, HamburgerIcon, HeartIcon, INPUT_TYPES, InfoBlock, InfoField, InfoIcon, Input, LeftArrowIcon, LightBulbIcon, Line, List, LoadingIndicator, LockIcon, Menu, MessagesIcon, Modal, MultiSelect, NavLayout, NavMenu, NotesIcon, NotificationBanner, Page, PageHeader, PaginationMenu, PinIcon, PreviewPhone, PrimaryButton, PrintIcon, Radio, RadioGroup, RadioGroupV2, RadioV2, RightArrowIcon, SearchCancelIcon, SearchIcon, SearchInput, SecondaryButton, Section, SectionItem, SectionItemWithContent, Select, SettingsMenuButton, SmallCircleIcon, SmallDiamondIcon, SmallSquareIcon, SpaceRocketIcon, Spinner, StarIcon, Steps, Switcher, TOASTER_TYPE_OPTIONS, TabLinks, Tabbar, Table, Tag, TagGroup, TertiaryButton, Text, Textarea as TextArea, TextEditor, TextEditorV2, TextLink, Timeline, Title, Toaster, ViewItem, toast };
|
|
7623
|
+
export { AccordionList, AddIcon, AlertsIcon, Avatar, Badge, BellIcon, Breadcrumbs, CRUDPage, Carousel, CenteredHero, ChartIcon, ChatBoxIcon, CheckIcon, Checkbox, CheckboxList, CheckboxListModal, ChevronDoubleIcon, ConfirmationDialog, CrossIcon, Datepicker as DatePicker, DeleteIcon, Divider, DownArrowIcon, DragIcon, Dropdown, EditIcon, EmptyListMessage, EmptyStateDashboardIcon, ErrorBlock, ExclamationMarkIcon, EyeIcon, FlexColumn, FlexRow, Form, GearIcon, GenericForm, GroupIcon, HamburgerIcon, HeartIcon, INPUT_TYPES, InfoBlock, InfoField, InfoIcon, Input, LeftArrowIcon, LightBulbIcon, Line, LinkIcon, List, LoadingIndicator, LockIcon, Menu, MessagesIcon, Modal, MultiSelect, NavLayout, NavMenu, NotesIcon, NotificationBanner, Page, PageHeader, PaginationMenu, PinIcon, PreviewPhone, PrimaryButton, PrintIcon, Radio, RadioGroup, RadioGroupV2, RadioV2, RightArrowIcon, SearchCancelIcon, SearchIcon, SearchInput, SecondaryButton, Section, SectionItem, SectionItemWithContent, Select, SettingsMenuButton, SmallCircleIcon, SmallDiamondIcon, SmallSquareIcon, SpaceRocketIcon, Spinner, StarIcon, Steps, Switcher, TOASTER_TYPE_OPTIONS, TabLinks, Tabbar, Table, Tag, TagGroup, TertiaryButton, Text, Textarea as TextArea, TextEditor, TextEditorV2, TextLink, Timeline, Title, Toaster, ViewItem, toast };
|
|
7599
7624
|
//# sourceMappingURL=web-ui.esm.js.map
|