@aurodesignsystem-dev/auro-formkit 0.0.0-pr755.1 → 0.0.0-pr756.1

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 (89) 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 +10 -16
  4. package/components/checkbox/demo/api.min.js +11 -11
  5. package/components/checkbox/demo/index.html +10 -16
  6. package/components/checkbox/demo/index.min.js +11 -11
  7. package/components/checkbox/demo/readme.html +9 -16
  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 +10 -16
  11. package/components/combobox/demo/api.md +6 -12
  12. package/components/combobox/demo/api.min.js +98 -81
  13. package/components/combobox/demo/index.html +10 -16
  14. package/components/combobox/demo/index.min.js +98 -81
  15. package/components/combobox/demo/readme.html +9 -16
  16. package/components/combobox/dist/index.js +86 -44
  17. package/components/combobox/dist/registered.js +86 -44
  18. package/components/counter/demo/api.html +10 -16
  19. package/components/counter/demo/api.md +7 -13
  20. package/components/counter/demo/api.min.js +84 -36
  21. package/components/counter/demo/index.html +10 -16
  22. package/components/counter/demo/index.md +1 -1
  23. package/components/counter/demo/index.min.js +84 -36
  24. package/components/counter/demo/readme.html +9 -16
  25. package/components/counter/dist/auro-counter-group.d.ts +1 -1
  26. package/components/counter/dist/index.js +84 -36
  27. package/components/counter/dist/registered.js +84 -36
  28. package/components/datepicker/demo/api.html +10 -16
  29. package/components/datepicker/demo/api.min.js +92 -65
  30. package/components/datepicker/demo/index.html +10 -16
  31. package/components/datepicker/demo/index.min.js +92 -65
  32. package/components/datepicker/demo/readme.html +9 -16
  33. package/components/datepicker/dist/auro-datepicker.d.ts +0 -6
  34. package/components/datepicker/dist/index.js +92 -65
  35. package/components/datepicker/dist/registered.js +92 -65
  36. package/components/dropdown/demo/api.html +10 -16
  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 +10 -16
  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 +9 -16
  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 +9 -16
  47. package/components/form/demo/autocomplete.html +3 -19
  48. package/components/form/demo/index.html +9 -16
  49. package/components/form/demo/readme.html +9 -16
  50. package/components/form/demo/working.html +13 -19
  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 +10 -16
  54. package/components/input/demo/api.md +1 -1
  55. package/components/input/demo/api.min.js +12 -12
  56. package/components/input/demo/index.html +10 -16
  57. package/components/input/demo/index.min.js +12 -12
  58. package/components/input/demo/readme.html +9 -16
  59. package/components/input/dist/base-input.d.ts +1 -1
  60. package/components/input/dist/index.js +12 -12
  61. package/components/input/dist/registered.js +12 -12
  62. package/components/menu/demo/api.html +32 -16
  63. package/components/menu/demo/api.md +1 -1
  64. package/components/menu/demo/api.min.js +12 -37
  65. package/components/menu/demo/index.html +10 -16
  66. package/components/menu/demo/index.min.js +12 -37
  67. package/components/menu/demo/readme.html +9 -16
  68. package/components/menu/dist/auro-menu.d.ts +2 -13
  69. package/components/menu/dist/index.js +12 -37
  70. package/components/menu/dist/registered.js +12 -37
  71. package/components/radio/demo/api.html +10 -16
  72. package/components/radio/demo/api.min.js +10 -10
  73. package/components/radio/demo/index.html +10 -16
  74. package/components/radio/demo/index.min.js +10 -10
  75. package/components/radio/demo/readme.html +9 -16
  76. package/components/radio/dist/auro-radio.d.ts +1 -1
  77. package/components/radio/dist/index.js +10 -10
  78. package/components/radio/dist/registered.js +10 -10
  79. package/components/select/demo/api.html +10 -16
  80. package/components/select/demo/api.md +9 -15
  81. package/components/select/demo/api.min.js +194 -125
  82. package/components/select/demo/index.html +11 -16
  83. package/components/select/demo/index.md +1 -1
  84. package/components/select/demo/index.min.js +194 -125
  85. package/components/select/demo/readme.html +9 -16
  86. package/components/select/dist/auro-select.d.ts +4 -20
  87. package/components/select/dist/index.js +182 -88
  88. package/components/select/dist/registered.js +182 -88
  89. package/package.json +2 -2
