@design-edito/tools 0.2.6 → 0.2.8

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 (136) hide show
  1. package/agnostic/arrays/index.js +11 -11
  2. package/agnostic/arrays/random-pick/index.js +6 -6
  3. package/agnostic/colors/index.js +9 -9
  4. package/agnostic/css/bem/index.js +2 -2
  5. package/agnostic/css/index.js +19 -19
  6. package/agnostic/css/styles-set/index.js +8 -8
  7. package/agnostic/errors/index.js +2 -2
  8. package/agnostic/html/hyper-json/cast/index.js +4 -4
  9. package/agnostic/html/hyper-json/index.js +5 -5
  10. package/agnostic/html/hyper-json/smart-tags/coalesced/add/index.js +4 -4
  11. package/agnostic/html/hyper-json/smart-tags/coalesced/addclass/index.js +4 -4
  12. package/agnostic/html/hyper-json/smart-tags/coalesced/and/index.js +4 -4
  13. package/agnostic/html/hyper-json/smart-tags/coalesced/append/index.js +4 -4
  14. package/agnostic/html/hyper-json/smart-tags/coalesced/at/index.js +4 -4
  15. package/agnostic/html/hyper-json/smart-tags/coalesced/call/index.js +4 -4
  16. package/agnostic/html/hyper-json/smart-tags/coalesced/clone/index.js +4 -4
  17. package/agnostic/html/hyper-json/smart-tags/coalesced/deleteproperties/index.js +4 -4
  18. package/agnostic/html/hyper-json/smart-tags/coalesced/equals/index.js +4 -4
  19. package/agnostic/html/hyper-json/smart-tags/coalesced/getattribute/index.js +4 -4
  20. package/agnostic/html/hyper-json/smart-tags/coalesced/getproperties/index.js +4 -4
  21. package/agnostic/html/hyper-json/smart-tags/coalesced/getproperty/index.js +4 -4
  22. package/agnostic/html/hyper-json/smart-tags/coalesced/if/index.js +4 -4
  23. package/agnostic/html/hyper-json/smart-tags/coalesced/initialize/index.js +4 -4
  24. package/agnostic/html/hyper-json/smart-tags/coalesced/join/index.js +4 -4
  25. package/agnostic/html/hyper-json/smart-tags/coalesced/length/index.js +4 -4
  26. package/agnostic/html/hyper-json/smart-tags/coalesced/map/index.js +4 -4
  27. package/agnostic/html/hyper-json/smart-tags/coalesced/negate/index.js +4 -4
  28. package/agnostic/html/hyper-json/smart-tags/coalesced/notrailing/index.js +4 -4
  29. package/agnostic/html/hyper-json/smart-tags/coalesced/or/index.js +4 -4
  30. package/agnostic/html/hyper-json/smart-tags/coalesced/pickrandom/index.js +4 -4
  31. package/agnostic/html/hyper-json/smart-tags/coalesced/populate/index.js +4 -4
  32. package/agnostic/html/hyper-json/smart-tags/coalesced/print/index.js +4 -4
  33. package/agnostic/html/hyper-json/smart-tags/coalesced/push/index.js +4 -4
  34. package/agnostic/html/hyper-json/smart-tags/coalesced/pusheach/index.js +4 -4
  35. package/agnostic/html/hyper-json/smart-tags/coalesced/recordtoarray/index.js +4 -4
  36. package/agnostic/html/hyper-json/smart-tags/coalesced/removeattribute/index.js +4 -4
  37. package/agnostic/html/hyper-json/smart-tags/coalesced/removeclass/index.js +4 -4
  38. package/agnostic/html/hyper-json/smart-tags/coalesced/renameproperty/index.js +4 -4
  39. package/agnostic/html/hyper-json/smart-tags/coalesced/replace/index.js +4 -4
  40. package/agnostic/html/hyper-json/smart-tags/coalesced/select/index.js +4 -4
  41. package/agnostic/html/hyper-json/smart-tags/coalesced/set/index.js +4 -4
  42. package/agnostic/html/hyper-json/smart-tags/coalesced/setattribute/index.js +4 -4
  43. package/agnostic/html/hyper-json/smart-tags/coalesced/setproperty/index.js +4 -4
  44. package/agnostic/html/hyper-json/smart-tags/coalesced/sorton/index.js +4 -4
  45. package/agnostic/html/hyper-json/smart-tags/coalesced/split/index.js +4 -4
  46. package/agnostic/html/hyper-json/smart-tags/coalesced/spread/index.js +4 -4
  47. package/agnostic/html/hyper-json/smart-tags/coalesced/toarray/index.js +4 -4
  48. package/agnostic/html/hyper-json/smart-tags/coalesced/toboolean/index.js +4 -4
  49. package/agnostic/html/hyper-json/smart-tags/coalesced/toelement/index.js +4 -4
  50. package/agnostic/html/hyper-json/smart-tags/coalesced/toggleclass/index.js +4 -4
  51. package/agnostic/html/hyper-json/smart-tags/coalesced/tonodelist/index.js +4 -4
  52. package/agnostic/html/hyper-json/smart-tags/coalesced/tonull/index.js +4 -4
  53. package/agnostic/html/hyper-json/smart-tags/coalesced/tonumber/index.js +4 -4
  54. package/agnostic/html/hyper-json/smart-tags/coalesced/torecord/index.js +4 -4
  55. package/agnostic/html/hyper-json/smart-tags/coalesced/toref/index.js +4 -4
  56. package/agnostic/html/hyper-json/smart-tags/coalesced/tostring/index.js +4 -4
  57. package/agnostic/html/hyper-json/smart-tags/coalesced/totext/index.js +4 -4
  58. package/agnostic/html/hyper-json/smart-tags/coalesced/transformselected/index.js +4 -4
  59. package/agnostic/html/hyper-json/smart-tags/coalesced/trim/index.js +4 -4
  60. package/agnostic/html/hyper-json/smart-tags/isolated/boolean/index.js +4 -4
  61. package/agnostic/html/hyper-json/smart-tags/isolated/element/index.js +4 -4
  62. package/agnostic/html/hyper-json/smart-tags/isolated/get/index.js +4 -4
  63. package/agnostic/html/hyper-json/smart-tags/isolated/global/index.js +4 -4
  64. package/agnostic/html/hyper-json/smart-tags/isolated/guess/index.js +4 -4
  65. package/agnostic/html/hyper-json/smart-tags/isolated/nodelist/index.js +4 -4
  66. package/agnostic/html/hyper-json/smart-tags/isolated/number/index.js +4 -4
  67. package/agnostic/html/hyper-json/smart-tags/isolated/record/index.js +4 -4
  68. package/agnostic/html/hyper-json/smart-tags/isolated/ref/index.js +4 -4
  69. package/agnostic/html/hyper-json/smart-tags/isolated/string/index.js +4 -4
  70. package/agnostic/html/hyper-json/smart-tags/isolated/text/index.js +4 -4
  71. package/agnostic/html/hyper-json/tree/index.js +4 -4
  72. package/agnostic/html/hyper-json/utils/index.js +4 -4
  73. package/agnostic/html/index.js +13 -13
  74. package/agnostic/html/sanitize/index.js +6 -6
  75. package/agnostic/html/selector-to-element/index.js +6 -6
  76. package/agnostic/html/string-to-nodes/index.js +7 -7
  77. package/agnostic/misc/assert/index.js +3 -3
  78. package/agnostic/misc/crossenv/index.js +2 -2
  79. package/agnostic/misc/index.js +30 -30
  80. package/agnostic/misc/lorem-ipsum/index.js +15 -15
  81. package/agnostic/numbers/index.js +4 -4
  82. package/agnostic/objects/index.js +13 -13
  83. package/agnostic/random/index.js +2 -2
  84. package/agnostic/strings/index.js +16 -16
  85. package/agnostic/strings/parse-table/index.d.ts +32 -31
  86. package/agnostic/strings/parse-table/index.js +1 -3
  87. package/chunks/{chunk-Z3TF5XAN.js → chunk-32FNUJVW.js} +7 -7
  88. package/chunks/{chunk-CQEDNACN.js → chunk-36CTYZYA.js} +2 -2
  89. package/chunks/{chunk-VZ5NCIDH.js → chunk-3K3NHJZZ.js} +4 -4
  90. package/chunks/{chunk-XJ23DJY4.js → chunk-6KWNKTNI.js} +2 -2
  91. package/chunks/{chunk-C7SRAQMW.js → chunk-B446JIN3.js} +1 -1
  92. package/chunks/{chunk-P2H6PV4O.js → chunk-CHUOCTRP.js} +2 -2
  93. package/chunks/{chunk-LC3QKFGF.js → chunk-FJVSOGTY.js} +1 -1
  94. package/chunks/{chunk-62OUFTLX.js → chunk-JMFMBWLB.js} +5 -5
  95. package/chunks/{chunk-RDQJSWRC.js → chunk-JWF5EKM2.js} +1 -1
  96. package/chunks/{chunk-X5HMM3LD.js → chunk-SA2IY5LN.js} +1 -1
  97. package/chunks/{chunk-FESC3CF3.js → chunk-USMLAPA7.js} +21 -29
  98. package/chunks/{chunk-E4FJHD5R.js → chunk-WAMSK4A3.js} +1 -1
  99. package/chunks/{chunk-QGV62GWS.js → chunk-Y2LIJQVY.js} +2 -2
  100. package/node/@aws-s3/index.js +6 -6
  101. package/node/@aws-s3/storage/directory/index.js +4 -4
  102. package/node/@aws-s3/storage/file/index.js +7 -7
  103. package/node/@aws-s3/storage/index.js +6 -6
  104. package/node/@google-cloud/index.js +9 -9
  105. package/node/@google-cloud/storage/bucket/index.js +4 -4
  106. package/node/@google-cloud/storage/directory/index.js +4 -4
  107. package/node/@google-cloud/storage/file/index.js +12 -12
  108. package/node/@google-cloud/storage/index.js +11 -11
  109. package/node/cloud-storage/index.js +16 -16
  110. package/node/cloud-storage/operations/index.js +21 -21
  111. package/node/files/index.js +3 -3
  112. package/node/ftps/directory/index.js +4 -4
  113. package/node/ftps/file/index.js +7 -7
  114. package/node/ftps/index.js +5 -5
  115. package/node/images/index.js +8 -8
  116. package/node/images/transform/index.js +8 -8
  117. package/node/sftp/directory/index.js +4 -4
  118. package/node/sftp/file/index.js +7 -7
  119. package/node/sftp/index.js +5 -5
  120. package/package.json +1 -1
  121. package/chunks/{chunk-FYYLWTSR.js → chunk-4OK2UH4M.js} +3 -3
  122. package/chunks/{chunk-2GM4JNN6.js → chunk-646NPVCJ.js} +11 -11
  123. package/chunks/{chunk-IWZAUQGO.js → chunk-6T7A6ZNA.js} +6 -6
  124. package/chunks/{chunk-E3TOIVFR.js → chunk-74CFPDKM.js} +3 -3
  125. package/chunks/{chunk-WVZLCXVN.js → chunk-7KSMK42F.js} +3 -3
  126. package/chunks/{chunk-CATUHE6P.js → chunk-AIC5YAJU.js} +3 -3
  127. package/chunks/{chunk-INGSSBWK.js → chunk-DEQWCMAL.js} +6 -6
  128. package/chunks/{chunk-KBFSUJ57.js → chunk-JSW6R3ZH.js} +6 -6
  129. package/chunks/{chunk-7YW5HL6N.js → chunk-KIONYWA7.js} +3 -3
  130. package/chunks/{chunk-RLE5EX57.js → chunk-M72MN5UQ.js} +8 -8
  131. package/chunks/{chunk-S32K7POB.js → chunk-OVG5RGI3.js} +4 -4
  132. package/chunks/{chunk-X7HEBG3G.js → chunk-Q3WTFQUX.js} +22 -22
  133. package/chunks/{chunk-FR5H2OCV.js → chunk-UFKH5WD2.js} +3 -3
  134. package/chunks/{chunk-QJMBTRGK.js → chunk-UXEKCYL7.js} +3 -3
  135. package/chunks/{chunk-2KT7AKRW.js → chunk-WH6BPDAC.js} +3 -3
  136. package/chunks/{chunk-XMTCLFKS.js → chunk-WYQI4224.js} +9 -9
