@aurodesignsystem-dev/auro-formkit 0.0.0-pr754.2 → 0.0.0-pr755.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 (88) hide show
  1. package/components/bibtemplate/dist/index.js +1 -1
  2. package/components/bibtemplate/dist/registered.js +1 -1
  3. package/components/checkbox/demo/api.html +16 -10
  4. package/components/checkbox/demo/api.min.js +11 -11
  5. package/components/checkbox/demo/index.html +16 -10
  6. package/components/checkbox/demo/index.min.js +11 -11
  7. package/components/checkbox/demo/readme.html +16 -9
  8. package/components/checkbox/dist/index.js +11 -11
  9. package/components/checkbox/dist/registered.js +11 -11
  10. package/components/combobox/demo/api.html +16 -10
  11. package/components/combobox/demo/api.md +6 -12
  12. package/components/combobox/demo/api.min.js +95 -78
  13. package/components/combobox/demo/index.html +16 -10
  14. package/components/combobox/demo/index.min.js +95 -78
  15. package/components/combobox/demo/readme.html +16 -9
  16. package/components/combobox/dist/index.js +84 -42
  17. package/components/combobox/dist/registered.js +84 -42
  18. package/components/counter/demo/api.html +16 -10
  19. package/components/counter/demo/api.md +7 -140
  20. package/components/counter/demo/api.min.js +386 -556
  21. package/components/counter/demo/index.html +16 -10
  22. package/components/counter/demo/index.md +0 -82
  23. package/components/counter/demo/index.min.js +386 -556
  24. package/components/counter/demo/readme.html +16 -9
  25. package/components/counter/dist/auro-counter-group.d.ts +14 -71
  26. package/components/counter/dist/auro-counter.d.ts +0 -10
  27. package/components/counter/dist/index.js +386 -556
  28. package/components/counter/dist/registered.js +386 -556
  29. package/components/datepicker/demo/api.html +16 -10
  30. package/components/datepicker/demo/api.min.js +84 -42
  31. package/components/datepicker/demo/index.html +16 -10
  32. package/components/datepicker/demo/index.min.js +84 -42
  33. package/components/datepicker/demo/readme.html +16 -9
  34. package/components/datepicker/dist/index.js +84 -42
  35. package/components/datepicker/dist/registered.js +84 -42
  36. package/components/dropdown/demo/api.html +16 -10
  37. package/components/dropdown/demo/api.md +268 -76
  38. package/components/dropdown/demo/api.min.js +67 -25
  39. package/components/dropdown/demo/index.html +16 -10
  40. package/components/dropdown/demo/index.md +363 -45
  41. package/components/dropdown/demo/index.min.js +67 -25
  42. package/components/dropdown/demo/readme.html +16 -9
  43. package/components/dropdown/dist/auro-dropdown.d.ts +71 -21
  44. package/components/dropdown/dist/index.js +67 -25
  45. package/components/dropdown/dist/registered.js +67 -25
  46. package/components/form/demo/api.html +16 -9
  47. package/components/form/demo/autocomplete.html +19 -3
  48. package/components/form/demo/index.html +16 -9
  49. package/components/form/demo/readme.html +16 -9
  50. package/components/form/demo/working.html +19 -13
  51. package/components/helptext/dist/index.js +1 -1
  52. package/components/helptext/dist/registered.js +1 -1
  53. package/components/input/demo/api.html +16 -10
  54. package/components/input/demo/api.md +1 -1
  55. package/components/input/demo/api.min.js +10 -10
  56. package/components/input/demo/index.html +16 -10
  57. package/components/input/demo/index.min.js +10 -10
  58. package/components/input/demo/readme.html +16 -9
  59. package/components/input/dist/base-input.d.ts +1 -1
  60. package/components/input/dist/index.js +10 -10
  61. package/components/input/dist/registered.js +10 -10
  62. package/components/menu/demo/api.html +16 -32
  63. package/components/menu/demo/api.md +1 -1
  64. package/components/menu/demo/api.min.js +11 -36
  65. package/components/menu/demo/index.html +16 -10
  66. package/components/menu/demo/index.min.js +11 -36
  67. package/components/menu/demo/readme.html +16 -9
  68. package/components/menu/dist/auro-menu.d.ts +2 -13
  69. package/components/menu/dist/index.js +11 -36
  70. package/components/menu/dist/registered.js +11 -36
  71. package/components/radio/demo/api.html +16 -10
  72. package/components/radio/demo/api.min.js +9 -9
  73. package/components/radio/demo/index.html +16 -10
  74. package/components/radio/demo/index.min.js +9 -9
  75. package/components/radio/demo/readme.html +16 -9
  76. package/components/radio/dist/index.js +9 -9
  77. package/components/radio/dist/registered.js +9 -9
  78. package/components/select/demo/api.html +16 -10
  79. package/components/select/demo/api.md +9 -15
  80. package/components/select/demo/api.min.js +193 -124
  81. package/components/select/demo/index.html +16 -11
  82. package/components/select/demo/index.md +1 -1
  83. package/components/select/demo/index.min.js +193 -124
  84. package/components/select/demo/readme.html +16 -9
  85. package/components/select/dist/auro-select.d.ts +4 -20
  86. package/components/select/dist/index.js +182 -88
  87. package/components/select/dist/registered.js +182 -88
  88. package/package.json +3 -3
@@ -571,19 +571,19 @@ let AuroFormValidation$1 = class AuroFormValidation {
571
571
  {
572
572
  check: (e) => e.value?.length > 0 && e.value?.length < e.minLength,
573
573
  validity: 'tooShort',
574
- message: e => e.getAttribute('setCustomValidityTooShort') || e.setCustomValidity || ''
574
+ message: e => e.setCustomValidityTooShort || e.setCustomValidity || ''
575
575
  },
576
576
  {
577
577
  check: (e) => e.value?.length > e.maxLength,
578
578
  validity: 'tooLong',
579
- message: e => e.getAttribute('setCustomValidityTooLong') || e.setCustomValidity || ''
579
+ message: e => e.setCustomValidityTooLong || e.setCustomValidity || ''
580
580
  }
581
581
  ],
582
582
  pattern: [
583
583
  {
584
584
  check: (e) => e.pattern && !new RegExp(`^${e.pattern}$`, 'u').test(e.value),
585
585
  validity: 'patternMismatch',
586
- message: e => e.getAttribute('setCustomValidityPatternMismatch') || e.setCustomValidity || ''
586
+ message: e => e.setCustomValidityPatternMismatch || e.setCustomValidity || ''
587
587
  }
588
588
  ]
