@validationcloud/fractal-ui 1.63.0 → 1.65.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/echarts-renderer/formatters/formatter-functions.d.ts +33 -1
- package/dist/components/echarts-renderer/formatters/formatter-functions.js +53 -39
- package/dist/components/echarts-renderer/formatters/replace-formatter-tokens.d.ts +8 -4
- package/dist/components/echarts-renderer/formatters/replace-formatter-tokens.js +48 -41
- package/dist/components/echarts-renderer/mavrik-theme-horizontal.json.d.ts +67 -0
- package/dist/components/echarts-renderer/mavrik-theme-horizontal.json.js +20 -18
- package/dist/components/echarts-renderer/mavrik-theme.json.d.ts +67 -0
- package/dist/components/echarts-renderer/mavrik-theme.json.js +20 -18
- package/dist/components/mount-svg-sprite/mount-svg-sprite.js +1 -1
- package/dist/components/protocol-logo/protocol-logo-ids.d.ts +1 -1
- package/package.json +29 -29
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const protocolLogoIds: readonly ["abs", "aleo", "ape", "apt", "arb", "astr", "avax", "axl", "b2", "babylon", "base", "bera", "bnb", "bob", "btc", "btr", "celo", "cfx", "core", "corn", "cro", "cspr", "eigenlayer", "eth", "eth_light", "fhe", "frax", "gno", "hash", "hbar", "hsk", "hype", "icp", "ink", "jovay", "kat", "lens", "linea", "lsk", "matic", "merl", "metal", "metis", "mezo", "mint", "mnt", "mode", "mon", "obol", "okb", "op", "opbnb", "optimism", "plume", "rbtc", "ron", "s", "saga", "sauce", "scr", "sei", "shibarium", "sol", "soneium", "ssv", "stable", "starknet", "stt", "supr", "taiko", "tac", "tao", "ton", "trx", "uni", "union", "wemix", "wld", "xlm", "xtz", "zk"];
|
|
1
|
+
export declare const protocolLogoIds: readonly ["abs", "aleo", "ape", "apt", "arb", "astr", "avax", "axl", "b2", "babylon", "base", "bera", "bnb", "bob", "btc", "btr", "celo", "cfx", "core", "corn", "cro", "cspr", "eigenlayer", "eth", "eth_light", "fhe", "frax", "gno", "hash", "hbar", "hsk", "hype", "icp", "ink", "jovay", "kat", "lens", "linea", "lsk", "matic", "merl", "metal", "metis", "mezo", "mint", "mnt", "mode", "mon", "obol", "okb", "op", "opbnb", "optimism", "pharos", "plume", "rbtc", "ron", "s", "saga", "sauce", "scr", "sei", "shibarium", "sol", "soneium", "ssv", "stable", "starknet", "stt", "supr", "taiko", "tac", "tao", "ton", "trx", "uni", "union", "wemix", "wld", "xlm", "xtz", "zk"];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@validationcloud/fractal-ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.65.0",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"files": [
|
|
@@ -46,38 +46,37 @@
|
|
|
46
46
|
},
|
|
47
47
|
"./tailwind.css": "./dist/styles/tailwind.css"
|
|
48
48
|
},
|
|
49
|
-
"packageManager": "pnpm@10.
|
|
49
|
+
"packageManager": "pnpm@10.28.0",
|
|
50
50
|
"engines": {
|
|
51
51
|
"node": ">=22.14.0"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"radix-ui": "^1",
|
|
55
|
-
"react": "^19",
|
|
56
|
-
"react-dom": "^19",
|
|
57
|
-
"react-transition-state": "^2",
|
|
58
|
-
"tailwind-merge": "^3",
|
|
59
|
-
"zod": "^4"
|
|
54
|
+
"radix-ui": "^1.4.3",
|
|
55
|
+
"react": "^19.2.3",
|
|
56
|
+
"react-dom": "^19.2.3",
|
|
57
|
+
"react-transition-state": "^2.3.2",
|
|
58
|
+
"tailwind-merge": "^3.4.0",
|
|
59
|
+
"zod": "^4.3.5"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@eslint/compat": "^2.0.
|
|
63
|
-
"@eslint/js": "^9.39.
|
|
64
|
-
"@storybook/addon-docs": "^10.1.
|
|
65
|
-
"@storybook/addon-onboarding": "^10.1.
|
|
66
|
-
"@storybook/react-vite": "^10.1.
|
|
67
|
-
"@tailwindcss/postcss": "^4",
|
|
68
|
-
"@trivago/prettier-plugin-sort-imports": "^6.0.
|
|
62
|
+
"@eslint/compat": "^2.0.1",
|
|
63
|
+
"@eslint/js": "^9.39.2",
|
|
64
|
+
"@storybook/addon-docs": "^10.1.11",
|
|
65
|
+
"@storybook/addon-onboarding": "^10.1.11",
|
|
66
|
+
"@storybook/react-vite": "^10.1.11",
|
|
67
|
+
"@tailwindcss/postcss": "^4.1.18",
|
|
68
|
+
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
|
|
69
69
|
"@types/culori": "^4.0.1",
|
|
70
|
-
"@types/node": "^24",
|
|
71
|
-
"@types/react": "^19",
|
|
72
|
-
"@types/react-dom": "^19",
|
|
70
|
+
"@types/node": "^24.10.7",
|
|
71
|
+
"@types/react": "^19.2.8",
|
|
72
|
+
"@types/react-dom": "^19.2.3",
|
|
73
73
|
"@vitejs/plugin-react": "^5.1.2",
|
|
74
|
-
"skia-canvas": "^3.0.8",
|
|
75
74
|
"culori": "^4.0.2",
|
|
76
|
-
"eslint": "^9.39.
|
|
75
|
+
"eslint": "^9.39.2",
|
|
77
76
|
"eslint-config-prettier": "^10.1.8",
|
|
78
77
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
79
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
80
|
-
"eslint-plugin-storybook": "^10.1.
|
|
78
|
+
"eslint-plugin-react-refresh": "^0.4.26",
|
|
79
|
+
"eslint-plugin-storybook": "^10.1.11",
|
|
81
80
|
"globals": "^16.5.0",
|
|
82
81
|
"postcss": "^8.5.6",
|
|
83
82
|
"prettier": "3.7.4",
|
|
@@ -86,22 +85,23 @@
|
|
|
86
85
|
"rollup-plugin-copy": "^3.5.0",
|
|
87
86
|
"rollup-preserve-directives": "^1.1.3",
|
|
88
87
|
"semantic-release": "^25.0.2",
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"typescript
|
|
93
|
-
"
|
|
88
|
+
"skia-canvas": "^3.0.8",
|
|
89
|
+
"storybook": "^10.1.11",
|
|
90
|
+
"tailwindcss": "^4.1.18",
|
|
91
|
+
"typescript": "^5.9.3",
|
|
92
|
+
"typescript-eslint": "^8.52.0",
|
|
93
|
+
"vite": "^7.3.1",
|
|
94
94
|
"vite-plugin-dts": "^4.5.4",
|
|
95
|
-
"vitest": "^4.0.
|
|
95
|
+
"vitest": "^4.0.16"
|
|
96
96
|
},
|
|
97
97
|
"peerDependencies": {
|
|
98
98
|
"@radix-ui/react-compose-refs": "^1",
|
|
99
99
|
"echarts": "^6",
|
|
100
|
-
"skia-canvas": "^3",
|
|
101
100
|
"radix-ui": "^1",
|
|
102
101
|
"react": "^19",
|
|
103
102
|
"react-dom": "^19",
|
|
104
103
|
"react-transition-state": "^2",
|
|
104
|
+
"skia-canvas": "^3",
|
|
105
105
|
"tailwind-merge": "^3",
|
|
106
106
|
"zod": "^4"
|
|
107
107
|
},
|