@carto/meridian-ds 1.4.3-alpha-tag.4 → 1.4.3-alpha-codemirror.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.
- package/CHANGELOG.md +1 -1
- package/dist/{Alert--QYebQp3.js → Alert-D8jI1sG4.js} +1 -1
- package/dist/{Alert-DFaAeTZf.cjs → Alert-zqtoWsBL.cjs} +1 -1
- package/dist/OpenDiagonallyRight-5HZXh46V.js +59 -0
- package/dist/OpenDiagonallyRight-BrRyCV4Q.cjs +58 -0
- package/dist/{TablePaginationActions-BG2gWq0M.cjs → TablePaginationActions-CFGXm44W.cjs} +21 -3
- package/dist/{TablePaginationActions-Dit3VW-A.js → TablePaginationActions-KpTvhN4Y.js} +21 -3
- package/dist/components/index.cjs +1062 -199
- package/dist/components/index.js +1064 -201
- package/dist/custom-icons/index.cjs +339 -390
- package/dist/custom-icons/index.js +339 -390
- package/dist/theme/index.cjs +1 -1
- package/dist/theme/index.js +2 -2
- package/dist/types/components/molecules/index.d.ts +0 -2
- package/dist/types/components/molecules/index.d.ts.map +1 -1
- package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialog.d.ts +16 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialog.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialogConfirmation.d.ts +16 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialogConfirmation.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialogContent.d.ts +10 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialogContent.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialogError.d.ts +8 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialogError.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaField.d.ts +4 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaField.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaFooter.d.ts +12 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaFooter.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaHeader.d.ts +9 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaHeader.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaInput.d.ts +28 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaInput.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaTheme.d.ts +7 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaTheme.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/index.d.ts +9 -0
- package/dist/types/components/organisms/CodeArea/index.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/types.d.ts +38 -0
- package/dist/types/components/organisms/CodeArea/types.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/utils.d.ts +5 -0
- package/dist/types/components/organisms/CodeArea/utils.d.ts.map +1 -0
- package/dist/types/components/organisms/index.d.ts +2 -0
- package/dist/types/components/organisms/index.d.ts.map +1 -1
- package/dist/types/localization/en.d.ts +6 -0
- package/dist/types/localization/en.d.ts.map +1 -1
- package/dist/types/localization/es.d.ts +6 -0
- package/dist/types/localization/es.d.ts.map +1 -1
- package/dist/types/localization/id.d.ts +6 -0
- package/dist/types/localization/id.d.ts.map +1 -1
- package/dist/types/localization/index.d.ts +18 -0
- package/dist/types/localization/index.d.ts.map +1 -1
- package/dist/widgets/index.cjs +2 -2
- package/dist/widgets/index.js +2 -2
- package/package.json +6 -1
- package/dist/types/components/molecules/Tag.d.ts +0 -31
- package/dist/types/components/molecules/Tag.d.ts.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
-
- New
|
|
5
|
+
- New CodeAreaField & CodeAreaDialog components [#175](https://github.com/CartoDB/meridian-ds/pull/175)
|
|
6
6
|
- New CopiableComponent component [#187](https://github.com/CartoDB/meridian-ds/pull/187)
|
|
7
7
|
- Expose OrderTypes enum in widgets [#192](https://github.com/CartoDB/meridian-ds/pull/192)
|
|
8
8
|
- Disable minification in published builds [#190](https://github.com/CartoDB/meridian-ds/pull/190)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { b as ICON_SIZE_MEDIUM, T as Typography } from "./TablePaginationActions-
|
|
2
|
+
import { b as ICON_SIZE_MEDIUM, T as Typography } from "./TablePaginationActions-KpTvhN4Y.js";
|
|
3
3
|
import { styled, Alert as Alert$1, Fade, AlertTitle } from "@mui/material";
|
|
4
4
|
import { forwardRef, useState } from "react";
|
|
5
5
|
const StyledAlert = styled(Alert$1, {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const jsxRuntime = require("react/jsx-runtime");
|
|
3
|
-
const TablePaginationActions = require("./TablePaginationActions-
|
|
3
|
+
const TablePaginationActions = require("./TablePaginationActions-CFGXm44W.cjs");
|
|
4
4
|
const material = require("@mui/material");
|
|
5
5
|
const React = require("react");
|
|
6
6
|
const StyledAlert = material.styled(material.Alert, {
|
|
@@ -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;
|
|
@@ -808,8 +808,13 @@ const en = {
|
|
|
808
808
|
button: {
|
|
809
809
|
cancel: "Cancel",
|
|
810
810
|
leave: "Leave",
|
|
811
|
+
keepEditing: "Keep editing",
|
|
811
812
|
close: "Close",
|
|
812
|
-
|
|
813
|
+
expand: "Expand",
|
|
814
|
+
copy: "Copy",
|
|
815
|
+
save: "Save",
|
|
816
|
+
add: "Add",
|
|
817
|
+
showOptions: "Show options"
|
|
813
818
|
},
|
|
814
819
|
form: {
|
|
815
820
|
selectAll: "Select all",
|
|
@@ -843,6 +848,7 @@ const en = {
|
|
|
843
848
|
}
|
|
844
849
|
},
|
|
845
850
|
notifications: {
|
|
851
|
+
changesSaved: "Changes saved successfully",
|
|
846
852
|
copiedToClipboard: "Copied to clipboard"
|
|
847
853
|
},
|
|
848
854
|
widgets: {
|
|
@@ -950,8 +956,13 @@ const es = {
|
|
|
950
956
|
button: {
|
|
951
957
|
cancel: "Cancelar",
|
|
952
958
|
leave: "Salir",
|
|
959
|
+
keepEditing: "Seguir editando",
|
|
953
960
|
close: "Cerrar",
|
|
954
|
-
|
|
961
|
+
expand: "Expandir",
|
|
962
|
+
copy: "Copiar",
|
|
963
|
+
save: "Guardar",
|
|
964
|
+
add: "Añadir",
|
|
965
|
+
showOptions: "Mostrar opciones"
|
|
955
966
|
},
|
|
956
967
|
form: {
|
|
957
968
|
selectAll: "Seleccionar todos",
|
|
@@ -985,6 +996,7 @@ const es = {
|
|
|
985
996
|
}
|
|
986
997
|
},
|
|
987
998
|
notifications: {
|
|
999
|
+
changesSaved: "Cambios guardados correctamente",
|
|
988
1000
|
copiedToClipboard: "Copiado al portapapeles"
|
|
989
1001
|
},
|
|
990
1002
|
widgets: {
|
|
@@ -1090,8 +1102,13 @@ const id = {
|
|
|
1090
1102
|
button: {
|
|
1091
1103
|
cancel: "Batal",
|
|
1092
1104
|
leave: "Keluar",
|
|
1105
|
+
keepEditing: "Terus mengedit",
|
|
1093
1106
|
close: "Tutup",
|
|
1094
|
-
|
|
1107
|
+
expand: "Perluas",
|
|
1108
|
+
copy: "Salin",
|
|
1109
|
+
save: "Simpan",
|
|
1110
|
+
add: "Tambah",
|
|
1111
|
+
showOptions: "Tampilkan opsi"
|
|
1095
1112
|
},
|
|
1096
1113
|
form: {
|
|
1097
1114
|
selectAll: "Select all",
|
|
@@ -1125,6 +1142,7 @@ const id = {
|
|
|
1125
1142
|
}
|
|
1126
1143
|
},
|
|
1127
1144
|
notifications: {
|
|
1145
|
+
changesSaved: "Changes saved successfully",
|
|
1128
1146
|
copiedToClipboard: "Tersalin ke clipboard"
|
|
1129
1147
|
},
|
|
1130
1148
|
widgets: {
|
|
@@ -807,8 +807,13 @@ const en = {
|
|
|
807
807
|
button: {
|
|
808
808
|
cancel: "Cancel",
|
|
809
809
|
leave: "Leave",
|
|
810
|
+
keepEditing: "Keep editing",
|
|
810
811
|
close: "Close",
|
|
811
|
-
|
|
812
|
+
expand: "Expand",
|
|
813
|
+
copy: "Copy",
|
|
814
|
+
save: "Save",
|
|
815
|
+
add: "Add",
|
|
816
|
+
showOptions: "Show options"
|
|
812
817
|
},
|
|
813
818
|
form: {
|
|
814
819
|
selectAll: "Select all",
|
|
@@ -842,6 +847,7 @@ const en = {
|
|
|
842
847
|
}
|
|
843
848
|
},
|
|
844
849
|
notifications: {
|
|
850
|
+
changesSaved: "Changes saved successfully",
|
|
845
851
|
copiedToClipboard: "Copied to clipboard"
|
|
846
852
|
},
|
|
847
853
|
widgets: {
|
|
@@ -949,8 +955,13 @@ const es = {
|
|
|
949
955
|
button: {
|
|
950
956
|
cancel: "Cancelar",
|
|
951
957
|
leave: "Salir",
|
|
958
|
+
keepEditing: "Seguir editando",
|
|
952
959
|
close: "Cerrar",
|
|
953
|
-
|
|
960
|
+
expand: "Expandir",
|
|
961
|
+
copy: "Copiar",
|
|
962
|
+
save: "Guardar",
|
|
963
|
+
add: "Añadir",
|
|
964
|
+
showOptions: "Mostrar opciones"
|
|
954
965
|
},
|
|
955
966
|
form: {
|
|
956
967
|
selectAll: "Seleccionar todos",
|
|
@@ -984,6 +995,7 @@ const es = {
|
|
|
984
995
|
}
|
|
985
996
|
},
|
|
986
997
|
notifications: {
|
|
998
|
+
changesSaved: "Cambios guardados correctamente",
|
|
987
999
|
copiedToClipboard: "Copiado al portapapeles"
|
|
988
1000
|
},
|
|
989
1001
|
widgets: {
|
|
@@ -1089,8 +1101,13 @@ const id = {
|
|
|
1089
1101
|
button: {
|
|
1090
1102
|
cancel: "Batal",
|
|
1091
1103
|
leave: "Keluar",
|
|
1104
|
+
keepEditing: "Terus mengedit",
|
|
1092
1105
|
close: "Tutup",
|
|
1093
|
-
|
|
1106
|
+
expand: "Perluas",
|
|
1107
|
+
copy: "Salin",
|
|
1108
|
+
save: "Simpan",
|
|
1109
|
+
add: "Tambah",
|
|
1110
|
+
showOptions: "Tampilkan opsi"
|
|
1094
1111
|
},
|
|
1095
1112
|
form: {
|
|
1096
1113
|
selectAll: "Select all",
|
|
@@ -1124,6 +1141,7 @@ const id = {
|
|
|
1124
1141
|
}
|
|
1125
1142
|
},
|
|
1126
1143
|
notifications: {
|
|
1144
|
+
changesSaved: "Changes saved successfully",
|
|
1127
1145
|
copiedToClipboard: "Tersalin ke clipboard"
|
|
1128
1146
|
},
|
|
1129
1147
|
widgets: {
|