@mui/codemod 6.4.4 → 6.4.7

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 (59) hide show
  1. package/README.md +100 -10
  2. package/node/deprecations/all/deprecations-all.js +16 -0
  3. package/node/deprecations/all/postcss.config.js +4 -1
  4. package/node/deprecations/drawer-props/drawer-props.js +67 -0
  5. package/node/deprecations/drawer-props/index.js +13 -0
  6. package/node/deprecations/drawer-props/test-cases/actual.js +73 -0
  7. package/node/deprecations/drawer-props/test-cases/expected.js +97 -0
  8. package/node/deprecations/drawer-props/test-cases/theme.actual.js +58 -0
  9. package/node/deprecations/drawer-props/test-cases/theme.expected.js +74 -0
  10. package/node/deprecations/input-base-classes/index.js +13 -0
  11. package/node/deprecations/input-base-classes/input-base-classes.js +69 -0
  12. package/node/deprecations/input-base-classes/postcss-plugin.js +42 -0
  13. package/node/deprecations/input-base-classes/postcss.config.js +8 -0
  14. package/node/deprecations/input-base-classes/test-cases/actual.js +13 -0
  15. package/node/deprecations/input-base-classes/test-cases/expected.js +13 -0
  16. package/node/deprecations/menu-props/index.js +13 -0
  17. package/node/deprecations/menu-props/menu-props.js +37 -0
  18. package/node/deprecations/menu-props/test-cases/actual.js +67 -0
  19. package/node/deprecations/menu-props/test-cases/expected.js +83 -0
  20. package/node/deprecations/menu-props/test-cases/theme.actual.js +33 -0
  21. package/node/deprecations/menu-props/test-cases/theme.expected.js +39 -0
  22. package/node/deprecations/popover-props/index.js +13 -0
  23. package/node/deprecations/popover-props/popover-props.js +49 -0
  24. package/node/deprecations/popover-props/test-cases/actual.js +73 -0
  25. package/node/deprecations/popover-props/test-cases/expected.js +89 -0
  26. package/node/deprecations/popover-props/test-cases/theme.actual.js +19 -0
  27. package/node/deprecations/popover-props/test-cases/theme.expected.js +23 -0
  28. package/node/deprecations/rating-props/index.js +13 -0
  29. package/node/deprecations/rating-props/rating-props.js +25 -0
  30. package/node/deprecations/rating-props/test-cases/actual.js +37 -0
  31. package/node/deprecations/rating-props/test-cases/expected.js +53 -0
  32. package/node/deprecations/rating-props/test-cases/theme.actual.js +31 -0
  33. package/node/deprecations/rating-props/test-cases/theme.expected.js +37 -0
  34. package/node/deprecations/snackbar-props/index.js +13 -0
  35. package/node/deprecations/snackbar-props/snackbar-props.js +43 -0
  36. package/node/deprecations/snackbar-props/test-cases/actual.js +54 -0
  37. package/node/deprecations/snackbar-props/test-cases/expected.js +67 -0
  38. package/node/deprecations/snackbar-props/test-cases/theme.actual.js +39 -0
  39. package/node/deprecations/snackbar-props/test-cases/theme.expected.js +46 -0
  40. package/node/deprecations/speed-dial-action-props/index.js +13 -0
  41. package/node/deprecations/speed-dial-action-props/speed-dial-action-props.js +52 -0
  42. package/node/deprecations/speed-dial-action-props/test-cases/actual.js +56 -0
  43. package/node/deprecations/speed-dial-action-props/test-cases/expected.js +104 -0
  44. package/node/deprecations/speed-dial-action-props/test-cases/theme.actual.js +62 -0
  45. package/node/deprecations/speed-dial-action-props/test-cases/theme.expected.js +88 -0
  46. package/node/deprecations/tabs-classes/index.js +13 -0
  47. package/node/deprecations/tabs-classes/postcss-plugin.js +33 -0
  48. package/node/deprecations/tabs-classes/postcss.config.js +8 -0
  49. package/node/deprecations/tabs-classes/tabs-classes.js +77 -0
  50. package/node/deprecations/tabs-classes/test-cases/actual.js +7 -0
  51. package/node/deprecations/tabs-classes/test-cases/expected.js +7 -0
  52. package/node/deprecations/tabs-props/index.js +13 -0
  53. package/node/deprecations/tabs-props/tabs-props.js +37 -0
  54. package/node/deprecations/tabs-props/test-cases/actual.js +33 -0
  55. package/node/deprecations/tabs-props/test-cases/expected.js +41 -0
  56. package/node/deprecations/tabs-props/test-cases/theme.actual.js +15 -0
  57. package/node/deprecations/tabs-props/test-cases/theme.expected.js +19 -0
  58. package/node/deprecations/utils/movePropIntoSlotProps.js +44 -19
  59. package/package.json +1 -1
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
+ var _Rating = _interopRequireDefault(require("@mui/material/Rating"));
5
+ var _material = require("@mui/material");
6
+ var _jsxRuntime = require("react/jsx-runtime");
7
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_Rating.default, {
8
+ IconContainerComponent: CustomIconContainer
9
+ });
10
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Rating, {
11
+ IconContainerComponent: CustomIconContainer
12
+ });
13
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_Rating.default, {
14
+ IconContainerComponent: CustomIconContainer,
15
+ slots: {
16
+ root: 'div'
17
+ }
18
+ });
19
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Rating, {
20
+ IconContainerComponent: CustomIconContainer,
21
+ slots: {
22
+ ...outerSlots
23
+ }
24
+ });
25
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_Rating.default, {
26
+ IconContainerComponent: CustomIconContainer,
27
+ slotProps: {
28
+ icon: {
29
+ id: 'my-rating-icon'
30
+ }
31
+ }
32
+ });
33
+
34
+ // should skip non MUI components
35
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(NonMuiRating, {
36
+ IconContainerComponent: CustomIconContainer
37
+ });
@@ -0,0 +1,53 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
+ var _Rating = _interopRequireDefault(require("@mui/material/Rating"));
5
+ var _material = require("@mui/material");
6
+ var _jsxRuntime = require("react/jsx-runtime");
7
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_Rating.default, {
8
+ slotProps: {
9
+ icon: {
10
+ component: CustomIconContainer
11
+ }
12
+ }
13
+ });
14
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Rating, {
15
+ slotProps: {
16
+ icon: {
17
+ component: CustomIconContainer
18
+ }
19
+ }
20
+ });
21
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_Rating.default, {
22
+ slots: {
23
+ root: 'div'
24
+ },
25
+ slotProps: {
26
+ icon: {
27
+ component: CustomIconContainer
28
+ }
29
+ }
30
+ });
31
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Rating, {
32
+ slots: {
33
+ ...outerSlots
34
+ },
35
+ slotProps: {
36
+ icon: {
37
+ component: CustomIconContainer
38
+ }
39
+ }
40
+ });
41
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_Rating.default, {
42
+ slotProps: {
43
+ icon: {
44
+ id: 'my-rating-icon',
45
+ component: CustomIconContainer
46
+ }
47
+ }
48
+ });
49
+
50
+ // should skip non MUI components
51
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(NonMuiRating, {
52
+ IconContainerComponent: CustomIconContainer
53
+ });
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+
3
+ fn({
4
+ MuiRating: {
5
+ defaultProps: {
6
+ IconContainerComponent: CustomContainer
7
+ }
8
+ }
9
+ });
10
+ fn({
11
+ MuiRating: {
12
+ defaultProps: {
13
+ IconContainerComponent: CustomContainer,
14
+ slotProps: {
15
+ root: {}
16
+ }
17
+ }
18
+ }
19
+ });
20
+ fn({
21
+ MuiRating: {
22
+ defaultProps: {
23
+ IconContainerComponent: CustomContainer,
24
+ slotProps: {
25
+ icon: {
26
+ id: 'my-rating-icon'
27
+ }
28
+ }
29
+ }
30
+ }
31
+ });
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+
3
+ fn({
4
+ MuiRating: {
5
+ defaultProps: {
6
+ slotProps: {
7
+ icon: {
8
+ component: CustomContainer
9
+ }
10
+ }
11
+ }
12
+ }
13
+ });
14
+ fn({
15
+ MuiRating: {
16
+ defaultProps: {
17
+ slotProps: {
18
+ root: {},
19
+ icon: {
20
+ component: CustomContainer
21
+ }
22
+ }
23
+ }
24
+ }
25
+ });
26
+ fn({
27
+ MuiRating: {
28
+ defaultProps: {
29
+ slotProps: {
30
+ icon: {
31
+ id: 'my-rating-icon',
32
+ component: CustomContainer
33
+ }
34
+ }
35
+ }
36
+ }
37
+ });
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ Object.defineProperty(exports, "default", {
8
+ enumerable: true,
9
+ get: function () {
10
+ return _snackbarProps.default;
11
+ }
12
+ });
13
+ var _snackbarProps = _interopRequireDefault(require("./snackbar-props"));
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = transformer;
8
+ var _movePropIntoSlots = _interopRequireDefault(require("../utils/movePropIntoSlots"));
9
+ var _movePropIntoSlotProps = _interopRequireDefault(require("../utils/movePropIntoSlotProps"));
10
+ /**
11
+ * @param {import('jscodeshift').FileInfo} file
12
+ * @param {import('jscodeshift').API} api
13
+ */
14
+ function transformer(file, api, options) {
15
+ const j = api.jscodeshift;
16
+ const root = j(file.source);
17
+ const printOptions = options.printOptions;
18
+ (0, _movePropIntoSlots.default)(j, {
19
+ root,
20
+ componentName: 'Snackbar',
21
+ propName: 'TransitionComponent',
22
+ slotName: 'transition'
23
+ });
24
+ (0, _movePropIntoSlotProps.default)(j, {
25
+ root,
26
+ componentName: 'Snackbar',
27
+ propName: 'TransitionProps',
28
+ slotName: 'transition'
29
+ });
30
+ (0, _movePropIntoSlotProps.default)(j, {
31
+ root,
32
+ componentName: 'Snackbar',
33
+ propName: 'ContentProps',
34
+ slotName: 'content'
35
+ });
36
+ (0, _movePropIntoSlotProps.default)(j, {
37
+ root,
38
+ componentName: 'Snackbar',
39
+ propName: 'ClickAwayListenerProps',
40
+ slotName: 'clickAwayListener'
41
+ });
42
+ return root.toSource(printOptions);
43
+ }
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
+ var _Snackbar = _interopRequireDefault(require("@mui/material/Snackbar"));
5
+ var _material = require("@mui/material");
6
+ var _jsxRuntime = require("react/jsx-runtime");
7
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_Snackbar.default, {
8
+ ClickAwayListenerProps: CustomListenerProps,
9
+ ContentProps: CustomContentProps,
10
+ TransitionComponent: CustomTransition,
11
+ TransitionProps: CustomTransitionProps
12
+ });
13
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Snackbar, {
14
+ ClickAwayListenerProps: CustomListenerProps,
15
+ ContentProps: CustomContentProps,
16
+ TransitionComponent: CustomTransition,
17
+ TransitionProps: CustomTransitionProps
18
+ });
19
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_Snackbar.default, {
20
+ ClickAwayListenerProps: CustomListenerProps,
21
+ ContentProps: CustomContentProps,
22
+ TransitionComponent: CustomTransition,
23
+ TransitionProps: CustomTransitionProps,
24
+ slots: {
25
+ root: 'div'
26
+ }
27
+ });
28
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Snackbar, {
29
+ ClickAwayListenerProps: CustomListenerProps,
30
+ ContentProps: CustomContentProps,
31
+ TransitionComponent: CustomTransition,
32
+ TransitionProps: CustomTransitionProps,
33
+ slots: {
34
+ ...outerSlots
35
+ }
36
+ });
37
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_Snackbar.default, {
38
+ ClickAwayListenerProps: CustomListenerProps,
39
+ ContentProps: CustomContentProps,
40
+ TransitionComponent: ComponentTransition,
41
+ TransitionProps: CustomTransitionProps,
42
+ slots: {
43
+ root: 'div',
44
+ transition: SlotTransition
45
+ }
46
+ });
47
+
48
+ // should skip non MUI components
49
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(NonMuiSnackbar, {
50
+ ClickAwayListenerProps: CustomListenerProps,
51
+ ContentProps: CustomContentProps,
52
+ TransitionComponent: CustomTransition,
53
+ TransitionProps: CustomTransitionProps
54
+ });
@@ -0,0 +1,67 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
+ var _Snackbar = _interopRequireDefault(require("@mui/material/Snackbar"));
5
+ var _material = require("@mui/material");
6
+ var _jsxRuntime = require("react/jsx-runtime");
7
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_Snackbar.default, {
8
+ slots: {
9
+ transition: CustomTransition
10
+ },
11
+ slotProps: {
12
+ transition: CustomTransitionProps,
13
+ content: CustomContentProps,
14
+ clickAwayListener: CustomListenerProps
15
+ }
16
+ });
17
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Snackbar, {
18
+ slots: {
19
+ transition: CustomTransition
20
+ },
21
+ slotProps: {
22
+ transition: CustomTransitionProps,
23
+ content: CustomContentProps,
24
+ clickAwayListener: CustomListenerProps
25
+ }
26
+ });
27
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_Snackbar.default, {
28
+ slots: {
29
+ root: 'div',
30
+ transition: CustomTransition
31
+ },
32
+ slotProps: {
33
+ transition: CustomTransitionProps,
34
+ content: CustomContentProps,
35
+ clickAwayListener: CustomListenerProps
36
+ }
37
+ });
38
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Snackbar, {
39
+ slots: {
40
+ ...outerSlots,
41
+ transition: CustomTransition
42
+ },
43
+ slotProps: {
44
+ transition: CustomTransitionProps,
45
+ content: CustomContentProps,
46
+ clickAwayListener: CustomListenerProps
47
+ }
48
+ });
49
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_Snackbar.default, {
50
+ slots: {
51
+ root: 'div',
52
+ transition: SlotTransition
53
+ },
54
+ slotProps: {
55
+ transition: CustomTransitionProps,
56
+ content: CustomContentProps,
57
+ clickAwayListener: CustomListenerProps
58
+ }
59
+ });
60
+
61
+ // should skip non MUI components
62
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(NonMuiSnackbar, {
63
+ ClickAwayListenerProps: CustomListenerProps,
64
+ ContentProps: CustomContentProps,
65
+ TransitionComponent: CustomTransition,
66
+ TransitionProps: CustomTransitionProps
67
+ });
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+
3
+ fn({
4
+ MuiSnackbar: {
5
+ defaultProps: {
6
+ ClickAwayListenerProps: CustomListenerProps,
7
+ ContentProps: CustomContentProps,
8
+ TransitionComponent: CustomTransition,
9
+ TransitionProps: CustomTransitionProps
10
+ }
11
+ }
12
+ });
13
+ fn({
14
+ MuiSnackbar: {
15
+ defaultProps: {
16
+ ClickAwayListenerProps: CustomListenerProps,
17
+ ContentProps: CustomContentProps,
18
+ TransitionComponent: CustomTransition,
19
+ TransitionProps: CustomTransitionProps,
20
+ slots: {
21
+ root: 'div'
22
+ }
23
+ }
24
+ }
25
+ });
26
+ fn({
27
+ MuiSnackbar: {
28
+ defaultProps: {
29
+ ClickAwayListenerProps: CustomListenerProps,
30
+ ContentProps: CustomContentProps,
31
+ TransitionComponent: ComponentTransition,
32
+ TransitionProps: CustomTransitionProps,
33
+ slots: {
34
+ root: 'div',
35
+ transition: SlotTransition
36
+ }
37
+ }
38
+ }
39
+ });
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+
3
+ fn({
4
+ MuiSnackbar: {
5
+ defaultProps: {
6
+ slots: {
7
+ transition: CustomTransition
8
+ },
9
+ slotProps: {
10
+ transition: CustomTransitionProps,
11
+ content: CustomContentProps,
12
+ clickAwayListener: CustomListenerProps
13
+ }
14
+ }
15
+ }
16
+ });
17
+ fn({
18
+ MuiSnackbar: {
19
+ defaultProps: {
20
+ slots: {
21
+ root: 'div',
22
+ transition: CustomTransition
23
+ },
24
+ slotProps: {
25
+ transition: CustomTransitionProps,
26
+ content: CustomContentProps,
27
+ clickAwayListener: CustomListenerProps
28
+ }
29
+ }
30
+ }
31
+ });
32
+ fn({
33
+ MuiSnackbar: {
34
+ defaultProps: {
35
+ slots: {
36
+ root: 'div',
37
+ transition: SlotTransition
38
+ },
39
+ slotProps: {
40
+ transition: CustomTransitionProps,
41
+ content: CustomContentProps,
42
+ clickAwayListener: CustomListenerProps
43
+ }
44
+ }
45
+ }
46
+ });
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ Object.defineProperty(exports, "default", {
8
+ enumerable: true,
9
+ get: function () {
10
+ return _speedDialActionProps.default;
11
+ }
12
+ });
13
+ var _speedDialActionProps = _interopRequireDefault(require("./speed-dial-action-props"));
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = transformer;
8
+ var _movePropIntoSlotProps = _interopRequireDefault(require("../utils/movePropIntoSlotProps"));
9
+ /**
10
+ * @param {import('jscodeshift').FileInfo} file
11
+ * @param {import('jscodeshift').API} api
12
+ */
13
+ function transformer(file, api, options) {
14
+ const j = api.jscodeshift;
15
+ const root = j(file.source);
16
+ const printOptions = options.printOptions;
17
+ (0, _movePropIntoSlotProps.default)(j, {
18
+ root,
19
+ componentName: 'SpeedDialAction',
20
+ propName: 'tooltipTitle',
21
+ slotName: 'tooltip',
22
+ slotPropName: 'title'
23
+ });
24
+ (0, _movePropIntoSlotProps.default)(j, {
25
+ root,
26
+ componentName: 'SpeedDialAction',
27
+ propName: 'tooltipPlacement',
28
+ slotName: 'tooltip',
29
+ slotPropName: 'placement'
30
+ });
31
+ (0, _movePropIntoSlotProps.default)(j, {
32
+ root,
33
+ componentName: 'SpeedDialAction',
34
+ propName: 'tooltipOpen',
35
+ slotName: 'tooltip',
36
+ slotPropName: 'open'
37
+ });
38
+ (0, _movePropIntoSlotProps.default)(j, {
39
+ root,
40
+ componentName: 'SpeedDialAction',
41
+ propName: 'TooltipClasses',
42
+ slotName: 'tooltip',
43
+ slotPropName: 'classes'
44
+ });
45
+ (0, _movePropIntoSlotProps.default)(j, {
46
+ root,
47
+ componentName: 'SpeedDialAction',
48
+ propName: 'FabProps',
49
+ slotName: 'fab'
50
+ });
51
+ return root.toSource(printOptions);
52
+ }
@@ -0,0 +1,56 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
+ var _SpeedDialAction = _interopRequireDefault(require("@mui/material/SpeedDialAction"));
5
+ var _material = require("@mui/material");
6
+ var _jsxRuntime = require("react/jsx-runtime");
7
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_SpeedDialAction.default, {
8
+ tooltipTitle: "test"
9
+ });
10
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_SpeedDialAction.default, {
11
+ tooltipOpen: true
12
+ });
13
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_SpeedDialAction.default, {
14
+ tooltipPlacement: "test"
15
+ });
16
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_SpeedDialAction.default, {
17
+ TooltipClasses: TooltipClasses
18
+ });
19
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_SpeedDialAction.default, {
20
+ FabProps: FabProps
21
+ });
22
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_SpeedDialAction.default, {
23
+ TooltipClasses: TooltipClasses,
24
+ tooltipOpen: true,
25
+ tooltipPlacement: "top",
26
+ tooltipTitle: "test"
27
+ });
28
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_SpeedDialAction.default, {
29
+ TooltipClasses: TooltipClasses,
30
+ tooltipOpen: true,
31
+ tooltipPlacement: "top",
32
+ tooltipTitle: "test",
33
+ FabProps: FabProps
34
+ });
35
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SpeedDialAction, {
36
+ tooltipTitle: "test"
37
+ });
38
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SpeedDialAction, {
39
+ tooltipOpen: true
40
+ });
41
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SpeedDialAction, {
42
+ tooltipPlacement: "test"
43
+ });
44
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SpeedDialAction, {
45
+ TooltipClasses: TooltipClasses
46
+ });
47
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SpeedDialAction, {
48
+ FabProps: FabProps
49
+ });
50
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SpeedDialAction, {
51
+ TooltipClasses: TooltipClasses,
52
+ tooltipOpen: true,
53
+ tooltipPlacement: "top",
54
+ tooltipTitle: "test",
55
+ FabProps: FabProps
56
+ });
@@ -0,0 +1,104 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
+ var _SpeedDialAction = _interopRequireDefault(require("@mui/material/SpeedDialAction"));
5
+ var _material = require("@mui/material");
6
+ var _jsxRuntime = require("react/jsx-runtime");
7
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_SpeedDialAction.default, {
8
+ slotProps: {
9
+ tooltip: {
10
+ title: "test"
11
+ }
12
+ }
13
+ });
14
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_SpeedDialAction.default, {
15
+ slotProps: {
16
+ tooltip: {
17
+ open: true
18
+ }
19
+ }
20
+ });
21
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_SpeedDialAction.default, {
22
+ slotProps: {
23
+ tooltip: {
24
+ placement: "test"
25
+ }
26
+ }
27
+ });
28
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_SpeedDialAction.default, {
29
+ slotProps: {
30
+ tooltip: {
31
+ classes: TooltipClasses
32
+ }
33
+ }
34
+ });
35
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_SpeedDialAction.default, {
36
+ slotProps: {
37
+ fab: FabProps
38
+ }
39
+ });
40
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_SpeedDialAction.default, {
41
+ slotProps: {
42
+ tooltip: {
43
+ title: "test",
44
+ placement: "top",
45
+ open: true,
46
+ classes: TooltipClasses
47
+ }
48
+ }
49
+ });
50
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_SpeedDialAction.default, {
51
+ slotProps: {
52
+ tooltip: {
53
+ title: "test",
54
+ placement: "top",
55
+ open: true,
56
+ classes: TooltipClasses
57
+ },
58
+ fab: FabProps
59
+ }
60
+ });
61
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SpeedDialAction, {
62
+ slotProps: {
63
+ tooltip: {
64
+ title: "test"
65
+ }
66
+ }
67
+ });
68
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SpeedDialAction, {
69
+ slotProps: {
70
+ tooltip: {
71
+ open: true
72
+ }
73
+ }
74
+ });
75
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SpeedDialAction, {
76
+ slotProps: {
77
+ tooltip: {
78
+ placement: "test"
79
+ }
80
+ }
81
+ });
82
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SpeedDialAction, {
83
+ slotProps: {
84
+ tooltip: {
85
+ classes: TooltipClasses
86
+ }
87
+ }
88
+ });
89
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SpeedDialAction, {
90
+ slotProps: {
91
+ fab: FabProps
92
+ }
93
+ });
94
+ /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SpeedDialAction, {
95
+ slotProps: {
96
+ tooltip: {
97
+ title: "test",
98
+ placement: "top",
99
+ open: true,
100
+ classes: TooltipClasses
101
+ },
102
+ fab: FabProps
103
+ }
104
+ });