@aurodesignsystem-dev/auro-formkit 0.0.0-pr1451.15 → 0.0.0-pr1451.16

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 (68) hide show
  1. package/components/checkbox/README.md +8 -20
  2. package/components/checkbox/demo/accessibility.html +49 -0
  3. package/components/checkbox/demo/accessibility.md +44 -0
  4. package/components/checkbox/demo/api.html +17 -25
  5. package/components/checkbox/demo/api.md +0 -376
  6. package/components/checkbox/demo/api.min.js +3 -2
  7. package/components/checkbox/demo/customize.html +52 -0
  8. package/components/checkbox/demo/customize.md +361 -0
  9. package/components/checkbox/demo/demo-support.js +60 -0
  10. package/components/checkbox/demo/design.html +52 -0
  11. package/components/checkbox/demo/design.md +149 -0
  12. package/components/checkbox/demo/getting-started.html +52 -0
  13. package/components/checkbox/demo/getting-started.md +265 -0
  14. package/components/checkbox/demo/index.html +17 -20
  15. package/components/checkbox/demo/index.md +144 -29
  16. package/components/checkbox/demo/index.min.js +3 -2
  17. package/components/checkbox/demo/keyboard-behavior.html +49 -0
  18. package/components/checkbox/demo/keyboard-behavior.md +0 -3
  19. package/components/checkbox/demo/layout.md +30 -0
  20. package/components/checkbox/demo/readme.html +10 -17
  21. package/components/checkbox/demo/readme.md +8 -20
  22. package/components/checkbox/demo/styles.css +974 -0
  23. package/components/checkbox/demo/voiceover.html +49 -0
  24. package/components/checkbox/demo/voiceover.md +37 -0
  25. package/components/checkbox/dist/auro-checkbox.d.ts +1 -0
  26. package/components/checkbox/dist/index.js +3 -2
  27. package/components/checkbox/dist/registered.js +3 -2
  28. package/components/combobox/demo/api.min.js +5 -4
  29. package/components/combobox/demo/customize.min.js +5 -4
  30. package/components/combobox/demo/getting-started.min.js +5 -4
  31. package/components/combobox/demo/index.min.js +5 -4
  32. package/components/combobox/dist/index.js +5 -4
  33. package/components/combobox/dist/registered.js +5 -4
  34. package/components/counter/demo/api.min.js +2 -2
  35. package/components/counter/demo/index.min.js +2 -2
  36. package/components/counter/dist/index.js +2 -2
  37. package/components/counter/dist/registered.js +2 -2
  38. package/components/datepicker/demo/api.min.js +5 -4
  39. package/components/datepicker/demo/index.min.js +5 -4
  40. package/components/datepicker/dist/index.js +5 -4
  41. package/components/datepicker/dist/registered.js +5 -4
  42. package/components/dropdown/demo/api.min.js +1 -1
  43. package/components/dropdown/demo/index.min.js +1 -1
  44. package/components/dropdown/dist/index.js +1 -1
  45. package/components/dropdown/dist/registered.js +1 -1
  46. package/components/form/demo/api.min.js +21 -17
  47. package/components/form/demo/index.min.js +21 -17
  48. package/components/input/demo/api.min.js +3 -2
  49. package/components/input/demo/customize.min.js +3 -2
  50. package/components/input/demo/getting-started.min.js +3 -2
  51. package/components/input/demo/index.min.js +3 -2
  52. package/components/input/dist/base-input.d.ts +1 -0
  53. package/components/input/dist/index.js +3 -2
  54. package/components/input/dist/registered.js +3 -2
  55. package/components/menu/README.md +1 -1
  56. package/components/menu/demo/index.md +1 -1
  57. package/components/menu/demo/readme.md +1 -1
  58. package/components/radio/demo/api.min.js +1 -1
  59. package/components/radio/demo/index.min.js +1 -1
  60. package/components/radio/dist/index.js +1 -1
  61. package/components/radio/dist/registered.js +1 -1
  62. package/components/select/demo/customize.min.js +2 -2
  63. package/components/select/demo/getting-started.min.js +2 -2
  64. package/components/select/demo/index.min.js +2 -2
  65. package/components/select/dist/index.js +2 -2
  66. package/components/select/dist/registered.js +2 -2
  67. package/custom-elements.json +5 -2
  68. package/package.json +1 -1
@@ -21,7 +21,7 @@ The following sections are editable by making changes to the following files:
21
21
 
22
22
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/description.md) -->
23
23
  <!-- The below content is automatically added from ./docs/partials/description.md -->
24
- `<auro-checkbox>` is a [HTML custom element](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements) for the purpose of allowing users to select one or more options of a limited number of choices.
24
+ <code>&lt;auro-checkbox&gt;</code> is a <auro-hyperlink href="https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements" target="_blank">HTML custom element</auro-hyperlink> for the purpose of allowing users to select one or more options of a limited number of choices.
25
25
  <!-- AURO-GENERATED-CONTENT:END -->
26
26
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/readmeAddlInfo.md) -->
27
27
  <!-- The below content is automatically added from ./docs/partials/readmeAddlInfo.md -->
@@ -32,7 +32,7 @@ The following sections are editable by making changes to the following files:
32
32
 
33
33
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/useCases.md) -->
34
34
  <!-- The below content is automatically added from ./docs/partials/useCases.md -->
35
- The `<auro-checkbox>` element should be used in situations where users may:
35
+ The <code>&lt;auro-checkbox&gt;</code> element should be used in situations where users may:
36
36
 
37
37
  * Be filling out a form
38
38
  * Need to select one or more options
@@ -84,10 +84,8 @@ To only develop a single component, use the `--filter` flag:
84
84
  <pre class="language-shell"><code class="language-shell">npx turbo dev --filter=@aurodesignsystem/auro-input</code></pre>
