extended-component-library icon indicating copy to clipboard operation
extended-component-library copied to clipboard

A set of Web Components from Google Maps Platform

Results 46 extended-component-library issues
Sort by recently updated
recently updated
newest added

Bumps the production-dependencies group with 3 updates in the / directory: [@lit/context](https://github.com/lit/lit/tree/HEAD/packages/context), [@lit/react](https://github.com/lit/lit/tree/HEAD/packages/react) and [lit](https://github.com/lit/lit/tree/HEAD/packages/lit). Updates `@lit/context` from 1.1.0 to 1.1.1 Release notes Sourced from @​lit/context's releases. @​lit/context@​1.1.1 Patch Changes...

dependencies

Bumps the development-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@custom-elements-manifest/analyzer](https://github.com/open-wc/custom-elements-manifest/tree/HEAD/packages/analyzer) | `0.8.4` |...

dependencies

Bumps the rollup group with 1 update in the / directory: [rollup](https://github.com/rollup/rollup). Updates `rollup` from 3.29.4 to 4.17.2 Release notes Sourced from rollup's releases. v4.17.2 4.17.2 2024-04-30 Bug Fixes Fix...

dependencies

#### Environment details 1. Specify the API at the beginning of the title (for example, "Places: ...") https://github.com/googlemaps/extended-component-library/blob/4541b75a28a9059e85714b08caa36eade5dfc2e9/src/place_picker/place_picker.ts#L379-L382 2. OS type and version: Linux 6.7.9 3. Library version: 0.6.7 ####...

type: bug

**Is your feature request related to a problem? Please describe.** I've integrated `@googlemaps/extended-component-library` into a React application and noticed that Typescript is not yet supported. I've also installed `@types/google.maps`, but...

type: feature request

I would like to be able to control the styling of web components better, so that they are more in line with the rest of the design when necessary. For...

type: feature request

Thanks for this library 🙏 great to have an official Google library that supports React components too. However, for the React [example here in the repo](https://github.com/googlemaps/extended-component-library/blob/3dc517076cd93aef91a768f41730dfb3fe116b95/examples/react_sample_app/src/App.jsx#L75C17-L87) are there also wrapper...

documentation
type: question

import { APILoader } from '@googlemaps/extended-component-library/react'; The code works fine on localhost, but give "HTMLDivElement is not defined" error on deploy.

type: bug