Skip to content

Commit

Permalink
fix test merge issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
KhudaDad414 committed May 15, 2024
1 parent 7ec312d commit e19cb74
Show file tree
Hide file tree
Showing 4 changed files with 12,011 additions and 14,461 deletions.
8 changes: 1 addition & 7 deletions apps/design-system/.storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ import '@asyncapi/studio-ui/styles.css'
import '../src/styles/tailwind.output.css'

export const parameters = {
backgrounds: {
values: [
{ name: 'light', value: '#ffffff' },
{ name: 'dark', value: '#0F172A' },
],
},
actions: { argTypesRegex: "^on[A-Z].*" },
backgrounds: {
default: 'dark',
Expand All @@ -28,4 +22,4 @@ export const parameters = {
date: /Date$/,
},
},
}
}
2 changes: 2 additions & 0 deletions apps/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"@tippyjs/react": "^4.2.6",
"concurrently": "^8.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
Expand Down Expand Up @@ -66,6 +67,7 @@
"remark-gfm": "^3.0.1",
"storybook": "^7.0.20",
"tailwind-config": "workspace:*",
"tailwindcss": "^3.4.3",
"ts-loader": "^9.4.3",
"typescript": "^5.0.2",
"webpack": "^5.69.0"
Expand Down
5 changes: 4 additions & 1 deletion apps/design-system/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/*eslint-env node*/

// eslint-disable-next-line @typescript-eslint/no-var-requires
const sharedConfig = require('tailwind-config/tailwind.config.js');

module.exports = {
content: ['./src/**/*.tsx'],
presets: [sharedConfig],
};
};
Loading

0 comments on commit e19cb74

Please sign in to comment.