zignal-stencil-library 1.1.130 → 1.1.131

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 (218) hide show
  1. package/dist/cjs/autocomplete-address_44.cjs.entry.js +105 -105
  2. package/dist/cjs/{dayjs-BgYSOinw.js → dayjs-Dqe_coVK.js} +2 -2
  3. package/dist/cjs/{index-DHf9KFXq.js → index-BcnTODbr.js} +10 -5
  4. package/dist/cjs/{index-CnARINSp.js → index-E5Wxua8O.js} +3 -2
  5. package/dist/cjs/index.cjs.js +1 -1
  6. package/dist/cjs/loader.cjs.js +2 -2
  7. package/dist/cjs/quick-message-app.cjs.entry.js +4 -4
  8. package/dist/cjs/zignal-stencil-library.cjs.js +3 -3
  9. package/dist/collection/collection-manifest.json +1 -1
  10. package/dist/collection/components/autocomplete-address/autocomplete-address.css +1 -1
  11. package/dist/collection/components/autocomplete-multiple-select/autocomplete-multiple-select.css +1 -1
  12. package/dist/collection/components/autocomplete-select/autocomplete-select.css +1 -1
  13. package/dist/collection/components/channel-box/channel-box.css +1 -1
  14. package/dist/collection/components/chat-app/chat-app.css +1 -1
  15. package/dist/collection/components/chat-header/chat-header.css +1 -1
  16. package/dist/collection/components/chat-input/chat-input.css +1 -1
  17. package/dist/collection/components/checkbox-list/checkbox-list.css +1 -1
  18. package/dist/collection/components/dialog-bill-editor/dialog-bill-editor.css +1 -1
  19. package/dist/collection/components/dialog-custom-filter/dialog-custom-filter.css +1 -1
  20. package/dist/collection/components/dialog-editor/dialog-editor.css +1 -1
  21. package/dist/collection/components/dialog-preview-media/dialog-preview-media.css +1 -1
  22. package/dist/collection/components/dialog-search/dialog-search.css +1 -1
  23. package/dist/collection/components/dialog-search/dialog-search.js +6 -6
  24. package/dist/collection/components/menu-chat-channel/menu-chat-channel.css +1 -1
  25. package/dist/collection/components/menu-chat-type/menu-chat-type.css +1 -1
  26. package/dist/collection/components/menu-list/menu-list.css +1 -1
  27. package/dist/collection/components/menu-list/menu-list.js +1 -1
  28. package/dist/collection/components/message-box/message-box.css +1 -1
  29. package/dist/collection/components/message-content/message-content.css +1 -1
  30. package/dist/collection/components/message-item/message-item.css +1 -1
  31. package/dist/collection/components/message-media/message-media.css +1 -1
  32. package/dist/collection/components/profile-history/profile-history.css +1 -1
  33. package/dist/collection/components/profile-info/profile-info.css +1 -1
  34. package/dist/collection/components/profile-media/profile-media.css +1 -1
  35. package/dist/collection/components/profile-tabs/profile-tabs.css +1 -1
  36. package/dist/collection/components/quick-message-add-template/quick-message-add-template.css +1 -1
  37. package/dist/collection/components/quick-message-app/quick-message-app.css +1 -1
  38. package/dist/collection/components/quick-message-file/quick-message-file.css +1 -1
  39. package/dist/collection/components/quick-message-image/quick-message-image.css +1 -1
  40. package/dist/collection/components/quick-message-modal/quick-message-modal.css +1 -1
  41. package/dist/collection/components/quick-message-template/quick-message-template.css +1 -1
  42. package/dist/collection/components/search-box/search-box.css +1 -1
  43. package/dist/collection/components/status-badge/status-badge.css +1 -1
  44. package/dist/collection/components/tag-list/tag-list.css +1 -1
  45. package/dist/collection/components/tag-or-status-item/tag-or-status-item.css +1 -1
  46. package/dist/collection/components/tag-popper/tag-popper.css +1 -1
  47. package/dist/collection/components/typography-clamp/typography-clamp.css +1 -1
  48. package/dist/collection/components/z-avatar/z-avatar.css +1 -1
  49. package/dist/collection/components/z-dialog/z-dialog.css +1 -1
  50. package/dist/components/autocomplete-address.js +1 -1
  51. package/dist/components/autocomplete-multiple-select.js +1 -1
  52. package/dist/components/autocomplete-select.js +1 -1
  53. package/dist/components/channel-box.js +1 -1
  54. package/dist/components/chat-app.js +51 -51
  55. package/dist/components/chat-header.js +1 -1
  56. package/dist/components/chat-input.js +1 -1
  57. package/dist/components/checkbox-list.js +1 -1
  58. package/dist/components/dialog-bill-editor.js +1 -1
  59. package/dist/components/dialog-custom-filter.js +1 -1
  60. package/dist/components/dialog-editor.js +1 -1
  61. package/dist/components/dialog-preview-media.js +1 -1
  62. package/dist/components/dialog-search.js +1 -1
  63. package/dist/components/index.js +4 -3
  64. package/dist/components/menu-chat-channel.js +1 -1
  65. package/dist/components/menu-chat-type.js +1 -1
  66. package/dist/components/menu-list.js +1 -1
  67. package/dist/components/message-box.js +1 -1
  68. package/dist/components/message-content.js +1 -1
  69. package/dist/components/message-item.js +1 -1
  70. package/dist/components/message-media.js +1 -1
  71. package/dist/components/p-0FvHc-B5.js +308 -0
  72. package/dist/components/{p-5IazAlrC.js → p-6aA6IXgE.js} +13 -13
  73. package/dist/components/p-8LUpPeMC.js +121 -0
  74. package/dist/components/{p-T_0oGsyc.js → p-B--0UJ8Q.js} +22 -22
  75. package/dist/components/{p-ly8pbxdt.js → p-B21KTEyo.js} +4 -4
  76. package/dist/components/{p-KhSBCyat.js → p-B47YNDih.js} +3 -3
  77. package/dist/components/{p-iVQVNk9Z.js → p-B4Cfocp9.js} +4 -4
  78. package/dist/components/{p-C5yFTPFW.js → p-B9fXhpga.js} +10 -10
  79. package/dist/components/{p-cw5fhckD.js → p-BDJJTGOU.js} +4 -4
  80. package/dist/components/p-BDxpdg-N.js +231 -0
  81. package/dist/components/{p-DhfEHxBZ.js → p-BI-UoISS.js} +7 -7
  82. package/dist/components/p-BN3dsmNi.js +76 -0
  83. package/dist/components/{p-COMb6IeI.js → p-BNAd9VOs.js} +1 -1
  84. package/dist/components/p-BRKzV_qr.js +119 -0
  85. package/dist/components/{p-DbOnUYwI.js → p-BT_WpMsl.js} +3 -3
  86. package/dist/components/{p-DxS9Uoee.js → p-BWShYY6x.js} +5 -5
  87. package/dist/components/{p-D40E1tJr.js → p-BYRd-ETx.js} +6 -6
  88. package/dist/components/{p-cRvk8ROJ.js → p-BcwS8hPe.js} +6 -6
  89. package/dist/components/{p-DOOGrygy.js → p-Bdlu4rso.js} +14 -14
  90. package/dist/components/{p-IInEXDcl.js → p-BdvA9NEC.js} +2 -2
  91. package/dist/components/{p-DgNQXZO6.js → p-BhCoO4f3.js} +14 -14
  92. package/dist/components/{p-CjA6vmi4.js → p-BopDIDXn.js} +3 -3
  93. package/dist/components/{p-CCyF6woR.js → p-BpASk0tX.js} +12 -12
  94. package/dist/components/{p-CKkAP7cy.js → p-BqOIOKFi.js} +3 -3
  95. package/dist/components/{p-DFkopdf7.js → p-BrOdZv7V.js} +2 -2
  96. package/dist/components/{p-DRz4sc4i.js → p-BsVBC0QF.js} +3 -5
  97. package/dist/components/p-BydrhdC7.js +175 -0
  98. package/dist/components/p-C4u7E9_t.js +96 -0
  99. package/dist/components/p-C71aADT1.js +121 -0
  100. package/dist/components/{p-DZ_Zpo-K.js → p-C7s-XcB7.js} +17 -17
  101. package/dist/components/p-CEPL38dm.js +107 -0
  102. package/dist/components/{p-B8heEJTO.js → p-CGTVfhQb.js} +15 -15
  103. package/dist/components/{p-B8lXV1hG.js → p-CGc7F4KM.js} +3 -3
  104. package/dist/components/{p-BsaAJCLP.js → p-CHSs9Ttf.js} +5 -5
  105. package/dist/components/{p-DN-HKD1p.js → p-CJYhrgVu.js} +7 -7
  106. package/dist/components/{p-CCvemC7u.js → p-CJhbvCEH.js} +6 -6
  107. package/dist/components/p-CKAFX0Iv.js +701 -0
  108. package/dist/components/p-CLXYWZlj.js +138 -0
  109. package/dist/components/p-CLlWrXTq.js +65 -0
  110. package/dist/components/{p-DdzMJBz5.js → p-CMDuo7hT.js} +2 -2
  111. package/dist/components/{p-dB4bgXH7.js → p-CNHOm1zC.js} +2 -2
  112. package/dist/components/{p-Cn0h1dTO.js → p-CNe_ZsVx.js} +4 -4
  113. package/dist/components/{p-BPgEBh_Q.js → p-COcJs6mc.js} +21 -21
  114. package/dist/components/p-CP6kAa06.js +155 -0
  115. package/dist/components/{p-CtFQExqY.js → p-CSjwRjNB.js} +3 -3
  116. package/dist/components/p-CURg_IlF.js +74 -0
  117. package/dist/components/{p-DLTKEWS9.js → p-CW-xBGZT.js} +3 -3
  118. package/dist/components/p-CWHertSv.js +98 -0
  119. package/dist/components/p-CWiOAAbL.js +133 -0
  120. package/dist/components/{p-CzLeqYlq.js → p-CXxNtcxg.js} +1 -1
  121. package/dist/components/{p-CJ3AZsG-.js → p-C_lNjlP9.js} +7 -7
  122. package/dist/components/p-CiJdh58e.js +166 -0
  123. package/dist/components/{p-Co1JFxGT.js → p-Ciltq84L.js} +5 -5
  124. package/dist/components/{p-PBolISVR.js → p-Ciw0N6KJ.js} +7 -7
  125. package/dist/components/p-CjRQ8tWw.js +51 -0
  126. package/dist/components/{p-CAsWEhpU.js → p-Ck7Zzb_A.js} +3 -3
  127. package/dist/components/{p-Cab3n575.js → p-CkPghfKe.js} +5 -5
  128. package/dist/components/{p-CBUfOt2_.js → p-CmU1kQfH.js} +5 -5
  129. package/dist/components/p-CqEWDRGc.js +57 -0
  130. package/dist/components/{p-zp9foNtI.js → p-CspaPELO.js} +18 -18
  131. package/dist/components/{p-Byzk-_YW.js → p-CvoFnZ8_.js} +7 -7
  132. package/dist/components/p-D3tPu5Y4.js +119 -0
  133. package/dist/components/{p-BxCKpbcC.js → p-D4gDJ3W1.js} +2 -2
  134. package/dist/components/{p-CBOeK31J.js → p-D6YiY6pP.js} +7 -7
  135. package/dist/components/p-D9YlkO4-.js +599 -0
  136. package/dist/components/p-DDnZegDc.js +554 -0
  137. package/dist/components/p-DM5Sdblu.js +102 -0
  138. package/dist/components/{p-r3HbBbws.js → p-DNR8IdgA.js} +7 -7
  139. package/dist/components/p-DRgwUET0.js +223 -0
  140. package/dist/components/{p-CiL7lbgr.js → p-DWTlCCDm.js} +5 -5
  141. package/dist/components/{p-B_qzajME.js → p-DWeecZPp.js} +4 -4
  142. package/dist/components/p-DYIZvGP5.js +108 -0
  143. package/dist/components/p-DZj-fLD_.js +515 -0
  144. package/dist/components/p-D_oR-hBJ.js +156 -0
  145. package/dist/components/p-DfHPvUwh.js +122 -0
  146. package/dist/components/p-DfK17cYt.js +129 -0
  147. package/dist/components/{p-DqE1kPyH.js → p-DgdZ-NpM.js} +2 -2
  148. package/dist/components/{p-D1wLcFGi.js → p-DiW_RB--.js} +10 -10
  149. package/dist/components/p-DitKjbtM.js +171 -0
  150. package/dist/components/p-Djhy9K1-.js +215 -0
  151. package/dist/components/{p-Botb-fMM.js → p-DmtUV4zq.js} +5 -5
  152. package/dist/components/p-DoJtbC3R.js +563 -0
  153. package/dist/components/{p-Dyi4snnY.js → p-DvdxHjTt.js} +5 -5
  154. package/dist/components/p-DxU_vY7A.js +265 -0
  155. package/dist/components/{p-DQqW7ZTp.js → p-DyFFnt-x.js} +57 -57
  156. package/dist/components/{p-COACytrs.js → p-DygBeHqo.js} +4 -4
  157. package/dist/components/p-H4OQSs-h.js +214 -0
  158. package/dist/components/p-IaSLquNY.js +155 -0
  159. package/dist/components/p-SZeGyCdE.js +32 -0
  160. package/dist/components/p-YnD9y_Qu.js +578 -0
  161. package/dist/components/p-Z8XFPTBu.js +158 -0
  162. package/dist/components/p-cVjpVM7h.js +156 -0
  163. package/dist/components/{p-BKveoKtU.js → p-dAfkDBvh.js} +31 -31
  164. package/dist/components/{p-BTH3h2-a.js → p-ePQjUJ_9.js} +13 -13
  165. package/dist/components/{p-BjVLRS7n.js → p-inmrc0Ir.js} +3 -3
  166. package/dist/components/{p-D2wI3wUk.js → p-lsx83h0R.js} +4 -4
  167. package/dist/components/p-mQ8xbETj.js +184 -0
  168. package/dist/components/p-uJtpA8Ed.js +135 -0
  169. package/dist/components/{p-CuN9hfaY.js → p-yKfywTRY.js} +1 -1
  170. package/dist/components/profile-history.js +1 -1
  171. package/dist/components/profile-info.js +1 -1
  172. package/dist/components/profile-media.js +1 -1
  173. package/dist/components/profile-tabs.js +1 -1
  174. package/dist/components/quick-message-add-template.js +1 -1
  175. package/dist/components/quick-message-app.js +14 -14
  176. package/dist/components/quick-message-button-content.js +1 -1
  177. package/dist/components/quick-message-file.js +1 -1
  178. package/dist/components/quick-message-image-content.js +1 -1
  179. package/dist/components/quick-message-image.js +1 -1
  180. package/dist/components/quick-message-menu-list-content.js +1 -1
  181. package/dist/components/quick-message-modal.js +1 -1
  182. package/dist/components/quick-message-template.js +1 -1
  183. package/dist/components/quick-message-text-content.js +1 -1
  184. package/dist/components/quick-message-video-content.js +1 -1
  185. package/dist/components/search-box.js +1 -1
  186. package/dist/components/status-badge.js +1 -1
  187. package/dist/components/summarize-message-section.js +1 -1
  188. package/dist/components/tag-list.js +1 -1
  189. package/dist/components/tag-or-status-item.js +1 -1
  190. package/dist/components/tag-popper.js +1 -1
  191. package/dist/components/typography-clamp.js +1 -1
  192. package/dist/components/user-info-section.js +1 -1
  193. package/dist/components/z-avatar.js +1 -1
  194. package/dist/components/z-dialog.js +1 -1
  195. package/dist/esm/autocomplete-address_44.entry.js +105 -105
  196. package/dist/esm/{dayjs-i2xBGlTG.js → dayjs-DpB2jvyJ.js} +2 -2
  197. package/dist/esm/{index-DkxQAqgZ.js → index-CQZOvlmT.js} +3 -2
  198. package/dist/esm/{index-BnUowDzX.js → index-SIpuloy-.js} +10 -6
  199. package/dist/esm/index.js +1 -1
  200. package/dist/esm/loader.js +3 -3
  201. package/dist/esm/quick-message-app.entry.js +4 -4
  202. package/dist/esm/zignal-stencil-library.js +4 -4
  203. package/dist/types/api/quick-message.d.ts +3 -3
  204. package/dist/types/stencil-public-runtime.d.ts +1 -1
  205. package/dist/zignal-stencil-library/index.esm.js +1 -1
  206. package/dist/zignal-stencil-library/{p-d7e0e728.entry.js → p-52e55e01.entry.js} +1 -1
  207. package/dist/zignal-stencil-library/p-908d55d2.entry.js +2 -0
  208. package/dist/zignal-stencil-library/{p-DkxQAqgZ.js → p-CQZOvlmT.js} +1 -1
  209. package/dist/zignal-stencil-library/p-SIpuloy-.js +2 -0
  210. package/dist/zignal-stencil-library/p-e53feba0.entry.js +2 -0
  211. package/dist/zignal-stencil-library/{p-vZoeheUl.js → p-yAsAdobv.js} +1 -1
  212. package/dist/zignal-stencil-library/zignal-stencil-library.esm.js +1 -1
  213. package/package.json +1 -1
  214. package/dist/components/p-BhcHJ8yw.js +0 -121
  215. package/dist/components/p-CEILBEig.js +0 -156
  216. package/dist/components/p-uRD_rTfg.js +0 -119
  217. package/dist/zignal-stencil-library/p-3dbfff3e.entry.js +0 -2
  218. package/dist/zignal-stencil-library/p-BnUowDzX.js +0 -2
