@pocketprep/ui-kit 3.4.19 → 3.4.20

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.
@@ -19,7 +19,9 @@
19
19
  <Icon type="close" />
20
20
  </div>
21
21
  <div class="toast__icon">
22
- <Icon type="check" />
22
+ <slot name="icon">
23
+ <Icon type="check" />
24
+ </slot>
23
25
  </div>
24
26
  <div class="toast__content">
25
27
  <div v-dark="isDarkMode" class="toast__content-title">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/ui-kit",
3
- "version": "3.4.19",
3
+ "version": "3.4.20",
4
4
  "description": "Pocket Prep UI Kit",
5
5
  "author": "pocketprep",
6
6
  "scripts": {