@design-edito/tools 0.2.16 → 0.2.18

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 (236) hide show
  1. package/agnostic/arrays/index.js +10 -10
  2. package/agnostic/arrays/random-pick/index.js +6 -6
  3. package/agnostic/booleans/index.js +3 -12
  4. package/agnostic/colors/channels/index.js +4 -3
  5. package/agnostic/colors/contrast/index.js +5 -4
  6. package/agnostic/colors/convert/index.js +3 -2
  7. package/agnostic/colors/distance/index.js +4 -3
  8. package/agnostic/colors/grayscale/index.js +4 -3
  9. package/agnostic/colors/index.js +22 -20
  10. package/agnostic/colors/invert/index.js +4 -3
  11. package/agnostic/colors/lerp/index.js +4 -3
  12. package/agnostic/colors/luminance/index.js +4 -3
  13. package/agnostic/colors/palette/index.js +6 -5
  14. package/agnostic/colors/rotate/index.js +5 -4
  15. package/agnostic/colors/tidy/index.js +3 -2
  16. package/agnostic/colors/typechecks/index.js +2 -1
  17. package/agnostic/colors/types.js +7 -0
  18. package/agnostic/css/index.js +13 -33
  19. package/agnostic/css/styles-set/index.js +8 -8
  20. package/agnostic/errors/index.js +2 -2
  21. package/agnostic/html/hyper-json/cast/index.js +4 -4
  22. package/agnostic/html/hyper-json/index.js +5 -5
  23. package/agnostic/html/hyper-json/smart-tags/coalesced/add/index.js +4 -4
  24. package/agnostic/html/hyper-json/smart-tags/coalesced/addclass/index.js +4 -4
  25. package/agnostic/html/hyper-json/smart-tags/coalesced/and/index.js +4 -4
  26. package/agnostic/html/hyper-json/smart-tags/coalesced/append/index.js +4 -4
  27. package/agnostic/html/hyper-json/smart-tags/coalesced/at/index.js +4 -4
  28. package/agnostic/html/hyper-json/smart-tags/coalesced/call/index.js +4 -4
  29. package/agnostic/html/hyper-json/smart-tags/coalesced/clone/index.js +4 -4
  30. package/agnostic/html/hyper-json/smart-tags/coalesced/deleteproperties/index.js +4 -4
  31. package/agnostic/html/hyper-json/smart-tags/coalesced/equals/index.js +4 -4
  32. package/agnostic/html/hyper-json/smart-tags/coalesced/getattribute/index.js +4 -4
  33. package/agnostic/html/hyper-json/smart-tags/coalesced/getproperties/index.js +4 -4
  34. package/agnostic/html/hyper-json/smart-tags/coalesced/getproperty/index.js +4 -4
  35. package/agnostic/html/hyper-json/smart-tags/coalesced/if/index.js +4 -4
  36. package/agnostic/html/hyper-json/smart-tags/coalesced/initialize/index.js +4 -4
  37. package/agnostic/html/hyper-json/smart-tags/coalesced/join/index.js +4 -4
  38. package/agnostic/html/hyper-json/smart-tags/coalesced/length/index.js +4 -4
  39. package/agnostic/html/hyper-json/smart-tags/coalesced/map/index.js +4 -4
  40. package/agnostic/html/hyper-json/smart-tags/coalesced/negate/index.js +4 -4
  41. package/agnostic/html/hyper-json/smart-tags/coalesced/notrailing/index.js +4 -4
  42. package/agnostic/html/hyper-json/smart-tags/coalesced/or/index.js +4 -4
  43. package/agnostic/html/hyper-json/smart-tags/coalesced/pickrandom/index.js +4 -4
  44. package/agnostic/html/hyper-json/smart-tags/coalesced/populate/index.js +4 -4
  45. package/agnostic/html/hyper-json/smart-tags/coalesced/print/index.js +4 -4
  46. package/agnostic/html/hyper-json/smart-tags/coalesced/push/index.js +4 -4
  47. package/agnostic/html/hyper-json/smart-tags/coalesced/pusheach/index.js +4 -4
  48. package/agnostic/html/hyper-json/smart-tags/coalesced/recordtoarray/index.js +4 -4
  49. package/agnostic/html/hyper-json/smart-tags/coalesced/removeattribute/index.js +4 -4
  50. package/agnostic/html/hyper-json/smart-tags/coalesced/removeclass/index.js +4 -4
  51. package/agnostic/html/hyper-json/smart-tags/coalesced/renameproperty/index.js +4 -4
  52. package/agnostic/html/hyper-json/smart-tags/coalesced/replace/index.js +4 -4
  53. package/agnostic/html/hyper-json/smart-tags/coalesced/select/index.js +4 -4
  54. package/agnostic/html/hyper-json/smart-tags/coalesced/set/index.js +4 -4
  55. package/agnostic/html/hyper-json/smart-tags/coalesced/setattribute/index.js +4 -4
  56. package/agnostic/html/hyper-json/smart-tags/coalesced/setproperty/index.js +4 -4
  57. package/agnostic/html/hyper-json/smart-tags/coalesced/sorton/index.js +4 -4
  58. package/agnostic/html/hyper-json/smart-tags/coalesced/split/index.js +4 -4
  59. package/agnostic/html/hyper-json/smart-tags/coalesced/spread/index.js +4 -4
  60. package/agnostic/html/hyper-json/smart-tags/coalesced/toarray/index.js +4 -4
  61. package/agnostic/html/hyper-json/smart-tags/coalesced/toboolean/index.js +4 -4
  62. package/agnostic/html/hyper-json/smart-tags/coalesced/toelement/index.js +4 -4
  63. package/agnostic/html/hyper-json/smart-tags/coalesced/toggleclass/index.js +4 -4
  64. package/agnostic/html/hyper-json/smart-tags/coalesced/tonodelist/index.js +4 -4
  65. package/agnostic/html/hyper-json/smart-tags/coalesced/tonull/index.js +4 -4
  66. package/agnostic/html/hyper-json/smart-tags/coalesced/tonumber/index.js +4 -4
  67. package/agnostic/html/hyper-json/smart-tags/coalesced/torecord/index.js +4 -4
  68. package/agnostic/html/hyper-json/smart-tags/coalesced/toref/index.js +4 -4
  69. package/agnostic/html/hyper-json/smart-tags/coalesced/tostring/index.js +4 -4
  70. package/agnostic/html/hyper-json/smart-tags/coalesced/totext/index.js +4 -4
  71. package/agnostic/html/hyper-json/smart-tags/coalesced/transformselected/index.js +4 -4
  72. package/agnostic/html/hyper-json/smart-tags/coalesced/trim/index.js +4 -4
  73. package/agnostic/html/hyper-json/smart-tags/isolated/boolean/index.js +4 -4
  74. package/agnostic/html/hyper-json/smart-tags/isolated/element/index.js +4 -4
  75. package/agnostic/html/hyper-json/smart-tags/isolated/get/index.js +4 -4
  76. package/agnostic/html/hyper-json/smart-tags/isolated/global/index.js +4 -4
  77. package/agnostic/html/hyper-json/smart-tags/isolated/guess/index.js +4 -4
  78. package/agnostic/html/hyper-json/smart-tags/isolated/nodelist/index.js +4 -4
  79. package/agnostic/html/hyper-json/smart-tags/isolated/number/index.js +4 -4
  80. package/agnostic/html/hyper-json/smart-tags/isolated/record/index.js +4 -4
  81. package/agnostic/html/hyper-json/smart-tags/isolated/ref/index.js +4 -4
  82. package/agnostic/html/hyper-json/smart-tags/isolated/string/index.js +4 -4
  83. package/agnostic/html/hyper-json/smart-tags/isolated/text/index.js +4 -4
  84. package/agnostic/html/hyper-json/tree/index.js +4 -4
  85. package/agnostic/html/hyper-json/utils/index.js +4 -4
  86. package/agnostic/html/index.js +19 -45
  87. package/agnostic/html/sanitize/index.js +6 -6
  88. package/agnostic/html/selector-to-element/index.js +6 -6
  89. package/agnostic/html/string-to-nodes/index.js +7 -7
  90. package/agnostic/index.js +144 -0
  91. package/agnostic/misc/assert/index.js +3 -3
  92. package/agnostic/misc/crossenv/index.js +2 -2
  93. package/agnostic/misc/index.js +45 -67
  94. package/agnostic/misc/lorem-ipsum/index.js +13 -13
  95. package/agnostic/numbers/index.js +7 -26
  96. package/agnostic/objects/index.js +10 -38
  97. package/agnostic/optim/index.js +4 -14
  98. package/agnostic/random/index.js +2 -2
  99. package/agnostic/regexps/index.js +3 -88
  100. package/agnostic/strings/index.js +9 -38
  101. package/agnostic/time/index.js +4 -4
  102. package/chunks/{chunk-CQEDNACN.js → chunk-36CTYZYA.js} +2 -2
  103. package/chunks/{chunk-VA67YLZL.js → chunk-3LCD73SB.js} +1 -1
  104. package/chunks/chunk-3TLGAIZT.js +20 -0
  105. package/chunks/{chunk-TQXFC6OS.js → chunk-3XMJVCCD.js} +4 -4
  106. package/chunks/{chunk-CA3UPHYO.js → chunk-4INHLHJT.js} +10 -10
  107. package/chunks/{chunk-IDXUS2IO.js → chunk-4P6V6CHL.js} +5 -5
  108. package/chunks/chunk-56YRW5PS.js +32 -0
  109. package/chunks/{chunk-MN4FVOU2.js → chunk-5CTAKAIP.js} +2 -2
  110. package/chunks/{chunk-UK4HNSEJ.js → chunk-5KJLSEJK.js} +10 -10
  111. package/chunks/chunk-67V4BGOB.js +107 -0
  112. package/chunks/chunk-6B26LYUI.js +43 -0
  113. package/chunks/chunk-6KM4UT6T.js +34 -0
  114. package/chunks/chunk-6NAA5YPG.js +16 -0
  115. package/chunks/chunk-6WMQTBOB.js +16 -0
  116. package/chunks/chunk-7HD4NMIG.js +20 -0
  117. package/chunks/{chunk-UG5EMKGN.js → chunk-7UGMWTP5.js} +1 -102
  118. package/chunks/{chunk-FS6LRTDK.js → chunk-7VYHSW6T.js} +10 -10
  119. package/chunks/chunk-7YJ4BB73.js +20 -0
  120. package/chunks/{chunk-JHUOMGOX.js → chunk-ATB2CQBE.js} +25 -5
  121. package/chunks/{chunk-C7SRAQMW.js → chunk-B446JIN3.js} +1 -1
  122. package/chunks/chunk-BK373LU6.js +84 -0
  123. package/chunks/chunk-BLDUC7TT.js +17 -0
  124. package/chunks/{chunk-VKNQ7MVZ.js → chunk-C4NNY3VS.js} +33 -69
  125. package/chunks/{chunk-QRS3G3YD.js → chunk-CFHCESPR.js} +5 -5
  126. package/chunks/{chunk-P2H6PV4O.js → chunk-CHUOCTRP.js} +2 -2
  127. package/chunks/chunk-CMAS4BKV.js +19 -0
  128. package/chunks/{chunk-PX4DPCZM.js → chunk-CYUEPBUN.js} +2 -2
  129. package/chunks/{chunk-BKIF2ELV.js → chunk-D5CCWCEI.js} +1 -1
  130. package/chunks/{chunk-OD2XVVE2.js → chunk-E3EYBGWM.js} +2 -2
  131. package/chunks/{chunk-D7SXHHU3.js → chunk-EGBJXHCW.js} +1 -1
  132. package/chunks/chunk-EPRR53QH.js +20 -0
  133. package/chunks/{chunk-646R6BQZ.js → chunk-EZUU2UVI.js} +10 -10
  134. package/chunks/chunk-FKDPPFHV.js +42 -0
  135. package/chunks/{chunk-YZVZKBVJ.js → chunk-FNQAF6CQ.js} +4 -2
  136. package/chunks/chunk-HXYHJZB7.js +112 -0
  137. package/chunks/{chunk-I2HTBYNO.js → chunk-IPON4W2H.js} +9 -9
  138. package/chunks/chunk-IRTPQATN.js +16 -0
  139. package/chunks/{chunk-AF2NAJS2.js → chunk-JOWI6DST.js} +2 -2
  140. package/chunks/chunk-JS56UXSY.js +31 -0
  141. package/chunks/{chunk-RDQJSWRC.js → chunk-JWF5EKM2.js} +1 -1
  142. package/chunks/{chunk-KDOMQ4LM.js → chunk-KGRQKEDD.js} +4 -4
  143. package/chunks/{chunk-E33DCHHS.js → chunk-KPVAVWAJ.js} +15 -15
  144. package/chunks/{chunk-P4YT4RBG.js → chunk-L7PIZQFC.js} +1 -1
  145. package/chunks/chunk-LIO72OKF.js +31 -0
  146. package/chunks/{chunk-XAYMIITK.js → chunk-MFIGSRSO.js} +1 -1
  147. package/chunks/{chunk-PJSPZGT2.js → chunk-MVFHSJLO.js} +21 -21
  148. package/chunks/{chunk-ZJ63OCMA.js → chunk-NCYE5WML.js} +1 -1
  149. package/chunks/{chunk-RBCZWVQH.js → chunk-NLCZUDXC.js} +4 -4
  150. package/chunks/{chunk-NOLQR5RW.js → chunk-O3UJRWTQ.js} +10 -10
  151. package/chunks/chunk-OKFZJ6DJ.js +9 -0
  152. package/chunks/{chunk-OA7Y2A5T.js → chunk-OPDP7KUM.js} +10 -10
  153. package/chunks/{chunk-O7VFJHQX.js → chunk-PNJI3RCF.js} +4 -4
  154. package/chunks/{chunk-2EHYEUX4.js → chunk-PVRYR5KX.js} +1 -1
  155. package/chunks/{chunk-Y4THX4AN.js → chunk-RZMX74FI.js} +10 -10
  156. package/chunks/chunk-RZV3B2H7.js +41 -0
  157. package/chunks/{chunk-S7637BQZ.js → chunk-S3K2QPZ6.js} +4 -4
  158. package/chunks/{chunk-X5HMM3LD.js → chunk-SA2IY5LN.js} +1 -1
  159. package/chunks/{chunk-DPQRXSZH.js → chunk-TS2ETUL7.js} +10 -10
  160. package/chunks/chunk-UNXRB2AV.js +16 -0
  161. package/chunks/{chunk-E4FJHD5R.js → chunk-WAMSK4A3.js} +1 -1
  162. package/chunks/{chunk-6NLNUGBI.js → chunk-WPQFUS4I.js} +10 -10
  163. package/chunks/chunk-WS4AWN7O.js +30 -0
  164. package/chunks/{chunk-65NTXENV.js → chunk-WSC3WODJ.js} +1 -1
  165. package/chunks/{chunk-GUBFCOBT.js → chunk-XPGAVZGK.js} +1 -1
  166. package/chunks/{chunk-24ZUWYIR.js → chunk-Y2HSS4DG.js} +10 -10
  167. package/chunks/chunk-YPTFPS76.js +91 -0
  168. package/chunks/{chunk-QW34TQCS.js → chunk-YXLHZ2KW.js} +2 -2
  169. package/chunks/{chunk-5LK2YLTK.js → chunk-ZLBSI4TR.js} +1 -1
  170. package/chunks/{chunk-EOTOFHUR.js → chunk-ZSUJVMQM.js} +10 -10
  171. package/chunks/chunk-ZUOQTT7I.js +43 -0
  172. package/components/Comp/index.js +3 -6
  173. package/components/index.js +13 -0
  174. package/node/@aws-s3/index.js +9 -8
  175. package/node/@aws-s3/storage/directory/index.js +7 -7
  176. package/node/@aws-s3/storage/file/index.js +10 -10
  177. package/node/@aws-s3/storage/index.js +8 -8
  178. package/node/@design-edito/index.js +1 -0
  179. package/node/@express/index.js +1 -0
  180. package/node/@google-cloud/index.js +13 -12
  181. package/node/@google-cloud/storage/bucket/index.js +4 -4
  182. package/node/@google-cloud/storage/directory/index.js +7 -7
  183. package/node/@google-cloud/storage/file/index.js +16 -16
  184. package/node/@google-cloud/storage/file/revoke-signed-urls/index.js +2 -2
  185. package/node/@google-cloud/storage/index.js +14 -14
  186. package/node/cloud-storage/index.js +39 -38
  187. package/node/cloud-storage/operations/copy-dir/index.js +2 -2
  188. package/node/cloud-storage/operations/copy-file/index.js +2 -2
  189. package/node/cloud-storage/operations/download-file/index.js +2 -2
  190. package/node/cloud-storage/operations/exists-file/index.js +2 -2
  191. package/node/cloud-storage/operations/index.js +46 -46
  192. package/node/cloud-storage/operations/list-dir/index.js +2 -2
  193. package/node/cloud-storage/operations/move-dir/index.js +2 -2
  194. package/node/cloud-storage/operations/move-file/index.js +2 -2
  195. package/node/cloud-storage/operations/remove-dir/index.js +2 -2
  196. package/node/cloud-storage/operations/remove-file/index.js +2 -2
  197. package/node/cloud-storage/operations/stat-file/index.js +2 -2
  198. package/node/cloud-storage/operations/upload-file/index.js +2 -2
  199. package/node/encryption/index.js +4 -3
  200. package/node/files/index.js +9 -15
  201. package/node/ftps/directory/index.js +7 -7
  202. package/node/ftps/file/index.js +7 -7
  203. package/node/ftps/index.js +10 -9
  204. package/node/images/create/index.js +15 -14
  205. package/node/images/format/index.js +15 -14
  206. package/node/images/index.js +34 -30
  207. package/node/images/metadata/index.js +15 -14
  208. package/node/images/transform/index.js +27 -25
  209. package/node/images/transform/operations/extend/index.js +15 -14
  210. package/node/images/transform/operations/flatten/index.js +15 -14
  211. package/node/images/transform/operations/overlay/index.js +15 -14
  212. package/node/images/transform/operations/resize/index.js +15 -14
  213. package/node/images/transform/operations/rotate/index.js +15 -14
  214. package/node/images/types.d.ts +1 -1
  215. package/node/images/types.js +9 -0
  216. package/node/images/utils/index.js +14 -13
  217. package/node/index.js +172 -0
  218. package/node/process/index.js +7 -13
  219. package/node/sftp/directory/index.js +7 -7
  220. package/node/sftp/file/index.js +10 -10
  221. package/node/sftp/index.js +10 -9
  222. package/package.json +1 -1
  223. package/{chunks/chunk-ALMK24GK.js → agnostic/optim/throttle-debounce/types.js} +0 -0
  224. package/chunks/{chunk-ZBAKY6DB.js → chunk-4OK2UH4M.js} +6 -6
  225. package/chunks/{chunk-73FF7HWQ.js → chunk-66S3WWJV.js} +9 -9
  226. package/chunks/{chunk-A7K5DUP7.js → chunk-74CFPDKM.js} +6 -6
  227. package/chunks/{chunk-X5F6XGEP.js → chunk-AIC5YAJU.js} +6 -6
  228. package/chunks/{chunk-LSZVKXDZ.js → chunk-G5RRNREY.js} +3 -3
  229. package/chunks/{chunk-S32K7POB.js → chunk-OVG5RGI3.js} +4 -4
  230. package/chunks/{chunk-MLLP7YSK.js → chunk-Q6KRGRCE.js} +10 -10
  231. package/chunks/{chunk-FR5H2OCV.js → chunk-UFKH5WD2.js} +3 -3
  232. package/chunks/{chunk-CNMP2GU4.js → chunk-UORTIJVT.js} +6 -6
  233. package/chunks/{chunk-UEAMPAHK.js → chunk-UXEKCYL7.js} +3 -3
  234. package/chunks/{chunk-6QFELK4E.js → chunk-VLPG725T.js} +6 -6
  235. package/chunks/{chunk-2KT7AKRW.js → chunk-WH6BPDAC.js} +3 -3
  236. package/chunks/{chunk-EXPVRDPR.js → chunk-XXRTRR5D.js} +9 -9
