@geops/rvf-mobility-web-component 0.1.52 → 0.1.54

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.1.54](https://github.com/geops/rvf-mobility-web-component/compare/v0.1.53...v0.1.54) (2025-09-25)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * fix layer tree ([093c25d](https://github.com/geops/rvf-mobility-web-component/commit/093c25d4c2b1500e255643a25e33c069a59a56d8))
11
+ * remove test code ([bd48f06](https://github.com/geops/rvf-mobility-web-component/commit/bd48f0670c18bb7afa9471d4db203ef70d0dd3cf))
12
+
13
+ ### [0.1.53](https://github.com/geops/rvf-mobility-web-component/compare/v0.1.52...v0.1.53) (2025-09-25)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * improve css and fix title conflicts ([827c0e4](https://github.com/geops/rvf-mobility-web-component/commit/827c0e494651b511ac94d55897b120073b422694))
19
+
5
20
  ### [0.1.52](https://github.com/geops/rvf-mobility-web-component/compare/v0.1.51...v0.1.52) (2025-09-25)
6
21
 
7
22
 
package/global.d.ts CHANGED
@@ -2,3 +2,7 @@ declare module "*.png" {
2
2
  const src: string;
3
3
  export default src;
4
4
  }
5
+ declare module "*.svg" {
6
+ const src: string;
7
+ export default src;
8
+ }