@aurodesignsystem-dev/auro-formkit 0.0.0-pr1451.1 → 0.0.0-pr1451.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/components/checkbox/README.md +23 -37
  2. package/components/checkbox/demo/api.min.js +1 -1
  3. package/components/checkbox/demo/index.min.js +1 -1
  4. package/components/checkbox/demo/readme.md +0 -2
  5. package/components/checkbox/dist/index.js +1 -1
  6. package/components/checkbox/dist/registered.js +1 -1
  7. package/components/combobox/README.md +43 -57
  8. package/components/combobox/demo/accessibility.html +22 -11
  9. package/components/combobox/demo/api.html +27 -16
  10. package/components/combobox/demo/api.min.js +4 -4
  11. package/components/combobox/demo/design.html +27 -16
  12. package/components/combobox/demo/index.html +28 -22
  13. package/components/combobox/demo/index.min.js +4 -4
  14. package/components/combobox/demo/install.html +26 -16
  15. package/components/combobox/demo/install.md +0 -2
  16. package/components/combobox/demo/install.min.js +4 -4
  17. package/components/combobox/demo/keyboard-behavior.html +22 -11
  18. package/components/combobox/demo/readme.html +27 -16
  19. package/components/combobox/demo/readme.md +0 -2
  20. package/components/combobox/demo/styles.css +911 -71
  21. package/components/combobox/demo/voiceover.html +22 -11
  22. package/components/combobox/dist/index.js +4 -4
  23. package/components/combobox/dist/registered.js +4 -4
  24. package/components/counter/README.md +39 -53
  25. package/components/counter/demo/api.min.js +2 -2
  26. package/components/counter/demo/index.min.js +2 -2
  27. package/components/counter/demo/readme.md +0 -2
  28. package/components/counter/dist/index.js +2 -2
  29. package/components/counter/dist/registered.js +2 -2
  30. package/components/datepicker/README.md +19 -33
  31. package/components/datepicker/demo/api.min.js +4 -4
  32. package/components/datepicker/demo/index.min.js +4 -4
  33. package/components/datepicker/demo/readme.md +0 -2
  34. package/components/datepicker/dist/index.js +4 -4
  35. package/components/datepicker/dist/registered.js +4 -4
  36. package/components/dropdown/README.md +39 -53
  37. package/components/dropdown/demo/api.min.js +1 -1
  38. package/components/dropdown/demo/index.min.js +1 -1
  39. package/components/dropdown/demo/readme.md +0 -2
  40. package/components/dropdown/dist/index.js +1 -1
  41. package/components/dropdown/dist/registered.js +1 -1
  42. package/components/form/README.md +14 -30
  43. package/components/form/demo/api.min.js +16 -16
  44. package/components/form/demo/index.min.js +16 -16
  45. package/components/form/demo/readme.md +0 -2
  46. package/components/input/README.md +17 -31
  47. package/components/input/demo/api.min.js +2 -2
  48. package/components/input/demo/index.min.js +2 -2
  49. package/components/input/demo/readme.md +0 -2
  50. package/components/input/dist/index.js +2 -2
  51. package/components/input/dist/registered.js +2 -2
  52. package/components/menu/README.md +23 -37
  53. package/components/menu/demo/readme.md +0 -2
  54. package/components/radio/README.md +21 -35
  55. package/components/radio/demo/api.min.js +1 -1
  56. package/components/radio/demo/index.min.js +1 -1
  57. package/components/radio/demo/readme.md +0 -2
  58. package/components/radio/dist/index.js +1 -1
  59. package/components/radio/dist/registered.js +1 -1
  60. package/components/select/README.md +41 -73
  61. package/components/select/demo/accessibility.html +23 -20
  62. package/components/select/demo/api.html +45 -10
  63. package/components/select/demo/api.min.js +2 -2
  64. package/components/select/demo/design.html +94 -0
  65. package/components/select/demo/design.md +391 -0
  66. package/components/select/demo/getting-started.html +125 -0
  67. package/components/select/demo/getting-started.js +9 -0
  68. package/components/select/demo/getting-started.md +1020 -0
  69. package/components/select/demo/getting-started.min.js +10490 -0
  70. package/components/select/demo/index.html +55 -241
  71. package/components/select/demo/index.md +38 -98
  72. package/components/select/demo/index.min.js +2 -2
  73. package/components/select/demo/install.md +92 -0
  74. package/components/select/demo/keyboard-behavior.html +23 -11
  75. package/components/select/demo/keyboard-behavior.md +247 -36
  76. package/components/select/demo/keyboardBehavior.html +22 -11
  77. package/components/select/demo/layout.html +45 -10
  78. package/components/select/demo/layout.md +71 -260
  79. package/components/select/demo/readme.html +46 -11
  80. package/components/select/demo/readme.md +25 -45
  81. package/components/select/demo/styles.css +1026 -0
  82. package/components/select/demo/voiceover.html +23 -11
  83. package/components/select/dist/index.js +2 -2
  84. package/components/select/dist/registered.js +2 -2
  85. package/custom-elements.json +1667 -1667
  86. package/package.json +1 -1
@@ -18,8 +18,8 @@
18
18
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
19
19
  <title>Auro Web Component Demo | auro-combobox</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-combobox'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"/>
