@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.
- package/build/cjs/blocks/Header/schema.d.ts +3 -0
- package/build/cjs/blocks/Media/schema.d.ts +3 -0
- package/build/cjs/components/FeedHeader/FeedHeader.css +1 -1
- package/build/cjs/schema/index.d.ts +6 -0
- package/build/esm/blocks/Header/schema.d.ts +3 -0
- package/build/esm/blocks/Media/schema.d.ts +3 -0
- package/build/esm/components/FeedHeader/FeedHeader.css +1 -1
- package/build/esm/schema/index.d.ts +6 -0
- package/package.json +14 -13
|
@@ -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;
|
|
@@ -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.
|
|
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": "
|
|
52
|
-
"storybook:build": "
|
|
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.
|
|
64
|
-
"@gravity-ui/i18n": "^1.
|
|
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
|
|
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.
|
|
89
|
+
"@gravity-ui/uikit": "^6.9.0",
|
|
90
90
|
"@jest/environment": "^29.7.0",
|
|
91
|
-
"@storybook/addon-essentials": "^
|
|
92
|
-
"@storybook/addon-mdx-gfm": "^
|
|
93
|
-
"@storybook/
|
|
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": "^
|
|
96
|
-
"@storybook/react-webpack5": "^
|
|
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": "^
|
|
132
|
+
"storybook": "^8.0.5",
|
|
132
133
|
"stylelint": "^15.11.0",
|
|
133
134
|
"ts-jest": "^29.0.5",
|
|
134
135
|
"typescript": "^4.9.3"
|