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

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,11 @@ 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__right > div:not(.pc-addons-new-header__icons-container) {
147
+ display: none;
148
+ }
149
+
145
150
  .pc-addons-new-header__buttons {
146
151
  display: flex;
147
152
  gap: 8px;
@@ -179,9 +184,6 @@ unpredictable css rules order in build */
179
184
  flex-direction: row-reverse;
180
185
  justify-content: flex-start;
181
186
  }
182
- .pc-addons-new-header_search .pc-addons-new-header__logo {
183
- display: none;
184
- }
185
187
  }
186
188
  @media (max-width: 577px) {
187
189
  .pc-addons-new-header__container {
@@ -142,6 +142,11 @@ 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__right > div:not(.pc-addons-new-header__icons-container) {
147
+ display: none;
148
+ }
149
+
145
150
  .pc-addons-new-header__buttons {
146
151
  display: flex;
147
152
  gap: 8px;
@@ -179,9 +184,6 @@ unpredictable css rules order in build */
179
184
  flex-direction: row-reverse;
180
185
  justify-content: flex-start;
181
186
  }
182
- .pc-addons-new-header_search .pc-addons-new-header__logo {
183
- display: none;
184
- }
185
187
  }
186
188
  @media (max-width: 577px) {
187
189
  .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.28",
4
4
  "description": "Components and plugins for @doyourjob/gravity-ui-page-constructor",
5
5
  "license": "MIT",
6
6
  "repository": {