@filip.mazev/toastr 0.0.12 → 0.0.13

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -182,7 +182,7 @@ The `ToastrService` exposes four convenience methods: `queueSuccess`, `queueInfo
182
182
 
183
183
  ### SimpleToast Usage
184
184
 
185
- These methods accept an `IQueueSimpleToastRequest` object. They automatically apply a default wrapperClass ('simple-toast-wrapper') and inherit your global settings unless overridden.
185
+ These methods accept an `IQueueSimpleToastRequest` object. They automatically inherit your global settings unless overridden.
186
186
 
187
187
  ```typescript
188
188
  import { Component, inject } from '@angular/core';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@filip.mazev/toastr",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  "./_toastr-theme": "./lib/styles/_toastr-theme.scss",