@luscii-healthtech/web-ui 20.1.2 → 20.1.3
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/GroupOfThreeIcon.d.ts +4 -0
- package/dist/components/Icons/index.d.ts +2 -1
- package/dist/index.development.js +16 -7
- 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
- /package/dist/components/Icons/{CrossInFilledCirceIcon.d.ts → CrossInFilledCircleIcon.d.ts} +0 -0
|
@@ -18,7 +18,7 @@ export { default as CogwheelIcon } from "./CogwheelIcon";
|
|
|
18
18
|
export { default as CopyToClipboardIcon } from "./CopyToClipboardIcon";
|
|
19
19
|
export { default as CrossIcon } from "./CrossIcon";
|
|
20
20
|
export { default as CrossInCircleIcon } from "./CrossInCircleIcon";
|
|
21
|
-
export { default as
|
|
21
|
+
export { default as CrossInFilledCircleIcon } from "./CrossInFilledCircleIcon";
|
|
22
22
|
export { default as DragIndicatorIcon } from "./DragIndicatorIcon";
|
|
23
23
|
export { default as EmailIcon } from "./EmailIcon";
|
|
24
24
|
export { default as EmptyIcon } from "./EmptyIcon";
|
|
@@ -30,6 +30,7 @@ export { default as FilterIcon } from "./FilterIcon";
|
|
|
30
30
|
export { default as FlagIcon } from "./FlagIcon";
|
|
31
31
|
export { default as ForwardIcon } from "./ForwardIcon";
|
|
32
32
|
export { default as GroupIcon } from "./GroupIcon";
|
|
33
|
+
export { default as GroupOfThreeIcon } from "./GroupOfThreeIcon";
|
|
33
34
|
export { default as HamburgerIcon } from "./HamburgerIcon";
|
|
34
35
|
export { default as HeartIcon } from "./HeartIcon";
|
|
35
36
|
export { default as ImageIcon } from "./ImageIcon";
|
|
@@ -411,13 +411,13 @@ const SvgCrossInCircleIcon = (props) => React__namespace.default.createElement(
|
|
|
411
411
|
);
|
|
412
412
|
var CrossInCircleIcon = IconWrapper(SvgCrossInCircleIcon);
|
|
413
413
|
|
|
414
|
-
const
|
|
414
|
+
const SvgCrossInFilledCircleIcon = (props) => React__namespace.default.createElement(
|
|
415
415
|
"svg",
|
|
416
416
|
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props),
|
|
417
|
-
React__namespace.default.createElement("path", { fill: "
|
|
418
|
-
React__namespace.default.createElement("path", { fill: "
|
|
417
|
+
React__namespace.default.createElement("path", { fill: "currentColor", fillOpacity: 0.2, d: "M0 8a8 8 0 0 1 8-8h8a8 8 0 0 1 8 8v8a8 8 0 0 1-8 8H8a8 8 0 0 1-8-8V8Z" }),
|
|
418
|
+
React__namespace.default.createElement("path", { fill: "currentColor", d: "m12 13.054-5.073 5.073a.724.724 0 0 1-.522.212.707.707 0 0 1-.532-.212.717.717 0 0 1-.217-.527c0-.206.072-.382.217-.527L10.946 12 5.873 6.927a.725.725 0 0 1-.212-.522.707.707 0 0 1 .212-.532.717.717 0 0 1 .527-.217c.206 0 .382.072.527.217L12 10.946l5.073-5.073a.724.724 0 0 1 .522-.212.707.707 0 0 1 .532.212c.145.145.217.32.217.527a.717.717 0 0 1-.217.527L13.054 12l5.073 5.073c.138.139.21.313.212.522a.707.707 0 0 1-.212.532.717.717 0 0 1-.527.217.717.717 0 0 1-.527-.217L12 13.054Z" })
|
|
419
419
|
);
|
|
420
|
-
var
|
|
420
|
+
var CrossInFilledCircleIcon = IconWrapper(SvgCrossInFilledCircleIcon);
|
|
421
421
|
|
|
422
422
|
const SvgDragIndicatorIcon = (props) => React__namespace.default.createElement(
|
|
423
423
|
"svg",
|
|
@@ -493,10 +493,17 @@ var ForwardIcon = IconWrapper(SvgForwardIcon);
|
|
|
493
493
|
const SvgGroupIcon = (props) => React__namespace.default.createElement(
|
|
494
494
|
"svg",
|
|
495
495
|
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props),
|
|
496
|
-
React__namespace.default.createElement("path", { fill: "currentColor", d: "
|
|
496
|
+
React__namespace.default.createElement("path", { fill: "currentColor", d: "M1.798 17.085c0-.516.133-.976.4-1.38a2.72 2.72 0 0 1 1.065-.944c.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.378.961.252 1.917.61 2.867 1.075.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.465 1.465 0 0 1-.443-1.076v-.703Zm18.885 2.223h-2.271a3.173 3.173 0 0 0 .386-1.52v-.826c0-.657-.16-1.282-.482-1.877a4.546 4.546 0 0 0-1.368-1.531c.67.1 1.307.255 1.91.464.602.21 1.177.458 1.725.744.516.275.915.6 1.197.974.281.374.422.783.422 1.226v.826c0 .422-.148.78-.443 1.076a1.465 1.465 0 0 1-1.076.444ZM9.298 11.692c-.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.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-.012-.431-.038a3.793 3.793 0 0 1-.43-.085c.394-.474.697-1 .908-1.578a5.19 5.19 0 0 0-.006-3.593 5.78 5.78 0 0 0-.903-1.583 1.87 1.87 0 0 1 .43-.1 4.04 4.04 0 0 1 .432-.023c.962 0 1.786.343 2.471 1.029.686.685 1.029 1.509 1.029 2.471ZM3.298 17.808h12v-.723a1.01 1.01 0 0 0-.157-.558c-.104-.163-.27-.305-.497-.427a11.797 11.797 0 0 0-2.542-.964 11.5 11.5 0 0 0-2.804-.328 11.5 11.5 0 0 0-2.804.328c-.872.218-1.719.54-2.542.964-.227.122-.393.264-.497.427a1.01 1.01 0 0 0-.157.558v.723Zm6-7.616c.55 0 1.02-.195 1.413-.587.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.392.862.587 1.412.587Z" })
|
|
497
497
|
);
|
|
498
498
|
var GroupIcon = IconWrapper(SvgGroupIcon);
|
|
499
499
|
|
|
500
|
+
const SvgGroupOfThreeIcon = (props) => React__namespace.default.createElement(
|
|
501
|
+
"svg",
|
|
502
|
+
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props),
|
|
503
|
+
React__namespace.default.createElement("path", { fill: "currentColor", d: "M12 12.75c1.63 0 3.07.39 4.24.9 1.08.48 1.76 1.56 1.76 2.73V17c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1v-.61c0-1.18.68-2.26 1.76-2.73 1.17-.52 2.61-.91 4.24-.91ZM4 13c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2Zm1.13 1.1c-.37-.06-.74-.1-1.13-.1-.99 0-1.93.21-2.78.58A2.01 2.01 0 0 0 0 16.43V17c0 .55.45 1 1 1h3.5v-1.61c0-.83.23-1.61.63-2.29ZM20 13c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2Zm4 3.43c0-.81-.48-1.53-1.22-1.85A6.95 6.95 0 0 0 20 14c-.39 0-.76.04-1.13.1.4.68.63 1.46.63 2.29V18H23c.55 0 1-.45 1-1v-.57ZM12 6c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3Z" })
|
|
504
|
+
);
|
|
505
|
+
var GroupOfThreeIcon = IconWrapper(SvgGroupOfThreeIcon);
|
|
506
|
+
|
|
500
507
|
const SvgHamburgerIcon = (props) => React__namespace.default.createElement(
|
|
501
508
|
"svg",
|
|
502
509
|
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props),
|
|
@@ -708,7 +715,7 @@ var Icons = /*#__PURE__*/Object.freeze({
|
|
|
708
715
|
CopyToClipboardIcon: CopyToClipboardIcon,
|
|
709
716
|
CrossIcon: CrossIcon,
|
|
710
717
|
CrossInCircleIcon: CrossInCircleIcon,
|
|
711
|
-
|
|
718
|
+
CrossInFilledCircleIcon: CrossInFilledCircleIcon,
|
|
712
719
|
DeleteIcon: DeleteIcon,
|
|
713
720
|
DownArrowIcon: ChevronDownIcon,
|
|
714
721
|
DragIcon: DragIndicatorIcon,
|
|
@@ -729,6 +736,7 @@ var Icons = /*#__PURE__*/Object.freeze({
|
|
|
729
736
|
GearIcon: CogwheelIcon,
|
|
730
737
|
GroupColoredIcon: GroupColoredIcon,
|
|
731
738
|
GroupIcon: GroupIcon,
|
|
739
|
+
GroupOfThreeIcon: GroupOfThreeIcon,
|
|
732
740
|
HamburgerIcon: HamburgerIcon,
|
|
733
741
|
HeartIcon: HeartIcon,
|
|
734
742
|
ImageIcon: ImageIcon,
|
|
@@ -5762,7 +5770,7 @@ exports.ConfirmationDialog = ConfirmationDialog;
|
|
|
5762
5770
|
exports.CopyToClipboardIcon = CopyToClipboardIcon;
|
|
5763
5771
|
exports.CrossIcon = CrossIcon;
|
|
5764
5772
|
exports.CrossInCircleIcon = CrossInCircleIcon;
|
|
5765
|
-
exports.
|
|
5773
|
+
exports.CrossInFilledCircleIcon = CrossInFilledCircleIcon;
|
|
5766
5774
|
exports.DatePicker = Datepicker;
|
|
5767
5775
|
exports.DeleteIcon = DeleteIcon;
|
|
5768
5776
|
exports.Divider = Divider;
|
|
@@ -5796,6 +5804,7 @@ exports.GearIcon = CogwheelIcon;
|
|
|
5796
5804
|
exports.GenericForm = GenericForm;
|
|
5797
5805
|
exports.GroupColoredIcon = GroupColoredIcon;
|
|
5798
5806
|
exports.GroupIcon = GroupIcon;
|
|
5807
|
+
exports.GroupOfThreeIcon = GroupOfThreeIcon;
|
|
5799
5808
|
exports.HamburgerIcon = HamburgerIcon;
|
|
5800
5809
|
exports.HeartIcon = HeartIcon;
|
|
5801
5810
|
exports.Icon = Icon;
|