x-runtime-lib 0.4.4 → 0.4.6

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-runtime-lib",
3
3
  "private": false,
4
- "version": "0.4.4",
4
+ "version": "0.4.6",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -1,18 +0,0 @@
1
- const e = {
2
- "x-runtime-lib": {
3
- basic: "Basic",
4
- button: "Button",
5
- circularRef: "Circular Reference",
6
- click: "Click",
7
- comfortable: "Comfortable",
8
- compNotAvail: "Comp Not Available",
9
- compact: "Compact",
10
- default: "Default",
11
- density: "Density",
12
- ref: "Reference",
13
- settings: "Settings"
14
- }
15
- };
16
- export {
17
- e as default
18
- };
@@ -1,18 +0,0 @@
1
- const t = {
2
- "x-runtime-lib": {
3
- basic: "基本",
4
- button: "按钮",
5
- circularRef: "循环引用",
6
- click: "单击",
7
- comfortable: "舒适",
8
- compNotAvail: "组件不可用",
9
- compact: "紧凑",
10
- default: "缺省",
11
- density: "密度",
12
- ref: "引用",
13
- settings: "设置"
14
- }
15
- };
16
- export {
17
- t as default
18
- };