@elliemae/ds-form 3.16.0-next.2 → 3.16.0-next.21

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 (544) hide show
  1. package/dist/cjs/Checkbox/index.js +4 -0
  2. package/dist/cjs/Checkbox/index.js.map +1 -1
  3. package/dist/cjs/CheckboxGroup/DSCheckboxGroup.js +10 -6
  4. package/dist/cjs/CheckboxGroup/DSCheckboxGroup.js.map +2 -2
  5. package/dist/cjs/CheckboxGroup/defaultProps.js +4 -0
  6. package/dist/cjs/CheckboxGroup/defaultProps.js.map +1 -1
  7. package/dist/cjs/CheckboxGroup/index.js +5 -1
  8. package/dist/cjs/CheckboxGroup/index.js.map +2 -2
  9. package/dist/cjs/CheckboxGroup/props.js +35 -13
  10. package/dist/cjs/CheckboxGroup/props.js.map +2 -2
  11. package/dist/cjs/ComboBox/index.js +4 -0
  12. package/dist/cjs/ComboBox/index.js.map +1 -1
  13. package/dist/cjs/ComboBoxFreeSolo/ComboBoxFreeSolo.js +52 -5
  14. package/dist/cjs/ComboBoxFreeSolo/ComboBoxFreeSolo.js.map +2 -2
  15. package/dist/cjs/ComboBoxFreeSolo/components/MultiValueLabel.js +4 -0
  16. package/dist/cjs/ComboBoxFreeSolo/components/MultiValueLabel.js.map +1 -1
  17. package/dist/cjs/ComboBoxFreeSolo/components/MultiValueRemove.js +4 -0
  18. package/dist/cjs/ComboBoxFreeSolo/components/MultiValueRemove.js.map +1 -1
  19. package/dist/cjs/ComboBoxFreeSolo/components/SingleValue.js +6 -2
  20. package/dist/cjs/ComboBoxFreeSolo/components/SingleValue.js.map +2 -2
  21. package/dist/cjs/ComboBoxFreeSolo/components/SingleValueRemove.js +4 -0
  22. package/dist/cjs/ComboBoxFreeSolo/components/SingleValueRemove.js.map +1 -1
  23. package/dist/cjs/ComboBoxFreeSolo/index.js +5 -1
  24. package/dist/cjs/ComboBoxFreeSolo/index.js.map +2 -2
  25. package/dist/cjs/DateInput/DSDateInput.js +11 -5
  26. package/dist/cjs/DateInput/DSDateInput.js.map +2 -2
  27. package/dist/cjs/DateInput/components/DateInputImpl.js +6 -1
  28. package/dist/cjs/DateInput/components/DateInputImpl.js.map +2 -2
  29. package/dist/cjs/DateInput/components/DateInputs.js +8 -1
  30. package/dist/cjs/DateInput/components/DateInputs.js.map +2 -2
  31. package/dist/cjs/DateInput/components/utils.js +5 -1
  32. package/dist/cjs/DateInput/components/utils.js.map +1 -1
  33. package/dist/cjs/DateInput/defaultProps.js +5 -1
  34. package/dist/cjs/DateInput/defaultProps.js.map +1 -1
  35. package/dist/cjs/DateInput/index.js +5 -1
  36. package/dist/cjs/DateInput/index.js.map +2 -2
  37. package/dist/cjs/DateInput/props.js +63 -17
  38. package/dist/cjs/DateInput/props.js.map +2 -2
  39. package/dist/cjs/DateInputV2/components/DSDateInput.js +9 -5
  40. package/dist/cjs/DateInputV2/components/DSDateInput.js.map +2 -2
  41. package/dist/cjs/DateInputV2/components/DateInputs.js +11 -4
  42. package/dist/cjs/DateInputV2/components/DateInputs.js.map +2 -2
  43. package/dist/cjs/DateInputV2/components/helpers.js +5 -1
  44. package/dist/cjs/DateInputV2/components/helpers.js.map +2 -2
  45. package/dist/cjs/DateInputV2/components/props.js +45 -11
  46. package/dist/cjs/DateInputV2/components/props.js.map +2 -2
  47. package/dist/cjs/DateInputV2/components/propsTypes.js +4 -0
  48. package/dist/cjs/DateInputV2/components/propsTypes.js.map +1 -1
  49. package/dist/cjs/DateInputV2/components/styled.js +4 -0
  50. package/dist/cjs/DateInputV2/components/styled.js.map +1 -1
  51. package/dist/cjs/DateInputV2/components/utils.js +5 -1
  52. package/dist/cjs/DateInputV2/components/utils.js.map +1 -1
  53. package/dist/cjs/DateInputV2/index.js +6 -2
  54. package/dist/cjs/DateInputV2/index.js.map +2 -2
  55. package/dist/cjs/ExpandableInput/DSExpandableInput.js +5 -1
  56. package/dist/cjs/ExpandableInput/DSExpandableInput.js.map +2 -2
  57. package/dist/cjs/ExpandableInput/ExpandableInputImpl.js +5 -1
  58. package/dist/cjs/ExpandableInput/ExpandableInputImpl.js.map +2 -2
  59. package/dist/cjs/ExpandableInput/index.js +5 -1
  60. package/dist/cjs/ExpandableInput/index.js.map +2 -2
  61. package/dist/cjs/FloatingLabelInput/DSFloatingLabelInput.js +70 -3
  62. package/dist/cjs/FloatingLabelInput/DSFloatingLabelInput.js.map +2 -2
  63. package/dist/cjs/FloatingLabelInput/FloatingLabelInputImpl.js +6 -2
  64. package/dist/cjs/FloatingLabelInput/FloatingLabelInputImpl.js.map +2 -2
  65. package/dist/cjs/FloatingLabelInput/getSvgPath.js +7 -1
  66. package/dist/cjs/FloatingLabelInput/getSvgPath.js.map +1 -1
  67. package/dist/cjs/FloatingLabelInput/index.js +5 -1
  68. package/dist/cjs/FloatingLabelInput/index.js.map +2 -2
  69. package/dist/cjs/FormItem/DSFormItemLayout.js +16 -8
  70. package/dist/cjs/FormItem/DSFormItemLayout.js.map +2 -2
  71. package/dist/cjs/FormItem/Error/DSError.js +10 -4
  72. package/dist/cjs/FormItem/Error/DSError.js.map +2 -2
  73. package/dist/cjs/FormItem/Feedback.js +4 -0
  74. package/dist/cjs/FormItem/Feedback.js.map +1 -1
  75. package/dist/cjs/FormItem/Label/DSLabel.js +5 -1
  76. package/dist/cjs/FormItem/Label/DSLabel.js.map +2 -2
  77. package/dist/cjs/FormItem/Suffix/Suffix.js +4 -0
  78. package/dist/cjs/FormItem/Suffix/Suffix.js.map +1 -1
  79. package/dist/cjs/FormItem/ValidationFieldWrapper.js +5 -0
  80. package/dist/cjs/FormItem/ValidationFieldWrapper.js.map +1 -1
  81. package/dist/cjs/FormItem/defaultProps.js +8 -4
  82. package/dist/cjs/FormItem/defaultProps.js.map +2 -2
  83. package/dist/cjs/FormItem/index.js +6 -2
  84. package/dist/cjs/FormItem/index.js.map +2 -2
  85. package/dist/cjs/FormItem/props.js +89 -45
  86. package/dist/cjs/FormItem/props.js.map +2 -2
  87. package/dist/cjs/FormItem/variants.js +4 -0
  88. package/dist/cjs/FormItem/variants.js.map +1 -1
  89. package/dist/cjs/Input/DSInput.js +4 -0
  90. package/dist/cjs/Input/DSInput.js.map +1 -1
  91. package/dist/cjs/Input/InputAddonWrapper.js +4 -0
  92. package/dist/cjs/Input/InputAddonWrapper.js.map +1 -1
  93. package/dist/cjs/Input/InputImpl.js +4 -0
  94. package/dist/cjs/Input/InputImpl.js.map +1 -1
  95. package/dist/cjs/Input/index.js +4 -0
  96. package/dist/cjs/Input/index.js.map +1 -1
  97. package/dist/cjs/InputGroup/AddonWrapper.js +4 -0
  98. package/dist/cjs/InputGroup/AddonWrapper.js.map +1 -1
  99. package/dist/cjs/InputGroup/DSInputGroup.js +25 -16
  100. package/dist/cjs/InputGroup/DSInputGroup.js.map +2 -2
  101. package/dist/cjs/InputGroup/defaultProps.js +4 -0
  102. package/dist/cjs/InputGroup/defaultProps.js.map +1 -1
  103. package/dist/cjs/InputGroup/index.js +5 -1
  104. package/dist/cjs/InputGroup/index.js.map +2 -2
  105. package/dist/cjs/InputGroup/props.js +27 -8
  106. package/dist/cjs/InputGroup/props.js.map +2 -2
  107. package/dist/cjs/InputMask/DSInputMask.js +13 -7
  108. package/dist/cjs/InputMask/DSInputMask.js.map +2 -2
  109. package/dist/cjs/InputMask/DSInputMaskDeprecated.js +13 -2
  110. package/dist/cjs/InputMask/DSInputMaskDeprecated.js.map +2 -2
  111. package/dist/cjs/InputMask/InputMaskContext.js +4 -0
  112. package/dist/cjs/InputMask/InputMaskContext.js.map +2 -2
  113. package/dist/cjs/InputMask/MaskPipes.js +5 -1
  114. package/dist/cjs/InputMask/MaskPipes.js.map +2 -2
  115. package/dist/cjs/InputMask/MaskTypes.js +4 -0
  116. package/dist/cjs/InputMask/MaskTypes.js.map +1 -1
  117. package/dist/cjs/InputMask/addons/AutoCorrectedDatePipe.js +4 -0
  118. package/dist/cjs/InputMask/addons/AutoCorrectedDatePipe.js.map +1 -1
  119. package/dist/cjs/InputMask/defaultProps.js +5 -1
  120. package/dist/cjs/InputMask/defaultProps.js.map +2 -2
  121. package/dist/cjs/InputMask/index.js +5 -1
  122. package/dist/cjs/InputMask/index.js.map +2 -2
  123. package/dist/cjs/InputMask/mask_types/DateInputMask.js +6 -2
  124. package/dist/cjs/InputMask/mask_types/DateInputMask.js.map +2 -2
  125. package/dist/cjs/InputMask/mask_types/DateTimeInputMask.js +6 -2
  126. package/dist/cjs/InputMask/mask_types/DateTimeInputMask.js.map +2 -2
  127. package/dist/cjs/InputMask/mask_types/DictionaryInputMask.js +6 -2
  128. package/dist/cjs/InputMask/mask_types/DictionaryInputMask.js.map +2 -2
  129. package/dist/cjs/InputMask/mask_types/NumberInputMask.js +6 -2
  130. package/dist/cjs/InputMask/mask_types/NumberInputMask.js.map +2 -2
  131. package/dist/cjs/InputMask/mask_types/PhoneInputMask.js +6 -2
  132. package/dist/cjs/InputMask/mask_types/PhoneInputMask.js.map +2 -2
  133. package/dist/cjs/InputMask/mask_types/PhoneInternationalInputMask.js +6 -2
  134. package/dist/cjs/InputMask/mask_types/PhoneInternationalInputMask.js.map +2 -2
  135. package/dist/cjs/InputMask/mask_types/SsnInputMask.js +6 -2
  136. package/dist/cjs/InputMask/mask_types/SsnInputMask.js.map +2 -2
  137. package/dist/cjs/InputMask/mask_types/UsZipCodeInputMask.js +6 -2
  138. package/dist/cjs/InputMask/mask_types/UsZipCodeInputMask.js.map +2 -2
  139. package/dist/cjs/InputMask/mask_types/ZipCodeSearchInputMask.js +6 -2
  140. package/dist/cjs/InputMask/mask_types/ZipCodeSearchInputMask.js.map +2 -2
  141. package/dist/cjs/InputMask/mask_types/index.js +13 -9
  142. package/dist/cjs/InputMask/mask_types/index.js.map +2 -2
  143. package/dist/cjs/InputMask/props.js +115 -31
  144. package/dist/cjs/InputMask/props.js.map +2 -2
  145. package/dist/cjs/InputMask/types/index.js +4 -0
  146. package/dist/cjs/InputMask/types/index.js.map +1 -1
  147. package/dist/cjs/InputMask/utils/setCaretPosition.js +4 -0
  148. package/dist/cjs/InputMask/utils/setCaretPosition.js.map +1 -1
  149. package/dist/cjs/InputProtected/DSInputProtected.js +12 -6
  150. package/dist/cjs/InputProtected/DSInputProtected.js.map +2 -2
  151. package/dist/cjs/InputProtected/defaultProps.js +5 -1
  152. package/dist/cjs/InputProtected/defaultProps.js.map +2 -2
  153. package/dist/cjs/InputProtected/index.js +6 -2
  154. package/dist/cjs/InputProtected/index.js.map +2 -2
  155. package/dist/cjs/InputProtected/options.js +4 -0
  156. package/dist/cjs/InputProtected/options.js.map +1 -1
  157. package/dist/cjs/InputProtected/props.js +18 -10
  158. package/dist/cjs/InputProtected/props.js.map +2 -2
  159. package/dist/cjs/LargeInputText/DSLargeInputText.js +9 -3
  160. package/dist/cjs/LargeInputText/DSLargeInputText.js.map +2 -2
  161. package/dist/cjs/LargeInputText/defaultProps.js +4 -0
  162. package/dist/cjs/LargeInputText/defaultProps.js.map +1 -1
  163. package/dist/cjs/LargeInputText/index.js +5 -1
  164. package/dist/cjs/LargeInputText/index.js.map +2 -2
  165. package/dist/cjs/LargeInputText/props.js +98 -28
  166. package/dist/cjs/LargeInputText/props.js.map +2 -2
  167. package/dist/cjs/MenuItem/components/MenuItem/index.js +4 -0
  168. package/dist/cjs/MenuItem/components/MenuItem/index.js.map +1 -1
  169. package/dist/cjs/MenuItem/components/MenuItem/styled.js +4 -0
  170. package/dist/cjs/MenuItem/components/MenuItem/styled.js.map +1 -1
  171. package/dist/cjs/MenuItem/components/MultiMenuItem/MultiMenuItem.js +4 -0
  172. package/dist/cjs/MenuItem/components/MultiMenuItem/MultiMenuItem.js.map +1 -1
  173. package/dist/cjs/MenuItem/components/MultiMenuItem/styled.js +4 -0
  174. package/dist/cjs/MenuItem/components/MultiMenuItem/styled.js.map +1 -1
  175. package/dist/cjs/MenuItem/components/Section/index.js +4 -0
  176. package/dist/cjs/MenuItem/components/Section/index.js.map +1 -1
  177. package/dist/cjs/MenuItem/components/Section/props.js +4 -0
  178. package/dist/cjs/MenuItem/components/Section/props.js.map +1 -1
  179. package/dist/cjs/MenuItem/components/Section/styled.js +4 -0
  180. package/dist/cjs/MenuItem/components/Section/styled.js.map +1 -1
  181. package/dist/cjs/MenuItem/components/Separator/index.js +4 -0
  182. package/dist/cjs/MenuItem/components/Separator/index.js.map +1 -1
  183. package/dist/cjs/MenuItem/components/Separator/styled.js +4 -0
  184. package/dist/cjs/MenuItem/components/Separator/styled.js.map +1 -1
  185. package/dist/cjs/MenuItem/components/SingleMenuItem/SingleMenuItem.js +4 -0
  186. package/dist/cjs/MenuItem/components/SingleMenuItem/SingleMenuItem.js.map +1 -1
  187. package/dist/cjs/MenuItem/components/SubmenuItem/index.js +4 -0
  188. package/dist/cjs/MenuItem/components/SubmenuItem/index.js.map +1 -1
  189. package/dist/cjs/MenuItem/components/SubmenuItem/styled.js +4 -0
  190. package/dist/cjs/MenuItem/components/SubmenuItem/styled.js.map +1 -1
  191. package/dist/cjs/MenuItem/components/index.js +4 -0
  192. package/dist/cjs/MenuItem/components/index.js.map +1 -1
  193. package/dist/cjs/MenuItem/components/styled.js +4 -0
  194. package/dist/cjs/MenuItem/components/styled.js.map +1 -1
  195. package/dist/cjs/MenuItem/index.js +4 -0
  196. package/dist/cjs/MenuItem/index.js.map +1 -1
  197. package/dist/cjs/MenuItem/props.js +4 -0
  198. package/dist/cjs/MenuItem/props.js.map +1 -1
  199. package/dist/cjs/Radio/Circle.js +4 -0
  200. package/dist/cjs/Radio/Circle.js.map +1 -1
  201. package/dist/cjs/Radio/DSRadio.js +52 -16
  202. package/dist/cjs/Radio/DSRadio.js.map +2 -2
  203. package/dist/cjs/Radio/index.js +5 -1
  204. package/dist/cjs/Radio/index.js.map +2 -2
  205. package/dist/cjs/RadioGroup/DSRadioGroup.js +10 -6
  206. package/dist/cjs/RadioGroup/DSRadioGroup.js.map +2 -2
  207. package/dist/cjs/RadioGroup/defaultProps.js +4 -0
  208. package/dist/cjs/RadioGroup/defaultProps.js.map +1 -1
  209. package/dist/cjs/RadioGroup/index.js +5 -1
  210. package/dist/cjs/RadioGroup/index.js.map +2 -2
  211. package/dist/cjs/RadioGroup/props.js +31 -11
  212. package/dist/cjs/RadioGroup/props.js.map +2 -2
  213. package/dist/cjs/RequiredMark/RequiredMark.js +4 -0
  214. package/dist/cjs/RequiredMark/RequiredMark.js.map +1 -1
  215. package/dist/cjs/RequiredMark/index.js +5 -1
  216. package/dist/cjs/RequiredMark/index.js.map +2 -2
  217. package/dist/cjs/SearchBox/index.js +4 -0
  218. package/dist/cjs/SearchBox/index.js.map +1 -1
  219. package/dist/cjs/TextBox/index.js +4 -0
  220. package/dist/cjs/TextBox/index.js.map +1 -1
  221. package/dist/cjs/TimeInput/DSTimeInput.js +42 -15
  222. package/dist/cjs/TimeInput/DSTimeInput.js.map +2 -2
  223. package/dist/cjs/TimeInput/TimeInputImpl.js +32 -1
  224. package/dist/cjs/TimeInput/TimeInputImpl.js.map +2 -2
  225. package/dist/cjs/TimeInput/TimeInputs.js +6 -1
  226. package/dist/cjs/TimeInput/TimeInputs.js.map +2 -2
  227. package/dist/cjs/TimeInput/index.js +5 -1
  228. package/dist/cjs/TimeInput/index.js.map +2 -2
  229. package/dist/cjs/TimeInput/utils.js +4 -0
  230. package/dist/cjs/TimeInput/utils.js.map +1 -1
  231. package/dist/cjs/Toggle/DSToggle.js +70 -29
  232. package/dist/cjs/Toggle/DSToggle.js.map +2 -2
  233. package/dist/cjs/Toggle/DSToggleImpl.js +40 -3
  234. package/dist/cjs/Toggle/DSToggleImpl.js.map +2 -2
  235. package/dist/cjs/Toggle/DSToggleRender.js +4 -0
  236. package/dist/cjs/Toggle/DSToggleRender.js.map +1 -1
  237. package/dist/cjs/Toggle/index.js +5 -1
  238. package/dist/cjs/Toggle/index.js.map +2 -2
  239. package/dist/cjs/Toggle/props.js +37 -0
  240. package/dist/cjs/Toggle/props.js.map +1 -1
  241. package/dist/cjs/Toggle/toggleHelper.js +4 -0
  242. package/dist/cjs/Toggle/toggleHelper.js.map +1 -1
  243. package/dist/cjs/index.js +25 -21
  244. package/dist/cjs/index.js.map +2 -2
  245. package/dist/cjs/package.json +7 -0
  246. package/dist/esm/CheckboxGroup/DSCheckboxGroup.js +5 -5
  247. package/dist/esm/CheckboxGroup/DSCheckboxGroup.js.map +2 -2
  248. package/dist/esm/CheckboxGroup/index.js +1 -1
  249. package/dist/esm/CheckboxGroup/index.js.map +1 -1
  250. package/dist/esm/CheckboxGroup/props.js +20 -2
  251. package/dist/esm/CheckboxGroup/props.js.map +2 -2
  252. package/dist/esm/ComboBoxFreeSolo/ComboBoxFreeSolo.js +48 -5
  253. package/dist/esm/ComboBoxFreeSolo/ComboBoxFreeSolo.js.map +2 -2
  254. package/dist/esm/ComboBoxFreeSolo/components/MultiValueLabel.js.map +1 -1
  255. package/dist/esm/ComboBoxFreeSolo/components/SingleValue.js +2 -2
  256. package/dist/esm/ComboBoxFreeSolo/components/SingleValue.js.map +1 -1
  257. package/dist/esm/ComboBoxFreeSolo/index.js +1 -1
  258. package/dist/esm/ComboBoxFreeSolo/index.js.map +1 -1
  259. package/dist/esm/DateInput/DSDateInput.js +7 -5
  260. package/dist/esm/DateInput/DSDateInput.js.map +2 -2
  261. package/dist/esm/DateInput/components/DateInputImpl.js +2 -1
  262. package/dist/esm/DateInput/components/DateInputImpl.js.map +2 -2
  263. package/dist/esm/DateInput/components/DateInputs.js +4 -1
  264. package/dist/esm/DateInput/components/DateInputs.js.map +2 -2
  265. package/dist/esm/DateInput/components/utils.js +1 -1
  266. package/dist/esm/DateInput/components/utils.js.map +1 -1
  267. package/dist/esm/DateInput/defaultProps.js +1 -1
  268. package/dist/esm/DateInput/defaultProps.js.map +1 -1
  269. package/dist/esm/DateInput/index.js +1 -1
  270. package/dist/esm/DateInput/index.js.map +1 -1
  271. package/dist/esm/DateInput/props.js +43 -1
  272. package/dist/esm/DateInput/props.js.map +2 -2
  273. package/dist/esm/DateInputV2/components/DSDateInput.js +4 -4
  274. package/dist/esm/DateInputV2/components/DSDateInput.js.map +1 -1
  275. package/dist/esm/DateInputV2/components/DateInputs.js +7 -4
  276. package/dist/esm/DateInputV2/components/DateInputs.js.map +2 -2
  277. package/dist/esm/DateInputV2/components/helpers.js +1 -1
  278. package/dist/esm/DateInputV2/components/helpers.js.map +1 -1
  279. package/dist/esm/DateInputV2/components/props.js +31 -1
  280. package/dist/esm/DateInputV2/components/props.js.map +2 -2
  281. package/dist/esm/DateInputV2/components/styled.js.map +1 -1
  282. package/dist/esm/DateInputV2/components/utils.js +1 -1
  283. package/dist/esm/DateInputV2/components/utils.js.map +1 -1
  284. package/dist/esm/DateInputV2/index.js +2 -2
  285. package/dist/esm/DateInputV2/index.js.map +1 -1
  286. package/dist/esm/ExpandableInput/DSExpandableInput.js +1 -1
  287. package/dist/esm/ExpandableInput/DSExpandableInput.js.map +1 -1
  288. package/dist/esm/ExpandableInput/ExpandableInputImpl.js +1 -1
  289. package/dist/esm/ExpandableInput/ExpandableInputImpl.js.map +1 -1
  290. package/dist/esm/ExpandableInput/index.js +1 -1
  291. package/dist/esm/ExpandableInput/index.js.map +1 -1
  292. package/dist/esm/FloatingLabelInput/DSFloatingLabelInput.js +66 -3
  293. package/dist/esm/FloatingLabelInput/DSFloatingLabelInput.js.map +2 -2
  294. package/dist/esm/FloatingLabelInput/FloatingLabelInputImpl.js +2 -2
  295. package/dist/esm/FloatingLabelInput/FloatingLabelInputImpl.js.map +1 -1
  296. package/dist/esm/FloatingLabelInput/getSvgPath.js +3 -1
  297. package/dist/esm/FloatingLabelInput/getSvgPath.js.map +1 -1
  298. package/dist/esm/FloatingLabelInput/index.js +1 -1
  299. package/dist/esm/FloatingLabelInput/index.js.map +1 -1
  300. package/dist/esm/FormItem/DSFormItemLayout.js +12 -8
  301. package/dist/esm/FormItem/DSFormItemLayout.js.map +2 -2
  302. package/dist/esm/FormItem/Error/DSError.js +3 -1
  303. package/dist/esm/FormItem/Error/DSError.js.map +2 -2
  304. package/dist/esm/FormItem/Label/DSLabel.js +1 -1
  305. package/dist/esm/FormItem/Label/DSLabel.js.map +1 -1
  306. package/dist/esm/FormItem/ValidationFieldWrapper.js +1 -0
  307. package/dist/esm/FormItem/ValidationFieldWrapper.js.map +1 -1
  308. package/dist/esm/FormItem/defaultProps.js +4 -4
  309. package/dist/esm/FormItem/defaultProps.js.map +1 -1
  310. package/dist/esm/FormItem/index.js +2 -2
  311. package/dist/esm/FormItem/index.js.map +1 -1
  312. package/dist/esm/FormItem/props.js +42 -2
  313. package/dist/esm/FormItem/props.js.map +2 -2
  314. package/dist/esm/InputGroup/DSInputGroup.js +21 -16
  315. package/dist/esm/InputGroup/DSInputGroup.js.map +2 -2
  316. package/dist/esm/InputGroup/index.js +1 -1
  317. package/dist/esm/InputGroup/index.js.map +1 -1
  318. package/dist/esm/InputGroup/props.js +16 -1
  319. package/dist/esm/InputGroup/props.js.map +2 -2
  320. package/dist/esm/InputMask/DSInputMask.js +9 -7
  321. package/dist/esm/InputMask/DSInputMask.js.map +2 -2
  322. package/dist/esm/InputMask/DSInputMaskDeprecated.js +9 -2
  323. package/dist/esm/InputMask/DSInputMaskDeprecated.js.map +2 -2
  324. package/dist/esm/InputMask/InputMaskContext.js.map +1 -1
  325. package/dist/esm/InputMask/MaskPipes.js +1 -1
  326. package/dist/esm/InputMask/MaskPipes.js.map +1 -1
  327. package/dist/esm/InputMask/addons/AutoCorrectedDatePipe.js.map +1 -1
  328. package/dist/esm/InputMask/defaultProps.js +1 -1
  329. package/dist/esm/InputMask/defaultProps.js.map +1 -1
  330. package/dist/esm/InputMask/index.js +1 -1
  331. package/dist/esm/InputMask/index.js.map +1 -1
  332. package/dist/esm/InputMask/mask_types/DateInputMask.js +2 -2
  333. package/dist/esm/InputMask/mask_types/DateInputMask.js.map +2 -2
  334. package/dist/esm/InputMask/mask_types/DateTimeInputMask.js +2 -2
  335. package/dist/esm/InputMask/mask_types/DateTimeInputMask.js.map +2 -2
  336. package/dist/esm/InputMask/mask_types/DictionaryInputMask.js +2 -2
  337. package/dist/esm/InputMask/mask_types/DictionaryInputMask.js.map +2 -2
  338. package/dist/esm/InputMask/mask_types/NumberInputMask.js +2 -2
  339. package/dist/esm/InputMask/mask_types/NumberInputMask.js.map +2 -2
  340. package/dist/esm/InputMask/mask_types/PhoneInputMask.js +2 -2
  341. package/dist/esm/InputMask/mask_types/PhoneInputMask.js.map +2 -2
  342. package/dist/esm/InputMask/mask_types/PhoneInternationalInputMask.js +2 -2
  343. package/dist/esm/InputMask/mask_types/PhoneInternationalInputMask.js.map +2 -2
  344. package/dist/esm/InputMask/mask_types/SsnInputMask.js +2 -2
  345. package/dist/esm/InputMask/mask_types/SsnInputMask.js.map +2 -2
  346. package/dist/esm/InputMask/mask_types/UsZipCodeInputMask.js +2 -2
  347. package/dist/esm/InputMask/mask_types/UsZipCodeInputMask.js.map +2 -2
  348. package/dist/esm/InputMask/mask_types/ZipCodeSearchInputMask.js +2 -2
  349. package/dist/esm/InputMask/mask_types/ZipCodeSearchInputMask.js.map +2 -2
  350. package/dist/esm/InputMask/mask_types/index.js +9 -9
  351. package/dist/esm/InputMask/mask_types/index.js.map +2 -2
  352. package/dist/esm/InputMask/props.js +81 -1
  353. package/dist/esm/InputMask/props.js.map +2 -2
  354. package/dist/esm/InputProtected/DSInputProtected.js +8 -6
  355. package/dist/esm/InputProtected/DSInputProtected.js.map +2 -2
  356. package/dist/esm/InputProtected/defaultProps.js +1 -1
  357. package/dist/esm/InputProtected/defaultProps.js.map +1 -1
  358. package/dist/esm/InputProtected/index.js +2 -2
  359. package/dist/esm/InputProtected/index.js.map +1 -1
  360. package/dist/esm/InputProtected/props.js +6 -2
  361. package/dist/esm/InputProtected/props.js.map +2 -2
  362. package/dist/esm/LargeInputText/DSLargeInputText.js +5 -3
  363. package/dist/esm/LargeInputText/DSLargeInputText.js.map +2 -2
  364. package/dist/esm/LargeInputText/index.js +1 -1
  365. package/dist/esm/LargeInputText/index.js.map +1 -1
  366. package/dist/esm/LargeInputText/props.js +67 -1
  367. package/dist/esm/LargeInputText/props.js.map +2 -2
  368. package/dist/esm/Radio/Circle.js.map +1 -1
  369. package/dist/esm/Radio/DSRadio.js +34 -2
  370. package/dist/esm/Radio/DSRadio.js.map +2 -2
  371. package/dist/esm/Radio/index.js +1 -1
  372. package/dist/esm/Radio/index.js.map +1 -1
  373. package/dist/esm/RadioGroup/DSRadioGroup.js +5 -5
  374. package/dist/esm/RadioGroup/DSRadioGroup.js.map +2 -2
  375. package/dist/esm/RadioGroup/index.js +1 -1
  376. package/dist/esm/RadioGroup/index.js.map +1 -1
  377. package/dist/esm/RadioGroup/props.js +17 -1
  378. package/dist/esm/RadioGroup/props.js.map +2 -2
  379. package/dist/esm/RequiredMark/index.js +1 -1
  380. package/dist/esm/RequiredMark/index.js.map +1 -1
  381. package/dist/esm/TimeInput/DSTimeInput.js +26 -3
  382. package/dist/esm/TimeInput/DSTimeInput.js.map +2 -2
  383. package/dist/esm/TimeInput/TimeInputImpl.js +28 -1
  384. package/dist/esm/TimeInput/TimeInputImpl.js.map +2 -2
  385. package/dist/esm/TimeInput/TimeInputs.js +2 -1
  386. package/dist/esm/TimeInput/TimeInputs.js.map +2 -2
  387. package/dist/esm/TimeInput/index.js +1 -1
  388. package/dist/esm/TimeInput/index.js.map +1 -1
  389. package/dist/esm/Toggle/DSToggle.js +55 -18
  390. package/dist/esm/Toggle/DSToggle.js.map +2 -2
  391. package/dist/esm/Toggle/DSToggleImpl.js +36 -3
  392. package/dist/esm/Toggle/DSToggleImpl.js.map +2 -2
  393. package/dist/esm/Toggle/index.js +1 -1
  394. package/dist/esm/Toggle/index.js.map +1 -1
  395. package/dist/esm/Toggle/props.js +33 -0
  396. package/dist/esm/Toggle/props.js.map +1 -1
  397. package/dist/esm/index.js +21 -21
  398. package/dist/esm/index.js.map +1 -1
  399. package/dist/esm/package.json +7 -0
  400. package/package.json +19 -18
  401. package/dist/types/Checkbox/index.d.ts +0 -1
  402. package/dist/types/CheckboxGroup/DSCheckboxGroup.d.ts +0 -46
  403. package/dist/types/CheckboxGroup/defaultProps.d.ts +0 -14
  404. package/dist/types/CheckboxGroup/index.d.ts +0 -1
  405. package/dist/types/CheckboxGroup/props.d.ts +0 -26
  406. package/dist/types/CheckboxGroup/tests/DSCheckboxGroup.events.test.d.ts +0 -1
  407. package/dist/types/ComboBox/index.d.ts +0 -1
  408. package/dist/types/ComboBoxFreeSolo/ComboBoxFreeSolo.d.ts +0 -78
  409. package/dist/types/ComboBoxFreeSolo/components/MultiValueLabel.d.ts +0 -5
  410. package/dist/types/ComboBoxFreeSolo/components/MultiValueRemove.d.ts +0 -5
  411. package/dist/types/ComboBoxFreeSolo/components/SingleValue.d.ts +0 -2
  412. package/dist/types/ComboBoxFreeSolo/components/SingleValueRemove.d.ts +0 -5
  413. package/dist/types/ComboBoxFreeSolo/index.d.ts +0 -1
  414. package/dist/types/DateInput/DSDateInput.d.ts +0 -62
  415. package/dist/types/DateInput/components/DateInputImpl.d.ts +0 -40
  416. package/dist/types/DateInput/components/DateInputs.d.ts +0 -40
  417. package/dist/types/DateInput/components/utils.d.ts +0 -40
  418. package/dist/types/DateInput/defaultProps.d.ts +0 -18
  419. package/dist/types/DateInput/index.d.ts +0 -1
  420. package/dist/types/DateInput/props.d.ts +0 -60
  421. package/dist/types/DateInput/tests/DSDateInput.events.test.d.ts +0 -1
  422. package/dist/types/DateInputV2/components/DSDateInput.d.ts +0 -54
  423. package/dist/types/DateInputV2/components/DateInputs.d.ts +0 -32
  424. package/dist/types/DateInputV2/components/helpers.d.ts +0 -1
  425. package/dist/types/DateInputV2/components/props.d.ts +0 -53
  426. package/dist/types/DateInputV2/components/propsTypes.d.ts +0 -21
  427. package/dist/types/DateInputV2/components/styled.d.ts +0 -5
  428. package/dist/types/DateInputV2/components/utils.d.ts +0 -42
  429. package/dist/types/DateInputV2/index.d.ts +0 -2
  430. package/dist/types/DateInputV2/tests/DateInput.test.d.ts +0 -1
  431. package/dist/types/ExpandableInput/DSExpandableInput.d.ts +0 -15
  432. package/dist/types/ExpandableInput/ExpandableInputImpl.d.ts +0 -7
  433. package/dist/types/ExpandableInput/index.d.ts +0 -1
  434. package/dist/types/FloatingLabelInput/DSFloatingLabelInput.d.ts +0 -47
  435. package/dist/types/FloatingLabelInput/FloatingLabelInputImpl.d.ts +0 -27
  436. package/dist/types/FloatingLabelInput/getSvgPath.d.ts +0 -10
  437. package/dist/types/FloatingLabelInput/index.d.ts +0 -1
  438. package/dist/types/FormItem/DSFormItemLayout.d.ts +0 -180
  439. package/dist/types/FormItem/Error/DSError.d.ts +0 -19
  440. package/dist/types/FormItem/Feedback.d.ts +0 -6
  441. package/dist/types/FormItem/Label/DSLabel.d.ts +0 -23
  442. package/dist/types/FormItem/Suffix/Suffix.d.ts +0 -4
  443. package/dist/types/FormItem/ValidationFieldWrapper.d.ts +0 -19
  444. package/dist/types/FormItem/defaultProps.d.ts +0 -51
  445. package/dist/types/FormItem/index.d.ts +0 -2
  446. package/dist/types/FormItem/props.d.ts +0 -80
  447. package/dist/types/FormItem/tests/DSFormItem.events.test.d.ts +0 -1
  448. package/dist/types/FormItem/variants.d.ts +0 -8
  449. package/dist/types/Input/DSInput.d.ts +0 -0
  450. package/dist/types/Input/InputAddonWrapper.d.ts +0 -0
  451. package/dist/types/Input/InputImpl.d.ts +0 -0
  452. package/dist/types/Input/index.d.ts +0 -1
  453. package/dist/types/Input/tests/Input.test.d.ts +0 -0
  454. package/dist/types/InputGroup/AddonWrapper.d.ts +0 -8
  455. package/dist/types/InputGroup/DSInputGroup.d.ts +0 -40
  456. package/dist/types/InputGroup/defaultProps.d.ts +0 -8
  457. package/dist/types/InputGroup/index.d.ts +0 -1
  458. package/dist/types/InputGroup/props.d.ts +0 -24
  459. package/dist/types/InputGroup/tests/DSInputGroup.events.test.d.ts +0 -1
  460. package/dist/types/InputMask/DSInputMask.d.ts +0 -85
  461. package/dist/types/InputMask/DSInputMaskDeprecated.d.ts +0 -18
  462. package/dist/types/InputMask/InputMaskContext.d.ts +0 -18
  463. package/dist/types/InputMask/MaskPipes.d.ts +0 -18
  464. package/dist/types/InputMask/MaskTypes.d.ts +0 -15
  465. package/dist/types/InputMask/addons/AutoCorrectedDatePipe.d.ts +0 -8
  466. package/dist/types/InputMask/defaultProps.d.ts +0 -28
  467. package/dist/types/InputMask/index.d.ts +0 -1
  468. package/dist/types/InputMask/mask_types/DateInputMask.d.ts +0 -36
  469. package/dist/types/InputMask/mask_types/DateTimeInputMask.d.ts +0 -36
  470. package/dist/types/InputMask/mask_types/DictionaryInputMask.d.ts +0 -39
  471. package/dist/types/InputMask/mask_types/NumberInputMask.d.ts +0 -48
  472. package/dist/types/InputMask/mask_types/PhoneInputMask.d.ts +0 -36
  473. package/dist/types/InputMask/mask_types/PhoneInternationalInputMask.d.ts +0 -36
  474. package/dist/types/InputMask/mask_types/SsnInputMask.d.ts +0 -36
  475. package/dist/types/InputMask/mask_types/UsZipCodeInputMask.d.ts +0 -36
  476. package/dist/types/InputMask/mask_types/ZipCodeSearchInputMask.d.ts +0 -36
  477. package/dist/types/InputMask/mask_types/index.d.ts +0 -41
  478. package/dist/types/InputMask/props.d.ts +0 -112
  479. package/dist/types/InputMask/tests/DSInputMask.test.d.ts +0 -1
  480. package/dist/types/InputMask/tests/NumberInputMask.test.d.ts +0 -1
  481. package/dist/types/InputMask/tests/events/DateInputMask.events.test.d.ts +0 -1
  482. package/dist/types/InputMask/tests/events/DateTimeInputMask.events.test.d.ts +0 -1
  483. package/dist/types/InputMask/tests/events/NumberInputMask.events.test.d.ts +0 -1
  484. package/dist/types/InputMask/tests/events/PercentInputMask.events.test.d.ts +0 -1
  485. package/dist/types/InputMask/tests/events/PhoneInputMask.events.test.d.ts +0 -1
  486. package/dist/types/InputMask/tests/events/PhoneInternationalInputMask.events.test.d.ts +0 -1
  487. package/dist/types/InputMask/tests/events/SsnInputMask.events.test.d.ts +0 -1
  488. package/dist/types/InputMask/tests/events/UsZipCodeInputMask.events.test.d.ts +0 -1
  489. package/dist/types/InputMask/tests/events/ZipCodeSearchInputMask.events.test.d.ts +0 -1
  490. package/dist/types/InputMask/types/index.d.ts +0 -5
  491. package/dist/types/InputMask/utils/setCaretPosition.d.ts +0 -3
  492. package/dist/types/InputProtected/DSInputProtected.d.ts +0 -41
  493. package/dist/types/InputProtected/defaultProps.d.ts +0 -4
  494. package/dist/types/InputProtected/index.d.ts +0 -2
  495. package/dist/types/InputProtected/options.d.ts +0 -8
  496. package/dist/types/InputProtected/props.d.ts +0 -14
  497. package/dist/types/InputProtected/tests/DSInputProtected.events.test.d.ts +0 -1
  498. package/dist/types/InputProtected/tests/DSInputProtected.test.d.ts +0 -1
  499. package/dist/types/LargeInputText/DSLargeInputText.d.ts +0 -127
  500. package/dist/types/LargeInputText/defaultProps.d.ts +0 -31
  501. package/dist/types/LargeInputText/index.d.ts +0 -1
  502. package/dist/types/LargeInputText/props.d.ts +0 -95
  503. package/dist/types/LargeInputText/tests/DSLargeInputText.events.test.d.ts +0 -1
  504. package/dist/types/LargeInputText/tests/DSLargeInputText.test.d.ts +0 -1
  505. package/dist/types/MenuItem/components/MenuItem/index.d.ts +0 -0
  506. package/dist/types/MenuItem/components/MenuItem/styled.d.ts +0 -0
  507. package/dist/types/MenuItem/components/MultiMenuItem/MultiMenuItem.d.ts +0 -0
  508. package/dist/types/MenuItem/components/MultiMenuItem/styled.d.ts +0 -0
  509. package/dist/types/MenuItem/components/Section/index.d.ts +0 -0
  510. package/dist/types/MenuItem/components/Section/props.d.ts +0 -0
  511. package/dist/types/MenuItem/components/Section/styled.d.ts +0 -0
  512. package/dist/types/MenuItem/components/Separator/index.d.ts +0 -0
  513. package/dist/types/MenuItem/components/Separator/styled.d.ts +0 -0
  514. package/dist/types/MenuItem/components/SingleMenuItem/SingleMenuItem.d.ts +0 -0
  515. package/dist/types/MenuItem/components/SubmenuItem/index.d.ts +0 -0
  516. package/dist/types/MenuItem/components/SubmenuItem/styled.d.ts +0 -0
  517. package/dist/types/MenuItem/components/index.d.ts +0 -0
  518. package/dist/types/MenuItem/components/styled.d.ts +0 -0
  519. package/dist/types/MenuItem/index.d.ts +0 -0
  520. package/dist/types/MenuItem/props.d.ts +0 -0
  521. package/dist/types/Radio/Circle.d.ts +0 -8
  522. package/dist/types/Radio/DSRadio.d.ts +0 -87
  523. package/dist/types/Radio/index.d.ts +0 -1
  524. package/dist/types/RadioGroup/DSRadioGroup.d.ts +0 -46
  525. package/dist/types/RadioGroup/defaultProps.d.ts +0 -12
  526. package/dist/types/RadioGroup/index.d.ts +0 -1
  527. package/dist/types/RadioGroup/props.d.ts +0 -25
  528. package/dist/types/RadioGroup/tests/DSRadioGroup.events.test.d.ts +0 -1
  529. package/dist/types/RequiredMark/RequiredMark.d.ts +0 -6
  530. package/dist/types/RequiredMark/index.d.ts +0 -1
  531. package/dist/types/SearchBox/index.d.ts +0 -1
  532. package/dist/types/TextBox/index.d.ts +0 -1
  533. package/dist/types/TimeInput/DSTimeInput.d.ts +0 -71
  534. package/dist/types/TimeInput/TimeInputImpl.d.ts +0 -55
  535. package/dist/types/TimeInput/TimeInputs.d.ts +0 -17
  536. package/dist/types/TimeInput/index.d.ts +0 -1
  537. package/dist/types/TimeInput/utils.d.ts +0 -39
  538. package/dist/types/Toggle/DSToggle.d.ts +0 -86
  539. package/dist/types/Toggle/DSToggleImpl.d.ts +0 -61
  540. package/dist/types/Toggle/DSToggleRender.d.ts +0 -32
  541. package/dist/types/Toggle/index.d.ts +0 -1
  542. package/dist/types/Toggle/props.d.ts +0 -47
  543. package/dist/types/Toggle/toggleHelper.d.ts +0 -24
  544. package/dist/types/index.d.ts +0 -21
