@bikdotai/bik-component-library 0.0.863-beta.6 → 0.0.863
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.
- package/dist/cjs/components/agent-builder/AgentBuilder.js +1 -1
- package/dist/cjs/components/agent-builder/AgentBuilder.js.map +1 -1
- package/dist/cjs/components/agent-builder/AgentBuilder.styled.js +42 -174
- package/dist/cjs/components/agent-builder/AgentBuilder.styled.js.map +1 -1
- package/dist/cjs/components/agent-builder/components/MentionPicker.js +1 -1
- package/dist/cjs/components/agent-builder/components/MentionPicker.js.map +1 -1
- package/dist/cjs/components/agent-builder/components/SelectableListSection.js +3 -3
- package/dist/cjs/components/agent-builder/components/SelectableListSection.js.map +1 -1
- package/dist/cjs/components/agent-builder/constants/steps.js +1 -1
- package/dist/cjs/components/agent-builder/constants/steps.js.map +1 -1
- package/dist/cjs/components/agent-builder/constants/tools.js +1 -1
- package/dist/cjs/components/agent-builder/constants/tools.js.map +1 -1
- package/dist/cjs/components/agent-builder/context/AgentBuilderContext.js +1 -1
- package/dist/cjs/components/agent-builder/context/AgentBuilderContext.js.map +1 -1
- package/dist/cjs/components/agent-builder/steps/Step1About.js +1 -1
- package/dist/cjs/components/agent-builder/steps/Step1About.js.map +1 -1
- package/dist/cjs/components/agent-builder/steps/Step2WhenItStepsIn.js +2 -2
- package/dist/cjs/components/agent-builder/steps/Step2WhenItStepsIn.js.map +1 -1
- package/dist/cjs/components/agent-builder/steps/Step4HandoverRules.js +1 -1
- package/dist/cjs/components/agent-builder/steps/Step4HandoverRules.js.map +1 -1
- package/dist/cjs/components/agent-builder/utils/sourceIcons.js.map +1 -1
- package/dist/cjs/components/agent-listing/AgentTableRow.js +1 -1
- package/dist/cjs/components/agent-listing/AgentTableRow.js.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/esm/components/agent-builder/AgentBuilder.js +99 -105
- package/dist/esm/components/agent-builder/AgentBuilder.js.map +1 -1
- package/dist/esm/components/agent-builder/AgentBuilder.model.d.ts +0 -76
- package/dist/esm/components/agent-builder/AgentBuilder.styled.d.ts +0 -91
- package/dist/esm/components/agent-builder/AgentBuilder.styled.js +93 -271
- package/dist/esm/components/agent-builder/AgentBuilder.styled.js.map +1 -1
- package/dist/esm/components/agent-builder/components/MentionPicker.js +27 -27
- package/dist/esm/components/agent-builder/components/MentionPicker.js.map +1 -1
- package/dist/esm/components/agent-builder/components/SelectableListSection.js +42 -34
- package/dist/esm/components/agent-builder/components/SelectableListSection.js.map +1 -1
- package/dist/esm/components/agent-builder/constants/steps.d.ts +1 -31
- package/dist/esm/components/agent-builder/constants/steps.js +6 -15
- package/dist/esm/components/agent-builder/constants/steps.js.map +1 -1
- package/dist/esm/components/agent-builder/constants/tools.d.ts +6 -5
- package/dist/esm/components/agent-builder/constants/tools.js +24 -21
- package/dist/esm/components/agent-builder/constants/tools.js.map +1 -1
- package/dist/esm/components/agent-builder/context/AgentBuilderContext.d.ts +1 -13
- package/dist/esm/components/agent-builder/context/AgentBuilderContext.js +175 -192
- package/dist/esm/components/agent-builder/context/AgentBuilderContext.js.map +1 -1
- package/dist/esm/components/agent-builder/index.d.ts +2 -7
- package/dist/esm/components/agent-builder/steps/Step1About.js +13 -15
- package/dist/esm/components/agent-builder/steps/Step1About.js.map +1 -1
- package/dist/esm/components/agent-builder/steps/Step2WhenItStepsIn.js +49 -54
- package/dist/esm/components/agent-builder/steps/Step2WhenItStepsIn.js.map +1 -1
- package/dist/esm/components/agent-builder/steps/Step4HandoverRules.d.ts +0 -11
- package/dist/esm/components/agent-builder/steps/Step4HandoverRules.js +23 -127
- package/dist/esm/components/agent-builder/steps/Step4HandoverRules.js.map +1 -1
- package/dist/esm/components/agent-builder/utils/sourceIcons.d.ts +4 -0
- package/dist/esm/components/agent-builder/utils/sourceIcons.js.map +1 -1
- package/dist/esm/components/agent-listing/AgentTableRow.js +38 -71
- package/dist/esm/components/agent-listing/AgentTableRow.js.map +1 -1
- package/dist/esm/index.js +634 -644
- package/dist/esm/index.js.map +1 -1
- package/package.json +4 -4
- package/dist/cjs/components/agent-builder/components/AgentStateModal.js +0 -2
- package/dist/cjs/components/agent-builder/components/AgentStateModal.js.map +0 -1
- package/dist/cjs/components/agent-builder/components/ChannelSelectModal.js +0 -2
- package/dist/cjs/components/agent-builder/components/ChannelSelectModal.js.map +0 -1
- package/dist/cjs/components/agent-builder/components/ChannelsSection.js +0 -2
- package/dist/cjs/components/agent-builder/components/ChannelsSection.js.map +0 -1
- package/dist/cjs/components/agent-builder/constants/channels.js +0 -2
- package/dist/cjs/components/agent-builder/constants/channels.js.map +0 -1
- package/dist/esm/components/agent-builder/components/AgentStateModal.d.ts +0 -47
- package/dist/esm/components/agent-builder/components/AgentStateModal.js +0 -82
- package/dist/esm/components/agent-builder/components/AgentStateModal.js.map +0 -1
- package/dist/esm/components/agent-builder/components/ChannelSelectModal.d.ts +0 -26
- package/dist/esm/components/agent-builder/components/ChannelSelectModal.js +0 -121
- package/dist/esm/components/agent-builder/components/ChannelSelectModal.js.map +0 -1
- package/dist/esm/components/agent-builder/components/ChannelsSection.d.ts +0 -10
- package/dist/esm/components/agent-builder/components/ChannelsSection.js +0 -183
- package/dist/esm/components/agent-builder/components/ChannelsSection.js.map +0 -1
- package/dist/esm/components/agent-builder/constants/channels.d.ts +0 -56
- package/dist/esm/components/agent-builder/constants/channels.js +0 -41
- package/dist/esm/components/agent-builder/constants/channels.js.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import e, { css as s } from "styled-components";
|
|
2
|
-
import { COLORS as t, BASE_COLORS as
|
|
3
|
-
const
|
|
2
|
+
import { COLORS as t, BASE_COLORS as i } from "../../constants/Theme.js";
|
|
3
|
+
const r = s`
|
|
4
4
|
display: flex;
|
|
5
5
|
align-items: center;
|
|
6
6
|
justify-content: center;
|
|
@@ -21,14 +21,14 @@ const n = s`
|
|
|
21
21
|
opacity: 0.5;
|
|
22
22
|
background: transparent;
|
|
23
23
|
}
|
|
24
|
-
`,
|
|
24
|
+
`, d = e.div.attrs({ className: "bik-builder-root" })`
|
|
25
25
|
display: flex;
|
|
26
26
|
flex-direction: column;
|
|
27
27
|
height: 100%;
|
|
28
28
|
width: 100%;
|
|
29
29
|
min-height: 0;
|
|
30
30
|
background: ${t.surface.standard};
|
|
31
|
-
`,
|
|
31
|
+
`, l = e.div.attrs({ className: "bik-top-bar" })`
|
|
32
32
|
display: flex;
|
|
33
33
|
align-items: center;
|
|
34
34
|
justify-content: space-between;
|
|
@@ -36,11 +36,11 @@ const n = s`
|
|
|
36
36
|
padding: 12px 16px;
|
|
37
37
|
border-bottom: 1px solid ${t.stroke.primary};
|
|
38
38
|
flex-shrink: 0;
|
|
39
|
-
`,
|
|
39
|
+
`, c = e.div.attrs({ className: "bik-top-bar-side" })`
|
|
40
40
|
display: flex;
|
|
41
41
|
align-items: center;
|
|
42
42
|
gap: 8px;
|
|
43
|
-
`,
|
|
43
|
+
`, p = e.button.attrs({ className: "bik-back-button" })`
|
|
44
44
|
display: flex;
|
|
45
45
|
align-items: center;
|
|
46
46
|
justify-content: center;
|
|
@@ -55,18 +55,18 @@ const n = s`
|
|
|
55
55
|
&:hover {
|
|
56
56
|
background: ${t.surface.subdued};
|
|
57
57
|
}
|
|
58
|
-
`,
|
|
58
|
+
`, x = e.div.attrs({ className: "bik-main" })`
|
|
59
59
|
display: flex;
|
|
60
60
|
flex: 1;
|
|
61
61
|
min-height: 0;
|
|
62
|
-
`,
|
|
62
|
+
`, h = e.div.attrs({ className: "bik-rail" })`
|
|
63
63
|
width: 234px;
|
|
64
64
|
flex-shrink: 0;
|
|
65
65
|
border-right: 1px solid ${t.stroke.primary};
|
|
66
66
|
padding: 16px;
|
|
67
67
|
overflow-y: auto;
|
|
68
68
|
background: ${t.surface.standard};
|
|
69
|
-
`,
|
|
69
|
+
`, b = e.div.attrs({ className: "bik-content" })`
|
|
70
70
|
flex: 1;
|
|
71
71
|
min-width: 0;
|
|
72
72
|
min-height: 0;
|
|
@@ -75,7 +75,7 @@ const n = s`
|
|
|
75
75
|
flex-direction: column;
|
|
76
76
|
padding: 16px;
|
|
77
77
|
background: ${t.surface.standard};
|
|
78
|
-
`,
|
|
78
|
+
`, g = e.div.attrs({ className: "bik-content-card" })`
|
|
79
79
|
flex: 1;
|
|
80
80
|
min-height: 0;
|
|
81
81
|
display: flex;
|
|
@@ -84,11 +84,11 @@ const n = s`
|
|
|
84
84
|
border: 1px solid ${t.stroke.primary};
|
|
85
85
|
border-radius: 8px;
|
|
86
86
|
box-sizing: border-box;
|
|
87
|
-
`,
|
|
87
|
+
`, f = e.div.attrs({ className: "bik-step-scroll" })`
|
|
88
88
|
flex: 1;
|
|
89
89
|
min-height: 0;
|
|
90
90
|
overflow-y: auto;
|
|
91
|
-
`,
|
|
91
|
+
`, m = e.div.attrs({ className: "bik-footer" })`
|
|
92
92
|
display: flex;
|
|
93
93
|
align-items: center;
|
|
94
94
|
justify-content: space-between;
|
|
@@ -97,20 +97,20 @@ const n = s`
|
|
|
97
97
|
border-top: 1px solid ${t.stroke.primary};
|
|
98
98
|
flex-shrink: 0;
|
|
99
99
|
box-shadow: 0px -2px 12px 0px #0000000a;
|
|
100
|
-
`,
|
|
100
|
+
`, u = e.div.attrs({ className: "bik-footer-hint" })`
|
|
101
101
|
display: flex;
|
|
102
102
|
align-items: center;
|
|
103
103
|
gap: 6px;
|
|
104
|
-
`,
|
|
104
|
+
`, k = e.div.attrs({
|
|
105
105
|
className: "bik-footer-actions"
|
|
106
106
|
})`
|
|
107
107
|
display: flex;
|
|
108
108
|
align-items: center;
|
|
109
109
|
gap: 8px;
|
|
110
|
-
`,
|
|
110
|
+
`, w = e.div.attrs({ className: "bik-rail-list" })`
|
|
111
111
|
display: flex;
|
|
112
112
|
flex-direction: column;
|
|
113
|
-
`,
|
|
113
|
+
`, y = e.button.attrs({ className: "bik-rail-item" })`
|
|
114
114
|
position: relative;
|
|
115
115
|
display: flex;
|
|
116
116
|
align-items: flex-start;
|
|
@@ -142,7 +142,7 @@ const n = s`
|
|
|
142
142
|
border-left: 1px dashed #e0e0e0;
|
|
143
143
|
pointer-events: none;
|
|
144
144
|
}
|
|
145
|
-
`,
|
|
145
|
+
`, v = e.div.attrs({ className: "bik-step-badge" })`
|
|
146
146
|
width: 20px;
|
|
147
147
|
height: 20px;
|
|
148
148
|
flex-shrink: 0;
|
|
@@ -154,9 +154,9 @@ const n = s`
|
|
|
154
154
|
font-size: 10px;
|
|
155
155
|
font-weight: 400;
|
|
156
156
|
line-height: 12px;
|
|
157
|
-
background: ${(
|
|
158
|
-
color: ${(
|
|
159
|
-
`,
|
|
157
|
+
background: ${(a) => a.state === "complete" ? t.background.inverseLight : a.state === "active" ? t.background.brandLight : t.background.base};
|
|
158
|
+
color: ${(a) => a.state === "complete" ? t.surface.standard : a.state === "active" ? t.background.inverseLight : t.content.secondary};
|
|
159
|
+
`, N = e.div.attrs({
|
|
160
160
|
className: "bik-section-header-wrap"
|
|
161
161
|
})`
|
|
162
162
|
display: flex;
|
|
@@ -164,34 +164,34 @@ const n = s`
|
|
|
164
164
|
gap: 4px;
|
|
165
165
|
padding: 16px;
|
|
166
166
|
border-bottom: 1px solid ${t.stroke.primary};
|
|
167
|
-
`,
|
|
167
|
+
`, $ = e.div.attrs({
|
|
168
168
|
className: "bik-section-header-wrap"
|
|
169
169
|
})`
|
|
170
170
|
display: flex;
|
|
171
171
|
flex-direction: column;
|
|
172
172
|
gap: 16px;
|
|
173
173
|
padding: 16px;
|
|
174
|
-
`,
|
|
174
|
+
`, S = e.div.attrs({ className: "bik-field-block" })`
|
|
175
175
|
display: flex;
|
|
176
176
|
flex-direction: column;
|
|
177
177
|
gap: 8px;
|
|
178
|
-
`,
|
|
178
|
+
`, B = e.div.attrs({
|
|
179
179
|
className: "bik-field-label-row"
|
|
180
180
|
})`
|
|
181
181
|
display: flex;
|
|
182
182
|
align-items: center;
|
|
183
183
|
justify-content: space-between;
|
|
184
|
-
`,
|
|
184
|
+
`, R = e.div.attrs({
|
|
185
185
|
className: "bik-ai-text-area-shell"
|
|
186
186
|
})`
|
|
187
187
|
display: flex;
|
|
188
188
|
flex-direction: column;
|
|
189
189
|
border: 1px solid
|
|
190
|
-
${(
|
|
190
|
+
${(a) => a.focused ? t.stroke.brand : t.stroke.primary};
|
|
191
191
|
border-radius: 4px;
|
|
192
192
|
padding: 8px 12px;
|
|
193
193
|
gap: 8px;
|
|
194
|
-
min-height: ${(
|
|
194
|
+
min-height: ${(a) => a.minHeight ?? "120px"};
|
|
195
195
|
background: ${t.surface.standard};
|
|
196
196
|
`, A = e.textarea.attrs({
|
|
197
197
|
className: "bik-ai-text-area-input"
|
|
@@ -210,35 +210,29 @@ const n = s`
|
|
|
210
210
|
&::placeholder {
|
|
211
211
|
color: ${t.content.placeholder};
|
|
212
212
|
}
|
|
213
|
-
`,
|
|
213
|
+
`, j = e.div.attrs({ className: "bik-card-row" })`
|
|
214
214
|
display: flex;
|
|
215
215
|
gap: 12px;
|
|
216
|
-
`,
|
|
216
|
+
`, L = e.button.attrs({ className: "bik-radio-card" })`
|
|
217
217
|
flex: 1;
|
|
218
218
|
display: flex;
|
|
219
219
|
align-items: flex-start;
|
|
220
220
|
gap: 12px;
|
|
221
221
|
padding: 16px;
|
|
222
222
|
border: 1px solid
|
|
223
|
-
${(
|
|
224
|
-
background: ${(
|
|
223
|
+
${(a) => a.selected ? i.brand[800] : t.stroke.primary};
|
|
224
|
+
background: ${(a) => a.selected ? t.background.brandLight : t.surface.standard};
|
|
225
225
|
border-radius: 8px;
|
|
226
226
|
cursor: pointer;
|
|
227
227
|
text-align: left;
|
|
228
228
|
width: 100%;
|
|
229
|
-
|
|
230
|
-
&:disabled {
|
|
231
|
-
cursor: not-allowed;
|
|
232
|
-
background: ${t.surface.subdued};
|
|
233
|
-
border-color: ${t.stroke.primary};
|
|
234
|
-
}
|
|
235
229
|
`, z = e.div.attrs({
|
|
236
230
|
className: "bik-radio-card-text"
|
|
237
231
|
})`
|
|
238
232
|
display: flex;
|
|
239
233
|
flex-direction: column;
|
|
240
234
|
gap: 4px;
|
|
241
|
-
`,
|
|
235
|
+
`, C = e.div.attrs({ className: "bik-chip-wrap" })`
|
|
242
236
|
display: flex;
|
|
243
237
|
flex-wrap: wrap;
|
|
244
238
|
align-items: center;
|
|
@@ -256,13 +250,13 @@ e.button.attrs({
|
|
|
256
250
|
background: transparent;
|
|
257
251
|
cursor: pointer;
|
|
258
252
|
`;
|
|
259
|
-
const
|
|
253
|
+
const T = e.div.attrs({
|
|
260
254
|
className: "bik-agent-step bik-agent-step--response"
|
|
261
255
|
})`
|
|
262
256
|
display: flex;
|
|
263
257
|
flex-direction: column;
|
|
264
258
|
min-height: 100%;
|
|
265
|
-
`,
|
|
259
|
+
`, F = e.div.attrs({ className: "bik-step3-grid" })`
|
|
266
260
|
display: grid;
|
|
267
261
|
grid-template-columns: minmax(0, 1fr) 1px 360px;
|
|
268
262
|
/* Single row that fills the grid's height, so the divider spans the full
|
|
@@ -278,11 +272,11 @@ const F = e.div.attrs({
|
|
|
278
272
|
|
|
279
273
|
/* Fill the remaining card height so a full-height child (e.g. the Step 3
|
|
280
274
|
column divider) can stretch all the way down to the footer. */
|
|
281
|
-
${(
|
|
275
|
+
${(a) => a.$grow && s`
|
|
282
276
|
flex: 1;
|
|
283
277
|
min-height: 0;
|
|
284
278
|
`}
|
|
285
|
-
`,
|
|
279
|
+
`, I = e.div.attrs({
|
|
286
280
|
className: "bik-step3-divider"
|
|
287
281
|
})`
|
|
288
282
|
width: 1px;
|
|
@@ -292,29 +286,29 @@ const F = e.div.attrs({
|
|
|
292
286
|
@media (max-width: 1100px) {
|
|
293
287
|
display: none;
|
|
294
288
|
}
|
|
295
|
-
`,
|
|
289
|
+
`, M = e.div.attrs({ className: "bik-side-section" })`
|
|
296
290
|
display: flex;
|
|
297
291
|
flex-direction: column;
|
|
298
292
|
gap: 8px;
|
|
299
|
-
`,
|
|
293
|
+
`, D = e.div.attrs({
|
|
300
294
|
className: "bik-side-section-header"
|
|
301
295
|
})`
|
|
302
296
|
display: flex;
|
|
303
297
|
align-items: center;
|
|
304
298
|
justify-content: space-between;
|
|
305
|
-
`,
|
|
299
|
+
`, H = e.button.attrs({
|
|
306
300
|
className: "bik-add-icon-button"
|
|
307
301
|
})`
|
|
308
|
-
${
|
|
302
|
+
${r}
|
|
309
303
|
background: ${t.surface.standard};
|
|
310
304
|
border: 1px solid ${t.stroke.primary};
|
|
311
|
-
`,
|
|
305
|
+
`, O = e.div.attrs({
|
|
312
306
|
className: "bik-source-button-row"
|
|
313
307
|
})`
|
|
314
308
|
display: flex;
|
|
315
309
|
flex-wrap: wrap;
|
|
316
310
|
gap: 8px;
|
|
317
|
-
`,
|
|
311
|
+
`, W = e.button.attrs({
|
|
318
312
|
className: "bik-source-button"
|
|
319
313
|
})`
|
|
320
314
|
display: flex;
|
|
@@ -330,7 +324,7 @@ const F = e.div.attrs({
|
|
|
330
324
|
&:hover {
|
|
331
325
|
background: ${t.surface.subdued};
|
|
332
326
|
}
|
|
333
|
-
`,
|
|
327
|
+
`, E = e.div.attrs({
|
|
334
328
|
className: "bik-selectable-row"
|
|
335
329
|
})`
|
|
336
330
|
display: flex;
|
|
@@ -353,7 +347,7 @@ const F = e.div.attrs({
|
|
|
353
347
|
& > svg {
|
|
354
348
|
flex-shrink: 0;
|
|
355
349
|
}
|
|
356
|
-
`,
|
|
350
|
+
`, q = e.div.attrs({ className: "bik-row-text" })`
|
|
357
351
|
flex: 1;
|
|
358
352
|
min-width: 0;
|
|
359
353
|
overflow: hidden;
|
|
@@ -365,7 +359,7 @@ const F = e.div.attrs({
|
|
|
365
359
|
white-space: nowrap;
|
|
366
360
|
text-overflow: ellipsis;
|
|
367
361
|
}
|
|
368
|
-
`,
|
|
362
|
+
`, G = e.div.attrs({ className: "bik-row-label" })`
|
|
369
363
|
display: flex;
|
|
370
364
|
align-items: center;
|
|
371
365
|
gap: 6px;
|
|
@@ -389,35 +383,35 @@ e.button.attrs({
|
|
|
389
383
|
padding: 0;
|
|
390
384
|
cursor: pointer;
|
|
391
385
|
`;
|
|
392
|
-
const
|
|
386
|
+
const U = e.div.attrs({ className: "bik-row-actions" })`
|
|
393
387
|
display: flex;
|
|
394
388
|
align-items: center;
|
|
395
389
|
gap: 4px;
|
|
396
390
|
flex-shrink: 0;
|
|
397
|
-
`,
|
|
391
|
+
`, _ = e.span.attrs({
|
|
398
392
|
className: "bik-row-action-divider"
|
|
399
393
|
})`
|
|
400
394
|
width: 1px;
|
|
401
395
|
align-self: stretch;
|
|
402
396
|
margin: 4px 0;
|
|
403
397
|
background: ${t.stroke.primary};
|
|
404
|
-
`,
|
|
398
|
+
`, J = e.button.attrs({
|
|
405
399
|
className: "bik-row-menu-button"
|
|
406
400
|
})`
|
|
407
|
-
${
|
|
408
|
-
`,
|
|
401
|
+
${r}
|
|
402
|
+
`, K = e.div.attrs({
|
|
409
403
|
className: "bik-draft-button-scope"
|
|
410
404
|
})`
|
|
411
405
|
display: flex;
|
|
412
406
|
flex: 1;
|
|
413
407
|
|
|
414
408
|
button {
|
|
415
|
-
border-color: ${
|
|
409
|
+
border-color: ${i.brand[800]};
|
|
416
410
|
}
|
|
417
411
|
button .text {
|
|
418
|
-
color: ${
|
|
412
|
+
color: ${i.brand[800]};
|
|
419
413
|
}
|
|
420
|
-
`,
|
|
414
|
+
`, P = e.div.attrs({ className: "bik-modal-body" })`
|
|
421
415
|
padding: 24px;
|
|
422
416
|
display: flex;
|
|
423
417
|
flex-direction: column;
|
|
@@ -428,17 +422,7 @@ const K = e.div.attrs({ className: "bik-row-actions" })`
|
|
|
428
422
|
display: flex;
|
|
429
423
|
align-items: center;
|
|
430
424
|
justify-content: center;
|
|
431
|
-
`,
|
|
432
|
-
min-height: ${o}px;
|
|
433
|
-
`, Y = e.div`
|
|
434
|
-
flex: 1;
|
|
435
|
-
width: 100%;
|
|
436
|
-
display: flex;
|
|
437
|
-
flex-direction: column;
|
|
438
|
-
justify-content: center;
|
|
439
|
-
align-items: center;
|
|
440
|
-
gap: 8px;
|
|
441
|
-
`, Z = e.div.attrs({
|
|
425
|
+
`, V = e.div.attrs({
|
|
442
426
|
className: "bik-modal-actions"
|
|
443
427
|
})`
|
|
444
428
|
display: flex;
|
|
@@ -462,211 +446,49 @@ e.div.attrs({
|
|
|
462
446
|
align-items: center;
|
|
463
447
|
gap: 8px;
|
|
464
448
|
`;
|
|
465
|
-
const ee = e.div.attrs({
|
|
466
|
-
className: "bik-channels-section"
|
|
467
|
-
})`
|
|
468
|
-
display: flex;
|
|
469
|
-
flex-direction: column;
|
|
470
|
-
gap: 8px;
|
|
471
|
-
`, te = e.button.attrs({
|
|
472
|
-
className: "bik-channels-link"
|
|
473
|
-
})`
|
|
474
|
-
display: flex;
|
|
475
|
-
align-items: center;
|
|
476
|
-
gap: 4px;
|
|
477
|
-
border: none;
|
|
478
|
-
background: transparent;
|
|
479
|
-
padding: 0;
|
|
480
|
-
cursor: pointer;
|
|
481
|
-
color: ${t.background.inverseLight};
|
|
482
|
-
font-size: 12px;
|
|
483
|
-
line-height: 16px;
|
|
484
|
-
font-weight: 400;
|
|
485
|
-
white-space: nowrap;
|
|
486
|
-
|
|
487
|
-
&:hover {
|
|
488
|
-
text-decoration: underline;
|
|
489
|
-
}
|
|
490
|
-
`, ie = e.div.attrs({
|
|
491
|
-
className: "bik-channel-card"
|
|
492
|
-
})`
|
|
493
|
-
display: flex;
|
|
494
|
-
flex-direction: column;
|
|
495
|
-
align-items: flex-start;
|
|
496
|
-
width: 100%;
|
|
497
|
-
background: ${t.surface.standard};
|
|
498
|
-
border: 1px solid ${t.stroke.primary};
|
|
499
|
-
border-radius: 4px;
|
|
500
|
-
overflow: hidden;
|
|
501
|
-
`, ae = e.div.attrs({ className: "bik-channel-row" })`
|
|
502
|
-
display: flex;
|
|
503
|
-
align-items: center;
|
|
504
|
-
gap: 8px;
|
|
505
|
-
padding: 12px;
|
|
506
|
-
width: 100%;
|
|
507
|
-
/* 12 + 24 + 12 — every child is pinned to the 24px band so the row can't
|
|
508
|
-
drift taller than the design's 48px. */
|
|
509
|
-
min-height: 48px;
|
|
510
|
-
box-sizing: border-box;
|
|
511
|
-
`, se = e.div.attrs({
|
|
512
|
-
className: "bik-channel-row-main"
|
|
513
|
-
})`
|
|
514
|
-
display: flex;
|
|
515
|
-
flex: 1 0 0;
|
|
516
|
-
min-width: 0;
|
|
517
|
-
align-items: center;
|
|
518
|
-
gap: 8px;
|
|
519
|
-
height: 24px;
|
|
520
|
-
`, ne = e.div.attrs({
|
|
521
|
-
className: "bik-channel-identity"
|
|
522
|
-
})`
|
|
523
|
-
display: flex;
|
|
524
|
-
align-items: center;
|
|
525
|
-
gap: 4px;
|
|
526
|
-
flex: 1 0 0;
|
|
527
|
-
min-width: 0;
|
|
528
|
-
`, re = e.div.attrs({
|
|
529
|
-
className: "bik-channel-glyph"
|
|
530
|
-
})`
|
|
531
|
-
display: flex;
|
|
532
|
-
align-items: center;
|
|
533
|
-
justify-content: center;
|
|
534
|
-
flex-shrink: 0;
|
|
535
|
-
width: 24px;
|
|
536
|
-
height: 24px;
|
|
537
|
-
border-radius: 4.8px;
|
|
538
|
-
background: ${(i) => i.tint};
|
|
539
|
-
overflow: hidden;
|
|
540
|
-
`, oe = e.div.attrs({
|
|
541
|
-
className: "bik-channel-chips"
|
|
542
|
-
})`
|
|
543
|
-
display: flex;
|
|
544
|
-
align-items: center;
|
|
545
|
-
gap: 4px;
|
|
546
|
-
flex-shrink: 0;
|
|
547
|
-
|
|
548
|
-
/* Figma's tag-regular is 24px tall, but Tag's "regular" variant floors at
|
|
549
|
-
26px — which pushes the 48px row to 50px. Pin the wrapper back to 24
|
|
550
|
-
(Tag's own \`height\` prop only reaches its inner container). The second
|
|
551
|
-
selector catches a Tag sitting inside a ChipTooltipTarget. */
|
|
552
|
-
> *,
|
|
553
|
-
> span > * {
|
|
554
|
-
min-height: 24px;
|
|
555
|
-
}
|
|
556
|
-
`, le = e.span.attrs({
|
|
557
|
-
className: "bik-chip-tooltip-target"
|
|
558
|
-
})`
|
|
559
|
-
display: inline-flex;
|
|
560
|
-
align-items: center;
|
|
561
|
-
`, de = e.div.attrs({
|
|
562
|
-
className: "bik-channel-picker-list"
|
|
563
|
-
})`
|
|
564
|
-
display: flex;
|
|
565
|
-
flex-direction: column;
|
|
566
|
-
gap: 4px;
|
|
567
|
-
width: 100%;
|
|
568
|
-
max-height: 280px;
|
|
569
|
-
overflow-y: auto;
|
|
570
|
-
`, ce = e.div.attrs({
|
|
571
|
-
className: "bik-channel-picker-row"
|
|
572
|
-
})`
|
|
573
|
-
display: flex;
|
|
574
|
-
align-items: center;
|
|
575
|
-
gap: 8px;
|
|
576
|
-
width: 100%;
|
|
577
|
-
padding: 4px;
|
|
578
|
-
border-radius: 4px;
|
|
579
|
-
box-sizing: border-box;
|
|
580
|
-
|
|
581
|
-
&:hover {
|
|
582
|
-
background: ${t.surface.subdued};
|
|
583
|
-
}
|
|
584
|
-
`, pe = e.div.attrs({
|
|
585
|
-
className: "bik-channel-picker-account"
|
|
586
|
-
})`
|
|
587
|
-
display: flex;
|
|
588
|
-
align-items: center;
|
|
589
|
-
gap: 8px;
|
|
590
|
-
min-width: 0;
|
|
591
|
-
height: 32px;
|
|
592
|
-
padding: 0 4px;
|
|
593
|
-
`, xe = e.div.attrs({
|
|
594
|
-
className: "bik-channel-picker-body"
|
|
595
|
-
})`
|
|
596
|
-
display: flex;
|
|
597
|
-
flex-direction: column;
|
|
598
|
-
gap: 8px;
|
|
599
|
-
width: 100%;
|
|
600
|
-
/* Figma indents the body 8px inside the modal's own 24px gutter, so the list
|
|
601
|
-
sits at 32px while the title stays at 24px. StyledModal's body has no
|
|
602
|
-
gutter of its own, so both live here. */
|
|
603
|
-
padding: 0 32px;
|
|
604
|
-
box-sizing: border-box;
|
|
605
|
-
`, he = {
|
|
606
|
-
width: 24,
|
|
607
|
-
height: 24,
|
|
608
|
-
justifyContent: "center"
|
|
609
|
-
};
|
|
610
449
|
export {
|
|
611
|
-
|
|
612
|
-
D as AddIconButton,
|
|
613
|
-
V as AgentStateModalBody,
|
|
614
|
-
Y as AgentStateModalHero,
|
|
450
|
+
H as AddIconButton,
|
|
615
451
|
A as AiTextAreaInput,
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
ee as ChannelsSectionRoot,
|
|
633
|
-
le as ChipTooltipTarget,
|
|
634
|
-
M as ChipWrap,
|
|
635
|
-
m as Content,
|
|
636
|
-
f as ContentCard,
|
|
637
|
-
J as DraftButtonScope,
|
|
638
|
-
B as FieldBlock,
|
|
639
|
-
R as FieldLabelRow,
|
|
640
|
-
k as Footer,
|
|
641
|
-
y as FooterActions,
|
|
642
|
-
w as FooterHint,
|
|
643
|
-
g as Main,
|
|
644
|
-
Z as ModalActions,
|
|
645
|
-
r as ModalBody,
|
|
452
|
+
R as AiTextAreaShell,
|
|
453
|
+
p as BackButton,
|
|
454
|
+
d as BuilderRoot,
|
|
455
|
+
j as CardRow,
|
|
456
|
+
C as ChipWrap,
|
|
457
|
+
b as Content,
|
|
458
|
+
g as ContentCard,
|
|
459
|
+
K as DraftButtonScope,
|
|
460
|
+
S as FieldBlock,
|
|
461
|
+
B as FieldLabelRow,
|
|
462
|
+
m as Footer,
|
|
463
|
+
k as FooterActions,
|
|
464
|
+
u as FooterHint,
|
|
465
|
+
x as Main,
|
|
466
|
+
V as ModalActions,
|
|
467
|
+
P as ModalBody,
|
|
646
468
|
Q as ModalIcon,
|
|
647
|
-
|
|
469
|
+
L as RadioCard,
|
|
648
470
|
z as RadioCardText,
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
471
|
+
h as Rail,
|
|
472
|
+
y as RailItem,
|
|
473
|
+
w as RailList,
|
|
474
|
+
_ as RowActionDivider,
|
|
475
|
+
U as RowActions,
|
|
476
|
+
G as RowLabel,
|
|
477
|
+
J as RowMenuButton,
|
|
478
|
+
q as RowText,
|
|
479
|
+
$ as SectionBodyWrap,
|
|
480
|
+
N as SectionHeaderWrap,
|
|
481
|
+
E as SelectableRow,
|
|
482
|
+
M as SideSection,
|
|
483
|
+
D as SideSectionHeader,
|
|
484
|
+
W as SourceButton,
|
|
485
|
+
O as SourceButtonRow,
|
|
486
|
+
I as Step3Divider,
|
|
487
|
+
F as Step3Grid,
|
|
488
|
+
T as Step3Root,
|
|
489
|
+
v as StepBadge,
|
|
490
|
+
f as StepScroll,
|
|
491
|
+
l as TopBar,
|
|
492
|
+
c as TopBarSide
|
|
671
493
|
};
|
|
672
494
|
//# sourceMappingURL=AgentBuilder.styled.js.map
|