ehscan-react-table 0.0.45 → 0.0.47

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.
@@ -156,29 +156,28 @@ svg.removesearchsvg{
156
156
  }
157
157
 
158
158
  .searchwrapper{
159
- display: flex;
159
+ display: grid;
160
+ grid-template-columns: 1fr auto;
160
161
  align-items: center;
161
162
  justify-content: center;
162
163
  gap: 3px;
163
164
  border: 1px solid transparent;
164
- padding-right: 5px;
165
165
  background: transparent;
166
166
  border-radius: var(--ext-search-wrapper-border-radius, 4px);
167
167
  height: var(--ext-search-wrapper-height, 25px);
168
- --input-padding: var(--ext-search-wrapper-padding, 2px 5px 3px 5px);
168
+ padding: var(--ext-search-wrapper-padding, 2px 5px 3px 5px);
169
169
  }
170
170
 
171
171
  .focused {
172
172
  border: var(--ext-search-wrapper-focused-border, 1px dashed white);
173
173
  color: white;
174
- --input-padding: var(--ext-search-wrapper-focused-padding, 2px 5px 3px 5px);
175
174
  }
176
175
 
177
176
  input.headsearch {
178
177
  border: none;
179
178
  border-radius: 4px;
180
179
  width: 98%;
181
- padding: var(--input-padding);
180
+ padding: var(--ext-search-input-padding, 2px 5px 3px 5px);
182
181
  box-sizing: border-box;
183
182
  background-color: transparent;
184
183
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ehscan-react-table",
3
- "version": "0.0.45",
3
+ "version": "0.0.47",
4
4
  "description": "components",
5
5
  "main": "dist/Components.js",
6
6
  "types": "dist/Components.d.ts",