@aurodesignsystem-dev/auro-formkit 0.0.0-pr1048.0 → 0.0.0-pr1048.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.
@@ -389,10 +389,10 @@ The custom display value content is inserted using `slot="displayValue"` on each
389
389
 
390
390
  The following example demonstrates menu options with an icon and text. When selected, the auro-select renders an icon with no text.
391
391
 
392
- <div class="exampleWrapper--ondark">
392
+ <div class="exampleWrapper">
393
393
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/emphasized/constantDisplayValue.html) -->
394
394
  <!-- The below content is automatically added from ./../apiExamples/emphasized/constantDisplayValue.html -->
395
- <auro-select layout="emphasized" shape="pill" size="xl" value="flights" ondark forceDisplayValue style="display:inline-block;">
395
+ <auro-select layout="emphasized" shape="pill" size="xl" value="flights" forceDisplayValue style="display:inline-block;">
396
396
  <span slot="label">Select Example</span>
397
397
  <auro-menu nocheckmark>
398
398
  <auro-menuoption value="flights">
@@ -425,7 +425,7 @@ The following example demonstrates menu options with an icon and text. When sele
425
425
  <!-- The below code snippet is automatically added from ./../apiExamples/emphasized/constantDisplayValue.html -->
426
426
 
427
427
  ```html
428
- <auro-select layout="emphasized" shape="pill" size="xl" value="flights" ondark forceDisplayValue style="display:inline-block;">
428
+ <auro-select layout="emphasized" shape="pill" size="xl" value="flights" forceDisplayValue style="display:inline-block;">
429
429
  <span slot="label">Select Example</span>
430
430
  <auro-menu nocheckmark>
431
431
  <auro-menuoption value="flights">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurodesignsystem-dev/auro-formkit",
3
- "version": "0.0.0-pr1048.0",
3
+ "version": "0.0.0-pr1048.1",
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": {