@zag-js/avatar 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.
@@ -33,8 +33,8 @@ __export(avatar_connect_exports, {
33
33
  connect: () => connect
34
34
  });
35
35
  module.exports = __toCommonJS(avatar_connect_exports);
36
- var import_avatar = require("./avatar.anatomy.cjs");
37
- var dom = __toESM(require("./avatar.dom.cjs"));
36
+ var import_avatar = require("./avatar.anatomy.js");
37
+ var dom = __toESM(require("./avatar.dom.js"));
38
38
  function connect(service, normalize) {
39
39
  const { state, send, prop, scope } = service;
40
40
  const loaded = state.matches("loaded");
@@ -35,7 +35,7 @@ __export(avatar_machine_exports, {
35
35
  module.exports = __toCommonJS(avatar_machine_exports);
36
36
  var import_dom_query = require("@zag-js/dom-query");
37
37
  var import_core = require("@zag-js/core");
38
- var dom = __toESM(require("./avatar.dom.cjs"));
38
+ var dom = __toESM(require("./avatar.dom.js"));
39
39
  var machine = (0, import_core.createMachine)({
40
40
  initialState() {
41
41
  return "loading";
package/dist/index.js CHANGED
@@ -26,14 +26,14 @@ __export(index_exports, {
26
26
  machine: () => import_avatar3.machine
27
27
  });
28
28
  module.exports = __toCommonJS(index_exports);
29
- var import_avatar = require("./avatar.anatomy.cjs");
30
- var import_avatar2 = require("./avatar.connect.cjs");
31
- var import_avatar3 = require("./avatar.machine.cjs");
32
- __reExport(index_exports, require("./avatar.props.cjs"), module.exports);
29
+ var import_avatar = require("./avatar.anatomy.js");
30
+ var import_avatar2 = require("./avatar.connect.js");
31
+ var import_avatar3 = require("./avatar.machine.js");
32
+ __reExport(index_exports, require("./avatar.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("./avatar.props.cjs")
38
+ ...require("./avatar.props.js")
39
39
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zag-js/avatar",
3
- "version": "1.35.1",
3
+ "version": "1.35.2",
4
4
  "description": "Core logic for the avatar widget implemented as a state machine",
5
5
  "keywords": [
6
6
  "js",
@@ -27,11 +27,11 @@
27
27
  "url": "https://github.com/chakra-ui/zag/issues"
28
28
  },
29
29
  "dependencies": {
30
- "@zag-js/anatomy": "1.35.1",
31
- "@zag-js/core": "1.35.1",
32
- "@zag-js/dom-query": "1.35.1",
33
- "@zag-js/utils": "1.35.1",
34
- "@zag-js/types": "1.35.1"
30
+ "@zag-js/anatomy": "1.35.2",
31
+ "@zag-js/core": "1.35.2",
32
+ "@zag-js/dom-query": "1.35.2",
33
+ "@zag-js/utils": "1.35.2",
34
+ "@zag-js/types": "1.35.2"
35
35
  },
36
36
  "devDependencies": {
37
37
  "clean-package": "2.2.0"