@yoast/ai-insights-client 1.0.1 → 1.1.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.
@@ -1,36 +0,0 @@
1
- import { E as r, j as e, f as a, g as o, O as l } from "./index-B56vBhjW.js";
2
- function u() {
3
- const i = r(), t = [{
4
- path: "/setup",
5
- id: 1,
6
- title: "Brand & location info",
7
- description: "Enter a few basic details about your brand so we can generate relevant queries people might use in AI models like ChatGPT and Perplexity. This helps us analyze how visible your brand is in their responses."
8
- }, {
9
- path: "/setup/queries",
10
- id: 2,
11
- title: "Queries",
12
- description: "Review the queries we've generated from your brand info. These are phrases people might type into AI models that could trigger your brand to appear."
13
- }, {
14
- path: "/setup/analysis",
15
- id: 3,
16
- title: "Analysis",
17
- description: "We're checking how your brand shows up in AI. Your queries will now be tested in ChatGPT and Perplexity. This process should take around 5 minutes."
18
- }], s = t.find((n) => n.path === i.pathname) || t[0];
19
- return /* @__PURE__ */ e.jsxs(a, { className: "yst-mx-auto yst-max-w-2xl", children: [
20
- /* @__PURE__ */ e.jsx(o, { title: /* @__PURE__ */ e.jsxs("span", { className: "yst-inline-flex yst-flex-row yst-gap-4", children: [
21
- /* @__PURE__ */ e.jsxs("span", { className: "yst-tracking-[.2em] yst-text-slate-400", children: [
22
- /* @__PURE__ */ e.jsx("span", { className: "yst-text-slate-900", children: s.id }),
23
- "/",
24
- t.length
25
- ] }),
26
- /* @__PURE__ */ e.jsx("span", { children: s.title })
27
- ] }), description: s.description }),
28
- /* @__PURE__ */ e.jsx(a.Content, { children: /* @__PURE__ */ e.jsx(
29
- l,
30
- {}
31
- ) })
32
- ] });
33
- }
34
- export {
35
- u as default
36
- };
package/dist/index.js DELETED
@@ -1,10 +0,0 @@
1
- import { bj as n, bm as i, bn as r, bk as l, bl as t, b, ap as y } from "./index-B56vBhjW.js";
2
- export {
3
- n as AIInsightsClient,
4
- i as Analysis,
5
- r as BrandAnalysis,
6
- l as BrandAnalysisProvider,
7
- t as Layout,
8
- b as useBrandAnalysisData,
9
- y as useBrandAnalysisMutations
10
- };