@cryptofi/core-ui 3.0.5 → 3.0.6

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.
@@ -501,7 +501,7 @@ interface CfCheckboxProps extends CheckboxProps {
501
501
  }
502
502
  declare const CfCheckbox: (props: CfCheckboxProps) => react_jsx_runtime.JSX.Element;
503
503
 
504
- declare const Actions: ({ uiColor, isLocalDev, enableRefetch, setEnableRefetch, setShowBreakpointDebugger, onDrawerClose, }: {
504
+ declare const Actions: ({ uiColor, isLocalDev, enableRefetch, setEnableRefetch, setShowBreakpointDebugger, onDrawerClose, enableBrandColors, }: {
505
505
  uiColor: string;
506
506
  idToken: string | undefined;
507
507
  isLocalDev: boolean;
@@ -509,6 +509,7 @@ declare const Actions: ({ uiColor, isLocalDev, enableRefetch, setEnableRefetch,
509
509
  setEnableRefetch: (value: boolean) => void;
510
510
  setShowBreakpointDebugger: (value: boolean) => void;
511
511
  onDrawerClose: () => void;
512
+ enableBrandColors?: boolean;
512
513
  }) => react_jsx_runtime.JSX.Element;
513
514
  //# sourceMappingURL=Actions.d.ts.map
514
515
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptofi/core-ui",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "author": {
5
5
  "name": "CryptoFi"
6
6
  },
@@ -41,7 +41,7 @@
41
41
  "lodash": "^4.17.23",
42
42
  "nanoid": "^3.3.11",
43
43
  "react-currency-input-field": "^4.0.3",
44
- "react-hook-form": "^7.71.1",
44
+ "react-hook-form": "^7.71.2",
45
45
  "react-paginate": "^8.3.0",
46
46
  "recharts": "^3.7.0",
47
47
  "yup": "^1.7.0"
@@ -52,7 +52,7 @@
52
52
  "@chakra-ui/storybook-addon": "^5.2.5",
53
53
  "@emotion/react": "^11.14.0",
54
54
  "@emotion/styled": "^11.14.1",
55
- "@eslint/js": "^9.39.2",
55
+ "@eslint/js": "^9.39.3",
56
56
  "@rollup/plugin-commonjs": "^29.0.0",
57
57
  "@rollup/plugin-node-resolve": "^16.0.3",
58
58
  "@rollup/plugin-terser": "^0.4.4",
@@ -79,14 +79,14 @@
79
79
  "@types/big.js": "^6.2.2",
80
80
  "@types/eslint__js": "^9.14.0",
81
81
  "@types/jest": "^30.0.0",
82
- "@types/lodash": "^4.17.23",
82
+ "@types/lodash": "^4.17.24",
83
83
  "@types/node": "^25.2.3",
84
84
  "@types/prop-types": "^15",
85
85
  "@types/react": "^19.x.x",
86
86
  "@types/react-dom": "^19.x.x",
87
87
  "@types/rollup-plugin-peer-deps-external": "^2",
88
88
  "@types/stringify-object": "^4.0.4",
89
- "@typescript-eslint/eslint-plugin": "^8.54.0",
89
+ "@typescript-eslint/eslint-plugin": "^8.56.0",
90
90
  "@typescript-eslint/parser": "^8.56.0",
91
91
  "chalk": "^4.1.2",
92
92
  "core-js": "^3.48.0",
@@ -112,19 +112,19 @@
112
112
  "react": "^18.x.x",
113
113
  "react-dom": "^18.x.x",
114
114
  "react-imask": "^7.6.1",
115
- "rollup": "^4.57.1",
115
+ "rollup": "^4.59.0",
116
116
  "rollup-plugin-delete": "^3.0.2",
117
117
  "rollup-plugin-dts": "^6.3.0",
118
118
  "rollup-plugin-filesize": "^10.0.0",
119
119
  "rollup-plugin-peer-deps-external": "^2.2.4",
120
120
  "rollup-plugin-typescript2": "^0.36.0",
121
- "rollup-plugin-visualizer": "^6.0.5",
122
- "storybook": "^8.6.15",
121
+ "rollup-plugin-visualizer": "^7.0.0",
122
+ "storybook": "^8.6.17",
123
123
  "stringify-object": "^6.0.0",
124
124
  "ts-jest": "^29.4.6",
125
125
  "tslib": "^2.8.1",
126
126
  "typescript": "^5.9.3",
127
- "typescript-eslint": "^8.55.0",
127
+ "typescript-eslint": "^8.56.0",
128
128
  "vite": "^6.4.1"
129
129
  },
130
130
  "scripts": {