@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":"BadgeGroup.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"BadgeGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/data-display/BadgeGroup.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAS,KAAK,SAAS,EAAE,MAAM,SAAS,CAAC;AAIhD,MAAM,WAAW,eAAgB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;IAC5E,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAgB,UAAU,CAAC,EACzB,KAAK,EACL,MAAM,EACN,IAAI,EACJ,KAAK,EACL,SAAS,EACT,KAAK,EACL,GAAG,IAAI,EACR,EAAE,eAAe,2CA2EjB"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
export interface BarChartProps extends React.ComponentPropsWithoutRef<'figure'> {
|
|
2
3
|
data: number[];
|
|
3
4
|
labels?: string[];
|
|
4
5
|
width?: number;
|
|
@@ -8,5 +9,5 @@ export interface BarChartProps {
|
|
|
8
9
|
padding?: number;
|
|
9
10
|
barRadius?: number;
|
|
10
11
|
}
|
|
11
|
-
export declare function BarChart({ data, labels, width, height, title, showGrid, padding, barRadius, }: BarChartProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export declare function BarChart({ data, labels, width, height, title, showGrid, padding, barRadius, className, style, ...rest }: BarChartProps): import("react/jsx-runtime").JSX.Element;
|
|
12
13
|
//# sourceMappingURL=BarChart.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BarChart.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"BarChart.d.ts","sourceRoot":"","sources":["../../../../src/components/data-display/BarChart.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,MAAM,WAAW,aAAc,SAAQ,KAAK,CAAC,wBAAwB,CAAC,QAAQ,CAAC;IAC7E,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAaD,wBAAgB,QAAQ,CAAC,EACvB,IAAS,EACT,MAAW,EACX,KAAW,EACX,MAAY,EACZ,KAAK,EACL,QAAe,EACf,OAAY,EACZ,SAAa,EACb,SAAS,EACT,KAAK,EACL,GAAG,IAAI,EACR,EAAE,aAAa,2CA6Mf"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import type React from 'react';
|
|
1
2
|
export interface CalendarMark {
|
|
2
3
|
date: number;
|
|
3
4
|
label?: string;
|
|
4
|
-
tone?:
|
|
5
|
+
tone?: 'neutral' | 'success' | 'warning' | 'danger' | 'info';
|
|
5
6
|
}
|
|
6
|
-
export interface CalendarGridProps {
|
|
7
|
+
export interface CalendarGridProps extends React.ComponentPropsWithoutRef<'section'> {
|
|
7
8
|
year: number;
|
|
8
9
|
month: number;
|
|
9
10
|
startOn?: 0 | 1;
|
|
@@ -11,5 +12,5 @@ export interface CalendarGridProps {
|
|
|
11
12
|
title?: string;
|
|
12
13
|
onDateClick?: (date: number) => void;
|
|
13
14
|
}
|
|
14
|
-
export declare function CalendarGrid({ year, month, startOn, marks, title, onDateClick, }: CalendarGridProps): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export declare function CalendarGrid({ year, month, startOn, marks, title, onDateClick, className, style, ...rest }: CalendarGridProps): import("react/jsx-runtime").JSX.Element;
|
|
15
16
|
//# sourceMappingURL=CalendarGrid.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CalendarGrid.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"CalendarGrid.d.ts","sourceRoot":"","sources":["../../../../src/components/data-display/CalendarGrid.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;CAC9D;AAED,MAAM,WAAW,iBAAkB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,SAAS,CAAC;IAClF,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC;IAChB,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CACtC;AAaD,wBAAgB,YAAY,CAAC,EAC3B,IAAI,EACJ,KAAK,EACL,OAAW,EACX,KAAU,EACV,KAAK,EACL,WAAW,EACX,SAAS,EACT,KAAK,EACL,GAAG,IAAI,EACR,EAAE,iBAAiB,2CAqLnB"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import type React from 'react';
|
|
2
2
|
export interface DataTableColumn<T> {
|
|
3
3
|
key: keyof T;
|
|
4
4
|
label: string;
|
|
5
5
|
width?: number | string;
|
|
6
|
-
align?:
|
|
6
|
+
align?: 'left' | 'center' | 'right';
|
|
7
7
|
render?: (row: T) => React.ReactNode;
|
|
8
8
|
sortable?: boolean;
|
|
9
9
|
}
|
|
10
|
-
export interface DataTableProps<T> {
|
|
10
|
+
export interface DataTableProps<T> extends React.ComponentPropsWithoutRef<'section'> {
|
|
11
11
|
columns: DataTableColumn<T>[];
|
|
12
12
|
rows: T[];
|
|
13
13
|
pageSize?: number;
|
|
@@ -16,9 +16,9 @@ export interface DataTableProps<T> {
|
|
|
16
16
|
caption?: string;
|
|
17
17
|
initialSort?: {
|
|
18
18
|
key: keyof T;
|
|
19
|
-
dir:
|
|
19
|
+
dir: 'asc' | 'desc';
|
|
20
20
|
};
|
|
21
21
|
searchable?: boolean;
|
|
22
22
|
}
|
|
23
|
-
export declare function DataTable<T extends Record<string, any>>({ columns, rows, pageSize, zebra, compact, caption, initialSort, searchable, }: DataTableProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
export declare function DataTable<T extends Record<string, any>>({ columns, rows, pageSize, zebra, compact, caption, initialSort, searchable, className, style, ...rest }: DataTableProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
24
24
|
//# sourceMappingURL=DataTable.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataTable.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"DataTable.d.ts","sourceRoot":"","sources":["../../../../src/components/data-display/DataTable.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,MAAM,WAAW,eAAe,CAAC,CAAC;IAChC,GAAG,EAAE,MAAM,CAAC,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,MAAM,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,cAAc,CAAC,CAAC,CAAE,SAAQ,KAAK,CAAC,wBAAwB,CAAC,SAAS,CAAC;IAClF,OAAO,EAAE,eAAe,CAAC,CAAC,CAAC,EAAE,CAAC;IAC9B,IAAI,EAAE,CAAC,EAAE,CAAC;IACV,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC,CAAC;QAAC,GAAG,EAAE,KAAK,GAAG,MAAM,CAAA;KAAE,CAAC;IACpD,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAaD,wBAAgB,SAAS,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,EACvD,OAAY,EACZ,IAAS,EACT,QAAY,EACZ,KAAY,EACZ,OAAe,EACf,OAAO,EACP,WAAW,EACX,UAAkB,EAClB,SAAS,EACT,KAAK,EACL,GAAG,IAAI,EACR,EAAE,cAAc,CAAC,CAAC,CAAC,2CA2ZnB"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
export interface LineChartProps extends React.ComponentPropsWithoutRef<'figure'> {
|
|
2
3
|
data: number[];
|
|
3
4
|
labels?: string[];
|
|
4
5
|
width?: number;
|
|
@@ -7,5 +8,5 @@ export interface LineChartProps {
|
|
|
7
8
|
showGrid?: boolean;
|
|
8
9
|
padding?: number;
|
|
9
10
|
}
|
|
10
|
-
export declare function LineChart({ data, labels, width, height, title, showGrid, padding, }: LineChartProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export declare function LineChart({ data, labels, width, height, title, showGrid, padding, className, style, ...rest }: LineChartProps): import("react/jsx-runtime").JSX.Element;
|
|
11
12
|
//# sourceMappingURL=LineChart.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LineChart.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"LineChart.d.ts","sourceRoot":"","sources":["../../../../src/components/data-display/LineChart.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,MAAM,WAAW,cAAe,SAAQ,KAAK,CAAC,wBAAwB,CAAC,QAAQ,CAAC;IAC9E,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAcD,wBAAgB,SAAS,CAAC,EACxB,IAAS,EACT,MAAW,EACX,KAAW,EACX,MAAY,EACZ,KAAK,EACL,QAAe,EACf,OAAY,EACZ,SAAS,EACT,KAAK,EACL,GAAG,IAAI,EACR,EAAE,cAAc,2CAmOhB"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
export interface PieChartProps extends React.ComponentPropsWithoutRef<'figure'> {
|
|
2
3
|
data: number[];
|
|
3
4
|
labels?: string[];
|
|
4
5
|
width?: number;
|
|
5
6
|
height?: number;
|
|
6
7
|
title?: string;
|
|
7
8
|
}
|
|
8
|
-
export declare function PieChart({ data, labels, width, height, title }: PieChartProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export declare function PieChart({ data, labels, width, height, title, className, style, ...rest }: PieChartProps): import("react/jsx-runtime").JSX.Element;
|
|
9
10
|
//# sourceMappingURL=PieChart.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PieChart.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"PieChart.d.ts","sourceRoot":"","sources":["../../../../src/components/data-display/PieChart.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,MAAM,WAAW,aAAc,SAAQ,KAAK,CAAC,wBAAwB,CAAC,QAAQ,CAAC;IAC7E,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAwBD,wBAAgB,QAAQ,CAAC,EACvB,IAAS,EACT,MAAW,EACX,KAAW,EACX,MAAY,EACZ,KAAK,EACL,SAAS,EACT,KAAK,EACL,GAAG,IAAI,EACR,EAAE,aAAa,2CAkOf"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
export interface ProgressBarProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
2
3
|
value: number;
|
|
3
4
|
showLabel?: boolean;
|
|
4
5
|
height?: number;
|
|
@@ -7,5 +8,5 @@ export interface ProgressBarProps {
|
|
|
7
8
|
showTrend?: boolean;
|
|
8
9
|
previousValue?: number;
|
|
9
10
|
}
|
|
10
|
-
export declare function ProgressBar({ value, showLabel, height, rounded, label, showTrend, previousValue, }: ProgressBarProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export declare function ProgressBar({ value, showLabel, height, rounded, label, showTrend, previousValue, className, style, ...rest }: ProgressBarProps): import("react/jsx-runtime").JSX.Element;
|
|
11
12
|
//# sourceMappingURL=ProgressBar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["../../../../src/components/data-display/ProgressBar.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,MAAM,WAAW,gBAAiB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;IAC7E,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAcD,wBAAgB,WAAW,CAAC,EAC1B,KAAS,EACT,SAAgB,EAChB,MAAW,EACX,OAAc,EACd,KAAK,EACL,SAAiB,EACjB,aAAa,EACb,SAAS,EACT,KAAK,EACL,GAAG,IAAI,EACR,EAAE,gBAAgB,2CAyHlB"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
export interface RatingStarsProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'onChange'> {
|
|
2
3
|
value: number;
|
|
3
4
|
outOf?: number;
|
|
4
5
|
size?: number;
|
|
@@ -6,5 +7,5 @@ export interface RatingStarsProps {
|
|
|
6
7
|
interactive?: boolean;
|
|
7
8
|
onChange?: (value: number) => void;
|
|
8
9
|
}
|
|
9
|
-
export declare function RatingStars({ value, outOf, size, showValue, interactive, onChange, }: RatingStarsProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export declare function RatingStars({ value, outOf, size, showValue, interactive, onChange, style, className, ...rest }: RatingStarsProps): import("react/jsx-runtime").JSX.Element;
|
|
10
11
|
//# sourceMappingURL=RatingStars.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RatingStars.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"RatingStars.d.ts","sourceRoot":"","sources":["../../../../src/components/data-display/RatingStars.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAgG/B,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC;IAC/F,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACpC;AAED,wBAAgB,WAAW,CAAC,EAC1B,KAAS,EACT,KAAS,EACT,IAAS,EACT,SAAgB,EAChB,WAAmB,EACnB,QAAQ,EACR,KAAU,EACV,SAAc,EACd,GAAG,IAAI,EACR,EAAE,gBAAgB,2CAoFlB"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
export interface SparklineProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
2
3
|
data: number[];
|
|
3
4
|
width?: number;
|
|
4
5
|
height?: number;
|
|
5
6
|
}
|
|
6
|
-
export declare function Sparkline({ data, width, height }: SparklineProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare function Sparkline({ data, width, height, style, className, ...rest }: SparklineProps): import("react/jsx-runtime").JSX.Element;
|
|
7
8
|
//# sourceMappingURL=Sparkline.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Sparkline.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"Sparkline.d.ts","sourceRoot":"","sources":["../../../../src/components/data-display/Sparkline.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,MAAM,WAAW,cAAe,SAAQ,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;IAC3E,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAaD,wBAAgB,SAAS,CAAC,EACxB,IAAS,EACT,KAAW,EACX,MAAW,EACX,KAAU,EACV,SAAc,EACd,GAAG,IAAI,EACR,EAAE,cAAc,2CAsGhB"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
+
import type React from 'react';
|
|
1
2
|
export interface TimelineItem {
|
|
2
3
|
id: string;
|
|
3
4
|
title: string;
|
|
4
5
|
description?: string;
|
|
5
6
|
time?: string;
|
|
6
|
-
status?:
|
|
7
|
+
status?: 'done' | 'in_progress' | 'blocked' | 'todo';
|
|
7
8
|
}
|
|
8
|
-
export interface TimelineProps {
|
|
9
|
+
export interface TimelineProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
9
10
|
items: TimelineItem[];
|
|
10
11
|
}
|
|
11
|
-
export declare function Timeline({ items }: TimelineProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export declare function Timeline({ items, style, className, ...rest }: TimelineProps): import("react/jsx-runtime").JSX.Element;
|
|
12
13
|
//# sourceMappingURL=Timeline.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Timeline.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"Timeline.d.ts","sourceRoot":"","sources":["../../../../src/components/data-display/Timeline.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,GAAG,aAAa,GAAG,SAAS,GAAG,MAAM,CAAC;CACtD;AAED,MAAM,WAAW,aAAc,SAAQ,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;IAC1E,KAAK,EAAE,YAAY,EAAE,CAAC;CACvB;AAgKD,wBAAgB,QAAQ,CAAC,EAAE,KAAU,EAAE,KAAU,EAAE,SAAc,EAAE,GAAG,IAAI,EAAE,EAAE,aAAa,2CA0E1F"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { Badge, type BadgeProps, type BadgeTone } from
|
|
2
|
-
export { BadgeGroup, type BadgeGroupProps } from
|
|
3
|
-
export { BarChart, type BarChartProps } from
|
|
4
|
-
export { CalendarGrid, type CalendarGridProps, type CalendarMark } from
|
|
5
|
-
export { DataTable, type DataTableProps, type DataTableColumn } from
|
|
6
|
-
export { LineChart, type LineChartProps } from
|
|
7
|
-
export { PieChart, type PieChartProps } from
|
|
8
|
-
export { ProgressBar, type ProgressBarProps } from
|
|
9
|
-
export { RatingStars, type RatingStarsProps } from
|
|
10
|
-
export { Sparkline, type SparklineProps } from
|
|
11
|
-
export { Timeline, type TimelineProps, type TimelineItem } from
|
|
1
|
+
export { Badge, type BadgeProps, type BadgeTone } from './Badge';
|
|
2
|
+
export { BadgeGroup, type BadgeGroupProps } from './BadgeGroup';
|
|
3
|
+
export { BarChart, type BarChartProps } from './BarChart';
|
|
4
|
+
export { CalendarGrid, type CalendarGridProps, type CalendarMark } from './CalendarGrid';
|
|
5
|
+
export { DataTable, type DataTableProps, type DataTableColumn } from './DataTable';
|
|
6
|
+
export { LineChart, type LineChartProps } from './LineChart';
|
|
7
|
+
export { PieChart, type PieChartProps } from './PieChart';
|
|
8
|
+
export { ProgressBar, type ProgressBarProps } from './ProgressBar';
|
|
9
|
+
export { RatingStars, type RatingStarsProps } from './RatingStars';
|
|
10
|
+
export { Sparkline, type SparklineProps } from './Sparkline';
|
|
11
|
+
export { Timeline, type TimelineProps, type TimelineItem } from './Timeline';
|
|
12
12
|
//# 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/data-display/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,KAAK,SAAS,EAAE,MAAM,SAAS,CAAC;AACjE,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC;AAChE,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,YAAY,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,KAAK,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACzF,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,KAAK,eAAe,EAAE,MAAM,aAAa,CAAC;AACnF,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7D,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,YAAY,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACnE,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACnE,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7D,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,KAAK,YAAY,EAAE,MAAM,YAAY,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
import type { Currency } from '../../core/types';
|
|
2
3
|
export interface CartItem {
|
|
3
4
|
id: string;
|
|
4
5
|
title: string;
|
|
@@ -40,15 +41,17 @@ export interface VariantGroup {
|
|
|
40
41
|
name: string;
|
|
41
42
|
options: VariantOption[];
|
|
42
43
|
}
|
|
43
|
-
export interface CartDrawerProps extends CartCommonProps {
|
|
44
|
+
export interface CartDrawerProps extends CartCommonProps, React.ComponentPropsWithoutRef<'aside'> {
|
|
44
45
|
open?: boolean;
|
|
45
46
|
width?: number;
|
|
46
47
|
}
|
|
47
|
-
export declare function CartDrawer({ items, currency, onQtyChange, onRemove, onCheckout, open, width, }: CartDrawerProps): import("react/jsx-runtime").JSX.Element;
|
|
48
|
-
export
|
|
49
|
-
|
|
48
|
+
export declare function CartDrawer({ items, currency, onQtyChange, onRemove, onCheckout, open, width, className, style, ...rest }: CartDrawerProps): import("react/jsx-runtime").JSX.Element;
|
|
49
|
+
export interface MiniCartPanelProps extends CartCommonProps, React.ComponentPropsWithoutRef<'div'> {
|
|
50
|
+
}
|
|
51
|
+
export declare function MiniCartPanel({ items, currency, onCheckout, className, style, ...rest }: MiniCartPanelProps): import("react/jsx-runtime").JSX.Element;
|
|
52
|
+
export interface OrderSummaryProps extends React.ComponentPropsWithoutRef<'section'> {
|
|
50
53
|
orderId?: string;
|
|
51
|
-
status?:
|
|
54
|
+
status?: 'processing' | 'shipped' | 'delivered' | 'cancelled';
|
|
52
55
|
lines: OrderLine[];
|
|
53
56
|
subtotal: number;
|
|
54
57
|
shipping?: number;
|
|
@@ -58,23 +61,23 @@ export interface OrderSummaryProps {
|
|
|
58
61
|
shippingAddress?: string;
|
|
59
62
|
estimatedDelivery?: string;
|
|
60
63
|
}
|
|
61
|
-
export declare function OrderSummary({ orderId, status, lines, subtotal, shipping, tax, total, currency, shippingAddress, estimatedDelivery }: OrderSummaryProps): import("react/jsx-runtime").JSX.Element;
|
|
62
|
-
export interface ProductCardProps {
|
|
64
|
+
export declare function OrderSummary({ orderId, status, lines, subtotal, shipping, tax, total, currency, shippingAddress, estimatedDelivery, className, style, ...rest }: OrderSummaryProps): import("react/jsx-runtime").JSX.Element;
|
|
65
|
+
export interface ProductCardProps extends React.ComponentPropsWithoutRef<'article'> {
|
|
63
66
|
product: Product;
|
|
64
67
|
currency?: Currency;
|
|
65
68
|
onAddToCart?: (id: string) => void;
|
|
66
69
|
onWishlist?: (id: string) => void;
|
|
67
70
|
}
|
|
68
|
-
export declare function ProductCard({ product, currency, onAddToCart, onWishlist }: ProductCardProps): import("react/jsx-runtime").JSX.Element;
|
|
69
|
-
export interface ProductGridProps {
|
|
71
|
+
export declare function ProductCard({ product, currency, onAddToCart, onWishlist, className, style, ...rest }: ProductCardProps): import("react/jsx-runtime").JSX.Element;
|
|
72
|
+
export interface ProductGridProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
70
73
|
products: Product[];
|
|
71
74
|
currency?: Currency;
|
|
72
75
|
columns?: number | string;
|
|
73
76
|
onAddToCart?: (id: string) => void;
|
|
74
77
|
onWishlist?: (id: string) => void;
|
|
75
78
|
}
|
|
76
|
-
export declare function ProductGrid({ products, currency, columns, onAddToCart, onWishlist }: ProductGridProps): import("react/jsx-runtime").JSX.Element;
|
|
77
|
-
export interface ProductDetailProps {
|
|
79
|
+
export declare function ProductGrid({ products, currency, columns, onAddToCart, onWishlist, className, style, ...rest }: ProductGridProps): import("react/jsx-runtime").JSX.Element;
|
|
80
|
+
export interface ProductDetailProps extends React.ComponentPropsWithoutRef<'section'> {
|
|
78
81
|
product: Product;
|
|
79
82
|
description?: string;
|
|
80
83
|
images?: string[];
|
|
@@ -82,29 +85,29 @@ export interface ProductDetailProps {
|
|
|
82
85
|
currency?: Currency;
|
|
83
86
|
onAddToCart?: () => void;
|
|
84
87
|
}
|
|
85
|
-
export declare function ProductDetail({ product, description, images, variants, currency, onAddToCart }: ProductDetailProps): import("react/jsx-runtime").JSX.Element;
|
|
86
|
-
export interface VariantSelectorProps {
|
|
88
|
+
export declare function ProductDetail({ product, description, images, variants, currency, onAddToCart, className, style, ...rest }: ProductDetailProps): import("react/jsx-runtime").JSX.Element;
|
|
89
|
+
export interface VariantSelectorProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'onChange'> {
|
|
87
90
|
groups: VariantGroup[];
|
|
88
91
|
selected?: Record<string, string>;
|
|
89
92
|
onChange?: (groupName: string, value: string) => void;
|
|
90
93
|
}
|
|
91
|
-
export declare function VariantSelector({ groups, selected, onChange }: VariantSelectorProps): import("react/jsx-runtime").JSX.Element;
|
|
92
|
-
export interface QuickAddButtonProps {
|
|
94
|
+
export declare function VariantSelector({ groups, selected, onChange, className, style, ...rest }: VariantSelectorProps): import("react/jsx-runtime").JSX.Element;
|
|
95
|
+
export interface QuickAddButtonProps extends React.ComponentPropsWithoutRef<'button'> {
|
|
93
96
|
productId: string;
|
|
94
97
|
label?: string;
|
|
95
98
|
onAdd?: (id: string) => void;
|
|
96
99
|
disabled?: boolean;
|
|
97
100
|
}
|
|
98
|
-
export declare function QuickAddButton({ productId, label, onAdd, disabled }: QuickAddButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
99
|
-
export interface WishlistButtonProps {
|
|
101
|
+
export declare function QuickAddButton({ productId, label, onAdd, disabled, className, style, ...rest }: QuickAddButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
102
|
+
export interface WishlistButtonProps extends Omit<React.ComponentPropsWithoutRef<'button'>, 'onToggle'> {
|
|
100
103
|
productId: string;
|
|
101
104
|
wishlisted?: boolean;
|
|
102
105
|
onToggle?: (id: string) => void;
|
|
103
106
|
}
|
|
104
|
-
export declare function WishlistButton({ productId, wishlisted, onToggle }: WishlistButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
105
|
-
export interface PaymentButtonsProps {
|
|
107
|
+
export declare function WishlistButton({ productId, wishlisted, onToggle, className, style, ...rest }: WishlistButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
108
|
+
export interface PaymentButtonsProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
106
109
|
onPay?: (method: string) => void;
|
|
107
110
|
methods?: string[];
|
|
108
111
|
}
|
|
109
|
-
export declare function PaymentButtons({ onPay, methods }: PaymentButtonsProps): import("react/jsx-runtime").JSX.Element;
|
|
112
|
+
export declare function PaymentButtons({ onPay, methods, className, style, ...rest }: PaymentButtonsProps): import("react/jsx-runtime").JSX.Element;
|
|
110
113
|
//# 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/ecommerce/index.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
export interface AddressAutocompleteProps {
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
export interface AddressAutocompleteProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'onSelect'> {
|
|
3
3
|
as?: React.ElementType;
|
|
4
4
|
label?: string;
|
|
5
5
|
name: string;
|
|
@@ -20,8 +20,6 @@ export interface AddressAutocompleteProps {
|
|
|
20
20
|
gap?: number;
|
|
21
21
|
labelSize?: number;
|
|
22
22
|
inputSize?: number;
|
|
23
|
-
style?: React.CSSProperties;
|
|
24
|
-
className?: string;
|
|
25
23
|
}
|
|
26
24
|
export declare function AddressAutocomplete(props: AddressAutocompleteProps): import("react/jsx-runtime").JSX.Element;
|
|
27
25
|
//# sourceMappingURL=AddressAutocomplete.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AddressAutocomplete.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"AddressAutocomplete.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/AddressAutocomplete.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,MAAM,WAAW,wBACf,SAAQ,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC;IAC/D,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,MAAM,EAAE,CAAC,GAAG,MAAM,EAAE,CAAC;IACtD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,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,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAaD,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,wBAAwB,2CAsOlE"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
export interface CaptchaProps {
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
export interface CaptchaProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
3
3
|
as?: React.ElementType;
|
|
4
|
-
mode?:
|
|
4
|
+
mode?: 'checkbox' | 'math';
|
|
5
5
|
label?: string;
|
|
6
6
|
onVerify?: (ok: boolean) => void;
|
|
7
7
|
bgColor?: string;
|
|
@@ -16,8 +16,6 @@ export interface CaptchaProps {
|
|
|
16
16
|
radius?: number;
|
|
17
17
|
gap?: number;
|
|
18
18
|
labelSize?: number;
|
|
19
|
-
style?: React.CSSProperties;
|
|
20
|
-
className?: string;
|
|
21
19
|
}
|
|
22
20
|
export declare function Captcha(props: CaptchaProps): import("react/jsx-runtime").JSX.Element;
|
|
23
21
|
//# sourceMappingURL=Captcha.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Captcha.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"Captcha.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/Captcha.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,MAAM,WAAW,YAAa,SAAQ,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;IACzE,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,IAAI,CAAC,EAAE,UAAU,GAAG,MAAM,CAAC;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,EAAE,EAAE,OAAO,KAAK,IAAI,CAAC;IACjC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,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,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAeD,wBAAgB,OAAO,CAAC,KAAK,EAAE,YAAY,2CA2O1C"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
export interface ContactFormProps {
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
export interface ContactFormProps extends Omit<React.ComponentPropsWithoutRef<'section'>, 'onSubmit'> {
|
|
3
3
|
as?: React.ElementType;
|
|
4
4
|
title?: string;
|
|
5
5
|
onSubmit?: (data: {
|
|
@@ -21,8 +21,6 @@ export interface ContactFormProps {
|
|
|
21
21
|
titleSize?: number;
|
|
22
22
|
labelSize?: number;
|
|
23
23
|
inputSize?: number;
|
|
24
|
-
style?: React.CSSProperties;
|
|
25
|
-
className?: string;
|
|
26
24
|
}
|
|
27
25
|
export declare function ContactForm(props: ContactFormProps): import("react/jsx-runtime").JSX.Element;
|
|
28
26
|
//# sourceMappingURL=ContactForm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContactForm.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"ContactForm.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/ContactForm.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,MAAM,WAAW,gBACf,SAAQ,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,SAAS,CAAC,EAAE,UAAU,CAAC;IACnE,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE;QAChB,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC;KACjB,KAAK,IAAI,CAAC;IACX,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,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,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAeD,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,2CA0WlD"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
export interface DateTimePickerProps {
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
export interface DateTimePickerProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'onChange'> {
|
|
3
3
|
as?: React.ElementType;
|
|
4
4
|
label?: string;
|
|
5
5
|
name: string;
|
|
6
|
-
mode?:
|
|
6
|
+
mode?: 'date' | 'time' | 'datetime-local' | 'month' | 'week';
|
|
7
7
|
value?: string;
|
|
8
8
|
defaultValue?: string;
|
|
9
9
|
onChange?: (v: string) => void;
|
|
@@ -20,8 +20,6 @@ export interface DateTimePickerProps {
|
|
|
20
20
|
gap?: number;
|
|
21
21
|
labelSize?: number;
|
|
22
22
|
inputSize?: number;
|
|
23
|
-
style?: React.CSSProperties;
|
|
24
|
-
className?: string;
|
|
25
23
|
}
|
|
26
24
|
export declare function DateTimePicker(props: DateTimePickerProps): import("react/jsx-runtime").JSX.Element;
|
|
27
25
|
//# sourceMappingURL=DateTimePicker.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DateTimePicker.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"DateTimePicker.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/DateTimePicker.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,MAAM,WAAW,mBACf,SAAQ,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC;IAC/D,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,gBAAgB,GAAG,OAAO,GAAG,MAAM,CAAC;IAC7D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,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,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAaD,wBAAgB,cAAc,CAAC,KAAK,EAAE,mBAAmB,2CAoKxD"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
export interface FileUploaderProps {
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
export interface FileUploaderProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
3
3
|
as?: React.ElementType;
|
|
4
4
|
multiple?: boolean;
|
|
5
5
|
accept?: string;
|
|
@@ -17,8 +17,6 @@ export interface FileUploaderProps {
|
|
|
17
17
|
py?: number;
|
|
18
18
|
radius?: number;
|
|
19
19
|
gap?: number;
|
|
20
|
-
style?: React.CSSProperties;
|
|
21
|
-
className?: string;
|
|
22
20
|
}
|
|
23
21
|
export declare function FileUploader(props: FileUploaderProps): import("react/jsx-runtime").JSX.Element;
|
|
24
22
|
//# sourceMappingURL=FileUploader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileUploader.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"FileUploader.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/FileUploader.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,MAAM,WAAW,iBAAkB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;IAC9E,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,KAAK,IAAI,CAAC;IAClC,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,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,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;CACd;AAED,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,2CAkMpD"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
export interface FormShellProps {
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
export interface FormShellProps extends React.ComponentPropsWithoutRef<'section'> {
|
|
3
3
|
as?: React.ElementType;
|
|
4
4
|
bgColor?: string;
|
|
5
5
|
textColor?: string;
|
|
@@ -9,9 +9,6 @@ export interface FormShellProps {
|
|
|
9
9
|
py?: number;
|
|
10
10
|
radius?: number;
|
|
11
11
|
gap?: number;
|
|
12
|
-
style?: React.CSSProperties;
|
|
13
|
-
className?: string;
|
|
14
|
-
children?: React.ReactNode;
|
|
15
12
|
}
|
|
16
13
|
export declare function FormShell(props: FormShellProps): import("react/jsx-runtime").JSX.Element;
|
|
17
14
|
//# sourceMappingURL=FormShell.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormShell.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"FormShell.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/FormShell.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,MAAM,WAAW,cAAe,SAAQ,KAAK,CAAC,wBAAwB,CAAC,SAAS,CAAC;IAC/E,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,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;CACd;AAED,wBAAgB,SAAS,CAAC,KAAK,EAAE,cAAc,2CAkC9C"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
export interface InputFieldProps {
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
export interface InputFieldProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'onChange'> {
|
|
3
3
|
as?: React.ElementType;
|
|
4
4
|
label?: string;
|
|
5
5
|
name: string;
|
|
@@ -25,8 +25,6 @@ export interface InputFieldProps {
|
|
|
25
25
|
gap?: number;
|
|
26
26
|
labelSize?: number;
|
|
27
27
|
inputSize?: number;
|
|
28
|
-
style?: React.CSSProperties;
|
|
29
|
-
className?: string;
|
|
30
28
|
}
|
|
31
29
|
export declare function InputField(props: InputFieldProps): import("react/jsx-runtime").JSX.Element;
|
|
32
30
|
//# sourceMappingURL=InputField.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputField.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"InputField.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/InputField.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,MAAM,WAAW,eAAgB,SAAQ,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC;IAC9F,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,KAAK,CAAC,sBAAsB,CAAC;IACpC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,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,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,2CAoIhD"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import type React from 'react';
|
|
2
2
|
export type WizardStep = {
|
|
3
3
|
title: string;
|
|
4
4
|
description?: string;
|
|
5
5
|
content: React.ReactNode;
|
|
6
6
|
validate?: () => string[];
|
|
7
7
|
};
|
|
8
|
-
export interface MultiStepWizardProps {
|
|
8
|
+
export interface MultiStepWizardProps extends React.ComponentPropsWithoutRef<'section'> {
|
|
9
9
|
as?: React.ElementType;
|
|
10
10
|
steps: WizardStep[];
|
|
11
11
|
onFinish?: () => void;
|
|
@@ -22,8 +22,6 @@ export interface MultiStepWizardProps {
|
|
|
22
22
|
titleSize?: number;
|
|
23
23
|
descSize?: number;
|
|
24
24
|
navBtnSize?: number;
|
|
25
|
-
style?: React.CSSProperties;
|
|
26
|
-
className?: string;
|
|
27
25
|
}
|
|
28
26
|
export declare function MultiStepWizard(props: MultiStepWizardProps): import("react/jsx-runtime").JSX.Element;
|
|
29
27
|
//# sourceMappingURL=MultiStepWizard.d.ts.map
|