@design-edito/tools 0.2.28 → 0.2.30

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 (206) hide show
  1. package/agnostic/arrays/index.js +7 -7
  2. package/agnostic/arrays/random-pick/index.js +4 -4
  3. package/agnostic/colors/channels/index.js +3 -3
  4. package/agnostic/colors/contrast/index.js +4 -4
  5. package/agnostic/colors/convert/index.js +2 -2
  6. package/agnostic/colors/distance/index.js +3 -3
  7. package/agnostic/colors/grayscale/index.js +3 -3
  8. package/agnostic/colors/index.js +14 -14
  9. package/agnostic/colors/invert/index.js +3 -3
  10. package/agnostic/colors/lerp/index.js +3 -3
  11. package/agnostic/colors/luminance/index.js +3 -3
  12. package/agnostic/colors/palette/index.js +5 -5
  13. package/agnostic/colors/rotate/index.js +4 -4
  14. package/agnostic/colors/tidy/index.js +2 -2
  15. package/agnostic/css/index.js +8 -8
  16. package/agnostic/css/styles-set/index.js +6 -6
  17. package/agnostic/errors/index.js +2 -2
  18. package/agnostic/html/hyper-json/cast/index.js +3 -3
  19. package/agnostic/html/hyper-json/index.js +4 -4
  20. package/agnostic/html/hyper-json/smart-tags/coalesced/add/index.js +3 -3
  21. package/agnostic/html/hyper-json/smart-tags/coalesced/addclass/index.js +3 -3
  22. package/agnostic/html/hyper-json/smart-tags/coalesced/and/index.js +3 -3
  23. package/agnostic/html/hyper-json/smart-tags/coalesced/append/index.js +3 -3
  24. package/agnostic/html/hyper-json/smart-tags/coalesced/at/index.js +3 -3
  25. package/agnostic/html/hyper-json/smart-tags/coalesced/call/index.js +3 -3
  26. package/agnostic/html/hyper-json/smart-tags/coalesced/clone/index.js +3 -3
  27. package/agnostic/html/hyper-json/smart-tags/coalesced/deleteproperties/index.js +3 -3
  28. package/agnostic/html/hyper-json/smart-tags/coalesced/equals/index.js +3 -3
  29. package/agnostic/html/hyper-json/smart-tags/coalesced/getattribute/index.js +3 -3
  30. package/agnostic/html/hyper-json/smart-tags/coalesced/getproperties/index.js +3 -3
  31. package/agnostic/html/hyper-json/smart-tags/coalesced/getproperty/index.js +3 -3
  32. package/agnostic/html/hyper-json/smart-tags/coalesced/hjparse/index.js +3 -3
  33. package/agnostic/html/hyper-json/smart-tags/coalesced/hjstringify/index.d.ts +0 -1
  34. package/agnostic/html/hyper-json/smart-tags/coalesced/hjstringify/index.js +3 -5
  35. package/agnostic/html/hyper-json/smart-tags/coalesced/if/index.js +3 -3
  36. package/agnostic/html/hyper-json/smart-tags/coalesced/initialize/index.js +3 -3
  37. package/agnostic/html/hyper-json/smart-tags/coalesced/join/index.js +3 -3
  38. package/agnostic/html/hyper-json/smart-tags/coalesced/length/index.js +3 -3
  39. package/agnostic/html/hyper-json/smart-tags/coalesced/map/index.js +3 -3
  40. package/agnostic/html/hyper-json/smart-tags/coalesced/negate/index.js +3 -3
  41. package/agnostic/html/hyper-json/smart-tags/coalesced/notrailing/index.js +3 -3
  42. package/agnostic/html/hyper-json/smart-tags/coalesced/or/index.js +3 -3
  43. package/agnostic/html/hyper-json/smart-tags/coalesced/pickrandom/index.js +3 -3
  44. package/agnostic/html/hyper-json/smart-tags/coalesced/populate/index.js +3 -3
  45. package/agnostic/html/hyper-json/smart-tags/coalesced/print/index.js +3 -3
  46. package/agnostic/html/hyper-json/smart-tags/coalesced/push/index.js +3 -3
  47. package/agnostic/html/hyper-json/smart-tags/coalesced/pusheach/index.js +3 -3
  48. package/agnostic/html/hyper-json/smart-tags/coalesced/recordtoarray/index.js +3 -3
  49. package/agnostic/html/hyper-json/smart-tags/coalesced/removeattribute/index.js +3 -3
  50. package/agnostic/html/hyper-json/smart-tags/coalesced/removeclass/index.js +3 -3
  51. package/agnostic/html/hyper-json/smart-tags/coalesced/renameproperty/index.js +3 -3
  52. package/agnostic/html/hyper-json/smart-tags/coalesced/replace/index.js +3 -3
  53. package/agnostic/html/hyper-json/smart-tags/coalesced/select/index.js +3 -3
  54. package/agnostic/html/hyper-json/smart-tags/coalesced/set/index.js +3 -3
  55. package/agnostic/html/hyper-json/smart-tags/coalesced/setattribute/index.js +3 -3
  56. package/agnostic/html/hyper-json/smart-tags/coalesced/setproperty/index.js +3 -3
  57. package/agnostic/html/hyper-json/smart-tags/coalesced/sorton/index.js +3 -3
  58. package/agnostic/html/hyper-json/smart-tags/coalesced/split/index.js +3 -3
  59. package/agnostic/html/hyper-json/smart-tags/coalesced/spread/index.js +3 -3
  60. package/agnostic/html/hyper-json/smart-tags/coalesced/toarray/index.js +3 -3
  61. package/agnostic/html/hyper-json/smart-tags/coalesced/toboolean/index.js +3 -3
  62. package/agnostic/html/hyper-json/smart-tags/coalesced/toelement/index.js +3 -3
  63. package/agnostic/html/hyper-json/smart-tags/coalesced/toggleclass/index.js +3 -3
  64. package/agnostic/html/hyper-json/smart-tags/coalesced/tonodelist/index.js +3 -3
  65. package/agnostic/html/hyper-json/smart-tags/coalesced/tonull/index.js +3 -3
  66. package/agnostic/html/hyper-json/smart-tags/coalesced/tonumber/index.js +3 -3
  67. package/agnostic/html/hyper-json/smart-tags/coalesced/torecord/index.js +3 -3
  68. package/agnostic/html/hyper-json/smart-tags/coalesced/toref/index.js +3 -3
  69. package/agnostic/html/hyper-json/smart-tags/coalesced/tostring/index.js +3 -3
  70. package/agnostic/html/hyper-json/smart-tags/coalesced/totext/index.js +3 -3
  71. package/agnostic/html/hyper-json/smart-tags/coalesced/transformselected/index.js +3 -3
  72. package/agnostic/html/hyper-json/smart-tags/coalesced/trim/index.js +3 -3
  73. package/agnostic/html/hyper-json/smart-tags/isolated/boolean/index.js +3 -3
  74. package/agnostic/html/hyper-json/smart-tags/isolated/element/index.js +3 -3
  75. package/agnostic/html/hyper-json/smart-tags/isolated/get/index.js +3 -3
  76. package/agnostic/html/hyper-json/smart-tags/isolated/global/index.js +3 -3
  77. package/agnostic/html/hyper-json/smart-tags/isolated/guess/index.js +3 -3
  78. package/agnostic/html/hyper-json/smart-tags/isolated/nodelist/index.js +3 -3
  79. package/agnostic/html/hyper-json/smart-tags/isolated/number/index.js +3 -3
  80. package/agnostic/html/hyper-json/smart-tags/isolated/record/index.js +3 -3
  81. package/agnostic/html/hyper-json/smart-tags/isolated/ref/index.js +3 -3
  82. package/agnostic/html/hyper-json/smart-tags/isolated/string/index.js +3 -3
  83. package/agnostic/html/hyper-json/smart-tags/isolated/text/index.js +3 -3
  84. package/agnostic/html/hyper-json/tree/index.js +3 -3
  85. package/agnostic/html/hyper-json/utils/index.js +3 -3
  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 +62 -62
  91. package/agnostic/misc/assert/index.js +3 -3
  92. package/agnostic/misc/index.js +16 -16
  93. package/agnostic/misc/lorem-ipsum/index.js +10 -10
  94. package/agnostic/numbers/index.js +3 -3
  95. package/agnostic/objects/index.js +6 -6
  96. package/agnostic/optim/index.js +2 -2
  97. package/agnostic/random/index.js +2 -2
  98. package/agnostic/strings/index.js +4 -4
  99. package/agnostic/time/index.js +3 -3
  100. package/chunks/{chunk-RDSYH5NJ.js → chunk-3LCD73SB.js} +1 -1
  101. package/chunks/{chunk-KG2YA3PO.js → chunk-5CTAKAIP.js} +2 -2
  102. package/chunks/{chunk-IIVELPLX.js → chunk-5EDT4OIT.js} +1 -1
  103. package/chunks/{chunk-JDHBVRKO.js → chunk-7B7JP3CE.js} +4 -4
  104. package/chunks/{chunk-RYGUIYQP.js → chunk-7QOFWH7A.js} +4 -4
  105. package/chunks/{chunk-WRJA7VLE.js → chunk-7YMA54J2.js} +1 -1
  106. package/chunks/{chunk-C7SRAQMW.js → chunk-AQBJ6HNB.js} +1 -1
  107. package/chunks/{chunk-7CSIFGP6.js → chunk-AR7P6OF2.js} +5 -5
  108. package/chunks/{chunk-SXC5GRYJ.js → chunk-B4NUIZ4A.js} +9 -9
  109. package/chunks/{chunk-E6ETENWX.js → chunk-B7J4OIAB.js} +1 -1
  110. package/chunks/{chunk-THR4YEHN.js → chunk-CETXQIKG.js} +2 -2
  111. package/chunks/{chunk-CZTIZX7S.js → chunk-CLLJV343.js} +1 -1
  112. package/chunks/{chunk-CIE4SQ2R.js → chunk-CWHEFT5K.js} +1 -1
  113. package/chunks/{chunk-WUK3SRAL.js → chunk-D5CCWCEI.js} +1 -1
  114. package/chunks/{chunk-KAG7WIK5.js → chunk-DKITT7OT.js} +1 -1
  115. package/chunks/{chunk-BJKQMSLO.js → chunk-EGBJXHCW.js} +1 -1
  116. package/chunks/{chunk-OMPMEBW4.js → chunk-IITZAB23.js} +16 -16
  117. package/chunks/{chunk-VX2CSZU6.js → chunk-JJNO7JMG.js} +23 -19
  118. package/chunks/{chunk-LKLJOPG7.js → chunk-KURXDZ55.js} +1 -1
  119. package/chunks/{chunk-TVPTWOFP.js → chunk-L7PIZQFC.js} +1 -1
  120. package/chunks/{chunk-NCLSAIJZ.js → chunk-MFIGSRSO.js} +1 -1
  121. package/chunks/{chunk-5EY7FDIL.js → chunk-NBCX6DDO.js} +7 -7
  122. package/chunks/{chunk-6WIKRRT5.js → chunk-NCYE5WML.js} +4 -4
  123. package/chunks/{chunk-ZVT4KKLB.js → chunk-P5JJOC5K.js} +1 -1
  124. package/chunks/{chunk-7JWUXOAT.js → chunk-PVRYR5KX.js} +1 -1
  125. package/chunks/{chunk-QYEWGRKJ.js → chunk-QLXY57GL.js} +11 -11
  126. package/chunks/{chunk-2YGE65HG.js → chunk-QWNWZBIO.js} +1 -1
  127. package/chunks/{chunk-WHYXVF3N.js → chunk-RGNGA6RE.js} +1 -1
  128. package/chunks/{chunk-X5HMM3LD.js → chunk-SKBOSWM2.js} +1 -1
  129. package/chunks/{chunk-YLNSMUZA.js → chunk-STPN5KZL.js} +1 -1
  130. package/chunks/{chunk-GBGM564N.js → chunk-SVA7LOGY.js} +24 -24
  131. package/chunks/{chunk-T74A5BQ6.js → chunk-TDHN4EQG.js} +1 -1
  132. package/chunks/{chunk-LBIMKKDV.js → chunk-TEUD5ZTM.js} +12 -12
  133. package/chunks/{chunk-P2H6PV4O.js → chunk-TIER4TF4.js} +1 -1
  134. package/chunks/{chunk-PX4DPCZM.js → chunk-U4ORVPZC.js} +2 -2
  135. package/chunks/{chunk-E4FJHD5R.js → chunk-WAMSK4A3.js} +1 -1
  136. package/chunks/{chunk-ZEAQ6B6I.js → chunk-WSC3WODJ.js} +1 -1
  137. package/chunks/{chunk-RDQJSWRC.js → chunk-XB3EGDBI.js} +1 -1
  138. package/chunks/{chunk-KXJUKOMC.js → chunk-XPGAVZGK.js} +1 -1
  139. package/chunks/{chunk-OMW6VKSN.js → chunk-YVKM7N55.js} +1 -1
  140. package/chunks/{chunk-MGCOD7CI.js → chunk-YXLHZ2KW.js} +2 -2
  141. package/chunks/{chunk-CQEDNACN.js → chunk-ZBBU2P4D.js} +2 -2
  142. package/chunks/{chunk-YRNTL6UO.js → chunk-ZLBSI4TR.js} +1 -1
  143. package/node/@aws-s3/index.js +6 -6
  144. package/node/@aws-s3/storage/directory/index.js +4 -4
  145. package/node/@aws-s3/storage/index.js +5 -5
  146. package/node/@google-cloud/index.js +11 -11
  147. package/node/@google-cloud/storage/bucket/index.js +4 -4
  148. package/node/@google-cloud/storage/directory/index.js +4 -4
  149. package/node/@google-cloud/storage/file/index.js +8 -8
  150. package/node/@google-cloud/storage/index.js +12 -12
  151. package/node/cloud-storage/index.js +33 -33
  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 +37 -37
  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/files/index.js +3 -3
  165. package/node/ftps/directory/index.js +4 -4
  166. package/node/ftps/index.js +5 -5
  167. package/node/images/create/index.js +14 -14
  168. package/node/images/format/index.js +14 -14
  169. package/node/images/index.js +27 -27
  170. package/node/images/metadata/index.js +14 -14
  171. package/node/images/transform/index.js +23 -23
  172. package/node/images/transform/operations/extend/index.js +14 -14
  173. package/node/images/transform/operations/flatten/index.js +14 -14
  174. package/node/images/transform/operations/overlay/index.js +14 -14
  175. package/node/images/transform/operations/resize/index.js +14 -14
  176. package/node/images/transform/operations/rotate/index.js +14 -14
  177. package/node/images/utils/index.js +13 -13
  178. package/node/index.js +81 -81
  179. package/node/sftp/directory/index.js +4 -4
  180. package/node/sftp/index.js +5 -5
  181. package/package.json +1 -1
  182. package/chunks/{chunk-X53BGT33.js → chunk-33LF74BE.js} +3 -3
  183. package/chunks/{chunk-OC4VIF3N.js → chunk-4S7EBSJA.js} +3 -3
  184. package/chunks/{chunk-BDGFY3GP.js → chunk-6F6DZTWX.js} +3 -3
  185. package/chunks/{chunk-ALAGBHFV.js → chunk-6RLNUMTZ.js} +3 -3
  186. package/chunks/{chunk-CMAS4BKV.js → chunk-6YQGM6N6.js} +3 -3
  187. package/chunks/{chunk-A7DUPQSC.js → chunk-AZ4MJXUR.js} +9 -9
  188. package/chunks/{chunk-XR2LNUGW.js → chunk-BHDVARLW.js} +3 -3
  189. package/chunks/{chunk-GL42Q643.js → chunk-CDWXM5CV.js} +3 -3
  190. package/chunks/{chunk-HJARCTOH.js → chunk-CKENYYWH.js} +3 -3
  191. package/chunks/{chunk-5ZYRXXPT.js → chunk-EYC3K2XK.js} +7 -7
  192. package/chunks/{chunk-MUOULXIW.js → chunk-EZ22Z22X.js} +3 -3
  193. package/chunks/{chunk-4XIY6THU.js → chunk-FNQAF6CQ.js} +3 -3
  194. package/chunks/{chunk-AL7ESVX4.js → chunk-ILJ4JFBY.js} +3 -3
  195. package/chunks/{chunk-R4DZKWSR.js → chunk-KQENQXZ3.js} +3 -3
  196. package/chunks/{chunk-MVYH3CSJ.js → chunk-LRVADTRM.js} +3 -3
  197. package/chunks/{chunk-QHAB6XYD.js → chunk-MFJZS4CY.js} +4 -4
  198. package/chunks/{chunk-YYP4JITV.js → chunk-OUDBOP46.js} +9 -9
  199. package/chunks/{chunk-S32K7POB.js → chunk-OVG5RGI3.js} +4 -4
  200. package/chunks/{chunk-42B5RQDS.js → chunk-QTF7LWGT.js} +3 -3
  201. package/chunks/{chunk-OMTDHKJI.js → chunk-UEAMPAHK.js} +3 -3
  202. package/chunks/{chunk-OBTYLRE3.js → chunk-UKD6DFES.js} +5 -5
  203. package/chunks/{chunk-2KT7AKRW.js → chunk-WH6BPDAC.js} +3 -3
  204. package/chunks/{chunk-XBA26Z7E.js → chunk-WK5Y34IN.js} +3 -3
  205. package/chunks/{chunk-QKE2IYT5.js → chunk-WRRGMVRR.js} +3 -3
  206. package/chunks/{chunk-2WIWINVL.js → chunk-ZH3QMMVD.js} +3 -3
