@max-ts/components 0.2.4 → 0.3.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 (231) hide show
  1. package/lib/_virtual/_commonjsHelpers.mjs +6 -0
  2. package/lib/_virtual/index.mjs +5 -0
  3. package/lib/_virtual/index2.mjs +4 -0
  4. package/lib/_virtual/index3.mjs +4 -0
  5. package/lib/_virtual/index4.mjs +7 -0
  6. package/lib/_virtual/index5.mjs +4 -0
  7. package/lib/_virtual/react-is.development.mjs +4 -0
  8. package/lib/_virtual/react-is.development2.mjs +4 -0
  9. package/lib/_virtual/react-is.production.min.mjs +4 -0
  10. package/lib/_virtual/react-is.production.mjs +4 -0
  11. package/lib/components/Accordion/styles.d.ts +2 -2
  12. package/lib/components/Accordion/styles.mjs +21 -11
  13. package/lib/components/ActionCell/MainAction/MainAction.d.ts +1 -4
  14. package/lib/components/ActionCell/MainAction/MainAction.mjs +110 -44
  15. package/lib/components/ActionCell/SecondaryAction/SecondaryActions.d.ts +0 -3
  16. package/lib/components/ActionCell/styles.mjs +13 -3
  17. package/lib/components/ActionGroup/ActionGroup.d.ts +23 -0
  18. package/lib/components/ActionGroup/ActionGroup.mjs +17 -0
  19. package/lib/components/ActionGroup/MainActions/MainActions.d.ts +65 -0
  20. package/lib/components/ActionGroup/MainActions/MainActions.mjs +129 -0
  21. package/lib/components/ActionGroup/MainActions/index.d.ts +1 -0
  22. package/lib/components/ActionGroup/MainActions/styles.d.ts +13 -0
  23. package/lib/components/ActionGroup/MainActions/styles.mjs +18 -0
  24. package/lib/components/ActionGroup/SecondaryActions/SecondaryActions.d.ts +21 -0
  25. package/lib/components/ActionGroup/SecondaryActions/SecondaryActions.mjs +97 -0
  26. package/lib/components/ActionGroup/SecondaryActions/index.d.ts +1 -0
  27. package/lib/components/ActionGroup/SecondaryVisibleActions/SecondaryVisibleActions.d.ts +19 -0
  28. package/lib/components/ActionGroup/SecondaryVisibleActions/SecondaryVisibleActions.mjs +103 -0
  29. package/lib/components/ActionGroup/SecondaryVisibleActions/index.d.ts +1 -0
  30. package/lib/components/ActionGroup/SecondaryVisibleActions/styles.d.ts +9 -0
  31. package/lib/components/ActionGroup/index.d.ts +1 -0
  32. package/lib/components/ActionGroup/styles.d.ts +1 -0
  33. package/lib/components/ActionGroup/styles.mjs +18 -0
  34. package/lib/components/ActionGroup/useLogic/index.d.ts +1 -0
  35. package/lib/components/ActionGroup/useLogic/useLogic.d.ts +7 -0
  36. package/lib/components/ActionGroup/useLogic/useLogic.mjs +9 -0
  37. package/lib/components/Autocomplete/styles.mjs +13 -3
  38. package/lib/components/Badge/styles.d.ts +1 -1
  39. package/lib/components/BottomDrawer/styles.d.ts +3 -3
  40. package/lib/components/Breadcrumbs/index.d.ts +1 -0
  41. package/lib/components/Button/Button.mjs +17 -17
  42. package/lib/components/Button/constants.d.ts +1 -1
  43. package/lib/components/Button/constants.mjs +2 -2
  44. package/lib/components/Button/styles.d.ts +1 -1
  45. package/lib/components/ButtonBase/ButtonBase.d.ts +1 -0
  46. package/lib/components/ButtonBase/index.d.ts +1 -0
  47. package/lib/components/ButtonGroup/index.d.ts +1 -0
  48. package/lib/components/Card/index.d.ts +1 -0
  49. package/lib/components/CardActions/index.d.ts +1 -0
  50. package/lib/components/CardContent/index.d.ts +1 -0
  51. package/lib/components/CardHeader/index.d.ts +1 -0
  52. package/lib/components/CheckboxField/styles.mjs +15 -5
  53. package/lib/components/Chevron/styles.mjs +14 -4
  54. package/lib/components/ConfirmAction/styles.d.ts +2 -2
  55. package/lib/components/ConfirmAction/styles.mjs +17 -7
  56. package/lib/components/ConfirmDialog/styles.mjs +10 -4
  57. package/lib/components/ConfirmDialog/useLogic/useLogic.d.ts +1 -1
  58. package/lib/components/Container/styles.d.ts +1 -0
  59. package/lib/components/Container/styles.mjs +16 -13
  60. package/lib/components/ContentState/styles.mjs +13 -3
  61. package/lib/components/CopyTypography/styles.d.ts +2 -2
  62. package/lib/components/CopyTypography/styles.mjs +16 -6
  63. package/lib/components/DataGrid/Body/styles.mjs +15 -5
  64. package/lib/components/DataGrid/Cell/styles.mjs +15 -5
  65. package/lib/components/DataGrid/Head/styles.mjs +20 -10
  66. package/lib/components/DataGrid/HeadCell/styles.d.ts +2 -2
  67. package/lib/components/DataGrid/HeadCell/styles.mjs +18 -8
  68. package/lib/components/DataGrid/Row/styles.mjs +19 -9
  69. package/lib/components/DataGrid/styles.mjs +20 -10
  70. package/lib/components/DataGridActionCell/styles.mjs +13 -3
  71. package/lib/components/DataGridOld/Cell/styles.d.ts +1 -1
  72. package/lib/components/DataGridOld/HeadCell/styles.d.ts +1 -1
  73. package/lib/components/DataGridPagination/styles.d.ts +2 -2
  74. package/lib/components/DataGridPagination/styles.mjs +22 -12
  75. package/lib/components/Description/Name/styles.mjs +15 -5
  76. package/lib/components/Description/Value/styles.d.ts +10 -10
  77. package/lib/components/Description/Value/styles.mjs +83 -9
  78. package/lib/components/Description/Value/useLogic/useLogic.mjs +3 -3
  79. package/lib/components/Description/styles.mjs +13 -3
  80. package/lib/components/Description/useLogic/useLogic.d.ts +1 -1
  81. package/lib/components/DescriptionList/styles.mjs +20 -10
  82. package/lib/components/DescriptionTooltip/DescriptionTooltip.d.ts +9 -0
  83. package/lib/components/DescriptionTooltip/DescriptionTooltip.mjs +14 -0
  84. package/lib/components/DescriptionTooltip/index.d.ts +1 -0
  85. package/lib/components/DescriptionTooltip/styles.d.ts +4 -0
  86. package/lib/components/DescriptionTooltip/styles.mjs +27 -0
  87. package/lib/components/DialogContentText/styles.d.ts +1 -1
  88. package/lib/components/DialogHeader/styles.mjs +22 -12
  89. package/lib/components/Filename/styles.d.ts +2 -2
  90. package/lib/components/Filename/styles.mjs +16 -6
  91. package/lib/components/FormHelperText/FormHelperTextContent/styles.mjs +26 -16
  92. package/lib/components/FormLabel/styles.d.ts +1 -1
  93. package/lib/components/IconButton/styles.mjs +20 -14
  94. package/lib/components/Link/Link.d.ts +1 -1
  95. package/lib/components/Link/styles.d.ts +1 -1
  96. package/lib/components/ListItem/styles.d.ts +1 -1
  97. package/lib/components/MaskField/MaskField.d.ts +6 -0
  98. package/lib/components/MaskField/MaskField.mjs +10 -0
  99. package/lib/components/MaskField/index.d.ts +1 -0
  100. package/lib/components/MenuList/styles.d.ts +1 -1
  101. package/lib/components/NavMenu/Item/ItemButton/styles.d.ts +125 -125
  102. package/lib/components/OverflowTypography/styles.d.ts +4 -4
  103. package/lib/components/OverflowTypography/styles.mjs +16 -6
  104. package/lib/components/Placeholder/Image/styles.mjs +14 -4
  105. package/lib/components/Placeholder/styles.d.ts +4 -4
  106. package/lib/components/Placeholder/styles.mjs +31 -21
  107. package/lib/components/SearchField/styles.mjs +22 -12
  108. package/lib/components/Select/styles.d.ts +1 -1
  109. package/lib/components/Skeleton/styles.d.ts +1 -1
  110. package/lib/components/Skeleton/styles.mjs +7 -10
  111. package/lib/components/Slider/Slider.d.ts +2 -0
  112. package/lib/components/Slider/Slider.mjs +6 -0
  113. package/lib/components/Slider/index.d.ts +1 -0
  114. package/lib/components/Slider/styles.d.ts +1 -0
  115. package/lib/components/Slider/styles.mjs +40 -0
  116. package/lib/components/Tab/styles.d.ts +1 -1
  117. package/lib/components/Tabs/styles.mjs +16 -6
  118. package/lib/components/Tag/Tag.mjs +27 -23
  119. package/lib/components/Tag/styles.d.ts +1 -1
  120. package/lib/components/TagBadge/styles.mjs +14 -4
  121. package/lib/components/TagsList/Tag/styles.d.ts +1 -1
  122. package/lib/components/TagsList/Tag/styles.mjs +14 -4
  123. package/lib/components/TagsList/styles.mjs +13 -3
  124. package/lib/components/ThemeProvider/ThemeProvider.d.ts +11 -0
  125. package/lib/components/ThemeProvider/ThemeProvider.mjs +9 -0
  126. package/lib/components/ThemeProvider/index.d.ts +1 -0
  127. package/lib/components/index.d.ts +12 -0
  128. package/lib/components.css +1 -0
  129. package/lib/icons/index.d.ts +1 -0
  130. package/lib/index.mjs +225 -200
  131. package/lib/node_modules/.pnpm/@emotion_hash@0.9.2/node_modules/@emotion/hash/dist/emotion-hash.esm.mjs +22 -0
  132. package/lib/node_modules/.pnpm/@emotion_memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.mjs +9 -0
  133. package/lib/node_modules/.pnpm/@emotion_serialize@1.3.3/node_modules/@emotion/serialize/dist/emotion-serialize.esm.mjs +120 -0
  134. package/lib/node_modules/.pnpm/@emotion_unitless@0.10.0/node_modules/@emotion/unitless/dist/emotion-unitless.esm.mjs +53 -0
  135. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/blue.mjs +10 -0
  136. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/common.mjs +7 -0
  137. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/green.mjs +11 -0
  138. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/grey.mjs +19 -0
  139. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/lightBlue.mjs +10 -0
  140. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/orange.mjs +10 -0
  141. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/purple.mjs +11 -0
  142. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/red.mjs +10 -0
  143. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createColorScheme.mjs +44 -0
  144. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createGetSelector.mjs +41 -0
  145. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createMixins.mjs +19 -0
  146. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createPalette.mjs +261 -0
  147. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createTheme.mjs +60 -0
  148. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createThemeNoVars.mjs +75 -0
  149. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createThemeWithVars.mjs +161 -0
  150. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createTransitions.mjs +66 -0
  151. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createTypography.mjs +80 -0
  152. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/defaultTheme.mjs +5 -0
  153. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/excludeVariablesFromRoot.mjs +4 -0
  154. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/getOverlayAlpha.mjs +7 -0
  155. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/identifier.mjs +4 -0
  156. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/rootShouldForwardProp.mjs +5 -0
  157. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/shadows.mjs +7 -0
  158. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/shouldSkipGeneratingVar.mjs +7 -0
  159. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/slotShouldForwardProp.mjs +6 -0
  160. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/stringifyTheme.mjs +29 -0
  161. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/styled.mjs +13 -0
  162. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/useTheme.mjs +11 -0
  163. package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/zIndex.mjs +13 -0
  164. package/lib/node_modules/.pnpm/@mui_styled-engine@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emo_6faee6770fc007ef214af3c8aa5695a8/node_modules/@mui/styled-engine/index.mjs +33 -0
  165. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/borders/borders.mjs +45 -0
  166. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/breakpoints/breakpoints.mjs +67 -0
  167. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/colorManipulator/colorManipulator.mjs +145 -0
  168. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/compose/compose.mjs +10 -0
  169. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/createBreakpoints/createBreakpoints.mjs +62 -0
  170. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/createStyled/createStyled.mjs +153 -0
  171. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/createTheme/applyStyles.mjs +15 -0
  172. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/createTheme/createSpacing.mjs +15 -0
  173. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/createTheme/createTheme.mjs +44 -0
  174. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/createTheme/shape.mjs +6 -0
  175. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/cssContainerQueries/cssContainerQueries.mjs +49 -0
  176. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/cssGrid/cssGrid.mjs +78 -0
  177. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/cssVars/cssVarsParser.mjs +41 -0
  178. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/cssVars/getColorSchemeSelector.mjs +8 -0
  179. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/cssVars/prepareCssVars.mjs +117 -0
  180. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/cssVars/prepareTypographyVars.mjs +10 -0
  181. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/memoize/memoize.mjs +7 -0
  182. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/merge/merge.mjs +10 -0
  183. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/palette/palette.mjs +26 -0
  184. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/preprocessStyles.mjs +17 -0
  185. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/responsivePropType/responsivePropType.mjs +5 -0
  186. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/sizing/sizing.mjs +63 -0
  187. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/spacing/spacing.mjs +84 -0
  188. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/style/style.mjs +43 -0
  189. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/styleFunctionSx/defaultSxConfig.mjs +296 -0
  190. package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/styleFunctionSx/styleFunctionSx.mjs +92 -0
  191. package/lib/node_modules/.pnpm/@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/ClassNameGenerator/ClassNameGenerator.mjs +17 -0
  192. package/lib/node_modules/.pnpm/@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/capitalize/capitalize.mjs +9 -0
  193. package/lib/node_modules/.pnpm/@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/clamp/clamp.mjs +6 -0
  194. package/lib/node_modules/.pnpm/@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/deepmerge/deepmerge.mjs +31 -0
  195. package/lib/node_modules/.pnpm/@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/formatMuiErrorMessage/formatMuiErrorMessage.mjs +7 -0
  196. package/lib/node_modules/.pnpm/@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/generateUtilityClass/generateUtilityClass.mjs +23 -0
  197. package/lib/node_modules/.pnpm/@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/getDisplayName/getDisplayName.mjs +28 -0
  198. package/lib/node_modules/.pnpm/@react-input_core@2.0.2_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/core/module/Input.mjs +55 -0
  199. package/lib/node_modules/.pnpm/@react-input_core@2.0.2_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/core/module/SyntheticChangeError.mjs +11 -0
  200. package/lib/node_modules/.pnpm/@react-input_core@2.0.2_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/core/module/createProxy.mjs +8 -0
  201. package/lib/node_modules/.pnpm/@react-input_core@2.0.2_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/core/module/helpers-C8k3UfPS.mjs +129 -0
  202. package/lib/node_modules/.pnpm/@react-input_mask@2.0.4_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/mask/module/Mask.mjs +90 -0
  203. package/lib/node_modules/.pnpm/@react-input_mask@2.0.4_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/mask/module/helpers-BtaZ0NTN.mjs +226 -0
  204. package/lib/node_modules/.pnpm/@react-input_mask@2.0.4_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/mask/module/useMask.mjs +12 -0
  205. package/lib/node_modules/.pnpm/object-assign@4.1.1/node_modules/object-assign/index.mjs +54 -0
  206. package/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/checkPropTypes.mjs +54 -0
  207. package/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithThrowingShims.mjs +52 -0
  208. package/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithTypeCheckers.mjs +329 -0
  209. package/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.mjs +17 -0
  210. package/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/ReactPropTypesSecret.mjs +10 -0
  211. package/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/has.mjs +7 -0
  212. package/lib/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.mjs +95 -0
  213. package/lib/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.mjs +78 -0
  214. package/lib/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.mjs +10 -0
  215. package/lib/node_modules/.pnpm/react-is@19.0.0/node_modules/react-is/cjs/react-is.development.mjs +76 -0
  216. package/lib/node_modules/.pnpm/react-is@19.0.0/node_modules/react-is/cjs/react-is.production.mjs +76 -0
  217. package/lib/node_modules/.pnpm/react-is@19.0.0/node_modules/react-is/index.mjs +10 -0
  218. package/lib/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.development.mjs +18 -18
  219. package/lib/theme/baseTheme/baseTheme.d.ts +1 -3
  220. package/lib/theme/baseTheme/baseTheme.mjs +21 -21
  221. package/lib/theme/components/MuiButton.mjs +5 -5
  222. package/lib/theme/components/MuiSwitch.mjs +1 -1
  223. package/lib/theme/components/components.d.ts +1 -19
  224. package/lib/theme/components/components.mjs +71 -108
  225. package/lib/theme/index.d.ts +1 -1
  226. package/lib/theme/palette/palette.mjs +20 -20
  227. package/lib/theme/typography.mjs +6 -2
  228. package/package.json +3 -1
  229. package/lib/theme/hooks/index.d.ts +0 -1
  230. package/lib/theme/hooks/useTheme/index.d.ts +0 -2
  231. package/lib/theme/hooks/useTheme/index.mjs +0 -5
