zignal-stencil-library 1.1.143 → 1.1.145

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 (183) hide show
  1. package/dist/cjs/autocomplete-address_44.cjs.entry.js +131 -106
  2. package/dist/cjs/quick-message-app.cjs.entry.js +1 -1
  3. package/dist/collection/components/autocomplete-address/autocomplete-address.css +1 -1
  4. package/dist/collection/components/autocomplete-multiple-select/autocomplete-multiple-select.css +1 -1
  5. package/dist/collection/components/autocomplete-select/autocomplete-select.css +1 -1
  6. package/dist/collection/components/channel-box/channel-box.css +1 -1
  7. package/dist/collection/components/chat-app/chat-app.css +1 -1
  8. package/dist/collection/components/chat-header/chat-header.css +1 -1
  9. package/dist/collection/components/chat-input/chat-input.css +1 -1
  10. package/dist/collection/components/checkbox-list/checkbox-list.css +1 -1
  11. package/dist/collection/components/dialog-bill-editor/dialog-bill-editor.css +1 -1
  12. package/dist/collection/components/dialog-custom-filter/dialog-custom-filter.css +1 -1
  13. package/dist/collection/components/dialog-editor/dialog-editor.css +1 -1
  14. package/dist/collection/components/dialog-preview-media/dialog-preview-media.css +1 -1
  15. package/dist/collection/components/dialog-search/dialog-search.css +1 -1
  16. package/dist/collection/components/menu-chat-channel/menu-chat-channel.css +1 -1
  17. package/dist/collection/components/menu-chat-type/menu-chat-type.css +1 -1
  18. package/dist/collection/components/menu-chat-type/menu-chat-type.js +3 -3
  19. package/dist/collection/components/menu-list/menu-list.css +1 -1
  20. package/dist/collection/components/message-box/message-box.css +1 -1
  21. package/dist/collection/components/message-content/message-content.css +1 -1
  22. package/dist/collection/components/message-item/message-item.css +1 -1
  23. package/dist/collection/components/message-media/message-media.css +1 -1
  24. package/dist/collection/components/profile-history/profile-history.css +1 -1
  25. package/dist/collection/components/profile-info/profile-info.css +1 -1
  26. package/dist/collection/components/profile-media/profile-media.css +1 -1
  27. package/dist/collection/components/profile-tabs/profile-tabs.css +1 -1
  28. package/dist/collection/components/quick-message-add-template/quick-message-add-template.css +1 -1
  29. package/dist/collection/components/quick-message-app/quick-message-app.css +1 -1
  30. package/dist/collection/components/quick-message-file/quick-message-file.css +1 -1
  31. package/dist/collection/components/quick-message-image/quick-message-image.css +1 -1
  32. package/dist/collection/components/quick-message-modal/quick-message-modal.css +1 -1
  33. package/dist/collection/components/quick-message-template/quick-message-template.css +1 -1
  34. package/dist/collection/components/search-box/search-box.css +1 -1
  35. package/dist/collection/components/status-badge/status-badge.css +1 -1
  36. package/dist/collection/components/tag-list/tag-list.css +1 -1
  37. package/dist/collection/components/tag-or-status-item/tag-or-status-item.css +1 -1
  38. package/dist/collection/components/tag-popper/tag-popper.css +1 -1
  39. package/dist/collection/components/typography-clamp/typography-clamp.css +1 -1
  40. package/dist/collection/components/z-avatar/z-avatar.css +1 -1
  41. package/dist/collection/components/z-dialog/z-dialog.css +1 -1
  42. package/dist/collection/store/message.js +17 -6
  43. package/dist/collection/utils/func.js +10 -0
  44. package/dist/components/autocomplete-address.js +1 -1
  45. package/dist/components/autocomplete-multiple-select.js +1 -1
  46. package/dist/components/autocomplete-select.js +1 -1
  47. package/dist/components/channel-box.js +1 -1
  48. package/dist/components/chat-app.js +45 -45
  49. package/dist/components/chat-header.js +1 -1
  50. package/dist/components/chat-input.js +1 -1
  51. package/dist/components/checkbox-list.js +1 -1
  52. package/dist/components/dialog-bill-editor.js +1 -1
  53. package/dist/components/dialog-custom-filter.js +1 -1
  54. package/dist/components/dialog-editor.js +1 -1
  55. package/dist/components/dialog-preview-media.js +1 -1
  56. package/dist/components/dialog-search.js +1 -1
  57. package/dist/components/menu-chat-channel.js +1 -1
  58. package/dist/components/menu-chat-type.js +1 -1
  59. package/dist/components/menu-list.js +1 -1
  60. package/dist/components/message-box.js +1 -1
  61. package/dist/components/message-content.js +1 -1
  62. package/dist/components/message-item.js +1 -1
  63. package/dist/components/message-media.js +1 -1
  64. package/dist/components/{p-eQKIBoii.js → p-58d7ZTnt.js} +1 -1
  65. package/dist/components/{p-F02wW9ft.js → p-5eX3kyiQ.js} +1 -1
  66. package/dist/components/{p-BP4eL5qI.js → p-AJGpwcrT.js} +1 -1
  67. package/dist/components/{p-0Xb5ihNY.js → p-B9RQoH2A.js} +2 -2
  68. package/dist/components/p-B9cWr7G8.js +96 -0
  69. package/dist/components/p-BCvEI63I.js +129 -0
  70. package/dist/components/p-BKbODGlB.js +98 -0
  71. package/dist/components/p-BKmiATqp.js +223 -0
  72. package/dist/components/p-BTU_HKYh.js +76 -0
  73. package/dist/components/{p-DdeVGuv6.js → p-BdGJ6MDW.js} +11 -1
  74. package/dist/components/p-Bfd45zvx.js +57 -0
  75. package/dist/components/p-BpHK8oI0.js +154 -0
  76. package/dist/components/p-C0nD9Cd5.js +155 -0
  77. package/dist/components/p-C8TbY-OT.js +683 -0
  78. package/dist/components/p-CCQTmcLF.js +178 -0
  79. package/dist/components/p-CDyHtDMN.js +138 -0
  80. package/dist/components/{p-BT1WMyju.js → p-CGmYhVxN.js} +1 -1
  81. package/dist/components/p-CId0ZHVQ.js +122 -0
  82. package/dist/components/p-CJGjoVWE.js +137 -0
  83. package/dist/components/p-COMQKSo0.js +156 -0
  84. package/dist/components/p-CSblYdU7.js +158 -0
  85. package/dist/components/{p-BrSI5zIs.js → p-CWtPpOBT.js} +17 -7
  86. package/dist/components/p-C_90k9r4.js +265 -0
  87. package/dist/components/p-C_sA5whV.js +135 -0
  88. package/dist/components/p-CdqDLpa_.js +119 -0
  89. package/dist/components/{p-CC4P_9rg.js → p-Cdy6PVop.js} +1 -1
  90. package/dist/components/p-CeD1HkA5.js +108 -0
  91. package/dist/components/p-Ctzvkk75.js +166 -0
  92. package/dist/components/p-D9w7rqUC.js +312 -0
  93. package/dist/components/p-DBIGP6MX.js +32 -0
  94. package/dist/components/p-DFM40Q2X.js +578 -0
  95. package/dist/components/p-DG1faycp.js +74 -0
  96. package/dist/components/p-DK6pA_nZ.js +231 -0
  97. package/dist/components/p-DQxniYAn.js +563 -0
  98. package/dist/components/p-DS_GyM2J.js +102 -0
  99. package/dist/components/p-DWVXAToa.js +107 -0
  100. package/dist/components/p-Da7MH2Ft.js +215 -0
  101. package/dist/components/{p-BhJF6W1c.js → p-DeLRW65o.js} +1 -1
  102. package/dist/components/p-Df73s4hu.js +599 -0
  103. package/dist/components/p-DmCN6ybd.js +515 -0
  104. package/dist/components/p-DsfdMD1H.js +128 -0
  105. package/dist/components/p-DskXFQuJ.js +554 -0
  106. package/dist/components/{p-DHNMU_Bn.js → p-DvJa8dWI.js} +1 -1
  107. package/dist/components/p-DxN1I0oE.js +214 -0
  108. package/dist/components/p-Dx_jGeBN.js +171 -0
  109. package/dist/components/p-DzNW4P8I.js +51 -0
  110. package/dist/components/{p-DhX2jMai.js → p-Sf5NNGh3.js} +63 -58
  111. package/dist/components/p-gdJG2TUf.js +168 -0
  112. package/dist/components/p-p3i6SihM.js +65 -0
  113. package/dist/components/{p-BlO4zowa.js → p-pY1yLd9B.js} +1 -1
  114. package/dist/components/profile-history.js +1 -1
  115. package/dist/components/profile-info.js +1 -1
  116. package/dist/components/profile-media.js +1 -1
  117. package/dist/components/profile-tabs.js +1 -1
  118. package/dist/components/quick-message-add-template.js +1 -1
  119. package/dist/components/quick-message-app.js +10 -10
  120. package/dist/components/quick-message-button-content.js +1 -1
  121. package/dist/components/quick-message-file.js +1 -1
  122. package/dist/components/quick-message-image-content.js +1 -1
  123. package/dist/components/quick-message-image.js +1 -1
  124. package/dist/components/quick-message-menu-list-content.js +1 -1
  125. package/dist/components/quick-message-modal.js +1 -1
  126. package/dist/components/quick-message-template.js +1 -1
  127. package/dist/components/quick-message-video-content.js +1 -1
  128. package/dist/components/search-box.js +1 -1
  129. package/dist/components/status-badge.js +1 -1
  130. package/dist/components/summarize-message-section.js +1 -1
  131. package/dist/components/tag-list.js +1 -1
  132. package/dist/components/tag-or-status-item.js +1 -1
  133. package/dist/components/tag-popper.js +1 -1
  134. package/dist/components/typography-clamp.js +1 -1
  135. package/dist/components/user-info-section.js +1 -1
  136. package/dist/components/z-avatar.js +1 -1
  137. package/dist/components/z-dialog.js +1 -1
  138. package/dist/esm/autocomplete-address_44.entry.js +131 -106
  139. package/dist/esm/quick-message-app.entry.js +1 -1
  140. package/dist/types/utils/func.d.ts +1 -0
  141. package/dist/zignal-stencil-library/{p-06acd2ef.entry.js → p-7376f2ec.entry.js} +1 -1
  142. package/dist/zignal-stencil-library/p-d77bd623.entry.js +2 -0
  143. package/dist/zignal-stencil-library/zignal-stencil-library.esm.js +1 -1
  144. package/package.json +1 -1
  145. package/dist/components/p--u5ZRFQ6.js +0 -122
  146. package/dist/components/p-6b1hh8eI.js +0 -166
  147. package/dist/components/p-B0VKWVvz.js +0 -32
  148. package/dist/components/p-B4RgfHu8.js +0 -119
  149. package/dist/components/p-BLe7AhCL.js +0 -578
  150. package/dist/components/p-BQRfrS7G.js +0 -98
  151. package/dist/components/p-BSWsJYom.js +0 -171
  152. package/dist/components/p-BToydTPE.js +0 -265
  153. package/dist/components/p-BZ0hybTK.js +0 -154
  154. package/dist/components/p-B_uYKNc1.js +0 -102
  155. package/dist/components/p-BdcvrtXY.js +0 -554
  156. package/dist/components/p-BoQU81JA.js +0 -96
  157. package/dist/components/p-Bxw15CPS.js +0 -129
  158. package/dist/components/p-C3SHqCp8.js +0 -563
  159. package/dist/components/p-CQrd1TNL.js +0 -107
  160. package/dist/components/p-CY5Nww7I.js +0 -215
  161. package/dist/components/p-CaTNmYZ9.js +0 -155
  162. package/dist/components/p-CcDxXHxH.js +0 -156
  163. package/dist/components/p-CeF1l_ZB.js +0 -168
  164. package/dist/components/p-CeshV95P.js +0 -231
  165. package/dist/components/p-CvSHcjYm.js +0 -515
  166. package/dist/components/p-CxG3Z6PS.js +0 -683
  167. package/dist/components/p-D-J6N-oG.js +0 -74
  168. package/dist/components/p-D9XnLoX8.js +0 -158
  169. package/dist/components/p-DL_RMkBP.js +0 -223
  170. package/dist/components/p-DQePpd3c.js +0 -214
  171. package/dist/components/p-DaAU1ck1.js +0 -65
  172. package/dist/components/p-DbhMkQSd.js +0 -108
  173. package/dist/components/p-DsPvKDrX.js +0 -51
  174. package/dist/components/p-DtRiByRd.js +0 -312
  175. package/dist/components/p-EQid86GT.js +0 -178
  176. package/dist/components/p-L14cMx54.js +0 -135
  177. package/dist/components/p-V4ShVYto.js +0 -599
  178. package/dist/components/p-W07xy6-V.js +0 -128
  179. package/dist/components/p-mvz2sQtD.js +0 -138
  180. package/dist/components/p-nG_2_In2.js +0 -57
  181. package/dist/components/p-rYKnSW3c.js +0 -76
  182. package/dist/components/p-sodZSeRO.js +0 -137
  183. package/dist/zignal-stencil-library/p-8cddb656.entry.js +0 -2
