@charlesgomes/leafcode-shared-lib-react 1.0.2 → 1.0.3

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
@@ -274,15 +274,6 @@ th {
274
274
  padding: 6px;
275
275
  margin-left: 4px;
276
276
  }
277
- th:has(.p-column-filter-menu-button.p-column-filter-menu-button-active) .p-icon.p-sortable-column-icon {
278
- background-color: #094394;
279
- color: #ffffff !important;
280
- padding: 6px;
281
- margin-left: 4px;
282
- width: 1.5rem;
283
- height: 1.5rem;
284
- border-radius: 5rem;
285
- }
286
277
  [aria-sort=ascending] .p-sortable-column-icon,
287
278
  [aria-sort=descending] .p-sortable-column-icon {
288
279
  background-color: #094394;
@@ -325,18 +325,6 @@ th {
325
325
  margin-left: 4px;
326
326
  }
327
327
 
328
- /* Quando o botão de filtro está ativo, muda também a cor do ícone de ordenação */
329
- th:has(.p-column-filter-menu-button.p-column-filter-menu-button-active)
330
- .p-icon.p-sortable-column-icon {
331
- background-color: #094394;
332
- color: #ffffff !important;
333
- padding: 6px;
334
- margin-left: 4px;
335
- width: 1.5rem;
336
- height: 1.5rem;
337
- border-radius: 5rem;
338
- }
339
-
340
328
  [aria-sort="ascending"] .p-sortable-column-icon,
341
329
  [aria-sort="descending"] .p-sortable-column-icon {
342
330
  background-color: #094394;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@charlesgomes/leafcode-shared-lib-react",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Lib de componentes react",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",