@design-edito/tools 0.2.14 → 0.2.16

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 (423) hide show
  1. package/agnostic/arrays/index.d.ts +5 -5
  2. package/agnostic/arrays/index.js +7 -7
  3. package/agnostic/arrays/is-array-of/index.d.ts +1 -1
  4. package/agnostic/arrays/random-pick/index.js +4 -4
  5. package/agnostic/booleans/index.d.ts +1 -1
  6. package/agnostic/booleans/is-falsy/index.d.ts +1 -1
  7. package/agnostic/colors/channels/index.d.ts +5 -0
  8. package/agnostic/colors/channels/index.js +18 -0
  9. package/agnostic/colors/contrast/index.d.ts +2 -0
  10. package/agnostic/colors/contrast/index.js +13 -0
  11. package/agnostic/colors/convert/index.d.ts +20 -0
  12. package/agnostic/colors/convert/index.js +45 -0
  13. package/agnostic/colors/distance/index.d.ts +2 -0
  14. package/agnostic/colors/distance/index.js +12 -0
  15. package/agnostic/colors/grayscale/index.d.ts +2 -0
  16. package/agnostic/colors/grayscale/index.js +12 -0
  17. package/agnostic/colors/index.d.ts +14 -16
  18. package/agnostic/colors/index.js +95 -27
  19. package/agnostic/colors/invert/index.d.ts +2 -0
  20. package/agnostic/colors/invert/index.js +12 -0
  21. package/agnostic/colors/lerp/index.d.ts +2 -0
  22. package/agnostic/colors/lerp/index.js +12 -0
  23. package/agnostic/colors/luminance/index.d.ts +2 -0
  24. package/agnostic/colors/luminance/index.js +12 -0
  25. package/agnostic/colors/palette/index.d.ts +2 -0
  26. package/agnostic/colors/palette/index.js +14 -0
  27. package/agnostic/colors/rotate/index.d.ts +2 -0
  28. package/agnostic/colors/rotate/index.js +13 -0
  29. package/agnostic/colors/tidy/index.d.ts +2 -0
  30. package/agnostic/colors/tidy/index.js +11 -0
  31. package/agnostic/colors/typechecks/index.d.ts +11 -0
  32. package/agnostic/colors/typechecks/index.js +26 -0
  33. package/agnostic/colors/types.d.ts +82 -0
  34. package/agnostic/css/bem/index.d.ts +2 -2
  35. package/agnostic/css/index.d.ts +3 -3
  36. package/agnostic/css/index.js +6 -6
  37. package/agnostic/css/styles-set/index.js +6 -6
  38. package/agnostic/errors/index.d.ts +2 -2
  39. package/agnostic/errors/index.js +2 -2
  40. package/agnostic/html/hyper-json/cast/index.d.ts +1 -1
  41. package/agnostic/html/hyper-json/cast/index.js +4 -4
  42. package/agnostic/html/hyper-json/index.d.ts +8 -8
  43. package/agnostic/html/hyper-json/index.js +5 -5
  44. package/agnostic/html/hyper-json/method/index.d.ts +2 -2
  45. package/agnostic/html/hyper-json/serialize/index.d.ts +1 -1
  46. package/agnostic/html/hyper-json/smart-tags/coalesced/add/index.d.ts +1 -1
  47. package/agnostic/html/hyper-json/smart-tags/coalesced/add/index.js +4 -4
  48. package/agnostic/html/hyper-json/smart-tags/coalesced/addclass/index.d.ts +1 -1
  49. package/agnostic/html/hyper-json/smart-tags/coalesced/addclass/index.js +4 -4
  50. package/agnostic/html/hyper-json/smart-tags/coalesced/and/index.d.ts +1 -1
  51. package/agnostic/html/hyper-json/smart-tags/coalesced/and/index.js +4 -4
  52. package/agnostic/html/hyper-json/smart-tags/coalesced/append/index.d.ts +1 -1
  53. package/agnostic/html/hyper-json/smart-tags/coalesced/append/index.js +4 -4
  54. package/agnostic/html/hyper-json/smart-tags/coalesced/at/index.d.ts +1 -1
  55. package/agnostic/html/hyper-json/smart-tags/coalesced/at/index.js +4 -4
  56. package/agnostic/html/hyper-json/smart-tags/coalesced/call/index.d.ts +1 -1
  57. package/agnostic/html/hyper-json/smart-tags/coalesced/call/index.js +4 -4
  58. package/agnostic/html/hyper-json/smart-tags/coalesced/clone/index.d.ts +1 -1
  59. package/agnostic/html/hyper-json/smart-tags/coalesced/clone/index.js +4 -4
  60. package/agnostic/html/hyper-json/smart-tags/coalesced/deleteproperties/index.d.ts +1 -1
  61. package/agnostic/html/hyper-json/smart-tags/coalesced/deleteproperties/index.js +4 -4
  62. package/agnostic/html/hyper-json/smart-tags/coalesced/equals/index.d.ts +1 -1
  63. package/agnostic/html/hyper-json/smart-tags/coalesced/equals/index.js +4 -4
  64. package/agnostic/html/hyper-json/smart-tags/coalesced/getattribute/index.d.ts +1 -1
  65. package/agnostic/html/hyper-json/smart-tags/coalesced/getattribute/index.js +4 -4
  66. package/agnostic/html/hyper-json/smart-tags/coalesced/getproperties/index.d.ts +1 -1
  67. package/agnostic/html/hyper-json/smart-tags/coalesced/getproperties/index.js +4 -4
  68. package/agnostic/html/hyper-json/smart-tags/coalesced/getproperty/index.d.ts +1 -1
  69. package/agnostic/html/hyper-json/smart-tags/coalesced/getproperty/index.js +4 -4
  70. package/agnostic/html/hyper-json/smart-tags/coalesced/if/index.d.ts +1 -1
  71. package/agnostic/html/hyper-json/smart-tags/coalesced/if/index.js +4 -4
  72. package/agnostic/html/hyper-json/smart-tags/coalesced/initialize/index.d.ts +1 -1
  73. package/agnostic/html/hyper-json/smart-tags/coalesced/initialize/index.js +4 -4
  74. package/agnostic/html/hyper-json/smart-tags/coalesced/join/index.d.ts +1 -1
  75. package/agnostic/html/hyper-json/smart-tags/coalesced/join/index.js +4 -4
  76. package/agnostic/html/hyper-json/smart-tags/coalesced/length/index.d.ts +1 -1
  77. package/agnostic/html/hyper-json/smart-tags/coalesced/length/index.js +4 -4
  78. package/agnostic/html/hyper-json/smart-tags/coalesced/map/index.d.ts +1 -1
  79. package/agnostic/html/hyper-json/smart-tags/coalesced/map/index.js +4 -4
  80. package/agnostic/html/hyper-json/smart-tags/coalesced/negate/index.d.ts +1 -1
  81. package/agnostic/html/hyper-json/smart-tags/coalesced/negate/index.js +4 -4
  82. package/agnostic/html/hyper-json/smart-tags/coalesced/notrailing/index.d.ts +1 -1
  83. package/agnostic/html/hyper-json/smart-tags/coalesced/notrailing/index.js +4 -4
  84. package/agnostic/html/hyper-json/smart-tags/coalesced/or/index.d.ts +1 -1
  85. package/agnostic/html/hyper-json/smart-tags/coalesced/or/index.js +4 -4
  86. package/agnostic/html/hyper-json/smart-tags/coalesced/pickrandom/index.d.ts +1 -1
  87. package/agnostic/html/hyper-json/smart-tags/coalesced/pickrandom/index.js +4 -4
  88. package/agnostic/html/hyper-json/smart-tags/coalesced/populate/index.d.ts +1 -1
  89. package/agnostic/html/hyper-json/smart-tags/coalesced/populate/index.js +4 -4
  90. package/agnostic/html/hyper-json/smart-tags/coalesced/print/index.d.ts +1 -1
  91. package/agnostic/html/hyper-json/smart-tags/coalesced/print/index.js +4 -4
  92. package/agnostic/html/hyper-json/smart-tags/coalesced/push/index.d.ts +1 -1
  93. package/agnostic/html/hyper-json/smart-tags/coalesced/push/index.js +4 -4
  94. package/agnostic/html/hyper-json/smart-tags/coalesced/pusheach/index.d.ts +1 -1
  95. package/agnostic/html/hyper-json/smart-tags/coalesced/pusheach/index.js +4 -4
  96. package/agnostic/html/hyper-json/smart-tags/coalesced/recordtoarray/index.d.ts +1 -1
  97. package/agnostic/html/hyper-json/smart-tags/coalesced/recordtoarray/index.js +4 -4
  98. package/agnostic/html/hyper-json/smart-tags/coalesced/removeattribute/index.d.ts +1 -1
  99. package/agnostic/html/hyper-json/smart-tags/coalesced/removeattribute/index.js +4 -4
  100. package/agnostic/html/hyper-json/smart-tags/coalesced/removeclass/index.d.ts +1 -1
  101. package/agnostic/html/hyper-json/smart-tags/coalesced/removeclass/index.js +4 -4
  102. package/agnostic/html/hyper-json/smart-tags/coalesced/renameproperty/index.d.ts +1 -1
  103. package/agnostic/html/hyper-json/smart-tags/coalesced/renameproperty/index.js +4 -4
  104. package/agnostic/html/hyper-json/smart-tags/coalesced/replace/index.d.ts +1 -1
  105. package/agnostic/html/hyper-json/smart-tags/coalesced/replace/index.js +4 -4
  106. package/agnostic/html/hyper-json/smart-tags/coalesced/select/index.d.ts +1 -1
  107. package/agnostic/html/hyper-json/smart-tags/coalesced/select/index.js +4 -4
  108. package/agnostic/html/hyper-json/smart-tags/coalesced/set/index.d.ts +1 -1
  109. package/agnostic/html/hyper-json/smart-tags/coalesced/set/index.js +4 -4
  110. package/agnostic/html/hyper-json/smart-tags/coalesced/setattribute/index.d.ts +1 -1
  111. package/agnostic/html/hyper-json/smart-tags/coalesced/setattribute/index.js +4 -4
  112. package/agnostic/html/hyper-json/smart-tags/coalesced/setproperty/index.d.ts +1 -1
  113. package/agnostic/html/hyper-json/smart-tags/coalesced/setproperty/index.js +4 -4
  114. package/agnostic/html/hyper-json/smart-tags/coalesced/sorton/index.d.ts +1 -1
  115. package/agnostic/html/hyper-json/smart-tags/coalesced/sorton/index.js +4 -4
  116. package/agnostic/html/hyper-json/smart-tags/coalesced/split/index.d.ts +1 -1
  117. package/agnostic/html/hyper-json/smart-tags/coalesced/split/index.js +4 -4
  118. package/agnostic/html/hyper-json/smart-tags/coalesced/spread/index.d.ts +1 -1
  119. package/agnostic/html/hyper-json/smart-tags/coalesced/spread/index.js +4 -4
  120. package/agnostic/html/hyper-json/smart-tags/coalesced/toarray/index.d.ts +1 -1
  121. package/agnostic/html/hyper-json/smart-tags/coalesced/toarray/index.js +4 -4
  122. package/agnostic/html/hyper-json/smart-tags/coalesced/toboolean/index.d.ts +1 -1
  123. package/agnostic/html/hyper-json/smart-tags/coalesced/toboolean/index.js +4 -4
  124. package/agnostic/html/hyper-json/smart-tags/coalesced/toelement/index.d.ts +1 -1
  125. package/agnostic/html/hyper-json/smart-tags/coalesced/toelement/index.js +4 -4
  126. package/agnostic/html/hyper-json/smart-tags/coalesced/toggleclass/index.d.ts +1 -1
  127. package/agnostic/html/hyper-json/smart-tags/coalesced/toggleclass/index.js +4 -4
  128. package/agnostic/html/hyper-json/smart-tags/coalesced/tonodelist/index.d.ts +1 -1
  129. package/agnostic/html/hyper-json/smart-tags/coalesced/tonodelist/index.js +4 -4
  130. package/agnostic/html/hyper-json/smart-tags/coalesced/tonull/index.d.ts +1 -1
  131. package/agnostic/html/hyper-json/smart-tags/coalesced/tonull/index.js +4 -4
  132. package/agnostic/html/hyper-json/smart-tags/coalesced/tonumber/index.d.ts +1 -1
  133. package/agnostic/html/hyper-json/smart-tags/coalesced/tonumber/index.js +4 -4
  134. package/agnostic/html/hyper-json/smart-tags/coalesced/torecord/index.d.ts +1 -1
  135. package/agnostic/html/hyper-json/smart-tags/coalesced/torecord/index.js +4 -4
  136. package/agnostic/html/hyper-json/smart-tags/coalesced/toref/index.d.ts +1 -1
  137. package/agnostic/html/hyper-json/smart-tags/coalesced/toref/index.js +4 -4
  138. package/agnostic/html/hyper-json/smart-tags/coalesced/tostring/index.d.ts +1 -1
  139. package/agnostic/html/hyper-json/smart-tags/coalesced/tostring/index.js +4 -4
  140. package/agnostic/html/hyper-json/smart-tags/coalesced/totext/index.d.ts +1 -1
  141. package/agnostic/html/hyper-json/smart-tags/coalesced/totext/index.js +4 -4
  142. package/agnostic/html/hyper-json/smart-tags/coalesced/transformselected/index.d.ts +1 -1
  143. package/agnostic/html/hyper-json/smart-tags/coalesced/transformselected/index.js +4 -4
  144. package/agnostic/html/hyper-json/smart-tags/coalesced/trim/index.d.ts +1 -1
  145. package/agnostic/html/hyper-json/smart-tags/coalesced/trim/index.js +4 -4
  146. package/agnostic/html/hyper-json/smart-tags/index.d.ts +1 -1
  147. package/agnostic/html/hyper-json/smart-tags/isolated/any/index.d.ts +1 -1
  148. package/agnostic/html/hyper-json/smart-tags/isolated/array/index.d.ts +1 -1
  149. package/agnostic/html/hyper-json/smart-tags/isolated/boolean/index.d.ts +1 -1
  150. package/agnostic/html/hyper-json/smart-tags/isolated/boolean/index.js +4 -4
  151. package/agnostic/html/hyper-json/smart-tags/isolated/element/index.d.ts +1 -1
  152. package/agnostic/html/hyper-json/smart-tags/isolated/element/index.js +4 -4
  153. package/agnostic/html/hyper-json/smart-tags/isolated/get/index.d.ts +1 -1
  154. package/agnostic/html/hyper-json/smart-tags/isolated/get/index.js +4 -4
  155. package/agnostic/html/hyper-json/smart-tags/isolated/global/index.d.ts +1 -1
  156. package/agnostic/html/hyper-json/smart-tags/isolated/global/index.js +4 -4
  157. package/agnostic/html/hyper-json/smart-tags/isolated/guess/index.d.ts +1 -1
  158. package/agnostic/html/hyper-json/smart-tags/isolated/guess/index.js +4 -4
  159. package/agnostic/html/hyper-json/smart-tags/isolated/nodelist/index.d.ts +1 -1
  160. package/agnostic/html/hyper-json/smart-tags/isolated/nodelist/index.js +4 -4
  161. package/agnostic/html/hyper-json/smart-tags/isolated/null/index.d.ts +1 -1
  162. package/agnostic/html/hyper-json/smart-tags/isolated/number/index.d.ts +1 -1
  163. package/agnostic/html/hyper-json/smart-tags/isolated/number/index.js +4 -4
  164. package/agnostic/html/hyper-json/smart-tags/isolated/record/index.d.ts +1 -1
  165. package/agnostic/html/hyper-json/smart-tags/isolated/record/index.js +4 -4
  166. package/agnostic/html/hyper-json/smart-tags/isolated/ref/index.d.ts +1 -1
  167. package/agnostic/html/hyper-json/smart-tags/isolated/ref/index.js +4 -4
  168. package/agnostic/html/hyper-json/smart-tags/isolated/string/index.d.ts +1 -1
  169. package/agnostic/html/hyper-json/smart-tags/isolated/string/index.js +4 -4
  170. package/agnostic/html/hyper-json/smart-tags/isolated/text/index.d.ts +1 -1
  171. package/agnostic/html/hyper-json/smart-tags/isolated/text/index.js +4 -4
  172. package/agnostic/html/hyper-json/transformer/index.d.ts +4 -4
  173. package/agnostic/html/hyper-json/tree/index.d.ts +1 -1
  174. package/agnostic/html/hyper-json/tree/index.js +4 -4
  175. package/agnostic/html/hyper-json/types/index.d.ts +5 -5
  176. package/agnostic/html/hyper-json/utils/index.d.ts +2 -2
  177. package/agnostic/html/hyper-json/utils/index.js +4 -4
  178. package/agnostic/html/index.d.ts +8 -8
  179. package/agnostic/html/index.js +18 -18
  180. package/agnostic/html/sanitize/index.js +4 -4
  181. package/agnostic/html/selector-to-element/index.js +4 -4
  182. package/agnostic/html/string-to-nodes/index.d.ts +1 -1
  183. package/agnostic/html/string-to-nodes/index.js +5 -5
  184. package/agnostic/index.d.ts +12 -12
  185. package/agnostic/misc/assert/index.d.ts +1 -1
  186. package/agnostic/misc/assert/index.js +3 -3
  187. package/agnostic/misc/crossenv/detect-runtime/index.d.ts +1 -1
  188. package/agnostic/misc/crossenv/index.d.ts +3 -3
  189. package/agnostic/misc/crossenv/window/index.d.ts +1 -1
  190. package/agnostic/misc/index.d.ts +11 -11
  191. package/agnostic/misc/index.js +19 -19
  192. package/agnostic/misc/logs/index.d.ts +2 -2
  193. package/agnostic/misc/lorem-ipsum/index.js +10 -10
  194. package/agnostic/numbers/index.d.ts +5 -5
  195. package/agnostic/numbers/index.js +6 -6
  196. package/agnostic/objects/enums/index.d.ts +1 -1
  197. package/agnostic/objects/index.d.ts +8 -8
  198. package/agnostic/objects/index.js +4 -4
  199. package/agnostic/optim/index.d.ts +2 -2
  200. package/agnostic/random/index.d.ts +3 -3
  201. package/agnostic/random/index.js +2 -2
  202. package/agnostic/strings/index.d.ts +7 -7
  203. package/agnostic/strings/index.js +13 -13
  204. package/agnostic/strings/parse-table/index.d.ts +1 -1
  205. package/agnostic/time/dates/index.d.ts +1 -1
  206. package/agnostic/time/index.d.ts +5 -5
  207. package/agnostic/time/index.js +6 -6
  208. package/chunks/chunk-2EHYEUX4.js +21 -0
  209. package/chunks/chunk-5LK2YLTK.js +21 -0
  210. package/chunks/chunk-65NTXENV.js +157 -0
  211. package/chunks/{chunk-6EJIBLPQ.js → chunk-73FF7HWQ.js} +9 -9
  212. package/chunks/{chunk-HMZMKLMR.js → chunk-AF2NAJS2.js} +2 -2
  213. package/chunks/chunk-ALMK24GK.js +0 -0
  214. package/chunks/chunk-BKIF2ELV.js +47 -0
  215. package/chunks/{chunk-AQBJ6HNB.js → chunk-C7SRAQMW.js} +1 -1
  216. package/chunks/{chunk-ZBBU2P4D.js → chunk-CQEDNACN.js} +2 -2
  217. package/chunks/chunk-D7SXHHU3.js +47 -0
  218. package/chunks/{chunk-GU34O65H.js → chunk-E33DCHHS.js} +15 -15
  219. package/chunks/{chunk-WAMSK4A3.js → chunk-E4FJHD5R.js} +1 -1
  220. package/chunks/chunk-GUBFCOBT.js +98 -0
  221. package/chunks/{chunk-5TRAENM3.js → chunk-I2HTBYNO.js} +1 -1
  222. package/chunks/chunk-IDXUS2IO.js +296 -0
  223. package/chunks/chunk-JHUOMGOX.js +81 -0
  224. package/chunks/{chunk-EDJ3TVNV.js → chunk-KDOMQ4LM.js} +15 -6
  225. package/chunks/chunk-MN4FVOU2.js +28 -0
  226. package/chunks/{chunk-2M33FCDG.js → chunk-O7VFJHQX.js} +11 -5
  227. package/chunks/{chunk-KRDVV6K3.js → chunk-OD2XVVE2.js} +3 -3
  228. package/chunks/{chunk-TIER4TF4.js → chunk-P2H6PV4O.js} +1 -1
  229. package/chunks/chunk-P4YT4RBG.js +51 -0
  230. package/chunks/{chunk-C5BQQUAG.js → chunk-PJSPZGT2.js} +12 -12
  231. package/chunks/{chunk-PLIJVLAB.js → chunk-PX4DPCZM.js} +5 -3
  232. package/chunks/{chunk-DWCRT664.js → chunk-QRS3G3YD.js} +3 -3
  233. package/chunks/{chunk-FQ4UTWMP.js → chunk-QTA7ZEVX.js} +3 -1
  234. package/chunks/chunk-QW34TQCS.js +48 -0
  235. package/chunks/{chunk-HMAK6VAF.js → chunk-RBCZWVQH.js} +11 -5
  236. package/chunks/{chunk-XB3EGDBI.js → chunk-RDQJSWRC.js} +1 -1
  237. package/chunks/{chunk-AI6AGF4I.js → chunk-S7637BQZ.js} +8 -5
  238. package/chunks/{chunk-3TA4CDWX.js → chunk-TQXFC6OS.js} +4 -4
  239. package/chunks/chunk-UG5EMKGN.js +265 -0
  240. package/chunks/chunk-VA67YLZL.js +26 -0
  241. package/chunks/{chunk-DEW6LPOS.js → chunk-VKNQ7MVZ.js} +90 -91
  242. package/chunks/{chunk-3TKBCG7Y.js → chunk-WV5N7ESL.js} +4 -1
  243. package/chunks/{chunk-SKBOSWM2.js → chunk-X5HMM3LD.js} +1 -1
  244. package/chunks/chunk-XAYMIITK.js +103 -0
  245. package/chunks/{chunk-H4LW6FP3.js → chunk-Y4THX4AN.js} +1 -1
  246. package/chunks/chunk-YZVZKBVJ.js +631 -0
  247. package/chunks/chunk-ZJ63OCMA.js +207 -0
  248. package/components/index.d.ts +1 -1
  249. package/node/@aws-s3/index.d.ts +1 -1
  250. package/node/@aws-s3/index.js +7 -7
  251. package/node/@aws-s3/storage/directory/copy-dir/index.d.ts +1 -1
  252. package/node/@aws-s3/storage/directory/index.d.ts +4 -4
  253. package/node/@aws-s3/storage/directory/list/index.d.ts +1 -1
  254. package/node/@aws-s3/storage/directory/move-dir/index.d.ts +1 -1
  255. package/node/@aws-s3/storage/directory/remove-dir/index.d.ts +1 -1
  256. package/node/@aws-s3/storage/file/copy/index.d.ts +1 -1
  257. package/node/@aws-s3/storage/file/download/index.d.ts +1 -1
  258. package/node/@aws-s3/storage/file/exists/index.d.ts +1 -1
  259. package/node/@aws-s3/storage/file/index.d.ts +7 -7
  260. package/node/@aws-s3/storage/file/index.js +10 -10
  261. package/node/@aws-s3/storage/file/move/index.d.ts +1 -1
  262. package/node/@aws-s3/storage/file/remove/index.d.ts +1 -1
  263. package/node/@aws-s3/storage/file/remove/index.js +1 -1
  264. package/node/@aws-s3/storage/file/stat/index.d.ts +1 -1
  265. package/node/@aws-s3/storage/file/upload/index.d.ts +1 -1
  266. package/node/@aws-s3/storage/index.d.ts +2 -2
  267. package/node/@aws-s3/storage/index.js +9 -9
  268. package/node/@design-edito/index.d.ts +1 -1
  269. package/node/@express/@multer/index.d.ts +1 -1
  270. package/node/@express/index.d.ts +1 -1
  271. package/node/@google-cloud/index.d.ts +1 -1
  272. package/node/@google-cloud/index.js +11 -11
  273. package/node/@google-cloud/storage/bucket/get-metadata/index.d.ts +1 -1
  274. package/node/@google-cloud/storage/bucket/index.d.ts +4 -4
  275. package/node/@google-cloud/storage/directory/copy-dir/index.d.ts +1 -1
  276. package/node/@google-cloud/storage/directory/index.d.ts +4 -4
  277. package/node/@google-cloud/storage/directory/list/index.d.ts +1 -1
  278. package/node/@google-cloud/storage/directory/move-dir/index.d.ts +1 -1
  279. package/node/@google-cloud/storage/directory/remove-dir/index.d.ts +1 -1
  280. package/node/@google-cloud/storage/file/copy/index.d.ts +1 -1
  281. package/node/@google-cloud/storage/file/download/index.d.ts +1 -1
  282. package/node/@google-cloud/storage/file/exists/index.d.ts +1 -1
  283. package/node/@google-cloud/storage/file/generate-signed-url/index.d.ts +1 -1
  284. package/node/@google-cloud/storage/file/get-metadata/index.d.ts +1 -1
  285. package/node/@google-cloud/storage/file/get-permissions/index.d.ts +1 -1
  286. package/node/@google-cloud/storage/file/index.d.ts +12 -12
  287. package/node/@google-cloud/storage/file/index.js +16 -16
  288. package/node/@google-cloud/storage/file/move/index.d.ts +1 -1
  289. package/node/@google-cloud/storage/file/remove/index.d.ts +1 -1
  290. package/node/@google-cloud/storage/file/revoke-signed-urls/index.d.ts +4 -4
  291. package/node/@google-cloud/storage/file/revoke-signed-urls/index.js +2 -2
  292. package/node/@google-cloud/storage/file/stat/index.d.ts +1 -1
  293. package/node/@google-cloud/storage/file/update-metadata/index.d.ts +1 -1
  294. package/node/@google-cloud/storage/file/upload/index.d.ts +1 -1
  295. package/node/@google-cloud/storage/index.d.ts +3 -3
  296. package/node/@google-cloud/storage/index.js +13 -13
  297. package/node/cloud-storage/index.d.ts +2 -2
  298. package/node/cloud-storage/index.js +23 -23
  299. package/node/cloud-storage/operations/copy-dir/index.d.ts +6 -6
  300. package/node/cloud-storage/operations/copy-file/index.d.ts +6 -6
  301. package/node/cloud-storage/operations/download-file/index.d.ts +6 -6
  302. package/node/cloud-storage/operations/exists-file/index.d.ts +4 -4
  303. package/node/cloud-storage/operations/index.d.ts +11 -11
  304. package/node/cloud-storage/operations/index.js +30 -30
  305. package/node/cloud-storage/operations/list-dir/index.d.ts +4 -4
  306. package/node/cloud-storage/operations/move-dir/index.d.ts +6 -6
  307. package/node/cloud-storage/operations/move-file/index.d.ts +6 -6
  308. package/node/cloud-storage/operations/remove-dir/index.d.ts +6 -6
  309. package/node/cloud-storage/operations/remove-file/index.d.ts +6 -6
  310. package/node/cloud-storage/operations/remove-file/index.js +2 -2
  311. package/node/cloud-storage/operations/stat-file/index.d.ts +6 -6
  312. package/node/cloud-storage/operations/upload-file/index.d.ts +6 -6
  313. package/node/encryption/@aes-256-gcm/buffer/index.d.ts +1 -1
  314. package/node/encryption/@aes-256-gcm/index.d.ts +2 -2
  315. package/node/encryption/@aes-256-gcm/uint8-array/index.d.ts +1 -1
  316. package/node/encryption/index.d.ts +2 -2
  317. package/node/encryption/index.js +3 -3
  318. package/node/files/index.d.ts +3 -3
  319. package/node/ftps/directory/copy-dir/index.d.ts +1 -1
  320. package/node/ftps/directory/index.d.ts +4 -4
  321. package/node/ftps/directory/list/index.d.ts +1 -1
  322. package/node/ftps/directory/move-dir/index.d.ts +1 -1
  323. package/node/ftps/directory/remove-dir/index.d.ts +1 -1
  324. package/node/ftps/file/copy/index.d.ts +1 -1
  325. package/node/ftps/file/download/index.d.ts +1 -1
  326. package/node/ftps/file/exists/index.d.ts +1 -1
  327. package/node/ftps/file/index.d.ts +7 -7
  328. package/node/ftps/file/index.js +9 -9
  329. package/node/ftps/file/move/index.d.ts +1 -1
  330. package/node/ftps/file/remove/index.d.ts +1 -1
  331. package/node/ftps/file/stat/index.d.ts +1 -1
  332. package/node/ftps/file/upload/index.d.ts +1 -1
  333. package/node/ftps/index.d.ts +2 -2
  334. package/node/ftps/index.js +7 -7
  335. package/node/images/create/index.d.ts +3 -0
  336. package/node/images/create/index.js +23 -0
  337. package/node/images/format/index.d.ts +18 -52
  338. package/node/images/format/index.js +30 -4
  339. package/node/images/index.d.ts +6 -4
  340. package/node/images/index.js +41 -21
  341. package/node/images/metadata/index.d.ts +3 -0
  342. package/node/images/metadata/index.js +23 -0
  343. package/node/images/transform/index.d.ts +3 -98
  344. package/node/images/transform/index.js +27 -16
  345. package/node/images/transform/operations/blur/index.d.ts +2 -4
  346. package/node/images/transform/operations/brighten/index.d.ts +2 -4
  347. package/node/images/transform/operations/extend/index.d.ts +2 -9
  348. package/node/images/transform/operations/extend/index.js +17 -2
  349. package/node/images/transform/operations/extract/index.d.ts +2 -7
  350. package/node/images/transform/operations/flatten/index.d.ts +2 -4
  351. package/node/images/transform/operations/flatten/index.js +17 -2
  352. package/node/images/transform/operations/hue/index.d.ts +2 -4
  353. package/node/images/transform/operations/level/index.d.ts +2 -5
  354. package/node/images/transform/operations/lighten/index.d.ts +2 -4
  355. package/node/images/transform/operations/normalize/index.d.ts +2 -5
  356. package/node/images/transform/operations/overlay/index.d.ts +5 -0
  357. package/node/images/transform/operations/overlay/index.js +27 -0
  358. package/node/images/transform/operations/resize/index.d.ts +2 -12
  359. package/node/images/transform/operations/resize/index.js +17 -2
  360. package/node/images/transform/operations/rotate/index.d.ts +2 -5
  361. package/node/images/transform/operations/rotate/index.js +17 -2
  362. package/node/images/transform/operations/saturate/index.d.ts +2 -4
  363. package/node/images/transform/operations/saturate/index.js +1 -1
  364. package/node/images/types.d.ts +252 -0
  365. package/node/images/utils/index.d.ts +7 -0
  366. package/node/images/utils/index.js +28 -0
  367. package/node/index.d.ts +11 -11
  368. package/node/process/index.d.ts +1 -1
  369. package/node/sftp/directory/copy-dir/index.d.ts +1 -1
  370. package/node/sftp/directory/index.d.ts +4 -4
  371. package/node/sftp/directory/list/index.d.ts +1 -1
  372. package/node/sftp/directory/move-dir/index.d.ts +1 -1
  373. package/node/sftp/directory/remove-dir/index.d.ts +1 -1
  374. package/node/sftp/file/copy/index.d.ts +1 -1
  375. package/node/sftp/file/download/index.d.ts +1 -1
  376. package/node/sftp/file/exists/index.d.ts +1 -1
  377. package/node/sftp/file/index.d.ts +7 -7
  378. package/node/sftp/file/index.js +9 -9
  379. package/node/sftp/file/move/index.d.ts +1 -1
  380. package/node/sftp/file/remove/index.d.ts +1 -1
  381. package/node/sftp/file/stat/index.d.ts +1 -1
  382. package/node/sftp/file/upload/index.d.ts +1 -1
  383. package/node/sftp/index.d.ts +2 -2
  384. package/node/sftp/index.js +7 -7
  385. package/package.json +1 -1
  386. package/shared/errors/index.d.ts +1 -1
  387. package/agnostic/colors/complement-color/index.d.ts +0 -1
  388. package/agnostic/colors/complement-color/index.js +0 -7
  389. package/agnostic/colors/hex-to-rgb/index.d.ts +0 -1
  390. package/agnostic/colors/hex-to-rgb/index.js +0 -7
  391. package/agnostic/colors/hsl-to-rgb/index.d.ts +0 -1
  392. package/agnostic/colors/hsl-to-rgb/index.js +0 -7
  393. package/agnostic/colors/lighten-color/index.d.ts +0 -2
  394. package/agnostic/colors/lighten-color/index.js +0 -11
  395. package/agnostic/colors/rgb-to-hex/index.d.ts +0 -1
  396. package/agnostic/colors/rgb-to-hex/index.js +0 -7
  397. package/agnostic/colors/rgb-to-hsl/index.d.ts +0 -1
  398. package/agnostic/colors/rgb-to-hsl/index.js +0 -7
  399. package/agnostic/colors/saturate-color/index.d.ts +0 -2
  400. package/agnostic/colors/saturate-color/index.js +0 -11
  401. package/chunks/chunk-2POD3TAX.js +0 -11
  402. package/chunks/chunk-2TJCB6IM.js +0 -12
  403. package/chunks/chunk-7EDDWSWS.js +0 -123
  404. package/chunks/chunk-FAXNZG5C.js +0 -10
  405. package/chunks/chunk-IFQA5PWI.js +0 -112
  406. package/chunks/chunk-MB7HWF22.js +0 -23
  407. package/chunks/chunk-MFYNJMVM.js +0 -18
  408. package/chunks/chunk-NYVARFI7.js +0 -20
  409. package/chunks/chunk-QLC3A6PC.js +0 -17
  410. package/chunks/chunk-U57Q62IN.js +0 -23
  411. package/chunks/chunk-YVLJKJV2.js +0 -17
  412. package/node/images/get-metadata/index.d.ts +0 -4
  413. package/node/images/get-metadata/index.js +0 -7
  414. package/node/images/transform/operations/composite/index.d.ts +0 -7
  415. package/node/images/transform/operations/composite/index.js +0 -12
  416. package/node/images/transform/utils/index.d.ts +0 -2
  417. package/node/images/transform/utils/index.js +0 -8
  418. package/chunks/{chunk-WH6BPDAC.js → chunk-2KT7AKRW.js} +3 -3
  419. package/chunks/{chunk-S5MTHWQ7.js → chunk-6QFELK4E.js} +8 -8
  420. package/chunks/{chunk-LEYJ4I5W.js → chunk-EXPVRDPR.js} +8 -8
  421. package/chunks/{chunk-ZPDKBMUH.js → chunk-LSZVKXDZ.js} +3 -3
  422. package/chunks/{chunk-NRABY36Z.js → chunk-MLLP7YSK.js} +9 -9
  423. package/chunks/{chunk-OVG5RGI3.js → chunk-S32K7POB.js} +4 -4
