@powerhousedao/document-engineering 1.7.0 → 1.8.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 (1543) hide show
  1. package/dist/scripts/create-icon-components.js +44 -30
  2. package/dist/scripts/create-icon-components.js.map +1 -1
  3. package/dist/src/index.d.ts +2 -2
  4. package/dist/src/index.d.ts.map +1 -1
  5. package/dist/src/index.js +2 -2
  6. package/dist/src/index.js.map +1 -1
  7. package/dist/src/scalars/components/aid-field/aid-field.d.ts +1 -1
  8. package/dist/src/scalars/components/aid-field/aid-field.d.ts.map +1 -1
  9. package/dist/src/scalars/components/aid-field/aid-field.js +13 -13
  10. package/dist/src/scalars/components/aid-field/aid-field.js.map +1 -1
  11. package/dist/src/scalars/components/aid-field/index.d.ts +2 -2
  12. package/dist/src/scalars/components/aid-field/index.d.ts.map +1 -1
  13. package/dist/src/scalars/components/aid-field/index.js +1 -1
  14. package/dist/src/scalars/components/aid-field/index.js.map +1 -1
  15. package/dist/src/scalars/components/aid-field/types.d.ts +2 -2
  16. package/dist/src/scalars/components/aid-field/types.d.ts.map +1 -1
  17. package/dist/src/scalars/components/amount-field/amount-currency-validations.d.ts +1 -1
  18. package/dist/src/scalars/components/amount-field/amount-currency-validations.d.ts.map +1 -1
  19. package/dist/src/scalars/components/amount-field/amount-currency-validations.js +3 -3
  20. package/dist/src/scalars/components/amount-field/amount-currency-validations.js.map +1 -1
  21. package/dist/src/scalars/components/amount-field/amount-field-validations.d.ts +3 -3
  22. package/dist/src/scalars/components/amount-field/amount-field-validations.d.ts.map +1 -1
  23. package/dist/src/scalars/components/amount-field/amount-field-validations.js +23 -29
  24. package/dist/src/scalars/components/amount-field/amount-field-validations.js.map +1 -1
  25. package/dist/src/scalars/components/amount-field/amount-field.d.ts +2 -4
  26. package/dist/src/scalars/components/amount-field/amount-field.d.ts.map +1 -1
  27. package/dist/src/scalars/components/amount-field/amount-field.js +5 -5
  28. package/dist/src/scalars/components/amount-field/amount-field.js.map +1 -1
  29. package/dist/src/scalars/components/amount-field/index.d.ts +2 -1
  30. package/dist/src/scalars/components/amount-field/index.d.ts.map +1 -1
  31. package/dist/src/scalars/components/amount-field/index.js +1 -1
  32. package/dist/src/scalars/components/amount-field/index.js.map +1 -1
  33. package/dist/src/scalars/components/amount-field/types.d.ts +5 -0
  34. package/dist/src/scalars/components/amount-field/types.d.ts.map +1 -0
  35. package/dist/src/scalars/components/amount-field/types.js +2 -0
  36. package/dist/src/scalars/components/amount-field/types.js.map +1 -0
  37. package/dist/src/scalars/components/boolean-field/boolean-field.d.ts +4 -4
  38. package/dist/src/scalars/components/boolean-field/boolean-field.d.ts.map +1 -1
  39. package/dist/src/scalars/components/boolean-field/boolean-field.js +4 -4
  40. package/dist/src/scalars/components/boolean-field/boolean-field.js.map +1 -1
  41. package/dist/src/scalars/components/boolean-field/index.d.ts +1 -1
  42. package/dist/src/scalars/components/boolean-field/index.d.ts.map +1 -1
  43. package/dist/src/scalars/components/boolean-field/index.js +1 -1
  44. package/dist/src/scalars/components/boolean-field/index.js.map +1 -1
  45. package/dist/src/scalars/components/country-code-field/country-code-field.d.ts +3 -3
  46. package/dist/src/scalars/components/country-code-field/country-code-field.d.ts.map +1 -1
  47. package/dist/src/scalars/components/country-code-field/country-code-field.js +20 -22
  48. package/dist/src/scalars/components/country-code-field/country-code-field.js.map +1 -1
  49. package/dist/src/scalars/components/country-code-field/index.d.ts +1 -1
  50. package/dist/src/scalars/components/country-code-field/index.d.ts.map +1 -1
  51. package/dist/src/scalars/components/country-code-field/index.js +1 -1
  52. package/dist/src/scalars/components/country-code-field/index.js.map +1 -1
  53. package/dist/src/scalars/components/country-code-field/types.d.ts +1 -1
  54. package/dist/src/scalars/components/country-code-field/types.d.ts.map +1 -1
  55. package/dist/src/scalars/components/currency-code-field/currency-code-field.d.ts +2 -20
  56. package/dist/src/scalars/components/currency-code-field/currency-code-field.d.ts.map +1 -1
  57. package/dist/src/scalars/components/currency-code-field/currency-code-field.js +5 -72
  58. package/dist/src/scalars/components/currency-code-field/currency-code-field.js.map +1 -1
  59. package/dist/src/scalars/components/currency-code-field/index.d.ts +2 -4
  60. package/dist/src/scalars/components/currency-code-field/index.d.ts.map +1 -1
  61. package/dist/src/scalars/components/currency-code-field/index.js +1 -3
  62. package/dist/src/scalars/components/currency-code-field/index.js.map +1 -1
  63. package/dist/src/scalars/components/currency-code-field/types.d.ts +4 -12
  64. package/dist/src/scalars/components/currency-code-field/types.d.ts.map +1 -1
  65. package/dist/src/scalars/components/date-picker-field/date-picker-field.d.ts +2 -5
  66. package/dist/src/scalars/components/date-picker-field/date-picker-field.d.ts.map +1 -1
  67. package/dist/src/scalars/components/date-picker-field/date-picker-field.js +4 -4
  68. package/dist/src/scalars/components/date-picker-field/date-picker-field.js.map +1 -1
  69. package/dist/src/scalars/components/date-picker-field/date-picker-validations.d.ts +2 -2
  70. package/dist/src/scalars/components/date-picker-field/date-picker-validations.d.ts.map +1 -1
  71. package/dist/src/scalars/components/date-picker-field/date-picker-validations.js +15 -16
  72. package/dist/src/scalars/components/date-picker-field/date-picker-validations.js.map +1 -1
  73. package/dist/src/scalars/components/date-picker-field/index.d.ts +2 -1
  74. package/dist/src/scalars/components/date-picker-field/index.d.ts.map +1 -1
  75. package/dist/src/scalars/components/date-picker-field/index.js +1 -1
  76. package/dist/src/scalars/components/date-picker-field/index.js.map +1 -1
  77. package/dist/src/scalars/components/date-picker-field/types.d.ts +6 -0
  78. package/dist/src/scalars/components/date-picker-field/types.d.ts.map +1 -0
  79. package/dist/src/scalars/components/date-picker-field/types.js +2 -0
  80. package/dist/src/scalars/components/date-picker-field/types.js.map +1 -0
  81. package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field-validations.d.ts +2 -2
  82. package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field-validations.d.ts.map +1 -1
  83. package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field-validations.js +16 -17
  84. package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field-validations.js.map +1 -1
  85. package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field.d.ts +2 -5
  86. package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field.d.ts.map +1 -1
  87. package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field.js +4 -4
  88. package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field.js.map +1 -1
  89. package/dist/src/scalars/components/date-time-picker-field/index.d.ts +2 -1
  90. package/dist/src/scalars/components/date-time-picker-field/index.d.ts.map +1 -1
  91. package/dist/src/scalars/components/date-time-picker-field/index.js +1 -1
  92. package/dist/src/scalars/components/date-time-picker-field/index.js.map +1 -1
  93. package/dist/src/scalars/components/date-time-picker-field/types.d.ts +6 -0
  94. package/dist/src/scalars/components/date-time-picker-field/types.d.ts.map +1 -0
  95. package/dist/src/scalars/components/date-time-picker-field/types.js +2 -0
  96. package/dist/src/scalars/components/date-time-picker-field/types.js.map +1 -0
  97. package/dist/src/scalars/components/enum-field/enum-field.d.ts +6 -6
  98. package/dist/src/scalars/components/enum-field/enum-field.d.ts.map +1 -1
  99. package/dist/src/scalars/components/enum-field/enum-field.js +8 -8
  100. package/dist/src/scalars/components/enum-field/enum-field.js.map +1 -1
  101. package/dist/src/scalars/components/enum-field/index.d.ts +1 -1
  102. package/dist/src/scalars/components/enum-field/index.d.ts.map +1 -1
  103. package/dist/src/scalars/components/enum-field/index.js +1 -1
  104. package/dist/src/scalars/components/enum-field/index.js.map +1 -1
  105. package/dist/src/scalars/components/examples/enum-field-example/enum-field-example.d.ts.map +1 -1
  106. package/dist/src/scalars/components/examples/enum-field-example/enum-field-example.js +15 -13
  107. package/dist/src/scalars/components/examples/enum-field-example/enum-field-example.js.map +1 -1
  108. package/dist/src/scalars/components/examples/multiple-fields-with-complex-layout/multiple-fields-with-complex-layout.d.ts.map +1 -1
  109. package/dist/src/scalars/components/examples/multiple-fields-with-complex-layout/multiple-fields-with-complex-layout.js +17 -15
  110. package/dist/src/scalars/components/examples/multiple-fields-with-complex-layout/multiple-fields-with-complex-layout.js.map +1 -1
  111. package/dist/src/scalars/components/examples/reset-button/reset-button.d.ts.map +1 -1
  112. package/dist/src/scalars/components/examples/reset-button/reset-button.js +5 -4
  113. package/dist/src/scalars/components/examples/reset-button/reset-button.js.map +1 -1
  114. package/dist/src/scalars/components/examples/reset-on-successful-submit/reset-on-successful-submit.d.ts.map +1 -1
  115. package/dist/src/scalars/components/examples/reset-on-successful-submit/reset-on-successful-submit.js +7 -6
  116. package/dist/src/scalars/components/examples/reset-on-successful-submit/reset-on-successful-submit.js.map +1 -1
  117. package/dist/src/scalars/components/examples/submit-changes-only/submit-changes-only.d.ts.map +1 -1
  118. package/dist/src/scalars/components/examples/submit-changes-only/submit-changes-only.js +9 -6
  119. package/dist/src/scalars/components/examples/submit-changes-only/submit-changes-only.js.map +1 -1
  120. package/dist/src/scalars/components/form/form.d.ts +3 -3
  121. package/dist/src/scalars/components/form/form.d.ts.map +1 -1
  122. package/dist/src/scalars/components/form/form.js +19 -30
  123. package/dist/src/scalars/components/form/form.js.map +1 -1
  124. package/dist/src/scalars/components/form/index.d.ts +1 -1
  125. package/dist/src/scalars/components/form/index.d.ts.map +1 -1
  126. package/dist/src/scalars/components/form/index.js +1 -1
  127. package/dist/src/scalars/components/form/index.js.map +1 -1
  128. package/dist/src/scalars/components/form/utils.d.ts +2 -2
  129. package/dist/src/scalars/components/form/utils.d.ts.map +1 -1
  130. package/dist/src/scalars/components/form/utils.js +4 -6
  131. package/dist/src/scalars/components/form/utils.js.map +1 -1
  132. package/dist/src/scalars/components/fragments/button/button.d.ts +2 -2
  133. package/dist/src/scalars/components/fragments/button/button.d.ts.map +1 -1
  134. package/dist/src/scalars/components/fragments/button/button.js +12 -11
  135. package/dist/src/scalars/components/fragments/button/button.js.map +1 -1
  136. package/dist/src/scalars/components/fragments/button/index.d.ts +1 -1
  137. package/dist/src/scalars/components/fragments/button/index.d.ts.map +1 -1
  138. package/dist/src/scalars/components/fragments/button/index.js +1 -1
  139. package/dist/src/scalars/components/fragments/button/index.js.map +1 -1
  140. package/dist/src/scalars/components/fragments/character-counter/character-counter.d.ts.map +1 -1
  141. package/dist/src/scalars/components/fragments/character-counter/character-counter.js +8 -8
  142. package/dist/src/scalars/components/fragments/character-counter/character-counter.js.map +1 -1
  143. package/dist/src/scalars/components/fragments/character-counter/index.d.ts +1 -1
  144. package/dist/src/scalars/components/fragments/character-counter/index.d.ts.map +1 -1
  145. package/dist/src/scalars/components/fragments/character-counter/index.js +1 -1
  146. package/dist/src/scalars/components/fragments/character-counter/index.js.map +1 -1
  147. package/dist/src/scalars/components/fragments/checkbox-field/checkbox-field.d.ts +1 -1
  148. package/dist/src/scalars/components/fragments/checkbox-field/checkbox-field.d.ts.map +1 -1
  149. package/dist/src/scalars/components/fragments/checkbox-field/checkbox-field.js +3 -3
  150. package/dist/src/scalars/components/fragments/checkbox-field/checkbox-field.js.map +1 -1
  151. package/dist/src/scalars/components/fragments/checkbox-field/index.d.ts +1 -1
  152. package/dist/src/scalars/components/fragments/checkbox-field/index.d.ts.map +1 -1
  153. package/dist/src/scalars/components/fragments/checkbox-field/index.js +1 -1
  154. package/dist/src/scalars/components/fragments/checkbox-field/index.js.map +1 -1
  155. package/dist/src/scalars/components/fragments/command/command.d.ts +2 -2
  156. package/dist/src/scalars/components/fragments/command/command.d.ts.map +1 -1
  157. package/dist/src/scalars/components/fragments/command/command.js +10 -10
  158. package/dist/src/scalars/components/fragments/command/command.js.map +1 -1
  159. package/dist/src/scalars/components/fragments/command/index.d.ts +1 -1
  160. package/dist/src/scalars/components/fragments/command/index.d.ts.map +1 -1
  161. package/dist/src/scalars/components/fragments/command/index.js +1 -1
  162. package/dist/src/scalars/components/fragments/command/index.js.map +1 -1
  163. package/dist/src/scalars/components/fragments/form-description/form-description.d.ts.map +1 -1
  164. package/dist/src/scalars/components/fragments/form-description/form-description.js +4 -4
  165. package/dist/src/scalars/components/fragments/form-description/form-description.js.map +1 -1
  166. package/dist/src/scalars/components/fragments/form-description/index.d.ts +1 -1
  167. package/dist/src/scalars/components/fragments/form-description/index.d.ts.map +1 -1
  168. package/dist/src/scalars/components/fragments/form-description/index.js +1 -1
  169. package/dist/src/scalars/components/fragments/form-description/index.js.map +1 -1
  170. package/dist/src/scalars/components/fragments/form-group/form-group.d.ts.map +1 -1
  171. package/dist/src/scalars/components/fragments/form-group/form-group.js.map +1 -1
  172. package/dist/src/scalars/components/fragments/form-group/index.d.ts +1 -1
  173. package/dist/src/scalars/components/fragments/form-group/index.d.ts.map +1 -1
  174. package/dist/src/scalars/components/fragments/form-group/index.js +1 -1
  175. package/dist/src/scalars/components/fragments/form-group/index.js.map +1 -1
  176. package/dist/src/scalars/components/fragments/form-label/form-label.d.ts.map +1 -1
  177. package/dist/src/scalars/components/fragments/form-label/form-label.js +5 -9
  178. package/dist/src/scalars/components/fragments/form-label/form-label.js.map +1 -1
  179. package/dist/src/scalars/components/fragments/form-label/index.d.ts +1 -1
  180. package/dist/src/scalars/components/fragments/form-label/index.d.ts.map +1 -1
  181. package/dist/src/scalars/components/fragments/form-label/index.js +1 -1
  182. package/dist/src/scalars/components/fragments/form-label/index.js.map +1 -1
  183. package/dist/src/scalars/components/fragments/form-message/form-message.d.ts +3 -3
  184. package/dist/src/scalars/components/fragments/form-message/form-message.d.ts.map +1 -1
  185. package/dist/src/scalars/components/fragments/form-message/form-message.js +7 -7
  186. package/dist/src/scalars/components/fragments/form-message/form-message.js.map +1 -1
  187. package/dist/src/scalars/components/fragments/form-message/form-server-error-message.d.ts.map +1 -1
  188. package/dist/src/scalars/components/fragments/form-message/form-server-error-message.js +3 -3
  189. package/dist/src/scalars/components/fragments/form-message/form-server-error-message.js.map +1 -1
  190. package/dist/src/scalars/components/fragments/form-message/index.d.ts +3 -3
  191. package/dist/src/scalars/components/fragments/form-message/index.d.ts.map +1 -1
  192. package/dist/src/scalars/components/fragments/form-message/index.js +3 -3
  193. package/dist/src/scalars/components/fragments/form-message/index.js.map +1 -1
  194. package/dist/src/scalars/components/fragments/form-message/message-list.d.ts +1 -1
  195. package/dist/src/scalars/components/fragments/form-message/message-list.d.ts.map +1 -1
  196. package/dist/src/scalars/components/fragments/form-message/message-list.js +9 -9
  197. package/dist/src/scalars/components/fragments/form-message/message-list.js.map +1 -1
  198. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-context.d.ts.map +1 -1
  199. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-context.js +1 -1
  200. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-context.js.map +1 -1
  201. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-input-container.d.ts +4 -4
  202. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-input-container.d.ts.map +1 -1
  203. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-input-container.js +22 -33
  204. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-input-container.js.map +1 -1
  205. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list-option.d.ts +4 -4
  206. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list-option.d.ts.map +1 -1
  207. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list-option.js +11 -33
  208. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list-option.js.map +1 -1
  209. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list.d.ts +2 -3
  210. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list.d.ts.map +1 -1
  211. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list.js +14 -14
  212. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list.js.map +1 -1
  213. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete.d.ts +2 -2
  214. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete.d.ts.map +1 -1
  215. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete.js +28 -38
  216. package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete.js.map +1 -1
  217. package/dist/src/scalars/components/fragments/id-autocomplete/index.d.ts +2 -2
  218. package/dist/src/scalars/components/fragments/id-autocomplete/index.d.ts.map +1 -1
  219. package/dist/src/scalars/components/fragments/id-autocomplete/index.js +1 -1
  220. package/dist/src/scalars/components/fragments/id-autocomplete/index.js.map +1 -1
  221. package/dist/src/scalars/components/fragments/id-autocomplete/types.d.ts +5 -5
  222. package/dist/src/scalars/components/fragments/id-autocomplete/types.d.ts.map +1 -1
  223. package/dist/src/scalars/components/fragments/id-autocomplete/use-id-autocomplete.d.ts +7 -7
  224. package/dist/src/scalars/components/fragments/id-autocomplete/use-id-autocomplete.d.ts.map +1 -1
  225. package/dist/src/scalars/components/fragments/id-autocomplete/use-id-autocomplete.js +13 -15
  226. package/dist/src/scalars/components/fragments/id-autocomplete/use-id-autocomplete.js.map +1 -1
  227. package/dist/src/scalars/components/fragments/index.d.ts +5 -5
  228. package/dist/src/scalars/components/fragments/index.d.ts.map +1 -1
  229. package/dist/src/scalars/components/fragments/index.js +5 -5
  230. package/dist/src/scalars/components/fragments/index.js.map +1 -1
  231. package/dist/src/scalars/components/fragments/popover/index.d.ts +1 -1
  232. package/dist/src/scalars/components/fragments/popover/index.d.ts.map +1 -1
  233. package/dist/src/scalars/components/fragments/popover/index.js +1 -1
  234. package/dist/src/scalars/components/fragments/popover/index.js.map +1 -1
  235. package/dist/src/scalars/components/fragments/popover/popover.d.ts +7 -6
  236. package/dist/src/scalars/components/fragments/popover/popover.d.ts.map +1 -1
  237. package/dist/src/scalars/components/fragments/popover/popover.js +16 -14
  238. package/dist/src/scalars/components/fragments/popover/popover.js.map +1 -1
  239. package/dist/src/scalars/components/fragments/radio-group-field/index.d.ts +1 -1
  240. package/dist/src/scalars/components/fragments/radio-group-field/index.d.ts.map +1 -1
  241. package/dist/src/scalars/components/fragments/radio-group-field/index.js +1 -1
  242. package/dist/src/scalars/components/fragments/radio-group-field/index.js.map +1 -1
  243. package/dist/src/scalars/components/fragments/radio-group-field/radio-group-field.d.ts +2 -2
  244. package/dist/src/scalars/components/fragments/radio-group-field/radio-group-field.d.ts.map +1 -1
  245. package/dist/src/scalars/components/fragments/radio-group-field/radio-group-field.js +3 -3
  246. package/dist/src/scalars/components/fragments/radio-group-field/radio-group-field.js.map +1 -1
  247. package/dist/src/scalars/components/fragments/select-field/index.d.ts +1 -1
  248. package/dist/src/scalars/components/fragments/select-field/index.d.ts.map +1 -1
  249. package/dist/src/scalars/components/fragments/select-field/index.js +1 -1
  250. package/dist/src/scalars/components/fragments/select-field/index.js.map +1 -1
  251. package/dist/src/scalars/components/fragments/select-field/select-field.d.ts +2 -2
  252. package/dist/src/scalars/components/fragments/select-field/select-field.d.ts.map +1 -1
  253. package/dist/src/scalars/components/fragments/select-field/select-field.js +3 -3
  254. package/dist/src/scalars/components/fragments/select-field/select-field.js.map +1 -1
  255. package/dist/src/scalars/components/fragments/tabs/tabs.d.ts +2 -2
  256. package/dist/src/scalars/components/fragments/tabs/tabs.d.ts.map +1 -1
  257. package/dist/src/scalars/components/fragments/tabs/tabs.js +7 -7
  258. package/dist/src/scalars/components/fragments/tabs/tabs.js.map +1 -1
  259. package/dist/src/scalars/components/fragments/text-field/index.d.ts +1 -1
  260. package/dist/src/scalars/components/fragments/text-field/index.d.ts.map +1 -1
  261. package/dist/src/scalars/components/fragments/text-field/index.js +1 -1
  262. package/dist/src/scalars/components/fragments/text-field/index.js.map +1 -1
  263. package/dist/src/scalars/components/fragments/text-field/text-field.d.ts +5 -4
  264. package/dist/src/scalars/components/fragments/text-field/text-field.d.ts.map +1 -1
  265. package/dist/src/scalars/components/fragments/text-field/text-field.js +5 -4
  266. package/dist/src/scalars/components/fragments/text-field/text-field.js.map +1 -1
  267. package/dist/src/scalars/components/fragments/textarea-field/index.d.ts +1 -1
  268. package/dist/src/scalars/components/fragments/textarea-field/index.d.ts.map +1 -1
  269. package/dist/src/scalars/components/fragments/textarea-field/index.js +1 -1
  270. package/dist/src/scalars/components/fragments/textarea-field/index.js.map +1 -1
  271. package/dist/src/scalars/components/fragments/textarea-field/textarea-field.d.ts +2 -2
  272. package/dist/src/scalars/components/fragments/textarea-field/textarea-field.d.ts.map +1 -1
  273. package/dist/src/scalars/components/fragments/textarea-field/textarea-field.js +3 -3
  274. package/dist/src/scalars/components/fragments/textarea-field/textarea-field.js.map +1 -1
  275. package/dist/src/scalars/components/fragments/toggle-field/index.d.ts +1 -1
  276. package/dist/src/scalars/components/fragments/toggle-field/index.d.ts.map +1 -1
  277. package/dist/src/scalars/components/fragments/toggle-field/index.js +1 -1
  278. package/dist/src/scalars/components/fragments/toggle-field/index.js.map +1 -1
  279. package/dist/src/scalars/components/fragments/toggle-field/toggle-field.d.ts +2 -2
  280. package/dist/src/scalars/components/fragments/toggle-field/toggle-field.d.ts.map +1 -1
  281. package/dist/src/scalars/components/fragments/toggle-field/toggle-field.js +3 -3
  282. package/dist/src/scalars/components/fragments/toggle-field/toggle-field.js.map +1 -1
  283. package/dist/src/scalars/components/fragments/value-transformer/index.d.ts +2 -2
  284. package/dist/src/scalars/components/fragments/value-transformer/index.d.ts.map +1 -1
  285. package/dist/src/scalars/components/fragments/value-transformer/index.js +2 -2
  286. package/dist/src/scalars/components/fragments/value-transformer/index.js.map +1 -1
  287. package/dist/src/scalars/components/fragments/value-transformer/value-transformer.d.ts +4 -4
  288. package/dist/src/scalars/components/fragments/value-transformer/value-transformer.d.ts.map +1 -1
  289. package/dist/src/scalars/components/fragments/value-transformer/value-transformer.js +25 -22
  290. package/dist/src/scalars/components/fragments/value-transformer/value-transformer.js.map +1 -1
  291. package/dist/src/scalars/components/fragments/with-field-validation/index.d.ts +1 -1
  292. package/dist/src/scalars/components/fragments/with-field-validation/index.d.ts.map +1 -1
  293. package/dist/src/scalars/components/fragments/with-field-validation/index.js +1 -1
  294. package/dist/src/scalars/components/fragments/with-field-validation/index.js.map +1 -1
  295. package/dist/src/scalars/components/fragments/with-field-validation/with-field-validation.d.ts +2 -2
  296. package/dist/src/scalars/components/fragments/with-field-validation/with-field-validation.d.ts.map +1 -1
  297. package/dist/src/scalars/components/fragments/with-field-validation/with-field-validation.js +20 -35
  298. package/dist/src/scalars/components/fragments/with-field-validation/with-field-validation.js.map +1 -1
  299. package/dist/src/scalars/components/id-field/id-field.d.ts +1 -1
  300. package/dist/src/scalars/components/id-field/id-field.d.ts.map +1 -1
  301. package/dist/src/scalars/components/id-field/id-field.js +8 -8
  302. package/dist/src/scalars/components/id-field/id-field.js.map +1 -1
  303. package/dist/src/scalars/components/id-field/index.d.ts +1 -1
  304. package/dist/src/scalars/components/id-field/index.d.ts.map +1 -1
  305. package/dist/src/scalars/components/id-field/index.js +1 -1
  306. package/dist/src/scalars/components/id-field/index.js.map +1 -1
  307. package/dist/src/scalars/components/index.d.ts +27 -27
  308. package/dist/src/scalars/components/index.d.ts.map +1 -1
  309. package/dist/src/scalars/components/index.js +27 -27
  310. package/dist/src/scalars/components/index.js.map +1 -1
  311. package/dist/src/scalars/components/number-field/index.d.ts +1 -1
  312. package/dist/src/scalars/components/number-field/index.d.ts.map +1 -1
  313. package/dist/src/scalars/components/number-field/index.js +1 -1
  314. package/dist/src/scalars/components/number-field/index.js.map +1 -1
  315. package/dist/src/scalars/components/number-field/number-field-validations.d.ts +2 -2
  316. package/dist/src/scalars/components/number-field/number-field-validations.d.ts.map +1 -1
  317. package/dist/src/scalars/components/number-field/number-field-validations.js +40 -46
  318. package/dist/src/scalars/components/number-field/number-field-validations.js.map +1 -1
  319. package/dist/src/scalars/components/number-field/number-field.d.ts +4 -11
  320. package/dist/src/scalars/components/number-field/number-field.d.ts.map +1 -1
  321. package/dist/src/scalars/components/number-field/number-field.js +27 -21
  322. package/dist/src/scalars/components/number-field/number-field.js.map +1 -1
  323. package/dist/src/scalars/components/number-field/types.d.ts +13 -5
  324. package/dist/src/scalars/components/number-field/types.d.ts.map +1 -1
  325. package/dist/src/scalars/components/number-field/use-number-field.d.ts +1 -1
  326. package/dist/src/scalars/components/number-field/use-number-field.d.ts.map +1 -1
  327. package/dist/src/scalars/components/number-field/use-number-field.js +24 -33
  328. package/dist/src/scalars/components/number-field/use-number-field.js.map +1 -1
  329. package/dist/src/scalars/components/number-field/utils.d.ts +3 -3
  330. package/dist/src/scalars/components/number-field/utils.d.ts.map +1 -1
  331. package/dist/src/scalars/components/number-field/utils.js +8 -14
  332. package/dist/src/scalars/components/number-field/utils.js.map +1 -1
  333. package/dist/src/scalars/components/oid-field/index.d.ts +2 -2
  334. package/dist/src/scalars/components/oid-field/index.d.ts.map +1 -1
  335. package/dist/src/scalars/components/oid-field/index.js +1 -1
  336. package/dist/src/scalars/components/oid-field/index.js.map +1 -1
  337. package/dist/src/scalars/components/oid-field/oid-field.d.ts +1 -1
  338. package/dist/src/scalars/components/oid-field/oid-field.d.ts.map +1 -1
  339. package/dist/src/scalars/components/oid-field/oid-field.js +6 -6
  340. package/dist/src/scalars/components/oid-field/oid-field.js.map +1 -1
  341. package/dist/src/scalars/components/oid-field/types.d.ts +2 -2
  342. package/dist/src/scalars/components/oid-field/types.d.ts.map +1 -1
  343. package/dist/src/scalars/components/phid-field/index.d.ts +2 -2
  344. package/dist/src/scalars/components/phid-field/index.d.ts.map +1 -1
  345. package/dist/src/scalars/components/phid-field/index.js +1 -1
  346. package/dist/src/scalars/components/phid-field/index.js.map +1 -1
  347. package/dist/src/scalars/components/phid-field/phid-field.d.ts +1 -1
  348. package/dist/src/scalars/components/phid-field/phid-field.d.ts.map +1 -1
  349. package/dist/src/scalars/components/phid-field/phid-field.js +11 -11
  350. package/dist/src/scalars/components/phid-field/phid-field.js.map +1 -1
  351. package/dist/src/scalars/components/phid-field/types.d.ts +2 -2
  352. package/dist/src/scalars/components/phid-field/types.d.ts.map +1 -1
  353. package/dist/src/scalars/components/string-field/index.d.ts +1 -1
  354. package/dist/src/scalars/components/string-field/index.d.ts.map +1 -1
  355. package/dist/src/scalars/components/string-field/index.js +1 -1
  356. package/dist/src/scalars/components/string-field/index.js.map +1 -1
  357. package/dist/src/scalars/components/string-field/string-field.d.ts +6 -5
  358. package/dist/src/scalars/components/string-field/string-field.d.ts.map +1 -1
  359. package/dist/src/scalars/components/string-field/string-field.js +7 -6
  360. package/dist/src/scalars/components/string-field/string-field.js.map +1 -1
  361. package/dist/src/scalars/components/time-picker-field/index.d.ts +2 -1
  362. package/dist/src/scalars/components/time-picker-field/index.d.ts.map +1 -1
  363. package/dist/src/scalars/components/time-picker-field/index.js +1 -1
  364. package/dist/src/scalars/components/time-picker-field/index.js.map +1 -1
  365. package/dist/src/scalars/components/time-picker-field/time-picker-field-validations.d.ts +1 -1
  366. package/dist/src/scalars/components/time-picker-field/time-picker-field-validations.d.ts.map +1 -1
  367. package/dist/src/scalars/components/time-picker-field/time-picker-field-validations.js +13 -13
  368. package/dist/src/scalars/components/time-picker-field/time-picker-field-validations.js.map +1 -1
  369. package/dist/src/scalars/components/time-picker-field/time-picker-field.d.ts +2 -5
  370. package/dist/src/scalars/components/time-picker-field/time-picker-field.d.ts.map +1 -1
  371. package/dist/src/scalars/components/time-picker-field/time-picker-field.js +4 -4
  372. package/dist/src/scalars/components/time-picker-field/time-picker-field.js.map +1 -1
  373. package/dist/src/scalars/components/time-picker-field/types.d.ts +6 -0
  374. package/dist/src/scalars/components/time-picker-field/types.d.ts.map +1 -0
  375. package/dist/src/scalars/components/time-picker-field/types.js +2 -0
  376. package/dist/src/scalars/components/time-picker-field/types.js.map +1 -0
  377. package/dist/src/scalars/components/types.d.ts +2 -2
  378. package/dist/src/scalars/components/types.d.ts.map +1 -1
  379. package/dist/src/scalars/components/url-field/index.d.ts +1 -1
  380. package/dist/src/scalars/components/url-field/index.d.ts.map +1 -1
  381. package/dist/src/scalars/components/url-field/index.js +1 -1
  382. package/dist/src/scalars/components/url-field/index.js.map +1 -1
  383. package/dist/src/scalars/components/url-field/url-field.d.ts +2 -2
  384. package/dist/src/scalars/components/url-field/url-field.d.ts.map +1 -1
  385. package/dist/src/scalars/components/url-field/url-field.js +6 -6
  386. package/dist/src/scalars/components/url-field/url-field.js.map +1 -1
  387. package/dist/src/scalars/graphql/Amount.d.ts +6 -6
  388. package/dist/src/scalars/graphql/Amount.d.ts.map +1 -1
  389. package/dist/src/scalars/graphql/Amount.js +13 -13
  390. package/dist/src/scalars/graphql/Amount.js.map +1 -1
  391. package/dist/src/scalars/graphql/AmountCrypto.d.ts +6 -6
  392. package/dist/src/scalars/graphql/AmountCrypto.d.ts.map +1 -1
  393. package/dist/src/scalars/graphql/AmountCrypto.js +13 -13
  394. package/dist/src/scalars/graphql/AmountCrypto.js.map +1 -1
  395. package/dist/src/scalars/graphql/AmountCurrency.d.ts +6 -6
  396. package/dist/src/scalars/graphql/AmountCurrency.d.ts.map +1 -1
  397. package/dist/src/scalars/graphql/AmountCurrency.js +13 -13
  398. package/dist/src/scalars/graphql/AmountCurrency.js.map +1 -1
  399. package/dist/src/scalars/graphql/AmountFiat.d.ts +6 -6
  400. package/dist/src/scalars/graphql/AmountFiat.d.ts.map +1 -1
  401. package/dist/src/scalars/graphql/AmountFiat.js +13 -13
  402. package/dist/src/scalars/graphql/AmountFiat.js.map +1 -1
  403. package/dist/src/scalars/graphql/AmountMoney.d.ts +4 -4
  404. package/dist/src/scalars/graphql/AmountMoney.d.ts.map +1 -1
  405. package/dist/src/scalars/graphql/AmountMoney.js +9 -9
  406. package/dist/src/scalars/graphql/AmountMoney.js.map +1 -1
  407. package/dist/src/scalars/graphql/AmountPercentage.d.ts +4 -4
  408. package/dist/src/scalars/graphql/AmountPercentage.d.ts.map +1 -1
  409. package/dist/src/scalars/graphql/AmountPercentage.js +9 -9
  410. package/dist/src/scalars/graphql/AmountPercentage.js.map +1 -1
  411. package/dist/src/scalars/graphql/AmountTokens.d.ts +4 -4
  412. package/dist/src/scalars/graphql/AmountTokens.d.ts.map +1 -1
  413. package/dist/src/scalars/graphql/AmountTokens.js +9 -9
  414. package/dist/src/scalars/graphql/AmountTokens.js.map +1 -1
  415. package/dist/src/scalars/graphql/Currency.d.ts +4 -4
  416. package/dist/src/scalars/graphql/Currency.d.ts.map +1 -1
  417. package/dist/src/scalars/graphql/Currency.js +8 -8
  418. package/dist/src/scalars/graphql/Currency.js.map +1 -1
  419. package/dist/src/scalars/graphql/Date.d.ts +4 -4
  420. package/dist/src/scalars/graphql/Date.d.ts.map +1 -1
  421. package/dist/src/scalars/graphql/Date.js +9 -9
  422. package/dist/src/scalars/graphql/Date.js.map +1 -1
  423. package/dist/src/scalars/graphql/DateTime.d.ts +4 -4
  424. package/dist/src/scalars/graphql/DateTime.d.ts.map +1 -1
  425. package/dist/src/scalars/graphql/DateTime.js +9 -9
  426. package/dist/src/scalars/graphql/DateTime.js.map +1 -1
  427. package/dist/src/scalars/graphql/EmailAddress.d.ts +4 -4
  428. package/dist/src/scalars/graphql/EmailAddress.d.ts.map +1 -1
  429. package/dist/src/scalars/graphql/EmailAddress.js +8 -8
  430. package/dist/src/scalars/graphql/EmailAddress.js.map +1 -1
  431. package/dist/src/scalars/graphql/EthereumAddress.d.ts +4 -4
  432. package/dist/src/scalars/graphql/EthereumAddress.d.ts.map +1 -1
  433. package/dist/src/scalars/graphql/EthereumAddress.js +8 -8
  434. package/dist/src/scalars/graphql/EthereumAddress.js.map +1 -1
  435. package/dist/src/scalars/graphql/OID.d.ts +4 -4
  436. package/dist/src/scalars/graphql/OID.d.ts.map +1 -1
  437. package/dist/src/scalars/graphql/OID.js +8 -8
  438. package/dist/src/scalars/graphql/OID.js.map +1 -1
  439. package/dist/src/scalars/graphql/OLabel.d.ts +4 -4
  440. package/dist/src/scalars/graphql/OLabel.d.ts.map +1 -1
  441. package/dist/src/scalars/graphql/OLabel.js +8 -8
  442. package/dist/src/scalars/graphql/OLabel.js.map +1 -1
  443. package/dist/src/scalars/graphql/PHID.d.ts +4 -4
  444. package/dist/src/scalars/graphql/PHID.d.ts.map +1 -1
  445. package/dist/src/scalars/graphql/PHID.js +8 -8
  446. package/dist/src/scalars/graphql/PHID.js.map +1 -1
  447. package/dist/src/scalars/graphql/URL.d.ts +4 -4
  448. package/dist/src/scalars/graphql/URL.d.ts.map +1 -1
  449. package/dist/src/scalars/graphql/URL.js +9 -9
  450. package/dist/src/scalars/graphql/URL.js.map +1 -1
  451. package/dist/src/scalars/graphql/index.d.ts +3 -3
  452. package/dist/src/scalars/graphql/index.d.ts.map +1 -1
  453. package/dist/src/scalars/graphql/index.js +2 -2
  454. package/dist/src/scalars/graphql/index.js.map +1 -1
  455. package/dist/src/scalars/graphql/scalars.d.ts +33 -33
  456. package/dist/src/scalars/graphql/scalars.d.ts.map +1 -1
  457. package/dist/src/scalars/graphql/scalars.js +20 -16
  458. package/dist/src/scalars/graphql/scalars.js.map +1 -1
  459. package/dist/src/scalars/graphql/types.d.ts +4 -4
  460. package/dist/src/scalars/graphql/types.d.ts.map +1 -1
  461. package/dist/src/scalars/graphql/utils.d.ts +2 -2
  462. package/dist/src/scalars/graphql/utils.d.ts.map +1 -1
  463. package/dist/src/scalars/graphql/utils.js +2 -2
  464. package/dist/src/scalars/graphql/utils.js.map +1 -1
  465. package/dist/src/scalars/hooks/useEllipsis.d.ts.map +1 -1
  466. package/dist/src/scalars/hooks/useEllipsis.js +4 -2
  467. package/dist/src/scalars/hooks/useEllipsis.js.map +1 -1
  468. package/dist/src/scalars/index.d.ts +2 -3
  469. package/dist/src/scalars/index.d.ts.map +1 -1
  470. package/dist/src/scalars/index.js +3 -4
  471. package/dist/src/scalars/index.js.map +1 -1
  472. package/dist/src/scalars/lib/decorators.d.ts +2 -2
  473. package/dist/src/scalars/lib/decorators.d.ts.map +1 -1
  474. package/dist/src/scalars/lib/decorators.js +18 -19
  475. package/dist/src/scalars/lib/decorators.js.map +1 -1
  476. package/dist/src/scalars/lib/deep-equal.d.ts.map +1 -1
  477. package/dist/src/scalars/lib/deep-equal.js +3 -8
  478. package/dist/src/scalars/lib/deep-equal.js.map +1 -1
  479. package/dist/src/scalars/lib/index.d.ts +7 -7
  480. package/dist/src/scalars/lib/index.d.ts.map +1 -1
  481. package/dist/src/scalars/lib/index.js +7 -7
  482. package/dist/src/scalars/lib/index.js.map +1 -1
  483. package/dist/src/scalars/lib/is-empty.d.ts.map +1 -1
  484. package/dist/src/scalars/lib/is-empty.js +4 -6
  485. package/dist/src/scalars/lib/is-empty.js.map +1 -1
  486. package/dist/src/scalars/lib/share-number-validations.d.ts.map +1 -1
  487. package/dist/src/scalars/lib/share-number-validations.js +8 -16
  488. package/dist/src/scalars/lib/share-number-validations.js.map +1 -1
  489. package/dist/src/scalars/lib/shared-value-transformers.d.ts +1 -1
  490. package/dist/src/scalars/lib/shared-value-transformers.d.ts.map +1 -1
  491. package/dist/src/scalars/lib/shared-value-transformers.js +4 -4
  492. package/dist/src/scalars/lib/shared-value-transformers.js.map +1 -1
  493. package/dist/src/scalars/lib/storybook-arg-types.d.ts +2 -2
  494. package/dist/src/scalars/lib/storybook-arg-types.d.ts.map +1 -1
  495. package/dist/src/scalars/lib/storybook-arg-types.js +101 -102
  496. package/dist/src/scalars/lib/storybook-arg-types.js.map +1 -1
  497. package/dist/src/scalars/lib/testing.d.ts +1 -1
  498. package/dist/src/scalars/lib/testing.d.ts.map +1 -1
  499. package/dist/src/scalars/lib/testing.js +3 -3
  500. package/dist/src/scalars/lib/testing.js.map +1 -1
  501. package/dist/src/scalars/lib/utils.d.ts +1 -1
  502. package/dist/src/scalars/lib/utils.d.ts.map +1 -1
  503. package/dist/src/scalars/lib/utils.js +2 -2
  504. package/dist/src/scalars/lib/utils.js.map +1 -1
  505. package/dist/src/scalars/lib/value-cast.d.ts +1 -1
  506. package/dist/src/scalars/lib/value-cast.d.ts.map +1 -1
  507. package/dist/src/scalars/lib/value-cast.js +15 -15
  508. package/dist/src/scalars/lib/value-cast.js.map +1 -1
  509. package/dist/src/ui/components/data-entry/aid-input/aid-input.d.ts +2 -2
  510. package/dist/src/ui/components/data-entry/aid-input/aid-input.d.ts.map +1 -1
  511. package/dist/src/ui/components/data-entry/aid-input/aid-input.js +10 -13
  512. package/dist/src/ui/components/data-entry/aid-input/aid-input.js.map +1 -1
  513. package/dist/src/ui/components/data-entry/aid-input/index.d.ts +2 -2
  514. package/dist/src/ui/components/data-entry/aid-input/index.d.ts.map +1 -1
  515. package/dist/src/ui/components/data-entry/aid-input/index.js +1 -1
  516. package/dist/src/ui/components/data-entry/aid-input/index.js.map +1 -1
  517. package/dist/src/ui/components/data-entry/aid-input/mocks.d.ts +1 -1
  518. package/dist/src/ui/components/data-entry/aid-input/mocks.d.ts.map +1 -1
  519. package/dist/src/ui/components/data-entry/aid-input/mocks.js +177 -177
  520. package/dist/src/ui/components/data-entry/aid-input/mocks.js.map +1 -1
  521. package/dist/src/ui/components/data-entry/aid-input/types.d.ts +4 -4
  522. package/dist/src/ui/components/data-entry/aid-input/types.d.ts.map +1 -1
  523. package/dist/src/ui/components/data-entry/amount-input/amount-input.d.ts +14 -13
  524. package/dist/src/ui/components/data-entry/amount-input/amount-input.d.ts.map +1 -1
  525. package/dist/src/ui/components/data-entry/amount-input/amount-input.js +26 -17
  526. package/dist/src/ui/components/data-entry/amount-input/amount-input.js.map +1 -1
  527. package/dist/src/ui/components/data-entry/amount-input/index.d.ts +1 -1
  528. package/dist/src/ui/components/data-entry/amount-input/index.d.ts.map +1 -1
  529. package/dist/src/ui/components/data-entry/amount-input/index.js +1 -1
  530. package/dist/src/ui/components/data-entry/amount-input/index.js.map +1 -1
  531. package/dist/src/ui/components/data-entry/amount-input/types.d.ts +14 -9
  532. package/dist/src/ui/components/data-entry/amount-input/types.d.ts.map +1 -1
  533. package/dist/src/ui/components/data-entry/amount-input/use-amount-input.d.ts +5 -5
  534. package/dist/src/ui/components/data-entry/amount-input/use-amount-input.d.ts.map +1 -1
  535. package/dist/src/ui/components/data-entry/amount-input/use-amount-input.js +58 -74
  536. package/dist/src/ui/components/data-entry/amount-input/use-amount-input.js.map +1 -1
  537. package/dist/src/ui/components/data-entry/amount-input/utils.d.ts +2 -2
  538. package/dist/src/ui/components/data-entry/amount-input/utils.d.ts.map +1 -1
  539. package/dist/src/ui/components/data-entry/amount-input/utils.js +18 -19
  540. package/dist/src/ui/components/data-entry/amount-input/utils.js.map +1 -1
  541. package/dist/src/ui/components/data-entry/checkbox/checkbox-base.d.ts +3 -3
  542. package/dist/src/ui/components/data-entry/checkbox/checkbox-base.d.ts.map +1 -1
  543. package/dist/src/ui/components/data-entry/checkbox/checkbox-base.js +14 -14
  544. package/dist/src/ui/components/data-entry/checkbox/checkbox-base.js.map +1 -1
  545. package/dist/src/ui/components/data-entry/checkbox/checkbox.d.ts +4 -4
  546. package/dist/src/ui/components/data-entry/checkbox/checkbox.d.ts.map +1 -1
  547. package/dist/src/ui/components/data-entry/checkbox/checkbox.js +9 -9
  548. package/dist/src/ui/components/data-entry/checkbox/checkbox.js.map +1 -1
  549. package/dist/src/ui/components/data-entry/checkbox/index.d.ts +2 -2
  550. package/dist/src/ui/components/data-entry/checkbox/index.d.ts.map +1 -1
  551. package/dist/src/ui/components/data-entry/checkbox/index.js +1 -1
  552. package/dist/src/ui/components/data-entry/checkbox/index.js.map +1 -1
  553. package/dist/src/ui/components/data-entry/currency-code-picker/currency-code-picker.d.ts +5 -0
  554. package/dist/src/ui/components/data-entry/currency-code-picker/currency-code-picker.d.ts.map +1 -0
  555. package/dist/src/ui/components/data-entry/currency-code-picker/currency-code-picker.js +53 -0
  556. package/dist/src/ui/components/data-entry/currency-code-picker/currency-code-picker.js.map +1 -0
  557. package/dist/src/{scalars/components/currency-code-field → ui/components/data-entry/currency-code-picker}/defaults.d.ts +1 -1
  558. package/dist/src/ui/components/data-entry/currency-code-picker/defaults.d.ts.map +1 -0
  559. package/dist/src/ui/components/data-entry/currency-code-picker/defaults.js +43 -0
  560. package/dist/src/ui/components/data-entry/currency-code-picker/defaults.js.map +1 -0
  561. package/dist/src/ui/components/data-entry/currency-code-picker/index.d.ts +5 -0
  562. package/dist/src/ui/components/data-entry/currency-code-picker/index.d.ts.map +1 -0
  563. package/dist/src/ui/components/data-entry/currency-code-picker/index.js +4 -0
  564. package/dist/src/ui/components/data-entry/currency-code-picker/index.js.map +1 -0
  565. package/dist/src/ui/components/data-entry/currency-code-picker/types.d.ts +29 -0
  566. package/dist/src/ui/components/data-entry/currency-code-picker/types.d.ts.map +1 -0
  567. package/dist/src/ui/components/data-entry/currency-code-picker/types.js +2 -0
  568. package/dist/src/ui/components/data-entry/currency-code-picker/types.js.map +1 -0
  569. package/dist/src/{scalars/components/currency-code-field → ui/components/data-entry/currency-code-picker}/utils.d.ts +1 -1
  570. package/dist/src/ui/components/data-entry/currency-code-picker/utils.d.ts.map +1 -0
  571. package/dist/src/ui/components/data-entry/currency-code-picker/utils.js +39 -0
  572. package/dist/src/{scalars/components/currency-code-field → ui/components/data-entry/currency-code-picker}/utils.js.map +1 -1
  573. package/dist/src/ui/components/data-entry/date-picker/date-picker.d.ts +3 -3
  574. package/dist/src/ui/components/data-entry/date-picker/date-picker.d.ts.map +1 -1
  575. package/dist/src/ui/components/data-entry/date-picker/date-picker.js +21 -21
  576. package/dist/src/ui/components/data-entry/date-picker/date-picker.js.map +1 -1
  577. package/dist/src/ui/components/data-entry/date-picker/index.d.ts +2 -2
  578. package/dist/src/ui/components/data-entry/date-picker/index.d.ts.map +1 -1
  579. package/dist/src/ui/components/data-entry/date-picker/index.js +1 -1
  580. package/dist/src/ui/components/data-entry/date-picker/index.js.map +1 -1
  581. package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar/calendar.d.ts +1 -1
  582. package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar/calendar.d.ts.map +1 -1
  583. package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar/calendar.js +49 -49
  584. package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar/calendar.js.map +1 -1
  585. package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-date-header/calendar-date-header.d.ts +4 -4
  586. package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-date-header/calendar-date-header.d.ts.map +1 -1
  587. package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-date-header/calendar-date-header.js +8 -4
  588. package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-date-header/calendar-date-header.js.map +1 -1
  589. package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-nav/calendar-nav.d.ts +1 -1
  590. package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-nav/calendar-nav.d.ts.map +1 -1
  591. package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-nav/calendar-nav.js +15 -35
  592. package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-nav/calendar-nav.js.map +1 -1
  593. package/dist/src/ui/components/data-entry/date-picker/subcomponents/caption-label/caption-label.d.ts +1 -1
  594. package/dist/src/ui/components/data-entry/date-picker/subcomponents/caption-label/caption-label.d.ts.map +1 -1
  595. package/dist/src/ui/components/data-entry/date-picker/subcomponents/caption-label/caption-label.js +13 -7
  596. package/dist/src/ui/components/data-entry/date-picker/subcomponents/caption-label/caption-label.js.map +1 -1
  597. package/dist/src/ui/components/data-entry/date-picker/subcomponents/months-view/month-view.d.ts +1 -1
  598. package/dist/src/ui/components/data-entry/date-picker/subcomponents/months-view/month-view.d.ts.map +1 -1
  599. package/dist/src/ui/components/data-entry/date-picker/subcomponents/months-view/month-view.js +7 -5
  600. package/dist/src/ui/components/data-entry/date-picker/subcomponents/months-view/month-view.js.map +1 -1
  601. package/dist/src/ui/components/data-entry/date-picker/subcomponents/utils.d.ts.map +1 -1
  602. package/dist/src/ui/components/data-entry/date-picker/subcomponents/utils.js +12 -12
  603. package/dist/src/ui/components/data-entry/date-picker/subcomponents/utils.js.map +1 -1
  604. package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-button.d.ts +2 -2
  605. package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-button.d.ts.map +1 -1
  606. package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-button.js +6 -6
  607. package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-button.js.map +1 -1
  608. package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-grid.d.ts +2 -2
  609. package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-grid.d.ts.map +1 -1
  610. package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-grid.js +3 -3
  611. package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-grid.js.map +1 -1
  612. package/dist/src/ui/components/data-entry/date-picker/types.d.ts +1 -1
  613. package/dist/src/ui/components/data-entry/date-picker/types.d.ts.map +1 -1
  614. package/dist/src/ui/components/data-entry/date-picker/use-date-picker.d.ts +2 -2
  615. package/dist/src/ui/components/data-entry/date-picker/use-date-picker.d.ts.map +1 -1
  616. package/dist/src/ui/components/data-entry/date-picker/use-date-picker.js +11 -19
  617. package/dist/src/ui/components/data-entry/date-picker/use-date-picker.js.map +1 -1
  618. package/dist/src/ui/components/data-entry/date-picker/utils.d.ts +1 -1
  619. package/dist/src/ui/components/data-entry/date-picker/utils.d.ts.map +1 -1
  620. package/dist/src/ui/components/data-entry/date-picker/utils.js +11 -11
  621. package/dist/src/ui/components/data-entry/date-picker/utils.js.map +1 -1
  622. package/dist/src/ui/components/data-entry/date-time-picker/base-picker.d.ts +6 -5
  623. package/dist/src/ui/components/data-entry/date-time-picker/base-picker.d.ts.map +1 -1
  624. package/dist/src/ui/components/data-entry/date-time-picker/base-picker.js +17 -11
  625. package/dist/src/ui/components/data-entry/date-time-picker/base-picker.js.map +1 -1
  626. package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker-content.d.ts +10 -10
  627. package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker-content.d.ts.map +1 -1
  628. package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker-content.js +23 -23
  629. package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker-content.js.map +1 -1
  630. package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker.d.ts +8 -8
  631. package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker.d.ts.map +1 -1
  632. package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker.js +11 -11
  633. package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker.js.map +1 -1
  634. package/dist/src/ui/components/data-entry/date-time-picker/index.d.ts +1 -1
  635. package/dist/src/ui/components/data-entry/date-time-picker/index.d.ts.map +1 -1
  636. package/dist/src/ui/components/data-entry/date-time-picker/index.js +1 -1
  637. package/dist/src/ui/components/data-entry/date-time-picker/index.js.map +1 -1
  638. package/dist/src/ui/components/data-entry/date-time-picker/use-date-time-picker.d.ts +3 -3
  639. package/dist/src/ui/components/data-entry/date-time-picker/use-date-time-picker.d.ts.map +1 -1
  640. package/dist/src/ui/components/data-entry/date-time-picker/use-date-time-picker.js +41 -43
  641. package/dist/src/ui/components/data-entry/date-time-picker/use-date-time-picker.js.map +1 -1
  642. package/dist/src/ui/components/data-entry/date-time-picker/utils.d.ts +10 -10
  643. package/dist/src/ui/components/data-entry/date-time-picker/utils.d.ts.map +1 -1
  644. package/dist/src/ui/components/data-entry/date-time-picker/utils.js +43 -66
  645. package/dist/src/ui/components/data-entry/date-time-picker/utils.js.map +1 -1
  646. package/dist/src/ui/components/data-entry/input/index.d.ts +1 -1
  647. package/dist/src/ui/components/data-entry/input/index.d.ts.map +1 -1
  648. package/dist/src/ui/components/data-entry/input/index.js +1 -1
  649. package/dist/src/ui/components/data-entry/input/index.js.map +1 -1
  650. package/dist/src/ui/components/data-entry/input/input.d.ts +1 -1
  651. package/dist/src/ui/components/data-entry/input/input.d.ts.map +1 -1
  652. package/dist/src/ui/components/data-entry/input/input.js +10 -10
  653. package/dist/src/ui/components/data-entry/input/input.js.map +1 -1
  654. package/dist/src/ui/components/data-entry/input/splitted-input-diff.d.ts +2 -2
  655. package/dist/src/ui/components/data-entry/input/splitted-input-diff.d.ts.map +1 -1
  656. package/dist/src/ui/components/data-entry/input/splitted-input-diff.js +18 -19
  657. package/dist/src/ui/components/data-entry/input/splitted-input-diff.js.map +1 -1
  658. package/dist/src/ui/components/data-entry/input/subcomponent/input-diff.d.ts.map +1 -1
  659. package/dist/src/ui/components/data-entry/input/subcomponent/input-diff.js +3 -3
  660. package/dist/src/ui/components/data-entry/input/subcomponent/input-diff.js.map +1 -1
  661. package/dist/src/ui/components/data-entry/input/subcomponent/text-diff.d.ts +1 -1
  662. package/dist/src/ui/components/data-entry/input/subcomponent/text-diff.d.ts.map +1 -1
  663. package/dist/src/ui/components/data-entry/input/subcomponent/text-diff.js +12 -16
  664. package/dist/src/ui/components/data-entry/input/subcomponent/text-diff.js.map +1 -1
  665. package/dist/src/ui/components/data-entry/oid-input/index.d.ts +2 -2
  666. package/dist/src/ui/components/data-entry/oid-input/index.d.ts.map +1 -1
  667. package/dist/src/ui/components/data-entry/oid-input/index.js +1 -1
  668. package/dist/src/ui/components/data-entry/oid-input/index.js.map +1 -1
  669. package/dist/src/ui/components/data-entry/oid-input/mocks.d.ts +1 -1
  670. package/dist/src/ui/components/data-entry/oid-input/mocks.d.ts.map +1 -1
  671. package/dist/src/ui/components/data-entry/oid-input/mocks.js +61 -61
  672. package/dist/src/ui/components/data-entry/oid-input/mocks.js.map +1 -1
  673. package/dist/src/ui/components/data-entry/oid-input/oid-input.d.ts +2 -2
  674. package/dist/src/ui/components/data-entry/oid-input/oid-input.d.ts.map +1 -1
  675. package/dist/src/ui/components/data-entry/oid-input/oid-input.js +7 -10
  676. package/dist/src/ui/components/data-entry/oid-input/oid-input.js.map +1 -1
  677. package/dist/src/ui/components/data-entry/oid-input/types.d.ts +2 -2
  678. package/dist/src/ui/components/data-entry/oid-input/types.d.ts.map +1 -1
  679. package/dist/src/ui/components/data-entry/phid-input/index.d.ts +2 -2
  680. package/dist/src/ui/components/data-entry/phid-input/index.d.ts.map +1 -1
  681. package/dist/src/ui/components/data-entry/phid-input/index.js +1 -1
  682. package/dist/src/ui/components/data-entry/phid-input/index.js.map +1 -1
  683. package/dist/src/ui/components/data-entry/phid-input/mocks.d.ts +1 -1
  684. package/dist/src/ui/components/data-entry/phid-input/mocks.d.ts.map +1 -1
  685. package/dist/src/ui/components/data-entry/phid-input/mocks.js +129 -131
  686. package/dist/src/ui/components/data-entry/phid-input/mocks.js.map +1 -1
  687. package/dist/src/ui/components/data-entry/phid-input/phid-input-diff.d.ts +8 -8
  688. package/dist/src/ui/components/data-entry/phid-input/phid-input-diff.d.ts.map +1 -1
  689. package/dist/src/ui/components/data-entry/phid-input/phid-input-diff.js +20 -38
  690. package/dist/src/ui/components/data-entry/phid-input/phid-input-diff.js.map +1 -1
  691. package/dist/src/ui/components/data-entry/phid-input/phid-input.d.ts +2 -2
  692. package/dist/src/ui/components/data-entry/phid-input/phid-input.d.ts.map +1 -1
  693. package/dist/src/ui/components/data-entry/phid-input/phid-input.js +12 -15
  694. package/dist/src/ui/components/data-entry/phid-input/phid-input.js.map +1 -1
  695. package/dist/src/ui/components/data-entry/phid-input/types.d.ts +5 -5
  696. package/dist/src/ui/components/data-entry/phid-input/types.d.ts.map +1 -1
  697. package/dist/src/ui/components/data-entry/radio-group/customizable-radio-group.d.ts +2 -2
  698. package/dist/src/ui/components/data-entry/radio-group/customizable-radio-group.d.ts.map +1 -1
  699. package/dist/src/ui/components/data-entry/radio-group/customizable-radio-group.js +3 -3
  700. package/dist/src/ui/components/data-entry/radio-group/customizable-radio-group.js.map +1 -1
  701. package/dist/src/ui/components/data-entry/radio-group/index.d.ts +2 -2
  702. package/dist/src/ui/components/data-entry/radio-group/index.d.ts.map +1 -1
  703. package/dist/src/ui/components/data-entry/radio-group/index.js +2 -2
  704. package/dist/src/ui/components/data-entry/radio-group/index.js.map +1 -1
  705. package/dist/src/ui/components/data-entry/radio-group/radio-group.d.ts +6 -6
  706. package/dist/src/ui/components/data-entry/radio-group/radio-group.d.ts.map +1 -1
  707. package/dist/src/ui/components/data-entry/radio-group/radio-group.js +9 -9
  708. package/dist/src/ui/components/data-entry/radio-group/radio-group.js.map +1 -1
  709. package/dist/src/ui/components/data-entry/radio-group/radio.d.ts +2 -2
  710. package/dist/src/ui/components/data-entry/radio-group/radio.d.ts.map +1 -1
  711. package/dist/src/ui/components/data-entry/radio-group/radio.js +9 -19
  712. package/dist/src/ui/components/data-entry/radio-group/radio.js.map +1 -1
  713. package/dist/src/ui/components/data-entry/select/command-list-item.d.ts +5 -5
  714. package/dist/src/ui/components/data-entry/select/command-list-item.d.ts.map +1 -1
  715. package/dist/src/ui/components/data-entry/select/command-list-item.js +12 -14
  716. package/dist/src/ui/components/data-entry/select/command-list-item.js.map +1 -1
  717. package/dist/src/ui/components/data-entry/select/content.d.ts +5 -6
  718. package/dist/src/ui/components/data-entry/select/content.d.ts.map +1 -1
  719. package/dist/src/ui/components/data-entry/select/content.js +10 -20
  720. package/dist/src/ui/components/data-entry/select/content.js.map +1 -1
  721. package/dist/src/ui/components/data-entry/select/index.d.ts +2 -2
  722. package/dist/src/ui/components/data-entry/select/index.d.ts.map +1 -1
  723. package/dist/src/ui/components/data-entry/select/index.js +1 -1
  724. package/dist/src/ui/components/data-entry/select/index.js.map +1 -1
  725. package/dist/src/ui/components/data-entry/select/select-diff.d.ts +3 -3
  726. package/dist/src/ui/components/data-entry/select/select-diff.d.ts.map +1 -1
  727. package/dist/src/ui/components/data-entry/select/select-diff.js +3 -3
  728. package/dist/src/ui/components/data-entry/select/select-diff.js.map +1 -1
  729. package/dist/src/ui/components/data-entry/select/select.d.ts +2 -2
  730. package/dist/src/ui/components/data-entry/select/select.d.ts.map +1 -1
  731. package/dist/src/ui/components/data-entry/select/select.js +26 -29
  732. package/dist/src/ui/components/data-entry/select/select.js.map +1 -1
  733. package/dist/src/ui/components/data-entry/select/selected-content.d.ts +3 -3
  734. package/dist/src/ui/components/data-entry/select/selected-content.d.ts.map +1 -1
  735. package/dist/src/ui/components/data-entry/select/selected-content.js +7 -9
  736. package/dist/src/ui/components/data-entry/select/selected-content.js.map +1 -1
  737. package/dist/src/ui/components/data-entry/select/types.d.ts +11 -12
  738. package/dist/src/ui/components/data-entry/select/types.d.ts.map +1 -1
  739. package/dist/src/ui/components/data-entry/select/use-select.d.ts +3 -3
  740. package/dist/src/ui/components/data-entry/select/use-select.d.ts.map +1 -1
  741. package/dist/src/ui/components/data-entry/select/use-select.js +7 -9
  742. package/dist/src/ui/components/data-entry/select/use-select.js.map +1 -1
  743. package/dist/src/ui/components/data-entry/text-input/index.d.ts +2 -2
  744. package/dist/src/ui/components/data-entry/text-input/index.d.ts.map +1 -1
  745. package/dist/src/ui/components/data-entry/text-input/index.js +1 -1
  746. package/dist/src/ui/components/data-entry/text-input/index.js.map +1 -1
  747. package/dist/src/ui/components/data-entry/text-input/text-input-diff.d.ts +1 -1
  748. package/dist/src/ui/components/data-entry/text-input/text-input-diff.d.ts.map +1 -1
  749. package/dist/src/ui/components/data-entry/text-input/text-input-diff.js +4 -4
  750. package/dist/src/ui/components/data-entry/text-input/text-input-diff.js.map +1 -1
  751. package/dist/src/ui/components/data-entry/text-input/text-input.d.ts +4 -4
  752. package/dist/src/ui/components/data-entry/text-input/text-input.d.ts.map +1 -1
  753. package/dist/src/ui/components/data-entry/text-input/text-input.js +18 -20
  754. package/dist/src/ui/components/data-entry/text-input/text-input.js.map +1 -1
  755. package/dist/src/ui/components/data-entry/text-input/types.d.ts.map +1 -1
  756. package/dist/src/ui/components/data-entry/textarea/index.d.ts +1 -1
  757. package/dist/src/ui/components/data-entry/textarea/index.d.ts.map +1 -1
  758. package/dist/src/ui/components/data-entry/textarea/index.js +1 -1
  759. package/dist/src/ui/components/data-entry/textarea/index.js.map +1 -1
  760. package/dist/src/ui/components/data-entry/textarea/subcomponent/splitted-textarea-diff.d.ts +1 -1
  761. package/dist/src/ui/components/data-entry/textarea/subcomponent/splitted-textarea-diff.d.ts.map +1 -1
  762. package/dist/src/ui/components/data-entry/textarea/subcomponent/splitted-textarea-diff.js +7 -7
  763. package/dist/src/ui/components/data-entry/textarea/subcomponent/splitted-textarea-diff.js.map +1 -1
  764. package/dist/src/ui/components/data-entry/textarea/textarea.d.ts +5 -5
  765. package/dist/src/ui/components/data-entry/textarea/textarea.d.ts.map +1 -1
  766. package/dist/src/ui/components/data-entry/textarea/textarea.js +37 -39
  767. package/dist/src/ui/components/data-entry/textarea/textarea.js.map +1 -1
  768. package/dist/src/ui/components/data-entry/time-picker/index.d.ts +2 -2
  769. package/dist/src/ui/components/data-entry/time-picker/index.d.ts.map +1 -1
  770. package/dist/src/ui/components/data-entry/time-picker/index.js +1 -1
  771. package/dist/src/ui/components/data-entry/time-picker/index.js.map +1 -1
  772. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-period-selector.d.ts +1 -1
  773. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-period-selector.d.ts.map +1 -1
  774. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-period-selector.js +5 -5
  775. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-period-selector.js.map +1 -1
  776. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-picker-content.d.ts +5 -5
  777. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-picker-content.d.ts.map +1 -1
  778. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-picker-content.js +6 -6
  779. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-picker-content.js.map +1 -1
  780. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.constants.d.ts.map +1 -1
  781. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.constants.js.map +1 -1
  782. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.d.ts +2 -2
  783. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.d.ts.map +1 -1
  784. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.js +11 -9
  785. package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.js.map +1 -1
  786. package/dist/src/ui/components/data-entry/time-picker/subcomponents/use-time-selector.d.ts +1 -1
  787. package/dist/src/ui/components/data-entry/time-picker/subcomponents/use-time-selector.d.ts.map +1 -1
  788. package/dist/src/ui/components/data-entry/time-picker/subcomponents/use-time-selector.js +13 -19
  789. package/dist/src/ui/components/data-entry/time-picker/subcomponents/use-time-selector.js.map +1 -1
  790. package/dist/src/ui/components/data-entry/time-picker/time-picker.d.ts +7 -7
  791. package/dist/src/ui/components/data-entry/time-picker/time-picker.d.ts.map +1 -1
  792. package/dist/src/ui/components/data-entry/time-picker/time-picker.js +13 -13
  793. package/dist/src/ui/components/data-entry/time-picker/time-picker.js.map +1 -1
  794. package/dist/src/ui/components/data-entry/time-picker/type.d.ts +1 -1
  795. package/dist/src/ui/components/data-entry/time-picker/type.d.ts.map +1 -1
  796. package/dist/src/ui/components/data-entry/time-picker/use-time-picker.d.ts +6 -7
  797. package/dist/src/ui/components/data-entry/time-picker/use-time-picker.d.ts.map +1 -1
  798. package/dist/src/ui/components/data-entry/time-picker/use-time-picker.js +25 -35
  799. package/dist/src/ui/components/data-entry/time-picker/use-time-picker.js.map +1 -1
  800. package/dist/src/ui/components/data-entry/time-picker/utils.d.ts +1 -1
  801. package/dist/src/ui/components/data-entry/time-picker/utils.d.ts.map +1 -1
  802. package/dist/src/ui/components/data-entry/time-picker/utils.js +59 -69
  803. package/dist/src/ui/components/data-entry/time-picker/utils.js.map +1 -1
  804. package/dist/src/ui/components/data-entry/toggle/index.d.ts +1 -1
  805. package/dist/src/ui/components/data-entry/toggle/index.d.ts.map +1 -1
  806. package/dist/src/ui/components/data-entry/toggle/index.js +1 -1
  807. package/dist/src/ui/components/data-entry/toggle/index.js.map +1 -1
  808. package/dist/src/ui/components/data-entry/toggle/subcomponents/toogle-diff.d.ts +2 -2
  809. package/dist/src/ui/components/data-entry/toggle/subcomponents/toogle-diff.d.ts.map +1 -1
  810. package/dist/src/ui/components/data-entry/toggle/subcomponents/toogle-diff.js +14 -14
  811. package/dist/src/ui/components/data-entry/toggle/subcomponents/toogle-diff.js.map +1 -1
  812. package/dist/src/ui/components/data-entry/toggle/toggle-base.d.ts +2 -2
  813. package/dist/src/ui/components/data-entry/toggle/toggle-base.d.ts.map +1 -1
  814. package/dist/src/ui/components/data-entry/toggle/toggle-base.js +6 -7
  815. package/dist/src/ui/components/data-entry/toggle/toggle-base.js.map +1 -1
  816. package/dist/src/ui/components/data-entry/toggle/toggle.d.ts +4 -4
  817. package/dist/src/ui/components/data-entry/toggle/toggle.d.ts.map +1 -1
  818. package/dist/src/ui/components/data-entry/toggle/toggle.js +10 -10
  819. package/dist/src/ui/components/data-entry/toggle/toggle.js.map +1 -1
  820. package/dist/src/ui/components/data-entry/url-input/index.d.ts +2 -1
  821. package/dist/src/ui/components/data-entry/url-input/index.d.ts.map +1 -1
  822. package/dist/src/ui/components/data-entry/url-input/index.js +1 -1
  823. package/dist/src/ui/components/data-entry/url-input/index.js.map +1 -1
  824. package/dist/src/ui/components/data-entry/url-input/types.d.ts +12 -0
  825. package/dist/src/ui/components/data-entry/url-input/types.d.ts.map +1 -0
  826. package/dist/src/ui/components/data-entry/url-input/types.js +2 -0
  827. package/dist/src/ui/components/data-entry/url-input/types.js.map +1 -0
  828. package/dist/src/ui/components/data-entry/url-input/url-favicon.d.ts +1 -1
  829. package/dist/src/ui/components/data-entry/url-input/url-favicon.d.ts.map +1 -1
  830. package/dist/src/ui/components/data-entry/url-input/url-favicon.js +6 -6
  831. package/dist/src/ui/components/data-entry/url-input/url-favicon.js.map +1 -1
  832. package/dist/src/ui/components/data-entry/url-input/url-input-diff.d.ts +4 -4
  833. package/dist/src/ui/components/data-entry/url-input/url-input-diff.d.ts.map +1 -1
  834. package/dist/src/ui/components/data-entry/url-input/url-input-diff.js +4 -4
  835. package/dist/src/ui/components/data-entry/url-input/url-input-diff.js.map +1 -1
  836. package/dist/src/ui/components/data-entry/url-input/url-input.d.ts +3 -13
  837. package/dist/src/ui/components/data-entry/url-input/url-input.d.ts.map +1 -1
  838. package/dist/src/ui/components/data-entry/url-input/url-input.js +19 -19
  839. package/dist/src/ui/components/data-entry/url-input/url-input.js.map +1 -1
  840. package/dist/src/ui/components/data-entry/url-input/useURLWarnings.d.ts.map +1 -1
  841. package/dist/src/ui/components/data-entry/url-input/useURLWarnings.js +18 -29
  842. package/dist/src/ui/components/data-entry/url-input/useURLWarnings.js.map +1 -1
  843. package/dist/src/ui/components/dropdown/dropdown-example.d.ts.map +1 -1
  844. package/dist/src/ui/components/dropdown/dropdown-example.js +16 -8
  845. package/dist/src/ui/components/dropdown/dropdown-example.js.map +1 -1
  846. package/dist/src/ui/components/dropdown/index.d.ts +6 -6
  847. package/dist/src/ui/components/dropdown/index.d.ts.map +1 -1
  848. package/dist/src/ui/components/dropdown/index.js +6 -6
  849. package/dist/src/ui/components/dropdown/index.js.map +1 -1
  850. package/dist/src/ui/components/dropdown/subcomponents/dropdown-content.d.ts +2 -2
  851. package/dist/src/ui/components/dropdown/subcomponents/dropdown-content.d.ts.map +1 -1
  852. package/dist/src/ui/components/dropdown/subcomponents/dropdown-content.js +13 -13
  853. package/dist/src/ui/components/dropdown/subcomponents/dropdown-content.js.map +1 -1
  854. package/dist/src/ui/components/dropdown/subcomponents/dropdown-item.d.ts +2 -2
  855. package/dist/src/ui/components/dropdown/subcomponents/dropdown-item.d.ts.map +1 -1
  856. package/dist/src/ui/components/dropdown/subcomponents/dropdown-item.js +8 -8
  857. package/dist/src/ui/components/dropdown/subcomponents/dropdown-item.js.map +1 -1
  858. package/dist/src/ui/components/dropdown/subcomponents/dropdown-label.d.ts +2 -2
  859. package/dist/src/ui/components/dropdown/subcomponents/dropdown-label.d.ts.map +1 -1
  860. package/dist/src/ui/components/dropdown/subcomponents/dropdown-label.js +5 -5
  861. package/dist/src/ui/components/dropdown/subcomponents/dropdown-label.js.map +1 -1
  862. package/dist/src/ui/components/dropdown/subcomponents/dropdown-shortcut.d.ts.map +1 -1
  863. package/dist/src/ui/components/dropdown/subcomponents/dropdown-shortcut.js +3 -3
  864. package/dist/src/ui/components/dropdown/subcomponents/dropdown-shortcut.js.map +1 -1
  865. package/dist/src/ui/components/dropdown/subcomponents/dropdown-trigger.d.ts +1 -1
  866. package/dist/src/ui/components/dropdown/subcomponents/dropdown-trigger.d.ts.map +1 -1
  867. package/dist/src/ui/components/dropdown/subcomponents/dropdown-trigger.js +4 -4
  868. package/dist/src/ui/components/dropdown/subcomponents/dropdown-trigger.js.map +1 -1
  869. package/dist/src/ui/components/icon/icon.d.ts +14 -5
  870. package/dist/src/ui/components/icon/icon.d.ts.map +1 -1
  871. package/dist/src/ui/components/icon/icon.js +19 -5
  872. package/dist/src/ui/components/icon/icon.js.map +1 -1
  873. package/dist/src/ui/components/icon/index.d.ts +3 -3
  874. package/dist/src/ui/components/icon/index.d.ts.map +1 -1
  875. package/dist/src/ui/components/icon/index.js +2 -2
  876. package/dist/src/ui/components/icon/index.js.map +1 -1
  877. package/dist/src/ui/components/icon-components/ArrowCouterclockwise.d.ts +6 -2
  878. package/dist/src/ui/components/icon-components/ArrowCouterclockwise.d.ts.map +1 -1
  879. package/dist/src/ui/components/icon-components/ArrowCouterclockwise.js +4 -2
  880. package/dist/src/ui/components/icon-components/ArrowCouterclockwise.js.map +1 -1
  881. package/dist/src/ui/components/icon-components/ArrowFilledRight.d.ts +6 -2
  882. package/dist/src/ui/components/icon-components/ArrowFilledRight.d.ts.map +1 -1
  883. package/dist/src/ui/components/icon-components/ArrowFilledRight.js +4 -2
  884. package/dist/src/ui/components/icon-components/ArrowFilledRight.js.map +1 -1
  885. package/dist/src/ui/components/icon-components/ArrowLeft.d.ts +6 -2
  886. package/dist/src/ui/components/icon-components/ArrowLeft.d.ts.map +1 -1
  887. package/dist/src/ui/components/icon-components/ArrowLeft.js +4 -2
  888. package/dist/src/ui/components/icon-components/ArrowLeft.js.map +1 -1
  889. package/dist/src/ui/components/icon-components/ArrowUp.d.ts +6 -2
  890. package/dist/src/ui/components/icon-components/ArrowUp.d.ts.map +1 -1
  891. package/dist/src/ui/components/icon-components/ArrowUp.js +4 -2
  892. package/dist/src/ui/components/icon-components/ArrowUp.js.map +1 -1
  893. package/dist/src/ui/components/icon-components/BarChart.d.ts +6 -2
  894. package/dist/src/ui/components/icon-components/BarChart.d.ts.map +1 -1
  895. package/dist/src/ui/components/icon-components/BarChart.js +4 -2
  896. package/dist/src/ui/components/icon-components/BarChart.js.map +1 -1
  897. package/dist/src/ui/components/icon-components/BaseArrowLeft.d.ts +6 -2
  898. package/dist/src/ui/components/icon-components/BaseArrowLeft.d.ts.map +1 -1
  899. package/dist/src/ui/components/icon-components/BaseArrowLeft.js +4 -2
  900. package/dist/src/ui/components/icon-components/BaseArrowLeft.js.map +1 -1
  901. package/dist/src/ui/components/icon-components/BaseArrowRight.d.ts +6 -2
  902. package/dist/src/ui/components/icon-components/BaseArrowRight.d.ts.map +1 -1
  903. package/dist/src/ui/components/icon-components/BaseArrowRight.js +4 -2
  904. package/dist/src/ui/components/icon-components/BaseArrowRight.js.map +1 -1
  905. package/dist/src/ui/components/icon-components/Braces.d.ts +6 -2
  906. package/dist/src/ui/components/icon-components/Braces.d.ts.map +1 -1
  907. package/dist/src/ui/components/icon-components/Braces.js +4 -2
  908. package/dist/src/ui/components/icon-components/Braces.js.map +1 -1
  909. package/dist/src/ui/components/icon-components/Branch.d.ts +6 -2
  910. package/dist/src/ui/components/icon-components/Branch.d.ts.map +1 -1
  911. package/dist/src/ui/components/icon-components/Branch.js +4 -2
  912. package/dist/src/ui/components/icon-components/Branch.js.map +1 -1
  913. package/dist/src/ui/components/icon-components/BrickGlobe.d.ts +6 -2
  914. package/dist/src/ui/components/icon-components/BrickGlobe.d.ts.map +1 -1
  915. package/dist/src/ui/components/icon-components/BrickGlobe.js +4 -2
  916. package/dist/src/ui/components/icon-components/BrickGlobe.js.map +1 -1
  917. package/dist/src/ui/components/icon-components/Briefcase.d.ts +6 -2
  918. package/dist/src/ui/components/icon-components/Briefcase.d.ts.map +1 -1
  919. package/dist/src/ui/components/icon-components/Briefcase.js +4 -2
  920. package/dist/src/ui/components/icon-components/Briefcase.js.map +1 -1
  921. package/dist/src/ui/components/icon-components/Calendar.d.ts +6 -2
  922. package/dist/src/ui/components/icon-components/Calendar.d.ts.map +1 -1
  923. package/dist/src/ui/components/icon-components/Calendar.js +4 -2
  924. package/dist/src/ui/components/icon-components/Calendar.js.map +1 -1
  925. package/dist/src/ui/components/icon-components/CalendarTime.d.ts +6 -2
  926. package/dist/src/ui/components/icon-components/CalendarTime.d.ts.map +1 -1
  927. package/dist/src/ui/components/icon-components/CalendarTime.js +4 -2
  928. package/dist/src/ui/components/icon-components/CalendarTime.js.map +1 -1
  929. package/dist/src/ui/components/icon-components/Caret.d.ts +6 -2
  930. package/dist/src/ui/components/icon-components/Caret.d.ts.map +1 -1
  931. package/dist/src/ui/components/icon-components/Caret.js +4 -2
  932. package/dist/src/ui/components/icon-components/Caret.js.map +1 -1
  933. package/dist/src/ui/components/icon-components/CaretDown.d.ts +6 -2
  934. package/dist/src/ui/components/icon-components/CaretDown.d.ts.map +1 -1
  935. package/dist/src/ui/components/icon-components/CaretDown.js +4 -2
  936. package/dist/src/ui/components/icon-components/CaretDown.js.map +1 -1
  937. package/dist/src/ui/components/icon-components/CaretLeft.d.ts +6 -2
  938. package/dist/src/ui/components/icon-components/CaretLeft.d.ts.map +1 -1
  939. package/dist/src/ui/components/icon-components/CaretLeft.js +4 -2
  940. package/dist/src/ui/components/icon-components/CaretLeft.js.map +1 -1
  941. package/dist/src/ui/components/icon-components/CaretRight.d.ts +6 -2
  942. package/dist/src/ui/components/icon-components/CaretRight.d.ts.map +1 -1
  943. package/dist/src/ui/components/icon-components/CaretRight.js +4 -2
  944. package/dist/src/ui/components/icon-components/CaretRight.js.map +1 -1
  945. package/dist/src/ui/components/icon-components/CaretSort.d.ts +6 -2
  946. package/dist/src/ui/components/icon-components/CaretSort.d.ts.map +1 -1
  947. package/dist/src/ui/components/icon-components/CaretSort.js +4 -2
  948. package/dist/src/ui/components/icon-components/CaretSort.js.map +1 -1
  949. package/dist/src/ui/components/icon-components/Check.d.ts +6 -2
  950. package/dist/src/ui/components/icon-components/Check.d.ts.map +1 -1
  951. package/dist/src/ui/components/icon-components/Check.js +4 -2
  952. package/dist/src/ui/components/icon-components/Check.js.map +1 -1
  953. package/dist/src/ui/components/icon-components/CheckCircle.d.ts +6 -2
  954. package/dist/src/ui/components/icon-components/CheckCircle.d.ts.map +1 -1
  955. package/dist/src/ui/components/icon-components/CheckCircle.js +4 -2
  956. package/dist/src/ui/components/icon-components/CheckCircle.js.map +1 -1
  957. package/dist/src/ui/components/icon-components/CheckCircleFill.d.ts +6 -2
  958. package/dist/src/ui/components/icon-components/CheckCircleFill.d.ts.map +1 -1
  959. package/dist/src/ui/components/icon-components/CheckCircleFill.js +4 -2
  960. package/dist/src/ui/components/icon-components/CheckCircleFill.js.map +1 -1
  961. package/dist/src/ui/components/icon-components/Checkmark.d.ts +6 -2
  962. package/dist/src/ui/components/icon-components/Checkmark.d.ts.map +1 -1
  963. package/dist/src/ui/components/icon-components/Checkmark.js +4 -2
  964. package/dist/src/ui/components/icon-components/Checkmark.js.map +1 -1
  965. package/dist/src/ui/components/icon-components/ChevronDown.d.ts +6 -2
  966. package/dist/src/ui/components/icon-components/ChevronDown.d.ts.map +1 -1
  967. package/dist/src/ui/components/icon-components/ChevronDown.js +4 -2
  968. package/dist/src/ui/components/icon-components/ChevronDown.js.map +1 -1
  969. package/dist/src/ui/components/icon-components/Circle.d.ts +6 -2
  970. package/dist/src/ui/components/icon-components/Circle.d.ts.map +1 -1
  971. package/dist/src/ui/components/icon-components/Circle.js +4 -2
  972. package/dist/src/ui/components/icon-components/Circle.js.map +1 -1
  973. package/dist/src/ui/components/icon-components/CircleInfo.d.ts +6 -2
  974. package/dist/src/ui/components/icon-components/CircleInfo.d.ts.map +1 -1
  975. package/dist/src/ui/components/icon-components/CircleInfo.js +4 -2
  976. package/dist/src/ui/components/icon-components/CircleInfo.js.map +1 -1
  977. package/dist/src/ui/components/icon-components/Clock.d.ts +6 -2
  978. package/dist/src/ui/components/icon-components/Clock.d.ts.map +1 -1
  979. package/dist/src/ui/components/icon-components/Clock.js +4 -2
  980. package/dist/src/ui/components/icon-components/Clock.js.map +1 -1
  981. package/dist/src/ui/components/icon-components/ClockFill.d.ts +6 -2
  982. package/dist/src/ui/components/icon-components/ClockFill.d.ts.map +1 -1
  983. package/dist/src/ui/components/icon-components/ClockFill.js +4 -2
  984. package/dist/src/ui/components/icon-components/ClockFill.js.map +1 -1
  985. package/dist/src/ui/components/icon-components/ClockHistory.d.ts +6 -2
  986. package/dist/src/ui/components/icon-components/ClockHistory.d.ts.map +1 -1
  987. package/dist/src/ui/components/icon-components/ClockHistory.js +4 -2
  988. package/dist/src/ui/components/icon-components/ClockHistory.js.map +1 -1
  989. package/dist/src/ui/components/icon-components/CloudSlash.d.ts +6 -2
  990. package/dist/src/ui/components/icon-components/CloudSlash.d.ts.map +1 -1
  991. package/dist/src/ui/components/icon-components/CloudSlash.js +4 -2
  992. package/dist/src/ui/components/icon-components/CloudSlash.js.map +1 -1
  993. package/dist/src/ui/components/icon-components/Collapse.d.ts +6 -2
  994. package/dist/src/ui/components/icon-components/Collapse.d.ts.map +1 -1
  995. package/dist/src/ui/components/icon-components/Collapse.js +4 -2
  996. package/dist/src/ui/components/icon-components/Collapse.js.map +1 -1
  997. package/dist/src/ui/components/icon-components/Compass.d.ts +6 -2
  998. package/dist/src/ui/components/icon-components/Compass.d.ts.map +1 -1
  999. package/dist/src/ui/components/icon-components/Compass.js +4 -2
  1000. package/dist/src/ui/components/icon-components/Compass.js.map +1 -1
  1001. package/dist/src/ui/components/icon-components/Connect.d.ts +6 -2
  1002. package/dist/src/ui/components/icon-components/Connect.d.ts.map +1 -1
  1003. package/dist/src/ui/components/icon-components/Connect.js +4 -2
  1004. package/dist/src/ui/components/icon-components/Connect.js.map +1 -1
  1005. package/dist/src/ui/components/icon-components/ConnectSmall.d.ts +6 -2
  1006. package/dist/src/ui/components/icon-components/ConnectSmall.d.ts.map +1 -1
  1007. package/dist/src/ui/components/icon-components/ConnectSmall.js +4 -2
  1008. package/dist/src/ui/components/icon-components/ConnectSmall.js.map +1 -1
  1009. package/dist/src/ui/components/icon-components/Copy.d.ts +6 -2
  1010. package/dist/src/ui/components/icon-components/Copy.d.ts.map +1 -1
  1011. package/dist/src/ui/components/icon-components/Copy.js +4 -2
  1012. package/dist/src/ui/components/icon-components/Copy.js.map +1 -1
  1013. package/dist/src/ui/components/icon-components/Created.d.ts +6 -2
  1014. package/dist/src/ui/components/icon-components/Created.d.ts.map +1 -1
  1015. package/dist/src/ui/components/icon-components/Created.js +4 -2
  1016. package/dist/src/ui/components/icon-components/Created.js.map +1 -1
  1017. package/dist/src/ui/components/icon-components/CrossCircle.d.ts +6 -2
  1018. package/dist/src/ui/components/icon-components/CrossCircle.d.ts.map +1 -1
  1019. package/dist/src/ui/components/icon-components/CrossCircle.js +4 -2
  1020. package/dist/src/ui/components/icon-components/CrossCircle.js.map +1 -1
  1021. package/dist/src/ui/components/icon-components/Danger.d.ts +6 -2
  1022. package/dist/src/ui/components/icon-components/Danger.d.ts.map +1 -1
  1023. package/dist/src/ui/components/icon-components/Danger.js +4 -2
  1024. package/dist/src/ui/components/icon-components/Danger.js.map +1 -1
  1025. package/dist/src/ui/components/icon-components/DescendenceModified.d.ts +6 -2
  1026. package/dist/src/ui/components/icon-components/DescendenceModified.d.ts.map +1 -1
  1027. package/dist/src/ui/components/icon-components/DescendenceModified.js +4 -2
  1028. package/dist/src/ui/components/icon-components/DescendenceModified.js.map +1 -1
  1029. package/dist/src/ui/components/icon-components/Disconnect.d.ts +6 -2
  1030. package/dist/src/ui/components/icon-components/Disconnect.d.ts.map +1 -1
  1031. package/dist/src/ui/components/icon-components/Disconnect.js +4 -2
  1032. package/dist/src/ui/components/icon-components/Disconnect.js.map +1 -1
  1033. package/dist/src/ui/components/icon-components/Discord.d.ts +6 -2
  1034. package/dist/src/ui/components/icon-components/Discord.d.ts.map +1 -1
  1035. package/dist/src/ui/components/icon-components/Discord.js +4 -2
  1036. package/dist/src/ui/components/icon-components/Discord.js.map +1 -1
  1037. package/dist/src/ui/components/icon-components/DownloadFile.d.ts +6 -2
  1038. package/dist/src/ui/components/icon-components/DownloadFile.d.ts.map +1 -1
  1039. package/dist/src/ui/components/icon-components/DownloadFile.js +4 -2
  1040. package/dist/src/ui/components/icon-components/DownloadFile.js.map +1 -1
  1041. package/dist/src/ui/components/icon-components/Drive.d.ts +6 -2
  1042. package/dist/src/ui/components/icon-components/Drive.d.ts.map +1 -1
  1043. package/dist/src/ui/components/icon-components/Drive.js +4 -2
  1044. package/dist/src/ui/components/icon-components/Drive.js.map +1 -1
  1045. package/dist/src/ui/components/icon-components/Duplicated.d.ts +6 -2
  1046. package/dist/src/ui/components/icon-components/Duplicated.d.ts.map +1 -1
  1047. package/dist/src/ui/components/icon-components/Duplicated.js +4 -2
  1048. package/dist/src/ui/components/icon-components/Duplicated.js.map +1 -1
  1049. package/dist/src/ui/components/icon-components/Edit.d.ts +6 -2
  1050. package/dist/src/ui/components/icon-components/Edit.d.ts.map +1 -1
  1051. package/dist/src/ui/components/icon-components/Edit.js +4 -2
  1052. package/dist/src/ui/components/icon-components/Edit.js.map +1 -1
  1053. package/dist/src/ui/components/icon-components/Ellipsis.d.ts +6 -2
  1054. package/dist/src/ui/components/icon-components/Ellipsis.d.ts.map +1 -1
  1055. package/dist/src/ui/components/icon-components/Ellipsis.js +4 -2
  1056. package/dist/src/ui/components/icon-components/Ellipsis.js.map +1 -1
  1057. package/dist/src/ui/components/icon-components/Error.d.ts +6 -2
  1058. package/dist/src/ui/components/icon-components/Error.d.ts.map +1 -1
  1059. package/dist/src/ui/components/icon-components/Error.js +4 -2
  1060. package/dist/src/ui/components/icon-components/Error.js.map +1 -1
  1061. package/dist/src/ui/components/icon-components/Ethscan.d.ts +6 -2
  1062. package/dist/src/ui/components/icon-components/Ethscan.d.ts.map +1 -1
  1063. package/dist/src/ui/components/icon-components/Ethscan.js +4 -2
  1064. package/dist/src/ui/components/icon-components/Ethscan.js.map +1 -1
  1065. package/dist/src/ui/components/icon-components/Exclamation.d.ts +6 -2
  1066. package/dist/src/ui/components/icon-components/Exclamation.d.ts.map +1 -1
  1067. package/dist/src/ui/components/icon-components/Exclamation.js +4 -2
  1068. package/dist/src/ui/components/icon-components/Exclamation.js.map +1 -1
  1069. package/dist/src/ui/components/icon-components/ExportCsv.d.ts +6 -2
  1070. package/dist/src/ui/components/icon-components/ExportCsv.d.ts.map +1 -1
  1071. package/dist/src/ui/components/icon-components/ExportCsv.js +4 -2
  1072. package/dist/src/ui/components/icon-components/ExportCsv.js.map +1 -1
  1073. package/dist/src/ui/components/icon-components/ExportJson.d.ts +6 -2
  1074. package/dist/src/ui/components/icon-components/ExportJson.d.ts.map +1 -1
  1075. package/dist/src/ui/components/icon-components/ExportJson.js +4 -2
  1076. package/dist/src/ui/components/icon-components/ExportJson.js.map +1 -1
  1077. package/dist/src/ui/components/icon-components/ExportPdf.d.ts +6 -2
  1078. package/dist/src/ui/components/icon-components/ExportPdf.d.ts.map +1 -1
  1079. package/dist/src/ui/components/icon-components/ExportPdf.js +4 -2
  1080. package/dist/src/ui/components/icon-components/ExportPdf.js.map +1 -1
  1081. package/dist/src/ui/components/icon-components/ExportUbl.d.ts +6 -2
  1082. package/dist/src/ui/components/icon-components/ExportUbl.d.ts.map +1 -1
  1083. package/dist/src/ui/components/icon-components/ExportUbl.js +4 -2
  1084. package/dist/src/ui/components/icon-components/ExportUbl.js.map +1 -1
  1085. package/dist/src/ui/components/icon-components/ExportZip.d.ts +6 -2
  1086. package/dist/src/ui/components/icon-components/ExportZip.d.ts.map +1 -1
  1087. package/dist/src/ui/components/icon-components/ExportZip.js +4 -2
  1088. package/dist/src/ui/components/icon-components/ExportZip.js.map +1 -1
  1089. package/dist/src/ui/components/icon-components/File.d.ts +6 -2
  1090. package/dist/src/ui/components/icon-components/File.d.ts.map +1 -1
  1091. package/dist/src/ui/components/icon-components/File.js +4 -2
  1092. package/dist/src/ui/components/icon-components/File.js.map +1 -1
  1093. package/dist/src/ui/components/icon-components/FilesEarmark.d.ts +6 -2
  1094. package/dist/src/ui/components/icon-components/FilesEarmark.d.ts.map +1 -1
  1095. package/dist/src/ui/components/icon-components/FilesEarmark.js +4 -2
  1096. package/dist/src/ui/components/icon-components/FilesEarmark.js.map +1 -1
  1097. package/dist/src/ui/components/icon-components/FolderClose.d.ts +6 -2
  1098. package/dist/src/ui/components/icon-components/FolderClose.d.ts.map +1 -1
  1099. package/dist/src/ui/components/icon-components/FolderClose.js +4 -2
  1100. package/dist/src/ui/components/icon-components/FolderClose.js.map +1 -1
  1101. package/dist/src/ui/components/icon-components/FolderOpen.d.ts +6 -2
  1102. package/dist/src/ui/components/icon-components/FolderOpen.d.ts.map +1 -1
  1103. package/dist/src/ui/components/icon-components/FolderOpen.js +4 -2
  1104. package/dist/src/ui/components/icon-components/FolderOpen.js.map +1 -1
  1105. package/dist/src/ui/components/icon-components/FolderPlus.d.ts +6 -2
  1106. package/dist/src/ui/components/icon-components/FolderPlus.d.ts.map +1 -1
  1107. package/dist/src/ui/components/icon-components/FolderPlus.js +4 -2
  1108. package/dist/src/ui/components/icon-components/FolderPlus.js.map +1 -1
  1109. package/dist/src/ui/components/icon-components/Forum.d.ts +6 -2
  1110. package/dist/src/ui/components/icon-components/Forum.d.ts.map +1 -1
  1111. package/dist/src/ui/components/icon-components/Forum.js +4 -2
  1112. package/dist/src/ui/components/icon-components/Forum.js.map +1 -1
  1113. package/dist/src/ui/components/icon-components/Gear.d.ts +6 -2
  1114. package/dist/src/ui/components/icon-components/Gear.d.ts.map +1 -1
  1115. package/dist/src/ui/components/icon-components/Gear.js +4 -2
  1116. package/dist/src/ui/components/icon-components/Gear.js.map +1 -1
  1117. package/dist/src/ui/components/icon-components/Github.d.ts +6 -2
  1118. package/dist/src/ui/components/icon-components/Github.d.ts.map +1 -1
  1119. package/dist/src/ui/components/icon-components/Github.js +4 -2
  1120. package/dist/src/ui/components/icon-components/Github.js.map +1 -1
  1121. package/dist/src/ui/components/icon-components/Globe.d.ts +6 -2
  1122. package/dist/src/ui/components/icon-components/Globe.d.ts.map +1 -1
  1123. package/dist/src/ui/components/icon-components/Globe.js +4 -2
  1124. package/dist/src/ui/components/icon-components/Globe.js.map +1 -1
  1125. package/dist/src/ui/components/icon-components/GlobeWww.d.ts +6 -2
  1126. package/dist/src/ui/components/icon-components/GlobeWww.d.ts.map +1 -1
  1127. package/dist/src/ui/components/icon-components/GlobeWww.js +4 -2
  1128. package/dist/src/ui/components/icon-components/GlobeWww.js.map +1 -1
  1129. package/dist/src/ui/components/icon-components/Hdd.d.ts +6 -2
  1130. package/dist/src/ui/components/icon-components/Hdd.d.ts.map +1 -1
  1131. package/dist/src/ui/components/icon-components/Hdd.js +4 -2
  1132. package/dist/src/ui/components/icon-components/Hdd.js.map +1 -1
  1133. package/dist/src/ui/components/icon-components/History.d.ts +6 -2
  1134. package/dist/src/ui/components/icon-components/History.d.ts.map +1 -1
  1135. package/dist/src/ui/components/icon-components/History.js +4 -2
  1136. package/dist/src/ui/components/icon-components/History.js.map +1 -1
  1137. package/dist/src/ui/components/icon-components/InfoSquare.d.ts +6 -2
  1138. package/dist/src/ui/components/icon-components/InfoSquare.d.ts.map +1 -1
  1139. package/dist/src/ui/components/icon-components/InfoSquare.js +4 -2
  1140. package/dist/src/ui/components/icon-components/InfoSquare.js.map +1 -1
  1141. package/dist/src/ui/components/icon-components/Link.d.ts +6 -2
  1142. package/dist/src/ui/components/icon-components/Link.d.ts.map +1 -1
  1143. package/dist/src/ui/components/icon-components/Link.js +4 -2
  1144. package/dist/src/ui/components/icon-components/Link.js.map +1 -1
  1145. package/dist/src/ui/components/icon-components/Linkedin.d.ts +6 -2
  1146. package/dist/src/ui/components/icon-components/Linkedin.d.ts.map +1 -1
  1147. package/dist/src/ui/components/icon-components/Linkedin.js +4 -2
  1148. package/dist/src/ui/components/icon-components/Linkedin.js.map +1 -1
  1149. package/dist/src/ui/components/icon-components/Lock.d.ts +6 -2
  1150. package/dist/src/ui/components/icon-components/Lock.d.ts.map +1 -1
  1151. package/dist/src/ui/components/icon-components/Lock.js +4 -2
  1152. package/dist/src/ui/components/icon-components/Lock.js.map +1 -1
  1153. package/dist/src/ui/components/icon-components/M.d.ts +6 -2
  1154. package/dist/src/ui/components/icon-components/M.d.ts.map +1 -1
  1155. package/dist/src/ui/components/icon-components/M.js +4 -2
  1156. package/dist/src/ui/components/icon-components/M.js.map +1 -1
  1157. package/dist/src/ui/components/icon-components/Modified.d.ts +6 -2
  1158. package/dist/src/ui/components/icon-components/Modified.d.ts.map +1 -1
  1159. package/dist/src/ui/components/icon-components/Modified.js +4 -2
  1160. package/dist/src/ui/components/icon-components/Modified.js.map +1 -1
  1161. package/dist/src/ui/components/icon-components/Moved.d.ts +6 -2
  1162. package/dist/src/ui/components/icon-components/Moved.d.ts.map +1 -1
  1163. package/dist/src/ui/components/icon-components/Moved.js +4 -2
  1164. package/dist/src/ui/components/icon-components/Moved.js.map +1 -1
  1165. package/dist/src/ui/components/icon-components/Npm.d.ts +6 -2
  1166. package/dist/src/ui/components/icon-components/Npm.d.ts.map +1 -1
  1167. package/dist/src/ui/components/icon-components/Npm.js +4 -2
  1168. package/dist/src/ui/components/icon-components/Npm.js.map +1 -1
  1169. package/dist/src/ui/components/icon-components/PackageManager.d.ts +6 -2
  1170. package/dist/src/ui/components/icon-components/PackageManager.d.ts.map +1 -1
  1171. package/dist/src/ui/components/icon-components/PackageManager.js +4 -2
  1172. package/dist/src/ui/components/icon-components/PackageManager.js.map +1 -1
  1173. package/dist/src/ui/components/icon-components/Pencil.d.ts +6 -2
  1174. package/dist/src/ui/components/icon-components/Pencil.d.ts.map +1 -1
  1175. package/dist/src/ui/components/icon-components/Pencil.js +4 -2
  1176. package/dist/src/ui/components/icon-components/Pencil.js.map +1 -1
  1177. package/dist/src/ui/components/icon-components/People.d.ts +6 -2
  1178. package/dist/src/ui/components/icon-components/People.d.ts.map +1 -1
  1179. package/dist/src/ui/components/icon-components/People.js +4 -2
  1180. package/dist/src/ui/components/icon-components/People.js.map +1 -1
  1181. package/dist/src/ui/components/icon-components/PeopleFill.d.ts +6 -2
  1182. package/dist/src/ui/components/icon-components/PeopleFill.d.ts.map +1 -1
  1183. package/dist/src/ui/components/icon-components/PeopleFill.js +4 -2
  1184. package/dist/src/ui/components/icon-components/PeopleFill.js.map +1 -1
  1185. package/dist/src/ui/components/icon-components/Person.d.ts +6 -2
  1186. package/dist/src/ui/components/icon-components/Person.d.ts.map +1 -1
  1187. package/dist/src/ui/components/icon-components/Person.js +4 -2
  1188. package/dist/src/ui/components/icon-components/Person.js.map +1 -1
  1189. package/dist/src/ui/components/icon-components/Pin.d.ts +6 -2
  1190. package/dist/src/ui/components/icon-components/Pin.d.ts.map +1 -1
  1191. package/dist/src/ui/components/icon-components/Pin.js +4 -2
  1192. package/dist/src/ui/components/icon-components/Pin.js.map +1 -1
  1193. package/dist/src/ui/components/icon-components/PinFilled.d.ts +6 -2
  1194. package/dist/src/ui/components/icon-components/PinFilled.d.ts.map +1 -1
  1195. package/dist/src/ui/components/icon-components/PinFilled.js +4 -2
  1196. package/dist/src/ui/components/icon-components/PinFilled.js.map +1 -1
  1197. package/dist/src/ui/components/icon-components/Plus.d.ts +6 -2
  1198. package/dist/src/ui/components/icon-components/Plus.d.ts.map +1 -1
  1199. package/dist/src/ui/components/icon-components/Plus.js +4 -2
  1200. package/dist/src/ui/components/icon-components/Plus.js.map +1 -1
  1201. package/dist/src/ui/components/icon-components/PlusCircle.d.ts +6 -2
  1202. package/dist/src/ui/components/icon-components/PlusCircle.d.ts.map +1 -1
  1203. package/dist/src/ui/components/icon-components/PlusCircle.js +4 -2
  1204. package/dist/src/ui/components/icon-components/PlusCircle.js.map +1 -1
  1205. package/dist/src/ui/components/icon-components/PlusSquare.d.ts +6 -2
  1206. package/dist/src/ui/components/icon-components/PlusSquare.d.ts.map +1 -1
  1207. package/dist/src/ui/components/icon-components/PlusSquare.js +4 -2
  1208. package/dist/src/ui/components/icon-components/PlusSquare.js.map +1 -1
  1209. package/dist/src/ui/components/icon-components/PowerhouseLogoSmall.d.ts +6 -2
  1210. package/dist/src/ui/components/icon-components/PowerhouseLogoSmall.d.ts.map +1 -1
  1211. package/dist/src/ui/components/icon-components/PowerhouseLogoSmall.js +4 -2
  1212. package/dist/src/ui/components/icon-components/PowerhouseLogoSmall.js.map +1 -1
  1213. package/dist/src/ui/components/icon-components/Project.d.ts +6 -2
  1214. package/dist/src/ui/components/icon-components/Project.d.ts.map +1 -1
  1215. package/dist/src/ui/components/icon-components/Project.js +4 -2
  1216. package/dist/src/ui/components/icon-components/Project.js.map +1 -1
  1217. package/dist/src/ui/components/icon-components/QuestionSquare.d.ts +6 -2
  1218. package/dist/src/ui/components/icon-components/QuestionSquare.d.ts.map +1 -1
  1219. package/dist/src/ui/components/icon-components/QuestionSquare.js +4 -2
  1220. package/dist/src/ui/components/icon-components/QuestionSquare.js.map +1 -1
  1221. package/dist/src/ui/components/icon-components/RedoArrow.d.ts +6 -2
  1222. package/dist/src/ui/components/icon-components/RedoArrow.d.ts.map +1 -1
  1223. package/dist/src/ui/components/icon-components/RedoArrow.js +4 -2
  1224. package/dist/src/ui/components/icon-components/RedoArrow.js.map +1 -1
  1225. package/dist/src/ui/components/icon-components/Reload.d.ts +6 -2
  1226. package/dist/src/ui/components/icon-components/Reload.d.ts.map +1 -1
  1227. package/dist/src/ui/components/icon-components/Reload.js +4 -2
  1228. package/dist/src/ui/components/icon-components/Reload.js.map +1 -1
  1229. package/dist/src/ui/components/icon-components/Removed.d.ts +6 -2
  1230. package/dist/src/ui/components/icon-components/Removed.d.ts.map +1 -1
  1231. package/dist/src/ui/components/icon-components/Removed.js +4 -2
  1232. package/dist/src/ui/components/icon-components/Removed.js.map +1 -1
  1233. package/dist/src/ui/components/icon-components/Renown.d.ts +6 -2
  1234. package/dist/src/ui/components/icon-components/Renown.d.ts.map +1 -1
  1235. package/dist/src/ui/components/icon-components/Renown.js +4 -2
  1236. package/dist/src/ui/components/icon-components/Renown.js.map +1 -1
  1237. package/dist/src/ui/components/icon-components/RenownHover.d.ts +6 -2
  1238. package/dist/src/ui/components/icon-components/RenownHover.d.ts.map +1 -1
  1239. package/dist/src/ui/components/icon-components/RenownHover.js +4 -2
  1240. package/dist/src/ui/components/icon-components/RenownHover.js.map +1 -1
  1241. package/dist/src/ui/components/icon-components/RenownLight.d.ts +6 -2
  1242. package/dist/src/ui/components/icon-components/RenownLight.d.ts.map +1 -1
  1243. package/dist/src/ui/components/icon-components/RenownLight.js +4 -2
  1244. package/dist/src/ui/components/icon-components/RenownLight.js.map +1 -1
  1245. package/dist/src/ui/components/icon-components/Ring.d.ts +6 -2
  1246. package/dist/src/ui/components/icon-components/Ring.d.ts.map +1 -1
  1247. package/dist/src/ui/components/icon-components/Ring.js +4 -2
  1248. package/dist/src/ui/components/icon-components/Ring.js.map +1 -1
  1249. package/dist/src/ui/components/icon-components/Save.d.ts +6 -2
  1250. package/dist/src/ui/components/icon-components/Save.d.ts.map +1 -1
  1251. package/dist/src/ui/components/icon-components/Save.js +4 -2
  1252. package/dist/src/ui/components/icon-components/Save.js.map +1 -1
  1253. package/dist/src/ui/components/icon-components/Search.d.ts +6 -2
  1254. package/dist/src/ui/components/icon-components/Search.d.ts.map +1 -1
  1255. package/dist/src/ui/components/icon-components/Search.js +4 -2
  1256. package/dist/src/ui/components/icon-components/Search.js.map +1 -1
  1257. package/dist/src/ui/components/icon-components/Server.d.ts +6 -2
  1258. package/dist/src/ui/components/icon-components/Server.d.ts.map +1 -1
  1259. package/dist/src/ui/components/icon-components/Server.js +4 -2
  1260. package/dist/src/ui/components/icon-components/Server.js.map +1 -1
  1261. package/dist/src/ui/components/icon-components/Settings.d.ts +6 -2
  1262. package/dist/src/ui/components/icon-components/Settings.d.ts.map +1 -1
  1263. package/dist/src/ui/components/icon-components/Settings.js +4 -2
  1264. package/dist/src/ui/components/icon-components/Settings.js.map +1 -1
  1265. package/dist/src/ui/components/icon-components/Synced.d.ts +6 -2
  1266. package/dist/src/ui/components/icon-components/Synced.d.ts.map +1 -1
  1267. package/dist/src/ui/components/icon-components/Synced.js +4 -2
  1268. package/dist/src/ui/components/icon-components/Synced.js.map +1 -1
  1269. package/dist/src/ui/components/icon-components/Syncing.d.ts +6 -2
  1270. package/dist/src/ui/components/icon-components/Syncing.d.ts.map +1 -1
  1271. package/dist/src/ui/components/icon-components/Syncing.js +4 -2
  1272. package/dist/src/ui/components/icon-components/Syncing.js.map +1 -1
  1273. package/dist/src/ui/components/icon-components/Tabler.d.ts +6 -2
  1274. package/dist/src/ui/components/icon-components/Tabler.d.ts.map +1 -1
  1275. package/dist/src/ui/components/icon-components/Tabler.js +4 -2
  1276. package/dist/src/ui/components/icon-components/Tabler.js.map +1 -1
  1277. package/dist/src/ui/components/icon-components/Timeline.d.ts +6 -2
  1278. package/dist/src/ui/components/icon-components/Timeline.d.ts.map +1 -1
  1279. package/dist/src/ui/components/icon-components/Timeline.js +4 -2
  1280. package/dist/src/ui/components/icon-components/Timeline.js.map +1 -1
  1281. package/dist/src/ui/components/icon-components/TimelineCaret.d.ts +6 -2
  1282. package/dist/src/ui/components/icon-components/TimelineCaret.d.ts.map +1 -1
  1283. package/dist/src/ui/components/icon-components/TimelineCaret.js +4 -2
  1284. package/dist/src/ui/components/icon-components/TimelineCaret.js.map +1 -1
  1285. package/dist/src/ui/components/icon-components/Trash.d.ts +6 -2
  1286. package/dist/src/ui/components/icon-components/Trash.d.ts.map +1 -1
  1287. package/dist/src/ui/components/icon-components/Trash.js +4 -2
  1288. package/dist/src/ui/components/icon-components/Trash.js.map +1 -1
  1289. package/dist/src/ui/components/icon-components/TrashFill.d.ts +6 -2
  1290. package/dist/src/ui/components/icon-components/TrashFill.d.ts.map +1 -1
  1291. package/dist/src/ui/components/icon-components/TrashFill.js +4 -2
  1292. package/dist/src/ui/components/icon-components/TrashFill.js.map +1 -1
  1293. package/dist/src/ui/components/icon-components/TreeViewSlash.d.ts +6 -2
  1294. package/dist/src/ui/components/icon-components/TreeViewSlash.d.ts.map +1 -1
  1295. package/dist/src/ui/components/icon-components/TreeViewSlash.js +4 -2
  1296. package/dist/src/ui/components/icon-components/TreeViewSlash.js.map +1 -1
  1297. package/dist/src/ui/components/icon-components/TriangleDown.d.ts +6 -2
  1298. package/dist/src/ui/components/icon-components/TriangleDown.d.ts.map +1 -1
  1299. package/dist/src/ui/components/icon-components/TriangleDown.js +4 -2
  1300. package/dist/src/ui/components/icon-components/TriangleDown.js.map +1 -1
  1301. package/dist/src/ui/components/icon-components/Tube.d.ts +6 -2
  1302. package/dist/src/ui/components/icon-components/Tube.d.ts.map +1 -1
  1303. package/dist/src/ui/components/icon-components/Tube.js +4 -2
  1304. package/dist/src/ui/components/icon-components/Tube.js.map +1 -1
  1305. package/dist/src/ui/components/icon-components/VariantArrowLeft.d.ts +6 -2
  1306. package/dist/src/ui/components/icon-components/VariantArrowLeft.d.ts.map +1 -1
  1307. package/dist/src/ui/components/icon-components/VariantArrowLeft.js +4 -2
  1308. package/dist/src/ui/components/icon-components/VariantArrowLeft.js.map +1 -1
  1309. package/dist/src/ui/components/icon-components/VerticalDots.d.ts +6 -2
  1310. package/dist/src/ui/components/icon-components/VerticalDots.d.ts.map +1 -1
  1311. package/dist/src/ui/components/icon-components/VerticalDots.js +4 -2
  1312. package/dist/src/ui/components/icon-components/VerticalDots.js.map +1 -1
  1313. package/dist/src/ui/components/icon-components/WarningFill.d.ts +6 -2
  1314. package/dist/src/ui/components/icon-components/WarningFill.d.ts.map +1 -1
  1315. package/dist/src/ui/components/icon-components/WarningFill.js +4 -2
  1316. package/dist/src/ui/components/icon-components/WarningFill.js.map +1 -1
  1317. package/dist/src/ui/components/icon-components/XTwitter.d.ts +6 -2
  1318. package/dist/src/ui/components/icon-components/XTwitter.d.ts.map +1 -1
  1319. package/dist/src/ui/components/icon-components/XTwitter.js +4 -2
  1320. package/dist/src/ui/components/icon-components/XTwitter.js.map +1 -1
  1321. package/dist/src/ui/components/icon-components/Xmark.d.ts +6 -2
  1322. package/dist/src/ui/components/icon-components/Xmark.d.ts.map +1 -1
  1323. package/dist/src/ui/components/icon-components/Xmark.js +4 -2
  1324. package/dist/src/ui/components/icon-components/Xmark.js.map +1 -1
  1325. package/dist/src/ui/components/icon-components/XmarkLight.d.ts +6 -2
  1326. package/dist/src/ui/components/icon-components/XmarkLight.d.ts.map +1 -1
  1327. package/dist/src/ui/components/icon-components/XmarkLight.js +4 -2
  1328. package/dist/src/ui/components/icon-components/XmarkLight.js.map +1 -1
  1329. package/dist/src/ui/components/icon-components/Youtube.d.ts +6 -2
  1330. package/dist/src/ui/components/icon-components/Youtube.d.ts.map +1 -1
  1331. package/dist/src/ui/components/icon-components/Youtube.js +4 -2
  1332. package/dist/src/ui/components/icon-components/Youtube.js.map +1 -1
  1333. package/dist/src/ui/components/icon-components/index.d.ts +2 -3
  1334. package/dist/src/ui/components/icon-components/index.d.ts.map +1 -1
  1335. package/dist/src/ui/components/icon-components/index.js +245 -245
  1336. package/dist/src/ui/components/icon-components/index.js.map +1 -1
  1337. package/dist/src/ui/components/icon-components/types.d.ts +3 -0
  1338. package/dist/src/ui/components/icon-components/types.d.ts.map +1 -0
  1339. package/dist/src/ui/components/icon-components/types.js +2 -0
  1340. package/dist/src/ui/components/icon-components/types.js.map +1 -0
  1341. package/dist/src/ui/components/index.d.ts +18 -18
  1342. package/dist/src/ui/components/index.d.ts.map +1 -1
  1343. package/dist/src/ui/components/index.js +18 -18
  1344. package/dist/src/ui/components/index.js.map +1 -1
  1345. package/dist/src/ui/components/object-set-table/examples/api-usage/api-usage.d.ts +3 -0
  1346. package/dist/src/ui/components/object-set-table/examples/api-usage/api-usage.d.ts.map +1 -0
  1347. package/dist/src/ui/components/object-set-table/examples/api-usage/api-usage.js +59 -0
  1348. package/dist/src/ui/components/object-set-table/examples/api-usage/api-usage.js.map +1 -0
  1349. package/dist/src/ui/components/object-set-table/examples/api-usage/button.d.ts +12 -0
  1350. package/dist/src/ui/components/object-set-table/examples/api-usage/button.d.ts.map +1 -0
  1351. package/dist/src/ui/components/object-set-table/examples/api-usage/button.js +13 -0
  1352. package/dist/src/ui/components/object-set-table/examples/api-usage/button.js.map +1 -0
  1353. package/dist/src/ui/components/object-set-table/examples/computed-columns/computed-columns.d.ts.map +1 -1
  1354. package/dist/src/ui/components/object-set-table/examples/computed-columns/computed-columns.js +21 -22
  1355. package/dist/src/ui/components/object-set-table/examples/computed-columns/computed-columns.js.map +1 -1
  1356. package/dist/src/ui/components/object-set-table/examples/custom-rendering/custom-rendering.d.ts.map +1 -1
  1357. package/dist/src/ui/components/object-set-table/examples/custom-rendering/custom-rendering.js +15 -15
  1358. package/dist/src/ui/components/object-set-table/examples/custom-rendering/custom-rendering.js.map +1 -1
  1359. package/dist/src/ui/components/object-set-table/hooks/useGlobalTableKeyEvents.d.ts.map +1 -1
  1360. package/dist/src/ui/components/object-set-table/hooks/useGlobalTableKeyEvents.js +11 -13
  1361. package/dist/src/ui/components/object-set-table/hooks/useGlobalTableKeyEvents.js.map +1 -1
  1362. package/dist/src/ui/components/object-set-table/index.d.ts +2 -2
  1363. package/dist/src/ui/components/object-set-table/index.d.ts.map +1 -1
  1364. package/dist/src/ui/components/object-set-table/index.js +2 -2
  1365. package/dist/src/ui/components/object-set-table/index.js.map +1 -1
  1366. package/dist/src/ui/components/object-set-table/logic/public-table-api.d.ts +9 -0
  1367. package/dist/src/ui/components/object-set-table/logic/public-table-api.d.ts.map +1 -0
  1368. package/dist/src/ui/components/object-set-table/logic/public-table-api.js +43 -0
  1369. package/dist/src/ui/components/object-set-table/logic/public-table-api.js.map +1 -0
  1370. package/dist/src/ui/components/object-set-table/logic/selection-manager.d.ts +25 -7
  1371. package/dist/src/ui/components/object-set-table/logic/selection-manager.d.ts.map +1 -1
  1372. package/dist/src/ui/components/object-set-table/logic/selection-manager.js +48 -13
  1373. package/dist/src/ui/components/object-set-table/logic/selection-manager.js.map +1 -1
  1374. package/dist/src/ui/components/object-set-table/logic/table-api.d.ts +13 -7
  1375. package/dist/src/ui/components/object-set-table/logic/table-api.d.ts.map +1 -1
  1376. package/dist/src/ui/components/object-set-table/logic/table-api.js +15 -10
  1377. package/dist/src/ui/components/object-set-table/logic/table-api.js.map +1 -1
  1378. package/dist/src/ui/components/object-set-table/logic/types.d.ts +31 -0
  1379. package/dist/src/ui/components/object-set-table/logic/types.d.ts.map +1 -0
  1380. package/dist/src/ui/components/object-set-table/logic/types.js +2 -0
  1381. package/dist/src/ui/components/object-set-table/logic/types.js.map +1 -0
  1382. package/dist/src/ui/components/object-set-table/mock-data.d.ts +1 -1
  1383. package/dist/src/ui/components/object-set-table/mock-data.d.ts.map +1 -1
  1384. package/dist/src/ui/components/object-set-table/mock-data.js +63 -63
  1385. package/dist/src/ui/components/object-set-table/mock-data.js.map +1 -1
  1386. package/dist/src/ui/components/object-set-table/object-set-table.d.ts +1 -1
  1387. package/dist/src/ui/components/object-set-table/object-set-table.d.ts.map +1 -1
  1388. package/dist/src/ui/components/object-set-table/object-set-table.js +10 -14
  1389. package/dist/src/ui/components/object-set-table/object-set-table.js.map +1 -1
  1390. package/dist/src/ui/components/object-set-table/subcomponents/body.d.ts +3 -3
  1391. package/dist/src/ui/components/object-set-table/subcomponents/body.d.ts.map +1 -1
  1392. package/dist/src/ui/components/object-set-table/subcomponents/body.js +15 -20
  1393. package/dist/src/ui/components/object-set-table/subcomponents/body.js.map +1 -1
  1394. package/dist/src/ui/components/object-set-table/subcomponents/cells/basic-cell.d.ts.map +1 -1
  1395. package/dist/src/ui/components/object-set-table/subcomponents/cells/basic-cell.js +2 -2
  1396. package/dist/src/ui/components/object-set-table/subcomponents/cells/basic-cell.js.map +1 -1
  1397. package/dist/src/ui/components/object-set-table/subcomponents/cells/default-cell.d.ts.map +1 -1
  1398. package/dist/src/ui/components/object-set-table/subcomponents/cells/default-cell.js +3 -3
  1399. package/dist/src/ui/components/object-set-table/subcomponents/cells/default-cell.js.map +1 -1
  1400. package/dist/src/ui/components/object-set-table/subcomponents/cells/information-cell.d.ts.map +1 -1
  1401. package/dist/src/ui/components/object-set-table/subcomponents/cells/information-cell.js +1 -1
  1402. package/dist/src/ui/components/object-set-table/subcomponents/cells/information-cell.js.map +1 -1
  1403. package/dist/src/ui/components/object-set-table/subcomponents/cells/row-number-cell.d.ts.map +1 -1
  1404. package/dist/src/ui/components/object-set-table/subcomponents/cells/row-number-cell.js +5 -5
  1405. package/dist/src/ui/components/object-set-table/subcomponents/cells/row-number-cell.js.map +1 -1
  1406. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/boolean-render.d.ts.map +1 -1
  1407. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/boolean-render.js +2 -2
  1408. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/boolean-render.js.map +1 -1
  1409. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.d.ts +1 -1
  1410. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.d.ts.map +1 -1
  1411. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.js +8 -6
  1412. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.js.map +1 -1
  1413. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/number-render.d.ts.map +1 -1
  1414. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/number-render.js.map +1 -1
  1415. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/text-render.d.ts.map +1 -1
  1416. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/text-render.js.map +1 -1
  1417. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-formatter.d.ts.map +1 -1
  1418. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-formatter.js +2 -3
  1419. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-formatter.js.map +1 -1
  1420. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-getter.d.ts +1 -1
  1421. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-getter.d.ts.map +1 -1
  1422. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-getter.js +1 -1
  1423. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-getter.js.map +1 -1
  1424. package/dist/src/ui/components/object-set-table/subcomponents/header/header-cell.d.ts.map +1 -1
  1425. package/dist/src/ui/components/object-set-table/subcomponents/header/header-cell.js +2 -2
  1426. package/dist/src/ui/components/object-set-table/subcomponents/header/header-cell.js.map +1 -1
  1427. package/dist/src/ui/components/object-set-table/subcomponents/header/header-number-td.d.ts.map +1 -1
  1428. package/dist/src/ui/components/object-set-table/subcomponents/header/header-number-td.js +4 -4
  1429. package/dist/src/ui/components/object-set-table/subcomponents/header/header-number-td.js.map +1 -1
  1430. package/dist/src/ui/components/object-set-table/subcomponents/header.d.ts +3 -3
  1431. package/dist/src/ui/components/object-set-table/subcomponents/header.d.ts.map +1 -1
  1432. package/dist/src/ui/components/object-set-table/subcomponents/header.js +8 -8
  1433. package/dist/src/ui/components/object-set-table/subcomponents/header.js.map +1 -1
  1434. package/dist/src/ui/components/object-set-table/subcomponents/rows/table-row.d.ts.map +1 -1
  1435. package/dist/src/ui/components/object-set-table/subcomponents/rows/table-row.js +3 -9
  1436. package/dist/src/ui/components/object-set-table/subcomponents/rows/table-row.js.map +1 -1
  1437. package/dist/src/ui/components/object-set-table/subcomponents/table-focus-trap.d.ts.map +1 -1
  1438. package/dist/src/ui/components/object-set-table/subcomponents/table-focus-trap.js +7 -5
  1439. package/dist/src/ui/components/object-set-table/subcomponents/table-focus-trap.js.map +1 -1
  1440. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.d.ts +7 -6
  1441. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.d.ts.map +1 -1
  1442. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.js +16 -7
  1443. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.js.map +1 -1
  1444. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.d.ts +16 -11
  1445. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.d.ts.map +1 -1
  1446. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.js +27 -32
  1447. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.js.map +1 -1
  1448. package/dist/src/ui/components/object-set-table/types.d.ts +11 -9
  1449. package/dist/src/ui/components/object-set-table/types.d.ts.map +1 -1
  1450. package/dist/src/ui/components/object-set-table/utils.d.ts +2 -2
  1451. package/dist/src/ui/components/object-set-table/utils.d.ts.map +1 -1
  1452. package/dist/src/ui/components/object-set-table/utils.js +20 -20
  1453. package/dist/src/ui/components/object-set-table/utils.js.map +1 -1
  1454. package/dist/src/ui/components/sidebar/index.d.ts +3 -3
  1455. package/dist/src/ui/components/sidebar/index.d.ts.map +1 -1
  1456. package/dist/src/ui/components/sidebar/index.js +2 -2
  1457. package/dist/src/ui/components/sidebar/index.js.map +1 -1
  1458. package/dist/src/ui/components/sidebar/sidebar.d.ts +1 -1
  1459. package/dist/src/ui/components/sidebar/sidebar.d.ts.map +1 -1
  1460. package/dist/src/ui/components/sidebar/sidebar.js +16 -16
  1461. package/dist/src/ui/components/sidebar/sidebar.js.map +1 -1
  1462. package/dist/src/ui/components/sidebar/subcomponents/sidebar-content-area.d.ts +1 -1
  1463. package/dist/src/ui/components/sidebar/subcomponents/sidebar-content-area.d.ts.map +1 -1
  1464. package/dist/src/ui/components/sidebar/subcomponents/sidebar-content-area.js +9 -9
  1465. package/dist/src/ui/components/sidebar/subcomponents/sidebar-content-area.js.map +1 -1
  1466. package/dist/src/ui/components/sidebar/subcomponents/sidebar-header.d.ts.map +1 -1
  1467. package/dist/src/ui/components/sidebar/subcomponents/sidebar-header.js +10 -7
  1468. package/dist/src/ui/components/sidebar/subcomponents/sidebar-header.js.map +1 -1
  1469. package/dist/src/ui/components/sidebar/subcomponents/sidebar-item.d.ts +1 -1
  1470. package/dist/src/ui/components/sidebar/subcomponents/sidebar-item.d.ts.map +1 -1
  1471. package/dist/src/ui/components/sidebar/subcomponents/sidebar-item.js +22 -36
  1472. package/dist/src/ui/components/sidebar/subcomponents/sidebar-item.js.map +1 -1
  1473. package/dist/src/ui/components/sidebar/subcomponents/sidebar-pinning-area.d.ts.map +1 -1
  1474. package/dist/src/ui/components/sidebar/subcomponents/sidebar-pinning-area.js +3 -3
  1475. package/dist/src/ui/components/sidebar/subcomponents/sidebar-pinning-area.js.map +1 -1
  1476. package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/index.d.ts +1 -1
  1477. package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/index.d.ts.map +1 -1
  1478. package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/index.js +1 -1
  1479. package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/index.js.map +1 -1
  1480. package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-provider.d.ts +6 -6
  1481. package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-provider.d.ts.map +1 -1
  1482. package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-provider.js +21 -16
  1483. package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-provider.js.map +1 -1
  1484. package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-reducer.d.ts +1 -1
  1485. package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-reducer.d.ts.map +1 -1
  1486. package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-reducer.js +1 -1
  1487. package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-reducer.js.map +1 -1
  1488. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/index.d.ts +3 -3
  1489. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/index.d.ts.map +1 -1
  1490. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/index.js +3 -3
  1491. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/index.js.map +1 -1
  1492. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-navigation-arrow.d.ts +1 -1
  1493. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-navigation-arrow.d.ts.map +1 -1
  1494. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-navigation-arrow.js +4 -4
  1495. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-navigation-arrow.js.map +1 -1
  1496. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-result-counter.d.ts.map +1 -1
  1497. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-result-counter.js +2 -2
  1498. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-result-counter.js.map +1 -1
  1499. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/sidebar-search.d.ts.map +1 -1
  1500. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/sidebar-search.js +17 -17
  1501. package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/sidebar-search.js.map +1 -1
  1502. package/dist/src/ui/components/sidebar/subcomponents/status-icon.d.ts +2 -2
  1503. package/dist/src/ui/components/sidebar/subcomponents/status-icon.d.ts.map +1 -1
  1504. package/dist/src/ui/components/sidebar/subcomponents/status-icon.js +9 -9
  1505. package/dist/src/ui/components/sidebar/subcomponents/status-icon.js.map +1 -1
  1506. package/dist/src/ui/components/sidebar/types.d.ts +3 -3
  1507. package/dist/src/ui/components/sidebar/types.d.ts.map +1 -1
  1508. package/dist/src/ui/components/sidebar/use-sidebar-resize.d.ts +1 -1
  1509. package/dist/src/ui/components/sidebar/use-sidebar-resize.d.ts.map +1 -1
  1510. package/dist/src/ui/components/sidebar/use-sidebar-resize.js +14 -14
  1511. package/dist/src/ui/components/sidebar/use-sidebar-resize.js.map +1 -1
  1512. package/dist/src/ui/components/sidebar/utils.d.ts +4 -4
  1513. package/dist/src/ui/components/sidebar/utils.d.ts.map +1 -1
  1514. package/dist/src/ui/components/sidebar/utils.js +5 -7
  1515. package/dist/src/ui/components/sidebar/utils.js.map +1 -1
  1516. package/dist/src/ui/components/tooltip/index.d.ts +1 -1
  1517. package/dist/src/ui/components/tooltip/index.d.ts.map +1 -1
  1518. package/dist/src/ui/components/tooltip/index.js +1 -1
  1519. package/dist/src/ui/components/tooltip/index.js.map +1 -1
  1520. package/dist/src/ui/components/tooltip/tooltip.d.ts +3 -3
  1521. package/dist/src/ui/components/tooltip/tooltip.d.ts.map +1 -1
  1522. package/dist/src/ui/components/tooltip/tooltip.js +11 -10
  1523. package/dist/src/ui/components/tooltip/tooltip.js.map +1 -1
  1524. package/dist/src/ui/index.d.ts +1 -1
  1525. package/dist/src/ui/index.d.ts.map +1 -1
  1526. package/dist/src/ui/index.js +1 -1
  1527. package/dist/src/ui/index.js.map +1 -1
  1528. package/dist/style.css +9 -6
  1529. package/dist/tsconfig.lib.tsbuildinfo +1 -1
  1530. package/package.json +13 -2
  1531. package/dist/src/scalars/EthereumAddress/EthereumAddress.d.ts +0 -5
  1532. package/dist/src/scalars/EthereumAddress/EthereumAddress.d.ts.map +0 -1
  1533. package/dist/src/scalars/EthereumAddress/EthereumAddress.js +0 -14
  1534. package/dist/src/scalars/EthereumAddress/EthereumAddress.js.map +0 -1
  1535. package/dist/src/scalars/EthereumAddress/index.d.ts +0 -2
  1536. package/dist/src/scalars/EthereumAddress/index.d.ts.map +0 -1
  1537. package/dist/src/scalars/EthereumAddress/index.js +0 -2
  1538. package/dist/src/scalars/EthereumAddress/index.js.map +0 -1
  1539. package/dist/src/scalars/components/currency-code-field/defaults.d.ts.map +0 -1
  1540. package/dist/src/scalars/components/currency-code-field/defaults.js +0 -43
  1541. package/dist/src/scalars/components/currency-code-field/defaults.js.map +0 -1
  1542. package/dist/src/scalars/components/currency-code-field/utils.d.ts.map +0 -1
  1543. package/dist/src/scalars/components/currency-code-field/utils.js +0 -40
