Third-Party Licenses
====================

This plugin uses the following third-party libraries:

1. Lucide Icons
   - Website: https://lucide.dev
   - License: ISC License
   - Copyright: (c) 2020 Lucide Contributors
   - Version: 1.17.0
   - Source: https://www.npmjs.com/package/lucide
   - License Text:

     Permission to use, copy, modify, and/or distribute this software for any
     purpose with or without fee is hereby granted, provided that the above
     copyright notice and this permission notice appear in all copies.

     THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
     WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
     MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
     ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
     WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
     ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
     OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

2. jQuery
   - Website: https://jquery.com
   - License: MIT License
   - Bundled with WordPress core

3. jQuery UI (Sortable)
   - Website: https://jqueryui.com
   - License: MIT License
   - Bundled with WordPress core

4. Mermaid
   - Website: https://mermaid.js.org
   - License: MIT License
   - Version: 11.12.3 (Custom Flowchart-only Build via esbuild)
   - Source: https://www.npmjs.com/package/mermaid

Note: Funnel animations previously used the third-party "Motion" library.
This has been removed; animations now use a small first-party helper built on
the browser's native Web Animations API (public/js/funnel-motion.js).
