@galaxy-ds/core 2.0.15 → 2.0.16
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/Dialog/Dialog.type.d.ts +0 -4
- package/dist/Icons/leap/CaretDown12.d.ts +2 -0
- package/dist/Icons/leap/CaretUp12.d.ts +2 -0
- package/dist/Icons/leap/index.d.ts +2 -0
- package/dist/index.esm.js +13 -100
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +14 -99
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -3,10 +3,6 @@ import { DialogProps as MuiDialogProps } from '@mui/material';
|
|
|
3
3
|
export interface DialogProps extends MuiDialogProps {
|
|
4
4
|
children?: any;
|
|
5
5
|
variant?: 'info' | 'alert' | 'plain';
|
|
6
|
-
/**
|
|
7
|
-
* Deprecated
|
|
8
|
-
*/
|
|
9
|
-
platform?: 'desktop' | 'web';
|
|
10
6
|
title?: string;
|
|
11
7
|
message?: React.ReactNode;
|
|
12
8
|
open: boolean;
|
|
@@ -25,6 +25,8 @@ export { default as AccessIcon } from './Access';
|
|
|
25
25
|
export { default as AccountingIcon } from './Accounting';
|
|
26
26
|
export { default as AssignCurvedIcon } from './AssignCurved';
|
|
27
27
|
export { default as CalendarIcon } from './Calendar';
|
|
28
|
+
export { default as CaretDown12Icon } from './CaretDown12';
|
|
29
|
+
export { default as CaretUp12Icon } from './CaretUp12';
|
|
28
30
|
export { default as ChevronLeftIcon } from './ChevronLeft';
|
|
29
31
|
export { default as ChevronRightIcon } from './ChevronRight';
|
|
30
32
|
export { default as CrossIcon } from './Cross';
|
package/dist/index.esm.js
CHANGED
|
@@ -934,56 +934,6 @@ var dialogOverrides$1 = {
|
|
|
934
934
|
display: 'flex',
|
|
935
935
|
alignItems: 'center',
|
|
936
936
|
justifyContent: 'center',
|
|
937
|
-
"&.gds-modal--web": {
|
|
938
|
-
textAlign: 'center',
|
|
939
|
-
'& .gds-modal_paper': {
|
|
940
|
-
color: '#444444',
|
|
941
|
-
borderRadius: 8,
|
|
942
|
-
boxShadow: '0 1rem 2rem -0.5rem rgb(28 40 54 / 24%)',
|
|
943
|
-
maxWidth: 360,
|
|
944
|
-
"&:focus": {
|
|
945
|
-
outline: 'none',
|
|
946
|
-
}
|
|
947
|
-
},
|
|
948
|
-
'& .gds-modal_body': {
|
|
949
|
-
flexDirection: 'column',
|
|
950
|
-
justifyContent: 'center',
|
|
951
|
-
display: 'flex',
|
|
952
|
-
alignItems: 'center',
|
|
953
|
-
paddingLeft: 32,
|
|
954
|
-
paddingRight: 32,
|
|
955
|
-
paddingTop: 16,
|
|
956
|
-
paddingBottom: 16,
|
|
957
|
-
},
|
|
958
|
-
'& .gds-modal_footer': {
|
|
959
|
-
backgroundColor: theme.palette.grey[50],
|
|
960
|
-
display: 'flex',
|
|
961
|
-
alignItems: 'center',
|
|
962
|
-
justifyContent: 'center',
|
|
963
|
-
paddingTop: 0,
|
|
964
|
-
paddingBottom: 16,
|
|
965
|
-
paddingLeft: 16,
|
|
966
|
-
paddingRight: 16,
|
|
967
|
-
},
|
|
968
|
-
'& .gds-modal_header': {
|
|
969
|
-
display: 'flex',
|
|
970
|
-
alignItems: 'center',
|
|
971
|
-
padding: '16px',
|
|
972
|
-
"& .MuiTypography-body1": {
|
|
973
|
-
textTransform: "uppercase",
|
|
974
|
-
},
|
|
975
|
-
"& .MuiTypography-root": {
|
|
976
|
-
flex: 1
|
|
977
|
-
}
|
|
978
|
-
},
|
|
979
|
-
'& .gds-modal_icon': {
|
|
980
|
-
"& svg": {
|
|
981
|
-
width: '1em',
|
|
982
|
-
height: '1em',
|
|
983
|
-
fontSize: 56,
|
|
984
|
-
}
|
|
985
|
-
},
|
|
986
|
-
},
|
|
987
937
|
"&.gds-modal--desktop": {
|
|
988
938
|
'& .gds-modal_paper': {
|
|
989
939
|
color: "#444444",
|
|
@@ -1099,7 +1049,7 @@ var dialogContentOverrides$1 = {
|
|
|
1099
1049
|
'&.gds-disablePaddings': {
|
|
1100
1050
|
padding: 0,
|
|
1101
1051
|
},
|
|
1102
|
-
'&:first-
|
|
1052
|
+
'&:first-of-type': {
|
|
1103
1053
|
paddingTop: 0,
|
|
1104
1054
|
},
|
|
1105
1055
|
},
|
|
@@ -2591,51 +2541,6 @@ var dialogOverrides = {
|
|
|
2591
2541
|
}
|
|
2592
2542
|
},
|
|
2593
2543
|
},
|
|
2594
|
-
"&.gds-modal--desktop": {
|
|
2595
|
-
'& .gds-modal_paper': {
|
|
2596
|
-
color: "#444444",
|
|
2597
|
-
boxShadow: theme.shadows[5],
|
|
2598
|
-
maxWidth: 502,
|
|
2599
|
-
"&:focus": {
|
|
2600
|
-
outline: 'none',
|
|
2601
|
-
}
|
|
2602
|
-
},
|
|
2603
|
-
'& .gds-modal_footer': {
|
|
2604
|
-
backgroundColor: theme.palette.grey[100],
|
|
2605
|
-
borderTop: '1px solid #d4d4d4',
|
|
2606
|
-
paddingTop: 5,
|
|
2607
|
-
paddingBottom: 5,
|
|
2608
|
-
paddingLeft: 10,
|
|
2609
|
-
paddingRight: 10,
|
|
2610
|
-
},
|
|
2611
|
-
'& .gds-modal_body': {
|
|
2612
|
-
minHeight: 175,
|
|
2613
|
-
minWidth: 360,
|
|
2614
|
-
display: 'flex',
|
|
2615
|
-
alignItems: 'center',
|
|
2616
|
-
paddingLeft: 35,
|
|
2617
|
-
paddingRight: 35,
|
|
2618
|
-
},
|
|
2619
|
-
'& .gds-modal_header': {
|
|
2620
|
-
display: 'flex',
|
|
2621
|
-
alignItems: 'center',
|
|
2622
|
-
padding: '6px 9px',
|
|
2623
|
-
"& .MuiTypography-root": {
|
|
2624
|
-
flex: 1
|
|
2625
|
-
},
|
|
2626
|
-
"& .MuiTypography-body1": {
|
|
2627
|
-
textTransform: "uppercase",
|
|
2628
|
-
},
|
|
2629
|
-
},
|
|
2630
|
-
'& .gds-modal_icon': {
|
|
2631
|
-
marginRight: 14,
|
|
2632
|
-
"& svg": {
|
|
2633
|
-
width: '1em',
|
|
2634
|
-
height: '1em',
|
|
2635
|
-
fontSize: 50,
|
|
2636
|
-
}
|
|
2637
|
-
},
|
|
2638
|
-
}
|
|
2639
2544
|
},
|
|
2640
2545
|
'& .gds-modal_paper': {
|
|
2641
2546
|
background: "#ffffff",
|
|
@@ -2697,7 +2602,7 @@ var dialogContentOverrides = {
|
|
|
2697
2602
|
'&.gds-disablePaddings': {
|
|
2698
2603
|
padding: 0,
|
|
2699
2604
|
},
|
|
2700
|
-
'&:first-
|
|
2605
|
+
'&:first-of-type': {
|
|
2701
2606
|
paddingTop: 0,
|
|
2702
2607
|
},
|
|
2703
2608
|
},
|
|
@@ -3813,6 +3718,14 @@ function CalendarIcon(props) {
|
|
|
3813
3718
|
return (jsxs(SvgIcon, __assign({}, props, { children: [jsx("rect", { x: "4.03812", y: "7.03696", width: "16", height: "12", fill: "white" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.509 4C10.2132 4 9.97333 4.23985 9.97333 4.53571C9.97333 4.83158 10.2132 5.07143 10.509 5.07143H13.4957C13.7916 5.07143 14.0314 4.83158 14.0314 4.53571C14.0314 4.23985 13.7916 4 13.4957 4H10.509ZM4.46132 4.46018C4.71899 4.20251 5.08976 4.00122 5.50238 4.00122H7.00238C7.27852 4.00122 7.50238 4.22508 7.50238 4.50122C7.50238 4.77736 7.27852 5.00122 7.00238 5.00122H5.50238C5.41501 5.00122 5.28577 5.04995 5.16844 5.16728C5.0511 5.28462 5.00238 5.41386 5.00238 5.50122V6.99332H19.0024V5.50122C19.0024 5.41384 18.9537 5.2846 18.8363 5.16727C18.719 5.04995 18.5898 5.00122 18.5024 5.00122H17.0024C16.7262 5.00122 16.5024 4.77736 16.5024 4.50122C16.5024 4.22508 16.7262 4.00122 17.0024 4.00122H18.5024C18.915 4.00122 19.2858 4.20249 19.5434 4.46017C19.8011 4.71784 20.0024 5.0886 20.0024 5.50122V7.47818C20.004 7.49492 20.0048 7.51188 20.0048 7.52903C20.0048 7.54618 20.004 7.56315 20.0024 7.57989V18.5012C20.0024 18.9138 19.8011 19.2846 19.5434 19.5423C19.2858 19.7999 18.915 20.0012 18.5024 20.0012H5.50238C5.08976 20.0012 4.719 19.7999 4.46133 19.5423C4.20365 19.2846 4.00238 18.9138 4.00238 18.5012V7.57987C4.00081 7.56313 4 7.54618 4 7.52903C4 7.51189 4.00081 7.49493 4.00238 7.4782V5.50122C4.00238 5.08862 4.20366 4.71785 4.46132 4.46018ZM5.00238 18.5012V8.06475H19.0024V18.5012C19.0024 18.5886 18.9537 18.7178 18.8363 18.8352C18.719 18.9525 18.5898 19.0012 18.5024 19.0012H5.50238C5.415 19.0012 5.28576 18.9525 5.16843 18.8352C5.05111 18.7178 5.00238 18.5886 5.00238 18.5012ZM15.4869 4C15.7827 4 16.0226 4.23985 16.0226 4.53571V5.53349C16.0226 5.82935 15.7827 6.0692 15.4869 6.0692C15.191 6.0692 14.9511 5.82935 14.9511 5.53349V4.53571C14.9511 4.23985 15.191 4 15.4869 4ZM9.05364 4.53571C9.05364 4.23985 8.81379 4 8.51793 4C8.22206 4 7.98221 4.23985 7.98221 4.53571V5.53349C7.98221 5.82935 8.22206 6.0692 8.51793 6.0692C8.81379 6.0692 9.05364 5.82935 9.05364 5.53349V4.53571Z", fill: "#1E365E" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.5024 7.00122C10.7785 7.00122 11.0024 7.22508 11.0024 7.50122V10.0012H12.0024C12.2785 10.0012 12.5024 10.2251 12.5024 10.5012C12.5024 10.7774 12.2785 11.0012 12.0024 11.0012H11.0024V13.0012H12.0024C12.2785 13.0012 12.5024 13.2251 12.5024 13.5012C12.5024 13.7774 12.2785 14.0012 12.0024 14.0012H11.0024V16.0012H16.0024V15.0012C16.0024 14.7251 16.2262 14.5012 16.5024 14.5012C16.7785 14.5012 17.0024 14.7251 17.0024 15.0012V16.0012H19.5024C19.7785 16.0012 20.0024 16.2251 20.0024 16.5012C20.0024 16.7774 19.7785 17.0012 19.5024 17.0012H17.0024V19.5012C17.0024 19.7774 16.7785 20.0012 16.5024 20.0012C16.2262 20.0012 16.0024 19.7774 16.0024 19.5012V17.0012H11.0024V19.5012C11.0024 19.7774 10.7785 20.0012 10.5024 20.0012C10.2262 20.0012 10.0024 19.7774 10.0024 19.5012V17.0012H8.00238V19.5012C8.00238 19.7774 7.77852 20.0012 7.50238 20.0012C7.22624 20.0012 7.00238 19.7774 7.00238 19.5012V17.0012H4.50238C4.22624 17.0012 4.00238 16.7774 4.00238 16.5012C4.00238 16.2251 4.22624 16.0012 4.50238 16.0012H7.00238V14.0012H4.50238C4.22624 14.0012 4.00238 13.7774 4.00238 13.5012C4.00238 13.2251 4.22624 13.0012 4.50238 13.0012H7.00238V11.0012H4.50238C4.22624 11.0012 4.00238 10.7774 4.00238 10.5012C4.00238 10.2251 4.22624 10.0012 4.50238 10.0012H7.00238V7.50122C7.00238 7.22508 7.22624 7.00122 7.50238 7.00122C7.77852 7.00122 8.00238 7.22508 8.00238 7.50122V10.0012H10.0024V7.50122C10.0024 7.22508 10.2262 7.00122 10.5024 7.00122ZM8.00238 11.0012V13.0012H10.0024V11.0012H8.00238ZM8.00238 14.0012V16.0012H10.0024V14.0012H8.00238ZM18.0024 13.0012C17.7262 13.0012 17.5024 13.2251 17.5024 13.5012C17.5024 13.7774 17.7262 14.0012 18.0024 14.0012H19.5024C19.7785 14.0012 20.0024 13.7774 20.0024 13.5012C20.0024 13.2251 19.7785 13.0012 19.5024 13.0012H18.0024ZM18.0024 10.0012C17.7262 10.0012 17.5024 10.2251 17.5024 10.5012C17.5024 10.7774 17.7262 11.0012 18.0024 11.0012H19.5024C19.7785 11.0012 20.0024 10.7774 20.0024 10.5012C20.0024 10.2251 19.7785 10.0012 19.5024 10.0012H18.0024ZM16.5024 7.00122C16.7785 7.00122 17.0024 7.22508 17.0024 7.50122V9.00122C17.0024 9.27736 16.7785 9.50122 16.5024 9.50122C16.2262 9.50122 16.0024 9.27736 16.0024 9.00122V7.50122C16.0024 7.22508 16.2262 7.00122 16.5024 7.00122Z", fill: "#1E365E", fillOpacity: "0.5" }), jsx("rect", { x: "13.5381", y: "10.5369", width: "3", height: "3", fill: "#1E365E", fillOpacity: "0.5", stroke: "#1E365E" })] })));
|
|
3814
3719
|
}
|
|
3815
3720
|
|
|
3721
|
+
function CaretDown12Icon(props) {
|
|
3722
|
+
return (jsx(SvgIcon, __assign({}, props, { children: jsx("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.75 4.5H9.25L6 7.99887L2.75 4.5Z", fill: "currentColor" }) }) })));
|
|
3723
|
+
}
|
|
3724
|
+
|
|
3725
|
+
function CaretUp12Icon(props) {
|
|
3726
|
+
return (jsx(SvgIcon, __assign({}, props, { children: jsx("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.25 7.99887L2.75 7.99887L6 4.5L9.25 7.99887Z", fill: "currentColor" }) }) })));
|
|
3727
|
+
}
|
|
3728
|
+
|
|
3816
3729
|
function ChevronLeftIcon(props) {
|
|
3817
3730
|
return (jsx(SvgIcon, __assign({}, props, { viewBox: "0 0 16 16", children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.91782 3.6263L10.5822 4.3737L6.5026 8L10.5822 11.6263L9.91782 12.3737L4.9974 8L9.91782 3.6263Z" }) })));
|
|
3818
3731
|
}
|
|
@@ -16348,9 +16261,9 @@ function LeapLogoIcon(props) {
|
|
|
16348
16261
|
}
|
|
16349
16262
|
|
|
16350
16263
|
var Dialog = function (props) {
|
|
16351
|
-
var variant = props.variant, platform = props.platform, title = props.title, message = props.message, children = props.children, rest = __rest(props, ["variant", "platform", "title", "message", "children"]);
|
|
16352
16264
|
var theme = useTheme();
|
|
16353
|
-
var
|
|
16265
|
+
var variant = props.variant, title = props.title, message = props.message, children = props.children, rest = __rest(props, ["variant", "title", "message", "children"]);
|
|
16266
|
+
var isWeb = function () { return theme.platform.name === 'leap_web'; };
|
|
16354
16267
|
var variantIcon;
|
|
16355
16268
|
switch (variant) {
|
|
16356
16269
|
case 'info':
|
|
@@ -17657,5 +17570,5 @@ function PoweredByLawconnectLogo(props) {
|
|
|
17657
17570
|
return (jsxs("svg", __assign({ viewBox: "0 0 180 31", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" }, props, { children: [jsx("path", { d: "M10.397 30.235A10.135 10.135 0 01.176 20.097 10.138 10.138 0 0110.397 9.96v4.873a5.267 5.267 0 105.264 5.27v-.006h4.874a10.13 10.13 0 01-10.121 10.138h-.017z", fill: "#0E5FE3" }), jsx("path", { d: "M17.123 16.782a3.412 3.412 0 100-6.823 3.412 3.412 0 000 6.823z", fill: "#0E5FE3" }), jsx("path", { d: "M27.004 27.954V11.922h2.934v13.624h7.483v2.408H27.004zM64.621 16.833h2.775l-4.369 11.121H60.55l-2.73-7.163-2.66 7.163h-2.454l-4.39-11.122h2.912l2.843 7.733 2.843-7.733h2.047l2.843 7.779 2.817-7.778zM84.961 27.432a4.873 4.873 0 01-1.99-2.024c-.47-.88-.705-1.903-.705-3.07 0-1.169.236-2.188.705-3.06a4.89 4.89 0 011.99-2.012c.857-.47 1.854-.704 2.991-.705 1.138 0 2.134.235 2.99.705a4.823 4.823 0 011.98 2.013c.462.872.693 1.891.693 3.058 0 1.168-.231 2.192-.693 3.071a4.808 4.808 0 01-1.98 2.025c-.856.47-1.852.704-2.99.705-1.137 0-2.134-.235-2.99-.706zm5.084-2.408c.485-.607.727-1.501.727-2.684 0-1.167-.242-2.057-.727-2.672-.485-.614-1.183-.921-2.093-.921-.91 0-1.61.307-2.104.921-.493.615-.74 1.505-.739 2.672 0 1.183.243 2.077.728 2.684.486.606 1.183.91 2.093.91.923-.003 1.629-.307 2.115-.913v.003zM104.26 17.697c.652.759.978 1.904.978 3.435v6.822h-2.844v-6.663c0-.864-.162-1.494-.488-1.888-.326-.394-.838-.59-1.536-.591-.819 0-1.474.258-1.967.773-.493.516-.74 1.206-.74 2.07v6.3h-2.842V16.832h2.775v1.66a3.846 3.846 0 011.523-1.432c.637-.334 1.358-.5 2.161-.5 1.333 0 2.327.378 2.98 1.136zM116.313 17.697c.652.759.978 1.904.979 3.435v6.822h-2.843v-6.663c0-.864-.163-1.494-.49-1.888-.326-.394-.837-.59-1.535-.591-.818 0-1.474.258-1.967.773-.493.516-.739 1.206-.739 2.07v6.3h-2.843V16.832h2.774v1.66a3.852 3.852 0 011.524-1.432c.638-.334 1.358-.5 2.161-.5 1.334 0 2.327.378 2.979 1.136zM46.836 17.697c-.758-.758-1.918-1.137-3.48-1.137a8.888 8.888 0 00-2.502.385c-.857.25-1.59.567-2.201.947l1.559 1.56a9.106 9.106 0 011.087-.426 6.128 6.128 0 011.854-.307c.758 0 1.3.166 1.626.5.325.333.488.88.489 1.638v.523h-.569c-1.65 0-2.947.106-3.889.318-.94.212-1.62.555-2.037 1.027-.417.47-.625 1.114-.625 1.932-.007.63.175 1.248.523 1.774.357.537.852.968 1.433 1.248a4.46 4.46 0 002.024.455c.728 0 1.369-.167 1.922-.5a2.968 2.968 0 001.216-1.388v1.708h2.707V21.2c0-1.577-.379-2.745-1.137-3.503zm-1.57 5.663c0 .804-.238 1.46-.716 1.968-.477.508-1.095.762-1.853.762-.516 0-.94-.155-1.274-.466-.334-.311-.5-.71-.5-1.195 0-.393.121-.704.364-.932.242-.228.644-.387 1.205-.478.561-.091 1.35-.137 2.365-.137h.413l-.004.478z", fill: "#191919" }), jsx("path", { d: "M80.642 24.615c-.459.307-.95.56-1.466.757a6.48 6.48 0 01-2.275.397c-1.547 0-2.74-.5-3.582-1.5-.841-1.002-1.262-2.45-1.263-4.345 0-1.88.421-3.321 1.263-4.322.842-1 2.036-1.5 3.582-1.5a6.48 6.48 0 012.275.397 7.31 7.31 0 011.47.761l1.651-1.65c-.649-.6-1.447-1.065-2.394-1.396a9.193 9.193 0 00-3.045-.498c-1.577 0-2.953.337-4.129 1.012a6.772 6.772 0 00-2.706 2.866c-.629 1.235-.943 2.68-.944 4.334 0 1.654.314 3.102.944 4.344a6.753 6.753 0 002.706 2.875c1.175.676 2.551 1.014 4.129 1.014a9.178 9.178 0 003.047-.501c.946-.33 1.743-.794 2.391-1.392l-1.654-1.653zM127.168 25.247a5.251 5.251 0 01-2.657.706c-.986 0-1.743-.25-2.271-.75-.528-.501-.839-1.267-.933-2.297h7.569v-.796c0-1.729-.443-3.086-1.33-4.072-.887-.986-2.095-1.478-3.624-1.478-1.047 0-1.983.243-2.809.728a4.963 4.963 0 00-1.922 2.047c-.455.88-.683 1.889-.682 3.028 0 1.789.527 3.199 1.582 4.23 1.055 1.031 2.492 1.547 4.31 1.547a7.458 7.458 0 002.354-.387c.768-.254 1.408-.588 1.919-1.002l-1.506-1.505zm-5.011-5.958c.462-.485 1.073-.727 1.831-.727s1.349.239 1.774.716c.425.478.652 1.179.682 2.104h-5.137c.104-.91.387-1.608.85-2.093zM137.147 25.615a4.387 4.387 0 01-1.558.296c-.986 0-1.751-.308-2.297-.922-.546-.614-.819-1.49-.819-2.626 0-1.152.273-2.036.819-2.65.546-.614 1.311-.921 2.297-.921a4.404 4.404 0 011.558.295c.265.1.52.222.765.364l1.521-1.52c-.452-.414-1.048-.744-1.789-.993a7.258 7.258 0 00-2.308-.375c-1.152 0-2.168.243-3.048.728a5.024 5.024 0 00-2.035 2.058c-.478.887-.717 1.907-.717 3.06 0 1.152.228 2.16.683 3.027a4.766 4.766 0 001.967 2.001c.856.47 1.868.705 3.036.706a7.486 7.486 0 002.365-.376c.737-.243 1.345-.575 1.824-.998l-1.514-1.51c-.24.139-.491.258-.75.356zM147.669 25.955a8.173 8.173 0 01-.834.044c-1.38 0-2.07-.743-2.069-2.229v-4.8h2.903v-2.137h-2.903v-3.32h-2.843v3.32h-2.138v2.138h2.138v4.844c0 1.426.371 2.499 1.114 3.218.743.72 1.896 1.08 3.457 1.081.357 0 .749-.02 1.175-.06v-2.1zM27.004.765h3.638c.89 0 1.584.223 2.08.668.496.445.744 1.07.744 1.872 0 .804-.248 1.43-.744 1.879-.497.448-1.19.673-2.08.673h-2.114v3.238h-1.524V.765zm3.45 3.922c1.047 0 1.57-.457 1.57-1.37 0-.465-.129-.809-.389-1.033-.26-.224-.653-.337-1.181-.34h-1.927v2.744l1.927-.001zM35.126 8.826c-.44-.24-.8-.607-1.032-1.052-.245-.458-.367-.99-.367-1.595.001-.604.123-1.134.367-1.59a2.546 2.546 0 011.032-1.045c.444-.244.962-.366 1.553-.366a3.188 3.188 0 011.554.366A2.51 2.51 0 0139.26 4.59c.241.453.361.983.36 1.59 0 .606-.12 1.137-.36 1.594-.229.446-.587.812-1.027 1.052-.445.244-.963.366-1.554.366-.59 0-1.108-.123-1.553-.366zm2.64-1.253c.252-.315.378-.78.378-1.394 0-.607-.126-1.07-.378-1.388-.252-.319-.615-.48-1.087-.482-.472 0-.837.16-1.093.482-.256.32-.384.783-.384 1.386 0 .613.126 1.078.379 1.394.252.315.614.473 1.086.472.481 0 .847-.157 1.099-.472v.002zM48.246 3.317h1.445l-2.27 5.78h-1.29l-1.418-3.722-1.382 3.722h-1.276l-2.28-5.78h1.513l1.478 4.017 1.477-4.017h1.063l1.477 4.04 1.463-4.04zM55.24 6.472h-3.934c.046.535.207.933.482 1.193s.67.39 1.181.39c.636 0 1.253-.216 1.749-.614l.426 1.016a3.105 3.105 0 01-1.011.531 3.87 3.87 0 01-1.22.201c-.945 0-1.691-.268-2.239-.803-.548-.535-.821-1.268-.82-2.198a3.375 3.375 0 01.354-1.571c.223-.443.57-.813.998-1.063a2.821 2.821 0 011.46-.379c.795 0 1.423.256 1.883.768.46.512.691 1.217.692 2.115v.414zm-3.49-1.879c-.24.252-.389.614-.444 1.087h2.67c-.015-.48-.133-.845-.354-1.093-.22-.248-.527-.372-.922-.371-.393 0-.71.125-.95.377zM60.014 4.404l-.863.083c-.976.102-1.465.598-1.465 1.489v3.119H56.21v-5.78h1.406v1.018c.3-.692.919-1.07 1.858-1.134l.449-.035.092 1.24zM65.505 6.472h-3.932c.046.535.206.933.482 1.193.275.26.669.39 1.182.39.636 0 1.253-.216 1.748-.614l.425 1.016a3.1 3.1 0 01-1.006.531c-.394.132-.807.2-1.223.201-.945 0-1.692-.268-2.239-.803-.547-.535-.821-1.268-.822-2.198a3.367 3.367 0 01.355-1.571c.223-.443.57-.813.997-1.063a2.821 2.821 0 011.46-.379c.798 0 1.426.255 1.885.765.458.51.688 1.215.688 2.115v.417zm-3.489-1.879c-.24.252-.388.614-.443 1.087h2.67c-.015-.48-.133-.845-.354-1.093-.22-.248-.528-.372-.921-.371-.394 0-.712.125-.952.377zM71.994.765v8.33h-1.467V8.16c-.17.32-.431.584-.75.757-.342.186-.727.28-1.116.275a2.397 2.397 0 01-1.33-.378 2.511 2.511 0 01-.91-1.069 3.695 3.695 0 01-.324-1.59c0-.598.108-1.122.325-1.57a2.382 2.382 0 012.239-1.407c.385-.008.767.08 1.11.256.314.166.573.42.744.733V.765h1.479zm-1.85 6.794c.256-.323.383-.784.383-1.382 0-.599-.128-1.057-.383-1.377-.257-.318-.617-.478-1.082-.481-.472 0-.84.157-1.1.473-.261.315-.392.767-.39 1.358 0 .596.13 1.06.39 1.394.26.333.622.498 1.086.497.475.001.84-.16 1.097-.482zM80.784 3.541c.394.254.708.615.904 1.04.216.45.325.973.325 1.572.01.547-.1 1.09-.325 1.589-.195.435-.51.806-.908 1.07a2.394 2.394 0 01-1.329.377 2.266 2.266 0 01-1.116-.275 1.842 1.842 0 01-.75-.757v.934H76.13V.765h1.477v3.39c.17-.31.43-.564.745-.726.34-.174.718-.26 1.1-.254.47-.008.932.12 1.331.366zm-.638 4.006c.26-.33.39-.795.39-1.394 0-.59-.128-1.044-.384-1.359-.256-.315-.62-.472-1.092-.472-.473 0-.837.16-1.093.481-.255.321-.383.78-.384 1.376 0 .599.128 1.06.384 1.383.256.323.62.483 1.093.481.464 0 .826-.165 1.086-.496zM86.892 3.329h1.457l-3.474 7.893h-1.488L84.44 8.87 82.03 3.33h1.56l1.63 4.076 1.672-4.076z", fill: "#191919" })] })));
|
|
17658
17571
|
}
|
|
17659
17572
|
|
|
17660
|
-
export { AccessIcon, Accordion, AccordionDetails, AccordionPanel, AccordionSummary, AccountingIcon, ActivityDefault16Icon, ActivityLog, ActivityTypeDefault, ActivityTypeDefault16, ActivityTypePhoneCall, ActivityTypePhoneCall16, ActivityTypeScannedDoc, ActivityTypeScannedDoc16, ActivityTypeVideoCall, ActivityTypeVideoCall16, AppBar, Appointment16Icon, AssignCurvedIcon, AttachmentIcon, AutoTimer24Icon, AutoTimerFilled24Icon, AutoTimerIconDarkTheme, AutoTimerIconLightTheme, Autocomplete, Avatar, AvatarBusinessIcon, AvatarCompanyIcon, AvatarGovernmentIcon, AvatarGroup, AvatarPeopleIcon, AvatarPersonIcon, AvatarTrustIcon, BlankLetter16Icon, BottomListButton, Box, Breadcrumbs, Browse2Icon, BrowseIcon, Button, ButtonCaretIcon, ButtonFilterIcon, Bylawyers16Icon as BylawyersIcon, CalendarIcon, CalendarRibbonIcon, CaratIcon, Card, Checkbox, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, Chip, Clause16Icon, CoinEuroIcon$1 as CoinEuroIcon, CoinIcon, CoinPoundIcon, CostRecoveryExceeded16Icon, Cross16Icon, CrossIcon, CssBaseline, CoinEuroIcon as CurrencyEuroIcon, CurrencyIcon, CurrencyPoundIcon, DatePicker, DateRangePicker, DeleteRibbonIcon, Dialog, Divider, DocTypeAppointment$1 as DocTypeAppointment, DocTypeAppointment16, DocTypeAppointmentCriticalDate, DocTypeAppointmentCriticalDate16, DocTypeAudio, DocTypeAudio16, DocTypeEmailDraft$2 as DocTypeClausePrecedent, DocTypeClausePrecedent16, DocTypeAppointment as DocTypeComment, DocTypeComment16, DocTypeCriticalDate, DocTypeCriticalDate16, DocTypeDeadline, DocTypeDeadline16, DocTypeDefault, DocTypeDefault16, DocTypeEmail, DocTypeEmail16, DocTypeEmailDraft$3 as DocTypeEmailDraft, DocTypeEmailDraft16, DocTypeEmailDraft$1 as DocTypeEmailReceived, DocTypeEmailRecieved16 as DocTypeEmailReceived16, DocTypeEmailRecieved, DocTypeEmailSent, DocTypeEmailSent16, DocTypeExcel, DocTypeExcel16, DocTypeExcel16Shortcut, DocTypeFax, DocTypeFax16, DocTypeFileNote, DocTypeFileNote16, DocTypeFolder, DocTypeFolder16, DocTypeImage, DocTypeImage16, DocTypeInfotrack, DocTypeInfotrack16, DocTypeInvoiceRequest, DocTypeInvoiceRequest16, DocTypeInvoiceRequests, DocTypeInvoiceRequests16, DocTypeLetter, DocTypeLetter16, DocTypeMemo, DocTypeMemo16, DocTypePdf, DocTypePdf16, DocTypePowerpoint, DocTypePowerpoint16, DocTypeSMS, DocTypeSMS16, DocTypeScannedDoc16, DocTypeEmailDraft as DocTypeSignatureDeclined, DocTypeSignatureDeclined16, DocTypeSignaturePending, DocTypeSignaturePending16, DocTypeSignatureRequest, DocTypeSignatureRequest16, DocTypeSignatureSigned, DocTypeSignatureSigned16, DocTypeTasks, DocTypeTasks16, DocTypeTrust, DocTypeTrust16, DocTypeVideo, DocTypeVideo16, DocTypeWord, DocTypeWord16, DocTypeWord16Shortcut, DocTypeZip, DocTypeZip16, Drawer, DrawerMenu, Dropdown, EmailSentIcon, EmptyState, Fax16Icon, FooterActions, FormBody, FormContainer, FormGroup, FormHeader, Grid, HeaderToolbar, HomeIcon, HyperLink16Icon, Icon, IconButton, Input, InputLabel, InsertLinkIcon, LawconnectIcon, LeapLegsLogo, LeapLogo, List, ListItem, ListItemAvatar, ListItemIcon, ListItemText, ListSubheader, Loader, LoaderIcon$1 as LoaderIcon, ManualEntry24Icon, ManualEntryFilled24Icon, ManualEntryIconDarkTheme, ManualEntryIconLightTheme, MatterFolderRibbonIcon, Memo16Icon, Menu, MenuHeader, MenuIcon, MenuItem, Modal, ModalActions, ModalContent, ModalTitle, MoreVerticalIcon, NewAppointmentIcon, NewEntryRibbonIcons as NewEntryRibbonIcon, Pagination, PhoneCall16Icon, Popover, PowerIcon, PoweredByLawconnectLogo, PrecedentNotification16Icon, PreviewIcon, ProgressBar, Radio, RadioGroup, ReportingIcon, ResponseIcon, RevokeAccessIcon, RibbonButton, RibbonButtonGroup, ScannedDoc16Icon, SearchIcon, Select, SelectFilterEmptyIcon, SelectFilterFilledIcon, SelectFilterIcon, SharedFolder16Icon, SidebarLayout, Sms16Icon, SpinnerIcon$1 as SpinnerIcon, StepNavigation, SvgCheckboxChecked, SvgCheckboxIndeterminate, SvgCheckboxUncontrolled, SvgFormSearch, SvgNewAppointment, SvgRadioChecked, SvgRadioDefault, Switch, Tab, TabListItem, Table, TableBody, TableCell, TableCellIcon, TableContainer, TableFooter, TableHead, TableRow, Tabs, Tag, TaxInvoice162Icon, TaxInvoice16Icon, TextField, ThemeProvider, TickIcon, TimedEntry16Icon, Timer24Icon, TimerFilled24Icon, Toolbar, ToolbarButton, Tooltip, TrustStatement16Icon, TwoColumnLayout, Typography, UnkwownType16Icon as UnknownType16Icon, UserLinkIcon, UserLockIcon, UsersIcon, Video16Icon, VideoCall16Icon, VoiceMemo16Icon, Zyphta16Icon, createFilterOptions, theme$3 as themeDesktop, theme$1 as themeWeb };
|
|
17573
|
+
export { AccessIcon, Accordion, AccordionDetails, AccordionPanel, AccordionSummary, AccountingIcon, ActivityDefault16Icon, ActivityLog, ActivityTypeDefault, ActivityTypeDefault16, ActivityTypePhoneCall, ActivityTypePhoneCall16, ActivityTypeScannedDoc, ActivityTypeScannedDoc16, ActivityTypeVideoCall, ActivityTypeVideoCall16, AppBar, Appointment16Icon, AssignCurvedIcon, AttachmentIcon, AutoTimer24Icon, AutoTimerFilled24Icon, AutoTimerIconDarkTheme, AutoTimerIconLightTheme, Autocomplete, Avatar, AvatarBusinessIcon, AvatarCompanyIcon, AvatarGovernmentIcon, AvatarGroup, AvatarPeopleIcon, AvatarPersonIcon, AvatarTrustIcon, BlankLetter16Icon, BottomListButton, Box, Breadcrumbs, Browse2Icon, BrowseIcon, Button, ButtonCaretIcon, ButtonFilterIcon, Bylawyers16Icon as BylawyersIcon, CalendarIcon, CalendarRibbonIcon, CaratIcon, Card, CaretDown12Icon, CaretUp12Icon, Checkbox, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, Chip, Clause16Icon, CoinEuroIcon$1 as CoinEuroIcon, CoinIcon, CoinPoundIcon, CostRecoveryExceeded16Icon, Cross16Icon, CrossIcon, CssBaseline, CoinEuroIcon as CurrencyEuroIcon, CurrencyIcon, CurrencyPoundIcon, DatePicker, DateRangePicker, DeleteRibbonIcon, Dialog, Divider, DocTypeAppointment$1 as DocTypeAppointment, DocTypeAppointment16, DocTypeAppointmentCriticalDate, DocTypeAppointmentCriticalDate16, DocTypeAudio, DocTypeAudio16, DocTypeEmailDraft$2 as DocTypeClausePrecedent, DocTypeClausePrecedent16, DocTypeAppointment as DocTypeComment, DocTypeComment16, DocTypeCriticalDate, DocTypeCriticalDate16, DocTypeDeadline, DocTypeDeadline16, DocTypeDefault, DocTypeDefault16, DocTypeEmail, DocTypeEmail16, DocTypeEmailDraft$3 as DocTypeEmailDraft, DocTypeEmailDraft16, DocTypeEmailDraft$1 as DocTypeEmailReceived, DocTypeEmailRecieved16 as DocTypeEmailReceived16, DocTypeEmailRecieved, DocTypeEmailSent, DocTypeEmailSent16, DocTypeExcel, DocTypeExcel16, DocTypeExcel16Shortcut, DocTypeFax, DocTypeFax16, DocTypeFileNote, DocTypeFileNote16, DocTypeFolder, DocTypeFolder16, DocTypeImage, DocTypeImage16, DocTypeInfotrack, DocTypeInfotrack16, DocTypeInvoiceRequest, DocTypeInvoiceRequest16, DocTypeInvoiceRequests, DocTypeInvoiceRequests16, DocTypeLetter, DocTypeLetter16, DocTypeMemo, DocTypeMemo16, DocTypePdf, DocTypePdf16, DocTypePowerpoint, DocTypePowerpoint16, DocTypeSMS, DocTypeSMS16, DocTypeScannedDoc16, DocTypeEmailDraft as DocTypeSignatureDeclined, DocTypeSignatureDeclined16, DocTypeSignaturePending, DocTypeSignaturePending16, DocTypeSignatureRequest, DocTypeSignatureRequest16, DocTypeSignatureSigned, DocTypeSignatureSigned16, DocTypeTasks, DocTypeTasks16, DocTypeTrust, DocTypeTrust16, DocTypeVideo, DocTypeVideo16, DocTypeWord, DocTypeWord16, DocTypeWord16Shortcut, DocTypeZip, DocTypeZip16, Drawer, DrawerMenu, Dropdown, EmailSentIcon, EmptyState, Fax16Icon, FooterActions, FormBody, FormContainer, FormGroup, FormHeader, Grid, HeaderToolbar, HomeIcon, HyperLink16Icon, Icon, IconButton, Input, InputLabel, InsertLinkIcon, LawconnectIcon, LeapLegsLogo, LeapLogo, List, ListItem, ListItemAvatar, ListItemIcon, ListItemText, ListSubheader, Loader, LoaderIcon$1 as LoaderIcon, ManualEntry24Icon, ManualEntryFilled24Icon, ManualEntryIconDarkTheme, ManualEntryIconLightTheme, MatterFolderRibbonIcon, Memo16Icon, Menu, MenuHeader, MenuIcon, MenuItem, Modal, ModalActions, ModalContent, ModalTitle, MoreVerticalIcon, NewAppointmentIcon, NewEntryRibbonIcons as NewEntryRibbonIcon, Pagination, PhoneCall16Icon, Popover, PowerIcon, PoweredByLawconnectLogo, PrecedentNotification16Icon, PreviewIcon, ProgressBar, Radio, RadioGroup, ReportingIcon, ResponseIcon, RevokeAccessIcon, RibbonButton, RibbonButtonGroup, ScannedDoc16Icon, SearchIcon, Select, SelectFilterEmptyIcon, SelectFilterFilledIcon, SelectFilterIcon, SharedFolder16Icon, SidebarLayout, Sms16Icon, SpinnerIcon$1 as SpinnerIcon, StepNavigation, SvgCheckboxChecked, SvgCheckboxIndeterminate, SvgCheckboxUncontrolled, SvgFormSearch, SvgNewAppointment, SvgRadioChecked, SvgRadioDefault, Switch, Tab, TabListItem, Table, TableBody, TableCell, TableCellIcon, TableContainer, TableFooter, TableHead, TableRow, Tabs, Tag, TaxInvoice162Icon, TaxInvoice16Icon, TextField, ThemeProvider, TickIcon, TimedEntry16Icon, Timer24Icon, TimerFilled24Icon, Toolbar, ToolbarButton, Tooltip, TrustStatement16Icon, TwoColumnLayout, Typography, UnkwownType16Icon as UnknownType16Icon, UserLinkIcon, UserLockIcon, UsersIcon, Video16Icon, VideoCall16Icon, VoiceMemo16Icon, Zyphta16Icon, createFilterOptions, theme$3 as themeDesktop, theme$1 as themeWeb };
|
|
17661
17574
|
//# sourceMappingURL=index.esm.js.map
|