Skip to content

Commit

Permalink
Deploy Storybook to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
core-ds-bot committed Dec 20, 2024
1 parent 0f933b0 commit 595457e
Show file tree
Hide file tree
Showing 86 changed files with 1,470 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
114 changes: 114 additions & 0 deletions feat_ds_7758_34_aab237beda64479eb6acdeb23d402d773e702bfb/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />

<title>@storybook/cli - Storybook</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />


<link rel="icon" type="image/svg+xml" href="./favicon.svg" />

<link
rel="prefetch"
href="./sb-common-assets/nunito-sans-regular.woff2"
as="font"
type="font/woff2"
crossorigin
/>
<link
rel="prefetch"
href="./sb-common-assets/nunito-sans-bold.woff2"
as="font"
type="font/woff2"
crossorigin
/>
<link rel="stylesheet" href="./sb-common-assets/fonts.css" />

<link href="./sb-manager/runtime.js" rel="modulepreload" />


<link href="./sb-addons/knobs-0/register-bundle.js" rel="modulepreload" />

<link href="./sb-addons/a11y-1/manager-bundle.js" rel="modulepreload" />

<link href="./sb-addons/storybook-addons-theme-switcher-2/register-bundle.js" rel="modulepreload" />

<link href="./sb-addons/storybook-addons-mode-switcher-3/register-bundle.js" rel="modulepreload" />

<link href="./sb-addons/storybook-4/manager-bundle.js" rel="modulepreload" />
<link rel="stylesheet" href="./global.css" />


<style>
#storybook-root[hidden] {
display: none !important;
}
</style>


<link href="./sb-addons/storybook-4/manager-bundle.css" rel="stylesheet" />

</head>
<body>
<div id="root"></div>


<script>


window['FEATURES'] = {
"warnOnLegacyHierarchySeparator": true,
"buildStoriesJson": false,
"storyStoreV7": true,
"argTypeTargetsV7": true,
"legacyDecoratorFileOrder": false,
"disallowImplicitActionsInRenderV8": false
};



window['REFS'] = {};



window['LOGLEVEL'] = "info";



window['DOCS_OPTIONS'] = {
"defaultName": "Docs",
"autodocs": false
};



window['CONFIG_TYPE'] = "PRODUCTION";






</script>


<script type="module">
import './sb-manager/runtime.js';


import './sb-addons/knobs-0/register-bundle.js';

import './sb-addons/a11y-1/manager-bundle.js';

import './sb-addons/storybook-addons-theme-switcher-2/register-bundle.js';

import './sb-addons/storybook-addons-mode-switcher-3/register-bundle.js';

import './sb-addons/storybook-4/manager-bundle.js';

</script>

<link href="./sb-preview/runtime.js" rel="prefetch" as="script" />
</body>
</html>

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"generatedAt":1734679821034,"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":true,"hasStorybookEslint":false,"refCount":0,"metaFramework":{"name":"CRA","packageName":"react-scripts","version":"5.0.1"},"monorepo":"Lerna","packageManager":{"type":"yarn","version":"1.22.22"},"preview":{"usesGlobals":false},"framework":{"name":"@storybook/react-webpack5","options":{"builder":{"useSWC":true}}},"builder":"@storybook/builder-webpack5","renderer":"@storybook/react","storybookVersion":"7.6.2","storybookVersionSpecifier":"^7.6.2","language":"typescript","storybookPackages":{"@storybook/addons":{"version":"7.6.2"},"@storybook/manager-api":{"version":"7.6.2"},"@storybook/react":{"version":"7.6.2"},"@storybook/react-webpack5":{"version":"7.6.2"},"storybook":{"version":"7.6.2"}},"addons":{"@storybook/addon-knobs":{"version":"7.0.2"},"@storybook/addon-a11y":{"version":"7.6.2"},"@storybook/addon-docs":{"version":"7.6.2"},"storybook-addon-live-examples":{"version":"2.0.2"},"@storybook/preset-create-react-app":{"version":"7.6.2"},"./addons/theme-switcher":{"version":null},"./addons/mode-switcher":{"version":null}}}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Bundled license information:

react-is/cjs/react-is.production.min.js:
/** @license React v16.13.1
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

Large diffs are not rendered by default.

Loading

0 comments on commit 595457e

Please sign in to comment.