@intlayer/design-system 9.3.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/index.mjs +2 -2
- 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 +2 -2
- 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/ContentEditor.mjs +2 -2
- package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +3 -3
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +7 -7
- package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +2 -2
- 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 +8 -5
- 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 +3 -3
- 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 +2 -2
- 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 +12 -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 +7 -5
- 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 +17 -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 +43 -43
|
@@ -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
|
@@ -110,8 +110,9 @@ declare const Website_Doc_SelfHosting_Path: '/doc/self-hosting';
|
|
|
110
110
|
declare const Website_ReleasesV6_Path: '/doc/releases/v6';
|
|
111
111
|
declare const Website_ReleasesV7_Path: '/doc/releases/v7';
|
|
112
112
|
declare const Website_ReleasesV8_Path: '/doc/releases/v8';
|
|
113
|
+
declare const Website_ReleasesV9_Path: '/doc/releases/v9';
|
|
113
114
|
declare const Website_Doc_Environment_NextJS_Path: '/doc/environment/nextjs';
|
|
114
|
-
declare const Website_Doc_Environment_NextJS_16_Path: '/doc/environment/nextjs
|
|
115
|
+
declare const Website_Doc_Environment_NextJS_16_Path: '/doc/environment/nextjs';
|
|
115
116
|
declare const Website_Doc_Environment_NextJS_15_Path: '/doc/environment/nextjs/15';
|
|
116
117
|
declare const Website_Doc_Environment_NextJS_14_Path: '/doc/environment/nextjs/14';
|
|
117
118
|
declare const Website_Doc_Environment_CRA_Path: '/doc/environment/create-react-app';
|
|
@@ -119,10 +120,10 @@ declare const Website_Doc_Environment_Astro_Path: '/doc/environment/astro';
|
|
|
119
120
|
declare const Website_Doc_Environment_ViteAndReact_Path: '/doc/environment/vite-and-react';
|
|
120
121
|
declare const Website_Doc_Environment_ViteAndReact_ReactRouterV7_Path: '/doc/environment/vite-and-react/react-router-v7';
|
|
121
122
|
declare const Website_Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes_Path: '/doc/environment/vite-and-react/react-router-v7-fs-routes';
|
|
122
|
-
declare const Website_Doc_Environment_Tanstack_Path: '/doc/environment/tanstack';
|
|
123
|
-
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';
|
|
124
125
|
declare const Website_Doc_Environment_Nodejs_Path: '/doc/concept/cli';
|
|
125
|
-
declare const Website_Doc_Environment_Adonis_Path: '/doc/environment/
|
|
126
|
+
declare const Website_Doc_Environment_Adonis_Path: '/doc/environment/adonisjs';
|
|
126
127
|
declare const Website_Doc_Environment_ViteAndVue_Path: '/doc/environment/vite-and-vue';
|
|
127
128
|
declare const Website_Doc_Environment_ViteAndSolid_Path: '/doc/environment/vite-and-solid';
|
|
128
129
|
declare const Website_Doc_Environment_ViteAndSvelte_Path: '/doc/environment/vite-and-svelte';
|
|
@@ -133,7 +134,7 @@ declare const Website_Doc_Environment_Angular_Path: '/doc/environment/angular';
|
|
|
133
134
|
declare const Website_Doc_Environment_ReactNativeAndExpo_Path: '/doc/environment/react-native-and-expo';
|
|
134
135
|
declare const Website_Doc_Environment_Lynx_Path: '/doc/environment/lynx-and-react';
|
|
135
136
|
declare const Website_Doc_Environment_Express_Path: '/doc/environment/express';
|
|
136
|
-
declare const Website_Doc_Environment_NestJS_Path: '/doc/environment/
|
|
137
|
+
declare const Website_Doc_Environment_NestJS_Path: '/doc/environment/nest';
|
|
137
138
|
declare const Website_Doc_Environment_Fastify_Path: '/doc/environment/fastify';
|
|
138
139
|
declare const Website_Doc_Environment_Hono_Path: '/doc/environment/hono';
|
|
139
140
|
declare const Website_Doc_CLI_Fill_Path: '/doc/concept/cli/fill';
|
|
@@ -176,7 +177,7 @@ declare const Website_ReleasesV6: "https://intlayer.org/doc/releases/v6";
|
|
|
176
177
|
declare const Website_ReleasesV7: "https://intlayer.org/doc/releases/v7";
|
|
177
178
|
declare const Website_ReleasesV8: "https://intlayer.org/doc/releases/v8";
|
|
178
179
|
declare const Website_Doc_Environment_NextJS: "https://intlayer.org/doc/environment/nextjs";
|
|
179
|
-
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";
|
|
180
181
|
declare const Website_Doc_Environment_NextJS_15: "https://intlayer.org/doc/environment/nextjs/15";
|
|
181
182
|
declare const Website_Doc_Environment_NextJS_14: "https://intlayer.org/doc/environment/nextjs/14";
|
|
182
183
|
declare const Website_Doc_Environment_CRA: "https://intlayer.org/doc/environment/create-react-app";
|
|
@@ -184,10 +185,10 @@ declare const Website_Doc_Environment_Astro: "https://intlayer.org/doc/environme
|
|
|
184
185
|
declare const Website_Doc_Environment_ViteAndReact: "https://intlayer.org/doc/environment/vite-and-react";
|
|
185
186
|
declare const Website_Doc_Environment_ViteAndReact_ReactRouterV7: "https://intlayer.org/doc/environment/vite-and-react/react-router-v7";
|
|
186
187
|
declare const Website_Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes: "https://intlayer.org/doc/environment/vite-and-react/react-router-v7-fs-routes";
|
|
187
|
-
declare const Website_Doc_Environment_Tanstack: "https://intlayer.org/doc/environment/tanstack";
|
|
188
|
-
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";
|
|
189
190
|
declare const Website_Doc_Environment_Nodejs: "https://intlayer.org/doc/concept/cli";
|
|
190
|
-
declare const Website_Doc_Environment_Adonis: "https://intlayer.org/doc/environment/
|
|
191
|
+
declare const Website_Doc_Environment_Adonis: "https://intlayer.org/doc/environment/adonisjs";
|
|
191
192
|
declare const Website_Doc_Environment_ViteAndVue: "https://intlayer.org/doc/environment/vite-and-vue";
|
|
192
193
|
declare const Website_Doc_Environment_ViteAndSolid: "https://intlayer.org/doc/environment/vite-and-solid";
|
|
193
194
|
declare const Website_Doc_Environment_ViteAndSvelte: "https://intlayer.org/doc/environment/vite-and-svelte";
|
|
@@ -198,7 +199,7 @@ declare const Website_Doc_Environment_Angular: "https://intlayer.org/doc/environ
|
|
|
198
199
|
declare const Website_Doc_Environment_ReactNativeAndExpo: "https://intlayer.org/doc/environment/react-native-and-expo";
|
|
199
200
|
declare const Website_Doc_Environment_Lynx: "https://intlayer.org/doc/environment/lynx-and-react";
|
|
200
201
|
declare const Website_Doc_Environment_Express: "https://intlayer.org/doc/environment/express";
|
|
201
|
-
declare const Website_Doc_Environment_NestJS: "https://intlayer.org/doc/environment/
|
|
202
|
+
declare const Website_Doc_Environment_NestJS: "https://intlayer.org/doc/environment/nest";
|
|
202
203
|
declare const Website_Doc_Environment_Fastify: "https://intlayer.org/doc/environment/fastify";
|
|
203
204
|
declare const Website_Doc_Environment_Hono: "https://intlayer.org/doc/environment/hono";
|
|
204
205
|
declare const Website_Doc_CLI_Fill: "https://intlayer.org/doc/concept/cli/fill";
|
|
@@ -224,7 +225,7 @@ declare const Doc_ReleasesV6_Path: '/releases/v6';
|
|
|
224
225
|
declare const Doc_ReleasesV7_Path: '/releases/v7';
|
|
225
226
|
declare const Doc_ReleasesV8_Path: '/releases/v8';
|
|
226
227
|
declare const Doc_Environment_NextJS_Path: '/environment/nextjs';
|
|
227
|
-
declare const Doc_Environment_NextJS_16_Path: '/environment/nextjs
|
|
228
|
+
declare const Doc_Environment_NextJS_16_Path: '/environment/nextjs';
|
|
228
229
|
declare const Doc_Environment_NextJS_15_Path: '/environment/nextjs/15';
|
|
229
230
|
declare const Doc_Environment_NextJS_14_Path: '/environment/nextjs/14';
|
|
230
231
|
declare const Doc_Environment_CRA_Path: '/environment/create-react-app';
|
|
@@ -232,10 +233,10 @@ declare const Doc_Environment_Astro_Path: '/environment/astro';
|
|
|
232
233
|
declare const Doc_Environment_ViteAndReact_Path: '/environment/vite-and-react';
|
|
233
234
|
declare const Doc_Environment_ViteAndReact_ReactRouterV7_Path: '/environment/vite-and-react/react-router-v7';
|
|
234
235
|
declare const Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes_Path: '/environment/vite-and-react/react-router-v7-fs-routes';
|
|
235
|
-
declare const Doc_Environment_Tanstack_Path: '/environment/tanstack';
|
|
236
|
-
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';
|
|
237
238
|
declare const Doc_Environment_Nodejs_Path: '/concept/cli';
|
|
238
|
-
declare const Doc_Environment_Adonis_Path: '/environment/
|
|
239
|
+
declare const Doc_Environment_Adonis_Path: '/environment/adonisjs';
|
|
239
240
|
declare const Doc_Environment_ViteAndVue_Path: '/environment/vite-and-vue';
|
|
240
241
|
declare const Doc_Environment_ViteAndSolid_Path: '/environment/vite-and-solid';
|
|
241
242
|
declare const Doc_Environment_ViteAndSvelte_Path: '/environment/vite-and-svelte';
|
|
@@ -246,7 +247,7 @@ declare const Doc_Environment_Angular_Path: '/environment/angular';
|
|
|
246
247
|
declare const Doc_Environment_ReactNativeAndExpo_Path: '/environment/react-native-and-expo';
|
|
247
248
|
declare const Doc_Environment_Lynx_Path: '/environment/lynx-and-react';
|
|
248
249
|
declare const Doc_Environment_Express_Path: '/environment/express';
|
|
249
|
-
declare const Doc_Environment_NestJS_Path: '/environment/
|
|
250
|
+
declare const Doc_Environment_NestJS_Path: '/environment/nest';
|
|
250
251
|
declare const Doc_Environment_Fastify_Path: '/environment/fastify';
|
|
251
252
|
declare const Doc_Environment_Hono_Path: '/environment/hono';
|
|
252
253
|
declare const Doc_CLI_Fill_Path: '/concept/cli/fill';
|
|
@@ -298,5 +299,5 @@ declare const External_ExampleIntlayerWithViteAndPreact: 'https://github.com/aym
|
|
|
298
299
|
declare const External_ExampleIntlayerWithReactNative: 'https://github.com/aymericzip/intlayer/tree/main/examples/react-native-app';
|
|
299
300
|
declare const External_ExampleIntlayerWithExpress: 'https://github.com/aymericzip/intlayer/tree/main/examples/express-app';
|
|
300
301
|
//#endregion
|
|
301
|
-
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_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 };
|
|
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 };
|
|
302
303
|
//# sourceMappingURL=routes.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
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;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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/design-system",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Intlayer design system, including UI components used in the Intlayer editor, website, and visual editor/CMS.",
|
|
6
6
|
"keywords": [
|
|
@@ -440,15 +440,15 @@
|
|
|
440
440
|
"typecheck_": "tsc --noEmit --project tsconfig.types.json"
|
|
441
441
|
},
|
|
442
442
|
"dependencies": {
|
|
443
|
-
"@better-auth/passkey": "1.6.
|
|
444
|
-
"@better-auth/sso": "1.6.
|
|
445
|
-
"@intlayer/api": "9.3.
|
|
446
|
-
"@intlayer/config": "9.3.
|
|
447
|
-
"@intlayer/core": "9.3.
|
|
448
|
-
"@intlayer/dictionaries-entry": "9.3.
|
|
449
|
-
"@intlayer/editor-react": "9.3.
|
|
450
|
-
"@intlayer/engine": "9.3.
|
|
451
|
-
"@intlayer/types": "9.3.
|
|
443
|
+
"@better-auth/passkey": "1.6.27",
|
|
444
|
+
"@better-auth/sso": "1.6.27",
|
|
445
|
+
"@intlayer/api": "9.3.1",
|
|
446
|
+
"@intlayer/config": "9.3.1",
|
|
447
|
+
"@intlayer/core": "9.3.1",
|
|
448
|
+
"@intlayer/dictionaries-entry": "9.3.1",
|
|
449
|
+
"@intlayer/editor-react": "9.3.1",
|
|
450
|
+
"@intlayer/engine": "9.3.1",
|
|
451
|
+
"@intlayer/types": "9.3.1",
|
|
452
452
|
"@radix-ui/react-dialog": "1.1.23",
|
|
453
453
|
"@radix-ui/react-select": "2.3.7",
|
|
454
454
|
"@radix-ui/react-slot": "1.3.3",
|
|
@@ -457,31 +457,31 @@
|
|
|
457
457
|
"@tanstack/query-async-storage-persister": "5.101.4",
|
|
458
458
|
"@tanstack/react-query-persist-client": "5.101.4",
|
|
459
459
|
"@tanstack/react-virtual": "3.14.9",
|
|
460
|
-
"@tiptap/core": "3.
|
|
461
|
-
"@tiptap/extension-character-count": "3.
|
|
462
|
-
"@tiptap/extension-color": "3.
|
|
463
|
-
"@tiptap/extension-highlight": "3.
|
|
464
|
-
"@tiptap/extension-horizontal-rule": "3.
|
|
465
|
-
"@tiptap/extension-image": "3.
|
|
466
|
-
"@tiptap/extension-link": "3.
|
|
467
|
-
"@tiptap/extension-placeholder": "3.
|
|
468
|
-
"@tiptap/extension-task-item": "3.
|
|
469
|
-
"@tiptap/extension-task-list": "3.
|
|
470
|
-
"@tiptap/extension-text-style": "3.
|
|
471
|
-
"@tiptap/extension-underline": "3.
|
|
472
|
-
"@tiptap/extension-youtube": "3.
|
|
473
|
-
"@tiptap/pm": "3.
|
|
474
|
-
"@tiptap/react": "3.
|
|
475
|
-
"@tiptap/starter-kit": "3.
|
|
476
|
-
"@tiptap/suggestion": "3.
|
|
477
|
-
"better-auth": "1.6.
|
|
460
|
+
"@tiptap/core": "3.30.0",
|
|
461
|
+
"@tiptap/extension-character-count": "3.30.0",
|
|
462
|
+
"@tiptap/extension-color": "3.30.0",
|
|
463
|
+
"@tiptap/extension-highlight": "3.30.0",
|
|
464
|
+
"@tiptap/extension-horizontal-rule": "3.30.0",
|
|
465
|
+
"@tiptap/extension-image": "3.30.0",
|
|
466
|
+
"@tiptap/extension-link": "3.30.0",
|
|
467
|
+
"@tiptap/extension-placeholder": "3.30.0",
|
|
468
|
+
"@tiptap/extension-task-item": "3.30.0",
|
|
469
|
+
"@tiptap/extension-task-list": "3.30.0",
|
|
470
|
+
"@tiptap/extension-text-style": "3.30.0",
|
|
471
|
+
"@tiptap/extension-underline": "3.30.0",
|
|
472
|
+
"@tiptap/extension-youtube": "3.30.0",
|
|
473
|
+
"@tiptap/pm": "3.30.0",
|
|
474
|
+
"@tiptap/react": "3.30.0",
|
|
475
|
+
"@tiptap/starter-kit": "3.30.0",
|
|
476
|
+
"@tiptap/suggestion": "3.30.0",
|
|
477
|
+
"better-auth": "1.6.27",
|
|
478
478
|
"class-variance-authority": "0.7.1",
|
|
479
479
|
"cmdk": "1.1.1",
|
|
480
480
|
"cnfast": "^0.1.0",
|
|
481
481
|
"defu": "6.1.7",
|
|
482
482
|
"dompurify": "3.4.13",
|
|
483
483
|
"isomorphic-dompurify": "3.22.0",
|
|
484
|
-
"react-intlayer": "9.3.
|
|
484
|
+
"react-intlayer": "9.3.1",
|
|
485
485
|
"rollup-preserve-directives": "1.1.3",
|
|
486
486
|
"tiptap-extension-code-block-shiki": "^1.2.0",
|
|
487
487
|
"tiptap-extension-global-drag-handle": "^0.1.18",
|
|
@@ -490,8 +490,8 @@
|
|
|
490
490
|
"zod": "4.4.3"
|
|
491
491
|
},
|
|
492
492
|
"devDependencies": {
|
|
493
|
-
"@intlayer/backend": "9.3.
|
|
494
|
-
"@shikijs/transformers": "4.4.
|
|
493
|
+
"@intlayer/backend": "9.3.1",
|
|
494
|
+
"@shikijs/transformers": "4.4.3",
|
|
495
495
|
"@storybook/addon-a11y": "8.6.14",
|
|
496
496
|
"@storybook/addon-essentials": "8.6.14",
|
|
497
497
|
"@storybook/addon-interactions": "8.6.14",
|
|
@@ -509,9 +509,9 @@
|
|
|
509
509
|
"@svgr/rollup": "8.1.0",
|
|
510
510
|
"@tailwindcss/cli": "4.3.3",
|
|
511
511
|
"@tailwindcss/vite": "4.3.3",
|
|
512
|
-
"@testing-library/jest-dom": "7.0.
|
|
512
|
+
"@testing-library/jest-dom": "7.0.1",
|
|
513
513
|
"@testing-library/react": "16.3.2",
|
|
514
|
-
"@testing-library/user-event": "14.6.
|
|
514
|
+
"@testing-library/user-event": "14.6.4",
|
|
515
515
|
"@types/dompurify": "3.2.0",
|
|
516
516
|
"@types/espree": "11.1.0",
|
|
517
517
|
"@types/node": "26.2.0",
|
|
@@ -520,34 +520,34 @@
|
|
|
520
520
|
"@utils/ts-config": "1.0.4",
|
|
521
521
|
"@utils/ts-config-types": "1.0.4",
|
|
522
522
|
"fast-glob": "3.3.3",
|
|
523
|
-
"intlayer": "9.3.
|
|
523
|
+
"intlayer": "9.3.1",
|
|
524
524
|
"rimraf": "6.1.3",
|
|
525
|
-
"shiki": "4.4.
|
|
525
|
+
"shiki": "4.4.3",
|
|
526
526
|
"storybook": "8.6.14",
|
|
527
527
|
"tsdown": "0.22.14",
|
|
528
528
|
"typescript": "7.0.2",
|
|
529
529
|
"vite": "8.2.1",
|
|
530
|
-
"vite-intlayer": "9.3.
|
|
530
|
+
"vite-intlayer": "9.3.1",
|
|
531
531
|
"vite-plugin-dts": "5.0.3",
|
|
532
532
|
"vitest": "4.1.10"
|
|
533
533
|
},
|
|
534
534
|
"peerDependencies": {
|
|
535
535
|
"@better-fetch/fetch": "1.3.1",
|
|
536
536
|
"@hookform/resolvers": "5.7.1",
|
|
537
|
-
"@intlayer/backend": "9.3.
|
|
537
|
+
"@intlayer/backend": "9.3.1",
|
|
538
538
|
"@monaco-editor/react": "4.7.0",
|
|
539
|
-
"@shikijs/transformers": "4.4.
|
|
539
|
+
"@shikijs/transformers": "4.4.3",
|
|
540
540
|
"@tanstack/react-query": "5.101.4",
|
|
541
541
|
"@tanstack/react-query-devtools": "5.101.4",
|
|
542
|
-
"framer-motion": "13.
|
|
542
|
+
"framer-motion": "13.1.0",
|
|
543
543
|
"fuse.js": "7.5.0",
|
|
544
|
-
"intlayer": "9.3.
|
|
544
|
+
"intlayer": "9.3.1",
|
|
545
545
|
"lucide-react": "1.31.0",
|
|
546
546
|
"react": ">=16.0.0",
|
|
547
547
|
"react-dom": ">=16.0.0",
|
|
548
|
-
"react-hook-form": "7.
|
|
549
|
-
"react-intlayer": "9.3.
|
|
550
|
-
"shiki": "4.4.
|
|
548
|
+
"react-hook-form": "7.85.0",
|
|
549
|
+
"react-intlayer": "9.3.1",
|
|
550
|
+
"shiki": "4.4.3",
|
|
551
551
|
"tailwindcss": "4.3.3"
|
|
552
552
|
},
|
|
553
553
|
"peerDependenciesMeta": {
|