@dartcom/ui-kit 10.3.3 → 10.3.4

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/dist/index.cjs CHANGED
@@ -16531,7 +16531,7 @@ const getEntityNames = ({ entity, names, }) => {
16531
16531
  return layerNames;
16532
16532
  };
16533
16533
  const getImageSrc = (path) => {
16534
- const imageSrc = `${"$VITE_API_HOST/api-image/images"}/${path}`;
16534
+ const imageSrc = `${"https://dalganmap.ru/api-image/images"}/${path}`;
16535
16535
  return imageSrc;
16536
16536
  };
16537
16537
  const loadState = (name) => {
@@ -43362,9 +43362,9 @@ const getLayerModalsNames = (layer) => {
43362
43362
 
43363
43363
  const tile_size = 256;
43364
43364
  const sourceUrl = {
43365
- [exports.TangramSourceNames.TILE]: `${"$VITE_API_HOST/api"}/tiles/get_tile/{z}/{x}/{y}.mvt`,
43366
- [exports.TangramSourceNames.NATURE_TILE]: `${"$VITE_API_HOST/api"}/tiles/get_nature_tile/{z}/{x}/{y}.mvt`,
43367
- [exports.TangramSourceNames.MSK]: `${"$VITE_API_HOST/api"}/tiles/get_tile/{z}/{x}/{y}.mvt`,
43365
+ [exports.TangramSourceNames.TILE]: `${"https://dalganmap.ru/api"}/tiles/get_tile/{z}/{x}/{y}.mvt`,
43366
+ [exports.TangramSourceNames.NATURE_TILE]: `${"https://dalganmap.ru/api"}/tiles/get_nature_tile/{z}/{x}/{y}.mvt`,
43367
+ [exports.TangramSourceNames.MSK]: `${"https://dalganmap.ru/api"}/tiles/get_tile/{z}/{x}/{y}.mvt`,
43368
43368
  };
43369
43369
 
43370
43370
  function extendContext(source, extra) {