Commit graph

974 commits

Author SHA1 Message Date
Eric Liu
4d93396d01 fix(ui-shell): stop propagation when clicking header action button 2020-08-01 15:36:38 -07:00
Eric Liu
66bc076307 fix(ui-shell): add space between company and platform name 2020-08-01 15:36:11 -07:00
Eric Liu
0eefde12fe feat: add ButtonSet component 2020-08-01 15:35:58 -07:00
Eric Liu
28e5284b77 chore(accordion): place restProps.class after class 2020-08-01 15:35:32 -07:00
Eric Liu
121768598c chore(tabs): pass id to anchor link in Tab 2020-07-30 17:27:29 -07:00
Eric Liu
a0b6b561af fix(tabs): remove hidden attribute for selected tab panel 2020-07-30 17:27:06 -07:00
Eric Liu
334ea7f063 chore(ui-shell): apply toggle behavior to HeaderAction
Dispatch open/close events
2020-07-30 16:42:36 -07:00
Eric Liu
ea12dbe503 chore(input): forward keydown event to TextInput, PasswordInput 2020-07-30 16:37:26 -07:00
Eric Liu
57406f66b3 fix(unordered-list): fix class name typo 2020-07-28 20:48:18 -07:00
Eric Liu
382b2f6e85 chore(combo-box): remove unnecessary selectedId assignments
selectedId is set based on the selectedIndex
2020-07-28 18:54:18 -07:00
Eric Liu
8dbcf17e89 feat(combo-box): dispatch select, clear events
Also fixes a bug where the selectedId isn't reset when clearing the selection.
2020-07-28 18:46:12 -07:00
Eric Liu
c06aa92978 chore(tabs): document prop types 2020-07-27 20:13:56 -07:00
Eric Liu
aadc8d9bf1 chore(tabs): add count prop for tabs skeleton 2020-07-27 20:13:39 -07:00
Eric Liu
a10693659e chore: remove trailing semicolono from jsdoc types 2020-07-27 06:23:31 -07:00
Eric Liu
432b5ba09a docs: add component index [ci skip] 2020-07-26 20:56:38 -07:00
Eric Liu
f30755b237 chore: complete first pass of apply jsdoc annotations to component props 2020-07-26 17:42:12 -07:00
Eric Liu
566a281d81 chore(ui-shell): remove ambiguous type prop in favor of $$restProps 2020-07-26 15:12:28 -07:00
Eric Liu
c3f924c25a chore: add more type docs 2020-07-25 11:30:45 -07:00
Eric Liu
773b18d314 chore: add more prop annotations 2020-07-25 06:26:49 -07:00
Eric Liu
8c1ffd4cb0 chore: use jsdoc to annotate props 2020-07-24 22:35:20 -07:00
Eric Liu
51034f24a3 feat(breadcrumb): supporot noTrailingSlash in skeleton 2020-07-24 22:27:05 -07:00
Eric Liu
77b4d32c62 feat(grid): support narrow prop for Grid, Row 2020-07-24 21:31:39 -07:00
Eric Liu
b255dd9f99 feat(ui-shell): conditionally render icon markup 2020-07-24 17:18:55 -07:00
Eric Liu
fff54a19eb fix: clear timeout in onMount return function 2020-07-24 17:18:23 -07:00
Eric Liu
bd6bd15c79 feat: support skeleton prop 2020-07-24 17:14:12 -07:00
Eric Liu
3f64a947a7 feat(grid): support gutter, aspectRatio props 2020-07-23 13:55:45 -07:00
Eric Liu
2ae4c8a008
Merge pull request #215 from IBM/pagination-nav
feat: add PaginationNav component
2020-07-22 19:01:29 -07:00
Eric Liu
d3d24d8d58 fix(tooltip-icon): avoid $$restProps.class override 2020-07-22 18:23:06 -07:00
Eric Liu
8473589e3a feat: add PaginationNav component 2020-07-22 18:14:08 -07:00
Eric Liu
f9f58999b2 feat: add Grid component 2020-07-21 07:46:54 -07:00
Eric Liu
d95b352ed0 feat(combo-box): focus input on selection clear 2020-07-20 20:45:58 -07:00
Eric Liu
7be03658b8
Merge pull request #211 from IBM/text-input
feat: support size prop for input components
2020-07-20 20:40:57 -07:00
Eric Liu
119c73ae89
Merge pull request #210 from IBM/content-switcher
feat(content-switcher): support light variant
2020-07-20 20:40:47 -07:00
Eric Liu
331dc4a656 feat: support size prop for input components
- DatePickerInput, NumberInput, Select, PasswordInput, TextInput
2020-07-20 20:29:50 -07:00
Eric Liu
9dd9c09362 fix(list-box): fix regression where size is overriden 2020-07-20 20:25:00 -07:00
Eric Liu
9a78f9900d feat(content-switcher): support light variant 2020-07-20 19:58:33 -07:00
Eric Liu
dadb7b5f9d fix(pagination): fix pagination select page regression 2020-07-20 19:45:48 -07:00
Eric Liu
bc866d6650 chore: update copy for ComboBox/Dropdown stories 2020-07-19 14:43:16 -07:00
Eric Liu
d46c5b852a fix(combo-box): close menu on Escape key
#198
2020-07-19 14:42:37 -07:00
Eric Liu
f4b5766bc8 fix(modal): replace onDestroy with onMount for SSR support
Fixes #200
2020-07-19 14:09:44 -07:00
Eric Liu
6c6defc4c9 fix(tag): set restProps.class after class value 2020-07-19 12:20:36 -07:00
Eric Liu
0bb5e1952f chore: forward restProps to Button 2020-07-19 11:21:32 -07:00
Eric Liu
2200b29b92 chore: lift components folder 2020-07-19 09:06:08 -07:00
Eric Liu
76df51674d chore: update dependencies, remove jest
- remove docs/palimpsest folders (to be replaced)
- remove Layout Storybook component
2020-07-19 06:53:10 -07:00
Eric Liu
1e5333dd64 refactor(ui-shell): use $$restProps, remove cx 2020-07-19 06:33:06 -07:00
Eric Liu
e886d772c7 refactor: use $$restProps API
- add ref prop for applicable components (#196)
- add slot to Content Switcher `Switch` component (#183)
- remove fillArray, css utilities
2020-07-19 05:49:40 -07:00
Eric Liu
4e2959080b refactor: Tag, TagSkeleton
- use $$restProps API
- add button to filterable variant
2020-07-19 05:49:40 -07:00
Eric Liu
2b42ebf013
Merge pull request #201 from danielboven/add-text-to-header-action
Option to set text for HeaderAction component
2020-07-19 05:42:49 -07:00
Daniel Boven
b1e0228421 Removed 'optional' import & changed slot name 2020-07-19 10:46:23 +02:00
Daniel Boven
f7714c721b Updated HeaderAction component with slot & scoped styling 2020-07-18 13:54:58 +02:00