@design-edito/tools 0.2.25 → 0.2.28

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 (189) hide show
  1. package/agnostic/arrays/index.js +11 -11
  2. package/agnostic/arrays/random-pick/index.js +6 -6
  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 +19 -19
  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 +11 -11
  16. package/agnostic/css/styles-set/index.js +8 -8
  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.js +3 -3
  34. package/agnostic/html/hyper-json/smart-tags/coalesced/if/index.js +3 -3
  35. package/agnostic/html/hyper-json/smart-tags/coalesced/initialize/index.js +3 -3
  36. package/agnostic/html/hyper-json/smart-tags/coalesced/join/index.js +3 -3
  37. package/agnostic/html/hyper-json/smart-tags/coalesced/length/index.js +3 -3
  38. package/agnostic/html/hyper-json/smart-tags/coalesced/map/index.js +3 -3
  39. package/agnostic/html/hyper-json/smart-tags/coalesced/negate/index.js +3 -3
  40. package/agnostic/html/hyper-json/smart-tags/coalesced/notrailing/index.js +3 -3
  41. package/agnostic/html/hyper-json/smart-tags/coalesced/or/index.js +3 -3
  42. package/agnostic/html/hyper-json/smart-tags/coalesced/pickrandom/index.js +3 -3
  43. package/agnostic/html/hyper-json/smart-tags/coalesced/populate/index.js +3 -3
  44. package/agnostic/html/hyper-json/smart-tags/coalesced/print/index.js +3 -3
  45. package/agnostic/html/hyper-json/smart-tags/coalesced/push/index.js +3 -3
  46. package/agnostic/html/hyper-json/smart-tags/coalesced/pusheach/index.js +3 -3
  47. package/agnostic/html/hyper-json/smart-tags/coalesced/recordtoarray/index.js +3 -3
  48. package/agnostic/html/hyper-json/smart-tags/coalesced/removeattribute/index.js +3 -3
  49. package/agnostic/html/hyper-json/smart-tags/coalesced/removeclass/index.js +3 -3
  50. package/agnostic/html/hyper-json/smart-tags/coalesced/renameproperty/index.js +3 -3
  51. package/agnostic/html/hyper-json/smart-tags/coalesced/replace/index.js +3 -3
  52. package/agnostic/html/hyper-json/smart-tags/coalesced/select/index.js +3 -3
  53. package/agnostic/html/hyper-json/smart-tags/coalesced/set/index.js +3 -3
  54. package/agnostic/html/hyper-json/smart-tags/coalesced/setattribute/index.js +3 -3
  55. package/agnostic/html/hyper-json/smart-tags/coalesced/setproperty/index.js +3 -3
  56. package/agnostic/html/hyper-json/smart-tags/coalesced/sorton/index.js +3 -3
  57. package/agnostic/html/hyper-json/smart-tags/coalesced/split/index.js +3 -3
  58. package/agnostic/html/hyper-json/smart-tags/coalesced/spread/index.js +3 -3
  59. package/agnostic/html/hyper-json/smart-tags/coalesced/toarray/index.js +3 -3
  60. package/agnostic/html/hyper-json/smart-tags/coalesced/toboolean/index.js +3 -3
  61. package/agnostic/html/hyper-json/smart-tags/coalesced/toelement/index.js +3 -3
  62. package/agnostic/html/hyper-json/smart-tags/coalesced/toggleclass/index.js +3 -3
  63. package/agnostic/html/hyper-json/smart-tags/coalesced/tonodelist/index.js +3 -3
  64. package/agnostic/html/hyper-json/smart-tags/coalesced/tonull/index.js +3 -3
  65. package/agnostic/html/hyper-json/smart-tags/coalesced/tonumber/index.js +3 -3
  66. package/agnostic/html/hyper-json/smart-tags/coalesced/torecord/index.js +3 -3
  67. package/agnostic/html/hyper-json/smart-tags/coalesced/toref/index.js +3 -3
  68. package/agnostic/html/hyper-json/smart-tags/coalesced/tostring/index.js +3 -3
  69. package/agnostic/html/hyper-json/smart-tags/coalesced/totext/index.js +3 -3
  70. package/agnostic/html/hyper-json/smart-tags/coalesced/transformselected/index.js +3 -3
  71. package/agnostic/html/hyper-json/smart-tags/coalesced/trim/index.js +3 -3
  72. package/agnostic/html/hyper-json/smart-tags/isolated/boolean/index.js +3 -3
  73. package/agnostic/html/hyper-json/smart-tags/isolated/element/index.js +3 -3
  74. package/agnostic/html/hyper-json/smart-tags/isolated/get/index.js +3 -3
  75. package/agnostic/html/hyper-json/smart-tags/isolated/global/index.js +3 -3
  76. package/agnostic/html/hyper-json/smart-tags/isolated/guess/index.js +3 -3
  77. package/agnostic/html/hyper-json/smart-tags/isolated/nodelist/index.js +3 -3
  78. package/agnostic/html/hyper-json/smart-tags/isolated/number/index.js +3 -3
  79. package/agnostic/html/hyper-json/smart-tags/isolated/record/index.js +3 -3
  80. package/agnostic/html/hyper-json/smart-tags/isolated/ref/index.js +3 -3
  81. package/agnostic/html/hyper-json/smart-tags/isolated/string/index.js +3 -3
  82. package/agnostic/html/hyper-json/smart-tags/isolated/text/index.js +3 -3
  83. package/agnostic/html/hyper-json/tree/index.js +3 -3
  84. package/agnostic/html/hyper-json/utils/index.js +3 -3
  85. package/agnostic/html/index.js +15 -15
  86. package/agnostic/html/sanitize/index.js +6 -6
  87. package/agnostic/html/selector-to-element/index.js +6 -6
  88. package/agnostic/html/string-to-nodes/index.js +7 -7
  89. package/agnostic/index.js +60 -60
  90. package/agnostic/misc/assert/index.js +3 -3
  91. package/agnostic/misc/crossenv/index.js +2 -2
  92. package/agnostic/misc/index.js +20 -20
  93. package/agnostic/misc/lorem-ipsum/index.js +14 -14
  94. package/agnostic/numbers/index.js +3 -3
  95. package/agnostic/objects/index.js +5 -5
  96. package/agnostic/random/index.js +2 -2
  97. package/agnostic/strings/index.js +3 -3
  98. package/agnostic/time/index.js +6 -6
  99. package/chunks/{chunk-QWNWZBIO.js → chunk-2YGE65HG.js} +1 -1
  100. package/chunks/{chunk-FTIAMLNA.js → chunk-5EY7FDIL.js} +7 -7
  101. package/chunks/{chunk-YSJNXT3C.js → chunk-5ZYRXXPT.js} +9 -9
  102. package/chunks/{chunk-NCYE5WML.js → chunk-6WIKRRT5.js} +4 -4
  103. package/chunks/{chunk-WC675GM6.js → chunk-7CSIFGP6.js} +3 -3
  104. package/chunks/{chunk-PVRYR5KX.js → chunk-7JWUXOAT.js} +1 -1
  105. package/chunks/{chunk-EGBJXHCW.js → chunk-BJKQMSLO.js} +1 -1
  106. package/chunks/{chunk-B446JIN3.js → chunk-C7SRAQMW.js} +1 -1
  107. package/chunks/{chunk-UAZBKB6A.js → chunk-CIE4SQ2R.js} +1 -1
  108. package/chunks/{chunk-36CTYZYA.js → chunk-CQEDNACN.js} +2 -2
  109. package/chunks/{chunk-CLLJV343.js → chunk-CZTIZX7S.js} +1 -1
  110. package/chunks/{chunk-WAMSK4A3.js → chunk-E4FJHD5R.js} +1 -1
  111. package/chunks/{chunk-PBEXIVZ6.js → chunk-E6ETENWX.js} +2 -2
  112. package/chunks/{chunk-JAD7QOAO.js → chunk-GBGM564N.js} +16 -16
  113. package/chunks/{chunk-QNVAQZOA.js → chunk-IIVELPLX.js} +1 -1
  114. package/chunks/{chunk-KPAXYNP2.js → chunk-JDHBVRKO.js} +4 -4
  115. package/chunks/{chunk-DKITT7OT.js → chunk-KAG7WIK5.js} +1 -1
  116. package/chunks/{chunk-5CTAKAIP.js → chunk-KG2YA3PO.js} +2 -2
  117. package/chunks/{chunk-XPGAVZGK.js → chunk-KXJUKOMC.js} +1 -1
  118. package/chunks/{chunk-7WT5CSN6.js → chunk-LBIMKKDV.js} +17 -17
  119. package/chunks/{chunk-RR5OYTN6.js → chunk-LKLJOPG7.js} +2 -2
  120. package/chunks/{chunk-YXLHZ2KW.js → chunk-MGCOD7CI.js} +2 -2
  121. package/chunks/{chunk-MFIGSRSO.js → chunk-NCLSAIJZ.js} +1 -1
  122. package/chunks/{chunk-YVKM7N55.js → chunk-OMW6VKSN.js} +1 -1
  123. package/chunks/{chunk-CHUOCTRP.js → chunk-P2H6PV4O.js} +2 -2
  124. package/chunks/{chunk-CYUEPBUN.js → chunk-PX4DPCZM.js} +2 -2
  125. package/chunks/{chunk-PF2PROEX.js → chunk-QYEWGRKJ.js} +11 -11
  126. package/chunks/{chunk-JWF5EKM2.js → chunk-RDQJSWRC.js} +1 -1
  127. package/chunks/{chunk-3LCD73SB.js → chunk-RDSYH5NJ.js} +1 -1
  128. package/chunks/{chunk-PODVYCWI.js → chunk-RYGUIYQP.js} +6 -6
  129. package/chunks/{chunk-PO6EYWZP.js → chunk-SXC5GRYJ.js} +12 -12
  130. package/chunks/{chunk-3SR7VHYV.js → chunk-T74A5BQ6.js} +2 -2
  131. package/chunks/{chunk-LEADFWEA.js → chunk-THR4YEHN.js} +2 -2
  132. package/chunks/{chunk-L7PIZQFC.js → chunk-TVPTWOFP.js} +1 -1
  133. package/chunks/{chunk-CIRKDR2H.js → chunk-VX2CSZU6.js} +11 -10
  134. package/chunks/{chunk-NZXM3KPP.js → chunk-WHYXVF3N.js} +1 -1
  135. package/chunks/{chunk-64VDCR2W.js → chunk-WRJA7VLE.js} +1 -1
  136. package/chunks/{chunk-D5CCWCEI.js → chunk-WUK3SRAL.js} +1 -1
  137. package/chunks/{chunk-SA2IY5LN.js → chunk-X5HMM3LD.js} +1 -1
  138. package/chunks/{chunk-STPN5KZL.js → chunk-YLNSMUZA.js} +1 -1
  139. package/chunks/{chunk-ZLBSI4TR.js → chunk-YRNTL6UO.js} +1 -1
  140. package/chunks/{chunk-WSC3WODJ.js → chunk-ZEAQ6B6I.js} +1 -1
  141. package/chunks/{chunk-P5JJOC5K.js → chunk-ZVT4KKLB.js} +1 -1
  142. package/node/@aws-s3/index.js +9 -9
  143. package/node/@aws-s3/storage/directory/index.js +6 -6
  144. package/node/@aws-s3/storage/file/index.js +7 -7
  145. package/node/@aws-s3/storage/index.js +8 -8
  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 +6 -6
  149. package/node/@google-cloud/storage/file/index.js +10 -10
  150. package/node/@google-cloud/storage/file/revoke-signed-urls/index.js +2 -2
  151. package/node/@google-cloud/storage/index.js +10 -10
  152. package/node/cloud-storage/index.js +27 -27
  153. package/node/cloud-storage/operations/index.js +36 -36
  154. package/node/ftps/directory/index.js +6 -6
  155. package/node/ftps/file/index.js +7 -7
  156. package/node/ftps/index.js +8 -8
  157. package/node/images/create/index.js +14 -14
  158. package/node/images/format/index.js +14 -14
  159. package/node/images/index.js +27 -27
  160. package/node/images/metadata/index.js +14 -14
  161. package/node/images/transform/index.js +21 -21
  162. package/node/images/transform/operations/extend/index.js +14 -14
  163. package/node/images/transform/operations/flatten/index.js +14 -14
  164. package/node/images/transform/operations/overlay/index.js +14 -14
  165. package/node/images/transform/operations/resize/index.js +14 -14
  166. package/node/images/transform/operations/rotate/index.js +14 -14
  167. package/node/images/utils/index.js +13 -13
  168. package/node/index.js +79 -79
  169. package/node/sftp/directory/index.js +6 -6
  170. package/node/sftp/file/index.js +7 -7
  171. package/node/sftp/index.js +8 -8
  172. package/package.json +1 -1
  173. package/chunks/{chunk-WH6BPDAC.js → chunk-2KT7AKRW.js} +3 -3
  174. package/chunks/{chunk-ZBAKY6DB.js → chunk-2WIWINVL.js} +5 -5
  175. package/chunks/{chunk-CNMP2GU4.js → chunk-42B5RQDS.js} +5 -5
  176. package/chunks/{chunk-FNQAF6CQ.js → chunk-4XIY6THU.js} +3 -3
  177. package/chunks/{chunk-MISSKW6Z.js → chunk-66S3WWJV.js} +6 -6
  178. package/chunks/{chunk-EE7CSFBM.js → chunk-A7DUPQSC.js} +6 -6
  179. package/chunks/{chunk-UFKH5WD2.js → chunk-FR5H2OCV.js} +3 -3
  180. package/chunks/{chunk-ZPDKBMUH.js → chunk-G5RRNREY.js} +3 -3
  181. package/chunks/{chunk-X5F6XGEP.js → chunk-HJARCTOH.js} +5 -5
  182. package/chunks/{chunk-N7KMBVPL.js → chunk-LYEZ5IRT.js} +6 -6
  183. package/chunks/{chunk-A7K5DUP7.js → chunk-MUOULXIW.js} +5 -5
  184. package/chunks/{chunk-WOYF3N4A.js → chunk-OBTYLRE3.js} +5 -5
  185. package/chunks/{chunk-V3V3S2UU.js → chunk-OMPMEBW4.js} +15 -15
  186. package/chunks/{chunk-UEAMPAHK.js → chunk-OMTDHKJI.js} +3 -3
  187. package/chunks/{chunk-OVG5RGI3.js → chunk-S32K7POB.js} +4 -4
  188. package/chunks/{chunk-SESIRLTS.js → chunk-XXRTRR5D.js} +6 -6
  189. package/chunks/{chunk-MZIUCQDZ.js → chunk-YYP4JITV.js} +9 -9
