@papillonarts/setup 0.20.0 → 0.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@papillonarts/setup",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.21.0",
|
|
4
4
|
"description": "Papillon Arts Setup",
|
|
5
5
|
"homepage": "https://github.com/papillonarts/papillonarts/tree/master/packages/setup",
|
|
6
6
|
"repository": {
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"build-acceptance": "npm run build",
|
|
32
32
|
"build-release": "npm run build"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "5a27f7da536889a12d18f75340643cb56a049783"
|
|
35
35
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mainSetup.d.ts","sourceRoot":"","sources":["../../src/storybook/mainSetup.ts"],"names":[],"mappings":"AAWA,wBAAgB,qBAAqB,CAAC,EAAE,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE;;;;CAAA,
|
|
1
|
+
{"version":3,"file":"mainSetup.d.ts","sourceRoot":"","sources":["../../src/storybook/mainSetup.ts"],"names":[],"mappings":"AAWA,wBAAgB,qBAAqB,CAAC,EAAE,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE;;;;CAAA,uDA+P1E"}
|
|
@@ -5,8 +5,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.getStorybookPreviewSetup = getStorybookPreviewSetup;
|
|
7
7
|
var _reactRouterDom = require("react-router-dom");
|
|
8
|
-
var _blocks = require("@storybook/addon-docs/blocks");
|
|
9
8
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
9
|
+
// import { DocsContainer, DocsPage } from '@storybook/addon-docs/blocks'
|
|
10
|
+
|
|
10
11
|
// https://storybook.js.org/docs/configure#configure-story-rendering
|
|
11
12
|
// https://storybook.js.org/docs/api/csf/csf-next#definepreview
|
|
12
13
|
function getStorybookPreviewSetup() {
|
|
@@ -45,18 +46,18 @@ function getStorybookPreviewSetup() {
|
|
|
45
46
|
* to learn more about the available options.
|
|
46
47
|
*/
|
|
47
48
|
options: {}
|
|
48
|
-
}
|
|
49
|
+
}
|
|
49
50
|
// https://storybook.js.org/docs/writing-docs/doc-blocks
|
|
50
51
|
// https://storybook.js.org/docs/writing-docs/autodocs#customize-the-docs-container
|
|
51
52
|
// https://storybook.js.org/docs/writing-docs/autodocs#working-with-custom-mdx-components
|
|
52
53
|
// https://storybook.js.org/docs/writing-docs/autodocs#write-a-custom-template
|
|
53
|
-
docs: {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
}
|
|
54
|
+
// docs: {
|
|
55
|
+
// container: DocsContainer,
|
|
56
|
+
// // https://storybook.js.org/docs/writing-docs/doc-blocks#customizing-the-automatic-docs-page
|
|
57
|
+
// // https://github.com/storybookjs/storybook/blob/next/code/addons/docs/docs/docspage.md#replacing-docspage
|
|
58
|
+
// // https://github.com/storybookjs/storybook/blob/next/code/addons/docs/docs/docspage.md
|
|
59
|
+
// page: DocsPage,
|
|
60
|
+
// },
|
|
60
61
|
},
|
|
61
62
|
initialGlobals: {
|
|
62
63
|
a11y: {
|