@max-ts/components 0.0.2 → 0.1.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 (214) hide show
  1. package/.storybook/main.ts +14 -14
  2. package/.turbo/turbo-build.log +13 -495
  3. package/.turbo/turbo-type$colon$check.log +1 -756
  4. package/CHANGELOG.md +6 -0
  5. package/dist/components/Autocomplete/styles.d.ts +1 -1
  6. package/dist/components/Button/Button.d.ts +4 -4
  7. package/dist/components/Button/useLogic/useLogic.d.ts +1 -1
  8. package/dist/components/ConfirmDialog/ConfirmDialog.d.ts +37 -0
  9. package/dist/components/ConfirmDialog/index.d.ts +1 -0
  10. package/dist/components/ConfirmDialog/styles.d.ts +9 -0
  11. package/dist/components/ConfirmDialog/useLogic/index.d.ts +1 -0
  12. package/dist/components/ConfirmDialog/useLogic/useLogic.d.ts +10 -0
  13. package/dist/components/DataGrid/Row/NestedChildren/styles.d.ts +1 -1
  14. package/dist/components/DataGrid/Row/styles.d.ts +1 -1
  15. package/dist/components/DropdownButton/DropdownButton.d.ts +9 -0
  16. package/dist/components/DropdownButton/index.d.ts +1 -0
  17. package/dist/components/Filename/Filename.d.ts +21 -0
  18. package/dist/components/Filename/index.d.ts +1 -0
  19. package/dist/components/Filename/styles.d.ts +17 -0
  20. package/dist/components/Filename/useLogic/index.d.ts +1 -0
  21. package/dist/components/Filename/useLogic/useLogic.d.ts +16 -0
  22. package/dist/components/Filename/useLogic/utils/findExtension/constants.d.ts +1 -0
  23. package/dist/components/Filename/useLogic/utils/findExtension/findExtension.d.ts +1 -0
  24. package/dist/components/Filename/useLogic/utils/findExtension/index.d.ts +1 -0
  25. package/dist/components/Filename/useLogic/utils/index.d.ts +1 -0
  26. package/dist/components/Filename/useLogic/utils/truncateString/constants.d.ts +1 -0
  27. package/dist/components/Filename/useLogic/utils/truncateString/index.d.ts +1 -0
  28. package/dist/components/Filename/useLogic/utils/truncateString/truncateString.d.ts +4 -0
  29. package/dist/components/FormLabel/FormLabel.d.ts +4 -0
  30. package/dist/components/FormLabel/index.d.ts +1 -0
  31. package/dist/components/FormLabel/styles.d.ts +1 -0
  32. package/dist/components/IconButton/IconButton.d.ts +2 -2
  33. package/dist/components/IconButton/styles.d.ts +2 -2
  34. package/dist/components/ListItemButton/ListItemButton.d.ts +2 -2
  35. package/dist/components/MenuItem/MenuItem.d.ts +1 -1
  36. package/dist/components/MenuList/types.d.ts +2 -2
  37. package/dist/components/NavMenu/Item/ItemButton/ItemButton.d.ts +1 -1
  38. package/dist/components/NavMenu/Item/ItemButton/styles.d.ts +1 -1
  39. package/dist/components/ProgressBar/ProgressBar.d.ts +12 -0
  40. package/dist/components/ProgressBar/index.d.ts +1 -0
  41. package/dist/components/Radio/Icon/Icon.d.ts +6 -0
  42. package/dist/components/Radio/Icon/index.d.ts +1 -0
  43. package/dist/components/Radio/Radio.d.ts +9 -0
  44. package/dist/components/Radio/constants.d.ts +8 -0
  45. package/dist/components/Radio/index.d.ts +1 -0
  46. package/dist/components/Radio/styles.d.ts +5 -0
  47. package/dist/components/RadioField/RadioField.d.ts +25 -0
  48. package/dist/components/RadioField/index.d.ts +1 -0
  49. package/dist/components/RadioField/styles.d.ts +2 -0
  50. package/dist/components/RadioGroup/RadioGroup.d.ts +30 -0
  51. package/dist/components/RadioGroup/RadioGroupContext/RadioGroupContext.d.ts +4 -0
  52. package/dist/components/RadioGroup/RadioGroupContext/RadioGroupContextProvider/RadioGroupContextProvider.d.ts +6 -0
  53. package/dist/components/RadioGroup/RadioGroupContext/RadioGroupContextProvider/index.d.ts +1 -0
  54. package/dist/components/RadioGroup/RadioGroupContext/index.d.ts +2 -0
  55. package/dist/components/RadioGroup/index.d.ts +2 -0
  56. package/dist/components/RadioGroupField/RadioGroupField.d.ts +8 -0
  57. package/dist/components/RadioGroupField/index.d.ts +1 -0
  58. package/dist/components/SearchField/styles.d.ts +1 -1
  59. package/dist/components/Select/styles.d.ts +2 -2
  60. package/dist/components/Skeleton/Skeleton.d.ts +14 -0
  61. package/dist/components/Skeleton/index.d.ts +1 -0
  62. package/dist/components/Skeleton/styles.d.ts +1 -0
  63. package/dist/components/Switch/Switch.d.ts +4 -0
  64. package/dist/components/Switch/index.d.ts +1 -0
  65. package/dist/components/Switch/styles.d.ts +1 -0
  66. package/dist/components/Tab/Tab.d.ts +7 -0
  67. package/dist/components/Tab/index.d.ts +1 -0
  68. package/dist/components/Tab/styles.d.ts +1 -0
  69. package/dist/components/Tabs/Tabs.d.ts +13 -0
  70. package/dist/components/Tabs/index.d.ts +1 -0
  71. package/dist/components/Tabs/styles.d.ts +2 -0
  72. package/dist/components/TextArea/TextArea.d.ts +3 -0
  73. package/dist/components/TextArea/index.d.ts +1 -0
  74. package/dist/hooks/index.d.ts +1 -0
  75. package/dist/hooks/useToggle/index.d.ts +1 -0
  76. package/dist/hooks/useToggle/useToggle.d.ts +43 -0
  77. package/dist/index.js +2 -2
  78. package/dist/index.mjs +150 -150
  79. package/package.json +1 -1
  80. package/rslib.config.ts +26 -26
  81. package/src/components/Accordion/Accordion.stories.tsx +2 -0
  82. package/src/components/ActionCell/ActionCell.stories.tsx +1 -0
  83. package/src/components/ActionCell/MainAction/MainAction.tsx +1 -0
  84. package/src/components/AsyncAutocomplete/AsyncAutocomplete.stories.tsx +1 -0
  85. package/src/components/Autocomplete/Autocomplete.stories.tsx +1 -0
  86. package/src/components/Badge/Badge.stories.tsx +1 -0
  87. package/src/components/BottomDrawer/BottomDrawer.stories.tsx +2 -1
  88. package/src/components/Button/Button.stories.tsx +2 -1
  89. package/src/components/Button/Button.tsx +9 -10
  90. package/src/components/Button/useLogic/useLogic.ts +2 -5
  91. package/src/components/Checkbox/Checkbox.stories.tsx +1 -3
  92. package/src/components/CheckboxField/CheckboxField.stories.tsx +1 -0
  93. package/src/components/Chevron/Chevron.stories.tsx +1 -0
  94. package/src/components/CircularProgress/CircularProgress.stories.tsx +1 -0
  95. package/src/components/Collapse/Collapse.stories.tsx +1 -0
  96. package/src/components/ConfirmAction/ConfirmAction.stories.tsx +1 -3
  97. package/src/components/ConfirmDialog/ConfirmDialog.stories.tsx +69 -0
  98. package/src/components/ConfirmDialog/ConfirmDialog.tsx +83 -0
  99. package/src/components/ConfirmDialog/index.ts +1 -0
  100. package/src/components/ConfirmDialog/styles.ts +8 -0
  101. package/src/components/ConfirmDialog/useLogic/index.ts +1 -0
  102. package/src/components/ConfirmDialog/useLogic/useLogic.ts +23 -0
  103. package/src/components/ContentState/ContentState.stories.tsx +1 -0
  104. package/src/components/CopyTypography/CopyTypography.stories.tsx +1 -2
  105. package/src/components/DataGrid/DataGrid.stories.tsx +1 -0
  106. package/src/components/DataGridActionCell/DataGridActionCell.stories.tsx +1 -0
  107. package/src/components/DataGridPagination/DataGridPagination.stories.tsx +1 -0
  108. package/src/components/Description/Description.stories.tsx +1 -0
  109. package/src/components/DescriptionList/DescriptionList.stories.tsx +1 -0
  110. package/src/components/Dialog/Dialog.stories.tsx +1 -0
  111. package/src/components/DialogActions/DialogActions.stories.tsx +1 -3
  112. package/src/components/DialogContent/DialogContent.stories.tsx +1 -3
  113. package/src/components/DialogContentText/DialogContentText.stories.tsx +1 -0
  114. package/src/components/DialogHeader/DialogHeader.stories.tsx +1 -0
  115. package/src/components/Divider/Divider.stories.tsx +1 -0
  116. package/src/components/DropdownButton/DropdownButton.stories.tsx +191 -0
  117. package/src/components/DropdownButton/DropdownButton.tsx +46 -0
  118. package/src/components/DropdownButton/index.ts +1 -0
  119. package/src/components/ErrorBoundary/ErrorBoundary.stories.tsx +1 -0
  120. package/src/components/Filename/Filename.stories.tsx +244 -0
  121. package/src/components/Filename/Filename.tsx +57 -0
  122. package/src/components/Filename/index.ts +1 -0
  123. package/src/components/Filename/styles.ts +18 -0
  124. package/src/components/Filename/useLogic/index.ts +1 -0
  125. package/src/components/Filename/useLogic/useLogic.ts +36 -0
  126. package/src/components/Filename/useLogic/utils/findExtension/constants.ts +16 -0
  127. package/src/components/Filename/useLogic/utils/findExtension/findExtension.ts +17 -0
  128. package/src/components/Filename/useLogic/utils/findExtension/index.ts +1 -0
  129. package/src/components/Filename/useLogic/utils/index.ts +1 -0
  130. package/src/components/Filename/useLogic/utils/truncateString/constants.ts +1 -0
  131. package/src/components/Filename/useLogic/utils/truncateString/index.ts +1 -0
  132. package/src/components/Filename/useLogic/utils/truncateString/truncateString.ts +24 -0
  133. package/src/components/FormLabel/FormLabel.tsx +11 -0
  134. package/src/components/FormLabel/index.ts +1 -0
  135. package/src/components/FormLabel/styles.ts +6 -0
  136. package/src/components/GuidTypography/GuidTypography.stories.tsx +1 -0
  137. package/src/components/IconButton/IconButton.stories.tsx +1 -1
  138. package/src/components/IconButton/IconButton.tsx +11 -16
  139. package/src/components/IconButton/styles.ts +24 -24
  140. package/src/components/IconDropdownButton/IconDropdownButton.stories.tsx +1 -0
  141. package/src/components/InternalErrorPlaceholder/InternalErrorPlaceholder.stories.tsx +1 -0
  142. package/src/components/Link/Link.stories.tsx +1 -0
  143. package/src/components/List/List.stories.tsx +1 -0
  144. package/src/components/ListItem/ListItem.stories.tsx +1 -0
  145. package/src/components/ListItemButton/ListItemButton.stories.tsx +1 -0
  146. package/src/components/ListItemButton/ListItemButton.tsx +3 -9
  147. package/src/components/ListItemIcon/ListItemIcon.stories.tsx +1 -0
  148. package/src/components/ListItemText/ListItemText.stories.tsx +1 -0
  149. package/src/components/ListSubheader/ListSubheader.stories.tsx +1 -0
  150. package/src/components/Menu/Menu.stories.tsx +1 -0
  151. package/src/components/MenuItem/MenuItem.stories.tsx +1 -0
  152. package/src/components/MenuItem/MenuItem.tsx +1 -2
  153. package/src/components/MenuList/MenuList.stories.tsx +1 -0
  154. package/src/components/MenuList/types.ts +3 -8
  155. package/src/components/NavMenu/Item/ItemButton/ItemButton.tsx +1 -2
  156. package/src/components/NavMenu/NavMenu.stories.tsx +1 -0
  157. package/src/components/OutdatedReleasePlaceholder/OutdatedReleasePlaceholder.stories.tsx +1 -0
  158. package/src/components/OverflowTypography/OverflowTypography.stories.tsx +1 -8
  159. package/src/components/Pagination/Pagination.stories.tsx +1 -0
  160. package/src/components/Placeholder/Placeholder.stories.tsx +1 -0
  161. package/src/components/Popover/Popover.stories.tsx +1 -0
  162. package/src/components/ProgressBar/ProgressBar.stories.tsx +31 -0
  163. package/src/components/ProgressBar/ProgressBar.tsx +26 -0
  164. package/src/components/ProgressBar/index.ts +1 -0
  165. package/src/components/Radio/Icon/Icon.tsx +37 -0
  166. package/src/components/Radio/Icon/index.ts +1 -0
  167. package/src/components/Radio/Radio.stories.tsx +32 -0
  168. package/src/components/Radio/Radio.tsx +24 -0
  169. package/src/components/Radio/constants.ts +9 -0
  170. package/src/components/Radio/index.ts +1 -0
  171. package/src/components/Radio/styles.ts +70 -0
  172. package/src/components/RadioField/RadioField.stories.tsx +74 -0
  173. package/src/components/RadioField/RadioField.tsx +55 -0
  174. package/src/components/RadioField/index.ts +1 -0
  175. package/src/components/RadioField/styles.ts +10 -0
  176. package/src/components/RadioGroup/RadioGroup.stories.tsx +60 -0
  177. package/src/components/RadioGroup/RadioGroup.tsx +79 -0
  178. package/src/components/RadioGroup/RadioGroupContext/RadioGroupContext.ts +9 -0
  179. package/src/components/RadioGroup/RadioGroupContext/RadioGroupContextProvider/RadioGroupContextProvider.tsx +18 -0
  180. package/src/components/RadioGroup/RadioGroupContext/RadioGroupContextProvider/index.ts +1 -0
  181. package/src/components/RadioGroup/RadioGroupContext/index.ts +3 -0
  182. package/src/components/RadioGroup/index.ts +3 -0
  183. package/src/components/RadioGroupField/RadioGroupField.tsx +17 -0
  184. package/src/components/RadioGroupField/index.ts +1 -0
  185. package/src/components/Select/Select.stories.tsx +0 -4
  186. package/src/components/Skeleton/Skeleton.stories.tsx +78 -0
  187. package/src/components/Skeleton/Skeleton.tsx +31 -0
  188. package/src/components/Skeleton/index.ts +1 -0
  189. package/src/components/Skeleton/styles.ts +16 -0
  190. package/src/components/Switch/Switch.stories.tsx +179 -0
  191. package/src/components/Switch/Switch.tsx +14 -0
  192. package/src/components/Switch/index.ts +1 -0
  193. package/src/components/Switch/styles.ts +14 -0
  194. package/src/components/Tab/Tab.stories.tsx +53 -0
  195. package/src/components/Tab/Tab.tsx +20 -0
  196. package/src/components/Tab/index.ts +1 -0
  197. package/src/components/Tab/styles.ts +22 -0
  198. package/src/components/Tabs/Tabs.stories.tsx +74 -0
  199. package/src/components/Tabs/Tabs.tsx +27 -0
  200. package/src/components/Tabs/index.ts +1 -0
  201. package/src/components/Tabs/styles.ts +20 -0
  202. package/src/components/Tag/Tag.stories.tsx +1 -1
  203. package/src/components/TagBadge/TagBadge.stories.tsx +1 -5
  204. package/src/components/TextArea/TextArea.stories.tsx +81 -0
  205. package/src/components/TextArea/TextArea.tsx +12 -0
  206. package/src/components/TextArea/index.ts +1 -0
  207. package/src/components/TextField/TextField.stories.tsx +1 -4
  208. package/src/components/Tooltip/Tooltip.stories.tsx +1 -4
  209. package/src/components/Typography/Typography.stories.tsx +2 -4
  210. package/src/hooks/index.ts +1 -0
  211. package/src/hooks/useToggle/index.ts +1 -0
  212. package/src/hooks/useToggle/useToggle.ts +76 -0
  213. package/test.tsx +1 -0
  214. package/tsconfig.json +3 -2
