@aurodesignsystem-dev/auro-alert 0.0.0-pr109.0 → 0.0.0-pr110.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.
Files changed (2) hide show
  1. package/demo/api.md +26 -24
  2. package/package.json +1 -1
package/demo/api.md CHANGED
@@ -135,18 +135,19 @@ Use the `noIcon` attribute to remove the icon from the alert UI when the `type`
135
135
  </div>
136
136
  <auro-accordion alignRight>
137
137
  <span slot="trigger">See code</span>
138
- <!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/type-noicon.html) -->
139
- <!-- The below code snippet is automatically added from ./../apiExamples/type-noicon.html -->
140
- ```html
141
- <auro-alert noIcon type="error">Transaction failed.</auro-alert>
142
- <br />
143
- <auro-alert noIcon type="information">You are confirmed on Flight 20 to Aruba.</auro-alert>
144
- <br />
145
- <auro-alert noIcon type="success">Your status with flight 20 to Aruba had been updated.</auro-alert>
146
- <br />
147
- <auro-alert noIcon type="warning">Warning. Session timed out. Look for a confirmation email to verify your transaction.</auro-alert>
148
- ```
149
- <!-- AURO-GENERATED-CONTENT:END -->
138
+ <!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/type-noicon.html) -->
139
+ <!-- The below code snippet is automatically added from ./../apiExamples/type-noicon.html -->
140
+
141
+ ```html
142
+ <auro-alert noIcon type="error">Transaction failed.</auro-alert>
143
+ <br />
144
+ <auro-alert noIcon type="information">You are confirmed on Flight 20 to Aruba.</auro-alert>
145
+ <br />
146
+ <auro-alert noIcon type="success">Your status with flight 20 to Aruba had been updated.</auro-alert>
147
+ <br />
148
+ <auro-alert noIcon type="warning">Warning. Session timed out. Look for a confirmation email to verify your transaction.</auro-alert>
149
+ ```
150
+ <!-- AURO-GENERATED-CONTENT:END -->
150
151
  </auro-accordion>
151
152
 
152
153
  ### Type
@@ -167,18 +168,19 @@ Use the `type` attribute to apply an icon and border color that match the alert
167
168
  </div>
168
169
  <auro-accordion alignRight>
169
170
  <span slot="trigger">See code</span>
170
- <!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/type.html) -->
171
- <!-- The below code snippet is automatically added from ./../apiExamples/type.html -->
172
- ```html
173
- <auro-alert type="error">Transaction failed.</auro-alert>
174
- <br />
175
- <auro-alert type="information">You are confirmed on Flight 20 to Aruba.</auro-alert>
176
- <br />
177
- <auro-alert type="success">Your status with flight 20 to Aruba had been updated.</auro-alert>
178
- <br />
179
- <auro-alert type="warning">Warning. Session timed out. Look for a confirmation email to verify your transaction.</auro-alert>
180
- ```
181
- <!-- AURO-GENERATED-CONTENT:END -->
171
+ <!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/type.html) -->
172
+ <!-- The below code snippet is automatically added from ./../apiExamples/type.html -->
173
+
174
+ ```html
175
+ <auro-alert type="error">Transaction failed.</auro-alert>
176
+ <br />
177
+ <auro-alert type="information">You are confirmed on Flight 20 to Aruba.</auro-alert>
178
+ <br />
179
+ <auro-alert type="success">Your status with flight 20 to Aruba had been updated.</auro-alert>
180
+ <br />
181
+ <auro-alert type="warning">Warning. Session timed out. Look for a confirmation email to verify your transaction.</auro-alert>
182
+ ```
183
+ <!-- AURO-GENERATED-CONTENT:END -->
182
184
  </auro-accordion>
183
185
 
184
186
  ## Common Usage Patterns & Functional Examples
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "================================================================================"
9
9
  ],
10
10
  "name": "@aurodesignsystem-dev/auro-alert",
11
- "version": "0.0.0-pr109.0",
11
+ "version": "0.0.0-pr110.0",
12
12
  "description": "auro-alert HTML custom element",
13
13
  "repository": {
14
14
  "type": "git",