85
85
  <!-- AURO-GENERATED-CONTENT:END -->
86
86
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/customRegistration.md) -->
87
- <!-- The below content is automatically added from ./docs/partials/customRegistration.md -->
88
-
89
- ## Custom Component Registration for Version Management
90
-
87
+ <!-- The below content is automatically added from ./docs/partials/customRegistration.md -->
88
+ <auro-header level="2" id="customRegistration">Custom Component Registration for Version Management</auro-header>
91
89
  There are two key parts to every Auro component: the <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes">class</a> and the custom element definition. The class defines the component’s behavior, while the custom element registers it under a specific name so it can be used in HTML.
92
90
 
93
91
  When you install the component as described on the `Install` page, the class is imported automatically, and the component is registered globally for you.
@@ -105,24 +103,14 @@ AuroCheckboxGroup.register('custom-checkbox-group');</code></pre>
105
103
 
106
104
  This will create a new custom element `<custom-checkbox>` and `<custom-checkbox-group>` that behaves exactly like `<auro-checkbox>` and `<auro-checkbox-group>`, allowing both to coexist on the same page without interfering with each other.
107
105
 
108
- <div class="exampleWrapper exampleWrapper--flex">
109
- <custom-checkbox-group>
110
- <span slot="legend">Form label goes here</span>
111
- <custom-checkbox value="value1" name="custom" id="checkbox-custom1">Custom checkbox option</custom-checkbox>
112
- <custom-checkbox value="value2" name="custom" id="checkbox-custom2" checked>Custom checkbox option</custom-checkbox>
113
- <custom-checkbox value="value3" name="custom" id="checkbox-custom3">Custom checkbox option</custom-checkbox>
114
- <custom-checkbox value="value4" name="custom" id="checkbox-custom4">Custom checkbox option</custom-checkbox>
115
- </custom-checkbox-group>
116
- </div>
117
- <auro-accordion alignRight>
118
- <span slot="trigger">See code</span>
119
-
106
+ <!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/custom.html) -->
107
+ <!-- The below code snippet is automatically added from ./../apiExamples/custom.html -->
120
108
  <pre class="language-html"><code class="language-html">&lt;custom-checkbox-group&gt;
121
109
  &lt;span slot="legend"&gt;Form label goes here&lt;/span&gt;
122
110
  &lt;custom-checkbox value="value1" name="custom" id="checkbox-custom1"&gt;Custom checkbox option&lt;/custom-checkbox&gt;
123
111
  &lt;custom-checkbox value="value2" name="custom" id="checkbox-custom2" checked&gt;Custom checkbox option&lt;/custom-checkbox&gt;
124
112
  &lt;custom-checkbox value="value3" name="custom" id="checkbox-custom3"&gt;Custom checkbox option&lt;/custom-checkbox&gt;
125
113
  &lt;custom-checkbox value="value4" name="custom" id="checkbox-custom4"&gt;Custom checkbox option&lt;/custom-checkbox&gt;
126
- &lt;/custom-checkbox-group&gt;</code></pre>
127
- </auro-accordion>
114
+ &lt;/custom-checkbox-group&gt;</code></pre>
115
+ <!-- AURO-GENERATED-CONTENT:END -->
128
116
  <!-- AURO-GENERATED-CONTENT:END -->
@@ -0,0 +1,49 @@
1
+ <!--
2
+ Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
3
+ See LICENSE in the project root for license information.
4
+
5
+ HTML in this document is standardized and NOT to be edited.
6
+ All demo code should be added/edited in ./demo/accessibility.md
7
+
8
+ With the exception of adding custom elements if needed for the demo.
9
+
10
+ ----------------------- DO NOT EDIT -----------------------------
11
+
12
+ -->
13
+
14
+ <!DOCTYPE html>
15
+ <html lang="en">
16
+ <head>
17
+ <meta charset="UTF-8" />
18
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
19
+ <title>Auro Web Component Demo | auro-checkbox | Accessibility</title>
20
+
21
+ <!-- highlight.js Stylesheet -->
22
+ <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.9.0/build/styles/github.min.css"/>
23
+
24
+ <!-- Legacy reference is still needed to support auro-checkbox's use of legacy token values at this time -->
25
+ <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@latest/dist/legacy/auro-classic/CSSCustomProperties.css"/>
26
+
27
+ <!-- Design Token Alaska Theme -->
28
+ <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@latest/dist/themes/alaska/CSSCustomProperties--alaska.min.css"/>
29
+
30
+ <!-- Webcore Stylesheet Alaska Theme -->
31
+ <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/bundled/themes/alaska.global.min.css" />
32
+
33
+ <!-- Demo Specific Styles -->
34
+ <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/demoWrapper.css" />
35
+ <link rel="stylesheet" type="text/css" href="./styles.css" />
36
+ </head>
37
+ <body class="auro-markdown">
38
+ <main></main>
39
+
40
+ <script type="module">
41
+ import { renderPage } from './demo-support.js';
42
+ await renderPage('./accessibility.md');
43
+ </script>
44
+
45
+ <!-- If additional elements are needed for the demo, add them here. -->
46
+ <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-header@latest/+esm" type="module"></script>
47
+ <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-hyperlink@latest/+esm" type="module"></script>
48
+ </body>
49
+ </html>
@@ -0,0 +1,44 @@
1
+ <auro-header level="1" id="overview">Checkbox - Accessibility</auro-header>
2
+ <div class="contentWrapper">
3
+ <div class="mainContent">
4
+ <div class="scrollWrapper">
5
+ The `auro-checkbox` component follows native HTML checkbox semantics. This page documents the ARIA attributes, screen reader behavior, and other accessibility features built into the component.
6
+
7
+ For keyboard interaction details, see the <a href="./keyboard-behavior.html">Keyboard Behavior</a> page.
8
+
9
+ <auro-header level="2" id="ariaRolesAndAttributes">ARIA Roles and Attributes</auro-header>
10
+ <auro-header level="3" id="checkboxGroup">Checkbox Group</auro-header>
11
+ The `<auro-checkbox-group>` element uses a `<fieldset>` with a `<legend>` internally, providing native grouping semantics:
12
+
13
+ | Attribute | Value | Description |
14
+ |---|---|---|
15
+ | `role` | `group` (implicit via `fieldset`) | Groups related checkboxes together. |
16
+ | `aria-invalid` | `true` / `false` | Reflects whether the group is currently in an invalid state. |
17
+
18
+ <auro-header level="3" id="checkboxElement">Checkbox</auro-header>
19
+ Each `<auro-checkbox>` renders a native `<input type="checkbox">` inside its shadow DOM:
20
+
21
+ | Attribute | Value | Description |
22
+ |---|---|---|
23
+ | `type` | `checkbox` | Native checkbox input type. |
24
+ | `aria-checked` | `true` / `false` | Reflects the checked state of the checkbox. |
25
+ | `aria-disabled` | `true` / `false` | Indicates whether the checkbox is disabled. |
26
+
27
+ <auro-header level="2" id="screenReaderAnnouncements">Screen Reader Announcements</auro-header>
28
+ - **Focus** — When focus moves to a checkbox, the screen reader announces the checkbox label, its checked/unchecked state, and role ("checkbox").
29
+ - **State change** — Toggling the checkbox announces the new state ("checked" or "unchecked").
30
+ - **Group context** — The legend text provides group context when navigating between groups.
31
+ - **Error** — When validation fails, the error message is announced to screen reader users.
32
+
33
+ <auro-header level="2" id="accessibleLabels">Accessible Labels</auro-header>
34
+ - The `legend` slot content provides the accessible group label via the native `<legend>` element.
35
+ - Each checkbox's default slot content provides its individual accessible label.
36
+ - A label is required for each checkbox. Without it, assistive technology users will not have context for what the checkbox controls.
37
+ - The `(optional)` label is automatically appended when the `required` attribute is not set.
38
+
39
+ <auro-header level="2" id="formParticipation">Form Participation</auro-header>
40
+ The `<auro-checkbox-group>` participates in form validation and submission. When used inside a `<form>` or `<auro-form>`, checked checkbox values are included in the form data.
41
+
42
+ </div>
43
+ </div>
44
+ </div>
@@ -3,7 +3,7 @@
3
3
  See LICENSE in the project root for license information.
