@juspay/svelte-ui-components 2.28.0 → 2.28.1

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.
@@ -328,11 +328,11 @@
328
328
  }
329
329
 
330
330
  .sort-button :global(.sort-icon-idle) {
331
- opacity: var(--table-sort-idle-opacity, 0.3);
331
+ opacity: var(--table-sort-idle-opacity, 0.5);
332
332
  }
333
333
 
334
334
  .sort-button:hover :global(.sort-icon-idle) {
335
- opacity: 0.6;
335
+ opacity: var(--table-sort-idle-hover-opacity, 0.85);
336
336
  }
337
337
 
338
338
  .table-empty {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juspay/svelte-ui-components",
3
- "version": "2.28.0",
3
+ "version": "2.28.1",
4
4
  "description": "A themeable Svelte 5 UI component library with CSS custom property driven styling",
5
5
  "keywords": [
6
6
  "svelte",