carbon-components-svelte/tests
Eric Liu f2a3f8d2e1
Alignment with Carbon version 10.27 (#495)
* 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
2021-01-27 13:29:20 -08:00
..
Accordion.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
AspectRatio.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
AspectRatioColumns.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
Breadcrumb.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
Breadcrumbs.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
Button.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
ButtonSet.test.svelte fix(types): prefix icon type with "typeof" 2020-11-19 10:41:15 -08:00
Checkbox.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
ClickableTile.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
CodeSnippet.test.svelte Alignment with Carbon version 10.27 (#495) 2021-01-27 13:29:20 -08:00
ComboBox.test.svelte fix(types): export component types (#411) 2020-11-25 10:19:11 -08:00
ComposedModal.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
CondensedGrid.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
ContentSwitcher.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
CopyableCodeSnippet.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
CopyButton.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
DangerModal.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
DataTable.test.svelte expand headers type in DataTableSkeleton, fix DataTableRow type to require "id" (#415) 2020-11-26 10:28:07 -08:00
DataTableAppendColumns.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
DataTableBatchSelection.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
DataTableBatchSelectionToolbar.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
DatePicker.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
Dropdown.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
DynamicCodeSnippet.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
ExpandableTile.test.svelte Alignment with Carbon version 10.27 (#495) 2021-01-27 13:29:20 -08:00
FileUploader.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
FilterableComboBox.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
FluidForm.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
Form.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
FullWidthGrid.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
Grid.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
HeaderNav.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
HeaderSearch.svelte Refactor UI Shell global search component (#417) 2020-11-26 15:42:15 -08:00
HeaderSwitcher.test.svelte Make UI Shell HeaderAction panel transition configurable (#419) 2020-11-26 17:14:07 -08:00
HeaderUtilities.test.svelte Make UI Shell HeaderAction panel transition configurable (#419) 2020-11-26 17:14:07 -08:00
HiddenCodeSnippet.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
Icon.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
InlineLoading.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
InlineLoadingUx.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
InlineNotification.test.svelte Alignment with Carbon version 10.27 (#495) 2021-01-27 13:29:20 -08:00
Link.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
Loading.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
Modal.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
ModalExtraSmall.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
ModalLarge.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
ModalPreventOutsideClick.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
ModalSmall.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
MultiSelect.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
NarrowGrid.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
NumberInput.test.svelte Reactive audit (#449) 2020-12-06 03:59:30 -08:00
OffsetColumns.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
OrderedList.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
OverflowMenu.test.svelte Reactive audit (#449) 2020-12-06 03:59:30 -08:00
PaddedGrid.test.svelte Add padding prop to Grid component (#420) 2020-11-27 04:08:30 -08:00
Pagination.test.svelte Reactive audit (#449) 2020-12-06 03:59:30 -08:00
PaginationNav.test.svelte Reactive audit (#449) 2020-12-06 03:59:30 -08:00
PassiveModal.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
PasswordInput.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
PersistedHamburgerMenu.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
ProgressIndicator.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
RadioButton.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
RadioSelectableDataTable.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
RadioTile.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
ResponsiveGrid.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
Search.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
Select.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
SelectableDataTable.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
SelectableTile.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
SkeletonPlaceholder.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
SkeletonText.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
Slider.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
StructuredList.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
Tabs.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
Tag.test.svelte Alignment with Carbon version 10.27 (#495) 2021-01-27 13:29:20 -08:00
TextArea.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
TextInput.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
Tile.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
TimePicker.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
ToastNotification.test.svelte Alignment with Carbon version 10.27 (#495) 2021-01-27 13:29:20 -08:00
Toggle.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
ToggleSmall.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
Tooltip.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
TooltipDefinition.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
TooltipIcon.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00
UnorderedList.test.svelte test: add TS types 2020-11-19 14:16:01 -08:00