@@ -1,6 +1,6 @@
1
1
  import {
2
- move_file_exports
3
- } from "./chunk-646R6BQZ.js";
2
+ remove_dir_exports
3
+ } from "./chunk-CA3UPHYO.js";
4
4
  import {
5
5
  remove_file_exports
6
6
  } from "./chunk-H4LW6FP3.js";
@@ -13,24 +13,24 @@ import {
13
13
  import {
14
14
  copy_dir_exports
15
15
  } from "./chunk-6NLNUGBI.js";
16
- import {
17
- copy_file_exports
18
- } from "./chunk-OA7Y2A5T.js";
19
16
  import {
20
17
  download_file_exports
21
18
  } from "./chunk-EOTOFHUR.js";
19
+ import {
20
+ copy_file_exports
21
+ } from "./chunk-OA7Y2A5T.js";
22
22
  import {
23
23
  exists_file_exports
24
24
  } from "./chunk-24ZUWYIR.js";
25
25
  import {
26
26
  list_dir_exports
27
27
  } from "./chunk-DPQRXSZH.js";
28
- import {
29
- remove_dir_exports
30
- } from "./chunk-CA3UPHYO.js";
31
28
  import {
32
29
  move_dir_exports
33
30
  } from "./chunk-FS6LRTDK.js";
31
+ import {
32
+ move_file_exports
33
+ } from "./chunk-646R6BQZ.js";
34
34
  import {
35
35
  __export
36
36
  } from "./chunk-WSFCRVEQ.js";
@@ -1,7 +1,3 @@
1
- import {
2
- random,
3
- randomInt
4
- } from "./chunk-D3ERTRDW.js";
5
1
  import {
6
2
  randomHash,
7
3
  randomHashPattern,
@@ -11,6 +7,10 @@ import {
11
7
  hexChars,
12
8
  randomHexChar
13
9
  } from "./chunk-OGBUSUE6.js";
10
+ import {
11
+ random,
12
+ randomInt
13
+ } from "./chunk-D3ERTRDW.js";
14
14
 
15
15
  // src/agnostic/random/index.ts
16
16
  var Random;
@@ -1,57 +1,57 @@
1
1
  import {
2
- flop
3
- } from "./chunk-YA2YCZUF.js";
2
+ flip
3
+ } from "./chunk-WNDMYNDU.js";
4
4
  import {
5
5
  hue,
6
6
  isHueOperationParams
7
7
  } from "./chunk-DJJBT23A.js";
8
- import {
9
- isLightenOperationParams,
10
- lighten
11
- } from "./chunk-LIV7TJ46.js";
12
8
  import {
13
9
  isLevelOperationParams,
14
10
  level
15
11
  } from "./chunk-IFH5LQHA.js";
16
12
  import {
17
- isNormalizeOperationParams,
18
- normalize
19
- } from "./chunk-BHEWHO2M.js";
13
+ isLightenOperationParams,
14
+ lighten
15
+ } from "./chunk-LIV7TJ46.js";
16
+ import {
17
+ isResizeOperationParams,
18
+ resize
19
+ } from "./chunk-DL5G2SYX.js";
20
20
  import {
21
21
  isRotateOperationParams,
22
22
  rotate
23
23
  } from "./chunk-5OZAL6GW.js";
