@gravity-ui/blog-constructor 6.1.0 → 6.2.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.
@@ -232,6 +232,9 @@ export declare const Header: {
232
232
  optionName: string;
233
233
  })[];
234
234
  };
235
+ disableImageSliderForArrayInput: {
236
+ type: string;
237
+ };
235
238
  video: {
236
239
  type: string;
237
240
  additionalProperties: boolean;
@@ -46,6 +46,9 @@ export declare const Media: {
46
46
  optionName: string;
47
47
  })[];
48
48
  };
49
+ disableImageSliderForArrayInput: {
50
+ type: string;
51
+ };
49
52
  video: {
50
53
  type: string;
51
54
  additionalProperties: boolean;
@@ -36,7 +36,7 @@ unpredictable css rules order in build */
36
36
  left: 50%;
37
37
  width: 1440px;
38
38
  transform: translateX(-50%);
39
- max-width: 100vw;
39
+ max-width: 98vw;
40
40
  height: 100%;
41
41
  border-radius: var(--bc-border-radius);
42
42
  }
@@ -240,6 +240,9 @@ export declare const schemasForCustom: {
240
240
  optionName: string;
241
241
  })[];
242
242
  };
243
+ disableImageSliderForArrayInput: {
244
+ type: string;
245
+ };
243
246
  video: {
244
247
  type: string;
245
248
  additionalProperties: boolean;
@@ -1370,6 +1373,9 @@ export declare const schemasForCustom: {
1370
1373
  optionName: string;
1371
1374
  })[];
1372
1375
  };
1376
+ disableImageSliderForArrayInput: {
1377
+ type: string;
1378
+ };
1373
1379
  video: {
1374
1380
  type: string;
1375
1381
  additionalProperties: boolean;
@@ -232,6 +232,9 @@ export declare const Header: {
232
232
  optionName: string;
233
233
  })[];
234
234
  };
235
+ disableImageSliderForArrayInput: {
236
+ type: string;
237
+ };
235
238
  video: {
236
239
  type: string;
237
240
  additionalProperties: boolean;
@@ -46,6 +46,9 @@ export declare const Media: {
46
46
  optionName: string;
47
47
  })[];
48
48
  };
49
+ disableImageSliderForArrayInput: {
50
+ type: string;
51
+ };
49
52
  video: {
50
53
  type: string;
51
54
  additionalProperties: boolean;
@@ -36,7 +36,7 @@ unpredictable css rules order in build */
36
36
  left: 50%;
37
37
  width: 1440px;
38
38
  transform: translateX(-50%);
39
- max-width: 100vw;
39
+ max-width: 98vw;
40
40
  height: 100%;
41
41
  border-radius: var(--bc-border-radius);
42
42
  }
@@ -240,6 +240,9 @@ export declare const schemasForCustom: {
240
240
  optionName: string;
241
241
  })[];
242
242
  };
243
+ disableImageSliderForArrayInput: {
244
+ type: string;
245
+ };
243
246
  video: {
244
247
  type: string;
245
248
  additionalProperties: boolean;
@@ -1370,6 +1373,9 @@ export declare const schemasForCustom: {
1370
1373
  optionName: string;
1371
1374
  })[];
1372
1375
  };
1376
+ disableImageSliderForArrayInput: {
1377
+ type: string;
1378
+ };
1373
1379
  video: {
1374
1380
  type: string;
1375
1381
  additionalProperties: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/blog-constructor",
3
- "version": "6.1.0",
3
+ "version": "6.2.0",
4
4
  "description": "Gravity UI Blog Constructor",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -48,8 +48,8 @@
48
48
  "start": "node dist",
49
49
  "clean": "gulp clean",
50
50
  "build": "npm run clean && gulp",
51
- "storybook:start": "sb dev -p 7010",
52
- "storybook:build": "sb build -c .storybook -o storybook-static",
51
+ "storybook:start": "storybook dev -p 7010",
52
+ "storybook:build": "storybook build -c .storybook -o storybook-static",
53
53
  "prepublishOnly": "npm run lint && npm run build",
54
54
  "prepare": "husky install",
55
55
  "svgo": "svgo --config svgo.config.js",
@@ -60,8 +60,8 @@
60
60
  },
61
61
  "dependencies": {
62
62
  "@bem-react/classname": "^1.6.0",
63
- "@gravity-ui/components": "^3.0.0",
64
- "@gravity-ui/i18n": "^1.3.0",
63
+ "@gravity-ui/components": "^3.4.2",
64
+ "@gravity-ui/i18n": "^1.4.0",
65
65
  "lodash": "^4.17.21",
66
66
  "react-helmet": "^6.1.0",
67
67
  "ua-parser-js": "^0.7.28",
@@ -82,18 +82,19 @@
82
82
  "@commitlint/config-conventional": "^17.4.3",
83
83
  "@diplodoc/transform": "^4.10.8",
84
84
  "@gravity-ui/eslint-config": "^3.1.1",
85
- "@gravity-ui/page-constructor": "^5.1.0",
85
+ "@gravity-ui/page-constructor": "^5.9.1",
86
86
  "@gravity-ui/prettier-config": "^1.1.0",
87
87
  "@gravity-ui/stylelint-config": "^4.0.1",
88
88
  "@gravity-ui/tsconfig": "^1.0.0",
89
- "@gravity-ui/uikit": "^6.2.0",
89
+ "@gravity-ui/uikit": "^6.9.0",
90
90
  "@jest/environment": "^29.7.0",
91
- "@storybook/addon-essentials": "^7.6.17",
92
- "@storybook/addon-mdx-gfm": "^7.6.17",
93
- "@storybook/cli": "^7.6.17",
91
+ "@storybook/addon-essentials": "^8.0.5",
92
+ "@storybook/addon-mdx-gfm": "^8.0.5",
93
+ "@storybook/addon-webpack5-compiler-babel": "^3.0.3",
94
+ "@storybook/cli": "^8.0.5",
94
95
  "@storybook/preset-scss": "^1.0.3",
95
- "@storybook/react": "^7.6.17",
96
- "@storybook/react-webpack5": "^7.6.17",
96
+ "@storybook/react": "^8.0.5",
97
+ "@storybook/react-webpack5": "^8.0.5",
97
98
  "@testing-library/dom": "^9.3.3",
98
99
  "@testing-library/jest-dom": "^5.16.5",
99
100
  "@testing-library/react": "^14.0.0",
@@ -128,7 +129,7 @@
128
129
  "rimraf": "^3.0.2",
129
130
  "sass": "^1.54.4",
130
131
  "sass-loader": "^13.3.1",
131
- "storybook": "^7.6.17",
132
+ "storybook": "^8.0.5",
132
133
  "stylelint": "^15.11.0",
133
134
  "ts-jest": "^29.0.5",
134
135
  "typescript": "^4.9.3"