x-runtime-lib 0.9.52 → 0.9.54

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.
@@ -1,4 +1,4 @@
1
- import { n as e } from "./rolldown-runtime.jd1hion4.js";
1
+ import { n as e } from "./rolldown-runtime.i63kqlhj.js";
2
2
  //#region src/i18n/locales/en/index.ts
3
3
  var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
4
4
  absolute: "Absolute",
@@ -132,6 +132,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
132
132
  density: "Density",
133
133
  depth: "Depth",
134
134
  depthSegments: "Depth Segments",
135
+ desc: "Description",
135
136
  detail: "Detail",
136
137
  dialog: "Dialog",
137
138
  dialogBottom: "Dialog (Bottom)",
@@ -1,4 +1,4 @@
1
- import { n as e } from "./rolldown-runtime.jd1hion4.js";
1
+ import { n as e } from "./rolldown-runtime.i63kqlhj.js";
2
2
  //#region src/i18n/locales/zhHans/index.ts
3
3
  var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
4
4
  absolute: "绝对",
@@ -132,6 +132,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
132
132
  density: "密度",
133
133
  depth: "深度",
134
134
  depthSegments: "深度分段(s)",
135
+ desc: "描述",
135
136
  detail: "细节",
136
137
  dialog: "对话框",
137
138
  dialogBottom: "对话框(底部)",
package/dist/index.d.ts CHANGED
@@ -361,7 +361,8 @@ declare type Node_2 = {
361
361
  basic: {
362
362
  id: string;
363
363
  key: string;
364
- alias?: string;
364
+ desc: string;
365
+ alias: string;
365
366
  };
366
367
  [key: string]: any;
367
368
  };