@intlayer/design-system 7.5.0 → 7.5.2-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 (118) hide show
  1. package/dist/esm/components/Command/index.mjs +1 -1
  2. package/dist/esm/components/Command/index.mjs.map +1 -1
  3. package/dist/esm/components/Form/FormBase.mjs +1 -1
  4. package/dist/esm/components/Form/FormBase.mjs.map +1 -1
  5. package/dist/esm/components/SwitchSelector/index.mjs +26 -15
  6. package/dist/esm/components/SwitchSelector/index.mjs.map +1 -1
  7. package/dist/esm/hooks/index.mjs +2 -2
  8. package/dist/esm/hooks/reactQuery.mjs +30 -1
  9. package/dist/esm/hooks/reactQuery.mjs.map +1 -1
  10. package/dist/esm/hooks/usePersistedStore.mjs +14 -5
  11. package/dist/esm/hooks/usePersistedStore.mjs.map +1 -1
  12. package/dist/esm/libs/auth.mjs +10 -2
  13. package/dist/esm/libs/auth.mjs.map +1 -1
  14. package/dist/types/components/Badge/index.d.ts +2 -2
  15. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
  16. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
  17. package/dist/types/components/Breadcrumb/index.d.ts +2 -2
  18. package/dist/types/components/Breadcrumb/index.d.ts.map +1 -1
  19. package/dist/types/components/Browser/Browser.content.d.ts +11 -11
  20. package/dist/types/components/Browser/Browser.content.d.ts.map +1 -1
  21. package/dist/types/components/Button/Button.d.ts +6 -6
  22. package/dist/types/components/Button/Button.d.ts.map +1 -1
  23. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +4 -4
  24. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts.map +1 -1
  25. package/dist/types/components/Command/index.d.ts +16 -16
  26. package/dist/types/components/Command/index.d.ts.map +1 -1
  27. package/dist/types/components/Container/index.d.ts +9 -9
  28. package/dist/types/components/Container/index.d.ts.map +1 -1
  29. package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
  30. package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
  31. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
  32. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
  33. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +33 -33
  34. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -25
  35. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
  36. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
  37. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
  38. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
  39. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
  40. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
  41. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
  42. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +3 -3
  43. package/dist/types/components/Form/FormBase.d.ts +2 -2
  44. package/dist/types/components/Form/FormBase.d.ts.map +1 -1
  45. package/dist/types/components/Form/FormField.d.ts +2 -2
  46. package/dist/types/components/Form/FormItem.d.ts +2 -2
  47. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
  48. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts.map +1 -1
  49. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +2 -2
  50. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -1
  51. package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
  52. package/dist/types/components/Form/elements/FormElement.d.ts.map +1 -1
  53. package/dist/types/components/Form/elements/MultiselectElement.d.ts +2 -2
  54. package/dist/types/components/Form/elements/MultiselectElement.d.ts.map +1 -1
  55. package/dist/types/components/Form/elements/OTPElement.d.ts +2 -2
  56. package/dist/types/components/Form/elements/OTPElement.d.ts.map +1 -1
  57. package/dist/types/components/Form/elements/SelectElement.d.ts +2 -2
  58. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
  59. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts.map +1 -1
  60. package/dist/types/components/IDE/CodeContext.d.ts +2 -2
  61. package/dist/types/components/IDE/FileTree.d.ts.map +1 -1
  62. package/dist/types/components/IDE/code.content.d.ts +5 -5
  63. package/dist/types/components/IDE/code.content.d.ts.map +1 -1
  64. package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
  65. package/dist/types/components/IDE/copyCode.content.d.ts.map +1 -1
  66. package/dist/types/components/IDE/selectors.content.d.ts +7 -7
  67. package/dist/types/components/Input/Checkbox.d.ts +5 -5
  68. package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
  69. package/dist/types/components/Input/Input.d.ts +3 -3
  70. package/dist/types/components/Input/Input.d.ts.map +1 -1
  71. package/dist/types/components/Input/OTPInput.d.ts +7 -7
  72. package/dist/types/components/Input/OTPInput.d.ts.map +1 -1
  73. package/dist/types/components/Input/SearchInput.d.ts +2 -2
  74. package/dist/types/components/Link/Link.d.ts +5 -5
  75. package/dist/types/components/Loader/index.content.d.ts +3 -3
  76. package/dist/types/components/Loader/index.content.d.ts.map +1 -1
  77. package/dist/types/components/Loader/spinner.d.ts +2 -2
  78. package/dist/types/components/Loader/spinner.d.ts.map +1 -1
  79. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
  80. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
  81. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
  82. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
  83. package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
  84. package/dist/types/components/MaxWidthSmoother/index.d.ts.map +1 -1
  85. package/dist/types/components/Navbar/Burger.d.ts +2 -2
  86. package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
  87. package/dist/types/components/Navbar/index.d.ts +2 -2
  88. package/dist/types/components/Pagination/Pagination.d.ts +5 -5
  89. package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
  90. package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
  91. package/dist/types/components/RightDrawer/useRightDrawerStore.d.ts +2 -2
  92. package/dist/types/components/Select/Select.d.ts +3 -3
  93. package/dist/types/components/Select/Select.d.ts.map +1 -1
  94. package/dist/types/components/SocialNetworks/index.d.ts +2 -2
  95. package/dist/types/components/SwitchSelector/index.d.ts +11 -8
  96. package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
  97. package/dist/types/components/Tab/Tab.d.ts +6 -6
  98. package/dist/types/components/Tab/TabContext.d.ts +2 -2
  99. package/dist/types/components/Tab/TabContext.d.ts.map +1 -1
  100. package/dist/types/components/TabSelector/TabSelector.d.ts +5 -5
  101. package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
  102. package/dist/types/components/Table/table.content.d.ts +3 -3
  103. package/dist/types/components/Tag/index.d.ts +5 -5
  104. package/dist/types/components/Terminal/terminal.content.d.ts +5 -5
  105. package/dist/types/components/Terminal/terminal.content.d.ts.map +1 -1
  106. package/dist/types/components/Toaster/Toast.d.ts +2 -2
  107. package/dist/types/components/Toaster/Toast.d.ts.map +1 -1
  108. package/dist/types/components/Toaster/Toaster.d.ts +2 -2
  109. package/dist/types/components/Toaster/Toaster.d.ts.map +1 -1
  110. package/dist/types/hooks/index.d.ts +2 -2
  111. package/dist/types/hooks/reactQuery.d.ts +4 -1
  112. package/dist/types/hooks/reactQuery.d.ts.map +1 -1
  113. package/dist/types/hooks/useDevice.d.ts.map +1 -1
  114. package/dist/types/hooks/usePersistedStore.d.ts +1 -1
  115. package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +2 -2
  116. package/dist/types/libs/auth.d.ts +7 -2
  117. package/dist/types/libs/auth.d.ts.map +1 -1
  118. package/package.json +14 -14
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types290 from "@intlayer/types";
1
+ import * as _intlayer_types292 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_types290.TypedNodeModel<_intlayer_types290.NodeType.Translation, {
7
+ triggerPlaceHolder: _intlayer_types292.TypedNodeModel<_intlayer_types292.NodeType.Translation, {
8
8
  en: string;
9
9
  'en-GB': string;
10
10
  fr: string;
@@ -23,7 +23,7 @@ declare const nodeTypeSelectorContent: {
23
23
  id: string;
24
24
  vi: string;
25
25
  }, {
26
- nodeType: "translation" | _intlayer_types290.NodeType.Translation;
26
+ nodeType: "translation" | _intlayer_types292.NodeType.Translation;
27
27
  } & {
28
28
  translation: {
29
29
  en: string;
@@ -45,7 +45,7 @@ declare const nodeTypeSelectorContent: {
45
45
  vi: string;
46
46
  };
47
47
  }>;
48
- multilingual: _intlayer_types290.TypedNodeModel<_intlayer_types290.NodeType.Translation, {
48
+ multilingual: _intlayer_types292.TypedNodeModel<_intlayer_types292.NodeType.Translation, {
49
49
  en: string;
50
50
  'en-GB': string;
51
51
  fr: string;
@@ -64,7 +64,7 @@ declare const nodeTypeSelectorContent: {
64
64
  id: string;
65
65
  vi: string;
66
66
  }, {
67
- nodeType: "translation" | _intlayer_types290.NodeType.Translation;
67
+ nodeType: "translation" | _intlayer_types292.NodeType.Translation;
68
68
  } & {
69
69
  translation: {
70
70
  en: string;
@@ -86,7 +86,7 @@ declare const nodeTypeSelectorContent: {
86
86
  vi: string;
87
87
  };
88
88
  }>;
89
- text: _intlayer_types290.TypedNodeModel<_intlayer_types290.NodeType.Translation, {
89
+ text: _intlayer_types292.TypedNodeModel<_intlayer_types292.NodeType.Translation, {
90
90
  en: string;
91
91
  'en-GB': string;
92
92
  fr: string;
@@ -105,7 +105,7 @@ declare const nodeTypeSelectorContent: {
105
105
  id: string;
106
106
  vi: string;
107
107
  }, {
108
- nodeType: "translation" | _intlayer_types290.NodeType.Translation;
108
+ nodeType: "translation" | _intlayer_types292.NodeType.Translation;
109
109
  } & {
110
110
  translation: {
111
111
  en: string;
@@ -127,7 +127,7 @@ declare const nodeTypeSelectorContent: {
127
127
  vi: string;
128
128
  };
129
129
  }>;
130
- number: _intlayer_types290.TypedNodeModel<_intlayer_types290.NodeType.Translation, {
130
+ number: _intlayer_types292.TypedNodeModel<_intlayer_types292.NodeType.Translation, {
131
131
  en: string;
132
132
  'en-GB': string;
133
133
  fr: string;
@@ -146,7 +146,7 @@ declare const nodeTypeSelectorContent: {
146
146
  id: string;
147
147
  vi: string;
148
148
  }, {
149
- nodeType: "translation" | _intlayer_types290.NodeType.Translation;
149
+ nodeType: "translation" | _intlayer_types292.NodeType.Translation;
150
150
  } & {
151
151
  translation: {
152
152
  en: string;
@@ -168,7 +168,7 @@ declare const nodeTypeSelectorContent: {
168
168
  vi: string;
169
169
  };
170
170
  }>;
171
- boolean: _intlayer_types290.TypedNodeModel<_intlayer_types290.NodeType.Translation, {
171
+ boolean: _intlayer_types292.TypedNodeModel<_intlayer_types292.NodeType.Translation, {
172
172
  en: string;
173
173
  'en-GB': string;
174
174
  fr: string;
@@ -187,7 +187,7 @@ declare const nodeTypeSelectorContent: {
187
187
  id: string;
188
188
  vi: string;
189
189
  }, {
190
- nodeType: "translation" | _intlayer_types290.NodeType.Translation;
190
+ nodeType: "translation" | _intlayer_types292.NodeType.Translation;
191
191
  } & {
192
192
  translation: {
193
193
  en: string;
@@ -209,7 +209,7 @@ declare const nodeTypeSelectorContent: {
209
209
  vi: string;
210
210
  };
211
211
  }>;
212
- node: _intlayer_types290.TypedNodeModel<_intlayer_types290.NodeType.Translation, {
212
+ node: _intlayer_types292.TypedNodeModel<_intlayer_types292.NodeType.Translation, {
213
213
  en: string;
214
214
  'en-GB': string;
215
215
  fr: string;
@@ -228,7 +228,7 @@ declare const nodeTypeSelectorContent: {
228
228
  id: string;
229
229
  vi: string;
230
230
  }, {
231
- nodeType: "translation" | _intlayer_types290.NodeType.Translation;
231
+ nodeType: "translation" | _intlayer_types292.NodeType.Translation;
232
232
  } & {
233
233
  translation: {
234
234
  en: string;
@@ -250,7 +250,7 @@ declare const nodeTypeSelectorContent: {
250
250
  vi: string;
251
251
  };
252
252
  }>;
253
- array: _intlayer_types290.TypedNodeModel<_intlayer_types290.NodeType.Translation, {
253
+ array: _intlayer_types292.TypedNodeModel<_intlayer_types292.NodeType.Translation, {
254
254
  en: string;
255
255
  'en-GB': string;
256
256
  fr: string;
@@ -269,7 +269,7 @@ declare const nodeTypeSelectorContent: {
269
269
  id: string;
270
270
  vi: string;
271
271
  }, {
272
- nodeType: "translation" | _intlayer_types290.NodeType.Translation;
272
+ nodeType: "translation" | _intlayer_types292.NodeType.Translation;
273
273
  } & {
274
274
  translation: {
275
275
  en: string;
@@ -291,7 +291,7 @@ declare const nodeTypeSelectorContent: {
291
291
  vi: string;
292
292
  };
293
293
  }>;
294
- enumeration: _intlayer_types290.TypedNodeModel<_intlayer_types290.NodeType.Translation, {
294
+ enumeration: _intlayer_types292.TypedNodeModel<_intlayer_types292.NodeType.Translation, {
295
295
  en: string;
296
296
  'en-GB': string;
297
297
  fr: string;
@@ -310,7 +310,7 @@ declare const nodeTypeSelectorContent: {
310
310
  id: string;
311
311
  vi: string;
312
312
  }, {
313
- nodeType: "translation" | _intlayer_types290.NodeType.Translation;
313
+ nodeType: "translation" | _intlayer_types292.NodeType.Translation;
314
314
  } & {
315
315
  translation: {
316
316
  en: string;
@@ -332,7 +332,7 @@ declare const nodeTypeSelectorContent: {
332
332
  vi: string;
333
333
  };
334
334
  }>;
335
- gender: _intlayer_types290.TypedNodeModel<_intlayer_types290.NodeType.Translation, {
335
+ gender: _intlayer_types292.TypedNodeModel<_intlayer_types292.NodeType.Translation, {
336
336
  en: string;
337
337
  'en-GB': string;
338
338
  fr: string;
@@ -351,7 +351,7 @@ declare const nodeTypeSelectorContent: {
351
351
  id: string;
352
352
  vi: string;
353
353
  }, {
354
- nodeType: "translation" | _intlayer_types290.NodeType.Translation;
354
+ nodeType: "translation" | _intlayer_types292.NodeType.Translation;
355
355
  } & {
356
356
  translation: {
357
357
  en: string;
@@ -373,7 +373,7 @@ declare const nodeTypeSelectorContent: {
373
373
  vi: string;
374
374
  };
375
375
  }>;
376
- nest: _intlayer_types290.TypedNodeModel<_intlayer_types290.NodeType.Translation, {
376
+ nest: _intlayer_types292.TypedNodeModel<_intlayer_types292.NodeType.Translation, {
377
377
  en: string;
378
378
  'en-GB': string;
379
379
  fr: string;
@@ -392,7 +392,7 @@ declare const nodeTypeSelectorContent: {
392
392
  id: string;
393
393
  vi: string;
394
394
  }, {
395
- nodeType: "translation" | _intlayer_types290.NodeType.Translation;
395
+ nodeType: "translation" | _intlayer_types292.NodeType.Translation;
396
396
  } & {
397
397
  translation: {
398
398
  en: string;
@@ -414,7 +414,7 @@ declare const nodeTypeSelectorContent: {
414
414
  vi: string;
415
415
  };
416
416
  }>;
417
- insertion: _intlayer_types290.TypedNodeModel<_intlayer_types290.NodeType.Translation, {
417
+ insertion: _intlayer_types292.TypedNodeModel<_intlayer_types292.NodeType.Translation, {
418
418
  en: string;
419
419
  'en-GB': string;
420
420
  fr: string;
@@ -433,7 +433,7 @@ declare const nodeTypeSelectorContent: {
433
433
  id: string;
434
434
  vi: string;
435
435
  }, {
436
- nodeType: "translation" | _intlayer_types290.NodeType.Translation;
436
+ nodeType: "translation" | _intlayer_types292.NodeType.Translation;
437
437
  } & {
438
438
  translation: {
439
439
  en: string;
@@ -455,7 +455,7 @@ declare const nodeTypeSelectorContent: {
455
455
  vi: string;
456
456
  };
457
457
  }>;
458
- condition: _intlayer_types290.TypedNodeModel<_intlayer_types290.NodeType.Translation, {
458
+ condition: _intlayer_types292.TypedNodeModel<_intlayer_types292.NodeType.Translation, {
459
459
  en: string;
460
460
  'en-GB': string;
461
461
  fr: string;
@@ -474,7 +474,7 @@ declare const nodeTypeSelectorContent: {
474
474
  id: string;
475
475
  vi: string;
476
476
  }, {
477
- nodeType: "translation" | _intlayer_types290.NodeType.Translation;
477
+ nodeType: "translation" | _intlayer_types292.NodeType.Translation;
478
478
  } & {
479
479
  translation: {
480
480
  en: string;
@@ -496,7 +496,7 @@ declare const nodeTypeSelectorContent: {
496
496
  vi: string;
497
497
  };
498
498
  }>;
499
- file: _intlayer_types290.TypedNodeModel<_intlayer_types290.NodeType.Translation, {
499
+ file: _intlayer_types292.TypedNodeModel<_intlayer_types292.NodeType.Translation, {
500
500
  en: string;
501
501
  'en-GB': string;
502
502
  fr: string;
@@ -515,7 +515,7 @@ declare const nodeTypeSelectorContent: {
515
515
  id: string;
516
516
  vi: string;
517
517
  }, {
518
- nodeType: "translation" | _intlayer_types290.NodeType.Translation;
518
+ nodeType: "translation" | _intlayer_types292.NodeType.Translation;
519
519
  } & {
520
520
  translation: {
521
521
  en: string;
@@ -537,7 +537,7 @@ declare const nodeTypeSelectorContent: {
537
537
  vi: string;
538
538
  };
539
539
  }>;
540
- markdown: _intlayer_types290.TypedNodeModel<_intlayer_types290.NodeType.Translation, {
540
+ markdown: _intlayer_types292.TypedNodeModel<_intlayer_types292.NodeType.Translation, {
541
541
  en: string;
542
542
  'en-GB': string;
543
543
  fr: string;
@@ -556,7 +556,7 @@ declare const nodeTypeSelectorContent: {
556
556
  id: string;
557
557
  vi: string;
558
558
  }, {
559
- nodeType: "translation" | _intlayer_types290.NodeType.Translation;
559
+ nodeType: "translation" | _intlayer_types292.NodeType.Translation;
560
560
  } & {
561
561
  translation: {
562
562
  en: string;
@@ -578,7 +578,7 @@ declare const nodeTypeSelectorContent: {
578
578
  vi: string;
579
579
  };
580
580
  }>;
581
- reactNode: _intlayer_types290.TypedNodeModel<_intlayer_types290.NodeType.Translation, {
581
+ reactNode: _intlayer_types292.TypedNodeModel<_intlayer_types292.NodeType.Translation, {
582
582
  en: string;
583
583
  'en-GB': string;
584
584
  fr: string;
@@ -597,7 +597,7 @@ declare const nodeTypeSelectorContent: {
597
597
  id: string;
598
598
  vi: string;
599
599
  }, {
600
- nodeType: "translation" | _intlayer_types290.NodeType.Translation;
600
+ nodeType: "translation" | _intlayer_types292.NodeType.Translation;
601
601
  } & {
602
602
  translation: {
603
603
  en: string;
@@ -1,11 +1,11 @@
1
- import * as _intlayer_types335 from "@intlayer/types";
1
+ import * as _intlayer_types209 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_types335.TypedNodeModel<_intlayer_types335.NodeType.Condition, _intlayer_core0.ConditionContentStates<_intlayer_types335.TypedNodeModel<_intlayer_types335.NodeType.Translation, {
8
+ expandCollapseContent: _intlayer_types209.TypedNodeModel<_intlayer_types209.NodeType.Condition, _intlayer_core0.ConditionContentStates<_intlayer_types209.TypedNodeModel<_intlayer_types209.NodeType.Translation, {
9
9
  en: string;
10
10
  fr: string;
11
11
  es: string;
@@ -24,7 +24,7 @@ declare const expandCollapseContent: {
24
24
  id: string;
25
25
  vi: string;
26
26
  }, {
27
- nodeType: "translation" | _intlayer_types335.NodeType.Translation;
27
+ nodeType: "translation" | _intlayer_types209.NodeType.Translation;
28
28
  } & {
29
29
  translation: {
30
30
  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_runtime19 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_runtime19.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 +1 @@
1
- {"version":3,"file":"FormBase.d.ts","names":[],"sources":["../../../../src/components/Form/FormBase.tsx"],"sourcesContent":[],"mappings":";;;;;;;KAcK,oBAAoB,aAAa,eAAe,mBACnD,kBAAkB,CAAA,CAAE,MAAM;WACf;oBACS,CAAA,CAAE,MAAM,cAAc;2BACf,CAAA,CAAE,MAAM,cAAc;EAJ9C,aAAS,CAAA,EAAA,CAAA,KAAA,EAKc,KALd,EAAA,GAAA,IAAA,GAK+B,OAL/B,CAAA,IAAA,CAAA;EAAW,YAAA,CAAA,EAAA,OAAA;CAA4B;AAAf,cAoBzB,IApByB,EAAA,CAAA,UAoBP,SApBO,CAAA,CAAA;EAAA,MAAA;EAAA,QAAA,EAoBI,YApBJ;EAAA,eAAA,EAoBI,mBApBJ;EAAA,aAAA,EAoBI,iBApBJ;EAAA,SAAA;EAAA,QAAA;EAAA,YAAA;EAAA,GAAA;AAAA,CAAA,EA6BnC,SA7BmC,CA6BzB,CA7ByB,CAAA,EAAA,GA6BvB,kBAAA,CAAA,GAAA,CAAA,OA7BuB;AACV,cAiEf,OAjEe,EAAA,CAAA,UAiEM,SAjEN,CAAA,CAAA,MAAA,EAkElB,CAlEkB,EAAA,KAAA,CAAA,EAmElB,YAnEkB,CAmEL,CAAA,CAAE,KAnEG,CAmEG,CAnEH,CAAA,CAAA,EAAA,GAAA;EAAN,IAAA,gCAAA,cAAA,EAAA,CAAA,EAAA,GAAA,eAAA,EAAA,CAAA,CAAA;EAApB,YAAA,EAAA,OAAA;EACW,WAAA,EAAA,OAAA;EACiB,SAAA,EAAA,OAAA;EAAN,OAAA,EAAA,OAAA;CAAoB"}
1
+ {"version":3,"file":"FormBase.d.ts","names":[],"sources":["../../../../src/components/Form/FormBase.tsx"],"sourcesContent":[],"mappings":";;;;;;;KAcK,oBAAoB,aAAa,eAAe,mBACnD,kBAAkB,CAAA,CAAE,MAAM;WACf;oBACS,CAAA,CAAE,MAAM,cAAc;2BACf,CAAA,CAAE,MAAM,cAAc;EAJ9C,aAAS,CAAA,EAAA,CAAA,KAAA,EAKc,KALd,EAAA,GAAA,IAAA,GAK+B,OAL/B,CAAA,IAAA,CAAA;EAAW,YAAA,CAAA,EAAA,OAAA;CAA4B;AAAf,cAoBzB,IApByB,EAAA,CAAA,UAoBP,SApBO,CAAA,CAAA;EAAA,MAAA;EAAA,QAAA,EAoBI,YApBJ;EAAA,eAAA,EAoBI,mBApBJ;EAAA,aAAA,EAoBI,iBApBJ;EAAA,SAAA;EAAA,QAAA;EAAA,YAAA;EAAA,GAAA;AAAA,CAAA,EA6BnC,SA7BmC,CA6BzB,CA7ByB,CAAA,EAAA,GA6BvB,mBAAA,CAAA,GAAA,CAAA,OA7BuB;AACV,cAiEf,OAjEe,EAAA,CAAA,UAiEM,SAjEN,CAAA,CAAA,MAAA,EAkElB,CAlEkB,EAAA,KAAA,CAAA,EAmElB,YAnEkB,CAmEL,CAAA,CAAE,KAnEG,CAmEG,CAnEH,CAAA,CAAA,EAAA,GAAA;EAAN,IAAA,gCAAA,cAAA,EAAA,CAAA,EAAA,GAAA,eAAA,EAAA,CAAA,CAAA;EAApB,YAAA,EAAA,OAAA;EACW,WAAA,EAAA,OAAA;EACiB,SAAA,EAAA,OAAA;EAAN,OAAA,EAAA,OAAA;CAAoB"}
@@ -1,11 +1,11 @@
1
- import * as react_jsx_runtime14 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime17 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_runtime14.JSX.Element;
8
+ }: ControllerProps<TFieldValues, TName>) => react_jsx_runtime17.JSX.Element;
9
9
  declare const useFormField: () => {
10
10
  invalid: boolean;
11
11
  isDirty: boolean;
@@ -1,4 +1,4 @@
1
- import * as react21 from "react";
1
+ import * as react19 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: react21.Context<FormItemContextValue>;
9
+ declare const FormItemContext: react19.Context<FormItemContextValue>;
10
10
  //#endregion
11
11
  export { FormItem, FormItemContext };
12
12
  //# sourceMappingURL=FormItem.d.ts.map
@@ -1,7 +1,7 @@
1
1
  import { EditableFieldInput } from "../../EditableField/EditableFieldInput.js";
2
2
  import { FormElementProps } from "./FormElement.js";
3
3
  import { ComponentProps, ReactNode } from "react";
4
- import * as react_jsx_runtime20 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime6 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/Form/elements/EditableFieldInputElement.d.ts
7
7
  type EditableFieldInputElementProps = Omit<FormElementProps<typeof EditableFieldInput>, 'Element'> & Omit<ComponentProps<typeof EditableFieldInput> & {
@@ -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_runtime20.JSX.Element;
14
+ declare const EditableFieldInputElement: (props: EditableFieldInputElementProps) => react_jsx_runtime6.JSX.Element;
15
15
  //#endregion
16
16
  export { EditableFieldInputElement };
17
17
  //# sourceMappingURL=EditableFieldInputElement.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EditableFieldInputElement.d.ts","names":[],"sources":["../../../../../src/components/Form/elements/EditableFieldInputElement.tsx"],"sourcesContent":[],"mappings":";;;;;;KAIK,8BAAA,GAAiC,KACpC,wBAAwB,kCAGxB,KACE,sBAAsB;;gBAEN;EAPf,WAAA,CAAA,EAAA,MAAA;EACqB,SAAA,CAAA,EAAA,MAAA;EAAxB,QAAA,CAAA,EASe,SATf;CADoC,EAAA,YAAA,GAAA,iBAAA,CAAA;AAKZ,cAUb,yBAVa,EAAA,CAAA,KAAA,EAWjB,8BAXiB,EAAA,GAWa,mBAAA,CAAA,GAAA,CAAA,OAXb"}
1
+ {"version":3,"file":"EditableFieldInputElement.d.ts","names":[],"sources":["../../../../../src/components/Form/elements/EditableFieldInputElement.tsx"],"sourcesContent":[],"mappings":";;;;;;KAIK,8BAAA,GAAiC,KACpC,wBAAwB,kCAGxB,KACE,sBAAsB;;gBAEN;EAPf,WAAA,CAAA,EAAA,MAAA;EACqB,SAAA,CAAA,EAAA,MAAA;EAAxB,QAAA,CAAA,EASe,SATf;CADoC,EAAA,YAAA,GAAA,iBAAA,CAAA;AAKZ,cAUb,yBAVa,EAAA,CAAA,KAAA,EAWjB,8BAXiB,EAAA,GAWa,kBAAA,CAAA,GAAA,CAAA,OAXb"}
@@ -1,7 +1,7 @@
1
1
  import { EditableFieldTextArea } from "../../EditableField/EditableFieldTextArea.js";
2
2
  import { FormElementProps } from "./FormElement.js";
3
3
  import { ComponentProps, ReactNode } from "react";
4
- import * as react_jsx_runtime22 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime7 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/Form/elements/EditableFieldTextAreaElement.d.ts
7
7
  type EditableFieldTextAreaElementProps = Omit<FormElementProps<typeof EditableFieldTextArea>, 'Element'> & Omit<ComponentProps<typeof EditableFieldTextArea> & {
@@ -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_runtime22.JSX.Element;
14
+ declare const EditableFieldTextAreaElement: (props: EditableFieldTextAreaElementProps) => react_jsx_runtime7.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,mBAAA,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,kBAAA,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_runtime21 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime8 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_runtime21.JSX.Element;
23
+ declare const FormElement: <T extends ElementType>(props: FormElementProps<T> & ComponentProps<T>) => react_jsx_runtime8.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,mBAAA,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,kBAAA,CAAA,GAAA,CAAA,OAAjB"}
@@ -1,7 +1,7 @@
1
1
  import { FormElementProps } from "./FormElement.js";
2
2
  import { MultiSelect } from "../../Select/Multiselect.js";
3
3
  import { ComponentProps, ReactNode } from "react";
4
- import * as react_jsx_runtime8 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime11 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/Form/elements/MultiselectElement.d.ts
7
7
  type SelectElementsProps = Omit<FormElementProps<typeof MultiSelect>, 'Element'> & ComponentProps<typeof MultiSelect> & {
@@ -20,7 +20,7 @@ declare const MultiSelectElement: ({
20
20
  showErrorMessage,
21
21
  children,
22
22
  ...props
23
- }: SelectElementsProps) => react_jsx_runtime8.JSX.Element;
23
+ }: SelectElementsProps) => react_jsx_runtime11.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,7 +1,7 @@
1
1
  import { InputOTP } from "../../Input/OTPInput.js";
2
2
  import { FormElementProps } from "./FormElement.js";
3
3
  import { ComponentProps, ReactNode } from "react";
4
- import * as react_jsx_runtime9 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime12 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/Form/elements/OTPElement.d.ts
7
7
  type OTPElementsProps = Omit<FormElementProps<typeof InputOTP>, 'Element'> & Omit<ComponentProps<typeof InputOTP>, 'children'> & {
@@ -24,7 +24,7 @@ declare const OTPElement: ({
24
24
  slots,
25
25
  maxLength,
26
26
  ...props
27
- }: OTPElementsProps) => react_jsx_runtime9.JSX.Element;
27
+ }: OTPElementsProps) => react_jsx_runtime12.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,7 +1,7 @@
1
1
  import { FormElementProps } from "./FormElement.js";
2
2
  import { Select } from "../../Select/Select.js";
3
3
  import { ComponentProps, ReactNode } from "react";
4
- import * as react_jsx_runtime11 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime10 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/Form/elements/SelectElement.d.ts
7
7
  type SelectElementsProps = Omit<FormElementProps<typeof Select>, 'Element'> & ComponentProps<typeof Select> & {
@@ -20,7 +20,7 @@ declare const SelectElement: ({
20
20
  showErrorMessage,
21
21
  children,
22
22
  ...props
23
- }: SelectElementsProps) => react_jsx_runtime11.JSX.Element;
23
+ }: SelectElementsProps) => react_jsx_runtime10.JSX.Element;
24
24
  //#endregion
25
25
  export { SelectElement };
26
26
  //# sourceMappingURL=SelectElement.d.ts.map
@@ -1,7 +1,7 @@
1
1
  import { FormElementProps } from "./FormElement.js";
2
2
  import { SwitchSelector } from "../../SwitchSelector/index.js";
3
3
  import { ComponentProps, ReactNode } from "react";
4
- import * as react_jsx_runtime12 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime9 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/Form/elements/SwitchSelectorElement.d.ts
7
7
  type SwitchSelectorElementProps = Omit<FormElementProps<typeof SwitchSelector>, 'Element'> & ComponentProps<typeof SwitchSelector> & {
@@ -20,7 +20,7 @@ declare const SwitchSelectorElement: ({
20
20
  showErrorMessage,
21
21
  children,
22
22
  ...props
23
- }: SwitchSelectorElementProps) => react_jsx_runtime12.JSX.Element;
23
+ }: SwitchSelectorElementProps) => react_jsx_runtime9.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,mBAAA,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,kBAAA,CAAA,GAAA,CAAA,OA/CL"}
@@ -1,4 +1,4 @@
1
- import * as react14 from "react";
1
+ import * as react20 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: react14.Context<CodeContextValue>;
19
+ declare const CodeContext: react20.Context<CodeContextValue>;
20
20
  /**
21
21
  * Hook that provides the current locale
22
22
  */
@@ -1 +1 @@
1
- {"version":3,"file":"FileTree.d.ts","names":[],"sources":["../../../../src/components/IDE/FileTree.tsx"],"sourcesContent":[],"mappings":";;;KAQK,aAAA;;EAAA,UAAA,CAAA,EAAA,MAAa;EAkGL,WAwBZ,CAAA,EAAA,CAAA,QAxByB,EAAA,MAAA,EAAA,GAAA,IAAH;;;cAAV,UAAU,GAAG"}
1
+ {"version":3,"file":"FileTree.d.ts","names":[],"sources":["../../../../src/components/IDE/FileTree.tsx"],"sourcesContent":[],"mappings":";;;KAQK,aAAA;;EAAA,UAAA,CAAA,EAAA,MAAa;EAkGL,WAwBZ,CAAA,EAAA,CAAA,QAAA,EAxByB,MAAA,EAAA,GAAA,IAAH;;;cAAV,UAAU,GAAG"}
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types2 from "@intlayer/types";
1
+ import * as _intlayer_types355 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_types2.TypedNodeModel<_intlayer_types2.NodeType.Translation, {
7
+ title: _intlayer_types355.TypedNodeModel<_intlayer_types355.NodeType.Translation, {
8
8
  en: string;
9
9
  es: string;
10
10
  pt: string;
@@ -23,7 +23,7 @@ declare const codeContent: {
23
23
  id: string;
24
24
  vi: string;
25
25
  }, {
26
- nodeType: "translation" | _intlayer_types2.NodeType.Translation;
26
+ nodeType: "translation" | _intlayer_types355.NodeType.Translation;
27
27
  } & {
28
28
  translation: {
29
29
  en: string;
@@ -45,7 +45,7 @@ declare const codeContent: {
45
45
  vi: string;
46
46
  };
47
47
  }>;
48
- description: _intlayer_types2.TypedNodeModel<_intlayer_types2.NodeType.Translation, {
48
+ description: _intlayer_types355.TypedNodeModel<_intlayer_types355.NodeType.Translation, {
49
49
  en: string;
50
50
  es: string;
51
51
  pt: string;
@@ -64,7 +64,7 @@ declare const codeContent: {
64
64
  id: string;
65
65
  vi: string;
66
66
  }, {
67
- nodeType: "translation" | _intlayer_types2.NodeType.Translation;
67
+ nodeType: "translation" | _intlayer_types355.NodeType.Translation;
68
68
  } & {
69
69
  translation: {
70
70
  en: string;
@@ -1 +1 @@
1
- {"version":3,"file":"code.content.d.ts","names":[],"sources":["../../../../src/components/IDE/code.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,KAAA,iCA8CgB,wCAAA"}
1
+ {"version":3,"file":"code.content.d.ts","names":[],"sources":["../../../../src/components/IDE/code.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,KAAA,mCA8CgB,0CAAA"}
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types8 from "@intlayer/types";
1
+ import * as _intlayer_types361 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_types8.TypedNodeModel<_intlayer_types8.NodeType.Translation, {
7
+ title: _intlayer_types361.TypedNodeModel<_intlayer_types361.NodeType.Translation, {
8
8
  en: string;
9
9
  es: string;
10
10
  pt: string;
@@ -23,7 +23,7 @@ declare const copyContentContent: {
23
23
  id: string;
24
24
  vi: string;
25
25
  }, {
26
- nodeType: "translation" | _intlayer_types8.NodeType.Translation;
26
+ nodeType: "translation" | _intlayer_types361.NodeType.Translation;
27
27
  } & {
28
28
  translation: {
29
29
  en: string;
@@ -45,7 +45,7 @@ declare const copyContentContent: {
45
45
  vi: string;
46
46
  };
47
47
  }>;
48
- description: _intlayer_types8.TypedNodeModel<_intlayer_types8.NodeType.Translation, {
48
+ description: _intlayer_types361.TypedNodeModel<_intlayer_types361.NodeType.Translation, {
49
49
  en: string;
50
50
  es: string;
51
51
  pt: string;
@@ -64,7 +64,7 @@ declare const copyContentContent: {
64
64
  id: string;
65
65
  vi: string;
66
66
  }, {
67
- nodeType: "translation" | _intlayer_types8.NodeType.Translation;
67
+ nodeType: "translation" | _intlayer_types361.NodeType.Translation;
68
68
  } & {
69
69
  translation: {
70
70
  en: string;
@@ -1 +1 @@
1
- {"version":3,"file":"copyCode.content.d.ts","names":[],"sources":["../../../../src/components/IDE/copyCode.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,KAAA,iCA8CgB,wCAAA"}
1
+ {"version":3,"file":"copyCode.content.d.ts","names":[],"sources":["../../../../src/components/IDE/copyCode.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,KAAA,mCA8CgB,0CAAA"}