carbon-react 158.50.0 → 159.0.1

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 (295) hide show
  1. package/esm/__internal__/checkable-input/__next__/checkable-input.component.js +1 -1
  2. package/esm/__internal__/checkable-input/__next__/checkable-input.style.js +1 -1
  3. package/esm/__internal__/checkable-input/checkable-input.style.js +1 -1
  4. package/esm/__internal__/error-border/error-border.style.d.ts +4 -0
  5. package/esm/__internal__/error-border/error-border.style.js +1 -0
  6. package/esm/__internal__/fieldset/__next__/fieldset.component.js +1 -1
  7. package/esm/__internal__/fieldset/fieldset.component.js +1 -1
  8. package/esm/__internal__/fieldset-validation-context/fieldset-validation-context.d.ts +6 -0
  9. package/esm/__internal__/fieldset-validation-context/index.d.ts +1 -0
  10. package/esm/__internal__/fieldset-validation-context/index.js +1 -0
  11. package/esm/__internal__/form-field/form-field.component.d.ts +1 -1
  12. package/esm/__internal__/form-field/form-field.component.js +1 -1
  13. package/esm/__internal__/hint-text/hint-text.component.d.ts +6 -21
  14. package/esm/__internal__/hint-text/hint-text.component.js +1 -1
  15. package/esm/__internal__/hint-text/hint-text.style.d.ts +5 -2
  16. package/esm/__internal__/hint-text/hint-text.style.js +1 -1
  17. package/esm/__internal__/hint-text/index.d.ts +0 -1
  18. package/esm/__internal__/input/index.d.ts +2 -5
  19. package/esm/__internal__/input/index.js +1 -1
  20. package/esm/__internal__/input/input-style-overrides.style.d.ts +8 -0
  21. package/esm/__internal__/input/input-style-overrides.style.js +1 -0
  22. package/esm/__internal__/input/input.component.d.ts +22 -31
  23. package/esm/__internal__/input/input.component.js +1 -1
  24. package/esm/__internal__/input/input.style.d.ts +9 -5
  25. package/esm/__internal__/input/input.style.js +1 -1
  26. package/esm/__internal__/input-icon-toggle/input-icon-toggle.component.d.ts +9 -3
  27. package/esm/__internal__/input-icon-toggle/input-icon-toggle.component.js +1 -1
  28. package/esm/__internal__/input-icon-toggle/input-icon-toggle.style.d.ts +7 -9
  29. package/esm/__internal__/input-icon-toggle/input-icon-toggle.style.js +1 -1
  30. package/esm/__internal__/label/index.d.ts +0 -1
  31. package/esm/__internal__/label/label.component.d.ts +14 -31
  32. package/esm/__internal__/label/label.component.js +1 -1
  33. package/esm/__internal__/label/label.style.d.ts +5 -22
  34. package/esm/__internal__/label/label.style.js +1 -1
  35. package/esm/__internal__/legacy-error-border/error-border.style.js +1 -0
  36. package/esm/__internal__/legacy-hint-text/hint-text.component.d.ts +27 -0
  37. package/esm/__internal__/legacy-hint-text/hint-text.component.js +1 -0
  38. package/esm/__internal__/legacy-hint-text/hint-text.style.d.ts +3 -0
  39. package/esm/__internal__/legacy-hint-text/hint-text.style.js +1 -0
  40. package/esm/__internal__/legacy-hint-text/index.d.ts +2 -0
  41. package/esm/__internal__/legacy-hint-text/index.js +1 -0
  42. package/esm/__internal__/legacy-input/index.d.ts +5 -0
  43. package/esm/__internal__/legacy-input/index.js +1 -0
  44. package/{lib/__internal__/input → esm/__internal__/legacy-input}/input-presentation.style.d.ts +1 -1
  45. package/esm/__internal__/{input → legacy-input}/input-presentation.style.js +1 -1
  46. package/esm/__internal__/legacy-input/input.component.d.ts +54 -0
  47. package/esm/__internal__/legacy-input/input.component.js +1 -0
  48. package/esm/__internal__/legacy-input/input.style.d.ts +3 -0
  49. package/esm/__internal__/legacy-input/input.style.js +1 -0
  50. package/esm/__internal__/legacy-label/index.d.ts +2 -0
  51. package/esm/__internal__/legacy-label/index.js +1 -0
  52. package/esm/__internal__/legacy-label/label.component.d.ts +37 -0
  53. package/esm/__internal__/legacy-label/label.component.js +1 -0
  54. package/esm/__internal__/legacy-label/label.style.d.ts +25 -0
  55. package/esm/__internal__/legacy-label/label.style.js +1 -0
  56. package/esm/__internal__/utils/helpers/combine-refs/index.d.ts +3 -0
  57. package/esm/__internal__/utils/helpers/combine-refs/index.js +1 -0
  58. package/esm/__internal__/validation-message/__next__/index.d.ts +1 -0
  59. package/esm/__internal__/validation-message/__next__/index.js +1 -0
  60. package/esm/__internal__/validation-message/__next__/validation-message.component.d.ts +20 -0
  61. package/esm/__internal__/validation-message/__next__/validation-message.component.js +1 -0
  62. package/esm/__internal__/validation-message/__next__/validation-message.style.d.ts +6 -0
  63. package/esm/__internal__/validation-message/__next__/validation-message.style.js +1 -0
  64. package/esm/components/button-toggle/button-toggle-group/button-toggle-group.component.js +1 -1
  65. package/esm/components/checkbox/checkbox-group/checkbox-group.component.js +1 -1
  66. package/esm/components/checkbox/checkbox-group/checkbox-group.style.js +1 -1
  67. package/esm/components/checkbox/checkbox.style.js +1 -1
  68. package/esm/components/date/date.component.js +1 -1
  69. package/esm/components/date/date.style.js +1 -1
  70. package/esm/components/date-range/date-range.style.js +1 -1
  71. package/esm/components/file-input/file-input.component.d.ts +1 -1
  72. package/esm/components/file-input/file-input.component.js +1 -1
  73. package/esm/components/file-input/file-input.style.d.ts +1 -1
  74. package/esm/components/file-input/file-input.style.js +1 -1
  75. package/esm/components/icon/icon.style.js +1 -1
  76. package/esm/components/inline-inputs/inline-inputs.component.d.ts +5 -1
  77. package/esm/components/inline-inputs/inline-inputs.component.js +1 -1
  78. package/esm/components/inline-inputs/inline-inputs.style.js +1 -1
  79. package/esm/components/menu/menu-full-screen/menu-full-screen.style.js +1 -1
  80. package/esm/components/number/number.component.js +1 -1
  81. package/esm/components/numeral-date/numeral-date.component.d.ts +6 -3
  82. package/esm/components/numeral-date/numeral-date.component.js +1 -1
  83. package/esm/components/numeral-date/numeral-date.style.d.ts +2 -14
  84. package/esm/components/numeral-date/numeral-date.style.js +1 -1
  85. package/esm/components/pager/__internal__/pager-navigation.component.js +1 -1
  86. package/esm/components/pager/pager.component.js +1 -1
  87. package/esm/components/pager/pager.style.js +1 -1
  88. package/esm/components/search/search-button.style.js +1 -1
  89. package/esm/components/search/search.component.js +1 -1
  90. package/esm/components/search/search.style.js +1 -1
  91. package/esm/components/select/__internal__/select-textbox/select-textbox.component.d.ts +12 -3
  92. package/esm/components/select/__internal__/select-textbox/select-textbox.component.js +1 -1
  93. package/esm/components/select/__internal__/select-textbox/select-textbox.style.d.ts +10 -3
  94. package/esm/components/select/__internal__/select-textbox/select-textbox.style.js +1 -1
  95. package/esm/components/select/filterable-select/filterable-select.component.js +1 -1
  96. package/esm/components/select/multi-select/multi-select.component.js +1 -1
  97. package/esm/components/select/multi-select/multi-select.style.js +1 -1
  98. package/esm/components/select/select.style.js +1 -1
  99. package/esm/components/select/simple-select/simple-select.component.js +1 -1
  100. package/esm/components/simple-color-picker/simple-color/simple-color.style.d.ts +1 -1
  101. package/esm/components/simple-color-picker/simple-color/simple-color.style.js +1 -1
  102. package/esm/components/switch/switch.component.js +1 -1
  103. package/esm/components/text-editor/__internal__/__ui__/ContentEditor/content-editor.component.js +1 -1
  104. package/esm/components/text-editor/text-editor.component.js +1 -1
  105. package/esm/components/textarea/textarea.component.d.ts +4 -2
  106. package/esm/components/textarea/textarea.component.js +1 -1
  107. package/esm/components/textarea/textarea.style.js +1 -1
  108. package/esm/components/textbox/__internal__/__next__/index.d.ts +2 -0
  109. package/esm/components/textbox/__internal__/__next__/index.js +1 -0
  110. package/esm/components/textbox/__internal__/__next__/text-input.component.d.ts +91 -0
  111. package/esm/components/textbox/__internal__/__next__/text-input.component.js +1 -0
  112. package/esm/components/textbox/__internal__/__next__/text-input.style.d.ts +21 -0
  113. package/esm/components/textbox/__internal__/__next__/text-input.style.js +1 -0
  114. package/esm/components/textbox/__internal__/__next__/utils.d.ts +81 -0
  115. package/esm/components/textbox/__internal__/__next__/utils.js +1 -0
  116. package/esm/components/textbox/textbox.component.d.ts +21 -17
  117. package/esm/components/textbox/textbox.component.js +1 -1
  118. package/esm/components/tile-select/tile-select.style.d.ts +1 -1
  119. package/esm/components/tile-select/tile-select.style.js +1 -1
  120. package/esm/components/time/time.component.d.ts +1 -1
  121. package/esm/components/time/time.component.js +1 -1
  122. package/esm/components/time/time.style.d.ts +1 -1
  123. package/esm/components/time/time.style.js +1 -1
  124. package/esm/hooks/__internal__/useRegisterValidationToTabs/index.d.ts +0 -0
  125. package/esm/hooks/__internal__/useRegisterValidationToTabs/index.js +1 -0
  126. package/esm/hooks/__internal__/useRegisterValidationToTabs/useRegisterValidationToTabs.d.ts +2 -0
  127. package/esm/hooks/__internal__/useRegisterValidationToTabs/useRegisterValidationToTabs.js +1 -0
  128. package/esm/style/themes/apply-base-theme.d.ts +3 -1
  129. package/esm/style/themes/apply-base-theme.js +1 -1
  130. package/lib/__internal__/checkable-input/__next__/checkable-input.component.js +1 -1
  131. package/lib/__internal__/checkable-input/__next__/checkable-input.style.js +1 -1
  132. package/lib/__internal__/checkable-input/checkable-input.style.js +1 -1
  133. package/lib/__internal__/error-border/error-border.style.d.ts +4 -0
  134. package/lib/__internal__/error-border/error-border.style.js +1 -0
  135. package/lib/__internal__/fieldset/__next__/fieldset.component.js +1 -1
  136. package/lib/__internal__/fieldset/fieldset.component.js +1 -1
  137. package/lib/__internal__/fieldset-validation-context/fieldset-validation-context.d.ts +6 -0
  138. package/lib/__internal__/fieldset-validation-context/index.d.ts +1 -0
  139. package/lib/__internal__/fieldset-validation-context/index.js +1 -0
  140. package/lib/__internal__/fieldset-validation-context/package.json +6 -0
  141. package/lib/__internal__/form-field/form-field.component.d.ts +1 -1
  142. package/lib/__internal__/form-field/form-field.component.js +1 -1
  143. package/lib/__internal__/hint-text/hint-text.component.d.ts +6 -21
  144. package/lib/__internal__/hint-text/hint-text.component.js +1 -1
  145. package/lib/__internal__/hint-text/hint-text.style.d.ts +5 -2
  146. package/lib/__internal__/hint-text/hint-text.style.js +1 -1
  147. package/lib/__internal__/hint-text/index.d.ts +0 -1
  148. package/lib/__internal__/input/index.d.ts +2 -5
  149. package/lib/__internal__/input/index.js +1 -1
  150. package/lib/__internal__/input/input-style-overrides.style.d.ts +8 -0
  151. package/lib/__internal__/input/input-style-overrides.style.js +1 -0
  152. package/lib/__internal__/input/input.component.d.ts +22 -31
  153. package/lib/__internal__/input/input.component.js +1 -1
  154. package/lib/__internal__/input/input.style.d.ts +9 -5
  155. package/lib/__internal__/input/input.style.js +1 -1
  156. package/lib/__internal__/input-icon-toggle/input-icon-toggle.component.d.ts +9 -3
  157. package/lib/__internal__/input-icon-toggle/input-icon-toggle.component.js +1 -1
  158. package/lib/__internal__/input-icon-toggle/input-icon-toggle.style.d.ts +7 -9
  159. package/lib/__internal__/input-icon-toggle/input-icon-toggle.style.js +1 -1
  160. package/lib/__internal__/label/index.d.ts +0 -1
  161. package/lib/__internal__/label/label.component.d.ts +14 -31
  162. package/lib/__internal__/label/label.component.js +1 -1
  163. package/lib/__internal__/label/label.style.d.ts +5 -22
  164. package/lib/__internal__/label/label.style.js +1 -1
  165. package/lib/__internal__/legacy-error-border/error-border.style.js +1 -0
  166. package/lib/__internal__/legacy-hint-text/hint-text.component.d.ts +27 -0
  167. package/lib/__internal__/legacy-hint-text/hint-text.component.js +1 -0
  168. package/lib/__internal__/legacy-hint-text/hint-text.style.d.ts +3 -0
  169. package/lib/__internal__/legacy-hint-text/hint-text.style.js +1 -0
  170. package/lib/__internal__/legacy-hint-text/index.d.ts +2 -0
  171. package/lib/__internal__/legacy-hint-text/index.js +1 -0
  172. package/lib/__internal__/legacy-hint-text/package.json +6 -0
  173. package/lib/__internal__/legacy-input/index.d.ts +5 -0
  174. package/lib/__internal__/legacy-input/index.js +1 -0
  175. package/{esm/__internal__/input → lib/__internal__/legacy-input}/input-presentation.style.d.ts +1 -1
  176. package/lib/__internal__/{input → legacy-input}/input-presentation.style.js +1 -1
  177. package/lib/__internal__/legacy-input/input.component.d.ts +54 -0
  178. package/lib/__internal__/legacy-input/input.component.js +1 -0
  179. package/lib/__internal__/legacy-input/input.style.d.ts +3 -0
  180. package/lib/__internal__/legacy-input/input.style.js +1 -0
  181. package/lib/__internal__/legacy-input/package.json +6 -0
  182. package/lib/__internal__/legacy-label/index.d.ts +2 -0
  183. package/lib/__internal__/legacy-label/index.js +1 -0
  184. package/lib/__internal__/legacy-label/label.component.d.ts +37 -0
  185. package/lib/__internal__/legacy-label/label.component.js +1 -0
  186. package/lib/__internal__/legacy-label/label.style.d.ts +25 -0
  187. package/lib/__internal__/legacy-label/label.style.js +1 -0
  188. package/lib/__internal__/legacy-label/package.json +6 -0
  189. package/lib/__internal__/utils/helpers/combine-refs/index.d.ts +3 -0
  190. package/lib/__internal__/utils/helpers/combine-refs/index.js +1 -0
  191. package/lib/__internal__/utils/helpers/combine-refs/package.json +6 -0
  192. package/lib/__internal__/validation-message/__next__/index.d.ts +1 -0
  193. package/lib/__internal__/validation-message/__next__/index.js +1 -0
  194. package/lib/__internal__/validation-message/__next__/package.json +6 -0
  195. package/lib/__internal__/validation-message/__next__/validation-message.component.d.ts +20 -0
  196. package/lib/__internal__/validation-message/__next__/validation-message.component.js +1 -0
  197. package/lib/__internal__/validation-message/__next__/validation-message.style.d.ts +6 -0
  198. package/lib/__internal__/validation-message/__next__/validation-message.style.js +1 -0
  199. package/lib/components/button-toggle/button-toggle-group/button-toggle-group.component.js +1 -1
  200. package/lib/components/checkbox/checkbox-group/checkbox-group.component.js +1 -1
  201. package/lib/components/checkbox/checkbox-group/checkbox-group.style.js +1 -1
  202. package/lib/components/checkbox/checkbox.style.js +1 -1
  203. package/lib/components/date/date.component.js +1 -1
  204. package/lib/components/date/date.style.js +1 -1
  205. package/lib/components/date-range/date-range.style.js +1 -1
  206. package/lib/components/file-input/file-input.component.d.ts +1 -1
  207. package/lib/components/file-input/file-input.component.js +1 -1
  208. package/lib/components/file-input/file-input.style.d.ts +1 -1
  209. package/lib/components/file-input/file-input.style.js +1 -1
  210. package/lib/components/icon/icon.style.js +1 -1
  211. package/lib/components/inline-inputs/inline-inputs.component.d.ts +5 -1
  212. package/lib/components/inline-inputs/inline-inputs.component.js +1 -1
  213. package/lib/components/inline-inputs/inline-inputs.style.js +1 -1
  214. package/lib/components/menu/menu-full-screen/menu-full-screen.style.js +1 -1
  215. package/lib/components/number/number.component.js +1 -1
  216. package/lib/components/numeral-date/numeral-date.component.d.ts +6 -3
  217. package/lib/components/numeral-date/numeral-date.component.js +1 -1
  218. package/lib/components/numeral-date/numeral-date.style.d.ts +2 -14
  219. package/lib/components/numeral-date/numeral-date.style.js +1 -1
  220. package/lib/components/pager/__internal__/pager-navigation.component.js +1 -1
  221. package/lib/components/pager/pager.component.js +1 -1
  222. package/lib/components/pager/pager.style.js +1 -1
  223. package/lib/components/search/search-button.style.js +1 -1
  224. package/lib/components/search/search.component.js +1 -1
  225. package/lib/components/search/search.style.js +1 -1
  226. package/lib/components/select/__internal__/select-textbox/select-textbox.component.d.ts +12 -3
  227. package/lib/components/select/__internal__/select-textbox/select-textbox.component.js +1 -1
  228. package/lib/components/select/__internal__/select-textbox/select-textbox.style.d.ts +10 -3
  229. package/lib/components/select/__internal__/select-textbox/select-textbox.style.js +1 -1
  230. package/lib/components/select/filterable-select/filterable-select.component.js +1 -1
  231. package/lib/components/select/multi-select/multi-select.component.js +1 -1
  232. package/lib/components/select/multi-select/multi-select.style.js +1 -1
  233. package/lib/components/select/select.style.js +1 -1
  234. package/lib/components/select/simple-select/simple-select.component.js +1 -1
  235. package/lib/components/simple-color-picker/simple-color/simple-color.style.d.ts +1 -1
  236. package/lib/components/simple-color-picker/simple-color/simple-color.style.js +1 -1
  237. package/lib/components/switch/switch.component.js +1 -1
  238. package/lib/components/text-editor/__internal__/__ui__/ContentEditor/content-editor.component.js +1 -1
  239. package/lib/components/text-editor/text-editor.component.js +1 -1
  240. package/lib/components/textarea/textarea.component.d.ts +4 -2
  241. package/lib/components/textarea/textarea.component.js +1 -1
  242. package/lib/components/textarea/textarea.style.js +1 -1
  243. package/lib/components/textbox/__internal__/__next__/index.d.ts +2 -0
  244. package/lib/components/textbox/__internal__/__next__/index.js +1 -0
  245. package/lib/components/textbox/__internal__/__next__/package.json +6 -0
  246. package/lib/components/textbox/__internal__/__next__/text-input.component.d.ts +91 -0
  247. package/lib/components/textbox/__internal__/__next__/text-input.component.js +1 -0
  248. package/lib/components/textbox/__internal__/__next__/text-input.style.d.ts +21 -0
  249. package/lib/components/textbox/__internal__/__next__/text-input.style.js +1 -0
  250. package/lib/components/textbox/__internal__/__next__/utils.d.ts +81 -0
  251. package/lib/components/textbox/__internal__/__next__/utils.js +1 -0
  252. package/lib/components/textbox/textbox.component.d.ts +21 -17
  253. package/lib/components/textbox/textbox.component.js +1 -1
  254. package/lib/components/tile-select/tile-select.style.d.ts +1 -1
  255. package/lib/components/tile-select/tile-select.style.js +1 -1
  256. package/lib/components/time/time.component.d.ts +1 -1
  257. package/lib/components/time/time.component.js +1 -1
  258. package/lib/components/time/time.style.d.ts +1 -1
  259. package/lib/components/time/time.style.js +1 -1
  260. package/lib/hooks/__internal__/useRegisterValidationToTabs/index.d.ts +0 -0
  261. package/lib/hooks/__internal__/useRegisterValidationToTabs/index.js +1 -0
  262. package/lib/hooks/__internal__/useRegisterValidationToTabs/package.json +6 -0
  263. package/lib/hooks/__internal__/useRegisterValidationToTabs/useRegisterValidationToTabs.d.ts +2 -0
  264. package/lib/hooks/__internal__/useRegisterValidationToTabs/useRegisterValidationToTabs.js +1 -0
  265. package/lib/style/themes/apply-base-theme.d.ts +3 -1
  266. package/lib/style/themes/apply-base-theme.js +1 -1
  267. package/package.json +1 -1
  268. package/esm/components/numeral-date/__internal__/numeral-date.context.d.ts +0 -6
  269. package/esm/components/select/__internal__/select-textbox/select-textbox.context.d.ts +0 -5
  270. package/esm/components/select/__internal__/select-textbox/select-textbox.context.js +0 -1
  271. package/esm/components/textbox/__internal__/prefix.style.d.ts +0 -5
  272. package/esm/components/textbox/__internal__/prefix.style.js +0 -1
  273. package/esm/components/textbox/textbox.style.js +0 -1
  274. package/lib/components/numeral-date/__internal__/numeral-date.context.d.ts +0 -6
  275. package/lib/components/select/__internal__/select-textbox/select-textbox.context.d.ts +0 -5
  276. package/lib/components/select/__internal__/select-textbox/select-textbox.context.js +0 -1
  277. package/lib/components/textbox/__internal__/prefix.style.d.ts +0 -5
  278. package/lib/components/textbox/__internal__/prefix.style.js +0 -1
  279. package/lib/components/textbox/textbox.style.js +0 -1
  280. /package/esm/{components/numeral-date/__internal__/numeral-date.context.js → __internal__/fieldset-validation-context/fieldset-validation-context.js} +0 -0
  281. /package/esm/{components/textbox/textbox.style.d.ts → __internal__/legacy-error-border/error-border.style.d.ts} +0 -0
  282. /package/esm/__internal__/{input → legacy-input}/input-presentation.component.d.ts +0 -0
  283. /package/esm/__internal__/{input → legacy-input}/input-presentation.component.js +0 -0
  284. /package/esm/__internal__/{input → legacy-input}/input-sizes.style.d.ts +0 -0
  285. /package/esm/__internal__/{input → legacy-input}/input-sizes.style.js +0 -0
  286. /package/esm/__internal__/{label → legacy-label}/icon-wrapper.style.d.ts +0 -0
  287. /package/esm/__internal__/{label → legacy-label}/icon-wrapper.style.js +0 -0
  288. /package/lib/{components/numeral-date/__internal__/numeral-date.context.js → __internal__/fieldset-validation-context/fieldset-validation-context.js} +0 -0
  289. /package/lib/{components/textbox/textbox.style.d.ts → __internal__/legacy-error-border/error-border.style.d.ts} +0 -0
  290. /package/lib/__internal__/{input → legacy-input}/input-presentation.component.d.ts +0 -0
  291. /package/lib/__internal__/{input → legacy-input}/input-presentation.component.js +0 -0
  292. /package/lib/__internal__/{input → legacy-input}/input-sizes.style.d.ts +0 -0
  293. /package/lib/__internal__/{input → legacy-input}/input-sizes.style.js +0 -0
  294. /package/lib/__internal__/{label → legacy-label}/icon-wrapper.style.d.ts +0 -0
  295. /package/lib/__internal__/{label → legacy-label}/icon-wrapper.style.js +0 -0