@@ -18,6 +18,10 @@ var __copyProps = (to, from, except, desc) => {
18
18
  return to;
19
19
  };
20
20
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
21
25
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
26
  mod
23
27
  ));
@@ -30,5 +34,5 @@ __export(LargeInputText_exports, {
30
34
  });
31
35
  module.exports = __toCommonJS(LargeInputText_exports);
32
36
  var React = __toESM(require("react"));
33
- var import_DSLargeInputText = __toESM(require("./DSLargeInputText"));
37
+ var import_DSLargeInputText = __toESM(require("./DSLargeInputText.js"));
34
38
  //# sourceMappingURL=index.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/LargeInputText/index.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["export { default, DSLargeInputTextWithSchema, DSLargeInputText } from './DSLargeInputText';\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,8BAAsE;",
4
+ "sourcesContent": ["export { default, DSLargeInputTextWithSchema, DSLargeInputText } from './DSLargeInputText.js';\n", "import * as React from 'react';\nexport { React };\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,8BAAsE;",
6
6
  "names": []
7
7
  }
@@ -18,6 +18,10 @@ var __copyProps = (to, from, except, desc) => {
18
18
  return to;
19
19
  };
20
20
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
21
25
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
26
  mod
23
27
  ));
@@ -28,36 +32,102 @@ __export(props_exports, {
28
32
  });