@@ -4,21 +4,15 @@ import {
4
4
  import {
5
5
  get_permissions_exports
6
6
  } from "./chunk-YKPA3MQL.js";
7
- import {
8
- revoke_signed_urls_exports
9
- } from "./chunk-ZPDKBMUH.js";
10
7
  import {
11
8
  update_metadata_exports
12
9
  } from "./chunk-HWVEI3RH.js";
10
+ import {
11
+ revoke_signed_urls_exports
12
+ } from "./chunk-G5RRNREY.js";
13
13
  import {
14
14
  generate_signed_url_exports
15
15
  } from "./chunk-PAIUCLVK.js";
16
- import {
17
- download_exports
18
- } from "./chunk-2JH4TCT2.js";
19
- import {
20
- move_exports
21
- } from "./chunk-6IYUA43Q.js";
22
16
  import {
23
17
  remove_exports
24
18
  } from "./chunk-7J7CYOXU.js";
@@ -31,9 +25,15 @@ import {
31
25
  import {
32
26
  copy_exports
33
27
  } from "./chunk-CWZFRUBS.js";
28
+ import {
29
+ download_exports
30
+ } from "./chunk-2JH4TCT2.js";
34
31
  import {
35
32
  exists_exports
36
33
  } from "./chunk-5VHFXWFM.js";
34
+ import {
35
+ move_exports
36
+ } from "./chunk-6IYUA43Q.js";
37
37
  import {
38
38
  __export
39
39
  } from "./chunk-WSFCRVEQ.js";
@@ -13,13 +13,13 @@ import {
13
13
  viaLch,
14
14
  viaRgb,
15
15
  viaXyz
16
- } from "./chunk-FNQAF6CQ.js";
17
- import {
18
- absoluteModulo
19
- } from "./chunk-DNIOWD7K.js";
16
+ } from "./chunk-4XIY6THU.js";
20
17
  import {
21
18
  clamp
22
19
  } from "./chunk-OSAXBA7G.js";
20
+ import {
21
+ absoluteModulo
22
+ } from "./chunk-DNIOWD7K.js";
23
23
 
24
24
  // src/agnostic/colors/channels/index.ts
25
25
  function setChannel(color, channel, value) {
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  file_exports
3
- } from "./chunk-YSJNXT3C.js";
3
+ } from "./chunk-5ZYRXXPT.js";
4
4
  import {
5
5
  bucket_exports
6
- } from "./chunk-UEAMPAHK.js";
6
+ } from "./chunk-OMTDHKJI.js";
7
7
  import {
8
8
  directory_exports
9
- } from "./chunk-X5F6XGEP.js";
9
+ } from "./chunk-HJARCTOH.js";
10
10
  import {
11
11
  __export
12
12
  } from "./chunk-WSFCRVEQ.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  toCreateOptions