@@ -1,14 +1,14 @@
1
1
  import {
2
2
  Strings
3
- } from "../../chunks/chunk-A7DUPQSC.js";
3
+ } from "../../chunks/chunk-AZ4MJXUR.js";
4
4
  import "../../chunks/chunk-6XL25OZX.js";
5
+ import "../../chunks/chunk-34U4HX4V.js";
5
6
  import "../../chunks/chunk-R3AWQXMY.js";
6
- import "../../chunks/chunk-JQXNEJAP.js";
7
7
  import "../../chunks/chunk-A3CDUWGR.js";
8
8
  import "../../chunks/chunk-JMU5PDBD.js";
9
- import "../../chunks/chunk-ZTDVUXPR.js";
10
- import "../../chunks/chunk-34U4HX4V.js";
11
9
  import "../../chunks/chunk-COVPTTAD.js";
10
+ import "../../chunks/chunk-JQXNEJAP.js";
11
+ import "../../chunks/chunk-ZTDVUXPR.js";
12
12
  import "../../chunks/chunk-WSFCRVEQ.js";
13
13
  export {
14
14
  Strings
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  Duration
3
3
  } from "../../chunks/chunk-6NYUQXJT.js";
4
- import {
5
- Transitions
6
- } from "../../chunks/chunk-ENMBK6H7.js";
7
4
  import {
8
5
  timeout
9
6
  } from "../../chunks/chunk-Z7ZDDBV5.js";
