domain0 0.3.1 → 0.3.3

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.
@@ -323,7 +323,7 @@ const domain0Styles = `
323
323
  --domain0-danger: var(--domain0-light-danger);
324
324
  --domain0-danger-text: var(--domain0-light-danger-text);
325
325
  --domain0-backdrop: #050a14d1;
326
- --domain0-dialog-width: 672px;
326
+ --domain0-dialog-width: 520px;
327
327
  --domain0-dialog-radius: 20px;
328
328
  --domain0-button-radius: 999px;
329
329
  --domain0-input-radius: 12px;
@@ -763,7 +763,7 @@ const domain0Styles = `
763
763
  display: flex;
764
764
  align-items: center;
765
765
  justify-content: center;
766
- gap: 0.4375rem;
766
+ gap: 0.5rem;
767
767
  margin-top: auto;
768
768
  padding-top: 2rem;
769
769
  color: var(--domain0-muted);
@@ -771,24 +771,18 @@ const domain0Styles = `
771
771
 
772
772
  .domain0-footer__label {
773
773
  font-family: var(--domain0-mono-font-family);
774
- font-size: 0.6875rem;
774
+ font-size: 0.625rem;
775
775
  font-weight: 500;
776
- letter-spacing: 0.16em;
776
+ letter-spacing: 0.1em;
777
+ line-height: 1;
777
778
  text-transform: uppercase;
778
779
  }
779
780
 
780
- .domain0-footer__name {
781
- font-size: 0.9375rem;
782
- font-weight: var(--domain0-bold-font-weight);
783
- letter-spacing: -0.045em;
784
- }
785
-
786
781
  .domain0-footer__mark {
787
782
  display: inline-flex;
788
- position: relative;
789
- top: 1px;
790
- width: 0.75rem;
791
- height: 0.75rem;
783
+ flex: 0 0 auto;
784
+ width: 1.125rem;
785
+ height: 1.125rem;
792
786
  }
793
787
  .domain0-footer__mark svg { width: 100%; height: 100%; }
794
788
 
@@ -2481,10 +2475,7 @@ function mountDomain0Connect(options) {
2481
2475
  footer.setAttribute("aria-hidden", "true");
2482
2476
  const footerLabel = element(document, "span", "domain0-footer__label");
2483
2477
  footerLabel.textContent = "Secured by";
2484
- const footerName = element(document, "span", "domain0-footer__name");
2485
- footerName.textContent = "domain";
2486
- const footerMark = renderDomain0Mark(document, "domain0-footer__mark");
2487
- footer.append(footerLabel, footerName, footerMark);
2478
+ footer.append(footerLabel, renderDomain0Mark(document, "domain0-footer__mark"));
2488
2479
  panel.append(eyebrow, heading, explanation, status, error, content, actions, footer);
2489
2480
  dialog.append(panel);
2490
2481
  root.append(style, trigger, dialog);
@@ -4261,4 +4252,4 @@ Object.defineProperty(exports, "mountDomain0SharedFlow", {
4261
4252
  }
4262
4253
  });
4263
4254
 
4264
- //# sourceMappingURL=sdk-DILJWt1m.cjs.map
4255
+ //# sourceMappingURL=sdk-DJqGGxgC.cjs.map