x-runtime-lib 0.9.51 → 0.9.53
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/dist/{i18n-en.dr8fhftl.js → i18n-en.n2njk5co.js} +2 -1
- package/dist/{i18n-zhHans.nrj38btn.js → i18n-zhHans.cd4r40v6.js} +2 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +540 -436
- package/dist/{rolldown-runtime.jd1hion4.js → rolldown-runtime.i63kqlhj.js} +1 -1
- package/dist/{vendor.gtr2b2v9.js → vendor.g3f2gmug.js} +13914 -13128
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as e } from "./rolldown-runtime.
|
|
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",
|
|
@@ -506,6 +506,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
506
506
|
value: "Value",
|
|
507
507
|
variant: "Variant",
|
|
508
508
|
vertical: "Vertical",
|
|
509
|
+
viewportPercent: "Viewport Percent",
|
|
509
510
|
warning: "Warning",
|
|
510
511
|
way: "Way",
|
|
511
512
|
weight: "Weight",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as e } from "./rolldown-runtime.
|
|
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: "绝对",
|
|
@@ -507,6 +507,7 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
|
|
|
507
507
|
variant: "变种",
|
|
508
508
|
vertical: "垂直",
|
|
509
509
|
warning: "警告",
|
|
510
|
+
viewportPercent: "视口百分比",
|
|
510
511
|
way: "方式",
|
|
511
512
|
weight: "重量",
|
|
512
513
|
width: "宽度",
|
package/dist/index.d.ts
CHANGED
|
@@ -678,7 +678,7 @@ export declare interface Transients {
|
|
|
678
678
|
|
|
679
679
|
export declare type TriggerKind = 'propertyTrigger' | 'stateTrigger';
|
|
680
680
|
|
|
681
|
-
export declare const typesKeys: readonly ["borderRadiusV1", "borderWidthV1", "colorV1", "elevationV1", "leftRightV1", "marginV1", "paddingV1", "progressChunkWayV1", "sizeV1", "tableColumnAlignV1", "topBottomV1"];
|
|
681
|
+
export declare const typesKeys: readonly ["borderRadiusV1", "borderWidthV1", "colorV1", "elevationV1", "heightV1", "leftRightV1", "marginV1", "paddingV1", "progressChunkWayV1", "sizeV1", "tableColumnAlignV1", "topBottomV1", "widthV1"];
|
|
682
682
|
|
|
683
683
|
export declare function unwrapEventId(id: string): {
|
|
684
684
|
kind: EventKind;
|