@intlayer/design-system 7.0.2-canary.0 → 7.0.2

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 (131) hide show
  1. package/dist/esm/components/Browser/Browser.content.mjs +94 -0
  2. package/dist/esm/components/Browser/Browser.content.mjs.map +1 -0
  3. package/dist/esm/components/Browser/Browser.mjs +202 -0
  4. package/dist/esm/components/Browser/Browser.mjs.map +1 -0
  5. package/dist/esm/components/Browser/index.mjs +3 -0
  6. package/dist/esm/components/DictionaryEditor/DictionaryEditor.mjs +4 -4
  7. package/dist/esm/components/DictionaryEditor/DictionaryEditor.mjs.map +1 -1
  8. package/dist/esm/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.mjs +8 -5
  9. package/dist/esm/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.mjs.map +1 -1
  10. package/dist/esm/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs +3 -1
  11. package/dist/esm/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs.map +1 -1
  12. package/dist/esm/components/DictionaryEditor/NodeWrapper/index.mjs +13 -4
  13. package/dist/esm/components/DictionaryEditor/NodeWrapper/index.mjs.map +1 -1
  14. package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs +4 -3
  15. package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs.map +1 -1
  16. package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +6 -6
  17. package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs.map +1 -1
  18. package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +2 -2
  19. package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -1
  20. package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +3 -3
  21. package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs.map +1 -1
  22. package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +3 -3
  23. package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
  24. package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs +3 -3
  25. package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs.map +1 -1
  26. package/dist/esm/components/RightDrawer/RightDrawer.mjs +26 -18
  27. package/dist/esm/components/RightDrawer/RightDrawer.mjs.map +1 -1
  28. package/dist/esm/components/Tag/index.mjs +23 -1
  29. package/dist/esm/components/Tag/index.mjs.map +1 -1
  30. package/dist/esm/components/index.mjs +2 -1
  31. package/dist/types/components/Badge/index.d.ts +2 -2
  32. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
  33. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
  34. package/dist/types/components/Breadcrumb/index.d.ts +2 -2
  35. package/dist/types/components/Browser/Browser.content.d.ts +187 -0
  36. package/dist/types/components/Browser/Browser.content.d.ts.map +1 -0
  37. package/dist/types/components/Browser/Browser.d.ts +72 -0
  38. package/dist/types/components/Browser/Browser.d.ts.map +1 -0
  39. package/dist/types/components/Browser/index.d.ts +2 -0
  40. package/dist/types/components/Button/Button.d.ts +6 -6
  41. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +4 -4
  42. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts.map +1 -1
  43. package/dist/types/components/Command/index.d.ts +17 -17
  44. package/dist/types/components/Command/index.d.ts.map +1 -1
  45. package/dist/types/components/Container/index.d.ts +9 -9
  46. package/dist/types/components/Container/index.d.ts.map +1 -1
  47. package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
  48. package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
  49. package/dist/types/components/DictionaryEditor/DictionaryEditor.d.ts.map +1 -1
  50. package/dist/types/components/DictionaryEditor/NodeWrapper/StringWrapper.d.ts.map +1 -1
  51. package/dist/types/components/DictionaryEditor/NodeWrapper/index.d.ts.map +1 -1
  52. package/dist/types/components/DictionaryFieldEditor/ContentEditor.d.ts.map +1 -1
  53. package/dist/types/components/DictionaryFieldEditor/ContentEditorView/TextEditor.d.ts.map +1 -1
  54. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
  55. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
  56. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
  57. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +33 -33
  58. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -25
  59. package/dist/types/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.d.ts.map +1 -1
  60. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
  61. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
  62. package/dist/types/components/DictionaryFieldEditor/StructureView/StructureView.d.ts.map +1 -1
  63. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
  64. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
  65. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
  66. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +15 -15
  67. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +3 -3
  68. package/dist/types/components/Form/FormBase.d.ts +2 -2
  69. package/dist/types/components/Form/FormBase.d.ts.map +1 -1
  70. package/dist/types/components/Form/FormField.d.ts +2 -2
  71. package/dist/types/components/Form/FormField.d.ts.map +1 -1
  72. package/dist/types/components/Form/FormItem.d.ts +2 -2
  73. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
  74. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +2 -2
  75. package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
  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/SwitchSelectorElement.d.ts +2 -2
  79. package/dist/types/components/IDE/CodeContext.d.ts +2 -2
  80. package/dist/types/components/IDE/CodeContext.d.ts.map +1 -1
  81. package/dist/types/components/IDE/code.content.d.ts +5 -5
  82. package/dist/types/components/IDE/code.content.d.ts.map +1 -1
  83. package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
  84. package/dist/types/components/IDE/copyCode.content.d.ts.map +1 -1
  85. package/dist/types/components/Input/Checkbox.d.ts +5 -5
  86. package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
  87. package/dist/types/components/Input/Input.d.ts +3 -3
  88. package/dist/types/components/Input/Input.d.ts.map +1 -1
  89. package/dist/types/components/Input/SearchInput.d.ts +2 -2
  90. package/dist/types/components/Input/SearchInput.d.ts.map +1 -1
  91. package/dist/types/components/Link/Link.d.ts +3 -3
  92. package/dist/types/components/Link/Link.d.ts.map +1 -1
  93. package/dist/types/components/Loader/index.content.d.ts +3 -3
  94. package/dist/types/components/Loader/spinner.d.ts +2 -2
  95. package/dist/types/components/Loader/spinner.d.ts.map +1 -1
  96. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
  97. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
  98. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
  99. package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
  100. package/dist/types/components/Navbar/Burger.d.ts +2 -2
  101. package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
  102. package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
  103. package/dist/types/components/Navbar/index.d.ts +2 -2
  104. package/dist/types/components/Pagination/Pagination.d.ts +4 -4
  105. package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
  106. package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
  107. package/dist/types/components/RightDrawer/RightDrawer.d.ts.map +1 -1
  108. package/dist/types/components/RightDrawer/useRightDrawerStore.d.ts +2 -2
  109. package/dist/types/components/Select/Select.d.ts +3 -3
  110. package/dist/types/components/Select/Select.d.ts.map +1 -1
  111. package/dist/types/components/SocialNetworks/index.d.ts +2 -2
  112. package/dist/types/components/SocialNetworks/index.d.ts.map +1 -1
  113. package/dist/types/components/SwitchSelector/index.d.ts +5 -5
  114. package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
  115. package/dist/types/components/Tab/Tab.d.ts +6 -6
  116. package/dist/types/components/Tab/Tab.d.ts.map +1 -1
  117. package/dist/types/components/Tab/TabContext.d.ts +2 -2
  118. package/dist/types/components/Tab/TabContext.d.ts.map +1 -1
  119. package/dist/types/components/TabSelector/TabSelector.d.ts +5 -5
  120. package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
  121. package/dist/types/components/Table/table.content.d.ts +3 -3
  122. package/dist/types/components/Table/table.content.d.ts.map +1 -1
  123. package/dist/types/components/Tag/index.d.ts +16 -5
  124. package/dist/types/components/Tag/index.d.ts.map +1 -1
  125. package/dist/types/components/Toaster/Toast.d.ts +2 -2
  126. package/dist/types/components/Toaster/Toaster.d.ts +2 -2
  127. package/dist/types/components/Toaster/Toaster.d.ts.map +1 -1
  128. package/dist/types/components/index.d.ts +2 -1
  129. package/dist/types/hooks/useDevice.d.ts.map +1 -1
  130. package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +2 -2
  131. package/package.json +22 -22