@@ -32,7 +32,7 @@
32
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" />
35
+ <!-- <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/elementDemoStyles.css" /> -->
36
36
  <link rel="stylesheet" type="text/css" href="./styles.css" />
37
37
  </head>
38
38
  <body class="auro-markdown">
@@ -47,11 +47,31 @@
47
47
  <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-icon@latest/+esm" type="module"></script>
48
48
 
49
49
  <script type="module">
50
- import 'https://cdn.jsdelivr.net/npm/marked@latest/marked.min.js';
51
- import 'https://cdn.jsdelivr.net/npm/prismjs@latest/prism.js';
50
+ import {unified} from 'https://esm.sh/unified';
51
+ import remarkParse from 'https://esm.sh/remark-parse';
52
+ import remarkGfm from 'https://esm.sh/remark-gfm';
53
+ import remarkRehype from 'https://esm.sh/remark-rehype';
54
+ import rehypeRaw from 'https://esm.sh/rehype-raw';
55
+ import rehypeHighlight from 'https://esm.sh/rehype-highlight';
56
+ import rehypeStringify from 'https://esm.sh/rehype-stringify';
57
+
58
+ const response = await fetch('./index.md');
59
+ const text = await response.text();
60
+ const result = await unified()
61
+ .use(remarkParse)
62
+ .use(remarkGfm)
63
+ .use(remarkRehype, { allowDangerousHtml: true })
64
+ .use(rehypeRaw)
65
+ .use(rehypeHighlight)
66
+ .use(rehypeStringify)
67
+ .process(text);
68
+
69
+ document.querySelector('main').innerHTML = String(result);
70
+ addCopyButtons();
52
71
 
