@gravity-ui/page-constructor 1.15.0-alpha.20 → 1.15.0-alpha.21
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.
|
@@ -9,7 +9,7 @@ const useMetrika_1 = require("../../hooks/useMetrika");
|
|
|
9
9
|
const models_1 = require("../../models");
|
|
10
10
|
const hooks_1 = require("../../hooks");
|
|
11
11
|
const HubspotFormContainer_1 = tslib_1.__importDefault(require("./HubspotFormContainer"));
|
|
12
|
-
const blockPositionContext_1 = require("
|
|
12
|
+
const blockPositionContext_1 = require("../../context/blockPositionContext");
|
|
13
13
|
const b = (0, utils_1.block)('hubspot-form');
|
|
14
14
|
const HubspotForm = (props) => {
|
|
15
15
|
const { className, theme: themeProp, isMobile: isMobileProp, formId, formInstanceId, portalId, region, formClassName, pixelEvents,
|
|
@@ -6,7 +6,7 @@ import { useMetrika } from '../../hooks/useMetrika';
|
|
|
6
6
|
import { PredefinedEventTypes } from '../../models';
|
|
7
7
|
import { useHandleHubspotEvents, useAnalytics } from '../../hooks';
|
|
8
8
|
import HubspotFormContainer from './HubspotFormContainer';
|
|
9
|
-
import { BlockPositionContext } from '
|
|
9
|
+
import { BlockPositionContext } from '../../context/blockPositionContext';
|
|
10
10
|
import './HubspotForm.css';
|
|
11
11
|
const b = block('hubspot-form');
|
|
12
12
|
const HubspotForm = (props) => {
|