@@ -1 +1 @@
1
- import{jsxs as e,jsx as r}from"react/jsx-runtime";import i,{useRef as t}from"react";import l from"../../__internal__/utils/helpers/guid/index.js";import"../../style/utils/filter-styled-system-padding-props.js";import n from"../../style/utils/filter-styled-system-margin-props.js";import a from"../../hooks/__internal__/useLocale/useLocale.js";import o from"../../hooks/useMediaQuery/useMediaQuery.js";import{Loader as s}from"../loader/__next__/loader.component.js";import{StyledSwitch as c,StyledSwitchLabelWrapper as d,StyledSwitchLabel as p,StyledSwitchRow as u,StyledSwitchTrack as b,StyledSwitchInput as h,StyledSwitchLoaderWrapper as m,StyledSwitchThumb as f,StyledSwitchProcessingRow as g,StyledSwitchProcessingText as w,StyledSwitchStateText as y}from"./switch.style.js";import{HintText as O}from"../../__internal__/hint-text/hint-text.component.js";function $(e,r,i){return r in e?Object.defineProperty(e,r,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[r]=i,e}const j=i.forwardRef(((i,j)=>{var{checked:v,onChange:k,onBlur:P,onFocus:_,autoFocus:L,id:S,name:x,value:z,label:H,disabled:B,loading:I,processingLabel:T,processingLabelBelowSwitch:F=!1,size:D="small",labelInline:q=!1,labelSpacing:M,labelWidth:C,"data-element":E,"data-role":W,inputHint:A,required:Q,labelHelp:N,fieldHelp:R,isDarkBackground:G,reverse:J,error:K,warning:U,info:V,validationOnLabel:X,fieldHelpInline:Y,tooltipPosition:Z,helpAriaLabel:ee,validationMessagePositionTop:re}=i,ie=function(e,r){if(null==e)return{};var i,t,l=function(e,r){if(null==e)return{};var i,t,l={},n=Object.keys(e);for(t=0;t<n.length;t++)i=n[t],r.indexOf(i)>=0||(l[i]=e[i]);return l}(e,r);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(t=0;t<n.length;t++)i=n[t],r.indexOf(i)>=0||Object.prototype.propertyIsEnumerable.call(e,i)&&(l[i]=e[i])}return l}(i,["checked","onChange","onBlur","onFocus","autoFocus","id","name","value","label","disabled","loading","processingLabel","processingLabelBelowSwitch","size","labelInline","labelSpacing","labelWidth","data-element","data-role","inputHint","required","labelHelp","fieldHelp","isDarkBackground","reverse","error","warning","info","validationOnLabel","fieldHelpInline","tooltipPosition","helpAriaLabel","validationMessagePositionTop"]);const te=o("(prefers-reduced-motion: reduce)"),le=a(),ne=le.switch.on(),ae=le.switch.off(),oe=null!=T?T:le.switch.processingLabel(),se=t(l()),ce=S||se.current,de=t(`${l()}-label`),pe=t(`${l()}-hint`),ue=null!=A?A:N,be=n(ie);return e(c,(he=function(e){for(var r=1;r<arguments.length;r++){var i=null!=arguments[r]?arguments[r]:{},t=Object.keys(i);"function"==typeof Object.getOwnPropertySymbols&&(t=t.concat(Object.getOwnPropertySymbols(i).filter((function(e){return Object.getOwnPropertyDescriptor(i,e).enumerable})))),t.forEach((function(r){$(e,r,i[r])}))}return e}({"data-component":"switch","data-element":E,"data-role":W,$labelInline:q},be),me=null!=(me={children:[(H||ue)&&e(d,{"data-role":"switch-label-wrapper",$labelInline:q,$labelWidth:q?C:void 0,children:[H&&r(p,{htmlFor:ce,$disabled:B,$inputHint:!!ue,$labelInline:q,$labelSpacing:q?M:void 0,$required:Q,$size:D,id:de.current,children:H}),ue&&r(O,{"data-element":"input-hint",id:pe.current,isLarge:"large"===D,marginTop:"2px",children:ue})]}),e(u,{$size:D,$processingLabelBelowSwitch:I&&F,children:[e(b,{"data-role":"switch-track",$checked:v,$disabled:B,$size:D,$loading:I,$disableTransitions:!!te,children:[r(h,{ref:j,type:"checkbox",role:"switch",id:ce,name:x,value:z,checked:v,disabled:B||I,autoFocus:L,"aria-checked":v,onChange:k,onBlur:P,onFocus:_,"aria-describedby":ue?pe.current:void 0,required:Q}),I?r(m,{"data-role":"switch-loader-wrapper",$checked:v,$size:D,$disableTransitions:!!te,children:r(s,{"data-role":"switch-loader",loaderType:"ring",size:"large"===D?"small":"extra-small",showLabel:!1,inverse:v})}):r(f,{"data-role":"switch-thumb",$checked:v,$disabled:B,$size:D,$disableTransitions:!!te})]}),I?r(g,{$below:F,"data-role":"switch-processing-row",children:r(w,{$size:D,children:oe})}):r(y,{"aria-hidden":!0,$disabled:B,$size:D,children:v?ne:ae})]}),R&&r(O,{marginTop:"8px","data-element":"field-help",isLarge:"large"===D,children:R})]})?me:{},Object.getOwnPropertyDescriptors?Object.defineProperties(he,Object.getOwnPropertyDescriptors(me)):function(e){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);r.push.apply(r,i)}return r}(Object(me)).forEach((function(e){Object.defineProperty(he,e,Object.getOwnPropertyDescriptor(me,e))})),he));var he,me}));j.displayName="Switch";export{j as Switch,j as SwitchComponent,j as default};
1
+ import{jsxs as e,jsx as r}from"react/jsx-runtime";import i,{useRef as t}from"react";import l from"../../__internal__/utils/helpers/guid/index.js";import"../../style/utils/filter-styled-system-padding-props.js";import n from"../../style/utils/filter-styled-system-margin-props.js";import a from"../../hooks/__internal__/useLocale/useLocale.js";import o from"../../hooks/useMediaQuery/useMediaQuery.js";import{Loader as s}from"../loader/__next__/loader.component.js";import{StyledSwitch as c,StyledSwitchLabelWrapper as d,StyledSwitchLabel as p,StyledSwitchRow as u,StyledSwitchTrack as b,StyledSwitchInput as h,StyledSwitchLoaderWrapper as m,StyledSwitchThumb as f,StyledSwitchProcessingRow as g,StyledSwitchProcessingText as w,StyledSwitchStateText as y}from"./switch.style.js";import{HintText as O}from"../../__internal__/legacy-hint-text/hint-text.component.js";function $(e,r,i){return r in e?Object.defineProperty(e,r,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[r]=i,e}const j=i.forwardRef(((i,j)=>{var{checked:v,onChange:k,onBlur:P,onFocus:_,autoFocus:L,id:S,name:x,value:z,label:H,disabled:B,loading:I,processingLabel:T,processingLabelBelowSwitch:F=!1,size:D="small",labelInline:q=!1,labelSpacing:M,labelWidth:C,"data-element":E,"data-role":W,inputHint:A,required:Q,labelHelp:N,fieldHelp:R,isDarkBackground:G,reverse:J,error:K,warning:U,info:V,validationOnLabel:X,fieldHelpInline:Y,tooltipPosition:Z,helpAriaLabel:ee,validationMessagePositionTop:re}=i,ie=function(e,r){if(null==e)return{};var i,t,l=function(e,r){if(null==e)return{};var i,t,l={},n=Object.keys(e);for(t=0;t<n.length;t++)i=n[t],r.indexOf(i)>=0||(l[i]=e[i]);return l}(e,r);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(t=0;t<n.length;t++)i=n[t],r.indexOf(i)>=0||Object.prototype.propertyIsEnumerable.call(e,i)&&(l[i]=e[i])}return l}(i,["checked","onChange","onBlur","onFocus","autoFocus","id","name","value","label","disabled","loading","processingLabel","processingLabelBelowSwitch","size","labelInline","labelSpacing","labelWidth","data-element","data-role","inputHint","required","labelHelp","fieldHelp","isDarkBackground","reverse","error","warning","info","validationOnLabel","fieldHelpInline","tooltipPosition","helpAriaLabel","validationMessagePositionTop"]);const te=o("(prefers-reduced-motion: reduce)"),le=a(),ne=le.switch.on(),ae=le.switch.off(),oe=null!=T?T:le.switch.processingLabel(),se=t(l()),ce=S||se.current,de=t(`${l()}-label`),pe=t(`${l()}-hint`),ue=null!=A?A:N,be=n(ie);return e(c,(he=function(e){for(var r=1;r<arguments.length;r++){var i=null!=arguments[r]?arguments[r]:{},t=Object.keys(i);"function"==typeof Object.getOwnPropertySymbols&&(t=t.concat(Object.getOwnPropertySymbols(i).filter((function(e){return Object.getOwnPropertyDescriptor(i,e).enumerable})))),t.forEach((function(r){$(e,r,i[r])}))}return e}({"data-component":"switch","data-element":E,"data-role":W,$labelInline:q},be),me=null!=(me={children:[(H||ue)&&e(d,{"data-role":"switch-label-wrapper",$labelInline:q,$labelWidth:q?C:void 0,children:[H&&r(p,{htmlFor:ce,$disabled:B,$inputHint:!!ue,$labelInline:q,$labelSpacing:q?M:void 0,$required:Q,$size:D,id:de.current,children:H}),ue&&r(O,{"data-element":"input-hint",id:pe.current,isLarge:"large"===D,marginTop:"2px",children:ue})]}),e(u,{$size:D,$processingLabelBelowSwitch:I&&F,children:[e(b,{"data-role":"switch-track",$checked:v,$disabled:B,$size:D,$loading:I,$disableTransitions:!!te,children:[r(h,{ref:j,type:"checkbox",role:"switch",id:ce,name:x,value:z,checked:v,disabled:B||I,autoFocus:L,"aria-checked":v,onChange:k,onBlur:P,onFocus:_,"aria-describedby":ue?pe.current:void 0,required:Q}),I?r(m,{"data-role":"switch-loader-wrapper",$checked:v,$size:D,$disableTransitions:!!te,children:r(s,{"data-role":"switch-loader",loaderType:"ring",size:"large"===D?"small":"extra-small",showLabel:!1,inverse:v})}):r(f,{"data-role":"switch-thumb",$checked:v,$disabled:B,$size:D,$disableTransitions:!!te})]}),I?r(g,{$below:F,"data-role":"switch-processing-row",children:r(w,{$size:D,children:oe})}):r(y,{"aria-hidden":!0,$disabled:B,$size:D,children:v?ne:ae})]}),R&&r(O,{marginTop:"8px","data-element":"field-help",isLarge:"large"===D,children:R})]})?me:{},Object.getOwnPropertyDescriptors?Object.defineProperties(he,Object.getOwnPropertyDescriptors(me)):function(e){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);r.push.apply(r,i)}return r}(Object(me)).forEach((function(e){Object.defineProperty(he,e,Object.getOwnPropertyDescriptor(me,e))})),he));var he,me}));j.displayName="Switch";export{j as Switch,j as SwitchComponent,j as default};
@@ -1 +1 @@
1
- import{jsxs as t,jsx as o}from"react/jsx-runtime";import{ContentEditable as e}from"@lexical/react/LexicalContentEditable";import{forwardRef as i}from"react";import r from"./content-editor.style.js";import"../../__plugins__/AutoLinker/auto-link.component.js";import"@lexical/react/LexicalComposerContext";import"@lexical/link";import"@lexical/headless";import"@lexical/html";import"lexical";import"@lexical/code";import"@lexical/list";import"@lexical/react/LexicalHorizontalRuleNode";import"@lexical/rich-text";import"../../../text-editor.context.js";import n from"../../__plugins__/useCursorAtEnd/index.js";import"../CharacterCounter/character-counter.style.js";import"lodash/debounce";import"../../../../../__internal__/i18n-context/index.js";import a from"../LinkPreviewer/link-previewer.component.js";import"@lexical/react/LexicalTypeaheadMenuPlugin";import"react-dom";import"../Mentions/constants.js";import"../Mentions/mentions.style.js";import"../../../../tooltip/tooltip.component.js";import"../../../../portrait/portrait.style.js";import"../../../../../style/utils/filter-styled-system-padding-props.js";import"../Placeholder/placeholder.style.js";import"@lexical/utils";import"../Toolbar/toolbar.style.js";import"../../../../button/button.component.js";import"../../../../box/box.component.js";import"../Toolbar/buttons/typography-dropdown/dropdown.style.js";import"../../../../icon/icon.component.js";import"../Toolbar/button-group/button-group.style.js";import"../../../../../__internal__/form-field/form-field.component.js";import"../../../../../__internal__/hint-text/hint-text.style.js";import"../../../../carbon-provider/__internal__/new-validation.context.js";import"../../../../../__internal__/input/input.component.js";import"../../../../../__internal__/input/input-presentation.style.js";import"../../../../../__internal__/input-icon-toggle/input-icon-toggle.style.js";import"invariant";import"../../../../../__internal__/validations/validation-icon.style.js";import"../../../../../__internal__/validation-message/validation-message.style.js";import"../../../../numeral-date/__internal__/numeral-date.context.js";import"../../../../../__internal__/character-count/character-count.style.js";import"../../../../textbox/textbox.style.js";import"../../../../textbox/__internal__/prefix.style.js";import"../../../../dialog/dialog.style.js";import"../../../../heading/heading.style.js";import"../../../../icon-button/icon-button.component.js";import"../../../../typography/typography.component.js";import"react-transition-group";import"../../../../../hooks/__internal__/useScrollBlock/useScrollBlock.js";import"../../../../portal/portal.js";import"../../../../../__internal__/modal/modal-manager.js";import"../../../../../__internal__/modal/modal.style.js";import"../../../../../__internal__/modal/modal.context.js";import"../../../../carbon-provider/__internal__/top-modal.context.js";import"../../../../../__internal__/full-screen-heading/full-screen-heading.component.js";import"../../../../form/form.component.js";import"../../../../form/required-fields-indicator/required-fields-indicator.component.js";const l=i((({inputHint:i,namespace:l,previews:s=[],rows:p,readOnly:m,required:c,error:d,warning:_,validationMessagePositionTop:u,size:j="medium",id:x},y)=>{const b=n(),g=d||_?`${l}-validation-message`:"",f=i?`${l}-input-hint`:"",h=(u?`${g} ${f}`:`${f} ${g}`).trim();return t(r,{"data-role":`${l}-content-editable`,error:d,warning:_,namespace:l,rows:p,readOnly:m,size:j,children:[o(e,{id:x,ref:y,"aria-describedby":h,"aria-labelledby":`${l}-label`,"aria-required":c,"aria-invalid":d,className:`${l}-editable`,"data-role":`${l}-editable`,onBlur:t=>{var o;if(null===(o=t.relatedTarget)||void 0===o?void 0:o.classList.contains("toolbar-button")){var e;const o=null===(e=t.relatedTarget)||void 0===e?void 0:e.id;if(o){const t=document.querySelector(`[id="${o}"]`);t&&t.focus()}}},onFocus:t=>{t.relatedTarget&&t.relatedTarget.classList.contains("toolbar-button")||b(t)},"aria-autocomplete":void 0,"aria-readonly":void 0}),o(a,{previews:s})]})}));export{l as default};
1
+ import{jsxs as t,jsx as o}from"react/jsx-runtime";import{ContentEditable as e}from"@lexical/react/LexicalContentEditable";import{forwardRef as i}from"react";import r from"./content-editor.style.js";import"../../__plugins__/AutoLinker/auto-link.component.js";import"@lexical/react/LexicalComposerContext";import"@lexical/link";import"@lexical/headless";import"@lexical/html";import"lexical";import"@lexical/code";import"@lexical/list";import"@lexical/react/LexicalHorizontalRuleNode";import"@lexical/rich-text";import"../../../text-editor.context.js";import n from"../../__plugins__/useCursorAtEnd/index.js";import"../CharacterCounter/character-counter.style.js";import"lodash/debounce";import"../../../../../__internal__/i18n-context/index.js";import a from"../LinkPreviewer/link-previewer.component.js";import"@lexical/react/LexicalTypeaheadMenuPlugin";import"react-dom";import"../Mentions/constants.js";import"../Mentions/mentions.style.js";import"../../../../tooltip/tooltip.component.js";import"../../../../portrait/portrait.style.js";import"../../../../../style/utils/filter-styled-system-padding-props.js";import"../Placeholder/placeholder.style.js";import"@lexical/utils";import"../Toolbar/toolbar.style.js";import"../../../../button/button.component.js";import"../../../../box/box.component.js";import"../Toolbar/buttons/typography-dropdown/dropdown.style.js";import"../../../../icon/icon.component.js";import"../Toolbar/button-group/button-group.style.js";import"../../../../../__internal__/input/input.style.js";import"../../../../../__internal__/validation-message/__next__/validation-message.style.js";import"../../../../../__internal__/error-border/error-border.style.js";import"../../../../textbox/__internal__/__next__/text-input.style.js";import"../../../../../__internal__/hint-text/hint-text.style.js";import"../../../../../__internal__/label/label.style.js";import"../../../../tabs/__next__/tabs.style.js";import"../../../../../__internal__/input-icon-toggle/input-icon-toggle.style.js";import"invariant";import"../../../../../__internal__/validations/validation-icon.style.js";import"../../../../../__internal__/character-count/character-count.style.js";import"../../../../dialog/dialog.style.js";import"../../../../heading/heading.style.js";import"../../../../icon-button/icon-button.component.js";import"../../../../typography/typography.component.js";import"react-transition-group";import"../../../../../hooks/__internal__/useScrollBlock/useScrollBlock.js";import"../../../../portal/portal.js";import"../../../../../__internal__/modal/modal-manager.js";import"../../../../../__internal__/modal/modal.style.js";import"../../../../../__internal__/modal/modal.context.js";import"../../../../carbon-provider/__internal__/top-modal.context.js";import"../../../../../__internal__/full-screen-heading/full-screen-heading.component.js";import"../../../../form/form.component.js";import"../../../../form/required-fields-indicator/required-fields-indicator.component.js";const l=i((({inputHint:i,namespace:l,previews:s=[],rows:p,readOnly:m,required:c,error:_,warning:d,validationMessagePositionTop:u,size:j="medium",id:x},y)=>{const b=n(),g=_||d?`${l}-validation-message`:"",h=i?`${l}-input-hint`:"",v=(u?`${g} ${h}`:`${h} ${g}`).trim();return t(r,{"data-role":`${l}-content-editable`,error:_,warning:d,namespace:l,rows:p,readOnly:m,size:j,children:[o(e,{id:x,ref:y,"aria-describedby":v,"aria-labelledby":`${l}-label`,"aria-required":c,"aria-invalid":_,className:`${l}-editable`,"data-role":`${l}-editable`,onBlur:t=>{var o;if(null===(o=t.relatedTarget)||void 0===o?void 0:o.classList.contains("toolbar-button")){var e;const o=null===(e=t.relatedTarget)||void 0===e?void 0:e.id;if(o){const t=document.querySelector(`[id="${o}"]`);t&&t.focus()}}},onFocus:t=>{t.relatedTarget&&t.relatedTarget.classList.contains("toolbar-button")||b(t)},"aria-autocomplete":void 0,"aria-readonly":void 0}),o(a,{previews:s})]})}));export{l as default};
@@ -1 +1 @@
1
- import{jsx as e,jsxs as r,Fragment as t}from"react/jsx-runtime";import{LexicalComposer as n}from"@lexical/react/LexicalComposer";import{ClickableLinkPlugin as o}from"@lexical/react/LexicalClickableLinkPlugin";import{LexicalErrorBoundary as i}from"@lexical/react/LexicalErrorBoundary";import{HistoryPlugin as a}from"@lexical/react/LexicalHistoryPlugin";import{MarkdownShortcutPlugin as l}from"@lexical/react/LexicalMarkdownShortcutPlugin";import{RichTextPlugin as s}from"@lexical/react/LexicalRichTextPlugin";import{LinkPlugin as c}from"@lexical/react/LexicalLinkPlugin";import{ListPlugin as p}from"@lexical/react/LexicalListPlugin";import{OnChangePlugin as d}from"@lexical/react/LexicalOnChangePlugin";import{PluginProvider as _}from"./__internal__/__providers__/plugin-provider.js";import{$getRoot as m}from"lexical";import{forwardRef as u,useRef as f,useState as g,useImperativeHandle as h,useEffect as v,useMemo as b,useCallback as x}from"react";import j from"../../__internal__/label/label.component.js";import y from"../../hooks/__internal__/useLocale/useLocale.js";import w from"../../__internal__/utils/logger/index.js";import{COMPONENT_PREFIX as O,MARKDOWN_NODES as P}from"./__internal__/__utils__/constants.js";import L from"./__internal__/__plugins__/AutoLinker/auto-link.component.js";import C from"./__internal__/__plugins__/LinkMonitor/link-monitor.plugin.js";import E from"./__internal__/__plugins__/StyledSpanEnter/styled-span-enter.plugin.js";import"./__internal__/__plugins__/useCursorAtEnd/index.js";import{FormSubmissionPlugin as T}from"./__internal__/__plugins__/FormSubmission/form-submission.plugin.js";import S from"./text-editor.context.js";import{StyledTextEditorWrapper as k,StyledWrapper as M,StyledEditorToolbarWrapper as $,StyledHeaderWrapper as F,StyledTextEditor as B,StyledFooterWrapper as H}from"./text-editor.style.js";import{createEmpty as z,SerializeLexical as A,validateUrl as R}from"./__internal__/__utils__/helpers.js";import{HintText as q}from"../../__internal__/hint-text/hint-text.component.js";import D from"../../__internal__/validation-message/validation-message.component.js";import I from"../textbox/textbox.style.js";import"../../style/utils/filter-styled-system-padding-props.js";import V from"../../style/utils/filter-styled-system-margin-props.js";import U from"../../__internal__/utils/helpers/tags/tags.js";import G from"./__internal__/__ui__/ReadOnlyEditor/read-only-rte.component.js";import{getTheme as J}from"./__internal__/__utils__/theme.js";import K from"./__internal__/__ui__/CharacterCounter/character-counter.component.js";import N from"./__internal__/__ui__/ContentEditor/content-editor.component.js";import"./__internal__/__ui__/LinkPreviewer/link-previewer.style.js";import"@lexical/react/LexicalComposerContext";import"@lexical/react/LexicalTypeaheadMenuPlugin";import"react-dom";import"./__internal__/__ui__/Mentions/constants.js";import"./__internal__/__ui__/Mentions/mentions.style.js";import"../tooltip/tooltip.component.js";import"../portrait/portrait.style.js";import Q from"./__internal__/__ui__/Placeholder/placeholder.component.js";import W from"./__internal__/__ui__/Toolbar/toolbar.component.js";function X(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e}function Y(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{},n=Object.keys(t);"function"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(t).filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})))),n.forEach((function(r){X(e,r,t[r])}))}return e}let Z=!1,ee=!1,re=!1;const te=u(((u,X)=>{var te,ne,oe,{characterLimit:ie=3e3,error:ae,footer:le,header:se,inputHint:ce,labelText:pe,namespace:de=O,id:_e,onBlur:me,onCancel:ue,onChange:fe,onFocus:ge,onLinkAdded:he,onSave:ve,onFormSubmission:be,placeholder:xe,previews:je=[],readOnly:ye=!1,required:we=!1,rows:Oe,size:Pe="medium",warning:Le,customPlugins:Ce,validationMessagePositionTop:Ee=!1,toolbarControls:Te}=u,Se=function(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}(u,["characterLimit","error","footer","header","inputHint","labelText","namespace","id","onBlur","onCancel","onChange","onFocus","onLinkAdded","onSave","onFormSubmission","placeholder","previews","readOnly","required","rows","size","warning","customPlugins","validationMessagePositionTop","toolbarControls"]);!Z&&Se.value&&(Z=!0,w.deprecate("`value` is deprecated in TextEditor and support will soon be removed. Please use `initialValue` instead.")),!ee&&ue&&(ee=!0,w.deprecate("`onCancel` is deprecated in TextEditor and support will soon be removed. Please ensure that `TextEditor` is used as a part of a `Form` component, which will handle the cancel functionality.")),!re&&ve&&(re=!0,w.deprecate("`onSave` is deprecated in TextEditor and support will soon be removed. Please ensure that `TextEditor` is used as a part of a `Form` component, which will handle the save functionality."));const ke=f(null!==(oe=null!==(ne=Se.initialValue)&&void 0!==ne?ne:Se.value)&&void 0!==oe?oe:z()),Me=y(),[$e,Fe]=g(void 0),Be=f(null),[He,ze]=g(null),[Ae,Re]=g(!1);h(X,(()=>({focus(){var e;null===(e=Be.current)||void 0===e||e.focus()}})),[]),v((()=>{const e=null==Be?void 0:Be.current,r=()=>{Re(!0)},t=()=>{Re(!1)};return null==e||e.addEventListener("focus",r),null==e||e.addEventListener("blur",t),()=>{null==e||e.removeEventListener("focus",r),null==e||e.removeEventListener("blur",t)}}),[Be]);const qe=b((()=>({namespace:de,nodes:P,onError:e=>w.error(e.message),theme:J(),editorState:ke.current,editable:!ye})),[de,ye]),De=x(((e,r)=>{const t=e.read((()=>m().getChildren().map((e=>e.getTextContent())).join("\n\n")));if(fe){const e=A(r);null==fe||fe(t,e)}if(ie>0){const e=ie-t.length;Fe(e<0?Me.textEditor.characterLimit(Math.abs(e)):void 0)}}),[ie,Me.textEditor,fe]),Ie=x((e=>{if(!e.isEditable())return;if(!ue)return;const r=e.parseEditorState(ke.current);e.setEditorState(r),ue()}),[ue]),Ve=b((()=>({namespace:de,onCancel:ue?Ie:void 0,onSave:ve,toolbarControls:Te})),[Ie,de,ue,ve,Te]),Ue=Le||$e,Ge=()=>{switch(Pe){case"large":return"var(--spacing150)";case"small":return"var(--spacing050)";default:return"var(--spacing100)"}};return e(k,(Je=Y({"data-role":`${de}-editor-wrapper`,onBlur:e=>{e.currentTarget.contains(e.relatedTarget)||null==me||me(e)},onFocus:e=>{e.currentTarget.contains(e.relatedTarget)||null==ge||ge(e)}},V(Se),U("text-editor",Se)),Ke={children:r(S.Provider,{value:{onLinkAdded:he},children:[e(j,{onClick:()=>{var e;return null===(e=Be.current)||void 0===e?void 0:e.focus()},isRequired:we,labelId:`${de}-label`,children:pe}),ce&&!ye&&e(q,{id:`${de}-input-hint`,marginBottom:Ge(),children:ce}),e(n,{initialConfig:qe,children:r(M,{"data-role":`${de}-wrapper`,ref:ze,children:[Ee&&r(t,{children:[e(D,{error:ae,warning:Ue,validationId:`${de}-validation-message`,"data-role":`${de}-validation-message`,validationMessagePositionTop:Ee}),(ae||Ue)&&e(I,{warning:!(ae||!Ue)})]}),r($,{"data-role":`${de}-editor-toolbar-wrapper`,error:!!ae,id:`${de}-editor-toolbar-wrapper`,children:[se&&e(F,{"data-role":`${de}-header-wrapper`,children:se}),ye?e(G,{"aria-label":pe,initialValue:(null===(te=Be.current)||void 0===te?void 0:te.innerHTML)||ke.current,size:Pe}):r(t,{children:[e(W,Y({contentEditorRef:Be,hasHeader:Boolean(se),size:Pe},Ve)),r(B,{"data-role":`${de}-editor`,error:!!ae,children:[e(s,{contentEditable:e(N,{id:_e,ref:Be,inputHint:ce,isFocused:Ae,namespace:de,previews:je,rows:Oe,readOnly:ye,required:we,error:!!ae,warning:!!Le||!!$e,validationMessagePositionTop:Ee,size:Pe}),placeholder:e(Q,{namespace:de,text:xe}),ErrorBoundary:i}),e(p,{}),e(a,{}),e(l,{}),e(d,{onChange:De,ignoreHistoryMergeTagChange:!0,ignoreSelectionChange:!0}),e(c,{validateUrl:R}),e(o,{newTab:!0}),e(L,{}),e(E,{}),e(T,{onFormSubmission:be}),e(_,{parentRef:He,children:Ce})]})]}),le&&e(H,{"data-role":`${de}-footer-wrapper`,size:Pe,children:le}),e(C,{})]}),!Ee&&r(t,{children:[e(D,{error:ae,warning:Ue,validationId:`${de}-validation-message`,"data-role":`${de}-validation-message`,validationMessagePositionTop:Ee}),(ae||Ue)&&e(I,{warning:!(ae||!Ue)})]}),ie>0&&!ye&&e(K,{isFocused:Ae,maxChars:ie,namespace:de,marginTop:Ge()})]})})]})},Ke=null!=Ke?Ke:{},Object.getOwnPropertyDescriptors?Object.defineProperties(Je,Object.getOwnPropertyDescriptors(Ke)):function(e){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);r.push.apply(r,t)}return r}(Object(Ke)).forEach((function(e){Object.defineProperty(Je,e,Object.getOwnPropertyDescriptor(Ke,e))})),Je));var Je,Ke}));export{te as TextEditor,te as default};
1
+ import{jsx as e,jsxs as r,Fragment as t}from"react/jsx-runtime";import{LexicalComposer as n}from"@lexical/react/LexicalComposer";import{ClickableLinkPlugin as o}from"@lexical/react/LexicalClickableLinkPlugin";import{LexicalErrorBoundary as i}from"@lexical/react/LexicalErrorBoundary";import{HistoryPlugin as a}from"@lexical/react/LexicalHistoryPlugin";import{MarkdownShortcutPlugin as l}from"@lexical/react/LexicalMarkdownShortcutPlugin";import{RichTextPlugin as s}from"@lexical/react/LexicalRichTextPlugin";import{LinkPlugin as c}from"@lexical/react/LexicalLinkPlugin";import{ListPlugin as p}from"@lexical/react/LexicalListPlugin";import{OnChangePlugin as d}from"@lexical/react/LexicalOnChangePlugin";import{PluginProvider as _}from"./__internal__/__providers__/plugin-provider.js";import{$getRoot as m}from"lexical";import{forwardRef as u,useRef as f,useState as g,useImperativeHandle as h,useEffect as v,useMemo as b,useCallback as y}from"react";import j from"../../__internal__/legacy-label/label.component.js";import x from"../../hooks/__internal__/useLocale/useLocale.js";import w from"../../__internal__/utils/logger/index.js";import{COMPONENT_PREFIX as O,MARKDOWN_NODES as P}from"./__internal__/__utils__/constants.js";import L from"./__internal__/__plugins__/AutoLinker/auto-link.component.js";import C from"./__internal__/__plugins__/LinkMonitor/link-monitor.plugin.js";import E from"./__internal__/__plugins__/StyledSpanEnter/styled-span-enter.plugin.js";import"./__internal__/__plugins__/useCursorAtEnd/index.js";import{FormSubmissionPlugin as T}from"./__internal__/__plugins__/FormSubmission/form-submission.plugin.js";import S from"./text-editor.context.js";import{StyledTextEditorWrapper as k,StyledWrapper as M,StyledEditorToolbarWrapper as $,StyledHeaderWrapper as F,StyledTextEditor as B,StyledFooterWrapper as H}from"./text-editor.style.js";import{createEmpty as z,SerializeLexical as A,validateUrl as R}from"./__internal__/__utils__/helpers.js";import{HintText as q}from"../../__internal__/legacy-hint-text/hint-text.component.js";import D from"../../__internal__/validation-message/validation-message.component.js";import I from"../../__internal__/legacy-error-border/error-border.style.js";import"../../style/utils/filter-styled-system-padding-props.js";import V from"../../style/utils/filter-styled-system-margin-props.js";import U from"../../__internal__/utils/helpers/tags/tags.js";import G from"./__internal__/__ui__/ReadOnlyEditor/read-only-rte.component.js";import{getTheme as J}from"./__internal__/__utils__/theme.js";import K from"./__internal__/__ui__/CharacterCounter/character-counter.component.js";import N from"./__internal__/__ui__/ContentEditor/content-editor.component.js";import"./__internal__/__ui__/LinkPreviewer/link-previewer.style.js";import"@lexical/react/LexicalComposerContext";import"@lexical/react/LexicalTypeaheadMenuPlugin";import"react-dom";import"./__internal__/__ui__/Mentions/constants.js";import"./__internal__/__ui__/Mentions/mentions.style.js";import"../tooltip/tooltip.component.js";import"../portrait/portrait.style.js";import Q from"./__internal__/__ui__/Placeholder/placeholder.component.js";import W from"./__internal__/__ui__/Toolbar/toolbar.component.js";function X(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e}function Y(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{},n=Object.keys(t);"function"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(t).filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})))),n.forEach((function(r){X(e,r,t[r])}))}return e}let Z=!1,ee=!1,re=!1;const te=u(((u,X)=>{var te,ne,oe,{characterLimit:ie=3e3,error:ae,footer:le,header:se,inputHint:ce,labelText:pe,namespace:de=O,id:_e,onBlur:me,onCancel:ue,onChange:fe,onFocus:ge,onLinkAdded:he,onSave:ve,onFormSubmission:be,placeholder:ye,previews:je=[],readOnly:xe=!1,required:we=!1,rows:Oe,size:Pe="medium",warning:Le,customPlugins:Ce,validationMessagePositionTop:Ee=!1,toolbarControls:Te}=u,Se=function(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}(u,["characterLimit","error","footer","header","inputHint","labelText","namespace","id","onBlur","onCancel","onChange","onFocus","onLinkAdded","onSave","onFormSubmission","placeholder","previews","readOnly","required","rows","size","warning","customPlugins","validationMessagePositionTop","toolbarControls"]);!Z&&Se.value&&(Z=!0,w.deprecate("`value` is deprecated in TextEditor and support will soon be removed. Please use `initialValue` instead.")),!ee&&ue&&(ee=!0,w.deprecate("`onCancel` is deprecated in TextEditor and support will soon be removed. Please ensure that `TextEditor` is used as a part of a `Form` component, which will handle the cancel functionality.")),!re&&ve&&(re=!0,w.deprecate("`onSave` is deprecated in TextEditor and support will soon be removed. Please ensure that `TextEditor` is used as a part of a `Form` component, which will handle the save functionality."));const ke=f(null!==(oe=null!==(ne=Se.initialValue)&&void 0!==ne?ne:Se.value)&&void 0!==oe?oe:z()),Me=x(),[$e,Fe]=g(void 0),Be=f(null),[He,ze]=g(null),[Ae,Re]=g(!1);h(X,(()=>({focus(){var e;null===(e=Be.current)||void 0===e||e.focus()}})),[]),v((()=>{const e=null==Be?void 0:Be.current,r=()=>{Re(!0)},t=()=>{Re(!1)};return null==e||e.addEventListener("focus",r),null==e||e.addEventListener("blur",t),()=>{null==e||e.removeEventListener("focus",r),null==e||e.removeEventListener("blur",t)}}),[Be]);const qe=b((()=>({namespace:de,nodes:P,onError:e=>w.error(e.message),theme:J(),editorState:ke.current,editable:!xe})),[de,xe]),De=y(((e,r)=>{const t=e.read((()=>m().getChildren().map((e=>e.getTextContent())).join("\n\n")));if(fe){const e=A(r);null==fe||fe(t,e)}if(ie>0){const e=ie-t.length;Fe(e<0?Me.textEditor.characterLimit(Math.abs(e)):void 0)}}),[ie,Me.textEditor,fe]),Ie=y((e=>{if(!e.isEditable())return;if(!ue)return;const r=e.parseEditorState(ke.current);e.setEditorState(r),ue()}),[ue]),Ve=b((()=>({namespace:de,onCancel:ue?Ie:void 0,onSave:ve,toolbarControls:Te})),[Ie,de,ue,ve,Te]),Ue=Le||$e,Ge=()=>{switch(Pe){case"large":return"var(--spacing150)";case"small":return"var(--spacing050)";default:return"var(--spacing100)"}};return e(k,(Je=Y({"data-role":`${de}-editor-wrapper`,onBlur:e=>{e.currentTarget.contains(e.relatedTarget)||null==me||me(e)},onFocus:e=>{e.currentTarget.contains(e.relatedTarget)||null==ge||ge(e)}},V(Se),U("text-editor",Se)),Ke={children:r(S.Provider,{value:{onLinkAdded:he},children:[e(j,{onClick:()=>{var e;return null===(e=Be.current)||void 0===e?void 0:e.focus()},isRequired:we,labelId:`${de}-label`,children:pe}),ce&&!xe&&e(q,{id:`${de}-input-hint`,marginBottom:Ge(),children:ce}),e(n,{initialConfig:qe,children:r(M,{"data-role":`${de}-wrapper`,ref:ze,children:[Ee&&r(t,{children:[e(D,{error:ae,warning:Ue,validationId:`${de}-validation-message`,"data-role":`${de}-validation-message`,validationMessagePositionTop:Ee}),(ae||Ue)&&e(I,{warning:!(ae||!Ue)})]}),r($,{"data-role":`${de}-editor-toolbar-wrapper`,error:!!ae,id:`${de}-editor-toolbar-wrapper`,children:[se&&e(F,{"data-role":`${de}-header-wrapper`,children:se}),xe?e(G,{"aria-label":pe,initialValue:(null===(te=Be.current)||void 0===te?void 0:te.innerHTML)||ke.current,size:Pe}):r(t,{children:[e(W,Y({contentEditorRef:Be,hasHeader:Boolean(se),size:Pe},Ve)),r(B,{"data-role":`${de}-editor`,error:!!ae,children:[e(s,{contentEditable:e(N,{id:_e,ref:Be,inputHint:ce,isFocused:Ae,namespace:de,previews:je,rows:Oe,readOnly:xe,required:we,error:!!ae,warning:!!Le||!!$e,validationMessagePositionTop:Ee,size:Pe}),placeholder:e(Q,{namespace:de,text:ye}),ErrorBoundary:i}),e(p,{}),e(a,{}),e(l,{}),e(d,{onChange:De,ignoreHistoryMergeTagChange:!0,ignoreSelectionChange:!0}),e(c,{validateUrl:R}),e(o,{newTab:!0}),e(L,{}),e(E,{}),e(T,{onFormSubmission:be}),e(_,{parentRef:He,children:Ce})]})]}),le&&e(H,{"data-role":`${de}-footer-wrapper`,size:Pe,children:le}),e(C,{})]}),!Ee&&r(t,{children:[e(D,{error:ae,warning:Ue,validationId:`${de}-validation-message`,"data-role":`${de}-validation-message`,validationMessagePositionTop:Ee}),(ae||Ue)&&e(I,{warning:!(ae||!Ue)})]}),ie>0&&!xe&&e(K,{isFocused:Ae,maxChars:ie,namespace:de,marginTop:Ge()})]})})]})},Ke=null!=Ke?Ke:{},Object.getOwnPropertyDescriptors?Object.defineProperties(Je,Object.getOwnPropertyDescriptors(Ke)):function(e){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);r.push.apply(r,t)}return r}(Object(Ke)).forEach((function(e){Object.defineProperty(Je,e,Object.getOwnPropertyDescriptor(Ke,e))})),Je));var Je,Ke}));export{te as TextEditor,te as default};
@@ -3,14 +3,16 @@ import { MarginProps } from "styled-system";
3
3
  import { IconType } from "../icon";
