@nethru/ui 2.0.10 → 2.0.12
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/base/{deprecated/ReferenceChipList.js → ReferenceChipList.js} +9 -6
- package/base/assets/icons.js +87 -1
- package/base/error/Error.js +22 -34
- package/base/index.js +2 -1
- package/base/styles/globalStyles.js +1 -1
- package/base/styles/mui/button.js +24 -0
- package/base/styles/mui/outlinedInput.js +4 -1
- package/base/styles/palette.js +4 -0
- package/package.json +1 -1
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
import { Chip, Stack, Link } from "@mui/material";
|
|
2
|
+
import { forwardRef, useCallback } from "react";
|
|
2
3
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
-
|
|
4
|
+
const ReferenceChipList = /*#__PURE__*/forwardRef(({
|
|
4
5
|
references,
|
|
5
6
|
onClick,
|
|
6
7
|
chipStyles,
|
|
7
8
|
chipProps,
|
|
8
9
|
sx,
|
|
9
10
|
...props
|
|
10
|
-
}) {
|
|
11
|
-
const handleClick = (id, event) => {
|
|
11
|
+
}, ref) => {
|
|
12
|
+
const handleClick = useCallback((id, event) => {
|
|
12
13
|
if (onClick) onClick(id, event);
|
|
13
|
-
};
|
|
14
|
+
}, [onClick]);
|
|
14
15
|
return /*#__PURE__*/_jsx(Stack, {
|
|
16
|
+
ref: ref,
|
|
15
17
|
direction: "row",
|
|
16
18
|
gap: 0.5,
|
|
17
19
|
sx: {
|
|
@@ -40,7 +42,7 @@ export default function ReferenceChipList({
|
|
|
40
42
|
}, index);
|
|
41
43
|
})
|
|
42
44
|
});
|
|
43
|
-
}
|
|
45
|
+
});
|
|
44
46
|
function ReferenceChip({
|
|
45
47
|
name,
|
|
46
48
|
sx,
|
|
@@ -56,4 +58,5 @@ function ReferenceChip({
|
|
|
56
58
|
},
|
|
57
59
|
...props
|
|
58
60
|
});
|
|
59
|
-
}
|
|
61
|
+
}
|
|
62
|
+
export default ReferenceChipList;
|
package/base/assets/icons.js
CHANGED
|
@@ -398,4 +398,90 @@ export const SettingsOutlinedIcon = createSvgIcon( /*#__PURE__*/_jsx("svg", {
|
|
|
398
398
|
d: "M11.2885 16.6152H12.7115L12.9538 15.25C13.2436 15.1667 13.4936 15.0679 13.7038 14.9537C13.9141 14.8398 14.1205 14.6872 14.323 14.496L15.6385 14.946L16.3595 13.727L15.3152 12.8422C15.3871 12.5449 15.423 12.2642 15.423 12C15.423 11.7358 15.3871 11.4551 15.3152 11.1578L16.3595 10.273L15.6385 9.054L14.323 9.504C14.1205 9.31283 13.9141 9.16025 13.7038 9.04625C13.4936 8.93208 13.2436 8.83333 12.9538 8.75L12.7115 7.38475H11.2885L11.0463 8.75C10.7564 8.83333 10.5064 8.93208 10.2963 9.04625C10.0859 9.16025 9.8795 9.31283 9.677 9.504L8.3615 9.054L7.6405 10.273L8.68475 11.1578C8.61292 11.4551 8.577 11.7358 8.577 12C8.577 12.2642 8.61292 12.5449 8.68475 12.8422L7.6405 13.727L8.3615 14.946L9.677 14.496C9.8795 14.6872 10.0859 14.8398 10.2963 14.9537C10.5064 15.0679 10.7564 15.1667 11.0463 15.25L11.2885 16.6152ZM12 14C11.45 14 10.9792 13.8042 10.5875 13.4125C10.1958 13.0208 10 12.55 10 12C10 11.45 10.1958 10.9792 10.5875 10.5875C10.9792 10.1958 11.45 10 12 10C12.55 10 13.0208 10.1958 13.4125 10.5875C13.8042 10.9792 14 11.45 14 12C14 12.55 13.8042 13.0208 13.4125 13.4125C13.0208 13.8042 12.55 14 12 14ZM5.30775 20.5C4.80258 20.5 4.375 20.325 4.025 19.975C3.675 19.625 3.5 19.1974 3.5 18.6923V5.30775C3.5 4.80258 3.675 4.375 4.025 4.025C4.375 3.675 4.80258 3.5 5.30775 3.5H18.6923C19.1974 3.5 19.625 3.675 19.975 4.025C20.325 4.375 20.5 4.80258 20.5 5.30775V18.6923C20.5 19.1974 20.325 19.625 19.975 19.975C19.625 20.325 19.1974 20.5 18.6923 20.5H5.30775ZM5.30775 19H18.6923C18.7692 19 18.8398 18.9679 18.9038 18.9038C18.9679 18.8398 19 18.7692 19 18.6923V5.30775C19 5.23075 18.9679 5.16025 18.9038 5.09625C18.8398 5.03208 18.7692 5 18.6923 5H5.30775C5.23075 5 5.16025 5.03208 5.09625 5.09625C5.03208 5.16025 5 5.23075 5 5.30775V18.6923C5 18.7692 5.03208 18.8398 5.09625 18.9038C5.16025 18.9679 5.23075 19 5.30775 19Z",
|
|
399
399
|
fill: "#656565"
|
|
400
400
|
})
|
|
401
|
-
}), 'SettingsOutlined');
|
|
401
|
+
}), 'SettingsOutlined');
|
|
402
|
+
export const CopyIcon = createSvgIcon( /*#__PURE__*/_jsx("svg", {
|
|
403
|
+
width: "24",
|
|
404
|
+
height: "24",
|
|
405
|
+
viewBox: "0 0 24 24",
|
|
406
|
+
fill: "none",
|
|
407
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
408
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
409
|
+
d: "M9.05775 17.5C8.55258 17.5 8.125 17.325 7.775 16.975C7.425 16.625 7.25 16.1974 7.25 15.6923V4.30775C7.25 3.80258 7.425 3.375 7.775 3.025C8.125 2.675 8.55258 2.5 9.05775 2.5H17.4423C17.9474 2.5 18.375 2.675 18.725 3.025C19.075 3.375 19.25 3.80258 19.25 4.30775V15.6923C19.25 16.1974 19.075 16.625 18.725 16.975C18.375 17.325 17.9474 17.5 17.4423 17.5H9.05775ZM5.55775 21C5.05258 21 4.625 20.825 4.275 20.475C3.925 20.125 3.75 19.6974 3.75 19.1923V6.30775H5.25V19.1923C5.25 19.2693 5.28208 19.3398 5.34625 19.4038C5.41025 19.4679 5.48075 19.5 5.55775 19.5H15.4423V21H5.55775Z",
|
|
410
|
+
fill: "#7B7B7B"
|
|
411
|
+
})
|
|
412
|
+
}), 'Copy');
|
|
413
|
+
export const DeleteIcon = createSvgIcon( /*#__PURE__*/_jsx("svg", {
|
|
414
|
+
width: "24",
|
|
415
|
+
height: "24",
|
|
416
|
+
viewBox: "0 0 24 24",
|
|
417
|
+
fill: "none",
|
|
418
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
419
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
420
|
+
d: "M7.30775 20.5017C6.80258 20.5017 6.375 20.3267 6.025 19.9767C5.675 19.6267 5.5 19.1991 5.5 18.6939V6.00169H4.5V4.50169H9V3.61719H15V4.50169H19.5V6.00169H18.5V18.6939C18.5 19.1991 18.325 19.6267 17.975 19.9767C17.625 20.3267 17.1974 20.5017 16.6923 20.5017H7.30775ZM9.404 17.0017H10.9037V8.00169H9.404V17.0017ZM13.0962 17.0017H14.596V8.00169H13.0962V17.0017Z",
|
|
421
|
+
fill: "#7B7B7B"
|
|
422
|
+
})
|
|
423
|
+
}), 'Delete');
|
|
424
|
+
export const EditIcon = createSvgIcon( /*#__PURE__*/_jsx("svg", {
|
|
425
|
+
width: "24",
|
|
426
|
+
height: "24",
|
|
427
|
+
viewBox: "0 0 24 24",
|
|
428
|
+
fill: "none",
|
|
429
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
430
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
431
|
+
d: "M6.55556 17.4444H7.66389L15.2667 9.84167L14.1583 8.73333L6.55556 16.3361V17.4444ZM5 19V15.6944L15.2667 5.44722C15.4222 5.30463 15.594 5.19444 15.7819 5.11667C15.9699 5.03889 16.1676 5 16.375 5C16.5824 5 16.7833 5.03889 16.9778 5.11667C17.1722 5.19444 17.3407 5.31111 17.4833 5.46667L18.5528 6.55556C18.7083 6.69815 18.8218 6.86667 18.8931 7.06111C18.9644 7.25556 19 7.45 19 7.64444C19 7.85185 18.9644 8.04954 18.8931 8.2375C18.8218 8.42546 18.7083 8.59722 18.5528 8.75278L8.30556 19H5ZM14.7028 9.29722L14.1583 8.73333L15.2667 9.84167L14.7028 9.29722Z",
|
|
432
|
+
fill: "#7B7B7B"
|
|
433
|
+
})
|
|
434
|
+
}), 'Edit');
|
|
435
|
+
export const EditCircledIcon = createSvgIcon( /*#__PURE__*/_jsxs("svg", {
|
|
436
|
+
width: "24",
|
|
437
|
+
height: "24",
|
|
438
|
+
viewBox: "0 0 24 24",
|
|
439
|
+
fill: "none",
|
|
440
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
441
|
+
children: [/*#__PURE__*/_jsx("rect", {
|
|
442
|
+
width: "24",
|
|
443
|
+
height: "24",
|
|
444
|
+
rx: "12",
|
|
445
|
+
fill: "#20B476",
|
|
446
|
+
fillOpacity: "0.1"
|
|
447
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
448
|
+
d: "M5.39844 18.5984H8.14806L16.2576 10.4889L13.508 7.73928L5.39844 15.8488V18.5984ZM6.8649 16.4574L13.508 9.81432L14.1826 10.4889L7.53947 17.132H6.8649V16.4574Z",
|
|
449
|
+
fill: "#20B476"
|
|
450
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
451
|
+
d: "M16.6682 5.61291C16.3822 5.32695 15.9203 5.32695 15.6343 5.61291L14.2925 6.95472L17.0422 9.70434L18.384 8.36253C18.6699 8.07657 18.6699 7.61463 18.384 7.32867L16.6682 5.61291Z",
|
|
452
|
+
fill: "#20B476"
|
|
453
|
+
})]
|
|
454
|
+
}), 'EditCircled');
|
|
455
|
+
export const BroadcastIcon = createSvgIcon( /*#__PURE__*/_jsx("svg", {
|
|
456
|
+
width: "24",
|
|
457
|
+
height: "24",
|
|
458
|
+
viewBox: "0 0 24 24",
|
|
459
|
+
fill: "none",
|
|
460
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
461
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
462
|
+
d: "M13.5631 12.0031C13.5631 12.5803 13.2511 13.0795 12.7831 13.3447V19.8031H11.2231V13.3447C10.7551 13.0717 10.4431 12.5803 10.4431 12.0031C10.4431 11.1451 11.1451 10.4431 12.0031 10.4431C12.8611 10.4431 13.5631 11.1451 13.5631 12.0031ZM12.0031 7.32313C9.42133 7.32313 7.32313 9.42133 7.32313 12.0031C7.32313 13.3603 7.90813 14.5849 8.83633 15.4351L9.94392 14.3275C9.29653 13.7581 8.88313 12.9313 8.88313 12.0031C8.88313 10.2793 10.2793 8.88313 12.0031 8.88313C13.7269 8.88313 15.1231 10.2793 15.1231 12.0031C15.1231 12.9313 14.7097 13.7581 14.0623 14.3275L15.1699 15.4351C16.0981 14.5849 16.6831 13.3603 16.6831 12.0031C16.6831 9.42133 14.5849 7.32313 12.0031 7.32313ZM12.0031 4.20312C7.69753 4.20312 4.20312 7.69753 4.20312 12.0031C4.20312 14.2261 5.13913 16.2229 6.62893 17.6503L7.73653 16.5427C6.52753 15.4039 5.76313 13.7893 5.76313 12.0031C5.76313 8.56333 8.56333 5.76313 12.0031 5.76313C15.4429 5.76313 18.2431 8.56333 18.2431 12.0031C18.2431 13.7893 17.4787 15.4039 16.2697 16.5427L17.3773 17.6503C18.8671 16.2229 19.8031 14.2261 19.8031 12.0031C19.8031 7.69753 16.3087 4.20312 12.0031 4.20312Z",
|
|
463
|
+
fill: "#7B7B7B"
|
|
464
|
+
})
|
|
465
|
+
}), 'Broadcast');
|
|
466
|
+
export const ApprovalIcon = createSvgIcon( /*#__PURE__*/_jsx("svg", {
|
|
467
|
+
width: "24",
|
|
468
|
+
height: "24",
|
|
469
|
+
viewBox: "0 0 24 24",
|
|
470
|
+
fill: "none",
|
|
471
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
472
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
473
|
+
d: "M10.95 15.55L16.6 9.9L15.175 8.475L10.95 12.7L8.85 10.6L7.425 12.025L10.95 15.55ZM12 22C9.68333 21.4167 7.77083 20.0875 6.2625 18.0125C4.75417 15.9375 4 13.6333 4 11.1V5L12 2L20 5V11.1C20 13.6333 19.2458 15.9375 17.7375 18.0125C16.2292 20.0875 14.3167 21.4167 12 22ZM12 19.9C13.7333 19.35 15.1667 18.25 16.3 16.6C17.4333 14.95 18 13.1167 18 11.1V6.375L12 4.125L6 6.375V11.1C6 13.1167 6.56667 14.95 7.7 16.6C8.83333 18.25 10.2667 19.35 12 19.9Z",
|
|
474
|
+
fill: "#7B7B7B"
|
|
475
|
+
})
|
|
476
|
+
}), 'Approval');
|
|
477
|
+
export const DisapprovalIcon = createSvgIcon( /*#__PURE__*/_jsx("svg", {
|
|
478
|
+
width: "24",
|
|
479
|
+
height: "24",
|
|
480
|
+
viewBox: "0 0 24 24",
|
|
481
|
+
fill: "none",
|
|
482
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
483
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
484
|
+
d: "M12 16C12.2833 16 12.5208 15.9042 12.7125 15.7125C12.9042 15.5208 13 15.2833 13 15C13 14.7167 12.9042 14.4792 12.7125 14.2875C12.5208 14.0958 12.2833 14 12 14C11.7167 14 11.4792 14.0958 11.2875 14.2875C11.0958 14.4792 11 14.7167 11 15C11 15.2833 11.0958 15.5208 11.2875 15.7125C11.4792 15.9042 11.7167 16 12 16ZM11 12H13V7H11V12ZM12 22C9.68333 21.4167 7.77083 20.0875 6.2625 18.0125C4.75417 15.9375 4 13.6333 4 11.1V5L12 2L20 5V11.1C20 13.6333 19.2458 15.9375 17.7375 18.0125C16.2292 20.0875 14.3167 21.4167 12 22ZM12 19.9C13.7333 19.35 15.1667 18.25 16.3 16.6C17.4333 14.95 18 13.1167 18 11.1V6.375L12 4.125L6 6.375V11.1C6 13.1167 6.56667 14.95 7.7 16.6C8.83333 18.25 10.2667 19.35 12 19.9Z",
|
|
485
|
+
fill: "#7B7B7B"
|
|
486
|
+
})
|
|
487
|
+
}), 'Disapproval');
|
package/base/error/Error.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Box, Button,
|
|
1
|
+
import { Box, Button, Stack, Typography } from "@mui/material";
|
|
2
2
|
import CampaignIcon from '@mui/icons-material/Campaign';
|
|
3
3
|
import { useNavigate } from "react-router-dom";
|
|
4
4
|
import { useCallback } from "react";
|
|
@@ -20,48 +20,36 @@ export default function Error({
|
|
|
20
20
|
height: "100%",
|
|
21
21
|
justifyContent: "center",
|
|
22
22
|
alignItems: "center",
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
padding: 3,
|
|
31
|
-
width: 568,
|
|
32
|
-
height: 280
|
|
33
|
-
},
|
|
34
|
-
children: [/*#__PURE__*/_jsx(Box, {
|
|
35
|
-
align: "center",
|
|
36
|
-
children: /*#__PURE__*/_jsx(CampaignIcon, {
|
|
37
|
-
sx: {
|
|
38
|
-
color: '#777',
|
|
39
|
-
'&': {
|
|
40
|
-
fontSize: 50
|
|
41
|
-
}
|
|
23
|
+
children: [/*#__PURE__*/_jsx(Box, {
|
|
24
|
+
align: "center",
|
|
25
|
+
children: /*#__PURE__*/_jsx(CampaignIcon, {
|
|
26
|
+
sx: {
|
|
27
|
+
color: '#777',
|
|
28
|
+
'&': {
|
|
29
|
+
fontSize: 50
|
|
42
30
|
}
|
|
43
|
-
}
|
|
44
|
-
})
|
|
45
|
-
|
|
46
|
-
|
|
31
|
+
}
|
|
32
|
+
})
|
|
33
|
+
}), /*#__PURE__*/_jsxs(Stack, {
|
|
34
|
+
width: 300,
|
|
35
|
+
children: [/*#__PURE__*/_jsx(Typography, {
|
|
36
|
+
variant: "headline1",
|
|
47
37
|
sx: {
|
|
48
38
|
mt: 3,
|
|
49
39
|
mb: 3
|
|
50
40
|
},
|
|
51
41
|
children: title
|
|
52
42
|
}), /*#__PURE__*/_jsx(Typography, {
|
|
53
|
-
variant: "
|
|
54
|
-
fontSize: 15,
|
|
43
|
+
variant: "bodyXlMedium",
|
|
55
44
|
children: body
|
|
56
|
-
}), /*#__PURE__*/_jsx(Box, {
|
|
57
|
-
align: "center",
|
|
58
|
-
mt: 6,
|
|
59
|
-
children: /*#__PURE__*/_jsx(Button, {
|
|
60
|
-
size: "large",
|
|
61
|
-
onClick: handleClick,
|
|
62
|
-
children: buttonText
|
|
63
|
-
})
|
|
64
45
|
})]
|
|
46
|
+
}), /*#__PURE__*/_jsx(Box, {
|
|
47
|
+
align: "center",
|
|
48
|
+
mt: 10,
|
|
49
|
+
children: /*#__PURE__*/_jsx(Button, {
|
|
50
|
+
onClick: handleClick,
|
|
51
|
+
children: buttonText
|
|
52
|
+
})
|
|
65
53
|
}), footer]
|
|
66
54
|
});
|
|
67
55
|
}
|
package/base/index.js
CHANGED
|
@@ -7,6 +7,7 @@ export { colors };
|
|
|
7
7
|
export { borderRadius, shadow, globalStyles, createTheme };
|
|
8
8
|
export { default as AccordionSummary } from "./AccordionSummary";
|
|
9
9
|
export { default as AddableFormList } from "./AddableFormList";
|
|
10
|
+
export { default as Alert } from "./Alert";
|
|
10
11
|
export { default as AlertDialog } from "./dialog/AlertDialog";
|
|
11
12
|
export { default as AppBar } from "./frame/AppBar";
|
|
12
13
|
export { default as Brand } from "./frame/Brand";
|
|
@@ -26,6 +27,7 @@ export { default as MainHeader } from "./MainHeader";
|
|
|
26
27
|
export { default as MenuItem } from "./MenuItem";
|
|
27
28
|
export { default as PropertyTable } from "./PropertyTable";
|
|
28
29
|
export { default as Radio } from "./Radio";
|
|
30
|
+
export { default as ReferenceChipList } from "./ReferenceChipList";
|
|
29
31
|
export { default as SearchableSelect } from "./SearchableSelect";
|
|
30
32
|
export { default as SearchTextField } from "./SearchTextField";
|
|
31
33
|
export { default as SectionLabel } from "./SectionLabel";
|
|
@@ -46,7 +48,6 @@ export { default as ListItem } from "./deprecated/ListItem";
|
|
|
46
48
|
export { default as ListItemDivider } from "./deprecated/ListItemDivider";
|
|
47
49
|
export { default as ListItemGrid } from "./deprecated/ListItemGrid";
|
|
48
50
|
export { default as ListItemText } from "./deprecated/ListItemText";
|
|
49
|
-
export { default as ReferenceChipList } from "./deprecated/ReferenceChipList";
|
|
50
51
|
export { default as ShadowedSection } from "./deprecated/ShadowedSection";
|
|
51
52
|
export { default as StatusChip } from "./deprecated/StatusChip";
|
|
52
53
|
export { default as TabbedSection } from "./deprecated/TabbedSection";
|
|
@@ -199,6 +199,29 @@ export const error = {
|
|
|
199
199
|
};
|
|
200
200
|
}
|
|
201
201
|
};
|
|
202
|
+
export const preview = {
|
|
203
|
+
outlined: (ownerState, theme) => {
|
|
204
|
+
return ownerState.color === 'preview' && ownerState.variant === 'outlined' && {
|
|
205
|
+
color: theme.palette.preview.contrastText,
|
|
206
|
+
backgroundColor: theme.palette.preview.main,
|
|
207
|
+
borderColor: grey[700],
|
|
208
|
+
':hover, &.Mui-focusVisible': {
|
|
209
|
+
color: theme.palette.preview.contrastText,
|
|
210
|
+
backgroundColor: '#d8fcfc',
|
|
211
|
+
borderColor: grey[700]
|
|
212
|
+
},
|
|
213
|
+
':active': {
|
|
214
|
+
color: theme.palette.preview.contrastText,
|
|
215
|
+
backgroundColor: '#abffff',
|
|
216
|
+
borderColor: grey[700]
|
|
217
|
+
},
|
|
218
|
+
':disabled': {
|
|
219
|
+
color: grey[400],
|
|
220
|
+
backgroundColor: grey[150]
|
|
221
|
+
}
|
|
222
|
+
};
|
|
223
|
+
}
|
|
224
|
+
};
|
|
202
225
|
export const crud = {
|
|
203
226
|
contained: (ownerState, theme) => {
|
|
204
227
|
return ownerState.color === 'crud' && ownerState.variant === 'contained' && {
|
|
@@ -238,6 +261,7 @@ export const styles = {
|
|
|
238
261
|
...error.contained(ownerState, theme),
|
|
239
262
|
...error.outlined(ownerState, theme),
|
|
240
263
|
...error.text(ownerState, theme),
|
|
264
|
+
...preview.outlined(ownerState, theme),
|
|
241
265
|
...crud.contained(ownerState, theme),
|
|
242
266
|
fontFamily: typography.fontFamily,
|
|
243
267
|
borderRadius: borderRadius[2],
|
|
@@ -6,7 +6,7 @@ export const styles = {
|
|
|
6
6
|
root: ({
|
|
7
7
|
ownerState
|
|
8
8
|
}) => ({
|
|
9
|
-
height: 36,
|
|
9
|
+
height: !ownerState.multiline ? 36 : undefined,
|
|
10
10
|
backgroundColor: '#fff',
|
|
11
11
|
borderRadius: borderRadius[2],
|
|
12
12
|
'& .MuiInputBase-input::placeholder': {
|
|
@@ -48,6 +48,9 @@ export const styles = {
|
|
|
48
48
|
'-webkit-text-fill-color': grey[500]
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
+
multiline: {
|
|
52
|
+
padding: '10px 10px'
|
|
53
|
+
},
|
|
51
54
|
sizeSmall: undefined
|
|
52
55
|
}
|
|
53
56
|
};
|
package/base/styles/palette.js
CHANGED