frst-components 0.20.34 → 0.20.36
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/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +441 -401
- package/dist/src/components/FI/smallSRGBanner/index.d.ts +3 -0
- package/dist/src/components/FI/smallSRGBanner/index.d.ts.map +1 -1
- package/dist/src/components/FI/smallSRGBanner/smallSRGBannerStyles.d.ts +2 -0
- package/dist/src/components/FI/smallSRGBanner/smallSRGBannerStyles.d.ts.map +1 -1
- package/dist/src/components/LXP/AccordionList/AccordionList.styles.d.ts +2 -0
- package/dist/src/components/LXP/AccordionList/AccordionList.styles.d.ts.map +1 -0
- package/dist/src/components/LXP/AccordionList/index.d.ts +10 -0
- package/dist/src/components/LXP/AccordionList/index.d.ts.map +1 -0
- package/dist/src/components/LXP/participantThumbnails/index.d.ts +2 -1
- package/dist/src/components/LXP/participantThumbnails/index.d.ts.map +1 -1
- package/dist/src/components/LXP/participantThumbnails/participantThumbnails.d.ts +0 -8
- package/dist/src/components/LXP/participantThumbnails/participantThumbnails.d.ts.map +1 -1
- package/dist/src/components/buttons/buttonStyle.d.ts.map +1 -1
- package/dist/src/components/cardLT/BannerProblem/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -3,6 +3,9 @@ interface ISmallSRGBanner {
|
|
|
3
3
|
style: React.CSSProperties;
|
|
4
4
|
textButton: string;
|
|
5
5
|
handleClick: () => void;
|
|
6
|
+
textTitleLogo?: string;
|
|
7
|
+
isTexto?: boolean;
|
|
8
|
+
traducao?: 'es-ES' | 'en-US';
|
|
6
9
|
}
|
|
7
10
|
export default function SmallSRGBanner(props: ISmallSRGBanner): JSX.Element;
|
|
8
11
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/FI/smallSRGBanner/index.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/FI/smallSRGBanner/index.tsx"],"names":[],"mappings":";AAKA,UAAU,eAAe;IACvB,KAAK,EAAE,KAAK,CAAC,aAAa,CAAA;IAC1B,UAAU,EAAE,MAAM,CAAA;IAClB,WAAW,EAAE,MAAM,IAAI,CAAA;IACvB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,GAAG,OAAO,CAAA;CAC7B;AAED,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,KAAK,EAAE,eAAe,eA0C5D"}
|
|
@@ -2,4 +2,6 @@ export declare const Container: import("styled-components").StyledComponent<"div
|
|
|
2
2
|
export declare const mask: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
3
|
export declare const SrgLogo: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
4
|
export declare const Button: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
5
|
+
export declare const TitleLogo: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
6
|
+
export declare const TextCard: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
5
7
|
//# sourceMappingURL=smallSRGBannerStyles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"smallSRGBannerStyles.d.ts","sourceRoot":"","sources":["../../../../../src/components/FI/smallSRGBanner/smallSRGBannerStyles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"smallSRGBannerStyles.d.ts","sourceRoot":"","sources":["../../../../../src/components/FI/smallSRGBanner/smallSRGBannerStyles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS,oEAUrB,CAAA;AACD,eAAO,MAAM,IAAI,oEAWhB,CAAA;AAED,eAAO,MAAM,OAAO,oEAKnB,CAAA;AAED,eAAO,MAAM,MAAM,oEAKlB,CAAA;AAED,eAAO,MAAM,SAAS,oEAOrB,CAAA;AAED,eAAO,MAAM,QAAQ,oEAYpB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AccordionList.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/LXP/AccordionList/AccordionList.styles.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,mBAAmB,oEA0D/B,CAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type TAccordionListprops = {
|
|
3
|
+
title?: string;
|
|
4
|
+
children?: React.Component;
|
|
5
|
+
isOpen: boolean;
|
|
6
|
+
setIsOpen: any;
|
|
7
|
+
};
|
|
8
|
+
export default function AccordionList({ title, children, isOpen, setIsOpen }: TAccordionListprops): JSX.Element;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/LXP/AccordionList/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAA;AAKvC,KAAK,mBAAmB,GAAG;IACzB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC1B,MAAM,EAAE,OAAO,CAAA;IACf,SAAS,EAAE,GAAG,CAAA;CACf,CAAA;AAED,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EAAE,KAAgB,EAAE,QAAQ,EAAE,MAAc,EAAE,SAAS,EAAE,EAAE,mBAAmB,eAkBnH"}
|
|
@@ -5,7 +5,8 @@ interface ParticipantThumbnails {
|
|
|
5
5
|
titleThumbnail?: string;
|
|
6
6
|
descpThumbnail?: string;
|
|
7
7
|
handleFunctionThumbnail?: () => void;
|
|
8
|
+
author?: string;
|
|
8
9
|
}
|
|
9
|
-
export default function ParticipantThumbnails(
|
|
10
|
+
export default function ParticipantThumbnails({ imgThumbnails, titleThumbnail, descpThumbnail, handleFunctionThumbnail, author }: ParticipantThumbnails): JSX.Element;
|
|
10
11
|
export {};
|
|
11
12
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/LXP/participantThumbnails/index.tsx"],"names":[],"mappings":";AAAA,OAAO,4BAA4B,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/LXP/participantThumbnails/index.tsx"],"names":[],"mappings":";AAAA,OAAO,4BAA4B,CAAA;AAOnC,UAAU,qBAAqB;IAC7B,aAAa,CAAC,EAAE,GAAG,CAAA;IACnB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,uBAAuB,CAAC,EAAE,MAAM,IAAI,CAAA;IACpC,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAAC,EAC5C,aAAa,EACb,cAAc,EACd,cAAc,EACd,uBAAuB,EACvB,MAAM,EACP,EAAE,qBAAqB,eAiCvB"}
|
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
interface HeaderThumbnailsProps {
|
|
2
|
-
img?: any;
|
|
3
|
-
}
|
|
4
1
|
export declare const CardThumbnails: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
5
|
-
export declare const ThumbnailHeaderImage: import("styled-components").StyledComponent<"div", any, HeaderThumbnailsProps, never>;
|
|
6
|
-
export declare const CardThumbnailsHove: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
7
|
-
export declare const ThumbnailImageHover: import("styled-components").StyledComponent<"div", any, HeaderThumbnailsProps, never>;
|
|
8
2
|
export declare const DescriptionThumbnails: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
9
|
-
export declare const ContainerThumbnailResposive: import("styled-components").StyledComponent<"div", any, HeaderThumbnailsProps, never>;
|
|
10
|
-
export {};
|
|
11
3
|
//# sourceMappingURL=participantThumbnails.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"participantThumbnails.d.ts","sourceRoot":"","sources":["../../../../../src/components/LXP/participantThumbnails/participantThumbnails.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"participantThumbnails.d.ts","sourceRoot":"","sources":["../../../../../src/components/LXP/participantThumbnails/participantThumbnails.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,cAAc,oEAkD1B,CAAA;AAED,eAAO,MAAM,qBAAqB,oEAkCjC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"buttonStyle.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/buttonStyle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;cAAwB,OAAO;
|
|
1
|
+
{"version":3,"file":"buttonStyle.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/buttonStyle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;cAAwB,OAAO;SAqCrD,CAAA;AACD,eAAO,MAAM,mBAAmB;cAAwB,OAAO;cAAY,MAAM;SAqChF,CAAA;AACD,eAAO,MAAM,iBAAiB;cAAwB,OAAO;cAAY,MAAM;SAqC9E,CAAA;AA+GD,eAAO,MAAM,MAAM;aAA4B,MAAM;YAAU,OAAO;YAAU,MAAM;SAoErF,CAAA;AACD,eAAO,MAAM,eAAe;aAA4B,MAAM;cAAY,MAAM;SA2B/E,CAAA;AACD,eAAO,MAAM,aAAa;aAA4B,MAAM;cAAY,MAAM;SA2B7E,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/cardLT/BannerProblem/index.tsx"],"names":[],"mappings":";AAyBA,OAAO,EAAE,wBAAwB,EAAE,MAAM,iBAAiB,CAAA;AAK1D,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,KAAK,EAAE,wBAAwB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/cardLT/BannerProblem/index.tsx"],"names":[],"mappings":";AAyBA,OAAO,EAAE,wBAAwB,EAAE,MAAM,iBAAiB,CAAA;AAK1D,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,KAAK,EAAE,wBAAwB,eAmbpE"}
|