@aurodesignsystem-dev/auro-formkit 0.0.0-pr1491.9 → 0.0.0-pr1492.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/components/checkbox/demo/customize.min.js +1 -1
  2. package/components/checkbox/demo/getting-started.min.js +1 -1
  3. package/components/checkbox/demo/index.min.js +1 -1
  4. package/components/checkbox/dist/index.js +1 -1
  5. package/components/checkbox/dist/registered.js +1 -1
  6. package/components/combobox/demo/customize.min.js +3 -3
  7. package/components/combobox/demo/getting-started.min.js +3 -3
  8. package/components/combobox/demo/index.min.js +3 -3
  9. package/components/combobox/dist/index.js +3 -3
  10. package/components/combobox/dist/registered.js +3 -3
  11. package/components/counter/demo/customize.min.js +2 -2
  12. package/components/counter/demo/index.min.js +2 -2
  13. package/components/counter/dist/index.js +1 -1
  14. package/components/counter/dist/registered.js +1 -1
  15. package/components/datepicker/demo/api.md +52 -52
  16. package/components/datepicker/demo/index.min.js +110 -56
  17. package/components/datepicker/dist/index.js +110 -56
  18. package/components/datepicker/dist/registered.js +110 -56
  19. package/components/datepicker/dist/src/auro-calendar-cell.d.ts +1 -1
  20. package/components/datepicker/dist/src/auro-calendar-month.d.ts +6 -0
  21. package/components/datepicker/dist/src/auro-calendar.d.ts +6 -2
  22. package/components/datepicker/dist/src/auro-datepicker.d.ts +24 -5
  23. package/components/dropdown/demo/customize.min.js +1 -1
  24. package/components/dropdown/demo/getting-started.min.js +1 -1
  25. package/components/dropdown/demo/index.min.js +1 -1
  26. package/components/dropdown/dist/index.js +1 -1
  27. package/components/dropdown/dist/registered.js +1 -1
  28. package/components/form/demo/customize.min.js +126 -72
  29. package/components/form/demo/getting-started.min.js +126 -72
  30. package/components/form/demo/index.min.js +126 -72
  31. package/components/form/demo/registerDemoDeps.min.js +126 -72
  32. package/components/input/demo/customize.min.js +1 -1
  33. package/components/input/demo/getting-started.min.js +1 -1
  34. package/components/input/demo/index.min.js +1 -1
  35. package/components/input/dist/index.js +1 -1
  36. package/components/input/dist/registered.js +1 -1
  37. package/components/radio/demo/index.min.js +1 -1
  38. package/components/radio/dist/index.js +1 -1
  39. package/components/radio/dist/registered.js +1 -1
  40. package/components/select/demo/customize.min.js +2 -2
  41. package/components/select/demo/getting-started.min.js +2 -2
  42. package/components/select/demo/index.min.js +2 -2
  43. package/components/select/dist/index.js +2 -2
  44. package/components/select/dist/registered.js +2 -2
  45. package/custom-elements.json +1508 -1470
  46. package/package.json +1 -1
