Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
21 changes: 17 additions & 4 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,22 @@
"projectName": "design-system",
"projectOwner": "egdev6",
"repoType": "github",
"contributors": [],
"files": ["README.md"],
"contributors": [
{
"login": "AmosVelez",
"name": "Amos",
"avatar_url": "https://avatars.githubusercontent.com/u/179244321?v=4",
"profile": "https://github.com/AmosVelez",
"contributions": [
"code"
]
}
],
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"contributorsPerLine": 7
}
"contributorsPerLine": 7,
"commitConvention": "angular"
}
2 changes: 1 addition & 1 deletion .github/workflows/all-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3

- name: Add contributor
uses: junaid33/all-contributors-action@v1.0.3
uses: all-contributors/all-contributors-action@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
contributor: ${{ github.event.pull_request.user.login }}
Expand Down
2 changes: 1 addition & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const config: StorybookConfig = {
'@storybook/addon-essentials',
'@storybook/addon-interactions',
'storybook-dark-mode',
'@storybook/addon-mdx-gfm',
'@storybook/addon-docs',
'@storybook/addon-a11y'
],
Expand Down Expand Up @@ -39,6 +38,7 @@ const config: StorybookConfig = {
cache: false,
build: {
rollupOptions: {
treeshake: false,
output: {
assetFileNames: (assetInfo) => {
if (assetInfo.name.includes('preview') && assetInfo.name.endsWith('.css')) {
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,19 @@ This repository is intended for **educational purposes** and is fully open to **
Special thanks you to everyone who has contributed to making this project possible.

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/AmosVelez"><img src="https://avatars.githubusercontent.com/u/179244321?v=4?s=100" width="100px;" alt="Amos"/><br /><sub><b>Amos</b></sub></a><br /><a href="https://github.com/egdev6/design-system/commits?author=AmosVelez" title="Code">💻</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

## 📫 Contact
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"@storybook/addon-essentials": "8.6.12",
"@storybook/addon-interactions": "8.6.12",
"@storybook/addon-links": "8.6.12",
"@storybook/addon-mdx-gfm": "8.6.12",
"@storybook/blocks": "8.6.12",
"@storybook/manager-api": "8.6.12",
"@storybook/react": "8.6.12",
Expand Down
612 changes: 6 additions & 606 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Empty file.
Empty file.
Loading