@aurodesignsystem-dev/auro-formkit 0.0.0-pr647.1 → 0.0.0-pr647.2
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.
|
@@ -6112,7 +6112,6 @@ class AuroSelect extends i$2 {
|
|
|
6112
6112
|
*/
|
|
6113
6113
|
configureDropdown() {
|
|
6114
6114
|
this.dropdown = this.shadowRoot.querySelector(this.dropdownTag._$litStatic$);
|
|
6115
|
-
this.menuWrapper = this.dropdown.querySelector('.menuWrapper');
|
|
6116
6115
|
|
|
6117
6116
|
// setting up bibtemplate
|
|
6118
6117
|
this.bibtemplate = this.dropdown.querySelector(this.bibtemplateTag._$litStatic$); // eslint-disable-line no-underscore-dangle
|
|
@@ -6020,7 +6020,6 @@ class AuroSelect extends i$2 {
|
|
|
6020
6020
|
*/
|
|
6021
6021
|
configureDropdown() {
|
|
6022
6022
|
this.dropdown = this.shadowRoot.querySelector(this.dropdownTag._$litStatic$);
|
|
6023
|
-
this.menuWrapper = this.dropdown.querySelector('.menuWrapper');
|
|
6024
6023
|
|
|
6025
6024
|
// setting up bibtemplate
|
|
6026
6025
|
this.bibtemplate = this.dropdown.querySelector(this.bibtemplateTag._$litStatic$); // eslint-disable-line no-underscore-dangle
|
|
@@ -5974,7 +5974,6 @@ class AuroSelect extends LitElement {
|
|
|
5974
5974
|
*/
|
|
5975
5975
|
configureDropdown() {
|
|
5976
5976
|
this.dropdown = this.shadowRoot.querySelector(this.dropdownTag._$litStatic$);
|
|
5977
|
-
this.menuWrapper = this.dropdown.querySelector('.menuWrapper');
|
|
5978
5977
|
|
|
5979
5978
|
// setting up bibtemplate
|
|
5980
5979
|
this.bibtemplate = this.dropdown.querySelector(this.bibtemplateTag._$litStatic$); // eslint-disable-line no-underscore-dangle
|
|
@@ -5974,7 +5974,6 @@ class AuroSelect extends LitElement {
|
|
|
5974
5974
|
*/
|
|
5975
5975
|
configureDropdown() {
|
|
5976
5976
|
this.dropdown = this.shadowRoot.querySelector(this.dropdownTag._$litStatic$);
|
|
5977
|
-
this.menuWrapper = this.dropdown.querySelector('.menuWrapper');
|
|
5978
5977
|
|
|
5979
5978
|
// setting up bibtemplate
|
|
5980
5979
|
this.bibtemplate = this.dropdown.querySelector(this.bibtemplateTag._$litStatic$); // eslint-disable-line no-underscore-dangle
|
package/package.json
CHANGED