zerozeeker 2.3.0 → 2.3.1

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.
Files changed (2) hide show
  1. package/dist/index.js +14 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import { execSync } from "child_process";
6
6
  import ora from "ora";
7
7
  import chalk from "chalk";
8
8
  var REGISTRY_URL = "https://www.zerozeeker.com/r";
9
- var VERSION = "2.3.0";
9
+ var VERSION = "2.3.1";
10
10
  var REGISTRY = [
11
11
  // Buttons
12
12
  { name: "rainbow-button", category: "Buttons", desc: "Animated rainbow gradient border" },
@@ -21,7 +21,19 @@ var REGISTRY = [
21
21
  { name: "shimmer-input", category: "Inputs", desc: "Shimmer border sweep on focus" },
22
22
  { name: "spotlight-input", category: "Inputs", desc: "Mouse-tracked spotlight effect" },
23
23
  { name: "vortex-input", category: "Inputs", desc: "Swirling vortex border animation" },
24
- { name: "prism-input", category: "Inputs", desc: "Prism light refraction border" }
24
+ { name: "prism-input", category: "Inputs", desc: "Prism light refraction border" },
25
+ // Accordions
26
+ { name: "glow-accordion", category: "Accordions", desc: "Colored left-accent bar and tint on open" },
27
+ { name: "card-accordion", category: "Accordions", desc: "Card-per-item with shadow lift and +/- swap" },
28
+ { name: "step-accordion", category: "Accordions", desc: "Numbered step circles flip solid on open" },
29
+ { name: "line-accordion", category: "Accordions", desc: "Editorial sweep line animates on open, 5 colors" },
30
+ // Alert Dialogs
31
+ { name: "glow-alert-dialog", category: "Alert Dialogs", desc: "Glowing ring border with centered icon, 5 colors" },
32
+ { name: "banner-alert-dialog", category: "Alert Dialogs", desc: "Colored header band with icon and title, 5 colors" },
33
+ { name: "split-alert-dialog", category: "Alert Dialogs", desc: "Two-column colored left panel + white right content" },
34
+ { name: "slide-alert-dialog", category: "Alert Dialogs", desc: "Bottom-sheet slide-up with full-width confirm button" },
35
+ { name: "gradient-alert-dialog", category: "Alert Dialogs", desc: "Rich gradient hero section with white action bar below" },
36
+ { name: "float-alert-dialog", category: "Alert Dialogs", desc: "Icon badge floats above the dialog card overlapping its top edge" }
25
37
  ];
26
38
  var COMPONENT_NAMES = REGISTRY.map((c) => c.name);
27
39
  function printHeader() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zerozeeker",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "CLI for installing ZeroZeeker UI components",
5
5
  "type": "module",
6
6
  "bin": {