@next-core/brick-kit-v3 0.1.0 → 0.1.2

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.
@@ -609,7 +609,7 @@
609
609
  _defineProperty__default["default"](UpdatingElement, "__dev_only_definedEvents", new Set());
610
610
 
611
611
  exports.UpdatingElement = UpdatingElement;
612
- exports.antdLocaleEnUS = localeValues$1;
612
+ exports.antdLocaleZhCN = localeValues$1;
613
613
  exports.event = event;
614
614
  exports.method = method;
615
615
  exports.property = property;
package/dist/index.esm.js CHANGED
@@ -600,5 +600,5 @@ _defineProperty(UpdatingElement, "__dev_only_definedProperties", new Set());
600
600
  _defineProperty(UpdatingElement, "__dev_only_definedMethods", new Set());
601
601
  _defineProperty(UpdatingElement, "__dev_only_definedEvents", new Set());
602
602
 
603
- export { UpdatingElement, localeValues$1 as antdLocaleEnUS, event, method, property };
603
+ export { UpdatingElement, localeValues$1 as antdLocaleZhCN, event, method, property };
604
604
  //# sourceMappingURL=index.esm.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/brick-kit-v3",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Kernel",
5
5
  "homepage": "https://github.com/easyops-cn/next-core/tree/master/v3/brick-kit-v3",
6
6
  "license": "GPL-3.0",
@@ -42,7 +42,7 @@
42
42
  "@next-core/brick-utils": "^2.45.20",
43
43
  "@next-core/easyops-analytics": "^0.10.8",
44
44
  "@next-core/history-v3": "^0.1.0",
45
- "@next-core/illustrations": "^0.11.4",
45
+ "@next-core/illustrations": "^0.11.5",
46
46
  "@next-core/js-yaml-v3": "^0.1.0",
47
47
  "@next-core/lodash-v3": "^0.1.0",
48
48
  "@next-core/moment-v3": "^0.1.0",
@@ -52,7 +52,8 @@
52
52
  "jest-websocket-mock": "^2.4.0",
53
53
  "mock-socket": "^9.1.5",
54
54
  "react": "^16.14.0",
55
- "react-dom": "^16.14.0"
55
+ "react-dom": "^16.14.0",
56
+ "react-i18next": "^11.18.6"
56
57
  },
57
58
  "peerDependencies": {
58
59
  "@ant-design/icons": "*",
@@ -67,7 +68,8 @@
67
68
  "@next-core/pipes": "*",
68
69
  "antd": "*",
69
70
  "react": "*",
70
- "react-dom": "*"
71
+ "react-dom": "*",
72
+ "react-i18next": "*"
71
73
  },
72
- "gitHead": "4e29e3a0e0df533bc2832da50a98dbd0e06fd0d5"
74
+ "gitHead": "ed3e4dd60980435c028f39bb556196b96447c9f6"
73
75
  }