@carto/meridian-ds 1.4.3-alpha-codemirror.5 → 1.4.3-alpha-codemirror.6

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 (52) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/dist/Alert-ChcvNOU6.cjs +133 -0
  3. package/dist/Alert-CpgfD3bq.js +134 -0
  4. package/dist/ArrowDown-8fLj23Ge.cjs +31 -0
  5. package/dist/ArrowDown-CY_wMVJT.js +32 -0
  6. package/dist/MenuItem-Br2jY2lt.cjs +164 -0
  7. package/dist/MenuItem-CXnnE5lK.js +165 -0
  8. package/dist/OpenDiagonallyRight-5HZXh46V.js +59 -0
  9. package/dist/OpenDiagonallyRight-BrRyCV4Q.cjs +58 -0
  10. package/dist/SwatchSquare-DDi0beUM.js +51 -0
  11. package/dist/SwatchSquare-w-U8-O-P.cjs +50 -0
  12. package/dist/components/index.cjs +4402 -2
  13. package/dist/components/index.js +2779 -2398
  14. package/dist/custom-icons/index.cjs +5857 -1
  15. package/dist/custom-icons/index.js +2658 -2279
  16. package/dist/palette-CD5ph5A-.cjs +5872 -0
  17. package/dist/{TablePaginationActions-Cj_BbjKR.js → palette-DI1CmQ2J.js} +1276 -653
  18. package/dist/paletteUtils-DEHchy2r.cjs +93 -0
  19. package/dist/paletteUtils-DTaXyq2Z.js +77 -0
  20. package/dist/theme/index.cjs +3135 -1
  21. package/dist/theme/index.js +1049 -1011
  22. package/dist/types/components/organisms/CodeArea/CodeAreaInput.d.ts.map +1 -1
  23. package/dist/types/utils/chartConstants.d.ts +3 -3
  24. package/dist/types/utils/chartConstants.d.ts.map +1 -1
  25. package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.d.ts +2 -2
  26. package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.d.ts.map +1 -1
  27. package/dist/types/widgets/PieWidgetUI/PieWidgetUI.d.ts +2 -2
  28. package/dist/types/widgets/PieWidgetUI/PieWidgetUI.d.ts.map +1 -1
  29. package/dist/types/widgets/PieWidgetUI/usePieCategories.d.ts +2 -2
  30. package/dist/types/widgets/PieWidgetUI/usePieCategories.d.ts.map +1 -1
  31. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.d.ts +2 -2
  32. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.d.ts.map +1 -1
  33. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/transposeCategoryData.d.ts +2 -2
  34. package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/transposeCategoryData.d.ts.map +1 -1
  35. package/dist/types/widgets/index.d.ts +1 -0
  36. package/dist/types/widgets/index.d.ts.map +1 -1
  37. package/dist/widgets/index.cjs +7180 -21
  38. package/dist/widgets/index.js +5159 -3791
  39. package/package.json +1 -1
  40. package/dist/Alert-Bcn_9-oO.cjs +0 -4
  41. package/dist/Alert-mpNEqtBu.js +0 -130
  42. package/dist/ArrowDown-BD0WmQR3.cjs +0 -1
  43. package/dist/ArrowDown-CMhYkZ2p.js +0 -31
  44. package/dist/MenuItem-Cd34y6F3.js +0 -165
  45. package/dist/MenuItem-Dbss-WG1.cjs +0 -1
  46. package/dist/OpenDiagonallyRight-BkCaUpcr.js +0 -56
  47. package/dist/OpenDiagonallyRight-DqSU7b6o.cjs +0 -1
  48. package/dist/SwatchSquare-C34ayL4L.cjs +0 -1
  49. package/dist/SwatchSquare-CVpwEFFV.js +0 -48
  50. package/dist/TablePaginationActions-BfAn9gSh.cjs +0 -9
  51. package/dist/paletteUtils-BEwZhrLg.js +0 -262
  52. package/dist/paletteUtils-DLQVT9qo.cjs +0 -1
