@carto/meridian-ds 1.4.3-alpha-codemirror.6 → 1.4.3-alpha-tag.2
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-CpgfD3bq.js → Alert--QYebQp3.js} +1 -1
- package/dist/{Alert-ChcvNOU6.cjs → Alert-DFaAeTZf.cjs} +3 -3
- package/dist/{palette-CD5ph5A-.cjs → TablePaginationActions-BG2gWq0M.cjs} +3 -232
- package/dist/{palette-DI1CmQ2J.js → TablePaginationActions-Dit3VW-A.js} +5 -234
- package/dist/components/index.cjs +236 -1098
- package/dist/components/index.js +202 -1064
- package/dist/custom-icons/index.cjs +390 -339
- package/dist/custom-icons/index.js +390 -339
- package/dist/paletteUtils-B9ybmwiI.cjs +304 -0
- package/dist/paletteUtils-BHqJlHm9.js +288 -0
- package/dist/theme/index.cjs +103 -103
- package/dist/theme/index.js +4 -3
- package/dist/types/components/molecules/Tag.d.ts +20 -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 +136 -136
- package/dist/widgets/index.js +3 -3
- package/package.json +1 -6
- package/dist/OpenDiagonallyRight-5HZXh46V.js +0 -59
- package/dist/OpenDiagonallyRight-BrRyCV4Q.cjs +0 -58
- package/dist/paletteUtils-DEHchy2r.cjs +0 -93
- package/dist/paletteUtils-DTaXyq2Z.js +0 -77
- 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 -26
- 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/dist/theme/index.cjs
CHANGED
|
@@ -3,12 +3,12 @@ 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
|
|
6
|
+
const TablePaginationActions = require("../TablePaginationActions-BG2gWq0M.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
10
|
const MenuItem = require("../MenuItem-Br2jY2lt.cjs");
|
|
11
|
-
const paletteUtils = require("../paletteUtils-
|
|
11
|
+
const paletteUtils = require("../paletteUtils-B9ybmwiI.cjs");
|
|
12
12
|
const tooltipArrowSize = 1;
|
|
13
13
|
const tooltipSeparation = 0.5;
|
|
14
14
|
const tooltipMargin = tooltipArrowSize + tooltipSeparation;
|
|
@@ -141,7 +141,7 @@ const dataDisplayOverrides = {
|
|
|
141
141
|
labelDisplayedRows: ({ from, to, count }) => {
|
|
142
142
|
return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
143
143
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
144
|
-
|
|
144
|
+
TablePaginationActions.Typography,
|
|
145
145
|
{
|
|
146
146
|
component: "span",
|
|
147
147
|
variant: "inherit",
|
|
@@ -153,7 +153,7 @@ const dataDisplayOverrides = {
|
|
|
153
153
|
` of ${count}`
|
|
154
154
|
] });
|
|
155
155
|
},
|
|
156
|
-
ActionsComponent:
|
|
156
|
+
ActionsComponent: TablePaginationActions.TablePaginationActions
|
|
157
157
|
},
|
|
158
158
|
styleOverrides: {
|
|
159
159
|
root: () => ({
|
|
@@ -239,9 +239,9 @@ const dataDisplayOverrides = {
|
|
|
239
239
|
maxWidth: "192px",
|
|
240
240
|
padding: theme2.spacing(0, 0.5),
|
|
241
241
|
"& .MuiAvatar-root": {
|
|
242
|
-
width:
|
|
243
|
-
minWidth:
|
|
244
|
-
height:
|
|
242
|
+
width: TablePaginationActions.ICON_SIZE_LARGE,
|
|
243
|
+
minWidth: TablePaginationActions.ICON_SIZE_LARGE,
|
|
244
|
+
height: TablePaginationActions.ICON_SIZE_LARGE,
|
|
245
245
|
margin: 0,
|
|
246
246
|
color: theme2.palette.secondary.contrastText,
|
|
247
247
|
backgroundColor: theme2.palette.background.paper,
|
|
@@ -252,9 +252,9 @@ const dataDisplayOverrides = {
|
|
|
252
252
|
marginLeft: theme2.spacing(0.5)
|
|
253
253
|
},
|
|
254
254
|
"& img": {
|
|
255
|
-
width:
|
|
256
|
-
minWidth:
|
|
257
|
-
height:
|
|
255
|
+
width: TablePaginationActions.ICON_SIZE_LARGE,
|
|
256
|
+
minWidth: TablePaginationActions.ICON_SIZE_LARGE,
|
|
257
|
+
height: TablePaginationActions.ICON_SIZE_LARGE
|
|
258
258
|
},
|
|
259
259
|
"&.MuiChip-root.Mui-disabled": {
|
|
260
260
|
color: theme2.palette.text.disabled,
|
|
@@ -366,14 +366,14 @@ const dataDisplayOverrides = {
|
|
|
366
366
|
// Sizes
|
|
367
367
|
sizeSmall: ({ theme: theme2 }) => ({
|
|
368
368
|
"& img": {
|
|
369
|
-
width:
|
|
370
|
-
minWidth:
|
|
371
|
-
height:
|
|
369
|
+
width: TablePaginationActions.ICON_SIZE_MEDIUM,
|
|
370
|
+
minWidth: TablePaginationActions.ICON_SIZE_MEDIUM,
|
|
371
|
+
height: TablePaginationActions.ICON_SIZE_MEDIUM
|
|
372
372
|
},
|
|
373
373
|
"& .MuiAvatar-root": {
|
|
374
|
-
width:
|
|
375
|
-
minWidth:
|
|
376
|
-
height:
|
|
374
|
+
width: TablePaginationActions.ICON_SIZE_MEDIUM,
|
|
375
|
+
minWidth: TablePaginationActions.ICON_SIZE_MEDIUM,
|
|
376
|
+
height: TablePaginationActions.ICON_SIZE_MEDIUM
|
|
377
377
|
},
|
|
378
378
|
"& .MuiChip-icon": {
|
|
379
379
|
marginLeft: theme2.spacing(0.25)
|
|
@@ -390,8 +390,8 @@ const dataDisplayOverrides = {
|
|
|
390
390
|
padding: theme2.spacing(0, 0.5)
|
|
391
391
|
}),
|
|
392
392
|
deleteIcon: () => ({
|
|
393
|
-
width:
|
|
394
|
-
height:
|
|
393
|
+
width: TablePaginationActions.ICON_SIZE_MEDIUM,
|
|
394
|
+
height: TablePaginationActions.ICON_SIZE_MEDIUM,
|
|
395
395
|
margin: 0,
|
|
396
396
|
marginLeft: "2px",
|
|
397
397
|
// Forced to a non-standard value to meet with design
|
|
@@ -521,22 +521,22 @@ const dataDisplayOverrides = {
|
|
|
521
521
|
MuiSvgIcon: {
|
|
522
522
|
styleOverrides: {
|
|
523
523
|
root: () => ({
|
|
524
|
-
fontSize:
|
|
524
|
+
fontSize: TablePaginationActions.ICON_SIZE_MEDIUM
|
|
525
525
|
}),
|
|
526
526
|
fontSizeSmall: () => ({
|
|
527
|
-
fontSize:
|
|
527
|
+
fontSize: TablePaginationActions.ICON_SIZE_SMALL
|
|
528
528
|
}),
|
|
529
529
|
fontSizeLarge: () => ({
|
|
530
|
-
fontSize:
|
|
530
|
+
fontSize: TablePaginationActions.ICON_SIZE_LARGE
|
|
531
531
|
})
|
|
532
532
|
}
|
|
533
533
|
}
|
|
534
534
|
};
|
|
535
|
-
const sizeXsmall =
|
|
536
|
-
const sizeSmall =
|
|
537
|
-
const sizeMedium =
|
|
538
|
-
const sizeLarge =
|
|
539
|
-
const radius =
|
|
535
|
+
const sizeXsmall = TablePaginationActions.getSpacing(2);
|
|
536
|
+
const sizeSmall = TablePaginationActions.getSpacing(3);
|
|
537
|
+
const sizeMedium = TablePaginationActions.getSpacing(4);
|
|
538
|
+
const sizeLarge = TablePaginationActions.getSpacing(6);
|
|
539
|
+
const radius = TablePaginationActions.getSpacing(0.5);
|
|
540
540
|
const buttonsOverrides = {
|
|
541
541
|
// Button Base
|
|
542
542
|
MuiButtonBase: {
|
|
@@ -547,10 +547,10 @@ const buttonsOverrides = {
|
|
|
547
547
|
root: () => ({
|
|
548
548
|
"& .MuiSvgIcon-root, & svg": {
|
|
549
549
|
display: "flex",
|
|
550
|
-
fontSize:
|
|
551
|
-
width:
|
|
552
|
-
minWidth:
|
|
553
|
-
height:
|
|
550
|
+
fontSize: TablePaginationActions.ICON_SIZE_MEDIUM,
|
|
551
|
+
width: TablePaginationActions.ICON_SIZE_MEDIUM,
|
|
552
|
+
minWidth: TablePaginationActions.ICON_SIZE_MEDIUM,
|
|
553
|
+
height: TablePaginationActions.ICON_SIZE_MEDIUM
|
|
554
554
|
}
|
|
555
555
|
})
|
|
556
556
|
}
|
|
@@ -626,10 +626,10 @@ const buttonsOverrides = {
|
|
|
626
626
|
startIcon: ({ theme: theme2 }) => ({
|
|
627
627
|
marginRight: theme2.spacing(0.75),
|
|
628
628
|
"& .MuiSvgIcon-root, & svg": {
|
|
629
|
-
fontSize:
|
|
630
|
-
width:
|
|
631
|
-
minWidth:
|
|
632
|
-
height:
|
|
629
|
+
fontSize: TablePaginationActions.ICON_SIZE_MEDIUM,
|
|
630
|
+
width: TablePaginationActions.ICON_SIZE_MEDIUM,
|
|
631
|
+
minWidth: TablePaginationActions.ICON_SIZE_MEDIUM,
|
|
632
|
+
height: TablePaginationActions.ICON_SIZE_MEDIUM
|
|
633
633
|
},
|
|
634
634
|
"&.MuiButton-iconSizeSmall": {
|
|
635
635
|
marginRight: theme2.spacing(0.5),
|
|
@@ -639,10 +639,10 @@ const buttonsOverrides = {
|
|
|
639
639
|
endIcon: ({ theme: theme2 }) => ({
|
|
640
640
|
marginLeft: theme2.spacing(0.75),
|
|
641
641
|
"& .MuiSvgIcon-root, & svg": {
|
|
642
|
-
fontSize:
|
|
643
|
-
width:
|
|
644
|
-
minWidth:
|
|
645
|
-
height:
|
|
642
|
+
fontSize: TablePaginationActions.ICON_SIZE_MEDIUM,
|
|
643
|
+
width: TablePaginationActions.ICON_SIZE_MEDIUM,
|
|
644
|
+
minWidth: TablePaginationActions.ICON_SIZE_MEDIUM,
|
|
645
|
+
height: TablePaginationActions.ICON_SIZE_MEDIUM
|
|
646
646
|
},
|
|
647
647
|
"&.MuiButton-iconSizeSmall": {
|
|
648
648
|
marginLeft: theme2.spacing(0.5),
|
|
@@ -792,10 +792,10 @@ const buttonsOverrides = {
|
|
|
792
792
|
color: theme2.palette.text.secondary
|
|
793
793
|
},
|
|
794
794
|
"& .MuiSvgIcon-root, & svg": {
|
|
795
|
-
fontSize:
|
|
796
|
-
width:
|
|
797
|
-
minWidth:
|
|
798
|
-
height:
|
|
795
|
+
fontSize: TablePaginationActions.ICON_SIZE_MEDIUM,
|
|
796
|
+
width: TablePaginationActions.ICON_SIZE_MEDIUM,
|
|
797
|
+
minWidth: TablePaginationActions.ICON_SIZE_MEDIUM,
|
|
798
|
+
height: TablePaginationActions.ICON_SIZE_MEDIUM
|
|
799
799
|
},
|
|
800
800
|
"& svg": {
|
|
801
801
|
fill: "currentColor",
|
|
@@ -848,10 +848,10 @@ const buttonsOverrides = {
|
|
|
848
848
|
width: sizeXsmall,
|
|
849
849
|
height: sizeXsmall,
|
|
850
850
|
"& .MuiSvgIcon-root, & svg": {
|
|
851
|
-
fontSize:
|
|
852
|
-
width:
|
|
853
|
-
minWidth:
|
|
854
|
-
height:
|
|
851
|
+
fontSize: TablePaginationActions.ICON_SIZE_SMALL,
|
|
852
|
+
width: TablePaginationActions.ICON_SIZE_SMALL,
|
|
853
|
+
minWidth: TablePaginationActions.ICON_SIZE_SMALL,
|
|
854
|
+
height: TablePaginationActions.ICON_SIZE_SMALL
|
|
855
855
|
}
|
|
856
856
|
})
|
|
857
857
|
},
|
|
@@ -1083,10 +1083,10 @@ const buttonsOverrides = {
|
|
|
1083
1083
|
boxShadow: theme2.shadows[6]
|
|
1084
1084
|
},
|
|
1085
1085
|
"& .MuiSvgIcon-root, & svg": {
|
|
1086
|
-
fontSize:
|
|
1087
|
-
width:
|
|
1088
|
-
minWidth:
|
|
1089
|
-
height:
|
|
1086
|
+
fontSize: TablePaginationActions.ICON_SIZE_LARGE,
|
|
1087
|
+
width: TablePaginationActions.ICON_SIZE_LARGE,
|
|
1088
|
+
minWidth: TablePaginationActions.ICON_SIZE_LARGE,
|
|
1089
|
+
height: TablePaginationActions.ICON_SIZE_LARGE
|
|
1090
1090
|
},
|
|
1091
1091
|
"&.MuiFab-extended": {
|
|
1092
1092
|
...theme2.typography.body1,
|
|
@@ -1112,10 +1112,10 @@ const buttonsOverrides = {
|
|
|
1112
1112
|
height: theme2.spacing(4),
|
|
1113
1113
|
minHeight: theme2.spacing(4),
|
|
1114
1114
|
"& .MuiSvgIcon-root, & svg": {
|
|
1115
|
-
fontSize:
|
|
1116
|
-
width:
|
|
1117
|
-
minWidth:
|
|
1118
|
-
height:
|
|
1115
|
+
fontSize: TablePaginationActions.ICON_SIZE_MEDIUM,
|
|
1116
|
+
width: TablePaginationActions.ICON_SIZE_MEDIUM,
|
|
1117
|
+
minWidth: TablePaginationActions.ICON_SIZE_MEDIUM,
|
|
1118
|
+
height: TablePaginationActions.ICON_SIZE_MEDIUM
|
|
1119
1119
|
},
|
|
1120
1120
|
"&.MuiFab-extended": {
|
|
1121
1121
|
...theme2.typography.caption,
|
|
@@ -1527,10 +1527,10 @@ const formsOverrides = {
|
|
|
1527
1527
|
marginTop: 0
|
|
1528
1528
|
},
|
|
1529
1529
|
"& .MuiSvgIcon-root, & svg": {
|
|
1530
|
-
fontSize:
|
|
1531
|
-
width:
|
|
1532
|
-
minWidth:
|
|
1533
|
-
height:
|
|
1530
|
+
fontSize: TablePaginationActions.ICON_SIZE_MEDIUM,
|
|
1531
|
+
width: TablePaginationActions.ICON_SIZE_MEDIUM,
|
|
1532
|
+
minWidth: TablePaginationActions.ICON_SIZE_MEDIUM,
|
|
1533
|
+
height: TablePaginationActions.ICON_SIZE_MEDIUM,
|
|
1534
1534
|
color: theme2.palette.text.secondary
|
|
1535
1535
|
},
|
|
1536
1536
|
".Mui-disabled &": {
|
|
@@ -1796,8 +1796,8 @@ const formsOverrides = {
|
|
|
1796
1796
|
}
|
|
1797
1797
|
}),
|
|
1798
1798
|
popupIndicator: ({ theme: theme2 }) => ({
|
|
1799
|
-
width:
|
|
1800
|
-
height:
|
|
1799
|
+
width: TablePaginationActions.ICON_SIZE_MEDIUM,
|
|
1800
|
+
height: TablePaginationActions.ICON_SIZE_MEDIUM,
|
|
1801
1801
|
cursor: "pointer",
|
|
1802
1802
|
"&:hover": {
|
|
1803
1803
|
backgroundColor: "transparent"
|
|
@@ -2226,10 +2226,10 @@ const navigationOverrides = {
|
|
|
2226
2226
|
alignItems: "center",
|
|
2227
2227
|
gap: theme2.spacing(2),
|
|
2228
2228
|
"& .MuiSvgIcon-root": {
|
|
2229
|
-
fontSize:
|
|
2229
|
+
fontSize: TablePaginationActions.ICON_SIZE_LARGE
|
|
2230
2230
|
},
|
|
2231
2231
|
".MuiMenuItem-root.MuiButtonBase-root &": {
|
|
2232
|
-
minWidth:
|
|
2232
|
+
minWidth: TablePaginationActions.ICON_SIZE_MEDIUM
|
|
2233
2233
|
}
|
|
2234
2234
|
})
|
|
2235
2235
|
}
|
|
@@ -2242,7 +2242,7 @@ const navigationOverrides = {
|
|
|
2242
2242
|
width: theme2.spacing(4)
|
|
2243
2243
|
},
|
|
2244
2244
|
"& .MuiSvgIcon-root": {
|
|
2245
|
-
fontSize:
|
|
2245
|
+
fontSize: TablePaginationActions.ICON_SIZE_MEDIUM
|
|
2246
2246
|
}
|
|
2247
2247
|
})
|
|
2248
2248
|
}
|
|
@@ -2314,7 +2314,7 @@ const navigationOverrides = {
|
|
|
2314
2314
|
alignItems: "center"
|
|
2315
2315
|
},
|
|
2316
2316
|
"& .MuiSvgIcon-root": {
|
|
2317
|
-
fontSize:
|
|
2317
|
+
fontSize: TablePaginationActions.ICON_SIZE_MEDIUM,
|
|
2318
2318
|
marginRight: theme2.spacing(1)
|
|
2319
2319
|
}
|
|
2320
2320
|
}),
|
|
@@ -2744,8 +2744,8 @@ const themeTypography = {
|
|
|
2744
2744
|
const CssBaseline = {
|
|
2745
2745
|
// Accessibility focus (keyboard only)
|
|
2746
2746
|
"*:focus-visible": {
|
|
2747
|
-
outline: `2px solid ${(_a =
|
|
2748
|
-
boxShadow: `0 0 0 4px ${(_b =
|
|
2747
|
+
outline: `2px solid ${(_a = paletteUtils.commonPalette.primary) == null ? void 0 : _a.main} !important`,
|
|
2748
|
+
boxShadow: `0 0 0 4px ${(_b = paletteUtils.commonPalette.primary) == null ? void 0 : _b.background} !important`,
|
|
2749
2749
|
borderRadius: "4px"
|
|
2750
2750
|
},
|
|
2751
2751
|
// Custom scrollbars
|
|
@@ -2764,42 +2764,42 @@ const CssBaseline = {
|
|
|
2764
2764
|
},
|
|
2765
2765
|
"*::-webkit-scrollbar-thumb": {
|
|
2766
2766
|
borderRadius: "3px",
|
|
2767
|
-
background: (_c =
|
|
2767
|
+
background: (_c = paletteUtils.commonPalette.action) == null ? void 0 : _c.focus,
|
|
2768
2768
|
outline: "none"
|
|
2769
2769
|
},
|
|
2770
2770
|
// iOS Search clear button
|
|
2771
2771
|
'input[type="search"]::-webkit-search-cancel-button': {
|
|
2772
2772
|
WebkitAppearance: "none",
|
|
2773
2773
|
appearance: "none",
|
|
2774
|
-
height:
|
|
2775
|
-
width:
|
|
2774
|
+
height: TablePaginationActions.getSpacing(2),
|
|
2775
|
+
width: TablePaginationActions.getSpacing(2),
|
|
2776
2776
|
display: "block",
|
|
2777
2777
|
backgroundImage: `url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC)`,
|
|
2778
2778
|
backgroundRepeat: "no-repeat",
|
|
2779
|
-
backgroundSize:
|
|
2779
|
+
backgroundSize: TablePaginationActions.getSpacing(2)
|
|
2780
2780
|
},
|
|
2781
2781
|
// Mapbox controls
|
|
2782
2782
|
".mapboxgl-ctrl.mapboxgl-ctrl-attrib": {
|
|
2783
|
-
padding:
|
|
2784
|
-
borderRadius:
|
|
2783
|
+
padding: TablePaginationActions.getSpacing(0, 1),
|
|
2784
|
+
borderRadius: TablePaginationActions.getSpacing(0.5, 0, 0, 0),
|
|
2785
2785
|
"& .mapboxgl-ctrl-attrib-inner": {
|
|
2786
2786
|
...themeTypography.overline,
|
|
2787
2787
|
textTransform: "none",
|
|
2788
2788
|
letterSpacing: "0.75px",
|
|
2789
2789
|
"& a": {
|
|
2790
|
-
color: (_d =
|
|
2790
|
+
color: (_d = paletteUtils.commonPalette.primary) == null ? void 0 : _d.main
|
|
2791
2791
|
}
|
|
2792
2792
|
},
|
|
2793
2793
|
"&.mapboxgl-compact": {
|
|
2794
2794
|
backgroundColor: "transparent",
|
|
2795
|
-
right:
|
|
2796
|
-
bottom:
|
|
2795
|
+
right: TablePaginationActions.getSpacing(0.5),
|
|
2796
|
+
bottom: TablePaginationActions.getSpacing(2.5),
|
|
2797
2797
|
// Mobile
|
|
2798
2798
|
"@media (max-width: 600px)": {
|
|
2799
|
-
bottom:
|
|
2799
|
+
bottom: TablePaginationActions.getSpacing(0.5)
|
|
2800
2800
|
},
|
|
2801
2801
|
"& .mapboxgl-ctrl-attrib-button": {
|
|
2802
|
-
backgroundImage: `url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3E%3Cg%3E%3Crect%20fill='none'%20height='24'%20width='24'%20x='0'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath%20d='M11.88,9.14c1.28,0.06,1.61,1.15,1.63,1.66h1.79c-0.08-1.98-1.49-3.19-3.45-3.19C9.64,7.61,8,9,8,12.14%20c0,1.94,0.93,4.24,3.84,4.24c2.22,0,3.41-1.65,3.44-2.95h-1.79c-0.03,0.59-0.45,1.38-1.63,1.44C10.55,14.83,10,13.81,10,12.14%20C10,9.25,11.28,9.16,11.88,9.14z%20M12,2C6.48,2,2,6.48,2,12s4.48,10,10,10s10-4.48,10-10S17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20s3.59-8,8-8s8,3.59,8,8S16.41,20,12,20z'%20fill='${(_e =
|
|
2802
|
+
backgroundImage: `url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3E%3Cg%3E%3Crect%20fill='none'%20height='24'%20width='24'%20x='0'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath%20d='M11.88,9.14c1.28,0.06,1.61,1.15,1.63,1.66h1.79c-0.08-1.98-1.49-3.19-3.45-3.19C9.64,7.61,8,9,8,12.14%20c0,1.94,0.93,4.24,3.84,4.24c2.22,0,3.41-1.65,3.44-2.95h-1.79c-0.03,0.59-0.45,1.38-1.63,1.44C10.55,14.83,10,13.81,10,12.14%20C10,9.25,11.28,9.16,11.88,9.14z%20M12,2C6.48,2,2,6.48,2,12s4.48,10,10,10s10-4.48,10-10S17.52,2,12,2z%20M12,20c-4.41,0-8-3.59-8-8%20s3.59-8,8-8s8,3.59,8,8S16.41,20,12,20z'%20fill='${(_e = paletteUtils.commonPalette.text) == null ? void 0 : _e.secondary}'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")`,
|
|
2803
2803
|
backgroundColor: "rgba(255,255,255,.8)",
|
|
2804
2804
|
top: "auto",
|
|
2805
2805
|
bottom: 0,
|
|
@@ -2810,17 +2810,17 @@ const CssBaseline = {
|
|
|
2810
2810
|
},
|
|
2811
2811
|
"& .mapboxgl-ctrl-attrib-inner": {
|
|
2812
2812
|
backgroundColor: "rgba(255,255,255,.8)",
|
|
2813
|
-
padding:
|
|
2814
|
-
borderRadius:
|
|
2815
|
-
marginRight:
|
|
2816
|
-
color: (_f =
|
|
2813
|
+
padding: TablePaginationActions.getSpacing(0.5, 1),
|
|
2814
|
+
borderRadius: TablePaginationActions.getSpacing(1.5),
|
|
2815
|
+
marginRight: TablePaginationActions.getSpacing(2.5),
|
|
2816
|
+
color: (_f = paletteUtils.commonPalette.text) == null ? void 0 : _f.secondary
|
|
2817
2817
|
},
|
|
2818
2818
|
"&.mapboxgl-compact-show": {
|
|
2819
2819
|
"& .mapboxgl-ctrl-attrib-button": {
|
|
2820
2820
|
backgroundImage: `url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%3E%3Cpath%20d='M0%200h24v24H0z'%20fill='none'/%3E%3Cpath%20d='M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z'%20fill='white'/%3E%3C/svg%3E")`,
|
|
2821
|
-
backgroundColor: (_g =
|
|
2821
|
+
backgroundColor: (_g = paletteUtils.commonPalette.common) == null ? void 0 : _g.black,
|
|
2822
2822
|
"&:not(:disabled):hover": {
|
|
2823
|
-
backgroundColor: (_h =
|
|
2823
|
+
backgroundColor: (_h = paletteUtils.commonPalette.common) == null ? void 0 : _h.black
|
|
2824
2824
|
}
|
|
2825
2825
|
}
|
|
2826
2826
|
}
|
|
@@ -2881,8 +2881,8 @@ const feedbackOverrides = {
|
|
|
2881
2881
|
padding: 0,
|
|
2882
2882
|
marginRight: theme2.spacing(1),
|
|
2883
2883
|
svg: {
|
|
2884
|
-
width:
|
|
2885
|
-
height:
|
|
2884
|
+
width: TablePaginationActions.ICON_SIZE_MEDIUM,
|
|
2885
|
+
height: TablePaginationActions.ICON_SIZE_MEDIUM
|
|
2886
2886
|
}
|
|
2887
2887
|
}),
|
|
2888
2888
|
action: () => ({
|
|
@@ -2918,7 +2918,7 @@ const surfacesOverrides = {
|
|
|
2918
2918
|
flexDirection: "row",
|
|
2919
2919
|
alignItems: "center",
|
|
2920
2920
|
justifyContent: "space-between",
|
|
2921
|
-
height:
|
|
2921
|
+
height: TablePaginationActions.APPBAR_SIZE,
|
|
2922
2922
|
backgroundColor: theme2.palette.brand.navyBlue,
|
|
2923
2923
|
color: theme2.palette.common.white,
|
|
2924
2924
|
boxShadow: theme2.shadows[0],
|
|
@@ -2926,7 +2926,7 @@ const surfacesOverrides = {
|
|
|
2926
2926
|
justifyContent: "space-between",
|
|
2927
2927
|
width: "100%",
|
|
2928
2928
|
padding: theme2.spacing(0, 1),
|
|
2929
|
-
minHeight:
|
|
2929
|
+
minHeight: TablePaginationActions.APPBAR_SIZE
|
|
2930
2930
|
},
|
|
2931
2931
|
"& .MuiAvatar-root": {
|
|
2932
2932
|
width: theme2.spacing(4),
|
|
@@ -3034,15 +3034,15 @@ const cartoThemeOptions = {
|
|
|
3034
3034
|
breakpoints: {
|
|
3035
3035
|
keys: ["xs", "sm", "md", "lg", "xl"],
|
|
3036
3036
|
values: {
|
|
3037
|
-
xs:
|
|
3037
|
+
xs: TablePaginationActions.BREAKPOINTS.XS,
|
|
3038
3038
|
// 320 - 599
|
|
3039
|
-
sm:
|
|
3039
|
+
sm: TablePaginationActions.BREAKPOINTS.SM,
|
|
3040
3040
|
// 600 - 959
|
|
3041
|
-
md:
|
|
3041
|
+
md: TablePaginationActions.BREAKPOINTS.MD,
|
|
3042
3042
|
// 960 - 1279
|
|
3043
|
-
lg:
|
|
3043
|
+
lg: TablePaginationActions.BREAKPOINTS.LG,
|
|
3044
3044
|
// 1280 - 1599
|
|
3045
|
-
xl:
|
|
3045
|
+
xl: TablePaginationActions.BREAKPOINTS.XL
|
|
3046
3046
|
// 1600+
|
|
3047
3047
|
},
|
|
3048
3048
|
unit: "px",
|
|
@@ -3067,12 +3067,12 @@ const cartoThemeOptions = {
|
|
|
3067
3067
|
}
|
|
3068
3068
|
}
|
|
3069
3069
|
},
|
|
3070
|
-
palette:
|
|
3070
|
+
palette: paletteUtils.commonPalette,
|
|
3071
3071
|
shadows: themeShadows,
|
|
3072
3072
|
typography: themeTypography,
|
|
3073
|
-
spacingValue:
|
|
3073
|
+
spacingValue: TablePaginationActions.SPACING,
|
|
3074
3074
|
// For situations where we can't use theme.spacing(), mainly math calculations.er
|
|
3075
|
-
spacing:
|
|
3075
|
+
spacing: TablePaginationActions.SPACING,
|
|
3076
3076
|
// For custom spacing: https://material-ui.com/customization/spacing/#custom-spacing
|
|
3077
3077
|
shape: {
|
|
3078
3078
|
borderRadius: 4
|
|
@@ -3122,14 +3122,14 @@ const cartoThemeOptions = {
|
|
|
3122
3122
|
}
|
|
3123
3123
|
};
|
|
3124
3124
|
const theme = material.responsiveFontSizes(material.createTheme(cartoThemeOptions));
|
|
3125
|
-
exports.APPBAR_SIZE =
|
|
3126
|
-
exports.BREAKPOINTS =
|
|
3127
|
-
exports.ICON_SIZE_LARGE =
|
|
3128
|
-
exports.ICON_SIZE_MEDIUM =
|
|
3129
|
-
exports.ICON_SIZE_SMALL =
|
|
3130
|
-
exports.NOTIFICATION_DURATION_IN_MS =
|
|
3131
|
-
exports.SPACING =
|
|
3132
|
-
exports.getSpacing =
|
|
3125
|
+
exports.APPBAR_SIZE = TablePaginationActions.APPBAR_SIZE;
|
|
3126
|
+
exports.BREAKPOINTS = TablePaginationActions.BREAKPOINTS;
|
|
3127
|
+
exports.ICON_SIZE_LARGE = TablePaginationActions.ICON_SIZE_LARGE;
|
|
3128
|
+
exports.ICON_SIZE_MEDIUM = TablePaginationActions.ICON_SIZE_MEDIUM;
|
|
3129
|
+
exports.ICON_SIZE_SMALL = TablePaginationActions.ICON_SIZE_SMALL;
|
|
3130
|
+
exports.NOTIFICATION_DURATION_IN_MS = TablePaginationActions.NOTIFICATION_DURATION_IN_MS;
|
|
3131
|
+
exports.SPACING = TablePaginationActions.SPACING;
|
|
3132
|
+
exports.getSpacing = TablePaginationActions.getSpacing;
|
|
3133
3133
|
exports.getCartoColorStylePropsForItem = paletteUtils.getCartoColorStylePropsForItem;
|
|
3134
3134
|
exports.cartoThemeOptions = cartoThemeOptions;
|
|
3135
3135
|
exports.theme = theme;
|
package/dist/theme/index.js
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
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,
|
|
5
|
-
import { N } from "../
|
|
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-Dit3VW-A.js";
|
|
5
|
+
import { N } from "../TablePaginationActions-Dit3VW-A.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
9
|
import { M as MenuItem } from "../MenuItem-CXnnE5lK.js";
|
|
10
|
-
import {
|
|
10
|
+
import { c as commonPalette } from "../paletteUtils-BHqJlHm9.js";
|
|
11
|
+
import { g } from "../paletteUtils-BHqJlHm9.js";
|
|
11
12
|
const tooltipArrowSize = 1;
|
|
12
13
|
const tooltipSeparation = 0.5;
|
|
13
14
|
const tooltipMargin = tooltipArrowSize + tooltipSeparation;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { TypographyProps } from '../atoms';
|
|
3
|
+
export type TagColor = 'primary' | 'secondary' | 'error' | 'success' | 'warning' | 'default';
|
|
4
|
+
export type TagVariant = 'filled' | 'outlined';
|
|
5
|
+
export type TagType = 'default' | 'code';
|
|
6
|
+
export type TagProps = Omit<React.HTMLProps<HTMLDivElement>, 'as' | 'size' | 'label' | 'type'> & {
|
|
7
|
+
/** Label, main content of tag, by default displayed as `caption` type typography. */
|
|
8
|
+
label: ReactNode;
|
|
9
|
+
color?: TagColor;
|
|
10
|
+
icon?: ReactNode;
|
|
11
|
+
variant?: TagVariant;
|
|
12
|
+
type?: TagType;
|
|
13
|
+
/** Options passed for Typography, use to override default styles */
|
|
14
|
+
typographyProps?: TypographyProps;
|
|
15
|
+
noWrap?: boolean;
|
|
16
|
+
disabled?: boolean;
|
|
17
|
+
};
|
|
18
|
+
declare const Tag: import('react').ForwardRefExoticComponent<Omit<TagProps, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
|
|
19
|
+
export default Tag;
|
|
20
|
+
//# sourceMappingURL=Tag.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../../src/components/molecules/Tag.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAA4B,MAAM,OAAO,CAAA;AAG3D,OAAO,EAAc,eAAe,EAAE,MAAM,oBAAoB,CAAA;AAEhE,MAAM,MAAM,QAAQ,GAChB,SAAS,GACT,WAAW,GACX,OAAO,GACP,SAAS,GACT,SAAS,GACT,SAAS,CAAA;AAEb,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,UAAU,CAAA;AAE9C,MAAM,MAAM,OAAO,GAAG,SAAS,GAAG,MAAM,CAAA;AAGxC,MAAM,MAAM,QAAQ,GAAG,IAAI,CACzB,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,EAC/B,IAAI,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CACjC,GAAG;IACF,sFAAsF;IACtF,KAAK,EAAE,SAAS,CAAA;IAChB,KAAK,CAAC,EAAE,QAAQ,CAAA;IAChB,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,OAAO,CAAC,EAAE,UAAU,CAAA;IACpB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,oEAAoE;IACpE,eAAe,CAAC,EAAE,eAAe,CAAA;IACjC,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAA;AA+MD,QAAA,MAAM,GAAG,kHAAmB,CAAA;AAC5B,eAAe,GAAG,CAAA"}
|
|
@@ -8,6 +8,7 @@ export { default as AccordionGroup } from './AccordionGroup';
|
|
|
8
8
|
export { default as Alert } from './Alert';
|
|
9
9
|
export { default as Avatar } from './Avatar';
|
|
10
10
|
export { default as Snackbar } from './Snackbar';
|
|
11
|
+
export { default as Tag } from './Tag';
|
|
11
12
|
export type * from './Menu';
|
|
12
13
|
export type * from './MultipleSelectField';
|
|
13
14
|
export type * from './Table';
|
|
@@ -18,4 +19,5 @@ export type * from './Autocomplete/types';
|
|
|
18
19
|
export type * from './Avatar';
|
|
19
20
|
export type * from './Snackbar';
|
|
20
21
|
export type * from './Copy';
|
|
22
|
+
export type * from './Tag';
|
|
21
23
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/molecules/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA;AACtB,cAAc,uBAAuB,CAAA;AACrC,cAAc,SAAS,CAAA;AACvB,cAAc,eAAe,CAAA;AAC7B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,QAAQ,CAAA;AACtB,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAA;AAC5D,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAA;AAC1C,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/molecules/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA;AACtB,cAAc,uBAAuB,CAAA;AACrC,cAAc,SAAS,CAAA;AACvB,cAAc,eAAe,CAAA;AAC7B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,QAAQ,CAAA;AACtB,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAA;AAC5D,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAA;AAC1C,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAA;AAChD,OAAO,EAAE,OAAO,IAAI,GAAG,EAAE,MAAM,OAAO,CAAA;AAEtC,mBAAmB,QAAQ,CAAA;AAC3B,mBAAmB,uBAAuB,CAAA;AAC1C,mBAAmB,SAAS,CAAA;AAC5B,mBAAmB,eAAe,CAAA;AAClC,mBAAmB,kBAAkB,CAAA;AACrC,mBAAmB,SAAS,CAAA;AAC5B,mBAAmB,sBAAsB,CAAA;AACzC,mBAAmB,UAAU,CAAA;AAC7B,mBAAmB,YAAY,CAAA;AAC/B,mBAAmB,QAAQ,CAAA;AAC3B,mBAAmB,OAAO,CAAA"}
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
export * from './AppBar';
|
|
2
2
|
export * from './DatePickers';
|
|
3
3
|
export { default as TooltipData } from './TooltipData';
|
|
4
|
-
export * from './CodeArea';
|
|
5
4
|
export * from './Dialog';
|
|
6
5
|
export type * from './AppBar';
|
|
7
6
|
export type * from './DatePickers/types';
|
|
8
7
|
export type * from './TooltipData';
|
|
9
|
-
export type * from './CodeArea/types';
|
|
10
8
|
export type * from './Dialog/types';
|
|
11
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,eAAe,CAAA;AAC7B,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAA;AACtD,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,eAAe,CAAA;AAC7B,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAA;AACtD,cAAc,UAAU,CAAA;AAExB,mBAAmB,UAAU,CAAA;AAC7B,mBAAmB,qBAAqB,CAAA;AACxC,mBAAmB,eAAe,CAAA;AAClC,mBAAmB,gBAAgB,CAAA"}
|
|
@@ -3,13 +3,8 @@ declare const _default: {
|
|
|
3
3
|
button: {
|
|
4
4
|
cancel: string;
|
|
5
5
|
leave: string;
|
|
6
|
-
keepEditing: string;
|
|
7
6
|
close: string;
|
|
8
|
-
expand: string;
|
|
9
7
|
copy: string;
|
|
10
|
-
save: string;
|
|
11
|
-
add: string;
|
|
12
|
-
showOptions: string;
|
|
13
8
|
};
|
|
14
9
|
form: {
|
|
15
10
|
selectAll: string;
|
|
@@ -43,7 +38,6 @@ declare const _default: {
|
|
|
43
38
|
};
|
|
44
39
|
};
|
|
45
40
|
notifications: {
|
|
46
|
-
changesSaved: string;
|
|
47
41
|
copiedToClipboard: string;
|
|
48
42
|
};
|
|
49
43
|
widgets: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../src/localization/en.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../src/localization/en.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAgJ0B"}
|
|
@@ -3,13 +3,8 @@ declare const _default: {
|
|
|
3
3
|
button: {
|
|
4
4
|
cancel: string;
|
|
5
5
|
leave: string;
|
|
6
|
-
keepEditing: string;
|
|
7
6
|
close: string;
|
|
8
|
-
expand: string;
|
|
9
7
|
copy: string;
|
|
10
|
-
save: string;
|
|
11
|
-
add: string;
|
|
12
|
-
showOptions: string;
|
|
13
8
|
};
|
|
14
9
|
form: {
|
|
15
10
|
selectAll: string;
|
|
@@ -43,7 +38,6 @@ declare const _default: {
|
|
|
43
38
|
};
|
|
44
39
|
};
|
|
45
40
|
notifications: {
|
|
46
|
-
changesSaved: string;
|
|
47
41
|
copiedToClipboard: string;
|
|
48
42
|
};
|
|
49
43
|
widgets: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../src/localization/es.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../src/localization/es.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAkJ0B"}
|
|
@@ -3,13 +3,8 @@ declare const _default: {
|
|
|
3
3
|
button: {
|
|
4
4
|
cancel: string;
|
|
5
5
|
leave: string;
|
|
6
|
-
keepEditing: string;
|
|
7
6
|
close: string;
|
|
8
|
-
expand: string;
|
|
9
7
|
copy: string;
|
|
10
|
-
save: string;
|
|
11
|
-
add: string;
|
|
12
|
-
showOptions: string;
|
|
13
8
|
};
|
|
14
9
|
form: {
|
|
15
10
|
selectAll: string;
|
|
@@ -43,7 +38,6 @@ declare const _default: {
|
|
|
43
38
|
};
|
|
44
39
|
};
|
|
45
40
|
notifications: {
|
|
46
|
-
changesSaved: string;
|
|
47
41
|
copiedToClipboard: string;
|
|
48
42
|
};
|
|
49
43
|
widgets: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"id.d.ts","sourceRoot":"","sources":["../../../src/localization/id.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"id.d.ts","sourceRoot":"","sources":["../../../src/localization/id.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAgJ0B"}
|