29
33
  module.exports = __toCommonJS(props_exports);
30
34
  var React = __toESM(require("react"));
31
- var import_ds_utilities = require("@elliemae/ds-utilities");
35
+ var import_ds_props_helpers = require("@elliemae/ds-props-helpers");
32
36
  const props = {
33
- containerProps: import_ds_utilities.PropTypes.object.description("Injected props to wrapper element of component"),
34
- autoFocus: import_ds_utilities.PropTypes.bool.description("Whether uses auto focus or not"),
35
- className: import_ds_utilities.PropTypes.string.description("CSS class"),
36
- disabled: import_ds_utilities.PropTypes.bool.description("Whether is disabled or not"),
37
- name: import_ds_utilities.PropTypes.string.description("HTML form name property"),
38
- id: import_ds_utilities.PropTypes.number.description("HTML id"),
39
- maxLength: import_ds_utilities.PropTypes.number.description("Max length for text to be entered"),
40
- minLength: import_ds_utilities.PropTypes.number.description("Min length for text to be entered"),
41
- placeholder: import_ds_utilities.PropTypes.string.description("Placeholder for the text"),
42
- onClick: import_ds_utilities.PropTypes.func.description("Allows a function that is triggered once the input text is clicked"),
43
- onChange: import_ds_utilities.PropTypes.func.description("Allows a function that is triggered once the input text changes"),
44
- onFocus: import_ds_utilities.PropTypes.func.description("Allows a function that is triggered once the input text is focused"),
45
- onBlur: import_ds_utilities.PropTypes.func.description("Allows a function that is triggered once the input text loses focus"),
46
- onKeyUp: import_ds_utilities.PropTypes.func.description(
37
+ /** Injected props to wrapper element of component */
38
+ containerProps: import_ds_props_helpers.PropTypes.object.description("Injected props to wrapper element of component"),
39
+ /**
40
+ * Whether uses auto focus or not
41
+ */
42
+ autoFocus: import_ds_props_helpers.PropTypes.bool.description("Whether uses auto focus or not"),
43
+ /** CSS class */
44
+ className: import_ds_props_helpers.PropTypes.string.description("CSS class"),
45
+ /**
46
+ * Whether is disabled or not
47
+ */
48
+ disabled: import_ds_props_helpers.PropTypes.bool.description("Whether is disabled or not"),
49
+ /** HTML form name property */
50
+ name: import_ds_props_helpers.PropTypes.string.description("HTML form name property"),
51
+ /** HTML id */
52
+ id: import_ds_props_helpers.PropTypes.number.description("HTML id"),
53
+ /**
54
+ * Max length for text to be entered
55
+ */
56
+ maxLength: import_ds_props_helpers.PropTypes.number.description("Max length for text to be entered"),
57
+ /**
58
+ * Min length for text to be entered
59
+ */
60
+ minLength: import_ds_props_helpers.PropTypes.number.description("Min length for text to be entered"),
61
+ /**
62
+ * Placeholder for the text
63
+ */
64
+ placeholder: import_ds_props_helpers.PropTypes.string.description("Placeholder for the text"),
65
+ /**
66
+ * Allows a function that is triggered once the input text is clicked
67
+ */
68
+ onClick: import_ds_props_helpers.PropTypes.func.description("Allows a function that is triggered once the input text is clicked"),
69
+ /**
70
+ * Allows a function that is triggered once the input text changes
71
+ */
72
+ onChange: import_ds_props_helpers.PropTypes.func.description("Allows a function that is triggered once the input text changes"),
73
+ /**
74
+ * Allows a function that is triggered once the input text is focused
75
+ */
76
+ onFocus: import_ds_props_helpers.PropTypes.func.description("Allows a function that is triggered once the input text is focused"),
77
+ /**
78
+ * Allows a function that is triggered once the input text loses focus
79
+ */
80
+ onBlur: import_ds_props_helpers.PropTypes.func.description("Allows a function that is triggered once the input text loses focus"),
81
+ /**
82
+ * Allows a function that is triggered once in the input a keyboard key is released
83
+ */
84
+ onKeyUp: import_ds_props_helpers.PropTypes.func.description(
47
85
  "Allows a function that is triggered once in the input a keyboard key is released"
48
86
  ),
49
- onKeyDown: import_ds_utilities.PropTypes.func.description("Allows a function that is triggered once a key is being pressed"),
50
- onPaste: import_ds_utilities.PropTypes.func.description("Allows a function that is triggered once the input text is pasted"),
51
- value: import_ds_utilities.PropTypes.string.description("Default value once the component is initialized"),
52
- hasError: import_ds_utilities.PropTypes.bool.description("Whether the input text has error or not"),
53
- required: import_ds_utilities.PropTypes.bool.description("Whether the input text is required or not"),
54
- readOnly: import_ds_utilities.PropTypes.bool.description("Whether the input text is read only or not"),
55
- resize: import_ds_utilities.PropTypes.string.description("Whether the input text style is vertical or not"),
56
- innerRef: import_ds_utilities.PropTypes.func.description("ref forwarded to component"),
57
- ariaLabel: import_ds_utilities.PropTypes.string.description("a11y aria label"),
58
- ariaAutocomplete: import_ds_utilities.PropTypes.string.description(""),
59
- role: import_ds_utilities.PropTypes.string.description("Type of input. Ex: textbox"),
60
- characterLimitCounter: import_ds_utilities.PropTypes.number.description("it will show a counter/limit if the value is greater than 0"),
61
- tabIndex: import_ds_utilities.PropTypes.string.description("Tab index html property.")
87
+ /**
88
+ * Allows a function that is triggered once a key is being pressed
89
+ */
90
+ onKeyDown: import_ds_props_helpers.PropTypes.func.description("Allows a function that is triggered once a key is being pressed"),
91
+ /**
92
+ * Allows a function that is triggered once the input text is pasted
93
+ */
94
+ onPaste: import_ds_props_helpers.PropTypes.func.description("Allows a function that is triggered once the input text is pasted"),
95
+ /**
96
+ * Default value once the component is initialized
97
+ */
98
+ value: import_ds_props_helpers.PropTypes.string.description("Default value once the component is initialized"),
99
+ /**
100
+ * Whether the input text has error or not
101
+ */
102
+ hasError: import_ds_props_helpers.PropTypes.bool.description("Whether the input text has error or not"),
103
+ /**
104
+ * Whether the input text is required or not
105
+ */
106
+ required: import_ds_props_helpers.PropTypes.bool.description("Whether the input text is required or not"),
107
+ /**
108
+ * Whether the input text is read only or not
109
+ */
110
+ readOnly: import_ds_props_helpers.PropTypes.bool.description("Whether the input text is read only or not"),
111
+ /**
112
+ * Whether the input text style is vertical or not
113
+ */
114
+ resize: import_ds_props_helpers.PropTypes.string.description("Whether the input text style is vertical or not"),
115
+ /** ref forwarded to component */
116
+ innerRef: import_ds_props_helpers.PropTypes.func.description("ref forwarded to component"),
117
+ /** a11y aria label */
118
+ ariaLabel: import_ds_props_helpers.PropTypes.string.description("a11y aria label"),
119
+ ariaAutocomplete: import_ds_props_helpers.PropTypes.string.description(""),
120
+ /**
121
+ * Type of input. Ex: textbox
122
+ */
123
+ role: import_ds_props_helpers.PropTypes.string.description("Type of input. Ex: textbox"),
124
+ /**
125
+ * it will show a counter/limit if the value is greater than 0
126
+ */
127
+ characterLimitCounter: import_ds_props_helpers.PropTypes.number.description("it will show a counter/limit if the value is greater than 0"),
128
+ /**
129
+ * Tab index html property.
130
+ */
131
+ tabIndex: import_ds_props_helpers.PropTypes.string.description("Tab index html property.")
62
132
  };
63
133
  //# sourceMappingURL=props.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/LargeInputText/props.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["import { PropTypes } from '@elliemae/ds-utilities';\n\nexport const props = {\n /** Injected props to wrapper element of component */\n containerProps: PropTypes.object.description('Injected props to wrapper element of component'),\n /**\n * Whether uses auto focus or not\n */\n autoFocus: PropTypes.bool.description('Whether uses auto focus or not'),\n /** CSS class */\n className: PropTypes.string.description('CSS class'),\n /**\n * Whether is disabled or not\n */\n disabled: PropTypes.bool.description('Whether is disabled or not'),\n /** HTML form name property */\n name: PropTypes.string.description('HTML form name property'),\n /** HTML id */\n id: PropTypes.number.description('HTML id'),\n /**\n * Max length for text to be entered\n */\n maxLength: PropTypes.number.description('Max length for text to be entered'),\n /**\n * Min length for text to be entered\n */\n minLength: PropTypes.number.description('Min length for text to be entered'),\n /**\n * Placeholder for the text\n */\n placeholder: PropTypes.string.description('Placeholder for the text'),\n /**\n * Allows a function that is triggered once the input text is clicked\n */\n onClick: PropTypes.func.description('Allows a function that is triggered once the input text is clicked'),\n /**\n * Allows a function that is triggered once the input text changes\n */\n onChange: PropTypes.func.description('Allows a function that is triggered once the input text changes'),\n /**\n * Allows a function that is triggered once the input text is focused\n */\n onFocus: PropTypes.func.description('Allows a function that is triggered once the input text is focused'),\n /**\n * Allows a function that is triggered once the input text loses focus\n */\n onBlur: PropTypes.func.description('Allows a function that is triggered once the input text loses focus'),\n /**\n * Allows a function that is triggered once in the input a keyboard key is released\n */\n onKeyUp: PropTypes.func.description(\n 'Allows a function that is triggered once in the input a keyboard key is released',\n ),\n /**\n * Allows a function that is triggered once a key is being pressed\n */\n onKeyDown: PropTypes.func.description('Allows a function that is triggered once a key is being pressed'),\n /**\n * Allows a function that is triggered once the input text is pasted\n */\n onPaste: PropTypes.func.description('Allows a function that is triggered once the input text is pasted'),\n /**\n * Default value once the component is initialized\n */\n value: PropTypes.string.description('Default value once the component is initialized'),\n /**\n * Whether the input text has error or not\n */\n hasError: PropTypes.bool.description('Whether the input text has error or not'),\n /**\n * Whether the input text is required or not\n */\n required: PropTypes.bool.description('Whether the input text is required or not'),\n /**\n * Whether the input text is read only or not\n */\n readOnly: PropTypes.bool.description('Whether the input text is read only or not'),\n /**\n * Whether the input text style is vertical or not\n */\n resize: PropTypes.string.description('Whether the input text style is vertical or not'),\n /** ref forwarded to component */\n innerRef: PropTypes.func.description('ref forwarded to component'),\n /** a11y aria label */\n ariaLabel: PropTypes.string.description('a11y aria label'),\n ariaAutocomplete: PropTypes.string.description(''),\n /**\n * Type of input. Ex: textbox\n */\n role: PropTypes.string.description('Type of input. Ex: textbox'),\n /**\n * it will show a counter/limit if the value is greater than 0\n */\n characterLimitCounter: PropTypes.number.description('it will show a counter/limit if the value is greater than 0'),\n /**\n * Tab index html property.\n */\n tabIndex: PropTypes.string.description('Tab index html property.'),\n};\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,0BAA0B;AAEnB,MAAM,QAAQ;AAAA,EAEnB,gBAAgB,8BAAU,OAAO,YAAY,gDAAgD;AAAA,EAI7F,WAAW,8BAAU,KAAK,YAAY,gCAAgC;AAAA,EAEtE,WAAW,8BAAU,OAAO,YAAY,WAAW;AAAA,EAInD,UAAU,8BAAU,KAAK,YAAY,4BAA4B;AAAA,EAEjE,MAAM,8BAAU,OAAO,YAAY,yBAAyB;AAAA,EAE5D,IAAI,8BAAU,OAAO,YAAY,SAAS;AAAA,EAI1C,WAAW,8BAAU,OAAO,YAAY,mCAAmC;AAAA,EAI3E,WAAW,8BAAU,OAAO,YAAY,mCAAmC;AAAA,EAI3E,aAAa,8BAAU,OAAO,YAAY,0BAA0B;AAAA,EAIpE,SAAS,8BAAU,KAAK,YAAY,oEAAoE;AAAA,EAIxG,UAAU,8BAAU,KAAK,YAAY,iEAAiE;AAAA,EAItG,SAAS,8BAAU,KAAK,YAAY,oEAAoE;AAAA,EAIxG,QAAQ,8BAAU,KAAK,YAAY,qEAAqE;AAAA,EAIxG,SAAS,8BAAU,KAAK;AAAA,IACtB;AAAA,EACF;AAAA,EAIA,WAAW,8BAAU,KAAK,YAAY,iEAAiE;AAAA,EAIvG,SAAS,8BAAU,KAAK,YAAY,mEAAmE;AAAA,EAIvG,OAAO,8BAAU,OAAO,YAAY,iDAAiD;AAAA,EAIrF,UAAU,8BAAU,KAAK,YAAY,yCAAyC;AAAA,EAI9E,UAAU,8BAAU,KAAK,YAAY,2CAA2C;AAAA,EAIhF,UAAU,8BAAU,KAAK,YAAY,4CAA4C;AAAA,EAIjF,QAAQ,8BAAU,OAAO,YAAY,iDAAiD;AAAA,EAEtF,UAAU,8BAAU,KAAK,YAAY,4BAA4B;AAAA,EAEjE,WAAW,8BAAU,OAAO,YAAY,iBAAiB;AAAA,EACzD,kBAAkB,8BAAU,OAAO,YAAY,EAAE;AAAA,EAIjD,MAAM,8BAAU,OAAO,YAAY,4BAA4B;AAAA,EAI/D,uBAAuB,8BAAU,OAAO,YAAY,6DAA6D;AAAA,EAIjH,UAAU,8BAAU,OAAO,YAAY,0BAA0B;AACnE;",
4
+ "sourcesContent": ["import { PropTypes } from '@elliemae/ds-props-helpers';\n\nexport const props = {\n /** Injected props to wrapper element of component */\n containerProps: PropTypes.object.description('Injected props to wrapper element of component'),\n /**\n * Whether uses auto focus or not\n */\n autoFocus: PropTypes.bool.description('Whether uses auto focus or not'),\n /** CSS class */\n className: PropTypes.string.description('CSS class'),\n /**\n * Whether is disabled or not\n */\n disabled: PropTypes.bool.description('Whether is disabled or not'),\n /** HTML form name property */\n name: PropTypes.string.description('HTML form name property'),\n /** HTML id */\n id: PropTypes.number.description('HTML id'),\n /**\n * Max length for text to be entered\n */\n maxLength: PropTypes.number.description('Max length for text to be entered'),\n /**\n * Min length for text to be entered\n */\n minLength: PropTypes.number.description('Min length for text to be entered'),\n /**\n * Placeholder for the text\n */\n placeholder: PropTypes.string.description('Placeholder for the text'),\n /**\n * Allows a function that is triggered once the input text is clicked\n */\n onClick: PropTypes.func.description('Allows a function that is triggered once the input text is clicked'),\n /**\n * Allows a function that is triggered once the input text changes\n */\n onChange: PropTypes.func.description('Allows a function that is triggered once the input text changes'),\n /**\n * Allows a function that is triggered once the input text is focused\n */\n onFocus: PropTypes.func.description('Allows a function that is triggered once the input text is focused'),\n /**\n * Allows a function that is triggered once the input text loses focus\n */\n onBlur: PropTypes.func.description('Allows a function that is triggered once the input text loses focus'),\n /**\n * Allows a function that is triggered once in the input a keyboard key is released\n */\n onKeyUp: PropTypes.func.description(\n 'Allows a function that is triggered once in the input a keyboard key is released',\n ),\n /**\n * Allows a function that is triggered once a key is being pressed\n */\n onKeyDown: PropTypes.func.description('Allows a function that is triggered once a key is being pressed'),\n /**\n * Allows a function that is triggered once the input text is pasted\n */\n onPaste: PropTypes.func.description('Allows a function that is triggered once the input text is pasted'),\n /**\n * Default value once the component is initialized\n */\n value: PropTypes.string.description('Default value once the component is initialized'),\n /**\n * Whether the input text has error or not\n */\n hasError: PropTypes.bool.description('Whether the input text has error or not'),\n /**\n * Whether the input text is required or not\n */\n required: PropTypes.bool.description('Whether the input text is required or not'),\n /**\n * Whether the input text is read only or not\n */\n readOnly: PropTypes.bool.description('Whether the input text is read only or not'),\n /**\n * Whether the input text style is vertical or not\n */\n resize: PropTypes.string.description('Whether the input text style is vertical or not'),\n /** ref forwarded to component */\n innerRef: PropTypes.func.description('ref forwarded to component'),\n /** a11y aria label */\n ariaLabel: PropTypes.string.description('a11y aria label'),\n ariaAutocomplete: PropTypes.string.description(''),\n /**\n * Type of input. Ex: textbox\n */\n role: PropTypes.string.description('Type of input. Ex: textbox'),\n /**\n * it will show a counter/limit if the value is greater than 0\n */\n characterLimitCounter: PropTypes.number.description('it will show a counter/limit if the value is greater than 0'),\n /**\n * Tab index html property.\n */\n tabIndex: PropTypes.string.description('Tab index html property.'),\n};\n", "import * as React from 'react';\nexport { React };\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,8BAA0B;AAEnB,MAAM,QAAQ;AAAA;AAAA,EAEnB,gBAAgB,kCAAU,OAAO,YAAY,gDAAgD;AAAA;AAAA;AAAA;AAAA,EAI7F,WAAW,kCAAU,KAAK,YAAY,gCAAgC;AAAA;AAAA,EAEtE,WAAW,kCAAU,OAAO,YAAY,WAAW;AAAA;AAAA;AAAA;AAAA,EAInD,UAAU,kCAAU,KAAK,YAAY,4BAA4B;AAAA;AAAA,EAEjE,MAAM,kCAAU,OAAO,YAAY,yBAAyB;AAAA;AAAA,EAE5D,IAAI,kCAAU,OAAO,YAAY,SAAS;AAAA;AAAA;AAAA;AAAA,EAI1C,WAAW,kCAAU,OAAO,YAAY,mCAAmC;AAAA;AAAA;AAAA;AAAA,EAI3E,WAAW,kCAAU,OAAO,YAAY,mCAAmC;AAAA;AAAA;AAAA;AAAA,EAI3E,aAAa,kCAAU,OAAO,YAAY,0BAA0B;AAAA;AAAA;AAAA;AAAA,EAIpE,SAAS,kCAAU,KAAK,YAAY,oEAAoE;AAAA;AAAA;AAAA;AAAA,EAIxG,UAAU,kCAAU,KAAK,YAAY,iEAAiE;AAAA;AAAA;AAAA;AAAA,EAItG,SAAS,kCAAU,KAAK,YAAY,oEAAoE;AAAA;AAAA;AAAA;AAAA,EAIxG,QAAQ,kCAAU,KAAK,YAAY,qEAAqE;AAAA;AAAA;AAAA;AAAA,EAIxG,SAAS,kCAAU,KAAK;AAAA,IACtB;AAAA,EACF;AAAA;AAAA;AAAA;AAAA,EAIA,WAAW,kCAAU,KAAK,YAAY,iEAAiE;AAAA;AAAA;AAAA;AAAA,EAIvG,SAAS,kCAAU,KAAK,YAAY,mEAAmE;AAAA;AAAA;AAAA;AAAA,EAIvG,OAAO,kCAAU,OAAO,YAAY,iDAAiD;AAAA;AAAA;AAAA;AAAA,EAIrF,UAAU,kCAAU,KAAK,YAAY,yCAAyC;AAAA;AAAA;AAAA;AAAA,EAI9E,UAAU,kCAAU,KAAK,YAAY,2CAA2C;AAAA;AAAA;AAAA;AAAA,EAIhF,UAAU,kCAAU,KAAK,YAAY,4CAA4C;AAAA;AAAA;AAAA;AAAA,EAIjF,QAAQ,kCAAU,OAAO,YAAY,iDAAiD;AAAA;AAAA,EAEtF,UAAU,kCAAU,KAAK,YAAY,4BAA4B;AAAA;AAAA,EAEjE,WAAW,kCAAU,OAAO,YAAY,iBAAiB;AAAA,EACzD,kBAAkB,kCAAU,OAAO,YAAY,EAAE;AAAA;AAAA;AAAA;AAAA,EAIjD,MAAM,kCAAU,OAAO,YAAY,4BAA4B;AAAA;AAAA;AAAA;AAAA,EAI/D,uBAAuB,kCAAU,OAAO,YAAY,6DAA6D;AAAA;AAAA;AAAA;AAAA,EAIjH,UAAU,kCAAU,OAAO,YAAY,0BAA0B;AACnE;",
6
6
  "names": []
7
7
  }
@@ -14,6 +14,10 @@ var __copyProps = (to, from, except, desc) => {
14
14
  return to;
15
15
  };
16
16
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
+ // If the importer is in node compatibility mode or this is not an ESM
18
+ // file that has been converted to a CommonJS file using a Babel-
19
+ // compatible transform (i.e. "__esModule" has not been set), then set
20
+ // "default" to the CommonJS "module.exports" for node compatibility.
17
21
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
18
22
  mod
19
23
  ));
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
6
6
  "names": []
