Eric Liu
93469fd893
chore: format files with Prettier 3
2024-11-11 21:27:04 -08:00
metonym
4e3415a4e9
docs: Checkbox, Tabs, NumberInput ( #1045 )
...
* add `Checkbox` reactive example for `bind:checked` (#967 )
* update `Checkbox` reactive example for `bind:group` to demo two-way binding
* simplify `Tabs` reactive example
* add `NumberInput` "No value" example
2022-01-27 07:27:10 -08:00
Eric Liu
dce2dda72a
Update docs ( #965 )
...
* chore(docs): run "npx browserslist@latest --update-db"
* chore(docs): upgrade carbon-icons-svelte to latest
* refactor(docs): re-use styles from css/all.scss
* chore(docs): add pnpm install command
* chore(docs): upgrade prettier, prettier-plugin-svelte
* docs(date-picker): improve "DatePicker in a modal" example
* fix(docs): restore "scripts-markup-styles" svelte sort order
* chore(docs): upgrade mdsvex
* chore(deps-dev): bump prettier, prettier-plugin-svelte, svelte
* refactor(docs): use svelte:fragment where applicable
* fix(docs): include missing "options" in svelteSortOrder prettier config
2022-01-01 10:58:42 -08:00
Eric Liu
7cd3723960
Alignment with Carbon version 10.28 ( #505 )
...
* chore(deps-dev): remove @carbon/themes
* chore(deps-dev): bump devDependencies
* fix(tabs): forward click event to Tab
* feat(toggle): dispatch toggle event
* feat(tag): dispatch close event
* feat(tooltip-icon): make tooltipText slottable
* feat(dropdown): add hideLabel prop
* docs(select): add "Hidden label" example
* refactor(modal): use class directive
* feat(modal): dispatch transitionend event
* chore(deps-dev): upgrade carbon-components to 10.28.0-rc.0
* feat(date-picker): add warn state
* feat(tag): support small size variant
* fix(search): add semantic role
* feat(toolbar-search): add disabled state
* fix(composed-modal): add aria-label prop, update header semantic tags
* chore(deps-dev): upgrade carbon-components to v10.28
* docs(overflow-menu): add light variant example
* docs(link): document OutboundLink in Component API
* chore(tooltip-icon): rename slot to "tooltipText"
* docs(component-api): wrap code blocks to minimize width
* docs(aspect-ratio): remove inline outline style
* fix(tab): do not trigger focus when mounting
* docs(tabs): add reactive example
Closes #438
2021-02-05 05:59:10 -08:00