@aurodesignsystem-dev/auro-formkit 0.0.0-pr794.2 → 0.0.0-pr794.3

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 (39) hide show
  1. package/components/checkbox/demo/api.min.js +1 -1
  2. package/components/checkbox/demo/index.min.js +1 -1
  3. package/components/combobox/demo/api.min.js +26 -71
  4. package/components/combobox/demo/index.min.js +26 -71
  5. package/components/combobox/dist/index.js +19 -69
  6. package/components/combobox/dist/registered.js +19 -69
  7. package/components/counter/demo/api.min.js +20 -70
  8. package/components/counter/demo/index.min.js +20 -70
  9. package/components/counter/dist/index.js +19 -69
  10. package/components/counter/dist/registered.js +19 -69
  11. package/components/datepicker/demo/api.min.js +90 -106
  12. package/components/datepicker/demo/index.min.js +90 -106
  13. package/components/datepicker/dist/auro-datepicker.d.ts +14 -1
  14. package/components/datepicker/dist/index.js +89 -105
  15. package/components/datepicker/dist/registered.js +89 -105
  16. package/components/dropdown/demo/api.md +1 -1
  17. package/components/dropdown/demo/api.min.js +20 -70
  18. package/components/dropdown/demo/index.min.js +20 -70
  19. package/components/dropdown/dist/auro-dropdown.d.ts +2 -7
  20. package/components/dropdown/dist/index.js +19 -69
  21. package/components/dropdown/dist/registered.js +19 -69
  22. package/components/dropdown/dist/styles/style-css.d.ts +2 -0
  23. package/components/form/demo/api.min.js +1 -1
  24. package/components/form/demo/index.min.js +1 -1
  25. package/components/input/demo/api.min.js +1 -1
  26. package/components/input/demo/index.min.js +1 -1
  27. package/components/menu/demo/api.md +12 -13
  28. package/components/menu/demo/api.min.js +7 -2
  29. package/components/menu/demo/index.min.js +7 -2
  30. package/components/menu/dist/auro-menu.d.ts +6 -1
  31. package/components/menu/dist/index.js +6 -1
  32. package/components/menu/dist/registered.js +6 -1
  33. package/components/radio/demo/api.min.js +1 -1
  34. package/components/radio/demo/index.min.js +1 -1
  35. package/components/select/demo/api.min.js +26 -71
  36. package/components/select/demo/index.min.js +26 -71
  37. package/components/select/dist/index.js +19 -69
  38. package/components/select/dist/registered.js +19 -69
  39. package/package.json +3 -3
