@ceed/cds 0.0.187-treeshaking.1 → 0.0.187

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 (335) hide show
  1. package/dist/components/Accordions/index.d.ts +2 -2
  2. package/dist/components/Autocomplete/index.d.ts +2 -2
  3. package/dist/components/Avatar/index.d.ts +2 -2
  4. package/dist/components/Box/index.d.ts +2 -2
  5. package/dist/components/Breadcrumbs/index.d.ts +2 -2
  6. package/dist/components/Button/index.d.ts +2 -2
  7. package/dist/components/Calendar/Calendar.d.ts +1 -1
  8. package/dist/components/Calendar/hooks/use-calendar-props.d.ts +3 -3
  9. package/dist/components/Calendar/hooks/use-calendar.d.ts +1 -1
  10. package/dist/components/Calendar/index.d.ts +2 -2
  11. package/dist/components/Card/index.d.ts +2 -2
  12. package/dist/components/Checkbox/index.d.ts +2 -2
  13. package/dist/components/Chip/index.d.ts +2 -2
  14. package/dist/components/Container/index.d.ts +2 -2
  15. package/dist/components/CurrencyInput/index.d.ts +2 -2
  16. package/dist/components/DataTable/DataTable.d.ts +1 -1
  17. package/dist/components/DataTable/index.d.ts +2 -2
  18. package/dist/components/DataTable/types.d.ts +7 -7
  19. package/dist/components/DatePicker/DatePicker.d.ts +1 -1
  20. package/dist/components/DatePicker/index.d.ts +2 -2
  21. package/dist/components/DateRangePicker/DateRangePicker.d.ts +1 -1
  22. package/dist/components/DateRangePicker/index.d.ts +2 -2
  23. package/dist/components/DialogActions/index.d.ts +2 -2
  24. package/dist/components/DialogContent/index.d.ts +2 -2
  25. package/dist/components/DialogFrame/DialogFrame.d.ts +1 -1
  26. package/dist/components/DialogFrame/index.d.ts +2 -2
  27. package/dist/components/DialogTitle/index.d.ts +2 -2
  28. package/dist/components/Divider/index.d.ts +2 -2
  29. package/dist/components/Drawer/index.d.ts +2 -2
  30. package/dist/components/Dropdown/index.d.ts +2 -2
  31. package/dist/components/FormControl/index.d.ts +2 -2
  32. package/dist/components/FormHelperText/index.d.ts +2 -2
  33. package/dist/components/FormLabel/index.d.ts +2 -2
  34. package/dist/components/Grid/index.d.ts +2 -2
  35. package/dist/components/IconButton/index.d.ts +2 -2
  36. package/dist/components/Input/Input.d.ts +1 -1
  37. package/dist/components/Input/index.d.ts +2 -2
  38. package/dist/components/InsetDrawer/index.d.ts +2 -2
  39. package/dist/components/Markdown/Markdown.d.ts +22 -6
  40. package/dist/components/Markdown/index.d.ts +2 -2
  41. package/dist/components/Menu/index.d.ts +2 -2
  42. package/dist/components/MenuButton/MenuButton.d.ts +1 -1
  43. package/dist/components/Modal/Modal.d.ts +4 -4
  44. package/dist/components/Modal/index.d.ts +2 -2
  45. package/dist/components/MonthPicker/MonthPicker.d.ts +1 -1
  46. package/dist/components/MonthPicker/index.d.ts +2 -2
  47. package/dist/components/MonthRangePicker/MonthRangePicker.d.ts +1 -1
  48. package/dist/components/MonthRangePicker/index.d.ts +2 -2
  49. package/dist/components/NavigationGroup/index.d.ts +2 -2
  50. package/dist/components/NavigationItem/index.d.ts +2 -2
  51. package/dist/components/Navigator/index.d.ts +2 -2
  52. package/dist/components/Pagination/Pagination.d.ts +2 -2
  53. package/dist/components/Pagination/index.d.ts +2 -2
  54. package/dist/components/PercentageInput/index.d.ts +2 -2
  55. package/dist/components/Radio/index.d.ts +2 -2
  56. package/dist/components/RadioList/RadioList.d.ts +1 -1
  57. package/dist/components/RadioList/index.d.ts +2 -2
  58. package/dist/components/Select/Select.d.ts +1 -1
  59. package/dist/components/Select/index.d.ts +2 -2
  60. package/dist/components/Sheet/index.d.ts +2 -2
  61. package/dist/components/Stack/index.d.ts +2 -2
  62. package/dist/components/Stepper/index.d.ts +2 -2
  63. package/dist/components/Switch/index.d.ts +2 -2
  64. package/dist/components/Table/index.d.ts +2 -2
  65. package/dist/components/Tabs/index.d.ts +2 -2
  66. package/dist/components/Textarea/Textarea.d.ts +17 -3
  67. package/dist/components/Textarea/index.d.ts +2 -2
  68. package/dist/components/ThemeProvider/ThemeProvider.d.ts +7 -7
  69. package/dist/components/ThemeProvider/index.d.ts +2 -2
  70. package/dist/components/Tooltip/index.d.ts +2 -2
  71. package/dist/components/Typography/index.d.ts +2 -2
  72. package/dist/components/Uploader/Uploader.d.ts +3 -4
  73. package/dist/components/Uploader/index.d.ts +2 -2
  74. package/dist/components/index.d.ts +53 -53
  75. package/dist/index.d.ts +1 -1
  76. package/dist/index.js +2 -52
  77. package/framer/index.js +30 -30
  78. package/package.json +4 -8
  79. package/dist/_virtual/_commonjsHelpers.js +0 -30
  80. package/dist/_virtual/bind-all.js +0 -3
  81. package/dist/_virtual/bind.js +0 -3
  82. package/dist/_virtual/colorManipulator.js +0 -5
  83. package/dist/_virtual/colorManipulator2.js +0 -3
  84. package/dist/_virtual/createStyled.js +0 -7
  85. package/dist/_virtual/createStyled2.js +0 -3
  86. package/dist/_virtual/extends.js +0 -3
  87. package/dist/_virtual/index.js +0 -5
  88. package/dist/_virtual/index10.js +0 -6
  89. package/dist/_virtual/index11.js +0 -6
  90. package/dist/_virtual/index12.js +0 -6
  91. package/dist/_virtual/index2.js +0 -3
  92. package/dist/_virtual/index3.js +0 -7
  93. package/dist/_virtual/index4.js +0 -3
  94. package/dist/_virtual/index5.js +0 -6
  95. package/dist/_virtual/index6.js +0 -6
  96. package/dist/_virtual/index7.js +0 -6
  97. package/dist/_virtual/index8.js +0 -6
  98. package/dist/_virtual/index9.js +0 -6
  99. package/dist/_virtual/interopRequireDefault.js +0 -3
  100. package/dist/_virtual/objectWithoutPropertiesLoose.js +0 -3
  101. package/dist/components/Accordions/Accordions.js +0 -43
  102. package/dist/components/Autocomplete/Autocomplete.js +0 -196
  103. package/dist/components/Autocomplete/index.js +0 -5
  104. package/dist/components/Avatar/Avatar.js +0 -42
  105. package/dist/components/Box/Box.js +0 -8
  106. package/dist/components/Box/index.js +0 -5
  107. package/dist/components/Breadcrumbs/Breadcrumbs.js +0 -47
  108. package/dist/components/Button/Button.js +0 -20
  109. package/dist/components/Button/index.js +0 -5
  110. package/dist/components/Calendar/Calendar.js +0 -333
  111. package/dist/components/Calendar/hooks/use-calendar-props.js +0 -74
  112. package/dist/components/Calendar/hooks/use-calendar.js +0 -247
  113. package/dist/components/Calendar/index.js +0 -5
  114. package/dist/components/Calendar/utils/index.js +0 -74
  115. package/dist/components/Card/Card.js +0 -20
  116. package/dist/components/Checkbox/Checkbox.js +0 -19
  117. package/dist/components/Checkbox/index.js +0 -5
  118. package/dist/components/Chip/Chip.js +0 -8
  119. package/dist/components/Chip/index.js +0 -5
  120. package/dist/components/Container/Container.js +0 -49
  121. package/dist/components/CurrencyInput/CurrencyInput.js +0 -91
  122. package/dist/components/CurrencyInput/hooks/use-currency-setting.js +0 -167
  123. package/dist/components/CurrencyInput/index.js +0 -5
  124. package/dist/components/DataTable/DataTable.js +0 -568
  125. package/dist/components/DatePicker/DatePicker.js +0 -210
  126. package/dist/components/DatePicker/index.js +0 -5
  127. package/dist/components/DateRangePicker/DateRangePicker.js +0 -213
  128. package/dist/components/DialogActions/DialogActions.js +0 -14
  129. package/dist/components/DialogActions/index.js +0 -5
  130. package/dist/components/DialogContent/DialogContent.js +0 -11
  131. package/dist/components/DialogContent/index.js +0 -5
  132. package/dist/components/DialogFrame/DialogFrame.js +0 -31
  133. package/dist/components/DialogTitle/DialogTitle.js +0 -11
  134. package/dist/components/DialogTitle/index.js +0 -5
  135. package/dist/components/Divider/Divider.js +0 -19
  136. package/dist/components/Drawer/Drawer.js +0 -40
  137. package/dist/components/Dropdown/Dropdown.js +0 -8
  138. package/dist/components/Dropdown/index.js +0 -5
  139. package/dist/components/FormControl/FormControl.js +0 -15
  140. package/dist/components/FormControl/index.js +0 -5
  141. package/dist/components/FormHelperText/FormHelperText.js +0 -8
  142. package/dist/components/FormHelperText/index.js +0 -5
  143. package/dist/components/FormLabel/FormLabel.js +0 -8
  144. package/dist/components/FormLabel/index.js +0 -5
  145. package/dist/components/IconButton/IconButton.js +0 -20
  146. package/dist/components/IconButton/index.js +0 -5
  147. package/dist/components/Input/Input.js +0 -60
  148. package/dist/components/Input/index.js +0 -5
  149. package/dist/components/InsetDrawer/InsetDrawer.js +0 -30
  150. package/dist/components/Markdown/Markdown.js +0 -36
  151. package/dist/components/Menu/Menu.js +0 -43
  152. package/dist/components/Menu/index.js +0 -6
  153. package/dist/components/MenuButton/MenuButton.js +0 -26
  154. package/dist/components/Modal/Modal.js +0 -43
  155. package/dist/components/MonthPicker/MonthPicker.js +0 -162
  156. package/dist/components/MonthRangePicker/MonthRangePicker.js +0 -172
  157. package/dist/components/NavigationGroup/NavigationGroup.js +0 -42
  158. package/dist/components/NavigationItem/NavigationItem.js +0 -45
  159. package/dist/components/Navigator/Navigator.js +0 -30
  160. package/dist/components/Pagination/Pagination.js +0 -117
  161. package/dist/components/Pagination/index.js +0 -5
  162. package/dist/components/PercentageInput/PercentageInput.js +0 -85
  163. package/dist/components/Radio/Radio.js +0 -11
  164. package/dist/components/RadioList/RadioList.js +0 -18
  165. package/dist/components/Select/Select.js +0 -56
  166. package/dist/components/Select/index.js +0 -6
  167. package/dist/components/Sheet/Sheet.js +0 -8
  168. package/dist/components/Sheet/index.js +0 -5
  169. package/dist/components/Stack/index.js +0 -2
  170. package/dist/components/Stepper/Stepper.js +0 -66
  171. package/dist/components/Switch/Switch.js +0 -46
  172. package/dist/components/Table/Table.js +0 -64
  173. package/dist/components/Tabs/Tabs.js +0 -17
  174. package/dist/components/Textarea/Textarea.js +0 -31
  175. package/dist/components/Textarea/index.js +0 -5
  176. package/dist/components/ThemeProvider/ThemeProvider.js +0 -240
  177. package/dist/components/Tooltip/Tooltip.js +0 -19
  178. package/dist/components/Tooltip/index.js +0 -5
  179. package/dist/components/Typography/Typography.js +0 -19
  180. package/dist/components/Typography/index.js +0 -5
  181. package/dist/components/Uploader/Uploader.js +0 -402
  182. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/adapter/element-adapter-native-data-key.js +0 -8
  183. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/adapter/external-adapter.js +0 -245
  184. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/entry-point/combine.js +0 -1
  185. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/entry-point/external/adapter.js +0 -1
  186. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/entry-point/external/file.js +0 -1
  187. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/entry-point/prevent-unhandled.js +0 -1
  188. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/honey-pot-fix/get-element-from-point-without-honey-pot.js +0 -19
  189. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/honey-pot-fix/honey-pot-data-attribute.js +0 -5
  190. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/honey-pot-fix/is-honey-pot-element.js +0 -7
  191. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/ledger/dispatch-consumer-event.js +0 -128
  192. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/ledger/lifecycle-manager.js +0 -340
  193. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/ledger/usage-ledger.js +0 -33
  194. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/make-adapter/make-adapter.js +0 -60
  195. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/make-adapter/make-drop-target.js +0 -312
  196. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/make-adapter/make-monitor.js +0 -96
  197. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/public-utils/combine.js +0 -13
  198. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/public-utils/external/file.js +0 -23
  199. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/public-utils/once.js +0 -18
  200. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/public-utils/prevent-unhandled.js +0 -102
  201. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/util/add-attribute.js +0 -10
  202. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/util/android.js +0 -3
  203. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/util/changing-window/count-events-for-safari.js +0 -123
  204. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/util/changing-window/is-entering-window.js +0 -55
  205. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/util/changing-window/is-from-another-window.js +0 -18
  206. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/util/changing-window/is-leaving-window.js +0 -55
  207. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/util/detect-broken-drag.js +0 -49
  208. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/util/get-input.js +0 -16
  209. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/util/is-firefox.js +0 -15
  210. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/util/is-safari.js +0 -18
  211. package/dist/external/@atlaskit/pragmatic-drag-and-drop/dist/esm/util/media-types/text-media-type.js +0 -8
  212. package/dist/external/@atlaskit/pragmatic-drag-and-drop/external/@babel/runtime/helpers/esm/arrayLikeToArray.js +0 -7
  213. package/dist/external/@atlaskit/pragmatic-drag-and-drop/external/@babel/runtime/helpers/esm/arrayWithHoles.js +0 -5
  214. package/dist/external/@atlaskit/pragmatic-drag-and-drop/external/@babel/runtime/helpers/esm/arrayWithoutHoles.js +0 -7
  215. package/dist/external/@atlaskit/pragmatic-drag-and-drop/external/@babel/runtime/helpers/esm/defineProperty.js +0 -18
  216. package/dist/external/@atlaskit/pragmatic-drag-and-drop/external/@babel/runtime/helpers/esm/iterableToArray.js +0 -5
  217. package/dist/external/@atlaskit/pragmatic-drag-and-drop/external/@babel/runtime/helpers/esm/iterableToArrayLimit.js +0 -26
  218. package/dist/external/@atlaskit/pragmatic-drag-and-drop/external/@babel/runtime/helpers/esm/nonIterableRest.js +0 -5
  219. package/dist/external/@atlaskit/pragmatic-drag-and-drop/external/@babel/runtime/helpers/esm/nonIterableSpread.js +0 -5
  220. package/dist/external/@atlaskit/pragmatic-drag-and-drop/external/@babel/runtime/helpers/esm/slicedToArray.js +0 -10
  221. package/dist/external/@atlaskit/pragmatic-drag-and-drop/external/@babel/runtime/helpers/esm/toConsumableArray.js +0 -10
  222. package/dist/external/@atlaskit/pragmatic-drag-and-drop/external/@babel/runtime/helpers/esm/toPrimitive.js +0 -14
  223. package/dist/external/@atlaskit/pragmatic-drag-and-drop/external/@babel/runtime/helpers/esm/toPropertyKey.js +0 -9
  224. package/dist/external/@atlaskit/pragmatic-drag-and-drop/external/@babel/runtime/helpers/esm/typeof.js +0 -11
  225. package/dist/external/@atlaskit/pragmatic-drag-and-drop/external/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +0 -12
  226. package/dist/external/@babel/runtime/helpers/esm/extends.js +0 -16
  227. package/dist/external/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +0 -14
  228. package/dist/external/@babel/runtime/helpers/extends.js +0 -28
  229. package/dist/external/@babel/runtime/helpers/interopRequireDefault.js +0 -19
  230. package/dist/external/@babel/runtime/helpers/objectWithoutPropertiesLoose.js +0 -26
  231. package/dist/external/@emotion/cache/dist/emotion-cache.esm.js +0 -653
  232. package/dist/external/@emotion/memoize/dist/emotion-memoize.esm.js +0 -9
  233. package/dist/external/@emotion/sheet/dist/emotion-sheet.esm.js +0 -154
  234. package/dist/external/@emotion/weak-memoize/dist/emotion-weak-memoize.esm.js +0 -16
  235. package/dist/external/@mui/icons-material/esm/ArrowUpwardRounded.js +0 -8
  236. package/dist/external/@mui/icons-material/esm/CalendarToday.js +0 -8
  237. package/dist/external/@mui/icons-material/esm/Check.js +0 -8
  238. package/dist/external/@mui/icons-material/esm/ChevronLeft.js +0 -8
  239. package/dist/external/@mui/icons-material/esm/ChevronRight.js +0 -8
  240. package/dist/external/@mui/icons-material/esm/ClearRounded.js +0 -8
  241. package/dist/external/@mui/icons-material/esm/Close.js +0 -8
  242. package/dist/external/@mui/icons-material/esm/CloudUploadRounded.js +0 -8
  243. package/dist/external/@mui/icons-material/esm/ExpandMore.js +0 -8
  244. package/dist/external/@mui/icons-material/esm/Info.js +0 -8
  245. package/dist/external/@mui/icons-material/esm/UploadFileRounded.js +0 -8
  246. package/dist/external/@mui/material/SvgIcon/SvgIcon.js +0 -186
  247. package/dist/external/@mui/material/SvgIcon/svgIconClasses.js +0 -9
  248. package/dist/external/@mui/material/colors/blue.js +0 -18
  249. package/dist/external/@mui/material/colors/common.js +0 -6
  250. package/dist/external/@mui/material/colors/green.js +0 -18
  251. package/dist/external/@mui/material/colors/grey.js +0 -18
  252. package/dist/external/@mui/material/colors/lightBlue.js +0 -18
  253. package/dist/external/@mui/material/colors/orange.js +0 -18
  254. package/dist/external/@mui/material/colors/purple.js +0 -18
  255. package/dist/external/@mui/material/colors/red.js +0 -18
  256. package/dist/external/@mui/material/styles/createMixins.js +0 -19
  257. package/dist/external/@mui/material/styles/createPalette.js +0 -308
  258. package/dist/external/@mui/material/styles/createTheme.js +0 -82
  259. package/dist/external/@mui/material/styles/createTransitions.js +0 -91
  260. package/dist/external/@mui/material/styles/createTypography.js +0 -93
  261. package/dist/external/@mui/material/styles/defaultTheme.js +0 -5
  262. package/dist/external/@mui/material/styles/identifier.js +0 -3
  263. package/dist/external/@mui/material/styles/rootShouldForwardProp.js +0 -5
  264. package/dist/external/@mui/material/styles/shadows.js +0 -11
  265. package/dist/external/@mui/material/styles/slotShouldForwardProp.js +0 -6
  266. package/dist/external/@mui/material/styles/styled.js +0 -12
  267. package/dist/external/@mui/material/styles/useThemeProps.js +0 -17
  268. package/dist/external/@mui/material/styles/zIndex.js +0 -14
  269. package/dist/external/@mui/material/utils/capitalize.js +0 -5
  270. package/dist/external/@mui/material/utils/createSvgIcon.js +0 -24
  271. package/dist/external/@mui/styled-engine/GlobalStyles/GlobalStyles.js +0 -24
  272. package/dist/external/@mui/styled-engine/StyledEngineProvider/StyledEngineProvider.js +0 -37
  273. package/dist/external/@mui/styled-engine/index.js +0 -38
  274. package/dist/external/@mui/system/colorManipulator.js +0 -385
  275. package/dist/external/@mui/system/createStyled.js +0 -270
  276. package/dist/external/@mui/system/esm/borders.js +0 -51
  277. package/dist/external/@mui/system/esm/breakpoints.js +0 -66
  278. package/dist/external/@mui/system/esm/compose.js +0 -26
  279. package/dist/external/@mui/system/esm/createTheme/applyStyles.js +0 -76
  280. package/dist/external/@mui/system/esm/createTheme/createBreakpoints.js +0 -82
  281. package/dist/external/@mui/system/esm/createTheme/createSpacing.js +0 -34
  282. package/dist/external/@mui/system/esm/createTheme/createTheme.js +0 -45
  283. package/dist/external/@mui/system/esm/createTheme/index.js +0 -3
  284. package/dist/external/@mui/system/esm/createTheme/shape.js +0 -5
  285. package/dist/external/@mui/system/esm/cssGrid.js +0 -86
  286. package/dist/external/@mui/system/esm/memoize.js +0 -11
  287. package/dist/external/@mui/system/esm/merge.js +0 -12
  288. package/dist/external/@mui/system/esm/palette.js +0 -28
  289. package/dist/external/@mui/system/esm/responsivePropType.js +0 -5
  290. package/dist/external/@mui/system/esm/sizing.js +0 -67
  291. package/dist/external/@mui/system/esm/spacing.js +0 -144
  292. package/dist/external/@mui/system/esm/style.js +0 -77
  293. package/dist/external/@mui/system/esm/styleFunctionSx/defaultSxConfig.js +0 -293
  294. package/dist/external/@mui/system/esm/styleFunctionSx/extendSxProp.js +0 -51
  295. package/dist/external/@mui/system/esm/styleFunctionSx/index.js +0 -3
  296. package/dist/external/@mui/system/esm/styleFunctionSx/styleFunctionSx.js +0 -129
  297. package/dist/external/@mui/system/esm/useTheme.js +0 -9
  298. package/dist/external/@mui/system/esm/useThemeProps/getThemeProps.js +0 -15
  299. package/dist/external/@mui/system/esm/useThemeProps/useThemeProps.js +0 -22
  300. package/dist/external/@mui/system/esm/useThemeWithoutDefault.js +0 -12
  301. package/dist/external/@mui/utils/ClassNameGenerator/ClassNameGenerator.js +0 -18
  302. package/dist/external/@mui/utils/capitalize/capitalize.js +0 -14
  303. package/dist/external/@mui/utils/capitalize/index.js +0 -1
  304. package/dist/external/@mui/utils/clamp/clamp.js +0 -5
  305. package/dist/external/@mui/utils/clamp/index.js +0 -1
  306. package/dist/external/@mui/utils/composeClasses/composeClasses.js +0 -23
  307. package/dist/external/@mui/utils/deepmerge/deepmerge.js +0 -44
  308. package/dist/external/@mui/utils/deepmerge/index.js +0 -1
  309. package/dist/external/@mui/utils/formatMuiErrorMessage/formatMuiErrorMessage.js +0 -21
  310. package/dist/external/@mui/utils/formatMuiErrorMessage/index.js +0 -1
  311. package/dist/external/@mui/utils/generateUtilityClass/generateUtilityClass.js +0 -22
  312. package/dist/external/@mui/utils/generateUtilityClasses/generateUtilityClasses.js +0 -11
  313. package/dist/external/@mui/utils/getDisplayName/getDisplayName.js +0 -49
  314. package/dist/external/@mui/utils/getDisplayName/index.js +0 -1
  315. package/dist/external/@mui/utils/resolveProps/resolveProps.js +0 -37
  316. package/dist/external/bind-event-listener/dist/bind-all.js +0 -54
  317. package/dist/external/bind-event-listener/dist/bind.js +0 -21
  318. package/dist/external/bind-event-listener/dist/index.js +0 -21
  319. package/dist/external/clsx/dist/clsx.js +0 -3
  320. package/dist/external/object-assign/index.js +0 -99
  321. package/dist/external/prop-types/checkPropTypes.js +0 -115
  322. package/dist/external/prop-types/factoryWithThrowingShims.js +0 -74
  323. package/dist/external/prop-types/factoryWithTypeCheckers.js +0 -625
  324. package/dist/external/prop-types/index.js +0 -33
  325. package/dist/external/prop-types/lib/ReactPropTypesSecret.js +0 -21
  326. package/dist/external/prop-types/lib/has.js +0 -11
  327. package/dist/external/raf-schd/dist/raf-schd.esm.js +0 -34
  328. package/dist/external/stylis/src/Enum.js +0 -12
  329. package/dist/external/stylis/src/Middleware.js +0 -32
  330. package/dist/external/stylis/src/Parser.js +0 -193
  331. package/dist/external/stylis/src/Serializer.js +0 -38
  332. package/dist/external/stylis/src/Tokenizer.js +0 -223
  333. package/dist/external/stylis/src/Utility.js +0 -117
  334. package/dist/hooks/use-controlled-state/index.js +0 -23
  335. package/dist/libs/rehype-accent/index.js +0 -39