7
7
  }
@@ -14,6 +14,10 @@ var __copyProps = (to, from, except, desc) => {
14
14
  return to;
15
15
  };
16
16
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
+ // If the importer is in node compatibility mode or this is not an ESM
18
+ // file that has been converted to a CommonJS file using a Babel-
19
+ // compatible transform (i.e. "__esModule" has not been set), then set
20
+ // "default" to the CommonJS "module.exports" for node compatibility.
17
21
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
18
22
  mod
19
23
  ));
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
6
6
  "names": []
7
7
  }
@@ -14,6 +14,10 @@ var __copyProps = (to, from, except, desc) => {
14
14
  return to;
15
15
  };
16
16
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
+ // If the importer is in node compatibility mode or this is not an ESM
18
+ // file that has been converted to a CommonJS file using a Babel-
19
+ // compatible transform (i.e. "__esModule" has not been set), then set
20
+ // "default" to the CommonJS "module.exports" for node compatibility.
17
21
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
18
22
  mod
19
23
  ));
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
6
6
  "names": []
7
7
  }
@@ -14,6 +14,10 @@ var __copyProps = (to, from, except, desc) => {
14
14
  return to;
15
15
  };
16
16
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
+ // If the importer is in node compatibility mode or this is not an ESM
18
+ // file that has been converted to a CommonJS file using a Babel-
19
+ // compatible transform (i.e. "__esModule" has not been set), then set
20
+ // "default" to the CommonJS "module.exports" for node compatibility.
17
21
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
18
22
  mod