@@ -2823,6 +2823,7 @@ class AuroFloatingUI {
2823
2823
  this.element.bib.style.left = "0px";
2824
2824
  this.element.bib.style.width = '';
2825
2825
  this.element.bib.style.height = '';
2826
+ this.element.style.contain = '';
2826
2827
 
2827
2828
  // reset the size that was mirroring `size` css-part
2828
2829
  const bibContent = this.element.bib.shadowRoot.querySelector(".container");
@@ -2847,6 +2848,7 @@ class AuroFloatingUI {
2847
2848
  this.element.bib.style.position = '';
2848
2849
  this.element.bib.removeAttribute('isfullscreen');
2849
2850
  this.element.isBibFullscreen = false;
2851
+ this.element.style.contain = 'layout';
2850
2852
  }
2851
2853
 
2852
2854
  const isChanged = this.strategy && this.strategy !== value;
@@ -3612,7 +3614,7 @@ const cacheFetch$1 = (uri, options = {}) => {
3612
3614
  return _fetchMap$1.get(uri);
3613
3615
  };
3614
3616
 
3615
- var styleCss$2$1 = css`: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}.ico_squareLarge{fill:currentColor;height:var(--auro-size-lg, var(--ds-size-300, 1.5rem))}.ico_squareSmall{fill:currentColor;height:.6rem}.ico_squareMed{fill:currentColor;height:var(--auro-size-md, var(--ds-size-200, 1rem))}.ico_squareSml{fill:currentColor;height:var(--auro-size-sm, var(--ds-size-150, 0.75rem))}:host{color:currentColor;vertical-align:middle;line-height:1;display:inline-block}svg{min-width:var(--ds-auro-icon-size, 1.5rem) !important;width:var(--ds-auro-icon-size, 1.5rem) !important;height:var(--ds-auro-icon-size, 1.5rem) !important}.componentWrapper{display:flex}.svgWrapper{height:var(--ds-auro-icon-size);width:var(--ds-auro-icon-size)}.labelWrapper{margin-left:var(--ds-size-50, 0.25rem);line-height:1.8}`;
3617
+ var styleCss$3$1 = css`: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}.ico_squareLarge{fill:currentColor;height:var(--auro-size-lg, var(--ds-size-300, 1.5rem))}.ico_squareSmall{fill:currentColor;height:.6rem}.ico_squareMed{fill:currentColor;height:var(--auro-size-md, var(--ds-size-200, 1rem))}.ico_squareSml{fill:currentColor;height:var(--auro-size-sm, var(--ds-size-150, 0.75rem))}:host{color:currentColor;vertical-align:middle;line-height:1;display:inline-block}svg{min-width:var(--ds-auro-icon-size, 1.5rem) !important;width:var(--ds-auro-icon-size, 1.5rem) !important;height:var(--ds-auro-icon-size, 1.5rem) !important}.componentWrapper{display:flex}.svgWrapper{height:var(--ds-auro-icon-size);width:var(--ds-auro-icon-size)}.labelWrapper{margin-left:var(--ds-size-50, 0.25rem);line-height:1.8}`;
3616
3618
 
3617
3619
  // Copyright (c) 2020 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
3618
3620
  // See LICENSE in the project root for license information.
@@ -3655,7 +3657,7 @@ let BaseIcon$1 = class BaseIcon extends AuroElement$1$1 {
3655
3657
 
3656
3658
  static get styles() {
3657
3659
  return css`
3658
- ${styleCss$2$1}
3660
+ ${styleCss$3$1}
3659
3661
  `;
3660
3662
  }
3661
3663
 
@@ -3857,7 +3859,7 @@ let AuroIcon$1 = class AuroIcon extends BaseIcon$1 {
3857
3859
  return [
3858
3860
  super.styles,
3859
3861
  css`${tokensCss$2$1}`,
3860
- css`${styleCss$2$1}`,
3862
+ css`${styleCss$3$1}`,
3861
3863
  css`${colorCss$3$1}`
3862
3864
  ];
3863
3865
  }
@@ -3943,7 +3945,7 @@ let AuroIcon$1 = class AuroIcon extends BaseIcon$1 {
3943
3945
 
3944
3946
  var iconVersion$1 = '6.1.2';
3945
3947
 
3946
- var styleCss$1$2 = css`:host{position:fixed;z-index:var(--depth-tooltip, 400);display:none;isolation:isolate}:host(:not([matchWidth])) .container{min-width:fit-content}:host([isfullscreen]){position:fixed;top:0;left:0}:host([isfullscreen]) .container{width:100dvw;max-width:none;height:100dvh;max-height:none;border-radius:unset;margin-top:0;box-shadow:unset;overscroll-behavior:contain}:host([data-show]){display:flex}:host([common]:not([isfullscreen])) .container,:host([rounded]:not([isfullscreen])) .container{border-radius:var(--ds-border-radius, 0.375rem)}:host([common][isfullscreen]) .container,:host([rounded][isfullscreen]) .container{border-radius:unset;box-shadow:unset}:host(:not([isfullscreen])) .container.shape-box{border-radius:unset}:host(:not([isfullscreen])) .container[class*=shape-pill],:host(:not([isfullscreen])) .container[class*=shape-snowflake]{border-radius:30px}.container{display:inline-block;overflow:auto;box-sizing:border-box;border-radius:var(--ds-border-radius, 0.375rem);margin:var(--ds-size-50, 0.25rem) 0}`;
3948
+ var styleCss$2$1 = css`:host{position:fixed;z-index:var(--depth-tooltip, 400);display:none;isolation:isolate}:host(:not([matchWidth])) .container{min-width:fit-content}:host([isfullscreen]){position:fixed;top:0;left:0}:host([isfullscreen]) .container{width:100dvw;max-width:none;height:100dvh;max-height:none;border-radius:unset;margin-top:0;box-shadow:unset;overscroll-behavior:contain}:host([data-show]){display:flex}:host([common]:not([isfullscreen])) .container,:host([rounded]:not([isfullscreen])) .container{border-radius:var(--ds-border-radius, 0.375rem)}:host([common][isfullscreen]) .container,:host([rounded][isfullscreen]) .container{border-radius:unset;box-shadow:unset}:host(:not([isfullscreen])) .container.shape-box{border-radius:unset}:host(:not([isfullscreen])) .container[class*=shape-pill],:host(:not([isfullscreen])) .container[class*=shape-snowflake]{border-radius:30px}.container{display:inline-block;overflow:auto;box-sizing:border-box;border-radius:var(--ds-border-radius, 0.375rem);margin:var(--ds-size-50, 0.25rem) 0}`;
3947
3949
 
3948
3950
  var colorCss$2$1 = css`.container{background-color:var(--ds-auro-dropdownbib-container-color);box-shadow:var(--ds-auro-dropdownbib-boxshadow-color);color:var(--ds-auro-dropdownbib-text-color)}`;
3949
3951
 
@@ -3985,7 +3987,7 @@ class AuroDropdownBib extends LitElement {
3985
3987
 
3986
3988
  static get styles() {
3987
3989
  return [
3988
- styleCss$1$2,
3990
+ styleCss$2$1,
3989
3991
  colorCss$2$1,
3990
3992
  tokensCss$1$1
3991
3993
  ];
@@ -4146,13 +4148,15 @@ var shapeSizeCss = css`.wrapper{overflow:hidden}.shape-classic-xl,.shape-classic
4146
4148
 
4147
4149
  var colorCss$1$1 = css`: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)}`;
4148
4150
 
4151
+ var styleCss$1$2 = css`:host{display:block;position:relative}:host([open]){z-index:var(--depth-tooltip, 400)}.wrapper{display:flex;flex:1;flex-direction:row;align-items:center;justify-content:center;outline:none}.triggerContentWrapper{display:flex;overflow:hidden;width:100%;flex:1;align-items:center;justify-content:center;text-overflow:ellipsis;white-space:nowrap}:host([matchwidth]) #bibSizer{width:100%}`;
4152
+
4149
4153
  var classicColorCss = css``;
4150
4154
 
4151
- var classicLayoutCss = css`:host([layout*=classic]){position:relative;max-width:100%}:host([layout*=classic]) #bibSizer{position:absolute;z-index:-1;opacity:0;pointer-events:none}:host([layout*=classic]) .label{font-size:var(--ds-text-body-size-xs, 0.75rem);line-height:var(--ds-text-body-size-default, 1rem);transition:font-size .3s cubic-bezier(0.215, 0.61, 0.355, 1);white-space:normal}:host([layout*=classic]) .label[hasTrigger=false]{font-size:var(--ds-text-body-size-default, 1rem)}:host([layout*=classic]) .wrapper{display:flex;flex-direction:row;box-shadow:inset 0 0 0 1px var(--ds-auro-dropdown-trigger-outline-color)}@media(hover: hover){:host([layout*=classic]) .wrapper:hover{cursor:pointer}}:host([layout*=classic]) .triggerContentWrapper{overflow:hidden;flex:1;justify-content:start;text-overflow:ellipsis;white-space:nowrap}:host([layout*=classic]) #showStateIcon{display:flex;overflow:hidden;height:100%;align-items:center;padding-right:var(--ds-size-150, 0.75rem)}:host([layout*=classic]) #showStateIcon [auro-icon]{height:var(--ds-size-300, 1.5rem);line-height:var(--ds-size-300, 1.5rem)}:host([layout*=classic]) #showStateIcon[data-expanded=true] [auro-icon]{transform:rotate(-180deg)}:host([matchwidth]) #bibSizer{width:100%}`;
4155
+ var classicLayoutCss = css`:host([layout*=classic]){position:relative;max-width:100%}:host([layout*=classic]) #bibSizer{position:absolute;z-index:-1;opacity:0;pointer-events:none}:host([layout*=classic]) .label{font-size:var(--ds-text-body-size-xs, 0.75rem);line-height:var(--ds-text-body-size-default, 1rem);transition:font-size .3s cubic-bezier(0.215, 0.61, 0.355, 1);white-space:normal}:host([layout*=classic]) .label[hasTrigger=false]{font-size:var(--ds-text-body-size-default, 1rem)}:host([layout*=classic]) .wrapper{display:flex;flex-direction:row;box-shadow:inset 0 0 0 1px var(--ds-auro-dropdown-trigger-outline-color)}@media(hover: hover){:host([layout*=classic]) .wrapper:hover{cursor:pointer}}:host([layout*=classic]) .triggerContentWrapper{overflow:hidden;flex:1;justify-content:start;text-overflow:ellipsis;white-space:nowrap}:host([layout*=classic]) #showStateIcon{display:flex;overflow:hidden;height:100%;align-items:center;padding-right:var(--ds-size-150, 0.75rem)}:host([layout*=classic]) #showStateIcon [auro-icon]{height:var(--ds-size-300, 1.5rem);line-height:var(--ds-size-300, 1.5rem)}:host([layout*=classic]) #showStateIcon[data-expanded=true] [auro-icon]{transform:rotate(-180deg)}`;
4152
4156
 
4153
- var styleEmphasizedCss = css`:host{display:block}.layout-emphasized .chevron,.layout-emphasized-left .chevron,.layout-emphasized-right .chevron{margin-right:var(--ds-size-300, 1.5rem)}.wrapper{display:flex;flex:1;flex-direction:row;align-items:center;justify-content:center;outline:none}.triggerContentWrapper{display:flex;overflow:hidden;width:100%;flex:1;align-items:center;justify-content:center;text-overflow:ellipsis;white-space:nowrap}:host([layout*=emphasized][shape*=pill]:not([layout*=right])) .leftIndent{width:calc(100% - var(--ds-size-300, 1.5rem));margin-left:var(--ds-size-300, 1.5rem)}:host([layout*=emphasized][shape*=pill]:not([layout*=left])) .rightIndent{width:calc(100% - var(--ds-size-300, 1.5rem));margin-right:var(--ds-size-300, 1.5rem)}:host([layout*=emphasized][shape*=pill]:not([layout*=left]):not([layout*=right])) .rightIndent{width:calc(100% - var(--ds-size-600, 3rem));margin-right:var(--ds-size-300, 1.5rem)}`;
4157
+ var styleEmphasizedCss = css`.layout-emphasized .chevron,.layout-emphasized-left .chevron,.layout-emphasized-right .chevron{margin-right:var(--ds-size-300, 1.5rem)}:host([layout*=emphasized][shape*=pill]:not([layout*=right])) .leftIndent{width:calc(100% - var(--ds-size-300, 1.5rem));margin-left:var(--ds-size-300, 1.5rem)}:host([layout*=emphasized][shape*=pill]:not([layout*=left])) .rightIndent{width:calc(100% - var(--ds-size-300, 1.5rem));margin-right:var(--ds-size-300, 1.5rem)}:host([layout*=emphasized][shape*=pill]:not([layout*=left]):not([layout*=right])) .rightIndent{width:calc(100% - var(--ds-size-600, 3rem));margin-right:var(--ds-size-300, 1.5rem)}`;
4154
4158
 
4155
- var styleSnowflakeCss = css`:host{display:block}.wrapper{display:flex;flex:1;flex-direction:row;align-items:center;justify-content:center;outline:none}.triggerContentWrapper{display:flex;overflow:hidden;width:100%;flex:1;align-items:center;justify-content:center;text-overflow:ellipsis;white-space:nowrap}:host([layout*=snowflake]) .leftIndent{width:calc(100% - var(--ds-size-600, 3rem));margin-left:var(--ds-size-300, 1.5rem)}:host([layout*=snowflake]) .rightIndent{width:calc(100% - var(--ds-size-600, 3rem));margin-right:var(--ds-size-300, 1.5rem)}.layout-snowflake .chevron,.layout-snowflake-left .chevron,.layout-snowflake-right .chevron{margin-right:var(--ds-size-300, 1.5rem)}`;
4159
+ var styleSnowflakeCss = css`:host([layout*=snowflake]) .leftIndent{width:calc(100% - var(--ds-size-600, 3rem));margin-left:var(--ds-size-300, 1.5rem)}:host([layout*=snowflake]) .rightIndent{width:calc(100% - var(--ds-size-600, 3rem));margin-right:var(--ds-size-300, 1.5rem)}.layout-snowflake .chevron,.layout-snowflake-left .chevron,.layout-snowflake-right .chevron{margin-right:var(--ds-size-300, 1.5rem)}`;
4156
4160
 
4157
4161
  var colorCss$5 = css`: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)}`;
4158
4162
 
@@ -4459,6 +4463,7 @@ let AuroElement$2 = class AuroElement extends LitElement {
4459
4463
  // See LICENSE in the project root for license information.
4460
4464
 
4461
4465
 
4466
+
4462
4467
  /*
4463
4468
  * @slot - Default slot for the popover content.
4464
4469
  * @slot helpText - Defines the content of the helpText.
@@ -4725,7 +4730,9 @@ class AuroDropdown extends AuroElement$2 {
4725
4730
  * If true, the dropdown bib is displayed.
4726
4731
  */
4727
4732
  isPopoverVisible: {
4728
- type: Boolean
4733
+ type: Boolean,
4734
+ reflect: true,
4735
+ attribute: 'open'
4729
4736
  },
4730
4737
 
4731
4738
  /**
@@ -4861,6 +4868,7 @@ class AuroDropdown extends AuroElement$2 {
4861
4868
 
4862
4869
  static get styles() {
4863
4870
  return [
4871
+ styleCss$1$2,
4864
4872
  tokensCss$1$1,
4865
4873
  colorCss$1$1,
4866
4874
 
@@ -5041,64 +5049,6 @@ class AuroDropdown extends AuroElement$2 {
5041
5049
  this.hasFocus = false;
5042
5050
  }
5043
5051
 
5044
- /**
5045
- * Determines if the element or any children are focusable.
5046
- * @private
5047
- * @param {HTMLElement} element - Element to check.
5048
- * @returns {Boolean} - True if the element or any children are focusable.
5049
- */
5050
- containsFocusableElement(element) {
5051
- this.showTriggerBorders = true;
5052
-
5053
- const nodes = [
5054
- element,
5055
- ...element.children
5056
- ];
5057
-
5058
- const focusableElements = [
5059
- 'a',
5060
- 'auro-hyperlink',
5061
- 'button',
5062
- 'auro-button',
5063
- 'input',
5064
- 'auro-input',
5065
- ];
5066
-
5067
- const focusableElementsThatNeedBorders = ['auro-input'];
5068
-
5069
- const result = nodes.some((node) => {
5070
- const tagName = node.tagName.toLowerCase();
5071
-
5072
- if (node.tabIndex > -1) {
5073
- return true;
5074
- }
5075
-
5076
- if (focusableElements.includes(tagName)) {
5077
- if ((tagName === 'a' || tagName === 'auro-hyperlink' || node.hasAttribute('auro-hyperlink')) && node.hasAttribute('href')) {
5078
- return true;
5079
- }
5080
- if (!node.hasAttribute('disabled')) {
5081
- return true;
5082
- }
5083
- }
5084
-
5085
- if (focusableElements.some((focusableElement) => focusableElement.startsWith('auro-') && (focusableElement === tagName || node.hasAttribute(focusableElement)))) {
5086
- return true;
5087
- }
5088
-
5089
- return false;
5090
- });
5091
-
5092
- if (result) {
5093
- this.showTriggerBorders = !nodes.some((node) => {
5094
- const tagName = node.tagName.toLowerCase();
5095
- return focusableElements.includes(tagName) && !focusableElementsThatNeedBorders.includes(tagName);
5096
- });
5097
- }
5098
-
5099
- return result;
5100
- }
5101
-
5102
5052
  /**
5103
5053
  * Creates and dispatches a duplicate focus event on the trigger element.
5104
5054
  * @private
@@ -5210,7 +5160,7 @@ class AuroDropdown extends AuroElement$2 {
5210
5160
  if (triggerContentNodes) {
5211
5161
 
5212
5162
  // See if any of them are focusable elements
5213
- this.triggerContentFocusable = triggerContentNodes.some((node) => this.containsFocusableElement(node));
5163
+ this.triggerContentFocusable = triggerContentNodes.some((node) => getFocusableElements(node).length > 0);
5214
5164
 
5215
5165
  // If any of them are focusable elements
5216
5166
  if (this.triggerContentFocusable) {
@@ -5282,7 +5232,7 @@ class AuroDropdown extends AuroElement$2 {
5282
5232
  <div
5283
5233
  id="trigger"
5284
5234
  class="${classMap(this.commonWrapperClasses)}" part="wrapper"
5285
- tabindex="${this.tabIndex}"
5235
+ tabindex="${ifDefined(this.triggerContentFocusable ? undefined : this.tabIndex)}"
5286
5236
  role="${ifDefined(this.triggerContentFocusable ? undefined : this.a11yRole)}"
5287
5237
  aria-expanded="${ifDefined(this.a11yRole === 'button' || this.triggerContentFocusable ? undefined : this.isPopoverVisible)}"
5288
5238
  aria-controls="${ifDefined(this.a11yRole === 'button' || this.triggerContentFocusable ? undefined : this.dropdownId)}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurodesignsystem-dev/auro-formkit",
3
- "version": "0.0.0-pr794.2",
3
+ "version": "0.0.0-pr794.3",
4
4
  "description": "A collection of web components used to build forms.",
5
5
  "homepage": "https://github.com/AlaskaAirlines/auro-formkit#readme",
6
6
  "bugs": {
@@ -53,8 +53,8 @@
53
53
  "local-demo": "npm run build && sh ./local-demo.sh --zip"
54
54
  },
55
55
  "dependencies": {
56
- "@aurodesignsystem/auro-library": "^5.3.0",
57
- "@lit/reactive-element": "^2.1.0",
56
+ "@aurodesignsystem/auro-library": "^5.3.1",
57
+ "@lit/reactive-element": "^2.1.1",
58
58
  "lit": "^3.2.1"
59
59
  },
60
60
  "optionalDependencies": {