@loftyshaky/shared-app 1.1.0 → 1.2.0

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 (330) hide show
  1. package/LICENSE.md +21 -0
  2. package/_locales/de/messages.json +1 -1
  3. package/_locales/en/messages.json +44 -20
  4. package/_locales/ru/messages.json +6 -18
  5. package/announcement.d.ts +2 -2
  6. package/announcement.js +5 -1
  7. package/app.d.ts +1 -5
  8. package/app.js +5 -1
  9. package/chunk-main.js +22 -0
  10. package/chunk-main2.js +5 -0
  11. package/chunk-main3.js +5 -0
  12. package/chunk-main4.js +5 -0
  13. package/chunk-pickr.min.js +5 -0
  14. package/dependencies.d.ts +2 -0
  15. package/dependencies.js +5 -0
  16. package/dependencies.txt +863 -0
  17. package/ext.d.ts +1 -5
  18. package/ext.js +5 -1
  19. package/fonts/NotoSans-Regular.ttf +0 -0
  20. package/globals.d.ts +49 -0
  21. package/html/dependencies.html +13 -0
  22. package/index.d.ts +3 -3
  23. package/index.js +5 -1
  24. package/inputs.d.ts +2 -2
  25. package/inputs.js +5 -1
  26. package/js/apps.js +63 -63
  27. package/js/dependencies.js +56 -0
  28. package/js/package/plugins/rollup-plugin-copy.js +169 -169
  29. package/js/package/plugins/watcher.js +56 -56
  30. package/js/package/terser.js +18 -18
  31. package/js/task_scheduler.js +39 -39
  32. package/js/tsc_alias.js +19 -0
  33. package/js/webpack.config.js +26 -3
  34. package/package.json +1 -1
  35. package/scss/dependencies/body.scss +3 -0
  36. package/scss/dependencies/hr.scss +3 -0
  37. package/scss/dependencies/index.scss +5 -0
  38. package/scss/dependencies/links.scss +3 -0
  39. package/scss/dependencies/main.scss +3 -0
  40. package/scss/settings/transitions.scss +1 -1
  41. package/scss/shared/checkboxes.scss +2 -2
  42. package/scss/shared/close_btn.scss +1 -1
  43. package/scss/shared/embed/error.scss +2 -2
  44. package/scss/shared/embed/font_face.scss +1 -2
  45. package/scss/shared/inputs.scss +4 -1
  46. package/scss/shared/inset_border.scss +1 -4
  47. package/scss/shared/mixins.scss +11 -7
  48. package/scss/shared/mods.scss +1 -3
  49. package/scss/shared/selects.scss +8 -2
  50. package/scss/shared/themes/colors/aqua.scss +15 -6
  51. package/scss/shared/themes/colors/dark.scss +5 -1
  52. package/scss/shared/themes/colors/lavender.scss +19 -6
  53. package/scss/shared/themes/colors/light.scss +5 -1
  54. package/scss/shared/themes/colors/very_dark.scss +5 -1
  55. package/scss/shared/themes/general/template.scss +16 -10
  56. package/scss/shared/themes/general/template_focus.scss +6 -4
  57. package/scss/shared/transitions.scss +1 -1
  58. package/scss/shared/upload_box.scss +2 -3
  59. package/scss/shared/vars.scss +9 -3
  60. package/settings.d.ts +2 -2
  61. package/settings.js +5 -1
  62. package/ts/announcement/components/body.d.ts +2 -3
  63. package/ts/announcement/components/index.d.ts +1 -1
  64. package/ts/announcement/internal.d.ts +2 -3
  65. package/ts/announcement/scripts/display.d.ts +6 -6
  66. package/ts/announcement/scripts/index.d.ts +1 -2
  67. package/ts/dependencies/components/body.d.ts +2 -0
  68. package/ts/dependencies/components/index.d.ts +1 -0
  69. package/ts/dependencies/internal.d.ts +2 -0
  70. package/ts/dependencies/scripts/dependencies.d.ts +7 -0
  71. package/ts/dependencies/scripts/index.d.ts +1 -0
  72. package/ts/error_modules/crash_handler/components/body.d.ts +52 -52
  73. package/ts/error_modules/crash_handler/components/index.d.ts +1 -1
  74. package/ts/error_modules/crash_handler/components/prop_types/body.d.ts +4 -4
  75. package/ts/error_modules/crash_handler/components/prop_types/index.d.ts +1 -1
  76. package/ts/error_modules/crash_handler/data/index.d.ts +1 -1
  77. package/ts/error_modules/crash_handler/data/visibility.d.ts +7 -7
  78. package/ts/error_modules/crash_handler/scripts/index.d.ts +1 -1
  79. package/ts/error_modules/crash_handler/scripts/page.d.ts +6 -6
  80. package/ts/error_modules/css/scripts/index.d.ts +1 -1
  81. package/ts/error_modules/css/scripts/main.d.ts +8 -8
  82. package/ts/error_modules/error/components/body.d.ts +3 -3
  83. package/ts/error_modules/error/components/close_btn.d.ts +2 -2
  84. package/ts/error_modules/error/components/ext_name.d.ts +2 -2
  85. package/ts/error_modules/error/components/index.d.ts +6 -6
  86. package/ts/error_modules/error/components/keep_visible_msg.d.ts +2 -2
  87. package/ts/error_modules/error/components/msg.d.ts +2 -2
  88. package/ts/error_modules/error/components/progress.d.ts +2 -2
  89. package/ts/error_modules/error/components/prop_types/body.d.ts +5 -5
  90. package/ts/error_modules/error/components/prop_types/index.d.ts +1 -1
  91. package/ts/error_modules/error/data/index.d.ts +4 -4
  92. package/ts/error_modules/error/data/main.d.ts +11 -11
  93. package/ts/error_modules/error/data/msg.d.ts +13 -13
  94. package/ts/error_modules/error/data/progress.d.ts +17 -17
  95. package/ts/error_modules/error/data/state.d.ts +25 -25
  96. package/ts/error_modules/error/interfaces/error.d.ts +6 -6
  97. package/ts/error_modules/error/interfaces/error_obj.d.ts +6 -6
  98. package/ts/error_modules/error/interfaces/index.d.ts +7 -7
  99. package/ts/error_modules/error/interfaces/notification_type.d.ts +1 -1
  100. package/ts/error_modules/error/interfaces/observable_keys.d.ts +1 -1
  101. package/ts/error_modules/error/interfaces/show_error.d.ts +11 -11
  102. package/ts/error_modules/error/interfaces/show_unable_to_access_settings_error.d.ts +5 -5
  103. package/ts/error_modules/error/interfaces/timeout_observable_keys.d.ts +1 -1
  104. package/ts/error_modules/error/scripts/flash.d.ts +11 -11
  105. package/ts/error_modules/error/scripts/globals.d.ts +1 -12
  106. package/ts/error_modules/error/scripts/index.d.ts +3 -3
  107. package/ts/error_modules/error/scripts/notification.d.ts +8 -8
  108. package/ts/error_modules/init.d.ts +1 -1
  109. package/ts/error_modules/internal.d.ts +11 -11
  110. package/ts/inputs/color/components/body.d.ts +3 -3
  111. package/ts/inputs/color/components/color_picker.d.ts +3 -3
  112. package/ts/inputs/color/components/fill_shadow.d.ts +3 -3
  113. package/ts/inputs/color/components/index.d.ts +4 -4
  114. package/ts/inputs/color/components/prop_types/body.d.ts +4 -4
  115. package/ts/inputs/color/components/prop_types/color_picker.d.ts +7 -7
  116. package/ts/inputs/color/components/prop_types/fill_shadow.d.ts +5 -5
  117. package/ts/inputs/color/components/prop_types/index.d.ts +4 -4
  118. package/ts/inputs/color/components/prop_types/visualization.d.ts +6 -6
  119. package/ts/inputs/color/components/visualization.d.ts +3 -3
  120. package/ts/inputs/color/data/color.d.ts +54 -54
  121. package/ts/inputs/color/data/index.d.ts +2 -2
  122. package/ts/inputs/color/data/visibility.d.ts +38 -38
  123. package/ts/inputs/color/interfaces/color.d.ts +1 -1
  124. package/ts/inputs/color/interfaces/color_picker_state.d.ts +6 -6
  125. package/ts/inputs/color/interfaces/color_picker_state_one.d.ts +5 -5
  126. package/ts/inputs/color/interfaces/i.d.ts +1 -1
  127. package/ts/inputs/color/interfaces/index.d.ts +4 -4
  128. package/ts/inputs/color/obj/color.d.ts +54 -54
  129. package/ts/inputs/color/obj/index.d.ts +1 -1
  130. package/ts/inputs/color/scripts/color_picker.d.ts +20 -20
  131. package/ts/inputs/color/scripts/index.d.ts +2 -2
  132. package/ts/inputs/color/scripts/position.d.ts +7 -7
  133. package/ts/inputs/components/btn.d.ts +3 -3
  134. package/ts/inputs/components/checkbox.d.ts +3 -3
  135. package/ts/inputs/components/file.d.ts +3 -3
  136. package/ts/inputs/components/form.d.ts +3 -3
  137. package/ts/inputs/components/group.d.ts +3 -3
  138. package/ts/inputs/components/help.d.ts +3 -3
  139. package/ts/inputs/components/help_btn.d.ts +3 -3
  140. package/ts/inputs/components/hr.d.ts +3 -3
  141. package/ts/inputs/components/icon_btn.d.ts +3 -3
  142. package/ts/inputs/components/index.d.ts +25 -25
  143. package/ts/inputs/components/input_error.d.ts +3 -3
  144. package/ts/inputs/components/input_item.d.ts +3 -3
  145. package/ts/inputs/components/label.d.ts +3 -3
  146. package/ts/inputs/components/label_in_input_item.d.ts +3 -3
  147. package/ts/inputs/components/link.d.ts +3 -3
  148. package/ts/inputs/components/link_btn.d.ts +3 -3
  149. package/ts/inputs/components/link_icon_btn.d.ts +3 -3
  150. package/ts/inputs/components/prop_types/btn.d.ts +4 -4
  151. package/ts/inputs/components/prop_types/checkbox.d.ts +4 -4
  152. package/ts/inputs/components/prop_types/file.d.ts +4 -4
  153. package/ts/inputs/components/prop_types/form.d.ts +5 -5
  154. package/ts/inputs/components/prop_types/group.d.ts +5 -5
  155. package/ts/inputs/components/prop_types/help.d.ts +4 -4
  156. package/ts/inputs/components/prop_types/help_btn.d.ts +4 -4
  157. package/ts/inputs/components/prop_types/hr.d.ts +4 -4
  158. package/ts/inputs/components/prop_types/icon_btn.d.ts +4 -4
  159. package/ts/inputs/components/prop_types/index.d.ts +25 -25
  160. package/ts/inputs/components/prop_types/input_error.d.ts +4 -4
  161. package/ts/inputs/components/prop_types/input_item.d.ts +7 -7
  162. package/ts/inputs/components/prop_types/label.d.ts +4 -4
  163. package/ts/inputs/components/prop_types/label_in_input_item.d.ts +4 -4
  164. package/ts/inputs/components/prop_types/link.d.ts +4 -4
  165. package/ts/inputs/components/prop_types/link_btn.d.ts +4 -4
  166. package/ts/inputs/components/prop_types/link_icon_btn.d.ts +5 -5
  167. package/ts/inputs/components/prop_types/range.d.ts +6 -6
  168. package/ts/inputs/components/prop_types/section.d.ts +4 -4
  169. package/ts/inputs/components/prop_types/section_btn.d.ts +7 -7
  170. package/ts/inputs/components/prop_types/section_content.d.ts +5 -5
  171. package/ts/inputs/components/prop_types/select.d.ts +6 -6
  172. package/ts/inputs/components/prop_types/text.d.ts +6 -6
  173. package/ts/inputs/components/prop_types/text_btn.d.ts +8 -8
  174. package/ts/inputs/components/prop_types/textarea.d.ts +6 -6
  175. package/ts/inputs/components/prop_types/upload_box.d.ts +5 -5
  176. package/ts/inputs/components/range.d.ts +3 -3
  177. package/ts/inputs/components/section.d.ts +3 -3
  178. package/ts/inputs/components/section_btn.d.ts +3 -3
  179. package/ts/inputs/components/section_content.d.ts +3 -3
  180. package/ts/inputs/components/select.d.ts +3 -3
  181. package/ts/inputs/components/text.d.ts +3 -3
  182. package/ts/inputs/components/text_btn.d.ts +3 -3
  183. package/ts/inputs/components/textarea.d.ts +3 -3
  184. package/ts/inputs/components/upload_box.d.ts +3 -3
  185. package/ts/inputs/data/help.d.ts +15 -15
  186. package/ts/inputs/data/index.d.ts +8 -8
  187. package/ts/inputs/data/input_error.d.ts +12 -12
  188. package/ts/inputs/data/input_width.d.ts +26 -26
  189. package/ts/inputs/data/labelIn_in_putI_iem.d.ts +9 -9
  190. package/ts/inputs/data/nested_input.d.ts +18 -18
  191. package/ts/inputs/data/text.d.ts +21 -21
  192. package/ts/inputs/data/upload_box.d.ts +24 -24
  193. package/ts/inputs/data/val.d.ts +41 -41
  194. package/ts/inputs/interfaces/btn_option.d.ts +9 -9
  195. package/ts/inputs/interfaces/icon_btns.d.ts +2 -2
  196. package/ts/inputs/interfaces/index.d.ts +9 -9
  197. package/ts/inputs/interfaces/input.d.ts +2 -2
  198. package/ts/inputs/interfaces/inputs.d.ts +2 -2
  199. package/ts/inputs/interfaces/links.d.ts +2 -2
  200. package/ts/inputs/interfaces/options.d.ts +2 -2
  201. package/ts/inputs/interfaces/sections.d.ts +2 -2
  202. package/ts/inputs/interfaces/state_cond.d.ts +4 -4
  203. package/ts/inputs/interfaces/text_btn.d.ts +7 -7
  204. package/ts/inputs/internal.d.ts +12 -12
  205. package/ts/inputs/obj/btn.d.ts +6 -6
  206. package/ts/inputs/obj/checkbox.d.ts +5 -5
  207. package/ts/inputs/obj/file.d.ts +9 -9
  208. package/ts/inputs/obj/form.d.ts +7 -7
  209. package/ts/inputs/obj/group.d.ts +6 -6
  210. package/ts/inputs/obj/hr.d.ts +5 -5
  211. package/ts/inputs/obj/icon_btn.d.ts +7 -7
  212. package/ts/inputs/obj/index.d.ts +18 -18
  213. package/ts/inputs/obj/input_base.d.ts +45 -45
  214. package/ts/inputs/obj/label.d.ts +5 -5
  215. package/ts/inputs/obj/link.d.ts +17 -16
  216. package/ts/inputs/obj/link_btn.d.ts +6 -6
  217. package/ts/inputs/obj/option.d.ts +6 -6
  218. package/ts/inputs/obj/range.d.ts +20 -20
  219. package/ts/inputs/obj/section.d.ts +31 -31
  220. package/ts/inputs/obj/select.d.ts +9 -9
  221. package/ts/inputs/obj/text.d.ts +18 -18
  222. package/ts/inputs/obj/textarea.d.ts +5 -5
  223. package/ts/inputs/obj/upload_box.d.ts +18 -18
  224. package/ts/inputs/scripts/index.d.ts +2 -2
  225. package/ts/inputs/scripts/resolve.d.ts +7 -7
  226. package/ts/inputs/scripts/upload_box.d.ts +8 -8
  227. package/ts/settings/components/body.d.ts +3 -3
  228. package/ts/settings/components/index.d.ts +1 -1
  229. package/ts/settings/components/prop_types/body.d.ts +8 -8
  230. package/ts/settings/components/prop_types/index.d.ts +1 -1
  231. package/ts/settings/data/back_up.d.ts +17 -17
  232. package/ts/settings/data/index.d.ts +2 -2
  233. package/ts/settings/data/sections.d.ts +43 -43
  234. package/ts/settings/developer_mode/data/index.d.ts +1 -1
  235. package/ts/settings/developer_mode/data/main.d.ts +13 -13
  236. package/ts/settings/init.d.ts +1 -1
  237. package/ts/settings/internal.d.ts +8 -8
  238. package/ts/settings/optional_permissions/data/index.d.ts +1 -1
  239. package/ts/settings/optional_permissions/data/main.d.ts +11 -11
  240. package/ts/settings/optional_permissions/interfaces/index.d.ts +1 -1
  241. package/ts/settings/optional_permissions/interfaces/optional_permission_checkbox_dict.d.ts +3 -3
  242. package/ts/settings/scripts/index.d.ts +1 -1
  243. package/ts/settings/scripts/theme.d.ts +12 -12
  244. package/ts/shared/app.d.ts +25 -25
  245. package/ts/shared/app_ext_globals.d.ts +1 -6
  246. package/ts/shared/app_version/components/body.d.ts +2 -2
  247. package/ts/shared/app_version/components/index.d.ts +1 -1
  248. package/ts/shared/css_vars/scripts/index.d.ts +1 -1
  249. package/ts/shared/css_vars/scripts/main.d.ts +18 -18
  250. package/ts/shared/data/data/index.d.ts +1 -1
  251. package/ts/shared/data/data/main.d.ts +1 -4
  252. package/ts/shared/data/interfaces/index.d.ts +1 -1
  253. package/ts/shared/data/interfaces/val.d.ts +2 -2
  254. package/ts/shared/ext.d.ts +28 -30
  255. package/ts/shared/functions.d.ts +3 -3
  256. package/ts/shared/globals.d.ts +1 -4
  257. package/ts/shared/header/scripts/index.d.ts +1 -0
  258. package/ts/{announcement/scripts/header.d.ts → shared/header/scripts/main.d.ts} +6 -6
  259. package/ts/shared/init.d.ts +1 -1
  260. package/ts/shared/internal.d.ts +40 -39
  261. package/ts/shared/loading_screen/components/body.d.ts +3 -3
  262. package/ts/shared/loading_screen/components/index.d.ts +1 -1
  263. package/ts/shared/loading_screen/components/prop_types/body.d.ts +5 -5
  264. package/ts/shared/loading_screen/components/prop_types/index.d.ts +1 -1
  265. package/ts/shared/loading_screen/data/index.d.ts +1 -1
  266. package/ts/shared/loading_screen/data/main.d.ts +12 -12
  267. package/ts/shared/loading_screen/scripts/index.d.ts +2 -2
  268. package/ts/shared/loading_screen/scripts/roots.d.ts +11 -11
  269. package/ts/shared/loading_screen/scripts/tr.d.ts +8 -8
  270. package/ts/shared/no_tr/scripts/index.d.ts +1 -1
  271. package/ts/shared/no_tr/scripts/main.d.ts +12 -12
  272. package/ts/shared/offers/components/body.d.ts +3 -3
  273. package/ts/shared/offers/components/counter.d.ts +2 -2
  274. package/ts/shared/offers/components/index.d.ts +6 -6
  275. package/ts/shared/offers/components/next_offer_btn.d.ts +2 -2
  276. package/ts/shared/offers/components/offer.d.ts +3 -3
  277. package/ts/shared/offers/components/previous_offer_btn.d.ts +2 -2
  278. package/ts/shared/offers/components/prop_types/body.d.ts +5 -5
  279. package/ts/shared/offers/components/prop_types/index.d.ts +2 -2
  280. package/ts/shared/offers/components/prop_types/offer.d.ts +4 -4
  281. package/ts/shared/offers/components/top_bar.d.ts +2 -2
  282. package/ts/shared/offers/data/index.d.ts +1 -1
  283. package/ts/shared/offers/data/main.d.ts +22 -22
  284. package/ts/shared/offers/interfaces/index.d.ts +1 -1
  285. package/ts/shared/offers/interfaces/offer_banner_type.d.ts +1 -1
  286. package/ts/shared/offers/obj/index.d.ts +1 -1
  287. package/ts/shared/offers/obj/offer.d.ts +12 -10
  288. package/ts/shared/offers/scripts/index.d.ts +1 -1
  289. package/ts/shared/offers/scripts/main.d.ts +8 -8
  290. package/ts/shared/schema/data/index.d.ts +1 -1
  291. package/ts/shared/schema/data/main.d.ts +12 -12
  292. package/ts/shared/schema/obj/index.d.ts +1 -1
  293. package/ts/shared/schema/obj/transform_item.d.ts +7 -7
  294. package/ts/shared/service_worker/scripts/index.d.ts +1 -1
  295. package/ts/shared/service_worker/scripts/main.d.ts +9 -9
  296. package/ts/shared/settings/data/index.d.ts +1 -1
  297. package/ts/shared/settings/data/main.d.ts +15 -15
  298. package/ts/shared/svg.d.ts +9 -9
  299. package/ts/shared/t.d.ts +36 -36
  300. package/ts/shared/tab_index/interfaces/index.d.ts +1 -1
  301. package/ts/shared/tab_index/interfaces/set_Input_type_event.d.ts +2 -2
  302. package/ts/shared/tab_index/scripts/index.d.ts +1 -1
  303. package/ts/shared/tab_index/scripts/main.d.ts +18 -18
  304. package/ts/shared/theme/scripts/index.d.ts +1 -1
  305. package/ts/shared/theme/scripts/main.d.ts +11 -11
  306. package/ts/shared/title/scripts/index.d.ts +1 -1
  307. package/ts/shared/title/scripts/main.d.ts +6 -6
  308. package/ts/shared/tr/components/base_tr.d.ts +9 -9
  309. package/ts/shared/tr/components/index.d.ts +1 -1
  310. package/ts/shared/tr/components/prop_types/base_tr.d.ts +13 -13
  311. package/ts/shared/tr/components/prop_types/index.d.ts +1 -1
  312. package/ts/shared/tr/data/index.d.ts +1 -1
  313. package/ts/shared/tr/data/transition.d.ts +23 -23
  314. package/ts/shared/tr/interfaces/index.d.ts +1 -1
  315. package/ts/shared/tr/interfaces/transitions.d.ts +2 -2
  316. package/ts/shared/tr/obj/index.d.ts +1 -1
  317. package/ts/shared/tr/obj/transition.d.ts +8 -8
  318. package/ts/shared/utils/scripts/index.d.ts +1 -1
  319. package/ts/shared/utils/scripts/main.d.ts +11 -11
  320. package/ts/shared/vars.d.ts +2 -2
  321. package/ts/shared/viewport/scripts/index.d.ts +1 -1
  322. package/ts/shared/viewport/scripts/main.d.ts +8 -8
  323. package/ts/shared/x.d.ts +56 -69
  324. package/chunk-main-130f654b.js +0 -9
  325. package/chunk-main-35e603b6.js +0 -1
  326. package/chunk-main-aca0d1f6.js +0 -1
  327. package/chunk-pickr.min-81c0b025.js +0 -1
  328. package/fonts/noto_sans.woff2 +0 -0
  329. package/ts/announcement/components/prop_types/body.d.ts +0 -4
  330. package/ts/announcement/components/prop_types/index.d.ts +0 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loftyshaky/shared-app",
