@intlayer/design-system 8.10.1 → 8.11.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 (215) hide show
  1. package/dist/esm/api/hooks/ai.mjs +66 -0
  2. package/dist/esm/api/hooks/ai.mjs.map +1 -0
  3. package/dist/esm/api/hooks/audit.mjs +34 -0
  4. package/dist/esm/api/hooks/audit.mjs.map +1 -0
  5. package/dist/esm/api/hooks/auth.mjs +217 -0
  6. package/dist/esm/api/hooks/auth.mjs.map +1 -0
  7. package/dist/esm/api/hooks/bitbucket.mjs +39 -0
  8. package/dist/esm/api/hooks/bitbucket.mjs.map +1 -0
  9. package/dist/esm/api/hooks/dictionary.mjs +105 -0
  10. package/dist/esm/api/hooks/dictionary.mjs.map +1 -0
  11. package/dist/esm/api/hooks/discussions.mjs +37 -0
  12. package/dist/esm/api/hooks/discussions.mjs.map +1 -0
  13. package/dist/esm/api/hooks/editor.mjs +24 -0
  14. package/dist/esm/api/hooks/editor.mjs.map +1 -0
  15. package/dist/esm/api/hooks/github.mjs +54 -0
  16. package/dist/esm/api/hooks/github.mjs.map +1 -0
  17. package/dist/esm/api/hooks/gitlab.mjs +43 -0
  18. package/dist/esm/api/hooks/gitlab.mjs.map +1 -0
  19. package/dist/esm/api/hooks/newsletter.mjs +31 -0
  20. package/dist/esm/api/hooks/newsletter.mjs.map +1 -0
  21. package/dist/esm/api/hooks/organization.mjs +123 -0
  22. package/dist/esm/api/hooks/organization.mjs.map +1 -0
  23. package/dist/esm/api/hooks/project.mjs +187 -0
  24. package/dist/esm/api/hooks/project.mjs.map +1 -0
  25. package/dist/esm/api/hooks/reviewer.mjs +288 -0
  26. package/dist/esm/api/hooks/reviewer.mjs.map +1 -0
  27. package/dist/esm/api/hooks/search.mjs +18 -0
  28. package/dist/esm/api/hooks/search.mjs.map +1 -0
  29. package/dist/esm/api/hooks/showcaseProject.mjs +95 -0
  30. package/dist/esm/api/hooks/showcaseProject.mjs.map +1 -0
  31. package/dist/esm/api/hooks/stripe.mjs +261 -0
  32. package/dist/esm/api/hooks/stripe.mjs.map +1 -0
  33. package/dist/esm/api/hooks/tag.mjs +45 -0
  34. package/dist/esm/api/hooks/tag.mjs.map +1 -0
  35. package/dist/esm/api/hooks/translate.mjs +47 -0
  36. package/dist/esm/api/hooks/translate.mjs.map +1 -0
  37. package/dist/esm/api/hooks/user.mjs +58 -0
  38. package/dist/esm/api/hooks/user.mjs.map +1 -0
  39. package/dist/esm/api/hooks/utils.mjs +30 -0
  40. package/dist/esm/api/hooks/utils.mjs.map +1 -0
  41. package/dist/esm/api/index.mjs +26 -0
  42. package/dist/esm/{hooks → api}/useAuth/useAuth.mjs +1 -1
  43. package/dist/esm/api/useAuth/useAuth.mjs.map +1 -0
  44. package/dist/esm/{hooks → api}/useAuth/useOAuth2.mjs +3 -3
  45. package/dist/esm/api/useAuth/useOAuth2.mjs.map +1 -0
  46. package/dist/esm/{hooks → api}/useAuth/useSession.mjs +3 -4
  47. package/dist/esm/api/useAuth/useSession.mjs.map +1 -0
  48. package/dist/esm/api/useIntlayerAPI.mjs +123 -0
  49. package/dist/esm/api/useIntlayerAPI.mjs.map +1 -0
  50. package/dist/esm/{hooks → api}/useUser/index.mjs +2 -2
  51. package/dist/esm/api/useUser/index.mjs.map +1 -0
  52. package/dist/esm/components/Badge/index.mjs +1 -3
  53. package/dist/esm/components/Badge/index.mjs.map +1 -1
  54. package/dist/esm/components/Breadcrumb/index.mjs +0 -1
  55. package/dist/esm/components/Breadcrumb/index.mjs.map +1 -1
  56. package/dist/esm/components/Button/Button.mjs +3 -5
  57. package/dist/esm/components/Button/Button.mjs.map +1 -1
  58. package/dist/esm/components/Carousel/index.mjs +3 -3
  59. package/dist/esm/components/Carousel/index.mjs.map +1 -1
  60. package/dist/esm/components/ContentEditor/ContentEditorTextArea.mjs +1 -1
  61. package/dist/esm/components/ContentEditor/ContentEditorTextArea.mjs.map +1 -1
  62. package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +1 -1
  63. package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs.map +1 -1
  64. package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +3 -2
  65. package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -1
  66. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +4 -2
  67. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
  68. package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +3 -2
  69. package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
  70. package/dist/esm/components/ExpandCollapse/ExpandCollapse.mjs +2 -2
  71. package/dist/esm/components/ExpandCollapse/ExpandCollapse.mjs.map +1 -1
  72. package/dist/esm/components/IDE/FileList.mjs +1 -1
  73. package/dist/esm/components/IDE/FileList.mjs.map +1 -1
  74. package/dist/esm/components/IDE/IDE.mjs +1 -1
  75. package/dist/esm/components/IDE/IDE.mjs.map +1 -1
  76. package/dist/esm/components/Input/Checkbox.mjs +1 -3
  77. package/dist/esm/components/Input/Checkbox.mjs.map +1 -1
  78. package/dist/esm/components/Label/index.mjs +2 -2
  79. package/dist/esm/components/Label/index.mjs.map +1 -1
  80. package/dist/esm/components/LanguageBackground/LanguageSection.mjs +8 -6
  81. package/dist/esm/components/LanguageBackground/LanguageSection.mjs.map +1 -1
  82. package/dist/esm/components/LanguageBackground/index.mjs +13 -5
  83. package/dist/esm/components/LanguageBackground/index.mjs.map +1 -1
  84. package/dist/esm/components/Link/Link.mjs +0 -7
  85. package/dist/esm/components/Link/Link.mjs.map +1 -1
  86. package/dist/esm/components/Loader/spinner.mjs +1 -1
  87. package/dist/esm/components/Loader/spinner.mjs.map +1 -1
  88. package/dist/esm/components/Pagination/Pagination.mjs +1 -2
  89. package/dist/esm/components/Pagination/Pagination.mjs.map +1 -1
  90. package/dist/esm/components/Popover/dynamic.mjs +2 -2
  91. package/dist/esm/components/Popover/dynamic.mjs.map +1 -1
  92. package/dist/esm/components/SwitchSelector/SwitchSelector.mjs +3 -5
  93. package/dist/esm/components/SwitchSelector/SwitchSelector.mjs.map +1 -1
  94. package/dist/esm/components/SwitchSelector/VerticalSwitchSelector.mjs +3 -3
  95. package/dist/esm/components/SwitchSelector/VerticalSwitchSelector.mjs.map +1 -1
  96. package/dist/esm/components/TabSelector/TabSelector.mjs +3 -3
  97. package/dist/esm/components/TabSelector/TabSelector.mjs.map +1 -1
  98. package/dist/esm/components/Tag/index.mjs +1 -1
  99. package/dist/esm/components/Tag/index.mjs.map +1 -1
  100. package/dist/esm/components/Terminal/Terminal.mjs +1 -1
  101. package/dist/esm/components/Terminal/Terminal.mjs.map +1 -1
  102. package/dist/esm/components/TextArea/AutoSizeTextArea.mjs +2 -2
  103. package/dist/esm/components/TextArea/AutoSizeTextArea.mjs.map +1 -1
  104. package/dist/esm/components/TextArea/ContentEditableTextArea.mjs +3 -3
  105. package/dist/esm/components/TextArea/ContentEditableTextArea.mjs.map +1 -1
  106. package/dist/esm/components/Toaster/Toast.mjs +3 -3
  107. package/dist/esm/components/Toaster/Toast.mjs.map +1 -1
  108. package/dist/esm/components/WithResizer/index.mjs +7 -2
  109. package/dist/esm/components/WithResizer/index.mjs.map +1 -1
  110. package/dist/esm/hooks/index.mjs +1 -7
  111. package/dist/esm/libs/auth.mjs +1 -1
  112. package/dist/esm/routes.mjs +23 -1
  113. package/dist/esm/routes.mjs.map +1 -1
  114. package/dist/types/api/hooks/ai.d.ts +12 -0
  115. package/dist/types/api/hooks/ai.d.ts.map +1 -0
  116. package/dist/types/api/hooks/audit.d.ts +10 -0
  117. package/dist/types/api/hooks/audit.d.ts.map +1 -0
  118. package/dist/types/api/hooks/auth.d.ts +29 -0
  119. package/dist/types/api/hooks/auth.d.ts.map +1 -0
  120. package/dist/types/api/hooks/bitbucket.d.ts +8 -0
  121. package/dist/types/api/hooks/bitbucket.d.ts.map +1 -0
  122. package/dist/types/api/hooks/dictionary.d.ts +15 -0
  123. package/dist/types/api/hooks/dictionary.d.ts.map +1 -0
  124. package/dist/types/api/hooks/discussions.d.ts +8 -0
  125. package/dist/types/api/hooks/discussions.d.ts.map +1 -0
  126. package/dist/types/api/hooks/editor.d.ts +6 -0
  127. package/dist/types/api/hooks/editor.d.ts.map +1 -0
  128. package/dist/types/api/hooks/github.d.ts +12 -0
  129. package/dist/types/api/hooks/github.d.ts.map +1 -0
  130. package/dist/types/api/hooks/gitlab.d.ts +8 -0
  131. package/dist/types/api/hooks/gitlab.d.ts.map +1 -0
  132. package/dist/types/api/hooks/newsletter.d.ts +7 -0
  133. package/dist/types/api/hooks/newsletter.d.ts.map +1 -0
  134. package/dist/types/api/hooks/organization.d.ts +16 -0
  135. package/dist/types/api/hooks/organization.d.ts.map +1 -0
  136. package/dist/types/api/hooks/project.d.ts +23 -0
  137. package/dist/types/api/hooks/project.d.ts.map +1 -0
  138. package/dist/types/api/hooks/reviewer.d.ts +39 -0
  139. package/dist/types/api/hooks/reviewer.d.ts.map +1 -0
  140. package/dist/types/api/hooks/search.d.ts +7 -0
  141. package/dist/types/api/hooks/search.d.ts.map +1 -0
  142. package/dist/types/api/hooks/showcaseProject.d.ts +16 -0
  143. package/dist/types/api/hooks/showcaseProject.d.ts.map +1 -0
  144. package/dist/types/api/hooks/stripe.d.ts +33 -0
  145. package/dist/types/api/hooks/stripe.d.ts.map +1 -0
  146. package/dist/types/api/hooks/tag.d.ts +11 -0
  147. package/dist/types/api/hooks/tag.d.ts.map +1 -0
  148. package/dist/types/api/hooks/translate.d.ts +8 -0
  149. package/dist/types/api/hooks/translate.d.ts.map +1 -0
  150. package/dist/types/api/hooks/user.d.ts +13 -0
  151. package/dist/types/api/hooks/user.d.ts.map +1 -0
  152. package/dist/types/api/hooks/utils.d.ts +23 -0
  153. package/dist/types/api/hooks/utils.d.ts.map +1 -0
  154. package/dist/types/api/index.d.ts +25 -0
  155. package/dist/types/{hooks → api}/useAuth/useAuth.d.ts +1 -1
  156. package/dist/types/api/useAuth/useAuth.d.ts.map +1 -0
  157. package/dist/types/{hooks → api}/useAuth/useOAuth2.d.ts +1 -1
  158. package/dist/types/api/useAuth/useOAuth2.d.ts.map +1 -0
  159. package/dist/types/{hooks → api}/useAuth/useSession.d.ts +1 -1
  160. package/dist/types/api/useAuth/useSession.d.ts.map +1 -0
  161. package/dist/types/api/useIntlayerAPI.d.ts +297 -0
  162. package/dist/types/api/useIntlayerAPI.d.ts.map +1 -0
  163. package/dist/types/{hooks → api}/useUser/index.d.ts +1 -1
  164. package/dist/types/api/useUser/index.d.ts.map +1 -0
  165. package/dist/types/components/Badge/index.d.ts +3 -4
  166. package/dist/types/components/Badge/index.d.ts.map +1 -1
  167. package/dist/types/components/Breadcrumb/index.d.ts.map +1 -1
  168. package/dist/types/components/Button/Button.d.ts +5 -6
  169. package/dist/types/components/Button/Button.d.ts.map +1 -1
  170. package/dist/types/components/Carousel/index.d.ts.map +1 -1
  171. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +1 -1
  172. package/dist/types/components/Container/index.d.ts +4 -4
  173. package/dist/types/components/DictionaryFieldEditor/ContentEditorView/TextEditor.d.ts.map +1 -1
  174. package/dist/types/components/ExpandCollapse/ExpandCollapse.d.ts.map +1 -1
  175. package/dist/types/components/Input/Checkbox.d.ts +1 -2
  176. package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
  177. package/dist/types/components/LanguageBackground/index.d.ts.map +1 -1
  178. package/dist/types/components/Link/Link.d.ts +2 -3
  179. package/dist/types/components/Link/Link.d.ts.map +1 -1
  180. package/dist/types/components/Loader/spinner.d.ts +1 -1
  181. package/dist/types/components/Pagination/Pagination.d.ts +1 -1
  182. package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
  183. package/dist/types/components/SwitchSelector/SwitchSelector.d.ts +2 -3
  184. package/dist/types/components/SwitchSelector/SwitchSelector.d.ts.map +1 -1
  185. package/dist/types/components/SwitchSelector/VerticalSwitchSelector.d.ts +1 -1
  186. package/dist/types/components/SwitchSelector/VerticalSwitchSelector.d.ts.map +1 -1
  187. package/dist/types/components/TabSelector/TabSelector.d.ts +2 -2
  188. package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
  189. package/dist/types/components/Tag/index.d.ts +2 -2
  190. package/dist/types/components/TextArea/ContentEditableTextArea.d.ts.map +1 -1
  191. package/dist/types/components/Toaster/Toast.d.ts +1 -1
  192. package/dist/types/hooks/index.d.ts +1 -7
  193. package/dist/types/providers/ReactQueryProvider.d.ts +1 -1
  194. package/dist/types/routes.d.ts +23 -1
  195. package/dist/types/routes.d.ts.map +1 -1
  196. package/package.json +35 -30
  197. package/tailwind.css +0 -19
  198. package/dist/esm/hooks/reactQuery.mjs +0 -1187
  199. package/dist/esm/hooks/reactQuery.mjs.map +0 -1
  200. package/dist/esm/hooks/useAuth/useAuth.mjs.map +0 -1
  201. package/dist/esm/hooks/useAuth/useOAuth2.mjs.map +0 -1
  202. package/dist/esm/hooks/useAuth/useSession.mjs.map +0 -1
  203. package/dist/esm/hooks/useIntlayerAPI.mjs +0 -22
  204. package/dist/esm/hooks/useIntlayerAPI.mjs.map +0 -1
  205. package/dist/esm/hooks/useUser/index.mjs.map +0 -1
  206. package/dist/types/hooks/reactQuery.d.ts +0 -188
  207. package/dist/types/hooks/reactQuery.d.ts.map +0 -1
  208. package/dist/types/hooks/useAuth/useAuth.d.ts.map +0 -1
  209. package/dist/types/hooks/useAuth/useOAuth2.d.ts.map +0 -1
  210. package/dist/types/hooks/useAuth/useSession.d.ts.map +0 -1
  211. package/dist/types/hooks/useIntlayerAPI.d.ts +0 -14
  212. package/dist/types/hooks/useIntlayerAPI.d.ts.map +0 -1
  213. package/dist/types/hooks/useUser/index.d.ts.map +0 -1
  214. /package/dist/esm/{hooks → api}/useAuth/index.mjs +0 -0
  215. /package/dist/types/{hooks → api}/useAuth/index.d.ts +0 -0
