@intlayer/design-system 6.0.2-canary.0 → 6.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/README.md +249 -56
  2. package/dist/.vite/manifest.json +42 -62
  3. package/dist/{better-auth.CMQ3rA-I-7umXOENE.js → better-auth.CiuwFiHM-7umXOENE.js} +1 -1
  4. package/dist/better-auth.CiuwFiHM-7umXOENE.js.map +1 -0
  5. package/dist/{better-auth.CMQ3rA-I-C2nBKRMa.cjs → better-auth.CiuwFiHM-C2nBKRMa.cjs} +1 -1
  6. package/dist/better-auth.CiuwFiHM-C2nBKRMa.cjs.map +1 -0
  7. package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.cjs +1 -1
  8. package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +1 -1
  9. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs +1 -1
  10. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +1 -1
  11. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.cjs +1 -1
  12. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.mjs +1 -1
  13. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs +1 -1
  14. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +1 -1
  15. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.cjs +1 -1
  16. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs +1 -1
  17. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs +1 -1
  18. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +1 -1
  19. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs +12 -1
  20. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs.map +1 -1
  21. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.d.ts.map +1 -1
  22. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +13 -2
  23. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
  24. package/dist/components/DictionaryFieldEditor/StructureView/StructureView.cjs +1 -1
  25. package/dist/components/DictionaryFieldEditor/StructureView/StructureView.mjs +1 -1
  26. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.cjs +1 -1
  27. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.mjs +1 -1
  28. package/dist/components/EditableField/EditableFieldTextArea.cjs +1 -1
  29. package/dist/components/EditableField/EditableFieldTextArea.mjs +1 -1
  30. package/dist/components/Form/FormBase.cjs +1 -1
  31. package/dist/components/Form/FormBase.mjs +1 -1
  32. package/dist/components/Form/elements/FormElementWrapper.cjs +2 -2
  33. package/dist/components/Form/elements/FormElementWrapper.mjs +2 -2
  34. package/dist/components/IDE/CodeContext.cjs +1 -1
  35. package/dist/components/IDE/CodeContext.mjs +1 -1
  36. package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.cjs +1 -1
  37. package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +1 -1
  38. package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.cjs +1 -1
  39. package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs +1 -1
  40. package/dist/components/MarkDownRender/index.cjs +1 -1
  41. package/dist/components/MarkDownRender/index.cjs.map +1 -1
  42. package/dist/components/MarkDownRender/index.mjs +1 -1
  43. package/dist/components/MarkDownRender/index.mjs.map +1 -1
  44. package/dist/components/Modal/Modal.cjs +1 -1
  45. package/dist/components/Modal/Modal.mjs +1 -1
  46. package/dist/components/Navbar/DesktopNavbar.cjs +14 -16
  47. package/dist/components/Navbar/DesktopNavbar.cjs.map +1 -1
  48. package/dist/components/Navbar/DesktopNavbar.d.ts.map +1 -1
  49. package/dist/components/Navbar/DesktopNavbar.mjs +14 -16
  50. package/dist/components/Navbar/DesktopNavbar.mjs.map +1 -1
  51. package/dist/components/Navbar/MobileNavbar.cjs +1 -1
  52. package/dist/components/Navbar/MobileNavbar.mjs +1 -1
  53. package/dist/components/Navbar/index.cjs +1 -1
  54. package/dist/components/Navbar/index.mjs +1 -1
  55. package/dist/components/SwitchSelector/index.cjs +1 -1
  56. package/dist/components/SwitchSelector/index.mjs +1 -1
  57. package/dist/components/TabSelector/TabSelector.cjs +1 -1
  58. package/dist/components/TabSelector/TabSelector.mjs +1 -1
  59. package/dist/hooks/auth.cjs +13 -7
  60. package/dist/hooks/auth.cjs.map +1 -1
  61. package/dist/hooks/auth.mjs +12 -6
  62. package/dist/hooks/auth.mjs.map +1 -1
  63. package/dist/hooks/reactQuery.cjs +1 -1
  64. package/dist/hooks/reactQuery.d.ts +111 -43
  65. package/dist/hooks/reactQuery.d.ts.map +1 -1
  66. package/dist/hooks/reactQuery.mjs +1 -1
  67. package/dist/hooks/useAuth/useAuth.cjs.map +1 -1
  68. package/dist/hooks/useAuth/useAuth.d.ts +1 -0
  69. package/dist/hooks/useAuth/useAuth.d.ts.map +1 -1
  70. package/dist/hooks/useAuth/useAuth.mjs.map +1 -1
  71. package/dist/hooks/useAuth/useOAuth2.d.ts +1 -1
  72. package/dist/hooks/useAuth/useSession.d.ts +88 -1
  73. package/dist/hooks/useAuth/useSession.d.ts.map +1 -1
  74. package/dist/hooks/useUser/index.cjs +1 -1
  75. package/dist/hooks/useUser/index.d.ts +18 -2
  76. package/dist/hooks/useUser/index.d.ts.map +1 -1
  77. package/dist/hooks/useUser/index.mjs +1 -1
  78. package/dist/index-BCuMWKyy.js.map +1 -1
  79. package/dist/index-BYzBot7l.cjs.map +1 -1
  80. package/dist/{schemas-lh5OFOvX.cjs → schemas-0lUZlFWF.cjs} +703 -240
  81. package/dist/schemas-0lUZlFWF.cjs.map +1 -0
  82. package/dist/{schemas-DEXdAbCK.js → schemas-BG_GIt-j.js} +465 -2
  83. package/dist/schemas-BG_GIt-j.js.map +1 -0
  84. package/dist/zod-CCm3hUBS.js +210 -0
  85. package/dist/zod-CCm3hUBS.js.map +1 -0
  86. package/dist/zod-CvjrdkEg.cjs +209 -0
  87. package/dist/zod-CvjrdkEg.cjs.map +1 -0
  88. package/package.json +46 -44
  89. package/dist/better-auth.CMQ3rA-I-7umXOENE.js.map +0 -1
  90. package/dist/better-auth.CMQ3rA-I-C2nBKRMa.cjs.map +0 -1
  91. package/dist/parse-Ltyyb1op.cjs +0 -509
  92. package/dist/parse-Ltyyb1op.cjs.map +0 -1
  93. package/dist/parse-Vrm0h1r9.js +0 -510
  94. package/dist/parse-Vrm0h1r9.js.map +0 -1
  95. package/dist/schemas-DEXdAbCK.js.map +0 -1
  96. package/dist/schemas-lh5OFOvX.cjs.map +0 -1
  97. package/dist/zod-BvUVjPTw.cjs +0 -91
  98. package/dist/zod-BvUVjPTw.cjs.map +0 -1
  99. package/dist/zod-CJrbzxwg.js +0 -92
  100. package/dist/zod-CJrbzxwg.js.map +0 -1
