fis-component 0.0.16 → 0.0.18

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,7 +1,7 @@
1
1
  {
2
2
  "homepage": "https://vietdiemtran.github.io/fis-component/",
3
3
  "name": "fis-component",
4
- "version": "0.0.16",
4
+ "version": "0.0.18",
5
5
  "description": "",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/esm/index.js",
@@ -10,11 +10,11 @@
10
10
  ],
11
11
  "types": "dist/index.d.ts",
12
12
  "scripts": {
13
- "build": "rollup -c",
13
+ "build": "rimraf dist && rollup -c",
14
14
  "dev": "rollup -c -w",
15
15
  "test": "jest",
16
16
  "storybook": "storybook dev -p 6006",
17
- "build-storybook": "storybook build -s public",
17
+ "build-storybook": "storybook build -o ./docs",
18
18
  "prepare": "husky",
19
19
  "lint": "eslint ./src/ --ext .ts,.tsx",
20
20
  "lint:fix": "eslint ./src --ext .ts,.tsx --fix",
@@ -87,4 +87,4 @@
87
87
  "rollup-plugin-typescript2": "^0.36.0",
88
88
  "vite": "^4.5.3"
89
89
  }
90
- }
90
+ }
@@ -1,3 +0,0 @@
1
- import React from "react";
2
- declare const FisButton: () => React.JSX.Element;
3
- export default FisButton;
@@ -1,12 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: () => import("react/jsx-runtime").JSX.Element;
4
- parameters: {
5
- layout: string;
6
- };
7
- tags: string[];
8
- };
9
- export default _default;
10
- export declare const PageOne: {
11
- args: {};
12
- };
@@ -1,35 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: import("react").FC<import("./types").PageProps>;
4
- parameters: {
5
- layout: string;
6
- };
7
- tags: string[];
8
- argTypes: {
9
- title: {
10
- description: string;
11
- control: {
12
- type: string;
13
- };
14
- };
15
- children: {
16
- description: string;
17
- control: {
18
- type: string;
19
- };
20
- };
21
- };
22
- };
23
- export default _default;
24
- export declare const PageOne: {
25
- args: {
26
- title: string;
27
- children: string;
28
- };
29
- };
30
- export declare const PageTwo: {
31
- args: {
32
- title: string;
33
- children: string;
34
- };
35
- };
@@ -1 +0,0 @@
1
- export { default as FisButton } from "./Button";
@@ -1,3 +0,0 @@
1
- import React from "react";
2
- declare const FisButton: () => React.JSX.Element;
3
- export default FisButton;
@@ -1,12 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: () => import("react/jsx-runtime").JSX.Element;
4
- parameters: {
5
- layout: string;
6
- };
7
- tags: string[];
8
- };
9
- export default _default;
10
- export declare const PageOne: {
11
- args: {};
12
- };
@@ -1,35 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: import("react").FC<import("./types").PageProps>;
4
- parameters: {
5
- layout: string;
6
- };
7
- tags: string[];
8
- argTypes: {
9
- title: {
10
- description: string;
11
- control: {
12
- type: string;
13
- };
14
- };
15
- children: {
16
- description: string;
17
- control: {
18
- type: string;
19
- };
20
- };
21
- };
22
- };
23
- export default _default;
24
- export declare const PageOne: {
25
- args: {
26
- title: string;
27
- children: string;
28
- };
29
- };
30
- export declare const PageTwo: {
31
- args: {
32
- title: string;
33
- children: string;
34
- };
35
- };
@@ -1 +0,0 @@
1
- export { default as FisButton } from "./Button";