@carto/meridian-ds 1.4.8 → 1.5.0-alpha-virtual-autocomplete.1
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/CHANGELOG.md +7 -0
- package/dist/{Alert-BiOR9aar.cjs → Alert-BzEgeyQJ.cjs} +1 -1
- package/dist/{Alert-CywtIMOj.js → Alert-CnaTtNJd.js} +1 -1
- package/dist/{MenuItem-CXnnE5lK.js → MenuItem-D6wJym7Z.js} +9 -5
- package/dist/{MenuItem-Br2jY2lt.cjs → MenuItem-lAxlHrDp.cjs} +9 -5
- package/dist/{OpenDiagonallyRight-BrRyCV4Q.cjs → OpenDiagonallyRight-CM1tojUq.cjs} +27 -0
- package/dist/{OpenDiagonallyRight-5HZXh46V.js → OpenDiagonallyRight-CSm5GYYJ.js} +27 -0
- package/dist/{TablePaginationActions-KpTvhN4Y.js → TablePaginationActions-Cz5Hbi6N.js} +9 -1
- package/dist/{TablePaginationActions-CFGXm44W.cjs → TablePaginationActions-mbbjzV6Y.cjs} +8 -0
- package/dist/components/index.cjs +378 -52
- package/dist/components/index.js +384 -58
- package/dist/custom-icons/index.cjs +29 -55
- package/dist/custom-icons/index.js +29 -55
- package/dist/theme/index.cjs +13 -9
- package/dist/theme/index.js +14 -10
- package/dist/types/components/atoms/SplitButton.d.ts +17 -0
- package/dist/types/components/atoms/SplitButton.d.ts.map +1 -0
- package/dist/types/components/atoms/index.d.ts +2 -0
- package/dist/types/components/atoms/index.d.ts.map +1 -1
- package/dist/types/components/molecules/Autocomplete/CreatableAutocomplete.d.ts +1 -1
- package/dist/types/components/molecules/Autocomplete/CreatableAutocomplete.d.ts.map +1 -1
- package/dist/types/components/molecules/Autocomplete/ListBoxWithFilter.d.ts +18 -0
- package/dist/types/components/molecules/Autocomplete/ListBoxWithFilter.d.ts.map +1 -1
- package/dist/types/components/molecules/Autocomplete/MultipleAutocomplete.d.ts +1 -1
- package/dist/types/components/molecules/Autocomplete/MultipleAutocomplete.d.ts.map +1 -1
- package/dist/types/components/molecules/Autocomplete/types.d.ts +61 -3
- package/dist/types/components/molecules/Autocomplete/types.d.ts.map +1 -1
- package/dist/types/components/molecules/Autocomplete/useMultipleAutocomplete.d.ts +3 -1
- package/dist/types/components/molecules/Autocomplete/useMultipleAutocomplete.d.ts.map +1 -1
- package/dist/types/components/molecules/Autocomplete/utils.d.ts +9 -0
- package/dist/types/components/molecules/Autocomplete/utils.d.ts.map +1 -1
- package/dist/types/components/molecules/Menu/Menu.d.ts.map +1 -1
- package/dist/types/components/molecules/Menu/MenuItem.d.ts.map +1 -1
- package/dist/types/components/molecules/Menu/MenuItemFilter.d.ts.map +1 -1
- package/dist/types/components/molecules/Menu/MenuList.d.ts.map +1 -1
- package/dist/types/components/molecules/MultipleSelectField/MultipleSelectField.d.ts.map +1 -1
- package/dist/types/components/organisms/CodeArea/CodeAreaInput.d.ts.map +1 -1
- package/dist/types/components/organisms/CodeArea/CodeAreaTheme.d.ts.map +1 -1
- package/dist/types/components/organisms/CodeArea/index.d.ts +1 -0
- package/dist/types/components/organisms/CodeArea/index.d.ts.map +1 -1
- package/dist/types/components/organisms/CodeArea/types.d.ts +4 -0
- package/dist/types/components/organisms/CodeArea/types.d.ts.map +1 -1
- package/dist/types/components/organisms/CodeArea/utils.d.ts +34 -0
- package/dist/types/components/organisms/CodeArea/utils.d.ts.map +1 -1
- package/dist/types/theme/sections/components/forms.d.ts.map +1 -1
- package/dist/types/theme/sections/components/navigation.d.ts.map +1 -1
- package/dist/types/theme/theme-constants.d.ts +4 -0
- package/dist/types/theme/theme-constants.d.ts.map +1 -1
- package/dist/widgets/index.cjs +2 -2
- package/dist/widgets/index.js +2 -2
- package/package.json +1 -1
|
@@ -4,9 +4,9 @@ const jsxRuntime = require("react/jsx-runtime");
|
|
|
4
4
|
const React = require("react");
|
|
5
5
|
const utils = require("@mui/material/utils");
|
|
6
6
|
const ArrowDown = require("../ArrowDown-8fLj23Ge.cjs");
|
|
7
|
-
const OpenDiagonallyRight = require("../OpenDiagonallyRight-
|
|
7
|
+
const OpenDiagonallyRight = require("../OpenDiagonallyRight-CM1tojUq.cjs");
|
|
8
8
|
const SwatchSquare = require("../SwatchSquare-benaO55C.cjs");
|
|
9
|
-
const Icon$
|
|
9
|
+
const Icon$2$ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
10
10
|
"path",
|
|
11
11
|
{
|
|
12
12
|
fill: "currentColor",
|
|
@@ -15,10 +15,10 @@ const Icon$30 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
15
15
|
clipRule: "evenodd"
|
|
16
16
|
}
|
|
17
17
|
) });
|
|
18
|
-
const BaseSvgIcon$
|
|
18
|
+
const BaseSvgIcon$2$ = utils.createSvgIcon(Icon$2$(), "AccessIn");
|
|
19
19
|
function AccessIn({ width, height, sx, ...props }, ref) {
|
|
20
20
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
21
|
-
BaseSvgIcon$
|
|
21
|
+
BaseSvgIcon$2$,
|
|
22
22
|
{
|
|
23
23
|
ref,
|
|
24
24
|
viewBox: "0 0 24 24",
|
|
@@ -32,17 +32,17 @@ function AccessIn({ width, height, sx, ...props }, ref) {
|
|
|
32
32
|
);
|
|
33
33
|
}
|
|
34
34
|
const AccessIn$1 = React.forwardRef(AccessIn);
|
|
35
|
-
const Icon$
|
|
35
|
+
const Icon$2_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
36
36
|
"path",
|
|
37
37
|
{
|
|
38
38
|
fill: "currentColor",
|
|
39
39
|
d: "M4 8h4V4H4zM10 20h4v-4h-4zM8 20H4v-4h4zM4 14h4v-4H4zM14 14h-4v-4h4zM14 8h-4V4h4zM16 14h4v-4h-4zM20 20h-4v-4h4zM21 0h-2v3h-3v2h3v3h2V5h3V3h-3z"
|
|
40
40
|
}
|
|
41
41
|
) });
|
|
42
|
-
const BaseSvgIcon$
|
|
42
|
+
const BaseSvgIcon$2_ = utils.createSvgIcon(Icon$2_(), "AddApp");
|
|
43
43
|
function AddApp({ width, height, sx, ...props }, ref) {
|
|
44
44
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
45
|
-
BaseSvgIcon$
|
|
45
|
+
BaseSvgIcon$2_,
|
|
46
46
|
{
|
|
47
47
|
ref,
|
|
48
48
|
viewBox: "0 0 24 24",
|
|
@@ -56,7 +56,7 @@ function AddApp({ width, height, sx, ...props }, ref) {
|
|
|
56
56
|
);
|
|
57
57
|
}
|
|
58
58
|
const AddApp$1 = React.forwardRef(AddApp);
|
|
59
|
-
const Icon$
|
|
59
|
+
const Icon$2Z = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
60
60
|
"path",
|
|
61
61
|
{
|
|
62
62
|
fill: "currentColor",
|
|
@@ -65,10 +65,10 @@ const Icon$2_ = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
65
65
|
clipRule: "evenodd"
|
|
66
66
|
}
|
|
67
67
|
) });
|
|
68
|
-
const BaseSvgIcon$
|
|
68
|
+
const BaseSvgIcon$2Z = utils.createSvgIcon(Icon$2Z(), "AddSection");
|
|
69
69
|
function AddSection({ width, height, sx, ...props }, ref) {
|
|
70
70
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
71
|
-
BaseSvgIcon$
|
|
71
|
+
BaseSvgIcon$2Z,
|
|
72
72
|
{
|
|
73
73
|
ref,
|
|
74
74
|
viewBox: "0 0 24 24",
|
|
@@ -82,17 +82,17 @@ function AddSection({ width, height, sx, ...props }, ref) {
|
|
|
82
82
|
);
|
|
83
83
|
}
|
|
84
84
|
const AddSection$1 = React.forwardRef(AddSection);
|
|
85
|
-
const Icon$
|
|
85
|
+
const Icon$2Y = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
86
86
|
"path",
|
|
87
87
|
{
|
|
88
88
|
fill: "currentColor",
|
|
89
89
|
d: "M3 7v2h10V7zm4 6v2H3v2h4v2h2v-6zm14 4v-2H11v2zm-6-6h2V9h4V7h-4V5h-2z"
|
|
90
90
|
}
|
|
91
91
|
) });
|
|
92
|
-
const BaseSvgIcon$
|
|
92
|
+
const BaseSvgIcon$2Y = utils.createSvgIcon(Icon$2Y(), "AdvancedSettings");
|
|
93
93
|
function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
94
94
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
95
|
-
BaseSvgIcon$
|
|
95
|
+
BaseSvgIcon$2Y,
|
|
96
96
|
{
|
|
97
97
|
ref,
|
|
98
98
|
viewBox: "0 0 24 24",
|
|
@@ -106,7 +106,7 @@ function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
|
106
106
|
);
|
|
107
107
|
}
|
|
108
108
|
const AdvancedSettings$1 = React.forwardRef(AdvancedSettings);
|
|
109
|
-
const Icon$
|
|
109
|
+
const Icon$2X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
110
110
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
111
111
|
"path",
|
|
112
112
|
{
|
|
@@ -147,10 +147,10 @@ const Icon$2Y = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
147
147
|
}
|
|
148
148
|
)
|
|
149
149
|
] });
|
|
150
|
-
const BaseSvgIcon$
|
|
150
|
+
const BaseSvgIcon$2X = utils.createSvgIcon(Icon$2X(), "AiTool");
|
|
151
151
|
function AiTool({ width, height, sx, ...props }, ref) {
|
|
152
152
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
153
|
-
BaseSvgIcon$
|
|
153
|
+
BaseSvgIcon$2X,
|
|
154
154
|
{
|
|
155
155
|
ref,
|
|
156
156
|
viewBox: "0 0 24 24",
|
|
@@ -164,7 +164,7 @@ function AiTool({ width, height, sx, ...props }, ref) {
|
|
|
164
164
|
);
|
|
165
165
|
}
|
|
166
166
|
const AiTool$1 = React.forwardRef(AiTool);
|
|
167
|
-
const Icon$
|
|
167
|
+
const Icon$2W = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
168
168
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
169
169
|
"path",
|
|
170
170
|
{
|
|
@@ -184,10 +184,10 @@ const Icon$2X = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
184
184
|
}
|
|
185
185
|
)
|
|
186
186
|
] });
|
|
187
|
-
const BaseSvgIcon$
|
|
187
|
+
const BaseSvgIcon$2W = utils.createSvgIcon(Icon$2W(), "Annotation");
|
|
188
188
|
function Annotation({ width, height, sx, ...props }, ref) {
|
|
189
189
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
190
|
-
BaseSvgIcon$
|
|
190
|
+
BaseSvgIcon$2W,
|
|
191
191
|
{
|
|
192
192
|
ref,
|
|
193
193
|
viewBox: "0 0 24 24",
|
|
@@ -201,7 +201,7 @@ function Annotation({ width, height, sx, ...props }, ref) {
|
|
|
201
201
|
);
|
|
202
202
|
}
|
|
203
203
|
const Annotation$1 = React.forwardRef(Annotation);
|
|
204
|
-
const Icon$
|
|
204
|
+
const Icon$2V = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
205
205
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
206
206
|
"path",
|
|
207
207
|
{
|
|
@@ -226,10 +226,10 @@ const Icon$2W = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://ww
|
|
|
226
226
|
}
|
|
227
227
|
)
|
|
228
228
|
] });
|
|
229
|
-
const BaseSvgIcon$
|
|
229
|
+
const BaseSvgIcon$2V = utils.createSvgIcon(Icon$2V(), "ApiCall");
|
|
230
230
|
function ApiCall({ width, height, sx, ...props }, ref) {
|
|
231
231
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
232
|
-
BaseSvgIcon$
|
|
232
|
+
BaseSvgIcon$2V,
|
|
233
233
|
{
|
|
234
234
|
ref,
|
|
235
235
|
viewBox: "0 0 24 24",
|
|
@@ -243,7 +243,7 @@ function ApiCall({ width, height, sx, ...props }, ref) {
|
|
|
243
243
|
);
|
|
244
244
|
}
|
|
245
245
|
const ApiCall$1 = React.forwardRef(ApiCall);
|
|
246
|
-
const Icon$
|
|
246
|
+
const Icon$2U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
247
247
|
"path",
|
|
248
248
|
{
|
|
249
249
|
fill: "currentColor",
|
|
@@ -252,10 +252,10 @@ const Icon$2V = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
252
252
|
clipRule: "evenodd"
|
|
253
253
|
}
|
|
254
254
|
) });
|
|
255
|
-
const BaseSvgIcon$
|
|
255
|
+
const BaseSvgIcon$2U = utils.createSvgIcon(Icon$2U(), "ArrowLeft");
|
|
256
256
|
function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
257
257
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
258
|
-
BaseSvgIcon$
|
|
258
|
+
BaseSvgIcon$2U,
|
|
259
259
|
{
|
|
260
260
|
ref,
|
|
261
261
|
viewBox: "0 0 24 24",
|
|
@@ -269,7 +269,7 @@ function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
|
269
269
|
);
|
|
270
270
|
}
|
|
271
271
|
const ArrowLeft$1 = React.forwardRef(ArrowLeft);
|
|
272
|
-
const Icon$
|
|
272
|
+
const Icon$2T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
273
273
|
"path",
|
|
274
274
|
{
|
|
275
275
|
fill: "currentColor",
|
|
@@ -278,34 +278,8 @@ const Icon$2U = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www
|
|
|
278
278
|
clipRule: "evenodd"
|
|
279
279
|
}
|
|
280
280
|
) });
|
|
281
|
-
const BaseSvgIcon$
|
|
281
|
+
const BaseSvgIcon$2T = utils.createSvgIcon(Icon$2T(), "ArrowRight");
|
|
282
282
|
function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
283
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
284
|
-
BaseSvgIcon$2U,
|
|
285
|
-
{
|
|
286
|
-
ref,
|
|
287
|
-
viewBox: "0 0 24 24",
|
|
288
|
-
sx: {
|
|
289
|
-
width,
|
|
290
|
-
height: height || width,
|
|
291
|
-
...sx
|
|
292
|
-
},
|
|
293
|
-
...props
|
|
294
|
-
}
|
|
295
|
-
);
|
|
296
|
-
}
|
|
297
|
-
const ArrowRight$1 = React.forwardRef(ArrowRight);
|
|
298
|
-
const Icon$2T = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
299
|
-
"path",
|
|
300
|
-
{
|
|
301
|
-
fill: "currentColor",
|
|
302
|
-
fillRule: "evenodd",
|
|
303
|
-
d: "M12.01 11.83 15.18 15l1.41-1.41L12.01 9l-4.59 4.59L8.84 15z",
|
|
304
|
-
clipRule: "evenodd"
|
|
305
|
-
}
|
|
306
|
-
) });
|
|
307
|
-
const BaseSvgIcon$2T = utils.createSvgIcon(Icon$2T(), "ArrowUp");
|
|
308
|
-
function ArrowUp({ width, height, sx, ...props }, ref) {
|
|
309
283
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
310
284
|
BaseSvgIcon$2T,
|
|
311
285
|
{
|
|
@@ -320,7 +294,7 @@ function ArrowUp({ width, height, sx, ...props }, ref) {
|
|
|
320
294
|
}
|
|
321
295
|
);
|
|
322
296
|
}
|
|
323
|
-
const
|
|
297
|
+
const ArrowRight$1 = React.forwardRef(ArrowRight);
|
|
324
298
|
const Icon$2S = () => /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
325
299
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
326
300
|
"path",
|
|
@@ -5796,6 +5770,7 @@ function WorkflowTemp({ width, height, sx, ...props }, ref) {
|
|
|
5796
5770
|
}
|
|
5797
5771
|
const WorkflowTemp$1 = React.forwardRef(WorkflowTemp);
|
|
5798
5772
|
exports.ArrowDown = ArrowDown.ArrowDown;
|
|
5773
|
+
exports.ArrowUp = OpenDiagonallyRight.ArrowUp;
|
|
5799
5774
|
exports.CloseDiagonallyRight = OpenDiagonallyRight.CloseDiagonallyRight;
|
|
5800
5775
|
exports.OpenDiagonallyRight = OpenDiagonallyRight.OpenDiagonallyRight;
|
|
5801
5776
|
exports.Search = SwatchSquare.Search;
|
|
@@ -5809,7 +5784,6 @@ exports.Annotation = Annotation$1;
|
|
|
5809
5784
|
exports.ApiCall = ApiCall$1;
|
|
5810
5785
|
exports.ArrowLeft = ArrowLeft$1;
|
|
5811
5786
|
exports.ArrowRight = ArrowRight$1;
|
|
5812
|
-
exports.ArrowUp = ArrowUp$1;
|
|
5813
5787
|
exports.AsynchronousWait = AsynchronousWait$1;
|
|
5814
5788
|
exports.Autostyle = Autostyle$1;
|
|
5815
5789
|
exports.Avg = Avg$1;
|
|
@@ -2,9 +2,9 @@ import { jsx, jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
import { forwardRef } from "react";
|
|
3
3
|
import { createSvgIcon } from "@mui/material/utils";
|
|
4
4
|
import { A } from "../ArrowDown-CY_wMVJT.js";
|
|
5
|
-
import { C, O } from "../OpenDiagonallyRight-
|
|
5
|
+
import { A as A2, C, O } from "../OpenDiagonallyRight-CSm5GYYJ.js";
|
|
6
6
|
import { S, a } from "../SwatchSquare-DhaaXt53.js";
|
|
7
|
-
const Icon$
|
|
7
|
+
const Icon$2$ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
8
8
|
"path",
|
|
9
9
|
{
|
|
10
10
|
fill: "currentColor",
|
|
@@ -13,10 +13,10 @@ const Icon$30 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
13
13
|
clipRule: "evenodd"
|
|
14
14
|
}
|
|
15
15
|
) });
|
|
16
|
-
const BaseSvgIcon$
|
|
16
|
+
const BaseSvgIcon$2$ = createSvgIcon(Icon$2$(), "AccessIn");
|
|
17
17
|
function AccessIn({ width, height, sx, ...props }, ref) {
|
|
18
18
|
return /* @__PURE__ */ jsx(
|
|
19
|
-
BaseSvgIcon$
|
|
19
|
+
BaseSvgIcon$2$,
|
|
20
20
|
{
|
|
21
21
|
ref,
|
|
22
22
|
viewBox: "0 0 24 24",
|
|
@@ -30,17 +30,17 @@ function AccessIn({ width, height, sx, ...props }, ref) {
|
|
|
30
30
|
);
|
|
31
31
|
}
|
|
32
32
|
const AccessIn$1 = forwardRef(AccessIn);
|
|
33
|
-
const Icon$
|
|
33
|
+
const Icon$2_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
34
34
|
"path",
|
|
35
35
|
{
|
|
36
36
|
fill: "currentColor",
|
|
37
37
|
d: "M4 8h4V4H4zM10 20h4v-4h-4zM8 20H4v-4h4zM4 14h4v-4H4zM14 14h-4v-4h4zM14 8h-4V4h4zM16 14h4v-4h-4zM20 20h-4v-4h4zM21 0h-2v3h-3v2h3v3h2V5h3V3h-3z"
|
|
38
38
|
}
|
|
39
39
|
) });
|
|
40
|
-
const BaseSvgIcon$
|
|
40
|
+
const BaseSvgIcon$2_ = createSvgIcon(Icon$2_(), "AddApp");
|
|
41
41
|
function AddApp({ width, height, sx, ...props }, ref) {
|
|
42
42
|
return /* @__PURE__ */ jsx(
|
|
43
|
-
BaseSvgIcon$
|
|
43
|
+
BaseSvgIcon$2_,
|
|
44
44
|
{
|
|
45
45
|
ref,
|
|
46
46
|
viewBox: "0 0 24 24",
|
|
@@ -54,7 +54,7 @@ function AddApp({ width, height, sx, ...props }, ref) {
|
|
|
54
54
|
);
|
|
55
55
|
}
|
|
56
56
|
const AddApp$1 = forwardRef(AddApp);
|
|
57
|
-
const Icon$
|
|
57
|
+
const Icon$2Z = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
58
58
|
"path",
|
|
59
59
|
{
|
|
60
60
|
fill: "currentColor",
|
|
@@ -63,10 +63,10 @@ const Icon$2_ = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
63
63
|
clipRule: "evenodd"
|
|
64
64
|
}
|
|
65
65
|
) });
|
|
66
|
-
const BaseSvgIcon$
|
|
66
|
+
const BaseSvgIcon$2Z = createSvgIcon(Icon$2Z(), "AddSection");
|
|
67
67
|
function AddSection({ width, height, sx, ...props }, ref) {
|
|
68
68
|
return /* @__PURE__ */ jsx(
|
|
69
|
-
BaseSvgIcon$
|
|
69
|
+
BaseSvgIcon$2Z,
|
|
70
70
|
{
|
|
71
71
|
ref,
|
|
72
72
|
viewBox: "0 0 24 24",
|
|
@@ -80,17 +80,17 @@ function AddSection({ width, height, sx, ...props }, ref) {
|
|
|
80
80
|
);
|
|
81
81
|
}
|
|
82
82
|
const AddSection$1 = forwardRef(AddSection);
|
|
83
|
-
const Icon$
|
|
83
|
+
const Icon$2Y = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
84
84
|
"path",
|
|
85
85
|
{
|
|
86
86
|
fill: "currentColor",
|
|
87
87
|
d: "M3 7v2h10V7zm4 6v2H3v2h4v2h2v-6zm14 4v-2H11v2zm-6-6h2V9h4V7h-4V5h-2z"
|
|
88
88
|
}
|
|
89
89
|
) });
|
|
90
|
-
const BaseSvgIcon$
|
|
90
|
+
const BaseSvgIcon$2Y = createSvgIcon(Icon$2Y(), "AdvancedSettings");
|
|
91
91
|
function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
92
92
|
return /* @__PURE__ */ jsx(
|
|
93
|
-
BaseSvgIcon$
|
|
93
|
+
BaseSvgIcon$2Y,
|
|
94
94
|
{
|
|
95
95
|
ref,
|
|
96
96
|
viewBox: "0 0 24 24",
|
|
@@ -104,7 +104,7 @@ function AdvancedSettings({ width, height, sx, ...props }, ref) {
|
|
|
104
104
|
);
|
|
105
105
|
}
|
|
106
106
|
const AdvancedSettings$1 = forwardRef(AdvancedSettings);
|
|
107
|
-
const Icon$
|
|
107
|
+
const Icon$2X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
108
108
|
/* @__PURE__ */ jsx(
|
|
109
109
|
"path",
|
|
110
110
|
{
|
|
@@ -145,10 +145,10 @@ const Icon$2Y = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
145
145
|
}
|
|
146
146
|
)
|
|
147
147
|
] });
|
|
148
|
-
const BaseSvgIcon$
|
|
148
|
+
const BaseSvgIcon$2X = createSvgIcon(Icon$2X(), "AiTool");
|
|
149
149
|
function AiTool({ width, height, sx, ...props }, ref) {
|
|
150
150
|
return /* @__PURE__ */ jsx(
|
|
151
|
-
BaseSvgIcon$
|
|
151
|
+
BaseSvgIcon$2X,
|
|
152
152
|
{
|
|
153
153
|
ref,
|
|
154
154
|
viewBox: "0 0 24 24",
|
|
@@ -162,7 +162,7 @@ function AiTool({ width, height, sx, ...props }, ref) {
|
|
|
162
162
|
);
|
|
163
163
|
}
|
|
164
164
|
const AiTool$1 = forwardRef(AiTool);
|
|
165
|
-
const Icon$
|
|
165
|
+
const Icon$2W = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
166
166
|
/* @__PURE__ */ jsx(
|
|
167
167
|
"path",
|
|
168
168
|
{
|
|
@@ -182,10 +182,10 @@ const Icon$2X = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
182
182
|
}
|
|
183
183
|
)
|
|
184
184
|
] });
|
|
185
|
-
const BaseSvgIcon$
|
|
185
|
+
const BaseSvgIcon$2W = createSvgIcon(Icon$2W(), "Annotation");
|
|
186
186
|
function Annotation({ width, height, sx, ...props }, ref) {
|
|
187
187
|
return /* @__PURE__ */ jsx(
|
|
188
|
-
BaseSvgIcon$
|
|
188
|
+
BaseSvgIcon$2W,
|
|
189
189
|
{
|
|
190
190
|
ref,
|
|
191
191
|
viewBox: "0 0 24 24",
|
|
@@ -199,7 +199,7 @@ function Annotation({ width, height, sx, ...props }, ref) {
|
|
|
199
199
|
);
|
|
200
200
|
}
|
|
201
201
|
const Annotation$1 = forwardRef(Annotation);
|
|
202
|
-
const Icon$
|
|
202
|
+
const Icon$2V = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
203
203
|
/* @__PURE__ */ jsx(
|
|
204
204
|
"path",
|
|
205
205
|
{
|
|
@@ -224,10 +224,10 @@ const Icon$2W = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/20
|
|
|
224
224
|
}
|
|
225
225
|
)
|
|
226
226
|
] });
|
|
227
|
-
const BaseSvgIcon$
|
|
227
|
+
const BaseSvgIcon$2V = createSvgIcon(Icon$2V(), "ApiCall");
|
|
228
228
|
function ApiCall({ width, height, sx, ...props }, ref) {
|
|
229
229
|
return /* @__PURE__ */ jsx(
|
|
230
|
-
BaseSvgIcon$
|
|
230
|
+
BaseSvgIcon$2V,
|
|
231
231
|
{
|
|
232
232
|
ref,
|
|
233
233
|
viewBox: "0 0 24 24",
|
|
@@ -241,7 +241,7 @@ function ApiCall({ width, height, sx, ...props }, ref) {
|
|
|
241
241
|
);
|
|
242
242
|
}
|
|
243
243
|
const ApiCall$1 = forwardRef(ApiCall);
|
|
244
|
-
const Icon$
|
|
244
|
+
const Icon$2U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
245
245
|
"path",
|
|
246
246
|
{
|
|
247
247
|
fill: "currentColor",
|
|
@@ -250,10 +250,10 @@ const Icon$2V = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
250
250
|
clipRule: "evenodd"
|
|
251
251
|
}
|
|
252
252
|
) });
|
|
253
|
-
const BaseSvgIcon$
|
|
253
|
+
const BaseSvgIcon$2U = createSvgIcon(Icon$2U(), "ArrowLeft");
|
|
254
254
|
function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
255
255
|
return /* @__PURE__ */ jsx(
|
|
256
|
-
BaseSvgIcon$
|
|
256
|
+
BaseSvgIcon$2U,
|
|
257
257
|
{
|
|
258
258
|
ref,
|
|
259
259
|
viewBox: "0 0 24 24",
|
|
@@ -267,7 +267,7 @@ function ArrowLeft({ width, height, sx, ...props }, ref) {
|
|
|
267
267
|
);
|
|
268
268
|
}
|
|
269
269
|
const ArrowLeft$1 = forwardRef(ArrowLeft);
|
|
270
|
-
const Icon$
|
|
270
|
+
const Icon$2T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
271
271
|
"path",
|
|
272
272
|
{
|
|
273
273
|
fill: "currentColor",
|
|
@@ -276,34 +276,8 @@ const Icon$2U = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/200
|
|
|
276
276
|
clipRule: "evenodd"
|
|
277
277
|
}
|
|
278
278
|
) });
|
|
279
|
-
const BaseSvgIcon$
|
|
279
|
+
const BaseSvgIcon$2T = createSvgIcon(Icon$2T(), "ArrowRight");
|
|
280
280
|
function ArrowRight({ width, height, sx, ...props }, ref) {
|
|
281
|
-
return /* @__PURE__ */ jsx(
|
|
282
|
-
BaseSvgIcon$2U,
|
|
283
|
-
{
|
|
284
|
-
ref,
|
|
285
|
-
viewBox: "0 0 24 24",
|
|
286
|
-
sx: {
|
|
287
|
-
width,
|
|
288
|
-
height: height || width,
|
|
289
|
-
...sx
|
|
290
|
-
},
|
|
291
|
-
...props
|
|
292
|
-
}
|
|
293
|
-
);
|
|
294
|
-
}
|
|
295
|
-
const ArrowRight$1 = forwardRef(ArrowRight);
|
|
296
|
-
const Icon$2T = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
|
|
297
|
-
"path",
|
|
298
|
-
{
|
|
299
|
-
fill: "currentColor",
|
|
300
|
-
fillRule: "evenodd",
|
|
301
|
-
d: "M12.01 11.83 15.18 15l1.41-1.41L12.01 9l-4.59 4.59L8.84 15z",
|
|
302
|
-
clipRule: "evenodd"
|
|
303
|
-
}
|
|
304
|
-
) });
|
|
305
|
-
const BaseSvgIcon$2T = createSvgIcon(Icon$2T(), "ArrowUp");
|
|
306
|
-
function ArrowUp({ width, height, sx, ...props }, ref) {
|
|
307
281
|
return /* @__PURE__ */ jsx(
|
|
308
282
|
BaseSvgIcon$2T,
|
|
309
283
|
{
|
|
@@ -318,7 +292,7 @@ function ArrowUp({ width, height, sx, ...props }, ref) {
|
|
|
318
292
|
}
|
|
319
293
|
);
|
|
320
294
|
}
|
|
321
|
-
const
|
|
295
|
+
const ArrowRight$1 = forwardRef(ArrowRight);
|
|
322
296
|
const Icon$2S = () => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
|
|
323
297
|
/* @__PURE__ */ jsx(
|
|
324
298
|
"path",
|
|
@@ -5804,7 +5778,7 @@ export {
|
|
|
5804
5778
|
A as ArrowDown,
|
|
5805
5779
|
ArrowLeft$1 as ArrowLeft,
|
|
5806
5780
|
ArrowRight$1 as ArrowRight,
|
|
5807
|
-
|
|
5781
|
+
A2 as ArrowUp,
|
|
5808
5782
|
AsynchronousWait$1 as AsynchronousWait,
|
|
5809
5783
|
Autostyle$1 as Autostyle,
|
|
5810
5784
|
Avg$1 as Avg,
|
package/dist/theme/index.cjs
CHANGED
|
@@ -3,11 +3,11 @@ var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
4
4
|
const material = require("@mui/material");
|
|
5
5
|
const jsxRuntime = require("react/jsx-runtime");
|
|
6
|
-
const TablePaginationActions = require("../TablePaginationActions-
|
|
6
|
+
const TablePaginationActions = require("../TablePaginationActions-mbbjzV6Y.cjs");
|
|
7
7
|
const iconsMaterial = require("@mui/icons-material");
|
|
8
8
|
const ArrowDown = require("../ArrowDown-8fLj23Ge.cjs");
|
|
9
9
|
const xDatePickers = require("@mui/x-date-pickers");
|
|
10
|
-
const MenuItem = require("../MenuItem-
|
|
10
|
+
const MenuItem = require("../MenuItem-lAxlHrDp.cjs");
|
|
11
11
|
const paletteUtils = require("../paletteUtils-B9ybmwiI.cjs");
|
|
12
12
|
const tooltipArrowSize = 1;
|
|
13
13
|
const tooltipSeparation = 0.5;
|
|
@@ -1834,7 +1834,7 @@ const formsOverrides = {
|
|
|
1834
1834
|
}),
|
|
1835
1835
|
option: ({ ownerState, theme: theme2 }) => ({
|
|
1836
1836
|
"&.MuiAutocomplete-option": {
|
|
1837
|
-
minHeight:
|
|
1837
|
+
minHeight: TablePaginationActions.MENU_ITEM_SIZE_DEFAULT,
|
|
1838
1838
|
padding: theme2.spacing(0.5, 2),
|
|
1839
1839
|
...theme2.typography.body2,
|
|
1840
1840
|
transition: "background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms",
|
|
@@ -2044,7 +2044,7 @@ const navigationOverrides = {
|
|
|
2044
2044
|
"&.MuiMenu-paper": {
|
|
2045
2045
|
minWidth: theme2.spacing(8),
|
|
2046
2046
|
// 64px, defined by design
|
|
2047
|
-
maxHeight:
|
|
2047
|
+
maxHeight: TablePaginationActions.MENU_LIST_MAX_SIZE,
|
|
2048
2048
|
// 312px, defined by design
|
|
2049
2049
|
"&:focus-visible": {
|
|
2050
2050
|
outline: "none !important",
|
|
@@ -2060,14 +2060,14 @@ const navigationOverrides = {
|
|
|
2060
2060
|
root: ({ theme: theme2 }) => ({
|
|
2061
2061
|
...theme2.typography.body2,
|
|
2062
2062
|
columnGap: theme2.spacing(1),
|
|
2063
|
-
minHeight:
|
|
2063
|
+
minHeight: TablePaginationActions.MENU_ITEM_SIZE_DEFAULT,
|
|
2064
2064
|
padding: theme2.spacing(0.75, 1, 0.75, 1.5),
|
|
2065
2065
|
whiteSpace: "normal",
|
|
2066
2066
|
transition: "background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms",
|
|
2067
2067
|
[theme2.breakpoints.up("sm")]: {
|
|
2068
2068
|
// Overrides an unwanted Mui default style
|
|
2069
2069
|
"&.MuiButtonBase-root": {
|
|
2070
|
-
minHeight:
|
|
2070
|
+
minHeight: TablePaginationActions.MENU_ITEM_SIZE_DEFAULT
|
|
2071
2071
|
}
|
|
2072
2072
|
},
|
|
2073
2073
|
"&:hover": {
|
|
@@ -2134,7 +2134,7 @@ const navigationOverrides = {
|
|
|
2134
2134
|
}
|
|
2135
2135
|
}),
|
|
2136
2136
|
dense: ({ theme: theme2 }) => ({
|
|
2137
|
-
minHeight:
|
|
2137
|
+
minHeight: TablePaginationActions.MENU_ITEM_SIZE_DENSE,
|
|
2138
2138
|
paddingTop: 0,
|
|
2139
2139
|
paddingBottom: 0,
|
|
2140
2140
|
".MuiTypography-root": {
|
|
@@ -2144,7 +2144,7 @@ const navigationOverrides = {
|
|
|
2144
2144
|
[theme2.breakpoints.up("sm")]: {
|
|
2145
2145
|
// Overrides an unwanted Mui default style
|
|
2146
2146
|
"&.MuiButtonBase-root": {
|
|
2147
|
-
minHeight:
|
|
2147
|
+
minHeight: TablePaginationActions.MENU_ITEM_SIZE_DENSE
|
|
2148
2148
|
}
|
|
2149
2149
|
}
|
|
2150
2150
|
})
|
|
@@ -2158,7 +2158,7 @@ const navigationOverrides = {
|
|
|
2158
2158
|
".MuiPopover-root &, .MuiPopper-root &, .base-Popper-root &": {
|
|
2159
2159
|
minWidth: theme2.spacing(8),
|
|
2160
2160
|
// 64px, defined by design
|
|
2161
|
-
maxHeight:
|
|
2161
|
+
maxHeight: TablePaginationActions.MENU_LIST_MAX_SIZE,
|
|
2162
2162
|
// 312px, defined by design
|
|
2163
2163
|
overflowY: "auto",
|
|
2164
2164
|
"&:focus-visible": {
|
|
@@ -3127,6 +3127,10 @@ exports.BREAKPOINTS = TablePaginationActions.BREAKPOINTS;
|
|
|
3127
3127
|
exports.ICON_SIZE_LARGE = TablePaginationActions.ICON_SIZE_LARGE;
|
|
3128
3128
|
exports.ICON_SIZE_MEDIUM = TablePaginationActions.ICON_SIZE_MEDIUM;
|
|
3129
3129
|
exports.ICON_SIZE_SMALL = TablePaginationActions.ICON_SIZE_SMALL;
|
|
3130
|
+
exports.MENU_ITEM_SIZE_DEFAULT = TablePaginationActions.MENU_ITEM_SIZE_DEFAULT;
|
|
3131
|
+
exports.MENU_ITEM_SIZE_DENSE = TablePaginationActions.MENU_ITEM_SIZE_DENSE;
|
|
3132
|
+
exports.MENU_ITEM_SIZE_EXTENDED = TablePaginationActions.MENU_ITEM_SIZE_EXTENDED;
|
|
3133
|
+
exports.MENU_LIST_MAX_SIZE = TablePaginationActions.MENU_LIST_MAX_SIZE;
|
|
3130
3134
|
exports.NOTIFICATION_DURATION_IN_MS = TablePaginationActions.NOTIFICATION_DURATION_IN_MS;
|
|
3131
3135
|
exports.SPACING = TablePaginationActions.SPACING;
|
|
3132
3136
|
exports.getSpacing = TablePaginationActions.getSpacing;
|
package/dist/theme/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
2
2
|
import { alpha, Tooltip, responsiveFontSizes, createTheme } from "@mui/material";
|
|
3
3
|
import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
4
|
-
import { T as Typography, a as TablePaginationActions, I as ICON_SIZE_LARGE, b as ICON_SIZE_MEDIUM, c as ICON_SIZE_SMALL, g as getSpacing, A as APPBAR_SIZE, B as BREAKPOINTS, S as SPACING } from "../TablePaginationActions-
|
|
5
|
-
import { N } from "../TablePaginationActions-
|
|
4
|
+
import { T as Typography, a as TablePaginationActions, I as ICON_SIZE_LARGE, b as ICON_SIZE_MEDIUM, c as ICON_SIZE_SMALL, g as getSpacing, M as MENU_ITEM_SIZE_DEFAULT, d as MENU_LIST_MAX_SIZE, e as MENU_ITEM_SIZE_DENSE, A as APPBAR_SIZE, B as BREAKPOINTS, S as SPACING } from "../TablePaginationActions-Cz5Hbi6N.js";
|
|
5
|
+
import { f, N } from "../TablePaginationActions-Cz5Hbi6N.js";
|
|
6
6
|
import { Cancel, EventOutlined, ChevronRightOutlined, ChevronLeftOutlined, ExpandMoreOutlined, CheckCircleOutlined } from "@mui/icons-material";
|
|
7
7
|
import { A as ArrowDown } from "../ArrowDown-CY_wMVJT.js";
|
|
8
8
|
import { renderDigitalClockTimeView } from "@mui/x-date-pickers";
|
|
9
|
-
import { M as MenuItem } from "../MenuItem-
|
|
9
|
+
import { M as MenuItem } from "../MenuItem-D6wJym7Z.js";
|
|
10
10
|
import { c as commonPalette } from "../paletteUtils-BHqJlHm9.js";
|
|
11
11
|
import { g } from "../paletteUtils-BHqJlHm9.js";
|
|
12
12
|
const tooltipArrowSize = 1;
|
|
@@ -1834,7 +1834,7 @@ const formsOverrides = {
|
|
|
1834
1834
|
}),
|
|
1835
1835
|
option: ({ ownerState, theme: theme2 }) => ({
|
|
1836
1836
|
"&.MuiAutocomplete-option": {
|
|
1837
|
-
minHeight:
|
|
1837
|
+
minHeight: MENU_ITEM_SIZE_DEFAULT,
|
|
1838
1838
|
padding: theme2.spacing(0.5, 2),
|
|
1839
1839
|
...theme2.typography.body2,
|
|
1840
1840
|
transition: "background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms",
|
|
@@ -2044,7 +2044,7 @@ const navigationOverrides = {
|
|
|
2044
2044
|
"&.MuiMenu-paper": {
|
|
2045
2045
|
minWidth: theme2.spacing(8),
|
|
2046
2046
|
// 64px, defined by design
|
|
2047
|
-
maxHeight:
|
|
2047
|
+
maxHeight: MENU_LIST_MAX_SIZE,
|
|
2048
2048
|
// 312px, defined by design
|
|
2049
2049
|
"&:focus-visible": {
|
|
2050
2050
|
outline: "none !important",
|
|
@@ -2060,14 +2060,14 @@ const navigationOverrides = {
|
|
|
2060
2060
|
root: ({ theme: theme2 }) => ({
|
|
2061
2061
|
...theme2.typography.body2,
|
|
2062
2062
|
columnGap: theme2.spacing(1),
|
|
2063
|
-
minHeight:
|
|
2063
|
+
minHeight: MENU_ITEM_SIZE_DEFAULT,
|
|
2064
2064
|
padding: theme2.spacing(0.75, 1, 0.75, 1.5),
|
|
2065
2065
|
whiteSpace: "normal",
|
|
2066
2066
|
transition: "background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms",
|
|
2067
2067
|
[theme2.breakpoints.up("sm")]: {
|
|
2068
2068
|
// Overrides an unwanted Mui default style
|
|
2069
2069
|
"&.MuiButtonBase-root": {
|
|
2070
|
-
minHeight:
|
|
2070
|
+
minHeight: MENU_ITEM_SIZE_DEFAULT
|
|
2071
2071
|
}
|
|
2072
2072
|
},
|
|
2073
2073
|
"&:hover": {
|
|
@@ -2134,7 +2134,7 @@ const navigationOverrides = {
|
|
|
2134
2134
|
}
|
|
2135
2135
|
}),
|
|
2136
2136
|
dense: ({ theme: theme2 }) => ({
|
|
2137
|
-
minHeight:
|
|
2137
|
+
minHeight: MENU_ITEM_SIZE_DENSE,
|
|
2138
2138
|
paddingTop: 0,
|
|
2139
2139
|
paddingBottom: 0,
|
|
2140
2140
|
".MuiTypography-root": {
|
|
@@ -2144,7 +2144,7 @@ const navigationOverrides = {
|
|
|
2144
2144
|
[theme2.breakpoints.up("sm")]: {
|
|
2145
2145
|
// Overrides an unwanted Mui default style
|
|
2146
2146
|
"&.MuiButtonBase-root": {
|
|
2147
|
-
minHeight:
|
|
2147
|
+
minHeight: MENU_ITEM_SIZE_DENSE
|
|
2148
2148
|
}
|
|
2149
2149
|
}
|
|
2150
2150
|
})
|
|
@@ -2158,7 +2158,7 @@ const navigationOverrides = {
|
|
|
2158
2158
|
".MuiPopover-root &, .MuiPopper-root &, .base-Popper-root &": {
|
|
2159
2159
|
minWidth: theme2.spacing(8),
|
|
2160
2160
|
// 64px, defined by design
|
|
2161
|
-
maxHeight:
|
|
2161
|
+
maxHeight: MENU_LIST_MAX_SIZE,
|
|
2162
2162
|
// 312px, defined by design
|
|
2163
2163
|
overflowY: "auto",
|
|
2164
2164
|
"&:focus-visible": {
|
|
@@ -3128,6 +3128,10 @@ export {
|
|
|
3128
3128
|
ICON_SIZE_LARGE,
|
|
3129
3129
|
ICON_SIZE_MEDIUM,
|
|
3130
3130
|
ICON_SIZE_SMALL,
|
|
3131
|
+
MENU_ITEM_SIZE_DEFAULT,
|
|
3132
|
+
MENU_ITEM_SIZE_DENSE,
|
|
3133
|
+
f as MENU_ITEM_SIZE_EXTENDED,
|
|
3134
|
+
MENU_LIST_MAX_SIZE,
|
|
3131
3135
|
N as NOTIFICATION_DURATION_IN_MS,
|
|
3132
3136
|
SPACING,
|
|
3133
3137
|
cartoThemeOptions,
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ButtonProps } from '@mui/material';
|
|
2
|
+
type SplitButtonOption = {
|
|
3
|
+
label: string;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
};
|
|
6
|
+
export type SplitButtonProps = {
|
|
7
|
+
options: SplitButtonOption[];
|
|
8
|
+
onClick: (option: SplitButtonOption) => void;
|
|
9
|
+
variant?: ButtonProps['variant'];
|
|
10
|
+
size?: ButtonProps['size'];
|
|
11
|
+
color?: ButtonProps['color'];
|
|
12
|
+
'data-testid'?: string;
|
|
13
|
+
'aria-label'?: string;
|
|
14
|
+
};
|
|
15
|
+
export default function SplitButton({ options, onClick, variant, size, color, ...otherProps }: SplitButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=SplitButton.d.ts.map
|