@everchron/ec-shards 0.6.25 → 0.6.26
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.
package/package.json
CHANGED
|
@@ -53,7 +53,9 @@ Alerts can have a headline along with a supportive icon.
|
|
|
53
53
|
</Canvas>
|
|
54
54
|
|
|
55
55
|
```js
|
|
56
|
-
<ecs-alert type="
|
|
56
|
+
<ecs-alert type="warning" headline="Alert Headline" icon="versions">
|
|
57
|
+
This is an alert that comes with a separate headline and supportive icon.
|
|
58
|
+
</ecs-alert>
|
|
57
59
|
```
|
|
58
60
|
|
|
59
61
|
## Action
|