rte-utils 1.2.314 → 1.2.316
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/components/BuyLineSpot.stories.d.ts +30 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { BuyLineSpot } from './BuyLineSpot';
|
|
3
|
+
declare const meta: Meta<typeof BuyLineSpot>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const WithValues: Story;
|
|
8
|
+
export declare const WithEditIcon: Story;
|
|
9
|
+
export declare const WithTrashButton: Story;
|
|
10
|
+
export declare const SingleInput: Story;
|
|
11
|
+
export declare const WithCustomMax: Story;
|
|
12
|
+
export declare const CustomTitle: Story;
|
|
13
|
+
export declare const EmptyWithTrash: Story;
|
|
14
|
+
export declare const Disabled: Story;
|
|
15
|
+
export declare const Interactive: Story;
|
|
16
|
+
export declare const WithLabels: Story;
|
|
17
|
+
export declare const WithLabelsAndDefaultPrice: Story;
|
|
18
|
+
export declare const WithoutTitle: Story;
|
|
19
|
+
export declare const ErrorHandling: Story;
|
|
20
|
+
export declare const SuccessStateDemo: Story;
|
|
21
|
+
export declare const WithAcceptedStatus: Story;
|
|
22
|
+
export declare const WithRefusedStatus: Story;
|
|
23
|
+
export declare const WithPartialStatus: Story;
|
|
24
|
+
export declare const StatusComparison: Story;
|
|
25
|
+
export declare const DarkTheme: Story;
|
|
26
|
+
export declare const DarkThemeWithLabels: Story;
|
|
27
|
+
export declare const DarkThemeInteractive: Story;
|
|
28
|
+
export declare const SlateTheme: Story;
|
|
29
|
+
export declare const SlateThemeWithLabels: Story;
|
|
30
|
+
export declare const ThemeComparison: Story;
|