@intlayer/design-system 9.2.0 → 9.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.
- package/README.md +22 -22
- package/dist/esm/api/hooks/utils.mjs +2 -1
- package/dist/esm/api/hooks/utils.mjs.map +1 -1
- package/dist/esm/api/useAuth/useOAuth2.mjs +13 -3
- package/dist/esm/api/useAuth/useOAuth2.mjs.map +1 -1
- package/dist/esm/api/useAuth/useSession.mjs +6 -4
- package/dist/esm/api/useAuth/useSession.mjs.map +1 -1
- package/dist/esm/components/Accordion/Accordion.mjs +1 -1
- package/dist/esm/components/Avatar/index.mjs +1 -1
- package/dist/esm/components/Badge/index.mjs +1 -1
- package/dist/esm/components/Breadcrumb/index.mjs +1 -1
- package/dist/esm/components/Browser/Browser.mjs +1 -1
- package/dist/esm/components/Button/Button.mjs +1 -1
- package/dist/esm/components/Carousel/index.mjs +1 -1
- package/dist/esm/components/CollapsibleTable/CollapsibleTable.mjs +1 -1
- package/dist/esm/components/Command/index.mjs +1 -1
- package/dist/esm/components/Container/index.mjs +1 -1
- package/dist/esm/components/ContentEditor/ContentEditor.mjs +1 -1
- package/dist/esm/components/ContentEditor/ContentEditorInput.mjs +1 -1
- package/dist/esm/components/ContentEditor/ContentEditorTextArea.mjs +1 -1
- package/dist/esm/components/CopyButton/index.mjs +1 -1
- package/dist/esm/components/CopyToClipboard/index.mjs +1 -1
- package/dist/esm/components/DictionaryEditor/NodeWrapper/BooleanWrapper.mjs +2 -1
- package/dist/esm/components/DictionaryEditor/NodeWrapper/BooleanWrapper.mjs.map +1 -1
- package/dist/esm/components/DictionaryEditor/NodeWrapper/NumberWrapper.mjs +2 -1
- package/dist/esm/components/DictionaryEditor/NodeWrapper/NumberWrapper.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs +8 -7
- package/dist/esm/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +7 -4
- package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/NodeTypeSelector.mjs +2 -1
- package/dist/esm/components/DictionaryFieldEditor/NodeTypeSelector.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/StructureEditor.mjs +2 -1
- package/dist/esm/components/DictionaryFieldEditor/StructureEditor.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs +1 -1
- package/dist/esm/components/EditableField/EditableFieldInput.mjs +6 -5
- package/dist/esm/components/EditableField/EditableFieldInput.mjs.map +1 -1
- package/dist/esm/components/EditableField/EditableFieldLayout.mjs +1 -1
- package/dist/esm/components/EditableField/EditableFieldTextArea.mjs +2 -1
- package/dist/esm/components/EditableField/EditableFieldTextArea.mjs.map +1 -1
- package/dist/esm/components/Form/elements/OTPElement.mjs +1 -1
- package/dist/esm/components/HTMLRender/HTMLRender.mjs +5 -3
- package/dist/esm/components/HTMLRender/HTMLRender.mjs.map +1 -1
- package/dist/esm/components/HideShow/index.mjs +1 -1
- package/dist/esm/components/IDE/Code.mjs.map +1 -1
- package/dist/esm/components/IDE/CodeBlockClient.mjs.map +1 -1
- package/dist/esm/components/IDE/CodeBlockHighlight.mjs +3 -14
- package/dist/esm/components/IDE/CodeBlockHighlight.mjs.map +1 -1
- package/dist/esm/components/IDE/CodeBlockServer.mjs +14 -12
- package/dist/esm/components/IDE/CodeBlockServer.mjs.map +1 -1
- package/dist/esm/components/IDE/CodeBlockShiki.mjs +32 -86
- package/dist/esm/components/IDE/CodeBlockShiki.mjs.map +1 -1
- package/dist/esm/components/IDE/FileTree.mjs +3 -2
- package/dist/esm/components/IDE/FileTree.mjs.map +1 -1
- package/dist/esm/components/IDE/MarkDownRender.mjs.map +1 -1
- package/dist/esm/components/IDE/shikiLanguages.mjs +122 -0
- package/dist/esm/components/IDE/shikiLanguages.mjs.map +1 -0
- package/dist/esm/components/Input/Checkbox.mjs +1 -1
- package/dist/esm/components/Input/Input.mjs +1 -1
- package/dist/esm/components/Input/InputPassword.mjs +1 -1
- package/dist/esm/components/Input/OTPInput.mjs +5 -4
- package/dist/esm/components/Input/OTPInput.mjs.map +1 -1
- package/dist/esm/components/Input/Radio.mjs +1 -1
- package/dist/esm/components/Input/SearchInput.mjs +1 -1
- package/dist/esm/components/LanguageBackground/LanguageBackground.mjs +2 -1
- package/dist/esm/components/LanguageBackground/LanguageBackground.mjs.map +1 -1
- package/dist/esm/components/Link/Link.mjs +1 -1
- package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +7 -6
- package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs.map +1 -1
- package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +1 -1
- package/dist/esm/components/MarkDownRender/MarkDownIframe.mjs +1 -1
- package/dist/esm/components/MarkDownRender/MarkDownRender.mjs +12 -7
- package/dist/esm/components/MarkDownRender/MarkDownRender.mjs.map +1 -1
- package/dist/esm/components/MarkdownEditor/generative/AICompletionCommands.mjs +1 -1
- package/dist/esm/components/MarkdownEditor/generative/AISelector.mjs +1 -1
- package/dist/esm/components/MarkdownEditor/generative/AISelectorCommands.mjs +1 -1
- package/dist/esm/components/MarkdownEditor/generative/GenerativeMenuSwitch.mjs +1 -1
- package/dist/esm/components/MarkdownEditor/selectors/ColorSelector.mjs +1 -1
- package/dist/esm/components/MarkdownEditor/selectors/LinkSelector.mjs +1 -1
- package/dist/esm/components/MarkdownEditor/selectors/NodeSelector.mjs +1 -1
- package/dist/esm/components/MarkdownEditor/selectors/TextButtons.mjs +1 -1
- package/dist/esm/components/MarkdownEditor/slashCommand.mjs +1 -1
- package/dist/esm/components/Modal/Modal.mjs +3 -3
- package/dist/esm/components/Navbar/MobileNavbar.mjs +1 -1
- package/dist/esm/components/Pagination/Pagination.mjs +2 -2
- package/dist/esm/components/PressableSpan/PressableSpan.mjs +0 -2
- package/dist/esm/components/PressableSpan/PressableSpan.mjs.map +1 -1
- package/dist/esm/components/RightDrawer/RightDrawer.mjs +4 -4
- package/dist/esm/components/Select/Multiselect.mjs +3 -5
- package/dist/esm/components/Select/Multiselect.mjs.map +1 -1
- package/dist/esm/components/Select/Select.mjs +1 -1
- package/dist/esm/components/SwitchSelector/SwitchSelector.mjs +1 -1
- package/dist/esm/components/SwitchSelector/VerticalSwitchSelector.mjs +1 -1
- package/dist/esm/components/Tab/Tab.mjs +2 -2
- package/dist/esm/components/TabSelector/TabSelector.mjs +1 -1
- package/dist/esm/components/Table/ExpandButton.mjs +1 -1
- package/dist/esm/components/Tag/index.mjs +1 -1
- package/dist/esm/components/Terminal/Terminal.mjs +7 -5
- package/dist/esm/components/Terminal/Terminal.mjs.map +1 -1
- package/dist/esm/components/TextArea/AutocompleteTextArea.mjs +6 -3
- package/dist/esm/components/TextArea/AutocompleteTextArea.mjs.map +1 -1
- package/dist/esm/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs +1 -1
- package/dist/esm/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs +1 -1
- package/dist/esm/components/Toaster/Toast.mjs +1 -1
- package/dist/esm/components/Toaster/useToast.mjs +1 -1
- package/dist/esm/components/Toaster/useToast.mjs.map +1 -1
- package/dist/esm/hooks/index.mjs +8 -8
- package/dist/esm/hooks/useScrollDetection.mjs +4 -2
- package/dist/esm/hooks/useScrollDetection.mjs.map +1 -1
- package/dist/esm/providers/DeferredAuthProvider.mjs +75 -0
- package/dist/esm/providers/DeferredAuthProvider.mjs.map +1 -0
- package/dist/esm/providers/ReactQueryProvider.mjs +4 -4
- package/dist/esm/providers/ReactQueryProvider.mjs.map +1 -1
- package/dist/esm/providers/index.mjs +2 -1
- package/dist/esm/routes.mjs +27 -11
- package/dist/esm/routes.mjs.map +1 -1
- package/dist/esm/structured-data/buildAuthorJsonLd.mjs +6 -3
- package/dist/esm/structured-data/buildAuthorJsonLd.mjs.map +1 -1
- package/dist/esm/structured-data/buildBreadcrumbsJsonLd.mjs +4 -1
- package/dist/esm/structured-data/buildBreadcrumbsJsonLd.mjs.map +1 -1
- package/dist/esm/structured-data/buildCreativeWorkJsonLd.mjs +17 -4
- package/dist/esm/structured-data/buildCreativeWorkJsonLd.mjs.map +1 -1
- package/dist/esm/structured-data/buildOrganizationJsonLd.mjs +27 -21
- package/dist/esm/structured-data/buildOrganizationJsonLd.mjs.map +1 -1
- package/dist/esm/structured-data/buildProductJsonLd.mjs +5 -2
- package/dist/esm/structured-data/buildProductJsonLd.mjs.map +1 -1
- package/dist/esm/structured-data/buildSoftwareApplicationJsonLd.mjs +59 -51
- package/dist/esm/structured-data/buildSoftwareApplicationJsonLd.mjs.map +1 -1
- package/dist/esm/structured-data/buildWebsiteJsonLd.mjs +31 -25
- package/dist/esm/structured-data/buildWebsiteJsonLd.mjs.map +1 -1
- package/dist/esm/structured-data/index.mjs +2 -1
- package/dist/esm/structured-data/normalizeJsonLdUrl.mjs +34 -0
- package/dist/esm/structured-data/normalizeJsonLdUrl.mjs.map +1 -0
- package/dist/esm/tailwind.config.mjs +4 -2
- package/dist/esm/tailwind.config.mjs.map +1 -1
- package/dist/types/api/index.d.ts +2 -2
- package/dist/types/api/useAuth/index.d.ts +2 -2
- package/dist/types/api/useAuth/useOAuth2.d.ts +12 -3
- package/dist/types/api/useAuth/useOAuth2.d.ts.map +1 -1
- package/dist/types/api/useAuth/useSession.d.ts.map +1 -1
- package/dist/types/components/IDE/Code.d.ts +2 -2
- package/dist/types/components/IDE/CodeBlockClient.d.ts +2 -2
- package/dist/types/components/IDE/CodeBlockHighlight.d.ts +2 -2
- package/dist/types/components/IDE/CodeBlockHighlight.d.ts.map +1 -1
- package/dist/types/components/IDE/CodeBlockShiki.d.ts +2 -2
- package/dist/types/components/IDE/CodeBlockShiki.d.ts.map +1 -1
- package/dist/types/components/IDE/index.d.ts +2 -1
- package/dist/types/components/IDE/shikiLanguages.d.ts +138 -0
- package/dist/types/components/IDE/shikiLanguages.d.ts.map +1 -0
- package/dist/types/components/index.d.ts +2 -1
- package/dist/types/providers/DeferredAuthProvider.d.ts +33 -0
- package/dist/types/providers/DeferredAuthProvider.d.ts.map +1 -0
- package/dist/types/providers/index.d.ts +2 -1
- package/dist/types/routes.d.ts +32 -16
- package/dist/types/routes.d.ts.map +1 -1
- package/dist/types/structured-data/buildAuthorJsonLd.d.ts.map +1 -1
- package/dist/types/structured-data/buildBreadcrumbsJsonLd.d.ts.map +1 -1
- package/dist/types/structured-data/buildCreativeWorkJsonLd.d.ts.map +1 -1
- package/dist/types/structured-data/buildOrganizationJsonLd.d.ts.map +1 -1
- package/dist/types/structured-data/buildProductJsonLd.d.ts.map +1 -1
- package/dist/types/structured-data/buildSoftwareApplicationJsonLd.d.ts.map +1 -1
- package/dist/types/structured-data/buildWebsiteJsonLd.d.ts.map +1 -1
- package/dist/types/structured-data/index.d.ts +2 -1
- package/dist/types/structured-data/normalizeJsonLdUrl.d.ts +28 -0
- package/dist/types/structured-data/normalizeJsonLdUrl.d.ts.map +1 -0
- package/package.json +45 -45
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeBlockHighlight.d.ts","names":[],"sources":["../../../../src/components/IDE/CodeBlockHighlight.tsx"],"mappings":";;;;KAcK;;EAEH,UAAU;;EAEV,cAAc;;EAEd,cAAc,QAAQ;EACtB;;
|
|
1
|
+
{"version":3,"file":"CodeBlockHighlight.d.ts","names":[],"sources":["../../../../src/components/IDE/CodeBlockHighlight.tsx"],"mappings":";;;;KAcK;;EAEH,UAAU;;EAEV,cAAc;;EAEd,cAAc,QAAQ;EACtB;;cAGW,uBAAkB,UAAA,cAAA,cAAA,cAK5B,0BAAK,IAAA"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
import { CodeLanguage } from "./shikiLanguages.js";
|
|
1
2
|
import { FC, ReactNode } from "react";
|
|
2
|
-
import { BundledLanguage } from "shiki/bundle/web";
|
|
3
3
|
//#region src/components/IDE/CodeBlockShiki.d.ts
|
|
4
4
|
type CodeBlockShikiProps = {
|
|
5
5
|
children: ReactNode;
|
|
6
|
-
lang:
|
|
6
|
+
lang: CodeLanguage;
|
|
7
7
|
isDarkMode?: boolean;
|
|
8
8
|
};
|
|
9
9
|
declare const CodeBlockShiki: FC<CodeBlockShikiProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeBlockShiki.d.ts","names":[],"sources":["../../../../src/components/IDE/CodeBlockShiki.tsx"],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"CodeBlockShiki.d.ts","names":[],"sources":["../../../../src/components/IDE/CodeBlockShiki.tsx"],"mappings":";;;KA4HY;EACV,UAAU;EACV,MAAM;EACN;;cAGW,gBAAgB,GAAG"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { CodeLanguage } from "./shikiLanguages.js";
|
|
1
2
|
import { Code, CodeCompAttributes } from "./Code.js";
|
|
2
|
-
import { CodeBlock, CodeBlockProps, CodeDefault
|
|
3
|
+
import { CodeBlock, CodeBlockProps, CodeDefault } from "./CodeBlockClient.js";
|
|
3
4
|
import { FileList, FileListProps } from "./FileList.js";
|
|
4
5
|
import { IDE, IDEProps } from "./IDE.js";
|
|
5
6
|
export { Code, CodeBlock, CodeBlockProps, CodeCompAttributes, CodeDefault, type CodeLanguage, FileList, FileListProps, IDE, IDEProps };
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
//#region src/components/IDE/shikiLanguages.d.ts
|
|
2
|
+
/**
|
|
3
|
+
* Grammar registrations, as default-exported by the `shiki/langs/*` modules.
|
|
4
|
+
*/
|
|
5
|
+
type LanguageGrammar = typeof import('shiki/langs/typescript.mjs')['default'];
|
|
6
|
+
/**
|
|
7
|
+
* Loads a single Shiki grammar (and its embedded dependencies).
|
|
8
|
+
*/
|
|
9
|
+
type GrammarLoader = () => Promise<{
|
|
10
|
+
default: LanguageGrammar;
|
|
11
|
+
}>;
|
|
12
|
+
/**
|
|
13
|
+
* Shiki grammar loaders, keyed by the canonical Shiki language id.
|
|
14
|
+
*
|
|
15
|
+
* Import specifiers are written as literals (never template strings) so that
|
|
16
|
+
* bundlers can statically analyse them and emit one lazily fetched chunk per
|
|
17
|
+
* grammar instead of bundling every language up front.
|
|
18
|
+
*/
|
|
19
|
+
declare const grammarLoaders: {
|
|
20
|
+
'angular-html': () => Promise<typeof import("shiki/langs/angular-html.mjs")>;
|
|
21
|
+
'angular-ts': () => Promise<typeof import("shiki/langs/angular-ts.mjs")>;
|
|
22
|
+
astro: () => Promise<typeof import("shiki/langs/astro.mjs")>;
|
|
23
|
+
bash: () => Promise<typeof import("shiki/langs/bash.mjs")>;
|
|
24
|
+
c: () => Promise<typeof import("shiki/langs/c.mjs")>;
|
|
25
|
+
cpp: () => Promise<typeof import("shiki/langs/cpp.mjs")>;
|
|
26
|
+
csharp: () => Promise<typeof import("shiki/langs/csharp.mjs")>;
|
|
27
|
+
css: () => Promise<typeof import("shiki/langs/css.mjs")>;
|
|
28
|
+
csv: () => Promise<typeof import("shiki/langs/csv.mjs")>;
|
|
29
|
+
dart: () => Promise<typeof import("shiki/langs/dart.mjs")>;
|
|
30
|
+
diff: () => Promise<typeof import("shiki/langs/diff.mjs")>;
|
|
31
|
+
docker: () => Promise<typeof import("shiki/langs/docker.mjs")>;
|
|
32
|
+
go: () => Promise<typeof import("shiki/langs/go.mjs")>;
|
|
33
|
+
graphql: () => Promise<typeof import("shiki/langs/graphql.mjs")>;
|
|
34
|
+
html: () => Promise<typeof import("shiki/langs/html.mjs")>;
|
|
35
|
+
http: () => Promise<typeof import("shiki/langs/http.mjs")>;
|
|
36
|
+
ini: () => Promise<typeof import("shiki/langs/ini.mjs")>;
|
|
37
|
+
java: () => Promise<typeof import("shiki/langs/java.mjs")>;
|
|
38
|
+
javascript: () => Promise<typeof import("shiki/langs/javascript.mjs")>;
|
|
39
|
+
json: () => Promise<typeof import("shiki/langs/json.mjs")>;
|
|
40
|
+
json5: () => Promise<typeof import("shiki/langs/json5.mjs")>;
|
|
41
|
+
kotlin: () => Promise<typeof import("shiki/langs/kotlin.mjs")>;
|
|
42
|
+
less: () => Promise<typeof import("shiki/langs/less.mjs")>;
|
|
43
|
+
lua: () => Promise<typeof import("shiki/langs/lua.mjs")>;
|
|
44
|
+
markdown: () => Promise<typeof import("shiki/langs/markdown.mjs")>;
|
|
45
|
+
nginx: () => Promise<typeof import("shiki/langs/nginx.mjs")>;
|
|
46
|
+
php: () => Promise<typeof import("shiki/langs/php.mjs")>;
|
|
47
|
+
powershell: () => Promise<typeof import("shiki/langs/powershell.mjs")>;
|
|
48
|
+
prisma: () => Promise<typeof import("shiki/langs/prisma.mjs")>;
|
|
49
|
+
python: () => Promise<typeof import("shiki/langs/python.mjs")>;
|
|
50
|
+
ruby: () => Promise<typeof import("shiki/langs/ruby.mjs")>;
|
|
51
|
+
rust: () => Promise<typeof import("shiki/langs/rust.mjs")>;
|
|
52
|
+
scss: () => Promise<typeof import("shiki/langs/scss.mjs")>;
|
|
53
|
+
sql: () => Promise<typeof import("shiki/langs/sql.mjs")>;
|
|
54
|
+
svelte: () => Promise<typeof import("shiki/langs/svelte.mjs")>;
|
|
55
|
+
swift: () => Promise<typeof import("shiki/langs/swift.mjs")>;
|
|
56
|
+
toml: () => Promise<typeof import("shiki/langs/toml.mjs")>;
|
|
57
|
+
tsx: () => Promise<typeof import("shiki/langs/tsx.mjs")>;
|
|
58
|
+
typescript: () => Promise<typeof import("shiki/langs/typescript.mjs")>;
|
|
59
|
+
vue: () => Promise<typeof import("shiki/langs/vue.mjs")>;
|
|
60
|
+
xml: () => Promise<typeof import("shiki/langs/xml.mjs")>;
|
|
61
|
+
yaml: () => Promise<typeof import("shiki/langs/yaml.mjs")>;
|
|
62
|
+
};
|
|
63
|
+
/** Canonical Shiki language ids this package can highlight. */
|
|
64
|
+
type ShikiLanguageId = keyof typeof grammarLoaders;
|
|
65
|
+
/** Every canonical language id that ships with a grammar loader. */
|
|
66
|
+
declare const shikiLanguageIds: ShikiLanguageId[];
|
|
67
|
+
/**
|
|
68
|
+
* Code fence names that are rendered by another grammar, mapped to the
|
|
69
|
+
* canonical id that actually owns the grammar.
|
|
70
|
+
*/
|
|
71
|
+
declare const grammarAliases: {
|
|
72
|
+
'c#': "csharp";
|
|
73
|
+
'c++': "cpp";
|
|
74
|
+
cjs: "javascript";
|
|
75
|
+
console: "bash";
|
|
76
|
+
cs: "csharp";
|
|
77
|
+
cts: "typescript";
|
|
78
|
+
dockerfile: "docker";
|
|
79
|
+
golang: "go";
|
|
80
|
+
gql: "graphql";
|
|
81
|
+
htm: "html";
|
|
82
|
+
js: "javascript";
|
|
83
|
+
jsonc: "json5";
|
|
84
|
+
jsx: "tsx";
|
|
85
|
+
kt: "kotlin";
|
|
86
|
+
md: "markdown";
|
|
87
|
+
mdx: "markdown";
|
|
88
|
+
mjs: "javascript";
|
|
89
|
+
mts: "typescript";
|
|
90
|
+
postcss: "css";
|
|
91
|
+
ps1: "powershell";
|
|
92
|
+
pwsh: "powershell";
|
|
93
|
+
py: "python";
|
|
94
|
+
rb: "ruby";
|
|
95
|
+
rs: "rust";
|
|
96
|
+
sh: "bash";
|
|
97
|
+
shell: "bash";
|
|
98
|
+
shellscript: "bash";
|
|
99
|
+
ts: "typescript";
|
|
100
|
+
yml: "yaml";
|
|
101
|
+
zsh: "bash";
|
|
102
|
+
};
|
|
103
|
+
/** Code fence names accepted as aliases of a canonical language id. */
|
|
104
|
+
type ShikiLanguageAlias = keyof typeof grammarAliases;
|
|
105
|
+
/**
|
|
106
|
+
* Languages Shiki renders without any grammar. They are also used as the
|
|
107
|
+
* fallback for languages this package does not ship a grammar for.
|
|
108
|
+
*/
|
|
109
|
+
type PlainTextLanguage = 'plaintext' | 'text' | 'txt';
|
|
110
|
+
/** Every language name accepted by the code block components. */
|
|
111
|
+
type CodeLanguage = ShikiLanguageId | ShikiLanguageAlias | PlainTextLanguage;
|
|
112
|
+
/**
|
|
113
|
+
* A language name resolved to what Shiki actually needs to highlight it.
|
|
114
|
+
*/
|
|
115
|
+
type ResolvedCodeLanguage = {
|
|
116
|
+
/** Canonical language id to pass to `codeToHtml` / `codeToHast`. */
|
|
117
|
+
id: ShikiLanguageId | PlainTextLanguage;
|
|
118
|
+
/** Grammar loader, or `null` when the language needs no grammar. */
|
|
119
|
+
loadGrammar: GrammarLoader | null;
|
|
120
|
+
};
|
|
121
|
+
/**
|
|
122
|
+
* Resolve a code fence language name to a canonical Shiki id and its grammar
|
|
123
|
+
* loader.
|
|
124
|
+
*
|
|
125
|
+
* Unknown names resolve to plain text rather than to an arbitrary grammar, so
|
|
126
|
+
* that `codeToHtml` never receives a language it has not loaded.
|
|
127
|
+
*
|
|
128
|
+
* @param language - Language name coming from a code fence or a `lang` prop.
|
|
129
|
+
*
|
|
130
|
+
* @example
|
|
131
|
+
* resolveCodeLanguage('ts'); // { id: 'typescript', loadGrammar: fn }
|
|
132
|
+
* resolveCodeLanguage('toml'); // { id: 'toml', loadGrammar: fn }
|
|
133
|
+
* resolveCodeLanguage('brainfuck'); // { id: 'plaintext', loadGrammar: null }
|
|
134
|
+
*/
|
|
135
|
+
declare const resolveCodeLanguage: (language: CodeLanguage | string | undefined | null) => ResolvedCodeLanguage;
|
|
136
|
+
//#endregion
|
|
137
|
+
export { CodeLanguage, GrammarLoader, LanguageGrammar, PlainTextLanguage, ResolvedCodeLanguage, ShikiLanguageAlias, ShikiLanguageId, resolveCodeLanguage, shikiLanguageIds };
|
|
138
|
+
//# sourceMappingURL=shikiLanguages.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shikiLanguages.d.ts","names":[],"sources":["../../../../src/components/IDE/shikiLanguages.ts"],"mappings":";;;;KAGY;;;;KAMA,sBAAsB;EAAU,SAAS;;;;;;;;;cAS/C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA8CM,+BAA+B;;cAG9B,kBAER;;;;;cAMC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAkCM,kCAAkC;;;;;KAMlC;;KAKA,eACR,kBACA,qBACA;;;;KAKQ;;EAEV,IAAI,kBAAkB;;EAEtB,aAAa;;;;;;;;;;;;;;;;cAiBF,sBAAmB,UACpB,6CACT"}
|
|
@@ -88,8 +88,9 @@ import "./HTMLRender/index.js";
|
|
|
88
88
|
import { H1, H2, H3, H4, H5, H6, HeadingProps } from "./Headers/index.js";
|
|
89
89
|
import { HeightResizer } from "./HeightResizer/index.js";
|
|
90
90
|
import { HideShow, HideShowProps } from "./HideShow/index.js";
|
|
91
|
+
import { CodeLanguage } from "./IDE/shikiLanguages.js";
|
|
91
92
|
import { Code, CodeCompAttributes } from "./IDE/Code.js";
|
|
92
|
-
import { CodeBlock, CodeBlockProps, CodeDefault
|
|
93
|
+
import { CodeBlock, CodeBlockProps, CodeDefault } from "./IDE/CodeBlockClient.js";
|
|
93
94
|
import { FileList, FileListProps } from "./IDE/FileList.js";
|
|
94
95
|
import { IDE, IDEProps } from "./IDE/IDE.js";
|
|
95
96
|
import "./IDE/index.js";
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { FC, PropsWithChildren } from "react";
|
|
2
|
+
//#region src/providers/DeferredAuthProvider.d.ts
|
|
3
|
+
/**
|
|
4
|
+
* Delays the auth queries until the page has finished loading.
|
|
5
|
+
*
|
|
6
|
+
* On a content site the session is not a precondition for rendering: nothing
|
|
7
|
+
* above the fold depends on it, yet `useIntlayerAPI` pulls `useAuth` in
|
|
8
|
+
* transitively, so an OAuth token request and a `get-session` request are
|
|
9
|
+
* issued during hydration. Both compete with the route chunks for bandwidth and
|
|
10
|
+
* main-thread time exactly when the page is trying to become interactive.
|
|
11
|
+
*
|
|
12
|
+
* Wrapping the tree in this provider keeps those queries disabled until the
|
|
13
|
+
* `load` event has fired and the main thread is idle, so they run on a quiet
|
|
14
|
+
* connection instead of the critical path. Anything that reads the session
|
|
15
|
+
* simply sees `undefined` (its normal loading state) until then.
|
|
16
|
+
*
|
|
17
|
+
* @example
|
|
18
|
+
* ```tsx
|
|
19
|
+
* <ReactQueryProvider>
|
|
20
|
+
* <DeferredAuthProvider>{children}</DeferredAuthProvider>
|
|
21
|
+
* </ReactQueryProvider>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
declare const DeferredAuthProvider: FC<PropsWithChildren>;
|
|
25
|
+
/**
|
|
26
|
+
* Returns whether auth queries are allowed to run.
|
|
27
|
+
*
|
|
28
|
+
* `true` unless a {@link DeferredAuthProvider} above is still holding them back.
|
|
29
|
+
*/
|
|
30
|
+
declare const useIsAuthFetchEnabled: () => boolean;
|
|
31
|
+
//#endregion
|
|
32
|
+
export { DeferredAuthProvider, useIsAuthFetchEnabled };
|
|
33
|
+
//# sourceMappingURL=DeferredAuthProvider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeferredAuthProvider.d.ts","names":[],"sources":["../../../src/providers/DeferredAuthProvider.tsx"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;cAyCa,sBAAsB,GAAG;;;;;;cAmDzB"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { DeferredAuthProvider, useIsAuthFetchEnabled } from "./DeferredAuthProvider.js";
|
|
1
2
|
import { ReactQueryProvider, getQueryClient } from "./ReactQueryProvider.js";
|
|
2
3
|
import { ReactQueryDevtools } from "@tanstack/react-query-devtools";
|
|
3
|
-
export { ReactQueryDevtools, ReactQueryProvider, getQueryClient };
|
|
4
|
+
export { DeferredAuthProvider, ReactQueryDevtools, ReactQueryProvider, getQueryClient, useIsAuthFetchEnabled };
|
package/dist/types/routes.d.ts
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
declare const App_Domain: 'app.intlayer.org';
|
|
3
3
|
declare const Website_Domain: 'intlayer.org';
|
|
4
4
|
declare const Showcase_Domain: 'showcase.intlayer.org';
|
|
5
|
+
declare const Backend_Domain: 'back.intlayer.org';
|
|
6
|
+
declare const Mcp_Domain: 'mcp.intlayer.org';
|
|
5
7
|
declare const App_Home_Path: '/';
|
|
6
8
|
declare const App_NotFound_Path: '/404';
|
|
7
9
|
declare const App_Dashboard_Editor_Path: '/editor';
|
|
@@ -108,8 +110,9 @@ declare const Website_Doc_SelfHosting_Path: '/doc/self-hosting';
|
|
|
108
110
|
declare const Website_ReleasesV6_Path: '/doc/releases/v6';
|
|
109
111
|
declare const Website_ReleasesV7_Path: '/doc/releases/v7';
|
|
110
112
|
declare const Website_ReleasesV8_Path: '/doc/releases/v8';
|
|
113
|
+
declare const Website_ReleasesV9_Path: '/doc/releases/v9';
|
|
111
114
|
declare const Website_Doc_Environment_NextJS_Path: '/doc/environment/nextjs';
|
|
112
|
-
declare const Website_Doc_Environment_NextJS_16_Path: '/doc/environment/nextjs
|
|
115
|
+
declare const Website_Doc_Environment_NextJS_16_Path: '/doc/environment/nextjs';
|
|
113
116
|
declare const Website_Doc_Environment_NextJS_15_Path: '/doc/environment/nextjs/15';
|
|
114
117
|
declare const Website_Doc_Environment_NextJS_14_Path: '/doc/environment/nextjs/14';
|
|
115
118
|
declare const Website_Doc_Environment_CRA_Path: '/doc/environment/create-react-app';
|
|
@@ -117,10 +120,10 @@ declare const Website_Doc_Environment_Astro_Path: '/doc/environment/astro';
|
|
|
117
120
|
declare const Website_Doc_Environment_ViteAndReact_Path: '/doc/environment/vite-and-react';
|
|
118
121
|
declare const Website_Doc_Environment_ViteAndReact_ReactRouterV7_Path: '/doc/environment/vite-and-react/react-router-v7';
|
|
119
122
|
declare const Website_Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes_Path: '/doc/environment/vite-and-react/react-router-v7-fs-routes';
|
|
120
|
-
declare const Website_Doc_Environment_Tanstack_Path: '/doc/environment/tanstack';
|
|
121
|
-
declare const Website_Doc_Environment_Lit_Path: '/doc/environment/lit';
|
|
123
|
+
declare const Website_Doc_Environment_Tanstack_Path: '/doc/environment/tanstack-start';
|
|
124
|
+
declare const Website_Doc_Environment_Lit_Path: '/doc/environment/vite-and-lit';
|
|
122
125
|
declare const Website_Doc_Environment_Nodejs_Path: '/doc/concept/cli';
|
|
123
|
-
declare const Website_Doc_Environment_Adonis_Path: '/doc/environment/
|
|
126
|
+
declare const Website_Doc_Environment_Adonis_Path: '/doc/environment/adonisjs';
|
|
124
127
|
declare const Website_Doc_Environment_ViteAndVue_Path: '/doc/environment/vite-and-vue';
|
|
125
128
|
declare const Website_Doc_Environment_ViteAndSolid_Path: '/doc/environment/vite-and-solid';
|
|
126
129
|
declare const Website_Doc_Environment_ViteAndSvelte_Path: '/doc/environment/vite-and-svelte';
|
|
@@ -131,7 +134,7 @@ declare const Website_Doc_Environment_Angular_Path: '/doc/environment/angular';
|
|
|
131
134
|
declare const Website_Doc_Environment_ReactNativeAndExpo_Path: '/doc/environment/react-native-and-expo';
|
|
132
135
|
declare const Website_Doc_Environment_Lynx_Path: '/doc/environment/lynx-and-react';
|
|
133
136
|
declare const Website_Doc_Environment_Express_Path: '/doc/environment/express';
|
|
134
|
-
declare const Website_Doc_Environment_NestJS_Path: '/doc/environment/
|
|
137
|
+
declare const Website_Doc_Environment_NestJS_Path: '/doc/environment/nest';
|
|
135
138
|
declare const Website_Doc_Environment_Fastify_Path: '/doc/environment/fastify';
|
|
136
139
|
declare const Website_Doc_Environment_Hono_Path: '/doc/environment/hono';
|
|
137
140
|
declare const Website_Doc_CLI_Fill_Path: '/doc/concept/cli/fill';
|
|
@@ -174,7 +177,7 @@ declare const Website_ReleasesV6: "https://intlayer.org/doc/releases/v6";
|
|
|
174
177
|
declare const Website_ReleasesV7: "https://intlayer.org/doc/releases/v7";
|
|
175
178
|
declare const Website_ReleasesV8: "https://intlayer.org/doc/releases/v8";
|
|
176
179
|
declare const Website_Doc_Environment_NextJS: "https://intlayer.org/doc/environment/nextjs";
|
|
177
|
-
declare const Website_Doc_Environment_NextJS_16: "https://intlayer.org/doc/environment/nextjs
|
|
180
|
+
declare const Website_Doc_Environment_NextJS_16: "https://intlayer.org/doc/environment/nextjs";
|
|
178
181
|
declare const Website_Doc_Environment_NextJS_15: "https://intlayer.org/doc/environment/nextjs/15";
|
|
179
182
|
declare const Website_Doc_Environment_NextJS_14: "https://intlayer.org/doc/environment/nextjs/14";
|
|
180
183
|
declare const Website_Doc_Environment_CRA: "https://intlayer.org/doc/environment/create-react-app";
|
|
@@ -182,10 +185,10 @@ declare const Website_Doc_Environment_Astro: "https://intlayer.org/doc/environme
|
|
|
182
185
|
declare const Website_Doc_Environment_ViteAndReact: "https://intlayer.org/doc/environment/vite-and-react";
|
|
183
186
|
declare const Website_Doc_Environment_ViteAndReact_ReactRouterV7: "https://intlayer.org/doc/environment/vite-and-react/react-router-v7";
|
|
184
187
|
declare const Website_Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes: "https://intlayer.org/doc/environment/vite-and-react/react-router-v7-fs-routes";
|
|
185
|
-
declare const Website_Doc_Environment_Tanstack: "https://intlayer.org/doc/environment/tanstack";
|
|
186
|
-
declare const Website_Doc_Environment_Lit: "https://intlayer.org/doc/environment/lit";
|
|
188
|
+
declare const Website_Doc_Environment_Tanstack: "https://intlayer.org/doc/environment/tanstack-start";
|
|
189
|
+
declare const Website_Doc_Environment_Lit: "https://intlayer.org/doc/environment/vite-and-lit";
|
|
187
190
|
declare const Website_Doc_Environment_Nodejs: "https://intlayer.org/doc/concept/cli";
|
|
188
|
-
declare const Website_Doc_Environment_Adonis: "https://intlayer.org/doc/environment/
|
|
191
|
+
declare const Website_Doc_Environment_Adonis: "https://intlayer.org/doc/environment/adonisjs";
|
|
189
192
|
declare const Website_Doc_Environment_ViteAndVue: "https://intlayer.org/doc/environment/vite-and-vue";
|
|
190
193
|
declare const Website_Doc_Environment_ViteAndSolid: "https://intlayer.org/doc/environment/vite-and-solid";
|
|
191
194
|
declare const Website_Doc_Environment_ViteAndSvelte: "https://intlayer.org/doc/environment/vite-and-svelte";
|
|
@@ -196,7 +199,7 @@ declare const Website_Doc_Environment_Angular: "https://intlayer.org/doc/environ
|
|
|
196
199
|
declare const Website_Doc_Environment_ReactNativeAndExpo: "https://intlayer.org/doc/environment/react-native-and-expo";
|
|
197
200
|
declare const Website_Doc_Environment_Lynx: "https://intlayer.org/doc/environment/lynx-and-react";
|
|
198
201
|
declare const Website_Doc_Environment_Express: "https://intlayer.org/doc/environment/express";
|
|
199
|
-
declare const Website_Doc_Environment_NestJS: "https://intlayer.org/doc/environment/
|
|
202
|
+
declare const Website_Doc_Environment_NestJS: "https://intlayer.org/doc/environment/nest";
|
|
200
203
|
declare const Website_Doc_Environment_Fastify: "https://intlayer.org/doc/environment/fastify";
|
|
201
204
|
declare const Website_Doc_Environment_Hono: "https://intlayer.org/doc/environment/hono";
|
|
202
205
|
declare const Website_Doc_CLI_Fill: "https://intlayer.org/doc/concept/cli/fill";
|
|
@@ -222,7 +225,7 @@ declare const Doc_ReleasesV6_Path: '/releases/v6';
|
|
|
222
225
|
declare const Doc_ReleasesV7_Path: '/releases/v7';
|
|
223
226
|
declare const Doc_ReleasesV8_Path: '/releases/v8';
|
|
224
227
|
declare const Doc_Environment_NextJS_Path: '/environment/nextjs';
|
|
225
|
-
declare const Doc_Environment_NextJS_16_Path: '/environment/nextjs
|
|
228
|
+
declare const Doc_Environment_NextJS_16_Path: '/environment/nextjs';
|
|
226
229
|
declare const Doc_Environment_NextJS_15_Path: '/environment/nextjs/15';
|
|
227
230
|
declare const Doc_Environment_NextJS_14_Path: '/environment/nextjs/14';
|
|
228
231
|
declare const Doc_Environment_CRA_Path: '/environment/create-react-app';
|
|
@@ -230,10 +233,10 @@ declare const Doc_Environment_Astro_Path: '/environment/astro';
|
|
|
230
233
|
declare const Doc_Environment_ViteAndReact_Path: '/environment/vite-and-react';
|
|
231
234
|
declare const Doc_Environment_ViteAndReact_ReactRouterV7_Path: '/environment/vite-and-react/react-router-v7';
|
|
232
235
|
declare const Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes_Path: '/environment/vite-and-react/react-router-v7-fs-routes';
|
|
233
|
-
declare const Doc_Environment_Tanstack_Path: '/environment/tanstack';
|
|
234
|
-
declare const Doc_Environment_Lit_Path: '/environment/lit';
|
|
236
|
+
declare const Doc_Environment_Tanstack_Path: '/environment/tanstack-start';
|
|
237
|
+
declare const Doc_Environment_Lit_Path: '/environment/vite-and-lit';
|
|
235
238
|
declare const Doc_Environment_Nodejs_Path: '/concept/cli';
|
|
236
|
-
declare const Doc_Environment_Adonis_Path: '/environment/
|
|
239
|
+
declare const Doc_Environment_Adonis_Path: '/environment/adonisjs';
|
|
237
240
|
declare const Doc_Environment_ViteAndVue_Path: '/environment/vite-and-vue';
|
|
238
241
|
declare const Doc_Environment_ViteAndSolid_Path: '/environment/vite-and-solid';
|
|
239
242
|
declare const Doc_Environment_ViteAndSvelte_Path: '/environment/vite-and-svelte';
|
|
@@ -244,7 +247,7 @@ declare const Doc_Environment_Angular_Path: '/environment/angular';
|
|
|
244
247
|
declare const Doc_Environment_ReactNativeAndExpo_Path: '/environment/react-native-and-expo';
|
|
245
248
|
declare const Doc_Environment_Lynx_Path: '/environment/lynx-and-react';
|
|
246
249
|
declare const Doc_Environment_Express_Path: '/environment/express';
|
|
247
|
-
declare const Doc_Environment_NestJS_Path: '/environment/
|
|
250
|
+
declare const Doc_Environment_NestJS_Path: '/environment/nest';
|
|
248
251
|
declare const Doc_Environment_Fastify_Path: '/environment/fastify';
|
|
249
252
|
declare const Doc_Environment_Hono_Path: '/environment/hono';
|
|
250
253
|
declare const Doc_CLI_Fill_Path: '/concept/cli/fill';
|
|
@@ -265,6 +268,19 @@ declare const Showcase_Root_Path: '/';
|
|
|
265
268
|
declare const Showcase_Submit_Path: '/submit';
|
|
266
269
|
declare const Showcase_Root: "https://showcase.intlayer.org";
|
|
267
270
|
declare const Showcase_Submit: "https://showcase.intlayer.org/submit";
|
|
271
|
+
declare const Backend_Root: "https://back.intlayer.org";
|
|
272
|
+
declare const Backend_Health: "https://back.intlayer.org/health";
|
|
273
|
+
declare const Backend_OAuth2_Token: "https://back.intlayer.org/oauth2/token";
|
|
274
|
+
declare const Mcp_Root: "https://mcp.intlayer.org";
|
|
275
|
+
declare const Mcp_Sse: "https://mcp.intlayer.org/sse";
|
|
276
|
+
declare const WellKnown_ApiCatalog_Path: '/.well-known/api-catalog';
|
|
277
|
+
declare const WellKnown_OAuthProtectedResource_Path: '/.well-known/oauth-protected-resource';
|
|
278
|
+
declare const WellKnown_OAuthAuthorizationServer_Path: '/.well-known/oauth-authorization-server';
|
|
279
|
+
declare const WellKnown_McpServerCard_Path: '/.well-known/mcp/server-card.json';
|
|
280
|
+
declare const WellKnown_AgentSkills_Path: '/.well-known/agent-skills';
|
|
281
|
+
declare const WellKnown_AgentSkillsIndex_Path: "/.well-known/agent-skills/index.json";
|
|
282
|
+
declare const AuthMd_Path: '/auth.md';
|
|
283
|
+
declare const LlmsTxt_Path: '/llms.txt';
|
|
268
284
|
declare const External_Github: 'https://github.com/aymericzip/intlayer';
|
|
269
285
|
declare const External_DockerHub_SelfHost: 'https://hub.docker.com/r/aymericzip/intlayer-selfhost';
|
|
270
286
|
declare const External_Github_i18n_benchmark: 'https://github.com/intlayer-org/benchmark-i18n';
|
|
@@ -283,5 +299,5 @@ declare const External_ExampleIntlayerWithViteAndPreact: 'https://github.com/aym
|
|
|
283
299
|
declare const External_ExampleIntlayerWithReactNative: 'https://github.com/aymericzip/intlayer/tree/main/examples/react-native-app';
|
|
284
300
|
declare const External_ExampleIntlayerWithExpress: 'https://github.com/aymericzip/intlayer/tree/main/examples/express-app';
|
|
285
301
|
//#endregion
|
|
286
|
-
export { App_Admin, App_Admin_Affiliate, App_Admin_Affiliate_Path, App_Admin_Dashboard, App_Admin_Dashboard_Path, App_Admin_Discussions, App_Admin_Discussions_Path, App_Admin_Management, App_Admin_Management_Path, App_Admin_Organizations, App_Admin_Organizations_Path, App_Admin_Path, App_Admin_Projects, App_Admin_Projects_Path, App_Admin_PromoCodes, App_Admin_PromoCodes_Path, App_Admin_Reviewers, App_Admin_Reviewers_Path, App_Admin_Users, App_Admin_Users_Path, App_Affiliation, App_Affiliation_Path, App_Auth_AskResetPassword, App_Auth_AskResetPassword_Path, App_Auth_ChangePassword, App_Auth_ChangePassword_Path, App_Auth_Demo_Path, App_Auth_ResetPassword, App_Auth_ResetPassword_Path, App_Auth_SignIn, App_Auth_SignIn_Path, App_Auth_SignUp, App_Auth_SignUp_Path, App_Auth_TwoFactor, App_Auth_TwoFactor_Path, App_Dashboard, App_Dashboard_Analytics, App_Dashboard_Analytics_Path, App_Dashboard_Assets_Path, App_Dashboard_Dictionaries, App_Dashboard_Dictionaries_Path, App_Dashboard_Editor, App_Dashboard_Editor_Path, App_Dashboard_IDE, App_Dashboard_IDE_Path, App_Dashboard_Organization, App_Dashboard_Organization_Path, App_Dashboard_Profile, App_Dashboard_Profile_Path, App_Dashboard_Projects, App_Dashboard_Projects_Path, App_Dashboard_Scanner, App_Dashboard_Scanner_Path, App_Dashboard_Tags, App_Dashboard_Tags_Path, App_Dashboard_Translate, App_Dashboard_Translate_Path, App_Demo, App_Demo_Path, App_Domain, App_Home_Path, App_Init_Path, App_NotFound_Path, App_Onboarding, App_Onboarding_Path, App_Pricing, App_Pricing_Path, App_ReviewerMarketplace, App_ReviewerMarketplace_Dashboard, App_ReviewerMarketplace_Dashboard_Mission_Path, App_ReviewerMarketplace_Dashboard_Path, App_ReviewerMarketplace_Path, App_ReviewerMarketplace_Reviewer_Path, Doc_Blog_Path, Doc_Blog_Root_Path, Doc_Blog_Search_Path, Doc_Blog_What_is_i18n_Path, Doc_CLI_Fill_Path, Doc_CLI_Review_Path, Doc_CLI_Translate_Path, Doc_Chat_Path, Doc_Contributors_Path, Doc_Environment_Adonis_Path, Doc_Environment_Angular_Path, Doc_Environment_Astro_Path, Doc_Environment_CRA_Path, Doc_Environment_Express_Path, Doc_Environment_Fastify_Path, Doc_Environment_Hono_Path, Doc_Environment_Lit_Path, Doc_Environment_Lynx_Path, Doc_Environment_NestJS_Path, Doc_Environment_NextJS_14_Path, Doc_Environment_NextJS_15_Path, Doc_Environment_NextJS_16_Path, Doc_Environment_NextJS_Path, Doc_Environment_Nodejs_Path, Doc_Environment_NuxtAndVue_Path, Doc_Environment_ReactNativeAndExpo_Path, Doc_Environment_Tanstack_Path, Doc_Environment_ViteAndPreact_Path, Doc_Environment_ViteAndReact_Path, Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes_Path, Doc_Environment_ViteAndReact_ReactRouterV7_Path, Doc_Environment_ViteAndSolid_Path, Doc_Environment_ViteAndSvelte_Path, Doc_Environment_ViteAndVue_Path, Doc_FrequentQuestions_Path, Doc_IntlayerCMS_Path, Doc_IntlayerVisualEditor_Path, Doc_Intlayer_with_Lynx_and_React_Path, Doc_MCP_Path, Doc_Path, Doc_PrivacyPolicy_Path, Doc_ReleasesV6_Path, Doc_ReleasesV7_Path, Doc_ReleasesV8_Path, Doc_Root_Path, Doc_Search_Path, Doc_ShowcaseSubmit_Path, Doc_Showcase_Path, Doc_TermsOfService_Path, Doc_Why_Path, External_AI_Landing_Page, External_Discord, External_DockerHub_SelfHost, External_ExampleIntlayerWithExpress, External_ExampleIntlayerWithNextjs, External_ExampleIntlayerWithReactJS, External_ExampleIntlayerWithReactNative, External_ExampleIntlayerWithViteAndPreact, External_ExampleIntlayerWithViteAndReact, External_ExampleIntlayerWithViteAndSolid, External_ExampleIntlayerWithViteAndSvelte, External_ExampleIntlayerWithViteAndVue, External_Examples, External_Github, External_Github_i18n_benchmark, External_LinkedIn, External_ShowcaseApp, Showcase_Domain, Showcase_Root, Showcase_Root_Path, Showcase_Submit, Showcase_Submit_Path, Website_Benchmark, Website_Benchmark_NextJS, Website_Benchmark_NextJS_Path, Website_Benchmark_Path, Website_Benchmark_Tanstack, Website_Benchmark_Tanstack_Path, Website_Blog, Website_Blog_Path, Website_Blog_Root, Website_Blog_Root_Path, Website_Blog_Search, Website_Blog_Search_Path, Website_Blog_What_is_i18n, Website_Blog_What_is_i18n_Path, Website_CMS, Website_CMS_Path, Website_Changelog, Website_Changelog_Path, Website_Contributors, Website_Contributors_Path, Website_Demo, Website_Demo_Path, Website_Doc, Website_Doc_CLI_Fill, Website_Doc_CLI_Fill_Path, Website_Doc_CLI_Review, Website_Doc_CLI_Review_Path, Website_Doc_CLI_Translate, Website_Doc_CLI_Translate_Path, Website_Doc_Chat, Website_Doc_Chat_Path, Website_Doc_Environment_Adonis, Website_Doc_Environment_Adonis_Path, Website_Doc_Environment_Angular, Website_Doc_Environment_Angular_Path, Website_Doc_Environment_Astro, Website_Doc_Environment_Astro_Path, Website_Doc_Environment_CRA, Website_Doc_Environment_CRA_Path, Website_Doc_Environment_Express, Website_Doc_Environment_Express_Path, Website_Doc_Environment_Fastify, Website_Doc_Environment_Fastify_Path, Website_Doc_Environment_Hono, Website_Doc_Environment_Hono_Path, Website_Doc_Environment_Lit, Website_Doc_Environment_Lit_Path, Website_Doc_Environment_Lynx, Website_Doc_Environment_Lynx_Path, Website_Doc_Environment_NestJS, Website_Doc_Environment_NestJS_Path, Website_Doc_Environment_NextJS, Website_Doc_Environment_NextJS_14, Website_Doc_Environment_NextJS_14_Path, Website_Doc_Environment_NextJS_15, Website_Doc_Environment_NextJS_15_Path, Website_Doc_Environment_NextJS_16, Website_Doc_Environment_NextJS_16_Path, Website_Doc_Environment_NextJS_Path, Website_Doc_Environment_Nodejs, Website_Doc_Environment_Nodejs_Path, Website_Doc_Environment_NuxtAndVue, Website_Doc_Environment_NuxtAndVue_Path, Website_Doc_Environment_ReactNativeAndExpo, Website_Doc_Environment_ReactNativeAndExpo_Path, Website_Doc_Environment_Tanstack, Website_Doc_Environment_Tanstack_Path, Website_Doc_Environment_ViteAndPreact, Website_Doc_Environment_ViteAndPreact_Path, Website_Doc_Environment_ViteAndReact, Website_Doc_Environment_ViteAndReact_Path, Website_Doc_Environment_ViteAndReact_ReactRouterV7, Website_Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes, Website_Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes_Path, Website_Doc_Environment_ViteAndReact_ReactRouterV7_Path, Website_Doc_Environment_ViteAndSolid, Website_Doc_Environment_ViteAndSolid_Path, Website_Doc_Environment_ViteAndSvelte, Website_Doc_Environment_ViteAndSvelte_Path, Website_Doc_Environment_ViteAndVue, Website_Doc_Environment_ViteAndVue_Path, Website_Doc_IntlayerCMS, Website_Doc_IntlayerCMS_Path, Website_Doc_IntlayerVisualEditor, Website_Doc_IntlayerVisualEditor_Path, Website_Doc_Intlayer_with_Lynx_and_React, Website_Doc_Intlayer_with_Lynx_and_React_Path, Website_Doc_MCP, Website_Doc_MCP_Path, Website_Doc_Path, Website_Doc_Root, Website_Doc_Root_Path, Website_Doc_Search, Website_Doc_Search_Path, Website_Doc_SelfHosting, Website_Doc_SelfHosting_Path, Website_Doc_Why, Website_Doc_Why_Path, Website_Domain, Website_FrequentQuestions, Website_FrequentQuestions_Path, Website_Home, Website_Home_Path, Website_Markdown_Preview, Website_Markdown_Preview_Path, Website_NotFound, Website_NotFound_Path, Website_Playground, Website_Playground_Path, Website_PrivacyPolicy, Website_PrivacyPolicy_Path, Website_ReleasesV6, Website_ReleasesV6_Path, Website_ReleasesV7, Website_ReleasesV7_Path, Website_ReleasesV8, Website_ReleasesV8_Path, Website_Scanner, Website_Scanner_Path, Website_TMS, Website_TMS_Path, Website_TermsOfService, Website_TermsOfService_Path, Website_Translate, Website_Translate_Path, getAppAdminAffiliateRoute, getAppAdminOrganizationAbsoluteRoute, getAppAdminOrganizationRoute, getAppAdminProjectAbsoluteRoute, getAppAdminProjectRoute, getAppAdminPromoCodeRoute, getAppAdminReviewerRoute, getAppAdminUserAbsoluteRoute, getAppAdminUserRoute, getAppOnboardingFlowAbsoluteRoute, getAppOnboardingFlowRoute, getAppReviewerMissionRoute, getAppReviewerProfileRoute };
|
|
302
|
+
export { App_Admin, App_Admin_Affiliate, App_Admin_Affiliate_Path, App_Admin_Dashboard, App_Admin_Dashboard_Path, App_Admin_Discussions, App_Admin_Discussions_Path, App_Admin_Management, App_Admin_Management_Path, App_Admin_Organizations, App_Admin_Organizations_Path, App_Admin_Path, App_Admin_Projects, App_Admin_Projects_Path, App_Admin_PromoCodes, App_Admin_PromoCodes_Path, App_Admin_Reviewers, App_Admin_Reviewers_Path, App_Admin_Users, App_Admin_Users_Path, App_Affiliation, App_Affiliation_Path, App_Auth_AskResetPassword, App_Auth_AskResetPassword_Path, App_Auth_ChangePassword, App_Auth_ChangePassword_Path, App_Auth_Demo_Path, App_Auth_ResetPassword, App_Auth_ResetPassword_Path, App_Auth_SignIn, App_Auth_SignIn_Path, App_Auth_SignUp, App_Auth_SignUp_Path, App_Auth_TwoFactor, App_Auth_TwoFactor_Path, App_Dashboard, App_Dashboard_Analytics, App_Dashboard_Analytics_Path, App_Dashboard_Assets_Path, App_Dashboard_Dictionaries, App_Dashboard_Dictionaries_Path, App_Dashboard_Editor, App_Dashboard_Editor_Path, App_Dashboard_IDE, App_Dashboard_IDE_Path, App_Dashboard_Organization, App_Dashboard_Organization_Path, App_Dashboard_Profile, App_Dashboard_Profile_Path, App_Dashboard_Projects, App_Dashboard_Projects_Path, App_Dashboard_Scanner, App_Dashboard_Scanner_Path, App_Dashboard_Tags, App_Dashboard_Tags_Path, App_Dashboard_Translate, App_Dashboard_Translate_Path, App_Demo, App_Demo_Path, App_Domain, App_Home_Path, App_Init_Path, App_NotFound_Path, App_Onboarding, App_Onboarding_Path, App_Pricing, App_Pricing_Path, App_ReviewerMarketplace, App_ReviewerMarketplace_Dashboard, App_ReviewerMarketplace_Dashboard_Mission_Path, App_ReviewerMarketplace_Dashboard_Path, App_ReviewerMarketplace_Path, App_ReviewerMarketplace_Reviewer_Path, AuthMd_Path, Backend_Domain, Backend_Health, Backend_OAuth2_Token, Backend_Root, Doc_Blog_Path, Doc_Blog_Root_Path, Doc_Blog_Search_Path, Doc_Blog_What_is_i18n_Path, Doc_CLI_Fill_Path, Doc_CLI_Review_Path, Doc_CLI_Translate_Path, Doc_Chat_Path, Doc_Contributors_Path, Doc_Environment_Adonis_Path, Doc_Environment_Angular_Path, Doc_Environment_Astro_Path, Doc_Environment_CRA_Path, Doc_Environment_Express_Path, Doc_Environment_Fastify_Path, Doc_Environment_Hono_Path, Doc_Environment_Lit_Path, Doc_Environment_Lynx_Path, Doc_Environment_NestJS_Path, Doc_Environment_NextJS_14_Path, Doc_Environment_NextJS_15_Path, Doc_Environment_NextJS_16_Path, Doc_Environment_NextJS_Path, Doc_Environment_Nodejs_Path, Doc_Environment_NuxtAndVue_Path, Doc_Environment_ReactNativeAndExpo_Path, Doc_Environment_Tanstack_Path, Doc_Environment_ViteAndPreact_Path, Doc_Environment_ViteAndReact_Path, Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes_Path, Doc_Environment_ViteAndReact_ReactRouterV7_Path, Doc_Environment_ViteAndSolid_Path, Doc_Environment_ViteAndSvelte_Path, Doc_Environment_ViteAndVue_Path, Doc_FrequentQuestions_Path, Doc_IntlayerCMS_Path, Doc_IntlayerVisualEditor_Path, Doc_Intlayer_with_Lynx_and_React_Path, Doc_MCP_Path, Doc_Path, Doc_PrivacyPolicy_Path, Doc_ReleasesV6_Path, Doc_ReleasesV7_Path, Doc_ReleasesV8_Path, Doc_Root_Path, Doc_Search_Path, Doc_ShowcaseSubmit_Path, Doc_Showcase_Path, Doc_TermsOfService_Path, Doc_Why_Path, External_AI_Landing_Page, External_Discord, External_DockerHub_SelfHost, External_ExampleIntlayerWithExpress, External_ExampleIntlayerWithNextjs, External_ExampleIntlayerWithReactJS, External_ExampleIntlayerWithReactNative, External_ExampleIntlayerWithViteAndPreact, External_ExampleIntlayerWithViteAndReact, External_ExampleIntlayerWithViteAndSolid, External_ExampleIntlayerWithViteAndSvelte, External_ExampleIntlayerWithViteAndVue, External_Examples, External_Github, External_Github_i18n_benchmark, External_LinkedIn, External_ShowcaseApp, LlmsTxt_Path, Mcp_Domain, Mcp_Root, Mcp_Sse, Showcase_Domain, Showcase_Root, Showcase_Root_Path, Showcase_Submit, Showcase_Submit_Path, Website_Benchmark, Website_Benchmark_NextJS, Website_Benchmark_NextJS_Path, Website_Benchmark_Path, Website_Benchmark_Tanstack, Website_Benchmark_Tanstack_Path, Website_Blog, Website_Blog_Path, Website_Blog_Root, Website_Blog_Root_Path, Website_Blog_Search, Website_Blog_Search_Path, Website_Blog_What_is_i18n, Website_Blog_What_is_i18n_Path, Website_CMS, Website_CMS_Path, Website_Changelog, Website_Changelog_Path, Website_Contributors, Website_Contributors_Path, Website_Demo, Website_Demo_Path, Website_Doc, Website_Doc_CLI_Fill, Website_Doc_CLI_Fill_Path, Website_Doc_CLI_Review, Website_Doc_CLI_Review_Path, Website_Doc_CLI_Translate, Website_Doc_CLI_Translate_Path, Website_Doc_Chat, Website_Doc_Chat_Path, Website_Doc_Environment_Adonis, Website_Doc_Environment_Adonis_Path, Website_Doc_Environment_Angular, Website_Doc_Environment_Angular_Path, Website_Doc_Environment_Astro, Website_Doc_Environment_Astro_Path, Website_Doc_Environment_CRA, Website_Doc_Environment_CRA_Path, Website_Doc_Environment_Express, Website_Doc_Environment_Express_Path, Website_Doc_Environment_Fastify, Website_Doc_Environment_Fastify_Path, Website_Doc_Environment_Hono, Website_Doc_Environment_Hono_Path, Website_Doc_Environment_Lit, Website_Doc_Environment_Lit_Path, Website_Doc_Environment_Lynx, Website_Doc_Environment_Lynx_Path, Website_Doc_Environment_NestJS, Website_Doc_Environment_NestJS_Path, Website_Doc_Environment_NextJS, Website_Doc_Environment_NextJS_14, Website_Doc_Environment_NextJS_14_Path, Website_Doc_Environment_NextJS_15, Website_Doc_Environment_NextJS_15_Path, Website_Doc_Environment_NextJS_16, Website_Doc_Environment_NextJS_16_Path, Website_Doc_Environment_NextJS_Path, Website_Doc_Environment_Nodejs, Website_Doc_Environment_Nodejs_Path, Website_Doc_Environment_NuxtAndVue, Website_Doc_Environment_NuxtAndVue_Path, Website_Doc_Environment_ReactNativeAndExpo, Website_Doc_Environment_ReactNativeAndExpo_Path, Website_Doc_Environment_Tanstack, Website_Doc_Environment_Tanstack_Path, Website_Doc_Environment_ViteAndPreact, Website_Doc_Environment_ViteAndPreact_Path, Website_Doc_Environment_ViteAndReact, Website_Doc_Environment_ViteAndReact_Path, Website_Doc_Environment_ViteAndReact_ReactRouterV7, Website_Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes, Website_Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes_Path, Website_Doc_Environment_ViteAndReact_ReactRouterV7_Path, Website_Doc_Environment_ViteAndSolid, Website_Doc_Environment_ViteAndSolid_Path, Website_Doc_Environment_ViteAndSvelte, Website_Doc_Environment_ViteAndSvelte_Path, Website_Doc_Environment_ViteAndVue, Website_Doc_Environment_ViteAndVue_Path, Website_Doc_IntlayerCMS, Website_Doc_IntlayerCMS_Path, Website_Doc_IntlayerVisualEditor, Website_Doc_IntlayerVisualEditor_Path, Website_Doc_Intlayer_with_Lynx_and_React, Website_Doc_Intlayer_with_Lynx_and_React_Path, Website_Doc_MCP, Website_Doc_MCP_Path, Website_Doc_Path, Website_Doc_Root, Website_Doc_Root_Path, Website_Doc_Search, Website_Doc_Search_Path, Website_Doc_SelfHosting, Website_Doc_SelfHosting_Path, Website_Doc_Why, Website_Doc_Why_Path, Website_Domain, Website_FrequentQuestions, Website_FrequentQuestions_Path, Website_Home, Website_Home_Path, Website_Markdown_Preview, Website_Markdown_Preview_Path, Website_NotFound, Website_NotFound_Path, Website_Playground, Website_Playground_Path, Website_PrivacyPolicy, Website_PrivacyPolicy_Path, Website_ReleasesV6, Website_ReleasesV6_Path, Website_ReleasesV7, Website_ReleasesV7_Path, Website_ReleasesV8, Website_ReleasesV8_Path, Website_ReleasesV9_Path, Website_Scanner, Website_Scanner_Path, Website_TMS, Website_TMS_Path, Website_TermsOfService, Website_TermsOfService_Path, Website_Translate, Website_Translate_Path, WellKnown_AgentSkillsIndex_Path, WellKnown_AgentSkills_Path, WellKnown_ApiCatalog_Path, WellKnown_McpServerCard_Path, WellKnown_OAuthAuthorizationServer_Path, WellKnown_OAuthProtectedResource_Path, getAppAdminAffiliateRoute, getAppAdminOrganizationAbsoluteRoute, getAppAdminOrganizationRoute, getAppAdminProjectAbsoluteRoute, getAppAdminProjectRoute, getAppAdminPromoCodeRoute, getAppAdminReviewerRoute, getAppAdminUserAbsoluteRoute, getAppAdminUserRoute, getAppOnboardingFlowAbsoluteRoute, getAppOnboardingFlowRoute, getAppReviewerMissionRoute, getAppReviewerProfileRoute };
|
|
287
303
|
//# sourceMappingURL=routes.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"routes.d.ts","names":[],"sources":["../../src/routes.ts"],"mappings":";cAGa;cACA;cACA;cAKA;cACA;cAEA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cAEA;cACA;cAEA;cACA;cAEA;cACA;cAEA;cAEA;cAGA,6BAA0B;cAE1B,6BAA0B;cAG1B;cACA;cACA;cACA;cACA;cAEA;cACA;cAEA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA,4BAAyB;cAEzB;cACA,4BAAyB;cAGzB;cACA,2BAAwB;cAGxB;cAEA,uBAAoB;cAEpB,+BAA4B;cAE5B,0BAAuB;cAEvB,4BAAyB;cAMzB;cACA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAGA;cACA;cAEA;cAEA;cAEA;cAGA;cAEA;cAEA;cAEA;cAEA;cAEA;cAGA;cACA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAGA;cAGA,+BAA4B;cAE5B,uCAAoC;cAEpC,kCAA+B;cAE/B,oCAAiC,cAChC,cACA;cAUD;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cAEA;cACA;cACA;cACA;cACA;cACA;cAEA;cACA;cAEA;cACA;cACA;cACA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;
|
|
1
|
+
{"version":3,"file":"routes.d.ts","names":[],"sources":["../../src/routes.ts"],"mappings":";cAGa;cACA;cACA;cACA;cACA;cAKA;cACA;cAEA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cAEA;cACA;cAEA;cACA;cAEA;cACA;cAEA;cAEA;cAGA,6BAA0B;cAE1B,6BAA0B;cAG1B;cACA;cACA;cACA;cACA;cAEA;cACA;cAEA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA,4BAAyB;cAEzB;cACA,4BAAyB;cAGzB;cACA,2BAAwB;cAGxB;cAEA,uBAAoB;cAEpB,+BAA4B;cAE5B,0BAAuB;cAEvB,4BAAyB;cAMzB;cACA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAGA;cACA;cAEA;cAEA;cAEA;cAGA;cAEA;cAEA;cAEA;cAEA;cAEA;cAGA;cACA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAGA;cAGA,+BAA4B;cAE5B,uCAAoC;cAEpC,kCAA+B;cAE/B,oCAAiC,cAChC,cACA;cAUD;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cAEA;cACA;cACA;cACA;cACA;cACA;cAEA;cACA;cAEA;cACA;cACA;cACA;cACA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cACA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAGA;cACA;cAEA;cAGA;cACA;cACA;cAGA;cAEA;cACA;cACA;cACA;cAGA;cACA;cACA;cACA;cAKA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAGA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAGA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAGA;cAEA;cAEA;cAGA;cAGA;cAEA;cAEA;cAEA;cAGA;cAEA;cAEA;cAEA;cAMA;cACA;cACA;cACA;cACA;cACA;cACA;cAEA;cACA;cACA;cACA;cACA;cACA;cACA;cACA;cAEA;cACA;cAEA;cAEA;cAEA;cAEA;cACA;cACA;cACA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cACA;cAEA;cACA;cACA;cACA;cACA;cAEA;cACA;cACA;cAEA;cAEA;cACA;cACA;cACA;cAGA;cACA;cACA;cACA;cACA;cACA;cAKA;cACA;cAKA;cACA;cAMA;cACA;cACA;cAMA;cACA;cAQA;cACA;cAEA;cAEA;cAEA;cACA;cAEA;cACA;cAKA;cAGA;cAGA;cAGA;cACA;cAEA;cACA;cACA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA;cAEA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"buildAuthorJsonLd.d.ts","names":[],"sources":["../../../src/structured-data/buildAuthorJsonLd.ts"],"mappings":";;
|
|
1
|
+
{"version":3,"file":"buildAuthorJsonLd.d.ts","names":[],"sources":["../../../src/structured-data/buildAuthorJsonLd.ts"],"mappings":";;KAIY;EACV;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;cAGW,oBAAiB,eACf,uBAAA;EAIb;EACA;EACA;EACA;EACA;EACA;EACA;EAGA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"buildBreadcrumbsJsonLd.d.ts","names":[],"sources":["../../../src/structured-data/buildBreadcrumbsJsonLd.ts"],"mappings":";;
|
|
1
|
+
{"version":3,"file":"buildBreadcrumbsJsonLd.d.ts","names":[],"sources":["../../../src/structured-data/buildBreadcrumbsJsonLd.ts"],"mappings":";;KAIY;EACV;EACA;;KAGU;EACV,aAAa;;;;;EAKb;;;;;;;;cASW,2BAAsB,aAAA,UAGhC;EACD;EACA;EACA;IACW"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"buildCreativeWorkJsonLd.d.ts","names":[],"sources":["../../../src/structured-data/buildCreativeWorkJsonLd.ts"],"mappings":";;
|
|
1
|
+
{"version":3,"file":"buildCreativeWorkJsonLd.d.ts","names":[],"sources":["../../../src/structured-data/buildCreativeWorkJsonLd.ts"],"mappings":";;KAuBY;;KAQA;EACV;EACA;EACA;EACA;GACC;;KAGS;EACV,OAAO;EACP;EACA;;EAEA;EACA;EACA,gBAAgB;EAChB,eAAe;EACf;;EAEA,SAAS;;EAET;;EAEA;;EAEA;;EAEA;;EAEA;;;;;;;;cASW,4BAAuB,MAAA,MAAA,aAAA,SAAA,UAAA,eAAA,cAAA,KAAA,QAAA,SAAA,cAAA,eAAA,kBAAA,cAejC;EACW;;;;;IAOJ;IACA;IACA;MACE;MACA;;;;;;;;;;;;;;;IAkBC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"buildOrganizationJsonLd.d.ts","names":[],"sources":["../../../src/structured-data/buildOrganizationJsonLd.ts"],"mappings":";;
|
|
1
|
+
{"version":3,"file":"buildOrganizationJsonLd.d.ts","names":[],"sources":["../../../src/structured-data/buildOrganizationJsonLd.ts"],"mappings":";;KAIY;;EAEV;;EAEA;;EAEA;;EAEA;;EAEA;;EAEA;;;;;;;;cASW,4BAAuB,KAAA,SAAA,QAAA,YAAA,QAAA,sBAOjC;EAIa;EACH;;;;IAIP;IACA;;;;;;;IAOA;IACA;IACA;IACA;IACA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"buildProductJsonLd.d.ts","names":[],"sources":["../../../src/structured-data/buildProductJsonLd.ts"],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"buildProductJsonLd.d.ts","names":[],"sources":["../../../src/structured-data/buildProductJsonLd.ts"],"mappings":";;;KAKY;EACV;GACC;;KAGS;;EAEV;;EAEA;EACA;;EAEA;;EAEA;;EAEA,SAAS;;;;;;;;cASE,uBAAkB,KAAA,MAAA,aAAA,UAAA,WAAA,UAO5B;EACW;EACH;;;;;;IAMP;IACA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"buildSoftwareApplicationJsonLd.d.ts","names":[],"sources":["../../../src/structured-data/buildSoftwareApplicationJsonLd.ts"],"mappings":";;
|
|
1
|
+
{"version":3,"file":"buildSoftwareApplicationJsonLd.d.ts","names":[],"sources":["../../../src/structured-data/buildSoftwareApplicationJsonLd.ts"],"mappings":";;KAIY;;EAEV;;EAEA;EACA;EACA;EACA;;EAEA;;EAEA;;EAEA;;EAEA;;EAEA;;EAEA;;EAEA;;EAEA;;EAEA;;EAEA;;EAEA;;EAEA;;;;;;;;cAqBW,mCAA8B,MAAA,KAAA,aAAA,iBAAA,UAAA,cAAA,WAAA,SAAA,WAAA,iBAAA,eAAA,eAAA,aAAA,qBAAA,aAAA,aAAA,eAkBxC;EAMa;EACH;;;;;;;IAQP;IACA;IACA;IACA;IACA;;;IAGA;IACA;IACA;IACA;;;;IAIA;IACA;IACA;;;;;;;;IAQS;;;;;IAKT;IACA;IACA;;;IAGS"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"buildWebsiteJsonLd.d.ts","names":[],"sources":["../../../src/structured-data/buildWebsiteJsonLd.ts"],"mappings":";;
|
|
1
|
+
{"version":3,"file":"buildWebsiteJsonLd.d.ts","names":[],"sources":["../../../src/structured-data/buildWebsiteJsonLd.ts"],"mappings":";;KAIY;;EAEV;;EAEA;;EAEA;;EAEA;;EAEA;;EAEA;;;;;EAKA;;;;;;;;cAmBW,uBAAkB,KAAA,WAAA,SAAA,UAAA,QAAA,SAAA,kBAQ5B;EAIa;EACH;;;;IAIP;IACA;IACA;;;;;IAOM;IACA;IACA;IACA;IACA;IACA;IACA;MACE;MACA;MACA"}
|
|
@@ -6,4 +6,5 @@ import { BuildOrganizationJsonLdParams, buildOrganizationJsonLd } from "./buildO
|
|
|
6
6
|
import { BuildProductJsonLdParams, SchemaOrgOffer, buildProductJsonLd } from "./buildProductJsonLd.js";
|
|
7
7
|
import { BuildSoftwareApplicationJsonLdParams, buildSoftwareApplicationJsonLd } from "./buildSoftwareApplicationJsonLd.js";
|
|
8
8
|
import { BuildWebsiteJsonLdParams, buildWebsiteJsonLd } from "./buildWebsiteJsonLd.js";
|
|
9
|
-
|
|
9
|
+
import { normalizeJsonLdUrl, normalizeJsonLdUrls } from "./normalizeJsonLdUrl.js";
|
|
10
|
+
export { type BreadcrumbItem, type BuildBreadcrumbsJsonLdParams, type BuildCreativeWorkJsonLdParams, type BuildFAQPageJsonLdParams, type BuildOrganizationJsonLdParams, type BuildProductJsonLdParams, type BuildSoftwareApplicationJsonLdParams, type BuildWebsiteJsonLdParams, type CreativeWorkType, type FAQItem, type SchemaOrgOffer, type SchemaOrgPersonNode, buildAuthorJsonLd, buildBreadcrumbsJsonLd, buildCreativeWorkJsonLd, buildFAQPageJsonLd, buildOrganizationJsonLd, buildProductJsonLd, buildSoftwareApplicationJsonLd, buildWebsiteJsonLd, normalizeJsonLdUrl, normalizeJsonLdUrls };
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
//#region src/structured-data/normalizeJsonLdUrl.d.ts
|
|
2
|
+
/** @module normalizeJsonLdUrl */
|
|
3
|
+
/**
|
|
4
|
+
* Collapses duplicated slashes inside a URL path while preserving both the
|
|
5
|
+
* protocol separator (`https://`) and protocol-relative prefixes (`//cdn…`).
|
|
6
|
+
*
|
|
7
|
+
* Call sites routinely concatenate an origin constant that already ends with a
|
|
8
|
+
* slash (e.g. `Website_Home` === `https://intlayer.org/`) with a leading-slash
|
|
9
|
+
* path, which yields URLs such as `https://intlayer.org//assets/logo.png`.
|
|
10
|
+
* Those resolve, but search engines treat them as distinct from their
|
|
11
|
+
* single-slash canonical form, so every URL emitted in JSON-LD is normalized
|
|
12
|
+
* here rather than at each of the ~100 call sites.
|
|
13
|
+
*
|
|
14
|
+
* @param url - Absolute or relative URL, possibly containing duplicated slashes.
|
|
15
|
+
* @returns The URL with duplicated path slashes collapsed, or the input
|
|
16
|
+
* unchanged when it is not a string.
|
|
17
|
+
*/
|
|
18
|
+
declare const normalizeJsonLdUrl: <TUrl extends string | undefined>(url: TUrl) => TUrl;
|
|
19
|
+
/**
|
|
20
|
+
* Applies {@link normalizeJsonLdUrl} to every entry of a URL list.
|
|
21
|
+
*
|
|
22
|
+
* @param urls - List of URLs, or `undefined` when the field is omitted.
|
|
23
|
+
* @returns The normalized list, or `undefined` when no list was provided.
|
|
24
|
+
*/
|
|
25
|
+
declare const normalizeJsonLdUrls: <TUrls extends string[] | undefined>(urls: TUrls) => TUrls;
|
|
26
|
+
//#endregion
|
|
27
|
+
export { normalizeJsonLdUrl, normalizeJsonLdUrls };
|
|
28
|
+
//# sourceMappingURL=normalizeJsonLdUrl.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"normalizeJsonLdUrl.d.ts","names":[],"sources":["../../../src/structured-data/normalizeJsonLdUrl.ts"],"mappings":";;;;;;;;;;;;;;;;;cAuBa,qBAAsB,iCAA+B,KAC3D,SACJ;;;;;;;cAWU,sBAAuB,oCAAkC,MAC9D,UACL"}
|