@intlayer/design-system 7.5.3 → 7.5.5

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 (143) hide show
  1. package/dist/esm/components/Accordion/Accordion.mjs +1 -1
  2. package/dist/esm/components/Avatar/index.mjs +1 -1
  3. package/dist/esm/components/Breadcrumb/index.mjs +1 -1
  4. package/dist/esm/components/Browser/Browser.content.mjs +36 -17
  5. package/dist/esm/components/Browser/Browser.content.mjs.map +1 -1
  6. package/dist/esm/components/Browser/Browser.mjs +191 -131
  7. package/dist/esm/components/Browser/Browser.mjs.map +1 -1
  8. package/dist/esm/components/CollapsibleTable/CollapsibleTable.mjs +1 -1
  9. package/dist/esm/components/ContentEditor/ContentEditor.mjs +1 -1
  10. package/dist/esm/components/ContentEditor/ContentEditorInput.mjs +1 -1
  11. package/dist/esm/components/ContentEditor/ContentEditorTextArea.mjs +2 -2
  12. package/dist/esm/components/CopyButton/index.mjs +1 -1
  13. package/dist/esm/components/CopyToClipboard/index.mjs +1 -1
  14. package/dist/esm/components/DictionaryEditor/DictionaryEditor.mjs +1 -1
  15. package/dist/esm/components/DictionaryEditor/NodeWrapper/FileWrapper.mjs +1 -1
  16. package/dist/esm/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs +1 -1
  17. package/dist/esm/components/DictionaryEditor/NodeWrapper/index.mjs +1 -1
  18. package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs +1 -1
  19. package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +3 -3
  20. package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +1 -1
  21. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +4 -4
  22. package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +2 -2
  23. package/dist/esm/components/DictionaryFieldEditor/JSONEditor.mjs +1 -1
  24. package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +2 -2
  25. package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +4 -4
  26. package/dist/esm/components/DictionaryFieldEditor/StructureEditor.mjs +1 -1
  27. package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs +1 -1
  28. package/dist/esm/components/EditableField/EditableFieldLayout.mjs +1 -1
  29. package/dist/esm/components/HideShow/index.mjs +1 -1
  30. package/dist/esm/components/IDE/FileTree.mjs +1 -1
  31. package/dist/esm/components/Input/InputPassword.mjs +1 -1
  32. package/dist/esm/components/Input/OTPInput.mjs +1 -1
  33. package/dist/esm/components/KeyboardScreenAdapter/index.mjs +1 -1
  34. package/dist/esm/components/KeyboardShortcut/KeyboardShortcut.mjs +1 -1
  35. package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +2 -2
  36. package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +1 -1
  37. package/dist/esm/components/Modal/Modal.mjs +3 -3
  38. package/dist/esm/components/Navbar/MobileNavbar.mjs +2 -2
  39. package/dist/esm/components/Pagination/Pagination.mjs +2 -2
  40. package/dist/esm/components/RightDrawer/RightDrawer.mjs +3 -3
  41. package/dist/esm/components/Select/Multiselect.mjs +1 -1
  42. package/dist/esm/components/SwitchSelector/index.mjs +1 -1
  43. package/dist/esm/components/Tab/Tab.mjs +2 -1
  44. package/dist/esm/components/Tab/Tab.mjs.map +1 -1
  45. package/dist/esm/components/TabSelector/TabSelector.mjs +3 -3
  46. package/dist/esm/components/TabSelector/TabSelector.mjs.map +1 -1
  47. package/dist/esm/components/Table/Table.mjs +1 -1
  48. package/dist/esm/components/TextArea/AutocompleteTextArea.mjs +1 -1
  49. package/dist/esm/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs +1 -1
  50. package/dist/esm/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs +1 -1
  51. package/dist/esm/hooks/useAuth/useOAuth2.mjs +1 -1
  52. package/dist/esm/hooks/useAuth/useSession.mjs +1 -1
  53. package/dist/esm/libs/auth.mjs +1 -1
  54. package/dist/esm/providers/ReactQueryProvider.mjs +1 -1
  55. package/dist/types/components/Badge/index.d.ts +2 -2
  56. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
  57. package/dist/types/components/Breadcrumb/index.d.ts +2 -2
  58. package/dist/types/components/Browser/Browser.content.d.ts +52 -11
  59. package/dist/types/components/Browser/Browser.content.d.ts.map +1 -1
  60. package/dist/types/components/Browser/Browser.d.ts +18 -60
  61. package/dist/types/components/Browser/Browser.d.ts.map +1 -1
  62. package/dist/types/components/Button/Button.d.ts +3 -3
  63. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +3 -3
  64. package/dist/types/components/Command/index.d.ts +20 -20
  65. package/dist/types/components/Command/index.d.ts.map +1 -1
  66. package/dist/types/components/Container/index.d.ts +7 -7
  67. package/dist/types/components/Container/index.d.ts.map +1 -1
  68. package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
  69. package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
  70. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
  71. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
  72. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +33 -33
  73. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -25
  74. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
  75. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
  76. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
  77. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
  78. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
  79. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
  80. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +3 -3
  81. package/dist/types/components/Form/FormBase.d.ts +2 -2
  82. package/dist/types/components/Form/FormBase.d.ts.map +1 -1
  83. package/dist/types/components/Form/FormField.d.ts +2 -2
  84. package/dist/types/components/Form/FormField.d.ts.map +1 -1
  85. package/dist/types/components/Form/FormItem.d.ts +2 -2
  86. package/dist/types/components/Form/elements/MultiselectElement.d.ts +2 -2
  87. package/dist/types/components/Form/elements/OTPElement.d.ts +2 -2
  88. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
  89. package/dist/types/components/IDE/CodeContext.d.ts +2 -2
  90. package/dist/types/components/IDE/CodeContext.d.ts.map +1 -1
  91. package/dist/types/components/IDE/FileTree.d.ts.map +1 -1
  92. package/dist/types/components/IDE/code.content.d.ts +5 -5
  93. package/dist/types/components/IDE/code.content.d.ts.map +1 -1
  94. package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
  95. package/dist/types/components/IDE/copyCode.content.d.ts.map +1 -1
  96. package/dist/types/components/IDE/selectors.content.d.ts +7 -7
  97. package/dist/types/components/Input/Checkbox.d.ts +4 -4
  98. package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
  99. package/dist/types/components/Input/Input.d.ts +2 -2
  100. package/dist/types/components/Input/Input.d.ts.map +1 -1
  101. package/dist/types/components/Input/OTPInput.d.ts +7 -7
  102. package/dist/types/components/Input/OTPInput.d.ts.map +1 -1
  103. package/dist/types/components/Input/SearchInput.d.ts +2 -2
  104. package/dist/types/components/Input/SearchInput.d.ts.map +1 -1
  105. package/dist/types/components/Link/Link.d.ts +4 -4
  106. package/dist/types/components/Link/Link.d.ts.map +1 -1
  107. package/dist/types/components/Loader/index.content.d.ts +3 -3
  108. package/dist/types/components/Loader/index.content.d.ts.map +1 -1
  109. package/dist/types/components/Loader/spinner.d.ts +2 -2
  110. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
  111. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
  112. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
  113. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
  114. package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
  115. package/dist/types/components/MaxWidthSmoother/index.d.ts.map +1 -1
  116. package/dist/types/components/Navbar/Burger.d.ts +2 -2
  117. package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
  118. package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
  119. package/dist/types/components/Navbar/index.d.ts +2 -2
  120. package/dist/types/components/Navbar/index.d.ts.map +1 -1
  121. package/dist/types/components/Pagination/Pagination.d.ts +3 -3
  122. package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
  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 +6 -6
  128. package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
  129. package/dist/types/components/Tab/Tab.d.ts +5 -5
  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 +4 -4
  134. package/dist/types/components/Table/table.content.d.ts +3 -3
  135. package/dist/types/components/Table/table.content.d.ts.map +1 -1
  136. package/dist/types/components/Tag/index.d.ts +2 -2
  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 +1 -1
  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/package.json +14 -14
