@sendity/client 0.1.10 → 0.1.11

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.
@@ -610,13 +610,20 @@ const ft = `<template id="sendity-tpl">
610
610
  display: inline-flex;
611
611
  align-items: center;
612
612
  gap: 0.5rem;
613
+ flex: 1 1 auto;
613
614
  min-width: 0;
615
+ overflow: hidden;
614
616
  }
615
617
 
616
- .sendity .footer-message { white-space: nowrap; }
618
+ .sendity .footer-message {
619
+ min-width: 0;
620
+ overflow: hidden;
621
+ text-overflow: ellipsis;
622
+ white-space: nowrap;
623
+ }
617
624
  .sendity .footer-timer {
618
625
  margin-left: auto;
619
- flex: none;
626
+ flex: 0 0 auto;
620
627
  font-variant-numeric: tabular-nums;
621
628
  font-feature-settings: "tnum";
622
629
  color: var(--sendity-fg-3);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sendity/client",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "private": false,
5
5
  "description": "Sendity Client browser integration for passwordless channel-control authentication.",
6
6
  "type": "module",