@luscii-healthtech/web-ui 42.12.3 → 42.13.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.
- package/dist/index.development.js +15 -0
- 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/Icons/EmojiIcon.d.ts +3 -0
- package/dist/src/components/Icons/GifIcon.d.ts +3 -0
- package/dist/src/components/Icons/index.d.ts +2 -0
- package/dist/src/components/Icons/special-icons/BeterDichtbijIcon.d.ts +3 -0
- package/dist/src/components/Icons/special-icons/index.d.ts +1 -0
- package/dist/stories/PrimitiveColors/PrimitiveColors.d.ts +1 -0
- package/dist/stories/SemanticColors/SemanticColors.d.ts +11 -0
- package/dist/web-ui-tailwind.css +49 -21
- package/dist/web-ui.esm.js +1 -1
- package/dist/web-ui.esm.js.map +1 -1
- package/package.json +7 -6
|
@@ -338,6 +338,9 @@ const IconWrapper = (SVGComponent) => (_a) => {
|
|
|
338
338
|
const SvgAmberAlertColoredIcon = (props) => jsxRuntime.jsxs("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: "#B45309", fillRule: "evenodd", d: "M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16m0-3a5 5 0 1 0 0-10 5 5 0 0 0 0 10", clipRule: "evenodd" }), jsxRuntime.jsx("rect", { width: 13, height: 13, x: 5.5, y: 5.5, fill: "#FEF3C7", stroke: "#B45309", strokeWidth: 3, rx: 6.5 })] }));
|
|
339
339
|
var AmberAlertColoredIcon = IconWrapper(SvgAmberAlertColoredIcon);
|
|
340
340
|
|
|
341
|
+
const SvgBeterDichtbijIcon = (props) => jsxRuntime.jsxs("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: "#FFC72C", d: "M5.603 2.313a1.066 1.066 0 0 1 1.435-.064l.07.064L12 7.203l4.892-4.89a1.06 1.06 0 0 1 1.435-.064l.07.064c.39.392.416 1.018.064 1.436l-.064.07L12.75 9.46a1.06 1.06 0 0 1-1.434.063l-.07-.063-5.642-5.643a1.064 1.064 0 0 1 0-1.505" }), jsxRuntime.jsx("path", { fill: "#F65139", d: "M21.688 5.602c.39.392.417 1.019.064 1.436l-.064.07-4.892 4.89 4.892 4.89c.39.392.417 1.012.064 1.436l-.064.07a1.06 1.06 0 0 1-1.434.063l-.07-.063-5.648-5.643a1.066 1.066 0 0 1-.064-1.436l.064-.07 5.647-5.643a1.06 1.06 0 0 1 1.505 0" }), jsxRuntime.jsx("path", { fill: "#00BF6F", d: "M2.312 18.4a1.066 1.066 0 0 1-.064-1.436l.064-.07 4.892-4.89-4.892-4.89a1.066 1.066 0 0 1-.064-1.436l.064-.07a1.066 1.066 0 0 1 1.434-.063l.07.063 5.642 5.644c.39.392.416 1.018.064 1.435l-.064.07L3.816 18.4a1.06 1.06 0 0 1-1.492.013z" }), jsxRuntime.jsx("path", { fill: "#418FDE", d: "M18.397 21.69a1.066 1.066 0 0 1-1.434.063l-.07-.063L12 16.8l-4.892 4.89a1.066 1.066 0 0 1-1.434.063l-.07-.063a1.066 1.066 0 0 1-.065-1.436l.064-.07 5.642-5.643a1.066 1.066 0 0 1 1.434-.063l.07.063 5.648 5.643a1.064 1.064 0 0 1 0 1.506" })] }));
|
|
342
|
+
var BeterDichtbijIcon = IconWrapper(SvgBeterDichtbijIcon);
|
|
343
|
+
|
|
341
344
|
const SvgChartLineColoredIcon = (props) => jsxRuntime.jsxs("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", { stroke: "#F09", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M2.612 16.078 10 9l5 5.5 5.612-6.422" }), jsxRuntime.jsx("circle", { cx: 10, cy: 9, r: 2, fill: "#FF82AB" }), jsxRuntime.jsx("circle", { cx: 3, cy: 16, r: 2, fill: "#FF82AB" }), jsxRuntime.jsx("circle", { cx: 15, cy: 14, r: 2, fill: "#FF82AB" }), jsxRuntime.jsx("circle", { cx: 21, cy: 8, r: 2, fill: "#FF82AB" })] }));
|
|
342
345
|
var ChartLineColoredIcon = IconWrapper(SvgChartLineColoredIcon);
|
|
343
346
|
|
|
@@ -514,6 +517,9 @@ var EarthIcon = IconWrapper(SvgEarthIcon);
|
|
|
514
517
|
const SvgEmailIcon = (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: "M4.308 19.5q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283V6.308q0-.758.525-1.283T4.308 4.5h15.384q.758 0 1.283.525t.525 1.283v11.384q0 .758-.525 1.283t-1.283.525zM20 7.442l-7.514 4.81a1.2 1.2 0 0 1-.238.103.85.85 0 0 1-.496 0 1.2 1.2 0 0 1-.239-.103L4 7.442v10.25a.3.3 0 0 0 .087.221.3.3 0 0 0 .22.087h15.385a.3.3 0 0 0 .221-.087.3.3 0 0 0 .087-.22zM12 11l7.846-5H4.154zM4 7.673V6.53v.03-.032z" }) }));
|
|
515
518
|
var EmailIcon = IconWrapper(SvgEmailIcon);
|
|
516
519
|
|
|
520
|
+
const SvgEmojiIcon = (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: "M12.002 21.5a9.3 9.3 0 0 1-3.706-.748 9.6 9.6 0 0 1-3.016-2.03 9.6 9.6 0 0 1-2.032-3.016 9.25 9.25 0 0 1-.748-3.704q0-1.972.748-3.706a9.6 9.6 0 0 1 2.03-3.016 9.6 9.6 0 0 1 3.017-2.032A9.25 9.25 0 0 1 12 2.5q.854 0 1.673.14a8.4 8.4 0 0 1 1.579.427q.43.153.542.449a.82.82 0 0 1-.332 1.008q-.25.154-.56.028A7.6 7.6 0 0 0 12 4Q8.675 4 6.338 6.338 4 8.675 4 12t2.338 5.663T12 20t5.663-2.337T20 12q0-.498-.06-.99a8 8 0 0 0-.178-.958q-.096-.35.091-.573a.85.85 0 0 1 .466-.288.8.8 0 0 1 .556.075q.276.142.371.538.135.528.194 1.076.06.546.06 1.12 0 1.972-.748 3.705a9.6 9.6 0 0 1-2.03 3.016 9.6 9.6 0 0 1-3.016 2.03 9.25 9.25 0 0 1-3.704.749M20.25 4.75H19a.73.73 0 0 1-.534-.216A.73.73 0 0 1 18.25 4q0-.32.216-.534A.73.73 0 0 1 19 3.25h1.25V2q0-.318.216-.534A.73.73 0 0 1 21 1.25q.32 0 .535.216A.73.73 0 0 1 21.75 2v1.25H23q.318 0 .534.216A.73.73 0 0 1 23.75 4q0 .32-.216.535A.73.73 0 0 1 23 4.75h-1.25V6q0 .319-.216.534A.73.73 0 0 1 21 6.75a.73.73 0 0 1-.535-.216A.73.73 0 0 1 20.25 6zm-4.844 6.058q.546 0 .926-.383.38-.381.38-.927t-.383-.926a1.27 1.27 0 0 0-.928-.38q-.545 0-.925.383-.38.381-.38.927t.382.926.928.38m-6.808 0q.546 0 .926-.383.38-.381.38-.927t-.382-.926a1.27 1.27 0 0 0-.928-.38q-.546 0-.926.383-.38.381-.38.927t.382.926.928.38M12 17.192q1.346 0 2.484-.637a5.2 5.2 0 0 0 1.847-1.73.55.55 0 0 0-.009-.549.5.5 0 0 0-.472-.276h-7.7a.5.5 0 0 0-.472.276.55.55 0 0 0-.009.549 5.2 5.2 0 0 0 1.859 1.73q1.149.637 2.472.637" }) }));
|
|
521
|
+
var EmojiIcon = IconWrapper(SvgEmojiIcon);
|
|
522
|
+
|
|
517
523
|
const SvgEmptyIcon = (props) => jsxRuntime.jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 28 28" }, props, { children: [jsxRuntime.jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M14 22a8 8 0 1 0 0-16 8 8 0 0 0 0 16m0 3c6.075 0 11-4.925 11-11S20.075 3 14 3 3 7.925 3 14s4.925 11 11 11", clipRule: "evenodd" }), jsxRuntime.jsx("path", { fill: "currentColor", d: "M3.414 24.414a2 2 0 0 1 0-2.828L21.148 3.852a2 2 0 1 1 2.829 2.828L6.243 24.414a2 2 0 0 1-2.829 0" })] }));
|
|
518
524
|
var EmptyIcon = IconWrapper(SvgEmptyIcon);
|
|
519
525
|
|
|
@@ -550,6 +556,9 @@ var FolderIcon = IconWrapper(SvgFolderIcon);
|
|
|
550
556
|
const SvgForwardIcon = (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: "m19.377 11-4.058-4.058a.74.74 0 0 1-.233-.534q0-.303.233-.535a.75.75 0 0 1 .54-.212.72.72 0 0 1 .514.212l4.494 4.494a.83.83 0 0 1 .256.633q0 .18-.058.337a.8.8 0 0 1-.198.296l-4.494 4.494a.7.7 0 0 1-.527.225.78.78 0 0 1-.527-.225.74.74 0 0 1-.235-.532.7.7 0 0 1 .22-.522zm-5.308.75H7.25q-1.346 0-2.298.952A3.13 3.13 0 0 0 4 15v2.75a.73.73 0 0 1-.215.535.73.73 0 0 1-.535.215.73.73 0 0 1-.535-.215.73.73 0 0 1-.215-.535V15q0-1.97 1.39-3.36t3.36-1.39h6.82l-3.31-3.308a.74.74 0 0 1-.232-.534q0-.303.232-.535a.75.75 0 0 1 .54-.212.72.72 0 0 1 .514.212l4.495 4.494a.83.83 0 0 1 .255.633q0 .18-.057.337a.8.8 0 0 1-.198.296l-4.495 4.494a.7.7 0 0 1-.526.225.78.78 0 0 1-.527-.225.74.74 0 0 1-.236-.532.7.7 0 0 1 .22-.522z" }) }));
|
|
551
557
|
var ForwardIcon = IconWrapper(SvgForwardIcon);
|
|
552
558
|
|
|
559
|
+
const SvgGifIcon = (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: "M5.308 20.5q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283V5.308q0-.758.525-1.283T5.308 3.5h13.384q.758 0 1.283.525t.525 1.283v13.384q0 .758-.525 1.283t-1.283.525zm0-1.5h13.384a.3.3 0 0 0 .212-.096.3.3 0 0 0 .096-.212V5.308a.3.3 0 0 0-.096-.212.3.3 0 0 0-.212-.096H5.308a.3.3 0 0 0-.212.096.3.3 0 0 0-.096.212v13.384q0 .116.096.212a.3.3 0 0 0 .212.096M8.5 13.942h1a.9.9 0 0 0 .67-.273.9.9 0 0 0 .272-.669v-.5a.43.43 0 0 0-.13-.312.43.43 0 0 0-.312-.13.43.43 0 0 0-.312.13.43.43 0 0 0-.13.312v.5q0 .02-.02.039-.018.019-.038.019h-1q-.02 0-.039-.02-.019-.018-.019-.038v-2q0-.02.015-.039t.034-.019h1.5q.18 0 .311-.13a.43.43 0 0 0 .13-.312.43.43 0 0 0-.13-.312.43.43 0 0 0-.311-.13H8.5a.9.9 0 0 0-.67.273.9.9 0 0 0-.272.669v2a.9.9 0 0 0 .273.67.9.9 0 0 0 .669.272m3.5 0q.18 0 .312-.13a.43.43 0 0 0 .13-.312v-3a.43.43 0 0 0-.13-.312.43.43 0 0 0-.312-.13.43.43 0 0 0-.312.13.43.43 0 0 0-.13.312v3q0 .18.13.312.131.13.312.13m2 0q.18 0 .312-.13a.43.43 0 0 0 .13-.312v-1.058H15.5q.18 0 .312-.13a.43.43 0 0 0 .13-.312.43.43 0 0 0-.13-.312.43.43 0 0 0-.312-.13h-1.058v-.616H16q.18 0 .311-.13a.43.43 0 0 0 .131-.312.43.43 0 0 0-.13-.312.43.43 0 0 0-.312-.13h-2a.43.43 0 0 0-.312.13.43.43 0 0 0-.13.312v3q0 .18.13.312.131.13.312.13" }) }));
|
|
560
|
+
var GifIcon = IconWrapper(SvgGifIcon);
|
|
561
|
+
|
|
553
562
|
const SvgGrayAlertIcon = (props) => jsxRuntime.jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 12 12" }, props, { children: jsxRuntime.jsx("path", { fill: "#F8FAFC", stroke: "currentColor", strokeWidth: 2, d: "M6 9.912 1.685 2h8.63z" }) }));
|
|
554
563
|
var GrayAlertIcon = IconWrapper(SvgGrayAlertIcon);
|
|
555
564
|
|
|
@@ -760,6 +769,7 @@ var Icons = /*#__PURE__*/Object.freeze({
|
|
|
760
769
|
AssignedIcon: AssignedIcon,
|
|
761
770
|
BellIcon: BellIcon,
|
|
762
771
|
BellIconSlashed: BellIconSlashed,
|
|
772
|
+
BeterDichtbijIcon: BeterDichtbijIcon,
|
|
763
773
|
BluetoothIcon: BluetoothIcon,
|
|
764
774
|
BrushIcon: BrushIcon,
|
|
765
775
|
CakeIcon: CakeIcon,
|
|
@@ -796,6 +806,7 @@ var Icons = /*#__PURE__*/Object.freeze({
|
|
|
796
806
|
EarthIcon: EarthIcon,
|
|
797
807
|
EditIcon: PencilIcon,
|
|
798
808
|
EmailIcon: EmailIcon,
|
|
809
|
+
EmojiIcon: EmojiIcon,
|
|
799
810
|
EmptyIcon: EmptyIcon,
|
|
800
811
|
ExclamationMarkIcon: ExclamationMarkIcon,
|
|
801
812
|
ExportIcon: ExportIcon,
|
|
@@ -817,6 +828,7 @@ var Icons = /*#__PURE__*/Object.freeze({
|
|
|
817
828
|
ForwardIcon: ForwardIcon,
|
|
818
829
|
GearColoredIcon: GearColoredIcon,
|
|
819
830
|
GearIcon: CogwheelIcon,
|
|
831
|
+
GifIcon: GifIcon,
|
|
820
832
|
GrayAlertColoredIcon: GrayAlertColoredIcon,
|
|
821
833
|
GrayAlertIcon: GrayAlertIcon,
|
|
822
834
|
GreenAlertColoredIcon: GreenAlertColoredIcon,
|
|
@@ -6463,6 +6475,7 @@ exports.AvatarGroup = AvatarGroup;
|
|
|
6463
6475
|
exports.Badge = Badge;
|
|
6464
6476
|
exports.BellIcon = BellIcon;
|
|
6465
6477
|
exports.BellIconSlashed = BellIconSlashed;
|
|
6478
|
+
exports.BeterDichtbijIcon = BeterDichtbijIcon;
|
|
6466
6479
|
exports.BluetoothIcon = BluetoothIcon;
|
|
6467
6480
|
exports.Box = Box;
|
|
6468
6481
|
exports.Breadcrumbs = Breadcrumbs;
|
|
@@ -6519,6 +6532,7 @@ exports.Dropzone = Dropzone;
|
|
|
6519
6532
|
exports.EarthIcon = EarthIcon;
|
|
6520
6533
|
exports.EditIcon = PencilIcon;
|
|
6521
6534
|
exports.EmailIcon = EmailIcon;
|
|
6535
|
+
exports.EmojiIcon = EmojiIcon;
|
|
6522
6536
|
exports.EmptyIcon = EmptyIcon;
|
|
6523
6537
|
exports.EmptyListMessage = EmptyListMessage;
|
|
6524
6538
|
exports.ExclamationMarkIcon = ExclamationMarkIcon;
|
|
@@ -6549,6 +6563,7 @@ exports.ForwardIcon = ForwardIcon;
|
|
|
6549
6563
|
exports.FullPageModal = FullPageModal;
|
|
6550
6564
|
exports.GearColoredIcon = GearColoredIcon;
|
|
6551
6565
|
exports.GearIcon = CogwheelIcon;
|
|
6566
|
+
exports.GifIcon = GifIcon;
|
|
6552
6567
|
exports.GrayAlertColoredIcon = GrayAlertColoredIcon;
|
|
6553
6568
|
exports.GrayAlertIcon = GrayAlertIcon;
|
|
6554
6569
|
exports.GreenAlertColoredIcon = GreenAlertColoredIcon;
|