@aurodesignsystem/auro-formkit 2.0.0-beta.51 → 2.0.0-beta.53

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 (78) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/README.md +27 -6
  3. package/components/bibtemplate/dist/headerVersion.d.ts +1 -1
  4. package/components/bibtemplate/dist/index.js +4 -3
  5. package/components/bibtemplate/dist/registered.js +4 -3
  6. package/components/checkbox/README.md +56 -93
  7. package/components/checkbox/demo/index.md +0 -45
  8. package/components/checkbox/demo/readme.html +49 -0
  9. package/components/checkbox/demo/readme.md +142 -0
  10. package/components/combobox/README.md +57 -102
  11. package/components/combobox/demo/api.md +1 -1
  12. package/components/combobox/demo/api.min.js +10 -8
  13. package/components/combobox/demo/index.md +0 -53
  14. package/components/combobox/demo/index.min.js +10 -8
  15. package/components/combobox/demo/readme.html +49 -0
  16. package/components/combobox/demo/readme.md +152 -0
  17. package/components/combobox/dist/auro-combobox.d.ts +1 -1
  18. package/components/combobox/dist/index.js +10 -8
  19. package/components/combobox/dist/registered.js +10 -8
  20. package/components/counter/README.md +58 -100
  21. package/components/counter/demo/api.js +3 -0
  22. package/components/counter/demo/api.md +255 -13
  23. package/components/counter/demo/api.min.js +27 -12
  24. package/components/counter/demo/index.html +0 -1
  25. package/components/counter/demo/index.js +1 -2
  26. package/components/counter/demo/index.md +71 -221
  27. package/components/counter/demo/index.min.js +16 -12
  28. package/components/counter/demo/readme.html +49 -0
  29. package/components/counter/demo/readme.md +146 -0
  30. package/components/counter/dist/auro-counter-group.d.ts +7 -7
  31. package/components/counter/dist/auro-counter.d.ts +1 -1
  32. package/components/counter/dist/index.js +16 -12
  33. package/components/counter/dist/registered.js +16 -12
  34. package/components/datepicker/README.md +59 -97
  35. package/components/datepicker/demo/api.md +125 -124
  36. package/components/datepicker/demo/api.min.js +19 -17
  37. package/components/datepicker/demo/index.md +8 -47
  38. package/components/datepicker/demo/index.min.js +19 -17
  39. package/components/datepicker/demo/readme.html +49 -0
  40. package/components/datepicker/demo/readme.md +140 -0
  41. package/components/datepicker/dist/auro-datepicker.d.ts +3 -3
  42. package/components/datepicker/dist/index.js +19 -17
  43. package/components/datepicker/dist/registered.js +19 -17
  44. package/components/dropdown/README.md +56 -92
  45. package/components/dropdown/demo/index.md +1 -60
  46. package/components/dropdown/demo/readme.html +49 -0
  47. package/components/dropdown/demo/readme.md +144 -0
  48. package/components/form/README.md +56 -91
  49. package/components/form/demo/readme.html +49 -0
  50. package/components/form/demo/readme.md +145 -0
  51. package/components/form/demo/working.html +2 -2
  52. package/components/input/README.md +56 -87
  53. package/components/input/demo/api.min.js +5 -4
  54. package/components/input/demo/index.md +0 -31
  55. package/components/input/demo/index.min.js +5 -4
  56. package/components/input/demo/readme.html +49 -0
  57. package/components/input/demo/readme.md +135 -0
  58. package/components/input/dist/index.js +5 -4
  59. package/components/input/dist/registered.js +5 -4
  60. package/components/menu/README.md +56 -93
  61. package/components/menu/demo/index.md +1 -44
  62. package/components/menu/demo/readme.html +49 -0
  63. package/components/menu/demo/readme.md +145 -0
  64. package/components/radio/README.md +56 -87
  65. package/components/radio/demo/index.md +0 -45
  66. package/components/radio/demo/readme.html +49 -0
  67. package/components/radio/demo/readme.md +137 -0
  68. package/components/select/README.md +57 -100
  69. package/components/select/demo/api.md +1 -1
  70. package/components/select/demo/api.min.js +5 -4
  71. package/components/select/demo/index.md +0 -53
  72. package/components/select/demo/index.min.js +5 -4
  73. package/components/select/demo/readme.html +49 -0
  74. package/components/select/demo/readme.md +143 -0
  75. package/components/select/dist/auro-select.d.ts +1 -1
  76. package/components/select/dist/index.js +5 -4
  77. package/components/select/dist/registered.js +5 -4
  78. package/package.json +3 -2
