x-runtime-lib 0.4.15 → 0.4.17

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,6 +1,7 @@
1
1
  const t = {
2
2
  "x-runtime-lib": {
3
3
  alias: "Alias",
4
+ auto: "Auto",
4
5
  backgroundColor: "Background Color",
5
6
  basic: "Basic",
6
7
  block: "Block",
@@ -25,11 +26,14 @@ const t = {
25
26
  minWidth: "Min Width",
26
27
  name: "Name",
27
28
  outlined: "Outlined",
29
+ percent: "Percent",
30
+ pixel: "Pixel",
28
31
  plain: "Plain",
29
32
  ref: "Reference",
30
33
  settings: "Settings",
31
34
  text: "Text",
32
35
  tonal: "Tonal",
36
+ unset: "Unset",
33
37
  variant: "Variant",
34
38
  width: "Width"
35
39
  }
@@ -1,6 +1,7 @@
1
1
  const t = {
2
2
  "x-runtime-lib": {
3
3
  alias: "别名",
4
+ auto: "自动",
4
5
  backgroundColor: "背景颜色",
5
6
  basic: "基本",
6
7
  block: "块",
@@ -25,11 +26,14 @@ const t = {
25
26
  minWidth: "最小宽度",
26
27
  name: "名称",
27
28
  outlined: "轮廓",
29
+ percent: "百分比",
30
+ pixel: "像素",
28
31
  plain: "朴素",
29
32
  ref: "引用",
30
33
  settings: "设置",
31
34
  text: "文本",
32
35
  tonal: "色调",
36
+ unset: "未设置",
33
37
  variant: "变种",
34
38
  width: "宽度"
35
39
  }