@phila/layerboard 3.0.0-beta.32 → 3.0.0-beta.34

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.
@@ -56,6 +56,8 @@ export interface LayerConfig {
56
56
  popup: PopupConfig | null;
57
57
  /** Display options for sidebar controls */
58
58
  displayOptions?: LayerDisplayOptions;
59
+ /** For split layers: the base layer ID that controls visibility */
60
+ parentId?: string;
59
61
  }
60
62
  /**
61
63
  * Override configuration for popup behavior
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phila/layerboard",
3
- "version": "3.0.0-beta.32",
3
+ "version": "3.0.0-beta.34",
4
4
  "type": "module",
5
5
  "description": "Vue 3 + MapLibre mapping framework for City of Philadelphia applications",
6
6
  "main": "./dist/index.js",
@@ -36,7 +36,7 @@
36
36
  "dependencies": {
37
37
  "@phila/phila-ui-core": "2.3.1-beta.0",
38
38
  "@phila/phila-ui-link": "1.0.2-beta.0",
39
- "@phila/phila-ui-map-core": "0.0.3-beta.8",
39
+ "@phila/phila-ui-map-core": "0.0.3-beta.10",
40
40
  "@phila/phila-ui-text-field": "1.1.1-beta.1"
41
41
  },
42
42
  "devDependencies": {