base6-ui 2.0.20 → 2.0.22

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 (148) 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/components/select/index.d.ts +2 -1
  8. package/dist/components/select/src/cssVar.d.ts +4 -0
  9. package/dist/components/select/src/interface.d.ts +585 -0
  10. package/dist/components/select/src/select.d.ts +1203 -0
  11. package/dist/config/themes/token/light.d.ts +2 -0
  12. package/dist/index.css +1 -1
  13. package/dist/index.umd.js +5 -1
  14. package/dist/locale/lang/en-us.d.ts +6 -2
  15. package/es/_virtual/virtual_svg-icons-register.mjs +2 -2
  16. package/es/assets/cover/base-studio.png.mjs +2 -2
  17. package/es/assets/cover/blink.png.mjs +4 -0
  18. package/es/assets/cover/ps.png.mjs +4 -0
  19. package/es/assets/cover/robo.png.mjs +4 -0
  20. package/es/components/dialog/index.vue.mjs +8 -4
  21. package/es/components/global-header/index.vue.mjs +4 -3
  22. package/es/components/global-header/interface.d.ts +3 -3
  23. package/es/components/global-header/title.vue.d.ts +1 -1
  24. package/es/components/layout/components/{WrapHeader.vue.mjs → WrapHeader.vue2.mjs} +1 -1
  25. package/es/components/layout/index.vue2.mjs +1 -1
  26. package/es/components/nav-icon/cssVar.mjs +3 -2
  27. package/es/components/platform-navigation/cssVar.d.ts +10 -0
  28. package/es/components/platform-navigation/cssVar.mjs +38 -31
  29. package/es/components/platform-navigation/index.d.ts +1 -1
  30. package/es/components/platform-navigation/index.vue.d.ts +2 -2
  31. package/es/components/platform-navigation/index.vue.mjs +2 -2
  32. package/es/components/platform-navigation/index.vue2.mjs +144 -120
  33. package/es/components/platform-navigation/interface.d.ts +16 -5
  34. package/es/components/platform-navigation/interface.mjs +3 -2
  35. package/es/components/select/index.d.ts +2 -1
  36. package/es/components/select/src/cssVar.d.ts +4 -0
  37. package/es/components/select/src/cssVar.mjs +61 -0
  38. package/es/components/select/src/interface.d.ts +585 -0
  39. package/es/components/select/src/interface.mjs +5 -0
  40. package/es/components/select/src/select.d.ts +1203 -0
  41. package/es/components/select/src/select.mjs +66 -0
  42. package/es/config/themes/components/baseComponent/dark.mjs +15 -14
  43. package/es/config/themes/components/button/dark.mjs +3 -2
  44. package/es/config/themes/components/card/dark.mjs +3 -2
  45. package/es/config/themes/components/cascader/dark.mjs +3 -2
  46. package/es/config/themes/components/charts/dark.mjs +3 -2
  47. package/es/config/themes/components/checkbox/dark.mjs +3 -2
  48. package/es/config/themes/components/dataTable/common.mjs +1 -0
  49. package/es/config/themes/components/dataTable/dark.mjs +6 -4
  50. package/es/config/themes/components/dataTable/light.mjs +1 -2
  51. package/es/config/themes/components/dialog/dark.mjs +3 -2
  52. package/es/config/themes/components/dropdown/dark.mjs +1 -0
  53. package/es/config/themes/components/input/dark.mjs +2 -1
  54. package/es/config/themes/components/input/light.mjs +1 -1
  55. package/es/config/themes/components/inputNumber/dark.mjs +3 -2
  56. package/es/config/themes/components/layout/dark.mjs +1 -0
  57. package/es/config/themes/components/menu/dark.mjs +3 -2
  58. package/es/config/themes/components/popover/dark.mjs +3 -2
  59. package/es/config/themes/components/progress/dark.mjs +3 -2
  60. package/es/config/themes/components/radio/dark.mjs +3 -2
  61. package/es/config/themes/components/select/dark.mjs +6 -8
  62. package/es/config/themes/components/select/light.mjs +1 -4
  63. package/es/config/themes/components/switch/dark.mjs +3 -2
  64. package/es/config/themes/components/tag/dark.mjs +3 -2
  65. package/es/config/themes/components/transfer/dark.mjs +11 -6
  66. package/es/config/themes/components/transfer/light.mjs +4 -3
  67. package/es/config/themes/index.mjs +7 -5
  68. package/es/config/themes/token/light.d.ts +2 -0
  69. package/es/config/themes/token/light.mjs +5 -2
  70. package/es/index.css +1 -1
  71. package/es/index.mjs +60 -58
  72. package/es/locale/lang/en-us.d.ts +6 -2
  73. package/es/locale/lang/en-us.mjs +8 -2
  74. package/es/locale/lang/zh-cn.mjs +8 -2
  75. package/lib/_virtual/virtual_svg-icons-register.js +1 -1
  76. package/lib/assets/cover/base-studio.png.js +1 -1
  77. package/lib/assets/cover/blink.png.js +1 -0
  78. package/lib/assets/cover/ps.png.js +1 -0
  79. package/lib/assets/cover/robo.png.js +1 -0
  80. package/lib/components/dialog/index.vue.js +1 -1
  81. package/lib/components/global-header/index.vue.js +1 -1
  82. package/lib/components/global-header/interface.d.ts +3 -3
  83. package/lib/components/global-header/title.vue.d.ts +1 -1
  84. package/lib/components/layout/components/WrapHeader.vue2.js +1 -0
  85. package/lib/components/layout/index.vue2.js +1 -1
  86. package/lib/components/nav-icon/cssVar.js +1 -1
  87. package/lib/components/platform-navigation/cssVar.d.ts +10 -0
  88. package/lib/components/platform-navigation/cssVar.js +1 -1
  89. package/lib/components/platform-navigation/index.d.ts +1 -1
  90. package/lib/components/platform-navigation/index.vue.d.ts +2 -2
  91. package/lib/components/platform-navigation/index.vue.js +1 -1
  92. package/lib/components/platform-navigation/index.vue2.js +1 -1
  93. package/lib/components/platform-navigation/interface.d.ts +16 -5
  94. package/lib/components/platform-navigation/interface.js +1 -1
  95. package/lib/components/select/index.d.ts +2 -1
  96. package/lib/components/select/src/cssVar.d.ts +4 -0
  97. package/lib/components/select/src/cssVar.js +1 -0
  98. package/lib/components/select/src/interface.d.ts +585 -0
  99. package/lib/components/select/src/interface.js +1 -0
  100. package/lib/components/select/src/select.d.ts +1203 -0
  101. package/lib/components/select/src/select.js +1 -0
  102. package/lib/config/themes/components/baseComponent/dark.js +1 -1
  103. package/lib/config/themes/components/button/dark.js +1 -1
  104. package/lib/config/themes/components/card/dark.js +1 -1
  105. package/lib/config/themes/components/cascader/dark.js +1 -1
  106. package/lib/config/themes/components/charts/dark.js +1 -1
  107. package/lib/config/themes/components/checkbox/dark.js +1 -1
  108. package/lib/config/themes/components/dataTable/common.js +1 -1
  109. package/lib/config/themes/components/dataTable/dark.js +1 -1
  110. package/lib/config/themes/components/dataTable/light.js +1 -1
  111. package/lib/config/themes/components/dialog/dark.js +1 -1
  112. package/lib/config/themes/components/dropdown/dark.js +1 -1
  113. package/lib/config/themes/components/input/dark.js +1 -1
  114. package/lib/config/themes/components/input/light.js +1 -1
  115. package/lib/config/themes/components/inputNumber/dark.js +1 -1
  116. package/lib/config/themes/components/layout/dark.js +1 -1
  117. package/lib/config/themes/components/menu/dark.js +1 -1
  118. package/lib/config/themes/components/popover/dark.js +1 -1
  119. package/lib/config/themes/components/progress/dark.js +1 -1
  120. package/lib/config/themes/components/radio/dark.js +1 -1
  121. package/lib/config/themes/components/select/dark.js +1 -1
  122. package/lib/config/themes/components/select/light.js +1 -1
  123. package/lib/config/themes/components/switch/dark.js +1 -1
  124. package/lib/config/themes/components/tag/dark.js +1 -1
  125. package/lib/config/themes/components/transfer/dark.js +1 -1
  126. package/lib/config/themes/components/transfer/light.js +1 -1
  127. package/lib/config/themes/index.js +1 -1
  128. package/lib/config/themes/token/light.d.ts +2 -0
  129. package/lib/config/themes/token/light.js +1 -1
  130. package/lib/index.css +1 -1
  131. package/lib/index.js +1 -1
  132. package/lib/locale/lang/en-us.d.ts +6 -2
  133. package/lib/locale/lang/en-us.js +3 -1
  134. package/lib/locale/lang/zh-cn.js +3 -1
  135. package/package.json +1 -1
  136. package/dist/components/cascader/index.vue.d.ts +0 -7
  137. package/dist/components/select/index.vue.d.ts +0 -25
  138. package/es/assets/cover/source-robot.png.mjs +0 -4
  139. package/es/components/cascader/index.vue.d.ts +0 -7
  140. package/es/components/select/index.vue.d.ts +0 -25
  141. package/es/components/select/index.vue.mjs +0 -8
  142. package/es/components/select/index.vue2.mjs +0 -67
  143. package/lib/assets/cover/source-robot.png.js +0 -1
  144. package/lib/components/cascader/index.vue.d.ts +0 -7
  145. package/lib/components/layout/components/WrapHeader.vue.js +0 -1
  146. package/lib/components/select/index.vue.d.ts +0 -25
  147. package/lib/components/select/index.vue.js +0 -1
  148. package/lib/components/select/index.vue2.js +0 -1
