diff --git a/docs/api-reference/widgets/zoom-widget.md b/docs/api-reference/widgets/zoom-widget.md index 21d066fcae0..4f7d52749c3 100644 --- a/docs/api-reference/widgets/zoom-widget.md +++ b/docs/api-reference/widgets/zoom-widget.md @@ -28,12 +28,6 @@ Default: `'vertical'` Widget button orientation. Valid options are `vertical` or `horizontal`. -#### `container` (HTMLElement, optional) {#container} - -Default: `undefined` - -A [compatible DOM element](https://developer.mozilla.org/en-US/docs/Web/API/Element/requestFullScreen#Compatible_elements) which should be made full screen. By default, the map container element will be made full screen. - #### `zoomInLabel` (string, optional) {#zoominlabel} Tooltip message displayed while hovering a mouse over the zoom in button. diff --git a/modules/widgets/package.json b/modules/widgets/package.json index 5cdb19d57c3..5d02dbcb1c6 100644 --- a/modules/widgets/package.json +++ b/modules/widgets/package.json @@ -25,6 +25,10 @@ "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" + }, + "./stylesheet.css": { + "import": "./dist/stylesheet.css", + "style": "./dist/stylesheet.css" } }, "files": [