Taylor Jones

Results 127 comments of Taylor Jones

Thanks for reporting this, it looks like the internal "expand all" state of DataTable is stale when rows are updated. For now a workaround I'd suggest is to place a...

A few additional opportunities to look into with this: 1. Improve the "escape to close" functionality proposed in https://github.com/carbon-design-system/carbon/pull/8560 - Regarding multiple/stacked notifications, this hook could assist in keeping track...

An additional requirement for this is that it would ideally respect the user's `prefers-reduced-motion` setting. We might need to consider how the animations would or would not be different or...

Is the vertical alignment of the arrow correct? Based on the docs PR it looks like it should be vertically centered within the node, but here it's a bit above-center...

I just pushed an update with the following: * Remove `-story.js` file in favor of `-stories.js` file * Add Playground story and associated controls * Remove args/controls from non-playground stories...

Thanks for the report @tkolanko! Agree that the bracket notation should be used with `rest` so it uses the `aria-label` key off `rest`.

@wlinacdl please provide more detailed information including: - A public reproduction - [here's a template](https://stackblitz.com/github/carbon-design-system/carbon/tree/main/examples/vite?file=src%2FApp.jsx) - What component is defective - Confirmation of what package and version you are using...

@hnjoshi I'm not sure if you can configure cloud pal on an external host since it needs the artifactory/npm authentication. Ideally the repro would contain an isolated example of just...

Yeah, that's correct. In order to use the g100 theme it needs to be configured as shown above. This ensures all tokens values are set properly. This is also why...

I'll reopen to investigate. After looking more closely, we do emit component tokens per zone, I'm unsure why the proper value is not provided when the theme mixin is not...