@design-edito/tools 0.2.18 → 0.2.19

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/agnostic/arrays/index.js +11 -11
  2. package/agnostic/arrays/random-pick/index.js +6 -6
  3. package/agnostic/colors/index.js +16 -16
  4. package/agnostic/css/index.js +11 -11
  5. package/agnostic/css/styles-set/index.js +8 -8
  6. package/agnostic/errors/index.js +2 -2
  7. package/agnostic/html/hyper-json/cast/index.js +3 -3
  8. package/agnostic/html/hyper-json/index.js +4 -4
  9. package/agnostic/html/hyper-json/smart-tags/coalesced/add/index.js +3 -3
  10. package/agnostic/html/hyper-json/smart-tags/coalesced/addclass/index.js +3 -3
  11. package/agnostic/html/hyper-json/smart-tags/coalesced/and/index.js +3 -3
  12. package/agnostic/html/hyper-json/smart-tags/coalesced/append/index.js +3 -3
  13. package/agnostic/html/hyper-json/smart-tags/coalesced/at/index.js +3 -3
  14. package/agnostic/html/hyper-json/smart-tags/coalesced/call/index.js +3 -3
  15. package/agnostic/html/hyper-json/smart-tags/coalesced/clone/index.js +3 -3
  16. package/agnostic/html/hyper-json/smart-tags/coalesced/deleteproperties/index.js +3 -3
  17. package/agnostic/html/hyper-json/smart-tags/coalesced/equals/index.js +3 -3
  18. package/agnostic/html/hyper-json/smart-tags/coalesced/getattribute/index.js +3 -3
  19. package/agnostic/html/hyper-json/smart-tags/coalesced/getproperties/index.js +3 -3
  20. package/agnostic/html/hyper-json/smart-tags/coalesced/getproperty/index.js +3 -3
  21. package/agnostic/html/hyper-json/smart-tags/coalesced/if/index.js +3 -3
  22. package/agnostic/html/hyper-json/smart-tags/coalesced/initialize/index.js +3 -3
  23. package/agnostic/html/hyper-json/smart-tags/coalesced/join/index.js +3 -3
  24. package/agnostic/html/hyper-json/smart-tags/coalesced/length/index.js +3 -3
  25. package/agnostic/html/hyper-json/smart-tags/coalesced/map/index.js +3 -3
  26. package/agnostic/html/hyper-json/smart-tags/coalesced/negate/index.js +3 -3
  27. package/agnostic/html/hyper-json/smart-tags/coalesced/notrailing/index.js +3 -3
  28. package/agnostic/html/hyper-json/smart-tags/coalesced/or/index.js +3 -3
  29. package/agnostic/html/hyper-json/smart-tags/coalesced/pickrandom/index.js +3 -3
  30. package/agnostic/html/hyper-json/smart-tags/coalesced/populate/index.js +3 -3
  31. package/agnostic/html/hyper-json/smart-tags/coalesced/print/index.js +3 -3
  32. package/agnostic/html/hyper-json/smart-tags/coalesced/push/index.js +3 -3
  33. package/agnostic/html/hyper-json/smart-tags/coalesced/pusheach/index.js +3 -3
  34. package/agnostic/html/hyper-json/smart-tags/coalesced/recordtoarray/index.js +3 -3
  35. package/agnostic/html/hyper-json/smart-tags/coalesced/removeattribute/index.js +3 -3
  36. package/agnostic/html/hyper-json/smart-tags/coalesced/removeclass/index.js +3 -3
  37. package/agnostic/html/hyper-json/smart-tags/coalesced/renameproperty/index.js +3 -3
  38. package/agnostic/html/hyper-json/smart-tags/coalesced/replace/index.js +3 -3
  39. package/agnostic/html/hyper-json/smart-tags/coalesced/select/index.js +3 -3
  40. package/agnostic/html/hyper-json/smart-tags/coalesced/set/index.js +3 -3
  41. package/agnostic/html/hyper-json/smart-tags/coalesced/setattribute/index.js +3 -3
  42. package/agnostic/html/hyper-json/smart-tags/coalesced/setproperty/index.js +3 -3
  43. package/agnostic/html/hyper-json/smart-tags/coalesced/sorton/index.js +3 -3
  44. package/agnostic/html/hyper-json/smart-tags/coalesced/split/index.js +3 -3
  45. package/agnostic/html/hyper-json/smart-tags/coalesced/spread/index.js +3 -3
  46. package/agnostic/html/hyper-json/smart-tags/coalesced/toarray/index.js +3 -3
  47. package/agnostic/html/hyper-json/smart-tags/coalesced/toboolean/index.js +3 -3
  48. package/agnostic/html/hyper-json/smart-tags/coalesced/toelement/index.js +3 -3
  49. package/agnostic/html/hyper-json/smart-tags/coalesced/toggleclass/index.js +3 -3
  50. package/agnostic/html/hyper-json/smart-tags/coalesced/tonodelist/index.js +3 -3
  51. package/agnostic/html/hyper-json/smart-tags/coalesced/tonull/index.js +3 -3
  52. package/agnostic/html/hyper-json/smart-tags/coalesced/tonumber/index.js +3 -3
  53. package/agnostic/html/hyper-json/smart-tags/coalesced/torecord/index.js +3 -3
  54. package/agnostic/html/hyper-json/smart-tags/coalesced/toref/index.js +3 -3
  55. package/agnostic/html/hyper-json/smart-tags/coalesced/tostring/index.js +3 -3
  56. package/agnostic/html/hyper-json/smart-tags/coalesced/totext/index.js +3 -3
  57. package/agnostic/html/hyper-json/smart-tags/coalesced/transformselected/index.js +3 -3
  58. package/agnostic/html/hyper-json/smart-tags/coalesced/trim/index.js +3 -3
  59. package/agnostic/html/hyper-json/smart-tags/isolated/boolean/index.js +3 -3
  60. package/agnostic/html/hyper-json/smart-tags/isolated/element/index.js +3 -3
  61. package/agnostic/html/hyper-json/smart-tags/isolated/get/index.js +3 -3
  62. package/agnostic/html/hyper-json/smart-tags/isolated/global/index.js +3 -3
  63. package/agnostic/html/hyper-json/smart-tags/isolated/guess/index.js +3 -3
  64. package/agnostic/html/hyper-json/smart-tags/isolated/nodelist/index.js +3 -3
  65. package/agnostic/html/hyper-json/smart-tags/isolated/number/index.js +3 -3
  66. package/agnostic/html/hyper-json/smart-tags/isolated/record/index.js +3 -3
  67. package/agnostic/html/hyper-json/smart-tags/isolated/ref/index.js +3 -3
  68. package/agnostic/html/hyper-json/smart-tags/isolated/string/index.js +3 -3
  69. package/agnostic/html/hyper-json/smart-tags/isolated/text/index.js +3 -3
  70. package/agnostic/html/hyper-json/tree/index.js +3 -3
  71. package/agnostic/html/hyper-json/utils/index.js +3 -3
  72. package/agnostic/html/index.js +15 -15
  73. package/agnostic/html/sanitize/index.js +6 -6
  74. package/agnostic/html/selector-to-element/index.js +6 -6
  75. package/agnostic/html/string-to-nodes/index.js +7 -7
  76. package/agnostic/index.js +58 -58
  77. package/agnostic/misc/assert/index.js +3 -3
  78. package/agnostic/misc/crossenv/index.js +2 -2
  79. package/agnostic/misc/index.js +18 -18
  80. package/agnostic/misc/lorem-ipsum/index.js +14 -14
  81. package/agnostic/numbers/index.js +2 -2
  82. package/agnostic/objects/index.js +3 -3
  83. package/agnostic/optim/index.js +2 -2
  84. package/agnostic/random/index.js +2 -2
  85. package/agnostic/strings/index.js +2 -2
  86. package/chunks/{chunk-C4NNY3VS.js → chunk-2T2U5AD3.js} +19 -19
  87. package/chunks/{chunk-LIO72OKF.js → chunk-3ED56VVR.js} +5 -5
  88. package/chunks/{chunk-B446JIN3.js → chunk-C7SRAQMW.js} +1 -1
  89. package/chunks/{chunk-36CTYZYA.js → chunk-CQEDNACN.js} +2 -2
  90. package/chunks/{chunk-MVFHSJLO.js → chunk-CRLUUTBS.js} +22 -22
  91. package/chunks/{chunk-WAMSK4A3.js → chunk-E4FJHD5R.js} +1 -1
  92. package/chunks/{chunk-7HD4NMIG.js → chunk-HXEFDFYT.js} +2 -2
  93. package/chunks/{chunk-3XMJVCCD.js → chunk-IG4V2EWV.js} +1 -1
  94. package/chunks/{chunk-56YRW5PS.js → chunk-JRRN5FOZ.js} +4 -4
  95. package/chunks/{chunk-CFHCESPR.js → chunk-MCRHFVAD.js} +3 -3
  96. package/chunks/{chunk-ATB2CQBE.js → chunk-MMZRJLHD.js} +3 -2
  97. package/chunks/{chunk-CHUOCTRP.js → chunk-P2H6PV4O.js} +2 -2
  98. package/chunks/{chunk-3TLGAIZT.js → chunk-PB3KFN3E.js} +1 -1
  99. package/chunks/{chunk-6WMQTBOB.js → chunk-PKCW2NJ4.js} +1 -1
  100. package/chunks/{chunk-CYUEPBUN.js → chunk-PX4DPCZM.js} +2 -2
  101. package/chunks/{chunk-JWF5EKM2.js → chunk-RDQJSWRC.js} +1 -1
  102. package/chunks/{chunk-KPVAVWAJ.js → chunk-SQ7G3ZA7.js} +14 -14
  103. package/chunks/{chunk-BK373LU6.js → chunk-TGJAXXJZ.js} +11 -11
  104. package/chunks/{chunk-JOWI6DST.js → chunk-TTYILNFU.js} +2 -2
  105. package/chunks/{chunk-IPON4W2H.js → chunk-VI2MRY6N.js} +7 -7
  106. package/chunks/{chunk-SA2IY5LN.js → chunk-X5HMM3LD.js} +1 -1
  107. package/chunks/{chunk-E3EYBGWM.js → chunk-XLHOA3NR.js} +2 -2
  108. package/chunks/{chunk-6NAA5YPG.js → chunk-YUSINH7T.js} +1 -1
  109. package/chunks/{chunk-EPRR53QH.js → chunk-ZJSABMHZ.js} +2 -2
  110. package/chunks/{chunk-RZV3B2H7.js → chunk-ZQQ6H6BY.js} +9 -9
  111. package/node/@aws-s3/index.js +10 -10
  112. package/node/@aws-s3/storage/directory/index.js +7 -7
  113. package/node/@aws-s3/storage/file/index.js +10 -10
  114. package/node/@aws-s3/storage/index.js +9 -9
  115. package/node/@google-cloud/index.js +14 -14
  116. package/node/@google-cloud/storage/bucket/index.js +5 -5
  117. package/node/@google-cloud/storage/directory/index.js +7 -7
  118. package/node/@google-cloud/storage/file/index.js +15 -15
  119. package/node/@google-cloud/storage/file/revoke-signed-urls/index.js +2 -2
  120. package/node/@google-cloud/storage/index.js +13 -13
  121. package/node/cloud-storage/index.js +42 -42
  122. package/node/cloud-storage/operations/copy-dir/index.js +2 -2
  123. package/node/cloud-storage/operations/copy-file/index.js +2 -2
  124. package/node/cloud-storage/operations/download-file/index.js +2 -2
  125. package/node/cloud-storage/operations/exists-file/index.js +2 -2
  126. package/node/cloud-storage/operations/index.js +51 -51
  127. package/node/cloud-storage/operations/list-dir/index.js +2 -2
  128. package/node/cloud-storage/operations/move-dir/index.js +2 -2
  129. package/node/cloud-storage/operations/move-file/index.js +2 -2
  130. package/node/cloud-storage/operations/remove-dir/index.js +2 -2
  131. package/node/cloud-storage/operations/remove-file/index.js +2 -2
  132. package/node/cloud-storage/operations/stat-file/index.js +2 -2
  133. package/node/cloud-storage/operations/upload-file/index.js +2 -2
  134. package/node/files/index.js +2 -2
  135. package/node/ftps/directory/index.js +4 -4
  136. package/node/ftps/file/index.js +4 -4
  137. package/node/ftps/index.js +9 -9
  138. package/node/images/create/index.js +6 -6
  139. package/node/images/format/index.js +6 -6
  140. package/node/images/index.js +16 -16
  141. package/node/images/metadata/index.js +6 -6
  142. package/node/images/transform/index.js +12 -12
  143. package/node/images/transform/operations/extend/index.js +6 -6
  144. package/node/images/transform/operations/flatten/index.js +6 -6
  145. package/node/images/transform/operations/overlay/index.js +7 -7
  146. package/node/images/transform/operations/resize/index.js +6 -6
  147. package/node/images/transform/operations/rotate/index.js +6 -6
  148. package/node/images/utils/index.js +6 -6
  149. package/node/index.js +81 -81
  150. package/node/sftp/directory/index.js +7 -7
  151. package/node/sftp/file/index.js +10 -10
  152. package/node/sftp/index.js +9 -9
  153. package/package.json +1 -1
  154. package/chunks/{chunk-WH6BPDAC.js → chunk-2KT7AKRW.js} +3 -3
  155. package/chunks/{chunk-AIC5YAJU.js → chunk-4HPG6TEE.js} +6 -6
  156. package/chunks/{chunk-XXRTRR5D.js → chunk-4P4MXSRC.js} +9 -9
  157. package/chunks/{chunk-Y2HSS4DG.js → chunk-4PEPTXU3.js} +3 -3
  158. package/chunks/{chunk-CMAS4BKV.js → chunk-6YQGM6N6.js} +3 -3
  159. package/chunks/{chunk-6B26LYUI.js → chunk-7ED4HK2W.js} +3 -3
  160. package/chunks/{chunk-ZSUJVMQM.js → chunk-A2C4VISH.js} +3 -3
  161. package/chunks/{chunk-4INHLHJT.js → chunk-DPIPDGYH.js} +3 -3
  162. package/chunks/{chunk-UFKH5WD2.js → chunk-FR5H2OCV.js} +3 -3
  163. package/chunks/{chunk-4OK2UH4M.js → chunk-G6C3VTOA.js} +6 -6
  164. package/chunks/{chunk-TS2ETUL7.js → chunk-GHAF5VTP.js} +3 -3
  165. package/chunks/{chunk-74CFPDKM.js → chunk-IGFA7IDA.js} +6 -6
  166. package/chunks/{chunk-VLPG725T.js → chunk-IK3YAMUY.js} +3 -3
  167. package/chunks/{chunk-7VYHSW6T.js → chunk-JEMWHVTN.js} +3 -3
  168. package/chunks/{chunk-WPQFUS4I.js → chunk-KVZMRVOB.js} +3 -3
  169. package/chunks/{chunk-UORTIJVT.js → chunk-LE23WL3C.js} +3 -3
  170. package/chunks/{chunk-G5RRNREY.js → chunk-LSZVKXDZ.js} +3 -3
  171. package/chunks/{chunk-HXYHJZB7.js → chunk-MMXUMHPQ.js} +15 -15
  172. package/chunks/{chunk-ZUOQTT7I.js → chunk-MZQXUVFW.js} +3 -3
  173. package/chunks/{chunk-EZUU2UVI.js → chunk-OBTCE47R.js} +3 -3
  174. package/chunks/{chunk-UXEKCYL7.js → chunk-OMTDHKJI.js} +4 -4
  175. package/chunks/{chunk-66S3WWJV.js → chunk-PCWD23PL.js} +9 -9
  176. package/chunks/{chunk-OPDP7KUM.js → chunk-QB5OBWPS.js} +3 -3
  177. package/chunks/{chunk-WS4AWN7O.js → chunk-QHAB6XYD.js} +3 -3
  178. package/chunks/{chunk-OVG5RGI3.js → chunk-S32K7POB.js} +4 -4
  179. package/chunks/{chunk-RZMX74FI.js → chunk-SPLPZBQR.js} +3 -3
  180. package/chunks/{chunk-5KJLSEJK.js → chunk-TMB3PV3Q.js} +3 -3
  181. package/chunks/{chunk-JS56UXSY.js → chunk-UKD6DFES.js} +3 -3
  182. package/chunks/{chunk-Q6KRGRCE.js → chunk-WAPVSFU4.js} +6 -6
  183. package/chunks/{chunk-O3UJRWTQ.js → chunk-WWTWL2OF.js} +3 -3
