@abgov/react-components 4.0.0-alpha.32 → 4.0.0-alpha.35

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.
@@ -1453,7 +1453,7 @@ function create_else_block$3(ctx) {
1453
1453
  }
1454
1454
 
1455
1455
  };
1456
- } // (41:2) {#if showIcon}
1456
+ } // (40:2) {#if showIcon}
1457
1457
 
1458
1458
 
1459
1459
  function create_if_block_1$b(ctx) {
@@ -1486,7 +1486,7 @@ function create_if_block_1$b(ctx) {
1486
1486
  }
1487
1487
 
1488
1488
  };
1489
- } // (46:2) {#if content}
1489
+ } // (45:2) {#if content}
1490
1490
 
1491
1491
 
1492
1492
  function create_if_block$i(ctx) {
@@ -1674,10 +1674,9 @@ function instance$x($$self, $$props, $$invalidate) {
1674
1674
  1) {
1675
1675
  $$invalidate(4, iconType = {
1676
1676
  success: "checkmark-circle",
1677
- warning: "alert-circle",
1677
+ important: "alert-circle",
1678
1678
  information: "information-circle",
1679
1679
  emergency: "warning",
1680
- inactive: "information-circle",
1681
1680
  dark: "information-circle",
1682
1681
  midtone: "information-circle",
1683
1682
  light: "information-circle"
@@ -1691,7 +1690,7 @@ function instance$x($$self, $$props, $$invalidate) {
1691
1690
  class Badge extends SvelteElement {
1692
1691
  constructor(options) {
1693
1692
  super();
1694
- this.shadowRoot.innerHTML = `<style>:host{box-sizing:border-box;font-family:var(--font-family)}.goa-badge{display:inline-flex;align-items:center;border-radius:0.25rem;padding:3px 0.5rem;gap:0.25rem;font-weight:var(--fw-regular);margin:0.25rem}.icon-only{padding:0.25rem}.goa-badge-content{text-transform:capitalize;font-size:var(--fs-sm);line-height:var(--lh-sm);padding-bottom:var(--font-valign-fix)}.goa-badge.badge-information{background-color:var(--color-gray-100);color:var(--goa-color-status-info)}.goa-badge.badge-success{background-color:var(--goa-color-status-success);color:var(--goa-color-text-light)}.goa-badge.badge-warning{background-color:var(--goa-color-status-warning);color:var(--goa-color-text)}.goa-badge.badge-emergency{background-color:var(--goa-color-status-emergency);color:var(--goa-color-text-light)}.goa-badge.badge-dark{background-color:var(--color-black);color:var(--goa-color-text-light)}.goa-badge.badge-midtone{background-color:var(--color-gray-600);color:var(--goa-color-text-light)}.goa-badge.badge-light{background-color:var(--color-white);color:var(--goa-color-text)}.goa-badge.badge-inactive{background-color:var(--color-white);color:var(--goa-color-text)}</style>`;
1693
+ this.shadowRoot.innerHTML = `<style>:host{box-sizing:border-box;font-family:var(--font-family)}.goa-badge{display:inline-flex;align-items:center;border-radius:0.25rem;padding:3px 0.5rem;gap:0.25rem;font-weight:var(--fw-regular);margin:0.25rem}.icon-only{padding:0.25rem}.goa-badge-content{text-transform:capitalize;font-size:var(--fs-sm);line-height:var(--lh-sm);padding-bottom:var(--font-valign-fix)}.goa-badge.badge-information{background-color:var(--color-gray-100);color:var(--goa-color-status-info)}.goa-badge.badge-success{background-color:var(--goa-color-status-success);color:var(--goa-color-text-light)}.goa-badge.badge-important{background-color:var(--goa-color-status-warning);color:var(--goa-color-text)}.goa-badge.badge-emergency{background-color:var(--goa-color-status-emergency);color:var(--goa-color-text-light)}.goa-badge.badge-dark{background-color:var(--color-black);color:var(--goa-color-text-light)}.goa-badge.badge-midtone{background-color:var(--color-gray-600);color:var(--goa-color-text-light)}.goa-badge.badge-light{background-color:var(--color-white);color:var(--goa-color-text)}</style>`;
1695
1694
  init(this, {
1696
1695
  target: this.shadowRoot,
1697
1696
  props: attribute_to_object(this.attributes),
@@ -2116,7 +2115,7 @@ function instance$w($$self, $$props, $$invalidate) {
2116
2115
  let isButtonDark;
2117
2116
  const BUTTON_TYPES = ["primary", "secondary", "tertiary", "start"];
2118
2117
  const SIZES = ["", "compact"];
2119
- const VARIANTS = ["", "danger"]; // type check functions
2118
+ const VARIANTS = ["", "destructive"]; // type check functions
2120
2119
 
2121
2120
  function isButtonType(value) {
2122
2121
  return BUTTON_TYPES.includes(value);
@@ -2200,7 +2199,7 @@ class Button extends SvelteElement {
2200
2199
  constructor(options) {
2201
2200
  super();
2202
2201
  this.shadowRoot.innerHTML = `<style>:host{box-sizing:border-box;font-family:var(--font-family)}@media(max-width: 480px){:host{width:100%}button{width:100%}}button{display:inline-flex;box-sizing:border-box;border-radius:0.25rem;border:2px solid var(--goa-color-interactive);box-sizing:border-box;cursor:pointer;font-family:var(--font-family);font-size:var(--fs-lg);font-weight:400;height:var(--button-height);letter-spacing:0.5px;line-height:100%;padding:0 0.75rem;gap:0.5rem;align-items:center;justify-content:center;transition:transform 0.1s ease-in-out, background-color 0.2s ease-in-out,
2203
- border-color 0.2s ease-in-out}.text{padding-bottom:var(--font-valign-fix)}button:disabled{pointer-events:none;opacity:0.5}button.compact{height:var(--button-height-compact);font-size:var(--fs-base)}button.start{height:var(--button-height-tall);font-weight:var(--fw-bold)}button.start,button.primary{border:2px solid var(--goa-color-interactive);background:var(--goa-color-interactive);color:var(--goa-color-text-light)}button.start:hover,button.primary:hover{border-color:var(--goa-color-interactive--hover);background:var(--goa-color-interactive--hover)}button.start:focus,button.start:active,button.primary:focus,button.primary:active{box-shadow:0 0 0 3px var(--goa-color-interactive--focus);border-color:var(--goa-color-interactive--active);background:var(--goa-color-interactive--active);outline:none}button.secondary{border:2px solid var(--goa-color-interactive);background:var(--color-white);color:var(--goa-color-interactive)}button.secondary:hover{border-color:var(--goa-color-interactive--hover);color:var(--goa-color-interactive--hover);background:var(--color-gray-100)}button.secondary:focus,button.secondary:active{border-color:var(--goa-color-interactive--active);box-shadow:0 0 0 3px var(--goa-color-interactive--focus);background:var(--color-gray-100);outline:none}button.tertiary{border:1px solid transparent;background:transparent;color:var(--goa-color-interactive);text-decoration:underline}button.tertiary:hover{border-color:var(--color-gray-100);color:var(--goa-color-interactive--hover);background:var(--color-gray-100)}button.tertiary:focus,button.tertiary:active{border-color:var(--color-gray-100);background:var(--color-gray-100);color:var(--goa-color-interactive--active);box-shadow:0 0 0 3px var(--goa-color-interactive--focus);outline:none}.primary.danger{color:var(--color-white);background:var(--goa-color-status-emergency);border-color:var(--goa-color-status-emergency)}.primary.danger:hover{background:var(--goa-color-status-emergency-dark);border-color:var(--goa-color-status-emergency-dark)}.primary.danger:focus,.primary.danger:active{background:var(--goa-color-status-emergency-dark);border-color:var(--goa-color-status-emergency-dark)}.secondary.danger{color:var(--goa-color-status-emergency);border-color:var(--goa-color-status-emergency);background:var(--color-white)}.secondary.danger:hover{border-color:var(--goa-color-status-emergency-dark);color:var(--goa-color-status-emergency-dark);background:var(--color-white)}.secondary.danger:focus,.secondary.danger:active{color:var(--goa-color-status-emergency-dark);border-color:var(--goa-color-status-emergency-dark);background:var(--color-white)}.tertiary.danger{color:var(--goa-color-status-emergency);border-color:var(--color-gray-200);background:var(--color-white)}.tertiary.danger:hover{border-color:var(--goa-color-status-emergency-dark);color:var(--goa-color-status-emergency-dark);background:var(--color-white)}.tertiary.danger:focus,.tertiary.danger:active{color:var(--goa-color-status-emergency-dark);border-color:var(--goa-color-status-emergency-dark);background:var(--color-white)}</style>`;
2202
+ border-color 0.2s ease-in-out}.text{padding-bottom:var(--font-valign-fix)}button:disabled{pointer-events:none;opacity:0.5}button.compact{height:var(--button-height-compact);font-size:var(--fs-base)}button.start{height:var(--button-height-tall);font-weight:var(--fw-bold)}button.start,button.primary{border:2px solid var(--goa-color-interactive);background:var(--goa-color-interactive);color:var(--goa-color-text-light)}button.start:hover,button.primary:hover{border-color:var(--goa-color-interactive--hover);background:var(--goa-color-interactive--hover)}button.start:focus,button.start:active,button.primary:focus,button.primary:active{box-shadow:0 0 0 3px var(--goa-color-interactive--focus);border-color:var(--goa-color-interactive--active);background:var(--goa-color-interactive--active);outline:none}button.secondary{border:2px solid var(--goa-color-interactive);background:var(--color-white);color:var(--goa-color-interactive)}button.secondary:hover{border-color:var(--goa-color-interactive--hover);color:var(--goa-color-interactive--hover);background:var(--color-gray-100)}button.secondary:focus,button.secondary:active{border-color:var(--goa-color-interactive--active);box-shadow:0 0 0 3px var(--goa-color-interactive--focus);background:var(--color-gray-100);outline:none}button.tertiary{border:1px solid transparent;background:transparent;color:var(--goa-color-interactive);text-decoration:underline}button.tertiary:hover{border-color:var(--color-gray-100);color:var(--goa-color-interactive--hover);background:var(--color-gray-100)}button.tertiary:focus,button.tertiary:active{border-color:var(--color-gray-100);background:var(--color-gray-100);color:var(--goa-color-interactive--active);box-shadow:0 0 0 3px var(--goa-color-interactive--focus);outline:none}.primary.destructive{color:var(--color-white);background:var(--goa-color-status-emergency);border-color:var(--goa-color-status-emergency)}.primary.destructive:hover{background:var(--goa-color-status-emergency-dark);border-color:var(--goa-color-status-emergency-dark)}.primary.destructive:focus,.primary.destructive:active{background:var(--goa-color-status-emergency-dark);border-color:var(--goa-color-status-emergency-dark)}.secondary.destructive{color:var(--goa-color-status-emergency);border-color:var(--goa-color-status-emergency);background:var(--color-white)}.secondary.destructive:hover{border-color:var(--goa-color-status-emergency-dark);color:var(--goa-color-status-emergency-dark);background:var(--color-white)}.secondary.destructive:focus,.secondary.destructive:active{color:var(--goa-color-status-emergency-dark);border-color:var(--goa-color-status-emergency-dark);background:var(--color-white)}.tertiary.destructive{color:var(--goa-color-status-emergency);border-color:var(--color-gray-200);background:var(--color-white)}.tertiary.destructive:hover{border-color:var(--goa-color-status-emergency-dark);color:var(--goa-color-status-emergency-dark);background:var(--color-white)}.tertiary.destructive:focus,.tertiary.destructive:active{color:var(--goa-color-status-emergency-dark);border-color:var(--goa-color-status-emergency-dark);background:var(--color-white)}</style>`;
2204
2203
  init(this, {
2205
2204
  target: this.shadowRoot,
2206
2205
  props: attribute_to_object(this.attributes),
@@ -3957,7 +3956,7 @@ function create_fragment$r(ctx) {
3957
3956
  ctx[1]);
3958
3957
  attr(div2, "class", "content");
3959
3958
  attr(div3, "class", div3_class_value = `
3960
- goa-container
3959
+ goa-container
3961
3960
  goa-container--${
3962
3961
  /*variant*/
3963
3962
  ctx[0]}
@@ -3992,7 +3991,7 @@ function create_fragment$r(ctx) {
3992
3991
  if (dirty &
3993
3992
  /*variant, padding*/
3994
3993
  5 && div3_class_value !== (div3_class_value = `
3995
- goa-container
3994
+ goa-container
3996
3995
  goa-container--${
3997
3996
  /*variant*/
3998
3997
  ctx[0]}
@@ -4026,7 +4025,7 @@ function instance$p($$self, $$props, $$invalidate) {
4026
4025
  let _colored;
4027
4026
 
4028
4027
  let {
4029
- variant = 'default'
4028
+ variant = 'non-interactive'
4030
4029
  } = $$props;
4031
4030
  let {
4032
4031
  colored = "false"
@@ -4059,7 +4058,7 @@ function instance$p($$self, $$props, $$invalidate) {
4059
4058
  class Container extends SvelteElement {
4060
4059
  constructor(options) {
4061
4060
  super();
4062
- this.shadowRoot.innerHTML = `<style>:host{box-sizing:border-box;font-family:var(--font-family);font-size:var(--fs-base)}.goa-container{margin-bottom:1rem;box-sizing:border-box}.goa-container *{box-sizing:border-box}header{display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:var(--fs-base);border-width:1px;border-style:solid;border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}.content{border-bottom:1px solid var(--color-gray-200);border-left:1px solid var(--color-gray-200);border-right:1px solid var(--color-gray-200);border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.goa-container--default.colored .content{border-color:var(--color-gray-200);background-color:var(--color-gray-100)}.goa-container--warning.colored .content{border-color:var(--goa-color-status-warning);background-color:var(--goa-color-status-warning-50)}.goa-container--error.colored .content{border-color:var(--goa-color-status-emergency);background-color:var(--goa-color-status-emergency-50)}.goa-container--success.colored .content{border-color:var(--goa-color-status-success);background-color:var(--goa-color-status-success-50)}.goa-container--info.colored .content{border-color:var(--goa-color-status-info);background-color:var(--goa-color-status-info-50)}.title>*,.actions>*{line-height:3rem}.padding--relaxed header{padding:0 1.5rem}.padding--relaxed .content{padding:1.5rem}.padding--compact header,.padding--compact .content{padding:0 1rem}.padding--compact header{padding:0 1rem}.padding--compact .content{padding:1rem}@media screen and (max-width: 480px){.padding--relaxed header{padding:0 1rem}.padding--relaxed .content{padding:1rem}}.goa-container--default header{background-color:var(--color-gray-100);border-color:var(--color-gray-200);color:var(--color-black)}.goa-container--primary header{background-color:var(--goa-color-brand);border-color:var(--goa-color-brand);color:var(--color-white)}.goa-container--info header{background-color:var(--goa-color-status-info);border-color:var(--goa-color-status-info);color:var(--color-white)}.goa-container--error header{background-color:var(--goa-color-status-emergency);border-color:var(--goa-color-status-emergency);color:var(--color-white)}.goa-container--success header{background-color:var(--goa-color-status-success);border-color:var(--goa-color-status-success);color:var(--color-white)}.goa-container--warning header{background-color:var(--goa-color-status-warning);border-color:var(--goa-color-status-warning);color:var(--color-white)}.heading--large{padding:0.5rem 1.5rem;max-height:3rem;min-height:1rem}.heading--large .title{line-height:2rem}.heading--small{height:0.5rem}.heading--none{display:none}.heading--none~.content{border-top:1px solid var(--color-gray-200);border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}.heading--small .title,.heading--small .actions{display:none}.actions{display:flex;align-items:center}</style>`;
4061
+ this.shadowRoot.innerHTML = `<style>:host{box-sizing:border-box;font-family:var(--font-family);font-size:var(--fs-base)}.goa-container{margin-bottom:1rem;box-sizing:border-box}.goa-container *{box-sizing:border-box}header{display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:var(--fs-base);border-width:1px;border-style:solid;border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}.content{border-bottom:1px solid var(--color-gray-200);border-left:1px solid var(--color-gray-200);border-right:1px solid var(--color-gray-200);border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.goa-container--non-interactive.colored .content{border-color:var(--color-gray-200);background-color:var(--color-gray-100)}.goa-container--important.colored .content{border-color:var(--goa-color-status-warning);background-color:var(--goa-color-status-warning-50)}.goa-container--error.colored .content{border-color:var(--goa-color-status-emergency);background-color:var(--goa-color-status-emergency-50)}.goa-container--success.colored .content{border-color:var(--goa-color-status-success);background-color:var(--goa-color-status-success-50)}.goa-container--info.colored .content{border-color:var(--goa-color-status-info);background-color:var(--goa-color-status-info-50)}.title>*,.actions>*{line-height:3rem}.padding--relaxed header{padding:0 1.5rem}.padding--relaxed .content{padding:1.5rem}.padding--compact header,.padding--compact .content{padding:0 1rem}.padding--compact header{padding:0 1rem}.padding--compact .content{padding:1rem}@media screen and (max-width: 480px){.padding--relaxed header{padding:0 1rem}.padding--relaxed .content{padding:1rem}}.goa-container--non-interactive header{background-color:var(--color-gray-100);border-color:var(--color-gray-200);color:var(--color-black)}.goa-container--interactive header{background-color:var(--goa-color-brand);border-color:var(--goa-color-brand);color:var(--color-white)}.goa-container--info header{background-color:var(--goa-color-status-info);border-color:var(--goa-color-status-info);color:var(--color-white)}.goa-container--error header{background-color:var(--goa-color-status-emergency);border-color:var(--goa-color-status-emergency);color:var(--color-white)}.goa-container--success header{background-color:var(--goa-color-status-success);border-color:var(--goa-color-status-success);color:var(--color-white)}.goa-container--important header{background-color:var(--goa-color-status-warning);border-color:var(--goa-color-status-warning);color:var(--color-white)}.heading--large{padding:0.5rem 1.5rem;max-height:3rem;min-height:1rem}.heading--large .title{line-height:2rem}.heading--small{height:0.5rem}.heading--none{display:none}.heading--none~.content{border-top:1px solid var(--color-gray-200);border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}.heading--small .title,.heading--small .actions{display:none}.actions{display:flex;align-items:center}</style>`;
4063
4062
  init(this, {
4064
4063
  target: this.shadowRoot,
4065
4064
  props: attribute_to_object(this.attributes),
@@ -4252,10 +4251,10 @@ const BIND$1 = "bind";
4252
4251
 
4253
4252
  function get_each_context$4(ctx, list, i) {
4254
4253
  const child_ctx = ctx.slice();
4255
- child_ctx[35] = list[i];
4256
- child_ctx[37] = i;
4254
+ child_ctx[36] = list[i];
4255
+ child_ctx[38] = i;
4257
4256
  return child_ctx;
4258
- } // (179:2) {#if isMenuVisible}
4257
+ } // (180:2) {#if isMenuVisible}
4259
4258
 
4260
4259
 
4261
4260
  function create_if_block$d(ctx) {
@@ -4278,7 +4277,7 @@ function create_if_block$d(ctx) {
4278
4277
  if (!mounted) {
4279
4278
  dispose = listen(div, "click",
4280
4279
  /*closeMenu*/
4281
- ctx[17]);
4280
+ ctx[18]);
4282
4281
  mounted = true;
4283
4282
  }
4284
4283
  },
@@ -4300,16 +4299,17 @@ function create_if_block$d(ctx) {
4300
4299
  }
4301
4300
 
4302
4301
  };
4303
- } // (215:4) {#each options as option, index (option.value)}
4302
+ } // (216:4) {#each options as option, index (option.value)}
4304
4303
 
4305
4304
 
4306
4305
  function create_each_block$4(key_1, ctx) {
4307
4306
  let li;
4308
4307
  let t0_value =
4309
4308
  /*option*/
4310
- ctx[35].label + "";
4309
+ ctx[36].label + "";
4311
4310
  let t0;
4312
4311
  let t1;
4312
+ let li_aria_label_value;
4313
4313
  let li_data_testid_value;
4314
4314
  let li_data_index_value;
4315
4315
  let li_style_value;
@@ -4319,9 +4319,9 @@ function create_each_block$4(key_1, ctx) {
4319
4319
  function click_handler() {
4320
4320
  return (
4321
4321
  /*click_handler*/
4322
- ctx[21](
4322
+ ctx[22](
4323
4323
  /*option*/
4324
- ctx[35])
4324
+ ctx[36])
4325
4325
  );
4326
4326
  }
4327
4327
 
@@ -4333,25 +4333,30 @@ function create_each_block$4(key_1, ctx) {
4333
4333
  li = element("li");
4334
4334
  t0 = text(t0_value);
4335
4335
  t1 = space();
4336
+ attr(li, "aria-label", li_aria_label_value =
4337
+ /*option*/
4338
+ ctx[36].label ||
4339
+ /*option*/
4340
+ ctx[36].value);
4336
4341
  attr(li, "data-testid", li_data_testid_value = `${
4337
4342
  /*option*/
4338
- ctx[35].value}-dropdown-item`);
4343
+ ctx[36].value}-dropdown-item`);
4339
4344
  attr(li, "data-index", li_data_index_value =
4340
4345
  /*index*/
4341
- ctx[37]);
4346
+ ctx[38]);
4342
4347
  attr(li, "class", "goa-dropdown-option");
4343
4348
  attr(li, "style", li_style_value = `display: ${"block"}`);
4344
4349
  toggle_class(li, "goa-dropdown-option--disabled", false);
4345
4350
  toggle_class(li, "goa-dropdown-option--tabbed",
4346
4351
  /*index*/
4347
- ctx[37] ===
4352
+ ctx[38] ===
4348
4353
  /*highlightedIndex*/
4349
- ctx[12]);
4354
+ ctx[13]);
4350
4355
  toggle_class(li, "goa-dropdown-option--selected",
4351
4356
  /*_values*/
4352
- ctx[8].includes(
4357
+ ctx[9].includes(
4353
4358
  /*option*/
4354
- ctx[35].value));
4359
+ ctx[36].value));
4355
4360
  this.first = li;
4356
4361
  },
4357
4362
 
@@ -4370,44 +4375,54 @@ function create_each_block$4(key_1, ctx) {
4370
4375
  ctx = new_ctx;
4371
4376
  if (dirty[0] &
4372
4377
  /*options*/
4373
- 512 && t0_value !== (t0_value =
4378
+ 1024 && t0_value !== (t0_value =
4374
4379
  /*option*/
4375
- ctx[35].label + "")) set_data(t0, t0_value);
4380
+ ctx[36].label + "")) set_data(t0, t0_value);
4376
4381
 
4377
4382
  if (dirty[0] &
4378
4383
  /*options*/
4379
- 512 && li_data_testid_value !== (li_data_testid_value = `${
4384
+ 1024 && li_aria_label_value !== (li_aria_label_value =
4385
+ /*option*/
4386
+ ctx[36].label ||
4380
4387
  /*option*/
4381
- ctx[35].value}-dropdown-item`)) {
4388
+ ctx[36].value)) {
4389
+ attr(li, "aria-label", li_aria_label_value);
4390
+ }
4391
+
4392
+ if (dirty[0] &
4393
+ /*options*/
4394
+ 1024 && li_data_testid_value !== (li_data_testid_value = `${
4395
+ /*option*/
4396
+ ctx[36].value}-dropdown-item`)) {
4382
4397
  attr(li, "data-testid", li_data_testid_value);
4383
4398
  }
4384
4399
 
4385
4400
  if (dirty[0] &
4386
4401
  /*options*/
4387
- 512 && li_data_index_value !== (li_data_index_value =
4402
+ 1024 && li_data_index_value !== (li_data_index_value =
4388
4403
  /*index*/
4389
- ctx[37])) {
4404
+ ctx[38])) {
4390
4405
  attr(li, "data-index", li_data_index_value);
4391
4406
  }
4392
4407
 
4393
4408
  if (dirty[0] &
4394
4409
  /*options, highlightedIndex*/
4395
- 4608) {
4410
+ 9216) {
4396
4411
  toggle_class(li, "goa-dropdown-option--tabbed",
4397
4412
  /*index*/
4398
- ctx[37] ===
4413
+ ctx[38] ===
4399
4414
  /*highlightedIndex*/
4400
- ctx[12]);
4415
+ ctx[13]);
4401
4416
  }
4402
4417
 
4403
4418
  if (dirty[0] &
4404
4419
  /*_values, options*/
4405
- 768) {
4420
+ 1536) {
4406
4421
  toggle_class(li, "goa-dropdown-option--selected",
4407
4422
  /*_values*/
4408
- ctx[8].includes(
4423
+ ctx[9].includes(
4409
4424
  /*option*/
4410
- ctx[35].value));
4425
+ ctx[36].value));
4411
4426
  }
4412
4427
  },
4413
4428
 
@@ -4426,6 +4441,7 @@ function create_fragment$q(ctx) {
4426
4441
  let div0;
4427
4442
  let goa_input;
4428
4443
  let goa_input_id_value;
4444
+ let goa_input_aria_label_value;
4429
4445
  let div0_data_testid_value;
4430
4446
  let t1;
4431
4447
  let ul;
@@ -4439,14 +4455,14 @@ function create_fragment$q(ctx) {
4439
4455
  let dispose;
4440
4456
  let if_block =
4441
4457
  /*isMenuVisible*/
4442
- ctx[11] && create_if_block$d(ctx);
4458
+ ctx[12] && create_if_block$d(ctx);
4443
4459
  let each_value =
4444
4460
  /*options*/
4445
- ctx[9];
4461
+ ctx[10];
4446
4462
 
4447
4463
  const get_key = ctx =>
4448
4464
  /*option*/
4449
- ctx[35].value;
4465
+ ctx[36].value;
4450
4466
 
4451
4467
  for (let i = 0; i < each_value.length; i += 1) {
4452
4468
  let child_ctx = get_each_context$4(ctx, each_value, i);
@@ -4473,27 +4489,31 @@ function create_fragment$q(ctx) {
4473
4489
  this.c = noop;
4474
4490
  set_custom_element_data(goa_input, "error",
4475
4491
  /*error*/
4476
- ctx[7]);
4492
+ ctx[8]);
4477
4493
  set_custom_element_data(goa_input, "disabled",
4478
4494
  /*disabled*/
4479
- ctx[6]);
4495
+ ctx[7]);
4480
4496
  set_custom_element_data(goa_input, "leadingicon",
4481
4497
  /*leadingicon*/
4482
- ctx[1]);
4498
+ ctx[2]);
4483
4499
  set_custom_element_data(goa_input, "placeholder",
4484
4500
  /*placeholder*/
4485
- ctx[3]);
4501
+ ctx[4]);
4486
4502
  set_custom_element_data(goa_input, "width", "100%");
4487
4503
  set_custom_element_data(goa_input, "id", goa_input_id_value = `${
4488
4504
  /*name*/
4489
4505
  ctx[0]}-dropdown-input`);
4490
- set_custom_element_data(goa_input, "name", "search");
4506
+ set_custom_element_data(goa_input, "aria-label", goa_input_aria_label_value =
4507
+ /*arialabel*/
4508
+ ctx[1] ||
4509
+ /*name*/
4510
+ ctx[0]);
4491
4511
  set_custom_element_data(goa_input, "readonly", "");
4492
4512
  set_custom_element_data(goa_input, "trailingicon", "chevron-down");
4493
4513
  set_custom_element_data(goa_input, "type", "text");
4494
4514
  set_custom_element_data(goa_input, "value",
4495
4515
  /*selectedLabel*/
4496
- ctx[10]);
4516
+ ctx[11]);
4497
4517
  attr(div0, "data-testid", div0_data_testid_value = `${
4498
4518
  /*name*/
4499
4519
  ctx[0]}-dropdown`);
@@ -4502,19 +4522,19 @@ function create_fragment$q(ctx) {
4502
4522
  attr(ul, "class", "goa-dropdown-list");
4503
4523
  attr(ul, "style", ul_style_value = `overflow-y: auto; max-height: ${
4504
4524
  /*maxheight*/
4505
- ctx[2]}`);
4525
+ ctx[3]}`);
4506
4526
  toggle_class(ul, "dropdown-active",
4507
4527
  /*isMenuVisible*/
4508
- ctx[11]);
4528
+ ctx[12]);
4509
4529
  attr(div1, "data-testid",
4510
4530
  /*testid*/
4511
- ctx[4]);
4531
+ ctx[5]);
4512
4532
  attr(div1, "class", "goa-dropdown-box");
4513
4533
  attr(div1, "style", div1_style_value = `--width: ${
4514
4534
  /*width*/
4515
- ctx[5] ||
4535
+ ctx[6] ||
4516
4536
  /*computedWidth*/
4517
- ctx[13]}`);
4537
+ ctx[14]}`);
4518
4538
  },
4519
4539
 
4520
4540
  m(target, anchor) {
@@ -4534,15 +4554,15 @@ function create_fragment$q(ctx) {
4534
4554
  /*ul_binding*/
4535
4555
 
4536
4556
 
4537
- ctx[22](ul);
4557
+ ctx[23](ul);
4538
4558
  /*div1_binding*/
4539
4559
 
4540
- ctx[23](div1);
4560
+ ctx[24](div1);
4541
4561
 
4542
4562
  if (!mounted) {
4543
4563
  dispose = listen(goa_input, "click",
4544
4564
  /*showMenu*/
4545
- ctx[16]);
4565
+ ctx[17]);
4546
4566
  mounted = true;
4547
4567
  }
4548
4568
  },
@@ -4550,7 +4570,7 @@ function create_fragment$q(ctx) {
4550
4570
  p(ctx, dirty) {
4551
4571
  if (
4552
4572
  /*isMenuVisible*/
4553
- ctx[11]) {
4573
+ ctx[12]) {
4554
4574
  if (if_block) {
4555
4575
  if_block.p(ctx, dirty);
4556
4576
  } else {
@@ -4565,34 +4585,34 @@ function create_fragment$q(ctx) {
4565
4585
 
4566
4586
  if (dirty[0] &
4567
4587
  /*error*/
4568
- 128) {
4588
+ 256) {
4569
4589
  set_custom_element_data(goa_input, "error",
4570
4590
  /*error*/
4571
- ctx[7]);
4591
+ ctx[8]);
4572
4592
  }
4573
4593
 
4574
4594
  if (dirty[0] &
4575
4595
  /*disabled*/
4576
- 64) {
4596
+ 128) {
4577
4597
  set_custom_element_data(goa_input, "disabled",
4578
4598
  /*disabled*/
4579
- ctx[6]);
4599
+ ctx[7]);
4580
4600
  }
4581
4601
 
4582
4602
  if (dirty[0] &
4583
4603
  /*leadingicon*/
4584
- 2) {
4604
+ 4) {
4585
4605
  set_custom_element_data(goa_input, "leadingicon",
4586
4606
  /*leadingicon*/
4587
- ctx[1]);
4607
+ ctx[2]);
4588
4608
  }
4589
4609
 
4590
4610
  if (dirty[0] &
4591
4611
  /*placeholder*/
4592
- 8) {
4612
+ 16) {
4593
4613
  set_custom_element_data(goa_input, "placeholder",
4594
4614
  /*placeholder*/
4595
- ctx[3]);
4615
+ ctx[4]);
4596
4616
  }
4597
4617
 
4598
4618
  if (dirty[0] &
@@ -4603,12 +4623,22 @@ function create_fragment$q(ctx) {
4603
4623
  set_custom_element_data(goa_input, "id", goa_input_id_value);
4604
4624
  }
4605
4625
 
4626
+ if (dirty[0] &
4627
+ /*arialabel, name*/
4628
+ 3 && goa_input_aria_label_value !== (goa_input_aria_label_value =
4629
+ /*arialabel*/
4630
+ ctx[1] ||
4631
+ /*name*/
4632
+ ctx[0])) {
4633
+ set_custom_element_data(goa_input, "aria-label", goa_input_aria_label_value);
4634
+ }
4635
+
4606
4636
  if (dirty[0] &
4607
4637
  /*selectedLabel*/
4608
- 1024) {
4638
+ 2048) {
4609
4639
  set_custom_element_data(goa_input, "value",
4610
4640
  /*selectedLabel*/
4611
- ctx[10]);
4641
+ ctx[11]);
4612
4642
  }
4613
4643
 
4614
4644
  if (dirty[0] &
@@ -4621,44 +4651,44 @@ function create_fragment$q(ctx) {
4621
4651
 
4622
4652
  if (dirty[0] &
4623
4653
  /*options, highlightedIndex, _values, onSelect*/
4624
- 267008) {
4654
+ 534016) {
4625
4655
  each_value =
4626
4656
  /*options*/
4627
- ctx[9];
4657
+ ctx[10];
4628
4658
  each_blocks = update_keyed_each(each_blocks, dirty, get_key, 1, ctx, each_value, each_1_lookup, ul, destroy_block, create_each_block$4, null, get_each_context$4);
4629
4659
  }
4630
4660
 
4631
4661
  if (dirty[0] &
4632
4662
  /*maxheight*/
4633
- 4 && ul_style_value !== (ul_style_value = `overflow-y: auto; max-height: ${
4663
+ 8 && ul_style_value !== (ul_style_value = `overflow-y: auto; max-height: ${
4634
4664
  /*maxheight*/
4635
- ctx[2]}`)) {
4665
+ ctx[3]}`)) {
4636
4666
  attr(ul, "style", ul_style_value);
4637
4667
  }
4638
4668
 
4639
4669
  if (dirty[0] &
4640
4670
  /*isMenuVisible*/
4641
- 2048) {
4671
+ 4096) {
4642
4672
  toggle_class(ul, "dropdown-active",
4643
4673
  /*isMenuVisible*/
4644
- ctx[11]);
4674
+ ctx[12]);
4645
4675
  }
4646
4676
 
4647
4677
  if (dirty[0] &
4648
4678
  /*testid*/
4649
- 16) {
4679
+ 32) {
4650
4680
  attr(div1, "data-testid",
4651
4681
  /*testid*/
4652
- ctx[4]);
4682
+ ctx[5]);
4653
4683
  }
4654
4684
 
4655
4685
  if (dirty[0] &
4656
4686
  /*width, computedWidth*/
4657
- 8224 && div1_style_value !== (div1_style_value = `--width: ${
4687
+ 16448 && div1_style_value !== (div1_style_value = `--width: ${
4658
4688
  /*width*/
4659
- ctx[5] ||
4689
+ ctx[6] ||
4660
4690
  /*computedWidth*/
4661
- ctx[13]}`)) {
4691
+ ctx[14]}`)) {
4662
4692
  attr(div1, "style", div1_style_value);
4663
4693
  }
4664
4694
  },
@@ -4676,10 +4706,10 @@ function create_fragment$q(ctx) {
4676
4706
  /*ul_binding*/
4677
4707
 
4678
4708
 
4679
- ctx[22](null);
4709
+ ctx[23](null);
4680
4710
  /*div1_binding*/
4681
4711
 
4682
- ctx[23](null);
4712
+ ctx[24](null);
4683
4713
  mounted = false;
4684
4714
  dispose();
4685
4715
  }
@@ -4697,6 +4727,9 @@ function instance$o($$self, $$props, $$invalidate) {
4697
4727
  let {
4698
4728
  name
4699
4729
  } = $$props;
4730
+ let {
4731
+ arialabel = ""
4732
+ } = $$props;
4700
4733
  let {
4701
4734
  value = ""
4702
4735
  } = $$props;
@@ -4755,7 +4788,7 @@ function instance$o($$self, $$props, $$invalidate) {
4755
4788
 
4756
4789
  const rawValues = typeof rawValue === "object" ? rawValue : [rawValue]; // convert all values to strings to avoid later type comparison issues
4757
4790
 
4758
- $$invalidate(8, _values = rawValues.map(val => `${val}`));
4791
+ $$invalidate(9, _values = rawValues.map(val => `${val}`));
4759
4792
  bindContext();
4760
4793
  });
4761
4794
  onDestroy(() => {
@@ -4774,17 +4807,17 @@ function instance$o($$self, $$props, $$invalidate) {
4774
4807
 
4775
4808
  const selected = _values.includes(_data.value);
4776
4809
 
4777
- $$invalidate(9, options = [...options, Object.assign(Object.assign({}, _data), {
4810
+ $$invalidate(10, options = [...options, Object.assign(Object.assign({}, _data), {
4778
4811
  selected
4779
4812
  })]);
4780
4813
 
4781
4814
  if (selected) {
4782
- $$invalidate(10, selectedLabel = _data.label);
4815
+ $$invalidate(11, selectedLabel = _data.label);
4783
4816
  }
4784
4817
 
4785
4818
  if (!width && maxLetterCount < _data.label.length) {
4786
4819
  maxLetterCount = _data.label.length;
4787
- $$invalidate(13, computedWidth = `${Math.max(20, maxLetterCount + 12)}ch`);
4820
+ $$invalidate(14, computedWidth = `${Math.max(20, maxLetterCount + 12)}ch`);
4788
4821
  }
4789
4822
 
4790
4823
  setHighlightedIndexToSelected();
@@ -4799,7 +4832,7 @@ function instance$o($$self, $$props, $$invalidate) {
4799
4832
  return;
4800
4833
  }
4801
4834
 
4802
- $$invalidate(11, isMenuVisible = true);
4835
+ $$invalidate(12, isMenuVisible = true);
4803
4836
  await tick(); // hide menu on blur
4804
4837
 
4805
4838
  menuEl.addEventListener("blur", closeMenu);
@@ -4814,17 +4847,17 @@ function instance$o($$self, $$props, $$invalidate) {
4814
4847
  menuEl.removeEventListener("keydown", onMenuKeyDown);
4815
4848
  menuEl.removeEventListener("mouseover", onHighlight);
4816
4849
  setHighlightedIndexToSelected();
4817
- $$invalidate(11, isMenuVisible = false);
4850
+ $$invalidate(12, isMenuVisible = false);
4818
4851
  }
4819
4852
 
4820
4853
  function setHighlightedIndexToSelected() {
4821
- $$invalidate(12, highlightedIndex = options.findIndex(option => _values.includes(option.value)));
4854
+ $$invalidate(13, highlightedIndex = options.findIndex(option => _values.includes(option.value)));
4822
4855
  } // Event handlers
4823
4856
 
4824
4857
 
4825
4858
  function onSelect(val, label) {
4826
4859
  if (_disabled) return;
4827
- $$invalidate(10, selectedLabel = label);
4860
+ $$invalidate(11, selectedLabel = label);
4828
4861
 
4829
4862
  if (_multiselect) {
4830
4863
  _values.push(val);
@@ -4837,7 +4870,7 @@ function instance$o($$self, $$props, $$invalidate) {
4837
4870
  }
4838
4871
  }));
4839
4872
  } else {
4840
- $$invalidate(8, _values = [val]);
4873
+ $$invalidate(9, _values = [val]);
4841
4874
  el.dispatchEvent(new CustomEvent("_change", {
4842
4875
  composed: true,
4843
4876
  detail: {
@@ -4873,16 +4906,16 @@ function instance$o($$self, $$props, $$invalidate) {
4873
4906
  switch (e.key) {
4874
4907
  case "ArrowUp":
4875
4908
  if (highlightedIndex === 0) {
4876
- $$invalidate(12, highlightedIndex = options.length - 1);
4909
+ $$invalidate(13, highlightedIndex = options.length - 1);
4877
4910
  } else {
4878
- $$invalidate(12, highlightedIndex--, highlightedIndex);
4911
+ $$invalidate(13, highlightedIndex--, highlightedIndex);
4879
4912
  }
4880
4913
 
4881
4914
  e.preventDefault();
4882
4915
  break;
4883
4916
 
4884
4917
  case "ArrowDown":
4885
- $$invalidate(12, highlightedIndex = (highlightedIndex + 1) % options.length);
4918
+ $$invalidate(13, highlightedIndex = (highlightedIndex + 1) % options.length);
4886
4919
  e.preventDefault();
4887
4920
  break;
4888
4921
 
@@ -4900,7 +4933,7 @@ function instance$o($$self, $$props, $$invalidate) {
4900
4933
  }
4901
4934
 
4902
4935
  function onHighlight(e) {
4903
- $$invalidate(12, highlightedIndex = Number(e.target.dataset.index));
4936
+ $$invalidate(13, highlightedIndex = Number(e.target.dataset.index));
4904
4937
  }
4905
4938
 
4906
4939
  const click_handler = option => onSelect(option.value, option.label);
@@ -4908,45 +4941,46 @@ function instance$o($$self, $$props, $$invalidate) {
4908
4941
  function ul_binding($$value) {
4909
4942
  binding_callbacks[$$value ? 'unshift' : 'push'](() => {
4910
4943
  menuEl = $$value;
4911
- $$invalidate(15, menuEl);
4944
+ $$invalidate(16, menuEl);
4912
4945
  });
4913
4946
  }
4914
4947
 
4915
4948
  function div1_binding($$value) {
4916
4949
  binding_callbacks[$$value ? 'unshift' : 'push'](() => {
4917
4950
  el = $$value;
4918
- $$invalidate(14, el);
4951
+ $$invalidate(15, el);
4919
4952
  });
4920
4953
  }
4921
4954
 
4922
4955
  $$self.$$set = $$props => {
4923
4956
  if ('name' in $$props) $$invalidate(0, name = $$props.name);
4924
- if ('value' in $$props) $$invalidate(19, value = $$props.value);
4925
- if ('leadingicon' in $$props) $$invalidate(1, leadingicon = $$props.leadingicon);
4926
- if ('maxheight' in $$props) $$invalidate(2, maxheight = $$props.maxheight);
4927
- if ('placeholder' in $$props) $$invalidate(3, placeholder = $$props.placeholder);
4928
- if ('testid' in $$props) $$invalidate(4, testid = $$props.testid);
4929
- if ('width' in $$props) $$invalidate(5, width = $$props.width);
4930
- if ('disabled' in $$props) $$invalidate(6, disabled = $$props.disabled);
4931
- if ('error' in $$props) $$invalidate(7, error = $$props.error);
4932
- if ('multiselect' in $$props) $$invalidate(20, multiselect = $$props.multiselect);
4957
+ if ('arialabel' in $$props) $$invalidate(1, arialabel = $$props.arialabel);
4958
+ if ('value' in $$props) $$invalidate(20, value = $$props.value);
4959
+ if ('leadingicon' in $$props) $$invalidate(2, leadingicon = $$props.leadingicon);
4960
+ if ('maxheight' in $$props) $$invalidate(3, maxheight = $$props.maxheight);
4961
+ if ('placeholder' in $$props) $$invalidate(4, placeholder = $$props.placeholder);
4962
+ if ('testid' in $$props) $$invalidate(5, testid = $$props.testid);
4963
+ if ('width' in $$props) $$invalidate(6, width = $$props.width);
4964
+ if ('disabled' in $$props) $$invalidate(7, disabled = $$props.disabled);
4965
+ if ('error' in $$props) $$invalidate(8, error = $$props.error);
4966
+ if ('multiselect' in $$props) $$invalidate(21, multiselect = $$props.multiselect);
4933
4967
  };
4934
4968
 
4935
4969
  $$self.$$.update = () => {
4936
4970
  if ($$self.$$.dirty[0] &
4937
4971
  /*disabled*/
4938
- 64) {
4972
+ 128) {
4939
4973
  _disabled = toBoolean(disabled);
4940
4974
  }
4941
4975
 
4942
4976
  if ($$self.$$.dirty[0] &
4943
4977
  /*multiselect*/
4944
- 1048576) {
4978
+ 2097152) {
4945
4979
  _multiselect = toBoolean(multiselect);
4946
4980
  }
4947
4981
  };
4948
4982
 
4949
- return [name, leadingicon, maxheight, placeholder, testid, width, disabled, error, _values, options, selectedLabel, isMenuVisible, highlightedIndex, computedWidth, el, menuEl, showMenu, closeMenu, onSelect, value, multiselect, click_handler, ul_binding, div1_binding];
4983
+ return [name, arialabel, leadingicon, maxheight, placeholder, testid, width, disabled, error, _values, options, selectedLabel, isMenuVisible, highlightedIndex, computedWidth, el, menuEl, showMenu, closeMenu, onSelect, value, multiselect, click_handler, ul_binding, div1_binding];
4950
4984
  }
4951
4985
 
4952
4986
  class Dropdown extends SvelteElement {
@@ -4959,15 +4993,16 @@ class Dropdown extends SvelteElement {
4959
4993
  customElement: true
4960
4994
  }, instance$o, create_fragment$q, safe_not_equal, {
4961
4995
  name: 0,
4962
- value: 19,
4963
- leadingicon: 1,
4964
- maxheight: 2,
4965
- placeholder: 3,
4966
- testid: 4,
4967
- width: 5,
4968
- disabled: 6,
4969
- error: 7,
4970
- multiselect: 20
4996
+ arialabel: 1,
4997
+ value: 20,
4998
+ leadingicon: 2,
4999
+ maxheight: 3,
5000
+ placeholder: 4,
5001
+ testid: 5,
5002
+ width: 6,
5003
+ disabled: 7,
5004
+ error: 8,
5005
+ multiselect: 21
4971
5006
  }, null, [-1, -1]);
4972
5007
 
4973
5008
  if (options) {
@@ -4983,7 +5018,7 @@ class Dropdown extends SvelteElement {
4983
5018
  }
4984
5019
 
4985
5020
  static get observedAttributes() {
4986
- return ["name", "value", "leadingicon", "maxheight", "placeholder", "testid", "width", "disabled", "error", "multiselect"];
5021
+ return ["name", "arialabel", "value", "leadingicon", "maxheight", "placeholder", "testid", "width", "disabled", "error", "multiselect"];
4987
5022
  }
4988
5023
 
4989
5024
  get name() {
@@ -4997,8 +5032,19 @@ class Dropdown extends SvelteElement {
4997
5032
  flush();
4998
5033
  }
4999
5034
 
5035
+ get arialabel() {
5036
+ return this.$$.ctx[1];
5037
+ }
5038
+
5039
+ set arialabel(arialabel) {
5040
+ this.$$set({
5041
+ arialabel
5042
+ });
5043
+ flush();
5044
+ }
5045
+
5000
5046
  get value() {
5001
- return this.$$.ctx[19];
5047
+ return this.$$.ctx[20];
5002
5048
  }
5003
5049
 
5004
5050
  set value(value) {
@@ -5009,7 +5055,7 @@ class Dropdown extends SvelteElement {
5009
5055
  }
5010
5056
 
5011
5057
  get leadingicon() {
5012
- return this.$$.ctx[1];
5058
+ return this.$$.ctx[2];
5013
5059
  }
5014
5060
 
5015
5061
  set leadingicon(leadingicon) {
@@ -5020,7 +5066,7 @@ class Dropdown extends SvelteElement {
5020
5066
  }
5021
5067
 
5022
5068
  get maxheight() {
5023
- return this.$$.ctx[2];
5069
+ return this.$$.ctx[3];
5024
5070
  }
5025
5071
 
5026
5072
  set maxheight(maxheight) {
@@ -5031,7 +5077,7 @@ class Dropdown extends SvelteElement {
5031
5077
  }
5032
5078
 
5033
5079
  get placeholder() {
5034
- return this.$$.ctx[3];
5080
+ return this.$$.ctx[4];
5035
5081
  }
5036
5082
 
5037
5083
  set placeholder(placeholder) {
@@ -5042,7 +5088,7 @@ class Dropdown extends SvelteElement {
5042
5088
  }
5043
5089
 
5044
5090
  get testid() {
5045
- return this.$$.ctx[4];
5091
+ return this.$$.ctx[5];
5046
5092
  }
5047
5093
 
5048
5094
  set testid(testid) {
@@ -5053,7 +5099,7 @@ class Dropdown extends SvelteElement {
5053
5099
  }
5054
5100
 
5055
5101
  get width() {
5056
- return this.$$.ctx[5];
5102
+ return this.$$.ctx[6];
5057
5103
  }
5058
5104
 
5059
5105
  set width(width) {
@@ -5064,7 +5110,7 @@ class Dropdown extends SvelteElement {
5064
5110
  }
5065
5111
 
5066
5112
  get disabled() {
5067
- return this.$$.ctx[6];
5113
+ return this.$$.ctx[7];
5068
5114
  }
5069
5115
 
5070
5116
  set disabled(disabled) {
@@ -5075,7 +5121,7 @@ class Dropdown extends SvelteElement {
5075
5121
  }
5076
5122
 
5077
5123
  get error() {
5078
- return this.$$.ctx[7];
5124
+ return this.$$.ctx[8];
5079
5125
  }
5080
5126
 
5081
5127
  set error(error) {
@@ -5086,7 +5132,7 @@ class Dropdown extends SvelteElement {
5086
5132
  }
5087
5133
 
5088
5134
  get multiselect() {
5089
- return this.$$.ctx[20];
5135
+ return this.$$.ctx[21];
5090
5136
  }
5091
5137
 
5092
5138
  set multiselect(multiselect) {
@@ -5325,7 +5371,7 @@ customElements.define("goa-flex-row", FlexRow);
5325
5371
  /* libs/web-components/src/components/form-item/FormItem.svelte generated by Svelte v3.49.0 */
5326
5372
 
5327
5373
  function create_if_block_2$6(ctx) {
5328
- let label_1;
5374
+ let div;
5329
5375
  let t0;
5330
5376
  let t1;
5331
5377
  let if_block =
@@ -5333,20 +5379,20 @@ function create_if_block_2$6(ctx) {
5333
5379
  ctx[3] && create_if_block_3$4();
5334
5380
  return {
5335
5381
  c() {
5336
- label_1 = element("label");
5382
+ div = element("div");
5337
5383
  t0 = text(
5338
5384
  /*label*/
5339
5385
  ctx[0]);
5340
5386
  t1 = space();
5341
5387
  if (if_block) if_block.c();
5342
- attr(label_1, "for", "");
5388
+ attr(div, "class", "label");
5343
5389
  },
5344
5390
 
5345
5391
  m(target, anchor) {
5346
- insert(target, label_1, anchor);
5347
- append(label_1, t0);
5348
- append(label_1, t1);
5349
- if (if_block) if_block.m(label_1, null);
5392
+ insert(target, div, anchor);
5393
+ append(div, t0);
5394
+ append(div, t1);
5395
+ if (if_block) if_block.m(div, null);
5350
5396
  },
5351
5397
 
5352
5398
  p(ctx, dirty) {
@@ -5362,7 +5408,7 @@ function create_if_block_2$6(ctx) {
5362
5408
  if (if_block) ;else {
5363
5409
  if_block = create_if_block_3$4();
5364
5410
  if_block.c();
5365
- if_block.m(label_1, null);
5411
+ if_block.m(div, null);
5366
5412
  }
5367
5413
  } else if (if_block) {
5368
5414
  if_block.d(1);
@@ -5371,7 +5417,7 @@ function create_if_block_2$6(ctx) {
5371
5417
  },
5372
5418
 
5373
5419
  d(detaching) {
5374
- if (detaching) detach(label_1);
5420
+ if (detaching) detach(div);
5375
5421
  if (if_block) if_block.d();
5376
5422
  }
5377
5423
 
@@ -5578,7 +5624,7 @@ function instance$l($$self, $$props, $$invalidate) {
5578
5624
  error = ""
5579
5625
  } = $$props;
5580
5626
  let {
5581
- optional
5627
+ optional = ""
5582
5628
  } = $$props;
5583
5629
 
5584
5630
  $$self.$$set = $$props => {
@@ -5602,7 +5648,7 @@ function instance$l($$self, $$props, $$invalidate) {
5602
5648
  class FormItem extends SvelteElement {
5603
5649
  constructor(options) {
5604
5650
  super();
5605
- this.shadowRoot.innerHTML = `<style>:host{box-sizing:border-box;font-family:var(--font-family)}*{box-sizing:border-box}label{display:block;font-weight:var(--fw-bold);color:var(--goa-color-text);font-size:var(--fs-base);padding:0.5rem 0;overflow-x:hidden;white-space:nowrap;text-overflow:ellipsis}label em{color:var(--color-gray-600);font-weight:var(--fw-regular);font-size:var(--fs-sm);line-height:var(--lh-sm);font-style:normal}.form-item-input{margin-bottom:0.25rem}.help-msg{font-size:var(--fs-sm);color:var(--goa-color-text)}.error-msg{font-size:var(--fs-sm);color:var(--goa-color-interactive--error);margin-bottom:0.25rem}</style>`;
5651
+ this.shadowRoot.innerHTML = `<style>:host{box-sizing:border-box;font-family:var(--font-family)}*{box-sizing:border-box}.label{display:block;font-weight:var(--fw-bold);color:var(--goa-color-text);font-size:var(--fs-base);padding:0.5rem 0;overflow-x:hidden;white-space:nowrap;text-overflow:ellipsis}.label em{color:var(--color-gray-600);font-weight:var(--fw-regular);font-size:var(--fs-sm);line-height:var(--lh-sm);font-style:normal}.form-item-input{margin-bottom:0.25rem}.help-msg{font-size:var(--fs-sm);color:var(--goa-color-text)}.error-msg{font-size:var(--fs-sm);color:var(--goa-color-interactive--error);margin-bottom:0.25rem}</style>`;
5606
5652
  init(this, {
5607
5653
  target: this.shadowRoot,
5608
5654
  props: attribute_to_object(this.attributes),
@@ -6568,7 +6614,7 @@ function create_if_block_5(ctx) {
6568
6614
  }
6569
6615
 
6570
6616
  };
6571
- } // (93:4) {#if trailingicon && !handlesTrailingIconClick}
6617
+ } // (102:4) {#if trailingicon && !handlesTrailingIconClick}
6572
6618
 
6573
6619
 
6574
6620
  function create_if_block_4$1(ctx) {
@@ -6603,7 +6649,7 @@ function create_if_block_4$1(ctx) {
6603
6649
  }
6604
6650
 
6605
6651
  };
6606
- } // (103:4) {#if trailingicon && handlesTrailingIconClick}
6652
+ } // (112:4) {#if trailingicon && handlesTrailingIconClick}
6607
6653
 
6608
6654
 
6609
6655
  function create_if_block_3$3(ctx) {
@@ -6616,7 +6662,7 @@ function create_if_block_3$3(ctx) {
6616
6662
  set_custom_element_data(goa_icon_button, "class", "goa-input-trailing-icon");
6617
6663
  set_custom_element_data(goa_icon_button, "disabled",
6618
6664
  /*isDisabled*/
6619
- ctx[12]);
6665
+ ctx[16]);
6620
6666
  set_custom_element_data(goa_icon_button, "variant", "nocolor");
6621
6667
  set_custom_element_data(goa_icon_button, "size", "medium");
6622
6668
  set_custom_element_data(goa_icon_button, "type",
@@ -6637,10 +6683,10 @@ function create_if_block_3$3(ctx) {
6637
6683
  p(ctx, dirty) {
6638
6684
  if (dirty &
6639
6685
  /*isDisabled*/
6640
- 4096) {
6686
+ 65536) {
6641
6687
  set_custom_element_data(goa_icon_button, "disabled",
6642
6688
  /*isDisabled*/
6643
- ctx[12]);
6689
+ ctx[16]);
6644
6690
  }
6645
6691
 
6646
6692
  if (dirty &
@@ -6659,7 +6705,7 @@ function create_if_block_3$3(ctx) {
6659
6705
  }
6660
6706
 
6661
6707
  };
6662
- } // (117:2) {#if showCounter}
6708
+ } // (126:2) {#if showCounter}
6663
6709
 
6664
6710
 
6665
6711
  function create_if_block$a(ctx) {
@@ -6668,7 +6714,7 @@ function create_if_block$a(ctx) {
6668
6714
  function select_block_type(ctx, dirty) {
6669
6715
  if (
6670
6716
  /*maxcharcount*/
6671
- ctx[9] > 0) return create_if_block_1$6;
6717
+ ctx[13] > 0) return create_if_block_1$6;
6672
6718
  if (
6673
6719
  /*value*/
6674
6720
  ctx[0].length > 0) return create_if_block_2$5;
@@ -6710,7 +6756,7 @@ function create_if_block$a(ctx) {
6710
6756
  }
6711
6757
 
6712
6758
  };
6713
- } // (122:31)
6759
+ } // (131:31)
6714
6760
 
6715
6761
 
6716
6762
  function create_if_block_2$5(ctx) {
@@ -6744,7 +6790,7 @@ function create_if_block_2$5(ctx) {
6744
6790
  }
6745
6791
 
6746
6792
  };
6747
- } // (118:4) {#if maxcharcount > 0}
6793
+ } // (127:4) {#if maxcharcount > 0}
6748
6794
 
6749
6795
 
6750
6796
  function create_if_block_1$6(ctx) {
@@ -6755,7 +6801,7 @@ function create_if_block_1$6(ctx) {
6755
6801
  let t0;
6756
6802
  let t1_value = `/${
6757
6803
  /*maxcharcount*/
6758
- ctx[9]}` + "";
6804
+ ctx[13]}` + "";
6759
6805
  let t1;
6760
6806
  return {
6761
6807
  c() {
@@ -6767,7 +6813,7 @@ function create_if_block_1$6(ctx) {
6767
6813
  /*value*/
6768
6814
  ctx[0].length >
6769
6815
  /*maxcharcount*/
6770
- ctx[9]);
6816
+ ctx[13]);
6771
6817
  },
6772
6818
 
6773
6819
  m(target, anchor) {
@@ -6784,18 +6830,18 @@ function create_if_block_1$6(ctx) {
6784
6830
  ctx[0].length + "")) set_data(t0, t0_value);
6785
6831
  if (dirty &
6786
6832
  /*maxcharcount*/
6787
- 512 && t1_value !== (t1_value = `/${
6833
+ 8192 && t1_value !== (t1_value = `/${
6788
6834
  /*maxcharcount*/
6789
- ctx[9]}` + "")) set_data(t1, t1_value);
6835
+ ctx[13]}` + "")) set_data(t1, t1_value);
6790
6836
 
6791
6837
  if (dirty &
6792
6838
  /*value, maxcharcount*/
6793
- 513) {
6839
+ 8193) {
6794
6840
  toggle_class(div, "counter-error",
6795
6841
  /*value*/
6796
6842
  ctx[0].length >
6797
6843
  /*maxcharcount*/
6798
- ctx[9]);
6844
+ ctx[13]);
6799
6845
  }
6800
6846
  },
6801
6847
 
@@ -6813,6 +6859,7 @@ function create_fragment$j(ctx) {
6813
6859
  let input;
6814
6860
  let input_class_value;
6815
6861
  let input_style_value;
6862
+ let input_aria_label_value;
6816
6863
  let t1;
6817
6864
  let t2;
6818
6865
  let div0_class_value;
@@ -6827,15 +6874,15 @@ function create_fragment$j(ctx) {
6827
6874
  /*trailingicon*/
6828
6875
  ctx[5] && !
6829
6876
  /*handlesTrailingIconClick*/
6830
- ctx[15] && create_if_block_4$1(ctx);
6877
+ ctx[19] && create_if_block_4$1(ctx);
6831
6878
  let if_block2 =
6832
6879
  /*trailingicon*/
6833
6880
  ctx[5] &&
6834
6881
  /*handlesTrailingIconClick*/
6835
- ctx[15] && create_if_block_3$3(ctx);
6882
+ ctx[19] && create_if_block_3$3(ctx);
6836
6883
  let if_block3 =
6837
6884
  /*showCounter*/
6838
- ctx[11] && create_if_block$a(ctx);
6885
+ ctx[15] && create_if_block$a(ctx);
6839
6886
  return {
6840
6887
  c() {
6841
6888
  div1 = element("div");
@@ -6858,10 +6905,10 @@ function create_fragment$j(ctx) {
6858
6905
  ctx[5] ? "-0.5rem" : "0"}`);
6859
6906
  input.readOnly =
6860
6907
  /*isReadonly*/
6861
- ctx[14];
6908
+ ctx[18];
6862
6909
  input.disabled =
6863
6910
  /*isDisabled*/
6864
- ctx[12];
6911
+ ctx[16];
6865
6912
  attr(input, "data-testid",
6866
6913
  /*testid*/
6867
6914
  ctx[7]);
@@ -6877,11 +6924,26 @@ function create_fragment$j(ctx) {
6877
6924
  attr(input, "placeholder",
6878
6925
  /*placeholder*/
6879
6926
  ctx[3]);
6927
+ attr(input, "min",
6928
+ /*min*/
6929
+ ctx[10]);
6930
+ attr(input, "max",
6931
+ /*max*/
6932
+ ctx[11]);
6933
+ attr(input, "step",
6934
+ /*step*/
6935
+ ctx[12]);
6936
+ attr(input, "role", "textbox");
6937
+ attr(input, "aria-label", input_aria_label_value =
6938
+ /*arialabel*/
6939
+ ctx[9] ||
6940
+ /*name*/
6941
+ ctx[2]);
6880
6942
  attr(div0, "class", div0_class_value = `
6881
6943
  goa-input
6882
6944
  ${
6883
6945
  /*isDisabled*/
6884
- ctx[12] ? "goa-input--disabled" : ""}
6946
+ ctx[16] ? "goa-input--disabled" : ""}
6885
6947
  variant--${
6886
6948
  /*variant*/
6887
6949
  ctx[6]}
@@ -6891,7 +6953,7 @@ function create_fragment$j(ctx) {
6891
6953
  `);
6892
6954
  toggle_class(div0, "error",
6893
6955
  /*isError*/
6894
- ctx[13]);
6956
+ ctx[17]);
6895
6957
  attr(div1, "class", "container");
6896
6958
  attr(div1, "style", div1_style_value = `
6897
6959
  --width: ${
@@ -6908,7 +6970,7 @@ function create_fragment$j(ctx) {
6908
6970
  append(div0, input);
6909
6971
  /*input_binding*/
6910
6972
 
6911
- ctx[24](input);
6973
+ ctx[28](input);
6912
6974
  append(div0, t1);
6913
6975
  if (if_block1) if_block1.m(div0, null);
6914
6976
  append(div0, t2);
@@ -6919,9 +6981,9 @@ function create_fragment$j(ctx) {
6919
6981
  if (!mounted) {
6920
6982
  dispose = [listen(input, "keyup",
6921
6983
  /*onKeyUp*/
6922
- ctx[16]), listen(input, "change",
6984
+ ctx[20]), listen(input, "change",
6923
6985
  /*onKeyUp*/
6924
- ctx[16])];
6986
+ ctx[20])];
6925
6987
  mounted = true;
6926
6988
  }
6927
6989
  },
@@ -6960,18 +7022,18 @@ function create_fragment$j(ctx) {
6960
7022
 
6961
7023
  if (dirty &
6962
7024
  /*isReadonly*/
6963
- 16384) {
7025
+ 262144) {
6964
7026
  input.readOnly =
6965
7027
  /*isReadonly*/
6966
- ctx[14];
7028
+ ctx[18];
6967
7029
  }
6968
7030
 
6969
7031
  if (dirty &
6970
7032
  /*isDisabled*/
6971
- 4096) {
7033
+ 65536) {
6972
7034
  input.disabled =
6973
7035
  /*isDisabled*/
6974
- ctx[12];
7036
+ ctx[16];
6975
7037
  }
6976
7038
 
6977
7039
  if (dirty &
@@ -7016,11 +7078,45 @@ function create_fragment$j(ctx) {
7016
7078
  ctx[3]);
7017
7079
  }
7018
7080
 
7081
+ if (dirty &
7082
+ /*min*/
7083
+ 1024) {
7084
+ attr(input, "min",
7085
+ /*min*/
7086
+ ctx[10]);
7087
+ }
7088
+
7089
+ if (dirty &
7090
+ /*max*/
7091
+ 2048) {
7092
+ attr(input, "max",
7093
+ /*max*/
7094
+ ctx[11]);
7095
+ }
7096
+
7097
+ if (dirty &
7098
+ /*step*/
7099
+ 4096) {
7100
+ attr(input, "step",
7101
+ /*step*/
7102
+ ctx[12]);
7103
+ }
7104
+
7105
+ if (dirty &
7106
+ /*arialabel, name*/
7107
+ 516 && input_aria_label_value !== (input_aria_label_value =
7108
+ /*arialabel*/
7109
+ ctx[9] ||
7110
+ /*name*/
7111
+ ctx[2])) {
7112
+ attr(input, "aria-label", input_aria_label_value);
7113
+ }
7114
+
7019
7115
  if (
7020
7116
  /*trailingicon*/
7021
7117
  ctx[5] && !
7022
7118
  /*handlesTrailingIconClick*/
7023
- ctx[15]) {
7119
+ ctx[19]) {
7024
7120
  if (if_block1) {
7025
7121
  if_block1.p(ctx, dirty);
7026
7122
  } else {
@@ -7037,7 +7133,7 @@ function create_fragment$j(ctx) {
7037
7133
  /*trailingicon*/
7038
7134
  ctx[5] &&
7039
7135
  /*handlesTrailingIconClick*/
7040
- ctx[15]) {
7136
+ ctx[19]) {
7041
7137
  if (if_block2) {
7042
7138
  if_block2.p(ctx, dirty);
7043
7139
  } else {
@@ -7052,11 +7148,11 @@ function create_fragment$j(ctx) {
7052
7148
 
7053
7149
  if (dirty &
7054
7150
  /*isDisabled, variant, type*/
7055
- 4162 && div0_class_value !== (div0_class_value = `
7151
+ 65602 && div0_class_value !== (div0_class_value = `
7056
7152
  goa-input
7057
7153
  ${
7058
7154
  /*isDisabled*/
7059
- ctx[12] ? "goa-input--disabled" : ""}
7155
+ ctx[16] ? "goa-input--disabled" : ""}
7060
7156
  variant--${
7061
7157
  /*variant*/
7062
7158
  ctx[6]}
@@ -7069,15 +7165,15 @@ function create_fragment$j(ctx) {
7069
7165
 
7070
7166
  if (dirty &
7071
7167
  /*isDisabled, variant, type, isError*/
7072
- 12354) {
7168
+ 196674) {
7073
7169
  toggle_class(div0, "error",
7074
7170
  /*isError*/
7075
- ctx[13]);
7171
+ ctx[17]);
7076
7172
  }
7077
7173
 
7078
7174
  if (
7079
7175
  /*showCounter*/
7080
- ctx[11]) {
7176
+ ctx[15]) {
7081
7177
  if (if_block3) {
7082
7178
  if_block3.p(ctx, dirty);
7083
7179
  } else {
@@ -7109,7 +7205,7 @@ function create_fragment$j(ctx) {
7109
7205
  if (if_block0) if_block0.d();
7110
7206
  /*input_binding*/
7111
7207
 
7112
- ctx[24](null);
7208
+ ctx[28](null);
7113
7209
  if (if_block1) if_block1.d();
7114
7210
  if (if_block2) if_block2.d();
7115
7211
  if (if_block3) if_block3.d();
@@ -7175,6 +7271,18 @@ function instance$h($$self, $$props, $$invalidate) {
7175
7271
  let {
7176
7272
  width = "30ch"
7177
7273
  } = $$props;
7274
+ let {
7275
+ arialabel = ""
7276
+ } = $$props;
7277
+ let {
7278
+ min = ""
7279
+ } = $$props;
7280
+ let {
7281
+ max = ""
7282
+ } = $$props;
7283
+ let {
7284
+ step
7285
+ } = $$props;
7178
7286
  let {
7179
7287
  showcounter = "false"
7180
7288
  } = $$props;
@@ -7199,7 +7307,7 @@ function instance$h($$self, $$props, $$invalidate) {
7199
7307
  function input_binding($$value) {
7200
7308
  binding_callbacks[$$value ? 'unshift' : 'push'](() => {
7201
7309
  inputEl = $$value;
7202
- $$invalidate(10, inputEl);
7310
+ $$invalidate(14, inputEl);
7203
7311
  });
7204
7312
  }
7205
7313
 
@@ -7211,57 +7319,61 @@ function instance$h($$self, $$props, $$invalidate) {
7211
7319
  if ('leadingicon' in $$props) $$invalidate(4, leadingicon = $$props.leadingicon);
7212
7320
  if ('trailingicon' in $$props) $$invalidate(5, trailingicon = $$props.trailingicon);
7213
7321
  if ('variant' in $$props) $$invalidate(6, variant = $$props.variant);
7214
- if ('disabled' in $$props) $$invalidate(17, disabled = $$props.disabled);
7215
- if ('handletrailingiconclick' in $$props) $$invalidate(18, handletrailingiconclick = $$props.handletrailingiconclick);
7216
- if ('focused' in $$props) $$invalidate(19, focused = $$props.focused);
7217
- if ('readonly' in $$props) $$invalidate(20, readonly = $$props.readonly);
7218
- if ('error' in $$props) $$invalidate(21, error = $$props.error);
7322
+ if ('disabled' in $$props) $$invalidate(21, disabled = $$props.disabled);
7323
+ if ('handletrailingiconclick' in $$props) $$invalidate(22, handletrailingiconclick = $$props.handletrailingiconclick);
7324
+ if ('focused' in $$props) $$invalidate(23, focused = $$props.focused);
7325
+ if ('readonly' in $$props) $$invalidate(24, readonly = $$props.readonly);
7326
+ if ('error' in $$props) $$invalidate(25, error = $$props.error);
7219
7327
  if ('testid' in $$props) $$invalidate(7, testid = $$props.testid);
7220
7328
  if ('width' in $$props) $$invalidate(8, width = $$props.width);
7221
- if ('showcounter' in $$props) $$invalidate(22, showcounter = $$props.showcounter);
7222
- if ('maxcharcount' in $$props) $$invalidate(9, maxcharcount = $$props.maxcharcount);
7329
+ if ('arialabel' in $$props) $$invalidate(9, arialabel = $$props.arialabel);
7330
+ if ('min' in $$props) $$invalidate(10, min = $$props.min);
7331
+ if ('max' in $$props) $$invalidate(11, max = $$props.max);
7332
+ if ('step' in $$props) $$invalidate(12, step = $$props.step);
7333
+ if ('showcounter' in $$props) $$invalidate(26, showcounter = $$props.showcounter);
7334
+ if ('maxcharcount' in $$props) $$invalidate(13, maxcharcount = $$props.maxcharcount);
7223
7335
  };
7224
7336
 
7225
7337
  $$self.$$.update = () => {
7226
7338
  if ($$self.$$.dirty &
7227
7339
  /*handletrailingiconclick*/
7228
- 262144) {
7229
- $$invalidate(15, handlesTrailingIconClick = toBoolean(handletrailingiconclick));
7340
+ 4194304) {
7341
+ $$invalidate(19, handlesTrailingIconClick = toBoolean(handletrailingiconclick));
7230
7342
  }
7231
7343
 
7232
7344
  if ($$self.$$.dirty &
7233
7345
  /*focused*/
7234
- 524288) {
7235
- $$invalidate(23, isFocused = toBoolean(focused));
7346
+ 8388608) {
7347
+ $$invalidate(27, isFocused = toBoolean(focused));
7236
7348
  }
7237
7349
 
7238
7350
  if ($$self.$$.dirty &
7239
7351
  /*readonly*/
7240
- 1048576) {
7241
- $$invalidate(14, isReadonly = toBoolean(readonly));
7352
+ 16777216) {
7353
+ $$invalidate(18, isReadonly = toBoolean(readonly));
7242
7354
  }
7243
7355
 
7244
7356
  if ($$self.$$.dirty &
7245
7357
  /*error*/
7246
- 2097152) {
7247
- $$invalidate(13, isError = toBoolean(error));
7358
+ 33554432) {
7359
+ $$invalidate(17, isError = toBoolean(error));
7248
7360
  }
7249
7361
 
7250
7362
  if ($$self.$$.dirty &
7251
7363
  /*disabled*/
7252
- 131072) {
7253
- $$invalidate(12, isDisabled = toBoolean(disabled));
7364
+ 2097152) {
7365
+ $$invalidate(16, isDisabled = toBoolean(disabled));
7254
7366
  }
7255
7367
 
7256
7368
  if ($$self.$$.dirty &
7257
7369
  /*showcounter*/
7258
- 4194304) {
7259
- $$invalidate(11, showCounter = toBoolean(showcounter));
7370
+ 67108864) {
7371
+ $$invalidate(15, showCounter = toBoolean(showcounter));
7260
7372
  }
7261
7373
 
7262
7374
  if ($$self.$$.dirty &
7263
7375
  /*isFocused, inputEl*/
7264
- 8389632) {
7376
+ 134234112) {
7265
7377
  if (isFocused && inputEl) {
7266
7378
  setTimeout(() => inputEl.focus(), 1);
7267
7379
  }
@@ -7269,7 +7381,7 @@ function instance$h($$self, $$props, $$invalidate) {
7269
7381
 
7270
7382
  if ($$self.$$.dirty &
7271
7383
  /*inputEl, type*/
7272
- 1026) {
7384
+ 16386) {
7273
7385
  if (inputEl && type === "search") {
7274
7386
  inputEl.addEventListener("search", e => {
7275
7387
  onKeyUp(e);
@@ -7278,7 +7390,7 @@ function instance$h($$self, $$props, $$invalidate) {
7278
7390
  }
7279
7391
  };
7280
7392
 
7281
- return [value, type, name, placeholder, leadingicon, trailingicon, variant, testid, width, maxcharcount, inputEl, showCounter, isDisabled, isError, isReadonly, handlesTrailingIconClick, onKeyUp, disabled, handletrailingiconclick, focused, readonly, error, showcounter, isFocused, input_binding];
7393
+ return [value, type, name, placeholder, leadingicon, trailingicon, variant, testid, width, arialabel, min, max, step, maxcharcount, inputEl, showCounter, isDisabled, isError, isReadonly, handlesTrailingIconClick, onKeyUp, disabled, handletrailingiconclick, focused, readonly, error, showcounter, isFocused, input_binding];
7282
7394
  }
7283
7395
 
7284
7396
  class Input extends SvelteElement {
@@ -7298,15 +7410,19 @@ class Input extends SvelteElement {
7298
7410
  leadingicon: 4,
7299
7411
  trailingicon: 5,
7300
7412
  variant: 6,
7301
- disabled: 17,
7302
- handletrailingiconclick: 18,
7303
- focused: 19,
7304
- readonly: 20,
7305
- error: 21,
7413
+ disabled: 21,
7414
+ handletrailingiconclick: 22,
7415
+ focused: 23,
7416
+ readonly: 24,
7417
+ error: 25,
7306
7418
  testid: 7,
7307
7419
  width: 8,
7308
- showcounter: 22,
7309
- maxcharcount: 9
7420
+ arialabel: 9,
7421
+ min: 10,
7422
+ max: 11,
7423
+ step: 12,
7424
+ showcounter: 26,
7425
+ maxcharcount: 13
7310
7426
  }, null);
7311
7427
 
7312
7428
  if (options) {
@@ -7322,7 +7438,7 @@ class Input extends SvelteElement {
7322
7438
  }
7323
7439
 
7324
7440
  static get observedAttributes() {
7325
- return ["type", "name", "value", "placeholder", "leadingicon", "trailingicon", "variant", "disabled", "handletrailingiconclick", "focused", "readonly", "error", "testid", "width", "showcounter", "maxcharcount"];
7441
+ return ["type", "name", "value", "placeholder", "leadingicon", "trailingicon", "variant", "disabled", "handletrailingiconclick", "focused", "readonly", "error", "testid", "width", "arialabel", "min", "max", "step", "showcounter", "maxcharcount"];
7326
7442
  }
7327
7443
 
7328
7444
  get type() {
@@ -7403,7 +7519,7 @@ class Input extends SvelteElement {
7403
7519
  }
7404
7520
 
7405
7521
  get disabled() {
7406
- return this.$$.ctx[17];
7522
+ return this.$$.ctx[21];
7407
7523
  }
7408
7524
 
7409
7525
  set disabled(disabled) {
@@ -7414,7 +7530,7 @@ class Input extends SvelteElement {
7414
7530
  }
7415
7531
 
7416
7532
  get handletrailingiconclick() {
7417
- return this.$$.ctx[18];
7533
+ return this.$$.ctx[22];
7418
7534
  }
7419
7535
 
7420
7536
  set handletrailingiconclick(handletrailingiconclick) {
@@ -7425,7 +7541,7 @@ class Input extends SvelteElement {
7425
7541
  }
7426
7542
 
7427
7543
  get focused() {
7428
- return this.$$.ctx[19];
7544
+ return this.$$.ctx[23];
7429
7545
  }
7430
7546
 
7431
7547
  set focused(focused) {
@@ -7436,7 +7552,7 @@ class Input extends SvelteElement {
7436
7552
  }
7437
7553
 
7438
7554
  get readonly() {
7439
- return this.$$.ctx[20];
7555
+ return this.$$.ctx[24];
7440
7556
  }
7441
7557
 
7442
7558
  set readonly(readonly) {
@@ -7447,7 +7563,7 @@ class Input extends SvelteElement {
7447
7563
  }
7448
7564
 
7449
7565
  get error() {
7450
- return this.$$.ctx[21];
7566
+ return this.$$.ctx[25];
7451
7567
  }
7452
7568
 
7453
7569
  set error(error) {
@@ -7479,8 +7595,52 @@ class Input extends SvelteElement {
7479
7595
  flush();
7480
7596
  }
7481
7597
 
7598
+ get arialabel() {
7599
+ return this.$$.ctx[9];
7600
+ }
7601
+
7602
+ set arialabel(arialabel) {
7603
+ this.$$set({
7604
+ arialabel
7605
+ });
7606
+ flush();
7607
+ }
7608
+
7609
+ get min() {
7610
+ return this.$$.ctx[10];
7611
+ }
7612
+
7613
+ set min(min) {
7614
+ this.$$set({
7615
+ min
7616
+ });
7617
+ flush();
7618
+ }
7619
+
7620
+ get max() {
7621
+ return this.$$.ctx[11];
7622
+ }
7623
+
7624
+ set max(max) {
7625
+ this.$$set({
7626
+ max
7627
+ });
7628
+ flush();
7629
+ }
7630
+
7631
+ get step() {
7632
+ return this.$$.ctx[12];
7633
+ }
7634
+
7635
+ set step(step) {
7636
+ this.$$set({
7637
+ step
7638
+ });
7639
+ flush();
7640
+ }
7641
+
7482
7642
  get showcounter() {
7483
- return this.$$.ctx[22];
7643
+ return this.$$.ctx[26];
7484
7644
  }
7485
7645
 
7486
7646
  set showcounter(showcounter) {
@@ -7491,7 +7651,7 @@ class Input extends SvelteElement {
7491
7651
  }
7492
7652
 
7493
7653
  get maxcharcount() {
7494
- return this.$$.ctx[9];
7654
+ return this.$$.ctx[13];
7495
7655
  }
7496
7656
 
7497
7657
  set maxcharcount(maxcharcount) {
@@ -8452,53 +8612,6 @@ class Notification extends SvelteElement {
8452
8612
  }
8453
8613
 
8454
8614
  customElements.define("goa-notification", Notification);
8455
- /* libs/web-components/src/layouts/PageLayout.svelte generated by Svelte v3.49.0 */
8456
-
8457
- function create_fragment$g(ctx) {
8458
- let div;
8459
- return {
8460
- c() {
8461
- div = element("div");
8462
- div.innerHTML = `<slot></slot>`;
8463
- this.c = noop;
8464
- attr(div, "class", "layout");
8465
- },
8466
-
8467
- m(target, anchor) {
8468
- insert(target, div, anchor);
8469
- },
8470
-
8471
- p: noop,
8472
- i: noop,
8473
- o: noop,
8474
-
8475
- d(detaching) {
8476
- if (detaching) detach(div);
8477
- }
8478
-
8479
- };
8480
- }
8481
-
8482
- class PageLayout extends SvelteElement {
8483
- constructor(options) {
8484
- super();
8485
- this.shadowRoot.innerHTML = `<style>@media(min-width: 768px){}.layout{max-width:768px;margin:0 auto;padding:2rem}</style>`;
8486
- init(this, {
8487
- target: this.shadowRoot,
8488
- props: attribute_to_object(this.attributes),
8489
- customElement: true
8490
- }, null, create_fragment$g, safe_not_equal, {}, null);
8491
-
8492
- if (options) {
8493
- if (options.target) {
8494
- insert(options.target, this, options.anchor);
8495
- }
8496
- }
8497
- }
8498
-
8499
- }
8500
-
8501
- customElements.define("goa-page-layout", PageLayout);
8502
8615
  /* libs/web-components/src/components/circular-progress/CircularProgress.svelte generated by Svelte v3.49.0 */
8503
8616
 
8504
8617
  function create_if_block$7(ctx) {
@@ -8872,7 +8985,7 @@ function create_if_block_2$3(ctx) {
8872
8985
  };
8873
8986
  }
8874
8987
 
8875
- function create_fragment$f(ctx) {
8988
+ function create_fragment$g(ctx) {
8876
8989
  let if_block_anchor;
8877
8990
  let current;
8878
8991
  let if_block =
@@ -8990,7 +9103,7 @@ class CircularProgress extends SvelteElement {
8990
9103
  target: this.shadowRoot,
8991
9104
  props: attribute_to_object(this.attributes),
8992
9105
  customElement: true
8993
- }, instance$e, create_fragment$f, safe_not_equal, {
9106
+ }, instance$e, create_fragment$g, safe_not_equal, {
8994
9107
  variant: 6,
8995
9108
  size: 7,
8996
9109
  message: 0,
@@ -9249,7 +9362,7 @@ function create_each_block$3(key_1, ctx) {
9249
9362
  };
9250
9363
  }
9251
9364
 
9252
- function create_fragment$e(ctx) {
9365
+ function create_fragment$f(ctx) {
9253
9366
  let div;
9254
9367
  let slot;
9255
9368
  let t;
@@ -9449,7 +9562,7 @@ class RadioGroup extends SvelteElement {
9449
9562
  target: this.shadowRoot,
9450
9563
  props: attribute_to_object(this.attributes),
9451
9564
  customElement: true
9452
- }, instance$d, create_fragment$e, safe_not_equal, {
9565
+ }, instance$d, create_fragment$f, safe_not_equal, {
9453
9566
  name: 1,
9454
9567
  value: 0,
9455
9568
  orientation: 2,
@@ -9545,7 +9658,7 @@ class RadioGroup extends SvelteElement {
9545
9658
  customElements.define("goa-radio-group", RadioGroup);
9546
9659
  /* libs/web-components/src/components/radio-group/RadioItem.svelte generated by Svelte v3.49.0 */
9547
9660
 
9548
- function create_fragment$d(ctx) {
9661
+ function create_fragment$e(ctx) {
9549
9662
  return {
9550
9663
  c() {
9551
9664
  this.c = noop;
@@ -9600,7 +9713,7 @@ class RadioItem extends SvelteElement {
9600
9713
  target: this.shadowRoot,
9601
9714
  props: attribute_to_object(this.attributes),
9602
9715
  customElement: true
9603
- }, instance$c, create_fragment$d, safe_not_equal, {
9716
+ }, instance$c, create_fragment$e, safe_not_equal, {
9604
9717
  value: 0,
9605
9718
  label: 1,
9606
9719
  name: 2
@@ -9660,7 +9773,7 @@ class RadioItem extends SvelteElement {
9660
9773
  customElements.define("goa-radio-item", RadioItem);
9661
9774
  /* libs/web-components/src/components/scrollable/Scrollable.svelte generated by Svelte v3.49.0 */
9662
9775
 
9663
- function create_fragment$c(ctx) {
9776
+ function create_fragment$d(ctx) {
9664
9777
  let div;
9665
9778
  let slot;
9666
9779
  let div_style_value;
@@ -9760,7 +9873,7 @@ class Scrollable extends SvelteElement {
9760
9873
  target: this.shadowRoot,
9761
9874
  props: attribute_to_object(this.attributes),
9762
9875
  customElement: true
9763
- }, instance$b, create_fragment$c, safe_not_equal, {
9876
+ }, instance$b, create_fragment$d, safe_not_equal, {
9764
9877
  direction: 0,
9765
9878
  hpadding: 1,
9766
9879
  vpadding: 2,
@@ -9844,7 +9957,7 @@ function create_if_block_3(ctx) {
9844
9957
  div1 = element("div");
9845
9958
  div1.innerHTML = `An official site of the <a href="https://www.alberta.ca/index.aspx">Alberta Government</a>`;
9846
9959
  attr(div0, "class", "service-level service-level--live");
9847
- attr(div1, "data-testid", "level");
9960
+ attr(div1, "data-testid", "type");
9848
9961
  attr(div1, "class", "site-text");
9849
9962
  },
9850
9963
 
@@ -9861,13 +9974,13 @@ function create_if_block_3(ctx) {
9861
9974
  }
9862
9975
 
9863
9976
  };
9864
- } // (34:2) {#if ["alpha", "beta"].includes(level)}
9977
+ } // (34:2) {#if ["alpha", "beta"].includes(type)}
9865
9978
 
9866
9979
 
9867
9980
  function create_if_block_1$3(ctx) {
9868
9981
  let div0;
9869
9982
  let t0_value = capitalize(
9870
- /*level*/
9983
+ /*type*/
9871
9984
  ctx[0]) + "";
9872
9985
  let t0;
9873
9986
  let div0_class_value;
@@ -9890,9 +10003,9 @@ function create_if_block_1$3(ctx) {
9890
10003
  a.textContent = "Alberta Government";
9891
10004
  t4 = text(" service\n ");
9892
10005
  if (if_block) if_block.c();
9893
- attr(div0, "data-testid", "level");
10006
+ attr(div0, "data-testid", "type");
9894
10007
  attr(div0, "class", div0_class_value = "service-level service-level--" +
9895
- /*level*/
10008
+ /*type*/
9896
10009
  ctx[0].toLowerCase());
9897
10010
  attr(a, "href", "https://www.alberta.ca/index.aspx");
9898
10011
  attr(div1, "data-testid", "site-text");
@@ -9912,15 +10025,15 @@ function create_if_block_1$3(ctx) {
9912
10025
 
9913
10026
  p(ctx, dirty) {
9914
10027
  if (dirty &
9915
- /*level*/
10028
+ /*type*/
9916
10029
  1 && t0_value !== (t0_value = capitalize(
9917
- /*level*/
10030
+ /*type*/
9918
10031
  ctx[0]) + "")) set_data(t0, t0_value);
9919
10032
 
9920
10033
  if (dirty &
9921
- /*level*/
10034
+ /*type*/
9922
10035
  1 && div0_class_value !== (div0_class_value = "service-level service-level--" +
9923
- /*level*/
10036
+ /*type*/
9924
10037
  ctx[0].toLowerCase())) {
9925
10038
  attr(div0, "class", div0_class_value);
9926
10039
  }
@@ -10027,17 +10140,17 @@ function create_if_block$6(ctx) {
10027
10140
  };
10028
10141
  }
10029
10142
 
10030
- function create_fragment$b(ctx) {
10143
+ function create_fragment$c(ctx) {
10031
10144
  let header;
10032
10145
  let t0;
10033
10146
  let show_if = ["alpha", "beta"].includes(
10034
- /*level*/
10147
+ /*type*/
10035
10148
  ctx[0]);
10036
10149
  let t1;
10037
10150
  let div;
10038
10151
  let t2;
10039
10152
  let if_block0 =
10040
- /*level*/
10153
+ /*type*/
10041
10154
  ctx[0] === "live" && create_if_block_3();
10042
10155
  let if_block1 = show_if && create_if_block_1$3(ctx);
10043
10156
  let if_block2 =
@@ -10071,7 +10184,7 @@ function create_fragment$b(ctx) {
10071
10184
 
10072
10185
  p(ctx, [dirty]) {
10073
10186
  if (
10074
- /*level*/
10187
+ /*type*/
10075
10188
  ctx[0] === "live") {
10076
10189
  if (if_block0) ;else {
10077
10190
  if_block0 = create_if_block_3();
@@ -10084,9 +10197,9 @@ function create_fragment$b(ctx) {
10084
10197
  }
10085
10198
 
10086
10199
  if (dirty &
10087
- /*level*/
10200
+ /*type*/
10088
10201
  1) show_if = ["alpha", "beta"].includes(
10089
- /*level*/
10202
+ /*type*/
10090
10203
  ctx[0]);
10091
10204
 
10092
10205
  if (show_if) {
@@ -10138,7 +10251,7 @@ function capitalize(val) {
10138
10251
 
10139
10252
  function instance$a($$self, $$props, $$invalidate) {
10140
10253
  let {
10141
- level
10254
+ type
10142
10255
  } = $$props;
10143
10256
  let {
10144
10257
  version
@@ -10148,24 +10261,24 @@ function instance$a($$self, $$props, $$invalidate) {
10148
10261
  } = $$props;
10149
10262
 
10150
10263
  $$self.$$set = $$props => {
10151
- if ('level' in $$props) $$invalidate(0, level = $$props.level);
10264
+ if ('type' in $$props) $$invalidate(0, type = $$props.type);
10152
10265
  if ('version' in $$props) $$invalidate(1, version = $$props.version);
10153
10266
  if ('feedbackurl' in $$props) $$invalidate(2, feedbackurl = $$props.feedbackurl);
10154
10267
  };
10155
10268
 
10156
- return [level, version, feedbackurl];
10269
+ return [type, version, feedbackurl];
10157
10270
  }
10158
10271
 
10159
10272
  class MicrositeHeader extends SvelteElement {
10160
10273
  constructor(options) {
10161
10274
  super();
10162
- this.shadowRoot.innerHTML = `<style>:host{box-sizing:border-box;font-family:var(--font-family)}a{color:var(--goa-color-interactive);cursor:pointer}a:hover{color:var(--goa-color-interactive--hover)}a:focus{outline-width:thin;outline-style:solid;outline-color:var(--goa-color-interactive--hover);outline-offset:0px}.goa-official-site-header{display:flex;font-size:var(--fs-sm);background-color:var(--color-gray-100);align-items:center;justify-content:space-between;padding:0.5rem 1.5rem}@media(max-width: 640px){.goa-official-site-header{padding:0.5rem 1rem;align-items:start}}.spacer{flex:1 1 auto}.version{color:var(--goa-color-text-secondary);padding-left:1rem;line-height:1.25rem}.service-level{font-weight:bold;padding:0.25rem;display:flex;margin-right:1rem;line-height:initial}.service-level--alpha{background-color:var(--goa-color-status-warning);color:var(--goa-color-text)}.service-level--beta{background-color:var(--goa-color-brand);color:var(--goa-color-text-light)}.service-level--live{padding:0}.site-text{color:var(--goa-color-text);line-height:1.25rem}</style>`;
10275
+ this.shadowRoot.innerHTML = `<style>:host{box-sizing:border-box;font-family:var(--font-family)}a{color:var(--goa-color-interactive);cursor:pointer}a:hover{color:var(--goa-color-interactive--hover)}a:focus{outline-width:thin;outline-style:solid;outline-color:var(--goa-color-interactive--hover);outline-offset:0px}.goa-official-site-header{display:flex;font-size:var(--fs-sm);background-color:var(--color-gray-100);align-items:center;justify-content:space-between;padding:0.5rem 1.5rem}@media(max-width: 640px){.goa-official-site-header{padding:0.5rem 1rem;align-items:start}}.spacer{flex:1 1 auto}.version{color:var(--goa-color-text-secondary);padding-left:1rem;line-height:1.25rem}.service-type{font-weight:bold;padding:0.25rem;display:flex;margin-right:1rem;line-height:initial}.service-type--alpha{background-color:var(--goa-color-status-warning);color:var(--goa-color-text)}.service-type--beta{background-color:var(--goa-color-brand);color:var(--goa-color-text-light)}.service-type--live{padding:0}.site-text{color:var(--goa-color-text);line-height:1.25rem}</style>`;
10163
10276
  init(this, {
10164
10277
  target: this.shadowRoot,
10165
10278
  props: attribute_to_object(this.attributes),
10166
10279
  customElement: true
10167
- }, instance$a, create_fragment$b, safe_not_equal, {
10168
- level: 0,
10280
+ }, instance$a, create_fragment$c, safe_not_equal, {
10281
+ type: 0,
10169
10282
  version: 1,
10170
10283
  feedbackurl: 2
10171
10284
  }, null);
@@ -10183,16 +10296,16 @@ class MicrositeHeader extends SvelteElement {
10183
10296
  }
10184
10297
 
10185
10298
  static get observedAttributes() {
10186
- return ["level", "version", "feedbackurl"];
10299
+ return ["type", "version", "feedbackurl"];
10187
10300
  }
10188
10301
 
10189
- get level() {
10302
+ get type() {
10190
10303
  return this.$$.ctx[0];
10191
10304
  }
10192
10305
 
10193
- set level(level) {
10306
+ set type(type) {
10194
10307
  this.$$set({
10195
- level
10308
+ type
10196
10309
  });
10197
10310
  flush();
10198
10311
  }
@@ -10680,7 +10793,7 @@ function create_each_block$2(ctx) {
10680
10793
  };
10681
10794
  }
10682
10795
 
10683
- function create_fragment$a(ctx) {
10796
+ function create_fragment$b(ctx) {
10684
10797
  let current_block_type_index;
10685
10798
  let if_block;
10686
10799
  let if_block_anchor;
@@ -10793,7 +10906,7 @@ class Skeleton extends SvelteElement {
10793
10906
  target: this.shadowRoot,
10794
10907
  props: attribute_to_object(this.attributes),
10795
10908
  customElement: true
10796
- }, instance$9, create_fragment$a, safe_not_equal, {
10909
+ }, instance$9, create_fragment$b, safe_not_equal, {
10797
10910
  width: 0,
10798
10911
  size: 1,
10799
10912
  count: 2,
@@ -11175,7 +11288,7 @@ function create_if_block$4(ctx) {
11175
11288
  };
11176
11289
  }
11177
11290
 
11178
- function create_fragment$9(ctx) {
11291
+ function create_fragment$a(ctx) {
11179
11292
  let if_block_anchor;
11180
11293
  let if_block =
11181
11294
  /*ready*/
@@ -11351,7 +11464,7 @@ class Spinner extends SvelteElement {
11351
11464
  target: this.shadowRoot,
11352
11465
  props: attribute_to_object(this.attributes),
11353
11466
  customElement: true
11354
- }, instance$8, create_fragment$9, safe_not_equal, {
11467
+ }, instance$8, create_fragment$a, safe_not_equal, {
11355
11468
  size: 10,
11356
11469
  invert: 0,
11357
11470
  progress: 11,
@@ -11429,7 +11542,7 @@ function create_if_block$3(ctx) {
11429
11542
  function select_block_type(ctx, dirty) {
11430
11543
  if (
11431
11544
  /*maxcharcount*/
11432
- ctx[6] > 0) return create_if_block_1$1;
11545
+ ctx[7] > 0) return create_if_block_1$1;
11433
11546
  if (
11434
11547
  /*value*/
11435
11548
  ctx[1].length > 0) return create_if_block_2;
@@ -11471,7 +11584,7 @@ function create_if_block$3(ctx) {
11471
11584
  }
11472
11585
 
11473
11586
  };
11474
- } // (61:31)
11587
+ } // (63:31)
11475
11588
 
11476
11589
 
11477
11590
  function create_if_block_2(ctx) {
@@ -11505,7 +11618,7 @@ function create_if_block_2(ctx) {
11505
11618
  }
11506
11619
 
11507
11620
  };
11508
- } // (55:4) {#if maxcharcount > 0}
11621
+ } // (57:4) {#if maxcharcount > 0}
11509
11622
 
11510
11623
 
11511
11624
  function create_if_block_1$1(ctx) {
@@ -11516,7 +11629,7 @@ function create_if_block_1$1(ctx) {
11516
11629
  let t0;
11517
11630
  let t1_value = `/${
11518
11631
  /*maxcharcount*/
11519
- ctx[6]}` + "";
11632
+ ctx[7]}` + "";
11520
11633
  let t1;
11521
11634
  return {
11522
11635
  c() {
@@ -11528,7 +11641,7 @@ function create_if_block_1$1(ctx) {
11528
11641
  /*value*/
11529
11642
  ctx[1].length >
11530
11643
  /*maxcharcount*/
11531
- ctx[6]);
11644
+ ctx[7]);
11532
11645
  },
11533
11646
 
11534
11647
  m(target, anchor) {
@@ -11545,18 +11658,18 @@ function create_if_block_1$1(ctx) {
11545
11658
  ctx[1].length + "")) set_data(t0, t0_value);
11546
11659
  if (dirty &
11547
11660
  /*maxcharcount*/
11548
- 64 && t1_value !== (t1_value = `/${
11661
+ 128 && t1_value !== (t1_value = `/${
11549
11662
  /*maxcharcount*/
11550
- ctx[6]}` + "")) set_data(t1, t1_value);
11663
+ ctx[7]}` + "")) set_data(t1, t1_value);
11551
11664
 
11552
11665
  if (dirty &
11553
11666
  /*value, maxcharcount*/
11554
- 66) {
11667
+ 130) {
11555
11668
  toggle_class(div, "counter-error",
11556
11669
  /*value*/
11557
11670
  ctx[1].length >
11558
11671
  /*maxcharcount*/
11559
- ctx[6]);
11672
+ ctx[7]);
11560
11673
  }
11561
11674
  },
11562
11675
 
@@ -11567,16 +11680,17 @@ function create_if_block_1$1(ctx) {
11567
11680
  };
11568
11681
  }
11569
11682
 
11570
- function create_fragment$8(ctx) {
11683
+ function create_fragment$9(ctx) {
11571
11684
  let div;
11572
11685
  let textarea;
11686
+ let textarea_aria_label_value;
11573
11687
  let t;
11574
11688
  let div_style_value;
11575
11689
  let mounted;
11576
11690
  let dispose;
11577
11691
  let if_block =
11578
11692
  /*showCounter*/
11579
- ctx[8] && create_if_block$3(ctx);
11693
+ ctx[9] && create_if_block$3(ctx);
11580
11694
  return {
11581
11695
  c() {
11582
11696
  div = element("div");
@@ -11596,19 +11710,24 @@ function create_fragment$8(ctx) {
11596
11710
  attr(textarea, "rows",
11597
11711
  /*rows*/
11598
11712
  ctx[3]);
11713
+ attr(textarea, "aria-label", textarea_aria_label_value =
11714
+ /*arialabel*/
11715
+ ctx[6] ||
11716
+ /*name*/
11717
+ ctx[0]);
11599
11718
  attr(textarea, "class", "goa-textarea");
11600
11719
  textarea.disabled =
11601
11720
  /*isDisabled*/
11602
- ctx[7];
11721
+ ctx[8];
11603
11722
  textarea.readOnly =
11604
11723
  /*isReadonly*/
11605
- ctx[9];
11724
+ ctx[10];
11606
11725
  attr(textarea, "data-testid",
11607
11726
  /*testid*/
11608
11727
  ctx[4]);
11609
11728
  toggle_class(textarea, "error",
11610
11729
  /*isError*/
11611
- ctx[10]);
11730
+ ctx[11]);
11612
11731
  attr(div, "class", "container");
11613
11732
  attr(div, "style", div_style_value = `
11614
11733
  --width: ${
@@ -11626,7 +11745,7 @@ function create_fragment$8(ctx) {
11626
11745
  if (!mounted) {
11627
11746
  dispose = listen(textarea, "keyup",
11628
11747
  /*onChange*/
11629
- ctx[11]);
11748
+ ctx[12]);
11630
11749
  mounted = true;
11631
11750
  }
11632
11751
  },
@@ -11664,20 +11783,30 @@ function create_fragment$8(ctx) {
11664
11783
  ctx[3]);
11665
11784
  }
11666
11785
 
11786
+ if (dirty &
11787
+ /*arialabel, name*/
11788
+ 65 && textarea_aria_label_value !== (textarea_aria_label_value =
11789
+ /*arialabel*/
11790
+ ctx[6] ||
11791
+ /*name*/
11792
+ ctx[0])) {
11793
+ attr(textarea, "aria-label", textarea_aria_label_value);
11794
+ }
11795
+
11667
11796
  if (dirty &
11668
11797
  /*isDisabled*/
11669
- 128) {
11798
+ 256) {
11670
11799
  textarea.disabled =
11671
11800
  /*isDisabled*/
11672
- ctx[7];
11801
+ ctx[8];
11673
11802
  }
11674
11803
 
11675
11804
  if (dirty &
11676
11805
  /*isReadonly*/
11677
- 512) {
11806
+ 1024) {
11678
11807
  textarea.readOnly =
11679
11808
  /*isReadonly*/
11680
- ctx[9];
11809
+ ctx[10];
11681
11810
  }
11682
11811
 
11683
11812
  if (dirty &
@@ -11690,15 +11819,15 @@ function create_fragment$8(ctx) {
11690
11819
 
11691
11820
  if (dirty &
11692
11821
  /*isError*/
11693
- 1024) {
11822
+ 2048) {
11694
11823
  toggle_class(textarea, "error",
11695
11824
  /*isError*/
11696
- ctx[10]);
11825
+ ctx[11]);
11697
11826
  }
11698
11827
 
11699
11828
  if (
11700
11829
  /*showCounter*/
11701
- ctx[8]) {
11830
+ ctx[9]) {
11702
11831
  if (if_block) {
11703
11832
  if_block.p(ctx, dirty);
11704
11833
  } else {
@@ -11767,6 +11896,9 @@ function instance$7($$self, $$props, $$invalidate) {
11767
11896
  let {
11768
11897
  disabled = "false"
11769
11898
  } = $$props;
11899
+ let {
11900
+ arialabel = ""
11901
+ } = $$props;
11770
11902
  let {
11771
11903
  showcounter = "false"
11772
11904
  } = $$props;
@@ -11798,40 +11930,41 @@ function instance$7($$self, $$props, $$invalidate) {
11798
11930
  if ('rows' in $$props) $$invalidate(3, rows = $$props.rows);
11799
11931
  if ('testid' in $$props) $$invalidate(4, testid = $$props.testid);
11800
11932
  if ('width' in $$props) $$invalidate(5, width = $$props.width);
11801
- if ('error' in $$props) $$invalidate(12, error = $$props.error);
11802
- if ('readonly' in $$props) $$invalidate(13, readonly = $$props.readonly);
11803
- if ('disabled' in $$props) $$invalidate(14, disabled = $$props.disabled);
11804
- if ('showcounter' in $$props) $$invalidate(15, showcounter = $$props.showcounter);
11805
- if ('maxcharcount' in $$props) $$invalidate(6, maxcharcount = $$props.maxcharcount);
11933
+ if ('error' in $$props) $$invalidate(13, error = $$props.error);
11934
+ if ('readonly' in $$props) $$invalidate(14, readonly = $$props.readonly);
11935
+ if ('disabled' in $$props) $$invalidate(15, disabled = $$props.disabled);
11936
+ if ('arialabel' in $$props) $$invalidate(6, arialabel = $$props.arialabel);
11937
+ if ('showcounter' in $$props) $$invalidate(16, showcounter = $$props.showcounter);
11938
+ if ('maxcharcount' in $$props) $$invalidate(7, maxcharcount = $$props.maxcharcount);
11806
11939
  };
11807
11940
 
11808
11941
  $$self.$$.update = () => {
11809
11942
  if ($$self.$$.dirty &
11810
11943
  /*error*/
11811
- 4096) {
11812
- $$invalidate(10, isError = toBoolean(error));
11944
+ 8192) {
11945
+ $$invalidate(11, isError = toBoolean(error));
11813
11946
  }
11814
11947
 
11815
11948
  if ($$self.$$.dirty &
11816
11949
  /*disabled*/
11817
- 16384) {
11818
- $$invalidate(7, isDisabled = toBoolean(disabled));
11950
+ 32768) {
11951
+ $$invalidate(8, isDisabled = toBoolean(disabled));
11819
11952
  }
11820
11953
 
11821
11954
  if ($$self.$$.dirty &
11822
11955
  /*readonly*/
11823
- 8192) {
11824
- $$invalidate(9, isReadonly = toBoolean(readonly));
11956
+ 16384) {
11957
+ $$invalidate(10, isReadonly = toBoolean(readonly));
11825
11958
  }
11826
11959
 
11827
11960
  if ($$self.$$.dirty &
11828
11961
  /*showcounter*/
11829
- 32768) {
11830
- $$invalidate(8, showCounter = toBoolean(showcounter));
11962
+ 65536) {
11963
+ $$invalidate(9, showCounter = toBoolean(showcounter));
11831
11964
  }
11832
11965
  };
11833
11966
 
11834
- return [name, value, placeholder, rows, testid, width, maxcharcount, isDisabled, showCounter, isReadonly, isError, onChange, error, readonly, disabled, showcounter];
11967
+ return [name, value, placeholder, rows, testid, width, arialabel, maxcharcount, isDisabled, showCounter, isReadonly, isError, onChange, error, readonly, disabled, showcounter];
11835
11968
  }
11836
11969
 
11837
11970
  class TextArea extends SvelteElement {
@@ -11843,18 +11976,19 @@ class TextArea extends SvelteElement {
11843
11976
  target: this.shadowRoot,
11844
11977
  props: attribute_to_object(this.attributes),
11845
11978
  customElement: true
11846
- }, instance$7, create_fragment$8, safe_not_equal, {
11979
+ }, instance$7, create_fragment$9, safe_not_equal, {
11847
11980
  name: 0,
11848
11981
  value: 1,
11849
11982
  placeholder: 2,
11850
11983
  rows: 3,
11851
11984
  testid: 4,
11852
11985
  width: 5,
11853
- error: 12,
11854
- readonly: 13,
11855
- disabled: 14,
11856
- showcounter: 15,
11857
- maxcharcount: 6
11986
+ error: 13,
11987
+ readonly: 14,
11988
+ disabled: 15,
11989
+ arialabel: 6,
11990
+ showcounter: 16,
11991
+ maxcharcount: 7
11858
11992
  }, null);
11859
11993
 
11860
11994
  if (options) {
@@ -11870,7 +12004,7 @@ class TextArea extends SvelteElement {
11870
12004
  }
11871
12005
 
11872
12006
  static get observedAttributes() {
11873
- return ["name", "value", "placeholder", "rows", "testid", "width", "error", "readonly", "disabled", "showcounter", "maxcharcount"];
12007
+ return ["name", "value", "placeholder", "rows", "testid", "width", "error", "readonly", "disabled", "arialabel", "showcounter", "maxcharcount"];
11874
12008
  }
11875
12009
 
11876
12010
  get name() {
@@ -11940,7 +12074,7 @@ class TextArea extends SvelteElement {
11940
12074
  }
11941
12075
 
11942
12076
  get error() {
11943
- return this.$$.ctx[12];
12077
+ return this.$$.ctx[13];
11944
12078
  }
11945
12079
 
11946
12080
  set error(error) {
@@ -11951,7 +12085,7 @@ class TextArea extends SvelteElement {
11951
12085
  }
11952
12086
 
11953
12087
  get readonly() {
11954
- return this.$$.ctx[13];
12088
+ return this.$$.ctx[14];
11955
12089
  }
11956
12090
 
11957
12091
  set readonly(readonly) {
@@ -11962,7 +12096,7 @@ class TextArea extends SvelteElement {
11962
12096
  }
11963
12097
 
11964
12098
  get disabled() {
11965
- return this.$$.ctx[14];
12099
+ return this.$$.ctx[15];
11966
12100
  }
11967
12101
 
11968
12102
  set disabled(disabled) {
@@ -11972,8 +12106,19 @@ class TextArea extends SvelteElement {
11972
12106
  flush();
11973
12107
  }
11974
12108
 
12109
+ get arialabel() {
12110
+ return this.$$.ctx[6];
12111
+ }
12112
+
12113
+ set arialabel(arialabel) {
12114
+ this.$$set({
12115
+ arialabel
12116
+ });
12117
+ flush();
12118
+ }
12119
+
11975
12120
  get showcounter() {
11976
- return this.$$.ctx[15];
12121
+ return this.$$.ctx[16];
11977
12122
  }
11978
12123
 
11979
12124
  set showcounter(showcounter) {
@@ -11984,7 +12129,7 @@ class TextArea extends SvelteElement {
11984
12129
  }
11985
12130
 
11986
12131
  get maxcharcount() {
11987
- return this.$$.ctx[6];
12132
+ return this.$$.ctx[7];
11988
12133
  }
11989
12134
 
11990
12135
  set maxcharcount(maxcharcount) {
@@ -11999,7 +12144,7 @@ class TextArea extends SvelteElement {
11999
12144
  customElements.define("goa-textarea", TextArea);
12000
12145
  /* libs/web-components/src/components/focus-trap/FocusTrap.svelte generated by Svelte v3.49.0 */
12001
12146
 
12002
- function create_fragment$7(ctx) {
12147
+ function create_fragment$8(ctx) {
12003
12148
  let div;
12004
12149
  return {
12005
12150
  c() {
@@ -12221,7 +12366,7 @@ class FocusTrap extends SvelteElement {
12221
12366
  target: this.shadowRoot,
12222
12367
  props: attribute_to_object(this.attributes),
12223
12368
  customElement: true
12224
- }, instance$6, create_fragment$7, safe_not_equal, {
12369
+ }, instance$6, create_fragment$8, safe_not_equal, {
12225
12370
  active: 1
12226
12371
  }, null);
12227
12372
 
@@ -12276,10 +12421,10 @@ function create_if_block$2(ctx) {
12276
12421
  };
12277
12422
  }
12278
12423
 
12279
- function create_fragment$6(ctx) {
12424
+ function create_fragment$7(ctx) {
12280
12425
  var _ctx$;
12281
12426
 
12282
- let footer;
12427
+ let div4;
12283
12428
  let div0;
12284
12429
  let t0;
12285
12430
  let t1;
@@ -12297,7 +12442,7 @@ function create_fragment$6(ctx) {
12297
12442
  c() {
12298
12443
  var _ctx$2, _ctx$3;
12299
12444
 
12300
- footer = element("footer");
12445
+ div4 = element("div");
12301
12446
  div0 = element("div");
12302
12447
  div0.innerHTML = `<slot name="nav"></slot>`;
12303
12448
  t0 = space();
@@ -12329,25 +12474,25 @@ function create_fragment$6(ctx) {
12329
12474
  toggle_class(div3, "with-meta-links",
12330
12475
  /*metaLinks*/
12331
12476
  (_ctx$3 = ctx[2]) === null || _ctx$3 === void 0 ? void 0 : _ctx$3.length);
12332
- attr(footer, "class", "app-footer");
12477
+ attr(div4, "class", "app-footer");
12333
12478
  },
12334
12479
 
12335
12480
  m(target, anchor) {
12336
- insert(target, footer, anchor);
12337
- append(footer, div0);
12338
- append(footer, t0);
12339
- if (if_block) if_block.m(footer, null);
12340
- append(footer, t1);
12341
- append(footer, div3);
12481
+ insert(target, div4, anchor);
12482
+ append(div4, div0);
12483
+ append(div4, t0);
12484
+ if (if_block) if_block.m(div4, null);
12485
+ append(div4, t1);
12486
+ append(div4, div3);
12342
12487
  append(div3, div1);
12343
12488
  append(div3, t2);
12344
12489
  append(div3, div2);
12345
12490
  append(div2, a0);
12346
12491
  append(div2, t3);
12347
12492
  append(div2, a1);
12348
- /*footer_binding*/
12493
+ /*div4_binding*/
12349
12494
 
12350
- ctx[4](footer);
12495
+ ctx[4](div4);
12351
12496
  },
12352
12497
 
12353
12498
  p(ctx, [dirty]) {
@@ -12359,7 +12504,7 @@ function create_fragment$6(ctx) {
12359
12504
  if (if_block) ;else {
12360
12505
  if_block = create_if_block$2();
12361
12506
  if_block.c();
12362
- if_block.m(footer, t1);
12507
+ if_block.m(div4, t1);
12363
12508
  }
12364
12509
  } else if (if_block) {
12365
12510
  if_block.d(1);
@@ -12391,9 +12536,9 @@ function create_fragment$6(ctx) {
12391
12536
  o: noop,
12392
12537
 
12393
12538
  d(detaching) {
12394
- if (detaching) detach(footer);
12539
+ if (detaching) detach(div4);
12395
12540
  if (if_block) if_block.d();
12396
- /*footer_binding*/
12541
+ /*div4_binding*/
12397
12542
 
12398
12543
  ctx[4](null);
12399
12544
  }
@@ -12414,25 +12559,25 @@ function instance$5($$self, $$props, $$invalidate) {
12414
12559
  $$invalidate(2, metaLinks = metaSlot.assignedElements());
12415
12560
  });
12416
12561
 
12417
- function footer_binding($$value) {
12562
+ function div4_binding($$value) {
12418
12563
  binding_callbacks[$$value ? 'unshift' : 'push'](() => {
12419
12564
  rootEl = $$value;
12420
12565
  $$invalidate(0, rootEl);
12421
12566
  });
12422
12567
  }
12423
12568
 
12424
- return [rootEl, navLinks, metaLinks, year, footer_binding];
12569
+ return [rootEl, navLinks, metaLinks, year, div4_binding];
12425
12570
  }
12426
12571
 
12427
12572
  class Footer extends SvelteElement {
12428
12573
  constructor(options) {
12429
12574
  super();
12430
- this.shadowRoot.innerHTML = `<style>.app-footer{background-color:var(--color-gray-100);padding:2rem;margin-top:2rem;border-top:2px solid var(--color-gray-200);border-bottom:1rem solid var(--goa-color-brand)}.meta-section{display:flex;flex-direction:column;padding:1rem 0}.meta-section.with-meta-links{gap:2rem;justify-content:space-between}.meta-links{display:none}.with-meta-links .meta-links{display:block}.nav-links{display:flex;flex-direction:column;gap:2rem}.abgov{display:flex;flex-direction:column;justify-content:space-between;width:100%}@media(min-width: 640px){.meta-section{flex-direction:row;gap:2rem}.nav-links{flex-direction:row}.abgov{align-items:center;flex-direction:row-reverse}}.abgov.with-meta-links{gap:1rem;flex-direction:column;width:unset}@media(min-width: 640px){.abgov.with-meta-links{align-items:flex-end}}.goa-copyright{white-space:nowrap}a{color:var(--goa-color-text-secondary)}</style>`;
12575
+ this.shadowRoot.innerHTML = `<style>.app-footer{background-color:var(--color-gray-100);padding:2rem;border-top:2px solid var(--color-gray-200);border-bottom:1rem solid var(--goa-color-brand)}.meta-section{display:flex;flex-direction:column;padding:1rem 0}.meta-section.with-meta-links{gap:2rem;justify-content:space-between}.meta-links{display:none}.with-meta-links .meta-links{display:block}.nav-links{display:flex;flex-direction:column;gap:2rem}.abgov{display:flex;flex-direction:column;justify-content:space-between;width:100%}@media(min-width: 640px){.meta-section{flex-direction:row;gap:2rem}.nav-links{flex-direction:row}.abgov{align-items:center;flex-direction:row-reverse}}.abgov.with-meta-links{gap:1rem;flex-direction:column;width:unset}@media(min-width: 640px){.abgov.with-meta-links{align-items:flex-end}}.goa-copyright{white-space:nowrap}a{color:var(--goa-color-text-secondary)}</style>`;
12431
12576
  init(this, {
12432
12577
  target: this.shadowRoot,
12433
12578
  props: attribute_to_object(this.attributes),
12434
12579
  customElement: true
12435
- }, instance$5, create_fragment$6, safe_not_equal, {}, null);
12580
+ }, instance$5, create_fragment$7, safe_not_equal, {}, null);
12436
12581
 
12437
12582
  if (options) {
12438
12583
  if (options.target) {
@@ -12542,7 +12687,7 @@ function create_each_block$1(ctx) {
12542
12687
  };
12543
12688
  }
12544
12689
 
12545
- function create_fragment$5(ctx) {
12690
+ function create_fragment$6(ctx) {
12546
12691
  let section;
12547
12692
  let t0;
12548
12693
  let div;
@@ -12746,7 +12891,7 @@ class FooterNavSection extends SvelteElement {
12746
12891
  target: this.shadowRoot,
12747
12892
  props: attribute_to_object(this.attributes),
12748
12893
  customElement: true
12749
- }, instance$4, create_fragment$5, safe_not_equal, {
12894
+ }, instance$4, create_fragment$6, safe_not_equal, {
12750
12895
  name: 0,
12751
12896
  maxcolumncount: 1
12752
12897
  }, null);
@@ -12848,7 +12993,7 @@ function create_each_block(ctx) {
12848
12993
  };
12849
12994
  }
12850
12995
 
12851
- function create_fragment$4(ctx) {
12996
+ function create_fragment$5(ctx) {
12852
12997
  let section;
12853
12998
  let div;
12854
12999
  let t;
@@ -12971,7 +13116,7 @@ class FooterMetaSection extends SvelteElement {
12971
13116
  target: this.shadowRoot,
12972
13117
  props: attribute_to_object(this.attributes),
12973
13118
  customElement: true
12974
- }, instance$3, create_fragment$4, safe_not_equal, {}, null);
13119
+ }, instance$3, create_fragment$5, safe_not_equal, {}, null);
12975
13120
 
12976
13121
  if (options) {
12977
13122
  if (options.target) {
@@ -12985,7 +13130,7 @@ class FooterMetaSection extends SvelteElement {
12985
13130
  customElements.define("goa-app-footer-meta-section", FooterMetaSection);
12986
13131
  /* libs/web-components/src/components/flex-column/FlexColumn.svelte generated by Svelte v3.49.0 */
12987
13132
 
12988
- function create_fragment$3(ctx) {
13133
+ function create_fragment$4(ctx) {
12989
13134
  let div;
12990
13135
  let slot;
12991
13136
  return {
@@ -13054,7 +13199,7 @@ class FlexColumn extends SvelteElement {
13054
13199
  target: this.shadowRoot,
13055
13200
  props: attribute_to_object(this.attributes),
13056
13201
  customElement: true
13057
- }, instance$2, create_fragment$3, safe_not_equal, {
13202
+ }, instance$2, create_fragment$4, safe_not_equal, {
13058
13203
  gap: 1
13059
13204
  }, null);
13060
13205
 
@@ -13088,6 +13233,64 @@ class FlexColumn extends SvelteElement {
13088
13233
  }
13089
13234
 
13090
13235
  customElements.define("goa-flex-col", FlexColumn);
13236
+ /* libs/web-components/src/layouts/FullScreenNavbarLayout.svelte generated by Svelte v3.49.0 */
13237
+
13238
+ function create_fragment$3(ctx) {
13239
+ let div;
13240
+ return {
13241
+ c() {
13242
+ div = element("div");
13243
+ div.innerHTML = `<header class="header"><slot name="header"></slot></header>
13244
+
13245
+ <nav class="nav"><slot name="nav"></slot></nav>
13246
+
13247
+ <main><slot></slot></main>
13248
+
13249
+ <footer class="footer"><slot name="footer"></slot></footer>`;
13250
+ this.c = noop;
13251
+ attr(div, "class", "page");
13252
+ },
13253
+
13254
+ m(target, anchor) {
13255
+ insert(target, div, anchor);
13256
+ },
13257
+
13258
+ p: noop,
13259
+ i: noop,
13260
+ o: noop,
13261
+
13262
+ d(detaching) {
13263
+ if (detaching) detach(div);
13264
+ }
13265
+
13266
+ };
13267
+ }
13268
+
13269
+ class FullScreenNavbarLayout extends SvelteElement {
13270
+ constructor(options) {
13271
+ super();
13272
+ this.shadowRoot.innerHTML = `<style>.page{height:100vh;grid-template-columns:auto;grid-template-rows:min-content auto min-content;grid-template-areas:"header"
13273
+ "content"
13274
+ "nav"
13275
+ "footer";display:grid;place-content:stretch stretch;gap:0 0}@media(min-width: 640px){.page{grid-template-columns:300px auto;grid-template-rows:min-content auto min-content;grid-template-areas:"header header"
13276
+ "nav content"
13277
+ "footer footer"}}.header{grid-area:header}.footer{grid-area:footer}main{grid-area:content;justify-self:stretch;padding:1rem}.nav{grid-area:nav;padding:1rem;background-color:var(--color-gray-100)}</style>`;
13278
+ init(this, {
13279
+ target: this.shadowRoot,
13280
+ props: attribute_to_object(this.attributes),
13281
+ customElement: true
13282
+ }, null, create_fragment$3, safe_not_equal, {}, null);
13283
+
13284
+ if (options) {
13285
+ if (options.target) {
13286
+ insert(options.target, this, options.anchor);
13287
+ }
13288
+ }
13289
+ }
13290
+
13291
+ }
13292
+
13293
+ customElements.define("goa-layout-full-nav", FullScreenNavbarLayout);
13091
13294
  /* libs/web-components/src/components/container/ContainerWrapper.test.svelte generated by Svelte v3.49.0 */
13092
13295
 
13093
13296
  function create_if_block_1(ctx) {
@@ -13563,44 +13766,48 @@ const GoABadge = ({
13563
13766
  };
13564
13767
  const GoAInfoBadge = ({
13565
13768
  content,
13566
- testId
13769
+ testId,
13770
+ icon
13567
13771
  }) => {
13568
13772
  return jsx(GoABadge, {
13569
13773
  type: "information",
13570
- icon: "information-circle",
13774
+ icon: icon,
13571
13775
  content: content,
13572
13776
  testId: testId
13573
13777
  }, void 0);
13574
13778
  };
13575
13779
  const GoASuccessBadge = ({
13576
13780
  content,
13577
- testId
13781
+ testId,
13782
+ icon
13578
13783
  }) => {
13579
13784
  return jsx(GoABadge, {
13580
13785
  type: "success",
13581
- icon: "checkmark-circle",
13786
+ icon: icon,
13582
13787
  content: content,
13583
13788
  testId: testId
13584
13789
  }, void 0);
13585
13790
  };
13586
- const GoAWarningBadge = ({
13791
+ const GoAImportantBadge = ({
13587
13792
  content,
13588
- testId
13793
+ testId,
13794
+ icon
13589
13795
  }) => {
13590
13796
  return jsx(GoABadge, {
13591
- type: "warning",
13592
- icon: "warning",
13797
+ type: "important",
13798
+ icon: icon,
13593
13799
  content: content,
13594
13800
  testId: testId
13595
13801
  }, void 0);
13596
13802
  };
13597
13803
  const GoAEmergencyBadge = ({
13598
13804
  content,
13599
- testId
13805
+ testId,
13806
+ icon
13600
13807
  }) => {
13601
13808
  return jsx(GoABadge, {
13602
13809
  type: "emergency",
13603
- icon: "alert-circle",
13810
+ icon: icon,
13604
13811
  content: content,
13605
13812
  testId: testId
13606
13813
  }, void 0);
@@ -13650,6 +13857,9 @@ const GoAInput = ({
13650
13857
  showCounter,
13651
13858
  maxCharCount,
13652
13859
  testId,
13860
+ min,
13861
+ max,
13862
+ step,
13653
13863
  onTrailingIconClick,
13654
13864
  onChange
13655
13865
  }) => {
@@ -13696,6 +13906,9 @@ const GoAInput = ({
13696
13906
  "data-testid": testId,
13697
13907
  value: value,
13698
13908
  width: width,
13909
+ min: min,
13910
+ max: max,
13911
+ step: step,
13699
13912
  showcounter: showCounter,
13700
13913
  maxcharcount: maxCharCount,
13701
13914
  handletrailingiconclick: !!onTrailingIconClick
@@ -13763,15 +13976,22 @@ const GoAInputMonth = props => {
13763
13976
  type: "month"
13764
13977
  }), void 0);
13765
13978
  };
13766
- const GoAInputNumber = props => {
13979
+ const GoAInputNumber = _a => {
13980
+ var {
13981
+ min,
13982
+ max,
13983
+ value
13984
+ } = _a,
13985
+ props = __rest(_a, ["min", "max", "value"]);
13986
+
13767
13987
  return jsx(GoAInput, Object.assign({}, props, {
13768
- value: props.value.toString(),
13988
+ min: min === null || min === void 0 ? void 0 : min.toString(),
13989
+ max: max === null || max === void 0 ? void 0 : max.toString(),
13990
+ value: value.toString(),
13769
13991
  type: "number"
13770
13992
  }), void 0);
13771
13993
  };
13772
- const GoAInputRange = _a => {
13773
- var props = __rest(_a, ["step"]);
13774
-
13994
+ const GoAInputRange = props => {
13775
13995
  return jsx(GoAInput, Object.assign({}, props, {
13776
13996
  type: "range"
13777
13997
  }), void 0);
@@ -14162,12 +14382,12 @@ const GoAIconButton = ({
14162
14382
  };
14163
14383
 
14164
14384
  const GoAMicrositeHeader = ({
14165
- level,
14385
+ type,
14166
14386
  version,
14167
14387
  feedbackUrl
14168
14388
  }) => {
14169
14389
  return jsx("goa-microsite-header", {
14170
- level: level,
14390
+ type: type,
14171
14391
  version: version,
14172
14392
  feedbackurl: feedbackUrl
14173
14393
  }, void 0);
@@ -14432,4 +14652,4 @@ function GoADivider(props) {
14432
14652
  }, void 0);
14433
14653
  }
14434
14654
 
14435
- export { GoAAppFooter, GoAAppFooterMetaSection, GoAAppFooterNavSection, GoAAppHeader, GoABadge, GoAButton, GoAButtonGroup, GoACallout, GoACheckbox, GoAChip, GoACircularProgress, GoAContainer, GoADivider, GoADropdown, GoADropdownOption, GoAEmergencyBadge, GoAFlexCol, GoAFlexRow, GoAFormItem, GoAHeroBanner, GoAHeroBannerActions, GoAIcon, GoAIconButton, GoAInfoBadge, GoAInput, GoAInputDate, GoAInputDateTime, GoAInputEmail, GoAInputFile, GoAInputMonth, GoAInputNumber, GoAInputPassword, GoAInputRange, GoAInputSearch, GoAInputTel, GoAInputText, GoAInputTime, GoAInputUrl, GoAMicrositeHeader, GoAModal, GoANotification, GoAPage, GoAPageBlock, GoARadioGroup, GoARadioItem, GoASkeleton, GoASpinner, GoASuccessBadge, GoATextArea, GoAWarningBadge };
14655
+ export { GoAAppFooter, GoAAppFooterMetaSection, GoAAppFooterNavSection, GoAAppHeader, GoABadge, GoAButton, GoAButtonGroup, GoACallout, GoACheckbox, GoAChip, GoACircularProgress, GoAContainer, GoADivider, GoADropdown, GoADropdownOption, GoAEmergencyBadge, GoAFlexCol, GoAFlexRow, GoAFormItem, GoAHeroBanner, GoAHeroBannerActions, GoAIcon, GoAIconButton, GoAImportantBadge, GoAInfoBadge, GoAInput, GoAInputDate, GoAInputDateTime, GoAInputEmail, GoAInputFile, GoAInputMonth, GoAInputNumber, GoAInputPassword, GoAInputRange, GoAInputSearch, GoAInputTel, GoAInputText, GoAInputTime, GoAInputUrl, GoAMicrositeHeader, GoAModal, GoANotification, GoAPage, GoAPageBlock, GoARadioGroup, GoARadioItem, GoASkeleton, GoASpinner, GoASuccessBadge, GoATextArea };