@cryptofi/core-ui 1.6.7 → 1.6.8

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.
@@ -315,6 +315,7 @@ declare const uiColors: {
315
315
  aijiroWhite(alpha?: number): string;
316
316
  mint(alpha?: number): string;
317
317
  white(alpha?: number): string;
318
+ jupiter(alpha?: number): string;
318
319
  lighthouse(alpha?: number): string;
319
320
  coolElegance(alpha?: number): string;
320
321
  sonicSilver(alpha?: number): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptofi/core-ui",
3
- "version": "1.6.7",
3
+ "version": "1.6.8",
4
4
  "author": {
5
5
  "name": "CryptoFi"
6
6
  },
@@ -65,7 +65,7 @@
65
65
  "nanoid": "^3.3.8",
66
66
  "react-currency-input-field": "^3.9.0",
67
67
  "react-hook-form": "^7.54.2",
68
- "react-paginate": "^8.2.0",
68
+ "react-paginate": "^8.3.0",
69
69
  "recharts": "^2.15.0",
70
70
  "yup": "^1.6.1"
71
71
  },
@@ -79,25 +79,25 @@
79
79
  "@rollup/plugin-commonjs": "^28.0.2",
80
80
  "@rollup/plugin-node-resolve": "^16.0.0",
81
81
  "@rollup/plugin-terser": "^0.4.4",
82
- "@storybook/addon-essentials": "^8.5.2",
83
- "@storybook/addon-interactions": "^8.5.2",
84
- "@storybook/addon-links": "^8.5.2",
85
- "@storybook/addon-onboarding": "^8.5.2",
86
- "@storybook/blocks": "^8.5.2",
87
- "@storybook/components": "^8.5.2",
88
- "@storybook/manager-api": "^8.5.2",
89
- "@storybook/preview-api": "^8.5.2",
90
- "@storybook/react": "^8.5.2",
91
- "@storybook/react-vite": "^8.5.2",
92
- "@storybook/test": "^8.5.2",
93
- "@storybook/types": "^8.5.2",
82
+ "@storybook/addon-essentials": "^8.5.3",
83
+ "@storybook/addon-interactions": "^8.5.3",
84
+ "@storybook/addon-links": "^8.5.3",
85
+ "@storybook/addon-onboarding": "^8.5.3",
86
+ "@storybook/blocks": "^8.5.3",
87
+ "@storybook/components": "^8.5.3",
88
+ "@storybook/manager-api": "^8.5.3",
89
+ "@storybook/preview-api": "^8.5.3",
90
+ "@storybook/react": "^8.5.3",
91
+ "@storybook/react-vite": "^8.5.3",
92
+ "@storybook/test": "^8.5.3",
93
+ "@storybook/types": "^8.5.3",
94
94
  "@svgr/cli": "^8.1.0",
95
95
  "@svgr/core": "^8.1.0",
96
96
  "@svgr/plugin-jsx": "^8.1.0",
97
97
  "@svgr/plugin-prettier": "^8.1.0",
98
98
  "@svgr/plugin-svgo": "^8.1.0",
99
99
  "@testing-library/jest-dom": "^6.6.3",
100
- "@testing-library/react": "^16.1.0",
100
+ "@testing-library/react": "^16.2.0",
101
101
  "@types/big.js": "^6.2.2",
102
102
  "@types/eslint__js": "^8.42.3",
103
103
  "@types/jest": "^29.5.14",
@@ -106,14 +106,14 @@
106
106
  "@types/react-dom": "^19.x.x",
107
107
  "@types/rollup-plugin-peer-deps-external": "^2",
108
108
  "@types/stringify-object": "^4.0.4",
109
- "@typescript-eslint/eslint-plugin": "^8.20.0",
110
- "@typescript-eslint/parser": "^8.19.1",
109
+ "@typescript-eslint/eslint-plugin": "^8.22.0",
110
+ "@typescript-eslint/parser": "^8.22.0",
111
111
  "chalk": "^4.1.2",
112
112
  "core-js": "^3.40.0",
113
113
  "cross-var": "^1.1.0",
114
114
  "dotenv-cli": "^8.0.0",
115
115
  "eslint": "^9.19.0",
116
- "eslint-config-prettier": "^9.1.0",
116
+ "eslint-config-prettier": "^10.0.1",
117
117
  "eslint-plugin-check-file": "^2.8.0",
118
118
  "eslint-plugin-import": "^2.31.0",
119
119
  "eslint-plugin-jsx-a11y": "^6.10.2",
@@ -139,7 +139,7 @@
139
139
  "rollup-plugin-peer-deps-external": "^2.2.4",
140
140
  "rollup-plugin-typescript2": "^0.36.0",
141
141
  "rollup-plugin-visualizer": "^5.14.0",
142
- "storybook": "^8.5.2",
142
+ "storybook": "^8.5.3",
143
143
  "stringify-object": "^5.0.0",
144
144
  "ts-jest": "^29.2.5",
145
145
  "typescript": "^5.7.3",