@gravity-ui/page-constructor 5.20.1 → 5.21.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.
@@ -234,16 +234,18 @@ unpredictable css rules order in build */
234
234
  }
235
235
  .pc-hubspot-form .hs-richtext p {
236
236
  color: var(--g-color-text-primary);
237
+ font-family: var(--g-text-body-font-family);
238
+ font-weight: var(--g-text-body-font-weight);
237
239
  font-size: var(--g-text-body-2-font-size);
238
240
  line-height: var(--g-text-body-2-line-height);
239
- font-weight: var(--g-text-body-font-weight);
240
241
  margin: 20px 0;
241
242
  }
242
243
  .pc-hubspot-form .hs_error_rollup {
243
244
  padding-left: 10px;
245
+ font-family: var(--g-text-body-font-family);
246
+ font-weight: var(--g-text-body-font-weight);
244
247
  font-size: var(--g-text-body-1-font-size);
245
248
  line-height: var(--g-text-body-1-line-height);
246
- font-weight: var(--g-text-body-font-weight);
247
249
  color: var(--g-color-text-danger);
248
250
  }
249
251
  .pc-hubspot-form .legal-consent-container {
@@ -274,9 +276,10 @@ unpredictable css rules order in build */
274
276
  order: 4;
275
277
  }
276
278
  .pc-hubspot-form .hs-error-msg {
279
+ font-family: var(--g-text-body-font-family);
280
+ font-weight: var(--g-text-body-font-weight);
277
281
  font-size: var(--g-text-body-1-font-size);
278
282
  line-height: var(--g-text-body-1-line-height);
279
- font-weight: var(--g-text-body-font-weight);
280
283
  color: var(--g-color-text-danger);
281
284
  display: block;
282
285
  }
@@ -333,9 +336,10 @@ unpredictable css rules order in build */
333
336
  border: 1px solid var(--g-color-line-generic);
334
337
  }
335
338
  .pc-hubspot-form .hs_recaptcha div {
339
+ font-family: var(--g-text-body-font-family);
340
+ font-weight: var(--g-text-body-font-weight);
336
341
  font-size: var(--g-text-body-2-font-size);
337
342
  line-height: var(--g-text-body-2-line-height);
338
- font-weight: var(--g-text-body-font-weight);
339
343
  }
340
344
  .pc-hubspot-form_mobile .hs-richtext,
341
345
  .pc-hubspot-form_mobile .hs-form-field,
@@ -234,16 +234,18 @@ unpredictable css rules order in build */
234
234
  }
235
235
  .pc-hubspot-form .hs-richtext p {
236
236
  color: var(--g-color-text-primary);
237
+ font-family: var(--g-text-body-font-family);
238
+ font-weight: var(--g-text-body-font-weight);
237
239
  font-size: var(--g-text-body-2-font-size);
238
240
  line-height: var(--g-text-body-2-line-height);
239
- font-weight: var(--g-text-body-font-weight);
240
241
  margin: 20px 0;
241
242
  }
242
243
  .pc-hubspot-form .hs_error_rollup {
243
244
  padding-left: 10px;
245
+ font-family: var(--g-text-body-font-family);
246
+ font-weight: var(--g-text-body-font-weight);
244
247
  font-size: var(--g-text-body-1-font-size);
245
248
  line-height: var(--g-text-body-1-line-height);
246
- font-weight: var(--g-text-body-font-weight);
247
249
  color: var(--g-color-text-danger);
248
250
  }
249
251
  .pc-hubspot-form .legal-consent-container {
@@ -274,9 +276,10 @@ unpredictable css rules order in build */
274
276
  order: 4;
275
277
  }
276
278
  .pc-hubspot-form .hs-error-msg {
279
+ font-family: var(--g-text-body-font-family);
280
+ font-weight: var(--g-text-body-font-weight);
277
281
  font-size: var(--g-text-body-1-font-size);
278
282
  line-height: var(--g-text-body-1-line-height);
279
- font-weight: var(--g-text-body-font-weight);
280
283
  color: var(--g-color-text-danger);
281
284
  display: block;
282
285
  }
@@ -333,9 +336,10 @@ unpredictable css rules order in build */
333
336
  border: 1px solid var(--g-color-line-generic);
334
337
  }
335
338
  .pc-hubspot-form .hs_recaptcha div {
339
+ font-family: var(--g-text-body-font-family);
340
+ font-weight: var(--g-text-body-font-weight);
336
341
  font-size: var(--g-text-body-2-font-size);
337
342
  line-height: var(--g-text-body-2-line-height);
338
- font-weight: var(--g-text-body-font-weight);
339
343
  }
340
344
  .pc-hubspot-form_mobile .hs-richtext,
341
345
  .pc-hubspot-form_mobile .hs-form-field,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/page-constructor",
3
- "version": "5.20.1",
3
+ "version": "5.21.0",
4
4
  "description": "Gravity UI Page Constructor",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -87,8 +87,8 @@
87
87
  },
88
88
  "dependencies": {
89
89
  "@bem-react/classname": "^1.6.0",
90
- "@gravity-ui/components": "^3.0.0",
91
- "@gravity-ui/dynamic-forms": "^4.0.0",
90
+ "@gravity-ui/components": "^3.8.0",
91
+ "@gravity-ui/dynamic-forms": "^4.11.0",
92
92
  "@gravity-ui/i18n": "^1.3.0",
93
93
  "@react-spring/web": "^9.7.3",
94
94
  "ajv": "^8.12.0",
@@ -125,11 +125,11 @@
125
125
  "@commitlint/config-conventional": "^17.1.0",
126
126
  "@diplodoc/transform": "^4.10.8",
127
127
  "@gravity-ui/eslint-config": "^2.2.0",
128
- "@gravity-ui/icons": "^2.8.1",
128
+ "@gravity-ui/icons": "^2.10.0",
129
129
  "@gravity-ui/prettier-config": "^1.0.1",
130
130
  "@gravity-ui/stylelint-config": "^1.0.0",
131
131
  "@gravity-ui/tsconfig": "^1.0.0",
132
- "@gravity-ui/uikit": "^6.2.0",
132
+ "@gravity-ui/uikit": "^6.23.1",
133
133
  "@playwright/experimental-ct-react": "^1.45.3",
134
134
  "@playwright/test": "^1.45.3",
135
135
  "@storybook/addon-actions": "8.0.5",