@aurodesignsystem-dev/auro-formkit 0.0.0-pr1571.0 → 0.0.0-pr1572.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/components/checkbox/demo/customize.min.js +1 -1
  2. package/components/checkbox/demo/getting-started.min.js +1 -1
  3. package/components/checkbox/demo/index.min.js +1 -1
  4. package/components/checkbox/dist/index.js +1 -1
  5. package/components/checkbox/dist/registered.js +1 -1
  6. package/components/combobox/demo/customize.min.js +7 -49
  7. package/components/combobox/demo/getting-started.min.js +7 -49
  8. package/components/combobox/demo/index.min.js +7 -49
  9. package/components/combobox/dist/index.js +7 -49
  10. package/components/combobox/dist/registered.js +7 -49
  11. package/components/counter/demo/customize.min.js +6 -48
  12. package/components/counter/demo/index.min.js +6 -48
  13. package/components/counter/dist/index.js +6 -48
  14. package/components/counter/dist/registered.js +6 -48
  15. package/components/datepicker/demo/customize.min.js +7 -49
  16. package/components/datepicker/demo/index.min.js +7 -49
  17. package/components/datepicker/dist/index.js +7 -49
  18. package/components/datepicker/dist/registered.js +7 -49
  19. package/components/dropdown/demo/customize.min.js +5 -47
  20. package/components/dropdown/demo/getting-started.min.js +5 -47
  21. package/components/dropdown/demo/index.min.js +5 -47
  22. package/components/dropdown/dist/index.js +5 -47
  23. package/components/dropdown/dist/registered.js +5 -47
  24. package/components/form/demo/customize.min.js +29 -197
  25. package/components/form/demo/getting-started.min.js +29 -197
  26. package/components/form/demo/index.min.js +29 -197
  27. package/components/form/demo/registerDemoDeps.min.js +29 -197
  28. package/components/input/demo/customize.min.js +1 -1
  29. package/components/input/demo/getting-started.min.js +1 -1
  30. package/components/input/demo/index.min.js +1 -1
  31. package/components/input/dist/index.js +1 -1
  32. package/components/input/dist/registered.js +1 -1
  33. package/components/radio/demo/customize.min.js +1 -1
  34. package/components/radio/demo/getting-started.min.js +1 -1
  35. package/components/radio/demo/index.min.js +1 -1
  36. package/components/radio/dist/index.js +1 -1
  37. package/components/radio/dist/registered.js +1 -1
  38. package/components/select/demo/customize.min.js +6 -48
  39. package/components/select/demo/getting-started.min.js +6 -48
  40. package/components/select/demo/index.min.js +6 -48
  41. package/components/select/dist/index.js +6 -48
  42. package/components/select/dist/registered.js +6 -48
  43. package/package.json +1 -2
@@ -1275,7 +1275,7 @@ class AuroHelpText extends i$2 {
1275
1275
  }
1276
1276
  }
1277
1277
 
1278
- var formkitVersion = '202607231617';
1278
+ var formkitVersion = '202607231944';
1279
1279
 
1280
1280
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1281
1281
  // See LICENSE in the project root for license information.
@@ -1275,7 +1275,7 @@ class AuroHelpText extends i$2 {
1275
1275
  }
1276
1276
  }
1277
1277
 
1278
- var formkitVersion = '202607231617';
1278
+ var formkitVersion = '202607231944';
1279
1279
 
1280
1280
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1281
1281
  // See LICENSE in the project root for license information.
@@ -1275,7 +1275,7 @@ class AuroHelpText extends i$2 {
1275
1275
  }
1276
1276
  }
1277
1277
 
1278
- var formkitVersion = '202607231617';
1278
+ var formkitVersion = '202607231944';
1279
1279
 
1280
1280
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1281
1281
  // See LICENSE in the project root for license information.
@@ -1228,7 +1228,7 @@ class AuroHelpText extends LitElement {
1228
1228
  }
1229
1229
  }
1230
1230
 
1231
- var formkitVersion = '202607231617';
1231
+ var formkitVersion = '202607231944';
1232
1232
 
