@abgov/web-components 1.17.0-alpha.110 → 1.17.0-alpha.111

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/index.js CHANGED
@@ -5349,7 +5349,7 @@ class Button extends SvelteComponent {
5349
5349
  }
5350
5350
  customElements.define("goa-button", create_custom_element(Button, { "type": {}, "size": {}, "variant": {}, "disabled": {}, "leadingicon": {}, "trailingicon": {}, "testid": {}, "mt": {}, "mr": {}, "mb": {}, "ml": {} }, ["default"], [], true));
5351
5351
  function add_css$W(target) {
5352
- append_styles(target, "svelte-hy44gi", ":host{box-sizing:border-box;font-family:var(--goa-font-family-sans)}div.svelte-hy44gi{display:flex;flex-direction:row;justify-content:var(--alignment);align-items:center;flex-wrap:wrap;gap:var(--gap-size);padding:3px 0}");
5352
+ append_styles(target, "svelte-1wnv3x5", ":host{box-sizing:border-box;font-family:var(--goa-font-family-sans)}div.svelte-1wnv3x5{display:flex;flex-direction:row;justify-content:var(--alignment);align-items:center;flex-wrap:wrap;gap:var(--gap-size);padding:3px 0;line-height:100%}");
5353
5353
  }
5354
5354
  function create_fragment$10(ctx) {
5355
5355
  let div;
@@ -5388,7 +5388,7 @@ function create_fragment$10(ctx) {
5388
5388
  ) + "; --alignment: " + /*_alignment*/
5389
5389
  ctx[6] + "; --gap-size: " + /*gap*/
5390
5390
  (ctx[0] === "relaxed" ? "1rem" : "0.75rem"));
5391
- attr(div, "class", "svelte-hy44gi");
5391
+ attr(div, "class", "svelte-1wnv3x5");
5392
5392
  },
5393
5393
  m(target, anchor) {
5394
5394
  insert(target, div, anchor);