Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
3bbaa55
Testing
abhinabgroww Sep 12, 2024
257c705
Testing
abhinabgroww Sep 12, 2024
7973b76
abhinabgroww Sep 12, 2024
4e79ea3
as
abhinabgroww Sep 13, 2024
03835eb
abhinabgroww Sep 13, 2024
4b0d7ec
testing
abhinabgroww Sep 13, 2024
e1a76cb
New Reports
abhinabgroww Sep 13, 2024
59d2d3d
New Reports
abhinabgroww Sep 13, 2024
494c698
New Reports
abhinabgroww Sep 13, 2024
4b803fe
New Reports
abhinabgroww Sep 13, 2024
6ba1b86
New Reports
abhinabgroww Sep 13, 2024
4bf6766
Removed unwanted commits
abhinabgroww Sep 16, 2024
4772181
Removed unwanted commits
abhinabgroww Sep 16, 2024
f39f865
Removed unwanted commits
abhinabgroww Sep 16, 2024
c5a1b99
Removed unwanted commits
abhinabgroww Sep 16, 2024
2e79f43
Removed unwanted commits
abhinabgroww Sep 16, 2024
f16bcee
Removed unwanted commits
abhinabgroww Sep 16, 2024
32d9b75
Removed unwanted commits
abhinabgroww Sep 16, 2024
c547a6d
Removed unwanted commits
abhinabgroww Sep 16, 2024
b15720d
Removed unwanted commits
abhinabgroww Sep 16, 2024
2c3e697
Removed unwanted commits
abhinabgroww Sep 16, 2024
ab0ccce
Removed unwanted commits
abhinabgroww Sep 16, 2024
171ca9b
Removed unwanted commits
abhinabgroww Sep 16, 2024
84b3d43
Removed unwanted commits
abhinabgroww Sep 16, 2024
598321c
Listing
abhinabgroww Sep 16, 2024
16bebe1
Listing
abhinabgroww Sep 16, 2024
8564909
Listing
abhinabgroww Sep 16, 2024
3c2721a
Listing
abhinabgroww Sep 16, 2024
e69c9d8
New Reports
abhinabgroww Sep 16, 2024
44f50b0
New Reports
abhinabgroww Sep 16, 2024
3576102
New Reports
abhinabgroww Sep 16, 2024
0ec53b3
Hari Om
abhinabgroww Sep 16, 2024
cbeecf8
Hari
abhinabgroww Sep 16, 2024
49ca84e
PNPM lock file added
abhinabgroww Sep 17, 2024
732a1a7
PNPM lock file added
abhinabgroww Sep 17, 2024
20ae7a2
added
abhinabgroww Sep 17, 2024
83fa70f
added
abhinabgroww Sep 17, 2024
69f0abb
tets
abhinabgroww Sep 17, 2024
4f70511
tets
abhinabgroww Sep 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
enable-pre-post-scripts=true #This will enable pre post hooks for user defined scripts.
auto-install-peers=true
strict-peer-dependencies=false
hoist-workspace-packages = false
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,22 @@
"scripts": {
"preinstall": "pnpm dlx only-allow pnpm",
"build": "turbo run build",
"build-storybook": "turbo run build-storybook --filter='@groww-tech/ui-toolkit'",
"build-storybook": "turbo run build-storybook --filter='@groww-tech/ui-toolkit'",
"dev": "turbo run dev --parallel",
"test": "turbo run test"
},
"devDependencies": {
"@groww-tech/eslint-config": "workspace:*",
"@groww-tech/eslint-plugin-internal": "workspace:*",
"@groww-tech/mint-css": "0.1.5",
"@groww-tech/tsconfig": "workspace:*",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@groww-tech/eslint-plugin-internal": "workspace:*",
"babel-eslint": "^10.1.0",
"eslint": "^7.22.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.23.1",
"rollup-plugin-sass": "^1.13.2",
"turbo": "1.8.8",
"typescript": "4.5.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mint-css/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules

dist

1 change: 1 addition & 0 deletions packages/ui-toolkit/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hoist-workspace-packages = false
5 changes: 4 additions & 1 deletion packages/ui-toolkit/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const config: StorybookConfig = {
getAbsolutePath("@storybook/addon-webpack5-compiler-swc"),
getAbsolutePath("@storybook/addon-links"),
getAbsolutePath("@storybook/addon-essentials"),
getAbsolutePath("@storybook/addon-styling-webpack")
],

framework: {
Expand All @@ -31,6 +32,8 @@ const config: StorybookConfig = {

core: {
disableWhatsNewNotifications: true
}
},


};
export default config;
1 change: 1 addition & 0 deletions packages/ui-toolkit/.storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<head>
<link href="./theme.css" rel="stylesheet" />
<!-- <link href="../node_modules/@groww-tech/mint-css/dist/index.css" rel="stylesheet" /> -->
</head>
</html>
1 change: 1 addition & 0 deletions packages/ui-toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"@storybook/addon-actions": "8.2.7",
"@storybook/addon-essentials": "8.2.7",
"@storybook/addon-links": "8.2.7",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/addon-webpack5-compiler-swc": "1.0.5",
"@storybook/react": "8.2.7",
"@storybook/react-webpack5": "8.2.7",
Expand Down
105 changes: 0 additions & 105 deletions packages/ui-toolkit/rollup.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion packages/ui-toolkit/stories/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url(~@groww-tech/mint-css/dist/index.css);
@import url(@groww-tech/mint-css/dist/index.css);

:root{
--spacing-none: 0;
Expand Down
Empty file.
Loading