Skip to content

Commit f8ec206

Browse files
committed
more components added
1 parent e61af8e commit f8ec206

162 files changed

Lines changed: 24951 additions & 9424 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/Console/Commands/RegistryBuildCommand.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function handle(): int
8787
'music-player' => 'media',
8888
'threejs' => 'canvas',
8989
];
90-
$category = str_starts_with($category, 'hero-') ? 'hero-sections' : ($categoryMap[$category] ?? $category);
90+
$category = str_starts_with($category, 'hero-') ? 'hero-sections' : (str_starts_with($category, 'pricing-') ? 'pricing' : ($categoryMap[$category] ?? $category));
9191

9292
$name = $filename;
9393
if ($itemType === 'registry:block') {
@@ -260,6 +260,11 @@ public function handle(): int
260260
'button-particles' => 'A vibrant button trigger releasing interactive confetti/particle explosions on click.',
261261
'button-shine' => 'A sleek button design showcasing a subtle glowing reflective shine transition.',
262262
'pixel-canvas' => 'An interactive background canvas that draws pixel highlights under the mouse cursor.',
263+
'constellation-canvas' => 'An interactive network of floating particles that draw connecting links to neighboring nodes and follow mouse movements.',
264+
'flow-field-canvas' => 'A dynamic particle flow simulation mapping trailing lines along mathematical vector wave coordinates.',
265+
'metaball-canvas' => 'Organic fluid liquid spheres that bounce around the canvas and seamlessly merge together on contact.',
266+
'aurora-canvas' => 'A slow-waving glow animation displaying layered shifting bezier bands resembling the northern lights.',
267+
'wave-grid-canvas' => 'A grid of geometric nodes that dynamically ripple, scale, and rotate in response to mouse cursor distance.',
263268
'back-light' => 'A modern card wrapper creating a glowing, color-matching backlight shadow behind components.',
264269
'glow-conic' => 'A beautiful border animation powered by a rotating conic color gradient.',
265270
'glow-radial' => 'An interactive background overlay that reflects cursor positioning with radial gradients. Requires GlowStack wrapping to function.',

database/seeders/RegistrySeeder.php

Lines changed: 17049 additions & 8856 deletions
Large diffs are not rendered by default.

public/build/assets/AnimatePresence-v8ZpL1B7.js renamed to public/build/assets/AnimatePresence-BAJUMRu0.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/assets/animate-css-D5u6GoXh.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/assets/animate-css-DcACOubP.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

public/build/assets/app-BVxUxOX7.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/assets/app-C76jCU9I.js

Lines changed: 0 additions & 42 deletions
This file was deleted.

public/build/assets/app-kIxjEnjB.js

Lines changed: 42 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/assets/app-oVyeC8xc.css

Lines changed: 0 additions & 2 deletions
This file was deleted.

public/build/assets/appearance-CN_Se0Ir.js renamed to public/build/assets/appearance-Db1kMh04.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)