19
23
  ));
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
6
6
  "names": []
7
7
  }
@@ -14,6 +14,10 @@ var __copyProps = (to, from, except, desc) => {
14
14
  return to;
15
15
  };
16
16
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
+ // If the importer is in node compatibility mode or this is not an ESM
18
+ // file that has been converted to a CommonJS file using a Babel-
19
+ // compatible transform (i.e. "__esModule" has not been set), then set
20
+ // "default" to the CommonJS "module.exports" for node compatibility.
17
21
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
18
22
  mod
19
23
  ));
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
6
6
  "names": []
7
7
  }
@@ -14,6 +14,10 @@ var __copyProps = (to, from, except, desc) => {
14
14
  return to;
15
15
  };
16
16
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
+ // If the importer is in node compatibility mode or this is not an ESM
18
+ // file that has been converted to a CommonJS file using a Babel-
19
+ // compatible transform (i.e. "__esModule" has not been set), then set
20
+ // "default" to the CommonJS "module.exports" for node compatibility.
17
21
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
18
22
  mod
19
23
  ));
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
6
6
  "names": []
7
7
  }
@@ -14,6 +14,10 @@ var __copyProps = (to, from, except, desc) => {
14
14
  return to;
15
15
  };
16
16
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
+ // If the importer is in node compatibility mode or this is not an ESM
18
+ // file that has been converted to a CommonJS file using a Babel-
19
+ // compatible transform (i.e. "__esModule" has not been set), then set
20
+ // "default" to the CommonJS "module.exports" for node compatibility.
17
21
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
18
22
  mod
