@intlayer/design-system 4.0.3 → 4.0.4

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 (198) hide show
  1. package/dist/.vite/manifest.json +36 -45
  2. package/dist/components/Auth/AuthModal/index.cjs +1 -1
  3. package/dist/components/Auth/AuthModal/index.mjs +1 -1
  4. package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs +2 -1
  5. package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs.map +1 -1
  6. package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs +2 -1
  7. package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs.map +1 -1
  8. package/dist/components/Auth/useAuth/index.cjs +8 -4
  9. package/dist/components/Auth/useAuth/index.cjs.map +1 -1
  10. package/dist/components/Auth/useAuth/index.d.ts +3 -1
  11. package/dist/components/Auth/useAuth/index.d.ts.map +1 -1
  12. package/dist/components/Auth/useAuth/index.mjs +8 -4
  13. package/dist/components/Auth/useAuth/index.mjs.map +1 -1
  14. package/dist/components/Auth/useAuth/useCSRF.cjs +6 -3
  15. package/dist/components/Auth/useAuth/useCSRF.cjs.map +1 -1
  16. package/dist/components/Auth/useAuth/useCSRF.d.ts +2 -1
  17. package/dist/components/Auth/useAuth/useCSRF.d.ts.map +1 -1
  18. package/dist/components/Auth/useAuth/useCSRF.mjs +5 -2
  19. package/dist/components/Auth/useAuth/useCSRF.mjs.map +1 -1
  20. package/dist/components/Auth/useAuth/useOAuth2.cjs +6 -5
  21. package/dist/components/Auth/useAuth/useOAuth2.cjs.map +1 -1
  22. package/dist/components/Auth/useAuth/useOAuth2.d.ts +2 -1
  23. package/dist/components/Auth/useAuth/useOAuth2.d.ts.map +1 -1
  24. package/dist/components/Auth/useAuth/useOAuth2.mjs +5 -4
  25. package/dist/components/Auth/useAuth/useOAuth2.mjs.map +1 -1
  26. package/dist/components/Auth/useAuth/useSession.cjs +6 -3
  27. package/dist/components/Auth/useAuth/useSession.cjs.map +1 -1
  28. package/dist/components/Auth/useAuth/useSession.d.ts +2 -1
  29. package/dist/components/Auth/useAuth/useSession.d.ts.map +1 -1
  30. package/dist/components/Auth/useAuth/useSession.mjs +6 -3
  31. package/dist/components/Auth/useAuth/useSession.mjs.map +1 -1
  32. package/dist/components/Auth/useUser/index.cjs +1 -1
  33. package/dist/components/Auth/useUser/index.mjs +1 -1
  34. package/dist/components/Container/index.d.ts +2 -2
  35. package/dist/components/DictionaryEditor/DictionaryEditor.cjs +1 -1
  36. package/dist/components/DictionaryEditor/DictionaryEditor.mjs +1 -1
  37. package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.cjs +2 -1
  38. package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.cjs.map +1 -1
  39. package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.d.ts.map +1 -1
  40. package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.mjs +2 -1
  41. package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.mjs.map +1 -1
  42. package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.cjs +1 -1
  43. package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.mjs +1 -1
  44. package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.cjs +2 -1
  45. package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.cjs.map +1 -1
  46. package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.d.ts.map +1 -1
  47. package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.mjs +2 -1
  48. package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.mjs.map +1 -1
  49. package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.cjs +3 -3
  50. package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.cjs.map +1 -1
  51. package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs +2 -2
  52. package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs.map +1 -1
  53. package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.cjs +1 -1
  54. package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.mjs +1 -1
  55. package/dist/components/DictionaryEditor/NodeWrapper/index.cjs +1 -1
  56. package/dist/components/DictionaryEditor/NodeWrapper/index.mjs +1 -1
  57. package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs +0 -1
  58. package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs.map +1 -1
  59. package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.mjs +0 -1
  60. package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.mjs.map +1 -1
  61. package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.cjs +1 -1
  62. package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.mjs +1 -1
  63. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs +4 -2
  64. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs.map +1 -1
  65. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +4 -2
  66. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -1
  67. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs +4 -2
  68. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs.map +1 -1
  69. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +4 -2
  70. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
  71. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs +2 -11
  72. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs.map +1 -1
  73. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts.map +1 -1
  74. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +3 -12
  75. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -1
  76. package/dist/components/DictionaryFieldEditor/EditorView/EditorView.cjs +5 -5
  77. package/dist/components/DictionaryFieldEditor/EditorView/EditorView.cjs.map +1 -1
  78. package/dist/components/DictionaryFieldEditor/EditorView/EditorView.d.ts.map +1 -1
  79. package/dist/components/DictionaryFieldEditor/EditorView/EditorView.mjs +3 -3
  80. package/dist/components/DictionaryFieldEditor/EditorView/EditorView.mjs.map +1 -1
  81. package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs +2 -2
  82. package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs.map +1 -1
  83. package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.d.ts.map +1 -1
  84. package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs +2 -2
  85. package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs.map +1 -1
  86. package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.cjs +6 -5
  87. package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.cjs.map +1 -1
  88. package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.d.ts.map +1 -1
  89. package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +2 -1
  90. package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs.map +1 -1
  91. package/dist/components/DictionaryFieldEditor/NodeEditor.cjs +0 -8
  92. package/dist/components/DictionaryFieldEditor/NodeEditor.cjs.map +1 -1
  93. package/dist/components/DictionaryFieldEditor/NodeEditor.d.ts.map +1 -1
  94. package/dist/components/DictionaryFieldEditor/NodeEditor.mjs +1 -9
  95. package/dist/components/DictionaryFieldEditor/NodeEditor.mjs.map +1 -1
  96. package/dist/components/DictionaryFieldEditor/NodeTypeSelector.cjs +2 -1
  97. package/dist/components/DictionaryFieldEditor/NodeTypeSelector.cjs.map +1 -1
  98. package/dist/components/DictionaryFieldEditor/NodeTypeSelector.d.ts.map +1 -1
  99. package/dist/components/DictionaryFieldEditor/NodeTypeSelector.mjs +2 -1
  100. package/dist/components/DictionaryFieldEditor/NodeTypeSelector.mjs.map +1 -1
  101. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs +7 -5
  102. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs.map +1 -1
  103. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +7 -5
  104. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
  105. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.cjs +2 -2
  106. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.mjs +2 -2
  107. package/dist/components/EditableField/EditableFieldLayout.cjs +7 -3
  108. package/dist/components/EditableField/EditableFieldLayout.cjs.map +1 -1
  109. package/dist/components/EditableField/EditableFieldLayout.d.ts.map +1 -1
  110. package/dist/components/EditableField/EditableFieldLayout.mjs +7 -3
  111. package/dist/components/EditableField/EditableFieldLayout.mjs.map +1 -1
  112. package/dist/components/IDE/CodeContext.cjs +2 -2
  113. package/dist/components/IDE/CodeContext.mjs +2 -2
  114. package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.cjs +2 -2
  115. package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +2 -2
  116. package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.cjs +2 -2
  117. package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs +2 -2
  118. package/dist/components/Modal/Modal.cjs +11 -7
  119. package/dist/components/Modal/Modal.cjs.map +1 -1
  120. package/dist/components/Modal/Modal.d.ts.map +1 -1
  121. package/dist/components/Modal/Modal.mjs +11 -7
  122. package/dist/components/Modal/Modal.mjs.map +1 -1
  123. package/dist/components/Navbar/MobileNavbar.cjs +2 -2
  124. package/dist/components/Navbar/MobileNavbar.mjs +2 -2
  125. package/dist/components/Navbar/index.cjs +2 -2
  126. package/dist/components/Navbar/index.mjs +2 -2
  127. package/dist/components/RightDrawer/RightDrawer.cjs +32 -15
  128. package/dist/components/RightDrawer/RightDrawer.cjs.map +1 -1
  129. package/dist/components/RightDrawer/RightDrawer.d.ts.map +1 -1
  130. package/dist/components/RightDrawer/RightDrawer.mjs +32 -15
  131. package/dist/components/RightDrawer/RightDrawer.mjs.map +1 -1
  132. package/dist/components/SwitchSelector/index.cjs +2 -2
  133. package/dist/components/SwitchSelector/index.mjs +2 -2
  134. package/dist/components/TabSelector/TabSelector.cjs +2 -2
  135. package/dist/components/TabSelector/TabSelector.mjs +2 -2
  136. package/dist/hooks/intlayerAPIHooks.cjs +5 -1
  137. package/dist/hooks/intlayerAPIHooks.cjs.map +1 -1
  138. package/dist/hooks/intlayerAPIHooks.d.ts +49 -49
  139. package/dist/hooks/intlayerAPIHooks.d.ts.map +1 -1
  140. package/dist/hooks/intlayerAPIHooks.mjs +5 -1
  141. package/dist/hooks/intlayerAPIHooks.mjs.map +1 -1
  142. package/dist/hooks/useAsync/useAsync.cjs +14 -0
  143. package/dist/hooks/useAsync/useAsync.cjs.map +1 -1
  144. package/dist/hooks/useAsync/useAsync.d.ts.map +1 -1
  145. package/dist/hooks/useAsync/useAsync.mjs +14 -0
  146. package/dist/hooks/useAsync/useAsync.mjs.map +1 -1
  147. package/dist/hooks/useGetAllDictionaries.cjs +3 -2
  148. package/dist/hooks/useGetAllDictionaries.cjs.map +1 -1
  149. package/dist/hooks/useGetAllDictionaries.d.ts +2 -2
  150. package/dist/hooks/useGetAllDictionaries.d.ts.map +1 -1
  151. package/dist/hooks/useGetAllDictionaries.mjs +3 -2
  152. package/dist/hooks/useGetAllDictionaries.mjs.map +1 -1
  153. package/dist/hooks/useIntlayerAPI.cjs +10 -7
  154. package/dist/hooks/useIntlayerAPI.cjs.map +1 -1
  155. package/dist/hooks/useIntlayerAPI.d.ts +8 -2
  156. package/dist/hooks/useIntlayerAPI.d.ts.map +1 -1
  157. package/dist/hooks/useIntlayerAPI.mjs +10 -7
  158. package/dist/hooks/useIntlayerAPI.mjs.map +1 -1
  159. package/dist/hooks/usePersistedStore.cjs +25 -18
  160. package/dist/hooks/usePersistedStore.cjs.map +1 -1
  161. package/dist/hooks/usePersistedStore.d.ts +2 -2
  162. package/dist/hooks/usePersistedStore.d.ts.map +1 -1
  163. package/dist/hooks/usePersistedStore.mjs +26 -19
  164. package/dist/hooks/usePersistedStore.mjs.map +1 -1
  165. package/dist/index-B-VAyQ9R.js +673 -0
  166. package/dist/index-B-VAyQ9R.js.map +1 -0
  167. package/dist/index-B-adg6xa.js +206 -0
  168. package/dist/index-B-adg6xa.js.map +1 -0
  169. package/dist/index-BIV0x_z2.js +206 -0
  170. package/dist/index-BIV0x_z2.js.map +1 -0
  171. package/dist/index-BNH9wXVj.cjs +205 -0
  172. package/dist/index-BNH9wXVj.cjs.map +1 -0
  173. package/dist/index-D69JRZcQ.js +206 -0
  174. package/dist/index-D69JRZcQ.js.map +1 -0
  175. package/dist/index-DAsui9u9.cjs +205 -0
  176. package/dist/index-DAsui9u9.cjs.map +1 -0
  177. package/dist/index-SOIahRpS.cjs +205 -0
  178. package/dist/index-SOIahRpS.cjs.map +1 -0
  179. package/dist/index-T-TjVQoD.js +671 -0
  180. package/dist/index-T-TjVQoD.js.map +1 -0
  181. package/dist/index-f8_VC6c8.cjs +672 -0
  182. package/dist/index-f8_VC6c8.cjs.map +1 -0
  183. package/dist/index-llGIfxqV.cjs +670 -0
  184. package/dist/index-llGIfxqV.cjs.map +1 -0
  185. package/dist/tailwind.css +1 -1
  186. package/dist/useGetAllDictionaries-B1sqs2IB.cjs +34 -0
  187. package/dist/useGetAllDictionaries-B1sqs2IB.cjs.map +1 -0
  188. package/dist/useGetAllDictionaries-BbH8vTkY.js +35 -0
  189. package/dist/useGetAllDictionaries-BbH8vTkY.js.map +1 -0
  190. package/dist/useGetAllDictionaries-Bgkytpa2.cjs +34 -0
  191. package/dist/useGetAllDictionaries-Bgkytpa2.cjs.map +1 -0
  192. package/dist/useGetAllDictionaries-D8ma3h41.cjs +33 -0
  193. package/dist/useGetAllDictionaries-D8ma3h41.cjs.map +1 -0
  194. package/dist/useGetAllDictionaries-DHgHEbD5.js +34 -0
  195. package/dist/useGetAllDictionaries-DHgHEbD5.js.map +1 -0
  196. package/dist/useGetAllDictionaries-DUzm0rIa.js +35 -0
  197. package/dist/useGetAllDictionaries-DUzm0rIa.js.map +1 -0
  198. package/package.json +21 -16
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useGetAllDictionaries-DHgHEbD5.js","sources":["../src/hooks/useGetAllDictionaries.tsx"],"sourcesContent":["'use client';\n\n/**\n * @intlayer/dictionaries-entry is a package that only returns the dictionary entry path.\n * Using an external package allow to alias it in the bundle configuration (such as webpack).\n * The alias allow hot reload the app (such as nextjs) on any dictionary change.\n */\nimport { Dictionary } from '@intlayer/core';\nimport localeDictionaries from '@intlayer/dictionaries-entry';\nimport merge from 'deepmerge';\nimport { useMemo } from 'react';\nimport { useGetDictionaries } from './intlayerAPIHooks';\n\ntype Args = Parameters<typeof useGetDictionaries>;\n\nexport const useGetAllDictionaries = (...props: Args) => {\n const { data: onlineDictionariesAPI, isWaitingData } = useGetDictionaries(\n ...props\n );\n\n const onlineDictionaries: Record<string, Dictionary> = useMemo(\n () =>\n (onlineDictionariesAPI?.data ?? []).reduce(\n (acc, dictionary) => {\n acc[dictionary.key] = dictionary;\n return acc;\n },\n {} as Record<string, Dictionary>\n ),\n [onlineDictionariesAPI]\n );\n\n const allDictionaries: Record<string, Dictionary> = useMemo(\n () => merge(onlineDictionaries ?? {}, localeDictionaries),\n [onlineDictionaries]\n );\n\n return {\n online: onlineDictionaries,\n locale: localeDictionaries,\n all: allDictionaries,\n isLoading: isWaitingData,\n };\n};\n"],"names":[],"mappings":";;;;;AAea,MAAA,wBAAwB,IAAI,UAAgB;AACvD,QAAM,EAAE,MAAM,uBAAuB,cAAkB,IAAA;AAAA,IACrD,GAAG;AAAA,EACL;AAEA,QAAM,qBAAiD;AAAA,IACrD,OACG,uBAAuB,QAAQ,CAAA,GAAI;AAAA,MAClC,CAAC,KAAK,eAAe;AACf,YAAA,WAAW,GAAG,IAAI;AACf,eAAA;AAAA,MACT;AAAA,MACA,CAAA;AAAA,IACF;AAAA,IACF,CAAC,qBAAqB;AAAA,EACxB;AAEA,QAAM,kBAA8C;AAAA,IAClD,MAAM,MAAM,sBAAsB,IAAI,kBAAkB;AAAA,IACxD,CAAC,kBAAkB;AAAA,EACrB;AAEO,SAAA;AAAA,IACL,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,WAAW;AAAA,EACb;AACF;"}
@@ -0,0 +1,35 @@
1
+ "use client";
2
+ import { useDictionariesRecord } from "@intlayer/editor-react";
3
+ import merge from "deepmerge";
4
+ import { useMemo } from "react";
5
+ import { useGetDictionaries } from "./hooks/intlayerAPIHooks.mjs";
6
+ const useGetAllDictionaries = (...props) => {
7
+ const { localeDictionaries } = useDictionariesRecord();
8
+ const { data: onlineDictionariesAPI, isWaitingData } = useGetDictionaries(
9
+ ...props
10
+ );
11
+ const onlineDictionaries = useMemo(
12
+ () => (onlineDictionariesAPI?.data ?? []).reduce(
13
+ (acc, dictionary) => {
14
+ acc[dictionary.key] = dictionary;
15
+ return acc;
16
+ },
17
+ {}
18
+ ),
19
+ [onlineDictionariesAPI]
20
+ );
21
+ const allDictionaries = useMemo(
22
+ () => merge(onlineDictionaries ?? {}, localeDictionaries),
23
+ [onlineDictionaries]
24
+ );
25
+ return {
26
+ online: onlineDictionaries,
27
+ locale: localeDictionaries,
28
+ all: allDictionaries,
29
+ isLoading: isWaitingData
30
+ };
31
+ };
32
+ export {
33
+ useGetAllDictionaries as u
34
+ };
35
+ //# sourceMappingURL=useGetAllDictionaries-DUzm0rIa.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useGetAllDictionaries-DUzm0rIa.js","sources":["../src/hooks/useGetAllDictionaries.tsx"],"sourcesContent":["'use client';\n\n/**\n * @intlayer/dictionaries-entry is a package that only returns the dictionary entry path.\n * Using an external package allow to alias it in the bundle configuration (such as webpack).\n * The alias allow hot reload the app (such as nextjs) on any dictionary change.\n */\nimport { Dictionary } from '@intlayer/core';\nimport { useDictionariesRecord } from '@intlayer/editor-react';\nimport merge from 'deepmerge';\nimport { useMemo } from 'react';\nimport { useGetDictionaries } from './intlayerAPIHooks';\n\ntype Args = Parameters<typeof useGetDictionaries>;\n\nexport const useGetAllDictionaries = (...props: Args) => {\n const { localeDictionaries } = useDictionariesRecord();\n const { data: onlineDictionariesAPI, isWaitingData } = useGetDictionaries(\n ...props\n );\n\n const onlineDictionaries: Record<string, Dictionary> = useMemo(\n () =>\n (onlineDictionariesAPI?.data ?? []).reduce(\n (acc, dictionary) => {\n acc[dictionary.key] = dictionary;\n return acc;\n },\n {} as Record<string, Dictionary>\n ),\n [onlineDictionariesAPI]\n );\n\n const allDictionaries: Record<string, Dictionary> = useMemo(\n () => merge(onlineDictionaries ?? {}, localeDictionaries),\n [onlineDictionaries]\n );\n\n return {\n online: onlineDictionaries,\n locale: localeDictionaries,\n all: allDictionaries,\n isLoading: isWaitingData,\n };\n};\n"],"names":[],"mappings":";;;;;AAea,MAAA,wBAAwB,IAAI,UAAgB;AACjD,QAAA,EAAE,mBAAmB,IAAI,sBAAsB;AACrD,QAAM,EAAE,MAAM,uBAAuB,cAAkB,IAAA;AAAA,IACrD,GAAG;AAAA,EACL;AAEA,QAAM,qBAAiD;AAAA,IACrD,OACG,uBAAuB,QAAQ,CAAA,GAAI;AAAA,MAClC,CAAC,KAAK,eAAe;AACf,YAAA,WAAW,GAAG,IAAI;AACf,eAAA;AAAA,MACT;AAAA,MACA,CAAA;AAAA,IACF;AAAA,IACF,CAAC,qBAAqB;AAAA,EACxB;AAEA,QAAM,kBAA8C;AAAA,IAClD,MAAM,MAAM,sBAAsB,IAAI,kBAAkB;AAAA,IACxD,CAAC,kBAAkB;AAAA,EACrB;AAEO,SAAA;AAAA,IACL,QAAQ;AAAA,IACR,QAAQ;AAAA,IACR,KAAK;AAAA,IACL,WAAW;AAAA,EACb;AACF;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/design-system",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
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": [
@@ -77,12 +77,13 @@
77
77
  "tailwind-merge": "^2.6.0",
