@nocobase/client-v2 2.1.25 → 2.1.26

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.
@@ -83,7 +83,8 @@ const languageCodes = {
83
83
  "tk-TK": { label: "Turkmen" },
84
84
  "tr-TR": { label: "T\xFCrk\xE7e" },
85
85
  "uk-UA": { label: "\u0423\u043A\u0440\u0430\u0457\u043D\u0441\u044C\u043A\u0430" },
86
- "ur-PK": { label: "O\u02BBzbekcha" },
86
+ "ur-PK": { label: "\u0627\u0631\u062F\u0648" },
87
+ "uz-UZ": { label: "O\u02BBzbekcha" },
87
88
  "vi-VN": { label: "Ti\u1EBFng Vi\u1EC7t" },
88
89
  "zh-CN": { label: "\u7B80\u4F53\u4E2D\u6587" },
89
90
  "zh-HK": { label: "\u7E41\u9AD4\u4E2D\u6587\uFF08\u9999\u6E2F\uFF09" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/client-v2",
3
- "version": "2.1.25",
3
+ "version": "2.1.26",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.mjs",
@@ -27,11 +27,11 @@
27
27
  "@formily/antd-v5": "1.2.3",
28
28
  "@formily/react": "^2.2.27",
29
29
  "@formily/shared": "^2.2.27",
30
- "@nocobase/evaluators": "2.1.25",
31
- "@nocobase/flow-engine": "2.1.25",
32
- "@nocobase/sdk": "2.1.25",
33
- "@nocobase/shared": "2.1.25",
34
- "@nocobase/utils": "2.1.25",
30
+ "@nocobase/evaluators": "2.1.26",
31
+ "@nocobase/flow-engine": "2.1.26",
32
+ "@nocobase/sdk": "2.1.26",
33
+ "@nocobase/shared": "2.1.26",
34
+ "@nocobase/utils": "2.1.26",
35
35
  "ahooks": "^3.7.2",
36
36
  "antd": "5.24.2",
37
37
  "antd-style": "3.7.1",
@@ -47,5 +47,5 @@
47
47
  "react-i18next": "^11.15.1",
48
48
  "react-router-dom": "^6.30.1"
49
49
  },
50
- "gitHead": "f3326a2681004deee97b563fb6ab04744e26ac71"
50
+ "gitHead": "b25700115794487b342ac33a63a1a988c75c112c"
51
51
  }
@@ -26,6 +26,10 @@ export default function useStyle() {
26
26
  () => ({
27
27
  [`.${COMPONENT_CLS}`]: {
28
28
  '.vditor-reset': { fontSize: `${token.fontSize}px !important`, color: 'unset' },
29
+ '.vditor-reset h2': {
30
+ borderBottom: 'none !important',
31
+ boxShadow: 'none !important',
32
+ },
29
33
  '.vditor': {
30
34
  borderRadius: 8,
31
35
  },
@@ -73,7 +73,8 @@ export const languageCodes: Record<string, LocaleOptions> = {
73
73
  'tk-TK': { label: 'Turkmen' },
74
74
  'tr-TR': { label: 'Türkçe' },
75
75
  'uk-UA': { label: 'Українська' },
76
- 'ur-PK': { label: 'Oʻzbekcha' },
76
+ 'ur-PK': { label: 'اردو' },
77
+ 'uz-UZ': { label: 'Oʻzbekcha' },
77
78
  'vi-VN': { label: 'Tiếng Việt' },
78
79
  'zh-CN': { label: '简体中文' },
79
80
  'zh-HK': { label: '繁體中文(香港)' },