3
- } from "./chunk-D5CCWCEI.js";
3
+ } from "./chunk-WUK3SRAL.js";
4
4
  import {
5
5
  __export
6
6
  } from "./chunk-WSFCRVEQ.js";
@@ -2,7 +2,7 @@ import {
2
2
  viaLab,
3
3
  viaLch,
4
4
  viaRgb
5
- } from "./chunk-FNQAF6CQ.js";
5
+ } from "./chunk-4XIY6THU.js";
6
6
  import {
7
7
  absoluteModulo
8
8
  } from "./chunk-DNIOWD7K.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  register
3
- } from "./chunk-CHUOCTRP.js";
3
+ } from "./chunk-P2H6PV4O.js";
4
4
 
5
5
  // src/agnostic/arrays/random-pick/index.ts
6
6
  function randomPick(arr, exclude = []) {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  storage_exports
3
- } from "./chunk-WC675GM6.js";
3
+ } from "./chunk-7CSIFGP6.js";
4
4
  import {
5
5
  __export
6
6
  } from "./chunk-WSFCRVEQ.js";
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  Sanitize
3
- } from "./chunk-JWF5EKM2.js";
3
+ } from "./chunk-RDQJSWRC.js";
4
4
  import {
5
5
  register
6
- } from "./chunk-CHUOCTRP.js";
6
+ } from "./chunk-P2H6PV4O.js";
7
7
 
