@intlayer/design-system 7.0.6 → 7.0.8-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 (150) hide show
  1. package/dist/esm/components/Button/Button.mjs +6 -0
  2. package/dist/esm/components/Button/Button.mjs.map +1 -1
  3. package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +4 -4
  4. package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
  5. package/dist/esm/components/IDE/CopyCode.mjs +2 -1
  6. package/dist/esm/components/IDE/CopyCode.mjs.map +1 -1
  7. package/dist/esm/components/IDE/index.mjs +2 -1
  8. package/dist/esm/components/Input/Checkbox.mjs +3 -2
  9. package/dist/esm/components/Input/Checkbox.mjs.map +1 -1
  10. package/dist/esm/components/MarkDownRender/processor.mjs +5 -0
  11. package/dist/esm/components/MarkDownRender/processor.mjs.map +1 -1
  12. package/dist/esm/components/Popover/index.mjs +3 -190
  13. package/dist/esm/components/SocialNetworks/DiscordLogo.mjs +1 -1
  14. package/dist/esm/components/SocialNetworks/DiscordLogo.mjs.map +1 -1
  15. package/dist/esm/components/SocialNetworks/index.mjs +1 -1
  16. package/dist/esm/components/SocialNetworks/index.mjs.map +1 -1
  17. package/dist/esm/components/SwitchSelector/index.mjs +8 -102
  18. package/dist/esm/components/SwitchSelector/index.mjs.map +1 -1
  19. package/dist/esm/components/Tag/index.mjs +28 -28
  20. package/dist/esm/components/Tag/index.mjs.map +1 -1
  21. package/dist/esm/components/index.mjs +4 -2
  22. package/dist/types/components/Accordion/Accordion.d.ts +1 -0
  23. package/dist/types/components/Accordion/Accordion.d.ts.map +1 -1
  24. package/dist/types/components/Badge/index.d.ts +2 -2
  25. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
  26. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
  27. package/dist/types/components/Breadcrumb/index.d.ts +3 -2
  28. package/dist/types/components/Breadcrumb/index.d.ts.map +1 -1
  29. package/dist/types/components/Browser/Browser.content.d.ts +11 -11
  30. package/dist/types/components/Browser/Browser.content.d.ts.map +1 -1
  31. package/dist/types/components/Button/Button.d.ts +7 -4
  32. package/dist/types/components/Button/Button.d.ts.map +1 -1
  33. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +5 -5
  34. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts.map +1 -1
  35. package/dist/types/components/Command/index.d.ts +20 -20
  36. package/dist/types/components/Command/index.d.ts.map +1 -1
  37. package/dist/types/components/Container/index.d.ts +8 -8
  38. package/dist/types/components/Container/index.d.ts.map +1 -1
  39. package/dist/types/components/ContentEditor/ContentEditorInput.d.ts +1 -0
  40. package/dist/types/components/ContentEditor/ContentEditorInput.d.ts.map +1 -1
  41. package/dist/types/components/ContentEditor/ContentEditorTextArea.d.ts +1 -0
  42. package/dist/types/components/ContentEditor/ContentEditorTextArea.d.ts.map +1 -1
  43. package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
  44. package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
  45. package/dist/types/components/CopyButton/index.d.ts +1 -1
  46. package/dist/types/components/CopyButton/index.d.ts.map +1 -1
  47. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
  48. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
  49. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +33 -33
  50. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -25
  51. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
  52. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
  53. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
  54. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
  55. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
  56. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
  57. package/dist/types/components/DictionaryFieldEditor/index.d.ts +1 -0
  58. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
  59. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
  60. package/dist/types/components/DropDown/index.d.ts +1 -1
  61. package/dist/types/components/DropDown/index.d.ts.map +1 -1
  62. package/dist/types/components/EditableField/EditableFieldInput.d.ts +1 -1
  63. package/dist/types/components/EditableField/EditableFieldInput.d.ts.map +1 -1
  64. package/dist/types/components/EditableField/EditableFieldTextArea.d.ts +1 -1
  65. package/dist/types/components/EditableField/EditableFieldTextArea.d.ts.map +1 -1
  66. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +3 -3
  67. package/dist/types/components/Form/Form.d.ts +3 -0
  68. package/dist/types/components/Form/Form.d.ts.map +1 -1
  69. package/dist/types/components/Form/FormBase.d.ts +2 -2
  70. package/dist/types/components/Form/FormBase.d.ts.map +1 -1
  71. package/dist/types/components/Form/FormField.d.ts +2 -2
  72. package/dist/types/components/Form/FormField.d.ts.map +1 -1
  73. package/dist/types/components/Form/FormItem.d.ts +2 -2
  74. package/dist/types/components/Form/FormItem.d.ts.map +1 -1
  75. package/dist/types/components/Form/elements/CheckboxElement.d.ts +1 -0
  76. package/dist/types/components/Form/elements/CheckboxElement.d.ts.map +1 -1
  77. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
  78. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts.map +1 -1
  79. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +2 -2
  80. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -1
  81. package/dist/types/components/Form/elements/FormElement.d.ts +3 -2
  82. package/dist/types/components/Form/elements/FormElement.d.ts.map +1 -1
  83. package/dist/types/components/Form/elements/InputElement.d.ts +1 -0
  84. package/dist/types/components/Form/elements/InputElement.d.ts.map +1 -1
  85. package/dist/types/components/Form/elements/InputPasswordElement.d.ts +1 -0
  86. package/dist/types/components/Form/elements/InputPasswordElement.d.ts.map +1 -1
  87. package/dist/types/components/Form/elements/MultiselectElement.d.ts +2 -2
  88. package/dist/types/components/Form/elements/MultiselectElement.d.ts.map +1 -1
  89. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
  90. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts.map +1 -1
  91. package/dist/types/components/IDE/CodeContext.d.ts +2 -2
  92. package/dist/types/components/IDE/CodeContext.d.ts.map +1 -1
  93. package/dist/types/components/IDE/code.content.d.ts +5 -5
  94. package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
  95. package/dist/types/components/IDE/index.d.ts +2 -1
  96. package/dist/types/components/Input/Checkbox.d.ts +5 -4
  97. package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
  98. package/dist/types/components/Input/Input.d.ts +3 -3
  99. package/dist/types/components/Input/Input.d.ts.map +1 -1
  100. package/dist/types/components/Link/Link.d.ts +3 -3
  101. package/dist/types/components/Link/Link.d.ts.map +1 -1
  102. package/dist/types/components/Loader/index.content.d.ts +3 -3
  103. package/dist/types/components/Loader/index.content.d.ts.map +1 -1
  104. package/dist/types/components/Loader/spinner.d.ts +2 -2
  105. package/dist/types/components/Loader/spinner.d.ts.map +1 -1
  106. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
  107. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
  108. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
  109. package/dist/types/components/MarkDownRender/processor.d.ts.map +1 -1
  110. package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
  111. package/dist/types/components/MaxWidthSmoother/index.d.ts.map +1 -1
  112. package/dist/types/components/Navbar/Burger.d.ts +2 -2
  113. package/dist/types/components/Navbar/Burger.d.ts.map +1 -1
  114. package/dist/types/components/Navbar/DesktopNavbar.d.ts +3 -3
  115. package/dist/types/components/Navbar/DesktopNavbar.d.ts.map +1 -1
  116. package/dist/types/components/Navbar/MobileNavbar.d.ts +3 -3
  117. package/dist/types/components/Navbar/MobileNavbar.d.ts.map +1 -1
  118. package/dist/types/components/Navbar/index.d.ts +3 -3
  119. package/dist/types/components/Navbar/index.d.ts.map +1 -1
  120. package/dist/types/components/Pagination/Pagination.d.ts +3 -3
  121. package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
  122. package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
  123. package/dist/types/components/Popover/index.d.ts +3 -142
  124. package/dist/types/components/Popover/static.d.ts +3 -3
  125. package/dist/types/components/RightDrawer/useRightDrawerStore.d.ts +2 -2
  126. package/dist/types/components/Select/Select.d.ts +3 -3
  127. package/dist/types/components/Select/Select.d.ts.map +1 -1
  128. package/dist/types/components/SocialNetworks/index.d.ts +2 -2
  129. package/dist/types/components/SocialNetworks/index.d.ts.map +1 -1
  130. package/dist/types/components/SwitchSelector/index.d.ts +13 -163
  131. package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
  132. package/dist/types/components/Tab/Tab.d.ts +6 -6
  133. package/dist/types/components/Tab/Tab.d.ts.map +1 -1
  134. package/dist/types/components/Tab/TabContext.d.ts +2 -2
  135. package/dist/types/components/Tab/TabContext.d.ts.map +1 -1
  136. package/dist/types/components/TabSelector/TabSelector.d.ts +5 -5
  137. package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
  138. package/dist/types/components/Table/table.content.d.ts +3 -3
  139. package/dist/types/components/Table/table.content.d.ts.map +1 -1
  140. package/dist/types/components/Tag/index.d.ts +33 -33
  141. package/dist/types/components/Tag/index.d.ts.map +1 -1
  142. package/dist/types/components/TextArea/TextArea.d.ts +1 -0
  143. package/dist/types/components/TextArea/TextArea.d.ts.map +1 -1
  144. package/dist/types/components/Toaster/Toast.d.ts +3 -3
  145. package/dist/types/components/Toaster/Toast.d.ts.map +1 -1
  146. package/dist/types/components/Toaster/Toaster.d.ts +2 -2
  147. package/dist/types/components/index.d.ts +35 -2
  148. package/dist/types/hooks/index.d.ts +1 -0
  149. package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +2 -2
  150. package/package.json +29 -29
