@design-edito/tools 0.2.19 → 0.2.22

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 (210) hide show
  1. package/agnostic/arrays/index.js +6 -6
  2. package/agnostic/arrays/random-pick/index.js +4 -4
  3. package/agnostic/colors/channels/index.js +4 -4
  4. package/agnostic/colors/contrast/index.js +5 -5
  5. package/agnostic/colors/convert/index.js +3 -3
  6. package/agnostic/colors/distance/index.js +4 -4
  7. package/agnostic/colors/grayscale/index.js +4 -4
  8. package/agnostic/colors/index.js +24 -24
  9. package/agnostic/colors/invert/index.js +4 -4
  10. package/agnostic/colors/lerp/index.js +4 -4
  11. package/agnostic/colors/luminance/index.js +4 -4
  12. package/agnostic/colors/palette/index.js +6 -6
  13. package/agnostic/colors/rotate/index.js +5 -5
  14. package/agnostic/colors/tidy/index.js +3 -3
  15. package/agnostic/css/index.js +9 -9
  16. package/agnostic/css/styles-set/index.js +6 -6
  17. package/agnostic/html/hyper-json/cast/index.js +6 -5
  18. package/agnostic/html/hyper-json/index.js +7 -6
  19. package/agnostic/html/hyper-json/smart-tags/coalesced/add/index.js +6 -5
  20. package/agnostic/html/hyper-json/smart-tags/coalesced/addclass/index.js +6 -5
  21. package/agnostic/html/hyper-json/smart-tags/coalesced/and/index.js +6 -5
  22. package/agnostic/html/hyper-json/smart-tags/coalesced/append/index.js +6 -5
  23. package/agnostic/html/hyper-json/smart-tags/coalesced/at/index.js +6 -5
  24. package/agnostic/html/hyper-json/smart-tags/coalesced/call/index.js +6 -5
  25. package/agnostic/html/hyper-json/smart-tags/coalesced/clone/index.js +6 -5
  26. package/agnostic/html/hyper-json/smart-tags/coalesced/deleteproperties/index.js +6 -5
  27. package/agnostic/html/hyper-json/smart-tags/coalesced/equals/index.js +6 -5
  28. package/agnostic/html/hyper-json/smart-tags/coalesced/getattribute/index.js +6 -5
  29. package/agnostic/html/hyper-json/smart-tags/coalesced/getproperties/index.js +6 -5
  30. package/agnostic/html/hyper-json/smart-tags/coalesced/getproperty/index.js +6 -5
  31. package/agnostic/html/hyper-json/smart-tags/coalesced/hjparse/index.d.ts +4 -0
  32. package/agnostic/html/hyper-json/smart-tags/coalesced/hjparse/index.js +24 -0
  33. package/agnostic/html/hyper-json/smart-tags/coalesced/hjstringify/index.d.ts +5 -0
  34. package/agnostic/html/hyper-json/smart-tags/coalesced/hjstringify/index.js +30 -0
  35. package/agnostic/html/hyper-json/smart-tags/coalesced/if/index.js +6 -5
  36. package/agnostic/html/hyper-json/smart-tags/coalesced/initialize/index.js +6 -5
  37. package/agnostic/html/hyper-json/smart-tags/coalesced/join/index.js +6 -5
  38. package/agnostic/html/hyper-json/smart-tags/coalesced/length/index.js +6 -5
  39. package/agnostic/html/hyper-json/smart-tags/coalesced/map/index.js +6 -5
  40. package/agnostic/html/hyper-json/smart-tags/coalesced/negate/index.js +6 -5
  41. package/agnostic/html/hyper-json/smart-tags/coalesced/notrailing/index.js +6 -5
  42. package/agnostic/html/hyper-json/smart-tags/coalesced/or/index.js +6 -5
  43. package/agnostic/html/hyper-json/smart-tags/coalesced/pickrandom/index.js +6 -5
  44. package/agnostic/html/hyper-json/smart-tags/coalesced/populate/index.js +6 -5
  45. package/agnostic/html/hyper-json/smart-tags/coalesced/print/index.js +6 -5
  46. package/agnostic/html/hyper-json/smart-tags/coalesced/push/index.js +6 -5
  47. package/agnostic/html/hyper-json/smart-tags/coalesced/pusheach/index.js +6 -5
  48. package/agnostic/html/hyper-json/smart-tags/coalesced/recordtoarray/index.js +6 -5
  49. package/agnostic/html/hyper-json/smart-tags/coalesced/removeattribute/index.js +6 -5
  50. package/agnostic/html/hyper-json/smart-tags/coalesced/removeclass/index.js +6 -5
  51. package/agnostic/html/hyper-json/smart-tags/coalesced/renameproperty/index.js +6 -5
  52. package/agnostic/html/hyper-json/smart-tags/coalesced/replace/index.js +6 -5
  53. package/agnostic/html/hyper-json/smart-tags/coalesced/select/index.js +6 -5
  54. package/agnostic/html/hyper-json/smart-tags/coalesced/set/index.js +6 -5
  55. package/agnostic/html/hyper-json/smart-tags/coalesced/setattribute/index.js +6 -5
  56. package/agnostic/html/hyper-json/smart-tags/coalesced/setproperty/index.js +6 -5
  57. package/agnostic/html/hyper-json/smart-tags/coalesced/sorton/index.js +6 -5
  58. package/agnostic/html/hyper-json/smart-tags/coalesced/split/index.js +6 -5
  59. package/agnostic/html/hyper-json/smart-tags/coalesced/spread/index.js +6 -5
  60. package/agnostic/html/hyper-json/smart-tags/coalesced/toarray/index.js +6 -5
  61. package/agnostic/html/hyper-json/smart-tags/coalesced/toboolean/index.js +6 -5
  62. package/agnostic/html/hyper-json/smart-tags/coalesced/toelement/index.js +6 -5
  63. package/agnostic/html/hyper-json/smart-tags/coalesced/toggleclass/index.js +6 -5
  64. package/agnostic/html/hyper-json/smart-tags/coalesced/tonodelist/index.js +6 -5
  65. package/agnostic/html/hyper-json/smart-tags/coalesced/tonull/index.js +6 -5
  66. package/agnostic/html/hyper-json/smart-tags/coalesced/tonumber/index.js +6 -5
  67. package/agnostic/html/hyper-json/smart-tags/coalesced/torecord/index.js +6 -5
  68. package/agnostic/html/hyper-json/smart-tags/coalesced/toref/index.js +6 -5
  69. package/agnostic/html/hyper-json/smart-tags/coalesced/tostring/index.js +6 -5
  70. package/agnostic/html/hyper-json/smart-tags/coalesced/totext/index.js +6 -5
  71. package/agnostic/html/hyper-json/smart-tags/coalesced/transformselected/index.js +6 -5
  72. package/agnostic/html/hyper-json/smart-tags/coalesced/trim/index.js +6 -5
  73. package/agnostic/html/hyper-json/smart-tags/isolated/boolean/index.js +6 -5
  74. package/agnostic/html/hyper-json/smart-tags/isolated/element/index.js +6 -5
  75. package/agnostic/html/hyper-json/smart-tags/isolated/get/index.js +6 -5
  76. package/agnostic/html/hyper-json/smart-tags/isolated/global/index.js +6 -5
  77. package/agnostic/html/hyper-json/smart-tags/isolated/guess/index.js +6 -5
  78. package/agnostic/html/hyper-json/smart-tags/isolated/nodelist/index.js +6 -5
  79. package/agnostic/html/hyper-json/smart-tags/isolated/number/index.js +6 -5
  80. package/agnostic/html/hyper-json/smart-tags/isolated/record/index.js +6 -5
  81. package/agnostic/html/hyper-json/smart-tags/isolated/ref/index.js +6 -5
  82. package/agnostic/html/hyper-json/smart-tags/isolated/string/index.js +6 -5
  83. package/agnostic/html/hyper-json/smart-tags/isolated/text/index.js +6 -5
  84. package/agnostic/html/hyper-json/tree/index.js +6 -5
  85. package/agnostic/html/hyper-json/utils/index.js +6 -5
  86. package/agnostic/html/index.js +13 -13
  87. package/agnostic/html/sanitize/index.js +4 -4
  88. package/agnostic/html/selector-to-element/index.js +4 -4
  89. package/agnostic/html/string-to-nodes/index.js +5 -5
  90. package/agnostic/index.js +65 -65
  91. package/agnostic/misc/crossenv/index.js +2 -2
  92. package/agnostic/misc/index.js +14 -14
  93. package/agnostic/misc/logs/index.js +2 -2
  94. package/agnostic/misc/lorem-ipsum/index.js +9 -9
  95. package/agnostic/numbers/index.js +3 -3
  96. package/agnostic/objects/index.js +4 -4
  97. package/agnostic/optim/index.js +2 -2
  98. package/agnostic/random/index.js +2 -2
  99. package/agnostic/strings/index.js +5 -5
  100. package/chunks/{chunk-CRLUUTBS.js → chunk-24CGCZRJ.js} +21 -21
  101. package/chunks/{chunk-X5HMM3LD.js → chunk-2HU2AWWJ.js} +1 -1
  102. package/chunks/{chunk-PNJI3RCF.js → chunk-3PH2XFJR.js} +3 -3
  103. package/chunks/{chunk-L7PIZQFC.js → chunk-3RQEGKXW.js} +1 -1
  104. package/chunks/{chunk-ZLBSI4TR.js → chunk-3ZJNGC4R.js} +1 -1
  105. package/chunks/{chunk-CQEDNACN.js → chunk-6Z6GDMOR.js} +2 -2
  106. package/chunks/{chunk-IG4V2EWV.js → chunk-76626PSN.js} +1 -1
  107. package/chunks/{chunk-PKCW2NJ4.js → chunk-7ZIUGRTE.js} +1 -1
  108. package/chunks/{chunk-ZJSABMHZ.js → chunk-BPXES27P.js} +2 -2
  109. package/chunks/{chunk-ZQQ6H6BY.js → chunk-BYYRQLKP.js} +4 -4
  110. package/chunks/{chunk-PX4DPCZM.js → chunk-E7W2GLLQ.js} +2 -2
  111. package/chunks/{chunk-PVRYR5KX.js → chunk-EIQ5IQKU.js} +1 -1
  112. package/chunks/{chunk-PB3KFN3E.js → chunk-EWQQMFFU.js} +1 -1
  113. package/chunks/{chunk-YUSINH7T.js → chunk-EYL6AWH7.js} +1 -1
  114. package/chunks/{chunk-NCYE5WML.js → chunk-GPC6UDDY.js} +4 -4
  115. package/chunks/{chunk-NLCZUDXC.js → chunk-H6T4IO4Z.js} +3 -3
  116. package/chunks/{chunk-4P6V6CHL.js → chunk-HTCTWKY7.js} +7 -7
  117. package/chunks/{chunk-VI2MRY6N.js → chunk-JOBQ6JWX.js} +4 -4
  118. package/chunks/{chunk-TGJAXXJZ.js → chunk-KCIRDA7C.js} +8 -8
  119. package/chunks/{chunk-YXLHZ2KW.js → chunk-KL6DNUKC.js} +2 -2
  120. package/chunks/{chunk-MCRHFVAD.js → chunk-LNJGMBOZ.js} +5 -5
  121. package/chunks/{chunk-WAPVSFU4.js → chunk-LTQFE3ZB.js} +165 -52
  122. package/chunks/{chunk-XPGAVZGK.js → chunk-MKL533IV.js} +1 -1
  123. package/chunks/{chunk-RDQJSWRC.js → chunk-MTT7TVR3.js} +1 -1
  124. package/chunks/{chunk-C7SRAQMW.js → chunk-MW3KNVTG.js} +1 -1
  125. package/chunks/{chunk-2T2U5AD3.js → chunk-O55JNDX3.js} +33 -33
  126. package/chunks/{chunk-MMZRJLHD.js → chunk-OPLBIC4C.js} +4 -4
  127. package/chunks/{chunk-EGBJXHCW.js → chunk-PYKBU4NU.js} +1 -1
  128. package/chunks/{chunk-D5CCWCEI.js → chunk-QCE65XN6.js} +1 -1
  129. package/chunks/{chunk-3LCD73SB.js → chunk-QQC3JHRJ.js} +1 -1
  130. package/chunks/{chunk-HXEFDFYT.js → chunk-SV4XYWHY.js} +4 -4
  131. package/chunks/{chunk-WSC3WODJ.js → chunk-UTGGIUR3.js} +1 -1
  132. package/chunks/{chunk-KGRQKEDD.js → chunk-V7VAAA4C.js} +3 -3
  133. package/chunks/{chunk-TTYILNFU.js → chunk-VJSZCWSL.js} +2 -2
  134. package/chunks/{chunk-XLHOA3NR.js → chunk-VMBHIU4V.js} +2 -2
  135. package/chunks/{chunk-5CTAKAIP.js → chunk-VPCSCCCL.js} +2 -2
  136. package/chunks/{chunk-JRRN5FOZ.js → chunk-W5ZHG3EU.js} +4 -4
  137. package/chunks/{chunk-P2H6PV4O.js → chunk-WC2LQPQP.js} +1 -1
  138. package/chunks/{chunk-MMXUMHPQ.js → chunk-WP72YVMR.js} +21 -21
  139. package/chunks/{chunk-MFIGSRSO.js → chunk-Y37OW2R5.js} +1 -1
  140. package/chunks/{chunk-3ED56VVR.js → chunk-YPR3ZQ25.js} +4 -4
  141. package/chunks/{chunk-S3K2QPZ6.js → chunk-ZIJLQD6J.js} +3 -3
  142. package/node/@aws-s3/index.js +10 -10
  143. package/node/@aws-s3/storage/directory/index.js +6 -6
  144. package/node/@aws-s3/storage/file/index.js +9 -9
  145. package/node/@aws-s3/storage/index.js +9 -9
  146. package/node/@google-cloud/index.js +14 -14
  147. package/node/@google-cloud/storage/bucket/index.js +5 -5
  148. package/node/@google-cloud/storage/directory/index.js +6 -6
  149. package/node/@google-cloud/storage/file/index.js +14 -14
  150. package/node/@google-cloud/storage/index.js +15 -15
  151. package/node/cloud-storage/index.js +42 -42
  152. package/node/cloud-storage/operations/copy-dir/index.js +2 -2
  153. package/node/cloud-storage/operations/copy-file/index.js +2 -2
  154. package/node/cloud-storage/operations/download-file/index.js +2 -2
  155. package/node/cloud-storage/operations/exists-file/index.js +2 -2
  156. package/node/cloud-storage/operations/index.js +51 -51
  157. package/node/cloud-storage/operations/list-dir/index.js +2 -2
  158. package/node/cloud-storage/operations/move-dir/index.js +2 -2
  159. package/node/cloud-storage/operations/move-file/index.js +2 -2
  160. package/node/cloud-storage/operations/remove-dir/index.js +2 -2
  161. package/node/cloud-storage/operations/remove-file/index.js +2 -2
  162. package/node/cloud-storage/operations/stat-file/index.js +2 -2
  163. package/node/cloud-storage/operations/upload-file/index.js +2 -2
  164. package/node/ftps/directory/index.js +6 -6
  165. package/node/ftps/file/index.js +9 -9
  166. package/node/ftps/index.js +11 -11
  167. package/node/images/create/index.js +15 -15
  168. package/node/images/format/index.js +15 -15
  169. package/node/images/index.js +30 -30
  170. package/node/images/metadata/index.js +15 -15
  171. package/node/images/transform/index.js +26 -26
  172. package/node/images/transform/operations/extend/index.js +15 -15
  173. package/node/images/transform/operations/flatten/index.js +15 -15
  174. package/node/images/transform/operations/overlay/index.js +15 -15
  175. package/node/images/transform/operations/resize/index.js +15 -15
  176. package/node/images/transform/operations/rotate/index.js +15 -15
  177. package/node/images/utils/index.js +14 -14
  178. package/node/index.js +96 -96
  179. package/node/sftp/directory/index.js +6 -6
  180. package/node/sftp/file/index.js +9 -9
  181. package/node/sftp/index.js +9 -9
  182. package/package.json +1 -1
  183. package/chunks/{chunk-SQ7G3ZA7.js → chunk-2HEESXVO.js} +13 -13
  184. package/chunks/{chunk-MZQXUVFW.js → chunk-45E3E4KW.js} +8 -8
  185. package/chunks/{chunk-4P4MXSRC.js → chunk-4QXLIIZL.js} +8 -8
  186. package/chunks/{chunk-4PEPTXU3.js → chunk-AL7ESVX4.js} +3 -3
  187. package/chunks/{chunk-SPLPZBQR.js → chunk-ALAGBHFV.js} +3 -3
  188. package/chunks/{chunk-QB5OBWPS.js → chunk-BDGFY3GP.js} +3 -3
  189. package/chunks/{chunk-6YQGM6N6.js → chunk-CMAS4BKV.js} +3 -3
  190. package/chunks/{chunk-UKD6DFES.js → chunk-EWCTVB6Q.js} +6 -6
  191. package/chunks/{chunk-7ED4HK2W.js → chunk-FIZVLXG6.js} +12 -12
  192. package/chunks/{chunk-DPIPDGYH.js → chunk-GL42Q643.js} +3 -3
  193. package/chunks/{chunk-PCWD23PL.js → chunk-K4KTBY3C.js} +8 -8
  194. package/chunks/{chunk-LE23WL3C.js → chunk-KQAPQMHJ.js} +5 -5
  195. package/chunks/{chunk-JEMWHVTN.js → chunk-MVYH3CSJ.js} +3 -3
  196. package/chunks/{chunk-OBTCE47R.js → chunk-OC4VIF3N.js} +3 -3
  197. package/chunks/{chunk-S32K7POB.js → chunk-OVG5RGI3.js} +4 -4
  198. package/chunks/{chunk-GHAF5VTP.js → chunk-QKE2IYT5.js} +3 -3
  199. package/chunks/{chunk-4HPG6TEE.js → chunk-QXVZJYNY.js} +5 -5
  200. package/chunks/{chunk-KVZMRVOB.js → chunk-R4DZKWSR.js} +3 -3
  201. package/chunks/{chunk-IK3YAMUY.js → chunk-RKI6JPGR.js} +8 -8
  202. package/chunks/{chunk-FNQAF6CQ.js → chunk-SNGK2CF5.js} +6 -6
  203. package/chunks/{chunk-FR5H2OCV.js → chunk-UFKH5WD2.js} +3 -3
  204. package/chunks/{chunk-OMTDHKJI.js → chunk-UXEKCYL7.js} +4 -4
  205. package/chunks/{chunk-A2C4VISH.js → chunk-X53BGT33.js} +3 -3
  206. package/chunks/{chunk-MJQF3YZO.js → chunk-X7KWB2VQ.js} +3 -3
  207. package/chunks/{chunk-WWTWL2OF.js → chunk-XBA26Z7E.js} +3 -3
  208. package/chunks/{chunk-IGFA7IDA.js → chunk-XKRFL2AB.js} +5 -5
  209. package/chunks/{chunk-G6C3VTOA.js → chunk-XPGDKBTU.js} +5 -5
  210. package/chunks/{chunk-TMB3PV3Q.js → chunk-XR2LNUGW.js} +3 -3