@@ -1,25 +1,35 @@
1
- import { styled as t, formControlClasses as n } from "@mui/material";
2
- import { Typography as o } from "../Typography/Typography.mjs";
3
- const a = t("div")`
1
+ import { formControlClasses as i } from "@mui/material";
2
+ import "remeda";
3
+ import "../../_virtual/jsx-runtime.mjs";
4
+ import "clsx";
5
+ import "../Button/styles.mjs";
6
+ import "react";
7
+ /* empty css */
8
+ /* empty css */
9
+ /* empty css */
10
+ /* empty css */
11
+ import { Typography as p } from "../Typography/Typography.mjs";
12
+ import o from "../../node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/styled.mjs";
13
+ const x = o("div")`
4
14
  display: flex;
5
15
  align-items: center;
6
16
  justify-content: space-between;
7
17
 
8
18
  height: 48px;
9
- padding-top: ${({ theme: e }) => e.spacing(4)};
10
- `, r = t(o)`
11
- color: ${({ theme: e }) => e.palette.grey[700]};
12
- `, s = t("div")`
19
+ padding-top: ${({ theme: t }) => t.spacing(4)};
20
+ `, $ = o(p)`
21
+ color: ${({ theme: t }) => t.palette.grey[700]};
22
+ `, h = o("div")`
13
23
  display: flex;