@@ -1,15 +1,15 @@
1
+ import {
2
+ toSharpColor
3
+ } from "./chunk-D5CCWCEI.js";
1
4
  import {
2
5
  zod_default
3
6
  } from "./chunk-DZ2T5DTY.js";
4
- import {
5
- toSharpColor
6
- } from "./chunk-BKIF2ELV.js";
7
7
  import {
8
8
  Outcome
9
9
  } from "./chunk-JMU5PDBD.js";
10
10
  import {
11
11
  isColor
12
- } from "./chunk-UG5EMKGN.js";
12
+ } from "./chunk-67V4BGOB.js";
13
13
 
14
14
  // src/node/images/transform/operations/resize/index.ts
15
15
  function isResizeOperationParams(obj) {
@@ -1,39 +1,39 @@
1
+ import {
2
+ get_metadata_exports
3
+ } from "./chunk-42K3MQQ5.js";
4
+ import {
5
+ revoke_signed_urls_exports
6
+ } from "./chunk-G5RRNREY.js";
1
7
  import {
2
8
  update_metadata_exports
3
9
  } from "./chunk-HWVEI3RH.js";
4
10
  import {
5
- get_metadata_exports
6
- } from "./chunk-42K3MQQ5.js";
11
+ generate_signed_url_exports
12
+ } from "./chunk-PAIUCLVK.js";
7
13
  import {
8
14
  get_permissions_exports
9
15
  } from "./chunk-YKPA3MQL.js";
