@r2digisolutions/components 0.8.12 → 0.9.0

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.
@@ -58,8 +58,8 @@
58
58
  sizeClasses[size],
59
59
  fullWidth && 'flex-1',
60
60
  active === item.id
61
- ? 'bg-surface-elevated text-primary shadow-sm'
62
- : 'text-secondary hover:text-primary',
61
+ ? 'bg-brand-500 text-white shadow-sm'
62
+ : 'text-secondary hover:bg-surface-elevated/70 hover:text-primary',
63
63
  item.disabled && 'cursor-not-allowed opacity-40'
64
64
  ]}
65
65
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@r2digisolutions/components",
3
- "version": "0.8.12",
3
+ "version": "0.9.0",
4
4
  "private": false,
5
5
  "description": "R2DigiSolutions Svelte 5 component library — Atomic Design, Tailwind 4, Light/Dark mode",
6
6
  "license": "MIT",
@@ -66,7 +66,7 @@
66
66
  },
67
67
  "devDependencies": {
68
68
  "@eslint/js": "^10.0.1",
69
- "@lucide/svelte": "^1.33.0",
69
+ "@lucide/svelte": "^1.34.0",
70
70
  "@playwright/test": "^1.62.1",
71
71
  "@storybook/addon-a11y": "^10.5.10",
72
72
  "@storybook/addon-docs": "^10.5.10",
@@ -79,10 +79,10 @@
79
79
  "@sveltejs/package": "^2.5.8",
80
80
  "@sveltejs/vite-plugin-svelte": "^7.3.0",
81
81
  "@tailwindcss/vite": "^4.3.3",
82
- "@types/node": "^26.2.0",
82
+ "@types/node": "^26.3.0",
83
83
  "@vitest/browser-playwright": "^4.1.11",
84
84
  "bumpp": "~12.2.1",
85
- "eslint": "^10.9.0",
85
+ "eslint": "^10.9.1",
86
86
  "eslint-config-prettier": "^10.1.8",
87
87
  "eslint-plugin-svelte": "^3.23.0",
88
88
  "globals": "^17.11.0",
@@ -97,7 +97,7 @@
97
97
  "svelte-check": "^4.7.6",
98
98
  "tailwindcss": "^4.3.3",
99
99
  "typescript": "6.0.3",
100
- "typescript-eslint": "^8.67.0",
100
+ "typescript-eslint": "^8.68.0",
101
101
  "vite": "^8.2.2",
102
102
  "vitest": "^4.1.11",
103
103
  "vitest-browser-svelte": "^3.0.0"