@burtson-labs/bandit-engine 2.0.83 → 2.0.84

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/index.js CHANGED
@@ -24339,8 +24339,8 @@ var init_conversation_drawer = __esm({
24339
24339
  flex: 1,
24340
24340
  display: "flex",
24341
24341
  flexDirection: "column",
24342
- alignItems: isMobile ? "center" : "flex-start",
24343
- textAlign: isMobile ? "center" : "left",
24342
+ alignItems: "flex-start",
24343
+ textAlign: "left",
24344
24344
  gap: 0.25
24345
24345
  },
24346
24346
  children: [
@@ -24366,11 +24366,20 @@ var init_conversation_drawer = __esm({
24366
24366
  }
24367
24367
  ),
24368
24368
  user2 && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
24369
- import_lucide_react8.Settings,
24369
+ import_material22.Box,
24370
24370
  {
24371
- size: 18,
24372
- color: theme.palette.text.secondary,
24373
- style: { flexShrink: 0, opacity: 0.85 }
24371
+ sx: {
24372
+ flexShrink: 0,
24373
+ display: "flex",
24374
+ alignItems: "center",
24375
+ justifyContent: "center",
24376
+ width: 30,
24377
+ height: 30,
24378
+ borderRadius: "50%",
24379
+ border: `1px solid ${(0, import_material22.alpha)(theme.palette.divider, 0.8)}`,
24380
+ color: theme.palette.text.secondary
24381
+ },
24382
+ children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_lucide_react8.Settings, { size: 16 })
24374
24383
  }
24375
24384
  )
24376
24385
  ]