7
+ import {
8
+ Transitions
9
+ } from "../../chunks/chunk-ENMBK6H7.js";
10
10
  import {
11
11
  Dates
12
12
  } from "../../chunks/chunk-FZOU4OAW.js";
@@ -3,7 +3,7 @@ import {
3
3
  toLab,
4
4
  toRgb,
5
5
  toXyz
6
- } from "./chunk-4XIY6THU.js";
6
+ } from "./chunk-FNQAF6CQ.js";
7
7
 
8
8
  // src/agnostic/colors/luminance/index.ts
9
9
  function luminanceRgb(rgb) {
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  luminance
3
- } from "./chunk-RDSYH5NJ.js";
3
+ } from "./chunk-3LCD73SB.js";
4
4
  import {
5
5
  toRgb
6
- } from "./chunk-4XIY6THU.js";
6
+ } from "./chunk-FNQAF6CQ.js";
7
7
 
8
8
  // src/agnostic/colors/contrast/index.ts
9
9
  function contrastWcag(c1, c2) {
@@ -2,7 +2,7 @@ import {
2
2
  Cast,
3
3
  Tree,
4
4
  Utils
5
- } from "./chunk-VX2CSZU6.js";
5
+ } from "./chunk-JJNO7JMG.js";
6
6
  import {
7
7
  Serialize
8
8
  } from "./chunk-SXRWMH3U.js";
