autumnnote 1.11.1 → 1.12.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/dist/_headers +5 -0
- package/dist/autumnnote.es.js +1 -1
- package/dist/autumnnote.es.js.map +1 -1
- package/dist/autumnnote.umd.js +1 -1
- package/dist/autumnnote.umd.js.map +1 -1
- package/dist/sitemap.xml +3 -0
- package/package.json +1 -1
- package/src/js/index.js +1 -1
- package/types/index.d.ts +1 -1
package/dist/_headers
ADDED
package/dist/autumnnote.es.js
CHANGED
|
@@ -17962,7 +17962,7 @@ var AutumnNote = {
|
|
|
17962
17962
|
/** All pre-built button definitions — accessible in every module format including UMD/CJS. */
|
|
17963
17963
|
buttons,
|
|
17964
17964
|
/** Library version */
|
|
17965
|
-
version: "1.
|
|
17965
|
+
version: "1.12.0"
|
|
17966
17966
|
};
|
|
17967
17967
|
/**
|
|
17968
17968
|
* @param {string|Element|NodeList|Element[]} selector
|