@@ -1 +1 @@
1
- {"version":3,"file":"phid-input.js","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/phid-input/phid-input.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"phid-input.js","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/phid-input/phid-input.tsx"],"names":[],"mappings":"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"}
@@ -1,14 +1,14 @@
1
- import type { IdAutocompleteOption, IdAutocompleteProps } from "../../../../scalars/components/fragments/id-autocomplete/types.js";
2
- import type { DiffMode, WithDifference } from "../../../../scalars/components/types.js";
3
- export interface PHIDInputWithDifference extends Omit<WithDifference<string>, "diffMode"> {
4
- diffMode?: Extract<DiffMode, "sentences">;
1
+ import type { IdAutocompleteOption, IdAutocompleteProps } from '../../../../scalars/components/fragments/id-autocomplete/types.js';
2
+ import type { DiffMode, WithDifference } from '../../../../scalars/components/types.js';
3
+ export interface PHIDInputWithDifference extends Omit<WithDifference<string>, 'diffMode'> {
4
+ diffMode?: Extract<DiffMode, 'sentences'>;
5
5
  basePreviewIcon?: string | React.ReactElement;
6
6
  basePreviewTitle?: string;
7
7
  basePreviewPath?: string;
8
8
  basePreviewDescription?: string;
9
9
  }
10
10
  type PHIDOption = IdAutocompleteOption;
11
- type PHIDInputBaseProps = Omit<IdAutocompleteProps, "autoComplete" | "fetchOptionsCallback" | "fetchSelectedOptionCallback" | "previewPlaceholder" | "renderOption"> & ({
11
+ type PHIDInputBaseProps = Omit<IdAutocompleteProps, 'autoComplete' | 'fetchOptionsCallback' | 'fetchSelectedOptionCallback' | 'previewPlaceholder' | 'renderOption'> & ({
12
12
  allowUris: true;
13
13
  allowedScopes?: string[];
14
14
  } | {
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/phid-input/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,oBAAoB,EACpB,mBAAmB,EACpB,MAAM,mEAAmE,CAAC;AAC3E,OAAO,KAAK,EACV,QAAQ,EACR,cAAc,EACf,MAAM,yCAAyC,CAAC;AAEjD,MAAM,WAAW,uBACf,SAAQ,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,EAAE,UAAU,CAAC;IAChD,QAAQ,CAAC,EAAE,OAAO,CAAC,QAAQ,EAAE,WAAW,CAAC,CAAC;IAC1C,eAAe,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,YAAY,CAAC;IAC9C,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,sBAAsB,CAAC,EAAE,MAAM,CAAC;CACjC;AAED,KAAK,UAAU,GAAG,oBAAoB,CAAC;AAEvC,KAAK,kBAAkB,GAAG,IAAI,CAC5B,mBAAmB,EACjB,cAAc,GACd,sBAAsB,GACtB,6BAA6B,GAC7B,oBAAoB,GACpB,cAAc,CACjB,GACC,CACI;IACE,SAAS,EAAE,IAAI,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;CAC1B,GACD;IACE,SAAS,CAAC,EAAE,KAAK,CAAC;IAClB,aAAa,CAAC,EAAE,KAAK,CAAC;CACvB,CACJ,CAAC;AAEJ,KAAK,cAAc,GAAG,kBAAkB,GACtC,CACI;IACE,YAAY,EAAE,KAAK,CAAC;IACpB,oBAAoB,CAAC,EAAE,KAAK,CAAC;IAC7B,2BAA2B,CAAC,EAAE,KAAK,CAAC;IACpC,kBAAkB,CAAC,EAAE,KAAK,CAAC;CAC5B,GACD;IACE,YAAY,CAAC,EAAE,IAAI,CAAC;IACpB,oBAAoB,EAAE,CACpB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAC9B,OAAO,CAAC,UAAU,EAAE,CAAC,GAAG,UAAU,EAAE,CAAC;IAC1C,2BAA2B,CAAC,EAAE,CAC5B,KAAK,EAAE,MAAM,KACV,OAAO,CAAC,UAAU,GAAG,SAAS,CAAC,GAAG,UAAU,GAAG,SAAS,CAAC;IAC9D,kBAAkB,CAAC,EAAE,UAAU,CAAC;CACjC,CACJ,GACD,uBAAuB,CAAC;AAE1B,YAAY,EAAE,cAAc,EAAE,UAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/phid-input/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,oBAAoB,EACpB,mBAAmB,EACpB,MAAM,mEAAmE,CAAA;AAC1E,OAAO,KAAK,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAA;AAEvF,MAAM,WAAW,uBAAwB,SAAQ,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,EAAE,UAAU,CAAC;IACvF,QAAQ,CAAC,EAAE,OAAO,CAAC,QAAQ,EAAE,WAAW,CAAC,CAAA;IACzC,eAAe,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,YAAY,CAAA;IAC7C,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,sBAAsB,CAAC,EAAE,MAAM,CAAA;CAChC;AAED,KAAK,UAAU,GAAG,oBAAoB,CAAA;AAEtC,KAAK,kBAAkB,GAAG,IAAI,CAC5B,mBAAmB,EACnB,cAAc,GAAG,sBAAsB,GAAG,6BAA6B,GAAG,oBAAoB,GAAG,cAAc,CAChH,GACC,CACI;IACE,SAAS,EAAE,IAAI,CAAA;IACf,aAAa,CAAC,EAAE,MAAM,EAAE,CAAA;CACzB,GACD;IACE,SAAS,CAAC,EAAE,KAAK,CAAA;IACjB,aAAa,CAAC,EAAE,KAAK,CAAA;CACtB,CACJ,CAAA;AAEH,KAAK,cAAc,GAAG,kBAAkB,GACtC,CACI;IACE,YAAY,EAAE,KAAK,CAAA;IACnB,oBAAoB,CAAC,EAAE,KAAK,CAAA;IAC5B,2BAA2B,CAAC,EAAE,KAAK,CAAA;IACnC,kBAAkB,CAAC,EAAE,KAAK,CAAA;CAC3B,GACD;IACE,YAAY,CAAC,EAAE,IAAI,CAAA;IACnB,oBAAoB,EAAE,CACpB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAC9B,OAAO,CAAC,UAAU,EAAE,CAAC,GAAG,UAAU,EAAE,CAAA;IACzC,2BAA2B,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC,UAAU,GAAG,SAAS,CAAC,GAAG,UAAU,GAAG,SAAS,CAAA;IACzG,kBAAkB,CAAC,EAAE,UAAU,CAAA;CAChC,CACJ,GACD,uBAAuB,CAAA;AAEzB,YAAY,EAAE,cAAc,EAAE,UAAU,EAAE,CAAA"}
@@ -1,5 +1,5 @@
1
- import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
2
- import React from "react";
1
+ import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
2
+ import React from 'react';
3
3
  interface CustomizableRadioGroupProps extends React.ComponentPropsWithoutRef<typeof RadioGroupPrimitive.Root> {
4
4
  children: React.ReactNode;
5
5
  className?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"customizable-radio-group.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/radio-group/customizable-radio-group.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AACnE,OAAO,KAAgB,MAAM,OAAO,CAAC;AAErC,UAAU,2BACR,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,QAAA,MAAM,sBAAsB,oGAkB1B,CAAC;AAIH,OAAO,EAAE,sBAAsB,EAAE,KAAK,2BAA2B,EAAE,CAAC"}
1
+ {"version":3,"file":"customizable-radio-group.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/radio-group/customizable-radio-group.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAA;AAClE,OAAO,KAAgB,MAAM,OAAO,CAAA;AAEpC,UAAU,2BAA4B,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC;IAC3G,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAED,QAAA,MAAM,sBAAsB,oGAY1B,CAAA;AAIF,OAAO,EAAE,sBAAsB,EAAE,KAAK,2BAA2B,EAAE,CAAA"}
@@ -1,11 +1,11 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
3
- import React, { useId } from "react";
2
+ import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
3
+ import React, { useId } from 'react';
4
4
  const CustomizableRadioGroup = React.forwardRef(({ children, className, id: propId, name, ...props }, ref) => {
5
5
  const prefix = useId();
6
6
  const id = propId ?? `${prefix}-radio-group`;
7
7
  return (_jsx(RadioGroupPrimitive.Root, { className: className, id: id, name: name, ...props, ref: ref, children: children }));
8
8
  });
9
- CustomizableRadioGroup.displayName = "CustomizableRadioGroup";
9
+ CustomizableRadioGroup.displayName = 'CustomizableRadioGroup';
10
10
  export { CustomizableRadioGroup };
11
11
  //# sourceMappingURL=customizable-radio-group.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"customizable-radio-group.js","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/radio-group/customizable-radio-group.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AACnE,OAAO,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;AAUrC,MAAM,sBAAsB,GAAG,KAAK,CAAC,UAAU,CAG7C,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,sBAAsB,CAAC,WAAW,GAAG,wBAAwB,CAAC;AAE9D,OAAO,EAAE,sBAAsB,EAAoC,CAAC"}
1
+ {"version":3,"file":"customizable-radio-group.js","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/radio-group/customizable-radio-group.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAA;AAClE,OAAO,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,OAAO,CAAA;AASpC,MAAM,sBAAsB,GAAG,KAAK,CAAC,UAAU,CAG7C,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,CAAA;IACtB,MAAM,EAAE,GAAG,MAAM,IAAI,GAAG,MAAM,cAAc,CAAA;IAE5C,OAAO,CACL,KAAC,mBAAmB,CAAC,IAAI,IAAC,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,IAAI,KAAM,KAAK,EAAE,GAAG,EAAE,GAAG,YACpF,QAAQ,GACgB,CAC5B,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,sBAAsB,CAAC,WAAW,GAAG,wBAAwB,CAAA;AAE7D,OAAO,EAAE,sBAAsB,EAAoC,CAAA"}
@@ -1,3 +1,3 @@
1
- export { CustomizableRadioGroup, type CustomizableRadioGroupProps, } from "./customizable-radio-group.js";
2
- export { RadioGroup, type RadioGroupProps } from "./radio-group.js";
1
+ export { CustomizableRadioGroup, type CustomizableRadioGroupProps } from './customizable-radio-group.js';
2
+ export { RadioGroup, type RadioGroupProps } from './radio-group.js';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/radio-group/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,sBAAsB,EACtB,KAAK,2BAA2B,GACjC,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/radio-group/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,KAAK,2BAA2B,EAAE,MAAM,+BAA+B,CAAA;AACxG,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,kBAAkB,CAAA"}
@@ -1,3 +1,3 @@
1
- export { CustomizableRadioGroup, } from "./customizable-radio-group.js";
2
- export { RadioGroup } from "./radio-group.js";
1
+ export { CustomizableRadioGroup } from './customizable-radio-group.js';
2
+ export { RadioGroup } from './radio-group.js';
3
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/radio-group/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,sBAAsB,GAEvB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,UAAU,EAAwB,MAAM,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/radio-group/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAoC,MAAM,+BAA+B,CAAA;AACxG,OAAO,EAAE,UAAU,EAAwB,MAAM,kBAAkB,CAAA"}
@@ -1,17 +1,17 @@
1
- import type { InputBaseProps } from "../../../../scalars/components/types.js";
2
- import React from "react";
1
+ import type { InputBaseProps } from '../../../../scalars/components/types.js';
2
+ import React from 'react';
3
3
  interface RadioGroupBaseProps {
4
- options?: {
4
+ options?: Array<{
5
5
  value: string;
6
6
  label: string;
7
7
  description?: string;
8
8
  disabled?: boolean;
9
9
  className?: string;
10
- }[];
10
+ }>;
11
11
  onChange?: (value: string) => void;
12
12
  }
13
- type RadioGroupProps = Omit<React.HTMLAttributes<HTMLDivElement>, keyof InputBaseProps<string> | keyof RadioGroupBaseProps | "dir"> & InputBaseProps<string> & RadioGroupBaseProps & {
14
- dir?: "ltr" | "rtl";
13
+ type RadioGroupProps = Omit<React.HTMLAttributes<HTMLDivElement>, keyof InputBaseProps<string> | keyof RadioGroupBaseProps | 'dir'> & InputBaseProps<string> & RadioGroupBaseProps & {
14
+ dir?: 'ltr' | 'rtl';
15
15
  };
16
16
  declare const RadioGroup: React.ForwardRefExoticComponent<Omit<React.HTMLAttributes<HTMLDivElement>, "dir" | keyof InputBaseProps<string> | keyof RadioGroupBaseProps> & InputBaseProps<string> & RadioGroupBaseProps & {
17
17
  dir?: "ltr" | "rtl";
@@ -1 +1 @@
1
- {"version":3,"file":"radio-group.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/radio-group/radio-group.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AAC9E,OAAO,KAAgB,MAAM,OAAO,CAAC;AAIrC,UAAU,mBAAmB;IAC3B,OAAO,CAAC,EAAE;QACR,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,EAAE,MAAM,CAAC;QACd,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,EAAE,CAAC;IACJ,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACpC;AAED,KAAK,eAAe,GAAG,IAAI,CACzB,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EACpC,MAAM,cAAc,CAAC,MAAM,CAAC,GAAG,MAAM,mBAAmB,GAAG,KAAK,CACjE,GACC,cAAc,CAAC,MAAM,CAAC,GACtB,mBAAmB,GAAG;IACpB,GAAG,CAAC,EAAE,KAAK,GAAG,KAAK,CAAC;CACrB,CAAC;AAEJ,QAAA,MAAM,UAAU;UAHN,KAAK,GAAG,KAAK;wCAiFtB,CAAC;AAIF,OAAO,EAAE,UAAU,EAAE,KAAK,mBAAmB,EAAE,KAAK,eAAe,EAAE,CAAC"}
1
+ {"version":3,"file":"radio-group.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/radio-group/radio-group.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAA;AAC7E,OAAO,KAAgB,MAAM,OAAO,CAAA;AAIpC,UAAU,mBAAmB;IAC3B,OAAO,CAAC,EAAE,KAAK,CAAC;QACd,KAAK,EAAE,MAAM,CAAA;QACb,KAAK,EAAE,MAAM,CAAA;QACb,WAAW,CAAC,EAAE,MAAM,CAAA;QACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;QAClB,SAAS,CAAC,EAAE,MAAM,CAAA;KACnB,CAAC,CAAA;IACF,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;CACnC;AAED,KAAK,eAAe,GAAG,IAAI,CACzB,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EACpC,MAAM,cAAc,CAAC,MAAM,CAAC,GAAG,MAAM,mBAAmB,GAAG,KAAK,CACjE,GACC,cAAc,CAAC,MAAM,CAAC,GACtB,mBAAmB,GAAG;IACpB,GAAG,CAAC,EAAE,KAAK,GAAG,KAAK,CAAA;CACpB,CAAA;AAEH,QAAA,MAAM,UAAU;UAHN,KAAK,GAAG,KAAK;wCAyEtB,CAAA;AAID,OAAO,EAAE,UAAU,EAAE,KAAK,mBAAmB,EAAE,KAAK,eAAe,EAAE,CAAA"}
@@ -1,19 +1,19 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { cn } from "../../../../scalars/lib/utils.js";
3
- import { FormLabel } from "../../../../scalars/components/fragments/form-label/form-label.js";
4
- import { FormMessageList } from "../../../../scalars/components/fragments/form-message/message-list.js";
5
- import React, { useId } from "react";
6
- import { CustomizableRadioGroup } from "./customizable-radio-group.js";
7
- import { Radio } from "./radio.js";
2
+ import { cn } from '../../../../scalars/lib/utils.js';
3
+ import { FormLabel } from '../../../../scalars/components/fragments/form-label/form-label.js';
4
+ import { FormMessageList } from '../../../../scalars/components/fragments/form-message/message-list.js';
5
+ import React, { useId } from 'react';
6
+ import { CustomizableRadioGroup } from './customizable-radio-group.js';
7
+ import { Radio } from './radio.js';
8
8
  const RadioGroup = React.forwardRef(({ autoFocus, className, defaultValue, description, disabled, warnings = [], errors = [], id: propId, label, name, onChange, options = [], required, value, ...props }, ref) => {
9
9
  const hasLabel = label !== undefined;
10
10
  const hasError = errors.length > 0;
11
11
  const prefix = useId();
12
12
  const id = propId ?? `${prefix}-radio-group`;
13
- return (_jsxs(CustomizableRadioGroup, { "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
+ return (_jsxs(CustomizableRadioGroup, { "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) => {
14
14
  onChange?.(newValue);
15
- }, 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: cn("flex items-center gap-2", option.className), 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
+ }, 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: cn('flex items-center gap-2', option.className), 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" })] }));
16
16
  });
17
- RadioGroup.displayName = "RadioGroup";
17
+ RadioGroup.displayName = 'RadioGroup';
18
18
  export { RadioGroup };
19
19
  //# sourceMappingURL=radio-group.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"radio-group.js","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/radio-group/radio-group.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,kCAAkC,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,mEAAmE,CAAC;AAC9F,OAAO,EAAE,eAAe,EAAE,MAAM,uEAAuE,CAAC;AAExG,OAAO,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;AACrC,OAAO,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AACvE,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AAsBnC,MAAM,UAAU,GAAG,KAAK,CAAC,UAAU,CACjC,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,sBAAsB,oBACP,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,EAAE,EAAE,CAAC,yBAAyB,EAAE,MAAM,CAAC,SAAS,CAAC,EAC1D,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,IACxC,CAC1B,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,UAAU,CAAC,WAAW,GAAG,YAAY,CAAC;AAEtC,OAAO,EAAE,UAAU,EAAkD,CAAC"}
1
+ {"version":3,"file":"radio-group.js","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/radio-group/radio-group.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,kCAAkC,CAAA;AACrD,OAAO,EAAE,SAAS,EAAE,MAAM,mEAAmE,CAAA;AAC7F,OAAO,EAAE,eAAe,EAAE,MAAM,uEAAuE,CAAA;AAEvG,OAAO,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,OAAO,CAAA;AACpC,OAAO,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAA;AACtE,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAA;AAsBlC,MAAM,UAAU,GAAG,KAAK,CAAC,UAAU,CACjC,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,CAAA;IACpC,MAAM,QAAQ,GAAG,MAAM,CAAC,MAAM,GAAG,CAAC,CAAA;IAClC,MAAM,MAAM,GAAG,KAAK,EAAE,CAAA;IACtB,MAAM,EAAE,GAAG,MAAM,IAAI,GAAG,MAAM,cAAc,CAAA;IAE5C,OAAO,CACL,MAAC,sBAAsB,oBACP,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,CAAA;QACtB,CAAC,EACD,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,QAAQ,KACd,KAAK,EACT,GAAG,EAAE,GAAG,aAEP,QAAQ,IAAI,CACX,KAAC,SAAS,IAAC,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,YACzG,KAAK,GACI,CACb,EACA,OAAO,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE,CAAC,CAC9B,cAEE,SAAS,EAAE,EAAE,CAAC,yBAAyB,EAAE,MAAM,CAAC,SAAS,CAAC,EAC1D,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,KAAC,eAAe,IAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAC,SAAS,GAAG,EAC7E,QAAQ,IAAI,KAAC,eAAe,IAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAC,OAAO,GAAG,IACxC,CAC1B,CAAA;AACH,CAAC,CACF,CAAA;AAED,UAAU,CAAC,WAAW,GAAG,YAAY,CAAA;AAErC,OAAO,EAAE,UAAU,EAAkD,CAAA"}
@@ -1,5 +1,5 @@
1
- import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
2
- import React from "react";
1
+ import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
2
+ import React from 'react';
3
3
  interface RadioProps extends React.ComponentPropsWithoutRef<typeof RadioGroupPrimitive.Item> {
4
4
  className?: string;
5
5
  description?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"radio.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/radio-group/radio.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AACnE,OAAO,KAAgB,MAAM,OAAO,CAAC;AAErC,UAAU,UACR,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,QAAA,MAAM,KAAK,sFAgFV,CAAC;AAIF,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"radio.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/radio-group/radio.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAA;AAClE,OAAO,KAAgB,MAAM,OAAO,CAAA;AAEpC,UAAU,UAAW,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC;IAC1F,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;CACd;AAED,QAAA,MAAM,KAAK,sFAuDV,CAAA;AAID,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,CAAA"}
@@ -1,26 +1,16 @@
1
1
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { cn } from "../../../../scalars/lib/utils.js";
3
- import { FormLabel } from "../../../../scalars/components/fragments/form-label/form-label.js";
4
- import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
5
- import React, { useId } from "react";
2
+ import { cn } from '../../../../scalars/lib/utils.js';
3
+ import { FormLabel } from '../../../../scalars/components/fragments/form-label/form-label.js';
4
+ import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
5
+ import React, { useId } from 'react';
6
6
  const Radio = React.forwardRef(({ className, description, disabled = false, hasError = false, id: propId, label, value, ...props }, ref) => {
7
7
  const prefix = useId();
8
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 })] }));
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 && ['border-red-700 hover:border-red-900', 'dark:border-red-700 dark:hover:border-red-900'], 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 && ['group-hover:after:bg-gray-900', 'dark:group-hover:after:bg-gray-50'], disabled && ['after:bg-gray-600', 'dark:after:bg-gray-600']) }) }), _jsx(FormLabel, { className: cn(!disabled && !hasError && ['cursor-pointer', 'peer-hover:text-gray-900 dark:peer-hover:text-gray-50']), description: description, disabled: disabled, hasError: hasError, htmlFor: id, required: props.required, inline: true, children: label })] }));
23
13
  });