@@ -40,7 +40,9 @@ import { DropDown, DropDownAlign } from "./DropDown/index.mjs";
40
40
  import { LocaleSwitcherContentProvider, useLocaleSwitcherContent } from "./LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs";
41
41
  import { LocaleSwitcherContent } from "./LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs";
42
42
  import { ExpandCollapse } from "./ExpandCollapse/ExpandCollapse.mjs";
43
- import { Popover, PopoverXAlign, PopoverYAlign } from "./Popover/index.mjs";
43
+ import { CodeBlock, CodeDefault } from "./IDE/CodeBlockClient.mjs";
44
+ import { Detail, PopoverStatic, PopoverXAlign, PopoverYAlign } from "./Popover/static.mjs";
45
+ import { Popover } from "./Popover/dynamic.mjs";
44
46
  import { Code } from "./IDE/Code.mjs";
45
47
  import { TabSelector, TabSelectorColor } from "./TabSelector/TabSelector.mjs";
46
48
  import { Tab } from "./Tab/Tab.mjs";
@@ -89,4 +91,4 @@ import { Toast, ToastAction, ToastClose, ToastDescription, ToastProvider, ToastT
89
91
  import { reducer, toast, useToast } from "./Toaster/useToast.mjs";
90
92
  import { Toaster } from "./Toaster/Toaster.mjs";
91
93
 
92
- export { Accordion, AutoCompleteTextarea, AutoSizedTextArea, Avatar, Badge, BadgeColor, BadgeSize, BadgeVariant, Breadcrumb, Browser, Button, ButtonColor, ButtonIconPosition, ButtonSize, ButtonTextAlign, ButtonVariant, Checkbox, CheckboxColor, CheckboxSize, ClickOutsideDiv, Code, CollapsibleTable, Command, CommandRoot, Container, ContainerBackground, ContainerBorderColor, ContainerGap, ContainerPadding, ContainerRoundedSize, ContainerSeparator, ContainerTransparency, ContentSelector, CopyButton, CopyToClipboard, DesktopThemeSwitcher, DictionaryCreationForm, DictionaryEditor, DictionaryFieldEditor, DiscordLogo, DotPattern, DropDown, DropDownAlign, EditableFieldInput, EditableFieldTextArea, ExpandCollapse, FacebookLogo, FileList, Flag, Footer, Form, GridPattern, H1, H2, H3, H4, H5, H6, HeightResizer, HideShow, IDE, InformationTag, Input, InputPassword, InputSize, InputVariant, InstagramLogo, KeyboardScreenAdapter, Label, Link, LinkColor, LinkUnderlined, LinkVariant, LinkedInLogo, Loader, LocaleSwitcher, LocaleSwitcherContent, LocaleSwitcherContentProvider, Logo, LogoTextOnly, LogoWithText, LogoWithTextBelow, MarkdownRenderer, MaxHeightSmoother, MaxWidthSmoother, MobileThemeSwitcher, Modal, ModalSize, Modes, MultiSelect, Navbar, NumberItemsSelector, Pagination, PaginationSize, PaginationVariant, Popover, PopoverXAlign, PopoverYAlign, PressableSpan, ProductHuntLogo, RightDrawer, SearchInput, Select, SelectContent, SelectContentPosition, SelectLabel, SelectSeparator, ShowingResultsNumberItems, SocialNetworks, Spotlight, SwitchSelector, SwitchSelectorColor, SwitchSelectorSize, Tab, TabSelector, TabSelectorColor, Table, Tag, TagBackground, TagBorder, TagColor, TagRoundedSize, TagSize, TextArea, TiktokLogo, Toast, ToastAction, ToastClose, ToastDescription, ToastProvider, ToastTitle, ToastViewport, Toaster, VersionSwitcher, VersionSwitcherProvider, WithResizer, XLogo, YoutubeLogo, badgeVariants, checkIsExternalLink, checkboxVariants, containerVariants, getCapitals, inputVariants, linkVariants, paginationVariants, reducer, toast, useDebounce, useForm, useFormField, useLocaleSwitcherContent, useRightDrawerStore, useToast, useVersionSwitcher };
94
+ export { Accordion, AutoCompleteTextarea, AutoSizedTextArea, Avatar, Badge, BadgeColor, BadgeSize, BadgeVariant, Breadcrumb, Browser, Button, ButtonColor, ButtonIconPosition, ButtonSize, ButtonTextAlign, ButtonVariant, Checkbox, CheckboxColor, CheckboxSize, ClickOutsideDiv, Code, CodeBlock, CodeDefault, CollapsibleTable, Command, CommandRoot, Container, ContainerBackground, ContainerBorderColor, ContainerGap, ContainerPadding, ContainerRoundedSize, ContainerSeparator, ContainerTransparency, ContentSelector, CopyButton, CopyToClipboard, DesktopThemeSwitcher, Detail, DictionaryCreationForm, DictionaryEditor, DictionaryFieldEditor, DiscordLogo, DotPattern, DropDown, DropDownAlign, EditableFieldInput, EditableFieldTextArea, ExpandCollapse, FacebookLogo, FileList, Flag, Footer, Form, GridPattern, H1, H2, H3, H4, H5, H6, HeightResizer, HideShow, IDE, InformationTag, Input, InputPassword, InputSize, InputVariant, InstagramLogo, KeyboardScreenAdapter, Label, Link, LinkColor, LinkUnderlined, LinkVariant, LinkedInLogo, Loader, LocaleSwitcher, LocaleSwitcherContent, LocaleSwitcherContentProvider, Logo, LogoTextOnly, LogoWithText, LogoWithTextBelow, MarkdownRenderer, MaxHeightSmoother, MaxWidthSmoother, MobileThemeSwitcher, Modal, ModalSize, Modes, MultiSelect, Navbar, NumberItemsSelector, Pagination, PaginationSize, PaginationVariant, Popover, PopoverStatic, PopoverXAlign, PopoverYAlign, PressableSpan, ProductHuntLogo, RightDrawer, SearchInput, Select, SelectContent, SelectContentPosition, SelectLabel, SelectSeparator, ShowingResultsNumberItems, SocialNetworks, Spotlight, SwitchSelector, SwitchSelectorColor, SwitchSelectorSize, Tab, TabSelector, TabSelectorColor, Table, Tag, TagBackground, TagBorder, TagColor, TagRoundedSize, TagSize, TextArea, TiktokLogo, Toast, ToastAction, ToastClose, ToastDescription, ToastProvider, ToastTitle, ToastViewport, Toaster, VersionSwitcher, VersionSwitcherProvider, WithResizer, XLogo, YoutubeLogo, badgeVariants, checkIsExternalLink, checkboxVariants, containerVariants, getCapitals, inputVariants, linkVariants, paginationVariants, reducer, toast, useDebounce, useForm, useFormField, useLocaleSwitcherContent, useRightDrawerStore, useToast, useVersionSwitcher };
@@ -1,4 +1,5 @@
1
1
  import { ButtonProps } from "../Button/Button.js";
2
+ import "../Button/index.js";
2
3
  import { FC, ReactNode } from "react";
3
4
 
4
5
  //#region src/components/Accordion/Accordion.d.ts
@@ -1 +1 @@
1
- {"version":3,"file":"Accordion.d.ts","names":[],"sources":["../../../../src/components/Accordion/Accordion.tsx"],"sourcesContent":[],"mappings":";;;;UAoBiB,cAAA,SACP,KAAK;;EADE,MAAA,EAGP,SAFR;EAAa;EAEL,QAAA,EAEE,SAFF;EAEE;EAJF,MAAA,CAAA,EAAA,OAAA;EAAI;EA4DD,aAwFZ,CAAA,EAAA,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAxFY,WAAW,GAAG"}
1
+ {"version":3,"file":"Accordion.d.ts","names":[],"sources":["../../../../src/components/Accordion/Accordion.tsx"],"sourcesContent":[],"mappings":";;;;;UAoBiB,cAAA,SACP,KAAK;;UAEL;EAHO;EACF,QAAA,EAIH,SAJG;EAEL;EAEE,MAAA,CAAA,EAAA,OAAA;EAJF;EAAI,aAAA,CAAA,EAAA,OAAA;EA4DD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAA,WAAW,GAAG"}
@@ -1,5 +1,5 @@
1
1
  import { HTMLAttributes } from "react";
2
- import * as class_variance_authority_types11 from "class-variance-authority/types";
2
+ import * as class_variance_authority_types0 from "class-variance-authority/types";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
 
5
5
  //#region src/components/Badge/index.d.ts
@@ -47,7 +47,7 @@ declare const badgeVariants: (props?: {
47
47
  color?: BadgeColor;
48
48
  variant?: BadgeVariant;
49
49
  size?: BadgeSize;
50
- } & class_variance_authority_types11.ClassProp) => string;
50
+ } & class_variance_authority_types0.ClassProp) => string;
51
51
  /**
52
52
  * Badge component props interface
53
53
  * @description Comprehensive props for the Badge component with accessibility and interactive features
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types352 from "@intlayer/types";
1
+ import * as _intlayer_types0 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/Breadcrumb/breadcrumb.content.d.ts
4
4
  declare const breadCrumbContent: {
5
5
  key: string;
6
6
  content: {
7
- linkLabel: _intlayer_types352.TypedNodeModel<_intlayer_types352.NodeType.Translation, {
7
+ linkLabel: _intlayer_types0.TypedNodeModel<_intlayer_types0.NodeType.Translation, {
8
8
  en: string;
9
9
  fr: string;
10
10
  es: string;
@@ -23,7 +23,7 @@ declare const breadCrumbContent: {
23
23
  id: string;
24
24
  vi: string;
25
25
  }, {
26
- nodeType: _intlayer_types352.NodeType.Translation | "translation";
26
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
27
27
  } & {
28
28
  translation: {
29
29
  en: string;
@@ -1 +1 @@
1
- {"version":3,"file":"breadcrumb.content.d.ts","names":[],"sources":["../../../../src/components/Breadcrumb/breadcrumb.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,SAAA,mCA2BS,0CAAA"}
1
+ {"version":3,"file":"breadcrumb.content.d.ts","names":[],"sources":["../../../../src/components/Breadcrumb/breadcrumb.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,SAAA,iCA2BS,wCAAA"}
@@ -1,6 +1,7 @@
1
1
  import { LinkColor } from "../Link/Link.js";
2
+ import "../Link/index.js";
2
3
  import { FC, HTMLAttributes, ReactNode } from "react";
3
- import * as class_variance_authority_types12 from "class-variance-authority/types";
4
+ import * as class_variance_authority_types0 from "class-variance-authority/types";
4
5
  import { VariantProps } from "class-variance-authority";
5
6
  import { LocalesValues } from "@intlayer/types";
6
7
 
@@ -11,7 +12,7 @@ import { LocalesValues } from "@intlayer/types";
11
12
  declare const breadcrumbVariants: (props?: {
12
13
  size?: "small" | "medium" | "large";
13
14
  spacing?: "compact" | "normal" | "loose";
14
- } & class_variance_authority_types12.ClassProp) => string;
15
+ } & class_variance_authority_types0.ClassProp) => string;
15
16
  /**
16
17
  * Detailed breadcrumb link configuration with optional href or onClick
17
18
  */
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Breadcrumb/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;AAW0C,cA0CpC,kBAiBJ,EAAA,CAAA,KAgJyB,CAhJzB,EAAA;EA0HG,IAAA,CAAA,EAAA,OAAA,GAAA,QAAsB,GAAA,OAAA;EAoBf,OAAA,CAAA,EAAA,SAAc,GAAA,QAAY,GAAA,OAAA;AAEtC,CAAA,GAhJE,gCAAA,CAAA,SAgJyB,EAAA,GAAA,MAAA;;;;KAtBtB,sBAAA,GAmCM;EAUG;;;EAgBG,IAAA,CAAA,EAAA,MAAA;EAAf;;AA4BF;;;;;;;;;;;;KArEY,cAAA,YAA0B;KAE1B,eAAA;;;;SAIH;;;;;UAKC,eAAe;;;;WAId;;;;;;;;;;cAUG;;;;;;;;;;;;;;;IAeV,oBAAoB,sBACtB,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;cA4BJ,YAAY,GAAG"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Breadcrumb/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;;cAqDM,0BA+JgC;EA/JhC,IAAA,CAAA,EAAA,OAAA,GAAA,QAiBJ,GAAA,OAAA;EA0HG,OAAA,CAAA,EAAA,SAAA,GAAA,QAAsB,GAAA,OAAA;AAoB3B,CAAA,GA9IE,+BAAA,CAAA,SA8IoC,EAAA,GAAsB,MAAA;AAE5D;;;KAtBK,sBAAA,GA+BoB;EAId;;;EAyBP,IAAA,CAAA,EAAA,MAAA;EACa;;;EA4BJ,IAAA,EAAA,MAAA;;;;;;;;;;;KArED,cAAA,YAA0B;KAE1B,eAAA;;;;SAIH;;;;;UAKC,eAAe;;;;WAId;;;;;;;;;;cAUG;;;;;;;;;;;;;;;IAeV,oBAAoB,sBACtB,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;cA4BJ,YAAY,GAAG"}
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types337 from "@intlayer/types";
1
+ import * as _intlayer_types2 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/Browser/Browser.content.d.ts
4
4
  declare const browserContent: {
5
5
  key: string;
6
6
  content: {
7
- ariaLabel: _intlayer_types337.TypedNodeModel<_intlayer_types337.NodeType.Translation, {
7
+ ariaLabel: _intlayer_types2.TypedNodeModel<_intlayer_types2.NodeType.Translation, {
8
8
  en: string;
9
9
  'en-GB': string;
10
10
  fr: string;
@@ -22,7 +22,7 @@ declare const browserContent: {
22
22
  pl: string;
23
23
  id: string;
24
24
  }, {
25
- nodeType: _intlayer_types337.NodeType.Translation | "translation";
25
+ nodeType: "translation" | _intlayer_types2.NodeType.Translation;
26
26
  } & {
27
27
  translation: {
28
28
  en: string;
@@ -43,7 +43,7 @@ declare const browserContent: {
43
43
  id: string;
44
44
  };
45
45
  }>;
46
- urlLabel: _intlayer_types337.TypedNodeModel<_intlayer_types337.NodeType.Translation, {
46
+ urlLabel: _intlayer_types2.TypedNodeModel<_intlayer_types2.NodeType.Translation, {
47
47
  en: string;
48
48
  'en-GB': string;
49
49
  fr: string;
@@ -61,7 +61,7 @@ declare const browserContent: {
61
61
  pl: string;
62
62
  id: string;
63
63
  }, {
64
- nodeType: _intlayer_types337.NodeType.Translation | "translation";
64
+ nodeType: "translation" | _intlayer_types2.NodeType.Translation;
65
65
  } & {
66
66
  translation: {
67
67
  en: string;
@@ -83,7 +83,7 @@ declare const browserContent: {
83
83
  };
84
84
  }>;
85
85
  urlPlaceholder: string;
86
- errorMessage: _intlayer_types337.TypedNodeModel<_intlayer_types337.NodeType.Translation, {
86
+ errorMessage: _intlayer_types2.TypedNodeModel<_intlayer_types2.NodeType.Translation, {
87
87
  en: string;
88
88
  'en-GB': string;
89
89
  fr: string;
@@ -101,7 +101,7 @@ declare const browserContent: {
101
101
  pl: string;
102
102
  id: string;
103
103
  }, {
104
- nodeType: _intlayer_types337.NodeType.Translation | "translation";
104
+ nodeType: "translation" | _intlayer_types2.NodeType.Translation;
105
105
  } & {
106
106
  translation: {
107
107
  en: string;
@@ -122,7 +122,7 @@ declare const browserContent: {
122
122
  id: string;
123
123
  };
124
124
  }>;
125
- reloadButtonTitle: _intlayer_types337.TypedNodeModel<_intlayer_types337.NodeType.Translation, {
125
+ reloadButtonTitle: _intlayer_types2.TypedNodeModel<_intlayer_types2.NodeType.Translation, {
126
126
  en: string;
127
127
  'en-GB': string;
128
128
  fr: string;
@@ -140,7 +140,7 @@ declare const browserContent: {
140
140
  pl: string;
141
141
  id: string;
142
142
  }, {
143
- nodeType: _intlayer_types337.NodeType.Translation | "translation";
143
+ nodeType: "translation" | _intlayer_types2.NodeType.Translation;
144
144
  } & {
145
145
  translation: {
146
146
  en: string;
@@ -161,7 +161,7 @@ declare const browserContent: {
161
161
  id: string;
162
162
  };
163
163
  }>;
164
- iframeTitle: _intlayer_types337.TypedNodeModel<_intlayer_types337.NodeType.Translation, {
164
+ iframeTitle: _intlayer_types2.TypedNodeModel<_intlayer_types2.NodeType.Translation, {
165
165
  en: string;
166
166
  'en-GB': string;
167
167
  fr: string;
@@ -179,7 +179,7 @@ declare const browserContent: {
179
179
  pl: string;
180
180
  id: string;
181
181
  }, {
182
- nodeType: _intlayer_types337.NodeType.Translation | "translation";
182
+ nodeType: "translation" | _intlayer_types2.NodeType.Translation;
183
183
  } & {
184
184
  translation: {
185
185
  en: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Browser.content.d.ts","names":[],"sources":["../../../../src/components/Browser/Browser.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,SAAA,mCAmGS,0CAAA"}
1
+ {"version":3,"file":"Browser.content.d.ts","names":[],"sources":["../../../../src/components/Browser/Browser.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,SAAA,iCAmGS,wCAAA"}
@@ -1,5 +1,5 @@
1
1
  import { ButtonHTMLAttributes, DetailedHTMLProps, FC } from "react";
2
- import * as class_variance_authority_types10 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
  import { LucideIcon } from "lucide-react";
5
5
 
@@ -34,6 +34,7 @@ declare enum ButtonVariant {
34
34
  LINK = "link",
35
35
  INVISIBLE_LINK = "invisible-link",
36
36
  HOVERABLE = "hoverable",
37
+ FADE = "fade",
37
38
  INPUT = "input",
38
39
  }
39
40
  /**
@@ -47,7 +48,9 @@ declare enum ButtonColor {
47
48
  LIGHT = "light",
48
49
  DARK = "dark",
49
50
  TEXT = "text",
51
+ CARD = "card",
50
52
  TEXT_INVERSE = "text-inverse",
53
+ CURRENT = "current",
51
54
  ERROR = "error",
52
55
  SUCCESS = "success",
53
56
  CUSTOM = "custom",
@@ -65,13 +68,13 @@ declare enum ButtonTextAlign {
65
68
  */
66
69
  declare const buttonVariants: (props?: {
67
70
  size?: "sm" | "md" | "lg" | "xl" | "icon-sm" | "icon-md" | "icon-lg" | "icon-xl";
68
- color?: "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "text" | "text-inverse" | "error" | "success" | "custom";
69
- variant?: "default" | "none" | "outline" | "link" | "invisible-link" | "hoverable" | "input";
71
+ color?: "error" | "primary" | "secondary" | "destructive" | "neutral" | "card" | "light" | "dark" | "text" | "current" | "text-inverse" | "success" | "custom";
72
+ variant?: "input" | "default" | "none" | "outline" | "link" | "invisible-link" | "hoverable" | "fade";
70
73
  textAlign?: "left" | "center" | "right";
71
74
  isFullWidth?: boolean;
72
75
  hasIconLeft?: boolean;
73
76
  hasIconRight?: boolean;
74
- } & class_variance_authority_types10.ClassProp) => string;
77
+ } & class_variance_authority_types2.ClassProp) => string;
75
78
  /**
76
79
  * Enhanced Button component props with comprehensive type safety and accessibility features
77
80
  */
@@ -1 +1 @@
1
- {"version":3,"file":"Button.d.ts","names":[],"sources":["../../../../src/components/Button/Button.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AAQY,aAAA,UAAA;EAcA,EAAA,GAAA,IAAA;EA8BA,EAAA,GAAA,IAAA;EAaA,EAAA,GAAA,IAAA;EAiBA,EAAA,GAAA,IAAA;EASN,OAAA,GAAA,SAyFL;EAKW,OAAA,GAAA,SAAW;EACA,OAAA,GAAA,SAAA;EAArB,OAAA,GAAA,SAAA;;;;;AAaS,aAjLC,kBAAA;EAiLI,IAAA,GAAA,MAAA;EAKA,KAAA,GAAA,OAAA;;;AA8FhB;;aAtPY,aAAA;;;;;;;;;;;;aAaA,WAAA;;;;;;;;;;;;;;;;aAiBA,eAAA;;;;;;;;cASN;;;;;;;;IAyFL,gCAAA,CAAA;;;;KAKW,WAAA,GAAc,kBACxB,qBAAqB,oBACrB,qBAEA,oBAAoB;;;;;;;;;SAUX,KAAK;;;;cAKA,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA8FR,QAAQ,GAAG"}
1
+ {"version":3,"file":"Button.d.ts","names":[],"sources":["../../../../src/components/Button/Button.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AAQY,aAAA,UAAA;EAcA,EAAA,GAAA,IAAA;EA8BA,EAAA,GAAA,IAAA;EAcA,EAAA,GAAA,IAAA;EAmBA,EAAA,GAAA,IAAA;EASN,OAAA,GAAA,SAgGL;EAKW,OAAA,GAAA,SAAW;EACA,OAAA,GAAA,SAAA;EAArB,OAAA,GAAA,SAAA;;;;;AAaS,aA3LC,kBAAA;EA2LI,IAAA,GAAA,MAAA;EAKA,KAAA,GAAA,OAAA;;;AA8FhB;;aAhQY,aAAA;;;;;;;;;;;;;aAcA,WAAA;;;;;;;;;;;;;;;;;;aAmBA,eAAA;;;;;;;;cASN;;;;;;;;IAgGL,+BAAA,CAAA;;;;KAKW,WAAA,GAAc,kBACxB,qBAAqB,oBACrB,qBAEA,oBAAoB;;;;;;;;;SAUX,KAAK;;;;cAKA,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA8FR,QAAQ,GAAG"}
@@ -1,13 +1,13 @@
1
1
  import { FC, HTMLAttributes, ReactNode } from "react";
2
- import * as class_variance_authority_types8 from "class-variance-authority/types";
2
+ import * as class_variance_authority_types1 from "class-variance-authority/types";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
 
5
5
  //#region src/components/CollapsibleTable/CollapsibleTable.d.ts
6
6
  declare const collapsibleTableVariants: (props?: {
7
- size?: "sm" | "md" | "lg" | "xl" | "full";
8
- variant?: "dark" | "default" | "ghost" | "outlined";
9
- spacing?: "sm" | "md" | "lg" | "none" | "auto";
10
- } & class_variance_authority_types8.ClassProp) => string;
7
+ size?: "full" | "sm" | "md" | "lg" | "xl";
8
+ variant?: "default" | "dark" | "ghost" | "outlined";
9
+ spacing?: "auto" | "sm" | "md" | "lg" | "none";
10
+ } & class_variance_authority_types1.ClassProp) => string;
11
11
  interface CollapsibleTableProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'>, VariantProps<typeof collapsibleTableVariants> {
12
12
  /** Table title displayed in the header */
13
13
  title: string;
@@ -1 +1 @@
1
- {"version":3,"file":"CollapsibleTable.d.ts","names":[],"sources":["../../../../src/components/CollapsibleTable/CollapsibleTable.tsx"],"sourcesContent":[],"mappings":";;;;;cASM,gCA8EJ;;;EA9EI,OAAA,CAAA,EAAA,IAAA,GAAA,IAAA,GAAA,IA+BL,GAAA,MAAA,GAAA,MAAA;AA8CD,CAAA,GA9CC,+BAAA,CAAA,SA+CC,EAAA,GAAA,MAAA;AAA4B,UADb,qBAAA,SACP,IAAoB,CAAf,cAAe,CAAA,cAAA,CAAA,EAAA,OAAA,CAAA,EAC1B,YAD0B,CAAA,OACN,wBADM,CAAA,CAAA;EAAf;EACS,KAAA,EAAA,MAAA;EAIhB;EAsBO,IAAA,EAtBP,MAsBO,CAAA,MAAA,EAAA,OAAA,CAAA,EAAA;EAUW;EAA4B,SAAA,CAAA,EAAA,MAAA;EAFlC;EAnCV,eAAA,CAAA,EAAA,MAAA;EACN;EAAY,gBAAA,CAAA,EAAA,MAAA;EAoIH;;;;;;;;;;;;;;;eA1GE;;;;;;;;oBAQK,qCAEM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAgGzC,kBAAkB,GAAG"}
1
+ {"version":3,"file":"CollapsibleTable.d.ts","names":[],"sources":["../../../../src/components/CollapsibleTable/CollapsibleTable.tsx"],"sourcesContent":[],"mappings":";;;;;cASM,gCA8EJ;;;EA9EI,OAAA,CAAA,EAAA,MAAA,GAAA,IAAA,GAAA,IA+BL,GAAA,IAAA,GAAA,MAAA;AA8CD,CAAA,GA9CC,+BAAA,CAAA,SA+CC,EAAA,GAAA,MAAA;AAA4B,UADb,qBAAA,SACP,IAAoB,CAAf,cAAe,CAAA,cAAA,CAAA,EAAA,OAAA,CAAA,EAC1B,YAD0B,CAAA,OACN,wBADM,CAAA,CAAA;EAAf;EACS,KAAA,EAAA,MAAA;EAIhB;EAsBO,IAAA,EAtBP,MAsBO,CAAA,MAAA,EAAA,OAAA,CAAA,EAAA;EAUW;EAA4B,SAAA,CAAA,EAAA,MAAA;EAFlC;EAnCV,eAAA,CAAA,EAAA,MAAA;EACN;EAAY,gBAAA,CAAA,EAAA,MAAA;EAoIH;;;;;;;;;;;;;;;eA1GE;;;;;;;;oBAQK,qCAEM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAgGzC,kBAAkB,GAAG"}
@@ -1,6 +1,6 @@
1
- import * as react6 from "react";
1
+ import * as react0 from "react";
2
2
  import { ComponentProps, FC, HTMLAttributes } from "react";
3
- import * as react_jsx_runtime20 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
4
4
  import { DialogProps } from "@radix-ui/react-dialog";
5
5
  import { Command as Command$1 } from "cmdk";
6
6
 
@@ -25,65 +25,65 @@ declare const CommandRoot: FC<ComponentProps<typeof Command$1>>;
25
25
  */
26
26
  declare const Command: {
27
27
  Dialog: FC<DialogProps>;
28
- Input: FC<Omit<Pick<Pick<react6.DetailedHTMLProps<react6.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof react6.InputHTMLAttributes<HTMLInputElement>> & {
28
+ Input: FC<Omit<Pick<Pick<react0.DetailedHTMLProps<react0.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof react0.InputHTMLAttributes<HTMLInputElement>> & {
29
29
  ref?: React.Ref<HTMLInputElement>;
30
30
  } & {
31
31
  asChild?: boolean;
32
- }, "key" | keyof react6.InputHTMLAttributes<HTMLInputElement> | "asChild">, "onChange" | "type" | "value"> & {
32
+ }, "key" | "asChild" | keyof react0.InputHTMLAttributes<HTMLInputElement>>, "type" | "onChange" | "value"> & {
33
33
  value?: string;
34
34
  onValueChange?: (search: string) => void;
35
- } & react6.RefAttributes<HTMLInputElement>>;
35
+ } & react0.RefAttributes<HTMLInputElement>>;
36
36
  List: FC<{
37
37
  children?: React.ReactNode;
38
- } & Pick<Pick<react6.DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof HTMLAttributes<HTMLDivElement> | "key"> & {
38
+ } & Pick<Pick<react0.DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
39
39
  ref?: React.Ref<HTMLDivElement>;
40
40
  } & {
41
41
  asChild?: boolean;
42
- }, keyof HTMLAttributes<HTMLDivElement> | "key" | "asChild"> & {
42
+ }, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild"> & {
43
43
  label?: string;
44
- } & react6.RefAttributes<HTMLDivElement>>;
44
+ } & react0.RefAttributes<HTMLDivElement>>;
45
45
  Empty: FC<{
46
46
  children?: React.ReactNode;
47
- } & Pick<Pick<react6.DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof HTMLAttributes<HTMLDivElement> | "key"> & {
47
+ } & Pick<Pick<react0.DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
48
48
  ref?: React.Ref<HTMLDivElement>;
49
49
  } & {
50
50
  asChild?: boolean;
51
- }, keyof HTMLAttributes<HTMLDivElement> | "key" | "asChild"> & react6.RefAttributes<HTMLDivElement>>;
51
+ }, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild"> & react0.RefAttributes<HTMLDivElement>>;
52
52
  Group: FC<{
53
53
  children?: React.ReactNode;
54
- } & Omit<Pick<Pick<react6.DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof HTMLAttributes<HTMLDivElement> | "key"> & {
54
+ } & Omit<Pick<Pick<react0.DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
55
55
  ref?: React.Ref<HTMLDivElement>;
56
56
  } & {
57
57
  asChild?: boolean;
58
- }, keyof HTMLAttributes<HTMLDivElement> | "key" | "asChild">, "value" | "heading"> & {
58
+ }, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild">, "value" | "heading"> & {
59
59
  heading?: React.ReactNode;
60
60
  value?: string;
61
61
  forceMount?: boolean;
62
- } & react6.RefAttributes<HTMLDivElement>>;
63
- Separator: FC<Pick<Pick<react6.DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof HTMLAttributes<HTMLDivElement> | "key"> & {
62
+ } & react0.RefAttributes<HTMLDivElement>>;
63
+ Separator: FC<Pick<Pick<react0.DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
64
64
  ref?: React.Ref<HTMLDivElement>;
65
65
  } & {
66
66
  asChild?: boolean;
67
- }, keyof HTMLAttributes<HTMLDivElement> | "key" | "asChild"> & {
67
+ }, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild"> & {
68
68
  alwaysRender?: boolean;
69
- } & react6.RefAttributes<HTMLDivElement>>;
69
+ } & react0.RefAttributes<HTMLDivElement>>;
70
70
  Item: FC<{
71
71
  children?: React.ReactNode;
72
- } & Omit<Pick<Pick<react6.DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof HTMLAttributes<HTMLDivElement> | "key"> & {
72
+ } & Omit<Pick<Pick<react0.DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
73
73
  ref?: React.Ref<HTMLDivElement>;
74
74
  } & {
75
75
  asChild?: boolean;
76
- }, keyof HTMLAttributes<HTMLDivElement> | "key" | "asChild">, "onSelect" | "disabled" | "value"> & {
76
+ }, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild">, "disabled" | "onSelect" | "value"> & {
77
77
  disabled?: boolean;
78
78
  onSelect?: (value: string) => void;
79
79
  value?: string;
80
80
  keywords?: string[];
81
81
  forceMount?: boolean;
82
- } & react6.RefAttributes<HTMLDivElement>>;
82
+ } & react0.RefAttributes<HTMLDivElement>>;
83
83
  Shortcut: ({
84
84
  className,
85
85
  ...props
86
- }: HTMLAttributes<HTMLSpanElement>) => react_jsx_runtime20.JSX.Element;
86
+ }: HTMLAttributes<HTMLSpanElement>) => react_jsx_runtime0.JSX.Element;
87
87
  propTypes?: any;
88
88
  displayName?: string | undefined;
89
89
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Command/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;cAaa,aAAa,GAAG,sBAAsB;;;;AAAnD;;;;;AA0HA;;;;;;;;;cAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA7BV,eAAe,qBAAgB,mBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Command/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;cAaa,aAAa,GAAG,sBAAsB;;;;AAAnD;;;;;AA0HA;;;;;;;;;cAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA7BV,eAAe,qBAAgB,kBAAA,CAAA,GAAA,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import { DetailedHTMLProps, FC, HTMLAttributes, PropsWithChildren } from "react";
2
- import * as class_variance_authority_types9 from "class-variance-authority/types";
2
+ import * as class_variance_authority_types3 from "class-variance-authority/types";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
 
5
5
  //#region src/components/Container/index.d.ts
@@ -9,15 +9,15 @@ import { VariantProps } from "class-variance-authority";
9
9
  * Provides flexible styling options for background, padding, borders, and layout
10
10
  */
11
11
  declare const containerVariants: (props?: {
12
- roundedSize?: "sm" | "md" | "lg" | "xl" | "none" | "2xl" | "3xl" | "full";
13
- transparency?: "sm" | "md" | "lg" | "xl" | "none" | "full";
12
+ roundedSize?: "full" | "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl";
13
+ transparency?: "full" | "sm" | "md" | "lg" | "xl" | "none";
14
14
  padding?: "sm" | "md" | "lg" | "xl" | "none";
15
15
  separator?: "without" | "x" | "y" | "both";
16
- border?: "none" | "with";
17
- borderColor?: "primary" | "secondary" | "neutral" | "text" | "error" | "success" | "warning";
18
- background?: "none" | "hoverable" | "with";
19
- gap?: "sm" | "md" | "lg" | "xl" | "none" | "2xl";
20
- } & class_variance_authority_types9.ClassProp) => string;
16
+ border?: "with" | "none";
17
+ borderColor?: "error" | "primary" | "secondary" | "neutral" | "text" | "success" | "warning";
18
+ background?: "with" | "none" | "hoverable";
19
+ gap?: "sm" | "md" | "lg" | "xl" | "2xl" | "none";
20
+ } & class_variance_authority_types3.ClassProp) => string;
21
21
  /** Available rounded corner sizes for the container */
22
22
  declare enum ContainerRoundedSize {
23
23
  NONE = "none",
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Container/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AAaA;AAyEY,cAzEC,iBAyEmB,EAAA,CAAA,KAoEzB,CApEyB,EAAA;EAYpB,WAAA,CAAA,EAAA,IAAA,GAAA,IAAqB,GAAA,IAAA,GAAA,IAAA,GAAA,MAAA,GAAA,KAAA,GAAA,KAAA,GAAA,MAAA;EAUrB,YAAA,CAAA,EAAA,IAAgB,GAAA,IAAA,GAAA,IAAA,GAAA,IAAA,GAAA,MAAA,GAAA,MAAA;EAShB,OAAA,CAAA,EAAA,IAAA,GAAA,IAAkB,GAAA,IAAA,GAAA,IAAA,GAAA,MAAA;EAQlB,SAAA,CAAA,EAAA,SAAA,GAAoB,GAAA,GAAA,GAAA,GAAA,MAAA;EAWpB,MAAA,CAAA,EAAA,MAAA,GAAA,MAAmB;EAOnB,WAAA,CAAA,EAAA,SAAY,GAAA,WAAA,GAAA,SAAA,GAAA,MAAA,GAAA,OAAA,GAAA,SAAA,GAAA,SAAA;EAUZ,UAAA,CAAA,EAAA,MAAc,GAAA,WAAA,GAAA,MAAA;EACC,GAAA,CAAA,EAAA,IAAA,GAAA,IAAA,GAAA,IAAA,GAAA,IAAA,GAAA,MAAA,GAAA,KAAA;CAApB,GAvEL,+BAAA,CAAA,SAuEK,EAAA,GAAA,MAAA;;AADsB,aAnEjB,oBAAA;EAsEuB,IAAA,GAAA,MAAA;EAAf,EAAA,GAAA,IAAA;EAAgC,EAAA,GAAA,IAAA;EAAlD,EAAA,GAAA,IAAA;EAAiB,EAAA,GAAA,IAAA;EAkCN,MAAA,GAAA,KAgCZ;;;;;aA5HW,qBAAA;;;;;;;;;aAUA,gBAAA;;;;;;;;aASA,kBAAA;;;;;;;aAQA,oBAAA;;;;;;;;;;aAWA,mBAAA;;;;;;aAOA,YAAA;;;;;;;;;KAUA,cAAA,GAAiB,kBAC3B,KAAK,oBAAoB,iCAEzB,kBAAkB,eAAe,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkCvC,WAAW,GAAG"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Container/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AAaA;AAyEY,cAzEC,iBAyEmB,EAAA,CAAA,KAoEzB,CApEyB,EAAA;EAYpB,WAAA,CAAA,EAAA,MAAA,GAAA,IAAqB,GAAA,IAAA,GAAA,IAAA,GAAA,IAAA,GAAA,KAAA,GAAA,MAAA,GAAA,KAAA;EAUrB,YAAA,CAAA,EAAA,MAAgB,GAAA,IAAA,GAAA,IAAA,GAAA,IAAA,GAAA,IAAA,GAAA,MAAA;EAShB,OAAA,CAAA,EAAA,IAAA,GAAA,IAAkB,GAAA,IAAA,GAAA,IAAA,GAAA,MAAA;EAQlB,SAAA,CAAA,EAAA,SAAA,GAAoB,GAAA,GAAA,GAAA,GAAA,MAAA;EAWpB,MAAA,CAAA,EAAA,MAAA,GAAA,MAAmB;EAOnB,WAAA,CAAA,EAAA,OAAY,GAAA,SAAA,GAAA,WAAA,GAAA,SAAA,GAAA,MAAA,GAAA,SAAA,GAAA,SAAA;EAUZ,UAAA,CAAA,EAAA,MAAc,GAAA,MAAA,GAAA,WAAA;EACC,GAAA,CAAA,EAAA,IAAA,GAAA,IAAA,GAAA,IAAA,GAAA,IAAA,GAAA,KAAA,GAAA,MAAA;CAApB,GAvEL,+BAAA,CAAA,SAuEK,EAAA,GAAA,MAAA;;AADsB,aAnEjB,oBAAA;EAsEuB,IAAA,GAAA,MAAA;EAAf,EAAA,GAAA,IAAA;EAAgC,EAAA,GAAA,IAAA;EAAlD,EAAA,GAAA,IAAA;EAAiB,EAAA,GAAA,IAAA;EAkCN,MAAA,GAAA,KAgCZ;;;;;aA5HW,qBAAA;;;;;;;;;aAUA,gBAAA;;;;;;;;aASA,kBAAA;;;;;;;aAQA,oBAAA;;;;;;;;;;aAWA,mBAAA;;;;;;aAOA,YAAA;;;;;;;;;KAUA,cAAA,GAAiB,kBAC3B,KAAK,oBAAoB,iCAEzB,kBAAkB,eAAe,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkCvC,WAAW,GAAG"}
@@ -1,4 +1,5 @@
1
1
  import { InputProps } from "../Input/Input.js";
2
+ import "../Input/index.js";
2
3
  import { FC, ReactNode } from "react";
3
4
 
4
5
  //#region src/components/ContentEditor/ContentEditorInput.d.ts
@@ -1 +1 @@
1
- {"version":3,"file":"ContentEditorInput.d.ts","names":[],"sources":["../../../../src/components/ContentEditor/ContentEditorInput.tsx"],"sourcesContent":[],"mappings":";;;;;KAcY,uBAAA;EAAA;EAEA,QAAA,EAAA,UAAA,CAAA,OAAA,CAAA;EAEiB;EAIN,eAAA,EAAA,CAAA,OAAA,EAJM,UAIN,CAAA,OAAA,CAAA,EAAA,GAAA,IAAA;EAED;EACb,QAAA,CAAA,EAAA,OAAA;EAAL;EAAI,QAAA,CAAA,EAAA,CAAA,OAAA,EAHe,UAGf,CAAA,OAAA,CAAA,EAAA,GAAA,OAAA;EA6BK;sBA9BS;IAClB,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA6BI,oBAAoB,GAAG"}
1
+ {"version":3,"file":"ContentEditorInput.d.ts","names":[],"sources":["../../../../src/components/ContentEditor/ContentEditorInput.tsx"],"sourcesContent":[],"mappings":";;;;;;KAcY,uBAAA;;EAAA,QAAA,EAEA,UAFA,CAAA,OAAuB,CAAA;EAEvB;EAEiB,eAAA,EAAA,CAAA,OAAA,EAAA,UAAA,CAAA,OAAA,CAAA,EAAA,GAAA,IAAA;EAIN;EAED,QAAA,CAAA,EAAA,OAAA;EACb;EAAL,QAAA,CAAA,EAAA,CAAA,OAAA,EAHmB,UAGnB,CAAA,OAAA,CAAA,EAAA,GAAA,OAAA;EAAI;EA6BK,iBAAA,CAAA,EA9BS,SAsIrB;IArIG,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA6BI,oBAAoB,GAAG"}
@@ -1,4 +1,5 @@
1
1
  import { AutoSizedTextAreaProps } from "../TextArea/AutoSizeTextArea.js";
2
+ import "../TextArea/index.js";
2
3
  import { FC, ReactNode } from "react";
3
4
 
4
5
  //#region src/components/ContentEditor/ContentEditorTextArea.d.ts
@@ -1 +1 @@
1
- {"version":3,"file":"ContentEditorTextArea.d.ts","names":[],"sources":["../../../../src/components/ContentEditor/ContentEditorTextArea.tsx"],"sourcesContent":[],"mappings":";;;;;KAeY,0BAAA;EAAA;EAUU,QAAA,EAAA,MAAA;EACb;EAAL,eAAA,EAAA,CAAA,OAAA,EAAA,MAAA,EAAA,GAAA,IAAA;EAAI;EA+BK,QAAA,CAAA,EAAA,OAAA;;;;sBAhCS;IAClB,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA+BI,uBAAuB,GAAG"}
1
+ {"version":3,"file":"ContentEditorTextArea.d.ts","names":[],"sources":["../../../../src/components/ContentEditor/ContentEditorTextArea.tsx"],"sourcesContent":[],"mappings":";;;;;;KAeY,0BAAA;;EAAA,QAAA,EAAA,MAAA;EAUU;EACb,eAAA,EAAA,CAAA,OAAA,EAAA,MAAA,EAAA,GAAA,IAAA;EAAL;EAAI,QAAA,CAAA,EAAA,OAAA;EA+BK;;;sBAhCS;IAClB,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA+BI,uBAAuB,GAAG"}
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types5 from "@intlayer/types";
1
+ import * as _intlayer_types17 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/CopyButton/CopyButton.content.d.ts
4
4
  declare const copyContentContent: {
5
5
  key: string;
6
6
  content: {
7
- label: _intlayer_types5.TypedNodeModel<_intlayer_types5.NodeType.Translation, {
7
+ label: _intlayer_types17.TypedNodeModel<_intlayer_types17.NodeType.Translation, {
8
8
  en: string;
9
9
  fr: string;
10
10
  es: string;
@@ -23,7 +23,7 @@ declare const copyContentContent: {
23
23
  id: string;
24
24
  vi: string;
25
25
  }, {
26
- nodeType: _intlayer_types5.NodeType.Translation | "translation";
26
+ nodeType: "translation" | _intlayer_types17.NodeType.Translation;
27
27
  } & {
28
28
  translation: {
29
29
  en: string;
@@ -1 +1 @@
1
- {"version":3,"file":"CopyButton.content.d.ts","names":[],"sources":["../../../../src/components/CopyButton/CopyButton.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,KAAA,iCA2BS,wCAAA"}
1
+ {"version":3,"file":"CopyButton.content.d.ts","names":[],"sources":["../../../../src/components/CopyButton/CopyButton.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,KAAA,kCA2BS,yCAAA"}
@@ -1,8 +1,8 @@
1
1
  import { ButtonProps } from "../Button/Button.js";
2
+ import "../Button/index.js";
2
3
  import { FC } from "react";
3
4
 
4
5
  //#region src/components/CopyButton/index.d.ts
5
-
6
6
  /**
7
7
  * Props for the CopyButton component
8
8
  */
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/CopyButton/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;AAWmB;AAqFnB,KAhFK,eAAA,GAiIJ;;;;;;;;;IAxHG,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAuEC,YAAY,GAAG"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/CopyButton/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;;AAWmB,KAKd,eAAA,GAAe;EAgFP;;;;;;;;IAvET,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAuEC,YAAY,GAAG"}