@@ -1,7 +1,7 @@
1
- import { h } from './p-DRz4sc4i.js';
1
+ import { h } from './p-BsVBC0QF.js';
2
2
 
3
3
  /**
4
- * @license lucide v0.544.0 - ISC
4
+ * @license lucide v0.548.0 - ISC
5
5
  *
6
6
  * This source code is licensed under the ISC license.
7
7
  * See the LICENSE file in the root directory of this source tree.
@@ -13,7 +13,7 @@ const ArrowDown = [
13
13
  ];
14
14
 
15
15
  /**
16
- * @license lucide v0.544.0 - ISC
16
+ * @license lucide v0.548.0 - ISC
17
17
  *
18
18
  * This source code is licensed under the ISC license.
19
19
  * See the LICENSE file in the root directory of this source tree.
@@ -25,7 +25,7 @@ const ArrowRight = [
25
25
  ];
26
26
 
27
27
  /**
28
- * @license lucide v0.544.0 - ISC
28
+ * @license lucide v0.548.0 - ISC
29
29
  *
30
30
  * This source code is licensed under the ISC license.
31
31
  * See the LICENSE file in the root directory of this source tree.
@@ -37,7 +37,7 @@ const Ban = [
37
37
  ];
38
38
 
39
39
  /**
40
- * @license lucide v0.544.0 - ISC
40
+ * @license lucide v0.548.0 - ISC
41
41
  *
42
42
  * This source code is licensed under the ISC license.
43
43
  * See the LICENSE file in the root directory of this source tree.
@@ -58,7 +58,7 @@ const BotMessageSquare = [
58
58
  ];
59
59
 
60
60
  /**
61
- * @license lucide v0.544.0 - ISC
61
+ * @license lucide v0.548.0 - ISC
62
62
  *
63
63
  * This source code is licensed under the ISC license.
64
64
  * See the LICENSE file in the root directory of this source tree.
@@ -74,7 +74,7 @@ const Bot = [
74
74
  ];
75
75
 
76
76
  /**
77
- * @license lucide v0.544.0 - ISC
77
+ * @license lucide v0.548.0 - ISC
78
78
  *
79
79
  * This source code is licensed under the ISC license.
80
80
  * See the LICENSE file in the root directory of this source tree.
@@ -91,7 +91,7 @@ const Camera = [
91
91
  ];
92
92
 
93
93
  /**
94
- * @license lucide v0.544.0 - ISC
94
+ * @license lucide v0.548.0 - ISC
95
95
  *
96
96
  * This source code is licensed under the ISC license.
97
97
  * See the LICENSE file in the root directory of this source tree.
@@ -100,7 +100,7 @@ const Camera = [
100
100
  const Check = [["path", { d: "M20 6 9 17l-5-5" }]];
101
101
 
102
102
  /**
103
- * @license lucide v0.544.0 - ISC
103
+ * @license lucide v0.548.0 - ISC
104
104
  *
105
105
  * This source code is licensed under the ISC license.
106
106
  * See the LICENSE file in the root directory of this source tree.
@@ -109,34 +109,34 @@ const Check = [["path", { d: "M20 6 9 17l-5-5" }]];
109
109
  const ChevronDown = [["path", { d: "m6 9 6 6 6-6" }]];
110
110
 
111
111
  /**
112
- * @license lucide v0.544.0 - ISC
112
+ * @license lucide v0.548.0 - ISC
113
113
  *
114
114
  * This source code is licensed under the ISC license.
115
115
  * See the LICENSE file in the root directory of this source tree.
116
116
  */
