Commit graph

108 commits

Author SHA1 Message Date
Adan Ulloa
a77127000d chnages to sidenav 2020-01-20 12:00:19 -06:00
Adan Ulloa
6be928a2d3 sidenave finished 2020-01-15 15:03:59 -06:00
adan.ulloa
2746249d98 hamburger menu working 2020-01-13 19:01:37 -06:00
adan.ulloa
7e168adcb7 starting side nav 2020-01-13 09:19:20 -06:00
adan.ulloa
418f4f5677 fixed issues handling clicks on components 2020-01-10 12:15:11 -06:00
adan.ulloa
26928771b6 finished right panel 2020-01-09 19:12:20 -06:00
adan.ulloa
b6bc6aee87 complete right panel 2020-01-09 10:15:08 -06:00
adan.ulloa
390f950ca5 uisehll with nav finished 2020-01-06 18:41:10 -06:00
adan.ulloa
d3c2732c4c first commit on the UIShell 2020-01-02 12:04:41 -06:00
Eric Liu
76d7dc5319 feat(components): add ListBox
Closes #88
2019-12-30 07:45:18 -08:00
Eric Liu
2ebaf15fc3 Merge branch 'master' of https://github.com/IBM/carbon-components-svelte into refactor 2019-12-29 19:48:41 -08:00
Eric Liu
81cf0680fa refactor(form): move reactive assignments 2019-12-29 19:46:09 -08:00
Eric Liu
d9c951f332 refactor(fileuploader): move reactive assignment 2019-12-29 19:43:58 -08:00
Eric Liu
bb18cdf797 refactor(timepicker): forward events, remove dispatch 2019-12-29 19:37:15 -08:00
Eric Liu
4b1ed0adce refactor(toggle): remove dispatch, inputRef, afterUpdate 2019-12-29 19:25:54 -08:00
Eric Liu
29c7c471c3 refactor(textinput): forward events 2019-12-29 19:17:30 -08:00
Eric Liu
77046a4959 refactor(textarea): remove dispatch, forward events 2019-12-29 19:13:35 -08:00
Eric Liu
86a65c8ff8 refactor(skeleton-text): rename lineCount 2019-12-29 19:08:26 -08:00
Eric Liu
24c44ad41b refactor(search): remove dispatch, rename placeHolderText 2019-12-29 19:04:36 -08:00
Eric Liu
60d9258d0b refactor(checkbox): make classes reactive 2019-12-29 18:52:20 -08:00
Eric Liu
b1688e9561 chore(deps): bump carbon-icons-svelte to ^10.8.1
Forward keydown event to Filename icon
2019-12-29 16:21:54 -08:00
Eric Liu
866cc962cd chore(lint): apply recommended lint rules 2019-12-29 15:37:56 -08:00
Eric Liu
4e578bc55d feat(component): add NumberInput
Closes #21
2019-12-29 14:08:42 -08:00
Eric Liu
50fbb60f3c feat(component): add Slider
Closes #26
2019-12-29 12:25:14 -08:00
Eric Liu
7e5252951a feat(component): add Tooltip
Closes #11

- Fixes `tabindex` prop storybook typo
2019-12-29 10:10:56 -08:00
Eric Liu
6ca56d67a6 feat(component): add DatePicker
Closes #15
2019-12-28 18:11:05 -08:00
Eric Liu
99f4b7b85d fix(test): update snapshot with updated Layout component 2019-12-26 10:30:02 -08:00
Eric Liu
9e3d387da3 feat(component): add OverflowMenu
Closes #22
2019-12-26 10:25:46 -08:00
Eric Liu
bf18b7b65a feat(component): add TimePicker
Closes #28
2019-12-25 14:23:20 -08:00
Eric Liu
0cc7c7afeb chore: forward class to Tile content 2019-12-25 14:22:52 -08:00
Eric Liu
a8f464586a feat(component): add Modal
Closes #18
2019-12-25 13:20:14 -08:00
Eric Liu
5e522c399c refactor(composed-modal): focus currentTarget in transitionend event
- Dispatch open event
2019-12-25 13:13:28 -08:00
Eric Liu
fd91dd80c5 feat(search): export autofocus prop 2019-12-25 07:22:29 -08:00
Eric Liu
152cbcd1ab refactor(code-snippet): use afterUpdate 2019-12-25 07:20:57 -08:00
Eric Liu
6a28583a85 chore(file-uploader-drop-container): move class names to markup 2019-12-25 07:20:23 -08:00
Eric Liu
3f03a1c259 refactor(composed-modal): use onMount, afterUpdate methods 2019-12-25 07:19:51 -08:00
Eric Liu
52dd244516 refactor(switch): focus ref in afterUpdate method 2019-12-25 07:17:51 -08:00
Eric Liu
0fe8975850 feat(file-uploader): export clearFiles method 2019-12-25 07:17:30 -08:00
Eric Liu
8ea50a807a refactor(toggle): access ref in afterUpdate method 2019-12-25 07:16:43 -08:00
Eric Liu
2cac297abf refactor(timeout): move setTimeout to afterUpdate method 2019-12-25 06:21:09 -08:00
Eric Liu
7a612e60cf feat(toast-notification): clear timeout when destroyed 2019-12-25 06:20:38 -08:00
Eric Liu
41c096bada refactor(expandable-tile): use onMount, afterUpdate methods 2019-12-25 06:10:07 -08:00
Eric Liu
f802fdb1bd refactor(expandable-tile): remove onMount method
- Prevent default keypress if key is a <Space> or 'Enter'
2019-12-24 09:55:52 -08:00
Eric Liu
0c9fb41aff chore(button-skeleton): remove unused const 2019-12-24 09:55:16 -08:00
Eric Liu
c446fc74f4 refactor(components): convert const to reactive where appropriate
- Inline class assignments to avoid script-level clutter
- Ignore a11y-missing-attribute instead of redundant href
2019-12-24 09:41:12 -08:00
Eric Liu
4ed754c549 refactor(expandable-tile): remove dispatcher, inline functions 2019-12-24 09:38:33 -08:00
Eric Liu
ffb6f477b9 refactor(composed-modal): register buttonRef directly 2019-12-24 09:37:35 -08:00
Eric Liu
85c4a14b2a feat(component): add FileUploader
Closes #16
2019-12-23 20:59:56 -08:00
Eric Liu
2d3edce3ca feat(button): derive hasIconOnly from icon and slots
Instead of explicitly defining hasIconOnly, its value can be inferred from a falsy icon prop and an empty slot.
2019-12-23 18:46:22 -08:00
Eric Liu
fc366a9366 feat(component): add ComposedModal
Closes #13
2019-12-23 18:38:33 -08:00