19
23
  ));
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
6
6
  "names": []
7
7
  }
@@ -14,6 +14,10 @@ var __copyProps = (to, from, except, desc) => {
14
14
  return to;
15
15
  };
16
16
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
+ // If the importer is in node compatibility mode or this is not an ESM
18
+ // file that has been converted to a CommonJS file using a Babel-
19
+ // compatible transform (i.e. "__esModule" has not been set), then set
20
+ // "default" to the CommonJS "module.exports" for node compatibility.
17
21
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
18
22
  mod
19
23
  ));
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
6
6
  "names": []
7
7
  }
@@ -14,6 +14,10 @@ var __copyProps = (to, from, except, desc) => {
14
14
  return to;
15
15
  };
16
16
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
+ // If the importer is in node compatibility mode or this is not an ESM
18
+ // file that has been converted to a CommonJS file using a Babel-
19
+ // compatible transform (i.e. "__esModule" has not been set), then set
20
+ // "default" to the CommonJS "module.exports" for node compatibility.
17
21
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
18
22
  mod
19
23
  ));
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
6
6
  "names": []
7
7
  }
@@ -14,6 +14,10 @@ var __copyProps = (to, from, except, desc) => {
14
14
  return to;
15
15
  };
16
16
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
+ // If the importer is in node compatibility mode or this is not an ESM
18
+ // file that has been converted to a CommonJS file using a Babel-
19
+ // compatible transform (i.e. "__esModule" has not been set), then set
20
+ // "default" to the CommonJS "module.exports" for node compatibility.
17
21
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
18
22
  mod