117
117
 
118
- const ChevronLeft = [["path", { d: "m15 18-6-6 6-6" }]];
118
+ const ChevronRight = [["path", { d: "m9 18 6-6-6-6" }]];
119
119
 
120
120
  /**
121
- * @license lucide v0.544.0 - ISC
121
+ * @license lucide v0.548.0 - ISC
122
122
  *
123
123
  * This source code is licensed under the ISC license.
124
124
  * See the LICENSE file in the root directory of this source tree.
125
125
  */
126
126
 
127
- const ChevronRight = [["path", { d: "m9 18 6-6-6-6" }]];
127
+ const ChevronUp = [["path", { d: "m18 15-6-6-6 6" }]];
128
128
 
129
129
  /**
130
- * @license lucide v0.544.0 - ISC
130
+ * @license lucide v0.548.0 - ISC
131
131
  *
132
132
  * This source code is licensed under the ISC license.
133
133
  * See the LICENSE file in the root directory of this source tree.
134
134
  */
135
135
 
136
- const ChevronUp = [["path", { d: "m18 15-6-6-6 6" }]];
136
+ const ChevronLeft = [["path", { d: "m15 18-6-6 6-6" }]];
137
137
 
138
138
  /**
139
- * @license lucide v0.544.0 - ISC
139
+ * @license lucide v0.548.0 - ISC
140
140
  *
141
141
  * This source code is licensed under the ISC license.
142
142
  * See the LICENSE file in the root directory of this source tree.
@@ -148,7 +148,7 @@ const CircleCheck = [
148
148
  ];
149
149
 
150
150
  /**
151
- * @license lucide v0.544.0 - ISC
151
+ * @license lucide v0.548.0 - ISC
152
152
  *
153
153
  * This source code is licensed under the ISC license.
154
154
  * See the LICENSE file in the root directory of this source tree.
@@ -160,7 +160,7 @@ const CircleMinus = [
160
160
  ];
161
161
 
162
162
  /**
163
- * @license lucide v0.544.0 - ISC
163
+ * @license lucide v0.548.0 - ISC
164
164
  *
165
165
  * This source code is licensed under the ISC license.
166
166
  * See the LICENSE file in the root directory of this source tree.
@@ -173,7 +173,7 @@ const CircleOff = [
173
173
  ];
174
174
 
175
175
  /**
176
- * @license lucide v0.544.0 - ISC
176
+ * @license lucide v0.548.0 - ISC
177
177
  *
178
178
  * This source code is licensed under the ISC license.
179
179
  * See the LICENSE file in the root directory of this source tree.
@@ -186,7 +186,7 @@ const CircleX = [
186
186
  ];
187
187
 
188
188
  /**
189
- * @license lucide v0.544.0 - ISC
189
+ * @license lucide v0.548.0 - ISC
190
190
  *
191
191
  * This source code is licensed under the ISC license.
192
192
  * See the LICENSE file in the root directory of this source tree.
@@ -199,7 +199,7 @@ const EllipsisVertical = [
199
199
  ];
200
200
 
201
201
  /**
202
- * @license lucide v0.544.0 - ISC
202
+ * @license lucide v0.548.0 - ISC
203
203
  *
204
204
  * This source code is licensed under the ISC license.
205
205
  * See the LICENSE file in the root directory of this source tree.
@@ -212,7 +212,7 @@ const Ellipsis = [
212
212
  ];
213
213
 
214
214
  /**
215
- * @license lucide v0.544.0 - ISC
215
+ * @license lucide v0.548.0 - ISC
216
216
  *
217
217
  * This source code is licensed under the ISC license.
218
218
  * See the LICENSE file in the root directory of this source tree.
@@ -224,7 +224,7 @@ const File = [
224
224
  ];
225
225
 
226
226
  /**
227
- * @license lucide v0.544.0 - ISC
227
+ * @license lucide v0.548.0 - ISC
228
228
  *
229
229
  * This source code is licensed under the ISC license.
230
230
  * See the LICENSE file in the root directory of this source tree.
@@ -240,7 +240,7 @@ const Folder = [
240
240
  ];
241
241
 
242
242
  /**
243
- * @license lucide v0.544.0 - ISC
243
+ * @license lucide v0.548.0 - ISC
244
244
  *
245
245
  * This source code is licensed under the ISC license.
246
246
  * See the LICENSE file in the root directory of this source tree.
@@ -256,7 +256,7 @@ const Funnel = [
256
256
  ];
257
257
 
258
258
  /**
259
- * @license lucide v0.544.0 - ISC
259
+ * @license lucide v0.548.0 - ISC
260
260
  *
261
261
  * This source code is licensed under the ISC license.
262
262
  * See the LICENSE file in the root directory of this source tree.
@@ -269,7 +269,7 @@ const Globe = [
269
269
  ];
270
270
 
271
271
  /**
272
- * @license lucide v0.544.0 - ISC
272
+ * @license lucide v0.548.0 - ISC
273
273
  *
274
274
  * This source code is licensed under the ISC license.
275
275
  * See the LICENSE file in the root directory of this source tree.
@@ -285,7 +285,7 @@ const ImageOff = [
285
285
  ];
286
286
 
287
287
  /**
288
- * @license lucide v0.544.0 - ISC
288
+ * @license lucide v0.548.0 - ISC
289
289
  *
290
290
  * This source code is licensed under the ISC license.
291
291
  * See the LICENSE file in the root directory of this source tree.
@@ -298,7 +298,7 @@ const Image = [
298
298
  ];
299
299
 
300
300
  /**
301
- * @license lucide v0.544.0 - ISC
301
+ * @license lucide v0.548.0 - ISC
302
302
  *
303
303
  * This source code is licensed under the ISC license.
304
304
  * See the LICENSE file in the root directory of this source tree.
@@ -315,7 +315,7 @@ const Inbox = [
315
315
  ];
316
316
 
317
317
  /**
318
- * @license lucide v0.544.0 - ISC
318
+ * @license lucide v0.548.0 - ISC
319
319
  *
320
320
  * This source code is licensed under the ISC license.
321
321
  * See the LICENSE file in the root directory of this source tree.
@@ -328,7 +328,7 @@ const Info = [
328
328
  ];
329
329
 
330
330
  /**
331
- * @license lucide v0.544.0 - ISC
331
+ * @license lucide v0.548.0 - ISC
332
332
  *
333
333
  * This source code is licensed under the ISC license.
334
334
  * See the LICENSE file in the root directory of this source tree.
@@ -344,7 +344,7 @@ const Languages = [
344
344
  ];
345
345
 
346
346
  /**
347
- * @license lucide v0.544.0 - ISC
347
+ * @license lucide v0.548.0 - ISC
348
348
  *
349
349
  * This source code is licensed under the ISC license.
350
350
  * See the LICENSE file in the root directory of this source tree.
@@ -353,7 +353,7 @@ const Languages = [
353
353
  const LoaderCircle = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56" }]];
354
354
 
355
355
  /**
356
- * @license lucide v0.544.0 - ISC
356
+ * @license lucide v0.548.0 - ISC
357
357
  *
358
358
  * This source code is licensed under the ISC license.
359
359
  * See the LICENSE file in the root directory of this source tree.
@@ -366,7 +366,7 @@ const MailCheck = [
366
366
  ];
367
367
 
368
368
  /**
369
- * @license lucide v0.544.0 - ISC
369
+ * @license lucide v0.548.0 - ISC
370
370
  *
371
371
  * This source code is licensed under the ISC license.
372
372
  * See the LICENSE file in the root directory of this source tree.
@@ -380,7 +380,7 @@ const MailWarning = [
380
380
  ];
381
381
 
382
382
  /**
383
- * @license lucide v0.544.0 - ISC
383
+ * @license lucide v0.548.0 - ISC
384
384
  *
385
385
  * This source code is licensed under the ISC license.
386
386
  * See the LICENSE file in the root directory of this source tree.
@@ -392,7 +392,7 @@ const Mail = [
392
392
  ];
393
393
 
394
394
  /**
395
- * @license lucide v0.544.0 - ISC
395
+ * @license lucide v0.548.0 - ISC
396
396
  *
397
397
  * This source code is licensed under the ISC license.
398
398
  * See the LICENSE file in the root directory of this source tree.
@@ -411,7 +411,7 @@ const MessageSquareText = [
411
411
  ];
412
412
 
413
413
  /**
414
- * @license lucide v0.544.0 - ISC
414
+ * @license lucide v0.548.0 - ISC
415
415
  *
416
416
  * This source code is licensed under the ISC license.
417
417
  * See the LICENSE file in the root directory of this source tree.
@@ -427,7 +427,7 @@ const Paperclip = [
427
427
  ];
428
428
 
429
429
  /**
430
- * @license lucide v0.544.0 - ISC
430
+ * @license lucide v0.548.0 - ISC
431
431
  *
432
432
  * This source code is licensed under the ISC license.
433
433
  * See the LICENSE file in the root directory of this source tree.
@@ -444,7 +444,7 @@ const Pencil = [
444
444
  ];
445
445
 
446
446
  /**
447
- * @license lucide v0.544.0 - ISC
447
+ * @license lucide v0.548.0 - ISC
448
448
  *
449
449
  * This source code is licensed under the ISC license.
450
450
  * See the LICENSE file in the root directory of this source tree.
@@ -461,7 +461,7 @@ const Pin = [
461
461
  ];
462
462
 
463
463
  /**
464
- * @license lucide v0.544.0 - ISC
464
+ * @license lucide v0.548.0 - ISC
465
465
  *
466
466
  * This source code is licensed under the ISC license.
467
467
  * See the LICENSE file in the root directory of this source tree.
@@ -475,7 +475,7 @@ const Play = [
475
475
  ];
476
476
 
477
477
  /**
478
- * @license lucide v0.544.0 - ISC
478
+ * @license lucide v0.548.0 - ISC
479
479
  *
480
480
  * This source code is licensed under the ISC license.
481
481
  * See the LICENSE file in the root directory of this source tree.
@@ -487,7 +487,7 @@ const Plus = [
487
487
  ];
488
488
 
489
489
  /**
490
- * @license lucide v0.544.0 - ISC
490
+ * @license lucide v0.548.0 - ISC
491
491
  *
492
492
  * This source code is licensed under the ISC license.
493
493
  * See the LICENSE file in the root directory of this source tree.
@@ -499,7 +499,7 @@ const Reply = [
499
499
  ];
500
500
 
501
501
  /**
502
- * @license lucide v0.544.0 - ISC
502
+ * @license lucide v0.548.0 - ISC
503
503
  *
504
504
  * This source code is licensed under the ISC license.
505
505
  * See the LICENSE file in the root directory of this source tree.
@@ -511,7 +511,7 @@ const RotateCw = [
511
511
  ];
512
512
 
513
513
  /**
514
- * @license lucide v0.544.0 - ISC
514
+ * @license lucide v0.548.0 - ISC
515
515
  *
516
516
  * This source code is licensed under the ISC license.
517
517
  * See the LICENSE file in the root directory of this source tree.
@@ -529,7 +529,7 @@ const Save = [
529
529
  ];
530
530
 
531
531
  /**
532
- * @license lucide v0.544.0 - ISC
532
+ * @license lucide v0.548.0 - ISC
533
533
  *
534
534
  * This source code is licensed under the ISC license.
535
535
  * See the LICENSE file in the root directory of this source tree.
@@ -541,7 +541,7 @@ const Search = [
541
541
  ];
542
542
 
543
543
  /**
544
- * @license lucide v0.544.0 - ISC
544
+ * @license lucide v0.548.0 - ISC
545
545
  *
546
546
  * This source code is licensed under the ISC license.
547
547
  * See the LICENSE file in the root directory of this source tree.
@@ -558,7 +558,7 @@ const Send = [
558
558
  ];
559
559
 
560
560
  /**
561
- * @license lucide v0.544.0 - ISC
561
+ * @license lucide v0.548.0 - ISC
562
562
  *
563
563
  * This source code is licensed under the ISC license.
564
564
  * See the LICENSE file in the root directory of this source tree.
@@ -577,7 +577,7 @@ const SlidersHorizontal = [
577
577
  ];
578
578
 
579
579
  /**
580
- * @license lucide v0.544.0 - ISC
580
+ * @license lucide v0.548.0 - ISC
581
581
  *
582
582
  * This source code is licensed under the ISC license.
583
583
  * See the LICENSE file in the root directory of this source tree.
@@ -591,7 +591,7 @@ const SquareMenu = [
591
591
  ];
592
592
 
593
593
  /**
594
- * @license lucide v0.544.0 - ISC
594
+ * @license lucide v0.548.0 - ISC
595
595
  *
596
596
  * This source code is licensed under the ISC license.
597
597
  * See the LICENSE file in the root directory of this source tree.
@@ -608,7 +608,7 @@ const SquarePen = [
608
608
  ];
609
609
 
610
610
  /**
611
- * @license lucide v0.544.0 - ISC
611
+ * @license lucide v0.548.0 - ISC
612
612
  *
613
613
  * This source code is licensed under the ISC license.
614
614
  * See the LICENSE file in the root directory of this source tree.
@@ -621,7 +621,7 @@ const Touchpad = [
621
621
  ];
622
622
 
623
623
  /**
624
- * @license lucide v0.544.0 - ISC
624
+ * @license lucide v0.548.0 - ISC
625
625
  *
626
626
  * This source code is licensed under the ISC license.
627
627
  * See the LICENSE file in the root directory of this source tree.
@@ -636,7 +636,7 @@ const Trash2 = [
636
636
  ];
637
637
 
638
638
  /**
639
- * @license lucide v0.544.0 - ISC
639
+ * @license lucide v0.548.0 - ISC
640
640
  *
641
641
  * This source code is licensed under the ISC license.
642
642
  * See the LICENSE file in the root directory of this source tree.
@@ -649,7 +649,7 @@ const TriangleAlert = [
649
649
  ];
650
650
 
651
651
  /**
652
- * @license lucide v0.544.0 - ISC
652
+ * @license lucide v0.548.0 - ISC
653
653
  *
654
654
  * This source code is licensed under the ISC license.
655
655
  * See the LICENSE file in the root directory of this source tree.
@@ -660,7 +660,7 @@ const Triangle = [
660
660
  ];
661
661
 
662
662
  /**
663
- * @license lucide v0.544.0 - ISC
663
+ * @license lucide v0.548.0 - ISC
664
664
  *
665
665
  * This source code is licensed under the ISC license.
666
666
  * See the LICENSE file in the root directory of this source tree.
@@ -684,7 +684,7 @@ const Unlink = [
684
684
  ];
685
685
 
686
686
  /**
687
- * @license lucide v0.544.0 - ISC
687
+ * @license lucide v0.548.0 - ISC
688
688
  *
689
689
  * This source code is licensed under the ISC license.
690
690
  * See the LICENSE file in the root directory of this source tree.
@@ -696,7 +696,7 @@ const UserRound = [
696
696
  ];
697
697
 
698
698
  /**
699
- * @license lucide v0.544.0 - ISC
699
+ * @license lucide v0.548.0 - ISC
700
700
  *
701
701
  * This source code is licensed under the ISC license.
702
702
  * See the LICENSE file in the root directory of this source tree.
@@ -710,7 +710,7 @@ const UserSearch = [
710
710
  ];
711
711
 
712
712
  /**
713
- * @license lucide v0.544.0 - ISC
713
+ * @license lucide v0.548.0 - ISC
714
714
  *
715
715
  * This source code is licensed under the ISC license.
716
716
  * See the LICENSE file in the root directory of this source tree.
@@ -723,7 +723,7 @@ const UsersRound = [
723
723
  ];
724
724
 
725
725
  /**
726
- * @license lucide v0.544.0 - ISC
726
+ * @license lucide v0.548.0 - ISC
727
727
  *
728
728
  * This source code is licensed under the ISC license.
729
729
  * See the LICENSE file in the root directory of this source tree.
@@ -1,7 +1,7 @@
1
- import { p as proxyCustomElement, H, c as createEvent, h } from './p-DRz4sc4i.js';
2
- import { c as configStore } from './p-CzLeqYlq.js';
1
+ import { p as proxyCustomElement, H, c as createEvent, h } from './p-BsVBC0QF.js';
2
+ import { c as configStore } from './p-CXxNtcxg.js';
3
3
  import { u as useTranslation } from './p-D93wPIC3.js';
4
- import { Q as QuickMessageTemplateButtonList, a as QuickMessageTemplateButtonDialog } from './p-CtFQExqY.js';
4
+ import { Q as QuickMessageTemplateButtonList, a as QuickMessageTemplateButtonDialog } from './p-CSjwRjNB.js';
5
5
  import { i as isValidUrl, a as isValidTelephoneNumber } from './p-IgrOqwTQ.js';
6
6
 
7
7
  const QuickMessageButtonContentComponent = /*@__PURE__*/ proxyCustomElement(class QuickMessageButtonContentComponent extends H {
@@ -128,7 +128,7 @@ const QuickMessageButtonContentComponent = /*@__PURE__*/ proxyCustomElement(clas
128
128
  const t = useTranslation();
129
129
  return (h("div", { class: "flex flex-col gap-4 items-end", "data-theme": theme }, h("div", { class: `relative w-full max-w-md rounded-xl border-[1.5px] p-4 pb-8 focus:outline-none ring-primary border-primary` }, h("textarea", { value: text, onInput: this.handleTextChange, placeholder: this.placeholder, class: `w-full border-primary pr-16 focus:outline-none ring-primary rounded-xl text-sm bg-background`, maxLength: this.maxLength, rows: 3 }), h("div", { class: `flex items-center justify-end text-sm text-theme-gray` }, text.length, "/", this.maxLength), h(QuickMessageTemplateButtonList, { buttons: buttons, maxButtonCount: this.maxButtonCount, addButtonLabel: t('quick_message.add_button'), onButtonClick: button => this.openCreateButtonDialog(button), onAddButton: () => this.openCreateButtonDialog(), onReorderButton: (buttonId, direction) => this.reorderButtons(buttonId, direction), listClass: "mt-2 flex flex-col gap-3", buttonClass: "px-2" }), h(QuickMessageTemplateButtonDialog, { isOpen: this.isShowCreateButtonDialog, isEditing: !!this.editingButtonId, label: this.createButtonLabel, actionValue: this.createButtonAction, actionType: this.createButtonType, maxButtonNameLength: this.maxButtonNameLength, onLabelInput: value => (this.createButtonLabel = value), onActionInput: value => (this.createButtonAction = value), onActionTypeChange: type => this.setCreateButtonType(type), onClose: () => this.closeCreateButtonDialog(), onSave: () => this.handleCreateButtonSave(), onDelete: this.editingButtonId ? () => this.handleDeleteEditingButton() : undefined }))));
130
130
  }
131
- }, [256, "quick-message-button-content", {
131
+ }, [768, "quick-message-button-content", {
132
132
  "content": [16],
133
133
  "maxLength": [2, "max-length"],
134
134
  "maxButtonCount": [2, "max-button-count"],