@zag-js/pin-input 1.35.1 → 1.35.2

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
@@ -26,14 +26,14 @@ __export(index_exports, {
26
26
  machine: () => import_pin_input3.machine
27
27
  });
28
28
  module.exports = __toCommonJS(index_exports);
29
- var import_pin_input = require("./pin-input.anatomy.cjs");
30
- var import_pin_input2 = require("./pin-input.connect.cjs");
31
- var import_pin_input3 = require("./pin-input.machine.cjs");
32
- __reExport(index_exports, require("./pin-input.props.cjs"), module.exports);
29
+ var import_pin_input = require("./pin-input.anatomy.js");
30
+ var import_pin_input2 = require("./pin-input.connect.js");
31
+ var import_pin_input3 = require("./pin-input.machine.js");
32
+ __reExport(index_exports, require("./pin-input.props.js"), module.exports);
33
33
  // Annotate the CommonJS export names for ESM import in node:
34
34
  0 && (module.exports = {
35
35
  anatomy,
36
36
  connect,
37
37
  machine,
38
- ...require("./pin-input.props.cjs")
38
+ ...require("./pin-input.props.js")
39
39
  });
@@ -35,9 +35,9 @@ __export(pin_input_connect_exports, {
35
35
  module.exports = __toCommonJS(pin_input_connect_exports);
36
36
  var import_dom_query = require("@zag-js/dom-query");
37
37
  var import_utils = require("@zag-js/utils");
38
- var import_pin_input = require("./pin-input.anatomy.cjs");
39
- var dom = __toESM(require("./pin-input.dom.cjs"));
40
- var import_pin_input2 = require("./pin-input.utils.cjs");
38
+ var import_pin_input = require("./pin-input.anatomy.js");
39
+ var dom = __toESM(require("./pin-input.dom.js"));
40
+ var import_pin_input2 = require("./pin-input.utils.js");
41
41
  function connect(service, normalize) {
42
42
  const { send, context, computed, prop, scope } = service;
43
43
  const complete = computed("isValueComplete");
@@ -36,7 +36,7 @@ module.exports = __toCommonJS(pin_input_machine_exports);
36
36
  var import_core = require("@zag-js/core");
37
37
  var import_dom_query = require("@zag-js/dom-query");
38
38
  var import_utils = require("@zag-js/utils");
39
- var dom = __toESM(require("./pin-input.dom.cjs"));
39
+ var dom = __toESM(require("./pin-input.dom.js"));
40
40
  var { choose, createMachine } = (0, import_core.setup)();
41
41
  var machine = createMachine({
42
42
  props({ props }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zag-js/pin-input",
3
- "version": "1.35.1",
3
+ "version": "1.35.2",
4
4
  "description": "Core logic for the pin-input widget implemented as a state machine",
5
5
  "keywords": [
6
6
  "js",
@@ -26,11 +26,11 @@
26
26
  "url": "https://github.com/chakra-ui/zag/issues"
27
27
  },
28
28
  "dependencies": {
29
- "@zag-js/anatomy": "1.35.1",
30
- "@zag-js/dom-query": "1.35.1",
31
- "@zag-js/utils": "1.35.1",
32
- "@zag-js/core": "1.35.1",
33
- "@zag-js/types": "1.35.1"
29
+ "@zag-js/anatomy": "1.35.2",
30
+ "@zag-js/dom-query": "1.35.2",
31
+ "@zag-js/utils": "1.35.2",
32
+ "@zag-js/core": "1.35.2",
33
+ "@zag-js/types": "1.35.2"
34
34
  },
35
35
  "devDependencies": {
36
36
  "clean-package": "2.2.0"