@@ -1,39 +1,39 @@
1
1
  import {
2
- generate_signed_url_exports
3
- } from "./chunk-PAIUCLVK.js";
2
+ get_permissions_exports
3
+ } from "./chunk-YKPA3MQL.js";
4
4
  import {
5
5
  revoke_signed_urls_exports
6
6
  } from "./chunk-LSZVKXDZ.js";
7
7
  import {
8
8
  update_metadata_exports
9
9
  } from "./chunk-HWVEI3RH.js";
10
+ import {
11
+ generate_signed_url_exports
12
+ } from "./chunk-PAIUCLVK.js";
10
13
  import {
11
14
  get_metadata_exports
12
15
  } from "./chunk-42K3MQQ5.js";
13
- import {
14
- get_permissions_exports
15
- } from "./chunk-YKPA3MQL.js";
16
16
  import {
17
17
  upload_exports
18
18
  } from "./chunk-FB3GNE2B.js";
19
19
  import {
20
- download_exports
21
- } from "./chunk-2JH4TCT2.js";
20
+ stat_exports
21
+ } from "./chunk-W3RXHN5I.js";
22
22
  import {
23
23
  exists_exports
24
24
  } from "./chunk-5VHFXWFM.js";
25
+ import {
26
+ copy_exports
27
+ } from "./chunk-CWZFRUBS.js";
28
+ import {
29
+ download_exports
30
+ } from "./chunk-2JH4TCT2.js";
25
31
  import {
26
32
  move_exports
27
33
  } from "./chunk-6IYUA43Q.js";
