ehscan-react-table 0.0.43 → 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 {
@@ -475,7 +475,7 @@ RIPPLE
475
475
  .dateTag {
476
476
  position: relative;
477
477
  color: var(--ext-table-date-tag-clr, black);
478
- padding: 3px 6px;
478
+ padding: var(--ext-table-date-tag-padding, 4px 6px);
479
479
  border-radius: var(--ext-table-date-br, 4px);
480
480
  font-size: 0.65rem;
481
481
  font-weight: 600;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ehscan-react-table",
3
- "version": "0.0.43",
3
+ "version": "0.0.45",
4
4
  "description": "components",
5
5
  "main": "dist/Components.js",
6
6
  "types": "dist/Components.d.ts",