@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.
- package/index.js +4 -4
- 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-
|
|
26623
|
-
var(--goa-color-interactive-focus)}.text.svelte-
|
|
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-
|
|
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-
|
|
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*/
|