@micromerce/formbuilder-react 1.0.656 → 1.0.659

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 (529) hide show
  1. package/dist/{src/index.d.ts → index.d.ts} +1 -3
  2. package/package.json +6 -4
  3. package/dist/components/Checkbox/Checkbox.module.scss +0 -10
  4. package/dist/components/FormBuilder/FormBuilder.module.scss +0 -94
  5. package/dist/components/FormFooter/FormFooter.module.scss +0 -65
  6. package/dist/components/FormGroup/FormGroup.module.scss +0 -69
  7. package/dist/components/FormList/FormList.module.scss +0 -173
  8. package/dist/components/Group/Group.module.scss +0 -28
  9. package/dist/components/Input/Input.module.scss +0 -3
  10. package/dist/components/InputFreeSolo/InputFreeSolo.module.scss +0 -29
  11. package/dist/components/MrnInput/MrnInput.module.scss +0 -31
  12. package/dist/components/MultiSelect/MultiSelect.module.scss +0 -13
  13. package/dist/components/PasswordInput/PasswordInput.module.scss +0 -26
  14. package/dist/components/Select/Select.module.scss +0 -15
  15. package/dist/components/Textarea/Textarea.module.scss +0 -14
  16. package/dist/components/addressGroup/AddressGroup.module.scss +0 -72
  17. package/dist/src/assets/icons/error/Error.js +0 -6
  18. package/dist/src/assets/icons/error/Error.js.map +0 -1
  19. package/dist/src/components/Checkbox/Checkbox.js +0 -37
  20. package/dist/src/components/Checkbox/Checkbox.js.map +0 -1
  21. package/dist/src/components/Checkbox/index.js +0 -2
  22. package/dist/src/components/Checkbox/index.js.map +0 -1
  23. package/dist/src/components/ControlWrapper/ControlWrapper.js +0 -37
  24. package/dist/src/components/ControlWrapper/ControlWrapper.js.map +0 -1
  25. package/dist/src/components/ControlWrapper/index.js +0 -2
  26. package/dist/src/components/ControlWrapper/index.js.map +0 -1
  27. package/dist/src/components/DateRangeGroup/DateRangeGroup.js +0 -69
  28. package/dist/src/components/DateRangeGroup/DateRangeGroup.js.map +0 -1
  29. package/dist/src/components/DateRangeGroup/DateRangeGroup.styles.js +0 -59
  30. package/dist/src/components/DateRangeGroup/DateRangeGroup.styles.js.map +0 -1
  31. package/dist/src/components/DateRangeGroup/components/CalendarModal.js +0 -90
  32. package/dist/src/components/DateRangeGroup/components/CalendarModal.js.map +0 -1
  33. package/dist/src/components/DateRangeGroup/index.js +0 -2
  34. package/dist/src/components/DateRangeGroup/index.js.map +0 -1
  35. package/dist/src/components/ErrorBoundary/ErrorBoundary.js +0 -22
  36. package/dist/src/components/ErrorBoundary/ErrorBoundary.js.map +0 -1
  37. package/dist/src/components/FileUploader/FileUploader.js +0 -30
  38. package/dist/src/components/FileUploader/FileUploader.js.map +0 -1
  39. package/dist/src/components/FileUploader/index.js +0 -2
  40. package/dist/src/components/FileUploader/index.js.map +0 -1
  41. package/dist/src/components/FormBuilder/FormBuilder.js +0 -74
  42. package/dist/src/components/FormBuilder/FormBuilder.js.map +0 -1
  43. package/dist/src/components/FormBuilder/index.js +0 -2
  44. package/dist/src/components/FormBuilder/index.js.map +0 -1
  45. package/dist/src/components/FormBuilder/utils/extractFormControlValues/extractFormControlValues.js +0 -50
  46. package/dist/src/components/FormBuilder/utils/extractFormControlValues/extractFormControlValues.js.map +0 -1
  47. package/dist/src/components/FormBuilder/utils/extractFormControlValues/index.js +0 -2
  48. package/dist/src/components/FormBuilder/utils/extractFormControlValues/index.js.map +0 -1
  49. package/dist/src/components/FormBuilder/utils/jsonToUrlEncoded/index.js +0 -2
  50. package/dist/src/components/FormBuilder/utils/jsonToUrlEncoded/index.js.map +0 -1
  51. package/dist/src/components/FormBuilder/utils/jsonToUrlEncoded/jsonToUrlEncoded.js +0 -15
  52. package/dist/src/components/FormBuilder/utils/jsonToUrlEncoded/jsonToUrlEncoded.js.map +0 -1
  53. package/dist/src/components/FormFooter/FormFooter.js +0 -46
  54. package/dist/src/components/FormFooter/FormFooter.js.map +0 -1
  55. package/dist/src/components/FormFooter/components/Switch.js +0 -15
  56. package/dist/src/components/FormFooter/components/Switch.js.map +0 -1
  57. package/dist/src/components/FormFooter/index.js +0 -2
  58. package/dist/src/components/FormFooter/index.js.map +0 -1
  59. package/dist/src/components/FormGroup/FormGroup.js +0 -18
  60. package/dist/src/components/FormGroup/FormGroup.js.map +0 -1
  61. package/dist/src/components/FormGroup/index.js +0 -2
  62. package/dist/src/components/FormGroup/index.js.map +0 -1
  63. package/dist/src/components/FormList/FormList.js +0 -66
  64. package/dist/src/components/FormList/FormList.js.map +0 -1
  65. package/dist/src/components/FormList/index.js +0 -2
  66. package/dist/src/components/FormList/index.js.map +0 -1
  67. package/dist/src/components/GeneralFormGroup/GeneralFormGroup.js +0 -4
  68. package/dist/src/components/GeneralFormGroup/GeneralFormGroup.js.map +0 -1
  69. package/dist/src/components/GeneralFormGroup/index.js +0 -2
  70. package/dist/src/components/GeneralFormGroup/index.js.map +0 -1
  71. package/dist/src/components/Group/Group.js +0 -32
  72. package/dist/src/components/Group/Group.js.map +0 -1
  73. package/dist/src/components/Group/index.js +0 -2
  74. package/dist/src/components/Group/index.js.map +0 -1
  75. package/dist/src/components/Input/Input.js +0 -57
  76. package/dist/src/components/Input/Input.js.map +0 -1
  77. package/dist/src/components/Input/index.js +0 -2
  78. package/dist/src/components/Input/index.js.map +0 -1
  79. package/dist/src/components/Input/input.styles.js +0 -24
  80. package/dist/src/components/Input/input.styles.js.map +0 -1
  81. package/dist/src/components/InputFreeSolo/InputFreeSolo.js +0 -67
  82. package/dist/src/components/InputFreeSolo/InputFreeSolo.js.map +0 -1
  83. package/dist/src/components/InputFreeSolo/index.js +0 -2
  84. package/dist/src/components/InputFreeSolo/index.js.map +0 -1
  85. package/dist/src/components/MrnInput/MrnInput.js +0 -64
  86. package/dist/src/components/MrnInput/MrnInput.js.map +0 -1
  87. package/dist/src/components/MrnInput/hooks/useMrn.js +0 -92
  88. package/dist/src/components/MrnInput/hooks/useMrn.js.map +0 -1
  89. package/dist/src/components/MrnInput/index.js +0 -2
  90. package/dist/src/components/MrnInput/index.js.map +0 -1
  91. package/dist/src/components/MrnInput/services/fetchMrn.js +0 -30
  92. package/dist/src/components/MrnInput/services/fetchMrn.js.map +0 -1
  93. package/dist/src/components/MrnInput/ui-helper/Link/Link.js +0 -15
  94. package/dist/src/components/MrnInput/ui-helper/Link/Link.js.map +0 -1
  95. package/dist/src/components/MrnInput/utils/mrnUtils/mrnUtils.js +0 -35
  96. package/dist/src/components/MrnInput/utils/mrnUtils/mrnUtils.js.map +0 -1
  97. package/dist/src/components/MrnInput/utils/resolveMrnLinks/resolveMrnLink.js +0 -11
  98. package/dist/src/components/MrnInput/utils/resolveMrnLinks/resolveMrnLink.js.map +0 -1
  99. package/dist/src/components/MrnInput/utils/resolveNestedQueryLink/resolveNestedQueryLink.js +0 -19
  100. package/dist/src/components/MrnInput/utils/resolveNestedQueryLink/resolveNestedQueryLink.js.map +0 -1
  101. package/dist/src/components/MrnInput/utils/urlSearchParam/urlSearchParam.js +0 -8
  102. package/dist/src/components/MrnInput/utils/urlSearchParam/urlSearchParam.js.map +0 -1
  103. package/dist/src/components/MultiSelect/MultiSelect.js +0 -61
  104. package/dist/src/components/MultiSelect/MultiSelect.js.map +0 -1
  105. package/dist/src/components/MultiSelect/index.js +0 -2
  106. package/dist/src/components/MultiSelect/index.js.map +0 -1
  107. package/dist/src/components/MultiSelect/utils/extractSelectedOptionValues/extractSelectedOptionValues.js +0 -21
  108. package/dist/src/components/MultiSelect/utils/extractSelectedOptionValues/extractSelectedOptionValues.js.map +0 -1
  109. package/dist/src/components/MultiSelect/utils/extractSelectedOptionValues/index.js +0 -2
  110. package/dist/src/components/MultiSelect/utils/extractSelectedOptionValues/index.js.map +0 -1
  111. package/dist/src/components/PasswordInput/PasswordInput.js +0 -21
  112. package/dist/src/components/PasswordInput/PasswordInput.js.map +0 -1
  113. package/dist/src/components/PasswordInput/index.js +0 -2
  114. package/dist/src/components/PasswordInput/index.js.map +0 -1
  115. package/dist/src/components/QueryControl/QueryControl.js +0 -95
  116. package/dist/src/components/QueryControl/QueryControl.js.map +0 -1
  117. package/dist/src/components/QueryControl/data/defaultControls.js +0 -95
  118. package/dist/src/components/QueryControl/data/defaultControls.js.map +0 -1
  119. package/dist/src/components/QueryControl/index.js +0 -2
  120. package/dist/src/components/QueryControl/index.js.map +0 -1
  121. package/dist/src/components/QueryControl/ui-helper/Wrapper/QueryControlWrapper.js +0 -8
  122. package/dist/src/components/QueryControl/ui-helper/Wrapper/QueryControlWrapper.js.map +0 -1
  123. package/dist/src/components/QueryControl/ui-helper/Wrapper/QueryControlWrapper.styles.js +0 -14
  124. package/dist/src/components/QueryControl/ui-helper/Wrapper/QueryControlWrapper.styles.js.map +0 -1
  125. package/dist/src/components/QueryControl/ui-helper/Wrapper/index.js +0 -2
  126. package/dist/src/components/QueryControl/ui-helper/Wrapper/index.js.map +0 -1
  127. package/dist/src/components/QueryControl/utils/allControlsHidden/allControlsHidden.js +0 -39
  128. package/dist/src/components/QueryControl/utils/allControlsHidden/allControlsHidden.js.map +0 -1
  129. package/dist/src/components/QueryControl/utils/allControlsHidden/index.js +0 -2
  130. package/dist/src/components/QueryControl/utils/allControlsHidden/index.js.map +0 -1
  131. package/dist/src/components/QueryControl/utils/getMatchingControls.js +0 -19
  132. package/dist/src/components/QueryControl/utils/getMatchingControls.js.map +0 -1
  133. package/dist/src/components/QueryControl/utils/hasExpertControl/hasExpertControl.js +0 -38
  134. package/dist/src/components/QueryControl/utils/hasExpertControl/hasExpertControl.js.map +0 -1
  135. package/dist/src/components/QueryControl/utils/hasExpertControl/index.js +0 -2
  136. package/dist/src/components/QueryControl/utils/hasExpertControl/index.js.map +0 -1
  137. package/dist/src/components/QueryControl/utils/hideGroup/hideGroup.js +0 -9
  138. package/dist/src/components/QueryControl/utils/hideGroup/hideGroup.js.map +0 -1
  139. package/dist/src/components/QueryControl/utils/hideGroup/index.js +0 -2
  140. package/dist/src/components/QueryControl/utils/hideGroup/index.js.map +0 -1
  141. package/dist/src/components/Select/Select.js +0 -67
  142. package/dist/src/components/Select/Select.js.map +0 -1
  143. package/dist/src/components/Select/index.js +0 -2
  144. package/dist/src/components/Select/index.js.map +0 -1
  145. package/dist/src/components/Select/utils/getSelectedOption.js +0 -8
  146. package/dist/src/components/Select/utils/getSelectedOption.js.map +0 -1
  147. package/dist/src/components/Textarea/Textarea.js +0 -55
  148. package/dist/src/components/Textarea/Textarea.js.map +0 -1
  149. package/dist/src/components/Textarea/Textarea.types.js +0 -2
  150. package/dist/src/components/Textarea/Textarea.types.js.map +0 -1
  151. package/dist/src/components/Textarea/aiWrapper/aiAction.js +0 -21
  152. package/dist/src/components/Textarea/aiWrapper/aiAction.js.map +0 -1
  153. package/dist/src/components/Textarea/aiWrapper/aiLayout.js +0 -21
  154. package/dist/src/components/Textarea/aiWrapper/aiLayout.js.map +0 -1
  155. package/dist/src/components/Textarea/aiWrapper/index.js +0 -29
  156. package/dist/src/components/Textarea/aiWrapper/index.js.map +0 -1
  157. package/dist/src/components/Textarea/aiWrapper/useAi.js +0 -74
  158. package/dist/src/components/Textarea/aiWrapper/useAi.js.map +0 -1
  159. package/dist/src/components/Textarea/editors/Default.js +0 -26
  160. package/dist/src/components/Textarea/editors/Default.js.map +0 -1
  161. package/dist/src/components/Textarea/editors/Html.js +0 -9
  162. package/dist/src/components/Textarea/editors/Html.js.map +0 -1
  163. package/dist/src/components/Textarea/editors/Json.js +0 -9
  164. package/dist/src/components/Textarea/editors/Json.js.map +0 -1
  165. package/dist/src/components/Textarea/editors/Markdown.js +0 -20
  166. package/dist/src/components/Textarea/editors/Markdown.js.map +0 -1
  167. package/dist/src/components/Textarea/editors/Richtext.js +0 -13
  168. package/dist/src/components/Textarea/editors/Richtext.js.map +0 -1
  169. package/dist/src/components/Textarea/index.js +0 -2
  170. package/dist/src/components/Textarea/index.js.map +0 -1
  171. package/dist/src/components/addressGroup/AddressGroup.js +0 -39
  172. package/dist/src/components/addressGroup/AddressGroup.js.map +0 -1
  173. package/dist/src/components/addressGroup/index.js +0 -2
  174. package/dist/src/components/addressGroup/index.js.map +0 -1
  175. package/dist/src/components/addressGroup/utils/Countries.js +0 -1249
  176. package/dist/src/components/addressGroup/utils/Countries.js.map +0 -1
  177. package/dist/src/components/plate/PlateEditor.d.ts +0 -10
  178. package/dist/src/components/plate/PlateEditor.js +0 -38
  179. package/dist/src/components/plate/PlateEditor.js.map +0 -1
  180. package/dist/src/components/plate/PlateEditorContent.d.ts +0 -24
  181. package/dist/src/components/plate/PlateEditorContent.js +0 -45
  182. package/dist/src/components/plate/PlateEditorContent.js.map +0 -1
  183. package/dist/src/components/plate/components/align-dropdown-menu.d.ts +0 -2
  184. package/dist/src/components/plate/components/align-dropdown-menu.js +0 -33
  185. package/dist/src/components/plate/components/align-dropdown-menu.js.map +0 -1
  186. package/dist/src/components/plate/components/blockquote-element.d.ts +0 -21
  187. package/dist/src/components/plate/components/blockquote-element.js +0 -8
  188. package/dist/src/components/plate/components/blockquote-element.js.map +0 -1
  189. package/dist/src/components/plate/components/button.d.ts +0 -14
  190. package/dist/src/components/plate/components/button.js +0 -38
  191. package/dist/src/components/plate/components/button.js.map +0 -1
  192. package/dist/src/components/plate/components/caption.d.ts +0 -43
  193. package/dist/src/components/plate/components/caption.js +0 -25
  194. package/dist/src/components/plate/components/caption.js.map +0 -1
  195. package/dist/src/components/plate/components/checkbox.d.ts +0 -3
  196. package/dist/src/components/plate/components/checkbox.js +0 -7
  197. package/dist/src/components/plate/components/checkbox.js.map +0 -1
  198. package/dist/src/components/plate/components/code-block-combobox.d.ts +0 -48
  199. package/dist/src/components/plate/components/code-block-combobox.js +0 -131
  200. package/dist/src/components/plate/components/code-block-combobox.js.map +0 -1
  201. package/dist/src/components/plate/components/code-block-element.d.ts +0 -22
  202. package/dist/src/components/plate/components/code-block-element.js +0 -13
  203. package/dist/src/components/plate/components/code-block-element.js.map +0 -1
  204. package/dist/src/components/plate/components/code-leaf.d.ts +0 -19
  205. package/dist/src/components/plate/components/code-leaf.js +0 -8
  206. package/dist/src/components/plate/components/code-leaf.js.map +0 -1
  207. package/dist/src/components/plate/components/code-line-element.d.ts +0 -21
  208. package/dist/src/components/plate/components/code-line-element.js +0 -6
  209. package/dist/src/components/plate/components/code-line-element.js.map +0 -1
  210. package/dist/src/components/plate/components/code-syntax-leaf.d.ts +0 -19
  211. package/dist/src/components/plate/components/code-syntax-leaf.js +0 -11
  212. package/dist/src/components/plate/components/code-syntax-leaf.js.map +0 -1
  213. package/dist/src/components/plate/components/color-constants.d.ts +0 -10
  214. package/dist/src/components/plate/components/color-constants.js +0 -430
  215. package/dist/src/components/plate/components/color-constants.js.map +0 -1
  216. package/dist/src/components/plate/components/color-dropdown-menu-items.d.ts +0 -18
  217. package/dist/src/components/plate/components/color-dropdown-menu-items.js +0 -21
  218. package/dist/src/components/plate/components/color-dropdown-menu-items.js.map +0 -1
  219. package/dist/src/components/plate/components/color-dropdown-menu.d.ts +0 -12
  220. package/dist/src/components/plate/components/color-dropdown-menu.js +0 -18
  221. package/dist/src/components/plate/components/color-dropdown-menu.js.map +0 -1
  222. package/dist/src/components/plate/components/color-input.d.ts +0 -2
  223. package/dist/src/components/plate/components/color-input.js +0 -15
  224. package/dist/src/components/plate/components/color-input.js.map +0 -1
  225. package/dist/src/components/plate/components/color-picker.d.ts +0 -18
  226. package/dist/src/components/plate/components/color-picker.js +0 -19
  227. package/dist/src/components/plate/components/color-picker.js.map +0 -1
  228. package/dist/src/components/plate/components/colors-custom.d.ts +0 -10
  229. package/dist/src/components/plate/components/colors-custom.js +0 -21
  230. package/dist/src/components/plate/components/colors-custom.js.map +0 -1
  231. package/dist/src/components/plate/components/command.d.ts +0 -76
  232. package/dist/src/components/plate/components/command.js +0 -18
  233. package/dist/src/components/plate/components/command.js.map +0 -1
  234. package/dist/src/components/plate/components/comment-leaf.d.ts +0 -3
  235. package/dist/src/components/plate/components/comment-leaf.js +0 -23
  236. package/dist/src/components/plate/components/comment-leaf.js.map +0 -1
  237. package/dist/src/components/plate/components/dialog.d.ts +0 -12
  238. package/dist/src/components/plate/components/dialog.js +0 -16
  239. package/dist/src/components/plate/components/dialog.js.map +0 -1
  240. package/dist/src/components/plate/components/dropdown-menu.d.ts +0 -29
  241. package/dist/src/components/plate/components/dropdown-menu.js +0 -51
  242. package/dist/src/components/plate/components/dropdown-menu.js.map +0 -1
  243. package/dist/src/components/plate/components/excalidraw-element.d.ts +0 -21
  244. package/dist/src/components/plate/components/excalidraw-element.js +0 -12
  245. package/dist/src/components/plate/components/excalidraw-element.js.map +0 -1
  246. package/dist/src/components/plate/components/fixed-toolbar-buttons.d.ts +0 -1
  247. package/dist/src/components/plate/components/fixed-toolbar-buttons.js +0 -25
  248. package/dist/src/components/plate/components/fixed-toolbar-buttons.js.map +0 -1
  249. package/dist/src/components/plate/components/fixed-toolbar.d.ts +0 -1
  250. package/dist/src/components/plate/components/fixed-toolbar.js +0 -4
  251. package/dist/src/components/plate/components/fixed-toolbar.js.map +0 -1
  252. package/dist/src/components/plate/components/heading-element.d.ts +0 -24
  253. package/dist/src/components/plate/components/heading-element.js +0 -30
  254. package/dist/src/components/plate/components/heading-element.js.map +0 -1
  255. package/dist/src/components/plate/components/highlight-leaf.d.ts +0 -19
  256. package/dist/src/components/plate/components/highlight-leaf.js +0 -5
  257. package/dist/src/components/plate/components/highlight-leaf.js.map +0 -1
  258. package/dist/src/components/plate/components/hr-element.d.ts +0 -21
  259. package/dist/src/components/plate/components/hr-element.js +0 -11
  260. package/dist/src/components/plate/components/hr-element.js.map +0 -1
  261. package/dist/src/components/plate/components/image-element.d.ts +0 -21
  262. package/dist/src/components/plate/components/image-element.js +0 -19
  263. package/dist/src/components/plate/components/image-element.js.map +0 -1
  264. package/dist/src/components/plate/components/indent-list-toolbar-button.d.ts +0 -18
  265. package/dist/src/components/plate/components/indent-list-toolbar-button.js +0 -12
  266. package/dist/src/components/plate/components/indent-list-toolbar-button.js.map +0 -1
  267. package/dist/src/components/plate/components/indent-todo-marker-component.d.ts +0 -3
  268. package/dist/src/components/plate/components/indent-todo-marker-component.js +0 -14
  269. package/dist/src/components/plate/components/indent-todo-marker-component.js.map +0 -1
  270. package/dist/src/components/plate/components/indent-todo-toolbar-button.d.ts +0 -15
  271. package/dist/src/components/plate/components/indent-todo-toolbar-button.js +0 -11
  272. package/dist/src/components/plate/components/indent-todo-toolbar-button.js.map +0 -1
  273. package/dist/src/components/plate/components/indent-toolbar-button.d.ts +0 -15
  274. package/dist/src/components/plate/components/indent-toolbar-button.js +0 -10
  275. package/dist/src/components/plate/components/indent-toolbar-button.js.map +0 -1
  276. package/dist/src/components/plate/components/inline-combobox.d.ts +0 -29
  277. package/dist/src/components/plate/components/inline-combobox.js +0 -156
  278. package/dist/src/components/plate/components/inline-combobox.js.map +0 -1
  279. package/dist/src/components/plate/components/input.d.ts +0 -8
  280. package/dist/src/components/plate/components/input.js +0 -20
  281. package/dist/src/components/plate/components/input.js.map +0 -1
  282. package/dist/src/components/plate/components/insert-dropdown-menu.d.ts +0 -12
  283. package/dist/src/components/plate/components/insert-dropdown-menu.js +0 -179
  284. package/dist/src/components/plate/components/insert-dropdown-menu.js.map +0 -1
  285. package/dist/src/components/plate/components/kbd-leaf.d.ts +0 -19
  286. package/dist/src/components/plate/components/kbd-leaf.js +0 -5
  287. package/dist/src/components/plate/components/kbd-leaf.js.map +0 -1
  288. package/dist/src/components/plate/components/line-height-dropdown-menu.d.ts +0 -2
  289. package/dist/src/components/plate/components/line-height-dropdown-menu.js +0 -12
  290. package/dist/src/components/plate/components/line-height-dropdown-menu.js.map +0 -1
  291. package/dist/src/components/plate/components/link-element.d.ts +0 -21
  292. package/dist/src/components/plate/components/link-element.js +0 -10
  293. package/dist/src/components/plate/components/link-element.js.map +0 -1
  294. package/dist/src/components/plate/components/link-floating-toolbar.d.ts +0 -5
  295. package/dist/src/components/plate/components/link-floating-toolbar.js +0 -54
  296. package/dist/src/components/plate/components/link-floating-toolbar.js.map +0 -1
  297. package/dist/src/components/plate/components/link-toolbar-button.d.ts +0 -15
  298. package/dist/src/components/plate/components/link-toolbar-button.js +0 -11
  299. package/dist/src/components/plate/components/link-toolbar-button.js.map +0 -1
  300. package/dist/src/components/plate/components/mark-toolbar-button.d.ts +0 -18
  301. package/dist/src/components/plate/components/mark-toolbar-button.js +0 -11
  302. package/dist/src/components/plate/components/mark-toolbar-button.js.map +0 -1
  303. package/dist/src/components/plate/components/media-embed-element.d.ts +0 -21
  304. package/dist/src/components/plate/components/media-embed-element.js +0 -23
  305. package/dist/src/components/plate/components/media-embed-element.js.map +0 -1
  306. package/dist/src/components/plate/components/media-popover.d.ts +0 -7
  307. package/dist/src/components/plate/components/media-popover.js +0 -30
  308. package/dist/src/components/plate/components/media-popover.js.map +0 -1
  309. package/dist/src/components/plate/components/mention-element.d.ts +0 -26
  310. package/dist/src/components/plate/components/mention-element.js +0 -12
  311. package/dist/src/components/plate/components/mention-element.js.map +0 -1
  312. package/dist/src/components/plate/components/mention-input-element.d.ts +0 -25
  313. package/dist/src/components/plate/components/mention-input-element.js +0 -89
  314. package/dist/src/components/plate/components/mention-input-element.js.map +0 -1
  315. package/dist/src/components/plate/components/outdent-toolbar-button.d.ts +0 -15
  316. package/dist/src/components/plate/components/outdent-toolbar-button.js +0 -10
  317. package/dist/src/components/plate/components/outdent-toolbar-button.js.map +0 -1
  318. package/dist/src/components/plate/components/paragraph-element.d.ts +0 -20
  319. package/dist/src/components/plate/components/paragraph-element.js +0 -4
  320. package/dist/src/components/plate/components/paragraph-element.js.map +0 -1
  321. package/dist/src/components/plate/components/placeholder.d.ts +0 -6
  322. package/dist/src/components/plate/components/placeholder.js +0 -37
  323. package/dist/src/components/plate/components/placeholder.js.map +0 -1
  324. package/dist/src/components/plate/components/popover.d.ts +0 -7
  325. package/dist/src/components/plate/components/popover.js +0 -11
  326. package/dist/src/components/plate/components/popover.js.map +0 -1
  327. package/dist/src/components/plate/components/resizable.d.ts +0 -40
  328. package/dist/src/components/plate/components/resizable.js +0 -38
  329. package/dist/src/components/plate/components/resizable.js.map +0 -1
  330. package/dist/src/components/plate/components/separator.d.ts +0 -4
  331. package/dist/src/components/plate/components/separator.js +0 -20
  332. package/dist/src/components/plate/components/separator.js.map +0 -1
  333. package/dist/src/components/plate/components/slash-input-element.d.ts +0 -22
  334. package/dist/src/components/plate/components/slash-input-element.js +0 -64
  335. package/dist/src/components/plate/components/slash-input-element.js.map +0 -1
  336. package/dist/src/components/plate/components/table-cell-element.d.ts +0 -47
  337. package/dist/src/components/plate/components/table-cell-element.js +0 -35
  338. package/dist/src/components/plate/components/table-cell-element.js.map +0 -1
  339. package/dist/src/components/plate/components/table-element.d.ts +0 -24
  340. package/dist/src/components/plate/components/table-element.js +0 -46
  341. package/dist/src/components/plate/components/table-element.js.map +0 -1
  342. package/dist/src/components/plate/components/table-row-element.d.ts +0 -23
  343. package/dist/src/components/plate/components/table-row-element.js +0 -7
  344. package/dist/src/components/plate/components/table-row-element.js.map +0 -1
  345. package/dist/src/components/plate/components/todo-list-element.d.ts +0 -21
  346. package/dist/src/components/plate/components/todo-list-element.js +0 -12
  347. package/dist/src/components/plate/components/todo-list-element.js.map +0 -1
  348. package/dist/src/components/plate/components/toolbar.d.ts +0 -29
  349. package/dist/src/components/plate/components/toolbar.js +0 -51
  350. package/dist/src/components/plate/components/toolbar.js.map +0 -1
  351. package/dist/src/components/plate/components/tooltip.d.ts +0 -12
  352. package/dist/src/components/plate/components/tooltip.js +0 -26
  353. package/dist/src/components/plate/components/tooltip.js.map +0 -1
  354. package/dist/src/components/plate/components/turn-into-dropdown-menu.d.ts +0 -2
  355. package/dist/src/components/plate/components/turn-into-dropdown-menu.js +0 -93
  356. package/dist/src/components/plate/components/turn-into-dropdown-menu.js.map +0 -1
  357. package/dist/src/components/plate/icons.d.ts +0 -85
  358. package/dist/src/components/plate/icons.js +0 -101
  359. package/dist/src/components/plate/icons.js.map +0 -1
  360. package/dist/src/components/plate/lib/autoformat-rules.d.ts +0 -10
  361. package/dist/src/components/plate/lib/autoformat-rules.js +0 -271
  362. package/dist/src/components/plate/lib/autoformat-rules.js.map +0 -1
  363. package/dist/src/components/plate/usePlateEditor.d.ts +0 -4
  364. package/dist/src/components/plate/usePlateEditor.js +0 -384
  365. package/dist/src/components/plate/usePlateEditor.js.map +0 -1
  366. package/dist/src/components/states/error/index.js +0 -15
  367. package/dist/src/components/states/error/index.js.map +0 -1
  368. package/dist/src/context/FormData.js +0 -109
  369. package/dist/src/context/FormData.js.map +0 -1
  370. package/dist/src/hooks/useDependent/enhanced/useInputDependent/useInputDependent.js +0 -36
  371. package/dist/src/hooks/useDependent/enhanced/useInputDependent/useInputDependent.js.map +0 -1
  372. package/dist/src/hooks/useDependent/enhanced/useOptionsGenerator/useOptionsGenerator.js +0 -16
  373. package/dist/src/hooks/useDependent/enhanced/useOptionsGenerator/useOptionsGenerator.js.map +0 -1
  374. package/dist/src/hooks/useDependent/useDependent.js +0 -86
  375. package/dist/src/hooks/useDependent/useDependent.js.map +0 -1
  376. package/dist/src/hooks/useValueGenerator/useValueGenerator.js +0 -99
  377. package/dist/src/hooks/useValueGenerator/useValueGenerator.js.map +0 -1
  378. package/dist/src/index.js +0 -19
  379. package/dist/src/index.js.map +0 -1
  380. package/dist/src/styles/Hidden.styles.js +0 -16
  381. package/dist/src/styles/Hidden.styles.js.map +0 -1
  382. package/dist/src/styles/Skeleton.js +0 -40
  383. package/dist/src/styles/Skeleton.js.map +0 -1
  384. package/dist/src/styles/Textfield.styles.js +0 -34
  385. package/dist/src/styles/Textfield.styles.js.map +0 -1
  386. package/dist/src/testutils.js +0 -22
  387. package/dist/src/testutils.js.map +0 -1
  388. package/dist/src/types/controlProps.js +0 -2
  389. package/dist/src/types/controlProps.js.map +0 -1
  390. package/dist/src/types/index.js +0 -2
  391. package/dist/src/types/index.js.map +0 -1
  392. package/dist/src/ui/menu/hooks/useMenu.js +0 -41
  393. package/dist/src/ui/menu/hooks/useMenu.js.map +0 -1
  394. package/dist/src/ui/menu/index.js +0 -13
  395. package/dist/src/ui/menu/index.js.map +0 -1
  396. package/dist/src/ui/menu/test/createControl.js +0 -30
  397. package/dist/src/ui/menu/test/createControl.js.map +0 -1
  398. package/dist/src/ui/menu/utils/detemineSubmenuTabs/index.js +0 -82
  399. package/dist/src/ui/menu/utils/detemineSubmenuTabs/index.js.map +0 -1
  400. package/dist/src/ui-helper/HeaderCollapseButton/index.js +0 -9
  401. package/dist/src/ui-helper/HeaderCollapseButton/index.js.map +0 -1
  402. package/dist/src/ui-helper/notifications/Error.js +0 -77
  403. package/dist/src/ui-helper/notifications/Error.js.map +0 -1
  404. package/dist/src/ui-helper/notifications/images/background.js +0 -7
  405. package/dist/src/ui-helper/notifications/images/background.js.map +0 -1
  406. package/dist/src/ui-helper/notifications/images/spinner.js +0 -6
  407. package/dist/src/ui-helper/notifications/images/spinner.js.map +0 -1
  408. package/dist/src/ui-helper/notifications/images/under-improvement.js +0 -6
  409. package/dist/src/ui-helper/notifications/images/under-improvement.js.map +0 -1
  410. package/dist/src/utils/findFormControlError/index.js +0 -24
  411. package/dist/src/utils/findFormControlError/index.js.map +0 -1
  412. package/dist/src/utils/hasGroupRequiredFieldsWithValues/index.js +0 -22
  413. package/dist/src/utils/hasGroupRequiredFieldsWithValues/index.js.map +0 -1
  414. package/dist/styles/formControl.module.scss +0 -59
  415. package/dist/tailwind.config.d.ts +0 -1
  416. package/dist/tailwind.config.js +0 -17
  417. package/dist/tailwind.config.js.map +0 -1
  418. package/dist/webpack.common.d.ts +0 -63
  419. package/dist/webpack.common.js +0 -76
  420. package/dist/webpack.common.js.map +0 -1
  421. package/dist/webpack.dev.d.ts +0 -65
  422. package/dist/webpack.dev.js +0 -11
  423. package/dist/webpack.dev.js.map +0 -1
  424. package/dist/webpack.prod.d.ts +0 -65
  425. package/dist/webpack.prod.js +0 -10
  426. package/dist/webpack.prod.js.map +0 -1
  427. /package/dist/{src/assets → assets}/icons/error/Error.d.ts +0 -0
  428. /package/dist/{src/components → components}/Checkbox/Checkbox.d.ts +0 -0
  429. /package/dist/{src/components → components}/Checkbox/index.d.ts +0 -0
  430. /package/dist/{src/components → components}/ControlWrapper/ControlWrapper.d.ts +0 -0
  431. /package/dist/{src/components → components}/ControlWrapper/index.d.ts +0 -0
  432. /package/dist/{src/components → components}/DateRangeGroup/DateRangeGroup.d.ts +0 -0
  433. /package/dist/{src/components → components}/DateRangeGroup/DateRangeGroup.styles.d.ts +0 -0
  434. /package/dist/{src/components → components}/DateRangeGroup/components/CalendarModal.d.ts +0 -0
  435. /package/dist/{src/components → components}/DateRangeGroup/index.d.ts +0 -0
  436. /package/dist/{src/components → components}/ErrorBoundary/ErrorBoundary.d.ts +0 -0
  437. /package/dist/{src/components → components}/FileUploader/FileUploader.d.ts +0 -0
  438. /package/dist/{src/components → components}/FileUploader/index.d.ts +0 -0
  439. /package/dist/{src/components → components}/FormBuilder/FormBuilder.d.ts +0 -0
  440. /package/dist/{src/components → components}/FormBuilder/index.d.ts +0 -0
  441. /package/dist/{src/components → components}/FormBuilder/utils/extractFormControlValues/extractFormControlValues.d.ts +0 -0
  442. /package/dist/{src/components → components}/FormBuilder/utils/extractFormControlValues/index.d.ts +0 -0
  443. /package/dist/{src/components → components}/FormBuilder/utils/jsonToUrlEncoded/index.d.ts +0 -0
  444. /package/dist/{src/components → components}/FormBuilder/utils/jsonToUrlEncoded/jsonToUrlEncoded.d.ts +0 -0
  445. /package/dist/{src/components → components}/FormFooter/FormFooter.d.ts +0 -0
  446. /package/dist/{src/components → components}/FormFooter/components/Switch.d.ts +0 -0
  447. /package/dist/{src/components → components}/FormFooter/index.d.ts +0 -0
  448. /package/dist/{src/components → components}/FormGroup/FormGroup.d.ts +0 -0
  449. /package/dist/{src/components → components}/FormGroup/index.d.ts +0 -0
  450. /package/dist/{src/components → components}/FormList/FormList.d.ts +0 -0
  451. /package/dist/{src/components → components}/FormList/index.d.ts +0 -0
  452. /package/dist/{src/components → components}/GeneralFormGroup/GeneralFormGroup.d.ts +0 -0
  453. /package/dist/{src/components → components}/GeneralFormGroup/index.d.ts +0 -0
  454. /package/dist/{src/components → components}/Group/Group.d.ts +0 -0
  455. /package/dist/{src/components → components}/Group/index.d.ts +0 -0
  456. /package/dist/{src/components → components}/Input/Input.d.ts +0 -0
  457. /package/dist/{src/components → components}/Input/index.d.ts +0 -0
  458. /package/dist/{src/components → components}/Input/input.styles.d.ts +0 -0
  459. /package/dist/{src/components → components}/InputFreeSolo/InputFreeSolo.d.ts +0 -0
  460. /package/dist/{src/components → components}/InputFreeSolo/index.d.ts +0 -0
  461. /package/dist/{src/components → components}/MrnInput/MrnInput.d.ts +0 -0
  462. /package/dist/{src/components → components}/MrnInput/hooks/useMrn.d.ts +0 -0
  463. /package/dist/{src/components → components}/MrnInput/index.d.ts +0 -0
  464. /package/dist/{src/components → components}/MrnInput/services/fetchMrn.d.ts +0 -0
  465. /package/dist/{src/components → components}/MrnInput/ui-helper/Link/Link.d.ts +0 -0
  466. /package/dist/{src/components → components}/MrnInput/utils/mrnUtils/mrnUtils.d.ts +0 -0
  467. /package/dist/{src/components → components}/MrnInput/utils/resolveMrnLinks/resolveMrnLink.d.ts +0 -0
  468. /package/dist/{src/components → components}/MrnInput/utils/resolveNestedQueryLink/resolveNestedQueryLink.d.ts +0 -0
  469. /package/dist/{src/components → components}/MrnInput/utils/urlSearchParam/urlSearchParam.d.ts +0 -0
  470. /package/dist/{src/components → components}/MultiSelect/MultiSelect.d.ts +0 -0
  471. /package/dist/{src/components → components}/MultiSelect/index.d.ts +0 -0
  472. /package/dist/{src/components → components}/MultiSelect/utils/extractSelectedOptionValues/extractSelectedOptionValues.d.ts +0 -0
  473. /package/dist/{src/components → components}/MultiSelect/utils/extractSelectedOptionValues/index.d.ts +0 -0
  474. /package/dist/{src/components → components}/PasswordInput/PasswordInput.d.ts +0 -0
  475. /package/dist/{src/components → components}/PasswordInput/index.d.ts +0 -0
  476. /package/dist/{src/components → components}/QueryControl/QueryControl.d.ts +0 -0
  477. /package/dist/{src/components → components}/QueryControl/data/defaultControls.d.ts +0 -0
  478. /package/dist/{src/components → components}/QueryControl/index.d.ts +0 -0
  479. /package/dist/{src/components → components}/QueryControl/ui-helper/Wrapper/QueryControlWrapper.d.ts +0 -0
  480. /package/dist/{src/components → components}/QueryControl/ui-helper/Wrapper/QueryControlWrapper.styles.d.ts +0 -0
  481. /package/dist/{src/components → components}/QueryControl/ui-helper/Wrapper/index.d.ts +0 -0
  482. /package/dist/{src/components → components}/QueryControl/utils/allControlsHidden/allControlsHidden.d.ts +0 -0
  483. /package/dist/{src/components → components}/QueryControl/utils/allControlsHidden/index.d.ts +0 -0
  484. /package/dist/{src/components → components}/QueryControl/utils/getMatchingControls.d.ts +0 -0
  485. /package/dist/{src/components → components}/QueryControl/utils/hasExpertControl/hasExpertControl.d.ts +0 -0
  486. /package/dist/{src/components → components}/QueryControl/utils/hasExpertControl/index.d.ts +0 -0
  487. /package/dist/{src/components → components}/QueryControl/utils/hideGroup/hideGroup.d.ts +0 -0
  488. /package/dist/{src/components → components}/QueryControl/utils/hideGroup/index.d.ts +0 -0
  489. /package/dist/{src/components → components}/Select/Select.d.ts +0 -0
  490. /package/dist/{src/components → components}/Select/index.d.ts +0 -0
  491. /package/dist/{src/components → components}/Select/utils/getSelectedOption.d.ts +0 -0
  492. /package/dist/{src/components → components}/Textarea/Textarea.d.ts +0 -0
  493. /package/dist/{src/components → components}/Textarea/Textarea.types.d.ts +0 -0
  494. /package/dist/{src/components → components}/Textarea/aiWrapper/aiAction.d.ts +0 -0
  495. /package/dist/{src/components → components}/Textarea/aiWrapper/aiLayout.d.ts +0 -0
  496. /package/dist/{src/components → components}/Textarea/aiWrapper/index.d.ts +0 -0
  497. /package/dist/{src/components → components}/Textarea/aiWrapper/useAi.d.ts +0 -0
  498. /package/dist/{src/components → components}/Textarea/editors/Default.d.ts +0 -0
  499. /package/dist/{src/components → components}/Textarea/editors/Html.d.ts +0 -0
  500. /package/dist/{src/components → components}/Textarea/editors/Json.d.ts +0 -0
  501. /package/dist/{src/components → components}/Textarea/editors/Markdown.d.ts +0 -0
  502. /package/dist/{src/components → components}/Textarea/editors/Richtext.d.ts +0 -0
  503. /package/dist/{src/components → components}/Textarea/index.d.ts +0 -0
  504. /package/dist/{src/components → components}/addressGroup/AddressGroup.d.ts +0 -0
  505. /package/dist/{src/components → components}/addressGroup/index.d.ts +0 -0
  506. /package/dist/{src/components → components}/addressGroup/utils/Countries.d.ts +0 -0
  507. /package/dist/{src/components → components}/states/error/index.d.ts +0 -0
  508. /package/dist/{src/context → context}/FormData.d.ts +0 -0
  509. /package/dist/{src/hooks → hooks}/useDependent/enhanced/useInputDependent/useInputDependent.d.ts +0 -0
  510. /package/dist/{src/hooks → hooks}/useDependent/enhanced/useOptionsGenerator/useOptionsGenerator.d.ts +0 -0
  511. /package/dist/{src/hooks → hooks}/useDependent/useDependent.d.ts +0 -0
  512. /package/dist/{src/hooks → hooks}/useValueGenerator/useValueGenerator.d.ts +0 -0
  513. /package/dist/{src/styles → styles}/Hidden.styles.d.ts +0 -0
  514. /package/dist/{src/styles → styles}/Skeleton.d.ts +0 -0
  515. /package/dist/{src/styles → styles}/Textfield.styles.d.ts +0 -0
  516. /package/dist/{src/testutils.d.ts → testutils.d.ts} +0 -0
  517. /package/dist/{src/types → types}/controlProps.d.ts +0 -0
  518. /package/dist/{src/types → types}/index.d.ts +0 -0
  519. /package/dist/{src/ui → ui}/menu/hooks/useMenu.d.ts +0 -0
  520. /package/dist/{src/ui → ui}/menu/index.d.ts +0 -0
  521. /package/dist/{src/ui → ui}/menu/test/createControl.d.ts +0 -0
  522. /package/dist/{src/ui → ui}/menu/utils/detemineSubmenuTabs/index.d.ts +0 -0
  523. /package/dist/{src/ui-helper → ui-helper}/HeaderCollapseButton/index.d.ts +0 -0
  524. /package/dist/{src/ui-helper → ui-helper}/notifications/Error.d.ts +0 -0
  525. /package/dist/{src/ui-helper → ui-helper}/notifications/images/background.d.ts +0 -0
  526. /package/dist/{src/ui-helper → ui-helper}/notifications/images/spinner.d.ts +0 -0
  527. /package/dist/{src/ui-helper → ui-helper}/notifications/images/under-improvement.d.ts +0 -0
  528. /package/dist/{src/utils → utils}/findFormControlError/index.d.ts +0 -0
  529. /package/dist/{src/utils → utils}/hasGroupRequiredFieldsWithValues/index.d.ts +0 -0
