@asgard-js/react 0.0.44-canary.4 → 0.0.44

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
@@ -76341,7 +76341,7 @@ function ETe() {
76341
76341
  }
76342
76342
  );
76343
76343
  }
76344
- const kTe = "_chatbot_footer_asax0_1", STe = "_chatbot_footer__content_asax0_4", ATe = "_chatbot_textarea_asax0_14", CTe = "_chatbot_submit_button_asax0_32", TTe = "_chatbot_submit_button__disabled_asax0_57", MTe = "_attachment_buttons_asax0_61", NTe = "_attachment_button_asax0_61", RTe = "_file_input_hidden_asax0_94", OTe = "_file_preview_container_asax0_98", $Te = "_file_preview_grid_asax0_106", DTe = "_file_preview_item_asax0_117", ITe = "_file_preview_image_area_asax0_131", FTe = "_file_preview_image_asax0_131", LTe = "_file_remove_button_asax0_152", zTe = "_image_modal_asax0_181", PTe = "_image_modal_content_asax0_193", BTe = "_image_modal_image_asax0_200", UTe = "_image_modal_close_button_asax0_209", Tn = {
76344
+ const kTe = "_chatbot_footer_1d2n0_1", STe = "_chatbot_footer__content_1d2n0_4", ATe = "_chatbot_textarea_1d2n0_14", CTe = "_chatbot_submit_button_1d2n0_32", TTe = "_chatbot_submit_button__disabled_1d2n0_57", MTe = "_attachment_buttons_1d2n0_61", NTe = "_attachment_button_1d2n0_61", RTe = "_file_input_hidden_1d2n0_94", OTe = "_file_preview_container_1d2n0_98", $Te = "_file_preview_grid_1d2n0_106", DTe = "_file_preview_item_1d2n0_117", ITe = "_file_preview_image_area_1d2n0_131", FTe = "_file_preview_image_1d2n0_131", LTe = "_file_remove_button_1d2n0_152", zTe = "_image_modal_1d2n0_181", PTe = "_image_modal_content_1d2n0_193", BTe = "_image_modal_image_1d2n0_200", UTe = "_image_modal_close_button_1d2n0_209", Tn = {
76345
76345
  chatbot_footer: kTe,
76346
76346
  chatbot_footer__content: STe,
76347
76347
  chatbot_textarea: ATe,
@@ -76572,7 +76572,7 @@ function KTe() {
76572
76572
  ] }) }, ke);
76573
76573
  }) }) }),
76574
76574
  /* @__PURE__ */ nt("div", { className: Tn.chatbot_footer__content, style: E, children: [
76575
- l && /* @__PURE__ */ nt(sp, { children: [
76575
+ /* @__PURE__ */ V("div", { className: Tn.attachment_buttons, children: l && /* @__PURE__ */ nt(sp, { children: [
76576
76576
  /* @__PURE__ */ V(
76577
76577
  "input",
76578
76578
  {
@@ -76584,7 +76584,7 @@ function KTe() {
76584
76584
  className: Tn.file_input_hidden
76585
76585
  }
76586
76586
  ),
76587
- /* @__PURE__ */ V("div", { className: Tn.attachment_buttons, children: /* @__PURE__ */ V(
76587
+ /* @__PURE__ */ V(
76588
76588
  "button",
76589
76589
  {
76590
76590
  className: Tn.attachment_button,
@@ -76593,8 +76593,8 @@ function KTe() {
76593
76593
  title: "選擇照片",
76594
76594
  children: /* @__PURE__ */ V(HTe, {})
76595
76595
  }
76596
- ) })
76597
- ] }),
76596
+ )
76597
+ ] }) }),
76598
76598
  /* @__PURE__ */ V(
76599
76599
  "textarea",
76600
76600
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asgard-js/react",
3
- "version": "0.0.44-canary.4",
3
+ "version": "0.0.44",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -54,7 +54,7 @@
54
54
  "vitest": "^1.6.0"
55
55
  },
56
56
  "peerDependencies": {
57
- "@asgard-js/core": "^0.0.44-canary.4",
57
+ "@asgard-js/core": "^0.0.44",
58
58
  "react": "^18.0.0",
59
59
  "react-dom": "^18.0.0"
60
60
  },