@@ -6,14 +6,14 @@ import { ItemSelectorOrientation } from "@hooks/useItemSelector";
6
6
  declare enum TabSelectorColor {
7
7
  PRIMARY = "primary",
8
8
  SECONDARY = "secondary",
9
- DESTRUCTIVE = "destructive",
9
+ ERROR = "error",
10
10
  NEUTRAL = "neutral",
11
11
  LIGHT = "light",
12
12
  DARK = "dark",
13
13
  TEXT = "text"
14
14
  }
15
15
  declare const tabSelectorVariant: (props?: {
16
- color?: "text" | "primary" | "secondary" | "neutral" | "destructive" | "light" | "dark";
16
+ color?: "error" | "text" | "primary" | "secondary" | "neutral" | "light" | "dark";
17
17
  } & import("class-variance-authority/types").ClassProp) => string;
18
18
  type TabSelectorItemProps = HTMLAttributes<HTMLElement> & {
19
19
  key: string | number;
@@ -1 +1 @@
1
- {"version":3,"file":"TabSelector.d.ts","names":[],"sources":["../../../../src/components/TabSelector/TabSelector.tsx"],"mappings":";;;;;aAiBY,gBAAA;EACV,OAAA;EACA,SAAA;EACA,WAAA;EACA,OAAA;EACA,KAAA;EACA,IAAA;EACA,IAAA;AAAA;AAAA,cAGI,kBAAA,GAAkB,KAAA;;;KA4CZ,oBAAA,GAAuB,cAAc,CAAC,WAAA;EAChD,GAAA;AAAA;AAAA,KAGU,gBAAA,WAA2B,oBAAA;EACrC,IAAA,EAAM,YAAA,CAAa,CAAA;EACnB,cAAA,EAAgB,CAAA;EAChB,UAAA,IAAc,MAAA,EAAQ,CAAA;EACtB,SAAA;EACA,WAAA,GAAc,uBAAA;AAAA,IACZ,cAAA,CAAe,WAAA,IACjB,IAAA,CAAK,YAAA,QAAoB,kBAAA;EACvB,KAAA,GAAQ,gBAAA,MAAsB,gBAAA;AAAA;AAZlC;;;;;;;;AACK;AAGL;;;;;;;;AAJA,cAgCa,WAAA,aAAyB,oBAAA;EAAsB,IAAA;EAAA,cAAA;EAAA,UAAA;EAAA,KAAA;EAAA,SAAA;EAAA,WAAA;EAAA;AAAA,GAQzD,gBAAA,CAAiB,CAAA,kCAAE,GAAA,CAAA,OAAA"}
1
+ {"version":3,"file":"TabSelector.d.ts","names":[],"sources":["../../../../src/components/TabSelector/TabSelector.tsx"],"mappings":";;;;;aAiBY,gBAAA;EACV,OAAA;EACA,SAAA;EACA,KAAA;EACA,OAAA;EACA,KAAA;EACA,IAAA;EACA,IAAA;AAAA;AAAA,cAGI,kBAAA,GAAkB,KAAA;;;KA4CZ,oBAAA,GAAuB,cAAc,CAAC,WAAA;EAChD,GAAA;AAAA;AAAA,KAGU,gBAAA,WAA2B,oBAAA;EACrC,IAAA,EAAM,YAAA,CAAa,CAAA;EACnB,cAAA,EAAgB,CAAA;EAChB,UAAA,IAAc,MAAA,EAAQ,CAAA;EACtB,SAAA;EACA,WAAA,GAAc,uBAAA;AAAA,IACZ,cAAA,CAAe,WAAA,IACjB,IAAA,CAAK,YAAA,QAAoB,kBAAA;EACvB,KAAA,GAAQ,gBAAA,MAAsB,gBAAA;AAAA;AAZlC;;;;;;;;AACK;AAGL;;;;;;;;AAJA,cAgCa,WAAA,aAAyB,oBAAA;EAAsB,IAAA;EAAA,cAAA;EAAA,UAAA;EAAA,KAAA;EAAA,SAAA;EAAA,WAAA;EAAA;AAAA,GAQzD,gBAAA,CAAiB,CAAA,kCAAE,GAAA,CAAA,OAAA"}
@@ -184,8 +184,8 @@ declare enum TagBackground {
184
184
  WITH = "with"
185
185
  }
186
186
  declare const containerVariants: (props?: {
187
- roundedSize?: "none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full";
188
- color?: "text" | "primary" | "neutral" | "error" | "success" | "warning" | "blue" | "yellow" | "green" | "red" | "orange" | "purple" | "pink" | "brown" | "gray" | "black" | "white";
187
+ roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "full";
188
+ color?: "error" | "text" | "primary" | "neutral" | "success" | "warning" | "blue" | "yellow" | "green" | "red" | "orange" | "purple" | "pink" | "brown" | "gray" | "black" | "white";
189
189
  size?: "xs" | "sm" | "md" | "lg" | "xl";
190
190
  border?: "none" | "with";
191
191
  background?: "none" | "with";
@@ -1 +1 @@
1
- {"version":3,"file":"ContentEditableTextArea.d.ts","names":[],"sources":["../../../../src/components/TextArea/ContentEditableTextArea.tsx"],"mappings":";;;;;KAoBK,aAAA;EACH,IAAA;EACA,MAAM;AAAA;AAAA,KAGH,yBAAA;EACH,KAAA;EACA,YAAA;EACA,QAAA,IAAY,KAAA;EACZ,QAAA;AAAA;AAAA,cAoIW,kBAAA;EAAsB,KAAA;EAAA,YAAA;EAAA,QAAA;EAAA;AAAA,GAKhC,yBAAA;;;;;yBA0S6B,UAAA,CAAW,cAAA;qBApIf,aAAA,CAAc,cAAA;iBAyFlB,cAAA,CAAe,cAAA;mBAsBb,cAAA,CAAe,cAAA;kBAoGhB,SAAA,CAAU,cAAA;sBAKN,SAAA,CAAU,cAAA;0BA3WR,aAAA;0BAuDE,aAAA;;sCA+CjB,WAAA,eAEX,aAAA;AAAA;AAAA,KAgTO,6BAAA;EACV,YAAA,QAAoB,cAAc;EAClC,OAAA;EACA,KAAA;EACA,eAAA;EACA,iBAAA,GAAoB,MAAA;AAAA;AAAA,KAGV,4BAAA,GAA+B,IAAA,CACzC,cAAA,CAAe,cAAA;EAGf,KAAA;EACA,YAAA;EACA,QAAA,IAAY,KAAA;EACZ,WAAA;EACA,QAAA;EACA,OAAA;EACA,OAAA;EACA,QAAA;EACA,sBAAA;EACA,OAAA,GAAU,YAAA,MAAkB,YAAA;EAC5B,SAAA;EACA,SAAA;EACA,WAAA;EACA,GAAA,GAAM,GAAA,CAAI,6BAAA;EACV,GAAA;AAAA,IACE,IAAA,CACA,YAAA,QAAoB,aAAA;AAAA,cAOX,uBAAA,EAAyB,EAAE,CAAC,4BAAA"}
1
+ {"version":3,"file":"ContentEditableTextArea.d.ts","names":[],"sources":["../../../../src/components/TextArea/ContentEditableTextArea.tsx"],"mappings":";;;;;KAqBK,aAAA;EACH,IAAA;EACA,MAAM;AAAA;AAAA,KAGH,yBAAA;EACH,KAAA;EACA,YAAA;EACA,QAAA,IAAY,KAAA;EACZ,QAAA;AAAA;AAAA,cAoIW,kBAAA;EAAsB,KAAA;EAAA,YAAA;EAAA,QAAA;EAAA;AAAA,GAKhC,yBAAA;;;;;yBA0S6B,UAAA,CAAW,cAAA;qBApIf,aAAA,CAAc,cAAA;iBAyFlB,cAAA,CAAe,cAAA;mBAsBb,cAAA,CAAe,cAAA;kBAoGhB,SAAA,CAAU,cAAA;sBAKN,SAAA,CAAU,cAAA;0BA3WR,aAAA;0BAuDE,aAAA;;sCA+CjB,WAAA,eAEX,aAAA;AAAA;AAAA,KAgTO,6BAAA;EACV,YAAA,QAAoB,cAAc;EAClC,OAAA;EACA,KAAA;EACA,eAAA;EACA,iBAAA,GAAoB,MAAA;AAAA;AAAA,KAGV,4BAAA,GAA+B,IAAA,CACzC,cAAA,CAAe,cAAA;EAGf,KAAA;EACA,YAAA;EACA,QAAA,IAAY,KAAA;EACZ,WAAA;EACA,QAAA;EACA,OAAA;EACA,OAAA;EACA,QAAA;EACA,sBAAA;EACA,OAAA,GAAU,YAAA,MAAkB,YAAA;EAC5B,SAAA;EACA,SAAA;EACA,WAAA;EACA,GAAA,GAAM,GAAA,CAAI,6BAAA;EACV,GAAA;AAAA,IACE,IAAA,CACA,YAAA,QAAoB,aAAA;AAAA,cAOX,uBAAA,EAAyB,EAAE,CAAC,4BAAA"}
@@ -75,7 +75,7 @@ declare const Toast: FC<ComponentProps<typeof ToastPrimitives.Root> & VariantPro
75
75
  * ## Features
76
76
  * - **Accessibility**: Requires `altText` prop for screen readers
77
77
  * - **Visual States**: Hover, focus, and disabled state styling
78
- * - **Theme Integration**: Supports destructive and default themes
78
+ * - **Theme Integration**: Supports error and default themes
79
79
  * - **Keyboard Navigation**: Full keyboard accessibility support
80
80
  *
81
81
  * ## Usage Guidelines
@@ -1,8 +1,3 @@
1
- import { UseIntlayerAuthProps, useIntlayerAuth, useIntlayerOAuth } from "./useIntlayerAPI.js";
2
- import { useAddDictionary, useAddNewAccessKey, useAddOrganization, useAddOrganizationMember, useAddPasskey, useAddProject, useAddTag, useAppQuery, useAskDocQuestion, useAskResetPassword, useAuditContentDeclaration, useAuditContentDeclarationField, useAuditContentDeclarationMetadata, useAuditScan, useAuditTag, useAutocomplete, useBitbucketAuth, useBitbucketCheckConfig, useBitbucketGetConfigFile, useBitbucketRepos, useCancelSubscription, useChangePassword, useChat, useCreatePortalSession, useCreateUser, useDeleteAccessKey, useDeleteDictionary, useDeleteOrganization, useDeleteOrganizationById, useDeletePasskey, useDeleteProject, useDeleteProjectById, useDeleteSSOProvider, useDeleteShowcaseProject, useDeleteTag, useDeleteUser, useDisableTwoFactor, useEnableTwoFactor, useFillAllTranslations, useGetCIConfig, useGetDictionaries, useGetDictionariesKeys, useGetDictionary, useGetDiscussions, useGetDiscussionsData, useGetEditorDictionaries, useGetInvoices, useGetNewsletterStatus, useGetOrganizations, useGetOtherShowcaseProjects, useGetPaymentMethod, useGetPricing, useGetProjects, useGetRecursiveAuditStatus, useGetShowcaseProjectById, useGetShowcaseProjects, useGetSubscription, useGetTags, useGetUserByAccount, useGetUserById, useGetUsers, useGetVerifyEmailStatus, useGithubAuth, useGithubCheckConfig, useGithubGetAuthUrl, useGithubGetConfigFile, useGithubRepos, useGithubToken, useGitlabAuth, useGitlabCheckConfig, useGitlabGetConfigFile, useGitlabProjects, useInfiniteGetDictionaries, useLinkSocial, useListAccounts, useListPasskeys, useListSSOProviders, useLogin, useLogout, usePauseTranslationJob, usePushCIConfig, usePushDictionaries, usePushProjectConfiguration, useQueryClient, useRefreshAccessKey, useRegister, useRegisterSSO, useResetPassword, useResumeTranslationJob, useSearchDoc, useSelectOrganization, useSelectProject, useSignInMagicLink, useSignInPasskey, useSignInSSO, useStartRecursiveAudit, useStopTranslationJob, useSubmitShowcaseProject, useSubscribeToNewsletter, useToggleShowcaseDownvote, useToggleShowcaseUpvote, useTranslateJSONDeclaration, useTriggerBuild, useTriggerWebhook, useUnlinkAccount, useUnselectOrganization, useUnselectProject, useUnsubscribeFromNewsletter, useUpdateDictionary, useUpdateOrganization, useUpdateOrganizationMembers, useUpdateOrganizationMembersById, useUpdateProject, useUpdateProjectMembers, useUpdateShowcaseProject, useUpdateTag, useUpdateUser, useUploadUserAvatar, useVerifyBackupCode, useVerifyEmail, useVerifyTotp, useWriteDictionary } from "./reactQuery.js";
3
- import { useAuth } from "./useAuth/useAuth.js";
4
- import { useOAuth2 } from "./useAuth/useOAuth2.js";
5
- import { UseSessionResult, useSession } from "./useAuth/useSession.js";
6
1
  import { SizeType, calculateIsMobile, checkIsIOS, checkIsIphoneOrSafariDevice, checkIsMac, checkIsMobileScreen, checkIsMobileUserAgent, getBreakpointFromSize, useDevice } from "./useDevice.js";
7
2
  import { useGetElementById } from "./useGetElementById.js";
8
3
  import { useGetElementOrWindow } from "./useGetElementOrWindow.js";
@@ -17,5 +12,4 @@ import { useScrollBlockage } from "./useScrollBlockage/index.js";
17
12
  import { useScrollDetection } from "./useScrollDetection.js";
18
13
  import { useScrollY } from "./useScrollY.js";
19
14
  import { useSearch } from "./useSearch.js";
20
- import { useUser } from "./useUser/index.js";
21
- export { HorizontalSwipeConfig, HorizontalSwipeHook, ItemSelectorOrientation, SizeType, UseIntlayerAuthProps, UseSessionResult, calculateIsMobile, checkIsIOS, checkIsIphoneOrSafariDevice, checkIsMac, checkIsMobileScreen, checkIsMobileUserAgent, getBreakpointFromSize, useAddDictionary, useAddNewAccessKey, useAddOrganization, useAddOrganizationMember, useAddPasskey, useAddProject, useAddTag, useAppQuery, useAskDocQuestion, useAskResetPassword, useAuditContentDeclaration, useAuditContentDeclarationField, useAuditContentDeclarationMetadata, useAuditScan, useAuditTag, useAuth, useAutocomplete, useBitbucketAuth, useBitbucketCheckConfig, useBitbucketGetConfigFile, useBitbucketRepos, useCancelSubscription, useChangePassword, useChat, useCreatePortalSession, useCreateUser, useDeleteAccessKey, useDeleteDictionary, useDeleteOrganization, useDeleteOrganizationById, useDeletePasskey, useDeleteProject, useDeleteProjectById, useDeleteSSOProvider, useDeleteShowcaseProject, useDeleteTag, useDeleteUser, useDevice, useDisableTwoFactor, useEnableTwoFactor, useFillAllTranslations, useGetCIConfig, useGetDictionaries, useGetDictionariesKeys, useGetDictionary, useGetDiscussions, useGetDiscussionsData, useGetEditorDictionaries, useGetElementById, useGetElementOrWindow, useGetInvoices, useGetNewsletterStatus, useGetOrganizations, useGetOtherShowcaseProjects, useGetPaymentMethod, useGetPricing, useGetProjects, useGetRecursiveAuditStatus, useGetShowcaseProjectById, useGetShowcaseProjects, useGetSubscription, useGetTags, useGetUserByAccount, useGetUserById, useGetUsers, useGetVerifyEmailStatus, useGithubAuth, useGithubCheckConfig, useGithubGetAuthUrl, useGithubGetConfigFile, useGithubRepos, useGithubToken, useGitlabAuth, useGitlabCheckConfig, useGitlabGetConfigFile, useGitlabProjects, useHorizontalSwipe, useInfiniteGetDictionaries, useIntlayerAuth, useIntlayerOAuth, useIsDarkMode, useIsMounted, useItemSelector, useKeyboardDetector, useLinkSocial, useListAccounts, useListPasskeys, useListSSOProviders, useLogin, useLogout, useOAuth2, usePauseTranslationJob, usePersistedStore, usePushCIConfig, usePushDictionaries, usePushProjectConfiguration, useQueryClient, useRefreshAccessKey, useRegister, useRegisterSSO, useResetPassword, useResumeTranslationJob, useScreenWidth, useScrollBlockage, useScrollDetection, useScrollY, useSearch, useSearchDoc, useSelectOrganization, useSelectProject, useSession, useSignInMagicLink, useSignInPasskey, useSignInSSO, useStartRecursiveAudit, useStopTranslationJob, useSubmitShowcaseProject, useSubscribeToNewsletter, useToggleShowcaseDownvote, useToggleShowcaseUpvote, useTranslateJSONDeclaration, useTriggerBuild, useTriggerWebhook, useUnlinkAccount, useUnselectOrganization, useUnselectProject, useUnsubscribeFromNewsletter, useUpdateDictionary, useUpdateOrganization, useUpdateOrganizationMembers, useUpdateOrganizationMembersById, useUpdateProject, useUpdateProjectMembers, useUpdateShowcaseProject, useUpdateTag, useUpdateUser, useUploadUserAvatar, useUser, useVerifyBackupCode, useVerifyEmail, useVerifyTotp, useWriteDictionary };
15
+ export { HorizontalSwipeConfig, HorizontalSwipeHook, ItemSelectorOrientation, SizeType, calculateIsMobile, checkIsIOS, checkIsIphoneOrSafariDevice, checkIsMac, checkIsMobileScreen, checkIsMobileUserAgent, getBreakpointFromSize, useDevice, useGetElementById, useGetElementOrWindow, useHorizontalSwipe, useIsDarkMode, useIsMounted, useItemSelector, useKeyboardDetector, usePersistedStore, useScreenWidth, useScrollBlockage, useScrollDetection, useScrollY, useSearch };
@@ -1,5 +1,5 @@
1
- import { FC, PropsWithChildren } from "react";
2
1
  import { QueryClient, QueryKey, UseMutationOptions } from "@tanstack/react-query";
2
+ import { FC, PropsWithChildren } from "react";
3
3
 
4
4
  //#region src/providers/ReactQueryProvider.d.ts
5
5
  declare module '@tanstack/react-query' {
@@ -13,9 +13,18 @@ declare const App_Dashboard_Organization_Path: "/organization";
13
13
  declare const App_Dashboard_Profile_Path: "/profile";
14
14
  declare const App_Dashboard_IDE_Path: "/ide";
15
15
  declare const App_Pricing_Path: "/pricing";
16
+ declare const App_Affiliation_Path: "/affiliation";
17
+ declare const App_Demo_Path: "/demo";
18
+ declare const App_ReviewerMarketplace_Path: "/find-reviewer";
19
+ declare const App_ReviewerMarketplace_Dashboard_Path: "/find-reviewer/dashboard";
20
+ declare const App_ReviewerMarketplace_Reviewer_Path: "/find-reviewer/$reviewerId";
21
+ declare const App_ReviewerMarketplace_Dashboard_Mission_Path: "/find-reviewer/dashboard/mission/$missionId";
22
+ declare const getAppReviewerProfileRoute: (reviewerId: string) => `/find-reviewer/${string}`;
23
+ declare const getAppReviewerMissionRoute: (missionId: string) => `/find-reviewer/dashboard/mission/${string}`;
16
24
  declare const App_Auth_SignIn_Path: "/auth/login";
17
25
  declare const App_Auth_SignUp_Path: "/auth/register";
18
26
  declare const App_Auth_TwoFactor_Path: "/auth/2fa";
27
+ declare const App_Auth_Demo_Path: "/auth/demo";
19
28
  declare const App_Auth_AskResetPassword_Path: "/auth/password/ask-reset";
20
29
  declare const App_Auth_ResetPassword_Path: "/auth/password/reset";
21
30
  declare const App_Auth_ChangePassword_Path: "/auth/password/change";
@@ -26,6 +35,12 @@ declare const App_Admin_Projects_Path: "/admin/projects";
26
35
  declare const App_Admin_Dashboard_Path: "/admin/dashboard";
27
36
  declare const App_Admin_Management_Path: "/admin/management";
28
37
  declare const App_Admin_Discussions_Path: "/admin/discussions";
38
+ declare const App_Admin_Affiliate_Path: "/admin/affiliate";
39
+ declare const getAppAdminAffiliateRoute: (id: string) => `/admin/affiliate/${string}`;
40
+ declare const App_Admin_PromoCodes_Path: "/admin/promo-code";
41
+ declare const getAppAdminPromoCodeRoute: (id: string) => `/admin/promo-code/${string}`;
42
+ declare const App_Admin_Reviewers_Path: "/admin/reviewers";
43
+ declare const getAppAdminReviewerRoute: (id: string) => `/admin/reviewers/${string}`;
29
44
  declare const App_Onboarding_Path: "/onboarding";
30
45
  declare const getAppAdminUserRoute: (id: string) => `/admin/users/${string}`;
31
46
  declare const getAppAdminOrganizationRoute: (id: string) => `/admin/organizations/${string}`;
@@ -41,6 +56,10 @@ declare const App_Dashboard_Organization: "https://app.intlayer.org/organization
41
56
  declare const App_Dashboard_Profile: "https://app.intlayer.org/profile";
42
57
  declare const App_Dashboard_IDE: "https://app.intlayer.org/ide";
43
58
  declare const App_Pricing: "https://app.intlayer.org/pricing";
59
+ declare const App_Affiliation: "https://app.intlayer.org/affiliation";
60
+ declare const App_Demo: "https://app.intlayer.org/demo";
61
+ declare const App_ReviewerMarketplace: "https://app.intlayer.org/find-reviewer";
62
+ declare const App_ReviewerMarketplace_Dashboard: "https://app.intlayer.org/find-reviewer/dashboard";
44
63
  declare const App_Auth_SignIn: "https://app.intlayer.org/auth/login";
45
64
  declare const App_Auth_SignUp: "https://app.intlayer.org/auth/register";
46
65
  declare const App_Auth_TwoFactor: "https://app.intlayer.org/auth/2fa";
@@ -54,6 +73,9 @@ declare const App_Admin_Projects: "https://app.intlayer.org/admin/projects";
54
73
  declare const App_Admin_Dashboard: "https://app.intlayer.org/admin/dashboard";
55
74
  declare const App_Admin_Management: "https://app.intlayer.org/admin/management";
56
75
  declare const App_Admin_Discussions: "https://app.intlayer.org/admin/discussions";
76
+ declare const App_Admin_Affiliate: "https://app.intlayer.org/admin/affiliate";
77
+ declare const App_Admin_PromoCodes: "https://app.intlayer.org/admin/promo-code";
78
+ declare const App_Admin_Reviewers: "https://app.intlayer.org/admin/reviewers";
57
79
  declare const App_Onboarding: "https://app.intlayer.org/onboarding";
58
80
  declare const getAppAdminUserAbsoluteRoute: (id: string) => `https://app.intlayer.org/admin/users/${string}`;
59
81
  declare const getAppAdminOrganizationAbsoluteRoute: (id: string) => `https://app.intlayer.org/admin/organizations/${string}`;
@@ -252,5 +274,5 @@ declare const External_ExampleIntlayerWithViteAndPreact: "https://github.com/aym
252
274
  declare const External_ExampleIntlayerWithReactNative: "https://github.com/aymericzip/intlayer/tree/main/examples/react-native-app";
253
275
  declare const External_ExampleIntlayerWithExpress: "https://github.com/aymericzip/intlayer/tree/main/examples/express-app";
254
276
  //#endregion
255
- export { App_Admin, 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_Users, App_Admin_Users_Path, App_Auth_AskResetPassword, App_Auth_AskResetPassword_Path, App_Auth_ChangePassword, App_Auth_ChangePassword_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_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_Tags, App_Dashboard_Tags_Path, App_Dashboard_Translate, App_Dashboard_Translate_Path, App_Domain, App_Home_Path, App_NotFound_Path, App_Onboarding, App_Onboarding_Path, App_Pricing, App_Pricing_Path, Doc_Blog_Path, Doc_Blog_Root_Path, Doc_Blog_Search_Path, Doc_Blog_What_is_i18n_Path, Doc_CLI_Fill_Path, Doc_CLI_Review_Path, Doc_CLI_Translate_Path, Doc_Chat_Path, Doc_Contributors_Path, Doc_Environment_Adonis_Path, Doc_Environment_Angular_Path, Doc_Environment_Astro_Path, Doc_Environment_CRA_Path, Doc_Environment_Express_Path, Doc_Environment_Fastify_Path, Doc_Environment_Hono_Path, Doc_Environment_Lit_Path, Doc_Environment_Lynx_Path, Doc_Environment_NestJS_Path, Doc_Environment_NextJS_14_Path, Doc_Environment_NextJS_15_Path, Doc_Environment_NextJS_16_Path, Doc_Environment_NextJS_Path, Doc_Environment_Nodejs_Path, Doc_Environment_NuxtAndVue_Path, Doc_Environment_ReactNativeAndExpo_Path, Doc_Environment_Tanstack_Path, Doc_Environment_ViteAndPreact_Path, Doc_Environment_ViteAndReact_Path, Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes_Path, Doc_Environment_ViteAndReact_ReactRouterV7_Path, Doc_Environment_ViteAndSolid_Path, Doc_Environment_ViteAndSvelte_Path, Doc_Environment_ViteAndVue_Path, Doc_FrequentQuestions_Path, Doc_IntlayerCMS_Path, Doc_IntlayerVisualEditor_Path, Doc_Intlayer_with_Lynx_and_React_Path, Doc_MCP_Path, Doc_Path, Doc_PrivacyPolicy_Path, Doc_ReleasesV6_Path, Doc_ReleasesV7_Path, Doc_ReleasesV8_Path, Doc_Root_Path, Doc_Search_Path, Doc_ShowcaseSubmit_Path, Doc_Showcase_Path, Doc_TermsOfService_Path, Doc_Why_Path, External_AI_Landing_Page, External_Discord, External_ExampleIntlayerWithExpress, External_ExampleIntlayerWithNextjs, External_ExampleIntlayerWithReactJS, External_ExampleIntlayerWithReactNative, External_ExampleIntlayerWithViteAndPreact, External_ExampleIntlayerWithViteAndReact, External_ExampleIntlayerWithViteAndSolid, External_ExampleIntlayerWithViteAndSvelte, External_ExampleIntlayerWithViteAndVue, External_Examples, External_Github, External_Github_i18n_benchmark, External_LinkedIn, External_ShowcaseApp, Showcase_Domain, Showcase_Root, Showcase_Root_Path, Showcase_Submit, Showcase_Submit_Path, Website_Benchmark, Website_Benchmark_NextJS, Website_Benchmark_NextJS_Path, Website_Benchmark_Path, Website_Benchmark_Tanstack, Website_Benchmark_Tanstack_Path, Website_Blog, Website_Blog_Path, Website_Blog_Root, Website_Blog_Root_Path, Website_Blog_Search, Website_Blog_Search_Path, Website_Blog_What_is_i18n, Website_Blog_What_is_i18n_Path, Website_CMS, Website_CMS_Path, Website_Changelog, Website_Changelog_Path, Website_Contributors, Website_Contributors_Path, Website_Demo, Website_Demo_Path, Website_Doc, Website_Doc_CLI_Fill, Website_Doc_CLI_Fill_Path, Website_Doc_CLI_Review, Website_Doc_CLI_Review_Path, Website_Doc_CLI_Translate, Website_Doc_CLI_Translate_Path, Website_Doc_Chat, Website_Doc_Chat_Path, Website_Doc_Environment_Adonis, Website_Doc_Environment_Adonis_Path, Website_Doc_Environment_Angular, Website_Doc_Environment_Angular_Path, Website_Doc_Environment_Astro, Website_Doc_Environment_Astro_Path, Website_Doc_Environment_CRA, Website_Doc_Environment_CRA_Path, Website_Doc_Environment_Express, Website_Doc_Environment_Express_Path, Website_Doc_Environment_Fastify, Website_Doc_Environment_Fastify_Path, Website_Doc_Environment_Hono, Website_Doc_Environment_Hono_Path, Website_Doc_Environment_Lit, Website_Doc_Environment_Lit_Path, Website_Doc_Environment_Lynx, Website_Doc_Environment_Lynx_Path, Website_Doc_Environment_NestJS, Website_Doc_Environment_NestJS_Path, Website_Doc_Environment_NextJS, Website_Doc_Environment_NextJS_14, Website_Doc_Environment_NextJS_14_Path, Website_Doc_Environment_NextJS_15, Website_Doc_Environment_NextJS_15_Path, Website_Doc_Environment_NextJS_16, Website_Doc_Environment_NextJS_16_Path, Website_Doc_Environment_NextJS_Path, Website_Doc_Environment_Nodejs, Website_Doc_Environment_Nodejs_Path, Website_Doc_Environment_NuxtAndVue, Website_Doc_Environment_NuxtAndVue_Path, Website_Doc_Environment_ReactNativeAndExpo, Website_Doc_Environment_ReactNativeAndExpo_Path, Website_Doc_Environment_Tanstack, Website_Doc_Environment_Tanstack_Path, Website_Doc_Environment_ViteAndPreact, Website_Doc_Environment_ViteAndPreact_Path, Website_Doc_Environment_ViteAndReact, Website_Doc_Environment_ViteAndReact_Path, Website_Doc_Environment_ViteAndReact_ReactRouterV7, Website_Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes, Website_Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes_Path, Website_Doc_Environment_ViteAndReact_ReactRouterV7_Path, Website_Doc_Environment_ViteAndSolid, Website_Doc_Environment_ViteAndSolid_Path, Website_Doc_Environment_ViteAndSvelte, Website_Doc_Environment_ViteAndSvelte_Path, Website_Doc_Environment_ViteAndVue, Website_Doc_Environment_ViteAndVue_Path, Website_Doc_IntlayerCMS, Website_Doc_IntlayerCMS_Path, Website_Doc_IntlayerVisualEditor, Website_Doc_IntlayerVisualEditor_Path, Website_Doc_Intlayer_with_Lynx_and_React, Website_Doc_Intlayer_with_Lynx_and_React_Path, Website_Doc_MCP, Website_Doc_MCP_Path, Website_Doc_Path, Website_Doc_Root, Website_Doc_Root_Path, Website_Doc_Search, Website_Doc_Search_Path, Website_Doc_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, getAppAdminOrganizationAbsoluteRoute, getAppAdminOrganizationRoute, getAppAdminProjectAbsoluteRoute, getAppAdminProjectRoute, getAppAdminUserAbsoluteRoute, getAppAdminUserRoute, getAppOnboardingFlowAbsoluteRoute, getAppOnboardingFlowRoute };
277
+ 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_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_Tags, App_Dashboard_Tags_Path, App_Dashboard_Translate, App_Dashboard_Translate_Path, App_Demo, App_Demo_Path, App_Domain, App_Home_Path, App_NotFound_Path, App_Onboarding, App_Onboarding_Path, App_Pricing, App_Pricing_Path, App_ReviewerMarketplace, App_ReviewerMarketplace_Dashboard, App_ReviewerMarketplace_Dashboard_Mission_Path, App_ReviewerMarketplace_Dashboard_Path, App_ReviewerMarketplace_Path, App_ReviewerMarketplace_Reviewer_Path, Doc_Blog_Path, Doc_Blog_Root_Path, Doc_Blog_Search_Path, Doc_Blog_What_is_i18n_Path, Doc_CLI_Fill_Path, Doc_CLI_Review_Path, Doc_CLI_Translate_Path, Doc_Chat_Path, Doc_Contributors_Path, Doc_Environment_Adonis_Path, Doc_Environment_Angular_Path, Doc_Environment_Astro_Path, Doc_Environment_CRA_Path, Doc_Environment_Express_Path, Doc_Environment_Fastify_Path, Doc_Environment_Hono_Path, Doc_Environment_Lit_Path, Doc_Environment_Lynx_Path, Doc_Environment_NestJS_Path, Doc_Environment_NextJS_14_Path, Doc_Environment_NextJS_15_Path, Doc_Environment_NextJS_16_Path, Doc_Environment_NextJS_Path, Doc_Environment_Nodejs_Path, Doc_Environment_NuxtAndVue_Path, Doc_Environment_ReactNativeAndExpo_Path, Doc_Environment_Tanstack_Path, Doc_Environment_ViteAndPreact_Path, Doc_Environment_ViteAndReact_Path, Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes_Path, Doc_Environment_ViteAndReact_ReactRouterV7_Path, Doc_Environment_ViteAndSolid_Path, Doc_Environment_ViteAndSvelte_Path, Doc_Environment_ViteAndVue_Path, Doc_FrequentQuestions_Path, Doc_IntlayerCMS_Path, Doc_IntlayerVisualEditor_Path, Doc_Intlayer_with_Lynx_and_React_Path, Doc_MCP_Path, Doc_Path, Doc_PrivacyPolicy_Path, Doc_ReleasesV6_Path, Doc_ReleasesV7_Path, Doc_ReleasesV8_Path, Doc_Root_Path, Doc_Search_Path, Doc_ShowcaseSubmit_Path, Doc_Showcase_Path, Doc_TermsOfService_Path, Doc_Why_Path, External_AI_Landing_Page, External_Discord, External_ExampleIntlayerWithExpress, External_ExampleIntlayerWithNextjs, External_ExampleIntlayerWithReactJS, External_ExampleIntlayerWithReactNative, External_ExampleIntlayerWithViteAndPreact, External_ExampleIntlayerWithViteAndReact, External_ExampleIntlayerWithViteAndSolid, External_ExampleIntlayerWithViteAndSvelte, External_ExampleIntlayerWithViteAndVue, External_Examples, External_Github, External_Github_i18n_benchmark, External_LinkedIn, External_ShowcaseApp, Showcase_Domain, Showcase_Root, Showcase_Root_Path, Showcase_Submit, Showcase_Submit_Path, Website_Benchmark, Website_Benchmark_NextJS, Website_Benchmark_NextJS_Path, Website_Benchmark_Path, Website_Benchmark_Tanstack, Website_Benchmark_Tanstack_Path, Website_Blog, Website_Blog_Path, Website_Blog_Root, Website_Blog_Root_Path, Website_Blog_Search, Website_Blog_Search_Path, Website_Blog_What_is_i18n, Website_Blog_What_is_i18n_Path, Website_CMS, Website_CMS_Path, Website_Changelog, Website_Changelog_Path, Website_Contributors, Website_Contributors_Path, Website_Demo, Website_Demo_Path, Website_Doc, Website_Doc_CLI_Fill, Website_Doc_CLI_Fill_Path, Website_Doc_CLI_Review, Website_Doc_CLI_Review_Path, Website_Doc_CLI_Translate, Website_Doc_CLI_Translate_Path, Website_Doc_Chat, Website_Doc_Chat_Path, Website_Doc_Environment_Adonis, Website_Doc_Environment_Adonis_Path, Website_Doc_Environment_Angular, Website_Doc_Environment_Angular_Path, Website_Doc_Environment_Astro, Website_Doc_Environment_Astro_Path, Website_Doc_Environment_CRA, Website_Doc_Environment_CRA_Path, Website_Doc_Environment_Express, Website_Doc_Environment_Express_Path, Website_Doc_Environment_Fastify, Website_Doc_Environment_Fastify_Path, Website_Doc_Environment_Hono, Website_Doc_Environment_Hono_Path, Website_Doc_Environment_Lit, Website_Doc_Environment_Lit_Path, Website_Doc_Environment_Lynx, Website_Doc_Environment_Lynx_Path, Website_Doc_Environment_NestJS, Website_Doc_Environment_NestJS_Path, Website_Doc_Environment_NextJS, Website_Doc_Environment_NextJS_14, Website_Doc_Environment_NextJS_14_Path, Website_Doc_Environment_NextJS_15, Website_Doc_Environment_NextJS_15_Path, Website_Doc_Environment_NextJS_16, Website_Doc_Environment_NextJS_16_Path, Website_Doc_Environment_NextJS_Path, Website_Doc_Environment_Nodejs, Website_Doc_Environment_Nodejs_Path, Website_Doc_Environment_NuxtAndVue, Website_Doc_Environment_NuxtAndVue_Path, Website_Doc_Environment_ReactNativeAndExpo, Website_Doc_Environment_ReactNativeAndExpo_Path, Website_Doc_Environment_Tanstack, Website_Doc_Environment_Tanstack_Path, Website_Doc_Environment_ViteAndPreact, Website_Doc_Environment_ViteAndPreact_Path, Website_Doc_Environment_ViteAndReact, Website_Doc_Environment_ViteAndReact_Path, Website_Doc_Environment_ViteAndReact_ReactRouterV7, Website_Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes, Website_Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes_Path, Website_Doc_Environment_ViteAndReact_ReactRouterV7_Path, Website_Doc_Environment_ViteAndSolid, Website_Doc_Environment_ViteAndSolid_Path, Website_Doc_Environment_ViteAndSvelte, Website_Doc_Environment_ViteAndSvelte_Path, Website_Doc_Environment_ViteAndVue, Website_Doc_Environment_ViteAndVue_Path, Website_Doc_IntlayerCMS, Website_Doc_IntlayerCMS_Path, Website_Doc_IntlayerVisualEditor, Website_Doc_IntlayerVisualEditor_Path, Website_Doc_Intlayer_with_Lynx_and_React, Website_Doc_Intlayer_with_Lynx_and_React_Path, Website_Doc_MCP, Website_Doc_MCP_Path, Website_Doc_Path, Website_Doc_Root, Website_Doc_Root_Path, Website_Doc_Search, Website_Doc_Search_Path, Website_Doc_Why, Website_Doc_Why_Path, Website_Domain, Website_FrequentQuestions, Website_FrequentQuestions_Path, Website_Home, Website_Home_Path, Website_Markdown_Preview, Website_Markdown_Preview_Path, Website_NotFound, Website_NotFound_Path, Website_Playground, Website_Playground_Path, Website_PrivacyPolicy, Website_PrivacyPolicy_Path, Website_ReleasesV6, Website_ReleasesV6_Path, Website_ReleasesV7, Website_ReleasesV7_Path, Website_ReleasesV8, Website_ReleasesV8_Path, Website_Scanner, Website_Scanner_Path, Website_TMS, Website_TMS_Path, Website_TermsOfService, Website_TermsOfService_Path, Website_Translate, Website_Translate_Path, getAppAdminAffiliateRoute, getAppAdminOrganizationAbsoluteRoute, getAppAdminOrganizationRoute, getAppAdminProjectAbsoluteRoute, getAppAdminProjectRoute, getAppAdminPromoCodeRoute, getAppAdminReviewerRoute, getAppAdminUserAbsoluteRoute, getAppAdminUserRoute, getAppOnboardingFlowAbsoluteRoute, getAppOnboardingFlowRoute, getAppReviewerMissionRoute, getAppReviewerProfileRoute };
256
278
  //# sourceMappingURL=routes.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"routes.d.ts","names":[],"sources":["../../src/routes.ts"],"mappings":"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"}
1
+ {"version":3,"file":"routes.d.ts","names":[],"sources":["../../src/routes.ts"],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/design-system",
3
- "version": "8.10.1",
3
+ "version": "8.11.0",
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": [
@@ -44,6 +44,11 @@
44
44
  "import": "./dist/esm/hooks/index.mjs",
45
45
  "default": "./dist/esm/hooks/index.mjs"
46
46
  },
47
+ "./api": {
48
+ "types": "./dist/types/api/index.d.ts",
49
+ "import": "./dist/esm/api/index.mjs",
50
+ "default": "./dist/esm/api/index.mjs"
51
+ },
47
52
  "./providers": {
48
53
  "types": "./dist/types/providers/index.d.ts",
49
54
  "import": "./dist/esm/providers/index.mjs",
@@ -421,33 +426,33 @@
421
426
  "dependencies": {
422
427
  "@better-auth/passkey": "1.6.11",
423
428
  "@better-auth/sso": "1.6.11",
424
- "@intlayer/api": "8.10.1",
425
- "@intlayer/config": "8.10.1",
426
- "@intlayer/core": "8.10.1",
427
- "@intlayer/dictionaries-entry": "8.10.1",
428
- "@intlayer/editor-react": "8.10.1",
429
- "@intlayer/types": "8.10.1",
429
+ "@intlayer/api": "8.11.0",
430
+ "@intlayer/config": "8.11.0",
431
+ "@intlayer/core": "8.11.0",
432
+ "@intlayer/dictionaries-entry": "8.11.0",
433
+ "@intlayer/editor-react": "8.11.0",
434
+ "@intlayer/types": "8.11.0",
430
435
  "@radix-ui/react-dialog": "1.1.15",
431
436
  "@radix-ui/react-select": "2.2.6",
432
437
  "@radix-ui/react-slot": "1.2.4",
433
438
  "@radix-ui/react-toast": "1.2.15",
434
439
  "@tailwindcss/aspect-ratio": "0.4.2",
435
- "@tanstack/query-async-storage-persister": "5.100.10",
436
- "@tanstack/react-query-persist-client": "5.100.10",
437
- "@tanstack/react-virtual": "^3.13.24",
440
+ "@tanstack/query-async-storage-persister": "5.100.14",
441
+ "@tanstack/react-query-persist-client": "5.100.14",
442
+ "@tanstack/react-virtual": "^3.13.26",
438
443
  "better-auth": "1.6.11",
439
444
  "class-variance-authority": "0.7.1",
440
445
  "cmdk": "1.1.1",
441
446
  "defu": "6.1.7",
442
- "dompurify": "^3.4.3",
443
- "isomorphic-dompurify": "^3.13.0",
444
- "react-intlayer": "8.10.0",
447
+ "dompurify": "^3.4.6",
448
+ "isomorphic-dompurify": "^3.14.0",
449
+ "react-intlayer": "8.11.0",
445
450
  "rollup-preserve-directives": "1.1.3",
446
451
  "zod": "4.4.3"
447
452
  },
448
453
  "devDependencies": {
449
- "@intlayer/backend": "8.10.1",
450
- "@shikijs/transformers": "4.0.2",
454
+ "@intlayer/backend": "8.11.0",
455
+ "@shikijs/transformers": "4.1.0",
451
456
  "@storybook/addon-a11y": "8.6.14",
452
457
  "@storybook/addon-essentials": "8.6.14",
453
458
  "@storybook/addon-interactions": "8.6.14",
@@ -477,35 +482,35 @@
477
482
  "@utils/ts-config-types": "1.0.4",
478
483
  "clsx": "2.1.1",
479
484
  "fast-glob": "3.3.3",
480
- "intlayer": "8.10.1",
485
+ "intlayer": "8.11.0",
481
486
  "rimraf": "6.1.3",
482
- "shiki": "4.0.2",
487
+ "shiki": "4.1.0",
483
488
  "storybook": "8.6.17",
484
489
  "tailwind-merge": "3.6.0",
485
490
  "tsdown": "0.22.00",
486
491
  "typescript": "6.0.3",
487
- "vite": "8.0.13",
488
- "vite-intlayer": "8.10.0",
492
+ "vite": "8.0.14",
493
+ "vite-intlayer": "8.11.0",
489
494
  "vite-plugin-dts": "5.0.1",
490
- "vitest": "4.1.6"
495
+ "vitest": "4.1.7"
491
496
  },
492
497
  "peerDependencies": {
493
498
  "@better-fetch/fetch": "1.1.21",
494
- "@hookform/resolvers": "5.2.2",
495
- "@intlayer/backend": "8.10.1",
499
+ "@hookform/resolvers": "5.4.0",
500
+ "@intlayer/backend": "8.11.0",
496
501
  "@monaco-editor/react": "4.7.0",
497
- "@shikijs/transformers": "4.0.2",
498
- "@tanstack/react-query": "5.100.11",
499
- "@tanstack/react-query-devtools": "5.100.11",
500
- "framer-motion": "12.39.0",
502
+ "@shikijs/transformers": "4.1.0",
503
+ "@tanstack/react-query": "5.100.14",
504
+ "@tanstack/react-query-devtools": "5.100.14",
505
+ "framer-motion": "12.40.0",
501
506
  "fuse.js": "7.3.0",
502
- "intlayer": "8.10.1",
507
+ "intlayer": "8.11.0",
503
508
  "lucide-react": "1.16.0",
504
509
  "react": ">=16.0.0",
505
510
  "react-dom": ">=16.0.0",
506
- "react-hook-form": "7.76.0",
507
- "react-intlayer": "8.10.0",
508
- "shiki": "4.0.2",
511
+ "react-hook-form": "7.76.1",
512
+ "react-intlayer": "8.11.0",
513
+ "shiki": "4.1.0",
509
514
  "tailwindcss": "4.3.0"
510
515
  },
511
516
  "peerDependenciesMeta": {
package/tailwind.css CHANGED
@@ -46,19 +46,6 @@
46
46
  --color-secondary-900: rgba(114, 58, 17);
47
47
  --color-secondary-950: rgba(67, 29, 5);
48
48
 
49
- --color-destructive: rgba(251, 125, 60);
50
- --color-destructive-50: rgba(255, 245, 237);
51
- --color-destructive-100: rgba(255, 232, 213);
52
- --color-destructive-200: rgba(254, 206, 170);
53
- --color-destructive-300: rgba(253, 171, 116);
54
- --color-destructive-400: rgba(251, 125, 60);
55
- --color-destructive-500: rgba(249, 90, 22);
56
- --color-destructive-600: rgba(234, 63, 12);
57
- --color-destructive-700: rgba(194, 45, 12);
58
- --color-destructive-800: rgba(154, 37, 18);
59
- --color-destructive-900: rgba(124, 33, 18);
60
- --color-destructive-950: rgba(67, 13, 7);
61
-
62
49
  --color-neutral: rgba(93, 93, 93);
63
50
  --color-neutral-50: rgba(249, 249, 249);
64
51
  --color-neutral-100: rgba(231, 231, 231);
@@ -156,7 +143,6 @@
156
143
 
157
144
  --color-primary: var(--color-text);
158
145
  --color-secondary: rgba(255, 230, 109);
159
- --color-destructive: rgba(251, 125, 60);
160
146
  --color-neutral: rgba(93, 93, 93);
161
147
 
162
148
  --color-success: rgba(0, 204, 102);
@@ -181,8 +167,6 @@
181
167
  --muted-foreground: var(--color-neutral-600);
182
168
  --accent: var(--color-card);
183
169
  --accent-foreground: var(--color-text);
184
- --destructive: var(--color-destructive);
185
- --destructive-foreground: var(--color-white);
186
170
  --border: var(--color-neutral-200);
187
171
  --input: var(--color-neutral-200);
188
172
  --ring: var(--color-primary);
@@ -214,7 +198,6 @@
214
198
 
215
199
  --color-primary: var(--color-text);
216
200
  --color-secondary: rgba(255, 230, 109);
217
- --color-destructive: rgba(251, 125, 60);
218
201
  --color-neutral: rgba(93, 93, 93);
219
202
 
220
203
  --color-success: rgba(0, 204, 102);
@@ -239,8 +222,6 @@
239
222
  --muted-foreground: rgba(176, 176, 176, 1);
240
223
  --accent: var(--color-card);
241
224
  --accent-foreground: var(--color-text);
242
- --destructive: var(--color-destructive);
243
- --destructive-foreground: var(--color-white);
244
225
  --border: rgba(79, 79, 79, 1);
245
226
  --input: rgba(79, 79, 79, 1);
246
227
  --ring: var(--color-primary);