@@ -1,9 +1,9 @@
1
1
  import { ButtonProps } from "../Button/Button.js";
2
2
  import "../Button/index.js";
3
- import * as react0 from "react";
3
+ import * as react21 from "react";
4
4
  import { ComponentProps, FC, InputHTMLAttributes, ReactNode, RefObject } from "react";
5
- import * as class_variance_authority_types3 from "class-variance-authority/types";
6
- import * as react_jsx_runtime0 from "react/jsx-runtime";
5
+ import * as class_variance_authority_types13 from "class-variance-authority/types";
6
+ import * as react_jsx_runtime23 from "react/jsx-runtime";
7
7
 
8
8
  //#region src/components/Input/OTPInput.d.ts
9
9
  type SlotProps = {
@@ -54,17 +54,17 @@ declare const usePasswordManagerBadge: ({
54
54
  PWM_BADGE_SPACE_WIDTH: "40px";
55
55
  };
56
56
  declare const usePrevious: <T>(value: T) => T | undefined;
57
- declare const OTPInputContext: react0.Context<RenderProps>;
57
+ declare const OTPInputContext: react21.Context<RenderProps>;
58
58
  declare const OTPInput: FC<OTPInputProps>;
59
59
  type InputOTPProps = Omit<ComponentProps<typeof OTPInput>, 'children'>;
60
60
  declare const inputSlotVariants: (props?: {
61
- size?: "md" | "lg" | "sm" | "xl";
62
- } & class_variance_authority_types3.ClassProp) => string;
61
+ size?: "sm" | "md" | "lg" | "xl";
62
+ } & class_variance_authority_types13.ClassProp) => string;
63
63
  declare const InputOTP: FC<InputOTPProps>;
64
64
  declare const InputOTPGroup: ({
65
65
  className,
66
66
  ...props
67
- }: ComponentProps<"div">) => react_jsx_runtime0.JSX.Element;
67
+ }: ComponentProps<"div">) => react_jsx_runtime23.JSX.Element;
68
68
  type InputOTPSlotProps = Omit<ButtonProps, 'variant' | 'label'> & {
69
69
  index: number;
70
70
  };
@@ -1 +1 @@
1
- {"version":3,"file":"OTPInput.d.ts","names":[],"sources":["../../../../src/components/Input/OTPInput.tsx"],"sourcesContent":[],"mappings":"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"}
1
+ {"version":3,"file":"OTPInput.d.ts","names":[],"sources":["../../../../src/components/Input/OTPInput.tsx"],"sourcesContent":[],"mappings":"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"}
@@ -1,11 +1,11 @@
1
1
  import { InputProps } from "./Input.js";
2
- import * as react_jsx_runtime0 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime22 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_runtime0.JSX.Element;
8
+ }: InputProps) => react_jsx_runtime22.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,kBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"SearchInput.d.ts","names":[],"sources":["../../../../src/components/Input/SearchInput.tsx"],"sourcesContent":[],"mappings":";;;;cAIa;;;GAAwC,eAAU,mBAAA,CAAA,GAAA,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import { AnchorHTMLAttributes, DetailedHTMLProps, FC } from "react";
2
- import * as class_variance_authority_types4 from "class-variance-authority/types";
2
+ import * as class_variance_authority_types14 from "class-variance-authority/types";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
  import { LocalesValues } from "@intlayer/types";
5
5
 
