Commit graph

2282 commits

Author SHA1 Message Date
Eric Liu
b8a5d7bdcc refactor(tooltip): forward events, remove external props
Supports #7
2019-12-21 17:56:32 -08:00
Eric Liu
6c75c8a973 feat(components): add Select, SelectItem, SelectItemGroup
Closes #31
2019-12-21 17:18:35 -08:00
Eric Liu
4f73b8b71a feat(components): add RadioButtonGroup
Closes #25
2019-12-21 17:16:15 -08:00
Eric Liu
9b8559b9b1 chore(docs): rebuild storybook [ci skip]
Fixes ProgressIndicator story.
2019-12-21 11:31:05 -08:00
Eric Liu
160a786f61
Merge pull request #56 from IBM/dependabot/npm_and_yarn/babel/core-7.7.7
chore(deps-dev): bump @babel/core from 7.7.5 to 7.7.7
2019-12-21 11:30:00 -08:00
Eric Liu
19196c85e3
Merge pull request #57 from IBM/dependabot/npm_and_yarn/babel/preset-env-7.7.7
chore(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7
2019-12-21 11:29:50 -08:00
Eric Liu
8a3ba266cd
Merge pull request #59 from IBM/dependabot/npm_and_yarn/carbon-components-10.9.0
chore(deps-dev): bump carbon-components from 10.9.0-rc.1 to 10.9.0
2019-12-21 11:29:40 -08:00
Eric Liu
af34aaec1f
Merge pull request #60 from IBM/dependabot/npm_and_yarn/eslint-6.8.0
chore(deps-dev): bump eslint from 6.7.2 to 6.8.0
2019-12-21 11:29:28 -08:00
Eric Liu
38bf8dd96e
Merge pull request #58 from IBM/dependabot/npm_and_yarn/svelte-3.16.5
chore(deps-dev): bump svelte from 3.16.4 to 3.16.5
2019-12-21 11:29:17 -08:00
dependabot-preview[bot]
e2683257bf
chore(deps-dev): bump eslint from 6.7.2 to 6.8.0
Bumps [eslint](https://github.com/eslint/eslint) from 6.7.2 to 6.8.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v6.7.2...v6.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-21 19:22:19 +00:00
dependabot-preview[bot]
e53fdb0d59
chore(deps-dev): bump carbon-components from 10.9.0-rc.1 to 10.9.0
Bumps [carbon-components](https://github.com/carbon-design-system/carbon) from 10.9.0-rc.1 to 10.9.0.
- [Release notes](https://github.com/carbon-design-system/carbon/releases)
- [Commits](https://github.com/carbon-design-system/carbon/compare/v10.9.0-rc.1...v10.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-21 19:21:54 +00:00
dependabot-preview[bot]
39da4240c8
chore(deps-dev): bump svelte from 3.16.4 to 3.16.5
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.16.4 to 3.16.5.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/compare/v3.16.4...v3.16.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-21 19:21:21 +00:00
dependabot-preview[bot]
9f614e460a
chore(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.7.6 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.6...v7.7.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-21 19:20:55 +00:00
dependabot-preview[bot]
bfbd95fc57
chore(deps-dev): bump @babel/core from 7.7.5 to 7.7.7
Bumps [@babel/core](https://github.com/babel/babel) from 7.7.5 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.5...v7.7.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-21 19:20:23 +00:00
Eric Liu
f8157442c1
Merge pull request #55 from metonym/progress-indicator
fix(progress-indicator): correct Story
2019-12-21 11:13:04 -08:00
Eric Liu
73e96e3d35 fix(progress-indicator): correct Story 2019-12-21 11:10:35 -08:00
Eric Liu
7dff7d4806 chore(docs): rebuild storybook [ci skip]
Adds ProgressIndicator component. Fixes two-way binding in Checkbox.
2019-12-21 11:07:43 -08:00
Eric Liu
2ed45f8fae
Merge pull request #54 from metonym/progress-indicator
feat(component): add ProgressIndicator
2019-12-21 11:06:27 -08:00
Eric Liu
a0c4d347d5 feat(component): add ProgressIndicator
Closes #24
2019-12-21 11:03:50 -08:00
Eric Liu
275e5f00b7
Merge pull request #52 from metonym/fix-checkbox
fix(checkbox): support two way binding
2019-12-20 19:17:56 -08:00
Eric Liu
724196abb5 fix(checkbox): support two way binding
- Forward events, inline functions
- Add style, remove exported props (#7)
2019-12-20 19:13:56 -08:00
Eric Liu
6cc2eecd88 chore(docs): rebuild storybook [ci skip]
Adds Notification component.

Removes space from "Unordered List," "Ordered List" story names.
2019-12-20 19:01:49 -08:00
Eric Liu
12d88fb911
Merge pull request #51 from metonym/notification
feat(component): add Notification
2019-12-20 18:59:31 -08:00
Eric Liu
94dceae1fb feat(component): add Notification
Closes #20
2019-12-20 18:56:56 -08:00
Eric Liu
422ac528a7
Merge pull request #50 from metonym/fix-text-input
fix(password-input): mark passwordIsVisible as reactive
2019-12-20 17:41:32 -08:00
Eric Liu
865aeb0748 refactor(text-input): remove dispatch, forward events
Supports #7

- Forward events, inline functions
- Add style prop
- Remove exported props
- Bind value for TextInput
2019-12-20 17:34:47 -08:00
Eric Liu
95a4ead0e3 fix(password-input): mark passwordIsVisible as reactive 2019-12-20 17:28:33 -08:00
Eric Liu
b8c2a105a5
Merge pull request #49 from metonym/refactor-toggle
refactor(toggle): forward events, inline functions
2019-12-20 17:10:20 -08:00
Eric Liu
ea39fdd4a7 refactor(toggle): forward events, inline functions
Supports #7

- Forward events
- Add style prop
- Remove exported props
- Inline change, keyup functions
- Dispatch only 'toggle' event
2019-12-20 17:07:37 -08:00
Eric Liu
aceadbb55c chore(docs): rebuild storybook [ci skip]
Includes fix for Accordion. Adds ContentSwitcher component.
2019-12-20 16:38:39 -08:00
Eric Liu
70c6336a68
Merge pull request #47 from metonym/accordion
fix(accordion): set animation on click
2019-12-20 16:37:20 -08:00
Eric Liu
1b1c3c6cb6
Merge pull request #48 from metonym/content-switcher
feat(components): add ContentSwitcher, Switch
2019-12-20 16:37:12 -08:00
Eric Liu
9afc149193 feat(components): add ContentSwitcher, Switch
Closes #33
2019-12-20 16:35:48 -08:00
Eric Liu
39ca81f9a8 fix(accordion): set animation on click 2019-12-20 13:39:32 -08:00
Eric Liu
32eac16528 chore(docs): rebuild storybook
Includes Tile component. Fixes "SkeletonPlaceholder" name typo.
2019-12-20 09:16:22 -08:00
Eric Liu
8f1271088f
Merge pull request #46 from metonym/tile
feat(tile): complete RadioTile, forward events
2019-12-20 09:12:44 -08:00
Eric Liu
71ddcfccc0 feat(tile): complete RadioTile
Closes #34

- Add Tile to list of supported components
- Make RadioTile composable as a "child" component
2019-12-20 09:09:55 -08:00
Eric Liu
1d66a8b127 feat(selectable-tile): dispatch select event
Supports #34
2019-12-20 07:43:50 -08:00
Eric Liu
a828218d15 refactor(tile): forward events, inline functions
Supports #7, #34

- Forward events, style prop
- Remove unneeded dispatched events
- Remove exported props
2019-12-20 04:16:50 -08:00
Eric Liu
5ec9c0089f
Merge pull request #45 from metonym/accordion
refactor(accordion-item): remove comments, let assignment
2019-12-19 19:48:53 -08:00
Eric Liu
ce985ea90e refactor(accordion-item): remove comments, let assignment 2019-12-19 19:48:29 -08:00
Eric Liu
5ed4b24613
Merge pull request #43 from metonym/accordion
refactor(accordion): remove expando, inline functions
2019-12-19 19:44:08 -08:00
Eric Liu
bbb1a776c0
Merge pull request #44 from metonym/skeleton
refactor(skeleton): forward events, remove exported props
2019-12-19 19:43:53 -08:00
Eric Liu
f0869edceb refactor(skeleton-text): forward events
Supports #7
2019-12-19 19:34:29 -08:00
Eric Liu
18a5f4e5cb refactor(skeleton-placeholder): forward events
Supports #7
2019-12-19 19:34:12 -08:00
Eric Liu
6f3834211e refactor(accordion): remove expando, inline functions
Supports #7

- Forward events
- Export style
2019-12-19 19:31:04 -08:00
Eric Liu
381bf366aa
Merge pull request #41 from metonym/tile
feat(components): add Tile
2019-12-19 08:05:20 -08:00
Eric Liu
46cb9aa44b feat(components): add Tile
Supports #34

TODO:

- remove exported props
- compose TileGroup, SelectableTile, RadioTile components
2019-12-19 04:20:20 -08:00
Eric Liu
abcecc645e
Merge pull request #40 from metonym/refactor
refactor: remove exported props
2019-12-18 09:52:24 -08:00
Eric Liu
d978119cc4 fix(breadcrumb): pass aria-current prop to Link 2019-12-18 09:50:02 -08:00