@abgov/web-components 1.12.0 → 1.12.2

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.
@@ -84,6 +84,12 @@ function loop(callback) {
84
84
  }
85
85
  };
86
86
  }
87
+
88
+ const globals = (typeof window !== 'undefined'
89
+ ? window
90
+ : typeof globalThis !== 'undefined'
91
+ ? globalThis
92
+ : global);
87
93
  function append(target, node) {
88
94
  target.appendChild(node);
89
95
  }
@@ -165,7 +171,7 @@ function set_input_value(input, value) {
165
171
  input.value = value == null ? '' : value;
166
172
  }
167
173
  function set_style(node, key, value, important) {
168
- if (value === null) {
174
+ if (value == null) {
169
175
  node.style.removeProperty(key);
170
176
  }
171
177
  else {
@@ -678,12 +684,6 @@ function create_bidirectional_transition(node, fn, params, intro) {
678
684
  };
679
685
  }
680
686
 
681
- const globals = (typeof window !== 'undefined'
682
- ? window
683
- : typeof globalThis !== 'undefined'
684
- ? globalThis
685
- : global);
686
-
687
687
  function destroy_block(block, lookup) {
688
688
  block.d(1);
689
689
  lookup.delete(block.key);
@@ -1027,7 +1027,7 @@ function cssVar(name, value) {
1027
1027
  return value ? `${name}: ${value};` : "";
1028
1028
  }
1029
1029
 
1030
- /* libs/web-components/src/components/accordion/Accordion.svelte generated by Svelte v3.58.0 */
1030
+ /* libs/web-components/src/components/accordion/Accordion.svelte generated by Svelte v3.59.2 */
1031
1031
 
1032
1032
  function create_fragment$Y(ctx) {
1033
1033
  let div3;
@@ -1373,7 +1373,7 @@ class Accordion extends SvelteElement {
1373
1373
 
1374
1374
  customElements.define("goa-accordion", Accordion);
1375
1375
 
1376
- /* libs/web-components/src/components/app-header/AppHeader.svelte generated by Svelte v3.58.0 */
1376
+ /* libs/web-components/src/components/app-header/AppHeader.svelte generated by Svelte v3.59.2 */
1377
1377
 
1378
1378
  const { window: window_1$2 } = globals;
1379
1379
 
@@ -2132,7 +2132,7 @@ class AppHeader extends SvelteElement {
2132
2132
 
2133
2133
  customElements.define("goa-app-header", AppHeader);
2134
2134
 
2135
- /* libs/web-components/src/components/badge/Badge.svelte generated by Svelte v3.58.0 */
2135
+ /* libs/web-components/src/components/badge/Badge.svelte generated by Svelte v3.59.2 */
2136
2136
 
2137
2137
  function create_else_block$b(ctx) {
2138
2138
  let div;
@@ -2508,7 +2508,7 @@ class Badge extends SvelteElement {
2508
2508
 
2509
2509
  customElements.define("goa-badge", Badge);
2510
2510
 
2511
- /* libs/web-components/src/components/block/Block.svelte generated by Svelte v3.58.0 */
2511
+ /* libs/web-components/src/components/block/Block.svelte generated by Svelte v3.59.2 */
2512
2512
 
2513
2513
  function create_fragment$V(ctx) {
2514
2514
  let div;
@@ -2684,7 +2684,7 @@ class Block extends SvelteElement {
2684
2684
 
2685
2685
  customElements.define("goa-block", Block);
2686
2686
 
2687
- /* libs/web-components/src/components/button/Button.svelte generated by Svelte v3.58.0 */
2687
+ /* libs/web-components/src/components/button/Button.svelte generated by Svelte v3.59.2 */
2688
2688
 
2689
2689
  function create_else_block$a(ctx) {
2690
2690
  let t0;
@@ -3166,7 +3166,7 @@ class Button extends SvelteElement {
3166
3166
 
3167
3167
  customElements.define("goa-button", Button);
3168
3168
 
3169
- /* libs/web-components/src/components/button-group/ButtonGroup.svelte generated by Svelte v3.58.0 */
3169
+ /* libs/web-components/src/components/button-group/ButtonGroup.svelte generated by Svelte v3.59.2 */
3170
3170
 
3171
3171
  function create_fragment$T(ctx) {
3172
3172
  let div;
@@ -3353,7 +3353,7 @@ class ButtonGroup extends SvelteElement {
3353
3353
 
3354
3354
  customElements.define("goa-button-group", ButtonGroup);
3355
3355
 
3356
- /* libs/web-components/src/components/callout/Callout.svelte generated by Svelte v3.58.0 */
3356
+ /* libs/web-components/src/components/callout/Callout.svelte generated by Svelte v3.59.2 */
3357
3357
 
3358
3358
  function create_if_block$p(ctx) {
3359
3359
  let h3;
@@ -3683,7 +3683,7 @@ class Callout extends SvelteElement {
3683
3683
 
3684
3684
  customElements.define("goa-callout", Callout);
3685
3685
 
3686
- /* libs/web-components/src/components/card-actions/CardActions.svelte generated by Svelte v3.58.0 */
3686
+ /* libs/web-components/src/components/card-actions/CardActions.svelte generated by Svelte v3.59.2 */
3687
3687
 
3688
3688
  function create_fragment$R(ctx) {
3689
3689
  let goa_card_content;
@@ -3734,7 +3734,7 @@ class CardActions extends SvelteElement {
3734
3734
 
3735
3735
  customElements.define("goa-card-actions", CardActions);
3736
3736
 
3737
- /* libs/web-components/src/components/card/Card.svelte generated by Svelte v3.58.0 */
3737
+ /* libs/web-components/src/components/card/Card.svelte generated by Svelte v3.59.2 */
3738
3738
 
3739
3739
  function create_fragment$Q(ctx) {
3740
3740
  let div;
@@ -3921,7 +3921,7 @@ class Card extends SvelteElement {
3921
3921
 
3922
3922
  customElements.define("goa-card", Card);
3923
3923
 
3924
- /* libs/web-components/src/components/card-content/CardContent.svelte generated by Svelte v3.58.0 */
3924
+ /* libs/web-components/src/components/card-content/CardContent.svelte generated by Svelte v3.59.2 */
3925
3925
 
3926
3926
  function create_fragment$P(ctx) {
3927
3927
  let div;
@@ -3976,7 +3976,7 @@ class CardContent extends SvelteElement {
3976
3976
 
3977
3977
  customElements.define("goa-card-content", CardContent);
3978
3978
 
3979
- /* libs/web-components/src/components/card-group/CardGroup.svelte generated by Svelte v3.58.0 */
3979
+ /* libs/web-components/src/components/card-group/CardGroup.svelte generated by Svelte v3.59.2 */
3980
3980
 
3981
3981
  function create_fragment$O(ctx) {
3982
3982
  let div;
@@ -4031,7 +4031,7 @@ class CardGroup extends SvelteElement {
4031
4031
 
4032
4032
  customElements.define("goa-card-group", CardGroup);
4033
4033
 
4034
- /* libs/web-components/src/components/card-image/CardImage.svelte generated by Svelte v3.58.0 */
4034
+ /* libs/web-components/src/components/card-image/CardImage.svelte generated by Svelte v3.59.2 */
4035
4035
 
4036
4036
  function create_fragment$N(ctx) {
4037
4037
  let div;
@@ -4135,7 +4135,7 @@ class CardImage extends SvelteElement {
4135
4135
 
4136
4136
  customElements.define("goa-card-image", CardImage);
4137
4137
 
4138
- /* libs/web-components/src/components/checkbox/Checkbox.svelte generated by Svelte v3.58.0 */
4138
+ /* libs/web-components/src/components/checkbox/Checkbox.svelte generated by Svelte v3.59.2 */
4139
4139
 
4140
4140
  function create_if_block_1$e(ctx) {
4141
4141
  let svg;
@@ -4606,7 +4606,7 @@ class Checkbox extends SvelteElement {
4606
4606
 
4607
4607
  customElements.define("goa-checkbox", Checkbox);
4608
4608
 
4609
- /* libs/web-components/src/components/chip/Chip.svelte generated by Svelte v3.58.0 */
4609
+ /* libs/web-components/src/components/chip/Chip.svelte generated by Svelte v3.59.2 */
4610
4610
 
4611
4611
  function create_if_block_1$d(ctx) {
4612
4612
  let goa_icon;
@@ -5115,7 +5115,7 @@ function noscroll(_node, opts) {
5115
5115
  };
5116
5116
  }
5117
5117
 
5118
- /* libs/web-components/src/components/circular-progress/CircularProgress.svelte generated by Svelte v3.58.0 */
5118
+ /* libs/web-components/src/components/circular-progress/CircularProgress.svelte generated by Svelte v3.59.2 */
5119
5119
 
5120
5120
  function create_if_block$m(ctx) {
5121
5121
  let current_block_type_index;
@@ -5595,7 +5595,7 @@ class CircularProgress extends SvelteElement {
5595
5595
 
5596
5596
  customElements.define("goa-circular-progress", CircularProgress);
5597
5597
 
5598
- /* libs/web-components/src/components/container/Container.svelte generated by Svelte v3.58.0 */
5598
+ /* libs/web-components/src/components/container/Container.svelte generated by Svelte v3.59.2 */
5599
5599
 
5600
5600
  function create_fragment$J(ctx) {
5601
5601
  let div3;
@@ -5829,7 +5829,7 @@ class Container extends SvelteElement {
5829
5829
 
5830
5830
  customElements.define("goa-container", Container);
5831
5831
 
5832
- /* libs/web-components/src/components/details/Details.svelte generated by Svelte v3.58.0 */
5832
+ /* libs/web-components/src/components/details/Details.svelte generated by Svelte v3.59.2 */
5833
5833
 
5834
5834
  function create_fragment$I(ctx) {
5835
5835
  let details;
@@ -6088,7 +6088,7 @@ class Details extends SvelteElement {
6088
6088
 
6089
6089
  customElements.define("goa-details", Details);
6090
6090
 
6091
- /* libs/web-components/src/components/divider/Divider.svelte generated by Svelte v3.58.0 */
6091
+ /* libs/web-components/src/components/divider/Divider.svelte generated by Svelte v3.59.2 */
6092
6092
 
6093
6093
  function create_fragment$H(ctx) {
6094
6094
  let hr;
@@ -6224,7 +6224,7 @@ class Divider extends SvelteElement {
6224
6224
 
6225
6225
  customElements.define("goa-divider", Divider);
6226
6226
 
6227
- /* libs/web-components/src/components/dropdown/Dropdown.svelte generated by Svelte v3.58.0 */
6227
+ /* libs/web-components/src/components/dropdown/Dropdown.svelte generated by Svelte v3.59.2 */
6228
6228
 
6229
6229
  function get_each_context_1(ctx, list, i) {
6230
6230
  const child_ctx = ctx.slice();
@@ -7286,7 +7286,7 @@ class Dropdown extends SvelteElement {
7286
7286
 
7287
7287
  customElements.define("goa-dropdown", Dropdown);
7288
7288
 
7289
- /* libs/web-components/src/components/dropdown/DropdownItem.svelte generated by Svelte v3.58.0 */
7289
+ /* libs/web-components/src/components/dropdown/DropdownItem.svelte generated by Svelte v3.59.2 */
7290
7290
 
7291
7291
  function create_fragment$F(ctx) {
7292
7292
  return {
@@ -7329,7 +7329,7 @@ class DropdownItem extends SvelteElement {
7329
7329
 
7330
7330
  customElements.define("goa-dropdown-item", DropdownItem);
7331
7331
 
7332
- /* libs/web-components/src/components/focus-trap/FocusTrap.svelte generated by Svelte v3.58.0 */
7332
+ /* libs/web-components/src/components/focus-trap/FocusTrap.svelte generated by Svelte v3.59.2 */
7333
7333
 
7334
7334
  function create_fragment$E(ctx) {
7335
7335
  let div;
@@ -7514,7 +7514,7 @@ class FocusTrap extends SvelteElement {
7514
7514
 
7515
7515
  customElements.define("goa-focus-trap", FocusTrap);
7516
7516
 
7517
- /* libs/web-components/src/components/footer/Footer.svelte generated by Svelte v3.58.0 */
7517
+ /* libs/web-components/src/components/footer/Footer.svelte generated by Svelte v3.59.2 */
7518
7518
 
7519
7519
  function create_if_block$k(ctx) {
7520
7520
  let goa_divider;
@@ -7710,7 +7710,7 @@ class Footer extends SvelteElement {
7710
7710
 
7711
7711
  customElements.define("goa-app-footer", Footer);
7712
7712
 
7713
- /* libs/web-components/src/components/footer-meta-section/FooterMetaSection.svelte generated by Svelte v3.58.0 */
7713
+ /* libs/web-components/src/components/footer-meta-section/FooterMetaSection.svelte generated by Svelte v3.59.2 */
7714
7714
 
7715
7715
  function get_each_context$6(ctx, list, i) {
7716
7716
  const child_ctx = ctx.slice();
@@ -7889,7 +7889,7 @@ class FooterMetaSection extends SvelteElement {
7889
7889
 
7890
7890
  customElements.define("goa-app-footer-meta-section", FooterMetaSection);
7891
7891
 
7892
- /* libs/web-components/src/components/footer-nav-section/FooterNavSection.svelte generated by Svelte v3.58.0 */
7892
+ /* libs/web-components/src/components/footer-nav-section/FooterNavSection.svelte generated by Svelte v3.59.2 */
7893
7893
 
7894
7894
  function get_each_context$5(ctx, list, i) {
7895
7895
  const child_ctx = ctx.slice();
@@ -8181,7 +8181,7 @@ class FooterNavSection extends SvelteElement {
8181
8181
 
8182
8182
  customElements.define("goa-app-footer-nav-section", FooterNavSection);
8183
8183
 
8184
- /* libs/web-components/src/components/form-item/FormItem.svelte generated by Svelte v3.58.0 */
8184
+ /* libs/web-components/src/components/form-item/FormItem.svelte generated by Svelte v3.59.2 */
8185
8185
 
8186
8186
  function create_if_block_2$9(ctx) {
8187
8187
  let div;
@@ -8584,7 +8584,7 @@ class FormItem extends SvelteElement {
8584
8584
 
8585
8585
  customElements.define("goa-form-item", FormItem);
8586
8586
 
8587
- /* libs/web-components/src/components/grid/Grid.svelte generated by Svelte v3.58.0 */
8587
+ /* libs/web-components/src/components/grid/Grid.svelte generated by Svelte v3.59.2 */
8588
8588
 
8589
8589
  function create_fragment$z(ctx) {
8590
8590
  let div;
@@ -8750,7 +8750,7 @@ class Grid extends SvelteElement {
8750
8750
 
8751
8751
  customElements.define("goa-grid", Grid);
8752
8752
 
8753
- /* libs/web-components/src/components/hero-banner/HeroBanner.svelte generated by Svelte v3.58.0 */
8753
+ /* libs/web-components/src/components/hero-banner/HeroBanner.svelte generated by Svelte v3.59.2 */
8754
8754
 
8755
8755
  function create_fragment$y(ctx) {
8756
8756
  let div1;
@@ -8917,7 +8917,7 @@ class HeroBanner extends SvelteElement {
8917
8917
 
8918
8918
  customElements.define("goa-hero-banner", HeroBanner);
8919
8919
 
8920
- /* libs/web-components/src/components/icon-button/IconButton.svelte generated by Svelte v3.58.0 */
8920
+ /* libs/web-components/src/components/icon-button/IconButton.svelte generated by Svelte v3.59.2 */
8921
8921
 
8922
8922
  function create_fragment$x(ctx) {
8923
8923
  let button;
@@ -9261,7 +9261,7 @@ class IconButton extends SvelteElement {
9261
9261
 
9262
9262
  customElements.define("goa-icon-button", IconButton);
9263
9263
 
9264
- /* libs/web-components/src/components/icon/Icon.svelte generated by Svelte v3.58.0 */
9264
+ /* libs/web-components/src/components/icon/Icon.svelte generated by Svelte v3.59.2 */
9265
9265
 
9266
9266
  function create_if_block$h(ctx) {
9267
9267
  let show_if;
@@ -9701,7 +9701,7 @@ class Icon extends SvelteElement {
9701
9701
 
9702
9702
  customElements.define("goa-icon", Icon);
9703
9703
 
9704
- /* libs/web-components/src/components/input/Input.svelte generated by Svelte v3.58.0 */
9704
+ /* libs/web-components/src/components/input/Input.svelte generated by Svelte v3.59.2 */
9705
9705
 
9706
9706
  function create_if_block_4$2(ctx) {
9707
9707
  let div;
@@ -9726,7 +9726,7 @@ function create_if_block_4$2(ctx) {
9726
9726
  };
9727
9727
  }
9728
9728
 
9729
- // (126:4) {#if leadingicon}
9729
+ // (127:4) {#if leadingicon}
9730
9730
  function create_if_block_3$8(ctx) {
9731
9731
  let goa_icon;
9732
9732
 
@@ -9751,7 +9751,7 @@ function create_if_block_3$8(ctx) {
9751
9751
  };
9752
9752
  }
9753
9753
 
9754
- // (161:4) {#if trailingicon && !handlesTrailingIconClick}
9754
+ // (162:4) {#if trailingicon && !handlesTrailingIconClick}
9755
9755
  function create_if_block_2$8(ctx) {
9756
9756
  let goa_icon;
9757
9757
 
@@ -9777,7 +9777,7 @@ function create_if_block_2$8(ctx) {
9777
9777
  };
9778
9778
  }
9779
9779
 
9780
- // (171:4) {#if trailingicon && handlesTrailingIconClick}
9780
+ // (172:4) {#if trailingicon && handlesTrailingIconClick}
9781
9781
  function create_if_block_1$9(ctx) {
9782
9782
  let goa_icon_button;
9783
9783
  let mounted;
@@ -9818,7 +9818,7 @@ function create_if_block_1$9(ctx) {
9818
9818
  };
9819
9819
  }
9820
9820
 
9821
- // (184:4) {#if suffix}
9821
+ // (185:4) {#if suffix}
9822
9822
  function create_if_block$g(ctx) {
9823
9823
  let span;
9824
9824
  let t;
@@ -10233,7 +10233,8 @@ function instance$s($$self, $$props, $$invalidate) {
10233
10233
  $$invalidate(0, value = input.value);
10234
10234
  }
10235
10235
 
10236
- onMount(() => {
10236
+ onMount(async () => {
10237
+ await tick();
10237
10238
  validateType(type);
10238
10239
  validateAutoCapitalize(autocapitalize);
10239
10240
 
@@ -10382,7 +10383,7 @@ class Input extends SvelteElement {
10382
10383
  super();
10383
10384
  const style = document.createElement('style');
10384
10385
 
10385
- style.textContent = `:host{box-sizing:border-box}.container{position:relative;width:100%;display:inline-block}@media(min-width: 640px){.container{width:var(--width)}}.goa-input,.goa-input *{box-sizing:border-box;line-height:normal}.goa-input{box-sizing:border-box;outline:none;transition:box-shadow 0.1s ease-in;border:1px solid var(--goa-color-greyscale-700);border-radius:var(--goa-border-radius-m);display:inline-flex;align-items:stretch;vertical-align:middle;min-width:100%;background-color:var(--goa-color-greyscale-white)}.goa-input:hover:not(.goa-input-leading-content):not(.goa-input-trailing-content){border-color:var(--goa-color-interactive-hover);box-shadow:0 0 0 var(--goa-border-width-m) var(--goa-color-interactive-hover)}.goa-input:active:not(.goa-input-leading-content):not(.goa-input-trailing-content),.goa-input:focus:not(.goa-input-leading-content):not(.goa-input-trailing-content),.goa-input:focus-within:not(.goa-input-leading-content):not(.goa-input-trailing-content){box-shadow:0 0 0 3px var(--goa-color-interactive-focus)}.goa-input.type--range{border:none}.goa-input.type--range:active,.goa-input.type--range:focus,.goa-input.type--range:focus-within{box-shadow:none}.goa-input-leading-icon{margin-left:0.75rem}.goa-input-trailing-icon{margin-right:var(--goa-space-s)}.goa-input-trailing-icon-button{margin-right:var(--goa-space-xs)}input{display:inline-block;color:var(--goa-color-text-default);font-size:var(--goa-font-size-4);padding:var(--goa-space-xs);line-height:calc(40px - calc(var(--goa-space-xs) * 2));background-color:transparent;width:100%;flex:1 1 auto;font-family:var(--goa-font-family-sans);z-index:1}input[readonly]{cursor:pointer}.goa-input-leading-icon+input{padding-left:0.5rem}input,input:focus,input:hover,input:active{outline:none;border:none}.goa-input--disabled,.goa-input--disabled:hover,.goa-input--disabled:active,.goa-input--disabled:focus{background-color:var(--goa-color-greyscale-100);border-color:var(--goa-color-greyscale-200) !important;cursor:default;box-shadow:none !important}.goa-input--disabled input,.goa-input--disabled input:hover,.goa-input--disabled input:active,.goa-input--disabled input:focus{color:var(--goa-color-text-secondary)}.goa-input--disabled input:hover{cursor:default !important}.prefix,.suffix,.leading-content ::slotted(div),.trailing-content ::slotted(div){background-color:var(--goa-color-greyscale-100);padding:0 0.75rem;display:flex;align-items:center}.leading-content ::slotted(div),.trailing-content ::slotted(div){padding:0.5rem 0.75rem}.prefix,.leading-content ::slotted(div){border-top-left-radius:var(--goa-border-radius-m);border-bottom-left-radius:var(--goa-border-radius-m);border-right:1px solid var(--goa-color-greyscale-700)}.suffix,.trailing-content ::slotted(div){border-top-right-radius:var(--goa-border-radius-m);border-bottom-right-radius:var(--goa-border-radius-m);border-left:1px solid var(--goa-color-greyscale-700)}.goa-input--disabled .prefix,.goa-input--disabled .leading-content ::slotted(div){border-right:1px solid var(--goa-color-greyscale-200)}.goa-input--disabled .suffix,.goa-input--disabled .trailing-content ::slotted(div){border-left:1px solid var(--goa-color-greyscale-200)}input.input--goa{display:block;border:none;flex:1 1 auto}.variant--bare{border:none}.variant--bare:focus,.variant--bare:active,.variant--bare:focus-within{box-shadow:none}.error:not(.goa-input-leading-content):not(.goa-input-trailing-content),.error:hover:not(.goa-input-leading-content):not(.goa-input-trailing-content){border:2px solid var(--goa-color-interactive-error);box-shadow:0 0 0 1px var(--goa-color-interactive-error)}.error:focus-within:hover:not(.goa-input-leading-content):not(.goa-input-trailing-content){border:2px solid var(--goa-color-interactive-error);box-shadow:0 0 0 3px var(--goa-color-interactive-focus)}.error .input-leading-content,.error .input-leading-content:hover,.error .input-trailing-content,.error .input-trailing-content:hover{outline:var(--goa-border-width-s) solid var(--goa-color-interactive-error);box-shadow:inset 0 0 0 var(--goa-border-width-m) var(--goa-color-interactive-error)}.error .input-leading-content:focus,.error .input-trailing-content:focus,.error .input-leading-content:active,.error .input-trailing-content:active{outline:var(--goa-border-width-s) solid var(--goa-color-interactive-error);box-shadow:0 0 0 var(--goa-border-width-l) var(--goa-color-interactive-focus)}.input-leading-content:hover,.input-trailing-content:hover{box-shadow:inset 0 0 0 var(--goa-border-width-m) var(--goa-color-interactive-hover);outline:var(--goa-border-width-s) solid var(--goa-color-interactive-hover)}.input-leading-content:active,.input-leading-content:focus,.input-leading-content:focus-within,.input-trailing-content:active,.input-trailing-content:focus,.input-trailing-content:focus-within{box-shadow:0 0 0 var(--goa-border-width-l) var(--goa-color-interactive-focus);outline:var(--goa-border-width-s) solid var(--goa-color-greyscale-700)}.error .input-trailing-content,.input-trailing-content:hover,.input-trailing-content:active,.input-trailing-content:focus,.input-trailing-content:focus-within{border-top-left-radius:var(--goa-border-radius-m);border-bottom-left-radius:var(--goa-border-radius-m)}.error .input-leading-content,.input-leading-content:hover,.input-leading-content:active,.input-leading-content:focus,.input-leading-content:focus-within{border-top-right-radius:var(--goa-border-radius-m);border-bottom-right-radius:var(--goa-border-radius-m)}.input-leading-content.input-trailing-content,.input-leading-content.input-trailing-content:hover,.input-leading-content.input-trailing-content:active,.input-leading-content.input-trailing-content:focus,.input-leading-content.input-trailing-content:focus-within{border-radius:0}input[type="search"]:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-search-cancel-button{position:relative;right:var(--search-icon-offset);cursor:pointer;-webkit-appearance:none;height:1.2rem;width:1.2rem;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23333" d="M405 136.798L375.202 107 256 226.202 136.798 107 107 136.798 226.202 256 107 375.202 136.798 405 256 285.798 375.202 405 405 375.202 285.798 256z"/></svg>')
10386
+ style.textContent = `:host{box-sizing:border-box}.container{position:relative;width:100%;display:inline-block}@media(min-width: 640px){.container{width:var(--width)}}.goa-input,.goa-input *{box-sizing:border-box;line-height:normal}.goa-input{box-sizing:border-box;outline:none;transition:box-shadow 0.1s ease-in;border:1px solid var(--goa-color-greyscale-700);border-radius:var(--goa-border-radius-m);display:inline-flex;align-items:stretch;vertical-align:middle;min-width:100%;background-color:var(--goa-color-greyscale-white)}.goa-input:hover:not(.goa-input-leading-content):not(.goa-input-trailing-content){border-color:var(--goa-color-interactive-hover);box-shadow:0 0 0 var(--goa-border-width-m) var(--goa-color-interactive-hover)}.goa-input:active:not(.goa-input-leading-content):not(.goa-input-trailing-content),.goa-input:focus:not(.goa-input-leading-content):not(.goa-input-trailing-content),.goa-input:focus-within:not(.goa-input-leading-content):not(.goa-input-trailing-content){box-shadow:0 0 0 3px var(--goa-color-interactive-focus)}.goa-input.type--range{border:none}.goa-input.type--range:active,.goa-input.type--range:focus,.goa-input.type--range:focus-within{box-shadow:none}.goa-input-leading-icon{margin-left:0.75rem}.goa-input-trailing-icon{margin-right:var(--goa-space-s)}.goa-input-trailing-icon-button{margin-right:var(--goa-space-xs)}input{display:inline-block;color:var(--goa-color-text-default);font-size:var(--goa-font-size-4);padding:var(--goa-space-s);line-height:calc(40px - calc(var(--goa-space-xs) * 2));background-color:transparent;width:100%;flex:1 1 auto;font-family:var(--goa-font-family-sans);z-index:1}input[readonly]{cursor:pointer}.goa-input-leading-icon+input{padding-left:0.5rem}input,input:focus,input:hover,input:active{outline:none;border:none}.goa-input--disabled,.goa-input--disabled:hover,.goa-input--disabled:active,.goa-input--disabled:focus{background-color:var(--goa-color-greyscale-100);border-color:var(--goa-color-greyscale-200) !important;cursor:default;box-shadow:none !important}.goa-input--disabled input,.goa-input--disabled input:hover,.goa-input--disabled input:active,.goa-input--disabled input:focus{color:var(--goa-color-text-secondary)}.goa-input--disabled input:hover{cursor:default !important}.prefix,.suffix,.leading-content ::slotted(div),.trailing-content ::slotted(div){background-color:var(--goa-color-greyscale-100);padding:0 0.75rem;display:flex;align-items:center}.leading-content ::slotted(div),.trailing-content ::slotted(div){padding:0.5rem 0.75rem}.prefix,.leading-content ::slotted(div){border-top-left-radius:var(--goa-border-radius-m);border-bottom-left-radius:var(--goa-border-radius-m);border-right:1px solid var(--goa-color-greyscale-700)}.suffix,.trailing-content ::slotted(div){border-top-right-radius:var(--goa-border-radius-m);border-bottom-right-radius:var(--goa-border-radius-m);border-left:1px solid var(--goa-color-greyscale-700)}.goa-input--disabled .prefix,.goa-input--disabled .leading-content ::slotted(div){border-right:1px solid var(--goa-color-greyscale-200)}.goa-input--disabled .suffix,.goa-input--disabled .trailing-content ::slotted(div){border-left:1px solid var(--goa-color-greyscale-200)}input.input--goa{display:block;border:none;flex:1 1 auto}.variant--bare{border:none}.variant--bare:focus,.variant--bare:active,.variant--bare:focus-within{box-shadow:none}.error:not(.goa-input-leading-content):not(.goa-input-trailing-content),.error:hover:not(.goa-input-leading-content):not(.goa-input-trailing-content){border:2px solid var(--goa-color-interactive-error);box-shadow:0 0 0 1px var(--goa-color-interactive-error)}.error:focus-within:hover:not(.goa-input-leading-content):not(.goa-input-trailing-content){border:2px solid var(--goa-color-interactive-error);box-shadow:0 0 0 3px var(--goa-color-interactive-focus)}.error .input-leading-content,.error .input-leading-content:hover,.error .input-trailing-content,.error .input-trailing-content:hover{outline:var(--goa-border-width-s) solid var(--goa-color-interactive-error);box-shadow:inset 0 0 0 var(--goa-border-width-m) var(--goa-color-interactive-error)}.error .input-leading-content:focus,.error .input-trailing-content:focus,.error .input-leading-content:active,.error .input-trailing-content:active{outline:var(--goa-border-width-s) solid var(--goa-color-interactive-error);box-shadow:0 0 0 var(--goa-border-width-l) var(--goa-color-interactive-focus)}.input-leading-content:hover,.input-trailing-content:hover{box-shadow:inset 0 0 0 var(--goa-border-width-m) var(--goa-color-interactive-hover);outline:var(--goa-border-width-s) solid var(--goa-color-interactive-hover)}.input-leading-content:active,.input-leading-content:focus,.input-leading-content:focus-within,.input-trailing-content:active,.input-trailing-content:focus,.input-trailing-content:focus-within{box-shadow:0 0 0 var(--goa-border-width-l) var(--goa-color-interactive-focus);outline:var(--goa-border-width-s) solid var(--goa-color-greyscale-700)}.error .input-trailing-content,.input-trailing-content:hover,.input-trailing-content:active,.input-trailing-content:focus,.input-trailing-content:focus-within{border-top-left-radius:var(--goa-border-radius-m);border-bottom-left-radius:var(--goa-border-radius-m)}.error .input-leading-content,.input-leading-content:hover,.input-leading-content:active,.input-leading-content:focus,.input-leading-content:focus-within{border-top-right-radius:var(--goa-border-radius-m);border-bottom-right-radius:var(--goa-border-radius-m)}.input-leading-content.input-trailing-content,.input-leading-content.input-trailing-content:hover,.input-leading-content.input-trailing-content:active,.input-leading-content.input-trailing-content:focus,.input-leading-content.input-trailing-content:focus-within{border-radius:0}input[type="search"]:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-search-cancel-button{position:relative;right:var(--search-icon-offset);cursor:pointer;-webkit-appearance:none;height:1.2rem;width:1.2rem;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23333" d="M405 136.798L375.202 107 256 226.202 136.798 107 107 136.798 226.202 256 107 375.202 136.798 405 256 285.798 375.202 405 405 375.202 285.798 256z"/></svg>')
10386
10387
  center center no-repeat}`;
10387
10388
 
10388
10389
  this.shadowRoot.appendChild(style);
@@ -10720,7 +10721,7 @@ class Input extends SvelteElement {
10720
10721
 
10721
10722
  customElements.define("goa-input", Input);
10722
10723
 
10723
- /* libs/web-components/src/components/microsite-header/MicrositeHeader.svelte generated by Svelte v3.58.0 */
10724
+ /* libs/web-components/src/components/microsite-header/MicrositeHeader.svelte generated by Svelte v3.59.2 */
10724
10725
 
10725
10726
  function create_if_block_3$7(ctx) {
10726
10727
  let div;
@@ -11071,7 +11072,7 @@ class MicrositeHeader extends SvelteElement {
11071
11072
 
11072
11073
  customElements.define("goa-microsite-header", MicrositeHeader);
11073
11074
 
11074
- /* libs/web-components/src/components/modal/Modal.svelte generated by Svelte v3.58.0 */
11075
+ /* libs/web-components/src/components/modal/Modal.svelte generated by Svelte v3.59.2 */
11075
11076
 
11076
11077
  function create_if_block$e(ctx) {
11077
11078
  let goa_focus_trap;
@@ -11773,7 +11774,7 @@ class Modal extends SvelteElement {
11773
11774
 
11774
11775
  customElements.define("goa-modal", Modal);
11775
11776
 
11776
- /* libs/web-components/src/components/notification/Notification.svelte generated by Svelte v3.58.0 */
11777
+ /* libs/web-components/src/components/notification/Notification.svelte generated by Svelte v3.59.2 */
11777
11778
 
11778
11779
  function create_if_block$d(ctx) {
11779
11780
  let div4;
@@ -12064,7 +12065,7 @@ function isValidDimension(value) {
12064
12065
  return dimensionRegex.test(value);
12065
12066
  }
12066
12067
 
12067
- /* libs/web-components/src/components/page-block/PageBlock.svelte generated by Svelte v3.58.0 */
12068
+ /* libs/web-components/src/components/page-block/PageBlock.svelte generated by Svelte v3.59.2 */
12068
12069
 
12069
12070
  function create_fragment$r(ctx) {
12070
12071
  let div;
@@ -12181,7 +12182,7 @@ class PageBlock extends SvelteElement {
12181
12182
 
12182
12183
  customElements.define("goa-page-block", PageBlock);
12183
12184
 
12184
- /* libs/web-components/src/components/pagination/Pagination.svelte generated by Svelte v3.58.0 */
12185
+ /* libs/web-components/src/components/pagination/Pagination.svelte generated by Svelte v3.59.2 */
12185
12186
 
12186
12187
  function get_each_context$4(ctx, list, i) {
12187
12188
  const child_ctx = ctx.slice();
@@ -12664,7 +12665,7 @@ class Pagination extends SvelteElement {
12664
12665
 
12665
12666
  customElements.define("goa-pagination", Pagination);
12666
12667
 
12667
- /* libs/web-components/src/components/popover/Popover.svelte generated by Svelte v3.58.0 */
12668
+ /* libs/web-components/src/components/popover/Popover.svelte generated by Svelte v3.59.2 */
12668
12669
 
12669
12670
  function create_if_block$b(ctx) {
12670
12671
  let div0;
@@ -13328,7 +13329,7 @@ class Popover extends SvelteElement {
13328
13329
 
13329
13330
  customElements.define("goa-popover", Popover);
13330
13331
 
13331
- /* libs/web-components/src/components/radio-group/RadioGroup.svelte generated by Svelte v3.58.0 */
13332
+ /* libs/web-components/src/components/radio-group/RadioGroup.svelte generated by Svelte v3.59.2 */
13332
13333
 
13333
13334
  function get_each_context$3(ctx, list, i) {
13334
13335
  const child_ctx = ctx.slice();
@@ -13806,7 +13807,7 @@ class RadioGroup extends SvelteElement {
13806
13807
 
13807
13808
  customElements.define("goa-radio-group", RadioGroup);
13808
13809
 
13809
- /* libs/web-components/src/components/scrollable/Scrollable.svelte generated by Svelte v3.58.0 */
13810
+ /* libs/web-components/src/components/scrollable/Scrollable.svelte generated by Svelte v3.59.2 */
13810
13811
 
13811
13812
  function create_fragment$n(ctx) {
13812
13813
  let div;
@@ -14034,7 +14035,7 @@ class Scrollable extends SvelteElement {
14034
14035
 
14035
14036
  customElements.define("goa-scrollable", Scrollable);
14036
14037
 
14037
- /* libs/web-components/src/components/skeleton/Skeleton.svelte generated by Svelte v3.58.0 */
14038
+ /* libs/web-components/src/components/skeleton/Skeleton.svelte generated by Svelte v3.59.2 */
14038
14039
 
14039
14040
  function get_each_context$2(ctx, list, i) {
14040
14041
  const child_ctx = ctx.slice();
@@ -14744,7 +14745,7 @@ class Skeleton extends SvelteElement {
14744
14745
 
14745
14746
  customElements.define("goa-skeleton", Skeleton);
14746
14747
 
14747
- /* libs/web-components/src/components/spacer/Spacer.svelte generated by Svelte v3.58.0 */
14748
+ /* libs/web-components/src/components/spacer/Spacer.svelte generated by Svelte v3.59.2 */
14748
14749
 
14749
14750
  function create_fragment$l(ctx) {
14750
14751
  let div;
@@ -14857,7 +14858,7 @@ const subscriber_queue = [];
14857
14858
  /**
14858
14859
  * Create a `Writable` store that allows both updating and reading by subscription.
14859
14860
  * @param {*=}value initial value
14860
- * @param {StartStopNotifier=}start start and stop notifications for subscriptions
14861
+ * @param {StartStopNotifier=} start
14861
14862
  */
14862
14863
  function writable(value, start = noop) {
14863
14864
  let stop;
@@ -15000,7 +15001,7 @@ function tweened(value, defaults = {}) {
15000
15001
  };
15001
15002
  }
15002
15003
 
15003
- /* libs/web-components/src/components/spinner/Spinner.svelte generated by Svelte v3.58.0 */
15004
+ /* libs/web-components/src/components/spinner/Spinner.svelte generated by Svelte v3.59.2 */
15004
15005
 
15005
15006
  function create_if_block$9(ctx) {
15006
15007
  let svg;
@@ -15336,7 +15337,7 @@ class Spinner extends SvelteElement {
15336
15337
 
15337
15338
  customElements.define("goa-spinner", Spinner);
15338
15339
 
15339
- /* libs/web-components/src/components/table/Table.svelte generated by Svelte v3.58.0 */
15340
+ /* libs/web-components/src/components/table/Table.svelte generated by Svelte v3.59.2 */
15340
15341
 
15341
15342
  function create_fragment$j(ctx) {
15342
15343
  let table;
@@ -15635,7 +15636,7 @@ class Table extends SvelteElement {
15635
15636
 
15636
15637
  customElements.define("goa-table", Table);
15637
15638
 
15638
- /* libs/web-components/src/components/table/TableSortHeader.svelte generated by Svelte v3.58.0 */
15639
+ /* libs/web-components/src/components/table/TableSortHeader.svelte generated by Svelte v3.59.2 */
15639
15640
 
15640
15641
  function create_else_block$5(ctx) {
15641
15642
  let div;
@@ -15803,7 +15804,7 @@ class TableSortHeader extends SvelteElement {
15803
15804
 
15804
15805
  customElements.define("goa-table-sort-header", TableSortHeader);
15805
15806
 
15806
- /* libs/web-components/src/components/text-area/TextArea.svelte generated by Svelte v3.58.0 */
15807
+ /* libs/web-components/src/components/text-area/TextArea.svelte generated by Svelte v3.59.2 */
15807
15808
 
15808
15809
  function create_fragment$h(ctx) {
15809
15810
  let div;
@@ -16013,7 +16014,7 @@ class TextArea extends SvelteElement {
16013
16014
  super();
16014
16015
  const style = document.createElement('style');
16015
16016
 
16016
- style.textContent = `:host{--textarea-padding-vertical:0.625rem;--textarea-padding-horizontal:0.75rem;box-sizing:border-box;font-family:var(--goa-font-family-sans)}.container{position:relative;width:100%}@media(min-width: 640px){.container{max-width:var(--width)}}.goa-textarea{display:block;width:100%;box-sizing:border-box;outline:none;border:1px solid var(--goa-color-greyscale-700);border-radius:3px;color:var(--goa-color-greyscale-black, #ccc);padding:var(--textarea-padding-vertical) var(--textarea-padding-horizontal);font-size:var(--goa-font-size-4);font-family:var(--goa-font-family-sans);min-width:100%;resize:vertical}@media(min-width: 640px){.goa-textarea{min-width:0;width:var(--width)}}.goa-textarea[readonly]{cursor:pointer}.goa-textarea:hover{box-shadow:0 0 0 var(--goa-border-width-m) var(--goa-color-interactive-hover)}.goa-textarea:active,.goa-textarea:focus,.goa-textarea:focus-within{box-shadow:0 0 0 var(--goa-border-width-l) var(--goa-color-interactive-focus)}.goa-textarea:disabled,.goa-textarea:disabled:hover,.goa-textarea:disabled:active,.goa-textarea:disabled:focus{background-color:var(--goa-color-greyscale-100);border-color:var(--goa-color-greyscale-200);cursor:default;box-shadow:none}.counter{position:absolute;right:0;padding-top:0.25rem;font-size:var(--goa-font-size-2)}.counter-error{color:var(--goa-color-interactive-error)
16017
+ style.textContent = `:host{--textarea-padding-vertical:0.625rem;--textarea-padding-horizontal:var(--goa-space-s);box-sizing:border-box;font-family:var(--goa-font-family-sans)}.container{position:relative;width:100%}@media(min-width: 640px){.container{max-width:var(--width)}}.goa-textarea{display:block;width:100%;box-sizing:border-box;outline:none;border:1px solid var(--goa-color-greyscale-700);border-radius:3px;color:var(--goa-color-greyscale-black, #ccc);padding:var(--textarea-padding-vertical) var(--textarea-padding-horizontal);font-size:var(--goa-font-size-4);font-family:var(--goa-font-family-sans);min-width:100%;resize:vertical}@media(min-width: 640px){.goa-textarea{min-width:0;width:var(--width)}}.goa-textarea[readonly]{cursor:pointer}.goa-textarea:hover{box-shadow:0 0 0 var(--goa-border-width-m) var(--goa-color-interactive-hover)}.goa-textarea:active,.goa-textarea:focus,.goa-textarea:focus-within{box-shadow:0 0 0 var(--goa-border-width-l) var(--goa-color-interactive-focus)}.goa-textarea:disabled,.goa-textarea:disabled:hover,.goa-textarea:disabled:active,.goa-textarea:disabled:focus{background-color:var(--goa-color-greyscale-100);border-color:var(--goa-color-greyscale-200);cursor:default;box-shadow:none}.counter{position:absolute;right:0;padding-top:0.25rem;font-size:var(--goa-font-size-2)}.counter-error{color:var(--goa-color-interactive-error)
16017
16018
  }.error{border:var(--goa-border-width-m) solid var(--goa-color-interactive-error);box-shadow:0 0 0 var(--goa-border-width-s) var(--goa-color-interactive-error)}.error:hover{box-shadow:0 0 0 var(--goa-border-width-m) var(--goa-color-interactive-error)}.error:active,.error:focus{box-shadow:0 0 0 var(--goa-border-width-l) var(--goa-color-interactive-focus)}`;
16018
16019
 
16019
16020
  this.shadowRoot.appendChild(style);
@@ -16218,7 +16219,7 @@ class TextArea extends SvelteElement {
16218
16219
 
16219
16220
  customElements.define("goa-textarea", TextArea);
16220
16221
 
16221
- /* libs/web-components/src/components/tooltip/Tooltip.svelte generated by Svelte v3.58.0 */
16222
+ /* libs/web-components/src/components/tooltip/Tooltip.svelte generated by Svelte v3.59.2 */
16222
16223
 
16223
16224
  const { window: window_1$1 } = globals;
16224
16225
 
@@ -16656,7 +16657,7 @@ class Tooltip extends SvelteElement {
16656
16657
 
16657
16658
  customElements.define("goa-tooltip", Tooltip);
16658
16659
 
16659
- /* libs/web-components/src/layouts/FullScreenNavbarLayout.svelte generated by Svelte v3.58.0 */
16660
+ /* libs/web-components/src/layouts/FullScreenNavbarLayout.svelte generated by Svelte v3.59.2 */
16660
16661
 
16661
16662
  function create_fragment$f(ctx) {
16662
16663
  let div;
@@ -16726,7 +16727,7 @@ class FullScreenNavbarLayout extends SvelteElement {
16726
16727
 
16727
16728
  customElements.define("goa-layout-full-nav", FullScreenNavbarLayout);
16728
16729
 
16729
- /* libs/web-components/src/layouts/one-column-layout/OneColumnLayout.svelte generated by Svelte v3.58.0 */
16730
+ /* libs/web-components/src/layouts/one-column-layout/OneColumnLayout.svelte generated by Svelte v3.59.2 */
16730
16731
 
16731
16732
  function create_fragment$e(ctx) {
16732
16733
  let div;
@@ -16787,7 +16788,7 @@ class OneColumnLayout extends SvelteElement {
16787
16788
 
16788
16789
  customElements.define("goa-one-column-layout", OneColumnLayout);
16789
16790
 
16790
- /* libs/web-components/src/layouts/two-column-layout/TwoColumnLayout.svelte generated by Svelte v3.58.0 */
16791
+ /* libs/web-components/src/layouts/two-column-layout/TwoColumnLayout.svelte generated by Svelte v3.59.2 */
16791
16792
 
16792
16793
  function create_fragment$d(ctx) {
16793
16794
  let div;
@@ -16918,7 +16919,7 @@ class TwoColumnLayout extends SvelteElement {
16918
16919
 
16919
16920
  customElements.define("goa-two-column-layout", TwoColumnLayout);
16920
16921
 
16921
- /* libs/web-components/src/layouts/three-column-layout/ThreeColumnLayout.svelte generated by Svelte v3.58.0 */
16922
+ /* libs/web-components/src/layouts/three-column-layout/ThreeColumnLayout.svelte generated by Svelte v3.59.2 */
16922
16923
 
16923
16924
  function create_fragment$c(ctx) {
16924
16925
  let div;
@@ -17069,7 +17070,7 @@ class ThreeColumnLayout extends SvelteElement {
17069
17070
 
17070
17071
  customElements.define("goa-three-column-layout", ThreeColumnLayout);
17071
17072
 
17072
- /* libs/web-components/src/components/_experimental/sidebar/Sidebar.svelte generated by Svelte v3.58.0 */
17073
+ /* libs/web-components/src/components/_experimental/sidebar/Sidebar.svelte generated by Svelte v3.59.2 */
17073
17074
 
17074
17075
  function get_each_context$1(ctx, list, i) {
17075
17076
  const child_ctx = ctx.slice();
@@ -17666,7 +17667,7 @@ class Sidebar extends SvelteElement {
17666
17667
 
17667
17668
  customElements.define("goax-sidebar", Sidebar);
17668
17669
 
17669
- /* libs/web-components/src/components/_experimental/sidebar/SidebarItem.svelte generated by Svelte v3.58.0 */
17670
+ /* libs/web-components/src/components/_experimental/sidebar/SidebarItem.svelte generated by Svelte v3.59.2 */
17670
17671
 
17671
17672
  function create_fragment$a(ctx) {
17672
17673
  return {
@@ -17709,7 +17710,7 @@ class SidebarItem extends SvelteElement {
17709
17710
 
17710
17711
  customElements.define("goax-sidebar-item", SidebarItem);
17711
17712
 
17712
- /* libs/web-components/src/components/form-stepper/FormStepper.svelte generated by Svelte v3.58.0 */
17713
+ /* libs/web-components/src/components/form-stepper/FormStepper.svelte generated by Svelte v3.59.2 */
17713
17714
 
17714
17715
  function create_if_block$6(ctx) {
17715
17716
  let progress0;
@@ -18100,7 +18101,7 @@ class FormStepper extends SvelteElement {
18100
18101
 
18101
18102
  customElements.define("goa-form-stepper", FormStepper);
18102
18103
 
18103
- /* libs/web-components/src/components/form-step/FormStep.svelte generated by Svelte v3.58.0 */
18104
+ /* libs/web-components/src/components/form-step/FormStep.svelte generated by Svelte v3.59.2 */
18104
18105
 
18105
18106
  function create_else_block$3(ctx) {
18106
18107
  let div;
@@ -18546,7 +18547,7 @@ class FormStep extends SvelteElement {
18546
18547
 
18547
18548
  customElements.define("goa-form-step", FormStep);
18548
18549
 
18549
- /* libs/web-components/src/components/pages/Pages.svelte generated by Svelte v3.58.0 */
18550
+ /* libs/web-components/src/components/pages/Pages.svelte generated by Svelte v3.59.2 */
18550
18551
 
18551
18552
  function create_fragment$7(ctx) {
18552
18553
  let div;
@@ -18723,7 +18724,7 @@ class Pages extends SvelteElement {
18723
18724
 
18724
18725
  customElements.define("goa-pages", Pages);
18725
18726
 
18726
- /* libs/web-components/src/components/file-upload-input/FileUploadInput.svelte generated by Svelte v3.58.0 */
18727
+ /* libs/web-components/src/components/file-upload-input/FileUploadInput.svelte generated by Svelte v3.59.2 */
18727
18728
 
18728
18729
  function get_each_context(ctx, list, i) {
18729
18730
  const child_ctx = ctx.slice();
@@ -19420,7 +19421,7 @@ class FileUploadInput extends SvelteElement {
19420
19421
 
19421
19422
  customElements.define("goa-file-upload-input", FileUploadInput);
19422
19423
 
19423
- /* libs/web-components/src/components/file-upload-card/FileUploadCard.svelte generated by Svelte v3.58.0 */
19424
+ /* libs/web-components/src/components/file-upload-card/FileUploadCard.svelte generated by Svelte v3.59.2 */
19424
19425
 
19425
19426
  function create_else_block$2(ctx) {
19426
19427
  let goa_icon;
@@ -20028,7 +20029,7 @@ class FileUploadCard extends SvelteElement {
20028
20029
 
20029
20030
  customElements.define("goa-file-upload-card", FileUploadCard);
20030
20031
 
20031
- /* libs/web-components/src/components/app-header-menu/AppHeaderMenu.svelte generated by Svelte v3.58.0 */
20032
+ /* libs/web-components/src/components/app-header-menu/AppHeaderMenu.svelte generated by Svelte v3.59.2 */
20032
20033
 
20033
20034
  const { window: window_1 } = globals;
20034
20035
 
@@ -20566,7 +20567,7 @@ class AppHeaderMenu extends SvelteElement {
20566
20567
 
20567
20568
  customElements.define("goa-app-header-menu", AppHeaderMenu);
20568
20569
 
20569
- /* libs/web-components/src/components/side-menu/SideMenu.svelte generated by Svelte v3.58.0 */
20570
+ /* libs/web-components/src/components/side-menu/SideMenu.svelte generated by Svelte v3.59.2 */
20570
20571
 
20571
20572
  function create_fragment$3(ctx) {
20572
20573
  let div;
@@ -20681,7 +20682,7 @@ class SideMenu extends SvelteElement {
20681
20682
 
20682
20683
  customElements.define("goa-side-menu", SideMenu);
20683
20684
 
20684
- /* libs/web-components/src/components/side-menu-group/SideMenuGroup.svelte generated by Svelte v3.58.0 */
20685
+ /* libs/web-components/src/components/side-menu-group/SideMenuGroup.svelte generated by Svelte v3.59.2 */
20685
20686
 
20686
20687
  function create_else_block(ctx) {
20687
20688
  let goa_icon;
@@ -20997,7 +20998,7 @@ class SideMenuGroup extends SvelteElement {
20997
20998
 
20998
20999
  customElements.define("goa-side-menu-group", SideMenuGroup);
20999
21000
 
21000
- /* libs/web-components/src/components/tabs/Tabs.svelte generated by Svelte v3.58.0 */
21001
+ /* libs/web-components/src/components/tabs/Tabs.svelte generated by Svelte v3.59.2 */
21001
21002
 
21002
21003
  function create_fragment$1(ctx) {
21003
21004
  let div2;
@@ -21276,7 +21277,7 @@ class Tabs extends SvelteElement {
21276
21277
 
21277
21278
  customElements.define("goa-tabs", Tabs);
21278
21279
 
21279
- /* libs/web-components/src/components/tab/Tab.svelte generated by Svelte v3.58.0 */
21280
+ /* libs/web-components/src/components/tab/Tab.svelte generated by Svelte v3.59.2 */
21280
21281
 
21281
21282
  function create_if_block(ctx) {
21282
21283
  let div;