@@ -0,0 +1,66 @@
1
+ import { defineComponent as f, createVNode as b, mergeProps as g, computed as t, h as i } from "vue";
2
+ import { NSelect as p, NCheckbox as h, NTag as T } from "naive-ui";
3
+ import { bodenSelectProps as C } from "./interface.mjs";
4
+ import { getSelectCssVar as v } from "./cssVar.mjs";
5
+ import L from "../../../hooks/useNaiveConfigProvideContext.mjs";
6
+ /* empty css */
7
+ const N = "BodenSelect", x = /* @__PURE__ */ f({
8
+ name: N,
9
+ props: C,
10
+ setup(e) {
11
+ const n = L(), l = t(() => {
12
+ const {
13
+ name: r = "light"
14
+ } = n?.mergedThemeRef.value || {};
15
+ return r !== "light";
16
+ }), o = t(() => v(l.value)), d = (r, s) => [i(h, {
17
+ checked: s,
18
+ disabled: r.disabled
19
+ }, {
20
+ default: () => r.label
21
+ })], u = ({
22
+ option: r,
23
+ handleClose: s
24
+ }) => i(T, {
25
+ type: "default",
26
+ closable: !0,
27
+ bordered: !1,
28
+ disabled: e.disabled,
29
+ size: e.size,
30
+ onMousedown: (a) => {
31
+ a.preventDefault();
32
+ },
33
+ onClose: (a) => {
34
+ a.stopPropagation(), s();
35
+ }
36
+ }, {
37
+ default: () => r.label
38
+ }), c = t(() => e.renderLabel ? e.renderLabel : e.multiple ? d : void 0), m = t(() => e.renderTag ? e.renderTag : e.multiple ? u : void 0);
39
+ return {
40
+ cssVarStyle: o,
41
+ renderLabel: c,
42
+ renderTag: m
43
+ };
44
+ },
45
+ render() {
46
+ const {
47
+ $attrs: e,
48
+ $props: n,
49
+ $slots: l,
50
+ renderLabel: o,
51
+ renderTag: d
52
+ } = this;
53
+ return b(p, g(e, n, {
54
+ renderLabel: o,
55
+ renderTag: d,
56
+ class: "boden-select",
57
+ style: this.cssVarStyle,
58
+ "menu-props": {
59
+ class: "boden-select-menu"
60
+ }
61
+ }), l);
62
+ }
63
+ });
64
+ export {
65
+ x as default
66
+ };
@@ -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,14 +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
- { ...t },
6
+ const d = e(
7
7
  {
8
8
  tdColor: o["bg-color-2"],
9
9
  tdColorStriped: o["fill-color-5"],
10
10
  tdTextColor: r["color-gray-10"],
11
11
  thColor: o["bg-color-2"],
12
+ thColorHover: o["bg-color-2"],
12
13
  thFontWeight: "400",
13
14
  thPaddingMedium: "6px 12px",
14
15
  thTextColor: o["color-text-2"],
@@ -18,8 +19,9 @@ const p = e(
18
19
  color: o["bg-color-9"]
19
20
  }
20
21
  }
21
- }
22
+ },
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,12 +1,13 @@
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,
6
7
  border: `1px solid ${r["color-gray-4"]}`,