1233
1233
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1234
1234
  // See LICENSE in the project root for license information.
@@ -1228,7 +1228,7 @@ class AuroHelpText extends LitElement {
1228
1228
  }
1229
1229
  }
1230
1230
 
1231
- var formkitVersion = '202607231617';
1231
+ var formkitVersion = '202607231944';
1232
1232
 
1233
1233
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1234
1234
  // See LICENSE in the project root for license information.
@@ -3336,57 +3336,15 @@ class AuroFloatingUI {
3336
3336
  document.body.style.top = `-${this._savedScrollY}px`;
3337
3337
  document.body.style.width = "100%";
3338
3338
 
3339
- // Keep the bib aligned with the visual viewport as the VKB opens.
3340
- // A one-shot offsetTop check at lock time is stale by the time the user
3341
- // taps an input mid-drawer — iOS then pans visualViewport upward and the
3342
- // bib drifts off-screen. Listen continuously so the transform tracks the pan.
3343
- // RAF-throttled to avoid a style recalc on every scroll tick during the
3344
- // keyboard animation; the pending frame is canceled on unlock so it cannot
3345
- // reapply a translate after bibTransform has been restored.
3346
- if (window.visualViewport) {
3347
- this._viewportRafId = undefined;
3348
- this._viewportHandler = () => {
3349
- if (this._viewportRafId !== undefined) {
3350
- return;
3351
- }
3352
- this._viewportRafId = requestAnimationFrame(() => {
3353
- this._viewportRafId = undefined;
3354
- if (element?.bib) {
3355
- element.bib.style.transform = `translateY(${window.visualViewport.offsetTop}px)`;
3356
- }
3357
- });
3358
- };
3359
- window.visualViewport.addEventListener(
3360
- "resize",
3361
- this._viewportHandler,
3362
- );
3363
- window.visualViewport.addEventListener(
3364
- "scroll",
3365
- this._viewportHandler,
3366
- );
3367
- this._viewportHandler();
3339
+ // Move `bib` by the amount the viewport is shifted to stay aligned in fullscreen.
3340
+ if (element?.bib && window?.visualViewport?.offsetTop) {
3341
+ element.bib.style.transform = `translateY(${window?.visualViewport?.offsetTop}px)`;
3368
3342
  }
3369
3343
 
3370
3344
  this.lockTouchScroll(true);
3371
3345
  }
3372
3346
  } else {
3373
3347
  if (this._scrollLocked) {
3374
- if (this._viewportHandler && window.visualViewport) {
3375
- window.visualViewport.removeEventListener(
3376
- "resize",
3377
- this._viewportHandler,
3378
- );
3379
- window.visualViewport.removeEventListener(
3380
- "scroll",
3381
- this._viewportHandler,
3382
- );
3383
- this._viewportHandler = undefined;
3384
- }
3385
- if (this._viewportRafId !== undefined) {
3386
- cancelAnimationFrame(this._viewportRafId);
3387
- this._viewportRafId = undefined;
3388
- }
3389
-
3390
3348
  document.documentElement.style.scrollbarGutter =
3391
3349
  this._savedScrollStyles?.rootScrollbarGutter ?? "";
3392
3350
  document.documentElement.style.overflow =
@@ -3478,7 +3436,7 @@ class AuroFloatingUI {
3478
3436
  bibContent.style.width = "";
3479
3437
  bibContent.style.height = "";
3480
3438
  bibContent.style.maxWidth = "";
3481
- bibContent.style.maxHeight = "";
3439
+ bibContent.style.maxHeight = `${window?.visualViewport?.height}px`;
3482
3440
  this.configureTrial = 0;
3483
3441
  } else if (this.configureTrial < MAX_CONFIGURATION_COUNT) {
3484
3442
  this.configureTrial += 1;
@@ -5019,7 +4977,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$3 {
5019
4977
  }
5020
4978
  };
5021
4979
 
5022
- var formkitVersion$2 = '202607231617';
4980
+ var formkitVersion$2 = '202607231944';
5023
4981
 
5024
4982
  let AuroElement$2 = class AuroElement extends i$3 {
5025
4983
  static get properties() {
@@ -18708,7 +18666,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$3 {
18708
18666
  }
18709
18667
  };
18710
18668
 
18711
- var formkitVersion$1 = '202607231617';
18669
+ var formkitVersion$1 = '202607231944';
18712
18670
 
18713
18671
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
18714
18672
  // See LICENSE in the project root for license information.
@@ -19864,7 +19822,7 @@ class AuroBibtemplate extends i$3 {
19864
19822
  }
19865
19823
  }
19866
19824
 
19867
- var formkitVersion = '202607231617';
19825
+ var formkitVersion = '202607231944';
19868
19826
 
19869
19827
  var styleCss$3 = i$6`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block;text-align:left}:host [auro-dropdown]{--ds-auro-dropdown-trigger-background-color: transparent}:host #inputInBib::part(wrapper){box-shadow:none}:host #inputInBib::part(accent-left){display:none}:host([layout*=classic]) [auro-input]{width:100%}:host([layout*=classic]) [auro-input]::part(helpText){display:none}:host([layout*=classic]) #slotHolder{display:none}`;
19870
19828
 
@@ -3336,57 +3336,15 @@ class AuroFloatingUI {
3336
3336
  document.body.style.top = `-${this._savedScrollY}px`;
3337
3337
  document.body.style.width = "100%";
3338
3338
 
3339
- // Keep the bib aligned with the visual viewport as the VKB opens.
3340
- // A one-shot offsetTop check at lock time is stale by the time the user
3341
- // taps an input mid-drawer — iOS then pans visualViewport upward and the
3342
- // bib drifts off-screen. Listen continuously so the transform tracks the pan.
3343
- // RAF-throttled to avoid a style recalc on every scroll tick during the
3344
- // keyboard animation; the pending frame is canceled on unlock so it cannot
3345
- // reapply a translate after bibTransform has been restored.
3346
- if (window.visualViewport) {
3347
- this._viewportRafId = undefined;
3348
- this._viewportHandler = () => {
3349
- if (this._viewportRafId !== undefined) {
3350
- return;
3351
- }
3352
- this._viewportRafId = requestAnimationFrame(() => {
3353
- this._viewportRafId = undefined;
3354
- if (element?.bib) {
3355
- element.bib.style.transform = `translateY(${window.visualViewport.offsetTop}px)`;
3356
- }
3357
- });
3358
- };
3359
- window.visualViewport.addEventListener(
3360
- "resize",
3361
- this._viewportHandler,
3362
- );
3363
- window.visualViewport.addEventListener(
3364
- "scroll",
3365
- this._viewportHandler,
3366
- );
3367
- this._viewportHandler();
3339
+ // Move `bib` by the amount the viewport is shifted to stay aligned in fullscreen.
3340
+ if (element?.bib && window?.visualViewport?.offsetTop) {
3341
+ element.bib.style.transform = `translateY(${window?.visualViewport?.offsetTop}px)`;
3368
3342
  }
3369
3343
 
3370
3344
  this.lockTouchScroll(true);
3371
3345
  }
3372
3346
  } else {
3373
3347
  if (this._scrollLocked) {
3374
- if (this._viewportHandler && window.visualViewport) {
3375
- window.visualViewport.removeEventListener(
3376
- "resize",
3377
- this._viewportHandler,
3378
- );
3379
- window.visualViewport.removeEventListener(
3380
- "scroll",
3381
- this._viewportHandler,
3382
- );
3383
- this._viewportHandler = undefined;
3384
- }
3385
- if (this._viewportRafId !== undefined) {
3386
- cancelAnimationFrame(this._viewportRafId);
3387
- this._viewportRafId = undefined;
3388
- }
3389
-
3390
3348
  document.documentElement.style.scrollbarGutter =
3391
3349
  this._savedScrollStyles?.rootScrollbarGutter ?? "";
3392
3350
  document.documentElement.style.overflow =
@@ -3478,7 +3436,7 @@ class AuroFloatingUI {
3478
3436
  bibContent.style.width = "";
3479
3437
  bibContent.style.height = "";
3480
3438
  bibContent.style.maxWidth = "";
3481
- bibContent.style.maxHeight = "";
3439
+ bibContent.style.maxHeight = `${window?.visualViewport?.height}px`;
3482
3440
  this.configureTrial = 0;
3483
3441
  } else if (this.configureTrial < MAX_CONFIGURATION_COUNT) {
3484
3442
  this.configureTrial += 1;
@@ -5019,7 +4977,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$3 {
5019
4977
  }
5020
4978
  };
5021
4979
 
5022
- var formkitVersion$2 = '202607231617';
4980
+ var formkitVersion$2 = '202607231944';
5023
4981
 
5024
4982
  let AuroElement$2 = class AuroElement extends i$3 {
5025
4983
  static get properties() {
@@ -18708,7 +18666,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$3 {
18708
18666
  }
18709
18667
  };
18710
18668
 
18711
- var formkitVersion$1 = '202607231617';
18669
+ var formkitVersion$1 = '202607231944';
18712
18670
 
18713
18671
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
18714
18672
  // See LICENSE in the project root for license information.
@@ -19864,7 +19822,7 @@ class AuroBibtemplate extends i$3 {
19864
19822
  }
19865
19823
  }
19866
19824
 
19867
- var formkitVersion = '202607231617';
19825
+ var formkitVersion = '202607231944';
19868
19826
 
19869
19827
  var styleCss$3 = i$6`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block;text-align:left}:host [auro-dropdown]{--ds-auro-dropdown-trigger-background-color: transparent}:host #inputInBib::part(wrapper){box-shadow:none}:host #inputInBib::part(accent-left){display:none}:host([layout*=classic]) [auro-input]{width:100%}:host([layout*=classic]) [auro-input]::part(helpText){display:none}:host([layout*=classic]) #slotHolder{display:none}`;
19870
19828
 
@@ -3351,57 +3351,15 @@ class AuroFloatingUI {
3351
3351
  document.body.style.top = `-${this._savedScrollY}px`;
3352
3352
  document.body.style.width = "100%";
3353
3353
 
3354
- // Keep the bib aligned with the visual viewport as the VKB opens.
3355
- // A one-shot offsetTop check at lock time is stale by the time the user
3356
- // taps an input mid-drawer — iOS then pans visualViewport upward and the
3357
- // bib drifts off-screen. Listen continuously so the transform tracks the pan.
3358
- // RAF-throttled to avoid a style recalc on every scroll tick during the
3359
- // keyboard animation; the pending frame is canceled on unlock so it cannot
3360
- // reapply a translate after bibTransform has been restored.
3361
- if (window.visualViewport) {
3362
- this._viewportRafId = undefined;
3363
- this._viewportHandler = () => {
3364
- if (this._viewportRafId !== undefined) {
3365
- return;
3366
- }
3367
- this._viewportRafId = requestAnimationFrame(() => {
3368
- this._viewportRafId = undefined;
3369
- if (element?.bib) {
3370
- element.bib.style.transform = `translateY(${window.visualViewport.offsetTop}px)`;
3371
- }
3372
- });
3373
- };
3374
- window.visualViewport.addEventListener(
3375
- "resize",
3376
- this._viewportHandler,
3377
- );
3378
- window.visualViewport.addEventListener(
3379
- "scroll",
3380
- this._viewportHandler,
3381
- );
3382
- this._viewportHandler();
3354
+ // Move `bib` by the amount the viewport is shifted to stay aligned in fullscreen.
3355
+ if (element?.bib && window?.visualViewport?.offsetTop) {
3356
+ element.bib.style.transform = `translateY(${window?.visualViewport?.offsetTop}px)`;
3383
3357
  }
3384
3358
 
3385
3359
  this.lockTouchScroll(true);
3386
3360
  }
3387
3361
  } else {
3388
3362
  if (this._scrollLocked) {
3389
- if (this._viewportHandler && window.visualViewport) {
3390
- window.visualViewport.removeEventListener(
3391
- "resize",
3392
- this._viewportHandler,
3393
- );
3394
- window.visualViewport.removeEventListener(
3395
- "scroll",
3396
- this._viewportHandler,
3397
- );
3398
- this._viewportHandler = undefined;
3399
- }
3400
- if (this._viewportRafId !== undefined) {
3401
- cancelAnimationFrame(this._viewportRafId);
3402
- this._viewportRafId = undefined;
3403
- }
3404
-
3405
3363
  document.documentElement.style.scrollbarGutter =
3406
3364
  this._savedScrollStyles?.rootScrollbarGutter ?? "";
3407
3365
  document.documentElement.style.overflow =
@@ -3493,7 +3451,7 @@ class AuroFloatingUI {
3493
3451
  bibContent.style.width = "";
3494
3452
  bibContent.style.height = "";
3495
3453
  bibContent.style.maxWidth = "";
3496
- bibContent.style.maxHeight = "";
3454
+ bibContent.style.maxHeight = `${window?.visualViewport?.height}px`;
3497
3455
  this.configureTrial = 0;
3498
3456
  } else if (this.configureTrial < MAX_CONFIGURATION_COUNT) {
3499
3457
  this.configureTrial += 1;
@@ -5034,7 +4992,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$3 {
5034
4992
  }
5035
4993
  };
5036
4994
 
5037
- var formkitVersion$2 = '202607231617';
4995
+ var formkitVersion$2 = '202607231944';
5038
4996
 
5039
4997
  let AuroElement$2 = class AuroElement extends i$3 {
5040
4998
  static get properties() {
@@ -18723,7 +18681,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$3 {
18723
18681
  }
18724
18682
  };
18725
18683
 
18726
- var formkitVersion$1 = '202607231617';
18684
+ var formkitVersion$1 = '202607231944';
18727
18685
 
18728
18686
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
18729
18687
  // See LICENSE in the project root for license information.
@@ -19879,7 +19837,7 @@ class AuroBibtemplate extends i$3 {
19879
19837
  }
19880
19838
  }
19881
19839
 
19882
- var formkitVersion = '202607231617';
19840
+ var formkitVersion = '202607231944';
19883
19841
 
19884
19842
  var styleCss$3 = i$6`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block;text-align:left}:host [auro-dropdown]{--ds-auro-dropdown-trigger-background-color: transparent}:host #inputInBib::part(wrapper){box-shadow:none}:host #inputInBib::part(accent-left){display:none}:host([layout*=classic]) [auro-input]{width:100%}:host([layout*=classic]) [auro-input]::part(helpText){display:none}:host([layout*=classic]) #slotHolder{display:none}`;
19885
19843
 
@@ -3269,57 +3269,15 @@ class AuroFloatingUI {
3269
3269
  document.body.style.top = `-${this._savedScrollY}px`;
3270
3270
  document.body.style.width = "100%";
3271
3271
 
3272
- // Keep the bib aligned with the visual viewport as the VKB opens.
3273
- // A one-shot offsetTop check at lock time is stale by the time the user
3274
- // taps an input mid-drawer — iOS then pans visualViewport upward and the
3275
- // bib drifts off-screen. Listen continuously so the transform tracks the pan.
3276
- // RAF-throttled to avoid a style recalc on every scroll tick during the
3277
- // keyboard animation; the pending frame is canceled on unlock so it cannot
3278
- // reapply a translate after bibTransform has been restored.
3279
- if (window.visualViewport) {
3280
- this._viewportRafId = undefined;
3281
- this._viewportHandler = () => {
3282
- if (this._viewportRafId !== undefined) {
3283
- return;
3284
- }
3285
- this._viewportRafId = requestAnimationFrame(() => {
3286
- this._viewportRafId = undefined;
3287
- if (element?.bib) {
3288
- element.bib.style.transform = `translateY(${window.visualViewport.offsetTop}px)`;
3289
- }
3290
- });
3291
- };
3292
- window.visualViewport.addEventListener(
3293
- "resize",
3294
- this._viewportHandler,
3295
- );
3296
- window.visualViewport.addEventListener(
3297
- "scroll",
3298
- this._viewportHandler,
3299
- );
3300
- this._viewportHandler();
3272
+ // Move `bib` by the amount the viewport is shifted to stay aligned in fullscreen.
3273
+ if (element?.bib && window?.visualViewport?.offsetTop) {
3274
+ element.bib.style.transform = `translateY(${window?.visualViewport?.offsetTop}px)`;
3301
3275
  }
3302
3276
 
3303
3277
  this.lockTouchScroll(true);
3304
3278
  }
3305
3279
  } else {
3306
3280
  if (this._scrollLocked) {
3307
- if (this._viewportHandler && window.visualViewport) {
3308
- window.visualViewport.removeEventListener(
3309
- "resize",
3310
- this._viewportHandler,
3311
- );
3312
- window.visualViewport.removeEventListener(
3313
- "scroll",
3314
- this._viewportHandler,
3315
- );
3316
- this._viewportHandler = undefined;
3317
- }
3318
- if (this._viewportRafId !== undefined) {
3319
- cancelAnimationFrame(this._viewportRafId);
3320
- this._viewportRafId = undefined;
3321
- }
3322
-
3323
3281
  document.documentElement.style.scrollbarGutter =
3324
3282
  this._savedScrollStyles?.rootScrollbarGutter ?? "";
3325
3283
  document.documentElement.style.overflow =
@@ -3411,7 +3369,7 @@ class AuroFloatingUI {
3411
3369
  bibContent.style.width = "";
3412
3370
  bibContent.style.height = "";
3413
3371
  bibContent.style.maxWidth = "";
3414
- bibContent.style.maxHeight = "";
3372
+ bibContent.style.maxHeight = `${window?.visualViewport?.height}px`;
3415
3373
  this.configureTrial = 0;
3416
3374
  } else if (this.configureTrial < MAX_CONFIGURATION_COUNT) {
3417
3375
  this.configureTrial += 1;
@@ -4952,7 +4910,7 @@ let AuroHelpText$2 = class AuroHelpText extends LitElement {
4952
4910
  }
4953
4911
  };
4954
4912
 
4955
- var formkitVersion$2 = '202607231617';
4913
+ var formkitVersion$2 = '202607231944';
4956
4914
 
4957
4915
  let AuroElement$2 = class AuroElement extends LitElement {
4958
4916
  static get properties() {
@@ -18634,7 +18592,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
18634
18592
  }
18635
18593
  };
18636
18594
 
18637
- var formkitVersion$1 = '202607231617';
18595
+ var formkitVersion$1 = '202607231944';
18638
18596
 
18639
18597
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
18640
18598
  // See LICENSE in the project root for license information.
@@ -19790,7 +19748,7 @@ class AuroBibtemplate extends LitElement {
19790
19748
  }
19791
19749
  }
19792
19750
 
19793
- var formkitVersion = '202607231617';
19751
+ var formkitVersion = '202607231944';
19794
19752
 
19795
19753
  var styleCss$1 = css`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block;text-align:left}:host [auro-dropdown]{--ds-auro-dropdown-trigger-background-color: transparent}:host #inputInBib::part(wrapper){box-shadow:none}:host #inputInBib::part(accent-left){display:none}:host([layout*=classic]) [auro-input]{width:100%}:host([layout*=classic]) [auro-input]::part(helpText){display:none}:host([layout*=classic]) #slotHolder{display:none}`;
19796
19754
 
@@ -3269,57 +3269,15 @@ class AuroFloatingUI {
3269
3269
  document.body.style.top = `-${this._savedScrollY}px`;
3270
3270
  document.body.style.width = "100%";
3271
3271
 
3272
- // Keep the bib aligned with the visual viewport as the VKB opens.
3273
- // A one-shot offsetTop check at lock time is stale by the time the user
3274
- // taps an input mid-drawer — iOS then pans visualViewport upward and the
3275
- // bib drifts off-screen. Listen continuously so the transform tracks the pan.
3276
- // RAF-throttled to avoid a style recalc on every scroll tick during the
3277
- // keyboard animation; the pending frame is canceled on unlock so it cannot
3278
- // reapply a translate after bibTransform has been restored.
3279
- if (window.visualViewport) {
3280
- this._viewportRafId = undefined;
3281
- this._viewportHandler = () => {
3282
- if (this._viewportRafId !== undefined) {
3283
- return;
3284
- }
3285
- this._viewportRafId = requestAnimationFrame(() => {
3286
- this._viewportRafId = undefined;
3287
- if (element?.bib) {
3288
- element.bib.style.transform = `translateY(${window.visualViewport.offsetTop}px)`;
3289
- }
3290
- });
3291
- };
3292
- window.visualViewport.addEventListener(
3293
- "resize",
3294
- this._viewportHandler,
3295
- );
3296
- window.visualViewport.addEventListener(
3297
- "scroll",
3298
- this._viewportHandler,
3299
- );
3300
- this._viewportHandler();
3272
+ // Move `bib` by the amount the viewport is shifted to stay aligned in fullscreen.
3273
+ if (element?.bib && window?.visualViewport?.offsetTop) {
3274
+ element.bib.style.transform = `translateY(${window?.visualViewport?.offsetTop}px)`;
3301
3275
  }
3302
3276
 
3303
3277
  this.lockTouchScroll(true);
3304
3278
  }
3305
3279
  } else {
3306
3280
  if (this._scrollLocked) {
3307
- if (this._viewportHandler && window.visualViewport) {
3308
- window.visualViewport.removeEventListener(
3309
- "resize",
3310
- this._viewportHandler,
3311
- );
3312
- window.visualViewport.removeEventListener(
3313
- "scroll",
3314
- this._viewportHandler,
3315
- );
3316
- this._viewportHandler = undefined;
3317
- }
3318
- if (this._viewportRafId !== undefined) {
3319
- cancelAnimationFrame(this._viewportRafId);
3320
- this._viewportRafId = undefined;
3321
- }
3322
-
3323
3281
  document.documentElement.style.scrollbarGutter =
3324
3282
  this._savedScrollStyles?.rootScrollbarGutter ?? "";
3325
3283
  document.documentElement.style.overflow =
@@ -3411,7 +3369,7 @@ class AuroFloatingUI {
3411
3369
  bibContent.style.width = "";
3412
3370
  bibContent.style.height = "";
3413
3371
  bibContent.style.maxWidth = "";
3414
- bibContent.style.maxHeight = "";
3372
+ bibContent.style.maxHeight = `${window?.visualViewport?.height}px`;
3415
3373
  this.configureTrial = 0;
3416
3374
  } else if (this.configureTrial < MAX_CONFIGURATION_COUNT) {
3417
3375
  this.configureTrial += 1;
@@ -4952,7 +4910,7 @@ let AuroHelpText$2 = class AuroHelpText extends LitElement {
4952
4910
  }
4953
4911
  };
4954
4912
 
4955
- var formkitVersion$2 = '202607231617';
4913
+ var formkitVersion$2 = '202607231944';
4956
4914
 
4957
4915
  let AuroElement$2 = class AuroElement extends LitElement {
4958
4916
  static get properties() {
@@ -18634,7 +18592,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
18634
18592
  }
18635
18593
  };
18636
18594
 
18637
- var formkitVersion$1 = '202607231617';
18595
+ var formkitVersion$1 = '202607231944';
18638
18596
 
18639
18597
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
18640
18598
  // See LICENSE in the project root for license information.
@@ -19790,7 +19748,7 @@ class AuroBibtemplate extends LitElement {
19790
19748
  }
19791
19749
  }
19792
19750
 
19793
- var formkitVersion = '202607231617';
19751
+ var formkitVersion = '202607231944';
19794
19752
 
19795
19753
  var styleCss$1 = css`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block;text-align:left}:host [auro-dropdown]{--ds-auro-dropdown-trigger-background-color: transparent}:host #inputInBib::part(wrapper){box-shadow:none}:host #inputInBib::part(accent-left){display:none}:host([layout*=classic]) [auro-input]{width:100%}:host([layout*=classic]) [auro-input]::part(helpText){display:none}:host([layout*=classic]) #slotHolder{display:none}`;
19796
19754
 
@@ -1117,7 +1117,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$2 {
1117
1117
  }
1118
1118
  };
1119
1119
 
1120
- var formkitVersion$1 = '202607231617';
1120
+ var formkitVersion$1 = '202607231944';
1121
1121
 
1122
1122
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1123
1123
  // See LICENSE in the project root for license information.
@@ -3647,57 +3647,15 @@ class AuroFloatingUI {
3647
3647
  document.body.style.top = `-${this._savedScrollY}px`;
3648
3648
  document.body.style.width = "100%";
3649
3649
 
3650
- // Keep the bib aligned with the visual viewport as the VKB opens.
3651
- // A one-shot offsetTop check at lock time is stale by the time the user
3652
- // taps an input mid-drawer — iOS then pans visualViewport upward and the
3653
- // bib drifts off-screen. Listen continuously so the transform tracks the pan.
3654
- // RAF-throttled to avoid a style recalc on every scroll tick during the
3655
- // keyboard animation; the pending frame is canceled on unlock so it cannot
3656
- // reapply a translate after bibTransform has been restored.
3657
- if (window.visualViewport) {
3658
- this._viewportRafId = undefined;
3659
- this._viewportHandler = () => {
3660
- if (this._viewportRafId !== undefined) {
3661
- return;
3662
- }
3663
- this._viewportRafId = requestAnimationFrame(() => {
3664
- this._viewportRafId = undefined;
3665
- if (element?.bib) {
3666
- element.bib.style.transform = `translateY(${window.visualViewport.offsetTop}px)`;
3667
- }
3668
- });
3669
- };
3670
- window.visualViewport.addEventListener(
3671
- "resize",
3672
- this._viewportHandler,
3673
- );
3674
- window.visualViewport.addEventListener(
3675
- "scroll",
3676
- this._viewportHandler,
3677
- );
3678
- this._viewportHandler();
3650
+ // Move `bib` by the amount the viewport is shifted to stay aligned in fullscreen.
3651
+ if (element?.bib && window?.visualViewport?.offsetTop) {
3652
+ element.bib.style.transform = `translateY(${window?.visualViewport?.offsetTop}px)`;
3679
3653
  }
3680
3654
 
3681
3655
  this.lockTouchScroll(true);
3682
3656
  }
3683
3657
  } else {
3684
3658
  if (this._scrollLocked) {
3685
- if (this._viewportHandler && window.visualViewport) {
3686
- window.visualViewport.removeEventListener(
3687
- "resize",
3688
- this._viewportHandler,
3689
- );
3690
- window.visualViewport.removeEventListener(
3691
- "scroll",
3692
- this._viewportHandler,
3693
- );
3694
- this._viewportHandler = undefined;
3695
- }
3696
- if (this._viewportRafId !== undefined) {
3697
- cancelAnimationFrame(this._viewportRafId);
3698
- this._viewportRafId = undefined;
3699
- }
3700
-
3701
3659
  document.documentElement.style.scrollbarGutter =
3702
3660
  this._savedScrollStyles?.rootScrollbarGutter ?? "";
3703
3661
  document.documentElement.style.overflow =
@@ -3789,7 +3747,7 @@ class AuroFloatingUI {
3789
3747
  bibContent.style.width = "";
3790
3748
  bibContent.style.height = "";
3791
3749
  bibContent.style.maxWidth = "";
3792
- bibContent.style.maxHeight = "";
3750
+ bibContent.style.maxHeight = `${window?.visualViewport?.height}px`;
3793
3751
  this.configureTrial = 0;
3794
3752
  } else if (this.configureTrial < MAX_CONFIGURATION_COUNT) {
3795
3753
  this.configureTrial += 1;
@@ -5330,7 +5288,7 @@ class AuroHelpText extends i$2 {
5330
5288
  }
5331
5289
  }
5332
5290
 
5333
- var formkitVersion = '202607231617';
5291
+ var formkitVersion = '202607231944';
5334
5292
 
5335
5293
  let AuroElement$1 = class AuroElement extends i$2 {
5336
5294
  static get properties() {