@@ -11,8 +11,6 @@ import FormGroup from "./components/FormGroup/";
11
11
  import MrnInput from "./components/MrnInput/";
12
12
  import PasswordInput from "./components/PasswordInput/";
13
13
  import Textarea from "./components/Textarea/";
14
- import PlateEditor from "./components/plate/PlateEditor";
15
14
  import { useValueGenerator } from "./hooks/useValueGenerator/useValueGenerator";
16
- import "../src/styles/index.css";
17
- export { FormBuilder, Select, MultiSelect, Checkbox, ControlWrapper, FormFooter, Input, InputFreeSolo, FormList, FormGroup, MrnInput, PasswordInput, Textarea, PlateEditor, useValueGenerator };
15
+ export { FormBuilder, Select, MultiSelect, Checkbox, ControlWrapper, FormFooter, Input, InputFreeSolo, FormList, FormGroup, MrnInput, PasswordInput, Textarea, useValueGenerator, };
18
16
  export default FormBuilder;
package/package.json CHANGED
@@ -1,12 +1,15 @@
1
1
  {
2
2
  "name": "@micromerce/formbuilder-react",
3
- "version": "1.0.656",
3
+ "version": "1.0.659",
4
4
  "description": "creates a form based on configuration",
5
5
  "main": "dist/formbuilder.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "directories": {
8
8
  "lib": "dist"
9
9
  },