@@ -1,11 +1,11 @@
1
- import {
2
- StylesSet,
3
- StylesSetComp
4
- } from "./chunk-PX4DPCZM.js";
5
1
  import {
6
2
  generateNiceColor,
7
3
  niceColors
8
4
  } from "./chunk-EDVNAV3G.js";
5
+ import {
6
+ StylesSet,
7
+ StylesSetComp
8
+ } from "./chunk-U4ORVPZC.js";
9
9
  import {
10
10
  Bem
11
11
  } from "./chunk-KIONYWA7.js";
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  format_exports
3
- } from "./chunk-KAG7WIK5.js";
3
+ } from "./chunk-DKITT7OT.js";
4
4
  import {
5
5
  create_exports
6
- } from "./chunk-7JWUXOAT.js";
6
+ } from "./chunk-PVRYR5KX.js";
7
7
  import {
8
8
  metadata_exports
9
- } from "./chunk-YRNTL6UO.js";
9
+ } from "./chunk-ZLBSI4TR.js";
10
10
  import {
11
11
  transform_exports
12
- } from "./chunk-GBGM564N.js";
12
+ } from "./chunk-SVA7LOGY.js";
13
13
  import {
14
14
  types_exports
15
15
  } from "./chunk-FKDPPFHV.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  storage_exports