8
8
  // src/agnostic/html/string-to-nodes/index.ts
9
9
  function stringToNodes(dirtyStr, options) {
@@ -4,7 +4,7 @@ import {
4
4
  import {
5
5
  isDuckTypedSharpInstance,
6
6
  toSharpInstance
7
- } from "./chunk-D5CCWCEI.js";
7
+ } from "./chunk-WUK3SRAL.js";
8
8
  import {
9
9
  Outcome
10
10
  } from "./chunk-JMU5PDBD.js";
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk-JMU5PDBD.js";
4
4
  import {
5
5
  Errors
6
- } from "./chunk-WH6BPDAC.js";
6
+ } from "./chunk-2KT7AKRW.js";
7
7
 
8
8
  // src/agnostic/misc/assert/index.ts
9
9
  var Assert;
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  directory_exports
3
- } from "./chunk-CNMP2GU4.js";
3
+ } from "./chunk-42B5RQDS.js";
4
4
  import {
5
5
  file_exports
6
- } from "./chunk-N7KMBVPL.js";
6
+ } from "./chunk-LYEZ5IRT.js";
7
7
  import {
8
8
  __export
9
9
  } from "./chunk-WSFCRVEQ.js";
@@ -1,11 +1,11 @@
1
- import {
2
- isNormalizeOperationParams,
3
- normalize
4
- } from "./chunk-3G6FOHII.js";
5
1
  import {
6
2
  isLevelOperationParams,
7
3
  level
8
4
  } from "./chunk-2HJPX7E3.js";
