@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.
Files changed (78) hide show
  1. package/dist/cjs/components/agent-builder/AgentBuilder.js +1 -1
  2. package/dist/cjs/components/agent-builder/AgentBuilder.js.map +1 -1
  3. package/dist/cjs/components/agent-builder/AgentBuilder.styled.js +42 -174
  4. package/dist/cjs/components/agent-builder/AgentBuilder.styled.js.map +1 -1
  5. package/dist/cjs/components/agent-builder/components/MentionPicker.js +1 -1
  6. package/dist/cjs/components/agent-builder/components/MentionPicker.js.map +1 -1
  7. package/dist/cjs/components/agent-builder/components/SelectableListSection.js +3 -3
  8. package/dist/cjs/components/agent-builder/components/SelectableListSection.js.map +1 -1
  9. package/dist/cjs/components/agent-builder/constants/steps.js +1 -1
  10. package/dist/cjs/components/agent-builder/constants/steps.js.map +1 -1
  11. package/dist/cjs/components/agent-builder/constants/tools.js +1 -1
  12. package/dist/cjs/components/agent-builder/constants/tools.js.map +1 -1
  13. package/dist/cjs/components/agent-builder/context/AgentBuilderContext.js +1 -1
  14. package/dist/cjs/components/agent-builder/context/AgentBuilderContext.js.map +1 -1
  15. package/dist/cjs/components/agent-builder/steps/Step1About.js +1 -1
  16. package/dist/cjs/components/agent-builder/steps/Step1About.js.map +1 -1
  17. package/dist/cjs/components/agent-builder/steps/Step2WhenItStepsIn.js +2 -2
  18. package/dist/cjs/components/agent-builder/steps/Step2WhenItStepsIn.js.map +1 -1
  19. package/dist/cjs/components/agent-builder/steps/Step4HandoverRules.js +1 -1
  20. package/dist/cjs/components/agent-builder/steps/Step4HandoverRules.js.map +1 -1
  21. package/dist/cjs/components/agent-builder/utils/sourceIcons.js.map +1 -1
  22. package/dist/cjs/components/agent-listing/AgentTableRow.js +1 -1
  23. package/dist/cjs/components/agent-listing/AgentTableRow.js.map +1 -1
  24. package/dist/cjs/index.js +1 -1
  25. package/dist/esm/components/agent-builder/AgentBuilder.js +99 -105
  26. package/dist/esm/components/agent-builder/AgentBuilder.js.map +1 -1
  27. package/dist/esm/components/agent-builder/AgentBuilder.model.d.ts +0 -76
  28. package/dist/esm/components/agent-builder/AgentBuilder.styled.d.ts +0 -91
  29. package/dist/esm/components/agent-builder/AgentBuilder.styled.js +93 -271
  30. package/dist/esm/components/agent-builder/AgentBuilder.styled.js.map +1 -1
  31. package/dist/esm/components/agent-builder/components/MentionPicker.js +27 -27
  32. package/dist/esm/components/agent-builder/components/MentionPicker.js.map +1 -1
  33. package/dist/esm/components/agent-builder/components/SelectableListSection.js +42 -34
  34. package/dist/esm/components/agent-builder/components/SelectableListSection.js.map +1 -1
  35. package/dist/esm/components/agent-builder/constants/steps.d.ts +1 -31
  36. package/dist/esm/components/agent-builder/constants/steps.js +6 -15
  37. package/dist/esm/components/agent-builder/constants/steps.js.map +1 -1
  38. package/dist/esm/components/agent-builder/constants/tools.d.ts +6 -5
  39. package/dist/esm/components/agent-builder/constants/tools.js +24 -21
  40. package/dist/esm/components/agent-builder/constants/tools.js.map +1 -1
  41. package/dist/esm/components/agent-builder/context/AgentBuilderContext.d.ts +1 -13
  42. package/dist/esm/components/agent-builder/context/AgentBuilderContext.js +175 -192
  43. package/dist/esm/components/agent-builder/context/AgentBuilderContext.js.map +1 -1
  44. package/dist/esm/components/agent-builder/index.d.ts +2 -7
  45. package/dist/esm/components/agent-builder/steps/Step1About.js +13 -15
  46. package/dist/esm/components/agent-builder/steps/Step1About.js.map +1 -1
  47. package/dist/esm/components/agent-builder/steps/Step2WhenItStepsIn.js +49 -54
  48. package/dist/esm/components/agent-builder/steps/Step2WhenItStepsIn.js.map +1 -1
  49. package/dist/esm/components/agent-builder/steps/Step4HandoverRules.d.ts +0 -11
  50. package/dist/esm/components/agent-builder/steps/Step4HandoverRules.js +23 -127
  51. package/dist/esm/components/agent-builder/steps/Step4HandoverRules.js.map +1 -1
  52. package/dist/esm/components/agent-builder/utils/sourceIcons.d.ts +4 -0
  53. package/dist/esm/components/agent-builder/utils/sourceIcons.js.map +1 -1
  54. package/dist/esm/components/agent-listing/AgentTableRow.js +38 -71
  55. package/dist/esm/components/agent-listing/AgentTableRow.js.map +1 -1
  56. package/dist/esm/index.js +634 -644
  57. package/dist/esm/index.js.map +1 -1
  58. package/package.json +4 -4
  59. package/dist/cjs/components/agent-builder/components/AgentStateModal.js +0 -2
  60. package/dist/cjs/components/agent-builder/components/AgentStateModal.js.map +0 -1
  61. package/dist/cjs/components/agent-builder/components/ChannelSelectModal.js +0 -2
  62. package/dist/cjs/components/agent-builder/components/ChannelSelectModal.js.map +0 -1
  63. package/dist/cjs/components/agent-builder/components/ChannelsSection.js +0 -2
  64. package/dist/cjs/components/agent-builder/components/ChannelsSection.js.map +0 -1
  65. package/dist/cjs/components/agent-builder/constants/channels.js +0 -2
  66. package/dist/cjs/components/agent-builder/constants/channels.js.map +0 -1
  67. package/dist/esm/components/agent-builder/components/AgentStateModal.d.ts +0 -47
  68. package/dist/esm/components/agent-builder/components/AgentStateModal.js +0 -82
  69. package/dist/esm/components/agent-builder/components/AgentStateModal.js.map +0 -1
  70. package/dist/esm/components/agent-builder/components/ChannelSelectModal.d.ts +0 -26
  71. package/dist/esm/components/agent-builder/components/ChannelSelectModal.js +0 -121
  72. package/dist/esm/components/agent-builder/components/ChannelSelectModal.js.map +0 -1
  73. package/dist/esm/components/agent-builder/components/ChannelsSection.d.ts +0 -10
  74. package/dist/esm/components/agent-builder/components/ChannelsSection.js +0 -183
  75. package/dist/esm/components/agent-builder/components/ChannelsSection.js.map +0 -1
  76. package/dist/esm/components/agent-builder/constants/channels.d.ts +0 -56
  77. package/dist/esm/components/agent-builder/constants/channels.js +0 -41
  78. 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 a } from "../../constants/Theme.js";
