@aragon/gov-ui-kit 0.0.0-20250408144901

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 (437) hide show
  1. package/CHANGELOG.md +1129 -0
  2. package/LICENSE +674 -0
  3. package/README.md +54 -0
  4. package/build.css +5 -0
  5. package/dist/index.es.js +2 -0
  6. package/dist/index.es.js.map +1 -0
  7. package/dist/types/.storybook/components/docsPage/docsPage.d.ts +1 -0
  8. package/dist/types/.storybook/components/docsPage/index.d.ts +1 -0
  9. package/dist/types/.storybook/components/index.d.ts +2 -0
  10. package/dist/types/.storybook/components/styleBlock/index.d.ts +1 -0
  11. package/dist/types/.storybook/components/styleBlock/styleBlock.d.ts +15 -0
  12. package/dist/types/.storybook/main.d.ts +3 -0
  13. package/dist/types/.storybook/manager.d.ts +1 -0
  14. package/dist/types/.storybook/preview.d.ts +5 -0
  15. package/dist/types/.storybook/theme.d.ts +2 -0
  16. package/dist/types/src/core/assets/copy/coreCopy.d.ts +31 -0
  17. package/dist/types/src/core/assets/copy/index.d.ts +1 -0
  18. package/dist/types/src/core/assets/index.d.ts +1 -0
  19. package/dist/types/src/core/components/accordion/accordionContainer/accordionContainer.d.ts +22 -0
  20. package/dist/types/src/core/components/accordion/accordionContainer/index.d.ts +1 -0
  21. package/dist/types/src/core/components/accordion/accordionItem/accordionItem.d.ts +12 -0
  22. package/dist/types/src/core/components/accordion/accordionItem/index.d.ts +1 -0
  23. package/dist/types/src/core/components/accordion/accordionItemContent/accordionItemContent.d.ts +8 -0
  24. package/dist/types/src/core/components/accordion/accordionItemContent/index.d.ts +1 -0
  25. package/dist/types/src/core/components/accordion/accordionItemHeader/accordionItemHeader.d.ts +4 -0
  26. package/dist/types/src/core/components/accordion/accordionItemHeader/index.d.ts +1 -0
  27. package/dist/types/src/core/components/accordion/index.d.ts +10 -0
  28. package/dist/types/src/core/components/alerts/alertCard/alertCard.d.ts +15 -0
  29. package/dist/types/src/core/components/alerts/alertCard/index.d.ts +1 -0
  30. package/dist/types/src/core/components/alerts/alertInline/alertInline.d.ts +15 -0
  31. package/dist/types/src/core/components/alerts/alertInline/index.d.ts +1 -0
  32. package/dist/types/src/core/components/alerts/alertUtils.d.ts +3 -0
  33. package/dist/types/src/core/components/alerts/index.d.ts +3 -0
  34. package/dist/types/src/core/components/avatars/avatar/avatar.d.ts +20 -0
  35. package/dist/types/src/core/components/avatars/avatar/index.d.ts +1 -0
  36. package/dist/types/src/core/components/avatars/avatarBase/avatarBase.d.ts +4 -0
  37. package/dist/types/src/core/components/avatars/avatarBase/index.d.ts +1 -0
  38. package/dist/types/src/core/components/avatars/avatarIcon/avatarIcon.d.ts +31 -0
  39. package/dist/types/src/core/components/avatars/avatarIcon/index.d.ts +1 -0
  40. package/dist/types/src/core/components/avatars/index.d.ts +3 -0
  41. package/dist/types/src/core/components/breadcrumbs/breadcrumbs.d.ts +25 -0
  42. package/dist/types/src/core/components/breadcrumbs/index.d.ts +1 -0
  43. package/dist/types/src/core/components/button/button.api.d.ts +42 -0
  44. package/dist/types/src/core/components/button/button.d.ts +2 -0
  45. package/dist/types/src/core/components/button/index.d.ts +2 -0
  46. package/dist/types/src/core/components/cards/card/card.d.ts +4 -0
  47. package/dist/types/src/core/components/cards/card/index.d.ts +1 -0
  48. package/dist/types/src/core/components/cards/cardCollapsible/cardCollapsible.d.ts +8 -0
  49. package/dist/types/src/core/components/cards/cardCollapsible/index.d.ts +1 -0
  50. package/dist/types/src/core/components/cards/cardEmptyState/cardEmptyState.d.ts +2 -0
  51. package/dist/types/src/core/components/cards/cardEmptyState/index.d.ts +1 -0
  52. package/dist/types/src/core/components/cards/cardSummary/cardSummary.api.d.ts +39 -0
  53. package/dist/types/src/core/components/cards/cardSummary/cardSummary.d.ts +2 -0
  54. package/dist/types/src/core/components/cards/cardSummary/index.d.ts +2 -0
  55. package/dist/types/src/core/components/cards/index.d.ts +4 -0
  56. package/dist/types/src/core/components/collapsible/collapsible.api.d.ts +40 -0
  57. package/dist/types/src/core/components/collapsible/collapsible.d.ts +2 -0
  58. package/dist/types/src/core/components/collapsible/index.d.ts +2 -0
  59. package/dist/types/src/core/components/dataList/dataListContainer/dataListContainer.d.ts +28 -0
  60. package/dist/types/src/core/components/dataList/dataListContainer/dataListContainerSkeletonLoader.d.ts +3 -0
  61. package/dist/types/src/core/components/dataList/dataListContainer/index.d.ts +1 -0
  62. package/dist/types/src/core/components/dataList/dataListContext/dataListContext.d.ts +22 -0
  63. package/dist/types/src/core/components/dataList/dataListContext/index.d.ts +1 -0
  64. package/dist/types/src/core/components/dataList/dataListFilter/dataListFilter.d.ts +50 -0
  65. package/dist/types/src/core/components/dataList/dataListFilter/dataListFilterSort.d.ts +12 -0
  66. package/dist/types/src/core/components/dataList/dataListFilter/dataListFilterStatus.d.ts +7 -0
  67. package/dist/types/src/core/components/dataList/dataListFilter/index.d.ts +1 -0
  68. package/dist/types/src/core/components/dataList/dataListItem/dataListItem.d.ts +3 -0
  69. package/dist/types/src/core/components/dataList/dataListItem/index.d.ts +1 -0
  70. package/dist/types/src/core/components/dataList/dataListPagination/dataListPagination.d.ts +4 -0
  71. package/dist/types/src/core/components/dataList/dataListPagination/index.d.ts +1 -0
  72. package/dist/types/src/core/components/dataList/dataListRoot/dataListRoot.d.ts +36 -0
  73. package/dist/types/src/core/components/dataList/dataListRoot/index.d.ts +1 -0
  74. package/dist/types/src/core/components/dataList/dataListTestUtils.d.ts +6 -0
  75. package/dist/types/src/core/components/dataList/index.d.ts +12 -0
  76. package/dist/types/src/core/components/definitionList/definitionListContainer/definitionListContainer.d.ts +4 -0
  77. package/dist/types/src/core/components/definitionList/definitionListContainer/index.d.ts +1 -0
  78. package/dist/types/src/core/components/definitionList/definitionListItem/definitionListItem.d.ts +8 -0
  79. package/dist/types/src/core/components/definitionList/definitionListItem/index.d.ts +1 -0
  80. package/dist/types/src/core/components/definitionList/index.d.ts +6 -0
  81. package/dist/types/src/core/components/dialogs/dialog/dialogContent/dialogContent.d.ts +14 -0
  82. package/dist/types/src/core/components/dialogs/dialog/dialogContent/index.d.ts +1 -0
  83. package/dist/types/src/core/components/dialogs/dialog/dialogFooter/dialogFooter.d.ts +28 -0
  84. package/dist/types/src/core/components/dialogs/dialog/dialogFooter/index.d.ts +1 -0
  85. package/dist/types/src/core/components/dialogs/dialog/dialogHeader/dialogHeader.d.ts +12 -0
  86. package/dist/types/src/core/components/dialogs/dialog/dialogHeader/index.d.ts +1 -0
  87. package/dist/types/src/core/components/dialogs/dialog/dialogRoot/dialogRoot.api.d.ts +69 -0
  88. package/dist/types/src/core/components/dialogs/dialog/dialogRoot/dialogRoot.d.ts +2 -0
  89. package/dist/types/src/core/components/dialogs/dialog/dialogRoot/dialogRootHiddenElement.d.ts +11 -0
  90. package/dist/types/src/core/components/dialogs/dialog/dialogRoot/index.d.ts +2 -0
  91. package/dist/types/src/core/components/dialogs/dialog/dialogStoryComponent.d.ts +1 -0
  92. package/dist/types/src/core/components/dialogs/dialog/index.d.ts +10 -0
  93. package/dist/types/src/core/components/dialogs/dialogAlert/dialogAlertContent/dialogAlertContent.d.ts +10 -0
  94. package/dist/types/src/core/components/dialogs/dialogAlert/dialogAlertContent/index.d.ts +1 -0
  95. package/dist/types/src/core/components/dialogs/dialogAlert/dialogAlertContext/dialogAlertContext.d.ts +5 -0
  96. package/dist/types/src/core/components/dialogs/dialogAlert/dialogAlertContext/index.d.ts +1 -0
  97. package/dist/types/src/core/components/dialogs/dialogAlert/dialogAlertFooter/dialogAlertFooter.d.ts +19 -0
  98. package/dist/types/src/core/components/dialogs/dialogAlert/dialogAlertFooter/index.d.ts +1 -0
  99. package/dist/types/src/core/components/dialogs/dialogAlert/dialogAlertHeader/dialogAlertHeader.d.ts +8 -0
  100. package/dist/types/src/core/components/dialogs/dialogAlert/dialogAlertHeader/index.d.ts +1 -0
  101. package/dist/types/src/core/components/dialogs/dialogAlert/dialogAlertRoot/dialogAlertRoot.api.d.ts +55 -0
  102. package/dist/types/src/core/components/dialogs/dialogAlert/dialogAlertRoot/dialogAlertRoot.d.ts +2 -0
  103. package/dist/types/src/core/components/dialogs/dialogAlert/dialogAlertRoot/dialogAlertRootHiddenElement.d.ts +11 -0
  104. package/dist/types/src/core/components/dialogs/dialogAlert/dialogAlertRoot/index.d.ts +2 -0
  105. package/dist/types/src/core/components/dialogs/dialogAlert/dialogAlertStoryComponent.d.ts +2 -0
  106. package/dist/types/src/core/components/dialogs/dialogAlert/index.d.ts +10 -0
  107. package/dist/types/src/core/components/dialogs/dialogUtils.d.ts +29 -0
  108. package/dist/types/src/core/components/dialogs/index.d.ts +2 -0
  109. package/dist/types/src/core/components/documentParser/documentParser.d.ts +8 -0
  110. package/dist/types/src/core/components/documentParser/index.d.ts +1 -0
  111. package/dist/types/src/core/components/dropdown/dropdownContainer/dropdownContainer.d.ts +63 -0
  112. package/dist/types/src/core/components/dropdown/dropdownContainer/index.d.ts +1 -0
  113. package/dist/types/src/core/components/dropdown/dropdownItem/dropdownItem.d.ts +39 -0
  114. package/dist/types/src/core/components/dropdown/dropdownItem/index.d.ts +1 -0
  115. package/dist/types/src/core/components/dropdown/index.d.ts +6 -0
  116. package/dist/types/src/core/components/forms/checkbox/checkbox.d.ts +30 -0
  117. package/dist/types/src/core/components/forms/checkbox/index.d.ts +1 -0
  118. package/dist/types/src/core/components/forms/checkboxCard/checkboxCard.d.ts +42 -0
  119. package/dist/types/src/core/components/forms/checkboxCard/index.d.ts +1 -0
  120. package/dist/types/src/core/components/forms/checkboxGroup/checkboxGroup.d.ts +13 -0
  121. package/dist/types/src/core/components/forms/checkboxGroup/index.d.ts +1 -0
  122. package/dist/types/src/core/components/forms/hooks/index.d.ts +2 -0
  123. package/dist/types/src/core/components/forms/hooks/useInputProps.d.ts +18 -0
  124. package/dist/types/src/core/components/forms/hooks/useNumberMask.d.ts +20 -0
  125. package/dist/types/src/core/components/forms/index.d.ts +18 -0
  126. package/dist/types/src/core/components/forms/inputContainer/index.d.ts +2 -0
  127. package/dist/types/src/core/components/forms/inputContainer/inputContainer.api.d.ts +78 -0
  128. package/dist/types/src/core/components/forms/inputContainer/inputContainer.d.ts +8 -0
  129. package/dist/types/src/core/components/forms/inputDate/index.d.ts +1 -0
  130. package/dist/types/src/core/components/forms/inputDate/inputDate.d.ts +4 -0
  131. package/dist/types/src/core/components/forms/inputFileAvatar/index.d.ts +2 -0
  132. package/dist/types/src/core/components/forms/inputFileAvatar/inputFileAvatar.api.d.ts +62 -0
  133. package/dist/types/src/core/components/forms/inputFileAvatar/inputFileAvatar.d.ts +2 -0
  134. package/dist/types/src/core/components/forms/inputNumber/index.d.ts +1 -0
  135. package/dist/types/src/core/components/forms/inputNumber/inputNumber.d.ts +33 -0
  136. package/dist/types/src/core/components/forms/inputNumberMax/index.d.ts +1 -0
  137. package/dist/types/src/core/components/forms/inputNumberMax/inputNumberMax.d.ts +13 -0
  138. package/dist/types/src/core/components/forms/inputSearch/index.d.ts +1 -0
  139. package/dist/types/src/core/components/forms/inputSearch/inputSearch.d.ts +8 -0
  140. package/dist/types/src/core/components/forms/inputText/index.d.ts +2 -0
  141. package/dist/types/src/core/components/forms/inputText/inputText.api.d.ts +12 -0
  142. package/dist/types/src/core/components/forms/inputText/inputText.d.ts +2 -0
  143. package/dist/types/src/core/components/forms/inputTime/index.d.ts +1 -0
  144. package/dist/types/src/core/components/forms/inputTime/inputTime.d.ts +4 -0
  145. package/dist/types/src/core/components/forms/radio/index.d.ts +1 -0
  146. package/dist/types/src/core/components/forms/radio/radio.d.ts +21 -0
  147. package/dist/types/src/core/components/forms/radioCard/index.d.ts +1 -0
  148. package/dist/types/src/core/components/forms/radioCard/radioCard.d.ts +33 -0
  149. package/dist/types/src/core/components/forms/radioGroup/index.d.ts +1 -0
  150. package/dist/types/src/core/components/forms/radioGroup/radioGroup.d.ts +33 -0
  151. package/dist/types/src/core/components/forms/switch/index.d.ts +1 -0
  152. package/dist/types/src/core/components/forms/switch/switch.d.ts +39 -0
  153. package/dist/types/src/core/components/forms/textArea/index.d.ts +1 -0
  154. package/dist/types/src/core/components/forms/textArea/textArea.d.ts +4 -0
  155. package/dist/types/src/core/components/forms/textAreaRichText/index.d.ts +1 -0
  156. package/dist/types/src/core/components/forms/textAreaRichText/textAreaRichText.d.ts +24 -0
  157. package/dist/types/src/core/components/forms/textAreaRichText/textAreaRichTextActions.d.ts +31 -0
  158. package/dist/types/src/core/components/gukCoreProvider/gukCoreProvider.d.ts +30 -0
  159. package/dist/types/src/core/components/gukCoreProvider/index.d.ts +1 -0
  160. package/dist/types/src/core/components/heading/heading.d.ts +15 -0
  161. package/dist/types/src/core/components/heading/index.d.ts +1 -0
  162. package/dist/types/src/core/components/icon/icon.d.ts +20 -0
  163. package/dist/types/src/core/components/icon/iconList.d.ts +5 -0
  164. package/dist/types/src/core/components/icon/iconType.d.ts +65 -0
  165. package/dist/types/src/core/components/icon/index.d.ts +2 -0
  166. package/dist/types/src/core/components/illustrations/illustrationHuman/illustrationHuman.d.ts +35 -0
  167. package/dist/types/src/core/components/illustrations/illustrationHuman/illustrationHumanList.d.ts +9 -0
  168. package/dist/types/src/core/components/illustrations/illustrationHuman/illustrationHumanType.d.ts +5 -0
  169. package/dist/types/src/core/components/illustrations/illustrationHuman/index.d.ts +2 -0
  170. package/dist/types/src/core/components/illustrations/illustrationObject/illustrationObject.d.ts +9 -0
  171. package/dist/types/src/core/components/illustrations/illustrationObject/illustrationObjectList.d.ts +5 -0
  172. package/dist/types/src/core/components/illustrations/illustrationObject/illustrationObjectType.d.ts +1 -0
  173. package/dist/types/src/core/components/illustrations/illustrationObject/index.d.ts +2 -0
  174. package/dist/types/src/core/components/illustrations/index.d.ts +2 -0
  175. package/dist/types/src/core/components/index.d.ts +26 -0
  176. package/dist/types/src/core/components/link/index.d.ts +2 -0
  177. package/dist/types/src/core/components/link/link/index.d.ts +2 -0
  178. package/dist/types/src/core/components/link/link/link.api.d.ts +26 -0
  179. package/dist/types/src/core/components/link/link/link.d.ts +3 -0
  180. package/dist/types/src/core/components/link/linkBase/index.d.ts +1 -0
  181. package/dist/types/src/core/components/link/linkBase/linkBase.d.ts +4 -0
  182. package/dist/types/src/core/components/progress/index.d.ts +2 -0
  183. package/dist/types/src/core/components/progress/progress.api.d.ts +28 -0
  184. package/dist/types/src/core/components/progress/progress.d.ts +2 -0
  185. package/dist/types/src/core/components/rerender/index.d.ts +1 -0
  186. package/dist/types/src/core/components/rerender/rerender.d.ts +20 -0
  187. package/dist/types/src/core/components/spinner/index.d.ts +1 -0
  188. package/dist/types/src/core/components/spinner/spinner.d.ts +29 -0
  189. package/dist/types/src/core/components/states/emptyState/emptyState.api.d.ts +50 -0
  190. package/dist/types/src/core/components/states/emptyState/emptyState.d.ts +2 -0
  191. package/dist/types/src/core/components/states/emptyState/index.d.ts +2 -0
  192. package/dist/types/src/core/components/states/index.d.ts +4 -0
  193. package/dist/types/src/core/components/states/statePingAnimation/index.d.ts +1 -0
  194. package/dist/types/src/core/components/states/statePingAnimation/statePingAnimation.d.ts +11 -0
  195. package/dist/types/src/core/components/states/stateSkeletonBar/index.d.ts +1 -0
  196. package/dist/types/src/core/components/states/stateSkeletonBar/stateSkeletonBar.d.ts +27 -0
  197. package/dist/types/src/core/components/states/stateSkeletonCircular/index.d.ts +1 -0
  198. package/dist/types/src/core/components/states/stateSkeletonCircular/stateSkeletonCircular.d.ts +15 -0
  199. package/dist/types/src/core/components/tabs/index.d.ts +10 -0
  200. package/dist/types/src/core/components/tabs/tabsContent/index.d.ts +1 -0
  201. package/dist/types/src/core/components/tabs/tabsContent/tabsContent.d.ts +12 -0
  202. package/dist/types/src/core/components/tabs/tabsList/index.d.ts +1 -0
  203. package/dist/types/src/core/components/tabs/tabsList/tabsList.d.ts +4 -0
  204. package/dist/types/src/core/components/tabs/tabsRoot/index.d.ts +1 -0
  205. package/dist/types/src/core/components/tabs/tabsRoot/tabsRoot.d.ts +28 -0
  206. package/dist/types/src/core/components/tabs/tabsTrigger/index.d.ts +1 -0
  207. package/dist/types/src/core/components/tabs/tabsTrigger/tabsTrigger.d.ts +17 -0
  208. package/dist/types/src/core/components/tag/index.d.ts +1 -0
  209. package/dist/types/src/core/components/tag/tag.d.ts +17 -0
  210. package/dist/types/src/core/components/toggles/index.d.ts +2 -0
  211. package/dist/types/src/core/components/toggles/toggle/index.d.ts +1 -0
  212. package/dist/types/src/core/components/toggles/toggle/toggle.d.ts +17 -0
  213. package/dist/types/src/core/components/toggles/toggleGroup/index.d.ts +1 -0
  214. package/dist/types/src/core/components/toggles/toggleGroup/toggleGroup.d.ts +27 -0
  215. package/dist/types/src/core/components/tooltip/index.d.ts +1 -0
  216. package/dist/types/src/core/components/tooltip/tooltip.d.ts +44 -0
  217. package/dist/types/src/core/hooks/index.d.ts +2 -0
  218. package/dist/types/src/core/hooks/useDebouncedValue/index.d.ts +1 -0
  219. package/dist/types/src/core/hooks/useDebouncedValue/useDebouncedValue.d.ts +18 -0
  220. package/dist/types/src/core/hooks/useRandomId/index.d.ts +1 -0
  221. package/dist/types/src/core/hooks/useRandomId/useRandomId.d.ts +1 -0
  222. package/dist/types/src/core/index.d.ts +5 -0
  223. package/dist/types/src/core/test/globalSetup.d.ts +2 -0
  224. package/dist/types/src/core/test/index.d.ts +1 -0
  225. package/dist/types/src/core/test/setup.d.ts +1 -0
  226. package/dist/types/src/core/test/utils/createRangeMock.d.ts +1 -0
  227. package/dist/types/src/core/test/utils/index.d.ts +2 -0
  228. package/dist/types/src/core/test/utils/testLogger.d.ts +11 -0
  229. package/dist/types/src/core/types/index.d.ts +1 -0
  230. package/dist/types/src/core/types/responsive.d.ts +33 -0
  231. package/dist/types/src/core/utils/clipboardUtils/clipboardUtils.d.ts +12 -0
  232. package/dist/types/src/core/utils/clipboardUtils/index.d.ts +1 -0
  233. package/dist/types/src/core/utils/formatterUtils/formatterUtils.d.ts +32 -0
  234. package/dist/types/src/core/utils/formatterUtils/formatterUtilsDefinitions.d.ts +82 -0
  235. package/dist/types/src/core/utils/formatterUtils/index.d.ts +2 -0
  236. package/dist/types/src/core/utils/index.d.ts +6 -0
  237. package/dist/types/src/core/utils/invariant/index.d.ts +1 -0
  238. package/dist/types/src/core/utils/invariant/invariant.d.ts +2 -0
  239. package/dist/types/src/core/utils/mergeRefs/index.d.ts +1 -0
  240. package/dist/types/src/core/utils/mergeRefs/mergeRefs.d.ts +5 -0
  241. package/dist/types/src/core/utils/responsiveUtils/index.d.ts +1 -0
  242. package/dist/types/src/core/utils/responsiveUtils/responsiveUtils.d.ts +6 -0
  243. package/dist/types/src/core/utils/ssrUtils/index.d.ts +1 -0
  244. package/dist/types/src/core/utils/ssrUtils/ssrUtils.d.ts +8 -0
  245. package/dist/types/src/index.d.ts +2 -0
  246. package/dist/types/src/modules/assets/copy/index.d.ts +1 -0
  247. package/dist/types/src/modules/assets/copy/modulesCopy.d.ts +176 -0
  248. package/dist/types/src/modules/assets/index.d.ts +1 -0
  249. package/dist/types/src/modules/components/address/addressInput/addressInput.d.ts +29 -0
  250. package/dist/types/src/modules/components/address/addressInput/index.d.ts +1 -0
  251. package/dist/types/src/modules/components/address/index.d.ts +1 -0
  252. package/dist/types/src/modules/components/asset/assetDataListItem/assetDataListItemSkeleton/assetDataListItemSkeleton.d.ts +4 -0
  253. package/dist/types/src/modules/components/asset/assetDataListItem/assetDataListItemSkeleton/index.d.ts +1 -0
  254. package/dist/types/src/modules/components/asset/assetDataListItem/assetDataListItemStructure/assetDataListItemStructure.d.ts +29 -0
  255. package/dist/types/src/modules/components/asset/assetDataListItem/assetDataListItemStructure/index.d.ts +1 -0
  256. package/dist/types/src/modules/components/asset/assetDataListItem/index.d.ts +6 -0
  257. package/dist/types/src/modules/components/asset/assetTransfer/assetTransfer.d.ts +36 -0
  258. package/dist/types/src/modules/components/asset/assetTransfer/assetTransferAddress/assetTransferAddress.d.ts +17 -0
  259. package/dist/types/src/modules/components/asset/assetTransfer/assetTransferAddress/index.d.ts +1 -0
  260. package/dist/types/src/modules/components/asset/assetTransfer/index.d.ts +1 -0
  261. package/dist/types/src/modules/components/asset/index.d.ts +2 -0
  262. package/dist/types/src/modules/components/dao/daoAvatar/daoAvatar.d.ts +14 -0
  263. package/dist/types/src/modules/components/dao/daoAvatar/index.d.ts +1 -0
  264. package/dist/types/src/modules/components/dao/daoDataListItem/daoDataListItemSkeleton/daoDataListItemSkeleton.d.ts +4 -0
  265. package/dist/types/src/modules/components/dao/daoDataListItem/daoDataListItemSkeleton/index.d.ts +1 -0
  266. package/dist/types/src/modules/components/dao/daoDataListItem/daoDataListItemStructure/daoDataListItemStructure.d.ts +33 -0
  267. package/dist/types/src/modules/components/dao/daoDataListItem/daoDataListItemStructure/index.d.ts +1 -0
  268. package/dist/types/src/modules/components/dao/daoDataListItem/index.d.ts +6 -0
  269. package/dist/types/src/modules/components/dao/index.d.ts +2 -0
  270. package/dist/types/src/modules/components/gukModulesProvider/gukModulesProvider.d.ts +44 -0
  271. package/dist/types/src/modules/components/gukModulesProvider/index.d.ts +1 -0
  272. package/dist/types/src/modules/components/index.d.ts +9 -0
  273. package/dist/types/src/modules/components/member/index.d.ts +2 -0
  274. package/dist/types/src/modules/components/member/memberAvatar/index.d.ts +1 -0
  275. package/dist/types/src/modules/components/member/memberAvatar/memberAvatar.d.ts +18 -0
  276. package/dist/types/src/modules/components/member/memberDataListItem/index.d.ts +6 -0
  277. package/dist/types/src/modules/components/member/memberDataListItem/memberDataListItemSkeleton/index.d.ts +1 -0
  278. package/dist/types/src/modules/components/member/memberDataListItem/memberDataListItemSkeleton/memberDataListItemSkeleton.d.ts +3 -0
  279. package/dist/types/src/modules/components/member/memberDataListItem/memberDataListItemStructure/index.d.ts +1 -0
  280. package/dist/types/src/modules/components/member/memberDataListItem/memberDataListItemStructure/memberDataListItemStructure.d.ts +36 -0
  281. package/dist/types/src/modules/components/proposal/index.d.ts +4 -0
  282. package/dist/types/src/modules/components/proposal/proposalActions/index.d.ts +12 -0
  283. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsContainer/index.d.ts +1 -0
  284. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsContainer/proposalActionsContainer.d.ts +8 -0
  285. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsContext/index.d.ts +1 -0
  286. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsContext/proposalActionsContext.d.ts +21 -0
  287. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsDecoder/index.d.ts +2 -0
  288. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsDecoder/proposalActionsDecoder.api.d.ts +36 -0
  289. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsDecoder/proposalActionsDecoder.d.ts +2 -0
  290. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsDecoder/proposalActionsDecoderField/index.d.ts +1 -0
  291. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsDecoder/proposalActionsDecoderField/proposalActionsDecoderField.d.ts +21 -0
  292. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsDecoder/proposalActionsDecoderTextField/index.d.ts +2 -0
  293. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsDecoder/proposalActionsDecoderTextField/proposalActionsDecoderTextField.api.d.ts +30 -0
  294. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsDecoder/proposalActionsDecoderTextField/proposalActionsDecoderTextField.d.ts +2 -0
  295. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsDecoder/proposalActionsDecoderTextField/proposalActionsDecoderTextFieldEdit.d.ts +4 -0
  296. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsDecoder/proposalActionsDecoderTextField/proposalActionsDecoderTextFieldWatch.d.ts +4 -0
  297. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsDecoder/proposalActionsDecoderUtils.d.ts +45 -0
  298. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsDefinitions.d.ts +89 -0
  299. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsFooter/index.d.ts +1 -0
  300. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsFooter/proposalActionsFooter.d.ts +8 -0
  301. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsItem/index.d.ts +2 -0
  302. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsItem/proposalActionsItem.api.d.ts +52 -0
  303. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsItem/proposalActionsItem.d.ts +8 -0
  304. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsItem/proposalActionsItemBasicView.d.ts +8 -0
  305. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsItem/proposalActionsItemUtils.d.ts +12 -0
  306. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsList/index.d.ts +5 -0
  307. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsList/proposalActionChangeMembers/index.d.ts +3 -0
  308. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsList/proposalActionChangeMembers/proposalActionChangeMembers.api.d.ts +18 -0
  309. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsList/proposalActionChangeMembers/proposalActionChangeMembers.d.ts +2 -0
  310. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsList/proposalActionChangeMembers/proposalActionChangeMembers.testUtils.d.ts +2 -0
  311. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsList/proposalActionChangeSettings/index.d.ts +3 -0
  312. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsList/proposalActionChangeSettings/proposalActionChangeSettings.api.d.ts +23 -0
  313. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsList/proposalActionChangeSettings/proposalActionChangeSettings.d.ts +2 -0
  314. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsList/proposalActionChangeSettings/proposalActionChangeSettings.testUtils.d.ts +2 -0
  315. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsList/proposalActionTokenMint/index.d.ts +3 -0
  316. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsList/proposalActionTokenMint/proposalActionTokenMint.api.d.ts +28 -0
  317. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsList/proposalActionTokenMint/proposalActionTokenMint.d.ts +2 -0
  318. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsList/proposalActionTokenMint/proposalActionTokenMint.testUtils.d.ts +2 -0
  319. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsList/proposalActionUpdateMetadata/index.d.ts +3 -0
  320. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsList/proposalActionUpdateMetadata/proposalActionUpdateMetadata.api.d.ts +49 -0
  321. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsList/proposalActionUpdateMetadata/proposalActionUpdateMetadata.d.ts +2 -0
  322. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsList/proposalActionUpdateMetadata/proposalActionUpdateMetadata.testUtils.d.ts +2 -0
  323. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsList/proposalActionWithdrawToken/index.d.ts +3 -0
  324. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsList/proposalActionWithdrawToken/proposalActionWithdrawToken.api.d.ts +52 -0
  325. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsList/proposalActionWithdrawToken/proposalActionWithdrawToken.d.ts +2 -0
  326. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsList/proposalActionWithdrawToken/proposalActionWithdrawToken.testUtils.d.ts +2 -0
  327. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsRoot/index.d.ts +1 -0
  328. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsRoot/proposalActionsRoot.d.ts +19 -0
  329. package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsTestUtils.d.ts +4 -0
  330. package/dist/types/src/modules/components/proposal/proposalDataListItem/index.d.ts +6 -0
  331. package/dist/types/src/modules/components/proposal/proposalDataListItem/proposalDataListItemSkeleton/index.d.ts +1 -0
  332. package/dist/types/src/modules/components/proposal/proposalDataListItem/proposalDataListItemSkeleton/proposalDataListItemSkeleton.d.ts +4 -0
  333. package/dist/types/src/modules/components/proposal/proposalDataListItem/proposalDataListItemStatus/index.d.ts +1 -0
  334. package/dist/types/src/modules/components/proposal/proposalDataListItem/proposalDataListItemStatus/proposalDataListItemStatus.d.ts +4 -0
  335. package/dist/types/src/modules/components/proposal/proposalDataListItem/proposalDataListItemStructure/index.d.ts +2 -0
  336. package/dist/types/src/modules/components/proposal/proposalDataListItem/proposalDataListItemStructure/proposalDataListItemStructure.api.d.ts +48 -0
  337. package/dist/types/src/modules/components/proposal/proposalDataListItem/proposalDataListItemStructure/proposalDataListItemStructure.d.ts +3 -0
  338. package/dist/types/src/modules/components/proposal/proposalUtils.d.ts +25 -0
  339. package/dist/types/src/modules/components/proposal/proposalVoting/index.d.ts +28 -0
  340. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingBodyContent/index.d.ts +1 -0
  341. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingBodyContent/proposalVotingBodyContent.d.ts +17 -0
  342. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingBodySummary/index.d.ts +1 -0
  343. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingBodySummary/proposalVotingBodySummary.d.ts +4 -0
  344. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingBodySummaryList/index.d.ts +1 -0
  345. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingBodySummaryList/proposalVotingBodySummaryList.d.ts +4 -0
  346. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingBodySummaryListItem/index.d.ts +1 -0
  347. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingBodySummaryListItem/proposalVotingBodySummaryListItem.d.ts +13 -0
  348. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingBreakdownMultisig/index.d.ts +1 -0
  349. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingBreakdownMultisig/proposalVotingBreakdownMultisig.d.ts +12 -0
  350. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingBreakdownToken/index.d.ts +1 -0
  351. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingBreakdownToken/proposalVotingBreakdownToken.d.ts +32 -0
  352. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingContainer/index.d.ts +1 -0
  353. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingContainer/proposalVotingContainer.d.ts +12 -0
  354. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingDefinitions.d.ts +5 -0
  355. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingDetails/index.d.ts +1 -0
  356. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingDetails/proposalVotingDetails.d.ts +18 -0
  357. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingProgress/index.d.ts +6 -0
  358. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingProgress/proposalVotingProgressContainer.d.ts +10 -0
  359. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingProgress/proposalVotingProgressItem.d.ts +31 -0
  360. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingStage/index.d.ts +1 -0
  361. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingStage/proposalVotingStage.d.ts +33 -0
  362. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingStageContext/index.d.ts +1 -0
  363. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingStageContext/proposalVotingStageContext.d.ts +17 -0
  364. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingStageStatus/index.d.ts +1 -0
  365. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingStageStatus/proposalVotingStageStatus.d.ts +18 -0
  366. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingTabs/index.d.ts +1 -0
  367. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingTabs/proposalVotingTabs.d.ts +15 -0
  368. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingVotes/index.d.ts +1 -0
  369. package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingVotes/proposalVotingVotes.d.ts +4 -0
  370. package/dist/types/src/modules/components/transaction/index.d.ts +1 -0
  371. package/dist/types/src/modules/components/transaction/transactionDataListItem/index.d.ts +6 -0
  372. package/dist/types/src/modules/components/transaction/transactionDataListItem/transactionDataListItemSkeleton/index.d.ts +1 -0
  373. package/dist/types/src/modules/components/transaction/transactionDataListItem/transactionDataListItemSkeleton/transactionDataListItemSkeleton.d.ts +3 -0
  374. package/dist/types/src/modules/components/transaction/transactionDataListItem/transactionDataListItemStructure/index.d.ts +2 -0
  375. package/dist/types/src/modules/components/transaction/transactionDataListItem/transactionDataListItemStructure/transactionDataListItemStructure.api.d.ts +48 -0
  376. package/dist/types/src/modules/components/transaction/transactionDataListItem/transactionDataListItemStructure/transactionDataListItemStructure.d.ts +2 -0
  377. package/dist/types/src/modules/components/vote/index.d.ts +3 -0
  378. package/dist/types/src/modules/components/vote/voteDataListItem/index.d.ts +6 -0
  379. package/dist/types/src/modules/components/vote/voteDataListItem/voteDataListItemSkeleton/index.d.ts +1 -0
  380. package/dist/types/src/modules/components/vote/voteDataListItem/voteDataListItemSkeleton/voteDataListItemSkeleton.d.ts +3 -0
  381. package/dist/types/src/modules/components/vote/voteDataListItem/voteDataListItemStructure/index.d.ts +1 -0
  382. package/dist/types/src/modules/components/vote/voteDataListItem/voteDataListItemStructure/voteDataListItemStructure.d.ts +30 -0
  383. package/dist/types/src/modules/components/vote/voteProposalDataListItem/index.d.ts +6 -0
  384. package/dist/types/src/modules/components/vote/voteProposalDataListItem/voteProposalDataListItemSkeleton/index.d.ts +1 -0
  385. package/dist/types/src/modules/components/vote/voteProposalDataListItem/voteProposalDataListItemSkeleton/voteProposalDataListItemSkeleton.d.ts +3 -0
  386. package/dist/types/src/modules/components/vote/voteProposalDataListItem/voteProposalDataListItemStructure/index.d.ts +1 -0
  387. package/dist/types/src/modules/components/vote/voteProposalDataListItem/voteProposalDataListItemStructure/voteProposalDataListItemStructure.d.ts +25 -0
  388. package/dist/types/src/modules/components/vote/voteUtils.d.ts +3 -0
  389. package/dist/types/src/modules/components/wallet/index.d.ts +1 -0
  390. package/dist/types/src/modules/components/wallet/wallet.d.ts +8 -0
  391. package/dist/types/src/modules/hooks/index.d.ts +2 -0
  392. package/dist/types/src/modules/hooks/useBlockExplorer/index.d.ts +2 -0
  393. package/dist/types/src/modules/hooks/useBlockExplorer/useBlockExplorer.api.d.ts +57 -0
  394. package/dist/types/src/modules/hooks/useBlockExplorer/useBlockExplorer.d.ts +2 -0
  395. package/dist/types/src/modules/hooks/useFormContext/index.d.ts +1 -0
  396. package/dist/types/src/modules/hooks/useFormContext/useFormContext.d.ts +3 -0
  397. package/dist/types/src/modules/index.d.ts +5 -0
  398. package/dist/types/src/modules/testUtils/generators/formContext.d.ts +2 -0
  399. package/dist/types/src/modules/testUtils/generators/index.d.ts +1 -0
  400. package/dist/types/src/modules/testUtils/index.d.ts +1 -0
  401. package/dist/types/src/modules/types/compositeAddress.d.ts +14 -0
  402. package/dist/types/src/modules/types/index.d.ts +2 -0
  403. package/dist/types/src/modules/types/web3ComponentConfig.d.ts +15 -0
  404. package/dist/types/src/modules/utils/addressUtils/addressUtils.d.ts +38 -0
  405. package/dist/types/src/modules/utils/addressUtils/index.d.ts +1 -0
  406. package/dist/types/src/modules/utils/ensUtils/ensUtils.d.ts +17 -0
  407. package/dist/types/src/modules/utils/ensUtils/index.d.ts +1 -0
  408. package/dist/types/src/modules/utils/index.d.ts +2 -0
  409. package/index.css +5 -0
  410. package/package.json +173 -0
  411. package/src/core/components/avatars/avatar/index.css +4 -0
  412. package/src/core/components/avatars/index.css +1 -0
  413. package/src/core/components/collapsible/index.css +4 -0
  414. package/src/core/components/dialogs/dialog/dialogRoot/index.css +7 -0
  415. package/src/core/components/dialogs/dialog/index.css +1 -0
  416. package/src/core/components/dialogs/dialogAlert/dialogAlertRoot/index.css +7 -0
  417. package/src/core/components/dialogs/dialogAlert/index.css +1 -0
  418. package/src/core/components/dialogs/index.css +2 -0
  419. package/src/core/components/dropdown/dropdownContainer/index.css +4 -0
  420. package/src/core/components/dropdown/index.css +1 -0
  421. package/src/core/components/forms/index.css +1 -0
  422. package/src/core/components/forms/textAreaRichText/index.css +4 -0
  423. package/src/core/components/illustrations/index.css +7 -0
  424. package/src/core/components/index.css +6 -0
  425. package/src/core/index.css +1 -0
  426. package/src/index.css +2 -0
  427. package/src/theme/fonts/Manrope-Regular.ttf +0 -0
  428. package/src/theme/fonts/Manrope-SemiBold.ttf +0 -0
  429. package/src/theme/index.css +1 -0
  430. package/src/theme/tokens/index.css +1 -0
  431. package/src/theme/tokens/primitives/borderRadius.css +9 -0
  432. package/src/theme/tokens/primitives/colors.css +73 -0
  433. package/src/theme/tokens/primitives/index.css +5 -0
  434. package/src/theme/tokens/primitives/shadows.css +52 -0
  435. package/src/theme/tokens/primitives/spacing.css +37 -0
  436. package/src/theme/tokens/primitives/typography.css +42 -0
  437. package/tailwind.config.js +376 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,1129 @@
