@retinalabsllc/zairusjs 4.0.23 → 4.0.24

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 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 gradient-text lg:text-7xl mb-6 text-neutral-900 tracking-tight leading-[1.05] max-w-4xl ${isAnimating ? "" : ""}`,
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 gradient-text lg:text-7xl mb-6 text-neutral-900 tracking-tight leading-[1.05] max-w-4xl ${isAnimating ? "" : ""}`,
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.23",
3
+ "version": "4.0.24",
4
4
  "description": "A perceptive, Ai data driven Next.js UI component library.",
5
5
  "author": "Retina Labs Company",
6
6
  "license": "MIT",