@@ -1,22 +1,11 @@
1
+ import {
2
+ isLevelOperationParams,
3
+ level
4
+ } from "./chunk-2HJPX7E3.js";
1
5
  import {
2
6
  isLightenOperationParams,
3
7
  lighten
4
8
  } from "./chunk-RHKFMXM3.js";
5
- import {
6
- composite,
7
- isCompositeOperationParams
8
- } from "./chunk-IFQA5PWI.js";
9
- import {
10
- hue,
11
- isHueOperationParams
12
- } from "./chunk-QSU3CVGF.js";
13
- import {
14
- isSaturateOperationParams,
15
- saturate
16
- } from "./chunk-FQ4UTWMP.js";
17
- import {
18
- flip
19
- } from "./chunk-WNDMYNDU.js";
20
9
  import {
21
10
  isNormalizeOperationParams,
22
11
  normalize
@@ -24,14 +13,19 @@ import {
24
13
  import {
25
14
  isResizeOperationParams,
26
15
  resize
27
- } from "./chunk-EDJ3TVNV.js";
28
- import {
29
- flop
30
- } from "./chunk-YA2YCZUF.js";
16
+ } from "./chunk-KDOMQ4LM.js";
31
17
  import {
32
18
  isRotateOperationParams,
33
19
  rotate
34
- } from "./chunk-AI6AGF4I.js";
20
+ } from "./chunk-S7637BQZ.js";
21
+ import {
22
+ isSaturateOperationParams,
23
+ saturate
24
+ } from "./chunk-QTA7ZEVX.js";
25
+ import {
26
+ isOverlayOperationParams,
27
+ overlay
28
+ } from "./chunk-JHUOMGOX.js";
35
29
  import {
36
30
  blur,
37
31
  isBlurOperationParams
@@ -40,25 +34,37 @@ import {
40
34
  brighten,
41
35
  isBrightenOperationParams
42
36
  } from "./chunk-SRXNICSE.js";
43
- import {
44
- extract,
45
- isExtractOperationParams
46
- } from "./chunk-HFZGH6V2.js";
47
37
  import {
48
38
  extend,
49
39
  isExtendOperationParams
50
- } from "./chunk-HMAK6VAF.js";
40
+ } from "./chunk-RBCZWVQH.js";
51
41
  import {
52
42
  flatten,
53
43
  isFlattenOperationParams
54
- } from "./chunk-2M33FCDG.js";
44
+ } from "./chunk-O7VFJHQX.js";
55
45
  import {
56
- isLevelOperationParams,
57
- level
58
- } from "./chunk-2HJPX7E3.js";
46
+ hue,
47
+ isHueOperationParams
48
+ } from "./chunk-QSU3CVGF.js";
49
+ import {
50
+ flip
51
+ } from "./chunk-WNDMYNDU.js";
52
+ import {
53
+ flop
54
+ } from "./chunk-YA2YCZUF.js";
55
+ import {
56
+ extract,
57
+ isExtractOperationParams
58
+ } from "./chunk-HFZGH6V2.js";
59
+ import {
60
+ toSharpInstance
61
+ } from "./chunk-BKIF2ELV.js";
59
62
  import {
60
63
  Outcome
61
64
  } from "./chunk-JMU5PDBD.js";
