@aurodesignsystem-dev/auro-formkit 0.0.0-pr800.0 → 0.0.0-pr800.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 (86) hide show
  1. package/components/bibtemplate/dist/buttonVersion.d.ts +1 -1
  2. package/components/bibtemplate/dist/headerVersion.d.ts +1 -1
  3. package/components/bibtemplate/dist/iconVersion.d.ts +1 -1
  4. package/components/bibtemplate/dist/index.js +143 -127
  5. package/components/bibtemplate/dist/registered.js +143 -127
  6. package/components/checkbox/demo/api.md +7 -5
  7. package/components/checkbox/demo/api.min.js +10 -8
  8. package/components/checkbox/demo/index.min.js +10 -8
  9. package/components/checkbox/dist/auro-checkbox.d.ts +3 -0
  10. package/components/checkbox/dist/index.js +9 -7
  11. package/components/checkbox/dist/registered.js +9 -7
  12. package/components/combobox/demo/api.min.js +475 -296
  13. package/components/combobox/demo/index.md +2 -4
  14. package/components/combobox/demo/index.min.js +475 -296
  15. package/components/combobox/dist/auro-combobox.d.ts +13 -2
  16. package/components/combobox/dist/index.js +404 -276
  17. package/components/combobox/dist/registered.js +404 -276
  18. package/components/counter/demo/api.md +1 -1
  19. package/components/counter/demo/api.min.js +308 -287
  20. package/components/counter/demo/index.md +4 -4
  21. package/components/counter/demo/index.min.js +308 -287
  22. package/components/counter/dist/auro-counter-group.d.ts +10 -10
  23. package/components/counter/dist/iconVersion.d.ts +1 -1
  24. package/components/counter/dist/index.js +307 -286
  25. package/components/counter/dist/registered.js +307 -286
  26. package/components/datepicker/README.md +1 -1
  27. package/components/datepicker/demo/api.md +43 -20
  28. package/components/datepicker/demo/api.min.js +757 -447
  29. package/components/datepicker/demo/index.md +4 -4
  30. package/components/datepicker/demo/index.min.js +757 -447
  31. package/components/datepicker/demo/readme.md +1 -1
  32. package/components/datepicker/dist/auro-datepicker.d.ts +73 -22
  33. package/components/datepicker/dist/index.js +756 -446
  34. package/components/datepicker/dist/registered.js +756 -446
  35. package/components/dropdown/demo/api.md +2 -2
  36. package/components/dropdown/demo/api.min.js +35 -80
  37. package/components/dropdown/demo/index.min.js +35 -80
  38. package/components/dropdown/dist/auro-dropdown.d.ts +2 -7
  39. package/components/dropdown/dist/index.js +34 -79
  40. package/components/dropdown/dist/registered.js +34 -79
  41. package/components/form/demo/api.md +1 -1
  42. package/components/form/demo/api.min.js +2 -2
  43. package/components/form/demo/index.min.js +2 -2
  44. package/components/form/dist/auro-form.d.ts +1 -1
  45. package/components/form/dist/index.js +1 -1
  46. package/components/form/dist/registered.js +1 -1
  47. package/components/helptext/dist/auro-helptext.d.ts +0 -2
  48. package/components/helptext/dist/index.js +2 -4
  49. package/components/helptext/dist/registered.js +2 -4
  50. package/components/input/demo/api.md +2 -5
  51. package/components/input/demo/api.min.js +168 -43
  52. package/components/input/demo/index.md +2 -2
  53. package/components/input/demo/index.min.js +168 -43
  54. package/components/input/dist/auro-input.d.ts +24 -0
  55. package/components/input/dist/base-input.d.ts +8 -2
  56. package/components/input/dist/index.js +167 -42
  57. package/components/input/dist/registered.js +167 -42
  58. package/components/layoutElement/dist/index.js +5 -5
  59. package/components/layoutElement/dist/registered.js +97 -0
  60. package/components/menu/demo/api.html +0 -15
  61. package/components/menu/demo/api.md +0 -4
  62. package/components/menu/demo/api.min.js +85 -34
  63. package/components/menu/demo/index.min.js +85 -34
  64. package/components/menu/dist/auro-menu.d.ts +14 -2
  65. package/components/menu/dist/auro-menuoption.d.ts +8 -2
  66. package/components/menu/dist/iconVersion.d.ts +1 -1
  67. package/components/menu/dist/index.js +70 -19
  68. package/components/menu/dist/registered.js +70 -19
  69. package/components/radio/demo/api.md +34 -1
  70. package/components/radio/demo/api.min.js +8 -8
  71. package/components/radio/demo/index.min.js +8 -8
  72. package/components/radio/dist/auro-radio.d.ts +2 -0
  73. package/components/radio/dist/index.js +7 -7
  74. package/components/radio/dist/registered.js +7 -7
  75. package/components/select/demo/api.md +46 -68
  76. package/components/select/demo/api.min.js +374 -300
  77. package/components/select/demo/index.md +1057 -137
  78. package/components/select/demo/index.min.js +374 -300
  79. package/components/select/dist/auro-select.d.ts +26 -15
  80. package/components/select/dist/index.js +303 -280
  81. package/components/select/dist/registered.js +303 -280
  82. package/package.json +7 -7
  83. /package/components/datepicker/dist/styles/{default → classic}/color-css.d.ts +0 -0
  84. /package/components/{input/dist/styles/default/input-css.d.ts → datepicker/dist/styles/classic/style-css.d.ts} +0 -0
  85. /package/components/{input/dist/styles/default/label-css.d.ts → dropdown/dist/styles/style-css.d.ts} +0 -0
  86. /package/components/{input/dist/styles/input-css.d.ts → menu/dist/styles/shapeSize-css.d.ts} +0 -0
