@retinalabsllc/zairusjs 4.0.23 → 4.0.25
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/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -2
package/dist/index.js
CHANGED
|
@@ -814,7 +814,7 @@ var HeroSection = ({
|
|
|
814
814
|
"h1",
|
|
815
815
|
{
|
|
816
816
|
ref: titleRef,
|
|
817
|
-
className: `text-[40px] font-light md:text-5xl
|
|
817
|
+
className: `text-[40px] font-light md:text-5xl lg:text-7xl mb-6 text-neutral-900 tracking-tight leading-[1.05] max-w-4xl ${isAnimating ? "" : ""}`,
|
|
818
818
|
style: isAnimating ? { animationIterationCount: 1 } : {}
|
|
819
819
|
},
|
|
820
820
|
titlePrefix
|
package/dist/index.mjs
CHANGED
|
@@ -724,7 +724,7 @@ var HeroSection = ({
|
|
|
724
724
|
"h1",
|
|
725
725
|
{
|
|
726
726
|
ref: titleRef,
|
|
727
|
-
className: `text-[40px] font-light md:text-5xl
|
|
727
|
+
className: `text-[40px] font-light md:text-5xl lg:text-7xl mb-6 text-neutral-900 tracking-tight leading-[1.05] max-w-4xl ${isAnimating ? "" : ""}`,
|
|
728
728
|
style: isAnimating ? { animationIterationCount: 1 } : {}
|
|
729
729
|
},
|
|
730
730
|
titlePrefix
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@retinalabsllc/zairusjs",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.25",
|
|
4
4
|
"description": "A perceptive, Ai data driven Next.js UI component library.",
|
|
5
5
|
"author": "Retina Labs Company",
|
|
6
6
|
"license": "MIT",
|
|
@@ -39,7 +39,6 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@hugeicons/core-free-icons": "^1.1.0",
|
|
41
41
|
"@hugeicons/react": "^1.1.1",
|
|
42
|
-
"@retinalabsllc/zairusjs": "^4.0.10",
|
|
43
42
|
"clsx": "^2.1.1",
|
|
44
43
|
"react-google-recaptcha-v3": "^1.11.0",
|
|
45
44
|
"react-hot-toast": "^2.6.0",
|