19
23
  ));
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
6
6
  "names": []
7
7
  }
@@ -14,6 +14,10 @@ var __copyProps = (to, from, except, desc) => {
14
14
  return to;
15
15
  };
16
16
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
+ // If the importer is in node compatibility mode or this is not an ESM
18
+ // file that has been converted to a CommonJS file using a Babel-
19
+ // compatible transform (i.e. "__esModule" has not been set), then set
20
+ // "default" to the CommonJS "module.exports" for node compatibility.
17
21
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
18
22
  mod
19
23
  ));
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
6
6
  "names": []
7
7
  }
@@ -14,6 +14,10 @@ var __copyProps = (to, from, except, desc) => {
14
14
  return to;
15
15
  };
16
16
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
+ // If the importer is in node compatibility mode or this is not an ESM
18
+ // file that has been converted to a CommonJS file using a Babel-
19
+ // compatible transform (i.e. "__esModule" has not been set), then set
20
+ // "default" to the CommonJS "module.exports" for node compatibility.
17
21
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
18
22
  mod
19
23
  ));
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
6
6
  "names": []
7
7
  }
@@ -14,6 +14,10 @@ var __copyProps = (to, from, except, desc) => {
14
14
  return to;
15
15
  };
16
16
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
+ // If the importer is in node compatibility mode or this is not an ESM
18
+ // file that has been converted to a CommonJS file using a Babel-
19
+ // compatible transform (i.e. "__esModule" has not been set), then set
20
+ // "default" to the CommonJS "module.exports" for node compatibility.
17
21
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
18
22
  mod
