Skip to content

Commit

Permalink
Preparando o SB para desenvolvimento (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnegri authored Apr 19, 2022
1 parent c713723 commit 7b27964
Show file tree
Hide file tree
Showing 26 changed files with 210 additions and 865 deletions.
5 changes: 5 additions & 0 deletions .storybook/iux.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { create } from '@storybook/theming';
import { typography } from '@storybook/theming';
import iuxLogo from '../stories/assets/logo-iux.png';

export const fontSizes = ['l3', 'l2', 'l1', 'm3', 'm2', 'm1', 's3', 's2', 's1'].map(
(size) => `${typography.size[size]}px`
Expand Down Expand Up @@ -65,6 +66,10 @@ export default create({
appBorderColor: '#CBCBCA',
appBorderRadius: 4,

brandTitle: 'iux',
brandUrl: '',
brandImage: 'https://s3-sa-east-1.amazonaws.com/prod-jobsite-files.kenoby.com/uploads/desativado-1617737004-logo-iugu-4-devs-novopng.png',

// Typography
fontBase: '"Museo Sans", museo-sans',
// fontCode: 'monospace',
Expand Down
2 changes: 1 addition & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const parameters = {
},
options: {
storySort: {
order: ['Visão Geral', 'Base'],
order: ['Core',['Overview', 'Colours','Layout',],'Components'],
},
},
docs: {
Expand Down
25 changes: 0 additions & 25 deletions src/css/core/preview.scss

This file was deleted.

3 changes: 1 addition & 2 deletions src/css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
@import "./core/colors";
@import "./core/typography";
@import "./core/layout";
@import "./components/panel";
@import "./core/preview";
@import "./components/panel";
22 changes: 0 additions & 22 deletions stories/Button.js

This file was deleted.

48 changes: 0 additions & 48 deletions stories/Button.stories.js

This file was deleted.

45 changes: 0 additions & 45 deletions stories/Header.js

This file was deleted.

20 changes: 0 additions & 20 deletions stories/Header.stories.js

This file was deleted.

Loading

0 comments on commit 7b27964

Please sign in to comment.