3
- } from "./chunk-T74A5BQ6.js";
3
+ } from "./chunk-TDHN4EQG.js";
4
4
  import {
5
5
  __export
6
6
  } from "./chunk-WSFCRVEQ.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  register
3
- } from "./chunk-P2H6PV4O.js";
3
+ } from "./chunk-TIER4TF4.js";
4
4
 
5
5
  // src/agnostic/arrays/random-pick/index.ts
6
6
  function randomPick(arr, exclude = []) {
@@ -1,12 +1,12 @@
1
+ import {
2
+ directory_exports
3
+ } from "./chunk-CKENYYWH.js";
1
4
  import {
2
5
  file_exports
3
- } from "./chunk-5ZYRXXPT.js";
6
+ } from "./chunk-EYC3K2XK.js";
4
7
  import {
5
8
  bucket_exports
6
- } from "./chunk-OMTDHKJI.js";
7
- import {
8
- directory_exports
9
- } from "./chunk-HJARCTOH.js";
9
+ } from "./chunk-UEAMPAHK.js";
10
10
  import {
11
11
  __export
12
12
  } from "./chunk-WSFCRVEQ.js";
@@ -1,24 +1,24 @@
1
1
  import {
2
2
  Logs
3
3
  } from "./chunk-MJQF3YZO.js";
4
+ import {
5
+ data_size_exports
6
+ } from "./chunk-G4ZB72XY.js";
4
7
  import {
5
8
  getCurrentDownlink
6
9
  } from "./chunk-7AWTHZLY.js";
7
10
  import {
8
11
  LoremIpsum
9
- } from "./chunk-THR4YEHN.js";
10
- import {
11
- Cast
12
- } from "./chunk-SNJJII7A.js";
13
- import {
14
- Assert
15
- } from "./chunk-E4FJHD5R.js";
12
+ } from "./chunk-CETXQIKG.js";
16
13
  import {
17
14
  Crawler
18
15
  } from "./chunk-YUP434IY.js";
19
16
  import {
20
- data_size_exports
21
- } from "./chunk-G4ZB72XY.js";
17
+ Assert
18
+ } from "./chunk-WAMSK4A3.js";
19
+ import {
20
+ Cast
21
+ } from "./chunk-SNJJII7A.js";
22
22
  import {
23
23
  Outcome
24
24
  } from "./chunk-JMU5PDBD.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  directory_exports
3
- } from "./chunk-42B5RQDS.js";
3
+ } from "./chunk-QTF7LWGT.js";
4
4
  import {
5
5
  file_exports
6
6
  } from "./chunk-LYEZ5IRT.js";
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  Random
3
- } from "./chunk-S32K7POB.js";
3
+ } from "./chunk-OVG5RGI3.js";
4
4
  import {
5
5
  Arrays
6
- } from "./chunk-5EY7FDIL.js";
6
+ } from "./chunk-NBCX6DDO.js";
7
7
 
8
8
  // src/agnostic/misc/lorem-ipsum/index.ts
9
9
  var LoremIpsum;
@@ -4,7 +4,7 @@ import {
4
4
  import {
5
5
  isDuckTypedSharpInstance,
6
6
  toSharpInstance
7
- } from "./chunk-WUK3SRAL.js";
7
+ } from "./chunk-D5CCWCEI.js";
8
8
  import {
9
9
  Outcome
10
10
  } from "./chunk-JMU5PDBD.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  storage_exports
3
- } from "./chunk-7CSIFGP6.js";
3
+ } from "./chunk-AR7P6OF2.js";
4
4
  import {
5
5
  __export
6
6
  } from "./chunk-WSFCRVEQ.js";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  tidy,
3
3
  toRgb
4
- } from "./chunk-4XIY6THU.js";
4
+ } from "./chunk-FNQAF6CQ.js";
5
5
  import {
6
6
  isNonNullObject
7
7
  } from "./chunk-HQLRJ7XW.js";
@@ -4,7 +4,7 @@ import {
4
4
  import {
5
5
  toSharpColor,
6
6
  toSharpInstance
7
- } from "./chunk-WUK3SRAL.js";
7
+ } from "./chunk-D5CCWCEI.js";
8
8
  import {
9
9
  Outcome
10
10
  } from "./chunk-JMU5PDBD.js";
