@veluai/velu 0.1.13 → 0.1.14

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 (96) hide show
  1. package/README.md +80 -80
  2. package/dist/cli.js +18 -18
  3. package/package.json +3 -2
  4. package/runtime/velu-ui/components/Accordion.jsx +64 -64
  5. package/runtime/velu-ui/components/ApiClient.jsx +121 -121
  6. package/runtime/velu-ui/components/ApiField.jsx +87 -87
  7. package/runtime/velu-ui/components/ApiPath.jsx +63 -63
  8. package/runtime/velu-ui/components/ApiSidebar.jsx +122 -122
  9. package/runtime/velu-ui/components/AskBar.jsx +71 -71
  10. package/runtime/velu-ui/components/Callout.jsx +114 -114
  11. package/runtime/velu-ui/components/Card.jsx +131 -131
  12. package/runtime/velu-ui/components/Chatbot.jsx +596 -596
  13. package/runtime/velu-ui/components/CodeBlock.jsx +375 -375
  14. package/runtime/velu-ui/components/Columns.jsx +56 -56
  15. package/runtime/velu-ui/components/ErrorCard.jsx +138 -138
  16. package/runtime/velu-ui/components/Field.jsx +81 -81
  17. package/runtime/velu-ui/components/Image.jsx +163 -163
  18. package/runtime/velu-ui/components/MethodBadge.jsx +31 -31
  19. package/runtime/velu-ui/components/NavSelect.jsx +108 -108
  20. package/runtime/velu-ui/components/PageFeedback.jsx +219 -219
  21. package/runtime/velu-ui/components/PageFooter.jsx +213 -213
  22. package/runtime/velu-ui/components/PageHeader.jsx +414 -414
  23. package/runtime/velu-ui/components/PageNav.jsx +77 -77
  24. package/runtime/velu-ui/components/PoweredBy.jsx +51 -51
  25. package/runtime/velu-ui/components/Prompt.jsx +115 -115
  26. package/runtime/velu-ui/components/Search.jsx +411 -366
  27. package/runtime/velu-ui/components/Sidebar.jsx +191 -191
  28. package/runtime/velu-ui/components/Steps.jsx +65 -65
  29. package/runtime/velu-ui/components/ThemeToggle.jsx +48 -48
  30. package/runtime/velu-ui/components/Toc.jsx +537 -537
  31. package/runtime/velu-ui/components/TocBar.jsx +195 -195
  32. package/runtime/velu-ui/components/Tree.jsx +87 -87
  33. package/runtime/velu-ui/components/TryItBar.jsx +90 -90
  34. package/runtime/velu-ui/components/accordion.css +92 -92
  35. package/runtime/velu-ui/components/api.css +479 -479
  36. package/runtime/velu-ui/components/ask-bar.css +94 -94
  37. package/runtime/velu-ui/components/card.css +105 -105
  38. package/runtime/velu-ui/components/chatbot.css +617 -617
  39. package/runtime/velu-ui/components/code-block.css +263 -263
  40. package/runtime/velu-ui/components/docs-layout.css +784 -775
  41. package/runtime/velu-ui/components/field.css +82 -82
  42. package/runtime/velu-ui/components/image.css +237 -237
  43. package/runtime/velu-ui/components/nav-select.css +157 -157
  44. package/runtime/velu-ui/components/page-feedback.css +241 -241
  45. package/runtime/velu-ui/components/page-footer.css +130 -130
  46. package/runtime/velu-ui/components/page-header.css +520 -520
  47. package/runtime/velu-ui/components/page-nav.css +50 -50
  48. package/runtime/velu-ui/components/powered-by.css +66 -66
  49. package/runtime/velu-ui/components/prompt.css +99 -99
  50. package/runtime/velu-ui/components/search.css +307 -307
  51. package/runtime/velu-ui/components/sidebar.css +144 -144
  52. package/runtime/velu-ui/components/steps.css +77 -77
  53. package/runtime/velu-ui/components/theme-toggle.css +101 -101
  54. package/runtime/velu-ui/components/toc-bar.css +234 -234
  55. package/runtime/velu-ui/components/tree.css +49 -49
  56. package/runtime/velu-ui/index.js +46 -46
  57. package/runtime/velu-ui/lib/component-schemas.js +100 -100
  58. package/runtime/velu-ui/lib/copyText.js +64 -64
  59. package/runtime/velu-ui/lib/lang-icons.jsx +147 -147
  60. package/runtime/velu-ui/lib/prism-langs.js +957 -957
  61. package/runtime/velu-ui/lib/prism-loader.js +74 -74
  62. package/runtime/velu-ui/lib/resolveIcon.jsx +29 -29
  63. package/runtime/velu-ui/lib/scrollIntoNearestView.js +66 -66
  64. package/runtime/velu-ui/mdx-components.jsx +105 -105
  65. package/runtime/velu-ui/primitives/Cluster.jsx +49 -49
  66. package/runtime/velu-ui/primitives/Stack.jsx +63 -63
  67. package/runtime/velu-ui/primitives/Switcher.jsx +57 -57
  68. package/runtime/velu-ui/primitives/stack.css +3 -3
  69. package/runtime/velu-ui/primitives/switcher.css +25 -25
  70. package/runtime/velu-ui/styles.css +43 -43
  71. package/runtime/velu-ui/tokens.css +4 -4
  72. package/schema/velu.schema.json +167 -167
  73. package/src/lib/extract-mdx-error.js +170 -170
  74. package/src/lib/issues.js +159 -159
  75. package/src/lib/known-components.js +34 -34
  76. package/src/navigation.js +434 -434
  77. package/src/runtime/App.jsx +1490 -1476
  78. package/src/runtime/ErrorBoundary.jsx +54 -54
  79. package/src/runtime/client-entry.jsx +22 -22
  80. package/src/runtime/server-entry.jsx +16 -16
  81. package/src/template.html +48 -48
  82. package/templates/starter/ai-tools/claude-code.mdx +26 -26
  83. package/templates/starter/ai-tools/cursor.mdx +17 -17
  84. package/templates/starter/api-reference/endpoint/create.mdx +24 -24
  85. package/templates/starter/api-reference/endpoint/get.mdx +27 -27
  86. package/templates/starter/api-reference/introduction.mdx +28 -28
  87. package/templates/starter/development.mdx +19 -19
  88. package/templates/starter/essentials/code.mdx +29 -29
  89. package/templates/starter/essentials/images.mdx +29 -29
  90. package/templates/starter/essentials/markdown.mdx +25 -25
  91. package/templates/starter/essentials/navigation.mdx +39 -39
  92. package/templates/starter/essentials/settings.mdx +30 -30
  93. package/templates/starter/favicon.svg +6 -6
  94. package/templates/starter/index.mdx +31 -31
  95. package/templates/starter/quickstart.mdx +31 -31
  96. package/templates/starter/velu.json +33 -33