24
- Radio.displayName = "Radio";
14
+ Radio.displayName = 'Radio';
25
15
  export { Radio };
26
16
  //# sourceMappingURL=radio.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"radio.js","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/radio-group/radio.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,kCAAkC,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,mEAAmE,CAAC;AAC9F,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAC;AACnE,OAAO,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;AAarC,MAAM,KAAK,GAAG,KAAK,CAAC,UAAU,CAI5B,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;AAEF,KAAK,CAAC,WAAW,GAAG,OAAO,CAAC;AAE5B,OAAO,EAAE,KAAK,EAAmB,CAAC"}
1
+ {"version":3,"file":"radio.js","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/radio-group/radio.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,kCAAkC,CAAA;AACrD,OAAO,EAAE,SAAS,EAAE,MAAM,mEAAmE,CAAA;AAC7F,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAA;AAClE,OAAO,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,OAAO,CAAA;AAYpC,MAAM,KAAK,GAAG,KAAK,CAAC,UAAU,CAC5B,CAAC,EAAE,SAAS,EAAE,WAAW,EAAE,QAAQ,GAAG,KAAK,EAAE,QAAQ,GAAG,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE;IAC1G,MAAM,MAAM,GAAG,KAAK,EAAE,CAAA;IACtB,MAAM,EAAE,GAAG,MAAM,IAAI,GAAG,MAAM,QAAQ,CAAA;IAEtC,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,CAAC,qCAAqC,EAAE,+CAA+C,CAAC,EACpG,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,CAAC,+BAA+B,EAAE,mCAAmC,CAAC,EACnF,QAAQ,IAAI,CAAC,mBAAmB,EAAE,wBAAwB,CAAC,CAC5D,GACD,GACuB,EAC3B,KAAC,SAAS,IACR,SAAS,EAAE,EAAE,CACX,CAAC,QAAQ,IAAI,CAAC,QAAQ,IAAI,CAAC,gBAAgB,EAAE,uDAAuD,CAAC,CACtG,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,CAAA;AACH,CAAC,CACF,CAAA;AAED,KAAK,CAAC,WAAW,GAAG,OAAO,CAAA;AAE3B,OAAO,EAAE,KAAK,EAAmB,CAAA"}
@@ -1,11 +1,11 @@
1
- import type React from "react";
2
- import type { SelectProps } from "./types.js";
1
+ import type React from 'react';
2
+ import type { SelectProps } from './types.js';
3
3
  interface FavoriteOptionsProps {
4
- options: SelectProps["options"];
4
+ options: SelectProps['options'];
5
5
  selectedValues: string[];
6
6
  multiple?: boolean;
7
- selectionIcon: "auto" | "checkmark";
8
- selectionIconPosition: "left" | "right";
7
+ selectionIcon: 'auto' | 'checkmark';
8
+ selectionIconPosition: 'left' | 'right';
9
9
  hasAnyIcon: boolean;
10
10
  toggleOption: (value: string) => void;
11
11
  tabIndex?: number;
@@ -1 +1 @@
1
- {"version":3,"file":"command-list-item.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/select/command-list-item.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAE9C,UAAU,oBAAoB;IAC5B,OAAO,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IAChC,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,MAAM,GAAG,WAAW,CAAC;IACpC,qBAAqB,EAAE,MAAM,GAAG,OAAO,CAAC;IACxC,UAAU,EAAE,OAAO,CAAC;IACpB,YAAY,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AA0BD,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmG1D,CAAC"}
1
+ {"version":3,"file":"command-list-item.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/select/command-list-item.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAA;AAE7C,UAAU,oBAAoB;IAC5B,OAAO,EAAE,WAAW,CAAC,SAAS,CAAC,CAAA;IAC/B,cAAc,EAAE,MAAM,EAAE,CAAA;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,aAAa,EAAE,MAAM,GAAG,WAAW,CAAA;IACnC,qBAAqB,EAAE,MAAM,GAAG,OAAO,CAAA;IACvC,UAAU,EAAE,OAAO,CAAA;IACnB,YAAY,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IACrC,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,gBAAgB,CAAC,EAAE,MAAM,CAAA;CAC1B;AASD,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAuF1D,CAAA"}
@@ -1,24 +1,22 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
- import { Icon } from "../../../components/icon/index.js";
3
- import { CommandItem } from "../../../../scalars/components/fragments/command/index.js";
4
- import { cn } from "../../../../scalars/lib/utils.js";
2
+ import { Icon } from '../../../components/icon/index.js';
3
+ import { CommandItem } from '../../../../scalars/components/fragments/command/index.js';
4
+ import { cn } from '../../../../scalars/lib/utils.js';
5
5
  const renderIcon = (IconComponent) => {
6
- if (typeof IconComponent === "string") {
7
- return (_jsx(Icon, { name: IconComponent, size: 16, className: cn("text-gray-700 dark:text-gray-400") }));
6
+ if (typeof IconComponent === 'string') {
7
+ return _jsx(Icon, { name: IconComponent, size: 16, className: cn('text-gray-700 dark:text-gray-400') });
8
8
  }
9
- return (IconComponent && (_jsx(IconComponent, { className: cn("size-4", "text-gray-700 dark:text-gray-400") })));
9
+ return IconComponent && _jsx(IconComponent, { className: cn('size-4', 'text-gray-700 dark:text-gray-400') });
10
10
  };
11
11
  export const CommandListItem = ({ options = [], selectedValues, multiple, selectionIcon, selectionIconPosition, hasAnyIcon, toggleOption, tabIndex, optionsClassName, }) => {
12
12
  return (_jsx(_Fragment, { children: options.map((opt) => {
13
13
  const isSelected = selectedValues.includes(opt.value);
14
- return (_jsxs(CommandItem, { tabIndex: tabIndex, value: opt.label, onSelect: () => !opt.disabled && toggleOption(opt.value), disabled: opt.disabled, className: cn("cursor-pointer", "data-[selected=true]:bg-gray-100 dark:data-[selected=true]:bg-gray-900", opt.disabled &&
15
- "!pointer-events-auto cursor-not-allowed hover:bg-transparent dark:hover:bg-transparent", optionsClassName, opt.className), role: "option", "aria-selected": isSelected, children: [selectionIcon === "auto" &&
16
- (multiple ? (_jsx("div", { className: cn("flex size-4 items-center justify-center rounded-md border", "border-gray-700 dark:border-gray-400", isSelected &&
17
- "bg-gray-900 text-slate-50 dark:bg-gray-400 dark:text-black"), children: isSelected && _jsx(Icon, { name: "Checkmark", size: 16 }) })) : (_jsx("div", { className: cn("relative size-4 rounded-full border", isSelected
18
- ? "border-gray-900 dark:border-gray-400"
19
- : "border-gray-800 dark:border-gray-400", "bg-transparent dark:bg-transparent"), children: isSelected && (_jsx("div", { className: "absolute left-1/2 top-1/2 size-2.5 -translate-x-1/2 -translate-y-1/2 rounded-full bg-gray-900 dark:bg-gray-400" })) }))), selectionIcon === "checkmark" &&
20
- !(selectionIconPosition === "right" && hasAnyIcon) && (_jsx("div", { className: "size-4", children: selectionIconPosition === "left" && isSelected && (_jsx(Icon, { name: "Checkmark", size: 16, className: "text-gray-900 dark:text-gray-50" })) })), renderIcon(opt.icon), _jsx("span", { className: cn("flex-1 truncate text-[14px] font-normal leading-4", "text-gray-700 dark:text-gray-500", opt.disabled && "text-gray-600 dark:text-gray-600"), children: opt.label }), selectionIcon === "checkmark" &&
21
- selectionIconPosition === "right" && (_jsx("div", { className: "size-4", children: isSelected && (_jsx(Icon, { name: "Checkmark", size: 16, className: "text-gray-900 dark:text-gray-50" })) }))] }, `favorite-${opt.value}`));
14
+ return (_jsxs(CommandItem, { tabIndex: tabIndex, value: opt.label, onSelect: () => {
15
+ if (!opt.disabled) {
16
+ toggleOption(opt.value);
17
+ }
18
+ }, disabled: opt.disabled, className: cn('cursor-pointer', 'data-[selected=true]:bg-gray-100 dark:data-[selected=true]:bg-gray-900', opt.disabled && '!pointer-events-auto cursor-not-allowed hover:bg-transparent dark:hover:bg-transparent', optionsClassName, opt.className), role: "option", "aria-selected": isSelected, children: [selectionIcon === 'auto' &&
19
+ (multiple ? (_jsx("div", { className: cn('flex size-4 items-center justify-center rounded-md border', 'border-gray-700 dark:border-gray-400', isSelected && 'bg-gray-900 text-slate-50 dark:bg-gray-400 dark:text-black'), children: isSelected && _jsx(Icon, { name: "Checkmark", size: 16 }) })) : (_jsx("div", { className: cn('relative size-4 rounded-full border', isSelected ? 'border-gray-900 dark:border-gray-400' : 'border-gray-800 dark:border-gray-400', 'bg-transparent dark:bg-transparent'), children: isSelected && (_jsx("div", { className: "absolute left-1/2 top-1/2 size-2.5 -translate-x-1/2 -translate-y-1/2 rounded-full bg-gray-900 dark:bg-gray-400" })) }))), selectionIcon === 'checkmark' && !(selectionIconPosition === 'right' && hasAnyIcon) && (_jsx("div", { className: "size-4", children: selectionIconPosition === 'left' && isSelected && (_jsx(Icon, { name: "Checkmark", size: 16, className: "text-gray-900 dark:text-gray-50" })) })), renderIcon(opt.icon), _jsx("span", { className: cn('flex-1 truncate text-[14px] font-normal leading-4', 'text-gray-700 dark:text-gray-500', opt.disabled && 'text-gray-600 dark:text-gray-600'), children: opt.label }), selectionIcon === 'checkmark' && selectionIconPosition === 'right' && (_jsx("div", { className: "size-4", children: isSelected && _jsx(Icon, { name: "Checkmark", size: 16, className: "text-gray-900 dark:text-gray-50" }) }))] }, `favorite-${opt.value}`));
22
20
  }) }));
23
21
  };
24
22
  //# sourceMappingURL=command-list-item.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"command-list-item.js","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/select/command-list-item.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"command-list-item.js","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/select/command-list-item.tsx"],"names":[],"mappings":"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"}
@@ -1,14 +1,13 @@
1
- import type React from "react";
2
- import type { SelectProps } from "./types.js";
1
+ import type { SelectProps } from './types.js';
3
2
  interface ContentProps {
4
3
  searchable?: boolean;
5
4
  commandListRef: React.RefObject<HTMLDivElement>;
6
5
  multiple?: boolean;
7
6
  selectedValues: string[];
8
- selectionIcon: "auto" | "checkmark";
9
- selectionIconPosition: "left" | "right";
10
- options: SelectProps["options"];
11
- favoriteOptions?: SelectProps["options"];
7
+ selectionIcon: 'auto' | 'checkmark';
8
+ selectionIconPosition: 'left' | 'right';
9
+ options: SelectProps['options'];
10
+ favoriteOptions?: SelectProps['options'];
12
11
  toggleAll: () => void;
13
12
  toggleOption: (value: string) => void;
14
13
  optionsClassName?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"content.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/select/content.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAW/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAE9C,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;IACtC,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA4I1C,CAAC"}
1
+ {"version":3,"file":"content.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/select/content.tsx"],"names":[],"mappings":"AAYA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAA;AAE7C,UAAU,YAAY;IACpB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,cAAc,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAA;IAC/C,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,cAAc,EAAE,MAAM,EAAE,CAAA;IACxB,aAAa,EAAE,MAAM,GAAG,WAAW,CAAA;IACnC,qBAAqB,EAAE,MAAM,GAAG,OAAO,CAAA;IACvC,OAAO,EAAE,WAAW,CAAC,SAAS,CAAC,CAAA;IAC/B,eAAe,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC,CAAA;IACxC,SAAS,EAAE,MAAM,IAAI,CAAA;IACrB,YAAY,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IACrC,gBAAgB,CAAC,EAAE,MAAM,CAAA;CAC1B;AAED,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAkH1C,CAAA"}
@@ -1,34 +1,24 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
- /* eslint-disable react/jsx-max-depth */
3
- import { Icon } from "../../../components/icon/index.js";
4
- import { useCommandState } from "cmdk";
5
- import { useEffect } from "react";
6
- import { CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, } from "../../../../scalars/components/fragments/command/index.js";
7
- import { cn } from "../../../../scalars/lib/utils.js";
8
- import { CommandListItem } from "./command-list-item.js";
2
+ import { Icon } from '../../../components/icon/index.js';
3
+ import { useCommandState } from 'cmdk';
4
+ import { useEffect } from 'react';
5
+ import { CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, } from '../../../../scalars/components/fragments/command/index.js';
6
+ import { cn } from '../../../../scalars/lib/utils.js';
7
+ import { CommandListItem } from './command-list-item.js';
9
8
  export const Content = ({ searchable, commandListRef, multiple, selectedValues, selectionIcon, selectionIconPosition, options = [], toggleAll, toggleOption, favoriteOptions = [], optionsClassName, }) => {
10
9
  const enabledOptions = options.filter((opt) => !opt.disabled);
11
10
  const hasAnyIcon = options.some((opt) => opt.icon);
12
11
  const cmdkSearch = useCommandState((state) => state.search);
13
12
  // scroll to top when search change
14
13
  useEffect(() => {
15
- commandListRef.current?.scrollTo({ top: 0, behavior: "instant" });
14
+ commandListRef.current?.scrollTo({ top: 0, behavior: 'instant' });
16
15
  }, [commandListRef, cmdkSearch]);
17
16
  return (_jsxs(_Fragment, { children: [searchable && (_jsx(CommandInput, { placeholder: "Search...", onKeyDown: (e) => {
18
- const isOptionsRelatedKey = [
19
- "ArrowUp",
20
- "ArrowDown",
21
- "Enter",
22
- ].includes(e.key);
17
+ const isOptionsRelatedKey = ['ArrowUp', 'ArrowDown', 'Enter'].includes(e.key);
23
18
  if (!(isOptionsRelatedKey && enabledOptions.length > 0)) {
24
19
  e.stopPropagation();
25
20
  }
26
- }, wrapperClassName: "rounded-t", className: "text-gray-900 dark:text-gray-50" })), _jsxs(CommandList, { ref: commandListRef, tabIndex: !searchable ? 0 : undefined, children: [_jsx(CommandEmpty, { className: "p-4 text-center text-[14px] font-normal leading-5 text-gray-700 dark:text-gray-400", children: "No results found." }), multiple && cmdkSearch === "" && (_jsx(CommandGroup, { className: "pb-0", children: _jsx(CommandItem, { value: "select-all", onSelect: toggleAll, disabled: false, className: cn("cursor-pointer", "data-[selected=true]:bg-gray-100 dark:data-[selected=true]:bg-gray-900"), role: "option", "aria-selected": selectedValues.length === enabledOptions.length, children: _jsxs("div", { className: "flex w-full items-center gap-2", children: [selectionIcon === "auto" && (_jsx("div", { className: cn("flex size-4 items-center justify-center rounded-md border", "border-gray-700 dark:border-gray-400", selectedValues.length === enabledOptions.length &&
27
- "bg-gray-900 text-slate-50 dark:bg-gray-400 dark:text-black"), children: selectedValues.length === enabledOptions.length && (_jsx(Icon, { name: "Checkmark", size: 16 })) })), selectionIcon === "checkmark" &&
28
- !(selectionIconPosition === "right" && hasAnyIcon) && (_jsx("div", { className: "size-4", children: selectionIconPosition === "left" &&
29
- selectedValues.length === enabledOptions.length && (_jsx(Icon, { name: "Checkmark", size: 16, className: "text-gray-900 dark:text-gray-50" })) })), _jsx("span", { className: "text-[14px] font-semibold leading-4 text-gray-900 dark:text-gray-50", children: selectedValues.length === enabledOptions.length
30
- ? "Deselect All"
31
- : "Select All" }), selectionIcon === "checkmark" &&
32
- selectionIconPosition === "right" && (_jsx("div", { className: "ml-auto size-4", children: selectedValues.length === enabledOptions.length && (_jsx(Icon, { name: "Checkmark", size: 16, className: "text-gray-900 dark:text-gray-50" })) }))] }) }) })), _jsxs(CommandGroup, { className: multiple && cmdkSearch === "" ? "pt-0" : undefined, children: [_jsx(CommandListItem, { options: favoriteOptions, selectedValues: selectedValues, multiple: multiple, selectionIcon: selectionIcon, selectionIconPosition: selectionIconPosition, hasAnyIcon: hasAnyIcon, toggleOption: toggleOption, tabIndex: !searchable ? 0 : undefined, optionsClassName: optionsClassName }), favoriteOptions.length > 0 && (_jsx("div", { className: "my-1 border-b border-gray-300 dark:border-gray-600" })), _jsx(CommandListItem, { options: options, selectedValues: selectedValues, multiple: multiple, selectionIcon: selectionIcon, selectionIconPosition: selectionIconPosition, hasAnyIcon: hasAnyIcon, toggleOption: toggleOption, tabIndex: !searchable ? 0 : undefined, optionsClassName: optionsClassName })] })] })] }));
21
+ }, wrapperClassName: "rounded-t", className: "text-gray-900 dark:text-gray-50" })), _jsxs(CommandList, { ref: commandListRef, tabIndex: !searchable ? 0 : undefined, children: [_jsx(CommandEmpty, { className: "p-4 text-center text-[14px] font-normal leading-5 text-gray-700 dark:text-gray-400", children: "No results found." }), multiple && cmdkSearch === '' && (_jsx(CommandGroup, { className: "pb-0", children: _jsx(CommandItem, { value: "select-all", onSelect: toggleAll, disabled: false, className: cn('cursor-pointer', 'data-[selected=true]:bg-gray-100 dark:data-[selected=true]:bg-gray-900'), role: "option", "aria-selected": selectedValues.length === enabledOptions.length, children: _jsxs("div", { className: "flex w-full items-center gap-2", children: [selectionIcon === 'auto' && (_jsx("div", { className: cn('flex size-4 items-center justify-center rounded-md border', 'border-gray-700 dark:border-gray-400', selectedValues.length === enabledOptions.length &&
22
+ 'bg-gray-900 text-slate-50 dark:bg-gray-400 dark:text-black'), children: selectedValues.length === enabledOptions.length && _jsx(Icon, { name: "Checkmark", size: 16 }) })), selectionIcon === 'checkmark' && !(selectionIconPosition === 'right' && hasAnyIcon) && (_jsx("div", { className: "size-4", children: selectionIconPosition === 'left' && selectedValues.length === enabledOptions.length && (_jsx(Icon, { name: "Checkmark", size: 16, className: "text-gray-900 dark:text-gray-50" })) })), _jsx("span", { className: "text-[14px] font-semibold leading-4 text-gray-900 dark:text-gray-50", children: selectedValues.length === enabledOptions.length ? 'Deselect All' : 'Select All' }), selectionIcon === 'checkmark' && selectionIconPosition === 'right' && (_jsx("div", { className: "ml-auto size-4", children: selectedValues.length === enabledOptions.length && (_jsx(Icon, { name: "Checkmark", size: 16, className: "text-gray-900 dark:text-gray-50" })) }))] }) }) })), _jsxs(CommandGroup, { className: multiple && cmdkSearch === '' ? 'pt-0' : undefined, children: [_jsx(CommandListItem, { options: favoriteOptions, selectedValues: selectedValues, multiple: multiple, selectionIcon: selectionIcon, selectionIconPosition: selectionIconPosition, hasAnyIcon: hasAnyIcon, toggleOption: toggleOption, tabIndex: !searchable ? 0 : undefined, optionsClassName: optionsClassName }), favoriteOptions.length > 0 && _jsx("div", { className: "my-1 border-b border-gray-300 dark:border-gray-600" }), _jsx(CommandListItem, { options: options, selectedValues: selectedValues, multiple: multiple, selectionIcon: selectionIcon, selectionIconPosition: selectionIconPosition, hasAnyIcon: hasAnyIcon, toggleOption: toggleOption, tabIndex: !searchable ? 0 : undefined, optionsClassName: optionsClassName })] })] })] }));
33
23
  };
