odaptos_design_system 1.4.13 → 1.4.15
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/DatePicker/DatePicker.d.ts +28 -0
- package/dist/Icons/Miscellaneous/AppWindowPieIcon.d.ts +3 -0
- package/dist/Icons/index.d.ts +2 -1
- package/dist/odaptos_design_system.cjs.development.js +76 -47
- package/dist/odaptos_design_system.cjs.development.js.map +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js.map +1 -1
- package/dist/odaptos_design_system.esm.js +76 -48
- package/dist/odaptos_design_system.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Buttons/Button.modules.scss +1 -1
- package/src/DatePicker/DatePicker.modules.scss +55 -0
- package/src/DatePicker/DatePicker.tsx +81 -0
- package/src/Icons/Interaction/BinIcon.tsx +30 -25
- package/src/Icons/Miscellaneous/AppWindowPieIcon.tsx +32 -0
- package/src/Icons/index.ts +2 -1
- package/src/Notifications/Banner.modules.scss +7 -0
- package/src/SingleSelect/SingleSelect.tsx +2 -2
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface InputProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
rightIcon?: JSX.Element;
|
|
5
|
+
leftIcon?: JSX.Element;
|
|
6
|
+
variant?: 'filled' | 'standard' | 'outlined';
|
|
7
|
+
topLabel?: string | undefined;
|
|
8
|
+
placeholder?: string;
|
|
9
|
+
label?: string;
|
|
10
|
+
required?: boolean | undefined;
|
|
11
|
+
name?: string;
|
|
12
|
+
value: string | number;
|
|
13
|
+
onChange: (event: any) => void;
|
|
14
|
+
onBlur?: (event: any) => void;
|
|
15
|
+
onKeyDown?: () => void;
|
|
16
|
+
disabled?: boolean;
|
|
17
|
+
type?: 'number' | 'text' | 'password';
|
|
18
|
+
id?: string;
|
|
19
|
+
helperText?: string;
|
|
20
|
+
errorText?: string;
|
|
21
|
+
error?: boolean;
|
|
22
|
+
multiline?: boolean;
|
|
23
|
+
rows?: number;
|
|
24
|
+
inputProps?: any;
|
|
25
|
+
}
|
|
26
|
+
/** Figma link : https://www.figma.com/file/fjnhhbL12HvKccPmJchVnr/Atomic-Library?type=design&node-id=738-5899&mode=dev */
|
|
27
|
+
export declare const DatePicker: (props: InputProps) => React.JSX.Element;
|
|
28
|
+
export {};
|
package/dist/Icons/index.d.ts
CHANGED
|
@@ -70,6 +70,7 @@ export { default as RecordingIcon } from './MediaControl/RecordingIcon';
|
|
|
70
70
|
export { default as VolumeIcon } from './MediaControl/VolumeIcon';
|
|
71
71
|
export { default as AddSeatIcon } from './Miscellaneous/AddSeatIcon';
|
|
72
72
|
export { default as AddUsersIcon } from './Miscellaneous/AddUsersIcon';
|
|
73
|
+
export { default as AppWindowPieIcon } from './Miscellaneous/AppWindowPieIcon';
|
|
73
74
|
export { default as BillPdfIcon } from './Miscellaneous/BillPdfIcon';
|
|
74
75
|
export { default as BinocularIcon } from './Miscellaneous/BinocularIcon';
|
|
75
76
|
export { default as BrainIcon } from './Miscellaneous/BrainIcon';
|
|
@@ -93,8 +94,8 @@ export { default as LinkIcon } from './Miscellaneous/LinkIcon';
|
|
|
93
94
|
export { default as MetaAnalyseIcon } from './Miscellaneous/MetaAnalyseIcon';
|
|
94
95
|
export { default as ModeratedIcon } from './Miscellaneous/ModeratedIcon';
|
|
95
96
|
export { default as NbOfUsersIcon } from './Miscellaneous/NbOfUsersIcon';
|
|
96
|
-
export { default as OfficeDrawerIcon } from './Miscellaneous/OfficeDrawerIcon';
|
|
97
97
|
export { default as NeutralBackgroudIcon } from './Miscellaneous/NeutralBackgroudIcon';
|
|
98
|
+
export { default as OfficeDrawerIcon } from './Miscellaneous/OfficeDrawerIcon';
|
|
98
99
|
export { default as RefreshIcon } from './Miscellaneous/RefreshIcon';
|
|
99
100
|
export { default as ReportIcon } from './Miscellaneous/ReportIcon';
|
|
100
101
|
export { default as SeatIcon } from './Miscellaneous/SeatIcon';
|
|
@@ -1538,30 +1538,32 @@ function BinIcon({
|
|
|
1538
1538
|
height: "24",
|
|
1539
1539
|
viewBox: "0 0 24 24",
|
|
1540
1540
|
fill: "none"
|
|
1541
|
-
}, /*#__PURE__*/React__default.createElement("g", {
|
|
1542
|
-
clipPath: "url(#clip0_122_177)"
|
|
1543
1541
|
}, /*#__PURE__*/React__default.createElement("path", {
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
d: "
|
|
1542
|
+
"fill-rule": "evenodd",
|
|
1543
|
+
"clip-rule": "evenodd",
|
|
1544
|
+
d: "M3.46143 5.07692C3.46143 4.6627 3.79722 4.32692 4.21143 4.32692H19.7883C20.2025 4.32692 20.5383 4.6627 20.5383 5.07692V20.6538C20.5383 21.3118 20.277 21.9427 19.8117 22.408C19.3465 22.8733 18.7155 23.1346 18.0576 23.1346H5.94219C5.28431 23.1346 4.65329 22.8733 4.18801 22.408C3.72278 21.9428 3.46143 21.3118 3.46143 20.6538V5.07692ZM4.96143 5.82692V20.6538C4.96143 20.914 5.06476 21.1634 5.2487 21.3474C5.43258 21.5313 5.68203 21.6346 5.94219 21.6346H18.0576C18.3177 21.6346 18.5671 21.5313 18.7511 21.3474C18.935 21.1635 19.0383 20.914 19.0383 20.6538V5.82692H4.96143Z",
|
|
1547
1545
|
fill: fill
|
|
1548
1546
|
}), /*#__PURE__*/React__default.createElement("path", {
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
d: "
|
|
1547
|
+
"fill-rule": "evenodd",
|
|
1548
|
+
"clip-rule": "evenodd",
|
|
1549
|
+
d: "M9.40381 9.5192C9.81802 9.5192 10.1538 9.85498 10.1538 10.2692V17.1923C10.1538 17.6065 9.81802 17.9423 9.40381 17.9423C8.9896 17.9423 8.65381 17.6065 8.65381 17.1923V10.2692C8.65381 9.85498 8.9896 9.5192 9.40381 9.5192Z",
|
|
1552
1550
|
fill: fill
|
|
1553
1551
|
}), /*#__PURE__*/React__default.createElement("path", {
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
d: "
|
|
1552
|
+
"fill-rule": "evenodd",
|
|
1553
|
+
"clip-rule": "evenodd",
|
|
1554
|
+
d: "M14.5962 9.5192C15.0104 9.5192 15.3462 9.85498 15.3462 10.2692V17.1923C15.3462 17.6065 15.0104 17.9423 14.5962 17.9423C14.182 17.9423 13.8462 17.6065 13.8462 17.1923V10.2692C13.8462 9.85498 14.182 9.5192 14.5962 9.5192Z",
|
|
1557
1555
|
fill: fill
|
|
1558
|
-
})
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1556
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
1557
|
+
"fill-rule": "evenodd",
|
|
1558
|
+
"clip-rule": "evenodd",
|
|
1559
|
+
d: "M0 5.07692C0 4.6627 0.335786 4.32692 0.75 4.32692H23.25C23.6642 4.32692 24 4.6627 24 5.07692C24 5.49113 23.6642 5.82692 23.25 5.82692H0.75C0.335786 5.82692 0 5.49113 0 5.07692Z",
|
|
1560
|
+
fill: fill
|
|
1561
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
1562
|
+
"fill-rule": "evenodd",
|
|
1563
|
+
"clip-rule": "evenodd",
|
|
1564
|
+
d: "M7.64971 1.59198C8.11494 1.12675 8.74593 0.865387 9.40386 0.865387H14.5962C15.2541 0.865387 15.8851 1.12677 16.3503 1.59197C16.8156 2.05725 17.0769 2.68827 17.0769 3.34616V5.07693C17.0769 5.49114 16.7411 5.82693 16.3269 5.82693H7.6731C7.25889 5.82693 6.9231 5.49114 6.9231 5.07693V3.34616C6.9231 2.68823 7.18446 2.05722 7.64971 1.59198ZM9.40386 2.36539C9.14375 2.36539 8.89429 2.46872 8.71036 2.65265C8.52644 2.83656 8.4231 3.08603 8.4231 3.34616V4.32693H15.5769V3.34616C15.5769 3.08599 15.4736 2.83655 15.2897 2.65266C15.1057 2.4687 14.8563 2.36539 14.5962 2.36539H9.40386Z",
|
|
1565
|
+
fill: fill
|
|
1566
|
+
})));
|
|
1565
1567
|
}
|
|
1566
1568
|
|
|
1567
1569
|
function CheckedIcon({
|
|
@@ -2761,6 +2763,29 @@ function AddUsersIcon({
|
|
|
2761
2763
|
})))));
|
|
2762
2764
|
}
|
|
2763
2765
|
|
|
2766
|
+
function AppWindowPieIcon({
|
|
2767
|
+
stroke,
|
|
2768
|
+
strokeWidth,
|
|
2769
|
+
fill,
|
|
2770
|
+
...rest
|
|
2771
|
+
}) {
|
|
2772
|
+
return /*#__PURE__*/React__default.createElement(material.SvgIcon, Object.assign({
|
|
2773
|
+
strokeWidth: strokeWidth ?? 0.1,
|
|
2774
|
+
stroke: stroke ? stroke : 'currentColor'
|
|
2775
|
+
}, rest), /*#__PURE__*/React__default.createElement("svg", {
|
|
2776
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2777
|
+
width: "24",
|
|
2778
|
+
height: "24",
|
|
2779
|
+
viewBox: "0 0 24 24",
|
|
2780
|
+
fill: "none"
|
|
2781
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
2782
|
+
"fill-rule": "evenodd",
|
|
2783
|
+
"clip-rule": "evenodd",
|
|
2784
|
+
d: "M21 1.60001H3C1.4 1.60001 0.800003 2.90001 0.800003 3.80001V20.3C0.800003 21.9 2.1 22.5 3 22.5H21C22.6 22.5 23.2 21.2 23.2 20.3V3.80001C23.2 2.10001 21.9 1.60001 21 1.60001ZM3 3.00001H21C21.3 3.00001 21.8 3.10001 21.8 3.80001V6.10001H2.2V3.80001C2.2 3.50001 2.3 3.00001 3 3.00001ZM21 21.1H3C2.7 21.1 2.2 21 2.2 20.3V7.50001H21.8V20.3C21.8 20.5 21.7 21.1 21 21.1ZM13.8 12.3C13.5 11.7 13.2 11.1 12.7 10.6C12.2 10.1 11.6 9.70001 11 9.50001C10.4 9.20001 9.7 9.10001 9 9.10001C8.3 9.10001 7.7 9.20001 7 9.50001C6.4 9.80001 5.8 10.1 5.3 10.6C4.8 11.1 4.4 11.7 4.2 12.3C3.9 12.9 3.8 13.6 3.8 14.3C3.8 15.7 4.3 17 5.3 18C6.3 19 7.6 19.5 9 19.5C10.4 19.5 11.7 19 12.7 18C13.7 17 14.2 15.7 14.2 14.3C14.2 13.6 14.1 12.9 13.8 12.3ZM11.7 11.6C12.1 12 12.3 12.4 12.5 12.8C12.7 13.3 12.8 13.8 12.8 14.3C12.8 15.1 12.6 15.8 12.1 16.4L9.7 14V10.6C9.93739 10.6 10.1122 10.6626 10.3234 10.7383L10.3235 10.7383L10.3236 10.7384C10.3793 10.7583 10.4375 10.7792 10.5 10.8C10.9 10.9 11.3 11.2 11.7 11.6ZM6.3 16.9C5.6 16.2 5.2 15.2 5.2 14.2C5.2 13.7 5.3 13.2 5.5 12.7C5.7 12.2 6 11.8 6.3 11.5C6.7 11.1 7.1 10.9 7.5 10.7C7.7 10.6 8 10.5 8.3 10.5V14.2C8.3 14.4 8.4 14.6 8.5 14.7L11.1 17.3C9.7 18.4 7.6 18.2 6.3 16.9ZM16.5 10.6H19.5C19.9 10.6 20.2 10.9 20.2 11.3C20.2 11.7 19.9 12 19.5 12H16.5C16.1 12 15.8 11.7 15.8 11.3C15.8 10.9 16.1 10.6 16.5 10.6ZM19.5 13.6H16.5C16.1 13.6 15.8 13.9 15.8 14.3C15.8 14.7 16.1 15 16.5 15H19.5C19.9 15 20.2 14.7 20.2 14.3C20.2 13.9 19.9 13.6 19.5 13.6ZM16.5 16.6H19.5C19.9 16.6 20.2 16.9 20.2 17.3C20.2 17.7 19.9 18 19.5 18H16.5C16.1 18 15.8 17.7 15.8 17.3C15.8 16.9 16.1 16.6 16.5 16.6Z",
|
|
2785
|
+
fill: "#00040A"
|
|
2786
|
+
})));
|
|
2787
|
+
}
|
|
2788
|
+
|
|
2764
2789
|
function BillPdfIcon({
|
|
2765
2790
|
stroke,
|
|
2766
2791
|
strokeWidth,
|
|
@@ -3583,6 +3608,31 @@ function NbOfUsersIcon({
|
|
|
3583
3608
|
})))));
|
|
3584
3609
|
}
|
|
3585
3610
|
|
|
3611
|
+
function NeutralBackgroudIcon({
|
|
3612
|
+
stroke,
|
|
3613
|
+
strokeWidth,
|
|
3614
|
+
fill,
|
|
3615
|
+
...rest
|
|
3616
|
+
}) {
|
|
3617
|
+
return /*#__PURE__*/React__default.createElement(material.SvgIcon, Object.assign({
|
|
3618
|
+
strokeWidth: strokeWidth ?? 1.5,
|
|
3619
|
+
stroke: stroke ? stroke : 'currentColor'
|
|
3620
|
+
}, rest), /*#__PURE__*/React__default.createElement("svg", {
|
|
3621
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3622
|
+
width: "24",
|
|
3623
|
+
height: "22",
|
|
3624
|
+
viewBox: "0 0 24 22"
|
|
3625
|
+
}, /*#__PURE__*/React__default.createElement("g", {
|
|
3626
|
+
fill: "none",
|
|
3627
|
+
fillRule: "evenodd"
|
|
3628
|
+
}, /*#__PURE__*/React__default.createElement("g", {
|
|
3629
|
+
fill: fill
|
|
3630
|
+
}, /*#__PURE__*/React__default.createElement("g", null, /*#__PURE__*/React__default.createElement("path", {
|
|
3631
|
+
d: "M24 2.5c0-.828-.672-1.5-1.5-1.5h-21C.672 1 0 1.672 0 2.5V17c0 .828.672 1.5 1.5 1.5h9c.276 0 .5.224.5.5v1.5c0 .276-.224.5-.5.5H4c-.552 0-1 .448-1 1s.448 1 1 1h16c.552 0 1-.448 1-1s-.448-1-1-1h-6.5c-.276 0-.5-.224-.5-.5V19c0-.276.224-.5.5-.5h9c.828 0 1.5-.672 1.5-1.5V2.5zm-6.115 13.088c-.096.113-.236.18-.385.18h-11c-.149 0-.29-.067-.385-.18-.095-.114-.133-.265-.106-.411.09-.514.255-1.012.491-1.477.453-.876 1.591-1.415 3.667-2.159.085-.23.082-.482-.007-.71-.812-.983-1.216-2.24-1.129-3.511-.049-.809.246-1.6.81-2.181.566-.581 1.35-.897 2.159-.871.81-.026 1.593.29 2.158.87.565.581.86 1.373.811 2.182.085 1.282-.326 2.547-1.149 3.534-.078.229-.068.478.027.7 2.061.735 3.2 1.274 3.652 2.151.236.465.402.962.492 1.476.026.145-.013.294-.106.407z",
|
|
3632
|
+
transform: "translate(-328 -564) translate(328 563)"
|
|
3633
|
+
}))))));
|
|
3634
|
+
}
|
|
3635
|
+
|
|
3586
3636
|
function OfficeDrawerIcon({
|
|
3587
3637
|
stroke,
|
|
3588
3638
|
strokeWidth,
|
|
@@ -3614,31 +3664,6 @@ function OfficeDrawerIcon({
|
|
|
3614
3664
|
})))));
|
|
3615
3665
|
}
|
|
3616
3666
|
|
|
3617
|
-
function NeutralBackgroudIcon({
|
|
3618
|
-
stroke,
|
|
3619
|
-
strokeWidth,
|
|
3620
|
-
fill,
|
|
3621
|
-
...rest
|
|
3622
|
-
}) {
|
|
3623
|
-
return /*#__PURE__*/React__default.createElement(material.SvgIcon, Object.assign({
|
|
3624
|
-
strokeWidth: strokeWidth ?? 1.5,
|
|
3625
|
-
stroke: stroke ? stroke : 'currentColor'
|
|
3626
|
-
}, rest), /*#__PURE__*/React__default.createElement("svg", {
|
|
3627
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3628
|
-
width: "24",
|
|
3629
|
-
height: "22",
|
|
3630
|
-
viewBox: "0 0 24 22"
|
|
3631
|
-
}, /*#__PURE__*/React__default.createElement("g", {
|
|
3632
|
-
fill: "none",
|
|
3633
|
-
fillRule: "evenodd"
|
|
3634
|
-
}, /*#__PURE__*/React__default.createElement("g", {
|
|
3635
|
-
fill: fill
|
|
3636
|
-
}, /*#__PURE__*/React__default.createElement("g", null, /*#__PURE__*/React__default.createElement("path", {
|
|
3637
|
-
d: "M24 2.5c0-.828-.672-1.5-1.5-1.5h-21C.672 1 0 1.672 0 2.5V17c0 .828.672 1.5 1.5 1.5h9c.276 0 .5.224.5.5v1.5c0 .276-.224.5-.5.5H4c-.552 0-1 .448-1 1s.448 1 1 1h16c.552 0 1-.448 1-1s-.448-1-1-1h-6.5c-.276 0-.5-.224-.5-.5V19c0-.276.224-.5.5-.5h9c.828 0 1.5-.672 1.5-1.5V2.5zm-6.115 13.088c-.096.113-.236.18-.385.18h-11c-.149 0-.29-.067-.385-.18-.095-.114-.133-.265-.106-.411.09-.514.255-1.012.491-1.477.453-.876 1.591-1.415 3.667-2.159.085-.23.082-.482-.007-.71-.812-.983-1.216-2.24-1.129-3.511-.049-.809.246-1.6.81-2.181.566-.581 1.35-.897 2.159-.871.81-.026 1.593.29 2.158.87.565.581.86 1.373.811 2.182.085 1.282-.326 2.547-1.149 3.534-.078.229-.068.478.027.7 2.061.735 3.2 1.274 3.652 2.151.236.465.402.962.492 1.476.026.145-.013.294-.106.407z",
|
|
3638
|
-
transform: "translate(-328 -564) translate(328 563)"
|
|
3639
|
-
}))))));
|
|
3640
|
-
}
|
|
3641
|
-
|
|
3642
3667
|
function RefreshIcon({
|
|
3643
3668
|
stroke,
|
|
3644
3669
|
strokeWidth,
|
|
@@ -4189,9 +4214,12 @@ const SingleSelect = ({
|
|
|
4189
4214
|
setValue(defaultValue === undefined ? null : defaultValue);
|
|
4190
4215
|
}, [defaultValue]);
|
|
4191
4216
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
4192
|
-
className: `${className}
|
|
4217
|
+
className: `${className && className}`,
|
|
4218
|
+
style: {
|
|
4219
|
+
width: '100%'
|
|
4220
|
+
}
|
|
4193
4221
|
}, topLabel && /*#__PURE__*/React__default.createElement(Text, {
|
|
4194
|
-
text: `${topLabel ? topLabel : ''}
|
|
4222
|
+
text: `${topLabel ? topLabel : ''}`,
|
|
4195
4223
|
weight: "bold",
|
|
4196
4224
|
size: "base",
|
|
4197
4225
|
className: styles$3.input_top_label,
|
|
@@ -4637,7 +4665,7 @@ const Badge = ({
|
|
|
4637
4665
|
}), iconRight && iconRight);
|
|
4638
4666
|
};
|
|
4639
4667
|
|
|
4640
|
-
var css_248z$8 = ".Button-modules_button__sRnp1{align-items:center;cursor:pointer;display:inline-flex;gap:.5rem;justify-content:center}.Button-modules_button_primary__H-HCf{background:var(--color-neutral-basics-black,#00040a);border:1px solid var(--color-neutral-basics-black,#00040a)}.Button-modules_button_primary__H-HCf:hover{background:var(--color-neutral-dark-shades-900,#32353a);border:1px solid var(--color-neutral-dark-shades-900,#32353a)}.Button-modules_button_primary__H-HCf:active{background:var(--color-neutral-dark-shades-800,#4b4e52);border:1px solid var(--color-neutral-dark-shades-800,#4b4e52)}.Button-modules_button_primary__H-HCf:disabled{background:var(--color-neutral-clear-shades-300,#d5d5d6);border:1px solid var(--color-neutral-clear-shades-300,#d5d5d6)}.Button-modules_button_primary__H-HCf p{color:#fff!important}.Button-modules_button_primary__H-HCf svg{stroke:#fff!important;fill:#fff!important}.Button-modules_button_secondary__qlR87:active{border:1px solid var(--color-neutral-basics-black,#00040a)}.Button-modules_button_secondary__qlR87:disabled{background:var(--color-neutral-clear-shades-300,#d5d5d6);border:1px solid var(--color-neutral-clear-shades-300,#d5d5d6)}.Button-modules_button_secondary__qlR87{background:transparent;border:1px solid transparent}.Button-modules_button_secondary__qlR87:hover{background:var(--color-neutral-clear-shades-200,#e1e1e2);border:1px solid var(--color-neutral-basics-black,#00040a)}.Button-modules_button_secondary__qlR87:active{background:var(--color-neutral-clear-shades-300,#d5d5d6);border:1px solid var(--color-neutral-clear-shades-300,#d5d5d6)}.Button-modules_button_secondary__qlR87:disabled{background:transparent;border:1px solid transparent}.Button-modules_button_secondary__qlR87:disabled p{color:#96989a!important}.Button-modules_button_secondary__qlR87:disabled svg{stroke:#96989a!important;fill:#96989a!important}.Button-modules_button_secondary__qlR87 p{color:var(--color-neutral-basics-black,#00040a)!important}.Button-modules_button_secondary__qlR87 svg{stroke:var(--color-neutral-basics-black,#00040a)!important;fill:var(--color-neutral-basics-black,#00040a)!important}.Button-modules_button_tertiary__aBxX8{background:transparent;border:1px solid transparent}.Button-modules_button_tertiary__aBxX8:hover{background:var(--color-neutral-clear-shades-200,#e1e1e2);border:1px solid var(--color-neutral-clear-shades-200,#e1e1e2)}.Button-modules_button_tertiary__aBxX8:active{background:var(--color-neutral-clear-shades-300,#d5d5d6);border:1px solid var(--color-neutral-clear-shades-300,#d5d5d6)}.Button-modules_button_tertiary__aBxX8:disabled{background:transparent;border:1px solid transparent}.Button-modules_button_tertiary__aBxX8:disabled p{color:#96989a!important}.Button-modules_button_tertiary__aBxX8:disabled svg{stroke:#96989a!important;fill:#96989a!important}.Button-modules_button_tertiary__aBxX8 p{color:var(--color-neutral-basics-black,#00040a)!important}.Button-modules_button_tertiary__aBxX8 svg{stroke:var(--color-neutral-basics-black,#00040a)!important;fill:var(--color-neutral-basics-black,#00040a)!important}.Button-modules_button_tertiary_alt__Ve3aw{background:transparent;border:1px solid transparent}.Button-modules_button_tertiary_alt__Ve3aw:hover{background:var(--color-neutral-clear-shades-150,#eee);border:1px solid var(--color-neutral-clear-shades-150,#eee)}.Button-modules_button_tertiary_alt__Ve3aw:active{background:var(--color-neutral-clear-shades-100,#fafafa);border:1px solid var(--color-neutral-clear-shades-100,#fafafa)}.Button-modules_button_tertiary_alt__Ve3aw:disabled{background:transparent;border:1px solid transparent}.Button-modules_button_tertiary_alt__Ve3aw:disabled p{color:#99c9ff!important}.Button-modules_button_tertiary_alt__Ve3aw:disabled svg{stroke:#99c9ff!important;fill:#99c9ff!important}.Button-modules_button_tertiary_alt__Ve3aw p{color:#07f!important}.Button-modules_button_tertiary_alt__Ve3aw svg{stroke:#07f!important;fill:#07f!important}.Button-modules_button_alert__yt9Yr{background:transparent;border:1px solid transparent}.Button-modules_button_alert__yt9Yr:hover{background:var(--color-extended-red-50,#fff6f6);border:1px solid var(--color-extended-red-50,#fff6f6)}.Button-modules_button_alert__yt9Yr:active{background:var(--color-extended-red-100,#fddbdb);border:1px solid var(--color-extended-red-100,#fddbdb)}.Button-modules_button_alert__yt9Yr:disabled{background:transparent;border:1px solid transparent}.Button-modules_button_alert__yt9Yr:disabled p{color:#fbb7b7!important}.Button-modules_button_alert__yt9Yr:disabled svg{stroke:#fbb7b7!important;fill:#fbb7b7!important}.Button-modules_button_alert__yt9Yr p{color:#f54c4c!important}.Button-modules_button_alert__yt9Yr svg{stroke:#f54c4c!important;fill:#f54c4c!important}.Button-modules_button_success__vQC8w{background:var(--color-extended-green-400,#7dc984);border:1px solid var(--color-extended-green-400,#7dc984)}.Button-modules_button_success__vQC8w:hover{background:var(--color-extended-green-300,#9dd6a3);border:1px solid var(--color-extended-green-300,#9dd6a3)}.Button-modules_button_success__vQC8w:active{background:var(--color-extended-green-500,#5cbb65);border:1px solid var(--color-extended-green-500,#5cbb65)}.Button-modules_button_success__vQC8w:disabled{background:var(--color-extended-green-200,#d5edd8);border:1px solid var(--color-extended-green-200,#d5edd8)}.Button-modules_button_success__vQC8w p{color:#fff!important}.Button-modules_button_success__vQC8w svg{stroke:#fff!important;fill:#fff!important}.Button-modules_button_sm__uB5fx{border-radius:.375rem;padding:0 1rem}.Button-modules_button_sm__uB5fx svg{height:.75rem;width:.75rem}.Button-modules_button_base__SytaD{border-radius:.5rem;padding:.25rem 1rem}.Button-modules_button_base__SytaD svg{height:1rem;width:1rem}.Button-modules_button_lg__n22vb{border-radius:.5rem;padding:.25rem 1.25rem .375rem}.Button-modules_button_lg__n22vb svg{height:1.25rem;width:1.25rem}";
|
|
4668
|
+
var css_248z$8 = ".Button-modules_button__sRnp1{align-items:center;cursor:pointer;display:inline-flex;gap:.5rem;justify-content:center}.Button-modules_button_primary__H-HCf{background:var(--color-neutral-basics-black,#00040a);border:1px solid var(--color-neutral-basics-black,#00040a)}.Button-modules_button_primary__H-HCf:hover{background:var(--color-neutral-dark-shades-900,#32353a);border:1px solid var(--color-neutral-dark-shades-900,#32353a)}.Button-modules_button_primary__H-HCf:active{background:var(--color-neutral-dark-shades-800,#4b4e52);border:1px solid var(--color-neutral-dark-shades-800,#4b4e52)}.Button-modules_button_primary__H-HCf:disabled{background:var(--color-neutral-clear-shades-300,#d5d5d6);border:1px solid var(--color-neutral-clear-shades-300,#d5d5d6)}.Button-modules_button_primary__H-HCf p{color:#fff!important}.Button-modules_button_primary__H-HCf svg{stroke:#fff!important;fill:#fff!important}.Button-modules_button_secondary__qlR87,.Button-modules_button_secondary__qlR87:active{border:1px solid var(--color-neutral-basics-black,#00040a)}.Button-modules_button_secondary__qlR87:disabled{background:var(--color-neutral-clear-shades-300,#d5d5d6);border:1px solid var(--color-neutral-clear-shades-300,#d5d5d6)}.Button-modules_button_secondary__qlR87{background:transparent;border:1px solid transparent}.Button-modules_button_secondary__qlR87:hover{background:var(--color-neutral-clear-shades-200,#e1e1e2);border:1px solid var(--color-neutral-basics-black,#00040a)}.Button-modules_button_secondary__qlR87:active{background:var(--color-neutral-clear-shades-300,#d5d5d6);border:1px solid var(--color-neutral-clear-shades-300,#d5d5d6)}.Button-modules_button_secondary__qlR87:disabled{background:transparent;border:1px solid transparent}.Button-modules_button_secondary__qlR87:disabled p{color:#96989a!important}.Button-modules_button_secondary__qlR87:disabled svg{stroke:#96989a!important;fill:#96989a!important}.Button-modules_button_secondary__qlR87 p{color:var(--color-neutral-basics-black,#00040a)!important}.Button-modules_button_secondary__qlR87 svg{stroke:var(--color-neutral-basics-black,#00040a)!important;fill:var(--color-neutral-basics-black,#00040a)!important}.Button-modules_button_tertiary__aBxX8{background:transparent;border:1px solid transparent}.Button-modules_button_tertiary__aBxX8:hover{background:var(--color-neutral-clear-shades-200,#e1e1e2);border:1px solid var(--color-neutral-clear-shades-200,#e1e1e2)}.Button-modules_button_tertiary__aBxX8:active{background:var(--color-neutral-clear-shades-300,#d5d5d6);border:1px solid var(--color-neutral-clear-shades-300,#d5d5d6)}.Button-modules_button_tertiary__aBxX8:disabled{background:transparent;border:1px solid transparent}.Button-modules_button_tertiary__aBxX8:disabled p{color:#96989a!important}.Button-modules_button_tertiary__aBxX8:disabled svg{stroke:#96989a!important;fill:#96989a!important}.Button-modules_button_tertiary__aBxX8 p{color:var(--color-neutral-basics-black,#00040a)!important}.Button-modules_button_tertiary__aBxX8 svg{stroke:var(--color-neutral-basics-black,#00040a)!important;fill:var(--color-neutral-basics-black,#00040a)!important}.Button-modules_button_tertiary_alt__Ve3aw{background:transparent;border:1px solid transparent}.Button-modules_button_tertiary_alt__Ve3aw:hover{background:var(--color-neutral-clear-shades-150,#eee);border:1px solid var(--color-neutral-clear-shades-150,#eee)}.Button-modules_button_tertiary_alt__Ve3aw:active{background:var(--color-neutral-clear-shades-100,#fafafa);border:1px solid var(--color-neutral-clear-shades-100,#fafafa)}.Button-modules_button_tertiary_alt__Ve3aw:disabled{background:transparent;border:1px solid transparent}.Button-modules_button_tertiary_alt__Ve3aw:disabled p{color:#99c9ff!important}.Button-modules_button_tertiary_alt__Ve3aw:disabled svg{stroke:#99c9ff!important;fill:#99c9ff!important}.Button-modules_button_tertiary_alt__Ve3aw p{color:#07f!important}.Button-modules_button_tertiary_alt__Ve3aw svg{stroke:#07f!important;fill:#07f!important}.Button-modules_button_alert__yt9Yr{background:transparent;border:1px solid transparent}.Button-modules_button_alert__yt9Yr:hover{background:var(--color-extended-red-50,#fff6f6);border:1px solid var(--color-extended-red-50,#fff6f6)}.Button-modules_button_alert__yt9Yr:active{background:var(--color-extended-red-100,#fddbdb);border:1px solid var(--color-extended-red-100,#fddbdb)}.Button-modules_button_alert__yt9Yr:disabled{background:transparent;border:1px solid transparent}.Button-modules_button_alert__yt9Yr:disabled p{color:#fbb7b7!important}.Button-modules_button_alert__yt9Yr:disabled svg{stroke:#fbb7b7!important;fill:#fbb7b7!important}.Button-modules_button_alert__yt9Yr p{color:#f54c4c!important}.Button-modules_button_alert__yt9Yr svg{stroke:#f54c4c!important;fill:#f54c4c!important}.Button-modules_button_success__vQC8w{background:var(--color-extended-green-400,#7dc984);border:1px solid var(--color-extended-green-400,#7dc984)}.Button-modules_button_success__vQC8w:hover{background:var(--color-extended-green-300,#9dd6a3);border:1px solid var(--color-extended-green-300,#9dd6a3)}.Button-modules_button_success__vQC8w:active{background:var(--color-extended-green-500,#5cbb65);border:1px solid var(--color-extended-green-500,#5cbb65)}.Button-modules_button_success__vQC8w:disabled{background:var(--color-extended-green-200,#d5edd8);border:1px solid var(--color-extended-green-200,#d5edd8)}.Button-modules_button_success__vQC8w p{color:#fff!important}.Button-modules_button_success__vQC8w svg{stroke:#fff!important;fill:#fff!important}.Button-modules_button_sm__uB5fx{border-radius:.375rem;padding:0 1rem}.Button-modules_button_sm__uB5fx svg{height:.75rem;width:.75rem}.Button-modules_button_base__SytaD{border-radius:.5rem;padding:.25rem 1rem}.Button-modules_button_base__SytaD svg{height:1rem;width:1rem}.Button-modules_button_lg__n22vb{border-radius:.5rem;padding:.25rem 1.25rem .375rem}.Button-modules_button_lg__n22vb svg{height:1.25rem;width:1.25rem}";
|
|
4641
4669
|
var styles$8 = {"button":"Button-modules_button__sRnp1","button_primary":"Button-modules_button_primary__H-HCf","button_secondary":"Button-modules_button_secondary__qlR87","button_tertiary":"Button-modules_button_tertiary__aBxX8","button_tertiary_alt":"Button-modules_button_tertiary_alt__Ve3aw","button_alert":"Button-modules_button_alert__yt9Yr","button_success":"Button-modules_button_success__vQC8w","button_sm":"Button-modules_button_sm__uB5fx","button_base":"Button-modules_button_base__SytaD","button_lg":"Button-modules_button_lg__n22vb"};
|
|
4642
4670
|
styleInject(css_248z$8);
|
|
4643
4671
|
|
|
@@ -4942,7 +4970,7 @@ const TextWithLink = ({
|
|
|
4942
4970
|
}, textLink));
|
|
4943
4971
|
};
|
|
4944
4972
|
|
|
4945
|
-
var css_248z$e = ".Banner-modules_notification_banner__JKUGY{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;max-width:87.5rem;padding:1.5rem}.Banner-modules_notification_banner_header__L3uAa{align-items:center;display:flex;gap:.5rem}.Banner-modules_notification_banner_error__ThRKH{background:var(--color-extended-red-100,#fddbdb);border:1px solid var(--color-extended-red-500,#f54c4c);border-radius:.5rem}.Banner-modules_notification_banner_warning__cbz4c{background:var(--color-extended-yellow-100,#fff3d6);border:1px solid var(--color-extended-yellow-500,#ffb800);border-radius:.5rem}.Banner-modules_notification_banner_info__-ByX7{background:var(--color-primary-100,#e5f1ff);border:1px solid var(--color-primary-500,#07f);border-radius:.5rem}.Banner-modules_notification_banner_success__QCOL-{background:var(--color-extended-green-100,#e8f5ea);border:1px solid var(--color-extended-green-500,#5cbb65);border-radius:.5rem}";
|
|
4973
|
+
var css_248z$e = ".Banner-modules_notification_banner__JKUGY{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;max-width:87.5rem;padding:1.5rem}.Banner-modules_notification_banner__JKUGY h2,.Banner-modules_notification_banner__JKUGY p{white-space:break-spaces}.Banner-modules_notification_banner_header__L3uAa{align-items:center;display:flex;gap:.5rem}.Banner-modules_notification_banner_error__ThRKH{background:var(--color-extended-red-100,#fddbdb);border:1px solid var(--color-extended-red-500,#f54c4c);border-radius:.5rem}.Banner-modules_notification_banner_warning__cbz4c{background:var(--color-extended-yellow-100,#fff3d6);border:1px solid var(--color-extended-yellow-500,#ffb800);border-radius:.5rem}.Banner-modules_notification_banner_info__-ByX7{background:var(--color-primary-100,#e5f1ff);border:1px solid var(--color-primary-500,#07f);border-radius:.5rem}.Banner-modules_notification_banner_success__QCOL-{background:var(--color-extended-green-100,#e8f5ea);border:1px solid var(--color-extended-green-500,#5cbb65);border-radius:.5rem}";
|
|
4946
4974
|
var styles$e = {"notification_banner":"Banner-modules_notification_banner__JKUGY","notification_banner_header":"Banner-modules_notification_banner_header__L3uAa","notification_banner_error":"Banner-modules_notification_banner_error__ThRKH","notification_banner_warning":"Banner-modules_notification_banner_warning__cbz4c","notification_banner_info":"Banner-modules_notification_banner_info__-ByX7","notification_banner_success":"Banner-modules_notification_banner_success__QCOL-"};
|
|
4947
4975
|
styleInject(css_248z$e);
|
|
4948
4976
|
|
|
@@ -6632,6 +6660,7 @@ exports.AgendaIcon = AgendaIcon;
|
|
|
6632
6660
|
exports.AlamBellIdleIcon = CopyPasteIcon$1;
|
|
6633
6661
|
exports.AlarmBellStatusIcon = AlarmBellStatusIcon;
|
|
6634
6662
|
exports.AlertCircledIcon = AlertCircledIcon;
|
|
6663
|
+
exports.AppWindowPieIcon = AppWindowPieIcon;
|
|
6635
6664
|
exports.ArrowDoubleLineDownIcon = ArrowDoubleLineDownIcon;
|
|
6636
6665
|
exports.ArrowDoubleLineLeftIcon = ArrowDoubleLineLeftIcon;
|
|
6637
6666
|
exports.ArrowDoubleLineRightIcon = ArrowDoubleLineRightIcon;
|