@tko/binding.core 4.0.0-beta1.0 → 4.0.0-beta1.3

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/index.js CHANGED
@@ -1,4 +1,4 @@
1
- // @tko/binding.core 🥊 4.0.0-beta1.0 ESM
1
+ // @tko/binding.core 🥊 4.0.0-beta1.3 ESM
2
2
  import { attr } from "./attr";
3
3
  import { checked, checkedValue } from "./checked";
4
4
  import { click } from "./click";
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- // @tko/binding.core 🥊 4.0.0-beta1.0 MJS
1
+ // @tko/binding.core 🥊 4.0.0-beta1.3 MJS
2
2
  import { attr } from "./attr";
3
3
  import { checked, checkedValue } from "./checked";
4
4
  import { click } from "./click";
package/dist/let.js CHANGED
@@ -1,4 +1,4 @@
1
- // @tko/binding.core 🥊 4.0.0-beta1.0 ESM
1
+ // @tko/binding.core 🥊 4.0.0-beta1.3 ESM
2
2
  import {
3
3
  applyBindingsToDescendants
4
4
  } from "@tko/bind";
package/dist/options.js CHANGED
@@ -1,4 +1,4 @@
1
- // @tko/binding.core 🥊 4.0.0-beta1.0 ESM
1
+ // @tko/binding.core 🥊 4.0.0-beta1.3 ESM
2
2
  import {
3
3
  tagNameLower,
4
4
  arrayFilter,
@@ -1,4 +1,4 @@
1
- // @tko/binding.core 🥊 4.0.0-beta1.0 ESM
1
+ // @tko/binding.core 🥊 4.0.0-beta1.3 ESM
2
2
  import {
3
3
  arrayForEach,
4
4
  setOptionNodeSelectionState,
package/dist/style.js CHANGED
@@ -1,4 +1,4 @@
1
- // @tko/binding.core 🥊 4.0.0-beta1.0 ESM
1
+ // @tko/binding.core 🥊 4.0.0-beta1.3 ESM
2
2
  import {
3
3
  objectForEach,
4
4
  options
package/dist/submit.js CHANGED
@@ -1,4 +1,4 @@
1
- // @tko/binding.core 🥊 4.0.0-beta1.0 ESM
1
+ // @tko/binding.core 🥊 4.0.0-beta1.3 ESM
2
2
  import {
3
3
  registerEventHandler
4
4
  } from "@tko/utils";
@@ -1,4 +1,4 @@
1
- // @tko/binding.core 🥊 4.0.0-beta1.0 ESM
1
+ // @tko/binding.core 🥊 4.0.0-beta1.3 ESM
2
2
  import {
3
3
  arrayFilter,
4
4
  arrayMap,
package/dist/text.js CHANGED
@@ -1,4 +1,4 @@
1
- // @tko/binding.core 🥊 4.0.0-beta1.0 ESM
1
+ // @tko/binding.core 🥊 4.0.0-beta1.3 ESM
2
2
  import {
3
3
  setTextContent
4
4
  } from "@tko/utils";
package/dist/textInput.js CHANGED
@@ -1,4 +1,4 @@
1
- // @tko/binding.core 🥊 4.0.0-beta1.0 ESM
1
+ // @tko/binding.core 🥊 4.0.0-beta1.3 ESM
2
2
  import {
3
3
  domData,
4
4
  registerEventHandler,
@@ -1,4 +1,4 @@
1
- // @tko/binding.core 🥊 4.0.0-beta1.0 ESM
1
+ // @tko/binding.core 🥊 4.0.0-beta1.3 ESM
2
2
  import {
3
3
  setElementName
4
4
  } from "@tko/utils";
package/dist/using.js CHANGED
@@ -1,4 +1,4 @@
1
- // @tko/binding.core 🥊 4.0.0-beta1.0 ESM
1
+ // @tko/binding.core 🥊 4.0.0-beta1.3 ESM
2
2
  import {
3
3
  applyBindingsToDescendants
4
4
  } from "@tko/bind";
package/dist/value.js CHANGED
@@ -1,4 +1,4 @@
1
- // @tko/binding.core 🥊 4.0.0-beta1.0 ESM
1
+ // @tko/binding.core 🥊 4.0.0-beta1.3 ESM
2
2
  import {
3
3
  ieVersion,
4
4
  stringStartsWith,
package/dist/visible.js CHANGED
@@ -1,4 +1,4 @@
1
- // @tko/binding.core 🥊 4.0.0-beta1.0 ESM
1
+ // @tko/binding.core 🥊 4.0.0-beta1.3 ESM
2
2
  import {
3
3
  unwrap
4
4
  } from "@tko/observable";
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.0.0-beta1.0",
2
+ "version": "4.0.0-beta1.3",
3
3
  "name": "@tko/binding.core",
4
4
  "description": "TKO Core bindings",
5
5
  "module": "dist/binding.core.js",
@@ -23,10 +23,10 @@
23
23
  },
24
24
  "homepage": "https://tko.io",
25
25
  "dependencies": {
26
- "@tko/bind": "^4.0.0-beta1.0",
27
- "@tko/computed": "^4.0.0-beta1.0",
28
- "@tko/observable": "^4.0.0-beta1.0",
29
- "@tko/utils": "^4.0.0-beta1.0",
26
+ "@tko/bind": "^4.0.0-beta1.3",
27
+ "@tko/computed": "^4.0.0-beta1.3",
28
+ "@tko/observable": "^4.0.0-beta1.3",
29
+ "@tko/utils": "^4.0.0-beta1.3",
30
30
  "tslib": "^2.2.0"
31
31
  },
32
32
  "karma": {
@@ -47,5 +47,5 @@
47
47
  },
48
48
  "./helpers/*": "./helpers/*"
49
49
  },
50
- "gitHead": "99114c4deded3fc5dbddd5c7c9c63c845a18263b"
50
+ "gitHead": "a8843acb8ae085915115e53a4e057b30731c635e"
51
51
  }