@@ -1,7 +1,7 @@
1
1
  import { h } from './p-CspQEuuq.js';
2
2
 
3
3
  /**
4
- * @license lucide v0.548.0 - ISC
4
+ * @license lucide v0.553.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.548.0 - ISC
16
+ * @license lucide v0.553.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.548.0 - ISC
28
+ * @license lucide v0.553.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.548.0 - ISC
40
+ * @license lucide v0.553.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.548.0 - ISC
61
+ * @license lucide v0.553.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.548.0 - ISC
77
+ * @license lucide v0.553.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.548.0 - ISC
94
+ * @license lucide v0.553.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.548.0 - ISC
103
+ * @license lucide v0.553.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.548.0 - ISC
112
+ * @license lucide v0.553.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 ChevronRight = [["path", { d: "m9 18 6-6-6-6" }]];
118
+ const ChevronLeft = [["path", { d: "m15 18-6-6 6-6" }]];
119
119
 
120
120
  /**
121
- * @license lucide v0.548.0 - ISC
121
+ * @license lucide v0.553.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 ChevronUp = [["path", { d: "m18 15-6-6-6 6" }]];
127
+ const ChevronRight = [["path", { d: "m9 18 6-6-6-6" }]];
128
128
 
129
129
  /**
130
- * @license lucide v0.548.0 - ISC
130
+ * @license lucide v0.553.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 ChevronLeft = [["path", { d: "m15 18-6-6 6-6" }]];
136
+ const ChevronUp = [["path", { d: "m18 15-6-6-6 6" }]];
137
137
 
138
138
  /**
139
- * @license lucide v0.548.0 - ISC
139
+ * @license lucide v0.553.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.548.0 - ISC
151
+ * @license lucide v0.553.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.548.0 - ISC
163
+ * @license lucide v0.553.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.548.0 - ISC
176
+ * @license lucide v0.553.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.548.0 - ISC
189
+ * @license lucide v0.553.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.548.0 - ISC
202
+ * @license lucide v0.553.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,19 +212,24 @@ const Ellipsis = [
212
212
  ];
213
213
 
214
214
  /**
215
- * @license lucide v0.548.0 - ISC
215
+ * @license lucide v0.553.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.
219
219
  */