19
23
  ));
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
6
6
  "names": []
7
7
  }
@@ -14,6 +14,10 @@ var __copyProps = (to, from, except, desc) => {
14
14
  return to;
15
15
  };
16
16
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
+ // If the importer is in node compatibility mode or this is not an ESM
18
+ // file that has been converted to a CommonJS file using a Babel-
19
+ // compatible transform (i.e. "__esModule" has not been set), then set
20
+ // "default" to the CommonJS "module.exports" for node compatibility.
17
21
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
18
22
  mod
19
23
  ));
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
6
6
  "names": []
7
7
  }
@@ -14,6 +14,10 @@ var __copyProps = (to, from, except, desc) => {
14
14
  return to;
15
15
  };
16
16
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
+ // If the importer is in node compatibility mode or this is not an ESM
18
+ // file that has been converted to a CommonJS file using a Babel-
19
+ // compatible transform (i.e. "__esModule" has not been set), then set
20
+ // "default" to the CommonJS "module.exports" for node compatibility.
17
21
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
18
22
  mod
19
23
  ));
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
6
6
  "names": []
7
7
  }
@@ -14,6 +14,10 @@ var __copyProps = (to, from, except, desc) => {
14
14
  return to;
15
15
  };
16
16
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
+ // If the importer is in node compatibility mode or this is not an ESM
18
+ // file that has been converted to a CommonJS file using a Babel-
19
+ // compatible transform (i.e. "__esModule" has not been set), then set
20
+ // "default" to the CommonJS "module.exports" for node compatibility.
17
21
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
18
22
  mod
19
23
  ));
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA,YAAuB;",
6
6
  "names": []
7
7
  }
@@ -18,6 +18,10 @@ var __copyProps = (to, from, except, desc) => {
18
18
  return to;
19
19
  };
20
20
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
21
25
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
22
26
  mod
23
27
  ));
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../../src/Radio/Circle.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["import React from 'react';\nimport { withTheme } from '@elliemae/ds-system';\n\nconst Circle = ({ checked, theme }) => {\n const r = theme.breakpoints.medium.split('px')[0] - window.innerWidth >= 0 ? 6 : 4;\n return (\n <svg width=\"100%\" height=\"100%\">\n <circle className={checked ? 'checked' : 'unchecked'} r={r} cx=\"50%\" cy=\"50%\" />\n </svg>\n );\n};\n\nconst ThemedCircle = withTheme(Circle);\nexport { ThemedCircle as Circle };\nexport default ThemedCircle;\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADOjB;AANN,uBAA0B;AAE1B,MAAM,SAAS,CAAC,EAAE,SAAS,MAAM,MAAM;AACrC,QAAM,IAAI,MAAM,YAAY,OAAO,MAAM,IAAI,EAAE,KAAK,OAAO,cAAc,IAAI,IAAI;AACjF,SACE,4CAAC,SAAI,OAAM,QAAO,QAAO,QACvB,sDAAC,YAAO,WAAW,UAAU,YAAY,aAAa,GAAM,IAAG,OAAM,IAAG,OAAM,GAChF;AAEJ;AAEA,MAAM,mBAAe,4BAAU,MAAM;AAErC,IAAO,iBAAQ;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADOjB;AANN,uBAA0B;AAE1B,MAAM,SAAS,CAAC,EAAE,SAAS,MAAM,MAAM;AACrC,QAAM,IAAI,MAAM,YAAY,OAAO,MAAM,IAAI,EAAE,CAAC,IAAI,OAAO,cAAc,IAAI,IAAI;AACjF,SACE,4CAAC,SAAI,OAAM,QAAO,QAAO,QACvB,sDAAC,YAAO,WAAW,UAAU,YAAY,aAAa,GAAM,IAAG,OAAM,IAAG,OAAM,GAChF;AAEJ;AAEA,MAAM,mBAAe,4BAAU,MAAM;AAErC,IAAO,iBAAQ;",
6
6
  "names": []
7
7
  }