10
16
  import {
11
- generate_signed_url_exports
12
- } from "./chunk-PAIUCLVK.js";
17
+ remove_exports
18
+ } from "./chunk-7J7CYOXU.js";
13
19
  import {
14
- revoke_signed_urls_exports
15
- } from "./chunk-LSZVKXDZ.js";
20
+ stat_exports
21
+ } from "./chunk-W3RXHN5I.js";
16
22
  import {
17
23
  upload_exports
18
24
  } from "./chunk-FB3GNE2B.js";
25
+ import {
26
+ copy_exports
27
+ } from "./chunk-CWZFRUBS.js";
19
28
  import {
20
29
  download_exports
21
30
  } from "./chunk-2JH4TCT2.js";
22
31
  import {
23
32
  exists_exports
24
33
  } from "./chunk-5VHFXWFM.js";
25
- import {
26
- remove_exports
27
- } from "./chunk-7J7CYOXU.js";
28
34
  import {
29
35
  move_exports
30
36
  } from "./chunk-6IYUA43Q.js";
31
- import {
32
- stat_exports
33
- } from "./chunk-W3RXHN5I.js";
34
- import {
35
- copy_exports
36
- } from "./chunk-CWZFRUBS.js";
37
37
  import {
38
38
  __export
39
39
  } from "./chunk-WSFCRVEQ.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  toLab
