@rocket.chat/fuselage 0.32.0-dev.158 → 0.32.0-dev.159
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/Modal/ModalHeroImage.d.ts +5 -0
- package/dist/components/Modal/ModalHeroImage.d.ts.map +1 -0
- package/dist/components/Modal/index.d.ts +9 -1
- package/dist/components/Modal/index.d.ts.map +1 -1
- package/dist/fuselage.development.js +64 -13
- package/dist/fuselage.development.js.map +1 -1
- package/dist/fuselage.production.js +1 -1
- package/package.json +11 -11
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
import Box from '../Box';
|
|
3
|
+
export declare type ModalHeroImageProps = ComponentProps<typeof Box>;
|
|
4
|
+
export declare const ModalHeroImage: ({ ...props }: ModalHeroImageProps) => JSX.Element;
|
|
5
|
+
//# sourceMappingURL=ModalHeroImage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ModalHeroImage.d.ts","sourceRoot":"","sources":["../../../src/components/Modal/ModalHeroImage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,OAAO,GAAG,MAAM,QAAQ,CAAC;AAEzB,oBAAY,mBAAmB,GAAG,cAAc,CAAC,OAAO,GAAG,CAAC,CAAC;AAE7D,eAAO,MAAM,cAAc,iBAAkB,mBAAmB,gBAE/D,CAAC"}
|
|
@@ -7,6 +7,7 @@ import { ModalFooterAnnotation } from './ModalFooterAnnotation';
|
|
|
7
7
|
import { ModalFooterControllers } from './ModalFooterControllers';
|
|
8
8
|
import { ModalHeader } from './ModalHeader';
|
|
9
9
|
import { ModalHeaderText } from './ModalHeaderText';
|
|
10
|
+
import { ModalHeroImage } from './ModalHeroImage';
|
|
10
11
|
import { ModalIcon } from './ModalIcon';
|
|
11
12
|
import { ModalTagline } from './ModalTagline';
|
|
12
13
|
import { ModalThumb } from './ModalThumb';
|
|
@@ -75,6 +76,13 @@ declare const _default: import("react").ForwardRefExoticComponent<Pick<{
|
|
|
75
76
|
withRichContent?: boolean | "inlineWithoutBreaks" | undefined;
|
|
76
77
|
htmlSize?: number | undefined;
|
|
77
78
|
} & Partial<import("../Box/stylingProps").StylingProps> & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size" | "elevation"> & Omit<import("react").SVGAttributes<SVGElement>, "elevation" | keyof import("react").AllHTMLAttributes<HTMLElement>> & import("react").RefAttributes<any>) => JSX.Element;
|
|
79
|
+
HeroImage: ({ ...props }: {
|
|
80
|
+
is?: import("react").ElementType<any> | undefined;
|
|
81
|
+
className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
|
|
82
|
+
animated?: boolean | undefined;
|
|
83
|
+
withRichContent?: boolean | "inlineWithoutBreaks" | undefined;
|
|
84
|
+
htmlSize?: number | undefined;
|
|
85
|
+
} & Partial<import("../Box/stylingProps").StylingProps> & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size" | "elevation"> & Omit<import("react").SVGAttributes<SVGElement>, "elevation" | keyof import("react").AllHTMLAttributes<HTMLElement>> & import("react").RefAttributes<any>) => JSX.Element;
|
|
78
86
|
FooterControllers: ({ children, }: Omit<{
|
|
79
87
|
is?: import("react").ElementType<any> | undefined;
|
|
80
88
|
className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
|
|
@@ -98,5 +106,5 @@ declare const _default: import("react").ForwardRefExoticComponent<Pick<{
|
|
|
98
106
|
} & Partial<import("../Box/stylingProps").StylingProps> & Omit<import("react").AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size" | "elevation"> & Omit<import("react").SVGAttributes<SVGElement>, "elevation" | keyof import("react").AllHTMLAttributes<HTMLElement>> & import("react").RefAttributes<any>) => JSX.Element;
|
|
99
107
|
};
|
|
100
108
|
export default _default;
|
|
101
|
-
export { ModalBackdrop, ModalClose, ModalContent, ModalFooter, ModalHeader, ModalThumb, ModalTitle, ModalIcon, ModalTagline, ModalHeaderText, ModalFooterControllers, ModalFooterAnnotation, };
|
|
109
|
+
export { ModalBackdrop, ModalClose, ModalContent, ModalFooter, ModalHeader, ModalThumb, ModalTitle, ModalIcon, ModalTagline, ModalHeaderText, ModalHeroImage, ModalFooterControllers, ModalFooterAnnotation, };
|
|
102
110
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Modal/index.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Modal/index.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAG1C,wBAcG;AAEH,OAAO,EACL,aAAa,EACb,UAAU,EACV,YAAY,EACZ,WAAW,EACX,WAAW,EACX,UAAU,EACV,UAAU,EACV,SAAS,EACT,YAAY,EACZ,eAAe,EACf,cAAc,EACd,sBAAsB,EACtB,qBAAqB,GACtB,CAAC"}
|