78
78
  "zod": "^3.24.1",
79
79
  "zustand": "^4.5.6",
80
- "@intlayer/api": "4.0.3",
81
- "@intlayer/config": "4.0.3",
82
- "@intlayer/core": "4.0.3",
83
- "@intlayer/dictionaries-entry": "4.0.3",
84
- "react-intlayer": "4.0.3",
85
- "@intlayer/editor-react": "4.0.3"
80
+ "@intlayer/config": "4.0.4",
81
+ "@intlayer/core": "4.0.4",
82
+ "@intlayer/editor-react": "4.0.4",
83
+ "@intlayer/editor": "4.0.4",
84
+ "@intlayer/dictionaries-entry": "4.0.4",
85
+ "@intlayer/api": "4.0.4",
86
+ "react-intlayer": "4.0.4"
86
87
  },
87
88
  "devDependencies": {
88
89
  "@chromatic-com/storybook": "^3.2.3",
@@ -115,25 +116,29 @@
115
116
  "vite": "^6.0.7",
116
117
  "vite-plugin-dts": "^4.5.0",
117
118
  "vitest": "^2.1.8",
118
- "@intlayer/backend": "4.0.3",
119
- "@utils/eslint-config": "1.0.4",
120
119
  "@utils/ts-config": "1.0.4",
120
+ "@utils/eslint-config": "1.0.4",
121
121
  "@utils/ts-config-types": "1.0.4",
122
+ "@intlayer/backend": "4.0.4",
122
123
  "@utils/tsup-config": "1.0.4"
123
124
  },
