@intlayer/design-system 7.6.0-canary.1 → 8.0.0-canary.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (152) hide show
  1. package/dist/esm/components/CopyToClipboard/index.mjs +12 -9
  2. package/dist/esm/components/CopyToClipboard/index.mjs.map +1 -1
  3. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +32 -1
  4. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
  5. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs +116 -14
  6. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs.map +1 -1
  7. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs +5 -0
  8. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs.map +1 -1
  9. package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +11 -5
  10. package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -1
  11. package/dist/esm/components/Flags/Flag.mjs +5 -8
  12. package/dist/esm/components/Flags/Flag.mjs.map +1 -1
  13. package/dist/esm/components/MarkDownRender/MarkDownRender.mjs +1 -1
  14. package/dist/esm/components/MarkDownRender/MarkDownRender.mjs.map +1 -1
  15. package/dist/esm/components/MarkDownRender/index.mjs +2 -1
  16. package/dist/esm/components/MarkDownRender/processor-adapter.mjs +57 -0
  17. package/dist/esm/components/MarkDownRender/processor-adapter.mjs.map +1 -0
  18. package/dist/esm/components/MarkDownRender/processor.mjs +5 -5
  19. package/dist/esm/components/MarkDownRender/processor.mjs.map +1 -1
  20. package/dist/esm/components/Popover/static.mjs +12 -10
  21. package/dist/esm/components/Popover/static.mjs.map +1 -1
  22. package/dist/esm/components/RightDrawer/RightDrawer.mjs +4 -5
  23. package/dist/esm/components/RightDrawer/RightDrawer.mjs.map +1 -1
  24. package/dist/esm/components/RightDrawer/index.mjs +2 -2
  25. package/dist/esm/components/RightDrawer/useRightDrawer.mjs +65 -0
  26. package/dist/esm/components/RightDrawer/useRightDrawer.mjs.map +1 -0
  27. package/dist/esm/components/index.mjs +3 -2
  28. package/dist/esm/hooks/useScrollBlockage/index.mjs +1 -6
  29. package/dist/esm/hooks/useScrollBlockage/index.mjs.map +1 -1
  30. package/dist/esm/hooks/useScrollBlockage/useScrollBlockageStore.mjs +60 -31
  31. package/dist/esm/hooks/useScrollBlockage/useScrollBlockageStore.mjs.map +1 -1
  32. package/dist/types/components/Badge/index.d.ts +2 -2
  33. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
  34. package/dist/types/components/Breadcrumb/index.d.ts +2 -2
  35. package/dist/types/components/Browser/Browser.content.d.ts +17 -17
  36. package/dist/types/components/Browser/Browser.d.ts +2 -2
  37. package/dist/types/components/Browser/Browser.d.ts.map +1 -1
  38. package/dist/types/components/Button/Button.d.ts +7 -7
  39. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +3 -3
  40. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts.map +1 -1
  41. package/dist/types/components/Command/index.d.ts +16 -16
  42. package/dist/types/components/Command/index.d.ts.map +1 -1
  43. package/dist/types/components/Container/index.d.ts +10 -10
  44. package/dist/types/components/Container/index.d.ts.map +1 -1
  45. package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
  46. package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
  47. package/dist/types/components/CopyToClipboard/index.d.ts +18 -7
  48. package/dist/types/components/CopyToClipboard/index.d.ts.map +1 -1
  49. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
  50. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
  51. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts.map +1 -1
  52. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +265 -48
  53. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
  54. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +33 -33
  55. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
  56. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts +6 -1
  57. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts.map +1 -1
  58. package/dist/types/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts.map +1 -1
  59. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
  60. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
  61. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
  62. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
  63. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
  64. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
  65. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
  66. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +3 -3
  67. package/dist/types/components/Form/FormBase.d.ts +2 -2
  68. package/dist/types/components/Form/FormField.d.ts +2 -2
  69. package/dist/types/components/Form/FormItem.d.ts +2 -2
  70. package/dist/types/components/Form/FormItem.d.ts.map +1 -1
  71. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
  72. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +2 -2
  73. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -1
  74. package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
  75. package/dist/types/components/Form/elements/FormElement.d.ts.map +1 -1
  76. package/dist/types/components/Form/elements/MultiselectElement.d.ts +2 -2
  77. package/dist/types/components/Form/elements/MultiselectElement.d.ts.map +1 -1
  78. package/dist/types/components/Form/elements/OTPElement.d.ts +2 -2
  79. package/dist/types/components/Form/elements/OTPElement.d.ts.map +1 -1
  80. package/dist/types/components/Form/elements/SelectElement.d.ts +2 -2
  81. package/dist/types/components/Form/elements/SelectElement.d.ts.map +1 -1
  82. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
  83. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts.map +1 -1
  84. package/dist/types/components/IDE/CodeContext.d.ts +2 -2
  85. package/dist/types/components/IDE/CodeContext.d.ts.map +1 -1
  86. package/dist/types/components/IDE/code.content.d.ts +5 -5
  87. package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
  88. package/dist/types/components/IDE/selectors.content.d.ts +13 -13
  89. package/dist/types/components/Input/Checkbox.d.ts +4 -4
  90. package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
  91. package/dist/types/components/Input/Input.d.ts +3 -3
  92. package/dist/types/components/Input/Input.d.ts.map +1 -1
  93. package/dist/types/components/Input/OTPInput.d.ts +6 -6
  94. package/dist/types/components/Input/SearchInput.d.ts +2 -2
  95. package/dist/types/components/Link/Link.d.ts +5 -5
  96. package/dist/types/components/Loader/index.content.d.ts +3 -3
  97. package/dist/types/components/Loader/index.content.d.ts.map +1 -1
  98. package/dist/types/components/Loader/spinner.d.ts +2 -2
  99. package/dist/types/components/Loader/spinner.d.ts.map +1 -1
  100. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
  101. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
  102. package/dist/types/components/MarkDownRender/MarkDownRender.d.ts +1 -1
  103. package/dist/types/components/MarkDownRender/MarkDownRender.d.ts.map +1 -1
  104. package/dist/types/components/MarkDownRender/index.d.ts +2 -1
  105. package/dist/types/components/MarkDownRender/processor-adapter.d.ts +85 -0
  106. package/dist/types/components/MarkDownRender/processor-adapter.d.ts.map +1 -0
  107. package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
  108. package/dist/types/components/Navbar/Burger.d.ts +2 -2
  109. package/dist/types/components/Navbar/Burger.d.ts.map +1 -1
  110. package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
  111. package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
  112. package/dist/types/components/Navbar/MobileNavbar.d.ts.map +1 -1
  113. package/dist/types/components/Navbar/index.d.ts +2 -2
  114. package/dist/types/components/Pagination/Pagination.d.ts +4 -4
  115. package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
  116. package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
  117. package/dist/types/components/Popover/static.d.ts +11 -9
  118. package/dist/types/components/Popover/static.d.ts.map +1 -1
  119. package/dist/types/components/RightDrawer/index.d.ts +2 -2
  120. package/dist/types/components/RightDrawer/rightDrawer.content.d.ts +5 -5
  121. package/dist/types/components/RightDrawer/useRightDrawer.d.ts +22 -0
  122. package/dist/types/components/RightDrawer/useRightDrawer.d.ts.map +1 -0
  123. package/dist/types/components/Select/Select.d.ts +3 -3
  124. package/dist/types/components/Select/Select.d.ts.map +1 -1
  125. package/dist/types/components/SocialNetworks/index.d.ts +2 -2
  126. package/dist/types/components/SocialNetworks/index.d.ts.map +1 -1
  127. package/dist/types/components/SwitchSelector/index.d.ts +7 -7
  128. package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
  129. package/dist/types/components/Tab/Tab.d.ts +6 -6
  130. package/dist/types/components/Tab/Tab.d.ts.map +1 -1
  131. package/dist/types/components/Tab/TabContext.d.ts +2 -2
  132. package/dist/types/components/Tab/TabContext.d.ts.map +1 -1
  133. package/dist/types/components/TabSelector/TabSelector.d.ts +5 -5
  134. package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
  135. package/dist/types/components/Table/table.content.d.ts +3 -3
  136. package/dist/types/components/Tag/index.d.ts +5 -5
  137. package/dist/types/components/Terminal/terminal.content.d.ts +5 -5
  138. package/dist/types/components/Terminal/terminal.content.d.ts.map +1 -1
  139. package/dist/types/components/Toaster/Toast.d.ts +2 -2
  140. package/dist/types/components/Toaster/Toast.d.ts.map +1 -1
  141. package/dist/types/components/Toaster/Toaster.d.ts +2 -2
  142. package/dist/types/components/Toaster/Toaster.d.ts.map +1 -1
  143. package/dist/types/components/index.d.ts +3 -2
  144. package/dist/types/hooks/useDevice.d.ts.map +1 -1
  145. package/dist/types/hooks/useScrollBlockage/index.d.ts.map +1 -1
  146. package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +14 -6
  147. package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts.map +1 -1
  148. package/package.json +21 -21
  149. package/dist/esm/components/RightDrawer/useRightDrawerStore.mjs +0 -87
  150. package/dist/esm/components/RightDrawer/useRightDrawerStore.mjs.map +0 -1
  151. package/dist/types/components/RightDrawer/useRightDrawerStore.d.ts +0 -116
  152. package/dist/types/components/RightDrawer/useRightDrawerStore.d.ts.map +0 -1
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types370 from "@intlayer/types";
1
+ import * as _intlayer_types22 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts
4
4
  declare const nodeTypeSelectorContent: {
5
5
  key: string;
6
6
  content: {
7
- triggerPlaceHolder: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
7
+ triggerPlaceHolder: _intlayer_types22.TypedNodeModel<_intlayer_types22.NodeType.Translation, {
8
8
  en: string;
9
9
  'en-GB': string;
10
10
  fr: string;
@@ -24,7 +24,7 @@ declare const nodeTypeSelectorContent: {
24
24
  vi: string;
25
25
  uk: string;
26
26
  }, {
27
- nodeType: "translation" | _intlayer_types370.NodeType.Translation;
27
+ nodeType: "translation" | _intlayer_types22.NodeType.Translation;
28
28
  } & {
29
29
  translation: {
30
30
  en: string;
@@ -47,7 +47,7 @@ declare const nodeTypeSelectorContent: {
47
47
  uk: string;
48
48
  };
49
49
  }>;
50
- multilingual: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
50
+ multilingual: _intlayer_types22.TypedNodeModel<_intlayer_types22.NodeType.Translation, {
51
51
  en: string;
52
52
  'en-GB': string;
53
53
  fr: string;
@@ -67,7 +67,7 @@ declare const nodeTypeSelectorContent: {
67
67
  vi: string;
68
68
  uk: string;
69
69
  }, {
70
- nodeType: "translation" | _intlayer_types370.NodeType.Translation;
70
+ nodeType: "translation" | _intlayer_types22.NodeType.Translation;
71
71
  } & {
72
72
  translation: {
73
73
  en: string;
@@ -90,7 +90,7 @@ declare const nodeTypeSelectorContent: {
90
90
  uk: string;
91
91
  };
92
92
  }>;
93
- text: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
93
+ text: _intlayer_types22.TypedNodeModel<_intlayer_types22.NodeType.Translation, {
94
94
  en: string;
95
95
  'en-GB': string;
96
96
  fr: string;
@@ -110,7 +110,7 @@ declare const nodeTypeSelectorContent: {
110
110
  vi: string;
111
111
  uk: string;
112
112
  }, {
113
- nodeType: "translation" | _intlayer_types370.NodeType.Translation;
113
+ nodeType: "translation" | _intlayer_types22.NodeType.Translation;
114
114
  } & {
115
115
  translation: {
116
116
  en: string;
@@ -133,7 +133,7 @@ declare const nodeTypeSelectorContent: {
133
133
  uk: string;
134
134
  };
135
135
  }>;
136
- number: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
136
+ number: _intlayer_types22.TypedNodeModel<_intlayer_types22.NodeType.Translation, {
137
137
  en: string;
138
138
  'en-GB': string;
139
139
  fr: string;
@@ -153,7 +153,7 @@ declare const nodeTypeSelectorContent: {
153
153
  vi: string;
154
154
  uk: string;
155
155
  }, {
156
- nodeType: "translation" | _intlayer_types370.NodeType.Translation;
156
+ nodeType: "translation" | _intlayer_types22.NodeType.Translation;
157
157
  } & {
158
158
  translation: {
159
159
  en: string;
@@ -176,7 +176,7 @@ declare const nodeTypeSelectorContent: {
176
176
  uk: string;
177
177
  };
178
178
  }>;
179
- boolean: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
179
+ boolean: _intlayer_types22.TypedNodeModel<_intlayer_types22.NodeType.Translation, {
180
180
  en: string;
181
181
  'en-GB': string;
182
182
  fr: string;
@@ -196,7 +196,7 @@ declare const nodeTypeSelectorContent: {
196
196
  vi: string;
197
197
  uk: string;
198
198
  }, {
199
- nodeType: "translation" | _intlayer_types370.NodeType.Translation;
199
+ nodeType: "translation" | _intlayer_types22.NodeType.Translation;
200
200
  } & {
201
201
  translation: {
202
202
  en: string;
@@ -219,7 +219,7 @@ declare const nodeTypeSelectorContent: {
219
219
  uk: string;
220
220
  };
221
221
  }>;
222
- node: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
222
+ node: _intlayer_types22.TypedNodeModel<_intlayer_types22.NodeType.Translation, {
223
223
  en: string;
224
224
  'en-GB': string;
225
225
  fr: string;
@@ -239,7 +239,7 @@ declare const nodeTypeSelectorContent: {
239
239
  vi: string;
240
240
  uk: string;
241
241
  }, {
242
- nodeType: "translation" | _intlayer_types370.NodeType.Translation;
242
+ nodeType: "translation" | _intlayer_types22.NodeType.Translation;
243
243
  } & {
244
244
  translation: {
245
245
  en: string;
@@ -262,7 +262,7 @@ declare const nodeTypeSelectorContent: {
262
262
  uk: string;
263
263
  };
264
264
  }>;
265
- array: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
265
+ array: _intlayer_types22.TypedNodeModel<_intlayer_types22.NodeType.Translation, {
266
266
  en: string;
267
267
  'en-GB': string;
268
268
  fr: string;
@@ -282,7 +282,7 @@ declare const nodeTypeSelectorContent: {
282
282
  vi: string;
283
283
  uk: string;
284
284
  }, {
285
- nodeType: "translation" | _intlayer_types370.NodeType.Translation;
285
+ nodeType: "translation" | _intlayer_types22.NodeType.Translation;
286
286
  } & {
287
287
  translation: {
288
288
  en: string;
@@ -305,7 +305,7 @@ declare const nodeTypeSelectorContent: {
305
305
  uk: string;
306
306
  };
307
307
  }>;
308
- enumeration: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
308
+ enumeration: _intlayer_types22.TypedNodeModel<_intlayer_types22.NodeType.Translation, {
309
309
  en: string;
310
310
  'en-GB': string;
311
311
  fr: string;
@@ -325,7 +325,7 @@ declare const nodeTypeSelectorContent: {
325
325
  vi: string;
326
326
  uk: string;
327
327
  }, {
328
- nodeType: "translation" | _intlayer_types370.NodeType.Translation;
328
+ nodeType: "translation" | _intlayer_types22.NodeType.Translation;
329
329
  } & {
330
330
  translation: {
331
331
  en: string;
@@ -348,7 +348,7 @@ declare const nodeTypeSelectorContent: {
348
348
  uk: string;
349
349
  };
350
350
  }>;
351
- gender: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
351
+ gender: _intlayer_types22.TypedNodeModel<_intlayer_types22.NodeType.Translation, {
352
352
  en: string;
353
353
  'en-GB': string;
354
354
  fr: string;
@@ -368,7 +368,7 @@ declare const nodeTypeSelectorContent: {
368
368
  vi: string;
369
369
  uk: string;
370
370
  }, {
371
- nodeType: "translation" | _intlayer_types370.NodeType.Translation;
371
+ nodeType: "translation" | _intlayer_types22.NodeType.Translation;
372
372
  } & {
373
373
  translation: {
374
374
  en: string;
@@ -391,7 +391,7 @@ declare const nodeTypeSelectorContent: {
391
391
  uk: string;
392
392
  };
393
393
  }>;
394
- nest: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
394
+ nest: _intlayer_types22.TypedNodeModel<_intlayer_types22.NodeType.Translation, {
395
395
  en: string;
396
396
  'en-GB': string;
397
397
  fr: string;
@@ -411,7 +411,7 @@ declare const nodeTypeSelectorContent: {
411
411
  vi: string;
412
412
  uk: string;
413
413
  }, {
414
- nodeType: "translation" | _intlayer_types370.NodeType.Translation;
414
+ nodeType: "translation" | _intlayer_types22.NodeType.Translation;
415
415
  } & {
416
416
  translation: {
417
417
  en: string;
@@ -434,7 +434,7 @@ declare const nodeTypeSelectorContent: {
434
434
  uk: string;
435
435
  };
436
436
  }>;
437
- insertion: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
437
+ insertion: _intlayer_types22.TypedNodeModel<_intlayer_types22.NodeType.Translation, {
438
438
  en: string;
439
439
  'en-GB': string;
440
440
  fr: string;
@@ -454,7 +454,7 @@ declare const nodeTypeSelectorContent: {
454
454
  vi: string;
455
455
  uk: string;
456
456
  }, {
457
- nodeType: "translation" | _intlayer_types370.NodeType.Translation;
457
+ nodeType: "translation" | _intlayer_types22.NodeType.Translation;
458
458
  } & {
459
459
  translation: {
460
460
  en: string;
@@ -477,7 +477,7 @@ declare const nodeTypeSelectorContent: {
477
477
  uk: string;
478
478
  };
479
479
  }>;
480
- condition: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
480
+ condition: _intlayer_types22.TypedNodeModel<_intlayer_types22.NodeType.Translation, {
481
481
  en: string;
482
482
  'en-GB': string;
483
483
  fr: string;
@@ -497,7 +497,7 @@ declare const nodeTypeSelectorContent: {
497
497
  vi: string;
498
498
  uk: string;
499
499
  }, {
500
- nodeType: "translation" | _intlayer_types370.NodeType.Translation;
500
+ nodeType: "translation" | _intlayer_types22.NodeType.Translation;
501
501
  } & {
502
502
  translation: {
503
503
  en: string;
@@ -520,7 +520,7 @@ declare const nodeTypeSelectorContent: {
520
520
  uk: string;
521
521
  };
522
522
  }>;
523
- file: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
523
+ file: _intlayer_types22.TypedNodeModel<_intlayer_types22.NodeType.Translation, {
524
524
  en: string;
525
525
  'en-GB': string;
526
526
  fr: string;
@@ -540,7 +540,7 @@ declare const nodeTypeSelectorContent: {
540
540
  vi: string;
541
541
  uk: string;
542
542
  }, {
543
- nodeType: "translation" | _intlayer_types370.NodeType.Translation;
543
+ nodeType: "translation" | _intlayer_types22.NodeType.Translation;
544
544
  } & {
545
545
  translation: {
546
546
  en: string;
@@ -563,7 +563,7 @@ declare const nodeTypeSelectorContent: {
563
563
  uk: string;
564
564
  };
565
565
  }>;
566
- markdown: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
566
+ markdown: _intlayer_types22.TypedNodeModel<_intlayer_types22.NodeType.Translation, {
567
567
  en: string;
568
568
  'en-GB': string;
569
569
  fr: string;
@@ -583,7 +583,7 @@ declare const nodeTypeSelectorContent: {
583
583
  vi: string;
584
584
  uk: string;
585
585
  }, {
586
- nodeType: "translation" | _intlayer_types370.NodeType.Translation;
586
+ nodeType: "translation" | _intlayer_types22.NodeType.Translation;
587
587
  } & {
588
588
  translation: {
589
589
  en: string;
@@ -606,7 +606,7 @@ declare const nodeTypeSelectorContent: {
606
606
  uk: string;
607
607
  };
608
608
  }>;
609
- reactNode: _intlayer_types370.TypedNodeModel<_intlayer_types370.NodeType.Translation, {
609
+ reactNode: _intlayer_types22.TypedNodeModel<_intlayer_types22.NodeType.Translation, {
610
610
  en: string;
611
611
  'en-GB': string;
612
612
  fr: string;
@@ -626,7 +626,7 @@ declare const nodeTypeSelectorContent: {
626
626
  vi: string;
627
627
  uk: string;
628
628
  }, {
629
- nodeType: "translation" | _intlayer_types370.NodeType.Translation;
629
+ nodeType: "translation" | _intlayer_types22.NodeType.Translation;
630
630
  } & {
631
631
  translation: {
632
632
  en: string;
@@ -1 +1 @@
1
- {"version":3,"file":"nodeTypeSelector.content.d.ts","names":[],"sources":["../../../../src/components/DictionaryFieldEditor/nodeTypeSelector.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,kBAAA,mCAoTS,0CAAA"}
1
+ {"version":3,"file":"nodeTypeSelector.content.d.ts","names":[],"sources":["../../../../src/components/DictionaryFieldEditor/nodeTypeSelector.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,kBAAA,kCAoTS,yCAAA"}
@@ -1,11 +1,11 @@
1
- import * as _intlayer_types365 from "@intlayer/types";
1
+ import * as _intlayer_types17 from "@intlayer/types";
2
2
  import * as _intlayer_core0 from "@intlayer/core";
3
3
 
4
4
  //#region src/components/ExpandCollapse/expandCollapse.content.d.ts
5
5
  declare const expandCollapseContent: {
6
6
  key: string;
7
7
  content: {
8
- expandCollapseContent: _intlayer_types365.TypedNodeModel<_intlayer_types365.NodeType.Condition, _intlayer_core0.ConditionContentStates<_intlayer_types365.TypedNodeModel<_intlayer_types365.NodeType.Translation, {
8
+ expandCollapseContent: _intlayer_types17.TypedNodeModel<_intlayer_types17.NodeType.Condition, _intlayer_core0.ConditionContentStates<_intlayer_types17.TypedNodeModel<_intlayer_types17.NodeType.Translation, {
9
9
  en: string;
10
10
  fr: string;
11
11
  es: string;
@@ -25,7 +25,7 @@ declare const expandCollapseContent: {
25
25
  vi: string;
26
26
  uk: string;
27
27
  }, {
28
- nodeType: "translation" | _intlayer_types365.NodeType.Translation;
28
+ nodeType: "translation" | _intlayer_types17.NodeType.Translation;
29
29
  } & {
30
30
  translation: {
31
31
  en: string;
@@ -1,5 +1,5 @@
1
1
  import { HTMLAttributes } from "react";
2
- import * as react_jsx_runtime0 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime6 from "react/jsx-runtime";
3
3
  import { ZodObject, z } from "zod/v4";
4
4
  import * as react_hook_form0 from "react-hook-form";
5
5
  import { FormProviderProps, UseFormProps } from "react-hook-form";
@@ -21,7 +21,7 @@ declare const Form: <T extends ZodObject>({
21
21
  children,
22
22
  autoComplete,
23
23
  ...props
24
- }: FormProps<T>) => react_jsx_runtime0.JSX.Element;
24
+ }: FormProps<T>) => react_jsx_runtime6.JSX.Element;
25
25
  declare const useForm: <T extends ZodObject>(schema: T, props?: UseFormProps<z.infer<T>>) => {
26
26
  form: react_hook_form0.UseFormReturn<z.core.output<T>, any, z.core.output<T>>;
27
27
  isSubmitting: boolean;
@@ -1,11 +1,11 @@
1
- import * as react_jsx_runtime0 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime7 from "react/jsx-runtime";
2
2
  import * as react_hook_form0 from "react-hook-form";
3
3
  import { ControllerProps, FieldPath, FieldValues } from "react-hook-form";
4
4
 
5
5
  //#region src/components/Form/FormField.d.ts
6
6
  declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({
7
7
  ...props
8
- }: ControllerProps<TFieldValues, TName>) => react_jsx_runtime0.JSX.Element;
8
+ }: ControllerProps<TFieldValues, TName>) => react_jsx_runtime7.JSX.Element;
9
9
  declare const useFormField: () => {
10
10
  invalid: boolean;
11
11
  isDirty: boolean;
@@ -1,4 +1,4 @@
1
- import * as react0 from "react";
1
+ import * as react15 from "react";
2
2
  import { FC, HTMLAttributes } from "react";
3
3
 
4
4
  //#region src/components/Form/FormItem.d.ts
@@ -6,7 +6,7 @@ declare const FormItem: FC<HTMLAttributes<HTMLDivElement>>;
6
6
  type FormItemContextValue = {
7
7
  id: string;
8
8
  };
9
- declare const FormItemContext: react0.Context<FormItemContextValue>;
9
+ declare const FormItemContext: react15.Context<FormItemContextValue>;
10
10
  //#endregion
11
11
  export { FormItem, FormItemContext };
12
12
  //# sourceMappingURL=FormItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FormItem.d.ts","names":[],"sources":["../../../../src/components/Form/FormItem.tsx"],"sourcesContent":[],"mappings":";;;;cAIa,UAAU,GAAG,eAAe;KAuBpC,oBAAA;;AAvBL,CAAA;AAAyC,cA2B5B,eA3B4B,EA2Bb,MAAA,CAAA,OA3Ba,CA2Bb,oBA3Ba,CAAA"}
1
+ {"version":3,"file":"FormItem.d.ts","names":[],"sources":["../../../../src/components/Form/FormItem.tsx"],"sourcesContent":[],"mappings":";;;;cAIa,UAAU,GAAG,eAAe;KAuBpC,oBAAA;;AAvBL,CAAA;AAAyC,cA2B5B,eA3B4B,EA2Bb,OAAA,CAAA,OA3Ba,CA2Bb,oBA3Ba,CAAA"}
@@ -1,6 +1,6 @@
1
1
  import { FormElementProps } from "./FormElement.js";
2
2
  import { ComponentProps, ReactNode } from "react";
3
- import * as react_jsx_runtime10 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime18 from "react/jsx-runtime";
4
4
  import { EditableFieldInput } from "@components/EditableField/EditableFieldInput";
5
5
 
6
6
  //#region src/components/Form/elements/EditableFieldInputElement.d.ts
@@ -11,7 +11,7 @@ type EditableFieldInputElementProps = Omit<FormElementProps<typeof EditableField
11
11
  className?: string;
12
12
  children?: ReactNode;
13
13
  }, 'aria-label' | 'aria-labelledby'>;
14
- declare const EditableFieldInputElement: (props: EditableFieldInputElementProps) => react_jsx_runtime10.JSX.Element;
14
+ declare const EditableFieldInputElement: (props: EditableFieldInputElementProps) => react_jsx_runtime18.JSX.Element;
15
15
  //#endregion
16
16
  export { EditableFieldInputElement };
17
17
  //# sourceMappingURL=EditableFieldInputElement.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import { FormElementProps } from "./FormElement.js";
2
2
  import { ComponentProps, ReactNode } from "react";
3
- import * as react_jsx_runtime7 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime16 from "react/jsx-runtime";
4
4
  import { EditableFieldTextArea } from "@components/EditableField/EditableFieldTextArea";
5
5
 
6
6
  //#region src/components/Form/elements/EditableFieldTextAreaElement.d.ts
@@ -11,7 +11,7 @@ type EditableFieldTextAreaElementProps = Omit<FormElementProps<typeof EditableFi
11
11
  className?: string;
12
12
  children?: ReactNode;
13
13
  }, 'aria-label' | 'aria-labelledby'>;
14
- declare const EditableFieldTextAreaElement: (props: EditableFieldTextAreaElementProps) => react_jsx_runtime7.JSX.Element;
14
+ declare const EditableFieldTextAreaElement: (props: EditableFieldTextAreaElementProps) => react_jsx_runtime16.JSX.Element;
15
15
  //#endregion
16
16
  export { EditableFieldTextAreaElement };
17
17
  //# sourceMappingURL=EditableFieldTextAreaElement.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EditableFieldTextAreaElement.d.ts","names":[],"sources":["../../../../../src/components/Form/elements/EditableFieldTextAreaElement.tsx"],"sourcesContent":[],"mappings":";;;;;;KAIK,iCAAA,GAAoC,KACvC,wBAAwB,qCAGxB,KACE,sBAAsB;;gBAEN;EAPf,WAAA,CAAA,EAAA,MAAA;EACqB,SAAA,CAAA,EAAA,MAAA;EAAxB,QAAA,CAAA,EASe,SATf;CADuC,EAAA,YAAA,GAAA,iBAAA,CAAA;AAKf,cAUb,4BAVa,EAAA,CAAA,KAAA,EAWjB,iCAXiB,EAAA,GAWgB,kBAAA,CAAA,GAAA,CAAA,OAXhB"}
1
+ {"version":3,"file":"EditableFieldTextAreaElement.d.ts","names":[],"sources":["../../../../../src/components/Form/elements/EditableFieldTextAreaElement.tsx"],"sourcesContent":[],"mappings":";;;;;;KAIK,iCAAA,GAAoC,KACvC,wBAAwB,qCAGxB,KACE,sBAAsB;;gBAEN;EAPf,WAAA,CAAA,EAAA,MAAA;EACqB,SAAA,CAAA,EAAA,MAAA;EAAxB,QAAA,CAAA,EASe,SATf;CADuC,EAAA,YAAA,GAAA,iBAAA,CAAA;AAKf,cAUb,4BAVa,EAAA,CAAA,KAAA,EAWjB,iCAXiB,EAAA,GAWgB,mBAAA,CAAA,GAAA,CAAA,OAXhB"}
@@ -1,7 +1,7 @@
1
1
  import { FormItemLayoutProps } from "../layout/FormItemLayout.js";
2
2
  import "../layout/index.js";
3
3
  import { ComponentProps, ElementType, ReactNode } from "react";
4
- import * as react_jsx_runtime4 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime15 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/Form/elements/FormElement.d.ts
7
7
  type FormElementProps<T extends ElementType> = {
@@ -20,7 +20,7 @@ type FormElementProps<T extends ElementType> = {
20
20
  * This element will interact with the FormContext and will be controlled by the FormControl component.
21
21
  * The props used to control the element will be `value` and `onChange`.
22
22
  */
23
- declare const FormElement: <T extends ElementType>(props: FormElementProps<T> & ComponentProps<T>) => react_jsx_runtime4.JSX.Element;
23
+ declare const FormElement: <T extends ElementType>(props: FormElementProps<T> & ComponentProps<T>) => react_jsx_runtime15.JSX.Element;
24
24
  //#endregion
25
25
  export { FormElement, FormElementProps };
26
26
  //# sourceMappingURL=FormElement.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FormElement.d.ts","names":[],"sources":["../../../../../src/components/Form/elements/FormElement.tsx"],"sourcesContent":[],"mappings":";;;;;;KAYY,2BAA2B;;WAE5B;UACD;EAHE,UAAA,CAAA,EAAA,OAAgB;EAAW,IAAA,CAAA,EAAA,MAAA;EAE5B,gBAAA,CAAA,EAAA,OAAA;EACD,KAAA,CAAA,EAAA,OAAA;CAKD,GAAL,IAAK,CAAA,mBAAA,EAAA,UAAA,CAAA;;;AA6ET;;;;;AAC+B,cADlB,WACkB,EAAA,CAAA,UADO,WACP,CAAA,CAAA,KAAA,EAAtB,gBAAsB,CAAL,CAAK,CAAA,GAAA,cAAA,CAAe,CAAf,CAAA,EAAA,GAAiB,kBAAA,CAAA,GAAA,CAAA,OAAjB"}
1
+ {"version":3,"file":"FormElement.d.ts","names":[],"sources":["../../../../../src/components/Form/elements/FormElement.tsx"],"sourcesContent":[],"mappings":";;;;;;KAYY,2BAA2B;;WAE5B;UACD;EAHE,UAAA,CAAA,EAAA,OAAgB;EAAW,IAAA,CAAA,EAAA,MAAA;EAE5B,gBAAA,CAAA,EAAA,OAAA;EACD,KAAA,CAAA,EAAA,OAAA;CAKD,GAAL,IAAK,CAAA,mBAAA,EAAA,UAAA,CAAA;;;AA6ET;;;;;AAC+B,cADlB,WACkB,EAAA,CAAA,UADO,WACP,CAAA,CAAA,KAAA,EAAtB,gBAAsB,CAAL,CAAK,CAAA,GAAA,cAAA,CAAe,CAAf,CAAA,EAAA,GAAiB,mBAAA,CAAA,GAAA,CAAA,OAAjB"}
@@ -1,6 +1,6 @@
1
1
  import { FormElementProps } from "./FormElement.js";
2
2
  import { ComponentProps, ReactNode } from "react";
3
- import * as react_jsx_runtime5 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime21 from "react/jsx-runtime";
4
4
  import { MultiSelect } from "@components/Select/Multiselect";
5
5
 
6
6
  //#region src/components/Form/elements/MultiselectElement.d.ts
@@ -20,7 +20,7 @@ declare const MultiSelectElement: ({
20
20
  showErrorMessage,
21
21
  children,
22
22
  ...props
23
- }: SelectElementsProps) => react_jsx_runtime5.JSX.Element;
23
+ }: SelectElementsProps) => react_jsx_runtime21.JSX.Element;
24
24
  //#endregion
25
25
  export { MultiSelectElement };
26
26
  //# sourceMappingURL=MultiselectElement.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MultiselectElement.d.ts","names":[],"sources":["../../../../../src/components/Form/elements/MultiselectElement.tsx"],"sourcesContent":[],"mappings":";;;;;;KAUK,mBAAA,GAAsB,KACzB,wBAAwB,2BAGxB,sBAAsB;;;EAJnB,WAAA,CAAA,EAAA,MAAA;EACqB,SAAA,CAAA,EAAA,MAAA;EAAxB,QAAA,CAAA,EAQa,SARb;CADyB;AAIH,cA0CX,kBA1CW,EAAA,CAAA;EAAA,IAAA;EAAA,WAAA;EAAA,KAAA;EAAA,UAAA;EAAA,IAAA;EAAA,gBAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAmDrB,mBAnDqB,EAAA,GAmDF,kBAAA,CAAA,GAAA,CAAA,OAnDE"}
1
+ {"version":3,"file":"MultiselectElement.d.ts","names":[],"sources":["../../../../../src/components/Form/elements/MultiselectElement.tsx"],"sourcesContent":[],"mappings":";;;;;;KAUK,mBAAA,GAAsB,KACzB,wBAAwB,2BAGxB,sBAAsB;;;EAJnB,WAAA,CAAA,EAAA,MAAA;EACqB,SAAA,CAAA,EAAA,MAAA;EAAxB,QAAA,CAAA,EAQa,SARb;CADyB;AAIH,cA0CX,kBA1CW,EAAA,CAAA;EAAA,IAAA;EAAA,WAAA;EAAA,KAAA;EAAA,UAAA;EAAA,IAAA;EAAA,gBAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAmDrB,mBAnDqB,EAAA,GAmDF,mBAAA,CAAA,GAAA,CAAA,OAnDE"}
@@ -1,6 +1,6 @@
1
1
  import { FormElementProps } from "./FormElement.js";
2
2
  import { ComponentProps, ReactNode } from "react";
3
- import * as react_jsx_runtime6 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime20 from "react/jsx-runtime";
4
4
  import { InputOTP } from "@components/Input/OTPInput";
5
5
 
6
6
  //#region src/components/Form/elements/OTPElement.d.ts
@@ -24,7 +24,7 @@ declare const OTPElement: ({
24
24
  slots,
25
25
  maxLength,
26
26
  ...props
27
- }: OTPElementsProps) => react_jsx_runtime6.JSX.Element;
27
+ }: OTPElementsProps) => react_jsx_runtime20.JSX.Element;
28
28
  //#endregion
29
29
  export { OTPElement };
30
30
  //# sourceMappingURL=OTPElement.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OTPElement.d.ts","names":[],"sources":["../../../../../src/components/Form/elements/OTPElement.tsx"],"sourcesContent":[],"mappings":";;;;;;KAiBK,gBAAA,GAAmB,KAAK,wBAAwB,wBACnD,KAAK,sBAAsB;;;EADxB,WAAA,CAAA,EAAA,MAAgB;EAAgC,SAAA,CAAA,EAAA,MAAA;EAAxB,QAAA,CAAA,EAMd,SANc;EAAL;EACK,KAAA,CAAA,EAAA,MAAA;CAAtB;AAAL,cAgHW,UAhHX,EAAA,CAAA;EAAA,IAAA;EAAA,WAAA;EAAA,KAAA;EAAA,UAAA;EAAA,IAAA;EAAA,gBAAA;EAAA,QAAA;EAAA,KAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA2HC,gBA3HD,EAAA,GA2HiB,kBAAA,CAAA,GAAA,CAAA,OA3HjB"}
1
+ {"version":3,"file":"OTPElement.d.ts","names":[],"sources":["../../../../../src/components/Form/elements/OTPElement.tsx"],"sourcesContent":[],"mappings":";;;;;;KAiBK,gBAAA,GAAmB,KAAK,wBAAwB,wBACnD,KAAK,sBAAsB;;;EADxB,WAAA,CAAA,EAAA,MAAgB;EAAgC,SAAA,CAAA,EAAA,MAAA;EAAxB,QAAA,CAAA,EAMd,SANc;EAAL;EACK,KAAA,CAAA,EAAA,MAAA;CAAtB;AAAL,cAgHW,UAhHX,EAAA,CAAA;EAAA,IAAA;EAAA,WAAA;EAAA,KAAA;EAAA,UAAA;EAAA,IAAA;EAAA,gBAAA;EAAA,QAAA;EAAA,KAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA2HC,gBA3HD,EAAA,GA2HiB,mBAAA,CAAA,GAAA,CAAA,OA3HjB"}
@@ -1,6 +1,6 @@
1
1
  import { FormElementProps } from "./FormElement.js";
2
2
  import { ComponentProps, ReactNode } from "react";
3
- import * as react_jsx_runtime9 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime13 from "react/jsx-runtime";
4
4
  import { Select } from "@components/Select/Select";
5
5
 
6
6
  //#region src/components/Form/elements/SelectElement.d.ts
@@ -20,7 +20,7 @@ declare const SelectElement: ({
20
20
  showErrorMessage,
21
21
  children,
22
22
  ...props
23
- }: SelectElementsProps) => react_jsx_runtime9.JSX.Element;
23
+ }: SelectElementsProps) => react_jsx_runtime13.JSX.Element;
24
24
  //#endregion
25
25
  export { SelectElement };
26
26
  //# sourceMappingURL=SelectElement.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SelectElement.d.ts","names":[],"sources":["../../../../../src/components/Form/elements/SelectElement.tsx"],"sourcesContent":[],"mappings":";;;;;;KAUK,mBAAA,GAAsB,KAAK,wBAAwB,sBACtD,sBAAsB;;;EADnB,WAAA,CAAA,EAAA,MAAA;EAAmD,SAAA,CAAA,EAAA,MAAA;EAAxB,QAAA,CAAA,EAMjB,SANiB;CAAL;AACH,cA0CX,aA1CW,EAAA,CAAA;EAAA,IAAA;EAAA,WAAA;EAAA,KAAA;EAAA,UAAA;EAAA,IAAA;EAAA,gBAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAmDrB,mBAnDqB,EAAA,GAmDF,kBAAA,CAAA,GAAA,CAAA,OAnDE"}
1
+ {"version":3,"file":"SelectElement.d.ts","names":[],"sources":["../../../../../src/components/Form/elements/SelectElement.tsx"],"sourcesContent":[],"mappings":";;;;;;KAUK,mBAAA,GAAsB,KAAK,wBAAwB,sBACtD,sBAAsB;;;EADnB,WAAA,CAAA,EAAA,MAAA;EAAmD,SAAA,CAAA,EAAA,MAAA;EAAxB,QAAA,CAAA,EAMjB,SANiB;CAAL;AACH,cA0CX,aA1CW,EAAA,CAAA;EAAA,IAAA;EAAA,WAAA;EAAA,KAAA;EAAA,UAAA;EAAA,IAAA;EAAA,gBAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAmDrB,mBAnDqB,EAAA,GAmDF,mBAAA,CAAA,GAAA,CAAA,OAnDE"}
@@ -1,6 +1,6 @@
1
1
  import { FormElementProps } from "./FormElement.js";
2
2
  import { ComponentProps, ReactNode } from "react";
3
- import * as react_jsx_runtime8 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime14 from "react/jsx-runtime";
4
4
  import { SwitchSelector } from "@components/SwitchSelector";
5
5
 
6
6
  //#region src/components/Form/elements/SwitchSelectorElement.d.ts
@@ -20,7 +20,7 @@ declare const SwitchSelectorElement: ({
20
20
  showErrorMessage,
21
21
  children,
22
22
  ...props
23
- }: SwitchSelectorElementProps) => react_jsx_runtime8.JSX.Element;
23
+ }: SwitchSelectorElementProps) => react_jsx_runtime14.JSX.Element;
24
24
  //#endregion
25
25
  export { SwitchSelectorElement };
26
26
  //# sourceMappingURL=SwitchSelectorElement.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SwitchSelectorElement.d.ts","names":[],"sources":["../../../../../src/components/Form/elements/SwitchSelectorElement.tsx"],"sourcesContent":[],"mappings":";;;;;;KAUK,0BAAA,GAA6B,KAChC,wBAAwB,8BAGxB,sBAAsB;;;EAJnB,WAAA,CAAA,EAAA,MAAA;EACqB,SAAA,CAAA,EAAA,MAAA;EAAxB,QAAA,CAAA,EAQa,SARb;CADgC;AAIV,cAsCX,qBAtCW,EAAA,CAAA;EAAA,IAAA;EAAA,WAAA;EAAA,KAAA;EAAA,UAAA;EAAA,IAAA;EAAA,gBAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EA+CrB,0BA/CqB,EAAA,GA+CK,kBAAA,CAAA,GAAA,CAAA,OA/CL"}
1
+ {"version":3,"file":"SwitchSelectorElement.d.ts","names":[],"sources":["../../../../../src/components/Form/elements/SwitchSelectorElement.tsx"],"sourcesContent":[],"mappings":";;;;;;KAUK,0BAAA,GAA6B,KAChC,wBAAwB,8BAGxB,sBAAsB;;;EAJnB,WAAA,CAAA,EAAA,MAAA;EACqB,SAAA,CAAA,EAAA,MAAA;EAAxB,QAAA,CAAA,EAQa,SARb;CADgC;AAIV,cAsCX,qBAtCW,EAAA,CAAA;EAAA,IAAA;EAAA,WAAA;EAAA,KAAA;EAAA,UAAA;EAAA,IAAA;EAAA,gBAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EA+CrB,0BA/CqB,EAAA,GA+CK,mBAAA,CAAA,GAAA,CAAA,OA/CL"}
@@ -1,4 +1,4 @@
1
- import * as react0 from "react";
1
+ import * as react16 from "react";
2
2
  import { FC, PropsWithChildren } from "react";
3
3
 
4
4
  //#region src/components/IDE/CodeContext.d.ts
@@ -16,7 +16,7 @@ type CodeContextValue = {
16
16
  /**
17
17
  * Context that store the current locale on the client side
18
18
  */
19
- declare const CodeContext: react0.Context<CodeContextValue>;
19
+ declare const CodeContext: react16.Context<CodeContextValue>;
20
20
  /**
21
21
  * Hook that provides the current locale
22
22
  */
@@ -1 +1 @@
1
- {"version":3,"file":"CodeContext.d.ts","names":[],"sources":["../../../../src/components/IDE/CodeContext.tsx"],"sourcesContent":[],"mappings":";;;;KAUY,cAAA;KACA,UAAA;KACA,wBAAA;AAFZ,KAQK,gBAAA,GARqB;EACd,cAAU,EAQJ,cARI;EACV,iBAAA,EAAA,CAAA,cAAwB,EAQE,cARF,EAAA,GAAA,IAAA;EAM/B,UAAA,EAGS,UAHO;EACH,aAAA,EAAA,CAAA,UAAA,EAGY,UAHZ,EAAA,GAAA,IAAA;EACoB,wBAAA,EAGV,wBAHU;EACxB,2BAAA,EAAA,CAAA,wBAAA,EAIgB,wBAJhB,EAAA,GAAA,IAAA;CACgB;;;;AAUjB,cAAA,WAAW,EAAA,MAAA,CAAA,OAAA,CAAA,gBAAA,CAAA;AAYxB;AAKA;;cALa,sBAAc;;;;cAKd,cAAc,GAAG"}
1
+ {"version":3,"file":"CodeContext.d.ts","names":[],"sources":["../../../../src/components/IDE/CodeContext.tsx"],"sourcesContent":[],"mappings":";;;;KAUY,cAAA;KACA,UAAA;KACA,wBAAA;AAFZ,KAQK,gBAAA,GARqB;EACd,cAAU,EAQJ,cARI;EACV,iBAAA,EAAA,CAAA,cAAwB,EAQE,cARF,EAAA,GAAA,IAAA;EAM/B,UAAA,EAGS,UAHO;EACH,aAAA,EAAA,CAAA,UAAA,EAGY,UAHZ,EAAA,GAAA,IAAA;EACoB,wBAAA,EAGV,wBAHU;EACxB,2BAAA,EAAA,CAAA,wBAAA,EAIgB,wBAJhB,EAAA,GAAA,IAAA;CACgB;;;;AAUjB,cAAA,WAAW,EAAA,OAAA,CAAA,OAAA,CAAA,gBAAA,CAAA;AAYxB;AAKA;;cALa,sBAAc;;;;cAKd,cAAc,GAAG"}
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types415 from "@intlayer/types";
1
+ import * as _intlayer_types472 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/IDE/code.content.d.ts
4
4
  declare const codeContent: {
5
5
  key: string;
6
6
  content: {
7
- title: _intlayer_types415.TypedNodeModel<_intlayer_types415.NodeType.Translation, {
7
+ title: _intlayer_types472.TypedNodeModel<_intlayer_types472.NodeType.Translation, {
8
8
  en: string;
9
9
  es: string;
10
10
  pt: string;
@@ -24,7 +24,7 @@ declare const codeContent: {
24
24
  vi: string;
25
25
  uk: string;
26
26
  }, {
27
- nodeType: "translation" | _intlayer_types415.NodeType.Translation;
27
+ nodeType: "translation" | _intlayer_types472.NodeType.Translation;
28
28
  } & {
29
29
  translation: {
30
30
  en: string;
@@ -47,7 +47,7 @@ declare const codeContent: {
47
47
  uk: string;
48
48
  };
49
49
  }>;
50
- description: _intlayer_types415.TypedNodeModel<_intlayer_types415.NodeType.Translation, {
50
+ description: _intlayer_types472.TypedNodeModel<_intlayer_types472.NodeType.Translation, {
51
51
  en: string;
52
52
  es: string;
53
53
  pt: string;
@@ -67,7 +67,7 @@ declare const codeContent: {
67
67
  vi: string;
68
68
  uk: string;
69
69
  }, {
70
- nodeType: "translation" | _intlayer_types415.NodeType.Translation;
70
+ nodeType: "translation" | _intlayer_types472.NodeType.Translation;
71
71
  } & {
72
72
  translation: {
73
73
  en: string;
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types421 from "@intlayer/types";
1
+ import * as _intlayer_types466 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/IDE/copyCode.content.d.ts
4
4
  declare const copyContentContent: {
5
5
  key: string;
6
6
  content: {
7
- title: _intlayer_types421.TypedNodeModel<_intlayer_types421.NodeType.Translation, {
7
+ title: _intlayer_types466.TypedNodeModel<_intlayer_types466.NodeType.Translation, {
8
8
  en: string;
9
9
  es: string;
10
10
  pt: string;
@@ -24,7 +24,7 @@ declare const copyContentContent: {
24
24
  vi: string;
25
25
  uk: string;
26
26
  }, {
27
- nodeType: "translation" | _intlayer_types421.NodeType.Translation;
27
+ nodeType: "translation" | _intlayer_types466.NodeType.Translation;
28
28
  } & {
29
29
  translation: {
30
30
  en: string;
@@ -47,7 +47,7 @@ declare const copyContentContent: {
47
47
  uk: string;
48
48
  };
49
49
  }>;
50
- description: _intlayer_types421.TypedNodeModel<_intlayer_types421.NodeType.Translation, {
50
+ description: _intlayer_types466.TypedNodeModel<_intlayer_types466.NodeType.Translation, {
51
51
  en: string;
52
52
  es: string;
53
53
  pt: string;
@@ -67,7 +67,7 @@ declare const copyContentContent: {
67
67
  vi: string;
68
68
  uk: string;
69
69
  }, {
70
- nodeType: "translation" | _intlayer_types421.NodeType.Translation;
70
+ nodeType: "translation" | _intlayer_types466.NodeType.Translation;
71
71
  } & {
72
72
  translation: {
73
73
  en: string;