@gravity-ui/page-constructor 5.28.6 → 5.28.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.
@@ -21,7 +21,7 @@ const QuestionsBlock = (props) => {
21
21
  }
22
22
  setOpened(newState);
23
23
  };
24
- return (react_1.default.createElement("div", { className: b(), itemScope: true, itemType: models_1.FaqMicrodataValues.PageType },
24
+ return (react_1.default.createElement("div", { className: b(), itemScope: true, itemType: models_1.FaqMicrodataValues.PageType, itemID: models_1.FaqMicrodataValues.PageId },
25
25
  react_1.default.createElement(grid_1.Row, null,
26
26
  react_1.default.createElement(grid_1.Col, { sizes: { all: 12, md: 4 } },
27
27
  react_1.default.createElement("div", { className: b('title') },
@@ -1,5 +1,6 @@
1
1
  export declare const FaqMicrodataValues: {
2
2
  readonly PageType: "https://schema.org/FAQPage";
3
+ readonly PageId: "/faq";
3
4
  readonly QuestionType: "https://schema.org/Question";
4
5
  readonly QuestionProp: "mainEntity";
5
6
  readonly QuestionNameProp: "name";
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.FaqMicrodataValues = void 0;
4
4
  exports.FaqMicrodataValues = {
5
5
  PageType: 'https://schema.org/FAQPage',
6
+ PageId: '/faq',
6
7
  QuestionType: 'https://schema.org/Question',
7
8
  QuestionProp: 'mainEntity',
8
9
  QuestionNameProp: 'name',
@@ -19,7 +19,7 @@ const QuestionsBlock = (props) => {
19
19
  }
20
20
  setOpened(newState);
21
21
  };
22
- return (React.createElement("div", { className: b(), itemScope: true, itemType: FaqMicrodataValues.PageType },
22
+ return (React.createElement("div", { className: b(), itemScope: true, itemType: FaqMicrodataValues.PageType, itemID: FaqMicrodataValues.PageId },
23
23
  React.createElement(Row, null,
24
24
  React.createElement(Col, { sizes: { all: 12, md: 4 } },
25
25
  React.createElement("div", { className: b('title') },
@@ -1,5 +1,6 @@
1
1
  export declare const FaqMicrodataValues: {
2
2
  readonly PageType: "https://schema.org/FAQPage";
3
+ readonly PageId: "/faq";
3
4
  readonly QuestionType: "https://schema.org/Question";
4
5
  readonly QuestionProp: "mainEntity";
5
6
  readonly QuestionNameProp: "name";
@@ -1,5 +1,6 @@
1
1
  export const FaqMicrodataValues = {
2
2
  PageType: 'https://schema.org/FAQPage',
3
+ PageId: '/faq',
3
4
  QuestionType: 'https://schema.org/Question',
4
5
  QuestionProp: 'mainEntity',
5
6
  QuestionNameProp: 'name',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/page-constructor",
3
- "version": "5.28.6",
3
+ "version": "5.28.7",
4
4
  "description": "Gravity UI Page Constructor",
5
5
  "license": "MIT",
6
6
  "repository": {