@abgov/web-components 2.2.0-dev.41 → 2.2.0-dev.42

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.
Files changed (2) hide show
  1. package/index.js +4 -4
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -26619,8 +26619,8 @@ class S5 extends Ne {
26619
26619
  }
26620
26620
  customElements.define("goa-link-button", Le(S5, { color: {}, leadingicon: {}, trailingicon: {}, disabled: { type: "Boolean" }, testid: {}, mt: {}, mr: {}, mb: {}, ml: {}, action: { type: "String", attribute: "action", reflect: !0 }, actionArg: { type: "String", attribute: "action-arg", reflect: !0 }, actionArgs: { type: "Object", attribute: "action-args", reflect: !0 } }, ["default"], [], !0));
26621
26621
  function A5(t) {
26622
- Ie(t, "svelte-ydrovw", `button.svelte-ydrovw{display:inline-flex;box-sizing:border-box;cursor:pointer;font:var(--goa-button-text);min-height:var(--goa-button-height);letter-spacing:var(--goa-button-letter-spacing);padding:4px var(--goa-button-padding-lr, var(--goa-space-s));gap:var(--goa-button-gap);align-items:center;width:100%;background:none;border:none;text-align:left;outline:none}button.compact.svelte-ydrovw{min-height:var(--goa-button-height-compact);font:var(--goa-button-text-compact);padding:4px var(--goa-button-padding-lr-compact, var(--goa-space-xs));gap:var(--goa-button-compact-gap)}button.svelte-ydrovw:focus-visible,button.svelte-ydrovw:hover{background-color:var(--goa-button-tertiary-hover-color-bg);color:var(--goa-button-tertiary-hover-color-text)}button.svelte-ydrovw:focus-visible{box-shadow:0 0 0 var(--goa-border-width-l)
26623
- var(--goa-color-interactive-focus)}.text.svelte-ydrovw{padding-bottom:var(--font-valign-fix);width:100%}`);
26622
+ Ie(t, "svelte-k2d52z", `button.svelte-k2d52z{display:inline-flex;box-sizing:border-box;cursor:pointer;font:var(--goa-button-text);min-height:var(--goa-button-height);letter-spacing:var(--goa-button-letter-spacing);padding:4px var(--goa-button-padding-lr, var(--goa-space-s));gap:var(--goa-button-gap);align-items:center;width:100%;background:none;border:none;text-align:left;outline:none}button.compact.svelte-k2d52z{min-height:var(--goa-button-height-compact);font:var(--goa-button-text-compact);padding:4px var(--goa-button-padding-lr-compact, var(--goa-space-xs));gap:var(--goa-button-compact-gap)}button.svelte-k2d52z:focus-visible,button.svelte-k2d52z:hover{background-color:var(--goa-button-tertiary-hover-color-bg);color:var(--goa-button-tertiary-hover-color-text)}button.svelte-k2d52z:focus-visible{box-shadow:0 0 0 var(--goa-border-width-l)
26623
+ var(--goa-color-interactive-focus)}.text.svelte-k2d52z{color:var(--goa-color-text-default);padding-bottom:var(--font-valign-fix);width:100%}`);
26624
26624
  }
26625
26625
  function Hr(t) {
26626
26626
  let e, o, i;
@@ -26666,12 +26666,12 @@ function x5(t) {
26666
26666
  e = C("button"), a && a.c(), o = Y(), i = C("div"), n = ce(
26667
26667
  /*text*/
26668
26668
  t[0]
26669
- ), u(i, "class", "text svelte-ydrovw"), u(
26669
+ ), u(i, "class", "text svelte-k2d52z"), u(
26670
26670
  e,
26671
26671
  "data-testid",
26672
26672
  /*testid*/
26673
26673
  t[1]
26674
- ), u(e, "tabindex", "0"), u(e, "style", st(He("width", "100%"))), u(e, "class", "svelte-ydrovw"), A(
26674
+ ), u(e, "tabindex", "0"), u(e, "style", st(He("width", "100%"))), u(e, "class", "svelte-k2d52z"), A(
26675
26675
  e,
26676
26676
  "compact",
26677
26677
  /*size*/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/web-components",
3
- "version": "2.2.0-dev.41",
3
+ "version": "2.2.0-dev.42",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Government of Alberta - UI Web components",
6
6
  "bugs": {