@zerops/web-components 0.1.0 → 0.2.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.
- package/README.md +1 -0
- package/chunks/{browser-CRtUYvv5.js → browser-CUhuh3a-.js} +1 -1
- package/chunks/custom-icons-Bw6Z3FPe.js +1532 -0
- package/chunks/{recipe-fetch-BEQGCaPU.js → recipe-fetch-D2IpKMVr.js} +589 -697
- package/network-diagram.d.ts +7 -0
- package/network-diagram.js +570 -533
- package/package.json +1 -1
- package/recipe-card.js +1 -1
- package/recipes/zerops-showcase.json +1 -1
package/README.md
CHANGED
|
@@ -137,6 +137,7 @@ el.recipeData = showcase;
|
|
|
137
137
|
| `slug` | `slug` | — | Catalog slug to self-fetch |
|
|
138
138
|
| `recipeData` | `recipe-data` (JSON string) | — | Captured recipe; wins over `slug` |
|
|
139
139
|
| `environment` | `environment` | `highly-available-production` | Environment to draw (falls back to the recipe default) |
|
|
140
|
+
| `mode` | `mode` | `auto` | Project core: `auto` derives serious/lightweight from the environment's core service; `lightweight`/`serious` force it |
|
|
140
141
|
| `apiBase` | `api-base` | `https://api.zerops.io` | Public API origin |
|
|
141
142
|
|
|
142
143
|
The trace animation pauses off-viewport and respects `prefers-reduced-motion`.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var At = Object.defineProperty;
|
|
2
2
|
var Pt = (n, e, t) => e in n ? At(n, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[e] = t;
|
|
3
3
|
var l = (n, e, t) => Pt(n, typeof e != "symbol" ? e + "" : e, t);
|
|
4
|
-
import { W as T, k as Nt } from "./recipe-fetch-
|
|
4
|
+
import { W as T, k as Nt } from "./recipe-fetch-D2IpKMVr.js";
|
|
5
5
|
var S = /* @__PURE__ */ (function(n) {
|
|
6
6
|
return n[n.State = 0] = "State", n[n.Transition = 1] = "Transition", n[n.Sequence = 2] = "Sequence", n[n.Group = 3] = "Group", n[n.Animate = 4] = "Animate", n[n.Keyframes = 5] = "Keyframes", n[n.Style = 6] = "Style", n[n.Trigger = 7] = "Trigger", n[n.Reference = 8] = "Reference", n[n.AnimateChild = 9] = "AnimateChild", n[n.AnimateRef = 10] = "AnimateRef", n[n.Query = 11] = "Query", n[n.Stagger = 12] = "Stagger", n;
|
|
7
7
|
})(S || {});
|