base6-ui 2.0.21 → 2.0.23

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.
Files changed (116) hide show
  1. package/dist/components/global-header/interface.d.ts +3 -3
  2. package/dist/components/global-header/title.vue.d.ts +1 -1
  3. package/dist/components/platform-navigation/cssVar.d.ts +10 -0
  4. package/dist/components/platform-navigation/index.d.ts +1 -1
  5. package/dist/components/platform-navigation/index.vue.d.ts +2 -2
  6. package/dist/components/platform-navigation/interface.d.ts +16 -5
  7. package/dist/config/themes/token/light.d.ts +2 -0
  8. package/dist/index.css +1 -1
  9. package/dist/index.umd.js +5 -1
  10. package/dist/locale/lang/en-us.d.ts +6 -2
  11. package/es/_virtual/virtual_svg-icons-register.mjs +2 -2
  12. package/es/assets/cover/base-studio.png.mjs +2 -2
  13. package/es/assets/cover/blink.png.mjs +4 -0
  14. package/es/assets/cover/ps.png.mjs +4 -0
  15. package/es/assets/cover/robo.png.mjs +4 -0
  16. package/es/components/dialog/index.vue.mjs +8 -4
  17. package/es/components/global-header/index.vue.mjs +4 -3
  18. package/es/components/global-header/interface.d.ts +3 -3
  19. package/es/components/global-header/title.vue.d.ts +1 -1
  20. package/es/components/layout/components/{WrapHeader.vue2.mjs → WrapHeader.vue.mjs} +1 -1
  21. package/es/components/layout/index.vue2.mjs +1 -1
  22. package/es/components/nav-icon/cssVar.mjs +3 -2
  23. package/es/components/platform-navigation/cssVar.d.ts +10 -0
  24. package/es/components/platform-navigation/cssVar.mjs +38 -31
  25. package/es/components/platform-navigation/index.d.ts +1 -1
  26. package/es/components/platform-navigation/index.vue.d.ts +2 -2
  27. package/es/components/platform-navigation/index.vue.mjs +2 -2
  28. package/es/components/platform-navigation/index.vue2.mjs +144 -120
  29. package/es/components/platform-navigation/interface.d.ts +16 -5
  30. package/es/components/platform-navigation/interface.mjs +3 -2
  31. package/es/components/select/src/cssVar.mjs +3 -2
  32. package/es/config/themes/components/baseComponent/dark.mjs +15 -14
  33. package/es/config/themes/components/button/dark.mjs +3 -2
  34. package/es/config/themes/components/card/dark.mjs +3 -2
  35. package/es/config/themes/components/cascader/dark.mjs +3 -2
  36. package/es/config/themes/components/charts/dark.mjs +3 -2
  37. package/es/config/themes/components/checkbox/dark.mjs +3 -2
  38. package/es/config/themes/components/dataTable/common.mjs +1 -0
  39. package/es/config/themes/components/dataTable/dark.mjs +4 -2
  40. package/es/config/themes/components/dataTable/light.mjs +1 -2
  41. package/es/config/themes/components/dialog/dark.mjs +3 -2
  42. package/es/config/themes/components/dropdown/dark.mjs +1 -0
  43. package/es/config/themes/components/input/dark.mjs +1 -0
  44. package/es/config/themes/components/inputNumber/dark.mjs +3 -2
  45. package/es/config/themes/components/layout/dark.mjs +1 -0
  46. package/es/config/themes/components/menu/dark.mjs +3 -2
  47. package/es/config/themes/components/popover/dark.mjs +3 -2
  48. package/es/config/themes/components/progress/dark.mjs +3 -2
  49. package/es/config/themes/components/radio/dark.mjs +3 -2
  50. package/es/config/themes/components/select/dark.mjs +3 -2
  51. package/es/config/themes/components/switch/dark.mjs +3 -2
  52. package/es/config/themes/components/tag/dark.mjs +3 -2
  53. package/es/config/themes/components/transfer/dark.mjs +3 -2
  54. package/es/config/themes/index.mjs +7 -5
  55. package/es/config/themes/token/light.d.ts +2 -0
  56. package/es/config/themes/token/light.mjs +5 -2
  57. package/es/index.css +1 -1
  58. package/es/index.mjs +80 -77
  59. package/es/locale/lang/en-us.d.ts +6 -2
  60. package/es/locale/lang/en-us.mjs +8 -2
  61. package/es/locale/lang/zh-cn.mjs +8 -2
  62. package/lib/_virtual/virtual_svg-icons-register.js +1 -1
  63. package/lib/assets/cover/base-studio.png.js +1 -1
  64. package/lib/assets/cover/blink.png.js +1 -0
  65. package/lib/assets/cover/ps.png.js +1 -0
  66. package/lib/assets/cover/robo.png.js +1 -0
  67. package/lib/components/dialog/index.vue.js +1 -1
  68. package/lib/components/global-header/index.vue.js +1 -1
  69. package/lib/components/global-header/interface.d.ts +3 -3
  70. package/lib/components/global-header/title.vue.d.ts +1 -1
  71. package/lib/components/layout/components/WrapHeader.vue.js +1 -0
  72. package/lib/components/layout/index.vue2.js +1 -1
  73. package/lib/components/nav-icon/cssVar.js +1 -1
  74. package/lib/components/platform-navigation/cssVar.d.ts +10 -0
  75. package/lib/components/platform-navigation/cssVar.js +1 -1
  76. package/lib/components/platform-navigation/index.d.ts +1 -1
  77. package/lib/components/platform-navigation/index.vue.d.ts +2 -2
  78. package/lib/components/platform-navigation/index.vue.js +1 -1
  79. package/lib/components/platform-navigation/index.vue2.js +1 -1
  80. package/lib/components/platform-navigation/interface.d.ts +16 -5
  81. package/lib/components/platform-navigation/interface.js +1 -1
  82. package/lib/components/select/src/cssVar.js +1 -1
  83. package/lib/config/themes/components/baseComponent/dark.js +1 -1
  84. package/lib/config/themes/components/button/dark.js +1 -1
  85. package/lib/config/themes/components/card/dark.js +1 -1
  86. package/lib/config/themes/components/cascader/dark.js +1 -1
  87. package/lib/config/themes/components/charts/dark.js +1 -1
  88. package/lib/config/themes/components/checkbox/dark.js +1 -1
  89. package/lib/config/themes/components/dataTable/common.js +1 -1
  90. package/lib/config/themes/components/dataTable/dark.js +1 -1
  91. package/lib/config/themes/components/dataTable/light.js +1 -1
  92. package/lib/config/themes/components/dialog/dark.js +1 -1
  93. package/lib/config/themes/components/dropdown/dark.js +1 -1
  94. package/lib/config/themes/components/input/dark.js +1 -1
  95. package/lib/config/themes/components/inputNumber/dark.js +1 -1
  96. package/lib/config/themes/components/layout/dark.js +1 -1
  97. package/lib/config/themes/components/menu/dark.js +1 -1
  98. package/lib/config/themes/components/popover/dark.js +1 -1
  99. package/lib/config/themes/components/progress/dark.js +1 -1
  100. package/lib/config/themes/components/radio/dark.js +1 -1
  101. package/lib/config/themes/components/select/dark.js +1 -1
  102. package/lib/config/themes/components/switch/dark.js +1 -1
  103. package/lib/config/themes/components/tag/dark.js +1 -1
  104. package/lib/config/themes/components/transfer/dark.js +1 -1
  105. package/lib/config/themes/index.js +1 -1
  106. package/lib/config/themes/token/light.d.ts +2 -0
  107. package/lib/config/themes/token/light.js +1 -1
  108. package/lib/index.css +1 -1
  109. package/lib/index.js +1 -1
  110. package/lib/locale/lang/en-us.d.ts +6 -2
  111. package/lib/locale/lang/en-us.js +3 -1
  112. package/lib/locale/lang/zh-cn.js +3 -1
  113. package/package.json +1 -1
  114. package/es/assets/cover/source-robot.png.mjs +0 -4
  115. package/lib/assets/cover/source-robot.png.js +0 -1
  116. package/lib/components/layout/components/WrapHeader.vue2.js +0 -1
