@vention/machine-ui 5.6.0 → 5.7.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.
package/index.esm.js
CHANGED
|
@@ -7944,6 +7944,7 @@ const duotoneIconImports = {
|
|
|
7944
7944
|
["duotone-robot-arm"]: /*#__PURE__*/lazy(() => import('./duotone-robot-arm.esm.js')),
|
|
7945
7945
|
["duotone-rotary"]: /*#__PURE__*/lazy(() => import('./duotone-rotary.esm.js')),
|
|
7946
7946
|
["duotone-state-machine"]: /*#__PURE__*/lazy(() => import('./duotone-state-machine.esm.js')),
|
|
7947
|
+
["magic-ball"]: /*#__PURE__*/lazy(() => import('./magic-ball.esm.js')),
|
|
7947
7948
|
["mouse-left"]: /*#__PURE__*/lazy(() => import('./mouse-left.esm.js')),
|
|
7948
7949
|
["mouse-right"]: /*#__PURE__*/lazy(() => import('./mouse-right.esm.js')),
|
|
7949
7950
|
["mouse-scroll"]: /*#__PURE__*/lazy(() => import('./mouse-scroll.esm.js')),
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import './index.esm.js';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
import '@mui/material';
|
|
4
|
+
import '@tabler/icons-react';
|
|
5
|
+
import 'react';
|
|
6
|
+
import 'tss-react/mui';
|
|
7
|
+
import '@mui/material/Box';
|
|
8
|
+
import '@mui/material/CircularProgress';
|
|
9
|
+
import '@mui/material/styles';
|
|
10
|
+
import 'react-draggable';
|
|
11
|
+
import '@mui/material/Slider';
|
|
12
|
+
import '@mui/material/Typography';
|
|
13
|
+
import 'tss-react';
|
|
14
|
+
|
|
15
|
+
const SvgMagicBall = props => jsxs("svg", Object.assign({
|
|
16
|
+
width: 24,
|
|
17
|
+
height: 24,
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
fill: "none",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
21
|
+
}, props, {
|
|
22
|
+
children: [jsx("ellipse", {
|
|
23
|
+
cx: 12,
|
|
24
|
+
cy: 11.9926,
|
|
25
|
+
rx: 12,
|
|
26
|
+
ry: 11.9926,
|
|
27
|
+
fill: "#475DDE"
|
|
28
|
+
}), jsx("ellipse", {
|
|
29
|
+
cx: 12,
|
|
30
|
+
cy: 11.9926,
|
|
31
|
+
rx: 12,
|
|
32
|
+
ry: 11.9926,
|
|
33
|
+
fill: "url(#paint0_radial_6031_1233)"
|
|
34
|
+
}), jsx("ellipse", {
|
|
35
|
+
cx: 12,
|
|
36
|
+
cy: 11.9926,
|
|
37
|
+
rx: 12,
|
|
38
|
+
ry: 11.9926,
|
|
39
|
+
fill: "url(#paint1_radial_6031_1233)"
|
|
40
|
+
}), jsx("ellipse", {
|
|
41
|
+
cx: 11.7811,
|
|
42
|
+
cy: 9.73816,
|
|
43
|
+
rx: 9,
|
|
44
|
+
ry: 8.5,
|
|
45
|
+
fill: "url(#paint2_radial_6031_1233)",
|
|
46
|
+
style: {
|
|
47
|
+
mixBlendMode: "overlay"
|
|
48
|
+
}
|
|
49
|
+
}), jsx("ellipse", {
|
|
50
|
+
cx: 11.7811,
|
|
51
|
+
cy: 11.2382,
|
|
52
|
+
rx: 9.99999,
|
|
53
|
+
ry: 10,
|
|
54
|
+
fill: "url(#paint3_radial_6031_1233)",
|
|
55
|
+
style: {
|
|
56
|
+
mixBlendMode: "plus-lighter"
|
|
57
|
+
}
|
|
58
|
+
}), jsx("path", {
|
|
59
|
+
d: "M11.5239 7.63996C11.6641 7.16052 12.3433 7.16052 12.4837 7.63996L13.286 10.3796C13.3339 10.5433 13.462 10.6713 13.6257 10.7191L16.3661 11.5201C16.8458 11.6603 16.846 12.3397 16.3664 12.4799L13.6262 13.2809C13.4626 13.3287 13.3346 13.4567 13.2867 13.6204L12.4856 16.36C12.3455 16.8395 11.6663 16.8395 11.5259 16.36L10.7236 13.6204C10.6757 13.4567 10.5476 13.3287 10.3839 13.2809L7.64344 12.4799C7.16377 12.3397 7.16362 11.6603 7.64323 11.5201L10.3833 10.7191C10.547 10.6713 10.675 10.5433 10.7229 10.3796L11.5239 7.63996Z",
|
|
60
|
+
fill: "white"
|
|
61
|
+
}), jsx("path", {
|
|
62
|
+
d: "M16.11 4.87908C16.1481 4.68294 16.4186 4.6578 16.4922 4.84356L16.8681 5.79162C16.8932 5.85504 16.949 5.90127 17.0159 5.91427L18.0172 6.10857C18.2134 6.14665 18.2386 6.41727 18.0528 6.49086L17.1045 6.86633C17.0411 6.89145 16.9949 6.94716 16.9818 7.01412L16.7873 8.01519C16.7492 8.21133 16.4787 8.23647 16.4051 8.05071L16.0292 7.10265C16.0041 7.03923 15.9484 6.993 15.8814 6.98L14.8801 6.7857C14.6839 6.74762 14.6587 6.477 14.8445 6.40341L15.7928 6.02794C15.8562 6.00282 15.9025 5.94711 15.9155 5.88015L16.11 4.87908Z",
|
|
63
|
+
fill: "white"
|
|
64
|
+
}), jsxs("defs", {
|
|
65
|
+
children: [jsxs("radialGradient", {
|
|
66
|
+
id: "paint0_radial_6031_1233",
|
|
67
|
+
cx: 0,
|
|
68
|
+
cy: 0,
|
|
69
|
+
r: 1,
|
|
70
|
+
gradientTransform: "matrix(9.75 17.2393 -17.25 9.74398 3.75 6.74583)",
|
|
71
|
+
gradientUnits: "userSpaceOnUse",
|
|
72
|
+
children: [jsx("stop", {
|
|
73
|
+
offset: 0.114463,
|
|
74
|
+
stopColor: "#BB84FA"
|
|
75
|
+
}), jsx("stop", {
|
|
76
|
+
offset: 1,
|
|
77
|
+
stopColor: "#4E5FC8",
|
|
78
|
+
stopOpacity: 0
|
|
79
|
+
})]
|
|
80
|
+
}), jsxs("radialGradient", {
|
|
81
|
+
id: "paint1_radial_6031_1233",
|
|
82
|
+
cx: 0,
|
|
83
|
+
cy: 0,
|
|
84
|
+
r: 1,
|
|
85
|
+
gradientTransform: "matrix(-23.25 8.24491 -8.25 -23.2356 24 12.7421)",
|
|
86
|
+
gradientUnits: "userSpaceOnUse",
|
|
87
|
+
children: [jsx("stop", {
|
|
88
|
+
stopColor: "#54D5E5"
|
|
89
|
+
}), jsx("stop", {
|
|
90
|
+
offset: 1,
|
|
91
|
+
stopColor: "#4C91D8",
|
|
92
|
+
stopOpacity: 0
|
|
93
|
+
})]
|
|
94
|
+
}), jsxs("radialGradient", {
|
|
95
|
+
id: "paint2_radial_6031_1233",
|
|
96
|
+
cx: 0,
|
|
97
|
+
cy: 0,
|
|
98
|
+
r: 1,
|
|
99
|
+
gradientTransform: "matrix(-10.7811 13.963 -13.0125 -10.5609 20.7811 13.037)",
|
|
100
|
+
gradientUnits: "userSpaceOnUse",
|
|
101
|
+
children: [jsx("stop", {
|
|
102
|
+
stopColor: "white",
|
|
103
|
+
stopOpacity: 0.97
|
|
104
|
+
}), jsx("stop", {
|
|
105
|
+
offset: 1,
|
|
106
|
+
stopColor: "#4C91D8",
|
|
107
|
+
stopOpacity: 0
|
|
108
|
+
})]
|
|
109
|
+
}), jsxs("radialGradient", {
|
|
110
|
+
id: "paint3_radial_6031_1233",
|
|
111
|
+
cx: 0,
|
|
112
|
+
cy: 0,
|
|
113
|
+
r: 1,
|
|
114
|
+
gradientTransform: "matrix(7.99999 16.5 -16.492 8.01619 4.5 5)",
|
|
115
|
+
gradientUnits: "userSpaceOnUse",
|
|
116
|
+
children: [jsx("stop", {
|
|
117
|
+
stopColor: "white",
|
|
118
|
+
stopOpacity: 0.46
|
|
119
|
+
}), jsx("stop", {
|
|
120
|
+
offset: 1,
|
|
121
|
+
stopColor: "#4C91D8",
|
|
122
|
+
stopOpacity: 0
|
|
123
|
+
})]
|
|
124
|
+
})]
|
|
125
|
+
})]
|
|
126
|
+
}));
|
|
127
|
+
|
|
128
|
+
export { SvgMagicBall as default };
|
package/package.json
CHANGED
|
@@ -443,6 +443,7 @@ export declare const duotoneIconImports: {
|
|
|
443
443
|
"duotone-robot-arm": import("react").LazyExoticComponent<(props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element>;
|
|
444
444
|
"duotone-rotary": import("react").LazyExoticComponent<(props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element>;
|
|
445
445
|
"duotone-state-machine": import("react").LazyExoticComponent<(props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element>;
|
|
446
|
+
"magic-ball": import("react").LazyExoticComponent<(props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element>;
|
|
446
447
|
"mouse-left": import("react").LazyExoticComponent<(props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element>;
|
|
447
448
|
"mouse-right": import("react").LazyExoticComponent<(props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element>;
|
|
448
449
|
"mouse-scroll": import("react").LazyExoticComponent<(props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element>;
|