1
+ # @aragon/gov-ui-kit
2
+
3
+ ## 0.0.0-20250408144901
4
+
5
+ ### Minor Changes
6
+
7
+ - [`057d3f2`](https://github.com/aragon/gov-ui-kit/commit/057d3f232d74ba4bb0e901467283c747c8790609) Thanks
8
+ [@cgero-eth](https://github.com/cgero-eth)! - Update release workflow, implement snapshot and preview workflows
9
+
10
+ - [#448](https://github.com/aragon/gov-ui-kit/pull/448)
11
+ [`4718fb6`](https://github.com/aragon/gov-ui-kit/commit/4718fb69aa26f8fe6f3e1befc7a00a1500832d4e) Thanks
12
+ [@cgero-eth](https://github.com/cgero-eth)! - Update minor and patch NPM dependencies
13
+
14
+ ## [1.0.75] - 2025-04-02
15
+
16
+ ### Fixed
17
+
18
+ - Remove 'overflow-auto' from <DialogRoot /> causing issue with content scroll
19
+
20
+ ## [1.0.74] - 2025-04-02
21
+
22
+ ### Changed
23
+
24
+ - **BREAKING**: Update implementation of `AlertCard` component:
25
+ - Remove `description` property from the `AlertCard` component in favour of `children` property
26
+
27
+ ## [1.0.73] - 2025-04-01
28
+
29
+ ### Fixed
30
+
31
+ - Update `<ProposalVotingBreakdownToken />` module component to fix calculation of vote support
32
+
33
+ ### Changed
34
+
35
+ - Reorder 'Exising' and 'Proposed' settings in `<ProposalActionChangeSettings />` module component
36
+ - Increase max width of `<Wallet />` component to handle latest address truncation changes
37
+ - Bump `actions/setup-python` to 5.5.0
38
+ - Update minor and patch NPM dependencies
39
+
40
+ ## [1.0.72] - 2025-03-25
41
+
42
+ ### Added
43
+
44
+ - Expose textClassName property on `<Link />` to allow custom text styling
45
+
46
+ ### Changed
47
+
48
+ - Prioritize 'Proposed' metadata changes tab in `<ProposalActionUpdateMetaData />`
49
+ - Truncate addresses in FormatterUtils to show six leading and four trailing characters (e.g., 0x1234...5678)
50
+ - Remove vertical margin from `<p>` tags styled with tailwind-prose
51
+ - Update `eslint-import-resolver-typescript` to v4
52
+ - Bump `actions/setup-node` to 4.3.0
53
+ - Update configs to use Node v22
54
+ - Update minor and patch NPM dependencies
55
+
56
+ ## [1.0.71] - 2025-03-21
57
+
58
+ ### Changed
59
+
60
+ - Bump `@babel/runtime-corejs3` to 7.26.10
61
+ - Update DAO name vertical alignment in `<DaoDataListItem.Structure />` component to be centered in the case when no
62
+ address is provided
63
+
64
+ ### Fixed
65
+
66
+ - Fix `<ProposalActions />` module component to render correct form data when moving actions
67
+
68
+ ## [1.0.70] - 2025-03-11
69
+
70
+ ### Added
71
+
72
+ - Update `<DaoDataListItem.Structure />` module component to support new `isExternal` property
73
+ - Support `xs` size on `<Avatar />` core component
74
+ - Add `variant` property to `<ToggleGroup />` core component to support space-between spacing
75
+ - Update `<AssetDataListItem />` module component to support `hideValue` property
76
+
77
+ ### Changed
78
+
79
+ - Update Manrope font weight for Regular variant from 500 to 400
80
+ - Update minor and patch NPM dependencies
81
+
82
+ ## [1.0.69] - 2025-03-03
83
+
84
+ ### Changed
85
+
86
+ - Update `ProposalActions` module components to support controlled accordion state
87
+ - Update `NumberFormat.TOKEN_AMOUNT_SHORT` to round to two decimal places for small values
88
+ - Disable `postinstall` scripts by default
89
+ - Update minor and patch NPM dependencies
90
+
91
+ ## [1.0.68] - 2025-02-21
92
+
93
+ ### Fixed
94
+
95
+ - Fix `InputNumber` core component so that it properly handles decimals when there is a default values set
96
+ - Fix cancel button type of `InputFileAvatar` core component
97
+
98
+ ### Changed
99
+
100
+ - Update minor and patch NPM dependencies
101
+
102
+ ## [1.0.67] - 2025-02-18
103
+
104
+ ### Changed
105
+
106
+ - Update `Tabs.List` component to only render when used with multiple tabs
107
+ - Bump `elliptic` to 6.6.1
108
+ - Update minor and patch NPM dependencies
109
+ - Restore Figma previews on primitive variables documentation pages
110
+
111
+ ## [1.0.66] - 2025-02-11
112
+
113
+ ### Changed
114
+
115
+ - Bump `actions/setup-python` to 5.4.0
116
+ - Update minor and patch NPM dependencies
117
+ - Improve code coverage on core and modules components
118
+
119
+ ### Fixed
120
+
121
+ - Fix documentation pages on primitive variables
122
+ - Use correct token symbol in asset transfer warning for supported chains
123
+
124
+ ## [1.0.65] - 2025-01-30
125
+
126
+ ### Changed
127
+
128
+ - Bump `actions/setup-node` to 4.2.0
129
+ - Update minor and patch NPM dependencies
130
+ - **BREAKING**: Update implementation of `Dialog` component:
131
+ - Remove `showBackButton` property from `Header` component
132
+ - Move `description` property from `Header` to `Content` component
133
+ - Rename `onCloseClick` to `onClose`, hide close button when property is not specified
134
+ - Remove `alert` property from `Footer` component
135
+ - Update `Footer` component to support new `variant` and `hasError` properties
136
+ - Update `Content` component to support new `noInset` property
137
+ - **BREAKING**: Update implementation of `DialogAlert` component:
138
+ - Remove `description` property from `Header` in favour of new `hiddenDescription` property on `Root` component
139
+ - Update `Content` component to support new `noInset` property
140
+
141
+ ## [1.0.64] - 2025-01-23
142
+
143
+ ### Added
144
+
145
+ - Add `size` prop to `<Dialog />` core component with `max-w` t-shirt sizing
146
+
147
+ ### Changed
148
+
149
+ - Update minor and patch NPM dependencies
150
+ - Bump `framer-motion` from 11.17.1 to 12.0.0
151
+ - Update pull-request template
152
+
153
+ ### Fixed
154
+
155
+ - Updated minimum height of `<AddressInput />` to resolve displacement of placeholder text on mount
156
+
157
+ ## [1.0.63] - 2025-01-15
158
+
159
+ ### Changed
160
+
161
+ - Update `InputFileAvatar` core component to remove `onFileSelect` and `onFileError` properties and use `value` and
162
+ `onChange` properties instead
163
+ - Update `IProposalActionUpdateMetadataDaoMetadata` interface `logo` property to `avatar` to better align with actions
164
+ - Bump `softprops/action-gh-release` from 2.2.0 to 2.2.1
165
+ - Update minor and patch NPM dependencies
166
+ - Update `<ProposalDataListItem />` module component to include `statusContext` property and support `ADVANCEABLE`
167
+ status
168
+ - Remove `<MajorityVotingResult />` and `<ApprovalThresholdResult />` sub-components for `<ProposalDataListItem />`
169
+
170
+ ## [1.0.62] - 2025-01-08
171
+
172
+ ### Fixed
173
+
174
+ - Fix `AssetTransfer` module component to not link to the block explorer for native transfers
175
+
176
+ ### Changed
177
+
178
+ - Update `<DialogHeader />` core component to not truncate description strings
179
+ - Update style of `<ProposalActionItem />` module component, render link to block explorer for target address
180
+ - Rename `tokenPrice` property to `amountUsd` on `<TransactionDataListItem />` module component
181
+ - Update workflow to deploy Storybook application to Github pages
182
+ - Update minor and patch NPM dependencies
183
+ - Update `Yarn` version to 4.6.0
184
+
185
+ ## [1.0.61] - 2024-12-29
186
+
187
+ ### Added
188
+
189
+ - Implement `StyleBlock` component to document the components-specific customisations
190
+
191
+ ### Changed
192
+
193
+ - Remove `hash` property on the `AssetTransfer` module component and add optional `assetAddress` property
194
+ - Add link to the block explorer for members on the `ProposalActionChangeMembers` module component
195
+ - Add receiver block explorer link to the `ProposalActionTokenMint` module component
196
+ - Update minor and patch NPM dependencies
197
+
198
+ ## [1.0.60] - 2024-12-18
199
+
200
+ ### Changed
201
+
202
+ - Update Storybook branding and repository readme file
203
+ - Bump `softprops/action-gh-release` from 2.1.0 to 2.2.0
204
+ - Bump `@rollup/plugin-node-resolve` from 15.3.0 to 16.0.0
205
+ - Update minor and patch NPM dependencies
206
+ - Update `AssetDataListItemStructure` module component to remove the `priceChange` property and related logic for
207
+ calculating percentage change
208
+
209
+ ## [1.0.59] - 2024-12-11
210
+
211
+ ### Fixed
212
+
213
+ - Fix color of body name on `<ProposalVoting.BodyContext />` module component
214
+ - Fix re-render issue on `<AddressInput />` module component when `onAccept` prop changes on every render
215
+ - Update `<CheckboxCard />` core component to set full-width to `children` property wrapper
216
+ - Update `<ProposalActions.Item />` module component to display correct feedback for actions with data and value and
217
+ disable decoded view for actions without parameters
218
+
219
+ ### Changed
220
+
221
+ - Update `<ProposalActionUpdateMetadata />` module component to support "UpdatePluginMetadata" native action
222
+ - Update minor and patch NPM dependencies
223
+ - Bump `nanoid` from 3.3.7 to 3.3.8
224
+ - Bump `react` and `react-dom` internal dependencies to v19
225
+
226
+ ## [1.0.58] - 2024-12-06
227
+
228
+ ### Added
229
+
230
+ - Update `ProposalActions` module component to improve rendering of decoded parameters and support and "edit" mode
231
+ through the `editMode` property
232
+
233
+ ### Changed
234
+
235
+ - Update minor and patch NPM dependencies
236
+ - Support `type` property on the buttons of the `<Dialog.Footer />` core component
237
+
238
+ ## [1.0.57] - 2024-11-29
239
+
240
+ ### Added
241
+
242
+ - Add new `ProposalVoting` module components (`ProposalVotingBodyContent`, `ProposalVotingBodySummary`,
243
+ `ProposalVotingBodySummaryList` and `ProposalVotingBodySummaryListItem`)
244
+ - Add story and export `ProposalVotingProgress` module component
245
+
246
+ ### Changed
247
+
248
+ - Update `ProposalVotingStage` module component to accept new optional `bodyList` prop and update rendering logic to
249
+ handle multi body proposals per stage.
250
+
251
+ ## [1.0.56] - 2024-11-26
252
+
253
+ ### Added
254
+
255
+ - Update peer dependencies to allow React 19
256
+
257
+ ### Fixed
258
+
259
+ - Fix command to publish library to correctly mark as `latest` the latest library version
260
+ - Fix empty-state style of `ProposalAction` module component
261
+ - Add default shadow style to `Card` core component
262
+ - Fix issue with `Accodion.ItemContent` animations blocking dynamic content resizing
263
+
264
+ ### Changed
265
+
266
+ - Remove "forceMount" usage on `Accordion.ItemContent` throughout the library
267
+ - Bump `eslint-plugin-testing-library` from 6.4.0 to 7.0.0
268
+ - Update minor and patch NPM dependencies
269
+
270
+ ## [1.0.55] - 2024-11-22
271
+
272
+ ### Added
273
+
274
+ - Update `VoteDataListItem` component to add "Voted" string and possibility to customise it through the
275
+ `confirmationLabel` property
276
+ - Update `formatterUtils` documentation to add number formatting examples
277
+
278
+ ### Fixed
279
+
280
+ - Update layout of `DataListItem` core component and layouts of components using it (Asset, Dao, Member, Proposal,
281
+ Transaction, Vote)
282
+ - Update implementation of `DataListItem` skeleton components for better parity and no layout shift
283
+ - Improve responsiveness for `DefinitionList` container and items for middle breakpoints
284
+ - Update `DaoAvatar` to correctly set text size depending on `size` property
285
+ - Include styles on `AccordionItemHeader` for stronger visual cue when expanded
286
+ - Fix critical icon on `AlertCard` and `AlertInline` core components
287
+
288
+ ### Changed
289
+
290
+ - Remove `plugin` property from `DaoDataListItem` module component
291
+ - Update minor and patch dependencies
292
+ - Refactor `ProposalActions` component, split it into `Root`, `Container`, `Item` and `Footer` components
293
+ - Update `eslint` to v9
294
+ - Bump `cross-spawn` from 7.0.3 to 7.0.5
295
+ - Bump `@eslint/plugin-kit` from 0.2.2 to 0.2.3
296
+ - Bump `softprops/action-gh-release` from 2.0.9 to 2.1.0
297
+ - Removed `xs` size variant from `Avatar` component
298
+ - Update eslint rules to enforce consistent type imports and exports
299
+
300
+ ## [1.0.54] - 2024-11-11
301
+
302
+ ### Changed
303
+
304
+ - Added missing export for `IAddressInputResolvedValue` interface
305
+
306
+ ### Fixed
307
+
308
+ - Fix layout of `ProposalActionChangeMembers` module component
309
+
310
+ ## [1.0.53] - 2024-11-05
311
+
312
+ ### Fixed
313
+
314
+ - Update `ProposalVoting.Container` module component to make stages accordion controlled and support updating the
315
+ current active stage programmatically
316
+ - Fix `VoteProposalDataListItem` module component to truncate long proposal IDs
317
+
318
+ ### Changed
319
+
320
+ - Bump `softprops/action-gh-release` from 2.0.8 to 2.0.9
321
+ - Update minor and patch NPM dependencies
322
+
323
+ ## [1.0.52] - 2024-10-30
324
+
325
+ ### Changed
326
+
327
+ - Update `ProposalVotingStage` module component to support undefined `startDate` and `endDate` properties
328
+ - Update minor and patch Github dependencies
329
+ - Update minor and patch NPM dependencies
330
+ - Bump `elliptic` from 6.5.7 to 6.6.0
331
+
332
+ ### Fixed
333
+
334
+ - Update `ProposalVotingStageStatus` module component to support `vetoed` and `expired` statuses
335
+ - Update Figma documentation links in Storybook components
336
+ - Rename default modules context values to use `guk` prefix
337
+
338
+ ## [1.0.51] - 2024-10-23
339
+
340
+ ### Fixed
341
+
342
+ - Rename default core context values to use `guk` prefix
343
+ - Update `<DefinitionListItem />` and `<Breadcrumbs />` core components to truncate long strings
344
+ - Fix `<InputNumber >` core component to trigger `onChange` callback on + / - button click
345
+
346
+ ## [1.0.50] - 2024-10-23
347
+
348
+ ### Changed
349
+
350
+ - Convert ODS repo & package to Governance UI Kit brand name + docs
351
+ - Update name of `OdsCoreProvider` to `GukCoreProvider` to match new naming scheme
352
+ - Update name of `OdsModulesProvider` to `GukModulesProvider` to match new naming scheme
353
+ - Update all `--ods-*` CSS variables to `--guk-*` to match new naming scheme
354
+ - Bump `eslint-plugin-react-hooks` from 4.6.2 to 5.0.0
355
+ - Bump `secp256k1` from 5.0.0 to 5.0.1
356
+ - Update minor and patch NPM dependencies
357
+
358
+ ## [1.0.49] - 2024-10-14
359
+
360
+ ### Added
361
+
362
+ - Add optional `children` property to `RadioCard` and `CheckboxCard` core components displayed only when component is
363
+ selected
364
+
365
+ ### Changed
366
+
367
+ - Update `RadioCard` and `CheckboxCard` core components to have optional description property, fix alignment when no
368
+ description provided
369
+ - Update `<ProposalDataListItem.Structure >` module component to make proposal type property optional and support custom
370
+ proposal results
371
+ - Bump `actions/checkout` from 4.2.0 to 4.2.1
372
+ - Update minor and patch NPM dependencies
373
+
374
+ ## [1.0.48] - 2024-10-04
375
+
376
+ ### Added
377
+
378
+ - Update `Tabs` core component to handle disabled tab trigger state
379
+ - Support `forceMount` property on `Accordion` core component and `ProposalVotingStage` module component to correctly
380
+ render dynamic content on proposal stages
381
+
382
+ ### Fixed
383
+
384
+ - Fix truncation issue on `VoteProposalDataListItem` module component
385
+ - Update `AddressInput` module component to forward `chainId` and `wagmiConfig` to `MemberAvatar` component
386
+
387
+ ### Changed
388
+
389
+ - Update `<ProposalVotingTabs />` module component to disable `Breakdown` and `Votes` tabs when voting status is not
390
+ active
391
+ - Bump `actions/setup-node` from 4.0.3 to 4.0.4
392
+ - Bump `actions/checkout` from 4.1.7 to 4.2.0
393
+ - Update minor and patch NPM dependencies
394
+ - Bump `@rollup/plugin-typescript` from v11 to v12 and `@rollup/plugin-commonjs` from v26 to v28
395
+
396
+ ## [1.0.47] - 2024-09-23
397
+
398
+ ### Added
399
+
400
+ - Add optional `confirmationLabel` prop to the `VoteProposalDataListItem` component in order to pass a custom string
401
+ when needed
402
+ - Add new `xs` size for core `Avatar` component
403
+
404
+ ## [1.0.46] - 2024-09-21
405
+
406
+ ### Added
407
+
408
+ - Add `IconType.BLOCKCHAIN_WALLETCONNECT` and associated asset
409
+ - Add `EmptyState` fallback to ProposalActions when no actions provided
410
+ - Support `dropdownItems` property on `ProposalActions` module component to display custom actions
411
+ - Update `ProposalActions` component to support `actionKey` property and forward `index` property to sub action
412
+ components
413
+
414
+ ### Changed
415
+
416
+ - Update layout of `EmptyState` for centering
417
+ - Update `AccordionItem` border classes for usage within bordered containers
418
+ - Update `ProposalAction` to handle an `EmptyState` fallback for no actions passed, improve layout of children with
419
+ "Expand all" (eg. 'Execute actions' button, etc)
420
+ - Update `DataListItem` component to support button rendering and standalone usage
421
+ - Make `IProposalAction` type generic on ProposalAction module component to support actions with additional parameters
422
+ when used inside a form (e.g. actions with an additional `index` parameter)
423
+ - Update minor and patch versions of NPM dependencies
424
+ - Bump `micromatch` from 4.0.7 to 4.0.8
425
+ - Bump `webpack` from 5.91.0 to 5.94.0
426
+ - Bump `actions/setup-python` from 5.1.1 to 5.2.0
427
+ - Bump `express` from 4.19.2 to 4.21.0
428
+
429
+ ### Fixed
430
+
431
+ - Fix the `TextAreaRichText` core component to expose empty string as default value instead of empty paragraph
432
+ - Update `DropdownItem` style to correctly render items with icons aligned on the left
433
+
434
+ ## [1.0.45] - 2024-08-23
435
+
436
+ ### Added
437
+
438
+ - Update illustration SVGs with custom CSS color customizations
439
+ - Add `isLoading` property to `<Spinner />` core component to render static spinners
440
+ - Update the interfaces of the `<Dialog.Footer />` and `<DialogAlert.Footer />` core components to support the
441
+ `disabled` and `isLoading` properties for the footer buttons
442
+
443
+ ### Fixed
444
+
445
+ - Use correct percentage formatting on `<AssetDataListItem />` module component
446
+
447
+ ## [1.0.44] - 2024-08-20
448
+
449
+ ### Added
450
+
451
+ - Implement `useRandomId` hook and update fields components to use it
452
+ - Update `<TextAreaRichText />` core component to expose `immediatelyRender` property for SSR usage
453
+ - Update `<RadioGroup />`, `<CheckboxGroup />` and `<Switch />` core components to render the `InputContainer` component
454
+ and support the label, helpText, alert and isOptional properties.
455
+
456
+ ### Fixed
457
+
458
+ - Update `<Wallet />` module component to correctly propagate custom `chainId` and `wagmi` configs to `<MemberAvatar />`
459
+ component
460
+ - Fix `FIAT_TOTAL_SHORT`, `FIAT_TOTAL_LONG`, `TOKEN_AMOUNT_SHORT` and `PERCENTAGE_SHORT` formats to truncate small
461
+ numbers
462
+ - Hide ens loader indicator on `<Wallet />` module component for mobile devices
463
+ - Fix Storybook stories path of `<Checkbox />` core components
464
+ - Move `<Radio />` core components under `/forms` folder
465
+ - Fix `<InputFileAvatar />` props interface to only expose supported props
466
+ - Fix customisation of `z-index` property on `<TextAreaRichText />` core component
467
+
468
+ ### Changed
469
+
470
+ - Default `type` attribute of `<Button />` core component to `button`
471
+ - Rename `label` property on `<Switch />` core component to `inlineLabel` to also support the existing `label` property
472
+ from the `InputContainer` component.
473
+ - Update minor and patch NPM dependencies
474
+ - Bump `elliptic` from `6.5.5` to `6.5.7`
475
+
476
+ ## [1.0.43] - 2024-08-13
477
+
478
+ ### Added
479
+
480
+ - Add Aragon logo, remove dark background options and create custom theme using Aragon branding for ODS storybook
481
+ - Update `OdsModulesProvider` to support `wagmiInitialState` configuration for Wagmi provider
482
+
483
+ ### Changed
484
+
485
+ - Update `@typescript-eslint` packages to v8
486
+ - Remove "Summary" section from `ProposalActionTokenMint` module component and update action interface to only support
487
+ one receiver
488
+ - Update minor and patch NPM dependencies
489
+
490
+ ## [1.0.42] - 2024-08-07
491
+
492
+ ### Fixed
493
+
494
+ - Hide minimum participation details on `ProposalVotingBreakdownToken` module component when minParticipation is set to
495
+ zero
496
+ - Correctly forward web3 params (e.g. `chainId`) to native `ProposalActions` components
497
+ - Fix ENS name truncation on `<Wallet />` module component
498
+ - Update `<Wallet />` module component to only resolve user ENS name when name property is not set
499
+ - Fix expand behaviour of `TextAreaRichText` core component when used inside a dialog and hide the input label
500
+ - Fix `NumberInput` component to correctly update values on plus / minus buttons click
501
+ - Fix `ProposalVotingBreakdownToken` module component to display correct progress variant when min-participation and
502
+ support are equal to the threshold required
503
+
504
+ ### Added
505
+
506
+ - Update `<Wallet />` module component to support custom `chainId` and `wagmi` configurations
507
+ - Add z-index property customisation for `TextAreaRichText` core component when expanded
508
+ - Handle `useFocusTrap` property on dialog components to support disabling default focus-trap behaviour
509
+ - Add `AlertCard` to `ProposalActionsAction` to alert user when action will send native currency
510
+ - Update `ICompositeAddress` interface and components using it to support custom avatar
511
+ - Make `ProposalStatus` strings customisable
512
+ - Implement and export `proposalStatusToVotingStatus` utility
513
+ - Add 'Raw' and 'Decoded' views to `ProposalActions` module component
514
+
515
+ ### Changed
516
+
517
+ - Update minor and patch NPM dependencies
518
+ - Bump `postcss` from 8.4.40 to 8.4.41
519
+ - Update `ProposalStatus` type to enum to align it with `ProposalVotingStatus` enum
520
+
521
+ ## [1.0.41] - 2024-07-30
522
+
523
+ ### Added
524
+
525
+ - Export `VoteIndicator` type from `Vote` module
526
+ - Update `useBlockExplorer` hook to export a `getBlockExplorer` function, update `buildEntityUrl` function to support a
527
+ `chainId` parameter which overrides the `chainId` hook parameter
528
+
529
+ ### Changed
530
+
531
+ - Update minor and patch NPM dependencies
532
+
533
+ ## [1.0.40] - 2024-07-26
534
+
535
+ ### Added
536
+
537
+ - Implement `ProposalAction` and `ProposalVoting` module components
538
+ - Handle `WithdrawToken`, `ChangeMembers`, `UpdateMetadata`, `ChangeSettings` and `TokenMint` actions on
539
+ `ProposalActions` module component
540
+ - Add optional `hideLabelTokenVoting` and `tokenSymbol` props to the `MemberDataListItemStructure` module component
541
+ - Implement `invariant` core utility
542
+
543
+ ### Changed
544
+
545
+ - Renamed `votingPower` prop to `tokenAmount` in the `MemberDataListItemStructure` module component
546
+ - Update interface for `Accordion.Container` to expose value prop
547
+ - Update styles on `Tabs.List` for latest spec
548
+ - Rename `indicator` property of `<Progress />` core component to `thresholdIndicator` and set `data-value` property to
549
+ indicator component to easier test its value
550
+ - Bump `softprops/action-gh-release` from 2.0.6 to 2.0.8
551
+ - Bump `ws` from 7.5.9 to 7.5.10
552
+ - Update minor and patch NPM dependencies
553
+
554
+ ### Fixed
555
+
556
+ - Update `ProposalDataListItem` module component to avoid showing `null` when date property is not defined
557
+ - Fix `DURATION` date format to use the date locale set on the formatter
558
+
559
+ ## [1.0.39] - 2024-07-16
560
+
561
+ ### Changed
562
+
563
+ - Update minor and patch NPM dependencies
564
+ - Update `useBlockExplorer` hook to return information about the block explorer
565
+
566
+ ## [1.0.38] - 2024-07-16
567
+
568
+ ### Added
569
+
570
+ - Add new `variant` prop to core `Progress` component, which defaults to `primary`
571
+ - Add new optional `indicator` prop to core `Progress` component
572
+ - Add reset filter functionality to `DataListFilter` core component
573
+
574
+ ### Fixed
575
+
576
+ - Remove fixed width from `EmptyState` core component
577
+ - Center `CardEmptyState` core component
578
+ - Truncate long strings on `DaoDataListItem`, `AssetDataListItem`, `VoteDataListItem` module components
579
+ - Fix errors and warnings thrown on component tests
580
+
581
+ ### Changed
582
+
583
+ - Bump `prettier-plugin-organize-imports` to 4.0.0
584
+ - Update minor and patch NPM dependencies
585
+ - Update minor and patch Github workflow dependencies
586
+
587
+ ## [1.0.37] - 2024-07-08
588
+
589
+ ### Changed
590
+
591
+ - Format dates with `formatterUtils` within components
592
+ - Update minor and patch NPM dependencies
593
+
594
+ ## [1.0.36] - 2024-06-28
595
+
596
+ ### Changed
597
+
598
+ - Reduce the use of controlled components in stories to improve code visibility in Storybook
599
+ - Export `DateFormat` and additional types for handling dates with the `FormatterUtils`
600
+ - Update required parameters of `useBlockExplorer` hook, implement enum for chain entity types
601
+
602
+ ## [1.0.35] - 2024-06-28
603
+
604
+ ### Added
605
+
606
+ - Implement `VoteProposalDataListItem` with Structure and Skeleton module
607
+ - Add `useBlockExplorer` hook to generate block explorer links
608
+ - Add `formatDate` utility function to `formatterUtils` to format dates
609
+ - Add support for copy customization
610
+ - Add `contentClassNames` property to `Dropdown.Container` component to support custom max width
611
+
612
+ ### Changed
613
+
614
+ - Remove Radix props dependency
615
+ - Update minor and patch Github action dependencies
616
+ - Update minor and patch NPM dependencies
617
+ - Revert to using `react-docgen-typescript` for Storybook documentation generation
618
+
619
+ ## [1.0.34] - 2024-06-21
620
+
621
+ ### Fixed
622
+
623
+ - Ensure `MemberAvatar` component only creates the blockies url on client environment
624
+
625
+ ### Changed
626
+
627
+ - Bump `@rollup/plugin-commonjs` from `25.0.8` to `26.0.1`
628
+ - Update minor and patch dependencies of Github workflows
629
+ - Update minor and patch NPM dependencies
630
+ - Update `yarn` version to `4.3.0`
631
+ - Update unit tests to use userEvent instead of fireEvent
632
+ - Move all form items under a `forms` folder
633
+ - Upgrade storybook to v8
634
+ - Update `MemberDataListItem` component to support `votingPower` property set as string
635
+
636
+ ### Added
637
+
638
+ - Handle new `layoutClassnames` property on `DataList.Container` component to simplify implementation of custom
639
+ `DataList` layouts
640
+ - Create `ssrUtils` core utilities
641
+
642
+ ## [1.0.33] - 2024-06-06
643
+
644
+ ### Fixed
645
+
646
+ - Correctly export `Collapsible` core component
647
+
648
+ ## [1.0.32] - 2024-06-04
649
+
650
+ ### Added
651
+
652
+ - Implement `Wallet` module component
653
+ - Implement `VoteDataListItem` with Structure and Skeleton module
654
+ - Implement `ghost` variant for `Button` component
655
+ - Implement `primaryInverted` variant for `Spinner` component
656
+
657
+ ### Changed
658
+
659
+ - Update minor and patch NPM dependencies
660
+ - Update `yarn` version from `4.1.1` to `4.2.2`
661
+ - Bump `@testing-library/react` from `15.0.7` to `16.0.0`
662
+ - Update sizes of `Avatar` core component
663
+ - Update style of `Button`, `CheckboxCard`, `InputContainer`, `RadioCard`, `Spinner` and `Switch` components
664
+ - Cleanup size class definitions to use `size-*` instead of `h-* w-*`
665
+ - Cleanup `shink-0` class usage across components
666
+ - Add `data-testid` attribute to svg files
667
+
668
+ ### Fixed
669
+
670
+ - Fix responsiveness classes and utilities to support style for screens below `sm` breakpoint
671
+ - Export module utilities
672
+
673
+ ## [1.0.31] - 2024-05-24
674
+
675
+ ### Fixed
676
+
677
+ - Update library exports to support `require` calls
678
+
679
+ ## [1.0.30] - 2024-05-24
680
+
681
+ ### Fixed
682
+
683
+ - Export `DefinitionList` core component
684
+
685
+ ## [1.0.29] - 2024-05-24
686
+
687
+ ### Added
688
+
689
+ - Implement `DefinitionList` core component
690
+ - Implement `TransactionDataListItem.Skeleton` module component
691
+ - Implement `OdsCoreProvider`, `LinkBase` and `AvatarBase` core components to support `Link` and `Image` NextJs
692
+ components.
693
+
694
+ ### Changed
695
+
696
+ - Bump NPM minor and patch dependencies
697
+ - Bump minor and patch dependencies of Github workflows
698
+ - Expose `onValueChange` property on `Accordion` core component
699
+ - Update type extensions for `Tabs.Root` core component to allow forward ref
700
+ - Update `OdsModulesProvider` component to render the `OdsCoreProvider` context.
701
+
702
+ ## [1.0.28] - 2024-05-16
703
+
704
+ ### Added
705
+
706
+ - Implement `MemberDataListItem.Skeleton`, `AssetDataListItem.Skeleton`, and `DaoDataListItem.Skeleton` module
707
+ components
708
+ - Implement `Tabs` core component
709
+ - Custom CSS property added for `Collapsible` to adjust z-index
710
+
711
+ ### Fixed
712
+
713
+ - Prose styling to match design system, better handling for `<code>` elements
714
+ - Move z-index on Collapsible optional overlay to CSS as 'auto'
715
+ - Fixed disabled styling of AvatarIcon for disabled `AccordionItem`
716
+
717
+ ## [1.0.27] - 2024-05-08
718
+
719
+ ### Added
720
+
721
+ - Implement `Collapsible`, and `CardCollapsible` core components
722
+
723
+ ## [1.0.26] - 2024-05-06
724
+
725
+ ### Added
726
+
727
+ - Implement `DocumentParser` and `Accordion` core component
728
+
729
+ ### Changed
730
+
731
+ - Bump `actions/checkout` from 4.1.3 to 4.1.4
732
+ - Bump `peter-evans/find-comment` from 2.4.0 to 3.1.0
733
+ - Bump `actions/github-script` from 6.4.1 to 7.0.1
734
+ - Bump `ejs` from 3.1.9 to 3.1.10
735
+ - Bump minor and patch dependencies
736
+
737
+ ## [1.0.25] - 2024-04-24
738
+
739
+ ### Added
740
+
741
+ - Setup `Dependabot` to keep dependencies updated
742
+
743
+ ### Changed
744
+
745
+ - Set `yarn` version to v4 and update publish workflow
746
+ - Update Dependabot config to group Github actions dependencies and fix Storybook group
747
+ - Bump `mindsers/changelog-reader-action` from 2.2.2 to 2.2.3
748
+ - Bump `peter-evans/create-or-update-comment` from 2 to 4.0.0
749
+ - Bump `actions/setup-python` from 4.6.1 to 5.1.0
750
+ - Bump `actions/setup-node` from 3.6.0 to 4.0.2
751
+ - Bump `softprops/action-gh-release` from 0.1.15 to 2.0.4
752
+ - Bump `dangoslen/changelog-enforcer` from 3.5.0 to 3.6.1
753
+ - Bump `actions/checkout` from 3.5.3 to 4.1.3
754
+ - Bump minimum Node version required from 18.18 to 20
755
+ - Bump minor and patch dependencies
756
+
757
+ ### Fixed
758
+
759
+ - `ProposalDataListItemStructure` module component to clamp title to one line
760
+ - Warnings on Github workflows for using deprecated yarn options
761
+ - Warnings on tests because of `@testing-library/dom` version mismatch
762
+
763
+ ## [1.0.24] - 2024-04-23
764
+
765
+ ### Added
766
+
767
+ - Implement `ProposalDataListItemSkeleton` module component
768
+ - Extend `addressUtils` with `isAddressEqual` method
769
+
770
+ ### Changed
771
+
772
+ - Remove padding from `DataListContainer`, `DataListFilterStatus`, `DataListPagination` and `DataListRoot`
773
+ - Add `stageId` and `stageTitle` properties to `IApprovalThresholdResult` & `IMajorityVotingResult` interfaces
774
+ - Add `id` and optional `tag` properties to `ProposalDataListItemStructure`
775
+ - Remove `publisherProfileLink` and `protocolUpdate` properties from `ProposalDataListItemStructure`
776
+ - Update `date` and `result` properties of `ProposalDataListItemStructure` to be optional and `publisher` to allow for
777
+ multiple publishers
778
+
779
+ ### Fixed
780
+
781
+ - `Link` core component to truncate on overflow
782
+
783
+ ## [1.0.23] - 2024-04-18
784
+
785
+ ### Added
786
+
787
+ - Implement `Breadcrumbs`, `StateSkeletonBar`, and `StateSkeletonCircular` core components
788
+ - Added `slash` icon file
789
+
790
+ ### Changed
791
+
792
+ - Update minor and patch dependencies
793
+ - Update `@testing-library/react` to v15
794
+ - Adjusted active and hover start styling on `AssetTransfer` module component
795
+ - Export all components to allow usage without dot-notation
796
+
797
+ ## [1.0.22] - 2024-04-12
798
+
799
+ ### Added
800
+
801
+ - Implement `AssetTransfer` module component
802
+
803
+ ### Changed
804
+
805
+ - Update `README` logo
806
+ - Bump `tar` from 6.2.0 to 6.2.1
807
+ - Drop `common-js` support
808
+
809
+ ## [1.0.21] - 2024-04-04
810
+
811
+ ### Added
812
+
813
+ - Implement `DaoDataListItem.Structure`, `ProposalDataListItem.Structure`, `TransactionDataListItem.Structure`,
814
+ `MemberDataListItem.Structure`, `AssetDataListItem.Structure`, and `AddressInput` module components
815
+ - Implement `StatePingAnimation` core component
816
+ - Implement `addressUtils` and `ensUtils` module utilities
817
+ - Implement `useDebouncedValue` core hook and `clipboardUtils` core utility
818
+ - Support `withSign` option on formatter
819
+
820
+ ### Changed
821
+
822
+ - Update `Tag` component primary variant styling
823
+ - Update Eslint rules to align usage of boolean properties
824
+ - Update default query-client options to set a stale time greater than 0
825
+ - Bump `webpack-dev-middleware` from 6.1.1 to 6.1.2
826
+ - Bump `express` from 4.18.2 to 4.19.2 #132
827
+
828
+ ### Fixed
829
+
830
+ - Reexport module components
831
+ - Library build process to avoid bundling dependencies and peer-dependencies when using subfolders import (e.g.
832
+ `wagmi/chains`)
833
+ - Formatter utility to support negative numbers
834
+
835
+ ## [1.0.20] - 2024-03-13
836
+
837
+ ### Fixed
838
+
839
+ - Fix library build to avoid bundling peer dependencies
840
+ - Remove export of module components until the Aragon App migrates to Wagmi v2
841
+
842
+ ## [1.0.19] - 2024-03-13
843
+
844
+ ### Added
845
+
846
+ - Implement animations for `Dialog` and `DialogAlert` components
847
+ - Implement `DaoAvatar` and `MemberAvatar` module components
848
+ - Implement `OdsModulesProvider` for using wagmi hooks on modules components
849
+ - Introduce component customisations for the z-index property of the `Dropdown` and `Dialogs` components
850
+
851
+ ### Changed
852
+
853
+ - Update library structure to support module components
854
+ - Update documentation about how to install the library
855
+ - Update minor and patch dependencies
856
+ - Update `@typescript-eslint` and `eslint-plugin-storybook` dependencies
857
+ - Set minimum required node version to 18.18.0 (required by `@typescript-eslint` v7)
858
+ - Update documentation on modules components
859
+ - Update required dependencies, move `react` and `react-dom` to peer dependencies
860
+
861
+ ## [1.0.18] - 2024-02-29
862
+
863
+ ### Fixed
864
+
865
+ - Usage of `Dropdown` component inside a `Dialog` component
866
+ - Remove auto-focus to `Dropdown` trigger to avoid closing dialogs on `DropdownItem` click
867
+
868
+ ## [1.0.17] - 2024-02-28
869
+
870
+ ### Added
871
+
872
+ - Implement `DataList` component
873
+ - Handling of responsive sizes to `Progress` component
874
+
875
+ ### Changed
876
+
877
+ - Update `eslint` rules to enforce no circular dependencies
878
+
879
+ ### Fixed
880
+
881
+ - `CardEmptyState` component to horizontally center content
882
+ - Spacings of `EmptyState` component when being stacked and having an object illustration
883
+ - Typos on documentation and comments
884
+
885
+ ### Removed
886
+
887
+ - `ActionItem` component
888
+
889
+ ## [1.0.16] - 2024-02-27
890
+
891
+ ### Added
892
+
893
+ - Add `customTrigger` and `align` properties to Dropdown component
894
+ - Implement `DialogAlert` and `Dialog` components
895
+
896
+ ### Fixed
897
+
898
+ - `Icon` styling to prevent shrinking
899
+ - Correct `IconType.MINUS` icon for InputNumber component
900
+
901
+ ## [1.0.15] - 2024-02-23
902
+
903
+ ### Changed
904
+
905
+ - Add `disabled` and `isLoading` properties to Button component, remove `state` property
906
+ - Update `AlertCard` component to accept any ReactNode as `description` property
907
+ - Rename `isDisabled` property of input components to `disabled`
908
+ - Bump `ip` library from 2.0.0 to 2.0.1
909
+
910
+ ## [1.0.14] - 2024-02-20
911
+
912
+ ### Added
913
+
914
+ - Implement `Heading`, `InputFileAvatar` and `Dropdown` components
915
+ - All SVGs have new designs/code implemented with "currentColor" fill, 16x16 mask
916
+ - Added `richtext-heading`, `blockchain-block`, `app-transactions`, `logout`, `critical` and `sort-desc` icon files
917
+ - Ref property handling on `Button` component
918
+
919
+ ### Removed
920
+
921
+ - Removed `radio-pause`, `switch`, `tx-failure`, `turn-off` and `update` icon files
922
+
923
+ ### Changed
924
+
925
+ - Renamed `menu-vertical` to `dots-vertical`
926
+ - Renamed `menu-horizontal` to `dots-horizontal`
927
+ - Renamed `menu-default` to `menu`
928
+ - Renamed `sort` to `sort-asc`
929
+ - Renamed `add` to `plus`
930
+ - Renamed `remove` to `minus`
931
+ - Renamed `question` to `help`
932
+ - Renamed `radio-cancel` to `remove`
933
+ - Renamed `radio-default` to `radio`
934
+ - Renamed `radio-check` to `success`
935
+ - Renamed `checkbox-multi` to `checkbox-indeterminate`
936
+ - Renamed `checkbox-default` to `checkbox`
937
+ - Renamed `tx-smart-contract` to `blockchain-smartcontract`
938
+ - Renamed `tx-deposit` to `deposit`
939
+ - Renamed `tx-withdraw` to `withdraw`
940
+ - Renamed `app-finance` to `app-assets`
941
+ - Renamed `app-governance` to `app-proposals`
942
+ - Renamed `app-community` to `app-members`
943
+ - Renamed `explore` to `app-explore`
944
+ - Renamed `dashboard` to `app-dashboard`
945
+ - Renamed `blockchain` to `blockchain-blockchain`
946
+ - Renamed `gas-fee` to `blockchain-gasfee`
947
+ - Renamed `wysiwyg-bold` to `richtext-bold`
948
+ - Renamed `wysiwyg-italic` to `richtext-italic`
949
+ - Renamed `wysiwyg-link-set` to `richtext-link-add`
950
+ - Renamed `wysiwyg-link-unset` to `richtext-link-remove`
951
+ - Renamed `wysiwyg-list-ordered` to `richtext-list-ordered`
952
+ - Renamed `wysiwyg-list-unordered` to `richtext-list-unordered`
953
+
954
+ ## [1.0.13] - 2024-02-14
955
+
956
+ ### Added
957
+
958
+ - Implement `Tooltip` component
959
+
960
+ ### Changed
961
+
962
+ - Update minor and patch versions of dependencies
963
+
964
+ ### Fixed
965
+
966
+ - Style of `Progress` component to make it full width
967
+
968
+ ## [1.0.12] - 2024-02-12
969
+
970
+ ### Added
971
+
972
+ - Implement `CardEmptyState`, `EmptyState`, `Checkbox`, `CheckboxGroup`, `CheckboxCard`, `RadioGroup`, `Radio`, and
973
+ `RadioCard` components
974
+ - Export all component types
975
+ - Handle style transitions on `ActionItem`, `Button` and `Toggle` components
976
+ - Property `defaultValue` to `ToggleGroup` component to set an initial value for uncontrolled usage
977
+ - `shadow-info` Tailwind CSS utility class and documentationonents
978
+ - Ref forwarding to `InputNumber`, `InputSearch`, `InputText` and `TextArea` components
979
+
980
+ ### Fixed
981
+
982
+ - Storybook stories to only use the component's required properties on `default` stories
983
+ - `Button` component to render a button element when the `href` property is set to `undefined`
984
+ - Hide clear icon on `InputSearch` component when disabled
985
+
986
+ ### Changed
987
+
988
+ - Implement new style for `AlertCard`, `Spinner`, `Switch`, `InputContainer`, `Toggle` and `Tag` components
989
+ - Mark variant property of `AlertInline` and `AlertCard` components as optional and set it to `info` by default
990
+ - Remove border color from `Card` component, update style of `CardSummary` component as for new design
991
+ - Set default properties to `Button` and `Spinner` components
992
+ - Hide date picker indicator when `InputDate` component is disabled
993
+ - Update `InputNumber` component to handle prefix and suffix properties through `react-imask`
994
+ - Align cursor style of disabled components
995
+ - Update line-height and height of `TextArea` and `TextAreaRichText` components
996
+
997
+ ## [1.0.11] - 2024-02-06
998
+
999
+ ### Fixed
1000
+
1001
+ - Properly export ESM/CJS library depending on current environment and fix CJS build
1002
+
1003
+ ## [1.0.10] - 2024-02-05
1004
+
1005
+ ### Added
1006
+
1007
+ - Implement `Link`, `InputNumber`, `InputTime`, `TextArea` and `TextAreaRichText` components
1008
+ - Implement Addon element for `InputText` component
1009
+ - Handle size property on `Progress` component
1010
+ - `border-none` Tailwind CSS utility class
1011
+
1012
+ ### Changed
1013
+
1014
+ - Update minor and patch versions of dependencies
1015
+ - Update `husky` to v9
1016
+ - Add `wrapperClassName` property to `InputContainer` component to customise the input wrapper
1017
+ - Update `InputContainer` props to accept any HTML div property and support textarea elements
1018
+
1019
+ ### Fixed
1020
+
1021
+ - Fix styling conflict in `InputText` introduced by Addon element
1022
+
1023
+ ## [1.0.9] - 2024-01-23
1024
+
1025
+ ### Fixed
1026
+
1027
+ - Minimum `tailwindcss` version required
1028
+ - Fix disabled input style on Firefox
1029
+ - Max Length on inputs is restyled and only shows if no alert
1030
+ - Fix `Toggle` component shadow styling
1031
+
1032
+ ### Added
1033
+
1034
+ - Implement `InputDate`, `Avatar` and `InputNumberMax` components
1035
+ - Add `AvatarIcon` documentation and tests
1036
+
1037
+ ## [1.0.8] - 2024-01-17
1038
+
1039
+ ### Fixed
1040
+
1041
+ - Fix label size of `Switch` component
1042
+
1043
+ ### Changed
1044
+
1045
+ - Update minor and patch versions of dependencies
1046
+
1047
+ ## [1.0.7] - 2024-01-12
1048
+
1049
+ ### Added
1050
+
1051
+ - Implement `Card`, `CardSummary`, `Switch`, `Toggle` and `ToggleGroup` components
1052
+
1053
+ ### Changed
1054
+
1055
+ - Update `Spinner` and `Button` components to handle responsive sizes
1056
+ - Update `Icon` and `AvatarIcon` components to handle xl and 2xl responsive sizes
1057
+
1058
+ ### Fixed
1059
+
1060
+ - Update `InputSearch` component to fix server-side rendering
1061
+
1062
+ ## [1.0.6] - 2023-12-13
1063
+
1064
+ ### Added
1065
+
1066
+ - Implement `Tag`, `InputContainer`, `InputText` and `InputSearch` components
1067
+ - Documentation on how to handle library dependencies
1068
+ - `shadow-none` and `shake` Tailwind CSS utility classes
1069
+
1070
+ ### Changed
1071
+
1072
+ - Update library documentation
1073
+ - Output `build.css` file to be able to use ODS library without TailwindCSS
1074
+ - Relax `dependencies` and `peerDependencies` versions
1075
+ - Prettier configuration to propertly format markdown files
1076
+ - Bump `@adobe/css-tools` from 4.3.1 to 4.3.2
1077
+
1078
+ ### Fixed
1079
+
1080
+ - Correctly format `README.md` links on Storybook
1081
+ - Handling of value length for controlled inputs
1082
+
1083
+ ## [1.0.5] - 2023-11-20
1084
+
1085
+ ### Changed
1086
+
1087
+ - Update `lint-staged` to v15
1088
+ - Update `babel`, `rollup`, `storybook` dependencies
1089
+ - Bundle `tslib` utilities into library by removing `importHelpers` TypeScript configuration
1090
+
1091
+ ### Fixed
1092
+
1093
+ - Introduce `@svgr/rollup` to correctly bundle SVGs
1094
+ - Remove redundant `jackspeak` dependency resolution
1095
+ - Move `"@svgr/rollup` dependency to dev dependencies
1096
+
1097
+ ### Removed
1098
+
1099
+ - Remove redundant `postcss` step and dependency
1100
+ - Do not include `tailwindcss` configuration utilities into bundle
1101
+
1102
+ ## [1.0.4] - 2023-11-09
1103
+
1104
+ ### Fixed
1105
+
1106
+ - Mark all dependencies as external to fix library build
1107
+
1108
+ ## [1.0.3] - 2023-11-08
1109
+
1110
+ ### Fixed
1111
+
1112
+ - Fix directory of types declarations
1113
+ - Remove empty `index.css` file
1114
+
1115
+ ## [1.0.2] - 2023-10-25
1116
+
1117
+ ### Added
1118
+
1119
+ - Implement `formatterUtils` class to format numbers
1120
+
1121
+ ### Changed
1122
+
1123
+ - Bump `@babel/traverse` from 7.23.0 to 7.23.2
1124
+
1125
+ ## [1.0.1] - 2023-10-16
1126
+
1127
+ ### Added
1128
+
1129
+ - Initial v1.0 release of `@aragon/ods` library