Skip to content

Commit a45dcba

Browse files
committed
Merge remote-tracking branch 'origin/develop' into feature/upgradeBlueprintjsV6-CMEM-7139
2 parents 4b7a228 + 72145ea commit a45dcba

4 files changed

Lines changed: 0 additions & 15 deletions

File tree

.storybook/main.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,4 @@ module.exports = {
9999
};
100100
return config;
101101
},
102-
docs: {
103-
autodocs: true,
104-
},
105102
};

.storybook/preview.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
import "./styles.scss";
22

3-
export const decorators = [
4-
];
5-
63
export const parameters = {
74
options: {
85
storySort: {
96
order: ["Configuration", "Components", "Forms", "Extensions", "CMEM", "*"],
107
},
118
},
12-
actions: {
13-
argTypesRegex: "^on[A-Z].*",
14-
},
159
controls: {
1610
matchers: {
1711
color: /(background|color)$/i,

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@
121121
"@eslint/eslintrc": "^3.3.5",
122122
"@eslint/js": "^10.0.1",
123123
"@storybook/addon-a11y": "^10.4.0",
124-
"@storybook/addon-actions": "^9.0.8",
125124
"@storybook/addon-docs": "^10.4.0",
126125
"@storybook/addon-links": "^10.4.0",
127126
"@storybook/addon-webpack5-compiler-babel": "^4.0.1",

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3364,11 +3364,6 @@
33643364
"@storybook/global" "^5.0.0"
33653365
axe-core "^4.2.0"
33663366

3367-
"@storybook/addon-actions@^9.0.8":
3368-
version "9.0.8"
3369-
resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-9.0.8.tgz#0a9a044c31dd20e5aaa22eb0cb4e36771f40def8"
3370-
integrity sha512-LFePu7PPnWN0Il/uoUpmA5T0J0C7d6haJIbg0pXrjxW2MQVSYXE4S4LSUz8fOImltBDV3xAl6tLPYHFj6VcrOA==
3371-
33723367
"@storybook/addon-docs@^10.4.0":
33733368
version "10.4.0"
33743369
resolved "https://registry.yarnpkg.com/@storybook/addon-docs/-/addon-docs-10.4.0.tgz#415d94a76d2efa5446bbea671ad6ae0b9c155382"

0 commit comments

Comments
 (0)