65
+ import {
66
+ isNonNullObject
67
+ } from "./chunk-HQLRJ7XW.js";
62
68
  import {
63
69
  unknownToString
64
70
  } from "./chunk-FENXVJYO.js";
@@ -69,16 +75,19 @@ import {
69
75
  // src/node/images/transform/index.ts
70
76
  var transform_exports = {};
71
77
  __export(transform_exports, {
72
- OpName: () => OpName,
73
- TransformErrCodes: () => TransformErrCodes,
74
78
  isOperationDescriptor: () => isOperationDescriptor,
75
79
  transform: () => transform
76
80
  });
77
- import sharp from "sharp";
81
+
82
+ // src/node/images/types.ts
83
+ var types_exports = {};
84
+ __export(types_exports, {
85
+ OpName: () => OpName,
86
+ TransformErrCodes: () => TransformErrCodes
87
+ });
78
88
  var OpName = /* @__PURE__ */ ((OpName2) => {
79
89
  OpName2["BLUR"] = "blur";
80
90
  OpName2["BRIGHTEN"] = "brighten";
81
- OpName2["COMPOSITE"] = "composite";
82
91
  OpName2["EXTEND"] = "extend";
83
92
  OpName2["EXTRACT"] = "extract";
84
93
  OpName2["FLATTEN"] = "flatten";
@@ -88,13 +97,39 @@ var OpName = /* @__PURE__ */ ((OpName2) => {
88
97
  OpName2["LEVEL"] = "level";
89
98
  OpName2["LIGHTEN"] = "lighten";
90
99
  OpName2["NORMALIZE"] = "normalize";
100
+ OpName2["OVERLAY"] = "overlay";
91
101
  OpName2["RESIZE"] = "resize";
92
102
  OpName2["ROTATE"] = "rotate";
93
103
  OpName2["SATURATE"] = "saturate";
94
104
  return OpName2;
95
105
  })(OpName || {});
106
+ var TransformErrCodes = /* @__PURE__ */ ((TransformErrCodes2) => {
107
+ TransformErrCodes2["PROCESS_TIMEOUT"] = "process-timeout";
108
+ TransformErrCodes2["OP_TIMEOUT"] = "op-timeout";
109
+ TransformErrCodes2["WIDTH_LIMIT_EXCEEDED"] = "width-limit-exceeded";
110
+ TransformErrCodes2["HEIGHT_LIMIT_EXCEEDED"] = "height-limit-exceeded";
111
+ TransformErrCodes2["UNKNOWN_ERROR"] = "unknown-error";
112
+ return TransformErrCodes2;
113
+ })(TransformErrCodes || {});
114
+
115
+ // src/node/images/transform/index.ts
116
+ var validators = {
117
+ ["blur" /* BLUR */]: isBlurOperationParams,
118
+ ["brighten" /* BRIGHTEN */]: isBrightenOperationParams,
119
+ ["extend" /* EXTEND */]: isExtendOperationParams,
120
+ ["extract" /* EXTRACT */]: isExtractOperationParams,
121
+ ["flatten" /* FLATTEN */]: isFlattenOperationParams,
122
+ ["hue" /* HUE */]: isHueOperationParams,
123
+ ["level" /* LEVEL */]: isLevelOperationParams,
124
+ ["lighten" /* LIGHTEN */]: isLightenOperationParams,
125
+ ["normalize" /* NORMALIZE */]: isNormalizeOperationParams,
126
+ ["overlay" /* OVERLAY */]: isOverlayOperationParams,
127
+ ["resize" /* RESIZE */]: isResizeOperationParams,
128
+ ["rotate" /* ROTATE */]: isRotateOperationParams,
129
+ ["saturate" /* SATURATE */]: isSaturateOperationParams
130
+ };
96
131
  function isOperationDescriptor(obj) {
97
- if (typeof obj !== "object" || obj === null) return Outcome.makeFailure("Invalid operation descriptor");
132
+ if (!isNonNullObject(obj)) return Outcome.makeFailure("Invalid operation descriptor");
98
133
  if (!("name" in obj) || typeof obj.name !== "string") return Outcome.makeFailure("Field named 'name' in operation descriptor is required and must be a string");
99
134
  const name = obj.name;
100
135
  const validateOperation = (validatorFn) => {
@@ -102,51 +137,23 @@ function isOperationDescriptor(obj) {
102
137
  if (result.success) return Outcome.makeSuccess({ name: obj.name, ...result.payload });
103
138
  return Outcome.makeFailure(result.error);
104
139
  };
105
- const validators = {
106
- ["blur" /* BLUR */]: isBlurOperationParams,
107
- ["brighten" /* BRIGHTEN */]: isBrightenOperationParams,
108
- ["extend" /* EXTEND */]: isExtendOperationParams,
109
- ["extract" /* EXTRACT */]: isExtractOperationParams,
110
- ["flatten" /* FLATTEN */]: isFlattenOperationParams,
111
- ["hue" /* HUE */]: isHueOperationParams,
112
- ["level" /* LEVEL */]: isLevelOperationParams,
113
- ["lighten" /* LIGHTEN */]: isLightenOperationParams,
114
- ["normalize" /* NORMALIZE */]: isNormalizeOperationParams,
115
- ["resize" /* RESIZE */]: isResizeOperationParams,
116
- ["rotate" /* ROTATE */]: isRotateOperationParams,
117
- ["saturate" /* SATURATE */]: isSaturateOperationParams,
118
- ["composite" /* COMPOSITE */]: isCompositeOperationParams
119
- };
120
140
  const simpleOperations = /* @__PURE__ */ new Set(["flip" /* FLIP */, "flop" /* FLOP */]);
121
141
  if (simpleOperations.has(name)) return Outcome.makeSuccess({ name });
122
142
  const validator = validators[name];
123
143
  if (validator) return validateOperation(validator);
124
144
  return Outcome.makeFailure("Invalid operation descriptor");
125
145
  }
126
- var TransformErrCodes = /* @__PURE__ */ ((TransformErrCodes2) => {
127
- TransformErrCodes2["PROCESS_TIMEOUT"] = "process-timeout";
128
- TransformErrCodes2["OP_TIMEOUT"] = "op-timeout";
129
- TransformErrCodes2["WIDTH_LIMIT_EXCEEDED"] = "width-limit-exceeded";
130
- TransformErrCodes2["HEIGHT_LIMIT_EXCEEDED"] = "height-limit-exceeded";
131
- TransformErrCodes2["UNKNOWN_ERROR"] = "unknown-error";
132
- return TransformErrCodes2;
133
- })(TransformErrCodes || {});
134
146
  async function transform(input, operationsSequence, limits) {
135
- if (typeof input === "object" && "create" in input && input.create !== null) {
136
- return transformSharpInstance(sharp(input), operationsSequence, limits);
137
- }
138
- if (Buffer.isBuffer(input)) return transformBuffer(input, operationsSequence, limits);
139
- return transformSharpInstance(input, operationsSequence, limits);
140
- }
141
- async function transformSharpInstance(sharpInstance, operationsSequence, limits) {
147
+ let sharpInstance = await toSharpInstance(input);
142
148
  const start = Date.now();
143
- const deadline = limits?.timeoutMs ? start + limits.timeoutMs : void 0;
149
+ const deadline = limits?.timeoutMs !== void 0 ? start + limits.timeoutMs : void 0;
144
150
  const runWithOpTimeout = async (op) => {
145
- if (!limits?.opTimeoutMs) return op();
146
- const opTimeout = new Promise(
147
- (resolve) => setTimeout(() => resolve("op-timeout" /* OP_TIMEOUT */), limits.opTimeoutMs)
148
- );
149
- return Promise.race([op(), opTimeout]);
151
+ return limits?.opTimeoutMs === void 0 ? op() : Promise.race([op(), new Promise(
152
+ (resolve) => setTimeout(
153
+ () => resolve("op-timeout" /* OP_TIMEOUT */),
154
+ limits.opTimeoutMs
155
+ )
156
+ )]);
150
157
  };
151
158
  for (const operation of operationsSequence) {
152
159
  if (deadline !== void 0 && Date.now() > deadline) return Outcome.makeFailure({
@@ -179,14 +186,14 @@ async function transformSharpInstance(sharpInstance, operationsSequence, limits)
179
186
  return lighten(sharpInstance, operation);
180
187
  case "normalize" /* NORMALIZE */:
181
188
  return normalize(sharpInstance, operation);
189
+ case "overlay" /* OVERLAY */:
190
+ return overlay(sharpInstance, operation);
182
191
  case "resize" /* RESIZE */:
183
192
  return resize(sharpInstance, operation);
184
193
  case "rotate" /* ROTATE */:
185
194
  return rotate(sharpInstance, operation);
186
195
  case "saturate" /* SATURATE */:
187
196
  return saturate(sharpInstance, operation);
188
- case "composite" /* COMPOSITE */:
189
- return composite(sharpInstance, operation);
190
197
  default:
191
198
  return sharpInstance;
192
199
  }
@@ -204,21 +211,18 @@ async function transformSharpInstance(sharpInstance, operationsSequence, limits)
204
211
  else {
205
212
  sharpInstance = result;
206
213
  }
207
- if (limits && (operation.name === "resize" /* RESIZE */ || operation.name === "extend" /* EXTEND */ || operation.name === "extract" /* EXTRACT */ || operation.name === "rotate" /* ROTATE */)) {
214
+ if (limits === void 0) continue;
215
+ if (operation.name === "resize" /* RESIZE */ || operation.name === "extend" /* EXTEND */ || operation.name === "extract" /* EXTRACT */ || operation.name === "rotate" /* ROTATE */) {
208
216
  try {
209
217
  const meta = await sharpInstance.metadata();
210
- if (limits.width !== void 0 && meta.width && meta.width > limits.width) {
211
- return Outcome.makeFailure({
212
- code: "width-limit-exceeded" /* WIDTH_LIMIT_EXCEEDED */,
213
- details: `Image width exceeded the limit (${meta.width}px)`
214
- });
215
- }
216
- if (limits.height !== void 0 && meta.height && meta.height > limits.height) {
217
- return Outcome.makeFailure({
218
- code: "height-limit-exceeded" /* HEIGHT_LIMIT_EXCEEDED */,
219
- details: `Image height exceeded the limit (${meta.height}px)`
220
- });
221
- }
218
+ if (limits.width !== void 0 && meta.width && meta.width > limits.width) return Outcome.makeFailure({
219
+ code: "width-limit-exceeded" /* WIDTH_LIMIT_EXCEEDED */,
220
+ details: `Image width exceeded the limit (${meta.width}px)`
221
+ });
222
+ if (limits.height !== void 0 && meta.height && meta.height > limits.height) return Outcome.makeFailure({
223
+ code: "height-limit-exceeded" /* HEIGHT_LIMIT_EXCEEDED */,
224
+ details: `Image height exceeded the limit (${meta.height}px)`
225
+ });
222
226
  } catch (err) {
223
227
  return Outcome.makeFailure({
224
228
  code: "unknown-error" /* UNKNOWN_ERROR */,
@@ -229,15 +233,10 @@ async function transformSharpInstance(sharpInstance, operationsSequence, limits)
229
233
  }
230
234
  return Outcome.makeSuccess(sharpInstance);
231
235
  }
232
- async function transformBuffer(fileBuffer, operationsSequence, limits) {
233
- const sharpInstance = sharp(fileBuffer);
234
- return transformSharpInstance(sharpInstance, operationsSequence, limits);
235
- }
236
236
 
237
237
  export {
238
- OpName,
238
+ types_exports,
239
239
  isOperationDescriptor,
240
- TransformErrCodes,
241
240
  transform,
242
241
  transform_exports
243
242
  };
@@ -13,7 +13,10 @@ var remove_exports = {};
13
13
  __export(remove_exports, {
14
14
  remove: () => remove
15
15
  });
16
- import { HeadObjectCommand, DeleteObjectCommand } from "@aws-sdk/client-s3";
16
+ import {
17
+ HeadObjectCommand,
18
+ DeleteObjectCommand
19
+ } from "@aws-sdk/client-s3";
17
20
  async function remove(s3, bucketName, targetPath, options) {
18
21
  const { ignoreMissing = true } = options ?? {};
19
22
  try {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  register
3
- } from "./chunk-TIER4TF4.js";
3
+ } from "./chunk-P2H6PV4O.js";
4
4
 
5
5
  // src/agnostic/html/selector-to-element/index.ts
6
6
  function selectorToElement(selector, documentObj) {
@@ -0,0 +1,103 @@
1
+ import {
2
+ rotate
3
+ } from "./chunk-QW34TQCS.js";
4
+
5
+ // src/agnostic/colors/palette/index.ts
6
+ function complementaryHsl(color) {
7
+ return rotate(color, 180, "hsl");
8
+ }
9
+ function complementaryLab(color) {
10
+ return rotate(color, 180, "lab");
11
+ }
12
+ function complementaryLch(color) {
13
+ return rotate(color, 180, "lch");
14
+ }
15
+ function splitComplementaryHsl(color) {
16
+ return [
17
+ rotate(color, 150, "hsl"),
18
+ rotate(color, 210, "hsl")
19
+ ];
20
+ }
21
+ function splitComplementaryLab(color) {
22
+ return [
23
+ rotate(color, 150, "lab"),
24
+ rotate(color, 210, "lab")
25
+ ];
26
+ }
27
+ function splitComplementaryLch(color) {
28
+ return [
29
+ rotate(color, 150, "lch"),
30
+ rotate(color, 210, "lch")
31
+ ];
32
+ }
33
+ function triadicHsl(color) {
34
+ return [
35
+ rotate(color, 120, "hsl"),
36
+ rotate(color, 240, "hsl")
37
+ ];
38
+ }
39
+ function triadicLab(color) {
40
+ return [
41
+ rotate(color, 120, "lab"),
42
+ rotate(color, 240, "lab")
43
+ ];
44
+ }
45
+ function triadicLch(color) {
46
+ return [
47
+ rotate(color, 120, "lch"),
48
+ rotate(color, 240, "lch")
49
+ ];
50
+ }
51
+ function tetradicHsl(color) {
52
+ return [
53
+ rotate(color, 90, "hsl"),
54
+ rotate(color, 180, "hsl"),
55
+ rotate(color, 270, "hsl")
56
+ ];
57
+ }
58
+ function tetradicLab(color) {
59
+ return [
60
+ rotate(color, 90, "lab"),
61
+ rotate(color, 180, "lab"),
62
+ rotate(color, 270, "lab")
63
+ ];
64
+ }
65
+ function tetradicLch(color) {
66
+ return [
67
+ rotate(color, 90, "lch"),
68
+ rotate(color, 180, "lch"),
69
+ rotate(color, 270, "lch")
70
+ ];
71
+ }
72
+ function palette(color, type) {
73
+ switch (type) {
74
+ case "complementary":
75
+ return [complementaryHsl(color)];
76
+ case "complementary-lab":
77
+ return [complementaryLab(color)];
78
+ case "complementary-lch":
79
+ return [complementaryLch(color)];
80
+ case "split-complementary":
81
+ return splitComplementaryHsl(color);
82
+ case "split-complementary-lab":
83
+ return splitComplementaryLab(color);
84
+ case "split-complementary-lch":
85
+ return splitComplementaryLch(color);
86
+ case "triadic":
87
+ return triadicHsl(color);
88
+ case "triadic-lab":
89
+ return triadicLab(color);
90
+ case "triadic-lch":
91
+ return triadicLch(color);
92
+ case "tetradic":
93
+ return tetradicHsl(color);
94
+ case "tetradic-lab":
95
+ return tetradicLab(color);
96
+ case "tetradic-lch":
97
+ return tetradicLch(color);
98
+ }
99
+ }
100
+
101
+ export {
102
+ palette
103
+ };
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk-7J7CYOXU.js";
4
4
  import {
5
5
  remove as remove3
6
- } from "./chunk-3TKBCG7Y.js";
6
+ } from "./chunk-WV5N7ESL.js";
7
7
  import {
8
8
  remove as remove2
9
9
  } from "./chunk-ANPXBD2G.js";