Skip to content

Commit

Permalink
move @kbn/cloud-security-posture-storybook-config
Browse files Browse the repository at this point in the history
  • Loading branch information
seanrathier committed Dec 16, 2024
1 parent e3877e0 commit c0b5006
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 22 deletions.
3 changes: 2 additions & 1 deletion src/dev/storybook/aliases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export const storybookAliases = {
canvas: 'x-pack/plugins/canvas/storybook',
cases: 'packages/kbn-cases-components/.storybook',
cell_actions: 'src/platform/packages/shared/kbn-cell-actions/.storybook',
cloud_security_posture_packages: 'x-pack/packages/kbn-cloud-security-posture/storybook/config',
cloud_security_posture_packages:
'x-pack/solutions/security/packages/kbn-cloud-security-posture/.storybook',
cloud: 'packages/cloud/.storybook',
coloring: 'packages/kbn-coloring/.storybook',
language_documentation_popover:
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { defaultConfig } from '@kbn/storybook';

module.exports = {
...defaultConfig,
stories: ['../../**/*.stories.+(tsx|mdx)'],
stories: ['../**/*.stories.+(tsx|mdx)'],
reactOptions: {
strictMode: true,
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extends": "../../../../../../tsconfig.base.json",
"compilerOptions": {
"outDir": "target/types",
"types": ["jest", "node", "@kbn/ambient-storybook-types"]
},
"include": ["**/*.ts"],
"kbn_references": ["@kbn/storybook"],
"exclude": ["target/**/*"]
}

0 comments on commit c0b5006

Please sign in to comment.