@roomle/embedding-lib 5.25.0-alpha.8 → 5.25.0-alpha.9

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.
@@ -1,6 +1,6 @@
1
- ## [5.25.0-alpha.8](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.25.0-alpha.7...embedding-lib-v5.25.0-alpha.8) (2025-08-07)
1
+ ## [5.25.0-alpha.9](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.25.0-alpha.8...embedding-lib-v5.25.0-alpha.9) (2025-08-07)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * make material transition async again ([533feff](https://github.com/roomle-dev/roomle-ui/commit/533feff2f59ba75533c9be9b4a548e78940cb226))
6
+ * relative paths ([696388b](https://github.com/roomle-dev/roomle-ui/commit/696388b10f8d8247a293c83667cabae49efee370))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.25.0-alpha.8",
3
+ "version": "5.25.0-alpha.9",
4
4
  "description": "This is a small library which can be used to communicate with the Roomle Configurator",
5
5
  "type": "module",
6
6
  "main": "./roomle-embedding-lib.umd.js",
@@ -1,4 +1,4 @@
1
- import { default as LATO_SUB_FILE_NAME } from '../../public/fonts/lato_regular_sub.json?no-inline?url';
2
- import { default as LATO_FILE_NAME } from '../../public/fonts/lato_regular.json?no-inline?url';
1
+ import { default as LATO_SUB_FILE_NAME } from '../../public/fonts/lato_regular_sub.json?json';
2
+ import { default as LATO_FILE_NAME } from '../../public/fonts/lato_regular.json?json';
3
3
 
4
4
  export { LATO_SUB_FILE_NAME, LATO_FILE_NAME };