Commit graph

1047 commits

Author SHA1 Message Date
Daniel Miedzik
a2287658dd
move restProps from wrapper to input for TextInput and PasswordInput (#481)
* move restProps to input for TextInput and PasswordInput

* move restProps one line above
2021-01-08 14:51:10 -08:00
Eric Liu
443f957027 v0.26.0 2020-12-11 05:09:55 -08:00
Eric Liu
6ee0bab0d9
add plain header UI Shell example (#459)
* chore: update codeowners

* docs: clean-up README

* docs(ui-shell): add plain header example

* docs: revise down the number of components

Although technically this library exports 150+ components, fewer than 50 are documented.
2020-12-11 05:04:42 -08:00
josef
a9e63e0038
feat(UIShell): only render hamburger menu if SideNav exists (#457)
* feat(UIShell): only render hamburger menu if SideNav exists

* feat(SideNav): store logic moved to onMount
2020-12-09 09:14:32 -08:00
water_lift
4b7c44994c
fix(number-input): decimal input (#444)
* fix(number-input): decimal input

* prepack

* non-mobile input

* pass value to input instead of inputValue
2020-12-09 09:08:28 -08:00
Eric Liu
a8ef7b6f3f
fix(select-item): revert spreading rest props (#452) 2020-12-06 09:23:58 -08:00
Eric Liu
c5efb6bcd8
Close tooltip on mousedown event, add reactive, hidden icon examples (#450)
* fix(tooltip): close tooltip on mousedown event

- remove blur event from tooltip; stop click, mouse propagation on tooltip content
- remove tabindex from open tooltip to prevent outline ring
- refocus trigger icon or trigger text when closing
- remove useless programmatic variable

* docs(tooltip): add reactive example, hidden icon example
2020-12-06 05:07:32 -08:00
Eric Liu
3214d8563f
Reactive audit (#449)
* refactor(search): resolve svelte file paths

* docs(Search): add reactive example

* refactor(tag): use class name directive for tag types, resolve svelte icon path

* chore(button-skeleton): deprecate small prop

* fix(breadcrumb-item): type default slot

* refactor(breadcrumb-skeleton): omit unused index

* refactor(aspect-ratio): use class name directive

* refactor(accordion): use the class name directive, resolve svelte icon paths

* refactor(code-snippet): use class name directive, resolve svelte icon paths

* fix(code-snippet-skeleton): CodeSnippetSkeleton can only be single or multi

* refactor(content-switcher): use class name directive

* docs(content-switcher): add reactive example

* docs(content-switcher): remove unused import

* docs(toggle): add reactive example

* refactor(tooltip-definition): use class name directive

* refactor(tooltip-icon): use class name directive

* refactor(tooltip): resolve svelte icon import

* fix(select): type dispatched change event

* refactor(select): resolve svelte icon import

* feat(select-item): spread rest props, avoid $ variable name

* fix(pagination-nav): type dispatched events

* refactor(pagination): resolve svelte imports

* fix(pagination): type dispatched update event

* fix(overflow-menu): type dispatched close event

* fix(number-input): type dispatched change event

* refactor(modal): use class name directive, resolve svelte imports

* refactor(inline-loading): use class name directive, resolve svelte imports

* refactor(composed-modal): resolve svelte icon imports

* refactor(combo-box): resolve svelte imports

* fix(fluid-form): rest props should not override Form class

* refactor(progress-step): resolve svelte icon imports
2020-12-06 03:59:30 -08:00
Eric Liu
61753b8b82
feat(search): clear input on escape key (#448) 2020-12-05 14:27:59 -08:00
Eric Liu
f6877f3809
Fix dropdown combobox focus (#447)
* fix(combo-box): selecting a different combobox should focus the input

* fix(dropdown): selecting a different dropdown should focus the button

* fix(combo-box): focus input if related target attribute is not "searchbox"
2020-12-05 11:36:41 -08:00
Eric Liu
222c7f2899
feat(tooltip): support align prop from carbon-components v10.25 (#446) 2020-12-05 09:04:53 -08:00
Richard O'flynn
1559d0f9d6
Move rest props to datatable container in DataTable Skeleton to align with DataTable usage (#441)
Co-authored-by: Richard O'flynn <richard.oflynn@brighter-software.co.uk>
2020-12-01 10:11:13 -08:00
water_lift
495ae2780a
fix FileUploader (#437)
* fix FileUploader

* FileList -> File[]
2020-11-30 18:43:39 -08:00
Eric Liu
e9016a5f8d
fix(ui-shell): prevent default behavior for Arrow{Up|Down} in HeaderSearch (#432) 2020-11-28 12:01:21 -08:00
Eric Liu
95c5682669 v0.25.1 2020-11-28 06:20:07 -08:00
Eric Liu
03462e79a7
fix(ui-shell): set selectedResultIndex in HeaderSearch on click (#430) 2020-11-28 06:17:33 -08:00
Eric Liu
8b7dfbe540 v0.25.0 2020-11-27 06:16:59 -08:00
Eric Liu
a53bddf8f6
improve documentation (#424)
* chore(deps-dev): pin sveld dependency to v0.3.0

* docs: escape HTML in component prop descriptions

* docs(ordered-list): describe use case for using native styles

#418

* docs: update count for icons, charts packages

* docs(readme): update description, links
2020-11-27 05:15:24 -08:00
Daniel Miedzik
c670964e93
fix types for FileUploader component (#422)
* fix types for FileUploader component

* correction of a mistaken change

Co-authored-by: Daniel Miedzik <dmiedzik@bethel.jw.org>
2020-11-27 04:15:01 -08:00
Richard O'flynn
b597a64131
Add padding prop to Grid component (#420)
* Add padding prop to Grid component

* Fix file name

* Build lib

* Typo

Co-authored-by: Richard O'flynn <richard.oflynn@brighter-software.co.uk>
2020-11-27 04:08:30 -08:00
Eric Liu
f4c940d5ee
Make UI Shell HeaderAction panel transition configurable (#419)
* fix(ui-shell): remove fly transition from hamburger menu

* feat(header-action): make panel transition configurable

* chore: rebuild types, docs

* docs(ui-shell): document transition prop in Header app switcher example
2020-11-26 17:14:07 -08:00
Eric Liu
1e72ea9942 v0.24.0 2020-11-26 15:47:41 -08:00
Eric Liu
30cfc842d5
Refactor UI Shell global search component (#417)
* feat(ui-shell): refactor UI Shell search component

* fix(ui-shell): dispatched event is "select", not "search"

* test(header-search): validate HeaderSearch types

* fix(header-search): selecting a result should reset the search

* feat(header-search): deefault selectedResultIndex should be 0

Reset selectedResultIndex, value after dispatching.

* docs(header-search): demo basic filtering

* chore: rebuild types, docs

* feat(header-search): pass index as a slot prop
2020-11-26 15:42:15 -08:00
Eric Liu
b7bf9ea1f0
Revise docs (#416)
* chore: add license badge to README

* perf(docs): ignore node_modules in markdown preprocessor

* docs: remove tabs for install commands on homepage

* docs(button-set): improve copy

* docs(button): improve usage for icon-only, link buttons

* docs: various copy improvements
2020-11-26 11:51:24 -08:00
Eric Liu
71c15db2ca
expand headers type in DataTableSkeleton, fix DataTableRow type to require "id" (#415)
* feat(data-table-skeleton): support object type for headers

* fix(data-table): require "id" in DataTableRow interface
2020-11-26 10:28:07 -08:00
Eric Liu
4226535338 v0.23.2 2020-11-25 10:29:02 -08:00
Eric Liu
0d8064043f
fix(types): export component types (#411) 2020-11-25 10:19:11 -08:00
Eric Liu
146362a810
Merge pull request #408 from weaseldotro/patch-2
fix(RadioButtonGroup): trigger change event
2020-11-23 17:05:47 -08:00
weaseldotro
8e65d8e7a6
fix(RadioButtonGroup): trigger change event 2020-11-23 11:42:13 +02:00
weaseldotro
ac4d5f96a9
Merge pull request #1 from IBM/master
pull
2020-11-23 11:40:21 +02:00
Eric Liu
3283b9b4f5 v0.23.1 2020-11-22 10:04:57 -08:00
Eric Liu
f5509060d5 docs: tweak body copy, link to CopyableCodeSnippet recipe 2020-11-22 09:50:46 -08:00
Eric Liu
9edb0c2f31 docs(recipes): add ExpandableAccordion recipe 2020-11-22 09:50:23 -08:00
Eric Liu
bc29d9ee0d docs(radio-button): add reactive example 2020-11-22 09:25:05 -08:00
Eric Liu
b10b4a4a10
Merge pull request #407 from weaseldotro/patch-1
fix(RadioButtonGroup): make selected prop reactive
2020-11-22 09:14:42 -08:00
weaseldotro
9e711abaa6
quickfix RadioButtonGroup selected prop reactivity 2020-11-22 17:28:34 +02:00
weaseldotro
109f71b5cf
fix(RadioButtonGroup): make selected prop reactive 2020-11-22 12:33:20 +02:00
Eric Liu
cfe05bb2b2 chore: rearrange badges [ci skip] 2020-11-21 12:16:20 -08:00
Eric Liu
58fb297754
Merge pull request #405 from IBM/fix-multi-listbox
fix(list-box): remove stopPropagation click modifier
2020-11-21 12:04:56 -08:00
Eric Liu
b6036f889d fix(list-box): remove stopPropagation clikc modifier 2020-11-21 06:06:50 -08:00
Eric Liu
eaebf764cf v0.23.0 2020-11-20 17:29:00 -08:00
Eric Liu
2850aa5255 chore(types): add readme [ci skip] 2020-11-20 10:18:33 -08:00
Eric Liu
f1800bf332 docs: move reactive label to component prop name column 2020-11-20 09:39:25 -08:00
Eric Liu
0b306216ba
Merge pull request #404 from IBM/fix-progress-indicator
fix(progress-indicator): allow currentIndex to be programmatically updated
2020-11-20 09:35:32 -08:00
Eric Liu
bb3ecaaa9e docs(progress-indicator): add example for vertical skeleton 2020-11-20 09:27:08 -08:00
Eric Liu
4ad9ff3ef5
Merge pull request #402 from IBM/button-icon-svelte
refactor(button): remove redundant if statement
2020-11-20 09:22:44 -08:00
Eric Liu
365c16a0d1 docs(progress-indicator): add programmatic usage example 2020-11-20 09:06:20 -08:00
Eric Liu
c513279751 fix(progress-indicator): allow currentIndex to be programmatically updated 2020-11-20 06:21:27 -08:00
Eric Liu
79d82da513 refactor(button): remove redundant if statement 2020-11-19 16:18:05 -08:00
Eric Liu
80d56f9f5f
Merge pull request #401 from IBM/toggle-size
feat(toggle): support small size, deprecate ToggleSmall
2020-11-19 15:37:26 -08:00