@@ -1,121 +1,121 @@
1
- import React from 'react';
2
- import resolveIcon from '../lib/resolveIcon.jsx';
3
- import Cluster from '../primitives/Cluster.jsx';
4
- import MethodBadge from './MethodBadge.jsx';
5
- import TryItBar from './TryItBar.jsx';
6
-
7
- /**
8
- * ApiClient — the "try-it" playground layout shell.
9
- *
10
- * <ApiClient
11
- * method="DELETE"
12
- * label="Trigger Delete"
13
- * path="/project/preview/{projectId}"
14
- * description="Trigger a documentation deployment…"
15
- * onClose={() => …}
16
- * aside={
17
- * <CodeGroup>…response / samples / examples…</CodeGroup>
18
- * }
19
- * >
20
- * <AccordionGroup>
21
- * <Accordion title="Authorization">
22
- * <ApiField name="Authorization" type="string" required
23
- * prefix="Bearer" />
24
- * </Accordion>
25
- * <Accordion title="Path">
26
- * <ApiField name="projectId" type="string" required />
27
- * </Accordion>
28
- * </AccordionGroup>
29
- * </ApiClient>
30
- *
31
- * ApiClient is a pure layout shell — it owns the frame, the close
32
- * button, the operation/endpoint head row, and the two-column body.
33
- * It does NOT re-implement collapsibles or code panels:
34
- *
35
- * - LEFT column = `children` — compose the request sections with the
36
- * shared <Accordion> / <AccordionGroup> + <ApiField>.
37
- * - RIGHT column = `aside` — compose the response / code-sample
38
- * panels with the shared <CodeBlock> / <CodeGroup>.
39
- *
40
- * CTAs (Send, the operation dropdown) are presentational stubs — wire
41
- * `onSend` / a real selector when the OpenAPI adapter lands.
42
- */
43
-
44
- export default function ApiClient({
45
- method = 'GET',
46
- label,
47
- path = '',
48
- description,
49
- onSend,
50
- onClose,
51
- aside,
52
- children,
53
- className = '',
54
- ...rest
55
- }) {
56
- const key = String(method).toLowerCase();
57
- const cls = `velu-api-client velu-api-client--${key} ${className}`.trim();
58
-
59
- return (
60
- <div className={cls} {...rest}>
61
- {/* Close button row — only when shown as a modal (onClose set). */}
62
- {onClose && (
63
- <div className="velu-api-client__close-row">
64
- <button
65
- type="button"
66
- className="velu-api-client__close"
67
- onClick={onClose}
68
- aria-label="Close"
69
- >
70
- {resolveIcon('x', { size: '1em' })}
71
- </button>
72
- </div>
73
- )}
74
-
75
- {/* Head — operation dropdown (dummy) + TryItBar relabeled "Send".
76
- Cluster keeps each at its natural width: the dropdown hugs its
77
- text (flex: none), the bar fills the rest (flex: 1). When the
78
- bar can't keep its min width, Cluster wraps it below the
79
- dropdown. */}
80
- <Cluster
81
- space="var(--s-1)"
82
- align="flex-start"
83
- className="velu-api-client__head"
84
- >
85
- <div className="velu-api-client__op">
86
- <MethodBadge method={method} />
87
- {label && (
88
- <span className="velu-api-client__op-label">{label}</span>
89
- )}
90
- <span className="velu-api-client__op-chevron" aria-hidden="true">
91
- {resolveIcon('chevron-down', { size: '1em' })}
92
- </span>
93
- </div>
94
- <TryItBar
95
- method={method}
96
- path={path}
97
- cta="Send"
98
- onTry={onSend}
99
- className="velu-api-client__bar"
100
- />
101
- </Cluster>
102
-
103
- {/* Two-column body — left: request sections, right: response /
104
- code panels. */}
105
- <div className="velu-api-client__body">
106
- <div className="velu-api-client__left">
107
- {label && (
108
- <h3 className="velu-api-client__title">{label}</h3>
109
- )}
110
- {description && (
111
- <p className="velu-api-client__description">{description}</p>
112
- )}
113
- {children}
114
- </div>
115
- {aside != null && (
116
- <div className="velu-api-client__right">{aside}</div>
117
- )}
118
- </div>
119
- </div>
120
- );
121
- }
1
+ import React from 'react';
2
+ import resolveIcon from '../lib/resolveIcon.jsx';
3
+ import Cluster from '../primitives/Cluster.jsx';
4
+ import MethodBadge from './MethodBadge.jsx';
5
+ import TryItBar from './TryItBar.jsx';
6
+
7
+ /**
8
+ * ApiClient — the "try-it" playground layout shell.
9
+ *
10
+ * <ApiClient
11
+ * method="DELETE"
12
+ * label="Trigger Delete"
13
+ * path="/project/preview/{projectId}"
14
+ * description="Trigger a documentation deployment…"
15
+ * onClose={() => …}
16
+ * aside={
17
+ * <CodeGroup>…response / samples / examples…</CodeGroup>
18
+ * }
19
+ * >
20
+ * <AccordionGroup>
21
+ * <Accordion title="Authorization">
22
+ * <ApiField name="Authorization" type="string" required
23
+ * prefix="Bearer" />
24
+ * </Accordion>
25
+ * <Accordion title="Path">
26
+ * <ApiField name="projectId" type="string" required />
27
+ * </Accordion>
28
+ * </AccordionGroup>
29
+ * </ApiClient>
30
+ *
31
+ * ApiClient is a pure layout shell — it owns the frame, the close
32
+ * button, the operation/endpoint head row, and the two-column body.
33
+ * It does NOT re-implement collapsibles or code panels:
34
+ *
35
+ * - LEFT column = `children` — compose the request sections with the
36
+ * shared <Accordion> / <AccordionGroup> + <ApiField>.
37
+ * - RIGHT column = `aside` — compose the response / code-sample
38
+ * panels with the shared <CodeBlock> / <CodeGroup>.
39
+ *
40
+ * CTAs (Send, the operation dropdown) are presentational stubs — wire
41
+ * `onSend` / a real selector when the OpenAPI adapter lands.
42
+ */
43
+
44
+ export default function ApiClient({
45
+ method = 'GET',
46
+ label,
47
+ path = '',
48
+ description,
49
+ onSend,
50
+ onClose,
51
+ aside,
52
+ children,
53
+ className = '',
54
+ ...rest
55
+ }) {
56
+ const key = String(method).toLowerCase();
57
+ const cls = `velu-api-client velu-api-client--${key} ${className}`.trim();
58
+
59
+ return (
60
+ <div className={cls} {...rest}>
61
+ {/* Close button row — only when shown as a modal (onClose set). */}
62
+ {onClose && (
63
+ <div className="velu-api-client__close-row">
64
+ <button
65
+ type="button"
66
+ className="velu-api-client__close"
67
+ onClick={onClose}
68
+ aria-label="Close"
69
+ >
70
+ {resolveIcon('x', { size: '1em' })}
71
+ </button>
72
+ </div>
73
+ )}
74
+
75
+ {/* Head — operation dropdown (dummy) + TryItBar relabeled "Send".
76
+ Cluster keeps each at its natural width: the dropdown hugs its
77
+ text (flex: none), the bar fills the rest (flex: 1). When the
78
+ bar can't keep its min width, Cluster wraps it below the
79
+ dropdown. */}
80
+ <Cluster
81
+ space="var(--s-1)"
82
+ align="flex-start"
83
+ className="velu-api-client__head"
84
+ >
85
+ <div className="velu-api-client__op">
86
+ <MethodBadge method={method} />
87
+ {label && (
88
+ <span className="velu-api-client__op-label">{label}</span>
89
+ )}
90
+ <span className="velu-api-client__op-chevron" aria-hidden="true">
91
+ {resolveIcon('chevron-down', { size: '1em' })}
92
+ </span>
93
+ </div>
94
+ <TryItBar
95
+ method={method}
96
+ path={path}
97
+ cta="Send"
98
+ onTry={onSend}
99
+ className="velu-api-client__bar"
100
+ />
101
+ </Cluster>
102
+
103
+ {/* Two-column body — left: request sections, right: response /
104
+ code panels. */}
105
+ <div className="velu-api-client__body">
106
+ <div className="velu-api-client__left">
107
+ {label && (
108
+ <h3 className="velu-api-client__title">{label}</h3>
109
+ )}
110
+ {description && (
111
+ <p className="velu-api-client__description">{description}</p>
112
+ )}
113
+ {children}
114
+ </div>
115
+ {aside != null && (
116
+ <div className="velu-api-client__right">{aside}</div>
117
+ )}
118
+ </div>
119
+ </div>
120
+ );
121
+ }
@@ -1,87 +1,87 @@
1
- import React, { useId } from 'react';
2
- import Cluster from '../primitives/Cluster.jsx';
3
-
4
- /**
5
- * ApiField — an input-bearing field for the ApiClient playground.
6
- *
7
- * Distinct from <Field> (which is doc-only — it documents a parameter
8
- * but has no control). ApiField renders a real <input> the user types
9
- * a value into when trying an endpoint.
10
- *
11
- * <ApiSection title="Path">
12
- * <ApiField name="projectId" type="string" required>
13
- * Your project ID. Copy it from the API keys page.
14
- * </ApiField>
15
- * </ApiSection>
16
- *
17
- * Layout — a flex-wrap pair:
18
- * [ name + type + required ] [ prefix? input ]
19
- * [ description … ]
20
- * The info column (label + description) and the control column wrap
21
- * onto separate lines on narrow widths; no media queries.
22
- *
23
- * - `name` parameter identifier (mono, accent)
24
- * - `type` schema type → grey chip ("string", "boolean", …)
25
- * - `required` boolean → red "required" pill
26
- * - `default` pre-fills the input's value
27
- * - `prefix` static text shown inside the input before the field
28
- * (e.g. "Bearer" for an Authorization header)
29
- * - `placeholder` input placeholder (defaults to `enter <name>`)
30
- * - `value`/`onChange` optional controlled-input wiring; uncontrolled
31
- * otherwise
32
- * - `children` description block
33
- */
34
-
35
- export default function ApiField({
36
- name,
37
- type,
38
- required = false,
39
- default: defaultValue,
40
- prefix,
41
- placeholder,
42
- value,
43
- onChange,
44
- children,
45
- className = '',
46
- ...rest
47
- }) {
48
- const inputId = useId();
49
- const controlled = value !== undefined;
50
- return (
51
- <div className={`velu-api-field ${className}`.trim()} {...rest}>
52
- <div className="velu-api-field__info">
53
- <Cluster space="var(--s-1)" align="baseline">
54
- <label className="velu-api-field__name" htmlFor={inputId}>
55
- {name}
56
- </label>
57
- {type != null && (
58
- <span className="velu-api-field__chip">{type}</span>
59
- )}
60
- {required && (
61
- <span className="velu-api-field__required">required</span>
62
- )}
63
- </Cluster>
64
- {children != null && children !== false && (
65
- <div className="velu-api-field__desc">{children}</div>
66
- )}
67
- </div>
68
- <div className="velu-api-field__control">
69
- {prefix != null && (
70
- <span className="velu-api-field__prefix">{prefix}</span>
71
- )}
72
- <input
73
- id={inputId}
74
- className="velu-api-field__input"
75
- type="text"
76
- placeholder={placeholder ?? `enter ${name}`}
77
- {...(controlled
78
- ? { value, onChange }
79
- : {
80
- defaultValue:
81
- defaultValue != null ? String(defaultValue) : undefined,
82
- })}
83
- />
84
- </div>
85
- </div>
86
- );
87
- }
1
+ import React, { useId } from 'react';
2
+ import Cluster from '../primitives/Cluster.jsx';
3
+
4
+ /**
5
+ * ApiField — an input-bearing field for the ApiClient playground.
6
+ *
7
+ * Distinct from <Field> (which is doc-only — it documents a parameter
8
+ * but has no control). ApiField renders a real <input> the user types
9
+ * a value into when trying an endpoint.
10
+ *
11
+ * <ApiSection title="Path">
12
+ * <ApiField name="projectId" type="string" required>
13
+ * Your project ID. Copy it from the API keys page.
14
+ * </ApiField>
15
+ * </ApiSection>
16
+ *
17
+ * Layout — a flex-wrap pair:
18
+ * [ name + type + required ] [ prefix? input ]
19
+ * [ description … ]
20
+ * The info column (label + description) and the control column wrap
21
+ * onto separate lines on narrow widths; no media queries.
22
+ *
23
+ * - `name` parameter identifier (mono, accent)
24
+ * - `type` schema type → grey chip ("string", "boolean", …)
25
+ * - `required` boolean → red "required" pill
26
+ * - `default` pre-fills the input's value
27
+ * - `prefix` static text shown inside the input before the field
28
+ * (e.g. "Bearer" for an Authorization header)
29
+ * - `placeholder` input placeholder (defaults to `enter <name>`)
30
+ * - `value`/`onChange` optional controlled-input wiring; uncontrolled
31
+ * otherwise
32
+ * - `children` description block
33
+ */
34
+
35
+ export default function ApiField({
36
+ name,
37
+ type,
38
+ required = false,
39
+ default: defaultValue,
40
+ prefix,
41
+ placeholder,
42
+ value,
43
+ onChange,
44
+ children,
45
+ className = '',
46
+ ...rest
47
+ }) {
48
+ const inputId = useId();
49
+ const controlled = value !== undefined;
50
+ return (
51
+ <div className={`velu-api-field ${className}`.trim()} {...rest}>
52
+ <div className="velu-api-field__info">
53
+ <Cluster space="var(--s-1)" align="baseline">
54
+ <label className="velu-api-field__name" htmlFor={inputId}>
55
+ {name}
56
+ </label>
57
+ {type != null && (
58
+ <span className="velu-api-field__chip">{type}</span>
59
+ )}
60
+ {required && (
61
+ <span className="velu-api-field__required">required</span>
62
+ )}
63
+ </Cluster>
64
+ {children != null && children !== false && (
65
+ <div className="velu-api-field__desc">{children}</div>
66
+ )}
67
+ </div>
68
+ <div className="velu-api-field__control">
69
+ {prefix != null && (
70
+ <span className="velu-api-field__prefix">{prefix}</span>
71
+ )}
72
+ <input
73
+ id={inputId}
74
+ className="velu-api-field__input"
75
+ type="text"
76
+ placeholder={placeholder ?? `enter ${name}`}
77
+ {...(controlled
78
+ ? { value, onChange }
79
+ : {
80
+ defaultValue:
81
+ defaultValue != null ? String(defaultValue) : undefined,
82
+ })}
83
+ />
84
+ </div>
85
+ </div>
86
+ );
87
+ }
@@ -1,63 +1,63 @@
1
- import React from 'react';
2
- import Cluster from '../primitives/Cluster.jsx';
3
-
4
- /**
5
- * ApiPath — monospace URL path renderer. The path is split into two
6
- * kinds of segments and laid out via <Cluster>:
7
- *
8
- * - hardcoded segment the static chunks ("/project/preview/")
9
- * - dynamic segment the {param} placeholders (rendered as
10
- * method-tinted pills)
11
- *
12
- * <ApiPath method="POST" path="/project/preview/{projectId}" />
13
- * → [ "/project/preview/" ] [ {projectId} ]
14
- *
15
- * Hardcoded chunks stay intact (never break mid-text), so narrow widths
16
- * wrap between segments rather than mid-word. Dynamic pills wrap to a
17
- * new line as a unit.
18
- */
19
-
20
- const METHODS = ['get', 'post', 'put', 'patch', 'delete'];
21
-
22
- export default function ApiPath({
23
- method = 'GET',
24
- path = '',
25
- className = '',
26
- ...rest
27
- }) {
28
- const key = String(method).toLowerCase();
29
- const safe = METHODS.includes(key) ? key : 'get';
30
-
31
- // Split only on {param} groups — keep the hardcoded text between
32
- // params as single segments so narrow-width wrapping breaks at the
33
- // segment boundary, never mid-word.
34
- const tokens = String(path).split(/(\{[^}]+\})/).filter(Boolean);
35
-
36
- return (
37
- <Cluster
38
- as="span"
39
- space="var(--s-2)"
40
- align="center"
41
- className={`velu-api-path ${className}`.trim()}
42
- {...rest}
43
- >
44
- {tokens.map((tok, i) => {
45
- if (tok.startsWith('{') && tok.endsWith('}')) {
46
- return (
47
- <span
48
- key={i}
49
- className={`velu-api-path__param velu-api-path__param--${safe}`}
50
- >
51
- {tok}
52
- </span>
53
- );
54
- }
55
- return (
56
- <span key={i} className="velu-api-path__segment">
57
- {tok}
58
- </span>
59
- );
60
- })}
61
- </Cluster>
62
- );
63
- }
1
+ import React from 'react';
2
+ import Cluster from '../primitives/Cluster.jsx';
3
+
4
+ /**
5
+ * ApiPath — monospace URL path renderer. The path is split into two
6
+ * kinds of segments and laid out via <Cluster>:
7
+ *
8
+ * - hardcoded segment the static chunks ("/project/preview/")
9
+ * - dynamic segment the {param} placeholders (rendered as
10
+ * method-tinted pills)
11
+ *
12
+ * <ApiPath method="POST" path="/project/preview/{projectId}" />
13
+ * → [ "/project/preview/" ] [ {projectId} ]
14
+ *
15
+ * Hardcoded chunks stay intact (never break mid-text), so narrow widths
16
+ * wrap between segments rather than mid-word. Dynamic pills wrap to a
17
+ * new line as a unit.
18
+ */
19
+
20
+ const METHODS = ['get', 'post', 'put', 'patch', 'delete'];
21
+
22
+ export default function ApiPath({
23
+ method = 'GET',
24
+ path = '',
25
+ className = '',
26
+ ...rest
27
+ }) {
28
+ const key = String(method).toLowerCase();
29
+ const safe = METHODS.includes(key) ? key : 'get';
30
+
31
+ // Split only on {param} groups — keep the hardcoded text between
32
+ // params as single segments so narrow-width wrapping breaks at the
33
+ // segment boundary, never mid-word.
34
+ const tokens = String(path).split(/(\{[^}]+\})/).filter(Boolean);
35
+
36
+ return (
37
+ <Cluster
38
+ as="span"
39
+ space="var(--s-2)"
40
+ align="center"
41
+ className={`velu-api-path ${className}`.trim()}
42
+ {...rest}
43
+ >
44
+ {tokens.map((tok, i) => {
45
+ if (tok.startsWith('{') && tok.endsWith('}')) {
46
+ return (
47
+ <span
48
+ key={i}
49
+ className={`velu-api-path__param velu-api-path__param--${safe}`}
50
+ >
51
+ {tok}
52
+ </span>
53
+ );
54
+ }
55
+ return (
56
+ <span key={i} className="velu-api-path__segment">
57
+ {tok}
58
+ </span>
59
+ );
60
+ })}
61
+ </Cluster>
62
+ );
63
+ }