5
+ import {
6
+ isNormalizeOperationParams,
7
+ normalize
8
+ } from "./chunk-3G6FOHII.js";
9
9
  import {
10
10
  isLightenOperationParams,
11
11
  lighten
@@ -13,19 +13,19 @@ import {
13
13
  import {
14
14
  isOverlayOperationParams,
15
15
  overlay
16
- } from "./chunk-CLLJV343.js";
16
+ } from "./chunk-CZTIZX7S.js";
17
+ import {
18
+ isResizeOperationParams,
19
+ resize
20
+ } from "./chunk-YLNSMUZA.js";
17
21
  import {
18
22
  isSaturateOperationParams,
19
23
  saturate
20
24
  } from "./chunk-QTA7ZEVX.js";
21
- import {
22
- isResizeOperationParams,
23
- resize
24
- } from "./chunk-STPN5KZL.js";
25
25
  import {
26
26
  isRotateOperationParams,
27
27
  rotate
28
- } from "./chunk-QWNWZBIO.js";
28
+ } from "./chunk-2YGE65HG.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-YVKM7N55.js";
40
+ } from "./chunk-OMW6VKSN.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-P5JJOC5K.js";
49
- import {
50
- flip
51
- } from "./chunk-WNDMYNDU.js";
48
+ } from "./chunk-ZVT4KKLB.js";
52
49
  import {
53
50
  flop
54
51
  } from "./chunk-YA2YCZUF.js";
52
+ import {
53
+ flip
54
+ } from "./chunk-WNDMYNDU.js";
55
55
  import {
56
56
  hue,
57
57
  isHueOperationParams
58
58
  } from "./chunk-QSU3CVGF.js";
59
59
  import {
60
60
  toSharpInstance
61
- } from "./chunk-D5CCWCEI.js";
61
+ } from "./chunk-WUK3SRAL.js";
62
62
  import {
63
63
  Outcome
64
64
  } from "./chunk-JMU5PDBD.js";
@@ -2,7 +2,7 @@ import {
2
2
  Cast,
3
3
  Tree,
4
4
  Utils
5
- } from "./chunk-CIRKDR2H.js";
5
+ } from "./chunk-VX2CSZU6.js";
6
6
  import {
7
7
  Serialize
8
8
  } from "./chunk-SXRWMH3U.js";
