@gravity-ui/page-constructor 4.45.0 → 4.46.0

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/README.md CHANGED
@@ -151,7 +151,7 @@ The page constructor uses the `bootstrap` grid and its implementation based on R
151
151
  Usage example:
152
152
 
153
153
  ```jsx
154
- import {Grid, Row, Col} from '@gravity-ui/page-constructor/';
154
+ import {Grid, Row, Col} from '@gravity-ui/page-constructor';
155
155
 
156
156
  const Page: React.FC<PageProps> = ({children}) => (
157
157
  <Grid>
@@ -1,2 +1,3 @@
1
1
  export * from '../../components/Author/schema';
2
2
  export * from '../../components/Image/schema';
3
+ export * from '../../components/YandexForm/schema';
@@ -3,3 +3,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("../../components/Author/schema"), exports);
5
5
  tslib_1.__exportStar(require("../../components/Image/schema"), exports);
6
+ tslib_1.__exportStar(require("../../components/YandexForm/schema"), exports);
@@ -7,3 +7,4 @@ export * from '../../sub-blocks/Quote/schema';
7
7
  export * from '../../sub-blocks/Divider/schema';
8
8
  export * from '../../sub-blocks/BasicCard/schema';
9
9
  export * from '../../sub-blocks/PriceCard/schema';
10
+ export * from '../../sub-blocks/HubspotForm/schema';
@@ -10,3 +10,4 @@ tslib_1.__exportStar(require("../../sub-blocks/Quote/schema"), exports);
10
10
  tslib_1.__exportStar(require("../../sub-blocks/Divider/schema"), exports);
11
11
  tslib_1.__exportStar(require("../../sub-blocks/BasicCard/schema"), exports);
12
12
  tslib_1.__exportStar(require("../../sub-blocks/PriceCard/schema"), exports);
13
+ tslib_1.__exportStar(require("../../sub-blocks/HubspotForm/schema"), exports);
@@ -1,2 +1,3 @@
1
1
  export * from '../../components/Author/schema';
2
2
  export * from '../../components/Image/schema';
3
+ export * from '../../components/YandexForm/schema';
@@ -1,2 +1,3 @@
1
1
  export * from '../../components/Author/schema';
2
2
  export * from '../../components/Image/schema';
3
+ export * from '../../components/YandexForm/schema';
@@ -7,3 +7,4 @@ export * from '../../sub-blocks/Quote/schema';
7
7
  export * from '../../sub-blocks/Divider/schema';
8
8
  export * from '../../sub-blocks/BasicCard/schema';
9
9
  export * from '../../sub-blocks/PriceCard/schema';
10
+ export * from '../../sub-blocks/HubspotForm/schema';
@@ -7,3 +7,4 @@ export * from '../../sub-blocks/Quote/schema';
7
7
  export * from '../../sub-blocks/Divider/schema';
8
8
  export * from '../../sub-blocks/BasicCard/schema';
9
9
  export * from '../../sub-blocks/PriceCard/schema';
10
+ export * from '../../sub-blocks/HubspotForm/schema';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/page-constructor",
3
- "version": "4.45.0",
3
+ "version": "4.46.0",
4
4
  "description": "Gravity UI Page Constructor",
5
5
  "license": "MIT",
6
6
  "repository": {