ehscan-react-table 0.0.43 → 0.0.44

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.
@@ -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.44",
4
4
  "description": "components",
5
5
  "main": "dist/Components.js",
6
6
  "types": "dist/Components.d.ts",