14
- gap: ${({ theme: e }) => e.spacing(3)};
24
+ gap: ${({ theme: t }) => t.spacing(3)};
15
25
  align-items: center;
16
26
 
17
- .${n.root} {
27
+ .${i.root} {
18
28
  flex-direction: unset;
19
29
  }
20
30
  `;
21
31
  export {
22
- a as PaginationWrapper,
23
- r as Range,
24
- s as RangeWrapper
32
+ x as PaginationWrapper,
33
+ $ as Range,
34
+ h as RangeWrapper
25
35
  };
@@ -1,12 +1,22 @@
1
- import { styled as a } from "@mui/material";
2
- const t = a("dt", {
1
+ import "@mui/material";
2
+ import "remeda";
3
+ import "../../../_virtual/jsx-runtime.mjs";
4
+ import "clsx";
5
+ import "../../Button/styles.mjs";
6
+ import "react";
7
+ /* empty css */
8
+ /* empty css */
9
+ /* empty css */
10
+ /* empty css */
11
+ import t from "../../../node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/styled.mjs";
12
+ const x = t("dt", {
3
13
  shouldForwardProp: (r) => r !== "$leader"
4
14
  })`
5
15
  flex-shrink: 0;
6
16
 
7
17
  max-width: ${({ $leader: r }) => r ? "calc(100% - 36px)" : "calc(100% - 12px)"};
8
18
  margin-right: ${({ theme: r }) => r.spacing(2)};
9
- `, p = a("div")`
19
+ `, c = t("div")`
10
20
  flex: 1;
11
21
 
12
22
  min-width: 12px;
@@ -20,6 +30,6 @@ const t = a("dt", {
20
30
  }
21
31
  `;
22
32
  export {
23
- p as DashedSeparator,
24
- t as Wrapper
33
+ c as DashedSeparator,
34
+ x as Wrapper
25
35
  };
@@ -8,31 +8,31 @@ type StyledCopyTypographyProps = {
8
8
  $direction: string;
9
9
  };
10
10
  export declare const StyledTypography: import('@emotion/styled').StyledComponent<{
11
- ref?: import('react').Ref<HTMLSpanElement> | undefined;
12
11
  children?: import('react').ReactNode;
12
+ ref?: import('react').Ref<HTMLSpanElement> | undefined;
13
13
  align?: "inherit" | "left" | "center" | "right" | "justify" | undefined;
14
14
  gutterBottom?: boolean | undefined;
15
15
  noWrap?: boolean | undefined;
16
16
  paragraph?: boolean | undefined;
17
17
  } & {
18
- color?: import('../../Typography').TypographyColor;
19
- variant?: import('../../Typography').TypographyVariant;
20
- colorIntensity?: import('../../Typography').Intensity;
21
- component?: "symbol" | "object" | "style" | "clipPath" | "filter" | "mask" | "path" | import('react').ComponentType<any> | "map" | "search" | "big" | "link" | "small" | "sub" | "sup" | "marker" | "svg" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "center" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "main" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "select" | "source" | "span" | "strong" | "summary" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "animate" | "animateMotion" | "animateTransform" | "circle" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "metadata" | "mpath" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view";
18
+ color?: import('../..').TypographyColor;
19
+ variant?: import('../..').TypographyVariant;
20
+ colorIntensity?: import('../..').Intensity;
21
+ component?: "symbol" | "object" | "text" | "main" | "clipPath" | "filter" | "mask" | "marker" | "style" | "div" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "center" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "search" | "slot" | "script" | "section" | "select" | "small" | "source" | "span" | "strong" | "sub" | "summary" | "sup" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "textPath" | "tspan" | "use" | "view" | import('react').ComponentType<any>;
22
22
  isUpperCase?: boolean;
23
23
  } & import('react').HTMLAttributes<HTMLParagraphElement> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & StyledTypographyProps, {}, {}>;
24
24
  export declare const StyledCopyTypography: import('@emotion/styled').StyledComponent<{
25
- ref?: import('react').Ref<HTMLSpanElement> | undefined;
26
25
  children?: import('react').ReactNode;
26
+ ref?: import('react').Ref<HTMLSpanElement> | undefined;
27
27
  align?: "inherit" | "left" | "center" | "right" | "justify" | undefined;
28
28
  gutterBottom?: boolean | undefined;
29
29
  noWrap?: boolean | undefined;
30
30
  paragraph?: boolean | undefined;
31
31
  } & {
32
- color?: import('../../Typography').TypographyColor;
33
- variant?: import('../../Typography').TypographyVariant;
34
- colorIntensity?: import('../../Typography').Intensity;
35
- component?: "symbol" | "object" | "style" | "clipPath" | "filter" | "mask" | "path" | import('react').ComponentType<any> | "map" | "search" | "big" | "link" | "small" | "sub" | "sup" | "marker" | "svg" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "center" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "main" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "select" | "source" | "span" | "strong" | "summary" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "animate" | "animateMotion" | "animateTransform" | "circle" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "metadata" | "mpath" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view";
32
+ color?: import('../..').TypographyColor;
33
+ variant?: import('../..').TypographyVariant;
34
+ colorIntensity?: import('../..').Intensity;
35
+ component?: "symbol" | "object" | "text" | "main" | "clipPath" | "filter" | "mask" | "marker" | "style" | "div" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "center" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "search" | "slot" | "script" | "section" | "select" | "small" | "source" | "span" | "strong" | "sub" | "summary" | "sup" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "textPath" | "tspan" | "use" | "view" | import('react').ComponentType<any>;
36
36
  isUpperCase?: boolean;
37
37
  } & import('react').HTMLAttributes<HTMLParagraphElement> & {
38
38
  copyText?: string;
@@ -1,7 +1,81 @@
1
- import { styled as r } from "@mui/material";
2
- import { CopyTypography as t } from "../../CopyTypography/CopyTypography.mjs";
3
- import { Typography as e } from "../../Typography/Typography.mjs";
4
- const p = r(e, {
1
+ import "../../Accordion/Accordion.mjs";
2
+ import "../../../_virtual/jsx-runtime.mjs";
3
+ import "react";
4
+ import "lucide-react";
5
+ import "../../IconDropdownButton/IconDropdownButton.mjs";
6
+ import "@mui/material";
7
+ import "../../Tooltip/styles.mjs";
8
+ import "../../ActionCell/styles.mjs";
9
+ import "../../ActionGroup/MainActions/styles.mjs";
10
+ import "../../ActionGroup/styles.mjs";
11
+ import "../../Checkbox/Checkbox.mjs";
12
+ import { Typography as t } from "../../Typography/Typography.mjs";
13
+ import "../../OverflowTypography/styles.mjs";
14
+ import "react-use";
15
+ import "../../Tag/Tag.mjs";
16
+ import "../../FormHelperText/FormHelperTextContent/styles.mjs";
17
+ import "../../Autocomplete/styles.mjs";
18
+ import "../../Badge/styles.mjs";
19
+ import "clsx";
20
+ import "../../Button/styles.mjs";
21
+ import "../../IconButton/styles.mjs";
22
+ import "../../BottomDrawer/styles.mjs";
23
+ import "../../CheckboxField/styles.mjs";
24
+ import "../../Chevron/styles.mjs";
25
+ import "../../ConfigProvider/ConfigProvider.mjs";
26
+ import "../../ConfirmAction/styles.mjs";
27
+ import "../../Dialog/styles.mjs";
28
+ import "../../DialogActions/styles.mjs";
29
+ import "../../DialogContent/styles.mjs";
30
+ import "../../DialogContentText/styles.mjs";
31
+ import "../../ConfirmDialog/styles.mjs";
32
+ import "../../Container/styles.mjs";
33
+ import "../../ErrorBoundary/ErrorBoundary.mjs";
34
+ import "../../Placeholder/Image/Image.mjs";
35
+ import "../../Placeholder/styles.mjs";
36
+ import "../../ContentState/styles.mjs";
37
+ import { CopyTypography as i } from "../../CopyTypography/CopyTypography.mjs";
38
+ import "../../DataGrid/Cell/styles.mjs";
39
+ import "../../DataGrid/Row/styles.mjs";
40
+ import "../../DataGrid/Body/styles.mjs";
41
+ import "../../DataGrid/HeadCell/styles.mjs";
42
+ import "../../DataGrid/Head/styles.mjs";
43
+ import "../../DataGrid/Loader/styles.mjs";
44
+ import "../../DataGrid/styles.mjs";
45
+ import "remeda";
46
+ import "../../DataGridActionCell/styles.mjs";
47
+ import "../../TagsList/Tag/styles.mjs";
48
+ import "../../TagsList/styles.mjs";
49
+ import "../../Select/styles.mjs";
50
+ import "../../DataGridPagination/styles.mjs";
51
+ import "../Description.mjs";
52
+ import "../../DescriptionList/styles.mjs";
53
+ import "../../DescriptionTooltip/styles.mjs";
54
+ import "../../DialogHeader/styles.mjs";
55
+ import "../../MenuList/styles.mjs";
56
+ import "../../Filename/Filename.mjs";
57
+ import "../../FormControlLabel/styles.mjs";
58
+ import "../../FormLabel/styles.mjs";
59
+ import "../../Link/Link.mjs";
60
+ import "../../ListItem/styles.mjs";
61
+ import "../../ListItemIcon/ListItemIcon.mjs";
62
+ import "../../NavMenu/Item/ItemButton/styles.mjs";
63
+ import "../../Radio/styles.mjs";
64
+ import "../../RadioField/styles.mjs";
65
+ import "../../RadioGroup/RadioGroupContext/RadioGroupContext.mjs";
66
+ import "../../SearchField/SearchField.mjs";
67
+ import "../../Skeleton/styles.mjs";
68
+ import "../../Slider/styles.mjs";
69
+ import "../../Switch/Switch.mjs";
70
+ import "../../Tab/styles.mjs";
71
+ import "../../Tabs/styles.mjs";
72
+ import "../../TagBadge/styles.mjs";
73
+ /* empty css */
74
+ /* empty css */
75
+ /* empty css */
76
+ /* empty css */
77
+ import r from "../../../node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/styled.mjs";
78
+ const Po = r(t, {
5
79
  shouldForwardProp: (o) => !["$canCopy", "$leader", "$direction"].includes(o.toString())
6
80
  })`
7
81
  cursor: ${({ $canCopy: o }) => o ? "pointer" : "default"};
@@ -19,7 +93,7 @@ const p = r(e, {
19
93
  &:hover {
20
94
  text-decoration: ${({ $canCopy: o }) => o ? "underline" : "none"};
21
95
  }
22
- `, d = r(t, {
96
+ `, Wo = r(i, {
23
97
  shouldForwardProp: (o) => !["$leader", "$direction"].includes(o.toString())
24
98
  })`
25
99
  display: unset;
@@ -35,13 +109,13 @@ const p = r(e, {
35
109
  & > svg {
36
110
  margin-bottom: ${({ theme: o }) => o.spacing(-1)};
37
111
  }
38
- `, l = r("dd")`
112
+ `, jo = r("dd")`
39
113
  overflow: hidden;
40
114
 
41
115
  margin: 0;
42
116
  `;
43
117
  export {
44
- d as StyledCopyTypography,
45
- p as StyledTypography,
46
- l as Wrapper
118
+ Wo as StyledCopyTypography,
119
+ Po as StyledTypography,
120
+ jo as Wrapper
47
121
  };
@@ -2,9 +2,9 @@ import { useContext as o } from "react";
2
2
  import { ConfigContext as m } from "../../../ConfigProvider/ConfigProvider.mjs";
3
3
  import { DescriptionContext as u } from "../../DescriptionContext/DescriptionContext.mjs";
4
4
  import "../../../../_virtual/jsx-runtime.mjs";
5
- const x = ({ canCopy: t, children: e, stub: n }) => {
6
- const { emptySymbol: r } = o(m), { leader: i, direction: s } = o(u);
7
- return { valueToRender: e || n || r, isDefaultValueRender: !t || !e, leader: i, direction: s };
5
+ const x = ({ canCopy: t, children: e, stub: r }) => {
6
+ const { emptySymbol: n } = o(m), { leader: i, direction: s } = o(u);
7
+ return { valueToRender: e || r || n, isDefaultValueRender: !t || !e, leader: i, direction: s };
8
8
  };
9
9
  export {
10
10
  x as useLogic
@@ -1,5 +1,15 @@
1
- import { styled as t } from "@mui/material";
2
- const i = t("div", {
1
+ import "@mui/material";
2
+ import "remeda";
3
+ import "../../_virtual/jsx-runtime.mjs";
4
+ import "clsx";
5
+ import "../Button/styles.mjs";
6
+ import "react";
7
+ /* empty css */
8
+ /* empty css */
9
+ /* empty css */
10
+ /* empty css */
11
+ import t from "../../node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/styled.mjs";
12
+ const u = t("div", {
3
13
  shouldForwardProp: (o) => !["$justifyContent", "as", "$direction"].includes(o.toString())
4
14
  })`
5
15
  overflow: hidden;
@@ -19,5 +29,5 @@ const i = t("div", {
19
29
  }
20
30
  `;
21
31
  export {
22
- i as Wrapper
32
+ u as Wrapper
23
33
  };
@@ -4,6 +4,6 @@ export declare const useLogic: ({ direction, separator, }: UseLogicParams) => {
4
4
  descriptionContextProviderProps: {
5
5
  separator: string;
6
6
  };
7
- direction: "row" | "default" | "column";
7
+ direction: "default" | "row" | "column";
8
8
  };
9
9
  export {};
@@ -1,6 +1,16 @@
1
- import { styled as i } from "@mui/material";
2
- import { Description as n } from "../Description/Description.mjs";
3
- const s = i(n.Name, {
1
+ import "@mui/material";
2
+ import "remeda";
3
+ import "../../_virtual/jsx-runtime.mjs";
4
+ import "clsx";
5
+ import "../Button/styles.mjs";
6
+ import "react";
7
+ /* empty css */
8
+ /* empty css */
9
+ /* empty css */
10
+ /* empty css */
11
+ import { Description as t } from "../Description/Description.mjs";
12
+ import i from "../../node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/styled.mjs";
13
+ const w = i(t.Name, {
4
14
  shouldForwardProp: (o) => !["$nameMaxWidth, $direction"].includes(o.toString())
5
15
  })`
6
16
  max-width: ${({ $nameMaxWidth: o }) => o || "none"};
@@ -9,7 +19,7 @@ const s = i(n.Name, {
9
19
  ${({ theme: o }) => o.breakpoints.down("sm")} {
10
20
  margin-bottom: ${({ theme: o, $direction: r }) => Object.is(r, "row") ? 0 : o.spacing(1)};
11
21
  }
12
- `, d = i("article", {
22
+ `, b = i("article", {
13
23
  shouldForwardProp: (o) => !["$variant"].includes(o.toString())
14
24
  })`
15
25
  display: grid;
@@ -20,7 +30,7 @@ const s = i(n.Name, {
20
30
  background-color: ${({ $variant: o, theme: r }) => o === "contained" ? r.palette.background.default : "transparent"};
21
31
  border: ${({ $variant: o, theme: r }) => o === "contained" ? `1px solid ${r.palette.grey[300]}` : "unset"};
22
32
  border-radius: ${({ theme: o }) => o.shape.small};
23
- `, e = i("dl", {
33
+ `, y = i("dl", {
24
34
  shouldForwardProp: (o) => !["$direction"].includes(o.toString())
25
35
  })`
26
36
  display: grid;
@@ -31,7 +41,7 @@ const s = i(n.Name, {
31
41
  ${({ theme: o }) => o.breakpoints.down("sm")} {
32
42
  row-gap: ${({ theme: o }) => o.spacing(3)};
33
43
  }
34
- `, p = i(n.Value, {
44
+ `, h = i(t.Value, {
35
45
  shouldForwardProp: (o) => !["$isCopy"].includes(o.toString())
36
46
  })`
37
47
  display: ${({ $isCopy: o }) => o && "flex"};
@@ -39,8 +49,8 @@ const s = i(n.Name, {
39
49
  width: ${({ $isCopy: o }) => o && "calc(100% - 20px)"};
40
50
  `;
41
51
  export {
42
- e as ListWrapper,
43
- s as StyledDescriptionName,
44
- p as StyledDescriptionValue,
45
- d as Wrapper
52
+ y as ListWrapper,
53
+ w as StyledDescriptionName,
54
+ h as StyledDescriptionValue,
55
+ b as Wrapper
46
56
  };
@@ -0,0 +1,9 @@
1
+ import { DescriptionListProps } from '../DescriptionList';
2
+ import { ReactElement } from 'react';
3
+ type DescriptionTooltipProps = DescriptionListProps & {
4
+ arrow?: boolean;
5
+ followCursor?: boolean;
6
+ children: ReactElement;
7
+ };
8
+ export declare function DescriptionTooltip({ arrow, followCursor, children, ...descriptionListProps }: DescriptionTooltipProps): import("react/jsx-runtime").JSX.Element;
9
+ export {};
@@ -0,0 +1,14 @@
1
+ import { j as o } from "../../_virtual/jsx-runtime.mjs";
2
+ import { DescriptionList as i } from "../DescriptionList/DescriptionList.mjs";
3
+ import { StyledTooltip as p } from "./styles.mjs";
4
+ function f({
5
+ arrow: s,
6
+ followCursor: e,
7
+ children: r,
8
+ ...t
9
+ }) {
10
+ return /* @__PURE__ */ o.jsx(p, { arrow: !0, title: /* @__PURE__ */ o.jsx(i, { ...t }), children: r });
11
+ }
12
+ export {
13
+ f as DescriptionTooltip
14
+ };
@@ -0,0 +1 @@
1
+ export * from './DescriptionTooltip';
@@ -0,0 +1,4 @@
1
+ export declare const StyledTooltip: import('@emotion/styled').StyledComponent<import('../types').WithoutEmotionSpecific<import('@mui/material').TooltipProps> & {
2
+ size?: import('../Tooltip').TooltipSize;
3
+ withoutContainer?: boolean;
4
+ } & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
@@ -0,0 +1,27 @@
1
+ import { tooltipClasses as t } from "@mui/material";
2
+ import "remeda";
3
+ import "../../_virtual/jsx-runtime.mjs";
4
+ import "clsx";
5
+ import "../Button/styles.mjs";
6
+ import "react";
7
+ /* empty css */
8
+ /* empty css */
9
+ /* empty css */
10
+ /* empty css */
11
+ import { Tooltip as p } from "../Tooltip/Tooltip.mjs";
12
+ import i from "../../node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/styled.mjs";
13
+ const $ = i(p)`
14
+ .${t.tooltip} {
15
+ background-color: ${({ theme: o }) => o.palette.common.white};
16
+ color: ${({ theme: o }) => o.palette.text.primary};
17
+ box-shadow: ${({ theme: o }) => o.shadows[1]};
18
+ font-size: 11px;
19
+ width: auto;
20
+ max-width: 400px;
21
+ padding: ${({ theme: o }) => o.spacing(2)};
22
+ box-shadow: ${({ theme: o }) => o.shadows[4]};
23
+ }
24
+ `;
25
+ export {
26
+ $ as StyledTooltip
27
+ };
@@ -1 +1 @@
1
- export declare const StyledDialogContentText: import('@emotion/styled').StyledComponent<import('@mui/material').DialogContentTextOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "sx" | "className" | "color" | "height" | "style" | "width" | "display" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "visibility" | "children" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "whiteSpace" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "padding" | "paddingBlock" | "paddingInline" | "classes" | "p" | "displayPrint" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "marginX" | "marginY" | "paddingX" | "paddingY" | "typography" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variant" | "variantMapping"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
1
+ export declare const StyledDialogContentText: import('@emotion/styled').StyledComponent<import('@mui/material').DialogContentTextOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "sx" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "color" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "classes" | "className" | "style" | "children" | "variant" | "p" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
@@ -1,31 +1,41 @@
1
- import { styled as t } from "@mui/material";
2
- const i = t("div", {
1
+ import "@mui/material";
2
+ import "remeda";
3
+ import "../../_virtual/jsx-runtime.mjs";
4
+ import "clsx";
5
+ import "../Button/styles.mjs";
6
+ import "react";
7
+ /* empty css */
8
+ /* empty css */
9
+ /* empty css */
10
+ /* empty css */
11
+ import i from "../../node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/styled.mjs";
12
+ const u = i("div", {
3
13
  label: "DialogHeader-root",
4
- shouldForwardProp: (e) => !["hasTitle", "hasOnClose"].includes(e.toString())
14
+ shouldForwardProp: (t) => !["hasTitle", "hasOnClose"].includes(t.toString())
5
15
  })`
6
16
  overflow: hidden;
7
17
  display: grid;
8
- grid-template-columns: ${({ hasTitle: e, hasOnClose: n }) => e && n ? "max-content 1fr 32px" : e ? "max-content 1fr" : n ? "1fr 32px" : "1fr"};
9
- column-gap: ${({ theme: e }) => e.spacing(2)};
18
+ grid-template-columns: ${({ hasTitle: t, hasOnClose: r }) => t && r ? "max-content 1fr 32px" : t ? "max-content 1fr" : r ? "1fr 32px" : "1fr"};
19
+ column-gap: ${({ theme: t }) => t.spacing(2)};
10
20
  align-items: center;
11
21
 
12
22
  height: auto;
13
- padding: ${({ theme: e }) => e.spacing(4, 6)};
14
- `, o = t("div", {
15
- shouldForwardProp: (e) => !["justifyContent", "columnSpacing"].includes(e.toString()),
23
+ padding: ${({ theme: t }) => t.spacing(4, 6)};
24
+ `, f = i("div", {
25
+ shouldForwardProp: (t) => !["justifyContent", "columnSpacing"].includes(t.toString()),
16
26
  label: "DialogHeader-content"
17
27
  })`
18
28
  overflow: hidden;
19
29
  display: flex;
20
- column-gap: ${({ columnSpacing: e, theme: n }) => n.spacing(e)};
30
+ column-gap: ${({ columnSpacing: t, theme: r }) => r.spacing(t)};
21
31
  align-items: center;
22
- justify-content: ${({ justifyContent: e }) => e};
32
+ justify-content: ${({ justifyContent: t }) => t};
23
33
 
24
34
  width: 100%;
25
35
  height: 100%;
26
36
  padding: 0;
27
37
  `;
28
38
  export {
29
- o as HeaderContent,
30
- i as Wrapper
39
+ f as HeaderContent,
40
+ u as Wrapper
31
41
  };
@@ -1,7 +1,7 @@
1
1
  export declare const FileBaseName: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
2
2
  export declare const StyledTypography: import('@emotion/styled').StyledComponent<{
3
- ref?: import('react').Ref<HTMLSpanElement> | undefined;
4
3
  children?: import('react').ReactNode;
4
+ ref?: import('react').Ref<HTMLSpanElement> | undefined;
5
5
  align?: "inherit" | "left" | "center" | "right" | "justify" | undefined;
6
6
  gutterBottom?: boolean | undefined;
7
7
  noWrap?: boolean | undefined;
@@ -10,7 +10,7 @@ export declare const StyledTypography: import('@emotion/styled').StyledComponent
10
10
  color?: import('../Typography').TypographyColor;
11
11
  variant?: import('../Typography').TypographyVariant;
12
12
  colorIntensity?: import('../Typography').Intensity;
13
- component?: "symbol" | "object" | "style" | "clipPath" | "filter" | "mask" | "path" | import('react').ComponentType<any> | "map" | "search" | "big" | "link" | "small" | "sub" | "sup" | "marker" | "svg" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "center" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "main" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "select" | "source" | "span" | "strong" | "summary" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "animate" | "animateMotion" | "animateTransform" | "circle" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "metadata" | "mpath" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view";
13
+ component?: "symbol" | "object" | "text" | "main" | "clipPath" | "filter" | "mask" | "marker" | "style" | "div" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "center" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "search" | "slot" | "script" | "section" | "select" | "small" | "source" | "span" | "strong" | "sub" | "summary" | "sup" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "textPath" | "tspan" | "use" | "view" | import('react').ComponentType<any>;
14
14
  isUpperCase?: boolean;
15
15
  } & import('react').HTMLAttributes<HTMLParagraphElement> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
16
16
  $align: string;
@@ -1,19 +1,29 @@
1
- import { styled as e } from "@mui/material";
2
- import { Typography as t } from "../Typography/Typography.mjs";
3
- const p = e("span")`
1
+ import "@mui/material";
2
+ import "remeda";
3
+ import "../../_virtual/jsx-runtime.mjs";
4
+ import "clsx";
5
+ import "../Button/styles.mjs";
6
+ import "react";
7
+ /* empty css */
8
+ /* empty css */
9
+ /* empty css */
10
+ /* empty css */
11
+ import { Typography as r } from "../Typography/Typography.mjs";
12
+ import t from "../../node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/styled.mjs";
13
+ const w = t("span")`
4
14
  overflow: hidden;
5
15
 
6
16
  max-width: 100%;
7
17
 
8
18
  text-overflow: ellipsis;
9
19
  white-space: nowrap;
10
- `, l = e(t, {
20
+ `, c = t(r, {
11
21
  shouldForwardProp: (o) => !["$align"].includes(o.toString())
12
22
  })`
13
23
  display: flex;
14
24
  justify-content: ${({ $align: o }) => o};
15
25
  `;
16
26
  export {
17
- p as FileBaseName,
18
- l as StyledTypography
27
+ w as FileBaseName,
28
+ c as StyledTypography
19
29
  };