* fix(context-menu): only prevent default keydown behavior if menu is open
* docs(notification): update copy
* docs(select): update item groups example to use hidden default option
* docs: increase max-height to render UIShell, UnorderedList items
* fix(ui-shell): remove iconDescription prop from HeaderNavMenu #566Fixes#566
* remove default from inline notification
* feat(notification): remove default prop value for title, caption
Co-authored-by: Eric Y Liu <ericyl.us@gmail.com>
* feat(toolbar): forward "clear" event in ToolbarSearch
* docs(search): add on:clear example
* fix(ui-shell): set aria-hidden in SideNav
Ref c2b4f1f00
* chore(deps-dev): upgrade carbon-components to v10.30.0
* fix(text-input): use bx--text-input class for TextInputSkeleton
* fix(radio-button): only render span if labelText is truthy
* docs(password-input): add custom tooltip example
* feat(button): add isSelected prop for icon-only, ghost buttons
* feat(radio-button): add legendText prop to RadioButtonGroup
* docs(tag): add filterable (disabled) variant
* feat(tag): add interactive prop
* chore(number-input): deprecate the mobile variant
Mobile variant styles will no longer work.
* feat(button): set aria-pressed attribute if icon-only, ghost button is selected
* fix(multi-select): type dispatched select event
* fix(button): remove redundant "button" role
* feat(icon): deprecate Icon, IconSkeleton
* feat(ui-shell): make SideNavMenuItem text slottable
* fix(list-box): update styles for ListBoxSelection
* fix(list-box): temporarily apply override styles to ListBoxMenuIcon for chevron
* fix(tag): set disabled prop on interactive tag
* docs(button): extract selected, icon-only button example
* feat(tooltip): elevate z-index of tooltip when open
* feat: forward restProps to input element
* fix(types): fix TimePicker test to pass svelte-check
* feat: add ImageLoader component
* test: add ImageLoader
* feat: add LocalStorage component
* test(local-storage): fix invalid file
* chore(docs): use green tag type
* fix(combo-fix): dont re-focus listbox if relatedTarget is input/select/textarea
* fix(combo-box): check if relatedTarget is truthy
* fix(multi-select): dont re-focus listbox if relatedTarget is input/select/textarea
* chore: patch prettier-plugin-svelte
* docs(tag): add filterable small tag example
* feat(ui-shell): add SideNavDivider
* feat(combo-box): support warning state
* docs(combo-box): add invalid state example
* fix(progress-step): add title to warning icon
* docs(progress-indicator): add invalid step example
* docs(progress-indicator): add disabled steps example
* feat(truncate): add text truncation component and action
* docs(radio-tile): fix light variant example
* fix(side-effects): add pre-compiled CSS to library side effects
* refactor(css): use shorthand scss imports, add comments
* refactor(truncate): rename "direction" prop to "clamp"
* chore(deps-dev): bump carbon-components to v10.29.0
* feat(combo-box): add direction prop
* feat(dropdown): add direction prop
* feat(multi-select): add direction prop
* Change placeholder text for TimePicker to have ":" separator
* Revert "Change placeholder text for TimePicker to have ":" separator"
This reverts commit ab83560b4d.
* Change placeholder text for TimePicker to have ":" separator
* chore(deps-dev): bump devDependencies
* docs: update number of available carbon icons
* feat(notification): distinguish dispatched close event between click/timeout
* fix(notification): prevent class from being overriden by $$restProps
* docs(notification): improve example body copy
* fix(notification): remove notificationType prop
* refactor(notification): resolve svelte file in imports
* fix(notification): prevent class from being overridden by $$restProps
* feat(notification): update TS signature for dispatched close event
* docs: update contributing
* fix(loading): adjust spinner styles
* feat(tag): support custom icon variant
* feat(tile): add optional expand/collapse icon labels to ExpandableTile
* feat(code-snippet): support disabled state for single and multi-line types
* fix(code-snippet): remove impossible class directive
* fix(code-snippet): showMoreLess button size should be "field", not "small"
* fix(password-input): disable visibility button
- set default values for tooltipAlignment, tooltipPosition
* fix(text-input): add missing warning field wrapper class
* feat(button): infer hasIconOnly using $$slots API
- requires Svelte version >=3.25
* docs(button): add danger tertiary, icon-only example
* feat(button): set default values for tooltip alignment, position
* docs: document dynamic theming
* fix(modal): correctly set class props #482
* fix(form): forward submit event in FluidForm #487
* feat(dropdown): support warning state
* feat(multi-select): support warning state
* fix(multi-select): prevent dropdown from opening if disabled
* feat(number-input): support warning state
* chore(deps-dev): upgrade devDependencies
* docs: bump @carbon/themes, carbon-components
* refactor(data-table): co-locate DataTableSkeleton with DataTable
* docs: update number of pictograms
* fix(password-input): add missing "bx--btn" class to visibility toggle
* docs: increase z-index for component preview
* fix(data-table): remove aria-hidden prop from ToolbarSearch
* fix(ui-shell): deprecate ariaLabel prop in HeaderNav
- remove menubar role from HeaderNav
- obtain "aria-label" and "aria-labelledby" from $$props
* fix(slider): add label id
* Close overflow menu on focusout
* fix styling and behavior of overflow menu,
when it is opened for the first time
* remove previous commit
* Fix keyboard navigation of overflow menu items
* 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
* 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
* 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"
* 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