@@ -1,3 +1,7 @@
1
+ import {
2
+ StylesSet,
3
+ StylesSetComp
4
+ } from "./chunk-PX4DPCZM.js";
1
5
  import {
2
6
  generateNiceColor,
3
7
  niceColors
@@ -9,10 +13,6 @@ import {
9
13
  classNameRegex,
10
14
  isValidClassName
11
15
  } from "./chunk-W5A2TON3.js";
12
- import {
13
- StylesSet,
14
- StylesSetComp
15
- } from "./chunk-CYUEPBUN.js";
16
16
 
17
17
  // src/agnostic/css/index.ts
18
18
  var Css;
@@ -4,7 +4,7 @@ import {
4
4
  import {
5
5
  toSharpColor,
6
6
  toSharpInstance
7
- } from "./chunk-D5CCWCEI.js";
7
+ } from "./chunk-WUK3SRAL.js";
8
8
  import {
9
9
  Outcome
10
10
  } from "./chunk-JMU5PDBD.js";
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  luminance
3
- } from "./chunk-3LCD73SB.js";
3
+ } from "./chunk-RDSYH5NJ.js";
4
4
  import {
5
5
  toRgb
6
- } from "./chunk-FNQAF6CQ.js";
6
+ } from "./chunk-4XIY6THU.js";
7
7
 
8
8
  // src/agnostic/colors/contrast/index.ts
9
9
  function contrastWcag(c1, c2) {
@@ -11,7 +11,7 @@ import {
11
11
  viaLch,
12
12
  viaRgb,
13
13
  viaXyz
14
- } from "./chunk-FNQAF6CQ.js";
14
+ } from "./chunk-4XIY6THU.js";
15
15
 
16
16
  // src/agnostic/colors/lerp/index.ts
17
17
  function lerpRgb(rgb1, rgb2, amount) {
@@ -1,33 +1,33 @@
1
- import {
2
- palette
3
- } from "./chunk-MFIGSRSO.js";
4
- import {
5
- rotate
6
- } from "./chunk-YXLHZ2KW.js";
7
- import {
8
- contrast
9
- } from "./chunk-5CTAKAIP.js";
10
1
  import {
11
2
  distance
12
- } from "./chunk-L7PIZQFC.js";
3
+ } from "./chunk-TVPTWOFP.js";
13
4
  import {
14
5
  grayscale
15
- } from "./chunk-WSC3WODJ.js";
6
+ } from "./chunk-ZEAQ6B6I.js";
16
7
  import {
17
8
  invert
18
- } from "./chunk-EGBJXHCW.js";
9
+ } from "./chunk-BJKQMSLO.js";
19
10
  import {
20
11
  lerp
21
- } from "./chunk-XPGAVZGK.js";
12
+ } from "./chunk-KXJUKOMC.js";
22
13
  import {
23
- luminance
24
- } from "./chunk-3LCD73SB.js";
14
+ palette
15
+ } from "./chunk-NCLSAIJZ.js";
16
+ import {
17
+ rotate
18
+ } from "./chunk-MGCOD7CI.js";
25
19
  import {
26
20
  addChannel,
27
21
  getChannel,
28
22
  multChannel,
29
23
  setChannel
30
- } from "./chunk-NCYE5WML.js";
24
+ } from "./chunk-6WIKRRT5.js";
25
+ import {
26
+ contrast
27
+ } from "./chunk-KG2YA3PO.js";
28
+ import {
29
+ luminance
30
+ } from "./chunk-RDSYH5NJ.js";
31
31
  import {
32
32
  tidy,
33
33
  toCmyk,
@@ -44,7 +44,7 @@ import {
44
44
  viaLch,
45
45
  viaRgb,
46
46
  viaXyz
47
- } from "./chunk-FNQAF6CQ.js";
47
+ } from "./chunk-4XIY6THU.js";
48
48
  import {
49
49
  isCmyk,
50
50
  isColor,
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  file_exports
3
- } from "./chunk-SESIRLTS.js";
3
+ } from "./chunk-XXRTRR5D.js";
4
4
  import {
5
5
  directory_exports
6
- } from "./chunk-A7K5DUP7.js";
6
+ } from "./chunk-MUOULXIW.js";
7
7
  import {
8
8
  __export
9
9
  } from "./chunk-WSFCRVEQ.js";
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  addChannel
3
- } from "./chunk-NCYE5WML.js";
3
+ } from "./chunk-6WIKRRT5.js";
4
4
  import {
5
5
  viaLab,
6
6
  viaLch
7
- } from "./chunk-FNQAF6CQ.js";
7
+ } from "./chunk-4XIY6THU.js";
8
8
  import {
9
9
  absoluteModulo
10
10
  } from "./chunk-DNIOWD7K.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  rotate
3
- } from "./chunk-YXLHZ2KW.js";
3
+ } from "./chunk-MGCOD7CI.js";
4
4
 
5
5
  // src/agnostic/colors/palette/index.ts
