@astral/ui 4.55.4 → 4.56.0

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.
Files changed (113) hide show
  1. package/components/BottomDrawer/styles.js +1 -1
  2. package/components/CardGridInfinite/Footer/styles.js +1 -1
  3. package/components/CheckableTag/styles.js +1 -1
  4. package/components/Checkbox/styles.js +4 -2
  5. package/components/Chip/styles.js +1 -1
  6. package/components/CodeField/styles.js +1 -1
  7. package/components/ComplianceStatus/styles.js +1 -1
  8. package/components/DashboardLayout/DashboardWrapper/styles.js +1 -1
  9. package/components/DashboardLayout/Header/styles.js +4 -4
  10. package/components/DashboardLayoutSkeleton/styles.js +1 -1
  11. package/components/DashboardSidebar/styles.js +2 -2
  12. package/components/DashboardSidebarSkeleton/styles.js +1 -1
  13. package/components/DataGrid/Head/styles.js +1 -1
  14. package/components/DataGrid/PinnedSections/Section/styles.js +2 -2
  15. package/components/DataGrid/Row/NestedChildren/styles.js +3 -3
  16. package/components/DataGrid/Row/styles.js +3 -3
  17. package/components/DateRangePicker/styles.js +1 -1
  18. package/components/Description/Name/styles.js +1 -1
  19. package/components/DescriptionList/styles.js +4 -2
  20. package/components/ExpansionPanel/styles.js +1 -1
  21. package/components/InfiniteDataList/styles.js +1 -1
  22. package/components/InfiniteTreeList/TreeItem/styles.js +1 -1
  23. package/components/MenuOrganization/styles.js +2 -2
  24. package/components/NewStepper/Step/Description/styles.js +1 -1
  25. package/components/NewStepper/Step/styles.js +2 -2
  26. package/components/PageAside/styles.js +3 -3
  27. package/components/PageContent/PageContentHeader/styles.js +2 -2
  28. package/components/PageContent/styles.js +4 -2
  29. package/components/PageHeader/HeaderContent/styles.js +1 -1
  30. package/components/PageHeader/styles.js +2 -2
  31. package/components/PageLayoutLoader/styles.js +1 -1
  32. package/components/PageLayoutSection/PageLayoutSectionContainer/styles.js +1 -1
  33. package/components/PageLayoutSection/styles.js +1 -1
  34. package/components/PagePinnableAside/styles.js +6 -6
  35. package/components/PdfViewer/PdfPage/styles.js +2 -2
  36. package/components/Radio/styles.js +4 -2
  37. package/components/RadioCard/styles.js +13 -5
  38. package/components/SideDialogActions/styles.js +1 -1
  39. package/components/SideDialogHeader/styles.js +1 -1
  40. package/components/SideDialogTitle/styles.js +1 -1
  41. package/components/Stepper/styles.js +2 -2
  42. package/components/Tag/styles.js +1 -1
  43. package/components/Tree/TreeItem/styles.js +3 -3
  44. package/components/fileUploading/FileUploaderDropzone/DropzoneWrapper/styles.js +1 -1
  45. package/components/fileUploading/FileUploaderFile/styles.js +1 -1
  46. package/components/theme/components/MuiButton.js +1 -1
  47. package/components/theme/components/MuiDivider.d.ts +3 -0
  48. package/components/theme/components/MuiDivider.js +9 -0
  49. package/components/theme/components/MuiListItem.d.ts +3 -0
  50. package/components/theme/components/MuiListItem.js +9 -0
  51. package/components/theme/components/MuiOutlinedInput.js +2 -2
  52. package/components/theme/components/MuiPaper.js +1 -1
  53. package/components/theme/components/MuiStepConnector.js +4 -1
  54. package/components/theme/components/components.js +4 -0
  55. package/components/theme/palette/componentsColors/componentsColors.d.ts +3 -0
  56. package/components/theme/palette/componentsColors/componentsColors.js +3 -0
  57. package/node/components/BottomDrawer/styles.js +1 -1
  58. package/node/components/CardGridInfinite/Footer/styles.js +1 -1
  59. package/node/components/CheckableTag/styles.js +1 -1
  60. package/node/components/Checkbox/styles.js +4 -2
  61. package/node/components/Chip/styles.js +1 -1
  62. package/node/components/CodeField/styles.js +1 -1
  63. package/node/components/ComplianceStatus/styles.js +1 -1
  64. package/node/components/DashboardLayout/DashboardWrapper/styles.js +1 -1
  65. package/node/components/DashboardLayout/Header/styles.js +4 -4
  66. package/node/components/DashboardLayoutSkeleton/styles.js +1 -1
  67. package/node/components/DashboardSidebar/styles.js +2 -2
  68. package/node/components/DashboardSidebarSkeleton/styles.js +1 -1
  69. package/node/components/DataGrid/Head/styles.js +1 -1
  70. package/node/components/DataGrid/PinnedSections/Section/styles.js +2 -2
  71. package/node/components/DataGrid/Row/NestedChildren/styles.js +3 -3
  72. package/node/components/DataGrid/Row/styles.js +3 -3
  73. package/node/components/DateRangePicker/styles.js +1 -1
  74. package/node/components/Description/Name/styles.js +1 -1
  75. package/node/components/DescriptionList/styles.js +4 -2
  76. package/node/components/ExpansionPanel/styles.js +1 -1
  77. package/node/components/InfiniteDataList/styles.js +1 -1
  78. package/node/components/InfiniteTreeList/TreeItem/styles.js +1 -1
  79. package/node/components/MenuOrganization/styles.js +2 -2
  80. package/node/components/NewStepper/Step/Description/styles.js +1 -1
  81. package/node/components/NewStepper/Step/styles.js +2 -2
  82. package/node/components/PageAside/styles.js +3 -3
  83. package/node/components/PageContent/PageContentHeader/styles.js +2 -2
  84. package/node/components/PageContent/styles.js +4 -2
  85. package/node/components/PageHeader/HeaderContent/styles.js +1 -1
  86. package/node/components/PageHeader/styles.js +2 -2
  87. package/node/components/PageLayoutLoader/styles.js +1 -1
  88. package/node/components/PageLayoutSection/PageLayoutSectionContainer/styles.js +1 -1
  89. package/node/components/PageLayoutSection/styles.js +1 -1
  90. package/node/components/PagePinnableAside/styles.js +6 -6
  91. package/node/components/PdfViewer/PdfPage/styles.js +2 -2
  92. package/node/components/Radio/styles.js +4 -2
  93. package/node/components/RadioCard/styles.js +13 -5
  94. package/node/components/SideDialogActions/styles.js +1 -1
  95. package/node/components/SideDialogHeader/styles.js +1 -1
  96. package/node/components/SideDialogTitle/styles.js +1 -1
  97. package/node/components/Stepper/styles.js +2 -2
  98. package/node/components/Tag/styles.js +1 -1
  99. package/node/components/Tree/TreeItem/styles.js +3 -3
  100. package/node/components/fileUploading/FileUploaderDropzone/DropzoneWrapper/styles.js +1 -1
  101. package/node/components/fileUploading/FileUploaderFile/styles.js +1 -1
  102. package/node/components/theme/components/MuiButton.js +1 -1
  103. package/node/components/theme/components/MuiDivider.d.ts +3 -0
  104. package/node/components/theme/components/MuiDivider.js +12 -0
  105. package/node/components/theme/components/MuiListItem.d.ts +3 -0
  106. package/node/components/theme/components/MuiListItem.js +12 -0
  107. package/node/components/theme/components/MuiOutlinedInput.js +2 -2
  108. package/node/components/theme/components/MuiPaper.js +1 -1
  109. package/node/components/theme/components/MuiStepConnector.js +4 -1
  110. package/node/components/theme/components/components.js +4 -0
  111. package/node/components/theme/palette/componentsColors/componentsColors.d.ts +3 -0
  112. package/node/components/theme/palette/componentsColors/componentsColors.js +3 -0
  113. package/package.json +20 -1