package/README.md CHANGED
@@ -1,83 +1,276 @@
1
- <div align="center">
2
- <a href="https://intlayer.org">
3
- <img src="https://raw.githubusercontent.com/aymericzip/intlayer/572ae9c9acafb74307b81530c1931a8e98990aef/docs/assets/logo.png" width="500" alt="intlayer" />
1
+ <p align="center">
2
+ <a href="https://intlayer.org" rel="">
3
+ <img src="https://raw.githubusercontent.com/aymericzip/intlayer/main/docs/assets/cover.png" width="60%" alt="Intlayer Logo" />
4
4
  </a>
5
- </div>
5
+ </p>
6
6
 
7
- <div align="center">
8
- <a href="https://www.npmjs.com/package/intlayer" target="blank"><img
9
- align="center"
10
- alt="npm"
11
- src="https://img.shields.io/npm/v/intlayer.svg?labelColor=49516F&color=8994BC&style=for-the-badge"
12
- height="30" /></a>
13
- <a href="https://npmjs.org/package/intlayer" target="blank"><img
14
- align="center"
15
- src="https://img.shields.io/npm/dm/intlayer?labelColor=49516F&color=8994BC&style=for-the-badge"
16
- alt="monthly downloads"
17
- height="30"
18
- /></a>
19
- <a href="https://npmjs.org/package/intlayer" target="blank"><img
20
- align="center"
21
- src="https://img.shields.io/npm/types/intlayer?label=types%20included&labelColor=49516F&color=8994BC&style=for-the-badge"
22
- alt="types included"
23
- height="30"
24
- /></a>
25
- </div>
7
+ <h1 align="center">
8
+ <strong> Intlayer : an Open-source, per-component i18n toolkit with AI-powered translation & CMS.</strong>
9
+ </h1>
10
+
11
+ <br />
12
+
13
+ <p align="center">
14
+ <a href="https://intlayer.org/doc/concept/content" rel="">Docs</a> •
15
+ <a href="https://intlayer.org/doc/environment/nextjs" rel="">Next.js</a> •
16
+ <a href="https://intlayer.org/doc/environment/vite-and-react" rel="">React + Vite</a> •
17
+ <a href="https://intlayer.org/doc/concept/cms" rel="">CMS</a> •
18
+ <a href="https://discord.gg/7uxamYVeCk" rel="noopener noreferrer nofollow">Discord</a>
19
+ </p>
20
+ <p align="center" style="margin-top:15px;">
21
+ <a href="https://www.npmjs.com/package/intlayer" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/npm/v/intlayer?style=for-the-badge&labelColor=FFFFFF&color=000000&logoColor=FFFFFF" alt="npm version" height="24"/></a>
22
+ <a href="https://github.com/aymericzip/intlayer/stargazers" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/github/stars/aymericzip/intlayer?style=for-the-badge&labelColor=000000&color=FFFFFF&logo=github&logoColor=FFD700" alt="GitHub Stars" height="24"/></a>
23
+ <a href="https://www.npmjs.org/package/intlayer" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/npm/dm/intlayer?style=for-the-badge&labelColor=000000&color=FFFFFF&logoColor=000000" alt="monthly downloads" height="24"/></a>
24
+ <a href="https://github.com/aymericzip/intlayer/blob/main/LICENSE" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/github/license/aymericzip/intlayer?style=for-the-badge&labelColor=000000&color=FFFFFF&logoColor=000000" alt="license"/></a>
25
+ <a href="https://github.com/aymericzip/intlayer/commits/main" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/github/last-commit/aymericzip/intlayer?style=for-the-badge&labelColor=000000&color=FFFFFF&logoColor=000000" alt="last commit"/>
26
+ </a>
27
+ </p>
28
+
29
+ ![Watch the video](https://github.com/aymericzip/intlayer/blob/main/docs/assets/demo_video.gif)
30
+
31
+ <a href="https://intlayer.org/doc/concept/content" rel="">
32
+ <img src="https://img.shields.io/badge/Get_Started-FFFFFF?style=for-the-badge&logo=rocket&logoColor=black" />
33
+ </a>
34
+
35
+ ## What is Intlayer?
36
+
37
+ Most i18n libraries are either too complex, too rigid, or not built for modern frameworks.
38
+
39
+ Intlayer is a **modern i18n solution** for web and mobile apps.
40
+ It’s framework-agnostic, **AI-powered**, and includes a free **CMS & visual editor**.
41
+
42
+ With **per-locale content files**, **TypeScript autocompletion**, **tree-shakable dictionaries**, and **CI/CD integration**, Intlayer makes internationalization **faster, cleaner, and smarter**.
43
+
44
+ ## Keys benefits of Intlayer:
45
+
46
+ | Feature | Description |
47
+ | --------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
48
+ | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/frameworks.png?raw=true" alt="Feature" width="700"> | **Cross-Frameworks Support**<br><br>Intlayer is compatible with all major frameworks and libraries, including Next.js, React, Vite, Vue.js, Nuxt, Preact, Express, and more. |
49
+ | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/javascript_content_management.png?raw=true" alt="Feature" width="700"> | **JavaScript-Powered Content Management**<br><br>Harness the flexibility of JavaScript to define and manage your content efficiently. <br><br> - [Content declaration](https://intlayer.org/doc/concept/content) |
50
+ | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/per_locale_content_declaration_file.png?raw=true" alt="Feature" width="700"> | **Per-Locale Content Declaration File**<br><br>Speed up your development by declaring your content once, before auto generation.<br><br> - [Per-Locale Content Declaration File](https://intlayer.org/doc/concept/per-locale-file) |
51
+ | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/autocompletion.png?raw=true" alt="Feature" width="700"> | **Type-Safe Environment**<br><br>Leverage TypeScript to ensure your content definitions and code are error-free, while also benefiting from IDE autocompletion.<br><br> - [TypeScript configuration](https://intlayer.org/doc/environment/vite-and-react#configure-typescript) |
52
+ | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/config_file.png?raw=true" alt="Feature" width="700"> | **Simplified Setup**<br><br>Get up and running quickly with minimal configuration. Adjust settings for internationalization, routing, AI, build, and content handling with ease. <br><br> - [Explore Next.js integration](https://intlayer.org/doc/environment/nextjs) |
53
+ | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/content_retrieval.png?raw=true" alt="Feature" width="700"> | **Simplified Content Retrieval**<br><br>No need to call your `t` function for each piece of content. Retrieve all your content directly using a single hook.<br><br> - [React integration](https://intlayer.org/doc/environment/create-react-app) |
54
+ | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/server_component.png?raw=true" alt="Feature" width="700"> | **Consistent Server Component Implementation**<br><br>Perfectly suited for Next.js server components, use the same implementation for both client and server components, no need to pass your `t` function across each server component. <br><br> - [Server Components](https://intlayer.org/doc/environment/nextjs#step-7-utilize-content-in-your-code) |
55
+ | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/file_tree.png?raw=true" alt="Feature" width="700"> | **Organized Codebase**<br><br>Keep your codebase more organized: 1 component = 1 dictionary in the same folder. Translations close to their respective components, enhance maintainability and clarity. <br><br> - [How Intlayer works](https://intlayer.org/doc/concept/how-works-intlayer) |
56
+ | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/url_routing.png?raw=true" alt="Feature" width="700"> | **Enhanced Routing**<br><br>Full support of app routing, adapting seamlessly to complex application structures, for Next.js, React, Vite, Vue.js, etc.<br><br> - [Explore Next.js integration](https://intlayer.org/doc/environment/nextjs) |
57
+ | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/markdown.png?raw=true" alt="Feature" width="700"> | **Markdown Support**<br><br>Import and interpret, locale files and remote Markdown for multilingual content like privacy policies, documentation, etc. Interpret and make Markdown metadata accessible in your code.<br><br> - [Content files](https://intlayer.org/doc/concept/content/file) |
58
+ | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/visual_editor.png?raw=true" alt="Feature" width="700"> | **Free Visual Editor & CMS**<br><br>A free visual editor and CMS are available for content writers, removing the need for a localization platform. Keep your content synchronized using Git, or externalize it totally or partially with the CMS.<br><br> - [Intlayer Editor](https://intlayer.org/doc/concept/editor) <br> - [Intlayer CMS](https://intlayer.org/doc/concept/cms) |
59
+ | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/bundle.png?raw=true" alt="Feature" width="700"> | **Tree-shakable Content**<br><br>Tree-shakable content, reducing the size of the final bundle. Loads content per component, excluding any unused content from your bundle. Supports lazy loading to enhance app loading efficiency. <br><br> - [App build optimization](https://intlayer.org/doc/concept/how-works-intlayer#app-build-optimization) |
60
+ | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/static_rendering.png?raw=true" alt="Feature" width="700"> | **Static Rendering**<br><br>Doesn't block Static Rendering. <br><br> - [Next.js integration](https://intlayer.org/doc/environment/nextjs) |
61
+ | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/AI_translation.png?raw=true" alt="Feature" width="700"> | **AI-Powered Translation**<br><br>Transform your website into 231 languages with just one click using Intlayer's advanced AI-powered translation tools using your own AI provider / API key. <br><br> - [CI/CD integration](https://intlayer.org/doc/concept/ci-cd) <br> - [Intlayer CLI](https://intlayer.org/doc/concept/cli) <br> - [Auto fill](https://intlayer.org/doc/concept/auto-fill) |
62
+ | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/mcp.png?raw=true" alt="Feature" width="700"> | **MCP Server Integration**<br><br>Provides an MCP (Model Context Protocol) server for IDE automation, enabling seamless content management and i18n workflows directly within your development environment. <br><br> - [MCP Server](https://github.com/aymericzip/intlayer/blob/main/docs/docs/en/mcp_server.md) |
63
+ | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/vscode_extension.png?raw=true" alt="Feature" width="700"> | **VSCode Extension**<br><br>Intlayer provides a VSCode extension to help you manage your content and translations, builting your dictionaries, translating your content, and more. <br><br> - [VSCode Extension](https://intlayer.org/doc/vs-code-extension) |
64
+ | <img src="https://github.com/aymericzip/intlayer/blob/main/docs/assets/interoperability.png?raw=true" alt="Feature" width="700"> | **Interoperability**<br><br>Allow interoperability with react-i18next, next-i18next, next-intl, and react-intl. <br><br> - [Intlayer and react-intl](https://intlayer.org/blog/intlayer-with-react-intl) <br> - [Intlayer and next-intl](https://intlayer.org/blog/intlayer-with-next-intl) <br> - [Intlayer and next-i18next](https://intlayer.org/blog/intlayer-with-next-i18next) |
65
+
66
+ ---
67
+
68
+ ## 📦 Installation
69
+
70
+ Start your journey with Intlayer today and experience a smoother, more powerful approach to internationalization.
71
+
72
+ <a href="https://intlayer.org/doc/concept/content" rel="">
73
+ <img src="https://img.shields.io/badge/Get_Started-FFFFFF?style=for-the-badge&logo=rocket&logoColor=black" />
74
+ </a>
75
+
76
+ ```bash
77
+ npm install intlayer react-intlayer
78
+ ```
79
+
80
+ ⚡ Quick Start (Next.js)
81
+
82
+ ```ts
83
+ // intlayer.config.ts
84
+ import { Locales, type IntlayerConfig } from "intlayer";
85
+
86
+ const config: IntlayerConfig = {
87
+ internationalization: {
88
+ locales: [Locales.ENGLISH, Locales.FRENCH, Locales.SPANISH],
89
+ defaultLocale: Locales.ENGLISH,
90
+ },
91
+ };
92
+
93
+ export default config;
94
+ ```
95
+
96
+ ```ts
97
+ // app/home.content.ts
98
+ import { t, type Dictionary } from "intlayer";
99
+
100
+ const content = {
101
+ key: "home",
102
+ content: {
103
+ title: t({
104
+ en: "Home",
105
+ fr: "Accueil",
106
+ es: "Inicio",
107
+ }),
108
+ },
109
+ } satisfies Dictionary;
110
+
111
+ export default content;
112
+ ```
113
+
114
+ ```tsx
115
+ // app/page.tsx
116
+ import { useIntlayer } from "react-intlayer";
26
117
 
27
- <div>
118
+ const HomePage = () => {
119
+ const { title } = useIntlayer("home");
120
+
121
+ return <h1>{title}</h1>;
122
+ };
123
+ ```
124
+
125
+ <a href="https://intlayer.org/doc/environment/nextjs"> Get the full guide → </a>
126
+
127
+ ## 🎥 Live tutorial on YouTube
128
+
129
+ [![How to Internationalize your application using Intlayer](https://i.ytimg.com/vi/e_PPG7PTqGU/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDtyJ4uYotEjl12nZ_gZKZ_kjEgOQ)](https://youtu.be/e_PPG7PTqGU?si=GyU_KpVhr61razRw)
130
+
131
+ <a href="https://intlayer.org/doc/concept/content" rel="">
132
+ <img src="https://img.shields.io/badge/Get_Started-FFFFFF?style=for-the-badge&logo=rocket&logoColor=black" />
133
+ </a>
134
+
135
+ ## Table of Contents
136
+
137
+ Explore our comprehensive documentation to get started with Intlayer and learn how to integrate it into your projects.
138
+
139
+ <details open>
140
+ <summary style="font-size:16px; font-weight:bold;">📘 Get Started</summary>
141
+ <ul>
142
+ <li><a href="https://intlayer.org/doc/why" rel=''>Why Intlayer?</a></li>
143
+ <li><a href="https://intlayer.org/doc" rel=''>Introduction</a></li>
144
+ </ul>
145
+ </details>
146
+
147
+ <details>
148
+ <summary style="font-size:16px; font-weight:bold;">⚙️ Concept</summary>
149
+ <ul>
150
+ <li><a href="https://intlayer.org/doc/concept/how-works-intlayer" rel=''>How Intlayer Works</a></li>
151
+ <li><a href="https://intlayer.org/doc/concept/configuration" rel=''>Configuration</a></li>
152
+ <li><a href="https://intlayer.org/doc/concept/cli" rel=''>Intlayer CLI</a></li>
153
+ <li><a href="https://intlayer.org/doc/concept/editor" rel=''>Intlayer Editor</a></li>
154
+ <li><a href="https://intlayer.org/doc/concept/cms" rel=''>Intlayer CMS</a></li>
155
+ <li><a href="https://intlayer.org/doc/concept/content" rel=''>Dictionary</a>
156
+ <ul>
157
+ <li><a href="https://intlayer.org/doc/concept/content/per-locale-file" rel=''>Per-Locale Content Declaration File</a></li>
158
+ <li><a href="https://intlayer.org/doc/concept/content/translation" rel=''>Translation</a></li>
159
+ <li><a href="https://intlayer.org/doc/concept/content/enumeration" rel=''>Enumeration</a></li>
160
+ <li><a href="https://intlayer.org/doc/concept/content/condition" rel=''>Condition</a></li>
161
+ <li><a href="https://intlayer.org/doc/concept/content/nesting" rel=''>Nesting</a></li>
162
+ <li><a href="https://intlayer.org/doc/concept/content/markdown" rel=''>Markdown</a></li>
163
+ <li><a href="https://intlayer.org/doc/concept/content/function-fetching" rel=''>Function Fetching</a></li>
164
+ <li><a href="https://intlayer.org/doc/concept/content/insertion" rel=''>Insertion</a></li>
165
+ <li><a href="https://intlayer.org/doc/concept/content/file" rel=''>File</a></li>
166
+ </ul>
167
+ </li>
168
+ </ul>
169
+ </details>
170
+
171
+ <details open>
172
+ <summary style="font-size:16px; font-weight:bold;">🌐 Environment</summary>
173
+ <ul>
174
+ <li><a href="https://intlayer.org/doc/environment/nextjs" rel=''>Intlayer with Next.js 15</a>
175
+ <ul>
176
+ <li><a href="https://intlayer.org/doc/environment/nextjs/14" rel=''>Next.js 14 (App Router)</a></li>
177
+ <li><a href="https://intlayer.org/doc/environment/nextjs/next-with-Page-Router" rel=''>Next.js Page Router</a></li>
178
+ </ul>
179
+ </li>
180
+ <li><a href="https://intlayer.org/doc/environment/create-react-app" rel=''>React CRA</a></li>
181
+ <li><a href="https://intlayer.org/doc/environment/vite-and-react" rel=''>Vite + React</a>
182
+ <ul>
183
+ <li><a href="https://intlayer.org/doc/environment/vite-and-react/react-router-v7" rel=''>React-router-v7</a></li>
184
+ <li><a href="https://intlayer.org/doc/environment/vite-and-react/tanstack-start" rel=''>Tanstack start</a></li>
185
+ </ul>
186
+ </li>
187
+ <li><a href="https://intlayer.org/doc/environment/react-native-and-expo" rel=''>React Native</a></li>
188
+ <li><a href="https://intlayer.org/doc/environment/lynx-and-react" rel=''>Lynx + React</a></li>
189
+ <li><a href="https://intlayer.org/doc/environment/vite-and-svelte" rel=''>Vite + Svelte</a></li>
190
+ <li><a href="https://intlayer.org/doc/environment/vite-and-preact" rel=''>Vite + Preact</a></li>
191
+ <li><a href="https://intlayer.org/doc/environment/vite-and-vue" rel=''>Vite + Vue</a></li>
192
+ <li><a href="https://intlayer.org/doc/environment/vite-and-nuxt" rel=''>Vite + Nuxt</a></li>
193
+ <li><a href="https://intlayer.org/doc/environment/vite-and-solid" rel=''>Vite + Solid</a></li>
194
+ <li><a href="https://intlayer.org/doc/environment/angular" rel=''>Angular</a></li>
195
+ <li><a href="https://intlayer.org/doc/environment/express" rel=''>Express</a></li>
196
+ <li><a href="https://intlayer.org/doc/environment/nest" rel=''>NestJS</a></li>
197
+ </ul>
198
+ </details>
199
+
200
+ <details>
201
+ <summary style="font-size:16px; font-weight:bold;">📰 Blog</summary>
202
+ <ul>
203
+ <li><a href="https://github.com/aymericzip/intlayer/blob/main/docs/blog/en/what_is_internationalization.md" rel=''>What is i18n</a></li>
204
+ <li><a href="https://intlayer.org/blog/SEO-and-i18n" rel=''>i18n and SEO</a></li>
205
+ <li><a href="https://intlayer.org/blog/intlayer-with-next-i18next" rel=''>Intlayer and i18next</a></li>
206
+ <li><a href="https://intlayer.org/blog/intlayer-with-react-i18next" rel=''>Intlayer and react-intl</a></li>
207
+ <li><a href="https://intlayer.org/blog/intlayer-with-next-intl" rel=''>Intlayer and next-intl</a></li>
208
+ </ul>
209
+ </details>
210
+
211
+ ## 🌐 Readme in other languages
212
+
213
+ <p align="center">
214
+ <a href="https://github.com/aymericzip/intlayer/blob/main/readme.md">English</a> •
215
+ <a href="https://github.com/aymericzip/intlayer/blob/main/docs/docs/zh/readme.md">简体中文</a> •
216
+ <a href="https://github.com/aymericzip/intlayer/blob/main/docs/docs/ru/readme.md">Русский</a> •
217
+ <a href="https://github.com/aymericzip/intlayer/blob/main/docs/docs/ja/readme.md">日本語</a> •
218
+ <a href="https://github.com/aymericzip/intlayer/blob/main/docs/docs/fr/readme.md">Français</a> •
219
+ <a href="https://github.com/aymericzip/intlayer/blob/main/docs/docs/ko/readme.md">한국어</a> •
220
+ <a href="https://github.com/aymericzip/intlayer/blob/main/docs/docs/es/readme.md">Español</a> •
221
+ <a href="https://github.com/aymericzip/intlayer/blob/main/docs/docs/de/readme.md">Deutsch</a> •
222
+ <a href="https://github.com/aymericzip/intlayer/blob/main/docs/docs/ar/readme.md">العربية</a> •
223
+ <a href="https://github.com/aymericzip/intlayer/blob/main/docs/docs/it/readme.md">Italiano</a> •
224
+ <a href="https://github.com/aymericzip/intlayer/blob/main/docs/docs/en-GB/readme.md">English (UK)</a> •
225
+ <a href="https://github.com/aymericzip/intlayer/blob/main/docs/docs/pt/readme.md">Português</a> •
226
+ <a href="https://github.com/aymericzip/intlayer/blob/main/docs/docs/hi/readme.md">हिन्दी</a> •
227
+ <a href="https://github.com/aymericzip/intlayer/blob/main/docs/docs/tr/readme.md">Türkçe</a>
228
+ </p>
229
+
230
+ ## 🤝 Community
231
+
232
+ Intlayer is built with and for the community and we’d love your input!
233
+
234
+ - Have a suggestion? [Open an issue](https://github.com/aymericzip/intlayer/issues)
235
+ - Found a bug or improvement? [Submit a PR](https://github.com/aymericzip/intlayer/pulls)
236
+ - Need help or want to connect? [Join our Discord](https://discord.gg/7uxamYVeCk)
237
+
238
+ You can also follow us on :
239
+
240
+ <div>
28
241
  <br/>
29
242
  <p align="center">
30
- <a href="https://discord.gg/528mBV4N" target="blank"><img align="center"
243
+ <a href="https://discord.gg/528mBV4N" target="blank" rel='noopener noreferrer nofollow'><img align="center"
31
244
  src="https://img.shields.io/badge/discord-5865F2.svg?style=for-the-badge&logo=discord&logoColor=white"
32
245
  alt="Intlayer Discord" height="30"/></a>
33
- <a href="https://www.linkedin.com/company/intlayerorg" target="blank"><img align="center"
246
+ <a href="https://www.linkedin.com/company/intlayerorg" target="blank" rel='noopener noreferrer nofollow'><img align="center"
34
247
  src="https://img.shields.io/badge/linkedin-%231DA1F2.svg?style=for-the-badge&logo=linkedin&logoColor=white"
35
248
  alt="Intlayer LinkedIn" height="30"/></a>
36
- <a href="https://www.facebook.com/intlayer" target="blank"><img align="center"
249
+ <a href="https://www.facebook.com/intlayer" target="blank" rel='noopener noreferrer nofollow'><img align="center"
37
250
  src="https://img.shields.io/badge/facebook-4267B2.svg?style=for-the-badge&logo=facebook&logoColor=white"
38
251
  alt="Intlayer Facebook" height="30"/></a>
39
- <a href="https://www.instagram.com/intlayer/" target="blank"><img align="center"
252
+ <a href="https://www.instagram.com/intlayer/" target="blank" rel='noopener noreferrer nofollow'><img align="center"
40
253
  src="https://img.shields.io/badge/instagram-%23E4405F.svg?style=for-the-badge&logo=Instagram&logoColor=white"
41
254
  alt="Intlayer Instagram" height="30"/></a>
42
- <a href="https://x.com/Intlayer183096" target="blank"><img align="center"
255
+ <a href="https://x.com/Intlayer183096" target="blank" rel='noopener noreferrer nofollow'><img align="center"
43
256
  src="https://img.shields.io/badge/x-1DA1F2.svg?style=for-the-badge&logo=x&logoColor=white"
44
257
  alt="Intlayer X" height="30"/></a>
45
- <a href="https://www.youtube.com/@intlayer" target="blank"><img align="center"
258
+ <a href="https://www.youtube.com/@intlayer" target="blank" rel='noopener noreferrer nofollow'><img align="center"
46
259
  src="https://img.shields.io/badge/youtube-FF0000.svg?style=for-the-badge&logo=youtube&logoColor=white"
47
260
  alt="Intlayer YouTube" height="30"/></a>
48
- <a href="https://www.tiktok.com/@intlayer" target="blank"><img align="center"
261
+ <a href="https://www.tiktok.com/@intlayer" target="blank" rel='noopener noreferrer nofollow'><img align="center"
49
262
  src="https://img.shields.io/badge/tiktok-000000.svg?style=for-the-badge&logo=tiktok&logoColor=white"
50
263
  alt="Intlayer TikTok" height="30"/></a>
51
264
  <br>
52
265
  </p>
53
266
  </div>
54
267
 
55
- # @intlayer/design-system: Containing the UI library of Intlayer
56
-
57
- **Intlayer** is a suite of packages designed specifically for JavaScript developers. It is compatible with frameworks like React, React, and Express.js.
58
-
59
- The **`@intlayer/design-system`** package is a NPM package including the design system of Intlayer. This package is notably used by the [Intlayer editor](https://github.com/aymericzip/intlayer/tree/main/docs/en/packages/intlayer-editor/index.md), in the [Website](https://intlayer.org) and the [Visual Editor / CMS](https://intlayer.org/dashboard).
268
+ ### Contribution
60
269
 
61
- ## Installation
62
-
63
- Install the necessary package using your preferred package manager:
64
-
65
- ```bash packageManager="npm"
66
- npm install @intlayer/design-system
67
- ```
68
-
69
- ```bash packageManager="pnpm"
70
- pnpm add @intlayer/design-system
71
- ```
72
-
73
- ```bash packageManager="yarn"
74
- yarn add @intlayer/design-system
75
- ```
270
+ For more detailed guidelines on contributing to this project, please refer to the [`CONTRIBUTING.md`](https://github.com/aymericzip/intlayer/blob/main/CONTRIBUTING.md) file. It contains essential information on our development process, commit message conventions, and release procedures. Your contributions are valuable to us, and we appreciate your efforts in making this project better!
76
271
 
77
- ## Read about Intlayer
272
+ ### Thank You for the Support
78
273
 
79
- - [Intlayer Website](https://intlayer.org)
80
- - [Intlayer Documentation](https://intlayer.org/doc)
81
- - [Intlayer GitHub](https://github.com/aymericzip/intlayer)
274
+ If you like Intlayer, give us a ⭐ on GitHub. It helps others discover the project! [See why GitHub Stars matter](https://github.com/aymericzip/intlayer/blob/main/CONTRIBUTING.md#why-github-stars-matter-).
82
275
 
83
- - [Ask your questions to our smart documentation](https://intlayer.org/docchat)
276
+ [![Star History Chart](https://api.star-history.com/svg?repos=aymericzip/intlayer&type=Date)](https://star-history.com/#aymericzip/intlayer&Date)
@@ -47,13 +47,13 @@
47
47
  "src/components/Form/FormMessage.tsx"
48
48
  ]
49
49
  },
50
- "_better-auth.CMQ3rA-I-7umXOENE.js": {
51
- "file": "better-auth.CMQ3rA-I-7umXOENE.js",
52
- "name": "better-auth.CMQ3rA-I"
50
+ "_better-auth.CiuwFiHM-7umXOENE.js": {
51
+ "file": "better-auth.CiuwFiHM-7umXOENE.js",
52
+ "name": "better-auth.CiuwFiHM"
53
53
  },
54
- "_better-auth.CMQ3rA-I-C2nBKRMa.cjs": {
55
- "file": "better-auth.CMQ3rA-I-C2nBKRMa.cjs",
56
- "name": "better-auth.CMQ3rA-I"
54
+ "_better-auth.CiuwFiHM-C2nBKRMa.cjs": {
55
+ "file": "better-auth.CiuwFiHM-C2nBKRMa.cjs",
56
+ "name": "better-auth.CiuwFiHM"
57
57
  },
58
58
  "_index-BCuMWKyy.js": {
59
59
  "file": "index-BCuMWKyy.js",
@@ -89,41 +89,21 @@
89
89
  "src/components/DictionaryEditor/NodeWrapper/StringWrapper.tsx"
90
90
  ]
91
91
  },
92
- "_parse-Ltyyb1op.cjs": {
93
- "file": "parse-Ltyyb1op.cjs",
94
- "name": "parse"
92
+ "_schemas-0lUZlFWF.cjs": {
93
+ "file": "schemas-0lUZlFWF.cjs",
94
+ "name": "schemas"
95
95
  },
96
- "_parse-Vrm0h1r9.js": {
97
- "file": "parse-Vrm0h1r9.js",
98
- "name": "parse"
96
+ "_schemas-BG_GIt-j.js": {
97
+ "file": "schemas-BG_GIt-j.js",
98
+ "name": "schemas"
99
99
  },
100
- "_schemas-DEXdAbCK.js": {
101
- "file": "schemas-DEXdAbCK.js",
102
- "name": "schemas",
103
- "imports": [
104
- "_parse-Vrm0h1r9.js"
105
- ]
106
- },
107
- "_schemas-lh5OFOvX.cjs": {
108
- "file": "schemas-lh5OFOvX.cjs",
109
- "name": "schemas",
110
- "imports": [
111
- "_parse-Ltyyb1op.cjs"
112
- ]
100
+ "_zod-CCm3hUBS.js": {
101
+ "file": "zod-CCm3hUBS.js",
102
+ "name": "zod"
113
103
  },
114
- "_zod-BvUVjPTw.cjs": {
115
- "file": "zod-BvUVjPTw.cjs",
116
- "name": "zod",
117
- "imports": [
118
- "_parse-Ltyyb1op.cjs"
119
- ]
120
- },
121
- "_zod-CJrbzxwg.js": {
122
- "file": "zod-CJrbzxwg.js",
123
- "name": "zod",
124
- "imports": [
125
- "_parse-Vrm0h1r9.js"
126
- ]
104
+ "_zod-CvjrdkEg.cjs": {
105
+ "file": "zod-CvjrdkEg.cjs",
106
+ "name": "zod"
127
107
  },
128
108
  "src/components/Accordion/Accordion.tsx": {
129
109
  "file": "components/Accordion/Accordion.cjs",
@@ -458,7 +438,7 @@
458
438
  "src": "src/components/DictionaryFieldEditor/ContentEditorView/TextEditor.tsx",
459
439
  "isEntry": true,
460
440
  "imports": [
461
- "_better-auth.CMQ3rA-I-C2nBKRMa.cjs",
441
+ "_better-auth.CiuwFiHM-C2nBKRMa.cjs",
462
442
  "src/hooks/reactQuery.ts",
463
443
  "src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
464
444
  "src/utils/object.ts",
@@ -484,7 +464,7 @@
484
464
  "imports": [
485
465
  "src/hooks/reactQuery.ts",
486
466
  "src/hooks/useAuth/useAuth.ts",
487
- "_better-auth.CMQ3rA-I-C2nBKRMa.cjs",
467
+ "_better-auth.CiuwFiHM-C2nBKRMa.cjs",
488
468
  "src/components/Button/Button.tsx",
489
469
  "src/components/Form/FormBase.tsx",
490
470
  "src/components/Form/FormField.tsx",
@@ -512,7 +492,7 @@
512
492
  "src": "src/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.ts",
513
493
  "isEntry": true,
514
494
  "imports": [
515
- "_schemas-lh5OFOvX.cjs"
495
+ "_schemas-0lUZlFWF.cjs"
516
496
  ]
517
497
  },
518
498
  "src/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.tsx": {
@@ -521,7 +501,7 @@
521
501
  "src": "src/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.tsx",
522
502
  "isEntry": true,
523
503
  "imports": [
524
- "_better-auth.CMQ3rA-I-C2nBKRMa.cjs",
504
+ "_better-auth.CiuwFiHM-C2nBKRMa.cjs",
525
505
  "src/hooks/reactQuery.ts",
526
506
  "src/hooks/useAuth/useAuth.ts",
527
507
  "src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
@@ -554,7 +534,7 @@
554
534
  "src": "src/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.ts",
555
535
  "isEntry": true,
556
536
  "imports": [
557
- "_schemas-lh5OFOvX.cjs"
537
+ "_schemas-0lUZlFWF.cjs"
558
538
  ]
559
539
  },
560
540
  "src/components/DictionaryFieldEditor/DictionaryFieldEditor.tsx": {
@@ -564,7 +544,7 @@
564
544
  "isEntry": true,
565
545
  "imports": [
566
546
  "src/components/Button/Button.tsx",
567
- "_better-auth.CMQ3rA-I-C2nBKRMa.cjs",
547
+ "_better-auth.CiuwFiHM-C2nBKRMa.cjs",
568
548
  "src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
569
549
  "src/components/Container/index.tsx",
570
550
  "src/components/DropDown/index.tsx",
@@ -645,7 +625,7 @@
645
625
  "isEntry": true,
646
626
  "imports": [
647
627
  "src/components/Modal/Modal.tsx",
648
- "_better-auth.CMQ3rA-I-C2nBKRMa.cjs",
628
+ "_better-auth.CiuwFiHM-C2nBKRMa.cjs",
649
629
  "src/hooks/reactQuery.ts",
650
630
  "src/hooks/useAuth/useAuth.ts",
651
631
  "src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
@@ -682,7 +662,7 @@
682
662
  "src/components/EditableField/EditableFieldInput.tsx",
683
663
  "src/components/Input/Input.tsx",
684
664
  "src/components/Input/Checkbox.tsx",
685
- "_better-auth.CMQ3rA-I-C2nBKRMa.cjs",
665
+ "_better-auth.CiuwFiHM-C2nBKRMa.cjs",
686
666
  "src/components/DictionaryFieldEditor/NodeTypeSelector.tsx"
687
667
  ]
688
668
  },
@@ -710,7 +690,7 @@
710
690
  "src": "src/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.tsx",
711
691
  "isEntry": true,
712
692
  "imports": [
713
- "_better-auth.CMQ3rA-I-C2nBKRMa.cjs",
693
+ "_better-auth.CiuwFiHM-C2nBKRMa.cjs",
714
694
  "src/hooks/usePersistedStore.ts",
715
695
  "src/hooks/useScrollBlockage/useScrollBlockageStore.ts"
716
696
  ]
@@ -802,7 +782,7 @@
802
782
  "src/components/TextArea/AutoSizeTextArea.tsx",
803
783
  "src/components/Input/Input.tsx",
804
784
  "src/components/Input/Checkbox.tsx",
805
- "_better-auth.CMQ3rA-I-C2nBKRMa.cjs",
785
+ "_better-auth.CiuwFiHM-C2nBKRMa.cjs",
806
786
  "src/components/EditableField/EditableFieldLayout.tsx"
807
787
  ]
808
788
  },
@@ -889,7 +869,7 @@
889
869
  "src": "src/components/Form/FormBase.tsx",
890
870
  "isEntry": true,
891
871
  "imports": [
892
- "_zod-BvUVjPTw.cjs",
872
+ "_zod-CvjrdkEg.cjs",
893
873
  "src/utils/cn.ts"
894
874
  ]
895
875
  },
@@ -1003,8 +983,8 @@
1003
983
  "src": "src/components/Form/elements/FormElementWrapper.tsx",
1004
984
  "isEntry": true,
1005
985
  "imports": [
1006
- "_zod-BvUVjPTw.cjs",
1007
- "_schemas-lh5OFOvX.cjs"
986
+ "_zod-CvjrdkEg.cjs",
987
+ "_schemas-0lUZlFWF.cjs"
1008
988
  ]
1009
989
  },
1010
990
  "src/components/Form/elements/InputElement.tsx": {
@@ -1198,7 +1178,7 @@
1198
1178
  "src": "src/components/IDE/CodeContext.tsx",
1199
1179
  "isEntry": true,
1200
1180
  "imports": [
1201
- "_better-auth.CMQ3rA-I-C2nBKRMa.cjs",
1181
+ "_better-auth.CiuwFiHM-C2nBKRMa.cjs",
1202
1182
  "src/hooks/usePersistedStore.ts",
1203
1183
  "src/hooks/useScrollBlockage/useScrollBlockageStore.ts"
1204
1184
  ]
@@ -1435,7 +1415,7 @@
1435
1415
  "src": "src/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.tsx",
1436
1416
  "isEntry": true,
1437
1417
  "imports": [
1438
- "_better-auth.CMQ3rA-I-C2nBKRMa.cjs",
1418
+ "_better-auth.CiuwFiHM-C2nBKRMa.cjs",
1439
1419
  "src/hooks/usePersistedStore.ts",
1440
1420
  "src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
1441
1421
  "src/components/Button/Button.tsx",
@@ -1453,7 +1433,7 @@
1453
1433
  "src": "src/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.tsx",
1454
1434
  "isEntry": true,
1455
1435
  "imports": [
1456
- "_better-auth.CMQ3rA-I-C2nBKRMa.cjs",
1436
+ "_better-auth.CiuwFiHM-C2nBKRMa.cjs",
1457
1437
  "src/hooks/usePersistedStore.ts",
1458
1438
  "src/hooks/useScrollBlockage/useScrollBlockageStore.ts"
1459
1439
  ]
@@ -1576,7 +1556,7 @@
1576
1556
  "src": "src/components/Modal/Modal.tsx",
1577
1557
  "isEntry": true,
1578
1558
  "imports": [
1579
- "_better-auth.CMQ3rA-I-C2nBKRMa.cjs",
1559
+ "_better-auth.CiuwFiHM-C2nBKRMa.cjs",
1580
1560
  "src/hooks/useGetElementOrWindow.ts",
1581
1561
  "_index-BYzBot7l.cjs",
1582
1562
  "src/utils/cn.ts",
@@ -1618,7 +1598,7 @@
1618
1598
  "src": "src/components/Navbar/MobileNavbar.tsx",
1619
1599
  "isEntry": true,
1620
1600
  "imports": [
1621
- "_better-auth.CMQ3rA-I-C2nBKRMa.cjs",
1601
+ "_better-auth.CiuwFiHM-C2nBKRMa.cjs",
1622
1602
  "_index-BYzBot7l.cjs",
1623
1603
  "src/hooks/useScrollDetection.ts",
1624
1604
  "src/utils/cn.ts",
@@ -1632,7 +1612,7 @@
1632
1612
  "src": "src/components/Navbar/index.tsx",
1633
1613
  "isEntry": true,
1634
1614
  "imports": [
1635
- "_better-auth.CMQ3rA-I-C2nBKRMa.cjs",
1615
+ "_better-auth.CiuwFiHM-C2nBKRMa.cjs",
1636
1616
  "src/hooks/useDevice.ts",
1637
1617
  "src/hooks/useIsMounted.ts",
1638
1618
  "src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
@@ -1849,7 +1829,7 @@
1849
1829
  "src": "src/components/SwitchSelector/index.tsx",
1850
1830
  "isEntry": true,
1851
1831
  "imports": [
1852
- "_better-auth.CMQ3rA-I-C2nBKRMa.cjs",
1832
+ "_better-auth.CiuwFiHM-C2nBKRMa.cjs",
1853
1833
  "src/hooks/useItemSelector.ts",
1854
1834
  "src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
1855
1835
  "src/utils/cn.ts"
@@ -1861,7 +1841,7 @@
1861
1841
  "src": "src/components/TabSelector/TabSelector.tsx",
1862
1842
  "isEntry": true,
1863
1843
  "imports": [
1864
- "_better-auth.CMQ3rA-I-C2nBKRMa.cjs",
1844
+ "_better-auth.CiuwFiHM-C2nBKRMa.cjs",
1865
1845
  "src/hooks/useItemSelector.ts",
1866
1846
  "src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
1867
1847
  "src/utils/cn.ts"
@@ -2130,7 +2110,7 @@
2130
2110
  "src": "src/hooks/auth.ts",
2131
2111
  "isEntry": true,
2132
2112
  "imports": [
2133
- "_better-auth.CMQ3rA-I-C2nBKRMa.cjs"
2113
+ "_better-auth.CiuwFiHM-C2nBKRMa.cjs"
2134
2114
  ]
2135
2115
  },
2136
2116
  "src/hooks/index.ts": {
@@ -2164,7 +2144,7 @@
2164
2144
  "isEntry": true,
2165
2145
  "imports": [
2166
2146
  "src/hooks/useAuth/useAuth.ts",
2167
- "_better-auth.CMQ3rA-I-C2nBKRMa.cjs",
2147
+ "_better-auth.CiuwFiHM-C2nBKRMa.cjs",
2168
2148
  "src/hooks/useIntlayerAPI.ts"
2169
2149
  ]
2170
2150
  },
@@ -2297,7 +2277,7 @@
2297
2277
  "imports": [
2298
2278
  "src/hooks/reactQuery.ts",
2299
2279
  "src/hooks/useAuth/useAuth.ts",
2300
- "_better-auth.CMQ3rA-I-C2nBKRMa.cjs"
2280
+ "_better-auth.CiuwFiHM-C2nBKRMa.cjs"
2301
2281
  ]
2302
2282
  },
2303
2283
  "src/providers/ReactQueryProvider.tsx": {
@@ -32,4 +32,4 @@ const env = new Proxy(_envShim, {
32
32
  export {
33
33
  env as e
34
34
  };
35
- //# sourceMappingURL=better-auth.CMQ3rA-I-7umXOENE.js.map
35
+ //# sourceMappingURL=better-auth.CiuwFiHM-7umXOENE.js.map