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

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.
@@ -148,6 +148,11 @@ unpredictable css rules order in build */
148
148
  display: none;
149
149
  }
150
150
 
151
+ .pc-addons-new-header_search .pc-addons-new-header__wrap,
152
+ .pc-addons-new-header_search .pc-addons-new-header__icons-container {
153
+ flex: 1;
154
+ }
155
+
151
156
  .pc-addons-new-header__buttons {
152
157
  display: flex;
153
158
  gap: 8px;
@@ -148,6 +148,11 @@ unpredictable css rules order in build */
148
148
  display: none;
149
149
  }
150
150
 
151
+ .pc-addons-new-header_search .pc-addons-new-header__wrap,
152
+ .pc-addons-new-header_search .pc-addons-new-header__icons-container {
153
+ flex: 1;
154
+ }
155
+
151
156
  .pc-addons-new-header__buttons {
152
157
  display: flex;
153
158
  gap: 8px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doyourjob/gravity-ui-page-constructor-addons",
3
- "version": "2.1.29",
3
+ "version": "2.1.30",
4
4
  "description": "Components and plugins for @doyourjob/gravity-ui-page-constructor",
5
5
  "license": "MIT",
6
6
  "repository": {