@almadar/ui 2.27.1 → 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.
@@ -245,7 +245,8 @@ var variantStyles = {
245
245
  ].join(" "),
246
246
  ghost: [
247
247
  "bg-transparent text-muted-foreground",
248
- "hover:text-foreground hover:bg-muted",
248
+ "border border-transparent",
249
+ "hover:text-primary-foreground hover:bg-primary hover:border-primary",
249
250
  "active:scale-[var(--active-scale)]"
250
251
  ].join(" "),
251
252
  danger: [
@@ -215,7 +215,8 @@ var variantStyles = {
215
215
  ].join(" "),
216
216
  ghost: [
217
217
  "bg-transparent text-muted-foreground",
218
- "hover:text-foreground hover:bg-muted",
218
+ "border border-transparent",
219
+ "hover:text-primary-foreground hover:bg-primary hover:border-primary",
219
220
  "active:scale-[var(--active-scale)]"
220
221
  ].join(" "),
221
222
  danger: [
@@ -3054,7 +3054,8 @@ var variantStyles2 = {
3054
3054
  ].join(" "),
3055
3055
  ghost: [
3056
3056
  "bg-transparent text-muted-foreground",
3057
- "hover:text-foreground hover:bg-muted",
3057
+ "border border-transparent",
3058
+ "hover:text-primary-foreground hover:bg-primary hover:border-primary",
3058
3059
  "active:scale-[var(--active-scale)]"
3059
3060
  ].join(" "),
3060
3061
  danger: [
@@ -3030,7 +3030,8 @@ var variantStyles2 = {
3030
3030
  ].join(" "),
3031
3031
  ghost: [
3032
3032
  "bg-transparent text-muted-foreground",
3033
- "hover:text-foreground hover:bg-muted",
3033
+ "border border-transparent",
3034
+ "hover:text-primary-foreground hover:bg-primary hover:border-primary",
3034
3035
  "active:scale-[var(--active-scale)]"
3035
3036
  ].join(" "),
3036
3037
  danger: [
@@ -3054,7 +3054,8 @@ var variantStyles2 = {
3054
3054
  ].join(" "),
3055
3055
  ghost: [
3056
3056
  "bg-transparent text-muted-foreground",
3057
- "hover:text-foreground hover:bg-muted",
3057
+ "border border-transparent",
3058
+ "hover:text-primary-foreground hover:bg-primary hover:border-primary",
3058
3059
  "active:scale-[var(--active-scale)]"
3059
3060
  ].join(" "),
3060
3061
  danger: [
@@ -3030,7 +3030,8 @@ var variantStyles2 = {
3030
3030
  ].join(" "),
3031
3031
  ghost: [
3032
3032
  "bg-transparent text-muted-foreground",
3033
- "hover:text-foreground hover:bg-muted",
3033
+ "border border-transparent",
3034
+ "hover:text-primary-foreground hover:bg-primary hover:border-primary",
3034
3035
  "active:scale-[var(--active-scale)]"
3035
3036
  ].join(" "),
3036
3037
  danger: [
@@ -921,7 +921,8 @@ var variantStyles2 = {
921
921
  ].join(" "),
922
922
  ghost: [
923
923
  "bg-transparent text-muted-foreground",
924
- "hover:text-foreground hover:bg-muted",
924
+ "border border-transparent",
925
+ "hover:text-primary-foreground hover:bg-primary hover:border-primary",
925
926
  "active:scale-[var(--active-scale)]"
926
927
  ].join(" "),
927
928
  danger: [
@@ -891,7 +891,8 @@ var variantStyles2 = {
891
891
  ].join(" "),
892
892
  ghost: [
893
893
  "bg-transparent text-muted-foreground",
894
- "hover:text-foreground hover:bg-muted",
894
+ "border border-transparent",
895
+ "hover:text-primary-foreground hover:bg-primary hover:border-primary",
895
896
  "active:scale-[var(--active-scale)]"
896
897
  ].join(" "),
897
898
  danger: [
@@ -2656,7 +2656,8 @@ var variantStyles2 = {
2656
2656
  ].join(" "),
2657
2657
  ghost: [
2658
2658
  "bg-transparent text-muted-foreground",
2659
- "hover:text-foreground hover:bg-muted",
2659
+ "border border-transparent",
2660
+ "hover:text-primary-foreground hover:bg-primary hover:border-primary",
2660
2661
  "active:scale-[var(--active-scale)]"
2661
2662
  ].join(" "),
2662
2663
  danger: [
@@ -2626,7 +2626,8 @@ var variantStyles2 = {
2626
2626
  ].join(" "),
2627
2627
  ghost: [
2628
2628
  "bg-transparent text-muted-foreground",
2629
- "hover:text-foreground hover:bg-muted",
2629
+ "border border-transparent",
2630
+ "hover:text-primary-foreground hover:bg-primary hover:border-primary",
2630
2631
  "active:scale-[var(--active-scale)]"
2631
2632
  ].join(" "),
2632
2633
  danger: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/ui",
3
- "version": "2.27.1",
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",