@charlesgomes/leafcode-shared-lib-react 1.0.38 → 1.0.39

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
@@ -180,7 +180,7 @@ th {
180
180
  .p-selection-column .p-column-header-content {
181
181
  position: relative;
182
182
  top: 0;
183
- right: -2px;
183
+ right: -3.8px;
184
184
  transform: translate(-40%, 0);
185
185
  }
186
186
  .p-checkbox.p-checkbox-input {
@@ -220,7 +220,7 @@ th {
220
220
  .p-selection-column .p-column-header-content {
221
221
  position: relative;
222
222
  top: 0;
223
- right: -2px;
223
+ right: -3.8px;
224
224
  transform: translate(-40%, 0);
225
225
  }
226
226
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@charlesgomes/leafcode-shared-lib-react",
3
- "version": "1.0.38",
3
+ "version": "1.0.39",
4
4
  "description": "Lib de componentes react",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",