24
+ import {
25
+ isNormalizeOperationParams,
26
+ normalize
27
+ } from "./chunk-BHEWHO2M.js";
24
28
  import {
25
29
  isSaturateOperationParams,
26
30
  saturate
27
31
  } from "./chunk-DOASQI7Y.js";
28
32
  import {
29
- isResizeOperationParams,
30
- resize
31
- } from "./chunk-DL5G2SYX.js";
32
- import {
33
- extend,
34
- isExtendOperationParams
35
- } from "./chunk-5EY3BYMT.js";
33
+ blur,
34
+ isBlurOperationParams
35
+ } from "./chunk-5D472NLE.js";
36
36
  import {
37
37
  brighten,
38
38
  isBrightenOperationParams
39
39
  } from "./chunk-GZDDL6RB.js";
40
- import {
41
- blur,
42
- isBlurOperationParams
43
- } from "./chunk-5D472NLE.js";
44
40
  import {
45
41
  extract,
46
42
  isExtractOperationParams
47
43
  } from "./chunk-OVLFK3C3.js";
44
+ import {
45
+ extend,
46
+ isExtendOperationParams
47
+ } from "./chunk-5EY3BYMT.js";
48
48
  import {
49
49
  flatten,
50
50
  isFlattenOperationParams
51
51
  } from "./chunk-CLZY2DXU.js";
