@design-edito/tools 0.2.9 → 0.2.10

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 (160) hide show
  1. package/agnostic/arrays/index.js +10 -10
  2. package/agnostic/arrays/random-pick/index.js +4 -4
  3. package/agnostic/colors/index.js +11 -11
  4. package/agnostic/colors/lighten-color/index.js +2 -2
  5. package/agnostic/colors/saturate-color/index.js +2 -2
  6. package/agnostic/css/index.js +15 -15
  7. package/agnostic/css/styles-set/index.js +4 -4
  8. package/agnostic/html/hyper-json/cast/index.js +5 -5
  9. package/agnostic/html/hyper-json/index.js +6 -6
  10. package/agnostic/html/hyper-json/smart-tags/coalesced/add/index.js +5 -5
  11. package/agnostic/html/hyper-json/smart-tags/coalesced/addclass/index.js +5 -5
  12. package/agnostic/html/hyper-json/smart-tags/coalesced/and/index.js +5 -5
  13. package/agnostic/html/hyper-json/smart-tags/coalesced/append/index.js +5 -5
  14. package/agnostic/html/hyper-json/smart-tags/coalesced/at/index.js +5 -5
  15. package/agnostic/html/hyper-json/smart-tags/coalesced/call/index.js +5 -5
  16. package/agnostic/html/hyper-json/smart-tags/coalesced/clone/index.js +5 -5
  17. package/agnostic/html/hyper-json/smart-tags/coalesced/deleteproperties/index.js +5 -5
  18. package/agnostic/html/hyper-json/smart-tags/coalesced/equals/index.js +5 -5
  19. package/agnostic/html/hyper-json/smart-tags/coalesced/getattribute/index.js +5 -5
  20. package/agnostic/html/hyper-json/smart-tags/coalesced/getproperties/index.js +5 -5
  21. package/agnostic/html/hyper-json/smart-tags/coalesced/getproperty/index.js +5 -5
  22. package/agnostic/html/hyper-json/smart-tags/coalesced/if/index.js +5 -5
  23. package/agnostic/html/hyper-json/smart-tags/coalesced/initialize/index.js +5 -5
  24. package/agnostic/html/hyper-json/smart-tags/coalesced/join/index.js +5 -5
  25. package/agnostic/html/hyper-json/smart-tags/coalesced/length/index.js +5 -5
  26. package/agnostic/html/hyper-json/smart-tags/coalesced/map/index.js +5 -5
  27. package/agnostic/html/hyper-json/smart-tags/coalesced/negate/index.js +5 -5
  28. package/agnostic/html/hyper-json/smart-tags/coalesced/notrailing/index.js +5 -5
  29. package/agnostic/html/hyper-json/smart-tags/coalesced/or/index.js +5 -5
  30. package/agnostic/html/hyper-json/smart-tags/coalesced/pickrandom/index.js +5 -5
  31. package/agnostic/html/hyper-json/smart-tags/coalesced/populate/index.js +5 -5
  32. package/agnostic/html/hyper-json/smart-tags/coalesced/print/index.js +5 -5
  33. package/agnostic/html/hyper-json/smart-tags/coalesced/push/index.js +5 -5
  34. package/agnostic/html/hyper-json/smart-tags/coalesced/pusheach/index.js +5 -5
  35. package/agnostic/html/hyper-json/smart-tags/coalesced/recordtoarray/index.js +5 -5
  36. package/agnostic/html/hyper-json/smart-tags/coalesced/removeattribute/index.js +5 -5
  37. package/agnostic/html/hyper-json/smart-tags/coalesced/removeclass/index.js +5 -5
  38. package/agnostic/html/hyper-json/smart-tags/coalesced/renameproperty/index.js +5 -5
  39. package/agnostic/html/hyper-json/smart-tags/coalesced/replace/index.js +5 -5
  40. package/agnostic/html/hyper-json/smart-tags/coalesced/select/index.js +5 -5
  41. package/agnostic/html/hyper-json/smart-tags/coalesced/set/index.js +5 -5
  42. package/agnostic/html/hyper-json/smart-tags/coalesced/setattribute/index.js +5 -5
  43. package/agnostic/html/hyper-json/smart-tags/coalesced/setproperty/index.js +5 -5
  44. package/agnostic/html/hyper-json/smart-tags/coalesced/sorton/index.js +5 -5
  45. package/agnostic/html/hyper-json/smart-tags/coalesced/split/index.js +5 -5
  46. package/agnostic/html/hyper-json/smart-tags/coalesced/spread/index.js +5 -5
  47. package/agnostic/html/hyper-json/smart-tags/coalesced/toarray/index.js +5 -5
  48. package/agnostic/html/hyper-json/smart-tags/coalesced/toboolean/index.js +5 -5
  49. package/agnostic/html/hyper-json/smart-tags/coalesced/toelement/index.js +5 -5
  50. package/agnostic/html/hyper-json/smart-tags/coalesced/toggleclass/index.js +5 -5
  51. package/agnostic/html/hyper-json/smart-tags/coalesced/tonodelist/index.js +5 -5
  52. package/agnostic/html/hyper-json/smart-tags/coalesced/tonull/index.js +5 -5
  53. package/agnostic/html/hyper-json/smart-tags/coalesced/tonumber/index.js +5 -5
  54. package/agnostic/html/hyper-json/smart-tags/coalesced/torecord/index.js +5 -5
  55. package/agnostic/html/hyper-json/smart-tags/coalesced/toref/index.js +5 -5
  56. package/agnostic/html/hyper-json/smart-tags/coalesced/tostring/index.js +5 -5
  57. package/agnostic/html/hyper-json/smart-tags/coalesced/totext/index.js +5 -5
  58. package/agnostic/html/hyper-json/smart-tags/coalesced/transformselected/index.js +5 -5
  59. package/agnostic/html/hyper-json/smart-tags/coalesced/trim/index.js +5 -5
  60. package/agnostic/html/hyper-json/smart-tags/isolated/boolean/index.js +5 -5
  61. package/agnostic/html/hyper-json/smart-tags/isolated/element/index.js +5 -5
  62. package/agnostic/html/hyper-json/smart-tags/isolated/get/index.js +5 -5
  63. package/agnostic/html/hyper-json/smart-tags/isolated/global/index.js +5 -5
  64. package/agnostic/html/hyper-json/smart-tags/isolated/guess/index.js +5 -5
  65. package/agnostic/html/hyper-json/smart-tags/isolated/nodelist/index.js +5 -5
  66. package/agnostic/html/hyper-json/smart-tags/isolated/number/index.js +5 -5
  67. package/agnostic/html/hyper-json/smart-tags/isolated/record/index.js +5 -5
  68. package/agnostic/html/hyper-json/smart-tags/isolated/ref/index.js +5 -5
  69. package/agnostic/html/hyper-json/smart-tags/isolated/string/index.js +5 -5
  70. package/agnostic/html/hyper-json/smart-tags/isolated/text/index.js +5 -5
  71. package/agnostic/html/hyper-json/tree/index.js +5 -5
  72. package/agnostic/html/hyper-json/utils/index.js +5 -5
  73. package/agnostic/html/index.js +12 -12
  74. package/agnostic/html/sanitize/index.js +4 -4
  75. package/agnostic/html/selector-to-element/index.js +4 -4
  76. package/agnostic/html/string-to-nodes/index.js +5 -5
  77. package/agnostic/misc/crossenv/index.js +2 -2
  78. package/agnostic/misc/index.js +25 -25
  79. package/agnostic/misc/logs/index.js +2 -2
  80. package/agnostic/misc/lorem-ipsum/index.js +11 -11
  81. package/agnostic/numbers/index.js +3 -3
  82. package/agnostic/objects/index.js +15 -15
  83. package/agnostic/strings/index.js +6 -6
  84. package/agnostic/time/index.js +7 -7
  85. package/chunks/{chunk-4EFX53Y4.js → chunk-2FU4AFJC.js} +4 -4
  86. package/chunks/{chunk-ZBBU2P4D.js → chunk-36CTYZYA.js} +2 -2
  87. package/chunks/{chunk-NJXJS4Z3.js → chunk-3DNRZL2Y.js} +27 -27
  88. package/chunks/{chunk-YEMEM2M6.js → chunk-5VVXD7WD.js} +1 -1
  89. package/chunks/{chunk-E3FAI65H.js → chunk-A3HS4NC5.js} +1 -1
  90. package/chunks/{chunk-R765J7H2.js → chunk-AEVASEI3.js} +17 -8
  91. package/chunks/{chunk-AQBJ6HNB.js → chunk-B446JIN3.js} +1 -1
  92. package/chunks/{chunk-JCJE64PI.js → chunk-BOLCAFPD.js} +15 -15
  93. package/chunks/{chunk-TIER4TF4.js → chunk-CHUOCTRP.js} +1 -1
  94. package/chunks/{chunk-XB3EGDBI.js → chunk-JWF5EKM2.js} +1 -1
  95. package/chunks/{chunk-3R4UGNIZ.js → chunk-OPO5EIC5.js} +2 -2
  96. package/chunks/{chunk-TVX5OGBE.js → chunk-PKCI2QUK.js} +21 -21
  97. package/chunks/{chunk-SKBOSWM2.js → chunk-SA2IY5LN.js} +1 -1
  98. package/chunks/{chunk-EKCFMMEG.js → chunk-TCEI2QON.js} +3 -3
  99. package/chunks/{chunk-DL5G2SYX.js → chunk-X7CBN5DW.js} +5 -4
  100. package/chunks/{chunk-7GIJUKYP.js → chunk-XRUSQWPJ.js} +1 -1
  101. package/node/@aws-s3/index.js +10 -10
  102. package/node/@aws-s3/storage/directory/index.js +6 -6
  103. package/node/@aws-s3/storage/file/index.js +11 -11
  104. package/node/@aws-s3/storage/index.js +10 -10
  105. package/node/@google-cloud/index.js +14 -14
  106. package/node/@google-cloud/storage/bucket/index.js +5 -5
  107. package/node/@google-cloud/storage/directory/index.js +6 -6
  108. package/node/@google-cloud/storage/file/index.js +16 -16
  109. package/node/@google-cloud/storage/file/revoke-signed-urls/index.js +2 -2
  110. package/node/@google-cloud/storage/index.js +14 -14
  111. package/node/cloud-storage/index.js +48 -48
  112. package/node/cloud-storage/operations/copy-dir/index.js +3 -3
  113. package/node/cloud-storage/operations/copy-file/index.js +3 -3
  114. package/node/cloud-storage/operations/download-file/index.js +3 -3
  115. package/node/cloud-storage/operations/exists-file/index.js +3 -3
  116. package/node/cloud-storage/operations/index.js +59 -59
  117. package/node/cloud-storage/operations/list-dir/index.js +3 -3
  118. package/node/cloud-storage/operations/move-dir/index.js +3 -3
  119. package/node/cloud-storage/operations/move-file/index.js +3 -3
  120. package/node/cloud-storage/operations/remove-dir/index.js +3 -3
  121. package/node/cloud-storage/operations/remove-file/index.js +3 -3
  122. package/node/cloud-storage/operations/stat-file/index.js +3 -3
  123. package/node/cloud-storage/operations/upload-file/index.js +3 -3
  124. package/node/ftps/directory/index.js +4 -4
  125. package/node/ftps/file/index.js +9 -9
  126. package/node/ftps/index.js +9 -9
  127. package/node/images/format/index.d.ts +7 -0
  128. package/node/images/format/index.js +2 -1
  129. package/node/images/index.js +16 -16
  130. package/node/images/transform/index.js +10 -10
  131. package/node/images/transform/operations/resize/index.js +1 -1
  132. package/node/sftp/directory/index.js +6 -6
  133. package/node/sftp/file/index.js +11 -11
  134. package/node/sftp/index.js +9 -9
  135. package/package.json +1 -1
  136. package/chunks/{chunk-FS6LRTDK.js → chunk-2QLB7ASR.js} +6 -6
  137. package/chunks/{chunk-U57Q62IN.js → chunk-3LAWRHHB.js} +3 -3
  138. package/chunks/{chunk-646R6BQZ.js → chunk-5YLJSNZ4.js} +6 -6
  139. package/chunks/{chunk-NOLQR5RW.js → chunk-7Q7XB5CE.js} +6 -6
  140. package/chunks/{chunk-TTUXV3E4.js → chunk-7QDRXZ63.js} +5 -5
  141. package/chunks/{chunk-G5EOKWND.js → chunk-7YL4SAL6.js} +8 -8
  142. package/chunks/{chunk-OA7Y2A5T.js → chunk-EWZTFIXN.js} +6 -6
  143. package/chunks/{chunk-XDL6OTUF.js → chunk-FF6KJRP3.js} +11 -11
  144. package/chunks/{chunk-UK4HNSEJ.js → chunk-FOPXXKZV.js} +6 -6
  145. package/chunks/{chunk-TMBFHWXH.js → chunk-GLX5UWM7.js} +10 -10
  146. package/chunks/{chunk-CA3UPHYO.js → chunk-IMXUQH4R.js} +6 -6
  147. package/chunks/{chunk-Z5A4JQLE.js → chunk-IYLGVLS7.js} +5 -5
  148. package/chunks/{chunk-EVI7ALZX.js → chunk-LS2PJ4OH.js} +10 -10
  149. package/chunks/{chunk-MB7HWF22.js → chunk-PXRLKO5Y.js} +3 -3
  150. package/chunks/{chunk-S4VO4PFZ.js → chunk-Q2SKOY7I.js} +3 -3
  151. package/chunks/{chunk-BD56ZAYF.js → chunk-QJMBTRGK.js} +4 -4
  152. package/chunks/{chunk-V7FSFUGL.js → chunk-QTF7LWGT.js} +3 -3
  153. package/chunks/{chunk-24ZUWYIR.js → chunk-TWSISQ2J.js} +6 -6
  154. package/chunks/{chunk-DPQRXSZH.js → chunk-UDFYYP4H.js} +6 -6
  155. package/chunks/{chunk-FR5H2OCV.js → chunk-UFKH5WD2.js} +3 -3
  156. package/chunks/{chunk-EOTOFHUR.js → chunk-UTIW4X7X.js} +6 -6
  157. package/chunks/{chunk-H4LW6FP3.js → chunk-V2N4BV7K.js} +6 -6
  158. package/chunks/{chunk-6NLNUGBI.js → chunk-WFYRTSLS.js} +6 -6
  159. package/chunks/{chunk-MJQF3YZO.js → chunk-X7KWB2VQ.js} +3 -3
  160. package/chunks/{chunk-QABNSMZN.js → chunk-YCGMNTMI.js} +5 -5