589
589
  },
@@ -778,10 +778,10 @@ let AuroFormValidation$1 = class AuroFormValidation {
778
778
  if (!hasValue && elem.required && elem.touched) {
779
779
  elem.validity = 'valueMissing';
780
780
  elem.errorMessage = elem.setCustomValidityValueMissing || elem.setCustomValidity || '';
781
- } else if (hasValue && this.runtimeUtils.elementMatch(elem, 'auro-input')) {
781
+ } else if (this.runtimeUtils.elementMatch(elem, 'auro-input')) {
782
782
  this.validateType(elem);
783
783
  this.validateElementAttributes(elem);
784
- } else if (hasValue && (this.runtimeUtils.elementMatch(elem, 'auro-counter') || this.runtimeUtils.elementMatch(elem, 'auro-counter-group'))) {
784
+ } else if (this.runtimeUtils.elementMatch(elem, 'auro-counter') || this.runtimeUtils.elementMatch(elem, 'auro-counter-group')) {
785
785
  this.validateElementAttributes(elem);
786
786
  }
787
787
  }
@@ -12781,7 +12781,7 @@ class AuroBibtemplate extends i {
12781
12781
  <div id="bibTemplate" part="bibtemplate">
12782
12782
  ${this.isFullscreen ? u$3`
12783
12783
  <div id="headerContainer">
12784
- <${this.buttonTag} id="closeButton" aria-label="Close" variant="ghost" shape="circle" size="sm" @click="${this.onCloseButtonClick}">
12784
+ <${this.buttonTag} id="closeButton" variant="ghost" shape="circle" size="sm" @click="${this.onCloseButtonClick}">
12785
12785
  <${this.iconTag} category="interface" name="x-lg"></${this.iconTag}>
12786
12786
  </${this.buttonTag}>
12787
12787
  <${this.headerTag} display="${this.large ? 'display' : '600'}" level="3" size="none" id="header" no-margin-block>
@@ -17297,7 +17297,7 @@ var dropdownVersion$1 = '3.0.0';
17297
17297
 
17298
17298
  var shapeSizeCss$1 = i$2`.wrapper{overflow:hidden}.shape-classic-xl,.shape-classic-lg,.shape-classic-md,.shape-classic-sm,.shape-classic-xs{min-height:58px;max-height:58px;border-style:solid;border-width:1px;border-radius:var(--ds-border-radius, 0.375rem)}.shape-classic-xl.simple,.shape-classic-lg.simple,.shape-classic-md.simple,.shape-classic-sm.simple,.shape-classic-xs.simple{border-width:0px;min-height:60px;max-height:60px;background-color:unset;box-shadow:none}.shape-classic-xl.thin,.shape-classic-lg.thin,.shape-classic-md.thin,.shape-classic-sm.thin,.shape-classic-xs.thin{border-width:1px;min-height:58px;max-height:58px;background-color:unset}.shape-classic-xl.parentBorder,.shape-classic-lg.parentBorder,.shape-classic-md.parentBorder,.shape-classic-sm.parentBorder,.shape-classic-xs.parentBorder{border:0;box-shadow:unset;min-height:56px;max-height:56px}.shape-snowflake-xl,.shape-snowflake-lg,.shape-snowflake-md,.shape-snowflake-sm,.shape-snowflake-xs{min-height:56px;max-height:56px;border-style:solid;border-width:2px;border-color:transparent;border-radius:30px}.shape-snowflake-xl.simple,.shape-snowflake-lg.simple,.shape-snowflake-md.simple,.shape-snowflake-sm.simple,.shape-snowflake-xs.simple{border-width:0px;min-height:60px;max-height:60px;background-color:unset;box-shadow:none}.shape-snowflake-xl.thin,.shape-snowflake-lg.thin,.shape-snowflake-md.thin,.shape-snowflake-sm.thin,.shape-snowflake-xs.thin{border-width:1px;min-height:58px;max-height:58px;background-color:unset}.shape-snowflake-xl.parentBorder,.shape-snowflake-lg.parentBorder,.shape-snowflake-md.parentBorder,.shape-snowflake-sm.parentBorder,.shape-snowflake-xs.parentBorder{border:0;box-shadow:unset;min-height:56px;max-height:56px}.shape-box-xl{min-height:68px;max-height:68px;border-style:solid;border-width:2px;border-color:transparent}.shape-box-xl.simple{border-width:0px;min-height:72px;max-height:72px;background-color:unset;box-shadow:none}.shape-box-xl.thin{border-width:1px;min-height:70px;max-height:70px;background-color:unset}.shape-box-xl.parentBorder{border:0;box-shadow:unset;min-height:68px;max-height:68px}.shape-rounded-lg{min-height:56px;max-height:56px;border-style:solid;border-width:2px;border-color:transparent;border-radius:6px}.shape-rounded-lg.simple{border-width:0px;min-height:56px;max-height:56px;background-color:unset;box-shadow:none}.shape-rounded-lg.thin{border-width:1px;min-height:54px;max-height:54px;background-color:unset}.shape-rounded-lg.parentBorder{border:0;box-shadow:unset;min-height:52px;max-height:52px}.shape-pill-xl{min-height:68px;max-height:68px;border-style:solid;border-width:2px;border-color:transparent;border-radius:36px}.shape-pill-xl.simple{border-width:0px;min-height:72px;max-height:72px;background-color:unset;box-shadow:none}.shape-pill-xl.thin{border-width:1px;min-height:70px;max-height:70px;background-color:unset}.shape-pill-xl.parentBorder{border:0;box-shadow:unset;min-height:68px;max-height:68px}.shape-pill-left-xl{min-height:68px;max-height:68px;border-style:solid;border-width:2px;border-color:transparent;border-radius:36px 0 0 36px}.shape-pill-left-xl.simple{border-width:0px;min-height:72px;max-height:72px;background-color:unset;box-shadow:none}.shape-pill-left-xl.thin{border-width:1px;min-height:70px;max-height:70px;background-color:unset}.shape-pill-left-xl.parentBorder{border:0;box-shadow:unset;min-height:68px;max-height:68px}.shape-pill-right-xl{min-height:68px;max-height:68px;border-style:solid;border-width:2px;border-color:transparent;border-radius:0 36px 36px 0}.shape-pill-right-xl.simple{border-width:0px;min-height:72px;max-height:72px;background-color:unset;box-shadow:none}.shape-pill-right-xl.thin{border-width:1px;min-height:70px;max-height:70px;background-color:unset}.shape-pill-right-xl.parentBorder{border:0;box-shadow:unset;min-height:68px;max-height:68px}.shape-pill-md{min-height:44px;max-height:44px;border-style:solid;border-width:2px;border-color:transparent;border-radius:36px}.shape-pill-md.simple{border-width:0px;min-height:48px;max-height:48px;background-color:unset;box-shadow:none}.shape-pill-md.thin{border-width:1px;min-height:46px;max-height:46px;background-color:unset}.shape-pill-md.parentBorder{border:0;box-shadow:unset;min-height:44px;max-height:44px}.shape-pill-left-md{min-height:44px;max-height:44px;border-style:solid;border-width:2px;border-color:transparent;border-radius:36px 0 0 36px}.shape-pill-left-md.simple{border-width:0px;min-height:48px;max-height:48px;background-color:unset;box-shadow:none}.shape-pill-left-md.thin{border-width:1px;min-height:46px;max-height:46px;background-color:unset}.shape-pill-left-md.parentBorder{border:0;box-shadow:unset;min-height:44px;max-height:44px}.shape-pill-right-md{min-height:44px;max-height:44px;border-style:solid;border-width:2px;border-color:transparent;border-radius:0 36px 36px 0}.shape-pill-right-md.simple{border-width:0px;min-height:48px;max-height:48px;background-color:unset;box-shadow:none}.shape-pill-right-md.thin{border-width:1px;min-height:46px;max-height:46px;background-color:unset}.shape-pill-right-md.parentBorder{border:0;box-shadow:unset;min-height:44px;max-height:44px}`;
17299
17299
 
17300
- var colorCss$1$2 = i$2`:host(:not([layout*=classic])){--ds-auro-dropdown-trigger-border-color: transparent}:host(:not([ondark])) .wrapper{border-color:var(--ds-auro-dropdown-trigger-border-color);background-color:var(--ds-auro-dropdown-trigger-background-color);color:var(--ds-auro-dropdown-trigger-text-color)}:host(:not([ondark])) .wrapper:focus-within,:host(:not([ondark])) .wrapper:active{--ds-auro-dropdown-trigger-border-color: var(--ds-advanced-color-state-focused, #01426a);--ds-auro-dropdown-trigger-outline-color: var(--ds-advanced-color-state-focused, #01426a)}:host(:not([onDark])[disabled]){--ds-auro-dropdown-trigger-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0);--ds-auro-dropdown-label-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0);--ds-auro-dropdown-trigger-border-color: var(--ds-basic-color-border-subtle, #dddddd)}:host(:not([ondark])[error]){--ds-auro-dropdown-trigger-border-color: var(--ds-basic-color-status-error, #e31f26)}:host([onDark]) .label{color:var(--ds-auro-dropdown-label-text-color)}:host([onDark]) .wrapper{border-color:var(--ds-auro-dropdown-trigger-border-color);background-color:var(--ds-auro-dropdown-trigger-background-color);color:var(--ds-auro-dropdown-trigger-text-color)}:host([onDark]) .wrapper:focus-within,:host([onDark]) .wrapper:active{--ds-auro-dropdown-trigger-border-color: var(--ds-advanced-color-state-focused-inverse, #ffffff);--ds-auro-dropdown-trigger-outline-color: var(--ds-advanced-color-state-focused-inverse, #ffffff)}:host([onDark][disabled]){--ds-auro-dropdown-trigger-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894);--ds-auro-dropdown-label-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894);--ds-auro-dropdown-trigger-container-color: var(--ds-advanced-color-shared-background-inverse-disabled, rgba(255, 255, 255, 0.1))}:host([ondark][error]){--ds-auro-dropdown-trigger-border-color: var(--ds-basic-color-status-error-subtle, #fbc6c6)}`;
17300
+ var colorCss$1$2 = i$2`:host(:not([ondark])) .wrapper{border-color:var(--ds-auro-dropdown-trigger-border-color);background-color:var(--ds-auro-dropdown-trigger-background-color);color:var(--ds-auro-dropdown-trigger-text-color)}:host(:not([ondark])) .wrapper:focus-within,:host(:not([ondark])) .wrapper:active{--ds-auro-dropdown-trigger-border-color: var(--ds-advanced-color-state-focused, #01426a);--ds-auro-dropdown-trigger-outline-color: var(--ds-advanced-color-state-focused, #01426a)}:host(:not([onDark])[disabled]){--ds-auro-dropdown-trigger-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0);--ds-auro-dropdown-label-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0);--ds-auro-dropdown-trigger-border-color: var(--ds-basic-color-border-subtle, #dddddd)}:host(:not([ondark])[error]){--ds-auro-dropdown-trigger-border-color: var(--ds-basic-color-status-error, #e31f26)}:host([onDark]) .label{color:var(--ds-auro-dropdown-label-text-color)}:host([onDark]) .wrapper{border-color:var(--ds-auro-dropdown-trigger-border-color);background-color:var(--ds-auro-dropdown-trigger-background-color);color:var(--ds-auro-dropdown-trigger-text-color)}:host([onDark]) .wrapper:focus-within,:host([onDark]) .wrapper:active{--ds-auro-dropdown-trigger-border-color: var(--ds-advanced-color-state-focused-inverse, #ffffff);--ds-auro-dropdown-trigger-outline-color: var(--ds-advanced-color-state-focused-inverse, #ffffff)}:host([onDark][disabled]){--ds-auro-dropdown-trigger-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894);--ds-auro-dropdown-label-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894);--ds-auro-dropdown-trigger-container-color: var(--ds-advanced-color-shared-background-inverse-disabled, rgba(255, 255, 255, 0.1))}:host([ondark][error]){--ds-auro-dropdown-trigger-border-color: var(--ds-basic-color-status-error-subtle, #fbc6c6)}`;
17301
17301
 
17302
17302
  var classicColorCss$1 = i$2``;
17303
17303
 
@@ -17309,7 +17309,7 @@ var styleSnowflakeCss = i$2`:host{display:block}.wrapper{display:flex;flex:1;fle
17309
17309
 
17310
17310
  var colorCss$5 = i$2`:host([error]){--ds-auro-helptext-color: var(--ds-basic-color-status-error, #e31f26)}:host([onDark]){--ds-auro-helptext-color: var(--ds-basic-color-texticon-inverse-muted, #ccd2db)}:host([onDark][error]){--ds-auro-helptext-color: var(--ds-basic-color-status-error-subtle, #fbc6c6)}.helptext-wrapper{color:var(--ds-auro-helptext-color)}`;
17311
17311
 
17312
- var styleCss$6 = i$2`:host{position:relative;display:block}.helptext-wrapper{display:none;font-size:12px;font-weight:450;letter-spacing:0;line-height:16px}:host([large]) .helptext-wrapper{font-size:16px;font-weight:450;letter-spacing:0;line-height:24px}.helptext-wrapper[visible]{display:block}::slotted(*:not(:empty)){margin-top:var(--ds-size-50, 0.25rem);margin-bottom:0}::slotted(p){margin-block:0}`;
17312
+ var styleCss$6 = i$2`.helptext-wrapper{display:none;font-size:12px;font-weight:450;letter-spacing:0;line-height:16px}:host([large]) .helptext-wrapper{font-size:16px;font-weight:450;letter-spacing:0;line-height:24px}.helptext-wrapper[visible]{display:block}::slotted(*:not(:empty)){margin-top:var(--ds-size-50, 0.25rem);margin-bottom:0}::slotted(p){margin-block:0}`;
17313
17313
 
17314
17314
  var tokensCss$6 = i$2`:host{--ds-auro-helptext-color: var(--ds-basic-color-texticon-muted, #676767)}`;
17315
17315
 
@@ -17614,8 +17614,10 @@ let AuroElement$4 = class AuroElement extends i {
17614
17614
  // See LICENSE in the project root for license information.
17615
17615
 
17616
17616
 
17617
- /*
17617
+ /**
17618
+ * @attr { Boolean } disableEventShow - If declared, the dropdown will only show by calling the API .show() public method.
17618
17619
  * @slot - Default slot for the popover content.
17620
+ * @slot label - Defines the content of the label.
17619
17621
  * @slot helpText - Defines the content of the helpText.
17620
17622
  * @slot trigger - Defines the content of the trigger.
17621
17623
  * @csspart trigger - The trigger content container.
@@ -17634,22 +17636,18 @@ class AuroDropdown extends AuroElement$4 {
17634
17636
  this.matchWidth = false;
17635
17637
  this.noHideOnThisFocusLoss = false;
17636
17638
 
17637
- this.errorMessage = undefined; // TODO - check with Doug if there is still more to do here
17639
+ this.errorMessage = ''; // TODO - check with Doug if there is still more to do here
17638
17640
 
17639
17641
  // Layout Config
17640
- this.layout = undefined;
17641
- this.shape = undefined;
17642
- this.size = undefined;
17642
+ this.layout = 'classic';
17643
+ this.shape = 'classic';
17644
+ this.size = 'xl';
17643
17645
 
17644
17646
  this.parentBorder = false;
17645
17647
 
17646
17648
  this.privateDefaults();
17647
17649
  }
17648
17650
 
17649
- /**
17650
- * @private
17651
- * @returns {object} Class definition for the wrapper element.
17652
- */
17653
17651
  get commonWrapperClasses() {
17654
17652
  return {
17655
17653
  'trigger': true,
@@ -17669,8 +17667,12 @@ class AuroDropdown extends AuroElement$4 {
17669
17667
  this.disabled = false;
17670
17668
  this.disableFocusTrap = false;
17671
17669
  this.error = false;
17670
+ this.inset = false;
17671
+ this.rounded = false;
17672
17672
  this.tabIndex = 0;
17673
17673
  this.noToggle = false;
17674
+ this.a11yAutocomplete = 'none';
17675
+ this.labeled = true;
17674
17676
  this.a11yRole = 'button';
17675
17677
  this.onDark = false;
17676
17678
  this.showTriggerBorders = true;
@@ -17792,27 +17794,26 @@ class AuroDropdown extends AuroElement$4 {
17792
17794
  },
17793
17795
 
17794
17796
  /**
17795
- * If declared, the dropdown will only show by calling the API .show() public method.
17796
- * @default false
17797
+ * If declared, applies a border around the trigger slot.
17797
17798
  */
17798
- disableEventShow: {
17799
+ simple: {
17799
17800
  type: Boolean,
17800
17801
  reflect: true
17801
17802
  },
17802
17803
 
17803
17804
  /**
17804
- * If declared, applies a border around the trigger slot.
17805
+ * If declared, the dropdown displays a chevron on the right.
17806
+ * @attr {Boolean} chevron
17805
17807
  */
17806
- simple: {
17808
+ chevron: {
17807
17809
  type: Boolean,
17808
17810
  reflect: true
17809
17811
  },
17810
17812
 
17811
17813
  /**
17812
- * If declared, the dropdown displays a chevron on the right.
17813
- * @attr {Boolean} chevron
17814
+ * If declared, the dropdown will be styled with the common theme.
17814
17815
  */
17815
- chevron: {
17816
+ common: {
17816
17817
  type: Boolean,
17817
17818
  reflect: true
17818
17819
  },
@@ -17826,7 +17827,7 @@ class AuroDropdown extends AuroElement$4 {
17826
17827
  },
17827
17828
 
17828
17829
  /**
17829
- * If declared, the focus trap inside of bib will be turned off.
17830
+ * If declare, the focus trap inside of bib will be turned off.
17830
17831
  */
17831
17832
  disableFocusTrap: {
17832
17833
  type: Boolean,
@@ -17873,6 +17874,22 @@ class AuroDropdown extends AuroElement$4 {
17873
17874
  reflect: true
17874
17875
  },
17875
17876
 
17877
+ /**
17878
+ * Makes the trigger to be full width of its parent container.
17879
+ */
17880
+ fluid: {
17881
+ type: Boolean,
17882
+ reflect: true
17883
+ },
17884
+
17885
+ /**
17886
+ * If declared, will apply padding around trigger slot content.
17887
+ */
17888
+ inset: {
17889
+ type: Boolean,
17890
+ reflect: true
17891
+ },
17892
+
17876
17893
  /**
17877
17894
  * If true, the dropdown bib is displayed.
17878
17895
  */
@@ -17916,6 +17933,15 @@ class AuroDropdown extends AuroElement$4 {
17916
17933
  reflect: true
17917
17934
  },
17918
17935
 
17936
+ /**
17937
+ * Defines if there is a label preset.
17938
+ * @private
17939
+ */
17940
+ labeled: {
17941
+ type: Boolean,
17942
+ reflect: true
17943
+ },
17944
+
17919
17945
  /**
17920
17946
  * Defines if the trigger should size based on the parent element providing the border UI.
17921
17947
  * @private
@@ -17976,9 +18002,6 @@ class AuroDropdown extends AuroElement$4 {
17976
18002
  reflect: true
17977
18003
  },
17978
18004
 
17979
- /**
17980
- * If declared, and a function is set, that function will execute when the slot content is updated.
17981
- */
17982
18005
  onSlotChange: {
17983
18006
  type: Function,
17984
18007
  reflect: false
@@ -17993,6 +18016,14 @@ class AuroDropdown extends AuroElement$4 {
17993
18016
  reflect: true
17994
18017
  },
17995
18018
 
18019
+ /**
18020
+ * If declared, will apply border-radius to trigger and default slots.
18021
+ */
18022
+ rounded: {
18023
+ type: Boolean,
18024
+ reflect: true
18025
+ },
18026
+
17996
18027
  /**
17997
18028
  * @private
17998
18029
  */
@@ -18007,14 +18038,22 @@ class AuroDropdown extends AuroElement$4 {
18007
18038
  type: String || undefined,
18008
18039
  attribute: false,
18009
18040
  reflect: false
18041
+ },
18042
+
18043
+ /**
18044
+ * The value for the aria-autocomplete attribute of the trigger element.
18045
+ */
18046
+ a11yAutocomplete: {
18047
+ type: String,
18048
+ attribute: false,
18010
18049
  }
18011
18050
  };
18012
18051
  }
18013
18052
 
18014
18053
  static get styles() {
18015
18054
  return [
18016
- tokensCss$1$2,
18017
18055
  colorCss$1$2,
18056
+ tokensCss$1$2,
18018
18057
 
18019
18058
  // default layout
18020
18059
  classicColorCss$1,
@@ -18454,7 +18493,10 @@ class AuroDropdown extends AuroElement$4 {
18454
18493
  id="bib"
18455
18494
  shape="${this.shape}"
18456
18495
  ?data-show="${this.isPopoverVisible}"
18457
- ?isfullscreen="${this.isBibFullscreen}">
18496
+ ?isfullscreen="${this.isBibFullscreen}"
18497
+ ?common="${this.common}"
18498
+ ?rounded="${this.common || this.rounded}"
18499
+ ?inset="${this.common || this.inset}">
18458
18500
  <div class="slotContent">
18459
18501
  <slot @slotchange="${this.handleDefaultSlot}"></slot>
18460
18502
  </div>
@@ -18562,11 +18604,11 @@ var styleCss$4 = i$2`.util_displayInline{display:inline}.util_displayInlineBlock
18562
18604
 
18563
18605
  var styleDefaultCss = i$2`.layoutDefault .typeIcon,:host(:not([layout])) .typeIcon{display:flex;flex-direction:row;align-items:center}.layoutDefault .typeIcon [auro-icon],:host(:not([layout])) .typeIcon [auro-icon]{--ds-auro-icon-size: var(--ds-size-300, 1.5rem);height:var(--ds-size-300, 1.5rem);margin-right:var(--ds-size-100, 0.5rem)}.layoutDefault .notificationIcons,:host(:not([layout])) .notificationIcons{display:flex;flex-direction:row;padding-right:var(--ds-size-100, 0.5rem)}:host([class=layoutDefault][bordered]) .typeIcon,:host(:not([layout])[bordered]) .typeIcon{padding-left:var(--ds-size-100, 0.5rem)}:host([class=layoutDefault][bordered]) .notificationIcons,:host(:not([layout])[bordered]) .notificationIcons{align-items:center}:host([class=layoutDefault][bordered]) .notification:not(:first-of-type),:host(:not([layout])[bordered]) .notification:not(:first-of-type){margin-left:var(--ds-size-100, 0.5rem)}:host([class=layoutDefault][bordered]) .alertNotification,:host(:not([layout])[bordered]) .alertNotification{width:calc(var(--ds-size-300, 1.5rem) + var(--ds-size-25, 0.125rem));height:calc(var(--ds-size-300, 1.5rem) + var(--ds-size-25, 0.125rem))}:host([class=layoutDefault][bordered]) .passwordBtn,:host(:not([layout])[bordered]) .passwordBtn{width:calc(var(--ds-size-300, 1.5rem));height:calc(var(--ds-size-300, 1.5rem))}:host([class=layoutDefault][bordered]) .notificationBtn,:host(:not([layout])[bordered]) .notificationBtn{display:block;width:var(--ds-size-300, 1.5rem);height:var(--ds-size-300, 1.5rem);padding:0;border:0;background:unset;cursor:pointer}:host([class=layoutDefault][bordered]) .notificationBtn [auro-icon],:host(:not([layout])[bordered]) .notificationBtn [auro-icon]{display:block;height:var(--ds-size-300, 1.5rem);--ds-auro-icon-size: var(--ds-size-300, 1.5rem)}:host([class=layoutDefault][bordered]) .notificationBtn [auro-icon][hidden],:host(:not([layout])[bordered]) .notificationBtn [auro-icon][hidden]{display:none}:host([class=layoutDefault]:not([bordered])) .typeIcon,:host([class=layoutDefault]:not([bordered])) .notificationIcons,:host(:not([layout]):not([bordered])) .typeIcon,:host(:not([layout]):not([bordered])) .notificationIcons{align-items:flex-end;padding-bottom:var(--ds-size-50, 0.25rem)}:host([class=layoutDefault]:not([bordered])) .clearBtn,:host(:not([layout]):not([bordered])) .clearBtn{transition:all .3s cubic-bezier(0.215, 0.61, 0.355, 1);overflow:hidden;width:0;opacity:0}.layoutDefault .wrapper:hover .clearBtn,.layoutDefault .wrapper:focus-within .clearBtn,:host(:not([layout])) .wrapper:hover .clearBtn,:host(:not([layout])) .wrapper:focus-within .clearBtn{width:calc(var(--ds-size-200, 1rem) + var(--ds-size-25, 0.125rem));height:calc(var(--ds-size-200, 1rem) + var(--ds-size-25, 0.125rem));opacity:1}:host([class=layoutDefault]:focus-within[type=password]) .notificationIcons[hasValue] .alertNotification,:host(:not([layout]):focus-within[type=password]) .notificationIcons[hasValue] .alertNotification{overflow:hidden;width:0;height:0;padding:0;margin:0;visibility:hidden}.layoutDefault input,:host(:not([layout])) input{border:unset}.layoutDefault .wrapper,:host(:not([layout])) .wrapper{position:relative;overflow:hidden;border-style:solid}:host([class=layoutDefault]:not([bordered],[borderless])) .wrapper,:host(:not([layout]):not([bordered],[borderless])) .wrapper{border-width:1px 0}:host([class=layoutDefault][bordered]) .wrapper,:host(:not([layout])[bordered]) .wrapper{border-width:1px;border-radius:var(--ds-border-radius, 0.375rem)}:host([class=layoutDefault]:not([borderless])) .wrapper:focus-within:before,:host(:not([layout]):not([borderless])) .wrapper:focus-within:before{position:absolute;display:block;border-bottom-width:1px;border-bottom-style:solid;content:"";inset:0;pointer-events:none}:host([class=layoutDefault][validity]:not([validity=valid])) .wrapper:before,:host(:not([layout])[validity]:not([validity=valid])) .wrapper:before{border-bottom:0}:focus:not(:focus-visible){outline:3px solid transparent}.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock,:host{display:block}.util_displayFlex{display:flex}.util_displayHidden,:host([hidden]:not(:focus):not(:active)){display:none}.util_displayHiddenVisually,:host([hiddenVisually]:not(:focus):not(:active)){position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}.layoutDefault :host,:host(:not([layout])) :host{position:relative;display:block}.layoutDefault .wrapper,:host(:not([layout])) .wrapper{display:flex;flex-direction:row}.layoutDefault .main,:host(:not([layout])) .main{display:flex;flex-direction:row;position:relative;flex:1}`;
18564
18606
 
18565
- var colorBaseCss = i$2`.wrapper{border-color:var(--ds-auro-input-border-color);background-color:var(--ds-auro-input-background-color);color:var(--ds-auro-input-text-color)}.wrapper label{color:var(--ds-auro-input-label-text-color)}.wrapper input{caret-color:var(--ds-auro-input-caret-color);color:var(--ds-auro-input-text-color)}.wrapper input::placeholder{color:var(--ds-auro-input-placeholder-text-color)}.wrapper input:focus::placeholder{color:var(--ds-auro-input-placeholder-text-color)}.wrapper .displayValue{background-color:var(--ds-auro-input-background-color)}:host(:not([ondark])) .wrapper:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-brand, #00274a)}:host([ondark]) .wrapper:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-inverse, #ffffff)}:host(:is([validity]:not([validity=valid]))) .wrapper{--ds-auro-input-border-color: var(--ds-basic-color-status-error, #e31f26)}:host([ondark]:is([validity]:not([validity=valid]))) .wrapper{--ds-auro-input-border-color: var(--ds-basic-color-status-error-subtle, #fbc6c6)}:host(:not([ondark])[disabled]){--ds-auro-input-border-color: var(--ds-basic-color-border-subtle, #dddddd);--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0)}:host([ondark][disabled]){--ds-auro-input-border-color: var(--ds-advanced-color-button-primary-border-inverse-disabled, rgba(255, 255, 255, 0.75));--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}`;
18607
+ var colorBaseCss = i$2`.wrapper{border-color:var(--ds-auro-input-border-color);background-color:var(--ds-auro-input-background-color);color:var(--ds-auro-input-text-color)}.wrapper label{color:var(--ds-auro-input-label-text-color)}.wrapper input{caret-color:var(--ds-auro-input-caret-color);color:var(--ds-auro-input-text-color)}.wrapper input::placeholder{color:var(--ds-auro-input-placeholder-text-color)}.wrapper input:focus::placeholder{color:var(--ds-auro-input-placeholder-text-color)}.wrapper .displayValue{background-color:var(--ds-auro-input-background-color)}:host(:not([ondark])) .wrapper:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-brand, #00274a)}:host([ondark]) .wrapper:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-inverse, #ffffff)}:host(:is([validity]:not([validity=valid]))) .wrapper{--ds-auro-input-border-color: var(--ds-basic-color-status-error, #e31f26)}:host([ondark]:is([validity]:not([validity=valid]))) .wrapper{--ds-auro-input-border-color: var(--ds-basic-color-status-error-subtle, #fbc6c6)}:host(:not([ondark])[disabled]){--ds-auro-input-border-color: var(--ds-advanced-color-button-primary-border-disabled, #acc9e2);--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0)}:host([ondark][disabled]){--ds-auro-input-border-color: var(--ds-advanced-color-button-primary-border-inverse-disabled, rgba(255, 255, 255, 0.75));--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}`;
18566
18608
 
18567
18609
  var tokensCss$4 = i$2`:host(:not([ondark])){--ds-auro-input-border-color: var(--ds-basic-color-border-bold, #585e67);--ds-auro-input-background-color: var(--ds-basic-color-surface-default, #ffffff);--ds-auro-input-container-color: var(--ds-basic-color-surface-default, #ffffff);--ds-auro-input-caret-color: var(--ds-advanced-color-state-focused, #01426a);--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-muted, #676767);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-input-text-color: var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-input-error-icon-color: var(--ds-basic-color-status-error, #e31f26);--ds-auro-input-outline-color: transparent}:host([ondark]){--ds-auro-input-border-color: var(--ds-basic-color-border-inverse, #ffffff);--ds-auro-input-background-color: var(--ds-advanced-color-shared-background-inverse, rgba(255, 255, 255, 0.15));--ds-auro-input-container-color: var(--ds-advanced-color-shared-background-inverse, rgba(255, 255, 255, 0.15));--ds-auro-input-caret-color: var(--ds-advanced-color-state-focused-inverse, #ffffff);--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-inverse, #ffffff);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-inverse, #ffffff);--ds-auro-input-text-color: var(--ds-basic-color-texticon-inverse, #ffffff);--ds-auro-input-error-icon-color: var(--ds-basic-color-status-error-subtle, #fbc6c6);--ds-auro-input-outline-color: transparent}`;
18568
18610
 
18569
- var classicStyleCss = i$2`.layout-classic{display:flex;flex-direction:row;box-shadow:inset 0 0 0 1px var(--ds-auro-input-outline-color)}.layout-classic .mainContent{position:relative;display:flex;flex:1;flex-direction:column;justify-content:center;cursor:text}.layout-classic .mainContent label{cursor:text;font-size:var(--ds-text-body-size-xs);line-height:20px;transition:all .3s cubic-bezier(0.215, 0.61, 0.355, 1)}.layout-classic .mainContent input{height:auto;font-size:var(--ds-basic-text-body-default-font-size, 16px);line-height:var(--ds-basic-text-body-default-line-height, 24px);transition:all .3s cubic-bezier(0.215, 0.61, 0.355, 1)}.layout-classic .mainContent:has(input.util_displayHiddenVisually) label{padding-top:0;font-size:var(--ds-text-body-size-default, 1rem);justify-self:flex-start;line-height:var(--ds-text-body-size-default)}.layout-classic .mainContent:has(input.util_displayHiddenVisually) input{height:0;padding-bottom:0;line-height:0}.layout-classic .accents .typeIcon>*{margin-left:8px}.layout-classic .accents.left{padding-right:8px}.layout-classic .accents.right{padding-left:8px}.layout-classic .accents.right .notification{margin-right:8px}.layout-classic.withValue{justify-content:flex-start}.layout-classic:focus-within{justify-content:flex-start}.layout-classic:focus-within .alertNotification{display:none}`;
18611
+ var classicStyleCss = i$2`.layout-classic{display:flex;flex-direction:row;box-shadow:inset 0 0 0 1px var(--ds-auro-input-outline-color)}.layout-classic .mainContent{position:relative;display:flex;flex:1;flex-direction:column;justify-content:center;cursor:text}.layout-classic .mainContent label{cursor:text;font-size:var(--ds-text-body-size-xs);line-height:20px;transition:all .3s cubic-bezier(0.215, 0.61, 0.355, 1)}.layout-classic .mainContent input{height:auto;font-size:var(--ds-basic-text-body-default-font-size, 16px);line-height:var(--ds-basic-text-body-default-line-height, 24px);transition:all .3s cubic-bezier(0.215, 0.61, 0.355, 1)}.layout-classic .mainContent:has(input.util_displayHiddenVisually) label{padding-top:0;font-size:var(--ds-text-body-size-default, 1rem);justify-self:flex-start;line-height:var(--ds-text-body-size-default)}.layout-classic .mainContent:has(input.util_displayHiddenVisually) input{height:0;padding-bottom:0;line-height:0}.layout-classic .accents{padding:0 8px}.layout-classic.withValue{justify-content:flex-start}.layout-classic:focus-within{justify-content:flex-start}.layout-classic:focus-within .alertNotification{display:none}`;
18570
18612
 
18571
18613
  var classicColorCss = i$2`.layout-classic label{color:var(--ds-auro-input-label-text-color)}.layout-classic:focus-within{--ds-auro-input-outline-color: var(--ds-auro-input-border-color)}:host(:not([ondark])) .layout-classic:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-brand, #00274a);--ds-auro-input-outline-color: var(--ds-basic-color-border-brand, #00274a)}:host([ondark]) .layout-classic:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-inverse, #ffffff);--ds-auro-input-outline-color: var(--ds-basic-color-border-inverse, #ffffff)}:host([layout*=classic]:not([ondark]):is([validity]:not([validity=valid]))){--ds-auro-input-border-color: var(--ds-basic-color-status-error, #e31f26);--ds-auro-input-outline-color: var(--ds-basic-color-status-error, #e31f26)}:host([layout*=classic]:not([ondark]):is([validity]:not([validity=valid]))) .layout-classic:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-status-error, #e31f26);--ds-auro-input-outline-color: var(--ds-basic-color-status-error, #e31f26)}:host([layout*=classic][ondark]:is([validity]:not([validity=valid]))){--ds-auro-input-border-color: var(--ds-basic-color-status-error-subtle, #fbc6c6);--ds-auro-input-outline-color: var(--ds-basic-color-status-error-subtle, #fbc6c6)}:host([layout*=classic][ondark]:is([validity]:not([validity=valid]))) .layout-classic:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-status-error-subtle, #fbc6c6);--ds-auro-input-outline-color: var(--ds-basic-color-status-error-subtle, #fbc6c6)}`;
18572
18614
 
@@ -23089,19 +23131,19 @@ class AuroFormValidation {
23089
23131
  {
23090
23132
  check: (e) => e.value?.length > 0 && e.value?.length < e.minLength,
23091
23133
  validity: 'tooShort',
23092
- message: e => e.getAttribute('setCustomValidityTooShort') || e.setCustomValidity || ''
23134
+ message: e => e.setCustomValidityTooShort || e.setCustomValidity || ''
23093
23135
  },
23094
23136
  {
23095
23137
  check: (e) => e.value?.length > e.maxLength,
23096
23138
  validity: 'tooLong',
23097
- message: e => e.getAttribute('setCustomValidityTooLong') || e.setCustomValidity || ''
23139
+ message: e => e.setCustomValidityTooLong || e.setCustomValidity || ''
23098
23140
  }
23099
23141
  ],
23100
23142
  pattern: [
23101
23143
  {
23102
23144
  check: (e) => e.pattern && !new RegExp(`^${e.pattern}$`, 'u').test(e.value),
23103
23145
  validity: 'patternMismatch',
23104
- message: e => e.getAttribute('setCustomValidityPatternMismatch') || e.setCustomValidity || ''
23146
+ message: e => e.setCustomValidityPatternMismatch || e.setCustomValidity || ''
23105
23147
  }
23106
23148
  ]
23107
23149
  },
@@ -23296,10 +23338,10 @@ class AuroFormValidation {
23296
23338
  if (!hasValue && elem.required && elem.touched) {
23297
23339
  elem.validity = 'valueMissing';
23298
23340
  elem.errorMessage = elem.setCustomValidityValueMissing || elem.setCustomValidity || '';
23299
- } else if (hasValue && this.runtimeUtils.elementMatch(elem, 'auro-input')) {
23341
+ } else if (this.runtimeUtils.elementMatch(elem, 'auro-input')) {
23300
23342
  this.validateType(elem);
23301
23343
  this.validateElementAttributes(elem);
23302
- } else if (hasValue && (this.runtimeUtils.elementMatch(elem, 'auro-counter') || this.runtimeUtils.elementMatch(elem, 'auro-counter-group'))) {
23344
+ } else if (this.runtimeUtils.elementMatch(elem, 'auro-counter') || this.runtimeUtils.elementMatch(elem, 'auro-counter-group')) {
23303
23345
  this.validateElementAttributes(elem);
23304
23346
  }
23305
23347
  }
@@ -23781,7 +23823,7 @@ class BaseInput extends AuroElement$2 {
23781
23823
  },
23782
23824
 
23783
23825
  /**
23784
- * Define custom placeholder text.
23826
+ * Define custom placeholder text, only supported by date input formats.
23785
23827
  */
23786
23828
  placeholder: {
23787
23829
  type: String,
@@ -26041,7 +26083,7 @@ var buttonVersion = '11.0.0';
26041
26083
 
26042
26084
  var colorCss$4 = i$2`:host([error]){--ds-auro-helptext-color: var(--ds-basic-color-status-error, #e31f26)}:host([onDark]){--ds-auro-helptext-color: var(--ds-basic-color-texticon-inverse-muted, #ccd2db)}:host([onDark][error]){--ds-auro-helptext-color: var(--ds-basic-color-status-error-subtle, #fbc6c6)}.helptext-wrapper{color:var(--ds-auro-helptext-color)}`;
26043
26085
 
26044
- var styleCss$5 = i$2`:host{position:relative;display:block}.helptext-wrapper{display:none;font-size:12px;font-weight:450;letter-spacing:0;line-height:16px}:host([large]) .helptext-wrapper{font-size:16px;font-weight:450;letter-spacing:0;line-height:24px}.helptext-wrapper[visible]{display:block}::slotted(*:not(:empty)){margin-top:var(--ds-size-50, 0.25rem);margin-bottom:0}::slotted(p){margin-block:0}`;
26086
+ var styleCss$5 = i$2`.helptext-wrapper{display:none;font-size:12px;font-weight:450;letter-spacing:0;line-height:16px}:host([large]) .helptext-wrapper{font-size:16px;font-weight:450;letter-spacing:0;line-height:24px}.helptext-wrapper[visible]{display:block}::slotted(*:not(:empty)){margin-top:var(--ds-size-50, 0.25rem);margin-bottom:0}::slotted(p){margin-block:0}`;
26045
26087
 
26046
26088
  var tokensCss$5 = i$2`:host{--ds-auro-helptext-color: var(--ds-basic-color-texticon-muted, #676767)}`;
26047
26089
 
@@ -26318,7 +26360,7 @@ class AuroInput extends BaseInput {
26318
26360
  */
26319
26361
  get commonInputClasses() {
26320
26362
  return {
26321
- 'util_displayHiddenVisually': (this.hasDisplayValueContent && !this.hasFocus && this.value && this.value.length > 0) || ((!this.value || this.value.length === 0) && !this.hasFocus && (!this.placeholder || this.placeholder === '')),
26363
+ 'util_displayHiddenVisually': this.hasDisplayValueContent && !this.hasFocus && this.value && this.value.length > 0
26322
26364
  };
26323
26365
  }
26324
26366
 
@@ -26767,7 +26809,7 @@ var inputVersion = '4.2.0';
26767
26809
 
26768
26810
  var colorCss$1 = i$2`:host([error]){--ds-auro-helptext-color: var(--ds-basic-color-status-error, #e31f26)}:host([onDark]){--ds-auro-helptext-color: var(--ds-basic-color-texticon-inverse-muted, #ccd2db)}:host([onDark][error]){--ds-auro-helptext-color: var(--ds-basic-color-status-error-subtle, #fbc6c6)}.helptext-wrapper{color:var(--ds-auro-helptext-color)}`;
26769
26811
 
26770
- var styleCss$1 = i$2`:host{position:relative;display:block}.helptext-wrapper{display:none;font-size:12px;font-weight:450;letter-spacing:0;line-height:16px}:host([large]) .helptext-wrapper{font-size:16px;font-weight:450;letter-spacing:0;line-height:24px}.helptext-wrapper[visible]{display:block}::slotted(*:not(:empty)){margin-top:var(--ds-size-50, 0.25rem);margin-bottom:0}::slotted(p){margin-block:0}`;
26812
+ var styleCss$1 = i$2`.helptext-wrapper{display:none;font-size:12px;font-weight:450;letter-spacing:0;line-height:16px}:host([large]) .helptext-wrapper{font-size:16px;font-weight:450;letter-spacing:0;line-height:24px}.helptext-wrapper[visible]{display:block}::slotted(*:not(:empty)){margin-top:var(--ds-size-50, 0.25rem);margin-bottom:0}::slotted(p){margin-block:0}`;
26771
26813
 
26772
26814
  var tokensCss$1 = i$2`:host{--ds-auro-helptext-color: var(--ds-basic-color-texticon-muted, #676767)}`;
26773
26815
 
@@ -16,17 +16,24 @@
16
16
  <head>
17
17
  <meta charset="UTF-8" />
18
18
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
19
- <title>Auro Web Component Generator | auro-datepicker custom element</title>
20
- <link
21
- rel="stylesheet"
22
- type="text/css"
23
- href="https://cdn.jsdelivr.net/npm/prismjs@1.24.1/themes/prism.css"
24
- />
25
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@latest/dist/auro-classic/CSSCustomProperties.css">
26
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@latest/dist/alaska/CSSCustomProperties--alaska.css">
19
+ <title>Auro Web Component Demo | auro-datepicker</title>
20
+
21
+ <!-- Prism.js Stylesheet -->
22
+ <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/prismjs@1.24.1/themes/prism.css"/>
23
+
24
+ <!-- Legacy reference is still needed to support auro-datepicker's use of legacy token values at this time -->
25
+ <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@latest/dist/legacy/auro-classic/CSSCustomProperties.css"/>
26
+
27
+ <!-- Design Token Alaska Theme -->
28
+ <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@latest/dist/themes/alaska/CSSCustomProperties--alaska.min.css"/>
29
+
30
+ <!-- Webcore Stylesheet Alaska Theme -->
31
+ <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/bundled/themes/alaska.global.min.css" />
32
+
33
+ <!-- Demo Specific Styles -->
27
34
  <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/demoWrapper.css" />
28
35
  <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/elementDemoStyles.css" />
29
- </head>
36
+ </head>
30
37
  <body class="auro-markdown">
31
38
  <main></main>
32
39