@aurodesignsystem-dev/auro-formkit 0.0.0-pr1007.0 → 0.0.0-pr1008.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.
@@ -5354,7 +5354,7 @@ class AuroDropdown extends AuroElement$4 {
5354
5354
  part="chevron">
5355
5355
  <${this.iconTag}
5356
5356
  category="interface"
5357
- name="${this.isPopoverVisible ? 'chevron-up' : `chevron-down`}"
5357
+ name="chevron-down"
5358
5358
  ?onDark="${this.onDark}"
5359
5359
  variant="${this.disabled ? 'disabled' : 'muted'}">
5360
5360
  >
@@ -16785,6 +16785,7 @@ class AuroCombobox extends AuroElement$1 {
16785
16785
  configureInput() {
16786
16786
 
16787
16787
  this.addEventListener('keyup', (evt) => {
16788
+ console.warn('keyup event fired... ', evt.key, this.dropdown.isPopoverVisible);
16788
16789
  if (evt.key.length === 1 || evt.key === 'Backspace' || evt.key === 'Delete') {
16789
16790
  if (!this.dropdown.isPopoverVisible) {
16790
16791
  this.showBib();
@@ -5212,7 +5212,7 @@ class AuroDropdown extends AuroElement$4 {
5212
5212
  part="chevron">
5213
5213
  <${this.iconTag}
5214
5214
  category="interface"
5215
- name="${this.isPopoverVisible ? 'chevron-up' : `chevron-down`}"
5215
+ name="chevron-down"
5216
5216
  ?onDark="${this.onDark}"
5217
5217
  variant="${this.disabled ? 'disabled' : 'muted'}">
5218
5218
  >
@@ -16643,6 +16643,7 @@ class AuroCombobox extends AuroElement$1 {
16643
16643
  configureInput() {
16644
16644
 
16645
16645
  this.addEventListener('keyup', (evt) => {
16646
+ console.warn('keyup event fired... ', evt.key, this.dropdown.isPopoverVisible);
16646
16647
  if (evt.key.length === 1 || evt.key === 'Backspace' || evt.key === 'Delete') {
16647
16648
  if (!this.dropdown.isPopoverVisible) {
16648
16649
  this.showBib();
@@ -5143,7 +5143,7 @@ class AuroDropdown extends AuroElement$4 {
5143
5143
  part="chevron">
5144
5144
  <${this.iconTag}
5145
5145
  category="interface"
5146
- name="${this.isPopoverVisible ? 'chevron-up' : `chevron-down`}"
5146
+ name="chevron-down"
5147
5147
  ?onDark="${this.onDark}"
5148
5148
  variant="${this.disabled ? 'disabled' : 'muted'}">
5149
5149
  >
@@ -16561,6 +16561,7 @@ class AuroCombobox extends AuroElement {
16561
16561
  configureInput() {
16562
16562
 
16563
16563
  this.addEventListener('keyup', (evt) => {
16564
+ console.warn('keyup event fired... ', evt.key, this.dropdown.isPopoverVisible);
16564
16565
  if (evt.key.length === 1 || evt.key === 'Backspace' || evt.key === 'Delete') {
16565
16566
  if (!this.dropdown.isPopoverVisible) {
16566
16567
  this.showBib();
@@ -5143,7 +5143,7 @@ class AuroDropdown extends AuroElement$4 {
5143
5143
  part="chevron">
5144
5144
  <${this.iconTag}
5145
5145
  category="interface"
5146
- name="${this.isPopoverVisible ? 'chevron-up' : `chevron-down`}"
5146
+ name="chevron-down"
5147
5147
  ?onDark="${this.onDark}"
5148
5148
  variant="${this.disabled ? 'disabled' : 'muted'}">
5149
5149
  >
@@ -16561,6 +16561,7 @@ class AuroCombobox extends AuroElement {
16561
16561
  configureInput() {
16562
16562
 
16563
16563
  this.addEventListener('keyup', (evt) => {
16564
+ console.warn('keyup event fired... ', evt.key, this.dropdown.isPopoverVisible);
16564
16565
  if (evt.key.length === 1 || evt.key === 'Backspace' || evt.key === 'Delete') {
16565
16566
  if (!this.dropdown.isPopoverVisible) {
16566
16567
  this.showBib();
@@ -7366,7 +7366,7 @@ class AuroDropdown extends AuroElement$3 {
7366
7366
  part="chevron">
7367
7367
  <${this.iconTag}
7368
7368
  category="interface"
7369
- name="${this.isPopoverVisible ? 'chevron-up' : `chevron-down`}"
7369
+ name="chevron-down"
7370
7370
  ?onDark="${this.onDark}"
7371
7371
  variant="${this.disabled ? 'disabled' : 'muted'}">
7372
7372
  >
@@ -7366,7 +7366,7 @@ class AuroDropdown extends AuroElement$3 {
7366
7366
  part="chevron">
7367
7367
  <${this.iconTag}
7368
7368
  category="interface"
7369
- name="${this.isPopoverVisible ? 'chevron-up' : `chevron-down`}"
7369
+ name="chevron-down"
7370
7370
  ?onDark="${this.onDark}"
7371
7371
  variant="${this.disabled ? 'disabled' : 'muted'}">
7372
7372
  >
@@ -7319,7 +7319,7 @@ class AuroDropdown extends AuroElement$3 {
7319
7319
  part="chevron">
7320
7320
  <${this.iconTag}
7321
7321
  category="interface"
7322
- name="${this.isPopoverVisible ? 'chevron-up' : `chevron-down`}"
7322
+ name="chevron-down"
7323
7323
  ?onDark="${this.onDark}"
7324
7324
  variant="${this.disabled ? 'disabled' : 'muted'}">
7325
7325
  >
@@ -7319,7 +7319,7 @@ class AuroDropdown extends AuroElement$3 {
7319
7319
  part="chevron">
7320
7320
  <${this.iconTag}
7321
7321
  category="interface"
7322
- name="${this.isPopoverVisible ? 'chevron-up' : `chevron-down`}"
7322
+ name="chevron-down"
7323
7323
  ?onDark="${this.onDark}"
7324
7324
  variant="${this.disabled ? 'disabled' : 'muted'}">
7325
7325
  >
@@ -18791,7 +18791,7 @@ class AuroDropdown extends AuroElement$4 {
18791
18791
  part="chevron">
18792
18792
  <${this.iconTag}
18793
18793
  category="interface"
18794
- name="${this.isPopoverVisible ? 'chevron-up' : `chevron-down`}"
18794
+ name="chevron-down"
18795
18795
  ?onDark="${this.onDark}"
18796
18796
  variant="${this.disabled ? 'disabled' : 'muted'}">
18797
18797
  >
@@ -18532,7 +18532,7 @@ class AuroDropdown extends AuroElement$4 {
18532
18532
  part="chevron">
18533
18533
  <${this.iconTag}
18534
18534
  category="interface"
18535
- name="${this.isPopoverVisible ? 'chevron-up' : `chevron-down`}"
18535
+ name="chevron-down"
18536
18536
  ?onDark="${this.onDark}"
18537
18537
  variant="${this.disabled ? 'disabled' : 'muted'}">
18538
18538
  >
@@ -18481,7 +18481,7 @@ class AuroDropdown extends AuroElement$4 {
18481
18481
  part="chevron">
18482
18482
  <${this.iconTag}
18483
18483
  category="interface"
18484
- name="${this.isPopoverVisible ? 'chevron-up' : `chevron-down`}"
18484
+ name="chevron-down"
18485
18485
  ?onDark="${this.onDark}"
18486
18486
  variant="${this.disabled ? 'disabled' : 'muted'}">
18487
18487
  >
@@ -18481,7 +18481,7 @@ class AuroDropdown extends AuroElement$4 {
18481
18481
  part="chevron">
18482
18482
  <${this.iconTag}
18483
18483
  category="interface"
18484
- name="${this.isPopoverVisible ? 'chevron-up' : `chevron-down`}"
18484
+ name="chevron-down"
18485
18485
  ?onDark="${this.onDark}"
18486
18486
  variant="${this.disabled ? 'disabled' : 'muted'}">
18487
18487
  >
@@ -4316,7 +4316,7 @@ class AuroDropdown extends AuroElement {
4316
4316
  part="chevron">
4317
4317
  <${this.iconTag}
4318
4318
  category="interface"
4319
- name="${this.isPopoverVisible ? 'chevron-up' : `chevron-down`}"
4319
+ name="chevron-down"
4320
4320
  ?onDark="${this.onDark}"
4321
4321
  variant="${this.disabled ? 'disabled' : 'muted'}">
4322
4322
  >
@@ -4291,7 +4291,7 @@ class AuroDropdown extends AuroElement {
4291
4291
  part="chevron">
4292
4292
  <${this.iconTag}
4293
4293
  category="interface"
4294
- name="${this.isPopoverVisible ? 'chevron-up' : `chevron-down`}"
4294
+ name="chevron-down"
4295
4295
  ?onDark="${this.onDark}"
4296
4296
  variant="${this.disabled ? 'disabled' : 'muted'}">
4297
4297
  >
@@ -4244,7 +4244,7 @@ class AuroDropdown extends AuroElement {
4244
4244
  part="chevron">
4245
4245
  <${this.iconTag}
4246
4246
  category="interface"
4247
- name="${this.isPopoverVisible ? 'chevron-up' : `chevron-down`}"
4247
+ name="chevron-down"
4248
4248
  ?onDark="${this.onDark}"
4249
4249
  variant="${this.disabled ? 'disabled' : 'muted'}">
4250
4250
  >
@@ -4244,7 +4244,7 @@ class AuroDropdown extends AuroElement {
4244
4244
  part="chevron">
4245
4245
  <${this.iconTag}
4246
4246
  category="interface"
4247
- name="${this.isPopoverVisible ? 'chevron-up' : `chevron-down`}"
4247
+ name="chevron-down"
4248
4248
  ?onDark="${this.onDark}"
4249
4249
  variant="${this.disabled ? 'disabled' : 'muted'}">
4250
4250
  >
@@ -5380,7 +5380,7 @@ class AuroDropdown extends AuroElement$3 {
5380
5380
  part="chevron">
5381
5381
  <${this.iconTag}
5382
5382
  category="interface"
5383
- name="${this.isPopoverVisible ? 'chevron-up' : `chevron-down`}"
5383
+ name="chevron-down"
5384
5384
  ?onDark="${this.onDark}"
5385
5385
  variant="${this.disabled ? 'disabled' : 'muted'}">
5386
5386
  >
@@ -5288,7 +5288,7 @@ class AuroDropdown extends AuroElement$3 {
5288
5288
  part="chevron">
5289
5289
  <${this.iconTag}
5290
5290
  category="interface"
5291
- name="${this.isPopoverVisible ? 'chevron-up' : `chevron-down`}"
5291
+ name="chevron-down"
5292
5292
  ?onDark="${this.onDark}"
5293
5293
  variant="${this.disabled ? 'disabled' : 'muted'}">
5294
5294
  >
@@ -5242,7 +5242,7 @@ class AuroDropdown extends AuroElement$2 {
5242
5242
  part="chevron">
5243
5243
  <${this.iconTag}
5244
5244
  category="interface"
5245
- name="${this.isPopoverVisible ? 'chevron-up' : `chevron-down`}"
5245
+ name="chevron-down"
5246
5246
  ?onDark="${this.onDark}"
5247
5247
  variant="${this.disabled ? 'disabled' : 'muted'}">
5248
5248
  >
@@ -5242,7 +5242,7 @@ class AuroDropdown extends AuroElement$2 {
5242
5242
  part="chevron">
5243
5243
  <${this.iconTag}
5244
5244
  category="interface"
5245
- name="${this.isPopoverVisible ? 'chevron-up' : `chevron-down`}"
5245
+ name="chevron-down"
5246
5246
  ?onDark="${this.onDark}"
5247
5247
  variant="${this.disabled ? 'disabled' : 'muted'}">
5248
5248
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurodesignsystem-dev/auro-formkit",
3
- "version": "0.0.0-pr1007.0",
3
+ "version": "0.0.0-pr1008.0",
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": {