124
125
  "peerDependencies": {
125
126
  "@monaco-editor/react": "^4.6.0",
127
+ "clsx": "^2.1.1",
128
+ "framer-motion": "^11.18.0",
126
129
  "fuse.js": "^7.0.0",
127
130
  "react": ">=18.3.1",
128
131
  "react-dom": ">=18.3.1",
132
+ "tailwind-merge": "^2.6.0",
129
133
  "zustand": "^4.5.6",
130
- "@intlayer/api": "4.0.3",
131
- "@intlayer/config": "4.0.3",
132
- "react-intlayer": "4.0.3",
133
- "intlayer": "4.0.3",
134
- "@intlayer/dictionaries-entry": "4.0.3",
135
- "@intlayer/editor-react": "4.0.3",
136
- "@intlayer/core": "4.0.3"
134
+ "@intlayer/config": "4.0.4",
135
+ "@intlayer/editor": "4.0.4",
136
+ "@intlayer/editor-react": "4.0.4",
137
+ "@intlayer/dictionaries-entry": "4.0.4",
138
+ "@intlayer/api": "4.0.4",
139
+ "intlayer": "4.0.4",
140
+ "@intlayer/core": "4.0.4",
141
+ "react-intlayer": "4.0.4"
137
142
  },
138
143
  "scripts": {
139
144
  "build": "pnpm build:package && pnpm build:css",