@@ -1,508 +1,26 @@
1
1
 
2
2
  
3
- > @max-ts/components@0.0.1 build /Users/maksim/Projects/PET/toolkit/packages/components
3
+ > @max-ts/components@0.0.2 build /Users/maksim/Projects/PET/toolkit/packages/components
4
4
  > rslib build
5
5
 
6
6
    Rslib v0.4.1
7
7
  
8
- ready  Built in 0.56 s (cjs)
9
- ready  Built in 0.67 s (esm)
8
+ ready  Built in 0.11 s (cjs)
9
+ ready  Built in 0.11 s (esm)
10
10
  start  Generating DTS... (cjs)
11
11
  start  Generating DTS... (esm)
12
- error  Failed to emit declaration files. (cjs)
13
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Accordion/styles.ts:4:14 - error TS2742: The inferred type of 'Header' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
14
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Accordion/styles.ts:13:14 - error TS2742: The inferred type of 'ContentWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
15
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Accordion/styles.ts:21:14 - error TS2742: The inferred type of 'Summary' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
16
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Accordion/styles.ts:25:14 - error TS2742: The inferred type of 'ChevronWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
17
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/ActionCell/styles.ts:3:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
18
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Autocomplete/styles.ts:4:14 - error TS2742: The inferred type of 'StyledMenuItem' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
19
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Badge/styles.ts:70:14 - error TS2742: The inferred type of 'StyledBadge' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
20
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/BottomDrawer/styles.ts:13:14 - error TS2742: The inferred type of 'StyledDrawer' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
21
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/BottomDrawer/styles.ts:26:14 - error TS2742: The inferred type of 'Header' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
22
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/BottomDrawer/styles.ts:38:14 - error TS2742: The inferred type of 'HeaderTitle' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
23
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/BottomDrawer/styles.ts:42:14 - error TS2742: The inferred type of 'Body' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
24
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Button/styles.ts:7:14 - error TS2742: The inferred type of 'StyledButton' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
25
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Button/styles.ts:17:14 - error TS2742: The inferred type of 'StyledCircularProgress' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
26
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Checkbox/styles.ts:22:14 - error TS2742: The inferred type of 'StyledCheckbox' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
27
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/CheckboxField/styles.ts:8:14 - error TS2742: The inferred type of 'StyledFormControlledLabel' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
28
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/CheckboxField/styles.ts:15:14 - error TS2742: The inferred type of 'StyledCheckbox' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
29
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Chevron/styles.tsx:7:14 - error TS2742: The inferred type of 'ChevronIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
30
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/ConfirmAction/styles.ts:4:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
31
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/ConfirmAction/styles.ts:9:14 - error TS2742: The inferred type of 'StyledTypography' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
32
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/ConfirmAction/styles.ts:13:14 - error TS2742: The inferred type of 'Actions' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
33
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Container/styles.ts:26:14 - error TS2742: The inferred type of 'ContainerRoot' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
34
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/ContentState/styles.ts:3:14 - error TS2742: The inferred type of 'LoadingContainer' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
35
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/CopyTypography/styles.ts:5:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
36
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/CopyTypography/styles.ts:16:14 - error TS2742: The inferred type of 'StyledCopyIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
37
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Body/styles.tsx:4:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
38
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Cell/styles.ts:12:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
39
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Head/styles.ts:4:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
40
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Head/styles.ts:15:14 - error TS2742: The inferred type of 'CheckboxCell' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
41
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/HeadCell/styles.ts:13:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
42
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/HeadCell/styles.ts:31:14 - error TS2742: The inferred type of 'StyledTypography' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
43
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Loader/styles.ts:5:14 - error TS2742: The inferred type of 'Backdrop' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
44
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Loader/styles.ts:16:14 - error TS2742: The inferred type of 'StyledDivider' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
45
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Loader/styles.ts:20:14 - error TS2742: The inferred type of 'LoaderWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
46
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Loader/styles.ts:24:14 - error TS2742: The inferred type of 'StyledLinearProgress' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
47
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/NestedChildren/styles.ts:6:14 - error TS2742: The inferred type of 'NestedRows' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
48
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/NestedChildren/styles.ts:38:14 - error TS2742: The inferred type of 'MoreButtonRow' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
49
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/NestedChildren/styles.ts:72:14 - error TS2742: The inferred type of 'MoreButton' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
50
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/styles.ts:9:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
51
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/styles.ts:35:14 - error TS2742: The inferred type of 'ContentWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
52
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/styles.ts:82:14 - error TS2742: The inferred type of 'CellStyled' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
53
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/styles.ts:86:14 - error TS2742: The inferred type of 'CheckboxCell' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
54
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/styles.ts:95:14 - error TS2742: The inferred type of 'CollapseCell' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
55
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/styles.ts:103:14 - error TS2742: The inferred type of 'CollapseButton' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
56
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/styles.ts:114:14 - error TS2742: The inferred type of 'ChevronIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
57
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/styles.ts:3:14 - error TS2742: The inferred type of 'Container' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
58
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/styles.ts:18:14 - error TS2742: The inferred type of 'DataGridWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
59
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/styles.ts:26:14 - error TS2742: The inferred type of 'DisabledDataGridWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
60
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridActionCell/styles.ts:3:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
61
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/Body/styles.ts:3:14 - error TS2742: The inferred type of 'StyledBody' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
62
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/Cell/styles.ts:3:14 - error TS2742: The inferred type of 'StyledCell' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
63
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/Head/styles.ts:3:14 - error TS2742: The inferred type of 'StyledHead' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
64
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/HeadCell/styles.ts:3:14 - error TS2742: The inferred type of 'StyledHeadCell' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
65
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/Row/styles.ts:3:14 - error TS2742: The inferred type of 'StyledRow' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
66
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/State/styles.ts:3:14 - error TS2742: The inferred type of 'Container' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
67
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/styles.ts:4:14 - error TS2742: The inferred type of 'Container' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
68
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/styles.ts:17:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
69
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridPagination/styles.ts:5:14 - error TS2742: The inferred type of 'PaginationWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
70
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridPagination/styles.ts:14:14 - error TS2742: The inferred type of 'Range' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
71
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridPagination/styles.ts:18:14 - error TS2742: The inferred type of 'RangeWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
72
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Description/Name/styles.ts:7:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
73
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Description/Name/styles.ts:17:14 - error TS2742: The inferred type of 'DashedSeparator' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
74
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Description/styles.ts:3:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
75
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Description/Value/styles.ts:16:14 - error TS2742: The inferred type of 'StyledTypography' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
76
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Description/Value/styles.ts:38:14 - error TS2742: The inferred type of 'StyledCopyTypography' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
77
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Description/Value/styles.ts:58:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
78
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DescriptionList/styles.ts:13:14 - error TS2742: The inferred type of 'StyledDescriptionName' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
79
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DescriptionList/styles.ts:27:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
80
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DescriptionList/styles.ts:47:14 - error TS2742: The inferred type of 'ListWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
81
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DescriptionList/styles.ts:61:14 - error TS2742: The inferred type of 'StyledDescriptionValue' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
82
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Dialog/styles.ts:16:14 - error TS2742: The inferred type of 'StyledDialog' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
83
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DialogActions/styles.ts:4:14 - error TS2742: The inferred type of 'StyledDialogActions' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
84
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DialogActions/styles.ts:12:14 - error TS2742: The inferred type of 'StyledGrid' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
85
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DialogContent/styles.ts:7:14 - error TS2742: The inferred type of 'StyledDialogContent' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
86
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DialogContentText/styles.ts:6:14 - error TS2742: The inferred type of 'StyledDialogContentText' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
87
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DialogHeader/styles.ts:15:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
88
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DialogHeader/styles.ts:49:14 - error TS2742: The inferred type of 'HeaderContent' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
89
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/FormControlLabel/styles.ts:5:14 - error TS2742: The inferred type of 'StyledFormControlLabel' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
90
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/FormHelperText/FormHelperTextContent/styles.ts:18:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
91
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/FormHelperText/FormHelperTextContent/styles.ts:34:14 - error TS2742: The inferred type of 'SuccessIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
92
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/FormHelperText/FormHelperTextContent/styles.ts:38:14 - error TS2742: The inferred type of 'ErrorIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
93
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/FormHelperText/FormHelperTextContent/styles.ts:42:14 - error TS2742: The inferred type of 'Message' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
94
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/IconButton/styles.ts:8:14 - error TS2742: The inferred type of 'StyledButton' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
95
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/IconButton/styles.ts:8:14 - error TS2742: The inferred type of 'StyledButton' cannot be named without a reference to '.pnpm/@mui+types@7.2.21_@types+react@19.0.8/node_modules/@mui/types'. This is likely not portable. A type annotation is necessary.
96
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Link/styles.ts:3:14 - error TS2742: The inferred type of 'StyledLink' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
97
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/ListItemIcon/styles.ts:3:14 - error TS2742: The inferred type of 'StyledListItemIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
98
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/MenuList/styles.ts:3:14 - error TS2742: The inferred type of 'StyledMenuList' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
99
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/NavMenu/Item/ItemButton/styles.ts:8:14 - error TS2742: The inferred type of 'StyledListItemButton' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
100
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/NavMenu/Item/ItemButton/styles.ts:112:14 - error TS2742: The inferred type of 'NavMenuItemButtonIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
101
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/NavMenu/Item/ItemButton/styles.ts:116:14 - error TS2742: The inferred type of 'NavMenuItemButtonText' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
102
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/NavMenu/Item/ItemButton/styles.ts:126:14 - error TS2742: The inferred type of 'NavMenuItemButtonChevron' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
103
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/OverflowTypography/styles.ts:11:14 - error TS2742: The inferred type of 'StyledTypography' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
104
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/OverflowTypography/styles.ts:30:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
105
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/Image/Image.tsx:14:14 - error TS2742: The inferred type of 'Image' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
106
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/Image/Image.tsx:16:14 - error TS2742: The inferred type of 'setDefaultImageStyles' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
107
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/Image/styles.ts:5:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
108
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/styles.ts:15:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
109
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/styles.ts:39:14 - error TS2742: The inferred type of 'InnerContainer' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
110
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/styles.ts:46:14 - error TS2742: The inferred type of 'Title' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
111
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/styles.ts:63:14 - error TS2742: The inferred type of 'Description' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
112
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/styles.ts:80:14 - error TS2742: The inferred type of 'Footer' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
113
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/SearchField/styles.ts:6:14 - error TS2742: The inferred type of 'StyledSearchIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
114
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/SearchField/styles.ts:10:14 - error TS2742: The inferred type of 'StyledIconButton' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
115
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/SearchField/styles.ts:26:14 - error TS2742: The inferred type of 'StyledTextField' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
116
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/SearchField/styles.ts:33:14 - error TS2742: The inferred type of 'StyledCloseFillSm' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
117
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Select/styles.ts:7:14 - error TS2742: The inferred type of 'ProgressWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
118
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Select/styles.ts:21:14 - error TS2742: The inferred type of 'Placeholder' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
119
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Select/styles.ts:25:14 - error TS2742: The inferred type of 'StyledIconButton' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
120
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Select/styles.ts:42:14 - error TS2742: The inferred type of 'StyledCloseFillSm' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
121
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Select/styles.ts:49:14 - error TS2742: The inferred type of 'EndAdornmentWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
122
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Tag/styles.ts:242:14 - error TS2742: The inferred type of 'StyledTag' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
123
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Tag/styles.ts:328:14 - error TS2742: The inferred type of 'LabelContainer' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
124
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/TagBadge/styles.ts:4:14 - error TS2742: The inferred type of 'StyledBadge' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
125
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/TagsList/styles.ts:3:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
126
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/TagsList/Tag/styles.ts:8:14 - error TS2742: The inferred type of 'StyledTag' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
127
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Tooltip/styles.tsx:17:14 - error TS2742: The inferred type of 'StyledTooltip' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
128
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Tooltip/styles.tsx:62:14 - error TS2742: The inferred type of 'ContentWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
129
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/theme/typography.ts:72:14 - error TS2742: The inferred type of 'getTypography' cannot be named without a reference to '.pnpm/csstype@3.1.3/node_modules/csstype'. This is likely not portable. A type annotation is necessary.
130
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Accordion/styles.ts:4:14 - error TS2742: The inferred type of 'Header' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
131
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Accordion/styles.ts:13:14 - error TS2742: The inferred type of 'ContentWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
132
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Accordion/styles.ts:21:14 - error TS2742: The inferred type of 'Summary' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
133
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Accordion/styles.ts:25:14 - error TS2742: The inferred type of 'ChevronWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
134
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/ActionCell/styles.ts:3:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
135
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Autocomplete/styles.ts:4:14 - error TS2742: The inferred type of 'StyledMenuItem' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
136
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Badge/styles.ts:70:14 - error TS2742: The inferred type of 'StyledBadge' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
137
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/BottomDrawer/styles.ts:13:14 - error TS2742: The inferred type of 'StyledDrawer' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
138
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/BottomDrawer/styles.ts:26:14 - error TS2742: The inferred type of 'Header' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
139
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/BottomDrawer/styles.ts:38:14 - error TS2742: The inferred type of 'HeaderTitle' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
140
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/BottomDrawer/styles.ts:42:14 - error TS2742: The inferred type of 'Body' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
141
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Button/styles.ts:7:14 - error TS2742: The inferred type of 'StyledButton' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
142
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Button/styles.ts:17:14 - error TS2742: The inferred type of 'StyledCircularProgress' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
143
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Checkbox/styles.ts:22:14 - error TS2742: The inferred type of 'StyledCheckbox' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
144
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/CheckboxField/styles.ts:8:14 - error TS2742: The inferred type of 'StyledFormControlledLabel' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
145
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/CheckboxField/styles.ts:15:14 - error TS2742: The inferred type of 'StyledCheckbox' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
146
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Chevron/styles.tsx:7:14 - error TS2742: The inferred type of 'ChevronIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
147
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/ConfirmAction/styles.ts:4:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
148
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/ConfirmAction/styles.ts:9:14 - error TS2742: The inferred type of 'StyledTypography' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
149
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/ConfirmAction/styles.ts:13:14 - error TS2742: The inferred type of 'Actions' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
150
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Container/styles.ts:26:14 - error TS2742: The inferred type of 'ContainerRoot' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
151
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/ContentState/styles.ts:3:14 - error TS2742: The inferred type of 'LoadingContainer' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
152
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/CopyTypography/styles.ts:5:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
153
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/CopyTypography/styles.ts:16:14 - error TS2742: The inferred type of 'StyledCopyIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
154
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Body/styles.tsx:4:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
155
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Cell/styles.ts:12:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
156
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Head/styles.ts:4:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
157
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Head/styles.ts:15:14 - error TS2742: The inferred type of 'CheckboxCell' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
158
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/HeadCell/styles.ts:13:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
159
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/HeadCell/styles.ts:31:14 - error TS2742: The inferred type of 'StyledTypography' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
160
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Loader/styles.ts:5:14 - error TS2742: The inferred type of 'Backdrop' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
161
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Loader/styles.ts:16:14 - error TS2742: The inferred type of 'StyledDivider' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
162
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Loader/styles.ts:20:14 - error TS2742: The inferred type of 'LoaderWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
163
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Loader/styles.ts:24:14 - error TS2742: The inferred type of 'StyledLinearProgress' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
164
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/NestedChildren/styles.ts:6:14 - error TS2742: The inferred type of 'NestedRows' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
165
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/NestedChildren/styles.ts:38:14 - error TS2742: The inferred type of 'MoreButtonRow' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
166
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/NestedChildren/styles.ts:72:14 - error TS2742: The inferred type of 'MoreButton' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
167
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/styles.ts:9:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
168
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/styles.ts:35:14 - error TS2742: The inferred type of 'ContentWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
169
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/styles.ts:82:14 - error TS2742: The inferred type of 'CellStyled' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
170
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/styles.ts:86:14 - error TS2742: The inferred type of 'CheckboxCell' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
171
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/styles.ts:95:14 - error TS2742: The inferred type of 'CollapseCell' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
172
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/styles.ts:103:14 - error TS2742: The inferred type of 'CollapseButton' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
173
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/styles.ts:114:14 - error TS2742: The inferred type of 'ChevronIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
174
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/styles.ts:3:14 - error TS2742: The inferred type of 'Container' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
175
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/styles.ts:18:14 - error TS2742: The inferred type of 'DataGridWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
176
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/styles.ts:26:14 - error TS2742: The inferred type of 'DisabledDataGridWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
177
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridActionCell/styles.ts:3:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
178
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/Body/styles.ts:3:14 - error TS2742: The inferred type of 'StyledBody' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
179
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/Cell/styles.ts:3:14 - error TS2742: The inferred type of 'StyledCell' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
180
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/Head/styles.ts:3:14 - error TS2742: The inferred type of 'StyledHead' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
181
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/HeadCell/styles.ts:3:14 - error TS2742: The inferred type of 'StyledHeadCell' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
182
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/Row/styles.ts:3:14 - error TS2742: The inferred type of 'StyledRow' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
183
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/State/styles.ts:3:14 - error TS2742: The inferred type of 'Container' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
184
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/styles.ts:4:14 - error TS2742: The inferred type of 'Container' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
185
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/styles.ts:17:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
186
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridPagination/styles.ts:5:14 - error TS2742: The inferred type of 'PaginationWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
187
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridPagination/styles.ts:14:14 - error TS2742: The inferred type of 'Range' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
188
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridPagination/styles.ts:18:14 - error TS2742: The inferred type of 'RangeWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
189
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Description/Name/styles.ts:7:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
190
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Description/Name/styles.ts:17:14 - error TS2742: The inferred type of 'DashedSeparator' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
191
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Description/Value/styles.ts:16:14 - error TS2742: The inferred type of 'StyledTypography' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
192
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Description/Value/styles.ts:38:14 - error TS2742: The inferred type of 'StyledCopyTypography' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
193
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Description/Value/styles.ts:58:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
194
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Description/styles.ts:3:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
195
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DescriptionList/styles.ts:13:14 - error TS2742: The inferred type of 'StyledDescriptionName' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
196
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DescriptionList/styles.ts:27:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
197
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DescriptionList/styles.ts:47:14 - error TS2742: The inferred type of 'ListWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
198
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DescriptionList/styles.ts:61:14 - error TS2742: The inferred type of 'StyledDescriptionValue' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
199
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Dialog/styles.ts:16:14 - error TS2742: The inferred type of 'StyledDialog' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
200
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DialogActions/styles.ts:4:14 - error TS2742: The inferred type of 'StyledDialogActions' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
201
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DialogActions/styles.ts:12:14 - error TS2742: The inferred type of 'StyledGrid' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
202
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DialogContent/styles.ts:7:14 - error TS2742: The inferred type of 'StyledDialogContent' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
203
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DialogContentText/styles.ts:6:14 - error TS2742: The inferred type of 'StyledDialogContentText' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
204
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DialogHeader/styles.ts:15:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
205
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DialogHeader/styles.ts:49:14 - error TS2742: The inferred type of 'HeaderContent' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
206
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/FormControlLabel/styles.ts:5:14 - error TS2742: The inferred type of 'StyledFormControlLabel' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
207
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/FormHelperText/FormHelperTextContent/styles.ts:18:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
208
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/FormHelperText/FormHelperTextContent/styles.ts:34:14 - error TS2742: The inferred type of 'SuccessIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
209
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/FormHelperText/FormHelperTextContent/styles.ts:38:14 - error TS2742: The inferred type of 'ErrorIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
210
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/FormHelperText/FormHelperTextContent/styles.ts:42:14 - error TS2742: The inferred type of 'Message' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
211
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/IconButton/styles.ts:8:14 - error TS2742: The inferred type of 'StyledButton' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
212
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/IconButton/styles.ts:8:14 - error TS2742: The inferred type of 'StyledButton' cannot be named without a reference to '.pnpm/@mui+types@7.2.21_@types+react@19.0.8/node_modules/@mui/types'. This is likely not portable. A type annotation is necessary.
213
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Link/styles.ts:3:14 - error TS2742: The inferred type of 'StyledLink' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
214
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/ListItemIcon/styles.ts:3:14 - error TS2742: The inferred type of 'StyledListItemIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
215
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/MenuList/styles.ts:3:14 - error TS2742: The inferred type of 'StyledMenuList' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
216
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/NavMenu/Item/ItemButton/styles.ts:8:14 - error TS2742: The inferred type of 'StyledListItemButton' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
217
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/NavMenu/Item/ItemButton/styles.ts:112:14 - error TS2742: The inferred type of 'NavMenuItemButtonIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
218
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/NavMenu/Item/ItemButton/styles.ts:116:14 - error TS2742: The inferred type of 'NavMenuItemButtonText' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
219
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/NavMenu/Item/ItemButton/styles.ts:126:14 - error TS2742: The inferred type of 'NavMenuItemButtonChevron' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
220
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/OverflowTypography/styles.ts:11:14 - error TS2742: The inferred type of 'StyledTypography' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
221
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/OverflowTypography/styles.ts:30:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
222
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/Image/Image.tsx:14:14 - error TS2742: The inferred type of 'Image' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
223
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/Image/Image.tsx:16:14 - error TS2742: The inferred type of 'setDefaultImageStyles' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
224
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/Image/styles.ts:5:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
225
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/styles.ts:15:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
226
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/styles.ts:39:14 - error TS2742: The inferred type of 'InnerContainer' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
227
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/styles.ts:46:14 - error TS2742: The inferred type of 'Title' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
228
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/styles.ts:63:14 - error TS2742: The inferred type of 'Description' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
229
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/styles.ts:80:14 - error TS2742: The inferred type of 'Footer' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
230
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/SearchField/styles.ts:6:14 - error TS2742: The inferred type of 'StyledSearchIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
231
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/SearchField/styles.ts:10:14 - error TS2742: The inferred type of 'StyledIconButton' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
232
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/SearchField/styles.ts:26:14 - error TS2742: The inferred type of 'StyledTextField' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
233
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/SearchField/styles.ts:33:14 - error TS2742: The inferred type of 'StyledCloseFillSm' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
234
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Select/styles.ts:7:14 - error TS2742: The inferred type of 'ProgressWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
235
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Select/styles.ts:21:14 - error TS2742: The inferred type of 'Placeholder' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
236
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Select/styles.ts:25:14 - error TS2742: The inferred type of 'StyledIconButton' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
237
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Select/styles.ts:42:14 - error TS2742: The inferred type of 'StyledCloseFillSm' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
238
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Select/styles.ts:49:14 - error TS2742: The inferred type of 'EndAdornmentWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
239
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Tag/styles.ts:242:14 - error TS2742: The inferred type of 'StyledTag' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
240
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Tag/styles.ts:328:14 - error TS2742: The inferred type of 'LabelContainer' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
241
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/TagBadge/styles.ts:4:14 - error TS2742: The inferred type of 'StyledBadge' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
242
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/TagsList/Tag/styles.ts:8:14 - error TS2742: The inferred type of 'StyledTag' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
243
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/TagsList/styles.ts:3:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
244
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Tooltip/styles.tsx:17:14 - error TS2742: The inferred type of 'StyledTooltip' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
245
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Tooltip/styles.tsx:62:14 - error TS2742: The inferred type of 'ContentWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
246
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/theme/typography.ts:72:14 - error TS2742: The inferred type of 'getTypography' cannot be named without a reference to '.pnpm/csstype@3.1.3/node_modules/csstype'. This is likely not portable. A type annotation is necessary.
247
- error  DTS generation failed
248
-  at handleDiagnosticsAndProcessFiles (file:///Users/maksim/Projects/PET/toolkit/node_modules/.pnpm/rsbuild-plugin-dts@0.4.1_@rsbuild+core@1.2.8_typescript@5.7.3/node_modules/rsbuild-plugin-dts/dist/tsc.js:16:15)
249
- at async emitDts (file:///Users/maksim/Projects/PET/toolkit/node_modules/.pnpm/rsbuild-plugin-dts@0.4.1_@rsbuild+core@1.2.8_typescript@5.7.3/node_modules/rsbuild-plugin-dts/dist/tsc.js:115:13)
250
- at async generateDts (file:///Users/maksim/Projects/PET/toolkit/node_modules/.pnpm/rsbuild-plugin-dts@0.4.1_@rsbuild+core@1.2.8_typescript@5.7.3/node_modules/rsbuild-plugin-dts/dist/dts.js:105:5)
251
- at async process.<anonymous> (file:///Users/maksim/Projects/PET/toolkit/node_modules/.pnpm/rsbuild-plugin-dts@0.4.1_@rsbuild+core@1.2.8_typescript@5.7.3/node_modules/rsbuild-plugin-dts/dist/dts.js:120:9)
252
- error  Failed to emit declaration files. (esm)
253
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Accordion/styles.ts:4:14 - error TS2742: The inferred type of 'Header' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
254
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Accordion/styles.ts:13:14 - error TS2742: The inferred type of 'ContentWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
255
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Accordion/styles.ts:21:14 - error TS2742: The inferred type of 'Summary' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
256
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Accordion/styles.ts:25:14 - error TS2742: The inferred type of 'ChevronWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
257
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/ActionCell/styles.ts:3:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
258
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Autocomplete/styles.ts:4:14 - error TS2742: The inferred type of 'StyledMenuItem' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
259
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Badge/styles.ts:70:14 - error TS2742: The inferred type of 'StyledBadge' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
260
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/BottomDrawer/styles.ts:13:14 - error TS2742: The inferred type of 'StyledDrawer' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
261
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/BottomDrawer/styles.ts:26:14 - error TS2742: The inferred type of 'Header' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
262
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/BottomDrawer/styles.ts:38:14 - error TS2742: The inferred type of 'HeaderTitle' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
263
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/BottomDrawer/styles.ts:42:14 - error TS2742: The inferred type of 'Body' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
264
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Button/styles.ts:7:14 - error TS2742: The inferred type of 'StyledButton' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
265
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Button/styles.ts:17:14 - error TS2742: The inferred type of 'StyledCircularProgress' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
266
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Checkbox/styles.ts:22:14 - error TS2742: The inferred type of 'StyledCheckbox' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
267
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/CheckboxField/styles.ts:8:14 - error TS2742: The inferred type of 'StyledFormControlledLabel' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
268
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/CheckboxField/styles.ts:15:14 - error TS2742: The inferred type of 'StyledCheckbox' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
269
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Chevron/styles.tsx:7:14 - error TS2742: The inferred type of 'ChevronIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
270
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/ConfirmAction/styles.ts:4:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
271
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/ConfirmAction/styles.ts:9:14 - error TS2742: The inferred type of 'StyledTypography' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
272
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/ConfirmAction/styles.ts:13:14 - error TS2742: The inferred type of 'Actions' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
273
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Container/styles.ts:26:14 - error TS2742: The inferred type of 'ContainerRoot' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
274
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/ContentState/styles.ts:3:14 - error TS2742: The inferred type of 'LoadingContainer' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
275
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/CopyTypography/styles.ts:5:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
276
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/CopyTypography/styles.ts:16:14 - error TS2742: The inferred type of 'StyledCopyIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
277
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Body/styles.tsx:4:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
278
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Cell/styles.ts:12:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
279
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Head/styles.ts:4:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
280
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Head/styles.ts:15:14 - error TS2742: The inferred type of 'CheckboxCell' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
281
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/HeadCell/styles.ts:13:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
282
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/HeadCell/styles.ts:31:14 - error TS2742: The inferred type of 'StyledTypography' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
283
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Loader/styles.ts:5:14 - error TS2742: The inferred type of 'Backdrop' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
284
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Loader/styles.ts:16:14 - error TS2742: The inferred type of 'StyledDivider' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
285
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Loader/styles.ts:20:14 - error TS2742: The inferred type of 'LoaderWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
286
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Loader/styles.ts:24:14 - error TS2742: The inferred type of 'StyledLinearProgress' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
287
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/NestedChildren/styles.ts:6:14 - error TS2742: The inferred type of 'NestedRows' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
288
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/NestedChildren/styles.ts:38:14 - error TS2742: The inferred type of 'MoreButtonRow' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
289
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/NestedChildren/styles.ts:72:14 - error TS2742: The inferred type of 'MoreButton' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
290
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/styles.ts:9:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
291
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/styles.ts:35:14 - error TS2742: The inferred type of 'ContentWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
292
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/styles.ts:82:14 - error TS2742: The inferred type of 'CellStyled' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
293
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/styles.ts:86:14 - error TS2742: The inferred type of 'CheckboxCell' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
294
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/styles.ts:95:14 - error TS2742: The inferred type of 'CollapseCell' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
295
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/styles.ts:103:14 - error TS2742: The inferred type of 'CollapseButton' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
296
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/styles.ts:114:14 - error TS2742: The inferred type of 'ChevronIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
297
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/styles.ts:3:14 - error TS2742: The inferred type of 'Container' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
298
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/styles.ts:18:14 - error TS2742: The inferred type of 'DataGridWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
299
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/styles.ts:26:14 - error TS2742: The inferred type of 'DisabledDataGridWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
300
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridActionCell/styles.ts:3:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
301
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/Body/styles.ts:3:14 - error TS2742: The inferred type of 'StyledBody' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
302
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/Cell/styles.ts:3:14 - error TS2742: The inferred type of 'StyledCell' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
303
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/Head/styles.ts:3:14 - error TS2742: The inferred type of 'StyledHead' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
304
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/HeadCell/styles.ts:3:14 - error TS2742: The inferred type of 'StyledHeadCell' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
305
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/Row/styles.ts:3:14 - error TS2742: The inferred type of 'StyledRow' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
306
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/State/styles.ts:3:14 - error TS2742: The inferred type of 'Container' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
307
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/styles.ts:4:14 - error TS2742: The inferred type of 'Container' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
308
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/styles.ts:17:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
309
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridPagination/styles.ts:5:14 - error TS2742: The inferred type of 'PaginationWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
310
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridPagination/styles.ts:14:14 - error TS2742: The inferred type of 'Range' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
311
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridPagination/styles.ts:18:14 - error TS2742: The inferred type of 'RangeWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
312
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Description/Name/styles.ts:7:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
313
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Description/Name/styles.ts:17:14 - error TS2742: The inferred type of 'DashedSeparator' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
314
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Description/styles.ts:3:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
315
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Description/Value/styles.ts:16:14 - error TS2742: The inferred type of 'StyledTypography' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
316
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Description/Value/styles.ts:38:14 - error TS2742: The inferred type of 'StyledCopyTypography' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
317
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Description/Value/styles.ts:58:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
318
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DescriptionList/styles.ts:13:14 - error TS2742: The inferred type of 'StyledDescriptionName' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
319
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DescriptionList/styles.ts:27:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
320
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DescriptionList/styles.ts:47:14 - error TS2742: The inferred type of 'ListWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
321
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DescriptionList/styles.ts:61:14 - error TS2742: The inferred type of 'StyledDescriptionValue' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
322
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Dialog/styles.ts:16:14 - error TS2742: The inferred type of 'StyledDialog' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
323
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DialogActions/styles.ts:4:14 - error TS2742: The inferred type of 'StyledDialogActions' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
324
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DialogActions/styles.ts:12:14 - error TS2742: The inferred type of 'StyledGrid' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
325
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DialogContent/styles.ts:7:14 - error TS2742: The inferred type of 'StyledDialogContent' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
326
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DialogContentText/styles.ts:6:14 - error TS2742: The inferred type of 'StyledDialogContentText' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
327
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DialogHeader/styles.ts:15:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
328
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DialogHeader/styles.ts:49:14 - error TS2742: The inferred type of 'HeaderContent' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
329
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/FormControlLabel/styles.ts:5:14 - error TS2742: The inferred type of 'StyledFormControlLabel' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
330
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/FormHelperText/FormHelperTextContent/styles.ts:18:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
331
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/FormHelperText/FormHelperTextContent/styles.ts:34:14 - error TS2742: The inferred type of 'SuccessIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
332
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/FormHelperText/FormHelperTextContent/styles.ts:38:14 - error TS2742: The inferred type of 'ErrorIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
333
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/FormHelperText/FormHelperTextContent/styles.ts:42:14 - error TS2742: The inferred type of 'Message' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
334
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/IconButton/styles.ts:8:14 - error TS2742: The inferred type of 'StyledButton' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
335
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/IconButton/styles.ts:8:14 - error TS2742: The inferred type of 'StyledButton' cannot be named without a reference to '.pnpm/@mui+types@7.2.21_@types+react@19.0.8/node_modules/@mui/types'. This is likely not portable. A type annotation is necessary.
336
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Link/styles.ts:3:14 - error TS2742: The inferred type of 'StyledLink' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
337
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/ListItemIcon/styles.ts:3:14 - error TS2742: The inferred type of 'StyledListItemIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
338
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/MenuList/styles.ts:3:14 - error TS2742: The inferred type of 'StyledMenuList' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
339
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/NavMenu/Item/ItemButton/styles.ts:8:14 - error TS2742: The inferred type of 'StyledListItemButton' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
340
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/NavMenu/Item/ItemButton/styles.ts:112:14 - error TS2742: The inferred type of 'NavMenuItemButtonIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
341
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/NavMenu/Item/ItemButton/styles.ts:116:14 - error TS2742: The inferred type of 'NavMenuItemButtonText' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
342
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/NavMenu/Item/ItemButton/styles.ts:126:14 - error TS2742: The inferred type of 'NavMenuItemButtonChevron' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
343
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/OverflowTypography/styles.ts:11:14 - error TS2742: The inferred type of 'StyledTypography' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
344
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/OverflowTypography/styles.ts:30:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
345
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/Image/Image.tsx:14:14 - error TS2742: The inferred type of 'Image' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
346
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/Image/Image.tsx:16:14 - error TS2742: The inferred type of 'setDefaultImageStyles' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
347
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/Image/styles.ts:5:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
348
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/styles.ts:15:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
349
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/styles.ts:39:14 - error TS2742: The inferred type of 'InnerContainer' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
350
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/styles.ts:46:14 - error TS2742: The inferred type of 'Title' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
351
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/styles.ts:63:14 - error TS2742: The inferred type of 'Description' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
352
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/styles.ts:80:14 - error TS2742: The inferred type of 'Footer' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
353
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/SearchField/styles.ts:6:14 - error TS2742: The inferred type of 'StyledSearchIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
354
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/SearchField/styles.ts:10:14 - error TS2742: The inferred type of 'StyledIconButton' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
355
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/SearchField/styles.ts:26:14 - error TS2742: The inferred type of 'StyledTextField' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
356
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/SearchField/styles.ts:33:14 - error TS2742: The inferred type of 'StyledCloseFillSm' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
357
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Select/styles.ts:7:14 - error TS2742: The inferred type of 'ProgressWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
358
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Select/styles.ts:21:14 - error TS2742: The inferred type of 'Placeholder' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
359
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Select/styles.ts:25:14 - error TS2742: The inferred type of 'StyledIconButton' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
360
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Select/styles.ts:42:14 - error TS2742: The inferred type of 'StyledCloseFillSm' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
361
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Select/styles.ts:49:14 - error TS2742: The inferred type of 'EndAdornmentWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
362
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Tag/styles.ts:242:14 - error TS2742: The inferred type of 'StyledTag' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
363
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Tag/styles.ts:328:14 - error TS2742: The inferred type of 'LabelContainer' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
364
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/TagBadge/styles.ts:4:14 - error TS2742: The inferred type of 'StyledBadge' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
365
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/TagsList/styles.ts:3:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
366
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/TagsList/Tag/styles.ts:8:14 - error TS2742: The inferred type of 'StyledTag' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
367
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Tooltip/styles.tsx:17:14 - error TS2742: The inferred type of 'StyledTooltip' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
368
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Tooltip/styles.tsx:62:14 - error TS2742: The inferred type of 'ContentWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
369
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/theme/typography.ts:72:14 - error TS2742: The inferred type of 'getTypography' cannot be named without a reference to '.pnpm/csstype@3.1.3/node_modules/csstype'. This is likely not portable. A type annotation is necessary.
370
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Accordion/styles.ts:4:14 - error TS2742: The inferred type of 'Header' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
371
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Accordion/styles.ts:13:14 - error TS2742: The inferred type of 'ContentWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
372
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Accordion/styles.ts:21:14 - error TS2742: The inferred type of 'Summary' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
373
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Accordion/styles.ts:25:14 - error TS2742: The inferred type of 'ChevronWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
374
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/ActionCell/styles.ts:3:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
375
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Autocomplete/styles.ts:4:14 - error TS2742: The inferred type of 'StyledMenuItem' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
376
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Badge/styles.ts:70:14 - error TS2742: The inferred type of 'StyledBadge' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
377
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/BottomDrawer/styles.ts:13:14 - error TS2742: The inferred type of 'StyledDrawer' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
378
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/BottomDrawer/styles.ts:26:14 - error TS2742: The inferred type of 'Header' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
379
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/BottomDrawer/styles.ts:38:14 - error TS2742: The inferred type of 'HeaderTitle' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
380
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/BottomDrawer/styles.ts:42:14 - error TS2742: The inferred type of 'Body' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
381
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Button/styles.ts:7:14 - error TS2742: The inferred type of 'StyledButton' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
382
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Button/styles.ts:17:14 - error TS2742: The inferred type of 'StyledCircularProgress' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
383
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Checkbox/styles.ts:22:14 - error TS2742: The inferred type of 'StyledCheckbox' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
384
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/CheckboxField/styles.ts:8:14 - error TS2742: The inferred type of 'StyledFormControlledLabel' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
385
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/CheckboxField/styles.ts:15:14 - error TS2742: The inferred type of 'StyledCheckbox' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
386
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Chevron/styles.tsx:7:14 - error TS2742: The inferred type of 'ChevronIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
387
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/ConfirmAction/styles.ts:4:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
388
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/ConfirmAction/styles.ts:9:14 - error TS2742: The inferred type of 'StyledTypography' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
389
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/ConfirmAction/styles.ts:13:14 - error TS2742: The inferred type of 'Actions' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
390
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Container/styles.ts:26:14 - error TS2742: The inferred type of 'ContainerRoot' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
391
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/ContentState/styles.ts:3:14 - error TS2742: The inferred type of 'LoadingContainer' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
392
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/CopyTypography/styles.ts:5:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
393
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/CopyTypography/styles.ts:16:14 - error TS2742: The inferred type of 'StyledCopyIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
394
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Body/styles.tsx:4:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
395
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Cell/styles.ts:12:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
396
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Head/styles.ts:4:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
397
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Head/styles.ts:15:14 - error TS2742: The inferred type of 'CheckboxCell' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
398
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/HeadCell/styles.ts:13:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
399
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/HeadCell/styles.ts:31:14 - error TS2742: The inferred type of 'StyledTypography' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
400
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Loader/styles.ts:5:14 - error TS2742: The inferred type of 'Backdrop' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
401
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Loader/styles.ts:16:14 - error TS2742: The inferred type of 'StyledDivider' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
402
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Loader/styles.ts:20:14 - error TS2742: The inferred type of 'LoaderWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
403
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Loader/styles.ts:24:14 - error TS2742: The inferred type of 'StyledLinearProgress' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
404
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/NestedChildren/styles.ts:6:14 - error TS2742: The inferred type of 'NestedRows' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
405
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/NestedChildren/styles.ts:38:14 - error TS2742: The inferred type of 'MoreButtonRow' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
406
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/NestedChildren/styles.ts:72:14 - error TS2742: The inferred type of 'MoreButton' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
407
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/styles.ts:9:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
408
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/styles.ts:35:14 - error TS2742: The inferred type of 'ContentWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
409
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/styles.ts:82:14 - error TS2742: The inferred type of 'CellStyled' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
410
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/styles.ts:86:14 - error TS2742: The inferred type of 'CheckboxCell' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
411
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/styles.ts:95:14 - error TS2742: The inferred type of 'CollapseCell' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
412
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/styles.ts:103:14 - error TS2742: The inferred type of 'CollapseButton' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
413
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/Row/styles.ts:114:14 - error TS2742: The inferred type of 'ChevronIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
414
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/styles.ts:3:14 - error TS2742: The inferred type of 'Container' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
415
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/styles.ts:18:14 - error TS2742: The inferred type of 'DataGridWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
416
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGrid/styles.ts:26:14 - error TS2742: The inferred type of 'DisabledDataGridWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
417
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridActionCell/styles.ts:3:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
418
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/Body/styles.ts:3:14 - error TS2742: The inferred type of 'StyledBody' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
419
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/Cell/styles.ts:3:14 - error TS2742: The inferred type of 'StyledCell' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
420
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/Head/styles.ts:3:14 - error TS2742: The inferred type of 'StyledHead' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
421
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/HeadCell/styles.ts:3:14 - error TS2742: The inferred type of 'StyledHeadCell' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
422
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/Row/styles.ts:3:14 - error TS2742: The inferred type of 'StyledRow' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
423
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/State/styles.ts:3:14 - error TS2742: The inferred type of 'Container' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
424
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/styles.ts:4:14 - error TS2742: The inferred type of 'Container' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
425
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridOld/styles.ts:17:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
426
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridPagination/styles.ts:5:14 - error TS2742: The inferred type of 'PaginationWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
427
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridPagination/styles.ts:14:14 - error TS2742: The inferred type of 'Range' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
428
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DataGridPagination/styles.ts:18:14 - error TS2742: The inferred type of 'RangeWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
429
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Description/Name/styles.ts:7:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
430
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Description/Name/styles.ts:17:14 - error TS2742: The inferred type of 'DashedSeparator' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
431
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Description/Value/styles.ts:16:14 - error TS2742: The inferred type of 'StyledTypography' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
432
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Description/Value/styles.ts:38:14 - error TS2742: The inferred type of 'StyledCopyTypography' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
433
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Description/Value/styles.ts:58:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
434
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Description/styles.ts:3:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
435
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DescriptionList/styles.ts:13:14 - error TS2742: The inferred type of 'StyledDescriptionName' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
436
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DescriptionList/styles.ts:27:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
437
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DescriptionList/styles.ts:47:14 - error TS2742: The inferred type of 'ListWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
438
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DescriptionList/styles.ts:61:14 - error TS2742: The inferred type of 'StyledDescriptionValue' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
439
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Dialog/styles.ts:16:14 - error TS2742: The inferred type of 'StyledDialog' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
440
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DialogActions/styles.ts:4:14 - error TS2742: The inferred type of 'StyledDialogActions' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
441
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DialogActions/styles.ts:12:14 - error TS2742: The inferred type of 'StyledGrid' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
442
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DialogContent/styles.ts:7:14 - error TS2742: The inferred type of 'StyledDialogContent' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
443
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DialogContentText/styles.ts:6:14 - error TS2742: The inferred type of 'StyledDialogContentText' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
444
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DialogHeader/styles.ts:15:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
445
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/DialogHeader/styles.ts:49:14 - error TS2742: The inferred type of 'HeaderContent' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
446
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/FormControlLabel/styles.ts:5:14 - error TS2742: The inferred type of 'StyledFormControlLabel' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
447
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/FormHelperText/FormHelperTextContent/styles.ts:18:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
448
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/FormHelperText/FormHelperTextContent/styles.ts:34:14 - error TS2742: The inferred type of 'SuccessIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
449
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/FormHelperText/FormHelperTextContent/styles.ts:38:14 - error TS2742: The inferred type of 'ErrorIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
450
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/FormHelperText/FormHelperTextContent/styles.ts:42:14 - error TS2742: The inferred type of 'Message' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
451
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/IconButton/styles.ts:8:14 - error TS2742: The inferred type of 'StyledButton' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
452
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/IconButton/styles.ts:8:14 - error TS2742: The inferred type of 'StyledButton' cannot be named without a reference to '.pnpm/@mui+types@7.2.21_@types+react@19.0.8/node_modules/@mui/types'. This is likely not portable. A type annotation is necessary.
453
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Link/styles.ts:3:14 - error TS2742: The inferred type of 'StyledLink' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
454
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/ListItemIcon/styles.ts:3:14 - error TS2742: The inferred type of 'StyledListItemIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
455
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/MenuList/styles.ts:3:14 - error TS2742: The inferred type of 'StyledMenuList' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
456
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/NavMenu/Item/ItemButton/styles.ts:8:14 - error TS2742: The inferred type of 'StyledListItemButton' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
457
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/NavMenu/Item/ItemButton/styles.ts:112:14 - error TS2742: The inferred type of 'NavMenuItemButtonIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
458
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/NavMenu/Item/ItemButton/styles.ts:116:14 - error TS2742: The inferred type of 'NavMenuItemButtonText' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
459
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/NavMenu/Item/ItemButton/styles.ts:126:14 - error TS2742: The inferred type of 'NavMenuItemButtonChevron' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
460
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/OverflowTypography/styles.ts:11:14 - error TS2742: The inferred type of 'StyledTypography' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
461
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/OverflowTypography/styles.ts:30:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
462
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/Image/Image.tsx:14:14 - error TS2742: The inferred type of 'Image' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
463
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/Image/Image.tsx:16:14 - error TS2742: The inferred type of 'setDefaultImageStyles' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
464
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/Image/styles.ts:5:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
465
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/styles.ts:15:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
466
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/styles.ts:39:14 - error TS2742: The inferred type of 'InnerContainer' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
467
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/styles.ts:46:14 - error TS2742: The inferred type of 'Title' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
468
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/styles.ts:63:14 - error TS2742: The inferred type of 'Description' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
469
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Placeholder/styles.ts:80:14 - error TS2742: The inferred type of 'Footer' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
470
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/SearchField/styles.ts:6:14 - error TS2742: The inferred type of 'StyledSearchIcon' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
471
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/SearchField/styles.ts:10:14 - error TS2742: The inferred type of 'StyledIconButton' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
472
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/SearchField/styles.ts:26:14 - error TS2742: The inferred type of 'StyledTextField' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
473
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/SearchField/styles.ts:33:14 - error TS2742: The inferred type of 'StyledCloseFillSm' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
474
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Select/styles.ts:7:14 - error TS2742: The inferred type of 'ProgressWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
475
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Select/styles.ts:21:14 - error TS2742: The inferred type of 'Placeholder' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
476
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Select/styles.ts:25:14 - error TS2742: The inferred type of 'StyledIconButton' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
477
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Select/styles.ts:42:14 - error TS2742: The inferred type of 'StyledCloseFillSm' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
478
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Select/styles.ts:49:14 - error TS2742: The inferred type of 'EndAdornmentWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
479
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Tag/styles.ts:242:14 - error TS2742: The inferred type of 'StyledTag' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
480
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Tag/styles.ts:328:14 - error TS2742: The inferred type of 'LabelContainer' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
481
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/TagBadge/styles.ts:4:14 - error TS2742: The inferred type of 'StyledBadge' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
482
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/TagsList/Tag/styles.ts:8:14 - error TS2742: The inferred type of 'StyledTag' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
483
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/TagsList/styles.ts:3:14 - error TS2742: The inferred type of 'Wrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
484
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Tooltip/styles.tsx:17:14 - error TS2742: The inferred type of 'StyledTooltip' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
485
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/components/Tooltip/styles.tsx:62:14 - error TS2742: The inferred type of 'ContentWrapper' cannot be named without a reference to '.pnpm/@mui+system@6.4.3_@emotion+react@11.14.0_@types+react@19.0.8_react@19.0.0__@emotion+sty_2c97e54651f464b772cc1da41b0e8d8a/node_modules/@mui/system'. This is likely not portable. A type annotation is necessary.
486
- error  /Users/maksim/Projects/PET/toolkit/packages/components/src/theme/typography.ts:72:14 - error TS2742: The inferred type of 'getTypography' cannot be named without a reference to '.pnpm/csstype@3.1.3/node_modules/csstype'. This is likely not portable. A type annotation is necessary.
487
- error  DTS generation failed
488
-  at handleDiagnosticsAndProcessFiles (file:///Users/maksim/Projects/PET/toolkit/node_modules/.pnpm/rsbuild-plugin-dts@0.4.1_@rsbuild+core@1.2.8_typescript@5.7.3/node_modules/rsbuild-plugin-dts/dist/tsc.js:16:15)
489
- at async emitDts (file:///Users/maksim/Projects/PET/toolkit/node_modules/.pnpm/rsbuild-plugin-dts@0.4.1_@rsbuild+core@1.2.8_typescript@5.7.3/node_modules/rsbuild-plugin-dts/dist/tsc.js:115:13)
490
- at async generateDts (file:///Users/maksim/Projects/PET/toolkit/node_modules/.pnpm/rsbuild-plugin-dts@0.4.1_@rsbuild+core@1.2.8_typescript@5.7.3/node_modules/rsbuild-plugin-dts/dist/dts.js:105:5)
491
- at async process.<anonymous> (file:///Users/maksim/Projects/PET/toolkit/node_modules/.pnpm/rsbuild-plugin-dts@0.4.1_@rsbuild+core@1.2.8_typescript@5.7.3/node_modules/rsbuild-plugin-dts/dist/dts.js:120:9)
12
+ start  Generating DTS... (esm)
13
+ start  Generating DTS... (cjs)
14
+ ready  DTS generated in 9.70 s (esm)
15
+ ready  DTS generated in 9.72 s (cjs)
16
+ ready  DTS generated in 9.79 s (cjs)
17
+ ready  DTS generated in 9.82 s (esm)
492
18
 
493
-  File (esm) Size Gzip 
494
- dist/index.mjs 104.0 kB
19
+  File (esm) Size Gzip 
20
+ dist/index.mjs 0.10 kB
495
21
 
496
22
   -----
497
23
 
498
-  File (cjs) Size Gzip 
499
- dist/index.js 138.3 kB 33.6 kB
24
+  File (cjs) Size Gzip 
25
+ dist/index.js 2.1 kB 0.68 kB
500
26
 
501
- error  Failed to build.
502
- error  Error occurred in cjs DTS generation
503
-  at /Users/maksim/Projects/PET/toolkit/node_modules/.pnpm/rsbuild-plugin-dts@0.4.1_@rsbuild+core@1.2.8_typescript@5.7.3/node_modules/rsbuild-plugin-dts/dist/index.js:71:41
504
- at Object.call (file:///Users/maksim/Projects/PET/toolkit/node_modules/.pnpm/@rsbuild+core@1.2.8/node_modules/@rsbuild/core/dist/index.js:1372:36)
505
- at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
506
- at async onDone (file:///Users/maksim/Projects/PET/toolkit/node_modules/.pnpm/@rsbuild+core@1.2.8/node_modules/@rsbuild/core/dist/index.js:1419:30)
507
- at async Object.fn (file:///Users/maksim/Projects/PET/toolkit/node_modules/.pnpm/@rsbuild+core@1.2.8/node_modules/@rsbuild/core/dist/index.js:1403:76)
508
-  ELIFECYCLE  Command failed with exit code 1.