htmx.org 2.0.8 → 4.0.0-alpha1
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 -1
- package/dist/htmx.esm.js +1979 -5184
- package/dist/htmx.esm.js.br +0 -0
- package/dist/htmx.esm.min.js +1 -0
- package/dist/htmx.esm.min.js.br +0 -0
- package/dist/htmx.js +1984 -5189
- package/dist/htmx.js.br +0 -0
- package/dist/htmx.min.js +1 -1
- package/dist/htmx.min.js.br +0 -0
- package/package.json +36 -82
- package/dist/ext/README.md +0 -9
- package/dist/ext/ajax-header.js +0 -11
- package/dist/ext/alpine-morph.js +0 -20
- package/dist/ext/class-tools.js +0 -97
- package/dist/ext/client-side-templates.js +0 -100
- package/dist/ext/debug.js +0 -15
- package/dist/ext/disable-element.js +0 -20
- package/dist/ext/event-header.js +0 -41
- package/dist/ext/head-support.js +0 -146
- package/dist/ext/include-vals.js +0 -28
- package/dist/ext/json-enc.js +0 -16
- package/dist/ext/loading-states.js +0 -189
- package/dist/ext/method-override.js +0 -15
- package/dist/ext/morphdom-swap.js +0 -21
- package/dist/ext/multi-swap.js +0 -50
- package/dist/ext/path-deps.js +0 -63
- package/dist/ext/path-params.js +0 -15
- package/dist/ext/preload.js +0 -151
- package/dist/ext/rails-method.js +0 -14
- package/dist/ext/remove-me.js +0 -31
- package/dist/ext/response-targets.js +0 -135
- package/dist/ext/restored.js +0 -19
- package/dist/ext/sse.js +0 -374
- package/dist/ext/ws.js +0 -481
- package/dist/htmx.amd.js +0 -5347
- package/dist/htmx.cjs.js +0 -5345
- package/dist/htmx.esm.d.ts +0 -219
- package/dist/htmx.min.js.gz +0 -0
- /package/{editors → src/editors}/jetbrains/htmx.web-types.json +0 -0
package/README.md
CHANGED
|
@@ -61,7 +61,7 @@ Note there is an old broken package called `htmx`. This is `htmx.org`.
|
|
|
61
61
|
* <https://htmx.org/docs>
|
|
62
62
|
|
|
63
63
|
## contributing
|
|
64
|
-
Want to contribute? Check out our [contribution guidelines](CONTRIBUTING.md)
|
|
64
|
+
Want to contribute? Check out our [contribution guidelines](dev/CONTRIBUTING.md)
|
|
65
65
|
|
|
66
66
|
No time? Then [become a sponsor](https://github.com/sponsors/bigskysoftware#sponsors)
|
|
67
67
|
|