@opensite/ui 2.4.7 → 2.4.8
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.
|
@@ -1015,7 +1015,7 @@ function HeroEventRegistration({
|
|
|
1015
1015
|
className: cn(
|
|
1016
1016
|
"bg-card text-card-foreground",
|
|
1017
1017
|
"rounded-2xl p-2 md:p-4 shadow-lg",
|
|
1018
|
-
"absolute
|
|
1018
|
+
"absolute bottom-0 translate-y-1/2",
|
|
1019
1019
|
"left-1/2 -translate-x-1/2 w-[90%]",
|
|
1020
1020
|
"md:-left-4 md:translate-x-0 md:w-auto",
|
|
1021
1021
|
"ring-4 ring-primary"
|
|
@@ -994,7 +994,7 @@ function HeroEventRegistration({
|
|
|
994
994
|
className: cn(
|
|
995
995
|
"bg-card text-card-foreground",
|
|
996
996
|
"rounded-2xl p-2 md:p-4 shadow-lg",
|
|
997
|
-
"absolute
|
|
997
|
+
"absolute bottom-0 translate-y-1/2",
|
|
998
998
|
"left-1/2 -translate-x-1/2 w-[90%]",
|
|
999
999
|
"md:-left-4 md:translate-x-0 md:w-auto",
|
|
1000
1000
|
"ring-4 ring-primary"
|
package/dist/registry.cjs
CHANGED
|
@@ -58476,7 +58476,7 @@ function HeroEventRegistration({
|
|
|
58476
58476
|
className: cn(
|
|
58477
58477
|
"bg-card text-card-foreground",
|
|
58478
58478
|
"rounded-2xl p-2 md:p-4 shadow-lg",
|
|
58479
|
-
"absolute
|
|
58479
|
+
"absolute bottom-0 translate-y-1/2",
|
|
58480
58480
|
"left-1/2 -translate-x-1/2 w-[90%]",
|
|
58481
58481
|
"md:-left-4 md:translate-x-0 md:w-auto",
|
|
58482
58482
|
"ring-4 ring-primary"
|
package/dist/registry.js
CHANGED
|
@@ -58436,7 +58436,7 @@ function HeroEventRegistration({
|
|
|
58436
58436
|
className: cn(
|
|
58437
58437
|
"bg-card text-card-foreground",
|
|
58438
58438
|
"rounded-2xl p-2 md:p-4 shadow-lg",
|
|
58439
|
-
"absolute
|
|
58439
|
+
"absolute bottom-0 translate-y-1/2",
|
|
58440
58440
|
"left-1/2 -translate-x-1/2 w-[90%]",
|
|
58441
58441
|
"md:-left-4 md:translate-x-0 md:w-auto",
|
|
58442
58442
|
"ring-4 ring-primary"
|