diff --git a/assets/lib/htmx.d.ts b/assets/lib/htmx.d.ts index cce2f4a..691b702 100644 --- a/assets/lib/htmx.d.ts +++ b/assets/lib/htmx.d.ts @@ -1,24 +1,25 @@ // @ts-nocheck /** - * @license 0-clause + * @copyright Big Sky Software 2024 + * @license 0BSD + * @link https://github.com/bigskysoftware/htmx/blob/master/dist/htmx.d.ts * @copyright Big Sky Software 2024 * @author Big Sky Software - * @link https://github.com/bigskysoftware/htmx/blob/master/dist/htmx.d.ts * * This source code is copied from HTMX's GitHub repository, located at - * https://github.com/bigskysoftware/htmx/blob/master/dist/htmx.esm.js. + * https://github.com/bigskysoftware/htmx/blob/master/dist/htmx.esm.js. * - * This source code and the original are licensed under the Zero-Clause BSD license, + * This source code and the original are licensed under the Zero-Clause BSD license, * which a copy is available in the original [GitHub](https://github.com/bigskysoftware/htmx/blob/master/LICENSE) * and here below: * * Zero-Clause BSD * ============= - * + * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted. - * + * * 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 @@ -30,7 +31,6 @@ /* eslint-disable */ - export default htmx; export type HttpVerb = "get" | "head" | "post" | "put" | "delete" | "connect" | "options" | "trace" | "patch"; export type SwapOptions = { @@ -237,4 +237,3 @@ declare namespace htmx { let _: (str: string) => any; let version: string; } - diff --git a/assets/lib/htmx.js b/assets/lib/htmx.js index 483aa26..493fb63 100644 --- a/assets/lib/htmx.js +++ b/assets/lib/htmx.js @@ -2,8 +2,10 @@ /** * @copyright Big Sky Software 2024 - * @license 0-clause + * @copyright Big Sky Software 2024 + * @license 0BSD * @link https://github.com/bigskysoftware/htmx/blob/master/dist/htmx.esm.js + * @author Big Sky Software * * This source code is copied from HTMX's GitHub repository, located at * https://github.com/bigskysoftware/htmx/blob/master/dist/htmx.esm.js. @@ -28,6 +30,8 @@ * @author Big Sky Software */ +/* eslint-disable */ + var htmx = (function () { 'use strict';