carbon-components-svelte/src
2020-12-05 10:31:35 -08:00
..
Accordion Make UI Shell HeaderAction panel transition configurable (#419) 2020-11-26 17:14:07 -08:00
AspectRatio refactor: update/fix JSDoc props 2020-11-04 06:04:25 -08:00
Breadcrumb test: add TS types 2020-11-19 14:16:01 -08:00
Button Make UI Shell HeaderAction panel transition configurable (#419) 2020-11-26 17:14:07 -08:00
Checkbox refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
CodeSnippet Make UI Shell HeaderAction panel transition configurable (#419) 2020-11-26 17:14:07 -08:00
ComboBox fix(combo-box): selecting a different combobox should focus the input 2020-12-05 10:30:53 -08:00
ComposedModal test: add TS types 2020-11-19 14:16:01 -08:00
ContentSwitcher Make UI Shell HeaderAction panel transition configurable (#419) 2020-11-26 17:14:07 -08:00
Copy refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
CopyButton test: add TS types 2020-11-19 14:16:01 -08:00
DataTable expand headers type in DataTableSkeleton, fix DataTableRow type to require "id" (#415) 2020-11-26 10:28:07 -08:00
DataTableSkeleton Move rest props to datatable container in DataTable Skeleton to align with DataTable usage (#441) 2020-12-01 10:11:13 -08:00
DatePicker test: add TS types 2020-11-19 14:16:01 -08:00
Dropdown fix(dropdown): selecting a different dropdown should focus the button 2020-12-05 10:31:35 -08:00
FileUploader fix FileUploader (#437) 2020-11-30 18:43:39 -08:00
FluidForm chore: remove storybook 2020-10-14 16:23:44 -07:00
Form chore: remove storybook 2020-10-14 16:23:44 -07:00
FormGroup refactor: update/fix JSDoc props 2020-11-04 06:04:25 -08:00
FormItem chore: remove storybook 2020-10-14 16:23:44 -07:00
FormLabel refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
Grid Add padding prop to Grid component (#420) 2020-11-27 04:08:30 -08:00
Icon test: add TS types 2020-11-19 14:16:01 -08:00
InlineLoading refactor: update/fix JSDoc props 2020-11-04 06:04:25 -08:00
Link refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
ListBox fix(list-box): remove stopPropagation clikc modifier 2020-11-21 06:06:50 -08:00
ListItem feat(prettier): add svelteBracketNewLine 2020-09-24 10:50:34 -05:00
Loading refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
Modal refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
MultiSelect test: add TS types 2020-11-19 14:16:01 -08:00
Notification fix(types): prefix icon type with "typeof" 2020-11-19 10:41:15 -08:00
NumberInput test: add TS types 2020-11-19 14:16:01 -08:00
OrderedList refactor: update/fix JSDoc props 2020-11-04 06:04:25 -08:00
OverflowMenu fix(types): prefix icon type with "typeof" 2020-11-19 10:41:15 -08:00
Pagination refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
PaginationNav refactor: update/fix JSDoc props 2020-11-04 06:04:25 -08:00
ProgressIndicator fix(progress-indicator): allow currentIndex to be programmatically updated 2020-11-20 06:21:27 -08:00
RadioButton refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
RadioButtonGroup fix(types): export component types (#411) 2020-11-25 10:19:11 -08:00
Search refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
Select test: add TS types 2020-11-19 14:16:01 -08:00
SkeletonPlaceholder chore: remove storybook 2020-10-14 16:23:44 -07:00
SkeletonText refactor: update/fix JSDoc props 2020-11-04 06:04:25 -08:00
Slider refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
StructuredList refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
Tabs Make UI Shell HeaderAction panel transition configurable (#419) 2020-11-26 17:14:07 -08:00
Tag fix(tag): define JSDoc restProps type 2020-11-19 09:10:30 -08:00
TextArea refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
TextInput test: add TS types 2020-11-19 14:16:01 -08:00
Tile refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
TimePicker test: add TS types 2020-11-19 14:16:01 -08:00
Toggle feat(toggle): support small size, deprecate ToggleSmall 2020-11-19 15:20:01 -08:00
ToggleSmall feat(toggle): support small size, deprecate ToggleSmall 2020-11-19 15:20:01 -08:00
Tooltip feat(tooltip): support align prop from carbon-components v10.25 (#446) 2020-12-05 09:04:53 -08:00
TooltipDefinition refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
TooltipIcon refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
UIShell fix(ui-shell): prevent default behavior for Arrow{Up|Down} in HeaderSearch (#432) 2020-11-28 12:01:21 -08:00
UnorderedList refactor: update/fix JSDoc props 2020-11-04 06:04:25 -08:00
index.js Refactor UI Shell global search component (#417) 2020-11-26 15:42:15 -08:00