@almadar/ui 2.27.2 → 2.27.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.
@@ -246,7 +246,7 @@ var variantStyles = {
246
246
  ghost: [
247
247
  "bg-transparent text-muted-foreground",
248
248
  "border border-transparent",
249
- "hover:text-foreground hover:bg-muted hover:border-border",
249
+ "hover:text-primary-foreground hover:bg-primary hover:border-primary",
250
250
  "active:scale-[var(--active-scale)]"
251
251
  ].join(" "),
252
252
  danger: [
@@ -216,7 +216,7 @@ var variantStyles = {
216
216
  ghost: [
217
217
  "bg-transparent text-muted-foreground",
218
218
  "border border-transparent",
219
- "hover:text-foreground hover:bg-muted hover:border-border",
219
+ "hover:text-primary-foreground hover:bg-primary hover:border-primary",
220
220
  "active:scale-[var(--active-scale)]"
221
221
  ].join(" "),
222
222
  danger: [
@@ -3055,7 +3055,7 @@ var variantStyles2 = {
3055
3055
  ghost: [
3056
3056
  "bg-transparent text-muted-foreground",
3057
3057
  "border border-transparent",
3058
- "hover:text-foreground hover:bg-muted hover:border-border",
3058
+ "hover:text-primary-foreground hover:bg-primary hover:border-primary",
3059
3059
  "active:scale-[var(--active-scale)]"
3060
3060
  ].join(" "),
3061
3061
  danger: [
@@ -3031,7 +3031,7 @@ var variantStyles2 = {
3031
3031
  ghost: [
3032
3032
  "bg-transparent text-muted-foreground",
3033
3033
  "border border-transparent",
3034
- "hover:text-foreground hover:bg-muted hover:border-border",
3034
+ "hover:text-primary-foreground hover:bg-primary hover:border-primary",
3035
3035
  "active:scale-[var(--active-scale)]"
3036
3036
  ].join(" "),
3037
3037
  danger: [
@@ -3055,7 +3055,7 @@ var variantStyles2 = {
3055
3055
  ghost: [
3056
3056
  "bg-transparent text-muted-foreground",
3057
3057
  "border border-transparent",
3058
- "hover:text-foreground hover:bg-muted hover:border-border",
3058
+ "hover:text-primary-foreground hover:bg-primary hover:border-primary",
3059
3059
  "active:scale-[var(--active-scale)]"
3060
3060
  ].join(" "),
3061
3061
  danger: [
@@ -3031,7 +3031,7 @@ var variantStyles2 = {
3031
3031
  ghost: [
3032
3032
  "bg-transparent text-muted-foreground",
3033
3033
  "border border-transparent",
3034
- "hover:text-foreground hover:bg-muted hover:border-border",
3034
+ "hover:text-primary-foreground hover:bg-primary hover:border-primary",
3035
3035
  "active:scale-[var(--active-scale)]"
3036
3036
  ].join(" "),
3037
3037
  danger: [
@@ -922,7 +922,7 @@ var variantStyles2 = {
922
922
  ghost: [
923
923
  "bg-transparent text-muted-foreground",
924
924
  "border border-transparent",
925
- "hover:text-foreground hover:bg-muted hover:border-border",
925
+ "hover:text-primary-foreground hover:bg-primary hover:border-primary",
926
926
  "active:scale-[var(--active-scale)]"
927
927
  ].join(" "),
928
928
  danger: [
@@ -892,7 +892,7 @@ var variantStyles2 = {
892
892
  ghost: [
893
893
  "bg-transparent text-muted-foreground",
894
894
  "border border-transparent",
895
- "hover:text-foreground hover:bg-muted hover:border-border",
895
+ "hover:text-primary-foreground hover:bg-primary hover:border-primary",
896
896
  "active:scale-[var(--active-scale)]"
897
897
  ].join(" "),
898
898
  danger: [
@@ -2657,7 +2657,7 @@ var variantStyles2 = {
2657
2657
  ghost: [
2658
2658
  "bg-transparent text-muted-foreground",
2659
2659
  "border border-transparent",
2660
- "hover:text-foreground hover:bg-muted hover:border-border",
2660
+ "hover:text-primary-foreground hover:bg-primary hover:border-primary",
2661
2661
  "active:scale-[var(--active-scale)]"
2662
2662
  ].join(" "),
2663
2663
  danger: [
@@ -2627,7 +2627,7 @@ var variantStyles2 = {
2627
2627
  ghost: [
2628
2628
  "bg-transparent text-muted-foreground",
2629
2629
  "border border-transparent",
2630
- "hover:text-foreground hover:bg-muted hover:border-border",
2630
+ "hover:text-primary-foreground hover:bg-primary hover:border-primary",
2631
2631
  "active:scale-[var(--active-scale)]"
2632
2632
  ].join(" "),
2633
2633
  danger: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/ui",
3
- "version": "2.27.2",
3
+ "version": "2.27.3",
4
4
  "description": "React UI components, hooks, and providers for Almadar",
5
5
  "type": "module",
6
6
  "main": "./dist/components/index.js",