Skip to content

Commit

Permalink
Release 0.3.10 (#357)
Browse files Browse the repository at this point in the history
* Update version number

* Update storybook version (#356)

* Update storybook version

* Fix problem with storybook addons

* Try at adding json addon-control

* Try changing addon-knobs to addon-controls

* Update stories in the Allergy Intollerance component

* Clean up config a little bit, add default argTypes, fix Adverse Event story

* Updated stories for all elements from A to F

* Finish rest of the components

* Clean up code

* Fix components

* Remove useless packages, fix spacinf in components, fix wrong versions

* Hide children control

Co-authored-by: jaceksanko <[email protected]>

Co-authored-by: jaceksanko <[email protected]>
  • Loading branch information
daria-lasecka and jaceksanko authored Apr 19, 2022
1 parent f30f375 commit 735591b
Show file tree
Hide file tree
Showing 54 changed files with 7,923 additions and 6,116 deletions.
1 change: 0 additions & 1 deletion .storybook/addons.js

This file was deleted.

26 changes: 0 additions & 26 deletions .storybook/config.js

This file was deleted.

5 changes: 5 additions & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
stories: ['../src/**/*.stories.@(js|mdx)'],
addons: ['@storybook/preset-scss', '@storybook/addon-controls'],
framework: '@storybook/react',
};
6 changes: 6 additions & 0 deletions .storybook/manager.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { addons } from '@storybook/addons';

addons.setConfig({
name: 'FHIR-REACT storybook',
showRoots: false,
});
1 change: 0 additions & 1 deletion .storybook/presets.js

This file was deleted.

7 changes: 7 additions & 0 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import '../src/components/ui/bootstrap-reboot.min.css';
import '../src/style.css';
import '../src/style.scss';

if (typeof document !== 'undefined') {
require('bootstrap/dist/js/bootstrap.min.js');
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![CircleCI](https://circleci.com/gh/1uphealth/fhir-react/tree/master.svg?style=svg)](https://circleci.com/gh/1uphealth/fhir-react/tree/master)
[![Storybook](https://github.com/storybookjs/brand/raw/master/badge/badge-storybook.svg?sanitize=true)](https://fhir-react-lib-test-storybook.s3.amazonaws.com/branch/release-0-3-9/index.html)
[![Storybook](https://github.com/storybookjs/brand/raw/master/badge/badge-storybook.svg?sanitize=true)](https://fhir-react-lib-test-storybook.s3.amazonaws.com/branch/release-0-3-10/index.html)

# fhir-react

Expand Down
Loading

0 comments on commit 735591b

Please sign in to comment.