@intlayer/design-system 5.5.10 → 5.5.11
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/dist/.vite/manifest.json +48 -41
- package/dist/components/Auth/AuthModal/index.cjs +2 -2
- package/dist/components/Auth/AuthModal/index.mjs +2 -2
- package/dist/components/Auth/useAuth/useCSRF.d.ts +1 -1
- package/dist/components/Auth/useAuth/useOAuth2.d.ts +1 -1
- package/dist/components/Auth/useUser/index.cjs +2 -2
- package/dist/components/Auth/useUser/index.mjs +2 -2
- package/dist/components/ContentEditor/ContentEditorTextArea.cjs +2 -2
- package/dist/components/ContentEditor/ContentEditorTextArea.mjs +2 -2
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.cjs +2 -2
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +2 -2
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs +2 -2
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +2 -2
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs +2 -2
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +2 -2
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs +2 -2
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +2 -2
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.cjs +2 -2
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.mjs +2 -2
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.cjs +2 -2
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.mjs +2 -2
- package/dist/components/EditableField/EditableFieldTextArea.cjs +2 -2
- package/dist/components/EditableField/EditableFieldTextArea.mjs +2 -2
- package/dist/components/IDE/CodeContext.cjs +2 -2
- package/dist/components/IDE/CodeContext.mjs +2 -2
- package/dist/components/Link/Link.cjs.map +1 -1
- package/dist/components/Link/Link.d.ts.map +1 -1
- package/dist/components/Link/Link.mjs.map +1 -1
- 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/MarkDownRender/index.cjs +27 -1
- package/dist/components/MarkDownRender/index.cjs.map +1 -1
- package/dist/components/MarkDownRender/index.d.ts +2 -2
- package/dist/components/MarkDownRender/index.d.ts.map +1 -1
- package/dist/components/MarkDownRender/index.mjs +27 -1
- package/dist/components/MarkDownRender/index.mjs.map +1 -1
- package/dist/components/Modal/Modal.cjs +4 -4
- package/dist/components/Modal/Modal.mjs +4 -4
- package/dist/components/Navbar/MobileNavbar.cjs +3 -3
- package/dist/components/Navbar/MobileNavbar.mjs +3 -3
- package/dist/components/Navbar/index.cjs +5 -5
- package/dist/components/Navbar/index.mjs +5 -5
- package/dist/components/SwitchSelector/index.cjs +3 -3
- package/dist/components/SwitchSelector/index.mjs +3 -3
- package/dist/components/TabSelector/TabSelector.cjs +3 -3
- package/dist/components/TabSelector/TabSelector.mjs +3 -3
- package/dist/components/TextArea/AutocompleteTextArea.cjs +2 -2
- package/dist/components/TextArea/AutocompleteTextArea.mjs +2 -2
- package/dist/hooks/index.cjs +25 -23
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.ts +8 -7
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/index.mjs +10 -8
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/hooks/intlayerAPIHooks.d.ts +54 -54
- package/dist/hooks/intlayerAPIHooks.d.ts.map +1 -1
- package/dist/hooks/useAsync/useAsync.cjs +10 -11
- package/dist/hooks/useAsync/useAsync.cjs.map +1 -1
- package/dist/hooks/useAsync/useAsync.mjs +10 -11
- package/dist/hooks/useAsync/useAsync.mjs.map +1 -1
- package/dist/hooks/useIntlayerAPI.cjs +5 -4
- package/dist/hooks/useIntlayerAPI.cjs.map +1 -1
- package/dist/hooks/useIntlayerAPI.d.ts +66 -65
- package/dist/hooks/useIntlayerAPI.d.ts.map +1 -1
- package/dist/hooks/useIntlayerAPI.mjs +5 -4
- package/dist/hooks/useIntlayerAPI.mjs.map +1 -1
- package/dist/hooks/useScreenWidth.cjs +18 -0
- package/dist/hooks/useScreenWidth.cjs.map +1 -0
- package/dist/hooks/useScreenWidth.d.ts +4 -0
- package/dist/hooks/useScreenWidth.d.ts.map +1 -0
- package/dist/hooks/useScreenWidth.mjs +18 -0
- package/dist/hooks/useScreenWidth.mjs.map +1 -0
- package/package.json +16 -16
package/dist/.vite/manifest.json
CHANGED
|
@@ -143,9 +143,9 @@
|
|
|
143
143
|
"src": "src/components/Auth/AuthModal/index.tsx",
|
|
144
144
|
"isEntry": true,
|
|
145
145
|
"imports": [
|
|
146
|
-
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
147
|
-
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
148
146
|
"src/hooks/intlayerAPIHooks.ts",
|
|
147
|
+
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
148
|
+
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
149
149
|
"src/components/Modal/Modal.tsx",
|
|
150
150
|
"src/components/Auth/ChangePasswordForm/ChangePasswordForm.tsx",
|
|
151
151
|
"src/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.ts",
|
|
@@ -572,9 +572,9 @@
|
|
|
572
572
|
"src": "src/components/Auth/useUser/index.ts",
|
|
573
573
|
"isEntry": true,
|
|
574
574
|
"imports": [
|
|
575
|
-
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
576
|
-
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
577
575
|
"src/hooks/intlayerAPIHooks.ts",
|
|
576
|
+
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
577
|
+
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
578
578
|
"src/components/Auth/useAuth/index.tsx"
|
|
579
579
|
]
|
|
580
580
|
},
|
|
@@ -700,9 +700,9 @@
|
|
|
700
700
|
"src/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.ts",
|
|
701
701
|
"src/components/Auth/ResetPasswordForm/resetPasswordContent.content.ts",
|
|
702
702
|
"src/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.ts",
|
|
703
|
-
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
704
703
|
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
705
704
|
"src/components/Toaster/Toast.tsx",
|
|
705
|
+
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
706
706
|
"src/components/Modal/Modal.tsx",
|
|
707
707
|
"src/components/Auth/VerifyEmailForm/index.content.ts",
|
|
708
708
|
"src/components/Auth/DefineNewPasswordForm/defineNewPasswordForm.content.ts",
|
|
@@ -893,9 +893,9 @@
|
|
|
893
893
|
"src": "src/components/DictionaryFieldEditor/ContentEditorView/TextEditor.tsx",
|
|
894
894
|
"isEntry": true,
|
|
895
895
|
"imports": [
|
|
896
|
-
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
897
|
-
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
898
896
|
"src/hooks/intlayerAPIHooks.ts",
|
|
897
|
+
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
898
|
+
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
899
899
|
"src/utils/object.ts",
|
|
900
900
|
"src/components/Button/Button.tsx",
|
|
901
901
|
"src/components/Container/index.tsx",
|
|
@@ -921,8 +921,8 @@
|
|
|
921
921
|
"imports": [
|
|
922
922
|
"src/hooks/intlayerAPIHooks.ts",
|
|
923
923
|
"src/components/Button/Button.tsx",
|
|
924
|
-
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
925
924
|
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
925
|
+
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
926
926
|
"src/components/Auth/useAuth/index.tsx",
|
|
927
927
|
"src/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.ts",
|
|
928
928
|
"src/components/Form/FormBase.tsx",
|
|
@@ -974,9 +974,9 @@
|
|
|
974
974
|
"src": "src/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.tsx",
|
|
975
975
|
"isEntry": true,
|
|
976
976
|
"imports": [
|
|
977
|
-
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
978
|
-
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
979
977
|
"src/hooks/intlayerAPIHooks.ts",
|
|
978
|
+
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
979
|
+
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
980
980
|
"src/components/Button/Button.tsx",
|
|
981
981
|
"src/components/Auth/useAuth/index.tsx",
|
|
982
982
|
"src/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.ts",
|
|
@@ -1032,9 +1032,9 @@
|
|
|
1032
1032
|
"isEntry": true,
|
|
1033
1033
|
"imports": [
|
|
1034
1034
|
"src/components/Button/Button.tsx",
|
|
1035
|
-
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
1036
1035
|
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
1037
1036
|
"src/components/Toaster/Toast.tsx",
|
|
1037
|
+
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
1038
1038
|
"src/components/Container/index.tsx",
|
|
1039
1039
|
"src/components/DropDown/index.tsx",
|
|
1040
1040
|
"src/components/Input/Input.tsx",
|
|
@@ -1118,9 +1118,9 @@
|
|
|
1118
1118
|
"isEntry": true,
|
|
1119
1119
|
"imports": [
|
|
1120
1120
|
"src/components/Modal/Modal.tsx",
|
|
1121
|
-
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
1122
|
-
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
1123
1121
|
"src/hooks/intlayerAPIHooks.ts",
|
|
1122
|
+
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
1123
|
+
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
1124
1124
|
"src/utils/cn.ts",
|
|
1125
1125
|
"src/components/Button/Button.tsx",
|
|
1126
1126
|
"src/components/Auth/useAuth/index.tsx",
|
|
@@ -1168,9 +1168,9 @@
|
|
|
1168
1168
|
"src/components/EditableField/EditableFieldInput.tsx",
|
|
1169
1169
|
"src/components/Input/Input.tsx",
|
|
1170
1170
|
"src/components/Input/Checkbox.tsx",
|
|
1171
|
-
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
1172
1171
|
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
1173
1172
|
"src/components/Toaster/Toast.tsx",
|
|
1173
|
+
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
1174
1174
|
"src/components/DictionaryFieldEditor/NodeTypeSelector.tsx",
|
|
1175
1175
|
"src/components/DictionaryFieldEditor/StructureView/structureView.content.ts"
|
|
1176
1176
|
]
|
|
@@ -1200,10 +1200,10 @@
|
|
|
1200
1200
|
"src": "src/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.tsx",
|
|
1201
1201
|
"isEntry": true,
|
|
1202
1202
|
"imports": [
|
|
1203
|
-
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
1204
1203
|
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
1205
1204
|
"src/components/Toaster/Toast.tsx",
|
|
1206
|
-
"src/hooks/usePersistedStore.ts"
|
|
1205
|
+
"src/hooks/usePersistedStore.ts",
|
|
1206
|
+
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts"
|
|
1207
1207
|
]
|
|
1208
1208
|
},
|
|
1209
1209
|
"src/components/DictionaryFieldEditor/VersionSwitcherDropDown/index.tsx": {
|
|
@@ -1292,9 +1292,9 @@
|
|
|
1292
1292
|
"src/components/TextArea/AutoSizeTextArea.tsx",
|
|
1293
1293
|
"src/components/Input/Input.tsx",
|
|
1294
1294
|
"src/components/Input/Checkbox.tsx",
|
|
1295
|
-
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
1296
1295
|
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
1297
1296
|
"src/components/Toaster/Toast.tsx",
|
|
1297
|
+
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
1298
1298
|
"src/components/EditableField/EditableFieldLayout.tsx"
|
|
1299
1299
|
]
|
|
1300
1300
|
},
|
|
@@ -1670,10 +1670,10 @@
|
|
|
1670
1670
|
"src": "src/components/IDE/CodeContext.tsx",
|
|
1671
1671
|
"isEntry": true,
|
|
1672
1672
|
"imports": [
|
|
1673
|
-
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
1674
1673
|
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
1675
1674
|
"src/components/Toaster/Toast.tsx",
|
|
1676
|
-
"src/hooks/usePersistedStore.ts"
|
|
1675
|
+
"src/hooks/usePersistedStore.ts",
|
|
1676
|
+
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts"
|
|
1677
1677
|
]
|
|
1678
1678
|
},
|
|
1679
1679
|
"src/components/IDE/CodeFormatSelector.tsx": {
|
|
@@ -1902,10 +1902,10 @@
|
|
|
1902
1902
|
"src": "src/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.tsx",
|
|
1903
1903
|
"isEntry": true,
|
|
1904
1904
|
"imports": [
|
|
1905
|
-
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
1906
1905
|
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
1907
1906
|
"src/components/Toaster/Toast.tsx",
|
|
1908
1907
|
"src/hooks/usePersistedStore.ts",
|
|
1908
|
+
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
1909
1909
|
"src/components/Button/Button.tsx",
|
|
1910
1910
|
"src/components/Container/index.tsx",
|
|
1911
1911
|
"src/components/DropDown/index.tsx",
|
|
@@ -1922,10 +1922,10 @@
|
|
|
1922
1922
|
"src": "src/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.tsx",
|
|
1923
1923
|
"isEntry": true,
|
|
1924
1924
|
"imports": [
|
|
1925
|
-
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
1926
1925
|
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
1927
1926
|
"src/components/Toaster/Toast.tsx",
|
|
1928
|
-
"src/hooks/usePersistedStore.ts"
|
|
1927
|
+
"src/hooks/usePersistedStore.ts",
|
|
1928
|
+
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts"
|
|
1929
1929
|
]
|
|
1930
1930
|
},
|
|
1931
1931
|
"src/components/LocaleSwitcherContentDropDown/index.tsx": {
|
|
@@ -2047,10 +2047,10 @@
|
|
|
2047
2047
|
"src": "src/components/Modal/Modal.tsx",
|
|
2048
2048
|
"isEntry": true,
|
|
2049
2049
|
"imports": [
|
|
2050
|
-
"src/hooks/useGetElementOrWindow.ts",
|
|
2051
|
-
"_index-BYzBot7l.cjs",
|
|
2052
2050
|
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
2053
2051
|
"src/components/Toaster/Toast.tsx",
|
|
2052
|
+
"src/hooks/useGetElementOrWindow.ts",
|
|
2053
|
+
"_index-BYzBot7l.cjs",
|
|
2054
2054
|
"src/utils/cn.ts",
|
|
2055
2055
|
"src/components/Button/Button.tsx",
|
|
2056
2056
|
"src/components/Container/index.tsx",
|
|
@@ -2090,10 +2090,10 @@
|
|
|
2090
2090
|
"src": "src/components/Navbar/MobileNavbar.tsx",
|
|
2091
2091
|
"isEntry": true,
|
|
2092
2092
|
"imports": [
|
|
2093
|
-
"_index-BYzBot7l.cjs",
|
|
2094
|
-
"src/hooks/useScrollDetection.ts",
|
|
2095
2093
|
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
2096
2094
|
"src/components/Toaster/Toast.tsx",
|
|
2095
|
+
"_index-BYzBot7l.cjs",
|
|
2096
|
+
"src/hooks/useScrollDetection.ts",
|
|
2097
2097
|
"src/utils/cn.ts",
|
|
2098
2098
|
"src/components/MaxHeightSmoother/index.tsx",
|
|
2099
2099
|
"src/components/Navbar/Burger.tsx"
|
|
@@ -2105,11 +2105,11 @@
|
|
|
2105
2105
|
"src": "src/components/Navbar/index.tsx",
|
|
2106
2106
|
"isEntry": true,
|
|
2107
2107
|
"imports": [
|
|
2108
|
-
"src/hooks/useDevice.ts",
|
|
2109
|
-
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
2110
|
-
"src/hooks/useIsMounted.ts",
|
|
2111
2108
|
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
2112
2109
|
"src/components/Toaster/Toast.tsx",
|
|
2110
|
+
"src/hooks/useDevice.ts",
|
|
2111
|
+
"src/hooks/useIsMounted.ts",
|
|
2112
|
+
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
2113
2113
|
"src/components/Navbar/DesktopNavbar.tsx",
|
|
2114
2114
|
"src/components/Navbar/MobileNavbar.tsx"
|
|
2115
2115
|
]
|
|
@@ -2317,10 +2317,10 @@
|
|
|
2317
2317
|
"src": "src/components/SwitchSelector/index.tsx",
|
|
2318
2318
|
"isEntry": true,
|
|
2319
2319
|
"imports": [
|
|
2320
|
-
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
2321
2320
|
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
2322
2321
|
"src/components/Toaster/Toast.tsx",
|
|
2323
2322
|
"src/hooks/useItemSelector.ts",
|
|
2323
|
+
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
2324
2324
|
"src/utils/cn.ts"
|
|
2325
2325
|
]
|
|
2326
2326
|
},
|
|
@@ -2330,10 +2330,10 @@
|
|
|
2330
2330
|
"src": "src/components/TabSelector/TabSelector.tsx",
|
|
2331
2331
|
"isEntry": true,
|
|
2332
2332
|
"imports": [
|
|
2333
|
-
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
2334
2333
|
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
2335
2334
|
"src/components/Toaster/Toast.tsx",
|
|
2336
2335
|
"src/hooks/useItemSelector.ts",
|
|
2336
|
+
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
2337
2337
|
"src/utils/cn.ts"
|
|
2338
2338
|
]
|
|
2339
2339
|
},
|
|
@@ -2368,9 +2368,9 @@
|
|
|
2368
2368
|
"src": "src/components/TextArea/AutocompleteTextArea.tsx",
|
|
2369
2369
|
"isEntry": true,
|
|
2370
2370
|
"imports": [
|
|
2371
|
-
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
2372
|
-
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
2373
2371
|
"src/hooks/intlayerAPIHooks.ts",
|
|
2372
|
+
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
2373
|
+
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
2374
2374
|
"src/components/TextArea/AutoSizeTextArea.tsx"
|
|
2375
2375
|
]
|
|
2376
2376
|
},
|
|
@@ -2590,19 +2590,20 @@
|
|
|
2590
2590
|
"src": "src/hooks/index.ts",
|
|
2591
2591
|
"isEntry": true,
|
|
2592
2592
|
"imports": [
|
|
2593
|
+
"src/hooks/intlayerAPIHooks.ts",
|
|
2594
|
+
"src/hooks/useAsync/useAsync.ts",
|
|
2595
|
+
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
2593
2596
|
"src/hooks/useDevice.ts",
|
|
2597
|
+
"src/hooks/useGetAllDictionaries.tsx",
|
|
2594
2598
|
"src/hooks/useGetElementOrWindow.ts",
|
|
2595
|
-
"
|
|
2599
|
+
"src/hooks/useIsDarkMode.ts",
|
|
2596
2600
|
"src/hooks/useIsMounted.ts",
|
|
2597
|
-
"src/hooks/useScrollDetection.ts",
|
|
2598
|
-
"src/hooks/useAsync/useAsync.ts",
|
|
2599
|
-
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
2600
|
-
"src/hooks/intlayerAPIHooks.ts",
|
|
2601
2601
|
"src/hooks/useItemSelector.ts",
|
|
2602
|
-
"src/hooks/
|
|
2602
|
+
"src/hooks/useKeyboardDetector.ts",
|
|
2603
2603
|
"src/hooks/usePersistedStore.ts",
|
|
2604
|
-
"src/hooks/
|
|
2605
|
-
"
|
|
2604
|
+
"src/hooks/useScreenWidth.ts",
|
|
2605
|
+
"_index-BYzBot7l.cjs",
|
|
2606
|
+
"src/hooks/useScrollDetection.ts"
|
|
2606
2607
|
]
|
|
2607
2608
|
},
|
|
2608
2609
|
"src/hooks/intlayerAPIHooks.ts": {
|
|
@@ -2712,6 +2713,12 @@
|
|
|
2712
2713
|
"src": "src/hooks/usePersistedStore.ts",
|
|
2713
2714
|
"isEntry": true
|
|
2714
2715
|
},
|
|
2716
|
+
"src/hooks/useScreenWidth.ts": {
|
|
2717
|
+
"file": "hooks/useScreenWidth.cjs",
|
|
2718
|
+
"name": "hooks/useScreenWidth",
|
|
2719
|
+
"src": "src/hooks/useScreenWidth.ts",
|
|
2720
|
+
"isEntry": true
|
|
2721
|
+
},
|
|
2715
2722
|
"src/hooks/useScrollBlockage/index.tsx": {
|
|
2716
2723
|
"file": "hooks/useScrollBlockage/index.cjs",
|
|
2717
2724
|
"name": "hooks/useScrollBlockage/index",
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
4
4
|
const jsxRuntime = require("react/jsx-runtime");
|
|
5
5
|
const ReactExports = require("react");
|
|
6
|
-
require("../../../hooks/useScrollBlockage/useScrollBlockageStore.cjs");
|
|
7
|
-
require("../../../hooks/useAsync/useAsyncStateStore.cjs");
|
|
8
6
|
const hooks_intlayerAPIHooks = require("../../../hooks/intlayerAPIHooks.cjs");
|
|
7
|
+
require("../../../hooks/useAsync/useAsyncStateStore.cjs");
|
|
9
8
|
require("@intlayer/editor-react");
|
|
10
9
|
require("deepmerge");
|
|
10
|
+
require("../../../hooks/useScrollBlockage/useScrollBlockageStore.cjs");
|
|
11
11
|
const components_Modal_Modal = require("../../Modal/Modal.cjs");
|
|
12
12
|
const components_Auth_ChangePasswordForm_ChangePasswordForm = require("../ChangePasswordForm/ChangePasswordForm.cjs");
|
|
13
13
|
require("react-intlayer");
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
3
3
|
import { useState } from "react";
|
|
4
|
-
import "../../../hooks/useScrollBlockage/useScrollBlockageStore.mjs";
|
|
5
|
-
import "../../../hooks/useAsync/useAsyncStateStore.mjs";
|
|
6
4
|
import { useLogin, useRegister, useAskResetPassword, useChangePassword } from "../../../hooks/intlayerAPIHooks.mjs";
|
|
5
|
+
import "../../../hooks/useAsync/useAsyncStateStore.mjs";
|
|
7
6
|
import "@intlayer/editor-react";
|
|
8
7
|
import "deepmerge";
|
|
8
|
+
import "../../../hooks/useScrollBlockage/useScrollBlockageStore.mjs";
|
|
9
9
|
import { Modal } from "../../Modal/Modal.mjs";
|
|
10
10
|
import { ChangePasswordForm } from "../ChangePasswordForm/ChangePasswordForm.mjs";
|
|
11
11
|
import "react-intlayer";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IntlayerConfig } from '@intlayer/config/client';
|
|
2
2
|
export declare const useOAuth2: (intlayerConfiguration?: IntlayerConfig) => {
|
|
3
|
-
oAuth2AccessToken:
|
|
3
|
+
oAuth2AccessToken: import('@intlayer/backend').OAuth2Token | null | undefined;
|
|
4
4
|
};
|
|
5
5
|
//# sourceMappingURL=useOAuth2.d.ts.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
"use strict";
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
4
|
+
const hooks_intlayerAPIHooks = require("../../../hooks/intlayerAPIHooks.cjs");
|
|
4
5
|
require("react");
|
|
5
|
-
require("../../../hooks/useScrollBlockage/useScrollBlockageStore.cjs");
|
|
6
6
|
require("../../../hooks/useAsync/useAsyncStateStore.cjs");
|
|
7
|
-
const hooks_intlayerAPIHooks = require("../../../hooks/intlayerAPIHooks.cjs");
|
|
8
7
|
require("@intlayer/editor-react");
|
|
9
8
|
require("deepmerge");
|
|
9
|
+
require("../../../hooks/useScrollBlockage/useScrollBlockageStore.cjs");
|
|
10
10
|
const components_Auth_useAuth_index = require("../useAuth/index.cjs");
|
|
11
11
|
const useUser = () => {
|
|
12
12
|
const { session, revalidateSession, setSession } = components_Auth_useAuth_index.useAuth();
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import { useLogout } from "../../../hooks/intlayerAPIHooks.mjs";
|
|
2
3
|
import "react";
|
|
3
|
-
import "../../../hooks/useScrollBlockage/useScrollBlockageStore.mjs";
|
|
4
4
|
import "../../../hooks/useAsync/useAsyncStateStore.mjs";
|
|
5
|
-
import { useLogout } from "../../../hooks/intlayerAPIHooks.mjs";
|
|
6
5
|
import "@intlayer/editor-react";
|
|
7
6
|
import "deepmerge";
|
|
7
|
+
import "../../../hooks/useScrollBlockage/useScrollBlockageStore.mjs";
|
|
8
8
|
import { useAuth } from "../useAuth/index.mjs";
|
|
9
9
|
const useUser = () => {
|
|
10
10
|
const { session, revalidateSession, setSession } = useAuth();
|
|
@@ -26,12 +26,12 @@ require("../Auth/ChangePasswordForm/changePasswordForm.content.cjs");
|
|
|
26
26
|
require("../Auth/ChangePasswordForm/useChangePasswordSchema.content.cjs");
|
|
27
27
|
require("../Auth/ResetPasswordForm/resetPasswordContent.content.cjs");
|
|
28
28
|
require("../Auth/ResetPasswordForm/useResetPasswordSchema.content.cjs");
|
|
29
|
-
require("../../hooks/useScrollBlockage/useScrollBlockageStore.cjs");
|
|
30
|
-
require("../../hooks/useAsync/useAsyncStateStore.cjs");
|
|
31
29
|
require("@intlayer/editor-react");
|
|
32
30
|
require("@intlayer/config/built");
|
|
31
|
+
require("../../hooks/useAsync/useAsyncStateStore.cjs");
|
|
33
32
|
require("../Toaster/Toast.cjs");
|
|
34
33
|
require("deepmerge");
|
|
34
|
+
require("../../hooks/useScrollBlockage/useScrollBlockageStore.cjs");
|
|
35
35
|
require("../Modal/Modal.cjs");
|
|
36
36
|
require("../Auth/VerifyEmailForm/index.content.cjs");
|
|
37
37
|
require("../Auth/DefineNewPasswordForm/defineNewPasswordForm.content.cjs");
|
|
@@ -24,12 +24,12 @@ import "../Auth/ChangePasswordForm/changePasswordForm.content.mjs";
|
|
|
24
24
|
import "../Auth/ChangePasswordForm/useChangePasswordSchema.content.mjs";
|
|
25
25
|
import "../Auth/ResetPasswordForm/resetPasswordContent.content.mjs";
|
|
26
26
|
import "../Auth/ResetPasswordForm/useResetPasswordSchema.content.mjs";
|
|
27
|
-
import "../../hooks/useScrollBlockage/useScrollBlockageStore.mjs";
|
|
28
|
-
import "../../hooks/useAsync/useAsyncStateStore.mjs";
|
|
29
27
|
import "@intlayer/editor-react";
|
|
30
28
|
import "@intlayer/config/built";
|
|
29
|
+
import "../../hooks/useAsync/useAsyncStateStore.mjs";
|
|
31
30
|
import "../Toaster/Toast.mjs";
|
|
32
31
|
import "deepmerge";
|
|
32
|
+
import "../../hooks/useScrollBlockage/useScrollBlockageStore.mjs";
|
|
33
33
|
import "../Modal/Modal.mjs";
|
|
34
34
|
import "../Auth/VerifyEmailForm/index.content.mjs";
|
|
35
35
|
import "../Auth/DefineNewPasswordForm/defineNewPasswordForm.content.mjs";
|
|
@@ -7,10 +7,10 @@ const editorReact = require("@intlayer/editor-react");
|
|
|
7
7
|
const lucideReact = require("lucide-react");
|
|
8
8
|
const ReactExports = require("react");
|
|
9
9
|
const reactIntlayer = require("react-intlayer");
|
|
10
|
-
require("../../../hooks/useScrollBlockage/useScrollBlockageStore.cjs");
|
|
11
|
-
require("../../../hooks/useAsync/useAsyncStateStore.cjs");
|
|
12
10
|
const hooks_intlayerAPIHooks = require("../../../hooks/intlayerAPIHooks.cjs");
|
|
11
|
+
require("../../../hooks/useAsync/useAsyncStateStore.cjs");
|
|
13
12
|
require("deepmerge");
|
|
13
|
+
require("../../../hooks/useScrollBlockage/useScrollBlockageStore.cjs");
|
|
14
14
|
const utils_object = require("../../../utils/object.cjs");
|
|
15
15
|
const components_Button_Button = require("../../Button/Button.cjs");
|
|
16
16
|
const components_Container_index = require("../../Container/index.cjs");
|
|
@@ -5,10 +5,10 @@ import { useEditedContent, useConfiguration } from "@intlayer/editor-react";
|
|
|
5
5
|
import { Trash, Plus, WandSparkles } from "lucide-react";
|
|
6
6
|
import { Fragment as Fragment$1, useState } from "react";
|
|
7
7
|
import { useDictionary, useLocale } from "react-intlayer";
|
|
8
|
-
import "../../../hooks/useScrollBlockage/useScrollBlockageStore.mjs";
|
|
9
|
-
import "../../../hooks/useAsync/useAsyncStateStore.mjs";
|
|
10
8
|
import { useAuditContentDeclarationField } from "../../../hooks/intlayerAPIHooks.mjs";
|
|
9
|
+
import "../../../hooks/useAsync/useAsyncStateStore.mjs";
|
|
11
10
|
import "deepmerge";
|
|
11
|
+
import "../../../hooks/useScrollBlockage/useScrollBlockageStore.mjs";
|
|
12
12
|
import { renameKey } from "../../../utils/object.mjs";
|
|
13
13
|
import { Button } from "../../Button/Button.mjs";
|
|
14
14
|
import { Container } from "../../Container/index.mjs";
|
package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs
CHANGED
|
@@ -6,10 +6,10 @@ const reactIntlayer = require("react-intlayer");
|
|
|
6
6
|
const hooks_intlayerAPIHooks = require("../../../hooks/intlayerAPIHooks.cjs");
|
|
7
7
|
require("react");
|
|
8
8
|
require("../../Button/Button.cjs");
|
|
9
|
-
require("../../../hooks/useScrollBlockage/useScrollBlockageStore.cjs");
|
|
10
9
|
require("../../../hooks/useAsync/useAsyncStateStore.cjs");
|
|
11
10
|
require("@intlayer/editor-react");
|
|
12
11
|
require("deepmerge");
|
|
12
|
+
require("../../../hooks/useScrollBlockage/useScrollBlockageStore.cjs");
|
|
13
13
|
const components_Auth_useAuth_index = require("../../Auth/useAuth/index.cjs");
|
|
14
14
|
require("../../Auth/ExternalsLoginButtons/externalsLoginButtons.content.cjs");
|
|
15
15
|
require("@intlayer/api");
|
package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs
CHANGED
|
@@ -4,10 +4,10 @@ import { useDictionary } from "react-intlayer";
|
|
|
4
4
|
import { useAddDictionary, useGetProjects } from "../../../hooks/intlayerAPIHooks.mjs";
|
|
5
5
|
import "react";
|
|
6
6
|
import "../../Button/Button.mjs";
|
|
7
|
-
import "../../../hooks/useScrollBlockage/useScrollBlockageStore.mjs";
|
|
8
7
|
import "../../../hooks/useAsync/useAsyncStateStore.mjs";
|
|
9
8
|
import "@intlayer/editor-react";
|
|
10
9
|
import "deepmerge";
|
|
10
|
+
import "../../../hooks/useScrollBlockage/useScrollBlockageStore.mjs";
|
|
11
11
|
import { useAuth } from "../../Auth/useAuth/index.mjs";
|
|
12
12
|
import "../../Auth/ExternalsLoginButtons/externalsLoginButtons.content.mjs";
|
|
13
13
|
import "@intlayer/api";
|
|
@@ -6,10 +6,10 @@ const editorReact = require("@intlayer/editor-react");
|
|
|
6
6
|
const lucideReact = require("lucide-react");
|
|
7
7
|
const ReactExports = require("react");
|
|
8
8
|
const reactIntlayer = require("react-intlayer");
|
|
9
|
-
require("../../../hooks/useScrollBlockage/useScrollBlockageStore.cjs");
|
|
10
|
-
require("../../../hooks/useAsync/useAsyncStateStore.cjs");
|
|
11
9
|
const hooks_intlayerAPIHooks = require("../../../hooks/intlayerAPIHooks.cjs");
|
|
10
|
+
require("../../../hooks/useAsync/useAsyncStateStore.cjs");
|
|
12
11
|
require("deepmerge");
|
|
12
|
+
require("../../../hooks/useScrollBlockage/useScrollBlockageStore.cjs");
|
|
13
13
|
require("../../Button/Button.cjs");
|
|
14
14
|
const components_Auth_useAuth_index = require("../../Auth/useAuth/index.cjs");
|
|
15
15
|
require("../../Auth/ExternalsLoginButtons/externalsLoginButtons.content.cjs");
|
|
@@ -4,10 +4,10 @@ import { useEditedContent } from "@intlayer/editor-react";
|
|
|
4
4
|
import { WandSparkles } from "lucide-react";
|
|
5
5
|
import { useEffect } from "react";
|
|
6
6
|
import { useDictionary } from "react-intlayer";
|
|
7
|
-
import "../../../hooks/useScrollBlockage/useScrollBlockageStore.mjs";
|
|
8
|
-
import "../../../hooks/useAsync/useAsyncStateStore.mjs";
|
|
9
7
|
import { useGetProjects, useGetTags, useAuditContentDeclarationMetadata } from "../../../hooks/intlayerAPIHooks.mjs";
|
|
8
|
+
import "../../../hooks/useAsync/useAsyncStateStore.mjs";
|
|
10
9
|
import "deepmerge";
|
|
10
|
+
import "../../../hooks/useScrollBlockage/useScrollBlockageStore.mjs";
|
|
11
11
|
import "../../Button/Button.mjs";
|
|
12
12
|
import { useAuth } from "../../Auth/useAuth/index.mjs";
|
|
13
13
|
import "../../Auth/ExternalsLoginButtons/externalsLoginButtons.content.mjs";
|
|
@@ -10,12 +10,12 @@ const components_Button_Button = require("../Button/Button.cjs");
|
|
|
10
10
|
require("@intlayer/config/client");
|
|
11
11
|
require("@intlayer/core");
|
|
12
12
|
require("fuse.js");
|
|
13
|
-
require("../../hooks/useScrollBlockage/useScrollBlockageStore.cjs");
|
|
14
|
-
require("../../hooks/useAsync/useAsyncStateStore.cjs");
|
|
15
13
|
require("@intlayer/api");
|
|
16
14
|
require("@intlayer/config/built");
|
|
15
|
+
require("../../hooks/useAsync/useAsyncStateStore.cjs");
|
|
17
16
|
require("../Toaster/Toast.cjs");
|
|
18
17
|
require("deepmerge");
|
|
18
|
+
require("../../hooks/useScrollBlockage/useScrollBlockageStore.cjs");
|
|
19
19
|
require("../Container/index.cjs");
|
|
20
20
|
require("../DropDown/index.cjs");
|
|
21
21
|
require("../Input/Input.cjs");
|
|
@@ -8,12 +8,12 @@ import { Button } from "../Button/Button.mjs";
|
|
|
8
8
|
import "@intlayer/config/client";
|
|
9
9
|
import "@intlayer/core";
|
|
10
10
|
import "fuse.js";
|
|
11
|
-
import "../../hooks/useScrollBlockage/useScrollBlockageStore.mjs";
|
|
12
|
-
import "../../hooks/useAsync/useAsyncStateStore.mjs";
|
|
13
11
|
import "@intlayer/api";
|
|
14
12
|
import "@intlayer/config/built";
|
|
13
|
+
import "../../hooks/useAsync/useAsyncStateStore.mjs";
|
|
15
14
|
import "../Toaster/Toast.mjs";
|
|
16
15
|
import "deepmerge";
|
|
16
|
+
import "../../hooks/useScrollBlockage/useScrollBlockageStore.mjs";
|
|
17
17
|
import "../Container/index.mjs";
|
|
18
18
|
import "../DropDown/index.mjs";
|
|
19
19
|
import "../Input/Input.mjs";
|
|
@@ -7,10 +7,10 @@ const lucideReact = require("lucide-react");
|
|
|
7
7
|
const ReactExports = require("react");
|
|
8
8
|
const reactIntlayer = require("react-intlayer");
|
|
9
9
|
const components_Modal_Modal = require("../../Modal/Modal.cjs");
|
|
10
|
-
require("../../../hooks/useScrollBlockage/useScrollBlockageStore.cjs");
|
|
11
|
-
require("../../../hooks/useAsync/useAsyncStateStore.cjs");
|
|
12
10
|
const hooks_intlayerAPIHooks = require("../../../hooks/intlayerAPIHooks.cjs");
|
|
11
|
+
require("../../../hooks/useAsync/useAsyncStateStore.cjs");
|
|
13
12
|
require("deepmerge");
|
|
13
|
+
require("../../../hooks/useScrollBlockage/useScrollBlockageStore.cjs");
|
|
14
14
|
const utils_cn = require("../../../utils/cn.cjs");
|
|
15
15
|
require("../../Button/Button.cjs");
|
|
16
16
|
const components_Auth_useAuth_index = require("../../Auth/useAuth/index.cjs");
|
|
@@ -5,10 +5,10 @@ import { Save, Trash, RotateCcw, Download, ArrowUpFromLine } from "lucide-react"
|
|
|
5
5
|
import { useState } from "react";
|
|
6
6
|
import { useDictionary } from "react-intlayer";
|
|
7
7
|
import { Modal } from "../../Modal/Modal.mjs";
|
|
8
|
-
import "../../../hooks/useScrollBlockage/useScrollBlockageStore.mjs";
|
|
9
|
-
import "../../../hooks/useAsync/useAsyncStateStore.mjs";
|
|
10
8
|
import { useDeleteDictionary, useWriteDictionary, usePushDictionaries } from "../../../hooks/intlayerAPIHooks.mjs";
|
|
9
|
+
import "../../../hooks/useAsync/useAsyncStateStore.mjs";
|
|
11
10
|
import "deepmerge";
|
|
11
|
+
import "../../../hooks/useScrollBlockage/useScrollBlockageStore.mjs";
|
|
12
12
|
import { cn } from "../../../utils/cn.mjs";
|
|
13
13
|
import "../../Button/Button.mjs";
|
|
14
14
|
import { useAuth } from "../../Auth/useAuth/index.mjs";
|
|
@@ -15,12 +15,12 @@ require("clsx");
|
|
|
15
15
|
require("tailwind-merge");
|
|
16
16
|
require("../../Input/Input.cjs");
|
|
17
17
|
require("../../Input/Checkbox.cjs");
|
|
18
|
-
require("../../../hooks/useScrollBlockage/useScrollBlockageStore.cjs");
|
|
19
|
-
require("../../../hooks/useAsync/useAsyncStateStore.cjs");
|
|
20
18
|
require("@intlayer/api");
|
|
21
19
|
require("@intlayer/config/built");
|
|
20
|
+
require("../../../hooks/useAsync/useAsyncStateStore.cjs");
|
|
22
21
|
require("../../Toaster/Toast.cjs");
|
|
23
22
|
require("deepmerge");
|
|
23
|
+
require("../../../hooks/useScrollBlockage/useScrollBlockageStore.cjs");
|
|
24
24
|
const components_DictionaryFieldEditor_NodeTypeSelector = require("../NodeTypeSelector.cjs");
|
|
25
25
|
const components_DictionaryFieldEditor_StructureView_structureView_content = require("./structureView.content.cjs");
|
|
26
26
|
const NodeTypeView = ({
|
|
@@ -13,12 +13,12 @@ import "clsx";
|
|
|
13
13
|
import "tailwind-merge";
|
|
14
14
|
import "../../Input/Input.mjs";
|
|
15
15
|
import "../../Input/Checkbox.mjs";
|
|
16
|
-
import "../../../hooks/useScrollBlockage/useScrollBlockageStore.mjs";
|
|
17
|
-
import "../../../hooks/useAsync/useAsyncStateStore.mjs";
|
|
18
16
|
import "@intlayer/api";
|
|
19
17
|
import "@intlayer/config/built";
|
|
18
|
+
import "../../../hooks/useAsync/useAsyncStateStore.mjs";
|
|
20
19
|
import "../../Toaster/Toast.mjs";
|
|
21
20
|
import "deepmerge";
|
|
21
|
+
import "../../../hooks/useScrollBlockage/useScrollBlockageStore.mjs";
|
|
22
22
|
import { NodeTypeSelector } from "../NodeTypeSelector.mjs";
|
|
23
23
|
import { structureViewContent } from "./structureView.content.mjs";
|
|
24
24
|
const NodeTypeView = ({
|
package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.cjs
CHANGED
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
4
4
|
const jsxRuntime = require("react/jsx-runtime");
|
|
5
5
|
const ReactExports = require("react");
|
|
6
|
-
require("../../../hooks/useScrollBlockage/useScrollBlockageStore.cjs");
|
|
7
|
-
require("../../../hooks/useAsync/useAsyncStateStore.cjs");
|
|
8
6
|
require("@intlayer/editor-react");
|
|
9
7
|
require("@intlayer/api");
|
|
10
8
|
require("@intlayer/config/built");
|
|
9
|
+
require("../../../hooks/useAsync/useAsyncStateStore.cjs");
|
|
11
10
|
require("../../Toaster/Toast.cjs");
|
|
12
11
|
require("deepmerge");
|
|
13
12
|
const hooks_usePersistedStore = require("../../../hooks/usePersistedStore.cjs");
|
|
13
|
+
require("../../../hooks/useScrollBlockage/useScrollBlockageStore.cjs");
|
|
14
14
|
const VersionSwitcherContext = ReactExports.createContext({
|
|
15
15
|
availableVersions: [],
|
|
16
16
|
selectedVersion: null,
|
package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
3
|
import { createContext, useContext } from "react";
|
|
4
|
-
import "../../../hooks/useScrollBlockage/useScrollBlockageStore.mjs";
|
|
5
|
-
import "../../../hooks/useAsync/useAsyncStateStore.mjs";
|
|
6
4
|
import "@intlayer/editor-react";
|
|
7
5
|
import "@intlayer/api";
|
|
8
6
|
import "@intlayer/config/built";
|
|
7
|
+
import "../../../hooks/useAsync/useAsyncStateStore.mjs";
|
|
9
8
|
import "../../Toaster/Toast.mjs";
|
|
10
9
|
import "deepmerge";
|
|
11
10
|
import { usePersistedStore } from "../../../hooks/usePersistedStore.mjs";
|
|
11
|
+
import "../../../hooks/useScrollBlockage/useScrollBlockageStore.mjs";
|
|
12
12
|
const VersionSwitcherContext = createContext({
|
|
13
13
|
availableVersions: [],
|
|
14
14
|
selectedVersion: null,
|
|
@@ -10,12 +10,12 @@ require("../Input/Input.cjs");
|
|
|
10
10
|
require("lucide-react");
|
|
11
11
|
require("../Input/Checkbox.cjs");
|
|
12
12
|
require("@intlayer/editor-react");
|
|
13
|
-
require("../../hooks/useScrollBlockage/useScrollBlockageStore.cjs");
|
|
14
|
-
require("../../hooks/useAsync/useAsyncStateStore.cjs");
|
|
15
13
|
require("@intlayer/api");
|
|
16
14
|
require("@intlayer/config/built");
|
|
15
|
+
require("../../hooks/useAsync/useAsyncStateStore.cjs");
|
|
17
16
|
require("../Toaster/Toast.cjs");
|
|
18
17
|
require("deepmerge");
|
|
18
|
+
require("../../hooks/useScrollBlockage/useScrollBlockageStore.cjs");
|
|
19
19
|
const components_EditableField_EditableFieldLayout = require("./EditableFieldLayout.cjs");
|
|
20
20
|
const EditableFieldTextArea = ({
|
|
21
21
|
onSave,
|
|
@@ -8,12 +8,12 @@ import "../Input/Input.mjs";
|
|
|
8
8
|
import "lucide-react";
|
|
9
9
|
import "../Input/Checkbox.mjs";
|
|
10
10
|
import "@intlayer/editor-react";
|
|
11
|
-
import "../../hooks/useScrollBlockage/useScrollBlockageStore.mjs";
|
|
12
|
-
import "../../hooks/useAsync/useAsyncStateStore.mjs";
|
|
13
11
|
import "@intlayer/api";
|
|
14
12
|
import "@intlayer/config/built";
|
|
13
|
+
import "../../hooks/useAsync/useAsyncStateStore.mjs";
|
|
15
14
|
import "../Toaster/Toast.mjs";
|
|
16
15
|
import "deepmerge";
|
|
16
|
+
import "../../hooks/useScrollBlockage/useScrollBlockageStore.mjs";
|
|
17
17
|
import { EditableFieldLayout } from "./EditableFieldLayout.mjs";
|
|
18
18
|
const EditableFieldTextArea = ({
|
|
19
19
|
onSave,
|