@asgard-js/react 0.0.4 → 0.0.6

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.
Files changed (90) hide show
  1. package/README.md +206 -4
  2. package/dist/components/chatbot/chatbot-body.d.ts +4 -0
  3. package/dist/components/chatbot/chatbot-body.d.ts.map +1 -0
  4. package/dist/components/chatbot/chatbot-footer/chatbot-footer.d.ts +4 -0
  5. package/dist/components/chatbot/chatbot-footer/chatbot-footer.d.ts.map +1 -0
  6. package/dist/components/chatbot/chatbot-footer/index.d.ts +2 -0
  7. package/dist/components/chatbot/chatbot-footer/index.d.ts.map +1 -0
  8. package/dist/components/chatbot/chatbot-footer/speech-input-button.d.ts +9 -0
  9. package/dist/components/chatbot/chatbot-footer/speech-input-button.d.ts.map +1 -0
  10. package/dist/components/chatbot/chatbot-header.d.ts +10 -0
  11. package/dist/components/chatbot/chatbot-header.d.ts.map +1 -0
  12. package/dist/components/chatbot/chatbot.d.ts +20 -0
  13. package/dist/components/chatbot/chatbot.d.ts.map +1 -0
  14. package/dist/components/chatbot/profile-icon.d.ts +8 -0
  15. package/dist/components/chatbot/profile-icon.d.ts.map +1 -0
  16. package/dist/components/conversation-message-renderer/conversation-message-renderer.d.ts +9 -0
  17. package/dist/components/conversation-message-renderer/conversation-message-renderer.d.ts.map +1 -0
  18. package/dist/components/conversation-message-renderer/index.d.ts +2 -0
  19. package/dist/components/conversation-message-renderer/index.d.ts.map +1 -0
  20. package/dist/components/index.d.ts +2 -0
  21. package/dist/components/index.d.ts.map +1 -0
  22. package/dist/components/templates/avatar/avatar.d.ts +8 -0
  23. package/dist/components/templates/avatar/avatar.d.ts.map +1 -0
  24. package/dist/components/templates/avatar/index.d.ts +2 -0
  25. package/dist/components/templates/avatar/index.d.ts.map +1 -0
  26. package/dist/components/templates/bot-typing-box/bot-typing-box.d.ts +9 -0
  27. package/dist/components/templates/bot-typing-box/bot-typing-box.d.ts.map +1 -0
  28. package/dist/components/templates/bot-typing-box/bot-typing-placeholder.d.ts +8 -0
  29. package/dist/components/templates/bot-typing-box/bot-typing-placeholder.d.ts.map +1 -0
  30. package/dist/components/templates/bot-typing-box/index.d.ts +3 -0
  31. package/dist/components/templates/bot-typing-box/index.d.ts.map +1 -0
  32. package/dist/components/templates/bot-typing-box/resize-observer-box.d.ts +9 -0
  33. package/dist/components/templates/bot-typing-box/resize-observer-box.d.ts.map +1 -0
  34. package/dist/components/templates/button-template/button-template.d.ts +9 -0
  35. package/dist/components/templates/button-template/button-template.d.ts.map +1 -0
  36. package/dist/components/templates/button-template/card.d.ts +9 -0
  37. package/dist/components/templates/button-template/card.d.ts.map +1 -0
  38. package/dist/components/templates/button-template/index.d.ts +2 -0
  39. package/dist/components/templates/button-template/index.d.ts.map +1 -0
  40. package/dist/components/templates/carousel-template/carousel-template.d.ts +9 -0
  41. package/dist/components/templates/carousel-template/carousel-template.d.ts.map +1 -0
  42. package/dist/components/templates/carousel-template/index.d.ts +2 -0
  43. package/dist/components/templates/carousel-template/index.d.ts.map +1 -0
  44. package/dist/components/templates/hint-template/hint-template.d.ts +9 -0
  45. package/dist/components/templates/hint-template/hint-template.d.ts.map +1 -0
  46. package/dist/components/templates/hint-template/index.d.ts +2 -0
  47. package/dist/components/templates/hint-template/index.d.ts.map +1 -0
  48. package/dist/components/templates/index.d.ts +8 -0
  49. package/dist/components/templates/index.d.ts.map +1 -0
  50. package/dist/components/templates/quick-replies/index.d.ts +2 -0
  51. package/dist/components/templates/quick-replies/index.d.ts.map +1 -0
  52. package/dist/components/templates/quick-replies/quick-replies.d.ts +10 -0
  53. package/dist/components/templates/quick-replies/quick-replies.d.ts.map +1 -0
  54. package/dist/components/templates/template-box/index.d.ts +3 -0
  55. package/dist/components/templates/template-box/index.d.ts.map +1 -0
  56. package/dist/components/templates/template-box/template-box-content.d.ts +12 -0
  57. package/dist/components/templates/template-box/template-box-content.d.ts.map +1 -0
  58. package/dist/components/templates/template-box/template-box.d.ts +14 -0
  59. package/dist/components/templates/template-box/template-box.d.ts.map +1 -0
  60. package/dist/components/templates/text-template/index.d.ts +2 -0
  61. package/dist/components/templates/text-template/index.d.ts.map +1 -0
  62. package/dist/components/templates/text-template/text-template.d.ts +9 -0
  63. package/dist/components/templates/text-template/text-template.d.ts.map +1 -0
  64. package/dist/components/templates/time/index.d.ts +2 -0
  65. package/dist/components/templates/time/index.d.ts.map +1 -0
  66. package/dist/components/templates/time/time.d.ts +9 -0
  67. package/dist/components/templates/time/time.d.ts.map +1 -0
  68. package/dist/context/asgard-service-context.d.ts +35 -0
  69. package/dist/context/asgard-service-context.d.ts.map +1 -0
  70. package/dist/context/asgard-theme-context.d.ts +17 -0
  71. package/dist/context/asgard-theme-context.d.ts.map +1 -0
  72. package/dist/hooks/index.d.ts +4 -0
  73. package/dist/hooks/index.d.ts.map +1 -0
  74. package/dist/hooks/use-asgard-service-client.d.ts +8 -0
  75. package/dist/hooks/use-asgard-service-client.d.ts.map +1 -0
  76. package/dist/hooks/use-channel.d.ts +21 -0
  77. package/dist/hooks/use-channel.d.ts.map +1 -0
  78. package/dist/hooks/use-debounce.d.ts +2 -0
  79. package/dist/hooks/use-debounce.d.ts.map +1 -0
  80. package/dist/index.d.ts +3 -0
  81. package/dist/index.d.ts.map +1 -0
  82. package/dist/index.js +470 -473
  83. package/dist/style.css +1 -1
  84. package/dist/utils/deep-merge.d.ts +3 -0
  85. package/dist/utils/deep-merge.d.ts.map +1 -0
  86. package/dist/utils/format-time.d.ts +2 -0
  87. package/dist/utils/format-time.d.ts.map +1 -0
  88. package/dist/utils/index.d.ts +2 -0
  89. package/dist/utils/index.d.ts.map +1 -0
  90. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- ._chatbot_header_f3p4c_1 ._chatbot_header__content_f3p4c_1{margin:0 auto;max-width:1200px;padding:16px;display:flex;justify-content:space-between}._chatbot_header__title_f3p4c_9{display:flex;flex-direction:row;align-items:center;gap:8px}._chatbot_header__title_f3p4c_9>h4{margin:0;color:#fff}._chatbot_header__extra_f3p4c_20{display:flex;flex-direction:row;align-items:center;gap:12px}._chatbot_header__extra_f3p4c_20>div{width:24px;height:24px;display:flex;justify-content:center;align-items:center}._chatbot_header__extra_f3p4c_20>div>svg{width:15px;height:15px;cursor:pointer}._chatbot_header__extra_f3p4c_20>div>svg:hover{opacity:.5}._chatbot_body_1f0gq_1{border-top:1px solid #434343;border-bottom:1px solid #434343;overflow-x:hidden;overflow-y:scroll}._chatbot_body_1f0gq_1 ._chatbot_body__content_1f0gq_7{margin:0 auto;display:flex;flex-direction:column;padding:16px;gap:16px;max-width:1200px}._template_box_1ozig_1{width:100%;display:flex;gap:8px}._template_box--bot_1ozig_7._template_box--horizontal_1ozig_7{flex-direction:row}._template_box--bot_1ozig_7._template_box--vertical_1ozig_10{flex-direction:column}._template_box--user_1ozig_14{flex-direction:row-reverse}._template_box_content_12ojl_1{display:flex;flex-direction:column;gap:8px}._content_12ojl_7{display:flex;flex-direction:row;gap:8px}._quick_replies_box_zoq7y_1{display:flex;flex-wrap:wrap;gap:8px}._quick_reply_zoq7y_7{font:inherit;font-size:13px;padding:4px 8px;border-radius:8px;border:1px solid #434343;background:#58585833;color:#fff;cursor:pointer}._time_rgg92_1{display:flex;align-items:flex-end;font-size:12px;color:#8c8c8c}._bot_avatar_xrs9x_1{flex:0 0 auto;width:24px;height:24px;border-radius:50%}._text_1djgp_1{padding:8px 12px;border-radius:8px;color:#fff}._text--bot_1djgp_7{max-width:70%;background:#585858;border-top-left-radius:0}._typing-indicator_1djgp_13{display:inline-flex;align-items:flex-end;justify-content:center}._typing-indicator_1djgp_13 ._dot_1djgp_18{width:2px;height:2px;margin:0 2px;background-color:#fff;border-radius:50%;animation:_blink_1djgp_1 1.4s infinite ease-in-out both}._typing-indicator_1djgp_13 ._dot_1djgp_18:nth-child(1){animation-delay:0s}._typing-indicator_1djgp_13 ._dot_1djgp_18:nth-child(2){animation-delay:.2s}._typing-indicator_1djgp_13 ._dot_1djgp_18:nth-child(3){animation-delay:.4s}@keyframes _blink_1djgp_1{0%,80%,to{opacity:.2;transform:translateY(0)}40%{opacity:1;transform:translateY(-5px)}}._card_root_1ygom_1{width:255px;height:368px;max-height:380px;border-radius:8px;background:#333;overflow:hidden}._card_content_1ygom_10{display:flex;flex-direction:column;gap:8px;padding:12px}._card_title_1ygom_17{color:#fff;margin:0;font-size:15px}._card_description_1ygom_23{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;color:#8c8c8c;font-size:13px;font-weight:400;line-height:20px;text-underline-position:from-font;text-decoration-skip-ink:none;text-overflow:ellipsis}._card_actions_1ygom_37{display:flex;flex-direction:column;gap:8px}._card_actions_1ygom_37>button{width:100%;height:32px;line-height:32px;text-align:center;border:none;border-radius:4px;background:#4767eb;color:#fff;font-size:15px;cursor:pointer}._text_sbjtw_1{padding:8px 12px;border-radius:8px;color:#fff}._text--user_sbjtw_7{max-width:75%;background:#4767eb;border-top-right-radius:0}._text--bot_sbjtw_13{max-width:70%;background:#585858;border-top-left-radius:0}._content_sbjtw_19{display:flex;flex-direction:column;gap:8px}._carousel_root_sv1hc_1{width:100%;display:flex;flex-wrap:nowrap;overflow-x:scroll;gap:8px}._carousel_root_sv1hc_1>div{flex:0 0 auto}._carousel_time_sv1hc_12{justify-content:flex-end}._hint_root_g119q_1{margin:0 auto;display:flex;flex-direction:column;align-items:center;padding:4px 12px;gap:4px;border-radius:2px;background:#58585833;font-size:13px;color:#fff}._time_g119q_14{font-size:12px;color:#8c8c8c}._chatbot_footer_aa5it_1 ._chatbot_footer__content_aa5it_1{display:grid;gap:8px;align-items:flex-end;grid-template-columns:auto 24px;margin:0 auto;max-width:1200px;padding:16px;gap:16px}._chatbot_textarea_aa5it_12{font:inherit;font-size:16px;height:20px;max-height:240px;padding:8px 8px 8px 12px;background:#1f1f1f;border:1px solid rgb(67,67,67);border-radius:2px;color:#8c8c8c;resize:none;overflow:hidden}._chatbot_submit_button_aa5it_27{font:inherit;width:24px;height:100%;max-height:38px;display:flex;justify-content:center;align-items:center;font-size:16px;border:none;background:transparent;border-radius:50%;color:#fff;cursor:pointer}._chatbot_submit_button_aa5it_27>svg{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;width:auto;min-width:16px;height:60%;max-height:38px;min-height:16px}._chatbot_submit_button_aa5it_27._chatbot_submit_button__disabled_aa5it_52>svg>path{fill:#8c8c8c}._chatbot_root_18brc_1{width:100%;height:100%;min-width:375px;min-height:400px;background-color:#141414;border-radius:8px;font-size:15px;display:grid;grid-template-rows:max-content auto max-content}._chatbot_root__fullScreen_18brc_13{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;border-radius:0}._loading_16ajc_1{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffff80;display:flex;justify-content:center;align-items:center;z-index:1000}._spinner_16ajc_14{width:50px;height:50px}._spinner_svg_16ajc_19{width:100%;height:100%;animation:_rotate_16ajc_1 .5s linear infinite}._spinner_circle_16ajc_25{fill:none;stroke:#000;stroke-width:4;stroke-linecap:round;animation:_dash_16ajc_1 .5s linear infinite}@keyframes _rotate_16ajc_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _dash_16ajc_1{0%{stroke-dasharray:94.25 125.66}to{stroke-dasharray:125.66 125.66}}
1
+ ._chatbot_header_cqlve_1 ._chatbot_header__content_cqlve_1{margin:0 auto;max-width:1200px;padding:var(--asg-spacing-4);display:flex;justify-content:space-between}._chatbot_header__title_cqlve_9{display:flex;flex-direction:row;align-items:center;gap:var(--asg-spacing-2)}._chatbot_header__title_cqlve_9>h4{margin:0;color:#fff}._chatbot_header__extra_cqlve_20{display:flex;flex-direction:row;align-items:center;gap:var(--asg-spacing-3)}._chatbot_header__extra_cqlve_20>div{width:24px;height:24px;display:flex;justify-content:center;align-items:center}._chatbot_header__extra_cqlve_20>div>svg{width:15px;height:15px;cursor:pointer}._chatbot_header__extra_cqlve_20>div>svg:hover{opacity:.5}._chatbot_body_1f0gq_1{border-top:1px solid #434343;border-bottom:1px solid #434343;overflow-x:hidden;overflow-y:scroll}._chatbot_body_1f0gq_1 ._chatbot_body__content_1f0gq_7{margin:0 auto;display:flex;flex-direction:column;padding:16px;gap:16px;max-width:1200px}._template_box_1ozig_1{width:100%;display:flex;gap:8px}._template_box--bot_1ozig_7._template_box--horizontal_1ozig_7{flex-direction:row}._template_box--bot_1ozig_7._template_box--vertical_1ozig_10{flex-direction:column}._template_box--user_1ozig_14{flex-direction:row-reverse}._template_box_content_12ojl_1{display:flex;flex-direction:column;gap:8px}._content_12ojl_7{display:flex;flex-direction:row;gap:8px}._quick_replies_box_zoq7y_1{display:flex;flex-wrap:wrap;gap:8px}._quick_reply_zoq7y_7{font:inherit;font-size:13px;padding:4px 8px;border-radius:8px;border:1px solid #434343;background:#58585833;color:#fff;cursor:pointer}._time_rgg92_1{display:flex;align-items:flex-end;font-size:12px;color:#8c8c8c}._bot_avatar_xrs9x_1{flex:0 0 auto;width:24px;height:24px;border-radius:50%}._text_1djgp_1{padding:8px 12px;border-radius:8px;color:#fff}._text--bot_1djgp_7{max-width:70%;background:#585858;border-top-left-radius:0}._typing-indicator_1djgp_13{display:inline-flex;align-items:flex-end;justify-content:center}._typing-indicator_1djgp_13 ._dot_1djgp_18{width:2px;height:2px;margin:0 2px;background-color:#fff;border-radius:50%;animation:_blink_1djgp_1 1.4s infinite ease-in-out both}._typing-indicator_1djgp_13 ._dot_1djgp_18:nth-child(1){animation-delay:0s}._typing-indicator_1djgp_13 ._dot_1djgp_18:nth-child(2){animation-delay:.2s}._typing-indicator_1djgp_13 ._dot_1djgp_18:nth-child(3){animation-delay:.4s}@keyframes _blink_1djgp_1{0%,80%,to{opacity:.2;transform:translateY(0)}40%{opacity:1;transform:translateY(-5px)}}._card_root_1ygom_1{width:255px;height:368px;max-height:380px;border-radius:8px;background:#333;overflow:hidden}._card_content_1ygom_10{display:flex;flex-direction:column;gap:8px;padding:12px}._card_title_1ygom_17{color:#fff;margin:0;font-size:15px}._card_description_1ygom_23{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;color:#8c8c8c;font-size:13px;font-weight:400;line-height:20px;text-underline-position:from-font;text-decoration-skip-ink:none;text-overflow:ellipsis}._card_actions_1ygom_37{display:flex;flex-direction:column;gap:8px}._card_actions_1ygom_37>button{width:100%;height:32px;line-height:32px;text-align:center;border:none;border-radius:4px;background:#4767eb;color:#fff;font-size:15px;cursor:pointer}._text_sbjtw_1{padding:8px 12px;border-radius:8px;color:#fff}._text--user_sbjtw_7{max-width:75%;background:#4767eb;border-top-right-radius:0}._text--bot_sbjtw_13{max-width:70%;background:#585858;border-top-left-radius:0}._content_sbjtw_19{display:flex;flex-direction:column;gap:8px}._carousel_root_sv1hc_1{width:100%;display:flex;flex-wrap:nowrap;overflow-x:scroll;gap:8px}._carousel_root_sv1hc_1>div{flex:0 0 auto}._carousel_time_sv1hc_12{justify-content:flex-end}._hint_root_k5fud_1{margin:0 auto;display:flex;flex-direction:column;align-items:center;padding:4px 12px;gap:4px;border-radius:2px;background:#58585833;font-size:13px;color:#fff}._hint_root_k5fud_1._hint_root__error_k5fud_13{color:var(--asg-color-error)}._time_k5fud_17{font-size:12px;color:#8c8c8c}._chatbot_footer_1uvgs_1 ._chatbot_footer__content_1uvgs_1{display:grid;align-items:flex-end;grid-template-columns:auto 24px;margin:0 auto;max-width:1200px;padding:var(--asg-spacing-3) var(--asg-spacing-4);gap:var(--asg-spacing-2)}._chatbot_textarea_1uvgs_11{font:inherit;font-size:16px;height:36px;max-height:240px;padding:8px 8px 8px 12px;background:#1f1f1f;border:1px solid rgb(67,67,67);border-radius:2px;color:#8c8c8c;resize:none;overflow:hidden}._chatbot_submit_button_1uvgs_26{font:inherit;width:24px;height:100%;max-height:38px;display:flex;justify-content:center;align-items:center;font-size:16px;border:none;background:transparent;border-radius:50%;color:#fff;cursor:pointer}._chatbot_submit_button_1uvgs_26>svg{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;width:auto;min-width:16px;height:60%;max-height:38px;min-height:16px}._chatbot_submit_button_1uvgs_26._chatbot_submit_button__disabled_1uvgs_51>svg>path{fill:#8c8c8c}._chatbot_root_od4qx_1{--asg-color-blue-1: #edf0fd;--asg-color-blue-2: #d3dbfa;--asg-color-blue-3: #b0bef6;--asg-color-blue-4: #6882ef;--asg-color-blue-5: #8b9ff2;--asg-color-blue-6: #4767eb;--asg-color-blue-7: #3c58c8;--asg-color-blue-8: #3249a7;--asg-color-blue-9: #283b86;--asg-color-blue-10: #202e6a;--asg-color-orange-1: #ffeded;--asg-color-orange-2: #ffd4d5;--asg-color-orange-3: #ffb2b3;--asg-color-orange-4: #ff8f90;--asg-color-orange-5: #ff6d6f;--asg-color-orange-6: #ff4d4f;--asg-color-orange-7: #d94143;--asg-color-orange-8: #b53738;--asg-color-orange-9: #912c2d;--asg-color-orange-10: #732324;--asg-color-green-1: #eef9e8;--asg-color-green-2: #d5f1c8;--asg-color-green-3: #b5e69d;--asg-color-green-4: #92da6f;--asg-color-green-5: #71cf43;--asg-color-green-6: #52c41a;--asg-color-green-7: #46a716;--asg-color-green-8: #3a8b12;--asg-color-green-9: #2f700f;--asg-color-green-10: #25580c;--asg-color-yellow-1: #fef7eb;--asg-color-yellow-2: #fdebcf;--asg-color-yellow-3: #fcdba9;--asg-color-yellow-4: #facb82;--asg-color-yellow-5: #f8bb5c;--asg-color-yellow-6: #f7ac38;--asg-color-yellow-7: #d29230;--asg-color-yellow-8: #af7a28;--asg-color-yellow-9: #8d6220;--asg-color-yellow-10: #6f4d19;--asg-color-grey-1: #f3f3f3;--asg-color-grey-2: #e2e2e2;--asg-color-grey-3: #cbcbcb;--asg-color-grey-4: #b2b2b2;--asg-color-grey-5: #9b9b9b;--asg-color-grey-6: #585858;--asg-color-grey-7: #717171;--asg-color-grey-8: #5e5e5e;--asg-color-grey-9: #4c4c4c;--asg-color-grey-10: #3c3c3c;--asg-color-primary: #4767eb;--asg-color-primary-light: #8b9ff2;--asg-color-primary-dark: #3249a7;--asg-color-primary-on-primary: #ffffff;--asg-color-primary-hover-bg: rgba(139, 159, 242, .15);--asg-color-primary-selected-bg: rgba(71, 103, 235, .2);--asg-color-secondary: #585858;--asg-color-secondary-light: #b2b2b2;--asg-color-secondary-dark: #4c4c4c;--asg-color-secondary-on-secondary: #ffffff;--asg-color-secondary-hover-bg: rgba(178, 178, 178, .15);--asg-color-secondary-selected-bg: rgba(88, 88, 88, .2);--asg-color-error: #ff4d4f;--asg-color-error-light: #ff6d6f;--asg-color-error-dark: #d94143;--asg-color-error-on-error: #ffffff;--asg-color-error-hover-bg: rgba(255, 109, 111, .15);--asg-color-error-selected-bg: rgba(255, 77, 79, .2);--asg-color-warning: #f7ac38;--asg-color-warning-light: #f8bb5c;--asg-color-warning-dark: #af7a28;--asg-color-warning-on-warning: #ffffff;--asg-color-warning-hover-bg: rgba(248, 187, 92, .15);--asg-color-warning-selected-bg: rgba(247, 172, 56, .2);--asg-color-success: #52c41a;--asg-color-success-light: #71cf43;--asg-color-success-dark: #3a8b12;--asg-color-success-on-success: #ffffff;--asg-color-success-hover-bg: rgba(113, 207, 67, .15);--asg-color-success-selected-bg: rgba(82, 196, 26, .2);--asg-color-action-active: #ffffff;--asg-color-action-inactive: #8c8c8c;--asg-color-action-disabled: #595959;--asg-color-action-disabled-bg: #393939;--asg-color-text-primary: #ffffff;--asg-color-text-secondary: #8c8c8c;--asg-color-text-disabled: #595959;--asg-color-bg: #141414;--asg-color-surface: #1f1f1f;--asg-color-divider: #333333;--asg-color-border: #434343;--asg-color-overlay-dark: rgba(0, 0, 0, .5);--asg-color-overlay-light: rgba(31, 31, 31, .9);--asg-radius-none: 0px;--asg-radius-xxs: 2px;--asg-radius-xs: 4px;--asg-radius-s: 6px;--asg-radius-md: 8px;--asg-radius-lg: 10px;--asg-radius-xl: 12px;--asg-radius-2xl: 16px;--asg-radius-3xl: 20px;--asg-radius-4xl: 24px;--asg-spacing-1: 4px;--asg-spacing-2: 8px;--asg-spacing-3: 12px;--asg-spacing-4: 16px;--asg-spacing-5: 24px;--asg-spacing-6: 32px;--asg-spacing-7: 40px;--asg-spacing-8: 48px;--asg-spacing-9: 64px;--asg-spacing-10: 96px;--asg-spacing-11: 160px;width:100%;height:100%;font-size:15px;display:grid;grid-template-rows:max-content auto max-content}._chatbot_root_od4qx_1 *{box-sizing:border-box}._chatbot_root__fullScreen_od4qx_126{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999}
@@ -0,0 +1,3 @@
1
+ export declare function isObject(item: unknown): item is Record<string, unknown>;
2
+ export declare function deepMerge<T extends object, U extends object>(target: T, source: U): T & U;
3
+ //# sourceMappingURL=deep-merge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deep-merge.d.ts","sourceRoot":"","sources":["../../src/utils/deep-merge.ts"],"names":[],"mappings":"AAAA,wBAAgB,QAAQ,CAAC,IAAI,EAAE,OAAO,GAAG,IAAI,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAEvE;AAED,wBAAgB,SAAS,CAAC,CAAC,SAAS,MAAM,EAAE,CAAC,SAAS,MAAM,EAC1D,MAAM,EAAE,CAAC,EACT,MAAM,EAAE,CAAC,GACR,CAAC,GAAG,CAAC,CAeP"}
@@ -0,0 +1,2 @@
1
+ export declare function formatTime(time: Date): string;
2
+ //# sourceMappingURL=format-time.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"format-time.d.ts","sourceRoot":"","sources":["../../src/utils/format-time.ts"],"names":[],"mappings":"AAAA,wBAAgB,UAAU,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,CAO7C"}
@@ -0,0 +1,2 @@
1
+ export * from './format-time';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asgard-js/react",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },