nfx-ui 0.11.0 → 0.11.1

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.
Files changed (1) hide show
  1. package/package.json +7 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nfx-ui",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "description": "Unified frontend UI library for the NFX product family: shared React components, design tokens, theme variables, and layout primitives for a consistent look and behavior across NFX console and other apps.",
@@ -132,9 +132,12 @@
132
132
  },
133
133
  "peerDependencies": {
134
134
  "@tanstack/react-query": "^5.90.21",
135
+ "i18next": ">= 25.0.0",
136
+ "i18next-browser-languagedetector": "^8.2.1",
135
137
  "postprocessing": "^6.38.3",
136
138
  "react": "^19.2.4",
137
139
  "react-dom": "^19.2.4",
140
+ "react-i18next": ">= 16.0.0",
138
141
  "three": "^0.183.2",
139
142
  "zustand": "^5.0.11"
140
143
  },
@@ -170,14 +173,11 @@
170
173
  "buffer": "^6.0.3",
171
174
  "eventemitter3": "^5.0.4",
172
175
  "gsap": "^3.14.2",
173
- "i18next": "^26.0.3",
174
- "i18next-browser-languagedetector": "^8.2.1",
175
176
  "lenis": "^1.3.21",
176
177
  "lucide-react": "^1.7.0",
177
178
  "motion": "^12.38.0",
178
179
  "react-datepicker": "^9.1.0",
179
180
  "react-hook-form": "^7.72.0",
180
- "react-i18next": "^17.0.2",
181
181
  "react-intersection-observer": "^10.0.3",
182
182
  "react-pro-sidebar": "^1.1.0",
183
183
  "react-router-dom": "^7.13.2",
@@ -186,6 +186,9 @@
186
186
  "zod": "^4.3.6"
187
187
  },
188
188
  "devDependencies": {
189
+ "i18next": "^26.0.3",
190
+ "i18next-browser-languagedetector": "^8.2.1",
191
+ "react-i18next": "^17.0.2",
189
192
  "@eslint/js": "^9.39.2",
190
193
  "@ianvs/prettier-plugin-sort-imports": "^4.7.1",
191
194
  "@tanstack/react-query": "^5.96.0",