@dust-tt/sparkle 0.2.51 → 0.2.53

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.
@@ -1,10 +0,0 @@
1
- import React, { ComponentType } from "react";
2
- interface PageHeaderProps {
3
- title: string;
4
- description?: string;
5
- icon?: ComponentType<{
6
- className?: string;
7
- }>;
8
- }
9
- export declare function PageHeader({ title, icon, description }: PageHeaderProps): React.JSX.Element;
10
- export {};
@@ -1,9 +0,0 @@
1
- import React from "react";
2
- import { ButtonProps } from "./Button";
3
- interface SectionHeaderProps {
4
- title: string;
5
- description?: string;
6
- action?: ButtonProps;
7
- }
8
- export declare function SectionHeader({ title, description, action, }: SectionHeaderProps): React.JSX.Element;
9
- export {};
@@ -1,9 +0,0 @@
1
- import type { StoryObj } from "@storybook/react";
2
- import { PageHeader } from "../index_with_tw_base";
3
- declare const meta: {
4
- title: string;
5
- component: typeof PageHeader;
6
- };
7
- export default meta;
8
- type Story = StoryObj<typeof meta>;
9
- export declare const BasicPageHeader: Story;
@@ -1,9 +0,0 @@
1
- import type { StoryObj } from "@storybook/react";
2
- import { SectionHeader } from "../index_with_tw_base";
3
- declare const meta: {
4
- title: string;
5
- component: typeof SectionHeader;
6
- };
7
- export default meta;
8
- type Story = StoryObj<typeof meta>;
9
- export declare const BasicPageHeader: Story;
@@ -1,10 +0,0 @@
1
- import React, { ComponentType } from "react";
2
- interface PageHeaderProps {
3
- title: string;
4
- description?: string;
5
- icon?: ComponentType<{
6
- className?: string;
7
- }>;
8
- }
9
- export declare function PageHeader({ title, icon, description }: PageHeaderProps): React.JSX.Element;
10
- export {};
@@ -1,9 +0,0 @@
1
- import React from "react";
2
- import { ButtonProps } from "./Button";
3
- interface SectionHeaderProps {
4
- title: string;
5
- description?: string;
6
- action?: ButtonProps;
7
- }
8
- export declare function SectionHeader({ title, description, action, }: SectionHeaderProps): React.JSX.Element;
9
- export {};
@@ -1,9 +0,0 @@
1
- import type { StoryObj } from "@storybook/react";
2
- import { PageHeader } from "../index_with_tw_base";
3
- declare const meta: {
4
- title: string;
5
- component: typeof PageHeader;
6
- };
7
- export default meta;
8
- type Story = StoryObj<typeof meta>;
9
- export declare const BasicPageHeader: Story;
@@ -1,9 +0,0 @@
1
- import type { StoryObj } from "@storybook/react";
2
- import { SectionHeader } from "../index_with_tw_base";
3
- declare const meta: {
4
- title: string;
5
- component: typeof SectionHeader;
6
- };
7
- export default meta;
8
- type Story = StoryObj<typeof meta>;
9
- export declare const BasicPageHeader: Story;