@@ -88,11 +88,11 @@ declare enum LinkUnderlined {
88
88
  */
89
89
  declare const linkVariants: (props?: {
90
90
  variant?: "default" | "invisible-link" | "hoverable" | "button" | "button-outlined";
91
- roundedSize?: "md" | "sm" | "lg" | "xl" | "none" | "2xl" | "3xl" | "full";
91
+ roundedSize?: "sm" | "md" | "lg" | "xl" | "none" | "2xl" | "3xl" | "full";
92
92
  color?: "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "text" | "text-inverse" | "error" | "success" | "custom";
93
- size?: "md" | "sm" | "lg" | "xl" | "custom";
93
+ size?: "sm" | "md" | "lg" | "xl" | "custom";
94
94
  underlined?: boolean | LinkUnderlined.DEFAULT;
95
- } & class_variance_authority_types4.ClassProp) => string;
95
+ } & class_variance_authority_types14.ClassProp) => string;
96
96
  /**
97
97
  * Props interface for the Link component
98
98
  *
@@ -1 +1 @@
1
- {"version":3,"file":"Link.d.ts","names":[],"sources":["../../../../src/components/Link/Link.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;AAYA;AAkBA;AA0BY,aA5CA,WAAA;EAuDA;EAaA,OAAA,GAAA,SAAc;EAab;EA0JD,cAAS,GAAA,gBAAA;EACE;EAArB,MAAA,GAAA,QAAA;EACA;EAFsB,eAAA,GAAA,iBAAA;EAIF;EAApB,SAAA,GAAA,WAAA;;;AAkDF;;;;AAGY,aAlRA,SAAA;EAoSC;;;;;;;;;;;;;;;;;;;;;;;;aA1QD,eAAA;;;;;;;;;;aAWA,QAAA;;;;;;;;;;;;aAaA,cAAA;;;;;;;;;;;;cAaC;;;;;yBAiJZ,cAAA,CAAA;IAAA,+BAAA,CAAA;;;;;;;;KASW,SAAA,GAAY,kBACtB,qBAAqB,oBACrB,qBAEA,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAkCT;;;;;;;;;;;;;;;cAgBA;;kBAAuB;GAGjC;;;;;;;;cAkBU,MAAM,GAAG"}
1
+ {"version":3,"file":"Link.d.ts","names":[],"sources":["../../../../src/components/Link/Link.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;AAYA;AAkBA;AA0BY,aA5CA,WAAA;EAuDA;EAaA,OAAA,GAAA,SAAc;EAab;EA0JD,cAAS,GAAA,gBAAA;EACE;EAArB,MAAA,GAAA,QAAA;EACA;EAFsB,eAAA,GAAA,iBAAA;EAIF;EAApB,SAAA,GAAA,WAAA;;;AAkDF;;;;AAGY,aAlRA,SAAA;EAoSC;;;;;;;;;;;;;;;;;;;;;;;;aA1QD,eAAA;;;;;;;;;;aAWA,QAAA;;;;;;;;;;;;aAaA,cAAA;;;;;;;;;;;;cAaC;;;;;yBAiJZ,cAAA,CAAA;IAAA,gCAAA,CAAA;;;;;;;;KASW,SAAA,GAAY,kBACtB,qBAAqB,oBACrB,qBAEA,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAkCT;;;;;;;;;;;;;;;cAgBA;;kBAAuB;GAGjC;;;;;;;;cAkBU,MAAM,GAAG"}
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types70 from "@intlayer/types";
1
+ import * as _intlayer_types397 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_types70.TypedNodeModel<_intlayer_types70.NodeType.Translation, {
7
+ label: _intlayer_types397.TypedNodeModel<_intlayer_types397.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: _intlayer_types70.NodeType.Translation | "translation";
26
+ nodeType: "translation" | _intlayer_types397.NodeType.Translation;
27
27
  } & {
28
28
  translation: {
29
29
  en: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.content.d.ts","names":[],"sources":["../../../../src/components/Loader/index.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,KAAA,kCA2BS,yCAAA"}
1
+ {"version":3,"file":"index.content.d.ts","names":[],"sources":["../../../../src/components/Loader/index.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,KAAA,mCA2BS,0CAAA"}
@@ -1,5 +1,5 @@
1
1
  import { SVGProps } from "react";
2
- import * as react_jsx_runtime1 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_runtime1.JSX.Element;
67
+ }: SpinnerProps) => react_jsx_runtime3.JSX.Element;
68
68
  //#endregion
69
69
  export { Spinner };
70
70
  //# sourceMappingURL=spinner.d.ts.map
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types73 from "@intlayer/types";
1
+ import * as _intlayer_types355 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts
4
4
  declare const localeSwitcherContent: {
5
5
  key: string;
6
6
  content: {
7
- localeSwitcherLabel: _intlayer_types73.TypedNodeModel<_intlayer_types73.NodeType.Translation, {
7
+ localeSwitcherLabel: _intlayer_types355.TypedNodeModel<_intlayer_types355.NodeType.Translation, {
8
8
  en: string;
9
9
  'en-GB': string;
10
10
  fr: string;
@@ -23,7 +23,7 @@ declare const localeSwitcherContent: {
23
23
  id: string;
24
24
  vi: string;
25
25
  }, {
26
- nodeType: _intlayer_types73.NodeType.Translation | "translation";
26
+ nodeType: "translation" | _intlayer_types355.NodeType.Translation;
27
27
  } & {
28
28
  translation: {
29
29
  en: string;
@@ -45,7 +45,7 @@ declare const localeSwitcherContent: {
45
45
  vi: string;
46
46
  };
47
47
  }>;
48
- languageListLabel: _intlayer_types73.TypedNodeModel<_intlayer_types73.NodeType.Translation, {
48
+ languageListLabel: _intlayer_types355.TypedNodeModel<_intlayer_types355.NodeType.Translation, {
49
49
  en: string;
50
50
  'en-GB': string;
51
51
  fr: string;
@@ -64,7 +64,7 @@ declare const localeSwitcherContent: {
64
64
  id: string;
65
65
  vi: string;
66
66
  }, {
67
- nodeType: _intlayer_types73.NodeType.Translation | "translation";
67
+ nodeType: "translation" | _intlayer_types355.NodeType.Translation;
68
68
  } & {
69
69
  translation: {
70
70
  en: string;
@@ -86,7 +86,7 @@ declare const localeSwitcherContent: {
86
86
  vi: string;
87
87
  };
88
88
  }>;
89
- switchTo: _intlayer_types73.TypedNodeModel<_intlayer_types73.NodeType.Translation, {
89
+ switchTo: _intlayer_types355.TypedNodeModel<_intlayer_types355.NodeType.Translation, {
90
90
  en: string;
91
91
  fr: string;
92
92
  es: string;
@@ -105,7 +105,7 @@ declare const localeSwitcherContent: {
105
105
  id: string;
106
106
  vi: string;
107
107
  }, {
108
- nodeType: _intlayer_types73.NodeType.Translation | "translation";
108
+ nodeType: "translation" | _intlayer_types355.NodeType.Translation;
109
109
  } & {
110
110
  translation: {
111
111
  en: string;
@@ -128,7 +128,7 @@ declare const localeSwitcherContent: {
128
128
  };
129
129
  }>;
130
130
  searchInput: {
131
- text: _intlayer_types73.TypedNodeModel<_intlayer_types73.NodeType.Translation, {
131
+ text: _intlayer_types355.TypedNodeModel<_intlayer_types355.NodeType.Translation, {
132
132
  en: string;
133
133
  'en-GB': string;
134
134
  fr: string;
@@ -147,7 +147,7 @@ declare const localeSwitcherContent: {
147
147
  id: string;
148
148
  vi: string;
149
149
  }, {
150
- nodeType: _intlayer_types73.NodeType.Translation | "translation";
150
+ nodeType: "translation" | _intlayer_types355.NodeType.Translation;
151
151
  } & {
152
152
  translation: {
153
153
  en: string;
@@ -169,7 +169,7 @@ declare const localeSwitcherContent: {
169
169
  vi: string;
170
170
  };
171
171
  }>;
172
- placeholder: _intlayer_types73.TypedNodeModel<_intlayer_types73.NodeType.Translation, {
172
+ placeholder: _intlayer_types355.TypedNodeModel<_intlayer_types355.NodeType.Translation, {
173
173
  en: string;
174
174
  'en-GB': string;
175
175
  fr: string;
@@ -188,7 +188,7 @@ declare const localeSwitcherContent: {
188
188
  id: string;
189
189
  vi: string;
190
190
  }, {
191
- nodeType: _intlayer_types73.NodeType.Translation | "translation";
191
+ nodeType: "translation" | _intlayer_types355.NodeType.Translation;
192
192
  } & {
193
193
  translation: {
194
194
  en: string;
@@ -210,7 +210,7 @@ declare const localeSwitcherContent: {
210
210
  vi: string;
211
211
  };
212
212
  }>;
213
- ariaLabel: _intlayer_types73.TypedNodeModel<_intlayer_types73.NodeType.Translation, {
213
+ ariaLabel: _intlayer_types355.TypedNodeModel<_intlayer_types355.NodeType.Translation, {
214
214
  en: string;
215
215
  'en-GB': string;
216
216
  fr: string;
@@ -229,7 +229,7 @@ declare const localeSwitcherContent: {
229
229
  id: string;
230
230
  vi: string;
231
231
  }, {
232
- nodeType: _intlayer_types73.NodeType.Translation | "translation";
232
+ nodeType: "translation" | _intlayer_types355.NodeType.Translation;
233
233
  } & {
234
234
  translation: {
235
235
  en: string;
@@ -253,7 +253,7 @@ declare const localeSwitcherContent: {
253
253
  }>;
254
254
  };
255
255
  seeAllLocalesSwitch: {
256
- true: _intlayer_types73.TypedNodeModel<_intlayer_types73.NodeType.Translation, {
256
+ true: _intlayer_types355.TypedNodeModel<_intlayer_types355.NodeType.Translation, {
257
257
  en: string;
258
258
  'en-GB': string;
259
259
  fr: string;
@@ -272,7 +272,7 @@ declare const localeSwitcherContent: {
272
272
  id: string;
273
273
  vi: string;
274
274
  }, {
275
- nodeType: _intlayer_types73.NodeType.Translation | "translation";
275
+ nodeType: "translation" | _intlayer_types355.NodeType.Translation;
276
276
  } & {
277
277
  translation: {
278
278
  en: string;
@@ -294,7 +294,7 @@ declare const localeSwitcherContent: {
294
294
  vi: string;
295
295
  };
296
296
  }>;
297
- false: _intlayer_types73.TypedNodeModel<_intlayer_types73.NodeType.Translation, {
297
+ false: _intlayer_types355.TypedNodeModel<_intlayer_types355.NodeType.Translation, {
298
298
  en: string;
299
299
  'en-GB': string;
300
300
  fr: string;
@@ -313,7 +313,7 @@ declare const localeSwitcherContent: {
313
313
  id: string;
314
314
  vi: string;
315
315
  }, {
316
- nodeType: _intlayer_types73.NodeType.Translation | "translation";
316
+ nodeType: "translation" | _intlayer_types355.NodeType.Translation;
317
317
  } & {
318
318
  translation: {
319
319
  en: string;
@@ -1 +1 @@
1
- {"version":3,"file":"localeSwitcher.content.d.ts","names":[],"sources":["../../../../src/components/LocaleSwitcherContentDropDown/localeSwitcher.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,mBAAA,kCAoKgB,yCAAA"}
1
+ {"version":3,"file":"localeSwitcher.content.d.ts","names":[],"sources":["../../../../src/components/LocaleSwitcherContentDropDown/localeSwitcher.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,mBAAA,mCAoKgB,0CAAA"}
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types97 from "@intlayer/types";
1
+ import * as _intlayer_types337 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts
4
4
  declare const localeSwitcherContent: {
5
5
  key: string;
6
6
  content: {
7
- localeSwitcherLabel: _intlayer_types97.TypedNodeModel<_intlayer_types97.NodeType.Translation, {
7
+ localeSwitcherLabel: _intlayer_types337.TypedNodeModel<_intlayer_types337.NodeType.Translation, {
8
8
  en: string;
9
9
  'en-GB': string;
10
10
  fr: string;
@@ -23,7 +23,7 @@ declare const localeSwitcherContent: {
23
23
  id: string;
24
24
  vi: string;
25
25
  }, {
26
- nodeType: _intlayer_types97.NodeType.Translation | "translation";
26
+ nodeType: "translation" | _intlayer_types337.NodeType.Translation;
27
27
  } & {
28
28
  translation: {
29
29
  en: string;
@@ -45,7 +45,7 @@ declare const localeSwitcherContent: {
45
45
  vi: string;
46
46
  };
47
47
  }>;
48
- languageListLabel: _intlayer_types97.TypedNodeModel<_intlayer_types97.NodeType.Translation, {
48
+ languageListLabel: _intlayer_types337.TypedNodeModel<_intlayer_types337.NodeType.Translation, {
49
49
  en: string;
50
50
  'en-GB': string;
51
51
  fr: string;
@@ -64,7 +64,7 @@ declare const localeSwitcherContent: {
64
64
  id: string;
65
65
  vi: string;
66
66
  }, {
67
- nodeType: _intlayer_types97.NodeType.Translation | "translation";
67
+ nodeType: "translation" | _intlayer_types337.NodeType.Translation;
68
68
  } & {
69
69
  translation: {
70
70
  en: string;
@@ -86,7 +86,7 @@ declare const localeSwitcherContent: {
86
86
  vi: string;
87
87
  };
88
88
  }>;
89
- switchTo: _intlayer_types97.TypedNodeModel<_intlayer_types97.NodeType.Translation, {
89
+ switchTo: _intlayer_types337.TypedNodeModel<_intlayer_types337.NodeType.Translation, {
90
90
  en: string;
91
91
  fr: string;
92
92
  es: string;
@@ -105,7 +105,7 @@ declare const localeSwitcherContent: {
105
105
  id: string;
106
106
  vi: string;
107
107
  }, {
108
- nodeType: _intlayer_types97.NodeType.Translation | "translation";
108
+ nodeType: "translation" | _intlayer_types337.NodeType.Translation;
109
109
  } & {
110
110
  translation: {
111
111
  en: string;
@@ -128,7 +128,7 @@ declare const localeSwitcherContent: {
128
128
  };
129
129
  }>;
130
130
  searchInput: {
131
- text: _intlayer_types97.TypedNodeModel<_intlayer_types97.NodeType.Translation, {
131
+ text: _intlayer_types337.TypedNodeModel<_intlayer_types337.NodeType.Translation, {
132
132
  en: string;
133
133
  'en-GB': string;
134
134
  fr: string;
@@ -147,7 +147,7 @@ declare const localeSwitcherContent: {
147
147
  id: string;
148
148
  vi: string;
149
149
  }, {
150
- nodeType: _intlayer_types97.NodeType.Translation | "translation";
150
+ nodeType: "translation" | _intlayer_types337.NodeType.Translation;
151
151
  } & {
152
152
  translation: {
153
153
  en: string;
@@ -169,7 +169,7 @@ declare const localeSwitcherContent: {
169
169
  vi: string;
170
170
  };
171
171
  }>;
172
- placeholder: _intlayer_types97.TypedNodeModel<_intlayer_types97.NodeType.Translation, {
172
+ placeholder: _intlayer_types337.TypedNodeModel<_intlayer_types337.NodeType.Translation, {
173
173
  en: string;
174
174
  'en-GB': string;
175
175
  fr: string;
@@ -188,7 +188,7 @@ declare const localeSwitcherContent: {
188
188
  id: string;
189
189
  vi: string;
190
190
  }, {
191
- nodeType: _intlayer_types97.NodeType.Translation | "translation";
191
+ nodeType: "translation" | _intlayer_types337.NodeType.Translation;
192
192
  } & {
193
193
  translation: {
194
194
  en: string;
@@ -210,7 +210,7 @@ declare const localeSwitcherContent: {
210
210
  vi: string;
211
211
  };
212
212
  }>;
213
- ariaLabel: _intlayer_types97.TypedNodeModel<_intlayer_types97.NodeType.Translation, {
213
+ ariaLabel: _intlayer_types337.TypedNodeModel<_intlayer_types337.NodeType.Translation, {
214
214
  en: string;
215
215
  'en-GB': string;
216
216
  fr: string;
@@ -229,7 +229,7 @@ declare const localeSwitcherContent: {
229
229
  id: string;
230
230
  vi: string;
231
231
  }, {
232
- nodeType: _intlayer_types97.NodeType.Translation | "translation";
232
+ nodeType: "translation" | _intlayer_types337.NodeType.Translation;
233
233
  } & {
234
234
  translation: {
235
235
  en: string;
@@ -1 +1 @@
1
- {"version":3,"file":"localeSwitcher.content.d.ts","names":[],"sources":["../../../../src/components/LocaleSwitcherDropDown/localeSwitcher.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,mBAAA,kCA4HgB,yCAAA"}
1
+ {"version":3,"file":"localeSwitcher.content.d.ts","names":[],"sources":["../../../../src/components/LocaleSwitcherDropDown/localeSwitcher.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,mBAAA,mCA4HgB,0CAAA"}
@@ -1,5 +1,5 @@
1
1
  import { HTMLAttributes } from "react";
2
- import * as react_jsx_runtime2 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime21 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/MaxWidthSmoother/index.d.ts
5
5
  type Align = 'left' | 'right';
@@ -15,7 +15,7 @@ declare const MaxWidthSmoother: ({
15
15
  align,
16
16
  className,
17
17
  ...props
18
- }: MaxWidthSmootherProps) => react_jsx_runtime2.JSX.Element;
18
+ }: MaxWidthSmootherProps) => react_jsx_runtime21.JSX.Element;
19
19
  //#endregion
20
20
  export { MaxWidthSmoother };
21
21
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/MaxWidthSmoother/index.tsx"],"sourcesContent":[],"mappings":";;;;KAGK,KAAA;KAEA,qBAAA,GAAwB,eAAe;;EAFvC,QAAK,CAAA,EAAA,MAAA;EAEL,KAAA,CAAA,EAGK,KAHL;CAAuC;AAAf,cAMhB,gBANgB,EAAA,CAAA;EAAA,QAAA;EAAA,QAAA;EAAA,QAAA;EAAA,KAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAa1B,qBAb0B,EAAA,GAaL,kBAAA,CAAA,GAAA,CAAA,OAbK"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/MaxWidthSmoother/index.tsx"],"sourcesContent":[],"mappings":";;;;KAGK,KAAA;KAEA,qBAAA,GAAwB,eAAe;;EAFvC,QAAK,CAAA,EAAA,MAAA;EAEL,KAAA,CAAA,EAGK,KAHL;CAAuC;AAAf,cAMhB,gBANgB,EAAA,CAAA;EAAA,QAAA;EAAA,QAAA;EAAA,QAAA;EAAA,KAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAa1B,qBAb0B,EAAA,GAaL,mBAAA,CAAA,GAAA,CAAA,OAbK"}
@@ -1,5 +1,5 @@
1
1
  import { HTMLAttributes } from "react";
2
- import * as react_jsx_runtime4 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime5 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/Navbar/Burger.d.ts
5
5
  /**
@@ -63,7 +63,7 @@ declare const Burger: ({
63
63
  isActive,
64
64
  className,
65
65
  ...props
66
- }: BurgerProps) => react_jsx_runtime4.JSX.Element;
66
+ }: BurgerProps) => react_jsx_runtime5.JSX.Element;
67
67
  //#endregion
68
68
  export { Burger };
69
69
  //# sourceMappingURL=Burger.d.ts.map
@@ -1,7 +1,7 @@
1
1
  import { TabSelectorItemProps } from "../TabSelector/TabSelector.js";
2
2
  import "../TabSelector/index.js";
3
3
  import { ReactElement, ReactNode } from "react";
4
- import * as react_jsx_runtime3 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime4 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/Navbar/DesktopNavbar.d.ts
7
7
  /**
@@ -93,7 +93,7 @@ declare const DesktopNavbar: <T extends TabSelectorItemProps>({
93
93
  sections,
94
94
  rightItems,
95
95
  selectedChoice
96
- }: DesktopNavbarProps<T>) => react_jsx_runtime3.JSX.Element;
96
+ }: DesktopNavbarProps<T>) => react_jsx_runtime4.JSX.Element;
97
97
  //#endregion
98
98
  export { DesktopNavbar };
99
99
  //# sourceMappingURL=DesktopNavbar.d.ts.map
@@ -1,7 +1,7 @@
1
1
  import { TabSelectorItemProps } from "../TabSelector/TabSelector.js";
2
2
  import "../TabSelector/index.js";
3
3
  import { ReactElement, ReactNode } from "react";
4
- import * as react_jsx_runtime5 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime6 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/Navbar/MobileNavbar.d.ts
7
7
  /**
@@ -110,7 +110,7 @@ declare const MobileNavbar: <T extends TabSelectorItemProps>({
110
110
  bottomSections,
111
111
  rightItems,
112
112
  rollable
113
- }: MobileNavbarProps<T>) => react_jsx_runtime5.JSX.Element;
113
+ }: MobileNavbarProps<T>) => react_jsx_runtime6.JSX.Element;
114
114
  //#endregion
115
115
  export { MobileNavbar };
116
116
  //# sourceMappingURL=MobileNavbar.d.ts.map
@@ -1,7 +1,7 @@
1
1
  import { TabSelectorItemProps } from "../TabSelector/TabSelector.js";
2
2
  import "../TabSelector/index.js";
3
3
  import { ReactElement, ReactNode } from "react";
4
- import * as react_jsx_runtime6 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime11 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/Navbar/index.d.ts
7
7
  /**
@@ -97,7 +97,7 @@ declare const Navbar: <T extends TabSelectorItemProps>({
97
97
  rightItemsMobile,
98
98
  selectedChoice,
99
99
  mobileRollable
100
- }: NavbarProps<T>) => react_jsx_runtime6.JSX.Element;
100
+ }: NavbarProps<T>) => react_jsx_runtime11.JSX.Element;
101
101
  //#endregion
102
102
  export { Navbar };
103
103
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Navbar/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;AAI2D,KAQtD,WAAA,CAAA,UAAsB,oBAAX,CAAA,GAAA;EAAW;EAEnB,IAAA,EAAA,SAAA;EAEU;EAEe,cAAA,EAFf,CAEe,CAAA,KAAA,CAAA;EAAb;EAEE,eAAA,CAAA,EAFF,YAEE,CAFW,CAEX,CAAA,EAAA;EAEa;EAAb,iBAAA,CAAA,EAFA,SAEA;EAEG;EAEa,iBAAA,CAAA,EAJhB,YAIgB,CAJH,CAIG,CAAA,EAAA;EAAb;EAEH,oBAAA,CAAA,EAJG,SAIH;EAED;EAAS,oBAAA,CAAA,EAJL,YAIK,CAJQ,CAIR,CAAA,EAAA;EA6DjB;EAAoB,iBAAA,CAAA,EA/DX,SA+DW;EAAsB;EAAA,gBAAA,CAAA,EA7DlC,SA6DkC;EAAA;EAAA,cAAA,CAAA,EAAA,OAAA;CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAA1C,mBAAoB;;;;;;;;;;;GAW9B,YAAY,OAAE,kBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Navbar/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;AAI2D,KAQtD,WAAA,CAAA,UAAsB,oBAAX,CAAA,GAAA;EAAW;EAEnB,IAAA,EAAA,SAAA;EAEU;EAEe,cAAA,EAFf,CAEe,CAAA,KAAA,CAAA;EAAb;EAEE,eAAA,CAAA,EAFF,YAEE,CAFW,CAEX,CAAA,EAAA;EAEa;EAAb,iBAAA,CAAA,EAFA,SAEA;EAEG;EAEa,iBAAA,CAAA,EAJhB,YAIgB,CAJH,CAIG,CAAA,EAAA;EAAb;EAEH,oBAAA,CAAA,EAJG,SAIH;EAED;EAAS,oBAAA,CAAA,EAJL,YAIK,CAJQ,CAIR,CAAA,EAAA;EA6DjB;EAAoB,iBAAA,CAAA,EA/DX,SA+DW;EAAsB;EAAA,gBAAA,CAAA,EA7DlC,SA6DkC;EAAA;EAAA,cAAA,CAAA,EAAA,OAAA;CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAA1C,mBAAoB;;;;;;;;;;;GAW9B,YAAY,OAAE,mBAAA,CAAA,GAAA,CAAA"}
@@ -1,13 +1,13 @@
1
1
  import { FC, HTMLAttributes } from "react";
2
- import * as class_variance_authority_types5 from "class-variance-authority/types";
2
+ import * as class_variance_authority_types2 from "class-variance-authority/types";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
 
5
5
  //#region src/components/Pagination/Pagination.d.ts
6
6
  declare const paginationVariants: (props?: {
7
- size?: "md" | "lg" | "sm";
7
+ size?: "sm" | "md" | "lg";
8
8
  color?: "primary" | "secondary" | "destructive" | "neutral" | "text";
9
9
  variant?: "default" | "ghost" | "bordered";
10
- } & class_variance_authority_types5.ClassProp) => string;
10
+ } & class_variance_authority_types2.ClassProp) => string;
11
11
  declare enum PaginationSize {
12
12
  SM = "sm",
13
13
  MD = "md",
@@ -1,11 +1,11 @@
1
- import * as _intlayer_types367 from "@intlayer/types";
1
+ import * as _intlayer_types76 from "@intlayer/types";
2
2
  import * as _intlayer_core0 from "@intlayer/core";
3
3
 
4
4
  //#region src/components/Pagination/pagination.content.d.ts
5
5
  declare const paginationContent: {
6
6
  key: string;
7
7
  content: {
8
- numberItemsSelector: _intlayer_types367.TypedNodeModel<_intlayer_types367.NodeType.Translation, {
8
+ numberItemsSelector: _intlayer_types76.TypedNodeModel<_intlayer_types76.NodeType.Translation, {
9
9
  en: string;
10
10
  fr: string;
11
11
  es: string;
@@ -24,7 +24,7 @@ declare const paginationContent: {
24
24
  id: string;
25
25
  vi: string;
26
26
  }, {
27
- nodeType: _intlayer_types367.NodeType.Translation | "translation";
27
+ nodeType: "translation" | _intlayer_types76.NodeType.Translation;
28
28
  } & {
29
29
  translation: {
30
30
  en: string;
@@ -46,7 +46,7 @@ declare const paginationContent: {
46
46
  vi: string;
47
47
  };
48
48
  }>;
49
- showingResults: _intlayer_core0.InsertionContent<_intlayer_types367.TypedNodeModel<_intlayer_types367.NodeType.Translation, {
49
+ showingResults: _intlayer_core0.InsertionContent<_intlayer_types76.TypedNodeModel<_intlayer_types76.NodeType.Translation, {
50
50
  ar: string;
51
51
  de: string;
52
52
  en: string;
@@ -65,7 +65,7 @@ declare const paginationContent: {
65
65
  vi: string;
66
66
  zh: string;
67
67
  }, {
68
- nodeType: _intlayer_types367.NodeType.Translation | "translation";
68
+ nodeType: "translation" | _intlayer_types76.NodeType.Translation;
69
69
  } & {
70
70
  translation: {
71
71
  ar: string;
@@ -87,7 +87,7 @@ declare const paginationContent: {
87
87
  zh: string;
88
88
  };
89
89
  }>>;
90
- selectPageSize: _intlayer_types367.TypedNodeModel<_intlayer_types367.NodeType.Translation, {
90
+ selectPageSize: _intlayer_types76.TypedNodeModel<_intlayer_types76.NodeType.Translation, {
91
91
  en: string;
92
92
  fr: string;
93
93
  es: string;
@@ -106,7 +106,7 @@ declare const paginationContent: {
106
106
  id: string;
107
107
  vi: string;
108
108
  }, {
109
- nodeType: _intlayer_types367.NodeType.Translation | "translation";
109
+ nodeType: "translation" | _intlayer_types76.NodeType.Translation;
110
110
  } & {
111
111
  translation: {
112
112
  en: string;
@@ -128,7 +128,7 @@ declare const paginationContent: {
128
128
  vi: string;
129
129
  };
130
130
  }>;
131
- goToNextPage: _intlayer_types367.TypedNodeModel<_intlayer_types367.NodeType.Translation, {
131
+ goToNextPage: _intlayer_types76.TypedNodeModel<_intlayer_types76.NodeType.Translation, {
132
132
  en: string;
133
133
  fr: string;
134
134
  es: string;
@@ -147,7 +147,7 @@ declare const paginationContent: {
147
147
  id: string;
148
148
  vi: string;
149
149
  }, {
150
- nodeType: _intlayer_types367.NodeType.Translation | "translation";
150
+ nodeType: "translation" | _intlayer_types76.NodeType.Translation;
151
151
  } & {
152
152
  translation: {
153
153
  en: string;
@@ -169,7 +169,7 @@ declare const paginationContent: {
169
169
  vi: string;
170
170
  };
171
171
  }>;
172
- goToPreviousPage: _intlayer_types367.TypedNodeModel<_intlayer_types367.NodeType.Translation, {
172
+ goToPreviousPage: _intlayer_types76.TypedNodeModel<_intlayer_types76.NodeType.Translation, {
173
173
  en: string;
174
174
  fr: string;
175
175
  es: string;
@@ -188,7 +188,7 @@ declare const paginationContent: {
188
188
  id: string;
189
189
  vi: string;
190
190
  }, {
191
- nodeType: _intlayer_types367.NodeType.Translation | "translation";
191
+ nodeType: "translation" | _intlayer_types76.NodeType.Translation;
192
192
  } & {
193
193
  translation: {
194
194
  en: string;
@@ -1,4 +1,4 @@
1
- import * as react2 from "react";
1
+ import * as react16 from "react";
2
2
  import { ComponentProps, FC } from "react";
3
3
  import * as SelectPrimitive from "@radix-ui/react-select";
4
4
 
@@ -16,8 +16,8 @@ declare enum SelectContentPosition {
16
16
  ITEM_ALIGNED = "item-aligned",
17
17
  }
18
18
  declare const SelectRoot: FC<SelectPrimitive.SelectProps>;
19
- declare const SelectGroup: react2.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & react2.RefAttributes<HTMLDivElement>>;
20
- declare const SelectValue: react2.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & react2.RefAttributes<HTMLSpanElement>>;
19
+ declare const SelectGroup: react16.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & react16.RefAttributes<HTMLDivElement>>;
20
+ declare const SelectValue: react16.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & react16.RefAttributes<HTMLSpanElement>>;
21
21
  /**
22
22
  * Select trigger button component that displays the current selection and opens the dropdown
23
23
  *
@@ -1 +1 @@
1
- {"version":3,"file":"Select.d.ts","names":[],"sources":["../../../../src/components/Select/Select.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AAiBA;AAKC;AAGK,aARM,qBAAA;EAQK;EAAA,MAAA,GAAA,QAAA;EAAA;EAAA,YAAA,GAAA,cAAA;;AAAA,cADX,UAEmC,EAFzB,EAEyB,CAFzB,eAAA,CAAA,WAEyB,CAAA;cADnC,WACW,EADA,MAAA,CAAA,yBACA,CADA,eAAA,CAAA,gBACA,GADA,MAAA,CAAA,aACA,CADA,cACA,CAAA,CAAA;cAAX,WAAW,EAAA,MAAA,CAAA,yBAAA,CAAA,eAAA,CAAA,gBAAA,GAAA,MAAA,CAAA,aAAA,CAAA,eAAA,CAAA,CAAA;;;;AAAA;;;;;AAmBM;;;;;AAuEO;;;;cAvExB,aA6F0B,EA7FX,EA6FW,CA5F9B,cA4F8B,CAAA,OA5FR,eAAA,CAAgB,OA4FR,CAAA,GAAA;EAgCnB;;;;;AA2Eb;;;;;EA0BM,sBAmBL,CAAA,EAAA,OAAA;CAnB0C,CAAA;;;;AAsC3C;;;;;AAWE,cA5MI,oBAiNS,EAjNa,EAiNb,CAhNb,cAgNa,CAAA,OAhNS,eAAA,CAAgB,cAgNzB,CAAA,CAAA;;;;;;;;;cA3LT,sBA2MS,EA3Me,EA2Mf,CA1Mb,cA0Ma,CAAA,OA1MS,eAAA,CAAgB,gBA0MzB,CAAA,CAAA;;;AA8Ff;;;;;;;;;;;;;;;;cAzQa,eAAe,GAC1B,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;;;;;cA0E3B,aAAa,GAAG,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;cA0B7D,YAAY,GAAG,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;;cAsC9C,iBAAiB,GAC5B,sBAAsB,eAAA,CAAgB;;;;KAenC,UAAA,UAAoB;;gBAET;;gBAEA;;kBAEE;;yBAEO;;2BAEE;;kBAET;;gBAEF;;eAED;;oBAEK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA4FP,QAAuB"}
1
+ {"version":3,"file":"Select.d.ts","names":[],"sources":["../../../../src/components/Select/Select.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AAiBA;AAKC;AAGK,aARM,qBAAA;EAQK;EAAA,MAAA,GAAA,QAAA;EAAA;EAAA,YAAA,GAAA,cAAA;;AAAA,cADX,UAEmC,EAFzB,EAEyB,CAFzB,eAAA,CAAA,WAEyB,CAAA;cADnC,WACW,EADA,OAAA,CAAA,yBACA,CADA,eAAA,CAAA,gBACA,GADA,OAAA,CAAA,aACA,CADA,cACA,CAAA,CAAA;cAAX,WAAW,EAAA,OAAA,CAAA,yBAAA,CAAA,eAAA,CAAA,gBAAA,GAAA,OAAA,CAAA,aAAA,CAAA,eAAA,CAAA,CAAA;;;;AAAA;;;;;AAmBM;;;;;AAuEO;;;;cAvExB,aA6F0B,EA7FX,EA6FW,CA5F9B,cA4F8B,CAAA,OA5FR,eAAA,CAAgB,OA4FR,CAAA,GAAA;EAgCnB;;;;;AA2Eb;;;;;EA0BM,sBAmBL,CAAA,EAAA,OAAA;CAnB0C,CAAA;;;;AAsC3C;;;;;AAWE,cA5MI,oBAiNS,EAjNa,EAiNb,CAhNb,cAgNa,CAAA,OAhNS,eAAA,CAAgB,cAgNzB,CAAA,CAAA;;;;;;;;;cA3LT,sBA2MS,EA3Me,EA2Mf,CA1Mb,cA0Ma,CAAA,OA1MS,eAAA,CAAgB,gBA0MzB,CAAA,CAAA;;;AA8Ff;;;;;;;;;;;;;;;;cAzQa,eAAe,GAC1B,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;;;;;cA0E3B,aAAa,GAAG,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;cA0B7D,YAAY,GAAG,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;;cAsC9C,iBAAiB,GAC5B,sBAAsB,eAAA,CAAgB;;;;KAenC,UAAA,UAAoB;;gBAET;;gBAEA;;kBAEE;;yBAEO;;2BAEE;;kBAET;;gBAEF;;eAED;;oBAEK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA4FP,QAAuB"}