@fangzsx/component-library 0.0.5 → 0.0.7

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,3 +1,4 @@
1
+ export { AppBarPublic } from './components/AppBarPublic';
1
2
  export { Button } from './components/Button';
2
3
  export { Input } from './components/Input';
3
4
  export { Label } from './components/Label';
package/dist/main.js CHANGED
@@ -1,10 +1,12 @@
1
- import { Button as t } from "./components/Button/index.js";
2
- import { Input as p } from "./components/Input/index.js";
3
- import { Label as f } from "./components/Label/index.js";
4
- import { Text as n } from "./components/Text/index.js";
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";
5
6
  export {
6
- t as Button,
7
- p as Input,
8
- f as Label,
9
- n as Text
7
+ t as AppBarPublic,
8
+ e as Button,
9
+ f as Input,
10
+ a as Label,
11
+ B as Text
10
12
  };
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.5",
5
+ "version": "0.0.7",
6
6
  "type": "module",
7
7
  "main": "dist/main.js",
8
8
  "types": "dist/main.d.ts",
@@ -21,11 +21,17 @@
21
21
  "build-storybook": "storybook build"
22
22
  },
23
23
  "peerDependencies": {
24
+ "@emotion/react": "^11.14.0",
25
+ "@emotion/styled": "^11.14.1",
26
+ "@mui/material": "^7.3.7",
27
+ "@mui/icons-material": "^7.3.7",
24
28
  "react": "^18.2.0",
25
29
  "react-dom": "^18.2.0"
26
30
  },
27
31
  "devDependencies": {
28
32
  "@chromatic-com/storybook": "^4.1.3",
33
+ "@mui/icons-material": "^7.3.7",
34
+ "@mui/material": "^7.3.7",
29
35
  "@storybook/addon-a11y": "^10.1.11",
30
36
  "@storybook/addon-docs": "^10.1.11",
31
37
  "@storybook/addon-onboarding": "^10.1.11",
@@ -38,7 +44,9 @@
38
44
  "@typescript-eslint/parser": "^6.21.0",
39
45
  "@vitejs/plugin-react": "^4.2.1",
40
46
  "@vitest/browser-playwright": "^4.0.16",
41
- "@vitest/coverage-v8": "^4.0.16",
47
+ "@vitest/coverage-v8": "^4.0.17",
48
+ "@vitest/ui": "^4.0.17",
49
+ "@vitest/utils": "^4.0.17",
42
50
  "eslint": "^8.57.0",
43
51
  "eslint-plugin-react-hooks": "^4.6.0",
44
52
  "eslint-plugin-react-refresh": "^0.4.6",
@@ -49,18 +57,15 @@
49
57
  "react-dom": "^18.2.0",
50
58
  "storybook": "^10.1.11",
51
59
  "typescript": "^5.4.3",
52
- "vite": "^5.4.21",
60
+ "vite": "^7.3.1",
53
61
  "vite-plugin-dts": "^3.7.3",
54
62
  "vite-plugin-lib-inject-css": "^2.0.1",
55
- "vitest": "^4.0.16"
63
+ "vitest": "^4.0.17"
56
64
  },
57
65
  "dependencies": {
58
- "@emotion/react": "^11.14.0",
59
- "@emotion/styled": "^11.14.1",
60
- "@mui/material": "^7.3.7",
61
66
  "react-is": "^18.2.0"
62
67
  },
63
- "overrides": {
68
+ "overrides": {
64
69
  "react-is": "^18.2.0"
65
70
  }
66
- }
71
+ }