3
- } from "./chunk-YZVZKBVJ.js";
3
+ } from "./chunk-FNQAF6CQ.js";
4
4
 
5
5
  // src/agnostic/colors/distance/index.ts
6
6
  function distanceCiede2000(c1, c2) {
@@ -0,0 +1,31 @@
1
+ import {
2
+ StylesSet,
3
+ StylesSetComp
4
+ } from "./chunk-CYUEPBUN.js";
5
+ import {
6
+ generateNiceColor,
7
+ niceColors
8
+ } from "./chunk-EDVNAV3G.js";
9
+ import {
10
+ Bem
11
+ } from "./chunk-KIONYWA7.js";
12
+ import {
13
+ classNameRegex,
14
+ isValidClassName
15
+ } from "./chunk-W5A2TON3.js";
16
+
17
+ // src/agnostic/css/index.ts
18
+ var Css;
19
+ ((Css2) => {
20
+ Css2.Bem = Bem;
21
+ Css2.niceColors = niceColors;
22
+ Css2.generateNiceColor = generateNiceColor;
23
+ Css2.classNameRegex = classNameRegex;
24
+ Css2.isValidClassName = isValidClassName;
25
+ Css2.StylesSet = StylesSet;
26
+ Css2.StylesSetComp = StylesSetComp;
27
+ })(Css || (Css = {}));
28
+
29
+ export {
30
+ Css
31
+ };
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  rotate
3
- } from "./chunk-QW34TQCS.js";
3
+ } from "./chunk-YXLHZ2KW.js";
4
4
 