@@ -0,0 +1,59 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ import { createSvgIcon } from "@mui/material/utils";
4
+ const Icon$1 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5
+ "path",
6
+ {
7
+ fill: "currentColor",
8
+ fillRule: "evenodd",
9
+ d: "m6.121 19.293 2.877-2.877V19H11v-6l-6 .007v1.994l2.584.001-2.877 2.877zM13 11l6-.007V8.999h-2.585l2.878-2.878-1.414-1.414L15 7.585V5H13z",
10
+ clipRule: "evenodd"
11
+ }
12
+ ) });
13
+ const BaseSvgIcon$1 = createSvgIcon(Icon$1(), "CloseDiagonallyRight");
14
+ function CloseDiagonallyRight({ width, height, sx, ...props }, ref) {
15
+ return /* @__PURE__ */ jsx(
16
+ BaseSvgIcon$1,
17
+ {
18
+ ref,
19
+ viewBox: "0 0 24 24",
20
+ sx: {
21
+ width,
22
+ height: height || width,
23
+ ...sx
24
+ },
25
+ ...props
26
+ }
27
+ );
28
+ }
29
+ const CloseDiagonallyRight$1 = forwardRef(CloseDiagonallyRight);
30
+ const Icon = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
31
+ "path",
32
+ {
33
+ fill: "currentColor",
34
+ fillRule: "evenodd",
35
+ d: "m14.121 11.293 2.877-2.877V11H19V5l-6 .007v1.994l2.584.001-2.877 2.877zM5 19l6-.007v-1.994H8.415l2.878-2.878-1.414-1.414L7 15.585V13H5z",
36
+ clipRule: "evenodd"
37
+ }
38
+ ) });
39
+ const BaseSvgIcon = createSvgIcon(Icon(), "OpenDiagonallyRight");
40
+ function OpenDiagonallyRight({ width, height, sx, ...props }, ref) {
41
+ return /* @__PURE__ */ jsx(
42
+ BaseSvgIcon,
43
+ {
44
+ ref,
45
+ viewBox: "0 0 24 24",
46
+ sx: {
47
+ width,
48
+ height: height || width,
49
+ ...sx
50
+ },
51
+ ...props
52
+ }
53
+ );
54
+ }
55
+ const OpenDiagonallyRight$1 = forwardRef(OpenDiagonallyRight);
56
+ export {
57
+ CloseDiagonallyRight$1 as C,
58
+ OpenDiagonallyRight$1 as O
59
+ };
@@ -0,0 +1,58 @@
1
+ "use strict";
2
+ const jsxRuntime = require("react/jsx-runtime");
3
+ const React = require("react");
4
+ const utils = require("@mui/material/utils");
5
+ const Icon$1 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
6
+ "path",
7
+ {
8
+ fill: "currentColor",
9
+ fillRule: "evenodd",
10
+ d: "m6.121 19.293 2.877-2.877V19H11v-6l-6 .007v1.994l2.584.001-2.877 2.877zM13 11l6-.007V8.999h-2.585l2.878-2.878-1.414-1.414L15 7.585V5H13z",
11
+ clipRule: "evenodd"
12
+ }
13
+ ) });
14
+ const BaseSvgIcon$1 = utils.createSvgIcon(Icon$1(), "CloseDiagonallyRight");
15
+ function CloseDiagonallyRight({ width, height, sx, ...props }, ref) {
16
+ return /* @__PURE__ */ jsxRuntime.jsx(
17
+ BaseSvgIcon$1,
18
+ {
19
+ ref,
20
+ viewBox: "0 0 24 24",
21
+ sx: {
22
+ width,
23
+ height: height || width,
24
+ ...sx
25
+ },
26
+ ...props
27
+ }
28
+ );
29
+ }
30
+ const CloseDiagonallyRight$1 = React.forwardRef(CloseDiagonallyRight);
31
+ const Icon = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
32
+ "path",
33
+ {
34
+ fill: "currentColor",
35
+ fillRule: "evenodd",
36
+ d: "m14.121 11.293 2.877-2.877V11H19V5l-6 .007v1.994l2.584.001-2.877 2.877zM5 19l6-.007v-1.994H8.415l2.878-2.878-1.414-1.414L7 15.585V13H5z",
37
+ clipRule: "evenodd"
38
+ }
39
+ ) });
40
+ const BaseSvgIcon = utils.createSvgIcon(Icon(), "OpenDiagonallyRight");
41
+ function OpenDiagonallyRight({ width, height, sx, ...props }, ref) {
42
+ return /* @__PURE__ */ jsxRuntime.jsx(
43
+ BaseSvgIcon,
44
+ {
45
+ ref,
46
+ viewBox: "0 0 24 24",
47
+ sx: {
48
+ width,
49
+ height: height || width,
50
+ ...sx
51
+ },
52
+ ...props
53
+ }
54
+ );
55
+ }
56
+ const OpenDiagonallyRight$1 = React.forwardRef(OpenDiagonallyRight);
57
+ exports.CloseDiagonallyRight = CloseDiagonallyRight$1;
58
+ exports.OpenDiagonallyRight = OpenDiagonallyRight$1;
@@ -0,0 +1,51 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ import { createSvgIcon } from "@mui/material/utils";
4
+ const Icon$1 = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx(
5
+ "path",
6
+ {
7
+ fill: "currentColor",
8
+ fillRule: "evenodd",
9
+ d: "M11 4a7 7 0 0 1 5.386 11.472l3.089 3.089-1.414 1.414-3.161-3.161A7 7 0 1 1 11 4m0 2a5 5 0 1 0 0 10 5 5 0 0 0 0-10",
10
+ clipRule: "evenodd"
11
+ }
12
+ ) });
13
+ const BaseSvgIcon$1 = createSvgIcon(Icon$1(), "Search");
14
+ function Search({ width, height, sx, ...props }, ref) {
15
+ return /* @__PURE__ */ jsx(
16
+ BaseSvgIcon$1,
17
+ {
18
+ ref,
19
+ viewBox: "0 0 24 24",
20
+ sx: {
21
+ width,
22
+ height: height || width,
23
+ ...sx
24
+ },
25
+ ...props
26
+ }
27
+ );
28
+ }
29
+ const Search$1 = forwardRef(Search);
30
+ const Icon = () => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsx("rect", { x: 4, y: 4, fill: "currentColor", rx: 2 }) });
31
+ const BaseSvgIcon = createSvgIcon(Icon(), "SwatchSquare");
32
+ function SwatchSquare({ width, height, sx, ...props }, ref) {
33
+ return /* @__PURE__ */ jsx(
34
+ BaseSvgIcon,
35
+ {
36
+ ref,
37
+ viewBox: "0 0 24 24",
38
+ sx: {
39
+ width,
40
+ height: height || width,
41
+ ...sx
42
+ },
43
+ ...props
44
+ }
45
+ );
46
+ }
47
+ const SwatchSquare$1 = forwardRef(SwatchSquare);
48
+ export {
49
+ Search$1 as S,
50
+ SwatchSquare$1 as a
51
+ };
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ const jsxRuntime = require("react/jsx-runtime");
3
+ const React = require("react");
4
+ const utils = require("@mui/material/utils");
5
+ const Icon$1 = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx(
6
+ "path",
7
+ {
8
+ fill: "currentColor",
9
+ fillRule: "evenodd",
10
+ d: "M11 4a7 7 0 0 1 5.386 11.472l3.089 3.089-1.414 1.414-3.161-3.161A7 7 0 1 1 11 4m0 2a5 5 0 1 0 0 10 5 5 0 0 0 0-10",
11
+ clipRule: "evenodd"
12
+ }
13
+ ) });
14
+ const BaseSvgIcon$1 = utils.createSvgIcon(Icon$1(), "Search");
15
+ function Search({ width, height, sx, ...props }, ref) {
16
+ return /* @__PURE__ */ jsxRuntime.jsx(
17
+ BaseSvgIcon$1,
18
+ {
19
+ ref,
20
+ viewBox: "0 0 24 24",
21
+ sx: {
22
+ width,
23
+ height: height || width,
24
+ ...sx
25
+ },
26
+ ...props
27
+ }
28
+ );
29
+ }
30
+ const Search$1 = React.forwardRef(Search);
31
+ const Icon = () => /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ jsxRuntime.jsx("rect", { x: 4, y: 4, fill: "currentColor", rx: 2 }) });
32
+ const BaseSvgIcon = utils.createSvgIcon(Icon(), "SwatchSquare");
33
+ function SwatchSquare({ width, height, sx, ...props }, ref) {
34
+ return /* @__PURE__ */ jsxRuntime.jsx(
35
+ BaseSvgIcon,
36
+ {
37
+ ref,
38
+ viewBox: "0 0 24 24",
39
+ sx: {
40
+ width,
41
+ height: height || width,
42
+ ...sx
43
+ },
44
+ ...props
45
+ }
46
+ );
47
+ }
48
+ const SwatchSquare$1 = React.forwardRef(SwatchSquare);
49
+ exports.Search = Search$1;
50
+ exports.SwatchSquare = SwatchSquare$1;