Skip to content

Commit 8342c37

Browse files
authored
feat(web_common): add components for lineage (#5385)
1 parent 22e37d2 commit 8342c37

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+4902
-7383
lines changed

pnpm-lock.yaml

Lines changed: 157 additions & 111 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/common/.storybook/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { StorybookConfig } from '@storybook/react-vite'
22

33
const config: StorybookConfig = {
44
stories: ['../src/**/*.mdx', '../src/**/*.stories.@(js|jsx|mjs|ts|tsx)'],
5-
addons: ['@storybook/addon-docs', '@storybook/addon-onboarding'],
5+
addons: ['@storybook/addon-docs'],
66
framework: {
77
name: '@storybook/react-vite',
88
options: {},

web/common/.syncpackrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"semverGroups": [
1616
{
17-
"label": "Use caret ranges for all dependencies",
17+
"label": "Use exact versions for all dependencies",
1818
"dependencies": [
1919
"**"
2020
],
@@ -23,7 +23,7 @@
2323
"peer",
2424
"prod"
2525
],
26-
"range": "^"
26+
"range": ""
2727
}
2828
]
2929
}

0 commit comments

Comments
 (0)