52
52
  import {
53
- flip
54
- } from "./chunk-WNDMYNDU.js";
53
+ flop
54
+ } from "./chunk-YA2YCZUF.js";
55
55
  import {
56
56
  Outcome
57
57
  } from "./chunk-JMU5PDBD.js";
@@ -1,12 +1,12 @@
1
+ import {
2
+ Window
3
+ } from "./chunk-RLJOYG64.js";
1
4
  import {
2
5
  detectRuntime
3
6
  } from "./chunk-S2NMAH7K.js";
4
7
  import {
5
8
  Types
6
9
  } from "./chunk-LV2VMOWR.js";
7
- import {
8
- Window
9
- } from "./chunk-RLJOYG64.js";
10
10
 
11
11
  // src/agnostic/misc/crossenv/index.ts
12
12
  var Crossenv;
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  get_metadata_exports
3
3
  } from "./chunk-ZNA7SWFK.js";
4
- import {
5
- list_exports
6
- } from "./chunk-37TRFYZT.js";
7
4
  import {
8
5
  remove_dir_exports
9
6
  } from "./chunk-QLDN574K.js";
7
+ import {
8
+ list_exports
9
+ } from "./chunk-37TRFYZT.js";
10
10
  import {
11
11
  move_dir_exports
12
12
  } from "./chunk-BWYH445G.js";