6
6
  function complementaryHsl(color) {
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk-DZ2T5DTY.js";
4
4
  import {
5
5
  toSharpColor
6
- } from "./chunk-D5CCWCEI.js";
6
+ } from "./chunk-WUK3SRAL.js";
7
7
  import {
8
8
  Outcome
9
9
  } from "./chunk-JMU5PDBD.js";
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  Crossenv
3
- } from "./chunk-UFKH5WD2.js";
3
+ } from "./chunk-FR5H2OCV.js";
4
4
  import {
5
5
  Errors
6
- } from "./chunk-WH6BPDAC.js";
6
+ } from "./chunk-2KT7AKRW.js";
7
7
 
8
8
  // src/shared/errors/index.ts
9
9
  var register = Errors.Register.from({
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  Random
3
- } from "./chunk-OVG5RGI3.js";
3
+ } from "./chunk-S32K7POB.js";
4
4
  import {
5
5
  register
6
- } from "./chunk-CHUOCTRP.js";
6
+ } from "./chunk-P2H6PV4O.js";
7
7
 
8
8
  // src/agnostic/css/styles-set/index.tsx
9
9
  import { Component } from "react";
@@ -1,27 +1,27 @@
1
- import {
2
- getPositionInsideParent
3
- } from "./chunk-VTPRO4NJ.js";
4
1
  import {
5
2
  Placeholders
6
3
  } from "./chunk-VYW4IADX.js";
4
+ import {
5
+ getNodeAncestors
6
+ } from "./chunk-LUPVHC73.js";
7
+ import {
8
+ selectorToElement
9
+ } from "./chunk-X5HMM3LD.js";
7
10
  import {
8
11
  stringToNodes
9
- } from "./chunk-36CTYZYA.js";
12
+ } from "./chunk-CQEDNACN.js";
10
13
  import {
11
14
  Sanitize
12
- } from "./chunk-JWF5EKM2.js";
13
- import {
14
- selectorToElement
15
- } from "./chunk-SA2IY5LN.js";
15
+ } from "./chunk-RDQJSWRC.js";
16
16
  import {
17
17
  HyperJson
18
- } from "./chunk-QNVAQZOA.js";
18
+ } from "./chunk-IIVELPLX.js";
19
19
  import {
20
20
  insertNode
21
21
  } from "./chunk-XA4HVHJ4.js";
22
22
  import {
23
- getNodeAncestors
24
- } from "./chunk-LUPVHC73.js";
23
+ getPositionInsideParent
24
+ } from "./chunk-VTPRO4NJ.js";
25
25
 
26
26
  // src/agnostic/html/index.ts
27
27
  var Html;
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  register
3
- } from "./chunk-CHUOCTRP.js";
3
+ } from "./chunk-P2H6PV4O.js";
4
4
 
5
5
  // src/agnostic/html/sanitize/index.ts
6
6
  var Sanitize;
@@ -3,7 +3,7 @@ import {
3
3
  toLab,
4
4
  toRgb,
5
5
  toXyz
6
- } from "./chunk-FNQAF6CQ.js";
6
+ } from "./chunk-4XIY6THU.js";
7
7
 
8
8
  // src/agnostic/colors/luminance/index.ts
9
9
  function luminanceRgb(rgb) {
@@ -1,15 +1,15 @@
1
- import {
2
- create_exports
3
- } from "./chunk-PVRYR5KX.js";
4
1
  import {
5
2
  format_exports
6
- } from "./chunk-DKITT7OT.js";
3
+ } from "./chunk-KAG7WIK5.js";
4
+ import {
5
+ create_exports
6
+ } from "./chunk-7JWUXOAT.js";
7
7
  import {
8
8
  metadata_exports
9
- } from "./chunk-ZLBSI4TR.js";
9
+ } from "./chunk-YRNTL6UO.js";
10
10
  import {
11
11
  transform_exports
12
- } from "./chunk-JAD7QOAO.js";
12
+ } from "./chunk-GBGM564N.js";
13
13
  import {
14
14
  types_exports
15
15
  } from "./chunk-FKDPPFHV.js";
@@ -2,23 +2,23 @@ import {
2
2
  Logs
3
3
  } from "./chunk-MJQF3YZO.js";
4
4
  import {
5
- data_size_exports
6
- } from "./chunk-G4ZB72XY.js";
5
+ getCurrentDownlink
6
+ } from "./chunk-7AWTHZLY.js";
7
7
  import {
8
8
  LoremIpsum
9
- } from "./chunk-LEADFWEA.js";
9
+ } from "./chunk-THR4YEHN.js";
10
+ import {
11
+ Cast
12
+ } from "./chunk-SNJJII7A.js";
10
13
  import {
11
14
  Assert
12
- } from "./chunk-WAMSK4A3.js";
15
+ } from "./chunk-E4FJHD5R.js";
13
16
  import {
14
17
  Crawler
15
18
  } from "./chunk-YUP434IY.js";
