@gravity-ui/page-constructor 1.15.0-alpha.6 → 1.15.0-alpha.7
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 components_1 = require("../../components");
|
|
|
9
9
|
const ThemeValueContext_1 = require("../../context/theme/ThemeValueContext");
|
|
10
10
|
const utils_2 = require("../../components/Media/Image/utils");
|
|
11
11
|
const hooks_1 = require("../../hooks");
|
|
12
|
-
const constants_1 = require("
|
|
12
|
+
const constants_1 = require("../../constants");
|
|
13
13
|
const b = (0, utils_1.block)('quote');
|
|
14
14
|
const Quote = (props) => {
|
|
15
15
|
const { theme: textTheme = 'light', color, image, border = 'shadow', text, logo, author, url, buttonText, blockName = models_1.SubBlockType.Quote, } = props;
|
|
@@ -6,7 +6,7 @@ import { Author, Image, HTML } from '../../components';
|
|
|
6
6
|
import { ThemeValueContext } from '../../context/theme/ThemeValueContext';
|
|
7
7
|
import { getMediaImage } from '../../components/Media/Image/utils';
|
|
8
8
|
import { useAnalytics } from '../../hooks';
|
|
9
|
-
import { DEFAULT_EVENT_TYPE } from '
|
|
9
|
+
import { DEFAULT_EVENT_TYPE } from '../../constants';
|
|
10
10
|
import './Quote.css';
|
|
11
11
|
const b = block('quote');
|
|
12
12
|
const Quote = (props) => {
|