@powerhousedao/document-engineering 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1536) hide show
  1. package/LICENSE +661 -0
  2. package/README.md +116 -0
  3. package/dist/scripts/create-icon-components.d.ts +2 -0
  4. package/dist/scripts/create-icon-components.d.ts.map +1 -0
  5. package/dist/scripts/create-icon-components.js +77 -0
  6. package/dist/scripts/create-icon-components.js.map +1 -0
  7. package/dist/src/assets/connect-loader.mp4 +0 -0
  8. package/dist/src/assets/connect.png +0 -0
  9. package/dist/src/assets/home-bg.png +0 -0
  10. package/dist/src/assets/icons/budget.png +0 -0
  11. package/dist/src/assets/icons/global.png +0 -0
  12. package/dist/src/assets/icons/legal.png +0 -0
  13. package/dist/src/assets/icons/profile.png +0 -0
  14. package/dist/src/assets/icons/rwa-report.png +0 -0
  15. package/dist/src/assets/icons/template.png +0 -0
  16. package/dist/src/assets/powerhouse-rounded.png +0 -0
  17. package/dist/src/assets/renown-hover.png +0 -0
  18. package/dist/src/assets/renown-short-hover.png +0 -0
  19. package/dist/src/assets/renown-short.png +0 -0
  20. package/dist/src/assets/renown.png +0 -0
  21. package/dist/src/index.d.ts +3 -0
  22. package/dist/src/index.d.ts.map +1 -0
  23. package/dist/src/index.js +3 -0
  24. package/dist/src/index.js.map +1 -0
  25. package/dist/src/scalars/EthereumAddress/EthereumAddress.d.ts +5 -0
  26. package/dist/src/scalars/EthereumAddress/EthereumAddress.d.ts.map +1 -0
  27. package/dist/src/scalars/EthereumAddress/EthereumAddress.js +14 -0
  28. package/dist/src/scalars/EthereumAddress/EthereumAddress.js.map +1 -0
  29. package/dist/src/scalars/EthereumAddress/index.d.ts +2 -0
  30. package/dist/src/scalars/EthereumAddress/index.d.ts.map +1 -0
  31. package/dist/src/scalars/EthereumAddress/index.js +2 -0
  32. package/dist/src/scalars/EthereumAddress/index.js.map +1 -0
  33. package/dist/src/scalars/components/aid-field/aid-field.d.ts +4 -0
  34. package/dist/src/scalars/components/aid-field/aid-field.d.ts.map +1 -0
  35. package/dist/src/scalars/components/aid-field/aid-field.js +49 -0
  36. package/dist/src/scalars/components/aid-field/aid-field.js.map +1 -0
  37. package/dist/src/scalars/components/aid-field/index.d.ts +3 -0
  38. package/dist/src/scalars/components/aid-field/index.d.ts.map +1 -0
  39. package/dist/src/scalars/components/aid-field/index.js +2 -0
  40. package/dist/src/scalars/components/aid-field/index.js.map +1 -0
  41. package/dist/src/scalars/components/aid-field/types.d.ts +5 -0
  42. package/dist/src/scalars/components/aid-field/types.d.ts.map +1 -0
  43. package/dist/src/scalars/components/aid-field/types.js +2 -0
  44. package/dist/src/scalars/components/aid-field/types.js.map +1 -0
  45. package/dist/src/scalars/components/amount-field/amount-currency-validations.d.ts +3 -0
  46. package/dist/src/scalars/components/amount-field/amount-currency-validations.d.ts.map +1 -0
  47. package/dist/src/scalars/components/amount-field/amount-currency-validations.js +13 -0
  48. package/dist/src/scalars/components/amount-field/amount-currency-validations.js.map +1 -0
  49. package/dist/src/scalars/components/amount-field/amount-field-validations.d.ts +4 -0
  50. package/dist/src/scalars/components/amount-field/amount-field-validations.d.ts.map +1 -0
  51. package/dist/src/scalars/components/amount-field/amount-field-validations.js +77 -0
  52. package/dist/src/scalars/components/amount-field/amount-field-validations.js.map +1 -0
  53. package/dist/src/scalars/components/amount-field/amount-field.d.ts +6 -0
  54. package/dist/src/scalars/components/amount-field/amount-field.d.ts.map +1 -0
  55. package/dist/src/scalars/components/amount-field/amount-field.js +13 -0
  56. package/dist/src/scalars/components/amount-field/amount-field.js.map +1 -0
  57. package/dist/src/scalars/components/amount-field/index.d.ts +2 -0
  58. package/dist/src/scalars/components/amount-field/index.d.ts.map +1 -0
  59. package/dist/src/scalars/components/amount-field/index.js +2 -0
  60. package/dist/src/scalars/components/amount-field/index.js.map +1 -0
  61. package/dist/src/scalars/components/boolean-field/boolean-field.d.ts +10 -0
  62. package/dist/src/scalars/components/boolean-field/boolean-field.d.ts.map +1 -0
  63. package/dist/src/scalars/components/boolean-field/boolean-field.js +12 -0
  64. package/dist/src/scalars/components/boolean-field/boolean-field.js.map +1 -0
  65. package/dist/src/scalars/components/boolean-field/index.d.ts +2 -0
  66. package/dist/src/scalars/components/boolean-field/index.d.ts.map +1 -0
  67. package/dist/src/scalars/components/boolean-field/index.js +2 -0
  68. package/dist/src/scalars/components/boolean-field/index.js.map +1 -0
  69. package/dist/src/scalars/components/country-code-field/country-code-field.d.ts +8 -0
  70. package/dist/src/scalars/components/country-code-field/country-code-field.d.ts.map +1 -0
  71. package/dist/src/scalars/components/country-code-field/country-code-field.js +58 -0
  72. package/dist/src/scalars/components/country-code-field/country-code-field.js.map +1 -0
  73. package/dist/src/scalars/components/country-code-field/index.d.ts +2 -0
  74. package/dist/src/scalars/components/country-code-field/index.d.ts.map +1 -0
  75. package/dist/src/scalars/components/country-code-field/index.js +2 -0
  76. package/dist/src/scalars/components/country-code-field/index.js.map +1 -0
  77. package/dist/src/scalars/components/country-code-field/types.d.ts +11 -0
  78. package/dist/src/scalars/components/country-code-field/types.d.ts.map +1 -0
  79. package/dist/src/scalars/components/country-code-field/types.js +2 -0
  80. package/dist/src/scalars/components/country-code-field/types.js.map +1 -0
  81. package/dist/src/scalars/components/currency-code-field/currency-code-field.d.ts +21 -0
  82. package/dist/src/scalars/components/currency-code-field/currency-code-field.d.ts.map +1 -0
  83. package/dist/src/scalars/components/currency-code-field/currency-code-field.js +72 -0
  84. package/dist/src/scalars/components/currency-code-field/currency-code-field.js.map +1 -0
  85. package/dist/src/scalars/components/currency-code-field/defaults.d.ts +4 -0
  86. package/dist/src/scalars/components/currency-code-field/defaults.d.ts.map +1 -0
  87. package/dist/src/scalars/components/currency-code-field/defaults.js +43 -0
  88. package/dist/src/scalars/components/currency-code-field/defaults.js.map +1 -0
  89. package/dist/src/scalars/components/currency-code-field/index.d.ts +5 -0
  90. package/dist/src/scalars/components/currency-code-field/index.d.ts.map +1 -0
  91. package/dist/src/scalars/components/currency-code-field/index.js +4 -0
  92. package/dist/src/scalars/components/currency-code-field/index.js.map +1 -0
  93. package/dist/src/scalars/components/currency-code-field/types.d.ts +13 -0
  94. package/dist/src/scalars/components/currency-code-field/types.d.ts.map +1 -0
  95. package/dist/src/scalars/components/currency-code-field/types.js +2 -0
  96. package/dist/src/scalars/components/currency-code-field/types.js.map +1 -0
  97. package/dist/src/scalars/components/currency-code-field/utils.d.ts +38 -0
  98. package/dist/src/scalars/components/currency-code-field/utils.d.ts.map +1 -0
  99. package/dist/src/scalars/components/currency-code-field/utils.js +40 -0
  100. package/dist/src/scalars/components/currency-code-field/utils.js.map +1 -0
  101. package/dist/src/scalars/components/date-picker-field/date-picker-field.d.ts +7 -0
  102. package/dist/src/scalars/components/date-picker-field/date-picker-field.d.ts.map +1 -0
  103. package/dist/src/scalars/components/date-picker-field/date-picker-field.js +11 -0
  104. package/dist/src/scalars/components/date-picker-field/date-picker-field.js.map +1 -0
  105. package/dist/src/scalars/components/date-picker-field/date-picker-validations.d.ts +3 -0
  106. package/dist/src/scalars/components/date-picker-field/date-picker-validations.d.ts.map +1 -0
  107. package/dist/src/scalars/components/date-picker-field/date-picker-validations.js +73 -0
  108. package/dist/src/scalars/components/date-picker-field/date-picker-validations.js.map +1 -0
  109. package/dist/src/scalars/components/date-picker-field/index.d.ts +2 -0
  110. package/dist/src/scalars/components/date-picker-field/index.d.ts.map +1 -0
  111. package/dist/src/scalars/components/date-picker-field/index.js +2 -0
  112. package/dist/src/scalars/components/date-picker-field/index.js.map +1 -0
  113. package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field-validations.d.ts +3 -0
  114. package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field-validations.d.ts.map +1 -0
  115. package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field-validations.js +78 -0
  116. package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field-validations.js.map +1 -0
  117. package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field.d.ts +7 -0
  118. package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field.d.ts.map +1 -0
  119. package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field.js +11 -0
  120. package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field.js.map +1 -0
  121. package/dist/src/scalars/components/date-time-picker-field/index.d.ts +2 -0
  122. package/dist/src/scalars/components/date-time-picker-field/index.d.ts.map +1 -0
  123. package/dist/src/scalars/components/date-time-picker-field/index.js +2 -0
  124. package/dist/src/scalars/components/date-time-picker-field/index.js.map +1 -0
  125. package/dist/src/scalars/components/enum-field/enum-field.d.ts +12 -0
  126. package/dist/src/scalars/components/enum-field/enum-field.d.ts.map +1 -0
  127. package/dist/src/scalars/components/enum-field/enum-field.js +18 -0
  128. package/dist/src/scalars/components/enum-field/enum-field.js.map +1 -0
  129. package/dist/src/scalars/components/enum-field/index.d.ts +3 -0
  130. package/dist/src/scalars/components/enum-field/index.d.ts.map +1 -0
  131. package/dist/src/scalars/components/enum-field/index.js +3 -0
  132. package/dist/src/scalars/components/enum-field/index.js.map +1 -0
  133. package/dist/src/scalars/components/enum-field/types.d.ts +36 -0
  134. package/dist/src/scalars/components/enum-field/types.d.ts.map +1 -0
  135. package/dist/src/scalars/components/enum-field/types.js +2 -0
  136. package/dist/src/scalars/components/enum-field/types.js.map +1 -0
  137. package/dist/src/scalars/components/examples/enum-field-example/enum-field-example.d.ts +3 -0
  138. package/dist/src/scalars/components/examples/enum-field-example/enum-field-example.d.ts.map +1 -0
  139. package/dist/src/scalars/components/examples/enum-field-example/enum-field-example.js +27 -0
  140. package/dist/src/scalars/components/examples/enum-field-example/enum-field-example.js.map +1 -0
  141. package/dist/src/scalars/components/examples/multiple-fields-with-complex-layout/multiple-fields-with-complex-layout.d.ts +3 -0
  142. package/dist/src/scalars/components/examples/multiple-fields-with-complex-layout/multiple-fields-with-complex-layout.d.ts.map +1 -0
  143. package/dist/src/scalars/components/examples/multiple-fields-with-complex-layout/multiple-fields-with-complex-layout.js +31 -0
  144. package/dist/src/scalars/components/examples/multiple-fields-with-complex-layout/multiple-fields-with-complex-layout.js.map +1 -0
  145. package/dist/src/scalars/components/examples/reset-button/reset-button.d.ts +3 -0
  146. package/dist/src/scalars/components/examples/reset-button/reset-button.d.ts.map +1 -0
  147. package/dist/src/scalars/components/examples/reset-button/reset-button.js +12 -0
  148. package/dist/src/scalars/components/examples/reset-button/reset-button.js.map +1 -0
  149. package/dist/src/scalars/components/examples/reset-on-successful-submit/reset-on-successful-submit.d.ts +3 -0
  150. package/dist/src/scalars/components/examples/reset-on-successful-submit/reset-on-successful-submit.d.ts.map +1 -0
  151. package/dist/src/scalars/components/examples/reset-on-successful-submit/reset-on-successful-submit.js +16 -0
  152. package/dist/src/scalars/components/examples/reset-on-successful-submit/reset-on-successful-submit.js.map +1 -0
  153. package/dist/src/scalars/components/examples/submit-changes-only/submit-changes-only.d.ts +4 -0
  154. package/dist/src/scalars/components/examples/submit-changes-only/submit-changes-only.d.ts.map +1 -0
  155. package/dist/src/scalars/components/examples/submit-changes-only/submit-changes-only.js +75 -0
  156. package/dist/src/scalars/components/examples/submit-changes-only/submit-changes-only.js.map +1 -0
  157. package/dist/src/scalars/components/form/form.d.ts +113 -0
  158. package/dist/src/scalars/components/form/form.d.ts.map +1 -0
  159. package/dist/src/scalars/components/form/form.js +138 -0
  160. package/dist/src/scalars/components/form/form.js.map +1 -0
  161. package/dist/src/scalars/components/form/index.d.ts +2 -0
  162. package/dist/src/scalars/components/form/index.d.ts.map +1 -0
  163. package/dist/src/scalars/components/form/index.js +2 -0
  164. package/dist/src/scalars/components/form/index.js.map +1 -0
  165. package/dist/src/scalars/components/form/utils.d.ts +9 -0
  166. package/dist/src/scalars/components/form/utils.d.ts.map +1 -0
  167. package/dist/src/scalars/components/form/utils.js +25 -0
  168. package/dist/src/scalars/components/form/utils.js.map +1 -0
  169. package/dist/src/scalars/components/fragments/button/button.d.ts +11 -0
  170. package/dist/src/scalars/components/fragments/button/button.d.ts.map +1 -0
  171. package/dist/src/scalars/components/fragments/button/button.js +23 -0
  172. package/dist/src/scalars/components/fragments/button/button.js.map +1 -0
  173. package/dist/src/scalars/components/fragments/button/index.d.ts +2 -0
  174. package/dist/src/scalars/components/fragments/button/index.d.ts.map +1 -0
  175. package/dist/src/scalars/components/fragments/button/index.js +2 -0
  176. package/dist/src/scalars/components/fragments/button/index.js.map +1 -0
  177. package/dist/src/scalars/components/fragments/character-counter/character-counter.d.ts +6 -0
  178. package/dist/src/scalars/components/fragments/character-counter/character-counter.d.ts.map +1 -0
  179. package/dist/src/scalars/components/fragments/character-counter/character-counter.js +17 -0
  180. package/dist/src/scalars/components/fragments/character-counter/character-counter.js.map +1 -0
  181. package/dist/src/scalars/components/fragments/character-counter/index.d.ts +2 -0
  182. package/dist/src/scalars/components/fragments/character-counter/index.d.ts.map +1 -0
  183. package/dist/src/scalars/components/fragments/character-counter/index.js +2 -0
  184. package/dist/src/scalars/components/fragments/character-counter/index.js.map +1 -0
  185. package/dist/src/scalars/components/fragments/checkbox-field/checkbox-field.d.ts +4 -0
  186. package/dist/src/scalars/components/fragments/checkbox-field/checkbox-field.d.ts.map +1 -0
  187. package/dist/src/scalars/components/fragments/checkbox-field/checkbox-field.js +6 -0
  188. package/dist/src/scalars/components/fragments/checkbox-field/checkbox-field.js.map +1 -0
  189. package/dist/src/scalars/components/fragments/checkbox-field/index.d.ts +2 -0
  190. package/dist/src/scalars/components/fragments/checkbox-field/index.d.ts.map +1 -0
  191. package/dist/src/scalars/components/fragments/checkbox-field/index.js +2 -0
  192. package/dist/src/scalars/components/fragments/checkbox-field/index.js.map +1 -0
  193. package/dist/src/scalars/components/fragments/command/command.d.ts +80 -0
  194. package/dist/src/scalars/components/fragments/command/command.d.ts.map +1 -0
  195. package/dist/src/scalars/components/fragments/command/command.js +21 -0
  196. package/dist/src/scalars/components/fragments/command/command.js.map +1 -0
  197. package/dist/src/scalars/components/fragments/command/index.d.ts +2 -0
  198. package/dist/src/scalars/components/fragments/command/index.d.ts.map +1 -0
  199. package/dist/src/scalars/components/fragments/command/index.js +2 -0
  200. package/dist/src/scalars/components/fragments/command/index.js.map +1 -0
  201. package/dist/src/scalars/components/fragments/form-description/form-description.d.ts +7 -0
  202. package/dist/src/scalars/components/fragments/form-description/form-description.d.ts.map +1 -0
  203. package/dist/src/scalars/components/fragments/form-description/form-description.js +8 -0
  204. package/dist/src/scalars/components/fragments/form-description/form-description.js.map +1 -0
  205. package/dist/src/scalars/components/fragments/form-description/index.d.ts +2 -0
  206. package/dist/src/scalars/components/fragments/form-description/index.d.ts.map +1 -0
  207. package/dist/src/scalars/components/fragments/form-description/index.js +2 -0
  208. package/dist/src/scalars/components/fragments/form-description/index.js.map +1 -0
  209. package/dist/src/scalars/components/fragments/form-group/form-group.d.ts +2 -0
  210. package/dist/src/scalars/components/fragments/form-group/form-group.d.ts.map +1 -0
  211. package/dist/src/scalars/components/fragments/form-group/form-group.js +5 -0
  212. package/dist/src/scalars/components/fragments/form-group/form-group.js.map +1 -0
  213. package/dist/src/scalars/components/fragments/form-group/index.d.ts +2 -0
  214. package/dist/src/scalars/components/fragments/form-group/index.d.ts.map +1 -0
  215. package/dist/src/scalars/components/fragments/form-group/index.js +2 -0
  216. package/dist/src/scalars/components/fragments/form-group/index.js.map +1 -0
  217. package/dist/src/scalars/components/fragments/form-label/form-label.d.ts +10 -0
  218. package/dist/src/scalars/components/fragments/form-label/form-label.d.ts.map +1 -0
  219. package/dist/src/scalars/components/fragments/form-label/form-label.js +20 -0
  220. package/dist/src/scalars/components/fragments/form-label/form-label.js.map +1 -0
  221. package/dist/src/scalars/components/fragments/form-label/index.d.ts +2 -0
  222. package/dist/src/scalars/components/fragments/form-label/index.d.ts.map +1 -0
  223. package/dist/src/scalars/components/fragments/form-label/index.js +2 -0
  224. package/dist/src/scalars/components/fragments/form-label/index.js.map +1 -0
  225. package/dist/src/scalars/components/fragments/form-message/form-message.d.ts +11 -0
  226. package/dist/src/scalars/components/fragments/form-message/form-message.d.ts.map +1 -0
  227. package/dist/src/scalars/components/fragments/form-message/form-message.js +15 -0
  228. package/dist/src/scalars/components/fragments/form-message/form-message.js.map +1 -0
  229. package/dist/src/scalars/components/fragments/form-message/form-server-error-message.d.ts +2 -0
  230. package/dist/src/scalars/components/fragments/form-message/form-server-error-message.d.ts.map +1 -0
  231. package/dist/src/scalars/components/fragments/form-message/form-server-error-message.js +11 -0
  232. package/dist/src/scalars/components/fragments/form-message/form-server-error-message.js.map +1 -0
  233. package/dist/src/scalars/components/fragments/form-message/index.d.ts +4 -0
  234. package/dist/src/scalars/components/fragments/form-message/index.d.ts.map +1 -0
  235. package/dist/src/scalars/components/fragments/form-message/index.js +4 -0
  236. package/dist/src/scalars/components/fragments/form-message/index.js.map +1 -0
  237. package/dist/src/scalars/components/fragments/form-message/message-list.d.ts +9 -0
  238. package/dist/src/scalars/components/fragments/form-message/message-list.d.ts.map +1 -0
  239. package/dist/src/scalars/components/fragments/form-message/message-list.js +22 -0
  240. package/dist/src/scalars/components/fragments/form-message/message-list.js.map +1 -0
  241. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-context.d.ts +3 -0
  242. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-context.d.ts.map +1 -0
  243. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-context.js +4 -0
  244. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-context.js.map +1 -0
  245. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-input-container.d.ts +24 -0
  246. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-input-container.d.ts.map +1 -0
  247. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-input-container.js +71 -0
  248. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-input-container.js.map +1 -0
  249. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list-option.d.ts +16 -0
  250. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list-option.d.ts.map +1 -0
  251. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list-option.js +47 -0
  252. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list-option.js.map +1 -0
  253. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list.d.ts +20 -0
  254. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list.d.ts.map +1 -0
  255. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list.js +31 -0
  256. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list.js.map +1 -0
  257. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete.d.ts +5 -0
  258. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete.d.ts.map +1 -0
  259. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete.js +88 -0
  260. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete.js.map +1 -0
  261. package/dist/src/scalars/components/fragments/id-autocomplete/index.d.ts +3 -0
  262. package/dist/src/scalars/components/fragments/id-autocomplete/index.d.ts.map +1 -0
  263. package/dist/src/scalars/components/fragments/id-autocomplete/index.js +2 -0
  264. package/dist/src/scalars/components/fragments/id-autocomplete/index.js.map +1 -0
  265. package/dist/src/scalars/components/fragments/id-autocomplete/types.d.ts +48 -0
  266. package/dist/src/scalars/components/fragments/id-autocomplete/types.d.ts.map +1 -0
  267. package/dist/src/scalars/components/fragments/id-autocomplete/types.js +2 -0
  268. package/dist/src/scalars/components/fragments/id-autocomplete/types.js.map +1 -0
  269. package/dist/src/scalars/components/fragments/id-autocomplete/use-id-autocomplete.d.ts +33 -0
  270. package/dist/src/scalars/components/fragments/id-autocomplete/use-id-autocomplete.d.ts.map +1 -0
  271. package/dist/src/scalars/components/fragments/id-autocomplete/use-id-autocomplete.js +212 -0
  272. package/dist/src/scalars/components/fragments/id-autocomplete/use-id-autocomplete.js.map +1 -0
  273. package/dist/src/scalars/components/fragments/index.d.ts +8 -0
  274. package/dist/src/scalars/components/fragments/index.d.ts.map +1 -0
  275. package/dist/src/scalars/components/fragments/index.js +8 -0
  276. package/dist/src/scalars/components/fragments/index.js.map +1 -0
  277. package/dist/src/scalars/components/fragments/popover/index.d.ts +2 -0
  278. package/dist/src/scalars/components/fragments/popover/index.d.ts.map +1 -0
  279. package/dist/src/scalars/components/fragments/popover/index.js +2 -0
  280. package/dist/src/scalars/components/fragments/popover/index.js.map +1 -0
  281. package/dist/src/scalars/components/fragments/popover/popover.d.ts +7 -0
  282. package/dist/src/scalars/components/fragments/popover/popover.d.ts.map +1 -0
  283. package/dist/src/scalars/components/fragments/popover/popover.js +17 -0
  284. package/dist/src/scalars/components/fragments/popover/popover.js.map +1 -0
  285. package/dist/src/scalars/components/fragments/radio-group-field/index.d.ts +3 -0
  286. package/dist/src/scalars/components/fragments/radio-group-field/index.d.ts.map +1 -0
  287. package/dist/src/scalars/components/fragments/radio-group-field/index.js +3 -0
  288. package/dist/src/scalars/components/fragments/radio-group-field/index.js.map +1 -0
  289. package/dist/src/scalars/components/fragments/radio-group-field/radio-group-field.d.ts +12 -0
  290. package/dist/src/scalars/components/fragments/radio-group-field/radio-group-field.d.ts.map +1 -0
  291. package/dist/src/scalars/components/fragments/radio-group-field/radio-group-field.js +18 -0
  292. package/dist/src/scalars/components/fragments/radio-group-field/radio-group-field.js.map +1 -0
  293. package/dist/src/scalars/components/fragments/radio-group-field/radio-group.d.ts +10 -0
  294. package/dist/src/scalars/components/fragments/radio-group-field/radio-group.d.ts.map +1 -0
  295. package/dist/src/scalars/components/fragments/radio-group-field/radio-group.js +10 -0
  296. package/dist/src/scalars/components/fragments/radio-group-field/radio-group.js.map +1 -0
  297. package/dist/src/scalars/components/fragments/radio-group-field/radio.d.ts +13 -0
  298. package/dist/src/scalars/components/fragments/radio-group-field/radio.d.ts.map +1 -0
  299. package/dist/src/scalars/components/fragments/radio-group-field/radio.js +24 -0
  300. package/dist/src/scalars/components/fragments/radio-group-field/radio.js.map +1 -0
  301. package/dist/src/scalars/components/fragments/select-field/content.d.ts +17 -0
  302. package/dist/src/scalars/components/fragments/select-field/content.d.ts.map +1 -0
  303. package/dist/src/scalars/components/fragments/select-field/content.js +34 -0
  304. package/dist/src/scalars/components/fragments/select-field/content.js.map +1 -0
  305. package/dist/src/scalars/components/fragments/select-field/index.d.ts +2 -0
  306. package/dist/src/scalars/components/fragments/select-field/index.d.ts.map +1 -0
  307. package/dist/src/scalars/components/fragments/select-field/index.js +2 -0
  308. package/dist/src/scalars/components/fragments/select-field/index.js.map +1 -0
  309. package/dist/src/scalars/components/fragments/select-field/select-field.d.ts +19 -0
  310. package/dist/src/scalars/components/fragments/select-field/select-field.d.ts.map +1 -0
  311. package/dist/src/scalars/components/fragments/select-field/select-field.js +62 -0
  312. package/dist/src/scalars/components/fragments/select-field/select-field.js.map +1 -0
  313. package/dist/src/scalars/components/fragments/select-field/selected-content.d.ts +13 -0
  314. package/dist/src/scalars/components/fragments/select-field/selected-content.d.ts.map +1 -0
  315. package/dist/src/scalars/components/fragments/select-field/selected-content.js +26 -0
  316. package/dist/src/scalars/components/fragments/select-field/selected-content.js.map +1 -0
  317. package/dist/src/scalars/components/fragments/select-field/subcomponents/CommandItemList.d.ts +15 -0
  318. package/dist/src/scalars/components/fragments/select-field/subcomponents/CommandItemList.d.ts.map +1 -0
  319. package/dist/src/scalars/components/fragments/select-field/subcomponents/CommandItemList.js +24 -0
  320. package/dist/src/scalars/components/fragments/select-field/subcomponents/CommandItemList.js.map +1 -0
  321. package/dist/src/scalars/components/fragments/select-field/use-select-field.d.ts +19 -0
  322. package/dist/src/scalars/components/fragments/select-field/use-select-field.d.ts.map +1 -0
  323. package/dist/src/scalars/components/fragments/select-field/use-select-field.js +86 -0
  324. package/dist/src/scalars/components/fragments/select-field/use-select-field.js.map +1 -0
  325. package/dist/src/scalars/components/fragments/tabs/tabs.d.ts +8 -0
  326. package/dist/src/scalars/components/fragments/tabs/tabs.d.ts.map +1 -0
  327. package/dist/src/scalars/components/fragments/tabs/tabs.js +14 -0
  328. package/dist/src/scalars/components/fragments/tabs/tabs.js.map +1 -0
  329. package/dist/src/scalars/components/fragments/text-field/index.d.ts +2 -0
  330. package/dist/src/scalars/components/fragments/text-field/index.d.ts.map +1 -0
  331. package/dist/src/scalars/components/fragments/text-field/index.js +2 -0
  332. package/dist/src/scalars/components/fragments/text-field/index.js.map +1 -0
  333. package/dist/src/scalars/components/fragments/text-field/text-field.d.ts +5 -0
  334. package/dist/src/scalars/components/fragments/text-field/text-field.d.ts.map +1 -0
  335. package/dist/src/scalars/components/fragments/text-field/text-field.js +5 -0
  336. package/dist/src/scalars/components/fragments/text-field/text-field.js.map +1 -0
  337. package/dist/src/scalars/components/fragments/textarea-field/index.d.ts +2 -0
  338. package/dist/src/scalars/components/fragments/textarea-field/index.d.ts.map +1 -0
  339. package/dist/src/scalars/components/fragments/textarea-field/index.js +2 -0
  340. package/dist/src/scalars/components/fragments/textarea-field/index.js.map +1 -0
  341. package/dist/src/scalars/components/fragments/textarea-field/textarea-field.d.ts +6 -0
  342. package/dist/src/scalars/components/fragments/textarea-field/textarea-field.d.ts.map +1 -0
  343. package/dist/src/scalars/components/fragments/textarea-field/textarea-field.js +6 -0
  344. package/dist/src/scalars/components/fragments/textarea-field/textarea-field.js.map +1 -0
  345. package/dist/src/scalars/components/fragments/toggle-field/index.d.ts +2 -0
  346. package/dist/src/scalars/components/fragments/toggle-field/index.d.ts.map +1 -0
  347. package/dist/src/scalars/components/fragments/toggle-field/index.js +2 -0
  348. package/dist/src/scalars/components/fragments/toggle-field/index.js.map +1 -0
  349. package/dist/src/scalars/components/fragments/toggle-field/toggle-field.d.ts +4 -0
  350. package/dist/src/scalars/components/fragments/toggle-field/toggle-field.d.ts.map +1 -0
  351. package/dist/src/scalars/components/fragments/toggle-field/toggle-field.js +6 -0
  352. package/dist/src/scalars/components/fragments/toggle-field/toggle-field.js.map +1 -0
  353. package/dist/src/scalars/components/fragments/value-transformer/index.d.ts +3 -0
  354. package/dist/src/scalars/components/fragments/value-transformer/index.d.ts.map +1 -0
  355. package/dist/src/scalars/components/fragments/value-transformer/index.js +3 -0
  356. package/dist/src/scalars/components/fragments/value-transformer/index.js.map +1 -0
  357. package/dist/src/scalars/components/fragments/value-transformer/value-transformer.d.ts +63 -0
  358. package/dist/src/scalars/components/fragments/value-transformer/value-transformer.d.ts.map +1 -0
  359. package/dist/src/scalars/components/fragments/value-transformer/value-transformer.js +142 -0
  360. package/dist/src/scalars/components/fragments/value-transformer/value-transformer.js.map +1 -0
  361. package/dist/src/scalars/components/fragments/with-field-validation/index.d.ts +2 -0
  362. package/dist/src/scalars/components/fragments/with-field-validation/index.d.ts.map +1 -0
  363. package/dist/src/scalars/components/fragments/with-field-validation/index.js +2 -0
  364. package/dist/src/scalars/components/fragments/with-field-validation/index.js.map +1 -0
  365. package/dist/src/scalars/components/fragments/with-field-validation/with-field-validation.d.ts +16 -0
  366. package/dist/src/scalars/components/fragments/with-field-validation/with-field-validation.d.ts.map +1 -0
  367. package/dist/src/scalars/components/fragments/with-field-validation/with-field-validation.js +218 -0
  368. package/dist/src/scalars/components/fragments/with-field-validation/with-field-validation.js.map +1 -0
  369. package/dist/src/scalars/components/id-field/id-field.d.ts +9 -0
  370. package/dist/src/scalars/components/id-field/id-field.d.ts.map +1 -0
  371. package/dist/src/scalars/components/id-field/id-field.js +23 -0
  372. package/dist/src/scalars/components/id-field/id-field.js.map +1 -0
  373. package/dist/src/scalars/components/id-field/index.d.ts +2 -0
  374. package/dist/src/scalars/components/id-field/index.d.ts.map +1 -0
  375. package/dist/src/scalars/components/id-field/index.js +2 -0
  376. package/dist/src/scalars/components/id-field/index.js.map +1 -0
  377. package/dist/src/scalars/components/index.d.ts +122 -0
  378. package/dist/src/scalars/components/index.d.ts.map +1 -0
  379. package/dist/src/scalars/components/index.js +94 -0
  380. package/dist/src/scalars/components/index.js.map +1 -0
  381. package/dist/src/scalars/components/number-field/index.d.ts +2 -0
  382. package/dist/src/scalars/components/number-field/index.d.ts.map +1 -0
  383. package/dist/src/scalars/components/number-field/index.js +2 -0
  384. package/dist/src/scalars/components/number-field/index.js.map +1 -0
  385. package/dist/src/scalars/components/number-field/number-field-validations.d.ts +7 -0
  386. package/dist/src/scalars/components/number-field/number-field-validations.d.ts.map +1 -0
  387. package/dist/src/scalars/components/number-field/number-field-validations.js +117 -0
  388. package/dist/src/scalars/components/number-field/number-field-validations.js.map +1 -0
  389. package/dist/src/scalars/components/number-field/number-field.d.ts +12 -0
  390. package/dist/src/scalars/components/number-field/number-field.d.ts.map +1 -0
  391. package/dist/src/scalars/components/number-field/number-field.js +50 -0
  392. package/dist/src/scalars/components/number-field/number-field.js.map +1 -0
  393. package/dist/src/scalars/components/number-field/types.d.ts +20 -0
  394. package/dist/src/scalars/components/number-field/types.d.ts.map +1 -0
  395. package/dist/src/scalars/components/number-field/types.js +2 -0
  396. package/dist/src/scalars/components/number-field/types.js.map +1 -0
  397. package/dist/src/scalars/components/number-field/use-number-field.d.ts +29 -0
  398. package/dist/src/scalars/components/number-field/use-number-field.d.ts.map +1 -0
  399. package/dist/src/scalars/components/number-field/use-number-field.js +140 -0
  400. package/dist/src/scalars/components/number-field/use-number-field.js.map +1 -0
  401. package/dist/src/scalars/components/number-field/utils.d.ts +10 -0
  402. package/dist/src/scalars/components/number-field/utils.d.ts.map +1 -0
  403. package/dist/src/scalars/components/number-field/utils.js +38 -0
  404. package/dist/src/scalars/components/number-field/utils.js.map +1 -0
  405. package/dist/src/scalars/components/oid-field/index.d.ts +3 -0
  406. package/dist/src/scalars/components/oid-field/index.d.ts.map +1 -0
  407. package/dist/src/scalars/components/oid-field/index.js +2 -0
  408. package/dist/src/scalars/components/oid-field/index.js.map +1 -0
  409. package/dist/src/scalars/components/oid-field/oid-field.d.ts +4 -0
  410. package/dist/src/scalars/components/oid-field/oid-field.d.ts.map +1 -0
  411. package/dist/src/scalars/components/oid-field/oid-field.js +20 -0
  412. package/dist/src/scalars/components/oid-field/oid-field.js.map +1 -0
  413. package/dist/src/scalars/components/oid-field/types.d.ts +5 -0
  414. package/dist/src/scalars/components/oid-field/types.d.ts.map +1 -0
  415. package/dist/src/scalars/components/oid-field/types.js +2 -0
  416. package/dist/src/scalars/components/oid-field/types.js.map +1 -0
  417. package/dist/src/scalars/components/phid-field/index.d.ts +3 -0
  418. package/dist/src/scalars/components/phid-field/index.d.ts.map +1 -0
  419. package/dist/src/scalars/components/phid-field/index.js +2 -0
  420. package/dist/src/scalars/components/phid-field/index.js.map +1 -0
  421. package/dist/src/scalars/components/phid-field/phid-field.d.ts +4 -0
  422. package/dist/src/scalars/components/phid-field/phid-field.d.ts.map +1 -0
  423. package/dist/src/scalars/components/phid-field/phid-field.js +51 -0
  424. package/dist/src/scalars/components/phid-field/phid-field.js.map +1 -0
  425. package/dist/src/scalars/components/phid-field/types.d.ts +5 -0
  426. package/dist/src/scalars/components/phid-field/types.d.ts.map +1 -0
  427. package/dist/src/scalars/components/phid-field/types.js +2 -0
  428. package/dist/src/scalars/components/phid-field/types.js.map +1 -0
  429. package/dist/src/scalars/components/string-field/index.d.ts +2 -0
  430. package/dist/src/scalars/components/string-field/index.d.ts.map +1 -0
  431. package/dist/src/scalars/components/string-field/index.js +2 -0
  432. package/dist/src/scalars/components/string-field/index.js.map +1 -0
  433. package/dist/src/scalars/components/string-field/string-field.d.ts +7 -0
  434. package/dist/src/scalars/components/string-field/string-field.d.ts.map +1 -0
  435. package/dist/src/scalars/components/string-field/string-field.js +13 -0
  436. package/dist/src/scalars/components/string-field/string-field.js.map +1 -0
  437. package/dist/src/scalars/components/time-picker-field/index.d.ts +2 -0
  438. package/dist/src/scalars/components/time-picker-field/index.d.ts.map +1 -0
  439. package/dist/src/scalars/components/time-picker-field/index.js +2 -0
  440. package/dist/src/scalars/components/time-picker-field/index.js.map +1 -0
  441. package/dist/src/scalars/components/time-picker-field/time-picker-field-validations.d.ts +3 -0
  442. package/dist/src/scalars/components/time-picker-field/time-picker-field-validations.d.ts.map +1 -0
  443. package/dist/src/scalars/components/time-picker-field/time-picker-field-validations.js +48 -0
  444. package/dist/src/scalars/components/time-picker-field/time-picker-field-validations.js.map +1 -0
  445. package/dist/src/scalars/components/time-picker-field/time-picker-field.d.ts +7 -0
  446. package/dist/src/scalars/components/time-picker-field/time-picker-field.d.ts.map +1 -0
  447. package/dist/src/scalars/components/time-picker-field/time-picker-field.js +11 -0
  448. package/dist/src/scalars/components/time-picker-field/time-picker-field.js.map +1 -0
  449. package/dist/src/scalars/components/types.d.ts +29 -0
  450. package/dist/src/scalars/components/types.d.ts.map +1 -0
  451. package/dist/src/scalars/components/types.js +2 -0
  452. package/dist/src/scalars/components/types.js.map +1 -0
  453. package/dist/src/scalars/components/url-field/index.d.ts +3 -0
  454. package/dist/src/scalars/components/url-field/index.d.ts.map +1 -0
  455. package/dist/src/scalars/components/url-field/index.js +3 -0
  456. package/dist/src/scalars/components/url-field/index.js.map +1 -0
  457. package/dist/src/scalars/components/url-field/url-favicon.d.ts +8 -0
  458. package/dist/src/scalars/components/url-field/url-favicon.d.ts.map +1 -0
  459. package/dist/src/scalars/components/url-field/url-favicon.js +35 -0
  460. package/dist/src/scalars/components/url-field/url-favicon.js.map +1 -0
  461. package/dist/src/scalars/components/url-field/url-field.d.ts +9 -0
  462. package/dist/src/scalars/components/url-field/url-field.d.ts.map +1 -0
  463. package/dist/src/scalars/components/url-field/url-field.js +48 -0
  464. package/dist/src/scalars/components/url-field/url-field.js.map +1 -0
  465. package/dist/src/scalars/components/url-field/url-input.d.ts +11 -0
  466. package/dist/src/scalars/components/url-field/url-input.d.ts.map +1 -0
  467. package/dist/src/scalars/components/url-field/url-input.js +34 -0
  468. package/dist/src/scalars/components/url-field/url-input.js.map +1 -0
  469. package/dist/src/scalars/components/url-field/useURLWarnings.d.ts +5 -0
  470. package/dist/src/scalars/components/url-field/useURLWarnings.d.ts.map +1 -0
  471. package/dist/src/scalars/components/url-field/useURLWarnings.js +77 -0
  472. package/dist/src/scalars/components/url-field/useURLWarnings.js.map +1 -0
  473. package/dist/src/scalars/graphql/Amount.d.ts +26 -0
  474. package/dist/src/scalars/graphql/Amount.d.ts.map +1 -0
  475. package/dist/src/scalars/graphql/Amount.js +48 -0
  476. package/dist/src/scalars/graphql/Amount.js.map +1 -0
  477. package/dist/src/scalars/graphql/AmountCrypto.d.ts +27 -0
  478. package/dist/src/scalars/graphql/AmountCrypto.d.ts.map +1 -0
  479. package/dist/src/scalars/graphql/AmountCrypto.js +48 -0
  480. package/dist/src/scalars/graphql/AmountCrypto.js.map +1 -0
  481. package/dist/src/scalars/graphql/AmountCurrency.d.ts +27 -0
  482. package/dist/src/scalars/graphql/AmountCurrency.d.ts.map +1 -0
  483. package/dist/src/scalars/graphql/AmountCurrency.js +48 -0
  484. package/dist/src/scalars/graphql/AmountCurrency.js.map +1 -0
  485. package/dist/src/scalars/graphql/AmountFiat.d.ts +27 -0
  486. package/dist/src/scalars/graphql/AmountFiat.d.ts.map +1 -0
  487. package/dist/src/scalars/graphql/AmountFiat.js +48 -0
  488. package/dist/src/scalars/graphql/AmountFiat.js.map +1 -0
  489. package/dist/src/scalars/graphql/AmountMoney.d.ts +13 -0
  490. package/dist/src/scalars/graphql/AmountMoney.d.ts.map +1 -0
  491. package/dist/src/scalars/graphql/AmountMoney.js +35 -0
  492. package/dist/src/scalars/graphql/AmountMoney.js.map +1 -0
  493. package/dist/src/scalars/graphql/AmountPercentage.d.ts +13 -0
  494. package/dist/src/scalars/graphql/AmountPercentage.d.ts.map +1 -0
  495. package/dist/src/scalars/graphql/AmountPercentage.js +33 -0
  496. package/dist/src/scalars/graphql/AmountPercentage.js.map +1 -0
  497. package/dist/src/scalars/graphql/AmountTokens.d.ts +13 -0
  498. package/dist/src/scalars/graphql/AmountTokens.d.ts.map +1 -0
  499. package/dist/src/scalars/graphql/AmountTokens.js +33 -0
  500. package/dist/src/scalars/graphql/AmountTokens.js.map +1 -0
  501. package/dist/src/scalars/graphql/Currency.d.ts +13 -0
  502. package/dist/src/scalars/graphql/Currency.d.ts.map +1 -0
  503. package/dist/src/scalars/graphql/Currency.js +31 -0
  504. package/dist/src/scalars/graphql/Currency.js.map +1 -0
  505. package/dist/src/scalars/graphql/Date.d.ts +13 -0
  506. package/dist/src/scalars/graphql/Date.d.ts.map +1 -0
  507. package/dist/src/scalars/graphql/Date.js +29 -0
  508. package/dist/src/scalars/graphql/Date.js.map +1 -0
  509. package/dist/src/scalars/graphql/DateTime.d.ts +13 -0
  510. package/dist/src/scalars/graphql/DateTime.d.ts.map +1 -0
  511. package/dist/src/scalars/graphql/DateTime.js +29 -0
  512. package/dist/src/scalars/graphql/DateTime.js.map +1 -0
  513. package/dist/src/scalars/graphql/EmailAddress.d.ts +13 -0
  514. package/dist/src/scalars/graphql/EmailAddress.d.ts.map +1 -0
  515. package/dist/src/scalars/graphql/EmailAddress.js +29 -0
  516. package/dist/src/scalars/graphql/EmailAddress.js.map +1 -0
  517. package/dist/src/scalars/graphql/EthereumAddress.d.ts +13 -0
  518. package/dist/src/scalars/graphql/EthereumAddress.d.ts.map +1 -0
  519. package/dist/src/scalars/graphql/EthereumAddress.js +31 -0
  520. package/dist/src/scalars/graphql/EthereumAddress.js.map +1 -0
  521. package/dist/src/scalars/graphql/OID.d.ts +13 -0
  522. package/dist/src/scalars/graphql/OID.d.ts.map +1 -0
  523. package/dist/src/scalars/graphql/OID.js +31 -0
  524. package/dist/src/scalars/graphql/OID.js.map +1 -0
  525. package/dist/src/scalars/graphql/OLabel.d.ts +13 -0
  526. package/dist/src/scalars/graphql/OLabel.d.ts.map +1 -0
  527. package/dist/src/scalars/graphql/OLabel.js +31 -0
  528. package/dist/src/scalars/graphql/OLabel.js.map +1 -0
  529. package/dist/src/scalars/graphql/PHID.d.ts +13 -0
  530. package/dist/src/scalars/graphql/PHID.d.ts.map +1 -0
  531. package/dist/src/scalars/graphql/PHID.js +31 -0
  532. package/dist/src/scalars/graphql/PHID.js.map +1 -0
  533. package/dist/src/scalars/graphql/URL.d.ts +13 -0
  534. package/dist/src/scalars/graphql/URL.d.ts.map +1 -0
  535. package/dist/src/scalars/graphql/URL.js +29 -0
  536. package/dist/src/scalars/graphql/URL.js.map +1 -0
  537. package/dist/src/scalars/graphql/index.d.ts +89 -0
  538. package/dist/src/scalars/graphql/index.d.ts.map +1 -0
  539. package/dist/src/scalars/graphql/index.js +97 -0
  540. package/dist/src/scalars/graphql/index.js.map +1 -0
  541. package/dist/src/scalars/graphql/types.d.ts +15 -0
  542. package/dist/src/scalars/graphql/types.d.ts.map +1 -0
  543. package/dist/src/scalars/graphql/types.js +2 -0
  544. package/dist/src/scalars/graphql/types.js.map +1 -0
  545. package/dist/src/scalars/hooks/useEllipsis.d.ts +7 -0
  546. package/dist/src/scalars/hooks/useEllipsis.d.ts.map +1 -0
  547. package/dist/src/scalars/hooks/useEllipsis.js +21 -0
  548. package/dist/src/scalars/hooks/useEllipsis.js.map +1 -0
  549. package/dist/src/scalars/index.d.ts +4 -0
  550. package/dist/src/scalars/index.d.ts.map +1 -0
  551. package/dist/src/scalars/index.js +5 -0
  552. package/dist/src/scalars/index.js.map +1 -0
  553. package/dist/src/scalars/lib/decorators.d.ts +5 -0
  554. package/dist/src/scalars/lib/decorators.d.ts.map +1 -0
  555. package/dist/src/scalars/lib/decorators.js +96 -0
  556. package/dist/src/scalars/lib/decorators.js.map +1 -0
  557. package/dist/src/scalars/lib/deep-equal.d.ts +2 -0
  558. package/dist/src/scalars/lib/deep-equal.d.ts.map +1 -0
  559. package/dist/src/scalars/lib/deep-equal.js +37 -0
  560. package/dist/src/scalars/lib/deep-equal.js.map +1 -0
  561. package/dist/src/scalars/lib/index.d.ts +7 -0
  562. package/dist/src/scalars/lib/index.d.ts.map +1 -0
  563. package/dist/src/scalars/lib/index.js +7 -0
  564. package/dist/src/scalars/lib/index.js.map +1 -0
  565. package/dist/src/scalars/lib/is-empty.d.ts +2 -0
  566. package/dist/src/scalars/lib/is-empty.d.ts.map +1 -0
  567. package/dist/src/scalars/lib/is-empty.js +24 -0
  568. package/dist/src/scalars/lib/is-empty.js.map +1 -0
  569. package/dist/src/scalars/lib/share-number-validations.d.ts +5 -0
  570. package/dist/src/scalars/lib/share-number-validations.d.ts.map +1 -0
  571. package/dist/src/scalars/lib/share-number-validations.js +32 -0
  572. package/dist/src/scalars/lib/share-number-validations.js.map +1 -0
  573. package/dist/src/scalars/lib/shared-value-transformers.d.ts +3 -0
  574. package/dist/src/scalars/lib/shared-value-transformers.d.ts.map +1 -0
  575. package/dist/src/scalars/lib/shared-value-transformers.js +31 -0
  576. package/dist/src/scalars/lib/shared-value-transformers.js.map +1 -0
  577. package/dist/src/scalars/lib/storybook-arg-types.d.ts +404 -0
  578. package/dist/src/scalars/lib/storybook-arg-types.d.ts.map +1 -0
  579. package/dist/src/scalars/lib/storybook-arg-types.js +357 -0
  580. package/dist/src/scalars/lib/storybook-arg-types.js.map +1 -0
  581. package/dist/src/scalars/lib/testing.d.ts +3 -0
  582. package/dist/src/scalars/lib/testing.d.ts.map +1 -0
  583. package/dist/src/scalars/lib/testing.js +9 -0
  584. package/dist/src/scalars/lib/testing.js.map +1 -0
  585. package/dist/src/scalars/lib/utils.d.ts +3 -0
  586. package/dist/src/scalars/lib/utils.d.ts.map +1 -0
  587. package/dist/src/scalars/lib/utils.js +6 -0
  588. package/dist/src/scalars/lib/utils.js.map +1 -0
  589. package/dist/src/scalars/lib/value-cast.d.ts +4 -0
  590. package/dist/src/scalars/lib/value-cast.d.ts.map +1 -0
  591. package/dist/src/scalars/lib/value-cast.js +57 -0
  592. package/dist/src/scalars/lib/value-cast.js.map +1 -0
  593. package/dist/src/ui/components/data-entry/aid-input/aid-input.d.ts +5 -0
  594. package/dist/src/ui/components/data-entry/aid-input/aid-input.d.ts.map +1 -0
  595. package/dist/src/ui/components/data-entry/aid-input/aid-input.js +25 -0
  596. package/dist/src/ui/components/data-entry/aid-input/aid-input.js.map +1 -0
  597. package/dist/src/ui/components/data-entry/aid-input/index.d.ts +3 -0
  598. package/dist/src/ui/components/data-entry/aid-input/index.d.ts.map +1 -0
  599. package/dist/src/ui/components/data-entry/aid-input/index.js +2 -0
  600. package/dist/src/ui/components/data-entry/aid-input/index.js.map +1 -0
  601. package/dist/src/ui/components/data-entry/aid-input/mocks.d.ts +7 -0
  602. package/dist/src/ui/components/data-entry/aid-input/mocks.d.ts.map +1 -0
  603. package/dist/src/ui/components/data-entry/aid-input/mocks.js +319 -0
  604. package/dist/src/ui/components/data-entry/aid-input/mocks.js.map +1 -0
  605. package/dist/src/ui/components/data-entry/aid-input/types.d.ts +25 -0
  606. package/dist/src/ui/components/data-entry/aid-input/types.d.ts.map +1 -0
  607. package/dist/src/ui/components/data-entry/aid-input/types.js +2 -0
  608. package/dist/src/ui/components/data-entry/aid-input/types.js.map +1 -0
  609. package/dist/src/ui/components/data-entry/amount-input/amount-input.d.ts +24 -0
  610. package/dist/src/ui/components/data-entry/amount-input/amount-input.d.ts.map +1 -0
  611. package/dist/src/ui/components/data-entry/amount-input/amount-input.js +34 -0
  612. package/dist/src/ui/components/data-entry/amount-input/amount-input.js.map +1 -0
  613. package/dist/src/ui/components/data-entry/amount-input/index.d.ts +2 -0
  614. package/dist/src/ui/components/data-entry/amount-input/index.d.ts.map +1 -0
  615. package/dist/src/ui/components/data-entry/amount-input/index.js +2 -0
  616. package/dist/src/ui/components/data-entry/amount-input/index.js.map +1 -0
  617. package/dist/src/ui/components/data-entry/amount-input/types.d.ts +43 -0
  618. package/dist/src/ui/components/data-entry/amount-input/types.d.ts.map +1 -0
  619. package/dist/src/ui/components/data-entry/amount-input/types.js +2 -0
  620. package/dist/src/ui/components/data-entry/amount-input/types.js.map +1 -0
  621. package/dist/src/ui/components/data-entry/amount-input/use-amount-input.d.ts +34 -0
  622. package/dist/src/ui/components/data-entry/amount-input/use-amount-input.d.ts.map +1 -0
  623. package/dist/src/ui/components/data-entry/amount-input/use-amount-input.js +311 -0
  624. package/dist/src/ui/components/data-entry/amount-input/use-amount-input.js.map +1 -0
  625. package/dist/src/ui/components/data-entry/amount-input/utils.d.ts +17 -0
  626. package/dist/src/ui/components/data-entry/amount-input/utils.d.ts.map +1 -0
  627. package/dist/src/ui/components/data-entry/amount-input/utils.js +93 -0
  628. package/dist/src/ui/components/data-entry/amount-input/utils.js.map +1 -0
  629. package/dist/src/ui/components/data-entry/checkbox/checkbox-base.d.ts +8 -0
  630. package/dist/src/ui/components/data-entry/checkbox/checkbox-base.d.ts.map +1 -0
  631. package/dist/src/ui/components/data-entry/checkbox/checkbox-base.js +29 -0
  632. package/dist/src/ui/components/data-entry/checkbox/checkbox-base.js.map +1 -0
  633. package/dist/src/ui/components/data-entry/checkbox/checkbox.d.ts +10 -0
  634. package/dist/src/ui/components/data-entry/checkbox/checkbox.d.ts.map +1 -0
  635. package/dist/src/ui/components/data-entry/checkbox/checkbox.js +22 -0
  636. package/dist/src/ui/components/data-entry/checkbox/checkbox.js.map +1 -0
  637. package/dist/src/ui/components/data-entry/checkbox/index.d.ts +3 -0
  638. package/dist/src/ui/components/data-entry/checkbox/index.d.ts.map +1 -0
  639. package/dist/src/ui/components/data-entry/checkbox/index.js +2 -0
  640. package/dist/src/ui/components/data-entry/checkbox/index.js.map +1 -0
  641. package/dist/src/ui/components/data-entry/date-picker/date-picker.d.ts +25 -0
  642. package/dist/src/ui/components/data-entry/date-picker/date-picker.d.ts.map +1 -0
  643. package/dist/src/ui/components/data-entry/date-picker/date-picker.js +47 -0
  644. package/dist/src/ui/components/data-entry/date-picker/date-picker.js.map +1 -0
  645. package/dist/src/ui/components/data-entry/date-picker/index.d.ts +3 -0
  646. package/dist/src/ui/components/data-entry/date-picker/index.d.ts.map +1 -0
  647. package/dist/src/ui/components/data-entry/date-picker/index.js +2 -0
  648. package/dist/src/ui/components/data-entry/date-picker/index.js.map +1 -0
  649. package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar/calendar.d.ts +49 -0
  650. package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar/calendar.d.ts.map +1 -0
  651. package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar/calendar.js +112 -0
  652. package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar/calendar.js.map +1 -0
  653. package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-date-header/calendar-date-header.d.ts +8 -0
  654. package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-date-header/calendar-date-header.d.ts.map +1 -0
  655. package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-date-header/calendar-date-header.js +8 -0
  656. package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-date-header/calendar-date-header.js.map +1 -0
  657. package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-nav/calendar-nav.d.ts +22 -0
  658. package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-nav/calendar-nav.d.ts.map +1 -0
  659. package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-nav/calendar-nav.js +81 -0
  660. package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-nav/calendar-nav.js.map +1 -0
  661. package/dist/src/ui/components/data-entry/date-picker/subcomponents/caption-label/caption-label.d.ts +9 -0
  662. package/dist/src/ui/components/data-entry/date-picker/subcomponents/caption-label/caption-label.d.ts.map +1 -0
  663. package/dist/src/ui/components/data-entry/date-picker/subcomponents/caption-label/caption-label.js +15 -0
  664. package/dist/src/ui/components/data-entry/date-picker/subcomponents/caption-label/caption-label.js.map +1 -0
  665. package/dist/src/ui/components/data-entry/date-picker/subcomponents/months-view/month-view.d.ts +8 -0
  666. package/dist/src/ui/components/data-entry/date-picker/subcomponents/months-view/month-view.d.ts.map +1 -0
  667. package/dist/src/ui/components/data-entry/date-picker/subcomponents/months-view/month-view.js +8 -0
  668. package/dist/src/ui/components/data-entry/date-picker/subcomponents/months-view/month-view.js.map +1 -0
  669. package/dist/src/ui/components/data-entry/date-picker/subcomponents/utils.d.ts +2 -0
  670. package/dist/src/ui/components/data-entry/date-picker/subcomponents/utils.d.ts.map +1 -0
  671. package/dist/src/ui/components/data-entry/date-picker/subcomponents/utils.js +15 -0
  672. package/dist/src/ui/components/data-entry/date-picker/subcomponents/utils.js.map +1 -0
  673. package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-button.d.ts +16 -0
  674. package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-button.d.ts.map +1 -0
  675. package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-button.js +13 -0
  676. package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-button.js.map +1 -0
  677. package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-grid.d.ts +18 -0
  678. package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-grid.d.ts.map +1 -0
  679. package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-grid.js +8 -0
  680. package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-grid.js.map +1 -0
  681. package/dist/src/ui/components/data-entry/date-picker/types.d.ts +4 -0
  682. package/dist/src/ui/components/data-entry/date-picker/types.d.ts.map +1 -0
  683. package/dist/src/ui/components/data-entry/date-picker/types.js +2 -0
  684. package/dist/src/ui/components/data-entry/date-picker/types.js.map +1 -0
  685. package/dist/src/ui/components/data-entry/date-picker/use-date-picker.d.ts +38 -0
  686. package/dist/src/ui/components/data-entry/date-picker/use-date-picker.d.ts.map +1 -0
  687. package/dist/src/ui/components/data-entry/date-picker/use-date-picker.js +130 -0
  688. package/dist/src/ui/components/data-entry/date-picker/use-date-picker.js.map +1 -0
  689. package/dist/src/ui/components/data-entry/date-picker/utils.d.ts +50 -0
  690. package/dist/src/ui/components/data-entry/date-picker/utils.d.ts.map +1 -0
  691. package/dist/src/ui/components/data-entry/date-picker/utils.js +104 -0
  692. package/dist/src/ui/components/data-entry/date-picker/utils.js.map +1 -0
  693. package/dist/src/ui/components/data-entry/date-time-picker/base-picker.d.ts +25 -0
  694. package/dist/src/ui/components/data-entry/date-time-picker/base-picker.d.ts.map +1 -0
  695. package/dist/src/ui/components/data-entry/date-time-picker/base-picker.js +16 -0
  696. package/dist/src/ui/components/data-entry/date-time-picker/base-picker.js.map +1 -0
  697. package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker-content.d.ts +33 -0
  698. package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker-content.d.ts.map +1 -0
  699. package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker-content.js +37 -0
  700. package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker-content.js.map +1 -0
  701. package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker.d.ts +30 -0
  702. package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker.d.ts.map +1 -0
  703. package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker.js +50 -0
  704. package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker.js.map +1 -0
  705. package/dist/src/ui/components/data-entry/date-time-picker/index.d.ts +2 -0
  706. package/dist/src/ui/components/data-entry/date-time-picker/index.d.ts.map +1 -0
  707. package/dist/src/ui/components/data-entry/date-time-picker/index.js +2 -0
  708. package/dist/src/ui/components/data-entry/date-time-picker/index.js.map +1 -0
  709. package/dist/src/ui/components/data-entry/date-time-picker/use-date-time-picker.d.ts +72 -0
  710. package/dist/src/ui/components/data-entry/date-time-picker/use-date-time-picker.d.ts.map +1 -0
  711. package/dist/src/ui/components/data-entry/date-time-picker/use-date-time-picker.js +291 -0
  712. package/dist/src/ui/components/data-entry/date-time-picker/use-date-time-picker.js.map +1 -0
  713. package/dist/src/ui/components/data-entry/date-time-picker/utils.d.ts +70 -0
  714. package/dist/src/ui/components/data-entry/date-time-picker/utils.d.ts.map +1 -0
  715. package/dist/src/ui/components/data-entry/date-time-picker/utils.js +217 -0
  716. package/dist/src/ui/components/data-entry/date-time-picker/utils.js.map +1 -0
  717. package/dist/src/ui/components/data-entry/input/index.d.ts +2 -0
  718. package/dist/src/ui/components/data-entry/input/index.d.ts.map +1 -0
  719. package/dist/src/ui/components/data-entry/input/index.js +2 -0
  720. package/dist/src/ui/components/data-entry/input/index.js.map +1 -0
  721. package/dist/src/ui/components/data-entry/input/input.d.ts +5 -0
  722. package/dist/src/ui/components/data-entry/input/input.d.ts.map +1 -0
  723. package/dist/src/ui/components/data-entry/input/input.js +22 -0
  724. package/dist/src/ui/components/data-entry/input/input.js.map +1 -0
  725. package/dist/src/ui/components/data-entry/input/splitted-input-diff.d.ts +8 -0
  726. package/dist/src/ui/components/data-entry/input/splitted-input-diff.d.ts.map +1 -0
  727. package/dist/src/ui/components/data-entry/input/splitted-input-diff.js +35 -0
  728. package/dist/src/ui/components/data-entry/input/splitted-input-diff.js.map +1 -0
  729. package/dist/src/ui/components/data-entry/input/subcomponent/input-diff.d.ts +11 -0
  730. package/dist/src/ui/components/data-entry/input/subcomponent/input-diff.d.ts.map +1 -0
  731. package/dist/src/ui/components/data-entry/input/subcomponent/input-diff.js +8 -0
  732. package/dist/src/ui/components/data-entry/input/subcomponent/input-diff.js.map +1 -0
  733. package/dist/src/ui/components/data-entry/input/subcomponent/text-diff.d.ts +9 -0
  734. package/dist/src/ui/components/data-entry/input/subcomponent/text-diff.d.ts.map +1 -0
  735. package/dist/src/ui/components/data-entry/input/subcomponent/text-diff.js +27 -0
  736. package/dist/src/ui/components/data-entry/input/subcomponent/text-diff.js.map +1 -0
  737. package/dist/src/ui/components/data-entry/oid-input/index.d.ts +3 -0
  738. package/dist/src/ui/components/data-entry/oid-input/index.d.ts.map +1 -0
  739. package/dist/src/ui/components/data-entry/oid-input/index.js +2 -0
  740. package/dist/src/ui/components/data-entry/oid-input/index.js.map +1 -0
  741. package/dist/src/ui/components/data-entry/oid-input/mocks.d.ts +7 -0
  742. package/dist/src/ui/components/data-entry/oid-input/mocks.d.ts.map +1 -0
  743. package/dist/src/ui/components/data-entry/oid-input/mocks.js +119 -0
  744. package/dist/src/ui/components/data-entry/oid-input/mocks.js.map +1 -0
  745. package/dist/src/ui/components/data-entry/oid-input/oid-input.d.ts +5 -0
  746. package/dist/src/ui/components/data-entry/oid-input/oid-input.d.ts.map +1 -0
  747. package/dist/src/ui/components/data-entry/oid-input/oid-input.js +21 -0
  748. package/dist/src/ui/components/data-entry/oid-input/oid-input.js.map +1 -0
  749. package/dist/src/ui/components/data-entry/oid-input/types.d.ts +16 -0
  750. package/dist/src/ui/components/data-entry/oid-input/types.d.ts.map +1 -0
  751. package/dist/src/ui/components/data-entry/oid-input/types.js +2 -0
  752. package/dist/src/ui/components/data-entry/oid-input/types.js.map +1 -0
  753. package/dist/src/ui/components/data-entry/phid-input/index.d.ts +3 -0
  754. package/dist/src/ui/components/data-entry/phid-input/index.d.ts.map +1 -0
  755. package/dist/src/ui/components/data-entry/phid-input/index.js +2 -0
  756. package/dist/src/ui/components/data-entry/phid-input/index.js.map +1 -0
  757. package/dist/src/ui/components/data-entry/phid-input/mocks.d.ts +7 -0
  758. package/dist/src/ui/components/data-entry/phid-input/mocks.d.ts.map +1 -0
  759. package/dist/src/ui/components/data-entry/phid-input/mocks.js +224 -0
  760. package/dist/src/ui/components/data-entry/phid-input/mocks.js.map +1 -0
  761. package/dist/src/ui/components/data-entry/phid-input/phid-input-diff.d.ts +13 -0
  762. package/dist/src/ui/components/data-entry/phid-input/phid-input-diff.d.ts.map +1 -0
  763. package/dist/src/ui/components/data-entry/phid-input/phid-input-diff.js +52 -0
  764. package/dist/src/ui/components/data-entry/phid-input/phid-input-diff.js.map +1 -0
  765. package/dist/src/ui/components/data-entry/phid-input/phid-input.d.ts +5 -0
  766. package/dist/src/ui/components/data-entry/phid-input/phid-input.d.ts.map +1 -0
  767. package/dist/src/ui/components/data-entry/phid-input/phid-input.js +28 -0
  768. package/dist/src/ui/components/data-entry/phid-input/phid-input.js.map +1 -0
  769. package/dist/src/ui/components/data-entry/phid-input/types.d.ts +30 -0
  770. package/dist/src/ui/components/data-entry/phid-input/types.d.ts.map +1 -0
  771. package/dist/src/ui/components/data-entry/phid-input/types.js +2 -0
  772. package/dist/src/ui/components/data-entry/phid-input/types.js.map +1 -0
  773. package/dist/src/ui/components/data-entry/text-input/index.d.ts +3 -0
  774. package/dist/src/ui/components/data-entry/text-input/index.d.ts.map +1 -0
  775. package/dist/src/ui/components/data-entry/text-input/index.js +2 -0
  776. package/dist/src/ui/components/data-entry/text-input/index.js.map +1 -0
  777. package/dist/src/ui/components/data-entry/text-input/text-input-diff.d.ts +9 -0
  778. package/dist/src/ui/components/data-entry/text-input/text-input-diff.d.ts.map +1 -0
  779. package/dist/src/ui/components/data-entry/text-input/text-input-diff.js +8 -0
  780. package/dist/src/ui/components/data-entry/text-input/text-input-diff.js.map +1 -0
  781. package/dist/src/ui/components/data-entry/text-input/text-input.d.ts +10 -0
  782. package/dist/src/ui/components/data-entry/text-input/text-input.d.ts.map +1 -0
  783. package/dist/src/ui/components/data-entry/text-input/text-input.js +37 -0
  784. package/dist/src/ui/components/data-entry/text-input/text-input.js.map +1 -0
  785. package/dist/src/ui/components/data-entry/text-input/types.d.ts +12 -0
  786. package/dist/src/ui/components/data-entry/text-input/types.d.ts.map +1 -0
  787. package/dist/src/ui/components/data-entry/text-input/types.js +2 -0
  788. package/dist/src/ui/components/data-entry/text-input/types.js.map +1 -0
  789. package/dist/src/ui/components/data-entry/textarea/index.d.ts +2 -0
  790. package/dist/src/ui/components/data-entry/textarea/index.d.ts.map +1 -0
  791. package/dist/src/ui/components/data-entry/textarea/index.js +2 -0
  792. package/dist/src/ui/components/data-entry/textarea/index.js.map +1 -0
  793. package/dist/src/ui/components/data-entry/textarea/subcomponent/splitted-textarea-diff.d.ts +13 -0
  794. package/dist/src/ui/components/data-entry/textarea/subcomponent/splitted-textarea-diff.d.ts.map +1 -0
  795. package/dist/src/ui/components/data-entry/textarea/subcomponent/splitted-textarea-diff.js +9 -0
  796. package/dist/src/ui/components/data-entry/textarea/subcomponent/splitted-textarea-diff.js.map +1 -0
  797. package/dist/src/ui/components/data-entry/textarea/textarea.d.ts +12 -0
  798. package/dist/src/ui/components/data-entry/textarea/textarea.d.ts.map +1 -0
  799. package/dist/src/ui/components/data-entry/textarea/textarea.js +103 -0
  800. package/dist/src/ui/components/data-entry/textarea/textarea.js.map +1 -0
  801. package/dist/src/ui/components/data-entry/time-picker/index.d.ts +3 -0
  802. package/dist/src/ui/components/data-entry/time-picker/index.d.ts.map +1 -0
  803. package/dist/src/ui/components/data-entry/time-picker/index.js +2 -0
  804. package/dist/src/ui/components/data-entry/time-picker/index.js.map +1 -0
  805. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-period-selector.d.ts +8 -0
  806. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-period-selector.d.ts.map +1 -0
  807. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-period-selector.js +8 -0
  808. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-period-selector.js.map +1 -0
  809. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-picker-content.d.ts +25 -0
  810. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-picker-content.d.ts.map +1 -0
  811. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-picker-content.js +12 -0
  812. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-picker-content.js.map +1 -0
  813. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.constants.d.ts +5 -0
  814. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.constants.d.ts.map +1 -0
  815. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.constants.js +5 -0
  816. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.constants.js.map +1 -0
  817. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.d.ts +5 -0
  818. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.d.ts.map +1 -0
  819. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.js +28 -0
  820. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.js.map +1 -0
  821. package/dist/src/ui/components/data-entry/time-picker/subcomponents/use-time-selector.d.ts +13 -0
  822. package/dist/src/ui/components/data-entry/time-picker/subcomponents/use-time-selector.d.ts.map +1 -0
  823. package/dist/src/ui/components/data-entry/time-picker/subcomponents/use-time-selector.js +106 -0
  824. package/dist/src/ui/components/data-entry/time-picker/subcomponents/use-time-selector.js.map +1 -0
  825. package/dist/src/ui/components/data-entry/time-picker/time-picker.d.ts +23 -0
  826. package/dist/src/ui/components/data-entry/time-picker/time-picker.d.ts.map +1 -0
  827. package/dist/src/ui/components/data-entry/time-picker/time-picker.js +27 -0
  828. package/dist/src/ui/components/data-entry/time-picker/time-picker.js.map +1 -0
  829. package/dist/src/ui/components/data-entry/time-picker/type.d.ts +9 -0
  830. package/dist/src/ui/components/data-entry/time-picker/type.d.ts.map +1 -0
  831. package/dist/src/ui/components/data-entry/time-picker/type.js +2 -0
  832. package/dist/src/ui/components/data-entry/time-picker/type.js.map +1 -0
  833. package/dist/src/ui/components/data-entry/time-picker/use-time-picker.d.ts +42 -0
  834. package/dist/src/ui/components/data-entry/time-picker/use-time-picker.d.ts.map +1 -0
  835. package/dist/src/ui/components/data-entry/time-picker/use-time-picker.js +144 -0
  836. package/dist/src/ui/components/data-entry/time-picker/use-time-picker.js.map +1 -0
  837. package/dist/src/ui/components/data-entry/time-picker/utils.d.ts +207 -0
  838. package/dist/src/ui/components/data-entry/time-picker/utils.d.ts.map +1 -0
  839. package/dist/src/ui/components/data-entry/time-picker/utils.js +475 -0
  840. package/dist/src/ui/components/data-entry/time-picker/utils.js.map +1 -0
  841. package/dist/src/ui/components/data-entry/toggle/index.d.ts +2 -0
  842. package/dist/src/ui/components/data-entry/toggle/index.d.ts.map +1 -0
  843. package/dist/src/ui/components/data-entry/toggle/index.js +2 -0
  844. package/dist/src/ui/components/data-entry/toggle/index.js.map +1 -0
  845. package/dist/src/ui/components/data-entry/toggle/toggle-base.d.ts +11 -0
  846. package/dist/src/ui/components/data-entry/toggle/toggle-base.d.ts.map +1 -0
  847. package/dist/src/ui/components/data-entry/toggle/toggle-base.js +10 -0
  848. package/dist/src/ui/components/data-entry/toggle/toggle-base.js.map +1 -0
  849. package/dist/src/ui/components/data-entry/toggle/toggle.d.ts +9 -0
  850. package/dist/src/ui/components/data-entry/toggle/toggle.d.ts.map +1 -0
  851. package/dist/src/ui/components/data-entry/toggle/toggle.js +14 -0
  852. package/dist/src/ui/components/data-entry/toggle/toggle.js.map +1 -0
  853. package/dist/src/ui/components/dropdown/dropdown-example.d.ts +3 -0
  854. package/dist/src/ui/components/dropdown/dropdown-example.d.ts.map +1 -0
  855. package/dist/src/ui/components/dropdown/dropdown-example.js +13 -0
  856. package/dist/src/ui/components/dropdown/dropdown-example.js.map +1 -0
  857. package/dist/src/ui/components/dropdown/index.d.ts +8 -0
  858. package/dist/src/ui/components/dropdown/index.d.ts.map +1 -0
  859. package/dist/src/ui/components/dropdown/index.js +8 -0
  860. package/dist/src/ui/components/dropdown/index.js.map +1 -0
  861. package/dist/src/ui/components/dropdown/subcomponents/dropdown-content.d.ts +4 -0
  862. package/dist/src/ui/components/dropdown/subcomponents/dropdown-content.d.ts.map +1 -0
  863. package/dist/src/ui/components/dropdown/subcomponents/dropdown-content.js +17 -0
  864. package/dist/src/ui/components/dropdown/subcomponents/dropdown-content.js.map +1 -0
  865. package/dist/src/ui/components/dropdown/subcomponents/dropdown-item.d.ts +6 -0
  866. package/dist/src/ui/components/dropdown/subcomponents/dropdown-item.d.ts.map +1 -0
  867. package/dist/src/ui/components/dropdown/subcomponents/dropdown-item.js +13 -0
  868. package/dist/src/ui/components/dropdown/subcomponents/dropdown-item.js.map +1 -0
  869. package/dist/src/ui/components/dropdown/subcomponents/dropdown-label.d.ts +6 -0
  870. package/dist/src/ui/components/dropdown/subcomponents/dropdown-label.d.ts.map +1 -0
  871. package/dist/src/ui/components/dropdown/subcomponents/dropdown-label.js +7 -0
  872. package/dist/src/ui/components/dropdown/subcomponents/dropdown-label.js.map +1 -0
  873. package/dist/src/ui/components/dropdown/subcomponents/dropdown-shortcut.d.ts +5 -0
  874. package/dist/src/ui/components/dropdown/subcomponents/dropdown-shortcut.d.ts.map +1 -0
  875. package/dist/src/ui/components/dropdown/subcomponents/dropdown-shortcut.js +7 -0
  876. package/dist/src/ui/components/dropdown/subcomponents/dropdown-shortcut.js.map +1 -0
  877. package/dist/src/ui/components/dropdown/subcomponents/dropdown-trigger.d.ts +3 -0
  878. package/dist/src/ui/components/dropdown/subcomponents/dropdown-trigger.d.ts.map +1 -0
  879. package/dist/src/ui/components/dropdown/subcomponents/dropdown-trigger.js +6 -0
  880. package/dist/src/ui/components/dropdown/subcomponents/dropdown-trigger.js.map +1 -0
  881. package/dist/src/ui/components/icon/icon.d.ts +10 -0
  882. package/dist/src/ui/components/icon/icon.d.ts.map +1 -0
  883. package/dist/src/ui/components/icon/icon.js +18 -0
  884. package/dist/src/ui/components/icon/icon.js.map +1 -0
  885. package/dist/src/ui/components/icon/index.d.ts +4 -0
  886. package/dist/src/ui/components/icon/index.d.ts.map +1 -0
  887. package/dist/src/ui/components/icon/index.js +3 -0
  888. package/dist/src/ui/components/icon/index.js.map +1 -0
  889. package/dist/src/ui/components/icon-components/ArrowCouterclockwise.d.ts +3 -0
  890. package/dist/src/ui/components/icon-components/ArrowCouterclockwise.d.ts.map +1 -0
  891. package/dist/src/ui/components/icon-components/ArrowCouterclockwise.js +5 -0
  892. package/dist/src/ui/components/icon-components/ArrowCouterclockwise.js.map +1 -0
  893. package/dist/src/ui/components/icon-components/ArrowFilledRight.d.ts +3 -0
  894. package/dist/src/ui/components/icon-components/ArrowFilledRight.d.ts.map +1 -0
  895. package/dist/src/ui/components/icon-components/ArrowFilledRight.js +5 -0
  896. package/dist/src/ui/components/icon-components/ArrowFilledRight.js.map +1 -0
  897. package/dist/src/ui/components/icon-components/ArrowLeft.d.ts +3 -0
  898. package/dist/src/ui/components/icon-components/ArrowLeft.d.ts.map +1 -0
  899. package/dist/src/ui/components/icon-components/ArrowLeft.js +5 -0
  900. package/dist/src/ui/components/icon-components/ArrowLeft.js.map +1 -0
  901. package/dist/src/ui/components/icon-components/ArrowUp.d.ts +3 -0
  902. package/dist/src/ui/components/icon-components/ArrowUp.d.ts.map +1 -0
  903. package/dist/src/ui/components/icon-components/ArrowUp.js +5 -0
  904. package/dist/src/ui/components/icon-components/ArrowUp.js.map +1 -0
  905. package/dist/src/ui/components/icon-components/BarChart.d.ts +3 -0
  906. package/dist/src/ui/components/icon-components/BarChart.d.ts.map +1 -0
  907. package/dist/src/ui/components/icon-components/BarChart.js +5 -0
  908. package/dist/src/ui/components/icon-components/BarChart.js.map +1 -0
  909. package/dist/src/ui/components/icon-components/BaseArrowLeft.d.ts +3 -0
  910. package/dist/src/ui/components/icon-components/BaseArrowLeft.d.ts.map +1 -0
  911. package/dist/src/ui/components/icon-components/BaseArrowLeft.js +5 -0
  912. package/dist/src/ui/components/icon-components/BaseArrowLeft.js.map +1 -0
  913. package/dist/src/ui/components/icon-components/BaseArrowRight.d.ts +3 -0
  914. package/dist/src/ui/components/icon-components/BaseArrowRight.d.ts.map +1 -0
  915. package/dist/src/ui/components/icon-components/BaseArrowRight.js +5 -0
  916. package/dist/src/ui/components/icon-components/BaseArrowRight.js.map +1 -0
  917. package/dist/src/ui/components/icon-components/Braces.d.ts +3 -0
  918. package/dist/src/ui/components/icon-components/Braces.d.ts.map +1 -0
  919. package/dist/src/ui/components/icon-components/Braces.js +5 -0
  920. package/dist/src/ui/components/icon-components/Braces.js.map +1 -0
  921. package/dist/src/ui/components/icon-components/Branch.d.ts +3 -0
  922. package/dist/src/ui/components/icon-components/Branch.d.ts.map +1 -0
  923. package/dist/src/ui/components/icon-components/Branch.js +5 -0
  924. package/dist/src/ui/components/icon-components/Branch.js.map +1 -0
  925. package/dist/src/ui/components/icon-components/BrickGlobe.d.ts +3 -0
  926. package/dist/src/ui/components/icon-components/BrickGlobe.d.ts.map +1 -0
  927. package/dist/src/ui/components/icon-components/BrickGlobe.js +5 -0
  928. package/dist/src/ui/components/icon-components/BrickGlobe.js.map +1 -0
  929. package/dist/src/ui/components/icon-components/Briefcase.d.ts +3 -0
  930. package/dist/src/ui/components/icon-components/Briefcase.d.ts.map +1 -0
  931. package/dist/src/ui/components/icon-components/Briefcase.js +5 -0
  932. package/dist/src/ui/components/icon-components/Briefcase.js.map +1 -0
  933. package/dist/src/ui/components/icon-components/Calendar.d.ts +3 -0
  934. package/dist/src/ui/components/icon-components/Calendar.d.ts.map +1 -0
  935. package/dist/src/ui/components/icon-components/Calendar.js +5 -0
  936. package/dist/src/ui/components/icon-components/Calendar.js.map +1 -0
  937. package/dist/src/ui/components/icon-components/CalendarTime.d.ts +3 -0
  938. package/dist/src/ui/components/icon-components/CalendarTime.d.ts.map +1 -0
  939. package/dist/src/ui/components/icon-components/CalendarTime.js +5 -0
  940. package/dist/src/ui/components/icon-components/CalendarTime.js.map +1 -0
  941. package/dist/src/ui/components/icon-components/Caret.d.ts +3 -0
  942. package/dist/src/ui/components/icon-components/Caret.d.ts.map +1 -0
  943. package/dist/src/ui/components/icon-components/Caret.js +5 -0
  944. package/dist/src/ui/components/icon-components/Caret.js.map +1 -0
  945. package/dist/src/ui/components/icon-components/CaretDown.d.ts +3 -0
  946. package/dist/src/ui/components/icon-components/CaretDown.d.ts.map +1 -0
  947. package/dist/src/ui/components/icon-components/CaretDown.js +5 -0
  948. package/dist/src/ui/components/icon-components/CaretDown.js.map +1 -0
  949. package/dist/src/ui/components/icon-components/CaretLeft.d.ts +3 -0
  950. package/dist/src/ui/components/icon-components/CaretLeft.d.ts.map +1 -0
  951. package/dist/src/ui/components/icon-components/CaretLeft.js +5 -0
  952. package/dist/src/ui/components/icon-components/CaretLeft.js.map +1 -0
  953. package/dist/src/ui/components/icon-components/CaretRight.d.ts +3 -0
  954. package/dist/src/ui/components/icon-components/CaretRight.d.ts.map +1 -0
  955. package/dist/src/ui/components/icon-components/CaretRight.js +5 -0
  956. package/dist/src/ui/components/icon-components/CaretRight.js.map +1 -0
  957. package/dist/src/ui/components/icon-components/CaretSort.d.ts +3 -0
  958. package/dist/src/ui/components/icon-components/CaretSort.d.ts.map +1 -0
  959. package/dist/src/ui/components/icon-components/CaretSort.js +5 -0
  960. package/dist/src/ui/components/icon-components/CaretSort.js.map +1 -0
  961. package/dist/src/ui/components/icon-components/Check.d.ts +3 -0
  962. package/dist/src/ui/components/icon-components/Check.d.ts.map +1 -0
  963. package/dist/src/ui/components/icon-components/Check.js +5 -0
  964. package/dist/src/ui/components/icon-components/Check.js.map +1 -0
  965. package/dist/src/ui/components/icon-components/CheckCircle.d.ts +3 -0
  966. package/dist/src/ui/components/icon-components/CheckCircle.d.ts.map +1 -0
  967. package/dist/src/ui/components/icon-components/CheckCircle.js +5 -0
  968. package/dist/src/ui/components/icon-components/CheckCircle.js.map +1 -0
  969. package/dist/src/ui/components/icon-components/CheckCircleFill.d.ts +3 -0
  970. package/dist/src/ui/components/icon-components/CheckCircleFill.d.ts.map +1 -0
  971. package/dist/src/ui/components/icon-components/CheckCircleFill.js +5 -0
  972. package/dist/src/ui/components/icon-components/CheckCircleFill.js.map +1 -0
  973. package/dist/src/ui/components/icon-components/Checkmark.d.ts +3 -0
  974. package/dist/src/ui/components/icon-components/Checkmark.d.ts.map +1 -0
  975. package/dist/src/ui/components/icon-components/Checkmark.js +5 -0
  976. package/dist/src/ui/components/icon-components/Checkmark.js.map +1 -0
  977. package/dist/src/ui/components/icon-components/ChevronDown.d.ts +3 -0
  978. package/dist/src/ui/components/icon-components/ChevronDown.d.ts.map +1 -0
  979. package/dist/src/ui/components/icon-components/ChevronDown.js +5 -0
  980. package/dist/src/ui/components/icon-components/ChevronDown.js.map +1 -0
  981. package/dist/src/ui/components/icon-components/Circle.d.ts +3 -0
  982. package/dist/src/ui/components/icon-components/Circle.d.ts.map +1 -0
  983. package/dist/src/ui/components/icon-components/Circle.js +5 -0
  984. package/dist/src/ui/components/icon-components/Circle.js.map +1 -0
  985. package/dist/src/ui/components/icon-components/CircleInfo.d.ts +3 -0
  986. package/dist/src/ui/components/icon-components/CircleInfo.d.ts.map +1 -0
  987. package/dist/src/ui/components/icon-components/CircleInfo.js +5 -0
  988. package/dist/src/ui/components/icon-components/CircleInfo.js.map +1 -0
  989. package/dist/src/ui/components/icon-components/Clock.d.ts +3 -0
  990. package/dist/src/ui/components/icon-components/Clock.d.ts.map +1 -0
  991. package/dist/src/ui/components/icon-components/Clock.js +5 -0
  992. package/dist/src/ui/components/icon-components/Clock.js.map +1 -0
  993. package/dist/src/ui/components/icon-components/ClockFill.d.ts +3 -0
  994. package/dist/src/ui/components/icon-components/ClockFill.d.ts.map +1 -0
  995. package/dist/src/ui/components/icon-components/ClockFill.js +5 -0
  996. package/dist/src/ui/components/icon-components/ClockFill.js.map +1 -0
  997. package/dist/src/ui/components/icon-components/ClockHistory.d.ts +3 -0
  998. package/dist/src/ui/components/icon-components/ClockHistory.d.ts.map +1 -0
  999. package/dist/src/ui/components/icon-components/ClockHistory.js +5 -0
  1000. package/dist/src/ui/components/icon-components/ClockHistory.js.map +1 -0
  1001. package/dist/src/ui/components/icon-components/CloudSlash.d.ts +3 -0
  1002. package/dist/src/ui/components/icon-components/CloudSlash.d.ts.map +1 -0
  1003. package/dist/src/ui/components/icon-components/CloudSlash.js +5 -0
  1004. package/dist/src/ui/components/icon-components/CloudSlash.js.map +1 -0
  1005. package/dist/src/ui/components/icon-components/Collapse.d.ts +3 -0
  1006. package/dist/src/ui/components/icon-components/Collapse.d.ts.map +1 -0
  1007. package/dist/src/ui/components/icon-components/Collapse.js +5 -0
  1008. package/dist/src/ui/components/icon-components/Collapse.js.map +1 -0
  1009. package/dist/src/ui/components/icon-components/Compass.d.ts +3 -0
  1010. package/dist/src/ui/components/icon-components/Compass.d.ts.map +1 -0
  1011. package/dist/src/ui/components/icon-components/Compass.js +5 -0
  1012. package/dist/src/ui/components/icon-components/Compass.js.map +1 -0
  1013. package/dist/src/ui/components/icon-components/Connect.d.ts +3 -0
  1014. package/dist/src/ui/components/icon-components/Connect.d.ts.map +1 -0
  1015. package/dist/src/ui/components/icon-components/Connect.js +5 -0
  1016. package/dist/src/ui/components/icon-components/Connect.js.map +1 -0
  1017. package/dist/src/ui/components/icon-components/ConnectSmall.d.ts +3 -0
  1018. package/dist/src/ui/components/icon-components/ConnectSmall.d.ts.map +1 -0
  1019. package/dist/src/ui/components/icon-components/ConnectSmall.js +5 -0
  1020. package/dist/src/ui/components/icon-components/ConnectSmall.js.map +1 -0
  1021. package/dist/src/ui/components/icon-components/Copy.d.ts +3 -0
  1022. package/dist/src/ui/components/icon-components/Copy.d.ts.map +1 -0
  1023. package/dist/src/ui/components/icon-components/Copy.js +5 -0
  1024. package/dist/src/ui/components/icon-components/Copy.js.map +1 -0
  1025. package/dist/src/ui/components/icon-components/Created.d.ts +3 -0
  1026. package/dist/src/ui/components/icon-components/Created.d.ts.map +1 -0
  1027. package/dist/src/ui/components/icon-components/Created.js +5 -0
  1028. package/dist/src/ui/components/icon-components/Created.js.map +1 -0
  1029. package/dist/src/ui/components/icon-components/CrossCircle.d.ts +3 -0
  1030. package/dist/src/ui/components/icon-components/CrossCircle.d.ts.map +1 -0
  1031. package/dist/src/ui/components/icon-components/CrossCircle.js +5 -0
  1032. package/dist/src/ui/components/icon-components/CrossCircle.js.map +1 -0
  1033. package/dist/src/ui/components/icon-components/Danger.d.ts +3 -0
  1034. package/dist/src/ui/components/icon-components/Danger.d.ts.map +1 -0
  1035. package/dist/src/ui/components/icon-components/Danger.js +5 -0
  1036. package/dist/src/ui/components/icon-components/Danger.js.map +1 -0
  1037. package/dist/src/ui/components/icon-components/DescendenceModified.d.ts +3 -0
  1038. package/dist/src/ui/components/icon-components/DescendenceModified.d.ts.map +1 -0
  1039. package/dist/src/ui/components/icon-components/DescendenceModified.js +5 -0
  1040. package/dist/src/ui/components/icon-components/DescendenceModified.js.map +1 -0
  1041. package/dist/src/ui/components/icon-components/Disconnect.d.ts +3 -0
  1042. package/dist/src/ui/components/icon-components/Disconnect.d.ts.map +1 -0
  1043. package/dist/src/ui/components/icon-components/Disconnect.js +5 -0
  1044. package/dist/src/ui/components/icon-components/Disconnect.js.map +1 -0
  1045. package/dist/src/ui/components/icon-components/Discord.d.ts +3 -0
  1046. package/dist/src/ui/components/icon-components/Discord.d.ts.map +1 -0
  1047. package/dist/src/ui/components/icon-components/Discord.js +5 -0
  1048. package/dist/src/ui/components/icon-components/Discord.js.map +1 -0
  1049. package/dist/src/ui/components/icon-components/DownloadFile.d.ts +3 -0
  1050. package/dist/src/ui/components/icon-components/DownloadFile.d.ts.map +1 -0
  1051. package/dist/src/ui/components/icon-components/DownloadFile.js +5 -0
  1052. package/dist/src/ui/components/icon-components/DownloadFile.js.map +1 -0
  1053. package/dist/src/ui/components/icon-components/Drive.d.ts +3 -0
  1054. package/dist/src/ui/components/icon-components/Drive.d.ts.map +1 -0
  1055. package/dist/src/ui/components/icon-components/Drive.js +5 -0
  1056. package/dist/src/ui/components/icon-components/Drive.js.map +1 -0
  1057. package/dist/src/ui/components/icon-components/Duplicated.d.ts +3 -0
  1058. package/dist/src/ui/components/icon-components/Duplicated.d.ts.map +1 -0
  1059. package/dist/src/ui/components/icon-components/Duplicated.js +5 -0
  1060. package/dist/src/ui/components/icon-components/Duplicated.js.map +1 -0
  1061. package/dist/src/ui/components/icon-components/Edit.d.ts +3 -0
  1062. package/dist/src/ui/components/icon-components/Edit.d.ts.map +1 -0
  1063. package/dist/src/ui/components/icon-components/Edit.js +5 -0
  1064. package/dist/src/ui/components/icon-components/Edit.js.map +1 -0
  1065. package/dist/src/ui/components/icon-components/Ellipsis.d.ts +3 -0
  1066. package/dist/src/ui/components/icon-components/Ellipsis.d.ts.map +1 -0
  1067. package/dist/src/ui/components/icon-components/Ellipsis.js +5 -0
  1068. package/dist/src/ui/components/icon-components/Ellipsis.js.map +1 -0
  1069. package/dist/src/ui/components/icon-components/Error.d.ts +3 -0
  1070. package/dist/src/ui/components/icon-components/Error.d.ts.map +1 -0
  1071. package/dist/src/ui/components/icon-components/Error.js +5 -0
  1072. package/dist/src/ui/components/icon-components/Error.js.map +1 -0
  1073. package/dist/src/ui/components/icon-components/Ethscan.d.ts +3 -0
  1074. package/dist/src/ui/components/icon-components/Ethscan.d.ts.map +1 -0
  1075. package/dist/src/ui/components/icon-components/Ethscan.js +5 -0
  1076. package/dist/src/ui/components/icon-components/Ethscan.js.map +1 -0
  1077. package/dist/src/ui/components/icon-components/Exclamation.d.ts +3 -0
  1078. package/dist/src/ui/components/icon-components/Exclamation.d.ts.map +1 -0
  1079. package/dist/src/ui/components/icon-components/Exclamation.js +5 -0
  1080. package/dist/src/ui/components/icon-components/Exclamation.js.map +1 -0
  1081. package/dist/src/ui/components/icon-components/ExportCsv.d.ts +3 -0
  1082. package/dist/src/ui/components/icon-components/ExportCsv.d.ts.map +1 -0
  1083. package/dist/src/ui/components/icon-components/ExportCsv.js +5 -0
  1084. package/dist/src/ui/components/icon-components/ExportCsv.js.map +1 -0
  1085. package/dist/src/ui/components/icon-components/ExportJson.d.ts +3 -0
  1086. package/dist/src/ui/components/icon-components/ExportJson.d.ts.map +1 -0
  1087. package/dist/src/ui/components/icon-components/ExportJson.js +5 -0
  1088. package/dist/src/ui/components/icon-components/ExportJson.js.map +1 -0
  1089. package/dist/src/ui/components/icon-components/ExportPdf.d.ts +3 -0
  1090. package/dist/src/ui/components/icon-components/ExportPdf.d.ts.map +1 -0
  1091. package/dist/src/ui/components/icon-components/ExportPdf.js +5 -0
  1092. package/dist/src/ui/components/icon-components/ExportPdf.js.map +1 -0
  1093. package/dist/src/ui/components/icon-components/ExportUbl.d.ts +3 -0
  1094. package/dist/src/ui/components/icon-components/ExportUbl.d.ts.map +1 -0
  1095. package/dist/src/ui/components/icon-components/ExportUbl.js +5 -0
  1096. package/dist/src/ui/components/icon-components/ExportUbl.js.map +1 -0
  1097. package/dist/src/ui/components/icon-components/ExportZip.d.ts +3 -0
  1098. package/dist/src/ui/components/icon-components/ExportZip.d.ts.map +1 -0
  1099. package/dist/src/ui/components/icon-components/ExportZip.js +5 -0
  1100. package/dist/src/ui/components/icon-components/ExportZip.js.map +1 -0
  1101. package/dist/src/ui/components/icon-components/File.d.ts +3 -0
  1102. package/dist/src/ui/components/icon-components/File.d.ts.map +1 -0
  1103. package/dist/src/ui/components/icon-components/File.js +5 -0
  1104. package/dist/src/ui/components/icon-components/File.js.map +1 -0
  1105. package/dist/src/ui/components/icon-components/FilesEarmark.d.ts +3 -0
  1106. package/dist/src/ui/components/icon-components/FilesEarmark.d.ts.map +1 -0
  1107. package/dist/src/ui/components/icon-components/FilesEarmark.js +5 -0
  1108. package/dist/src/ui/components/icon-components/FilesEarmark.js.map +1 -0
  1109. package/dist/src/ui/components/icon-components/FolderClose.d.ts +3 -0
  1110. package/dist/src/ui/components/icon-components/FolderClose.d.ts.map +1 -0
  1111. package/dist/src/ui/components/icon-components/FolderClose.js +5 -0
  1112. package/dist/src/ui/components/icon-components/FolderClose.js.map +1 -0
  1113. package/dist/src/ui/components/icon-components/FolderOpen.d.ts +3 -0
  1114. package/dist/src/ui/components/icon-components/FolderOpen.d.ts.map +1 -0
  1115. package/dist/src/ui/components/icon-components/FolderOpen.js +5 -0
  1116. package/dist/src/ui/components/icon-components/FolderOpen.js.map +1 -0
  1117. package/dist/src/ui/components/icon-components/FolderPlus.d.ts +3 -0
  1118. package/dist/src/ui/components/icon-components/FolderPlus.d.ts.map +1 -0
  1119. package/dist/src/ui/components/icon-components/FolderPlus.js +5 -0
  1120. package/dist/src/ui/components/icon-components/FolderPlus.js.map +1 -0
  1121. package/dist/src/ui/components/icon-components/Forum.d.ts +3 -0
  1122. package/dist/src/ui/components/icon-components/Forum.d.ts.map +1 -0
  1123. package/dist/src/ui/components/icon-components/Forum.js +5 -0
  1124. package/dist/src/ui/components/icon-components/Forum.js.map +1 -0
  1125. package/dist/src/ui/components/icon-components/Gear.d.ts +3 -0
  1126. package/dist/src/ui/components/icon-components/Gear.d.ts.map +1 -0
  1127. package/dist/src/ui/components/icon-components/Gear.js +5 -0
  1128. package/dist/src/ui/components/icon-components/Gear.js.map +1 -0
  1129. package/dist/src/ui/components/icon-components/Github.d.ts +3 -0
  1130. package/dist/src/ui/components/icon-components/Github.d.ts.map +1 -0
  1131. package/dist/src/ui/components/icon-components/Github.js +5 -0
  1132. package/dist/src/ui/components/icon-components/Github.js.map +1 -0
  1133. package/dist/src/ui/components/icon-components/Globe.d.ts +3 -0
  1134. package/dist/src/ui/components/icon-components/Globe.d.ts.map +1 -0
  1135. package/dist/src/ui/components/icon-components/Globe.js +5 -0
  1136. package/dist/src/ui/components/icon-components/Globe.js.map +1 -0
  1137. package/dist/src/ui/components/icon-components/GlobeWww.d.ts +3 -0
  1138. package/dist/src/ui/components/icon-components/GlobeWww.d.ts.map +1 -0
  1139. package/dist/src/ui/components/icon-components/GlobeWww.js +5 -0
  1140. package/dist/src/ui/components/icon-components/GlobeWww.js.map +1 -0
  1141. package/dist/src/ui/components/icon-components/Hdd.d.ts +3 -0
  1142. package/dist/src/ui/components/icon-components/Hdd.d.ts.map +1 -0
  1143. package/dist/src/ui/components/icon-components/Hdd.js +5 -0
  1144. package/dist/src/ui/components/icon-components/Hdd.js.map +1 -0
  1145. package/dist/src/ui/components/icon-components/History.d.ts +3 -0
  1146. package/dist/src/ui/components/icon-components/History.d.ts.map +1 -0
  1147. package/dist/src/ui/components/icon-components/History.js +5 -0
  1148. package/dist/src/ui/components/icon-components/History.js.map +1 -0
  1149. package/dist/src/ui/components/icon-components/InfoSquare.d.ts +3 -0
  1150. package/dist/src/ui/components/icon-components/InfoSquare.d.ts.map +1 -0
  1151. package/dist/src/ui/components/icon-components/InfoSquare.js +5 -0
  1152. package/dist/src/ui/components/icon-components/InfoSquare.js.map +1 -0
  1153. package/dist/src/ui/components/icon-components/Link.d.ts +3 -0
  1154. package/dist/src/ui/components/icon-components/Link.d.ts.map +1 -0
  1155. package/dist/src/ui/components/icon-components/Link.js +5 -0
  1156. package/dist/src/ui/components/icon-components/Link.js.map +1 -0
  1157. package/dist/src/ui/components/icon-components/Linkedin.d.ts +3 -0
  1158. package/dist/src/ui/components/icon-components/Linkedin.d.ts.map +1 -0
  1159. package/dist/src/ui/components/icon-components/Linkedin.js +5 -0
  1160. package/dist/src/ui/components/icon-components/Linkedin.js.map +1 -0
  1161. package/dist/src/ui/components/icon-components/Lock.d.ts +3 -0
  1162. package/dist/src/ui/components/icon-components/Lock.d.ts.map +1 -0
  1163. package/dist/src/ui/components/icon-components/Lock.js +5 -0
  1164. package/dist/src/ui/components/icon-components/Lock.js.map +1 -0
  1165. package/dist/src/ui/components/icon-components/M.d.ts +3 -0
  1166. package/dist/src/ui/components/icon-components/M.d.ts.map +1 -0
  1167. package/dist/src/ui/components/icon-components/M.js +5 -0
  1168. package/dist/src/ui/components/icon-components/M.js.map +1 -0
  1169. package/dist/src/ui/components/icon-components/Modified.d.ts +3 -0
  1170. package/dist/src/ui/components/icon-components/Modified.d.ts.map +1 -0
  1171. package/dist/src/ui/components/icon-components/Modified.js +5 -0
  1172. package/dist/src/ui/components/icon-components/Modified.js.map +1 -0
  1173. package/dist/src/ui/components/icon-components/Moved.d.ts +3 -0
  1174. package/dist/src/ui/components/icon-components/Moved.d.ts.map +1 -0
  1175. package/dist/src/ui/components/icon-components/Moved.js +5 -0
  1176. package/dist/src/ui/components/icon-components/Moved.js.map +1 -0
  1177. package/dist/src/ui/components/icon-components/Npm.d.ts +3 -0
  1178. package/dist/src/ui/components/icon-components/Npm.d.ts.map +1 -0
  1179. package/dist/src/ui/components/icon-components/Npm.js +5 -0
  1180. package/dist/src/ui/components/icon-components/Npm.js.map +1 -0
  1181. package/dist/src/ui/components/icon-components/PackageManager.d.ts +3 -0
  1182. package/dist/src/ui/components/icon-components/PackageManager.d.ts.map +1 -0
  1183. package/dist/src/ui/components/icon-components/PackageManager.js +5 -0
  1184. package/dist/src/ui/components/icon-components/PackageManager.js.map +1 -0
  1185. package/dist/src/ui/components/icon-components/Pencil.d.ts +3 -0
  1186. package/dist/src/ui/components/icon-components/Pencil.d.ts.map +1 -0
  1187. package/dist/src/ui/components/icon-components/Pencil.js +5 -0
  1188. package/dist/src/ui/components/icon-components/Pencil.js.map +1 -0
  1189. package/dist/src/ui/components/icon-components/People.d.ts +3 -0
  1190. package/dist/src/ui/components/icon-components/People.d.ts.map +1 -0
  1191. package/dist/src/ui/components/icon-components/People.js +5 -0
  1192. package/dist/src/ui/components/icon-components/People.js.map +1 -0
  1193. package/dist/src/ui/components/icon-components/PeopleFill.d.ts +3 -0
  1194. package/dist/src/ui/components/icon-components/PeopleFill.d.ts.map +1 -0
  1195. package/dist/src/ui/components/icon-components/PeopleFill.js +5 -0
  1196. package/dist/src/ui/components/icon-components/PeopleFill.js.map +1 -0
  1197. package/dist/src/ui/components/icon-components/Person.d.ts +3 -0
  1198. package/dist/src/ui/components/icon-components/Person.d.ts.map +1 -0
  1199. package/dist/src/ui/components/icon-components/Person.js +5 -0
  1200. package/dist/src/ui/components/icon-components/Person.js.map +1 -0
  1201. package/dist/src/ui/components/icon-components/Pin.d.ts +3 -0
  1202. package/dist/src/ui/components/icon-components/Pin.d.ts.map +1 -0
  1203. package/dist/src/ui/components/icon-components/Pin.js +5 -0
  1204. package/dist/src/ui/components/icon-components/Pin.js.map +1 -0
  1205. package/dist/src/ui/components/icon-components/PinFilled.d.ts +3 -0
  1206. package/dist/src/ui/components/icon-components/PinFilled.d.ts.map +1 -0
  1207. package/dist/src/ui/components/icon-components/PinFilled.js +5 -0
  1208. package/dist/src/ui/components/icon-components/PinFilled.js.map +1 -0
  1209. package/dist/src/ui/components/icon-components/Plus.d.ts +3 -0
  1210. package/dist/src/ui/components/icon-components/Plus.d.ts.map +1 -0
  1211. package/dist/src/ui/components/icon-components/Plus.js +5 -0
  1212. package/dist/src/ui/components/icon-components/Plus.js.map +1 -0
  1213. package/dist/src/ui/components/icon-components/PlusCircle.d.ts +3 -0
  1214. package/dist/src/ui/components/icon-components/PlusCircle.d.ts.map +1 -0
  1215. package/dist/src/ui/components/icon-components/PlusCircle.js +5 -0
  1216. package/dist/src/ui/components/icon-components/PlusCircle.js.map +1 -0
  1217. package/dist/src/ui/components/icon-components/PlusSquare.d.ts +3 -0
  1218. package/dist/src/ui/components/icon-components/PlusSquare.d.ts.map +1 -0
  1219. package/dist/src/ui/components/icon-components/PlusSquare.js +5 -0
  1220. package/dist/src/ui/components/icon-components/PlusSquare.js.map +1 -0
  1221. package/dist/src/ui/components/icon-components/PowerhouseLogoSmall.d.ts +3 -0
  1222. package/dist/src/ui/components/icon-components/PowerhouseLogoSmall.d.ts.map +1 -0
  1223. package/dist/src/ui/components/icon-components/PowerhouseLogoSmall.js +5 -0
  1224. package/dist/src/ui/components/icon-components/PowerhouseLogoSmall.js.map +1 -0
  1225. package/dist/src/ui/components/icon-components/Project.d.ts +3 -0
  1226. package/dist/src/ui/components/icon-components/Project.d.ts.map +1 -0
  1227. package/dist/src/ui/components/icon-components/Project.js +5 -0
  1228. package/dist/src/ui/components/icon-components/Project.js.map +1 -0
  1229. package/dist/src/ui/components/icon-components/QuestionSquare.d.ts +3 -0
  1230. package/dist/src/ui/components/icon-components/QuestionSquare.d.ts.map +1 -0
  1231. package/dist/src/ui/components/icon-components/QuestionSquare.js +5 -0
  1232. package/dist/src/ui/components/icon-components/QuestionSquare.js.map +1 -0
  1233. package/dist/src/ui/components/icon-components/RedoArrow.d.ts +3 -0
  1234. package/dist/src/ui/components/icon-components/RedoArrow.d.ts.map +1 -0
  1235. package/dist/src/ui/components/icon-components/RedoArrow.js +5 -0
  1236. package/dist/src/ui/components/icon-components/RedoArrow.js.map +1 -0
  1237. package/dist/src/ui/components/icon-components/Reload.d.ts +3 -0
  1238. package/dist/src/ui/components/icon-components/Reload.d.ts.map +1 -0
  1239. package/dist/src/ui/components/icon-components/Reload.js +5 -0
  1240. package/dist/src/ui/components/icon-components/Reload.js.map +1 -0
  1241. package/dist/src/ui/components/icon-components/Removed.d.ts +3 -0
  1242. package/dist/src/ui/components/icon-components/Removed.d.ts.map +1 -0
  1243. package/dist/src/ui/components/icon-components/Removed.js +5 -0
  1244. package/dist/src/ui/components/icon-components/Removed.js.map +1 -0
  1245. package/dist/src/ui/components/icon-components/Renown.d.ts +3 -0
  1246. package/dist/src/ui/components/icon-components/Renown.d.ts.map +1 -0
  1247. package/dist/src/ui/components/icon-components/Renown.js +5 -0
  1248. package/dist/src/ui/components/icon-components/Renown.js.map +1 -0
  1249. package/dist/src/ui/components/icon-components/RenownHover.d.ts +3 -0
  1250. package/dist/src/ui/components/icon-components/RenownHover.d.ts.map +1 -0
  1251. package/dist/src/ui/components/icon-components/RenownHover.js +5 -0
  1252. package/dist/src/ui/components/icon-components/RenownHover.js.map +1 -0
  1253. package/dist/src/ui/components/icon-components/RenownLight.d.ts +3 -0
  1254. package/dist/src/ui/components/icon-components/RenownLight.d.ts.map +1 -0
  1255. package/dist/src/ui/components/icon-components/RenownLight.js +5 -0
  1256. package/dist/src/ui/components/icon-components/RenownLight.js.map +1 -0
  1257. package/dist/src/ui/components/icon-components/Ring.d.ts +3 -0
  1258. package/dist/src/ui/components/icon-components/Ring.d.ts.map +1 -0
  1259. package/dist/src/ui/components/icon-components/Ring.js +5 -0
  1260. package/dist/src/ui/components/icon-components/Ring.js.map +1 -0
  1261. package/dist/src/ui/components/icon-components/Save.d.ts +3 -0
  1262. package/dist/src/ui/components/icon-components/Save.d.ts.map +1 -0
  1263. package/dist/src/ui/components/icon-components/Save.js +5 -0
  1264. package/dist/src/ui/components/icon-components/Save.js.map +1 -0
  1265. package/dist/src/ui/components/icon-components/Search.d.ts +3 -0
  1266. package/dist/src/ui/components/icon-components/Search.d.ts.map +1 -0
  1267. package/dist/src/ui/components/icon-components/Search.js +5 -0
  1268. package/dist/src/ui/components/icon-components/Search.js.map +1 -0
  1269. package/dist/src/ui/components/icon-components/Server.d.ts +3 -0
  1270. package/dist/src/ui/components/icon-components/Server.d.ts.map +1 -0
  1271. package/dist/src/ui/components/icon-components/Server.js +5 -0
  1272. package/dist/src/ui/components/icon-components/Server.js.map +1 -0
  1273. package/dist/src/ui/components/icon-components/Settings.d.ts +3 -0
  1274. package/dist/src/ui/components/icon-components/Settings.d.ts.map +1 -0
  1275. package/dist/src/ui/components/icon-components/Settings.js +5 -0
  1276. package/dist/src/ui/components/icon-components/Settings.js.map +1 -0
  1277. package/dist/src/ui/components/icon-components/Synced.d.ts +3 -0
  1278. package/dist/src/ui/components/icon-components/Synced.d.ts.map +1 -0
  1279. package/dist/src/ui/components/icon-components/Synced.js +5 -0
  1280. package/dist/src/ui/components/icon-components/Synced.js.map +1 -0
  1281. package/dist/src/ui/components/icon-components/Syncing.d.ts +3 -0
  1282. package/dist/src/ui/components/icon-components/Syncing.d.ts.map +1 -0
  1283. package/dist/src/ui/components/icon-components/Syncing.js +5 -0
  1284. package/dist/src/ui/components/icon-components/Syncing.js.map +1 -0
  1285. package/dist/src/ui/components/icon-components/Tabler.d.ts +3 -0
  1286. package/dist/src/ui/components/icon-components/Tabler.d.ts.map +1 -0
  1287. package/dist/src/ui/components/icon-components/Tabler.js +5 -0
  1288. package/dist/src/ui/components/icon-components/Tabler.js.map +1 -0
  1289. package/dist/src/ui/components/icon-components/Timeline.d.ts +3 -0
  1290. package/dist/src/ui/components/icon-components/Timeline.d.ts.map +1 -0
  1291. package/dist/src/ui/components/icon-components/Timeline.js +5 -0
  1292. package/dist/src/ui/components/icon-components/Timeline.js.map +1 -0
  1293. package/dist/src/ui/components/icon-components/TimelineCaret.d.ts +3 -0
  1294. package/dist/src/ui/components/icon-components/TimelineCaret.d.ts.map +1 -0
  1295. package/dist/src/ui/components/icon-components/TimelineCaret.js +5 -0
  1296. package/dist/src/ui/components/icon-components/TimelineCaret.js.map +1 -0
  1297. package/dist/src/ui/components/icon-components/Trash.d.ts +3 -0
  1298. package/dist/src/ui/components/icon-components/Trash.d.ts.map +1 -0
  1299. package/dist/src/ui/components/icon-components/Trash.js +5 -0
  1300. package/dist/src/ui/components/icon-components/Trash.js.map +1 -0
  1301. package/dist/src/ui/components/icon-components/TrashFill.d.ts +3 -0
  1302. package/dist/src/ui/components/icon-components/TrashFill.d.ts.map +1 -0
  1303. package/dist/src/ui/components/icon-components/TrashFill.js +5 -0
  1304. package/dist/src/ui/components/icon-components/TrashFill.js.map +1 -0
  1305. package/dist/src/ui/components/icon-components/TreeViewSlash.d.ts +3 -0
  1306. package/dist/src/ui/components/icon-components/TreeViewSlash.d.ts.map +1 -0
  1307. package/dist/src/ui/components/icon-components/TreeViewSlash.js +5 -0
  1308. package/dist/src/ui/components/icon-components/TreeViewSlash.js.map +1 -0
  1309. package/dist/src/ui/components/icon-components/TriangleDown.d.ts +3 -0
  1310. package/dist/src/ui/components/icon-components/TriangleDown.d.ts.map +1 -0
  1311. package/dist/src/ui/components/icon-components/TriangleDown.js +5 -0
  1312. package/dist/src/ui/components/icon-components/TriangleDown.js.map +1 -0
  1313. package/dist/src/ui/components/icon-components/Tube.d.ts +3 -0
  1314. package/dist/src/ui/components/icon-components/Tube.d.ts.map +1 -0
  1315. package/dist/src/ui/components/icon-components/Tube.js +5 -0
  1316. package/dist/src/ui/components/icon-components/Tube.js.map +1 -0
  1317. package/dist/src/ui/components/icon-components/VariantArrowLeft.d.ts +3 -0
  1318. package/dist/src/ui/components/icon-components/VariantArrowLeft.d.ts.map +1 -0
  1319. package/dist/src/ui/components/icon-components/VariantArrowLeft.js +5 -0
  1320. package/dist/src/ui/components/icon-components/VariantArrowLeft.js.map +1 -0
  1321. package/dist/src/ui/components/icon-components/VerticalDots.d.ts +3 -0
  1322. package/dist/src/ui/components/icon-components/VerticalDots.d.ts.map +1 -0
  1323. package/dist/src/ui/components/icon-components/VerticalDots.js +5 -0
  1324. package/dist/src/ui/components/icon-components/VerticalDots.js.map +1 -0
  1325. package/dist/src/ui/components/icon-components/WarningFill.d.ts +3 -0
  1326. package/dist/src/ui/components/icon-components/WarningFill.d.ts.map +1 -0
  1327. package/dist/src/ui/components/icon-components/WarningFill.js +5 -0
  1328. package/dist/src/ui/components/icon-components/WarningFill.js.map +1 -0
  1329. package/dist/src/ui/components/icon-components/XTwitter.d.ts +3 -0
  1330. package/dist/src/ui/components/icon-components/XTwitter.d.ts.map +1 -0
  1331. package/dist/src/ui/components/icon-components/XTwitter.js +5 -0
  1332. package/dist/src/ui/components/icon-components/XTwitter.js.map +1 -0
  1333. package/dist/src/ui/components/icon-components/Xmark.d.ts +3 -0
  1334. package/dist/src/ui/components/icon-components/Xmark.d.ts.map +1 -0
  1335. package/dist/src/ui/components/icon-components/Xmark.js +5 -0
  1336. package/dist/src/ui/components/icon-components/Xmark.js.map +1 -0
  1337. package/dist/src/ui/components/icon-components/XmarkLight.d.ts +3 -0
  1338. package/dist/src/ui/components/icon-components/XmarkLight.d.ts.map +1 -0
  1339. package/dist/src/ui/components/icon-components/XmarkLight.js +5 -0
  1340. package/dist/src/ui/components/icon-components/XmarkLight.js.map +1 -0
  1341. package/dist/src/ui/components/icon-components/Youtube.d.ts +3 -0
  1342. package/dist/src/ui/components/icon-components/Youtube.d.ts.map +1 -0
  1343. package/dist/src/ui/components/icon-components/Youtube.js +5 -0
  1344. package/dist/src/ui/components/icon-components/Youtube.js.map +1 -0
  1345. package/dist/src/ui/components/icon-components/index.d.ts +6 -0
  1346. package/dist/src/ui/components/icon-components/index.d.ts.map +1 -0
  1347. package/dist/src/ui/components/icon-components/index.js +347 -0
  1348. package/dist/src/ui/components/icon-components/index.js.map +1 -0
  1349. package/dist/src/ui/components/index.d.ts +15 -0
  1350. package/dist/src/ui/components/index.d.ts.map +1 -0
  1351. package/dist/src/ui/components/index.js +21 -0
  1352. package/dist/src/ui/components/index.js.map +1 -0
  1353. package/dist/src/ui/components/object-set-table/hooks/useGlobalTableKeyEvents.d.ts +3 -0
  1354. package/dist/src/ui/components/object-set-table/hooks/useGlobalTableKeyEvents.d.ts.map +1 -0
  1355. package/dist/src/ui/components/object-set-table/hooks/useGlobalTableKeyEvents.js +48 -0
  1356. package/dist/src/ui/components/object-set-table/hooks/useGlobalTableKeyEvents.js.map +1 -0
  1357. package/dist/src/ui/components/object-set-table/index.d.ts +2 -0
  1358. package/dist/src/ui/components/object-set-table/index.d.ts.map +1 -0
  1359. package/dist/src/ui/components/object-set-table/index.js +5 -0
  1360. package/dist/src/ui/components/object-set-table/index.js.map +1 -0
  1361. package/dist/src/ui/components/object-set-table/logic/selection-manager.d.ts +49 -0
  1362. package/dist/src/ui/components/object-set-table/logic/selection-manager.d.ts.map +1 -0
  1363. package/dist/src/ui/components/object-set-table/logic/selection-manager.js +97 -0
  1364. package/dist/src/ui/components/object-set-table/logic/selection-manager.js.map +1 -0
  1365. package/dist/src/ui/components/object-set-table/logic/table-api.d.ts +52 -0
  1366. package/dist/src/ui/components/object-set-table/logic/table-api.d.ts.map +1 -0
  1367. package/dist/src/ui/components/object-set-table/logic/table-api.js +105 -0
  1368. package/dist/src/ui/components/object-set-table/logic/table-api.js.map +1 -0
  1369. package/dist/src/ui/components/object-set-table/mock-data.d.ts +16 -0
  1370. package/dist/src/ui/components/object-set-table/mock-data.d.ts.map +1 -0
  1371. package/dist/src/ui/components/object-set-table/mock-data.js +101 -0
  1372. package/dist/src/ui/components/object-set-table/mock-data.js.map +1 -0
  1373. package/dist/src/ui/components/object-set-table/object-set-table.d.ts +12 -0
  1374. package/dist/src/ui/components/object-set-table/object-set-table.d.ts.map +1 -0
  1375. package/dist/src/ui/components/object-set-table/object-set-table.js +53 -0
  1376. package/dist/src/ui/components/object-set-table/object-set-table.js.map +1 -0
  1377. package/dist/src/ui/components/object-set-table/subcomponents/body.d.ts +8 -0
  1378. package/dist/src/ui/components/object-set-table/subcomponents/body.d.ts.map +1 -0
  1379. package/dist/src/ui/components/object-set-table/subcomponents/body.js +114 -0
  1380. package/dist/src/ui/components/object-set-table/subcomponents/body.js.map +1 -0
  1381. package/dist/src/ui/components/object-set-table/subcomponents/cells/basic-cell.d.ts +3 -0
  1382. package/dist/src/ui/components/object-set-table/subcomponents/cells/basic-cell.d.ts.map +1 -0
  1383. package/dist/src/ui/components/object-set-table/subcomponents/cells/basic-cell.js +7 -0
  1384. package/dist/src/ui/components/object-set-table/subcomponents/cells/basic-cell.js.map +1 -0
  1385. package/dist/src/ui/components/object-set-table/subcomponents/cells/default-cell.d.ts +7 -0
  1386. package/dist/src/ui/components/object-set-table/subcomponents/cells/default-cell.d.ts.map +1 -0
  1387. package/dist/src/ui/components/object-set-table/subcomponents/cells/default-cell.js +8 -0
  1388. package/dist/src/ui/components/object-set-table/subcomponents/cells/default-cell.js.map +1 -0
  1389. package/dist/src/ui/components/object-set-table/subcomponents/cells/information-cell.d.ts +3 -0
  1390. package/dist/src/ui/components/object-set-table/subcomponents/cells/information-cell.d.ts.map +1 -0
  1391. package/dist/src/ui/components/object-set-table/subcomponents/cells/information-cell.js +7 -0
  1392. package/dist/src/ui/components/object-set-table/subcomponents/cells/information-cell.js.map +1 -0
  1393. package/dist/src/ui/components/object-set-table/subcomponents/cells/row-number-cell.d.ts +8 -0
  1394. package/dist/src/ui/components/object-set-table/subcomponents/cells/row-number-cell.d.ts.map +1 -0
  1395. package/dist/src/ui/components/object-set-table/subcomponents/cells/row-number-cell.js +15 -0
  1396. package/dist/src/ui/components/object-set-table/subcomponents/cells/row-number-cell.js.map +1 -0
  1397. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.d.ts +4 -0
  1398. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.d.ts.map +1 -0
  1399. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.js +14 -0
  1400. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.js.map +1 -0
  1401. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/number-render.d.ts +3 -0
  1402. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/number-render.d.ts.map +1 -0
  1403. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/number-render.js +6 -0
  1404. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/number-render.js.map +1 -0
  1405. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/text-render.d.ts +3 -0
  1406. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/text-render.d.ts.map +1 -0
  1407. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/text-render.js +6 -0
  1408. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/text-render.js.map +1 -0
  1409. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-formatter.d.ts +3 -0
  1410. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-formatter.d.ts.map +1 -0
  1411. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-formatter.js +11 -0
  1412. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-formatter.js.map +1 -0
  1413. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-getter.d.ts +4 -0
  1414. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-getter.d.ts.map +1 -0
  1415. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-getter.js +6 -0
  1416. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-getter.js.map +1 -0
  1417. package/dist/src/ui/components/object-set-table/subcomponents/header/header-cell.d.ts +3 -0
  1418. package/dist/src/ui/components/object-set-table/subcomponents/header/header-cell.d.ts.map +1 -0
  1419. package/dist/src/ui/components/object-set-table/subcomponents/header/header-cell.js +7 -0
  1420. package/dist/src/ui/components/object-set-table/subcomponents/header/header-cell.js.map +1 -0
  1421. package/dist/src/ui/components/object-set-table/subcomponents/header/header-number-td.d.ts +7 -0
  1422. package/dist/src/ui/components/object-set-table/subcomponents/header/header-number-td.d.ts.map +1 -0
  1423. package/dist/src/ui/components/object-set-table/subcomponents/header/header-number-td.js +13 -0
  1424. package/dist/src/ui/components/object-set-table/subcomponents/header/header-number-td.js.map +1 -0
  1425. package/dist/src/ui/components/object-set-table/subcomponents/header.d.ts +8 -0
  1426. package/dist/src/ui/components/object-set-table/subcomponents/header.d.ts.map +1 -0
  1427. package/dist/src/ui/components/object-set-table/subcomponents/header.js +19 -0
  1428. package/dist/src/ui/components/object-set-table/subcomponents/header.js.map +1 -0
  1429. package/dist/src/ui/components/object-set-table/subcomponents/rows/table-row.d.ts +6 -0
  1430. package/dist/src/ui/components/object-set-table/subcomponents/rows/table-row.d.ts.map +1 -0
  1431. package/dist/src/ui/components/object-set-table/subcomponents/rows/table-row.js +18 -0
  1432. package/dist/src/ui/components/object-set-table/subcomponents/rows/table-row.js.map +1 -0
  1433. package/dist/src/ui/components/object-set-table/subcomponents/table-focus-trap.d.ts +5 -0
  1434. package/dist/src/ui/components/object-set-table/subcomponents/table-focus-trap.d.ts.map +1 -0
  1435. package/dist/src/ui/components/object-set-table/subcomponents/table-focus-trap.js +16 -0
  1436. package/dist/src/ui/components/object-set-table/subcomponents/table-focus-trap.js.map +1 -0
  1437. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.d.ts +24 -0
  1438. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.d.ts.map +1 -0
  1439. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.js +41 -0
  1440. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.js.map +1 -0
  1441. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.d.ts +49 -0
  1442. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.d.ts.map +1 -0
  1443. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.js +109 -0
  1444. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.js.map +1 -0
  1445. package/dist/src/ui/components/object-set-table/types.d.ts +242 -0
  1446. package/dist/src/ui/components/object-set-table/types.d.ts.map +1 -0
  1447. package/dist/src/ui/components/object-set-table/types.js +2 -0
  1448. package/dist/src/ui/components/object-set-table/types.js.map +1 -0
  1449. package/dist/src/ui/components/object-set-table/utils.d.ts +90 -0
  1450. package/dist/src/ui/components/object-set-table/utils.d.ts.map +1 -0
  1451. package/dist/src/ui/components/object-set-table/utils.js +172 -0
  1452. package/dist/src/ui/components/object-set-table/utils.js.map +1 -0
  1453. package/dist/src/ui/components/sidebar/index.d.ts +4 -0
  1454. package/dist/src/ui/components/sidebar/index.d.ts.map +1 -0
  1455. package/dist/src/ui/components/sidebar/index.js +3 -0
  1456. package/dist/src/ui/components/sidebar/index.js.map +1 -0
  1457. package/dist/src/ui/components/sidebar/mocked_tree.json +5230 -0
  1458. package/dist/src/ui/components/sidebar/sidebar.d.ts +81 -0
  1459. package/dist/src/ui/components/sidebar/sidebar.d.ts.map +1 -0
  1460. package/dist/src/ui/components/sidebar/sidebar.js +62 -0
  1461. package/dist/src/ui/components/sidebar/sidebar.js.map +1 -0
  1462. package/dist/src/ui/components/sidebar/subcomponents/sidebar-content-area.d.ts +7 -0
  1463. package/dist/src/ui/components/sidebar/subcomponents/sidebar-content-area.d.ts.map +1 -0
  1464. package/dist/src/ui/components/sidebar/subcomponents/sidebar-content-area.js +17 -0
  1465. package/dist/src/ui/components/sidebar/subcomponents/sidebar-content-area.js.map +1 -0
  1466. package/dist/src/ui/components/sidebar/subcomponents/sidebar-header.d.ts +8 -0
  1467. package/dist/src/ui/components/sidebar/subcomponents/sidebar-header.d.ts.map +1 -0
  1468. package/dist/src/ui/components/sidebar/subcomponents/sidebar-header.js +17 -0
  1469. package/dist/src/ui/components/sidebar/subcomponents/sidebar-header.js.map +1 -0
  1470. package/dist/src/ui/components/sidebar/subcomponents/sidebar-item.d.ts +19 -0
  1471. package/dist/src/ui/components/sidebar/subcomponents/sidebar-item.d.ts.map +1 -0
  1472. package/dist/src/ui/components/sidebar/subcomponents/sidebar-item.js +82 -0
  1473. package/dist/src/ui/components/sidebar/subcomponents/sidebar-item.js.map +1 -0
  1474. package/dist/src/ui/components/sidebar/subcomponents/sidebar-pinning-area.d.ts +2 -0
  1475. package/dist/src/ui/components/sidebar/subcomponents/sidebar-pinning-area.d.ts.map +1 -0
  1476. package/dist/src/ui/components/sidebar/subcomponents/sidebar-pinning-area.js +13 -0
  1477. package/dist/src/ui/components/sidebar/subcomponents/sidebar-pinning-area.js.map +1 -0
  1478. package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/index.d.ts +2 -0
  1479. package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/index.d.ts.map +1 -0
  1480. package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/index.js +2 -0
  1481. package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/index.js.map +1 -0
  1482. package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-provider.d.ts +37 -0
  1483. package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-provider.d.ts.map +1 -0
  1484. package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-provider.js +292 -0
  1485. package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-provider.js.map +1 -0
  1486. package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-reducer.d.ts +93 -0
  1487. package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-reducer.d.ts.map +1 -0
  1488. package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-reducer.js +135 -0
  1489. package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-reducer.js.map +1 -0
  1490. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/index.d.ts +4 -0
  1491. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/index.d.ts.map +1 -0
  1492. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/index.js +4 -0
  1493. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/index.js.map +1 -0
  1494. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-navigation-arrow.d.ts +8 -0
  1495. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-navigation-arrow.d.ts.map +1 -0
  1496. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-navigation-arrow.js +6 -0
  1497. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-navigation-arrow.js.map +1 -0
  1498. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-result-counter.d.ts +8 -0
  1499. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-result-counter.d.ts.map +1 -0
  1500. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-result-counter.js +8 -0
  1501. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-result-counter.js.map +1 -0
  1502. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/sidebar-search.d.ts +6 -0
  1503. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/sidebar-search.d.ts.map +1 -0
  1504. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/sidebar-search.js +36 -0
  1505. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/sidebar-search.js.map +1 -0
  1506. package/dist/src/ui/components/sidebar/subcomponents/status-icon.d.ts +8 -0
  1507. package/dist/src/ui/components/sidebar/subcomponents/status-icon.d.ts.map +1 -0
  1508. package/dist/src/ui/components/sidebar/subcomponents/status-icon.js +32 -0
  1509. package/dist/src/ui/components/sidebar/subcomponents/status-icon.js.map +1 -0
  1510. package/dist/src/ui/components/sidebar/types.d.ts +23 -0
  1511. package/dist/src/ui/components/sidebar/types.d.ts.map +1 -0
  1512. package/dist/src/ui/components/sidebar/types.js +10 -0
  1513. package/dist/src/ui/components/sidebar/types.js.map +1 -0
  1514. package/dist/src/ui/components/sidebar/use-sidebar-resize.d.ts +33 -0
  1515. package/dist/src/ui/components/sidebar/use-sidebar-resize.d.ts.map +1 -0
  1516. package/dist/src/ui/components/sidebar/use-sidebar-resize.js +97 -0
  1517. package/dist/src/ui/components/sidebar/use-sidebar-resize.js.map +1 -0
  1518. package/dist/src/ui/components/sidebar/utils.d.ts +52 -0
  1519. package/dist/src/ui/components/sidebar/utils.d.ts.map +1 -0
  1520. package/dist/src/ui/components/sidebar/utils.js +238 -0
  1521. package/dist/src/ui/components/sidebar/utils.js.map +1 -0
  1522. package/dist/src/ui/components/tooltip/index.d.ts +2 -0
  1523. package/dist/src/ui/components/tooltip/index.d.ts.map +1 -0
  1524. package/dist/src/ui/components/tooltip/index.js +2 -0
  1525. package/dist/src/ui/components/tooltip/index.js.map +1 -0
  1526. package/dist/src/ui/components/tooltip/tooltip.d.ts +11 -0
  1527. package/dist/src/ui/components/tooltip/tooltip.d.ts.map +1 -0
  1528. package/dist/src/ui/components/tooltip/tooltip.js +24 -0
  1529. package/dist/src/ui/components/tooltip/tooltip.js.map +1 -0
  1530. package/dist/src/ui/index.d.ts +2 -0
  1531. package/dist/src/ui/index.d.ts.map +1 -0
  1532. package/dist/src/ui/index.js +2 -0
  1533. package/dist/src/ui/index.js.map +1 -0
  1534. package/dist/style.css +3665 -0
  1535. package/dist/tsconfig.lib.tsbuildinfo +1 -0
  1536. package/package.json +165 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/scalars/components/fragments/id-autocomplete/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC"}
