Eric Liu
314fbd56da
docs(multi-select): improve docs
2025-05-03 11:14:01 -07:00
Eric Liu
12d09d5b0b
docs(local-storage): improve docs
2025-05-03 11:14:01 -07:00
Eric Liu
7d8237a7a2
docs(loading): improve docs
2025-05-03 11:14:01 -07:00
Eric Liu
a92da8d9a4
docs(link): improve docs
2025-05-03 11:14:01 -07:00
Eric Liu
f08676e73d
docs(inline-notification): improve docs
2025-05-03 11:14:01 -07:00
Eric Liu
9d111dcd91
docs(inline-loading): improve docs
2025-05-03 11:14:01 -07:00
Eric Liu
224a5dc3a4
docs(image-loader): improve docs
2025-05-03 09:18:28 -07:00
Eric Liu
8402e07019
docs(grid): improve docs
2025-05-03 09:18:19 -07:00
Eric Liu
90ea699848
docs(form): improve docs
2025-05-03 09:18:09 -07:00
Eric Liu
bb6f987b02
docs(fluid-form): improve docs
2025-05-03 09:16:56 -07:00
Eric Liu
85838625d2
docs(file-uploader): improve docs
2025-05-03 09:15:18 -07:00
Eric Liu
470d74cd72
docs(expandable-tile): improve docs
2025-05-03 09:12:58 -07:00
Eric Liu
69ff03508e
docs(dropdown): improve docs
2025-05-03 09:12:45 -07:00
Eric Liu
2486ba4fc7
docs(pagination): document pagesUnknown
2025-04-26 13:47:48 -07:00
Eric Liu
cdf5659fa0
fix(pagination): use toLocaleString
for default text formatting ( #2161 )
2025-04-26 13:39:26 -07:00
Eric Liu
ed3928bb01
fix(pagination): window totalItems
for performance ( #2160 )
...
Fixes #2156
2025-04-26 13:25:52 -07:00
Eric Liu
7b6487de2f
docs: update number of pictograms
2025-04-23 15:09:25 -07:00
Eric Liu
5599d24d4a
docs(date-picker): improve docs
2025-04-22 20:56:58 -07:00
Eric Liu
90b067ded3
docs(data-table): improve docs
2025-04-22 20:56:58 -07:00
Eric Liu
86aed30789
docs(copy-button): improve docs
2025-04-22 20:56:58 -07:00
Eric Liu
9f3cb09694
docs(context-menu): improve docs
2025-04-22 20:56:58 -07:00
Eric Liu
f66833c089
docs(content-switcher): improve docs
2025-04-22 20:56:58 -07:00
Eric Liu
ba29eeaddf
docs(composed-modal): improve docs
2025-04-22 20:56:58 -07:00
Eric Liu
d907d000a6
docs(combo-box): improve docs
2025-04-22 20:56:58 -07:00
Eric Liu
caf83a7d8c
docs(code-snippet): improve docs
2025-04-22 20:56:58 -07:00
Eric Liu
d9e45e9825
docs(clickable-tile): improve docs
2025-04-22 20:56:58 -07:00
Eric Liu
5e87bd8eb1
docs(checkbox): improve docs
2025-04-22 20:56:58 -07:00
Eric Liu
ecb8e621c8
docs(button-set): improve docs
2025-04-22 20:56:58 -07:00
Eric Liu
b5b102aff5
docs(button): improve docs
2025-04-22 20:56:58 -07:00
Eric Liu
a3a494f29f
docs(breakpoint): improve docs
2025-04-22 20:56:58 -07:00
Eric Liu
fa7096bd78
docs(breadcrumb): improve docs
2025-04-22 20:56:58 -07:00
Eric Liu
29871c2eb1
docs(aspect-ratio): improve docs
2025-04-22 20:56:58 -07:00
Eric Liu
b592515ae4
docs(accordion): improve docs
2025-04-22 20:56:58 -07:00
Eric Liu
95dcaff8be
docs: use consistent heading for "Disabled state"
2025-04-22 20:56:58 -07:00
Nick Wing
61ea8dd82c
fix(select): falsy item text
should fallback to value
( #2152 )
2025-04-18 10:34:12 -07:00
Nick Wing
436dea47e8
feat(combo-box): add hideLabel
prop ( #2153 )
2025-04-18 10:27:14 -07:00
Eric Liu
7754ea3691
chore: use import attributes instead of import assertions
2025-04-18 10:25:13 -07:00
Eric Liu
f755422f81
build(deps-dev): address vulns
2025-04-12 16:03:53 -07:00
Eric Liu
1462e300d6
fix(radio-button): forward focus
, blur
events ( #2135 )
...
As identified in #2131 , `focus` and `blur` events should be
forwarded to the underlying `RadioButton` element.
2025-03-22 13:02:28 -07:00
Eric Liu
d67b3e0a84
docs(code-snippet): remove note on compatibility
2025-03-19 13:21:14 -07:00
Eric Liu
023b49d050
docs(copy-button): remove note on compatability
2025-03-16 15:37:40 -07:00
dependabot[bot]
49f9cb00ed
build(deps-dev): bump prismjs from 1.29.0 to 1.30.0 in /docs ( #2116 )
...
Bumps [prismjs](https://github.com/PrismJS/prism ) from 1.29.0 to 1.30.0.
- [Release notes](https://github.com/PrismJS/prism/releases )
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PrismJS/prism/compare/v1.29.0...v1.30.0 )
---
updated-dependencies:
- dependency-name: prismjs
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-10 15:36:51 -07:00
Eric Liu
a3d1d9f089
chore(deps-dev): upgrade dependencies ( #2113 )
2025-03-09 14:28:04 -07:00
Eric Liu
a4aefad0e4
docs(ui-shell): add "Header with multiple switchers" example ( #2112 )
2025-03-09 13:59:36 -07:00
Eric Liu
24b9cbc9c3
feat(ui-shell): HeaderAction
supports tooltip ( #2111 )
...
Closes #2110
2025-03-09 13:47:34 -07:00
Eric Liu
7481b9a995
feat(data-table): allow custom inputName
for radio/checkbox ( #2087 )
...
Closes #2085
2025-03-09 13:47:08 -07:00
Eric Liu
21f014d43f
chore(deps-dev): bump deps ( #2101 )
2025-02-24 09:42:54 -08:00
Eric Liu
dfa133d0b9
docs: update number of carbon-pictograms-svelte
to 1,200+ ( #2099 )
2025-02-15 10:08:07 -08:00
Eric Liu
6bf72d4602
fix(types): loosen icon
prop type to any
( #2095 )
...
Fixes https://github.com/carbon-design-system/carbon-icons-svelte/issues/207
`carbon-icons-svelte@13` and `carbon-pictograms-svelte@13` now
only support TypeScript for Svelte 4/5.
The new `Component` type is incompatible with the `icon` prop in
`carbon-components-svelte`, causing a type error with Svelte 5, as
`typeof SvelteComponent` doesn't match the new `Component` type.
Since `Component` isn't available in Svelte 3/4, this PR changes
the `icon` prop type to `any` for compatibility across Svelte 3, 4, and 5.
2025-02-02 19:49:53 -08:00
dependabot[bot]
4021c562e9
build(deps-dev): bump vite from 5.4.9 to 5.4.14 in /docs ( #2090 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.9 to 5.4.14.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.14/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.14/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-22 11:10:37 -08:00