maplibre-gl-layer-control-tidop 0.0.21 → 0.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -474,7 +474,6 @@ export declare class LayerControl implements IControl {
474
474
  * Create style button for a layer
475
475
  */
476
476
  private createStyleButton;
477
- private createTidopButton;
478
477
  /**
479
478
  * Toggle style editor for a layer
480
479
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maplibre-gl-layer-control-tidop",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "description": "A comprehensive layer control for MapLibre GL with advanced styling capabilities",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",