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