4
4
  import { ValidationProps } from "../../__internal__/validations";
5
5
  import { TagProps } from "../../__internal__/utils/helpers/tags";
6
- import { CommonInputProps } from "../../__internal__/input";
6
+ import { CommonInputProps } from "../../__internal__/legacy-input";
7
7
  import { BorderRadiusType } from "../box/box.component";
8
8
  export interface TextareaProps extends ValidationProps, MarginProps, Omit<CommonInputProps, "size">, TagProps {
9
9
  /** Prop to specify the aria-labelledby property of the component */
10
10
  "aria-labelledby"?: string;
11
11
  /** id of the input */
12
12
  id?: string;
13
- /** Breakpoint for adaptive label (inline labels change to top aligned). Enables the adaptive behaviour when set */
13
+ /**
14
+ * Breakpoint for adaptive label (inline labels change to top aligned). Enables the adaptive behaviour when set
15
+ **/
14
16
  adaptiveLabelBreakpoint?: number;
15
17
  /** Automatically focus the input on component mount */
16
18
  autoFocus?: boolean;
@@ -1 +1 @@
1
- import{jsxs as e,jsx as i,Fragment as n}from"react/jsx-runtime";import t,{useContext as r,useState as o,useRef as l,useCallback as a,useEffect as d}from"react";import s from"../../__internal__/utils/helpers/tags/tags.js";import p from"../../__internal__/input/input.component.js";import u from"../../__internal__/input/input-presentation.component.js";import c from"../../__internal__/form-field/form-field.component.js";import b from"../../hooks/useCharacterCount/useCharacterCount.js";import{InputBehaviour as m}from"../../__internal__/input-behaviour/input-behaviour.component.js";import f from"../../__internal__/input-icon-toggle/input-icon-toggle.component.js";import h from"../../__internal__/utils/helpers/guid/index.js";import g,{DEFAULT_MIN_HEIGHT as v}from"./textarea.style.js";import{TooltipProvider as y}from"../../__internal__/tooltip-provider/index.js";import _ from"../../hooks/__internal__/useInputAccessibility/useInputAccessibility.js";import O from"../carbon-provider/__internal__/new-validation.context.js";import j from"../textbox/textbox.style.js";import w from"../../__internal__/validation-message/validation-message.component.js";import{Box as x}from"../box/box.component.js";import I from"../../__internal__/utils/logger/index.js";import{HintText as P}from"../../__internal__/hint-text/hint-text.component.js";import"../../style/utils/filter-styled-system-padding-props.js";import H from"../../style/utils/filter-styled-system-margin-props.js";function L(e,i,n){return i in e?Object.defineProperty(e,i,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[i]=n,e}function B(e){for(var i=1;i<arguments.length;i++){var n=null!=arguments[i]?arguments[i]:{},t=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(t=t.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),t.forEach((function(i){L(e,i,n[i])}))}return e}let T=!1,A=!1;const R=t.forwardRef(((t,L)=>{var{"aria-labelledby":R,"aria-describedby":S,autoFocus:W,inputHint:k,fieldHelp:E,label:C,children:q,characterLimit:F,onChange:D,onFocus:M,onBlur:z,disabled:V=!1,labelInline:N,labelAlign:$,labelHelp:G,labelSpacing:J,inputIcon:K,id:Q,error:U,warning:X,info:Y,name:Z,readOnly:ee=!1,placeholder:ie,expandable:ne=!1,rows:te,validationOnLabel:re=!1,adaptiveLabelBreakpoint:oe,inputWidth:le,maxWidth:ae,labelWidth:de=30,tooltipPosition:se,value:pe,"data-element":ue,"data-role":ce,helpAriaLabel:be,borderRadius:me,hideBorders:fe=!1,required:he,isOptional:ge,minHeight:ve=v,validationMessagePositionTop:ye=!0}=t,_e=function(e,i){if(null==e)return{};var n,t,r=function(e,i){if(null==e)return{};var n,t,r={},o=Object.keys(e);for(t=0;t<o.length;t++)n=o[t],i.indexOf(n)>=0||(r[n]=e[n]);return r}(e,i);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(t=0;t<o.length;t++)n=o[t],i.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}(t,["aria-labelledby","aria-describedby","autoFocus","inputHint","fieldHelp","label","children","characterLimit","onChange","onFocus","onBlur","disabled","labelInline","labelAlign","labelHelp","labelSpacing","inputIcon","id","error","warning","info","name","readOnly","placeholder","expandable","rows","validationOnLabel","adaptiveLabelBreakpoint","inputWidth","maxWidth","labelWidth","tooltipPosition","value","data-element","data-role","helpAriaLabel","borderRadius","hideBorders","required","isOptional","minHeight","validationMessagePositionTop"]);!T&&ge&&(T=!0,I.deprecate("`isOptional` is deprecated in TextArea and support will soon be removed. If the value of this component is not required, use the `required` prop and set it to false instead."));const{validationRedesignOptIn:Oe}=r(O),je=!Oe&&N,[we,xe]=o(v),Ie=e=>Oe?void 0:e,{current:Pe}=l(Q||h()),He=l(null),Le=a((e=>{He.current=e,L&&("current"in L?L.current=e:L(e))}),[L]),[Be,Te]=o("off");Array.isArray(me)&&me.length>4&&!A&&(I.warn("The `borderRadius` prop in `Textarea` component only supports up to 4 values."),A=!0);const Ae=a((()=>{const e=He.current;if((null==e?void 0:e.scrollHeight)&&(null==e?void 0:e.scrollHeight)>we){let i=e;for(;i&&!(null==i?void 0:i.scrollTop);)i=(null==i?void 0:i.parentElement)||null;const n=null==i?void 0:i.scrollTop;e.style.height="auto",e.style.height=`${Math.max(e.scrollHeight,we)}px`,i&&n&&(i.scrollTop=n)}}),[we]),{labelId:Re,validationId:Se,fieldHelpId:We,ariaDescribedBy:ke}=_({id:Pe,validationRedesignOptIn:Oe,error:U,warning:X,info:Y,label:C,fieldHelp:E}),[Ee,Ce]=b(pe,F,Be);d((()=>{var e;xe(te?(null==He||null===(e=He.current)||void 0===e?void 0:e.scrollHeight)||0:ve>v?ve:v)}),[ve,te]),d((()=>{ne&&Ae()})),d((()=>{var e,i;return ne&&(window.addEventListener("resize",Ae),xe((null==He||null===(e=He.current)||void 0===e?void 0:e.clientHeight)||0),null===(i=document.fonts)||void 0===i||i.addEventListener("loadingdone",Ae)),()=>{var e;ne&&(window.removeEventListener("resize",Ae),null===(e=document.fonts)||void 0===e||e.removeEventListener("loadingdone",Ae))}}),[Ae,ne]);const qe=!!(K||Se&&!re),Fe=l(h()),De=k?Fe.current:void 0,Me=[...Oe&&ye?[ke,De]:[De,ke],Ce,S].filter(Boolean).join(" "),ze=e(u,{disabled:V,readOnly:ee,inputWidth:"number"==typeof le?le:100-de,maxWidth:ae,error:U,warning:X,info:Y,borderRadius:me,hideBorders:fe,children:[i(p,B({"aria-invalid":!!U,"aria-labelledby":R,"aria-describedby":Me,autoFocus:W,name:Z,value:pe,ref:Le,onChange:D,onFocus:e=>{F&&Te("polite"),null==M||M(e)},onBlur:e=>{F&&Te("off"),null==z||z(e)},disabled:V,readOnly:ee,placeholder:V?"":ie,rows:te,id:Pe,as:"textarea",validationIconId:Oe?void 0:Se,inputBorderRadius:me,required:he},_e)),q,i(f,{disabled:V,readOnly:ee,inputIcon:K,error:U,warning:X,info:Y,validationIconId:Oe?void 0:Se,useValidationIcon:!(Oe||re)})]}),Ve=H(_e);return i(y,{tooltipPosition:se,helpAriaLabel:be,children:i(m,{children:i(g,(Ne=B({labelInline:je,hasIcon:qe,minHeight:we},Ve,s("textarea",{"data-element":ue,"data-role":ce})),$e={children:e(c,{fieldHelp:Ie(E),fieldHelpId:We,error:U,warning:X,info:Y,label:C,labelId:Re,disabled:V,id:Pe,labelInline:Ie(je),labelAlign:$,labelWidth:Ie(de),labelHelp:Ie(G),labelSpacing:J,isRequired:he,useValidationIcon:Ie(re),adaptiveLabelBreakpoint:oe,validationRedesignOptIn:Oe,my:0,children:[(k||G&&Oe)&&i(P,{align:$,id:De,"data-element":"input-hint",children:k||G}),Oe?e(x,{position:"relative",children:[ye&&e(n,{children:[i(w,{error:U,validationId:Se,warning:X,validationMessagePositionTop:ye}),(U||X)&&i(j,{warning:!(U||!X)})]}),ze,!ye&&e(n,{children:[i(w,{error:U,validationId:Se,warning:X,validationMessagePositionTop:ye}),(U||X)&&i(j,{warning:!(U||!X)})]})]}):ze,Ee]})},$e=null!=$e?$e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(Ne,Object.getOwnPropertyDescriptors($e)):function(e){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);i.push.apply(i,n)}return i}(Object($e)).forEach((function(e){Object.defineProperty(Ne,e,Object.getOwnPropertyDescriptor($e,e))})),Ne))})});var Ne,$e}));R.displayName="Textarea";export{R as OriginalTextarea,R as Textarea,R as default};
1
+ import{jsxs as e,jsx as i,Fragment as r}from"react/jsx-runtime";import n,{useContext as t,useState as o,useRef as l,useCallback as a,useEffect as d}from"react";import s from"../../__internal__/utils/helpers/tags/tags.js";import p from"../../__internal__/legacy-input/input.component.js";import c from"../../__internal__/legacy-input/input-presentation.component.js";import u from"../../__internal__/form-field/form-field.component.js";import b from"../../hooks/useCharacterCount/useCharacterCount.js";import{InputBehaviour as m}from"../../__internal__/input-behaviour/input-behaviour.component.js";import f from"../../__internal__/input-icon-toggle/input-icon-toggle.component.js";import g from"../../__internal__/utils/helpers/guid/index.js";import h,{DEFAULT_MIN_HEIGHT as v}from"./textarea.style.js";import{TooltipProvider as y}from"../../__internal__/tooltip-provider/index.js";import _ from"../../hooks/__internal__/useInputAccessibility/useInputAccessibility.js";import O from"../carbon-provider/__internal__/new-validation.context.js";import j from"../../__internal__/legacy-error-border/error-border.style.js";import w from"../../__internal__/validation-message/validation-message.component.js";import{Box as I}from"../box/box.component.js";import x from"../../__internal__/utils/logger/index.js";import{HintText as P}from"../../__internal__/legacy-hint-text/hint-text.component.js";import"../../style/utils/filter-styled-system-padding-props.js";import H from"../../style/utils/filter-styled-system-margin-props.js";function L(e,i,r){return i in e?Object.defineProperty(e,i,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[i]=r,e}function B(e){for(var i=1;i<arguments.length;i++){var r=null!=arguments[i]?arguments[i]:{},n=Object.keys(r);"function"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(r).filter((function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable})))),n.forEach((function(i){L(e,i,r[i])}))}return e}let T=!1,A=!1;const R=n.forwardRef(((n,L)=>{var{"aria-labelledby":R,"aria-describedby":S,autoFocus:W,inputHint:k,fieldHelp:E,label:C,children:q,characterLimit:F,onChange:D,onFocus:M,onBlur:z,disabled:V=!1,labelInline:N,labelAlign:$,labelHelp:G,labelSpacing:J,inputIcon:K,id:Q,error:U,warning:X,info:Y,name:Z,readOnly:ee=!1,placeholder:ie,expandable:re=!1,rows:ne,validationOnLabel:te=!1,adaptiveLabelBreakpoint:oe,inputWidth:le,maxWidth:ae,labelWidth:de=30,tooltipPosition:se,value:pe,"data-element":ce,"data-role":ue,helpAriaLabel:be,borderRadius:me,hideBorders:fe=!1,required:ge,isOptional:he,minHeight:ve=v,validationMessagePositionTop:ye=!0}=n,_e=function(e,i){if(null==e)return{};var r,n,t=function(e,i){if(null==e)return{};var r,n,t={},o=Object.keys(e);for(n=0;n<o.length;n++)r=o[n],i.indexOf(r)>=0||(t[r]=e[r]);return t}(e,i);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(n=0;n<o.length;n++)r=o[n],i.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(t[r]=e[r])}return t}(n,["aria-labelledby","aria-describedby","autoFocus","inputHint","fieldHelp","label","children","characterLimit","onChange","onFocus","onBlur","disabled","labelInline","labelAlign","labelHelp","labelSpacing","inputIcon","id","error","warning","info","name","readOnly","placeholder","expandable","rows","validationOnLabel","adaptiveLabelBreakpoint","inputWidth","maxWidth","labelWidth","tooltipPosition","value","data-element","data-role","helpAriaLabel","borderRadius","hideBorders","required","isOptional","minHeight","validationMessagePositionTop"]);!T&&he&&(T=!0,x.deprecate("`isOptional` is deprecated in TextArea and support will soon be removed. If the value of this component is not required, use the `required` prop and set it to false instead."));const{validationRedesignOptIn:Oe}=t(O),je=!Oe&&N,[we,Ie]=o(v),xe=e=>Oe?void 0:e,{current:Pe}=l(Q||g()),He=l(null),Le=a((e=>{He.current=e,L&&("current"in L?L.current=e:L(e))}),[L]),[Be,Te]=o("off");Array.isArray(me)&&me.length>4&&!A&&(x.warn("The `borderRadius` prop in `Textarea` component only supports up to 4 values."),A=!0);const Ae=a((()=>{const e=He.current;if((null==e?void 0:e.scrollHeight)&&(null==e?void 0:e.scrollHeight)>we){let i=e;for(;i&&!(null==i?void 0:i.scrollTop);)i=(null==i?void 0:i.parentElement)||null;const r=null==i?void 0:i.scrollTop;e.style.height="auto",e.style.height=`${Math.max(e.scrollHeight,we)}px`,i&&r&&(i.scrollTop=r)}}),[we]),{labelId:Re,validationId:Se,fieldHelpId:We,ariaDescribedBy:ke}=_({id:Pe,validationRedesignOptIn:Oe,error:U,warning:X,info:Y,label:C,fieldHelp:E}),[Ee,Ce]=b(pe,F,Be);d((()=>{var e;Ie(ne?(null==He||null===(e=He.current)||void 0===e?void 0:e.scrollHeight)||0:ve>v?ve:v)}),[ve,ne]),d((()=>{re&&Ae()})),d((()=>{var e,i;return re&&(window.addEventListener("resize",Ae),Ie((null==He||null===(e=He.current)||void 0===e?void 0:e.clientHeight)||0),null===(i=document.fonts)||void 0===i||i.addEventListener("loadingdone",Ae)),()=>{var e;re&&(window.removeEventListener("resize",Ae),null===(e=document.fonts)||void 0===e||e.removeEventListener("loadingdone",Ae))}}),[Ae,re]);const qe=!!(K||Se&&!te),Fe=l(g()),De=k?Fe.current:void 0,Me=[...Oe&&ye?[ke,De]:[De,ke],Ce,S].filter(Boolean).join(" "),ze=e(c,{disabled:V,readOnly:ee,inputWidth:"number"==typeof le?le:100-de,maxWidth:ae,error:U,warning:X,info:Y,borderRadius:me,hideBorders:fe,children:[i(p,B({"aria-invalid":!!U,"aria-labelledby":R,"aria-describedby":Me,autoFocus:W,name:Z,value:pe,ref:Le,onChange:D,onFocus:e=>{F&&Te("polite"),null==M||M(e)},onBlur:e=>{F&&Te("off"),null==z||z(e)},disabled:V,readOnly:ee,placeholder:V?"":ie,rows:ne,id:Pe,as:"textarea",validationIconId:Oe?void 0:Se,inputBorderRadius:me,required:ge},_e)),q,i(f,{disabled:V,readOnly:ee,inputIcon:K,error:U,warning:X,info:Y,validationIconId:Oe?void 0:Se,useValidationIcon:!(Oe||te)})]}),Ve=H(_e);return i(y,{tooltipPosition:se,helpAriaLabel:be,children:i(m,{children:i(h,(Ne=B({labelInline:je,hasIcon:qe,minHeight:we},Ve,s("textarea",{"data-element":ce,"data-role":ue})),$e={children:e(u,{fieldHelp:xe(E),fieldHelpId:We,error:U,warning:X,info:Y,label:C,labelId:Re,disabled:V,id:Pe,labelInline:xe(je),labelAlign:$,labelWidth:xe(de),labelHelp:xe(G),labelSpacing:J,isRequired:ge,useValidationIcon:xe(te),adaptiveLabelBreakpoint:oe,validationRedesignOptIn:Oe,my:0,children:[(k||G&&Oe)&&i(P,{align:$,id:De,"data-element":"input-hint",children:k||G}),Oe?e(I,{position:"relative",children:[ye&&e(r,{children:[i(w,{error:U,validationId:Se,warning:X,validationMessagePositionTop:ye}),(U||X)&&i(j,{warning:!(U||!X)})]}),ze,!ye&&e(r,{children:[i(w,{error:U,validationId:Se,warning:X,validationMessagePositionTop:ye}),(U||X)&&i(j,{warning:!(U||!X)})]})]}):ze,Ee]})},$e=null!=$e?$e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(Ne,Object.getOwnPropertyDescriptors($e)):function(e){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);i.push.apply(i,r)}return i}(Object($e)).forEach((function(e){Object.defineProperty(Ne,e,Object.getOwnPropertyDescriptor($e,e))})),Ne))})});var Ne,$e}));R.displayName="Textarea";export{R as OriginalTextarea,R as Textarea,R as default};
@@ -1 +1 @@
1
- import t,{css as e}from"styled-components";import{margin as i}from"styled-system";import n from"../../__internal__/input/input.style.js";import{StyledLabelContainer as o}from"../../__internal__/label/label.style.js";import a from"../../__internal__/input-icon-toggle/input-icon-toggle.style.js";import p from"../../style/themes/apply-base-theme.js";const s=64,r=t.div.attrs(p).withConfig({displayName:"textarea.style__StyledTextarea",componentId:"sc-6686e23c-0"})(["margin-bottom:var(--fieldSpacing);",";","{box-sizing:border-box;resize:none;"," padding:var(--spacing150) var(--spacing200);","}"," ","{height:40px;position:absolute;height:100%;top:0px;right:4px;}"],i,n,(({minHeight:t})=>`min-height: ${t||64}px;`),(({hasIcon:t})=>t&&"padding-right: var(--spacing500);"),(({labelInline:t})=>t&&e(["","{align-items:flex-start;padding-top:6px;}"],o)),a);export{s as DEFAULT_MIN_HEIGHT,r as default};
1
+ import t,{css as e}from"styled-components";import{margin as i}from"styled-system";import a from"../../__internal__/legacy-input/input.style.js";import{StyledLabelContainer as n}from"../../__internal__/legacy-label/label.style.js";import o from"../../__internal__/input-icon-toggle/input-icon-toggle.style.js";import p from"../../style/themes/apply-base-theme.js";const s=64,r=t.div.attrs(p).withConfig({displayName:"textarea.style__StyledTextarea",componentId:"sc-4ae1af1-0"})(["margin-bottom:var(--fieldSpacing);",";","{box-sizing:border-box;resize:none;"," padding:var(--spacing150) var(--spacing200);","}"," ","{height:40px;position:absolute;height:100%;top:0px;right:4px;}"],i,a,(({minHeight:t})=>`min-height: ${t||64}px;`),(({hasIcon:t})=>t&&"padding-right: var(--spacing500);"),(({labelInline:t})=>t&&e(["","{align-items:flex-start;padding-top:6px;}"],n)),o);export{s as DEFAULT_MIN_HEIGHT,r as default};
@@ -0,0 +1,2 @@
1
+ export { default } from "./text-input.component";
2
+ export type { TextInput, TextInputProps } from "./text-input.component";
@@ -0,0 +1 @@
1
+ export{TextInput as default}from"./text-input.component.js";
@@ -0,0 +1,91 @@
1
+ import React from "react";
2
+ import { MarginProps } from "styled-system";
3
+ import { InputProps } from "../../../../__internal__/input";
4
+ import { ValidationProps } from "../../../../__internal__/validations";
5
+ import { TagProps } from "../../../../__internal__/utils/helpers/tags";
6
+ export interface TextInputProps extends Omit<ValidationProps, "info">, MarginProps, Omit<InputProps, "size" | "error">, TagProps {
7
+ /**
8
+ * @private @internal @ignore
9
+ * Sets the input's text alignment. Does not affect the position of the input's prefix or suffix icons.
10
+ */
11
+ align?: "left" | "right";
12
+ /**
13
+ * The ID of the element(s) that describe the input, typically used to reference the hint and/or
14
+ * validation message(s) associated with the input. Can be a space-separated list of IDs if there
15
+ * are multiple descriptive elements.
16
+ */
17
+ "aria-describedby"?: string;
18
+ /**
19
+ * The ID of the element that labels the input, typically used to reference the input's label when
20
+ * the label is not properly associated with the input via the htmlFor attribute.
21
+ */
22
+ "aria-labelledby"?: string;
23
+ /**
24
+ * If true, the input will automatically receive focus when the component is mounted.
25
+ */
26
+ autoFocus?: boolean;
27
+ /**
28
+ * Unique identifier for the input.
29
+ * Label id will be based on it, using following pattern: [id]-label.
30
+ * Will use a randomly generated GUID if none is provided
31
+ */
32
+ /**
33
+ * @private @internal @ignore
34
+ * `data-component` attribute to be added to the component's root element for testing and tracking purposes.
35
+ */
36
+ "data-component"?: string;
37
+ /**
38
+ * @private @internal @ignore
39
+ * `data-is-open` attribute to be added to the component's root element when rendered as part of Select.
40
+ */
41
+ "data-is-open"?: boolean;
42
+ /**
43
+ * Sets the input's id attribute, is not set a unique id will be generated and used.
44
+ * The label's htmlFor attribute will be set to match the input's id to ensure they are properly associated.
45
+ */
46
+ id?: string;
47
+ /** A hint string rendered before the input but after the label. Intended to describe the purpose or content of the input */
48
+ inputHint?: string;
49
+ /**
50
+ * @internal @private @ignore
51
+ * An Icon to be rendered next to the input
52
+ * */
53
+ inputIcon?: React.ReactNode;
54
+ /** The width of the input as a percentage (e.g., 50 for 50%) */
55
+ inputWidth?: number;
56
+ /** Label content */
57
+ label: string;
58
+ /** When true label is inline */
59
+ labelInline?: boolean;
60
+ /**
61
+ * Slot to render additional content to the left of the input, such as a prefix.
62
+ */
63
+ leftChildren?: React.ReactNode;
64
+ /** The maximum width of the component container */
65
+ maxWidth?: string;
66
+ /**
67
+ * @param ev - React's mouse event for the input element
68
+ * Callback called when mouse is clicked down on the input, but before it receives focus.
69
+ */
70
+ onMouseDown?: (ev: React.MouseEvent<HTMLElement>) => void;
71
+ /**
72
+ * @param ev - React's mouse event for the input element
73
+ * Callback called when the input is clicked.
74
+ */
75
+ onClick?: (ev: React.MouseEvent<HTMLElement>) => void;
76
+ /** Size of an input */
77
+ size?: "small" | "medium" | "large";
78
+ /**
79
+ * The type of the input, e.g., "text", "email", "password". This prop is passed directly
80
+ * to the underlying input element, so any valid HTML input type is accepted.
81
+ * The default value is "text".
82
+ */
83
+ type?: string;
84
+ /**
85
+ * @private @internal @ignore
86
+ * If true, the validation message will be rendered above the input, otherwise it will be rendered below.
87
+ */
88
+ validationMessagePositionTop?: boolean;
89
+ }
90
+ export declare const TextInput: React.ForwardRefExoticComponent<TextInputProps & React.RefAttributes<HTMLInputElement>>;
91
+ export default TextInput;
@@ -0,0 +1 @@
1
+ import{jsxs as e,jsx as r}from"react/jsx-runtime";import t,{useRef as n,useContext as i,useCallback as o}from"react";import l from"../../../../__internal__/input/input.component.js";import a from"../../../../__internal__/validation-message/__next__/validation-message.component.js";import"../../../../style/utils/filter-styled-system-padding-props.js";import s from"../../../../style/utils/filter-styled-system-margin-props.js";import d from"../../../../style/utils/filter-out-styled-system-spacing-props.js";import p from"../../../../hooks/__internal__/useUniqueId/index.js";import c from"../../../../__internal__/utils/helpers/guid/index.js";import u from"../../../../hooks/__internal__/useInputAccessibility/useInputAccessibility.js";import m from"../../../../__internal__/error-border/error-border.style.js";import{StyledTextInput as b,LabelWrapper as f,InputWrapper as y}from"./text-input.style.js";import{HintText as _}from"../../../../__internal__/hint-text/hint-text.component.js";import h from"../../../../__internal__/label/label.component.js";import j from"../../../../hooks/__internal__/useRegisterValidationToTabs/useRegisterValidationToTabs.js";import O from"../../../../__internal__/utils/helpers/combine-refs/index.js";import g from"../../../../__internal__/fieldset-validation-context/fieldset-validation-context.js";function v(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e}function w(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{},n=Object.keys(t);"function"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(t).filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})))),n.forEach((function(r){v(e,r,t[r])}))}return e}function x(e,r){return r=null!=r?r:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):function(e){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);r.push.apply(r,t)}return r}(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})),e}const P=t.forwardRef(((t,v)=>{var{autoFocus:P,"aria-describedby":I,"aria-labelledby":k,children:C,"data-component":$="text-input","data-element":z,"data-is-open":D,"data-role":W,disabled:S,error:T,id:q,inputHint:E,inputIcon:F,inputWidth:M,label:R,labelInline:B=!1,leftChildren:V,maxWidth:A,name:H,onChange:U,onClick:G,onMouseDown:J,placeholder:K,prefix:L,readOnly:N,required:Q,size:X="medium",type:Y="text",validationMessagePositionTop:Z,value:ee,warning:re}=t,te=function(e,r){if(null==e)return{};var t,n,i=function(e,r){if(null==e)return{};var t,n,i={},o=Object.keys(e);for(n=0;n<o.length;n++)t=o[n],r.indexOf(t)>=0||(i[t]=e[t]);return i}(e,r);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(n=0;n<o.length;n++)t=o[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(i[t]=e[t])}return i}(t,["autoFocus","aria-describedby","aria-labelledby","children","data-component","data-element","data-is-open","data-role","disabled","error","id","inputHint","inputIcon","inputWidth","label","labelInline","leftChildren","maxWidth","name","onChange","onClick","onMouseDown","placeholder","prefix","readOnly","required","size","type","validationMessagePositionTop","value","warning"]);const ne=n(null),ie=O(v,ne),{disableErrorBorder:oe}=i(g),le={disabled:S,readOnly:N},[ae,se]=p(q,H),{labelId:de,validationId:pe,ariaDescribedBy:ce}=u({id:ae,validationRedesignOptIn:!0,error:T,warning:re,label:R}),ue=n(c()),me=E?ue.current:void 0,be=null!=M?M:B?80:100,fe=[me,ce,I].filter(Boolean).join(" "),ye=!(!T&&!re);j(!!T,!!re,ae);const _e=ye&&!oe&&r(a,{id:pe,size:X,error:T,warning:re}),he=ye&&!oe&&r(m,{"data-role":"error-border",$warning:!(T||!re)}),je=o((e=>{S||N||null==J||J(e)}),[J,S,N]),Oe=o((e=>{S||N||null==G||G(e)}),[G,S,N]);return e(b,x(w({"data-element":z,"data-role":W,"data-component":$,$size:X,$labelInline:B,$hasValidationFailure:B&&ye},s(te)),{children:[R&&e(f,{"data-role":"label-wrapper",$labelInline:B,$size:X,$labelWrapperWidth:B&&"number"==typeof be?100-be:void 0,children:[r(h,x(w({id:de,htmlFor:ae,size:X,isRequired:Q},le),{children:R})),E&&r(_,x(w({id:me,size:X},le),{children:E}))]}),e(y,{"data-role":"input-wrapper",$size:X,$maxWidth:A,$inputWidth:M,onClick:()=>{var e;S||N||document.activeElement===ne.current||null===(e=ne.current)||void 0===e||e.focus()},"data-is-open":D,children:[Z&&_e,r(l,x(w({id:ae,name:se,"aria-invalid":!!T,"aria-describedby":fe,"aria-labelledby":k,value:ee,placeholder:S||N?void 0:K,required:Q,ref:ie,autoFocus:P,onMouseDown:je,onClick:Oe,onChange:U,error:!!T,inputIcon:F,size:X,prefix:L,leftChildren:V,type:Y},le,d(te)),{children:C})),!Z&&_e,he]})]}))}));export{P as TextInput,P as default};
@@ -0,0 +1,21 @@
1
+ interface StyledTextInputProps {
2
+ $labelInline?: boolean;
3
+ $size: "small" | "medium" | "large";
4
+ $hasValidationFailure?: boolean;
5
+ }
6
+ interface LabelWrapperProps {
7
+ $labelInline?: boolean;
8
+ $labelWrapperWidth?: number;
9
+ $size: "small" | "medium" | "large";
10
+ }
11
+ interface InputWrapperProps {
12
+ $size: "small" | "medium" | "large";
13
+ $maxWidth?: string;
14
+ $inputWidth?: number;
15
+ }
16
+ declare const StyledTextInput: import("styled-components").StyledComponent<"div", any, {
17
+ theme: object;
18
+ } & StyledTextInputProps, "theme">;
19
+ declare const LabelWrapper: import("styled-components").StyledComponent<"div", any, LabelWrapperProps, never>;
20
+ declare const InputWrapper: import("styled-components").StyledComponent<"div", any, InputWrapperProps, never>;
21
+ export { StyledTextInput, LabelWrapper, InputWrapper };
@@ -0,0 +1 @@
1
+ import e,{css as a}from"styled-components";import{margin as t}from"styled-system";import l from"../../../../style/themes/apply-base-theme.js";const i=e.div.attrs(l).withConfig({displayName:"text-input.style__StyledTextInput",componentId:"sc-bf599bd2-0"})(['[data-component="inline-inputs"] &,&[data-element="current-page"]{--fieldSpacing:0px;}margin-bottom:var(--fieldSpacing);'," display:flex;align-items:flex-start;flex-direction:",";gap:",";.time &{gap:unset;}.search &{flex:1 1 0%;}"],t,(({$labelInline:e})=>e?"row":"column"),(({$labelInline:e,$size:a,$hasValidationFailure:t})=>{if(!e)switch(a){case"small":return"var(--global-space-comp-xs)";case"large":return"var(--global-space-comp-m)";default:return"var(--global-space-comp-s)"}return"large"===a?t?"var(--global-space-comp-l)":"var(--global-space-comp-m)":t?"var(--global-space-comp-l)":"var(--global-space-comp-s)"})),n=e.div.withConfig({displayName:"text-input.style__LabelWrapper",componentId:"sc-bf599bd2-1"})([""," display:flex;flex-direction:column;align-self:stretch;",""],(({$labelWrapperWidth:e})=>e&&`\n --label-spacing: ${e}%;\n\n [data-component="date-range"] & {\n --label-spacing: ${2*e}%;\n }\n `),(({$labelInline:e,$size:t})=>a([""," ",""],e&&a(["padding-top:var(--global-space-comp-",");justify-content:flex-start;align-items:flex-end;align-self:stretch;width:var(--label-spacing,auto);"],t.charAt(0)),!e&&a(["justify-content:flex-end;align-items:flex-start;"])))),p=e.div.withConfig({displayName:"text-input.style__InputWrapper",componentId:"sc-bf599bd2-2"})(["display:flex;flex-direction:column;position:relative;width:100%;min-width:0;gap:",";",' &[data-is-open="true"]{z-index:var(--adaptiveSidebarModalBackdrop,9999);}'],(({$size:e})=>"small"===e?"var(--global-space-comp-xs)":"var(--global-space-comp-s)"),(({$maxWidth:e,$inputWidth:t})=>a([""," width:",";"],e&&`max-width: ${e};`,t?`${t}%`:"100%")));export{p as InputWrapper,n as LabelWrapper,i as StyledTextInput};
@@ -0,0 +1,81 @@
1
+ import { IconType } from "../../../icon";
2
+ export interface CommonTextInputArgs {
3
+ label: string;
4
+ placeholder: string;
5
+ inputIcon?: IconType;
6
+ }
7
+ export declare const getCommonTextInputArgsWithSpecialCharacters: (args: CommonTextInputArgs) => {
8
+ label: string;
9
+ placeholder: string;
10
+ inputIcon?: IconType;
11
+ };
12
+ export declare const getCommonTextInputArgs: (labelInlineDefault?: boolean) => {
13
+ disabled: boolean;
14
+ readOnly: boolean;
15
+ prefix: string;
16
+ label: string;
17
+ inputHint: string;
18
+ placeholder: string;
19
+ labelInline: boolean;
20
+ inputWidth: number;
21
+ size: string;
22
+ inputIcon: undefined;
23
+ required: boolean;
24
+ error: string;
25
+ warning: string;
26
+ };
27
+ export declare const commonTextInputArgTypes: () => {
28
+ disabled: {
29
+ control: {
30
+ type: string;
31
+ };
32
+ };
33
+ size: {
34
+ options: string[];
35
+ control: {
36
+ type: string;
37
+ };
38
+ };
39
+ inputIcon: {
40
+ options: string[];
41
+ control: {
42
+ type: string;
43
+ };
44
+ };
45
+ labelInline: {
46
+ control: {
47
+ type: string;
48
+ };
49
+ };
50
+ inputWidth: {
51
+ control: {
52
+ type: string;
53
+ min: number;
54
+ max: number;
55
+ step: number;
56
+ };
57
+ };
58
+ containerWidth: {
59
+ control: {
60
+ type: string;
61
+ min: number;
62
+ max: number;
63
+ step: number;
64
+ };
65
+ };
66
+ required: {
67
+ control: {
68
+ type: string;
69
+ };
70
+ };
71
+ error: {
72
+ control: {
73
+ type: string;
74
+ };
75
+ };
76
+ warning: {
77
+ control: {
78
+ type: string;
79
+ };
80
+ };
81
+ };
@@ -0,0 +1 @@
1
+ import{ICONS as e}from"../../../icon/icon-config.js";function t(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}const r=e=>{const{label:r,placeholder:n}=e;return o=function(e){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(r){t(e,r,n[r])}))}return e}({},e),l=null!=(l={label:r,placeholder:n})?l:{},Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(l)):function(e){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t.push.apply(t,r)}return t}(Object(l)).forEach((function(e){Object.defineProperty(o,e,Object.getOwnPropertyDescriptor(l,e))})),o;var o,l},n=(e=!1)=>({disabled:!1,readOnly:!1,prefix:"",label:e?"Label - new validation":"Label",inputHint:"",placeholder:"",labelInline:e,inputWidth:50,size:"medium",inputIcon:void 0,required:!1,error:"",warning:""}),o=()=>({disabled:{control:{type:"boolean"}},size:{options:["small","medium","large"],control:{type:"select"}},inputIcon:{options:["",...e],control:{type:"select"}},labelInline:{control:{type:"boolean"}},inputWidth:{control:{type:"range",min:0,max:100,step:1}},containerWidth:{control:{type:"range",min:0,max:100,step:1}},required:{control:{type:"boolean"}},error:{control:{type:"text"}},warning:{control:{type:"text"}}});export{o as commonTextInputArgTypes,n as getCommonTextInputArgs,r as getCommonTextInputArgsWithSpecialCharacters};
@@ -1,23 +1,24 @@
1
1
  import React from "react";
