@cryptofi/core-ui 2.0.6 → 2.0.7

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.
@@ -476,12 +476,13 @@ declare const DevConsole: ({ children, footer, consoleButton, isLocalDev, }: {
476
476
  }) => react_jsx_runtime.JSX.Element;
477
477
  //# sourceMappingURL=DevConsole.d.ts.map
478
478
 
479
- declare const FloatingButton: ({ hideButton, enableRefetch, onOpen, uiColor, hasSystemOverride, authBypassEnabled, }: {
479
+ declare const FloatingButton: ({ hideButton, enableRefetch, onOpen, uiColor, hasSystemOverride, hasFiOverride, authBypassEnabled, }: {
480
480
  hideButton: boolean;
481
481
  enableRefetch: boolean;
482
482
  onOpen: () => void;
483
483
  uiColor: string;
484
484
  hasSystemOverride: boolean;
485
+ hasFiOverride: boolean;
485
486
  authBypassEnabled: boolean;
486
487
  }) => react_jsx_runtime.JSX.Element;
487
488
  //# sourceMappingURL=FloatingButton.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptofi/core-ui",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "author": {
5
5
  "name": "CryptoFi"
6
6
  },
@@ -110,14 +110,14 @@
110
110
  "@types/react-dom": "^19.x.x",
111
111
  "@types/rollup-plugin-peer-deps-external": "^2",
112
112
  "@types/stringify-object": "^4.0.4",
113
- "@typescript-eslint/eslint-plugin": "^8.31.1",
114
- "@typescript-eslint/parser": "^8.31.1",
113
+ "@typescript-eslint/eslint-plugin": "^8.32.0",
114
+ "@typescript-eslint/parser": "^8.32.0",
115
115
  "chalk": "^4.1.2",
116
116
  "core-js": "^3.42.0",
117
117
  "cross-var": "^1.1.0",
118
118
  "dotenv-cli": "^8.0.0",
119
119
  "eslint": "^9.25.1",
120
- "eslint-config-prettier": "^10.1.3",
120
+ "eslint-config-prettier": "^10.1.5",
121
121
  "eslint-plugin-check-file": "^3.2.0",
122
122
  "eslint-plugin-import": "^2.31.0",
123
123
  "eslint-plugin-jsx-a11y": "^6.10.2",
@@ -127,7 +127,7 @@
127
127
  "eslint-plugin-simple-import-sort": "^12.1.1",
128
128
  "eslint-plugin-unused-imports": "^4.1.4",
129
129
  "framer-motion": "^10.16.4",
130
- "globals": "^16.0.0",
130
+ "globals": "^16.1.0",
131
131
  "identity-obj-proxy": "^3.0.0",
132
132
  "jest": "^29.4.0",
133
133
  "pnpapi": "^0.0.0",
@@ -136,7 +136,7 @@
136
136
  "react": "^18.x.x",
137
137
  "react-dom": "^18.x.x",
138
138
  "react-imask": "^7.6.1",
139
- "rollup": "^4.36.0",
139
+ "rollup": "^4.40.2",
140
140
  "rollup-plugin-delete": "^3.0.1",
141
141
  "rollup-plugin-dts": "^6.2.1",
142
142
  "rollup-plugin-filesize": "^10.0.0",
@@ -147,7 +147,7 @@
147
147
  "stringify-object": "^5.0.0",
148
148
  "ts-jest": "^29.3.2",
149
149
  "typescript": "^5.8.3",
150
- "typescript-eslint": "^8.29.1",
150
+ "typescript-eslint": "^8.32.0",
151
151
  "vite": "^6.3.5"
152
152
  },
153
153
  "packageManager": "yarn@4.6.0"