@@ -2,7 +2,7 @@ import {
2
2
  viaLab,
3
3
  viaLch,
4
4
  viaRgb
5
- } from "./chunk-4XIY6THU.js";
5
+ } from "./chunk-FNQAF6CQ.js";
6
6
  import {
7
7
  absoluteModulo
8
8
  } from "./chunk-DNIOWD7K.js";
@@ -1,36 +1,36 @@
1
1
  import {
2
2
  remove_file_exports
3
- } from "./chunk-ALAGBHFV.js";
3
+ } from "./chunk-6RLNUMTZ.js";
4
4
  import {
5
5
  stat_file_exports
6
- } from "./chunk-XR2LNUGW.js";
6
+ } from "./chunk-BHDVARLW.js";
7
7
  import {
8
8
  upload_file_exports
9
- } from "./chunk-XBA26Z7E.js";
10
- import {
11
- copy_dir_exports
12
- } from "./chunk-R4DZKWSR.js";
9
+ } from "./chunk-WK5Y34IN.js";
13
10
  import {
14
11
  copy_file_exports
15
- } from "./chunk-BDGFY3GP.js";
12
+ } from "./chunk-6F6DZTWX.js";
16
13
  import {
17
14
  download_file_exports
18
- } from "./chunk-X53BGT33.js";
15
+ } from "./chunk-33LF74BE.js";
19
16
  import {
20
- exists_file_exports
21
- } from "./chunk-AL7ESVX4.js";
17
+ copy_dir_exports
18
+ } from "./chunk-KQENQXZ3.js";
22
19
  import {
23
- move_dir_exports
24
- } from "./chunk-MVYH3CSJ.js";
20
+ exists_file_exports
21
+ } from "./chunk-ILJ4JFBY.js";
25
22
  import {
26
23
  list_dir_exports
27
- } from "./chunk-QKE2IYT5.js";
24
+ } from "./chunk-WRRGMVRR.js";
28
25
  import {
29
- remove_dir_exports
30
- } from "./chunk-GL42Q643.js";
26
+ move_dir_exports
27
+ } from "./chunk-LRVADTRM.js";
31
28
  import {
32
29
  move_file_exports
33
- } from "./chunk-OC4VIF3N.js";
30
+ } from "./chunk-4S7EBSJA.js";
31
+ import {
32
+ remove_dir_exports
33
+ } from "./chunk-CDWXM5CV.js";
34
34
  import {
35
35
  __export
36
36
  } from "./chunk-WSFCRVEQ.js";
@@ -1,12 +1,12 @@
1
+ import {
2
+ nullFunc
3
+ } from "./chunk-QAVYONH6.js";
1
4
  import {
2
5
  any
3
6
  } from "./chunk-FHLCPVND.js";
4
7
  import {
5
8
  array
6
9
  } 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";