@@ -1063,7 +1063,7 @@ var colorCss$b = i$h`.util_displayInline{display:inline}.util_displayInlineBlock
1063
1063
 
1064
1064
  var tokensCss$8 = i$h`:host{--ds-auro-datepicker-placeholder-color: var(--ds-color-text-secondary-default, #525252);--ds-auro-datepicker-range-input-divider-color: var(--ds-color-border-primary-default, #585e67);--ds-auro-calendar-mobile-header-container-color: var(--ds-color-container-primary-default, #ffffff);--ds-auro-calendar-mobile-header-divider-color: var(--ds-color-border-divider-default, rgba(0, 0, 0, 0.12));--ds-auro-calendar-mobile-header-text-color: var(--ds-color-text-secondary-default, #525252);--ds-auro-calendar-nav-btn-border-color: transparent;--ds-auro-calendar-nav-btn-chevron-color: var(--ds-color-icon-ui-primary-default-default, #2c67b5);--ds-auro-calendar-nav-btn-container-color: transparent;--ds-auro-calendar-month-container-color: var(--ds-color-container-primary-default, #ffffff);--ds-auro-calendar-month-divider-color: var(--ds-color-border-divider-default, rgba(0, 0, 0, 0.12));--ds-auro-calendar-month-header-color: var(--ds-color-text-primary-default, #2a2a2a);--ds-auro-calendar-cell-border-color: transparent;--ds-auro-calendar-cell-boxshadow-color: var(--ds-elevation-200, 0px 0px 10px rgba(0, 0, 0, 0.15));--ds-auro-calendar-cell-container-color: transparent;--ds-auro-calendar-cell-in-range-color: var(--ds-color-container-secondary-default, #f7f7f7);--ds-auro-calendar-cell-price-text-color: var(--ds-color-text-primary-default, #2a2a2a);--ds-auro-calendar-cell-text-color: var(--ds-color-text-primary-default, #2a2a2a)}`;
1065
1065
 
1066
- var styleCss$a = i$h`:host{--calendar-width: 336px;--mobile-footer-height: 150px;--mobile-header-height: 68px;height:100vh;height:100dvh}.calendars{display:flex;flex-direction:row}.calendarNavButtons{position:absolute;top:var(--ds-size-200, 1rem);right:var(--ds-size-50, 0.25rem);left:var(--ds-size-50, 0.25rem)}.calendarNavBtn{display:flex;width:var(--ds-size-500, 2.5rem);height:var(--ds-size-500, 2.5rem);align-items:center;justify-content:center;border-width:1px;border-style:solid;border-radius:50%;cursor:pointer}.prevMonth,.nextMonth{position:absolute;top:0}.prevMonth{left:0}.nextMonth{right:0}.headerActions{padding:0 var(--ds-size-200, 1rem)}.mobileHeader{width:100%;height:var(--mobile-header-height);z-index:1;align-items:center;flex-direction:row}.headerDateFrom{display:flex;height:var(--mobile-header-height);flex:1;flex-direction:column;justify-content:center;padding:0 var(--ds-size-150, 0.75rem) 0 var(--ds-size-200, 1rem)}.mobileDateLabel{font-size:var(--ds-text-body-size-xs, 0.75rem)}.headerDateTo{height:calc(var(--mobile-header-height) - var(--ds-size-300, 1.5rem));padding:var(--ds-size-300, 1.5rem) var(--ds-size-100, 0.5rem) 0 var(--ds-size-200, 1rem)}:host(:not([noRange])) .headerDateTo{position:relative;display:flex;flex:1;flex-direction:column;justify-content:center}:host(:not([noRange])) .headerDateTo:after{position:absolute;top:calc(50% + 10px);left:0;display:block;width:1px;height:var(--ds-size-300, 1.5rem);content:"";transform:translateY(-50%)}.mobileFooter{display:none;width:100%;align-items:flex-end;flex-direction:column;justify-content:flex-end}.mobileFooterActions{position:relative;bottom:0;left:50%;display:none;width:calc(100% - var(--ds-size-200, 1rem)*2);align-items:flex-end;flex-direction:column;justify-content:flex-end;padding:var(--ds-size-150) calc(var(--ds-size-200, 1rem));transform:translateX(-50%)}.mobileFooterActions auro-button{width:100%}:host([isfullscreen]){width:100%;max-height:100dvh;overflow:hidden}:host([isfullscreen]) .prevMonth,:host([isfullscreen]) .nextMonth{display:none}:host([isfullscreen]) .mobileHeader,:host([isfullscreen]) .mobileFooter,:host([isfullscreen]) .mobileFooterActions{display:flex}:host([isfullscreen]) .calendarWrapper{display:flex;flex-direction:column}:host([isfullscreen]) .calendars{display:flex;flex-direction:column;flex:1;align-items:center;width:100%;overflow-y:scroll;overscroll-behavior:contain}:host([isfullscreen]) .calendars:after{display:block;width:100%;height:var(--mobile-footer-height);content:""}`;
1066
+ var styleCss$a = i$h`:host{--calendar-width: 336px;--mobile-footer-height: 150px;--mobile-header-height: 68px;height:100vh;height:100dvh}.calendars{display:flex;flex-direction:row}.calendarNavButtons{position:absolute;top:var(--ds-size-200, 1rem);right:var(--ds-size-50, 0.25rem);left:var(--ds-size-50, 0.25rem)}.calendarNavBtn{display:flex;width:var(--ds-size-500, 2.5rem);height:var(--ds-size-500, 2.5rem);align-items:center;justify-content:center;border-width:1px;border-style:solid;border-radius:50%;cursor:pointer}.prevMonth,.nextMonth{position:absolute;top:0}.prevMonth{left:0}.nextMonth{right:0}.headerActions{padding:0 var(--ds-size-200, 1rem)}.mobileHeader{width:100%;height:var(--mobile-header-height);z-index:1;align-items:center;flex-direction:row}.headerDateFrom{display:flex;height:var(--mobile-header-height);flex:1;flex-direction:column;justify-content:center;padding:0 var(--ds-size-150, 0.75rem) 0 var(--ds-size-200, 1rem)}.mobileDateLabel{font-size:var(--ds-text-body-size-xs, 0.75rem)}.headerDateTo{height:calc(var(--mobile-header-height) - var(--ds-size-300, 1.5rem));padding:var(--ds-size-300, 1.5rem) var(--ds-size-100, 0.5rem) 0 var(--ds-size-200, 1rem)}:host(:not([noRange])) .headerDateTo{position:relative;display:flex;flex:1;flex-direction:column;justify-content:center}:host(:not([noRange])) .headerDateTo:after{position:absolute;top:calc(50% + 10px);left:0;display:block;width:1px;height:var(--ds-size-300, 1.5rem);content:"";transform:translateY(-50%)}.mobileFooter{display:none;width:100%;align-items:flex-end;flex-direction:column;justify-content:flex-end}.mobileFooterActions{position:relative;bottom:0;left:50%;display:none;width:calc(100% - var(--ds-size-200, 1rem)*2);align-items:flex-end;flex-direction:column;justify-content:flex-end;padding:var(--ds-size-150) calc(var(--ds-size-200, 1rem));transform:translateX(-50%)}.mobileFooterActions auro-button{width:100%}:host([isfullscreen]){width:100%;max-height:100dvh;overflow:hidden}:host([isfullscreen]) .prevMonth,:host([isfullscreen]) .nextMonth{display:none}:host([isfullscreen]) .mobileHeader,:host([isfullscreen]) .mobileFooter,:host([isfullscreen]) .mobileFooterActions{display:flex}:host([isfullscreen]) .calendarWrapper{display:flex;flex-direction:column}:host([isfullscreen]) .calendars{display:flex;flex-direction:column;flex:1;align-items:center;width:100%;overscroll-behavior:contain}:host([isfullscreen]) .calendars:after{display:block;width:100%;height:var(--mobile-footer-height);content:""}`;
1067
1067
 
1068
1068
  var colorCss$a = i$h`.calendarNavBtn{border-color:var(--ds-auro-calendar-nav-btn-border-color);background-color:var(--ds-auro-calendar-nav-btn-container-color);color:var(--ds-auro-calendar-nav-btn-chevron-color)}.calendarNavBtn:hover,.calendarNavBtn:focus{--ds-auro-calendar-nav-btn-border-color: var(--ds-color-border-ui-default-default, #2c67b5)}.calendarNavBtn:active{--ds-auro-calendar-nav-btn-border-color: var(--ds-color-border-ui-default-default, #2c67b5);box-shadow:inset 0 0 0 1px var(--ds-auro-calendar-nav-btn-border-color)}.mobileHeader{background-color:var(--ds-auro-calendar-mobile-header-container-color)}.mobileDateLabel{color:var(--ds-auro-calendar-mobile-header-text-color)}:host(:not([noRange])) .headerDateTo:after{background-color:var(--ds-auro-calendar-mobile-header-divider-color)}@media screen and (max-width: 576px){.calendarNavBtn{--ds-auro-calendar-nav-btn-border-color: var(--ds-color-border-ui-default-default, #2c67b5)}}`;
1069
1069
 
@@ -11100,7 +11100,7 @@ let AuroIcon$2 = class AuroIcon extends BaseIcon$2 {
11100
11100
 
11101
11101
  var iconVersion$2 = '6.1.2';
11102
11102
 
11103
- var styleCss$6 = i$5$2`.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)}.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)}`;
11103
+ var styleCss$6 = i$5$2`.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)}`;
11104
11104
 
11105
11105
  // Copyright (c) 2020 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
11106
11106
  // See LICENSE in the project root for license information.
@@ -11109,6 +11109,7 @@ var styleCss$6 = i$5$2`.heading{margin:1.75rem 0;letter-spacing:var(--ds-text-he
11109
11109
  /**
11110
11110
  * The auro-header component is a custom element to make using headers with the Auro Design System seamless and easy.
11111
11111
  *
11112
+ * @attr {Boolean} no-margin-block - if declared, margin-block will be set to `0`
11112
11113
  * @attr {String} level - Determines heading level for HTML element. Options are `1` - `6`
11113
11114
  * @attr {String} display - Determines presentation of header. Options are `display`, `800`, `700`, `600`, `500`, `400`, `300`.
11114
11115
  * @attr {String} color - Allows user to pass in CSS custom property or direct hex value to change the color of the header
@@ -11241,7 +11242,7 @@ class AuroHeader extends r$a {
11241
11242
  }
11242
11243
  }
11243
11244
 
11244
- var headerVersion = '3.0.0';
11245
+ var headerVersion = '4.0.0';
11245
11246
 
11246
11247
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
11247
11248
  // See LICENSE in the project root for license information.
@@ -11340,7 +11341,7 @@ class AuroBibtemplate extends r$a {
11340
11341
  <button id="closeButton" @click="${this.onCloseButtonClick}">
11341
11342
  <${this.iconTag} category="interface" name="x-lg"></${this.iconTag}>
11342
11343
  </button>
11343
- <${this.headerTag} display="${this.large ? 'display' : '600'}" level="3" size="none" id="header">
11344
+ <${this.headerTag} display="${this.large ? 'display' : '600'}" level="3" size="none" id="header" no-margin-block>
11344
11345
  <slot name="header"></slot>
11345
11346
  </${this.headerTag}>
11346
11347
  <span id="subheader">
@@ -11673,12 +11674,12 @@ class AuroCalendar extends RangeDatepicker {
11673
11674
  ?isFullscreen="${this.isFullscreen}"
11674
11675
  @close-click="${this.utilCal.requestDismiss}">
11675
11676
 
11676
- <span slot="header">${this.slots.mobileHeadline}</span>
11677
+ <span slot="header">${this.slots["bib.fullscreen.headline"]}</span>
11677
11678
 
11678
11679
  <div slot="subheader" class="mobileHeader">
11679
11680
  <div class="headerDateFrom">
11680
- <span class="mobileDateLabel">${this.slots.mobileDateLabel}</span>
11681
- <slot name="mobileDateFromStr"></slot>
11681
+ <span class="mobileDateLabel">${this.slots["bib.fullscreen.dateLabel"]}</span>
11682
+ <slot name="bib.fullscreen.fromStr"></slot>
11682
11683
  </div>
11683
11684
  <div class="headerDateTo"><slot name="mobileDateToStr"></slot></div>
11684
11685
  </div>
@@ -15183,7 +15184,8 @@ const stringsES = {
15183
15184
  'dateYYMM': 'Ingrese una fecha completa en el formato AA/MM',
15184
15185
  'dateYY': 'Ingrese una fecha completa en el formato AA',
15185
15186
  'dateMM': 'Ingrese una fecha completa en el formato MM',
15186
- 'dateDD': 'Ingrese una fecha completa en el formato DD'
15187
+ 'dateDD': 'Ingrese una fecha completa en el formato DD',
15188
+ 'clearInput': 'Borrar campo de entrada',
15187
15189
  };
15188
15190
 
15189
15191
  const stringsEN = {
@@ -15206,7 +15208,8 @@ const stringsEN = {
15206
15208
  'dateYYMM': 'Please enter a complete date in the format YY/MM',
15207
15209
  'dateYY': 'Please enter a complete date in the format YY',
15208
15210
  'dateMM': 'Please enter a complete date in the format MM',
15209
- 'dateDD': 'Please enter a complete date in the format DD'
15211
+ 'dateDD': 'Please enter a complete date in the format DD',
15212
+ 'clearInput': 'Clear input field',
15210
15213
  };
15211
15214
 
15212
15215
  /**
@@ -21632,8 +21635,7 @@ class AuroInput extends BaseInput {
21632
21635
  <${this.buttonTag}
21633
21636
  variant="flat"
21634
21637
  class="notificationBtn clearBtn"
21635
- aria-hidden="true"
21636
- tabindex="-1"
21638
+ aria-label="${i18n(this.lang, 'clearInput')}"
21637
21639
  @click="${this.handleClickClear}">
21638
21640
  <${this.iconTag}
21639
21641
  customColor
@@ -21677,8 +21679,8 @@ var inputVersion = '4.2.0';
21677
21679
  // See https://git.io/JJ6SJ for "How to document your components using JSDoc"
21678
21680
  /**
21679
21681
  * @slot helpText - Defines the content of the helpText.
21680
- * @slot mobileHeadline - Defines the headline to display above mobileDateLabels in the mobile layout.
21681
- * @slot mobileDateLabel - Defines the content to display above selected dates in the mobile layout.
21682
+ * @slot bib.fullscreen.headline - Defines the headline to display above bib.fullscreen.dateLabels in the mobile layout.
21683
+ * @slot bib.fullscreen.dateLabel - Defines the content to display above selected dates in the mobile layout.
21682
21684
  * @slot toLabel - Defines the label content for the second input when the `range` attribute is used.
21683
21685
  * @slot fromLabel - Defines the label content for the first input.
21684
21686
  * @slot date_MM_DD_YYYY - Defines the content to display in the auro-calendar-cell for the specified date. The content text is colored using the success state token when the `highlight` attribute is applied to the slot.
@@ -21851,7 +21853,7 @@ class AuroDatePicker extends r$c {
21851
21853
  },
21852
21854
 
21853
21855
  /**
21854
- * If declared, make mobileHeadline in HeadingDisplay.
21856
+ * If declared, make bib.fullscreen.headline in HeadingDisplay.
21855
21857
  * Otherwise, Heading 600.
21856
21858
  */
21857
21859
  largeFullscreenHeadline: {
@@ -22699,9 +22701,9 @@ class AuroDatePicker extends r$c {
22699
22701
  .monthNames="${this.monthNames}"
22700
22702
  part="calendar"
22701
22703
  >
22702
- <slot slot="mobileHeadline" name="mobileHeadline" @slotchange="${this.handleSlotToSlot}"></slot>
22703
- <slot slot="mobileDateLabel" name="mobileDateLabel" @slotchange="${this.handleSlotToSlot}"></slot>
22704
- <span slot="mobileDateFromStr">${this.value || u$9`<span class="placeholderDate">${this.format.toUpperCase()}</span>`}</span>
22704
+ <slot slot="bib.fullscreen.headline" name="bib.fullscreen.headline" @slotchange="${this.handleSlotToSlot}"></slot>
22705
+ <slot slot="bib.fullscreen.dateLabel" name="bib.fullscreen.dateLabel" @slotchange="${this.handleSlotToSlot}"></slot>
22706
+ <span slot="bib.fullscreen.fromStr">${this.value || u$9`<span class="placeholderDate">${this.format.toUpperCase()}</span>`}</span>
22705
22707
  ${this.range ? u$9`<span slot="mobileDateToStr">${this.valueEnd || u$9`<span class="placeholderDate">${this.format.toUpperCase()}</span>`}</span>` : undefined}
22706
22708
  </auro-calendar>
22707
22709
  </div>
@@ -23,9 +23,9 @@ The `<auro-datepicker>` element should be used in situations where users may:
23
23
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/basic.html) -->
24
24
  <!-- The below content is automatically added from ./../apiExamples/basic.html -->
25
25
  <auro-datepicker>
26
- <span slot="mobileHeadline">Datepicker Headline</span>
26
+ <span slot="bib.fullscreen.headline">Datepicker Headline</span>
27
27
  <span slot="fromLabel">Choose a date</span>
28
- <span slot="mobileDateLabel">Choose a date</span>
28
+ <span slot="bib.fullscreen.dateLabel">Choose a date</span>
29
29
  </auro-datepicker>
30
30
  <!-- AURO-GENERATED-CONTENT:END -->
31
31
  </div>
@@ -36,9 +36,9 @@ The `<auro-datepicker>` element should be used in situations where users may:
36
36
 
37
37
  ```html
38
38
  <auro-datepicker>
39
- <span slot="mobileHeadline">Datepicker Headline</span>
39
+ <span slot="bib.fullscreen.headline">Datepicker Headline</span>
40
40
  <span slot="fromLabel">Choose a date</span>
41
- <span slot="mobileDateLabel">Choose a date</span>
41
+ <span slot="bib.fullscreen.dateLabel">Choose a date</span>
42
42
  </auro-datepicker>
43
43
  ```
44
44
  <!-- AURO-GENERATED-CONTENT:END -->
@@ -50,10 +50,10 @@ The `<auro-datepicker>` element should be used in situations where users may:
50
50
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/basicRange.html) -->
51
51
  <!-- The below content is automatically added from ./../apiExamples/basicRange.html -->
52
52
  <auro-datepicker range>
53
- <span slot="mobileHeadline">Datepicker Range Headline</span>
53
+ <span slot="bib.fullscreen.headline">Datepicker Range Headline</span>
54
54
  <span slot="fromLabel">Departure</span>
55
55
  <span slot="toLabel">Return</span>
56
- <span slot="mobileDateLabel">Roundtrip</span>
56
+ <span slot="bib.fullscreen.dateLabel">Roundtrip</span>
57
57
  </auro-datepicker>
58
58
  <!-- AURO-GENERATED-CONTENT:END -->
59
59
  </div>
@@ -64,50 +64,11 @@ The `<auro-datepicker>` element should be used in situations where users may:
64
64
 
65
65
  ```html
66
66
  <auro-datepicker range>
67
- <span slot="mobileHeadline">Datepicker Range Headline</span>
67
+ <span slot="bib.fullscreen.headline">Datepicker Range Headline</span>
68
68
  <span slot="fromLabel">Departure</span>
69
69
  <span slot="toLabel">Return</span>
70
- <span slot="mobileDateLabel">Roundtrip</span>
70
+ <span slot="bib.fullscreen.dateLabel">Roundtrip</span>
71
71
  </auro-datepicker>
72
72
  ```
73
73
  <!-- AURO-GENERATED-CONTENT:END -->
74
74
  </auro-accordion>
75
-
76
- ## Recommended Use and Version Control
77
-
78
- There are two important parts of every Auro component. The <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes">class</a> and the custom element. The class is exported and then used as part of defining the Web Component. When importing this component as described in the <a href="#install">install</a> section, the class is imported and the `auro-button` custom element is defined automatically.
79
-
80
- To protect from versioning conflicts with other instances of the component being loaded, it is recommended to use our `AuroDatePicker.register(name)` method and pass in a unique name.
81
-
82
- ```js
83
- import { AuroDatePicker } from './src/auro-datepicker.js';
84
-
85
- AuroDatePicker.register('custom-datepicker');
86
- ```
87
-
88
- This will create a new custom element that you can use in your HTML that will function identically to the `<auro-button>` element.
89
-
90
- <div class="exampleWrapper exampleWrapper--flex">
91
- <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/custom.html) -->
92
- <!-- The below content is automatically added from ./../apiExamples/custom.html -->
93
- <custom-datepicker selectedDate="06/16/2022">
94
- <span slot="mobileHeadline">custom-datepicker Example</span>
95
- <span slot="fromLabel">Choose a date</span>
96
- <span slot="mobileDateLabel">Choose a date</span>
97
- </custom-datepicker>
98
- <!-- AURO-GENERATED-CONTENT:END -->
99
- </div>
100
- <auro-accordion alignRight>
101
- <span slot="trigger">See code</span>
102
- <!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/custom.html) -->
103
- <!-- The below code snippet is automatically added from ./../apiExamples/custom.html -->
104
-
105
- ```html
106
- <custom-datepicker selectedDate="06/16/2022">
107
- <span slot="mobileHeadline">custom-datepicker Example</span>
108
- <span slot="fromLabel">Choose a date</span>
109
- <span slot="mobileDateLabel">Choose a date</span>
110
- </custom-datepicker>
111
- ```
112
- <!-- AURO-GENERATED-CONTENT:END -->
113
- </auro-accordion>
@@ -804,7 +804,7 @@ var colorCss$b = i$h`.util_displayInline{display:inline}.util_displayInlineBlock
804
804
 
805
805
  var tokensCss$8 = i$h`:host{--ds-auro-datepicker-placeholder-color: var(--ds-color-text-secondary-default, #525252);--ds-auro-datepicker-range-input-divider-color: var(--ds-color-border-primary-default, #585e67);--ds-auro-calendar-mobile-header-container-color: var(--ds-color-container-primary-default, #ffffff);--ds-auro-calendar-mobile-header-divider-color: var(--ds-color-border-divider-default, rgba(0, 0, 0, 0.12));--ds-auro-calendar-mobile-header-text-color: var(--ds-color-text-secondary-default, #525252);--ds-auro-calendar-nav-btn-border-color: transparent;--ds-auro-calendar-nav-btn-chevron-color: var(--ds-color-icon-ui-primary-default-default, #2c67b5);--ds-auro-calendar-nav-btn-container-color: transparent;--ds-auro-calendar-month-container-color: var(--ds-color-container-primary-default, #ffffff);--ds-auro-calendar-month-divider-color: var(--ds-color-border-divider-default, rgba(0, 0, 0, 0.12));--ds-auro-calendar-month-header-color: var(--ds-color-text-primary-default, #2a2a2a);--ds-auro-calendar-cell-border-color: transparent;--ds-auro-calendar-cell-boxshadow-color: var(--ds-elevation-200, 0px 0px 10px rgba(0, 0, 0, 0.15));--ds-auro-calendar-cell-container-color: transparent;--ds-auro-calendar-cell-in-range-color: var(--ds-color-container-secondary-default, #f7f7f7);--ds-auro-calendar-cell-price-text-color: var(--ds-color-text-primary-default, #2a2a2a);--ds-auro-calendar-cell-text-color: var(--ds-color-text-primary-default, #2a2a2a)}`;
806
806
 
807
- var styleCss$a = i$h`:host{--calendar-width: 336px;--mobile-footer-height: 150px;--mobile-header-height: 68px;height:100vh;height:100dvh}.calendars{display:flex;flex-direction:row}.calendarNavButtons{position:absolute;top:var(--ds-size-200, 1rem);right:var(--ds-size-50, 0.25rem);left:var(--ds-size-50, 0.25rem)}.calendarNavBtn{display:flex;width:var(--ds-size-500, 2.5rem);height:var(--ds-size-500, 2.5rem);align-items:center;justify-content:center;border-width:1px;border-style:solid;border-radius:50%;cursor:pointer}.prevMonth,.nextMonth{position:absolute;top:0}.prevMonth{left:0}.nextMonth{right:0}.headerActions{padding:0 var(--ds-size-200, 1rem)}.mobileHeader{width:100%;height:var(--mobile-header-height);z-index:1;align-items:center;flex-direction:row}.headerDateFrom{display:flex;height:var(--mobile-header-height);flex:1;flex-direction:column;justify-content:center;padding:0 var(--ds-size-150, 0.75rem) 0 var(--ds-size-200, 1rem)}.mobileDateLabel{font-size:var(--ds-text-body-size-xs, 0.75rem)}.headerDateTo{height:calc(var(--mobile-header-height) - var(--ds-size-300, 1.5rem));padding:var(--ds-size-300, 1.5rem) var(--ds-size-100, 0.5rem) 0 var(--ds-size-200, 1rem)}:host(:not([noRange])) .headerDateTo{position:relative;display:flex;flex:1;flex-direction:column;justify-content:center}:host(:not([noRange])) .headerDateTo:after{position:absolute;top:calc(50% + 10px);left:0;display:block;width:1px;height:var(--ds-size-300, 1.5rem);content:"";transform:translateY(-50%)}.mobileFooter{display:none;width:100%;align-items:flex-end;flex-direction:column;justify-content:flex-end}.mobileFooterActions{position:relative;bottom:0;left:50%;display:none;width:calc(100% - var(--ds-size-200, 1rem)*2);align-items:flex-end;flex-direction:column;justify-content:flex-end;padding:var(--ds-size-150) calc(var(--ds-size-200, 1rem));transform:translateX(-50%)}.mobileFooterActions auro-button{width:100%}:host([isfullscreen]){width:100%;max-height:100dvh;overflow:hidden}:host([isfullscreen]) .prevMonth,:host([isfullscreen]) .nextMonth{display:none}:host([isfullscreen]) .mobileHeader,:host([isfullscreen]) .mobileFooter,:host([isfullscreen]) .mobileFooterActions{display:flex}:host([isfullscreen]) .calendarWrapper{display:flex;flex-direction:column}:host([isfullscreen]) .calendars{display:flex;flex-direction:column;flex:1;align-items:center;width:100%;overflow-y:scroll;overscroll-behavior:contain}:host([isfullscreen]) .calendars:after{display:block;width:100%;height:var(--mobile-footer-height);content:""}`;
807
+ var styleCss$a = i$h`:host{--calendar-width: 336px;--mobile-footer-height: 150px;--mobile-header-height: 68px;height:100vh;height:100dvh}.calendars{display:flex;flex-direction:row}.calendarNavButtons{position:absolute;top:var(--ds-size-200, 1rem);right:var(--ds-size-50, 0.25rem);left:var(--ds-size-50, 0.25rem)}.calendarNavBtn{display:flex;width:var(--ds-size-500, 2.5rem);height:var(--ds-size-500, 2.5rem);align-items:center;justify-content:center;border-width:1px;border-style:solid;border-radius:50%;cursor:pointer}.prevMonth,.nextMonth{position:absolute;top:0}.prevMonth{left:0}.nextMonth{right:0}.headerActions{padding:0 var(--ds-size-200, 1rem)}.mobileHeader{width:100%;height:var(--mobile-header-height);z-index:1;align-items:center;flex-direction:row}.headerDateFrom{display:flex;height:var(--mobile-header-height);flex:1;flex-direction:column;justify-content:center;padding:0 var(--ds-size-150, 0.75rem) 0 var(--ds-size-200, 1rem)}.mobileDateLabel{font-size:var(--ds-text-body-size-xs, 0.75rem)}.headerDateTo{height:calc(var(--mobile-header-height) - var(--ds-size-300, 1.5rem));padding:var(--ds-size-300, 1.5rem) var(--ds-size-100, 0.5rem) 0 var(--ds-size-200, 1rem)}:host(:not([noRange])) .headerDateTo{position:relative;display:flex;flex:1;flex-direction:column;justify-content:center}:host(:not([noRange])) .headerDateTo:after{position:absolute;top:calc(50% + 10px);left:0;display:block;width:1px;height:var(--ds-size-300, 1.5rem);content:"";transform:translateY(-50%)}.mobileFooter{display:none;width:100%;align-items:flex-end;flex-direction:column;justify-content:flex-end}.mobileFooterActions{position:relative;bottom:0;left:50%;display:none;width:calc(100% - var(--ds-size-200, 1rem)*2);align-items:flex-end;flex-direction:column;justify-content:flex-end;padding:var(--ds-size-150) calc(var(--ds-size-200, 1rem));transform:translateX(-50%)}.mobileFooterActions auro-button{width:100%}:host([isfullscreen]){width:100%;max-height:100dvh;overflow:hidden}:host([isfullscreen]) .prevMonth,:host([isfullscreen]) .nextMonth{display:none}:host([isfullscreen]) .mobileHeader,:host([isfullscreen]) .mobileFooter,:host([isfullscreen]) .mobileFooterActions{display:flex}:host([isfullscreen]) .calendarWrapper{display:flex;flex-direction:column}:host([isfullscreen]) .calendars{display:flex;flex-direction:column;flex:1;align-items:center;width:100%;overscroll-behavior:contain}:host([isfullscreen]) .calendars:after{display:block;width:100%;height:var(--mobile-footer-height);content:""}`;
808
808
 
809
809
  var colorCss$a = i$h`.calendarNavBtn{border-color:var(--ds-auro-calendar-nav-btn-border-color);background-color:var(--ds-auro-calendar-nav-btn-container-color);color:var(--ds-auro-calendar-nav-btn-chevron-color)}.calendarNavBtn:hover,.calendarNavBtn:focus{--ds-auro-calendar-nav-btn-border-color: var(--ds-color-border-ui-default-default, #2c67b5)}.calendarNavBtn:active{--ds-auro-calendar-nav-btn-border-color: var(--ds-color-border-ui-default-default, #2c67b5);box-shadow:inset 0 0 0 1px var(--ds-auro-calendar-nav-btn-border-color)}.mobileHeader{background-color:var(--ds-auro-calendar-mobile-header-container-color)}.mobileDateLabel{color:var(--ds-auro-calendar-mobile-header-text-color)}:host(:not([noRange])) .headerDateTo:after{background-color:var(--ds-auro-calendar-mobile-header-divider-color)}@media screen and (max-width: 576px){.calendarNavBtn{--ds-auro-calendar-nav-btn-border-color: var(--ds-color-border-ui-default-default, #2c67b5)}}`;
810
810
 
@@ -10841,7 +10841,7 @@ let AuroIcon$2 = class AuroIcon extends BaseIcon$2 {
10841
10841
 
10842
10842
  var iconVersion$2 = '6.1.2';
10843
10843
 
10844
- var styleCss$6 = i$5$2`.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)}.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)}`;
10844
+ var styleCss$6 = i$5$2`.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)}`;
10845
10845
 
10846
10846
  // Copyright (c) 2020 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
10847
10847
  // See LICENSE in the project root for license information.
@@ -10850,6 +10850,7 @@ var styleCss$6 = i$5$2`.heading{margin:1.75rem 0;letter-spacing:var(--ds-text-he
10850
10850
  /**
10851
10851
  * The auro-header component is a custom element to make using headers with the Auro Design System seamless and easy.
10852
10852
  *
10853
+ * @attr {Boolean} no-margin-block - if declared, margin-block will be set to `0`
10853
10854
  * @attr {String} level - Determines heading level for HTML element. Options are `1` - `6`
10854
10855
  * @attr {String} display - Determines presentation of header. Options are `display`, `800`, `700`, `600`, `500`, `400`, `300`.
10855
10856
  * @attr {String} color - Allows user to pass in CSS custom property or direct hex value to change the color of the header
@@ -10982,7 +10983,7 @@ class AuroHeader extends r$a {
10982
10983
  }
10983
10984
  }
10984
10985
 
10985
- var headerVersion = '3.0.0';
10986
+ var headerVersion = '4.0.0';
10986
10987
 
10987
10988
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
10988
10989
  // See LICENSE in the project root for license information.
@@ -11081,7 +11082,7 @@ class AuroBibtemplate extends r$a {
11081
11082
  <button id="closeButton" @click="${this.onCloseButtonClick}">
11082
11083
  <${this.iconTag} category="interface" name="x-lg"></${this.iconTag}>
11083
11084
  </button>
11084
- <${this.headerTag} display="${this.large ? 'display' : '600'}" level="3" size="none" id="header">
11085
+ <${this.headerTag} display="${this.large ? 'display' : '600'}" level="3" size="none" id="header" no-margin-block>
11085
11086
  <slot name="header"></slot>
11086
11087
  </${this.headerTag}>
11087
11088
  <span id="subheader">
@@ -11414,12 +11415,12 @@ class AuroCalendar extends RangeDatepicker {
11414
11415
  ?isFullscreen="${this.isFullscreen}"
11415
11416
  @close-click="${this.utilCal.requestDismiss}">
11416
11417
 
11417
- <span slot="header">${this.slots.mobileHeadline}</span>
11418
+ <span slot="header">${this.slots["bib.fullscreen.headline"]}</span>
11418
11419
 
11419
11420
  <div slot="subheader" class="mobileHeader">
11420
11421
  <div class="headerDateFrom">
11421
- <span class="mobileDateLabel">${this.slots.mobileDateLabel}</span>
11422
- <slot name="mobileDateFromStr"></slot>
11422
+ <span class="mobileDateLabel">${this.slots["bib.fullscreen.dateLabel"]}</span>
11423
+ <slot name="bib.fullscreen.fromStr"></slot>
11423
11424
  </div>
11424
11425
  <div class="headerDateTo"><slot name="mobileDateToStr"></slot></div>
11425
11426
  </div>
@@ -14924,7 +14925,8 @@ const stringsES = {
14924
14925
  'dateYYMM': 'Ingrese una fecha completa en el formato AA/MM',
14925
14926
  'dateYY': 'Ingrese una fecha completa en el formato AA',
14926
14927
  'dateMM': 'Ingrese una fecha completa en el formato MM',
14927
- 'dateDD': 'Ingrese una fecha completa en el formato DD'
14928
+ 'dateDD': 'Ingrese una fecha completa en el formato DD',
14929
+ 'clearInput': 'Borrar campo de entrada',
14928
14930
  };
14929
14931
 
14930
14932
  const stringsEN = {
@@ -14947,7 +14949,8 @@ const stringsEN = {
14947
14949
  'dateYYMM': 'Please enter a complete date in the format YY/MM',
14948
14950
  'dateYY': 'Please enter a complete date in the format YY',
14949
14951
  'dateMM': 'Please enter a complete date in the format MM',
14950
- 'dateDD': 'Please enter a complete date in the format DD'
14952
+ 'dateDD': 'Please enter a complete date in the format DD',
14953
+ 'clearInput': 'Clear input field',
14951
14954
  };
14952
14955
 
14953
14956
  /**
@@ -21373,8 +21376,7 @@ class AuroInput extends BaseInput {
21373
21376
  <${this.buttonTag}
21374
21377
  variant="flat"
21375
21378
  class="notificationBtn clearBtn"
21376
- aria-hidden="true"
21377
- tabindex="-1"
21379
+ aria-label="${i18n(this.lang, 'clearInput')}"
21378
21380
  @click="${this.handleClickClear}">
21379
21381
  <${this.iconTag}
21380
21382
  customColor
@@ -21418,8 +21420,8 @@ var inputVersion = '4.2.0';
21418
21420
  // See https://git.io/JJ6SJ for "How to document your components using JSDoc"
21419
21421
  /**
21420
21422
  * @slot helpText - Defines the content of the helpText.
21421
- * @slot mobileHeadline - Defines the headline to display above mobileDateLabels in the mobile layout.
21422
- * @slot mobileDateLabel - Defines the content to display above selected dates in the mobile layout.
21423
+ * @slot bib.fullscreen.headline - Defines the headline to display above bib.fullscreen.dateLabels in the mobile layout.
21424
+ * @slot bib.fullscreen.dateLabel - Defines the content to display above selected dates in the mobile layout.
21423
21425
  * @slot toLabel - Defines the label content for the second input when the `range` attribute is used.
21424
21426
  * @slot fromLabel - Defines the label content for the first input.
21425
21427
  * @slot date_MM_DD_YYYY - Defines the content to display in the auro-calendar-cell for the specified date. The content text is colored using the success state token when the `highlight` attribute is applied to the slot.
@@ -21592,7 +21594,7 @@ class AuroDatePicker extends r$c {
21592
21594
  },
21593
21595
 
21594
21596
  /**
21595
- * If declared, make mobileHeadline in HeadingDisplay.
21597
+ * If declared, make bib.fullscreen.headline in HeadingDisplay.
21596
21598
  * Otherwise, Heading 600.
21597
21599
  */
21598
21600
  largeFullscreenHeadline: {
@@ -22440,9 +22442,9 @@ class AuroDatePicker extends r$c {
22440
22442
  .monthNames="${this.monthNames}"
22441
22443
  part="calendar"
22442
22444
  >
22443
- <slot slot="mobileHeadline" name="mobileHeadline" @slotchange="${this.handleSlotToSlot}"></slot>
22444
- <slot slot="mobileDateLabel" name="mobileDateLabel" @slotchange="${this.handleSlotToSlot}"></slot>
22445
- <span slot="mobileDateFromStr">${this.value || u$9`<span class="placeholderDate">${this.format.toUpperCase()}</span>`}</span>
22445
+ <slot slot="bib.fullscreen.headline" name="bib.fullscreen.headline" @slotchange="${this.handleSlotToSlot}"></slot>
22446
+ <slot slot="bib.fullscreen.dateLabel" name="bib.fullscreen.dateLabel" @slotchange="${this.handleSlotToSlot}"></slot>
22447
+ <span slot="bib.fullscreen.fromStr">${this.value || u$9`<span class="placeholderDate">${this.format.toUpperCase()}</span>`}</span>
22446
22448
  ${this.range ? u$9`<span slot="mobileDateToStr">${this.valueEnd || u$9`<span class="placeholderDate">${this.format.toUpperCase()}</span>`}</span>` : undefined}
22447
22449
  </auro-calendar>
22448
22450
  </div>
@@ -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/index.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 Generator | auro-datepicker custom element</title>
20
+ <link
21
+ rel="stylesheet"
22
+ type="text/css"
23
+ href="https://cdn.jsdelivr.net/npm/prismjs@1.24.1/themes/prism.css"
24
+ />
25
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@latest/dist/tokens/CSSCustomProperties.css">
26
+ <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/demoWrapper.css" />
27
+ <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/elementDemoStyles.css" />
28
+ </head>
29
+ <body class="auro-markdown">
30
+ <main></main>
31
+
32
+ <script type="module">
33
+ import 'https://cdn.jsdelivr.net/npm/marked@latest/marked.min.js';
34
+ import 'https://cdn.jsdelivr.net/npm/prismjs@latest/prism.js';
35
+ fetch('./readme.md')
36
+ .then((response) => response.text())
37
+ .then((text) => {
38
+ const rawHtml = marked.parse(text);
39
+ document.querySelector('main').innerHTML = rawHtml;
40
+ Prism.highlightAll();
41
+ })
42
+ </script>
43
+ <script type="module">
44
+ import { initExamples } from "./index.min.js";
45
+
46
+ initExamples();
47
+ </script>
48
+ </body>
49
+ </html>
@@ -0,0 +1,140 @@
1
+ <!--
2
+ The README.md file is a compiled document. No edits should be made directly to this file.
3
+
4
+ README.md is created by running `npm run build:docs`.
5
+
6
+ This file is generated based on a template fetched from
7
+ `../../docs/templates/componentReadmeTemplate.md`
8
+ and copied to `./componentDocs/README.md` each time the docs are compiled.
9
+
10
+ The following sections are editable by making changes to the following files:
11
+
12
+ | SECTION | DESCRIPTION | FILE LOCATION |
13
+ |------------------------|---------------------------------------------------|-------------------------------------|
14
+ | Description | Description of the component | `./docs/partials/description.md` |
15
+ | Use Cases | Examples for when to use this component | `./docs/partials/useCases.md` |
16
+ | Additional Information | For use to add any component specific information | `./docs/partials/readmeAddlInfo.md` |
17
+ | Component Example Code | HTML sample code of the components use | `./apiExamples/basic.html` |
18
+ -->
19
+
20
+ # Datepicker
21
+ <!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/description.md) -->
22
+ <!-- The below content is automatically added from ./docs/partials/description.md -->
23
+ The `<auro-datepicker>` element allows users to select a date, or a pair of dates identifying a range, either with text input or by making a section in a calendar. The `<auro-datepicker>` element is the combination of [auro-dropdown](http://auro.alaskaair.com/components/auro/dropdown), [auro-input](http://auro.alaskaair.com/components/auro/input), and Auro's extension of [wc-range-datepicker](https://www.npmjs.com/package/wc-range-datepicker).
24
+ <!-- AURO-GENERATED-CONTENT:END -->
25
+ <!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/readmeAddlInfo.md) -->
26
+ <!-- The below content is automatically added from ./docs/partials/readmeAddlInfo.md -->
27
+ <!-- AURO-GENERATED-CONTENT This file is to be used for any additional content that should be included in the README.md which is specific to this component. -->
28
+ <!-- AURO-GENERATED-CONTENT:END -->
29
+
30
+ ## Getting Started
31
+ <!-- AURO-GENERATED-CONTENT:START (FILE:src=../../docs/templates/componentInstall.md) -->
32
+ <!-- The below content is automatically added from ../../docs/templates/componentInstall.md -->
33
+
34
+ #### NPM Installation
35
+
36
+ ```shell
37
+ $ npm i @aurodesignsystem/auro-formkit
38
+ ```
39
+ <!-- AURO-GENERATED-CONTENT:END -->
40
+ <!-- AURO-GENERATED-CONTENT:START (FILE:src=../../docs/templates/gettingStarted.md) -->
41
+ <!-- The below content is automatically added from ../../docs/templates/gettingStarted.md -->
42
+
43
+ ### Import Options
44
+
45
+ #### Automatic Registration
46
+
47
+ For automatic registration, simply import the component:
48
+
49
+ ```javascript
50
+ // Registers <auro-datepicker> automatically
51
+ import '@aurodesignsystem/auro-formkit/auro-datepicker';
52
+ ```
53
+
54
+ #### Custom Registration
55
+
56
+ To protect from versioning conflicts with other instances of the component being loaded, it is recommended to use our static `AuroDatepicker.register('custom-datepicker')` method on the component class and pass in a unique name.
57
+
58
+ ```javascript
59
+ // Import the class only
60
+ import { AuroDatepicker } from '@aurodesignsystem/auro-formkit/auro-datepicker/class';
61
+
62
+ // Register with a custom name if desired
63
+ AuroDatepicker.register('custom-datepicker');
64
+ ```
65
+
66
+ #### TypeScript Module Resolution
67
+
68
+ When using TypeScript set `moduleResolution` to `bundler`, add the following to your `tsconfig.json`:
69
+
70
+ ```json
71
+ {
72
+ "compilerOptions": {
73
+ "moduleResolution": "bundler"
74
+ }
75
+ }
76
+ ```
77
+
78
+ This configuration enables proper module resolution for the component's TypeScript files.
79
+ <!-- AURO-GENERATED-CONTENT:END -->
80
+ **Reference component in HTML**
81
+
82
+ <!-- AURO-GENERATED-CONTENT:START (CODE:src=./apiExamples/basic.html) -->
83
+ <!-- The below code snippet is automatically added from ./apiExamples/basic.html -->
84
+
85
+ ```html
86
+ <auro-datepicker>
87
+ <span slot="bib.fullscreen.headline">Datepicker Headline</span>
88
+ <span slot="fromLabel">Choose a date</span>
89
+ <span slot="bib.fullscreen.dateLabel">Choose a date</span>
90
+ </auro-datepicker>
91
+ ```
92
+ <!-- AURO-GENERATED-CONTENT:END -->
93
+
94
+ ### Design Token CSS Custom Property dependency
95
+
96
+ <!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/development/designTokens.md) -->
97
+ The use of any Auro custom element has a dependency on the [Auro Design Tokens](https://auro.alaskaair.com/getting-started/developers/design-tokens).
98
+
99
+ <!-- AURO-GENERATED-CONTENT:END -->
100
+
101
+ ## Install from CDN
102
+ <!-- AURO-GENERATED-CONTENT:START (FILE:src=../../docs/templates/bundleInstallDescription.md) -->
103
+ <!-- The below content is automatically added from ../../docs/templates/bundleInstallDescription.md -->
104
+ 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.
105
+
106
+ ```html
107
+ <script type="module "src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit@2.0.0-beta.52/auro-datepicker/+esm"></script>
108
+ ```
109
+ <!-- AURO-GENERATED-CONTENT:END -->
110
+
111
+ ## UI development browser support
112
+ <!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/browserSupport.md) -->
113
+ For the most up to date information on [UI development browser support](https://auro.alaskaair.com/support/browsersSupport)
114
+
115
+ <!-- AURO-GENERATED-CONTENT:END -->
116
+
117
+ ## auro-datepicker use cases
118
+ <!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/useCases.md) -->
119
+ <!-- The below content is automatically added from ./docs/partials/useCases.md -->
120
+ The `<auro-datepicker>` element should be used in situations where users may:
121
+
122
+ * select a single date
123
+ * select a pair of dates which identify a calendar range
124
+ <!-- AURO-GENERATED-CONTENT:END -->
125
+
126
+ ## Formkit development
127
+
128
+ <!-- AURO-GENERATED-CONTENT:START (FILE:src=../../docs/partials/developmentDescription.md) -->
129
+ <!-- The below content is automatically added from ../../docs/partials/developmentDescription.md -->
130
+
131
+ ### Filtering
132
+
133
+ Running the `dev` command will open a `localhost` development server for all components in the monorepo at once.
134
+
135
+ To only develop a single component, use the `--filter` flag:
136
+
137
+ ```shell
138
+ npx turbo dev --filter=@aurodesignsystem/auro-input
139
+ ```
140
+ <!-- AURO-GENERATED-CONTENT:END -->
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @slot helpText - Defines the content of the helpText.
3
- * @slot mobileHeadline - Defines the headline to display above mobileDateLabels in the mobile layout.
4
- * @slot mobileDateLabel - Defines the content to display above selected dates in the mobile layout.
3
+ * @slot bib.fullscreen.headline - Defines the headline to display above bib.fullscreen.dateLabels in the mobile layout.
4
+ * @slot bib.fullscreen.dateLabel - Defines the content to display above selected dates in the mobile layout.
5
5
  * @slot toLabel - Defines the label content for the second input when the `range` attribute is used.
6
6
  * @slot fromLabel - Defines the label content for the first input.
7
7
  * @slot date_MM_DD_YYYY - Defines the content to display in the auro-calendar-cell for the specified date. The content text is colored using the success state token when the `highlight` attribute is applied to the slot.
@@ -70,7 +70,7 @@ export class AuroDatePicker extends LitElement {
70
70
  reflect: boolean;
71
71
  };
72
72
  /**
73
- * If declared, make mobileHeadline in HeadingDisplay.
73
+ * If declared, make bib.fullscreen.headline in HeadingDisplay.
74
74
  * Otherwise, Heading 600.
75
75
  */
76
76
  largeFullscreenHeadline: {