-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #104 from basehub-ai/toolbar
Toolbar v1
- Loading branch information
Showing
19 changed files
with
2,810 additions
and
861 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
declare module "*.scss"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/* eslint-disable import/no-unresolved */ | ||
export * from "./dist/generated-client/next-toolbar.d.ts"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/* eslint-disable import/no-unresolved */ | ||
export * from "./dist/generated-client/next-toolbar.js"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "basehub", | ||
"description": "The first AI-native content hub.", | ||
"author": "JB <[email protected]>", | ||
"version": "5.0.3", | ||
"version": "5.1.0", | ||
"license": "MIT", | ||
"repository": "basehub-ai/basehub", | ||
"bugs": "https://github.com/basehub-ai/basehub/issues", | ||
|
@@ -17,6 +17,9 @@ | |
"index.d.ts", | ||
"react-pump.js", | ||
"react-pump.d.ts", | ||
"next-toolbar.js", | ||
"next-toolbar.d.ts", | ||
"src/next/toolbar", | ||
"react-rich-text.js", | ||
"react-rich-text.d.ts", | ||
"react-search.js", | ||
|
@@ -45,6 +48,7 @@ | |
"dotenv-mono": "1.3.10", | ||
"esbuild": "0.19.2", | ||
"github-slugger": "^2.0.0", | ||
"lodash.debounce": "^4.0.8", | ||
"lodash.get": "4.4.2", | ||
"pusher-js": "8.3.0", | ||
"react": "18.2.0", | ||
|
@@ -55,10 +59,13 @@ | |
"zod": "3.22.1" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash.debounce": "^4.0.9", | ||
"@types/lodash.get": "4.4.9", | ||
"@types/node": "18.13.0", | ||
"@types/react": "18.2.20", | ||
"@types/react-dom": "18.2.7", | ||
"esbuild-scss-modules-plugin": "^1.1.1", | ||
"next": "^13.5.3", | ||
"tsconfig": "workspace:*", | ||
"tsup": "8.0.2", | ||
"type-fest": "3.0.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.