xertica-ui 2.6.0 → 2.7.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/CHANGELOG.md +18 -0
- package/README.md +1 -1
- package/components/assistant/xertica-assistant/use-assistant.ts +5 -6
- package/{templates/src/features/auth/ui → components/blocks/auth}/AuthPageShell.tsx +8 -3
- package/components/blocks/auth/PasswordStrengthMeter.tsx +41 -0
- package/components/blocks/auth/SocialLoginButtons.tsx +95 -0
- package/components/blocks/auth/index.ts +11 -0
- package/components/blocks/auth/usePasswordStrength.ts +13 -0
- package/components/blocks/index.ts +1 -0
- package/components/pages/forgot-password-page/ForgotPasswordPage.tsx +45 -139
- package/components/pages/login-page/LoginPage.tsx +52 -145
- package/components/pages/reset-password-page/ResetPasswordPage.tsx +79 -169
- package/components/pages/verify-email-page/VerifyEmailPage.tsx +48 -150
- package/dist/AssistantChart-CImCNLfD.cjs +3551 -0
- package/dist/AssistantChart-DfdIfmQr.js +3383 -0
- package/dist/FeatureCard-BhpfmPPx.js +485 -0
- package/dist/FeatureCard-D-5yS_OD.cjs +497 -0
- package/dist/ImageWithFallback-CfkAkctC.cjs +122 -0
- package/dist/ImageWithFallback-bw-CxxDc.js +98 -0
- package/dist/LanguageContext-CX_zdxre.js +1912 -0
- package/dist/LanguageContext-CjhSSqJT.cjs +1917 -0
- package/dist/LanguageSelector-BR3Ss0k_.js +46 -0
- package/dist/LanguageSelector-CHOLPmHr.cjs +48 -0
- package/dist/PasswordStrengthMeter-C8irs0G1.js +173 -0
- package/dist/PasswordStrengthMeter-MLzhax-d.cjs +179 -0
- package/dist/ThemeContext-CEY9pCn-.cjs +86 -0
- package/dist/ThemeContext-Dk3tH7Ym.js +83 -0
- package/dist/ThemeToggle-BpM_iHh8.js +215 -0
- package/dist/ThemeToggle-CZRlv0d4.cjs +219 -0
- package/dist/VerifyEmailPage-BKiaw2YK.js +2954 -0
- package/dist/VerifyEmailPage-Beaicc6V.cjs +2963 -0
- package/dist/VerifyEmailPage-BehPBp0F.cjs +2963 -0
- package/dist/VerifyEmailPage-Djb6hthM.js +2954 -0
- package/dist/XerticaProvider-BijpC_py.cjs +46 -0
- package/dist/XerticaProvider-C2wDRQhT.js +44 -0
- package/dist/alert-dialog-BzIcTKn_.cjs +872 -0
- package/dist/alert-dialog-kty5pxQp.js +819 -0
- package/dist/assistant.cjs.js +1 -1
- package/dist/assistant.es.js +1 -1
- package/dist/blocks.cjs.js +7 -3
- package/dist/blocks.es.js +2 -2
- package/dist/brand.cjs.js +7 -6
- package/dist/brand.es.js +3 -2
- package/dist/components/blocks/auth/AuthPageShell.d.ts +12 -0
- package/dist/components/blocks/auth/PasswordStrengthMeter.d.ts +7 -0
- package/dist/components/blocks/auth/SocialLoginButtons.d.ts +8 -0
- package/dist/components/blocks/auth/index.d.ts +8 -0
- package/dist/components/blocks/auth/usePasswordStrength.d.ts +3 -0
- package/dist/components/blocks/index.d.ts +1 -0
- package/dist/components/pages/reset-password-page/ResetPasswordPage.d.ts +1 -1
- package/dist/hooks.cjs.js +5 -4
- package/dist/hooks.es.js +2 -1
- package/dist/index.cjs.js +29 -24
- package/dist/index.es.js +12 -11
- package/dist/layout.cjs.js +1 -1
- package/dist/layout.es.js +1 -1
- package/dist/pages.cjs.js +1 -1
- package/dist/pages.es.js +1 -1
- package/dist/sidebar-B7YzwAp3.js +1151 -0
- package/dist/sidebar-Cb0U7NsV.cjs +1154 -0
- package/dist/ui.cjs.js +7 -7
- package/dist/ui.es.js +3 -3
- package/dist/xertica-assistant-8fh8KA2K.js +2173 -0
- package/dist/xertica-assistant-BjfG3zyL.cjs +2180 -0
- package/docs/i18n.md +2 -0
- package/package.json +1 -1
- package/templates/package.json +2 -2
- package/templates/src/features/auth/ui/ForgotPasswordContent.tsx +1 -2
- package/templates/src/features/auth/ui/LoginContent.tsx +1 -2
- package/templates/src/features/auth/ui/ResetPasswordContent.tsx +3 -57
- package/templates/src/features/auth/ui/VerifyEmailContent.tsx +1 -2
- package/templates/src/features/home/index.ts +0 -10
- package/templates/src/features/home/ui/HomeContent.tsx +21 -75
- package/templates/src/features/template/index.ts +0 -4
- package/templates/src/features/template/ui/TemplateContent.tsx +26 -1279
- package/templates/src/locales/en/pages/templates.json +5 -313
- package/templates/src/locales/es/pages/templates.json +5 -313
- package/templates/src/locales/pt-BR/pages/templates.json +5 -313
- package/templates/src/features/auth/ui/SocialLoginButtons.tsx +0 -78
- package/templates/src/features/home/data/mock.ts +0 -41
- package/templates/src/features/home/hooks/useFeatureCards.ts +0 -20
- package/templates/src/features/home/store/dashboardStore.ts +0 -25
- package/templates/src/features/template/ui/CrudTemplate.tsx +0 -112
- package/templates/src/features/template/ui/DashboardTemplate.tsx +0 -110
- package/templates/src/features/template/ui/FormTemplate.tsx +0 -117
- package/templates/src/features/template/ui/LoginTemplate.tsx +0 -59
- package/templates/src/locales/en/pages/crudTemplate.json +0 -25
- package/templates/src/locales/en/pages/dashboardTemplate.json +0 -20
- package/templates/src/locales/en/pages/formTemplate.json +0 -16
- package/templates/src/locales/en/pages/loginTemplate.json +0 -9
- package/templates/src/locales/es/pages/crudTemplate.json +0 -25
- package/templates/src/locales/es/pages/dashboardTemplate.json +0 -20
- package/templates/src/locales/es/pages/formTemplate.json +0 -16
- package/templates/src/locales/es/pages/loginTemplate.json +0 -9
- package/templates/src/locales/pt-BR/pages/crudTemplate.json +0 -25
- package/templates/src/locales/pt-BR/pages/dashboardTemplate.json +0 -20
- package/templates/src/locales/pt-BR/pages/formTemplate.json +0 -16
- package/templates/src/locales/pt-BR/pages/loginTemplate.json +0 -9
- package/templates/vite.config.d.ts +0 -2
- package/templates/vite.config.js +0 -20
package/dist/assistant.cjs.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const xerticaAssistant = require('./xertica-assistant-
|
|
5
|
+
const xerticaAssistant = require('./xertica-assistant-BjfG3zyL.cjs');
|
|
6
6
|
const CodeBlock = require('./CodeBlock-ZYThr7Kn.cjs');
|
|
7
7
|
|
|
8
8
|
const generateDemoResponse = (mensagemUsuario) => {
|
package/dist/assistant.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { F as FormattedDocument, M as MarkdownMessage, a as ModernChatInput, X as XerticaAssistant, u as useAssistant } from './xertica-assistant-
|
|
1
|
+
export { F as FormattedDocument, M as MarkdownMessage, a as ModernChatInput, X as XerticaAssistant, u as useAssistant } from './xertica-assistant-8fh8KA2K.js';
|
|
2
2
|
export { C as CodeBlock } from './CodeBlock-DiKO8ocT.js';
|
|
3
3
|
|
|
4
4
|
const generateDemoResponse = (mensagemUsuario) => {
|
package/dist/blocks.cjs.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const FeatureCard = require('./FeatureCard-
|
|
6
|
-
const
|
|
5
|
+
const FeatureCard = require('./FeatureCard-D-5yS_OD.cjs');
|
|
6
|
+
const PasswordStrengthMeter = require('./PasswordStrengthMeter-MLzhax-d.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -18,4 +18,8 @@ exports.ProjectCard = FeatureCard.ProjectCard;
|
|
|
18
18
|
exports.ProjectCardSkeleton = FeatureCard.ProjectCardSkeleton;
|
|
19
19
|
exports.QuickActionCard = FeatureCard.QuickActionCard;
|
|
20
20
|
exports.QuickActionCardSkeleton = FeatureCard.QuickActionCardSkeleton;
|
|
21
|
-
exports.
|
|
21
|
+
exports.AuthPageShell = PasswordStrengthMeter.AuthPageShell;
|
|
22
|
+
exports.FeatureCardSkeleton = PasswordStrengthMeter.FeatureCardSkeleton;
|
|
23
|
+
exports.PasswordStrengthMeter = PasswordStrengthMeter.PasswordStrengthMeter;
|
|
24
|
+
exports.SocialLoginButtons = PasswordStrengthMeter.SocialLoginButtons;
|
|
25
|
+
exports.usePasswordStrength = PasswordStrengthMeter.usePasswordStrength;
|
package/dist/blocks.es.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { A as ActivityCard, a as ActivityCardSkeleton, F as FeatureCard, N as NotificationCard, b as NotificationCardSkeleton, P as ProfileCard, c as ProfileCardSkeleton, d as ProjectCard, e as ProjectCardSkeleton, Q as QuickActionCard, f as QuickActionCardSkeleton } from './FeatureCard-
|
|
2
|
-
export { F as FeatureCardSkeleton } from './
|
|
1
|
+
export { A as ActivityCard, a as ActivityCardSkeleton, F as FeatureCard, N as NotificationCard, b as NotificationCardSkeleton, P as ProfileCard, c as ProfileCardSkeleton, d as ProjectCard, e as ProjectCardSkeleton, Q as QuickActionCard, f as QuickActionCardSkeleton } from './FeatureCard-BhpfmPPx.js';
|
|
2
|
+
export { A as AuthPageShell, F as FeatureCardSkeleton, P as PasswordStrengthMeter, S as SocialLoginButtons, u as usePasswordStrength } from './PasswordStrengthMeter-C8irs0G1.js';
|
package/dist/brand.cjs.js
CHANGED
|
@@ -2,15 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const XerticaProvider = require('./XerticaProvider-
|
|
6
|
-
const
|
|
5
|
+
const XerticaProvider = require('./XerticaProvider-BijpC_py.cjs');
|
|
6
|
+
const ThemeToggle = require('./ThemeToggle-CZRlv0d4.cjs');
|
|
7
7
|
const XerticaOrbe = require('./XerticaOrbe-Uk2JML1-.cjs');
|
|
8
|
+
const LanguageSelector = require('./LanguageSelector-CHOLPmHr.cjs');
|
|
8
9
|
|
|
9
10
|
|
|
10
11
|
|
|
11
12
|
exports.XerticaProvider = XerticaProvider.XerticaProvider;
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.XerticaXLogo = LanguageSelector.XerticaXLogo;
|
|
13
|
+
exports.ThemeToggle = ThemeToggle.ThemeToggle;
|
|
14
|
+
exports.XerticaLogo = ThemeToggle.XerticaLogo;
|
|
15
|
+
exports.XerticaXLogo = ThemeToggle.XerticaXLogo;
|
|
16
16
|
exports.XerticaOrbe = XerticaOrbe.XerticaOrbe;
|
|
17
|
+
exports.LanguageSelector = LanguageSelector.LanguageSelector;
|
package/dist/brand.es.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
export { X as XerticaProvider } from './XerticaProvider-
|
|
2
|
-
export {
|
|
1
|
+
export { X as XerticaProvider } from './XerticaProvider-C2wDRQhT.js';
|
|
2
|
+
export { T as ThemeToggle, X as XerticaLogo, a as XerticaXLogo } from './ThemeToggle-BpM_iHh8.js';
|
|
3
3
|
export { X as XerticaOrbe } from './XerticaOrbe-jA5T2iOk.js';
|
|
4
|
+
export { L as LanguageSelector } from './LanguageSelector-BR3Ss0k_.js';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface AuthPageShellProps {
|
|
3
|
+
imageSrc: string;
|
|
4
|
+
imageAlt: string;
|
|
5
|
+
children: React.ReactNode;
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* Shared two-column shell used by every auth page (Login, ForgotPassword,
|
|
9
|
+
* ResetPassword, VerifyEmail): hero image on the left, centered form panel
|
|
10
|
+
* with a language selector on the right.
|
|
11
|
+
*/
|
|
12
|
+
export declare function AuthPageShell({ imageSrc, imageAlt, children }: AuthPageShellProps): React.JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { PasswordStrength } from './usePasswordStrength';
|
|
3
|
+
export interface PasswordStrengthMeterProps {
|
|
4
|
+
strength: PasswordStrength;
|
|
5
|
+
}
|
|
6
|
+
/** Progress bar + label shown under the new-password field on reset/create-password screens. */
|
|
7
|
+
export declare function PasswordStrengthMeter({ strength }: PasswordStrengthMeterProps): React.JSX.Element | null;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export type SocialProvider = 'google' | 'mtLogin' | 'govBr';
|
|
3
|
+
export interface SocialLoginButtonsProps {
|
|
4
|
+
onSocialLogin: (provider: string) => void;
|
|
5
|
+
/** Which SSO providers to render — projects without gov.br/MT Login can pass a smaller list. */
|
|
6
|
+
providers?: SocialProvider[];
|
|
7
|
+
}
|
|
8
|
+
export declare function SocialLoginButtons({ onSocialLogin, providers, }: SocialLoginButtonsProps): React.JSX.Element | null;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export { AuthPageShell } from './AuthPageShell';
|
|
2
|
+
export type { AuthPageShellProps } from './AuthPageShell';
|
|
3
|
+
export { SocialLoginButtons } from './SocialLoginButtons';
|
|
4
|
+
export type { SocialLoginButtonsProps, SocialProvider } from './SocialLoginButtons';
|
|
5
|
+
export { usePasswordStrength } from './usePasswordStrength';
|
|
6
|
+
export type { PasswordStrength } from './usePasswordStrength';
|
|
7
|
+
export { PasswordStrengthMeter } from './PasswordStrengthMeter';
|
|
8
|
+
export type { PasswordStrengthMeterProps } from './PasswordStrengthMeter';
|
|
@@ -8,7 +8,7 @@ import React from 'react';
|
|
|
8
8
|
* password requirements.
|
|
9
9
|
*
|
|
10
10
|
* @ai-rules
|
|
11
|
-
* 1. Validation:
|
|
11
|
+
* 1. Validation: Uses the shared `usePasswordStrength` hook to categorize passwords as 'weak', 'medium', or 'strong'.
|
|
12
12
|
* 2. Feedback: Uses `CheckCircle2` icons to show real-time progress on password requirements (length, matching).
|
|
13
13
|
* 3. Navigation: Redirects to `/login` with a `resetSuccess` flag after a successful password update.
|
|
14
14
|
*/
|
package/dist/hooks.cjs.js
CHANGED
|
@@ -3,7 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
5
|
const LayoutContext = require('./LayoutContext-BEq_-n98.cjs');
|
|
6
|
-
const ThemeContext = require('./ThemeContext-
|
|
6
|
+
const ThemeContext = require('./ThemeContext-CEY9pCn-.cjs');
|
|
7
|
+
const LanguageContext = require('./LanguageContext-CjhSSqJT.cjs');
|
|
7
8
|
const BrandColorsContext = require('./BrandColorsContext-B4_81eas.cjs');
|
|
8
9
|
const useMobile = require('./use-mobile-BdXTRb0Z.cjs');
|
|
9
10
|
const React = require('react');
|
|
@@ -28,11 +29,11 @@ function useLayoutShortcuts() {
|
|
|
28
29
|
exports.LayoutProvider = LayoutContext.LayoutProvider;
|
|
29
30
|
exports.useLayout = LayoutContext.useLayout;
|
|
30
31
|
exports.useOptionalLayout = LayoutContext.useOptionalLayout;
|
|
31
|
-
exports.DEFAULT_LANGUAGES = ThemeContext.DEFAULT_LANGUAGES;
|
|
32
|
-
exports.LanguageProvider = ThemeContext.LanguageProvider;
|
|
33
32
|
exports.ThemeProvider = ThemeContext.ThemeProvider;
|
|
34
|
-
exports.useLanguage = ThemeContext.useLanguage;
|
|
35
33
|
exports.useTheme = ThemeContext.useTheme;
|
|
34
|
+
exports.DEFAULT_LANGUAGES = LanguageContext.DEFAULT_LANGUAGES;
|
|
35
|
+
exports.LanguageProvider = LanguageContext.LanguageProvider;
|
|
36
|
+
exports.useLanguage = LanguageContext.useLanguage;
|
|
36
37
|
exports.ApiKeyProvider = BrandColorsContext.ApiKeyProvider;
|
|
37
38
|
exports.AssistenteProvider = BrandColorsContext.AssistenteProvider;
|
|
38
39
|
exports.BrandColorsProvider = BrandColorsContext.BrandColorsProvider;
|
package/dist/hooks.es.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { u as useLayout } from './LayoutContext-DNl1xSoX.js';
|
|
2
2
|
export { L as LayoutProvider, a as useOptionalLayout } from './LayoutContext-DNl1xSoX.js';
|
|
3
|
-
export {
|
|
3
|
+
export { T as ThemeProvider, u as useTheme } from './ThemeContext-Dk3tH7Ym.js';
|
|
4
|
+
export { D as DEFAULT_LANGUAGES, L as LanguageProvider, u as useLanguage } from './LanguageContext-CX_zdxre.js';
|
|
4
5
|
export { A as ApiKeyProvider, a as AssistenteProvider, B as BrandColorsProvider, u as useApiKey, b as useAssistente, c as useBrandColors } from './BrandColorsContext-DbK5LnQ_.js';
|
|
5
6
|
export { u as useIsMobile, a as useMobile } from './use-mobile-Ce2cBAQe.js';
|
|
6
7
|
import { useEffect } from 'react';
|
package/dist/index.cjs.js
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const xerticaAssistant = require('./xertica-assistant-
|
|
6
|
-
const XerticaProvider = require('./XerticaProvider-
|
|
7
|
-
const VerifyEmailPage = require('./VerifyEmailPage-
|
|
5
|
+
const xerticaAssistant = require('./xertica-assistant-BjfG3zyL.cjs');
|
|
6
|
+
const XerticaProvider = require('./XerticaProvider-BijpC_py.cjs');
|
|
7
|
+
const VerifyEmailPage = require('./VerifyEmailPage-BehPBp0F.cjs');
|
|
8
8
|
const button = require('./button-0BlA47It.cjs');
|
|
9
9
|
const skeleton = require('./skeleton-DjiHerJn.cjs');
|
|
10
|
-
const alertDialog = require('./alert-dialog-
|
|
11
|
-
const AssistantChart = require('./AssistantChart-
|
|
10
|
+
const alertDialog = require('./alert-dialog-BzIcTKn_.cjs');
|
|
11
|
+
const AssistantChart = require('./AssistantChart-CImCNLfD.cjs');
|
|
12
12
|
const breadcrumb = require('./breadcrumb-BKtHF4gk.cjs');
|
|
13
13
|
const input = require('./input-ByYuOv8A.cjs');
|
|
14
14
|
const richTextEditor = require('./rich-text-editor-BuqSu718.cjs');
|
|
@@ -16,20 +16,21 @@ const slider = require('./slider-B00b9SVK.cjs');
|
|
|
16
16
|
const select = require('./select-CH6v_KcQ.cjs');
|
|
17
17
|
const tooltip = require('./tooltip-D8n9UYoU.cjs');
|
|
18
18
|
const dropdownMenu = require('./dropdown-menu-BMcykFDf.cjs');
|
|
19
|
-
const
|
|
19
|
+
const ImageWithFallback = require('./ImageWithFallback-CfkAkctC.cjs');
|
|
20
20
|
const sonner = require('./sonner-B-jWlik1.cjs');
|
|
21
21
|
const avatar = require('./avatar-BCM7YQRC.cjs');
|
|
22
22
|
const googleMapsLoader = require('./google-maps-loader-DfeBRI8Q.cjs');
|
|
23
23
|
const useMobile = require('./use-mobile-BdXTRb0Z.cjs');
|
|
24
|
-
const FeatureCard = require('./FeatureCard-
|
|
25
|
-
const
|
|
24
|
+
const FeatureCard = require('./FeatureCard-D-5yS_OD.cjs');
|
|
25
|
+
const PasswordStrengthMeter = require('./PasswordStrengthMeter-MLzhax-d.cjs');
|
|
26
26
|
const CodeBlock = require('./CodeBlock-ZYThr7Kn.cjs');
|
|
27
|
-
const
|
|
27
|
+
const ThemeToggle = require('./ThemeToggle-CZRlv0d4.cjs');
|
|
28
28
|
const XerticaOrbe = require('./XerticaOrbe-Uk2JML1-.cjs');
|
|
29
|
-
const sidebar = require('./sidebar-
|
|
29
|
+
const sidebar = require('./sidebar-Cb0U7NsV.cjs');
|
|
30
30
|
require('react');
|
|
31
|
+
const LanguageSelector = require('./LanguageSelector-CHOLPmHr.cjs');
|
|
31
32
|
const LayoutContext = require('./LayoutContext-BEq_-n98.cjs');
|
|
32
|
-
const
|
|
33
|
+
const LanguageContext = require('./LanguageContext-CjhSSqJT.cjs');
|
|
33
34
|
const AudioPlayer = require('./AudioPlayer-9psiEucT.cjs');
|
|
34
35
|
const i18n = require('i18next');
|
|
35
36
|
|
|
@@ -73,7 +74,6 @@ exports.AlertDialogPortal = alertDialog.AlertDialogPortal;
|
|
|
73
74
|
exports.AlertDialogTitle = alertDialog.AlertDialogTitle;
|
|
74
75
|
exports.AlertDialogTrigger = alertDialog.AlertDialogTrigger;
|
|
75
76
|
exports.Checkbox = alertDialog.Checkbox;
|
|
76
|
-
exports.ImageWithFallback = alertDialog.ImageWithFallback;
|
|
77
77
|
exports.Label = alertDialog.Label;
|
|
78
78
|
exports.Map = alertDialog.Map;
|
|
79
79
|
exports.PageHeader = alertDialog.PageHeader;
|
|
@@ -320,9 +320,10 @@ exports.DropdownMenuSub = dropdownMenu.DropdownMenuSub;
|
|
|
320
320
|
exports.DropdownMenuSubContent = dropdownMenu.DropdownMenuSubContent;
|
|
321
321
|
exports.DropdownMenuSubTrigger = dropdownMenu.DropdownMenuSubTrigger;
|
|
322
322
|
exports.DropdownMenuTrigger = dropdownMenu.DropdownMenuTrigger;
|
|
323
|
-
exports.Badge =
|
|
324
|
-
exports.
|
|
325
|
-
exports.
|
|
323
|
+
exports.Badge = ImageWithFallback.Badge;
|
|
324
|
+
exports.ImageWithFallback = ImageWithFallback.ImageWithFallback;
|
|
325
|
+
exports.Progress = ImageWithFallback.Progress;
|
|
326
|
+
exports.badgeVariants = ImageWithFallback.badgeVariants;
|
|
326
327
|
exports.Toaster = sonner.Toaster;
|
|
327
328
|
exports.Avatar = avatar.Avatar;
|
|
328
329
|
exports.AvatarFallback = avatar.AvatarFallback;
|
|
@@ -346,22 +347,26 @@ exports.ProjectCard = FeatureCard.ProjectCard;
|
|
|
346
347
|
exports.ProjectCardSkeleton = FeatureCard.ProjectCardSkeleton;
|
|
347
348
|
exports.QuickActionCard = FeatureCard.QuickActionCard;
|
|
348
349
|
exports.QuickActionCardSkeleton = FeatureCard.QuickActionCardSkeleton;
|
|
349
|
-
exports.
|
|
350
|
+
exports.AuthPageShell = PasswordStrengthMeter.AuthPageShell;
|
|
351
|
+
exports.FeatureCardSkeleton = PasswordStrengthMeter.FeatureCardSkeleton;
|
|
352
|
+
exports.PasswordStrengthMeter = PasswordStrengthMeter.PasswordStrengthMeter;
|
|
353
|
+
exports.SocialLoginButtons = PasswordStrengthMeter.SocialLoginButtons;
|
|
354
|
+
exports.usePasswordStrength = PasswordStrengthMeter.usePasswordStrength;
|
|
350
355
|
exports.CodeBlock = CodeBlock.CodeBlock;
|
|
351
|
-
exports.
|
|
352
|
-
exports.
|
|
353
|
-
exports.
|
|
354
|
-
exports.XerticaXLogo = LanguageSelector.XerticaXLogo;
|
|
356
|
+
exports.ThemeToggle = ThemeToggle.ThemeToggle;
|
|
357
|
+
exports.XerticaLogo = ThemeToggle.XerticaLogo;
|
|
358
|
+
exports.XerticaXLogo = ThemeToggle.XerticaXLogo;
|
|
355
359
|
exports.XerticaOrbe = XerticaOrbe.XerticaOrbe;
|
|
356
360
|
exports.Header = sidebar.Header;
|
|
357
361
|
exports.Sidebar = sidebar.Sidebar;
|
|
362
|
+
exports.LanguageSelector = LanguageSelector.LanguageSelector;
|
|
358
363
|
exports.LayoutProvider = LayoutContext.LayoutProvider;
|
|
359
364
|
exports.useLayout = LayoutContext.useLayout;
|
|
360
365
|
exports.useOptionalLayout = LayoutContext.useOptionalLayout;
|
|
361
|
-
exports.DEFAULT_LANGUAGES =
|
|
362
|
-
exports.LanguageProvider =
|
|
363
|
-
exports.registerLanguageResource =
|
|
364
|
-
exports.useLanguage =
|
|
366
|
+
exports.DEFAULT_LANGUAGES = LanguageContext.DEFAULT_LANGUAGES;
|
|
367
|
+
exports.LanguageProvider = LanguageContext.LanguageProvider;
|
|
368
|
+
exports.registerLanguageResource = LanguageContext.registerLanguageResource;
|
|
369
|
+
exports.useLanguage = LanguageContext.useLanguage;
|
|
365
370
|
exports.AudioPlayer = AudioPlayer.AudioPlayer;
|
|
366
371
|
exports.FloatingMediaWrapper = AudioPlayer.FloatingMediaWrapper;
|
|
367
372
|
exports.VideoPlayer = AudioPlayer.VideoPlayer;
|
package/dist/index.es.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { F as FormattedDocument, M as MarkdownMessage, a as ModernChatInput, X as XerticaAssistant, g as generateDemoResponse, g as gerarResposta } from './xertica-assistant-
|
|
2
|
-
export { X as XerticaProvider } from './XerticaProvider-
|
|
3
|
-
export { F as ForgotPasswordPage, H as HomeContent, a as HomePage, L as LoginPage, R as ResetPasswordPage, T as TemplateContent, b as TemplatePage, V as VerifyEmailPage } from './VerifyEmailPage-
|
|
1
|
+
export { F as FormattedDocument, M as MarkdownMessage, a as ModernChatInput, X as XerticaAssistant, g as generateDemoResponse, g as gerarResposta } from './xertica-assistant-8fh8KA2K.js';
|
|
2
|
+
export { X as XerticaProvider } from './XerticaProvider-C2wDRQhT.js';
|
|
3
|
+
export { F as ForgotPasswordPage, H as HomeContent, a as HomePage, L as LoginPage, R as ResetPasswordPage, T as TemplateContent, b as TemplatePage, V as VerifyEmailPage } from './VerifyEmailPage-Djb6hthM.js';
|
|
4
4
|
export { B as Button, b as buttonVariants, c as cn } from './button-DZHzN1Gd.js';
|
|
5
5
|
export { C as Card, a as CardAction, b as CardContent, c as CardDescription, d as CardFooter, e as CardHeader, f as CardTitle, S as Skeleton } from './skeleton-DtR5tkYe.js';
|
|
6
|
-
export { A as AlertDialog, a as AlertDialogAction, b as AlertDialogCancel, c as AlertDialogContent, d as AlertDialogDescription, e as AlertDialogFooter, f as AlertDialogHeader, g as AlertDialogOverlay, h as AlertDialogPortal, i as AlertDialogTitle, j as AlertDialogTrigger, C as Checkbox,
|
|
7
|
-
export { A as Accordion, a as AccordionContent, b as AccordionItem, c as AccordionTrigger, d as AspectRatio, e as AssistantChart, C as Calendar, f as CalendarDayButton, g as Carousel, h as CarouselContent, i as CarouselItem, j as CarouselNext, k as CarouselPrevious, l as Collapsible, m as CollapsibleContent, n as CollapsibleTrigger, o as Command, p as CommandDialog, q as CommandEmpty, r as CommandGroup, s as CommandInput, t as CommandItem, u as CommandList, v as CommandSeparator, w as CommandShortcut, x as ContextMenu, y as ContextMenuCheckboxItem, z as ContextMenuContent, B as ContextMenuGroup, D as ContextMenuItem, E as ContextMenuLabel, F as ContextMenuPortal, G as ContextMenuRadioGroup, H as ContextMenuRadioItem, I as ContextMenuSeparator, J as ContextMenuShortcut, K as ContextMenuSub, L as ContextMenuSubContent, M as ContextMenuSubTrigger, N as ContextMenuTrigger, O as Drawer, P as DrawerClose, Q as DrawerContent, R as DrawerDescription, S as DrawerFooter, T as DrawerHandle, U as DrawerHeader, V as DrawerOverlay, W as DrawerPortal, X as DrawerTitle, Y as DrawerTrigger, Z as FileUpload, _ as Form, $ as FormControl, a0 as FormDescription, a1 as FormField, a2 as FormItem, a3 as FormLabel, a4 as FormMessage, a5 as HoverCard, a6 as HoverCardContent, a7 as HoverCardTrigger, a8 as InputOTP, a9 as InputOTPGroup, aa as InputOTPSeparator, ab as InputOTPSlot, ac as Menubar, ad as MenubarCheckboxItem, ae as MenubarContent, af as MenubarGroup, ag as MenubarItem, ah as MenubarLabel, ai as MenubarMenu, aj as MenubarPortal, ak as MenubarRadioGroup, al as MenubarRadioItem, am as MenubarSeparator, an as MenubarShortcut, ao as MenubarSub, ap as MenubarSubContent, aq as MenubarSubTrigger, ar as MenubarTrigger, as as NavigationMenu, at as NavigationMenuContent, au as NavigationMenuIndicator, av as NavigationMenuItem, aw as NavigationMenuLink, ax as NavigationMenuList, ay as NavigationMenuTrigger, az as NavigationMenuViewport, aA as NotificationBadge, aB as Pagination, aC as PaginationContent, aD as PaginationEllipsis, aE as PaginationItem, aF as PaginationLink, aG as PaginationNext, aH as PaginationPrevious, aI as Rating, aJ as ResizableHandle, aK as ResizablePanel, aL as ResizablePanelGroup, aM as RouteMap, aN as Search, aO as Sheet, aP as SheetBody, aQ as SheetClose, aR as SheetContent, aS as SheetDescription, aT as SheetFooter, aU as SheetHeader, aV as SheetPortal, aW as SheetTitle, aX as SheetTrigger, aY as SimpleMap, aZ as StatsCard, a_ as StatsCardSkeleton, a$ as Step, b0 as Stepper, b1 as Timeline, b2 as TimelineContent, b3 as TimelineDescription, b4 as TimelineDot, b5 as TimelineHeading, b6 as TimelineItem, b7 as TimelineTime, b8 as Toggle, b9 as ToggleGroup, ba as ToggleGroupItem, bb as TreeView, bc as navigationMenuTriggerStyle, bd as toggleVariants, be as useFileUpload, bf as useFormField, bg as usePagination, bh as useStepper, bi as useStepperContext, bj as useTreeView } from './AssistantChart-
|
|
6
|
+
export { A as AlertDialog, a as AlertDialogAction, b as AlertDialogCancel, c as AlertDialogContent, d as AlertDialogDescription, e as AlertDialogFooter, f as AlertDialogHeader, g as AlertDialogOverlay, h as AlertDialogPortal, i as AlertDialogTitle, j as AlertDialogTrigger, C as Checkbox, L as Label, M as Map, P as PageHeader, k as PageHeaderDescription, l as PageHeaderHeading, R as RadioGroup, m as RadioGroupItem, S as Separator, n as Switch, T as Tabs, o as TabsContent, p as TabsList, q as TabsTrigger, u as useMapLayers } from './alert-dialog-kty5pxQp.js';
|
|
7
|
+
export { A as Accordion, a as AccordionContent, b as AccordionItem, c as AccordionTrigger, d as AspectRatio, e as AssistantChart, C as Calendar, f as CalendarDayButton, g as Carousel, h as CarouselContent, i as CarouselItem, j as CarouselNext, k as CarouselPrevious, l as Collapsible, m as CollapsibleContent, n as CollapsibleTrigger, o as Command, p as CommandDialog, q as CommandEmpty, r as CommandGroup, s as CommandInput, t as CommandItem, u as CommandList, v as CommandSeparator, w as CommandShortcut, x as ContextMenu, y as ContextMenuCheckboxItem, z as ContextMenuContent, B as ContextMenuGroup, D as ContextMenuItem, E as ContextMenuLabel, F as ContextMenuPortal, G as ContextMenuRadioGroup, H as ContextMenuRadioItem, I as ContextMenuSeparator, J as ContextMenuShortcut, K as ContextMenuSub, L as ContextMenuSubContent, M as ContextMenuSubTrigger, N as ContextMenuTrigger, O as Drawer, P as DrawerClose, Q as DrawerContent, R as DrawerDescription, S as DrawerFooter, T as DrawerHandle, U as DrawerHeader, V as DrawerOverlay, W as DrawerPortal, X as DrawerTitle, Y as DrawerTrigger, Z as FileUpload, _ as Form, $ as FormControl, a0 as FormDescription, a1 as FormField, a2 as FormItem, a3 as FormLabel, a4 as FormMessage, a5 as HoverCard, a6 as HoverCardContent, a7 as HoverCardTrigger, a8 as InputOTP, a9 as InputOTPGroup, aa as InputOTPSeparator, ab as InputOTPSlot, ac as Menubar, ad as MenubarCheckboxItem, ae as MenubarContent, af as MenubarGroup, ag as MenubarItem, ah as MenubarLabel, ai as MenubarMenu, aj as MenubarPortal, ak as MenubarRadioGroup, al as MenubarRadioItem, am as MenubarSeparator, an as MenubarShortcut, ao as MenubarSub, ap as MenubarSubContent, aq as MenubarSubTrigger, ar as MenubarTrigger, as as NavigationMenu, at as NavigationMenuContent, au as NavigationMenuIndicator, av as NavigationMenuItem, aw as NavigationMenuLink, ax as NavigationMenuList, ay as NavigationMenuTrigger, az as NavigationMenuViewport, aA as NotificationBadge, aB as Pagination, aC as PaginationContent, aD as PaginationEllipsis, aE as PaginationItem, aF as PaginationLink, aG as PaginationNext, aH as PaginationPrevious, aI as Rating, aJ as ResizableHandle, aK as ResizablePanel, aL as ResizablePanelGroup, aM as RouteMap, aN as Search, aO as Sheet, aP as SheetBody, aQ as SheetClose, aR as SheetContent, aS as SheetDescription, aT as SheetFooter, aU as SheetHeader, aV as SheetPortal, aW as SheetTitle, aX as SheetTrigger, aY as SimpleMap, aZ as StatsCard, a_ as StatsCardSkeleton, a$ as Step, b0 as Stepper, b1 as Timeline, b2 as TimelineContent, b3 as TimelineDescription, b4 as TimelineDot, b5 as TimelineHeading, b6 as TimelineItem, b7 as TimelineTime, b8 as Toggle, b9 as ToggleGroup, ba as ToggleGroupItem, bb as TreeView, bc as navigationMenuTriggerStyle, bd as toggleVariants, be as useFileUpload, bf as useFormField, bg as usePagination, bh as useStepper, bi as useStepperContext, bj as useTreeView } from './AssistantChart-DfdIfmQr.js';
|
|
8
8
|
export { B as Breadcrumb, a as BreadcrumbEllipsis, b as BreadcrumbItem, c as BreadcrumbLink, d as BreadcrumbList, e as BreadcrumbPage, f as BreadcrumbSeparator } from './breadcrumb-ifNsA7Zl.js';
|
|
9
9
|
export { I as Input, P as Popover, a as PopoverAnchor, b as PopoverContent, c as PopoverTrigger } from './input-B0_vbA3g.js';
|
|
10
10
|
export { A as Alert, a as AlertDescription, b as AlertTitle, C as ChartCard, c as ChartContainer, d as ChartLegend, e as ChartLegendContent, f as ChartStyle, g as ChartTooltip, h as ChartTooltipContent, i as ComboMetricChart, D as DashboardBarChart, j as DashboardLineChart, k as Dialog, l as DialogBody, m as DialogClose, n as DialogContent, o as DialogDescription, p as DialogFooter, q as DialogHeader, r as DialogOverlay, s as DialogPortal, t as DialogTitle, u as DialogTrigger, v as DonutBreakdownChart, E as Empty, w as EmptyAction, x as EmptyDescription, y as EmptyIcon, z as EmptyImage, B as EmptyTitle, G as GaugeChart, H as HorizontalBarChart, I as InteractiveTimeSeriesChart, P as PieMetricChart, R as RadarMetricChart, F as RadialBarMetricChart, J as RichTextEditor, S as ScrollArea, K as ScrollBar, L as SparklineChart, T as Table, M as TableBody, N as TableCaption, O as TableCell, Q as TableFooter, U as TableHead, V as TableHeader, W as TableRow, X as Textarea, Y as useChart, Z as useRichTextEditor } from './rich-text-editor-CV8FtA_l.js';
|
|
@@ -12,19 +12,20 @@ export { S as Slider } from './slider-DQCNUUMj.js';
|
|
|
12
12
|
export { S as Select, a as SelectContent, b as SelectGroup, c as SelectItem, d as SelectLabel, e as SelectScrollDownButton, f as SelectScrollUpButton, g as SelectSeparator, h as SelectTrigger, i as SelectValue } from './select-D-xvCZK2.js';
|
|
13
13
|
export { T as Tooltip, a as TooltipContent, b as TooltipProvider, c as TooltipTrigger } from './tooltip-RtbSmPYJ.js';
|
|
14
14
|
export { D as DropdownMenu, a as DropdownMenuCheckboxItem, b as DropdownMenuContent, c as DropdownMenuGroup, d as DropdownMenuItem, e as DropdownMenuLabel, f as DropdownMenuPortal, g as DropdownMenuRadioGroup, h as DropdownMenuRadioItem, i as DropdownMenuSeparator, j as DropdownMenuShortcut, k as DropdownMenuSub, l as DropdownMenuSubContent, m as DropdownMenuSubTrigger, n as DropdownMenuTrigger } from './dropdown-menu-Dn_eV2Xb.js';
|
|
15
|
-
export { B as Badge, P as Progress, b as badgeVariants } from './
|
|
15
|
+
export { B as Badge, I as ImageWithFallback, P as Progress, b as badgeVariants } from './ImageWithFallback-bw-CxxDc.js';
|
|
16
16
|
export { T as Toaster } from './sonner-C9tiqj4f.js';
|
|
17
17
|
export { A as Avatar, a as AvatarFallback, b as AvatarImage } from './avatar-3kO2Anrp.js';
|
|
18
18
|
export { G as GOOGLE_MAPS_ID, a as GOOGLE_MAPS_LIBRARIES, b as GoogleMapsLoaderProvider, c as GoogleMapsProvider, r as reloadGoogleMaps, u as useGoogleMapsLoader } from './google-maps-loader-BOug999f.js';
|
|
19
19
|
export { u as useIsMobile, a as useMobile } from './use-mobile-Ce2cBAQe.js';
|
|
20
|
-
export { A as ActivityCard, a as ActivityCardSkeleton, F as FeatureCard, N as NotificationCard, b as NotificationCardSkeleton, P as ProfileCard, c as ProfileCardSkeleton, d as ProjectCard, e as ProjectCardSkeleton, Q as QuickActionCard, f as QuickActionCardSkeleton } from './FeatureCard-
|
|
21
|
-
export { F as FeatureCardSkeleton } from './
|
|
20
|
+
export { A as ActivityCard, a as ActivityCardSkeleton, F as FeatureCard, N as NotificationCard, b as NotificationCardSkeleton, P as ProfileCard, c as ProfileCardSkeleton, d as ProjectCard, e as ProjectCardSkeleton, Q as QuickActionCard, f as QuickActionCardSkeleton } from './FeatureCard-BhpfmPPx.js';
|
|
21
|
+
export { A as AuthPageShell, F as FeatureCardSkeleton, P as PasswordStrengthMeter, S as SocialLoginButtons, u as usePasswordStrength } from './PasswordStrengthMeter-C8irs0G1.js';
|
|
22
22
|
export { C as CodeBlock } from './CodeBlock-DiKO8ocT.js';
|
|
23
|
-
export {
|
|
23
|
+
export { T as ThemeToggle, X as XerticaLogo, a as XerticaXLogo } from './ThemeToggle-BpM_iHh8.js';
|
|
24
24
|
export { X as XerticaOrbe } from './XerticaOrbe-jA5T2iOk.js';
|
|
25
|
-
export { H as Header, S as Sidebar } from './sidebar-
|
|
25
|
+
export { H as Header, S as Sidebar } from './sidebar-B7YzwAp3.js';
|
|
26
26
|
import 'react';
|
|
27
|
+
export { L as LanguageSelector } from './LanguageSelector-BR3Ss0k_.js';
|
|
27
28
|
export { L as LayoutProvider, u as useLayout, a as useOptionalLayout } from './LayoutContext-DNl1xSoX.js';
|
|
28
|
-
export { D as DEFAULT_LANGUAGES, L as LanguageProvider, r as registerLanguageResource, u as useLanguage } from './
|
|
29
|
+
export { D as DEFAULT_LANGUAGES, L as LanguageProvider, r as registerLanguageResource, u as useLanguage } from './LanguageContext-CX_zdxre.js';
|
|
29
30
|
export { A as AudioPlayer, F as FloatingMediaWrapper, V as VideoPlayer } from './AudioPlayer-Dp2bD1Gk.js';
|
|
30
31
|
export { default as i18n } from 'i18next';
|
package/dist/layout.cjs.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const sidebar = require('./sidebar-
|
|
5
|
+
const sidebar = require('./sidebar-Cb0U7NsV.cjs');
|
|
6
6
|
const React = require('react');
|
|
7
7
|
const useMobile = require('./use-mobile-BdXTRb0Z.cjs');
|
|
8
8
|
|
package/dist/layout.es.js
CHANGED
package/dist/pages.cjs.js
CHANGED
package/dist/pages.es.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { F as ForgotPasswordPage, H as HomeContent, a as HomePage, L as LoginPage, R as ResetPasswordPage, T as TemplateContent, b as TemplatePage, V as VerifyEmailPage } from './VerifyEmailPage-
|
|
1
|
+
export { F as ForgotPasswordPage, H as HomeContent, a as HomePage, L as LoginPage, R as ResetPasswordPage, T as TemplateContent, b as TemplatePage, V as VerifyEmailPage } from './VerifyEmailPage-Djb6hthM.js';
|