16
19
  import {
17
- getCurrentDownlink
18
- } from "./chunk-7AWTHZLY.js";
19
- import {
20
- Cast
21
- } from "./chunk-SNJJII7A.js";
20
+ data_size_exports
21
+ } from "./chunk-G4ZB72XY.js";
22
22
  import {
23
23
  Outcome
24
24
  } from "./chunk-JMU5PDBD.js";
@@ -27,12 +27,12 @@ import {
27
27
  isNullish,
28
28
  nullishValues
29
29
  } from "./chunk-HC6ZOHCS.js";
30
- import {
31
- Crossenv
32
- } from "./chunk-UFKH5WD2.js";
33
30
  import {
34
31
  isConstructorFunction
35
32
  } from "./chunk-RCO57B6F.js";
33
+ import {
34
+ Crossenv
35
+ } from "./chunk-FR5H2OCV.js";
36
36
  import {
37
37
  __export
38
38
  } from "./chunk-WSFCRVEQ.js";
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  file_exports
3
- } from "./chunk-MISSKW6Z.js";
3
+ } from "./chunk-66S3WWJV.js";
4
4
  import {
5
5
  directory_exports
6
- } from "./chunk-ZBAKY6DB.js";
6
+ } from "./chunk-2WIWINVL.js";
7
7
  import {
8
8
  __export
9
9
  } from "./chunk-WSFCRVEQ.js";
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  Random
3
- } from "./chunk-OVG5RGI3.js";
3
+ } from "./chunk-S32K7POB.js";
4
4
  import {
5
5
  Arrays
6
- } from "./chunk-FTIAMLNA.js";
6
+ } from "./chunk-5EY7FDIL.js";
7
7
 
8
8
  // src/agnostic/misc/lorem-ipsum/index.ts
9
9
  var LoremIpsum;
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  toLab
3
- } from "./chunk-FNQAF6CQ.js";
3
+ } from "./chunk-4XIY6THU.js";
4
4
 
5
5
  // src/agnostic/colors/distance/index.ts
6
6
  function distanceCiede2000(c1, c2) {
@@ -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";
@@ -25,12 +25,12 @@ import {
25
25
  import {
26
26
  insertNode
27
27
  } from "./chunk-XA4HVHJ4.js";
28
- import {
29
- isInEnum
30
- } from "./chunk-E6MSDKON.js";
31
28
  import {
32
29
  recordMap
33
30
  } from "./chunk-XNF5MLCQ.js";
31
+ import {
32
+ isInEnum
33
+ } from "./chunk-E6MSDKON.js";
34
34
  import {
35
35
  isRecord
36
36
  } from "./chunk-YDIBNEGA.js";
@@ -692,7 +692,7 @@ function stringifier(val) {
692
692
  if (val instanceof Element) return JSON.stringify(`${elementItemSymbol}${val.outerHTML}`);
693
693
  if (val instanceof NodeList) {
694
694
  const items = Array.from(val);
695
- return `"${nodelistItemSymbol}${items.map(stringifier).join(nodelistItemSplitterSymbol)}"`;
695
+ return JSON.stringify(`${nodelistItemSymbol}${items.map(stringifier).join(nodelistItemSplitterSymbol)}`);
696
696
  }
697
697
  if (val instanceof Method) return `[Method object: ${val.transformer.name}`;
698
698
  if (Array.isArray(val)) return JSON.stringify(val.map(stringifier));
@@ -755,11 +755,12 @@ 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).map(unescapeHyperJsonString);
758
+ const splitted = trimmed.split(nodelistItemSplitterSymbol);
759
759
  const div = document.createElement("div");
760
760
  splitted.forEach((item) => {
761
- if (item instanceof NodeList) div.append(...Array.from(item));
762
- else div.append(item);
761
+ const unescapedItem = unescapeHyperJsonString(item);
762
+ if (unescapedItem instanceof NodeList) div.append(...Array.from(unescapedItem));
763
+ else div.append(unescapedItem);
763
764
  });
764
765
  return div.childNodes;
765
766
  }
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  operations_exports
3
- } from "./chunk-V3V3S2UU.js";
3
+ } from "./chunk-OMPMEBW4.js";
4
4
  import {
5
5
  clients_exports
6
6
  } from "./chunk-V3GX7SIJ.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  storage_exports
3
- } from "./chunk-3SR7VHYV.js";
3
+ } from "./chunk-T74A5BQ6.js";
4
4
  import {
5
5
  __export
6
6
  } from "./chunk-WSFCRVEQ.js";