@@ -0,0 +1,48 @@
1
+ import type { IconName } from "@powerhousedao/design-system";
2
+ import type React from "react";
3
+ import type { InputBaseProps } from "../../types.js";
4
+ interface IdAutocompleteBaseConfigProps {
5
+ onChange?: (value: string) => void;
6
+ placeholder?: string;
7
+ maxLength?: number;
8
+ }
9
+ type IdAutocompleteConfigProps = IdAutocompleteBaseConfigProps & ({
10
+ autoComplete: false;
11
+ variant?: never;
12
+ isOpenByDefault?: never;
13
+ initialOptions?: never;
14
+ fetchOptionsCallback?: never;
15
+ fetchSelectedOptionCallback?: never;
16
+ renderOption?: never;
17
+ previewPlaceholder?: never;
18
+ } | {
19
+ autoComplete?: true;
20
+ variant?: "withValue" | "withValueAndTitle" | "withValueTitleAndDescription";
21
+ isOpenByDefault?: boolean;
22
+ initialOptions?: IdAutocompleteOption[];
23
+ fetchOptionsCallback: (userInput: string, context?: Record<string, unknown>) => Promise<IdAutocompleteOption[]> | IdAutocompleteOption[];
24
+ fetchSelectedOptionCallback?: (value: string) => Promise<IdAutocompleteOption | undefined> | IdAutocompleteOption | undefined;
25
+ renderOption?: (option: IdAutocompleteOption, displayProps?: {
26
+ asPlaceholder?: boolean;
27
+ showValue?: boolean;
28
+ isLoadingSelectedOption?: boolean;
29
+ handleFetchSelectedOption?: (value: string) => void;
30
+ isFetchSelectedOptionSync?: boolean;
31
+ className?: string;
32
+ }) => React.ReactNode;
33
+ previewPlaceholder?: IdAutocompleteOption;
34
+ });
35
+ type IdAutocompleteProps = Omit<React.InputHTMLAttributes<HTMLInputElement>, keyof InputBaseProps<string> | keyof IdAutocompleteConfigProps | "pattern"> & InputBaseProps<string> & IdAutocompleteConfigProps;
36
+ interface IdAutocompleteBaseOption {
37
+ icon?: IconName | React.ReactElement;
38
+ title?: string;
39
+ path?: string | {
40
+ text: string;
41
+ url: string;
42
+ };
43
+ value: string;
44
+ description?: string;
45
+ }
46
+ type IdAutocompleteOption<T extends Record<string, unknown> = Record<never, unknown>> = IdAutocompleteBaseOption & T;
47
+ export type { IdAutocompleteOption, IdAutocompleteProps };
48
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/scalars/components/fragments/id-autocomplete/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAC7D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAErD,UAAU,6BAA6B;IACrC,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,KAAK,yBAAyB,GAAG,6BAA6B,GAC5D,CACI;IACE,YAAY,EAAE,KAAK,CAAC;IACpB,OAAO,CAAC,EAAE,KAAK,CAAC;IAChB,eAAe,CAAC,EAAE,KAAK,CAAC;IACxB,cAAc,CAAC,EAAE,KAAK,CAAC;IACvB,oBAAoB,CAAC,EAAE,KAAK,CAAC;IAC7B,2BAA2B,CAAC,EAAE,KAAK,CAAC;IACpC,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB,kBAAkB,CAAC,EAAE,KAAK,CAAC;CAC5B,GACD;IACE,YAAY,CAAC,EAAE,IAAI,CAAC;IACpB,OAAO,CAAC,EACJ,WAAW,GACX,mBAAmB,GACnB,8BAA8B,CAAC;IACnC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,cAAc,CAAC,EAAE,oBAAoB,EAAE,CAAC;IACxC,oBAAoB,EAAE,CACpB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAC9B,OAAO,CAAC,oBAAoB,EAAE,CAAC,GAAG,oBAAoB,EAAE,CAAC;IAC9D,2BAA2B,CAAC,EAAE,CAC5B,KAAK,EAAE,MAAM,KAEX,OAAO,CAAC,oBAAoB,GAAG,SAAS,CAAC,GACzC,oBAAoB,GACpB,SAAS,CAAC;IACd,YAAY,CAAC,EAAE,CACb,MAAM,EAAE,oBAAoB,EAC5B,YAAY,CAAC,EAAE;QACb,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,SAAS,CAAC,EAAE,OAAO,CAAC;QACpB,uBAAuB,CAAC,EAAE,OAAO,CAAC;QAClC,yBAAyB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;QACpD,yBAAyB,CAAC,EAAE,OAAO,CAAC;QACpC,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,KACE,KAAK,CAAC,SAAS,CAAC;IACrB,kBAAkB,CAAC,EAAE,oBAAoB,CAAC;CAC3C,CACJ,CAAC;AAEJ,KAAK,mBAAmB,GAAG,IAAI,CAC7B,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAC3C,MAAM,cAAc,CAAC,MAAM,CAAC,GAAG,MAAM,yBAAyB,GAAG,SAAS,CAC3E,GACC,cAAc,CAAC,MAAM,CAAC,GACtB,yBAAyB,CAAC;AAE5B,UAAU,wBAAwB;IAChC,IAAI,CAAC,EAAE,QAAQ,GAAG,KAAK,CAAC,YAAY,CAAC;IACrC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EACD,MAAM,GACN;QACE,IAAI,EAAE,MAAM,CAAC;QACb,GAAG,EAAE,MAAM,CAAC;KACb,CAAC;IACN,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,KAAK,oBAAoB,CACvB,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,KAAK,EAAE,OAAO,CAAC,IACxD,wBAAwB,GAAG,CAAC,CAAC;AAEjC,YAAY,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../../../src/scalars/components/fragments/id-autocomplete/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,33 @@
1
+ import type { IdAutocompleteOption, IdAutocompleteProps } from "./types.js";
2
+ interface UseIdAutocompleteParams {
3
+ autoComplete: IdAutocompleteProps["autoComplete"];
4
+ defaultValue?: string;
5
+ value?: string;
6
+ isOpenByDefault: IdAutocompleteProps["isOpenByDefault"];
7
+ initialOptions: IdAutocompleteProps["initialOptions"];
8
+ onChange?: IdAutocompleteProps["onChange"];
9
+ onBlur?: React.FocusEventHandler<HTMLInputElement>;
10
+ fetchOptions: IdAutocompleteProps["fetchOptionsCallback"];
11
+ fetchSelectedOption: IdAutocompleteProps["fetchSelectedOptionCallback"];
12
+ }
13
+ export declare function useIdAutocomplete({ autoComplete, defaultValue, value, isOpenByDefault, initialOptions, onChange, onBlur, fetchOptions, fetchSelectedOption, }: UseIdAutocompleteParams): {
14
+ selectedValue: string;
15
+ selectedOption: IdAutocompleteOption | undefined;
16
+ isPopoverOpen: boolean;
17
+ commandListRef: import("react").RefObject<HTMLDivElement>;
18
+ options: IdAutocompleteOption[];
19
+ isLoading: boolean;
20
+ isLoadingSelectedOption: boolean;
21
+ haveFetchError: boolean;
22
+ commandValue: string;
23
+ isFetchSelectedOptionSync: boolean;
24
+ toggleOption: (optionValue: string) => void;
25
+ handleOpenChange: (open: boolean) => void;
26
+ onTriggerBlur: (e: React.FocusEvent<HTMLInputElement>) => void;
27
+ handleChange: (e: React.ChangeEvent<HTMLInputElement>) => void;
28
+ handleCommandValue: (value: string) => void;
29
+ handleFetchSelectedOption: (value: string) => void;
30
+ handlePaste: (e: React.ClipboardEvent<HTMLInputElement>) => void;
31
+ };
32
+ export {};
33
+ //# sourceMappingURL=use-id-autocomplete.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-id-autocomplete.d.ts","sourceRoot":"","sources":["../../../../../../src/scalars/components/fragments/id-autocomplete/use-id-autocomplete.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAE5E,UAAU,uBAAuB;IAC/B,YAAY,EAAE,mBAAmB,CAAC,cAAc,CAAC,CAAC;IAClD,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,mBAAmB,CAAC,iBAAiB,CAAC,CAAC;IACxD,cAAc,EAAE,mBAAmB,CAAC,gBAAgB,CAAC,CAAC;IACtD,QAAQ,CAAC,EAAE,mBAAmB,CAAC,UAAU,CAAC,CAAC;IAC3C,MAAM,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC;IACnD,YAAY,EAAE,mBAAmB,CAAC,sBAAsB,CAAC,CAAC;IAC1D,mBAAmB,EAAE,mBAAmB,CAAC,6BAA6B,CAAC,CAAC;CACzE;AAED,wBAAgB,iBAAiB,CAAC,EAChC,YAAY,EACZ,YAAY,EACZ,KAAK,EACL,eAAe,EACf,cAAc,EACd,QAAQ,EACR,MAAM,EACN,YAAY,EACZ,mBAAmB,GACpB,EAAE,uBAAuB;;;;;;;;;;;gCAuIR,MAAM;6BAVb,OAAO;uBAqCV,KAAK,CAAC,UAAU,CAAC,gBAAgB,CAAC;sBAflC,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC;gCAUM,MAAM;uCAjF3C,MAAM;qBA+FV,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC;EAyF7C"}
@@ -0,0 +1,212 @@
1
+ import { useCallback, useEffect, useRef, useState } from "react";
2
+ import { useDebounceCallback } from "usehooks-ts";
3
+ import { useIdAutocompleteContext } from "./id-autocomplete-context.js";
4
+ export function useIdAutocomplete({ autoComplete, defaultValue, value, isOpenByDefault, initialOptions, onChange, onBlur, fetchOptions, fetchSelectedOption, }) {
5
+ const context = useIdAutocompleteContext();
6
+ const shouldFetchOptions = useRef(false);
7
+ const isInternalChange = useRef(false);
8
+ const commandListRef = useRef(null);
9
+ const [isPopoverOpen, setIsPopoverOpen] = useState(isOpenByDefault ?? false);
10
+ const [options, setOptions] = useState(initialOptions ?? []);
11
+ const [isLoading, setIsLoading] = useState(false);
12
+ const [isLoadingSelectedOption, setIsLoadingSelectedOption] = useState(false);
13
+ const [haveFetchError, setHaveFetchError] = useState(false);
14
+ const [selectedValue, setSelectedValue] = useState(value ?? defaultValue ?? "");
15
+ const [selectedOption, setSelectedOption] = useState(undefined);
16
+ const [commandValue, setCommandValue] = useState("");
17
+ const [isFetchSelectedOptionSync, setIsFetchSelectedOptionSync] = useState(false);
18
+ const clear = useCallback(() => {
19
+ setHaveFetchError(false);
20
+ setIsLoading(false);
21
+ setIsLoadingSelectedOption(false);
22
+ setIsPopoverOpen(false);
23
+ }, []);
24
+ const debouncedFetchOptions = useDebounceCallback(useCallback((newValue) => {
25
+ if (!autoComplete || !fetchOptions)
26
+ return;
27
+ if (newValue === "") {
28
+ clear();
29
+ setOptions([]);
30
+ setSelectedValue("");
31
+ setSelectedOption(undefined);
32
+ return;
33
+ }
34
+ setHaveFetchError(false);
35
+ setIsLoading(true);
36
+ try {
37
+ const result = fetchOptions(newValue, context);
38
+ Promise.resolve(result)
39
+ .then((newOptions) => {
40
+ setOptions(newOptions);
41
+ const matchingOption = newOptions.find((opt) => opt.value === newValue);
42
+ if (matchingOption) {
43
+ setSelectedOption(matchingOption);
44
+ setIsPopoverOpen(false);
45
+ }
46
+ else {
47
+ setSelectedOption(undefined);
48
+ setIsPopoverOpen(true);
49
+ }
50
+ setIsLoading(false);
51
+ })
52
+ .catch(() => {
53
+ setHaveFetchError(true);
54
+ setIsLoading(false);
55
+ });
56
+ }
57
+ catch {
58
+ setHaveFetchError(true);
59
+ setIsLoading(false);
60
+ }
61
+ }, [clear, autoComplete, fetchOptions, context]));
62
+ const handleFetchSelectedOption = useCallback((value) => {
63
+ if (!autoComplete || !fetchSelectedOption)
64
+ return;
65
+ setIsLoadingSelectedOption(true);
66
+ try {
67
+ const result = fetchSelectedOption(value);
68
+ const isPromise = result instanceof Promise;
69
+ Promise.resolve(result)
70
+ .then((option) => {
71
+ if (option) {
72
+ setSelectedOption(option);
73
+ setOptions((prevOptions) => {
74
+ const optionIndex = prevOptions.findIndex((opt) => opt.value === value);
75
+ if (optionIndex !== -1) {
76
+ const newOptions = [...prevOptions];
77
+ newOptions[optionIndex] = option;
78
+ return newOptions;
79
+ }
80
+ return prevOptions;
81
+ });
82
+ }
83
+ else {
84
+ clear();
85
+ setOptions([]);
86
+ setSelectedValue("");
87
+ setSelectedOption(undefined);
88
+ }
89
+ setIsLoadingSelectedOption(false);
90
+ if (!isPromise) {
91
+ setIsFetchSelectedOptionSync(true);
92
+ setTimeout(() => {
93
+ setIsFetchSelectedOptionSync(false);
94
+ }, 1500);
95
+ }
96
+ })
97
+ .catch(() => {
98
+ setIsLoadingSelectedOption(false);
99
+ });
100
+ }
101
+ catch {
102
+ setIsLoadingSelectedOption(false);
103
+ }
104
+ }, [clear, autoComplete, fetchSelectedOption]);
105
+ const handleOpenChange = useCallback((open) => {
106
+ if (!open) {
107
+ setCommandValue(options[0]?.value ?? "");
108
+ }
109
+ setIsPopoverOpen(open);
110
+ }, [options]);
111
+ const toggleOption = useCallback((optionValue) => {
112
+ shouldFetchOptions.current = false;
113
+ isInternalChange.current = true;
114
+ setSelectedValue(optionValue);
115
+ setSelectedOption(options.find((opt) => opt.value === optionValue));
116
+ clear();
117
+ onChange?.(optionValue);
118
+ }, [onChange, clear, options]);
119
+ const handleChange = useCallback((e) => {
120
+ const newValue = e.target.value;
121
+ shouldFetchOptions.current = true;
122
+ setSelectedValue(newValue);
123
+ setSelectedOption(undefined);
124
+ onChange?.(newValue);
125
+ }, [onChange]);
126
+ const handleCommandValue = useCallback((value) => {
127
+ setCommandValue(value);
128
+ }, []);
129
+ const onTriggerBlur = useCallback((e) => {
130
+ if (!isPopoverOpen) {
131
+ onBlur?.(e);
132
+ }
133
+ }, [onBlur, isPopoverOpen]);
134
+ const handlePaste = useCallback((e) => {
135
+ // Get clipboard data and trim it
136
+ const clipboardData = e.clipboardData.getData("text");
137
+ const trimmedValue = clipboardData.trim();
138
+ // If trimming changed the value, handle paste manually
139
+ if (clipboardData !== trimmedValue) {
140
+ e.preventDefault();
141
+ // Get current input element and selection positions
142
+ const input = e.currentTarget;
143
+ const start = input.selectionStart || 0;
144
+ const end = input.selectionEnd || 0;
145
+ // Create new value by inserting trimmed text at cursor position
146
+ const currentValue = input.value;
147
+ const newValue = currentValue.substring(0, start) +
148
+ trimmedValue +
149
+ currentValue.substring(end);
150
+ // Update input value via onChange
151
+ onChange?.(newValue);
152
+ // Set cursor position after pasted text and fetch options
153
+ requestAnimationFrame(() => {
154
+ const newPosition = start + trimmedValue.length;
155
+ input.setSelectionRange(newPosition, newPosition);
156
+ debouncedFetchOptions(newValue);
157
+ });
158
+ }
159
+ else if (clipboardData === selectedValue) {
160
+ debouncedFetchOptions(selectedValue);
161
+ }
162
+ }, [selectedValue, debouncedFetchOptions, onChange]);
163
+ useEffect(() => {
164
+ if (autoComplete) {
165
+ if (shouldFetchOptions.current) {
166
+ debouncedFetchOptions(selectedValue);
167
+ }
168
+ }
169
+ else {
170
+ clear();
171
+ setOptions([]);
172
+ setSelectedValue("");
173
+ setSelectedOption(undefined);
174
+ }
175
+ }, [autoComplete, selectedValue, debouncedFetchOptions, clear]);
176
+ useEffect(() => {
177
+ if (!isInternalChange.current) {
178
+ shouldFetchOptions.current = false;
179
+ setSelectedValue(value ?? defaultValue ?? "");
180
+ setSelectedOption(undefined);
181
+ }
182
+ isInternalChange.current = false;
183
+ }, [value]);
184
+ useEffect(() => {
185
+ if (initialOptions?.length && selectedValue) {
186
+ const matchingOption = initialOptions.find((opt) => opt.value === selectedValue);
187
+ if (matchingOption) {
188
+ setSelectedOption(matchingOption);
189
+ }
190
+ }
191
+ }, []);
192
+ return {
193
+ selectedValue,
194
+ selectedOption,
195
+ isPopoverOpen,
196
+ commandListRef,
197
+ options,
198
+ isLoading,
199
+ isLoadingSelectedOption,
200
+ haveFetchError,
201
+ commandValue,
202
+ isFetchSelectedOptionSync,
203
+ toggleOption,
204
+ handleOpenChange,
205
+ onTriggerBlur,
206
+ handleChange,
207
+ handleCommandValue,
208
+ handleFetchSelectedOption,
209
+ handlePaste,
210
+ };
211
+ }
212
+ //# sourceMappingURL=use-id-autocomplete.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-id-autocomplete.js","sourceRoot":"","sources":["../../../../../../src/scalars/components/fragments/id-autocomplete/use-id-autocomplete.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,8 @@
1
+ export * from "./character-counter/index.js";
2
+ export * from "./form-description/index.js";
3
+ export * from "./form-group/index.js";
4
+ export * from "./form-label/index.js";
5
+ export * from "./form-message/index.js";
6
+ export * from "./radio-group-field/index.js";
7
+ export * from "./select-field/index.js";
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/scalars/components/fragments/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC"}
@@ -0,0 +1,8 @@
1
+ export * from "./character-counter/index.js";
2
+ export * from "./form-description/index.js";
3
+ export * from "./form-group/index.js";
4
+ export * from "./form-label/index.js";
5
+ export * from "./form-message/index.js";
6
+ export * from "./radio-group-field/index.js";
7
+ export * from "./select-field/index.js";
8
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/scalars/components/fragments/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "./popover.js";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/scalars/components/fragments/popover/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "./popover.js";
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/scalars/components/fragments/popover/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
@@ -0,0 +1,7 @@
1
+ import * as PopoverPrimitive from "@radix-ui/react-popover";
2
+ import React from "react";
3
+ export declare const Popover: React.FC<PopoverPrimitive.PopoverProps>;
4
+ export declare const PopoverAnchor: React.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React.RefAttributes<HTMLDivElement>>;
5
+ export declare const PopoverTrigger: React.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React.RefAttributes<HTMLButtonElement>>;
6
+ export declare const PopoverContent: React.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
7
+ //# sourceMappingURL=popover.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"popover.d.ts","sourceRoot":"","sources":["../../../../../../src/scalars/components/fragments/popover/popover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,OAAO,yCAAwB,CAAC;AAC7C,eAAO,MAAM,aAAa,4GAA0B,CAAC;AACrD,eAAO,MAAM,cAAc,gHAA2B,CAAC;AAEvD,eAAO,MAAM,cAAc,gKAwBzB,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import * as PopoverPrimitive from "@radix-ui/react-popover";
3
+ import React from "react";
4
+ import { cn } from "../../../lib/utils.js";
5
+ export const Popover = PopoverPrimitive.Root;
6
+ export const PopoverAnchor = PopoverPrimitive.Anchor;
7
+ export const PopoverTrigger = PopoverPrimitive.Trigger;
8
+ export const PopoverContent = React.forwardRef(({ align = "center", sideOffset = 4, className, ...props }, ref) => (_jsx(PopoverPrimitive.Portal, { children: _jsx(PopoverPrimitive.Content, { align: align, sideOffset: sideOffset, className: cn([
9
+ "data-[state=closed]:animate-fade-out data-[state=open]:animate-fade-in",
10
+ "data-[state=closed]:animate-zoom-out data-[state=open]:animate-zoom-in",
11
+ "data-[side=bottom]:animate-slide-in-from-top data-[side=left]:animate-slide-in-from-right",
12
+ "data-[side=right]:animate-slide-in-from-left data-[side=top]:animate-slide-in-from-bottom",
13
+ "w-(--radix-popover-trigger-width) z-50 border p-0 outline-none",
14
+ "border-gray-300 bg-white dark:border-slate-500 dark:bg-slate-600",
15
+ "rounded-md shadow-[1px_4px_15px_0px_rgba(74,88,115,0.25)] dark:shadow-[1px_4px_15.3px_0px_#141921]",
16
+ ], className), ref: ref, ...props }) })));
17
+ //# sourceMappingURL=popover.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"popover.js","sourceRoot":"","sources":["../../../../../../src/scalars/components/fragments/popover/popover.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,EAAE,EAAE,MAAM,uBAAuB,CAAC;AAE3C,MAAM,CAAC,MAAM,OAAO,GAAG,gBAAgB,CAAC,IAAI,CAAC;AAC7C,MAAM,CAAC,MAAM,aAAa,GAAG,gBAAgB,CAAC,MAAM,CAAC;AACrD,MAAM,CAAC,MAAM,cAAc,GAAG,gBAAgB,CAAC,OAAO,CAAC;AAEvD,MAAM,CAAC,MAAM,cAAc,GAAG,KAAK,CAAC,UAAU,CAG5C,CAAC,EAAE,KAAK,GAAG,QAAQ,EAAE,UAAU,GAAG,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,CAAC,CACpE,KAAC,gBAAgB,CAAC,MAAM,cACtB,KAAC,gBAAgB,CAAC,OAAO,IACvB,KAAK,EAAE,KAAK,EACZ,UAAU,EAAE,UAAU,EACtB,SAAS,EAAE,EAAE,CACX;YACE,wEAAwE;YACxE,wEAAwE;YACxE,2FAA2F;YAC3F,2FAA2F;YAC3F,gEAAgE;YAChE,kEAAkE;YAClE,oGAAoG;SACrG,EACD,SAAS,CACV,EACD,GAAG,EAAE,GAAG,KACJ,KAAK,GACT,GACsB,CAC3B,CAAC,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from "./radio-group.js";
2
+ export * from "./radio-group-field.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/scalars/components/fragments/radio-group-field/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from "./radio-group.js";
2
+ export * from "./radio-group-field.js";
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/scalars/components/fragments/radio-group-field/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { type RadioGroupProps } from "#scalars";
2
+ import React from "react";
3
+ import type { FieldErrorHandling, InputBaseProps } from "../../types.js";
4
+ type RadioGroupFieldBaseProps = Omit<React.HTMLAttributes<HTMLDivElement>, keyof InputBaseProps<string> | keyof FieldErrorHandling | keyof RadioGroupProps | "dir"> & {
5
+ dir?: "ltr" | "rtl";
6
+ };
7
+ export type RadioGroupFieldProps = RadioGroupFieldBaseProps & InputBaseProps<string> & FieldErrorHandling & RadioGroupProps;
8
+ export declare const RadioGroupField: React.ForwardRefExoticComponent<Omit<React.HTMLAttributes<HTMLDivElement>, keyof InputBaseProps<string> | "dir" | keyof FieldErrorHandling | keyof RadioGroupProps> & {
9
+ dir?: "ltr" | "rtl";
10
+ } & InputBaseProps<string> & FieldErrorHandling & RadioGroupProps & React.RefAttributes<unknown>>;
11
+ export {};
12
+ //# sourceMappingURL=radio-group-field.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radio-group-field.d.ts","sourceRoot":"","sources":["../../../../../../src/scalars/components/fragments/radio-group-field/radio-group-field.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAkC,KAAK,eAAe,EAAE,MAAM,UAAU,CAAC;AAChF,OAAO,KAAgB,MAAM,OAAO,CAAC;AACrC,OAAO,KAAK,EAAE,kBAAkB,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAKzE,KAAK,wBAAwB,GAAG,IAAI,CAClC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAClC,MAAM,cAAc,CAAC,MAAM,CAAC,GAC5B,MAAM,kBAAkB,GACxB,MAAM,eAAe,GACrB,KAAK,CACR,GAAG;IACF,GAAG,CAAC,EAAE,KAAK,GAAG,KAAK,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,wBAAwB,GACzD,cAAc,CAAC,MAAM,CAAC,GACtB,kBAAkB,GAClB,eAAe,CAAC;AAqFlB,eAAO,MAAM,eAAe;UA3FpB,KAAK,GAAG,KAAK;iGA4F0C,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { cn, FormLabel, FormMessageList } from "#scalars";
3
+ import React, { useId } from "react";
4
+ import { withFieldValidation } from "../with-field-validation/with-field-validation.js";
5
+ import { RadioGroup } from "./radio-group.js";
6
+ import { Radio } from "./radio.js";
7
+ const RadioGroupFieldRaw = React.forwardRef(({ autoFocus, className, defaultValue, description, disabled, warnings = [], errors = [], id: propId, label, name, onChange, options = [], required, value, ...props }, ref) => {
8
+ const hasLabel = label !== undefined;
9
+ const hasError = errors.length > 0;
10
+ const prefix = useId();
11
+ const id = propId ?? `${prefix}-radio-group`;
12
+ return (_jsxs(RadioGroup, { "aria-invalid": hasError, "aria-label": !hasLabel ? "Radio group" : undefined, "aria-required": required, autoFocus: autoFocus, className: cn("flex flex-col gap-2", className), defaultValue: defaultValue, id: id, name: name, onValueChange: (newValue) => {
13
+ onChange?.(newValue);
14
+ }, value: value, disabled: disabled, ...props, ref: ref, children: [hasLabel && (_jsx(FormLabel, { description: description, hasError: hasError, htmlFor: id, required: required, disabled: disabled, children: label })), options.map((option, index) => (_jsx("div", { className: "flex items-center gap-2", role: "presentation", children: _jsx(Radio, { id: `${prefix}-radio-${index}-${option.value}`, label: option.label, value: option.value, description: option.description, disabled: disabled || option.disabled, hasError: hasError }) }, `${prefix}-radio-${index}-${option.value}`))), warnings.length > 0 && (_jsx(FormMessageList, { messages: warnings, type: "warning" })), hasError && _jsx(FormMessageList, { messages: errors, type: "error" })] }));
15
+ });
16
+ export const RadioGroupField = withFieldValidation(RadioGroupFieldRaw);
17
+ RadioGroupField.displayName = "RadioGroupField";
18
+ //# sourceMappingURL=radio-group-field.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radio-group-field.js","sourceRoot":"","sources":["../../../../../../src/scalars/components/fragments/radio-group-field/radio-group-field.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,eAAe,EAAwB,MAAM,UAAU,CAAC;AAChF,OAAO,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;AAErC,OAAO,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;AACxF,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AAiBnC,MAAM,kBAAkB,GAAG,KAAK,CAAC,UAAU,CAIzC,CACE,EACE,SAAS,EACT,SAAS,EACT,YAAY,EACZ,WAAW,EACX,QAAQ,EACR,QAAQ,GAAG,EAAE,EACb,MAAM,GAAG,EAAE,EACX,EAAE,EAAE,MAAM,EACV,KAAK,EACL,IAAI,EACJ,QAAQ,EACR,OAAO,GAAG,EAAE,EACZ,QAAQ,EACR,KAAK,EACL,GAAG,KAAK,EACT,EACD,GAAG,EACH,EAAE;IACF,MAAM,QAAQ,GAAG,KAAK,KAAK,SAAS,CAAC;IACrC,MAAM,QAAQ,GAAG,MAAM,CAAC,MAAM,GAAG,CAAC,CAAC;IACnC,MAAM,MAAM,GAAG,KAAK,EAAE,CAAC;IACvB,MAAM,EAAE,GAAG,MAAM,IAAI,GAAG,MAAM,cAAc,CAAC;IAE7C,OAAO,CACL,MAAC,UAAU,oBACK,QAAQ,gBACV,CAAC,QAAQ,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,mBAClC,QAAQ,EACvB,SAAS,EAAE,SAAS,EACpB,SAAS,EAAE,EAAE,CAAC,qBAAqB,EAAE,SAAS,CAAC,EAC/C,YAAY,EAAE,YAAY,EAC1B,EAAE,EAAE,EAAE,EACN,IAAI,EAAE,IAAI,EACV,aAAa,EAAE,CAAC,QAAQ,EAAE,EAAE;YAC1B,QAAQ,EAAE,CAAC,QAAQ,CAAC,CAAC;QACvB,CAAC,EACD,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,QAAQ,KACd,KAAK,EACT,GAAG,EAAE,GAAG,aAEP,QAAQ,IAAI,CACX,KAAC,SAAS,IACR,WAAW,EAAE,WAAW,EACxB,QAAQ,EAAE,QAAQ,EAClB,OAAO,EAAE,EAAE,EACX,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,YAEjB,KAAK,GACI,CACb,EACA,OAAO,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE,CAAC,CAC9B,cAEE,SAAS,EAAC,yBAAyB,EACnC,IAAI,EAAC,cAAc,YAEnB,KAAC,KAAK,IACJ,EAAE,EAAE,GAAG,MAAM,UAAU,KAAK,IAAI,MAAM,CAAC,KAAK,EAAE,EAC9C,KAAK,EAAE,MAAM,CAAC,KAAK,EACnB,KAAK,EAAE,MAAM,CAAC,KAAK,EACnB,WAAW,EAAE,MAAM,CAAC,WAAW,EAC/B,QAAQ,EAAE,QAAQ,IAAI,MAAM,CAAC,QAAQ,EACrC,QAAQ,EAAE,QAAQ,GAClB,IAXG,GAAG,MAAM,UAAU,KAAK,IAAI,MAAM,CAAC,KAAK,EAAE,CAY3C,CACP,CAAC,EACD,QAAQ,CAAC,MAAM,GAAG,CAAC,IAAI,CACtB,KAAC,eAAe,IAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAC,SAAS,GAAG,CACvD,EACA,QAAQ,IAAI,KAAC,eAAe,IAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAC,OAAO,GAAG,IACpD,CACd,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAC1B,mBAAmB,CAAuB,kBAAkB,CAAC,CAAC;AAEhE,eAAe,CAAC,WAAW,GAAG,iBAAiB,CAAC"}
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
3
+ export interface CustomizableRadioGroupProps extends React.ComponentPropsWithoutRef<typeof RadioGroupPrimitive.Root> {
4
+ children: React.ReactNode;
5
+ className?: string;
6
+ id?: string;
7
+ name?: string;
8
+ }
9
+ export declare const RadioGroup: React.ForwardRefExoticComponent<CustomizableRadioGroupProps & React.RefAttributes<HTMLDivElement>>;
10
+ //# sourceMappingURL=radio-group.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radio-group.d.ts","sourceRoot":"","sources":["../../../../../../src/scalars/components/fragments/radio-group-field/radio-group.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgB,MAAM,OAAO,CAAC;AACrC,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AAEnE,MAAM,WAAW,2BACf,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC;IACvE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,UAAU,oGAkBrB,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import React, { useId } from "react";
3
+ import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
4
+ export const RadioGroup = React.forwardRef(({ children, className, id: propId, name, ...props }, ref) => {
5
+ const prefix = useId();
6
+ const id = propId ?? `${prefix}-radio-group`;
7
+ return (_jsx(RadioGroupPrimitive.Root, { className: className, id: id, name: name, ...props, ref: ref, children: children }));
8
+ });
9
+ RadioGroup.displayName = "RadioGroup";
10
+ //# sourceMappingURL=radio-group.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radio-group.js","sourceRoot":"","sources":["../../../../../../src/scalars/components/fragments/radio-group-field/radio-group.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;AACrC,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AAUnE,MAAM,CAAC,MAAM,UAAU,GAAG,KAAK,CAAC,UAAU,CAGxC,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE;IAC7D,MAAM,MAAM,GAAG,KAAK,EAAE,CAAC;IACvB,MAAM,EAAE,GAAG,MAAM,IAAI,GAAG,MAAM,cAAc,CAAC;IAE7C,OAAO,CACL,KAAC,mBAAmB,CAAC,IAAI,IACvB,SAAS,EAAE,SAAS,EACpB,EAAE,EAAE,EAAE,EACN,IAAI,EAAE,IAAI,KACN,KAAK,EACT,GAAG,EAAE,GAAG,YAEP,QAAQ,GACgB,CAC5B,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,UAAU,CAAC,WAAW,GAAG,YAAY,CAAC"}
@@ -0,0 +1,13 @@
1
+ import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
2
+ import React from "react";
3
+ export interface RadioProps extends React.ComponentPropsWithoutRef<typeof RadioGroupPrimitive.Item> {
4
+ className?: string;
5
+ description?: string;
6
+ disabled?: boolean;
7
+ hasError?: boolean;
8
+ id?: string;
9
+ label: string;
10
+ value: string;
11
+ }
12
+ export declare const Radio: React.ForwardRefExoticComponent<RadioProps & React.RefAttributes<HTMLButtonElement>>;
13
+ //# sourceMappingURL=radio.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radio.d.ts","sourceRoot":"","sources":["../../../../../../src/scalars/components/fragments/radio-group-field/radio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AACnE,OAAO,KAAgB,MAAM,OAAO,CAAC;AAIrC,MAAM,WAAW,UACf,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC;IACvE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,KAAK,sFAgFjB,CAAC"}
@@ -0,0 +1,24 @@
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
3
+ import React, { useId } from "react";
4
+ import { cn } from "../../../lib/utils.js";
5
+ import { FormLabel } from "../form-label/index.js";
6
+ export const Radio = React.forwardRef(({ className, description, disabled = false, hasError = false, id: propId, label, value, ...props }, ref) => {
7
+ const prefix = useId();
8
+ const id = propId ?? `${prefix}-radio`;
9
+ return (_jsxs(_Fragment, { children: [_jsx(RadioGroupPrimitive.Item, { "aria-disabled": disabled, "aria-invalid": hasError, className: cn("group peer", "aspect-square size-4 rounded-full border border-gray-800 dark:border-gray-400", "hover:border-gray-900 dark:hover:border-gray-50", disabled && [
10
+ "cursor-not-allowed border-gray-600 hover:border-gray-600",
11
+ "dark:border-gray-600 dark:hover:border-gray-600",
12
+ ], hasError && [
13
+ "border-red-700 hover:border-red-900",
14
+ "dark:border-red-700 dark:hover:border-red-900",
15
+ ], className), disabled: disabled, id: id, value: value, ...props, ref: ref, children: _jsx(RadioGroupPrimitive.Indicator, { className: cn("relative flex size-full items-center justify-center", "after:absolute after:left-1/2 after:top-1/2 after:size-2.5", "after:-translate-x-1/2 after:-translate-y-1/2", "after:rounded-full after:bg-gray-800 after:content-['']", "dark:after:bg-gray-400", !disabled && [
16
+ "group-hover:after:bg-gray-900",
17
+ "dark:group-hover:after:bg-gray-50",
18
+ ], disabled && ["after:bg-gray-600", "dark:after:bg-gray-600"]) }) }), _jsx(FormLabel, { className: cn(!disabled &&
19
+ !hasError && [
20
+ "cursor-pointer",
21
+ "peer-hover:text-gray-900 dark:peer-hover:text-gray-50",
22
+ ]), description: description, disabled: disabled, hasError: hasError, htmlFor: id, required: props.required, inline: true, children: label })] }));
23
+ });
24
+ //# sourceMappingURL=radio.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radio.js","sourceRoot":"","sources":["../../../../../../src/scalars/components/fragments/radio-group-field/radio.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AACnE,OAAO,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;AACrC,OAAO,EAAE,EAAE,EAAE,MAAM,uBAAuB,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAanD,MAAM,CAAC,MAAM,KAAK,GAAG,KAAK,CAAC,UAAU,CAInC,CACE,EACE,SAAS,EACT,WAAW,EACX,QAAQ,GAAG,KAAK,EAChB,QAAQ,GAAG,KAAK,EAChB,EAAE,EAAE,MAAM,EACV,KAAK,EACL,KAAK,EACL,GAAG,KAAK,EACT,EACD,GAAG,EACH,EAAE;IACF,MAAM,MAAM,GAAG,KAAK,EAAE,CAAC;IACvB,MAAM,EAAE,GAAG,MAAM,IAAI,GAAG,MAAM,QAAQ,CAAC;IAEvC,OAAO,CACL,8BACE,KAAC,mBAAmB,CAAC,IAAI,qBACR,QAAQ,kBACT,QAAQ,EACtB,SAAS,EAAE,EAAE,CACX,YAAY,EACZ,+EAA+E,EAC/E,iDAAiD,EACjD,QAAQ,IAAI;oBACV,0DAA0D;oBAC1D,iDAAiD;iBAClD,EACD,QAAQ,IAAI;oBACV,qCAAqC;oBACrC,+CAA+C;iBAChD,EACD,SAAS,CACV,EACD,QAAQ,EAAE,QAAQ,EAClB,EAAE,EAAE,EAAE,EACN,KAAK,EAAE,KAAK,KACR,KAAK,EACT,GAAG,EAAE,GAAG,YAER,KAAC,mBAAmB,CAAC,SAAS,IAC5B,SAAS,EAAE,EAAE,CACX,qDAAqD,EACrD,4DAA4D,EAC5D,+CAA+C,EAC/C,yDAAyD,EACzD,wBAAwB,EACxB,CAAC,QAAQ,IAAI;wBACX,+BAA+B;wBAC/B,mCAAmC;qBACpC,EACD,QAAQ,IAAI,CAAC,mBAAmB,EAAE,wBAAwB,CAAC,CAC5D,GACD,GACuB,EAC3B,KAAC,SAAS,IACR,SAAS,EAAE,EAAE,CACX,CAAC,QAAQ;oBACP,CAAC,QAAQ,IAAI;oBACX,gBAAgB;oBAChB,uDAAuD;iBACxD,CACJ,EACD,WAAW,EAAE,WAAW,EACxB,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,EAClB,OAAO,EAAE,EAAE,EACX,QAAQ,EAAE,KAAK,CAAC,QAAQ,EACxB,MAAM,kBAEL,KAAK,GACI,IACX,CACJ,CAAC;AACJ,CAAC,CACF,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { type SelectProps } from "#scalars";
2
+ import type React from "react";
3
+ interface ContentProps {
4
+ searchable?: boolean;
5
+ commandListRef: React.RefObject<HTMLDivElement>;
6
+ multiple?: boolean;
7
+ selectedValues: string[];
8
+ selectionIcon: "auto" | "checkmark";
9
+ selectionIconPosition: "left" | "right";
10
+ options: SelectProps["options"];
11
+ favoriteOptions?: SelectProps["options"];
12
+ toggleAll: () => void;
13
+ toggleOption: (value: string) => void;
14
+ }
15
+ export declare const Content: React.FC<ContentProps>;
16
+ export {};
17
+ //# sourceMappingURL=content.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"content.d.ts","sourceRoot":"","sources":["../../../../../../src/scalars/components/fragments/select-field/content.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAE5C,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAW/B,UAAU,YAAY;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,cAAc,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IAChD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,aAAa,EAAE,MAAM,GAAG,WAAW,CAAC;IACpC,qBAAqB,EAAE,MAAM,GAAG,OAAO,CAAC;IACxC,OAAO,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IAChC,eAAe,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IACzC,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,YAAY,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACvC;AAED,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAyI1C,CAAC"}