@aurodesignsystem/auro-formkit 3.3.0-beta.1 → 3.3.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 (98) hide show
  1. package/CHANGELOG.md +86 -1
  2. package/components/bibtemplate/dist/headerVersion.d.ts +1 -1
  3. package/components/bibtemplate/dist/iconVersion.d.ts +1 -1
  4. package/components/bibtemplate/dist/index.js +10 -80
  5. package/components/bibtemplate/dist/registered.js +10 -80
  6. package/components/checkbox/README.md +1 -1
  7. package/components/checkbox/demo/api.html +1 -0
  8. package/components/checkbox/demo/api.md +4 -5
  9. package/components/checkbox/demo/api.min.js +66 -15
  10. package/components/checkbox/demo/index.html +1 -0
  11. package/components/checkbox/demo/index.min.js +66 -15
  12. package/components/checkbox/demo/readme.md +1 -1
  13. package/components/checkbox/dist/auro-checkbox-group.d.ts +7 -0
  14. package/components/checkbox/dist/auro-checkbox.d.ts +23 -2
  15. package/components/checkbox/dist/index.js +59 -8
  16. package/components/checkbox/dist/registered.js +59 -8
  17. package/components/combobox/README.md +1 -1
  18. package/components/combobox/demo/api.html +1 -0
  19. package/components/combobox/demo/api.min.js +154 -189
  20. package/components/combobox/demo/index.html +1 -0
  21. package/components/combobox/demo/index.min.js +154 -189
  22. package/components/combobox/demo/readme.md +1 -1
  23. package/components/combobox/dist/auro-combobox.d.ts +2 -10
  24. package/components/combobox/dist/index.js +130 -165
  25. package/components/combobox/dist/registered.js +130 -165
  26. package/components/counter/README.md +1 -1
  27. package/components/counter/demo/api.html +1 -0
  28. package/components/counter/demo/api.min.js +59 -120
  29. package/components/counter/demo/index.html +1 -0
  30. package/components/counter/demo/index.min.js +59 -120
  31. package/components/counter/demo/readme.md +1 -1
  32. package/components/counter/dist/iconVersion.d.ts +1 -1
  33. package/components/counter/dist/index.js +40 -101
  34. package/components/counter/dist/registered.js +40 -101
  35. package/components/datepicker/README.md +1 -1
  36. package/components/datepicker/demo/api.html +1 -0
  37. package/components/datepicker/demo/api.min.js +105 -153
  38. package/components/datepicker/demo/index.html +1 -0
  39. package/components/datepicker/demo/index.min.js +105 -153
  40. package/components/datepicker/demo/readme.md +1 -1
  41. package/components/datepicker/dist/auro-datepicker.d.ts +8 -0
  42. package/components/datepicker/dist/index.js +79 -127
  43. package/components/datepicker/dist/registered.js +79 -127
  44. package/components/dropdown/README.md +1 -1
  45. package/components/dropdown/demo/api.html +1 -0
  46. package/components/dropdown/demo/api.min.js +18 -16
  47. package/components/dropdown/demo/index.html +1 -0
  48. package/components/dropdown/demo/index.min.js +18 -16
  49. package/components/dropdown/demo/readme.md +1 -1
  50. package/components/dropdown/dist/index.js +7 -5
  51. package/components/dropdown/dist/registered.js +7 -5
  52. package/components/form/README.md +1 -1
  53. package/components/form/demo/api.min.js +5 -5
  54. package/components/form/demo/index.min.js +5 -5
  55. package/components/form/demo/readme.md +1 -1
  56. package/components/helptext/dist/index.js +1 -1
  57. package/components/helptext/dist/registered.js +1 -1
  58. package/components/input/README.md +1 -1
  59. package/components/input/demo/api.html +1 -0
  60. package/components/input/demo/api.min.js +69 -57
  61. package/components/input/demo/index.html +1 -0
  62. package/components/input/demo/index.min.js +69 -57
  63. package/components/input/demo/readme.md +1 -1
  64. package/components/input/dist/base-input.d.ts +8 -0
  65. package/components/input/dist/index.js +31 -19
  66. package/components/input/dist/registered.js +31 -19
  67. package/components/menu/README.md +1 -1
  68. package/components/menu/demo/api.html +1 -0
  69. package/components/menu/demo/api.min.js +10 -10
  70. package/components/menu/demo/index.html +1 -0
  71. package/components/menu/demo/index.min.js +10 -10
  72. package/components/menu/demo/readme.md +1 -1
  73. package/components/menu/dist/iconVersion.d.ts +1 -1
  74. package/components/menu/dist/index.js +3 -3
  75. package/components/menu/dist/registered.js +3 -3
  76. package/components/radio/README.md +1 -1
  77. package/components/radio/demo/api.html +1 -0
  78. package/components/radio/demo/api.md +1 -0
  79. package/components/radio/demo/api.min.js +42 -18
  80. package/components/radio/demo/index.html +1 -0
  81. package/components/radio/demo/index.md +42 -0
  82. package/components/radio/demo/index.min.js +42 -18
  83. package/components/radio/demo/readme.md +1 -1
  84. package/components/radio/dist/auro-radio-group.d.ts +8 -0
  85. package/components/radio/dist/auro-radio.d.ts +5 -0
  86. package/components/radio/dist/index.js +35 -11
  87. package/components/radio/dist/registered.js +35 -11
  88. package/components/select/README.md +1 -1
  89. package/components/select/demo/api.html +1 -0
  90. package/components/select/demo/api.md +4 -5
  91. package/components/select/demo/api.min.js +84 -132
  92. package/components/select/demo/index.html +1 -0
  93. package/components/select/demo/index.min.js +84 -132
  94. package/components/select/demo/readme.md +1 -1
  95. package/components/select/dist/auro-select.d.ts +16 -2
  96. package/components/select/dist/index.js +65 -113
  97. package/components/select/dist/registered.js +65 -113
  98. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,16 +1,101 @@
1
1
  # Semantic Release Automated Changelog
2
2
 
3
- # [3.3.0-beta.1](https://github.com/AlaskaAirlines/auro-formkit/compare/v3.2.0...v3.3.0-beta.1) (2025-04-30)
3
+ # [3.3.0](https://github.com/AlaskaAirlines/auro-formkit/compare/v3.2.8...v3.3.0) (2025-05-12)
4
4
 
5
5
 
6
6
  ### Bug Fixes
7
7
 
