@almadar/ui 2.25.1 → 2.25.2
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/dist/components/index.cjs +4 -3
- package/dist/components/index.js +4 -3
- package/dist/docs/index.cjs +4 -3
- package/dist/docs/index.js +4 -3
- package/dist/marketing/index.cjs +4 -3
- package/dist/marketing/index.js +4 -3
- package/dist/providers/index.cjs +4 -3
- package/dist/providers/index.js +4 -3
- package/dist/runtime/index.cjs +4 -3
- package/dist/runtime/index.js +4 -3
- package/package.json +1 -1
|
@@ -238,9 +238,9 @@ var variantStyles = {
|
|
|
238
238
|
"active:scale-[var(--active-scale)] active:shadow-[var(--shadow-active)]"
|
|
239
239
|
].join(" "),
|
|
240
240
|
secondary: [
|
|
241
|
-
"bg-
|
|
242
|
-
"border-
|
|
243
|
-
"hover:bg-[var(--color-
|
|
241
|
+
"bg-transparent text-[var(--color-accent)]",
|
|
242
|
+
"border border-[var(--color-accent)]/30",
|
|
243
|
+
"hover:bg-[var(--color-accent)] hover:text-white hover:border-[var(--color-accent)]",
|
|
244
244
|
"active:scale-[var(--active-scale)]"
|
|
245
245
|
].join(" "),
|
|
246
246
|
ghost: [
|
|
@@ -345,6 +345,7 @@ var Button = React88__namespace.default.forwardRef(
|
|
|
345
345
|
"inline-flex items-center justify-center gap-2",
|
|
346
346
|
"font-[var(--font-weight-medium)]",
|
|
347
347
|
"rounded-[var(--radius-sm)]",
|
|
348
|
+
"cursor-pointer",
|
|
348
349
|
"transition-all duration-[var(--transition-normal)]",
|
|
349
350
|
"focus:outline-none focus:ring-[length:var(--focus-ring-width)] focus:ring-[var(--color-ring)] focus:ring-offset-[length:var(--focus-ring-offset)]",
|
|
350
351
|
"disabled:opacity-50 disabled:cursor-not-allowed",
|
package/dist/components/index.js
CHANGED
|
@@ -208,9 +208,9 @@ var variantStyles = {
|
|
|
208
208
|
"active:scale-[var(--active-scale)] active:shadow-[var(--shadow-active)]"
|
|
209
209
|
].join(" "),
|
|
210
210
|
secondary: [
|
|
211
|
-
"bg-
|
|
212
|
-
"border-
|
|
213
|
-
"hover:bg-[var(--color-
|
|
211
|
+
"bg-transparent text-[var(--color-accent)]",
|
|
212
|
+
"border border-[var(--color-accent)]/30",
|
|
213
|
+
"hover:bg-[var(--color-accent)] hover:text-white hover:border-[var(--color-accent)]",
|
|
214
214
|
"active:scale-[var(--active-scale)]"
|
|
215
215
|
].join(" "),
|
|
216
216
|
ghost: [
|
|
@@ -315,6 +315,7 @@ var Button = React88__default.forwardRef(
|
|
|
315
315
|
"inline-flex items-center justify-center gap-2",
|
|
316
316
|
"font-[var(--font-weight-medium)]",
|
|
317
317
|
"rounded-[var(--radius-sm)]",
|
|
318
|
+
"cursor-pointer",
|
|
318
319
|
"transition-all duration-[var(--transition-normal)]",
|
|
319
320
|
"focus:outline-none focus:ring-[length:var(--focus-ring-width)] focus:ring-[var(--color-ring)] focus:ring-offset-[length:var(--focus-ring-offset)]",
|
|
320
321
|
"disabled:opacity-50 disabled:cursor-not-allowed",
|
package/dist/docs/index.cjs
CHANGED
|
@@ -3047,9 +3047,9 @@ var variantStyles2 = {
|
|
|
3047
3047
|
"active:scale-[var(--active-scale)] active:shadow-[var(--shadow-active)]"
|
|
3048
3048
|
].join(" "),
|
|
3049
3049
|
secondary: [
|
|
3050
|
-
"bg-
|
|
3051
|
-
"border-
|
|
3052
|
-
"hover:bg-[var(--color-
|
|
3050
|
+
"bg-transparent text-[var(--color-accent)]",
|
|
3051
|
+
"border border-[var(--color-accent)]/30",
|
|
3052
|
+
"hover:bg-[var(--color-accent)] hover:text-white hover:border-[var(--color-accent)]",
|
|
3053
3053
|
"active:scale-[var(--active-scale)]"
|
|
3054
3054
|
].join(" "),
|
|
3055
3055
|
ghost: [
|
|
@@ -3154,6 +3154,7 @@ var Button = React4__default.default.forwardRef(
|
|
|
3154
3154
|
"inline-flex items-center justify-center gap-2",
|
|
3155
3155
|
"font-[var(--font-weight-medium)]",
|
|
3156
3156
|
"rounded-[var(--radius-sm)]",
|
|
3157
|
+
"cursor-pointer",
|
|
3157
3158
|
"transition-all duration-[var(--transition-normal)]",
|
|
3158
3159
|
"focus:outline-none focus:ring-[length:var(--focus-ring-width)] focus:ring-[var(--color-ring)] focus:ring-offset-[length:var(--focus-ring-offset)]",
|
|
3159
3160
|
"disabled:opacity-50 disabled:cursor-not-allowed",
|
package/dist/docs/index.js
CHANGED
|
@@ -3023,9 +3023,9 @@ var variantStyles2 = {
|
|
|
3023
3023
|
"active:scale-[var(--active-scale)] active:shadow-[var(--shadow-active)]"
|
|
3024
3024
|
].join(" "),
|
|
3025
3025
|
secondary: [
|
|
3026
|
-
"bg-
|
|
3027
|
-
"border-
|
|
3028
|
-
"hover:bg-[var(--color-
|
|
3026
|
+
"bg-transparent text-[var(--color-accent)]",
|
|
3027
|
+
"border border-[var(--color-accent)]/30",
|
|
3028
|
+
"hover:bg-[var(--color-accent)] hover:text-white hover:border-[var(--color-accent)]",
|
|
3029
3029
|
"active:scale-[var(--active-scale)]"
|
|
3030
3030
|
].join(" "),
|
|
3031
3031
|
ghost: [
|
|
@@ -3130,6 +3130,7 @@ var Button = React4.forwardRef(
|
|
|
3130
3130
|
"inline-flex items-center justify-center gap-2",
|
|
3131
3131
|
"font-[var(--font-weight-medium)]",
|
|
3132
3132
|
"rounded-[var(--radius-sm)]",
|
|
3133
|
+
"cursor-pointer",
|
|
3133
3134
|
"transition-all duration-[var(--transition-normal)]",
|
|
3134
3135
|
"focus:outline-none focus:ring-[length:var(--focus-ring-width)] focus:ring-[var(--color-ring)] focus:ring-offset-[length:var(--focus-ring-offset)]",
|
|
3135
3136
|
"disabled:opacity-50 disabled:cursor-not-allowed",
|
package/dist/marketing/index.cjs
CHANGED
|
@@ -3047,9 +3047,9 @@ var variantStyles2 = {
|
|
|
3047
3047
|
"active:scale-[var(--active-scale)] active:shadow-[var(--shadow-active)]"
|
|
3048
3048
|
].join(" "),
|
|
3049
3049
|
secondary: [
|
|
3050
|
-
"bg-
|
|
3051
|
-
"border-
|
|
3052
|
-
"hover:bg-[var(--color-
|
|
3050
|
+
"bg-transparent text-[var(--color-accent)]",
|
|
3051
|
+
"border border-[var(--color-accent)]/30",
|
|
3052
|
+
"hover:bg-[var(--color-accent)] hover:text-white hover:border-[var(--color-accent)]",
|
|
3053
3053
|
"active:scale-[var(--active-scale)]"
|
|
3054
3054
|
].join(" "),
|
|
3055
3055
|
ghost: [
|
|
@@ -3154,6 +3154,7 @@ var Button = React5__default.default.forwardRef(
|
|
|
3154
3154
|
"inline-flex items-center justify-center gap-2",
|
|
3155
3155
|
"font-[var(--font-weight-medium)]",
|
|
3156
3156
|
"rounded-[var(--radius-sm)]",
|
|
3157
|
+
"cursor-pointer",
|
|
3157
3158
|
"transition-all duration-[var(--transition-normal)]",
|
|
3158
3159
|
"focus:outline-none focus:ring-[length:var(--focus-ring-width)] focus:ring-[var(--color-ring)] focus:ring-offset-[length:var(--focus-ring-offset)]",
|
|
3159
3160
|
"disabled:opacity-50 disabled:cursor-not-allowed",
|
package/dist/marketing/index.js
CHANGED
|
@@ -3023,9 +3023,9 @@ var variantStyles2 = {
|
|
|
3023
3023
|
"active:scale-[var(--active-scale)] active:shadow-[var(--shadow-active)]"
|
|
3024
3024
|
].join(" "),
|
|
3025
3025
|
secondary: [
|
|
3026
|
-
"bg-
|
|
3027
|
-
"border-
|
|
3028
|
-
"hover:bg-[var(--color-
|
|
3026
|
+
"bg-transparent text-[var(--color-accent)]",
|
|
3027
|
+
"border border-[var(--color-accent)]/30",
|
|
3028
|
+
"hover:bg-[var(--color-accent)] hover:text-white hover:border-[var(--color-accent)]",
|
|
3029
3029
|
"active:scale-[var(--active-scale)]"
|
|
3030
3030
|
].join(" "),
|
|
3031
3031
|
ghost: [
|
|
@@ -3130,6 +3130,7 @@ var Button = React5.forwardRef(
|
|
|
3130
3130
|
"inline-flex items-center justify-center gap-2",
|
|
3131
3131
|
"font-[var(--font-weight-medium)]",
|
|
3132
3132
|
"rounded-[var(--radius-sm)]",
|
|
3133
|
+
"cursor-pointer",
|
|
3133
3134
|
"transition-all duration-[var(--transition-normal)]",
|
|
3134
3135
|
"focus:outline-none focus:ring-[length:var(--focus-ring-width)] focus:ring-[var(--color-ring)] focus:ring-offset-[length:var(--focus-ring-offset)]",
|
|
3135
3136
|
"disabled:opacity-50 disabled:cursor-not-allowed",
|
package/dist/providers/index.cjs
CHANGED
|
@@ -914,9 +914,9 @@ var variantStyles2 = {
|
|
|
914
914
|
"active:scale-[var(--active-scale)] active:shadow-[var(--shadow-active)]"
|
|
915
915
|
].join(" "),
|
|
916
916
|
secondary: [
|
|
917
|
-
"bg-
|
|
918
|
-
"border-
|
|
919
|
-
"hover:bg-[var(--color-
|
|
917
|
+
"bg-transparent text-[var(--color-accent)]",
|
|
918
|
+
"border border-[var(--color-accent)]/30",
|
|
919
|
+
"hover:bg-[var(--color-accent)] hover:text-white hover:border-[var(--color-accent)]",
|
|
920
920
|
"active:scale-[var(--active-scale)]"
|
|
921
921
|
].join(" "),
|
|
922
922
|
ghost: [
|
|
@@ -1021,6 +1021,7 @@ var Button = React110__namespace.default.forwardRef(
|
|
|
1021
1021
|
"inline-flex items-center justify-center gap-2",
|
|
1022
1022
|
"font-[var(--font-weight-medium)]",
|
|
1023
1023
|
"rounded-[var(--radius-sm)]",
|
|
1024
|
+
"cursor-pointer",
|
|
1024
1025
|
"transition-all duration-[var(--transition-normal)]",
|
|
1025
1026
|
"focus:outline-none focus:ring-[length:var(--focus-ring-width)] focus:ring-[var(--color-ring)] focus:ring-offset-[length:var(--focus-ring-offset)]",
|
|
1026
1027
|
"disabled:opacity-50 disabled:cursor-not-allowed",
|
package/dist/providers/index.js
CHANGED
|
@@ -884,9 +884,9 @@ var variantStyles2 = {
|
|
|
884
884
|
"active:scale-[var(--active-scale)] active:shadow-[var(--shadow-active)]"
|
|
885
885
|
].join(" "),
|
|
886
886
|
secondary: [
|
|
887
|
-
"bg-
|
|
888
|
-
"border-
|
|
889
|
-
"hover:bg-[var(--color-
|
|
887
|
+
"bg-transparent text-[var(--color-accent)]",
|
|
888
|
+
"border border-[var(--color-accent)]/30",
|
|
889
|
+
"hover:bg-[var(--color-accent)] hover:text-white hover:border-[var(--color-accent)]",
|
|
890
890
|
"active:scale-[var(--active-scale)]"
|
|
891
891
|
].join(" "),
|
|
892
892
|
ghost: [
|
|
@@ -991,6 +991,7 @@ var Button = React110__default.forwardRef(
|
|
|
991
991
|
"inline-flex items-center justify-center gap-2",
|
|
992
992
|
"font-[var(--font-weight-medium)]",
|
|
993
993
|
"rounded-[var(--radius-sm)]",
|
|
994
|
+
"cursor-pointer",
|
|
994
995
|
"transition-all duration-[var(--transition-normal)]",
|
|
995
996
|
"focus:outline-none focus:ring-[length:var(--focus-ring-width)] focus:ring-[var(--color-ring)] focus:ring-offset-[length:var(--focus-ring-offset)]",
|
|
996
997
|
"disabled:opacity-50 disabled:cursor-not-allowed",
|
package/dist/runtime/index.cjs
CHANGED
|
@@ -2620,9 +2620,9 @@ var variantStyles2 = {
|
|
|
2620
2620
|
"active:scale-[var(--active-scale)] active:shadow-[var(--shadow-active)]"
|
|
2621
2621
|
].join(" "),
|
|
2622
2622
|
secondary: [
|
|
2623
|
-
"bg-
|
|
2624
|
-
"border-
|
|
2625
|
-
"hover:bg-[var(--color-
|
|
2623
|
+
"bg-transparent text-[var(--color-accent)]",
|
|
2624
|
+
"border border-[var(--color-accent)]/30",
|
|
2625
|
+
"hover:bg-[var(--color-accent)] hover:text-white hover:border-[var(--color-accent)]",
|
|
2626
2626
|
"active:scale-[var(--active-scale)]"
|
|
2627
2627
|
].join(" "),
|
|
2628
2628
|
ghost: [
|
|
@@ -2727,6 +2727,7 @@ var Button = React114__namespace.default.forwardRef(
|
|
|
2727
2727
|
"inline-flex items-center justify-center gap-2",
|
|
2728
2728
|
"font-[var(--font-weight-medium)]",
|
|
2729
2729
|
"rounded-[var(--radius-sm)]",
|
|
2730
|
+
"cursor-pointer",
|
|
2730
2731
|
"transition-all duration-[var(--transition-normal)]",
|
|
2731
2732
|
"focus:outline-none focus:ring-[length:var(--focus-ring-width)] focus:ring-[var(--color-ring)] focus:ring-offset-[length:var(--focus-ring-offset)]",
|
|
2732
2733
|
"disabled:opacity-50 disabled:cursor-not-allowed",
|
package/dist/runtime/index.js
CHANGED
|
@@ -2590,9 +2590,9 @@ var variantStyles2 = {
|
|
|
2590
2590
|
"active:scale-[var(--active-scale)] active:shadow-[var(--shadow-active)]"
|
|
2591
2591
|
].join(" "),
|
|
2592
2592
|
secondary: [
|
|
2593
|
-
"bg-
|
|
2594
|
-
"border-
|
|
2595
|
-
"hover:bg-[var(--color-
|
|
2593
|
+
"bg-transparent text-[var(--color-accent)]",
|
|
2594
|
+
"border border-[var(--color-accent)]/30",
|
|
2595
|
+
"hover:bg-[var(--color-accent)] hover:text-white hover:border-[var(--color-accent)]",
|
|
2596
2596
|
"active:scale-[var(--active-scale)]"
|
|
2597
2597
|
].join(" "),
|
|
2598
2598
|
ghost: [
|
|
@@ -2697,6 +2697,7 @@ var Button = React114__default.forwardRef(
|
|
|
2697
2697
|
"inline-flex items-center justify-center gap-2",
|
|
2698
2698
|
"font-[var(--font-weight-medium)]",
|
|
2699
2699
|
"rounded-[var(--radius-sm)]",
|
|
2700
|
+
"cursor-pointer",
|
|
2700
2701
|
"transition-all duration-[var(--transition-normal)]",
|
|
2701
2702
|
"focus:outline-none focus:ring-[length:var(--focus-ring-width)] focus:ring-[var(--color-ring)] focus:ring-offset-[length:var(--focus-ring-offset)]",
|
|
2702
2703
|
"disabled:opacity-50 disabled:cursor-not-allowed",
|