10
+ "exports": {
11
+ "./*": "./dist/*"
12
+ },
10
13
  "files": [
11
14
  "dist"
12
15
  ],
@@ -15,12 +18,13 @@
15
18
  "storybook": "npm run lint; start-storybook -p 6006",
16
19
  "build-storybook": "npm run lint; build-storybook -o ./docs/storybook",
17
20
  "watch": "npm run lint && webpack watch --config webpack.dev.js",
18
- "build": "npm run lint && npm run test && npm run build-tsc && webpack build --config webpack.prod.js",
21
+ "build": "npm run lint && npm run test && tsc --declaration --emitDeclarationOnly && webpack build --config webpack.prod.js",
19
22
  "build:analyze": "webpack build --analyze --config webpack.prod.js",
20
23
  "lint": "eslint src/",
21
24
  "clean": "rimraf dist",
22
25
  "copy-component-styles": "copyfiles -u 1 ./src/components/**/*.module.scss ./dist",
23
26
  "copy-global-styles": "copyfiles -u 1 ./src/styles/**/*.module.scss ./dist",
27
+ "build-typedef": "tsc --declaration --emitDeclarationOnly",
24
28
  "build-tsc": "npm run clean && npm run copy-component-styles && npm run copy-global-styles && tsc -p tsconfig.json",
