@cryptofi/core-ui 1.6.8 → 1.6.9

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.
@@ -1,5 +1,5 @@
1
1
  import * as _chakra_ui_react from '@chakra-ui/react';
2
- import { IconProps, ButtonGroupProps, ButtonProps, CardProps, FlexProps, CheckboxProps, SystemStyleObject, InputProps as InputProps$1, ModalProps, LayoutProps, ModalBodyProps, ModalContentProps, LinkProps, SelectProps, TagProps, ChakraComponent, UseToastOptions } from '@chakra-ui/react';
2
+ import { IconProps, ButtonGroupProps, ButtonProps, CardProps, FlexProps, CheckboxProps, InputProps as InputProps$1, SystemStyleObject, ModalProps, LayoutProps, ModalBodyProps, ModalContentProps, LinkProps, SelectProps, TagProps, ChakraComponent, UseToastOptions } from '@chakra-ui/react';
3
3
  import * as react_jsx_runtime from 'react/jsx-runtime';
4
4
  import React$1, { SVGProps, CSSProperties, ReactElement, ReactNode, FormEvent, Dispatch, SetStateAction } from 'react';
5
5
  import { CurveType } from 'recharts/types/shape/Curve';
@@ -315,7 +315,6 @@ 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;
319
318
  lighthouse(alpha?: number): string;
320
319
  coolElegance(alpha?: number): string;
321
320
  sonicSilver(alpha?: number): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptofi/core-ui",
3
- "version": "1.6.8",
3
+ "version": "1.6.9",
4
4
  "author": {
5
5
  "name": "CryptoFi"
6
6
  },
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@chakra-ui/anatomy": "^2.3.4",
59
- "@hookform/resolvers": "^3.10.0",
59
+ "@hookform/resolvers": "^4.0.0",
60
60
  "big.js": "^6.2.2",
61
61
  "colord": "^2.9.3",
62
62
  "currency.js": "^2.0.4",
@@ -66,16 +66,16 @@
66
66
  "react-currency-input-field": "^3.9.0",
67
67
  "react-hook-form": "^7.54.2",
68
68
  "react-paginate": "^8.3.0",
69
- "recharts": "^2.15.0",
69
+ "recharts": "^2.15.1",
70
70
  "yup": "^1.6.1"
71
71
  },
72
72
  "devDependencies": {
73
- "@babel/core": "^7.26.0",
73
+ "@babel/core": "^7.26.8",
74
74
  "@chakra-ui/react": "^2.10.3",
75
75
  "@chakra-ui/storybook-addon": "^5.2.5",
76
76
  "@emotion/react": "^11.14.0",
77
77
  "@emotion/styled": "^11.14.0",
78
- "@eslint/js": "^9.18.0",
78
+ "@eslint/js": "^9.20.0",
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",
@@ -106,13 +106,13 @@
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.22.0",
110
- "@typescript-eslint/parser": "^8.22.0",
109
+ "@typescript-eslint/eslint-plugin": "^8.23.0",
110
+ "@typescript-eslint/parser": "^8.23.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
- "eslint": "^9.19.0",
115
+ "eslint": "^9.20.0",
116
116
  "eslint-config-prettier": "^10.0.1",
117
117
  "eslint-plugin-check-file": "^2.8.0",
118
118
  "eslint-plugin-import": "^2.31.0",
@@ -127,12 +127,12 @@
127
127
  "identity-obj-proxy": "^3.0.0",
128
128
  "jest": "^29.4.0",
129
129
  "pnpapi": "^0.0.0",
130
- "prettier": "^3.4.2",
130
+ "prettier": "^3.5.0",
131
131
  "prop-types": "^15.8.1",
132
132
  "react": "^18.3.1",
133
133
  "react-dom": "^18.3.1",
134
134
  "react-imask": "^7.6.1",
135
- "rollup": "^4.31.0",
135
+ "rollup": "^4.34.6",
136
136
  "rollup-plugin-delete": "^2.1.0",
137
137
  "rollup-plugin-dts": "^6.1.1",
138
138
  "rollup-plugin-filesize": "^10.0.0",
@@ -143,7 +143,7 @@
143
143
  "stringify-object": "^5.0.0",
144
144
  "ts-jest": "^29.2.5",
145
145
  "typescript": "^5.7.3",
146
- "typescript-eslint": "^8.19.0",
146
+ "typescript-eslint": "^8.23.0",
147
147
  "vite": "^6.0.11"
148
148
  },
149
149
  "packageManager": "yarn@4.6.0"