@design-edito/tools 0.5.6 → 0.5.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 (97) hide show
  1. package/agnostic/arrays/index.d.ts +2 -2
  2. package/agnostic/arrays/index.js +2 -2
  3. package/agnostic/colors/index.d.ts +2 -2
  4. package/agnostic/colors/index.js +2 -2
  5. package/agnostic/css/index.d.ts +1 -1
  6. package/agnostic/css/index.js +1 -1
  7. package/agnostic/html/hyper-json/smart-tags/coalesced/index.d.ts +10 -10
  8. package/agnostic/html/hyper-json/smart-tags/coalesced/index.js +10 -10
  9. package/agnostic/html/hyper-json/smart-tags/isolated/index.d.ts +2 -2
  10. package/agnostic/html/hyper-json/smart-tags/isolated/index.js +2 -2
  11. package/agnostic/html/index.d.ts +1 -1
  12. package/agnostic/html/index.js +1 -1
  13. package/agnostic/index.d.ts +5 -4
  14. package/agnostic/index.js +5 -4
  15. package/agnostic/misc/index.d.ts +3 -3
  16. package/agnostic/misc/index.js +3 -3
  17. package/agnostic/numbers/index.d.ts +1 -1
  18. package/agnostic/numbers/index.js +1 -1
  19. package/agnostic/objects/index.d.ts +2 -2
  20. package/agnostic/objects/index.js +2 -2
  21. package/agnostic/strings/index.d.ts +1 -1
  22. package/agnostic/strings/index.js +1 -1
  23. package/agnostic/subtitles/index.d.ts +2 -0
  24. package/agnostic/subtitles/index.js +2 -0
  25. package/agnostic/subtitles/parse-srt/index.d.ts +17 -0
  26. package/agnostic/subtitles/parse-srt/index.js +67 -0
  27. package/agnostic/subtitles/parse-srt/index.test.d.ts +1 -0
  28. package/agnostic/subtitles/parse-srt/index.test.js +94 -0
  29. package/agnostic/subtitles/parse-srt/types.d.ts +22 -0
  30. package/agnostic/subtitles/parse-srt/types.js +1 -0
  31. package/agnostic/subtitles/srt-timecode-to-ms/index.d.ts +14 -0
  32. package/agnostic/subtitles/srt-timecode-to-ms/index.js +36 -0
  33. package/agnostic/subtitles/srt-timecode-to-ms/index.test.d.ts +1 -0
  34. package/agnostic/subtitles/srt-timecode-to-ms/index.test.js +44 -0
  35. package/components/BeforeAfter/index.controlled.d.ts +5 -4
  36. package/components/BeforeAfter/index.controlled.js +6 -6
  37. package/components/Drawer/index.d.ts +3 -1
  38. package/components/Drawer/index.js +5 -2
  39. package/components/Iframe/index.d.ts +4 -0
  40. package/components/Iframe/index.js +8 -1
  41. package/components/Input/index.d.ts +4 -0
  42. package/components/Input/index.js +9 -1
  43. package/components/ListLoader/index.controlled.d.ts +11 -3
  44. package/components/ListLoader/index.controlled.js +6 -3
  45. package/components/ListLoader/index.d.ts +1 -1
  46. package/components/ListLoader/index.js +2 -2
  47. package/components/ResizeObserver/index.d.ts +6 -1
  48. package/components/ResizeObserver/index.js +7 -2
  49. package/components/Scrllgngn/index.d.ts +37 -7
  50. package/components/Scrllgngn/index.js +81 -24
  51. package/components/Scrllgngn/styles.module.css +30 -5
  52. package/components/Scrllgngn/utils.d.ts +87 -4
  53. package/components/Scrllgngn/utils.js +142 -8
  54. package/components/ScrollListener/index.d.ts +12 -3
  55. package/components/ScrollListener/index.js +12 -3
  56. package/components/Select/index.d.ts +4 -0
  57. package/components/Select/index.js +9 -1
  58. package/components/Sequencer/index.d.ts +10 -1
  59. package/components/Sequencer/index.js +7 -3
  60. package/components/ShadowRoot/index.d.ts +4 -0
  61. package/components/ShadowRoot/index.js +5 -1
  62. package/components/Subtitles/index.d.ts +53 -62
  63. package/components/Subtitles/index.js +90 -158
  64. package/components/Subtitles/utils.d.ts +60 -0
  65. package/components/Subtitles/utils.js +76 -0
  66. package/components/Textarea/index.d.ts +4 -0
  67. package/components/Textarea/index.js +9 -1
  68. package/components/Video/index.controlled.d.ts +13 -2
  69. package/components/Video/index.controlled.js +37 -6
  70. package/components/Video/index.d.ts +47 -9
  71. package/components/Video/index.js +71 -20
  72. package/components/Video/utils.d.ts +14 -0
  73. package/components/Video/utils.js +18 -0
  74. package/components/index.d.ts +5 -5
  75. package/components/index.js +5 -5
  76. package/components/utils/types.d.ts +32 -0
  77. package/index.d.ts +1 -1
  78. package/index.js +1 -1
  79. package/node/@aws-s3/storage/directory/index.d.ts +1 -1
  80. package/node/@aws-s3/storage/directory/index.js +1 -1
  81. package/node/@aws-s3/storage/file/index.d.ts +1 -1
  82. package/node/@aws-s3/storage/file/index.js +1 -1
  83. package/node/@google-cloud/storage/directory/index.d.ts +1 -1
  84. package/node/@google-cloud/storage/directory/index.js +1 -1
  85. package/node/@google-cloud/storage/file/index.d.ts +3 -3
  86. package/node/@google-cloud/storage/file/index.js +3 -3
  87. package/node/cloud-storage/operations/index.d.ts +2 -2
  88. package/node/cloud-storage/operations/index.js +2 -2
  89. package/node/images/index.d.ts +1 -1
  90. package/node/images/index.js +1 -1
  91. package/node/images/transform/operations/index.d.ts +5 -5
  92. package/node/images/transform/operations/index.js +5 -5
  93. package/node/index.d.ts +1 -1
  94. package/node/index.js +1 -1
  95. package/node/sftp/file/index.d.ts +1 -1
  96. package/node/sftp/file/index.js +1 -1
  97. package/package.json +26 -1
