bianic-ui 1.15.0-beta.1 → 1.15.0-beta.2

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.
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import LiveSearchProps from '../PropsInterface';
3
+ declare const LiveSearchExample: ({ ...props }: LiveSearchProps) => React.JSX.Element;
4
+ export default LiveSearchExample;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const OverflowContainerTest: () => React.JSX.Element;
3
+ export default OverflowContainerTest;
@@ -2,7 +2,7 @@
2
2
  import { StoryObj } from "@storybook/react/*";
3
3
  declare const meta: {
4
4
  title: string;
5
- component: () => import("react").JSX.Element;
5
+ component: ({ ...props }: import("../../../components/Forms/LiveSearch/PropsInterface").default) => import("react").JSX.Element;
6
6
  parameters: {
7
7
  layout: string;
8
8
  };
@@ -0,0 +1,12 @@
1
+ /// <reference types="react" />
2
+ import { StoryObj } from "@storybook/react/*";
3
+ declare const meta: {
4
+ title: string;
5
+ component: () => import("react").JSX.Element;
6
+ parameters: {
7
+ layout: string;
8
+ };
9
+ };
10
+ export default meta;
11
+ type Story = StoryObj<typeof meta>;
12
+ export declare const OverflowContainerExample: Story;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import LiveSearchProps from '../PropsInterface';
3
+ declare const LiveSearchExample: ({ ...props }: LiveSearchProps) => React.JSX.Element;
4
+ export default LiveSearchExample;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const OverflowContainerTest: () => React.JSX.Element;
3
+ export default OverflowContainerTest;
@@ -2,7 +2,7 @@
2
2
  import { StoryObj } from "@storybook/react/*";
3
3
  declare const meta: {
4
4
  title: string;
5
- component: () => import("react").JSX.Element;
5
+ component: ({ ...props }: import("../../../components/Forms/LiveSearch/PropsInterface").default) => import("react").JSX.Element;
6
6
  parameters: {
7
7
  layout: string;
8
8
  };
@@ -0,0 +1,12 @@
1
+ /// <reference types="react" />
2
+ import { StoryObj } from "@storybook/react/*";
3
+ declare const meta: {
4
+ title: string;
5
+ component: () => import("react").JSX.Element;
6
+ parameters: {
7
+ layout: string;
8
+ };
9
+ };
10
+ export default meta;
11
+ type Story = StoryObj<typeof meta>;
12
+ export declare const OverflowContainerExample: Story;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "@biaenergi:registry": "https://gitlab.com/api/v4/projects/50905269/packages/npm/"
5
5
  },
6
- "version": "1.15.0-beta.1",
6
+ "version": "1.15.0-beta.2",
7
7
  "description": "Design Language System develop by BIAENERGI",
8
8
  "scripts": {
9
9
  "rollup": "rollup -c",
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const LiveSearchExample: () => React.JSX.Element;
3
- export default LiveSearchExample;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const LiveSearchExample: () => React.JSX.Element;
3
- export default LiveSearchExample;