@@ -23,7 +23,7 @@ declare const nodeTypeSelectorContent: {
23
23
  id: string;
24
24
  vi: string;
25
25
  }, {
26
- nodeType: "translation" | _intlayer_types5.NodeType.Translation;
26
+ nodeType: _intlayer_types5.NodeType.Translation | "translation";
27
27
  } & {
28
28
  translation: {
29
29
  en: string;
@@ -64,7 +64,7 @@ declare const nodeTypeSelectorContent: {
64
64
  id: string;
65
65
  vi: string;
66
66
  }, {
67
- nodeType: "translation" | _intlayer_types5.NodeType.Translation;
67
+ nodeType: _intlayer_types5.NodeType.Translation | "translation";
68
68
  } & {
69
69
  translation: {
70
70
  en: string;
@@ -105,7 +105,7 @@ declare const nodeTypeSelectorContent: {
105
105
  id: string;
106
106
  vi: string;
107
107
  }, {
108
- nodeType: "translation" | _intlayer_types5.NodeType.Translation;
108
+ nodeType: _intlayer_types5.NodeType.Translation | "translation";
109
109
  } & {
110
110
  translation: {
111
111
  en: string;
@@ -146,7 +146,7 @@ declare const nodeTypeSelectorContent: {
146
146
  id: string;
147
147
  vi: string;
148
148
  }, {
149
- nodeType: "translation" | _intlayer_types5.NodeType.Translation;
149
+ nodeType: _intlayer_types5.NodeType.Translation | "translation";
150
150
  } & {
151
151
  translation: {
152
152
  en: string;
@@ -187,7 +187,7 @@ declare const nodeTypeSelectorContent: {
187
187
  id: string;
188
188
  vi: string;
189
189
  }, {
190
- nodeType: "translation" | _intlayer_types5.NodeType.Translation;
190
+ nodeType: _intlayer_types5.NodeType.Translation | "translation";
191
191
  } & {
192
192
  translation: {
193
193
  en: string;
@@ -228,7 +228,7 @@ declare const nodeTypeSelectorContent: {
228
228
  id: string;
229
229
  vi: string;
230
230
  }, {
231
- nodeType: "translation" | _intlayer_types5.NodeType.Translation;
231
+ nodeType: _intlayer_types5.NodeType.Translation | "translation";
232
232
  } & {
233
233
  translation: {
234
234
  en: string;
@@ -269,7 +269,7 @@ declare const nodeTypeSelectorContent: {
269
269
  id: string;
270
270
  vi: string;
271
271
  }, {
272
- nodeType: "translation" | _intlayer_types5.NodeType.Translation;
272
+ nodeType: _intlayer_types5.NodeType.Translation | "translation";
273
273
  } & {
274
274
  translation: {
275
275
  en: string;
@@ -310,7 +310,7 @@ declare const nodeTypeSelectorContent: {
310
310
  id: string;
311
311
  vi: string;
312
312
  }, {
313
- nodeType: "translation" | _intlayer_types5.NodeType.Translation;
313
+ nodeType: _intlayer_types5.NodeType.Translation | "translation";
314
314
  } & {
315
315
  translation: {
316
316
  en: string;
@@ -351,7 +351,7 @@ declare const nodeTypeSelectorContent: {
351
351
  id: string;
352
352
  vi: string;
353
353
  }, {
354
- nodeType: "translation" | _intlayer_types5.NodeType.Translation;
354
+ nodeType: _intlayer_types5.NodeType.Translation | "translation";
355
355
  } & {
356
356
  translation: {
357
357
  en: string;
@@ -392,7 +392,7 @@ declare const nodeTypeSelectorContent: {
392
392
  id: string;
393
393
  vi: string;
394
394
  }, {
395
- nodeType: "translation" | _intlayer_types5.NodeType.Translation;
395
+ nodeType: _intlayer_types5.NodeType.Translation | "translation";
396
396
  } & {
397
397
  translation: {
398
398
  en: string;
@@ -433,7 +433,7 @@ declare const nodeTypeSelectorContent: {
433
433
  id: string;
434
434
  vi: string;
435
435
  }, {
436
- nodeType: "translation" | _intlayer_types5.NodeType.Translation;
436
+ nodeType: _intlayer_types5.NodeType.Translation | "translation";
437
437
  } & {
438
438
  translation: {
439
439
  en: string;
@@ -474,7 +474,7 @@ declare const nodeTypeSelectorContent: {
474
474
  id: string;
475
475
  vi: string;
476
476
  }, {
477
- nodeType: "translation" | _intlayer_types5.NodeType.Translation;
477
+ nodeType: _intlayer_types5.NodeType.Translation | "translation";
478
478
  } & {
479
479
  translation: {
480
480
  en: string;
@@ -515,7 +515,7 @@ declare const nodeTypeSelectorContent: {
515
515
  id: string;
516
516
  vi: string;
517
517
  }, {
518
- nodeType: "translation" | _intlayer_types5.NodeType.Translation;
518
+ nodeType: _intlayer_types5.NodeType.Translation | "translation";
519
519
  } & {
520
520
  translation: {
521
521
  en: string;
@@ -556,7 +556,7 @@ declare const nodeTypeSelectorContent: {
556
556
  id: string;
557
557
  vi: string;
558
558
  }, {
559
- nodeType: "translation" | _intlayer_types5.NodeType.Translation;
559
+ nodeType: _intlayer_types5.NodeType.Translation | "translation";
560
560
  } & {
561
561
  translation: {
562
562
  en: string;
@@ -597,7 +597,7 @@ declare const nodeTypeSelectorContent: {
597
597
  id: string;
598
598
  vi: string;
599
599
  }, {
600
- nodeType: "translation" | _intlayer_types5.NodeType.Translation;
600
+ nodeType: _intlayer_types5.NodeType.Translation | "translation";
601
601
  } & {
602
602
  translation: {
603
603
  en: string;
@@ -1,11 +1,11 @@
1
- import * as _intlayer_types365 from "@intlayer/types";
1
+ import * as _intlayer_types50 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_types50.TypedNodeModel<_intlayer_types50.NodeType.Condition, _intlayer_core0.ConditionContentStates<_intlayer_types50.TypedNodeModel<_intlayer_types50.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_types365.NodeType.Translation;
27
+ nodeType: _intlayer_types50.NodeType.Translation | "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_runtime18 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime0 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_runtime18.JSX.Element;
24
+ }: FormProps<T>) => react_jsx_runtime0.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":";;;;;;;KAaK,sBAAoB,aAAa,eAAe,mBACnD,kBAAkB,CAAA,CAAE,MAAM;WACf;oBACS,CAAA,CAAE,MAAM,gBAAc;2BACf,CAAA,CAAE,MAAM,gBAAc;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
+ {"version":3,"file":"FormBase.d.ts","names":[],"sources":["../../../../src/components/Form/FormBase.tsx"],"sourcesContent":[],"mappings":";;;;;;;KAaK,sBAAoB,aAAa,eAAe,mBACnD,kBAAkB,CAAA,CAAE,MAAM;WACf;oBACS,CAAA,CAAE,MAAM,gBAAc;2BACf,CAAA,CAAE,MAAM,gBAAc;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,11 +1,11 @@
1
- import * as react_jsx_runtime19 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime1 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_runtime19.JSX.Element;
8
+ }: ControllerProps<TFieldValues, TName>) => react_jsx_runtime1.JSX.Element;
9
9
  declare const useFormField: () => {
10
10
  invalid: boolean;
11
11
  isDirty: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"FormField.d.ts","names":[],"sources":["../../../../src/components/Form/FormField.tsx"],"sourcesContent":[],"mappings":";;;;;cAuBa,iCACU,cAAc,2BACrB,UAAU,gBAAgB,UAAU;;GAGjD,gBAAgB,cAAc,WAAM,mBAAA,CAAA,GAAA,CAAA;cAe1B;;;EApBA,SAAA,EAAA,OAkBZ;EAjBsB,YAAA,EAAA,OAAA;EAAc,KAAA,CAAA,EAwCpC,gBAAA,CAAA,UAxCoC;EACX,EAAA,EAAA,MAAA;EAAV,IAAA,EAAA,MAAA;EAAoC,UAAA,EAAA,MAAA;EAAV,iBAAA,EAAA,MAAA;EAGvB,aAAA,EAAA,MAAA;CAAc"}
1
+ {"version":3,"file":"FormField.d.ts","names":[],"sources":["../../../../src/components/Form/FormField.tsx"],"sourcesContent":[],"mappings":";;;;;cAuBa,iCACU,cAAc,2BACrB,UAAU,gBAAgB,UAAU;;GAGjD,gBAAgB,cAAc,WAAM,kBAAA,CAAA,GAAA,CAAA;cAe1B;;;EApBA,SAAA,EAAA,OAkBZ;EAjBsB,YAAA,EAAA,OAAA;EAAc,KAAA,CAAA,EAwCpC,gBAAA,CAAA,UAxCoC;EACX,EAAA,EAAA,MAAA;EAAV,IAAA,EAAA,MAAA;EAAoC,UAAA,EAAA,MAAA;EAAV,iBAAA,EAAA,MAAA;EAGvB,aAAA,EAAA,MAAA;CAAc"}
@@ -1,4 +1,4 @@
1
- import * as react20 from "react";
1
+ import * as react14 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: react20.Context<FormItemContextValue>;
9
+ declare const FormItemContext: react14.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_runtime11 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime10 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_runtime11.JSX.Element;
14
+ declare const EditableFieldInputElement: (props: EditableFieldInputElementProps) => react_jsx_runtime10.JSX.Element;
15
15
  //#endregion
16
16
  export { EditableFieldInputElement };
17
17
  //# sourceMappingURL=EditableFieldInputElement.d.ts.map
@@ -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_runtime16 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime11 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_runtime16.JSX.Element;
14
+ declare const EditableFieldTextAreaElement: (props: EditableFieldTextAreaElementProps) => react_jsx_runtime11.JSX.Element;
15
15
  //#endregion
16
16
  export { EditableFieldTextAreaElement };
17
17
  //# sourceMappingURL=EditableFieldTextAreaElement.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import { FormItemLayoutProps } from "../layout/FormItemLayout.js";
2
2
  import { ComponentProps, ElementType, ReactNode } from "react";
3
- import * as react_jsx_runtime17 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime12 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/components/Form/elements/FormElement.d.ts
6
6
  type FormElementProps<T$1 extends ElementType> = {
@@ -19,7 +19,7 @@ type FormElementProps<T$1 extends ElementType> = {
19
19
  * This element will interact with the FormContext and will be controlled by the FormControl component.
20
20
  * The props used to control the element will be `value` and `onChange`.
21
21
  */
22
- declare const FormElement: <T extends ElementType>(props: FormElementProps<T> & ComponentProps<T>) => react_jsx_runtime17.JSX.Element;
22
+ declare const FormElement: <T extends ElementType>(props: FormElementProps<T> & ComponentProps<T>) => react_jsx_runtime12.JSX.Element;
23
23
  //#endregion
24
24
  export { FormElement, FormElementProps };
25
25
  //# sourceMappingURL=FormElement.d.ts.map
@@ -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_runtime9 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime18 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_runtime9.JSX.Element;
23
+ }: SelectElementsProps) => react_jsx_runtime18.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,cAQX,kBARW,EAAA,CAAA;EAAA,IAAA;EAAA,WAAA;EAAA,KAAA;EAAA,UAAA;EAAA,IAAA;EAAA,gBAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAiBrB,mBAjBqB,EAAA,GAiBF,kBAAA,CAAA,GAAA,CAAA,OAjBE"}
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,cAQX,kBARW,EAAA,CAAA;EAAA,IAAA;EAAA,WAAA;EAAA,KAAA;EAAA,UAAA;EAAA,IAAA;EAAA,gBAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAiBrB,mBAjBqB,EAAA,GAiBF,mBAAA,CAAA,GAAA,CAAA,OAjBE"}
@@ -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_runtime15 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime13 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_runtime15.JSX.Element;
23
+ }: SwitchSelectorElementProps) => react_jsx_runtime13.JSX.Element;
24
24
  //#endregion
25
25
  export { SwitchSelectorElement };
26
26
  //# sourceMappingURL=SwitchSelectorElement.d.ts.map
@@ -1,4 +1,4 @@
1
- import * as react4 from "react";
1
+ import * as react15 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: react4.Context<CodeContextValue>;
19
+ declare const CodeContext: react15.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_types350 from "@intlayer/types";
1
+ import * as _intlayer_types61 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_types350.TypedNodeModel<_intlayer_types350.NodeType.Translation, {
7
+ title: _intlayer_types61.TypedNodeModel<_intlayer_types61.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_types350.NodeType.Translation;
26
+ nodeType: _intlayer_types61.NodeType.Translation | "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_types350.TypedNodeModel<_intlayer_types350.NodeType.Translation, {
48
+ description: _intlayer_types61.TypedNodeModel<_intlayer_types61.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_types350.NodeType.Translation;
67
+ nodeType: _intlayer_types61.NodeType.Translation | "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,mCA8CgB,0CAAA"}
1
+ {"version":3,"file":"code.content.d.ts","names":[],"sources":["../../../../src/components/IDE/code.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,KAAA,kCA8CgB,yCAAA"}
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types344 from "@intlayer/types";
1
+ import * as _intlayer_types67 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_types344.TypedNodeModel<_intlayer_types344.NodeType.Translation, {
7
+ title: _intlayer_types67.TypedNodeModel<_intlayer_types67.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_types344.NodeType.Translation;
26
+ nodeType: _intlayer_types67.NodeType.Translation | "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_types344.TypedNodeModel<_intlayer_types344.NodeType.Translation, {
48
+ description: _intlayer_types67.TypedNodeModel<_intlayer_types67.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_types344.NodeType.Translation;
67
+ nodeType: _intlayer_types67.NodeType.Translation | "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,mCA8CgB,0CAAA"}
1
+ {"version":3,"file":"copyCode.content.d.ts","names":[],"sources":["../../../../src/components/IDE/copyCode.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,KAAA,kCA8CgB,yCAAA"}
@@ -1,14 +1,14 @@
1
1
  import { DetailedHTMLProps, FC, InputHTMLAttributes, ReactNode } from "react";
2
- import * as class_variance_authority_types0 from "class-variance-authority/types";
2
+ import * as class_variance_authority_types5 from "class-variance-authority/types";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
 
5
5
  //#region src/components/Input/Checkbox.d.ts
6
6
  declare const checkboxVariants: (props?: {
7
7
  variant?: "default";
8
- size?: "md" | "lg" | "sm";
9
- color?: "primary" | "secondary" | "destructive" | "neutral" | "light" | "text" | "dark" | "error" | "success" | "custom";
10
- validationStyleEnabled?: "disabled" | "enabled";
11
- } & class_variance_authority_types0.ClassProp) => string;
8
+ size?: "sm" | "md" | "lg";
9
+ color?: "error" | "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "text" | "success" | "custom";
10
+ validationStyleEnabled?: "enabled" | "disabled";
11
+ } & class_variance_authority_types5.ClassProp) => string;
12
12
  declare enum CheckboxSize {
13
13
  SM = "sm",
14
14
  MD = "md",
@@ -1 +1 @@
1
- {"version":3,"file":"Checkbox.d.ts","names":[],"sources":["../../../../src/components/Input/Checkbox.tsx"],"sourcesContent":[],"mappings":";;;;;cAQa,wBA8CY;;;EA9CZ,KAAA,CAAA,EAAA,SAAA,GAsCX,WAAA,GAAA,aAAA,GAAA,SAAA,GAAA,OAAA,GAAA,MAAA,GAAA,MAAA,GAAA,OAAA,GAAA,SAAA,GAAA,QAAA;EAEU,sBAAY,CAAA,EAAA,UAAA,GAAA,SAAA;AAMxB,CAAA,GARE,+BAAA,CAAA,SAQuB,EAAA,GAAA,MAAA;AAab,aAnBA,YAAA;EAoB4B,EAAA,GAAA,IAAA;EAApB,EAAA,GAAA,IAAA;EAAuC,EAAA,GAAA,IAAA;;AAD/B,aAbhB,aAAA;EAmBF,OAAA,GAAA,SAAA;EAEc,SAAA,GAAA,WAAA;EAApB,WAAA,GAAA,aAAA;EADA,OAAA,GAAA,SAAA;EAIO,KAAA,GAAA,OAAA;EAAkB,IAAA,GAAA,MAAA;EACjB,IAAA,GAAA,MAAA;EAAmB,KAAA,GAAA,OAAA;EAAa,OAAA,GAAA,SAAA;EA0B/B,MAAA,GAAA,QAcZ;;KApDW,aAAA,GAAgB,KAC1B,kBAAkB,oBAAoB,mBAAmB;;;UAKjD;IACN,KACA,oBAAoB;SAGb,kBAAkB;UACjB,mBAAmB;;cA0BlB,UAAU,GAAG"}
1
+ {"version":3,"file":"Checkbox.d.ts","names":[],"sources":["../../../../src/components/Input/Checkbox.tsx"],"sourcesContent":[],"mappings":";;;;;cAQa,wBA8CY;;;EA9CZ,KAAA,CAAA,EAAA,OAAA,GAAA,SAsCX,GAAA,WAAA,GAAA,aAAA,GAAA,SAAA,GAAA,OAAA,GAAA,MAAA,GAAA,MAAA,GAAA,SAAA,GAAA,QAAA;EAEU,sBAAY,CAAA,EAAA,SAAA,GAAA,UAAA;AAMxB,CAAA,GARE,+BAAA,CAAA,SAQuB,EAAA,GAAA,MAAA;AAab,aAnBA,YAAA;EAoB4B,EAAA,GAAA,IAAA;EAApB,EAAA,GAAA,IAAA;EAAuC,EAAA,GAAA,IAAA;;AAD/B,aAbhB,aAAA;EAmBF,OAAA,GAAA,SAAA;EAEc,SAAA,GAAA,WAAA;EAApB,WAAA,GAAA,aAAA;EADA,OAAA,GAAA,SAAA;EAIO,KAAA,GAAA,OAAA;EAAkB,IAAA,GAAA,MAAA;EACjB,IAAA,GAAA,MAAA;EAAmB,KAAA,GAAA,OAAA;EAAa,OAAA,GAAA,SAAA;EA0B/B,MAAA,GAAA,QAcZ;;KApDW,aAAA,GAAgB,KAC1B,kBAAkB,oBAAoB,mBAAmB;;;UAKjD;IACN,KACA,oBAAoB;SAGb,kBAAkB;UACjB,mBAAmB;;cA0BlB,UAAU,GAAG"}
@@ -1,13 +1,13 @@
1
1
  import { DetailedHTMLProps, FC, InputHTMLAttributes } from "react";
2
- import * as class_variance_authority_types11 from "class-variance-authority/types";
2
+ import * as class_variance_authority_types6 from "class-variance-authority/types";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
 
5
5
  //#region src/components/Input/Input.d.ts
6
6
  declare const inputVariants: (props?: {
7
7
  variant?: "default" | "invisible";
8
8
  size?: "md" | "lg";
9
- validationStyleEnabled?: "disabled" | "enabled";
10
- } & class_variance_authority_types11.ClassProp) => string;
9
+ validationStyleEnabled?: "enabled" | "disabled";
10
+ } & class_variance_authority_types6.ClassProp) => string;
11
11
  declare enum InputVariant {
12
12
  DEFAULT = "default",
13
13
  INVISIBLE = "invisible",
@@ -1 +1 @@
1
- {"version":3,"file":"Input.d.ts","names":[],"sources":["../../../../src/components/Input/Input.tsx"],"sourcesContent":[],"mappings":";;;;;cAGa,qBA6BW;;;EA7BX,sBA2BX,CAAA,EAAA,UAAA,GAAA,SAAA;AAEF,CAAA,GAFE,gCAAA,CAAA,SAEsB,EAAA,GAAA,MAAA;AAKZ,aALA,YAAA;EAUA,OAAA,GAAA,SAAU;EACA,SAAA,GAAA,WAAA;;AACpB,aAPU,SAAA;EAKa,EAAA,GAAA,IAAA;EAMD,EAAA,GAAA,IAAA;;AADpB,KALQ,UAAA,GAAa,iBAKrB,CAJF,mBAIE,CAJkB,gBAIlB,CAAA,EAHF,gBAGE,CAAA,GAAA;EAIU,sBAAA,CAAA,EAAA,OAAA;CACH,GALP,IAKO,CAJP,YAIO,CAAA,OAJa,aAIb,CAAA,EAAA,wBAAA,GAAA,SAAA,GAAA,MAAA,CAAA,GAAA;EAAS,OAAA,CAAA,EADN,YACM;EAGP,IAAA,CAAA,EAHF,SAmBV;;cAhBY,OAAO,GAAG"}
1
+ {"version":3,"file":"Input.d.ts","names":[],"sources":["../../../../src/components/Input/Input.tsx"],"sourcesContent":[],"mappings":";;;;;cAGa,qBA6BW;;;EA7BX,sBA2BX,CAAA,EAAA,SAAA,GAAA,UAAA;AAEF,CAAA,GAFE,+BAAA,CAAA,SAEsB,EAAA,GAAA,MAAA;AAKZ,aALA,YAAA;EAUA,OAAA,GAAA,SAAU;EACA,SAAA,GAAA,WAAA;;AACpB,aAPU,SAAA;EAKa,EAAA,GAAA,IAAA;EAMD,EAAA,GAAA,IAAA;;AADpB,KALQ,UAAA,GAAa,iBAKrB,CAJF,mBAIE,CAJkB,gBAIlB,CAAA,EAHF,gBAGE,CAAA,GAAA;EAIU,sBAAA,CAAA,EAAA,OAAA;CACH,GALP,IAKO,CAJP,YAIO,CAAA,OAJa,aAIb,CAAA,EAAA,wBAAA,GAAA,SAAA,GAAA,MAAA,CAAA,GAAA;EAAS,OAAA,CAAA,EADN,YACM;EAGP,IAAA,CAAA,EAHF,SAmBV;;cAhBY,OAAO,GAAG"}
@@ -1,11 +1,11 @@
1
1
  import { InputProps } from "./Input.js";
2
- import * as react_jsx_runtime13 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime2 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/Input/SearchInput.d.ts
5
5
  declare const SearchInput: ({
6
6
  className,
7
7
  ...props
8
- }: InputProps) => react_jsx_runtime13.JSX.Element;
8
+ }: InputProps) => react_jsx_runtime2.JSX.Element;
9
9
  //#endregion
10
10
  export { SearchInput };
11
11
  //# sourceMappingURL=SearchInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SearchInput.d.ts","names":[],"sources":["../../../../src/components/Input/SearchInput.tsx"],"sourcesContent":[],"mappings":";;;;cAIa;;;GAAwC,eAAU,mBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"SearchInput.d.ts","names":[],"sources":["../../../../src/components/Input/SearchInput.tsx"],"sourcesContent":[],"mappings":";;;;cAIa;;;GAAwC,eAAU,kBAAA,CAAA,GAAA,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import { AnchorHTMLAttributes, DetailedHTMLProps, FC } from "react";
2
- import * as class_variance_authority_types10 from "class-variance-authority/types";
2
+ import * as class_variance_authority_types7 from "class-variance-authority/types";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
  import { LocalesValues } from "@intlayer/types";
5
5
 
@@ -70,9 +70,9 @@ declare enum LinkUnderlined {
70
70
  */
71
71
  declare const linkVariants: (props?: {
72
72
  variant?: "default" | "invisible-link" | "hoverable" | "button" | "button-outlined";
73
- color?: "primary" | "text" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "text-inverse" | "error" | "success" | "custom";
73
+ color?: "error" | "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "text" | "text-inverse" | "success" | "custom";
74
74
  underlined?: boolean | LinkUnderlined.DEFAULT;
75
- } & class_variance_authority_types10.ClassProp) => string;
75
+ } & class_variance_authority_types7.ClassProp) => string;
76
76
  /**
77
77
  * Props interface for the Link component
78
78
  *
@@ -1 +1 @@
1
- {"version":3,"file":"Link.d.ts","names":[],"sources":["../../../../src/components/Link/Link.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;AAYA;AAkBA;AA8BY,aAhDA,WAAA;EA6DC;EAmDD,OAAA,GAAA,SAAS;EACE;EAArB,cAAA,GAAA,gBAAA;EACA;EAFsB,MAAA,GAAA,QAAA;EAIF;EAApB,eAAA,GAAA,iBAAA;EAkCW;EAAa,SAAA,GAAA,WAAA;AAgB1B;;;;;AAwGA;aA5PY,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aA8BA,cAAA;;;;;;;;;;;;cAaC;;;yBA0CZ,cAAA,CAAA;IAAA,gCAAA,CAAA;;;;;;;;KASW,SAAA,GAAY,kBACtB,qBAAqB,oBACrB,qBAEA,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAkCT;;;;;;;;;;;;;;;cAgBA;;kBAAuB;GAGjC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqGU,MAAM,GAAG"}
1
+ {"version":3,"file":"Link.d.ts","names":[],"sources":["../../../../src/components/Link/Link.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;AAYA;AAkBA;AA8BY,aAhDA,WAAA;EA6DC;EAmDD,OAAA,GAAA,SAAS;EACE;EAArB,cAAA,GAAA,gBAAA;EACA;EAFsB,MAAA,GAAA,QAAA;EAIF;EAApB,eAAA,GAAA,iBAAA;EAkCW;EAAa,SAAA,GAAA,WAAA;AAgB1B;;;;;AAwGA;aA5PY,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aA8BA,cAAA;;;;;;;;;;;;cAaC;;;yBA0CZ,cAAA,CAAA;IAAA,+BAAA,CAAA;;;;;;;;KASW,SAAA,GAAY,kBACtB,qBAAqB,oBACrB,qBAEA,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAkCT;;;;;;;;;;;;;;;cAgBA;;kBAAuB;GAGjC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqGU,MAAM,GAAG"}
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types317 from "@intlayer/types";
1
+ import * as _intlayer_types115 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/Loader/index.content.d.ts
4
4
  declare const loaderContent: {
5
5
  key: string;
6
6
  content: {
7
- label: _intlayer_types317.TypedNodeModel<_intlayer_types317.NodeType.Translation, {
7
+ label: _intlayer_types115.TypedNodeModel<_intlayer_types115.NodeType.Translation, {
8
8
  en: string;
9
9
  'en-GB': string;
10
10
  fr: string;
@@ -23,7 +23,7 @@ declare const loaderContent: {
23
23
  id: string;
24
24
  vi: string;
25
25
  }, {
26
- nodeType: "translation" | _intlayer_types317.NodeType.Translation;
26
+ nodeType: _intlayer_types115.NodeType.Translation | "translation";
27
27
  } & {
28
28
  translation: {
29
29
  en: string;
@@ -1,5 +1,5 @@
1
1
  import { SVGProps } from "react";
2
- import * as react_jsx_runtime10 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime3 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/Loader/spinner.d.ts
5
5
  /**
@@ -64,7 +64,7 @@ type SpinnerProps = SVGProps<SVGSVGElement> & {
64
64
  declare const Spinner: ({
65
65
  className,
66
66
  strokeWidth
67
- }: SpinnerProps) => react_jsx_runtime10.JSX.Element;
67
+ }: SpinnerProps) => react_jsx_runtime3.JSX.Element;
68
68
  //#endregion
69
69
  export { Spinner };
70
70
  //# sourceMappingURL=spinner.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"spinner.d.ts","names":[],"sources":["../../../../src/components/Loader/spinner.tsx"],"sourcesContent":[],"mappings":";;;;;;;AAAsC,KAMjC,YAAA,GAAe,QAAH,CAAY,aAAA,CAAA,GAAA;EAyDhB;EAAW,WAAA,CAAA,EAAA,MAAA;CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAX;;;GAA2C,iBAAY,mBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"spinner.d.ts","names":[],"sources":["../../../../src/components/Loader/spinner.tsx"],"sourcesContent":[],"mappings":";;;;;;;AAAsC,KAMjC,YAAA,GAAe,QAAH,CAAY,aAAA,CAAA,GAAA;EAyDhB;EAAW,WAAA,CAAA,EAAA,MAAA;CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAX;;;GAA2C,iBAAY,kBAAA,CAAA,GAAA,CAAA"}