34
24
  //# sourceMappingURL=content.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"content.js","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/select/content.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"content.js","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/select/content.tsx"],"names":[],"mappings":"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"}
@@ -1,3 +1,3 @@
1
- export { Select } from "./select.js";
2
- export type { SelectBaseProps, SelectOption, SelectProps } from "./types.js";
1
+ export { Select } from './select.js';
2
+ export type { SelectBaseProps, SelectOption, SelectProps } from './types.js';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/select/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,YAAY,EAAE,eAAe,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/select/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AACpC,YAAY,EAAE,eAAe,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,YAAY,CAAA"}
@@ -1,2 +1,2 @@
1
- export { Select } from "./select.js";
1
+ export { Select } from './select.js';
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/select/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/select/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA"}
@@ -1,8 +1,8 @@
1
- import type { SelectProps, SelectWithDifference } from "./types.js";
1
+ import type { SelectProps, SelectWithDifference } from './types.js';
2
2
  interface SelectDiffProps extends SelectWithDifference {
3
3
  value: string;
4
- label: SelectProps["label"];
5
- required: SelectProps["required"];
4
+ label: SelectProps['label'];
5
+ required: SelectProps['required'];
6
6
  }
7
7
  declare const SelectDiff: ({ value, label, required, viewMode, diffMode, baseValue, }: SelectDiffProps) => import("react/jsx-runtime").JSX.Element;
