fix: project layout added and theming fixes (#2455)

* fix: project layout added and theme fixes

* feat: input color picker component added to ui package

* fix: layout fixes

* fix: conflicts and build issues resolved

* fix: layout headers fixes
This commit is contained in:
sriram veeraghanta 2023-10-17 12:46:38 +05:30 committed by GitHub
parent e496cec49f
commit 98b1a078de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 891 additions and 699 deletions

View file

@ -22,8 +22,8 @@
"classnames": "^2.3.2",
"eslint-config-custom": "*",
"react": "^18.2.0",
"tsconfig": "*",
"tailwind-config-custom": "*",
"tsconfig": "*",
"tsup": "^5.10.1",
"typescript": "4.7.4"
},
@ -33,6 +33,7 @@
"dependencies": {
"@blueprintjs/core": "^4.16.3",
"@blueprintjs/popover2": "^1.13.3",
"@headlessui/react": "^1.7.17"
"@headlessui/react": "^1.7.17",
"react-color": "^2.19.3"
}
}