220
220
 
221
221
  const File = [
222
- ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }],
223
- ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }]
222
+ [
223
+ "path",
224
+ {
225
+ d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"
226
+ }
227
+ ],
228
+ ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }]
224
229
  ];
225
230
 
226
231
  /**
227
- * @license lucide v0.548.0 - ISC
232
+ * @license lucide v0.553.0 - ISC
228
233
  *
229
234
  * This source code is licensed under the ISC license.
230
235
  * See the LICENSE file in the root directory of this source tree.
@@ -240,7 +245,7 @@ const Folder = [
240
245
  ];
241
246
 
242
247
  /**
243
- * @license lucide v0.548.0 - ISC
248
+ * @license lucide v0.553.0 - ISC
244
249
  *
245
250
  * This source code is licensed under the ISC license.
246
251
  * See the LICENSE file in the root directory of this source tree.
@@ -256,7 +261,7 @@ const Funnel = [
256
261
  ];
257
262
 
258
263
  /**
259
- * @license lucide v0.548.0 - ISC
264
+ * @license lucide v0.553.0 - ISC
260
265
  *
261
266
  * This source code is licensed under the ISC license.
262
267
  * See the LICENSE file in the root directory of this source tree.
@@ -269,7 +274,7 @@ const Globe = [
269
274
  ];
270
275
 
271
276
  /**
272
- * @license lucide v0.548.0 - ISC
277
+ * @license lucide v0.553.0 - ISC
273
278
  *
274
279
  * This source code is licensed under the ISC license.
275
280
  * See the LICENSE file in the root directory of this source tree.
@@ -285,7 +290,7 @@ const ImageOff = [
285
290
  ];
286
291
 
287
292
  /**
288
- * @license lucide v0.548.0 - ISC
293
+ * @license lucide v0.553.0 - ISC
289
294
  *
290
295
  * This source code is licensed under the ISC license.
291
296
  * See the LICENSE file in the root directory of this source tree.
@@ -298,7 +303,7 @@ const Image = [
298
303
  ];
299
304
 
300
305
  /**
301
- * @license lucide v0.548.0 - ISC
306
+ * @license lucide v0.553.0 - ISC
302
307
  *
303
308
  * This source code is licensed under the ISC license.
304
309
  * See the LICENSE file in the root directory of this source tree.
@@ -315,7 +320,7 @@ const Inbox = [
315
320
  ];
316
321
 
317
322
  /**
318
- * @license lucide v0.548.0 - ISC
323
+ * @license lucide v0.553.0 - ISC
319
324
  *
320
325
  * This source code is licensed under the ISC license.
321
326
  * See the LICENSE file in the root directory of this source tree.
@@ -328,7 +333,7 @@ const Info = [
328
333
  ];
329
334
 
330
335
  /**
331
- * @license lucide v0.548.0 - ISC
336
+ * @license lucide v0.553.0 - ISC
332
337
  *
333
338
  * This source code is licensed under the ISC license.
334
339
  * See the LICENSE file in the root directory of this source tree.
@@ -344,7 +349,7 @@ const Languages = [
344
349
  ];
345
350
 
346
351
  /**
347
- * @license lucide v0.548.0 - ISC
352
+ * @license lucide v0.553.0 - ISC
348
353
  *
349
354
  * This source code is licensed under the ISC license.
350
355
  * See the LICENSE file in the root directory of this source tree.
@@ -353,7 +358,7 @@ const Languages = [
353
358
  const LoaderCircle = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56" }]];
354
359
 
355
360
  /**
356
- * @license lucide v0.548.0 - ISC
361
+ * @license lucide v0.553.0 - ISC
357
362
  *
358
363
  * This source code is licensed under the ISC license.
359
364
  * See the LICENSE file in the root directory of this source tree.
@@ -366,7 +371,7 @@ const MailCheck = [
366
371
  ];
367
372
 
368
373
  /**
369
- * @license lucide v0.548.0 - ISC
374
+ * @license lucide v0.553.0 - ISC
370
375
  *
371
376
  * This source code is licensed under the ISC license.
372
377
  * See the LICENSE file in the root directory of this source tree.
@@ -380,7 +385,7 @@ const MailWarning = [
380
385
  ];
381
386
 
382
387
  /**
383
- * @license lucide v0.548.0 - ISC
388
+ * @license lucide v0.553.0 - ISC
384
389
  *
385
390
  * This source code is licensed under the ISC license.
386
391
  * See the LICENSE file in the root directory of this source tree.
@@ -392,7 +397,7 @@ const Mail = [
392
397
  ];
393
398
 
394
399
  /**
395
- * @license lucide v0.548.0 - ISC
400
+ * @license lucide v0.553.0 - ISC
396
401
  *
397
402
  * This source code is licensed under the ISC license.
398
403
  * See the LICENSE file in the root directory of this source tree.
@@ -411,7 +416,7 @@ const MessageSquareText = [
411
416
  ];
412
417
 
413
418
  /**
414
- * @license lucide v0.548.0 - ISC
419
+ * @license lucide v0.553.0 - ISC
415
420
  *
416
421
  * This source code is licensed under the ISC license.
417
422
  * See the LICENSE file in the root directory of this source tree.
@@ -427,7 +432,7 @@ const Paperclip = [
427
432
  ];
428
433
 
429
434
  /**
430
- * @license lucide v0.548.0 - ISC
435
+ * @license lucide v0.553.0 - ISC
431
436
  *
432
437
  * This source code is licensed under the ISC license.
433
438
  * See the LICENSE file in the root directory of this source tree.
@@ -444,7 +449,7 @@ const Pencil = [
444
449
  ];
445
450
 
446
451
  /**
447
- * @license lucide v0.548.0 - ISC
452
+ * @license lucide v0.553.0 - ISC
448
453
  *
449
454
  * This source code is licensed under the ISC license.
450
455
  * See the LICENSE file in the root directory of this source tree.
@@ -461,7 +466,7 @@ const Pin = [
461
466
  ];
462
467
 
463
468
  /**
464
- * @license lucide v0.548.0 - ISC
469
+ * @license lucide v0.553.0 - ISC
465
470
  *
466
471
  * This source code is licensed under the ISC license.
467
472
  * See the LICENSE file in the root directory of this source tree.
@@ -475,7 +480,7 @@ const Play = [
475
480
  ];
476
481
 
477
482
  /**
478
- * @license lucide v0.548.0 - ISC
483
+ * @license lucide v0.553.0 - ISC
479
484
  *
480
485
  * This source code is licensed under the ISC license.
481
486
  * See the LICENSE file in the root directory of this source tree.
@@ -487,7 +492,7 @@ const Plus = [
487
492
  ];
488
493
 
489
494
  /**
490
- * @license lucide v0.548.0 - ISC
495
+ * @license lucide v0.553.0 - ISC
491
496
  *
492
497
  * This source code is licensed under the ISC license.
493
498
  * See the LICENSE file in the root directory of this source tree.
@@ -499,7 +504,7 @@ const Reply = [
499
504
  ];
500
505
 
501
506
  /**
502
- * @license lucide v0.548.0 - ISC
507
+ * @license lucide v0.553.0 - ISC
503
508
  *
504
509
  * This source code is licensed under the ISC license.
505
510
  * See the LICENSE file in the root directory of this source tree.
@@ -511,7 +516,7 @@ const RotateCw = [
511
516
  ];
512
517
 
513
518
  /**
514
- * @license lucide v0.548.0 - ISC
519
+ * @license lucide v0.553.0 - ISC
515
520
  *
516
521
  * This source code is licensed under the ISC license.
517
522
  * See the LICENSE file in the root directory of this source tree.
@@ -529,7 +534,7 @@ const Save = [
529
534
  ];
530
535
 
531
536
  /**
532
- * @license lucide v0.548.0 - ISC
537
+ * @license lucide v0.553.0 - ISC
533
538
  *
534
539
  * This source code is licensed under the ISC license.
535
540
  * See the LICENSE file in the root directory of this source tree.
@@ -541,7 +546,7 @@ const Search = [
541
546
  ];
542
547
 
543
548
  /**
544
- * @license lucide v0.548.0 - ISC
549
+ * @license lucide v0.553.0 - ISC
545
550
  *
546
551
  * This source code is licensed under the ISC license.
547
552
  * See the LICENSE file in the root directory of this source tree.
@@ -558,7 +563,7 @@ const Send = [
558
563
  ];
559
564
 
560
565
  /**
561
- * @license lucide v0.548.0 - ISC
566
+ * @license lucide v0.553.0 - ISC
562
567
  *
563
568
  * This source code is licensed under the ISC license.
564
569
  * See the LICENSE file in the root directory of this source tree.
@@ -577,7 +582,7 @@ const SlidersHorizontal = [
577
582
  ];
578
583
 
579
584
  /**
580
- * @license lucide v0.548.0 - ISC
585
+ * @license lucide v0.553.0 - ISC
581
586
  *
582
587
  * This source code is licensed under the ISC license.
583
588
  * See the LICENSE file in the root directory of this source tree.
@@ -591,7 +596,7 @@ const SquareMenu = [
591
596
  ];
592
597
 
593
598
  /**
594
- * @license lucide v0.548.0 - ISC
599
+ * @license lucide v0.553.0 - ISC
595
600
  *
596
601
  * This source code is licensed under the ISC license.
597
602
  * See the LICENSE file in the root directory of this source tree.
@@ -608,7 +613,7 @@ const SquarePen = [
608
613
  ];
609
614
 
610
615
  /**
611
- * @license lucide v0.548.0 - ISC
616
+ * @license lucide v0.553.0 - ISC
612
617
  *
613
618
  * This source code is licensed under the ISC license.
614
619
  * See the LICENSE file in the root directory of this source tree.
@@ -621,7 +626,7 @@ const Touchpad = [
621
626
  ];
622
627
 
623
628
  /**
624
- * @license lucide v0.548.0 - ISC
629
+ * @license lucide v0.553.0 - ISC
625
630
  *
626
631
  * This source code is licensed under the ISC license.
627
632
  * See the LICENSE file in the root directory of this source tree.
@@ -636,7 +641,7 @@ const Trash2 = [
636
641
  ];
637
642
 
638
643
  /**
639
- * @license lucide v0.548.0 - ISC
644
+ * @license lucide v0.553.0 - ISC
640
645
  *
641
646
  * This source code is licensed under the ISC license.
642
647
  * See the LICENSE file in the root directory of this source tree.
@@ -649,7 +654,7 @@ const TriangleAlert = [
649
654
  ];
650
655
 
651
656
  /**
652
- * @license lucide v0.548.0 - ISC
657
+ * @license lucide v0.553.0 - ISC
653
658
  *
654
659
  * This source code is licensed under the ISC license.
655
660
  * See the LICENSE file in the root directory of this source tree.
@@ -660,7 +665,7 @@ const Triangle = [
660
665
  ];
661
666
 
662
667
  /**
663
- * @license lucide v0.548.0 - ISC
668
+ * @license lucide v0.553.0 - ISC
664
669
  *
665
670
  * This source code is licensed under the ISC license.
666
671
  * See the LICENSE file in the root directory of this source tree.
@@ -684,7 +689,7 @@ const Unlink = [
684
689
  ];
685
690
 
686
691
  /**
687
- * @license lucide v0.548.0 - ISC
692
+ * @license lucide v0.553.0 - ISC
688
693
  *
689
694
  * This source code is licensed under the ISC license.
690
695
  * See the LICENSE file in the root directory of this source tree.
@@ -696,7 +701,7 @@ const UserRound = [
696
701
  ];
697
702
 
698
703
  /**
699
- * @license lucide v0.548.0 - ISC
704
+ * @license lucide v0.553.0 - ISC
700
705
  *
701
706
  * This source code is licensed under the ISC license.
702
707
  * See the LICENSE file in the root directory of this source tree.
@@ -710,7 +715,7 @@ const UserSearch = [
710
715
  ];
711
716
 
712
717
  /**
713
- * @license lucide v0.548.0 - ISC
718
+ * @license lucide v0.553.0 - ISC
714
719
  *
715
720
  * This source code is licensed under the ISC license.
716
721
  * See the LICENSE file in the root directory of this source tree.
@@ -723,7 +728,7 @@ const UsersRound = [
723
728
  ];
724
729
 
725
730
  /**
726
- * @license lucide v0.548.0 - ISC
731
+ * @license lucide v0.553.0 - ISC
727
732
  *
728
733
  * This source code is licensed under the ISC license.
729
734
  * See the LICENSE file in the root directory of this source tree.