@lark-apaas/client-toolkit 1.1.1 → 1.1.2

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.
@@ -53,7 +53,7 @@ const Component = ()=>{
53
53
  /*#__PURE__*/ jsx(Button, {
54
54
  size: "icon",
55
55
  variant: "ghost",
56
- className: "cursor-pointer rounded-full w-4 h-4",
56
+ className: "cursor-pointer rounded-full w-4 h-4 hover:bg-[#1f232914]",
57
57
  onClick: (e)=>{
58
58
  e.stopPropagation();
59
59
  e.preventDefault();
@@ -61,8 +61,7 @@ const Component = ()=>{
61
61
  window.localStorage?.setItem(HasClosedKey, 'true');
62
62
  },
63
63
  children: /*#__PURE__*/ jsx(X, {
64
- size: 10,
65
- className: "text-[#646A73]"
64
+ className: "text-[#646A73] !w-[10px] !h-[10px]"
66
65
  })
67
66
  })
68
67
  ]
@@ -99,7 +98,7 @@ const Component = ()=>{
99
98
  className: "shrink-0 w-[14px] h-[14px]"
100
99
  }),
101
100
  /*#__PURE__*/ jsx("div", {
102
- className: "flex-1 justify-start text-token-icon-n1 text-sm font-normal font-['PingFang_SC'] leading-5",
101
+ className: "flex-1 justify-start text-[#2B2F36] text-sm font-normal font-['PingFang_SC'] leading-5",
103
102
  children: "运营方"
104
103
  })
105
104
  ]
@@ -107,7 +106,7 @@ const Component = ()=>{
107
106
  /*#__PURE__*/ jsx("div", {
108
107
  className: "flex justify-start items-center gap-1 overflow-hidden",
109
108
  children: /*#__PURE__*/ jsx("div", {
110
- className: "justify-start text-token-text-caption text-sm font-normal font-['PingFang_SC'] leading-5",
109
+ className: "justify-start text-[#646A73] text-sm font-normal font-['PingFang_SC'] leading-5",
111
110
  children: userinfo?.name
112
111
  })
113
112
  })
@@ -137,7 +136,7 @@ const Component = ()=>{
137
136
  className: "shrink-0 w-[14px] h-[14px]"
138
137
  }),
139
138
  /*#__PURE__*/ jsx("div", {
140
- className: "flex-1 justify-start text-token-icon-n1 text-sm font-normal font-['PingFang_SC'] leading-5",
139
+ className: "flex-1 justify-start text-[#2B2F36] text-sm font-normal font-['PingFang_SC'] leading-5",
141
140
  children: "了解妙搭"
142
141
  }),
143
142
  /*#__PURE__*/ jsx("img", {
@@ -155,7 +154,7 @@ const Component = ()=>{
155
154
  children: /*#__PURE__*/ jsx("div", {
156
155
  className: "flex-1 flex justify-start items-center gap-2",
157
156
  children: /*#__PURE__*/ jsx("div", {
158
- className: "justify-start text-token-text-placeholder text-xs font-normal font-['PingFang_SC'] leading-5",
157
+ className: "justify-start text-[#8F959E] text-xs font-normal font-['PingFang_SC'] leading-5",
159
158
  children: "包含 AI 生成内容,请注意甄别"
160
159
  })
161
160
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/client-toolkit",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "types": "./lib/index.d.ts",
5
5
  "main": "./lib/index.js",
6
6
  "files": [