@aragon/gov-ui-kit 1.0.59 → 1.0.60

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.
@@ -21,10 +21,5 @@ export type IAssetDataListItemStructureProps = IDataListItemProps & {
21
21
  * The fiat price of the asset.
22
22
  */
23
23
  fiatPrice?: number | string;
24
- /**
25
- * The price change in percentage of the asset.
26
- * @default 0
27
- */
28
- priceChange?: number;
29
24
  };
30
25
  export declare const AssetDataListItemStructure: React.FC<IAssetDataListItemStructureProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aragon/gov-ui-kit",
3
- "version": "1.0.59",
3
+ "version": "1.0.60",
4
4
  "description": "Implementation of the Aragon's Governance UI Kit",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/types/src/index.d.ts",
@@ -66,7 +66,7 @@
66
66
  "@tiptap/starter-kit": "^2.10.0",
67
67
  "blockies-ts": "^1.0.0",
68
68
  "classnames": "^2.0.0",
69
- "framer-motion": "^11.13.0",
69
+ "framer-motion": "^11.15.0",
70
70
  "luxon": "^3.5.0",
71
71
  "react-dropzone": "^14.3.0",
72
72
  "react-imask": "^7.6.1",
@@ -81,19 +81,19 @@
81
81
  "react-hook-form": "^7.54.0",
82
82
  "tailwindcss": "^3.4.0",
83
83
  "viem": "^2.21.0",
84
- "wagmi": "^2.13.0"
84
+ "wagmi": "^2.14.0"
85
85
  },
86
86
  "devDependencies": {
87
87
  "@babel/core": "^7.26.0",
88
88
  "@babel/preset-env": "^7.26.0",
89
89
  "@babel/preset-react": "^7.26.3",
90
90
  "@babel/preset-typescript": "^7.26.0",
91
- "@hookform/devtools": "^4.3.1",
92
- "@rollup/plugin-commonjs": "^28.0.1",
91
+ "@hookform/devtools": "^4.3.2",
92
+ "@rollup/plugin-commonjs": "^28.0.2",
93
93
  "@rollup/plugin-image": "^3.0.3",
94
- "@rollup/plugin-node-resolve": "^15.3.0",
94
+ "@rollup/plugin-node-resolve": "^16.0.0",
95
95
  "@rollup/plugin-terser": "^0.4.4",
96
- "@rollup/plugin-typescript": "^12.1.1",
96
+ "@rollup/plugin-typescript": "^12.1.2",
97
97
  "@storybook/addon-designs": "^8.0.4",
98
98
  "@storybook/addon-essentials": "^8.4.7",
99
99
  "@storybook/addon-links": "^8.4.7",
@@ -106,7 +106,7 @@
106
106
  "@svgr/rollup": "^8.1.0",
107
107
  "@svgr/webpack": "^8.1.0",
108
108
  "@tailwindcss/typography": "^0.5.15",
109
- "@tanstack/react-query": "^5.62.3",
109
+ "@tanstack/react-query": "^5.62.7",
110
110
  "@testing-library/dom": "^10.4.0",
111
111
  "@testing-library/jest-dom": "^6.6.3",
112
112
  "@testing-library/react": "^16.1.0",
@@ -118,7 +118,7 @@
118
118
  "@types/sanitize-html": "^2.13.0",
119
119
  "autoprefixer": "^10.4.20",
120
120
  "cross-env": "^7.0.3",
121
- "eslint": "^9.16.0",
121
+ "eslint": "^9.17.0",
122
122
  "eslint-import-resolver-typescript": "^3.7.0",
123
123
  "eslint-plugin-import": "^2.31.0",
124
124
  "eslint-plugin-jsx-a11y": "^6.10.2",
@@ -130,7 +130,7 @@
130
130
  "husky": "^9.1.7",
131
131
  "jest": "^29.7.0",
132
132
  "jest-environment-jsdom": "^29.7.0",
133
- "lint-staged": "^15.2.10",
133
+ "lint-staged": "^15.2.11",
134
134
  "postcss": "^8.4.48",
135
135
  "postcss-loader": "^8.1.1",
136
136
  "prettier": "^3.4.2",
@@ -138,7 +138,7 @@
138
138
  "prettier-plugin-tailwindcss": "^0.6.9",
139
139
  "react": "^19.0.0",
140
140
  "react-dom": "^19.0.0",
141
- "react-hook-form": "^7.54.0",
141
+ "react-hook-form": "^7.54.1",
142
142
  "rollup": "^4.28.1",
143
143
  "rollup-plugin-peer-deps-external": "^2.2.4",
144
144
  "rollup-plugin-postcss": "^4.0.2",
@@ -147,9 +147,9 @@
147
147
  "tailwindcss": "^3.4.16",
148
148
  "ts-jest": "^29.2.5",
149
149
  "typescript": "^5.7.2",
150
- "typescript-eslint": "^8.18.0",
151
- "viem": "^2.21.54",
152
- "wagmi": "^2.13.5"
150
+ "typescript-eslint": "^8.18.1",
151
+ "viem": "^2.21.55",
152
+ "wagmi": "^2.14.1"
153
153
  },
154
154
  "bugs": {
155
155
  "url": "https://github.com/aragon/gov-ui-kit/issues"