package/index.js CHANGED
@@ -1,3 +1,3 @@
1
1
  export * as agnostic from './agnostic/index.js'
2
- export * as components from './components/index.js'
3
2
  export * as node from './node/index.js'
3
+ export * as components from './components/index.js'
@@ -1,4 +1,4 @@
1
- export * as list from './list/index.js'
2
1
  export * as copyDir from './copy-dir/index.js'
2
+ export * as list from './list/index.js'
3
3
  export * as moveDir from './move-dir/index.js'
4
4
  export * as removeDir from './remove-dir/index.js'
@@ -1,4 +1,4 @@
1
- export * as list from './list/index.js'
2
1
  export * as copyDir from './copy-dir/index.js'
2
+ export * as list from './list/index.js'
3
3
  export * as moveDir from './move-dir/index.js'
4
4
  export * as removeDir from './remove-dir/index.js'
@@ -1,7 +1,7 @@
1
1
  export * as copy from './copy/index.js'
2
2
  export * as download from './download/index.js'
3
3
  export * as exists from './exists/index.js'
4
- export * as move from './move/index.js'
5
4
  export * as remove from './remove/index.js'
6
5
  export * as stat from './stat/index.js'
6
+ export * as move from './move/index.js'
7
7
  export * as upload from './upload/index.js'
@@ -1,7 +1,7 @@
1
1
  export * as copy from './copy/index.js'
2
2
  export * as download from './download/index.js'
3
3
  export * as exists from './exists/index.js'
4
- export * as move from './move/index.js'
5
4
  export * as remove from './remove/index.js'
6
5
  export * as stat from './stat/index.js'
6
+ export * as move from './move/index.js'
7
7
  export * as upload from './upload/index.js'
@@ -1,4 +1,4 @@
1
- export * as copyDir from './copy-dir/index.js'
2
1
  export * as list from './list/index.js'
2
+ export * as copyDir from './copy-dir/index.js'
3
3
  export * as moveDir from './move-dir/index.js'
4
4
  export * as removeDir from './remove-dir/index.js'
@@ -1,4 +1,4 @@
1
- export * as copyDir from './copy-dir/index.js'
2
1
  export * as list from './list/index.js'
2
+ export * as copyDir from './copy-dir/index.js'
3
3
  export * as moveDir from './move-dir/index.js'
4
4
  export * as removeDir from './remove-dir/index.js'
@@ -1,12 +1,12 @@
1
1
  export * as copy from './copy/index.js'
2
2
  export * as exists from './exists/index.js'
3
- export * as download from './download/index.js'
4
3
  export * as generateSignedUrl from './generate-signed-url/index.js'
5
4
  export * as getMetadata from './get-metadata/index.js'
6
5
  export * as getPermissions from './get-permissions/index.js'
7
- export * as remove from './remove/index.js'
8
6
  export * as move from './move/index.js'
