@filip.mazev/toastr 0.0.13 → 0.0.14

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/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -141,6 +141,7 @@ Controls the behavior, data, and placement of an individual toast:
141
141
  * `swipeToDismiss` |`boolean`|: (optional) Whether the user can swipe vertically to dismiss the toast. Defaults to true.
142
142
  * `animate` |`boolean`|: (optional) Whether the toast should animate in and out. Defaults to true.
143
143
  * `wrapperClass` |`string`|: (optional) A custom CSS class to apply to the toast's outer wrapper container. If omitted, it uses 'default-wrapper'.
144
+ * `hasDefaultBackground` |`boolean`|: (optional) If set to false, the default background color will be removed from the default wrapper
144
145
 
145
146
  ## Global Toastr Settings
146
147
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@filip.mazev/toastr",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  "./_toastr-theme": "./lib/styles/_toastr-theme.scss",