3
- const n = s`
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
- `, c = e.div.attrs({ className: "bik-builder-root" })`
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
- `, p = e.div.attrs({ className: "bik-top-bar" })`
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
- `, x = e.div.attrs({ className: "bik-top-bar-side" })`
39
+ `, c = e.div.attrs({ className: "bik-top-bar-side" })`
40
40
  display: flex;
41
41
  align-items: center;
42
42
  gap: 8px;
43
- `, h = e.button.attrs({ className: "bik-back-button" })`
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
- `, g = e.div.attrs({ className: "bik-main" })`
58
+ `, x = e.div.attrs({ className: "bik-main" })`
59
59
  display: flex;
60
60
  flex: 1;
61
61
  min-height: 0;
62
- `, b = e.div.attrs({ className: "bik-rail" })`
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
- `, m = e.div.attrs({ className: "bik-content" })`
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
- `, f = e.div.attrs({ className: "bik-content-card" })`
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
- `, u = e.div.attrs({ className: "bik-step-scroll" })`
87
+ `, f = e.div.attrs({ className: "bik-step-scroll" })`
88
88
  flex: 1;
89
89
  min-height: 0;
90
90
  overflow-y: auto;
91
- `, k = e.div.attrs({ className: "bik-footer" })`
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
- `, w = e.div.attrs({ className: "bik-footer-hint" })`
100
+ `, u = e.div.attrs({ className: "bik-footer-hint" })`
101
101
  display: flex;
102
102
  align-items: center;
103
103
  gap: 6px;
104
- `, y = e.div.attrs({
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
- `, v = e.div.attrs({ className: "bik-rail-list" })`
110
+ `, w = e.div.attrs({ className: "bik-rail-list" })`
111
111
  display: flex;
112
112
  flex-direction: column;
113
- `, N = e.button.attrs({ className: "bik-rail-item" })`
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
- `, $ = e.div.attrs({ className: "bik-step-badge" })`
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: ${(i) => i.state === "complete" ? t.background.inverseLight : i.state === "active" ? t.background.brandLight : t.background.base};
158
- color: ${(i) => i.state === "complete" ? t.surface.standard : i.state === "active" ? t.background.inverseLight : t.content.secondary};
159
- `, S = e.div.attrs({
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
- `, C = e.div.attrs({
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
- `, B = e.div.attrs({ className: "bik-field-block" })`
174
+ `, S = e.div.attrs({ className: "bik-field-block" })`
175
175
  display: flex;
176
176
  flex-direction: column;
177
177
  gap: 8px;
178
- `, R = e.div.attrs({
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
- `, T = e.div.attrs({
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
- ${(i) => i.focused ? t.stroke.brand : t.stroke.primary};
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: ${(i) => i.minHeight ?? "120px"};
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
- `, L = e.div.attrs({ className: "bik-card-row" })`
213
+ `, j = e.div.attrs({ className: "bik-card-row" })`
214
214
  display: flex;
215
215
  gap: 12px;
216
- `, j = e.button.attrs({ className: "bik-radio-card" })`
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
- ${(i) => i.selected ? a.brand[800] : t.stroke.primary};
224
- background: ${(i) => i.selected ? t.background.brandLight : t.surface.standard};
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
- `, M = e.div.attrs({ className: "bik-chip-wrap" })`
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 F = e.div.attrs({
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
- `, I = e.div.attrs({ className: "bik-step3-grid" })`
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
- ${(i) => i.$grow && s`
275
+ ${(a) => a.$grow && s`
282
276
  flex: 1;
283
277
  min-height: 0;
284
278
  `}
285
- `, H = e.div.attrs({
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
- `, E = e.div.attrs({ className: "bik-side-section" })`
289
+ `, M = e.div.attrs({ className: "bik-side-section" })`
296
290
  display: flex;
297
291
  flex-direction: column;
298
292
  gap: 8px;
299
- `, O = e.div.attrs({
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
- `, D = e.button.attrs({
299
+ `, H = e.button.attrs({
306
300
  className: "bik-add-icon-button"
307
301
  })`
308
- ${n}
302
+ ${r}
309
303
  background: ${t.surface.standard};
310
304
  border: 1px solid ${t.stroke.primary};
311
- `, _ = e.div.attrs({
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
- `, P = e.button.attrs({
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
- `, G = e.div.attrs({
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
- `, W = e.div.attrs({ className: "bik-row-text" })`
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
- `, q = e.div.attrs({ className: "bik-row-label" })`
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 K = e.div.attrs({ className: "bik-row-actions" })`
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
- `, U = e.span.attrs({
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
- `, X = e.button.attrs({
398
+ `, J = e.button.attrs({
405
399
  className: "bik-row-menu-button"
406
400
  })`
407
- ${n}
408
- `, J = e.div.attrs({
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: ${a.brand[800]};
409
+ border-color: ${i.brand[800]};
416
410
  }
417
411
  button .text {
418
- color: ${a.brand[800]};
412
+ color: ${i.brand[800]};
419
413
  }
420
- `, r = e.div.attrs({ className: "bik-modal-body" })`
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
- `, o = 268, V = e(r)`
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
- o as AGENT_STATE_MODAL_MIN_HEIGHT,
612
- D as AddIconButton,
613
- V as AgentStateModalBody,
614
- Y as AgentStateModalHero,
450
+ H as AddIconButton,
615
451
  A as AiTextAreaInput,
616
- T as AiTextAreaShell,
617
- h as BackButton,
618
- c as BuilderRoot,
619
- he as CHECKBOX_SLOT,
620
- L as CardRow,
621
- ie as ChannelCard,
622
- oe as ChannelChips,
623
- re as ChannelGlyph,
624
- ne as ChannelIdentity,
625
- pe as ChannelPickerAccount,
626
- xe as ChannelPickerBody,
627
- de as ChannelPickerList,
628
- ce as ChannelPickerRow,
629
- ae as ChannelRow,
630
- se as ChannelRowMain,
631
- te as ChannelsLink,
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
- j as RadioCard,
469
+ L as RadioCard,
648
470
  z as RadioCardText,
649
- b as Rail,
650
- N as RailItem,
651
- v as RailList,
652
- U as RowActionDivider,
653
- K as RowActions,
654
- q as RowLabel,
655
- X as RowMenuButton,
656
- W as RowText,
657
- C as SectionBodyWrap,
658
- S as SectionHeaderWrap,
659
- G as SelectableRow,
660
- E as SideSection,
661
- O as SideSectionHeader,
662
- P as SourceButton,
663
- _ as SourceButtonRow,
664
- H as Step3Divider,
665
- I as Step3Grid,
666
- F as Step3Root,
667
- $ as StepBadge,
668
- u as StepScroll,
669
- p as TopBar,
670
- x as TopBarSide
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