@aurodesignsystem-dev/auro-formkit 0.0.0-pr1514.9 → 0.0.0-pr1515.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/bibtemplate/dist/index.js +1 -1
- package/components/bibtemplate/dist/registered.js +1 -1
- package/components/checkbox/demo/customize.min.js +1 -1
- package/components/checkbox/demo/getting-started.min.js +1 -1
- package/components/checkbox/demo/index.min.js +1 -1
- package/components/checkbox/dist/index.js +1 -1
- package/components/checkbox/dist/registered.js +1 -1
- package/components/combobox/demo/customize.min.js +97 -120
- package/components/combobox/demo/getting-started.min.js +97 -120
- package/components/combobox/demo/index.min.js +97 -120
- package/components/combobox/dist/index.js +96 -119
- package/components/combobox/dist/registered.js +96 -119
- package/components/counter/demo/customize.min.js +3 -3
- package/components/counter/demo/index.min.js +3 -3
- package/components/counter/dist/index.js +3 -3
- package/components/counter/dist/registered.js +3 -3
- package/components/datepicker/demo/customize.min.js +133 -264
- package/components/datepicker/demo/index.min.js +133 -264
- package/components/datepicker/dist/auro-calendar.d.ts +1 -30
- package/components/datepicker/dist/index.js +133 -264
- package/components/datepicker/dist/registered.js +133 -264
- package/components/dropdown/demo/customize.min.js +1 -1
- package/components/dropdown/demo/getting-started.min.js +1 -1
- package/components/dropdown/demo/index.min.js +1 -1
- package/components/dropdown/dist/index.js +1 -1
- package/components/dropdown/dist/registered.js +1 -1
- package/components/form/demo/customize.min.js +332 -509
- package/components/form/demo/getting-started.min.js +332 -509
- package/components/form/demo/index.min.js +332 -509
- package/components/form/demo/registerDemoDeps.min.js +332 -509
- package/components/input/demo/api.md +5 -5
- package/components/input/demo/customize.md +8 -8
- package/components/input/demo/customize.min.js +93 -116
- package/components/input/demo/getting-started.min.js +93 -116
- package/components/input/demo/index.min.js +93 -116
- package/components/input/dist/base-input.d.ts +44 -33
- package/components/input/dist/index.js +94 -129
- package/components/input/dist/registered.js +93 -116
- package/components/radio/demo/customize.min.js +1 -1
- package/components/radio/demo/getting-started.min.js +1 -1
- package/components/radio/demo/index.min.js +1 -1
- package/components/radio/dist/index.js +1 -1
- package/components/radio/dist/registered.js +1 -1
- package/components/select/demo/customize.md +1 -3
- package/components/select/demo/customize.min.js +3 -3
- package/components/select/demo/getting-started.min.js +50 -5
- package/components/select/demo/index.min.js +3 -3
- package/components/select/dist/index.js +3 -3
- package/components/select/dist/registered.js +3 -3
- package/custom-elements.json +1720 -1940
- package/package.json +1 -1
|
@@ -10524,13 +10524,6 @@ let AuroInputUtilities$1 = class AuroInputUtilities {
|
|
|
10524
10524
|
* @returns {string | undefined}
|
|
10525
10525
|
*/
|
|
10526
10526
|
toFormattedValue(valueObject, format) {
|
|
10527
|
-
// Exposed publicly via `AuroInputUtil.toFormattedValue`, so a missing
|
|
10528
|
-
// `format` argument has to fail gracefully rather than throw on
|
|
10529
|
-
// `format.toLowerCase()`. Treat any falsy value (undefined, null, '')
|
|
10530
|
-
// as "no format → no display value".
|
|
10531
|
-
if (!format) {
|
|
10532
|
-
return undefined;
|
|
10533
|
-
}
|
|
10534
10527
|
const normalizedFormat = format.toLowerCase();
|
|
10535
10528
|
const maskOptions = this.getMaskOptions('date', normalizedFormat);
|
|
10536
10529
|
|
|
@@ -10809,9 +10802,9 @@ var snowflakeStyle = i$3`:host([layout*=snowflake]) [auro-input]{flex:1;text-ali
|
|
|
10809
10802
|
|
|
10810
10803
|
var snowflakeColors = i$3`:host([layout=snowflake]) [auro-dropdown]:not(:is([error],.hasFocus)){--ds-auro-dropdown-trigger-border-color: transparent}`;
|
|
10811
10804
|
|
|
10812
|
-
var styleCss$7 = i$3`.body-default{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-default-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-default-font-size, 1rem);line-height:var(--wcss-body-default-line-height, 1.5rem)}.body-default-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-default-emphasized-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-default-emphasized-font-size, 1rem);line-height:var(--wcss-body-default-emphasized-line-height, 1.5rem)}.body-lg{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-lg-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-lg-font-size, 1.125rem);line-height:var(--wcss-body-lg-line-height, 1.625rem)}.body-lg-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-lg-emphasized-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-lg-emphasized-font-size, 1.125rem);line-height:var(--wcss-body-lg-emphasized-line-height, 1.625rem)}.body-sm{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-sm-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-sm-font-size, 0.875rem);line-height:var(--wcss-body-sm-line-height, 1.25rem)}.body-sm-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-sm-emphasized-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-sm-emphasized-font-size, 0.875rem);line-height:var(--wcss-body-sm-emphasized-line-height, 1.25rem)}.body-xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-xs-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-xs-font-size, 0.75rem);line-height:var(--wcss-body-xs-line-height, 1rem)}.body-xs-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-xs-emphasized-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-xs-emphasized-font-size, 0.75rem);line-height:var(--wcss-body-xs-emphasized-line-height, 1rem)}.body-2xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-2xs-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-2xs-font-size, 0.625rem);line-height:var(--wcss-body-2xs-line-height, 0.875rem)}.body-2xs-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-2xs-emphasized-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-2xs-emphasized-font-size, 0.625rem);line-height:var(--wcss-body-2xs-emphasized-line-height, 0.875rem)}.display-2xl{font-family:var(--wcss-display-2xl-family, "AS Circular"),var(--wcss-display-2xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-display-2xl-weight, 300);line-height:var(--wcss-display-2xl-line-height, 1.3);font-size:var(--wcss-display-2xl-font-size, clamp(3.5rem, 6vw, 5.375rem));letter-spacing:var(--wcss-display-2xl-letter-spacing, 0)}.display-xl{font-family:var(--wcss-display-xl-family, "AS Circular"),var(--wcss-display-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-display-xl-weight, 300);line-height:var(--wcss-display-xl-line-height, 1.3);font-size:var(--wcss-display-xl-font-size, clamp(3rem, 5.3333333333vw, 4.5rem));letter-spacing:var(--wcss-display-xl-letter-spacing, 0)}.display-lg{font-family:var(--wcss-display-lg-family, "AS Circular"),var(--wcss-display-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-display-lg-weight, 300);line-height:var(--wcss-display-lg-line-height, 1.3);font-size:var(--wcss-display-lg-font-size, clamp(2.75rem, 4.6666666667vw, 4rem));letter-spacing:var(--wcss-display-lg-letter-spacing, 0)}.display-md{font-family:var(--wcss-display-md-family, "AS Circular"),var(--wcss-display-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-display-md-weight, 300);line-height:var(--wcss-display-md-line-height, 1.3);font-size:var(--wcss-display-md-font-size, clamp(2.5rem, 4vw, 3.5rem));letter-spacing:var(--wcss-display-md-letter-spacing, 0)}.display-sm{font-family:var(--wcss-display-sm-family, "AS Circular"),var(--wcss-display-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-display-sm-weight, 300);line-height:var(--wcss-display-sm-line-height, 1.3);font-size:var(--wcss-display-sm-font-size, clamp(2rem, 3.6666666667vw, 3rem));letter-spacing:var(--wcss-display-sm-letter-spacing, 0)}.display-xs{font-family:var(--wcss-display-xs-family, "AS Circular"),var(--wcss-display-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-display-xs-weight, 300);line-height:var(--wcss-display-xs-line-height, 1.3);font-size:var(--wcss-display-xs-font-size, clamp(1.75rem, 3vw, 2.375rem));letter-spacing:var(--wcss-display-xs-letter-spacing, 0)}.heading-xl{font-family:var(--wcss-heading-xl-family, "AS Circular"),var(--wcss-heading-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-heading-xl-weight, 300);line-height:var(--wcss-heading-xl-line-height, 1.3);font-size:var(--wcss-heading-xl-font-size, clamp(2rem, 3vw, 2.5rem));letter-spacing:var(--wcss-heading-xl-letter-spacing, 0)}.heading-lg{font-family:var(--wcss-heading-lg-family, "AS Circular"),var(--wcss-heading-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-heading-lg-weight, 300);line-height:var(--wcss-heading-lg-line-height, 1.3);font-size:var(--wcss-heading-lg-font-size, clamp(1.75rem, 2.6666666667vw, 2.25rem));letter-spacing:var(--wcss-heading-lg-letter-spacing, 0)}.heading-md{font-family:var(--wcss-heading-md-family, "AS Circular"),var(--wcss-heading-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-heading-md-weight, 300);line-height:var(--wcss-heading-md-line-height, 1.3);font-size:var(--wcss-heading-md-font-size, clamp(1.625rem, 2.3333333333vw, 1.75rem));letter-spacing:var(--wcss-heading-md-letter-spacing, 0)}.heading-sm{font-family:var(--wcss-heading-sm-family, "AS Circular"),var(--wcss-heading-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-heading-sm-weight, 300);line-height:var(--wcss-heading-sm-line-height, 1.3);font-size:var(--wcss-heading-sm-font-size, clamp(1.375rem, 2vw, 1.5rem));letter-spacing:var(--wcss-heading-sm-letter-spacing, 0)}.heading-xs{font-family:var(--wcss-heading-xs-family, "AS Circular"),var(--wcss-heading-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-heading-xs-weight, 300);line-height:var(--wcss-heading-xs-line-height, 1.3);font-size:var(--wcss-heading-xs-font-size, clamp(1.25rem, 1.6666666667vw, 1.25rem));letter-spacing:var(--wcss-heading-xs-letter-spacing, 0)}.heading-2xs{font-family:var(--wcss-heading-2xs-family, "AS Circular"),var(--wcss-heading-2xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-heading-2xs-weight, 300);line-height:var(--wcss-heading-2xs-line-height, 1.3);font-size:var(--wcss-heading-2xs-font-size, clamp(1.125rem, 1.5vw, 1.125rem));letter-spacing:var(--wcss-heading-2xs-letter-spacing, 0)}.accent-2xl{font-family:var(--wcss-accent-2xl-family, "Good OT"),var(--wcss-accent-2xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-accent-2xl-weight, 450);line-height:var(--wcss-accent-2xl-line-height, 1);font-size:var(--wcss-accent-2xl-font-size, clamp(2rem, 3.1666666667vw, 2.375rem));letter-spacing:var(--wcss-accent-2xl-letter-spacing, 0.05em);text-transform:uppercase}.accent-xl{font-family:var(--wcss-accent-xl-family, "Good OT"),var(--wcss-accent-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-accent-xl-weight, 450);line-height:var(--wcss-accent-xl-line-height, 1.3);font-size:var(--wcss-accent-xl-font-size, clamp(1.625rem, 2.3333333333vw, 2rem));letter-spacing:var(--wcss-accent-xl-letter-spacing, 0.05em);text-transform:uppercase}.accent-lg{font-family:var(--wcss-accent-lg-family, "Good OT"),var(--wcss-accent-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-accent-lg-weight, 450);line-height:var(--wcss-accent-lg-line-height, 1.3);font-size:var(--wcss-accent-lg-font-size, clamp(1.5rem, 2.1666666667vw, 1.75rem));letter-spacing:var(--wcss-accent-lg-letter-spacing, 0.05em);text-transform:uppercase}.accent-md{font-family:var(--wcss-accent-md-family, "Good OT"),var(--wcss-accent-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-accent-md-weight, 500);line-height:var(--wcss-accent-md-line-height, 1.3);font-size:var(--wcss-accent-md-font-size, clamp(1.375rem, 1.8333333333vw, 1.5rem));letter-spacing:var(--wcss-accent-md-letter-spacing, 0.05em);text-transform:uppercase}.accent-sm{font-family:var(--wcss-accent-sm-family, "Good OT"),var(--wcss-accent-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-accent-sm-weight, 500);line-height:var(--wcss-accent-sm-line-height, 1.3);font-size:var(--wcss-accent-sm-font-size, clamp(1.125rem, 1.5vw, 1.25rem));letter-spacing:var(--wcss-accent-sm-letter-spacing, 0.05em);text-transform:uppercase}.accent-xs{font-family:var(--wcss-accent-xs-family, "Good OT"),var(--wcss-accent-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-accent-xs-weight, 500);line-height:var(--wcss-accent-xs-line-height, 1.3);font-size:var(--wcss-accent-xs-font-size, clamp(1rem, 1.3333333333vw, 1rem));letter-spacing:var(--wcss-accent-xs-letter-spacing, 0.1em);text-transform:uppercase}.accent-2xs{font-family:var(--wcss-accent-2xs-family, "Good OT"),var(--wcss-accent-2xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-accent-2xs-weight, 450);line-height:var(--wcss-accent-2xs-line-height, 1.3);font-size:var(--wcss-accent-2xs-font-size, clamp(0.875rem, 1.1666666667vw, 0.875rem));letter-spacing:var(--wcss-accent-2xs-letter-spacing, 0.1em);text-transform:uppercase}:host{--calendar-width: 336px;--mobile-footer-height: 150px;--mobile-header-height: 68px;--desktop-footer-height: 80px;height:100vh;height:100dvh}.calendars{display:flex;flex-direction:row}.calendars:focus{outline:none}.calendarNavButtons{position:absolute;z-index:1;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,.headerDateTo{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{padding:var(--ds-size-25, 0.125rem) 0}.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:""}.sr-only{position:absolute;overflow:hidden;clip:rect(0, 0, 0, 0);width:1px;height:1px;margin:-1px;padding:0;border:0;white-space:nowrap}`;
|
|
10805
|
+
var styleCss$7 = i$3`.body-default{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-default-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-default-font-size, 1rem);line-height:var(--wcss-body-default-line-height, 1.5rem)}.body-default-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-default-emphasized-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-default-emphasized-font-size, 1rem);line-height:var(--wcss-body-default-emphasized-line-height, 1.5rem)}.body-lg{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-lg-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-lg-font-size, 1.125rem);line-height:var(--wcss-body-lg-line-height, 1.625rem)}.body-lg-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-lg-emphasized-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-lg-emphasized-font-size, 1.125rem);line-height:var(--wcss-body-lg-emphasized-line-height, 1.625rem)}.body-sm{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-sm-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-sm-font-size, 0.875rem);line-height:var(--wcss-body-sm-line-height, 1.25rem)}.body-sm-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-sm-emphasized-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-sm-emphasized-font-size, 0.875rem);line-height:var(--wcss-body-sm-emphasized-line-height, 1.25rem)}.body-xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-xs-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-xs-font-size, 0.75rem);line-height:var(--wcss-body-xs-line-height, 1rem)}.body-xs-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-xs-emphasized-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-xs-emphasized-font-size, 0.75rem);line-height:var(--wcss-body-xs-emphasized-line-height, 1rem)}.body-2xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-2xs-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-2xs-font-size, 0.625rem);line-height:var(--wcss-body-2xs-line-height, 0.875rem)}.body-2xs-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-2xs-emphasized-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-2xs-emphasized-font-size, 0.625rem);line-height:var(--wcss-body-2xs-emphasized-line-height, 0.875rem)}.display-2xl{font-family:var(--wcss-display-2xl-family, "AS Circular"),var(--wcss-display-2xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-display-2xl-weight, 300);line-height:var(--wcss-display-2xl-line-height, 1.3);font-size:var(--wcss-display-2xl-font-size, clamp(3.5rem, 6vw, 5.375rem));letter-spacing:var(--wcss-display-2xl-letter-spacing, 0)}.display-xl{font-family:var(--wcss-display-xl-family, "AS Circular"),var(--wcss-display-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-display-xl-weight, 300);line-height:var(--wcss-display-xl-line-height, 1.3);font-size:var(--wcss-display-xl-font-size, clamp(3rem, 5.3333333333vw, 4.5rem));letter-spacing:var(--wcss-display-xl-letter-spacing, 0)}.display-lg{font-family:var(--wcss-display-lg-family, "AS Circular"),var(--wcss-display-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-display-lg-weight, 300);line-height:var(--wcss-display-lg-line-height, 1.3);font-size:var(--wcss-display-lg-font-size, clamp(2.75rem, 4.6666666667vw, 4rem));letter-spacing:var(--wcss-display-lg-letter-spacing, 0)}.display-md{font-family:var(--wcss-display-md-family, "AS Circular"),var(--wcss-display-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-display-md-weight, 300);line-height:var(--wcss-display-md-line-height, 1.3);font-size:var(--wcss-display-md-font-size, clamp(2.5rem, 4vw, 3.5rem));letter-spacing:var(--wcss-display-md-letter-spacing, 0)}.display-sm{font-family:var(--wcss-display-sm-family, "AS Circular"),var(--wcss-display-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-display-sm-weight, 300);line-height:var(--wcss-display-sm-line-height, 1.3);font-size:var(--wcss-display-sm-font-size, clamp(2rem, 3.6666666667vw, 3rem));letter-spacing:var(--wcss-display-sm-letter-spacing, 0)}.display-xs{font-family:var(--wcss-display-xs-family, "AS Circular"),var(--wcss-display-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-display-xs-weight, 300);line-height:var(--wcss-display-xs-line-height, 1.3);font-size:var(--wcss-display-xs-font-size, clamp(1.75rem, 3vw, 2.375rem));letter-spacing:var(--wcss-display-xs-letter-spacing, 0)}.heading-xl{font-family:var(--wcss-heading-xl-family, "AS Circular"),var(--wcss-heading-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-heading-xl-weight, 300);line-height:var(--wcss-heading-xl-line-height, 1.3);font-size:var(--wcss-heading-xl-font-size, clamp(2rem, 3vw, 2.5rem));letter-spacing:var(--wcss-heading-xl-letter-spacing, 0)}.heading-lg{font-family:var(--wcss-heading-lg-family, "AS Circular"),var(--wcss-heading-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-heading-lg-weight, 300);line-height:var(--wcss-heading-lg-line-height, 1.3);font-size:var(--wcss-heading-lg-font-size, clamp(1.75rem, 2.6666666667vw, 2.25rem));letter-spacing:var(--wcss-heading-lg-letter-spacing, 0)}.heading-md{font-family:var(--wcss-heading-md-family, "AS Circular"),var(--wcss-heading-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-heading-md-weight, 300);line-height:var(--wcss-heading-md-line-height, 1.3);font-size:var(--wcss-heading-md-font-size, clamp(1.625rem, 2.3333333333vw, 1.75rem));letter-spacing:var(--wcss-heading-md-letter-spacing, 0)}.heading-sm{font-family:var(--wcss-heading-sm-family, "AS Circular"),var(--wcss-heading-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-heading-sm-weight, 300);line-height:var(--wcss-heading-sm-line-height, 1.3);font-size:var(--wcss-heading-sm-font-size, clamp(1.375rem, 2vw, 1.5rem));letter-spacing:var(--wcss-heading-sm-letter-spacing, 0)}.heading-xs{font-family:var(--wcss-heading-xs-family, "AS Circular"),var(--wcss-heading-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-heading-xs-weight, 300);line-height:var(--wcss-heading-xs-line-height, 1.3);font-size:var(--wcss-heading-xs-font-size, clamp(1.25rem, 1.6666666667vw, 1.25rem));letter-spacing:var(--wcss-heading-xs-letter-spacing, 0)}.heading-2xs{font-family:var(--wcss-heading-2xs-family, "AS Circular"),var(--wcss-heading-2xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-heading-2xs-weight, 300);line-height:var(--wcss-heading-2xs-line-height, 1.3);font-size:var(--wcss-heading-2xs-font-size, clamp(1.125rem, 1.5vw, 1.125rem));letter-spacing:var(--wcss-heading-2xs-letter-spacing, 0)}.accent-2xl{font-family:var(--wcss-accent-2xl-family, "Good OT"),var(--wcss-accent-2xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-accent-2xl-weight, 450);line-height:var(--wcss-accent-2xl-line-height, 1);font-size:var(--wcss-accent-2xl-font-size, clamp(2rem, 3.1666666667vw, 2.375rem));letter-spacing:var(--wcss-accent-2xl-letter-spacing, 0.05em);text-transform:uppercase}.accent-xl{font-family:var(--wcss-accent-xl-family, "Good OT"),var(--wcss-accent-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-accent-xl-weight, 450);line-height:var(--wcss-accent-xl-line-height, 1.3);font-size:var(--wcss-accent-xl-font-size, clamp(1.625rem, 2.3333333333vw, 2rem));letter-spacing:var(--wcss-accent-xl-letter-spacing, 0.05em);text-transform:uppercase}.accent-lg{font-family:var(--wcss-accent-lg-family, "Good OT"),var(--wcss-accent-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-accent-lg-weight, 450);line-height:var(--wcss-accent-lg-line-height, 1.3);font-size:var(--wcss-accent-lg-font-size, clamp(1.5rem, 2.1666666667vw, 1.75rem));letter-spacing:var(--wcss-accent-lg-letter-spacing, 0.05em);text-transform:uppercase}.accent-md{font-family:var(--wcss-accent-md-family, "Good OT"),var(--wcss-accent-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-accent-md-weight, 500);line-height:var(--wcss-accent-md-line-height, 1.3);font-size:var(--wcss-accent-md-font-size, clamp(1.375rem, 1.8333333333vw, 1.5rem));letter-spacing:var(--wcss-accent-md-letter-spacing, 0.05em);text-transform:uppercase}.accent-sm{font-family:var(--wcss-accent-sm-family, "Good OT"),var(--wcss-accent-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-accent-sm-weight, 500);line-height:var(--wcss-accent-sm-line-height, 1.3);font-size:var(--wcss-accent-sm-font-size, clamp(1.125rem, 1.5vw, 1.25rem));letter-spacing:var(--wcss-accent-sm-letter-spacing, 0.05em);text-transform:uppercase}.accent-xs{font-family:var(--wcss-accent-xs-family, "Good OT"),var(--wcss-accent-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-accent-xs-weight, 500);line-height:var(--wcss-accent-xs-line-height, 1.3);font-size:var(--wcss-accent-xs-font-size, clamp(1rem, 1.3333333333vw, 1rem));letter-spacing:var(--wcss-accent-xs-letter-spacing, 0.1em);text-transform:uppercase}.accent-2xs{font-family:var(--wcss-accent-2xs-family, "Good OT"),var(--wcss-accent-2xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-accent-2xs-weight, 450);line-height:var(--wcss-accent-2xs-line-height, 1.3);font-size:var(--wcss-accent-2xs-font-size, clamp(0.875rem, 1.1666666667vw, 0.875rem));letter-spacing:var(--wcss-accent-2xs-letter-spacing, 0.1em);text-transform:uppercase}:host{--calendar-width: 336px;--mobile-footer-height: 150px;--mobile-header-height: 68px;--desktop-footer-height: 80px;height:100vh;height:100dvh}.calendars{display:flex;flex-direction:row}.calendars:focus{outline:none}.calendarNavButtons{position:absolute;z-index:1;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,.headerDateTo{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{padding:var(--ds-size-25, 0.125rem) 0}.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%}.calendarWrapper.hasFooter{padding-bottom:var(--desktop-footer-height)}: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:""}.sr-only{position:absolute;overflow:hidden;clip:rect(0, 0, 0, 0);width:1px;height:1px;margin:-1px;padding:0;border:0;white-space:nowrap}`;
|
|
10813
10806
|
|
|
10814
|
-
var colorCss$7 = i$3`.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{--ds-auro-calendar-nav-btn-container-color: var(--ds-advanced-color-state-background-hover, #f2f2f2);--ds-auro-calendar-nav-btn-border-color: var(--ds-basic-color-brand-primary, #01426a)}.calendarNavBtn:focus
|
|
10807
|
+
var colorCss$7 = i$3`.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{--ds-auro-calendar-nav-btn-container-color: var(--ds-advanced-color-state-background-hover, #f2f2f2);--ds-auro-calendar-nav-btn-border-color: var(--ds-basic-color-brand-primary, #01426a)}.calendarNavBtn:focus{--ds-auro-calendar-nav-btn-border-color: var(--ds-basic-color-brand-primary, #01426a)}.calendarNavBtn:active{--ds-auro-calendar-nav-btn-border-color: var(--ds-basic-color-brand-primary, #01426a);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)}::slotted([slot="bib.fullscreen.fromStr"]),::slotted([slot=mobileDateToStr]){color:var(--ds-auro-datepicker-placeholder-color)}@media screen and (max-width: 576px){.calendarNavBtn{--ds-auro-calendar-nav-btn-border-color: var(--ds-basic-color-brand-primary, #01426a)}}`;
|
|
10815
10808
|
|
|
10816
10809
|
var styleCss$6 = i$3`:focus:not(:focus-visible){outline:3px solid transparent}.body-default{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-default-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-default-font-size, 1rem);line-height:var(--wcss-body-default-line-height, 1.5rem)}.body-default-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-default-emphasized-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-default-emphasized-font-size, 1rem);line-height:var(--wcss-body-default-emphasized-line-height, 1.5rem)}.body-lg{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-lg-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-lg-font-size, 1.125rem);line-height:var(--wcss-body-lg-line-height, 1.625rem)}.body-lg-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-lg-emphasized-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-lg-emphasized-font-size, 1.125rem);line-height:var(--wcss-body-lg-emphasized-line-height, 1.625rem)}.body-sm{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-sm-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-sm-font-size, 0.875rem);line-height:var(--wcss-body-sm-line-height, 1.25rem)}.body-sm-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-sm-emphasized-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-sm-emphasized-font-size, 0.875rem);line-height:var(--wcss-body-sm-emphasized-line-height, 1.25rem)}.body-xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-xs-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-xs-font-size, 0.75rem);line-height:var(--wcss-body-xs-line-height, 1rem)}.body-xs-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-xs-emphasized-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-xs-emphasized-font-size, 0.75rem);line-height:var(--wcss-body-xs-emphasized-line-height, 1rem)}.body-2xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-2xs-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-2xs-font-size, 0.625rem);line-height:var(--wcss-body-2xs-line-height, 0.875rem)}.body-2xs-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-2xs-emphasized-weight, );letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-2xs-emphasized-font-size, 0.625rem);line-height:var(--wcss-body-2xs-emphasized-line-height, 0.875rem)}.display-2xl{font-family:var(--wcss-display-2xl-family, "AS Circular"),var(--wcss-display-2xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-display-2xl-weight, 300);line-height:var(--wcss-display-2xl-line-height, 1.3);font-size:var(--wcss-display-2xl-font-size, clamp(3.5rem, 6vw, 5.375rem));letter-spacing:var(--wcss-display-2xl-letter-spacing, 0)}.display-xl{font-family:var(--wcss-display-xl-family, "AS Circular"),var(--wcss-display-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-display-xl-weight, 300);line-height:var(--wcss-display-xl-line-height, 1.3);font-size:var(--wcss-display-xl-font-size, clamp(3rem, 5.3333333333vw, 4.5rem));letter-spacing:var(--wcss-display-xl-letter-spacing, 0)}.display-lg{font-family:var(--wcss-display-lg-family, "AS Circular"),var(--wcss-display-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-display-lg-weight, 300);line-height:var(--wcss-display-lg-line-height, 1.3);font-size:var(--wcss-display-lg-font-size, clamp(2.75rem, 4.6666666667vw, 4rem));letter-spacing:var(--wcss-display-lg-letter-spacing, 0)}.display-md{font-family:var(--wcss-display-md-family, "AS Circular"),var(--wcss-display-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-display-md-weight, 300);line-height:var(--wcss-display-md-line-height, 1.3);font-size:var(--wcss-display-md-font-size, clamp(2.5rem, 4vw, 3.5rem));letter-spacing:var(--wcss-display-md-letter-spacing, 0)}.display-sm{font-family:var(--wcss-display-sm-family, "AS Circular"),var(--wcss-display-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-display-sm-weight, 300);line-height:var(--wcss-display-sm-line-height, 1.3);font-size:var(--wcss-display-sm-font-size, clamp(2rem, 3.6666666667vw, 3rem));letter-spacing:var(--wcss-display-sm-letter-spacing, 0)}.display-xs{font-family:var(--wcss-display-xs-family, "AS Circular"),var(--wcss-display-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-display-xs-weight, 300);line-height:var(--wcss-display-xs-line-height, 1.3);font-size:var(--wcss-display-xs-font-size, clamp(1.75rem, 3vw, 2.375rem));letter-spacing:var(--wcss-display-xs-letter-spacing, 0)}.heading-xl{font-family:var(--wcss-heading-xl-family, "AS Circular"),var(--wcss-heading-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-heading-xl-weight, 300);line-height:var(--wcss-heading-xl-line-height, 1.3);font-size:var(--wcss-heading-xl-font-size, clamp(2rem, 3vw, 2.5rem));letter-spacing:var(--wcss-heading-xl-letter-spacing, 0)}.heading-lg{font-family:var(--wcss-heading-lg-family, "AS Circular"),var(--wcss-heading-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-heading-lg-weight, 300);line-height:var(--wcss-heading-lg-line-height, 1.3);font-size:var(--wcss-heading-lg-font-size, clamp(1.75rem, 2.6666666667vw, 2.25rem));letter-spacing:var(--wcss-heading-lg-letter-spacing, 0)}.heading-md{font-family:var(--wcss-heading-md-family, "AS Circular"),var(--wcss-heading-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-heading-md-weight, 300);line-height:var(--wcss-heading-md-line-height, 1.3);font-size:var(--wcss-heading-md-font-size, clamp(1.625rem, 2.3333333333vw, 1.75rem));letter-spacing:var(--wcss-heading-md-letter-spacing, 0)}.heading-sm{font-family:var(--wcss-heading-sm-family, "AS Circular"),var(--wcss-heading-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-heading-sm-weight, 300);line-height:var(--wcss-heading-sm-line-height, 1.3);font-size:var(--wcss-heading-sm-font-size, clamp(1.375rem, 2vw, 1.5rem));letter-spacing:var(--wcss-heading-sm-letter-spacing, 0)}.heading-xs{font-family:var(--wcss-heading-xs-family, "AS Circular"),var(--wcss-heading-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-heading-xs-weight, 300);line-height:var(--wcss-heading-xs-line-height, 1.3);font-size:var(--wcss-heading-xs-font-size, clamp(1.25rem, 1.6666666667vw, 1.25rem));letter-spacing:var(--wcss-heading-xs-letter-spacing, 0)}.heading-2xs{font-family:var(--wcss-heading-2xs-family, "AS Circular"),var(--wcss-heading-2xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-heading-2xs-weight, 300);line-height:var(--wcss-heading-2xs-line-height, 1.3);font-size:var(--wcss-heading-2xs-font-size, clamp(1.125rem, 1.5vw, 1.125rem));letter-spacing:var(--wcss-heading-2xs-letter-spacing, 0)}.accent-2xl{font-family:var(--wcss-accent-2xl-family, "Good OT"),var(--wcss-accent-2xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-accent-2xl-weight, 450);line-height:var(--wcss-accent-2xl-line-height, 1);font-size:var(--wcss-accent-2xl-font-size, clamp(2rem, 3.1666666667vw, 2.375rem));letter-spacing:var(--wcss-accent-2xl-letter-spacing, 0.05em);text-transform:uppercase}.accent-xl{font-family:var(--wcss-accent-xl-family, "Good OT"),var(--wcss-accent-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-accent-xl-weight, 450);line-height:var(--wcss-accent-xl-line-height, 1.3);font-size:var(--wcss-accent-xl-font-size, clamp(1.625rem, 2.3333333333vw, 2rem));letter-spacing:var(--wcss-accent-xl-letter-spacing, 0.05em);text-transform:uppercase}.accent-lg{font-family:var(--wcss-accent-lg-family, "Good OT"),var(--wcss-accent-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-accent-lg-weight, 450);line-height:var(--wcss-accent-lg-line-height, 1.3);font-size:var(--wcss-accent-lg-font-size, clamp(1.5rem, 2.1666666667vw, 1.75rem));letter-spacing:var(--wcss-accent-lg-letter-spacing, 0.05em);text-transform:uppercase}.accent-md{font-family:var(--wcss-accent-md-family, "Good OT"),var(--wcss-accent-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-accent-md-weight, 500);line-height:var(--wcss-accent-md-line-height, 1.3);font-size:var(--wcss-accent-md-font-size, clamp(1.375rem, 1.8333333333vw, 1.5rem));letter-spacing:var(--wcss-accent-md-letter-spacing, 0.05em);text-transform:uppercase}.accent-sm{font-family:var(--wcss-accent-sm-family, "Good OT"),var(--wcss-accent-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-accent-sm-weight, 500);line-height:var(--wcss-accent-sm-line-height, 1.3);font-size:var(--wcss-accent-sm-font-size, clamp(1.125rem, 1.5vw, 1.25rem));letter-spacing:var(--wcss-accent-sm-letter-spacing, 0.05em);text-transform:uppercase}.accent-xs{font-family:var(--wcss-accent-xs-family, "Good OT"),var(--wcss-accent-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-accent-xs-weight, 500);line-height:var(--wcss-accent-xs-line-height, 1.3);font-size:var(--wcss-accent-xs-font-size, clamp(1rem, 1.3333333333vw, 1rem));letter-spacing:var(--wcss-accent-xs-letter-spacing, 0.1em);text-transform:uppercase}.accent-2xs{font-family:var(--wcss-accent-2xs-family, "Good OT"),var(--wcss-accent-2xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-accent-2xs-weight, 450);line-height:var(--wcss-accent-2xs-line-height, 1.3);font-size:var(--wcss-accent-2xs-font-size, clamp(0.875rem, 1.1666666667vw, 0.875rem));letter-spacing:var(--wcss-accent-2xs-letter-spacing, 0.1em);text-transform:uppercase}:host{position:relative;display:block;width:calc(100% - var(--ds-size-200, 1rem) - var(--ds-size-200, 1rem));margin:0 var(--ds-size-200, 1rem)}@media screen and (min-width: 576px){:host{width:336px;padding:var(--ds-size-200, 1rem) var(--ds-size-200, 1rem) 0}}@media screen and (min-width: 576px){:host(:not(:last-of-type)):after{position:absolute;top:var(--ds-size-200, 1rem);right:calc(-1*var(--ds-size-200, 1rem));height:calc(100% - var(--ds-size-200, 1rem) - var(--ds-size-200, 1rem));display:block;width:1px;content:""}}.header{display:flex;height:var(--ds-size-500, 2.5rem);margin-bottom:var(--ds-size-150, 0.75rem);align-items:center;flex-direction:row;text-align:center}.headerTitle{display:flex;align-items:center;flex:1;flex-direction:row;justify-content:center}.headerTitle div:first-child{margin-right:var(--ds-size-100, 0.5rem)}.calendarNavBtn{position:relative;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}.table{width:100%;border-collapse:collapse}.thead{margin-bottom:var(--ds-size-100, 0.5rem)}.th{display:flex;flex:1;align-items:center;justify-content:center}.th abbr{text-decoration:none}.tbody{width:100%;transition:all 0ms;transform:translateX(0)}@media screen and (min-width: 576px){.tbody{height:376px}}.td{flex:1;margin:0;padding:0}.tr{display:flex;flex-direction:row;width:100%;border-radius:10px;overflow:hidden}.tr:not(:last-of-type){margin-bottom:var(--ds-size-100, 0.5rem)}`;
|
|
10817
10810
|
|
|
@@ -13174,7 +13167,7 @@ class CalendarUtilities {
|
|
|
13174
13167
|
|
|
13175
13168
|
var colorCss$4 = i$3`#headerContainer{box-shadow:var(--ds-auro-dropdownbib-header-boxshadow-color)}#footerContainer{background-color:var(--ds-auro-dropdownbib-footer-container-color)}`;
|
|
13176
13169
|
|
|
13177
|
-
var styleCss$4 = i$3`#bibTemplate{display:flex;overflow:hidden;height:100%;max-height:100%;flex-direction:column}#headerContainer{display:flex;flex-direction:column;padding:var(--ds-size-200, 1rem);padding-top:var(--ds-size-400, 2rem);padding-bottom:0}#headerContainer .titleRow{display:flex;flex-direction:row;justify-content:space-between;gap:var(--ds-size-100, 0.5rem)}#headerContainer .header{max-width:calc(100vw - var(--ds-size-900, 4.5rem));padding-top:var(--ds-size-200, 1rem)}#headerContainer .subheader{width:100%}#closeButton [auro-icon]{--ds-auro-icon-size: var(--ds-size-500, 2.5rem)}#bodyContainer{position:relative;overflow:auto;flex:1}:host([isfullscreen]) #bibTemplate{max-height:100dvh}:host([isfullscreen]) #bodyContainer{margin-top:var(--ds-size-100, 0.5rem)}#footerContainer{padding:var(--ds-size-200, 1rem)}`;
|
|
13170
|
+
var styleCss$4 = i$3`#bibTemplate{display:flex;overflow:hidden;height:100%;max-height:100%;flex-direction:column}#headerContainer{display:flex;flex-direction:column;padding:var(--ds-size-200, 1rem);padding-top:var(--ds-size-400, 2rem);padding-bottom:0}#headerContainer .titleRow{display:flex;flex-direction:row;justify-content:space-between;gap:var(--ds-size-100, 0.5rem)}#headerContainer .header{max-width:calc(100vw - var(--ds-size-900, 4.5rem));padding-top:var(--ds-size-200, 1rem)}#headerContainer .subheader{width:100%}#closeButton [auro-icon]{--ds-auro-icon-size: var(--ds-size-500, 2.5rem)}#bodyContainer{position:relative;overflow:auto;flex:1 1 100%}:host([isfullscreen]) #bibTemplate{max-height:100dvh}:host([isfullscreen]) #bodyContainer{margin-top:var(--ds-size-100, 0.5rem)}#footerContainer{position:absolute;right:0;bottom:0;left:0;padding:var(--ds-size-200, 1rem)}`;
|
|
13178
13171
|
|
|
13179
13172
|
var tokenCss = i$3`:host{--ds-auro-dropdownbib-header-boxshadow-color: var(--ds-elevation-200, 0px 0px 10px rgba(0, 0, 0, 0.15));--ds-auro-dropdownbib-footer-container-color: var(--ds-basic-color-surface-default, #ffffff)}`;
|
|
13180
13173
|
|
|
@@ -13569,7 +13562,7 @@ class AuroBibtemplate extends i$1 {
|
|
|
13569
13562
|
}
|
|
13570
13563
|
}
|
|
13571
13564
|
|
|
13572
|
-
var formkitVersion$2 = '
|
|
13565
|
+
var formkitVersion$2 = '202606291748';
|
|
13573
13566
|
|
|
13574
13567
|
let l$1 = class l{generateElementName(t,e){let o=t;return o+="-",o+=e.replace(/[.]/g,"_"),o}generateTag(o,s,a){const r=this.generateElementName(o,s),i=i$5`${s$5(r)}`;return customElements.get(r)||customElements.define(r,class extends a{}),i}};let d$1 = class d{registerComponent(t,e){customElements.get(t)||customElements.define(t,class extends e{});}closestElement(t,e=this,o=(e,s=e&&e.closest(t))=>e&&e!==document&&e!==window?s||o(e.getRootNode().host):null){return o(e)}handleComponentTagRename(t,e){const o=e.toLowerCase();t.tagName.toLowerCase()!==o&&t.setAttribute(o,true);}elementMatch(t,e){const o=e.toLowerCase();return t.tagName.toLowerCase()===o||t.hasAttribute(o)}getSlotText(t,e){const o=t.shadowRoot?.querySelector(`slot[name="${e}"]`),s=(o?.assignedNodes({flatten:true})||[]).map(t=>t.textContent?.trim()).join(" ").trim();return s||null}};let h$4 = class h{registerComponent(t,e){customElements.get(t)||customElements.define(t,class extends e{});}closestElement(t,e=this,o=(e,s=e&&e.closest(t))=>e&&e!==document&&e!==window?s||o(e.getRootNode().host):null){return o(e)}handleComponentTagRename(t,e){const o=e.toLowerCase();t.tagName.toLowerCase()!==o&&t.setAttribute(o,true);}elementMatch(t,e){const o=e.toLowerCase();return t.tagName.toLowerCase()===o||t.hasAttribute(o)}};var c$3=i$3`:host{color:var(--ds-auro-loader-color)}:host>span{background-color:var(--ds-auro-loader-background-color);border-color:var(--ds-auro-loader-border-color)}:host([onlight]),:host([appearance=brand]){--ds-auro-loader-color: var(--ds-basic-color-brand-primary, #01426a)}:host([ondark]),:host([appearance=inverse]){--ds-auro-loader-color: var(--ds-basic-color-texticon-inverse, #ffffff)}:host([orbit])>span{--ds-auro-loader-background-color: transparent}:host([orbit])>span:nth-child(1){--ds-auro-loader-border-color: currentcolor;opacity:.25}:host([orbit])>span:nth-child(2){--ds-auro-loader-border-color: currentcolor;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}
|
|
13575
13568
|
`,u$6=i$3`.body-default{font-size:var(--wcss-body-default-font-size, 1rem);line-height:var(--wcss-body-default-line-height, 1.5rem)}.body-default,.body-lg{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-lg{font-size:var(--wcss-body-lg-font-size, 1.125rem);line-height:var(--wcss-body-lg-line-height, 1.625rem)}.body-sm{font-size:var(--wcss-body-sm-font-size, .875rem);line-height:var(--wcss-body-sm-line-height, 1.25rem)}.body-sm,.body-xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-xs{font-size:var(--wcss-body-xs-font-size, .75rem);line-height:var(--wcss-body-xs-line-height, 1rem)}.body-2xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:var(--wcss-body-2xs-font-size, .625rem);font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0);line-height:var(--wcss-body-2xs-line-height, .875rem)}.display-2xl{font-family:var(--wcss-display-2xl-family, "AS Circular"),var(--wcss-display-2xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-2xl-font-size, clamp(3.5rem, 6vw, 5.375rem));font-weight:var(--wcss-display-2xl-weight, 300);letter-spacing:var(--wcss-display-2xl-letter-spacing, 0);line-height:var(--wcss-display-2xl-line-height, 1.3)}.display-xl{font-family:var(--wcss-display-xl-family, "AS Circular"),var(--wcss-display-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-xl-font-size, clamp(3rem, 5.3333333333vw, 4.5rem));font-weight:var(--wcss-display-xl-weight, 300);letter-spacing:var(--wcss-display-xl-letter-spacing, 0);line-height:var(--wcss-display-xl-line-height, 1.3)}.display-lg{font-family:var(--wcss-display-lg-family, "AS Circular"),var(--wcss-display-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-lg-font-size, clamp(2.75rem, 4.6666666667vw, 4rem));font-weight:var(--wcss-display-lg-weight, 300);letter-spacing:var(--wcss-display-lg-letter-spacing, 0);line-height:var(--wcss-display-lg-line-height, 1.3)}.display-md{font-family:var(--wcss-display-md-family, "AS Circular"),var(--wcss-display-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-md-font-size, clamp(2.5rem, 4vw, 3.5rem));font-weight:var(--wcss-display-md-weight, 300);letter-spacing:var(--wcss-display-md-letter-spacing, 0);line-height:var(--wcss-display-md-line-height, 1.3)}.display-sm{font-family:var(--wcss-display-sm-family, "AS Circular"),var(--wcss-display-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-sm-font-size, clamp(2rem, 3.6666666667vw, 3rem));font-weight:var(--wcss-display-sm-weight, 300);letter-spacing:var(--wcss-display-sm-letter-spacing, 0);line-height:var(--wcss-display-sm-line-height, 1.3)}.display-xs{font-family:var(--wcss-display-xs-family, "AS Circular"),var(--wcss-display-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-xs-font-size, clamp(1.75rem, 3vw, 2.375rem));font-weight:var(--wcss-display-xs-weight, 300);letter-spacing:var(--wcss-display-xs-letter-spacing, 0);line-height:var(--wcss-display-xs-line-height, 1.3)}.heading-xl{font-family:var(--wcss-heading-xl-family, "AS Circular"),var(--wcss-heading-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-xl-font-size, clamp(2rem, 3vw, 2.5rem));font-weight:var(--wcss-heading-xl-weight, 300);letter-spacing:var(--wcss-heading-xl-letter-spacing, 0);line-height:var(--wcss-heading-xl-line-height, 1.3)}.heading-lg{font-family:var(--wcss-heading-lg-family, "AS Circular"),var(--wcss-heading-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-lg-font-size, clamp(1.75rem, 2.6666666667vw, 2.25rem));font-weight:var(--wcss-heading-lg-weight, 300);letter-spacing:var(--wcss-heading-lg-letter-spacing, 0);line-height:var(--wcss-heading-lg-line-height, 1.3)}.heading-md{font-family:var(--wcss-heading-md-family, "AS Circular"),var(--wcss-heading-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-md-font-size, clamp(1.625rem, 2.3333333333vw, 1.75rem));font-weight:var(--wcss-heading-md-weight, 300);letter-spacing:var(--wcss-heading-md-letter-spacing, 0);line-height:var(--wcss-heading-md-line-height, 1.3)}.heading-sm{font-family:var(--wcss-heading-sm-family, "AS Circular"),var(--wcss-heading-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-sm-font-size, clamp(1.375rem, 2vw, 1.5rem));font-weight:var(--wcss-heading-sm-weight, 300);letter-spacing:var(--wcss-heading-sm-letter-spacing, 0);line-height:var(--wcss-heading-sm-line-height, 1.3)}.heading-xs{font-family:var(--wcss-heading-xs-family, "AS Circular"),var(--wcss-heading-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-xs-font-size, clamp(1.25rem, 1.6666666667vw, 1.25rem));font-weight:var(--wcss-heading-xs-weight, 450);letter-spacing:var(--wcss-heading-xs-letter-spacing, 0);line-height:var(--wcss-heading-xs-line-height, 1.3)}.heading-2xs{font-family:var(--wcss-heading-2xs-family, "AS Circular"),var(--wcss-heading-2xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-2xs-font-size, clamp(1.125rem, 1.5vw, 1.125rem));font-weight:var(--wcss-heading-2xs-weight, 450);letter-spacing:var(--wcss-heading-2xs-letter-spacing, 0);line-height:var(--wcss-heading-2xs-line-height, 1.3)}.accent-2xl{font-family:var(--wcss-accent-2xl-family, "Good OT"),var(--wcss-accent-2xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-2xl-font-size, clamp(2rem, 3.1666666667vw, 2.375rem));font-weight:var(--wcss-accent-2xl-weight, 450);letter-spacing:var(--wcss-accent-2xl-letter-spacing, .05em);line-height:var(--wcss-accent-2xl-line-height, 1)}.accent-2xl,.accent-xl{text-transform:uppercase}.accent-xl{font-family:var(--wcss-accent-xl-family, "Good OT"),var(--wcss-accent-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-xl-font-size, clamp(1.625rem, 2.3333333333vw, 2rem));font-weight:var(--wcss-accent-xl-weight, 450);letter-spacing:var(--wcss-accent-xl-letter-spacing, .05em);line-height:var(--wcss-accent-xl-line-height, 1.3)}.accent-lg{font-family:var(--wcss-accent-lg-family, "Good OT"),var(--wcss-accent-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-lg-font-size, clamp(1.5rem, 2.1666666667vw, 1.75rem));font-weight:var(--wcss-accent-lg-weight, 450);letter-spacing:var(--wcss-accent-lg-letter-spacing, .05em);line-height:var(--wcss-accent-lg-line-height, 1.3)}.accent-lg,.accent-md{text-transform:uppercase}.accent-md{font-family:var(--wcss-accent-md-family, "Good OT"),var(--wcss-accent-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-md-font-size, clamp(1.375rem, 1.8333333333vw, 1.5rem));font-weight:var(--wcss-accent-md-weight, 500);letter-spacing:var(--wcss-accent-md-letter-spacing, .05em);line-height:var(--wcss-accent-md-line-height, 1.3)}.accent-sm{font-family:var(--wcss-accent-sm-family, "Good OT"),var(--wcss-accent-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-sm-font-size, clamp(1.125rem, 1.5vw, 1.25rem));font-weight:var(--wcss-accent-sm-weight, 500);letter-spacing:var(--wcss-accent-sm-letter-spacing, .05em);line-height:var(--wcss-accent-sm-line-height, 1.3)}.accent-sm,.accent-xs{text-transform:uppercase}.accent-xs{font-family:var(--wcss-accent-xs-family, "Good OT"),var(--wcss-accent-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-xs-font-size, clamp(1rem, 1.3333333333vw, 1rem));font-weight:var(--wcss-accent-xs-weight, 500);letter-spacing:var(--wcss-accent-xs-letter-spacing, .1em);line-height:var(--wcss-accent-xs-line-height, 1.3)}.accent-2xs{font-family:var(--wcss-accent-2xs-family, "Good OT"),var(--wcss-accent-2xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-2xs-font-size, clamp(.875rem, 1.1666666667vw, .875rem));font-weight:var(--wcss-accent-2xs-weight, 450);letter-spacing:var(--wcss-accent-2xs-letter-spacing, .1em);line-height:var(--wcss-accent-2xs-line-height, 1.3);text-transform:uppercase}:focus:not(:focus-visible){outline:3px solid transparent}:host,:host>span{position:relative}:host{width:2rem;height:2rem;display:inline-block;font-size:0}:host>span{position:absolute;display:inline-block;float:none;top:0;left:0;width:2rem;height:2rem;border-radius:100%;border-style:solid;border-width:0;box-sizing:border-box}:host([xs]),:host([xs])>span{width:1.2rem;height:1.2rem}:host([sm]),:host([sm])>span{width:3rem;height:3rem}:host([md]),:host([md])>span{width:5rem;height:5rem}:host([lg]),:host([lg])>span{width:8rem;height:8rem}:host{--margin: .375rem;--margin-xs: .2rem;--margin-sm: .5rem;--margin-md: .75rem;--margin-lg: 1rem}:host([pulse]),:host([pulse])>span{position:relative}:host([pulse]){width:calc(3rem + var(--margin) * 6);height:calc(1rem + var(--margin) * 2)}:host([pulse])>span{width:1rem;height:1rem;margin:var(--margin);animation:pulse 1.5s ease infinite}:host([pulse][xs]){width:calc(1.95rem + var(--margin-xs) * 6);height:calc(.65rem + var(--margin-xs) * 2)}:host([pulse][xs])>span{margin:var(--margin-xs);width:.65rem;height:.65rem}:host([pulse][sm]){width:calc(6rem + var(--margin-sm) * 6);height:calc(2rem + var(--margin-sm) * 2)}:host([pulse][sm])>span{margin:var(--margin-sm);width:2rem;height:2rem}:host([pulse][md]){width:calc(9rem + var(--margin-md) * 6);height:calc(3rem + var(--margin-md) * 2)}:host([pulse][md])>span{margin:var(--margin-md);width:3rem;height:3rem}:host([pulse][lg]){width:calc(15rem + var(--margin-lg) * 6);height:calc(5rem + var(--margin-lg) * 2)}:host([pulse][lg])>span{margin:var(--margin-lg);width:5rem;height:5rem}:host([pulse])>span:nth-child(1){animation-delay:-.4s}:host([pulse])>span:nth-child(2){animation-delay:-.2s}:host([pulse])>span:nth-child(3){animation-delay:0ms}@keyframes pulse{0%,to{opacity:.1;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}:host([orbit]),:host([orbit])>span{opacity:1}:host([orbit])>span{border-width:5px}:host([orbit])>span:nth-child(2){animation:orbit 2s linear infinite}:host([orbit][sm])>span{border-width:8px}:host([orbit][md])>span{border-width:13px}:host([orbit][lg])>span{border-width:21px}@keyframes orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:host([ringworm])>svg{animation:rotate 2s linear infinite;height:100%;width:100%;stroke:currentcolor;stroke-width:8}:host([ringworm]) .path{stroke-dashoffset:0;animation:ringworm 1.5s ease-in-out infinite;stroke-linecap:round}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes ringworm{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}:host([laser]){position:static;width:100%;display:block;height:0;overflow:hidden;font-size:unset}:host([laser])>span{position:fixed;width:100%;height:.25rem;border-radius:0;z-index:100}:host([laser])>span:nth-child(1){border-color:currentcolor;opacity:.25}:host([laser])>span:nth-child(2){border-color:currentcolor;animation:laser 2s linear infinite;opacity:1;width:50%}:host([laser][sm])>span:nth-child(2){width:20%}:host([laser][md])>span:nth-child(2){width:30%}:host([laser][lg])>span:nth-child(2){width:50%;animation-duration:1.5s}:host([laser][xl])>span:nth-child(2){width:80%;animation-duration:1.5s}@keyframes laser{0%{left:-100%}to{left:110%}}:host>.no-animation{display:none}@media (prefers-reduced-motion: reduce){:host{display:flex;align-items:center;justify-content:center}:host>span{opacity:1}:host>.loader{display:none}:host>svg{display:none}:host>.no-animation{display:block}}
|
|
@@ -13674,15 +13667,6 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
13674
13667
|
*/
|
|
13675
13668
|
this.activeCellDate = null;
|
|
13676
13669
|
|
|
13677
|
-
/**
|
|
13678
|
-
* Cached reference to the active cell host. Set by setActiveCell and
|
|
13679
|
-
* refreshed by scrollToActiveCell when its cache check misses (stale
|
|
13680
|
-
* or missing). Lets scrollToActiveCell skip a full cell scan on each
|
|
13681
|
-
* arrow key.
|
|
13682
|
-
* @private
|
|
13683
|
-
*/
|
|
13684
|
-
this._activeCell = null;
|
|
13685
|
-
|
|
13686
13670
|
/**
|
|
13687
13671
|
* Whether the #calendarGrid wrapper currently has focus.
|
|
13688
13672
|
* Used to determine whether the visualFocus ring should be shown.
|
|
@@ -14194,9 +14178,6 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
14194
14178
|
});
|
|
14195
14179
|
|
|
14196
14180
|
this.activeCellDate = date;
|
|
14197
|
-
// Cache so scrollToActiveCell can scroll without re-querying all cells
|
|
14198
|
-
// on every arrow keypress.
|
|
14199
|
-
this._activeCell = newActiveCell;
|
|
14200
14181
|
|
|
14201
14182
|
// Apply activeCell ring only when the grid currently has focus.
|
|
14202
14183
|
if (newActiveCell && this._gridHasFocus) {
|
|
@@ -14654,9 +14635,6 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
14654
14635
|
this.handleCellFocused({ detail: { date: fallback.day.date } });
|
|
14655
14636
|
}
|
|
14656
14637
|
}
|
|
14657
|
-
// Scroll AFTER the cross-month setActiveCell so the freshly
|
|
14658
|
-
// activated cell is what gets scrolled into view.
|
|
14659
|
-
this.scrollToActiveCell();
|
|
14660
14638
|
// Re-focus grid wrapper after month change re-render
|
|
14661
14639
|
this.focusActiveCell();
|
|
14662
14640
|
});
|
|
@@ -14697,9 +14675,6 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
14697
14675
|
this.handleCellFocused({ detail: { date: nearest.day.date } });
|
|
14698
14676
|
}
|
|
14699
14677
|
}
|
|
14700
|
-
// Scroll AFTER the cross-month setActiveCell so the freshly
|
|
14701
|
-
// activated cell is what gets scrolled into view.
|
|
14702
|
-
this.scrollToActiveCell();
|
|
14703
14678
|
this.focusActiveCell();
|
|
14704
14679
|
});
|
|
14705
14680
|
}
|
|
@@ -14734,8 +14709,6 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
14734
14709
|
const targetCell = allCells[targetIndex];
|
|
14735
14710
|
this.setActiveCell(targetCell.day.date);
|
|
14736
14711
|
this.scrollToActiveCell();
|
|
14737
|
-
// Match the cross-month branches: keep DOM focus on the grid wrapper
|
|
14738
|
-
// so subsequent arrow keys continue to land on this handler.
|
|
14739
14712
|
this.focusActiveCell();
|
|
14740
14713
|
} else if (direction === 'next' && this.showNextMonthBtn) {
|
|
14741
14714
|
// Navigate to next month and focus the computed next date.
|
|
@@ -14757,6 +14730,7 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
14757
14730
|
const target = cells.find((cell) => cell.day && cell.day.date === nextTs);
|
|
14758
14731
|
if (target) {
|
|
14759
14732
|
this.setActiveCell(target.day.date);
|
|
14733
|
+
this.focusActiveCell();
|
|
14760
14734
|
} else {
|
|
14761
14735
|
// Same nearest-by-date fallback handleGridKeyDown uses — direct
|
|
14762
14736
|
// `cells[length - 1]` would land on the end of the new month,
|
|
@@ -14764,10 +14738,9 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
14764
14738
|
const fallback = this.pickNearestCell(cells, nextTs, 'next');
|
|
14765
14739
|
if (fallback) {
|
|
14766
14740
|
this.setActiveCell(fallback.day.date);
|
|
14741
|
+
this.focusActiveCell();
|
|
14767
14742
|
}
|
|
14768
14743
|
}
|
|
14769
|
-
this.scrollToActiveCell();
|
|
14770
|
-
this.focusActiveCell();
|
|
14771
14744
|
});
|
|
14772
14745
|
} else if (direction === 'prev' && this.showPrevMonthBtn) {
|
|
14773
14746
|
// Navigate to previous month and focus the computed previous date.
|
|
@@ -14786,6 +14759,7 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
14786
14759
|
const target = cells.find((cell) => cell.day && cell.day.date === prevTs);
|
|
14787
14760
|
if (target) {
|
|
14788
14761
|
this.setActiveCell(target.day.date);
|
|
14762
|
+
this.focusActiveCell();
|
|
14789
14763
|
} else {
|
|
14790
14764
|
// Same nearest-by-date fallback handleGridKeyDown uses — direct
|
|
14791
14765
|
// `cells[0]` would land on the start of the previous month, far
|
|
@@ -14793,10 +14767,9 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
14793
14767
|
const fallback = this.pickNearestCell(cells, prevTs, 'prev');
|
|
14794
14768
|
if (fallback) {
|
|
14795
14769
|
this.setActiveCell(fallback.day.date);
|
|
14770
|
+
this.focusActiveCell();
|
|
14796
14771
|
}
|
|
14797
14772
|
}
|
|
14798
|
-
this.scrollToActiveCell();
|
|
14799
|
-
this.focusActiveCell();
|
|
14800
14773
|
});
|
|
14801
14774
|
}
|
|
14802
14775
|
} else if (key === 'ArrowDown' || key === 'ArrowUp') {
|
|
@@ -14829,6 +14802,7 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
14829
14802
|
const target = cells.find((cell) => cell.day && cell.day.date === targetDate);
|
|
14830
14803
|
if (target) {
|
|
14831
14804
|
this.setActiveCell(target.day.date);
|
|
14805
|
+
this.focusActiveCell();
|
|
14832
14806
|
} else {
|
|
14833
14807
|
// Same nearest-by-date fallback handleGridKeyDown uses — the
|
|
14834
14808
|
// old direction-based `cells[0]`/`cells[length-1]` clamp
|
|
@@ -14836,10 +14810,9 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
14836
14810
|
const nearest = this.pickNearestCell(cells, targetDate, navDirection);
|
|
14837
14811
|
if (nearest) {
|
|
14838
14812
|
this.setActiveCell(nearest.day.date);
|
|
14813
|
+
this.focusActiveCell();
|
|
14839
14814
|
}
|
|
14840
14815
|
}
|
|
14841
|
-
this.scrollToActiveCell();
|
|
14842
|
-
this.focusActiveCell();
|
|
14843
14816
|
});
|
|
14844
14817
|
}
|
|
14845
14818
|
}
|
|
@@ -15040,28 +15013,7 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
15040
15013
|
}
|
|
15041
15014
|
|
|
15042
15015
|
/**
|
|
15043
|
-
* Scrolls the calendar
|
|
15044
|
-
*
|
|
15045
|
-
* Walks the flat tree (rendered, slot-aware) outward from the active
|
|
15046
|
-
* cell's button and calls `scrollBy` on every vertically-scrollable
|
|
15047
|
-
* ancestor by whatever delta still separates the cell from that
|
|
15048
|
-
* ancestor's viewport. Native `scrollIntoView` is not used because the
|
|
15049
|
-
* cell sits inside multiple nested scroll containers (the dropdown bib's
|
|
15050
|
-
* `<dialog>`, the bibtemplate's `#bodyContainer`) and the algorithm only
|
|
15051
|
-
* scrolls one of them on its own, leaving the cell short of the
|
|
15052
|
-
* viewport in mobile fullscreen.
|
|
15053
|
-
*
|
|
15054
|
-
* Uses `behavior: 'auto'` (the spec's universally-supported non-animated
|
|
15055
|
-
* value) so each `scrollBy` resolves synchronously and the next
|
|
15056
|
-
* iteration's `getBoundingClientRect` reads post-scroll positions
|
|
15057
|
-
* accurately. This also satisfies `prefers-reduced-motion` users — the
|
|
15058
|
-
* scroll containers do not set CSS `scroll-behavior: smooth`, so `auto`
|
|
15059
|
-
* is effectively instant.
|
|
15060
|
-
*
|
|
15061
|
-
* The active cell is looked up from the cache populated by
|
|
15062
|
-
* `setActiveCell`. On a cache miss (stale or absent) the cache is
|
|
15063
|
-
* refreshed from a single full scan so subsequent calls stay on the
|
|
15064
|
-
* fast path.
|
|
15016
|
+
* Scrolls the calendar to ensure the month containing the active cell is visible.
|
|
15065
15017
|
* @private
|
|
15066
15018
|
* @returns {void}
|
|
15067
15019
|
*/
|
|
@@ -15070,69 +15022,16 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
15070
15022
|
return;
|
|
15071
15023
|
}
|
|
15072
15024
|
|
|
15073
|
-
|
|
15074
|
-
|
|
15075
|
-
|
|
15076
|
-
|
|
15077
|
-
|
|
15078
|
-
const activeDate = this.activeCellDate;
|
|
15079
|
-
const cached = this._activeCell;
|
|
15080
|
-
const cacheFresh = cached && cached.isConnected && cached.day && cached.day.date === activeDate;
|
|
15081
|
-
let activeCell = null;
|
|
15082
|
-
if (cacheFresh) {
|
|
15083
|
-
activeCell = cached;
|
|
15084
|
-
} else {
|
|
15085
|
-
activeCell = this.getAllFocusableCells().find((cell) => cell.day && cell.day.date === activeDate);
|
|
15086
|
-
this._activeCell = activeCell || null;
|
|
15087
|
-
}
|
|
15088
|
-
if (!activeCell) {
|
|
15089
|
-
return;
|
|
15090
|
-
}
|
|
15091
|
-
|
|
15092
|
-
// Scroll the button inside the cell — it has concrete dimensions,
|
|
15093
|
-
// which avoids quirks when the cell host has display: inline / contents
|
|
15094
|
-
// / flex-without-explicit-size.
|
|
15095
|
-
const target = activeCell._cachedButton ||
|
|
15096
|
-
activeCell.shadowRoot?.querySelector('button.day') ||
|
|
15097
|
-
activeCell;
|
|
15098
|
-
|
|
15099
|
-
// parentNode follows the authored DOM tree and steps over shadow roots
|
|
15100
|
-
// via slot projection. A slotted element's visual parent is its
|
|
15101
|
-
// assignedSlot's parent (inside the host's shadow tree), not the host
|
|
15102
|
-
// itself. Without this hop, the walk skips right past #bodyContainer
|
|
15103
|
-
// and <dialog> and finds no scrollable ancestor at all.
|
|
15104
|
-
const flatParent = (current) => {
|
|
15105
|
-
if (current.nodeType === Node.DOCUMENT_FRAGMENT_NODE) {
|
|
15106
|
-
return current.host || null;
|
|
15107
|
-
}
|
|
15108
|
-
if (current.assignedSlot) {
|
|
15109
|
-
return current.assignedSlot.parentNode;
|
|
15110
|
-
}
|
|
15111
|
-
return current.parentNode;
|
|
15112
|
-
};
|
|
15025
|
+
const date = new Date(this.activeCellDate * 1000);
|
|
15026
|
+
const month = date.getMonth() + 1;
|
|
15027
|
+
const year = date.getFullYear();
|
|
15028
|
+
const selector = `#month-${month}-${year}`;
|
|
15029
|
+
const monthElem = this.shadowRoot.querySelector(selector);
|
|
15113
15030
|
|
|
15114
|
-
|
|
15115
|
-
|
|
15116
|
-
|
|
15117
|
-
|
|
15118
|
-
if (overflowY === 'auto' || overflowY === 'scroll') {
|
|
15119
|
-
const targetRect = target.getBoundingClientRect();
|
|
15120
|
-
const scrollerRect = node.getBoundingClientRect();
|
|
15121
|
-
let delta = 0;
|
|
15122
|
-
if (targetRect.top < scrollerRect.top) {
|
|
15123
|
-
delta = targetRect.top - scrollerRect.top;
|
|
15124
|
-
} else if (targetRect.bottom > scrollerRect.bottom) {
|
|
15125
|
-
delta = targetRect.bottom - scrollerRect.bottom;
|
|
15126
|
-
}
|
|
15127
|
-
if (delta !== 0) {
|
|
15128
|
-
node.scrollBy({
|
|
15129
|
-
top: delta,
|
|
15130
|
-
behavior: 'auto'
|
|
15131
|
-
});
|
|
15132
|
-
}
|
|
15133
|
-
}
|
|
15134
|
-
}
|
|
15135
|
-
node = flatParent(node);
|
|
15031
|
+
if (monthElem) {
|
|
15032
|
+
const prefersReducedMotion = window.matchMedia('(prefers-reduced-motion: reduce)').matches;
|
|
15033
|
+
monthElem.scrollIntoView({ block: 'nearest',
|
|
15034
|
+
behavior: prefersReducedMotion ? 'instant' : 'smooth' });
|
|
15136
15035
|
}
|
|
15137
15036
|
}
|
|
15138
15037
|
|
|
@@ -15423,7 +15322,7 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
15423
15322
|
</div>
|
|
15424
15323
|
</div>
|
|
15425
15324
|
|
|
15426
|
-
<div class="calendarWrapper">
|
|
15325
|
+
<div class="calendarWrapper ${!this.isFullscreen && this.dropdown?.desktopModal ? 'hasFooter' : ''}">
|
|
15427
15326
|
<div class="calendarNavButtons">
|
|
15428
15327
|
${this.showPrevMonthBtn ? u$a`
|
|
15429
15328
|
<button tabIndex="0" class="calendarNavBtn prevMonth" aria-label="${this.datepicker?.navLabelPrevMonth || 'Previous month'}" @click="${this.handlePrevMonth}">
|
|
@@ -19345,7 +19244,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$1 {
|
|
|
19345
19244
|
}
|
|
19346
19245
|
};
|
|
19347
19246
|
|
|
19348
|
-
var formkitVersion$1 = '
|
|
19247
|
+
var formkitVersion$1 = '202606291748';
|
|
19349
19248
|
|
|
19350
19249
|
let AuroElement$2 = class AuroElement extends i$1 {
|
|
19351
19250
|
static get properties() {
|
|
@@ -31071,13 +30970,6 @@ class AuroInputUtilities {
|
|
|
31071
30970
|
* @returns {string | undefined}
|
|
31072
30971
|
*/
|
|
31073
30972
|
toFormattedValue(valueObject, format) {
|
|
31074
|
-
// Exposed publicly via `AuroInputUtil.toFormattedValue`, so a missing
|
|
31075
|
-
// `format` argument has to fail gracefully rather than throw on
|
|
31076
|
-
// `format.toLowerCase()`. Treat any falsy value (undefined, null, '')
|
|
31077
|
-
// as "no format → no display value".
|
|
31078
|
-
if (!format) {
|
|
31079
|
-
return undefined;
|
|
31080
|
-
}
|
|
31081
30973
|
const normalizedFormat = format.toLowerCase();
|
|
31082
30974
|
const maskOptions = this.getMaskOptions('date', normalizedFormat);
|
|
31083
30975
|
|
|
@@ -31228,18 +31120,79 @@ class BaseInput extends AuroElement$1 {
|
|
|
31228
31120
|
constructor() {
|
|
31229
31121
|
super();
|
|
31230
31122
|
|
|
31231
|
-
|
|
31232
|
-
|
|
31233
|
-
|
|
31234
|
-
|
|
31235
|
-
|
|
31236
|
-
|
|
31237
|
-
|
|
31238
|
-
|
|
31239
|
-
|
|
31240
|
-
|
|
31123
|
+
this.appearance = "default";
|
|
31124
|
+
this.disabled = false;
|
|
31125
|
+
this.layout = 'classic';
|
|
31126
|
+
this.locale = 'en-US';
|
|
31127
|
+
this.max = undefined;
|
|
31128
|
+
this._maxObject = undefined;
|
|
31129
|
+
this.maxLength = undefined;
|
|
31130
|
+
this.min = undefined;
|
|
31131
|
+
this._minObject = undefined;
|
|
31132
|
+
this.minLength = undefined;
|
|
31133
|
+
this.required = false;
|
|
31134
|
+
this.onDark = false;
|
|
31135
|
+
this.setCustomValidityForType = undefined;
|
|
31136
|
+
this.size = 'lg';
|
|
31137
|
+
this.shape = 'classic';
|
|
31138
|
+
this.value = undefined;
|
|
31139
|
+
this._valueObject = undefined;
|
|
31140
|
+
|
|
31141
|
+
this._initializePrivateDefaults();
|
|
31142
|
+
}
|
|
31143
|
+
|
|
31144
|
+
/**
|
|
31145
|
+
* Internal Defaults.
|
|
31146
|
+
* @private
|
|
31147
|
+
* @returns {void}
|
|
31148
|
+
*/
|
|
31149
|
+
_initializePrivateDefaults() {
|
|
31241
31150
|
this.activeLabel = false;
|
|
31242
|
-
|
|
31151
|
+
this.appearance = "default";
|
|
31152
|
+
this.icon = false;
|
|
31153
|
+
this.disabled = false;
|
|
31154
|
+
this.dvInputOnly = false;
|
|
31155
|
+
this.hideLabelVisually = false;
|
|
31156
|
+
this.max = undefined;
|
|
31157
|
+
this.maxLength = undefined;
|
|
31158
|
+
this.min = undefined;
|
|
31159
|
+
this.minLength = undefined;
|
|
31160
|
+
this.noValidate = false;
|
|
31161
|
+
this.onDark = false;
|
|
31162
|
+
this.required = false;
|
|
31163
|
+
this.setCustomValidityForType = undefined;
|
|
31164
|
+
|
|
31165
|
+
// Used for storing raw values returned from input mask.
|
|
31166
|
+
this._rawMaskValue = undefined;
|
|
31167
|
+
|
|
31168
|
+
/**
|
|
31169
|
+
* @private
|
|
31170
|
+
*/
|
|
31171
|
+
this.layout = 'classic';
|
|
31172
|
+
|
|
31173
|
+
/**
|
|
31174
|
+
* @private
|
|
31175
|
+
*/
|
|
31176
|
+
this.shape = 'classic';
|
|
31177
|
+
|
|
31178
|
+
/**
|
|
31179
|
+
* @private
|
|
31180
|
+
*/
|
|
31181
|
+
this.size = 'lg';
|
|
31182
|
+
|
|
31183
|
+
this.touched = false;
|
|
31184
|
+
this.util = new AuroInputUtilities({
|
|
31185
|
+
locale: "en-US",
|
|
31186
|
+
format: this.format
|
|
31187
|
+
});
|
|
31188
|
+
this.validation = new AuroFormValidation();
|
|
31189
|
+
this.inputIconName = undefined;
|
|
31190
|
+
this.showPassword = false;
|
|
31191
|
+
this.validationCCLength = undefined;
|
|
31192
|
+
this.hasValue = false;
|
|
31193
|
+
this.label = 'Input label is undefined';
|
|
31194
|
+
|
|
31195
|
+
|
|
31243
31196
|
this.allowedInputTypes = [
|
|
31244
31197
|
"text",
|
|
31245
31198
|
"number",
|
|
@@ -31248,8 +31201,7 @@ class BaseInput extends AuroElement$1 {
|
|
|
31248
31201
|
"credit-card",
|
|
31249
31202
|
"tel"
|
|
31250
31203
|
];
|
|
31251
|
-
this.
|
|
31252
|
-
/** @private */
|
|
31204
|
+
this.icon = false;
|
|
31253
31205
|
this.dateFormatMap = {
|
|
31254
31206
|
'mm/dd/yyyy': 'dateMMDDYYYY',
|
|
31255
31207
|
'dd/mm/yyyy': 'dateDDMMYYYY',
|
|
@@ -31266,57 +31218,27 @@ class BaseInput extends AuroElement$1 {
|
|
|
31266
31218
|
'dd/mm': 'dateDDMM',
|
|
31267
31219
|
'mm/dd': 'dateMMDD'
|
|
31268
31220
|
};
|
|
31269
|
-
this.disabled = false;
|
|
31270
|
-
/** @private */
|
|
31271
31221
|
this.domHandler = new DomHandler();
|
|
31272
31222
|
this.dvInputOnly = false;
|
|
31273
31223
|
this.hasValue = false;
|
|
31274
|
-
this.hideLabelVisually = false;
|
|
31275
|
-
this.icon = false;
|
|
31276
|
-
/** @private */
|
|
31277
31224
|
this.inputIconName = undefined;
|
|
31278
|
-
/** @private */
|
|
31279
31225
|
this.label = 'Input label is undefined';
|
|
31280
|
-
this.layout = 'classic';
|
|
31281
|
-
this.locale = 'en-US';
|
|
31282
|
-
this.max = undefined;
|
|
31283
|
-
this._maxObject = undefined;
|
|
31284
|
-
this.maxLength = undefined;
|
|
31285
|
-
this.min = undefined;
|
|
31286
|
-
this._minObject = undefined;
|
|
31287
|
-
this.minLength = undefined;
|
|
31288
31226
|
this.noValidate = false;
|
|
31289
|
-
this.
|
|
31290
|
-
// Raw values returned from the input mask before model normalization.
|
|
31291
|
-
this._rawMaskValue = undefined;
|
|
31292
|
-
this.required = false;
|
|
31293
|
-
this.setCustomValidityForType = undefined;
|
|
31294
|
-
// Credit Card is intentionally excluded — its mask manages the cursor
|
|
31295
|
-
// itself, and listing it here caused cursor placement issues in Safari.
|
|
31296
|
-
/** @private */
|
|
31227
|
+
this._rawMaskValue = undefined; // Used for storing raw values returned from input mask.
|
|
31297
31228
|
this.setSelectionInputTypes = [
|
|
31298
31229
|
"text",
|
|
31299
31230
|
"password",
|
|
31300
31231
|
"email"
|
|
31301
|
-
];
|
|
31302
|
-
this.shape = 'classic';
|
|
31303
|
-
/** @private */
|
|
31232
|
+
]; // Credit Card is not included as this caused cursor placement issues in Safari.
|
|
31304
31233
|
this.showPassword = false;
|
|
31305
|
-
this.size = 'lg';
|
|
31306
31234
|
this.touched = false;
|
|
31307
|
-
/** @private */
|
|
31308
31235
|
this.uniqueId = new UniqueId().create();
|
|
31309
|
-
/** @private */
|
|
31310
31236
|
this.util = new AuroInputUtilities({
|
|
31311
31237
|
locale: this.locale,
|
|
31312
31238
|
format: this.format
|
|
31313
31239
|
});
|
|
31314
|
-
/** @private */
|
|
31315
31240
|
this.validation = new AuroFormValidation();
|
|
31316
|
-
/** @private */
|
|
31317
31241
|
this.validationCCLength = undefined;
|
|
31318
|
-
this.value = undefined;
|
|
31319
|
-
this._valueObject = undefined;
|
|
31320
31242
|
}
|
|
31321
31243
|
|
|
31322
31244
|
// function to define props used within the scope of this component
|
|
@@ -31864,15 +31786,6 @@ class BaseInput extends AuroElement$1 {
|
|
|
31864
31786
|
|
|
31865
31787
|
this.inputId = this.id ? `${this.id}-input` : window.crypto.randomUUID();
|
|
31866
31788
|
|
|
31867
|
-
// Normalize the format token to lowercase so case-mixed values supplied
|
|
31868
|
-
// via attribute (e.g. `format="MM/DD/YYYY"`) hit the `dateFormatMap`
|
|
31869
|
-
// lookup inside `setCustomHelpTextMessage`. Without this, an uppercase
|
|
31870
|
-
// format silently misses the map and leaves `setCustomValidityForType`
|
|
31871
|
-
// unset.
|
|
31872
|
-
if (this.format) {
|
|
31873
|
-
this.format = this.format.toLowerCase();
|
|
31874
|
-
}
|
|
31875
|
-
|
|
31876
31789
|
// use validity message override if declared when initializing the component
|
|
31877
31790
|
if (this.hasAttribute('setCustomValidity')) {
|
|
31878
31791
|
this.ValidityMessageOverride = this.setCustomValidity;
|
|
@@ -32306,38 +32219,6 @@ class BaseInput extends AuroElement$1 {
|
|
|
32306
32219
|
this.touched = true;
|
|
32307
32220
|
this.validation.validate(this);
|
|
32308
32221
|
}
|
|
32309
|
-
|
|
32310
|
-
// Prevents cursor jumping in Safari. Setting `this.value` triggers a Lit
|
|
32311
|
-
// update that can re-render the input and reset the native cursor; we
|
|
32312
|
-
// capture the caret position before that update commits and restore it
|
|
32313
|
-
// via `setSelectionRange` once the update has flushed. Gated on
|
|
32314
|
-
// `setSelectionInputTypes` so credit-card (and other masked types whose
|
|
32315
|
-
// formatter manages the cursor itself) doesn't get a competing write.
|
|
32316
|
-
// Capture the caret position INSIDE the gate — reading `selectionStart`
|
|
32317
|
-
// on input types that don't support text selection (number, email in
|
|
32318
|
-
// some browsers) throws InvalidStateError, which would crash all input
|
|
32319
|
-
// handling. Wrap the read in try/catch belt-and-suspenders even though
|
|
32320
|
-
// the gated types currently support it, since the list is a public
|
|
32321
|
-
// property a consumer could mutate.
|
|
32322
|
-
if (this.setSelectionInputTypes.includes(this.type)) {
|
|
32323
|
-
let selectionStart;
|
|
32324
|
-
try {
|
|
32325
|
-
selectionStart = this.inputElement.selectionStart;
|
|
32326
|
-
} catch (error) { // eslint-disable-line no-unused-vars
|
|
32327
|
-
return;
|
|
32328
|
-
}
|
|
32329
|
-
if (typeof selectionStart !== 'number') {
|
|
32330
|
-
return;
|
|
32331
|
-
}
|
|
32332
|
-
this.updateComplete.then(() => {
|
|
32333
|
-
try {
|
|
32334
|
-
this.inputElement.setSelectionRange(selectionStart, selectionStart);
|
|
32335
|
-
} catch (error) { // eslint-disable-line no-unused-vars
|
|
32336
|
-
// Some input types (number/email in certain UAs) throw on
|
|
32337
|
-
// setSelectionRange; swallow and let the native cursor stand.
|
|
32338
|
-
}
|
|
32339
|
-
});
|
|
32340
|
-
}
|
|
32341
32222
|
}
|
|
32342
32223
|
|
|
32343
32224
|
/**
|
|
@@ -32964,7 +32845,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$1 {
|
|
|
32964
32845
|
}
|
|
32965
32846
|
};
|
|
32966
32847
|
|
|
32967
|
-
var formkitVersion = '
|
|
32848
|
+
var formkitVersion = '202606291748';
|
|
32968
32849
|
|
|
32969
32850
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
32970
32851
|
// See LICENSE in the project root for license information.
|
|
@@ -33467,7 +33348,6 @@ class AuroInput extends BaseInput {
|
|
|
33467
33348
|
<${this.buttonTag}
|
|
33468
33349
|
@click="${this.handleClickShowPassword}"
|
|
33469
33350
|
appearance="${this.onDark ? 'inverse' : this.appearance}"
|
|
33470
|
-
aria-pressed="${this.showPassword ? 'true' : 'false'}"
|
|
33471
33351
|
class="notificationBtn passwordBtn"
|
|
33472
33352
|
shape="circle"
|
|
33473
33353
|
size="sm"
|
|
@@ -33541,29 +33421,25 @@ class AuroInput extends BaseInput {
|
|
|
33541
33421
|
* @returns {html} - Returns HTML for the help text and error message.
|
|
33542
33422
|
*/
|
|
33543
33423
|
renderHtmlHelpText() {
|
|
33544
|
-
// Single `<p>` with stable identity across validity transitions —
|
|
33545
|
-
// previously two distinct templates (valid vs invalid) caused Lit to
|
|
33546
|
-
// replace the node entirely on a flip, and VoiceOver wouldn't
|
|
33547
|
-
// re-announce because the live-region element it was watching had been
|
|
33548
|
-
// removed and a new one inserted. Keeping one node means the `role`,
|
|
33549
|
-
// `aria-live`, and text content all change in-place, which AT does
|
|
33550
|
-
// observe and announce.
|
|
33551
|
-
const isError = this.validity && this.validity !== 'valid';
|
|
33552
33424
|
return u$a`
|
|
33553
|
-
|
|
33554
|
-
|
|
33555
|
-
|
|
33556
|
-
|
|
33557
|
-
|
|
33558
|
-
|
|
33559
|
-
|
|
33560
|
-
|
|
33561
|
-
|
|
33562
|
-
|
|
33563
|
-
|
|
33564
|
-
|
|
33565
|
-
|
|
33566
|
-
|
|
33425
|
+
${!this.validity || this.validity === undefined || this.validity === 'valid'
|
|
33426
|
+
? u$a`
|
|
33427
|
+
<${this.helpTextTag}
|
|
33428
|
+
appearance="${this.onDark ? 'inverse' : this.appearance}">
|
|
33429
|
+
<p id="${this.uniqueId}" part="helpText">
|
|
33430
|
+
<slot name="helpText">${this.getHelpText()}</slot>
|
|
33431
|
+
</p>
|
|
33432
|
+
</${this.helpTextTag}>
|
|
33433
|
+
`
|
|
33434
|
+
: u$a`
|
|
33435
|
+
<${this.helpTextTag} error
|
|
33436
|
+
appearance="${this.onDark ? 'inverse' : this.appearance}">
|
|
33437
|
+
<p id="${this.uniqueId}" role="alert" aria-live="assertive" part="helpText">
|
|
33438
|
+
${this.errorMessage}
|
|
33439
|
+
</p>
|
|
33440
|
+
</${this.helpTextTag}>
|
|
33441
|
+
`
|
|
33442
|
+
}
|
|
33567
33443
|
`;
|
|
33568
33444
|
}
|
|
33569
33445
|
|
|
@@ -33710,15 +33586,6 @@ function formatISODate(isoStr, format) {
|
|
|
33710
33586
|
try {
|
|
33711
33587
|
const date = dateFormatter.stringToDateInstance(isoStr);
|
|
33712
33588
|
|
|
33713
|
-
// `stringToDateInstance` returns an `Invalid Date` for malformed strings
|
|
33714
|
-
// and `null` for non-string input — it does NOT throw. Without this
|
|
33715
|
-
// guard, `getFullYear()`/`getMonth()`/`getDate()` on an Invalid Date
|
|
33716
|
-
// yield `NaN`, and `String(NaN).padStart(4, '0')` produces literals
|
|
33717
|
-
// like "0NaN/0NaN/0NaN" instead of `undefined`.
|
|
33718
|
-
if (!(date instanceof Date) || Number.isNaN(date.getTime())) {
|
|
33719
|
-
return undefined;
|
|
33720
|
-
}
|
|
33721
|
-
|
|
33722
33589
|
const year = String(date.getFullYear()).padStart(4, '0');
|
|
33723
33590
|
const month = String(date.getMonth() + 1).padStart(2, '0');
|
|
33724
33591
|
const day = String(date.getDate()).padStart(2, '0');
|
|
@@ -33729,10 +33596,7 @@ function formatISODate(isoStr, format) {
|
|
|
33729
33596
|
replace(/mm/iu, month).
|
|
33730
33597
|
replace(/dd/iu, day);
|
|
33731
33598
|
} catch (err) {
|
|
33732
|
-
//
|
|
33733
|
-
// (inside `stringToDateInstance`) could throw on pathological input
|
|
33734
|
-
// future-library-versions might introduce. Treat any thrown error as
|
|
33735
|
-
// "not a valid date" and return undefined.
|
|
33599
|
+
// If the input string is not a valid date, return undefined
|
|
33736
33600
|
return undefined;
|
|
33737
33601
|
}
|
|
33738
33602
|
}
|
|
@@ -35441,14 +35305,11 @@ class AuroDatePicker extends AuroElement {
|
|
|
35441
35305
|
this.calendar.announceSelection(announcement);
|
|
35442
35306
|
}, 500);
|
|
35443
35307
|
|
|
35444
|
-
// On mobile fullscreen
|
|
35445
|
-
//
|
|
35446
|
-
//
|
|
35447
|
-
|
|
35448
|
-
// would happen if we tried to scroll before the cell was set.
|
|
35449
|
-
if (this.dropdown.isBibFullscreen || this.forceScrollOnNextMobileCalendarRender) {
|
|
35308
|
+
// On mobile fullscreen, scroll the month list so the active cell's
|
|
35309
|
+
// month is visible. Without this, the list stays scrolled to the
|
|
35310
|
+
// calendarStartDate month which may be far from the active cell.
|
|
35311
|
+
if (this.dropdown.isBibFullscreen) {
|
|
35450
35312
|
this.calendar.scrollToActiveCell();
|
|
35451
|
-
this.forceScrollOnNextMobileCalendarRender = false;
|
|
35452
35313
|
}
|
|
35453
35314
|
} else if (attempts < MAX_ATTEMPTS) {
|
|
35454
35315
|
requestAnimationFrame(tryFocus);
|
|
@@ -35572,10 +35433,18 @@ class AuroDatePicker extends AuroElement {
|
|
|
35572
35433
|
}
|
|
35573
35434
|
}
|
|
35574
35435
|
|
|
35575
|
-
//
|
|
35576
|
-
|
|
35577
|
-
|
|
35578
|
-
|
|
35436
|
+
// If on mobile, and the calendar is opened, scroll the focus date into view if the flag is set
|
|
35437
|
+
if (this.dropdown.isPopoverVisible && this.forceScrollOnNextMobileCalendarRender) {
|
|
35438
|
+
|
|
35439
|
+
// Since the calendar is not rendered until the dropdown is opened,
|
|
35440
|
+
// and the auroDropdown-toggled event fires before the popover is actually open,
|
|
35441
|
+
// we need to wait until the next frame to ensure the calendar is fully rendered
|
|
35442
|
+
// and the area we're trying to scroll to is present in the DOM.
|
|
35443
|
+
setTimeout(() => {
|
|
35444
|
+
this.calendar.scrollMonthIntoView(this.calendarFocusDate);
|
|
35445
|
+
this.forceScrollOnNextMobileCalendarRender = false;
|
|
35446
|
+
}, 0);
|
|
35447
|
+
}
|
|
35579
35448
|
}, { signal });
|
|
35580
35449
|
|
|
35581
35450
|
// Handle responsive strategy changes while the dropdown is open
|