5
5
  // src/agnostic/colors/palette/index.ts
6
6
  function complementaryHsl(color) {
@@ -1,36 +1,36 @@
1
+ import {
2
+ remove_dir_exports
3
+ } from "./chunk-4INHLHJT.js";
4
+ import {
5
+ remove_file_exports
6
+ } from "./chunk-RZMX74FI.js";
7
+ import {
8
+ stat_file_exports
9
+ } from "./chunk-5KJLSEJK.js";
1
10
  import {
2
11
  upload_file_exports
3
- } from "./chunk-NOLQR5RW.js";
12
+ } from "./chunk-O3UJRWTQ.js";
13
+ import {
14
+ copy_dir_exports
15
+ } from "./chunk-WPQFUS4I.js";
16
+ import {
17
+ copy_file_exports
18
+ } from "./chunk-OPDP7KUM.js";
4
19
  import {
5
20
  download_file_exports
6
- } from "./chunk-EOTOFHUR.js";
21
+ } from "./chunk-ZSUJVMQM.js";
7
22
  import {
8
23
  exists_file_exports
9
- } from "./chunk-24ZUWYIR.js";
24
+ } from "./chunk-Y2HSS4DG.js";
10
25
  import {
11
26
  list_dir_exports
12
- } from "./chunk-DPQRXSZH.js";
27
+ } from "./chunk-TS2ETUL7.js";
13
28
  import {
14
29
  move_dir_exports
15
- } from "./chunk-FS6LRTDK.js";
16
- import {
17
- remove_dir_exports
18
- } from "./chunk-CA3UPHYO.js";
19
- import {
20
- remove_file_exports
21
- } from "./chunk-Y4THX4AN.js";
30
+ } from "./chunk-7VYHSW6T.js";
22
31
  import {
23
32
  move_file_exports
24
- } from "./chunk-646R6BQZ.js";
25
- import {
26
- stat_file_exports
27
- } from "./chunk-UK4HNSEJ.js";
28
- import {
29
- copy_dir_exports
30
- } from "./chunk-6NLNUGBI.js";
31
- import {
32
- copy_file_exports
33
- } from "./chunk-OA7Y2A5T.js";
33
+ } from "./chunk-EZUU2UVI.js";
34
34
  import {
35
35
  __export
36
36
  } from "./chunk-WSFCRVEQ.js";
@@ -13,7 +13,7 @@ import {
13
13
  viaLch,
14
14
  viaRgb,
15
15
  viaXyz
16
- } from "./chunk-YZVZKBVJ.js";
16
+ } from "./chunk-FNQAF6CQ.js";
17
17
  import {
18
18
  absoluteModulo
19
19
  } from "./chunk-DNIOWD7K.js";
@@ -1,15 +1,15 @@
1
+ import {
2
+ toSharpColor
3
+ } from "./chunk-D5CCWCEI.js";
1
4
  import {
2
5
  zod_default
3
6
  } from "./chunk-DZ2T5DTY.js";
4
- import {
5
- toSharpColor
6
- } from "./chunk-BKIF2ELV.js";
7
7
  import {
8
8
  Outcome
9
9
  } from "./chunk-JMU5PDBD.js";
10
10
  import {
11
11
  isColor
12
- } from "./chunk-UG5EMKGN.js";
12
+ } from "./chunk-67V4BGOB.js";
13
13
 
14
14
  // src/node/images/transform/operations/extend/index.ts
