randmarcomps 1.652.0 → 1.653.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/App.d.ts +3 -0
- package/dist/api-config-context.d.ts +9 -0
- package/dist/chat-context.d.ts +14 -0
- package/dist/components/pages/explore-manufacturers.d.ts +6 -0
- package/dist/components/pages/manufacturer-overview/components/billing-info.d.ts +9 -0
- package/dist/components/pages/manufacturer-overview/components/credit-finance-card.d.ts +7 -0
- package/dist/components/pages/manufacturer-overview/components/inventory-finance-card.d.ts +7 -0
- package/dist/components/pages/manufacturer-overview/components/open-to-work.d.ts +8 -0
- package/dist/components/pages/manufacturer-overview/components/public-info.d.ts +9 -0
- package/dist/components/pages/manufacturer-overview/components/qualifications.d.ts +9 -0
- package/dist/components/pages/manufacturer-overview/components/reports.d.ts +8 -0
- package/dist/components/pages/manufacturer-overview/components/reseller-orders.d.ts +8 -0
- package/dist/components/pages/manufacturer-overview/view.d.ts +10 -0
- package/dist/components/pages/partner-relationship/components/manufacturer-categories-stats.d.ts +8 -0
- package/dist/components/pages/partner-relationship/components/manufacturer-categories.d.ts +8 -0
- package/dist/components/pages/partner-relationship/components/manufacturer-category-summary.d.ts +11 -0
- package/dist/components/pages/partner-relationship/components/manufacturer-products.d.ts +8 -0
- package/dist/components/pages/partner-relationship/view.d.ts +9 -0
- package/dist/components/pages/product-overview/components/invoices-table.d.ts +8 -0
- package/dist/components/pages/product-overview/components/logs-table.d.ts +7 -0
- package/dist/components/pages/product-overview/components/purchase-orders-table.d.ts +8 -0
- package/dist/components/pages/product-overview/components/receipts-table.d.ts +8 -0
- package/dist/components/pages/product-overview/components/requisitions-table.d.ts +8 -0
- package/dist/components/pages/product-overview/view.d.ts +16 -0
- package/dist/components/pages/reseller-overview/components/account-tier.d.ts +10 -0
- package/dist/components/pages/reseller-overview/components/billing-card.d.ts +12 -0
- package/dist/components/pages/reseller-overview/components/order-categories.d.ts +7 -0
- package/dist/components/pages/reseller-overview/components/public-info.d.ts +10 -0
- package/dist/components/pages/reseller-overview/components/reports-section.d.ts +8 -0
- package/dist/components/pages/reseller-overview/components/sales-chart-card.d.ts +21 -0
- package/dist/components/pages/reseller-overview/components/sales-data.d.ts +8 -0
- package/dist/components/pages/reseller-overview/components/upgrade-tier-modal.d.ts +9 -0
- package/dist/components/pages/reseller-overview/view.d.ts +12 -0
- package/dist/components/pages/search/components/grid.d.ts +42 -0
- package/dist/components/pages/search/components/search-no-results-card.d.ts +13 -0
- package/dist/components/pages/search/components/search-results-header.d.ts +11 -0
- package/dist/components/pages/search/components/search-results-skeleton.d.ts +9 -0
- package/dist/components/pages/search/view.d.ts +18 -0
- package/dist/components/ui/accordion.d.ts +7 -0
- package/dist/components/ui/active-orders-card.d.ts +7 -0
- package/dist/components/ui/alert-dialog.d.ts +18 -0
- package/dist/components/ui/alert.d.ts +8 -0
- package/dist/components/ui/api-image.d.ts +7 -0
- package/dist/components/ui/areacharts.d.ts +47 -0
- package/dist/components/ui/avatar.d.ts +6 -0
- package/dist/components/ui/avatarfooter.d.ts +9 -0
- package/dist/components/ui/badge.d.ts +11 -0
- package/dist/components/ui/button.d.ts +19 -0
- package/dist/components/ui/calendar.d.ts +8 -0
- package/dist/components/ui/card.d.ts +8 -0
- package/dist/components/ui/category-card.d.ts +6 -0
- package/dist/components/ui/charttooltipcontent.d.ts +14 -0
- package/dist/components/ui/chat/ChatLeftSidebar.d.ts +17 -0
- package/dist/components/ui/chat/ChatMainArea.d.ts +16 -0
- package/dist/components/ui/chat/ChatRightSidebar.d.ts +10 -0
- package/dist/components/ui/chat/UserSetupForm.d.ts +4 -0
- package/dist/components/ui/chat/ai-chat-layout.d.ts +16 -0
- package/dist/components/ui/chat/assistant-chat.d.ts +6 -0
- package/dist/components/ui/chat/chat-layout.d.ts +7 -0
- package/dist/components/ui/chat/chat-list.d.ts +9 -0
- package/dist/components/ui/chat/chat-messages.d.ts +20 -0
- package/dist/components/ui/chat/chat.d.ts +23 -0
- package/dist/components/ui/chat/debug-message-display.d.ts +4 -0
- package/dist/components/ui/checkbox-card-list.d.ts +31 -0
- package/dist/components/ui/checkbox.d.ts +4 -0
- package/dist/components/ui/command.d.ts +80 -0
- package/dist/components/ui/country-flag.d.ts +7 -0
- package/dist/components/ui/data-refresh-assistant-cluster.d.ts +13 -0
- package/dist/components/ui/data-table.d.ts +12 -0
- package/dist/components/ui/date-picker.d.ts +18 -0
- package/dist/components/ui/dialog.d.ts +26 -0
- package/dist/components/ui/dropdown-menu.d.ts +27 -0
- package/dist/components/ui/external-product-card.d.ts +12 -0
- package/dist/components/ui/general-document-card.d.ts +6 -0
- package/dist/components/ui/input-otp.d.ts +11 -0
- package/dist/components/ui/input.d.ts +8 -0
- package/dist/components/ui/invoice-card.d.ts +6 -0
- package/dist/components/ui/label.d.ts +4 -0
- package/dist/components/ui/layout.d.ts +18 -0
- package/dist/components/ui/manufacturer-card.d.ts +12 -0
- package/dist/components/ui/manufacturer-get-started-button.d.ts +17 -0
- package/dist/components/ui/manufacturer-reordering-card.d.ts +11 -0
- package/dist/components/ui/multi-select.d.ts +10 -0
- package/dist/components/ui/navbar-route-matcher.d.ts +2 -0
- package/dist/components/ui/navbar.d.ts +19 -0
- package/dist/components/ui/opportunities-table.d.ts +8 -0
- package/dist/components/ui/order-card.d.ts +6 -0
- package/dist/components/ui/orders-card.d.ts +9 -0
- package/dist/components/ui/page-header.d.ts +6 -0
- package/dist/components/ui/partner-actions.d.ts +7 -0
- package/dist/components/ui/partner-card-header.d.ts +26 -0
- package/dist/components/ui/partner-card.d.ts +16 -0
- package/dist/components/ui/partner-logo.d.ts +10 -0
- package/dist/components/ui/partner-page-shell.d.ts +10 -0
- package/dist/components/ui/popover.d.ts +7 -0
- package/dist/components/ui/preloader-black-icon.json.d.ts +1240 -0
- package/dist/components/ui/preloader-icon.d.ts +5 -0
- package/dist/components/ui/preloader-white-icon.json.d.ts +1363 -0
- package/dist/components/ui/preloader.d.ts +6 -0
- package/dist/components/ui/product-card.d.ts +18 -0
- package/dist/components/ui/product-image-carousel.d.ts +10 -0
- package/dist/components/ui/product-image.d.ts +23 -0
- package/dist/components/ui/product-inventory-button.d.ts +11 -0
- package/dist/components/ui/product-inventory-grid.d.ts +8 -0
- package/dist/components/ui/progress.d.ts +4 -0
- package/dist/components/ui/qualification-badge.d.ts +6 -0
- package/dist/components/ui/radio-group.d.ts +5 -0
- package/dist/components/ui/refresh-cluster.d.ts +15 -0
- package/dist/components/ui/reseller-billing-overview-card.d.ts +9 -0
- package/dist/components/ui/reseller-card.d.ts +10 -0
- package/dist/components/ui/reseller-qualifications-card.d.ts +7 -0
- package/dist/components/ui/returns-table.d.ts +8 -0
- package/dist/components/ui/rich-text-editor.d.ts +7 -0
- package/dist/components/ui/rm-body-zone.d.ts +3 -0
- package/dist/components/ui/rm-page-header.d.ts +22 -0
- package/dist/components/ui/sales-chart.d.ts +21 -0
- package/dist/components/ui/sales-overview-card.d.ts +8 -0
- package/dist/components/ui/scroll-area.d.ts +8 -0
- package/dist/components/ui/select.d.ts +13 -0
- package/dist/components/ui/separator.d.ts +4 -0
- package/dist/components/ui/sheet.d.ts +25 -0
- package/dist/components/ui/shell-header.d.ts +3 -0
- package/dist/components/ui/shipment-card.d.ts +6 -0
- package/dist/components/ui/sidebar.d.ts +57 -0
- package/dist/components/ui/skeleton.d.ts +2 -0
- package/dist/components/ui/summary-overview-card.d.ts +25 -0
- package/dist/components/ui/switch.d.ts +4 -0
- package/dist/components/ui/system-log-feed.d.ts +11 -0
- package/dist/components/ui/system-log-feed.helpers.d.ts +16 -0
- package/dist/components/ui/table.d.ts +10 -0
- package/dist/components/ui/tabs.d.ts +7 -0
- package/dist/components/ui/textarea.d.ts +3 -0
- package/dist/components/ui/toast.d.ts +15 -0
- package/dist/components/ui/toaster.d.ts +1 -0
- package/dist/components/ui/tooltip.d.ts +7 -0
- package/dist/components/ui/top-percent-treemap.d.ts +14 -0
- package/dist/components/ui/topbar.d.ts +7 -0
- package/dist/components/ui/treemap.d.ts +16 -0
- package/dist/components/ui/unsaved-changes-dialog.d.ts +11 -0
- package/dist/custom-api-types.d.ts +8 -0
- package/dist/hooks/use-gemini.d.ts +51 -0
- package/dist/hooks/use-intersection-observer.d.ts +9 -0
- package/dist/hooks/use-mobile.d.ts +1 -0
- package/dist/hooks/use-partnership-assistant-prompt.d.ts +3 -0
- package/dist/hooks/use-router-navigation-guard.d.ts +11 -0
- package/dist/hooks/use-sidebar.d.ts +12 -0
- package/dist/hooks/use-toast.d.ts +20 -0
- package/dist/hooks/useAIAssistant.d.ts +32 -0
- package/dist/lib/utils.d.ts +48 -0
- package/dist/lib.d.ts +96 -0
- package/dist/main.d.ts +0 -0
- package/dist/portal-theme-provider.d.ts +8 -0
- package/dist/randmarcomps.cjs +25 -25
- package/dist/randmarcomps.js +4491 -4567
- package/dist/stories/ActiveOrdersCard.stories.d.ts +23 -0
- package/dist/stories/AlertDialog.stories.d.ts +8 -0
- package/dist/stories/AreaChart.stories.d.ts +64 -0
- package/dist/stories/Avatar.stories.d.ts +20 -0
- package/dist/stories/Badge.stories.d.ts +36 -0
- package/dist/stories/Button.stories.d.ts +32 -0
- package/dist/stories/Card.stories.d.ts +18 -0
- package/dist/stories/CheckboxCardList.stories.d.ts +9 -0
- package/dist/stories/DataRefreshAssistantCluster.stories.d.ts +14 -0
- package/dist/stories/DataTable.stories.d.ts +21 -0
- package/dist/stories/Dialog.stories.d.ts +19 -0
- package/dist/stories/DropdownMenu.stories.d.ts +26 -0
- package/dist/stories/ExploreManufacturers.stories.d.ts +6 -0
- package/dist/stories/ExternalProductCard.stories.d.ts +20 -0
- package/dist/stories/Input.stories.d.ts +22 -0
- package/dist/stories/ManufacturerCard.stories.d.ts +49 -0
- package/dist/stories/ManufacturerGetStartedButton.stories.d.ts +9 -0
- package/dist/stories/ManufacturerReorderingCard.stories.d.ts +14 -0
- package/dist/stories/MaskedInput.stories.d.ts +15 -0
- package/dist/stories/MultiSelect.stories.d.ts +32 -0
- package/dist/stories/Navbar.stories.d.ts +28 -0
- package/dist/stories/NavigationShell.stories.d.ts +20 -0
- package/dist/stories/PageHeader.stories.d.ts +9 -0
- package/dist/stories/PartnerCard.stories.d.ts +21 -0
- package/dist/stories/PortalThemes.stories.d.ts +11 -0
- package/dist/stories/Preloader.stories.d.ts +18 -0
- package/dist/stories/ProductCard.stories.d.ts +28 -0
- package/dist/stories/ProductImage.stories.d.ts +26 -0
- package/dist/stories/ProductImageCarousel.stories.d.ts +12 -0
- package/dist/stories/ProductInventoryGrid.stories.d.ts +27 -0
- package/dist/stories/RefreshCluster.stories.d.ts +15 -0
- package/dist/stories/ResellerBillingOverviewCard.stories.d.ts +27 -0
- package/dist/stories/ResellerCard.stories.d.ts +49 -0
- package/dist/stories/ResellerQualificationsCard.stories.d.ts +21 -0
- package/dist/stories/RichTextEditor.stories.d.ts +11 -0
- package/dist/stories/RmPageHeader.stories.d.ts +22 -0
- package/dist/stories/SalesOverviewCard.stories.d.ts +23 -0
- package/dist/stories/ScrollArea.stories.d.ts +16 -0
- package/dist/stories/SearchExperience.stories.d.ts +17 -0
- package/dist/stories/Select.stories.d.ts +13 -0
- package/dist/stories/Skeleton.stories.d.ts +20 -0
- package/dist/stories/SummaryOverviewCard.stories.d.ts +15 -0
- package/dist/stories/Switch.stories.d.ts +14 -0
- package/dist/stories/SystemLogFeed.stories.d.ts +20 -0
- package/dist/stories/Tabs.stories.d.ts +17 -0
- package/dist/stories/Tooltip.stories.d.ts +17 -0
- package/dist/stories/Topbar.stories.d.ts +27 -0
- package/dist/stories/Treemap.stories.d.ts +12 -0
- package/dist/utils/api-url.d.ts +13 -0
- package/dist/utils/assistant-mcp.d.ts +8 -0
- package/dist/utils/randmar-api-constants.d.ts +3 -0
- package/package.json +6 -9
- package/dist/randmarcomps.d.ts +0 -1455
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { StoryObj } from '@storybook/react';
|
|
3
|
+
import { ActiveOrdersCard } from '../components/ui/active-orders-card';
|
|
4
|
+
declare const meta: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: typeof ActiveOrdersCard;
|
|
7
|
+
parameters: {
|
|
8
|
+
layout: string;
|
|
9
|
+
};
|
|
10
|
+
tags: string[];
|
|
11
|
+
decorators: ((Story: React.ComponentType) => React.JSX.Element)[];
|
|
12
|
+
};
|
|
13
|
+
export default meta;
|
|
14
|
+
type Story = StoryObj<typeof meta>;
|
|
15
|
+
export declare const Default: Story;
|
|
16
|
+
export declare const Loading: Story;
|
|
17
|
+
export declare const Empty: Story;
|
|
18
|
+
export declare const ProcessingHeavy: Story;
|
|
19
|
+
export declare const ShippedHeavy: Story;
|
|
20
|
+
export declare const DelayedHeavy: Story;
|
|
21
|
+
export declare const LargeOrders: Story;
|
|
22
|
+
export declare const Mobile: Story;
|
|
23
|
+
export declare const Tablet: Story;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { AlertDialog } from '../components/ui/alert-dialog';
|
|
3
|
+
declare const meta: Meta<typeof AlertDialog>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof AlertDialog>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const CustomContent: Story;
|
|
8
|
+
export declare const WithCustomStyling: Story;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { AreaChart } from '../components/ui/areacharts';
|
|
3
|
+
/**
|
|
4
|
+
* Defines the metadata for the AreaChart stories category in Storybook.
|
|
5
|
+
* This includes the component's title in the sidebar, the component itself,
|
|
6
|
+
* and default parameters for layout and documentation.
|
|
7
|
+
*/
|
|
8
|
+
declare const meta: {
|
|
9
|
+
title: string;
|
|
10
|
+
component: typeof AreaChart;
|
|
11
|
+
parameters: {
|
|
12
|
+
layout: string;
|
|
13
|
+
};
|
|
14
|
+
tags: string[];
|
|
15
|
+
argTypes: {
|
|
16
|
+
data: {
|
|
17
|
+
control: "object";
|
|
18
|
+
description: string;
|
|
19
|
+
};
|
|
20
|
+
series: {
|
|
21
|
+
control: "object";
|
|
22
|
+
description: string;
|
|
23
|
+
};
|
|
24
|
+
height: {
|
|
25
|
+
control: "number";
|
|
26
|
+
description: string;
|
|
27
|
+
};
|
|
28
|
+
size: {
|
|
29
|
+
control: "radio";
|
|
30
|
+
options: string[];
|
|
31
|
+
description: string;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
decorators: ((Story: import('storybook/internal/csf').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
35
|
+
data: import('../components/ui/areacharts').DataPoint[];
|
|
36
|
+
series: import('../components/ui/areacharts').SeriesConfig[];
|
|
37
|
+
height?: number | undefined;
|
|
38
|
+
className?: string | undefined;
|
|
39
|
+
size?: "default" | "mini" | undefined;
|
|
40
|
+
}>) => import("react").JSX.Element)[];
|
|
41
|
+
};
|
|
42
|
+
export default meta;
|
|
43
|
+
type Story = StoryObj<typeof meta>;
|
|
44
|
+
/**
|
|
45
|
+
* The default story showcases a basic, single-series area chart with
|
|
46
|
+
* standard styling and a theme-aware primary color.
|
|
47
|
+
*/
|
|
48
|
+
export declare const Default: Story;
|
|
49
|
+
/**
|
|
50
|
+
* This story demonstrates the dual-axis functionality, plotting two series with
|
|
51
|
+
* different units and scales (Revenue in $ vs. Signups as a count).
|
|
52
|
+
* Each series is assigned to a different Y-axis.
|
|
53
|
+
*/
|
|
54
|
+
export declare const MultiSeriesDualAxis: Story;
|
|
55
|
+
/**
|
|
56
|
+
* This story demonstrates plotting multiple series that share a common Y-axis
|
|
57
|
+
* because their units and scales are comparable (e.g., Desktop vs. Mobile visitors).
|
|
58
|
+
*/
|
|
59
|
+
export declare const MultiSeriesSingleAxis: Story;
|
|
60
|
+
/**
|
|
61
|
+
* This story showcases the `size='mini'` variant, which creates a compact 'sparkline'
|
|
62
|
+
* chart without axes or tooltips. This is ideal for embedding in dashboards or tables.
|
|
63
|
+
*/
|
|
64
|
+
export declare const MiniChart: Story;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import('react').ForwardRefExoticComponent<Omit<import('@radix-ui/react-avatar').AvatarProps & import('react').RefAttributes<HTMLSpanElement>, "ref"> & import('react').RefAttributes<HTMLSpanElement>>;
|
|
5
|
+
parameters: {
|
|
6
|
+
layout: string;
|
|
7
|
+
};
|
|
8
|
+
tags: string[];
|
|
9
|
+
};
|
|
10
|
+
export default meta;
|
|
11
|
+
type Story = StoryObj<typeof meta>;
|
|
12
|
+
export declare const Default: Story;
|
|
13
|
+
export declare const WithFallback: Story;
|
|
14
|
+
export declare const WithIconFallback: Story;
|
|
15
|
+
export declare const Sizes: Story;
|
|
16
|
+
export declare const CustomStyling: Story;
|
|
17
|
+
export declare const AvatarGroup: Story;
|
|
18
|
+
export declare const WithStatusIndicator: Story;
|
|
19
|
+
export declare const WithNotificationBadge: Story;
|
|
20
|
+
export declare const WithLabel: Story;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import('react').ForwardRefExoticComponent<import('../components/ui/badge').BadgeProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
5
|
+
parameters: {
|
|
6
|
+
layout: string;
|
|
7
|
+
};
|
|
8
|
+
tags: string[];
|
|
9
|
+
args: {
|
|
10
|
+
onClick: import('@vitest/spy').Mock<(...args: any[]) => any>;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export default meta;
|
|
14
|
+
type Story = StoryObj<typeof meta>;
|
|
15
|
+
export declare const Default: Story;
|
|
16
|
+
export declare const Secondary: Story;
|
|
17
|
+
export declare const Destructive: Story;
|
|
18
|
+
export declare const Outline: Story;
|
|
19
|
+
export declare const Success: Story;
|
|
20
|
+
export declare const Warning: Story;
|
|
21
|
+
export declare const InfoStory: Story;
|
|
22
|
+
export declare const Ghost: Story;
|
|
23
|
+
export declare const RandmarRed: Story;
|
|
24
|
+
export declare const RandmarBlue: Story;
|
|
25
|
+
export declare const RandmarPurple: Story;
|
|
26
|
+
export declare const RandmarGreen: Story;
|
|
27
|
+
export declare const RandmarBlack: Story;
|
|
28
|
+
export declare const RandmarYellow: Story;
|
|
29
|
+
export declare const Small: Story;
|
|
30
|
+
export declare const Large: Story;
|
|
31
|
+
export declare const WithIcon: Story;
|
|
32
|
+
export declare const SuccessWithIcon: Story;
|
|
33
|
+
export declare const InfoWithIcon: Story;
|
|
34
|
+
export declare const WarningWithIcon: Story;
|
|
35
|
+
export declare const BadgeGroup: Story;
|
|
36
|
+
export declare const Interactive: Story;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import('react').ForwardRefExoticComponent<import('../components/ui/button').ButtonProps & import('react').RefAttributes<HTMLButtonElement>>;
|
|
5
|
+
parameters: {
|
|
6
|
+
layout: string;
|
|
7
|
+
};
|
|
8
|
+
tags: string[];
|
|
9
|
+
args: {
|
|
10
|
+
onClick: import('@vitest/spy').Mock<(...args: any[]) => any>;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export default meta;
|
|
14
|
+
type Story = StoryObj<typeof meta>;
|
|
15
|
+
export declare const Default: Story;
|
|
16
|
+
export declare const Secondary: Story;
|
|
17
|
+
export declare const Destructive: Story;
|
|
18
|
+
export declare const Outline: Story;
|
|
19
|
+
export declare const DefaultOutline: Story;
|
|
20
|
+
export declare const Ghost: Story;
|
|
21
|
+
export declare const Link: Story;
|
|
22
|
+
export declare const Blue: Story;
|
|
23
|
+
export declare const Red: Story;
|
|
24
|
+
export declare const Small: Story;
|
|
25
|
+
export declare const Large: Story;
|
|
26
|
+
export declare const Icon: Story;
|
|
27
|
+
export declare const Disabled: Story;
|
|
28
|
+
export declare const Loading: Story;
|
|
29
|
+
export declare const WithIcon: Story;
|
|
30
|
+
export declare const WithTrailingIcon: Story;
|
|
31
|
+
export declare const ButtonGroup: Story;
|
|
32
|
+
export declare const WithConfirmationDialog: Story;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import('react').ForwardRefExoticComponent<import('react').HTMLAttributes<HTMLDivElement> & import('react').RefAttributes<HTMLDivElement>>;
|
|
5
|
+
parameters: {
|
|
6
|
+
layout: string;
|
|
7
|
+
};
|
|
8
|
+
tags: string[];
|
|
9
|
+
};
|
|
10
|
+
export default meta;
|
|
11
|
+
type Story = StoryObj<typeof meta>;
|
|
12
|
+
export declare const Default: Story;
|
|
13
|
+
export declare const WithActions: Story;
|
|
14
|
+
export declare const NoHeader: Story;
|
|
15
|
+
export declare const NoFooter: Story;
|
|
16
|
+
export declare const CustomStyling: Story;
|
|
17
|
+
export declare const Interactive: Story;
|
|
18
|
+
export declare const CardGrid: Story;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { CheckboxCardList } from '../components/ui/checkbox-card-list';
|
|
3
|
+
declare const meta: Meta<typeof CheckboxCardList>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const Selected: Story;
|
|
8
|
+
export declare const Disabled: Story;
|
|
9
|
+
export declare const LongLabel: Story;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { DataRefreshAssistantCluster } from '../components/ui/data-refresh-assistant-cluster';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof DataRefreshAssistantCluster;
|
|
6
|
+
tags: string[];
|
|
7
|
+
parameters: {
|
|
8
|
+
layout: string;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export default meta;
|
|
12
|
+
type Story = StoryObj<typeof meta>;
|
|
13
|
+
export declare const ProgressiveRefresh: Story;
|
|
14
|
+
export declare const ExternallyRefreshing: Story;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { DataTable } from '../components/ui/data-table';
|
|
3
|
+
interface Payment {
|
|
4
|
+
id: string;
|
|
5
|
+
amount: number;
|
|
6
|
+
status: "pending" | "processing" | "success" | "failed" | "" | "empty";
|
|
7
|
+
email: string;
|
|
8
|
+
clientName: string;
|
|
9
|
+
date: string;
|
|
10
|
+
}
|
|
11
|
+
declare const meta: Meta<typeof DataTable<Payment, unknown>>;
|
|
12
|
+
export default meta;
|
|
13
|
+
type Story = StoryObj<typeof meta>;
|
|
14
|
+
export declare const Default: Story;
|
|
15
|
+
export declare const WithPagination: Story;
|
|
16
|
+
export declare const FewerThanPageSize: Story;
|
|
17
|
+
export declare const EmptyTable: Story;
|
|
18
|
+
export declare const SortableAndFilterable: Story;
|
|
19
|
+
export declare const FilteringWithEmptyOptionBehavior: Story;
|
|
20
|
+
export declare const ManyColumnsHorizontalScroll: Story;
|
|
21
|
+
export declare const MixedColumnAbilities: Story;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: {
|
|
5
|
+
({ modal, ...props }: import('@radix-ui/react-dialog').DialogProps): import("react").JSX.Element;
|
|
6
|
+
displayName: string | undefined;
|
|
7
|
+
};
|
|
8
|
+
parameters: {
|
|
9
|
+
layout: string;
|
|
10
|
+
};
|
|
11
|
+
tags: string[];
|
|
12
|
+
};
|
|
13
|
+
export default meta;
|
|
14
|
+
type Story = StoryObj<typeof meta>;
|
|
15
|
+
export declare const Basic: Story;
|
|
16
|
+
export declare const WithForm: Story;
|
|
17
|
+
export declare const CustomWidth: Story;
|
|
18
|
+
export declare const NonModal: Story;
|
|
19
|
+
export declare const Destructive: Story;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import('react').FC<import('@radix-ui/react-dropdown-menu').DropdownMenuProps>;
|
|
5
|
+
parameters: {
|
|
6
|
+
layout: string;
|
|
7
|
+
};
|
|
8
|
+
tags: string[];
|
|
9
|
+
decorators: ((Story: import('storybook/internal/csf').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
10
|
+
children?: import('react').ReactNode;
|
|
11
|
+
dir?: ("ltr" | "rtl") | undefined;
|
|
12
|
+
open?: boolean | undefined;
|
|
13
|
+
defaultOpen?: boolean | undefined;
|
|
14
|
+
onOpenChange?: ((open: boolean) => void) | undefined;
|
|
15
|
+
modal?: boolean | undefined;
|
|
16
|
+
}>) => import("react").JSX.Element)[];
|
|
17
|
+
};
|
|
18
|
+
export default meta;
|
|
19
|
+
type Story = StoryObj<typeof meta>;
|
|
20
|
+
export declare const Basic: Story;
|
|
21
|
+
export declare const WithIcons: Story;
|
|
22
|
+
export declare const WithCheckboxes: Story;
|
|
23
|
+
export declare const WithRadioItems: Story;
|
|
24
|
+
export declare const WithSubmenus: Story;
|
|
25
|
+
export declare const ComplexExample: Story;
|
|
26
|
+
export declare const WithDisabledItems: Story;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { default as ExploreManufacturers } from '../components/pages/explore-manufacturers';
|
|
3
|
+
declare const meta: Meta<typeof ExploreManufacturers>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof ExploreManufacturers>;
|
|
6
|
+
export declare const Default: Story;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { ExternalProductCard } from '../components/ui/external-product-card';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof ExternalProductCard;
|
|
6
|
+
tags: string[];
|
|
7
|
+
argTypes: {
|
|
8
|
+
product: {
|
|
9
|
+
control: "object";
|
|
10
|
+
description: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
export default meta;
|
|
15
|
+
type Story = StoryObj<typeof meta>;
|
|
16
|
+
export declare const Default: Story;
|
|
17
|
+
export declare const AnotherProduct: Story;
|
|
18
|
+
export declare const Loading: Story;
|
|
19
|
+
export declare const Large: Story;
|
|
20
|
+
export declare const Compact: Story;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import('react').ForwardRefExoticComponent<Omit<import('../components/ui/input').InputProps, "ref"> & import('react').RefAttributes<HTMLInputElement>>;
|
|
5
|
+
parameters: {
|
|
6
|
+
layout: string;
|
|
7
|
+
};
|
|
8
|
+
tags: string[];
|
|
9
|
+
args: {
|
|
10
|
+
onChange: import('@vitest/spy').Mock<(...args: any[]) => any>;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export default meta;
|
|
14
|
+
type Story = StoryObj<typeof meta>;
|
|
15
|
+
export declare const Default: Story;
|
|
16
|
+
export declare const Disabled: Story;
|
|
17
|
+
export declare const WithValue: Story;
|
|
18
|
+
export declare const Password: Story;
|
|
19
|
+
export declare const Number: Story;
|
|
20
|
+
export declare const CustomWidth: Story;
|
|
21
|
+
export declare const WithLabel: Story;
|
|
22
|
+
export declare const WithRequiredLabel: Story;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { ManufacturerCard } from '../components/ui/manufacturer-card';
|
|
3
|
+
import type * as React from "react";
|
|
4
|
+
declare const meta: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: typeof ManufacturerCard;
|
|
7
|
+
parameters: {
|
|
8
|
+
layout: string;
|
|
9
|
+
};
|
|
10
|
+
tags: string[];
|
|
11
|
+
argTypes: {
|
|
12
|
+
manufacturer: {
|
|
13
|
+
control: "object";
|
|
14
|
+
description: string;
|
|
15
|
+
};
|
|
16
|
+
link: {
|
|
17
|
+
control: "text";
|
|
18
|
+
description: string;
|
|
19
|
+
};
|
|
20
|
+
actions: {
|
|
21
|
+
control: {
|
|
22
|
+
type: "boolean";
|
|
23
|
+
};
|
|
24
|
+
description: string;
|
|
25
|
+
mapping: {
|
|
26
|
+
true: React.JSX.Element;
|
|
27
|
+
false: undefined;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
loading: {
|
|
31
|
+
control: "boolean";
|
|
32
|
+
description: string;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
export default meta;
|
|
37
|
+
type Story = StoryObj<typeof meta>;
|
|
38
|
+
export declare const Default: Story;
|
|
39
|
+
export declare const Loading: Story;
|
|
40
|
+
export declare const WithLink: Story;
|
|
41
|
+
export declare const WithActions: Story;
|
|
42
|
+
export declare const WithLinkAndActions: Story;
|
|
43
|
+
export declare const OnHold: Story;
|
|
44
|
+
export declare const MinimalData: Story;
|
|
45
|
+
export declare const NoContactInfo: Story;
|
|
46
|
+
export declare const NoTags: Story;
|
|
47
|
+
export declare const NoLocation: Story;
|
|
48
|
+
export declare const InGrid: Story;
|
|
49
|
+
export declare const WithQualificationBadge: Story;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { ManufacturerGetStartedButton } from '../components/ui/manufacturer-get-started-button';
|
|
3
|
+
declare const meta: Meta<typeof ManufacturerGetStartedButton>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof ManufacturerGetStartedButton>;
|
|
6
|
+
export declare const WithPartnerLink: Story;
|
|
7
|
+
export declare const OpenToWorkOnly: Story;
|
|
8
|
+
export declare const AlreadyQualified: Story;
|
|
9
|
+
export declare const Mobile: Story;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { ManufacturerReorderingCard } from '../components/ui/manufacturer-reordering-card';
|
|
3
|
+
declare const meta: Meta<typeof ManufacturerReorderingCard>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof ManufacturerReorderingCard>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const Loading: Story;
|
|
8
|
+
export declare const Saving: Story;
|
|
9
|
+
export declare const WithDifferentData: Story;
|
|
10
|
+
export declare const EmptyData: Story;
|
|
11
|
+
export declare const PartialData: Story;
|
|
12
|
+
export declare const Mobile: Story;
|
|
13
|
+
export declare const WithCustomSaveHandler: Story;
|
|
14
|
+
export declare const InteractiveCycle: Story;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import('react').ForwardRefExoticComponent<Omit<import('../components/ui/input').InputProps, "ref"> & import('react').RefAttributes<HTMLInputElement>>;
|
|
5
|
+
parameters: {
|
|
6
|
+
layout: string;
|
|
7
|
+
};
|
|
8
|
+
tags: string[];
|
|
9
|
+
};
|
|
10
|
+
export default meta;
|
|
11
|
+
type Story = StoryObj<typeof meta>;
|
|
12
|
+
export declare const PhoneMask: Story;
|
|
13
|
+
export declare const CanadianPostalCodeMask: Story;
|
|
14
|
+
export declare const USZipCodeMask: Story;
|
|
15
|
+
export declare const WithLabels: Story;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { MultiSelect } from '../components/ui/multi-select';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof MultiSelect;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
tags: string[];
|
|
10
|
+
args: {
|
|
11
|
+
onChange: import('@vitest/spy').Mock<(...args: any[]) => any>;
|
|
12
|
+
options: string[];
|
|
13
|
+
selected: never[];
|
|
14
|
+
placeholder: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
export default meta;
|
|
18
|
+
type Story = StoryObj<typeof meta>;
|
|
19
|
+
export declare const Default: Story;
|
|
20
|
+
export declare const WithPreselectedValues: Story;
|
|
21
|
+
export declare const CustomPlaceholder: Story;
|
|
22
|
+
export declare const ColorSelector: Story;
|
|
23
|
+
export declare const CountrySelector: Story;
|
|
24
|
+
export declare const ManySelectedItems: Story;
|
|
25
|
+
export declare const Interactive: Story;
|
|
26
|
+
export declare const EmptyOptions: Story;
|
|
27
|
+
export declare const CustomItemCreation: Story;
|
|
28
|
+
export declare const NarrowWidth: Story;
|
|
29
|
+
export declare const WideWidth: Story;
|
|
30
|
+
export declare const InFormContext: Story;
|
|
31
|
+
export declare const LongScrollingList: Story;
|
|
32
|
+
export declare const LongOptionText: Story;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { StoryObj } from '@storybook/react';
|
|
3
|
+
import { NavRoute } from '../components/ui/navbar';
|
|
4
|
+
declare const meta: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: React.ForwardRefExoticComponent<import('../lib').NavbarProps & React.RefAttributes<import('../lib').AIChatLayoutHandle | null>>;
|
|
7
|
+
parameters: {
|
|
8
|
+
layout: string;
|
|
9
|
+
};
|
|
10
|
+
tags: string[];
|
|
11
|
+
decorators: ((Story: import('storybook/internal/csf').PartialStoryFn<import('@storybook/react').ReactRenderer, {
|
|
12
|
+
routes: NavRoute[];
|
|
13
|
+
appID: string;
|
|
14
|
+
dashboardTitle?: string | undefined;
|
|
15
|
+
footer: React.ReactNode;
|
|
16
|
+
chatUserName?: string | undefined;
|
|
17
|
+
chatRoutePath: string;
|
|
18
|
+
ref?: React.Ref<import('../lib').AIChatLayoutHandle | null> | undefined;
|
|
19
|
+
key?: React.Key | null | undefined;
|
|
20
|
+
}>) => React.JSX.Element)[];
|
|
21
|
+
};
|
|
22
|
+
export default meta;
|
|
23
|
+
type Story = StoryObj<typeof meta>;
|
|
24
|
+
export declare const Default: Story;
|
|
25
|
+
export declare const WithAvatarFooter: Story;
|
|
26
|
+
export declare const WithAvatarFooterNoClick: Story;
|
|
27
|
+
export declare const CustomTitle: Story;
|
|
28
|
+
export declare const MobileLaunchpad: Story;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { ComponentProps } from 'react';
|
|
3
|
+
import { Sidebar } from '../lib';
|
|
4
|
+
declare function NavigationShell({ defaultOpen, sidebarCollapsible, }: {
|
|
5
|
+
defaultOpen: boolean;
|
|
6
|
+
sidebarCollapsible: ComponentProps<typeof Sidebar>["collapsible"];
|
|
7
|
+
}): import("react").JSX.Element;
|
|
8
|
+
declare const meta: {
|
|
9
|
+
title: string;
|
|
10
|
+
component: typeof NavigationShell;
|
|
11
|
+
parameters: {
|
|
12
|
+
layout: string;
|
|
13
|
+
};
|
|
14
|
+
tags: string[];
|
|
15
|
+
};
|
|
16
|
+
export default meta;
|
|
17
|
+
type Story = StoryObj<typeof meta>;
|
|
18
|
+
export declare const Expanded: Story;
|
|
19
|
+
export declare const CollapsedOffcanvas: Story;
|
|
20
|
+
export declare const CollapsedIcon: Story;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { PageHeader } from '../components/ui/page-header';
|
|
3
|
+
declare const meta: Meta<typeof PageHeader>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof PageHeader>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const WithActions: Story;
|
|
8
|
+
export declare const LongTitle: Story;
|
|
9
|
+
export declare const ResponsiveActionWrap: Story;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { PartnerCard } from '../components/ui/partner-card';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof PartnerCard;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
tags: string[];
|
|
10
|
+
};
|
|
11
|
+
export default meta;
|
|
12
|
+
type Story = StoryObj<typeof meta>;
|
|
13
|
+
export declare const Default: Story;
|
|
14
|
+
export declare const Loading: Story;
|
|
15
|
+
export declare const Minimal: Story;
|
|
16
|
+
export declare const ShopifyOnly: Story;
|
|
17
|
+
export declare const WithViewAction: Story;
|
|
18
|
+
export declare const WithMultipleActions: Story;
|
|
19
|
+
export declare const LongDescription: Story;
|
|
20
|
+
export declare const WithHTMLContent: Story;
|
|
21
|
+
export declare const ResponsiveShowcase: Story;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { Preloader } from '../components/ui/preloader';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof Preloader;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
tags: string[];
|
|
10
|
+
};
|
|
11
|
+
export default meta;
|
|
12
|
+
type Story = StoryObj<typeof meta>;
|
|
13
|
+
export declare const WhiteDefault: Story;
|
|
14
|
+
export declare const WhiteWithText: Story;
|
|
15
|
+
export declare const BlackDefault: Story;
|
|
16
|
+
export declare const BlackWithText: Story;
|
|
17
|
+
export declare const LongLoadingMessage: Story;
|
|
18
|
+
export declare const BlackLongLoadingMessage: Story;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { ProductCard } from '../components/ui/product-card';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof ProductCard;
|
|
6
|
+
tags: string[];
|
|
7
|
+
argTypes: {};
|
|
8
|
+
};
|
|
9
|
+
export default meta;
|
|
10
|
+
type Story = StoryObj<typeof meta>;
|
|
11
|
+
export declare const BrotherToner: Story;
|
|
12
|
+
export declare const BugattiBackpack: Story;
|
|
13
|
+
export declare const Loading: Story;
|
|
14
|
+
export declare const OutOfStock: Story;
|
|
15
|
+
export declare const WithAddToCart: Story;
|
|
16
|
+
export declare const WithAddToCartLoading: Story;
|
|
17
|
+
export declare const WithSyncToShopify: Story;
|
|
18
|
+
export declare const WithOpportunity: Story;
|
|
19
|
+
export declare const WithSelectedOpportunity: Story;
|
|
20
|
+
export declare const WithCanadianFlag: Story;
|
|
21
|
+
export declare const WithChineseFlag: Story;
|
|
22
|
+
export declare const WithUSFlag: Story;
|
|
23
|
+
export declare const WithMultipleOpportunities: Story;
|
|
24
|
+
export declare const WithTimedOpportunities: Story;
|
|
25
|
+
export declare const WithCostInformation: Story;
|
|
26
|
+
export declare const WithCustomAction: Story;
|
|
27
|
+
export declare const AllDressedLarge: Story;
|
|
28
|
+
export declare const AllDressedCompact: Story;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { ProductImage } from '../components/ui/product-image';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof ProductImage;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
tags: string[];
|
|
10
|
+
argTypes: {
|
|
11
|
+
size: {
|
|
12
|
+
control: {
|
|
13
|
+
type: "select";
|
|
14
|
+
};
|
|
15
|
+
options: string[];
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
export default meta;
|
|
20
|
+
type Story = StoryObj<typeof meta>;
|
|
21
|
+
export declare const Default: Story;
|
|
22
|
+
export declare const WithSecondaryContent: Story;
|
|
23
|
+
export declare const SmallSize: Story;
|
|
24
|
+
export declare const MediumSize: Story;
|
|
25
|
+
export declare const LargeSize: Story;
|
|
26
|
+
export declare const Placeholder: Story;
|