@lark-apaas/client-toolkit 1.1.27 → 1.1.28
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.
|
@@ -44,7 +44,7 @@ const Component = ()=>{
|
|
|
44
44
|
/*#__PURE__*/ jsx(SheetTrigger, {
|
|
45
45
|
asChild: true,
|
|
46
46
|
children: /*#__PURE__*/ jsxs("div", {
|
|
47
|
-
className: "fixed right-
|
|
47
|
+
className: "fixed right-[12px] bottom-[80px] inline-flex items-center gap-x-1 border-solid border-[#ffffff1a] border px-[10px] py-[6px] bg-[#1f2329e5] backdrop-blur-[5px] shadow-[0px_6px_12px_0px_#41444a0a,0px_8px_24px_8px_#41444a0a] rounded-md text-[#ebebeb)] font-['PingFang_SC'] text-xs leading-[20px] tracking-[0px] z-[10000000]",
|
|
48
48
|
onClick: ()=>{
|
|
49
49
|
setOpen(true);
|
|
50
50
|
},
|
|
@@ -64,10 +64,10 @@ const Component = ()=>{
|
|
|
64
64
|
side: "bottom",
|
|
65
65
|
className: "z-[10000001] border-none bg-transparent outline-0!",
|
|
66
66
|
children: /*#__PURE__*/ jsxs("div", {
|
|
67
|
-
className: "flex flex-col bg-white overflow-hidden rounded-t-
|
|
67
|
+
className: "flex flex-col bg-white overflow-hidden rounded-t-[16px] relative",
|
|
68
68
|
children: [
|
|
69
69
|
/*#__PURE__*/ jsx(X, {
|
|
70
|
-
className: "absolute top-
|
|
70
|
+
className: "absolute top-[8px] left-[16px] size-[24px] text-[#2B2F36]",
|
|
71
71
|
onClick: ()=>setOpen(false)
|
|
72
72
|
}),
|
|
73
73
|
/*#__PURE__*/ jsx("img", {
|
|
@@ -79,7 +79,7 @@ const Component = ()=>{
|
|
|
79
79
|
}
|
|
80
80
|
}),
|
|
81
81
|
/*#__PURE__*/ jsxs("div", {
|
|
82
|
-
className: "flex flex-col w-full justify-center items-end gap-y-
|
|
82
|
+
className: "flex flex-col w-full justify-center items-end gap-y-[16px] border-solid border-[#ffffff0d] border px-[20px] pt-[16px] pb-[48px] shadow-(--shadow-2xs,0px_2px_8px_2px_var(--shadow-2xs-1-color,#1f232905),0px_2px_8px_2px_var(--shadow-2xs-1-color,#1f232905),0px_2px_4px_0px_var(--shadow-2xs-1-color,#1f232905)) rounded-t-[12px] text-[#a6a6a6] font-['PingFang_SC'] text-[12px] leading-[20px] tracking-[0px]",
|
|
83
83
|
children: [
|
|
84
84
|
/*#__PURE__*/ jsxs("div", {
|
|
85
85
|
className: "self-stretch shrink-0 flex flex-col items-start gap-y-[4px]",
|
|
@@ -89,7 +89,7 @@ const Component = ()=>{
|
|
|
89
89
|
children: [
|
|
90
90
|
/*#__PURE__*/ jsx("img", {
|
|
91
91
|
src: "https://lf3-static.bytednsdoc.com/obj/eden-cn/LMfspH/ljhwZthlaukjlkulzlp/icon/icon_company_outlined.svg",
|
|
92
|
-
className: "shrink-0 w-
|
|
92
|
+
className: "shrink-0 w-[14px] h-[14px]"
|
|
93
93
|
}),
|
|
94
94
|
/*#__PURE__*/ jsxs("p", {
|
|
95
95
|
className: "shrink-0 min-w-[96px] m-0! text-[#646A73] text-sm",
|
|
@@ -105,7 +105,7 @@ const Component = ()=>{
|
|
|
105
105
|
children: [
|
|
106
106
|
/*#__PURE__*/ jsx("img", {
|
|
107
107
|
src: "https://lf3-static.bytednsdoc.com/obj/eden-cn/LMfspH/ljhwZthlaukjlkulzlp/icon/icon_efficiency-ai_outlined.svg",
|
|
108
|
-
className: "shrink-0 w-
|
|
108
|
+
className: "shrink-0 w-[14px] h-[14px]"
|
|
109
109
|
}),
|
|
110
110
|
/*#__PURE__*/ jsx("p", {
|
|
111
111
|
className: "shrink-0 min-w-[163px] m-0! text-[#646A73] text-sm",
|
|
@@ -116,10 +116,10 @@ const Component = ()=>{
|
|
|
116
116
|
]
|
|
117
117
|
}),
|
|
118
118
|
/*#__PURE__*/ jsxs("div", {
|
|
119
|
-
className: "self-stretch shrink-0 flex items-start gap-x-
|
|
119
|
+
className: "self-stretch shrink-0 flex items-start gap-x-[16px]",
|
|
120
120
|
children: [
|
|
121
121
|
/*#__PURE__*/ jsx("div", {
|
|
122
|
-
className: "flex-1 flex rounded-[99px] items-center justify-center border-[0.5px] border-[#D0D3D6] bg-white text-[#1F2329] cursor-pointer text-lg py-
|
|
122
|
+
className: "flex-1 flex rounded-[99px] items-center justify-center border-[0.5px] border-[#D0D3D6] bg-white text-[#1F2329] cursor-pointer text-lg py-[12px]",
|
|
123
123
|
onClick: (e)=>{
|
|
124
124
|
e.stopPropagation();
|
|
125
125
|
e.preventDefault();
|
|
@@ -130,7 +130,7 @@ const Component = ()=>{
|
|
|
130
130
|
children: "不再展示"
|
|
131
131
|
}),
|
|
132
132
|
/*#__PURE__*/ jsx("div", {
|
|
133
|
-
className: "flex-1 flex rounded-[99px] items-center justify-center border-[0.5px] border-black bg-black text-white cursor-pointer text-lg py-
|
|
133
|
+
className: "flex-1 flex rounded-[99px] items-center justify-center border-[0.5px] border-black bg-black text-white cursor-pointer text-lg py-[12px]",
|
|
134
134
|
onClick: ()=>{
|
|
135
135
|
window.open('https://miaoda.feishu.cn/landing', '_blank');
|
|
136
136
|
},
|
|
@@ -152,7 +152,7 @@ const Component = ()=>{
|
|
|
152
152
|
/*#__PURE__*/ jsx(PopoverTrigger, {
|
|
153
153
|
asChild: true,
|
|
154
154
|
children: /*#__PURE__*/ jsxs("div", {
|
|
155
|
-
className: "fixed right-
|
|
155
|
+
className: "fixed right-[12px] bottom-[12px] inline-flex items-center gap-x-1 border-solid border-[#ffffff1a] border px-[10px] py-[6px] bg-[#1f2329e5] backdrop-blur-[5px] shadow-[0px_6px_12px_0px_#41444a0a,0px_8px_24px_8px_#41444a0a] rounded-[6px] text-[#ebebeb)] font-['PingFang_SC'] text-xs leading-[20px] tracking-[0px] z-[10000000] cursor-pointer",
|
|
156
156
|
onMouseEnter: ()=>{
|
|
157
157
|
clearTimeout(timeoutRef.current);
|
|
158
158
|
setOpen(true);
|
|
@@ -173,7 +173,7 @@ const Component = ()=>{
|
|
|
173
173
|
})
|
|
174
174
|
}),
|
|
175
175
|
/*#__PURE__*/ jsx(PopoverContent, {
|
|
176
|
-
className: "overflow-hidden p-0 m-0 border-0 rounded-[12px]!",
|
|
176
|
+
className: "overflow-hidden p-0 m-0 border-0 rounded-[12px]! w-[286px]",
|
|
177
177
|
style: {
|
|
178
178
|
boxShadow: '0 6px 12px 0 #41444a0a, 0 8px 24px 0 #41444a0a'
|
|
179
179
|
},
|
|
@@ -188,18 +188,18 @@ const Component = ()=>{
|
|
|
188
188
|
timeoutRef.current = setTimeout(()=>setOpen(false), 100);
|
|
189
189
|
},
|
|
190
190
|
children: /*#__PURE__*/ jsxs("div", {
|
|
191
|
-
className: "flex flex-col bg-[#
|
|
191
|
+
className: "flex flex-col bg-[#1A1A1A]",
|
|
192
192
|
children: [
|
|
193
193
|
/*#__PURE__*/ jsx("img", {
|
|
194
194
|
src: "https://lf3-static.bytednsdoc.com/obj/eden-cn/LMfspH/ljhwZthlaukjlkulzlp/logo/miaodacover.png",
|
|
195
195
|
alt: "",
|
|
196
|
-
className: "w-
|
|
196
|
+
className: "w-[286px] h-[128px] cursor-pointer",
|
|
197
197
|
onClick: ()=>{
|
|
198
198
|
window.open('https://miaoda.feishu.cn/landing', '_blank');
|
|
199
199
|
}
|
|
200
200
|
}),
|
|
201
201
|
/*#__PURE__*/ jsxs("div", {
|
|
202
|
-
className: "flex flex-col justify-center items-end gap-y-[12px] border-solid border-[#ffffff0d] border pl-[14px] pr-[15px] pt-[11px] pb-[15px] w-[286px] shadow-(--shadow-2xs,0px_2px_8px_2px_var(--shadow-2xs-1-color,#1f232905),0px_2px_8px_2px_var(--shadow-2xs-1-color,#1f232905),0px_2px_4px_0px_var(--shadow-2xs-1-color,#1f232905)) rounded-t-[12px] text-[#a6a6a6] font-['PingFang_SC'] text-[12px] leading-[20px] tracking-[0px]",
|
|
202
|
+
className: "flex flex-col justify-center items-end gap-y-[12px] border-solid border-[#ffffff0d] border pl-[14px] pr-[15px] pt-[11px] pb-[15px] w-[286px] shadow-(--shadow-2xs,0px_2px_8px_2px_var(--shadow-2xs-1-color,#1f232905),0px_2px_8px_2px_var(--shadow-2xs-1-color,#1f232905),0px_2px_4px_0px_var(--shadow-2xs-1-color,#1f232905)) rounded-t-[12px] text-[#a6a6a6] font-['PingFang_SC'] text-[12px] leading-[20px] tracking-[0px] bg-[#1f2021]",
|
|
203
203
|
children: [
|
|
204
204
|
/*#__PURE__*/ jsxs("div", {
|
|
205
205
|
className: "self-stretch shrink-0 flex flex-col items-start gap-y-[4px]",
|
|
@@ -236,10 +236,10 @@ const Component = ()=>{
|
|
|
236
236
|
]
|
|
237
237
|
}),
|
|
238
238
|
/*#__PURE__*/ jsxs("div", {
|
|
239
|
-
className: "self-stretch shrink-0 flex items-start gap-x-[8px]",
|
|
239
|
+
className: "w-full self-stretch shrink-0 flex items-start gap-x-[8px]",
|
|
240
240
|
children: [
|
|
241
241
|
/*#__PURE__*/ jsx("div", {
|
|
242
|
-
className: "flex-1 flex rounded-lg
|
|
242
|
+
className: "flex-1 flex rounded-lg items-center justify-center h-[34px] border-[0.5px] border-solid border-[#ffffff1c] hover:border-[#ffffff33] bg-[#ffffff08] hover:bg-[#ffffff14] cursor-pointer text-[#ebebeb]",
|
|
243
243
|
"data-custom-element": "safety-close",
|
|
244
244
|
onClick: (e)=>{
|
|
245
245
|
e.stopPropagation();
|