Add AnimationContainer component

This commit is contained in:
2026-01-13 14:27:01 +01:00
parent 9528a328fb
commit cf4e9094dc
3 changed files with 34 additions and 33 deletions

View File

@@ -397,11 +397,11 @@
"role": "ui",
"tags": [],
"used_in": [
"src/components/cardStack/layouts/carousels/ButtonCarousel.tsx",
"src/components/cardStack/layouts/grid/GridLayout.tsx",
"src/components/cardStack/layouts/carousels/FullWidthCarousel.tsx",
"src/components/cardStack/layouts/carousels/AutoCarousel.tsx",
"src/components/cardStack/CardStack.tsx",
"src/components/cardStack/layouts/carousels/ButtonCarousel.tsx"
"src/components/cardStack/layouts/carousels/AutoCarousel.tsx",
"src/components/cardStack/layouts/carousels/FullWidthCarousel.tsx"
],
"can_modify_directly": true,
"can_delete": true,
@@ -420,15 +420,15 @@
"product"
],
"used_in": [
"src/components/cardStack/layouts/timelines/TimelineBase.tsx",
"src/components/cardStack/layouts/grid/GridLayout.tsx",
"src/components/cardStack/layouts/carousels/FullWidthCarousel.tsx",
"src/components/cardStack/layouts/timelines/TimelineHorizontalCardStack.tsx",
"src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx",
"src/components/cardStack/layouts/carousels/ButtonCarousel.tsx",
"src/components/cardStack/layouts/timelines/TimelineCardStack.tsx",
"src/components/cardStack/layouts/timelines/TimelinePhoneView.tsx",
"src/components/cardStack/layouts/timelines/TimelineBase.tsx",
"src/components/cardStack/layouts/grid/GridLayout.tsx",
"src/components/cardStack/layouts/timelines/TimelineHorizontalCardStack.tsx",
"src/components/cardStack/layouts/carousels/AutoCarousel.tsx",
"src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx",
"src/components/cardStack/layouts/carousels/ButtonCarousel.tsx"
"src/components/cardStack/layouts/carousels/FullWidthCarousel.tsx"
],
"can_modify_directly": true,
"can_delete": true,
@@ -679,11 +679,11 @@
"product"
],
"used_in": [
"src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx",
"src/components/cardStack/layouts/carousels/ButtonCarousel.tsx",
"src/components/cardStack/layouts/timelines/TimelineBase.tsx",
"src/components/cardStack/layouts/grid/GridLayout.tsx",
"src/components/cardStack/layouts/carousels/AutoCarousel.tsx",
"src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx",
"src/components/cardStack/layouts/carousels/ButtonCarousel.tsx"
"src/components/cardStack/layouts/carousels/AutoCarousel.tsx"
],
"can_modify_directly": true,
"can_delete": true,
@@ -1422,11 +1422,11 @@
"tags": [],
"used_in": [
"src/components/navbar/NavbarStyleApple/NavbarStyleApple.tsx",
"src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx",
"src/components/navbar/NavbarStyleMinimal.tsx",
"src/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen.tsx",
"src/components/navbar/NavbarLayoutFloatingInline.tsx",
"src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx"
"src/components/navbar/NavbarStyleMinimal.tsx",
"src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx",
"src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx",
"src/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen.tsx"
],
"can_modify_directly": true,
"can_delete": true,
@@ -3178,10 +3178,10 @@
"button"
],
"used_in": [
"src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx",
"src/components/Textbox.tsx",
"src/components/navbar/NavbarLayoutFloatingInline.tsx",
"src/components/navbar/NavbarStyleMinimal.tsx",
"src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx"
"src/components/navbar/NavbarStyleMinimal.tsx"
],
"can_modify_directly": true,
"can_delete": true,
@@ -3232,10 +3232,10 @@
"role": "ui",
"tags": [],
"used_in": [
"src/components/button/ButtonTextShift/ButtonTextShift.tsx",
"src/components/button/ButtonTextStagger/ButtonTextStagger.tsx",
"src/components/button/ButtonBounceEffect/ButtonBounceEffect.tsx",
"src/components/button/ButtonShiftHover/ButtonShiftHover.tsx"
"src/components/button/ButtonShiftHover/ButtonShiftHover.tsx",
"src/components/button/ButtonTextStagger/ButtonTextStagger.tsx",
"src/components/button/ButtonTextShift/ButtonTextShift.tsx"
],
"can_modify_directly": true,
"can_delete": true,
@@ -3254,17 +3254,17 @@
"button"
],
"used_in": [
"src/components/button/ButtonTextShift/ButtonTextShift.tsx",
"src/components/button/ButtonIconArrow.tsx",
"src/components/button/ButtonElasticEffect/ButtonElasticEffect.tsx",
"src/components/button/ButtonShiftHover/ButtonShiftHover.tsx",
"src/components/button/ButtonDirectionalHover/ButtonDirectionalHover.tsx",
"src/components/button/ButtonBounceEffect/ButtonBounceEffect.tsx",
"src/components/button/ButtonHoverMagnetic/ButtonHoverMagnetic.tsx",
"src/components/button/ButtonTextUnderline.tsx",
"src/components/button/ButtonHoverBubble.tsx",
"src/components/button/ButtonTextStagger/ButtonTextStagger.tsx",
"src/components/button/ButtonExpandHover.tsx"
"src/components/button/ButtonHoverMagnetic/ButtonHoverMagnetic.tsx",
"src/components/button/ButtonElasticEffect/ButtonElasticEffect.tsx",
"src/components/button/ButtonExpandHover.tsx",
"src/components/button/ButtonTextShift/ButtonTextShift.tsx",
"src/components/button/ButtonHoverBubble.tsx",
"src/components/button/ButtonBounceEffect/ButtonBounceEffect.tsx",
"src/components/button/ButtonDirectionalHover/ButtonDirectionalHover.tsx",
"src/components/button/ButtonTextUnderline.tsx"
],
"can_modify_directly": true,
"can_delete": true,
@@ -3302,8 +3302,8 @@
"button"
],
"used_in": [
"src/components/button/Button.tsx",
"src/components/navbar/NavbarLayoutFloatingInline.tsx"
"src/components/navbar/NavbarLayoutFloatingInline.tsx",
"src/components/button/Button.tsx"
],
"can_modify_directly": true,
"can_delete": true,

View File

@@ -1,5 +1,5 @@
{
"task": "Replace What We Create text with Explore",
"task": "Replace What We Create text with Explore Us",
"change_type": "modify_component",
"target_criteria": {},
"constraints": {
@@ -14,5 +14,5 @@
"selected_files": [
"src/components/sections/AnimationContainer.tsx"
],
"timestamp": "2026-01-13T14:24:28.357777"
"timestamp": "2026-01-13T14:26:58.940420"
}

View File

@@ -38,6 +38,7 @@ const AnimationContainer = ({
style={style}
>
{/* Replace 'What We Create' with 'Explore' */}
<h2>Explore Us</h2>
<h2>Explore</h2>
<h2>Explore</h2>
{children}