4
4
 
5
5
  HTML in this document is standardized and NOT to be edited.
6
- All demo code should be added/edited in ./demo/apiExamples.md
6
+ All demo code should be added/edited in ./demo/api.md
7
7
 
8
8
  With the exception of adding custom elements if needed for the demo.
9
9
 
@@ -18,44 +18,36 @@
18
18
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
19
19
  <title>Auro Web Component Demo | auro-checkbox</title>
20
20
 
21
- <!-- Prism.js Stylesheet -->
22
- <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/prismjs@1.24.1/themes/prism.css"/>
21
+ <!-- highlight.js Stylesheet -->
22
+ <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.9.0/build/styles/github.min.css"/>
23
23
 
24
24
  <!-- Legacy reference is still needed to support auro-checkbox's use of legacy token values at this time -->
25
25
  <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@latest/dist/legacy/auro-classic/CSSCustomProperties.css"/>
26
26
 
27
27
  <!-- Design Token Alaska Theme -->
28
28
  <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@latest/dist/themes/alaska/CSSCustomProperties--alaska.min.css"/>
29
-
29
+
30
30
  <!-- Webcore Stylesheet Alaska Theme -->
31
- <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem-dev/webcorestylesheets@0.0.0-pr243.4/dist/bundled/themes/alaska.global.min.css" />
32
-
31
+ <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/bundled/themes/alaska.global.min.css" />
32
+
33
33
  <!-- Demo Specific Styles -->
34
34
  <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/demoWrapper.css" />
35
- <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/elementDemoStyles.css" />
36
- </head>
35
+ <link rel="stylesheet" type="text/css" href="./styles.css" />
36
+ </head>
37
37
  <body class="auro-markdown">
38
38
  <main></main>
39
39
 
40
- <script type="module">
41
- import 'https://cdn.jsdelivr.net/npm/marked@latest/marked.min.js';
42
- import 'https://cdn.jsdelivr.net/npm/prismjs@latest/prism.js';
43
- fetch('./api.md')
44
- .then((response) => response.text())
45
- .then((text) => {
46
- const rawHtml = marked.parse(text);
47
- document.querySelector('main').innerHTML = rawHtml;
48
- Prism.highlightAll();
49
- });
50
- </script>
51
-
52
- <script type="module" data-demo-script="true">
53
- import { initExamples } from "./api.min.js"
54
- initExamples();
55
- </script>
56
-
57
40
  <!-- If additional elements are needed for the demo, add them here. -->
58
41
  <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-accordion@latest/+esm" type="module"></script>
59
42
  <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-button@latest/+esm" type="module"></script>
43
+ <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-header@latest/+esm" type="module"></script>
44
+
45
+ <script type="module">
46
+ import { renderPage } from './demo-support.js';
47
+ await renderPage('./api.md');
48
+ import { initExamples } from "./api.min.js";
49
+ initExamples();
50
+ </script>
51
+ <script src="./api.min.js" data-demo-script="true" type="module"></script>
60
52
  </body>
61
53
  </html>
@@ -90,380 +90,4 @@ The `auro-checkbox` element is for the purpose of allowing users to select one o
90
90
  | `checkbox` | apply css to a specific checkbox. |
91
91
  | `checkbox-input` | apply css to a specific checkbox's input. |