@@ -1,9 +1,9 @@
1
- import {
2
- unknownToString
3
- } from "./chunk-FENXVJYO.js";
4
1
  import {
5
2
  Register
6
3
  } from "./chunk-QHLQVR3E.js";
4
+ import {
5
+ unknownToString
6
+ } from "./chunk-FENXVJYO.js";
7
7
 
8
8
  // src/agnostic/errors/index.ts
9
9
  var Errors;
@@ -1,9 +1,9 @@
1
- import {
2
- array
3
- } from "./chunk-QAQZEKIF.js";
4
1
  import {
5
2
  nullFunc
6
3
  } from "./chunk-QAVYONH6.js";
4
+ import {
5
+ array
6
+ } from "./chunk-QAQZEKIF.js";
7
7
  import {
8
8
  Serialize
9
9
  } from "./chunk-SXRWMH3U.js";
@@ -25,15 +25,18 @@ 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
+ import {
38
+ Outcome
39
+ } from "./chunk-JMU5PDBD.js";
37
40
  import {
38
41
  replaceAll
39
42
  } from "./chunk-ZTDVUXPR.js";
@@ -41,9 +44,6 @@ import {
41
44
  trimEnd,
42
45
  trimStart
43
46
  } from "./chunk-6XL25OZX.js";
44
- import {
45
- Outcome
46
- } from "./chunk-JMU5PDBD.js";
47
47
  import {
48
48
  Window
49
49
  } from "./chunk-RLJOYG64.js";