@feathery/react 1.1.84 → 1.1.85

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.
@@ -1,14 +0,0 @@
1
- import { PropsWithChildren } from 'react';
2
- declare type ContainerProps = PropsWithChildren & {
3
- node: any;
4
- runElementActions: any;
5
- selected: boolean;
6
- };
7
- /**
8
- * Container
9
- * This component adds additional logic to the StyledContainer that is unique
10
- * to rendering containers on hosted forms (not the editor).
11
- */
12
- export declare const Container: ({ node, runElementActions, selected, children }: ContainerProps) => import("@emotion/react/jsx-runtime").JSX.Element;
13
- export {};
14
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Form/grid/Container/index.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAGjD,aAAK,cAAc,GAAG,iBAAiB,GAAG;IACxC,IAAI,EAAE,GAAG,CAAC;IACV,iBAAiB,EAAE,GAAG,CAAC;IACvB,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,SAAS,oDAKnB,cAAc,qDAiChB,CAAC"}
@@ -1,19 +0,0 @@
1
- import React, { PropsWithChildren } from 'react';
2
- import { getCellStyle } from './styles';
3
- export declare type StyledContainerProps = PropsWithChildren & {
4
- node: any;
5
- raw?: any;
6
- css?: any;
7
- component?: any;
8
- viewport?: 'desktop' | 'mobile';
9
- [key: string]: any;
10
- };
11
- /**
12
- * StyledContainer
13
- * This component applies all of the style properties to "Containers" which are used
14
- * around elements and other "Containers". This component is used by both hosted forms
15
- * and the editor to render "Containers".
16
- */
17
- export declare const StyledContainer: React.ForwardRefExoticComponent<Omit<StyledContainerProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
18
- export { getCellStyle };
19
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Form/grid/StyledContainer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAuB,MAAM,OAAO,CAAC;AACtE,OAAO,EAAsB,YAAY,EAAoB,MAAM,UAAU,CAAC;AAI9E,oBAAY,oBAAoB,GAAG,iBAAiB,GAAG;IACrD,IAAI,EAAE,GAAG,CAAC;IACV,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,SAAS,CAAC,EAAE,GAAG,CAAC;IAChB,QAAQ,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;IAChC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,eAAe,0GAgE3B,CAAC;AAEF,OAAO,EAAE,YAAY,EAAE,CAAC"}
@@ -1,6 +0,0 @@
1
- import ResponsiveStyles from '../../../elements/styles';
2
- export declare const DEFAULT_MIN_FILL_SIZE = 10;
3
- export declare const DEFAULT_MIN_SIZE = 50;
4
- export declare const getCellStyle: (cell: any, viewport?: 'desktop' | 'mobile') => any[];
5
- export declare const getContainerStyles: (node: any, rawNode?: any, viewport?: 'desktop' | 'mobile') => ResponsiveStyles;
6
- //# sourceMappingURL=styles.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/Form/grid/StyledContainer/styles.ts"],"names":[],"mappings":"AAAA,OAAO,gBAAgB,MAAM,0BAA0B,CAAC;AAGxD,eAAO,MAAM,qBAAqB,KAAK,CAAC;AACxC,eAAO,MAAM,gBAAgB,KAAK,CAAC;AAEnC,eAAO,MAAM,YAAY,SAAU,GAAG,aAAa,SAAS,GAAG,QAAQ,UAqBtE,CAAC;AAEF,eAAO,MAAM,kBAAkB,SACvB,GAAG,YACC,GAAG,aACF,SAAS,GAAG,QAAQ,KAC9B,gBA6ZF,CAAC"}
@@ -1,5 +0,0 @@
1
- export declare const formatContainerStyles: (node: any) => {
2
- styles: any;
3
- mobile_styles: any;
4
- };
5
- //# sourceMappingURL=transform.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"transform.d.ts","sourceRoot":"","sources":["../../../../src/Form/grid/StyledContainer/transform.ts"],"names":[],"mappings":"AA4DA,eAAO,MAAM,qBAAqB,SAAU,GAAG;;;CAK9C,CAAC"}
@@ -1,2 +0,0 @@
1
- export declare const getRawNode: (node: any) => any;
2
- //# sourceMappingURL=utils.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/Form/grid/StyledContainer/utils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,SAAU,GAAG,QAInC,CAAC"}