ehscan-react-table 0.0.44 → 0.0.45

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.
@@ -163,9 +163,9 @@ svg.removesearchsvg{
163
163
  border: 1px solid transparent;
164
164
  padding-right: 5px;
165
165
  background: transparent;
166
- border-radius: var(--ext-search-wrapper-padding, 4px);
166
+ border-radius: var(--ext-search-wrapper-border-radius, 4px);
167
167
  height: var(--ext-search-wrapper-height, 25px);
168
- --input-padding: 2px 5px 3px 5px;
168
+ --input-padding: var(--ext-search-wrapper-padding, 2px 5px 3px 5px);
169
169
  }
170
170
 
171
171
  .focused {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ehscan-react-table",
3
- "version": "0.0.44",
3
+ "version": "0.0.45",
4
4
  "description": "components",
5
5
  "main": "dist/Components.js",
6
6
  "types": "dist/Components.d.ts",