92
92
  | `checkbox-label` | apply css to a specific checkbox's label. |
93
- <!-- AURO-GENERATED-CONTENT:END -->
94
-
95
- ## Basic
96
-
97
- <div class="exampleWrapper">
98
- <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/basic.html) -->
99
- <!-- The below content is automatically added from ./../apiExamples/basic.html -->
100
- <auro-checkbox-group>
101
- <span slot="legend">Form label goes here</span>
102
- <auro-checkbox value="value1" name="basic" id="checkbox-basic1">Checkbox option</auro-checkbox>
103
- <auro-checkbox value="value2" name="basic" id="checkbox-basic2" checked>Checkbox option</auro-checkbox>
104
- <auro-checkbox value="value3" name="basic" id="checkbox-basic3">Checkbox option that has some extra text that should wrap when rendered in a narrow container</auro-checkbox>
105
- <auro-checkbox value="value4" name="basic" id="checkbox-basic4">Checkbox option</auro-checkbox>
106
- </auro-checkbox-group>
107
- <!-- AURO-GENERATED-CONTENT:END -->
108
- </div>
109
- <auro-accordion alignRight>
110
- <span slot="trigger">See code</span>
111
- <!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/basic.html) -->
112
- <!-- The below code snippet is automatically added from ./../apiExamples/basic.html -->
113
-
114
- <pre class="language-html"><code class="language-html">&lt;auro-checkbox-group&gt;
115
- &lt;span slot="legend"&gt;Form label goes here&lt;/span&gt;
116
- &lt;auro-checkbox value="value1" name="basic" id="checkbox-basic1"&gt;Checkbox option&lt;/auro-checkbox&gt;
117
- &lt;auro-checkbox value="value2" name="basic" id="checkbox-basic2" checked&gt;Checkbox option&lt;/auro-checkbox&gt;
118
- &lt;auro-checkbox value="value3" name="basic" id="checkbox-basic3"&gt;Checkbox option that has some extra text that should wrap when rendered in a narrow container&lt;/auro-checkbox&gt;
119
- &lt;auro-checkbox value="value4" name="basic" id="checkbox-basic4"&gt;Checkbox option&lt;/auro-checkbox&gt;
120
- &lt;/auro-checkbox-group&gt;</code></pre>
121
- <!-- AURO-GENERATED-CONTENT:END -->
122
- </auro-accordion>
123
-
124
- ## Property & Attribute Examples
125
-
126
- ### Appearance on Dark Backgrounds
127
-
128
- Use the `appearance="inverse"` attribute to render the checkbox for use on dark backgrounds.
129
-
130
- <div class="exampleWrapper--ondark" aria-hidden>
131
- <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/appearance-inverse.html) -->
132
- <!-- The below content is automatically added from ./../apiExamples/appearance-inverse.html -->
133
- <auro-checkbox-group appearance="inverse">
134
- <span slot="legend">Form label goes here</span>
135
- <auro-checkbox value="value1" name="basic" id="checkbox-basic1">Checkbox option</auro-checkbox>
136
- <auro-checkbox value="value2" name="basic" id="checkbox-basic2" checked>Checkbox option</auro-checkbox>
137
- <auro-checkbox value="value3" name="basic" id="checkbox-basic3">Checkbox option</auro-checkbox>
138
- <auro-checkbox value="value4" name="basic" id="checkbox-basic4">Checkbox option</auro-checkbox>
139
- </auro-checkbox-group>
140
- <!-- AURO-GENERATED-CONTENT:END -->
141
- </div>
142
- <auro-accordion alignRight>
143
- <span slot="trigger">See code</span>
144
- <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/appearance-inverse.html) -->
145
- <!-- The below content is automatically added from ./../apiExamples/appearance-inverse.html -->
146
- <auro-checkbox-group appearance="inverse">
147
- <span slot="legend">Form label goes here</span>
148
- <auro-checkbox value="value1" name="basic" id="checkbox-basic1">Checkbox option</auro-checkbox>
149
- <auro-checkbox value="value2" name="basic" id="checkbox-basic2" checked>Checkbox option</auro-checkbox>
150
- <auro-checkbox value="value3" name="basic" id="checkbox-basic3">Checkbox option</auro-checkbox>
151
- <auro-checkbox value="value4" name="basic" id="checkbox-basic4">Checkbox option</auro-checkbox>
152
- </auro-checkbox-group>
153
- <!-- AURO-GENERATED-CONTENT:END -->
154
- </auro-accordion>
155
-
156
- ### Disabled
157
-
158
- Use the `disabled` attribute to disable individual `<auro-checkbox>` elements or the entire `<auro-checkbox-group>`.
159
-
160
- #### Disabled Checkbox within Group
161
-
162
- The `disabled` attribute used to disable a single `<auro-checkbox>` element.
163
-
164
- <div class="exampleWrapper">
165
- <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/disabled.html) -->
166
- <!-- The below content is automatically added from ./../apiExamples/disabled.html -->
167
- <auro-checkbox-group>
168
- <span slot="legend">Form label goes here</span>
169
- <auro-checkbox value="disabled-value1" name="disabled" id="checkbox-disabled1">Checkbox option</auro-checkbox>
170
- <auro-checkbox value="disabled-value2" name="disabled" id="checkbox-disabled2" checked disabled>Disabled checkbox option</auro-checkbox>
171
- <auro-checkbox value="disabled-value3" name="disabled" id="checkbox-disabled3" disabled>Disabled checkbox option</auro-checkbox>
172
- <auro-checkbox value="disabled-value4" name="disabled" id="checkbox-disabled4" checked>Checkbox option</auro-checkbox>
173
- </auro-checkbox-group>
174
- <!-- AURO-GENERATED-CONTENT:END -->
175
- </div>
176
- <auro-accordion alignRight>
177
- <span slot="trigger">See code</span>
178
- <!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/disabled.html) -->
179
- <!-- The below code snippet is automatically added from ./../apiExamples/disabled.html -->
180
-
181
- <pre class="language-html"><code class="language-html">&lt;auro-checkbox-group&gt;
182
- &lt;span slot="legend"&gt;Form label goes here&lt;/span&gt;
183
- &lt;auro-checkbox value="disabled-value1" name="disabled" id="checkbox-disabled1"&gt;Checkbox option&lt;/auro-checkbox&gt;
184
- &lt;auro-checkbox value="disabled-value2" name="disabled" id="checkbox-disabled2" checked disabled&gt;Disabled checkbox option&lt;/auro-checkbox&gt;
185
- &lt;auro-checkbox value="disabled-value3" name="disabled" id="checkbox-disabled3" disabled&gt;Disabled checkbox option&lt;/auro-checkbox&gt;
186
- &lt;auro-checkbox value="disabled-value4" name="disabled" id="checkbox-disabled4" checked&gt;Checkbox option&lt;/auro-checkbox&gt;
187
- &lt;/auro-checkbox-group&gt;</code></pre>
188
- <!-- AURO-GENERATED-CONTENT:END -->
189
- </auro-accordion>
190
-
191
- #### Disabled Group
192
-
193
- The `disabled` attribute used to disable the entire `<auro-checkbox-group>`.
194
-
195
- <div class="exampleWrapper">
196
- <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/disabled-group.html) -->
197
- <!-- The below content is automatically added from ./../apiExamples/disabled-group.html -->
198
- <auro-checkbox-group disabled>
199
- <span slot="legend">Form label goes here</span>
200
- <auro-checkbox value="disabled-value1" name="disabledGroup" id="checkbox-disabledGroup1">Disabled checkbox option</auro-checkbox>
201
- <auro-checkbox value="disabled-value2" name="disabledGroup" id="checkbox-disabledGroup2" checked>Disabled checkbox option</auro-checkbox>
202
- <auro-checkbox value="disabled-value3" name="disabledGroup" id="checkbox-disabledGroup3">Disabled checkbox option</auro-checkbox>
203
- <auro-checkbox value="disabled-value4" name="disabledGroup" id="checkbox-disabledGroup4">Disabled checkbox option</auro-checkbox>
204
- </auro-checkbox-group>
205
- <!-- AURO-GENERATED-CONTENT:END -->
206
- </div>
207
- <div class="exampleWrapper--ondark" aria-hidden>
208
- <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/appearance-inverse-disabled.html) -->
209
- <!-- The below content is automatically added from ./../apiExamples/appearance-inverse-disabled.html -->
210
- <auro-checkbox-group appearance="inverse" disabled>
211
- <span slot="legend">Form label goes here</span>
212
- <auro-checkbox value="disabled-value1" name="disabledGroup" id="checkbox-disabledGroup1">Disabled checkbox option</auro-checkbox>
213
- <auro-checkbox value="disabled-value2" name="disabledGroup" id="checkbox-disabledGroup2" checked>Disabled checkbox option</auro-checkbox>
214
- <auro-checkbox value="disabled-value3" name="disabledGroup" id="checkbox-disabledGroup3">Disabled checkbox option</auro-checkbox>
215
- <auro-checkbox value="disabled-value4" name="disabledGroup" id="checkbox-disabledGroup4">Disabled checkbox option</auro-checkbox>
216
- </auro-checkbox-group>
217
- <!-- AURO-GENERATED-CONTENT:END -->
218
- </div>
219
- <auro-accordion alignRight>
220
- <span slot="trigger">See code</span>
221
- <!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/disabled-group.html) -->
222
- <!-- The below code snippet is automatically added from ./../apiExamples/disabled-group.html -->
223
-
224
- <pre class="language-html"><code class="language-html">&lt;auro-checkbox-group disabled&gt;
225
- &lt;span slot="legend"&gt;Form label goes here&lt;/span&gt;
226
- &lt;auro-checkbox value="disabled-value1" name="disabledGroup" id="checkbox-disabledGroup1"&gt;Disabled checkbox option&lt;/auro-checkbox&gt;
227
- &lt;auro-checkbox value="disabled-value2" name="disabledGroup" id="checkbox-disabledGroup2" checked&gt;Disabled checkbox option&lt;/auro-checkbox&gt;
228
- &lt;auro-checkbox value="disabled-value3" name="disabledGroup" id="checkbox-disabledGroup3"&gt;Disabled checkbox option&lt;/auro-checkbox&gt;
229
- &lt;auro-checkbox value="disabled-value4" name="disabledGroup" id="checkbox-disabledGroup4"&gt;Disabled checkbox option&lt;/auro-checkbox&gt;
230
- &lt;/auro-checkbox-group&gt;</code></pre>
231
- <!-- AURO-GENERATED-CONTENT:END -->
232
- <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/appearance-inverse-disabled.html) -->
233
- <!-- The below content is automatically added from ./../apiExamples/appearance-inverse-disabled.html -->
234
- <auro-checkbox-group appearance="inverse" disabled>
235
- <span slot="legend">Form label goes here</span>
236
- <auro-checkbox value="disabled-value1" name="disabledGroup" id="checkbox-disabledGroup1">Disabled checkbox option</auro-checkbox>
237
- <auro-checkbox value="disabled-value2" name="disabledGroup" id="checkbox-disabledGroup2" checked>Disabled checkbox option</auro-checkbox>
238
- <auro-checkbox value="disabled-value3" name="disabledGroup" id="checkbox-disabledGroup3">Disabled checkbox option</auro-checkbox>
239
- <auro-checkbox value="disabled-value4" name="disabledGroup" id="checkbox-disabledGroup4">Disabled checkbox option</auro-checkbox>
240
- </auro-checkbox-group>
241
- <!-- AURO-GENERATED-CONTENT:END -->
242
- </auro-accordion>
243
-
244
- ### Horizontal Group
245
-
246
- Using the `horizontal` attribute will render the checkbox options on a horizontal line.
247
-
248
- **Note**: Using the `horizontal` attribute has a limit of 3 options. Beyond three, options will be listed in vertically.
249
-
250
- <div class="exampleWrapper">
251
- <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/horizontal.html) -->
252
- <!-- The below content is automatically added from ./../apiExamples/horizontal.html -->
253
- <auro-checkbox-group horizontal>
254
- <span slot="legend">Form label goes here</span>
255
- <auro-checkbox value="yes" name="horizontal" id="checkbox-horizontal1">Yes</auro-checkbox>
256
- <auro-checkbox value="no" name="horizontal" id="checkbox-horizontal2">No</auro-checkbox>
257
- <auro-checkbox value="maybe" name="horizontal" id="checkbox-horizontal3">Maybe</auro-checkbox>
258
- </auro-checkbox-group>
259
- <!-- AURO-GENERATED-CONTENT:END -->
260
- </div>
261
- <auro-accordion alignRight>
262
- <span slot="trigger">See code</span>
263
- <!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/horizontal.html) -->
264
- <!-- The below code snippet is automatically added from ./../apiExamples/horizontal.html -->
265
-
266
- <pre class="language-html"><code class="language-html">&lt;auro-checkbox-group horizontal&gt;
267
- &lt;span slot="legend"&gt;Form label goes here&lt;/span&gt;
268
- &lt;auro-checkbox value="yes" name="horizontal" id="checkbox-horizontal1"&gt;Yes&lt;/auro-checkbox&gt;
269
- &lt;auro-checkbox value="no" name="horizontal" id="checkbox-horizontal2"&gt;No&lt;/auro-checkbox&gt;
270
- &lt;auro-checkbox value="maybe" name="horizontal" id="checkbox-horizontal3"&gt;Maybe&lt;/auro-checkbox&gt;
271
- &lt;/auro-checkbox-group&gt;</code></pre>
272
- <!-- AURO-GENERATED-CONTENT:END -->
273
- </auro-accordion>
274
-
275
- ### Form Validation
276
-
277
- In the `auro-checkbox-group` element, the `required` and `error` states are the two possible validation states.
278
-
279
- It should be noted that form validation is only supported within an `auro-checkbox-group` element. In order to support validation on a single `auro-checkbox` element, it must be wrapped in an `auro-checkbox-group`.
280
-
281
- ### Error
282
-
283
- Use the `error` attribute to force an error state on the element.
284
-
285
- The `error` attribute used to set error state on the entire `<auro-checkbox-group>`. If using the `error` attribute on an `<auro-checkbox-group>`, a string with the error message needs to be passed along with the attribute.
286
-
287
- **Note**: The `error` attribute is only supported on the `<auro-checkbox-group>` element, not on individual `<auro-checkbox>` elements.
288
-
289
- <div class="exampleWrapper">
290
- <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/error-group.html) -->
291
- <!-- The below content is automatically added from ./../apiExamples/error-group.html -->
292
- <auro-checkbox-group error="custom error">
293
- <span slot="legend">Form label goes here</span>
294
- <auro-checkbox value="error-value1" name="error" id="checkbox-errorGroup1">Error checkbox option</auro-checkbox>
295
- <auro-checkbox value="error-value2" name="error" id="checkbox-errorGroup2">Error checkbox option</auro-checkbox>
296
- <auro-checkbox value="error-value3" name="error" id="checkbox-errorGroup3">Error checkbox option</auro-checkbox>
297
- <auro-checkbox value="error-value4" name="error" id="checkbox-errorGroup4" checked>Error checkbox option</auro-checkbox>
298
- </auro-checkbox-group>
299
- <!-- AURO-GENERATED-CONTENT:END -->
300
- </div>
301
- <div class="exampleWrapper--ondark" aria-hidden>
302
- <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/appearance-inverse-error.html) -->
303
- <!-- The below content is automatically added from ./../apiExamples/appearance-inverse-error.html -->
304
- <auro-checkbox-group appearance="inverse" error="custom error">
305
- <span slot="legend">Form label goes here</span>
306
- <auro-checkbox value="error-value1" name="error" id="checkbox-errorGroup1">Error checkbox option</auro-checkbox>
307
- <auro-checkbox value="error-value2" name="error" id="checkbox-errorGroup2">Error checkbox option</auro-checkbox>
308
- <auro-checkbox value="error-value3" name="error" id="checkbox-errorGroup3">Error checkbox option</auro-checkbox>
309
- <auro-checkbox value="error-value4" name="error" id="checkbox-errorGroup4" checked>Error checkbox option</auro-checkbox>
310
- </auro-checkbox-group>
311
- <!-- AURO-GENERATED-CONTENT:END -->
312
- </div>
313
- <auro-accordion alignRight>
314
- <span slot="trigger">See code</span>
315
- <!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/error-group.html) -->
316
- <!-- The below code snippet is automatically added from ./../apiExamples/error-group.html -->
317
-
318
- <pre class="language-html"><code class="language-html">&lt;auro-checkbox-group error="custom error"&gt;
319
- &lt;span slot="legend"&gt;Form label goes here&lt;/span&gt;
320
- &lt;auro-checkbox value="error-value1" name="error" id="checkbox-errorGroup1"&gt;Error checkbox option&lt;/auro-checkbox&gt;
321
- &lt;auro-checkbox value="error-value2" name="error" id="checkbox-errorGroup2"&gt;Error checkbox option&lt;/auro-checkbox&gt;
322
- &lt;auro-checkbox value="error-value3" name="error" id="checkbox-errorGroup3"&gt;Error checkbox option&lt;/auro-checkbox&gt;
323
- &lt;auro-checkbox value="error-value4" name="error" id="checkbox-errorGroup4" checked&gt;Error checkbox option&lt;/auro-checkbox&gt;
324
- &lt;/auro-checkbox-group&gt;</code></pre>
325
- <!-- AURO-GENERATED-CONTENT:END -->
326
- <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/appearance-inverse-error.html) -->
327
- <!-- The below content is automatically added from ./../apiExamples/appearance-inverse-error.html -->
328
- <auro-checkbox-group appearance="inverse" error="custom error">
329
- <span slot="legend">Form label goes here</span>
330
- <auro-checkbox value="error-value1" name="error" id="checkbox-errorGroup1">Error checkbox option</auro-checkbox>
331
- <auro-checkbox value="error-value2" name="error" id="checkbox-errorGroup2">Error checkbox option</auro-checkbox>
332
- <auro-checkbox value="error-value3" name="error" id="checkbox-errorGroup3">Error checkbox option</auro-checkbox>
333
- <auro-checkbox value="error-value4" name="error" id="checkbox-errorGroup4" checked>Error checkbox option</auro-checkbox>
334
- </auro-checkbox-group>
335
- <!-- AURO-GENERATED-CONTENT:END -->
336
- </auro-accordion>
337
-
338
- #### Required
339
-
340
- When present, the `required` attribute specifies that at least one or more `<auro-checkbox>` elements within the `<auro-checkbox-group>` must be checked.
341
-
342
- <div class="exampleWrapper">
343
- <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/required.html) -->
344
- <!-- The below content is automatically added from ./../apiExamples/required.html -->
345
- <auro-checkbox-group required setCustomValidityValueMissing="Please select an option">
346
- <span slot="legend">Form label goes here</span>
347
- <auro-checkbox value="value1" name="required" id="checkbox-required1">Checkbox option</auro-checkbox>
348
- <auro-checkbox value="value2" name="required" id="checkbox-required2">Checkbox option</auro-checkbox>
349
- <auro-checkbox value="value3" name="required" id="checkbox-required3">Checkbox option</auro-checkbox>
350
- <auro-checkbox value="value4" name="required" id="checkbox-required4">Checkbox option</auro-checkbox>
351
- </auro-checkbox-group>
352
- <!-- AURO-GENERATED-CONTENT:END -->
353
- </div>
354
- <auro-accordion alignRight>
355
- <span slot="trigger">See code</span>
356
- <!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/required.html) -->
357
- <!-- The below code snippet is automatically added from ./../apiExamples/required.html -->
358
-
359
- <pre class="language-html"><code class="language-html">&lt;auro-checkbox-group required setCustomValidityValueMissing="Please select an option"&gt;
360
- &lt;span slot="legend"&gt;Form label goes here&lt;/span&gt;
361
- &lt;auro-checkbox value="value1" name="required" id="checkbox-required1"&gt;Checkbox option&lt;/auro-checkbox&gt;
362
- &lt;auro-checkbox value="value2" name="required" id="checkbox-required2"&gt;Checkbox option&lt;/auro-checkbox&gt;
363
- &lt;auro-checkbox value="value3" name="required" id="checkbox-required3"&gt;Checkbox option&lt;/auro-checkbox&gt;
364
- &lt;auro-checkbox value="value4" name="required" id="checkbox-required4"&gt;Checkbox option&lt;/auro-checkbox&gt;
365
- &lt;/auro-checkbox-group&gt;</code></pre>
366
- <!-- AURO-GENERATED-CONTENT:END -->
367
- </auro-accordion>
368
-
369
- ## Slot Examples
370
-
371
- ### Custom Optional Label
372
-
373
- The `<auro-checkbox-group>` supports an `optionalLabel` slot, where users can can override the default `(optional)` notification text.
374
-
375
- <div class="exampleWrapper">
376
- <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/optional-label.html) -->
377
- <!-- The below content is automatically added from ./../apiExamples/optional-label.html -->
378
- <auro-checkbox-group>
379
- <span slot="legend">Form label goes here</span>
380
- <span slot="optionalLabel" style="font-size: small; color: grey"> - optional</span>
381
- <auro-checkbox value="value1" name="basic" id="checkbox-basic1">Checkbox option</auro-checkbox>
382
- <auro-checkbox value="value2" name="basic" id="checkbox-basic2" checked>Checkbox option</auro-checkbox>
383
- <auro-checkbox value="value3" name="basic" id="checkbox-basic3">Checkbox option that has some extra text that should wrap when rendered in a narrow container</auro-checkbox>
384
- <auro-checkbox value="value4" name="basic" id="checkbox-basic4">Checkbox option</auro-checkbox>
385
- </auro-checkbox-group>
386
- <!-- AURO-GENERATED-CONTENT:END -->
387
- </div>
388
- <auro-accordion alignRight>
389
- <span slot="trigger">See code</span>
390
- <!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/optional-label.html) -->
391
- <!-- The below code snippet is automatically added from ./../apiExamples/optional-label.html -->
392
-
393
- <pre class="language-html"><code class="language-html">&lt;auro-checkbox-group&gt;
394
- &lt;span slot="legend"&gt;Form label goes here&lt;/span&gt;
395
- &lt;span slot="optionalLabel" style="font-size: small; color: grey"&gt; - optional&lt;/span&gt;
396
- &lt;auro-checkbox value="value1" name="basic" id="checkbox-basic1"&gt;Checkbox option&lt;/auro-checkbox&gt;
397
- &lt;auro-checkbox value="value2" name="basic" id="checkbox-basic2" checked&gt;Checkbox option&lt;/auro-checkbox&gt;
398
- &lt;auro-checkbox value="value3" name="basic" id="checkbox-basic3"&gt;Checkbox option that has some extra text that should wrap when rendered in a narrow container&lt;/auro-checkbox&gt;
399
- &lt;auro-checkbox value="value4" name="basic" id="checkbox-basic4"&gt;Checkbox option&lt;/auro-checkbox&gt;
400
- &lt;/auro-checkbox-group&gt;</code></pre>
401
- <!-- AURO-GENERATED-CONTENT:END -->
402
- </auro-accordion>
403
-
404
- ## Common Usage Patterns & Functional Examples
405
-
406
- ### Reset State
407
-
408
- Use the `reset()` method to reset the `<auro-checkbox-group>`'s `value` and `validity` state. Doing so will preserve all other attributes and properties.
409
-
410
- <div class="exampleWrapper">
411
- <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/reset-state.html) -->
412
- <!-- The below content is automatically added from ./../apiExamples/reset-state.html -->
413
- <auro-button id="resetStateBtn">Reset</auro-button>
414
- <br/><br/>
415
- <auro-checkbox-group id="resetStateExample" required setCustomValidityValueMissing="Please select an option">
416
- <span slot="legend">Form label goes here</span>
417
- <auro-checkbox value="value1" name="resetState" id="checkbox-basic1">Checkbox option</auro-checkbox>
418
- <auro-checkbox value="value2" name="resetState" id="checkbox-basic2">Checkbox option</auro-checkbox>
419
- <auro-checkbox value="value3" name="resetState" id="checkbox-basic3">Checkbox option</auro-checkbox>
420
- <auro-checkbox value="value4" name="resetState" id="checkbox-basic4">Checkbox option</auro-checkbox>
421
- </auro-checkbox-group>
422
- <!-- AURO-GENERATED-CONTENT:END -->
423
- </div>
424
- <auro-accordion alignRight>
425
- <span slot="trigger">See code</span>
426
- <!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/reset-state.html) -->
427
- <!-- The below code snippet is automatically added from ./../apiExamples/reset-state.html -->
428
-
429
- <pre class="language-html"><code class="language-html">&lt;auro-button id="resetStateBtn"&gt;Reset&lt;/auro-button&gt;
430
- &lt;br/&gt;&lt;br/&gt;
431
- &lt;auro-checkbox-group id="resetStateExample" required setCustomValidityValueMissing="Please select an option"&gt;
432
- &lt;span slot="legend"&gt;Form label goes here&lt;/span&gt;
433
- &lt;auro-checkbox value="value1" name="resetState" id="checkbox-basic1"&gt;Checkbox option&lt;/auro-checkbox&gt;
434
- &lt;auro-checkbox value="value2" name="resetState" id="checkbox-basic2"&gt;Checkbox option&lt;/auro-checkbox&gt;
435
- &lt;auro-checkbox value="value3" name="resetState" id="checkbox-basic3"&gt;Checkbox option&lt;/auro-checkbox&gt;
436
- &lt;auro-checkbox value="value4" name="resetState" id="checkbox-basic4"&gt;Checkbox option&lt;/auro-checkbox&gt;
437
- &lt;/auro-checkbox-group&gt;</code></pre>
438
- <!-- AURO-GENERATED-CONTENT:END -->
439
- <!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/reset-state.js) -->
440
- <!-- The below code snippet is automatically added from ./../apiExamples/reset-state.js -->
441
-
442
- <pre class="language-js"><code class="language-js">export function resetStateExample() {
443
- const elem = document.querySelector('#resetStateExample');
444
-
445
- document.querySelector('#resetStateBtn').addEventListener('click', () =&gt; {
446
- elem.reset();
447
- });
448
- }</code></pre>
449
- <!-- AURO-GENERATED-CONTENT:END -->
450
- </auro-accordion>
451
-
452
- ## Restyle Component with CSS Variables
453
-
454
- The component may be restyled by changing the values of the following token(s).
455
-
456
- <!-- AURO-GENERATED-CONTENT:START (CODE:src=./../src/styles/tokens.scss) -->
457
- <!-- The below code snippet is automatically added from ./../src/styles/tokens.scss -->
458
-
459
- <pre class="language-scss"><code class="language-scss">@use "@aurodesignsystem/design-tokens/dist/themes/alaska/SCSSVariables--alaska" as v;
460
-
461
- :host {
462
- --ds-auro-checkbox-border-color: var(--ds-basic-color-border-bold, #{v.$ds-basic-color-border-bold});
463
- --ds-auro-checkbox-checkmark-color: var(--ds-advanced-color-boolean-indicator, #{v.$ds-advanced-color-boolean-indicator});
464
- --ds-auro-checkbox-container-color: var(--ds-advanced-color-boolean-isfalse, #{v.$ds-advanced-color-boolean-isfalse});
465
- --ds-auro-checkbox-label-color: var(--ds-basic-color-texticon-default, #{v.$ds-basic-color-texticon-default});
466
- --ds-auro-checkbox-outline-color: transparent;
467
- --ds-auro-checkbox-group-text-color: var(--ds-basic-color-texticon-default, #{v.$ds-basic-color-texticon-default});
468
- }</code></pre>
469
93
  <!-- AURO-GENERATED-CONTENT:END -->
@@ -238,7 +238,8 @@ class AuroCheckbox extends i$2 {
238
238
  * The id global attribute defines an identifier (ID) which must be unique in the whole document.
239
239
  */
240
240
  id: {
241
- type: String
241
+ type: String,
242
+ reflect: true
242
243
  },
243
244
 
244
245
  /**
@@ -1689,7 +1690,7 @@ class AuroHelpText extends i$2 {
1689
1690
  }
1690
1691
  }
1691
1692
 
1692
- var formkitVersion = '202605041621';
1693
+ var formkitVersion = '202605041723';
1693
1694
 
1694
1695
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1695
1696
  // See LICENSE in the project root for license information.