@pickaxeproject/react 0.0.13 → 0.0.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pickaxeproject/react",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "Client utility library for Pickaxe",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,7 +0,0 @@
1
- import { Meta, StoryObj } from "@storybook/react";
2
- import PickaxeStoryWrapper from "./PickaxeStoryWrapper";
3
- declare const meta: Meta<typeof PickaxeStoryWrapper>;
4
- export default meta;
5
- type Story = StoryObj<typeof PickaxeStoryWrapper>;
6
- export declare const Chat: Story;
7
- export declare const Form: Story;
@@ -1,4 +0,0 @@
1
- import { IPickaxeProviderProps } from "../Provider";
2
- import { PickaxeProps } from "..";
3
- declare const PickaxeStoryWrapper: ({ styles, colors, ...props }: PickaxeProps & IPickaxeProviderProps) => import("react/jsx-runtime").JSX.Element;
4
- export default PickaxeStoryWrapper;
@@ -1,7 +0,0 @@
1
- import { Meta, StoryObj } from "@storybook/react";
2
- import PickaxeStoryWrapper from "./PickaxeStoryWrapper";
3
- declare const meta: Meta<typeof PickaxeStoryWrapper>;
4
- export default meta;
5
- type Story = StoryObj<typeof PickaxeStoryWrapper>;
6
- export declare const Chat: Story;
7
- export declare const Form: Story;
@@ -1,4 +0,0 @@
1
- import { IPickaxeProviderProps } from "../Provider";
2
- import { PickaxeProps } from "..";
3
- declare const PickaxeStoryWrapper: ({ styles, colors, ...props }: PickaxeProps & IPickaxeProviderProps) => import("react/jsx-runtime").JSX.Element;
4
- export default PickaxeStoryWrapper;