@aurodesignsystem-dev/auro-toast 0.0.0-pr121.15 → 0.0.0-pr121.16

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 (2) hide show
  1. package/demo/api.md +2 -2
  2. package/package.json +1 -1
package/demo/api.md CHANGED
@@ -239,7 +239,7 @@ The toast notification can be customized in several ways.
239
239
  variant="custom"
240
240
  visible
241
241
  disableAutoHide
242
- style="--ds-auro-toast-container-color: var(--ds-color-background-info-default); --ds-auro-toast-text-color: var(--ds-color-text-primary-default);">
242
+ style="--ds-auro-toast-container-color: var(--ds-color-background-info-default); --ds-auro-toast-text-color: var(--ds-color-text-primary-default); display: block; margin: 0.5rem 0;">
243
243
  Did you know you can create a price alert for this route?
244
244
  <br />
245
245
  <auro-button variant="tertiary">Create Alert</auro-button>
@@ -262,7 +262,7 @@ The toast notification can be customized in several ways.
262
262
  variant="custom"
263
263
  visible
264
264
  disableAutoHide
265
- style="--ds-auro-toast-container-color: var(--ds-color-background-info-default); --ds-auro-toast-text-color: var(--ds-color-text-primary-default);">
265
+ style="--ds-auro-toast-container-color: var(--ds-color-background-info-default); --ds-auro-toast-text-color: var(--ds-color-text-primary-default); display: block; margin: 0.5rem 0;">
266
266
  Did you know you can create a price alert for this route?
267
267
  <br />
268
268
  <auro-button variant="tertiary">Create Alert</auro-button>
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "================================================================================"
8
8
  ],
9
9
  "name": "@aurodesignsystem-dev/auro-toast",
10
- "version": "0.0.0-pr121.15",
10
+ "version": "0.0.0-pr121.16",
11
11
  "description": "auro-toast HTML custom element",
12
12
  "repository": {
13
13
  "type": "git",