9
- export * as revokeSignedUrls from './revoke-signed-urls/index.js'
7
+ export * as download from './download/index.js'
8
+ export * as remove from './remove/index.js'
10
9
  export * as stat from './stat/index.js'
10
+ export * as revokeSignedUrls from './revoke-signed-urls/index.js'
11
11
  export * as updateMetadata from './update-metadata/index.js'
12
12
  export * as upload from './upload/index.js'
@@ -1,12 +1,12 @@
1
1
  export * as copy from './copy/index.js'
2
2
  export * as exists from './exists/index.js'
3
- export * as download from './download/index.js'
4
3
  export * as generateSignedUrl from './generate-signed-url/index.js'
5
4
  export * as getMetadata from './get-metadata/index.js'
6
5
  export * as getPermissions from './get-permissions/index.js'
7
- export * as remove from './remove/index.js'
8
6
  export * as move from './move/index.js'
9
- export * as revokeSignedUrls from './revoke-signed-urls/index.js'
7
+ export * as download from './download/index.js'
8
+ export * as remove from './remove/index.js'
10
9
  export * as stat from './stat/index.js'
10
+ export * as revokeSignedUrls from './revoke-signed-urls/index.js'
11
11
  export * as updateMetadata from './update-metadata/index.js'
12
12
  export * as upload from './upload/index.js'
@@ -1,10 +1,10 @@
1
1
  export * as copyDir from './copy-dir/index.js'
2
2
  export * as copyFile from './copy-file/index.js'
3
- export * as existsFile from './exists-file/index.js'
4
3
  export * as downloadFile from './download-file/index.js'
4
+ export * as existsFile from './exists-file/index.js'
5
5
  export * as listDir from './list-dir/index.js'
6
- export * as moveDir from './move-dir/index.js'
7
6
  export * as moveFile from './move-file/index.js'
7
+ export * as moveDir from './move-dir/index.js'
8
8
  export * as removeDir from './remove-dir/index.js'
9
9
  export * as removeFile from './remove-file/index.js'
10
10
  export * as statFile from './stat-file/index.js'
@@ -1,10 +1,10 @@
1
1
  export * as copyDir from './copy-dir/index.js'
2
2
  export * as copyFile from './copy-file/index.js'
3
- export * as existsFile from './exists-file/index.js'
4
3
  export * as downloadFile from './download-file/index.js'
4
+ export * as existsFile from './exists-file/index.js'
5
5
  export * as listDir from './list-dir/index.js'
6
- export * as moveDir from './move-dir/index.js'
7
6
  export * as moveFile from './move-file/index.js'
7
+ export * as moveDir from './move-dir/index.js'
8
8
  export * as removeDir from './remove-dir/index.js'
9
9
  export * as removeFile from './remove-file/index.js'
10
10
  export * as statFile from './stat-file/index.js'
@@ -1,5 +1,5 @@
1
1
  export * as format from './format/index.js'
2
- export * as create from './create/index.js'
3
2
  export * as metadata from './metadata/index.js'
4
3
  export * as transform from './transform/index.js'
5
4
  export * as utils from './utils/index.js'
5
+ export * as create from './create/index.js'
@@ -1,5 +1,5 @@
1
1
  export * as format from './format/index.js'
2
- export * as create from './create/index.js'
3
2
  export * as metadata from './metadata/index.js'
4
3
  export * as transform from './transform/index.js'
5
4
  export * as utils from './utils/index.js'
5
+ export * as create from './create/index.js'
@@ -1,15 +1,15 @@
1
- export * as blur from './blur/index.js'
2
1
  export * as brighten from './brighten/index.js'
2
+ export * as blur from './blur/index.js'
3
3
  export * as extend from './extend/index.js'
4
- export * as extract from './extract/index.js'
5
4
  export * as flatten from './flatten/index.js'
5
+ export * as extract from './extract/index.js'
6
6
  export * as flip from './flip/index.js'
7
7
  export * as flop from './flop/index.js'
8
- export * as hue from './hue/index.js'
9
8
  export * as level from './level/index.js'
10
- export * as lighten from './lighten/index.js'
9
+ export * as hue from './hue/index.js'
11
10
  export * as normalize from './normalize/index.js'
11
+ export * as lighten from './lighten/index.js'
12
12
  export * as overlay from './overlay/index.js'
13
13
  export * as resize from './resize/index.js'
14
- export * as rotate from './rotate/index.js'
15
14
  export * as saturate from './saturate/index.js'
