-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
446e66a
commit d9099e3
Showing
87 changed files
with
839 additions
and
607 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@theguild/components': patch | ||
--- | ||
|
||
add stitching |
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 |
---|---|---|
@@ -1,3 +1,2 @@ | ||
shell-emulator=true | ||
# TODO: fix types errors and enable this | ||
enable-pre-post-scripts=false | ||
enable-pre-post-scripts=true |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
// Needs for `storybook-addon-next` | ||
|
||
/** @type {import('next').NextConfig} */ | ||
module.exports = { | ||
reactStrictMode: true, | ||
}; |
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 |
---|---|---|
@@ -1,23 +1,22 @@ | ||
{ | ||
"name": "the-guild-components-monorepo", | ||
"name": "the-guild-docs-monorepo", | ||
"type": "module", | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": ">=16" | ||
"node": ">=18" | ||
}, | ||
"scripts": { | ||
"build": "turbo run build", | ||
"build-storybook": "storybook build", | ||
"build:css": "NODE_ENV=production tailwindcss --config tailwind.config.cjs --postcss --output packages/components/style.css", | ||
"lint": "eslint --cache --ignore-path .gitignore .", | ||
"lint:prettier": "prettier --cache --check .", | ||
"prebuild": "rimraf packages/*/dist/ .turbo/", | ||
"prepare": "husky install", | ||
"prerelease": "pnpm build", | ||
"prettier": "prettier --cache --write --list-different .", | ||
"release": "changeset publish", | ||
"start": "storybook dev", | ||
"start": "storybook dev --port 4000", | ||
"type-check": "tsc", | ||
"type-check:watch": "tsc --watch" | ||
}, | ||
|
@@ -28,8 +27,10 @@ | |
"@storybook/addon-essentials": "7.0.0-beta.11", | ||
"@storybook/addon-links": "7.0.0-beta.11", | ||
"@storybook/addon-postcss": "3.0.0-alpha.1", | ||
"@storybook/core-common": "7.0.0-beta.11", | ||
"@storybook/mdx2-csf": "0.0.4", | ||
"@storybook/react-webpack5": "7.0.0-beta.11", | ||
"@svgr/webpack": "6.5.1", | ||
"@tailwindcss/line-clamp": "0.4.2", | ||
"@theguild/eslint-config": "0.7.0-alpha-20230112182953-377ac47", | ||
"@theguild/prettier-config": "1.1.0", | ||
|
@@ -38,6 +39,7 @@ | |
"@types/react-instantsearch-core": "6.26.3", | ||
"@types/react-instantsearch-dom": "6.12.3", | ||
"@types/react-paginate": "7.1.1", | ||
"@types/webpack": "5.28.0", | ||
"concurrently": "7.6.0", | ||
"css-loader": "6.7.3", | ||
"eslint": "8.33.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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
packages/components/src/components/logos/code-generator.tsx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
d9099e3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
the-guild-components-storybook – ./
the-guild-components-storybook-git-main-theguild.vercel.app
the-guild-components-storybook-theguild.vercel.app
the-guild-components-storybook.vercel.app