8
8
  export { SelectDiff };
@@ -1 +1 @@
1
- {"version":3,"file":"select-diff.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/select/select-diff.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,oBAAoB,EAAE,MAAM,YAAY,CAAC;AAEpE,UAAU,eAAgB,SAAQ,oBAAoB;IACpD,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAC5B,QAAQ,EAAE,WAAW,CAAC,UAAU,CAAC,CAAC;CACnC;AAED,QAAA,MAAM,UAAU,GAAI,4DAOjB,eAAe,4CAgBjB,CAAC;AAEF,OAAO,EAAE,UAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"select-diff.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/select/select-diff.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,oBAAoB,EAAE,MAAM,YAAY,CAAA;AAEnE,UAAU,eAAgB,SAAQ,oBAAoB;IACpD,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;IAC3B,QAAQ,EAAE,WAAW,CAAC,UAAU,CAAC,CAAA;CAClC;AAED,QAAA,MAAM,UAAU,GAAI,4DAOjB,eAAe,4CAWjB,CAAA;AAED,OAAO,EAAE,UAAU,EAAE,CAAA"}
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { FormGroup, FormLabel } from "../../../../scalars/components/fragments/index.js";
3
- import { SplittedInputDiff } from "../input/splitted-input-diff.js";
4
- const SelectDiff = ({ value = "", label, required, viewMode, diffMode = "sentences", baseValue = "", }) => {
2
+ import { FormGroup, FormLabel } from '../../../../scalars/components/fragments/index.js';
3
+ import { SplittedInputDiff } from '../input/splitted-input-diff.js';
4
+ const SelectDiff = ({ value = '', label, required, viewMode, diffMode = 'sentences', baseValue = '', }) => {
5
5
  return (_jsxs(FormGroup, { children: [label && (_jsx(FormLabel, { disabled: true, required: required, children: label })), _jsx(SplittedInputDiff, { baseValue: baseValue, value: value, viewMode: viewMode, diffMode: diffMode })] }));
6
6
  };
7
7
  export { SelectDiff };
@@ -1 +1 @@
1
- {"version":3,"file":"select-diff.js","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/select/select-diff.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,mDAAmD,CAAC;AACzF,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AASpE,MAAM,UAAU,GAAG,CAAC,EAClB,KAAK,GAAG,EAAE,EACV,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,QAAQ,GAAG,WAAW,EACtB,SAAS,GAAG,EAAE,GACE,EAAE,EAAE;IACpB,OAAO,CACL,MAAC,SAAS,eACP,KAAK,IAAI,CACR,KAAC,SAAS,IAAC,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,YAC1C,KAAK,GACI,CACb,EACD,KAAC,iBAAiB,IAChB,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,GAClB,IACQ,CACb,CAAC;AACJ,CAAC,CAAC;AAEF,OAAO,EAAE,UAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"select-diff.js","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/select/select-diff.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,mDAAmD,CAAA;AACxF,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;AASnE,MAAM,UAAU,GAAG,CAAC,EAClB,KAAK,GAAG,EAAE,EACV,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,QAAQ,GAAG,WAAW,EACtB,SAAS,GAAG,EAAE,GACE,EAAE,EAAE;IACpB,OAAO,CACL,MAAC,SAAS,eACP,KAAK,IAAI,CACR,KAAC,SAAS,IAAC,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,YAC1C,KAAK,GACI,CACb,EACD,KAAC,iBAAiB,IAAC,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,GAAI,IACvF,CACb,CAAA;AACH,CAAC,CAAA;AAED,OAAO,EAAE,UAAU,EAAE,CAAA"}
@@ -1,5 +1,5 @@
1
- import React from "react";
2
- import type { SelectProps } from "./types.js";
1
+ import React from 'react';
2
+ import type { SelectProps } from './types.js';
3
3
  declare const Select: React.ForwardRefExoticComponent<SelectProps & React.RefAttributes<HTMLButtonElement>>;
4
4
  export { Select };
5
5
  //# sourceMappingURL=select.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/select/select.tsx"],"names":[],"mappings":"AAOA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAYlD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAe9C,QAAA,MAAM,MAAM,uFA8MX,CAAC;AAIF,OAAO,EAAE,MAAM,EAAE,CAAC"}
1
+ {"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/select/select.tsx"],"names":[],"mappings":"AAKA,OAAO,KAA6B,MAAM,OAAO,CAAA;AAQjD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAA;AAe7C,QAAA,MAAM,MAAM,uFAgMX,CAAA;AAID,OAAO,EAAE,MAAM,EAAE,CAAA"}