15
+ export * as rotate from './rotate/index.js'
@@ -1,15 +1,15 @@
1
- export * as blur from './blur/index.js'
2
1
  export * as brighten from './brighten/index.js'
2
+ export * as blur from './blur/index.js'
3
3
  export * as extend from './extend/index.js'
4
- export * as extract from './extract/index.js'
5
4
  export * as flatten from './flatten/index.js'
5
+ export * as extract from './extract/index.js'
6
6
  export * as flip from './flip/index.js'
7
7
  export * as flop from './flop/index.js'
8
- export * as hue from './hue/index.js'
9
8
  export * as level from './level/index.js'
10
- export * as lighten from './lighten/index.js'
9
+ export * as hue from './hue/index.js'
11
10
  export * as normalize from './normalize/index.js'
11
+ export * as lighten from './lighten/index.js'
12
12
  export * as overlay from './overlay/index.js'
13
13
  export * as resize from './resize/index.js'
14
- export * as rotate from './rotate/index.js'
15
14
  export * as saturate from './saturate/index.js'
15
+ export * as rotate from './rotate/index.js'
package/node/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  export * as awsS3 from './@aws-s3/index.js'
2
- export * as express from './@express/index.js'
3
2
  export * as designEdito from './@design-edito/index.js'
3
+ export * as express from './@express/index.js'
4
4
  export * as googleCloud from './@google-cloud/index.js'
5
5
  export * as cloudStorage from './cloud-storage/index.js'
6
6
  export * as encryption from './encryption/index.js'
package/node/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export * as awsS3 from './@aws-s3/index.js'
2
- export * as express from './@express/index.js'
3
2
  export * as designEdito from './@design-edito/index.js'
3
+ export * as express from './@express/index.js'
4
4
  export * as googleCloud from './@google-cloud/index.js'
5
5
  export * as cloudStorage from './cloud-storage/index.js'
6
6
  export * as encryption from './encryption/index.js'
@@ -1,5 +1,5 @@
1
- export * as download from './download/index.js'
2
1
  export * as copy from './copy/index.js'
2
+ export * as download from './download/index.js'
3
3
  export * as exists from './exists/index.js'
4
4
  export * as move from './move/index.js'
5
5
  export * as remove from './remove/index.js'
@@ -1,5 +1,5 @@
1
- export * as download from './download/index.js'
2
1
  export * as copy from './copy/index.js'
2
+ export * as download from './download/index.js'
3
3
  export * as exists from './exists/index.js'
4
4
  export * as move from './move/index.js'
5
5
  export * as remove from './remove/index.js'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@design-edito/tools",
3
- "version": "0.5.6",
3
+ "version": "0.5.8",
4
4
  "description": "",
5
5
  "author": "Maxime Fabas",
6
6
  "license": "ISC",
@@ -1275,6 +1275,31 @@
1275
1275
  "./agnostic/strings/trim/index.js": {
1276
1276
  "import": "./agnostic/strings/trim/index.js"
1277
1277
  },
1278
+ "./agnostic/subtitles": {
1279
+ "import": "./agnostic/subtitles/index.js",
1280
+ "types": "./agnostic/subtitles/index.d.ts"
1281
+ },
1282
+ "./agnostic/subtitles/index.js": {
1283
+ "import": "./agnostic/subtitles/index.js"
1284
+ },
1285
+ "./agnostic/subtitles/parse-srt": {
1286
+ "import": "./agnostic/subtitles/parse-srt/index.js",
1287
+ "types": "./agnostic/subtitles/parse-srt/index.d.ts"
1288
+ },
1289
+ "./agnostic/subtitles/parse-srt/index.js": {
1290
+ "import": "./agnostic/subtitles/parse-srt/index.js"
1291
+ },
1292
+ "./agnostic/subtitles/parse-srt/types.js": {
1293
+ "import": "./agnostic/subtitles/parse-srt/types.js",
1294
+ "types": "./agnostic/subtitles/parse-srt/types.d.ts"
1295
+ },
1296
+ "./agnostic/subtitles/srt-timecode-to-ms": {
1297
+ "import": "./agnostic/subtitles/srt-timecode-to-ms/index.js",
1298
+ "types": "./agnostic/subtitles/srt-timecode-to-ms/index.d.ts"
1299
+ },
1300
+ "./agnostic/subtitles/srt-timecode-to-ms/index.js": {
1301
+ "import": "./agnostic/subtitles/srt-timecode-to-ms/index.js"
1302
+ },
1278
1303
  "./agnostic/time": {
1279
1304
  "import": "./agnostic/time/index.js",
1280
1305
  "types": "./agnostic/time/index.d.ts"