28
34
  import {
29
35
  remove_exports
30
36
  } from "./chunk-7J7CYOXU.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,9 +1,3 @@
1
- import {
2
- recordFormat
3
- } from "./chunk-YP64J65L.js";
4
- import {
5
- recordMap
6
- } from "./chunk-XNF5MLCQ.js";
7
1
  import {
8
2
  Validation
9
3
  } from "./chunk-FPEW3A27.js";
@@ -13,12 +7,18 @@ import {
13
7
  import {
14
8
  deepGetProperty
15
9
  } from "./chunk-SKMCIFS3.js";
10
+ import {
11
+ flattenGetters
12
+ } from "./chunk-VFJYLXCI.js";
16
13
  import {
17
14
  isRecord
18
15
  } from "./chunk-YDIBNEGA.js";
19
16
  import {
20
- flattenGetters
21
- } from "./chunk-VFJYLXCI.js";
17
+ recordFormat
18
+ } from "./chunk-YP64J65L.js";
19
+ import {
20
+ recordMap
21
+ } from "./chunk-XNF5MLCQ.js";
22
22
  import {
23
23
  isNonNullObject,
24
24
  isObject
@@ -2,23 +2,23 @@ import {
2
2
  upload_exports
3
3
  } from "./chunk-QDVDHFMZ.js";
4
4
  import {
5
- download_exports
6
- } from "./chunk-HWEGQVBQ.js";
5
+ stat_exports
6
+ } from "./chunk-TGVYEQIA.js";
7
7
  import {
8
8
  exists_exports
9
9
  } from "./chunk-QVPS2BCJ.js";
