pipesol-notificationbar 1.0.0
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/README.md +30 -0
- package/dist/app/layout.d.ts +6 -0
- package/dist/app/layout.js +19 -0
- package/dist/app/layout.js.map +1 -0
- package/dist/app/page.d.ts +1 -0
- package/dist/app/page.js +6 -0
- package/dist/app/page.js.map +1 -0
- package/dist/components/ImageResponsive.d.ts +13 -0
- package/dist/components/ImageResponsive.js +32 -0
- package/dist/components/ImageResponsive.js.map +1 -0
- package/dist/components/Location.d.ts +15 -0
- package/dist/components/Location.js +37 -0
- package/dist/components/Location.js.map +1 -0
- package/dist/components/MensagemDeploy.d.ts +7 -0
- package/dist/components/MensagemDeploy.js +54 -0
- package/dist/components/MensagemDeploy.js.map +1 -0
- package/dist/components/NotificationBar.d.ts +16 -0
- package/dist/components/NotificationBar.js +119 -0
- package/dist/components/NotificationBar.js.map +1 -0
- package/dist/components/VideoPlayer.d.ts +11 -0
- package/dist/components/VideoPlayer.js +12 -0
- package/dist/components/VideoPlayer.js.map +1 -0
- package/dist/components/banner/BannerVideo.d.ts +7 -0
- package/dist/components/banner/BannerVideo.js +20 -0
- package/dist/components/banner/BannerVideo.js.map +1 -0
- package/dist/components/banner/ContentBannerStyled.d.ts +6 -0
- package/dist/components/banner/ContentBannerStyled.js +44 -0
- package/dist/components/banner/ContentBannerStyled.js.map +1 -0
- package/dist/components/banner/ResponsiveBanner.d.ts +15 -0
- package/dist/components/banner/ResponsiveBanner.js +68 -0
- package/dist/components/banner/ResponsiveBanner.js.map +1 -0
- package/dist/components/banner/ResponsiveBannerGradiente.d.ts +12 -0
- package/dist/components/banner/ResponsiveBannerGradiente.js +38 -0
- package/dist/components/banner/ResponsiveBannerGradiente.js.map +1 -0
- package/dist/components/banner/TitleBanner.d.ts +10 -0
- package/dist/components/banner/TitleBanner.js +8 -0
- package/dist/components/banner/TitleBanner.js.map +1 -0
- package/dist/components/barra_ferramentas/BarraFerramentas.d.ts +13 -0
- package/dist/components/barra_ferramentas/BarraFerramentas.js +39 -0
- package/dist/components/barra_ferramentas/BarraFerramentas.js.map +1 -0
- package/dist/components/barra_ferramentas/BarraFerramentasHamburguer.d.ts +13 -0
- package/dist/components/barra_ferramentas/BarraFerramentasHamburguer.js +31 -0
- package/dist/components/barra_ferramentas/BarraFerramentasHamburguer.js.map +1 -0
- package/dist/components/barra_ferramentas/BarraFerramentasStyled.d.ts +7 -0
- package/dist/components/barra_ferramentas/BarraFerramentasStyled.js +40 -0
- package/dist/components/barra_ferramentas/BarraFerramentasStyled.js.map +1 -0
- package/dist/components/button/ButtonStyled.d.ts +18 -0
- package/dist/components/button/ButtonStyled.js +56 -0
- package/dist/components/button/ButtonStyled.js.map +1 -0
- package/dist/components/button/NavigationButton.d.ts +18 -0
- package/dist/components/button/NavigationButton.js +53 -0
- package/dist/components/button/NavigationButton.js.map +1 -0
- package/dist/components/button/NavigationButtonMotion.d.ts +19 -0
- package/dist/components/button/NavigationButtonMotion.js +64 -0
- package/dist/components/button/NavigationButtonMotion.js.map +1 -0
- package/dist/components/button/NavigationHamburguerButton.d.ts +17 -0
- package/dist/components/button/NavigationHamburguerButton.js +33 -0
- package/dist/components/button/NavigationHamburguerButton.js.map +1 -0
- package/dist/components/button/ScrollToTopButton.d.ts +10 -0
- package/dist/components/button/ScrollToTopButton.js +44 -0
- package/dist/components/button/ScrollToTopButton.js.map +1 -0
- package/dist/components/button/WhatsAppButton.d.ts +6 -0
- package/dist/components/button/WhatsAppButton.js +24 -0
- package/dist/components/button/WhatsAppButton.js.map +1 -0
- package/dist/components/button/WhatsAppIcon.d.ts +6 -0
- package/dist/components/button/WhatsAppIcon.js +18 -0
- package/dist/components/button/WhatsAppIcon.js.map +1 -0
- package/dist/components/cards/AnimatedCardGroup.d.ts +20 -0
- package/dist/components/cards/AnimatedCardGroup.js +63 -0
- package/dist/components/cards/AnimatedCardGroup.js.map +1 -0
- package/dist/components/cards/BorderTopLeftRadiusCard.d.ts +15 -0
- package/dist/components/cards/BorderTopLeftRadiusCard.js +67 -0
- package/dist/components/cards/BorderTopLeftRadiusCard.js.map +1 -0
- package/dist/components/cards/CardLerMais.d.ts +13 -0
- package/dist/components/cards/CardLerMais.js +121 -0
- package/dist/components/cards/CardLerMais.js.map +1 -0
- package/dist/components/cards/ContentCardDescription.d.ts +10 -0
- package/dist/components/cards/ContentCardDescription.js +52 -0
- package/dist/components/cards/ContentCardDescription.js.map +1 -0
- package/dist/components/cards/GradientCard.d.ts +17 -0
- package/dist/components/cards/GradientCard.js +66 -0
- package/dist/components/cards/GradientCard.js.map +1 -0
- package/dist/components/cards/ImageCard.d.ts +15 -0
- package/dist/components/cards/ImageCard.js +31 -0
- package/dist/components/cards/ImageCard.js.map +1 -0
- package/dist/components/cards/MapCard.d.ts +15 -0
- package/dist/components/cards/MapCard.js +59 -0
- package/dist/components/cards/MapCard.js.map +1 -0
- package/dist/components/cards/ShadowCard.d.ts +16 -0
- package/dist/components/cards/ShadowCard.js +25 -0
- package/dist/components/cards/ShadowCard.js.map +1 -0
- package/dist/components/cards/TestimonialCard.d.ts +22 -0
- package/dist/components/cards/TestimonialCard.js +66 -0
- package/dist/components/cards/TestimonialCard.js.map +1 -0
- package/dist/components/cards/YoutubeCard.d.ts +14 -0
- package/dist/components/cards/YoutubeCard.js +85 -0
- package/dist/components/cards/YoutubeCard.js.map +1 -0
- package/dist/components/carousel/CarouselStyled.d.ts +62 -0
- package/dist/components/carousel/CarouselStyled.js +31 -0
- package/dist/components/carousel/CarouselStyled.js.map +1 -0
- package/dist/components/carousel/Carrossel.d.ts +15 -0
- package/dist/components/carousel/Carrossel.js +113 -0
- package/dist/components/carousel/Carrossel.js.map +1 -0
- package/dist/components/containers/ContainerAnimatedIndex.d.ts +6 -0
- package/dist/components/containers/ContainerAnimatedIndex.js +11 -0
- package/dist/components/containers/ContainerAnimatedIndex.js.map +1 -0
- package/dist/components/containers/ContainerAnimatedScroll.d.ts +9 -0
- package/dist/components/containers/ContainerAnimatedScroll.js +10 -0
- package/dist/components/containers/ContainerAnimatedScroll.js.map +1 -0
- package/dist/components/containers/ContainerSafe.d.ts +6 -0
- package/dist/components/containers/ContainerSafe.js +78 -0
- package/dist/components/containers/ContainerSafe.js.map +1 -0
- package/dist/components/containers/containerStyled.d.ts +1 -0
- package/dist/components/containers/containerStyled.js +10 -0
- package/dist/components/containers/containerStyled.js.map +1 -0
- package/dist/components/footer/Copywrite.d.ts +10 -0
- package/dist/components/footer/Copywrite.js +23 -0
- package/dist/components/footer/Copywrite.js.map +1 -0
- package/dist/components/footer/CopywriteCenter.d.ts +9 -0
- package/dist/components/footer/CopywriteCenter.js +34 -0
- package/dist/components/footer/CopywriteCenter.js.map +1 -0
- package/dist/components/footer/Footer.d.ts +10 -0
- package/dist/components/footer/Footer.js +41 -0
- package/dist/components/footer/Footer.js.map +1 -0
- package/dist/components/footer/NotificationBar.d.ts +13 -0
- package/dist/components/footer/NotificationBar.js +57 -0
- package/dist/components/footer/NotificationBar.js.map +1 -0
- package/dist/components/footer/SiteMap.d.ts +9 -0
- package/dist/components/footer/SiteMap.js +24 -0
- package/dist/components/footer/SiteMap.js.map +1 -0
- package/dist/components/footer/footerStyled.d.ts +8 -0
- package/dist/components/footer/footerStyled.js +62 -0
- package/dist/components/footer/footerStyled.js.map +1 -0
- package/dist/components/form/Form.d.ts +17 -0
- package/dist/components/form/Form.js +96 -0
- package/dist/components/form/Form.js.map +1 -0
- package/dist/components/form/FormStyled.d.ts +27 -0
- package/dist/components/form/FormStyled.js +95 -0
- package/dist/components/form/FormStyled.js.map +1 -0
- package/dist/components/header/HeaderBarIn.d.ts +15 -0
- package/dist/components/header/HeaderBarIn.js +40 -0
- package/dist/components/header/HeaderBarIn.js.map +1 -0
- package/dist/components/header/HeaderBarTop.d.ts +12 -0
- package/dist/components/header/HeaderBarTop.js +30 -0
- package/dist/components/header/HeaderBarTop.js.map +1 -0
- package/dist/components/section/Section.d.ts +9 -0
- package/dist/components/section/Section.js +19 -0
- package/dist/components/section/Section.js.map +1 -0
- package/dist/components/section/SectionGradiente.d.ts +9 -0
- package/dist/components/section/SectionGradiente.js +19 -0
- package/dist/components/section/SectionGradiente.js.map +1 -0
- package/dist/components/section/SectionImage.d.ts +7 -0
- package/dist/components/section/SectionImage.js +21 -0
- package/dist/components/section/SectionImage.js.map +1 -0
- package/dist/components/section/SectionStyled.d.ts +9 -0
- package/dist/components/section/SectionStyled.js +46 -0
- package/dist/components/section/SectionStyled.js.map +1 -0
- package/dist/components/social_media/SocialMediaIconLink.d.ts +8 -0
- package/dist/components/social_media/SocialMediaIconLink.js +13 -0
- package/dist/components/social_media/SocialMediaIconLink.js.map +1 -0
- package/dist/components/social_media/SocialMediaIconLinkWithBorder.d.ts +12 -0
- package/dist/components/social_media/SocialMediaIconLinkWithBorder.js +18 -0
- package/dist/components/social_media/SocialMediaIconLinkWithBorder.js.map +1 -0
- package/dist/components/substask/SubstackPage.d.ts +5 -0
- package/dist/components/substask/SubstackPage.js +22 -0
- package/dist/components/substask/SubstackPage.js.map +1 -0
- package/dist/components/substask/SubstackPosts.d.ts +9 -0
- package/dist/components/substask/SubstackPosts.js +6 -0
- package/dist/components/substask/SubstackPosts.js.map +1 -0
- package/dist/components/text/IconText.d.ts +11 -0
- package/dist/components/text/IconText.js +26 -0
- package/dist/components/text/IconText.js.map +1 -0
- package/dist/components/text/InfiniteTicker.d.ts +15 -0
- package/dist/components/text/InfiniteTicker.js +49 -0
- package/dist/components/text/InfiniteTicker.js.map +1 -0
- package/dist/components/text/SpanStyled.d.ts +6 -0
- package/dist/components/text/SpanStyled.js +34 -0
- package/dist/components/text/SpanStyled.js.map +1 -0
- package/dist/components/text/TextWithSeparador.d.ts +7 -0
- package/dist/components/text/TextWithSeparador.js +9 -0
- package/dist/components/text/TextWithSeparador.js.map +1 -0
- package/dist/hooks/useResponsive.d.ts +9 -0
- package/dist/hooks/useResponsive.js +14 -0
- package/dist/hooks/useResponsive.js.map +1 -0
- package/dist/hooks/useResponsiveCarousel.d.ts +15 -0
- package/dist/hooks/useResponsiveCarousel.js +36 -0
- package/dist/hooks/useResponsiveCarousel.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -0
- package/dist/pages/_app.d.ts +2 -0
- package/dist/pages/_app.js +20 -0
- package/dist/pages/_app.js.map +1 -0
- package/dist/pages/_document.d.ts +9 -0
- package/dist/pages/_document.js +33 -0
- package/dist/pages/_document.js.map +1 -0
- package/dist/theme.d.ts +35 -0
- package/dist/theme.js +142 -0
- package/dist/theme.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/dist/types/AnimatedCardData.d.ts +6 -0
- package/dist/types/AnimatedCardData.js +2 -0
- package/dist/types/AnimatedCardData.js.map +1 -0
- package/dist/types/BannerResponsiveConfig.d.ts +4 -0
- package/dist/types/BannerResponsiveConfig.js +2 -0
- package/dist/types/BannerResponsiveConfig.js.map +1 -0
- package/dist/types/ItemMenuConfig.d.ts +4 -0
- package/dist/types/ItemMenuConfig.js +2 -0
- package/dist/types/ItemMenuConfig.js.map +1 -0
- package/dist/types/ShadowConfig.d.ts +6 -0
- package/dist/types/ShadowConfig.js +2 -0
- package/dist/types/ShadowConfig.js.map +1 -0
- package/package.json +45 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import RSSParser from "rss-parser";
|
|
3
|
+
import SubstackPosts from "./SubstackPosts";
|
|
4
|
+
async function fetchSubstackPosts(url) {
|
|
5
|
+
const parser = new RSSParser();
|
|
6
|
+
try {
|
|
7
|
+
const feed = await parser.parseURL(url);
|
|
8
|
+
return feed.items.slice(0, 5).map((item) => ({
|
|
9
|
+
title: item.title || "Sem título",
|
|
10
|
+
link: item.link || "#",
|
|
11
|
+
}));
|
|
12
|
+
}
|
|
13
|
+
catch (error) {
|
|
14
|
+
console.error("Erro ao buscar os posts do Substack:", error);
|
|
15
|
+
return [];
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
export default async function SubstackPage({ url }) {
|
|
19
|
+
const posts = await fetchSubstackPosts(url);
|
|
20
|
+
return _jsx(SubstackPosts, { posts: posts });
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=SubstackPage.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubstackPage.js","sourceRoot":"","sources":["../../../src/components/substask/SubstackPage.tsx"],"names":[],"mappings":";AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAW5C,KAAK,UAAU,kBAAkB,CAAC,GAAW;IAC3C,MAAM,MAAM,GAAc,IAAI,SAAS,EAAE,CAAC;IAC1C,IAAI,CAAC;QACH,MAAM,IAAI,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC;QACxC,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;YAC3C,KAAK,EAAE,IAAI,CAAC,KAAK,IAAI,YAAY;YACjC,IAAI,EAAE,IAAI,CAAC,IAAI,IAAI,GAAG;SACvB,CAAC,CAAC,CAAC;IACN,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,OAAO,CAAC,KAAK,CAAC,sCAAsC,EAAE,KAAK,CAAC,CAAC;QAC7D,OAAO,EAAE,CAAC;IACZ,CAAC;AACH,CAAC;AAED,MAAM,CAAC,OAAO,CAAC,KAAK,UAAU,YAAY,CAAC,EAAE,GAAG,EAAqB;IAEnE,MAAM,KAAK,GAAG,MAAM,kBAAkB,CAAC,GAAG,CAAC,CAAC;IAE5C,OAAO,KAAC,aAAa,IAAC,KAAK,EAAE,KAAK,GAAkB,CAAC;AACvD,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use client"; // Marca o componente como Client Component
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
export default function SubstackPosts({ posts }) {
|
|
4
|
+
return (_jsxs("div", { children: [_jsx("h1", { children: "\u00DAltimos Posts do Substack" }), _jsx("ul", { children: posts.map((post, index) => (_jsx("li", { children: _jsx("a", { href: post.link, target: "_blank", rel: "noopener noreferrer", children: post.title }) }, index))) })] }));
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=SubstackPosts.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubstackPosts.js","sourceRoot":"","sources":["../../../src/components/substask/SubstackPosts.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC,CAAC,2CAA2C;;AAWzD,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EAAE,KAAK,EAAsB;IACjE,OAAO,CACL,0BACE,0DAAkC,EAClC,uBACG,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAC,CAC1B,uBACE,YAAG,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,MAAM,EAAC,QAAQ,EAAC,GAAG,EAAC,qBAAqB,YAC1D,IAAI,CAAC,KAAK,GACT,IAHG,KAAK,CAIT,CACN,CAAC,GACC,IACD,CACP,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgIconComponent } from '@mui/icons-material';
|
|
3
|
+
export interface IconTextProps {
|
|
4
|
+
color_text: string;
|
|
5
|
+
Icon: SvgIconComponent;
|
|
6
|
+
size_icon?: string;
|
|
7
|
+
color_icon: string;
|
|
8
|
+
children: React.ReactNode;
|
|
9
|
+
}
|
|
10
|
+
declare const IconText: React.FC<IconTextProps>;
|
|
11
|
+
export default IconText;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { styled } from '@mui/material/styles';
|
|
3
|
+
import { Typography } from '@mui/material';
|
|
4
|
+
const DivStyled = styled('div')(() => ({
|
|
5
|
+
display: 'flex',
|
|
6
|
+
flexDirection: 'row',
|
|
7
|
+
gap: '8px',
|
|
8
|
+
boxSizing: 'border-box',
|
|
9
|
+
overflow: 'hidden',
|
|
10
|
+
position: 'relative',
|
|
11
|
+
width: 'fit-content',
|
|
12
|
+
flexGrow: 1,
|
|
13
|
+
}));
|
|
14
|
+
const DivImage = styled('span', {
|
|
15
|
+
shouldForwardProp: (prop) => !['color', 'font_size'].includes(prop),
|
|
16
|
+
})(({ color, font_size }) => ({
|
|
17
|
+
fontSize: font_size,
|
|
18
|
+
color: color,
|
|
19
|
+
width: font_size,
|
|
20
|
+
height: font_size,
|
|
21
|
+
}));
|
|
22
|
+
const IconText = ({ color_text, Icon, color_icon, size_icon = '24px', children }) => {
|
|
23
|
+
return (_jsxs(DivStyled, { children: [_jsx(DivImage, { font_size: size_icon, color: color_icon, children: _jsx(Icon, {}) }), _jsx(Typography, { variant: "body1", component: "span", color: color_text, flex: 1, children: children })] }));
|
|
24
|
+
};
|
|
25
|
+
export default IconText;
|
|
26
|
+
//# sourceMappingURL=IconText.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconText.js","sourceRoot":"","sources":["../../../src/components/text/IconText.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,MAAM,SAAS,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC;IACrC,OAAO,EAAE,MAAM;IACf,aAAa,EAAE,KAAK;IACpB,GAAG,EAAE,KAAK;IACV,SAAS,EAAE,YAAY;IACvB,QAAQ,EAAE,QAAQ;IAClB,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,aAAa;IACpB,QAAQ,EAAE,CAAC;CACZ,CAAC,CAAC,CAAC;AAEJ,MAAM,QAAQ,GAAG,MAAM,CAAC,MAAM,EAAE;IAC5B,iBAAiB,EAAE,CAAC,IAAI,EAAE,EAAE,CAC1B,CAAC,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC,QAAQ,CAAC,IAAc,CAAC;CACnD,CAAC,CAAuC,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,CAAC,CAAC;IAElE,QAAQ,EAAE,SAAS;IACnB,KAAK,EAAE,KAAK;IACZ,KAAK,EAAE,SAAS;IAChB,MAAM,EAAE,SAAS;CACpB,CAAC,CAAC,CAAC;AAWJ,MAAM,QAAQ,GAA4B,CAAC,EAAE,UAAU,EAAE,IAAI,EAAE,UAAU,EAAE,SAAS,GAAG,MAAM,EAAE,QAAQ,EAAE,EAAE,EAAE;IAEzG,OAAM,CACF,MAAC,SAAS,eACN,KAAC,QAAQ,IAAC,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,UAAU,YAC/C,KAAC,IAAI,KAAE,GACE,EACX,KAAC,UAAU,IAAC,OAAO,EAAC,OAAO,EAAC,SAAS,EAAC,MAAM,EAAC,KAAK,EAAE,UAAU,EAAE,IAAI,EAAE,CAAC,YACnE,QAAQ,GACC,IACL,CACf,CAAC;AACN,CAAC,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { SvgIconComponent } from '@mui/icons-material';
|
|
2
|
+
export declare const BoxStyled: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
|
|
3
|
+
text_color: string;
|
|
4
|
+
}, {}, {}>;
|
|
5
|
+
type Props = {
|
|
6
|
+
items: string[];
|
|
7
|
+
backgroundColor?: string;
|
|
8
|
+
textColor?: string;
|
|
9
|
+
speed?: number;
|
|
10
|
+
repeatCount?: number;
|
|
11
|
+
isContinuo?: boolean;
|
|
12
|
+
Icon: SvgIconComponent;
|
|
13
|
+
};
|
|
14
|
+
declare const InfiniteTicker: React.FC<Props>;
|
|
15
|
+
export default InfiniteTicker;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { useRef } from 'react';
|
|
4
|
+
import { useAnimationFrame } from 'framer-motion';
|
|
5
|
+
import { Box, styled } from '@mui/material';
|
|
6
|
+
export const BoxStyled = styled(Box, {
|
|
7
|
+
shouldForwardProp: (prop) => !['text_color'].includes(prop),
|
|
8
|
+
})(({ theme, text_color }) => {
|
|
9
|
+
var _a, _b, _c, _d, _e, _f;
|
|
10
|
+
return ({
|
|
11
|
+
color: text_color,
|
|
12
|
+
display: 'flex',
|
|
13
|
+
alignItems: 'center',
|
|
14
|
+
fontFamily: theme.typography.fontFamily,
|
|
15
|
+
fontWeight: (_a = theme.typography.h4) === null || _a === void 0 ? void 0 : _a.fontWeight,
|
|
16
|
+
fontStyle: (_b = theme.typography.h4) === null || _b === void 0 ? void 0 : _b.fontStyle,
|
|
17
|
+
lineHeight: (_c = theme.typography.h4) === null || _c === void 0 ? void 0 : _c.lineHeight,
|
|
18
|
+
letterSpacing: (_d = theme.typography.h4) === null || _d === void 0 ? void 0 : _d.letterSpacing,
|
|
19
|
+
fontSize: (_e = theme.typography.h4) === null || _e === void 0 ? void 0 : _e.fontSize,
|
|
20
|
+
margin: (_f = theme.typography.h4) === null || _f === void 0 ? void 0 : _f.margin,
|
|
21
|
+
});
|
|
22
|
+
});
|
|
23
|
+
const InfiniteTicker = ({ items, backgroundColor = '#000', textColor = '#fff', speed = 100, repeatCount = 6, Icon }) => {
|
|
24
|
+
const containerRef = useRef(null);
|
|
25
|
+
const x = useRef(0);
|
|
26
|
+
useAnimationFrame((_, delta) => {
|
|
27
|
+
if (containerRef.current) {
|
|
28
|
+
const containerWidth = containerRef.current.offsetWidth;
|
|
29
|
+
x.current -= (speed * delta) / 1000;
|
|
30
|
+
if (x.current <= -containerWidth / 2) {
|
|
31
|
+
x.current = 0;
|
|
32
|
+
}
|
|
33
|
+
containerRef.current.style.transform = `translateX(${x.current}px)`;
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
const renderItems = () => (_jsx(Box, { sx: { display: 'flex' }, children: items.map((item, idx) => (_jsxs(BoxStyled, { text_color: textColor, children: [_jsx(Box, { sx: { mx: 1 }, children: item }), _jsx(Box, { sx: { mx: 1 }, children: _jsx(Icon, {}) })] }, idx))) }));
|
|
37
|
+
return (_jsx(Box, { sx: {
|
|
38
|
+
overflow: 'hidden',
|
|
39
|
+
whiteSpace: 'nowrap',
|
|
40
|
+
width: '100%',
|
|
41
|
+
py: 1,
|
|
42
|
+
backgroundColor: backgroundColor,
|
|
43
|
+
}, children: _jsx(Box, { sx: {
|
|
44
|
+
display: 'flex',
|
|
45
|
+
width: 'max-content',
|
|
46
|
+
}, ref: containerRef, children: Array.from({ length: repeatCount }).map((_, i) => (_jsx(Box, { sx: { display: 'flex', mx: 2 }, children: renderItems() }, i))) }) }));
|
|
47
|
+
};
|
|
48
|
+
export default InfiniteTicker;
|
|
49
|
+
//# sourceMappingURL=InfiniteTicker.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InfiniteTicker.js","sourceRoot":"","sources":["../../../src/components/text/InfiniteTicker.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
interface StyledTextProps {
|
|
2
|
+
text_color: string;
|
|
3
|
+
}
|
|
4
|
+
export declare const StyledSpanBody1: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & StyledTextProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
5
|
+
export declare const StyledSpanBody2: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & StyledTextProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
6
|
+
export {};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { styled } from "@mui/material";
|
|
2
|
+
export const StyledSpanBody1 = styled('span', {
|
|
3
|
+
shouldForwardProp: (prop) => !['text_color'].includes(prop),
|
|
4
|
+
})(({ theme, text_color }) => {
|
|
5
|
+
var _a, _b, _c, _d, _e, _f;
|
|
6
|
+
return ({
|
|
7
|
+
color: text_color,
|
|
8
|
+
// Tipografia
|
|
9
|
+
fontFamily: theme.typography.fontFamily,
|
|
10
|
+
fontWeight: (_a = theme.typography.body1) === null || _a === void 0 ? void 0 : _a.fontWeight,
|
|
11
|
+
fontStyle: (_b = theme.typography.body1) === null || _b === void 0 ? void 0 : _b.fontStyle,
|
|
12
|
+
lineHeight: (_c = theme.typography.body1) === null || _c === void 0 ? void 0 : _c.lineHeight,
|
|
13
|
+
letterSpacing: (_d = theme.typography.body1) === null || _d === void 0 ? void 0 : _d.letterSpacing,
|
|
14
|
+
fontSize: (_e = theme.typography.body1) === null || _e === void 0 ? void 0 : _e.fontSize,
|
|
15
|
+
margin: (_f = theme.typography.body1) === null || _f === void 0 ? void 0 : _f.margin,
|
|
16
|
+
});
|
|
17
|
+
});
|
|
18
|
+
export const StyledSpanBody2 = styled('span', {
|
|
19
|
+
shouldForwardProp: (prop) => !['text_color'].includes(prop),
|
|
20
|
+
})(({ theme, text_color }) => {
|
|
21
|
+
var _a, _b, _c, _d, _e, _f;
|
|
22
|
+
return ({
|
|
23
|
+
color: text_color,
|
|
24
|
+
// Tipografia
|
|
25
|
+
fontFamily: theme.typography.fontFamily,
|
|
26
|
+
fontWeight: (_a = theme.typography.body2) === null || _a === void 0 ? void 0 : _a.fontWeight,
|
|
27
|
+
fontStyle: (_b = theme.typography.body2) === null || _b === void 0 ? void 0 : _b.fontStyle,
|
|
28
|
+
lineHeight: (_c = theme.typography.body2) === null || _c === void 0 ? void 0 : _c.lineHeight,
|
|
29
|
+
letterSpacing: (_d = theme.typography.body2) === null || _d === void 0 ? void 0 : _d.letterSpacing,
|
|
30
|
+
fontSize: (_e = theme.typography.body2) === null || _e === void 0 ? void 0 : _e.fontSize,
|
|
31
|
+
margin: (_f = theme.typography.body2) === null || _f === void 0 ? void 0 : _f.margin,
|
|
32
|
+
});
|
|
33
|
+
});
|
|
34
|
+
//# sourceMappingURL=SpanStyled.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SpanStyled.js","sourceRoot":"","sources":["../../../src/components/text/SpanStyled.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAMvC,MAAM,CAAC,MAAM,eAAe,GAAG,MAAM,CAAC,MAAM,EAAE;IAC1C,iBAAiB,EAAE,CAAC,IAAI,EAAE,EAAE,CAC1B,CAAC,CAAC,YAAY,CAAC,CAAC,QAAQ,CAAC,IAAc,CAAC;CAC3C,CAAC,CAAkB,CAAC,EAAE,KAAK,EAAE,UAAU,EAAE,EAAE,EAAE;;IAAC,OAAA,CAAC;QAE9C,KAAK,EAAE,UAAU;QAEjB,aAAa;QACb,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,UAAU;QACvC,UAAU,EAAE,MAAA,KAAK,CAAC,UAAU,CAAC,KAAK,0CAAE,UAAU;QAC9C,SAAS,EAAE,MAAA,KAAK,CAAC,UAAU,CAAC,KAAK,0CAAE,SAAS;QAC5C,UAAU,EAAE,MAAA,KAAK,CAAC,UAAU,CAAC,KAAK,0CAAE,UAAU;QAC9C,aAAa,EAAE,MAAA,KAAK,CAAC,UAAU,CAAC,KAAK,0CAAE,aAAa;QACpD,QAAQ,EAAE,MAAA,KAAK,CAAC,UAAU,CAAC,KAAK,0CAAE,QAAQ;QAC1C,MAAM,EAAE,MAAA,KAAK,CAAC,UAAU,CAAC,KAAK,0CAAE,MAAM;KACvC,CAAC,CAAA;CAAA,CAAC,CAAC;AAEJ,MAAM,CAAC,MAAM,eAAe,GAAG,MAAM,CAAC,MAAM,EAAE;IAC5C,iBAAiB,EAAE,CAAC,IAAI,EAAE,EAAE,CAC1B,CAAC,CAAC,YAAY,CAAC,CAAC,QAAQ,CAAC,IAAc,CAAC;CAC3C,CAAC,CAAkB,CAAC,EAAE,KAAK,EAAE,UAAU,EAAE,EAAE,EAAE;;IAAC,OAAA,CAAC;QAE9C,KAAK,EAAE,UAAU;QAEjB,aAAa;QACb,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,UAAU;QACvC,UAAU,EAAE,MAAA,KAAK,CAAC,UAAU,CAAC,KAAK,0CAAE,UAAU;QAC9C,SAAS,EAAE,MAAA,KAAK,CAAC,UAAU,CAAC,KAAK,0CAAE,SAAS;QAC5C,UAAU,EAAE,MAAA,KAAK,CAAC,UAAU,CAAC,KAAK,0CAAE,UAAU;QAC9C,aAAa,EAAE,MAAA,KAAK,CAAC,UAAU,CAAC,KAAK,0CAAE,aAAa;QACpD,QAAQ,EAAE,MAAA,KAAK,CAAC,UAAU,CAAC,KAAK,0CAAE,QAAQ;QAC1C,MAAM,EAAE,MAAA,KAAK,CAAC,UAAU,CAAC,KAAK,0CAAE,MAAM;KACvC,CAAC,CAAA;CAAA,CAAC,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { Divider } from '@mui/material';
|
|
3
|
+
const TextWithSeparador = ({ children, color_separador }) => {
|
|
4
|
+
return (_jsx(Divider, { sx: { bgcolor: 'transparent',
|
|
5
|
+
'&::before, &::after': { borderColor: color_separador },
|
|
6
|
+
width: '100%', paddingTop: '16px', paddingBottom: '16px' }, children: children }));
|
|
7
|
+
};
|
|
8
|
+
export default TextWithSeparador;
|
|
9
|
+
//# sourceMappingURL=TextWithSeparador.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextWithSeparador.js","sourceRoot":"","sources":["../../../src/components/text/TextWithSeparador.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAOxC,MAAM,iBAAiB,GAAqC,CAAC,EAAC,QAAQ,EACpE,eAAe,EAAC,EAAE,EAAE;IAEpB,OAAO,CAEL,KAAC,OAAO,IAAC,EAAE,EAAE,EAAE,OAAO,EAAE,aAAa;YACnC,qBAAqB,EAAE,EAAC,WAAW,EAAE,eAAe,EAAE;YACtD,KAAK,EAAE,MAAM,EAAE,UAAU,EAAC,MAAM,EAAE,aAAa,EAAC,MAAM,EAAE,YACvD,QAAQ,GACD,CACX,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { useTheme } from '@mui/material/styles';
|
|
2
|
+
import useMediaQuery from '@mui/material/useMediaQuery';
|
|
3
|
+
const useResponsive = () => {
|
|
4
|
+
const theme = useTheme();
|
|
5
|
+
return {
|
|
6
|
+
isXs: useMediaQuery(theme.breakpoints.only('xs')),
|
|
7
|
+
isSm: useMediaQuery(theme.breakpoints.only('sm')),
|
|
8
|
+
isMd: useMediaQuery(theme.breakpoints.only('md')),
|
|
9
|
+
isLg: useMediaQuery(theme.breakpoints.only('lg')),
|
|
10
|
+
isXl: useMediaQuery(theme.breakpoints.only('xl')),
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export default useResponsive;
|
|
14
|
+
//# sourceMappingURL=useResponsive.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useResponsive.js","sourceRoot":"","sources":["../../src/hooks/useResponsive.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,aAAa,MAAM,6BAA6B,CAAC;AAWxD,MAAM,aAAa,GAAG,GAAoB,EAAE;IAExC,MAAM,KAAK,GAAG,QAAQ,EAAE,CAAC;IAEzB,OAAO;QACH,IAAI,EAAE,aAAa,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACjD,IAAI,EAAE,aAAa,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACjD,IAAI,EAAE,aAAa,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACjD,IAAI,EAAE,aAAa,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACjD,IAAI,EAAE,aAAa,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;KACpD,CAAC;AACN,CAAC,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export interface BreakpointsCarousel {
|
|
2
|
+
desktop: number;
|
|
3
|
+
desktopCards: number;
|
|
4
|
+
tablet: number;
|
|
5
|
+
tabletCards: number;
|
|
6
|
+
mobile: number;
|
|
7
|
+
mobileCards: number;
|
|
8
|
+
defaultCards: number;
|
|
9
|
+
}
|
|
10
|
+
declare const useResponsiveCarousel: ({ customBreakpoints }: {
|
|
11
|
+
customBreakpoints: BreakpointsCarousel;
|
|
12
|
+
}) => {
|
|
13
|
+
centerSlidePercentage: number;
|
|
14
|
+
};
|
|
15
|
+
export default useResponsiveCarousel;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { useEffect, useState } from 'react';
|
|
2
|
+
const useResponsiveCarousel = ({ customBreakpoints }) => {
|
|
3
|
+
const [centerSlidePercentage, setCenterSlidePercentage] = useState(100);
|
|
4
|
+
useEffect(() => {
|
|
5
|
+
const gap = 1; // Gap fixo entre os slides em pixels
|
|
6
|
+
const updateSlidesToShow = () => {
|
|
7
|
+
const width = window.innerWidth;
|
|
8
|
+
if (width > customBreakpoints.desktop) {
|
|
9
|
+
const cardWidth = (100 - (customBreakpoints.desktopCards - 1) * (gap / window.innerWidth) * 100) /
|
|
10
|
+
customBreakpoints.desktopCards;
|
|
11
|
+
setCenterSlidePercentage(cardWidth);
|
|
12
|
+
}
|
|
13
|
+
else if (width > customBreakpoints.tablet) {
|
|
14
|
+
const cardWidth = (100 - (customBreakpoints.tabletCards - 1) * (gap / window.innerWidth) * 100) /
|
|
15
|
+
customBreakpoints.tabletCards;
|
|
16
|
+
setCenterSlidePercentage(cardWidth);
|
|
17
|
+
}
|
|
18
|
+
else if (width > customBreakpoints.mobile) {
|
|
19
|
+
const cardWidth = (100 - (customBreakpoints.mobileCards - 1) * (gap / window.innerWidth) * 100) /
|
|
20
|
+
customBreakpoints.mobileCards;
|
|
21
|
+
setCenterSlidePercentage(cardWidth);
|
|
22
|
+
}
|
|
23
|
+
else {
|
|
24
|
+
const cardWidth = (100 - (customBreakpoints.defaultCards - 1) * (gap / window.innerWidth) * 100) /
|
|
25
|
+
customBreakpoints.defaultCards;
|
|
26
|
+
setCenterSlidePercentage(cardWidth);
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
updateSlidesToShow();
|
|
30
|
+
window.addEventListener('resize', updateSlidesToShow);
|
|
31
|
+
return () => window.removeEventListener('resize', updateSlidesToShow);
|
|
32
|
+
}, [customBreakpoints]);
|
|
33
|
+
return { centerSlidePercentage };
|
|
34
|
+
};
|
|
35
|
+
export default useResponsiveCarousel;
|
|
36
|
+
//# sourceMappingURL=useResponsiveCarousel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useResponsiveCarousel.js","sourceRoot":"","sources":["../../src/hooks/useResponsiveCarousel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAY5C,MAAM,qBAAqB,GAAG,CAAC,EAAE,iBAAiB,EAA8C,EAAE,EAAE;IAClG,MAAM,CAAC,qBAAqB,EAAE,wBAAwB,CAAC,GAAG,QAAQ,CAAC,GAAG,CAAC,CAAC;IAExE,SAAS,CAAC,GAAG,EAAE;QACb,MAAM,GAAG,GAAG,CAAC,CAAC,CAAC,qCAAqC;QAEpD,MAAM,kBAAkB,GAAG,GAAG,EAAE;YAC9B,MAAM,KAAK,GAAG,MAAM,CAAC,UAAU,CAAC;YAEhC,IAAI,KAAK,GAAG,iBAAiB,CAAC,OAAO,EAAE,CAAC;gBACtC,MAAM,SAAS,GACb,CAAC,GAAG,GAAG,CAAC,iBAAiB,CAAC,YAAY,GAAG,CAAC,CAAC,GAAG,CAAC,GAAG,GAAG,MAAM,CAAC,UAAU,CAAC,GAAG,GAAG,CAAC;oBAC9E,iBAAiB,CAAC,YAAY,CAAC;gBACjC,wBAAwB,CAAC,SAAS,CAAC,CAAC;YACtC,CAAC;iBAAM,IAAI,KAAK,GAAG,iBAAiB,CAAC,MAAM,EAAE,CAAC;gBAC5C,MAAM,SAAS,GACb,CAAC,GAAG,GAAG,CAAC,iBAAiB,CAAC,WAAW,GAAG,CAAC,CAAC,GAAG,CAAC,GAAG,GAAG,MAAM,CAAC,UAAU,CAAC,GAAG,GAAG,CAAC;oBAC7E,iBAAiB,CAAC,WAAW,CAAC;gBAChC,wBAAwB,CAAC,SAAS,CAAC,CAAC;YACtC,CAAC;iBAAM,IAAI,KAAK,GAAG,iBAAiB,CAAC,MAAM,EAAE,CAAC;gBAC5C,MAAM,SAAS,GACb,CAAC,GAAG,GAAG,CAAC,iBAAiB,CAAC,WAAW,GAAG,CAAC,CAAC,GAAG,CAAC,GAAG,GAAG,MAAM,CAAC,UAAU,CAAC,GAAG,GAAG,CAAC;oBAC7E,iBAAiB,CAAC,WAAW,CAAC;gBAChC,wBAAwB,CAAC,SAAS,CAAC,CAAC;YACtC,CAAC;iBAAM,CAAC;gBACN,MAAM,SAAS,GACb,CAAC,GAAG,GAAG,CAAC,iBAAiB,CAAC,YAAY,GAAG,CAAC,CAAC,GAAG,CAAC,GAAG,GAAG,MAAM,CAAC,UAAU,CAAC,GAAG,GAAG,CAAC;oBAC9E,iBAAiB,CAAC,YAAY,CAAC;gBACjC,wBAAwB,CAAC,SAAS,CAAC,CAAC;YACtC,CAAC;QACH,CAAC,CAAC;QAEF,kBAAkB,EAAE,CAAC;QACrB,MAAM,CAAC,gBAAgB,CAAC,QAAQ,EAAE,kBAAkB,CAAC,CAAC;QAEtD,OAAO,GAAG,EAAE,CAAC,MAAM,CAAC,mBAAmB,CAAC,QAAQ,EAAE,kBAAkB,CAAC,CAAC;IACxE,CAAC,EAAE,CAAC,iBAAiB,CAAC,CAAC,CAAC;IAExB,OAAO,EAAE,qBAAqB,EAAE,CAAC;AACnC,CAAC,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as NotificationBar } from './components/NotificationBar';
|
package/dist/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,IAAI,eAAe,EAAC,MAAM,8BAA8B,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { ThemeProvider as MuiThemeProvider } from '@mui/material/styles';
|
|
4
|
+
import CssBaseline from '@mui/material/CssBaseline';
|
|
5
|
+
import { CacheProvider } from '@emotion/react';
|
|
6
|
+
import createCache from '@emotion/cache';
|
|
7
|
+
import { theme } from '@/theme';
|
|
8
|
+
// Crie uma instância de cache para o Emotion
|
|
9
|
+
const cache = createCache({ key: 'css', prepend: true });
|
|
10
|
+
export default function MyApp({ Component, pageProps }) {
|
|
11
|
+
React.useEffect(() => {
|
|
12
|
+
// Remove o CSS injetado pelo servidor, se existir
|
|
13
|
+
const jssStyles = document.querySelector('#jss-server-side');
|
|
14
|
+
if (jssStyles && jssStyles.parentElement) {
|
|
15
|
+
jssStyles.parentElement.removeChild(jssStyles);
|
|
16
|
+
}
|
|
17
|
+
}, []);
|
|
18
|
+
return (_jsx(CacheProvider, { value: cache, children: _jsxs(MuiThemeProvider, { theme: theme, children: [_jsx(CssBaseline, {}), _jsx(Component, Object.assign({}, pageProps))] }) }));
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=_app.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_app.js","sourceRoot":"","sources":["../../src/pages/_app.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,aAAa,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACzE,OAAO,WAAW,MAAM,2BAA2B,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,WAAW,MAAM,gBAAgB,CAAC;AAEzC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,6CAA6C;AAC7C,MAAM,KAAK,GAAG,WAAW,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,CAAC;AAEzD,MAAM,CAAC,OAAO,UAAU,KAAK,CAAC,EAAE,SAAS,EAAE,SAAS,EAAY;IAC9D,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,kDAAkD;QAClD,MAAM,SAAS,GAAG,QAAQ,CAAC,aAAa,CAAC,kBAAkB,CAAC,CAAC;QAC7D,IAAI,SAAS,IAAI,SAAS,CAAC,aAAa,EAAE,CAAC;YACzC,SAAS,CAAC,aAAa,CAAC,WAAW,CAAC,SAAS,CAAC,CAAC;QACjD,CAAC;IACH,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,OAAO,CACL,KAAC,aAAa,IAAC,KAAK,EAAE,KAAK,YACzB,MAAC,gBAAgB,IAAC,KAAK,EAAE,KAAK,aAC5B,KAAC,WAAW,KAAe,EAC3B,KAAC,SAAS,oBAAK,SAAS,EAAe,IACtB,GACL,CACjB,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import Document, { DocumentContext } from "next/document";
|
|
2
|
+
export default class MyDocument extends Document {
|
|
3
|
+
static getInitialProps(ctx: DocumentContext): Promise<{
|
|
4
|
+
styles: import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
html: string;
|
|
6
|
+
head?: Array<import("react").JSX.Element | null>;
|
|
7
|
+
}>;
|
|
8
|
+
render(): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import Document, { Html, Head, Main, NextScript } from "next/document";
|
|
3
|
+
import createCache from "@emotion/cache";
|
|
4
|
+
import createEmotionServer from "@emotion/server/create-instance";
|
|
5
|
+
import { CacheProvider } from "@emotion/react";
|
|
6
|
+
// Função para criar o cache do Emotion
|
|
7
|
+
const createEmotionCache = () => {
|
|
8
|
+
return createCache({ key: "css", prepend: true });
|
|
9
|
+
};
|
|
10
|
+
export default class MyDocument extends Document {
|
|
11
|
+
static async getInitialProps(ctx) {
|
|
12
|
+
const cache = createEmotionCache();
|
|
13
|
+
const { extractCriticalToChunks } = createEmotionServer(cache);
|
|
14
|
+
const originalRenderPage = ctx.renderPage;
|
|
15
|
+
try {
|
|
16
|
+
ctx.renderPage = () => originalRenderPage({
|
|
17
|
+
enhanceApp: (App) => (props) => (_jsx(CacheProvider, { value: cache, children: _jsx(App, Object.assign({}, props)) })),
|
|
18
|
+
});
|
|
19
|
+
const initialProps = await Document.getInitialProps(ctx);
|
|
20
|
+
// Extrai os estilos críticos para renderização no lado do servidor
|
|
21
|
+
const emotionStyles = extractCriticalToChunks(initialProps.html);
|
|
22
|
+
const emotionStyleTags = emotionStyles.styles.map((style) => (_jsx("style", { "data-emotion": `${style.key} ${style.ids.join(" ")}`, dangerouslySetInnerHTML: { __html: style.css } }, style.key)));
|
|
23
|
+
return Object.assign(Object.assign({}, initialProps), { styles: (_jsxs(_Fragment, { children: [initialProps.styles, emotionStyleTags] })) });
|
|
24
|
+
}
|
|
25
|
+
finally {
|
|
26
|
+
// Nada a liberar como no caso do styled-components
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
render() {
|
|
30
|
+
return (_jsxs(Html, { lang: "pt", children: [_jsx(Head, {}), _jsxs("body", { children: [_jsx(Main, {}), _jsx(NextScript, {})] })] }));
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=_document.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_document.js","sourceRoot":"","sources":["../../src/pages/_document.tsx"],"names":[],"mappings":";AAAA,OAAO,QAAQ,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,UAAU,EAAmB,MAAM,eAAe,CAAC;AACxF,OAAO,WAAW,MAAM,gBAAgB,CAAC;AACzC,OAAO,mBAAmB,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAE/C,uCAAuC;AACvC,MAAM,kBAAkB,GAAG,GAAG,EAAE;IAC9B,OAAO,WAAW,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,CAAC;AACpD,CAAC,CAAC;AAEF,MAAM,CAAC,OAAO,OAAO,UAAW,SAAQ,QAAQ;IAC9C,MAAM,CAAC,KAAK,CAAC,eAAe,CAAC,GAAoB;QAC/C,MAAM,KAAK,GAAG,kBAAkB,EAAE,CAAC;QACnC,MAAM,EAAE,uBAAuB,EAAE,GAAG,mBAAmB,CAAC,KAAK,CAAC,CAAC;QAE/D,MAAM,kBAAkB,GAAG,GAAG,CAAC,UAAU,CAAC;QAE1C,IAAI,CAAC;YACH,GAAG,CAAC,UAAU,GAAG,GAAG,EAAE,CACpB,kBAAkB,CAAC;gBACjB,UAAU,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,KAAK,EAAE,EAAE,CAC7B,CACE,KAAC,aAAa,IAAC,KAAK,EAAE,KAAK,YACzB,KAAC,GAAG,oBAAK,KAAK,EAAI,GACJ,CACjB;aACJ,CAAC,CAAC;YAEL,MAAM,YAAY,GAAG,MAAM,QAAQ,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC;YAEzD,mEAAmE;YACnE,MAAM,aAAa,GAAG,uBAAuB,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;YACjE,MAAM,gBAAgB,GAAG,aAAa,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,CAC3D,gCAEgB,GAAG,KAAK,CAAC,GAAG,IAAI,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,EACnD,uBAAuB,EAAE,EAAE,MAAM,EAAE,KAAK,CAAC,GAAG,EAAE,IAFzC,KAAK,CAAC,GAAG,CAGd,CACH,CAAC,CAAC;YAEH,uCACK,YAAY,KACf,MAAM,EAAE,CACN,8BACG,YAAY,CAAC,MAAM,EACnB,gBAAgB,IAChB,CACJ,IACD;QACJ,CAAC;gBAAS,CAAC;YACT,mDAAmD;QACrD,CAAC;IACH,CAAC;IAED,MAAM;QACJ,OAAO,CACL,MAAC,IAAI,IAAC,IAAI,EAAC,IAAI,aACb,KAAC,IAAI,KACE,EACP,2BACE,KAAC,IAAI,KAAG,EACR,KAAC,UAAU,KAAG,IACT,IACF,CACR,CAAC;IACJ,CAAC;CACF"}
|
package/dist/theme.d.ts
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare module '@mui/material/styles' {
|
|
2
|
+
interface Palette {
|
|
3
|
+
custom: {
|
|
4
|
+
transparent: string;
|
|
5
|
+
backgroundSectionMain: string;
|
|
6
|
+
backgroundSectionAlternative: string;
|
|
7
|
+
backgroundSectionHighlight?: string;
|
|
8
|
+
colorSectionMain: string;
|
|
9
|
+
backgroundButtonCTA: string;
|
|
10
|
+
backgroundHoverButtonCTA: string;
|
|
11
|
+
colorButtonCTA: string;
|
|
12
|
+
colorHoverButtonCTA: string;
|
|
13
|
+
borderRadiusButtonCTA: string;
|
|
14
|
+
carouselColorIndicators: string;
|
|
15
|
+
carouselColorFocus: string;
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
interface PaletteOptions {
|
|
19
|
+
custom?: {
|
|
20
|
+
transparent: string;
|
|
21
|
+
backgroundSectionMain: string;
|
|
22
|
+
backgroundSectionAlternative: string;
|
|
23
|
+
backgroundSectionHighlight?: string;
|
|
24
|
+
backgroundButtonCTA: string;
|
|
25
|
+
backgroundHoverButtonCTA: string;
|
|
26
|
+
colorButtonCTA: string;
|
|
27
|
+
colorHoverButtonCTA: string;
|
|
28
|
+
borderRadiusButtonCTA: string;
|
|
29
|
+
carouselColorIndicators: string;
|
|
30
|
+
carouselColorFocus: string;
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
declare const theme: import("@mui/material/styles").Theme;
|
|
35
|
+
export { theme };
|
package/dist/theme.js
ADDED
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
import { createTheme } from '@mui/material/styles';
|
|
2
|
+
// Definindo o tema personalizado
|
|
3
|
+
const theme = createTheme({
|
|
4
|
+
breakpoints: {
|
|
5
|
+
values: {
|
|
6
|
+
xs: 0, // Extra small devices (phones)
|
|
7
|
+
sm: 600, // Small devices (tablets)
|
|
8
|
+
md: 960, // Medium devices (desktops)
|
|
9
|
+
lg: 1280, // Large devices (large desktops)
|
|
10
|
+
xl: 1920, // Extra large devices (extra large desktops)
|
|
11
|
+
},
|
|
12
|
+
},
|
|
13
|
+
shape: {
|
|
14
|
+
borderRadius: 8,
|
|
15
|
+
},
|
|
16
|
+
palette: {
|
|
17
|
+
primary: {
|
|
18
|
+
main: "#3f4f44",
|
|
19
|
+
dark: "#1e2a24",
|
|
20
|
+
contrastText: "#ffffff"
|
|
21
|
+
},
|
|
22
|
+
secondary: {
|
|
23
|
+
main: '#8c6d32',
|
|
24
|
+
light: '#b68d40',
|
|
25
|
+
contrastText: "#ffffff"
|
|
26
|
+
},
|
|
27
|
+
text: {
|
|
28
|
+
primary: '#555f56',
|
|
29
|
+
secondary: '#ffffff',
|
|
30
|
+
disabled: '#707070',
|
|
31
|
+
},
|
|
32
|
+
custom: {
|
|
33
|
+
transparent: '#00000000',
|
|
34
|
+
backgroundSectionMain: '#ffffff',
|
|
35
|
+
backgroundSectionAlternative: '#ede8de',
|
|
36
|
+
backgroundButtonCTA: "#D9D9D950",
|
|
37
|
+
backgroundHoverButtonCTA: '#b68d40',
|
|
38
|
+
colorButtonCTA: '#ffffff',
|
|
39
|
+
colorHoverButtonCTA: '#ffffff',
|
|
40
|
+
borderRadiusButtonCTA: "25px",
|
|
41
|
+
carouselColorIndicators: 'gray',
|
|
42
|
+
carouselColorFocus: '#8c6d32',
|
|
43
|
+
},
|
|
44
|
+
info: {
|
|
45
|
+
main: '#4CAF50',
|
|
46
|
+
},
|
|
47
|
+
error: {
|
|
48
|
+
main: '#F44336',
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
typography: {
|
|
52
|
+
fontFamily: 'Inter, Arial, sans-serif',
|
|
53
|
+
h1: {
|
|
54
|
+
fontSize: '56px', // Desktop
|
|
55
|
+
lineHeight: '0.5',
|
|
56
|
+
letterSpacing: '0.01em',
|
|
57
|
+
fontWeight: 600,
|
|
58
|
+
margin: 0,
|
|
59
|
+
fontStyle: 'normal',
|
|
60
|
+
color: '#ffffff',
|
|
61
|
+
padding: '8px 0px',
|
|
62
|
+
'@media (min-width:601px) and (max-width:960px)': {
|
|
63
|
+
fontSize: '46px', // Tablet
|
|
64
|
+
},
|
|
65
|
+
'@media (max-width:600px)': {
|
|
66
|
+
fontSize: '36px', // Mobile
|
|
67
|
+
},
|
|
68
|
+
},
|
|
69
|
+
h2: {
|
|
70
|
+
fontSize: '20px', // Desktop
|
|
71
|
+
lineHeight: '1.5',
|
|
72
|
+
letterSpacing: '0.01em',
|
|
73
|
+
fontWeight: 400,
|
|
74
|
+
margin: 0,
|
|
75
|
+
color: '#ffffff',
|
|
76
|
+
'@media (min-width:601px) and (max-width:960px)': {
|
|
77
|
+
fontSize: '20px', // Tablet
|
|
78
|
+
},
|
|
79
|
+
fontStyle: 'normal',
|
|
80
|
+
'@media (max-width:600px)': {
|
|
81
|
+
fontSize: '16px', // Mobile
|
|
82
|
+
},
|
|
83
|
+
},
|
|
84
|
+
h3: {
|
|
85
|
+
fontSize: '28px', // Desktop
|
|
86
|
+
lineHeight: '1.5',
|
|
87
|
+
letterSpacing: '0.01em',
|
|
88
|
+
fontWeight: 600,
|
|
89
|
+
margin: 0,
|
|
90
|
+
fontStyle: 'normal',
|
|
91
|
+
'@media (min-width:601px) and (max-width:960px)': {
|
|
92
|
+
fontSize: '28px', // Tablet
|
|
93
|
+
},
|
|
94
|
+
'@media (max-width:600px)': {
|
|
95
|
+
fontSize: '28px', // Mobile
|
|
96
|
+
},
|
|
97
|
+
},
|
|
98
|
+
h4: {
|
|
99
|
+
fontSize: '20px', // Desktop
|
|
100
|
+
lineHeight: '1.5',
|
|
101
|
+
letterSpacing: '0.01em',
|
|
102
|
+
fontWeight: 600,
|
|
103
|
+
margin: 0,
|
|
104
|
+
fontStyle: 'normal',
|
|
105
|
+
'@media (min-width:601px) and (max-width:960px)': {
|
|
106
|
+
fontSize: '20px', // Tablet
|
|
107
|
+
},
|
|
108
|
+
'@media (max-width:600px)': {
|
|
109
|
+
fontSize: '20px', // Mobile
|
|
110
|
+
},
|
|
111
|
+
},
|
|
112
|
+
body1: {
|
|
113
|
+
fontSize: '16px', // Desktop
|
|
114
|
+
lineHeight: '1.5',
|
|
115
|
+
letterSpacing: '0.01em',
|
|
116
|
+
fontWeight: 400,
|
|
117
|
+
fontStyle: 'normal',
|
|
118
|
+
'@media (min-width:601px) and (max-width:960px)': {
|
|
119
|
+
fontSize: '16px', // Tablet
|
|
120
|
+
},
|
|
121
|
+
'@media (max-width:600px)': {
|
|
122
|
+
fontSize: '16px', // Mobile
|
|
123
|
+
},
|
|
124
|
+
},
|
|
125
|
+
body2: {
|
|
126
|
+
fontSize: '16px', // Desktop
|
|
127
|
+
lineHeight: '1.5',
|
|
128
|
+
letterSpacing: '0.01em',
|
|
129
|
+
fontWeight: 600,
|
|
130
|
+
fontStyle: 'normal',
|
|
131
|
+
'@media (min-width:601px) and (max-width:960px)': {
|
|
132
|
+
fontSize: '16px', // Tablet
|
|
133
|
+
},
|
|
134
|
+
'@media (max-width:600px)': {
|
|
135
|
+
fontSize: '16px', // Mobile
|
|
136
|
+
},
|
|
137
|
+
},
|
|
138
|
+
},
|
|
139
|
+
spacing: 8,
|
|
140
|
+
});
|
|
141
|
+
export { theme };
|
|
142
|
+
//# sourceMappingURL=theme.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"theme.js","sourceRoot":"","sources":["../src/theme.tsx"],"names":[],"mappings":"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"}
|