Skip to content

Commit

Permalink
new versino changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xDae committed Feb 4, 2018
1 parent 73d3e66 commit 3b22f96
Show file tree
Hide file tree
Showing 5,130 changed files with 23,569 additions and 382,282 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
130 changes: 0 additions & 130 deletions .storybook/_stories/Alert.js

This file was deleted.

97 changes: 0 additions & 97 deletions .storybook/_stories/Button.js

This file was deleted.

33 changes: 19 additions & 14 deletions .storybook/config.js
@@ -1,21 +1,26 @@
import { configure, addDecorator } from '@storybook/react';
import { setOptions } from '@storybook/addon-options';
import centered from '@storybook/addon-centered';
// import { setOptions } from '@storybook/addon-options';

addDecorator(centered);
import React from 'react';
import { ThemeProvider } from 'styled-components';
import defaultTheme from '../src/utils/default-theme';

setOptions({
name: 'styled-bootstrap',
url: 'https://github.com/xDae/styled-bootstrap'
// goFullScreen: false,
// showLeftPanel: false,
// showDownPanel: false,
// showSearchBox: false,
// downPanelInRight: false,
// sortStoriesByKind: false,
});
addDecorator(story => (
<ThemeProvider theme={defaultTheme}>{story()}</ThemeProvider>
))

const req = require.context('./_stories', true, /.js$/);
// setOptions({
// name: 'styled-bootstrap',
// url: 'https://github.com/xDae/styled-bootstrap'
// // goFullScreen: false,
// // showLeftPanel: false,
// // showDownPanel: false,
// // showSearchBox: false,
// // downPanelInRight: false,
// // sortStoriesByKind: false,
// });

const req = require.context('../src/', true, /.story.js$/);

function loadStories() {
req.keys().forEach((filename) => req(filename))
Expand Down
2 changes: 1 addition & 1 deletion .storybook/preview-head.html
@@ -1 +1 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-beta/css/bootstrap-reboot.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/css/bootstrap-reboot.css" />
54 changes: 0 additions & 54 deletions .storybook/stories/Badge.js

This file was deleted.

17 changes: 0 additions & 17 deletions .storybook/stories/Breadcrumb.js

This file was deleted.

33 changes: 0 additions & 33 deletions .storybook/stories/Card.js

This file was deleted.

0 comments on commit 3b22f96

Please sign in to comment.