@malloy-publisher/sdk 0.0.27 → 0.0.29
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/{RenderedResult-Bl70znNi.js → RenderedResult-C1_N6KvU.js} +1 -1
- package/dist/{RenderedResult-DjdrYRPY.cjs → RenderedResult-Df-v_vru.cjs} +1 -1
- package/dist/components/styles.d.ts +4 -10
- package/dist/index.cjs.js +3 -3
- package/dist/index.es.js +4 -4
- package/dist/{vendor-UrJxETmY.js → vendor-C36FjD0v.js} +13454 -13845
- package/dist/{vendor-BPuPeMGL.cjs → vendor-DSpmIox9.cjs} +146 -154
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("./vendor-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("./vendor-DSpmIox9.cjs");require("./index.cjs.js");const t=require("react");function n({result:r}){const e=t.useRef(null);return t.useEffect(()=>{e.current&&(e.current.malloyResult=JSON.parse(r))},[r]),u.jsxRuntimeExports.jsx("malloy-render",{ref:e})}exports.default=n;
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { StyledComponent } from '@emotion/styled';
|
|
2
2
|
import { CardOwnProps, Theme, CardContentOwnProps, CardMediaOwnProps } from '@mui/material';
|
|
3
3
|
import { CommonProps } from '@mui/material/OverridableComponent';
|
|
4
|
-
import { DetailedHTMLProps, HTMLAttributes
|
|
4
|
+
import { DetailedHTMLProps, HTMLAttributes } from 'react';
|
|
5
5
|
import { MUIStyledCommonProps } from '@mui/system';
|
|
6
|
-
export declare const StyledCard: StyledComponent< CardOwnProps & CommonProps & Omit<
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
export declare const StyledCardContent: StyledComponent< CardContentOwnProps & CommonProps & Omit<Omit< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
10
|
-
ref?: Ref<HTMLDivElement>;
|
|
11
|
-
}, "className" | "style" | "classes" | "children" | "sx"> & MUIStyledCommonProps<Theme>, {}, {}>;
|
|
12
|
-
export declare const StyledCardMedia: StyledComponent< CardMediaOwnProps & CommonProps & Omit<Omit< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
13
|
-
ref?: Ref<HTMLDivElement>;
|
|
14
|
-
}, "className" | "style" | "classes" | "children" | "sx" | "image" | "src"> & MUIStyledCommonProps<Theme>, {}, {}>;
|
|
6
|
+
export declare const StyledCard: StyledComponent< CardOwnProps & CommonProps & Omit< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "className" | "style" | "classes" | "children" | "sx" | "variant" | "square" | "elevation" | "raised"> & MUIStyledCommonProps<Theme>, {}, {}>;
|
|
7
|
+
export declare const StyledCardContent: StyledComponent< CardContentOwnProps & CommonProps & Omit< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "className" | "style" | "classes" | "children" | "sx"> & MUIStyledCommonProps<Theme>, {}, {}>;
|
|
8
|
+
export declare const StyledCardMedia: StyledComponent< CardMediaOwnProps & CommonProps & Omit< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "className" | "style" | "classes" | "children" | "sx" | "image" | "src"> & MUIStyledCommonProps<Theme>, {}, {}>;
|
|
15
9
|
export declare const StyledExplorerPage: StyledComponent<MUIStyledCommonProps<Theme>, DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
16
10
|
export declare const StyledExplorerBanner: StyledComponent<MUIStyledCommonProps<Theme>, DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
17
11
|
export declare const StyledExplorerContent: StyledComponent<MUIStyledCommonProps<Theme>, DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|