@@ -1,21 +1,21 @@
1
- import {
2
- list as list4
3
- } from "./chunk-37TRFYZT.js";
4
1
  import {
5
2
  list as list3
6
3
  } from "./chunk-ZSUG52DO.js";
4
+ import {
5
+ list as list4
6
+ } from "./chunk-37TRFYZT.js";
7
7
  import {
8
8
  list as list2
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
18
+ } from "./chunk-3CLGBOHN.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";
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;
@@ -1,21 +1,21 @@
1
- import {
2
- download as download4
3
- } from "./chunk-2JH4TCT2.js";
4
1
  import {
5
2
  download as download3
6
3
  } from "./chunk-IV75M3KE.js";
4
+ import {
5
+ download as download4
6
+ } from "./chunk-2JH4TCT2.js";
7
7
  import {
8
8
  download as download2
9
9
  } from "./chunk-HWEGQVBQ.js";
10
- import {
11
- download
12
- } from "./chunk-FF5NURFO.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
+ download
18
+ } from "./chunk-FF5NURFO.js";
19
19
  import {
20
20
  Outcome
21
21
  } from "./chunk-JMU5PDBD.js";
@@ -1,21 +1,21 @@
1
- import {
2
- remove as remove4
3
- } from "./chunk-7J7CYOXU.js";
4
1
  import {
5
2
  remove as remove3
6
3
  } from "./chunk-3TKBCG7Y.js";
