@loftyshaky/shared-app 1.0.2 → 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 (356) hide show
  1. package/LICENSE.md +21 -0
  2. package/_locales/de/messages.json +1 -1
  3. package/_locales/en/messages.json +119 -2
  4. package/_locales/ru/messages.json +65 -2
  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/env.js +11 -3
  29. package/js/locales.js +23 -8
  30. package/js/package/plugins/rollup-plugin-copy.js +169 -169
  31. package/js/package/plugins/watcher.js +56 -56
  32. package/js/package/terser.js +18 -18
  33. package/js/task_scheduler.js +39 -39
  34. package/js/tsc_alias.js +19 -0
  35. package/js/webpack.config.js +35 -3
  36. package/package.json +2 -2
  37. package/scss/dependencies/body.scss +3 -0
  38. package/scss/dependencies/hr.scss +3 -0
  39. package/scss/dependencies/index.scss +5 -0
  40. package/scss/dependencies/links.scss +3 -0
  41. package/scss/dependencies/main.scss +3 -0
  42. package/scss/settings/section_btns.scss +52 -52
  43. package/scss/settings/sections.scss +22 -0
  44. package/scss/settings/transitions.scss +3 -13
  45. package/scss/shared/btns.scss +69 -16
  46. package/scss/shared/checkboxes.scss +38 -38
  47. package/scss/shared/close_btn.scss +18 -0
  48. package/scss/shared/color_pickers.scss +93 -93
  49. package/scss/shared/colors.scss +90 -84
  50. package/scss/shared/embed/error.scss +45 -28
  51. package/scss/shared/embed/font_face.scss +1 -2
  52. package/scss/shared/focus.scss +15 -9
  53. package/scss/shared/functions.scss +5 -0
  54. package/scss/shared/help.scss +3 -5
  55. package/scss/shared/index.scss +5 -0
  56. package/scss/shared/input_btns.scss +12 -11
  57. package/scss/shared/input_error.scss +3 -0
  58. package/scss/shared/inputs.scss +90 -70
  59. package/scss/shared/inset_border.scss +1 -8
  60. package/scss/shared/link_btns.scss +8 -0
  61. package/scss/shared/links.scss +12 -0
  62. package/scss/shared/main.scss +3 -0
  63. package/scss/shared/mixins.scss +60 -6
  64. package/scss/shared/mods.scss +11 -5
  65. package/scss/shared/offers.scss +37 -0
  66. package/scss/shared/scrollbar.scss +35 -35
  67. package/scss/shared/selects.scss +8 -2
  68. package/scss/shared/themes/colors/aqua.scss +48 -0
  69. package/scss/shared/themes/colors/dark.scss +51 -12
  70. package/scss/shared/themes/colors/lavender.scss +52 -0
  71. package/scss/shared/themes/colors/light.scss +51 -12
  72. package/scss/shared/themes/colors/very_dark.scss +51 -12
  73. package/scss/shared/themes/general/aqua_theme.scss +9 -0
  74. package/scss/shared/themes/general/dark_theme.scss +3 -1
  75. package/scss/shared/themes/general/lavender_theme.scss +9 -0
  76. package/scss/shared/themes/general/light_theme.scss +3 -1
  77. package/scss/shared/themes/general/template.scss +123 -75
  78. package/scss/shared/themes/general/template_focus.scss +24 -10
  79. package/scss/shared/themes/general/very_dark_theme.scss +3 -1
  80. package/scss/shared/transitions.scss +23 -2
  81. package/scss/shared/upload_box.scss +80 -67
  82. package/scss/shared/vars.scss +15 -2
  83. package/settings.d.ts +2 -2
  84. package/settings.js +5 -1
  85. package/ts/announcement/components/body.d.ts +2 -3
  86. package/ts/announcement/components/index.d.ts +1 -1
  87. package/ts/announcement/internal.d.ts +2 -3
  88. package/ts/announcement/scripts/display.d.ts +6 -6
  89. package/ts/announcement/scripts/index.d.ts +1 -2
  90. package/ts/dependencies/components/body.d.ts +2 -0
  91. package/ts/dependencies/components/index.d.ts +1 -0
  92. package/ts/dependencies/internal.d.ts +2 -0
  93. package/ts/dependencies/scripts/dependencies.d.ts +7 -0
  94. package/ts/dependencies/scripts/index.d.ts +1 -0
  95. package/ts/error_modules/crash_handler/components/body.d.ts +52 -52
  96. package/ts/error_modules/crash_handler/components/index.d.ts +1 -1
  97. package/ts/error_modules/crash_handler/components/prop_types/body.d.ts +4 -4
  98. package/ts/error_modules/crash_handler/components/prop_types/index.d.ts +1 -1
  99. package/ts/error_modules/crash_handler/data/index.d.ts +1 -1
  100. package/ts/error_modules/crash_handler/data/visibility.d.ts +7 -7
  101. package/ts/error_modules/crash_handler/scripts/index.d.ts +1 -1
  102. package/ts/error_modules/crash_handler/scripts/page.d.ts +6 -6
  103. package/ts/error_modules/css/scripts/index.d.ts +1 -1
  104. package/ts/error_modules/css/scripts/main.d.ts +8 -8
  105. package/ts/error_modules/error/components/body.d.ts +3 -3
  106. package/ts/error_modules/error/components/close_btn.d.ts +2 -2
  107. package/ts/error_modules/error/components/ext_name.d.ts +2 -2
  108. package/ts/error_modules/error/components/index.d.ts +6 -4
  109. package/ts/error_modules/error/components/keep_visible_msg.d.ts +2 -0
  110. package/ts/error_modules/error/components/msg.d.ts +2 -2
  111. package/ts/error_modules/error/components/progress.d.ts +2 -0
  112. package/ts/error_modules/error/components/prop_types/body.d.ts +5 -5
  113. package/ts/error_modules/error/components/prop_types/index.d.ts +1 -1
  114. package/ts/error_modules/error/data/index.d.ts +4 -3
  115. package/ts/error_modules/error/data/main.d.ts +11 -10
  116. package/ts/error_modules/error/data/msg.d.ts +13 -15
  117. package/ts/error_modules/error/data/progress.d.ts +17 -0
  118. package/ts/error_modules/error/data/state.d.ts +25 -24
  119. package/ts/error_modules/error/interfaces/error.d.ts +6 -6
  120. package/ts/error_modules/error/interfaces/error_obj.d.ts +6 -6
  121. package/ts/error_modules/error/interfaces/index.d.ts +7 -5
  122. package/ts/error_modules/error/interfaces/notification_type.d.ts +1 -0
  123. package/ts/error_modules/error/interfaces/observable_keys.d.ts +1 -1
  124. package/ts/error_modules/error/interfaces/show_error.d.ts +11 -6
  125. package/ts/error_modules/error/interfaces/show_unable_to_access_settings_error.d.ts +5 -0
  126. package/ts/error_modules/error/interfaces/timeout_observable_keys.d.ts +1 -1
  127. package/ts/error_modules/error/scripts/flash.d.ts +11 -0
  128. package/ts/error_modules/error/scripts/globals.d.ts +1 -9
  129. package/ts/error_modules/error/scripts/index.d.ts +3 -1
  130. package/ts/error_modules/error/scripts/notification.d.ts +8 -0
  131. package/ts/error_modules/init.d.ts +1 -0
  132. package/ts/error_modules/internal.d.ts +11 -10
  133. package/ts/inputs/color/components/body.d.ts +3 -3
  134. package/ts/inputs/color/components/color_picker.d.ts +3 -3
  135. package/ts/inputs/color/components/fill_shadow.d.ts +3 -3
  136. package/ts/inputs/color/components/index.d.ts +4 -4
  137. package/ts/inputs/color/components/prop_types/body.d.ts +4 -4
  138. package/ts/inputs/color/components/prop_types/color_picker.d.ts +7 -7
  139. package/ts/inputs/color/components/prop_types/fill_shadow.d.ts +5 -5
  140. package/ts/inputs/color/components/prop_types/index.d.ts +4 -4
  141. package/ts/inputs/color/components/prop_types/visualization.d.ts +6 -6
  142. package/ts/inputs/color/components/visualization.d.ts +3 -3
  143. package/ts/inputs/color/data/color.d.ts +54 -54
  144. package/ts/inputs/color/data/index.d.ts +2 -2
  145. package/ts/inputs/color/data/visibility.d.ts +38 -38
  146. package/ts/inputs/color/interfaces/color.d.ts +1 -1
  147. package/ts/inputs/color/interfaces/color_picker_state.d.ts +6 -6
  148. package/ts/inputs/color/interfaces/color_picker_state_one.d.ts +5 -5
  149. package/ts/inputs/color/interfaces/i.d.ts +1 -1
  150. package/ts/inputs/color/interfaces/index.d.ts +4 -4
  151. package/ts/inputs/color/obj/color.d.ts +54 -54
  152. package/ts/inputs/color/obj/index.d.ts +1 -1
  153. package/ts/inputs/color/scripts/color_picker.d.ts +20 -20
  154. package/ts/inputs/color/scripts/index.d.ts +2 -2
  155. package/ts/inputs/color/scripts/position.d.ts +7 -7
  156. package/ts/inputs/components/btn.d.ts +3 -3
  157. package/ts/inputs/components/checkbox.d.ts +3 -3
  158. package/ts/inputs/components/file.d.ts +3 -3
  159. package/ts/inputs/components/form.d.ts +3 -0
  160. package/ts/inputs/components/group.d.ts +3 -3
  161. package/ts/inputs/components/help.d.ts +3 -3
  162. package/ts/inputs/components/help_btn.d.ts +3 -3
  163. package/ts/inputs/components/hr.d.ts +3 -3
  164. package/ts/inputs/components/icon_btn.d.ts +3 -3
  165. package/ts/inputs/components/index.d.ts +25 -21
  166. package/ts/inputs/components/input_error.d.ts +3 -0
  167. package/ts/inputs/components/input_item.d.ts +3 -3
  168. package/ts/inputs/components/label.d.ts +3 -3
  169. package/ts/inputs/components/label_in_input_item.d.ts +3 -0
  170. package/ts/inputs/components/link.d.ts +3 -3
  171. package/ts/inputs/components/link_btn.d.ts +3 -3
  172. package/ts/inputs/components/link_icon_btn.d.ts +3 -0
  173. package/ts/inputs/components/prop_types/btn.d.ts +4 -4
  174. package/ts/inputs/components/prop_types/checkbox.d.ts +4 -4
  175. package/ts/inputs/components/prop_types/file.d.ts +4 -4
  176. package/ts/inputs/components/prop_types/form.d.ts +5 -0
  177. package/ts/inputs/components/prop_types/group.d.ts +5 -5
  178. package/ts/inputs/components/prop_types/help.d.ts +4 -4
  179. package/ts/inputs/components/prop_types/help_btn.d.ts +4 -4
  180. package/ts/inputs/components/prop_types/hr.d.ts +4 -4
  181. package/ts/inputs/components/prop_types/icon_btn.d.ts +4 -4
  182. package/ts/inputs/components/prop_types/index.d.ts +25 -21
  183. package/ts/inputs/components/prop_types/input_error.d.ts +4 -0
  184. package/ts/inputs/components/prop_types/input_item.d.ts +7 -7
  185. package/ts/inputs/components/prop_types/label.d.ts +4 -4
  186. package/ts/inputs/components/prop_types/label_in_input_item.d.ts +4 -0
  187. package/ts/inputs/components/prop_types/link.d.ts +4 -4
  188. package/ts/inputs/components/prop_types/link_btn.d.ts +4 -4
  189. package/ts/inputs/components/prop_types/link_icon_btn.d.ts +5 -0
  190. package/ts/inputs/components/prop_types/range.d.ts +6 -4
  191. package/ts/inputs/components/prop_types/section.d.ts +4 -4
  192. package/ts/inputs/components/prop_types/section_btn.d.ts +7 -6
  193. package/ts/inputs/components/prop_types/section_content.d.ts +5 -4
  194. package/ts/inputs/components/prop_types/select.d.ts +6 -4
  195. package/ts/inputs/components/prop_types/text.d.ts +6 -4
  196. package/ts/inputs/components/prop_types/text_btn.d.ts +8 -8
  197. package/ts/inputs/components/prop_types/textarea.d.ts +6 -4
  198. package/ts/inputs/components/prop_types/upload_box.d.ts +5 -4
  199. package/ts/inputs/components/range.d.ts +3 -3
  200. package/ts/inputs/components/section.d.ts +3 -3
  201. package/ts/inputs/components/section_btn.d.ts +3 -3
  202. package/ts/inputs/components/section_content.d.ts +3 -3
  203. package/ts/inputs/components/select.d.ts +3 -3
  204. package/ts/inputs/components/text.d.ts +3 -3
  205. package/ts/inputs/components/text_btn.d.ts +3 -3
  206. package/ts/inputs/components/textarea.d.ts +3 -3
  207. package/ts/inputs/components/upload_box.d.ts +3 -3
  208. package/ts/inputs/data/help.d.ts +15 -15
  209. package/ts/inputs/data/index.d.ts +8 -7
  210. package/ts/inputs/data/input_error.d.ts +12 -0
  211. package/ts/inputs/data/input_width.d.ts +26 -22
  212. package/ts/inputs/data/{label.d.ts → labelIn_in_putI_iem.d.ts} +9 -9
  213. package/ts/inputs/data/nested_input.d.ts +18 -18
  214. package/ts/inputs/data/text.d.ts +21 -21
  215. package/ts/inputs/data/upload_box.d.ts +24 -20
  216. package/ts/inputs/data/val.d.ts +41 -36
  217. package/ts/inputs/interfaces/btn_option.d.ts +9 -0
  218. package/ts/inputs/interfaces/icon_btns.d.ts +2 -2
  219. package/ts/inputs/interfaces/index.d.ts +9 -8
  220. package/ts/inputs/interfaces/input.d.ts +2 -2
  221. package/ts/inputs/interfaces/inputs.d.ts +2 -2
  222. package/ts/inputs/interfaces/links.d.ts +2 -2
  223. package/ts/inputs/interfaces/options.d.ts +2 -2
  224. package/ts/inputs/interfaces/sections.d.ts +2 -2
  225. package/ts/inputs/interfaces/state_cond.d.ts +4 -4
  226. package/ts/inputs/interfaces/text_btn.d.ts +7 -7
  227. package/ts/inputs/internal.d.ts +12 -12
  228. package/ts/inputs/obj/btn.d.ts +6 -5
  229. package/ts/inputs/obj/checkbox.d.ts +5 -5
  230. package/ts/inputs/obj/file.d.ts +9 -8
  231. package/ts/inputs/obj/form.d.ts +7 -0
  232. package/ts/inputs/obj/group.d.ts +6 -6
  233. package/ts/inputs/obj/hr.d.ts +5 -5
  234. package/ts/inputs/obj/icon_btn.d.ts +7 -6
  235. package/ts/inputs/obj/index.d.ts +18 -16
  236. package/ts/inputs/obj/input_base.d.ts +45 -37
  237. package/ts/inputs/obj/label.d.ts +5 -0
  238. package/ts/inputs/obj/link.d.ts +17 -12
  239. package/ts/inputs/obj/link_btn.d.ts +6 -5
  240. package/ts/inputs/obj/option.d.ts +6 -6
  241. package/ts/inputs/obj/range.d.ts +20 -20
  242. package/ts/inputs/obj/section.d.ts +31 -17
  243. package/ts/inputs/obj/select.d.ts +9 -9
  244. package/ts/inputs/obj/text.d.ts +18 -17
  245. package/ts/inputs/obj/textarea.d.ts +5 -5
  246. package/ts/inputs/obj/upload_box.d.ts +18 -14
  247. package/ts/inputs/scripts/index.d.ts +2 -2
  248. package/ts/inputs/scripts/resolve.d.ts +7 -5
  249. package/ts/inputs/scripts/upload_box.d.ts +8 -8
  250. package/ts/settings/components/body.d.ts +3 -3
  251. package/ts/settings/components/index.d.ts +1 -1
  252. package/ts/settings/components/prop_types/body.d.ts +8 -7
  253. package/ts/settings/components/prop_types/index.d.ts +1 -1
  254. package/ts/settings/data/back_up.d.ts +17 -16
  255. package/ts/settings/data/index.d.ts +2 -2
  256. package/ts/settings/data/sections.d.ts +43 -37
  257. package/ts/settings/developer_mode/data/index.d.ts +1 -0
  258. package/ts/settings/developer_mode/data/main.d.ts +13 -0
  259. package/ts/settings/init.d.ts +1 -1
  260. package/ts/settings/internal.d.ts +8 -9
  261. package/ts/settings/optional_permissions/data/index.d.ts +1 -1
  262. package/ts/settings/optional_permissions/data/main.d.ts +11 -11
  263. package/ts/settings/optional_permissions/interfaces/index.d.ts +1 -1
  264. package/ts/settings/optional_permissions/interfaces/optional_permission_checkbox_dict.d.ts +3 -3
  265. package/ts/settings/scripts/index.d.ts +1 -1
  266. package/ts/settings/scripts/theme.d.ts +12 -12
  267. package/ts/shared/app.d.ts +25 -18
  268. package/ts/shared/app_ext_globals.d.ts +1 -6
  269. package/ts/shared/app_version/components/body.d.ts +2 -2
  270. package/ts/shared/app_version/components/index.d.ts +1 -1
  271. package/ts/shared/css_vars/scripts/index.d.ts +1 -1
  272. package/ts/shared/css_vars/scripts/main.d.ts +18 -18
  273. package/ts/shared/data/data/index.d.ts +1 -1
  274. package/ts/shared/data/data/main.d.ts +1 -4
  275. package/ts/shared/data/interfaces/index.d.ts +1 -1
  276. package/ts/shared/data/interfaces/val.d.ts +2 -2
  277. package/ts/shared/ext.d.ts +28 -27
  278. package/ts/shared/functions.d.ts +3 -3
  279. package/ts/shared/globals.d.ts +1 -4
  280. package/ts/shared/header/scripts/index.d.ts +1 -0
  281. package/ts/{announcement/scripts/header.d.ts → shared/header/scripts/main.d.ts} +6 -6
  282. package/ts/shared/init.d.ts +1 -1
  283. package/ts/shared/internal.d.ts +40 -29
  284. package/ts/shared/loading_screen/components/body.d.ts +3 -3
  285. package/ts/shared/loading_screen/components/index.d.ts +1 -1
  286. package/ts/shared/loading_screen/components/prop_types/body.d.ts +5 -5
  287. package/ts/shared/loading_screen/components/prop_types/index.d.ts +1 -1
  288. package/ts/shared/loading_screen/data/index.d.ts +1 -1
  289. package/ts/shared/loading_screen/data/main.d.ts +12 -12
  290. package/ts/shared/loading_screen/scripts/index.d.ts +2 -2
  291. package/ts/shared/loading_screen/scripts/roots.d.ts +11 -11
  292. package/ts/shared/loading_screen/scripts/tr.d.ts +8 -8
  293. package/ts/shared/no_tr/scripts/index.d.ts +1 -1
  294. package/ts/shared/no_tr/scripts/main.d.ts +12 -12
  295. package/ts/shared/offers/components/body.d.ts +3 -0
  296. package/ts/shared/offers/components/counter.d.ts +2 -0
  297. package/ts/shared/offers/components/index.d.ts +6 -0
  298. package/ts/shared/offers/components/next_offer_btn.d.ts +2 -0
  299. package/ts/shared/offers/components/offer.d.ts +3 -0
  300. package/ts/shared/offers/components/previous_offer_btn.d.ts +2 -0
  301. package/ts/shared/offers/components/prop_types/body.d.ts +5 -0
  302. package/ts/shared/offers/components/prop_types/index.d.ts +2 -0
  303. package/ts/shared/offers/components/prop_types/offer.d.ts +4 -0
  304. package/ts/shared/offers/components/top_bar.d.ts +2 -0
  305. package/ts/shared/offers/data/index.d.ts +1 -0
  306. package/ts/shared/offers/data/main.d.ts +22 -0
  307. package/ts/shared/offers/interfaces/index.d.ts +1 -0
  308. package/ts/shared/offers/interfaces/offer_banner_type.d.ts +1 -0
  309. package/ts/shared/offers/obj/index.d.ts +1 -0
  310. package/ts/shared/offers/obj/offer.d.ts +12 -0
  311. package/ts/shared/offers/scripts/index.d.ts +1 -0
  312. package/ts/shared/offers/scripts/main.d.ts +8 -0
  313. package/ts/shared/schema/data/index.d.ts +1 -0
  314. package/ts/shared/schema/data/main.d.ts +12 -0
  315. package/ts/shared/schema/obj/index.d.ts +1 -0
  316. package/ts/{settings → shared}/schema/obj/transform_item.d.ts +7 -7
  317. package/ts/shared/service_worker/scripts/index.d.ts +1 -0
  318. package/ts/shared/service_worker/scripts/main.d.ts +9 -0
  319. package/ts/shared/settings/data/index.d.ts +1 -0
  320. package/ts/shared/settings/data/main.d.ts +15 -0
  321. package/ts/shared/svg.d.ts +9 -7
  322. package/ts/shared/t.d.ts +36 -34
  323. package/ts/shared/tab_index/interfaces/index.d.ts +1 -1
  324. package/ts/shared/tab_index/interfaces/set_Input_type_event.d.ts +2 -2
  325. package/ts/shared/tab_index/scripts/index.d.ts +1 -1
  326. package/ts/shared/tab_index/scripts/main.d.ts +18 -18
  327. package/ts/shared/theme/scripts/index.d.ts +1 -1
  328. package/ts/shared/theme/scripts/main.d.ts +11 -11
  329. package/ts/shared/title/scripts/index.d.ts +1 -1
  330. package/ts/shared/title/scripts/main.d.ts +6 -6
  331. package/ts/shared/tr/components/base_tr.d.ts +9 -9
  332. package/ts/shared/tr/components/index.d.ts +1 -1
  333. package/ts/shared/tr/components/prop_types/base_tr.d.ts +13 -13
  334. package/ts/shared/tr/components/prop_types/index.d.ts +1 -1
  335. package/ts/shared/tr/data/index.d.ts +1 -1
  336. package/ts/shared/tr/data/transition.d.ts +23 -23
  337. package/ts/shared/tr/interfaces/index.d.ts +1 -1
  338. package/ts/shared/tr/interfaces/transitions.d.ts +2 -2
  339. package/ts/shared/tr/obj/index.d.ts +1 -1
  340. package/ts/shared/tr/obj/transition.d.ts +8 -8
  341. package/ts/shared/utils/scripts/index.d.ts +1 -1
  342. package/ts/shared/utils/scripts/main.d.ts +11 -11
  343. package/ts/shared/vars.d.ts +2 -1
  344. package/ts/shared/viewport/scripts/index.d.ts +1 -1
  345. package/ts/shared/viewport/scripts/main.d.ts +8 -8
  346. package/ts/shared/x.d.ts +56 -60
  347. package/chunk-main-303525a1.js +0 -1
  348. package/chunk-main-3865bde3.js +0 -9
  349. package/chunk-main-6b1a6024.js +0 -1
  350. package/chunk-pickr.min-ee5e2c4f.js +0 -1
  351. package/fonts/noto_sans.woff2 +0 -0
  352. package/ts/announcement/components/prop_types/body.d.ts +0 -4
  353. package/ts/announcement/components/prop_types/index.d.ts +0 -1
  354. package/ts/settings/schema/data/index.d.ts +0 -1
  355. package/ts/settings/schema/data/main.d.ts +0 -10
  356. package/ts/settings/schema/obj/index.d.ts +0 -1
