@social-mail/social-mail-client 1.4.168 → 1.4.170

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.
@@ -10,7 +10,7 @@
10
10
  <body>
11
11
  <section styler-layout="banner" style="top:0; --styler-background-color: var(--background-logo); --styler-color: var(--header-text-color);" styler-backdrop-filter="blur" styler-box-shadow="thin" styler-align-items="center" styler-justify-content="center" styler-position="sticky" styler-padding="size-small" styler-background-color="custom" styler-color="custom">
12
12
  <div styler-layout="floating-nav-bar" styler-display="flex" styler-gap="size-default" styler-border="none" styler-border-radius="size-zero" styler-height="rem4" styler-backdrop-filter="none" styler-background-color="transparent">
13
- <h1>Social Site</h1>
13
+ <h1 data-template-part="name">Social Site</h1>
14
14
  <menu-bar>
15
15
  <a href="/">Home</a>
16
16
  <a href="/store.html">Store</a>
@@ -43422,6 +43422,11 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
43422
43422
  }, XNode.create(Checkbox, {
43423
43423
  checked: Bind.twoWaysImmediate(() => this.model.storeEnabled),
43424
43424
  text: "Store"
43425
+ })), XNode.create(FormField, {
43426
+ label: "Template"
43427
+ }, XNode.create(Checkbox, {
43428
+ checked: Bind.twoWaysImmediate(() => this.model.isTemplate),
43429
+ text: "Template"
43425
43430
  })), XNode.create(FormField, {
43426
43431
  label: "Default Currency"
43427
43432
  }, XNode.create(CurrencySelect, {