@design.estate/dees-domtools 2.0.60 → 2.0.61
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_bundle/bundle.js +2 -2
- package/dist_bundle/bundle.js.map +3 -3
- package/dist_ts/00_commitinfo_data.js +1 -1
- package/dist_ts/domtools.pluginexports.d.ts +1 -1
- package/dist_ts/domtools.pluginexports.js +2 -2
- package/package.json +1 -1
- package/ts/00_commitinfo_data.ts +1 -1
- package/ts/domtools.pluginexports.ts +1 -1
package/dist_bundle/bundle.js
CHANGED
|
@@ -34956,7 +34956,7 @@ var cssGridColumns = (amountOfColumnsArg, gapSizeArg) => {
|
|
|
34956
34956
|
// ts/domtools.pluginexports.ts
|
|
34957
34957
|
var domtools_pluginexports_exports = {};
|
|
34958
34958
|
__export(domtools_pluginexports_exports, {
|
|
34959
|
-
SweetScroll: () =>
|
|
34959
|
+
SweetScroll: () => import_sweet_scroll2.default,
|
|
34960
34960
|
smartdelay: () => dist_ts_exports2,
|
|
34961
34961
|
smartmarkdown: () => dist_ts_exports17,
|
|
34962
34962
|
smartpromise: () => dist_ts_exports,
|
|
@@ -34966,7 +34966,7 @@ __export(domtools_pluginexports_exports, {
|
|
|
34966
34966
|
smarturl: () => dist_ts_exports22,
|
|
34967
34967
|
typedrequest: () => dist_ts_exports15
|
|
34968
34968
|
});
|
|
34969
|
-
var
|
|
34969
|
+
var import_sweet_scroll2 = __toESM(require_sweet_scroll(), 1);
|
|
34970
34970
|
export {
|
|
34971
34971
|
DomTools2 as DomTools,
|
|
34972
34972
|
TypedRequest,
|