@@ -1,154 +0,0 @@
1
- /*
2
-
3
- Based off glamor's StyleSheet, thanks Sunil ❤️
4
-
5
- high performance StyleSheet for css-in-js systems
6
-
7
- - uses multiple style tags behind the scenes for millions of rules
8
- - uses `insertRule` for appending in production for *much* faster performance
9
-
10
- // usage
11
-
12
- import { StyleSheet } from '@emotion/sheet'
13
-
14
- let styleSheet = new StyleSheet({ key: '', container: document.head })
15
-
16
- styleSheet.insert('#box { border: 1px solid red; }')
17
- - appends a css rule into the stylesheet
18
-
19
- styleSheet.flush()
20
- - empties the stylesheet of all its contents
21
-
22
- */
23
- // $FlowFixMe
24
- function sheetForTag(tag) {
25
- if (tag.sheet) {
26
- // $FlowFixMe
27
- return tag.sheet;
28
- } // this weirdness brought to you by firefox
29
-
30
- /* istanbul ignore next */
31
-
32
-
33
- for (var i = 0; i < document.styleSheets.length; i++) {
34
- if (document.styleSheets[i].ownerNode === tag) {
35
- // $FlowFixMe
36
- return document.styleSheets[i];
37
- }
38
- }
39
- }
40
-
41
- function createStyleElement(options) {
42
- var tag = document.createElement('style');
43
- tag.setAttribute('data-emotion', options.key);
44
-
45
- if (options.nonce !== undefined) {
46
- tag.setAttribute('nonce', options.nonce);
47
- }
48
-
49
- tag.appendChild(document.createTextNode(''));
50
- tag.setAttribute('data-s', '');
51
- return tag;
52
- }
53
-
54
- var StyleSheet = /*#__PURE__*/function () {
55
- // Using Node instead of HTMLElement since container may be a ShadowRoot
56
- function StyleSheet(options) {
57
- var _this = this;
58
-
59
- this._insertTag = function (tag) {
60
- var before;
61
-
62
- if (_this.tags.length === 0) {
63
- if (_this.insertionPoint) {
64
- before = _this.insertionPoint.nextSibling;
65
- } else if (_this.prepend) {
66
- before = _this.container.firstChild;
67
- } else {
68
- before = _this.before;
69
- }
70
- } else {
71
- before = _this.tags[_this.tags.length - 1].nextSibling;
72
- }
73
-
74
- _this.container.insertBefore(tag, before);
75
-
76
- _this.tags.push(tag);
77
- };
78
-
79
- this.isSpeedy = options.speedy === undefined ? process.env.NODE_ENV === 'production' : options.speedy;
80
- this.tags = [];
81
- this.ctr = 0;
82
- this.nonce = options.nonce; // key is the value of the data-emotion attribute, it's used to identify different sheets
83
-
84
- this.key = options.key;
85
- this.container = options.container;
86
- this.prepend = options.prepend;
87
- this.insertionPoint = options.insertionPoint;
88
- this.before = null;
89
- }
90
-
91
- var _proto = StyleSheet.prototype;
92
-
93
- _proto.hydrate = function hydrate(nodes) {
94
- nodes.forEach(this._insertTag);
95
- };
96
-
97
- _proto.insert = function insert(rule) {
98
- // the max length is how many rules we have per style tag, it's 65000 in speedy mode
99
- // it's 1 in dev because we insert source maps that map a single rule to a location
100
- // and you can only have one source map per style tag
101
- if (this.ctr % (this.isSpeedy ? 65000 : 1) === 0) {
102
- this._insertTag(createStyleElement(this));
103
- }
104
-
105
- var tag = this.tags[this.tags.length - 1];
106
-
107
- if (process.env.NODE_ENV !== 'production') {
108
- var isImportRule = rule.charCodeAt(0) === 64 && rule.charCodeAt(1) === 105;
109
-
110
- if (isImportRule && this._alreadyInsertedOrderInsensitiveRule) {
111
- // this would only cause problem in speedy mode
112
- // but we don't want enabling speedy to affect the observable behavior
113
- // so we report this error at all times
114
- console.error("You're attempting to insert the following rule:\n" + rule + '\n\n`@import` rules must be before all other types of rules in a stylesheet but other rules have already been inserted. Please ensure that `@import` rules are before all other rules.');
115
- }
116
- this._alreadyInsertedOrderInsensitiveRule = this._alreadyInsertedOrderInsensitiveRule || !isImportRule;
117
- }
118
-
119
- if (this.isSpeedy) {
120
- var sheet = sheetForTag(tag);
121
-
122
- try {
123
- // this is the ultrafast version, works across browsers
124
- // the big drawback is that the css won't be editable in devtools
125
- sheet.insertRule(rule, sheet.cssRules.length);
126
- } catch (e) {
127
- if (process.env.NODE_ENV !== 'production' && !/:(-moz-placeholder|-moz-focus-inner|-moz-focusring|-ms-input-placeholder|-moz-read-write|-moz-read-only|-ms-clear|-ms-expand|-ms-reveal){/.test(rule)) {
128
- console.error("There was a problem inserting the following rule: \"" + rule + "\"", e);
129
- }
130
- }
131
- } else {
132
- tag.appendChild(document.createTextNode(rule));
133
- }
134
-
135
- this.ctr++;
136
- };
137
-
138
- _proto.flush = function flush() {
139
- // $FlowFixMe
140
- this.tags.forEach(function (tag) {
141
- return tag.parentNode && tag.parentNode.removeChild(tag);
142
- });
143
- this.tags = [];
144
- this.ctr = 0;
145
-
146
- if (process.env.NODE_ENV !== 'production') {
147
- this._alreadyInsertedOrderInsensitiveRule = false;
148
- }
149
- };
150
-
151
- return StyleSheet;
152
- }();
153
-
154
- export { StyleSheet };
@@ -1,16 +0,0 @@
1
- var weakMemoize = function weakMemoize(func) {
2
- // $FlowFixMe flow doesn't include all non-primitive types as allowed for weakmaps
3
- var cache = new WeakMap();
4
- return function (arg) {
5
- if (cache.has(arg)) {
6
- // $FlowFixMe
7
- return cache.get(arg);
8
- }
9
-
10
- var ret = func(arg);
11
- cache.set(arg, ret);
12
- return ret;
13
- };
14
- };
15
-
16
- export { weakMemoize as default };
@@ -1,8 +0,0 @@
1
- import { jsx } from 'react/jsx-runtime';
2
- import createSvgIcon from '../../material/utils/createSvgIcon.js';
3
-
4
- var SortIcon = createSvgIcon( /*#__PURE__*/jsx("path", {
5
- d: "M13 19V7.83l4.88 4.88c.39.39 1.03.39 1.42 0s.39-1.02 0-1.41l-6.59-6.59a.996.996 0 0 0-1.41 0l-6.6 6.58c-.39.39-.39 1.02 0 1.41s1.02.39 1.41 0L11 7.83V19c0 .55.45 1 1 1s1-.45 1-1"
6
- }), 'ArrowUpwardRounded');
7
-
8
- export { SortIcon as default };
@@ -1,8 +0,0 @@
1
- import { jsx } from 'react/jsx-runtime';
2
- import createSvgIcon from '../../material/utils/createSvgIcon.js';
3
-
4
- var CalendarTodayIcon = createSvgIcon( /*#__PURE__*/jsx("path", {
5
- d: "M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 18H4V8h16z"
6
- }), 'CalendarToday');
7
-
8
- export { CalendarTodayIcon as default };
@@ -1,8 +0,0 @@
1
- import { jsx } from 'react/jsx-runtime';
2
- import createSvgIcon from '../../material/utils/createSvgIcon.js';
3
-
4
- var CheckIcon = createSvgIcon( /*#__PURE__*/jsx("path", {
5
- d: "M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"
6
- }), 'Check');
7
-
8
- export { CheckIcon as default };
@@ -1,8 +0,0 @@
1
- import { jsx } from 'react/jsx-runtime';
2
- import createSvgIcon from '../../material/utils/createSvgIcon.js';
3
-
4
- var PreviousIcon = createSvgIcon( /*#__PURE__*/jsx("path", {
5
- d: "M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"
6
- }), 'ChevronLeft');
7
-
8
- export { PreviousIcon as default };
@@ -1,8 +0,0 @@
1
- import { jsx } from 'react/jsx-runtime';
2
- import createSvgIcon from '../../material/utils/createSvgIcon.js';
3
-
4
- var NextIcon = createSvgIcon( /*#__PURE__*/jsx("path", {
5
- d: "M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"
6
- }), 'ChevronRight');
7
-
8
- export { NextIcon as default };
@@ -1,8 +0,0 @@
1
- import { jsx } from 'react/jsx-runtime';
2
- import createSvgIcon from '../../material/utils/createSvgIcon.js';
3
-
4
- var MuiClearIcon = createSvgIcon( /*#__PURE__*/jsx("path", {
5
- d: "M18.3 5.71a.996.996 0 0 0-1.41 0L12 10.59 7.11 5.7a.996.996 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L10.59 12 5.7 16.89c-.39.39-.39 1.02 0 1.41s1.02.39 1.41 0L12 13.41l4.89 4.89c.39.39 1.02.39 1.41 0s.39-1.02 0-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4"
6
- }), 'ClearRounded');
7
-
8
- export { MuiClearIcon as default };
@@ -1,8 +0,0 @@
1
- import { jsx } from 'react/jsx-runtime';
2
- import createSvgIcon from '../../material/utils/createSvgIcon.js';
3
-
4
- var ClearIcon = createSvgIcon( /*#__PURE__*/jsx("path", {
5
- d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
6
- }), 'Close');
7
-
8
- export { ClearIcon as default };
@@ -1,8 +0,0 @@
1
- import { jsx } from 'react/jsx-runtime';
2
- import createSvgIcon from '../../material/utils/createSvgIcon.js';
3
-
4
- var MuiFileUploadIcon = createSvgIcon( /*#__PURE__*/jsx("path", {
5
- d: "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96M14 13v4h-4v-4H7l4.65-4.65c.2-.2.51-.2.71 0L17 13z"
6
- }), 'CloudUploadRounded');
7
-
8
- export { MuiFileUploadIcon as default };
@@ -1,8 +0,0 @@
1
- import { jsx } from 'react/jsx-runtime';
2
- import createSvgIcon from '../../material/utils/createSvgIcon.js';
3
-
4
- var ExpandMoreIcon = createSvgIcon( /*#__PURE__*/jsx("path", {
5
- d: "M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z"
6
- }), 'ExpandMore');
7
-
8
- export { ExpandMoreIcon as default };
@@ -1,8 +0,0 @@
1
- import { jsx } from 'react/jsx-runtime';
2
- import createSvgIcon from '../../material/utils/createSvgIcon.js';
3
-
4
- var InfoIcon = createSvgIcon( /*#__PURE__*/jsx("path", {
5
- d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m1 15h-2v-6h2zm0-8h-2V7h2z"
6
- }), 'Info');
7
-
8
- export { InfoIcon as default };
@@ -1,8 +0,0 @@
1
- import { jsx } from 'react/jsx-runtime';
2
- import createSvgIcon from '../../material/utils/createSvgIcon.js';
3
-
4
- var MuiUploadFileIcon = createSvgIcon( /*#__PURE__*/jsx("path", {
5
- d: "m19.41 7.41-4.83-4.83c-.37-.37-.88-.58-1.41-.58H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8.83c0-.53-.21-1.04-.59-1.42M14.8 15H13v3c0 .55-.45 1-1 1s-1-.45-1-1v-3H9.21c-.45 0-.67-.54-.35-.85l2.8-2.79c.2-.19.51-.19.71 0l2.79 2.79c.3.31.08.85-.36.85M14 9c-.55 0-1-.45-1-1V3.5L18.5 9z"
6
- }), 'UploadFileRounded');
7
-
8
- export { MuiUploadFileIcon as default };
@@ -1,186 +0,0 @@
1
- import _extends from '../../../@babel/runtime/helpers/esm/extends.js';
2
- import _objectWithoutPropertiesLoose from '../../../@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js';
3
- import * as React from 'react';
4
- import PropTypes from '../../../../_virtual/index3.js';
5
- import { clsx } from '../../../clsx/dist/clsx.js';
6
- import useThemeProps from '../styles/useThemeProps.js';
7
- import styled from '../styles/styled.js';
8
- import { getSvgIconUtilityClass } from './svgIconClasses.js';
9
- import { jsxs, jsx } from 'react/jsx-runtime';
10
- import capitalize from '../../utils/capitalize/capitalize.js';
11
- import composeClasses from '../../utils/composeClasses/composeClasses.js';
12
-
13
- const _excluded = ["children", "className", "color", "component", "fontSize", "htmlColor", "inheritViewBox", "titleAccess", "viewBox"];
14
- const useUtilityClasses = ownerState => {
15
- const {
16
- color,
17
- fontSize,
18
- classes
19
- } = ownerState;
20
- const slots = {
21
- root: ['root', color !== 'inherit' && `color${capitalize(color)}`, `fontSize${capitalize(fontSize)}`]
22
- };
23
- return composeClasses(slots, getSvgIconUtilityClass, classes);
24
- };
25
- const SvgIconRoot = styled('svg', {
26
- name: 'MuiSvgIcon',
27
- slot: 'Root',
28
- overridesResolver: (props, styles) => {
29
- const {
30
- ownerState
31
- } = props;
32
- return [styles.root, ownerState.color !== 'inherit' && styles[`color${capitalize(ownerState.color)}`], styles[`fontSize${capitalize(ownerState.fontSize)}`]];
33
- }
34
- })(({
35
- theme,
36
- ownerState
37
- }) => {
38
- var _theme$transitions, _theme$transitions$cr, _theme$transitions2, _theme$typography, _theme$typography$pxT, _theme$typography2, _theme$typography2$px, _theme$typography3, _theme$typography3$px, _palette$ownerState$c, _palette, _palette2, _palette3;
39
- return {
40
- userSelect: 'none',
41
- width: '1em',
42
- height: '1em',
43
- display: 'inline-block',
44
- // the <svg> will define the property that has `currentColor`
45
- // for example heroicons uses fill="none" and stroke="currentColor"
46
- fill: ownerState.hasSvgAsChild ? undefined : 'currentColor',
47
- flexShrink: 0,
48
- transition: (_theme$transitions = theme.transitions) == null || (_theme$transitions$cr = _theme$transitions.create) == null ? undefined : _theme$transitions$cr.call(_theme$transitions, 'fill', {
49
- duration: (_theme$transitions2 = theme.transitions) == null || (_theme$transitions2 = _theme$transitions2.duration) == null ? undefined : _theme$transitions2.shorter
50
- }),
51
- fontSize: {
52
- inherit: 'inherit',
53
- small: ((_theme$typography = theme.typography) == null || (_theme$typography$pxT = _theme$typography.pxToRem) == null ? undefined : _theme$typography$pxT.call(_theme$typography, 20)) || '1.25rem',
54
- medium: ((_theme$typography2 = theme.typography) == null || (_theme$typography2$px = _theme$typography2.pxToRem) == null ? undefined : _theme$typography2$px.call(_theme$typography2, 24)) || '1.5rem',
55
- large: ((_theme$typography3 = theme.typography) == null || (_theme$typography3$px = _theme$typography3.pxToRem) == null ? undefined : _theme$typography3$px.call(_theme$typography3, 35)) || '2.1875rem'
56
- }[ownerState.fontSize],
57
- // TODO v5 deprecate, v6 remove for sx
58
- color: (_palette$ownerState$c = (_palette = (theme.vars || theme).palette) == null || (_palette = _palette[ownerState.color]) == null ? undefined : _palette.main) != null ? _palette$ownerState$c : {
59
- action: (_palette2 = (theme.vars || theme).palette) == null || (_palette2 = _palette2.action) == null ? undefined : _palette2.active,
60
- disabled: (_palette3 = (theme.vars || theme).palette) == null || (_palette3 = _palette3.action) == null ? undefined : _palette3.disabled,
61
- inherit: undefined
62
- }[ownerState.color]
63
- };
64
- });
65
- const SvgIcon = /*#__PURE__*/React.forwardRef(function SvgIcon(inProps, ref) {
66
- const props = useThemeProps({
67
- props: inProps,
68
- name: 'MuiSvgIcon'
69
- });
70
- const {
71
- children,
72
- className,
73
- color = 'inherit',
74
- component = 'svg',
75
- fontSize = 'medium',
76
- htmlColor,
77
- inheritViewBox = false,
78
- titleAccess,
79
- viewBox = '0 0 24 24'
80
- } = props,
81
- other = _objectWithoutPropertiesLoose(props, _excluded);
82
- const hasSvgAsChild = /*#__PURE__*/React.isValidElement(children) && children.type === 'svg';
83
- const ownerState = _extends({}, props, {
84
- color,
85
- component,
86
- fontSize,
87
- instanceFontSize: inProps.fontSize,
88
- inheritViewBox,
89
- viewBox,
90
- hasSvgAsChild
91
- });
92
- const more = {};
93
- if (!inheritViewBox) {
94
- more.viewBox = viewBox;
95
- }
96
- const classes = useUtilityClasses(ownerState);
97
- return /*#__PURE__*/jsxs(SvgIconRoot, _extends({
98
- as: component,
99
- className: clsx(classes.root, className),
100
- focusable: "false",
101
- color: htmlColor,
102
- "aria-hidden": titleAccess ? undefined : true,
103
- role: titleAccess ? 'img' : undefined,
104
- ref: ref
105
- }, more, other, hasSvgAsChild && children.props, {
106
- ownerState: ownerState,
107
- children: [hasSvgAsChild ? children.props.children : children, titleAccess ? /*#__PURE__*/jsx("title", {
108
- children: titleAccess
109
- }) : null]
110
- }));
111
- });
112
- process.env.NODE_ENV !== "production" ? SvgIcon.propTypes /* remove-proptypes */ = {
113
- // ┌────────────────────────────── Warning ──────────────────────────────┐
114
- // │ These PropTypes are generated from the TypeScript type definitions. │
115
- // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
116
- // └─────────────────────────────────────────────────────────────────────┘
117
- /**
118
- * Node passed into the SVG element.
119
- */
120
- children: PropTypes.node,
121
- /**
122
- * Override or extend the styles applied to the component.
123
- */
124
- classes: PropTypes.object,
125
- /**
126
- * @ignore
127
- */
128
- className: PropTypes.string,
129
- /**
130
- * The color of the component.
131
- * It supports both default and custom theme colors, which can be added as shown in the
132
- * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
133
- * You can use the `htmlColor` prop to apply a color attribute to the SVG element.
134
- * @default 'inherit'
135
- */
136
- color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['inherit', 'action', 'disabled', 'primary', 'secondary', 'error', 'info', 'success', 'warning']), PropTypes.string]),
137
- /**
138
- * The component used for the root node.
139
- * Either a string to use a HTML element or a component.
140
- */
141
- component: PropTypes.elementType,
142
- /**
143
- * The fontSize applied to the icon. Defaults to 24px, but can be configure to inherit font size.
144
- * @default 'medium'
145
- */
146
- fontSize: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['inherit', 'large', 'medium', 'small']), PropTypes.string]),
147
- /**
148
- * Applies a color attribute to the SVG element.
149
- */
150
- htmlColor: PropTypes.string,
151
- /**
152
- * If `true`, the root node will inherit the custom `component`'s viewBox and the `viewBox`
153
- * prop will be ignored.
154
- * Useful when you want to reference a custom `component` and have `SvgIcon` pass that
155
- * `component`'s viewBox to the root node.
156
- * @default false
157
- */
158
- inheritViewBox: PropTypes.bool,
159
- /**
160
- * The shape-rendering attribute. The behavior of the different options is described on the
161
- * [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/shape-rendering).
162
- * If you are having issues with blurry icons you should investigate this prop.
163
- */
164
- shapeRendering: PropTypes.string,
165
- /**
166
- * The system prop that allows defining system overrides as well as additional CSS styles.
167
- */
168
- sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
169
- /**
170
- * Provides a human-readable title for the element that contains it.
171
- * https://www.w3.org/TR/SVG-access/#Equivalent
172
- */
173
- titleAccess: PropTypes.string,
174
- /**
175
- * Allows you to redefine what the coordinates without units mean inside an SVG element.
176
- * For example, if the SVG element is 500 (width) by 200 (height),
177
- * and you pass viewBox="0 0 50 20",
178
- * this means that the coordinates inside the SVG will go from the top left corner (0,0)
179
- * to bottom right (50,20) and each unit will be worth 10px.
180
- * @default '0 0 24 24'
181
- */
182
- viewBox: PropTypes.string
183
- } : undefined;
184
- SvgIcon.muiName = 'SvgIcon';
185
-
186
- export { SvgIcon as default };
@@ -1,9 +0,0 @@
1
- import generateUtilityClass from '../../utils/generateUtilityClass/generateUtilityClass.js';
2
- import generateUtilityClasses from '../../utils/generateUtilityClasses/generateUtilityClasses.js';
3
-
4
- function getSvgIconUtilityClass(slot) {
5
- return generateUtilityClass('MuiSvgIcon', slot);
6
- }
7
- generateUtilityClasses('MuiSvgIcon', ['root', 'colorPrimary', 'colorSecondary', 'colorAction', 'colorError', 'colorDisabled', 'fontSizeInherit', 'fontSizeSmall', 'fontSizeMedium', 'fontSizeLarge']);
8
-
9
- export { getSvgIconUtilityClass };
@@ -1,18 +0,0 @@
1
- const blue = {
2
- 50: '#e3f2fd',
3
- 100: '#bbdefb',
4
- 200: '#90caf9',
5
- 300: '#64b5f6',
6
- 400: '#42a5f5',
7
- 500: '#2196f3',
8
- 600: '#1e88e5',
9
- 700: '#1976d2',
10
- 800: '#1565c0',
11
- 900: '#0d47a1',
12
- A100: '#82b1ff',
13
- A200: '#448aff',
14
- A400: '#2979ff',
15
- A700: '#2962ff'
16
- };
17
-
18
- export { blue as default };
@@ -1,6 +0,0 @@
1
- const common = {
2
- black: '#000',
3
- white: '#fff'
4
- };
5
-
6
- export { common as default };
@@ -1,18 +0,0 @@
1
- const green = {
2
- 50: '#e8f5e9',
3
- 100: '#c8e6c9',
4
- 200: '#a5d6a7',
5
- 300: '#81c784',
6
- 400: '#66bb6a',
7
- 500: '#4caf50',
8
- 600: '#43a047',
9
- 700: '#388e3c',
10
- 800: '#2e7d32',
11
- 900: '#1b5e20',
12
- A100: '#b9f6ca',
13
- A200: '#69f0ae',
14
- A400: '#00e676',
15
- A700: '#00c853'
16
- };
17
-
18
- export { green as default };
@@ -1,18 +0,0 @@
1
- const grey = {
2
- 50: '#fafafa',
3
- 100: '#f5f5f5',
4
- 200: '#eeeeee',
5
- 300: '#e0e0e0',
6
- 400: '#bdbdbd',
7
- 500: '#9e9e9e',
8
- 600: '#757575',
9
- 700: '#616161',
10
- 800: '#424242',
11
- 900: '#212121',
12
- A100: '#f5f5f5',
13
- A200: '#eeeeee',
14
- A400: '#bdbdbd',
15
- A700: '#616161'
16
- };
17
-
18
- export { grey as default };
@@ -1,18 +0,0 @@
1
- const lightBlue = {
2
- 50: '#e1f5fe',
3
- 100: '#b3e5fc',
4
- 200: '#81d4fa',
5
- 300: '#4fc3f7',
6
- 400: '#29b6f6',
7
- 500: '#03a9f4',
8
- 600: '#039be5',
9
- 700: '#0288d1',
10
- 800: '#0277bd',
11
- 900: '#01579b',
12
- A100: '#80d8ff',
13
- A200: '#40c4ff',
14
- A400: '#00b0ff',
15
- A700: '#0091ea'
16
- };
17
-
18
- export { lightBlue as default };
@@ -1,18 +0,0 @@
1
- const orange = {
2
- 50: '#fff3e0',
3
- 100: '#ffe0b2',
4
- 200: '#ffcc80',
5
- 300: '#ffb74d',
6
- 400: '#ffa726',
7
- 500: '#ff9800',
8
- 600: '#fb8c00',
9
- 700: '#f57c00',
10
- 800: '#ef6c00',
11
- 900: '#e65100',
12
- A100: '#ffd180',
13
- A200: '#ffab40',
14
- A400: '#ff9100',
15
- A700: '#ff6d00'
16
- };
17
-
18
- export { orange as default };
@@ -1,18 +0,0 @@
1
- const purple = {
2
- 50: '#f3e5f5',
3
- 100: '#e1bee7',
4
- 200: '#ce93d8',
5
- 300: '#ba68c8',
6
- 400: '#ab47bc',
7
- 500: '#9c27b0',
8
- 600: '#8e24aa',
9
- 700: '#7b1fa2',
10
- 800: '#6a1b9a',
11
- 900: '#4a148c',
12
- A100: '#ea80fc',
13
- A200: '#e040fb',
14
- A400: '#d500f9',
15
- A700: '#aa00ff'
16
- };
17
-
18
- export { purple as default };
@@ -1,18 +0,0 @@
1
- const red = {
2
- 50: '#ffebee',
3
- 100: '#ffcdd2',
4
- 200: '#ef9a9a',
5
- 300: '#e57373',
6
- 400: '#ef5350',
7
- 500: '#f44336',
8
- 600: '#e53935',
9
- 700: '#d32f2f',
10
- 800: '#c62828',
11
- 900: '#b71c1c',
12
- A100: '#ff8a80',
13
- A200: '#ff5252',
14
- A400: '#ff1744',
15
- A700: '#d50000'
16
- };
17
-
18
- export { red as default };
@@ -1,19 +0,0 @@
1
- import _extends from '../../../@babel/runtime/helpers/esm/extends.js';
2
-
3
- function createMixins(breakpoints, mixins) {
4
- return _extends({
5
- toolbar: {
6
- minHeight: 56,
7
- [breakpoints.up('xs')]: {
8
- '@media (orientation: landscape)': {
9
- minHeight: 48
10
- }
11
- },
12
- [breakpoints.up('sm')]: {
13
- minHeight: 64
14
- }
15
- }
16
- }, mixins);
17
- }
18
-
19
- export { createMixins as default };