@helpdice/ui 2.1.3 → 2.1.5

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 (983) hide show
  1. package/dist/{Breadcrumbs → breadcrumbs}/breadcrumbs-item.d.ts +1 -1
  2. package/dist/{Button → button}/styles.d.ts +1 -1
  3. package/{esm/ButtonDropdown → dist/button-dropdown}/styles.d.ts +1 -1
  4. package/{esm/Card → dist/card}/styles.d.ts +1 -1
  5. package/dist/{Checkbox → checkbox}/styles.d.ts +1 -1
  6. package/dist/{Drawer → drawer}/index.d.ts +4 -4
  7. package/dist/form/index.js +6145 -0
  8. package/dist/{Grid → grid}/index.d.ts +5 -4
  9. package/dist/{Grid → grid}/index.js +1 -0
  10. package/dist/html-renderer/index.d.ts +2 -0
  11. package/dist/html-renderer/index.js +1363 -0
  12. package/dist/{Image → image}/image-browser.d.ts +1 -1
  13. package/dist/{Image → image}/styles.d.ts +1 -1
  14. package/dist/index.d.ts +111 -112
  15. package/dist/index.js +45 -45
  16. package/dist/{Input → input}/index.d.ts +4 -4
  17. package/{esm/Input → dist/input}/styles.d.ts +1 -1
  18. package/dist/{Modal → modal}/modal-action.d.ts +1 -1
  19. package/{esm/PhoneInput → dist/phone-input}/phone.d.ts +1 -1
  20. package/dist/placeholder/index.d.ts +2 -0
  21. package/dist/{Popover → popover}/popover.d.ts +1 -1
  22. package/dist/{Radio → radio}/styles.d.ts +1 -1
  23. package/dist/{Select → select}/styles.d.ts +1 -1
  24. package/{esm/Slider → dist/slider}/styles.d.ts +1 -1
  25. package/{esm/Snippet → dist/snippet}/styles.d.ts +1 -1
  26. package/dist/{Toggle → toggle}/styles.d.ts +1 -1
  27. package/dist/{Tooltip → tooltip}/styles.d.ts +1 -1
  28. package/dist/use-modal/use-modal.d.ts +1 -1
  29. package/esm/{AutoComplete → auto-complete}/auto-complete.js +2 -2
  30. package/esm/{Breadcrumbs → breadcrumbs}/breadcrumbs-item.d.ts +1 -1
  31. package/esm/{Breadcrumbs → breadcrumbs}/breadcrumbs-item.js +1 -1
  32. package/esm/{Button → button}/button-loading.js +1 -1
  33. package/esm/{Button → button}/styles.d.ts +1 -1
  34. package/esm/{ButtonDropdown → button-dropdown}/button-dropdown-item.js +1 -1
  35. package/{dist/ButtonDropdown → esm/button-dropdown}/styles.d.ts +1 -1
  36. package/esm/{Card → card}/card.js +1 -1
  37. package/{dist/Card → esm/card}/styles.d.ts +1 -1
  38. package/esm/{Carousal → carousal}/component/Thumbs.js +2 -2
  39. package/esm/{Carousal → carousal}/component/index.js +1 -1
  40. package/esm/{Checkbox → checkbox}/styles.d.ts +1 -1
  41. package/esm/{Drawer → drawer}/index.d.ts +4 -4
  42. package/esm/drawer/index.js +9 -0
  43. package/esm/{Grid → grid}/index.d.ts +5 -4
  44. package/esm/grid/index.js +6 -0
  45. package/esm/html-renderer/index.d.ts +2 -0
  46. package/esm/html-renderer/index.js +2 -0
  47. package/esm/{Image → image}/image-browser.d.ts +1 -1
  48. package/esm/{Image → image}/image-browser.js +1 -1
  49. package/esm/{Image → image}/styles.d.ts +1 -1
  50. package/esm/index.d.ts +111 -112
  51. package/esm/index.js +61 -62
  52. package/esm/{Input → input}/index.d.ts +4 -4
  53. package/esm/{Input → input}/index.js +2 -2
  54. package/esm/{Input → input}/password.js +1 -1
  55. package/{dist/Input → esm/input}/styles.d.ts +1 -1
  56. package/esm/{List → list}/list.js +1 -1
  57. package/esm/{Loadable → loadable}/loader.js +1 -1
  58. package/esm/{Modal → modal}/modal-action.d.ts +1 -1
  59. package/esm/{Modal → modal}/modal-action.js +1 -1
  60. package/{dist/PhoneInput → esm/phone-input}/phone.d.ts +1 -1
  61. package/esm/{PhoneInput → phone-input}/phone.js +1 -1
  62. package/esm/{Placeholder/placeholder.js → placeholder/holder.js} +1 -1
  63. package/esm/placeholder/index.d.ts +2 -0
  64. package/esm/placeholder/index.js +2 -0
  65. package/esm/{Popover → popover}/popover.d.ts +1 -1
  66. package/esm/{Popover → popover}/popover.js +1 -1
  67. package/esm/{Radio → radio}/styles.d.ts +1 -1
  68. package/esm/{Select → select}/select-multiple-value.js +1 -1
  69. package/esm/{Select → select}/select.js +1 -1
  70. package/esm/{Select → select}/styles.d.ts +1 -1
  71. package/esm/{Toggle → slider}/styles.d.ts +1 -1
  72. package/{dist/Snippet → esm/snippet}/styles.d.ts +1 -1
  73. package/esm/{Table → table}/table-body.js +3 -2
  74. package/esm/{Table → table}/table-head.js +2 -2
  75. package/esm/{Table → table}/table.js +3 -3
  76. package/esm/{Textarea → textarea}/textarea.js +1 -1
  77. package/{dist/Slider → esm/toggle}/styles.d.ts +1 -1
  78. package/esm/{Tooltip → tooltip}/styles.d.ts +1 -1
  79. package/esm/use-modal/use-modal.d.ts +1 -1
  80. package/esm/use-toasts/helpers.js +1 -1
  81. package/esm/{User → user}/user-link.js +1 -1
  82. package/esm/{User → user}/user.js +1 -1
  83. package/package.json +263 -170
  84. package/dist/Placeholder/index.d.ts +0 -2
  85. package/esm/Drawer/index.js +0 -9
  86. package/esm/Grid/index.js +0 -5
  87. package/esm/Placeholder/index.d.ts +0 -2
  88. package/esm/Placeholder/index.js +0 -2
  89. package/dist/{AutoComplete → auto-complete}/auto-complete-context.d.ts +0 -0
  90. package/dist/{AutoComplete → auto-complete}/auto-complete-dropdown.d.ts +0 -0
  91. package/dist/{AutoComplete → auto-complete}/auto-complete-empty.d.ts +0 -0
  92. package/dist/{AutoComplete → auto-complete}/auto-complete-item.d.ts +0 -0
  93. package/dist/{AutoComplete → auto-complete}/auto-complete-searching.d.ts +0 -0
  94. package/dist/{AutoComplete → auto-complete}/auto-complete.d.ts +0 -0
  95. package/dist/{AutoComplete → auto-complete}/index.d.ts +0 -0
  96. package/dist/{AutoComplete → auto-complete}/index.js +0 -0
  97. package/dist/{Avatar → avatar}/avatar-group.d.ts +0 -0
  98. package/dist/{Avatar → avatar}/avatar.d.ts +0 -0
  99. package/dist/{Avatar → avatar}/index.d.ts +0 -0
  100. package/dist/{Avatar → avatar}/index.js +0 -0
  101. package/dist/{Badge → badge}/badge-anchor.d.ts +0 -0
  102. package/dist/{Badge → badge}/badge.d.ts +0 -0
  103. package/dist/{Badge → badge}/index.d.ts +0 -0
  104. package/dist/{Badge → badge}/index.js +0 -0
  105. package/dist/{Breadcrumbs → breadcrumbs}/breadcrumbs-separator.d.ts +0 -0
  106. package/dist/{Breadcrumbs → breadcrumbs}/breadcrumbs.d.ts +0 -0
  107. package/dist/{Breadcrumbs → breadcrumbs}/index.d.ts +0 -0
  108. package/dist/{Breadcrumbs → breadcrumbs}/index.js +0 -0
  109. package/dist/{Button → button}/button-icon.d.ts +0 -0
  110. package/dist/{Button → button}/button-loading.d.ts +0 -0
  111. package/dist/{Button → button}/button.compact.d.ts +0 -0
  112. package/dist/{Button → button}/button.d.ts +0 -0
  113. package/dist/{Button → button}/button.drip.d.ts +0 -0
  114. package/dist/{Button → button}/index.d.ts +0 -0
  115. package/dist/{Button → button}/index.js +0 -0
  116. package/dist/{Button → button}/utils.d.ts +0 -0
  117. package/dist/{ButtonDropdown → button-dropdown}/button-dropdown-context.d.ts +0 -0
  118. package/dist/{ButtonDropdown → button-dropdown}/button-dropdown-item.d.ts +0 -0
  119. package/dist/{ButtonDropdown → button-dropdown}/button-dropdown.d.ts +0 -0
  120. package/dist/{ButtonDropdown → button-dropdown}/icon.d.ts +0 -0
  121. package/dist/{ButtonDropdown → button-dropdown}/index.d.ts +0 -0
  122. package/dist/{ButtonDropdown → button-dropdown}/index.js +0 -0
  123. package/dist/{Capacity → capacity}/capacity.d.ts +0 -0
  124. package/dist/{Capacity → capacity}/index.d.ts +0 -0
  125. package/dist/{Capacity → capacity}/index.js +0 -0
  126. package/dist/{Card → card}/card-content.d.ts +0 -0
  127. package/dist/{Card → card}/card-footer.d.ts +0 -0
  128. package/dist/{Card → card}/card.d.ts +0 -0
  129. package/dist/{Card → card}/index.d.ts +0 -0
  130. package/dist/{Card → card}/index.js +0 -0
  131. package/dist/{Carousal → carousal}/CSSTranslate.d.ts +0 -0
  132. package/dist/{Carousal → carousal}/component/Arrow.d.ts +0 -0
  133. package/dist/{Carousal → carousal}/component/Indicator.d.ts +0 -0
  134. package/dist/{Carousal → carousal}/component/Thumbs.d.ts +0 -0
  135. package/dist/{Carousal → carousal}/component/animations.d.ts +0 -0
  136. package/dist/{Carousal → carousal}/component/index.d.ts +0 -0
  137. package/dist/{Carousal → carousal}/component/types.d.ts +0 -0
  138. package/dist/{Carousal → carousal}/component/utils.d.ts +0 -0
  139. package/dist/{Carousal → carousal}/cssClasses.d.ts +0 -0
  140. package/dist/{Carousal → carousal}/dimensions.d.ts +0 -0
  141. package/dist/{Carousal → carousal}/index.d.ts +0 -0
  142. package/dist/{Carousal → carousal}/index.js +0 -0
  143. package/dist/{Carousal → carousal}/shims/document.d.ts +0 -0
  144. package/dist/{Carousal → carousal}/shims/window.d.ts +0 -0
  145. package/dist/{Checkbox → checkbox}/checkbox-context.d.ts +0 -0
  146. package/dist/{Checkbox → checkbox}/checkbox-group.d.ts +0 -0
  147. package/dist/{Checkbox → checkbox}/checkbox.d.ts +0 -0
  148. package/dist/{Checkbox → checkbox}/checkbox.icon.d.ts +0 -0
  149. package/dist/{Checkbox → checkbox}/index.d.ts +0 -0
  150. package/dist/{Checkbox → checkbox}/index.js +0 -0
  151. package/dist/{CircularProgress → circular-progress}/CircularProgressbar.d.ts +0 -0
  152. package/dist/{CircularProgress → circular-progress}/CircularProgressbarWithChildren.d.ts +0 -0
  153. package/dist/{CircularProgress → circular-progress}/Path.d.ts +0 -0
  154. package/dist/{CircularProgress → circular-progress}/buildStyles.d.ts +0 -0
  155. package/dist/{CircularProgress → circular-progress}/constants.d.ts +0 -0
  156. package/dist/{CircularProgress → circular-progress}/index.d.ts +0 -0
  157. package/dist/{CircularProgress → circular-progress}/index.js +0 -0
  158. package/dist/{CircularProgress → circular-progress}/types.d.ts +0 -0
  159. package/dist/{Code → code}/code.d.ts +0 -0
  160. package/dist/{Code → code}/index.d.ts +0 -0
  161. package/dist/{Code → code}/index.js +0 -0
  162. package/dist/{CodeBlock → code-block}/index.d.ts +0 -0
  163. package/dist/{Col → col}/index.js +0 -0
  164. package/dist/{Collapse → collapse}/collapse-context.d.ts +0 -0
  165. package/dist/{Collapse → collapse}/collapse-group.d.ts +0 -0
  166. package/dist/{Collapse → collapse}/collapse-icon.d.ts +0 -0
  167. package/dist/{Collapse → collapse}/collapse.d.ts +0 -0
  168. package/dist/{Collapse → collapse}/index.d.ts +0 -0
  169. package/dist/{Collapse → collapse}/index.js +0 -0
  170. package/dist/{CurrencyInput → currency-input}/components/CurrencyInput.d.ts +0 -0
  171. package/dist/{CurrencyInput → currency-input}/components/CurrencyInputProps.d.ts +0 -0
  172. package/dist/{CurrencyInput → currency-input}/components/utils/cleanValue.d.ts +0 -0
  173. package/dist/{CurrencyInput → currency-input}/components/utils/escapeRegExp.d.ts +0 -0
  174. package/dist/{CurrencyInput → currency-input}/components/utils/fixedDecimalValue.d.ts +0 -0
  175. package/dist/{CurrencyInput → currency-input}/components/utils/formatValue.d.ts +0 -0
  176. package/dist/{CurrencyInput → currency-input}/components/utils/getLocaleConfig.d.ts +0 -0
  177. package/dist/{CurrencyInput → currency-input}/components/utils/getSuffix.d.ts +0 -0
  178. package/dist/{CurrencyInput → currency-input}/components/utils/index.d.ts +0 -0
  179. package/dist/{CurrencyInput → currency-input}/components/utils/isNumber.d.ts +0 -0
  180. package/dist/{CurrencyInput → currency-input}/components/utils/padTrimValue.d.ts +0 -0
  181. package/dist/{CurrencyInput → currency-input}/components/utils/parseAbbrValue.d.ts +0 -0
  182. package/dist/{CurrencyInput → currency-input}/components/utils/removeInvalidChars.d.ts +0 -0
  183. package/dist/{CurrencyInput → currency-input}/components/utils/removeSeparators.d.ts +0 -0
  184. package/dist/{CurrencyInput → currency-input}/components/utils/repositionCursor.d.ts +0 -0
  185. package/dist/{CurrencyInput → currency-input}/index.d.ts +0 -0
  186. package/dist/{CurrencyInput → currency-input}/index.js +0 -0
  187. package/dist/{Description → description}/description.d.ts +0 -0
  188. package/dist/{Description → description}/index.d.ts +0 -0
  189. package/dist/{Description → description}/index.js +0 -0
  190. package/dist/{Display → display}/display.d.ts +0 -0
  191. package/dist/{Display → display}/index.d.ts +0 -0
  192. package/dist/{Display → display}/index.js +0 -0
  193. package/dist/{Divider → divider}/divider.d.ts +0 -0
  194. package/dist/{Divider → divider}/index.d.ts +0 -0
  195. package/dist/{Divider → divider}/index.js +0 -0
  196. package/dist/{Dot → dot}/dot.d.ts +0 -0
  197. package/dist/{Dot → dot}/index.d.ts +0 -0
  198. package/dist/{Dot → dot}/index.js +0 -0
  199. package/dist/{Drawer → drawer}/drawer-wrapper.d.ts +0 -0
  200. package/dist/{Drawer → drawer}/drawer.d.ts +0 -0
  201. package/dist/{Drawer → drawer}/helper.d.ts +0 -0
  202. package/dist/{Drawer → drawer}/index.js +0 -0
  203. package/dist/{Fieldset → fieldset}/fieldset-content.d.ts +0 -0
  204. package/dist/{Fieldset → fieldset}/fieldset-context.d.ts +0 -0
  205. package/dist/{Fieldset → fieldset}/fieldset-footer.d.ts +0 -0
  206. package/dist/{Fieldset → fieldset}/fieldset-group.d.ts +0 -0
  207. package/dist/{Fieldset → fieldset}/fieldset-subtitle.d.ts +0 -0
  208. package/dist/{Fieldset → fieldset}/fieldset-title.d.ts +0 -0
  209. package/dist/{Fieldset → fieldset}/fieldset.d.ts +0 -0
  210. package/dist/{Fieldset → fieldset}/index.d.ts +0 -0
  211. package/dist/{Fieldset → fieldset}/index.js +0 -0
  212. package/dist/{Form → form}/ErrorMessage.d.ts +0 -0
  213. package/dist/{Form → form}/Field.d.ts +0 -0
  214. package/dist/{Form → form}/FormWrapper.d.ts +0 -0
  215. package/dist/{Form → form}/FormikContext.d.ts +0 -0
  216. package/dist/{Form → form}/connect.d.ts +0 -0
  217. package/dist/{Form → form}/constants.d.ts +0 -0
  218. package/dist/{Form → form}/index.d.ts +0 -0
  219. package/dist/{Form → form}/types.d.ts +0 -0
  220. package/dist/{Form → form}/utils.d.ts +0 -0
  221. package/dist/{Form → form}/withFormik.d.ts +0 -0
  222. package/dist/{Grid → grid}/basic-item.d.ts +0 -0
  223. package/dist/{Grid/grid.d.ts → grid/grid-base.d.ts} +0 -0
  224. package/dist/{Grid → grid}/grid-container.d.ts +0 -0
  225. package/dist/{Grid → grid}/grid-types.d.ts +0 -0
  226. package/dist/{HtmlRenderer/index.d.ts → html-renderer/renderer.d.ts} +0 -0
  227. package/dist/{Image → image}/helpers.d.ts +0 -0
  228. package/dist/{Image → image}/image-browser-https-icon.d.ts +0 -0
  229. package/dist/{Image → image}/image.d.ts +0 -0
  230. package/dist/{Image → image}/image.skeleton.d.ts +0 -0
  231. package/dist/{Image → image}/index.d.ts +0 -0
  232. package/dist/{Image → image}/index.js +0 -0
  233. package/dist/{Input → input}/index.js +0 -0
  234. package/dist/{Input → input}/input-block-label.d.ts +0 -0
  235. package/dist/{Input/input.d.ts → input/input-field.d.ts} +0 -0
  236. package/dist/{Input → input}/input-icon-clear.d.ts +0 -0
  237. package/dist/{Input → input}/input-icon.d.ts +0 -0
  238. package/dist/{Input → input}/input-label.d.ts +0 -0
  239. package/dist/{Input → input}/input-props.d.ts +0 -0
  240. package/dist/{Input → input}/password-icon.d.ts +0 -0
  241. package/dist/{Input → input}/password.d.ts +0 -0
  242. package/dist/{Keyboard → keyboard}/index.d.ts +0 -0
  243. package/dist/{Keyboard → keyboard}/index.js +0 -0
  244. package/dist/{Keyboard → keyboard}/keyboard.d.ts +0 -0
  245. package/dist/{LinearProgress → linear-progress}/index.d.ts +0 -0
  246. package/dist/{LinearProgress → linear-progress}/index.js +0 -0
  247. package/dist/{LinearProgress → linear-progress}/linear-progress.d.ts +0 -0
  248. package/dist/{Link → link}/icon.d.ts +0 -0
  249. package/dist/{Link → link}/index.d.ts +0 -0
  250. package/dist/{Link → link}/index.js +0 -0
  251. package/dist/{Link → link}/link.d.ts +0 -0
  252. package/dist/{List → list}/index.d.ts +0 -0
  253. package/dist/{List → list}/index.js +0 -0
  254. package/dist/{List → list}/list-item.d.ts +0 -0
  255. package/dist/{List → list}/list.d.ts +0 -0
  256. package/dist/{Loadable → loadable}/index.js +0 -0
  257. package/dist/{Loading → loading}/index.d.ts +0 -0
  258. package/dist/{Loading → loading}/index.js +0 -0
  259. package/dist/{Loading → loading}/loading.d.ts +0 -0
  260. package/dist/{LoginWith → login-with}/LoginSocialApple/index.d.ts +0 -0
  261. package/dist/{LoginWith → login-with}/LoginSocialFacebook/index.d.ts +0 -0
  262. package/dist/{LoginWith → login-with}/LoginSocialGithub/index.d.ts +0 -0
  263. package/dist/{LoginWith → login-with}/LoginSocialGoogle/index.d.ts +0 -0
  264. package/dist/{LoginWith → login-with}/LoginSocialInstagram/index.d.ts +0 -0
  265. package/dist/{LoginWith → login-with}/LoginSocialLinkedin/index.d.ts +0 -0
  266. package/dist/{LoginWith → login-with}/LoginSocialMicrosoft/index.d.ts +0 -0
  267. package/dist/{LoginWith → login-with}/LoginSocialPinterest/index.d.ts +0 -0
  268. package/dist/{LoginWith → login-with}/LoginSocialTiktok/index.d.ts +0 -0
  269. package/dist/{LoginWith → login-with}/LoginSocialTwitter/index.d.ts +0 -0
  270. package/dist/{LoginWith → login-with}/index.d.ts +0 -0
  271. package/dist/{Menu → menu}/index.d.ts +0 -0
  272. package/dist/{Menu → menu}/index.js +0 -0
  273. package/dist/{Menu → menu}/menu.d.ts +0 -0
  274. package/dist/{Modal → modal}/index.d.ts +0 -0
  275. package/dist/{Modal → modal}/index.js +0 -0
  276. package/dist/{Modal → modal}/modal-actions.d.ts +0 -0
  277. package/dist/{Modal → modal}/modal-content.d.ts +0 -0
  278. package/dist/{Modal → modal}/modal-context.d.ts +0 -0
  279. package/dist/{Modal → modal}/modal-subtitle.d.ts +0 -0
  280. package/dist/{Modal → modal}/modal-title.d.ts +0 -0
  281. package/dist/{Modal → modal}/modal-wrapper.d.ts +0 -0
  282. package/dist/{Modal → modal}/modal.d.ts +0 -0
  283. package/dist/{Note → note}/index.d.ts +0 -0
  284. package/dist/{Note → note}/index.js +0 -0
  285. package/dist/{Note → note}/note.d.ts +0 -0
  286. package/dist/{ITooltip → notetip}/index.d.ts +0 -0
  287. package/dist/{Page → page}/index.d.ts +0 -0
  288. package/dist/{Page → page}/index.js +0 -0
  289. package/dist/{Page → page}/page-content.d.ts +0 -0
  290. package/dist/{Page → page}/page-footer.d.ts +0 -0
  291. package/dist/{Page → page}/page-header.d.ts +0 -0
  292. package/dist/{Page → page}/page.d.ts +0 -0
  293. package/dist/{Pagination → pagination}/index.d.ts +0 -0
  294. package/dist/{Pagination → pagination}/index.js +0 -0
  295. package/dist/{Pagination → pagination}/pagination-context.d.ts +0 -0
  296. package/dist/{Pagination → pagination}/pagination-ellipsis.d.ts +0 -0
  297. package/dist/{Pagination → pagination}/pagination-item.d.ts +0 -0
  298. package/dist/{Pagination → pagination}/pagination-next.d.ts +0 -0
  299. package/dist/{Pagination → pagination}/pagination-pages.d.ts +0 -0
  300. package/dist/{Pagination → pagination}/pagination-previous.d.ts +0 -0
  301. package/dist/{Pagination → pagination}/pagination.d.ts +0 -0
  302. package/dist/{PhoneInput → phone-input}/index.d.ts +0 -0
  303. package/dist/{PhoneInput → phone-input}/index.js +0 -0
  304. package/dist/{Placeholder → placeholder}/empty.d.ts +0 -0
  305. package/dist/{Placeholder/placeholder.d.ts → placeholder/holder.d.ts} +0 -0
  306. package/dist/{Placeholder → placeholder}/index.js +0 -0
  307. package/dist/{Popover → popover}/index.d.ts +0 -0
  308. package/dist/{Popover → popover}/index.js +0 -0
  309. package/dist/{Popover → popover}/popover-context.d.ts +0 -0
  310. package/dist/{Popover → popover}/popover-item.d.ts +0 -0
  311. package/dist/{Progress → progress}/index.d.ts +0 -0
  312. package/dist/{Progress → progress}/index.js +0 -0
  313. package/dist/{Progress → progress}/progress.d.ts +0 -0
  314. package/dist/{Radio → radio}/index.d.ts +0 -0
  315. package/dist/{Radio → radio}/index.js +0 -0
  316. package/dist/{Radio → radio}/radio-context.d.ts +0 -0
  317. package/dist/{Radio → radio}/radio-description.d.ts +0 -0
  318. package/dist/{Radio → radio}/radio-group.d.ts +0 -0
  319. package/dist/{Radio → radio}/radio.d.ts +0 -0
  320. package/dist/{Rating → rating}/index.d.ts +0 -0
  321. package/dist/{Rating → rating}/index.js +0 -0
  322. package/dist/{Rating → rating}/rating-icon.d.ts +0 -0
  323. package/dist/{Rating → rating}/rating.d.ts +0 -0
  324. package/dist/{Row → row}/index.js +0 -0
  325. package/dist/{SearchBar → search-bar}/index.js +0 -0
  326. package/dist/{Select → select}/index.d.ts +0 -0
  327. package/dist/{Select → select}/index.js +0 -0
  328. package/dist/{Select → select}/select-context.d.ts +0 -0
  329. package/dist/{Select → select}/select-dropdown.d.ts +0 -0
  330. package/dist/{Select → select}/select-icon-clear.d.ts +0 -0
  331. package/dist/{Select → select}/select-icon.d.ts +0 -0
  332. package/dist/{Select → select}/select-input.d.ts +0 -0
  333. package/dist/{Select → select}/select-multiple-value.d.ts +0 -0
  334. package/dist/{Select → select}/select-option.d.ts +0 -0
  335. package/dist/{Select → select}/select.d.ts +0 -0
  336. package/dist/{Skeleton → skeleton}/index.d.ts +0 -0
  337. package/dist/{Slider → slider}/index.d.ts +0 -0
  338. package/dist/{Slider → slider}/index.js +0 -0
  339. package/dist/{Slider → slider}/slider-dot.d.ts +0 -0
  340. package/dist/{Slider → slider}/slider-mark.d.ts +0 -0
  341. package/dist/{Slider → slider}/slider.d.ts +0 -0
  342. package/dist/{Snippet → snippet}/index.d.ts +0 -0
  343. package/dist/{Snippet → snippet}/index.js +0 -0
  344. package/dist/{Snippet → snippet}/snippet-icon.d.ts +0 -0
  345. package/dist/{Snippet → snippet}/snippet.d.ts +0 -0
  346. package/dist/{Spacer → spacer}/index.d.ts +0 -0
  347. package/dist/{Spacer → spacer}/index.js +0 -0
  348. package/dist/{Spacer → spacer}/spacer.d.ts +0 -0
  349. package/dist/{Spinner → spinner}/index.d.ts +0 -0
  350. package/dist/{Spinner → spinner}/index.js +0 -0
  351. package/dist/{Spinner → spinner}/spinner.d.ts +0 -0
  352. package/dist/{Swipe → swipe}/index.d.ts +0 -0
  353. package/dist/{Swipe → swipe}/index.js +0 -0
  354. package/dist/{Swipe → swipe}/react-swipe.d.ts +0 -0
  355. package/dist/{Table → table}/index.d.ts +0 -0
  356. package/dist/{Table → table}/index.js +45 -45
  357. /package/dist/{Table → table}/table-body.d.ts +0 -0
  358. /package/dist/{Table → table}/table-cell.d.ts +0 -0
  359. /package/dist/{Table → table}/table-column.d.ts +0 -0
  360. /package/dist/{Table → table}/table-context.d.ts +0 -0
  361. /package/dist/{Table → table}/table-head.d.ts +0 -0
  362. /package/dist/{Table → table}/table-types.d.ts +0 -0
  363. /package/dist/{Table → table}/table.d.ts +0 -0
  364. /package/dist/{Tabs → tabs}/index.d.ts +0 -0
  365. /package/dist/{Tabs → tabs}/index.js +0 -0
  366. /package/dist/{Tabs → tabs}/tabs-context.d.ts +0 -0
  367. /package/dist/{Tabs → tabs}/tabs-item.d.ts +0 -0
  368. /package/dist/{Tabs → tabs}/tabs.d.ts +0 -0
  369. /package/dist/{Tag → tag}/index.d.ts +0 -0
  370. /package/dist/{Tag → tag}/index.js +0 -0
  371. /package/dist/{Tag → tag}/tag.d.ts +0 -0
  372. /package/dist/{Text → text}/child.d.ts +0 -0
  373. /package/dist/{Text → text}/index.d.ts +0 -0
  374. /package/dist/{Text → text}/index.js +0 -0
  375. /package/dist/{Text → text}/text.d.ts +0 -0
  376. /package/dist/{Textarea → textarea}/index.d.ts +0 -0
  377. /package/dist/{Textarea → textarea}/index.js +0 -0
  378. /package/dist/{Textarea → textarea}/textarea.d.ts +0 -0
  379. /package/dist/{Themes → themes}/index.d.ts +0 -0
  380. /package/dist/{Themes → themes}/index.js +0 -0
  381. /package/dist/{Themes → themes}/presets/dark.d.ts +0 -0
  382. /package/dist/{Themes → themes}/presets/default.d.ts +0 -0
  383. /package/dist/{Themes → themes}/presets/index.d.ts +0 -0
  384. /package/dist/{Themes → themes}/presets/shared.d.ts +0 -0
  385. /package/dist/{Themes → themes}/themes.d.ts +0 -0
  386. /package/dist/{Toggle → toggle}/index.d.ts +0 -0
  387. /package/dist/{Toggle → toggle}/index.js +0 -0
  388. /package/dist/{Toggle → toggle}/toggle.d.ts +0 -0
  389. /package/dist/{Tooltip → tooltip}/helper.d.ts +0 -0
  390. /package/dist/{Tooltip → tooltip}/index.d.ts +0 -0
  391. /package/dist/{Tooltip → tooltip}/index.js +0 -0
  392. /package/dist/{Tooltip → tooltip}/placement.d.ts +0 -0
  393. /package/dist/{Tooltip → tooltip}/tooltip-content.d.ts +0 -0
  394. /package/dist/{Tooltip → tooltip}/tooltip-icon.d.ts +0 -0
  395. /package/dist/{Tooltip → tooltip}/tooltip.d.ts +0 -0
  396. /package/dist/{Tree → tree}/index.d.ts +0 -0
  397. /package/dist/{Tree → tree}/index.js +0 -0
  398. /package/dist/{Tree → tree}/tree-context.d.ts +0 -0
  399. /package/dist/{Tree → tree}/tree-file-icon.d.ts +0 -0
  400. /package/dist/{Tree → tree}/tree-file.d.ts +0 -0
  401. /package/dist/{Tree → tree}/tree-folder-icon.d.ts +0 -0
  402. /package/dist/{Tree → tree}/tree-folder.d.ts +0 -0
  403. /package/dist/{Tree → tree}/tree-help.d.ts +0 -0
  404. /package/dist/{Tree → tree}/tree-indents.d.ts +0 -0
  405. /package/dist/{Tree → tree}/tree-status-icon.d.ts +0 -0
  406. /package/dist/{Tree → tree}/tree.d.ts +0 -0
  407. /package/dist/{User → user}/index.d.ts +0 -0
  408. /package/dist/{User → user}/index.js +0 -0
  409. /package/dist/{User → user}/user-link.d.ts +0 -0
  410. /package/dist/{User → user}/user.d.ts +0 -0
  411. /package/esm/{AutoComplete → auto-complete}/auto-complete-context.d.ts +0 -0
  412. /package/esm/{AutoComplete → auto-complete}/auto-complete-context.js +0 -0
  413. /package/esm/{AutoComplete → auto-complete}/auto-complete-dropdown.d.ts +0 -0
  414. /package/esm/{AutoComplete → auto-complete}/auto-complete-dropdown.js +0 -0
  415. /package/esm/{AutoComplete → auto-complete}/auto-complete-empty.d.ts +0 -0
  416. /package/esm/{AutoComplete → auto-complete}/auto-complete-empty.js +0 -0
  417. /package/esm/{AutoComplete → auto-complete}/auto-complete-item.d.ts +0 -0
  418. /package/esm/{AutoComplete → auto-complete}/auto-complete-item.js +0 -0
  419. /package/esm/{AutoComplete → auto-complete}/auto-complete-searching.d.ts +0 -0
  420. /package/esm/{AutoComplete → auto-complete}/auto-complete-searching.js +0 -0
  421. /package/esm/{AutoComplete → auto-complete}/auto-complete.d.ts +0 -0
  422. /package/esm/{AutoComplete → auto-complete}/index.d.ts +0 -0
  423. /package/esm/{AutoComplete → auto-complete}/index.js +0 -0
  424. /package/esm/{Avatar → avatar}/avatar-group.d.ts +0 -0
  425. /package/esm/{Avatar → avatar}/avatar-group.js +0 -0
  426. /package/esm/{Avatar → avatar}/avatar.d.ts +0 -0
  427. /package/esm/{Avatar → avatar}/avatar.js +0 -0
  428. /package/esm/{Avatar → avatar}/index.d.ts +0 -0
  429. /package/esm/{Avatar → avatar}/index.js +0 -0
  430. /package/esm/{Badge → badge}/badge-anchor.d.ts +0 -0
  431. /package/esm/{Badge → badge}/badge-anchor.js +0 -0
  432. /package/esm/{Badge → badge}/badge.d.ts +0 -0
  433. /package/esm/{Badge → badge}/badge.js +0 -0
  434. /package/esm/{Badge → badge}/index.d.ts +0 -0
  435. /package/esm/{Badge → badge}/index.js +0 -0
  436. /package/esm/{Breadcrumbs → breadcrumbs}/breadcrumbs-separator.d.ts +0 -0
  437. /package/esm/{Breadcrumbs → breadcrumbs}/breadcrumbs-separator.js +0 -0
  438. /package/esm/{Breadcrumbs → breadcrumbs}/breadcrumbs.d.ts +0 -0
  439. /package/esm/{Breadcrumbs → breadcrumbs}/breadcrumbs.js +0 -0
  440. /package/esm/{Breadcrumbs → breadcrumbs}/index.d.ts +0 -0
  441. /package/esm/{Breadcrumbs → breadcrumbs}/index.js +0 -0
  442. /package/esm/{Button → button}/button-icon.d.ts +0 -0
  443. /package/esm/{Button → button}/button-icon.js +0 -0
  444. /package/esm/{Button → button}/button-loading.d.ts +0 -0
  445. /package/esm/{Button → button}/button.compact.d.ts +0 -0
  446. /package/esm/{Button → button}/button.compact.js +0 -0
  447. /package/esm/{Button → button}/button.d.ts +0 -0
  448. /package/esm/{Button → button}/button.drip.d.ts +0 -0
  449. /package/esm/{Button → button}/button.drip.js +0 -0
  450. /package/esm/{Button → button}/button.js +0 -0
  451. /package/esm/{Button → button}/index.d.ts +0 -0
  452. /package/esm/{Button → button}/index.js +0 -0
  453. /package/esm/{Button → button}/styles.js +0 -0
  454. /package/esm/{Button → button}/utils.d.ts +0 -0
  455. /package/esm/{Button → button}/utils.js +0 -0
  456. /package/esm/{ButtonDropdown → button-dropdown}/button-dropdown-context.d.ts +0 -0
  457. /package/esm/{ButtonDropdown → button-dropdown}/button-dropdown-context.js +0 -0
  458. /package/esm/{ButtonDropdown → button-dropdown}/button-dropdown-item.d.ts +0 -0
  459. /package/esm/{ButtonDropdown → button-dropdown}/button-dropdown.d.ts +0 -0
  460. /package/esm/{ButtonDropdown → button-dropdown}/button-dropdown.js +0 -0
  461. /package/esm/{ButtonDropdown → button-dropdown}/icon.d.ts +0 -0
  462. /package/esm/{ButtonDropdown → button-dropdown}/icon.js +0 -0
  463. /package/esm/{ButtonDropdown → button-dropdown}/index.d.ts +0 -0
  464. /package/esm/{ButtonDropdown → button-dropdown}/index.js +0 -0
  465. /package/esm/{ButtonDropdown → button-dropdown}/styles.js +0 -0
  466. /package/esm/{Capacity → capacity}/capacity.d.ts +0 -0
  467. /package/esm/{Capacity → capacity}/capacity.js +0 -0
  468. /package/esm/{Capacity → capacity}/index.d.ts +0 -0
  469. /package/esm/{Capacity → capacity}/index.js +0 -0
  470. /package/esm/{Card → card}/card-content.d.ts +0 -0
  471. /package/esm/{Card → card}/card-content.js +0 -0
  472. /package/esm/{Card → card}/card-footer.d.ts +0 -0
  473. /package/esm/{Card → card}/card-footer.js +0 -0
  474. /package/esm/{Card → card}/card.d.ts +0 -0
  475. /package/esm/{Card → card}/index.d.ts +0 -0
  476. /package/esm/{Card → card}/index.js +0 -0
  477. /package/esm/{Card → card}/styles.js +0 -0
  478. /package/esm/{Carousal → carousal}/CSSTranslate.d.ts +0 -0
  479. /package/esm/{Carousal → carousal}/CSSTranslate.js +0 -0
  480. /package/esm/{Carousal → carousal}/component/Arrow.d.ts +0 -0
  481. /package/esm/{Carousal → carousal}/component/Arrow.js +0 -0
  482. /package/esm/{Carousal → carousal}/component/Indicator.d.ts +0 -0
  483. /package/esm/{Carousal → carousal}/component/Indicator.js +0 -0
  484. /package/esm/{Carousal → carousal}/component/Thumbs.d.ts +0 -0
  485. /package/esm/{Carousal → carousal}/component/animations.d.ts +0 -0
  486. /package/esm/{Carousal → carousal}/component/animations.js +0 -0
  487. /package/esm/{Carousal → carousal}/component/index.d.ts +0 -0
  488. /package/esm/{Carousal → carousal}/component/types.d.ts +0 -0
  489. /package/esm/{Carousal → carousal}/component/types.js +0 -0
  490. /package/esm/{Carousal → carousal}/component/utils.d.ts +0 -0
  491. /package/esm/{Carousal → carousal}/component/utils.js +0 -0
  492. /package/esm/{Carousal → carousal}/cssClasses.d.ts +0 -0
  493. /package/esm/{Carousal → carousal}/cssClasses.js +0 -0
  494. /package/esm/{Carousal → carousal}/dimensions.d.ts +0 -0
  495. /package/esm/{Carousal → carousal}/dimensions.js +0 -0
  496. /package/esm/{Carousal → carousal}/index.d.ts +0 -0
  497. /package/esm/{Carousal → carousal}/index.js +0 -0
  498. /package/esm/{Carousal → carousal}/main.js +0 -0
  499. /package/esm/{Carousal → carousal}/shims/document.d.ts +0 -0
  500. /package/esm/{Carousal → carousal}/shims/document.js +0 -0
  501. /package/esm/{Carousal → carousal}/shims/window.d.ts +0 -0
  502. /package/esm/{Carousal → carousal}/shims/window.js +0 -0
  503. /package/esm/{Checkbox → checkbox}/checkbox-context.d.ts +0 -0
  504. /package/esm/{Checkbox → checkbox}/checkbox-context.js +0 -0
  505. /package/esm/{Checkbox → checkbox}/checkbox-group.d.ts +0 -0
  506. /package/esm/{Checkbox → checkbox}/checkbox-group.js +0 -0
  507. /package/esm/{Checkbox → checkbox}/checkbox.d.ts +0 -0
  508. /package/esm/{Checkbox → checkbox}/checkbox.icon.d.ts +0 -0
  509. /package/esm/{Checkbox → checkbox}/checkbox.icon.js +0 -0
  510. /package/esm/{Checkbox → checkbox}/checkbox.js +0 -0
  511. /package/esm/{Checkbox → checkbox}/index.d.ts +0 -0
  512. /package/esm/{Checkbox → checkbox}/index.js +0 -0
  513. /package/esm/{Checkbox → checkbox}/styles.js +0 -0
  514. /package/esm/{CircularProgress → circular-progress}/CircularProgressbar.d.ts +0 -0
  515. /package/esm/{CircularProgress → circular-progress}/CircularProgressbar.js +0 -0
  516. /package/esm/{CircularProgress → circular-progress}/CircularProgressbarWithChildren.d.ts +0 -0
  517. /package/esm/{CircularProgress → circular-progress}/CircularProgressbarWithChildren.js +0 -0
  518. /package/esm/{CircularProgress → circular-progress}/Path.d.ts +0 -0
  519. /package/esm/{CircularProgress → circular-progress}/Path.js +0 -0
  520. /package/esm/{CircularProgress → circular-progress}/buildStyles.d.ts +0 -0
  521. /package/esm/{CircularProgress → circular-progress}/buildStyles.js +0 -0
  522. /package/esm/{CircularProgress → circular-progress}/constants.d.ts +0 -0
  523. /package/esm/{CircularProgress → circular-progress}/constants.js +0 -0
  524. /package/esm/{CircularProgress → circular-progress}/index.d.ts +0 -0
  525. /package/esm/{CircularProgress → circular-progress}/index.js +0 -0
  526. /package/esm/{CircularProgress → circular-progress}/types.d.ts +0 -0
  527. /package/esm/{CircularProgress → circular-progress}/types.js +0 -0
  528. /package/esm/{Code → code}/code.d.ts +0 -0
  529. /package/esm/{Code → code}/code.js +0 -0
  530. /package/esm/{Code → code}/index.d.ts +0 -0
  531. /package/esm/{Code → code}/index.js +0 -0
  532. /package/esm/{CodeBlock → code-block}/index.d.ts +0 -0
  533. /package/esm/{CodeBlock → code-block}/index.js +0 -0
  534. /package/esm/{Col → col}/col.js +0 -0
  535. /package/esm/{Col → col}/index.js +0 -0
  536. /package/esm/{Collapse → collapse}/collapse-context.d.ts +0 -0
  537. /package/esm/{Collapse → collapse}/collapse-context.js +0 -0
  538. /package/esm/{Collapse → collapse}/collapse-group.d.ts +0 -0
  539. /package/esm/{Collapse → collapse}/collapse-group.js +0 -0
  540. /package/esm/{Collapse → collapse}/collapse-icon.d.ts +0 -0
  541. /package/esm/{Collapse → collapse}/collapse-icon.js +0 -0
  542. /package/esm/{Collapse → collapse}/collapse.d.ts +0 -0
  543. /package/esm/{Collapse → collapse}/collapse.js +0 -0
  544. /package/esm/{Collapse → collapse}/index.d.ts +0 -0
  545. /package/esm/{Collapse → collapse}/index.js +0 -0
  546. /package/esm/{CurrencyInput → currency-input}/components/CurrencyInput.d.ts +0 -0
  547. /package/esm/{CurrencyInput → currency-input}/components/CurrencyInput.js +0 -0
  548. /package/esm/{CurrencyInput → currency-input}/components/CurrencyInputProps.d.ts +0 -0
  549. /package/esm/{CurrencyInput → currency-input}/components/CurrencyInputProps.js +0 -0
  550. /package/esm/{CurrencyInput → currency-input}/components/utils/addSeparators.js +0 -0
  551. /package/esm/{CurrencyInput → currency-input}/components/utils/cleanValue.d.ts +0 -0
  552. /package/esm/{CurrencyInput → currency-input}/components/utils/cleanValue.js +0 -0
  553. /package/esm/{CurrencyInput → currency-input}/components/utils/escapeRegExp.d.ts +0 -0
  554. /package/esm/{CurrencyInput → currency-input}/components/utils/escapeRegExp.js +0 -0
  555. /package/esm/{CurrencyInput → currency-input}/components/utils/fixedDecimalValue.d.ts +0 -0
  556. /package/esm/{CurrencyInput → currency-input}/components/utils/fixedDecimalValue.js +0 -0
  557. /package/esm/{CurrencyInput → currency-input}/components/utils/formatValue.d.ts +0 -0
  558. /package/esm/{CurrencyInput → currency-input}/components/utils/formatValue.js +0 -0
  559. /package/esm/{CurrencyInput → currency-input}/components/utils/getLocaleConfig.d.ts +0 -0
  560. /package/esm/{CurrencyInput → currency-input}/components/utils/getLocaleConfig.js +0 -0
  561. /package/esm/{CurrencyInput → currency-input}/components/utils/getSuffix.d.ts +0 -0
  562. /package/esm/{CurrencyInput → currency-input}/components/utils/getSuffix.js +0 -0
  563. /package/esm/{CurrencyInput → currency-input}/components/utils/index.d.ts +0 -0
  564. /package/esm/{CurrencyInput → currency-input}/components/utils/index.js +0 -0
  565. /package/esm/{CurrencyInput → currency-input}/components/utils/isNumber.d.ts +0 -0
  566. /package/esm/{CurrencyInput → currency-input}/components/utils/isNumber.js +0 -0
  567. /package/esm/{CurrencyInput → currency-input}/components/utils/padTrimValue.d.ts +0 -0
  568. /package/esm/{CurrencyInput → currency-input}/components/utils/padTrimValue.js +0 -0
  569. /package/esm/{CurrencyInput → currency-input}/components/utils/parseAbbrValue.d.ts +0 -0
  570. /package/esm/{CurrencyInput → currency-input}/components/utils/parseAbbrValue.js +0 -0
  571. /package/esm/{CurrencyInput → currency-input}/components/utils/removeInvalidChars.d.ts +0 -0
  572. /package/esm/{CurrencyInput → currency-input}/components/utils/removeInvalidChars.js +0 -0
  573. /package/esm/{CurrencyInput → currency-input}/components/utils/removeSeparators.d.ts +0 -0
  574. /package/esm/{CurrencyInput → currency-input}/components/utils/removeSeparators.js +0 -0
  575. /package/esm/{CurrencyInput → currency-input}/components/utils/repositionCursor.d.ts +0 -0
  576. /package/esm/{CurrencyInput → currency-input}/components/utils/repositionCursor.js +0 -0
  577. /package/esm/{CurrencyInput → currency-input}/index.d.ts +0 -0
  578. /package/esm/{CurrencyInput → currency-input}/index.js +0 -0
  579. /package/esm/{Description → description}/description.d.ts +0 -0
  580. /package/esm/{Description → description}/description.js +0 -0
  581. /package/esm/{Description → description}/index.d.ts +0 -0
  582. /package/esm/{Description → description}/index.js +0 -0
  583. /package/esm/{Display → display}/display.d.ts +0 -0
  584. /package/esm/{Display → display}/display.js +0 -0
  585. /package/esm/{Display → display}/index.d.ts +0 -0
  586. /package/esm/{Display → display}/index.js +0 -0
  587. /package/esm/{Divider → divider}/divider.d.ts +0 -0
  588. /package/esm/{Divider → divider}/divider.js +0 -0
  589. /package/esm/{Divider → divider}/index.d.ts +0 -0
  590. /package/esm/{Divider → divider}/index.js +0 -0
  591. /package/esm/{Dot → dot}/dot.d.ts +0 -0
  592. /package/esm/{Dot → dot}/dot.js +0 -0
  593. /package/esm/{Dot → dot}/index.d.ts +0 -0
  594. /package/esm/{Dot → dot}/index.js +0 -0
  595. /package/esm/{Drawer → drawer}/drawer-wrapper.d.ts +0 -0
  596. /package/esm/{Drawer → drawer}/drawer-wrapper.js +0 -0
  597. /package/esm/{Drawer → drawer}/drawer.d.ts +0 -0
  598. /package/esm/{Drawer → drawer}/drawer.js +0 -0
  599. /package/esm/{Drawer → drawer}/helper.d.ts +0 -0
  600. /package/esm/{Drawer → drawer}/helper.js +0 -0
  601. /package/esm/{Fieldset → fieldset}/fieldset-content.d.ts +0 -0
  602. /package/esm/{Fieldset → fieldset}/fieldset-content.js +0 -0
  603. /package/esm/{Fieldset → fieldset}/fieldset-context.d.ts +0 -0
  604. /package/esm/{Fieldset → fieldset}/fieldset-context.js +0 -0
  605. /package/esm/{Fieldset → fieldset}/fieldset-footer.d.ts +0 -0
  606. /package/esm/{Fieldset → fieldset}/fieldset-footer.js +0 -0
  607. /package/esm/{Fieldset → fieldset}/fieldset-group.d.ts +0 -0
  608. /package/esm/{Fieldset → fieldset}/fieldset-group.js +0 -0
  609. /package/esm/{Fieldset → fieldset}/fieldset-subtitle.d.ts +0 -0
  610. /package/esm/{Fieldset → fieldset}/fieldset-subtitle.js +0 -0
  611. /package/esm/{Fieldset → fieldset}/fieldset-title.d.ts +0 -0
  612. /package/esm/{Fieldset → fieldset}/fieldset-title.js +0 -0
  613. /package/esm/{Fieldset → fieldset}/fieldset.d.ts +0 -0
  614. /package/esm/{Fieldset → fieldset}/fieldset.js +0 -0
  615. /package/esm/{Fieldset → fieldset}/index.d.ts +0 -0
  616. /package/esm/{Fieldset → fieldset}/index.js +0 -0
  617. /package/esm/{Form → form}/ErrorMessage.d.ts +0 -0
  618. /package/esm/{Form → form}/ErrorMessage.js +0 -0
  619. /package/esm/{Form → form}/FastField.js +0 -0
  620. /package/esm/{Form → form}/Field.d.ts +0 -0
  621. /package/esm/{Form → form}/Field.js +0 -0
  622. /package/esm/{Form → form}/FieldArray.js +0 -0
  623. /package/esm/{Form → form}/Form.js +0 -0
  624. /package/esm/{Form → form}/FormPersist.js +0 -0
  625. /package/esm/{Form → form}/FormWrapper.d.ts +0 -0
  626. /package/esm/{Form → form}/FormWrapper.js +0 -0
  627. /package/esm/{Form → form}/FormikContext.d.ts +0 -0
  628. /package/esm/{Form → form}/FormikContext.js +0 -0
  629. /package/esm/{Form → form}/connect.d.ts +0 -0
  630. /package/esm/{Form → form}/connect.js +0 -0
  631. /package/esm/{Form → form}/constants.d.ts +0 -0
  632. /package/esm/{Form → form}/constants.js +0 -0
  633. /package/esm/{Form → form}/index.d.ts +0 -0
  634. /package/esm/{Form → form}/index.js +0 -0
  635. /package/esm/{Form → form}/types.d.ts +0 -0
  636. /package/esm/{Form → form}/types.js +0 -0
  637. /package/esm/{Form → form}/utils.d.ts +0 -0
  638. /package/esm/{Form → form}/utils.js +0 -0
  639. /package/esm/{Form → form}/withFormik.d.ts +0 -0
  640. /package/esm/{Form → form}/withFormik.js +0 -0
  641. /package/esm/{Grid → grid}/basic-item.d.ts +0 -0
  642. /package/esm/{Grid → grid}/basic-item.js +0 -0
  643. /package/esm/{Grid/grid.d.ts → grid/grid-base.d.ts} +0 -0
  644. /package/esm/{Grid/grid.js → grid/grid-base.js} +0 -0
  645. /package/esm/{Grid → grid}/grid-container.d.ts +0 -0
  646. /package/esm/{Grid → grid}/grid-container.js +0 -0
  647. /package/esm/{Grid → grid}/grid-types.d.ts +0 -0
  648. /package/esm/{Grid → grid}/grid-types.js +0 -0
  649. /package/esm/{HtmlRenderer/index.d.ts → html-renderer/renderer.d.ts} +0 -0
  650. /package/esm/{HtmlRenderer/index.js → html-renderer/renderer.js} +0 -0
  651. /package/esm/{Image → image}/helpers.d.ts +0 -0
  652. /package/esm/{Image → image}/helpers.js +0 -0
  653. /package/esm/{Image → image}/image-browser-https-icon.d.ts +0 -0
  654. /package/esm/{Image → image}/image-browser-https-icon.js +0 -0
  655. /package/esm/{Image → image}/image.d.ts +0 -0
  656. /package/esm/{Image → image}/image.js +0 -0
  657. /package/esm/{Image → image}/image.skeleton.d.ts +0 -0
  658. /package/esm/{Image → image}/image.skeleton.js +0 -0
  659. /package/esm/{Image → image}/index.d.ts +0 -0
  660. /package/esm/{Image → image}/index.js +0 -0
  661. /package/esm/{Image → image}/styles.js +0 -0
  662. /package/esm/{Input → input}/input-block-label.d.ts +0 -0
  663. /package/esm/{Input → input}/input-block-label.js +0 -0
  664. /package/esm/{Input/input.d.ts → input/input-field.d.ts} +0 -0
  665. /package/esm/{Input/input.js → input/input-field.js} +0 -0
  666. /package/esm/{Input → input}/input-icon-clear.d.ts +0 -0
  667. /package/esm/{Input → input}/input-icon-clear.js +0 -0
  668. /package/esm/{Input → input}/input-icon.d.ts +0 -0
  669. /package/esm/{Input → input}/input-icon.js +0 -0
  670. /package/esm/{Input → input}/input-label.d.ts +0 -0
  671. /package/esm/{Input → input}/input-label.js +0 -0
  672. /package/esm/{Input → input}/input-props.d.ts +0 -0
  673. /package/esm/{Input → input}/input-props.js +0 -0
  674. /package/esm/{Input → input}/password-icon.d.ts +0 -0
  675. /package/esm/{Input → input}/password-icon.js +0 -0
  676. /package/esm/{Input → input}/password.d.ts +0 -0
  677. /package/esm/{Input → input}/styles.js +0 -0
  678. /package/esm/{Keyboard → keyboard}/index.d.ts +0 -0
  679. /package/esm/{Keyboard → keyboard}/index.js +0 -0
  680. /package/esm/{Keyboard → keyboard}/keyboard.d.ts +0 -0
  681. /package/esm/{Keyboard → keyboard}/keyboard.js +0 -0
  682. /package/esm/{LinearProgress → linear-progress}/index.d.ts +0 -0
  683. /package/esm/{LinearProgress → linear-progress}/index.js +0 -0
  684. /package/esm/{LinearProgress → linear-progress}/linear-progress.d.ts +0 -0
  685. /package/esm/{LinearProgress → linear-progress}/linear-progress.js +0 -0
  686. /package/esm/{Link → link}/icon.d.ts +0 -0
  687. /package/esm/{Link → link}/icon.js +0 -0
  688. /package/esm/{Link → link}/index.d.ts +0 -0
  689. /package/esm/{Link → link}/index.js +0 -0
  690. /package/esm/{Link → link}/link.d.ts +0 -0
  691. /package/esm/{Link → link}/link.js +0 -0
  692. /package/esm/{List → list}/index.d.ts +0 -0
  693. /package/esm/{List → list}/index.js +0 -0
  694. /package/esm/{List → list}/list-item.d.ts +0 -0
  695. /package/esm/{List → list}/list-item.js +0 -0
  696. /package/esm/{List → list}/list.d.ts +0 -0
  697. /package/esm/{Loadable → loadable}/index.js +0 -0
  698. /package/esm/{Loading → loading}/index.d.ts +0 -0
  699. /package/esm/{Loading → loading}/index.js +0 -0
  700. /package/esm/{Loading → loading}/loading.d.ts +0 -0
  701. /package/esm/{Loading → loading}/loading.js +0 -0
  702. /package/esm/{LoginWith → login-with}/LoginSocialAmazon/index.js +0 -0
  703. /package/esm/{LoginWith → login-with}/LoginSocialApple/index.d.ts +0 -0
  704. /package/esm/{LoginWith → login-with}/LoginSocialApple/index.js +0 -0
  705. /package/esm/{LoginWith → login-with}/LoginSocialFacebook/index.d.ts +0 -0
  706. /package/esm/{LoginWith → login-with}/LoginSocialFacebook/index.js +0 -0
  707. /package/esm/{LoginWith → login-with}/LoginSocialGithub/index.d.ts +0 -0
  708. /package/esm/{LoginWith → login-with}/LoginSocialGithub/index.js +0 -0
  709. /package/esm/{LoginWith → login-with}/LoginSocialGoogle/index.d.ts +0 -0
  710. /package/esm/{LoginWith → login-with}/LoginSocialGoogle/index.js +0 -0
  711. /package/esm/{LoginWith → login-with}/LoginSocialInstagram/index.d.ts +0 -0
  712. /package/esm/{LoginWith → login-with}/LoginSocialInstagram/index.js +0 -0
  713. /package/esm/{LoginWith → login-with}/LoginSocialLinkedin/index.d.ts +0 -0
  714. /package/esm/{LoginWith → login-with}/LoginSocialLinkedin/index.js +0 -0
  715. /package/esm/{LoginWith → login-with}/LoginSocialMicrosoft/index.d.ts +0 -0
  716. /package/esm/{LoginWith → login-with}/LoginSocialMicrosoft/index.js +0 -0
  717. /package/esm/{LoginWith → login-with}/LoginSocialPinterest/index.d.ts +0 -0
  718. /package/esm/{LoginWith → login-with}/LoginSocialPinterest/index.js +0 -0
  719. /package/esm/{LoginWith → login-with}/LoginSocialTiktok/index.d.ts +0 -0
  720. /package/esm/{LoginWith → login-with}/LoginSocialTiktok/index.js +0 -0
  721. /package/esm/{LoginWith → login-with}/LoginSocialTwitter/index.d.ts +0 -0
  722. /package/esm/{LoginWith → login-with}/LoginSocialTwitter/index.js +0 -0
  723. /package/esm/{LoginWith → login-with}/helper/signature.js +0 -0
  724. /package/esm/{LoginWith → login-with}/index.d.ts +0 -0
  725. /package/esm/{LoginWith → login-with}/index.js +0 -0
  726. /package/esm/{Menu → menu}/index.d.ts +0 -0
  727. /package/esm/{Menu → menu}/index.js +0 -0
  728. /package/esm/{Menu → menu}/menu.d.ts +0 -0
  729. /package/esm/{Menu → menu}/menu.js +0 -0
  730. /package/esm/{Modal → modal}/index.d.ts +0 -0
  731. /package/esm/{Modal → modal}/index.js +0 -0
  732. /package/esm/{Modal → modal}/modal-actions.d.ts +0 -0
  733. /package/esm/{Modal → modal}/modal-actions.js +0 -0
  734. /package/esm/{Modal → modal}/modal-content.d.ts +0 -0
  735. /package/esm/{Modal → modal}/modal-content.js +0 -0
  736. /package/esm/{Modal → modal}/modal-context.d.ts +0 -0
  737. /package/esm/{Modal → modal}/modal-context.js +0 -0
  738. /package/esm/{Modal → modal}/modal-subtitle.d.ts +0 -0
  739. /package/esm/{Modal → modal}/modal-subtitle.js +0 -0
  740. /package/esm/{Modal → modal}/modal-title.d.ts +0 -0
  741. /package/esm/{Modal → modal}/modal-title.js +0 -0
  742. /package/esm/{Modal → modal}/modal-wrapper.d.ts +0 -0
  743. /package/esm/{Modal → modal}/modal-wrapper.js +0 -0
  744. /package/esm/{Modal → modal}/modal.d.ts +0 -0
  745. /package/esm/{Modal → modal}/modal.js +0 -0
  746. /package/esm/{Note → note}/index.d.ts +0 -0
  747. /package/esm/{Note → note}/index.js +0 -0
  748. /package/esm/{Note → note}/note.d.ts +0 -0
  749. /package/esm/{Note → note}/note.js +0 -0
  750. /package/esm/{ITooltip → notetip}/index.d.ts +0 -0
  751. /package/esm/{ITooltip → notetip}/index.js +0 -0
  752. /package/esm/{Page → page}/index.d.ts +0 -0
  753. /package/esm/{Page → page}/index.js +0 -0
  754. /package/esm/{Page → page}/page-content.d.ts +0 -0
  755. /package/esm/{Page → page}/page-content.js +0 -0
  756. /package/esm/{Page → page}/page-footer.d.ts +0 -0
  757. /package/esm/{Page → page}/page-footer.js +0 -0
  758. /package/esm/{Page → page}/page-header.d.ts +0 -0
  759. /package/esm/{Page → page}/page-header.js +0 -0
  760. /package/esm/{Page → page}/page.d.ts +0 -0
  761. /package/esm/{Page → page}/page.js +0 -0
  762. /package/esm/{Pagination → pagination}/index.d.ts +0 -0
  763. /package/esm/{Pagination → pagination}/index.js +0 -0
  764. /package/esm/{Pagination → pagination}/pagination-context.d.ts +0 -0
  765. /package/esm/{Pagination → pagination}/pagination-context.js +0 -0
  766. /package/esm/{Pagination → pagination}/pagination-ellipsis.d.ts +0 -0
  767. /package/esm/{Pagination → pagination}/pagination-ellipsis.js +0 -0
  768. /package/esm/{Pagination → pagination}/pagination-item.d.ts +0 -0
  769. /package/esm/{Pagination → pagination}/pagination-item.js +0 -0
  770. /package/esm/{Pagination → pagination}/pagination-next.d.ts +0 -0
  771. /package/esm/{Pagination → pagination}/pagination-next.js +0 -0
  772. /package/esm/{Pagination → pagination}/pagination-pages.d.ts +0 -0
  773. /package/esm/{Pagination → pagination}/pagination-pages.js +0 -0
  774. /package/esm/{Pagination → pagination}/pagination-previous.d.ts +0 -0
  775. /package/esm/{Pagination → pagination}/pagination-previous.js +0 -0
  776. /package/esm/{Pagination → pagination}/pagination.d.ts +0 -0
  777. /package/esm/{Pagination → pagination}/pagination.js +0 -0
  778. /package/esm/{Parser → parser}/HtmlParser.js +0 -0
  779. /package/esm/{Parser → parser}/convertNodeToElement.js +0 -0
  780. /package/esm/{Parser → parser}/dom/attributes/BooleanAttributes.js +0 -0
  781. /package/esm/{Parser → parser}/dom/attributes/ReactAttributes.js +0 -0
  782. /package/esm/{Parser → parser}/dom/elements/VoidElements.js +0 -0
  783. /package/esm/{Parser → parser}/elementTypes/StyleElementType.js +0 -0
  784. /package/esm/{Parser → parser}/elementTypes/TagElementType.js +0 -0
  785. /package/esm/{Parser → parser}/elementTypes/TextElementType.js +0 -0
  786. /package/esm/{Parser → parser}/elementTypes/UnsupportedElementType.js +0 -0
  787. /package/esm/{Parser → parser}/elementTypes/index.js +0 -0
  788. /package/esm/{Parser → parser}/index.js +0 -0
  789. /package/esm/{Parser → parser}/processNodes.js +0 -0
  790. /package/esm/{Parser → parser}/scripts/attributes-diff.js +0 -0
  791. /package/esm/{Parser → parser}/utils/generatePropsFromAttributes.js +0 -0
  792. /package/esm/{Parser → parser}/utils/htmlAttributesToReact.js +0 -0
  793. /package/esm/{Parser → parser}/utils/inlineStyleToObject.js +0 -0
  794. /package/esm/{Parser → parser}/utils/isEmptyTextNode.js +0 -0
  795. /package/esm/{Parser → parser}/utils/isValidTagOrAttributeName.js +0 -0
  796. /package/esm/{PhoneInput → phone-input}/index.d.ts +0 -0
  797. /package/esm/{PhoneInput → phone-input}/index.js +0 -0
  798. /package/esm/{Placeholder → placeholder}/empty.d.ts +0 -0
  799. /package/esm/{Placeholder → placeholder}/empty.js +0 -0
  800. /package/esm/{Placeholder/placeholder.d.ts → placeholder/holder.d.ts} +0 -0
  801. /package/esm/{Popover → popover}/index.d.ts +0 -0
  802. /package/esm/{Popover → popover}/index.js +0 -0
  803. /package/esm/{Popover → popover}/popover-context.d.ts +0 -0
  804. /package/esm/{Popover → popover}/popover-context.js +0 -0
  805. /package/esm/{Popover → popover}/popover-item.d.ts +0 -0
  806. /package/esm/{Popover → popover}/popover-item.js +0 -0
  807. /package/esm/{Progress → progress}/index.d.ts +0 -0
  808. /package/esm/{Progress → progress}/index.js +0 -0
  809. /package/esm/{Progress → progress}/progress.d.ts +0 -0
  810. /package/esm/{Progress → progress}/progress.js +0 -0
  811. /package/esm/{Radio → radio}/index.d.ts +0 -0
  812. /package/esm/{Radio → radio}/index.js +0 -0
  813. /package/esm/{Radio → radio}/radio-context.d.ts +0 -0
  814. /package/esm/{Radio → radio}/radio-context.js +0 -0
  815. /package/esm/{Radio → radio}/radio-description.d.ts +0 -0
  816. /package/esm/{Radio → radio}/radio-description.js +0 -0
  817. /package/esm/{Radio → radio}/radio-group.d.ts +0 -0
  818. /package/esm/{Radio → radio}/radio-group.js +0 -0
  819. /package/esm/{Radio → radio}/radio.d.ts +0 -0
  820. /package/esm/{Radio → radio}/radio.js +0 -0
  821. /package/esm/{Radio → radio}/styles.js +0 -0
  822. /package/esm/{Rating → rating}/index.d.ts +0 -0
  823. /package/esm/{Rating → rating}/index.js +0 -0
  824. /package/esm/{Rating → rating}/rating-icon.d.ts +0 -0
  825. /package/esm/{Rating → rating}/rating-icon.js +0 -0
  826. /package/esm/{Rating → rating}/rating.d.ts +0 -0
  827. /package/esm/{Rating → rating}/rating.js +0 -0
  828. /package/esm/{Row → row}/index.js +0 -0
  829. /package/esm/{Row → row}/row.js +0 -0
  830. /package/esm/{SearchBar → search-bar}/components/ClearIcon.js +0 -0
  831. /package/esm/{SearchBar → search-bar}/components/Results.js +0 -0
  832. /package/esm/{SearchBar → search-bar}/components/SearchIcon.js +0 -0
  833. /package/esm/{SearchBar → search-bar}/components/SearchInput.js +0 -0
  834. /package/esm/{SearchBar → search-bar}/components/index.js +0 -0
  835. /package/esm/{SearchBar → search-bar}/config/config.js +0 -0
  836. /package/esm/{SearchBar → search-bar}/index.js +0 -0
  837. /package/esm/{SearchBar → search-bar}/utils/utils.js +0 -0
  838. /package/esm/{Select → select}/index.d.ts +0 -0
  839. /package/esm/{Select → select}/index.js +0 -0
  840. /package/esm/{Select → select}/select-context.d.ts +0 -0
  841. /package/esm/{Select → select}/select-context.js +0 -0
  842. /package/esm/{Select → select}/select-dropdown.d.ts +0 -0
  843. /package/esm/{Select → select}/select-dropdown.js +0 -0
  844. /package/esm/{Select → select}/select-icon-clear.d.ts +0 -0
  845. /package/esm/{Select → select}/select-icon-clear.js +0 -0
  846. /package/esm/{Select → select}/select-icon.d.ts +0 -0
  847. /package/esm/{Select → select}/select-icon.js +0 -0
  848. /package/esm/{Select → select}/select-input.d.ts +0 -0
  849. /package/esm/{Select → select}/select-input.js +0 -0
  850. /package/esm/{Select → select}/select-multiple-value.d.ts +0 -0
  851. /package/esm/{Select → select}/select-option.d.ts +0 -0
  852. /package/esm/{Select → select}/select-option.js +0 -0
  853. /package/esm/{Select → select}/select.d.ts +0 -0
  854. /package/esm/{Select → select}/styles.js +0 -0
  855. /package/esm/{Skeleton → skeleton}/index.d.ts +0 -0
  856. /package/esm/{Skeleton → skeleton}/index.js +0 -0
  857. /package/esm/{Slider → slider}/index.d.ts +0 -0
  858. /package/esm/{Slider → slider}/index.js +0 -0
  859. /package/esm/{Slider → slider}/slider-dot.d.ts +0 -0
  860. /package/esm/{Slider → slider}/slider-dot.js +0 -0
  861. /package/esm/{Slider → slider}/slider-mark.d.ts +0 -0
  862. /package/esm/{Slider → slider}/slider-mark.js +0 -0
  863. /package/esm/{Slider → slider}/slider.d.ts +0 -0
  864. /package/esm/{Slider → slider}/slider.js +0 -0
  865. /package/esm/{Slider → slider}/styles.js +0 -0
  866. /package/esm/{Snippet → snippet}/index.d.ts +0 -0
  867. /package/esm/{Snippet → snippet}/index.js +0 -0
  868. /package/esm/{Snippet → snippet}/snippet-icon.d.ts +0 -0
  869. /package/esm/{Snippet → snippet}/snippet-icon.js +0 -0
  870. /package/esm/{Snippet → snippet}/snippet.d.ts +0 -0
  871. /package/esm/{Snippet → snippet}/snippet.js +0 -0
  872. /package/esm/{Snippet → snippet}/styles.js +0 -0
  873. /package/esm/{Spacer → spacer}/index.d.ts +0 -0
  874. /package/esm/{Spacer → spacer}/index.js +0 -0
  875. /package/esm/{Spacer → spacer}/spacer.d.ts +0 -0
  876. /package/esm/{Spacer → spacer}/spacer.js +0 -0
  877. /package/esm/{Spinner → spinner}/index.d.ts +0 -0
  878. /package/esm/{Spinner → spinner}/index.js +0 -0
  879. /package/esm/{Spinner → spinner}/spinner.d.ts +0 -0
  880. /package/esm/{Spinner → spinner}/spinner.js +0 -0
  881. /package/esm/{Swipe → swipe}/demo.js +0 -0
  882. /package/esm/{Swipe → swipe}/index.d.ts +0 -0
  883. /package/esm/{Swipe → swipe}/index.js +0 -0
  884. /package/esm/{Swipe → swipe}/react-swipe.d.ts +0 -0
  885. /package/esm/{Swipe → swipe}/react-swipe.js +0 -0
  886. /package/esm/{Table → table}/index.d.ts +0 -0
  887. /package/esm/{Table → table}/index.js +0 -0
  888. /package/esm/{Table → table}/table-body.d.ts +0 -0
  889. /package/esm/{Table → table}/table-cell.d.ts +0 -0
  890. /package/esm/{Table → table}/table-cell.js +0 -0
  891. /package/esm/{Table → table}/table-column.d.ts +0 -0
  892. /package/esm/{Table → table}/table-column.js +0 -0
  893. /package/esm/{Table → table}/table-context.d.ts +0 -0
  894. /package/esm/{Table → table}/table-context.js +0 -0
  895. /package/esm/{Table → table}/table-head.d.ts +0 -0
  896. /package/esm/{Table → table}/table-types.d.ts +0 -0
  897. /package/esm/{Table → table}/table-types.js +0 -0
  898. /package/esm/{Table → table}/table.d.ts +0 -0
  899. /package/esm/{Tabs → tabs}/index.d.ts +0 -0
  900. /package/esm/{Tabs → tabs}/index.js +0 -0
  901. /package/esm/{Tabs → tabs}/tabs-context.d.ts +0 -0
  902. /package/esm/{Tabs → tabs}/tabs-context.js +0 -0
  903. /package/esm/{Tabs → tabs}/tabs-item.d.ts +0 -0
  904. /package/esm/{Tabs → tabs}/tabs-item.js +0 -0
  905. /package/esm/{Tabs → tabs}/tabs.d.ts +0 -0
  906. /package/esm/{Tabs → tabs}/tabs.js +0 -0
  907. /package/esm/{Tag → tag}/index.d.ts +0 -0
  908. /package/esm/{Tag → tag}/index.js +0 -0
  909. /package/esm/{Tag → tag}/tag.d.ts +0 -0
  910. /package/esm/{Tag → tag}/tag.js +0 -0
  911. /package/esm/{Text → text}/child.d.ts +0 -0
  912. /package/esm/{Text → text}/child.js +0 -0
  913. /package/esm/{Text → text}/index.d.ts +0 -0
  914. /package/esm/{Text → text}/index.js +0 -0
  915. /package/esm/{Text → text}/text.d.ts +0 -0
  916. /package/esm/{Text → text}/text.js +0 -0
  917. /package/esm/{Textarea → textarea}/index.d.ts +0 -0
  918. /package/esm/{Textarea → textarea}/index.js +0 -0
  919. /package/esm/{Textarea → textarea}/textarea.d.ts +0 -0
  920. /package/esm/{Themes → themes}/index.d.ts +0 -0
  921. /package/esm/{Themes → themes}/index.js +0 -0
  922. /package/esm/{Themes → themes}/presets/dark.d.ts +0 -0
  923. /package/esm/{Themes → themes}/presets/dark.js +0 -0
  924. /package/esm/{Themes → themes}/presets/default.d.ts +0 -0
  925. /package/esm/{Themes → themes}/presets/default.js +0 -0
  926. /package/esm/{Themes → themes}/presets/index.d.ts +0 -0
  927. /package/esm/{Themes → themes}/presets/index.js +0 -0
  928. /package/esm/{Themes → themes}/presets/shared.d.ts +0 -0
  929. /package/esm/{Themes → themes}/presets/shared.js +0 -0
  930. /package/esm/{Themes → themes}/themes.d.ts +0 -0
  931. /package/esm/{Themes → themes}/themes.js +0 -0
  932. /package/esm/{Timer → timer}/hooks/index.js +0 -0
  933. /package/esm/{Timer → timer}/hooks/useInterval.js +0 -0
  934. /package/esm/{Timer → timer}/index.js +0 -0
  935. /package/esm/{Timer → timer}/useStopwatch.js +0 -0
  936. /package/esm/{Timer → timer}/useTime.js +0 -0
  937. /package/esm/{Timer → timer}/useTimer.js +0 -0
  938. /package/esm/{Timer → timer}/utils/Time.js +0 -0
  939. /package/esm/{Timer → timer}/utils/Validate.js +0 -0
  940. /package/esm/{Timer → timer}/utils/index.js +0 -0
  941. /package/esm/{Toggle → toggle}/index.d.ts +0 -0
  942. /package/esm/{Toggle → toggle}/index.js +0 -0
  943. /package/esm/{Toggle → toggle}/styles.js +0 -0
  944. /package/esm/{Toggle → toggle}/toggle.d.ts +0 -0
  945. /package/esm/{Toggle → toggle}/toggle.js +0 -0
  946. /package/esm/{Tooltip → tooltip}/__test__/index.test.js +0 -0
  947. /package/esm/{Tooltip → tooltip}/helper.d.ts +0 -0
  948. /package/esm/{Tooltip → tooltip}/helper.js +0 -0
  949. /package/esm/{Tooltip → tooltip}/index.d.ts +0 -0
  950. /package/esm/{Tooltip → tooltip}/index.js +0 -0
  951. /package/esm/{Tooltip → tooltip}/placement.d.ts +0 -0
  952. /package/esm/{Tooltip → tooltip}/placement.js +0 -0
  953. /package/esm/{Tooltip → tooltip}/styles.js +0 -0
  954. /package/esm/{Tooltip → tooltip}/tooltip-content.d.ts +0 -0
  955. /package/esm/{Tooltip → tooltip}/tooltip-content.js +0 -0
  956. /package/esm/{Tooltip → tooltip}/tooltip-icon.d.ts +0 -0
  957. /package/esm/{Tooltip → tooltip}/tooltip-icon.js +0 -0
  958. /package/esm/{Tooltip → tooltip}/tooltip.d.ts +0 -0
  959. /package/esm/{Tooltip → tooltip}/tooltip.js +0 -0
  960. /package/esm/{Tree → tree}/index.d.ts +0 -0
  961. /package/esm/{Tree → tree}/index.js +0 -0
  962. /package/esm/{Tree → tree}/tree-context.d.ts +0 -0
  963. /package/esm/{Tree → tree}/tree-context.js +0 -0
  964. /package/esm/{Tree → tree}/tree-file-icon.d.ts +0 -0
  965. /package/esm/{Tree → tree}/tree-file-icon.js +0 -0
  966. /package/esm/{Tree → tree}/tree-file.d.ts +0 -0
  967. /package/esm/{Tree → tree}/tree-file.js +0 -0
  968. /package/esm/{Tree → tree}/tree-folder-icon.d.ts +0 -0
  969. /package/esm/{Tree → tree}/tree-folder-icon.js +0 -0
  970. /package/esm/{Tree → tree}/tree-folder.d.ts +0 -0
  971. /package/esm/{Tree → tree}/tree-folder.js +0 -0
  972. /package/esm/{Tree → tree}/tree-help.d.ts +0 -0
  973. /package/esm/{Tree → tree}/tree-help.js +0 -0
  974. /package/esm/{Tree → tree}/tree-indents.d.ts +0 -0
  975. /package/esm/{Tree → tree}/tree-indents.js +0 -0
  976. /package/esm/{Tree → tree}/tree-status-icon.d.ts +0 -0
  977. /package/esm/{Tree → tree}/tree-status-icon.js +0 -0
  978. /package/esm/{Tree → tree}/tree.d.ts +0 -0
  979. /package/esm/{Tree → tree}/tree.js +0 -0
  980. /package/esm/{User → user}/index.d.ts +0 -0
  981. /package/esm/{User → user}/index.js +0 -0
  982. /package/esm/{User → user}/user-link.d.ts +0 -0
  983. /package/esm/{User → user}/user.d.ts +0 -0
