@springbrand/message-panel 0.2.0-alpha.51 → 0.2.0-alpha.53

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.
@@ -347,6 +347,7 @@ function TurnWorkDisclosure({
347
347
  return (
348
348
  <Collapsible
349
349
  data-slot="turn-work-disclosure"
350
+ translate="no"
350
351
  open={open}
351
352
  onOpenChange={onOpenChange}
352
353
  >
@@ -526,6 +526,7 @@
526
526
  .cos-markdown th {
527
527
  background-color: var(--color-kumo-elevated);
528
528
  font-weight: 600;
529
+ white-space: nowrap;
529
530
  }
530
531
  .cos-markdown img {
531
532
  max-width: min(100%, 16rem);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@springbrand/message-panel",
3
- "version": "0.2.0-alpha.51",
3
+ "version": "0.2.0-alpha.53",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src",