@doyourjob/gravity-ui-page-constructor 5.31.128 → 5.31.130

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.
@@ -3,6 +3,10 @@ unpredictable css rules order in build */
3
3
  .pc-background-effect {
4
4
  position: absolute;
5
5
  inset: 0;
6
+ user-select: none;
7
+ /* stylelint-disable-next-line property-no-vendor-prefix */
8
+ -webkit-user-select: none;
9
+ -webkit-touch-callout: none;
6
10
  }
7
11
  .pc-background-effect__left {
8
12
  width: 100%;
@@ -151,6 +151,12 @@ unpredictable css rules order in build */
151
151
  .pc-header-block__background-media > div:not(.pc-header-block__video) {
152
152
  position: absolute;
153
153
  }
154
+ .pc-header-block__background {
155
+ user-select: none;
156
+ /* stylelint-disable-next-line property-no-vendor-prefix */
157
+ -webkit-user-select: none;
158
+ -webkit-touch-callout: none;
159
+ }
154
160
  .pc-header-block__background, .pc-header-block__background.pc-header-block__background_media {
155
161
  position: absolute;
156
162
  top: 0;
@@ -4,7 +4,7 @@ unpredictable css rules order in build */
4
4
  width: 100%;
5
5
  }
6
6
  .pc-filter-multiple-select__popup {
7
- max-height: 500px;
7
+ max-height: calc(90vh - var(--header-height));
8
8
  border-radius: 12px;
9
9
  }
10
10
  .pc-filter-multiple-select__popup .g-select-list::-webkit-scrollbar {
@@ -4,7 +4,7 @@ unpredictable css rules order in build */
4
4
  width: 100%;
5
5
  }
6
6
  .pc-filter-select__popup {
7
- max-height: 500px;
7
+ max-height: calc(90vh - var(--header-height));
8
8
  border-radius: 12px;
9
9
  }
10
10
  .pc-filter-select__popup .g-select-list {
@@ -3,6 +3,10 @@ unpredictable css rules order in build */
3
3
  .pc-background-effect {
4
4
  position: absolute;
5
5
  inset: 0;
6
+ user-select: none;
7
+ /* stylelint-disable-next-line property-no-vendor-prefix */
8
+ -webkit-user-select: none;
9
+ -webkit-touch-callout: none;
6
10
  }
7
11
  .pc-background-effect__left {
8
12
  width: 100%;
@@ -151,6 +151,12 @@ unpredictable css rules order in build */
151
151
  .pc-header-block__background-media > div:not(.pc-header-block__video) {
152
152
  position: absolute;
153
153
  }
154
+ .pc-header-block__background {
155
+ user-select: none;
156
+ /* stylelint-disable-next-line property-no-vendor-prefix */
157
+ -webkit-user-select: none;
158
+ -webkit-touch-callout: none;
159
+ }
154
160
  .pc-header-block__background, .pc-header-block__background.pc-header-block__background_media {
155
161
  position: absolute;
156
162
  top: 0;
@@ -4,7 +4,7 @@ unpredictable css rules order in build */
4
4
  width: 100%;
5
5
  }
6
6
  .pc-filter-multiple-select__popup {
7
- max-height: 500px;
7
+ max-height: calc(90vh - var(--header-height));
8
8
  border-radius: 12px;
9
9
  }
10
10
  .pc-filter-multiple-select__popup .g-select-list::-webkit-scrollbar {
@@ -4,7 +4,7 @@ unpredictable css rules order in build */
4
4
  width: 100%;
5
5
  }
6
6
  .pc-filter-select__popup {
7
- max-height: 500px;
7
+ max-height: calc(90vh - var(--header-height));
8
8
  border-radius: 12px;
9
9
  }
10
10
  .pc-filter-select__popup .g-select-list {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doyourjob/gravity-ui-page-constructor",
3
- "version": "5.31.128",
3
+ "version": "5.31.130",
4
4
  "description": "Gravity UI Page Constructor",
5
5
  "license": "MIT",
6
6
  "repository": {