@@ -0,0 +1,863 @@
1
+ Name: webextension-polyfill
2
+ Version: 0.10.0
3
+ License: MPL-2.0
4
+ Private: false
5
+ Description: A lightweight polyfill library for Promise-based WebExtension APIs in Chrome.
6
+ Repository: git+https://github.com/mozilla/webextension-polyfill.git
7
+ Homepage: https://github.com/mozilla/webextension-polyfill
8
+ Author: Mozilla
9
+ License Copyright:
10
+ ===
11
+
12
+ Mozilla Public License Version 2.0
13
+ ==================================
14
+
15
+ 1. Definitions
16
+ --------------
17
+
18
+ 1.1. "Contributor"
19
+ means each individual or legal entity that creates, contributes to
20
+ the creation of, or owns Covered Software.
21
+
22
+ 1.2. "Contributor Version"
23
+ means the combination of the Contributions of others (if any) used
24
+ by a Contributor and that particular Contributor's Contribution.
25
+
26
+ 1.3. "Contribution"
27
+ means Covered Software of a particular Contributor.
28
+
29
+ 1.4. "Covered Software"
30
+ means Source Code Form to which the initial Contributor has attached
31
+ the notice in Exhibit A, the Executable Form of such Source Code
32
+ Form, and Modifications of such Source Code Form, in each case
33
+ including portions thereof.
34
+
35
+ 1.5. "Incompatible With Secondary Licenses"
36
+ means
37
+
38
+ (a) that the initial Contributor has attached the notice described
39
+ in Exhibit B to the Covered Software; or
40
+
41
+ (b) that the Covered Software was made available under the terms of
42
+ version 1.1 or earlier of the License, but not also under the
43
+ terms of a Secondary License.
44
+
45
+ 1.6. "Executable Form"
46
+ means any form of the work other than Source Code Form.
47
+
48
+ 1.7. "Larger Work"
49
+ means a work that combines Covered Software with other material, in
50
+ a separate file or files, that is not Covered Software.
51
+
52
+ 1.8. "License"
53
+ means this document.
54
+
55
+ 1.9. "Licensable"
56
+ means having the right to grant, to the maximum extent possible,
57
+ whether at the time of the initial grant or subsequently, any and
58
+ all of the rights conveyed by this License.
59
+
60
+ 1.10. "Modifications"
61
+ means any of the following:
62
+
63
+ (a) any file in Source Code Form that results from an addition to,
64
+ deletion from, or modification of the contents of Covered
65
+ Software; or
66
+
67
+ (b) any new file in Source Code Form that contains any Covered
68
+ Software.
69
+
70
+ 1.11. "Patent Claims" of a Contributor
71
+ means any patent claim(s), including without limitation, method,
72
+ process, and apparatus claims, in any patent Licensable by such
73
+ Contributor that would be infringed, but for the grant of the
74
+ License, by the making, using, selling, offering for sale, having
75
+ made, import, or transfer of either its Contributions or its
76
+ Contributor Version.
77
+
78
+ 1.12. "Secondary License"
79
+ means either the GNU General Public License, Version 2.0, the GNU
80
+ Lesser General Public License, Version 2.1, the GNU Affero General
81
+ Public License, Version 3.0, or any later versions of those
82
+ licenses.
83
+
84
+ 1.13. "Source Code Form"
85
+ means the form of the work preferred for making modifications.
86
+
87
+ 1.14. "You" (or "Your")
88
+ means an individual or a legal entity exercising rights under this
89
+ License. For legal entities, "You" includes any entity that
90
+ controls, is controlled by, or is under common control with You. For
91
+ purposes of this definition, "control" means (a) the power, direct
92
+ or indirect, to cause the direction or management of such entity,
93
+ whether by contract or otherwise, or (b) ownership of more than
94
+ fifty percent (50%) of the outstanding shares or beneficial
95
+ ownership of such entity.
96
+
97
+ 2. License Grants and Conditions
98
+ --------------------------------
99
+
100
+ 2.1. Grants
101
+
102
+ Each Contributor hereby grants You a world-wide, royalty-free,
103
+ non-exclusive license:
104
+
105
+ (a) under intellectual property rights (other than patent or trademark)
106
+ Licensable by such Contributor to use, reproduce, make available,
107
+ modify, display, perform, distribute, and otherwise exploit its
108
+ Contributions, either on an unmodified basis, with Modifications, or
109
+ as part of a Larger Work; and
110
+
111
+ (b) under Patent Claims of such Contributor to make, use, sell, offer
112
+ for sale, have made, import, and otherwise transfer either its
113
+ Contributions or its Contributor Version.
114
+
115
+ 2.2. Effective Date
116
+
117
+ The licenses granted in Section 2.1 with respect to any Contribution
118
+ become effective for each Contribution on the date the Contributor first
119
+ distributes such Contribution.
120
+
121
+ 2.3. Limitations on Grant Scope
122
+
123
+ The licenses granted in this Section 2 are the only rights granted under
124
+ this License. No additional rights or licenses will be implied from the
125
+ distribution or licensing of Covered Software under this License.
126
+ Notwithstanding Section 2.1(b) above, no patent license is granted by a
127
+ Contributor:
128
+
129
+ (a) for any code that a Contributor has removed from Covered Software;
130
+ or
131
+
132
+ (b) for infringements caused by: (i) Your and any other third party's
133
+ modifications of Covered Software, or (ii) the combination of its
134
+ Contributions with other software (except as part of its Contributor
135
+ Version); or
136
+
137
+ (c) under Patent Claims infringed by Covered Software in the absence of
138
+ its Contributions.
139
+
140
+ This License does not grant any rights in the trademarks, service marks,
141
+ or logos of any Contributor (except as may be necessary to comply with
142
+ the notice requirements in Section 3.4).
143
+
144
+ 2.4. Subsequent Licenses
145
+
146
+ No Contributor makes additional grants as a result of Your choice to
147
+ distribute the Covered Software under a subsequent version of this
148
+ License (see Section 10.2) or under the terms of a Secondary License (if
149
+ permitted under the terms of Section 3.3).
150
+
151
+ 2.5. Representation
152
+
153
+ Each Contributor represents that the Contributor believes its
154
+ Contributions are its original creation(s) or it has sufficient rights
155
+ to grant the rights to its Contributions conveyed by this License.
156
+
157
+ 2.6. Fair Use
158
+
159
+ This License is not intended to limit any rights You have under
160
+ applicable copyright doctrines of fair use, fair dealing, or other
161
+ equivalents.
162
+
163
+ 2.7. Conditions
164
+
165
+ Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
166
+ in Section 2.1.
167
+
168
+ 3. Responsibilities
169
+ -------------------
170
+
171
+ 3.1. Distribution of Source Form
172
+
173
+ All distribution of Covered Software in Source Code Form, including any
174
+ Modifications that You create or to which You contribute, must be under
175
+ the terms of this License. You must inform recipients that the Source
176
+ Code Form of the Covered Software is governed by the terms of this
177
+ License, and how they can obtain a copy of this License. You may not
178
+ attempt to alter or restrict the recipients' rights in the Source Code
179
+ Form.
180
+
181
+ 3.2. Distribution of Executable Form
182
+
183
+ If You distribute Covered Software in Executable Form then:
184
+
185
+ (a) such Covered Software must also be made available in Source Code
186
+ Form, as described in Section 3.1, and You must inform recipients of
187
+ the Executable Form how they can obtain a copy of such Source Code
188
+ Form by reasonable means in a timely manner, at a charge no more
189
+ than the cost of distribution to the recipient; and
190
+
191
+ (b) You may distribute such Executable Form under the terms of this
192
+ License, or sublicense it under different terms, provided that the
193
+ license for the Executable Form does not attempt to limit or alter
194
+ the recipients' rights in the Source Code Form under this License.
195
+
196
+ 3.3. Distribution of a Larger Work
197
+
198
+ You may create and distribute a Larger Work under terms of Your choice,
199
+ provided that You also comply with the requirements of this License for
200
+ the Covered Software. If the Larger Work is a combination of Covered
201
+ Software with a work governed by one or more Secondary Licenses, and the
202
+ Covered Software is not Incompatible With Secondary Licenses, this
203
+ License permits You to additionally distribute such Covered Software
204
+ under the terms of such Secondary License(s), so that the recipient of
205
+ the Larger Work may, at their option, further distribute the Covered
206
+ Software under the terms of either this License or such Secondary
207
+ License(s).
208
+
209
+ 3.4. Notices
210
+
211
+ You may not remove or alter the substance of any license notices
212
+ (including copyright notices, patent notices, disclaimers of warranty,
213
+ or limitations of liability) contained within the Source Code Form of
214
+ the Covered Software, except that You may alter any license notices to
215
+ the extent required to remedy known factual inaccuracies.
216
+
217
+ 3.5. Application of Additional Terms
218
+
219
+ You may choose to offer, and to charge a fee for, warranty, support,
220
+ indemnity or liability obligations to one or more recipients of Covered
221
+ Software. However, You may do so only on Your own behalf, and not on
222
+ behalf of any Contributor. You must make it absolutely clear that any
223
+ such warranty, support, indemnity, or liability obligation is offered by
224
+ You alone, and You hereby agree to indemnify every Contributor for any
225
+ liability incurred by such Contributor as a result of warranty, support,
226
+ indemnity or liability terms You offer. You may include additional
227
+ disclaimers of warranty and limitations of liability specific to any
228
+ jurisdiction.
229
+
230
+ 4. Inability to Comply Due to Statute or Regulation
231
+ ---------------------------------------------------
232
+
233
+ If it is impossible for You to comply with any of the terms of this
234
+ License with respect to some or all of the Covered Software due to
235
+ statute, judicial order, or regulation then You must: (a) comply with
236
+ the terms of this License to the maximum extent possible; and (b)
237
+ describe the limitations and the code they affect. Such description must
238
+ be placed in a text file included with all distributions of the Covered
239
+ Software under this License. Except to the extent prohibited by statute
240
+ or regulation, such description must be sufficiently detailed for a
241
+ recipient of ordinary skill to be able to understand it.
242
+
243
+ 5. Termination
244
+ --------------
245
+
246
+ 5.1. The rights granted under this License will terminate automatically
247
+ if You fail to comply with any of its terms. However, if You become
248
+ compliant, then the rights granted under this License from a particular
249
+ Contributor are reinstated (a) provisionally, unless and until such
250
+ Contributor explicitly and finally terminates Your grants, and (b) on an
251
+ ongoing basis, if such Contributor fails to notify You of the
252
+ non-compliance by some reasonable means prior to 60 days after You have
253
+ come back into compliance. Moreover, Your grants from a particular
254
+ Contributor are reinstated on an ongoing basis if such Contributor
255
+ notifies You of the non-compliance by some reasonable means, this is the
256
+ first time You have received notice of non-compliance with this License
257
+ from such Contributor, and You become compliant prior to 30 days after
258
+ Your receipt of the notice.
259
+
260
+ 5.2. If You initiate litigation against any entity by asserting a patent
261
+ infringement claim (excluding declaratory judgment actions,
262
+ counter-claims, and cross-claims) alleging that a Contributor Version
263
+ directly or indirectly infringes any patent, then the rights granted to
264
+ You by any and all Contributors for the Covered Software under Section
265
+ 2.1 of this License shall terminate.
266
+
267
+ 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
268
+ end user license agreements (excluding distributors and resellers) which
269
+ have been validly granted by You or Your distributors under this License
270
+ prior to termination shall survive termination.
271
+
272
+ ************************************************************************
273
+ * *
274
+ * 6. Disclaimer of Warranty *
275
+ * ------------------------- *
276
+ * *
277
+ * Covered Software is provided under this License on an "as is" *
278
+ * basis, without warranty of any kind, either expressed, implied, or *
279
+ * statutory, including, without limitation, warranties that the *
280
+ * Covered Software is free of defects, merchantable, fit for a *
281
+ * particular purpose or non-infringing. The entire risk as to the *
282
+ * quality and performance of the Covered Software is with You. *
283
+ * Should any Covered Software prove defective in any respect, You *
284
+ * (not any Contributor) assume the cost of any necessary servicing, *
285
+ * repair, or correction. This disclaimer of warranty constitutes an *
286
+ * essential part of this License. No use of any Covered Software is *
287
+ * authorized under this License except under this disclaimer. *
288
+ * *
289
+ ************************************************************************
290
+
291
+ ************************************************************************
292
+ * *
293
+ * 7. Limitation of Liability *
294
+ * -------------------------- *
295
+ * *
296
+ * Under no circumstances and under no legal theory, whether tort *
297
+ * (including negligence), contract, or otherwise, shall any *
298
+ * Contributor, or anyone who distributes Covered Software as *
299
+ * permitted above, be liable to You for any direct, indirect, *
300
+ * special, incidental, or consequential damages of any character *
301
+ * including, without limitation, damages for lost profits, loss of *
302
+ * goodwill, work stoppage, computer failure or malfunction, or any *
303
+ * and all other commercial damages or losses, even if such party *
304
+ * shall have been informed of the possibility of such damages. This *
305
+ * limitation of liability shall not apply to liability for death or *
306
+ * personal injury resulting from such party's negligence to the *
307
+ * extent applicable law prohibits such limitation. Some *
308
+ * jurisdictions do not allow the exclusion or limitation of *
309
+ * incidental or consequential damages, so this exclusion and *
310
+ * limitation may not apply to You. *
311
+ * *
312
+ ************************************************************************
313
+
314
+ 8. Litigation
315
+ -------------
316
+
317
+ Any litigation relating to this License may be brought only in the
318
+ courts of a jurisdiction where the defendant maintains its principal
319
+ place of business and such litigation shall be governed by laws of that
320
+ jurisdiction, without reference to its conflict-of-law provisions.
321
+ Nothing in this Section shall prevent a party's ability to bring
322
+ cross-claims or counter-claims.
323
+
324
+ 9. Miscellaneous
325
+ ----------------
326
+
327
+ This License represents the complete agreement concerning the subject
328
+ matter hereof. If any provision of this License is held to be
329
+ unenforceable, such provision shall be reformed only to the extent
330
+ necessary to make it enforceable. Any law or regulation which provides
331
+ that the language of a contract shall be construed against the drafter
332
+ shall not be used to construe this License against a Contributor.
333
+
334
+ 10. Versions of the License
335
+ ---------------------------
336
+
337
+ 10.1. New Versions
338
+
339
+ Mozilla Foundation is the license steward. Except as provided in Section
340
+ 10.3, no one other than the license steward has the right to modify or
341
+ publish new versions of this License. Each version will be given a
342
+ distinguishing version number.
343
+
344
+ 10.2. Effect of New Versions
345
+
346
+ You may distribute the Covered Software under the terms of the version
347
+ of the License under which You originally received the Covered Software,
348
+ or under the terms of any subsequent version published by the license
349
+ steward.
350
+
351
+ 10.3. Modified Versions
352
+
353
+ If you create software not governed by this License, and you want to
354
+ create a new license for such software, you may create and use a
355
+ modified version of this License if you rename the license and remove
356
+ any references to the name of the license steward (except to note that
357
+ such modified license differs from this License).
358
+
359
+ 10.4. Distributing Source Code Form that is Incompatible With Secondary
360
+ Licenses
361
+
362
+ If You choose to distribute Source Code Form that is Incompatible With
363
+ Secondary Licenses under the terms of this version of the License, the
364
+ notice described in Exhibit B of this License must be attached.
365
+
366
+ Exhibit A - Source Code Form License Notice
367
+ -------------------------------------------
368
+
369
+ This Source Code Form is subject to the terms of the Mozilla Public
370
+ License, v. 2.0. If a copy of the MPL was not distributed with this
371
+ file, You can obtain one at http://mozilla.org/MPL/2.0/.
372
+
373
+ If it is not possible or desirable to put the notice in a particular
374
+ file, then You may include the notice in a location (such as a LICENSE
375
+ file in a relevant directory) where a recipient would be likely to look
376
+ for such a notice.
377
+
378
+ You may add additional accurate notices of copyright ownership.
379
+
380
+ Exhibit B - "Incompatible With Secondary Licenses" Notice
381
+ ---------------------------------------------------------
382
+
383
+ This Source Code Form is "Incompatible With Secondary Licenses", as
384
+ defined by the Mozilla Public License, v. 2.0.
385
+
386
+
387
+ ---
388
+
389
+ Name: @simonwep/pickr
390
+ Version: 1.9.0
391
+ License: MIT
392
+ Private: false
393
+ Description: Flat, Simple, Hackable Color-Picker.
394
+ Repository: https://github.com/Simonwep/pickr.git
395
+ Homepage: https://github.com/Simonwep/pickr#readme
396
+ Author: Simon Reinisch <trash@reinisch.io>
397
+ License Copyright:
398
+ ===
399
+
400
+ MIT License
401
+
402
+ Copyright (c) 2018 - 2021 Simon Reinisch
403
+
404
+ Permission is hereby granted, free of charge, to any person obtaining a copy
405
+ of this software and associated documentation files (the "Software"), to deal
406
+ in the Software without restriction, including without limitation the rights
407
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
408
+ copies of the Software, and to permit persons to whom the Software is
409
+ furnished to do so, subject to the following conditions:
410
+
411
+ The above copyright notice and this permission notice shall be included in all
412
+ copies or substantial portions of the Software.
413
+
414
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
415
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
416
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
417
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
418
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
419
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
420
+ SOFTWARE.
421
+
422
+
423
+ ---
424
+
425
+ Name: tslib
426
+ Version: 2.6.2
427
+ License: 0BSD
428
+ Private: false
429
+ Description: Runtime library for TypeScript helper functions
430
+ Repository: https://github.com/Microsoft/tslib.git
431
+ Homepage: https://www.typescriptlang.org/
432
+ Author: Microsoft Corp.
433
+ License Copyright:
434
+ ===
435
+
436
+ Copyright (c) Microsoft Corporation.
437
+
438
+ Permission to use, copy, modify, and/or distribute this software for any
439
+ purpose with or without fee is hereby granted.
440
+
441
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
442
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
443
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
444
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
445
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
446
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
447
+ PERFORMANCE OF THIS SOFTWARE.
448
+
449
+ ---
450
+
451
+ Name: lodash
452
+ Version: 4.17.21
453
+ License: MIT
454
+ Private: false
455
+ Description: Lodash modular utilities.
456
+ Repository: undefined
457
+ Homepage: https://lodash.com/
458
+ Author: John-David Dalton <john.david.dalton@gmail.com>
459
+ Contributors:
460
+ John-David Dalton <john.david.dalton@gmail.com>
461
+ Mathias Bynens <mathias@qiwi.be>
462
+ License Copyright:
463
+ ===
464
+
465
+ Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
466
+
467
+ Based on Underscore.js, copyright Jeremy Ashkenas,
468
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
469
+
470
+ This software consists of voluntary contributions made by many
471
+ individuals. For exact contribution history, see the revision history
472
+ available at https://github.com/lodash/lodash
473
+
474
+ The following license applies to all parts of this software except as
475
+ documented below:
476
+
477
+ ====
478
+
479
+ Permission is hereby granted, free of charge, to any person obtaining
480
+ a copy of this software and associated documentation files (the
481
+ "Software"), to deal in the Software without restriction, including
482
+ without limitation the rights to use, copy, modify, merge, publish,
483
+ distribute, sublicense, and/or sell copies of the Software, and to
484
+ permit persons to whom the Software is furnished to do so, subject to
485
+ the following conditions:
486
+
487
+ The above copyright notice and this permission notice shall be
488
+ included in all copies or substantial portions of the Software.
489
+
490
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
491
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
492
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
493
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
494
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
495
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
496
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
497
+
498
+ ====
499
+
500
+ Copyright and related rights for sample code are waived via CC0. Sample
501
+ code is defined as all source code displayed within the prose of the
502
+ documentation.
503
+
504
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
505
+
506
+ ====
507
+
508
+ Files located in the node_modules and vendor directories are externally
509
+ maintained libraries used by this software which have their own
510
+ licenses; we recommend you read them, as their terms may differ from the
511
+ terms above.
512
+
513
+
514
+ ---
515
+
516
+ Name: mobx
517
+ Version: 6.12.0
518
+ License: MIT
519
+ Private: false
520
+ Description: Simple, scalable state management.
521
+ Repository: https://github.com/mobxjs/mobx.git
522
+ Homepage: https://mobx.js.org/
523
+ Author: Michel Weststrate
524
+ License Copyright:
525
+ ===
526
+
527
+ The MIT License (MIT)
528
+
529
+ Copyright (c) 2015 Michel Weststrate
530
+
531
+ Permission is hereby granted, free of charge, to any person obtaining a copy
532
+ of this software and associated documentation files (the "Software"), to deal
533
+ in the Software without restriction, including without limitation the rights
534
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
535
+ copies of the Software, and to permit persons to whom the Software is
536
+ furnished to do so, subject to the following conditions:
537
+
538
+ The above copyright notice and this permission notice shall be included in all
539
+ copies or substantial portions of the Software.
540
+
541
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
542
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
543
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
544
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
545
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
546
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
547
+ SOFTWARE.
548
+
549
+
550
+ ---
551
+
552
+ Name: mobx-react-lite
553
+ Version: 4.0.5
554
+ License: MIT
555
+ Private: false
556
+ Description: Lightweight React bindings for MobX based on React 16.8+ and Hooks
557
+ Repository: https://github.com/mobxjs/mobx.git
558
+ Homepage: https://mobx.js.org
559
+ Author: Daniel K.
560
+ License Copyright:
561
+ ===
562
+
563
+ The MIT License (MIT)
564
+
565
+ Copyright (c) 2015 Michel Weststrate
566
+
567
+ Permission is hereby granted, free of charge, to any person obtaining a copy
568
+ of this software and associated documentation files (the "Software"), to deal
569
+ in the Software without restriction, including without limitation the rights
570
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
571
+ copies of the Software, and to permit persons to whom the Software is
572
+ furnished to do so, subject to the following conditions:
573
+
574
+ The above copyright notice and this permission notice shall be included in all
575
+ copies or substantial portions of the Software.
576
+
577
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
578
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
579
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
580
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
581
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
582
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
583
+ SOFTWARE.
584
+
585
+
586
+ ---
587
+
588
+ Name: use-sync-external-store
589
+ Version: 1.2.0
590
+ License: MIT
591
+ Private: false
592
+ Description: Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.
593
+ Repository: https://github.com/facebook/react.git
594
+ License Copyright:
595
+ ===
596
+
597
+ MIT License
598
+
599
+ Copyright (c) Facebook, Inc. and its affiliates.
600
+
601
+ Permission is hereby granted, free of charge, to any person obtaining a copy
602
+ of this software and associated documentation files (the "Software"), to deal
603
+ in the Software without restriction, including without limitation the rights
604
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
605
+ copies of the Software, and to permit persons to whom the Software is
606
+ furnished to do so, subject to the following conditions:
607
+
608
+ The above copyright notice and this permission notice shall be included in all
609
+ copies or substantial portions of the Software.
610
+
611
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
612
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
613
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
614
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
615
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
616
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
617
+ SOFTWARE.
618
+
619
+
620
+ ---
621
+
622
+ Name: mobx-react
623
+ Version: 9.1.0
624
+ License: MIT
625
+ Private: false
626
+ Description: React bindings for MobX. Create fully reactive components.
627
+ Repository: https://github.com/mobxjs/mobx.git
628
+ Homepage: https://mobx.js.org
629
+ Author: Michel Weststrate
630
+ License Copyright:
631
+ ===
632
+
633
+ The MIT License (MIT)
634
+
635
+ Copyright (c) 2015 Michel Weststrate
636
+
637
+ Permission is hereby granted, free of charge, to any person obtaining a copy
638
+ of this software and associated documentation files (the "Software"), to deal
639
+ in the Software without restriction, including without limitation the rights
640
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
641
+ copies of the Software, and to permit persons to whom the Software is
642
+ furnished to do so, subject to the following conditions:
643
+
644
+ The above copyright notice and this permission notice shall be included in all
645
+ copies or substantial portions of the Software.
646
+
647
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
648
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
649
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
650
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
651
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
652
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
653
+ SOFTWARE.
654
+
655
+
656
+ ---
657
+
658
+ Name: @floating-ui/utils
659
+ Version: 0.1.6
660
+ License: MIT
661
+ Private: false
662
+ Description: Utilities for Floating UI
663
+ Repository: https://github.com/floating-ui/floating-ui.git
664
+ Homepage: https://floating-ui.com
665
+ Author: atomiks
666
+ License Copyright:
667
+ ===
668
+
669
+ MIT License
670
+
671
+ Copyright (c) 2021-present Floating UI contributors
672
+
673
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
674
+ this software and associated documentation files (the "Software"), to deal in
675
+ the Software without restriction, including without limitation the rights to
676
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
677
+ the Software, and to permit persons to whom the Software is furnished to do so,
678
+ subject to the following conditions:
679
+
680
+ The above copyright notice and this permission notice shall be included in all
681
+ copies or substantial portions of the Software.
682
+
683
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
684
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
685
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
686
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
687
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
688
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
689
+
690
+
691
+ ---
692
+
693
+ Name: @floating-ui/react
694
+ Version: 0.26.4
695
+ License: MIT
696
+ Private: false
697
+ Description: Floating UI for React
698
+ Repository: https://github.com/floating-ui/floating-ui.git
699
+ Homepage: https://floating-ui.com/docs/react
700
+ Author: atomiks
701
+ License Copyright:
702
+ ===
703
+
704
+ MIT License
705
+
706
+ Copyright (c) 2021-present Floating UI contributors
707
+
708
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
709
+ this software and associated documentation files (the "Software"), to deal in
710
+ the Software without restriction, including without limitation the rights to
711
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
712
+ the Software, and to permit persons to whom the Software is furnished to do so,
713
+ subject to the following conditions:
714
+
715
+ The above copyright notice and this permission notice shall be included in all
716
+ copies or substantial portions of the Software.
717
+
718
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
719
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
720
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
721
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
722
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
723
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
724
+
725
+
726
+ ---
727
+
728
+ Name: @floating-ui/core
729
+ Version: 1.5.2
730
+ License: MIT
731
+ Private: false
732
+ Description: Positioning library for floating elements: tooltips, popovers, dropdowns, and more
733
+ Repository: https://github.com/floating-ui/floating-ui.git
734
+ Homepage: https://floating-ui.com
735
+ Author: atomiks
736
+ License Copyright:
737
+ ===
738
+
739
+ MIT License
740
+
741
+ Copyright (c) 2021-present Floating UI contributors
742
+
743
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
744
+ this software and associated documentation files (the "Software"), to deal in
745
+ the Software without restriction, including without limitation the rights to
746
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
747
+ the Software, and to permit persons to whom the Software is furnished to do so,
748
+ subject to the following conditions:
749
+
750
+ The above copyright notice and this permission notice shall be included in all
751
+ copies or substantial portions of the Software.
752
+
753
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
754
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
755
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
756
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
757
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
758
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
759
+
760
+
761
+ ---
762
+
763
+ Name: @floating-ui/dom
764
+ Version: 1.5.3
765
+ License: MIT
766
+ Private: false
767
+ Description: Floating UI for the web
768
+ Repository: https://github.com/floating-ui/floating-ui.git
769
+ Homepage: https://floating-ui.com
770
+ Author: atomiks
771
+ License Copyright:
772
+ ===
773
+
774
+ MIT License
775
+
776
+ Copyright (c) 2021-present Floating UI contributors
777
+
778
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
779
+ this software and associated documentation files (the "Software"), to deal in
780
+ the Software without restriction, including without limitation the rights to
781
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
782
+ the Software, and to permit persons to whom the Software is furnished to do so,
783
+ subject to the following conditions:
784
+
785
+ The above copyright notice and this permission notice shall be included in all
786
+ copies or substantial portions of the Software.
787
+
788
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
789
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
790
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
791
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
792
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
793
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
794
+
795
+
796
+ ---
797
+
798
+ Name: @floating-ui/react-dom
799
+ Version: 2.0.4
800
+ License: MIT
801
+ Private: false
802
+ Description: Floating UI for React DOM
803
+ Repository: https://github.com/floating-ui/floating-ui.git
804
+ Homepage: https://floating-ui.com/docs/react-dom
805
+ Author: atomiks
806
+ License Copyright:
807
+ ===
808
+
809
+ MIT License
810
+
811
+ Copyright (c) 2021-present Floating UI contributors
812
+
813
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
814
+ this software and associated documentation files (the "Software"), to deal in
815
+ the Software without restriction, including without limitation the rights to
816
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
817
+ the Software, and to permit persons to whom the Software is furnished to do so,
818
+ subject to the following conditions:
819
+
820
+ The above copyright notice and this permission notice shall be included in all
821
+ copies or substantial portions of the Software.
822
+
823
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
824
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
825
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
826
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
827
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
828
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
829
+
830
+
831
+ ---
832
+
833
+ Name: mobx-utils
834
+ Version: 6.0.8
835
+ License: MIT
836
+ Private: false
837
+ Description: Utility functions and common patterns for MobX
838
+ Repository: https://github.com/mobxjs/mobx-utils.git
839
+ Author: Michel Weststrate
840
+ License Copyright:
841
+ ===
842
+
843
+ MIT License
844
+
845
+ Copyright (c) 2016 MobX
846
+
847
+ Permission is hereby granted, free of charge, to any person obtaining a copy
848
+ of this software and associated documentation files (the "Software"), to deal
849
+ in the Software without restriction, including without limitation the rights
850
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
851
+ copies of the Software, and to permit persons to whom the Software is
852
+ furnished to do so, subject to the following conditions:
853
+
854
+ The above copyright notice and this permission notice shall be included in all
855
+ copies or substantial portions of the Software.
856
+
857
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
858
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
859
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
860
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
861
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
862
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
863
+ SOFTWARE.