theshtify 1.0.2 → 1.0.3
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 +1 -1
- package/readme.md +6 -1
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -147,8 +147,9 @@ the configuration options allow you to fully adapt theshtify to the context of y
|
|
|
147
147
|
<td style="border:1px solid">true | false</td>
|
|
148
148
|
<td style="border:1px solid;"><span style="color:red">no</span></td>
|
|
149
149
|
</tr>
|
|
150
|
-
|
|
150
|
+
|
|
151
151
|
<!-- bordered -->
|
|
152
|
+
<tr>
|
|
152
153
|
<td style="border:1px solid">bordered</td>
|
|
153
154
|
<td style="border:1px solid">specifies whether the notification will have a border</td>
|
|
154
155
|
<td style="border:1px solid">Boolean</td>
|
|
@@ -156,6 +157,7 @@ the configuration options allow you to fully adapt theshtify to the context of y
|
|
|
156
157
|
<td style="border:1px solid;"><span style="color:red">no</span></td>
|
|
157
158
|
</tr>
|
|
158
159
|
<!-- borderWidth -->
|
|
160
|
+
<tr>
|
|
159
161
|
<td style="border:1px solid">border_width</td>
|
|
160
162
|
<td style="border:1px solid">specifies the notification border-width</td>
|
|
161
163
|
<td style="border:1px solid">Number</td>
|
|
@@ -163,6 +165,7 @@ the configuration options allow you to fully adapt theshtify to the context of y
|
|
|
163
165
|
<td style="border:1px solid;"><span style="color:red">no</span></td>
|
|
164
166
|
</tr>
|
|
165
167
|
<!-- radius -->
|
|
168
|
+
<tr>
|
|
166
169
|
<td style="border:1px solid">radius</td>
|
|
167
170
|
<td style="border:1px solid">specifies the notification border-radius</td>
|
|
168
171
|
<td style="border:1px solid">Number</td>
|
|
@@ -170,6 +173,7 @@ the configuration options allow you to fully adapt theshtify to the context of y
|
|
|
170
173
|
<td style="border:1px solid;"><span style="color:red">no</span></td>
|
|
171
174
|
</tr>
|
|
172
175
|
<!-- progress -->
|
|
176
|
+
<tr>
|
|
173
177
|
<td style="border:1px solid">progress</td>
|
|
174
178
|
<td style="border:1px solid">is used to condition the display of the progress bar representing the notification display duration.</td>
|
|
175
179
|
<td style="border:1px solid">Boolean</td>
|
|
@@ -177,6 +181,7 @@ the configuration options allow you to fully adapt theshtify to the context of y
|
|
|
177
181
|
<td style="border:1px solid;"><span style="color:red">no</span></td>
|
|
178
182
|
</tr>
|
|
179
183
|
<!-- progress_height -->
|
|
184
|
+
<tr>
|
|
180
185
|
<td style="border:1px solid">progress_height</td>
|
|
181
186
|
<td style="border:1px solid">specifies the notification progress bar height</td>
|
|
182
187
|
<td style="border:1px solid">Number</td>
|