@everchron/ec-shards 0.6.25 → 0.6.29

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everchron/ec-shards",
3
- "version": "0.6.25",
3
+ "version": "0.6.29",
4
4
  "private": false,
5
5
  "description": "Everchron Shards UI Library",
6
6
  "repository": "https://github.com/everchron/ec-shards.git",
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" vector-effect="non-scaling-stroke"><line vector-effect="non-scaling-stroke" x1="20" x2="20" y1="23.5" y2="6.5" stroke="currentColor"/><line vector-effect="non-scaling-stroke" x1="10" x2="10" y1="23.5" y2="6.5" stroke="currentColor"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><rect vector-effect="non-scaling-stroke" width="17" height="17" x="6.5" y="6.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" rx="2"/></svg>
@@ -80,6 +80,7 @@
80
80
  margin-bottom: $alert-margin-bottom;
81
81
  border-radius: 3px;
82
82
  font-size: 13px;
83
+ text-align: left;
83
84
 
84
85
  &-inset{
85
86
  margin: 0;
@@ -205,6 +205,7 @@
205
205
  width: calc(100% - 145px);
206
206
  padding: 8px 0;
207
207
  position: relative;
208
+ z-index: 0;
208
209
 
209
210
  a:not(.ecs-button){
210
211
  color: $blue-8;
@@ -273,6 +274,7 @@
273
274
  bottom: 0;
274
275
  z-index: -1;
275
276
  transition: .3s;
277
+ max-width: 100%;
276
278
  }
277
279
 
278
280
  &-error{
@@ -114,6 +114,10 @@
114
114
  font-family: $mono;
115
115
  font-size: 13px;
116
116
  }
117
+
118
+ .ecs-alert{
119
+ margin: 0 -10px;
120
+ }
117
121
  }
118
122
 
119
123
  &-user{
@@ -183,4 +187,4 @@
183
187
  }
184
188
  }
185
189
  }
186
- </style>
190
+ </style>
@@ -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="success" dismissable>This is a success alert — check it out!</ecs-alert>
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