Andy Blum

Results 87 comments of Andy Blum

I'll take a look - updating to include 10.3 and 11.0 first

Looks like we're using the class's name cast to lowercase. We need to get the value of the .... annotation? idk what php calls that. [Drupal's code](https://git.drupalcode.org/project/drupal/-/blob/11.x/core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php#L67-68): ```php #[FormElement('entity_autocomplete')] class...

@tay1orjones > Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension. Have you tried setting `type: "module"` in your sveltekit app's package.json?...

I don't think this is an issue with this repository, but rather with how your application is resolving "@carbon/web-components/es/components/dropdown/index.js". If I modify that to a relative URL it works ```.svelte...

Seems like adding the "alias" key to your svelte config could simplify this process as well. ```js const config = { kit: { adapter: adapter(), alias: { "@carbon": "./node_modules/@carbon" }...

CWC is in the process of moving to the carbon monorepo. To avoid blocking this effort further: 1. I've created a [new branch](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/feat/cds-shadow-parts) `feat/cds-shadow-parts` from this branch 2. I will...

The extension currently doesn't actually do anything, but all three isolated worlds of the extension are running and communicating properly. * When the popup is opened, a message is sent...

I don't work on this project or IBM anymore. Contact @bruno-amorim or @marcelojcs

Also, if I remember correctly, box elements are no longer part of this repo