@gravity-ui/page-constructor 1.2.3 → 1.2.5

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,18 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.2.5](https://github.com/gravity-ui/page-constructor/compare/v1.2.4...v1.2.5) (2022-10-19)
4
+
5
+ ### Bug Fixes
6
+
7
+ * content block link arrow l size changed to 20 ([8b05033](https://github.com/gravity-ui/page-constructor/commit/8b050332273453aedc2937303d9dec76b878482c))
8
+
9
+
10
+ ## [1.2.4](https://github.com/gravity-ui/page-constructor/compare/v1.2.3...v1.2.4) (2022-10-19)
11
+
12
+ ### Bug Fixes
13
+
14
+ * buttons specificities fixes ([96a4cf6](https://github.com/gravity-ui/page-constructor/commit/96a4cf6aee58d19b42e9e649ee3969c86d94be2a))
15
+
3
16
  ## [1.2.3](https://github.com/gravity-ui/page-constructor/compare/v1.2.2...v1.2.3) (2022-10-14)
4
17
 
5
18
 
@@ -86,10 +86,11 @@ unpredictable css rules order in build */
86
86
  .pc-header-block__buttons {
87
87
  margin-top: 16px;
88
88
  }
89
- .pc-header-block__button {
89
+ .pc-header-block__button.pc-header-block__button {
90
90
  margin-top: 16px;
91
91
  margin-right: 16px;
92
92
  }
93
+
93
94
  .pc-header-block__media {
94
95
  position: absolute;
95
96
  display: none;
@@ -14,7 +14,7 @@ const b = (0, utils_1.block)('link-block');
14
14
  function getArrowSize(size) {
15
15
  switch (size) {
16
16
  case 'l':
17
- return 14;
17
+ return 20;
18
18
  case 'm':
19
19
  return 12;
20
20
  case 's':
@@ -22,10 +22,11 @@ unpredictable css rules order in build */
22
22
  color: var(--yc-color-text-primary);
23
23
  }
24
24
 
25
- .pc-content__button {
25
+ .pc-content__button.pc-content__button {
26
26
  margin-top: 0;
27
27
  margin-right: 12px;
28
28
  }
29
+
29
30
  .pc-content__links {
30
31
  display: flex;
31
32
  flex-direction: column;
@@ -86,10 +86,11 @@ unpredictable css rules order in build */
86
86
  .pc-header-block__buttons {
87
87
  margin-top: 16px;
88
88
  }
89
- .pc-header-block__button {
89
+ .pc-header-block__button.pc-header-block__button {
90
90
  margin-top: 16px;
91
91
  margin-right: 16px;
92
92
  }
93
+
93
94
  .pc-header-block__media {
94
95
  position: absolute;
95
96
  display: none;
@@ -12,7 +12,7 @@ const b = block('link-block');
12
12
  function getArrowSize(size) {
13
13
  switch (size) {
14
14
  case 'l':
15
- return 14;
15
+ return 20;
16
16
  case 'm':
17
17
  return 12;
18
18
  case 's':
@@ -22,10 +22,11 @@ unpredictable css rules order in build */
22
22
  color: var(--yc-color-text-primary);
23
23
  }
24
24
 
25
- .pc-content__button {
25
+ .pc-content__button.pc-content__button {
26
26
  margin-top: 0;
27
27
  margin-right: 12px;
28
28
  }
29
+
29
30
  .pc-content__links {
30
31
  display: flex;
31
32
  flex-direction: column;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/page-constructor",
3
- "version": "1.2.3",
3
+ "version": "1.2.5",
4
4
  "description": "Gravity UI Page Constructor",
5
5
  "license": "MIT",
6
6
  "repository": {