diff --git a/docs/catalog/components/colorama-wipe.mdx b/docs/catalog/components/colorama-wipe.mdx
new file mode 100644
index 0000000000..d1b4ade65f
--- /dev/null
+++ b/docs/catalog/components/colorama-wipe.mdx
@@ -0,0 +1,411 @@
+---
+title: "Colorama Wipe"
+description: "Headline reveal through a feathered, leaning wipe front that is blurred and colour-mapped as it passes, then settles to clean type and wipes off again — the After Effects masked-text + Compound Blur + Colorama 'shiny wipe' as a deterministic canvas effect on any text element"
+mode: "frame"
+---
+
+import { CatalogDetail, CatalogSlot } from "/snippets/catalog-detail.jsx";
+import { InstallCommand } from "/snippets/install-command.jsx";
+
+
+
+
+
+```html colorama-wipe.html
+
+
+
+
+
+```
+
+
+
+
+
+
+
+That writes one file: `compositions/components/colorama-wipe.html`.
+
+
+
+
+
+## Paste it into your composition
+
+Open `compositions/components/colorama-wipe.html` and copy what is inside into your own composition.
+The file opens with a comment header that walks you through it.
+
+A component has no size or duration of its own. It takes both from the composition
+you paste it into.
+
+{/* hf:generated-footer */}
+
+Tagged `text` `reveal` `wipe` `colorama` `gradient` `blur` `headline` `saas`.
+
+## Related topics
+
+- [Browse the complete Catalog](/catalog)
+- [Add assets and Catalog items in Studio](/studio/assets-and-blocks)
+- [Build a richer composition](/go-further)
+
+
+
+
diff --git a/docs/docs.json b/docs/docs.json
index 5fe4fd0ad3..e271cd75e2 100644
--- a/docs/docs.json
+++ b/docs/docs.json
@@ -510,12 +510,12 @@
},
{
"group": "Data & charts",
- "tag": "18",
+ "tag": "17",
"expanded": false,
"pages": [
{
"group": "Data",
- "tag": "18",
+ "tag": "17",
"expanded": false,
"pages": [
"catalog/components/animated-bar-chart",
@@ -534,7 +534,7 @@
"catalog/blocks/us-map-bubble",
"catalog/blocks/us-map-flow",
"catalog/blocks/us-map-hex",
- "catalog/blocks/week-in-merges",
+ "catalog/blocks/week-in-merges",
"catalog/blocks/world-map"
]
}
diff --git a/docs/public/catalog-index.json b/docs/public/catalog-index.json
index a8aa956bde..857715fb3a 100644
--- a/docs/public/catalog-index.json
+++ b/docs/public/catalog-index.json
@@ -1729,6 +1729,24 @@
"href": "/catalog/blocks/code-typing",
"preview": "https://static.heygen.ai/hyperframes-oss/docs/images/catalog/blocks/code-typing.png"
},
+ {
+ "name": "colorama-wipe",
+ "type": "component",
+ "title": "Colorama Wipe",
+ "description": "Headline reveal through a feathered, leaning wipe front that is blurred and colour-mapped as it passes, then settles to clean type and wipes off again — the After Effects masked-text + Compound Blur + Colorama 'shiny wipe' as a deterministic canvas effect on any text element",
+ "tags": [
+ "text",
+ "reveal",
+ "wipe",
+ "colorama",
+ "gradient",
+ "blur",
+ "headline",
+ "saas"
+ ],
+ "href": "/catalog/components/colorama-wipe",
+ "preview": "https://static.heygen.ai/hyperframes-oss/docs/images/catalog/components/colorama-wipe.png"
+ },
{
"name": "comparison-split",
"type": "component",
@@ -5699,20 +5717,6 @@
"href": "/catalog/blocks/vpn-youtube-spot",
"preview": "https://static.heygen.ai/hyperframes-oss/docs/images/catalog/blocks/vpn-youtube-spot.png"
},
- {
- "name": "week-in-merges",
- "type": "block",
- "title": "Week in Merges",
- "description": "Each author's avatar bounces across their row at a speed set by how many pull requests they merged",
- "tags": [
- "data",
- "chart",
- "ranking",
- "leaderboard"
- ],
- "href": "/catalog/blocks/week-in-merges",
- "preview": "https://static.heygen.ai/hyperframes-oss/docs/images/catalog/blocks/week-in-merges.png"
- },
{
"name": "weight-wave",
"type": "block",
diff --git a/docs/public/catalog/components/colorama-wipe.json b/docs/public/catalog/components/colorama-wipe.json
new file mode 100644
index 0000000000..8c5977ed0a
--- /dev/null
+++ b/docs/public/catalog/components/colorama-wipe.json
@@ -0,0 +1 @@
+{"html":"\n\n
\n \n \n Colorama Wipe\n \n \n \n \n \n COLORAMA WIPE\n
\n \n \n\n \n\n \n\n \n \n\n"}
\ No newline at end of file
diff --git a/registry/catalog-artifact/local-vectors.bin b/registry/catalog-artifact/local-vectors.bin
index 43ac281ec8..fc1ac45c35 100644
Binary files a/registry/catalog-artifact/local-vectors.bin and b/registry/catalog-artifact/local-vectors.bin differ
diff --git a/registry/catalog-artifact/local-vectors.json b/registry/catalog-artifact/local-vectors.json
index 02f5825684..410878edb0 100644
--- a/registry/catalog-artifact/local-vectors.json
+++ b/registry/catalog-artifact/local-vectors.json
@@ -2,7 +2,7 @@
"model": "bge-small-en-v1.5",
"modelRevision": "ea104dacec62c0de699686887e3f920caeb4f3e3",
"dimensions": 384,
- "revision": "eda107eecb902f204b6308c85794d269d5d53a8583c12008b3972f3efacb312a",
+ "revision": "656d5d91e8e44f809baa80031dac6af45afdadec7784cffa47ab1b7940c1a137",
"names": [
"ai-chat-reveal",
"animated-bar-chart",
@@ -119,6 +119,7 @@
"code-snippet-visual-studio-light",
"code-terminal-run",
"code-typing",
+ "colorama-wipe",
"comparison-split",
"confetti",
"conic-progress-ring",
diff --git a/registry/components/colorama-wipe/colorama-wipe.html b/registry/components/colorama-wipe/colorama-wipe.html
new file mode 100644
index 0000000000..8cbd87a0b8
--- /dev/null
+++ b/registry/components/colorama-wipe/colorama-wipe.html
@@ -0,0 +1,358 @@
+
+
+
+
+
diff --git a/registry/components/colorama-wipe/demo.html b/registry/components/colorama-wipe/demo.html
new file mode 100644
index 0000000000..e7a4fbdfd9
--- /dev/null
+++ b/registry/components/colorama-wipe/demo.html
@@ -0,0 +1,397 @@
+
+
+
+
+
+ Colorama Wipe
+
+
+
+
+
+ COLORAMA WIPE
+
+
+
+
+
+
+
+
+
+
+
diff --git a/registry/components/colorama-wipe/registry-item.json b/registry/components/colorama-wipe/registry-item.json
new file mode 100644
index 0000000000..1b3529b607
--- /dev/null
+++ b/registry/components/colorama-wipe/registry-item.json
@@ -0,0 +1,15 @@
+{
+ "$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
+ "name": "colorama-wipe",
+ "type": "hyperframes:component",
+ "title": "Colorama Wipe",
+ "description": "Headline reveal through a feathered, leaning wipe front that is blurred and colour-mapped as it passes, then settles to clean type and wipes off again — the After Effects masked-text + Compound Blur + Colorama 'shiny wipe' as a deterministic canvas effect on any text element",
+ "tags": ["text", "reveal", "wipe", "colorama", "gradient", "blur", "headline", "saas"],
+ "files": [
+ {
+ "path": "colorama-wipe.html",
+ "target": "compositions/components/colorama-wipe.html",
+ "type": "hyperframes:snippet"
+ }
+ ]
+}
diff --git a/registry/registry.json b/registry/registry.json
index 79227f43c1..113f5fe904 100644
--- a/registry/registry.json
+++ b/registry/registry.json
@@ -3,6 +3,42 @@
"name": "hyperframes",
"homepage": "https://hyperframes.heygen.com",
"items": [
+ {
+ "name": "decision-tree",
+ "type": "hyperframes:example"
+ },
+ {
+ "name": "kinetic-type",
+ "type": "hyperframes:example"
+ },
+ {
+ "name": "nyt-graph",
+ "type": "hyperframes:example"
+ },
+ {
+ "name": "play-mode",
+ "type": "hyperframes:example"
+ },
+ {
+ "name": "product-promo",
+ "type": "hyperframes:example"
+ },
+ {
+ "name": "swiss-grid",
+ "type": "hyperframes:example"
+ },
+ {
+ "name": "vignelli",
+ "type": "hyperframes:example"
+ },
+ {
+ "name": "vscode-theme-visualizer",
+ "type": "hyperframes:example"
+ },
+ {
+ "name": "warm-grain",
+ "type": "hyperframes:example"
+ },
{
"name": "ai-chat-reveal",
"type": "hyperframes:block"
@@ -707,10 +743,6 @@
"name": "vpn-youtube-spot",
"type": "hyperframes:block"
},
- {
- "name": "week-in-merges",
- "type": "hyperframes:block"
- },
{
"name": "weight-wave",
"type": "hyperframes:block"
@@ -927,6 +959,10 @@
"name": "code-terminal-run",
"type": "hyperframes:component"
},
+ {
+ "name": "colorama-wipe",
+ "type": "hyperframes:component"
+ },
{
"name": "comparison-split",
"type": "hyperframes:component"
@@ -1634,45 +1670,9 @@
{
"name": "zoom-through-transition",
"type": "hyperframes:component"
- },
- {
- "name": "decision-tree",
- "type": "hyperframes:example"
- },
- {
- "name": "kinetic-type",
- "type": "hyperframes:example"
- },
- {
- "name": "nyt-graph",
- "type": "hyperframes:example"
- },
- {
- "name": "play-mode",
- "type": "hyperframes:example"
- },
- {
- "name": "product-promo",
- "type": "hyperframes:example"
- },
- {
- "name": "swiss-grid",
- "type": "hyperframes:example"
- },
- {
- "name": "vignelli",
- "type": "hyperframes:example"
- },
- {
- "name": "vscode-theme-visualizer",
- "type": "hyperframes:example"
- },
- {
- "name": "warm-grain",
- "type": "hyperframes:example"
}
],
"catalogArtifact": {
- "revision": "eda107eecb902f204b6308c85794d269d5d53a8583c12008b3972f3efacb312a"
+ "revision": "656d5d91e8e44f809baa80031dac6af45afdadec7784cffa47ab1b7940c1a137"
}
}