@memori.ai/memori-react 7.17.0 → 7.17.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
 
2
2
 
3
+ ## [7.17.1](https://github.com/memori-ai/memori-react/compare/v7.17.0...v7.17.1) (2025-02-20)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ja zh lang labels ([07e9d05](https://github.com/memori-ai/memori-react/commit/07e9d05815d60b387eafbd1bd86b6b790fa3948a))
9
+
3
10
  ## [7.17.0](https://github.com/memori-ai/memori-react/compare/v7.16.2...v7.17.0) (2025-02-17)
4
11
 
5
12
 
@@ -14,8 +14,8 @@ exports.chatLanguages = [
14
14
  { value: 'FI', label: 'Suomi' },
15
15
  { value: 'EL', label: 'Ελληνικά' },
16
16
  { value: 'AR', label: 'العربية' },
17
- { value: 'ZH', label: '中文' },
18
- { value: 'JA', label: '日本語' },
17
+ { value: 'JA', label: '中文' },
18
+ { value: 'ZH', label: '日本語' },
19
19
  ];
20
20
  exports.uiLanguages = ['en', 'it', 'fr', 'es', 'de'];
21
21
  exports.allowedMediaTypes = [
@@ -11,8 +11,8 @@ export const chatLanguages = [
11
11
  { value: 'FI', label: 'Suomi' },
12
12
  { value: 'EL', label: 'Ελληνικά' },
13
13
  { value: 'AR', label: 'العربية' },
14
- { value: 'ZH', label: '中文' },
15
- { value: 'JA', label: '日本語' },
14
+ { value: 'JA', label: '中文' },
15
+ { value: 'ZH', label: '日本語' },
16
16
  ];
17
17
  export const uiLanguages = ['en', 'it', 'fr', 'es', 'de'];
18
18
  export const allowedMediaTypes = [
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "7.17.0",
2
+ "version": "7.17.1",
3
3
  "name": "@memori.ai/memori-react",
4
4
  "author": "Memori Srl",
5
5
  "main": "dist/index.js",
@@ -1616,13 +1616,13 @@ exports[`renders StartPanel with multilangual unchanged 1`] = `
1616
1616
  </option>
1617
1617
  <option
1618
1618
  aria-label="中文"
1619
- value="ZH"
1619
+ value="JA"
1620
1620
  >
1621
1621
  中文
1622
1622
  </option>
1623
1623
  <option
1624
1624
  aria-label="日本語"
1625
- value="JA"
1625
+ value="ZH"
1626
1626
  >
1627
1627
  日本語
1628
1628
  </option>
@@ -325,13 +325,13 @@ exports[`renders Chat layout unchanged 1`] = `
325
325
  </option>
326
326
  <option
327
327
  aria-label="中文"
328
- value="ZH"
328
+ value="JA"
329
329
  >
330
330
  中文
331
331
  </option>
332
332
  <option
333
333
  aria-label="日本語"
334
- value="JA"
334
+ value="ZH"
335
335
  >
336
336
  日本語
337
337
  </option>
@@ -364,13 +364,13 @@ exports[`renders FullPage layout unchanged 1`] = `
364
364
  </option>
365
365
  <option
366
366
  aria-label="中文"
367
- value="ZH"
367
+ value="JA"
368
368
  >
369
369
  中文
370
370
  </option>
371
371
  <option
372
372
  aria-label="日本語"
373
- value="JA"
373
+ value="ZH"
374
374
  >
375
375
  日本語
376
376
  </option>
@@ -826,13 +826,13 @@ exports[`renders FullPage layout with root css properties unchanged 1`] = `
826
826
  </option>
827
827
  <option
828
828
  aria-label="中文"
829
- value="ZH"
829
+ value="JA"
830
830
  >
831
831
  中文
832
832
  </option>
833
833
  <option
834
834
  aria-label="日本語"
835
- value="JA"
835
+ value="ZH"
836
836
  >
837
837
  日本語
838
838
  </option>
@@ -418,13 +418,13 @@ exports[`renders Totem layout unchanged 1`] = `
418
418
  </option>
419
419
  <option
420
420
  aria-label="中文"
421
- value="ZH"
421
+ value="JA"
422
422
  >
423
423
  中文
424
424
  </option>
425
425
  <option
426
426
  aria-label="日本語"
427
- value="JA"
427
+ value="ZH"
428
428
  >
429
429
  日本語
430
430
  </option>
@@ -364,13 +364,13 @@ exports[`renders ZOOMED_FULL_BODY layout unchanged 1`] = `
364
364
  </option>
365
365
  <option
366
366
  aria-label="中文"
367
- value="ZH"
367
+ value="JA"
368
368
  >
369
369
  中文
370
370
  </option>
371
371
  <option
372
372
  aria-label="日本語"
373
- value="JA"
373
+ value="ZH"
374
374
  >
375
375
  日本語
376
376
  </option>
@@ -11,8 +11,8 @@ export const chatLanguages = [
11
11
  { value: 'FI', label: 'Suomi' },
12
12
  { value: 'EL', label: 'Ελληνικά' },
13
13
  { value: 'AR', label: 'العربية' },
14
- { value: 'ZH', label: '中文' },
15
- { value: 'JA', label: '日本語' },
14
+ { value: 'JA', label: '中文' },
15
+ { value: 'ZH', label: '日本語' },
16
16
  ];
17
17
 
18
18
  export const uiLanguages = ['en', 'it', 'fr', 'es', 'de'];