4
+ import {
5
+ remove as remove4
6
+ } from "./chunk-7J7CYOXU.js";
7
7
  import {
8
8
  remove as remove2
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
18
+ } from "./chunk-KJAEVOIW.js";
19
19
  import {
20
20
  Outcome
21
21
  } from "./chunk-JMU5PDBD.js";
@@ -1,21 +1,21 @@
1
- import {
2
- copyDir as copyDir4
3
- } from "./chunk-V3L55I2S.js";
4
1
  import {
5
2
  copyDir as copyDir3
6
3
  } from "./chunk-4XBUJAQU.js";
4
+ import {
5
+ copyDir as copyDir4
6
+ } from "./chunk-V3L55I2S.js";
7
7
  import {
8
8
  copyDir as copyDir2
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
18
+ } from "./chunk-N2T672IG.js";
19
19
  import {
20
20
  Outcome
21
21
  } from "./chunk-JMU5PDBD.js";
@@ -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;
@@ -1,15 +1,15 @@
1
+ import {
2
+ list_exports
3
+ } from "./chunk-UK2F7CWI.js";
1
4
  import {
2
5
  copy_dir_exports
3
6
  } from "./chunk-WAHPAZQS.js";
4
- import {
5
- move_dir_exports
6
- } from "./chunk-RWO53U4X.js";
7
7
  import {
8
8
  remove_dir_exports
9
9
  } from "./chunk-5ZJ3KJPK.js";
10
10
  import {
11
- list_exports
12
- } from "./chunk-UK2F7CWI.js";
11
+ move_dir_exports
12
+ } from "./chunk-RWO53U4X.js";
13
13
  import {
14
14
  __export
15
15
  } from "./chunk-WSFCRVEQ.js";