@aragon/gov-ui-kit 1.0.62 → 1.0.63
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.
- package/CHANGELOG.md +13 -0
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/types/src/core/components/forms/inputFileAvatar/index.d.ts +1 -1
- package/dist/types/src/core/components/forms/inputFileAvatar/inputFileAvatar.api.d.ts +19 -5
- package/dist/types/src/modules/assets/copy/modulesCopy.d.ts +2 -10
- package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsList/proposalActionUpdateMetadata/proposalActionUpdateMetadata.api.d.ts +2 -2
- package/dist/types/src/modules/components/proposal/proposalDataListItem/proposalDataListItemStatus/proposalDataListItemStatus.d.ts +1 -1
- package/dist/types/src/modules/components/proposal/proposalDataListItem/proposalDataListItemStructure/proposalDataListItemStructure.api.d.ts +6 -52
- package/dist/types/src/modules/components/proposal/proposalUtils.d.ts +2 -3
- package/package.json +16 -16
- package/dist/types/src/modules/components/proposal/proposalDataListItem/approvalThresholdResult/approvalThresholdResult.d.ts +0 -7
- package/dist/types/src/modules/components/proposal/proposalDataListItem/approvalThresholdResult/index.d.ts +0 -1
- package/dist/types/src/modules/components/proposal/proposalDataListItem/majorityVotingResult/index.d.ts +0 -1
- package/dist/types/src/modules/components/proposal/proposalDataListItem/majorityVotingResult/majorityVotingResult.d.ts +0 -7
- package/dist/types/src/modules/components/proposal/proposalDataListItem/proposalDataListItemUtils.d.ts +0 -7
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.0.63] - 2025-01-15
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Update `InputFileAvatar` core component to remove `onFileSelect` and `onFileError` properties and use `value` and
|
|
15
|
+
`onChange` properties instead
|
|
16
|
+
- Update `IProposalActionUpdateMetadataDaoMetadata` interface `logo` property to `avatar` to better align with actions
|
|
17
|
+
- Bump `softprops/action-gh-release` from 2.2.0 to 2.2.1
|
|
18
|
+
- Update minor and patch NPM dependencies
|
|
19
|
+
- Update `<ProposalDataListItem />` module component to include `statusContext` property and support `ADVANCEABLE`
|
|
20
|
+
status
|
|
21
|
+
- Remove `<MajorityVotingResult />` and `<ApprovalThresholdResult />` sub-components for `<ProposalDataListItem />`
|
|
22
|
+
|
|
10
23
|
## [1.0.62] - 2025-01-08
|
|
11
24
|
|
|
12
25
|
### Fixed
|