@fangzsx/component-library 0.0.7 → 0.0.8

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/main.d.ts CHANGED
@@ -1,5 +1,9 @@
1
1
  export { AppBarPublic } from './components/AppBarPublic';
2
+ export { Banner } from './components/Banner';
2
3
  export { Button } from './components/Button';
4
+ export { CheckBox } from './components/Checkbox';
5
+ export { FlatBanner } from './components/FlatBanner';
3
6
  export { Input } from './components/Input';
4
7
  export { Label } from './components/Label';
8
+ export { MediaCardWithAction } from './components/MediaCardWithAction';
5
9
  export { Text } from './components/Text';
package/dist/main.js CHANGED
@@ -1,12 +1,20 @@
1
1
  import { AppBarPublic as t } from "./components/AppBarPublic/index.js";
2
- import { B as e } from "./index-DP5i7LPc.js";
3
- import { Input as f } from "./components/Input/index.js";
4
- import { Label as a } from "./components/Label/index.js";
5
- import { Text as B } from "./components/Text/index.js";
2
+ import { Banner as p } from "./components/Banner/index.js";
3
+ import { B as f } from "./index-DGepNtNg.js";
4
+ import { CheckBox as a } from "./components/Checkbox/index.js";
5
+ import { FlatBanner as B } from "./components/FlatBanner/index.js";
6
+ import { Input as c } from "./components/Input/index.js";
7
+ import { Label as u } from "./components/Label/index.js";
8
+ import { MediaCardWithAction as d } from "./components/MediaCardWithAction/index.js";
9
+ import { Text as A } from "./components/Text/index.js";
6
10
  export {
7
11
  t as AppBarPublic,
8
- e as Button,
9
- f as Input,
10
- a as Label,
11
- B as Text
12
+ p as Banner,
13
+ f as Button,
14
+ a as CheckBox,
15
+ B as FlatBanner,
16
+ c as Input,
17
+ u as Label,
18
+ d as MediaCardWithAction,
19
+ A as Text
12
20
  };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fangzsx/component-library",
3
3
  "author": "Jay Gilbert Garzon",
4
4
  "private": false,
5
- "version": "0.0.7",
5
+ "version": "0.0.8",
6
6
  "type": "module",
7
7
  "main": "dist/main.js",
8
8
  "types": "dist/main.d.ts",
@@ -23,13 +23,15 @@
23
23
  "peerDependencies": {
24
24
  "@emotion/react": "^11.14.0",
25
25
  "@emotion/styled": "^11.14.1",
26
- "@mui/material": "^7.3.7",
27
26
  "@mui/icons-material": "^7.3.7",
27
+ "@mui/material": "^7.3.7",
28
28
  "react": "^18.2.0",
29
29
  "react-dom": "^18.2.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@chromatic-com/storybook": "^4.1.3",
33
+ "@emotion/react": "^11.14.0",
34
+ "@emotion/styled": "^11.14.1",
33
35
  "@mui/icons-material": "^7.3.7",
34
36
  "@mui/material": "^7.3.7",
35
37
  "@storybook/addon-a11y": "^10.1.11",
@@ -68,4 +70,4 @@
68
70
  "overrides": {
69
71
  "react-is": "^18.2.0"
70
72
  }
71
- }
73
+ }