10
+ import {
11
+ copy_exports
12
+ } from "./chunk-QH64MYGA.js";
13
+ import {
14
+ download_exports
15
+ } from "./chunk-HWEGQVBQ.js";
10
16
  import {
11
17
  move_exports
12
18
  } from "./chunk-FE4DECBU.js";
13
19
  import {
14
20
  remove_exports
15
21
  } from "./chunk-ANPXBD2G.js";
16
- import {
17
- stat_exports
18
- } from "./chunk-TGVYEQIA.js";
19
- import {
20
- copy_exports
21
- } from "./chunk-QH64MYGA.js";
22
22
  import {
23
23
  __export
24
24
  } from "./chunk-WSFCRVEQ.js";
@@ -4,12 +4,12 @@ import {
4
4
  import {
5
5
  exists
6
6
  } from "./chunk-ZEZCYPLQ.js";
7
- import {
8
- exists as exists3
9
- } from "./chunk-ZJTWDCNZ.js";
10
7
  import {
11
8
  exists as exists4
12
9
  } from "./chunk-QVPS2BCJ.js";
10
+ import {
11
+ exists as exists3
12
+ } from "./chunk-ZJTWDCNZ.js";
13
13
  import {
14
14
  isFtpClient,
15
15
  isGcsBucket,
@@ -4,12 +4,12 @@ import {
4
4
  import {
5
5
  remove
6
6
  } from "./chunk-WV5N7ESL.js";
7
- import {
8
- remove as remove3
9
- } from "./chunk-KJAEVOIW.js";
10
7
  import {
11
8
  remove as remove4
12
9
  } from "./chunk-ANPXBD2G.js";
10
+ import {
11
+ remove as remove3
12
+ } from "./chunk-KJAEVOIW.js";
13
13
  import {
14
14
  isFtpClient,
15
15
  isGcsBucket,
@@ -4,12 +4,12 @@ import {
4
4
  import {
5
5
  copy
6
6
  } from "./chunk-C6QTHDDM.js";
7
- import {
8
- copy as copy3
9
- } from "./chunk-NMYVJJXV.js";
10
7
  import {
11
8
  copy as copy4
12
9
  } from "./chunk-QH64MYGA.js";
10
+ import {
11
+ copy as copy3
12
+ } from "./chunk-NMYVJJXV.js";
13
13
  import {
14
14
  isFtpClient,
15
15
  isGcsBucket,
@@ -1,10 +1,10 @@
1
+ import {
2
+ memoize
3
+ } from "./chunk-JWBDZPQG.js";
1
4
  import {
2
5
  debounce,
3
6
  throttle
4
7
  } from "./chunk-VZDUZTW6.js";
5
- import {
6
- memoize
7
- } from "./chunk-JWBDZPQG.js";
8
8
 
9
9
  // src/agnostic/optim/index.ts
10
10
  var Optim;
@@ -1,19 +1,19 @@
1
+ import {
2
+ interpolate
3
+ } from "./chunk-BJAYUP7M.js";
1
4
  import {
2
5
  createScale,
3
6
  getHarmonic
4
7
  } from "./chunk-KXIA3YGF.js";
5
- import {
6
- interpolate
7
- } from "./chunk-BJAYUP7M.js";
8
8
  import {
9
9
  round
10
10
  } from "./chunk-EOE2ODJR.js";
11
- import {
12
- absoluteModulo
13
- } from "./chunk-DNIOWD7K.js";
14
11
  import {
15
12
  clamp
16
13
  } from "./chunk-OSAXBA7G.js";
14
+ import {
15
+ absoluteModulo
16
+ } from "./chunk-DNIOWD7K.js";
17
17
 
18
18
  // src/agnostic/numbers/index.ts
19
19
  var Numbers;
@@ -1,3 +1,15 @@
1
+ import {
2
+ normalizeIndent
3
+ } from "./chunk-JQXNEJAP.js";
4
+ import {
5
+ parseTable
6
+ } from "./chunk-A3CDUWGR.js";
7
+ import {
8
+ replaceAll
9
+ } from "./chunk-ZTDVUXPR.js";
10
+ import {
11
+ toAlphanum
12
+ } from "./chunk-COVPTTAD.js";
1
13
  import {
2
14
  trimEnd,
3
15
  trimStart
@@ -10,18 +22,6 @@ import {
10
22
  import {
11
23
  CharCodes
12
24
  } from "./chunk-34U4HX4V.js";
13
- import {
14
- normalizeIndent
15
- } from "./chunk-JQXNEJAP.js";
16
- import {
17
- replaceAll
18
- } from "./chunk-ZTDVUXPR.js";
19
- import {
20
- parseTable
21
- } from "./chunk-A3CDUWGR.js";
22
- import {
23
- toAlphanum
24
- } from "./chunk-COVPTTAD.js";
25
25
 
26
26
  // src/agnostic/strings/index.ts
27
27
  var Strings;
@@ -4,12 +4,12 @@ import {
4
4
  import {
5
5
  removeDir
6
6
  } from "./chunk-4XSDRT23.js";
7
- import {
8
- removeDir as removeDir3
9
- } from "./chunk-BSUQNHAM.js";
10
7
  import {
11
8
  removeDir as removeDir4
12
9
  } from "./chunk-5ZJ3KJPK.js";
10
+ import {
11
+ removeDir as removeDir3
12
+ } from "./chunk-BSUQNHAM.js";
13
13
  import {
14
14
  isFtpClient,
15
15
  isGcsBucket,
@@ -2,23 +2,23 @@ import {
2
2
  upload_exports
3
3
  } from "./chunk-FD5WR2A5.js";
4
4
  import {
5
- download_exports
6
- } from "./chunk-IV75M3KE.js";
5
+ stat_exports
6
+ } from "./chunk-VROZGPC5.js";
7
7
  import {
8
8
  exists_exports
9
9
  } from "./chunk-ZEZCYPLQ.js";
10
+ import {
11
+ copy_exports
12
+ } from "./chunk-C6QTHDDM.js";
13
+ import {
14
+ download_exports
15
+ } from "./chunk-IV75M3KE.js";
10
16
  import {
11
17
  move_exports
12
18
  } from "./chunk-QWZ4ZNFA.js";
13
19
  import {
14
20
  remove_exports
15
21
  } from "./chunk-WV5N7ESL.js";
16
- import {
17
- stat_exports
18
- } from "./chunk-VROZGPC5.js";
19
- import {
20
- copy_exports
21
- } from "./chunk-C6QTHDDM.js";
22
22
  import {
23
23
  __export
24
24
  } from "./chunk-WSFCRVEQ.js";
@@ -1,15 +1,15 @@
1
1
  import {
2
- move_dir_exports
3
- } from "./chunk-BE7OXZRK.js";
2
+ remove_dir_exports
3
+ } from "./chunk-BSUQNHAM.js";
4
4
  import {
5
5
  list_exports
6
6
  } from "./chunk-3CLGBOHN.js";
7
- import {
8
- remove_dir_exports
9
- } from "./chunk-BSUQNHAM.js";
10
7
  import {
11
8
  copy_dir_exports
12
9
  } from "./chunk-N2T672IG.js";
10
+ import {
11
+ move_dir_exports
12
+ } from "./chunk-BE7OXZRK.js";
13
13
  import {
14
14
  __export
15
15
  } from "./chunk-WSFCRVEQ.js";
@@ -4,12 +4,12 @@ import {
4
4
  import {
5
5
  moveDir
6
6
  } from "./chunk-ON6LC3HE.js";
7
- import {
8
- moveDir as moveDir3
9
- } from "./chunk-BE7OXZRK.js";
10
7
  import {
11
8
  moveDir as moveDir4
12
9
  } from "./chunk-RWO53U4X.js";
10
+ import {
11
+ moveDir as moveDir3
12
+ } from "./chunk-BE7OXZRK.js";
13
13
  import {
14
14
  isFtpClient,
15
15
  isGcsBucket,
@@ -4,12 +4,12 @@ import {
4
4
  import {
5
5
  move
6
6
  } from "./chunk-QWZ4ZNFA.js";
7
- import {
8
- move as move3
9
- } from "./chunk-HRNDUTZE.js";
10
7
  import {
11
8
  move as move4
12
9
  } from "./chunk-FE4DECBU.js";
10
+ import {
11
+ move as move3
12
+ } from "./chunk-HRNDUTZE.js";
13
13
  import {
14
14
  isFtpClient,
15
15
  isGcsBucket,
@@ -1,7 +1,3 @@
1
- import {
2
- random,
3
- randomInt
4
- } from "./chunk-D3ERTRDW.js";
5
1
  import {
6
2
  randomHash,
7
3
  randomHashPattern,
@@ -11,6 +7,10 @@ import {
11
7
  hexChars,
12
8
  randomHexChar
13
9
  } from "./chunk-OGBUSUE6.js";
10
+ import {
11
+ random,
12
+ randomInt
13
+ } from "./chunk-D3ERTRDW.js";
14
14
 
15
15
  // src/agnostic/random/index.ts
16
16
  var Random;
@@ -4,12 +4,12 @@ import {
4
4
  import {
5
5
  list
6
6
  } from "./chunk-ZSUG52DO.js";
7
- import {
8
- list as list3
9
- } from "./chunk-3CLGBOHN.js";
10
7
  import {
11
8
  list as list4
12
9
  } from "./chunk-UK2F7CWI.js";
10
+ import {
11
+ list as list3
12
+ } from "./chunk-3CLGBOHN.js";
13
13
  import {
14
14
  isFtpClient,
15
15
  isGcsBucket,
@@ -1,15 +1,15 @@
1
1
  import {
2
- move_dir_exports
3
- } from "./chunk-BWYH445G.js";
2
+ remove_dir_exports
3
+ } from "./chunk-QLDN574K.js";
4
4
  import {
5
5
  list_exports
6
6
  } from "./chunk-37TRFYZT.js";
7
- import {
8
- remove_dir_exports
9
- } from "./chunk-QLDN574K.js";
10
7
  import {
11
8
  copy_dir_exports
12
9
  } from "./chunk-V3L55I2S.js";
10
+ import {
11
+ move_dir_exports
12
+ } from "./chunk-BWYH445G.js";
13
13
  import {
14
14
  __export
15
15
  } from "./chunk-WSFCRVEQ.js";
@@ -4,12 +4,12 @@ import {
4
4
  import {
5
5
  copyDir
6
6
  } from "./chunk-4XBUJAQU.js";
7
- import {
8
- copyDir as copyDir3
9
- } from "./chunk-N2T672IG.js";
10
7
  import {
11
8
  copyDir as copyDir4
12
9
  } from "./chunk-WAHPAZQS.js";
10
+ import {
11
+ copyDir as copyDir3
12
+ } from "./chunk-N2T672IG.js";
13
13
  import {
14
14
  isFtpClient,
15
15
  isGcsBucket,
@@ -2,23 +2,23 @@ import {
2
2
  upload_exports
3
3
  } from "./chunk-CVDCTI7F.js";
4
4
  import {
5
- download_exports
6
- } from "./chunk-FF5NURFO.js";
5
+ stat_exports
6
+ } from "./chunk-CNYSX2L2.js";
7
7
  import {
8
8
  exists_exports
9
9
  } from "./chunk-ZJTWDCNZ.js";
10
+ import {
11
+ copy_exports
12
+ } from "./chunk-NMYVJJXV.js";
13
+ import {
14
+ download_exports
15
+ } from "./chunk-FF5NURFO.js";
10
16
  import {
11
17
  move_exports
12
18
  } from "./chunk-HRNDUTZE.js";
13
19
  import {
14
20
  remove_exports
15
21
  } from "./chunk-KJAEVOIW.js";
16
- import {
17
- stat_exports
18
- } from "./chunk-CNYSX2L2.js";
19
- import {
20
- copy_exports
21
- } from "./chunk-NMYVJJXV.js";
22
22
  import {
23
23
  __export
24
24
  } from "./chunk-WSFCRVEQ.js";
@@ -1,9 +1,3 @@
1
- import {
2
- absoluteModulo
3
- } from "./chunk-DNIOWD7K.js";
4
- import {
5
- clamp
6
- } from "./chunk-OSAXBA7G.js";
7
1
  import {
8
2
  isCmyk,
9
3
  isCssColor,
@@ -15,6 +9,12 @@ import {
15
9
  isRgb,
16
10
  isXyz
17
11
  } from "./chunk-67V4BGOB.js";
12
+ import {
13
+ clamp
14
+ } from "./chunk-OSAXBA7G.js";
15
+ import {
16
+ absoluteModulo
17
+ } from "./chunk-DNIOWD7K.js";
18
18
  import {
19
19
  cssColors
20
20
  } from "./chunk-7UGMWTP5.js";
@@ -1,12 +1,12 @@
1
+ import {
2
+ Window
3
+ } from "./chunk-RLJOYG64.js";
1
4
  import {
2
5
  detectRuntime
3
6
  } from "./chunk-S2NMAH7K.js";
4
7
  import {
5
8
  Types
6
9
  } from "./chunk-LV2VMOWR.js";
7
- import {
8
- Window
9
- } from "./chunk-RLJOYG64.js";
10
10
 
11
11
  // src/agnostic/misc/crossenv/index.ts
12
12
  var Crossenv;
@@ -2,14 +2,14 @@ import {
2
2
  get_metadata_exports
3
3
  } from "./chunk-ZNA7SWFK.js";
4
4
  import {
5
- move_dir_exports
6
- } from "./chunk-BWYH445G.js";
5
+ remove_dir_exports
6
+ } from "./chunk-QLDN574K.js";
7
7
  import {
8
8
  list_exports
9
9
  } from "./chunk-37TRFYZT.js";
10
10
  import {
11
- remove_dir_exports
12
- } from "./chunk-QLDN574K.js";
11
+ move_dir_exports
12
+ } from "./chunk-BWYH445G.js";
13
13
  import {
14
14
  __export
15
15
  } from "./chunk-WSFCRVEQ.js";
@@ -4,12 +4,12 @@ import {
4
4
  import {
5
5
  download
6
6
  } from "./chunk-IV75M3KE.js";
7
- import {
8
- download as download3
9
- } from "./chunk-FF5NURFO.js";
10
7
  import {
11
8
  download as download4
12
9
  } from "./chunk-HWEGQVBQ.js";
10
+ import {
11
+ download as download3
12
+ } from "./chunk-FF5NURFO.js";
13
13
  import {
14
14
  isFtpClient,
15
15
  isGcsBucket,
@@ -1,12 +1,12 @@
1
- import {
2
- Logger
3
- } from "./chunk-RASMASS4.js";
4
1
  import {
5
2
  styles
6
3
  } from "./chunk-L3OCRR3V.js";
7
4
  import {
8
5
  makeTextBlock
9
6
  } from "./chunk-H4PP6AHP.js";
7
+ import {
8
+ Logger
9
+ } from "./chunk-RASMASS4.js";
10
10
 
11
11
  // src/agnostic/misc/logs/index.ts
12
12
  var Logs;
@@ -4,12 +4,12 @@ import {
4
4
  import {
5
5
  upload
6
6
  } from "./chunk-FD5WR2A5.js";
7
- import {
8
- upload as upload3
9
- } from "./chunk-CVDCTI7F.js";
10
7
  import {
11
8
  upload as upload4
12
9
  } from "./chunk-QDVDHFMZ.js";
10
+ import {
11
+ upload as upload3
12
+ } from "./chunk-CVDCTI7F.js";
13
13
  import {
14
14
  isFtpClient,
15
15
  isGcsBucket,
@@ -1,15 +1,15 @@
1
1
  import {
2
- move_dir_exports
3
- } from "./chunk-RWO53U4X.js";
2
+ remove_dir_exports
3
+ } from "./chunk-5ZJ3KJPK.js";
4
4
  import {
5
5
  list_exports
6
6
  } from "./chunk-UK2F7CWI.js";
7
- import {
8
- remove_dir_exports
9
- } from "./chunk-5ZJ3KJPK.js";
10
7
  import {
11
8
  copy_dir_exports
12
9
  } from "./chunk-WAHPAZQS.js";
10
+ import {
11
+ move_dir_exports
12
+ } from "./chunk-RWO53U4X.js";
13
13
  import {
14
14
  __export
15
15
  } from "./chunk-WSFCRVEQ.js";
@@ -1,15 +1,15 @@
1
1
  import {
2
- move_dir_exports
3
- } from "./chunk-ON6LC3HE.js";
2
+ remove_dir_exports
3
+ } from "./chunk-4XSDRT23.js";
4
4
  import {
5
5
  list_exports
6
6
  } from "./chunk-ZSUG52DO.js";
7
- import {
8
- remove_dir_exports
9
- } from "./chunk-4XSDRT23.js";
10
7
  import {
11
8
  copy_dir_exports
12
9
  } from "./chunk-4XBUJAQU.js";
10
+ import {
11
+ move_dir_exports
12
+ } from "./chunk-ON6LC3HE.js";
13
13
  import {
14
14
  __export
15
15
  } from "./chunk-WSFCRVEQ.js";
@@ -4,12 +4,12 @@ import {
4
4
  import {
5
5
  stat
6
6
  } from "./chunk-VROZGPC5.js";
7
- import {
8
- stat as stat3
9
- } from "./chunk-CNYSX2L2.js";
10
7
  import {
11
8
  stat as stat4
12
9
  } from "./chunk-TGVYEQIA.js";
10
+ import {
11
+ stat as stat3
12
+ } from "./chunk-CNYSX2L2.js";
13
13
  import {
14
14
  isFtpClient,
15
15
  isGcsBucket,