3
3
  "description": "-",
4
- "version": "1.1.0",
4
+ "version": "1.2.0",
5
5
  "author": "loftyshaky",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -0,0 +1,3 @@
1
+ .header {
2
+ margin-bottom: 0;
3
+ }
@@ -0,0 +1,3 @@
1
+ hr {
2
+ margin-top: 0;
3
+ }
@@ -0,0 +1,5 @@
1
+ @import '../announcement/index';
2
+ @import 'body';
3
+ @import 'hr';
4
+ @import 'links';
5
+ @import 'main';
@@ -0,0 +1,3 @@
1
+ .link {
2
+ display: unset;
3
+ }
@@ -0,0 +1,3 @@
1
+ .main {
2
+ max-width: 600px;
3
+ }
@@ -1,6 +1,6 @@
1
1
  .section,
2
2
  .section_inner,
3
- .help, {
3
+ .help {
4
4
  transition: var(--transition);
5
5
  transition-property: opacity;
6
6
  }
@@ -1,5 +1,5 @@
1
- $box_size: 20px;
2
- $checkmark_size: 16px;
1
+ $box_size: 22px;
2
+ $checkmark_size: 18px;
3
3
 
4
4
  .input_item {
5
5
  &.checkbox {
@@ -1,5 +1,5 @@
1
1
  .close_btn {
2
- @include btn();
2
+ @include btn;
3
3
 
4
4
  margin-top: $ext_name_offset;
5
5
  margin-right: $ext_name_offset;
@@ -74,8 +74,8 @@ button {
74
74
  }
75
75
 
76
76
  .more_info_btn {
77
- @include btn();
78
- @include outline_solid();
77
+ @include btn;
78
+ @include outline_solid;
79
79
 
80
80
  outline-color: white;
81
81
  background-color: transparent;
@@ -1,5 +1,4 @@
1
1
  @font-face {
2
2
  font-family: 'u6Pgzb39sNF';
3
- src: url('../../../fonts/noto_sans.woff2')
4
- format('woff2');
3
+ src: url('../../../fonts/NotoSans-Regular.ttf') format('truetype');
5
4
  }
@@ -56,6 +56,10 @@ input[type='file'] {
56
56
  flex-grow: 1;
57
57
  border-radius: 0;
58
58
  box-sizing: border-box;
59
+
60
+ &.text {
61
+ line-height: $input_height;
62
+ }
59
63
  }
60
64
 
61
65
  .input_w_and_help_btn {
@@ -66,7 +70,6 @@ input[type='file'] {
66
70
  .input_w {
67
71
  position: relative;
68
72
  display: flex;
69
- flex-shrink: 0;
70
73
  box-sizing: border-box;
71
74
 
72
75
  &.text,
@@ -7,10 +7,7 @@
7
7
  content: '';
8
8
  position: absolute;
9
9
  pointer-events: none;
10
- top: 0;
11
- left: 0;
12
- right: 0;
13
- bottom: 0;
10
+ inset: 0;
14
11
  z-index: 1;
15
12
  }
16
13
  }
@@ -1,5 +1,11 @@
1
1
  $border_width_thick: 2px;
2
2
 
3
+ @mixin hidden {
4
+ position: fixed !important;
5
+ visibility: hidden !important;
6
+ top: -99999px !important;
7
+ }
8
+
3
9
  @mixin full_dims {
4
10
  width: 100%;
5
11
  height: 100%;
@@ -32,7 +38,8 @@ $border_width_thick: 2px;
32
38
  transform: translate(-50%, -50%);
33
39
  }
34
40
 
35
- @mixin center_horizontal_variable_width { // max-width should be set
41
+ @mixin center_horizontal_variable_width {
42
+ // max-width should be set
36
43
  left: calc(-50vw + 50%);
37
44
  right: calc(-50vw + 50%);
38
45
  margin-left: auto;
@@ -58,7 +65,9 @@ $border_width_thick: 2px;
58
65
  outline: none;
59
66
  }
60
67
 
61
- $box_shadow_for_mixin: rgb(0 0 0 / 30%) 0 0 2px, rgb(0 0 0 / 30%) 0 4px 8px;
68
+ $box_shadow_for_mixin:
69
+ rgb(0 0 0 / 30%) 0 0 2px,
70
+ rgb(0 0 0 / 30%) 0 4px 8px;
62
71
 
63
72
  @mixin box_shadow {
64
73
  box-shadow: $box_shadow_for_mixin;
@@ -111,11 +120,6 @@ $box_shadow_for_mixin: rgb(0 0 0 / 30%) 0 0 2px, rgb(0 0 0 / 30%) 0 4px 8px;
111
120
  border: $border_width solid $blue;
112
121
  }
113
122
 
114
- @mixin border_bottom {
115
- border-bottom-width: $border_width;
116
- border-bottom-style: solid;
117
- }
118
-
119
123
  @mixin outline_solid {
120
124
  outline-width: $border_width;
121
125
  outline-style: solid;
@@ -11,9 +11,7 @@
11
11
  }
12
12
 
13
13
  .hidden {
14
- position: fixed !important;
15
- visibility: hidden !important;
16
- top: -99999px !important;
14
+ @include hidden;
17
15
  }
18
16
 
19
17
  .visibility_hidden {
@@ -6,9 +6,15 @@ $separator_offset: 7px;
6
6
  -webkit-appearance: none;
7
7
  /* stylelint-disable-next-line property-no-vendor-prefix */
8
8
  -moz-appearance: none;
9
- background-position: calc(100% - 16px) $arrow_offset, calc(100% - 10px) $arrow_offset,
9
+ background-position:
10
+ calc(100% - 16px) $arrow_offset,
11
+ calc(100% - 10px) $arrow_offset,
10
12
  calc(100% - 33px) $separator_offset;
11
- background-size: 6px 6px, 6px 6px, 1px 14px;
13
+ background-size:
14
+ 6px 6px,
15
+ 6px 6px,
16
+ 1px 14px;
12
17
  background-repeat: no-repeat;
13
18
  padding-right: 44px;
19
+ line-height: $input_height; /* Fix text being cut from the bottom of selects. */
14
20
  }
@@ -1,10 +1,14 @@
1
1
  $theme_color_jqv: rgb(255 255 255 / 0.1%);
2
-
3
2
  $htc: white;
4
3
  $tbn: $glass_color;
5
4
  $gaq: #efefef;
6
5
  /* stylelint-disable-next-line max-line-length */
7
- $gqb: linear-gradient(45deg, rgb(39 61 213) 0%, rgb(225 5 34 / 0%) 70%) repeat scroll 0% 0%, linear-gradient(135deg, rgb(12 255 7) 10%, rgb(49 5 209 / 0%) 80%) repeat scroll 0% 0%, linear-gradient(190deg, rgb(135 23 255) 10%, rgb(10 219 216 / 0%) 80%) repeat scroll 0% 0%, rgb(0 0 0 / 0%) linear-gradient(315deg, rgb(51 205 196) 100%, rgb(9 245 5 / 0%) 70%) repeat scroll 0% 0%;
6
+ $gqb:
7
+ linear-gradient(45deg, rgb(39 61 213) 0%, rgb(225 5 34 / 0%) 70%) repeat scroll 0% 0%,
8
+ linear-gradient(135deg, rgb(12 255 7) 10%, rgb(49 5 209 / 0%) 80%) repeat scroll 0% 0%,
9
+ linear-gradient(190deg, rgb(135 23 255) 10%, rgb(10 219 216 / 0%) 80%) repeat scroll 0% 0%,
10
+ rgb(0 0 0 / 0%) linear-gradient(315deg, rgb(51 205 196) 100%, rgb(9 245 5 / 0%) 70%) repeat
11
+ scroll 0% 0%;
8
12
  $hfb: transparent;
9
13
  $gvb: rgb(255 255 255 / 36%);
10
14
  $npw: rgb(255 255 255 / 20%);
@@ -23,16 +27,21 @@ $nep: #90efff;
23
27
  $htm: #ffa96c;
24
28
  $qgp: #28dd57;
25
29
  $hyv: #66ff8e;
26
- $ycp: #0014ff;
30
+ $ycp: #000da1;
27
31
  $iub: #2e8cff;
28
- $cop: #be1;
32
+ $cop: #303f00;
29
33
  $yun: #14bf0a;
30
- $ptn: #ae00ff;
34
+ $ptn: #62008f;
31
35
  $dwk: #d046e9;
32
- $uzf: #ff8f1f;
36
+ $uzf: #572b00;
33
37
  $hap: #f17442;
34
38
  $rqb: #e7121c;
39
+ $thm: #6f0005;
35
40
  $suc: #d0111a;
41
+ $pxd: #0014ff;
42
+ $ksu: #be1;
43
+ $upd: #ae00ff;
44
+ $fpw: #ff8f1f;
36
45
  $dfp: #0cbea4;
37
46
  $nqp: rgb(57 124 249 / 99%);
38
47
  $hgb: rgb(255 77 85 / 99%);
@@ -10,7 +10,6 @@ $theme_color_bvc: #b938c7;
10
10
  $theme_color_wnc: #ce7209;
11
11
  $theme_color_yhn: #bb141c;
12
12
  $theme_color_gsl: rgb(174 35 43 / 99%);
13
-
14
13
  $htc: $theme_color_ynq;
15
14
  $tbn: $theme_color_ynq;
16
15
  $gaq: $theme_color_ytb;
@@ -42,7 +41,12 @@ $dwk: $theme_color_bvc;
42
41
  $uzf: $theme_color_wnc;
43
42
  $hap: $theme_color_wnc;
44
43
  $rqb: $theme_color_yhn;
44
+ $thm: $theme_color_yhn;
45
45
  $suc: $theme_color_yhn;
46
+ $pxd: $theme_color_kxn;
47
+ $ksu: $theme_color_tjn;
48
+ $upd: $theme_color_bvc;
49
+ $fpw: $theme_color_wnc;
46
50
  $dfp: #29394d;
47
51
  $nqp: $theme_color_gsl;
48
52
  $hgb: $theme_color_gsl;
@@ -1,10 +1,18 @@
1
1
  $theme_color_jqv: rgb(255 255 255 / 0.1%);
2
-
2
+ $theme_color_udj: #19f4ff;
3
+ $theme_color_kvo: #4bff1f;
4
+ $theme_color_ftp: #fbff12;
5
+ $theme_color_oyq: #ff8400;
3
6
  $htc: white;
4
7
  $tbn: $glass_color;
5
8
  $gaq: #efefef;
6
9
  /* stylelint-disable-next-line max-line-length */
7
- $gqb: linear-gradient(45deg, rgb(52 15 189) 0%, rgb(225 5 34 / 0%) 70%) repeat scroll 0% 0%, linear-gradient(135deg, rgb(241 22 168) 10%, rgb(49 5 209 / 0%) 80%) repeat scroll 0% 0%, linear-gradient(190deg, rgb(26 211 208) 10%, rgb(10 219 216 / 0%) 80%) repeat scroll 0% 0%, rgb(0 0 0 / 0%) linear-gradient(315deg, rgb(163 34 203) 100%, rgb(9 245 5 / 0%) 70%) repeat scroll 0% 0%;
10
+ $gqb:
11
+ linear-gradient(45deg, rgb(52 15 189) 0%, rgb(225 5 34 / 0%) 70%) repeat scroll 0% 0%,
12
+ linear-gradient(135deg, rgb(241 22 168) 10%, rgb(49 5 209 / 0%) 80%) repeat scroll 0% 0%,
13
+ linear-gradient(190deg, rgb(26 211 208) 10%, rgb(10 219 216 / 0%) 80%) repeat scroll 0% 0%,
14
+ rgb(0 0 0 / 0%) linear-gradient(315deg, rgb(163 34 203) 100%, rgb(9 245 5 / 0%) 70%) repeat
15
+ scroll 0% 0%;
8
16
  $hfb: transparent;
9
17
  $gvb: rgb(255 255 255 / 36%);
10
18
  $npw: rgb(255 255 255 / 20%);
@@ -23,16 +31,21 @@ $nep: #90efff;
23
31
  $htm: #ffa96c;
24
32
  $qgp: #3ea559;
25
33
  $hyv: #66ff8e;
26
- $ycp: #19f4ff;
34
+ $ycp: $theme_color_udj;
27
35
  $iub: #2e8cff;
28
- $cop: #4bff1f;
36
+ $cop: $theme_color_kvo;
29
37
  $yun: #14bf0a;
30
- $ptn: #20f;
38
+ $ptn: $theme_color_ftp;
31
39
  $dwk: #d046e9;
32
- $uzf: #fbff12;
40
+ $uzf: $theme_color_oyq;
33
41
  $hap: #f17442;
34
42
  $rqb: #ff471a;
43
+ $thm: #ffa993;
35
44
  $suc: #d0111a;
45
+ $pxd: $theme_color_udj;
46
+ $ksu: $theme_color_kvo;
47
+ $upd: $theme_color_ftp;
48
+ $fpw: $theme_color_oyq;
36
49
  $dfp: #842fa9;
37
50
  $nqp: rgb(244 96 62 / 99%);
38
51
  $hgb: rgb(255 77 85 / 99%);
@@ -10,7 +10,6 @@ $theme_color_bvc: #d046e9;
10
10
  $theme_color_wnc: #f17442;
11
11
  $theme_color_yhn: #d0111a;
12
12
  $theme_color_gsl: rgb(255 77 85 / 99%);
13
-
14
13
  $htc: $theme_color_ynq;
15
14
  $tbn: $theme_color_ynq;
16
15
  $gaq: $theme_color_ytb;
@@ -42,7 +41,12 @@ $dwk: $theme_color_bvc;
42
41
  $uzf: $theme_color_wnc;
43
42
  $hap: $theme_color_wnc;
44
43
  $rqb: $theme_color_yhn;
44
+ $thm: $theme_color_yhn;
45
45
  $suc: $theme_color_yhn;
46
+ $pxd: $theme_color_kxn;
47
+ $ksu: $theme_color_tjn;
48
+ $upd: $theme_color_bvc;
49
+ $fpw: $theme_color_wnc;
46
50
  $dfp: #a2d4ff;
47
51
  $nqp: $theme_color_gsl;
48
52
  $hgb: $theme_color_gsl;
@@ -10,7 +10,6 @@ $theme_color_bvc: #af22bf;
10
10
  $theme_color_wnc: #c96b00;
11
11
  $theme_color_yhn: #b1131a;
12
12
  $theme_color_gsl: rgb(120 30 34 / 99%);
13
-
14
13
  $htc: $theme_color_ynq;
15
14
  $tbn: $theme_color_ynq;
16
15
  $gaq: $theme_color_ytb;
@@ -42,7 +41,12 @@ $dwk: $theme_color_bvc;
42
41
  $uzf: $theme_color_wnc;
43
42
  $hap: $theme_color_wnc;
44
43
  $rqb: $theme_color_yhn;
44
+ $thm: $theme_color_yhn;
45
45
  $suc: $theme_color_yhn;
46
+ $pxd: $theme_color_kxn;
47
+ $ksu: $theme_color_tjn;
48
+ $upd: $theme_color_bvc;
49
+ $fpw: $theme_color_wnc;
46
50
  $dfp: #0f1721;
47
51
  $nqp: $theme_color_gsl;
48
52
  $hgb: $theme_color_gsl;
@@ -37,11 +37,11 @@
37
37
  }
38
38
 
39
39
  .link {
40
- @include link_colors_standard();
40
+ @include link_colors_standard;
41
41
  }
42
42
 
43
43
  .link_btn {
44
- @include link_colors_standard();
44
+ @include link_colors_standard;
45
45
  }
46
46
 
47
47
  textarea {
@@ -110,6 +110,10 @@ hr {
110
110
  background-color: $hyn;
111
111
  }
112
112
 
113
+ .dependencies hr {
114
+ background-color: $lpe;
115
+ }
116
+
113
117
  .btn_options {
114
118
  background-color: $npw;
115
119
  border-color: $hyn;
@@ -144,11 +148,11 @@ hr {
144
148
  background-color: $hfb;
145
149
 
146
150
  &.selected::before {
147
- background-color: $ycp;
151
+ background-color: $pxd;
148
152
  }
149
153
 
150
154
  &:not(.selected):hover::before {
151
- background-color: $cop;
155
+ background-color: $ksu;
152
156
  }
153
157
  }
154
158
  }
@@ -243,11 +247,13 @@ hr {
243
247
  &.loading {
244
248
  background-color: transparent;
245
249
  /* stylelint-disable-next-line function-parentheses-newline-inside */
246
- background-image: repeating-linear-gradient(-45deg,
247
- $npw,
248
- $npw 14px,
249
- $qgp 14px,
250
- $qgp 28px); /* stylelint-disable-line function-parentheses-newline-inside */
250
+ background-image: repeating-linear-gradient(
251
+ -45deg,
252
+ $npw,
253
+ $npw 14px,
254
+ $qgp 14px,
255
+ $qgp 28px
256
+ ); /* stylelint-disable-line function-parentheses-newline-inside */
251
257
  }
252
258
  }
253
259
  }
@@ -293,7 +299,7 @@ hr {
293
299
  }
294
300
 
295
301
  .input_error {
296
- color: $rqb;
302
+ color: $thm;
297
303
  }
298
304
 
299
305
  .ext_version {
@@ -3,7 +3,7 @@
3
3
  .input_item {
4
4
  .input_w {
5
5
  &.is_in_focus_state:not(.select)::before {
6
- outline-color: $cop;
6
+ outline-color: $ksu;
7
7
  }
8
8
 
9
9
  &.is_in_warn_state:not(.select)::before,
@@ -13,7 +13,7 @@
13
13
  }
14
14
 
15
15
  .visualization_w.opened .visualization {
16
- outline-color: $ycp;
16
+ outline-color: $pxd;
17
17
  }
18
18
 
19
19
  .palette_visualization_w.opened .palette_visualization,
@@ -33,7 +33,7 @@ body.keyboard .btn.text:focus,
33
33
  .keyboard .input_item.range .input.is_in_focus_state,
34
34
  .keyboard .input_item .visualization_w .visualization:focus,
35
35
  .keyboard .btn_options .btn_option:focus {
36
- outline-color: $ptn;
36
+ outline-color: $upd;
37
37
  }
38
38
 
39
39
  .keyboard .input_item.color .btn.text:focus {
@@ -60,5 +60,7 @@ body.keyboard .btn.text:focus,
60
60
  }
61
61
 
62
62
  .keyboard .section_btn:not(.selected):focus {
63
- box-shadow: inset 0 0 0 2px $ptn, inset -2px 0 0 0 $ptn;
63
+ box-shadow:
64
+ inset 0 0 0 2px $upd,
65
+ inset -2px 0 0 0 $upd;
64
66
  }
@@ -19,7 +19,7 @@
19
19
  transition-property: background-color;
20
20
  }
21
21
 
22
- .btn:not(.reload_ui, .link_btn), {
22
+ .btn:not(.reload_ui, .link_btn) {
23
23
  transition: var(--transition);
24
24
  transition-property: opacity, background-color;
25
25
  }
@@ -1,9 +1,7 @@
1
1
  $upload_box_text_z_index: 2;
2
2
  $upload_box_loading_animation_size: 40px;
3
-
4
3
  $backgrond_margin: 2px;
5
4
  $backgrond_dim_offset: 2px * 2;
6
-
7
5
  $status_msg_offset: 5px;
8
6
 
9
7
  .input_item {
@@ -64,7 +62,8 @@ $status_msg_offset: 5px;
64
62
 
65
63
  &.loading {
66
64
  animation: move 450ms linear infinite;
67
- background-size: $upload_box_loading_animation_size $upload_box_loading_animation_size;
65
+ background-size: $upload_box_loading_animation_size
66
+ $upload_box_loading_animation_size;
68
67
  }
69
68
  }
70
69
  }
@@ -18,9 +18,15 @@ $black: #212121;
18
18
  $yellow: #fbff75;
19
19
  $light_orange: #fff7c7;
20
20
  $blue: #3892ff;
21
- $black_shadow: rgb(0 0 0 / 30%) 0 0 30px, rgb(0 0 0 / 30%) 0 4px 8px;
21
+ $black_shadow:
22
+ rgb(0 0 0 / 30%) 0 0 30px,
23
+ rgb(0 0 0 / 30%) 0 4px 8px;
22
24
  $black_shadow_2: 0 20px 30px rgb(0 0 0 / 20%);
23
- $blue_neon_dark: rgb(0 115 255 / 100%) 0 0 33px, rgb(255 255 255 / 40%) 0 0 10px;
24
- $blue_neon_very_dark: rgb(0 102 255 / 85%) 0 0 36px, rgb(255 255 255 / 40%) 0 0 10px;
25
+ $blue_neon_dark:
26
+ rgb(0 115 255 / 100%) 0 0 33px,
27
+ rgb(255 255 255 / 40%) 0 0 10px;
28
+ $blue_neon_very_dark:
29
+ rgb(0 102 255 / 85%) 0 0 36px,
30
+ rgb(255 255 255 / 40%) 0 0 10px;
25
31
  $glass_color: rgb(255 255 255 / 20%);
26
32
  $glass_blur: blur(8px);
package/settings.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import "./ts/shared/internal";
2
- export { c_settings, d_settings, d_developer_mode, d_optional_permissions, s_settings, i_optional_permissions, } from "./ts/settings/internal";
1
+ import './ts/shared/internal';
2
+ export { c_settings, d_settings, d_developer_mode, d_optional_permissions, s_settings, i_optional_permissions, } from './ts/settings/internal';
package/settings.js CHANGED
@@ -1 +1,5 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var main=require("./chunk-main-130f654b.js");require("react");var main$1=require("./chunk-main-aca0d1f6.js");require("react-dom");var index$5=Object.freeze({__proto__:null,Body:main.Body$2}),index$4=Object.freeze({__proto__:null,BackUp:main.BackUp,Sections:main.Sections}),index$3=Object.freeze({__proto__:null,Main:main.Main$5});var index$2=Object.freeze({__proto__:null,Main:class{constructor(){this.set_permission=({name:name,optional_permission_checkbox_dict:optional_permission_checkbox_dict})=>err_async((()=>main.__awaiter(this,void 0,void 0,(function*(){const permissions=optional_permission_checkbox_dict[name];if(yield we.permissions.contains(permissions)){(yield we.permissions.remove(permissions))&&this.set_checkbox_val({name:name,val:!1})}else{(yield we.permissions.request(permissions))&&this.set_checkbox_val({name:name,val:!0})}}))),"shr_1221"),this.set_checkbox_val=({name:name,val:val})=>err((()=>{data.ui[name]=val}),"shr_1222"),main.makeObservable(this,{set_checkbox_val:main.action})}static i(){return this.i0||(this.i0=new this)}}});var index$1=Object.freeze({__proto__:null,Theme:class{constructor(){this.change=({input:input,name:name,additional_theme_callback:additional_theme_callback})=>err((()=>{"options_page_theme"===input.name&&main$1.Main$1.i().set({name:name,additional_theme_callback:additional_theme_callback})}),"shr_1088")}static i(){return this.i0||(this.i0=new this)}}}),index=Object.freeze({__proto__:null});exports.c_settings=index$5,exports.d_developer_mode=index$3,exports.d_optional_permissions=index$2,exports.d_settings=index$4,exports.i_optional_permissions=index,exports.s_settings=index$1;
1
+ /**
2
+ * Copyright 2024
3
+ */
4
+
5
+ "use strict";var main=require("./chunk-main.js");require("react");var main$1=require("./chunk-main3.js");require("react-dom");var index$5=Object.freeze({__proto__:null,Body:main.Body$2}),index$4=Object.freeze({__proto__:null,BackUp:main.BackUp,Sections:main.Sections}),index$3=Object.freeze({__proto__:null,Main:main.Main$5});var index$2=Object.freeze({__proto__:null,Main:class{static i(){return this.i0||(this.i0=new this)}constructor(){this.set_permission=({name:name,optional_permission_checkbox_dict:optional_permission_checkbox_dict})=>err_async((()=>main.__awaiter(this,void 0,void 0,(function*(){const permissions=optional_permission_checkbox_dict[name];if(yield we.permissions.contains(permissions)){(yield we.permissions.remove(permissions))&&this.set_checkbox_val({name:name,val:!1})}else{(yield we.permissions.request(permissions))&&this.set_checkbox_val({name:name,val:!0})}}))),"shr_1221"),this.set_checkbox_val=({name:name,val:val})=>err((()=>{data.ui[name]=val}),"shr_1222"),main.makeObservable(this,{set_checkbox_val:main.action})}}});var index$1=Object.freeze({__proto__:null,Theme:class{static i(){return this.i0||(this.i0=new this)}constructor(){this.change=({input:input,name:name,additional_theme_callback:additional_theme_callback})=>err((()=>{"options_page_theme"===input.name&&main$1.Main$1.i().set({name:name,additional_theme_callback:additional_theme_callback})}),"shr_1088")}}}),index=Object.freeze({__proto__:null});exports.c_settings=index$5,exports.d_developer_mode=index$3,exports.d_optional_permissions=index$2,exports.d_settings=index$4,exports.i_optional_permissions=index,exports.s_settings=index$1;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
- import { p_announcement } from "../internal";
3
- export declare const Body: React.FunctionComponent<p_announcement.Body>;
1
+ import React from 'react';
2
+ export declare const Body: React.FunctionComponent;
@@ -1 +1 @@
1
- export * from "./body";
1
+ export * from '../components/body';
@@ -1,3 +1,2 @@
1
- export * as c_announcement from "./components";
2
- export * as s_announcement from "./scripts";
3
- export * as p_announcement from "./components/prop_types";
1
+ export * as c_announcement from './components';
2
+ export * as s_announcement from './scripts';
@@ -1,6 +1,6 @@
1
- export declare class Display {
2
- private static i0;
3
- static i(): Display;
4
- private constructor();
5
- display_announcement: () => Promise<void>;
6
- }
1
+ export declare class Display {
2
+ private static i0;
3
+ static i(): Display;
4
+ private constructor();
5
+ display_announcement: () => Promise<void>;
6
+ }
@@ -1,2 +1 @@
1
- export * from "./display";
2
- export * from "./header";
1
+ export * from '../scripts/display';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const Body: React.FunctionComponent;
@@ -0,0 +1 @@
1
+ export * from '../components/body';
@@ -0,0 +1,2 @@
1
+ export * as c_dependencies from './components';
2
+ export * as s_dependencies from './scripts';
@@ -0,0 +1,7 @@
1
+ export declare class Dependencies {
2
+ private static i0;
3
+ static i(): Dependencies;
4
+ private constructor();
5
+ dependencies_text: string;
6
+ generate_dependencies_text_from_depengencies_json: () => Promise<void>;
7
+ }
@@ -0,0 +1 @@
1
+ export * from '../scripts/dependencies';