@ixfx/ui 0.56.5 → 0.56.7

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.
@@ -0,0 +1,13 @@
1
+ //#region \0rolldown/runtime.js
2
+ var __defProp = Object.defineProperty;
3
+ var __exportAll = (all, no_symbols) => {
4
+ let target = {};
5
+ for (var name in all) __defProp(target, name, {
6
+ get: all[name],
7
+ enumerable: true
8
+ });
9
+ if (!no_symbols) __defProp(target, Symbol.toStringTag, { value: "Module" });
10
+ return target;
11
+ };
12
+ //#endregion
13
+ export { __exportAll as t };
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { t as __exportAll } from "./chunk-BN_g-Awi.js";
1
+ import { t as __exportAll } from "./chunk-pbuEa-1d.js";
2
2
  import * as RxFrom from "@ixfx/rx/from";
3
3
  import { eventTrigger, observable } from "@ixfx/rx/from";
4
4
  import { debounce } from "@ixfx/rx/ops";
@@ -11,7 +11,6 @@ import { Pathed } from "@ixfx/core";
11
11
  import { findBySomeKey } from "@ixfx/core/maps";
12
12
  import { afterMatch, beforeMatch, stringSegmentsWholeToEnd, stringSegmentsWholeToFirst } from "@ixfx/core/text";
13
13
  import { QueueMutable } from "@ixfx/collections";
14
-
15
14
  //#region src/rx/browser-resize.ts
16
15
  /**
17
16
  * Observe when element resizes. Specify `interval` to debounce, uses 100ms by default.
@@ -49,7 +48,6 @@ const windowResize = (elapsed) => debounce({ elapsed: elapsed ?? 100 })(Rx.From.
49
48
  innerWidth: 0,
50
49
  innerHeight: 0
51
50
  }));
52
-
53
51
  //#endregion
54
52
  //#region src/rx/browser-theme-change.ts
55
53
  /**
@@ -77,7 +75,6 @@ const cssClassChange = (target = document.documentElement) => {
77
75
  };
78
76
  });
79
77
  };
80
-
81
78
  //#endregion
82
79
  //#region src/rx/colour.ts
83
80
  function colour(initialValue) {
@@ -99,7 +96,6 @@ function colour(initialValue) {
99
96
  }
100
97
  };
101
98
  }
102
-
103
99
  //#endregion
104
100
  //#region src/rx/dom-source.ts
105
101
  /**
@@ -396,7 +392,6 @@ function domForm(formElOrQuery, options = {}) {
396
392
  }
397
393
  };
398
394
  }
399
-
400
395
  //#endregion
401
396
  //#region src/rx/dom.ts
402
397
  /**
@@ -930,7 +925,6 @@ function win() {
930
925
  pointer
931
926
  };
932
927
  }
933
-
934
928
  //#endregion
935
929
  //#region src/rx/index.ts
936
930
  var rx_exports = /* @__PURE__ */ __exportAll({
@@ -953,6 +947,5 @@ var rx_exports = /* @__PURE__ */ __exportAll({
953
947
  win: () => win,
954
948
  windowResize: () => windowResize
955
949
  });
956
-
957
950
  //#endregion
958
- export { rx_exports as RxUi };
951
+ export { rx_exports as RxUi };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ixfx/ui",
3
- "version": "0.56.5",
3
+ "version": "0.56.7",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -8,11 +8,11 @@
8
8
  "dist"
9
9
  ],
10
10
  "dependencies": {
11
- "@ixfx/core": "0.56.5",
12
- "@ixfx/collections": "0.56.5",
13
- "@ixfx/visual": "0.56.5",
14
- "@ixfx/dom": "0.56.5",
15
- "@ixfx/rx": "0.56.5"
11
+ "@ixfx/core": "0.56.7",
12
+ "@ixfx/collections": "0.56.7",
13
+ "@ixfx/dom": "0.56.7",
14
+ "@ixfx/visual": "0.56.7",
15
+ "@ixfx/rx": "0.56.7"
16
16
  },
17
17
  "exports": {
18
18
  ".": "./dist/index.js",
@@ -1,18 +0,0 @@
1
- //#region rolldown:runtime
2
- var __defProp = Object.defineProperty;
3
- var __exportAll = (all, symbols) => {
4
- let target = {};
5
- for (var name in all) {
6
- __defProp(target, name, {
7
- get: all[name],
8
- enumerable: true
9
- });
10
- }
11
- if (symbols) {
12
- __defProp(target, Symbol.toStringTag, { value: "Module" });
13
- }
14
- return target;
15
- };
16
-
17
- //#endregion
18
- export { __exportAll as t };