@ansiversa/components 0.0.91 → 0.0.92

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ansiversa/components",
3
- "version": "0.0.91",
3
+ "version": "0.0.92",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -1147,10 +1147,12 @@
1147
1147
  border-right: 4px solid transparent;
1148
1148
  border-top: 6px solid var(--ans-muted);
1149
1149
  transform: translateY(1px);
1150
+ opacity: 0;
1150
1151
  }
1151
1152
 
1152
1153
  .av-table__sort--active::after {
1153
1154
  border-top-color: var(--ans-text);
1155
+ opacity: 1;
1154
1156
  }
1155
1157
 
1156
1158
  .av-table__sort--asc::after {