@aragon/gov-ui-kit 1.0.60 → 1.0.61

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.
@@ -0,0 +1 @@
1
+ export declare const DocsPage: React.FC;
@@ -0,0 +1 @@
1
+ export { DocsPage } from './docsPage';
@@ -0,0 +1,2 @@
1
+ export * from './docsPage';
2
+ export * from './styleBlock';
@@ -0,0 +1 @@
1
+ export { StyleBlock, type ICustomisationDoc } from './styleBlock';
@@ -0,0 +1,15 @@
1
+ export interface ICustomisationDoc {
2
+ /**
3
+ * Name of the variable.
4
+ */
5
+ name: string;
6
+ /**
7
+ * Description of the variable.
8
+ */
9
+ description?: string;
10
+ /**
11
+ * Default value of the variable.
12
+ */
13
+ value: string;
14
+ }
15
+ export declare const StyleBlock: React.FC;
@@ -17,7 +17,4 @@ export interface IAvatarProps extends ComponentPropsWithoutRef<'img'> {
17
17
  */
18
18
  size?: AvatarSize;
19
19
  }
20
- /**
21
- * Avatar component
22
- */
23
20
  export declare const Avatar: React.FC<IAvatarProps>;
@@ -12,6 +12,10 @@ export interface IAssetTransferProps extends IWeb3ComponentProps {
12
12
  * Name of the asset transferred.
13
13
  */
14
14
  assetName: string;
15
+ /**
16
+ * Address of the asset transferred.
17
+ */
18
+ assetAddress?: string;
15
19
  /**
16
20
  * Icon URL of the transferred asset.
17
21
  */
@@ -28,9 +32,5 @@ export interface IAssetTransferProps extends IWeb3ComponentProps {
28
32
  * Price per asset in fiat.
29
33
  */
30
34
  assetFiatPrice?: number | string;
31
- /**
32
- * Transaction hash.
33
- */
34
- hash: string;
35
35
  }
36
36
  export declare const AssetTransfer: React.FC<IAssetTransferProps>;
@@ -9,6 +9,10 @@ export interface IProposalActionWithdrawTokenAsset {
9
9
  * Symbol of the token.
10
10
  */
11
11
  symbol: string;
12
+ /**
13
+ * Address of the token.
14
+ */
15
+ address?: string;
12
16
  /**
13
17
  * URL of the token logo.
14
18
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aragon/gov-ui-kit",
3
- "version": "1.0.60",
3
+ "version": "1.0.61",
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",
@@ -65,12 +65,12 @@
65
65
  "@tiptap/react": "^2.10.0",
66
66
  "@tiptap/starter-kit": "^2.10.0",
67
67
  "blockies-ts": "^1.0.0",
68
- "classnames": "^2.0.0",
68
+ "classnames": "^2.5.0",
69
69
  "framer-motion": "^11.15.0",
70
70
  "luxon": "^3.5.0",
71
71
  "react-dropzone": "^14.3.0",
72
- "react-imask": "^7.6.1",
73
- "sanitize-html": "^2.13.0",
72
+ "react-imask": "^7.6.0",
73
+ "sanitize-html": "^2.14.0",
74
74
  "tiptap-markdown": "^0.8.10"
75
75
  },
76
76
  "peerDependencies": {
@@ -88,7 +88,7 @@
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.2",
91
+ "@hookform/devtools": "^4.3.3",
92
92
  "@rollup/plugin-commonjs": "^28.0.2",
93
93
  "@rollup/plugin-image": "^3.0.3",
94
94
  "@rollup/plugin-node-resolve": "^16.0.0",
@@ -106,15 +106,15 @@
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.7",
109
+ "@tanstack/react-query": "^5.62.10",
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",
113
113
  "@testing-library/user-event": "^14.5.2",
114
114
  "@types/jest": "^29.5.14",
115
115
  "@types/luxon": "^3.4.2",
116
- "@types/react": "^19.0.1",
117
- "@types/react-dom": "^19.0.1",
116
+ "@types/react": "^19.0.2",
117
+ "@types/react-dom": "^19.0.2",
118
118
  "@types/sanitize-html": "^2.13.0",
119
119
  "autoprefixer": "^10.4.20",
120
120
  "cross-env": "^7.0.3",
@@ -122,7 +122,7 @@
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",
125
- "eslint-plugin-react": "^7.37.2",
125
+ "eslint-plugin-react": "^7.37.3",
126
126
  "eslint-plugin-react-hooks": "^5.1.0",
127
127
  "eslint-plugin-storybook": "^0.11.1",
128
128
  "eslint-plugin-tailwindcss": "^3.17.5",
@@ -131,25 +131,25 @@
131
131
  "jest": "^29.7.0",
132
132
  "jest-environment-jsdom": "^29.7.0",
133
133
  "lint-staged": "^15.2.11",
134
- "postcss": "^8.4.48",
134
+ "postcss": "^8.4.49",
135
135
  "postcss-loader": "^8.1.1",
136
136
  "prettier": "^3.4.2",
137
137
  "prettier-plugin-organize-imports": "^4.1.0",
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.1",
142
- "rollup": "^4.28.1",
141
+ "react-hook-form": "^7.54.2",
142
+ "rollup": "^4.29.1",
143
143
  "rollup-plugin-peer-deps-external": "^2.2.4",
144
144
  "rollup-plugin-postcss": "^4.0.2",
145
- "rollup-plugin-visualizer": "^5.12.0",
145
+ "rollup-plugin-visualizer": "^5.13.0",
146
146
  "storybook": "^8.4.7",
147
- "tailwindcss": "^3.4.16",
147
+ "tailwindcss": "^3.4.17",
148
148
  "ts-jest": "^29.2.5",
149
149
  "typescript": "^5.7.2",
150
- "typescript-eslint": "^8.18.1",
151
- "viem": "^2.21.55",
152
- "wagmi": "^2.14.1"
150
+ "typescript-eslint": "^8.18.2",
151
+ "viem": "^2.21.57",
152
+ "wagmi": "^2.14.6"
153
153
  },
154
154
  "bugs": {
155
155
  "url": "https://github.com/aragon/gov-ui-kit/issues"
@@ -3,4 +3,4 @@
3
3
  @import "./dialogs";
4
4
  @import "./dropdown";
5
5
  @import "./forms";
6
- @import "./illustrations/";
6
+ @import "./illustrations";