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