@kashifd/jwero-components 0.4.1 → 0.4.3

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/index.html CHANGED
@@ -4,8 +4,10 @@
4
4
  <meta charset="UTF-8" />
5
5
  <link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>Vite + React + TS</title>
8
- <script type="module" crossorigin src="/assets/index-smTnEV0e.js"></script>
7
+ <title>Jwero story book </title>
8
+ <link href="https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&display=swap"
9
+ rel="stylesheet">
10
+ <script type="module" crossorigin src="/assets/index-WJlXqYWU.js"></script>
9
11
  </head>
10
12
  <body>
11
13
  <div id="root"></div>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kashifd/jwero-components",
3
3
  "private": false,
4
- "version": "0.4.1",
4
+ "version": "0.4.3",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "files": [
@@ -19,15 +19,20 @@
19
19
  "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
20
20
  "preview": "vite preview",
21
21
  "storybook": "storybook dev -p 6006",
22
- "build-storybook": "storybook build"
22
+ "build-storybook": "storybook build",
23
+ "chromatic": "npx chromatic --project-token=chpt_a79506e91778601"
23
24
  },
24
25
  "dependencies": {
25
26
  "@emotion/react": "^11.11.4",
26
27
  "@emotion/styled": "^11.11.5",
27
- "@mui/material": "^5.15.20",
28
+ "@mui/icons-material": "^5.15.21",
29
+ "@mui/material": "^5.15.21",
30
+ "@mui/x-date-pickers": "^7.8.0",
31
+ "dayjs": "^1.11.11",
28
32
  "node": "^18.20.3",
29
33
  "react": "^18.3.1",
30
- "react-dom": "^18.3.1"
34
+ "react-dom": "^18.3.1",
35
+ "react-router-dom": "^6.24.0"
31
36
  },
32
37
  "devDependencies": {
33
38
  "@chromatic-com/storybook": "^1.5.0",
@@ -44,6 +49,7 @@
44
49
  "@typescript-eslint/eslint-plugin": "^7.13.1",
45
50
  "@typescript-eslint/parser": "^7.13.1",
46
51
  "@vitejs/plugin-react-swc": "^3.5.0",
52
+ "chromatic": "^11.5.4",
47
53
  "eslint": "^8.57.0",
48
54
  "eslint-plugin-react-hooks": "^4.6.2",
49
55
  "eslint-plugin-react-refresh": "^0.4.7",
@@ -62,7 +68,9 @@
62
68
  "components",
63
69
  "storybook"
64
70
  ],
65
- "author": "Kashif",
71
+ "author": {
72
+ "name": "Kashif"
73
+ },
66
74
  "license": "ISC",
67
75
  "bugs": {
68
76
  "url": "https://github.com/tanikatechjewels/jwero-storybook-components.git/issues"