@@ -25,15 +25,15 @@ import {
25
25
  import {
26
26
  insertNode
27
27
  } from "./chunk-XA4HVHJ4.js";
28
- import {
29
- recordMap
30
- } from "./chunk-XNF5MLCQ.js";
31
28
  import {
32
29
  isInEnum
33
30
  } from "./chunk-E6MSDKON.js";
34
31
  import {
35
32
  isRecord
36
33
  } from "./chunk-YDIBNEGA.js";
34
+ import {
35
+ recordMap
36
+ } from "./chunk-XNF5MLCQ.js";
37
37
  import {
38
38
  trimEnd,
39
39
  trimStart
@@ -684,17 +684,17 @@ function deepGetProperty(record2, pathString) {
684
684
  // src/agnostic/html/hyper-json/smart-tags/coalesced/hjstringify/index.ts
685
685
  var textItemSymbol = "%%-hyperjson-text-%%";
686
686
  var nodelistItemSymbol = "%%-hyperjson-nodelist-%%";
687
- var nodelistItemSplitterSymbol = "%%-hyperjson-nodelist-splitter-%%";
688
687
  var elementItemSymbol = "%%-hyperjson-element-%%";
689
688
  function stringifier(val) {
690
689
  if (typeof val === "string" || typeof val === "number" || typeof val === "boolean" || val === null) return JSON.stringify(val);
691
690
  if (val instanceof Text) return JSON.stringify(`${textItemSymbol}${val.textContent}`);
692
691
  if (val instanceof Element) return JSON.stringify(`${elementItemSymbol}${val.outerHTML}`);
693
692
  if (val instanceof NodeList) {
694
- const items = Array.from(val);
695
- return JSON.stringify(`${nodelistItemSymbol}${items.map(stringifier).join(nodelistItemSplitterSymbol)}`);
693
+ const wrapperdiv = document.createElement("div");
694
+ wrapperdiv.append(...Array.from(val));
695
+ return JSON.stringify(`${nodelistItemSymbol}${wrapperdiv.innerHTML}`);
696
696
  }
697
- if (val instanceof Method) return `[Method object: ${val.transformer.name}`;
697
+ if (val instanceof Method) return JSON.stringify(`[Method object: ${val.transformer.name}`);
698
698
  if (Array.isArray(val)) return JSON.stringify(val.map(stringifier));
699
699
  return JSON.stringify(
700
700
  Object.entries(val).reduce((acc, [key, val2]) => {
@@ -755,14 +755,15 @@ function unescapeHyperJsonString(val) {
755
755
  }
756
756
  if (val.startsWith(nodelistItemSymbol)) {
757
757
  const trimmed = val.slice(nodelistItemSymbol.length);
758
- const splitted = trimmed.split(nodelistItemSplitterSymbol);
759
758
  const div = document.createElement("div");
760
- splitted.forEach((item) => {
761
- const unescapedItem = unescapeHyperJsonString(item);
762
- if (unescapedItem instanceof NodeList) div.append(...Array.from(unescapedItem));
763
- else div.append(unescapedItem);
759
+ div.innerHTML = trimmed;
760
+ const childNodesArr = Array.from(div.childNodes);
761
+ const frag = document.createDocumentFragment();
762
+ Array.from(childNodesArr).forEach((childNode) => {
763
+ if (childNode instanceof Text) frag.append(childNode);
764
+ else if (childNode instanceof Element) frag.append(childNode);
764
765
  });
765
- return div.childNodes;
766
+ return frag.childNodes;
766
767
  }
767
768
  return val;
768
769
  }
@@ -784,8 +785,12 @@ var hjparse = SmartTags.makeSmartTag({
784
785
  func: (main) => {
785
786
  const parsed = parse(main);
786
787
  if (parsed instanceof Error) return Outcome.makeFailure({ details: parsed });
787
- const unescaped = unescapeHyperJson(parsed);
788
- return Outcome.makeSuccess(unescaped);
788
+ try {
789
+ const unescaped = unescapeHyperJson(parsed);
790
+ return Outcome.makeSuccess(unescaped);
791
+ } catch (err) {
792
+ return Outcome.makeFailure({ details: err });
793
+ }
789
794
  }
790
795
  });
791
796
 
@@ -2527,7 +2532,6 @@ export {
2527
2532
  deepGetProperty,
2528
2533
  textItemSymbol,
2529
2534
  nodelistItemSymbol,
2530
- nodelistItemSplitterSymbol,
2531
2535
  elementItemSymbol,
2532
2536
  hjstringify,
2533
2537
  hjparse,
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk-XXRTRR5D.js";
4
4
  import {
5
5
  directory_exports
6
- } from "./chunk-MUOULXIW.js";
6
+ } from "./chunk-EZ22Z22X.js";
7
7
  import {
8
8
  __export
9
9
  } from "./chunk-WSFCRVEQ.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  toLab
3
- } from "./chunk-4XIY6THU.js";
3
+ } from "./chunk-FNQAF6CQ.js";
4
4
 
5
5
  // src/agnostic/colors/distance/index.ts
6
6
  function distanceCiede2000(c1, c2) {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  rotate
3
- } from "./chunk-MGCOD7CI.js";
3
+ } from "./chunk-YXLHZ2KW.js";
4
4
 
5
5
  // src/agnostic/colors/palette/index.ts
6
6
  function complementaryHsl(color) {
@@ -1,19 +1,19 @@
1
+ import {
2
+ findDuplicates
3
+ } from "./chunk-YS6WMSWC.js";
1
4
  import {
2
5
  isArrayOf
3
6
  } from "./chunk-6RGDWX4A.js";
7
+ import {
8
+ make
9
+ } from "./chunk-RLAZR3NL.js";
4
10
  import {
5
11
  shuffle
6
12
  } from "./chunk-VJJIYJMY.js";
7
13
  import {
8
14
  randomPick,
9
15
  randomPickMany
10
- } from "./chunk-C7SRAQMW.js";
11
- import {
12
- findDuplicates
13
- } from "./chunk-YS6WMSWC.js";
14
- import {
15
- make
16
- } from "./chunk-RLAZR3NL.js";
16
+ } from "./chunk-AQBJ6HNB.js";
17
17
 
18
18
  // src/agnostic/arrays/index.tsx
19
19
  var Arrays;
@@ -13,13 +13,13 @@ import {
13
13
  viaLch,
14
14
  viaRgb,
15
15
  viaXyz
16
- } from "./chunk-4XIY6THU.js";
17
- import {
18
- clamp
19
- } from "./chunk-OSAXBA7G.js";
16
+ } from "./chunk-FNQAF6CQ.js";
20
17
  import {
21
18
  absoluteModulo
22
19
  } from "./chunk-DNIOWD7K.js";
20
+ import {
21
+ clamp
22
+ } from "./chunk-OSAXBA7G.js";
23
23
 
24
24
  // src/agnostic/colors/channels/index.ts
25
25
  function setChannel(color, channel, value) {
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk-DZ2T5DTY.js";
4
4
  import {
5
5
  toSharpColor
6
- } from "./chunk-WUK3SRAL.js";
6
+ } from "./chunk-D5CCWCEI.js";
7
7
  import {
8
8
  Outcome
9
9
  } from "./chunk-JMU5PDBD.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  toCreateOptions
3
- } from "./chunk-WUK3SRAL.js";
3
+ } from "./chunk-D5CCWCEI.js";
4
4
  import {
5
5
  __export
6
6
  } from "./chunk-WSFCRVEQ.js";
@@ -1,27 +1,27 @@
1
+ import {
2
+ getPositionInsideParent
3
+ } from "./chunk-VTPRO4NJ.js";
1
4
  import {
2
5
  Placeholders
3
6
  } from "./chunk-VYW4IADX.js";
4
- import {
5
- getNodeAncestors
6
- } from "./chunk-LUPVHC73.js";
7
- import {
8
- selectorToElement
9
- } from "./chunk-X5HMM3LD.js";
10
7
  import {
11
8
  stringToNodes
12
- } from "./chunk-CQEDNACN.js";
9
+ } from "./chunk-ZBBU2P4D.js";
13
10
  import {
14
11
  Sanitize
15
- } from "./chunk-RDQJSWRC.js";
12
+ } from "./chunk-XB3EGDBI.js";
13
+ import {
14
+ selectorToElement
15
+ } from "./chunk-SKBOSWM2.js";
16
16
  import {
17
17
  HyperJson
18
- } from "./chunk-IIVELPLX.js";
18
+ } from "./chunk-5EDT4OIT.js";
19
19
  import {
20
20
  insertNode
21
21
  } from "./chunk-XA4HVHJ4.js";
