@stsdti/funky-ui-kit 1.4.9 → 1.5.2
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 +1 -2
- package/dist/funky-ui-kit.css +2 -2
- package/dist/funky-ui-kit.es.js +4297 -1845
- package/dist/funky-ui-kit.es.js.map +1 -1
- package/package.json +2 -2
- package/web-types.json +5836 -9
package/README.md
CHANGED
|
@@ -424,7 +424,7 @@ Date formatting and manipulation powered by `date-fns`.
|
|
|
424
424
|
|
|
425
425
|
### UIUtils
|
|
426
426
|
|
|
427
|
-
UI helpers including toast notifications (`
|
|
427
|
+
UI helpers including toast notifications (`showSuccess`, `showError`) and confirmations (
|
|
428
428
|
`showConfirmation`, `showDeleteConfirmation`).
|
|
429
429
|
|
|
430
430
|
### ResponseUtils
|
|
@@ -563,7 +563,6 @@ For **VS Code**, install the [Volar](https://marketplace.visualstudio.com/items?
|
|
|
563
563
|
| `pdfjs-dist` | PDF rendering |
|
|
564
564
|
| `docx-preview` | DOCX file preview |
|
|
565
565
|
| `vue-tippy` | Tooltip directive |
|
|
566
|
-
| `vue-toast-notification` | Toast notifications |
|
|
567
566
|
| `vuedraggable` | Drag-and-drop lists |
|
|
568
567
|
| `viewerjs` | Image viewer |
|
|
569
568
|
|