@@ -23,7 +23,7 @@ The auro-select element is a wrapper for auro-dropdown and auro-menu to create a
23
23
  | [forceDisplayValue](#forceDisplayValue) | `forceDisplayValue` | `boolean` | false | If declared, the label and value will be visually hidden and the displayValue will render 100% of the time. |
24
24
  | [fullscreenBreakpoint](#fullscreenBreakpoint) | `fullscreenBreakpoint` | `string` | "sm" | Defines the screen size breakpoint (`xs`, `sm`, `md`, `lg`, `xl`, `disabled`)<br />at which the dropdown switches to fullscreen mode on mobile. `disabled` indicates a dropdown should _never_ enter fullscreen.<br /><br />When expanded, the dropdown will automatically display in fullscreen mode<br />if the screen size is equal to or smaller than the selected breakpoint. |
25
25
  | [largeFullscreenHeadline](#largeFullscreenHeadline) | `largeFullscreenHeadline` | `boolean` | | If declared, make bib.fullscreen.headline in HeadingDisplay.<br />Otherwise, Heading 600. |
26
- | [layout](#layout) | | `string` | "snowflake" | |
26
+ | [layout](#layout) | | `string` | | |
27
27
  | [matchWidth](#matchWidth) | `matchWidth` | `boolean` | false | If declared, the popover and trigger will be set to the same width. |
28
28
  | [multiSelect](#multiSelect) | `multiselect` | `boolean` | | Sets multi-select mode, allowing multiple options to be selected at once. |
29
29
  | [name](#name) | `name` | `string` | | The name for the select element. |
@@ -39,8 +39,6 @@ The auro-select element is a wrapper for auro-dropdown and auro-menu to create a
39
39
  | [setCustomValidity](#setCustomValidity) | `setCustomValidity` | `string` | | Sets a custom help text message to display for all validityStates. |
40
40
  | [setCustomValidityCustomError](#setCustomValidityCustomError) | `setCustomValidityCustomError` | `string` | | Custom help text message to display when validity = `customError`. |
41
41
  | [setCustomValidityValueMissing](#setCustomValidityValueMissing) | `setCustomValidityValueMissing` | `string` | | Custom help text message to display when validity = `valueMissing`. |
42
- | [shape](#shape) | | `string` | "snowflake" | |
43
- | [size](#size) | | `string` | "xl" | |
44
42
  | [validity](#validity) | `validity` | `string` | | Specifies the `validityState` this element is in. |
45
43
  | [value](#value) | `value` | `string` | | Value selected for the component. |
46
44
 
@@ -48,7 +46,7 @@ The auro-select element is a wrapper for auro-dropdown and auro-menu to create a
48
46
 
49
47
  | Method | Type | Description |
50
48
  |------------|----------------------------------------|--------------------------------------------------|
51
- | [hideBib](#hideBib) | `(): void` | Hide dropdownbib if it's open. |
49
+ | [hideBib](#hideBib) | `(): void` | Hides the dropdown bib if its open. |
52
50
  | [reset](#reset) | `(): void` | Resets component to initial state. |
53
51
  | [showBib](#showBib) | `(): void` | Shows the dropdown bib if there are options to show. |
54
52
  | [validate](#validate) | `(force?: boolean \| undefined): void` | Validates value.<br /><br />**force**: Whether to force validation. |
@@ -413,10 +411,9 @@ When the validity check fails the validityState, equals `valueMissing`. The erro
413
411
  <div class="exampleWrapper">
414
412
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/required.html) -->
415
413
  <!-- The below content is automatically added from ./../apiExamples/required.html -->
416
- <auro-select required setCustomValidityValueMissing="Custom required validation error message.">
414
+ <auro-select required setCustomValidityValueMissing="Custom required validation error message." placeholder="Placeholder Text">
417
415
  <span slot="bib.fullscreen.headline">Bib Headline</span>
418
- <span slot="label">required field</span>
419
- <label slot="placeholder">Placeholder Text</label>
416
+ <span slot="label">Label</span>
420
417
  <auro-menu>
421
418
  <auro-menuoption value="stops">Stops</auro-menuoption>
422
419
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -434,10 +431,9 @@ When the validity check fails the validityState, equals `valueMissing`. The erro
434
431
  <!-- The below code snippet is automatically added from ./../apiExamples/required.html -->
435
432
 
436
433
  ```html
437
- <auro-select required setCustomValidityValueMissing="Custom required validation error message.">
434
+ <auro-select required setCustomValidityValueMissing="Custom required validation error message." placeholder="Placeholder Text">
438
435
  <span slot="bib.fullscreen.headline">Bib Headline</span>
439
- <span slot="label">required field</span>
440
- <label slot="placeholder">Placeholder Text</label>
436
+ <span slot="label">Label</span>
441
437
  <auro-menu>
442
438
  <auro-menuoption value="stops">Stops</auro-menuoption>
443
439
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -501,10 +497,9 @@ Use the `error` boolean attribute to toggle the error UI.
501
497
  <div class="exampleWrapper">
502
498
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/error.html) -->
503
499
  <!-- The below content is automatically added from ./../apiExamples/error.html -->
504
- <auro-select error="Custom error message">
505
- <span slot="label">error select example</span>
500
+ <auro-select error="Custom error message" placeholder="Placeholder Text">
506
501
  <span slot="bib.fullscreen.headline">Bib Headline</span>
507
- <label slot="placeholder">Placeholder Text</label>
502
+ <span slot="label">Label</span>
508
503
  <auro-menu>
509
504
  <auro-menuoption value="stops">Stops</auro-menuoption>
510
505
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -519,10 +514,9 @@ Use the `error` boolean attribute to toggle the error UI.
519
514
  <div class="exampleWrapper--ondark" aria-hidden>
520
515
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/onDarkError.html) -->
521
516
  <!-- The below content is automatically added from ./../apiExamples/onDarkError.html -->
522
- <auro-select onDark error="Custom error message">
523
- <span slot="label">error select example</span>
517
+ <auro-select onDark error="Custom error message" placeholder="Placeholder Text">
524
518
  <span slot="bib.fullscreen.headline">Bib Headline</span>
525
- <label slot="placeholder">Placeholder Text</label>
519
+ <span slot="label">Label</span>
526
520
  <auro-menu>
527
521
  <auro-menuoption value="stops">Stops</auro-menuoption>
528
522
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -540,10 +534,9 @@ Use the `error` boolean attribute to toggle the error UI.
540
534
  <!-- The below code snippet is automatically added from ./../apiExamples/error.html -->
541
535
 
542
536
  ```html
543
- <auro-select error="Custom error message">
544
- <span slot="label">error select example</span>
537
+ <auro-select error="Custom error message" placeholder="Placeholder Text">
545
538
  <span slot="bib.fullscreen.headline">Bib Headline</span>
546
- <label slot="placeholder">Placeholder Text</label>
539
+ <span slot="label">Label</span>
547
540
  <auro-menu>
548
541
  <auro-menuoption value="stops">Stops</auro-menuoption>
549
542
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -557,10 +550,9 @@ Use the `error` boolean attribute to toggle the error UI.
557
550
  <!-- AURO-GENERATED-CONTENT:END -->
558
551
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/onDarkError.html) -->
559
552
  <!-- The below content is automatically added from ./../apiExamples/onDarkError.html -->
560
- <auro-select onDark error="Custom error message">
561
- <span slot="label">error select example</span>
553
+ <auro-select onDark error="Custom error message" placeholder="Placeholder Text">
562
554
  <span slot="bib.fullscreen.headline">Bib Headline</span>
563
- <label slot="placeholder">Placeholder Text</label>
555
+ <span slot="label">Label</span>
564
556
  <auro-menu>
565
557
  <auro-menuoption value="stops">Stops</auro-menuoption>
566
558
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -579,10 +571,9 @@ Use the `disabled` boolean attribute to toggle the disabled UI.
579
571
  <div class="exampleWrapper">
580
572
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/disabled.html) -->
581
573
  <!-- The below content is automatically added from ./../apiExamples/disabled.html -->
582
- <auro-select disabled>
574
+ <auro-select disabled placeholder="Placeholder Text">
583
575
  <span slot="bib.fullscreen.headline">Bib Headline</span>
584
- <label slot="placeholder">Placeholder Text</label>
585
- <span slot="label">disabled select example</span>
576
+ <span slot="label">Label</span>
586
577
  <auro-menu>
587
578
  <auro-menuoption value="stops">Stops</auro-menuoption>
588
579
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -597,10 +588,9 @@ Use the `disabled` boolean attribute to toggle the disabled UI.
597
588
  <div class="exampleWrapper--ondark" aria-hidden>
598
589
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/onDarkDisabled.html) -->
599
590
  <!-- The below content is automatically added from ./../apiExamples/onDarkDisabled.html -->
600
- <auro-select onDark disabled>
591
+ <auro-select onDark disabled placeholder="Placeholder Text">
601
592
  <span slot="bib.fullscreen.headline">Bib Headline</span>
602
- <label slot="placeholder">Placeholder Text</label>
603
- <span slot="label">disabled select example</span>
593
+ <span slot="label">Label</span>
604
594
  <auro-menu>
605
595
  <auro-menuoption value="stops">Stops</auro-menuoption>
606
596
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -618,10 +608,9 @@ Use the `disabled` boolean attribute to toggle the disabled UI.
618
608
  <!-- The below code snippet is automatically added from ./../apiExamples/disabled.html -->
619
609
 
620
610
  ```html
621
- <auro-select disabled>
611
+ <auro-select disabled placeholder="Placeholder Text">
622
612
  <span slot="bib.fullscreen.headline">Bib Headline</span>
623
- <label slot="placeholder">Placeholder Text</label>
624
- <span slot="label">disabled select example</span>
613
+ <span slot="label">Label</span>
625
614
  <auro-menu>
626
615
  <auro-menuoption value="stops">Stops</auro-menuoption>
627
616
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -635,10 +624,9 @@ Use the `disabled` boolean attribute to toggle the disabled UI.
635
624
  <!-- AURO-GENERATED-CONTENT:END -->
636
625
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/onDarkDisabled.html) -->
637
626
  <!-- The below content is automatically added from ./../apiExamples/onDarkDisabled.html -->
638
- <auro-select onDark disabled>
627
+ <auro-select onDark disabled placeholder="Placeholder Text">
639
628
  <span slot="bib.fullscreen.headline">Bib Headline</span>
640
- <label slot="placeholder">Placeholder Text</label>
641
- <span slot="label">disabled select example</span>
629
+ <span slot="label">Label</span>
642
630
  <auro-menu>
643
631
  <auro-menuoption value="stops">Stops</auro-menuoption>
644
632
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -695,10 +683,9 @@ Use the `flexMenuWidth` boolean attribute to toggle the width of the `<auro-sele
695
683
  <div class="exampleWrapper">
696
684
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=../apiExamples/flexMenuWidth.html) -->
697
685
  <!-- The below content is automatically added from ../apiExamples/flexMenuWidth.html -->
698
- <auro-select flexMenuWidth id="flexMenuWidthExample">
699
- <span slot="label">flexMenuWidth select example</span>
686
+ <auro-select flexMenuWidth id="flexMenuWidthExample" placeholder="Placeholder Text">
700
687
  <span slot="bib.fullscreen.headline">Bib Headline</span>
701
- <label slot="placeholder">Placeholder Text</label>
688
+ <span slot="label">Label</span>
702
689
  <auro-menu>
703
690
  <auro-menuoption value="united states">United States has a country code of (+1)</auro-menuoption>
704
691
  <auro-menuoption value="costa rica">Costa Rica has a country code of (+506)</auro-menuoption>
@@ -720,10 +707,9 @@ Use the `flexMenuWidth` boolean attribute to toggle the width of the `<auro-sele
720
707
  <!-- The below code snippet is automatically added from ../apiExamples/flexMenuWidth.html -->
721
708
 
722
709
  ```html
723
- <auro-select flexMenuWidth id="flexMenuWidthExample">
724
- <span slot="label">flexMenuWidth select example</span>
710
+ <auro-select flexMenuWidth id="flexMenuWidthExample" placeholder="Placeholder Text">
725
711
  <span slot="bib.fullscreen.headline">Bib Headline</span>
726
- <label slot="placeholder">Placeholder Text</label>
712
+ <span slot="label">Label</span>
727
713
  <auro-menu>
728
714
  <auro-menuoption value="united states">United States has a country code of (+1)</auro-menuoption>
729
715
  <auro-menuoption value="costa rica">Costa Rica has a country code of (+506)</auro-menuoption>
@@ -791,11 +777,10 @@ Use the `helpText` slot to provide additional information back to your user abou
791
777
  <div class="exampleWrapper">
792
778
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/helpText.html) -->
793
779
  <!-- The below content is automatically added from ./../apiExamples/helpText.html -->
794
- <auro-select>
780
+ <auro-select placeholder="Placeholder Text">
795
781
  <span slot="bib.fullscreen.headline">Bib Headline</span>
796
- <label slot="placeholder">Placeholder Text</label>
782
+ <span slot="label">Label</span>
797
783
  <span slot="helpText">Custom help text message.</span>
798
- <span slot="label">helpText select example</span>
799
784
  <auro-menu>
800
785
  <auro-menuoption value="stops">Stops</auro-menuoption>
801
786
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -813,11 +798,10 @@ Use the `helpText` slot to provide additional information back to your user abou
813
798
  <!-- The below code snippet is automatically added from ./../apiExamples/helpText.html -->
814
799
 
815
800
  ```html
816
- <auro-select>
801
+ <auro-select placeholder="Placeholder Text">
817
802
  <span slot="bib.fullscreen.headline">Bib Headline</span>
818
- <label slot="placeholder">Placeholder Text</label>
803
+ <span slot="label">Label</span>
819
804
  <span slot="helpText">Custom help text message.</span>
820
- <span slot="label">helpText select example</span>
821
805
  <auro-menu>
822
806
  <auro-menuoption value="stops">Stops</auro-menuoption>
823
807
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -842,9 +826,9 @@ Use the `reset()` method to reset the `<auro-select>`'s `value` and `validity` s
842
826
  <!-- The below content is automatically added from ./../apiExamples/resetState.html -->
843
827
  <auro-button id="resetStateBtn">Reset</auro-button>
844
828
  <br/><br/>
845
- <auro-select id="resetStateExample" value="price">
829
+ <auro-select id="resetStateExample" value="price" placeholder="Placeholder Text">
846
830
  <span slot="bib.fullscreen.headline">Bib Headline</span>
847
- <label slot="placeholder">Placeholder Text</label>
831
+ <span slot="label">Label</span>
848
832
  <span slot="label">Name</span>
849
833
  <auro-menu>
850
834
  <auro-menuoption value="stops">Stops</auro-menuoption>
@@ -865,9 +849,9 @@ Use the `reset()` method to reset the `<auro-select>`'s `value` and `validity` s
865
849
  ```html
866
850
  <auro-button id="resetStateBtn">Reset</auro-button>
867
851
  <br/><br/>
868
- <auro-select id="resetStateExample" value="price">
852
+ <auro-select id="resetStateExample" value="price" placeholder="Placeholder Text">
869
853
  <span slot="bib.fullscreen.headline">Bib Headline</span>
870
- <label slot="placeholder">Placeholder Text</label>
854
+ <span slot="label">Label</span>
871
855
  <span slot="label">Name</span>
872
856
  <auro-menu>
873
857
  <auro-menuoption value="stops">Stops</auro-menuoption>
@@ -902,10 +886,9 @@ The following example illustrates how a user may query the `element.value` or `e
902
886
  <div class="exampleWrapper">
903
887
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/valueExtraction.html) -->
904
888
  <!-- The below content is automatically added from ./../apiExamples/valueExtraction.html -->
905
- <auro-select id="valueExtraction">
889
+ <auro-select id="valueExtraction" placeholder="Placeholder Text">
906
890
  <span slot="bib.fullscreen.headline">Bib Headline</span>
907
- <label slot="placeholder">Placeholder Text</label>
908
- <span slot="label">Select Example</span>
891
+ <span slot="label">Label</span>
909
892
  <auro-menu>
910
893
  <auro-menuoption value="stops">Stops</auro-menuoption>
911
894
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -924,10 +907,9 @@ The following example illustrates how a user may query the `element.value` or `e
924
907
  <!-- The below code snippet is automatically added from ./../apiExamples/valueExtraction.html -->
925
908
 
926
909
  ```html
927
- <auro-select id="valueExtraction">
910
+ <auro-select id="valueExtraction" placeholder="Placeholder Text">
928
911
  <span slot="bib.fullscreen.headline">Bib Headline</span>
929
- <label slot="placeholder">Placeholder Text</label>
930
- <span slot="label">Select Example</span>
912
+ <span slot="label">Label</span>
931
913
  <auro-menu>
932
914
  <auro-menuoption value="stops">Stops</auro-menuoption>
933
915
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -966,10 +948,9 @@ This example programmatically adds the `error` state when a user selects an opti
966
948
  <div class="exampleWrapper">
967
949
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/customErrorValidity.html) -->
968
950
  <!-- The below content is automatically added from ./../apiExamples/customErrorValidity.html -->
969
- <auro-select id="primaryError">
951
+ <auro-select id="primaryError" placeholder="Placeholder Text">
970
952
  <span slot="bib.fullscreen.headline">Bib Headline</span>
971
- <label slot="placeholder">Placeholder Text</label>
972
- <span slot="label">Select Example</span>
953
+ <span slot="label">Label</span>
973
954
  <auro-menu>
974
955
  <auro-menuoption value="1">1</auro-menuoption>
975
956
  <auro-menuoption value="2">2</auro-menuoption>
@@ -987,10 +968,9 @@ This example programmatically adds the `error` state when a user selects an opti
987
968
  <!-- The below code snippet is automatically added from ./../apiExamples/customErrorValidity.html -->
988
969
 
989
970
  ```html
990
- <auro-select id="primaryError">
971
+ <auro-select id="primaryError" placeholder="Placeholder Text">
991
972
  <span slot="bib.fullscreen.headline">Bib Headline</span>
992
- <label slot="placeholder">Placeholder Text</label>
993
- <span slot="label">Select Example</span>
973
+ <span slot="label">Label</span>
994
974
  <auro-menu>
995
975
  <auro-menuoption value="1">1</auro-menuoption>
996
976
  <auro-menuoption value="2">2</auro-menuoption>
@@ -1377,10 +1357,9 @@ The following example listens for the `auroMenu-selectedOption` event. Once trig
1377
1357
  <div class="exampleWrapper">
1378
1358
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/valueAlert.html) -->
1379
1359
  <!-- The below content is automatically added from ./../apiExamples/valueAlert.html -->
1380
- <auro-select id="valueAlert">
1381
- <span slot="label">Select Example</span>
1360
+ <auro-select id="valueAlert" placeholder="Placeholder Text">
1382
1361
  <span slot="bib.fullscreen.headline">Bib Headline</span>
1383
- <label slot="placeholder">Placeholder Text</label>
1362
+ <span slot="label">Label</span>
1384
1363
  <auro-menu id="valueAlertMenu">
1385
1364
  <auro-menuoption value="stops">Stops</auro-menuoption>
1386
1365
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -1398,10 +1377,9 @@ The following example listens for the `auroMenu-selectedOption` event. Once trig
1398
1377
  <!-- The below code snippet is automatically added from ./../apiExamples/valueAlert.html -->
1399
1378
 
1400
1379
  ```html
1401
- <auro-select id="valueAlert">
1402
- <span slot="label">Select Example</span>
1380
+ <auro-select id="valueAlert" placeholder="Placeholder Text">
1403
1381
  <span slot="bib.fullscreen.headline">Bib Headline</span>
1404
- <label slot="placeholder">Placeholder Text</label>
1382
+ <span slot="label">Label</span>
1405
1383
  <auro-menu id="valueAlertMenu">
1406
1384
  <auro-menuoption value="stops">Stops</auro-menuoption>
1407
1385
  <auro-menuoption value="price">Price</auro-menuoption>