@doyourjob/gravity-ui-page-constructor-addons 2.1.27 → 2.1.29

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.
@@ -142,6 +142,12 @@ unpredictable css rules order in build */
142
142
  height: 36px;
143
143
  }
144
144
 
145
+ .pc-addons-new-header_search .pc-addons-new-header__left,
146
+ .pc-addons-new-header_search .pc-addons-new-header__navigation,
147
+ .pc-addons-new-header_search .pc-addons-new-header__wrap > div:not(.pc-addons-new-header__icons-container) {
148
+ display: none;
149
+ }
150
+
145
151
  .pc-addons-new-header__buttons {
146
152
  display: flex;
147
153
  gap: 8px;
@@ -179,9 +185,6 @@ unpredictable css rules order in build */
179
185
  flex-direction: row-reverse;
180
186
  justify-content: flex-start;
181
187
  }
182
- .pc-addons-new-header_search .pc-addons-new-header__logo {
183
- display: none;
184
- }
185
188
  }
186
189
  @media (max-width: 577px) {
187
190
  .pc-addons-new-header__container {
@@ -142,6 +142,12 @@ unpredictable css rules order in build */
142
142
  height: 36px;
143
143
  }
144
144
 
145
+ .pc-addons-new-header_search .pc-addons-new-header__left,
146
+ .pc-addons-new-header_search .pc-addons-new-header__navigation,
147
+ .pc-addons-new-header_search .pc-addons-new-header__wrap > div:not(.pc-addons-new-header__icons-container) {
148
+ display: none;
149
+ }
150
+
145
151
  .pc-addons-new-header__buttons {
146
152
  display: flex;
147
153
  gap: 8px;
@@ -179,9 +185,6 @@ unpredictable css rules order in build */
179
185
  flex-direction: row-reverse;
180
186
  justify-content: flex-start;
181
187
  }
182
- .pc-addons-new-header_search .pc-addons-new-header__logo {
183
- display: none;
184
- }
185
188
  }
186
189
  @media (max-width: 577px) {
187
190
  .pc-addons-new-header__container {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doyourjob/gravity-ui-page-constructor-addons",
3
- "version": "2.1.27",
3
+ "version": "2.1.29",
4
4
  "description": "Components and plugins for @doyourjob/gravity-ui-page-constructor",
5
5
  "license": "MIT",
6
6
  "repository": {