@doyourjob/gravity-ui-page-constructor-addons 2.1.49 → 2.1.50

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.
@@ -163,7 +163,7 @@ unpredictable css rules order in build */
163
163
  font-size: var(--g-text-body-2-font-size, var(--pc-text-body-2-font-size));
164
164
  line-height: var(--g-text-body-2-line-height, var(--pc-text-body-2-line-height));
165
165
  font-weight: 500;
166
- border-radius: 8px;
166
+ border-radius: 12px;
167
167
  border: 1px solid rgba(5, 43, 66, 0.1);
168
168
  transition: border-color 0.2s;
169
169
  }
@@ -21,7 +21,7 @@ unpredictable css rules order in build */
21
21
  padding: 0 12px 0 16px;
22
22
  background: #001a2b;
23
23
  color: var(--g-color-text-brand-contrast);
24
- border-radius: 8px;
24
+ border-radius: 12px;
25
25
  font-size: var(--g-text-body-2-font-size, var(--pc-text-body-2-font-size));
26
26
  line-height: var(--g-text-body-2-line-height, var(--pc-text-body-2-line-height));
27
27
  font-weight: 500;
@@ -163,7 +163,7 @@ unpredictable css rules order in build */
163
163
  font-size: var(--g-text-body-2-font-size, var(--pc-text-body-2-font-size));
164
164
  line-height: var(--g-text-body-2-line-height, var(--pc-text-body-2-line-height));
165
165
  font-weight: 500;
166
- border-radius: 8px;
166
+ border-radius: 12px;
167
167
  border: 1px solid rgba(5, 43, 66, 0.1);
168
168
  transition: border-color 0.2s;
169
169
  }
@@ -21,7 +21,7 @@ unpredictable css rules order in build */
21
21
  padding: 0 12px 0 16px;
22
22
  background: #001a2b;
23
23
  color: var(--g-color-text-brand-contrast);
24
- border-radius: 8px;
24
+ border-radius: 12px;
25
25
  font-size: var(--g-text-body-2-font-size, var(--pc-text-body-2-font-size));
26
26
  line-height: var(--g-text-body-2-line-height, var(--pc-text-body-2-line-height));
27
27
  font-weight: 500;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doyourjob/gravity-ui-page-constructor-addons",
3
- "version": "2.1.49",
3
+ "version": "2.1.50",
4
4
  "description": "Components and plugins for @doyourjob/gravity-ui-page-constructor",
5
5
  "license": "MIT",
6
6
  "repository": {