@gravity-ui/page-constructor 1.14.1 → 1.14.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.14.2](https://github.com/gravity-ui/page-constructor/compare/v1.14.1...v1.14.2) (2023-02-02)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **HubspotForm:** border-radius ([#128](https://github.com/gravity-ui/page-constructor/issues/128)) ([437344b](https://github.com/gravity-ui/page-constructor/commit/437344b510cbde11bdf6e3a3ceb914fb0818a016))
9
+
3
10
  ## [1.14.1](https://github.com/gravity-ui/page-constructor/compare/v1.14.0...v1.14.1) (2023-02-01)
4
11
 
5
12
 
@@ -46,7 +46,7 @@ unpredictable css rules order in build */
46
46
  color: var(--yc-color-text-primary);
47
47
  background-color: transparent;
48
48
  border: 1px solid var(--yc-color-line-generic);
49
- border-radius: 6px;
49
+ border-radius: var(--yc-border-radius-l);
50
50
  }
51
51
  .pc-hubspot-form .hs-form-field .input input[type=text]:hover,
52
52
  .pc-hubspot-form .hs-form-field .input input[type=number]:hover,
@@ -276,7 +276,7 @@ unpredictable css rules order in build */
276
276
  box-sizing: border-box;
277
277
  height: 44px;
278
278
  padding: 0 20px;
279
- border-radius: 8px;
279
+ border-radius: var(--yc-border-radius-xl);
280
280
  background-color: var(--yc-color-base-special);
281
281
  color: var(--yc-my-color-brand-text-contrast);
282
282
  line-height: 44px;
@@ -46,7 +46,7 @@ unpredictable css rules order in build */
46
46
  color: var(--yc-color-text-primary);
47
47
  background-color: transparent;
48
48
  border: 1px solid var(--yc-color-line-generic);
49
- border-radius: 6px;
49
+ border-radius: var(--yc-border-radius-l);
50
50
  }
51
51
  .pc-hubspot-form .hs-form-field .input input[type=text]:hover,
52
52
  .pc-hubspot-form .hs-form-field .input input[type=number]:hover,
@@ -276,7 +276,7 @@ unpredictable css rules order in build */
276
276
  box-sizing: border-box;
277
277
  height: 44px;
278
278
  padding: 0 20px;
279
- border-radius: 8px;
279
+ border-radius: var(--yc-border-radius-xl);
280
280
  background-color: var(--yc-color-base-special);
281
281
  color: var(--yc-my-color-brand-text-contrast);
282
282
  line-height: 44px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/page-constructor",
3
- "version": "1.14.1",
3
+ "version": "1.14.2",
4
4
  "description": "Gravity UI Page Constructor",
5
5
  "license": "MIT",
6
6
  "repository": {