@carto/meridian-ds 1.2.0-alpha.1 → 1.2.0-alpha.3
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/dist/components/index.cjs +4 -4
- package/dist/components/index.js +8 -7
- package/dist/types/components/organisms/Dialog/DialogPaper.d.ts +1 -1
- package/dist/types/components/organisms/Dialog/DialogPaper.d.ts.map +1 -1
- package/dist/types/components/organisms/Dialog/index.d.ts +1 -1
- package/dist/types/components/organisms/Dialog/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/components/index.js
CHANGED
|
@@ -14635,15 +14635,15 @@ function qf({
|
|
|
14635
14635
|
fullScreen: a,
|
|
14636
14636
|
height: s,
|
|
14637
14637
|
width: i,
|
|
14638
|
-
hasForm: l
|
|
14639
|
-
"aria-label": c,
|
|
14640
|
-
"data-testid": d,
|
|
14641
|
-
"data-size": n,
|
|
14642
|
-
"data-width": i,
|
|
14643
|
-
"data-height": s
|
|
14638
|
+
hasForm: l
|
|
14644
14639
|
},
|
|
14645
14640
|
fullScreen: a,
|
|
14646
14641
|
role: "section",
|
|
14642
|
+
"aria-label": c,
|
|
14643
|
+
"data-testid": d,
|
|
14644
|
+
"data-size": n,
|
|
14645
|
+
"data-width": i,
|
|
14646
|
+
"data-height": s,
|
|
14647
14647
|
...m,
|
|
14648
14648
|
children: o
|
|
14649
14649
|
}
|
|
@@ -15077,5 +15077,6 @@ export {
|
|
|
15077
15077
|
Nf as TooltipData,
|
|
15078
15078
|
Re as Typography,
|
|
15079
15079
|
If as UploadField,
|
|
15080
|
-
Yd as UploadFieldBase
|
|
15080
|
+
Yd as UploadFieldBase,
|
|
15081
|
+
wn as dialogDimensionsBySize
|
|
15081
15082
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DialogPaper.d.ts","sourceRoot":"","sources":["../../../../../src/components/organisms/Dialog/DialogPaper.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAgBpC,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"DialogPaper.d.ts","sourceRoot":"","sources":["../../../../../src/components/organisms/Dialog/DialogPaper.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAgBpC,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;CAmBlC,CAAA;AAED,QAAA,MAAM,WAAW;;;WAIR,UAAU;iBACJ,OAAO;aACX,MAAM;YACP,MAAM;cACJ,OAAO;UA4GlB,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { default as Dialog } from './Dialog';
|
|
2
|
-
export { default as DialogPaper } from './DialogPaper';
|
|
2
|
+
export { default as DialogPaper, dialogDimensionsBySize } from './DialogPaper';
|
|
3
3
|
export { default as DialogHeader } from './DialogHeader';
|
|
4
4
|
export { default as DialogContent, DialogContentPadded } from './DialogContent';
|
|
5
5
|
export { default as DialogFooter, DialogActions } from './DialogFooter';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/organisms/Dialog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/organisms/Dialog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAA;AAC9E,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAA;AACxD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAA;AAC/E,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAA;AACvE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAA;AACtD,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA"}
|