15
15
  function isExtendOperationParams(obj) {
@@ -1,21 +1,21 @@
1
1
  import {
2
- upload as upload4
2
+ upload as upload2
3
3
  } from "./chunk-FB3GNE2B.js";
4
4
  import {
5
- upload as upload3
5
+ upload
6
6
  } from "./chunk-FD5WR2A5.js";
7
7
  import {
8
- upload as upload2
8
+ upload as upload4
9
9
  } from "./chunk-QDVDHFMZ.js";
10
- import {
11
- upload
12
- } from "./chunk-CVDCTI7F.js";
13
10
  import {
14
11
  isFtpClient,
15
12
  isGcsBucket,
16
13
  isS3ClientWithBucket,
17
14
  isSftpClient
18
15
  } from "./chunk-V3GX7SIJ.js";
16
+ import {
17
+ upload as upload3
18
+ } from "./chunk-CVDCTI7F.js";
19
19
  import {
20
20
  Outcome
21
21
  } from "./chunk-JMU5PDBD.js";
@@ -29,10 +29,10 @@ __export(upload_file_exports, {
29
29
  uploadFile: () => uploadFile
30
30
  });
31
31
  async function uploadFile(fileStream, path, client, options) {
32
- if (isGcsBucket(client)) return upload4(client, path, fileStream, options);
33
- if (isS3ClientWithBucket(client)) return upload3(client.client, client.bucketName, path, fileStream, options);
34
- if (isFtpClient(client)) return upload(client, path, fileStream, options);
35
- if (isSftpClient(client)) return upload2(client, path, fileStream, options);
32
+ if (isGcsBucket(client)) return upload2(client, path, fileStream, options);
33
+ if (isS3ClientWithBucket(client)) return upload(client.client, client.bucketName, path, fileStream, options);
34
+ if (isFtpClient(client)) return upload3(client, path, fileStream, options);
35
+ if (isSftpClient(client)) return upload4(client, path, fileStream, options);
36
36
  return Outcome.makeFailure("Invalid client type");
37
37
  }
38
38
 
@@ -0,0 +1,9 @@
1
+ // src/components/Comp/index.tsx
2
+ import { Fragment, jsx } from "react/jsx-runtime";
3
+ function Comp() {
4
+ return /* @__PURE__ */ jsx(Fragment, { children: "Coucou !" });
5
+ }
6
+
7
+ export {
8
+ Comp
9
+ };
@@ -1,21 +1,21 @@
1
1
  import {
2
- copy as copy4
2
+ copy as copy2
3
3
  } from "./chunk-CWZFRUBS.js";
4
4
  import {
5
- copy as copy3
5
+ copy
6
6
  } from "./chunk-C6QTHDDM.js";
7
7
  import {
8
- copy as copy2
8
+ copy as copy4
9
9
  } from "./chunk-QH64MYGA.js";
10
- import {
11
- copy
12
- } from "./chunk-NMYVJJXV.js";
13
10
  import {
14
11
  isFtpClient,
15
12
  isGcsBucket,
16
13
  isS3ClientWithBucket,
17
14
  isSftpClient
18
15
  } from "./chunk-V3GX7SIJ.js";
16
+ import {
17
+ copy as copy3
18
+ } from "./chunk-NMYVJJXV.js";
19
19
  import {
20
20
  Outcome
21
21
  } from "./chunk-JMU5PDBD.js";
@@ -29,10 +29,10 @@ __export(copy_file_exports, {
29
29
  copyFile: () => copyFile
30
30
  });
31
31
  async function copyFile(client, sourcePath, targetPath, options) {
32
- if (isGcsBucket(client)) return copy4(client, sourcePath, targetPath, options);
33
- if (isS3ClientWithBucket(client)) return copy3(client.client, client.bucketName, sourcePath, targetPath, options);
34
- if (isFtpClient(client)) return copy(client, sourcePath, targetPath, options);
35
- if (isSftpClient(client)) return copy2(client, sourcePath, targetPath, options);
32
+ if (isGcsBucket(client)) return copy2(client, sourcePath, targetPath, options);
33
+ if (isS3ClientWithBucket(client)) return copy(client.client, client.bucketName, sourcePath, targetPath, options);
34
+ if (isFtpClient(client)) return copy3(client, sourcePath, targetPath, options);
35
+ if (isSftpClient(client)) return copy4(client, sourcePath, targetPath, options);
36
36
  return Outcome.makeFailure("Invalid client type");
37
37
  }
38
38
 
@@ -1,15 +1,15 @@
1
+ import {
2
+ toSharpColor
3
+ } from "./chunk-D5CCWCEI.js";
1
4
  import {
2
5
  zod_default
3
6
  } from "./chunk-DZ2T5DTY.js";
4
- import {
5
- toSharpColor
6
- } from "./chunk-BKIF2ELV.js";
7
7
  import {
8
8
  Outcome
9
9
  } from "./chunk-JMU5PDBD.js";
10
10
  import {
11
11
  isColor
12
- } from "./chunk-UG5EMKGN.js";
12
+ } from "./chunk-67V4BGOB.js";
13
13
 
14
14
  // src/node/images/transform/operations/flatten/index.ts
15
15
  function isFlattenOperationParams(obj) {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  toCreateOptions
3
- } from "./chunk-BKIF2ELV.js";
3
+ } from "./chunk-D5CCWCEI.js";
4
4
  import {
5
5
  __export
6
6
  } from "./chunk-WSFCRVEQ.js";
@@ -1,21 +1,21 @@
1
1
  import {
2
- remove as remove4
2
+ remove as remove2
3
3
  } from "./chunk-7J7CYOXU.js";
4
4
  import {
5
- remove as remove3
5
+ remove
6
6
  } from "./chunk-WV5N7ESL.js";
7
7
  import {
8
- remove as remove2
8
+ remove as remove4
9
9
  } from "./chunk-ANPXBD2G.js";
10
- import {
11
- remove
12
- } from "./chunk-KJAEVOIW.js";
13
10
  import {
14
11
  isFtpClient,
15
12
  isGcsBucket,
16
13
  isS3ClientWithBucket,
17
14
  isSftpClient
18
15
  } from "./chunk-V3GX7SIJ.js";
16
+ import {
17
+ remove as remove3
18
+ } from "./chunk-KJAEVOIW.js";
19
19
  import {
20
20
  Outcome
21
21
  } from "./chunk-JMU5PDBD.js";
@@ -29,10 +29,10 @@ __export(remove_file_exports, {
29
29
  removeFile: () => removeFile
30
30
  });
