-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix(storybook): remove unnecessary components from storybook (#836)
* remove wizard-page from stories * simplify tabs * remove tab from tsconfig * simplify button toggle * update demo
- Loading branch information
1 parent
ab1327f
commit 83a131a
Showing
65 changed files
with
52 additions
and
899 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,47 @@ | ||
<script type="module" src="node_modules/@finastra/button-toggle-group/dist/src/button-toggle-group.js"></script> | ||
<script type="module" src="node_modules/@finastra/button-toggle/dist/src/button-toggle-filter.js"></script> | ||
<script type="module" src="node_modules/@finastra/button-toggle/dist/src/button-toggle.js"></script> | ||
|
||
<script type="module" src="node_modules/@finastra/button-toggle-group/dist/src/button-toggle/button-toggle.js"></script> | ||
<script type="module" src="node_modules/@finastra/button-toggle-group/dist/src/button-toggle/button-toggle-filter.js"></script> | ||
|
||
<div style="display: flex; flex-direction: column;"> | ||
<fds-button-toggle-group style="padding-bottom: 16px"> | ||
<fds-button-toggle-group> | ||
<fds-button-toggle icon="accessibility"></fds-button-toggle> | ||
<fds-button-toggle icon="exit_to_app"></fds-button-toggle> | ||
<fds-button-toggle icon="camera"></fds-button-toggle> | ||
</fds-button-toggle-group> | ||
|
||
<fds-button-toggle-group style="padding-bottom: 16px" dense> | ||
<fds-button-toggle-group dense> | ||
<fds-button-toggle label="Trend" icon="timeline"> | ||
</fds-button-toggle> | ||
<fds-button-toggle label="List" icon="view_list"></fds-button-toggle> | ||
</fds-button-toggle-group> | ||
|
||
<fds-button-toggle-group style="padding-bottom: 16px"> | ||
<fds-button-toggle-group> | ||
<fds-button-toggle label="Left"></fds-button-toggle> | ||
<fds-button-toggle label="Middle" disabled></fds-button-toggle> | ||
<fds-button-toggle label="Right"></fds-button-toggle> | ||
</fds-button-toggle-group> | ||
|
||
<fds-button-toggle-group style="padding-bottom: 16px" dense> | ||
<fds-button-toggle-group dense> | ||
<fds-button-toggle icon="accessibility"></fds-button-toggle> | ||
<fds-button-toggle icon="exit_to_app"></fds-button-toggle> | ||
<fds-button-toggle icon="camera"></fds-button-toggle> | ||
</fds-button-toggle-group> | ||
|
||
<fds-button-toggle-group style="padding-bottom: 16px"> | ||
<fds-button-toggle-group> | ||
<fds-button-toggle icon="accessibility"></fds-button-toggle> | ||
<fds-button-toggle icon="exit_to_app"></fds-button-toggle> | ||
<fds-button-toggle icon="camera"></fds-button-toggle> | ||
</fds-button-toggle-group> | ||
|
||
<fds-button-toggle-group style="padding-bottom: 16px"> | ||
<fds-button-toggle-group> | ||
<fds-button-toggle-filter label="Left" icon="accessibility"></fds-button-toggle-filter> | ||
<fds-button-toggle-filter label="Middle" icon="exit_to_app" disabled></fds-button-toggle-filter> | ||
<fds-button-toggle-filter label="Right" icon="camera"></fds-button-toggle-filter> | ||
</fds-button-toggle-group> | ||
|
||
</div> | ||
</div> | ||
<style> | ||
fds-button-toggle-group { | ||
padding-bottom: 16px; | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...onents/button-toggle/src/button-toggle.ts → ...-group/src/button-toggle/button-toggle.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export * from './button-toggle-group'; | ||
export * from './button-toggle/button-toggle'; | ||
export * from './button-toggle/button-toggle-filter'; | ||
|
3 changes: 1 addition & 2 deletions
3
libs/web-components/button-toggle-group/stories/button-toggle-group.stories.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
44 changes: 0 additions & 44 deletions
44
libs/web-components/button-toggle/stories/button-toggle.stories.ts
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
libs/web-components/button-toggle/test/button-toggle.test.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.