@@ -1,25 +1,36 @@
1
1
  import { PopoverProps } from 'naive-ui';
2
- export declare const enum PLATFORM_ENUM {
2
+ export declare const enum BODEN_PLATFORM_ENUM {
3
3
  BASE = 1,// 标注
4
4
  BLINK = 2,// Blink
5
5
  ACCOUNT = 3,// 账号管理平台
6
- VLA = 4
6
+ VLA = 4,// 具身智能采集
7
+ PS = 5
8
+ }
9
+ export declare const enum BODEN_PLATFORM_NAME_ENUM {
10
+ BASE = "BASE",// 标注
11
+ ADS = "ADS",
12
+ STUDIO = "STUDIO",
13
+ OMNI = "OMNI",
14
+ BLINK = "BLINK",// Blink
15
+ ACCOUNT = "ACCOUNT",// 账号管理平台
16
+ ROBO = "ROBO",// 具身智能采集
17
+ PS = "PS"
7
18
  }
8
19
  export type BodenPlatformNavigationProps = {
9
- platformCode?: PLATFORM_ENUM[];
20
+ platformCode?: BODEN_PLATFORM_ENUM[];
10
21
  triggerDisabled?: boolean;
11
22
  x?: PopoverProps['x'];
12
23
  y?: PopoverProps['y'];
13
24
  };
14
25
  export type SubPlatformItem = {
15
- key: string;
26
+ id: BODEN_PLATFORM_ENUM;
27
+ key: BODEN_PLATFORM_NAME_ENUM;
16
28
  title: string;
17
29
  description: string;
18
30
  imageSrc: string;
19
31
  href?: string;
20
32
  };
21
33
  export type PlatformItem = {
22
- id: PLATFORM_ENUM;
23
34
  key: string;
24
35
  title: string;
25
36
  description: string;
@@ -1,4 +1,5 @@
1
- var B = /* @__PURE__ */ ((r) => (r[r.BASE = 1] = "BASE", r[r.BLINK = 2] = "BLINK", r[r.ACCOUNT = 3] = "ACCOUNT", r[r.VLA = 4] = "VLA", r))(B || {});
1
+ var C = /* @__PURE__ */ ((S) => (S[S.BASE = 1] = "BASE", S[S.BLINK = 2] = "BLINK", S[S.ACCOUNT = 3] = "ACCOUNT", S[S.VLA = 4] = "VLA", S[S.PS = 5] = "PS", S))(C || {}), I = /* @__PURE__ */ ((S) => (S.BASE = "BASE", S.ADS = "ADS", S.STUDIO = "STUDIO", S.OMNI = "OMNI", S.BLINK = "BLINK", S.ACCOUNT = "ACCOUNT", S.ROBO = "ROBO", S.PS = "PS", S))(I || {});
2
2
  export {
3
- B as PLATFORM_ENUM
3
+ C as BODEN_PLATFORM_ENUM,
4
+ I as BODEN_PLATFORM_NAME_ENUM
4
5
  };
@@ -1,4 +1,5 @@
1
1
  import r from "../../../config/themes/token/dark.mjs";
2
+ import "../../../config/themes/token/light.mjs";
2
3
  import t from "../../../config/themes/color/light.mjs";
3
4
  import "../../../config/themes/components/alert/light.mjs";
4
5
  import "../../../config/themes/components/button/light.mjs";
@@ -51,10 +52,10 @@ import "../../../config/themes/components/baseComponent/dark.mjs";
51
52
  import "../../../config/themes/common/dark.mjs";
52
53
  import "../../../config/themes/components/charts/dark.mjs";
53
54
  import "../../../config/themes/components/charts/light.mjs";
54
- const to = (o) => ({
55
+ const mo = (o) => ({
55
56
  "--boden-select-count-color": o ? r["fill-color-2"] : t["color-gray-3"],
56
57
  "--boden-select-count-text-color": o ? r["color-text-2"] : t["color-gray-8"]
57
58
  });
58
59
  export {
59
- to as getSelectCssVar
60
+ mo as getSelectCssVar
60
61
  };
@@ -1,7 +1,8 @@
1
1
  import r from "../../color/dark.mjs";
2
2
  import o from "../../token/dark.mjs";
3
+ import "../../token/light.mjs";
3
4
  import { commonBase as e } from "../../common.mjs";
4
- const l = {
5
+ const d = {
5
6
  borderRadius: e.borderRadiusMedium,
6
7
  padding: e.paddingBase,
7
8
  peers: {
@@ -10,7 +11,7 @@ const l = {
10
11
  textColor: o["color-text-5"]
11
12
  }
12
13
  }
13
- }, d = {
14
+ }, n = {
14
15
  peers: {
15
16
  Popover: {
16
17
  borderRadius: "10px"
@@ -19,7 +20,7 @@ const l = {
19
20
  fontSize: e.fontSizeMedium,
20
21
  iconColor: r["color-primary-6"],
21
22
  iconSize: e.iconSizeBase
22
- }, n = {
23
+ }, c = {
23
24
  nodeTextColor: o["color-text-6"],
24
25
  arrowColor: o["color-text-3"],
25
26
  lineColor: r["color-gray-11"]
@@ -41,7 +42,7 @@ const l = {
41
42
  // loadingColor: string; // 加载中图标的颜色
42
43
  // // dropMarkColor: string; // 拖拽放置指示线的颜色
43
44
  // lineColor: string; // 节点连接线的颜色(您刚才问的!)
44
- }, c = {
45
+ }, m = {
45
46
  buttonBorderHover: "0px solid transparent",
46
47
  buttonBorderPressed: "0px solid transparent",
47
48
  itemTextColorHover: o["color-text-6"],
@@ -75,7 +76,7 @@ const l = {
75
76
  /** 跳转文字*/
76
77
  jumperTextColor: o["color-text-6"]
77
78
  // 修改跳转文字颜色
78
- }, m = {
79
+ }, x = {
79
80
  fontSize: "20px",
80
81
  /* 面包屑整体字体大小 */
81
82
  // itemLineHeight: string; /* 面包屑项的行高 */
@@ -93,7 +94,7 @@ const l = {
93
94
  // itemBorderRadius: string; /* 面包屑项的圆角大小 */
94
95
  separatorColor: o["color-text-4"]
95
96
  /* 分隔符颜色(如 > 或 / 的颜色)*/
96
- }, x = {
97
+ }, p = {
97
98
  /* Line 类型文字颜色 */
98
99
  tabTextColorLine: o["color-text-3"],
99
100
  /* 普通文字颜色 */
@@ -191,7 +192,7 @@ const l = {
191
192
  /* 标签页圆角 */
192
193
  tabRoundBorderRadius: e.tabRoundBorderRadius
193
194
  // closeBorderRadius: string; /* 关闭按钮圆角 */
194
- }, p = {
195
+ }, s = {
195
196
  indicatorColorProcess: r["color-primary-6"],
196
197
  /* 进行状态指示器背景色 */
197
198
  indicatorTextColorWait: r["color-gray-6"],
@@ -249,11 +250,11 @@ const l = {
249
250
  /* 中尺寸指示器图标大小 */
250
251
  };
251
252
  export {
252
- m as BreadcrumbThemeDark,
253
- c as PaginationThemeDark,
254
- d as PopconfirmThemeDark,
255
- p as StepsThemeDark,
256
- x as TabsThemeDark,
257
- l as TooltipThemeDark,
258
- n as TreeThemeDark
253
+ x as BreadcrumbThemeDark,
254
+ m as PaginationThemeDark,
255
+ n as PopconfirmThemeDark,
256
+ s as StepsThemeDark,
257
+ p as TabsThemeDark,
258
+ d as TooltipThemeDark,
259
+ c as TreeThemeDark
259
260
  };
@@ -1,7 +1,8 @@
1
1
  import o from "../../color/dark.mjs";
2
2
  import r from "../../token/dark.mjs";
3
+ import "../../token/light.mjs";
3
4
  import { ButtonThemeCommon as e } from "./common.mjs";
4
- const c = {
5
+ const i = {
5
6
  ...e,
6
7
  opacityDisabled: "0.4",
7
8
  border: `1px solid ${r["fill-color-2"]}`,
@@ -115,5 +116,5 @@ const c = {
115
116
  textColorGhostPressedWarning: o["color-origin-7"]
116
117
  };
117
118
  export {
118
- c as ButtonThemeDark
119
+ i as ButtonThemeDark
119
120
  };
@@ -1,6 +1,7 @@
1
1
  import r from "../../color/dark.mjs";
2
2
  import o from "../../token/dark.mjs";
3
- const l = {
3
+ import "../../token/light.mjs";
4
+ const c = {
4
5
  color: o["bg-color-3"],
5
6
  paddingMedium: "16px 24px",
6
7
  borderColor: r["color-gray-3"],
@@ -12,5 +13,5 @@ const l = {
12
13
  colorModal: o["bg-color-3"]
13
14
  };
14
15
  export {
15
- l as CardThemeDark
16
+ c as CardThemeDark
16
17
  };
@@ -1,8 +1,9 @@
1
1
  import o from "../../color/dark.mjs";
2
2
  import r from "../../token/dark.mjs";
3
+ import "../../token/light.mjs";
3
4
  import { SelectThemeDark as e } from "../select/dark.mjs";
4
5
  import { CascaderThemeCommon as t } from "./common.mjs";
5
- const i = {
6
+ const p = {
6
7
  ...t,
7
8
  border: `1px soild ${o["color-gray-4"]}`,
8
9
  optionColorHover: o["color-primary-1"],
@@ -19,5 +20,5 @@ const i = {
19
20
  }
20
21
  };
21
22
  export {
22
- i as CascaderThemeDark
23
+ p as CascaderThemeDark
23
24
  };
@@ -1,11 +1,12 @@
1
1
  import o from "../../color/dark.mjs";
2
2
  import e from "../../token/dark.mjs";
3
+ import "../../token/light.mjs";
3
4
  const l = {
4
5
  color: e["color-text-1"],
5
6
  fontWeight: 400,
6
7
  fontSize: 14,
7
8
  lineHeight: 20
8
- }, i = {
9
+ }, a = {
9
10
  color: [
10
11
  "#5895ff",
11
12
  "#6dd68e",
@@ -424,5 +425,5 @@ const l = {
424
425
  }
425
426
  };
426
427
  export {
427
- i as ChartsThemeDark
428
+ a as ChartsThemeDark
428
429
  };
@@ -1,7 +1,8 @@
1
1
  import o from "../../color/dark.mjs";
2
2
  import r from "../../token/dark.mjs";
3
+ import "../../token/light.mjs";
3
4
  import { CheckboxThemeCommon as e } from "./common.mjs";
4
- const i = {
5
+ const a = {
5
6
  ...e,
6
7
  border: `1.5px solid ${o["color-gray-4"]}`,
7
8
  borderChecked: `1.5px solid ${o["color-primary-6"]}`,
@@ -17,5 +18,5 @@ const i = {
17
18
  textColorDisabled: r["color-text-4"]
18
19
  };
19
20
  export {
20
- i as CheckboxThemeDark
21
+ a as CheckboxThemeDark
21
22
  };
@@ -1,6 +1,7 @@
1
1
  const t = {
2
2
  tdColorSorting: "transparent",
3
3
  thColorSorting: "transparent",
4
+ thButtonColorHover: "transparent",
4
5
  peers: {
5
6
  Scrollbar: {
6
7
  railInsetHorizontalBottom: "auto 2px 0px 2px",
@@ -1,13 +1,15 @@
1
1
  import r from "../../color/dark.mjs";
2
2
  import o from "../../token/dark.mjs";
3
+ import "../../token/light.mjs";
3
4
  import { DataTableThemeCommon as t } from "./common.mjs";
4
5
  import { merge as e } from "../../../../node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/object/merge.mjs";
5
- const p = e(
6
+ const d = e(
6
7
  {
7
8
  tdColor: o["bg-color-2"],
8
9
  tdColorStriped: o["fill-color-5"],
9
10
  tdTextColor: r["color-gray-10"],
10
11
  thColor: o["bg-color-2"],
12
+ thColorHover: o["bg-color-2"],
11
13
  thFontWeight: "400",
12
14
  thPaddingMedium: "6px 12px",
13
15
  thTextColor: o["color-text-2"],
@@ -21,5 +23,5 @@ const p = e(
21
23
  { ...t }
22
24
  );
23
25
  export {
24
- p as DataTableThemeDark
26
+ d as DataTableThemeDark
25
27
  };
@@ -7,12 +7,11 @@ const g = {
7
7
  tdColorStriped: o["color-gray-1"],
8
8
  tdTextColor: o["color-gray-10"],
9
9
  thColor: r["bg-color-2"],
10
+ thColorHover: r["bg-color-2"],
10
11
  thFontWeight: "400",
11
12
  thPaddingMedium: "6px 12px",
12
13
  thTextColor: o["color-gray-8"],
13
14
  borderColor: o["color-gray-3"]
14
- // borderColor: lightBase['color-gray-4'],
15
- // borderRadius: commonBase['borderRadiusMedium']
16
15
  };
17
16
  export {
18
17
  g as DataTableThemeLight
@@ -1,7 +1,8 @@
1
1
  import o from "../../color/dark.mjs";
2
2
  import r from "../../token/dark.mjs";
3
+ import "../../token/light.mjs";
3
4
  import { DialogThemeCommon as l } from "./common.mjs";
4
- const i = {
5
+ const n = {
5
6
  ...l,
6
7
  closeIconColor: r["color-text-1"],
7
8
  titleTextColor: r["color-text-1"],
@@ -13,5 +14,5 @@ const i = {
13
14
  color: r["bg-color-3"]
14
15
  };
15
16
  export {
16
- i as DialogThemeDark
17
+ n as DialogThemeDark
17
18
  };
@@ -1,4 +1,5 @@
1
1
  import o from "../../token/dark.mjs";
2
+ import "../../token/light.mjs";
2
3
  import { DropdownThemeCommon as r } from "./common.mjs";
3
4
  const l = {
4
5
  ...r,
@@ -1,5 +1,6 @@
1
1
  import r from "../../color/dark.mjs";
2
2
  import o from "../../token/dark.mjs";
3
+ import "../../token/light.mjs";
3
4
  import { InputThemeCommon as l } from "./common.mjs";
4
5
  const d = {
5
6
  ...l,
@@ -1,7 +1,8 @@
1
1
  import o from "../../token/dark.mjs";
2
+ import "../../token/light.mjs";
2
3
  import r from "../../color/dark.mjs";
3
4
  import { InputNumberThemeCommon as l } from "./common.mjs";
4
- const i = {
5
+ const s = {
5
6
  ...l,
6
7
  innerControlsBackground: o["fill-color-2"],
7
8
  innerControlsDisabledBackground: o["fill-color-2"],
@@ -17,5 +18,5 @@ const i = {
17
18
  outerControlsOpacityDisabled: 1
18
19
  };
19
20
  export {
20
- i as InputNumberThemeDark
21
+ s as InputNumberThemeDark
21
22
  };
@@ -1,5 +1,6 @@
1
1
  import r from "../../color/dark.mjs";
2
2
  import o from "../../token/dark.mjs";
3
+ import "../../token/light.mjs";
3
4
  const a = {
4
5
  headerColor: o["bg-color-4"],
5
6
  siderColor: o["bg-color-4"],
@@ -1,6 +1,7 @@
1
1
  import t from "../../color/dark.mjs";
2
2
  import o from "../../token/dark.mjs";
3
- const l = {
3
+ import "../../token/light.mjs";
4
+ const i = {
4
5
  arrowColor: o["color-text-2"],
5
6
  arrowColorActive: o["color-text-1"],
6
7
  arrowColorChildActive: o["color-text-1"],
@@ -29,5 +30,5 @@ const l = {
29
30
  itemTextColorHoverHorizontal: o["color-text-1"]
30
31
  };
31
32
  export {
32
- l as MenuThemeDark
33
+ i as MenuThemeDark
33
34
  };
@@ -1,10 +1,11 @@
1
1
  import { PopoverThemeCommon as r } from "./common.mjs";
2
2
  import o from "../../token/dark.mjs";
3
- const t = {
3
+ import "../../token/light.mjs";
4
+ const p = {
4
5
  ...r,
5
6
  color: o["bg-color-3"],
6
7
  textColor: o["color-text-1"]
7
8
  };
8
9
  export {
9
- t as PopoverThemeDark
10
+ p as PopoverThemeDark
10
11
  };
@@ -1,6 +1,7 @@
1
1
  import o from "../../color/dark.mjs";
2
2
  import r from "../../token/dark.mjs";
3
- const e = {
3
+ import "../../token/light.mjs";
4
+ const c = {
4
5
  fillColor: o["color-primary-6"],
5
6
  fillColorInfo: o["color-primary-6"],
6
7
  fillColorError: o["color-red-6"],
@@ -17,5 +18,5 @@ const e = {
17
18
  tipFontSizeCircle: "14px"
18
19
  };
19
20
  export {
20
- e as ProgressThemeDark
21
+ c as ProgressThemeDark
21
22
  };
@@ -1,6 +1,7 @@
1
1
  import o from "../../color/dark.mjs";
2
2
  import r from "../../token/dark.mjs";
3
- const e = {
3
+ import "../../token/light.mjs";
4
+ const l = {
4
5
  boxShadow: `inset 0 0 0 1.5px ${o["color-gray-4"]}`,
5
6
  boxShadowActive: `inset 0 0 0 1.5px ${o["color-primary-6"]}`,
6
7
  boxShadowActiveDisabled: `inset 0 0 0 4px ${r["color-primary-disabled-opacity"]}`,
@@ -16,5 +17,5 @@ const e = {
16
17
  dotColorDisabled: r["color-white-disabled-opacity"]
17
18
  };
18
19
  export {
19
- e as RadioThemeDark
20
+ l as RadioThemeDark
20
21
  };
@@ -1,7 +1,8 @@
1
1
  import r from "../../color/dark.mjs";
2
2
  import o from "../../token/dark.mjs";
3
+ import "../../token/light.mjs";
3
4
  import { commonBase as l } from "../../common.mjs";
4
- const c = {
5
+ const d = {
5
6
  peers: {
6
7
  InternalSelection: {
7
8
  arrowColor: o["color-text-1"],
@@ -34,5 +35,5 @@ const c = {
34
35
  }
35
36
  };
36
37
  export {
37
- c as SelectThemeDark
38
+ d as SelectThemeDark
38
39
  };
@@ -1,7 +1,8 @@
1
1
  import r from "../../color/dark.mjs";
2
2
  import o from "../../token/dark.mjs";
3
+ import "../../token/light.mjs";
3
4
  import { SwitchThemeCommon as l } from "./common.mjs";
4
- const a = {
5
+ const c = {
5
6
  ...l,
6
7
  buttonColorActiveDisabled: o["color-text-5"],
7
8
  buttonColorDisabled: o["color-text-5"],
@@ -11,5 +12,5 @@ const a = {
11
12
  railColorDisabled: o["fill-color-2"]
12
13
  };
13
14
  export {
14
- a as SwitchThemeDark
15
+ c as SwitchThemeDark
15
16
  };
@@ -1,7 +1,8 @@
1
1
  import r from "../../color/dark.mjs";
2
2
  import e from "../../token/dark.mjs";
3
+ import "../../token/light.mjs";
3
4
  import { commonBase as o } from "../../common.mjs";
4
- const d = {
5
+ const t = {
5
6
  border: `1px solid ${e["color-text-2"]}`,
6
7
  borderError: `1px solid ${r["color-red-6"]}`,
7
8
  borderPrimary: `1px solid ${r["color-primary-6"]}`,
@@ -31,5 +32,5 @@ const d = {
31
32
  textColorWarning: r["color-origin-6"]
32
33
  };
33
34
  export {
34
- d as TagThemeDark
35
+ t as TagThemeDark
35
36
  };
@@ -1,7 +1,8 @@
1
1
  import o from "../../color/dark.mjs";
2
2
  import r from "../../token/dark.mjs";
3
+ import "../../token/light.mjs";
3
4
  import { commonBase as e } from "../../common.mjs";
4
- const a = {
5
+ const d = {
5
6
  borderColor: o["color-gray-3"],
6
7
  borderRadius: e.borderRadiusMedium,
7
8
  itemColorPending: o["color-primary-1"],
@@ -9,5 +10,5 @@ const a = {
9
10
  listColor: r["bg-color-2"]
10
11
  };
11
12
  export {
12
- a as TransferThemeDark
13
+ d as TransferThemeDark
13
14
  };
@@ -1,3 +1,4 @@
1
+ import { default as _ } from "./token/light.mjs";
1
2
  import "./components/alert/light.mjs";
2
3
  import "./components/button/light.mjs";
3
4
  import "./components/card/light.mjs";
@@ -47,11 +48,12 @@ import "./components/tag/dark.mjs";
47
48
  import "./components/transfer/dark.mjs";
48
49
  import "./components/baseComponent/dark.mjs";
49
50
  import "./common/dark.mjs";
50
- import { ChartsThemeDark as _ } from "./components/charts/dark.mjs";
51
- import { ChartsThemeLight as rr } from "./components/charts/light.mjs";
51
+ import { ChartsThemeDark as oo } from "./components/charts/dark.mjs";
52
+ import { ChartsThemeLight as to } from "./components/charts/light.mjs";
52
53
  const X = "n-config-provider";
53
54
  export {
54
- _ as ChartsThemeDark,
55
- rr as ChartsThemeLight,
56
- X as configProviderInjectionKey
55
+ oo as ChartsThemeDark,
56
+ to as ChartsThemeLight,
57
+ X as configProviderInjectionKey,
58
+ _ as lightToken
57
59
  };
@@ -1,10 +1,12 @@
1
1
  declare const lightToken: {
2
2
  'color-text-1': string;
3
+ 'color-text-2': string;
3
4
  'color-text-6': string;
4
5
  'bg-color-1': string;
5
6
  'bg-color-2': string;
6
7
  'bg-color-3': string;
7
8
  'bg-color-4': string;
9
+ 'fill-color-1': string;
8
10
  'fill-color-5': string;
9
11
  'border-color-1': string;
10
12
  'border-color-2': string;
@@ -1,14 +1,17 @@
1
- const F = {
1
+ import o from "../color/light.mjs";
2
+ const r = {
2
3
  "color-text-1": "#FFFFFF",
4
+ "color-text-2": o["color-gray-8"],
3
5
  "color-text-6": "rgba(22, 28, 42, 1)",
4
6
  "bg-color-1": "#F0F2F6",
5
7
  "bg-color-2": "#FFFFFF",
6
8
  "bg-color-3": "#FFFFFF",
7
9
  "bg-color-4": "#E1E9F4",
10
+ "fill-color-1": o["color-gray-2"],
8
11
  "fill-color-5": "#FAFAFA",
9
12
  "border-color-1": "#CAD3E2",
10
13
  "border-color-2": "#E0E6EF"
11
14
  };
12
15
  export {
13
- F as default
16
+ r as default
14
17
  };