31
31
  async function removeFile(client, path, options) {
32
- if (isGcsBucket(client)) return remove4(client, path, options);
33
- if (isS3ClientWithBucket(client)) return remove3(client.client, path, client.bucketName, options);
34
- if (isFtpClient(client)) return remove(client, path, options);
35
- if (isSftpClient(client)) return remove2(client, path, options);
32
+ if (isGcsBucket(client)) return remove2(client, path, options);
33
+ if (isS3ClientWithBucket(client)) return remove(client.client, path, client.bucketName, options);
34
+ if (isFtpClient(client)) return remove3(client, path, options);
35
+ if (isSftpClient(client)) return remove4(client, path, options);
36
36
  return Outcome.makeFailure("Invalid client type");
37
37
  }
38
38
 
@@ -0,0 +1,41 @@
1
+ import {
2
+ Placeholders
3
+ } from "./chunk-VYW4IADX.js";
4
+ import {
5
+ getNodeAncestors
6
+ } from "./chunk-LUPVHC73.js";
7
+ import {
8
+ selectorToElement
9
+ } from "./chunk-SA2IY5LN.js";
10
+ import {
11
+ stringToNodes
12
+ } from "./chunk-36CTYZYA.js";
13
+ import {
14
+ Sanitize
15
+ } from "./chunk-JWF5EKM2.js";
16
+ import {
17
+ HyperJson
18
+ } from "./chunk-3XMJVCCD.js";
19
+ import {
20
+ insertNode
21
+ } from "./chunk-XA4HVHJ4.js";
22
+ import {
23
+ getPositionInsideParent
24
+ } from "./chunk-VTPRO4NJ.js";
25
+
26
+ // src/agnostic/html/index.ts
27
+ var Html;
28
+ ((Html2) => {
29
+ Html2.getNodeAncestors = getNodeAncestors;
30
+ Html2.getPositionInsideParent = getPositionInsideParent;
31
+ Html2.HyperJson = HyperJson;
32
+ Html2.insertNode = insertNode;
33
+ Html2.Placeholders = Placeholders;
34
+ Html2.Sanitize = Sanitize;
35
+ Html2.selectorToElement = selectorToElement;
36
+ Html2.stringToNodes = stringToNodes;
37
+ })(Html || (Html = {}));
38
+
39
+ export {
40
+ Html
41
+ };
@@ -1,15 +1,15 @@
1
+ import {
2
+ toSharpColor
3
+ } from "./chunk-D5CCWCEI.js";
1
4
  import {
2
5
  zod_default
3
6
  } from "./chunk-DZ2T5DTY.js";
4
- import {
5
- toSharpColor
6
- } from "./chunk-BKIF2ELV.js";
7
7
  import {
8
8
  Outcome
9
9
  } from "./chunk-JMU5PDBD.js";
10
10
  import {
11
11
  isColor
12
- } from "./chunk-UG5EMKGN.js";
12
+ } from "./chunk-67V4BGOB.js";
13
13
 
14
14
  // src/node/images/transform/operations/rotate/index.ts
15
15
  function isRotateOperationParams(obj) {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  register
3
- } from "./chunk-P2H6PV4O.js";
3
+ } from "./chunk-CHUOCTRP.js";
4
4
 
5
5
  // src/agnostic/html/selector-to-element/index.ts
6
6
  function selectorToElement(selector, documentObj) {
@@ -1,21 +1,21 @@
1
1
  import {
2
- list as list4
2
+ list as list2
3
3
  } from "./chunk-37TRFYZT.js";
4
4
  import {
5
- list as list3
5
+ list
6
6
  } from "./chunk-ZSUG52DO.js";
7
7
  import {
8
- list as list2
8
+ list as list4
9
9
  } from "./chunk-UK2F7CWI.js";
10
- import {
11
- list
12
- } from "./chunk-3CLGBOHN.js";
13
10
  import {
14
11
  isFtpClient,
15
12
  isGcsBucket,
16
13
  isS3ClientWithBucket,
17
14
  isSftpClient
18
15
  } from "./chunk-V3GX7SIJ.js";
16
+ import {
17
+ list as list3
18
+ } from "./chunk-3CLGBOHN.js";
19
19
  import {
20
20
  Outcome
21
21
  } from "./chunk-JMU5PDBD.js";
@@ -29,10 +29,10 @@ __export(list_dir_exports, {
29
29
  listDir: () => listDir
30
30
  });
31
31
  async function listDir(client, path, options) {
32
- if (isGcsBucket(client)) return list4(client, path, options);
33
- if (isS3ClientWithBucket(client)) return list3(client.client, client.bucketName, path, options);
34
- if (isFtpClient(client)) return list(client, path);
35
- if (isSftpClient(client)) return list2(client, path);
32
+ if (isGcsBucket(client)) return list2(client, path, options);
33
+ if (isS3ClientWithBucket(client)) return list(client.client, client.bucketName, path, options);
34
+ if (isFtpClient(client)) return list3(client, path);
35
+ if (isSftpClient(client)) return list4(client, path);
36
36
  return Outcome.makeFailure("Invalid client type");
37
37
  }
38
38
 
@@ -0,0 +1,16 @@
1
+ import {
2
+ multer_exports
3
+ } from "./chunk-QCOO4PV5.js";
4
+ import {
5
+ __export
6
+ } from "./chunk-WSFCRVEQ.js";
7
+
8
+ // src/node/@express/index.ts
9
+ var express_exports = {};
10
+ __export(express_exports, {
11
+ Multer: () => multer_exports
12
+ });
13
+
14
+ export {
15
+ express_exports
16
+ };
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk-JMU5PDBD.js";
4
4
  import {
5
5
  Errors
6
- } from "./chunk-2KT7AKRW.js";
6
+ } from "./chunk-WH6BPDAC.js";
7
7
 
8
8
  // src/agnostic/misc/assert/index.ts
9
9
  var Assert;
