@stsdti/funky-ui-kit 1.2.1 → 1.3.0

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/README.md CHANGED
@@ -423,7 +423,9 @@ class UserModel extends BaseModel {
423
423
  Date formatting and manipulation powered by `date-fns`.
424
424
 
425
425
  ### UIUtils
426
- UI helpers including toast notifications (`showToastSuccess`, `showToastError`) and SweetAlert2 confirmations (`showDeleteConfirmation`).
426
+
427
+ UI helpers including toast notifications (`showToastSuccess`, `showToastError`) and confirmations (
428
+ `showConfirmation`, `showDeleteConfirmation`).
427
429
 
428
430
  ### ResponseUtils
429
431
  Response status checking and error extraction helpers.
@@ -560,7 +562,6 @@ For **VS Code**, install the [Volar](https://marketplace.visualstudio.com/items?
560
562
  | `gsap` | Animations |
561
563
  | `pdfjs-dist` | PDF rendering |
562
564
  | `docx-preview` | DOCX file preview |
563
- | `sweetalert2` | Alert/confirmation dialogs |
564
565
  | `vue-tippy` | Tooltip directive |
565
566
  | `vue-toast-notification` | Toast notifications |
566
567
  | `vuedraggable` | Drag-and-drop lists |