@@ -3212,7 +3212,7 @@ var dropdownVersion = '3.0.0';
3212
3212
 
3213
3213
  var shapeSizeCss = 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}`;
3214
3214
 
3215
- var colorCss$1 = 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)}`;
3215
+ var colorCss$1 = 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)}`;
3216
3216
 
3217
3217
  var classicColorCss = i$2``;
3218
3218
 
@@ -3224,7 +3224,7 @@ var styleSnowflakeCss = i$2`:host{display:block}.wrapper{display:flex;flex:1;fle
3224
3224
 
3225
3225
  var colorCss = 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)}`;
3226
3226
 
3227
- var styleCss = 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}`;
3227
+ var styleCss = 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}`;
3228
3228
 
3229
3229
  var tokensCss = i$2`:host{--ds-auro-helptext-color: var(--ds-basic-color-texticon-muted, #676767)}`;
3230
3230
 
@@ -3529,8 +3529,10 @@ class AuroElement extends i {
3529
3529
  // See LICENSE in the project root for license information.
3530
3530
 
3531
3531
 
3532
- /*
3532
+ /**
3533
+ * @attr { Boolean } disableEventShow - If declared, the dropdown will only show by calling the API .show() public method.
3533
3534
  * @slot - Default slot for the popover content.
3535
+ * @slot label - Defines the content of the label.
3534
3536
  * @slot helpText - Defines the content of the helpText.
3535
3537
  * @slot trigger - Defines the content of the trigger.
3536
3538
  * @csspart trigger - The trigger content container.
@@ -3549,22 +3551,18 @@ class AuroDropdown extends AuroElement {
3549
3551
  this.matchWidth = false;
3550
3552
  this.noHideOnThisFocusLoss = false;
3551
3553
 
3552
- this.errorMessage = undefined; // TODO - check with Doug if there is still more to do here
3554
+ this.errorMessage = ''; // TODO - check with Doug if there is still more to do here
3553
3555
 
3554
3556
  // Layout Config
3555
- this.layout = undefined;
3556
- this.shape = undefined;
3557
- this.size = undefined;
3557
+ this.layout = 'classic';
3558
+ this.shape = 'classic';
3559
+ this.size = 'xl';
3558
3560
 
3559
3561
  this.parentBorder = false;
3560
3562
 
3561
3563
  this.privateDefaults();
3562
3564
  }
3563
3565
 
3564
- /**
3565
- * @private
3566
- * @returns {object} Class definition for the wrapper element.
3567
- */
3568
3566
  get commonWrapperClasses() {
3569
3567
  return {
3570
3568
  'trigger': true,
@@ -3584,8 +3582,12 @@ class AuroDropdown extends AuroElement {
3584
3582
  this.disabled = false;
3585
3583
  this.disableFocusTrap = false;
3586
3584
  this.error = false;
3585
+ this.inset = false;
3586
+ this.rounded = false;
3587
3587
  this.tabIndex = 0;
3588
3588
  this.noToggle = false;
3589
+ this.a11yAutocomplete = 'none';
3590
+ this.labeled = true;
3589
3591
  this.a11yRole = 'button';
3590
3592
  this.onDark = false;
3591
3593
  this.showTriggerBorders = true;
@@ -3707,27 +3709,26 @@ class AuroDropdown extends AuroElement {
3707
3709
  },
3708
3710
 
3709
3711
  /**
3710
- * If declared, the dropdown will only show by calling the API .show() public method.
3711
- * @default false
3712
+ * If declared, applies a border around the trigger slot.
3712
3713
  */
3713
- disableEventShow: {
3714
+ simple: {
3714
3715
  type: Boolean,
3715
3716
  reflect: true
3716
3717
  },
3717
3718
 
3718
3719
  /**
3719
- * If declared, applies a border around the trigger slot.
3720
+ * If declared, the dropdown displays a chevron on the right.
3721
+ * @attr {Boolean} chevron
3720
3722
  */
3721
- simple: {
3723
+ chevron: {
3722
3724
  type: Boolean,
3723
3725
  reflect: true
3724
3726
  },
3725
3727
 
3726
3728
  /**
3727
- * If declared, the dropdown displays a chevron on the right.
3728
- * @attr {Boolean} chevron
3729
+ * If declared, the dropdown will be styled with the common theme.
3729
3730
  */
3730
- chevron: {
3731
+ common: {
3731
3732
  type: Boolean,
3732
3733
  reflect: true
3733
3734
  },
@@ -3741,7 +3742,7 @@ class AuroDropdown extends AuroElement {
3741
3742
  },
3742
3743
 
3743
3744
  /**
3744
- * If declared, the focus trap inside of bib will be turned off.
3745
+ * If declare, the focus trap inside of bib will be turned off.
3745
3746
  */
3746
3747
  disableFocusTrap: {
3747
3748
  type: Boolean,
@@ -3788,6 +3789,22 @@ class AuroDropdown extends AuroElement {
3788
3789
  reflect: true
3789
3790
  },
3790
3791
 
3792
+ /**
3793
+ * Makes the trigger to be full width of its parent container.
3794
+ */
3795
+ fluid: {
3796
+ type: Boolean,
3797
+ reflect: true
3798
+ },
3799
+
3800
+ /**
3801
+ * If declared, will apply padding around trigger slot content.
3802
+ */
3803
+ inset: {
3804
+ type: Boolean,
3805
+ reflect: true
3806
+ },
3807
+
3791
3808
  /**
3792
3809
  * If true, the dropdown bib is displayed.
3793
3810
  */
@@ -3831,6 +3848,15 @@ class AuroDropdown extends AuroElement {
3831
3848
  reflect: true
3832
3849
  },
3833
3850
 
3851
+ /**
3852
+ * Defines if there is a label preset.
3853
+ * @private
3854
+ */
3855
+ labeled: {
3856
+ type: Boolean,
3857
+ reflect: true
3858
+ },
3859
+
3834
3860
  /**
3835
3861
  * Defines if the trigger should size based on the parent element providing the border UI.
3836
3862
  * @private
@@ -3891,9 +3917,6 @@ class AuroDropdown extends AuroElement {
3891
3917
  reflect: true
3892
3918
  },
3893
3919
 
3894
- /**
3895
- * If declared, and a function is set, that function will execute when the slot content is updated.
3896
- */
3897
3920
  onSlotChange: {
3898
3921
  type: Function,
3899
3922
  reflect: false
@@ -3908,6 +3931,14 @@ class AuroDropdown extends AuroElement {
3908
3931
  reflect: true
3909
3932
  },
3910
3933
 
3934
+ /**
3935
+ * If declared, will apply border-radius to trigger and default slots.
3936
+ */
3937
+ rounded: {
3938
+ type: Boolean,
3939
+ reflect: true
3940
+ },
3941
+
3911
3942
  /**
3912
3943
  * @private
3913
3944
  */
@@ -3922,14 +3953,22 @@ class AuroDropdown extends AuroElement {
3922
3953
  type: String || undefined,
3923
3954
  attribute: false,
3924
3955
  reflect: false
3956
+ },
3957
+
3958
+ /**
3959
+ * The value for the aria-autocomplete attribute of the trigger element.
3960
+ */
3961
+ a11yAutocomplete: {
3962
+ type: String,
3963
+ attribute: false,
3925
3964
  }
3926
3965
  };
3927
3966
  }
3928
3967
 
3929
3968
  static get styles() {
3930
3969
  return [
3931
- tokensCss$1,
3932
3970
  colorCss$1,
3971
+ tokensCss$1,
3933
3972
 
3934
3973
  // default layout
3935
3974
  classicColorCss,
@@ -4369,7 +4408,10 @@ class AuroDropdown extends AuroElement {
4369
4408
  id="bib"
4370
4409
  shape="${this.shape}"
4371
4410
  ?data-show="${this.isPopoverVisible}"
4372
- ?isfullscreen="${this.isBibFullscreen}">
4411
+ ?isfullscreen="${this.isBibFullscreen}"
4412
+ ?common="${this.common}"
4413
+ ?rounded="${this.common || this.rounded}"
4414
+ ?inset="${this.common || this.inset}">
4373
4415
  <div class="slotContent">
4374
4416
  <slot @slotchange="${this.handleDefaultSlot}"></slot>
4375
4417
  </div>
@@ -16,24 +16,18 @@
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 Demo | auro-dropdown</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-dropdown'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 -->
19
+ <title>Auro Web Component Generator | auro-dropdown 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">
34
27
  <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/demoWrapper.css" />
35
28
  <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/elementDemoStyles.css" />
36
- </head>
29
+ <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/bundled/essentials-as.css" />
30
+ </head>
37
31
  <body class="auro-markdown">
38
32
  <main></main>
39
33