2
2
  import { MarginProps } from "styled-system";
3
3
  import { IconType } from "../icon";
4
- import { CommonInputProps } from "../../__internal__/input";
4
+ import { CommonInputProps } from "../../__internal__/legacy-input";
5
5
  import { ValidationProps } from "../../__internal__/validations";
6
6
  import { TagProps } from "../../__internal__/utils/helpers/tags";
7
- export declare const ALIGN_DEFAULT = "left";
8
7
  export declare const SIZE_DEFAULT = "medium";
9
8
  export declare const LABEL_WIDTH_DEFAULT = 30;
10
9
  export declare const LABEL_VALIDATION_DEFAULT = false;
11
- export interface CommonTextboxProps extends ValidationProps, MarginProps, Omit<CommonInputProps, "size" | "inputBorderRadius">, TagProps {
10
+ export interface CommonTextboxProps extends Pick<ValidationProps, "error" | "warning">, MarginProps, Omit<CommonInputProps, "size" | "inputBorderRadius">, TagProps {
12
11
  /** Prop to specify the aria-labelledby property of the component */
13
12
  "aria-labelledby"?: string;
14
- /** Breakpoint for adaptive label (inline labels change to top aligned). Enables the adaptive behaviour when set */
13
+ /** @deprecated `adaptiveLabelBreakpoint` has been deprecated, the functionality will no longer work. */
15
14
  adaptiveLabelBreakpoint?: number;
16
15
  /** Integer to determine a timeout for the deferred callback */
17
16
  deferTimeout?: number;
18
17
  /** A hint string rendered before the input but after the label. Intended to describe the purpose or content of the input. */
19
18
  inputHint?: string;
20
- /** [Legacy] Help content to be displayed under an input. */
19
+ /**
20
+ * @deprecated `fieldHelp` has been deprecated, `inputHint` should be used instead.
21
+ * [Legacy] Help content to be displayed under an input. */
21
22
  fieldHelp?: React.ReactNode;
22
23
  /**
23
24
  * An optional alternative for props.value, this is useful if the
@@ -31,7 +32,7 @@ export interface CommonTextboxProps extends ValidationProps, MarginProps, Omit<C
31
32
  */
32
33
  id?: string;
33
34
  /** Type of the icon that will be rendered next to the input */
34
- inputIcon?: IconType;
35
+ inputIcon?: IconType | React.ReactNode;
35
36
  /** Optional handler for click event on Textbox icon */
36
37
  iconOnClick?: (ev: React.MouseEvent<HTMLElement> | React.KeyboardEvent<HTMLElement>) => void;
37
38
  /** Optional handler for mouse down event on Textbox icon */
@@ -49,24 +50,25 @@ export interface CommonTextboxProps extends ValidationProps, MarginProps, Omit<C
49
50
  leftChildren?: React.ReactNode;
50
51
  /** Label content */
51
52
  label?: string;
52
- /** Label alignment */
53
+ /** @deprecated `labelAlign` has been deprecated, the functionality will no longer work. */
53
54
  labelAlign?: "left" | "right";
54
55
  /**
56
+ * @deprecated `labelHelp` has been deprecated, `inputHint` should be used instead.
55
57
  * [Legacy] Text applied to label help tooltip. When opted into new design validations
56
- * it will render as a hint above the input, unless an `inputHint`
58
+ * string values will render as a hint above the input, unless an `inputHint`
57
59
  * prop is also passed.
58
60
  */
59
61
  labelHelp?: React.ReactNode;
60
- /** [Legacy] When true label is inline. */
62
+ /** When true label is inline. */
61
63
  labelInline?: boolean;
62
- /** [Legacy] Spacing between label and a field for inline label, given number will be multiplied by base spacing unit (8). */
64
+ /** @deprecated `labelSpacing` has been deprecated, the functionality will no longer work.*/
63
65
  labelSpacing?: 1 | 2;
64
- /** [Legacy] Label width as a percentage when label is inline. */
66
+ /** @deprecated `labelWidth` has been deprecated, the functionality will no longer work. */
65
67
  labelWidth?: number;
66
68
  /** Specify a callback triggered on change */
67
69
  onChange: (ev: React.ChangeEvent<HTMLInputElement>) => void;
68
70
  /** Deferred callback to be called after the onChange event */
69
- onChangeDeferred?: () => void;
71
+ onChangeDeferred?: (ev: React.ChangeEvent<HTMLInputElement>) => void;
70
72
  /** Specify a callback triggered on click */
71
73
  onClick?: (ev: React.MouseEvent<HTMLElement> | React.KeyboardEvent<HTMLElement>) => void;
72
74
  /** Event handler for the focus event */
@@ -77,22 +79,24 @@ export interface CommonTextboxProps extends ValidationProps, MarginProps, Omit<C
77
79
  onMouseDown?: (ev: React.MouseEvent<HTMLElement>) => void;
78
80
  /** Emphasized part of the displayed text */
79
81
  prefix?: string;
80
- /** Reverses label and input display */
82
+ /** @deprecated `reverse` has been deprecated, the functionality will no longer work. */
81
83
  reverse?: boolean;
82
84
  /** Size of an input */
83
85
  size?: "small" | "medium" | "large";
84
- /** [Legacy] When true, validation icon will be placed on label instead of being placed on the input. */
86
+ /** @deprecated `validationOnLabel` has been deprecated, the functionality will no longer work. */
85
87
  validationOnLabel?: boolean;
86
- /** [Legacy] Overrides the default tooltip position. */
88
+ /** @deprecated `tooltipPosition` has been deprecated, the functionality will no longer work. */
87
89
  tooltipPosition?: "top" | "bottom" | "left" | "right";
88
- /** [Legacy] Aria label for rendered help component. */
90
+ /** @deprecated `helpAriaLabel` has been deprecated, the functionality will no longer work. */
89
91
  helpAriaLabel?: string;
90
- /** The id attribute for the validation tooltip */
92
+ /** @deprecated `tooltipId` has been deprecated, the functionality will no longer work. */
91
93
  tooltipId?: string;
92
94
  /** @private @internal @ignore */
93
95
  "data-component"?: string;
94
96
  /** Render the ValidationMessage above the Textbox input when validationRedesignOptIn flag is set */
95
97
  validationMessagePositionTop?: boolean;
98
+ /** @deprecated `info` has been deprecated, the functionality will no longer work. */
99
+ info?: string | boolean;
96
100
  }
97
101
  export interface TextboxProps extends Omit<CommonTextboxProps, "defaultValue"> {
98
102
  /** Content to be rendered next to the input */
@@ -1 +1 @@
1
- import{jsxs as e,jsx as i,Fragment as n}from"react/jsx-runtime";import o,{useState as t,useContext as r,useRef as a}from"react";import{Box as l}from"../box/box.component.js";import d from"../../__internal__/form-field/form-field.component.js";import{HintText as p}from"../../__internal__/hint-text/hint-text.component.js";import s from"../../__internal__/input/input.component.js";import c from"../../__internal__/input/input-presentation.component.js";import{InputBehaviour as u}from"../../__internal__/input-behaviour/input-behaviour.component.js";import m from"../../__internal__/input-icon-toggle/input-icon-toggle.component.js";import{TooltipProvider as f}from"../../__internal__/tooltip-provider/index.js";import b from"../../__internal__/validation-message/validation-message.component.js";import"../../style/utils/filter-styled-system-padding-props.js";import g from"../../style/utils/filter-styled-system-margin-props.js";import h from"../carbon-provider/__internal__/new-validation.context.js";import _ from"../numeral-date/__internal__/numeral-date.context.js";import v from"../../hooks/useCharacterCount/useCharacterCount.js";import y from"../../hooks/__internal__/useUniqueId/index.js";import O from"../../__internal__/utils/helpers/guid/index.js";import j from"../../hooks/__internal__/useInputAccessibility/useInputAccessibility.js";import I from"./textbox.style.js";import w from"./__internal__/prefix.style.js";function x(e,i,n){return i in e?Object.defineProperty(e,i,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[i]=n,e}function C(e){for(var i=1;i<arguments.length;i++){var n=null!=arguments[i]?arguments[i]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(i){x(e,i,n[i])}))}return e}function P(e,i){return i=null!=i?i:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):function(e){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);i.push.apply(i,n)}return i}(Object(i)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(i,n))})),e}const k="left",D="medium",H=30,L=!1,M=o.forwardRef(((o,x)=>{var{"aria-labelledby":M,"aria-describedby":T,align:W=k,autoFocus:B,children:S,disabled:A,inputIcon:F,leftChildren:q,label:z,labelAlign:R,labelHelp:E,labelInline:V,labelSpacing:U,id:G,formattedValue:J,inputHint:K,fieldHelp:N,error:Q,warning:X,info:Y,name:Z,reverse:$,size:ee=D,value:ie,readOnly:ne,placeholder:oe,onBlur:te,onClick:re,onFocus:ae,onChange:le,onMouseDown:de,onChangeDeferred:pe,deferTimeout:se,iconOnClick:ce,iconOnMouseDown:ue,iconTabIndex:me,validationOnLabel:fe=L,labelWidth:be=H,inputWidth:ge,maxWidth:he,prefix:_e,adaptiveLabelBreakpoint:ve,required:ye,positionedChildren:Oe,tooltipPosition:je,"data-component":Ie,"data-element":we,"data-role":xe,characterLimit:Ce,helpAriaLabel:Pe,tooltipId:ke,validationMessagePositionTop:De=!0}=o,He=function(e,i){if(null==e)return{};var n,o,t=function(e,i){if(null==e)return{};var n,o,t={},r=Object.keys(e);for(o=0;o<r.length;o++)n=r[o],i.indexOf(n)>=0||(t[n]=e[n]);return t}(e,i);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o<r.length;o++)n=r[o],i.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(t[n]=e[n])}return t}(o,["aria-labelledby","aria-describedby","align","autoFocus","children","disabled","inputIcon","leftChildren","label","labelAlign","labelHelp","labelInline","labelSpacing","id","formattedValue","inputHint","fieldHelp","error","warning","info","name","reverse","size","value","readOnly","placeholder","onBlur","onClick","onFocus","onChange","onMouseDown","onChangeDeferred","deferTimeout","iconOnClick","iconOnMouseDown","iconTabIndex","validationOnLabel","labelWidth","inputWidth","maxWidth","prefix","adaptiveLabelBreakpoint","required","positionedChildren","tooltipPosition","data-component","data-element","data-role","characterLimit","helpAriaLabel","tooltipId","validationMessagePositionTop"]);const Le="string"==typeof ie?ie:"",[Me,Te]=y(G,Z),[We,Be]=t("off"),[Se,Ae]=v(Le,Ce,We),{validationRedesignOptIn:Fe}=r(h),{disableErrorBorder:qe}=r(_),ze=e=>Fe?void 0:e,{labelId:Re,validationId:Ee,fieldHelpId:Ve,ariaDescribedBy:Ue}=j({id:Me,validationRedesignOptIn:Fe,error:Q,warning:X,info:Y,label:z,fieldHelp:N}),Ge=a(O()),Je=K?Ge.current:void 0,Ke=[...Fe&&De?[Ue,Je]:[Je,Ue],Ae,T].filter(Boolean).join(" "),Ne=e(c,{align:W,disabled:A,readOnly:ne,size:ee,error:Q,warning:X,info:Y,prefix:_e,inputWidth:ge||100-be,maxWidth:V||"right"!==R?he:void 0,positionedChildren:Oe,hasIcon:!!(F||Ee&&!fe),children:[q,_e&&i(w,{"data-element":"textbox-prefix",size:ee,children:_e}),i(s,C(P(C({},ye&&{required:ye}),{align:W,"aria-invalid":!!Q,"aria-labelledby":M,"aria-describedby":Ke,autoFocus:B,deferTimeout:se,disabled:A,id:Me,ref:x,name:Te,onBlur:e=>{Ce&&Be("off"),null==te||te(e)},onChange:le,onChangeDeferred:pe,onClick:A||ne?void 0:re,onFocus:e=>{Ce&&Be("polite"),null==ae||ae(e)},onMouseDown:A||ne?void 0:de,placeholder:A||ne?"":oe,readOnly:ne,value:"string"==typeof J?J:ie,validationIconId:Fe?void 0:ke||Ee}),He)),S,i(m,{align:W,disabled:A,error:Q,iconTabIndex:me,info:Y,inputIcon:F,onClick:A||ne?void 0:ce||re,onMouseDown:A||ne?void 0:ue||de,readOnly:ne,size:ee,useValidationIcon:!(Fe||fe),warning:X,validationIconId:Fe?void 0:ke||Ee})]});return i(f,{helpAriaLabel:Pe,tooltipPosition:je,children:i(u,{children:e(d,P(C({maxWidth:V||"right"!==R?void 0:he,disabled:A,fieldHelpId:Ve,fieldHelp:ze(N),error:Q,warning:X,info:Y,label:z,labelId:Re,labelAlign:R,labelHelp:ze(E),labelInline:ze(V),labelSpacing:U,labelWidth:ze(be),id:Me,reverse:ze($),useValidationIcon:ze(fe),adaptiveLabelBreakpoint:ve,isRequired:ye,"data-component":Ie,"data-role":xe,"data-element":we,validationIconId:Fe?void 0:Ee,validationRedesignOptIn:Fe},g(He)),{children:[(K||E&&Fe)&&i(p,{align:R,"data-element":"input-hint",id:Je,isComponentInline:V,children:K||E}),Fe?e(l,{position:"relative",children:[De&&e(n,{children:[i(b,{error:Q,validationId:Ee,warning:X,validationMessagePositionTop:De}),!qe&&(Q||X)&&i(I,{warning:!(Q||!X)})]}),Ne,!De&&e(n,{children:[i(b,{error:Q,validationId:Ee,warning:X,validationMessagePositionTop:De}),!qe&&(Q||X)&&i(I,{warning:!(Q||!X)})]})]}):Ne,Se]}))})})}));export{k as ALIGN_DEFAULT,L as LABEL_VALIDATION_DEFAULT,H as LABEL_WIDTH_DEFAULT,D as SIZE_DEFAULT,M as Textbox,M as default};
1
+ import{jsxs as e,Fragment as n,jsx as r}from"react/jsx-runtime";import t,{useRef as i,useCallback as o,useState as l}from"react";import{TextInput as a}from"./__internal__/__next__/text-input.component.js";import c from"../../__internal__/input-icon-toggle/input-icon-toggle.component.js";import d from"../../hooks/useCharacterCount/useCharacterCount.js";import u from"../../hooks/__internal__/useUniqueId/index.js";import p from"../../__internal__/utils/helpers/combine-refs/index.js";function s(e,n,r){return n in e?Object.defineProperty(e,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[n]=r,e}function f(e){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{},t=Object.keys(r);"function"==typeof Object.getOwnPropertySymbols&&(t=t.concat(Object.getOwnPropertySymbols(r).filter((function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable})))),t.forEach((function(n){s(e,n,r[n])}))}return e}const b="medium",m=30,h=!1,y=new Set(["adaptiveLabelBreakpoint","info","helpAriaLabel","labelAlign","labelWidth","labelSpacing","labelId","reverse","tooltipPosition","tooltipId","validationOnLabel"]),O=t.forwardRef(((t,s)=>{var{"aria-describedby":m,"aria-labelledby":h,characterLimit:O,children:g,"data-component":j,"data-element":w,"data-role":v,deferTimeout:C,disabled:_,error:x,formattedValue:P,fieldHelp:k,iconOnClick:I,iconOnMouseDown:D,iconTabIndex:S,id:T,inputHint:M,inputIcon:H,inputWidth:W,label:B,labelHelp:L,labelInline:q,leftChildren:z,maxWidth:E,name:F,onBlur:A,onFocus:V,onChange:$,onChangeDeferred:R,onClick:U,onMouseDown:G,placeholder:J,positionedChildren:K,prefix:N,readOnly:Q,required:X,size:Y=b,warning:Z,validationMessagePositionTop:ee=!0,value:ne}=t,re=function(e,n){if(null==e)return{};var r,t,i=function(e,n){if(null==e)return{};var r,t,i={},o=Object.keys(e);for(t=0;t<o.length;t++)r=o[t],n.indexOf(r)>=0||(i[r]=e[r]);return i}(e,n);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(t=0;t<o.length;t++)r=o[t],n.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(i[r]=e[r])}return i}(t,["aria-describedby","aria-labelledby","characterLimit","children","data-component","data-element","data-role","deferTimeout","disabled","error","formattedValue","fieldHelp","iconOnClick","iconOnMouseDown","iconTabIndex","id","inputHint","inputIcon","inputWidth","label","labelHelp","labelInline","leftChildren","maxWidth","name","onBlur","onFocus","onChange","onChangeDeferred","onClick","onMouseDown","placeholder","positionedChildren","prefix","readOnly","required","size","warning","validationMessagePositionTop","value"]);const[te,ie]=u(T,F),oe=i(null),le=i(null),ae=p(s,le),ce=o((e=>{if(_||Q)return;const n=null!=I?I:U;null==n||n(e)}),[I,U,_,Q]),de=o((e=>{if(_||Q)return;const n=null!=D?D:G;null==n||n(e)}),[D,G,_,Q]),ue="string"==typeof H?r(c,{inputIcon:H,disabled:_,error:x,iconTabIndex:S,onClick:ce,onMouseDown:de,readOnly:Q,size:Y,warning:Z,blockFocusStyling:!0}):null,pe=o((e=>{R&&(oe.current&&clearTimeout(oe.current),oe.current=setTimeout((()=>{R(e)}),C||750))}),[R,C]),se=o((e=>{$(e),pe(e)}),[$,pe]),fe="string"==typeof ne?ne:"",[be,me]=l("off"),[he,ye]=d(fe,O,be),Oe=[m,ye,k?`${te}-field-help`:void 0].filter(Boolean).join(" "),ge="string"==typeof L?L:void 0;return e(n,{children:[r(a,(je=f({},(ve=re,Object.fromEntries(Object.entries(ve).filter((([e])=>!y.has(e)))))),we={id:te,label:B||"",labelInline:q,disabled:_,readOnly:Q,size:Y,prefix:N,inputHint:M||ge,inputIcon:ue,placeholder:J,value:"string"==typeof P?P:null!=ne?ne:"",inputWidth:W,error:x,warning:Z,"aria-describedby":Oe,"aria-labelledby":h,required:X,name:ie,onChange:se,onBlur:e=>{O&&me("off"),null==A||A(e)},onFocus:e=>{O&&me("polite"),null==V||V(e)},onClick:U,onMouseDown:G,ref:ae,maxWidth:E,"data-component":j,"data-element":w,"data-role":v,validationMessagePositionTop:ee,leftChildren:z||K,children:g},we=null!=we?we:{},Object.getOwnPropertyDescriptors?Object.defineProperties(je,Object.getOwnPropertyDescriptors(we)):function(e){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n}(Object(we)).forEach((function(e){Object.defineProperty(je,e,Object.getOwnPropertyDescriptor(we,e))})),je)),he,k&&r("span",{"data-element":"help",style:{display:"block",marginTop:"calc(8px - var(--fieldSpacing, 0px))",whiteSpace:"pre-wrap",width:W?W-1+"%":"100%",float:"right"},id:`${te}-field-help`,children:k})]});var je,we,ve}));export{h as LABEL_VALIDATION_DEFAULT,m as LABEL_WIDTH_DEFAULT,b as SIZE_DEFAULT,O as Textbox,O as default};
@@ -23,7 +23,7 @@ declare const StyledFooterWrapper: import("styled-components").StyledComponent<"
23
23
  declare const StyledAccordionFooterWrapper: import("styled-components").StyledComponent<"div", any, {
24
24
  accordionExpanded?: boolean;
25
25
  }, never>;
26
- declare const StyledTileSelectInput: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../__internal__/input").InputProps & import("react").RefAttributes<HTMLInputElement | HTMLTextAreaElement>>, any, {}, never>;
26
+ declare const StyledTileSelectInput: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../__internal__/legacy-input").InputProps & import("react").RefAttributes<HTMLInputElement | HTMLTextAreaElement>>, any, {}, never>;
27
27
  declare const StyledTitleContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
28
28
  declare const StyledDeselectWrapper: import("styled-components").StyledComponent<"div", any, {
29
29
  hasActionAdornment: boolean;