@charlesgomes/leafcode-shared-lib-react 1.0.42 → 1.0.43

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.
package/dist/index.css CHANGED
@@ -446,6 +446,7 @@ th {
446
446
  opacity: 1;
447
447
  }
448
448
  .btn-icone-actions-column {
449
+ background-color: #f0f0f0;
449
450
  color: #1c1c1c;
450
451
  cursor: pointer;
451
452
  padding: 0;
@@ -539,6 +539,7 @@ th {
539
539
  }
540
540
 
541
541
  .btn-icone-actions-column {
542
+ background-color: #f0f0f0;
542
543
  color: #1c1c1c;
543
544
  cursor: pointer;
544
545
  padding: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@charlesgomes/leafcode-shared-lib-react",
3
- "version": "1.0.42",
3
+ "version": "1.0.43",
4
4
  "description": "Lib de componentes react",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",