@electroplix/components 0.4.1 → 0.5.0-alpha.10
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 +144 -0
- package/LICENSE +21 -0
- package/README.md +88 -474
- package/SECURITY.md +19 -0
- package/cli.cjs +544 -485
- package/dist/config.d.ts +73 -0
- package/dist/config.esm.js +229 -0
- package/dist/index.esm.js +9548 -8432
- package/dist/package.json +100 -0
- package/dist/src/components/blog/index.d.ts +21 -21
- package/dist/src/components/blog/index.d.ts.map +1 -1
- package/dist/src/components/buttons/index.d.ts +41 -16
- package/dist/src/components/buttons/index.d.ts.map +1 -1
- package/dist/src/components/content/BlockquoteTestimonial.d.ts +3 -5
- package/dist/src/components/content/BlockquoteTestimonial.d.ts.map +1 -1
- package/dist/src/components/content/CalloutBox.d.ts +4 -6
- package/dist/src/components/content/CalloutBox.d.ts.map +1 -1
- package/dist/src/components/content/HeadingSection.d.ts +4 -6
- package/dist/src/components/content/HeadingSection.d.ts.map +1 -1
- package/dist/src/components/content/InlineCodeText.d.ts +5 -6
- package/dist/src/components/content/InlineCodeText.d.ts.map +1 -1
- package/dist/src/components/content/ParagraphBlock.d.ts +5 -7
- package/dist/src/components/content/ParagraphBlock.d.ts.map +1 -1
- package/dist/src/components/content/RichMarkdown.d.ts +5 -6
- package/dist/src/components/content/RichMarkdown.d.ts.map +1 -1
- package/dist/src/components/content/TeamGrid.d.ts +3 -2
- package/dist/src/components/content/TeamGrid.d.ts.map +1 -1
- package/dist/src/components/content/index.d.ts +7 -7
- package/dist/src/components/content/index.d.ts.map +1 -1
- package/dist/src/components/data-display/Badge.d.ts +6 -5
- package/dist/src/components/data-display/Badge.d.ts.map +1 -1
- package/dist/src/components/data-display/BadgeGroup.d.ts +6 -4
- package/dist/src/components/data-display/BadgeGroup.d.ts.map +1 -1
- package/dist/src/components/data-display/BarChart.d.ts +3 -2
- package/dist/src/components/data-display/BarChart.d.ts.map +1 -1
- package/dist/src/components/data-display/CalendarGrid.d.ts +4 -3
- package/dist/src/components/data-display/CalendarGrid.d.ts.map +1 -1
- package/dist/src/components/data-display/DataTable.d.ts +5 -5
- package/dist/src/components/data-display/DataTable.d.ts.map +1 -1
- package/dist/src/components/data-display/LineChart.d.ts +3 -2
- package/dist/src/components/data-display/LineChart.d.ts.map +1 -1
- package/dist/src/components/data-display/PieChart.d.ts +3 -2
- package/dist/src/components/data-display/PieChart.d.ts.map +1 -1
- package/dist/src/components/data-display/ProgressBar.d.ts +3 -2
- package/dist/src/components/data-display/ProgressBar.d.ts.map +1 -1
- package/dist/src/components/data-display/RatingStars.d.ts +3 -2
- package/dist/src/components/data-display/RatingStars.d.ts.map +1 -1
- package/dist/src/components/data-display/Sparkline.d.ts +3 -2
- package/dist/src/components/data-display/Sparkline.d.ts.map +1 -1
- package/dist/src/components/data-display/Timeline.d.ts +4 -3
- package/dist/src/components/data-display/Timeline.d.ts.map +1 -1
- package/dist/src/components/data-display/index.d.ts +11 -11
- package/dist/src/components/data-display/index.d.ts.map +1 -1
- package/dist/src/components/ecommerce/index.d.ts +24 -21
- package/dist/src/components/ecommerce/index.d.ts.map +1 -1
- package/dist/src/components/forms/AddressAutocomplete.d.ts +2 -4
- package/dist/src/components/forms/AddressAutocomplete.d.ts.map +1 -1
- package/dist/src/components/forms/Captcha.d.ts +3 -5
- package/dist/src/components/forms/Captcha.d.ts.map +1 -1
- package/dist/src/components/forms/ContactForm.d.ts +2 -4
- package/dist/src/components/forms/ContactForm.d.ts.map +1 -1
- package/dist/src/components/forms/DateTimePicker.d.ts +3 -5
- package/dist/src/components/forms/DateTimePicker.d.ts.map +1 -1
- package/dist/src/components/forms/FileUploader.d.ts +2 -4
- package/dist/src/components/forms/FileUploader.d.ts.map +1 -1
- package/dist/src/components/forms/FormShell.d.ts +2 -5
- package/dist/src/components/forms/FormShell.d.ts.map +1 -1
- package/dist/src/components/forms/InputField.d.ts +2 -4
- package/dist/src/components/forms/InputField.d.ts.map +1 -1
- package/dist/src/components/forms/MultiStepWizard.d.ts +2 -4
- package/dist/src/components/forms/MultiStepWizard.d.ts.map +1 -1
- package/dist/src/components/forms/NewsletterSignup.d.ts +2 -4
- package/dist/src/components/forms/NewsletterSignup.d.ts.map +1 -1
- package/dist/src/components/forms/RadioGroup.d.ts +2 -4
- package/dist/src/components/forms/RadioGroup.d.ts.map +1 -1
- package/dist/src/components/forms/SelectDropdown.d.ts +2 -4
- package/dist/src/components/forms/SelectDropdown.d.ts.map +1 -1
- package/dist/src/components/forms/TextAreaField.d.ts +2 -4
- package/dist/src/components/forms/TextAreaField.d.ts.map +1 -1
- package/dist/src/components/forms/ToggleSwitch.d.ts +2 -4
- package/dist/src/components/forms/ToggleSwitch.d.ts.map +1 -1
- package/dist/src/components/forms/ValidationWrapper.d.ts +2 -4
- package/dist/src/components/forms/ValidationWrapper.d.ts.map +1 -1
- package/dist/src/components/forms/index.d.ts +28 -28
- package/dist/src/components/forms/index.d.ts.map +1 -1
- package/dist/src/components/hero/CTAOverlayHero.d.ts +2 -4
- package/dist/src/components/hero/CTAOverlayHero.d.ts.map +1 -1
- package/dist/src/components/hero/CarouselHero.d.ts +2 -4
- package/dist/src/components/hero/CarouselHero.d.ts.map +1 -1
- package/dist/src/components/hero/HeroShell.d.ts +2 -5
- package/dist/src/components/hero/HeroShell.d.ts.map +1 -1
- package/dist/src/components/hero/PatternedHero.d.ts +3 -5
- package/dist/src/components/hero/PatternedHero.d.ts.map +1 -1
- package/dist/src/components/hero/SplitHero.d.ts +2 -4
- package/dist/src/components/hero/SplitHero.d.ts.map +1 -1
- package/dist/src/components/hero/StaticHero.d.ts +3 -5
- package/dist/src/components/hero/StaticHero.d.ts.map +1 -1
- package/dist/src/components/hero/VideoHeaderHero.d.ts +2 -4
- package/dist/src/components/hero/VideoHeaderHero.d.ts.map +1 -1
- package/dist/src/components/hero/index.d.ts +14 -14
- package/dist/src/components/hero/index.d.ts.map +1 -1
- package/dist/src/components/lists-cards/index.d.ts +17 -20
- package/dist/src/components/lists-cards/index.d.ts.map +1 -1
- package/dist/src/components/marketing/index.d.ts +22 -22
- package/dist/src/components/marketing/index.d.ts.map +1 -1
- package/dist/src/components/media/index.d.ts +27 -29
- package/dist/src/components/media/index.d.ts.map +1 -1
- package/dist/src/components/miscellaneous/index.d.ts +18 -17
- package/dist/src/components/miscellaneous/index.d.ts.map +1 -1
- package/dist/src/components/modals/index.d.ts +23 -34
- package/dist/src/components/modals/index.d.ts.map +1 -1
- package/dist/src/components/navigation/AnchorLinks.d.ts +4 -6
- package/dist/src/components/navigation/AnchorLinks.d.ts.map +1 -1
- package/dist/src/components/navigation/Breadcrumbs.d.ts +3 -5
- package/dist/src/components/navigation/Breadcrumbs.d.ts.map +1 -1
- package/dist/src/components/navigation/Footer.d.ts +3 -4
- package/dist/src/components/navigation/Footer.d.ts.map +1 -1
- package/dist/src/components/navigation/LanguageSelector.d.ts +3 -5
- package/dist/src/components/navigation/LanguageSelector.d.ts.map +1 -1
- package/dist/src/components/navigation/MegaMenu.d.ts +3 -5
- package/dist/src/components/navigation/MegaMenu.d.ts.map +1 -1
- package/dist/src/components/navigation/Pagination.d.ts +3 -2
- package/dist/src/components/navigation/Pagination.d.ts.map +1 -1
- package/dist/src/components/navigation/PrimaryNav.d.ts +3 -2
- package/dist/src/components/navigation/PrimaryNav.d.ts.map +1 -1
- package/dist/src/components/navigation/SideDrawerNav.d.ts +5 -4
- package/dist/src/components/navigation/SideDrawerNav.d.ts.map +1 -1
- package/dist/src/components/navigation/SidebarMenu.d.ts +4 -3
- package/dist/src/components/navigation/SidebarMenu.d.ts.map +1 -1
- package/dist/src/components/navigation/Stepper.d.ts +4 -3
- package/dist/src/components/navigation/Stepper.d.ts.map +1 -1
- package/dist/src/components/navigation/Tabs.d.ts +5 -4
- package/dist/src/components/navigation/Tabs.d.ts.map +1 -1
- package/dist/src/components/navigation/index.d.ts +22 -22
- package/dist/src/components/navigation/index.d.ts.map +1 -1
- package/dist/src/components/onboarding/index.d.ts +17 -17
- package/dist/src/components/onboarding/index.d.ts.map +1 -1
- package/dist/src/components/search/index.d.ts +13 -12
- package/dist/src/components/search/index.d.ts.map +1 -1
- package/dist/src/components/site-identity/index.d.ts +13 -14
- package/dist/src/components/site-identity/index.d.ts.map +1 -1
- package/dist/src/components/social/index.d.ts +19 -18
- package/dist/src/components/social/index.d.ts.map +1 -1
- package/dist/src/components/user-accounts/index.d.ts +17 -17
- package/dist/src/components/user-accounts/index.d.ts.map +1 -1
- package/dist/src/core/config.d.ts +1 -1
- package/dist/src/core/config.d.ts.map +1 -1
- package/dist/src/core/icons.d.ts +1 -1
- package/dist/src/core/icons.d.ts.map +1 -1
- package/dist/src/core/index.d.ts +7 -7
- package/dist/src/core/index.d.ts.map +1 -1
- package/dist/src/core/provider.d.ts +20 -20
- package/dist/src/core/provider.d.ts.map +1 -1
- package/dist/src/core/styles.d.ts +2 -0
- package/dist/src/core/styles.d.ts.map +1 -0
- package/dist/src/core/types.d.ts +4 -4
- package/dist/src/core/types.d.ts.map +1 -1
- package/dist/src/core/utils.d.ts +1 -1
- package/dist/src/core/utils.d.ts.map +1 -1
- package/dist/src/index.d.ts +19 -19
- package/dist/src/index.d.ts.map +1 -1
- package/metadata/blog.json +807 -0
- package/metadata/buttons.json +2186 -0
- package/metadata/content.json +1152 -0
- package/metadata/data-display.json +822 -0
- package/metadata/ecommerce.json +1059 -0
- package/metadata/forms.json +2637 -0
- package/metadata/hero.json +1401 -0
- package/metadata/lists-cards.json +848 -0
- package/metadata/marketing.json +1235 -0
- package/metadata/media.json +800 -0
- package/metadata/miscellaneous.json +778 -0
- package/metadata/modals.json +954 -0
- package/metadata/navigation.json +1348 -0
- package/metadata/onboarding.json +615 -0
- package/metadata/search.json +559 -0
- package/metadata/site-identity.json +555 -0
- package/metadata/social.json +654 -0
- package/metadata/user-accounts.json +727 -0
- package/package.json +22 -7
- package/dist/README.md +0 -35
- package/dist/src/__tests__/test-utils.d.ts +0 -8
- package/dist/src/__tests__/test-utils.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Breadcrumbs.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"Breadcrumbs.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/Breadcrumbs.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,MAAM,cAAc,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAE9D,MAAM,WAAW,gBAAiB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;IAC7E,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,WAAW,CAAC,EAC1B,EAAE,EAAE,GAAW,EACf,KAAK,EACL,YAAmB,EACnB,IAAW,EACX,EAAO,EACP,EAAO,EACP,MAAW,EACX,GAAO,EACP,OAAO,EAAE,WAAW,EACpB,SAAS,EAAE,aAAa,EACxB,WAAW,EAAE,eAAe,EAC5B,WAAW,EAAE,eAAe,EAC5B,UAAU,EAAE,cAAc,EAC1B,KAAU,EACV,SAAc,EACd,GAAG,IAAI,EACR,EAAE,gBAAgB,2CAoGlB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import type React from 'react';
|
|
2
2
|
export interface FooterLink {
|
|
3
3
|
label: string;
|
|
4
4
|
href: string;
|
|
@@ -12,7 +12,7 @@ export interface FooterSocialLink {
|
|
|
12
12
|
href: string;
|
|
13
13
|
label?: string;
|
|
14
14
|
}
|
|
15
|
-
export interface FooterProps {
|
|
15
|
+
export interface FooterProps extends React.ComponentPropsWithoutRef<'footer'> {
|
|
16
16
|
columns?: FooterColumn[];
|
|
17
17
|
copyright?: string;
|
|
18
18
|
socialLinks?: FooterSocialLink[];
|
|
@@ -24,7 +24,6 @@ export interface FooterProps {
|
|
|
24
24
|
accentColor?: string;
|
|
25
25
|
borderColor?: string;
|
|
26
26
|
fontFamily?: string;
|
|
27
|
-
children?: React.ReactNode;
|
|
28
27
|
}
|
|
29
|
-
export declare function Footer({ columns, copyright, socialLinks, logo, logoAlt, tagline, bgColor, textColor, accentColor, borderColor, fontFamily, children, }: FooterProps): import("react/jsx-runtime").JSX.Element;
|
|
28
|
+
export declare function Footer({ columns, copyright, socialLinks, logo, logoAlt, tagline, bgColor, textColor, accentColor, borderColor, fontFamily, children, className, style, ...rest }: FooterProps): import("react/jsx-runtime").JSX.Element;
|
|
30
29
|
//# sourceMappingURL=Footer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/Footer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,MAAM,WAAW,UAAU;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,UAAU,EAAE,CAAC;CACrB;AAED,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,WAAY,SAAQ,KAAK,CAAC,wBAAwB,CAAC,QAAQ,CAAC;IAC3E,OAAO,CAAC,EAAE,YAAY,EAAE,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,gBAAgB,EAAE,CAAC;IACjC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,MAAM,CAAC,EACrB,OAAY,EACZ,SAAS,EACT,WAAgB,EAChB,IAAI,EACJ,OAAgB,EAChB,OAAO,EACP,OAAO,EACP,SAAS,EACT,WAAW,EACX,WAAW,EACX,UAAU,EACV,QAAQ,EACR,SAAS,EACT,KAAK,EACL,GAAG,IAAI,EACR,EAAE,WAAW,2CA4Mb"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import type React from 'react';
|
|
2
2
|
export type Language = {
|
|
3
3
|
code: string;
|
|
4
4
|
label: string;
|
|
5
5
|
flag?: string;
|
|
6
6
|
};
|
|
7
|
-
export interface LanguageSelectorProps {
|
|
7
|
+
export interface LanguageSelectorProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'onChange'> {
|
|
8
8
|
as?: React.ElementType;
|
|
9
9
|
languages: Language[];
|
|
10
10
|
current: string;
|
|
@@ -17,8 +17,6 @@ export interface LanguageSelectorProps {
|
|
|
17
17
|
accentColor?: string;
|
|
18
18
|
borderColor?: string;
|
|
19
19
|
fontFamily?: string;
|
|
20
|
-
style?: React.CSSProperties;
|
|
21
|
-
className?: string;
|
|
22
20
|
}
|
|
23
|
-
export declare function LanguageSelector(
|
|
21
|
+
export declare function LanguageSelector({ as: Tag, languages, current, onChange, px, py, radius, bgColor: bgColorProp, textColor: textColorProp, accentColor: accentColorProp, borderColor: borderColorProp, fontFamily: fontFamilyProp, style, className, ...rest }: LanguageSelectorProps): import("react/jsx-runtime").JSX.Element;
|
|
24
22
|
//# sourceMappingURL=LanguageSelector.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LanguageSelector.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"LanguageSelector.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/LanguageSelector.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,MAAM,MAAM,QAAQ,GAAG;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,WAAW,qBACf,SAAQ,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC;IAC/D,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,gBAAgB,CAAC,EAC/B,EAAE,EAAE,GAAW,EACf,SAAS,EACT,OAAO,EACP,QAAQ,EACR,EAAO,EACP,EAAO,EACP,MAAW,EACX,OAAO,EAAE,WAAW,EACpB,SAAS,EAAE,aAAa,EACxB,WAAW,EAAE,eAAe,EAC5B,WAAW,EAAE,eAAe,EAC5B,UAAU,EAAE,cAAc,EAC1B,KAAU,EACV,SAAc,EACd,GAAG,IAAI,EACR,EAAE,qBAAqB,2CAsHvB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import type React from 'react';
|
|
2
2
|
export type MenuLink = {
|
|
3
3
|
label: string;
|
|
4
4
|
href: string;
|
|
@@ -8,7 +8,7 @@ export type MegaMenuSection = {
|
|
|
8
8
|
title: string;
|
|
9
9
|
links: MenuLink[];
|
|
10
10
|
};
|
|
11
|
-
export interface MegaMenuProps {
|
|
11
|
+
export interface MegaMenuProps extends React.ComponentPropsWithoutRef<'nav'> {
|
|
12
12
|
as?: React.ElementType;
|
|
13
13
|
label: string;
|
|
14
14
|
sections: MegaMenuSection[];
|
|
@@ -21,8 +21,6 @@ export interface MegaMenuProps {
|
|
|
21
21
|
accentColor?: string;
|
|
22
22
|
borderColor?: string;
|
|
23
23
|
fontFamily?: string;
|
|
24
|
-
style?: React.CSSProperties;
|
|
25
|
-
className?: string;
|
|
26
24
|
}
|
|
27
|
-
export declare function MegaMenu(
|
|
25
|
+
export declare function MegaMenu({ as: Tag, label, sections, maxW, px, py, radius, bgColor: bgColorProp, textColor: textColorProp, accentColor: accentColorProp, borderColor: borderColorProp, fontFamily: fontFamilyProp, style, className, ...rest }: MegaMenuProps): import("react/jsx-runtime").JSX.Element;
|
|
28
26
|
//# sourceMappingURL=MegaMenu.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MegaMenu.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"MegaMenu.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/MegaMenu.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,MAAM,MAAM,QAAQ,GAAG;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,QAAQ,EAAE,CAAC;CACnB,CAAC;AAEF,MAAM,WAAW,aAAc,SAAQ,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;IAC1E,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,eAAe,EAAE,CAAC;IAC5B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,QAAQ,CAAC,EACvB,EAAE,EAAE,GAAW,EACf,KAAK,EACL,QAAQ,EACR,IAAU,EACV,EAAO,EACP,EAAO,EACP,MAAW,EACX,OAAO,EAAE,WAAW,EACpB,SAAS,EAAE,aAAa,EACxB,WAAW,EAAE,eAAe,EAC5B,WAAW,EAAE,eAAe,EAC5B,UAAU,EAAE,cAAc,EAC1B,KAAU,EACV,SAAc,EACd,GAAG,IAAI,EACR,EAAE,aAAa,2CAqLf"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
export interface PaginationProps extends React.ComponentPropsWithoutRef<'nav'> {
|
|
2
3
|
currentPage: number;
|
|
3
4
|
totalPages: number;
|
|
4
5
|
onPageChange: (n: number) => void;
|
|
@@ -14,5 +15,5 @@ export interface PaginationProps {
|
|
|
14
15
|
radius?: number;
|
|
15
16
|
gap?: number;
|
|
16
17
|
}
|
|
17
|
-
export declare function Pagination(
|
|
18
|
+
export declare function Pagination({ currentPage, totalPages, onPageChange, maxVisible, showFirstLast, showPrevNext, bgColor: bgColorProp, textColor: textColorProp, accentColor: accentColorProp, borderColor: borderColorProp, fontFamily: fontFamilyProp, fontSize, radius, gap, className, style, ...rest }: PaginationProps): import("react/jsx-runtime").JSX.Element;
|
|
18
19
|
//# sourceMappingURL=Pagination.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/Pagination.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,MAAM,WAAW,eAAgB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;IAC5E,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,wBAAgB,UAAU,CAAC,EACzB,WAAW,EACX,UAAU,EACV,YAAY,EACZ,UAAc,EACd,aAAoB,EACpB,YAAmB,EACnB,OAAO,EAAE,WAAW,EACpB,SAAS,EAAE,aAAa,EACxB,WAAW,EAAE,eAAe,EAC5B,WAAW,EAAE,eAAe,EAC5B,UAAU,EAAE,cAAc,EAC1B,QAAa,EACb,MAAW,EACX,GAAO,EACP,SAAS,EACT,KAAK,EACL,GAAG,IAAI,EACR,EAAE,eAAe,2CA6JjB"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import type React from 'react';
|
|
1
2
|
export type NavLink = {
|
|
2
3
|
label: string;
|
|
3
4
|
href: string;
|
|
4
5
|
};
|
|
5
|
-
export interface PrimaryNavProps {
|
|
6
|
+
export interface PrimaryNavProps extends React.ComponentPropsWithoutRef<'header'> {
|
|
6
7
|
logoText?: string;
|
|
7
8
|
links?: NavLink[];
|
|
8
9
|
showSearch?: boolean;
|
|
@@ -18,5 +19,5 @@ export interface PrimaryNavProps {
|
|
|
18
19
|
borderColor?: string;
|
|
19
20
|
fontFamily?: string;
|
|
20
21
|
}
|
|
21
|
-
export declare function PrimaryNav(
|
|
22
|
+
export declare function PrimaryNav({ logoText, links, showSearch: showSearchProp, showCTA: showCTAProp, ctaText, ctaHref, sticky: stickyProp, height: heightProp, padding: paddingProp, bgColor: bgColorProp, textColor: textColorProp, accentColor: accentColorProp, borderColor: borderColorProp, fontFamily: fontFamilyProp, className, style, ...rest }: PrimaryNavProps): import("react/jsx-runtime").JSX.Element;
|
|
22
23
|
//# sourceMappingURL=PrimaryNav.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrimaryNav.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"PrimaryNav.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/PrimaryNav.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,MAAM,OAAO,GAAG;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,WAAW,eAAgB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,QAAQ,CAAC;IAC/E,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,OAAO,EAAE,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,UAAU,CAAC,EACzB,QAAoB,EACpB,KAAU,EACV,UAAU,EAAE,cAAc,EAC1B,OAAO,EAAE,WAAW,EACpB,OAAuB,EACvB,OAAa,EACb,MAAM,EAAE,UAAU,EAClB,MAAM,EAAE,UAAU,EAClB,OAAO,EAAE,WAAW,EACpB,OAAO,EAAE,WAAW,EACpB,SAAS,EAAE,aAAa,EACxB,WAAW,EAAE,eAAe,EAC5B,WAAW,EAAE,eAAe,EAC5B,UAAU,EAAE,cAAc,EAC1B,SAAS,EACT,KAAK,EACL,GAAG,IAAI,EACR,EAAE,eAAe,2CAqKjB"}
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
import { type ReactNode } from 'react';
|
|
2
3
|
export type DrawerLink = {
|
|
3
4
|
label: string;
|
|
4
5
|
href: string;
|
|
5
6
|
icon?: ReactNode;
|
|
6
7
|
};
|
|
7
|
-
export interface SideDrawerNavProps {
|
|
8
|
+
export interface SideDrawerNavProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
8
9
|
links: DrawerLink[];
|
|
9
10
|
width?: number;
|
|
10
11
|
padding?: number;
|
|
11
12
|
gap?: number;
|
|
12
13
|
overlayColor?: string;
|
|
13
|
-
position?:
|
|
14
|
+
position?: 'left' | 'right';
|
|
14
15
|
logoText?: string;
|
|
15
16
|
bgColor?: string;
|
|
16
17
|
textColor?: string;
|
|
@@ -18,5 +19,5 @@ export interface SideDrawerNavProps {
|
|
|
18
19
|
borderColor?: string;
|
|
19
20
|
fontFamily?: string;
|
|
20
21
|
}
|
|
21
|
-
export declare function SideDrawerNav(
|
|
22
|
+
export declare function SideDrawerNav({ links, width, padding, gap, overlayColor, position, logoText, bgColor: bgColorProp, textColor: textColorProp, accentColor: accentColorProp, borderColor: borderColorProp, fontFamily: fontFamilyProp, className, style, ...rest }: SideDrawerNavProps): import("react/jsx-runtime").JSX.Element;
|
|
22
23
|
//# sourceMappingURL=SideDrawerNav.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SideDrawerNav.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"SideDrawerNav.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/SideDrawerNav.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,KAAK,SAAS,EAAuB,MAAM,OAAO,CAAC;AAI5D,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB,CAAC;AAEF,MAAM,WAAW,kBAAmB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;IAC/E,KAAK,EAAE,UAAU,EAAE,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAC5B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,aAAa,CAAC,EAC5B,KAAK,EACL,KAAW,EACX,OAAY,EACZ,GAAO,EACP,YAAqC,EACrC,QAAiB,EACjB,QAAiB,EACjB,OAAO,EAAE,WAAW,EACpB,SAAS,EAAE,aAAa,EACxB,WAAW,EAAE,eAAe,EAC5B,WAAW,EAAE,eAAe,EAC5B,UAAU,EAAE,cAAc,EAC1B,SAAS,EACT,KAAK,EACL,GAAG,IAAI,EACR,EAAE,kBAAkB,2CAgLpB"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
import { type ReactNode } from 'react';
|
|
2
3
|
export type SidebarChild = {
|
|
3
4
|
label: string;
|
|
4
5
|
href: string;
|
|
@@ -9,7 +10,7 @@ export type SidebarItem = {
|
|
|
9
10
|
icon?: ReactNode;
|
|
10
11
|
children?: SidebarChild[];
|
|
11
12
|
};
|
|
12
|
-
export interface SidebarMenuProps {
|
|
13
|
+
export interface SidebarMenuProps extends React.ComponentPropsWithoutRef<'nav'> {
|
|
13
14
|
items: SidebarItem[];
|
|
14
15
|
width?: number;
|
|
15
16
|
padding?: number;
|
|
@@ -21,5 +22,5 @@ export interface SidebarMenuProps {
|
|
|
21
22
|
borderColor?: string;
|
|
22
23
|
fontFamily?: string;
|
|
23
24
|
}
|
|
24
|
-
export declare function SidebarMenu(
|
|
25
|
+
export declare function SidebarMenu({ items, width, padding, gap, radius, bgColor: bgColorProp, textColor: textColorProp, accentColor: accentColorProp, borderColor: borderColorProp, fontFamily: fontFamilyProp, className, style, ...rest }: SidebarMenuProps): import("react/jsx-runtime").JSX.Element;
|
|
25
26
|
//# sourceMappingURL=SidebarMenu.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarMenu.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"SidebarMenu.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/SidebarMenu.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,KAAK,SAAS,EAAY,MAAM,OAAO,CAAC;AAIjD,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,QAAQ,CAAC,EAAE,YAAY,EAAE,CAAC;CAC3B,CAAC;AAEF,MAAM,WAAW,gBAAiB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;IAC7E,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,WAAW,CAAC,EAC1B,KAAK,EACL,KAAW,EACX,OAAY,EACZ,GAAO,EACP,MAAW,EACX,OAAO,EAAE,WAAW,EACpB,SAAS,EAAE,aAAa,EACxB,WAAW,EAAE,eAAe,EAC5B,WAAW,EAAE,eAAe,EAC5B,UAAU,EAAE,cAAc,EAC1B,SAAS,EACT,KAAK,EACL,GAAG,IAAI,EACR,EAAE,gBAAgB,2CAiKlB"}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
+
import type React from 'react';
|
|
1
2
|
export type Step = {
|
|
2
3
|
label: string;
|
|
3
4
|
description?: string;
|
|
4
5
|
};
|
|
5
|
-
export interface StepperProps {
|
|
6
|
+
export interface StepperProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
6
7
|
steps: Step[];
|
|
7
8
|
currentStep: number;
|
|
8
|
-
orientation?:
|
|
9
|
+
orientation?: 'horizontal' | 'vertical';
|
|
9
10
|
showNumbers?: boolean;
|
|
10
11
|
bgColor?: string;
|
|
11
12
|
textColor?: string;
|
|
@@ -13,5 +14,5 @@ export interface StepperProps {
|
|
|
13
14
|
borderColor?: string;
|
|
14
15
|
fontFamily?: string;
|
|
15
16
|
}
|
|
16
|
-
export declare function Stepper(
|
|
17
|
+
export declare function Stepper({ steps, currentStep, orientation, showNumbers, bgColor: bgColorProp, textColor: textColorProp, accentColor: accentColorProp, borderColor: borderColorProp, fontFamily: fontFamilyProp, className, style, ...rest }: StepperProps): import("react/jsx-runtime").JSX.Element;
|
|
17
18
|
//# sourceMappingURL=Stepper.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Stepper.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"Stepper.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/Stepper.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,MAAM,IAAI,GAAG;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,MAAM,WAAW,YAAa,SAAQ,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;IACzE,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,OAAO,CAAC,EACtB,KAAK,EACL,WAAW,EACX,WAA0B,EAC1B,WAAkB,EAClB,OAAO,EAAE,WAAW,EACpB,SAAS,EAAE,aAAa,EACxB,WAAW,EAAE,eAAe,EAC5B,WAAW,EAAE,eAAe,EAC5B,UAAU,EAAE,cAAc,EAC1B,SAAS,EACT,KAAK,EACL,GAAG,IAAI,EACR,EAAE,YAAY,2CA4Id"}
|
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
import { type ReactNode } from 'react';
|
|
2
3
|
export type TabDef = {
|
|
3
4
|
label: string;
|
|
4
5
|
icon?: ReactNode;
|
|
5
6
|
content: ReactNode;
|
|
6
7
|
};
|
|
7
|
-
export interface TabsProps {
|
|
8
|
+
export interface TabsProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
8
9
|
tabs: TabDef[];
|
|
9
10
|
defaultTab?: number;
|
|
10
|
-
orientation?:
|
|
11
|
+
orientation?: 'horizontal' | 'vertical';
|
|
11
12
|
showUnderline?: boolean;
|
|
12
13
|
radius?: number;
|
|
13
14
|
padding?: number;
|
|
@@ -18,5 +19,5 @@ export interface TabsProps {
|
|
|
18
19
|
borderColor?: string;
|
|
19
20
|
fontFamily?: string;
|
|
20
21
|
}
|
|
21
|
-
export declare function Tabs(
|
|
22
|
+
export declare function Tabs({ tabs, defaultTab, orientation, showUnderline, radius: radiusProp, padding, gap, bgColor: bgColorProp, textColor: textColorProp, accentColor: accentColorProp, borderColor: borderColorProp, fontFamily: fontFamilyProp, className, style, ...rest }: TabsProps): import("react/jsx-runtime").JSX.Element;
|
|
22
23
|
//# sourceMappingURL=Tabs.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/Tabs.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,KAAK,SAAS,EAAyB,MAAM,OAAO,CAAC;AAG9D,MAAM,MAAM,MAAM,GAAG;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,OAAO,EAAE,SAAS,CAAC;CACpB,CAAC;AAEF,MAAM,WAAW,SAAU,SAAQ,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;IACtE,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,IAAI,CAAC,EACnB,IAAI,EACJ,UAAc,EACd,WAA0B,EAC1B,aAAqB,EACrB,MAAM,EAAE,UAAU,EAClB,OAAY,EACZ,GAAO,EACP,OAAO,EAAE,WAAW,EACpB,SAAS,EAAE,aAAa,EACxB,WAAW,EAAE,eAAe,EAC5B,WAAW,EAAE,eAAe,EAC5B,UAAU,EAAE,cAAc,EAC1B,SAAS,EACT,KAAK,EACL,GAAG,IAAI,EACR,EAAE,SAAS,2CAuJX"}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
export { AnchorLinks } from
|
|
2
|
-
export type { AnchorLinksProps, AnchorItem } from
|
|
3
|
-
export { Breadcrumbs } from
|
|
4
|
-
export type { BreadcrumbsProps, BreadcrumbItem } from
|
|
5
|
-
export { LanguageSelector } from
|
|
6
|
-
export type { LanguageSelectorProps, Language } from
|
|
7
|
-
export { MegaMenu } from
|
|
8
|
-
export type { MegaMenuProps, MegaMenuSection, MenuLink } from
|
|
9
|
-
export { Pagination } from
|
|
10
|
-
export type { PaginationProps } from
|
|
11
|
-
export { PrimaryNav } from
|
|
12
|
-
export type { PrimaryNavProps, NavLink } from
|
|
13
|
-
export { SidebarMenu } from
|
|
14
|
-
export type { SidebarMenuProps, SidebarItem, SidebarChild } from
|
|
15
|
-
export { SideDrawerNav } from
|
|
16
|
-
export type { SideDrawerNavProps, DrawerLink } from
|
|
17
|
-
export { Stepper } from
|
|
18
|
-
export type { StepperProps, Step } from
|
|
19
|
-
export { Tabs } from
|
|
20
|
-
export type { TabsProps, TabDef } from
|
|
21
|
-
export { Footer } from
|
|
22
|
-
export type { FooterProps, FooterColumn, FooterLink, FooterSocialLink } from
|
|
1
|
+
export { AnchorLinks } from './AnchorLinks';
|
|
2
|
+
export type { AnchorLinksProps, AnchorItem } from './AnchorLinks';
|
|
3
|
+
export { Breadcrumbs } from './Breadcrumbs';
|
|
4
|
+
export type { BreadcrumbsProps, BreadcrumbItem } from './Breadcrumbs';
|
|
5
|
+
export { LanguageSelector } from './LanguageSelector';
|
|
6
|
+
export type { LanguageSelectorProps, Language } from './LanguageSelector';
|
|
7
|
+
export { MegaMenu } from './MegaMenu';
|
|
8
|
+
export type { MegaMenuProps, MegaMenuSection, MenuLink } from './MegaMenu';
|
|
9
|
+
export { Pagination } from './Pagination';
|
|
10
|
+
export type { PaginationProps } from './Pagination';
|
|
11
|
+
export { PrimaryNav } from './PrimaryNav';
|
|
12
|
+
export type { PrimaryNavProps, NavLink } from './PrimaryNav';
|
|
13
|
+
export { SidebarMenu } from './SidebarMenu';
|
|
14
|
+
export type { SidebarMenuProps, SidebarItem, SidebarChild } from './SidebarMenu';
|
|
15
|
+
export { SideDrawerNav } from './SideDrawerNav';
|
|
16
|
+
export type { SideDrawerNavProps, DrawerLink } from './SideDrawerNav';
|
|
17
|
+
export { Stepper } from './Stepper';
|
|
18
|
+
export type { StepperProps, Step } from './Stepper';
|
|
19
|
+
export { Tabs } from './Tabs';
|
|
20
|
+
export type { TabsProps, TabDef } from './Tabs';
|
|
21
|
+
export { Footer } from './Footer';
|
|
22
|
+
export type { FooterProps, FooterColumn, FooterLink, FooterSocialLink } from './Footer';
|
|
23
23
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EAAE,gBAAgB,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAElE,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAEtE,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,YAAY,EAAE,qBAAqB,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAE1E,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,YAAY,EAAE,aAAa,EAAE,eAAe,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3E,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAEpD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAE7D,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EAAE,gBAAgB,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAEjF,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,YAAY,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAEtE,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,YAAY,EAAE,YAAY,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAEpD,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,YAAY,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAEhD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,YAAY,EAAE,UAAU,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -1,66 +1,66 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import React from 'react';
|
|
2
2
|
export interface FAQItem {
|
|
3
3
|
id: string;
|
|
4
4
|
question: string;
|
|
5
5
|
answer: string | React.ReactNode;
|
|
6
6
|
}
|
|
7
|
-
export interface FAQAccordionProps {
|
|
7
|
+
export interface FAQAccordionProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
8
8
|
items: FAQItem[];
|
|
9
9
|
title?: string;
|
|
10
10
|
allowMultiple?: boolean;
|
|
11
11
|
}
|
|
12
|
-
export declare function FAQAccordion({ items, title, allowMultiple, }: FAQAccordionProps): import("react/jsx-runtime").JSX.Element;
|
|
13
|
-
export interface
|
|
12
|
+
export declare function FAQAccordion({ items, title, allowMultiple, style, className, ...rest }: FAQAccordionProps): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export interface OnboardingWizardStep {
|
|
14
14
|
id: string;
|
|
15
15
|
title: string;
|
|
16
16
|
description?: string;
|
|
17
17
|
icon?: string;
|
|
18
18
|
content?: React.ReactNode;
|
|
19
19
|
}
|
|
20
|
-
export interface OnboardingWizardProps {
|
|
21
|
-
steps:
|
|
20
|
+
export interface OnboardingWizardProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
21
|
+
steps: OnboardingWizardStep[];
|
|
22
22
|
onComplete?: () => void;
|
|
23
23
|
completeLabel?: string;
|
|
24
24
|
}
|
|
25
|
-
export declare function OnboardingWizard({ steps, onComplete, completeLabel, }: OnboardingWizardProps): import("react/jsx-runtime").JSX.Element | null;
|
|
25
|
+
export declare function OnboardingWizard({ steps, onComplete, completeLabel, style, className, ...rest }: OnboardingWizardProps): import("react/jsx-runtime").JSX.Element | null;
|
|
26
26
|
export interface TourStep {
|
|
27
27
|
id: string;
|
|
28
28
|
title: string;
|
|
29
29
|
content: string;
|
|
30
30
|
targetSelector?: string;
|
|
31
31
|
}
|
|
32
|
-
export interface ProductTourProps {
|
|
32
|
+
export interface ProductTourProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
33
33
|
steps: TourStep[];
|
|
34
34
|
isOpen: boolean;
|
|
35
35
|
onClose?: () => void;
|
|
36
36
|
onComplete?: () => void;
|
|
37
37
|
}
|
|
38
|
-
export declare function ProductTour({ steps, isOpen, onClose, onComplete, }: ProductTourProps): import("react/jsx-runtime").JSX.Element | null;
|
|
39
|
-
export interface TooltipHelpProps {
|
|
38
|
+
export declare function ProductTour({ steps, isOpen, onClose, onComplete, style, className, ...rest }: ProductTourProps): import("react/jsx-runtime").JSX.Element | null;
|
|
39
|
+
export interface TooltipHelpProps extends React.ComponentPropsWithoutRef<'span'> {
|
|
40
40
|
text: string;
|
|
41
|
-
position?:
|
|
41
|
+
position?: 'top' | 'bottom' | 'left' | 'right';
|
|
42
42
|
iconSize?: number;
|
|
43
43
|
}
|
|
44
|
-
export declare function TooltipHelp({ text, position, iconSize, }: TooltipHelpProps): import("react/jsx-runtime").JSX.Element;
|
|
44
|
+
export declare function TooltipHelp({ text, position, iconSize, style, className, ...rest }: TooltipHelpProps): import("react/jsx-runtime").JSX.Element;
|
|
45
45
|
export interface Message {
|
|
46
46
|
id: string;
|
|
47
47
|
text: string;
|
|
48
|
-
sender:
|
|
48
|
+
sender: 'user' | 'agent';
|
|
49
49
|
time?: string;
|
|
50
50
|
}
|
|
51
|
-
export interface SupportChatProps {
|
|
51
|
+
export interface SupportChatProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
52
52
|
messages?: Message[];
|
|
53
53
|
onSend?: (text: string) => void;
|
|
54
54
|
title?: string;
|
|
55
55
|
isOpen?: boolean;
|
|
56
56
|
onToggle?: () => void;
|
|
57
57
|
}
|
|
58
|
-
export declare function SupportChat({ messages, onSend, title, isOpen, onToggle, }: SupportChatProps): import("react/jsx-runtime").JSX.Element;
|
|
59
|
-
export interface ContactSupportBlockProps {
|
|
58
|
+
export declare function SupportChat({ messages, onSend, title, isOpen, onToggle, style, className, ...rest }: SupportChatProps): import("react/jsx-runtime").JSX.Element;
|
|
59
|
+
export interface ContactSupportBlockProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
60
60
|
email?: string;
|
|
61
61
|
phone?: string;
|
|
62
62
|
title?: string;
|
|
63
63
|
description?: string;
|
|
64
64
|
}
|
|
65
|
-
export declare function ContactSupportBlock({ email, phone, title, description, }: ContactSupportBlockProps): import("react/jsx-runtime").JSX.Element;
|
|
65
|
+
export declare function ContactSupportBlock({ email, phone, title, description, style, className, ...rest }: ContactSupportBlockProps): import("react/jsx-runtime").JSX.Element;
|
|
66
66
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/onboarding/index.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
export interface SiteSearchBarProps extends React.ComponentPropsWithoutRef<'form'> {
|
|
2
3
|
placeholder?: string;
|
|
3
4
|
onSearch?: (q: string) => void;
|
|
4
5
|
defaultValue?: string;
|
|
5
6
|
autoFocus?: boolean;
|
|
6
7
|
}
|
|
7
|
-
export declare function SiteSearchBar({ placeholder, onSearch, defaultValue, autoFocus, }: SiteSearchBarProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
export interface AutoSuggestProps {
|
|
8
|
+
export declare function SiteSearchBar({ placeholder, onSearch, defaultValue, autoFocus, style, className, ...rest }: SiteSearchBarProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export interface AutoSuggestProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'onSelect'> {
|
|
9
10
|
suggestions: string[];
|
|
10
11
|
onSelect?: (val: string) => void;
|
|
11
12
|
placeholder?: string;
|
|
12
13
|
onQueryChange?: (q: string) => void;
|
|
13
14
|
}
|
|
14
|
-
export declare function AutoSuggest({ suggestions, onSelect, placeholder, onQueryChange, }: AutoSuggestProps): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export declare function AutoSuggest({ suggestions, onSelect, placeholder, onQueryChange, style, className, ...rest }: AutoSuggestProps): import("react/jsx-runtime").JSX.Element;
|
|
15
16
|
export interface FacetOption {
|
|
16
17
|
id: string;
|
|
17
18
|
label: string;
|
|
@@ -22,12 +23,12 @@ export interface Facet {
|
|
|
22
23
|
name: string;
|
|
23
24
|
options: FacetOption[];
|
|
24
25
|
}
|
|
25
|
-
export interface FacetFiltersProps {
|
|
26
|
+
export interface FacetFiltersProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'onChange'> {
|
|
26
27
|
facets: Facet[];
|
|
27
28
|
selected?: Record<string, Set<string>>;
|
|
28
29
|
onChange?: (facetId: string, optionId: string, checked: boolean) => void;
|
|
29
30
|
}
|
|
30
|
-
export declare function FacetFilters({ facets, selected, onChange, }: FacetFiltersProps): import("react/jsx-runtime").JSX.Element;
|
|
31
|
+
export declare function FacetFilters({ facets, selected, onChange, style, className, ...rest }: FacetFiltersProps): import("react/jsx-runtime").JSX.Element;
|
|
31
32
|
export interface SearchItem {
|
|
32
33
|
id: string;
|
|
33
34
|
title: string;
|
|
@@ -37,22 +38,22 @@ export interface SearchItem {
|
|
|
37
38
|
badge?: string;
|
|
38
39
|
meta?: string;
|
|
39
40
|
}
|
|
40
|
-
export interface SearchResultCardProps {
|
|
41
|
+
export interface SearchResultCardProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'onClick'> {
|
|
41
42
|
item: SearchItem;
|
|
42
43
|
onClick?: (item: SearchItem) => void;
|
|
43
44
|
}
|
|
44
|
-
export declare function SearchResultCard({ item, onClick }: SearchResultCardProps): import("react/jsx-runtime").JSX.Element;
|
|
45
|
-
export interface SearchResultsProps {
|
|
45
|
+
export declare function SearchResultCard({ item, onClick, style, className, ...rest }: SearchResultCardProps): import("react/jsx-runtime").JSX.Element;
|
|
46
|
+
export interface SearchResultsProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
46
47
|
items: SearchItem[];
|
|
47
48
|
query?: string;
|
|
48
49
|
onItemClick?: (item: SearchItem) => void;
|
|
49
50
|
loading?: boolean;
|
|
50
51
|
}
|
|
51
|
-
export declare function SearchResults({ items, query, onItemClick, loading, }: SearchResultsProps): import("react/jsx-runtime").JSX.Element;
|
|
52
|
-
export interface SearchEmptyStateProps {
|
|
52
|
+
export declare function SearchResults({ items, query, onItemClick, loading, style, className, ...rest }: SearchResultsProps): import("react/jsx-runtime").JSX.Element;
|
|
53
|
+
export interface SearchEmptyStateProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
53
54
|
query?: string;
|
|
54
55
|
title?: string;
|
|
55
56
|
description?: string;
|
|
56
57
|
}
|
|
57
|
-
export declare function SearchEmptyState({ query, title, description, }: SearchEmptyStateProps): import("react/jsx-runtime").JSX.Element;
|
|
58
|
+
export declare function SearchEmptyState({ query, title, description, style, className, ...rest }: SearchEmptyStateProps): import("react/jsx-runtime").JSX.Element;
|
|
58
59
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/search/index.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,48 +1,47 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
export interface LogoDisplayProps {
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface LogoDisplayProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
3
3
|
src: string;
|
|
4
4
|
alt?: string;
|
|
5
5
|
width?: number;
|
|
6
6
|
height?: number;
|
|
7
7
|
href?: string;
|
|
8
8
|
}
|
|
9
|
-
export declare function LogoDisplay({ src, alt, width, height, href, }: LogoDisplayProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
export interface AnimatedBrandMarkProps {
|
|
9
|
+
export declare function LogoDisplay({ src, alt, width, height, href, style, className, ...rest }: LogoDisplayProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export interface AnimatedBrandMarkProps extends React.ComponentPropsWithoutRef<'span'> {
|
|
11
11
|
text: string;
|
|
12
12
|
fontSize?: number;
|
|
13
13
|
accentColor?: string;
|
|
14
14
|
fontFamily?: string;
|
|
15
15
|
}
|
|
16
|
-
export declare function AnimatedBrandMark({ text, fontSize, accentColor, fontFamily, }: AnimatedBrandMarkProps): import("react/jsx-runtime").JSX.Element;
|
|
17
|
-
export interface TaglinesProps {
|
|
16
|
+
export declare function AnimatedBrandMark({ text, fontSize, accentColor, fontFamily, style, className, ...rest }: AnimatedBrandMarkProps): import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export interface TaglinesProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
18
18
|
lines: string[];
|
|
19
19
|
rotate?: boolean;
|
|
20
20
|
interval?: number;
|
|
21
21
|
}
|
|
22
|
-
export declare function Taglines({ lines, rotate, interval, }: TaglinesProps): import("react/jsx-runtime").JSX.Element | null;
|
|
23
|
-
export interface BrandingShellProps {
|
|
22
|
+
export declare function Taglines({ lines, rotate, interval, style, className, ...rest }: TaglinesProps): import("react/jsx-runtime").JSX.Element | null;
|
|
23
|
+
export interface BrandingShellProps extends React.ComponentPropsWithoutRef<'section'> {
|
|
24
24
|
logoSrc?: string;
|
|
25
25
|
brandName?: string;
|
|
26
26
|
tagline?: string;
|
|
27
|
-
children?: React.ReactNode;
|
|
28
27
|
maxW?: number;
|
|
29
28
|
}
|
|
30
|
-
export declare function BrandingShell({ logoSrc, brandName, tagline, children, maxW, }: BrandingShellProps): import("react/jsx-runtime").JSX.Element;
|
|
29
|
+
export declare function BrandingShell({ logoSrc, brandName, tagline, children, maxW, style, className, ...rest }: BrandingShellProps): import("react/jsx-runtime").JSX.Element;
|
|
31
30
|
export interface BrandIcon {
|
|
32
31
|
id: string;
|
|
33
32
|
src: string;
|
|
34
33
|
name: string;
|
|
35
34
|
href?: string;
|
|
36
35
|
}
|
|
37
|
-
export interface BrandIconGridProps {
|
|
36
|
+
export interface BrandIconGridProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
38
37
|
icons: BrandIcon[];
|
|
39
38
|
columns?: number | string;
|
|
40
39
|
iconSize?: number;
|
|
41
40
|
}
|
|
42
|
-
export declare function BrandIconGrid({ icons, columns, iconSize, }: BrandIconGridProps): import("react/jsx-runtime").JSX.Element;
|
|
43
|
-
export interface FaviconUploaderProps {
|
|
41
|
+
export declare function BrandIconGrid({ icons, columns, iconSize, style, className, ...rest }: BrandIconGridProps): import("react/jsx-runtime").JSX.Element;
|
|
42
|
+
export interface FaviconUploaderProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
44
43
|
onUpload?: (file: File) => void;
|
|
45
44
|
currentSrc?: string;
|
|
46
45
|
}
|
|
47
|
-
export declare function FaviconUploader({ onUpload, currentSrc, }: FaviconUploaderProps): import("react/jsx-runtime").JSX.Element;
|
|
46
|
+
export declare function FaviconUploader({ onUpload, currentSrc, style, className, ...rest }: FaviconUploaderProps): import("react/jsx-runtime").JSX.Element;
|
|
48
47
|
//# sourceMappingURL=index.d.ts.map
|