@@ -7,7 +7,7 @@ exports.Section = styled_1.styled.section `
7
7
  margin: ${({ theme }) => theme.spacing(0, 4)};
8
8
 
9
9
  background-color: ${({ theme }) => theme.palette.background.default};
10
- border: 1px solid ${({ theme }) => theme.palette.grey[300]};
10
+ border: 1px solid ${({ theme }) => theme.palette.components.border.default};
11
11
  border-radius: ${({ theme }) => theme.shape.medium};
12
12
  }
13
13
  `;
@@ -34,7 +34,7 @@ exports.Aside = (0, styled_1.styled)('aside', {
34
34
  margin: ${({ theme }) => theme.spacing(0, 4, 4)};
35
35
 
36
36
  background-color: ${({ theme }) => theme.palette.background.default};
37
- border: 1px solid ${({ theme }) => theme.palette.grey[300]};
37
+ border: 1px solid ${({ theme }) => theme.palette.components.border.default};
38
38
  border-radius: ${({ theme }) => theme.shape.medium};
39
39
  }
40
40
  `;
@@ -50,8 +50,8 @@ exports.Dummy = (0, styled_1.styled)('div', {
50
50
  width: 40px;
51
51
  height: 100%;
52
52
 
53
- border-top: 1px solid ${({ theme }) => theme.palette.grey[300]};
54
- border-left: 1px solid ${({ theme }) => theme.palette.grey[300]};
53
+ border-top: 1px solid ${({ theme }) => theme.palette.components.border.default};
54
+ border-left: 1px solid ${({ theme }) => theme.palette.components.border.default};
55
55
 
56
56
  ${({ $isPinned }) => $isPinned && 'display: none;'}
57
57
  `;
@@ -80,8 +80,8 @@ exports.Content = (0, styled_1.styled)('div', {
80
80
  height: 100%;
81
81
 
82
82
  background-color: ${({ theme }) => theme.palette.background.default};
83
- border-top: 1px solid ${({ theme }) => theme.palette.grey[300]};
84
- border-left: 1px solid ${({ theme }) => theme.palette.grey[300]};
83
+ border-top: 1px solid ${({ theme }) => theme.palette.components.border.default};
84
+ border-left: 1px solid ${({ theme }) => theme.palette.components.border.default};
85
85
 
86
86
  transition: ${({ theme }) => {
87
87
  return theme.transitions.create(['transform'], {
@@ -129,7 +129,7 @@ exports.Footer = styled_1.styled.footer `
129
129
  margin-top: auto;
130
130
 
131
131
  background-color: ${({ theme }) => theme.palette.background.default};
132
- border-top: 1px solid ${({ theme }) => theme.palette.grey[300]};
132
+ border-top: 1px solid ${({ theme }) => theme.palette.components.border.default};
133
133
 
134
134
  ${({ theme }) => theme.breakpoints.down('sm')} {
135
135
  display: none;
@@ -26,12 +26,12 @@ exports.Wrapper = styled_1.styled.div `
26
26
  }
27
27
 
28
28
  ${({ theme }) => theme.breakpoints.down('sm')} {
29
- border-top: ${({ $isViewerLite, theme }) => ($isViewerLite ? 'unset' : `1px solid ${theme.palette.grey[300]}`)};
29
+ border-top: ${({ $isViewerLite, theme }) => ($isViewerLite ? 'unset' : `1px solid ${theme.palette.components.border.default}`)};
30
30
  border-radius: ${({ $isViewerLite }) => !$isViewerLite && 0};
31
31
  box-shadow: ${({ $isViewerLite }) => !$isViewerLite && 'none'};
32
32
 
33
33
  &:last-child {
34
- border-bottom: ${({ $isViewerLite, theme }) => ($isViewerLite ? 'unset' : `1px solid ${theme.palette.grey[300]}`)};
34
+ border-bottom: ${({ $isViewerLite, theme }) => ($isViewerLite ? 'unset' : `1px solid ${theme.palette.components.border.default}`)};
35
35
  }
36
36
  }
37
37
  `;
@@ -8,7 +8,7 @@ const getOutlineColor = ({ theme, isHover, isDisabled, isError, isChecked, }) =>
8
8
  if (isDisabled) {
9
9
  return isChecked
10
10
  ? theme.palette.components.disabled
11
- : theme.palette.grey[300];
11
+ : theme.palette.components.border.default;
12
12
  }
13
13
  if (isError) {
14
14
  return isHover ? theme.palette.error[700] : theme.palette.error[800];
@@ -16,7 +16,9 @@ const getOutlineColor = ({ theme, isHover, isDisabled, isError, isChecked, }) =>
16
16
  if (isChecked) {
17
17
  return isHover ? theme.palette.primary[700] : theme.palette.primary[800];
18
18
  }
19
- return isHover ? theme.palette.grey[900] : theme.palette.grey[300];
19
+ return isHover
20
+ ? theme.palette.grey[900]
21
+ : theme.palette.components.border.default;
20
22
  };
21
23
  const getFillColor = ({ theme, isHover, isDisabled, isError, isChecked, }) => {
22
24
  if (isDisabled) {
@@ -15,10 +15,14 @@ exports.Wrapper = styled_1.styled.label `
15
15
 
16
16
  background-color: ${({ theme }) => theme.palette.background.default};
17
17
  border-right: 1px solid
18
- ${({ $isError, theme }) => $isError ? theme.palette.error[700] : theme.palette.grey[300]};
19
- border-bottom: 1px solid ${({ theme }) => theme.palette.grey[300]};
18
+ ${({ $isError, theme }) => $isError
19
+ ? theme.palette.error[700]
20
+ : theme.palette.components.border.default};
21
+ border-bottom: 1px solid ${({ theme }) => theme.palette.components.border.default};
20
22
  border-left: 1px solid
21
- ${({ $isError, theme }) => $isError ? theme.palette.error[700] : theme.palette.grey[300]};
23
+ ${({ $isError, theme }) => $isError
24
+ ? theme.palette.error[700]
25
+ : theme.palette.components.border.default};
22
26
 
23
27
  ${({ $isDisabled, theme }) => $isDisabled &&
24
28
  `
@@ -29,14 +33,18 @@ exports.Wrapper = styled_1.styled.label `
29
33
 
30
34
  &:first-of-type {
31
35
  border-top: 1px solid
32
- ${({ $isError, theme }) => $isError ? theme.palette.error[700] : theme.palette.grey[300]};
36
+ ${({ $isError, theme }) => $isError
37
+ ? theme.palette.error[700]
38
+ : theme.palette.components.border.default};
33
39
  border-top-left-radius: ${({ theme }) => theme.shape.medium};
34
40
  border-top-right-radius: ${({ theme }) => theme.shape.medium};
35
41
  }
36
42
 
37
43
  &:last-of-type {
38
44
  border-bottom: 1px solid
39
- ${({ $isError, theme }) => $isError ? theme.palette.error[700] : theme.palette.grey[300]};
45
+ ${({ $isError, theme }) => $isError
46
+ ? theme.palette.error[700]
47
+ : theme.palette.components.border.default};
40
48
  border-bottom-right-radius: ${({ theme }) => theme.shape.medium};
41
49
  border-bottom-left-radius: ${({ theme }) => theme.shape.medium};
42
50
  }
@@ -18,7 +18,7 @@ exports.StyledDialogActions = (0, styled_1.styled)(DialogActions_1.DialogActions
18
18
 
19
19
  width: 100%;
20
20
 
21
- border-bottom: 1px solid ${({ theme }) => theme.palette.grey[300]};
21
+ border-bottom: 1px solid ${({ theme }) => theme.palette.components.border.default};
22
22
  }
23
23
 
24
24
  ${({ theme }) => theme.breakpoints.down('sm')} {
@@ -18,7 +18,7 @@ exports.StyledDialogHeader = (0, styled_1.styled)(DialogHeader_1.DialogHeader) `
18
18
 
19
19
  width: 100%;
20
20
 
21
- border-bottom: 1px solid ${({ theme }) => theme.palette.grey[300]};
21
+ border-bottom: 1px solid ${({ theme }) => theme.palette.components.border.default};
22
22
  }
23
23
 
24
24
  ${({ theme }) => theme.breakpoints.down('sm')} {
@@ -18,6 +18,6 @@ exports.StyledDialogTitle = (0, styled_1.styled)(DialogTitle_1.DialogTitle) `
18
18
 
19
19
  width: 100%;
20
20
 
21
- border-bottom: 1px solid ${({ theme }) => theme.palette.grey[300]};
21
+ border-bottom: 1px solid ${({ theme }) => theme.palette.components.border.default};
22
22
  }
23
23
  `;
@@ -24,14 +24,14 @@ exports.StyledStepper = (0, styled_1.styled)(Stepper_1.default) `
24
24
  min-height: 22px;
25
25
  margin-left: 9px;
26
26
 
27
- border-color: ${({ theme }) => theme.palette.grey[300]};
27
+ border-color: ${({ theme }) => theme.palette.components.border.default};
28
28
  border-left-width: 2px;
29
29
  }
30
30
 
31
31
  .${StepConnector_1.stepConnectorClasses.lineVertical} {
32
32
  min-height: 14px;
33
33
 
34
- border-color: ${({ theme }) => theme.palette.grey[300]};
34
+ border-color: ${({ theme }) => theme.palette.components.border.default};
35
35
  border-left-width: 2px;
36
36
  }
37
37
 
@@ -235,7 +235,7 @@ exports.Wrapper = styled_1.styled.div `
235
235
  variant: $variant,
236
236
  })};
237
237
  border: ${({ theme, $variant, $color }) => $variant !== 'text' && $color === 'default'
238
- ? `1px solid ${theme.palette.grey[400]}`
238
+ ? `1px solid ${theme.palette.components.border.default}`
239
239
  : 'none'};
240
240
  border-radius: ${({ theme }) => theme.shape.medium};
241
241
 
@@ -35,7 +35,7 @@ exports.Item = (0, styled_1.styled)('li', {
35
35
  width: 0;
36
36
  height: 100%;
37
37
 
38
- border-left: 1px solid ${({ theme }) => theme.palette.grey[400]};
38
+ border-left: 1px solid ${({ theme }) => theme.palette.components.border.default};
39
39
  }
40
40
  `;
41
41
  exports.ItemContent = (0, styled_1.styled)('div', {
@@ -133,8 +133,8 @@ exports.LabelWrapper = (0, styled_1.styled)('div', {
133
133
  /* Добавляем к высоте половину нижнего отступа, который не входит в высоту текущего элемента */
134
134
  height: ${({ theme }) => `calc(50% + ${theme.spacing(1)}/2)`};
135
135
 
136
- border-bottom: 1px solid ${({ theme }) => theme.palette.grey[400]};
137
- border-left: 1px solid ${({ theme }) => theme.palette.grey[400]};
136
+ border-bottom: 1px solid ${({ theme }) => theme.palette.components.border.default};
137
+ border-left: 1px solid ${({ theme }) => theme.palette.components.border.default};
138
138
  border-radius: 0 0 0 ${({ theme }) => theme.shape.small};
139
139
  }
140
140
  `;
@@ -9,7 +9,7 @@ const getBorderColor = (theme, isActive, isError) => {
9
9
  if (isError) {
10
10
  return theme.palette.error[900];
11
11
  }
12
- return theme.palette.grey[400];
12
+ return theme.palette.components.border.default;
13
13
  };
14
14
  exports.Wrapper = styled_1.styled.div `
15
15
  display: flex;
@@ -9,7 +9,7 @@ const getBorderColor = (theme, isLoading, isError) => {
9
9
  if (isError) {
10
10
  return theme.palette.error[400];
11
11
  }
12
- return theme.palette.grey[200];
12
+ return theme.palette.components.border.default;
13
13
  };
14
14
  exports.Wrapper = (0, styled_1.styled)('div', {
15
15
  shouldForwardProp: (prop) => !['$isLoading', '$isError'].includes(prop),
@@ -84,7 +84,7 @@ const getBorder = ({ theme, variant, color, buttonState, selected, disabled, })
84
84
  return `1px solid ${theme.palette[color]['900']};`;
85
85
  }
86
86
  if (buttonState === 'default') {
87
- return `1px solid ${theme.palette[color]['300']};`;
87
+ return `1px solid ${color === 'grey' ? theme.palette.components.border.default : theme.palette[color]['300']};`;
88
88
  }
89
89
  if (buttonState === 'hover') {
90
90
  return `1px solid ${theme.palette[color]['700']};`;
@@ -0,0 +1,3 @@
1
+ import { type Components } from '@mui/material/styles/components';
2
+ import { type Theme } from '../types';
3
+ export declare const MuiDivider: Components<Theme>['MuiDivider'];
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MuiDivider = void 0;
4
+ exports.MuiDivider = {
5
+ styleOverrides: {
6
+ root({ theme }) {
7
+ return {
8
+ borderColor: theme.palette.components.border.default,
9
+ };
10
+ },
11
+ },
12
+ };
@@ -0,0 +1,3 @@
1
+ import { type Components } from '@mui/material/styles/components';
2
+ import { type Theme } from '../types';
3
+ export declare const MuiListItem: Components<Theme>['MuiListItem'];
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MuiListItem = void 0;
4
+ exports.MuiListItem = {
5
+ styleOverrides: {
6
+ divider({ theme }) {
7
+ return {
8
+ borderColor: theme.palette.components.border.default,
9
+ };
10
+ },
11
+ },
12
+ };
@@ -54,7 +54,7 @@ exports.MuiOutlinedInput = {
54
54
  },
55
55
  '&::placeholder': {
56
56
  opacity: 1,
57
- color: theme.palette.grey[400],
57
+ color: theme.palette.grey[500],
58
58
  },
59
59
  };
60
60
  },
@@ -67,7 +67,7 @@ exports.MuiOutlinedInput = {
67
67
  notchedOutline({ theme }) {
68
68
  return {
69
69
  borderWidth: 1,
70
- borderColor: theme.palette.grey[300],
70
+ borderColor: theme.palette.components.border.default,
71
71
  top: 0,
72
72
  transition: theme.transitions.create(['border-color'], {
73
73
  easing: theme.transitions.easing.easeInOut,
@@ -27,7 +27,7 @@ exports.MuiPaper = {
27
27
  },
28
28
  outlined({ theme }) {
29
29
  return {
30
- border: `1px solid ${theme.palette.grey[300]}`,
30
+ border: `1px solid ${theme.palette.components.border.default}`,
31
31
  };
32
32
  },
33
33
  },
@@ -7,7 +7,10 @@ exports.MuiStepConnector = {
7
7
  return { top: theme.microSpacing(5) };
8
8
  },
9
9
  lineHorizontal({ theme }) {
10
- return { borderTopWidth: 2, borderColor: theme.palette.grey[300] };
10
+ return {
11
+ borderTopWidth: 2,
12
+ borderColor: theme.palette.components.border.default,
13
+ };
11
14
  },
12
15
  },
13
16
  };
@@ -10,12 +10,14 @@ const MuiDialog_1 = require("./MuiDialog");
10
10
  const MuiDialogActions_1 = require("./MuiDialogActions");
11
11
  const MuiDialogContent_1 = require("./MuiDialogContent");
12
12
  const MuiDialogTitle_1 = require("./MuiDialogTitle");
13
+ const MuiDivider_1 = require("./MuiDivider");
13
14
  const MuiDrawer_1 = require("./MuiDrawer");
14
15
  const MuiFormControlLabel_1 = require("./MuiFormControlLabel");
15
16
  const MuiFormHelperText_1 = require("./MuiFormHelperText");
16
17
  const MuiFormLabel_1 = require("./MuiFormLabel");
17
18
  const MuiInputLabel_1 = require("./MuiInputLabel");
18
19
  const MuiLinearProgress_1 = require("./MuiLinearProgress");
20
+ const MuiListItem_1 = require("./MuiListItem");
19
21
  const MuiListItemButton_1 = require("./MuiListItemButton");
20
22
  const MuiListItemText_1 = require("./MuiListItemText");
21
23
  const MuiListSubheader_1 = require("./MuiListSubheader");
@@ -52,6 +54,7 @@ const getComponents = () => {
52
54
  MuiAlert: MuiAlert_1.MuiAlert,
53
55
  MuiButton: MuiButton_1.MuiButton,
54
56
  MuiButtonBase: MuiButtonBase_1.MuiButtonBase,
57
+ MuiDivider: MuiDivider_1.MuiDivider,
55
58
  MuiTypography: MuiTypography_1.MuiTypography,
56
59
  MuiInputLabel: MuiInputLabel_1.MuiInputLabel,
57
60
  MuiOutlinedInput: MuiOutlinedInput_1.MuiOutlinedInput,
@@ -75,6 +78,7 @@ const getComponents = () => {
75
78
  MuiPaginationItem: MuiPaginationItem_1.MuiPaginationItem,
76
79
  MuiPaper: MuiPaper_1.MuiPaper,
77
80
  MuiCircularProgress: MuiCircularProgress_1.MuiCircularProgress,
81
+ MuiListItem: MuiListItem_1.MuiListItem,
78
82
  MuiListItemButton: MuiListItemButton_1.MuiListItemButton,
79
83
  MuiListItemText: MuiListItemText_1.MuiListItemText,
80
84
  MuiLinearProgress: MuiLinearProgress_1.MuiLinearProgress,
@@ -3,5 +3,8 @@ export type ComponentsColors = {
3
3
  link: LinkColors;
4
4
  focused: string;
5
5
  disabled: string;
6
+ border: {
7
+ default: string;
8
+ };
6
9
  };
7
10
  export declare const componentsColors: ComponentsColors;
@@ -6,4 +6,7 @@ exports.componentsColors = {
6
6
  link: linkColors_1.linkColors,
7
7
  focused: '#70AEFF',
8
8
  disabled: '#F1F1F1',
9
+ border: {
10
+ default: '#C7C7C7',
11
+ },
9
12
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astral/ui",
3
- "version": "4.55.4",
3
+ "version": "4.56.0",
4
4
  "browser": "./index.js",
5
5
  "main": "./node/index.js",
6
6
  "dependencies": {
@@ -33,6 +33,7 @@
33
33
  },
34
34
  "exports": {
35
35
  ".": {
36
+ "node": "./node/index.js",
36
37
  "module": "./index.js",
37
38
  "require": "./node/index.js",
38
39
  "types": "./index.d.ts",
@@ -40,6 +41,7 @@
40
41
  "import": "./index.js"
41
42
  },
42
43
  "./declarations": {
44
+ "node": "./node/declarations.js",
43
45
  "module": "./declarations.js",
44
46
  "require": "./node/declarations.js",
45
47
  "types": "./declarations.d.ts",
@@ -47,6 +49,7 @@
47
49
  "import": "./declarations.js"
48
50
  },
49
51
  "./server": {
52
+ "node": "./node/server/index.js",
50
53
  "module": "./server/index.js",
51
54
  "require": "./node/server/index.js",
52
55
  "types": "./server/index.d.ts",
@@ -54,6 +57,7 @@
54
57
  "import": "./server/index.js"
55
58
  },
56
59
  "./components/PdfViewer": {
60
+ "node": "./node/components/PdfViewer/index.js",
57
61
  "module": "./components/PdfViewer/index.js",
58
62
  "require": "./node/components/PdfViewer/index.js",
59
63
  "types": "./components/PdfViewer/index.d.ts",
@@ -61,6 +65,7 @@
61
65
  "import": "./components/PdfViewer/index.js"
62
66
  },
63
67
  "./components/JsonViewer": {
68
+ "node": "./node/components/JsonViewer/index.js",
64
69
  "module": "./components/JsonViewer/index.js",
65
70
  "require": "./node/components/JsonViewer/index.js",
66
71
  "types": "./components/JsonViewer/index.d.ts",
@@ -68,6 +73,7 @@
68
73
  "import": "./components/JsonViewer/index.js"
69
74
  },
70
75
  "./components/Notification": {
76
+ "node": "./node/components/Notification/index.js",
71
77
  "module": "./components/Notification/index.js",
72
78
  "require": "./node/components/Notification/index.js",
73
79
  "types": "./components/Notification/index.d.ts",
@@ -75,6 +81,7 @@
75
81
  "import": "./components/Notification/index.js"
76
82
  },
77
83
  "./components/LegacyNotification": {
84
+ "node": "./node/components/LegacyNotification/index.js",
78
85
  "module": "./components/LegacyNotification/index.js",
79
86
  "require": "./node/components/LegacyNotification/index.js",
80
87
  "types": "./components/LegacyNotification/index.d.ts",
@@ -82,6 +89,7 @@
82
89
  "import": "./components/LegacyNotification/index.js"
83
90
  },
84
91
  "./components/Banner": {
92
+ "node": "./node/components/Banner/index.js",
85
93
  "module": "./components/Banner/index.js",
86
94
  "require": "./node/components/Banner/index.js",
87
95
  "types": "./components/Banner/index.d.ts",
@@ -89,6 +97,7 @@
89
97
  "import": "./components/Banner/index.js"
90
98
  },
91
99
  "./components/unstable/ResizingDataGrid": {
100
+ "node": "./node/components/ResizingDataGrid/index.js",
92
101
  "module": "./components/ResizingDataGrid/index.js",
93
102
  "require": "./node/components/ResizingDataGrid/index.js",
94
103
  "types": "./components/ResizingDataGrid/index.d.ts",
@@ -96,6 +105,7 @@
96
105
  "import": "./components/ResizingDataGrid/index.js"
97
106
  },
98
107
  "./components/unstable/ResizingDataGridInfinite": {
108
+ "node": "./node/components/ResizingDataGridInfinite/index.js",
99
109
  "module": "./components/ResizingDataGridInfinite/index.js",
100
110
  "require": "./node/components/ResizingDataGridInfinite/index.js",
101
111
  "types": "./components/ResizingDataGridInfinite/index.d.ts",
@@ -103,6 +113,7 @@
103
113
  "import": "./components/ResizingDataGridInfinite/index.js"
104
114
  },
105
115
  "./components/InfiniteTreeList": {
116
+ "node": "./node/components/InfiniteTreeList/index.js",
106
117
  "module": "./components/InfiniteTreeList/index.js",
107
118
  "require": "./node/components/InfiniteTreeList/index.js",
108
119
  "types": "./components/InfiniteTreeList/index.d.ts",
@@ -110,6 +121,7 @@
110
121
  "import": "./components/InfiniteTreeList/index.js"
111
122
  },
112
123
  "./components/RedesignBanner": {
124
+ "node": "./node/components/RedesignBanner/index.js",
113
125
  "module": "./components/RedesignBanner/index.js",
114
126
  "require": "./node/components/RedesignBanner/index.js",
115
127
  "types": "./components/RedesignBanner/index.d.ts",
@@ -117,6 +129,7 @@
117
129
  "import": "./components/RedesignBanner/index.js"
118
130
  },
119
131
  "./components/TreeAsyncAutocomplete": {
132
+ "node": "./node/components/TreeAsyncAutocomplete/index.js",
120
133
  "module": "./components/TreeAsyncAutocomplete/index.js",
121
134
  "require": "./node/components/TreeAsyncAutocomplete/index.js",
122
135
  "types": "./components/TreeAsyncAutocomplete/index.d.ts",
@@ -124,6 +137,7 @@
124
137
  "import": "./components/TreeAsyncAutocomplete/index.js"
125
138
  },
126
139
  "./components/TreeLikeAsyncAutocomplete": {
140
+ "node": "./node/components/TreeLikeAsyncAutocomplete/index.js",
127
141
  "module": "./components/TreeLikeAsyncAutocomplete/index.js",
128
142
  "require": "./node/components/TreeLikeAsyncAutocomplete/index.js",
129
143
  "types": "./components/TreeLikeAsyncAutocomplete/index.d.ts",
@@ -131,6 +145,7 @@
131
145
  "import": "./components/TreeLikeAsyncAutocomplete/index.js"
132
146
  },
133
147
  "./components/CardGridInfinite": {
148
+ "node": "./node/components/CardGridInfinite/index.js",
134
149
  "module": "./components/CardGridInfinite/index.js",
135
150
  "require": "./node/components/CardGridInfinite/index.js",
136
151
  "types": "./components/CardGridInfinite/index.d.ts",
@@ -138,6 +153,7 @@
138
153
  "import": "./components/CardGridInfinite/index.js"
139
154
  },
140
155
  "./*": {
156
+ "node": "./node/components/*/public.js",
141
157
  "module": "./components/*/public.js",
142
158
  "require": "./node/components/*/public.js",
143
159
  "types": "./components/*/public.d.ts",
@@ -145,6 +161,7 @@
145
161
  "import": "./components/*/public.js"
146
162
  },
147
163
  "./hook-form/*": {
164
+ "node": "./node/hook-form/*/public.js",
148
165
  "module": "./hook-form/*/public.js",
149
166
  "require": "./node/hook-form/*/public.js",
150
167
  "types": "./hook-form/*/public.d.ts",
@@ -152,6 +169,7 @@
152
169
  "import": "./hook-form/*/public.js"
153
170
  },
154
171
  "./icons/*": {
172
+ "node": "./node/icons/*/public.js",
155
173
  "module": "./icons/*/public.js",
156
174
  "require": "./node/icons/*/public.js",
157
175
  "types": "./icons/*/public.d.ts",
@@ -159,6 +177,7 @@
159
177
  "import": "./icons/*/public.js"
160
178
  },
161
179
  "./constants/*": {
180
+ "node": "./node/constants/*/public.js",
162
181
  "module": "./constants/*/public.js",
163
182
  "require": "./node/constants/*/public.js",
164
183
  "types": "./constants/*/public.d.ts",