@cryptofi/core-ui 3.0.3 → 3.0.4

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.
@@ -481,6 +481,7 @@ interface CfCheckboxProps extends CheckboxProps {
481
481
  labelPosition?: 'left' | 'right';
482
482
  spaceBetween?: boolean;
483
483
  name: string;
484
+ id?: string;
484
485
  register?: UseFormRegister<FieldValues> | any;
485
486
  }
486
487
  declare const CfCheckbox: (props: CfCheckboxProps) => react_jsx_runtime.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptofi/core-ui",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "author": {
5
5
  "name": "CryptoFi"
6
6
  },
@@ -67,16 +67,16 @@
67
67
  "colord": "^2.9.3",
68
68
  "currency.js": "^2.0.4",
69
69
  "dayjs": "^1.11.19",
70
- "lodash": "^4.17.21",
70
+ "lodash": "^4.17.23",
71
71
  "nanoid": "^3.3.11",
72
72
  "react-currency-input-field": "^4.0.3",
73
- "react-hook-form": "^7.69.0",
73
+ "react-hook-form": "^7.71.1",
74
74
  "react-paginate": "^8.3.0",
75
- "recharts": "^3.6.0",
75
+ "recharts": "^3.7.0",
76
76
  "yup": "^1.7.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@babel/core": "^7.28.5",
79
+ "@babel/core": "^7.29.0",
80
80
  "@chakra-ui/react": "^2.10.3",
81
81
  "@chakra-ui/storybook-addon": "^5.2.5",
82
82
  "@emotion/react": "^11.14.0",
@@ -88,8 +88,8 @@
88
88
  "@rollup/plugin-typescript": "^12.3.0",
89
89
  "@storybook/addon-essentials": "^8.6.14",
90
90
  "@storybook/addon-interactions": "^8.6.14",
91
- "@storybook/addon-links": "^8.6.14",
92
- "@storybook/addon-onboarding": "^8.6.14",
91
+ "@storybook/addon-links": "^8.6.15",
92
+ "@storybook/addon-onboarding": "^8.6.15",
93
93
  "@storybook/blocks": "^8.6.14",
94
94
  "@storybook/components": "^8.6.14",
95
95
  "@storybook/manager-api": "^8.6.14",
@@ -104,21 +104,21 @@
104
104
  "@svgr/plugin-prettier": "^8.1.0",
105
105
  "@svgr/plugin-svgo": "^8.1.0",
106
106
  "@testing-library/jest-dom": "^6.9.1",
107
- "@testing-library/react": "^16.3.1",
107
+ "@testing-library/react": "^16.3.2",
108
108
  "@types/big.js": "^6.2.2",
109
109
  "@types/eslint__js": "^9.14.0",
110
110
  "@types/jest": "^30.0.0",
111
- "@types/lodash": "^4.17.21",
112
- "@types/node": "^25.0.3",
111
+ "@types/lodash": "^4.17.23",
112
+ "@types/node": "^25.2.2",
113
113
  "@types/prop-types": "^15",
114
114
  "@types/react": "^19.x.x",
115
115
  "@types/react-dom": "^19.x.x",
116
116
  "@types/rollup-plugin-peer-deps-external": "^2",
117
117
  "@types/stringify-object": "^4.0.4",
118
- "@typescript-eslint/eslint-plugin": "^8.49.0",
119
- "@typescript-eslint/parser": "^8.50.0",
118
+ "@typescript-eslint/eslint-plugin": "^8.54.0",
119
+ "@typescript-eslint/parser": "^8.54.0",
120
120
  "chalk": "^4.1.2",
121
- "core-js": "^3.47.0",
121
+ "core-js": "^3.48.0",
122
122
  "cross-var": "^1.1.0",
123
123
  "dotenv-cli": "^11.0.0",
124
124
  "eslint": "^9.39.2",
@@ -126,22 +126,22 @@
126
126
  "eslint-plugin-check-file": "^3.3.1",
127
127
  "eslint-plugin-import": "^2.32.0",
128
128
  "eslint-plugin-jsx-a11y": "^6.10.2",
129
- "eslint-plugin-prettier": "5.5.4",
129
+ "eslint-plugin-prettier": "5.5.5",
130
130
  "eslint-plugin-react": "^7.37.5",
131
131
  "eslint-plugin-react-hooks": "^7.0.0",
132
132
  "eslint-plugin-simple-import-sort": "^12.1.1",
133
133
  "eslint-plugin-unused-imports": "^4.3.0",
134
134
  "framer-motion": "^10.16.4",
135
- "globals": "^16.5.0",
135
+ "globals": "^17.3.0",
136
136
  "identity-obj-proxy": "^3.0.0",
137
137
  "jest": "^30.2.0",
138
138
  "pnpapi": "^0.0.0",
139
- "prettier": "^3.7.4",
139
+ "prettier": "^3.8.1",
140
140
  "prop-types": "^15.8.1",
141
141
  "react": "^18.x.x",
142
142
  "react-dom": "^18.x.x",
143
143
  "react-imask": "^7.6.1",
144
- "rollup": "^4.54.0",
144
+ "rollup": "^4.57.1",
145
145
  "rollup-plugin-delete": "^3.0.2",
146
146
  "rollup-plugin-dts": "^6.3.0",
147
147
  "rollup-plugin-filesize": "^10.0.0",
@@ -153,7 +153,7 @@
153
153
  "ts-jest": "^29.4.6",
154
154
  "tslib": "^2.8.1",
155
155
  "typescript": "^5.9.3",
156
- "typescript-eslint": "^8.50.0",
156
+ "typescript-eslint": "^8.54.0",
157
157
  "vite": "^6.4.1"
158
158
  },
159
159
  "packageManager": "pnpm@10.19.0"