carbon-components-svelte/src
Eric Liu 32edfa59dd
Make Toggle labels slottable (#1002)
* feat(toggle): support slottable labels

* yarn build:lib

* docs(toggle): add "Slottable labels" example
2022-01-12 16:43:27 -10:00
..
Accordion Inline carbon icons, remove carbon-icons-svelte from dependencies (#904) 2021-11-11 08:54:45 -08:00
AspectRatio Align v10.33 (#619) 2021-04-30 17:08:09 -07:00
Breadcrumb Upgrade sveld to v0.10 (#856) 2021-10-16 12:34:29 -07:00
Breakpoint Breakpoint (#733) 2021-07-07 12:40:06 -07:00
Button Omit explicit "from carbon-icons-svelte" from icon prop definitions (#866) 2021-10-20 13:48:52 -07:00
Checkbox Enhance Checkbox to use bind:group (#947) 2021-12-30 13:31:33 -08:00
CodeSnippet Add required prop to Select. (#968) 2022-01-03 10:46:12 -08:00
ComboBox Add option to not re-focus ComboBox when invoking clear() (#1000) 2022-01-12 16:12:43 -10:00
ComposedModal Refactor onDestroy to use onMount return function (#914) 2021-11-17 13:20:26 -08:00
ContentSwitcher Refactor onDestroy to use onMount return function (#914) 2021-11-17 13:20:26 -08:00
ContextMenu Refactor prop types to omit redundant null for null | HTMLElement types (#998) 2022-01-12 13:36:47 -10:00
Copy chore(deps-dev): upgrade prettier-plugin-svelte (#498) 2021-01-27 15:02:02 -08:00
CopyButton Inline carbon icons, remove carbon-icons-svelte from dependencies (#904) 2021-11-11 08:54:45 -08:00
DataTable Refactor prop types to omit redundant null for null | HTMLElement types (#998) 2022-01-12 13:36:47 -10:00
DatePicker Add required prop to Select. (#968) 2022-01-03 10:46:12 -08:00
Dropdown Fix a11y warnings emitted by Svelte v3.45 (#989) 2022-01-10 11:57:52 -10:00
FileUploader hotfix: fix remaining imports from carbon-icons-svelte (#905) 2021-11-12 13:09:43 -08:00
FluidForm fix(fluid-form): forward missing events (#583) 2021-03-28 12:10:51 -07:00
Form feat(form): add ref prop (#900) 2021-11-10 19:46:14 -08:00
FormGroup Set a condition for showing legend in FormGroup (#785) 2021-09-05 13:25:32 -07:00
FormItem Fix a11y-mouse-events warning, update docs (#765) 2021-07-26 08:40:05 -07:00
FormLabel Fix a11y-mouse-events warning, update docs (#765) 2021-07-26 08:40:05 -07:00
Grid Add padding prop to Grid component (#420) 2020-11-27 04:08:30 -08:00
Icon Omit explicit "from carbon-icons-svelte" from icon prop definitions (#866) 2021-10-20 13:48:52 -07:00
icons Inline carbon icons, remove carbon-icons-svelte from dependencies (#904) 2021-11-11 08:54:45 -08:00
ImageLoader Align v10.36 (#696) 2021-06-26 14:39:49 -07:00
InlineLoading hotfix: fix remaining imports from carbon-icons-svelte (#905) 2021-11-12 13:09:43 -08:00
Link Inline carbon icons, remove carbon-icons-svelte from dependencies (#904) 2021-11-11 08:54:45 -08:00
ListBox Inline carbon icons, remove carbon-icons-svelte from dependencies (#904) 2021-11-11 08:54:45 -08:00
ListItem Fix a11y-mouse-events warning, update docs (#765) 2021-07-26 08:40:05 -07:00
Loading chore(deps-dev): upgrade prettier-plugin-svelte (#498) 2021-01-27 15:02:02 -08:00
LocalStorage Align v10.39 (#738) 2021-07-09 13:40:25 -07:00
Modal Inline carbon icons, remove carbon-icons-svelte from dependencies (#904) 2021-11-11 08:54:45 -08:00
MultiSelect Refactor prop types to omit redundant null for null | HTMLElement types (#998) 2022-01-12 13:36:47 -10:00
Notification Align v10.48 (#907) 2021-11-12 16:25:02 -08:00
NumberInput hotfix: fix remaining imports from carbon-icons-svelte (#905) 2021-11-12 13:09:43 -08:00
OrderedList Fix a11y-mouse-events warning, update docs (#765) 2021-07-26 08:40:05 -07:00
OverflowMenu hotfix: fix remaining imports from carbon-icons-svelte (#905) 2021-11-12 13:09:43 -08:00
Pagination Correct page number when dispatching update (#911) 2021-11-18 07:41:33 -08:00
PaginationNav hotfix: fix remaining imports from carbon-icons-svelte (#905) 2021-11-12 13:09:43 -08:00
Popover hotfix(popover): manually apply relative style if relative is true (#915) 2021-11-18 07:28:40 -08:00
ProgressBar Export id in ProgressBar, add UX animated progress bar example (#732) 2021-07-07 10:08:03 -07:00
ProgressIndicator Add required prop to Select. (#968) 2022-01-03 10:46:12 -08:00
RadioButton fix: radiobutton slot not working (#799) (#808) 2021-09-05 15:34:10 -07:00
RadioButtonGroup Fix a11y-mouse-events warning, update docs (#765) 2021-07-26 08:40:05 -07:00
RecursiveList RecursiveList (#717) 2021-07-05 08:43:48 -07:00
Search hotfix: fix remaining imports from carbon-icons-svelte (#905) 2021-11-12 13:09:43 -08:00
Select Add required prop to Select. (#968) 2022-01-03 10:46:12 -08:00
SkeletonPlaceholder Fix a11y-mouse-events warning, update docs (#765) 2021-07-26 08:40:05 -07:00
SkeletonText Fix a11y-mouse-events warning, update docs (#765) 2021-07-26 08:40:05 -07:00
Slider Fix a11y-mouse-events warning, update docs (#765) 2021-07-26 08:40:05 -07:00
StructuredList Fix a11y-mouse-events warning, update docs (#765) 2021-07-26 08:40:05 -07:00
Tabs Modify click events to prevent navigation. (#946) 2021-12-28 12:59:26 -08:00
Tag Inline carbon icons, remove carbon-icons-svelte from dependencies (#904) 2021-11-11 08:54:45 -08:00
TextArea fix(label-text): correctly render "labelText" slots (#949) 2021-12-28 12:59:33 -08:00
TextInput Add required prop to Select. (#968) 2022-01-03 10:46:12 -08:00
Theme feat(theme): add Theme (#741) 2021-07-10 16:00:03 -07:00
Tile Update TileGroup on programmatic selection change. (#971) 2022-01-08 09:24:33 -08:00
TimePicker fix(label-text): correctly render "labelText" slots (#949) 2021-12-28 12:59:33 -08:00
Toggle Make Toggle labels slottable (#1002) 2022-01-12 16:43:27 -10:00
ToggleSmall Fix a11y-mouse-events warning, update docs (#765) 2021-07-26 08:40:05 -07:00
Tooltip Inline carbon icons, remove carbon-icons-svelte from dependencies (#904) 2021-11-11 08:54:45 -08:00
TooltipDefinition fix: close overlays on window click (#761) 2021-07-22 09:44:23 -07:00
TooltipIcon Omit explicit "from carbon-icons-svelte" from icon prop definitions (#866) 2021-10-20 13:48:52 -07:00
TreeView Refactor prop types to omit redundant null for null | HTMLElement types (#998) 2022-01-12 13:36:47 -10:00
Truncate Alignment with Carbon version 10.29 (#529) 2021-02-19 16:08:16 -08:00
UIShell Fix a11y warnings emitted by Svelte v3.45 (#989) 2022-01-10 11:57:52 -10:00
UnorderedList Fix a11y-mouse-events warning, update docs (#765) 2021-07-26 08:40:05 -07:00
index.js feat(theme): add Theme (#741) 2021-07-10 16:00:03 -07:00