@intlayer/design-system 4.0.2 → 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.
- package/README.md +1 -1
- package/dist/.vite/manifest.json +58 -197
- package/dist/components/Accordion/Accordion.cjs +1 -1
- package/dist/components/Accordion/Accordion.cjs.map +1 -1
- package/dist/components/Accordion/Accordion.mjs +1 -1
- package/dist/components/Accordion/Accordion.mjs.map +1 -1
- package/dist/components/Auth/AuthModal/index.cjs +1 -1
- package/dist/components/Auth/AuthModal/index.mjs +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs +2 -1
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs +2 -1
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs.map +1 -1
- package/dist/components/Auth/useAuth/index.cjs +8 -4
- package/dist/components/Auth/useAuth/index.cjs.map +1 -1
- package/dist/components/Auth/useAuth/index.d.ts +3 -1
- package/dist/components/Auth/useAuth/index.d.ts.map +1 -1
- package/dist/components/Auth/useAuth/index.mjs +8 -4
- package/dist/components/Auth/useAuth/index.mjs.map +1 -1
- package/dist/components/Auth/useAuth/useCSRF.cjs +6 -3
- package/dist/components/Auth/useAuth/useCSRF.cjs.map +1 -1
- package/dist/components/Auth/useAuth/useCSRF.d.ts +2 -1
- package/dist/components/Auth/useAuth/useCSRF.d.ts.map +1 -1
- package/dist/components/Auth/useAuth/useCSRF.mjs +5 -2
- package/dist/components/Auth/useAuth/useCSRF.mjs.map +1 -1
- package/dist/components/Auth/useAuth/useOAuth2.cjs +6 -5
- package/dist/components/Auth/useAuth/useOAuth2.cjs.map +1 -1
- package/dist/components/Auth/useAuth/useOAuth2.d.ts +2 -1
- package/dist/components/Auth/useAuth/useOAuth2.d.ts.map +1 -1
- package/dist/components/Auth/useAuth/useOAuth2.mjs +5 -4
- package/dist/components/Auth/useAuth/useOAuth2.mjs.map +1 -1
- package/dist/components/Auth/useAuth/useSession.cjs +6 -3
- package/dist/components/Auth/useAuth/useSession.cjs.map +1 -1
- package/dist/components/Auth/useAuth/useSession.d.ts +2 -1
- package/dist/components/Auth/useAuth/useSession.d.ts.map +1 -1
- package/dist/components/Auth/useAuth/useSession.mjs +6 -3
- package/dist/components/Auth/useAuth/useSession.mjs.map +1 -1
- package/dist/components/Auth/useUser/index.cjs +1 -1
- package/dist/components/Auth/useUser/index.mjs +1 -1
- package/dist/components/Container/index.d.ts +2 -2
- package/dist/components/DictionaryEditor/DictionaryEditor.cjs +4 -16
- package/dist/components/DictionaryEditor/DictionaryEditor.cjs.map +1 -1
- package/dist/components/DictionaryEditor/DictionaryEditor.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/DictionaryEditor.mjs +4 -16
- package/dist/components/DictionaryEditor/DictionaryEditor.mjs.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.cjs +2 -1
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.cjs.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.mjs +2 -1
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.mjs.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.cjs +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.mjs +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.cjs +2 -1
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.cjs.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.mjs +2 -1
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.mjs.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.cjs +3 -3
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.cjs.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs +2 -2
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.cjs +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.mjs +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/index.cjs +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/index.mjs +1 -1
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs +2 -9
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs.map +1 -1
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.mjs +2 -9
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.mjs.map +1 -1
- package/dist/components/DictionaryEditor/index.cjs +0 -8
- package/dist/components/DictionaryEditor/index.cjs.map +1 -1
- package/dist/components/DictionaryEditor/index.d.ts +0 -2
- package/dist/components/DictionaryEditor/index.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/index.mjs +1 -9
- package/dist/components/DictionaryEditor/index.mjs.map +1 -1
- package/dist/components/DictionaryEditor/useEditedContentStore.d.ts +1 -1
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.cjs +3 -21
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.mjs +3 -21
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs +4 -2
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +4 -2
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs +4 -2
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +4 -2
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs +5 -31
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +6 -32
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.cjs +8 -37
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.mjs +6 -35
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs +6 -24
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs +5 -23
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/JSONEditor.cjs +2 -29
- package/dist/components/DictionaryFieldEditor/JSONEditor.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/JSONEditor.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/JSONEditor.mjs +2 -29
- package/dist/components/DictionaryFieldEditor/JSONEditor.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.cjs +9 -33
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +4 -28
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NodeEditor.cjs +3 -43
- package/dist/components/DictionaryFieldEditor/NodeEditor.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NodeEditor.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/NodeEditor.mjs +3 -43
- package/dist/components/DictionaryFieldEditor/NodeEditor.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.cjs +4 -27
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.mjs +3 -26
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs +9 -19
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +9 -19
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.cjs +2 -2
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.mjs +2 -2
- package/dist/components/EditableField/EditableFieldLayout.cjs +7 -3
- package/dist/components/EditableField/EditableFieldLayout.cjs.map +1 -1
- package/dist/components/EditableField/EditableFieldLayout.d.ts.map +1 -1
- package/dist/components/EditableField/EditableFieldLayout.mjs +7 -3
- package/dist/components/EditableField/EditableFieldLayout.mjs.map +1 -1
- package/dist/components/IDE/CodeContext.cjs +2 -2
- package/dist/components/IDE/CodeContext.mjs +2 -2
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.cjs +2 -2
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +2 -2
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.cjs +2 -2
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs +2 -2
- package/dist/components/Modal/Modal.cjs +12 -8
- package/dist/components/Modal/Modal.cjs.map +1 -1
- package/dist/components/Modal/Modal.d.ts.map +1 -1
- package/dist/components/Modal/Modal.mjs +12 -8
- package/dist/components/Modal/Modal.mjs.map +1 -1
- package/dist/components/Navbar/MobileNavbar.cjs +3 -3
- package/dist/components/Navbar/MobileNavbar.mjs +3 -3
- package/dist/components/Navbar/index.cjs +2 -2
- package/dist/components/Navbar/index.mjs +2 -2
- package/dist/components/RightDrawer/RightDrawer.cjs +34 -18
- package/dist/components/RightDrawer/RightDrawer.cjs.map +1 -1
- package/dist/components/RightDrawer/RightDrawer.d.ts.map +1 -1
- package/dist/components/RightDrawer/RightDrawer.mjs +33 -17
- package/dist/components/RightDrawer/RightDrawer.mjs.map +1 -1
- package/dist/components/SwitchSelector/index.cjs +2 -2
- package/dist/components/SwitchSelector/index.mjs +2 -2
- package/dist/components/TabSelector/TabSelector.cjs +2 -2
- package/dist/components/TabSelector/TabSelector.mjs +2 -2
- package/dist/components/index.cjs +0 -8
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.mjs +0 -8
- package/dist/components/index.mjs.map +1 -1
- package/dist/hooks/index.cjs +1 -1
- package/dist/hooks/index.mjs +2 -2
- package/dist/hooks/intlayerAPIHooks.cjs +5 -1
- package/dist/hooks/intlayerAPIHooks.cjs.map +1 -1
- package/dist/hooks/intlayerAPIHooks.d.ts +49 -49
- package/dist/hooks/intlayerAPIHooks.d.ts.map +1 -1
- package/dist/hooks/intlayerAPIHooks.mjs +5 -1
- package/dist/hooks/intlayerAPIHooks.mjs.map +1 -1
- package/dist/hooks/useAsync/useAsync.cjs +14 -0
- package/dist/hooks/useAsync/useAsync.cjs.map +1 -1
- package/dist/hooks/useAsync/useAsync.d.ts.map +1 -1
- package/dist/hooks/useAsync/useAsync.mjs +14 -0
- package/dist/hooks/useAsync/useAsync.mjs.map +1 -1
- package/dist/hooks/useGetAllDictionaries.cjs +3 -2
- package/dist/hooks/useGetAllDictionaries.cjs.map +1 -1
- package/dist/hooks/useGetAllDictionaries.d.ts +2 -2
- package/dist/hooks/useGetAllDictionaries.d.ts.map +1 -1
- package/dist/hooks/useGetAllDictionaries.mjs +3 -2
- package/dist/hooks/useGetAllDictionaries.mjs.map +1 -1
- package/dist/hooks/useIntlayerAPI.cjs +10 -7
- package/dist/hooks/useIntlayerAPI.cjs.map +1 -1
- package/dist/hooks/useIntlayerAPI.d.ts +8 -2
- package/dist/hooks/useIntlayerAPI.d.ts.map +1 -1
- package/dist/hooks/useIntlayerAPI.mjs +10 -7
- package/dist/hooks/useIntlayerAPI.mjs.map +1 -1
- package/dist/hooks/usePersistedStore.cjs +25 -15
- package/dist/hooks/usePersistedStore.cjs.map +1 -1
- package/dist/hooks/usePersistedStore.d.ts +2 -1
- package/dist/hooks/usePersistedStore.d.ts.map +1 -1
- package/dist/hooks/usePersistedStore.mjs +26 -16
- package/dist/hooks/usePersistedStore.mjs.map +1 -1
- package/dist/hooks/useScrollBlockage/index.cjs +5 -31
- package/dist/hooks/useScrollBlockage/index.cjs.map +1 -1
- package/dist/hooks/useScrollBlockage/index.mjs +5 -31
- package/dist/hooks/useScrollBlockage/index.mjs.map +1 -1
- package/dist/hooks/useScrollDetection.cjs +1 -1
- package/dist/hooks/useScrollDetection.mjs +1 -1
- package/dist/index-B-VAyQ9R.js +673 -0
- package/dist/index-B-VAyQ9R.js.map +1 -0
- package/dist/index-B-adg6xa.js +206 -0
- package/dist/index-B-adg6xa.js.map +1 -0
- package/dist/index-BIV0x_z2.js +206 -0
- package/dist/index-BIV0x_z2.js.map +1 -0
- package/dist/index-BNH9wXVj.cjs +205 -0
- package/dist/index-BNH9wXVj.cjs.map +1 -0
- package/dist/index-Cg-S9ry9.cjs +77 -0
- package/dist/index-Cg-S9ry9.cjs.map +1 -0
- package/dist/index-D69JRZcQ.js +206 -0
- package/dist/index-D69JRZcQ.js.map +1 -0
- package/dist/index-DAsui9u9.cjs +205 -0
- package/dist/index-DAsui9u9.cjs.map +1 -0
- package/dist/index-O_7rYrbW.js +78 -0
- package/dist/index-O_7rYrbW.js.map +1 -0
- package/dist/index-SOIahRpS.cjs +205 -0
- package/dist/index-SOIahRpS.cjs.map +1 -0
- package/dist/index-T-TjVQoD.js +671 -0
- package/dist/index-T-TjVQoD.js.map +1 -0
- package/dist/index-f8_VC6c8.cjs +672 -0
- package/dist/index-f8_VC6c8.cjs.map +1 -0
- package/dist/index-llGIfxqV.cjs +670 -0
- package/dist/index-llGIfxqV.cjs.map +1 -0
- package/dist/tailwind.css +1 -1
- package/dist/useGetAllDictionaries-B1sqs2IB.cjs +34 -0
- package/dist/useGetAllDictionaries-B1sqs2IB.cjs.map +1 -0
- package/dist/useGetAllDictionaries-BbH8vTkY.js +35 -0
- package/dist/useGetAllDictionaries-BbH8vTkY.js.map +1 -0
- package/dist/useGetAllDictionaries-Bgkytpa2.cjs +34 -0
- package/dist/useGetAllDictionaries-Bgkytpa2.cjs.map +1 -0
- package/dist/useGetAllDictionaries-D8ma3h41.cjs +33 -0
- package/dist/useGetAllDictionaries-D8ma3h41.cjs.map +1 -0
- package/dist/useGetAllDictionaries-DHgHEbD5.js +34 -0
- package/dist/useGetAllDictionaries-DHgHEbD5.js.map +1 -0
- package/dist/useGetAllDictionaries-DUzm0rIa.js +35 -0
- package/dist/useGetAllDictionaries-DUzm0rIa.js.map +1 -0
- package/package.json +24 -16
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
</a>
|
|
18
18
|
</div>
|
|
19
19
|
|
|
20
|
-
# @intlayer/design-system:
|
|
20
|
+
# @intlayer/design-system: Containing the UI library of Intlayer
|
|
21
21
|
|
|
22
22
|
**Intlayer** is a suite of packages designed specifically for JavaScript developers. It is compatible with frameworks like React, React, and Express.js.
|
|
23
23
|
|
package/dist/.vite/manifest.json
CHANGED
|
@@ -51,30 +51,48 @@
|
|
|
51
51
|
"src/components/Form/FormLabel.tsx"
|
|
52
52
|
]
|
|
53
53
|
},
|
|
54
|
-
"_index-
|
|
55
|
-
"file": "index-
|
|
54
|
+
"_index-B-VAyQ9R.js": {
|
|
55
|
+
"file": "index-B-VAyQ9R.js",
|
|
56
|
+
"name": "index"
|
|
57
|
+
},
|
|
58
|
+
"_index-B-adg6xa.js": {
|
|
59
|
+
"file": "index-B-adg6xa.js",
|
|
56
60
|
"name": "index",
|
|
57
61
|
"imports": [
|
|
58
62
|
"_jsx-runtime-DQkoUcjV.js",
|
|
63
|
+
"src/components/Button/Button.tsx",
|
|
59
64
|
"src/components/DictionaryEditor/ItemLayout.tsx",
|
|
60
65
|
"src/components/DictionaryEditor/NodeWrapper/StringWrapper.tsx"
|
|
61
66
|
]
|
|
62
67
|
},
|
|
63
|
-
"_index-
|
|
64
|
-
"file": "index-
|
|
65
|
-
"name": "index"
|
|
68
|
+
"_index-Cg-S9ry9.cjs": {
|
|
69
|
+
"file": "index-Cg-S9ry9.cjs",
|
|
70
|
+
"name": "index",
|
|
71
|
+
"imports": [
|
|
72
|
+
"src/hooks/useGetElementOrWindow.ts",
|
|
73
|
+
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts"
|
|
74
|
+
]
|
|
66
75
|
},
|
|
67
|
-
"_index-
|
|
68
|
-
"file": "index-
|
|
76
|
+
"_index-DAsui9u9.cjs": {
|
|
77
|
+
"file": "index-DAsui9u9.cjs",
|
|
69
78
|
"name": "index",
|
|
70
79
|
"imports": [
|
|
71
80
|
"_jsx-runtime-CgFM7lM3.cjs",
|
|
81
|
+
"src/components/Button/Button.tsx",
|
|
72
82
|
"src/components/DictionaryEditor/ItemLayout.tsx",
|
|
73
83
|
"src/components/DictionaryEditor/NodeWrapper/StringWrapper.tsx"
|
|
74
84
|
]
|
|
75
85
|
},
|
|
76
|
-
"_index-
|
|
77
|
-
"file": "index-
|
|
86
|
+
"_index-O_7rYrbW.js": {
|
|
87
|
+
"file": "index-O_7rYrbW.js",
|
|
88
|
+
"name": "index",
|
|
89
|
+
"imports": [
|
|
90
|
+
"src/hooks/useGetElementOrWindow.ts",
|
|
91
|
+
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts"
|
|
92
|
+
]
|
|
93
|
+
},
|
|
94
|
+
"_index-f8_VC6c8.cjs": {
|
|
95
|
+
"file": "index-f8_VC6c8.cjs",
|
|
78
96
|
"name": "index"
|
|
79
97
|
},
|
|
80
98
|
"_jsx-runtime-CgFM7lM3.cjs": {
|
|
@@ -85,14 +103,6 @@
|
|
|
85
103
|
"file": "jsx-runtime-DQkoUcjV.js",
|
|
86
104
|
"name": "jsx-runtime"
|
|
87
105
|
},
|
|
88
|
-
"_shallow-lhDIFtEp.cjs": {
|
|
89
|
-
"file": "shallow-lhDIFtEp.cjs",
|
|
90
|
-
"name": "shallow"
|
|
91
|
-
},
|
|
92
|
-
"_shallow-m9BpCkKh.js": {
|
|
93
|
-
"file": "shallow-m9BpCkKh.js",
|
|
94
|
-
"name": "shallow"
|
|
95
|
-
},
|
|
96
106
|
"_zod-BV4nCGJE.js": {
|
|
97
107
|
"file": "zod-BV4nCGJE.js",
|
|
98
108
|
"name": "zod"
|
|
@@ -233,7 +243,7 @@
|
|
|
233
243
|
"isEntry": true,
|
|
234
244
|
"imports": [
|
|
235
245
|
"_jsx-runtime-CgFM7lM3.cjs",
|
|
236
|
-
"_index-
|
|
246
|
+
"_index-f8_VC6c8.cjs",
|
|
237
247
|
"src/components/Button/Button.tsx",
|
|
238
248
|
"src/components/Auth/ExternalsLoginButtons/assets/GithubLogo.tsx",
|
|
239
249
|
"src/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.tsx",
|
|
@@ -448,7 +458,6 @@
|
|
|
448
458
|
"src": "src/components/Auth/useAuth/useCSRF.ts",
|
|
449
459
|
"isEntry": true,
|
|
450
460
|
"imports": [
|
|
451
|
-
"_index-DFc7og1d.cjs",
|
|
452
461
|
"src/hooks/useAsync/useAsync.ts"
|
|
453
462
|
]
|
|
454
463
|
},
|
|
@@ -458,7 +467,6 @@
|
|
|
458
467
|
"src": "src/components/Auth/useAuth/useOAuth2.ts",
|
|
459
468
|
"isEntry": true,
|
|
460
469
|
"imports": [
|
|
461
|
-
"_index-DFc7og1d.cjs",
|
|
462
470
|
"src/hooks/useAsync/useAsync.ts"
|
|
463
471
|
]
|
|
464
472
|
},
|
|
@@ -468,7 +476,6 @@
|
|
|
468
476
|
"src": "src/components/Auth/useAuth/useSession.ts",
|
|
469
477
|
"isEntry": true,
|
|
470
478
|
"imports": [
|
|
471
|
-
"_index-DFc7og1d.cjs",
|
|
472
479
|
"src/hooks/useAsync/useAsync.ts",
|
|
473
480
|
"src/hooks/useAsync/useAsyncStateStore.tsx"
|
|
474
481
|
]
|
|
@@ -641,10 +648,7 @@
|
|
|
641
648
|
"isEntry": true,
|
|
642
649
|
"imports": [
|
|
643
650
|
"_jsx-runtime-CgFM7lM3.cjs",
|
|
644
|
-
"
|
|
645
|
-
"_index-DTCehvKe.cjs",
|
|
646
|
-
"src/components/DictionaryEditor/useEditedContentStore.ts",
|
|
647
|
-
"src/components/DictionaryEditor/useEditionPanelStore.ts",
|
|
651
|
+
"_index-DAsui9u9.cjs",
|
|
648
652
|
"src/components/DictionaryEditor/ValidDictionaryChangeButtons.tsx"
|
|
649
653
|
]
|
|
650
654
|
},
|
|
@@ -666,8 +670,9 @@
|
|
|
666
670
|
"isEntry": true,
|
|
667
671
|
"imports": [
|
|
668
672
|
"_jsx-runtime-CgFM7lM3.cjs",
|
|
673
|
+
"src/components/Button/Button.tsx",
|
|
669
674
|
"src/components/DictionaryEditor/ItemLayout.tsx",
|
|
670
|
-
"_index-
|
|
675
|
+
"_index-DAsui9u9.cjs"
|
|
671
676
|
]
|
|
672
677
|
},
|
|
673
678
|
"src/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.tsx": {
|
|
@@ -677,7 +682,7 @@
|
|
|
677
682
|
"isEntry": true,
|
|
678
683
|
"imports": [
|
|
679
684
|
"_jsx-runtime-CgFM7lM3.cjs",
|
|
680
|
-
"_index-
|
|
685
|
+
"_index-DAsui9u9.cjs"
|
|
681
686
|
]
|
|
682
687
|
},
|
|
683
688
|
"src/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.tsx": {
|
|
@@ -687,8 +692,9 @@
|
|
|
687
692
|
"isEntry": true,
|
|
688
693
|
"imports": [
|
|
689
694
|
"_jsx-runtime-CgFM7lM3.cjs",
|
|
695
|
+
"src/components/Button/Button.tsx",
|
|
690
696
|
"src/components/DictionaryEditor/ItemLayout.tsx",
|
|
691
|
-
"_index-
|
|
697
|
+
"_index-DAsui9u9.cjs"
|
|
692
698
|
]
|
|
693
699
|
},
|
|
694
700
|
"src/components/DictionaryEditor/NodeWrapper/StringWrapper.tsx": {
|
|
@@ -698,10 +704,9 @@
|
|
|
698
704
|
"isEntry": true,
|
|
699
705
|
"imports": [
|
|
700
706
|
"_jsx-runtime-CgFM7lM3.cjs",
|
|
701
|
-
"src/components/EditableField/EditableFieldInput.tsx",
|
|
702
|
-
"src/components/EditableField/EditableFieldTextArea.tsx",
|
|
703
707
|
"src/utils/cn.ts",
|
|
704
|
-
"src/
|
|
708
|
+
"src/components/EditableField/EditableFieldInput.tsx",
|
|
709
|
+
"src/components/EditableField/EditableFieldTextArea.tsx"
|
|
705
710
|
]
|
|
706
711
|
},
|
|
707
712
|
"src/components/DictionaryEditor/NodeWrapper/TranslationWrapper.tsx": {
|
|
@@ -711,7 +716,7 @@
|
|
|
711
716
|
"isEntry": true,
|
|
712
717
|
"imports": [
|
|
713
718
|
"_jsx-runtime-CgFM7lM3.cjs",
|
|
714
|
-
"_index-
|
|
719
|
+
"_index-DAsui9u9.cjs"
|
|
715
720
|
]
|
|
716
721
|
},
|
|
717
722
|
"src/components/DictionaryEditor/NodeWrapper/index.tsx": {
|
|
@@ -721,7 +726,7 @@
|
|
|
721
726
|
"isEntry": true,
|
|
722
727
|
"imports": [
|
|
723
728
|
"_jsx-runtime-CgFM7lM3.cjs",
|
|
724
|
-
"_index-
|
|
729
|
+
"_index-DAsui9u9.cjs",
|
|
725
730
|
"src/components/DictionaryEditor/NodeWrapper/StringWrapper.tsx"
|
|
726
731
|
]
|
|
727
732
|
},
|
|
@@ -732,14 +737,12 @@
|
|
|
732
737
|
"isEntry": true,
|
|
733
738
|
"imports": [
|
|
734
739
|
"_jsx-runtime-CgFM7lM3.cjs",
|
|
735
|
-
"_shallow-lhDIFtEp.cjs",
|
|
736
740
|
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
737
741
|
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
738
742
|
"src/hooks/intlayerAPIHooks.ts",
|
|
739
743
|
"src/components/Form/FormBase.tsx",
|
|
740
744
|
"src/components/Form/FormField.tsx",
|
|
741
745
|
"_Form-CSMiPnjC.cjs",
|
|
742
|
-
"src/components/DictionaryEditor/useEditedContentStore.ts",
|
|
743
746
|
"src/components/DictionaryEditor/validDictionaryChangeButtons.content.tsx",
|
|
744
747
|
"src/components/DictionaryEditor/validDictionaryChangeButtonsSchema.ts"
|
|
745
748
|
]
|
|
@@ -750,27 +753,9 @@
|
|
|
750
753
|
"src": "src/components/DictionaryEditor/index.tsx",
|
|
751
754
|
"isEntry": true,
|
|
752
755
|
"imports": [
|
|
753
|
-
"src/components/DictionaryEditor/
|
|
754
|
-
"src/components/DictionaryEditor/useEditionPanelStore.ts",
|
|
755
|
-
"src/components/DictionaryEditor/DictionaryEditor.tsx",
|
|
756
|
-
"src/utils/dictionary.ts"
|
|
756
|
+
"src/components/DictionaryEditor/DictionaryEditor.tsx"
|
|
757
757
|
]
|
|
758
758
|
},
|
|
759
|
-
"src/components/DictionaryEditor/useEditedContentStore.ts": {
|
|
760
|
-
"file": "components/DictionaryEditor/useEditedContentStore.cjs",
|
|
761
|
-
"name": "components/DictionaryEditor/useEditedContentStore",
|
|
762
|
-
"src": "src/components/DictionaryEditor/useEditedContentStore.ts",
|
|
763
|
-
"isEntry": true,
|
|
764
|
-
"imports": [
|
|
765
|
-
"src/utils/dictionary.ts"
|
|
766
|
-
]
|
|
767
|
-
},
|
|
768
|
-
"src/components/DictionaryEditor/useEditionPanelStore.ts": {
|
|
769
|
-
"file": "components/DictionaryEditor/useEditionPanelStore.cjs",
|
|
770
|
-
"name": "components/DictionaryEditor/useEditionPanelStore",
|
|
771
|
-
"src": "src/components/DictionaryEditor/useEditionPanelStore.ts",
|
|
772
|
-
"isEntry": true
|
|
773
|
-
},
|
|
774
759
|
"src/components/DictionaryEditor/validDictionaryChangeButtons.content.tsx": {
|
|
775
760
|
"file": "components/DictionaryEditor/validDictionaryChangeButtons.content.cjs",
|
|
776
761
|
"name": "components/DictionaryEditor/validDictionaryChangeButtons.content",
|
|
@@ -790,21 +775,10 @@
|
|
|
790
775
|
"isEntry": true,
|
|
791
776
|
"imports": [
|
|
792
777
|
"_jsx-runtime-CgFM7lM3.cjs",
|
|
793
|
-
"_shallow-lhDIFtEp.cjs",
|
|
794
778
|
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
795
779
|
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
796
|
-
"_index-DFc7og1d.cjs",
|
|
797
780
|
"src/components/Toaster/Toast.tsx",
|
|
798
781
|
"src/hooks/useGetAllDictionaries.tsx",
|
|
799
|
-
"src/components/DictionaryEditor/useEditedContentStore.ts",
|
|
800
|
-
"src/components/DictionaryEditor/useEditionPanelStore.ts",
|
|
801
|
-
"src/components/Button/Button.tsx",
|
|
802
|
-
"src/components/EditableField/EditableFieldInput.tsx",
|
|
803
|
-
"src/components/EditableField/EditableFieldTextArea.tsx",
|
|
804
|
-
"src/components/Form/FormBase.tsx",
|
|
805
|
-
"src/components/Form/FormField.tsx",
|
|
806
|
-
"_Form-CSMiPnjC.cjs",
|
|
807
|
-
"src/components/DictionaryEditor/validDictionaryChangeButtons.content.tsx",
|
|
808
782
|
"src/components/Loader/index.tsx",
|
|
809
783
|
"src/components/DictionaryFieldEditor/DictionaryFieldEditor.tsx",
|
|
810
784
|
"src/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.ts"
|
|
@@ -824,7 +798,7 @@
|
|
|
824
798
|
"imports": [
|
|
825
799
|
"_jsx-runtime-CgFM7lM3.cjs",
|
|
826
800
|
"src/hooks/intlayerAPIHooks.ts",
|
|
827
|
-
"_index-
|
|
801
|
+
"_index-f8_VC6c8.cjs",
|
|
828
802
|
"src/components/Button/Button.tsx",
|
|
829
803
|
"src/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.ts",
|
|
830
804
|
"src/components/Form/FormBase.tsx",
|
|
@@ -878,7 +852,7 @@
|
|
|
878
852
|
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
879
853
|
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
880
854
|
"src/hooks/intlayerAPIHooks.ts",
|
|
881
|
-
"_index-
|
|
855
|
+
"_index-f8_VC6c8.cjs",
|
|
882
856
|
"src/components/Button/Button.tsx",
|
|
883
857
|
"src/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.ts",
|
|
884
858
|
"src/components/Form/FormBase.tsx",
|
|
@@ -928,22 +902,12 @@
|
|
|
928
902
|
"isEntry": true,
|
|
929
903
|
"imports": [
|
|
930
904
|
"_jsx-runtime-CgFM7lM3.cjs",
|
|
931
|
-
"_shallow-lhDIFtEp.cjs",
|
|
932
905
|
"src/components/Button/Button.tsx",
|
|
933
906
|
"src/components/Container/index.tsx",
|
|
934
|
-
"src/components/
|
|
935
|
-
"src/components/DictionaryEditor/useEditionPanelStore.ts",
|
|
936
|
-
"src/components/EditableField/EditableFieldInput.tsx",
|
|
937
|
-
"src/components/EditableField/EditableFieldTextArea.tsx",
|
|
907
|
+
"src/components/Headers/index.tsx",
|
|
938
908
|
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
939
909
|
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
940
|
-
"_index-DFc7og1d.cjs",
|
|
941
910
|
"src/components/Toaster/Toast.tsx",
|
|
942
|
-
"src/components/Form/FormBase.tsx",
|
|
943
|
-
"src/components/Form/FormField.tsx",
|
|
944
|
-
"_Form-CSMiPnjC.cjs",
|
|
945
|
-
"src/components/DictionaryEditor/validDictionaryChangeButtons.content.tsx",
|
|
946
|
-
"src/components/Headers/index.tsx",
|
|
947
911
|
"src/components/DropDown/index.tsx",
|
|
948
912
|
"src/components/Input/Input.tsx",
|
|
949
913
|
"src/components/Input/InputPassword.tsx",
|
|
@@ -965,22 +929,10 @@
|
|
|
965
929
|
"isEntry": true,
|
|
966
930
|
"imports": [
|
|
967
931
|
"_jsx-runtime-CgFM7lM3.cjs",
|
|
968
|
-
"_shallow-lhDIFtEp.cjs",
|
|
969
|
-
"src/components/EditableField/EditableFieldInput.tsx",
|
|
970
|
-
"src/components/EditableField/EditableFieldTextArea.tsx",
|
|
971
932
|
"src/utils/camelCase.ts",
|
|
972
|
-
"src/utils/dictionary.ts",
|
|
973
933
|
"src/components/Button/Button.tsx",
|
|
974
|
-
"src/components/
|
|
975
|
-
"src/components/
|
|
976
|
-
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
977
|
-
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
978
|
-
"_index-DFc7og1d.cjs",
|
|
979
|
-
"src/components/Toaster/Toast.tsx",
|
|
980
|
-
"src/components/Form/FormBase.tsx",
|
|
981
|
-
"src/components/Form/FormField.tsx",
|
|
982
|
-
"_Form-CSMiPnjC.cjs",
|
|
983
|
-
"src/components/DictionaryEditor/validDictionaryChangeButtons.content.tsx",
|
|
934
|
+
"src/components/EditableField/EditableFieldInput.tsx",
|
|
935
|
+
"src/components/EditableField/EditableFieldTextArea.tsx",
|
|
984
936
|
"src/components/Label/index.tsx",
|
|
985
937
|
"src/components/DictionaryFieldEditor/editorView.content.ts",
|
|
986
938
|
"src/components/DictionaryFieldEditor/getIsEditableSection.ts",
|
|
@@ -995,22 +947,12 @@
|
|
|
995
947
|
"isEntry": true,
|
|
996
948
|
"imports": [
|
|
997
949
|
"_jsx-runtime-CgFM7lM3.cjs",
|
|
998
|
-
"_shallow-lhDIFtEp.cjs",
|
|
999
950
|
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
1000
951
|
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
1001
952
|
"src/hooks/intlayerAPIHooks.ts",
|
|
1002
|
-
"src/utils/dictionary.ts",
|
|
1003
953
|
"src/utils/object.ts",
|
|
1004
954
|
"src/components/Button/Button.tsx",
|
|
1005
955
|
"src/components/ContentEditor/ContentEditorTextArea.tsx",
|
|
1006
|
-
"src/components/DictionaryEditor/useEditedContentStore.ts",
|
|
1007
|
-
"src/components/DictionaryEditor/useEditionPanelStore.ts",
|
|
1008
|
-
"src/components/EditableField/EditableFieldInput.tsx",
|
|
1009
|
-
"src/components/EditableField/EditableFieldTextArea.tsx",
|
|
1010
|
-
"src/components/Form/FormBase.tsx",
|
|
1011
|
-
"src/components/Form/FormField.tsx",
|
|
1012
|
-
"_Form-CSMiPnjC.cjs",
|
|
1013
|
-
"src/components/DictionaryEditor/validDictionaryChangeButtons.content.tsx",
|
|
1014
956
|
"src/components/Container/index.tsx",
|
|
1015
957
|
"src/components/DropDown/index.tsx",
|
|
1016
958
|
"src/components/Input/Input.tsx",
|
|
@@ -1045,20 +987,6 @@
|
|
|
1045
987
|
"isEntry": true,
|
|
1046
988
|
"imports": [
|
|
1047
989
|
"_jsx-runtime-CgFM7lM3.cjs",
|
|
1048
|
-
"_shallow-lhDIFtEp.cjs",
|
|
1049
|
-
"src/components/DictionaryEditor/useEditedContentStore.ts",
|
|
1050
|
-
"src/components/DictionaryEditor/useEditionPanelStore.ts",
|
|
1051
|
-
"src/components/Button/Button.tsx",
|
|
1052
|
-
"src/components/EditableField/EditableFieldInput.tsx",
|
|
1053
|
-
"src/components/EditableField/EditableFieldTextArea.tsx",
|
|
1054
|
-
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
1055
|
-
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
1056
|
-
"_index-DFc7og1d.cjs",
|
|
1057
|
-
"src/components/Toaster/Toast.tsx",
|
|
1058
|
-
"src/components/Form/FormBase.tsx",
|
|
1059
|
-
"src/components/Form/FormField.tsx",
|
|
1060
|
-
"_Form-CSMiPnjC.cjs",
|
|
1061
|
-
"src/components/DictionaryEditor/validDictionaryChangeButtons.content.tsx",
|
|
1062
990
|
"src/components/IDE/MonacoCode.tsx"
|
|
1063
991
|
]
|
|
1064
992
|
},
|
|
@@ -1079,23 +1007,9 @@
|
|
|
1079
1007
|
"isEntry": true,
|
|
1080
1008
|
"imports": [
|
|
1081
1009
|
"_jsx-runtime-CgFM7lM3.cjs",
|
|
1082
|
-
"_shallow-lhDIFtEp.cjs",
|
|
1083
1010
|
"src/utils/camelCase.ts",
|
|
1084
|
-
"src/utils/dictionary.ts",
|
|
1085
1011
|
"src/components/Accordion/Accordion.tsx",
|
|
1086
1012
|
"src/components/Button/Button.tsx",
|
|
1087
|
-
"src/components/DictionaryEditor/useEditedContentStore.ts",
|
|
1088
|
-
"src/components/DictionaryEditor/useEditionPanelStore.ts",
|
|
1089
|
-
"src/components/EditableField/EditableFieldInput.tsx",
|
|
1090
|
-
"src/components/EditableField/EditableFieldTextArea.tsx",
|
|
1091
|
-
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
1092
|
-
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
1093
|
-
"_index-DFc7og1d.cjs",
|
|
1094
|
-
"src/components/Toaster/Toast.tsx",
|
|
1095
|
-
"src/components/Form/FormBase.tsx",
|
|
1096
|
-
"src/components/Form/FormField.tsx",
|
|
1097
|
-
"_Form-CSMiPnjC.cjs",
|
|
1098
|
-
"src/components/DictionaryEditor/validDictionaryChangeButtons.content.tsx",
|
|
1099
1013
|
"src/components/DictionaryFieldEditor/getIsEditableSection.ts",
|
|
1100
1014
|
"src/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.ts"
|
|
1101
1015
|
]
|
|
@@ -1113,21 +1027,7 @@
|
|
|
1113
1027
|
"isEntry": true,
|
|
1114
1028
|
"imports": [
|
|
1115
1029
|
"_jsx-runtime-CgFM7lM3.cjs",
|
|
1116
|
-
"_shallow-lhDIFtEp.cjs",
|
|
1117
1030
|
"src/components/Container/index.tsx",
|
|
1118
|
-
"src/components/DictionaryEditor/useEditedContentStore.ts",
|
|
1119
|
-
"src/components/DictionaryEditor/useEditionPanelStore.ts",
|
|
1120
|
-
"src/components/Button/Button.tsx",
|
|
1121
|
-
"src/components/EditableField/EditableFieldInput.tsx",
|
|
1122
|
-
"src/components/EditableField/EditableFieldTextArea.tsx",
|
|
1123
|
-
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
1124
|
-
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
1125
|
-
"_index-DFc7og1d.cjs",
|
|
1126
|
-
"src/components/Toaster/Toast.tsx",
|
|
1127
|
-
"src/components/Form/FormBase.tsx",
|
|
1128
|
-
"src/components/Form/FormField.tsx",
|
|
1129
|
-
"_Form-CSMiPnjC.cjs",
|
|
1130
|
-
"src/components/DictionaryEditor/validDictionaryChangeButtons.content.tsx",
|
|
1131
1031
|
"src/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.tsx",
|
|
1132
1032
|
"src/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.tsx",
|
|
1133
1033
|
"src/components/DictionaryFieldEditor/EditorView/EditorView.tsx",
|
|
@@ -1142,21 +1042,6 @@
|
|
|
1142
1042
|
"isEntry": true,
|
|
1143
1043
|
"imports": [
|
|
1144
1044
|
"_jsx-runtime-CgFM7lM3.cjs",
|
|
1145
|
-
"_shallow-lhDIFtEp.cjs",
|
|
1146
|
-
"src/utils/dictionary.ts",
|
|
1147
|
-
"src/components/DictionaryEditor/useEditedContentStore.ts",
|
|
1148
|
-
"src/components/DictionaryEditor/useEditionPanelStore.ts",
|
|
1149
|
-
"src/components/Button/Button.tsx",
|
|
1150
|
-
"src/components/EditableField/EditableFieldInput.tsx",
|
|
1151
|
-
"src/components/EditableField/EditableFieldTextArea.tsx",
|
|
1152
|
-
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
1153
|
-
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
1154
|
-
"_index-DFc7og1d.cjs",
|
|
1155
|
-
"src/components/Toaster/Toast.tsx",
|
|
1156
|
-
"src/components/Form/FormBase.tsx",
|
|
1157
|
-
"src/components/Form/FormField.tsx",
|
|
1158
|
-
"_Form-CSMiPnjC.cjs",
|
|
1159
|
-
"src/components/DictionaryEditor/validDictionaryChangeButtons.content.tsx",
|
|
1160
1045
|
"src/components/Select/Multiselect.tsx",
|
|
1161
1046
|
"src/components/Select/Select.tsx",
|
|
1162
1047
|
"src/components/DictionaryFieldEditor/nodeTypeSelector.content.ts"
|
|
@@ -1169,8 +1054,11 @@
|
|
|
1169
1054
|
"isEntry": true,
|
|
1170
1055
|
"imports": [
|
|
1171
1056
|
"_jsx-runtime-CgFM7lM3.cjs",
|
|
1172
|
-
"
|
|
1173
|
-
"
|
|
1057
|
+
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
1058
|
+
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
1059
|
+
"src/hooks/intlayerAPIHooks.ts",
|
|
1060
|
+
"src/hooks/useGetAllDictionaries.tsx",
|
|
1061
|
+
"_index-f8_VC6c8.cjs",
|
|
1174
1062
|
"src/components/Button/Button.tsx",
|
|
1175
1063
|
"src/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.ts",
|
|
1176
1064
|
"src/components/Form/FormBase.tsx",
|
|
@@ -1179,21 +1067,12 @@
|
|
|
1179
1067
|
"src/components/Auth/SignInForm/signIn.content.ts",
|
|
1180
1068
|
"src/components/Auth/SignInForm/useSignInSchema.content.ts",
|
|
1181
1069
|
"src/components/Auth/SignUpForm/useSignUpSchema.content.ts",
|
|
1182
|
-
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
1183
|
-
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
1184
|
-
"src/hooks/intlayerAPIHooks.ts",
|
|
1185
|
-
"src/hooks/useGetAllDictionaries.tsx",
|
|
1186
1070
|
"src/components/Auth/useAuth/index.tsx",
|
|
1187
1071
|
"src/components/Auth/ChangePasswordForm/changePasswordForm.content.ts",
|
|
1188
1072
|
"src/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.ts",
|
|
1189
1073
|
"src/components/Auth/ResetPasswordForm/resetPasswordContent.content.ts",
|
|
1190
1074
|
"src/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.ts",
|
|
1191
1075
|
"src/components/Modal/Modal.tsx",
|
|
1192
|
-
"src/components/DictionaryEditor/useEditedContentStore.ts",
|
|
1193
|
-
"src/components/DictionaryEditor/useEditionPanelStore.ts",
|
|
1194
|
-
"src/components/EditableField/EditableFieldInput.tsx",
|
|
1195
|
-
"src/components/EditableField/EditableFieldTextArea.tsx",
|
|
1196
|
-
"src/components/DictionaryEditor/validDictionaryChangeButtons.content.tsx",
|
|
1197
1076
|
"src/components/DictionaryFieldEditor/SaveForm/saveForm.content.tsx",
|
|
1198
1077
|
"src/components/DictionaryFieldEditor/SaveForm/SaveFormSchema.ts"
|
|
1199
1078
|
]
|
|
@@ -1233,7 +1112,6 @@
|
|
|
1233
1112
|
"_jsx-runtime-CgFM7lM3.cjs",
|
|
1234
1113
|
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
1235
1114
|
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
1236
|
-
"_index-DFc7og1d.cjs",
|
|
1237
1115
|
"src/components/Toaster/Toast.tsx",
|
|
1238
1116
|
"src/hooks/usePersistedStore.ts"
|
|
1239
1117
|
]
|
|
@@ -1741,7 +1619,6 @@
|
|
|
1741
1619
|
"_jsx-runtime-CgFM7lM3.cjs",
|
|
1742
1620
|
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
1743
1621
|
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
1744
|
-
"_index-DFc7og1d.cjs",
|
|
1745
1622
|
"src/components/Toaster/Toast.tsx",
|
|
1746
1623
|
"src/hooks/usePersistedStore.ts"
|
|
1747
1624
|
]
|
|
@@ -1987,7 +1864,6 @@
|
|
|
1987
1864
|
"_jsx-runtime-CgFM7lM3.cjs",
|
|
1988
1865
|
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
1989
1866
|
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
1990
|
-
"_index-DFc7og1d.cjs",
|
|
1991
1867
|
"src/components/Toaster/Toast.tsx",
|
|
1992
1868
|
"src/hooks/usePersistedStore.ts",
|
|
1993
1869
|
"src/components/Button/Button.tsx",
|
|
@@ -2010,7 +1886,6 @@
|
|
|
2010
1886
|
"_jsx-runtime-CgFM7lM3.cjs",
|
|
2011
1887
|
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
2012
1888
|
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
2013
|
-
"_index-DFc7og1d.cjs",
|
|
2014
1889
|
"src/components/Toaster/Toast.tsx",
|
|
2015
1890
|
"src/hooks/usePersistedStore.ts"
|
|
2016
1891
|
]
|
|
@@ -2224,11 +2099,11 @@
|
|
|
2224
2099
|
"imports": [
|
|
2225
2100
|
"_jsx-runtime-CgFM7lM3.cjs",
|
|
2226
2101
|
"src/hooks/useGetElementOrWindow.ts",
|
|
2227
|
-
"
|
|
2102
|
+
"_index-Cg-S9ry9.cjs",
|
|
2228
2103
|
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
2229
|
-
"_index-DFc7og1d.cjs",
|
|
2230
2104
|
"src/components/Toaster/Toast.tsx",
|
|
2231
2105
|
"src/utils/cn.ts",
|
|
2106
|
+
"src/components/Button/Button.tsx",
|
|
2232
2107
|
"src/components/Container/index.tsx",
|
|
2233
2108
|
"src/components/Headers/index.tsx"
|
|
2234
2109
|
]
|
|
@@ -2269,10 +2144,9 @@
|
|
|
2269
2144
|
"isEntry": true,
|
|
2270
2145
|
"imports": [
|
|
2271
2146
|
"_jsx-runtime-CgFM7lM3.cjs",
|
|
2272
|
-
"
|
|
2147
|
+
"_index-Cg-S9ry9.cjs",
|
|
2273
2148
|
"src/hooks/useScrollDetection.ts",
|
|
2274
2149
|
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
2275
|
-
"_index-DFc7og1d.cjs",
|
|
2276
2150
|
"src/components/Toaster/Toast.tsx",
|
|
2277
2151
|
"src/utils/cn.ts",
|
|
2278
2152
|
"src/components/MaxHeightSmoother/index.tsx",
|
|
@@ -2290,7 +2164,6 @@
|
|
|
2290
2164
|
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
2291
2165
|
"src/hooks/useIsMounted.ts",
|
|
2292
2166
|
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
2293
|
-
"_index-DFc7og1d.cjs",
|
|
2294
2167
|
"src/components/Toaster/Toast.tsx",
|
|
2295
2168
|
"src/components/Navbar/DesktopNavbar.tsx",
|
|
2296
2169
|
"src/components/Navbar/MobileNavbar.tsx"
|
|
@@ -2390,10 +2263,10 @@
|
|
|
2390
2263
|
"isEntry": true,
|
|
2391
2264
|
"imports": [
|
|
2392
2265
|
"_jsx-runtime-CgFM7lM3.cjs",
|
|
2393
|
-
"
|
|
2266
|
+
"_index-Cg-S9ry9.cjs",
|
|
2394
2267
|
"src/hooks/useDevice.ts",
|
|
2395
|
-
"src/hooks/useScrollBlockage/index.tsx",
|
|
2396
2268
|
"src/utils/isElementAtTopAndNotCovered.tsx",
|
|
2269
|
+
"src/components/Button/Button.tsx",
|
|
2397
2270
|
"src/components/Container/index.tsx",
|
|
2398
2271
|
"src/components/MaxWidthSmoother/index.tsx",
|
|
2399
2272
|
"src/components/RightDrawer/useRightDrawerStore.ts"
|
|
@@ -2456,7 +2329,6 @@
|
|
|
2456
2329
|
"_jsx-runtime-CgFM7lM3.cjs",
|
|
2457
2330
|
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
2458
2331
|
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
2459
|
-
"_index-DFc7og1d.cjs",
|
|
2460
2332
|
"src/components/Toaster/Toast.tsx",
|
|
2461
2333
|
"src/hooks/useItemSelector.ts",
|
|
2462
2334
|
"src/utils/cn.ts"
|
|
@@ -2471,7 +2343,6 @@
|
|
|
2471
2343
|
"_jsx-runtime-CgFM7lM3.cjs",
|
|
2472
2344
|
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
2473
2345
|
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
2474
|
-
"_index-DFc7og1d.cjs",
|
|
2475
2346
|
"src/components/Toaster/Toast.tsx",
|
|
2476
2347
|
"src/hooks/useItemSelector.ts",
|
|
2477
2348
|
"src/utils/cn.ts"
|
|
@@ -2630,8 +2501,6 @@
|
|
|
2630
2501
|
"src/components/RightDrawer/useRightDrawerStore.ts",
|
|
2631
2502
|
"src/components/PressableSpan/PressableSpan.tsx",
|
|
2632
2503
|
"src/components/ContentSelector/ContentSelector.tsx",
|
|
2633
|
-
"src/components/DictionaryEditor/useEditedContentStore.ts",
|
|
2634
|
-
"src/components/DictionaryEditor/useEditionPanelStore.ts",
|
|
2635
2504
|
"src/components/DictionaryEditor/DictionaryEditor.tsx",
|
|
2636
2505
|
"src/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.tsx",
|
|
2637
2506
|
"src/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.tsx",
|
|
@@ -2703,8 +2572,7 @@
|
|
|
2703
2572
|
"src/components/LocaleSwitcherDropDown/LocaleSwitcher.tsx",
|
|
2704
2573
|
"src/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.tsx",
|
|
2705
2574
|
"src/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.tsx",
|
|
2706
|
-
"src/components/ClickOutsideDiv/index.tsx"
|
|
2707
|
-
"src/utils/dictionary.ts"
|
|
2575
|
+
"src/components/ClickOutsideDiv/index.tsx"
|
|
2708
2576
|
]
|
|
2709
2577
|
},
|
|
2710
2578
|
"src/hooks/index.ts": {
|
|
@@ -2715,7 +2583,7 @@
|
|
|
2715
2583
|
"imports": [
|
|
2716
2584
|
"src/hooks/useDevice.ts",
|
|
2717
2585
|
"src/hooks/useGetElementOrWindow.ts",
|
|
2718
|
-
"
|
|
2586
|
+
"_index-Cg-S9ry9.cjs",
|
|
2719
2587
|
"src/hooks/useIsMounted.ts",
|
|
2720
2588
|
"src/hooks/useScrollDetection.ts",
|
|
2721
2589
|
"src/hooks/useAsync/useAsync.ts",
|
|
@@ -2805,7 +2673,6 @@
|
|
|
2805
2673
|
"src": "src/hooks/useIntlayerAPI.ts",
|
|
2806
2674
|
"isEntry": true,
|
|
2807
2675
|
"imports": [
|
|
2808
|
-
"_index-DFc7og1d.cjs",
|
|
2809
2676
|
"src/components/Auth/useAuth/index.tsx"
|
|
2810
2677
|
]
|
|
2811
2678
|
},
|
|
@@ -2839,7 +2706,7 @@
|
|
|
2839
2706
|
"src": "src/hooks/useScrollBlockage/index.tsx",
|
|
2840
2707
|
"isEntry": true,
|
|
2841
2708
|
"imports": [
|
|
2842
|
-
"
|
|
2709
|
+
"_index-Cg-S9ry9.cjs",
|
|
2843
2710
|
"src/hooks/useGetElementOrWindow.ts",
|
|
2844
2711
|
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts"
|
|
2845
2712
|
]
|
|
@@ -2857,7 +2724,7 @@
|
|
|
2857
2724
|
"isEntry": true,
|
|
2858
2725
|
"imports": [
|
|
2859
2726
|
"src/hooks/useGetElementOrWindow.ts",
|
|
2860
|
-
"
|
|
2727
|
+
"_index-Cg-S9ry9.cjs"
|
|
2861
2728
|
]
|
|
2862
2729
|
},
|
|
2863
2730
|
"src/tailwind.config.ts": {
|
|
@@ -2884,12 +2751,6 @@
|
|
|
2884
2751
|
"src": "src/utils/cn.ts",
|
|
2885
2752
|
"isEntry": true
|
|
2886
2753
|
},
|
|
2887
|
-
"src/utils/dictionary.ts": {
|
|
2888
|
-
"file": "utils/dictionary.cjs",
|
|
2889
|
-
"name": "utils/dictionary",
|
|
2890
|
-
"src": "src/utils/dictionary.ts",
|
|
2891
|
-
"isEntry": true
|
|
2892
|
-
},
|
|
2893
2754
|
"src/utils/isElementAtTopAndNotCovered.tsx": {
|
|
2894
2755
|
"file": "utils/isElementAtTopAndNotCovered.cjs",
|
|
2895
2756
|
"name": "utils/isElementAtTopAndNotCovered",
|
|
@@ -21,7 +21,7 @@ const Accordion = ({
|
|
|
21
21
|
setIsOpen(isOpenDefault);
|
|
22
22
|
}
|
|
23
23
|
}, [isOpenDefault]);
|
|
24
|
-
return /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsxs("div", { children: [
|
|
24
|
+
return /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsxs("div", { className: "w-full", children: [
|
|
25
25
|
/* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx(
|
|
26
26
|
components_Button_Button.Button,
|
|
27
27
|
{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Accordion.cjs","sources":["../../../src/components/Accordion/Accordion.tsx"],"sourcesContent":["'use client';\n\nimport { ChevronDown } from 'lucide-react';\nimport { useEffect, useState, type FC, type ReactNode } from 'react';\nimport { cn } from '../../utils/cn';\nimport { Button, ButtonProps } from '../Button';\nimport { MaxHeightSmoother } from '../MaxHeightSmoother';\n\ntype AccordionProps = {\n header: ReactNode;\n children: ReactNode;\n isOpen?: boolean;\n} & ButtonProps;\n\n/**\n * Accordion component that allows the user to expand and collapse content.\n * It provides a header with a chevron icon that controls the visibility of the content.\n *\n * @param header - The content of the header.\n * @param children - The content to be expanded and collapsed.\n * @param isOpen - Whether the content is expanded or collapsed by default.\n *\n * @example\n * <Accordion header=\"Accordion Header\" isOpen={true}>\n * <p>Accordion content</p>\n * </Accordion>\n *\n */\nexport const Accordion: FC<AccordionProps> = ({\n children,\n header,\n isOpen: isOpenDefault = false,\n onClick,\n ...props\n}) => {\n const [isOpen, setIsOpen] = useState(isOpenDefault);\n const isHidden = isOpen == undefined ? undefined : !isOpen;\n\n useEffect(() => {\n if (isOpenDefault != undefined) {\n setIsOpen(isOpenDefault);\n }\n }, [isOpenDefault]);\n\n return (\n <div>\n <Button\n variant=\"hoverable\"\n color=\"text\"\n onClick={(e) => {\n setIsOpen((prevIsOpen) => !prevIsOpen);\n onClick?.(e);\n }}\n isFullWidth\n className=\"flex items-center justify-between gap-2 bg-red-300\"\n IconRight={ChevronDown}\n iconClassName={cn(\n 'transform transition-transform duration-500 ease-in-out',\n isOpen ? 'rotate-0' : '-rotate-180'\n )}\n {...props}\n >\n {header}\n </Button>\n\n <MaxHeightSmoother\n tabIndex={isHidden !== false ? undefined : -1}\n isHidden={isHidden}\n >\n {children}\n </MaxHeightSmoother>\n </div>\n );\n};\n"],"names":["useState","useEffect","jsx","Button","ChevronDown","cn","MaxHeightSmoother"],"mappings":";;;;;;;;;AA4BO,MAAM,YAAgC,CAAC;AAAA,EAC5C;AAAA,EACA;AAAA,EACA,QAAQ,gBAAgB;AAAA,EACxB;AAAA,EACA,GAAG;AACL,MAAM;AACJ,QAAM,CAAC,QAAQ,SAAS,IAAIA,WAAAA,SAAS,aAAa;AAClD,QAAM,WAAW,UAAU,SAAY,SAAY,CAAC;AAEpDC,aAAAA,UAAU,MAAM;AACd,QAAI,iBAAiB,QAAW;AAC9B,gBAAU,aAAa;AAAA,IAAA;AAAA,EACzB,GACC,CAAC,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"Accordion.cjs","sources":["../../../src/components/Accordion/Accordion.tsx"],"sourcesContent":["'use client';\n\nimport { ChevronDown } from 'lucide-react';\nimport { useEffect, useState, type FC, type ReactNode } from 'react';\nimport { cn } from '../../utils/cn';\nimport { Button, ButtonProps } from '../Button';\nimport { MaxHeightSmoother } from '../MaxHeightSmoother';\n\ntype AccordionProps = {\n header: ReactNode;\n children: ReactNode;\n isOpen?: boolean;\n} & ButtonProps;\n\n/**\n * Accordion component that allows the user to expand and collapse content.\n * It provides a header with a chevron icon that controls the visibility of the content.\n *\n * @param header - The content of the header.\n * @param children - The content to be expanded and collapsed.\n * @param isOpen - Whether the content is expanded or collapsed by default.\n *\n * @example\n * <Accordion header=\"Accordion Header\" isOpen={true}>\n * <p>Accordion content</p>\n * </Accordion>\n *\n */\nexport const Accordion: FC<AccordionProps> = ({\n children,\n header,\n isOpen: isOpenDefault = false,\n onClick,\n ...props\n}) => {\n const [isOpen, setIsOpen] = useState(isOpenDefault);\n const isHidden = isOpen == undefined ? undefined : !isOpen;\n\n useEffect(() => {\n if (isOpenDefault != undefined) {\n setIsOpen(isOpenDefault);\n }\n }, [isOpenDefault]);\n\n return (\n <div className=\"w-full\">\n <Button\n variant=\"hoverable\"\n color=\"text\"\n onClick={(e) => {\n setIsOpen((prevIsOpen) => !prevIsOpen);\n onClick?.(e);\n }}\n isFullWidth\n className=\"flex items-center justify-between gap-2 bg-red-300\"\n IconRight={ChevronDown}\n iconClassName={cn(\n 'transform transition-transform duration-500 ease-in-out',\n isOpen ? 'rotate-0' : '-rotate-180'\n )}\n {...props}\n >\n {header}\n </Button>\n\n <MaxHeightSmoother\n tabIndex={isHidden !== false ? undefined : -1}\n isHidden={isHidden}\n >\n {children}\n </MaxHeightSmoother>\n </div>\n );\n};\n"],"names":["useState","useEffect","jsxs","jsx","Button","ChevronDown","cn","MaxHeightSmoother"],"mappings":";;;;;;;;;AA4BO,MAAM,YAAgC,CAAC;AAAA,EAC5C;AAAA,EACA;AAAA,EACA,QAAQ,gBAAgB;AAAA,EACxB;AAAA,EACA,GAAG;AACL,MAAM;AACJ,QAAM,CAAC,QAAQ,SAAS,IAAIA,WAAAA,SAAS,aAAa;AAClD,QAAM,WAAW,UAAU,SAAY,SAAY,CAAC;AAEpDC,aAAAA,UAAU,MAAM;AACd,QAAI,iBAAiB,QAAW;AAC9B,gBAAU,aAAa;AAAA,IAAA;AAAA,EACzB,GACC,CAAC,aAAa,CAAC;AAGhB,SAAAC,2BAAA,kBAAA,KAAC,OAAI,EAAA,WAAU,UACb,UAAA;AAAA,IAAAC,2BAAA,kBAAA;AAAA,MAACC,yBAAA;AAAA,MAAA;AAAA,QACC,SAAQ;AAAA,QACR,OAAM;AAAA,QACN,SAAS,CAAC,MAAM;AACJ,oBAAA,CAAC,eAAe,CAAC,UAAU;AACrC,oBAAU,CAAC;AAAA,QACb;AAAA,QACA,aAAW;AAAA,QACX,WAAU;AAAA,QACV,WAAWC,YAAA;AAAA,QACX,eAAeC,SAAA;AAAA,UACb;AAAA,UACA,SAAS,aAAa;AAAA,QACxB;AAAA,QACC,GAAG;AAAA,QAEH,UAAA;AAAA,MAAA;AAAA,IACH;AAAA,IAEAH,2BAAA,kBAAA;AAAA,MAACI,mCAAA;AAAA,MAAA;AAAA,QACC,UAAU,aAAa,QAAQ,SAAY;AAAA,QAC3C;AAAA,QAEC;AAAA,MAAA;AAAA,IAAA;AAAA,EACH,GACF;AAEJ;;"}
|
|
@@ -19,7 +19,7 @@ const Accordion = ({
|
|
|
19
19
|
setIsOpen(isOpenDefault);
|
|
20
20
|
}
|
|
21
21
|
}, [isOpenDefault]);
|
|
22
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { children: [
|
|
22
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "w-full", children: [
|
|
23
23
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
24
24
|
Button,
|
|
25
25
|
{
|