22
22
  import {
23
- getPositionInsideParent
24
- } from "./chunk-VTPRO4NJ.js";
23
+ getNodeAncestors
24
+ } from "./chunk-LUPVHC73.js";
25
25
 
26
26
  // src/agnostic/html/index.ts
27
27
  var Html;
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk-DZ2T5DTY.js";
4
4
  import {
5
5
  toSharpColor
6
- } from "./chunk-WUK3SRAL.js";
6
+ } from "./chunk-D5CCWCEI.js";
7
7
  import {
8
8
  Outcome
9
9
  } from "./chunk-JMU5PDBD.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  operations_exports
3
- } from "./chunk-OMPMEBW4.js";
3
+ } from "./chunk-IITZAB23.js";
4
4
  import {
5
5
  clients_exports
6
6
  } from "./chunk-V3GX7SIJ.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  register
3
- } from "./chunk-P2H6PV4O.js";
3
+ } from "./chunk-TIER4TF4.js";
4
4
 
5
5
  // src/agnostic/html/selector-to-element/index.ts
6
6
  function selectorToElement(selector, documentObj) {
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk-DZ2T5DTY.js";
4
4
  import {
5
5
  toSharpColor
6
- } from "./chunk-WUK3SRAL.js";
6
+ } from "./chunk-D5CCWCEI.js";
7
7
  import {
8
8
  Outcome
9
9
  } from "./chunk-JMU5PDBD.js";
@@ -1,31 +1,31 @@
1
- import {
2
- isLevelOperationParams,
3
- level
4
- } from "./chunk-2HJPX7E3.js";
5
- import {
6
- isNormalizeOperationParams,
7
- normalize
8
- } from "./chunk-3G6FOHII.js";
9
1
  import {
10
2
  isLightenOperationParams,
11
3
  lighten
12
4
  } from "./chunk-RHKFMXM3.js";
13
5
  import {
14
- isOverlayOperationParams,
15
- overlay
16
- } from "./chunk-CZTIZX7S.js";
6
+ hue,
7
+ isHueOperationParams
8
+ } from "./chunk-QSU3CVGF.js";
17
9
  import {
18
- isResizeOperationParams,
19
- resize
20
- } from "./chunk-YLNSMUZA.js";
10
+ isNormalizeOperationParams,
11
+ normalize
12
+ } from "./chunk-3G6FOHII.js";
21
13
  import {
22
14
  isSaturateOperationParams,
23
15
  saturate
24
16
  } from "./chunk-QTA7ZEVX.js";
17
+ import {
18
+ isOverlayOperationParams,
19
+ overlay
20
+ } from "./chunk-CLLJV343.js";
25
21
  import {
26
22
  isRotateOperationParams,
27
23
  rotate
28
- } from "./chunk-2YGE65HG.js";
24
+ } from "./chunk-QWNWZBIO.js";
25
+ import {
26
+ isResizeOperationParams,
27
+ resize
28
+ } from "./chunk-STPN5KZL.js";
29
29
  import {
30
30
  blur,
31
31
  isBlurOperationParams
@@ -37,7 +37,7 @@ import {
37
37
  import {
38
38
  extend,
39
39
  isExtendOperationParams
40
- } from "./chunk-OMW6VKSN.js";
40
+ } from "./chunk-YVKM7N55.js";
41
41
  import {
42
42
  extract,
43
43
  isExtractOperationParams
@@ -45,20 +45,20 @@ import {
45
45
  import {
46
46
  flatten,
47
47
  isFlattenOperationParams
48
- } from "./chunk-ZVT4KKLB.js";
49
- import {
50
- flop
51
- } from "./chunk-YA2YCZUF.js";
48
+ } from "./chunk-P5JJOC5K.js";
52
49
  import {
53
50
  flip
54
51
  } from "./chunk-WNDMYNDU.js";
55
52
  import {
56
- hue,
57
- isHueOperationParams
58
- } from "./chunk-QSU3CVGF.js";
53
+ flop
54
+ } from "./chunk-YA2YCZUF.js";
55
+ import {
56
+ isLevelOperationParams,
57
+ level
58
+ } from "./chunk-2HJPX7E3.js";
59
59
  import {
60
60
  toSharpInstance
61
- } from "./chunk-WUK3SRAL.js";
61
+ } from "./chunk-D5CCWCEI.js";
62
62
  import {
63
63
  Outcome
64
64
  } from "./chunk-JMU5PDBD.js";