@@ -1,21 +1,21 @@
1
1
  import {
2
- copyDir as copyDir4
2
+ copyDir as copyDir2
3
3
  } from "./chunk-V3L55I2S.js";
4
4
  import {
5
- copyDir as copyDir3
5
+ copyDir
6
6
  } from "./chunk-4XBUJAQU.js";
7
7
  import {
8
- copyDir as copyDir2
8
+ copyDir as copyDir4
9
9
  } from "./chunk-WAHPAZQS.js";
10
- import {
11
- copyDir
12
- } from "./chunk-N2T672IG.js";
13
10
  import {
14
11
  isFtpClient,
15
12
  isGcsBucket,
16
13
  isS3ClientWithBucket,
17
14
  isSftpClient
18
15
  } from "./chunk-V3GX7SIJ.js";
16
+ import {
17
+ copyDir as copyDir3
18
+ } from "./chunk-N2T672IG.js";
19
19
  import {
20
20
  Outcome
21
21
  } from "./chunk-JMU5PDBD.js";
@@ -29,10 +29,10 @@ __export(copy_dir_exports, {
29
29
  copyDir: () => copyDir5
30
30
  });
31
31
  async function copyDir5(client, sourcePath, targetPath, options) {
32
- if (isGcsBucket(client)) return copyDir4(client, sourcePath, targetPath, options);
33
- if (isS3ClientWithBucket(client)) return copyDir3(client.client, client.bucketName, sourcePath, targetPath, options);
34
- if (isFtpClient(client)) return copyDir(client, sourcePath, targetPath);
35
- if (isSftpClient(client)) return copyDir2(client, sourcePath, targetPath);
32
+ if (isGcsBucket(client)) return copyDir2(client, sourcePath, targetPath, options);
33
+ if (isS3ClientWithBucket(client)) return copyDir(client.client, client.bucketName, sourcePath, targetPath, options);
34
+ if (isFtpClient(client)) return copyDir3(client, sourcePath, targetPath);
35
+ if (isSftpClient(client)) return copyDir4(client, sourcePath, targetPath);
36
36
  return Outcome.makeFailure("Invalid client type");
37
37
  }
38
38
 
@@ -0,0 +1,30 @@
1
+ import {
2
+ Subpaths
3
+ } from "./chunk-F3WCF6DL.js";
4
+ import {
5
+ isInDirectory
6
+ } from "./chunk-NRITRUZW.js";
7
+ import {
8
+ readWrite
9
+ } from "./chunk-7DBNMU6N.js";
10
+ import {
11
+ __export
12
+ } from "./chunk-WSFCRVEQ.js";
13
+
14
+ // src/node/files/index.ts
15
+ var files_exports = {};
16
+ __export(files_exports, {
17
+ Subpaths: () => Subpaths2,
18
+ isInDirectory: () => isInDirectory2,
19
+ readWrite: () => readWrite2
20
+ });
21
+ var isInDirectory2 = isInDirectory;
22
+ var readWrite2 = readWrite;
23
+ var Subpaths2 = Subpaths;
24
+
25
+ export {
26
+ isInDirectory2 as isInDirectory,
27
+ readWrite2 as readWrite,
28
+ Subpaths2 as Subpaths,
29
+ files_exports
30
+ };
@@ -6,7 +6,7 @@ import {
6
6
  viaLch,
7
7
  viaRgb,
8
8
  viaXyz
9
- } from "./chunk-YZVZKBVJ.js";
9
+ } from "./chunk-FNQAF6CQ.js";
10
10
 
11
11
  // src/agnostic/colors/grayscale/index.ts
12
12
  function avgGrayscaleRgb(rgb) {
@@ -11,7 +11,7 @@ import {
11
11
  viaLch,
12
12
  viaRgb,
13
13
  viaXyz
14
- } from "./chunk-YZVZKBVJ.js";
14
+ } from "./chunk-FNQAF6CQ.js";
15
15
 
16
16
  // src/agnostic/colors/lerp/index.ts
17
17
  function lerpRgb(rgb1, rgb2, amount) {
@@ -1,21 +1,21 @@
1
1
  import {
2
- exists as exists4
2
+ exists as exists2
3
3
  } from "./chunk-5VHFXWFM.js";
4
4
  import {
5
- exists as exists3
5
+ exists
6
6
  } from "./chunk-ZEZCYPLQ.js";
7
7
  import {
8
- exists as exists2
8
+ exists as exists4
9
9
  } from "./chunk-QVPS2BCJ.js";
10
- import {
11
- exists
12
- } from "./chunk-ZJTWDCNZ.js";
13
10
  import {
14
11
  isFtpClient,
15
12
  isGcsBucket,
16
13
  isS3ClientWithBucket,
17
14
  isSftpClient
18
15
  } from "./chunk-V3GX7SIJ.js";
16
+ import {
17
+ exists as exists3
18
+ } from "./chunk-ZJTWDCNZ.js";
19
19
  import {
20
20
  Outcome
21
21
  } from "./chunk-JMU5PDBD.js";
@@ -29,10 +29,10 @@ __export(exists_file_exports, {
29
29
  existsFile: () => existsFile
30
30
  });
31
31
  async function existsFile(client, path, options) {
32
- if (isGcsBucket(client)) return exists4(client, path, options);
33
- if (isS3ClientWithBucket(client)) return exists3(client.client, client.bucketName, path, options);
34
- if (isFtpClient(client)) return exists(client, path);
35
- if (isSftpClient(client)) return exists2(client, path);
32
+ if (isGcsBucket(client)) return exists2(client, path, options);
33
+ if (isS3ClientWithBucket(client)) return exists(client.client, client.bucketName, path, options);
34
+ if (isFtpClient(client)) return exists3(client, path);
35
+ if (isSftpClient(client)) return exists4(client, path);
36
36
  return Outcome.makeFailure("Invalid client type");
37
37
  }
38
38