@abgov/web-components 1.34.0-alpha.1 → 1.34.0-alpha.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.
Files changed (2) hide show
  1. package/index.js +8 -8
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -17531,12 +17531,12 @@ class E1 extends be {
17531
17531
  }
17532
17532
  customElements.define("goa-grid", ve(E1, { gap: {}, minchildwidth: {}, testid: {}, mt: {}, mr: {}, mb: {}, ml: {} }, ["default"], [], !0));
17533
17533
  function M1(t) {
17534
- ye(t, "svelte-1an6u34", `:host{box-sizing:border-box;font-family:var(--goa-font-family-sans)}.goa-hero.svelte-1an6u34{background:var(--hero-banner-background-color);box-sizing:border-box;display:flex;justify-content:center;flex-direction:column;color:var(--hero-banner-text-color, var(--goa-color-text-default));background-position:center center;width:100%;padding:var(--goa-hero-banner-padding)}@media(max-width: 623px){.goa-hero.svelte-1an6u34{padding:var(--goa-hero-banner-mobile-padding)}}.goa-hero.with-image.svelte-1an6u34{border-bottom:8px solid var(--goa-color-brand-default);justify-content:flex-end;background:unset;background-image:linear-gradient(
17534
+ ye(t, "svelte-1reh4vy", `:host{box-sizing:border-box;font-family:var(--goa-font-family-sans)}.goa-hero.svelte-1reh4vy{background:var(--hero-banner-background-color);box-sizing:border-box;display:flex;justify-content:center;flex-direction:column;color:var(--hero-banner-text-color, var(--goa-color-text-default));background-position:center center;width:100%;padding:var(--goa-hero-banner-padding)}@media(max-width: 623px){.goa-hero.svelte-1reh4vy{padding:var(--goa-hero-banner-mobile-padding)}}.goa-hero.with-image.svelte-1reh4vy{border-bottom:8px solid var(--goa-color-brand-default);justify-content:flex-end;background:unset;background-image:linear-gradient(
17535
17535
  rgba(0, 0, 0, 0) 0%,
17536
17536
  rgba(0, 0, 0, 0.42) 42%,
17537
17537
  rgba(0, 0, 0, 0.6) 100%
17538
17538
  ),
17539
- var(--hero-background-url);background-size:cover;background-position:center;background-repeat:no-repeat;color:var(--hero-banner-text-color, var(--goa-color-text-light))}h1.svelte-1an6u34{font:var(--goa-hero-banner-heading);margin:0}.goa-hero-banner-content.svelte-1an6u34{font:var(--goa-hero-banner-content);margin:var(--goa-hero-banner-content-gap)}.goa-hero-banner-actions.svelte-1an6u34{margin:var(--goa-hero-banner-content-gap)}`);
17539
+ var(--hero-background-url);background-size:cover;background-position:center;background-repeat:no-repeat;color:var(--hero-banner-text-color, var(--goa-color-text-light))}.goa-hero-banner-content.svelte-1reh4vy{font:var(--goa-hero-banner-content);margin:var(--goa-hero-banner-content-gap)}.goa-hero-banner-actions.svelte-1reh4vy{margin:var(--goa-hero-banner-content-gap)}`);
17540
17540
  }
17541
17541
  const L1 = (t) => ({}), _o = (t) => ({});
17542
17542
  function S1(t) {
@@ -17562,11 +17562,11 @@ function S1(t) {
17562
17562
  );
17563
17563
  return {
17564
17564
  c() {
17565
- e = C("div"), n = C("goa-page-block"), i = C("h1"), l = ie(
17565
+ e = C("div"), n = C("goa-page-block"), i = C("goa-text"), l = ie(
17566
17566
  /*heading*/
17567
17567
  t[1]
17568
- ), o = B(), r = C("div"), g && g.c(), a = B(), s = C("div"), m && m.c(), f(i, "class", "svelte-1an6u34"), f(r, "class", "goa-hero-banner-content svelte-1an6u34"), f(r, "role", "note"), f(s, "class", "goa-hero-banner-actions svelte-1an6u34"), _(n, "width", d = /*maxcontentwidth*/
17569
- t[3] || "full"), f(e, "class", "goa-hero svelte-1an6u34"), f(
17568
+ ), o = B(), r = C("div"), g && g.c(), a = B(), s = C("div"), m && m.c(), _(i, "as", "h1"), _(i, "mb", "none"), _(i, "mt", "none"), f(r, "class", "goa-hero-banner-content svelte-1reh4vy"), f(r, "role", "note"), f(s, "class", "goa-hero-banner-actions svelte-1reh4vy"), _(n, "width", d = /*maxcontentwidth*/
17569
+ t[3] || "full"), f(e, "class", "goa-hero svelte-1reh4vy"), f(
17570
17570
  e,
17571
17571
  "data-testid",
17572
17572
  /*testid*/
@@ -23233,7 +23233,7 @@ function rh(t, e, n) {
23233
23233
  const [r, a] = Le("Radio group orientation", ["vertical", "horizontal"]);
23234
23234
  let { name: s } = e, { value: d } = e, { orientation: u = "vertical" } = e, { disabled: c = "false" } = e, { error: g = "false" } = e, { testid: h = "" } = e, { arialabel: m = "" } = e, { mt: v = null } = e, { mr: p = null } = e, { mb: b = null } = e, { ml: k = null } = e, E = ze(g), z = E, M, L = [], j;
23235
23235
  Ce(async () => {
23236
- a(u), O(), V(), q(), M.addEventListener("_radioItemChange", (x) => {
23236
+ a(u), await Pe(), O(), V(), q(), M.addEventListener("_radioItemChange", (x) => {
23237
23237
  D(x.detail);
23238
23238
  });
23239
23239
  });
@@ -26669,8 +26669,8 @@ function _m(t) {
26669
26669
  }
26670
26670
  function wm(t, e, n) {
26671
26671
  let i, l, o, { name: r } = e, { value: a = "" } = e, { placeholder: s = "" } = e, { rows: d = 3 } = e, { testid: u = "" } = e, { width: c = "60ch" } = e, { error: g = "false" } = e, { readonly: h = "false" } = e, { disabled: m = "false" } = e, { arialabel: v = "" } = e, { countby: p = "" } = e, { maxcount: b = -1 } = e, { mt: k = null } = e, { mr: E = null } = e, { mb: z = null } = e, { ml: M = null } = e, L = !1, j = !1, O, T;
26672
- Ce(() => {
26673
- F(), S(), Ar(T, ":host", {
26672
+ Ce(async () => {
26673
+ await Pe(), F(), S(), Ar(T, ":host", {
26674
26674
  width: c.includes("%") ? c : `min(${c}, 100%)`
26675
26675
  });
26676
26676
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/web-components",
3
- "version": "1.34.0-alpha.1",
3
+ "version": "1.34.0-alpha.3",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Government of Alberta - UI Web components",
6
6
  "bugs": {