@@ -5850,7 +5850,7 @@ function normalizeDates$3(context, ...dates) {
5850
5850
  * const result = startOfDay(new Date(2014, 8, 2, 11, 55, 0))
5851
5851
  * //=> Tue Sep 02 2014 00:00:00
5852
5852
  */
5853
- function startOfDay$3(date, options) {
5853
+ function startOfDay$4(date, options) {
5854
5854
  const _date = toDate$3(date, options?.in);
5855
5855
  _date.setHours(0, 0, 0, 0);
5856
5856
  return _date;
@@ -5898,8 +5898,8 @@ function differenceInCalendarDays$3(laterDate, earlierDate, options) {
5898
5898
  earlierDate,
5899
5899
  );
5900
5900
 
5901
- const laterStartOfDay = startOfDay$3(laterDate_);
5902
- const earlierStartOfDay = startOfDay$3(earlierDate_);
5901
+ const laterStartOfDay = startOfDay$4(laterDate_);
5902
+ const earlierStartOfDay = startOfDay$4(earlierDate_);
5903
5903
 
5904
5904
  const laterTimestamp =
5905
5905
  +laterStartOfDay - getTimezoneOffsetInMilliseconds$3(laterStartOfDay);
@@ -12964,7 +12964,7 @@ let AuroHelpText$9 = class AuroHelpText extends i$4 {
12964
12964
  }
12965
12965
  };
12966
12966
 
12967
- var formkitVersion$9 = '202606031852';
12967
+ var formkitVersion$9 = '202606031753';
12968
12968
 
12969
12969
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
12970
12970
  // See LICENSE in the project root for license information.
@@ -15052,7 +15052,7 @@ function normalizeDates$1(context, ...dates) {
15052
15052
  * const result = startOfDay(new Date(2014, 8, 2, 11, 55, 0))
15053
15053
  * //=> Tue Sep 02 2014 00:00:00
15054
15054
  */
15055
- function startOfDay$1(date, options) {
15055
+ function startOfDay$2(date, options) {
15056
15056
  const _date = toDate$1(date, options?.in);
15057
15057
  _date.setHours(0, 0, 0, 0);
15058
15058
  return _date;
@@ -15100,8 +15100,8 @@ function differenceInCalendarDays$1(laterDate, earlierDate, options) {
15100
15100
  earlierDate,
15101
15101
  );
15102
15102
 
15103
- const laterStartOfDay = startOfDay$1(laterDate_);
15104
- const earlierStartOfDay = startOfDay$1(earlierDate_);
15103
+ const laterStartOfDay = startOfDay$2(laterDate_);
15104
+ const earlierStartOfDay = startOfDay$2(earlierDate_);
15105
15105
 
15106
15106
  const laterTimestamp =
15107
15107
  +laterStartOfDay - getTimezoneOffsetInMilliseconds$1(laterStartOfDay);
@@ -24476,6 +24476,7 @@ class UtilitiesCalendarRender {
24476
24476
  .dateTo="${elem.dateTo}"
24477
24477
  .dateFrom="${elem.dateFrom}"
24478
24478
  .locale="${elem.locale}"
24479
+ .localeCode="${elem.localeCode}"
24479
24480
  .monthNames="${elem.monthNames}"
24480
24481
  month="${month}"
24481
24482
  year="${year}"
@@ -24600,8 +24601,8 @@ class RangeDatepickerCell extends i$4 {
24600
24601
  const parsedDateFrom = parseInt(dateFrom, 10);
24601
24602
  const parsedDateTo = parseInt(dateTo, 10);
24602
24603
  if (day) {
24603
- if (getTime(startOfDay$1(parsedDateTo * 1000)) / 1000 === day.date ||
24604
- getTime(startOfDay$1(parsedDateFrom * 1000)) / 1000 === day.date) {
24604
+ if (getTime(startOfDay$2(parsedDateTo * 1000)) / 1000 === day.date ||
24605
+ getTime(startOfDay$2(parsedDateFrom * 1000)) / 1000 === day.date) {
24605
24606
  this.selected = true;
24606
24607
  }
24607
24608
  if (((hoveredDate === day.date || day.date < hoveredDate) &&
@@ -24789,7 +24790,7 @@ class RangeDatepickerCalendar extends i$4 {
24789
24790
  this.dayNamesOfTheWeek = [];
24790
24791
  this.daysOfMonth = [];
24791
24792
  this._locale = null;
24792
- this.currentDate = parseInt(format$1(startOfDay$1(Date.now()), 't'), 10);
24793
+ this.currentDate = parseInt(format$1(startOfDay$2(Date.now()), 't'), 10);
24793
24794
  this.localeChanged();
24794
24795
  this.yearAndMonthChanged(this.year, this.month);
24795
24796
  }
@@ -25283,6 +25284,12 @@ let s$3 = class s{registerComponent(e,t){customElements.get(e)||customElements.d
25283
25284
 
25284
25285
  var popoverVersion = '6.0.1';
25285
25286
 
25287
+ const startOfDay$1 = (ms) => {
25288
+ const date = new Date(ms);
25289
+ date.setHours(0, 0, 0, 0);
25290
+ return date.getTime();
25291
+ };
25292
+
25286
25293
  /* eslint-disable curly, max-lines, no-underscore-dangle, no-magic-numbers, no-underscore-dangle, max-params, no-void, init-declarations, no-extra-parens, arrow-parens, max-lines, line-comment-position, no-inline-comments, lit/binding-positions, lit/no-invalid-html */
25287
25294
 
25288
25295
  class AuroCalendarCell extends i$4 {
@@ -25335,14 +25342,14 @@ class AuroCalendarCell extends i$4 {
25335
25342
  disabledDays: { type: Array },
25336
25343
  hoveredDate: { type: String },
25337
25344
  isCurrentDate: { type: Boolean },
25338
- locale: { type: Object },
25345
+ locale: { type: String },
25339
25346
  dateStr: { type: String },
25340
25347
  renderForDateSlot: { type: Boolean }
25341
25348
  };
25342
25349
  }
25343
25350
 
25344
25351
  get locale() {
25345
- return this._locale ? this._locale : enUS$1;
25352
+ return this._locale;
25346
25353
  }
25347
25354
 
25348
25355
  set locale(value) {
@@ -25536,9 +25543,12 @@ class AuroCalendarCell extends i$4 {
25536
25543
  if (date === undefined) {
25537
25544
  return '';
25538
25545
  }
25539
- return format$1(date * 1000, 'PPPP', {
25540
- locale: this.locale,
25541
- });
25546
+ return new Intl.DateTimeFormat(this.locale, {
25547
+ weekday: 'long',
25548
+ year: 'numeric',
25549
+ month: 'long',
25550
+ day: 'numeric'
25551
+ }).format(new Date(date * 1000));
25542
25552
  }
25543
25553
 
25544
25554
  /**
@@ -25704,6 +25714,13 @@ class AuroCalendarMonth extends RangeDatepickerCalendar {
25704
25714
  monthFirst: {
25705
25715
  type: Boolean,
25706
25716
  reflect: true
25717
+ },
25718
+
25719
+ /**
25720
+ * BCP 47 locale tag for calendar localization.
25721
+ */
25722
+ localeCode: {
25723
+ type: String
25707
25724
  }
25708
25725
  };
25709
25726
  }
@@ -25746,20 +25763,28 @@ class AuroCalendarMonth extends RangeDatepickerCalendar {
25746
25763
  * @private
25747
25764
  * @returns {void}
25748
25765
  */
25766
+ updated(changedProperties) {
25767
+ super.updated(changedProperties);
25768
+ if (changedProperties.has('localeCode')) {
25769
+ this.localeChanged();
25770
+ }
25771
+ }
25772
+
25749
25773
  localeChanged() {
25750
- const dayNamesOfTheWeek = [];
25751
- for (let int = 0; int < 7; int += 1) {
25752
- dayNamesOfTheWeek.push(this.locale.localize.day(int, { width: 'narrow' }));
25774
+ const fmt = new Intl.DateTimeFormat(this.localeCode || 'en-US', { weekday: 'narrow' });
25775
+ // Jan 5 2025 is a known Sunday; iterate to get all 7 narrow day names starting from Sunday
25776
+ const sundayMs = new Date(2025, 0, 5).getTime();
25777
+ const msPerDay = 864e5;
25778
+ const allDays = [];
25779
+ for (let day = 0; day < 7; day += 1) {
25780
+ const offsetMs = day * msPerDay;
25781
+ allDays.push(fmt.format(new Date(sundayMs + offsetMs)));
25753
25782
  }
25754
- const firstDayOfWeek = this.locale.options.weekStartsOn
25755
- ? this.locale.options.weekStartsOn
25756
- : 0;
25757
- const tmp = dayNamesOfTheWeek.slice().splice(0, firstDayOfWeek);
25758
- const newDayNamesOfTheWeek = dayNamesOfTheWeek
25759
- .slice()
25760
- .splice(firstDayOfWeek, dayNamesOfTheWeek.length)
25761
- .concat(tmp);
25762
- this.dayNamesOfTheWeek = newDayNamesOfTheWeek;
25783
+
25784
+ // Currently locale is always enUS by default, so this will not cause any change.
25785
+ // Week starts on Monday (index 1 in the Sunday-first array)
25786
+ const firstDayOfWeek = this.locale?.options?.weekStartsOn || 1;
25787
+ this.dayNamesOfTheWeek = allDays.slice(firstDayOfWeek).concat(allDays.slice(0, firstDayOfWeek));
25763
25788
  }
25764
25789
 
25765
25790
  renderDay(day) {
@@ -25775,7 +25800,7 @@ class AuroCalendarMonth extends RangeDatepickerCalendar {
25775
25800
  .hoveredDate="${this.hoveredDate}"
25776
25801
  .dateTo="${this.dateTo}"
25777
25802
  .dateFrom="${this.dateFrom}"
25778
- .locale="${this.locale}"
25803
+ .locale="${this.localeCode}"
25779
25804
  .day="${day}"
25780
25805
  ?isCurrentDate="${this.isCurrentDate(day)}"
25781
25806
  @date-is-selected="${this.handleDateSelected}"
@@ -26624,7 +26649,7 @@ let AuroBibtemplate$3 = class AuroBibtemplate extends i$4 {
26624
26649
  }
26625
26650
  };
26626
26651
 
26627
- var formkitVersion$2$1 = '202606031852';
26652
+ var formkitVersion$2$1 = '202606031753';
26628
26653
 
26629
26654
  let l$1$2 = 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$3`${s$6(r)}`;return customElements.get(r)||customElements.define(r,class extends a{}),i}};let d$1$2 = 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$1$2 = 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$1$3=i$7`: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}
26630
26655
  `,u$4$1=i$7`.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}}
@@ -26767,7 +26792,6 @@ class AuroCalendar extends RangeDatepicker {
26767
26792
 
26768
26793
  static get properties() {
26769
26794
  return {
26770
-
26771
26795
  /**
26772
26796
  * The last month that may be displayed in the calendar.
26773
26797
  */
@@ -26857,8 +26881,6 @@ class AuroCalendar extends RangeDatepicker {
26857
26881
  },
26858
26882
 
26859
26883
  /**
26860
- * If true, the month will be displayed before the year in the calendar header.
26861
- * Passed to AuroCalendarMonth via utilitesCalendarRender.
26862
26884
  * @private
26863
26885
  */
26864
26886
  monthFirst: {
@@ -26879,10 +26901,21 @@ class AuroCalendar extends RangeDatepicker {
26879
26901
  visible: {
26880
26902
  type: Boolean,
26881
26903
  reflect: false
26904
+ },
26905
+
26906
+ /**
26907
+ * BCP 47 locale tag for calendar localization.
26908
+ */
26909
+ localeCode: {
26910
+ type: String
26882
26911
  }
26883
26912
  };
26884
26913
  }
26885
26914
 
26915
+ localeChanged() {
26916
+ // Locale propagation handled via Lit property bindings to child calendar-month elements.
26917
+ }
26918
+
26886
26919
  // ─── Read-only *Object properties ─────────────────────────────────────────
26887
26920
 
26888
26921
  /** @returns {Date|undefined} */
@@ -27009,9 +27042,7 @@ class AuroCalendar extends RangeDatepicker {
27009
27042
  */
27010
27043
  focusCloseButton() {
27011
27044
  const bibtemplate = this.shadowRoot.querySelector(this.bibtemplateTag._$litStatic$);
27012
- if (bibtemplate) {
27013
- bibtemplate.focusCloseButton();
27014
- }
27045
+ if (bibtemplate) bibtemplate.focusCloseButton();
27015
27046
  }
27016
27047
 
27017
27048
  /**
@@ -30988,7 +31019,7 @@ let AuroHelpText$2$1 = class AuroHelpText extends i$4 {
30988
31019
  }
30989
31020
  };
30990
31021
 
30991
- var formkitVersion$1$2 = '202606031852';
31022
+ var formkitVersion$1$2 = '202606031753';
30992
31023
 
30993
31024
  let AuroElement$2$2 = class AuroElement extends i$4 {
30994
31025
  static get properties() {
@@ -37125,7 +37156,7 @@ function normalizeDates$2(context, ...dates) {
37125
37156
  * const result = startOfDay(new Date(2014, 8, 2, 11, 55, 0))
37126
37157
  * //=> Tue Sep 02 2014 00:00:00
37127
37158
  */
37128
- function startOfDay$2(date, options) {
37159
+ function startOfDay$3(date, options) {
37129
37160
  const _date = toDate$2(date, options?.in);
37130
37161
  _date.setHours(0, 0, 0, 0);
37131
37162
  return _date;
@@ -37173,8 +37204,8 @@ function differenceInCalendarDays$2(laterDate, earlierDate, options) {
37173
37204
  earlierDate,
37174
37205
  );
37175
37206
 
37176
- const laterStartOfDay = startOfDay$2(laterDate_);
37177
- const earlierStartOfDay = startOfDay$2(earlierDate_);
37207
+ const laterStartOfDay = startOfDay$3(laterDate_);
37208
+ const earlierStartOfDay = startOfDay$3(earlierDate_);
37178
37209
 
37179
37210
  const laterTimestamp =
37180
37211
  +laterStartOfDay - getTimezoneOffsetInMilliseconds$2(laterStartOfDay);
@@ -44239,7 +44270,7 @@ let AuroHelpText$1$2 = class AuroHelpText extends i$4 {
44239
44270
  }
44240
44271
  };
44241
44272
 
44242
- var formkitVersion$8 = '202606031852';
44273
+ var formkitVersion$8 = '202606031753';
44243
44274
 
44244
44275
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
44245
44276
  // See LICENSE in the project root for license information.
@@ -45611,6 +45642,11 @@ const datepickerKeyboardStrategy = {
45611
45642
  // See LICENSE in the project root for license information.
45612
45643
 
45613
45644
 
45645
+ const getMonthNamesFromLocale = (locale) => {
45646
+ const fmt = new Intl.DateTimeFormat(locale || 'en-US', { month: 'long' });
45647
+ return Array.from({ length: 12 }, (_, i) => fmt.format(new Date(2000, i, 1)));
45648
+ };
45649
+
45614
45650
 
45615
45651
  // See https://git.io/JJ6SJ for "How to document your components using JSDoc"
45616
45652
  /**
@@ -45648,7 +45684,6 @@ class AuroDatePicker extends AuroElement$6 {
45648
45684
  delegatesFocus: true,
45649
45685
  };
45650
45686
  }
45651
-
45652
45687
  constructor() {
45653
45688
  super();
45654
45689
 
@@ -45686,21 +45721,6 @@ class AuroDatePicker extends AuroElement$6 {
45686
45721
  this.calendarEndDate = undefined;
45687
45722
  this.calendarFocusDate = this.value;
45688
45723
  this.fullscreenBreakpoint = 'sm';
45689
- this.monthNames = [
45690
- 'January',
45691
- 'February',
45692
- 'March',
45693
- 'April',
45694
- 'May',
45695
- 'June',
45696
- 'July',
45697
- 'August',
45698
- 'September',
45699
- 'October',
45700
- 'November',
45701
- 'December'
45702
- ];
45703
-
45704
45724
  // floaterConfig
45705
45725
  this.placement = 'bottom-start';
45706
45726
  this.offset = 0;
@@ -45971,12 +45991,20 @@ class AuroDatePicker extends AuroElement$6 {
45971
45991
  },
45972
45992
 
45973
45993
  /**
45974
- * Names of all 12 months to render in the calendar, used for localization of date string in mobile layout.
45994
+ * Names of all 12 months to render in the calendar.
45995
+ * When omitted, month names will be automatically populated from the active `locale` (falling back to `en-US`).
45975
45996
  */
45976
45997
  monthNames: {
45977
45998
  type: Array
45978
45999
  },
45979
46000
 
46001
+ /**
46002
+ * @private
46003
+ */
46004
+ monthFirst: {
46005
+ type: Boolean
46006
+ },
46007
+
45980
46008
  /**
45981
46009
  * If declared, the bib will NOT flip to an alternate position
45982
46010
  * when there isn't enough space in the specified `placement`.
@@ -46253,9 +46281,8 @@ class AuroDatePicker extends AuroElement$6 {
46253
46281
  }
46254
46282
 
46255
46283
  /**
46256
- * Common display value wrapper classes.
46257
46284
  * @private
46258
- * @return {Object} - An object containing the common classes for the display value wrapper.
46285
+ * Common display value wrapper classes.
46259
46286
  */
46260
46287
  get commonDisplayValueWrapperClasses() {
46261
46288
  return {
@@ -46614,6 +46641,7 @@ class AuroDatePicker extends AuroElement$6 {
46614
46641
  configureCalendar() {
46615
46642
  this.calendar = this.shadowRoot.querySelector('auro-formkit-calendar');
46616
46643
  this.calendar.datepicker = this;
46644
+ this.calendar.format = this.format || 'mm/dd/yyyy';
46617
46645
  this.calendar.dropdown = this.dropdown;
46618
46646
 
46619
46647
  this.calendar.addEventListener('auroCalendar-dateSelected', () => {
@@ -46828,16 +46856,40 @@ class AuroDatePicker extends AuroElement$6 {
46828
46856
  return this.validity !== undefined && this.validity !== 'valid';
46829
46857
  }
46830
46858
 
46859
+ /**
46860
+ * @private
46861
+ * Lifecycle method used to react to changes in properties.
46862
+ * In this case, we want to update the default month names when the locale changes.
46863
+ * @param {*} changedProperties
46864
+ */
46865
+ willUpdate(changedProperties) {
46866
+ if (changedProperties.has('locale')) {
46867
+
46868
+ /**
46869
+ * Default month names are derived from the locale,
46870
+ * but can be overridden by the monthNames property.
46871
+ * @private
46872
+ */
46873
+ this._defaultMonthNames = getMonthNamesFromLocale(this.locale);
46874
+ }
46875
+ }
46876
+
46831
46877
  updated(changedProperties) {
46832
46878
  if (changedProperties.has('locale')) {
46833
46879
  if (!changedProperties.has('format')) {
46834
46880
  const previousLocaleFormat = getDateFormatFromLocale$1(changedProperties.get('locale'));
46835
46881
  if (!this.format || this.format.toLowerCase() === previousLocaleFormat) {
46836
46882
  this.format = getDateFormatFromLocale$1(this.locale);
46883
+ this.monthFirst = this.format.indexOf('mm') < this.format.indexOf('yyyy');
46837
46884
  }
46838
46885
  }
46839
46886
  }
46840
46887
 
46888
+ if (changedProperties.has('format')) {
46889
+ this.monthFirst = this.format.indexOf('mm') < this.format.indexOf('yyyy');
46890
+ }
46891
+
46892
+
46841
46893
  if (changedProperties.has('disabled')) {
46842
46894
  if (this.disabled) {
46843
46895
  this.previousTabIndex = this.getAttribute('tabindex');
@@ -47089,6 +47141,7 @@ class AuroDatePicker extends AuroElement$6 {
47089
47141
  if (!this.format) {
47090
47142
  this.format = getDateFormatFromLocale$1(this.locale);
47091
47143
  }
47144
+ this.monthFirst = this.format.indexOf('mm') < this.format.indexOf('yyyy');
47092
47145
  }
47093
47146
 
47094
47147
  // layout render methods
@@ -47267,7 +47320,7 @@ class AuroDatePicker extends AuroElement$6 {
47267
47320
  ?disabled="${this.disabled}"
47268
47321
  ?required="${this.required}"
47269
47322
  ?hideLabelVisually="${this.layout !== 'classic'}"
47270
- format="${this.format}"
47323
+ .format="${this.format}"
47271
47324
  locale="${this.locale}"
47272
47325
  .max="${this.maxDate}"
47273
47326
  .min="${this.minDate}"
@@ -47356,7 +47409,7 @@ class AuroDatePicker extends AuroElement$6 {
47356
47409
  /**
47357
47410
  * Handles click on the clear button.
47358
47411
  * @private
47359
- * @param {MouseEvent} event - The click event object.
47412
+ * @param {MouseEvent} event
47360
47413
  * @returns {void}
47361
47414
  */
47362
47415
  handleClearClick(event) {
@@ -47476,10 +47529,11 @@ class AuroDatePicker extends AuroElement$6 {
47476
47529
  ?largeFullscreenHeadline="${this.largeFullscreenHeadline}"
47477
47530
  ?noRange="${!this.range}"
47478
47531
  .format="${this.format}"
47479
- .monthFirst="${this.format.indexOf('mm') < this.format.indexOf('yyyy')}"
47532
+ .monthFirst="${this.monthFirst}"
47480
47533
  .maxDate="${this.maxDate}"
47481
47534
  .minDate="${this.minDate}"
47482
- .monthNames="${this.monthNames}"
47535
+ .monthNames="${this.monthNames || this._defaultMonthNames}"
47536
+ .localeCode="${this.locale}"
47483
47537
  .mobileBreakpoint="${this.mobileBreakpoint}"
47484
47538
  part="calendar"
47485
47539
  >
@@ -51407,7 +51461,7 @@ let AuroHelpText$7 = class AuroHelpText extends i$4 {
51407
51461
  }
51408
51462
  };
51409
51463
 
51410
- var formkitVersion$7 = '202606031852';
51464
+ var formkitVersion$7 = '202606031753';
51411
51465
 
51412
51466
  let AuroElement$5 = class AuroElement extends i$4 {
51413
51467
  static get properties() {
@@ -53586,7 +53640,7 @@ let AuroHelpText$6 = class AuroHelpText extends i$4 {
53586
53640
  }
53587
53641
  };
53588
53642
 
53589
- var formkitVersion$6 = '202606031852';
53643
+ var formkitVersion$6 = '202606031753';
53590
53644
 
53591
53645
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
53592
53646
  // See LICENSE in the project root for license information.
@@ -56582,7 +56636,7 @@ let AuroHelpText$5 = class AuroHelpText extends i$4 {
56582
56636
  }
56583
56637
  };
56584
56638
 
56585
- var formkitVersion$5 = '202606031852';
56639
+ var formkitVersion$5 = '202606031753';
56586
56640
 
56587
56641
  // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
56588
56642
  // See LICENSE in the project root for license information.
@@ -58332,7 +58386,7 @@ let AuroHelpText$4 = class AuroHelpText extends i$4 {
58332
58386
  }
58333
58387
  };
58334
58388
 
58335
- var formkitVersion$4 = '202606031852';
58389
+ var formkitVersion$4 = '202606031753';
58336
58390
 
58337
58391
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
58338
58392
  // See LICENSE in the project root for license information.
@@ -63530,7 +63584,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$4 {
63530
63584
  }
63531
63585
  };
63532
63586
 
63533
- var formkitVersion$2 = '202606031852';
63587
+ var formkitVersion$2 = '202606031753';
63534
63588
 
63535
63589
  let AuroElement$2$1 = class AuroElement extends i$4 {
63536
63590
  static get properties() {
@@ -76781,7 +76835,7 @@ let AuroHelpText$1$1 = class AuroHelpText extends i$4 {
76781
76835
  }
76782
76836
  };
76783
76837
 
76784
- var formkitVersion$1$1 = '202606031852';
76838
+ var formkitVersion$1$1 = '202606031753';
76785
76839
 
76786
76840
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
76787
76841
  // See LICENSE in the project root for license information.
@@ -77898,7 +77952,7 @@ let AuroBibtemplate$1 = class AuroBibtemplate extends i$4 {
77898
77952
  }
77899
77953
  };
77900
77954
 
77901
- var formkitVersion$3 = '202606031852';
77955
+ var formkitVersion$3 = '202606031753';
77902
77956
 
77903
77957
  var styleCss$1$3 = i$7`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block;text-align:left}:host [auro-dropdown]{--ds-auro-dropdown-trigger-background-color: transparent}:host #inputInBib::part(wrapper){box-shadow:none}:host #inputInBib::part(accent-left){display:none}:host([layout*=classic]) [auro-input]{width:100%}:host([layout*=classic]) [auro-input]::part(helpText){display:none}:host([layout*=classic]) #slotHolder{display:none}`;
77904
77958
 
@@ -86968,7 +87022,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$4 {
86968
87022
  }
86969
87023
  };
86970
87024
 
86971
- var formkitVersion$1 = '202606031852';
87025
+ var formkitVersion$1 = '202606031753';
86972
87026
 
86973
87027
  class AuroElement extends i$4 {
86974
87028
  static get properties() {
@@ -88721,7 +88775,7 @@ class AuroHelpText extends i$4 {
88721
88775
  }
88722
88776
  }
88723
88777
 
88724
- var formkitVersion = '202606031852';
88778
+ var formkitVersion = '202606031753';
88725
88779
 
88726
88780
  var styleCss = i$7`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}.body-default{font-size:var(--wcss-body-default-font-size, 1rem);font-weight:var(--wcss-body-default-weight, );line-height:var(--wcss-body-default-line-height, 1.5rem)}.body-default,.body-default-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-default-emphasized{font-size:var(--wcss-body-default-emphasized-font-size, 1rem);font-weight:var(--wcss-body-default-emphasized-weight, );line-height:var(--wcss-body-default-emphasized-line-height, 1.5rem)}.body-lg{font-size:var(--wcss-body-lg-font-size, 1.125rem);font-weight:var(--wcss-body-lg-weight, );line-height:var(--wcss-body-lg-line-height, 1.625rem)}.body-lg,.body-lg-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-lg-emphasized{font-size:var(--wcss-body-lg-emphasized-font-size, 1.125rem);font-weight:var(--wcss-body-lg-emphasized-weight, );line-height:var(--wcss-body-lg-emphasized-line-height, 1.625rem)}.body-sm{font-size:var(--wcss-body-sm-font-size, 0.875rem);font-weight:var(--wcss-body-sm-weight, );line-height:var(--wcss-body-sm-line-height, 1.25rem)}.body-sm,.body-sm-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-sm-emphasized{font-size:var(--wcss-body-sm-emphasized-font-size, 0.875rem);font-weight:var(--wcss-body-sm-emphasized-weight, );line-height:var(--wcss-body-sm-emphasized-line-height, 1.25rem)}.body-xs{font-size:var(--wcss-body-xs-font-size, 0.75rem);font-weight:var(--wcss-body-xs-weight, );line-height:var(--wcss-body-xs-line-height, 1rem)}.body-xs,.body-xs-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-xs-emphasized{font-size:var(--wcss-body-xs-emphasized-font-size, 0.75rem);font-weight:var(--wcss-body-xs-emphasized-weight, );line-height:var(--wcss-body-xs-emphasized-line-height, 1rem)}.body-2xs{font-size:var(--wcss-body-2xs-font-size, 0.625rem);font-weight:var(--wcss-body-2xs-weight, );line-height:var(--wcss-body-2xs-line-height, 0.875rem)}.body-2xs,.body-2xs-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-2xs-emphasized{font-size:var(--wcss-body-2xs-emphasized-font-size, 0.625rem);font-weight:var(--wcss-body-2xs-emphasized-weight, );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-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, 300);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, 300);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, 0.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, 0.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, 0.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, 0.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, 0.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, 0.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(0.875rem, 1.1666666667vw, 0.875rem));font-weight:var(--wcss-accent-2xs-weight, 450);letter-spacing:var(--wcss-accent-2xs-letter-spacing, 0.1em);line-height:var(--wcss-accent-2xs-line-height, 1.3);text-transform:uppercase}[auro-dropdown]{--ds-auro-dropdown-trigger-border-color: var(--ds-auro-select-border-color);--ds-auro-dropdown-trigger-background-color: var(--ds-auro-select-background-color);--ds-auro-dropdown-trigger-container-color: var(--ds-auro-select-background-color);--ds-auro-dropdown-trigger-outline-color: var(--ds-auro-select-outline-color)}:host{display:inline-block;text-align:left;vertical-align:top}:host([layout*=emphasized]) [auro-dropdown],:host([layout*=snowflake]) [auro-dropdown]{--ds-auro-select-border-color: transparent}:host([layout*=emphasized]) .mainContent,:host([layout*=snowflake]) .mainContent{text-align:center}.mainContent{position:relative;display:flex;overflow:hidden;flex:1;flex-direction:column;align-items:center;justify-content:center}.valueContainer [slot=displayValue]{display:none}.accents{display:flex;flex-direction:row;align-items:center;justify-content:center}::slotted([slot=typeIcon]){margin-right:var(--ds-size-100, 0.5rem)}.displayValue{display:block}.displayValue:not(.force){display:none}.displayValue:not(.force).hasContent:is(.withValue):not(.hasFocus){display:block}.triggerContent{display:flex;width:100%;align-items:center;justify-content:center}:host([layout*=emphasized]) .triggerContent{padding:0 var(--ds-size-100, 0.5rem) 0 var(--ds-size-300, 1.5rem)}:host([layout*=snowflake]) .triggerContent{padding:0 var(--ds-size-100, 0.5rem) 0 var(--ds-size-200, 1rem)}:host([layout*=snowflake]) label{padding-block:var(--ds-size-25, 0.125rem)}:host([layout*=classic]) .triggerContent{padding:0 var(--ds-size-100, 0.5rem)}:host([layout*=classic]) .mainContent{align-items:start}:host([layout*=classic]) label{overflow:hidden;cursor:text;text-overflow:ellipsis;white-space:nowrap}:host([layout*=classic]) .value{height:auto}label{color:var(--ds-auro-select-label-text-color)}:host(:is([validity]:not([validity=valid]))) [auro-dropdown]{--ds-auro-select-border-color: var(--ds-basic-color-status-error, #e31f26);--ds-auro-select-outline-color: var(--ds-basic-color-status-error, #e31f26);--ds-auro-dropdown-helptext-text-color: var(--ds-basic-color-texticon-default, #2a2a2a)}:host([ondark]:is([validity]:not([validity=valid]))) [auro-dropdown],:host([appearance=inverse]:is([validity]:not([validity=valid]))) [auro-dropdown]{--ds-auro-select-border-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8);--ds-auro-select-outline-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8);--ds-auro-dropdown-helptext-text-color: var(--ds-basic-color-texticon-inverse, #ffffff)}#slotHolder{display:none}:host([fluid]){width:100%}:host([disabled]){pointer-events:none;user-select:none}:host([disabled]:not([ondark])) [auro-dropdown],:host([disabled]:not([appearance=inverse])) [auro-dropdown]{--ds-auro-select-border-color: var(--ds-basic-color-border-subtle, #dddddd)}:host(:not([layout*=classic])[disabled][ondark]) [auro-dropdown],:host(:not([layout*=classic])[disabled][appearance=inverse]) [auro-dropdown]{--ds-auro-select-border-color: transparent}`;
88727
88781