53
72
  function addCopyButtons() {
54
- document.querySelectorAll('auro-accordion pre[class*="language-"]').forEach((pre) => {
73
+ document.querySelectorAll('pre code[class*="language-"], pre code[class*="hljs"]').forEach((code) => {
74
+ const pre = code.parentElement;
55
75
  const wrapper = document.createElement('div');
56
76
  wrapper.className = 'pre-wrapper';
57
77
  pre.parentNode.insertBefore(wrapper, pre);
@@ -60,9 +80,8 @@
60
80
  btn.className = 'copy-btn';
61
81
  btn.textContent = 'Copy';
62
82
  btn.addEventListener('click', () => {
63
- const code = pre.querySelector('code');
64
- const raw = code ? code.textContent : pre.textContent;
65
- const text = raw.replace(/\u200B/g, '').replace(/^\n+/, '').replace(/\n+$/, '\n');
83
+ const raw = code.textContent;
84
+ const text = raw.replace(/\u200B/g, '').replace(/^\n+/, '').replace(/\n+$/, '\n').replace(/^\$ /, '');
66
85
  navigator.clipboard.writeText(text).then(() => {
67
86
  btn.textContent = 'Copied!';
68
87
  setTimeout(() => { btn.textContent = 'Copy'; }, 1500);
@@ -71,19 +90,6 @@
71
90
  wrapper.appendChild(btn);
72
91
  });
73
92
  }
74
-
75
- function loadMd(path) {
76
- fetch(path)
77
- .then((response) => response.text())
78
- .then((text) => {
79
- const rawHtml = marked.parse(text);
80
- document.querySelector('main').innerHTML = rawHtml;
81
- Prism.highlightAll();
82
- addCopyButtons();
83
- });
84
- }
85
-
86
- loadMd('./index.md');
87
93
  </script>
88
94
  <script src="./index.min.js" data-demo-script="true" type="module"></script>
89
95
  <script type="module" data-demo-script="true">
@@ -5154,7 +5154,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$4 {
5154
5154
  }
5155
5155
  };
5156
5156
 
5157
- var formkitVersion$2 = '202604232250';
5157
+ var formkitVersion$2 = '202604281911';
5158
5158
 
5159
5159
  let AuroElement$2 = class AuroElement extends i$4 {
5160
5160
  static get properties() {
@@ -6303,7 +6303,7 @@ var styleCss$1$1 = i$7`.util_displayInline{display:inline}.util_displayInlineBlo
6303
6303
 
6304
6304
  var styleDefaultCss = i$7`.layoutDefault .typeIcon,:host(:not([layout])) .typeIcon{display:flex;flex-direction:row;align-items:center}.layoutDefault .typeIcon [auro-icon],:host(:not([layout])) .typeIcon [auro-icon]{--ds-auro-icon-size: var(--ds-size-300, 1.5rem);height:var(--ds-size-300, 1.5rem);margin-right:var(--ds-size-100, 0.5rem)}.layoutDefault .notificationIcons,:host(:not([layout])) .notificationIcons{display:flex;flex-direction:row;padding-right:var(--ds-size-100, 0.5rem)}:host([class=layoutDefault][bordered]) .typeIcon,:host(:not([layout])[bordered]) .typeIcon{padding-left:var(--ds-size-100, 0.5rem)}:host([class=layoutDefault][bordered]) .notificationIcons,:host(:not([layout])[bordered]) .notificationIcons{align-items:center}:host([class=layoutDefault][bordered]) .notification:not(:first-of-type),:host(:not([layout])[bordered]) .notification:not(:first-of-type){margin-left:var(--ds-size-100, 0.5rem)}:host([class=layoutDefault][bordered]) .alertNotification,:host(:not([layout])[bordered]) .alertNotification{width:calc(var(--ds-size-300, 1.5rem) + var(--ds-size-25, 0.125rem));height:calc(var(--ds-size-300, 1.5rem) + var(--ds-size-25, 0.125rem))}:host([class=layoutDefault][bordered]) .passwordBtn,:host(:not([layout])[bordered]) .passwordBtn{width:calc(var(--ds-size-300, 1.5rem));height:calc(var(--ds-size-300, 1.5rem))}:host([class=layoutDefault][bordered]) .notificationBtn,:host(:not([layout])[bordered]) .notificationBtn{display:block;width:var(--ds-size-300, 1.5rem);height:var(--ds-size-300, 1.5rem);padding:0;border:0;background:unset;cursor:pointer}:host([class=layoutDefault][bordered]) .notificationBtn [auro-icon],:host(:not([layout])[bordered]) .notificationBtn [auro-icon]{display:block;height:var(--ds-size-300, 1.5rem);--ds-auro-icon-size: var(--ds-size-300, 1.5rem)}:host([class=layoutDefault][bordered]) .notificationBtn [auro-icon][hidden],:host(:not([layout])[bordered]) .notificationBtn [auro-icon][hidden]{display:none}:host([class=layoutDefault]:not([bordered])) .typeIcon,:host([class=layoutDefault]:not([bordered])) .notificationIcons,:host(:not([layout]):not([bordered])) .typeIcon,:host(:not([layout]):not([bordered])) .notificationIcons{align-items:flex-end;padding-bottom:var(--ds-size-50, 0.25rem)}:host([class=layoutDefault]:not([bordered])) .clearBtn,:host(:not([layout]):not([bordered])) .clearBtn{transition:all .3s cubic-bezier(0.215, 0.61, 0.355, 1);overflow:hidden;width:0;opacity:0}.layoutDefault .wrapper:hover .clearBtn,.layoutDefault .wrapper:focus-within .clearBtn,:host(:not([layout])) .wrapper:hover .clearBtn,:host(:not([layout])) .wrapper:focus-within .clearBtn{width:calc(var(--ds-size-200, 1rem) + var(--ds-size-25, 0.125rem));height:calc(var(--ds-size-200, 1rem) + var(--ds-size-25, 0.125rem));opacity:1}:host([class=layoutDefault]:focus-within[type=password]) .notificationIcons[hasValue] .alertNotification,:host(:not([layout]):focus-within[type=password]) .notificationIcons[hasValue] .alertNotification{overflow:hidden;width:0;height:0;padding:0;margin:0;visibility:hidden}.layoutDefault input,:host(:not([layout])) input{border:unset}.layoutDefault .wrapper,:host(:not([layout])) .wrapper{position:relative;overflow:hidden;border-style:solid}:host([class=layoutDefault]:not([bordered],[borderless])) .wrapper,:host(:not([layout]):not([bordered],[borderless])) .wrapper{border-width:1px 0}:host([class=layoutDefault][bordered]) .wrapper,:host(:not([layout])[bordered]) .wrapper{border-width:1px;border-radius:var(--ds-border-radius, 0.375rem)}:host([class=layoutDefault]:not([borderless])) .wrapper:focus-within:before,:host(:not([layout]):not([borderless])) .wrapper:focus-within:before{position:absolute;display:block;border-bottom-width:1px;border-bottom-style:solid;content:"";inset:0;pointer-events:none}:host([class=layoutDefault][validity]:not([validity=valid])) .wrapper:before,:host(:not([layout])[validity]:not([validity=valid])) .wrapper:before{border-bottom:0}:focus:not(:focus-visible){outline:3px solid transparent}.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock,:host{display:block}.util_displayFlex{display:flex}.util_displayHidden,:host([hidden]:not(:focus):not(:active)){display:none}.util_displayHiddenVisually,:host([hiddenVisually]:not(:focus):not(:active)){position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{text-align:left}.layoutDefault :host,:host(:not([layout])) :host{position:relative;display:block}.layoutDefault .wrapper,:host(:not([layout])) .wrapper{display:flex;flex-direction:row}.layoutDefault .main,:host(:not([layout])) .main{display:flex;flex-direction:row;position:relative;flex:1}`;
6305
6305
 
6306
- var colorBaseCss = i$7`.wrapper{border-color:red;background-color:var(--ds-auro-input-container-color);color:var(--ds-auro-input-text-color)}.wrapper label{color:var(--ds-auro-input-label-text-color)}.wrapper input{caret-color:var(--ds-auro-input-caret-color);color:var(--ds-auro-input-text-color)}.wrapper input::placeholder{color:var(--ds-auro-input-placeholder-text-color)}.wrapper input:focus::placeholder{color:var(--ds-auro-input-placeholder-text-color)}:host(:not([ondark])) .wrapper:focus-within,:host(:not([appearance=inverse])) .wrapper:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-brand, #00274a)}:host([ondark]) .wrapper:focus-within,:host([appearance=inverse]) .wrapper:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-inverse, #ffffff)}:host(:is([validity]:not([validity=valid]))) .wrapper{--ds-auro-input-border-color: var(--ds-basic-color-status-error, #e31f26)}:host([ondark]:is([validity]:not([validity=valid]))) .wrapper,:host([appearance=inverse]:is([validity]:not([validity=valid]))) .wrapper{--ds-auro-input-border-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8)}:host(:not([ondark])[disabled]),:host(:not([appearance=inverse])[disabled]){--ds-auro-input-border-color: var(--ds-basic-color-border-subtle, #dddddd);--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0);--ds-auro-input-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0)}:host([ondark][disabled]),:host([appearance=inverse][disabled]){--ds-auro-input-border-color: var(--ds-advanced-color-button-primary-border-inverse-disabled, rgba(255, 255, 255, 0.75));--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894);--ds-auro-input-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}`;
6306
+ var colorBaseCss = i$7`.wrapper{border-color:var(--ds-auro-input-border-color);background-color:var(--ds-auro-input-container-color);color:var(--ds-auro-input-text-color)}.wrapper label{color:var(--ds-auro-input-label-text-color)}.wrapper input{caret-color:var(--ds-auro-input-caret-color);color:var(--ds-auro-input-text-color)}.wrapper input::placeholder{color:var(--ds-auro-input-placeholder-text-color)}.wrapper input:focus::placeholder{color:var(--ds-auro-input-placeholder-text-color)}:host(:not([ondark])) .wrapper:focus-within,:host(:not([appearance=inverse])) .wrapper:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-brand, #00274a)}:host([ondark]) .wrapper:focus-within,:host([appearance=inverse]) .wrapper:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-inverse, #ffffff)}:host(:is([validity]:not([validity=valid]))) .wrapper{--ds-auro-input-border-color: var(--ds-basic-color-status-error, #e31f26)}:host([ondark]:is([validity]:not([validity=valid]))) .wrapper,:host([appearance=inverse]:is([validity]:not([validity=valid]))) .wrapper{--ds-auro-input-border-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8)}:host(:not([ondark])[disabled]),:host(:not([appearance=inverse])[disabled]){--ds-auro-input-border-color: var(--ds-basic-color-border-subtle, #dddddd);--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0);--ds-auro-input-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0)}:host([ondark][disabled]),:host([appearance=inverse][disabled]){--ds-auro-input-border-color: var(--ds-advanced-color-button-primary-border-inverse-disabled, rgba(255, 255, 255, 0.75));--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894);--ds-auro-input-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}`;
6307
6307
 
6308
6308
  var tokensCss$1$1 = i$7`:host(:not([ondark])),:host(:not([appearance=inverse])){--ds-auro-input-border-color: var(--ds-basic-color-border-bold, #585e67);--ds-auro-input-container-color: var(--ds-basic-color-surface-default, #ffffff);--ds-auro-input-caret-color: var(--ds-advanced-color-state-focused, #01426a);--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-muted, #676767);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-input-text-color: var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-input-error-icon-color: var(--ds-basic-color-status-error, #e31f26);--ds-auro-input-outline-color: transparent}:host([ondark]),:host([appearance=inverse]){--ds-auro-input-border-color: var(--ds-basic-color-border-inverse, #ffffff);--ds-auro-input-container-color: var(--ds-advanced-color-shared-background-inverse, rgba(255, 255, 255, 0.15));--ds-auro-input-caret-color: var(--ds-advanced-color-state-focused-inverse, #ffffff);--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-inverse-muted, #ccd2db);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-inverse, #ffffff);--ds-auro-input-text-color: var(--ds-basic-color-texticon-inverse, #ffffff);--ds-auro-input-error-icon-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8);--ds-auro-input-outline-color: transparent}`;
6309
6309
 
@@ -12906,7 +12906,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$4 {
12906
12906
  }
12907
12907
  };
12908
12908
 
12909
- var formkitVersion$1 = '202604232250';
12909
+ var formkitVersion$1 = '202604281911';
12910
12910
 
12911
12911
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
12912
12912
  // See LICENSE in the project root for license information.
@@ -13971,7 +13971,7 @@ class AuroBibtemplate extends i$4 {
13971
13971
  }
13972
13972
  }
13973
13973
 
13974
- var formkitVersion = '202604232250';
13974
+ var formkitVersion = '202604281911';
13975
13975
 
13976
13976
  var styleCss$3 = i$7`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block;text-align:left}:host [auro-dropdown]{--ds-auro-dropdown-trigger-background-color: transparent}:host #inputInBib::part(wrapper){box-shadow:none}:host #inputInBib::part(accent-left){display:none}:host([layout*=classic]) [auro-input]{width:100%}:host([layout*=classic]) [auro-input]::part(helpText){display:none}:host([layout*=classic]) #slotHolder{display:none}`;
13977
13977
 
@@ -16,8 +16,8 @@
16
16
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
17
17
  <title>Auro Web Component Demo | auro-combobox | Install</title>
18
18
 
19
- <!-- Prism.js Stylesheet -->
20
- <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/prismjs@1.24.1/themes/prism.css"/>
19
+ <!-- highlight.js Stylesheet -->
20
+ <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.9.0/build/styles/github.min.css"/>
21
21
 
22
22
  <!-- Legacy reference is still needed to support auro-combobox's use of legacy token values at this time -->
23
23
  <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@latest/dist/legacy/auro-classic/CSSCustomProperties.css"/>
@@ -41,20 +41,31 @@
41
41
  <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-header@latest/+esm" type="module"></script>
42
42
 
43
43
  <script type="module">
44
- import 'https://cdn.jsdelivr.net/npm/marked@latest/marked.min.js';
45
- import 'https://cdn.jsdelivr.net/npm/prismjs@latest/prism.js';
44
+ import {unified} from 'https://esm.sh/unified';
45
+ import remarkParse from 'https://esm.sh/remark-parse';
46
+ import remarkGfm from 'https://esm.sh/remark-gfm';
47
+ import remarkRehype from 'https://esm.sh/remark-rehype';
48
+ import rehypeRaw from 'https://esm.sh/rehype-raw';
49
+ import rehypeHighlight from 'https://esm.sh/rehype-highlight';
50
+ import rehypeStringify from 'https://esm.sh/rehype-stringify';
46
51
 
47
- fetch('./install.md')
48
- .then((response) => response.text())
49
- .then((text) => {
50
- const rawHtml = marked.parse(text);
51
- document.querySelector('main').innerHTML = rawHtml;
52
- Prism.highlightAll();
53
- addCopyButtons();
54
- });
52
+ const response = await fetch('./install.md');
53
+ const text = await response.text();
54
+ const result = await unified()
55
+ .use(remarkParse)
56
+ .use(remarkGfm)
57
+ .use(remarkRehype, { allowDangerousHtml: true })
58
+ .use(rehypeRaw)
59
+ .use(rehypeHighlight)
60
+ .use(rehypeStringify)
61
+ .process(text);
62
+
63
+ document.querySelector('main').innerHTML = String(result);
64
+ addCopyButtons();
55
65
 
56
66
  function addCopyButtons() {
57
- document.querySelectorAll('auro-accordion pre[class*="language-"]').forEach((pre) => {
67
+ document.querySelectorAll('pre code[class*="language-"], pre code[class*="hljs"]').forEach((code) => {
68
+ const pre = code.parentElement;
58
69
  const wrapper = document.createElement('div');
59
70
  wrapper.className = 'pre-wrapper';
60
71
  pre.parentNode.insertBefore(wrapper, pre);
@@ -63,9 +74,8 @@
63
74
  btn.className = 'copy-btn';
64
75
  btn.textContent = 'Copy';
65
76
  btn.addEventListener('click', () => {
66
- const code = pre.querySelector('code');
67
- const raw = code ? code.textContent : pre.textContent;
68
- const text = raw.replace(/\u200B/g, '').replace(/^\n+/, '').replace(/\n+$/, '\n');
77
+ const raw = code.textContent;
78
+ const text = raw.replace(/\u200B/g, '').replace(/^\n+/, '').replace(/\n+$/, '\n').replace(/^\$ /, '');
69
79
  navigator.clipboard.writeText(text).then(() => {
70
80
  btn.textContent = 'Copied!';
71
81
  setTimeout(() => { btn.textContent = 'Copy'; }, 1500);
@@ -3,8 +3,6 @@
3
3
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../../docs/templates/componentInstall.md) -->
4
4
  <!-- The below content is automatically added from ./../../../docs/templates/componentInstall.md -->
5
5
 
6
- #### NPM Installation
7
-
8
6
  <pre class="language-shell"><code class="language-shell">$ npm i @aurodesignsystem/auro-formkit</code></pre>
9
7
  <!-- AURO-GENERATED-CONTENT:END -->
10
8
  <auro-header level="2" id="gettingStarted">Getting Started</auro-header>
@@ -5154,7 +5154,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$4 {
5154
5154
  }
5155
5155
  };
5156
5156
 
5157
- var formkitVersion$2 = '202604232250';
5157
+ var formkitVersion$2 = '202604281911';
5158
5158
 
5159
5159
  let AuroElement$2 = class AuroElement extends i$4 {
5160
5160
  static get properties() {
@@ -6303,7 +6303,7 @@ var styleCss$1$1 = i$7`.util_displayInline{display:inline}.util_displayInlineBlo
6303
6303
 
6304
6304
  var styleDefaultCss = i$7`.layoutDefault .typeIcon,:host(:not([layout])) .typeIcon{display:flex;flex-direction:row;align-items:center}.layoutDefault .typeIcon [auro-icon],:host(:not([layout])) .typeIcon [auro-icon]{--ds-auro-icon-size: var(--ds-size-300, 1.5rem);height:var(--ds-size-300, 1.5rem);margin-right:var(--ds-size-100, 0.5rem)}.layoutDefault .notificationIcons,:host(:not([layout])) .notificationIcons{display:flex;flex-direction:row;padding-right:var(--ds-size-100, 0.5rem)}:host([class=layoutDefault][bordered]) .typeIcon,:host(:not([layout])[bordered]) .typeIcon{padding-left:var(--ds-size-100, 0.5rem)}:host([class=layoutDefault][bordered]) .notificationIcons,:host(:not([layout])[bordered]) .notificationIcons{align-items:center}:host([class=layoutDefault][bordered]) .notification:not(:first-of-type),:host(:not([layout])[bordered]) .notification:not(:first-of-type){margin-left:var(--ds-size-100, 0.5rem)}:host([class=layoutDefault][bordered]) .alertNotification,:host(:not([layout])[bordered]) .alertNotification{width:calc(var(--ds-size-300, 1.5rem) + var(--ds-size-25, 0.125rem));height:calc(var(--ds-size-300, 1.5rem) + var(--ds-size-25, 0.125rem))}:host([class=layoutDefault][bordered]) .passwordBtn,:host(:not([layout])[bordered]) .passwordBtn{width:calc(var(--ds-size-300, 1.5rem));height:calc(var(--ds-size-300, 1.5rem))}:host([class=layoutDefault][bordered]) .notificationBtn,:host(:not([layout])[bordered]) .notificationBtn{display:block;width:var(--ds-size-300, 1.5rem);height:var(--ds-size-300, 1.5rem);padding:0;border:0;background:unset;cursor:pointer}:host([class=layoutDefault][bordered]) .notificationBtn [auro-icon],:host(:not([layout])[bordered]) .notificationBtn [auro-icon]{display:block;height:var(--ds-size-300, 1.5rem);--ds-auro-icon-size: var(--ds-size-300, 1.5rem)}:host([class=layoutDefault][bordered]) .notificationBtn [auro-icon][hidden],:host(:not([layout])[bordered]) .notificationBtn [auro-icon][hidden]{display:none}:host([class=layoutDefault]:not([bordered])) .typeIcon,:host([class=layoutDefault]:not([bordered])) .notificationIcons,:host(:not([layout]):not([bordered])) .typeIcon,:host(:not([layout]):not([bordered])) .notificationIcons{align-items:flex-end;padding-bottom:var(--ds-size-50, 0.25rem)}:host([class=layoutDefault]:not([bordered])) .clearBtn,:host(:not([layout]):not([bordered])) .clearBtn{transition:all .3s cubic-bezier(0.215, 0.61, 0.355, 1);overflow:hidden;width:0;opacity:0}.layoutDefault .wrapper:hover .clearBtn,.layoutDefault .wrapper:focus-within .clearBtn,:host(:not([layout])) .wrapper:hover .clearBtn,:host(:not([layout])) .wrapper:focus-within .clearBtn{width:calc(var(--ds-size-200, 1rem) + var(--ds-size-25, 0.125rem));height:calc(var(--ds-size-200, 1rem) + var(--ds-size-25, 0.125rem));opacity:1}:host([class=layoutDefault]:focus-within[type=password]) .notificationIcons[hasValue] .alertNotification,:host(:not([layout]):focus-within[type=password]) .notificationIcons[hasValue] .alertNotification{overflow:hidden;width:0;height:0;padding:0;margin:0;visibility:hidden}.layoutDefault input,:host(:not([layout])) input{border:unset}.layoutDefault .wrapper,:host(:not([layout])) .wrapper{position:relative;overflow:hidden;border-style:solid}:host([class=layoutDefault]:not([bordered],[borderless])) .wrapper,:host(:not([layout]):not([bordered],[borderless])) .wrapper{border-width:1px 0}:host([class=layoutDefault][bordered]) .wrapper,:host(:not([layout])[bordered]) .wrapper{border-width:1px;border-radius:var(--ds-border-radius, 0.375rem)}:host([class=layoutDefault]:not([borderless])) .wrapper:focus-within:before,:host(:not([layout]):not([borderless])) .wrapper:focus-within:before{position:absolute;display:block;border-bottom-width:1px;border-bottom-style:solid;content:"";inset:0;pointer-events:none}:host([class=layoutDefault][validity]:not([validity=valid])) .wrapper:before,:host(:not([layout])[validity]:not([validity=valid])) .wrapper:before{border-bottom:0}:focus:not(:focus-visible){outline:3px solid transparent}.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock,:host{display:block}.util_displayFlex{display:flex}.util_displayHidden,:host([hidden]:not(:focus):not(:active)){display:none}.util_displayHiddenVisually,:host([hiddenVisually]:not(:focus):not(:active)){position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{text-align:left}.layoutDefault :host,:host(:not([layout])) :host{position:relative;display:block}.layoutDefault .wrapper,:host(:not([layout])) .wrapper{display:flex;flex-direction:row}.layoutDefault .main,:host(:not([layout])) .main{display:flex;flex-direction:row;position:relative;flex:1}`;
6305
6305
 
6306
- var colorBaseCss = i$7`.wrapper{border-color:red;background-color:var(--ds-auro-input-container-color);color:var(--ds-auro-input-text-color)}.wrapper label{color:var(--ds-auro-input-label-text-color)}.wrapper input{caret-color:var(--ds-auro-input-caret-color);color:var(--ds-auro-input-text-color)}.wrapper input::placeholder{color:var(--ds-auro-input-placeholder-text-color)}.wrapper input:focus::placeholder{color:var(--ds-auro-input-placeholder-text-color)}:host(:not([ondark])) .wrapper:focus-within,:host(:not([appearance=inverse])) .wrapper:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-brand, #00274a)}:host([ondark]) .wrapper:focus-within,:host([appearance=inverse]) .wrapper:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-inverse, #ffffff)}:host(:is([validity]:not([validity=valid]))) .wrapper{--ds-auro-input-border-color: var(--ds-basic-color-status-error, #e31f26)}:host([ondark]:is([validity]:not([validity=valid]))) .wrapper,:host([appearance=inverse]:is([validity]:not([validity=valid]))) .wrapper{--ds-auro-input-border-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8)}:host(:not([ondark])[disabled]),:host(:not([appearance=inverse])[disabled]){--ds-auro-input-border-color: var(--ds-basic-color-border-subtle, #dddddd);--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0);--ds-auro-input-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0)}:host([ondark][disabled]),:host([appearance=inverse][disabled]){--ds-auro-input-border-color: var(--ds-advanced-color-button-primary-border-inverse-disabled, rgba(255, 255, 255, 0.75));--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894);--ds-auro-input-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}`;
6306
+ var colorBaseCss = i$7`.wrapper{border-color:var(--ds-auro-input-border-color);background-color:var(--ds-auro-input-container-color);color:var(--ds-auro-input-text-color)}.wrapper label{color:var(--ds-auro-input-label-text-color)}.wrapper input{caret-color:var(--ds-auro-input-caret-color);color:var(--ds-auro-input-text-color)}.wrapper input::placeholder{color:var(--ds-auro-input-placeholder-text-color)}.wrapper input:focus::placeholder{color:var(--ds-auro-input-placeholder-text-color)}:host(:not([ondark])) .wrapper:focus-within,:host(:not([appearance=inverse])) .wrapper:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-brand, #00274a)}:host([ondark]) .wrapper:focus-within,:host([appearance=inverse]) .wrapper:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-inverse, #ffffff)}:host(:is([validity]:not([validity=valid]))) .wrapper{--ds-auro-input-border-color: var(--ds-basic-color-status-error, #e31f26)}:host([ondark]:is([validity]:not([validity=valid]))) .wrapper,:host([appearance=inverse]:is([validity]:not([validity=valid]))) .wrapper{--ds-auro-input-border-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8)}:host(:not([ondark])[disabled]),:host(:not([appearance=inverse])[disabled]){--ds-auro-input-border-color: var(--ds-basic-color-border-subtle, #dddddd);--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0);--ds-auro-input-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0)}:host([ondark][disabled]),:host([appearance=inverse][disabled]){--ds-auro-input-border-color: var(--ds-advanced-color-button-primary-border-inverse-disabled, rgba(255, 255, 255, 0.75));--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894);--ds-auro-input-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}`;
6307
6307
 
6308
6308
  var tokensCss$1$1 = i$7`:host(:not([ondark])),:host(:not([appearance=inverse])){--ds-auro-input-border-color: var(--ds-basic-color-border-bold, #585e67);--ds-auro-input-container-color: var(--ds-basic-color-surface-default, #ffffff);--ds-auro-input-caret-color: var(--ds-advanced-color-state-focused, #01426a);--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-muted, #676767);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-input-text-color: var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-input-error-icon-color: var(--ds-basic-color-status-error, #e31f26);--ds-auro-input-outline-color: transparent}:host([ondark]),:host([appearance=inverse]){--ds-auro-input-border-color: var(--ds-basic-color-border-inverse, #ffffff);--ds-auro-input-container-color: var(--ds-advanced-color-shared-background-inverse, rgba(255, 255, 255, 0.15));--ds-auro-input-caret-color: var(--ds-advanced-color-state-focused-inverse, #ffffff);--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-inverse-muted, #ccd2db);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-inverse, #ffffff);--ds-auro-input-text-color: var(--ds-basic-color-texticon-inverse, #ffffff);--ds-auro-input-error-icon-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8);--ds-auro-input-outline-color: transparent}`;
6309
6309
 
@@ -12906,7 +12906,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$4 {
12906
12906
  }
12907
12907
  };
12908
12908
 
12909
- var formkitVersion$1 = '202604232250';
12909
+ var formkitVersion$1 = '202604281911';
12910
12910
 
12911
12911
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
12912
12912
  // See LICENSE in the project root for license information.
@@ -13971,7 +13971,7 @@ class AuroBibtemplate extends i$4 {
13971
13971
  }
13972
13972
  }
13973
13973
 
13974
- var formkitVersion = '202604232250';
13974
+ var formkitVersion = '202604281911';
13975
13975
 
13976
13976
  var styleCss$3 = i$7`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block;text-align:left}:host [auro-dropdown]{--ds-auro-dropdown-trigger-background-color: transparent}:host #inputInBib::part(wrapper){box-shadow:none}:host #inputInBib::part(accent-left){display:none}:host([layout*=classic]) [auro-input]{width:100%}:host([layout*=classic]) [auro-input]::part(helpText){display:none}:host([layout*=classic]) #slotHolder{display:none}`;
13977
13977
 
@@ -18,8 +18,8 @@
18
18
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
19
19
  <title>Auro Web Component Demo | auro-combobox</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-combobox'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"/>
@@ -64,15 +64,26 @@
64
64
  <main></main>
65
65
 
66
66
  <script type="module">
67
- import 'https://cdn.jsdelivr.net/npm/marked@latest/marked.min.js';
68
- import 'https://cdn.jsdelivr.net/npm/prismjs@latest/prism.js';
69
- fetch('./keyboard-behavior.md')
70
- .then((response) => response.text())
71
- .then((text) => {
72
- const rawHtml = marked.parse(text);
73
- document.querySelector('main').innerHTML = rawHtml;
74
- Prism.highlightAll();
75
- })
67
+ import {unified} from 'https://esm.sh/unified';
68
+ import remarkParse from 'https://esm.sh/remark-parse';
69
+ import remarkGfm from 'https://esm.sh/remark-gfm';
70
+ import remarkRehype from 'https://esm.sh/remark-rehype';
71
+ import rehypeRaw from 'https://esm.sh/rehype-raw';
72
+ import rehypeHighlight from 'https://esm.sh/rehype-highlight';
73
+ import rehypeStringify from 'https://esm.sh/rehype-stringify';
74
+
75
+ const response = await fetch('./keyboard-behavior.md');
76
+ const text = await response.text();
77
+ const result = await unified()
78
+ .use(remarkParse)
79
+ .use(remarkGfm)
80
+ .use(remarkRehype, { allowDangerousHtml: true })
81
+ .use(rehypeRaw)
82
+ .use(rehypeHighlight)
83
+ .use(rehypeStringify)
84
+ .process(text);
85
+
86
+ document.querySelector('main').innerHTML = String(result);
76
87
  </script>
77
88
 
78
89
  <!-- If additional elements are needed for the demo, add them here. -->
@@ -18,8 +18,8 @@
18
18
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
19
19
  <title>Auro Web Component Demo | auro-combobox</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-combobox'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"/>
@@ -39,19 +39,31 @@
39
39
  <main></main>
40
40
 
41
41
  <script type="module">
42
- import 'https://cdn.jsdelivr.net/npm/marked@latest/marked.min.js';
43
- import 'https://cdn.jsdelivr.net/npm/prismjs@latest/prism.js';
44
- fetch('./readme.md')
45
- .then((response) => response.text())
46
- .then((text) => {
47
- const rawHtml = marked.parse(text);
48
- document.querySelector('main').innerHTML = rawHtml;
49
- Prism.highlightAll();
50
- addCopyButtons();
51
- });
42
+ import {unified} from 'https://esm.sh/unified';
43
+ import remarkParse from 'https://esm.sh/remark-parse';
44
+ import remarkGfm from 'https://esm.sh/remark-gfm';
45
+ import remarkRehype from 'https://esm.sh/remark-rehype';
46
+ import rehypeRaw from 'https://esm.sh/rehype-raw';
47
+ import rehypeHighlight from 'https://esm.sh/rehype-highlight';
48
+ import rehypeStringify from 'https://esm.sh/rehype-stringify';
49
+
50
+ const response = await fetch('./readme.md');
51
+ const text = await response.text();
52
+ const result = await unified()
53
+ .use(remarkParse)
54
+ .use(remarkGfm)
55
+ .use(remarkRehype, { allowDangerousHtml: true })
56
+ .use(rehypeRaw)
57
+ .use(rehypeHighlight)
58
+ .use(rehypeStringify)
59
+ .process(text);
60
+
61
+ document.querySelector('main').innerHTML = String(result);
62
+ addCopyButtons();
52
63
 
53
64
  function addCopyButtons() {
54
- document.querySelectorAll('auro-accordion pre[class*="language-"]').forEach((pre) => {
65
+ document.querySelectorAll('pre code[class*="language-"], pre code[class*="hljs"]').forEach((code) => {
66
+ const pre = code.parentElement;
55
67
  const wrapper = document.createElement('div');
56
68
  wrapper.className = 'pre-wrapper';
57
69
  pre.parentNode.insertBefore(wrapper, pre);
@@ -60,9 +72,8 @@
60
72
  btn.className = 'copy-btn';
61
73
  btn.textContent = 'Copy';
62
74
  btn.addEventListener('click', () => {
63
- const code = pre.querySelector('code');
64
- const raw = code ? code.textContent : pre.textContent;
65
- const text = raw.replace(/\u200B/g, '').replace(/^\n+/, '').replace(/\n+$/, '\n');
75
+ const raw = code.textContent;
76
+ const text = raw.replace(/\u200B/g, '').replace(/^\n+/, '').replace(/\n+$/, '\n').replace(/^\$ /, '');
66
77
  navigator.clipboard.writeText(text).then(() => {
67
78
  btn.textContent = 'Copied!';
68
79
  setTimeout(() => { btn.textContent = 'Copy'; }, 1500);
@@ -60,8 +60,6 @@ The `<auro-combobox>` element should be used in situations where users may:
60
60
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=../../docs/templates/componentInstall.md) -->
61
61
  <!-- The below content is automatically added from ../../docs/templates/componentInstall.md -->
62
62
 
63
- #### NPM Installation
64
-
65
63
  <pre class="language-shell"><code class="language-shell">$ npm i @aurodesignsystem/auro-formkit</code></pre>
66
64
  <!-- AURO-GENERATED-CONTENT:END -->
67
65
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=../../docs/templates/gettingStarted.md) -->