8
+ * improved touched state handling ([07ae52f](https://github.com/AlaskaAirlines/auro-formkit/commit/07ae52f6e2c9de4a99d3ed820dec9dc86fb6e091))
9
+ * match `typeof event` to duplicate to bubble up in combobox [#576](https://github.com/AlaskaAirlines/auro-formkit/issues/576) ([0b6231b](https://github.com/AlaskaAirlines/auro-formkit/commit/0b6231bd52346d91a04088198fe6e8921c7ac299))
8
10
  * pr feedback Apr 28, 2025 ([2dcd705](https://github.com/AlaskaAirlines/auro-formkit/commit/2dcd70543c206229286a69364b7e503c6e12fb5f))
11
+ * properly transport input on `strategy-change` in combobox ([23e079d](https://github.com/AlaskaAirlines/auro-formkit/commit/23e079d3f4ba5f22aaa8bd28cc80dd096c74e9b0))
12
+ * render match word in bold in a combobox with dynamic menu [#551](https://github.com/AlaskaAirlines/auro-formkit/issues/551) ([63b8dac](https://github.com/AlaskaAirlines/auro-formkit/commit/63b8dac663377a4af4038ed2c5e09e34bf155409))
9
13
 
10
14
 
11
15
  ### Features
12
16
 
17
+ * implement touched state for radio and select components on user interaction ([2f4b8f6](https://github.com/AlaskaAirlines/auro-formkit/commit/2f4b8f66f097cfb932a07e5d37dd05fb6fbafaab))
13
18
  * surface fullscreenBreakpoint with new `disabled` value ([4f00b48](https://github.com/AlaskaAirlines/auro-formkit/commit/4f00b4808254490419ca6ae387344e49834ca896))
19
+ * update form validation to be based on pristine/dirty instead of undefined and '' values ([fc0bade](https://github.com/AlaskaAirlines/auro-formkit/commit/fc0bade112a8b4e801b2851c27069592b0f024bc))
20
+
21
+
22
+ ### Performance Improvements
23
+
24
+ * remove unnecessary variables ([87f3f80](https://github.com/AlaskaAirlines/auro-formkit/commit/87f3f80e17d6884a69726893bc4fc066d6934a94))
25
+
26
+ # [3.3.0-beta.2](https://github.com/AlaskaAirlines/auro-formkit/compare/v3.3.0-beta.1...v3.3.0-beta.2) (2025-05-09)
27
+
28
+
29
+ ### Bug Fixes
30
+
31
+ * configure menu correctly when the menu node exists ([065b394](https://github.com/AlaskaAirlines/auro-formkit/commit/065b394ec404256fb94cce59978facc75e647707))
32
+ * make `focus` function to focus `input` node ([f0bef6f](https://github.com/AlaskaAirlines/auro-formkit/commit/f0bef6f344bc354fffe4bba51e6eb5c6a5628486))
33
+ * not to bubble up keydown event when the input is not in bibtemplate ([60a7ff0](https://github.com/AlaskaAirlines/auro-formkit/commit/60a7ff01f4cf20125af32fe72d806226c69a3290))
34
+ * radio group only queries for radio elements ([c696c89](https://github.com/AlaskaAirlines/auro-formkit/commit/c696c8926570abe6d2faf4aad2d85a2ad16e4b67))
35
+ * remove redudant font tokens ([7067083](https://github.com/AlaskaAirlines/auro-formkit/commit/70670834ae4e48f1d191b566f12948d14eafd550))
36
+ * scroll to the active menuoption of combobox, select ([a31675a](https://github.com/AlaskaAirlines/auro-formkit/commit/a31675ac7aa8d049c54b865da3589359e85ee9c2))
37
+ * setting the combobox value progamatically now also updates the selected menu option and match word ([194b120](https://github.com/AlaskaAirlines/auro-formkit/commit/194b1206c13fd53bffb464579ee6877090be3c34)), closes [#546](https://github.com/AlaskaAirlines/auro-formkit/issues/546)
38
+ * update font styles to use themable tokens ([1f3022b](https://github.com/AlaskaAirlines/auro-formkit/commit/1f3022b9d09cbecc08a389116d532c257cdc9884))
39
+ * update SCSS token formatting ([10a97e3](https://github.com/AlaskaAirlines/auro-formkit/commit/10a97e313f735c4b545e94041f51e8d074607e01))
40
+ * update selected menuoption correctly upon selecting ([4d7ee93](https://github.com/AlaskaAirlines/auro-formkit/commit/4d7ee9381d4fed035c2ef8ce1d9f3695c75d642a))
41
+
42
+ ## [3.2.8](https://github.com/AlaskaAirlines/auro-formkit/compare/v3.2.7...v3.2.8) (2025-05-08)
43
+
44
+
45
+ ### Bug Fixes
46
+
47
+ * scroll to the active menuoption of combobox, select ([a31675a](https://github.com/AlaskaAirlines/auro-formkit/commit/a31675ac7aa8d049c54b865da3589359e85ee9c2))
48
+
49
+ ## [3.2.7](https://github.com/AlaskaAirlines/auro-formkit/compare/v3.2.6...v3.2.7) (2025-05-05)
50
+
51
+
52
+ ### Bug Fixes
53
+
54
+ * make `focus` function to focus `input` node ([f0bef6f](https://github.com/AlaskaAirlines/auro-formkit/commit/f0bef6f344bc354fffe4bba51e6eb5c6a5628486))
55
+
56
+ ## [3.2.6](https://github.com/AlaskaAirlines/auro-formkit/compare/v3.2.5...v3.2.6) (2025-05-05)
57
+
58
+
59
+ ### Bug Fixes
60
+
61
+ * update font styles to use themable tokens ([1f3022b](https://github.com/AlaskaAirlines/auro-formkit/commit/1f3022b9d09cbecc08a389116d532c257cdc9884))
62
+
63
+ ## [3.2.5](https://github.com/AlaskaAirlines/auro-formkit/compare/v3.2.4...v3.2.5) (2025-05-02)
64
+
65
+
66
+ ### Bug Fixes
67
+
68
+ * remove redudant font tokens ([7067083](https://github.com/AlaskaAirlines/auro-formkit/commit/70670834ae4e48f1d191b566f12948d14eafd550))
69
+
70
+ ## [3.2.4](https://github.com/AlaskaAirlines/auro-formkit/compare/v3.2.3...v3.2.4) (2025-05-01)
71
+
72
+
73
+ ### Bug Fixes
74
+
75
+ * configure menu correctly when the menu node exists ([065b394](https://github.com/AlaskaAirlines/auro-formkit/commit/065b394ec404256fb94cce59978facc75e647707))
76
+ * not to bubble up keydown event when the input is not in bibtemplate ([60a7ff0](https://github.com/AlaskaAirlines/auro-formkit/commit/60a7ff01f4cf20125af32fe72d806226c69a3290))
77
+ * update selected menuoption correctly upon selecting ([4d7ee93](https://github.com/AlaskaAirlines/auro-formkit/commit/4d7ee9381d4fed035c2ef8ce1d9f3695c75d642a))
78
+
79
+ ## [3.2.3](https://github.com/AlaskaAirlines/auro-formkit/compare/v3.2.2...v3.2.3) (2025-05-01)
80
+
81
+
82
+ ### Bug Fixes
83
+
84
+ * update SCSS token formatting ([10a97e3](https://github.com/AlaskaAirlines/auro-formkit/commit/10a97e313f735c4b545e94041f51e8d074607e01))
85
+
86
+ ## [3.2.2](https://github.com/AlaskaAirlines/auro-formkit/compare/v3.2.1...v3.2.2) (2025-05-01)
87
+
88
+
89
+ ### Bug Fixes
90
+
91
+ * radio group only queries for radio elements ([c696c89](https://github.com/AlaskaAirlines/auro-formkit/commit/c696c8926570abe6d2faf4aad2d85a2ad16e4b67))
92
+
93
+ ## [3.2.1](https://github.com/AlaskaAirlines/auro-formkit/compare/v3.2.0...v3.2.1) (2025-05-01)
94
+
95
+
96
+ ### Bug Fixes
97
+
98
+ * setting the combobox value progamatically now also updates the selected menu option and match word ([194b120](https://github.com/AlaskaAirlines/auro-formkit/commit/194b1206c13fd53bffb464579ee6877090be3c34)), closes [#546](https://github.com/AlaskaAirlines/auro-formkit/issues/546)
14
99
 
15
100
  # [3.2.0](https://github.com/AlaskaAirlines/auro-formkit/compare/v3.1.0...v3.2.0) (2025-04-30)
16
101
 
@@ -1,2 +1,2 @@
1
- declare const _default: "4.0.0";
1
+ declare const _default: "4.0.1";
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: "8.0.1";
1
+ declare const _default: "8.0.2";
2
2
  export default _default;
@@ -16,7 +16,7 @@ var tokenCss = css`:host{--ds-auro-dropdownbib-header-boxshadow-color: var(--ds-
16
16
 
17
17
  /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
18
18
 
19
- let AuroLibraryRuntimeUtils$1 = class AuroLibraryRuntimeUtils {
19
+ class AuroLibraryRuntimeUtils {
20
20
 
21
21
  /* eslint-disable jsdoc/require-param */
22
22
 
@@ -77,7 +77,7 @@ let AuroLibraryRuntimeUtils$1 = class AuroLibraryRuntimeUtils {
77
77
 
78
78
  return elemTag === tag || elem.hasAttribute(tag);
79
79
  }
80
- };
80
+ }
81
81
 
82
82
  // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
83
83
  // See LICENSE in the project root for license information.
@@ -271,7 +271,7 @@ class BaseIcon extends AuroElement {
271
271
 
272
272
  var tokensCss = css`:host{--ds-auro-icon-color:var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-alaska-color:#02426D;--ds-auro-icon-size:var(--ds-size-300, 1.5rem)}`;
273
273
 
274
- var colorCss = css`:host{color:var(--ds-auro-icon-color)}:host([customColor]){color:inherit}:host(:not([onDark])[variant=accent1]){--ds-auro-icon-color:var(--ds-basic-color-texticon-accent1, #265688)}:host(:not([onDark])[variant=disabled]){--ds-auro-icon-color:var(--ds-basic-color-texticon-disabled, #d0d0d0)}:host(:not([onDark])[variant=muted]){--ds-auro-icon-color:var(--ds-basic-color-texticon-muted, #676767)}:host(:not([onDark])[variant=statusDefault]){--ds-auro-icon-color:var(--ds-basic-color-status-default, #afb9c6)}:host(:not([onDark])[variant=statusInfo]){--ds-auro-icon-color:var(--ds-basic-color-status-info, #01426a)}:host(:not([onDark])[variant=statusSuccess]){--ds-auro-icon-color:var(--ds-basic-color-status-success, #447a1f)}:host(:not([onDark])[variant=statusWarning]){--ds-auro-icon-color:var(--ds-basic-color-status-warning, #fac200)}:host(:not([onDark])[variant=statusError]){--ds-auro-icon-color:var(--ds-basic-color-status-error, #e31f26)}:host(:not([onDark])[variant=statusInfoSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-info-subtle, #ebf3f9)}:host(:not([onDark])[variant=statusSuccessSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-success-subtle, #d6eac7)}:host(:not([onDark])[variant=statusWarningSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-warning-subtle, #fff0b2)}:host(:not([onDark])[variant=statusErrorSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-error-subtle, #fbc6c6)}:host(:not([onDark])[variant=fareBasicEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-basiceconomy, #97eaf8)}:host(:not([onDark])[variant=fareBusiness]){--ds-auro-icon-color:var(--ds-basic-color-fare-business, #01426a)}:host(:not([onDark])[variant=fareEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-economy, #0074ca)}:host(:not([onDark])[variant=fareFirst]){--ds-auro-icon-color:var(--ds-basic-color-fare-first, #00274a)}:host(:not([onDark])[variant=farePremiumEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-premiumeconomy, #005154)}:host(:not([onDark])[variant=fareOneWorldEmerald]){--ds-auro-icon-color:var(--ds-basic-color-fare-oneworld-emerald, #139142)}:host(:not([onDark])[variant=fareOneWorldSapphire]){--ds-auro-icon-color:var(--ds-basic-color-fare-oneworld-sapphire, #015daa)}:host(:not([onDark])[variant=fareOneWorldRuby]){--ds-auro-icon-color:var(--ds-basic-color-fare-oneworld-ruby, #a41d4a)}:host([onDark]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse, #ffffff)}:host([onDark][variant=disabled]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}:host([onDark][variant=muted]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse-muted, #ccd2db)}`;
274
+ var colorCss = css`:host{color:var(--ds-auro-icon-color)}:host([customColor]){color:inherit}:host(:not([onDark])[variant=accent1]){--ds-auro-icon-color:var(--ds-basic-color-texticon-accent1, #265688)}:host(:not([onDark])[variant=disabled]){--ds-auro-icon-color:var(--ds-basic-color-texticon-disabled, #d0d0d0)}:host(:not([onDark])[variant=muted]){--ds-auro-icon-color:var(--ds-basic-color-texticon-muted, #676767)}:host(:not([onDark])[variant=statusDefault]){--ds-auro-icon-color:var(--ds-basic-color-status-default, #afb9c6)}:host(:not([onDark])[variant=statusInfo]){--ds-auro-icon-color:var(--ds-basic-color-status-info, #01426a)}:host(:not([onDark])[variant=statusSuccess]){--ds-auro-icon-color:var(--ds-basic-color-status-success, #447a1f)}:host(:not([onDark])[variant=statusWarning]){--ds-auro-icon-color:var(--ds-basic-color-status-warning, #fac200)}:host(:not([onDark])[variant=statusError]){--ds-auro-icon-color:var(--ds-basic-color-status-error, #e31f26)}:host(:not([onDark])[variant=statusInfoSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-info-subtle, #ebf3f9)}:host(:not([onDark])[variant=statusSuccessSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-success-subtle, #d6eac7)}:host(:not([onDark])[variant=statusWarningSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-warning-subtle, #fff0b2)}:host(:not([onDark])[variant=statusErrorSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-error-subtle, #fbc6c6)}:host(:not([onDark])[variant=fareBasicEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-basiceconomy, #97eaf8)}:host(:not([onDark])[variant=fareBusiness]){--ds-auro-icon-color:var(--ds-basic-color-fare-business, #01426a)}:host(:not([onDark])[variant=fareEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-economy, #0074ca)}:host(:not([onDark])[variant=fareFirst]){--ds-auro-icon-color:var(--ds-basic-color-fare-first, #00274a)}:host(:not([onDark])[variant=farePremiumEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-premiumeconomy, #005154)}:host(:not([onDark])[variant=tierOneWorldEmerald]){--ds-auro-icon-color:var(--ds-basic-color-tier-program-oneworld-emerald, #139142)}:host(:not([onDark])[variant=tierOneWorldSapphire]){--ds-auro-icon-color:var(--ds-basic-color-tier-program-oneworld-sapphire, #015daa)}:host(:not([onDark])[variant=tierOneWorldRuby]){--ds-auro-icon-color:var(--ds-basic-color-tier-program-oneworld-ruby, #a41d4a)}:host([onDark]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse, #ffffff)}:host([onDark][variant=disabled]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}:host([onDark][variant=muted]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse-muted, #ccd2db)}`;
275
275
 
276
276
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
277
277
  // See LICENSE in the project root for license information.
@@ -292,7 +292,7 @@ class AuroIcon extends BaseIcon {
292
292
  */
293
293
  privateDefaults() {
294
294
  this.uri = 'https://cdn.jsdelivr.net/npm/@alaskaairux/icons@latest/dist';
295
- this.runtimeUtils = new AuroLibraryRuntimeUtils$1();
295
+ this.runtimeUtils = new AuroLibraryRuntimeUtils();
296
296
  }
297
297
 
298
298
  // function to define props used within the scope of this component
@@ -347,7 +347,7 @@ class AuroIcon extends BaseIcon {
347
347
  },
348
348
 
349
349
  /**
350
- * The style of the icon. The accepted variants are `accent1`, `disabled`, `muted`, `statusDefault`, `statusInfo`, `statusSuccess`, `statusWarning`, `statusError`, `statusInfoSubtle`, `statusSuccessSubtle`, `statusWarningSubtle`, `statusErrorSubtle`, `fareBasicEconomy`, `fareBusiness`, `fareEconomy`, `fareFirst`, `farePremiumEconomy`, `fareOneWorldEmerald`, `fareOneWorldSapphire`, `fareOneWorldRuby`.
350
+ * The style of the icon. The accepted variants are `accent1`, `disabled`, `muted`, `statusDefault`, `statusInfo`, `statusSuccess`, `statusWarning`, `statusError`, `statusInfoSubtle`, `statusSuccessSubtle`, `statusWarningSubtle`, `statusErrorSubtle`, `fareBasicEconomy`, `fareBusiness`, `fareEconomy`, `fareFirst`, `farePremiumEconomy`, `tierOneWorldEmerald`, `tierOneWorldSapphire`, `tierOneWorldRuby`.
351
351
  */
352
352
  variant: {
353
353
  type: String,
@@ -374,7 +374,7 @@ class AuroIcon extends BaseIcon {
374
374
  *
375
375
  */
376
376
  static register(name = "auro-icon") {
377
- AuroLibraryRuntimeUtils$1.prototype.registerComponent(name, AuroIcon);
377
+ AuroLibraryRuntimeUtils.prototype.registerComponent(name, AuroIcon);
378
378
  }
379
379
 
380
380
  connectedCallback() {
@@ -440,77 +440,7 @@ class AuroIcon extends BaseIcon {
440
440
  }
441
441
  }
442
442
 
443
- var iconVersion = '8.0.1';
444
-
445
- // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
446
- // See LICENSE in the project root for license information.
447
-
448
- // ---------------------------------------------------------------------
449
-
450
- /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
451
-
452
- class AuroLibraryRuntimeUtils {
453
-
454
- /* eslint-disable jsdoc/require-param */
455
-
456
- /**
457
- * This will register a new custom element with the browser.
458
- * @param {String} name - The name of the custom element.
459
- * @param {Object} componentClass - The class to register as a custom element.
460
- * @returns {void}
461
- */
462
- registerComponent(name, componentClass) {
463
- if (!customElements.get(name)) {
464
- customElements.define(name, class extends componentClass {});
465
- }
466
- }
467
-
468
- /**
469
- * Finds and returns the closest HTML Element based on a selector.
470
- * @returns {void}
471
- */
472
- closestElement(
473
- selector, // selector like in .closest()
474
- base = this, // extra functionality to skip a parent
475
- __Closest = (el, found = el && el.closest(selector)) =>
476
- !el || el === document || el === window
477
- ? null // standard .closest() returns null for non-found selectors also
478
- : found
479
- ? found // found a selector INside this element
480
- : __Closest(el.getRootNode().host) // recursion!! break out to parent DOM
481
- ) {
482
- return __Closest(base);
483
- }
484
- /* eslint-enable jsdoc/require-param */
485
-
486
- /**
487
- * If the element passed is registered with a different tag name than what is passed in, the tag name is added as an attribute to the element.
488
- * @param {Object} elem - The element to check.
489
- * @param {String} tagName - The name of the Auro component to check for or add as an attribute.
490
- * @returns {void}
491
- */
492
- handleComponentTagRename(elem, tagName) {
493
- const tag = tagName.toLowerCase();
494
- const elemTag = elem.tagName.toLowerCase();
495
-
496
- if (elemTag !== tag) {
497
- elem.setAttribute(tag, true);
498
- }
499
- }
500
-
501
- /**
502
- * Validates if an element is a specific Auro component.
503
- * @param {Object} elem - The element to validate.
504
- * @param {String} tagName - The name of the Auro component to check against.
505
- * @returns {Boolean} - Returns true if the element is the specified Auro component.
506
- */
507
- elementMatch(elem, tagName) {
508
- const tag = tagName.toLowerCase();
509
- const elemTag = elem.tagName.toLowerCase();
510
-
511
- return elemTag === tag || elem.hasAttribute(tag);
512
- }
513
- }
443
+ var iconVersion = '8.0.2';
514
444
 
515
445
  var styleCss = css`.heading{margin:1.75rem 0;letter-spacing:var(--ds-text-heading-default-spacing, -0.2px);font-weight:var(--ds-text-heading-default-weight, 500)}.heading--display{margin-top:0;font-size:var(--ds-text-heading-display-size-breakpoint-sm, 2.75rem);font-weight:var(--ds-text-heading-display-weight, 100);line-height:var(--ds-text-heading-display-height-breakpoint-sm, 3.375rem)}@media screen and (min-width: 768px){.heading--display{font-size:var(--ds-text-heading-display-size-breakpoint-md, 3rem);line-height:var(--ds-text-heading-display-height-breakpoint-md, 3.75rem)}}@media screen and (min-width: 1024px){.heading--display{font-size:var(--ds-text-heading-display-size-breakpoint-lg, 3.5rem);line-height:var(--ds-text-heading-display-height-breakpoint-lg, 4.25rem)}}.heading--800{font-size:var(--ds-text-heading-800-size-breakpoint-sm, 2rem);font-weight:var(--ds-text-heading-800-weight, 500);line-height:var(--ds-text-heading-800-height-breakpoint-sm, 2.375rem)}@media screen and (min-width: 768px){.heading--800{font-size:var(--ds-text-heading-800-size-breakpoint-md, 2.25rem);line-height:var(--ds-text-heading-800-height-breakpoint-md, 2.625rem)}}@media screen and (min-width: 1024px){.heading--800{font-size:var(--ds-text-heading-800-size-breakpoint-lg, 2.5rem);line-height:var(--ds-text-heading-800-height-breakpoint-lg, 3rem)}}.heading--700{font-size:var(--ds-text-heading-700-size-breakpoint-sm, 1.75rem);font-weight:var(--ds-text-heading-700-weight, 500);line-height:var(--ds-text-heading-700-height-breakpoint-sm, 2.125rem)}@media screen and (min-width: 768px){.heading--700{font-size:var(--ds-text-heading-700-size-breakpoint-md, 2rem);line-height:var(--ds-text-heading-700-height-breakpoint-md, 2.375rem)}}@media screen and (min-width: 1024px){.heading--700{font-size:var(--ds-text-heading-700-size-breakpoint-lg, 2.25rem);line-height:var(--ds-text-heading-700-height-breakpoint-lg, 2.75rem)}}.heading--600{margin:1rem 0;font-size:var(--ds-text-heading-600-size-breakpoint-sm, 1.625rem);font-weight:var(--ds-text-heading-600-weight, 300);line-height:var(--ds-text-heading-600-height-breakpoint-sm, 1.875rem)}@media screen and (min-width: 768px){.heading--600{font-size:var(--ds-text-heading-600-size-breakpoint-md, 1.75rem);line-height:var(--ds-text-heading-600-height-breakpoint-md, 2.125rem)}}@media screen and (min-width: 1024px){.heading--600{font-size:var(--ds-text-heading-600-size-breakpoint-lg, 1.75rem);line-height:var(--ds-text-heading-600-height-breakpoint-lg, 2.25rem)}}.heading--500{margin:1rem 0;font-size:var(--ds-text-heading-500-size-breakpoint-sm, 1.375rem);font-weight:var(--ds-text-heading-500-weight, 300);line-height:var(--ds-text-heading-500-height-breakpoint-sm, 1.625rem)}@media screen and (min-width: 768px){.heading--500{font-size:var(--ds-text-heading-500-size-breakpoint-md, 1.5rem);line-height:var(--ds-text-heading-500-height-breakpoint-md, 1.875rem)}}@media screen and (min-width: 1024px){.heading--500{font-size:var(--ds-text-heading-500-size-breakpoint-lg, 1.5rem);line-height:var(--ds-text-heading-500-height-breakpoint-lg, 2rem)}}.heading--400{margin:.75rem 0;font-size:var(--ds-text-heading-400-size, 1.25rem);font-weight:var(--ds-text-heading-400-weight, 300);line-height:var(--ds-text-heading-400-height, 1.625rem)}.heading--300{margin:.75rem 0;font-size:var(--ds-text-heading-300-size, 1.125rem);font-weight:var(--ds-text-heading-300-weight, 300);line-height:var(--ds-text-heading-300-height, 1.625rem)}:host([no-margin-block]) .heading{margin-block:0}.util_stackMarginnone--bottom{margin-bottom:0}.util_stackMargin25--bottom{margin-bottom:var(--ds-size-25, 0.125rem)}.util_stackMargin50--bottom{margin-bottom:var(--ds-size-50, 0.25rem)}.util_stackMargin100--bottom{margin-bottom:var(--ds-size-100, 0.5rem)}.util_stackMargin150--bottom{margin-bottom:var(--ds-size-150, 0.75rem)}.util_stackMargin200--bottom{margin-bottom:var(--ds-size-200, 1rem)}.util_stackMargin300--bottom{margin-bottom:var(--ds-size-300, 1.5rem)}.util_stackMargin400--bottom{margin-bottom:var(--ds-size-400, 2rem)}.util_stackMargin600--bottom{margin-bottom:var(--ds-size-600, 3rem)}.util_stackMargin800--bottom{margin-bottom:var(--ds-size-800, 4rem)}.util_stackMarginnone--top{margin-top:0}.util_stackMargin25--top{margin-top:var(--ds-size-25, 0.125rem)}.util_stackMargin50--top{margin-top:var(--ds-size-50, 0.25rem)}.util_stackMargin100--top{margin-top:var(--ds-size-100, 0.5rem)}.util_stackMargin150--top{margin-top:var(--ds-size-150, 0.75rem)}.util_stackMargin200--top{margin-top:var(--ds-size-200, 1rem)}.util_stackMargin300--top{margin-top:var(--ds-size-300, 1.5rem)}.util_stackMargin400--top{margin-top:var(--ds-size-400, 2rem)}.util_stackMargin600--top{margin-top:var(--ds-size-600, 3rem)}.util_stackMargin800--top{margin-top:var(--ds-size-800, 4rem)}`;
516
446
 
@@ -654,7 +584,7 @@ class AuroHeader extends LitElement {
654
584
  }
655
585
  }
656
586
 
657
- var headerVersion = '4.0.0';
587
+ var headerVersion = '4.0.1';
658
588
 
659
589
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
660
590
  // See LICENSE in the project root for license information.
@@ -667,7 +597,7 @@ class AuroBibtemplate extends LitElement {
667
597
 
668
598
  this.large = false;
669
599
 
670
- AuroLibraryRuntimeUtils$1.prototype.handleComponentTagRename(this, 'auro-bibtemplate');
600
+ AuroLibraryRuntimeUtils.prototype.handleComponentTagRename(this, 'auro-bibtemplate');
671
601
 
672
602
  const versioning = new AuroDependencyVersioning();
673
603
  this.iconTag = versioning.generateTag('auro-formkit-bibtemplate-icon', iconVersion, AuroIcon);
@@ -706,7 +636,7 @@ class AuroBibtemplate extends LitElement {
706
636
  *
707
637
  */
708
638
  static register(name = "auro-bibtemplate") {
709
- AuroLibraryRuntimeUtils$1.prototype.registerComponent(name, AuroBibtemplate);
639
+ AuroLibraryRuntimeUtils.prototype.registerComponent(name, AuroBibtemplate);
710
640
  }
711
641
 
712
642
  /**
@@ -16,7 +16,7 @@ var tokenCss = css`:host{--ds-auro-dropdownbib-header-boxshadow-color: var(--ds-
16
16
 
17
17
  /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
18
18
 
19
- let AuroLibraryRuntimeUtils$1 = class AuroLibraryRuntimeUtils {
19
+ class AuroLibraryRuntimeUtils {
20
20
 
21
21
  /* eslint-disable jsdoc/require-param */
22
22
 
@@ -77,7 +77,7 @@ let AuroLibraryRuntimeUtils$1 = class AuroLibraryRuntimeUtils {
77
77
 
78
78
  return elemTag === tag || elem.hasAttribute(tag);
79
79
  }
80
- };
80
+ }
81
81
 
82
82
  // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
83
83
  // See LICENSE in the project root for license information.
@@ -271,7 +271,7 @@ class BaseIcon extends AuroElement {
271
271
 
272
272
  var tokensCss = css`:host{--ds-auro-icon-color:var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-alaska-color:#02426D;--ds-auro-icon-size:var(--ds-size-300, 1.5rem)}`;
273
273
 
274
- var colorCss = css`:host{color:var(--ds-auro-icon-color)}:host([customColor]){color:inherit}:host(:not([onDark])[variant=accent1]){--ds-auro-icon-color:var(--ds-basic-color-texticon-accent1, #265688)}:host(:not([onDark])[variant=disabled]){--ds-auro-icon-color:var(--ds-basic-color-texticon-disabled, #d0d0d0)}:host(:not([onDark])[variant=muted]){--ds-auro-icon-color:var(--ds-basic-color-texticon-muted, #676767)}:host(:not([onDark])[variant=statusDefault]){--ds-auro-icon-color:var(--ds-basic-color-status-default, #afb9c6)}:host(:not([onDark])[variant=statusInfo]){--ds-auro-icon-color:var(--ds-basic-color-status-info, #01426a)}:host(:not([onDark])[variant=statusSuccess]){--ds-auro-icon-color:var(--ds-basic-color-status-success, #447a1f)}:host(:not([onDark])[variant=statusWarning]){--ds-auro-icon-color:var(--ds-basic-color-status-warning, #fac200)}:host(:not([onDark])[variant=statusError]){--ds-auro-icon-color:var(--ds-basic-color-status-error, #e31f26)}:host(:not([onDark])[variant=statusInfoSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-info-subtle, #ebf3f9)}:host(:not([onDark])[variant=statusSuccessSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-success-subtle, #d6eac7)}:host(:not([onDark])[variant=statusWarningSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-warning-subtle, #fff0b2)}:host(:not([onDark])[variant=statusErrorSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-error-subtle, #fbc6c6)}:host(:not([onDark])[variant=fareBasicEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-basiceconomy, #97eaf8)}:host(:not([onDark])[variant=fareBusiness]){--ds-auro-icon-color:var(--ds-basic-color-fare-business, #01426a)}:host(:not([onDark])[variant=fareEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-economy, #0074ca)}:host(:not([onDark])[variant=fareFirst]){--ds-auro-icon-color:var(--ds-basic-color-fare-first, #00274a)}:host(:not([onDark])[variant=farePremiumEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-premiumeconomy, #005154)}:host(:not([onDark])[variant=fareOneWorldEmerald]){--ds-auro-icon-color:var(--ds-basic-color-fare-oneworld-emerald, #139142)}:host(:not([onDark])[variant=fareOneWorldSapphire]){--ds-auro-icon-color:var(--ds-basic-color-fare-oneworld-sapphire, #015daa)}:host(:not([onDark])[variant=fareOneWorldRuby]){--ds-auro-icon-color:var(--ds-basic-color-fare-oneworld-ruby, #a41d4a)}:host([onDark]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse, #ffffff)}:host([onDark][variant=disabled]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}:host([onDark][variant=muted]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse-muted, #ccd2db)}`;
274
+ var colorCss = css`:host{color:var(--ds-auro-icon-color)}:host([customColor]){color:inherit}:host(:not([onDark])[variant=accent1]){--ds-auro-icon-color:var(--ds-basic-color-texticon-accent1, #265688)}:host(:not([onDark])[variant=disabled]){--ds-auro-icon-color:var(--ds-basic-color-texticon-disabled, #d0d0d0)}:host(:not([onDark])[variant=muted]){--ds-auro-icon-color:var(--ds-basic-color-texticon-muted, #676767)}:host(:not([onDark])[variant=statusDefault]){--ds-auro-icon-color:var(--ds-basic-color-status-default, #afb9c6)}:host(:not([onDark])[variant=statusInfo]){--ds-auro-icon-color:var(--ds-basic-color-status-info, #01426a)}:host(:not([onDark])[variant=statusSuccess]){--ds-auro-icon-color:var(--ds-basic-color-status-success, #447a1f)}:host(:not([onDark])[variant=statusWarning]){--ds-auro-icon-color:var(--ds-basic-color-status-warning, #fac200)}:host(:not([onDark])[variant=statusError]){--ds-auro-icon-color:var(--ds-basic-color-status-error, #e31f26)}:host(:not([onDark])[variant=statusInfoSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-info-subtle, #ebf3f9)}:host(:not([onDark])[variant=statusSuccessSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-success-subtle, #d6eac7)}:host(:not([onDark])[variant=statusWarningSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-warning-subtle, #fff0b2)}:host(:not([onDark])[variant=statusErrorSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-error-subtle, #fbc6c6)}:host(:not([onDark])[variant=fareBasicEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-basiceconomy, #97eaf8)}:host(:not([onDark])[variant=fareBusiness]){--ds-auro-icon-color:var(--ds-basic-color-fare-business, #01426a)}:host(:not([onDark])[variant=fareEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-economy, #0074ca)}:host(:not([onDark])[variant=fareFirst]){--ds-auro-icon-color:var(--ds-basic-color-fare-first, #00274a)}:host(:not([onDark])[variant=farePremiumEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-premiumeconomy, #005154)}:host(:not([onDark])[variant=tierOneWorldEmerald]){--ds-auro-icon-color:var(--ds-basic-color-tier-program-oneworld-emerald, #139142)}:host(:not([onDark])[variant=tierOneWorldSapphire]){--ds-auro-icon-color:var(--ds-basic-color-tier-program-oneworld-sapphire, #015daa)}:host(:not([onDark])[variant=tierOneWorldRuby]){--ds-auro-icon-color:var(--ds-basic-color-tier-program-oneworld-ruby, #a41d4a)}:host([onDark]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse, #ffffff)}:host([onDark][variant=disabled]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}:host([onDark][variant=muted]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse-muted, #ccd2db)}`;
275
275
 
276
276
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
277
277
  // See LICENSE in the project root for license information.
@@ -292,7 +292,7 @@ class AuroIcon extends BaseIcon {
292
292
  */
293
293
  privateDefaults() {
294
294
  this.uri = 'https://cdn.jsdelivr.net/npm/@alaskaairux/icons@latest/dist';
295
- this.runtimeUtils = new AuroLibraryRuntimeUtils$1();
295
+ this.runtimeUtils = new AuroLibraryRuntimeUtils();
296
296
  }
297
297
 
298
298
  // function to define props used within the scope of this component
@@ -347,7 +347,7 @@ class AuroIcon extends BaseIcon {
347
347
  },
348
348
 
349
349
  /**
350
- * The style of the icon. The accepted variants are `accent1`, `disabled`, `muted`, `statusDefault`, `statusInfo`, `statusSuccess`, `statusWarning`, `statusError`, `statusInfoSubtle`, `statusSuccessSubtle`, `statusWarningSubtle`, `statusErrorSubtle`, `fareBasicEconomy`, `fareBusiness`, `fareEconomy`, `fareFirst`, `farePremiumEconomy`, `fareOneWorldEmerald`, `fareOneWorldSapphire`, `fareOneWorldRuby`.
350
+ * The style of the icon. The accepted variants are `accent1`, `disabled`, `muted`, `statusDefault`, `statusInfo`, `statusSuccess`, `statusWarning`, `statusError`, `statusInfoSubtle`, `statusSuccessSubtle`, `statusWarningSubtle`, `statusErrorSubtle`, `fareBasicEconomy`, `fareBusiness`, `fareEconomy`, `fareFirst`, `farePremiumEconomy`, `tierOneWorldEmerald`, `tierOneWorldSapphire`, `tierOneWorldRuby`.
351
351
  */
352
352
  variant: {
353
353
  type: String,
@@ -374,7 +374,7 @@ class AuroIcon extends BaseIcon {
374
374
  *
375
375
  */
376
376
  static register(name = "auro-icon") {
377
- AuroLibraryRuntimeUtils$1.prototype.registerComponent(name, AuroIcon);
377
+ AuroLibraryRuntimeUtils.prototype.registerComponent(name, AuroIcon);
378
378
  }
379
379
 
380
380
  connectedCallback() {
@@ -440,77 +440,7 @@ class AuroIcon extends BaseIcon {
440
440
  }
441
441
  }
442
442
 
443
- var iconVersion = '8.0.1';
444
-
445
- // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
446
- // See LICENSE in the project root for license information.
447
-
448
- // ---------------------------------------------------------------------
449
-
450
- /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
451
-
452
- class AuroLibraryRuntimeUtils {
453
-
454
- /* eslint-disable jsdoc/require-param */
455
-
456
- /**
457
- * This will register a new custom element with the browser.
458
- * @param {String} name - The name of the custom element.
459
- * @param {Object} componentClass - The class to register as a custom element.
460
- * @returns {void}
461
- */
462
- registerComponent(name, componentClass) {
463
- if (!customElements.get(name)) {
464
- customElements.define(name, class extends componentClass {});
465
- }
466
- }
467
-
468
- /**
469
- * Finds and returns the closest HTML Element based on a selector.
470
- * @returns {void}
471
- */
472
- closestElement(
473
- selector, // selector like in .closest()
474
- base = this, // extra functionality to skip a parent
475
- __Closest = (el, found = el && el.closest(selector)) =>
476
- !el || el === document || el === window
477
- ? null // standard .closest() returns null for non-found selectors also
478
- : found
479
- ? found // found a selector INside this element
480
- : __Closest(el.getRootNode().host) // recursion!! break out to parent DOM
481
- ) {
482
- return __Closest(base);
483
- }
484
- /* eslint-enable jsdoc/require-param */
485
-
486
- /**
487
- * If the element passed is registered with a different tag name than what is passed in, the tag name is added as an attribute to the element.
488
- * @param {Object} elem - The element to check.
489
- * @param {String} tagName - The name of the Auro component to check for or add as an attribute.
490
- * @returns {void}
491
- */
492
- handleComponentTagRename(elem, tagName) {
493
- const tag = tagName.toLowerCase();
494
- const elemTag = elem.tagName.toLowerCase();
495
-
496
- if (elemTag !== tag) {
497
- elem.setAttribute(tag, true);
498
- }
499
- }
500
-
501
- /**
502
- * Validates if an element is a specific Auro component.
503
- * @param {Object} elem - The element to validate.
504
- * @param {String} tagName - The name of the Auro component to check against.
505
- * @returns {Boolean} - Returns true if the element is the specified Auro component.
506
- */
507
- elementMatch(elem, tagName) {
508
- const tag = tagName.toLowerCase();
509
- const elemTag = elem.tagName.toLowerCase();
510
-
511
- return elemTag === tag || elem.hasAttribute(tag);
512
- }
513
- }
443
+ var iconVersion = '8.0.2';
514
444
 
515
445
  var styleCss = css`.heading{margin:1.75rem 0;letter-spacing:var(--ds-text-heading-default-spacing, -0.2px);font-weight:var(--ds-text-heading-default-weight, 500)}.heading--display{margin-top:0;font-size:var(--ds-text-heading-display-size-breakpoint-sm, 2.75rem);font-weight:var(--ds-text-heading-display-weight, 100);line-height:var(--ds-text-heading-display-height-breakpoint-sm, 3.375rem)}@media screen and (min-width: 768px){.heading--display{font-size:var(--ds-text-heading-display-size-breakpoint-md, 3rem);line-height:var(--ds-text-heading-display-height-breakpoint-md, 3.75rem)}}@media screen and (min-width: 1024px){.heading--display{font-size:var(--ds-text-heading-display-size-breakpoint-lg, 3.5rem);line-height:var(--ds-text-heading-display-height-breakpoint-lg, 4.25rem)}}.heading--800{font-size:var(--ds-text-heading-800-size-breakpoint-sm, 2rem);font-weight:var(--ds-text-heading-800-weight, 500);line-height:var(--ds-text-heading-800-height-breakpoint-sm, 2.375rem)}@media screen and (min-width: 768px){.heading--800{font-size:var(--ds-text-heading-800-size-breakpoint-md, 2.25rem);line-height:var(--ds-text-heading-800-height-breakpoint-md, 2.625rem)}}@media screen and (min-width: 1024px){.heading--800{font-size:var(--ds-text-heading-800-size-breakpoint-lg, 2.5rem);line-height:var(--ds-text-heading-800-height-breakpoint-lg, 3rem)}}.heading--700{font-size:var(--ds-text-heading-700-size-breakpoint-sm, 1.75rem);font-weight:var(--ds-text-heading-700-weight, 500);line-height:var(--ds-text-heading-700-height-breakpoint-sm, 2.125rem)}@media screen and (min-width: 768px){.heading--700{font-size:var(--ds-text-heading-700-size-breakpoint-md, 2rem);line-height:var(--ds-text-heading-700-height-breakpoint-md, 2.375rem)}}@media screen and (min-width: 1024px){.heading--700{font-size:var(--ds-text-heading-700-size-breakpoint-lg, 2.25rem);line-height:var(--ds-text-heading-700-height-breakpoint-lg, 2.75rem)}}.heading--600{margin:1rem 0;font-size:var(--ds-text-heading-600-size-breakpoint-sm, 1.625rem);font-weight:var(--ds-text-heading-600-weight, 300);line-height:var(--ds-text-heading-600-height-breakpoint-sm, 1.875rem)}@media screen and (min-width: 768px){.heading--600{font-size:var(--ds-text-heading-600-size-breakpoint-md, 1.75rem);line-height:var(--ds-text-heading-600-height-breakpoint-md, 2.125rem)}}@media screen and (min-width: 1024px){.heading--600{font-size:var(--ds-text-heading-600-size-breakpoint-lg, 1.75rem);line-height:var(--ds-text-heading-600-height-breakpoint-lg, 2.25rem)}}.heading--500{margin:1rem 0;font-size:var(--ds-text-heading-500-size-breakpoint-sm, 1.375rem);font-weight:var(--ds-text-heading-500-weight, 300);line-height:var(--ds-text-heading-500-height-breakpoint-sm, 1.625rem)}@media screen and (min-width: 768px){.heading--500{font-size:var(--ds-text-heading-500-size-breakpoint-md, 1.5rem);line-height:var(--ds-text-heading-500-height-breakpoint-md, 1.875rem)}}@media screen and (min-width: 1024px){.heading--500{font-size:var(--ds-text-heading-500-size-breakpoint-lg, 1.5rem);line-height:var(--ds-text-heading-500-height-breakpoint-lg, 2rem)}}.heading--400{margin:.75rem 0;font-size:var(--ds-text-heading-400-size, 1.25rem);font-weight:var(--ds-text-heading-400-weight, 300);line-height:var(--ds-text-heading-400-height, 1.625rem)}.heading--300{margin:.75rem 0;font-size:var(--ds-text-heading-300-size, 1.125rem);font-weight:var(--ds-text-heading-300-weight, 300);line-height:var(--ds-text-heading-300-height, 1.625rem)}:host([no-margin-block]) .heading{margin-block:0}.util_stackMarginnone--bottom{margin-bottom:0}.util_stackMargin25--bottom{margin-bottom:var(--ds-size-25, 0.125rem)}.util_stackMargin50--bottom{margin-bottom:var(--ds-size-50, 0.25rem)}.util_stackMargin100--bottom{margin-bottom:var(--ds-size-100, 0.5rem)}.util_stackMargin150--bottom{margin-bottom:var(--ds-size-150, 0.75rem)}.util_stackMargin200--bottom{margin-bottom:var(--ds-size-200, 1rem)}.util_stackMargin300--bottom{margin-bottom:var(--ds-size-300, 1.5rem)}.util_stackMargin400--bottom{margin-bottom:var(--ds-size-400, 2rem)}.util_stackMargin600--bottom{margin-bottom:var(--ds-size-600, 3rem)}.util_stackMargin800--bottom{margin-bottom:var(--ds-size-800, 4rem)}.util_stackMarginnone--top{margin-top:0}.util_stackMargin25--top{margin-top:var(--ds-size-25, 0.125rem)}.util_stackMargin50--top{margin-top:var(--ds-size-50, 0.25rem)}.util_stackMargin100--top{margin-top:var(--ds-size-100, 0.5rem)}.util_stackMargin150--top{margin-top:var(--ds-size-150, 0.75rem)}.util_stackMargin200--top{margin-top:var(--ds-size-200, 1rem)}.util_stackMargin300--top{margin-top:var(--ds-size-300, 1.5rem)}.util_stackMargin400--top{margin-top:var(--ds-size-400, 2rem)}.util_stackMargin600--top{margin-top:var(--ds-size-600, 3rem)}.util_stackMargin800--top{margin-top:var(--ds-size-800, 4rem)}`;
516
446
 
@@ -654,7 +584,7 @@ class AuroHeader extends LitElement {
654
584
  }
655
585
  }
656
586
 
657
- var headerVersion = '4.0.0';
587
+ var headerVersion = '4.0.1';
658
588
 
659
589
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
660
590
  // See LICENSE in the project root for license information.
@@ -667,7 +597,7 @@ class AuroBibtemplate extends LitElement {
667
597
 
668
598
  this.large = false;
669
599
 
670
- AuroLibraryRuntimeUtils$1.prototype.handleComponentTagRename(this, 'auro-bibtemplate');
600
+ AuroLibraryRuntimeUtils.prototype.handleComponentTagRename(this, 'auro-bibtemplate');
671
601
 
672
602
  const versioning = new AuroDependencyVersioning();
673
603
  this.iconTag = versioning.generateTag('auro-formkit-bibtemplate-icon', iconVersion, AuroIcon);
@@ -706,7 +636,7 @@ class AuroBibtemplate extends LitElement {
706
636
  *
707
637
  */
708
638
  static register(name = "auro-bibtemplate") {
709
- AuroLibraryRuntimeUtils$1.prototype.registerComponent(name, AuroBibtemplate);
639
+ AuroLibraryRuntimeUtils.prototype.registerComponent(name, AuroBibtemplate);
710
640
  }
711
641
 
712
642
  /**
@@ -106,7 +106,7 @@ The use of any Auro custom element has a dependency on the [Auro Design Tokens](
106
106
  In cases where the project is not able to process JS assets, there are pre-processed assets available for use. Legacy browsers such as IE11 are no longer supported.
107
107
 
108
108
  ```html
109
- <script type="module" src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit@3.2.0/auro-checkbox/+esm"></script>
109
+ <script type="module" src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit@3.3.0-beta.2/auro-checkbox/+esm"></script>
110
110
  ```
111
111
  <!-- AURO-GENERATED-CONTENT:END -->
112
112
 
@@ -26,6 +26,7 @@
26
26
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@latest/dist/alaska/CSSCustomProperties--alaska.css">
27
27
  <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/demoWrapper.css" />
28
28
  <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/elementDemoStyles.css" />
29
+ <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/bundled/essentials-as.css" />
29
30
  </head>
30
31
  <body class="auro-markdown">
31
32
  <main></main>
@@ -56,15 +56,14 @@ Custom element for the purpose of allowing users to select one or more options o
56
56
  | [id](#id) | `id` | `string` | | Sets the individual `id` per element. |
57
57
  | [name](#name) | `name` | `string` | | Accepts any string and is used to identify related checkboxes when submitting form data. |
58
58
  | [onDark](#onDark) | `onDark` | `boolean` | false | Sets onDark styles for component. |
59
+ | [touched](#touched) | `touched` | `boolean` | false | Indicates whether the checkbox has been interacted with. |
59
60
  | [value](#value) | `value` | `string` | | Sets the element's input value. Must be unique within an auro-checkbox-group element. |
60
61
 
61
62
  ## Methods
62
63
 
63
- | Method | Type | Description |
64
- |----------------|----------------------|------------------------------------|
65
- | [handleChange](#handleChange) | `(event: any): void` | |
66
- | [handleInput](#handleInput) | `(event: any): void` | |
67
- | [reset](#reset) | `(): void` | Resets component to initial state. |
64
+ | Method | Type | Description |
65
+ |---------|------------|------------------------------------|
66
+ | [reset](#reset) | `(): void` | Resets component to initial state. |
68
67
 
69
68
  ## Events
70
69