7
8
  borderDisabled: "1px solid #0000",
8
9
  borderError: `1px solid ${r["color-red-6"]}`,
9
- borderFocus: `1.5px solid ${r["color-primary-6"]}`,
10
+ borderFocus: `1px solid ${r["color-primary-6"]}`,
10
11
  borderHover: `1px solid ${r["color-primary-5"]}`,
11
12
  color: o["bg-color-3"],
12
13
  colorDisabled: o["fill-color-1"],
@@ -5,7 +5,7 @@ const a = {
5
5
  border: `1px solid ${o["color-gray-4"]}`,
6
6
  borderDisabled: "1px solid #0000",
7
7
  borderError: `1px solid ${o["color-red-6"]}`,
8
- borderFocus: `1.5px solid ${o["color-primary-6"]}`,
8
+ borderFocus: `1px solid ${o["color-primary-6"]}`,
9
9
  borderHover: `1px solid ${o["color-primary-5"]}`,
10
10
  colorDisabled: o["color-gray-2"],
11
11
  groupLabelBorder: `1px solid ${o["color-gray-4"]}`,
@@ -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,19 +1,17 @@
1
1
  import r from "../../color/dark.mjs";
2
2
  import o from "../../token/dark.mjs";
3
- import { commonBase as e } from "../../common.mjs";
4
- const c = {
3
+ import "../../token/light.mjs";
4
+ import { commonBase as l } from "../../common.mjs";
5
+ const d = {
5
6
  peers: {
6
7
  InternalSelection: {
7
8
  arrowColor: o["color-text-1"],
8
9
  arrowColorDisabled: o["color-text-4"],
9
10
  border: `1px solid ${r["color-gray-4"]}`,
10
- borderActive: `1.5px solid ${r["color-primary-6"]}`,
11
+ borderActive: `1px solid ${r["color-primary-6"]}`,
11
12
  borderHover: `1px solid ${r["color-primary-5"]}`,
12
13
  borderFocus: `1px solid ${r["color-primary-5"]}`,
13
- borderRadius: e.borderRadiusMedium,
14
- boxShadowActive: "none",
15
- boxShadowFocus: "none",
16
- boxShadowHover: "none",
14
+ borderRadius: l.borderRadiusMedium,
17
15
  color: o["bg-color-3"],
18
16
  colorActive: o["bg-color-2"],
19
17
  colorDisabled: o["fill-color-1"],
@@ -37,5 +35,5 @@ const c = {
37
35
  }
38
36
  };
39
37
  export {
40
- c as SelectThemeDark
38
+ d as SelectThemeDark
41
39
  };
@@ -6,13 +6,10 @@ const i = {
6
6
  arrowColor: o["color-gray-10"],
7
7
  arrowColorDisabled: o["color-gray-4"],
8
8
  border: `1px solid ${o["color-gray-4"]}`,
9
- borderActive: `1.5px solid ${o["color-primary-6"]}`,
9
+ borderActive: `1px solid ${o["color-primary-6"]}`,
10
10
  borderHover: `1px solid ${o["color-primary-5"]}`,
11
11
  borderFocus: `1px solid ${o["color-primary-5"]}`,
12
12
  borderRadius: r.borderRadiusMedium,
13
- boxShadowActive: "none",
14
- boxShadowFocus: "none",
15
- boxShadowHover: "none",
16
13
  colorDisabled: o["color-gray-2"],
17
14
  placeholderColor: o["color-gray-6"],
18
15
  placeholderColorDisabled: o["color-gray-4"],
@@ -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,9 +1,14 @@
1
- import r from "../../color/dark.mjs";
2
- import { commonBase as o } from "../../common.mjs";
3
- const m = {
4
- borderColor: r["color-gray-4"],
5
- borderRadius: o.borderRadiusMedium
1
+ import o from "../../color/dark.mjs";
2
+ import r from "../../token/dark.mjs";
3
+ import "../../token/light.mjs";
4
+ import { commonBase as e } from "../../common.mjs";
5
+ const d = {
6
+ borderColor: o["color-gray-3"],
7
+ borderRadius: e.borderRadiusMedium,
8
+ itemColorPending: o["color-primary-1"],
9
+ itemTextColor: r["color-text-1"],
10
+ listColor: r["bg-color-2"]
6
11
  };
7
12
  export {
8
- m as TransferThemeDark
13
+ d as TransferThemeDark
9
14
  };
@@ -1,9 +1,10 @@
1
1
  import r from "../../color/light.mjs";
2
2
  import { commonBase as o } from "../../common.mjs";
3
- const i = {
3
+ const m = {
4
4
  borderColor: r["color-gray-4"],
5
- borderRadius: o.borderRadiusMedium
5
+ borderRadius: o.borderRadiusMedium,
6
+ itemColorPending: r["color-primary-1"]
6
7
  };
7
8
  export {
8
- i as TransferThemeLight
9
+ m as TransferThemeLight
9
10
  };
@@ -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
  };