@@ -13,12 +13,12 @@ import {
13
13
  import {
14
14
  normalizeIndent
15
15
  } from "./chunk-JQXNEJAP.js";
16
- import {
17
- parseTable
18
- } from "./chunk-A3CDUWGR.js";
19
16
  import {
20
17
  replaceAll
21
18
  } from "./chunk-ZTDVUXPR.js";
19
+ import {
20
+ parseTable
21
+ } from "./chunk-A3CDUWGR.js";
22
22
  import {
23
23
  toAlphanum
24
24
  } from "./chunk-COVPTTAD.js";
@@ -4,6 +4,9 @@ import {
4
4
  import {
5
5
  download
6
6
  } from "./chunk-IV75M3KE.js";
7
+ import {
8
+ download as download3
9
+ } from "./chunk-FF5NURFO.js";
7
10
  import {
8
11
  download as download4
9
12
  } from "./chunk-HWEGQVBQ.js";
@@ -13,9 +16,6 @@ import {
13
16
  isS3ClientWithBucket,
14
17
  isSftpClient
15
18
  } from "./chunk-V3GX7SIJ.js";
16
- import {
17
- download as download3
18
- } from "./chunk-FF5NURFO.js";
19
19
  import {
20
20
  Outcome
21
21
  } from "./chunk-JMU5PDBD.js";
@@ -4,6 +4,9 @@ import {
4
4
  import {
5
5
  removeDir
6
6
  } from "./chunk-4XSDRT23.js";
7
+ import {
8
+ removeDir as removeDir3
9
+ } from "./chunk-BSUQNHAM.js";
7
10
  import {
8
11
  removeDir as removeDir4
9
12
  } from "./chunk-5ZJ3KJPK.js";
@@ -13,9 +16,6 @@ import {
13
16
  isS3ClientWithBucket,
14
17
  isSftpClient
15
18
  } from "./chunk-V3GX7SIJ.js";
16
- import {
17
- removeDir as removeDir3
18
- } from "./chunk-BSUQNHAM.js";
19
19
  import {
20
20
  Outcome
21
21
  } from "./chunk-JMU5PDBD.js";
@@ -1,12 +1,12 @@
1
- import {
2
- Window
3
- } from "./chunk-RLJOYG64.js";
4
1
  import {
5
2
  detectRuntime
6
3
  } from "./chunk-S2NMAH7K.js";
7
4
  import {
8
5
  Types
9
6
  } 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;
@@ -1,15 +1,15 @@
1
+ import {
2
+ move_dir_exports
3
+ } from "./chunk-ON6LC3HE.js";
4
+ import {
5
+ list_exports
6
+ } from "./chunk-ZSUG52DO.js";
1
7
  import {
2
8
  remove_dir_exports
3
9
  } from "./chunk-4XSDRT23.js";
4
10
  import {
5
11
  copy_dir_exports
6
12
  } from "./chunk-4XBUJAQU.js";
7
- import {
8
- list_exports
9
- } from "./chunk-ZSUG52DO.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,6 +4,9 @@ import {
4
4
  import {
5
5
  list
6
6
  } from "./chunk-ZSUG52DO.js";
7
+ import {
8
+ list as list3
9
+ } from "./chunk-3CLGBOHN.js";
7
10
  import {
8
11
  list as list4
9
12
  } from "./chunk-UK2F7CWI.js";
@@ -13,9 +16,6 @@ import {
13
16
  isS3ClientWithBucket,
14
17
  isSftpClient
15
18
  } 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";
@@ -1,15 +1,15 @@
1
+ import {
2
+ move_dir_exports
3
+ } from "./chunk-RWO53U4X.js";
4
+ import {
5
+ list_exports
6
+ } from "./chunk-UK2F7CWI.js";
1
7
  import {
2
8
  remove_dir_exports
3
9
  } from "./chunk-5ZJ3KJPK.js";
4
10
  import {
5
11
  copy_dir_exports
6
12
  } from "./chunk-WAHPAZQS.js";
7
- import {
8
- list_exports
9
- } from "./chunk-UK2F7CWI.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,9 +1,6 @@
1
1
  import {
2
2
  upload_exports
3
3
  } from "./chunk-CVDCTI7F.js";
4
- import {
5
- copy_exports
6
- } from "./chunk-NMYVJJXV.js";
7
4
  import {
8
5
  download_exports
9
6
  } from "./chunk-FF5NURFO.js";
@@ -19,6 +16,9 @@ import {
19
16
  import {
20
17
  stat_exports
21
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";
@@ -4,6 +4,9 @@ import {
4
4
  import {
5
5
  moveDir
6
6
  } from "./chunk-ON6LC3HE.js";
7
+ import {
8
+ moveDir as moveDir3
9
+ } from "./chunk-BE7OXZRK.js";
7
10
  import {
8
11
  moveDir as moveDir4
9
12
  } from "./chunk-RWO53U4X.js";
@@ -13,9 +16,6 @@ import {
13
16
  isS3ClientWithBucket,
14
17
  isSftpClient
15
18
  } from "./chunk-V3GX7SIJ.js";
16
- import {
17
- moveDir as moveDir3
18
- } from "./chunk-BE7OXZRK.js";
19
19
  import {
20
20
  Outcome
21
21
  } from "./chunk-JMU5PDBD.js";
@@ -4,6 +4,9 @@ import {
4
4
  import {
5
5
  copyDir
6
6
  } from "./chunk-4XBUJAQU.js";
7
+ import {
8
+ copyDir as copyDir3
9
+ } from "./chunk-N2T672IG.js";
7
10
  import {
8
11
  copyDir as copyDir4
9
12
  } from "./chunk-WAHPAZQS.js";
@@ -13,9 +16,6 @@ import {
13
16
  isS3ClientWithBucket,
14
17
  isSftpClient
15
18
  } 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";
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  move_dir_exports
3
3
  } from "./chunk-BE7OXZRK.js";
4
- import {
5
- copy_dir_exports
6
- } from "./chunk-N2T672IG.js";
7
4
  import {
8
5
  list_exports
9
6
  } from "./chunk-3CLGBOHN.js";
10
7
  import {
11
8
  remove_dir_exports
12
9
  } from "./chunk-BSUQNHAM.js";
10
+ import {
11
+ copy_dir_exports
12
+ } from "./chunk-N2T672IG.js";
13
13
  import {
14
14
  __export
15
15
  } from "./chunk-WSFCRVEQ.js";
@@ -1,12 +1,12 @@
1
- import {
2
- remove
3
- } from "./chunk-7J7CYOXU.js";
4
1
  import {
5
2
  upload
6
3
  } from "./chunk-FB3GNE2B.js";
7
4
  import {
8
5
  download
9
6
  } from "./chunk-2JH4TCT2.js";
7
+ import {
8
+ remove
9
+ } from "./chunk-7J7CYOXU.js";
10
10
  import {
11
11
  Outcome
12
12
  } from "./chunk-JMU5PDBD.js";
@@ -1,24 +1,9 @@
1
- import {
2
- grayscale
3
- } from "./chunk-WSC3WODJ.js";
4
- import {
5
- lerp
6
- } from "./chunk-XPGAVZGK.js";
7
- import {
8
- invert
9
- } from "./chunk-EGBJXHCW.js";
10
1
  import {
11
2
  palette
12
3
  } from "./chunk-MFIGSRSO.js";
13
4
  import {
14
5
  rotate
15
6
  } from "./chunk-YXLHZ2KW.js";
16
- import {
17
- contrast
18
- } from "./chunk-5CTAKAIP.js";
19
- import {
20
- luminance
21
- } from "./chunk-3LCD73SB.js";
22
7
  import {
23
8
  addChannel,
24
9
  getChannel,
@@ -28,6 +13,21 @@ import {
28
13
  import {
29
14
  distance
30
15
  } from "./chunk-L7PIZQFC.js";
16
+ import {
17
+ lerp
18
+ } from "./chunk-XPGAVZGK.js";
19
+ import {
20
+ invert
21
+ } from "./chunk-EGBJXHCW.js";
22
+ import {
23
+ grayscale
24
+ } from "./chunk-WSC3WODJ.js";
25
+ import {
26
+ contrast
27
+ } from "./chunk-5CTAKAIP.js";
28
+ import {
29
+ luminance
30
+ } from "./chunk-3LCD73SB.js";
31
31
  import {
32
32
  tidy,
33
33
  toCmyk,
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  recordFormat
3
3
  } from "./chunk-YP64J65L.js";
4
- import {
5
- Validation
6
- } from "./chunk-FPEW3A27.js";
7
4
  import {
8
5
  recordMap
9
6
  } from "./chunk-XNF5MLCQ.js";
7
+ import {
8
+ Validation
9
+ } from "./chunk-FPEW3A27.js";
10
10
  import {
11
11
  Enums
12
12
  } from "./chunk-WOAYU6LB.js";
@@ -4,6 +4,9 @@ import {
4
4
  import {
5
5
  move
6
6
  } from "./chunk-QWZ4ZNFA.js";
7
+ import {
8
+ move as move3
9
+ } from "./chunk-HRNDUTZE.js";
7
10
  import {
8
11
  move as move4
9
12
  } from "./chunk-FE4DECBU.js";
@@ -13,9 +16,6 @@ import {
13
16
  isS3ClientWithBucket,
14
17
  isSftpClient
15
18
  } from "./chunk-V3GX7SIJ.js";
16
- import {
17
- move as move3
18
- } from "./chunk-HRNDUTZE.js";
19
19
  import {
20
20
  Outcome
21
21
  } from "./chunk-JMU5PDBD.js";
@@ -2,14 +2,14 @@ import {
2
2
  get_metadata_exports
3
3
  } from "./chunk-ZNA7SWFK.js";
4
4
  import {
5
- remove_dir_exports
6
- } from "./chunk-QLDN574K.js";
5
+ move_dir_exports
6
+ } from "./chunk-BWYH445G.js";
7
7
  import {
8
8
  list_exports
9
9
  } from "./chunk-37TRFYZT.js";
10
10
  import {
11
- move_dir_exports
12
- } from "./chunk-BWYH445G.js";
11
+ remove_dir_exports
12
+ } from "./chunk-QLDN574K.js";
13
13
  import {
14
14
  __export
15
15
  } from "./chunk-WSFCRVEQ.js";
@@ -1,15 +1,6 @@
1
- import {
2
- remove_exports
3
- } from "./chunk-WV5N7ESL.js";
4
- import {
5
- stat_exports
6
- } from "./chunk-VROZGPC5.js";
7
1
  import {
8
2
  upload_exports
9
3
  } from "./chunk-FD5WR2A5.js";
10
- import {
11
- copy_exports
12
- } from "./chunk-C6QTHDDM.js";
13
4
  import {
14
5
  download_exports
15
6
  } from "./chunk-IV75M3KE.js";
@@ -19,6 +10,15 @@ import {
19
10
  import {
20
11
  move_exports
21
12
  } from "./chunk-QWZ4ZNFA.js";
13
+ import {
14
+ remove_exports
15
+ } 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";
@@ -4,6 +4,9 @@ import {
4
4
  import {
5
5
  copy
6
6
  } from "./chunk-C6QTHDDM.js";
7
+ import {
8
+ copy as copy3
9
+ } from "./chunk-NMYVJJXV.js";
7
10
  import {
8
11
  copy as copy4
9
12
  } from "./chunk-QH64MYGA.js";
@@ -13,9 +16,6 @@ import {
13
16
  isS3ClientWithBucket,
14
17
  isSftpClient
15
18
  } 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";
@@ -1,12 +1,12 @@
1
- import {
2
- Subpaths
3
- } from "./chunk-F3WCF6DL.js";
4
1
  import {
5
2
  isInDirectory
6
3
  } from "./chunk-NRITRUZW.js";
7
4
  import {
8
5
  readWrite
9
6
  } from "./chunk-7DBNMU6N.js";
7
+ import {
8
+ Subpaths
9
+ } from "./chunk-F3WCF6DL.js";
10
10
  import {
11
11
  __export
12
12
  } from "./chunk-WSFCRVEQ.js";
@@ -1,3 +1,7 @@
1
+ import {
2
+ random,
3
+ randomInt
4
+ } from "./chunk-D3ERTRDW.js";
1
5
  import {
2
6
  randomHash,
3
7
  randomHashPattern,
@@ -7,10 +11,6 @@ import {
7
11
  hexChars,
8
12
  randomHexChar
9
13
  } 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,6 +4,9 @@ import {
4
4
  import {
5
5
  remove
6
6
  } from "./chunk-WV5N7ESL.js";
7
+ import {
8
+ remove as remove3
9
+ } from "./chunk-KJAEVOIW.js";
7
10
  import {
8
11
  remove as remove4
9
12
  } from "./chunk-ANPXBD2G.js";
@@ -13,9 +16,6 @@ import {
13
16
  isS3ClientWithBucket,
14
17
  isSftpClient
15
18
  } 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";
@@ -4,6 +4,9 @@ import {
4
4
  import {
5
5
  stat
6
6
  } from "./chunk-VROZGPC5.js";
7
+ import {
8
+ stat as stat3
9
+ } from "./chunk-CNYSX2L2.js";
7
10
  import {
8
11
  stat as stat4
9
12
  } from "./chunk-TGVYEQIA.js";
@@ -13,9 +16,6 @@ import {
13
16
  isS3ClientWithBucket,
14
17
  isSftpClient
15
18
  } from "./chunk-V3GX7SIJ.js";
16
- import {
17
- stat as stat3
18
- } from "./chunk-CNYSX2L2.js";
19
19
  import {
20
20
  Outcome
21
21
  } from "./chunk-JMU5PDBD.js";
@@ -2,12 +2,12 @@ import {
2
2
  createScale,
3
3
  getHarmonic
4
4
  } from "./chunk-KXIA3YGF.js";
5
- import {
6
- round
7
- } from "./chunk-EOE2ODJR.js";
8
5
  import {
9
6
  interpolate
10
7
  } from "./chunk-BJAYUP7M.js";
8
+ import {
9
+ round
10
+ } from "./chunk-EOE2ODJR.js";
11
11
  import {
12
12
  absoluteModulo
13
13
  } from "./chunk-DNIOWD7K.js";
@@ -1,12 +1,12 @@
1
- import {
2
- nullFunc
3
- } from "./chunk-QAVYONH6.js";
4
1
  import {
5
2
  any
6
3
  } from "./chunk-FHLCPVND.js";
7
4
  import {
8
5
  array
9
6
  } from "./chunk-QAQZEKIF.js";
7
+ import {
8
+ nullFunc
9
+ } from "./chunk-QAVYONH6.js";
10
10
  import {
11
11
  Serialize
12
12
  } from "./chunk-SXRWMH3U.js";
@@ -38,12 +38,12 @@ import {
38
38
  trimEnd,
39
39
  trimStart
40
40
  } from "./chunk-6XL25OZX.js";
41
- import {
42
- Outcome
43
- } from "./chunk-JMU5PDBD.js";
44
41
  import {
45
42
  replaceAll
46
43
  } from "./chunk-ZTDVUXPR.js";
44
+ import {
45
+ Outcome
46
+ } from "./chunk-JMU5PDBD.js";
47
47
  import {
48
48
  Window
49
49
  } from "./chunk-RLJOYG64.js";
@@ -4,6 +4,9 @@ import {
4
4
  import {
5
5
  upload
6
6
  } from "./chunk-FD5WR2A5.js";
7
+ import {
8
+ upload as upload3
9
+ } from "./chunk-CVDCTI7F.js";
7
10
  import {
8
11
  upload as upload4
9
12
  } from "./chunk-QDVDHFMZ.js";
@@ -13,9 +16,6 @@ import {
13
16
  isS3ClientWithBucket,
14
17
  isSftpClient
15
18
  } 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";