@@ -1,4 +1,4 @@
1
- import { HUIThemesPalette } from '../Themes/presets';
1
+ import { HUIThemesPalette } from '../themes/presets';
2
2
  import { NormalTypes } from '../utils/prop-types';
3
3
  export type RadioColor = {
4
4
  label: string;
@@ -1,7 +1,7 @@
1
1
  import _JSXStyle from "../styled-jsx.es.js";
2
2
  import React from 'react';
3
3
  import { useTheme } from '@helpdice/theme';
4
- import Grid from '../Grid';
4
+ import Grid from '../grid';
5
5
  import SelectClearIcon from './select-icon-clear';
6
6
  var SelectMultipleValue = function SelectMultipleValue(_ref) {
7
7
  var disabled = _ref.disabled,
@@ -12,7 +12,7 @@ import { pickChildByProps } from '../utils/collections';
12
12
  import SelectIcon from './select-icon';
13
13
  import SelectDropdown from './select-dropdown';
14
14
  import SelectMultipleValue from './select-multiple-value';
15
- import Grid from '../Grid';
15
+ import Grid from '../grid';
16
16
  import { SelectContext } from './select-context';
17
17
  import { getColors } from './styles';
18
18
  import SelectInput from './select-input';
@@ -1,5 +1,5 @@
1
1
  import { NormalTypes } from '../utils/prop-types';
2
- import { HUIThemesPalette } from '../Themes/presets';
2
+ import { HUIThemesPalette } from '../themes/presets';
3
3
  export type SelectColor = {
4
4
  border: string;
5
5
  borderActive: string;
@@ -1,4 +1,4 @@
1
- import { HUIThemesPalette } from '../Themes/presets';
1
+ import { HUIThemesPalette } from '../themes/presets';
2
2
  import { NormalTypes } from '../utils/prop-types';
3
3
  export type SelectColor = {
4
4
  bg: string;
@@ -1,5 +1,5 @@
1
1
  import { SnippetTypes } from '../utils/prop-types';
2
- import { HUIThemesPalette } from '../Themes/presets';
2
+ import { HUIThemesPalette } from '../themes/presets';
3
3
  export type SnippetStyles = {
4
4
  color: string;
5
5
  border: string;
@@ -3,10 +3,11 @@ import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
3
3
  import _JSXStyle from "../styled-jsx.es.js";
4
4
  import React, { useState } from 'react';
5
5
  import { useTheme, useClasses } from '@helpdice/theme';
6
+ import _ from 'lodash';
7
+ import Placeholder from '../placeholder';
6
8
  import TableCell from './table-cell';
7
9
  import { useTableContext } from './table-context';
8
- import _ from 'lodash';
9
- import Placeholder from '../Placeholder';
10
+
10
11
  // import { DataTable } from '@helpdice/pro'
11
12
 
12
13
  var TableBody = function TableBody(_ref) {
@@ -4,8 +4,8 @@ import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
4
4
  import _JSXStyle from "../styled-jsx.es.js";
5
5
  import React, { useMemo } from 'react';
6
6
  import { useTheme } from '@helpdice/theme';
7
- import Input from '../Input';
8
- import Select from '../Select';
7
+ import Input from '../input';
8
+ import Select from '../select';
9
9
  // import Button from '../button'
10
10
 
11
11
  var makeColgroup = function makeColgroup(width, columns) {
@@ -15,9 +15,9 @@ import { TableContext } from './table-context';
15
15
  import useScale, { withScale } from '../use-scale';
16
16
  import TableColumn from './table-column';
17
17
  import { ChevronLeft, ChevronRight } from '@helpdice/icons';
18
- import Pagination from '../Pagination';
19
- import Button from '../Button';
20
- import Tooltip from '../Tooltip';
18
+ import Pagination from '../pagination';
19
+ import Button from '../button';
20
+ import Tooltip from '../tooltip';
21
21
  function TableComponent(tableProps) {
22
22
  /* eslint-disable @typescript-eslint/no-unused-vars */
23
23
  var _ref = tableProps,
@@ -8,7 +8,7 @@ import _JSXStyle from "../styled-jsx.es.js";
8
8
  import React, { useRef, useImperativeHandle, useEffect, useMemo, useState } from 'react';
9
9
  import { useTheme, useClasses } from '@helpdice/theme';
10
10
  import { tuple } from '../utils/prop-types';
11
- import { getColors } from '../Input/styles';
11
+ import { getColors } from '../input/styles';
12
12
  import useScale, { withScale } from '../use-scale';
13
13
  var resizeTypes = tuple('none', 'both', 'horizontal', 'vertical', 'initial', 'inherit');
14
14
  var TextareaComponent = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
@@ -1,4 +1,4 @@
1
- import { HUIThemesPalette } from '../Themes/presets';
1
+ import { HUIThemesPalette } from '../themes/presets';
2
2
  import { NormalTypes } from '../utils/prop-types';
3
3
  export type SelectColor = {
4
4
  bg: string;
@@ -1,5 +1,5 @@
1
1
  import { SnippetTypes } from '../utils/prop-types';
2
- import { HUIThemesPalette } from '../Themes/presets';
2
+ import { HUIThemesPalette } from '../themes/presets';
3
3
  export type TooltipColors = {
4
4
  bgColor: string;
5
5
  color: string;
@@ -1,5 +1,5 @@
1
1
  import { Dispatch, MutableRefObject, SetStateAction } from 'react';
2
- import { ModalProps } from '../Modal';
2
+ import { ModalProps } from '../modal';
3
3
  export type ModalHooksBindings = Pick<ModalProps, 'visible' | 'onClose'>;
4
4
  declare const useModal: (initialVisible?: boolean) => {
5
5
  visible: boolean;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import Button from '../Button';
2
+ import Button from '../button';
3
3
  // import { } from '@helpdice/theme'
4
4
  import { tuple } from '../utils/prop-types';
5
5
  export var makeToastActions = function makeToastActions(actions, cancelHandle) {
@@ -5,7 +5,7 @@ import _JSXStyle from "../styled-jsx.es.js";
5
5
  /* "use client" */
6
6
 
7
7
  import React from 'react';
8
- import Link from '../Link';
8
+ import Link from '../link';
9
9
  var UserLink = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
10
10
  var href = _ref.href,
11
11
  _ref$className = _ref.className,
@@ -5,7 +5,7 @@ import _JSXStyle from "../styled-jsx.es.js";
5
5
  /* "use client" */
6
6
 
7
7
  import React from 'react';
8
- import Avatar from '../Avatar';
8
+ import Avatar from '../avatar';
9
9
  import { useTheme, useClasses } from '@helpdice/theme';
10
10
  import useScale, { withScale } from '../use-scale';
11
11
  var UserComponent = function UserComponent(_ref) {