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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (152) hide show
  1. package/dist/esm/components/CopyToClipboard/index.mjs +12 -9
  2. package/dist/esm/components/CopyToClipboard/index.mjs.map +1 -1
  3. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +32 -1
  4. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
  5. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs +116 -14
  6. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs.map +1 -1
  7. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs +5 -0
  8. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs.map +1 -1
  9. package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +11 -5
  10. package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -1
  11. package/dist/esm/components/Flags/Flag.mjs +5 -8
  12. package/dist/esm/components/Flags/Flag.mjs.map +1 -1
  13. package/dist/esm/components/MarkDownRender/MarkDownRender.mjs +1 -1
  14. package/dist/esm/components/MarkDownRender/MarkDownRender.mjs.map +1 -1
  15. package/dist/esm/components/MarkDownRender/index.mjs +2 -1
  16. package/dist/esm/components/MarkDownRender/processor-adapter.mjs +57 -0
  17. package/dist/esm/components/MarkDownRender/processor-adapter.mjs.map +1 -0
  18. package/dist/esm/components/MarkDownRender/processor.mjs +5 -5
  19. package/dist/esm/components/MarkDownRender/processor.mjs.map +1 -1
  20. package/dist/esm/components/Popover/static.mjs +12 -10
  21. package/dist/esm/components/Popover/static.mjs.map +1 -1
  22. package/dist/esm/components/RightDrawer/RightDrawer.mjs +4 -5
  23. package/dist/esm/components/RightDrawer/RightDrawer.mjs.map +1 -1
  24. package/dist/esm/components/RightDrawer/index.mjs +2 -2
  25. package/dist/esm/components/RightDrawer/useRightDrawer.mjs +65 -0
  26. package/dist/esm/components/RightDrawer/useRightDrawer.mjs.map +1 -0
  27. package/dist/esm/components/index.mjs +3 -2
  28. package/dist/esm/hooks/useScrollBlockage/index.mjs +1 -6
  29. package/dist/esm/hooks/useScrollBlockage/index.mjs.map +1 -1
  30. package/dist/esm/hooks/useScrollBlockage/useScrollBlockageStore.mjs +60 -31
  31. package/dist/esm/hooks/useScrollBlockage/useScrollBlockageStore.mjs.map +1 -1
  32. package/dist/types/components/Badge/index.d.ts +2 -2
  33. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
  34. package/dist/types/components/Breadcrumb/index.d.ts +2 -2
  35. package/dist/types/components/Browser/Browser.content.d.ts +17 -17
  36. package/dist/types/components/Browser/Browser.d.ts +2 -2
  37. package/dist/types/components/Browser/Browser.d.ts.map +1 -1
  38. package/dist/types/components/Button/Button.d.ts +7 -7
  39. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +3 -3
  40. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts.map +1 -1
  41. package/dist/types/components/Command/index.d.ts +16 -16
  42. package/dist/types/components/Command/index.d.ts.map +1 -1
  43. package/dist/types/components/Container/index.d.ts +10 -10
  44. package/dist/types/components/Container/index.d.ts.map +1 -1
  45. package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
  46. package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
  47. package/dist/types/components/CopyToClipboard/index.d.ts +18 -7
  48. package/dist/types/components/CopyToClipboard/index.d.ts.map +1 -1
  49. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
  50. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
  51. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts.map +1 -1
  52. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +265 -48
  53. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
  54. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +33 -33
  55. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
  56. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts +6 -1
  57. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts.map +1 -1
  58. package/dist/types/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts.map +1 -1
  59. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
  60. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
  61. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
  62. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
  63. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
  64. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
  65. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
  66. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +3 -3
  67. package/dist/types/components/Form/FormBase.d.ts +2 -2
  68. package/dist/types/components/Form/FormField.d.ts +2 -2
  69. package/dist/types/components/Form/FormItem.d.ts +2 -2
  70. package/dist/types/components/Form/FormItem.d.ts.map +1 -1
  71. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
  72. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +2 -2
  73. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -1
  74. package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
  75. package/dist/types/components/Form/elements/FormElement.d.ts.map +1 -1
  76. package/dist/types/components/Form/elements/MultiselectElement.d.ts +2 -2
  77. package/dist/types/components/Form/elements/MultiselectElement.d.ts.map +1 -1
  78. package/dist/types/components/Form/elements/OTPElement.d.ts +2 -2
  79. package/dist/types/components/Form/elements/OTPElement.d.ts.map +1 -1
  80. package/dist/types/components/Form/elements/SelectElement.d.ts +2 -2
  81. package/dist/types/components/Form/elements/SelectElement.d.ts.map +1 -1
  82. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
  83. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts.map +1 -1
  84. package/dist/types/components/IDE/CodeContext.d.ts +2 -2
  85. package/dist/types/components/IDE/CodeContext.d.ts.map +1 -1
  86. package/dist/types/components/IDE/code.content.d.ts +5 -5
  87. package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
  88. package/dist/types/components/IDE/selectors.content.d.ts +13 -13
  89. package/dist/types/components/Input/Checkbox.d.ts +4 -4
  90. package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
  91. package/dist/types/components/Input/Input.d.ts +3 -3
  92. package/dist/types/components/Input/Input.d.ts.map +1 -1
  93. package/dist/types/components/Input/OTPInput.d.ts +6 -6
  94. package/dist/types/components/Input/SearchInput.d.ts +2 -2
  95. package/dist/types/components/Link/Link.d.ts +5 -5
  96. package/dist/types/components/Loader/index.content.d.ts +3 -3
  97. package/dist/types/components/Loader/index.content.d.ts.map +1 -1
  98. package/dist/types/components/Loader/spinner.d.ts +2 -2
  99. package/dist/types/components/Loader/spinner.d.ts.map +1 -1
  100. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
  101. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
  102. package/dist/types/components/MarkDownRender/MarkDownRender.d.ts +1 -1
  103. package/dist/types/components/MarkDownRender/MarkDownRender.d.ts.map +1 -1
  104. package/dist/types/components/MarkDownRender/index.d.ts +2 -1
  105. package/dist/types/components/MarkDownRender/processor-adapter.d.ts +85 -0
  106. package/dist/types/components/MarkDownRender/processor-adapter.d.ts.map +1 -0
  107. package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
  108. package/dist/types/components/Navbar/Burger.d.ts +2 -2
  109. package/dist/types/components/Navbar/Burger.d.ts.map +1 -1
  110. package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
  111. package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
  112. package/dist/types/components/Navbar/MobileNavbar.d.ts.map +1 -1
  113. package/dist/types/components/Navbar/index.d.ts +2 -2
  114. package/dist/types/components/Pagination/Pagination.d.ts +4 -4
  115. package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
  116. package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
  117. package/dist/types/components/Popover/static.d.ts +11 -9
  118. package/dist/types/components/Popover/static.d.ts.map +1 -1
  119. package/dist/types/components/RightDrawer/index.d.ts +2 -2
  120. package/dist/types/components/RightDrawer/rightDrawer.content.d.ts +5 -5
  121. package/dist/types/components/RightDrawer/useRightDrawer.d.ts +22 -0
  122. package/dist/types/components/RightDrawer/useRightDrawer.d.ts.map +1 -0
  123. package/dist/types/components/Select/Select.d.ts +3 -3
  124. package/dist/types/components/Select/Select.d.ts.map +1 -1
  125. package/dist/types/components/SocialNetworks/index.d.ts +2 -2
  126. package/dist/types/components/SocialNetworks/index.d.ts.map +1 -1
  127. package/dist/types/components/SwitchSelector/index.d.ts +7 -7
  128. package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
  129. package/dist/types/components/Tab/Tab.d.ts +6 -6
  130. package/dist/types/components/Tab/Tab.d.ts.map +1 -1
  131. package/dist/types/components/Tab/TabContext.d.ts +2 -2
  132. package/dist/types/components/Tab/TabContext.d.ts.map +1 -1
  133. package/dist/types/components/TabSelector/TabSelector.d.ts +5 -5
  134. package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
  135. package/dist/types/components/Table/table.content.d.ts +3 -3
  136. package/dist/types/components/Tag/index.d.ts +5 -5
  137. package/dist/types/components/Terminal/terminal.content.d.ts +5 -5
  138. package/dist/types/components/Terminal/terminal.content.d.ts.map +1 -1
  139. package/dist/types/components/Toaster/Toast.d.ts +2 -2
  140. package/dist/types/components/Toaster/Toast.d.ts.map +1 -1
  141. package/dist/types/components/Toaster/Toaster.d.ts +2 -2
  142. package/dist/types/components/Toaster/Toaster.d.ts.map +1 -1
  143. package/dist/types/components/index.d.ts +3 -2
  144. package/dist/types/hooks/useDevice.d.ts.map +1 -1
  145. package/dist/types/hooks/useScrollBlockage/index.d.ts.map +1 -1
  146. package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +14 -6
  147. package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts.map +1 -1
  148. package/package.json +21 -21
  149. package/dist/esm/components/RightDrawer/useRightDrawerStore.mjs +0 -87
  150. package/dist/esm/components/RightDrawer/useRightDrawerStore.mjs.map +0 -1
  151. package/dist/types/components/RightDrawer/useRightDrawerStore.d.ts +0 -116
  152. package/dist/types/components/RightDrawer/useRightDrawerStore.d.ts.map +0 -1
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types332 from "@intlayer/types";
1
+ import * as _intlayer_types412 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_types332.TypedNodeModel<_intlayer_types332.NodeType.Translation, {
7
+ ariaLabel: _intlayer_types412.TypedNodeModel<_intlayer_types412.NodeType.Translation, {
8
8
  en: string;
9
9
  'en-GB': string;
10
10
  fr: string;
@@ -24,7 +24,7 @@ declare const browserContent: {
24
24
  vi: string;
25
25
  uk: string;
26
26
  }, {
27
- nodeType: "translation" | _intlayer_types332.NodeType.Translation;
27
+ nodeType: "translation" | _intlayer_types412.NodeType.Translation;
28
28
  } & {
29
29
  translation: {
30
30
  en: string;
@@ -47,7 +47,7 @@ declare const browserContent: {
47
47
  uk: string;
48
48
  };
49
49
  }>;
50
- urlLabel: _intlayer_types332.TypedNodeModel<_intlayer_types332.NodeType.Translation, {
50
+ urlLabel: _intlayer_types412.TypedNodeModel<_intlayer_types412.NodeType.Translation, {
51
51
  en: string;
52
52
  'en-GB': string;
53
53
  fr: string;
@@ -67,7 +67,7 @@ declare const browserContent: {
67
67
  vi: string;
68
68
  uk: string;
69
69
  }, {
70
- nodeType: "translation" | _intlayer_types332.NodeType.Translation;
70
+ nodeType: "translation" | _intlayer_types412.NodeType.Translation;
71
71
  } & {
72
72
  translation: {
73
73
  en: string;
@@ -91,7 +91,7 @@ declare const browserContent: {
91
91
  };
92
92
  }>;
93
93
  urlPlaceholder: string;
94
- errorMessage: _intlayer_types332.TypedNodeModel<_intlayer_types332.NodeType.Translation, {
94
+ errorMessage: _intlayer_types412.TypedNodeModel<_intlayer_types412.NodeType.Translation, {
95
95
  en: string;
96
96
  'en-GB': string;
97
97
  fr: string;
@@ -111,7 +111,7 @@ declare const browserContent: {
111
111
  vi: string;
112
112
  uk: string;
113
113
  }, {
114
- nodeType: "translation" | _intlayer_types332.NodeType.Translation;
114
+ nodeType: "translation" | _intlayer_types412.NodeType.Translation;
115
115
  } & {
116
116
  translation: {
117
117
  en: string;
@@ -134,7 +134,7 @@ declare const browserContent: {
134
134
  uk: string;
135
135
  };
136
136
  }>;
137
- domainRestrictionError: _intlayer_types332.TypedNodeModel<_intlayer_types332.NodeType.Translation, {
137
+ domainRestrictionError: _intlayer_types412.TypedNodeModel<_intlayer_types412.NodeType.Translation, {
138
138
  en: string;
139
139
  'en-GB': string;
140
140
  fr: string;
@@ -154,7 +154,7 @@ declare const browserContent: {
154
154
  vi: string;
155
155
  uk: string;
156
156
  }, {
157
- nodeType: "translation" | _intlayer_types332.NodeType.Translation;
157
+ nodeType: "translation" | _intlayer_types412.NodeType.Translation;
158
158
  } & {
159
159
  translation: {
160
160
  en: string;
@@ -177,7 +177,7 @@ declare const browserContent: {
177
177
  uk: string;
178
178
  };
179
179
  }>;
180
- backButtonLabel: _intlayer_types332.TypedNodeModel<_intlayer_types332.NodeType.Translation, {
180
+ backButtonLabel: _intlayer_types412.TypedNodeModel<_intlayer_types412.NodeType.Translation, {
181
181
  en: string;
182
182
  'en-GB': string;
183
183
  fr: string;
@@ -197,7 +197,7 @@ declare const browserContent: {
197
197
  vi: string;
198
198
  uk: string;
199
199
  }, {
200
- nodeType: "translation" | _intlayer_types332.NodeType.Translation;
200
+ nodeType: "translation" | _intlayer_types412.NodeType.Translation;
201
201
  } & {
202
202
  translation: {
203
203
  en: string;
@@ -220,7 +220,7 @@ declare const browserContent: {
220
220
  uk: string;
221
221
  };
222
222
  }>;
223
- forwardButtonLabel: _intlayer_types332.TypedNodeModel<_intlayer_types332.NodeType.Translation, {
223
+ forwardButtonLabel: _intlayer_types412.TypedNodeModel<_intlayer_types412.NodeType.Translation, {
224
224
  en: string;
225
225
  'en-GB': string;
226
226
  fr: string;
@@ -240,7 +240,7 @@ declare const browserContent: {
240
240
  vi: string;
241
241
  uk: string;
242
242
  }, {
243
- nodeType: "translation" | _intlayer_types332.NodeType.Translation;
243
+ nodeType: "translation" | _intlayer_types412.NodeType.Translation;
244
244
  } & {
245
245
  translation: {
246
246
  en: string;
@@ -263,7 +263,7 @@ declare const browserContent: {
263
263
  uk: string;
264
264
  };
265
265
  }>;
266
- reloadButtonTitle: _intlayer_types332.TypedNodeModel<_intlayer_types332.NodeType.Translation, {
266
+ reloadButtonTitle: _intlayer_types412.TypedNodeModel<_intlayer_types412.NodeType.Translation, {
267
267
  en: string;
268
268
  'en-GB': string;
269
269
  fr: string;
@@ -283,7 +283,7 @@ declare const browserContent: {
283
283
  vi: string;
284
284
  uk: string;
285
285
  }, {
286
- nodeType: "translation" | _intlayer_types332.NodeType.Translation;
286
+ nodeType: "translation" | _intlayer_types412.NodeType.Translation;
287
287
  } & {
288
288
  translation: {
289
289
  en: string;
@@ -306,7 +306,7 @@ declare const browserContent: {
306
306
  uk: string;
307
307
  };
308
308
  }>;
309
- iframeTitle: _intlayer_types332.TypedNodeModel<_intlayer_types332.NodeType.Translation, {
309
+ iframeTitle: _intlayer_types412.TypedNodeModel<_intlayer_types412.NodeType.Translation, {
310
310
  en: string;
311
311
  'en-GB': string;
312
312
  fr: string;
@@ -326,7 +326,7 @@ declare const browserContent: {
326
326
  vi: string;
327
327
  uk: string;
328
328
  }, {
329
- nodeType: "translation" | _intlayer_types332.NodeType.Translation;
329
+ nodeType: "translation" | _intlayer_types412.NodeType.Translation;
330
330
  } & {
331
331
  translation: {
332
332
  en: string;
@@ -1,5 +1,5 @@
1
1
  import { CSSProperties, HTMLAttributes, RefObject } from "react";
2
- import * as react_jsx_runtime11 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/Browser/Browser.d.ts
5
5
  type BrowserProps = {
@@ -24,7 +24,7 @@ declare const Browser: ({
24
24
  ref,
25
25
  domainRestriction,
26
26
  ...props
27
- }: BrowserProps) => react_jsx_runtime11.JSX.Element;
27
+ }: BrowserProps) => react_jsx_runtime0.JSX.Element;
28
28
  //#endregion
29
29
  export { Browser, BrowserProps };
30
30
  //# sourceMappingURL=Browser.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Browser.d.ts","names":[],"sources":["../../../../src/components/Browser/Browser.tsx"],"sourcesContent":[],"mappings":";;;;KAkBY,YAAA;;;EAAA,SAAA,CAAA,EAAA,MAAY;EAId,KAAA,CAAA,EAAA,aAAA;EAIQ,IAAA,CAAA,EAAA,IAAA,GAAA,IAAA,GAAA,IAAA,GAAA,IAAA,GAAA,IAAA;EAAV,YAAA,CAAA,EAAA,MAAA;EAEW,OAAA,CAAA,EAAA,MAAA;EAAf,GAAA,CAAA,EAFI,SAEJ,CAFc,iBAEd,GAAA,IAAA,CAAA;EAAc,iBAAA,CAAA,EAAA,MAAA;AAElB,CAAA,GAFI,cAqVH,CArVkB,iBAqVlB,CAAA;AAnVuB,cAAX,OAAW,EAAA,CAAA;EAAA,UAAA;EAAA,IAAA;EAAA,SAAA;EAAA,KAAA;EAAA,IAAA;EAAA,YAAA,EAAA,SAAA;EAAA,OAAA;EAAA,GAAA;EAAA,iBAAA;EAAA,GAAA;AAAA,CAAA,EAWrB,YAXqB,EAAA,GAWT,mBAAA,CAAA,GAAA,CAAA,OAXS"}
1
+ {"version":3,"file":"Browser.d.ts","names":[],"sources":["../../../../src/components/Browser/Browser.tsx"],"sourcesContent":[],"mappings":";;;;KAkBY,YAAA;;;EAAA,SAAA,CAAA,EAAA,MAAY;EAId,KAAA,CAAA,EAAA,aAAA;EAIQ,IAAA,CAAA,EAAA,IAAA,GAAA,IAAA,GAAA,IAAA,GAAA,IAAA,GAAA,IAAA;EAAV,YAAA,CAAA,EAAA,MAAA;EAEW,OAAA,CAAA,EAAA,MAAA;EAAf,GAAA,CAAA,EAFI,SAEJ,CAFc,iBAEd,GAAA,IAAA,CAAA;EAAc,iBAAA,CAAA,EAAA,MAAA;AAElB,CAAA,GAFI,cAqVH,CArVkB,iBAqVlB,CAAA;AAnVuB,cAAX,OAAW,EAAA,CAAA;EAAA,UAAA;EAAA,IAAA;EAAA,SAAA;EAAA,KAAA;EAAA,IAAA;EAAA,YAAA,EAAA,SAAA;EAAA,OAAA;EAAA,GAAA;EAAA,iBAAA;EAAA,GAAA;AAAA,CAAA,EAWrB,YAXqB,EAAA,GAWT,kBAAA,CAAA,GAAA,CAAA,OAXS"}
@@ -1,5 +1,5 @@
1
1
  import { ButtonHTMLAttributes, DetailedHTMLProps, FC } from "react";
2
- import * as class_variance_authority_types3 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
  import { LucideIcon } from "lucide-react";
5
5
 
@@ -60,13 +60,13 @@ declare enum ButtonTextAlign {
60
60
  * Enhanced button variants with improved accessibility and focus states
61
61
  */
62
62
  declare const buttonVariants: (props?: {
63
- size?: "lg" | "md" | "sm" | "xl" | "icon-sm" | "icon-md" | "icon-lg" | "icon-xl";
64
- color?: "text" | "error" | "custom" | "success" | "primary" | "secondary" | "destructive" | "neutral" | "card" | "light" | "dark" | "current" | "text-inverse";
65
- roundedSize?: "none" | "lg" | "md" | "sm" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "full";
66
- variant?: "input" | "none" | "default" | "outline" | "link" | "invisible-link" | "hoverable" | "fade";
67
- textAlign?: "left" | "right" | "center";
63
+ size?: "sm" | "md" | "lg" | "xl" | "icon-sm" | "icon-md" | "icon-lg" | "icon-xl";
64
+ color?: "primary" | "secondary" | "destructive" | "neutral" | "card" | "light" | "dark" | "text" | "current" | "text-inverse" | "error" | "success" | "custom";
65
+ roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "4xl" | "5xl" | "full";
66
+ variant?: "default" | "none" | "outline" | "link" | "invisible-link" | "hoverable" | "fade" | "input";
67
+ textAlign?: "left" | "center" | "right";
68
68
  isFullWidth?: boolean;
69
- } & class_variance_authority_types3.ClassProp) => string;
69
+ } & class_variance_authority_types0.ClassProp) => string;
70
70
  /**
71
71
  * Enhanced Button component props with comprehensive type safety and accessibility features
72
72
  */
@@ -1,13 +1,13 @@
1
1
  import { FC, HTMLAttributes, ReactNode } from "react";
2
- import * as class_variance_authority_types4 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/CollapsibleTable/CollapsibleTable.d.ts
6
6
  declare const collapsibleTableVariants: (props?: {
7
7
  size?: "sm" | "md" | "lg" | "xl" | "full";
8
8
  variant?: "default" | "dark" | "ghost" | "outlined";
9
- spacing?: "none" | "sm" | "md" | "lg" | "auto";
10
- } & class_variance_authority_types4.ClassProp) => string;
9
+ spacing?: "sm" | "md" | "lg" | "none" | "auto";
10
+ } & class_variance_authority_types0.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,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
+ {"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,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_runtime12 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,33 +25,33 @@ 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" | "asChild" | keyof react6.InputHTMLAttributes<HTMLInputElement>>, "onChange" | "type" | "value"> & {
32
+ }, "key" | keyof react0.InputHTMLAttributes<HTMLInputElement> | "asChild">, "onChange" | "type" | "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>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
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
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>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
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
- }, "key" | keyof HTMLAttributes<HTMLDivElement> | "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>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
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;
@@ -59,17 +59,17 @@ declare const Command: {
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>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
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
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>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
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;
@@ -79,11 +79,11 @@ declare const Command: {
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_runtime12.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;;;;;AAuHA;;;;;;;;;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;;;;;AAuHA;;;;;;;;;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_types0 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/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?: "none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "full";
13
- transparency?: "none" | "sm" | "md" | "lg" | "xl" | "full" | "xs";
14
- padding?: "none" | "sm" | "md" | "lg" | "xl" | "2xl";
15
- separator?: "both" | "without" | "x" | "y";
16
- border?: "with" | "none";
17
- borderColor?: "error" | "primary" | "secondary" | "neutral" | "card" | "text" | "warning" | "success";
18
- background?: "with" | "none" | "hoverable";
19
- gap?: "none" | "sm" | "md" | "lg" | "xl" | "2xl";
20
- } & class_variance_authority_types0.ClassProp) => string;
12
+ roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "4xl" | "full";
13
+ transparency?: "xs" | "sm" | "md" | "lg" | "xl" | "none" | "full";
14
+ padding?: "sm" | "md" | "lg" | "xl" | "2xl" | "none";
15
+ separator?: "without" | "x" | "y" | "both";
16
+ border?: "none" | "with";
17
+ borderColor?: "primary" | "secondary" | "neutral" | "card" | "text" | "error" | "success" | "warning";
18
+ background?: "none" | "hoverable" | "with";
19
+ gap?: "sm" | "md" | "lg" | "xl" | "2xl" | "none";
20
+ } & class_variance_authority_types1.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;AAsFY,cAtFC,iBAsFmB,EAAA,CAAA,KAuEzB,CAvEyB,EAAA;EAcpB,WAAA,CAAA,EAAA,MAAA,GAAA,IAAqB,GAAA,IAAA,GAAA,IAAA,GAAA,IAAA,GAAA,KAAA,GAAA,KAAA,GAAA,KAAA,GAAA,MAAA;EAUrB,YAAA,CAAA,EAAA,MAAgB,GAAA,IAAA,GAAA,IAAA,GAAA,IAAA,GAAA,IAAA,GAAA,MAAA,GAAA,IAAA;EAShB,OAAA,CAAA,EAAA,MAAA,GAAA,IAAkB,GAAA,IAAA,GAAA,IAAA,GAAA,IAAA,GAAA,KAAA;EAQlB,SAAA,CAAA,EAAA,MAAA,GAAA,SAAoB,GAAA,GAAA,GAAA,GAAA;EAYpB,MAAA,CAAA,EAAA,MAAA,GAAA,MAAmB;EAOnB,WAAA,CAAA,EAAA,OAAY,GAAA,SAAA,GAAA,WAAA,GAAA,SAAA,GAAA,MAAA,GAAA,MAAA,GAAA,SAAA,GAAA,SAAA;EAUZ,UAAA,CAAA,EAAA,MAAc,GAAA,MAAA,GAAA,WAAA;EACC,GAAA,CAAA,EAAA,MAAA,GAAA,IAAA,GAAA,IAAA,GAAA,IAAA,GAAA,IAAA,GAAA,KAAA;CAApB,GA1EL,+BAAA,CAAA,SA0EK,EAAA,GAAA,MAAA;;AADsB,aAtEjB,oBAAA;EAyEuB,IAAA,GAAA,MAAA;EAAf,EAAA,GAAA,IAAA;EAAgC,EAAA,GAAA,IAAA;EAAlD,EAAA,GAAA,IAAA;EAAiB,EAAA,GAAA,IAAA;EAkCN,KAAA,GAAA,KAgCZ;;;;;;;aA7HW,qBAAA;;;;;;;;;aAUA,gBAAA;;;;;;;;aASA,kBAAA;;;;;;;aAQA,oBAAA;;;;;;;;;;;aAYA,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;AAsFY,cAtFC,iBAsFmB,EAAA,CAAA,KAuEzB,CAvEyB,EAAA;EAcpB,WAAA,CAAA,EAAA,IAAA,GAAA,IAAqB,GAAA,IAAA,GAAA,IAAA,GAAA,KAAA,GAAA,MAAA,GAAA,KAAA,GAAA,KAAA,GAAA,MAAA;EAUrB,YAAA,CAAA,EAAA,IAAgB,GAAA,IAAA,GAAA,IAAA,GAAA,IAAA,GAAA,IAAA,GAAA,MAAA,GAAA,MAAA;EAShB,OAAA,CAAA,EAAA,IAAA,GAAA,IAAkB,GAAA,IAAA,GAAA,IAAA,GAAA,KAAA,GAAA,MAAA;EAQlB,SAAA,CAAA,EAAA,SAAA,GAAoB,GAAA,GAAA,GAAA,GAAA,MAAA;EAYpB,MAAA,CAAA,EAAA,MAAA,GAAA,MAAmB;EAOnB,WAAA,CAAA,EAAA,SAAY,GAAA,WAAA,GAAA,SAAA,GAAA,MAAA,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,KAAA,GAAA,MAAA;CAApB,GA1EL,+BAAA,CAAA,SA0EK,EAAA,GAAA,MAAA;;AADsB,aAtEjB,oBAAA;EAyEuB,IAAA,GAAA,MAAA;EAAf,EAAA,GAAA,IAAA;EAAgC,EAAA,GAAA,IAAA;EAAlD,EAAA,GAAA,IAAA;EAAiB,EAAA,GAAA,IAAA;EAkCN,KAAA,GAAA,KAgCZ;;;;;;;aA7HW,qBAAA;;;;;;;;;aAUA,gBAAA;;;;;;;;aASA,kBAAA;;;;;;;aAQA,oBAAA;;;;;;;;;;;aAYA,mBAAA;;;;;;aAOA,YAAA;;;;;;;;;KAUA,cAAA,GAAiB,kBAC3B,KAAK,oBAAoB,iCAEzB,kBAAkB,eAAe,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkCvC,WAAW,GAAG"}
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types356 from "@intlayer/types";
1
+ import * as _intlayer_types8 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_types356.TypedNodeModel<_intlayer_types356.NodeType.Translation, {
7
+ label: _intlayer_types8.TypedNodeModel<_intlayer_types8.NodeType.Translation, {
8
8
  en: string;
9
9
  fr: string;
10
10
  es: string;
@@ -24,7 +24,7 @@ declare const copyContentContent: {
24
24
  vi: string;
25
25
  uk: string;
26
26
  }, {
27
- nodeType: "translation" | _intlayer_types356.NodeType.Translation;
27
+ nodeType: "translation" | _intlayer_types8.NodeType.Translation;
28
28
  } & {
29
29
  translation: {
30
30
  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,mCA4BS,0CAAA"}
1
+ {"version":3,"file":"CopyButton.content.d.ts","names":[],"sources":["../../../../src/components/CopyButton/CopyButton.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,KAAA,iCA4BS,wCAAA"}
@@ -50,6 +50,16 @@ interface CopyToClipboardProps extends PropsWithChildren {
50
50
  * @default true
51
51
  */
52
52
  preventDefault?: boolean;
53
+ /**
54
+ * Stop the propagation of the event when clicked
55
+ * @default true
56
+ */
57
+ stopPropagation?: boolean;
58
+ /**
59
+ * The size of the icon in pixels
60
+ * @default 16
61
+ */
62
+ size?: number;
53
63
  }
54
64
  declare const useCopyToClipboard: (text?: string, feedbackDuration?: number, onCopySuccess?: () => void, onCopyError?: (error: Error) => void) => {
55
65
  isCopied: boolean;
@@ -65,17 +75,18 @@ declare const useCopyToClipboard: (text?: string, feedbackDuration?: number, onC
65
75
  * ```tsx
66
76
  * // Basic usage
67
77
  * <CopyToClipboard text="Hello World">
68
- * <span>Click to copy</span>
78
+ * <span>Click to copy</span>
69
79
  * </CopyToClipboard>
70
80
  *
71
- * // With custom styling and callbacks
81
+ * // With custom styling, callbacks, and icon size
72
82
  * <CopyToClipboard
73
- * text="npm install @intlayer/design-system"
74
- * className="bg-gray-100 p-2"
75
- * feedbackDuration={3000}
76
- * onCopySuccess={() => console.log('Copied!')}
83
+ * text="npm install @intlayer/design-system"
84
+ * className="bg-gray-100 p-2"
85
+ * feedbackDuration={3000}
86
+ * size={20}
87
+ * onCopySuccess={() => console.log('Copied!')}
77
88
  * >
78
- * <code>npm install @intlayer/design-system</code>
89
+ * <code>npm install @intlayer/design-system</code>
79
90
  * </CopyToClipboard>
80
91
  * ```
81
92
  *
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/CopyToClipboard/index.tsx"],"sourcesContent":[],"mappings":";;;;;;AAeA;AAuDa,UAvDI,oBAAA,SAA6B,iBA2DtB,CAAA;EA2DX;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBA9EW;;;;;;;;;;;;cAeX,iHAIW;;cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA2DX,iBAAiB,GAAG"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/CopyToClipboard/index.tsx"],"sourcesContent":[],"mappings":";;;;;;AAeA;AAmEa,UAnEI,oBAAA,SAA6B,iBAuEtB,CAAA;EA4DX;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBA3FW;;;;;;;;;;;;;;;;;;;;;;cA2BX,iHAIW;;cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA4DX,iBAAiB,GAAG"}
@@ -1,11 +1,11 @@
1
- import * as _intlayer_types59 from "@intlayer/types";
1
+ import * as _intlayer_types112 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts
4
4
  declare const dictionaryFormContent: {
5
5
  key: string;
6
6
  content: {
7
7
  keyInput: {
8
- label: _intlayer_types59.TypedNodeModel<_intlayer_types59.NodeType.Translation, {
8
+ label: _intlayer_types112.TypedNodeModel<_intlayer_types112.NodeType.Translation, {
9
9
  en: string;
10
10
  'en-GB': string;
11
11
  fr: string;
@@ -25,7 +25,7 @@ declare const dictionaryFormContent: {
25
25
  vi: string;
26
26
  uk: string;
27
27
  }, {
28
- nodeType: "translation" | _intlayer_types59.NodeType.Translation;
28
+ nodeType: "translation" | _intlayer_types112.NodeType.Translation;
29
29
  } & {
30
30
  translation: {
31
31
  en: string;
@@ -48,7 +48,7 @@ declare const dictionaryFormContent: {
48
48
  uk: string;
49
49
  };
50
50
  }>;
51
- placeholder: _intlayer_types59.TypedNodeModel<_intlayer_types59.NodeType.Translation, {
51
+ placeholder: _intlayer_types112.TypedNodeModel<_intlayer_types112.NodeType.Translation, {
52
52
  en: string;
53
53
  'en-GB': string;
54
54
  fr: string;
@@ -68,7 +68,7 @@ declare const dictionaryFormContent: {
68
68
  vi: string;
69
69
  uk: string;
70
70
  }, {
71
- nodeType: "translation" | _intlayer_types59.NodeType.Translation;
71
+ nodeType: "translation" | _intlayer_types112.NodeType.Translation;
72
72
  } & {
73
73
  translation: {
74
74
  en: string;
@@ -93,7 +93,7 @@ declare const dictionaryFormContent: {
93
93
  }>;
94
94
  };
95
95
  projectInput: {
96
- label: _intlayer_types59.TypedNodeModel<_intlayer_types59.NodeType.Translation, {
96
+ label: _intlayer_types112.TypedNodeModel<_intlayer_types112.NodeType.Translation, {
97
97
  en: string;
98
98
  'en-GB': string;
99
99
  fr: string;
@@ -113,7 +113,7 @@ declare const dictionaryFormContent: {
113
113
  vi: string;
114
114
  uk: string;
115
115
  }, {
116
- nodeType: "translation" | _intlayer_types59.NodeType.Translation;
116
+ nodeType: "translation" | _intlayer_types112.NodeType.Translation;
117
117
  } & {
118
118
  translation: {
119
119
  en: string;
@@ -136,7 +136,7 @@ declare const dictionaryFormContent: {
136
136
  uk: string;
137
137
  };
138
138
  }>;
139
- placeholder: _intlayer_types59.TypedNodeModel<_intlayer_types59.NodeType.Translation, {
139
+ placeholder: _intlayer_types112.TypedNodeModel<_intlayer_types112.NodeType.Translation, {
140
140
  en: string;
141
141
  'en-GB': string;
142
142
  fr: string;
@@ -156,7 +156,7 @@ declare const dictionaryFormContent: {
156
156
  vi: string;
157
157
  uk: string;
158
158
  }, {
159
- nodeType: "translation" | _intlayer_types59.NodeType.Translation;
159
+ nodeType: "translation" | _intlayer_types112.NodeType.Translation;
160
160
  } & {
161
161
  translation: {
162
162
  en: string;
@@ -181,7 +181,7 @@ declare const dictionaryFormContent: {
181
181
  }>;
182
182
  };
183
183
  noDictionaryView: {
184
- title: _intlayer_types59.TypedNodeModel<_intlayer_types59.NodeType.Translation, {
184
+ title: _intlayer_types112.TypedNodeModel<_intlayer_types112.NodeType.Translation, {
185
185
  en: string;
186
186
  'en-GB': string;
187
187
  fr: string;
@@ -201,7 +201,7 @@ declare const dictionaryFormContent: {
201
201
  vi: string;
202
202
  uk: string;
203
203
  }, {
204
- nodeType: "translation" | _intlayer_types59.NodeType.Translation;
204
+ nodeType: "translation" | _intlayer_types112.NodeType.Translation;
205
205
  } & {
206
206
  translation: {
207
207
  en: string;
@@ -224,7 +224,7 @@ declare const dictionaryFormContent: {
224
224
  uk: string;
225
225
  };
226
226
  }>;
227
- description: _intlayer_types59.TypedNodeModel<_intlayer_types59.NodeType.Translation, {
227
+ description: _intlayer_types112.TypedNodeModel<_intlayer_types112.NodeType.Translation, {
228
228
  en: string;
229
229
  'en-GB': string;
230
230
  fr: string;
@@ -244,7 +244,7 @@ declare const dictionaryFormContent: {
244
244
  vi: string;
245
245
  uk: string;
246
246
  }, {
247
- nodeType: "translation" | _intlayer_types59.NodeType.Translation;
247
+ nodeType: "translation" | _intlayer_types112.NodeType.Translation;
248
248
  } & {
249
249
  translation: {
250
250
  en: string;
@@ -268,7 +268,7 @@ declare const dictionaryFormContent: {
268
268
  };
269
269
  }>;
270
270
  };
271
- createDictionaryTitle: _intlayer_types59.TypedNodeModel<_intlayer_types59.NodeType.Translation, {
271
+ createDictionaryTitle: _intlayer_types112.TypedNodeModel<_intlayer_types112.NodeType.Translation, {
272
272
  en: string;
273
273
  'en-GB': string;
274
274
  fr: string;
@@ -288,7 +288,7 @@ declare const dictionaryFormContent: {
288
288
  vi: string;
289
289
  uk: string;
290
290
  }, {
291
- nodeType: "translation" | _intlayer_types59.NodeType.Translation;
291
+ nodeType: "translation" | _intlayer_types112.NodeType.Translation;
292
292
  } & {
293
293
  translation: {
294
294
  en: string;
@@ -311,7 +311,7 @@ declare const dictionaryFormContent: {
311
311
  uk: string;
312
312
  };
313
313
  }>;
314
- createDictionaryDescription: _intlayer_types59.TypedNodeModel<_intlayer_types59.NodeType.Translation, {
314
+ createDictionaryDescription: _intlayer_types112.TypedNodeModel<_intlayer_types112.NodeType.Translation, {
315
315
  en: string;
316
316
  'en-GB': string;
317
317
  fr: string;
@@ -331,7 +331,7 @@ declare const dictionaryFormContent: {
331
331
  vi: string;
332
332
  uk: string;
333
333
  }, {
334
- nodeType: "translation" | _intlayer_types59.NodeType.Translation;
334
+ nodeType: "translation" | _intlayer_types112.NodeType.Translation;
335
335
  } & {
336
336
  translation: {
337
337
  en: string;
@@ -355,7 +355,7 @@ declare const dictionaryFormContent: {
355
355
  };
356
356
  }>;
357
357
  createDictionaryButton: {
358
- text: _intlayer_types59.TypedNodeModel<_intlayer_types59.NodeType.Translation, {
358
+ text: _intlayer_types112.TypedNodeModel<_intlayer_types112.NodeType.Translation, {
359
359
  en: string;
360
360
  'en-GB': string;
361
361
  fr: string;
@@ -375,7 +375,7 @@ declare const dictionaryFormContent: {
375
375
  vi: string;
376
376
  uk: string;
377
377
  }, {
378
- nodeType: "translation" | _intlayer_types59.NodeType.Translation;
378
+ nodeType: "translation" | _intlayer_types112.NodeType.Translation;
379
379
  } & {
380
380
  translation: {
381
381
  en: string;
@@ -398,7 +398,7 @@ declare const dictionaryFormContent: {
398
398
  uk: string;
399
399
  };
400
400
  }>;
401
- ariaLabel: _intlayer_types59.TypedNodeModel<_intlayer_types59.NodeType.Translation, {
401
+ ariaLabel: _intlayer_types112.TypedNodeModel<_intlayer_types112.NodeType.Translation, {
402
402
  en: string;
403
403
  'en-GB': string;
404
404
  fr: string;
@@ -418,7 +418,7 @@ declare const dictionaryFormContent: {
418
418
  vi: string;
419
419
  uk: string;
420
420
  }, {
421
- nodeType: "translation" | _intlayer_types59.NodeType.Translation;
421
+ nodeType: "translation" | _intlayer_types112.NodeType.Translation;
422
422
  } & {
423
423
  translation: {
424
424
  en: string;
@@ -443,7 +443,7 @@ declare const dictionaryFormContent: {
443
443
  }>;
444
444
  };
445
445
  editButton: {
446
- text: _intlayer_types59.TypedNodeModel<_intlayer_types59.NodeType.Translation, {
446
+ text: _intlayer_types112.TypedNodeModel<_intlayer_types112.NodeType.Translation, {
447
447
  en: string;
448
448
  'en-GB': string;
449
449
  fr: string;
@@ -463,7 +463,7 @@ declare const dictionaryFormContent: {
463
463
  vi: string;
464
464
  uk: string;
465
465
  }, {
466
- nodeType: "translation" | _intlayer_types59.NodeType.Translation;
466
+ nodeType: "translation" | _intlayer_types112.NodeType.Translation;
467
467
  } & {
468
468
  translation: {
469
469
  en: string;
@@ -486,7 +486,7 @@ declare const dictionaryFormContent: {
486
486
  uk: string;
487
487
  };
488
488
  }>;
489
- ariaLabel: _intlayer_types59.TypedNodeModel<_intlayer_types59.NodeType.Translation, {
489
+ ariaLabel: _intlayer_types112.TypedNodeModel<_intlayer_types112.NodeType.Translation, {
490
490
  en: string;
491
491
  'en-GB': string;
492
492
  fr: string;
@@ -506,7 +506,7 @@ declare const dictionaryFormContent: {
506
506
  vi: string;
507
507
  uk: string;
508
508
  }, {
509
- nodeType: "translation" | _intlayer_types59.NodeType.Translation;
509
+ nodeType: "translation" | _intlayer_types112.NodeType.Translation;
510
510
  } & {
511
511
  translation: {
512
512
  en: string;