25
29
  "format": "npx prettier --write 'src/**/*.{js,jsx,ts,tsx,json}'"
26
30
  },
@@ -101,7 +105,6 @@
101
105
  "react-quill": "^2.0.0",
102
106
  "showdown": "^2.1.0",
103
107
  "styled-components": "^5.3.5",
104
- "tailwindcss-scoped-preflight": "^3.4.10",
105
108
  "turndown": "^7.1.2",
106
109
  "usehooks-ts": "^2.5.1",
107
110
  "uuid": "^8.3.2"
@@ -155,7 +158,6 @@
155
158
  "sass-loader": "^16.0.2",
156
159
  "storybook-css-modules-preset": "^1.1.1",
157
160
  "swc-loader": "^0.2.6",
158
- "tailwindcss": "^3.4.13",
159
161
  "ts-jest": "^29.2.5",
160
162
  "ts-loader": "^9.2.6",
161
163
  "ts-node": "^10.7.0",
@@ -1,10 +0,0 @@
1
- .checkbox-container {
2
- all: unset;
3
- width: fit-content;
4
- padding: 6.5px 9px !important;
5
-
6
- &:hover {
7
- border: none;
8
- outline: none;
9
- }
10
- }
@@ -1,94 +0,0 @@
1
- .hasSubmenu {
2
- padding: 0 !important;
3
- }
4
-
5
- .form-builder-container {
6
- font-family: 'Roboto', sans-serif;
7
- background-color: white;
8
- z-index: 9;
9
- padding: 0 20px;
10
-
11
- @media screen and (max-width: 767px) {
12
- padding: 0 40px;
13
- }
14
-
15
- *:not(i) {
16
- font-family: inherit;
17
- }
18
-
19
- .required-message {
20
- display: block;
21
- font-size: 12px;
22
- padding-top: 15px;
23
- padding-bottom: 10px;
24
- color: rgba(0,0,0,.54);
25
- }
26
-
27
- .xhtml-form-button {
28
- min-width: 40px;
29
- width: fit-content;
30
- color: #4a95d0;
31
- background-color: #fff;
32
-
33
- padding: 3px 8px 3px 5px;
34
- box-sizing: border-box;
35
- transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
36
- font-size: 14px;
37
- font-weight: 400;
38
- border-radius: 4px;
39
- border: 1px solid #4a95d0;
40
-
41
- cursor: pointer;
42
- margin: 0;
43
- margin-bottom: 2px;
44
- display: inline-flex;
45
- outline: 0;
46
- position: relative;
47
- align-items: center;
48
- user-select: none;
49
- vertical-align: middle;
50
- -moz-appearance: none;
51
- justify-content: center;
52
- text-decoration: none;
53
- -webkit-appearance: none;
54
- -webkit-tap-highlight-color: transparent;
55
-
56
- svg {
57
- fill: #4a95d0;
58
- transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
59
- }
60
-
61
- &:hover {
62
- color: #fff;
63
- background-color: #4a95d0;
64
- svg {
65
- fill: #fff;
66
- }
67
- }
68
-
69
- &.remove-item {
70
- width: 40px;
71
- height: 40px;
72
- padding: 0;
73
- background: transparent;
74
- box-shadow: none;
75
- margin-top: -5px !important;
76
- svg {
77
- font-size: 16px;
78
- padding: 0 2px;
79
- fill: rgba(0,0,0,.54);
80
- transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
81
- }
82
- &:hover {
83
- background: #F0F0F0;
84
- svg {
85
- fill: #EB5757;
86
- }
87
- }
88
- @media screen and (min-width: 768px) {
89
- margin-top: 10px !important;
90
- margin-left: -30px;
91
- }
92
- }
93
- }
94
- }
@@ -1,65 +0,0 @@
1
- .form-footer-container {
2
- display: flex;
3
- flex-direction: column;
4
- align-items: center;
5
- justify-content: space-between;
6
- font-family: 'Roboto', sans-serif;
7
-
8
- width: 100%;
9
- border-radius: 0 0 4px 4px;
10
-
11
- background: #FFFFFF;
12
- z-index: 1;
13
-
14
- .notificationContainer {
15
- width: 100%;
16
- display: flex;
17
- align-items: center;
18
- padding: 20px 20px 0 20px;
19
- max-height: 300px;
20
- }
21
-
22
- .controlsContainer {
23
- width: 100%;
24
- display: flex;
25
- align-items: center;
26
- justify-content: space-between;
27
- padding: 16px;
28
-
29
- .submit-container {
30
- display: flex;
31
- align-items: center;
32
- gap: 24px;
33
- }
34
-
35
- .required-message {
36
- display: block;
37
- font-size: 12px;
38
- color: rgba(0,0,0,.54);
39
- }
40
- }
41
-
42
- button:last-child {
43
- margin-left: auto;
44
- }
45
-
46
- .run-button__spinner {
47
- -moz-animation: spin 2s infinite linear;
48
- -o-animation: spin 2s infinite linear;
49
- -webkit-animation: spin 2s infinite linear;
50
- animation: spin 2s infinite linear;
51
- }
52
-
53
- @keyframes spin {
54
- 0% {
55
- transform: rotate(0);
56
- }
57
- 100% {
58
- transform: rotate(360deg);
59
- }
60
- }
61
-
62
- @media (max-width: 991px) {
63
- border-radius: 0;
64
- }
65
- }
@@ -1,69 +0,0 @@
1
- .form-group {
2
- display: flex;
3
- gap: 10px;
4
- margin-bottom: -10px;
5
- padding: 10px 0;
6
- font-size: 14px;
7
- font-weight: 400;
8
- box-sizing: border-box;
9
-
10
- @media screen and (max-width: 767px) {
11
- flex-direction: column;
12
- gap: 5px;
13
- }
14
-
15
- &.expert {
16
- background-color: #f0f0f0;
17
- padding-right: 10px;
18
- margin: 10px 0;
19
- }
20
-
21
- &.error {
22
- color: #a94442;
23
-
24
- .error-message {
25
- color: #a94442;
26
- display: block !important;
27
- font-weight: inherit;
28
- font-size: 14px;
29
- padding-top: 5px;
30
- padding-left: 2px;
31
- line-height: 1.42857;
32
- }
33
- }
34
-
35
- .error-message {
36
- display: none;
37
- }
38
-
39
- .control-label {
40
- font-weight: 400;
41
- width: 200px;
42
- text-align: right;
43
- flex-shrink: 0;
44
- margin: 0 !important; // bootstrap overwrites label selector
45
- padding-top: 9px;
46
- color: rgba(0, 0, 0, 0.87);
47
- font-size: 14px;
48
-
49
- @media screen and (max-width: 767px) {
50
- text-align: left;
51
- width: 100%;
52
- }
53
- }
54
-
55
- .control-wrapper {
56
- display: flex;
57
- flex-direction: column;
58
- // width: 0;
59
- flex: 1;
60
- }
61
-
62
- .control-wrapper-firstlayer {
63
- width: calc(100% - 210px);
64
-
65
- @media screen and (max-width: 767px) {
66
- width: 100%;
67
- }
68
- }
69
- }
@@ -1,173 +0,0 @@
1
- .list-container {
2
- margin: 5px 0 -10px;
3
- padding: 10px 0;
4
-
5
- .list-header {
6
- display: flex;
7
- align-items: center;
8
- justify-content: space-between;
9
-
10
- .list-header-label-button {
11
- display: flex;
12
- align-items: center;
13
- gap: 10px;
14
-
15
- @media screen and (max-width: 767px) {
16
- flex-direction: column;
17
- align-items: flex-start;
18
- gap: 5px;
19
- }
20
-
21
- .list-header-label {
22
- display: flex;
23
- align-items: center;
24
- gap: 4px;
25
- width: 200px;
26
-
27
- i {
28
- color: #000000b2;
29
- }
30
- }
31
-
32
- .list-label {
33
- font-size: 14px;
34
- font-weight: 400;
35
- text-align: right;
36
- font-size: 14px;
37
- width: 100%;
38
-
39
- @media screen and (max-width: 767px) {
40
- text-align: left;
41
- width: 100%;
42
- }
43
- }
44
- }
45
- }
46
-
47
- .address {
48
- margin-left: 0 !important;
49
- }
50
-
51
- .list-children-container {
52
- position: relative;
53
- margin-left: 195px;
54
- @media screen and (max-width: 767px) {
55
- margin-left: 0;
56
- }
57
-
58
- .form-list {
59
- position: relative;
60
- margin-top: 5px;
61
- padding: 5px 0 5px 15px;
62
- @media screen and (max-width: 767px) {
63
- padding: 5px 0 5px 35px;
64
- }
65
-
66
- > div:first-of-type {
67
- margin-top: -10px;
68
- }
69
-
70
- //* border-left
71
- &::before {
72
- content: "";
73
- position: absolute;
74
- top: 10px;
75
- left: -3px;
76
- height: calc(100% - 20px);
77
- width: 2px;
78
- background-color: rgb(192, 192, 192);
79
- }
80
- }
81
-
82
- .remove-item {
83
- border: none;
84
- position: absolute;
85
- top: 0px;
86
- left: -30px;
87
-
88
- @media screen and (max-width: 767px) {
89
- top: 15px;
90
- left: -45px;
91
- }
92
- }
93
-
94
- .sort-buttons {
95
- display: flex;
96
- flex-direction: column;
97
- align-items: center;
98
- position: absolute;
99
- left: -25px;
100
- top: 50%;
101
- transform: translateY(-50%);
102
-
103
- button {
104
- color: inherit;
105
- display: flex;
106
- align-items: center;
107
- justify-content: center;
108
- background-color: transparent;
109
- border: none;
110
- font-size: 10px;
111
- padding: 0;
112
- cursor: pointer;
113
- height: 20px;
114
- width: 25px;
115
-
116
- &:disabled {
117
- cursor: auto;
118
- opacity: 0.5;
119
- }
120
- }
121
- }
122
- }
123
-
124
- .form-list-single-item {
125
- padding-right: 50px;
126
-
127
- .control-label-group:first-child {
128
- display: none;
129
- }
130
-
131
- .form-list {
132
- margin-top: 0;
133
- padding: 0;
134
- position: relative;
135
- padding-left: 15px;
136
- @media screen and (max-width: 767px) {
137
- padding-left: 35px;
138
- }
139
-
140
- > div:first-of-type {
141
- margin-top: 0;
142
- }
143
-
144
- //* border-left
145
- &::before {
146
- content: "";
147
- position: absolute;
148
- top: 10px;
149
- left: -3px;
150
- height: calc(100% - 20px);
151
- width: 2px;
152
- background-color: rgb(192, 192, 192);
153
- }
154
- }
155
-
156
- .form-list > .form-group > .control-label {
157
- display: none;
158
- }
159
-
160
- .form-list > .form-group > .control-wrapper {
161
- width: 100%;
162
- }
163
-
164
- .remove-item {
165
- position: absolute;
166
- left: auto !important;
167
- right: -50px;
168
- @media screen and (max-width: 767px) {
169
- right: -55px;
170
- }
171
- }
172
- }
173
- }
@@ -1,28 +0,0 @@
1
- .form-group-container {
2
- margin: 30px 0 20px;
3
- padding: 10px 0;
4
-
5
- .group-header {
6
- display: flex;
7
- align-items: center;
8
- justify-content: space-between;
9
- }
10
-
11
- .control-label-group {
12
- font-size: 14px;
13
- font-weight: 400;
14
- font-size: 18px;
15
- color: #0000008A;
16
- margin-top: 0;
17
- margin-bottom: 0;
18
- margin-left: 210px;
19
-
20
- @media screen and (max-width: 767px) {
21
- margin-left: 0;
22
- }
23
- }
24
-
25
- & > .form-group-container:first-of-type {
26
- margin-top: 10px;
27
- }
28
- }
@@ -1,3 +0,0 @@
1
- .error {
2
- border-color: #a94442;
3
- }
@@ -1,29 +0,0 @@
1
- .form-control {
2
- width: 100%;
3
-
4
- &:has(input[readonly]) {
5
- background-color: #e0e0e033;
6
- cursor: not-allowed;
7
- }
8
- }
9
-
10
- .error fieldset {
11
- border-color: #a94442;
12
- }
13
-
14
- .boxContainer {
15
- display: flex;
16
- align-items: center;
17
- justify-content: space-between;
18
- width: 100%;
19
- height: 100%;
20
-
21
- p {
22
- margin: 0;
23
- padding: 0;
24
- }
25
-
26
- i {
27
- color: #000000B2;
28
- }
29
- }
@@ -1,31 +0,0 @@
1
- .mrn-input-container {
2
- width: 100%;
3
- input {
4
- max-width: calc(100% - 35px);
5
- white-space: nowrap;
6
- overflow: hidden;
7
- text-overflow: ellipsis;
8
- color: rgba(0,0,0,0.54) !important;
9
- font-weight: 400 !important;
10
- }
11
- }
12
-
13
- .error fieldset {
14
- border-color: #a94442;
15
- }
16
-
17
- .hidden {
18
- display: none !important;
19
- visibility: hidden !important;
20
- }
21
-
22
- .with-select {
23
- display: flex;
24
- align-items: center;
25
- gap: 10px;
26
-
27
- @media only screen and (max-width: 991px) {
28
- flex-direction: column;
29
- align-items: flex-start;
30
- }
31
- }
@@ -1,13 +0,0 @@
1
- .multi-select-container {
2
- width: 100%;
3
- background-color: white;
4
-
5
- &:has(input[readonly]) {
6
- background-color: #e0e0e033;
7
- cursor: not-allowed;
8
- }
9
- }
10
-
11
- .error fieldset {
12
- border-color: #a94442;
13
- }
@@ -1,26 +0,0 @@
1
- .password-container {
2
- position: relative;
3
- display: flex;
4
- align-items: center;
5
- width: 100%;
6
- }
7
-
8
- .password-input {
9
- padding-right: 50px;
10
- width: 100%;
11
- height: 40px;
12
- }
13
-
14
- .toggle-icon {
15
- background-color: transparent;
16
- border: none;
17
- position: absolute;
18
- right: 10px;
19
- display: flex;
20
- align-items: center;
21
- justify-content: center;
22
- }
23
-
24
- .error {
25
- border-color: #a94442;
26
- }
@@ -1,15 +0,0 @@
1
- .select-container {
2
- width: 100%;
3
- height: 100%;
4
- background-color: white;
5
-
6
- input {
7
- color: rgba(0, 0, 0, 0.54) !important;
8
- font-weight: 400 !important;
9
- }
10
-
11
- &:has(input[readonly]) {
12
- background-color: #e0e0e033;
13
- cursor: not-allowed;
14
- }
15
- }
@@ -1,14 +0,0 @@
1
- .error {
2
- border-color: #a94442;
3
- }
4
-
5
- .textarea {
6
- color: rgb(51, 51, 51);
7
- width: 100%;
8
- }
9
-
10
- .textareaWithBorder {
11
- border: 1px solid rgb(204, 204, 204);
12
- border-radius: 4px;
13
- width: 100%;
14
- }