@loftyshaky/shared 2.6.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 (555) hide show
  1. package/LICENSE.md +1 -1
  2. package/_locales/en/messages.json +116 -2
  3. package/_locales/ru/messages.json +42 -0
  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/ext_version.scss +7 -7
  62. package/scss/settings/index.scss +6 -6
  63. package/scss/settings/main.scss +6 -5
  64. package/scss/settings/section_btns.scss +4 -1
  65. package/scss/settings/sections.scss +9 -6
  66. package/scss/settings/transitions.scss +11 -11
  67. package/scss/shared/btns.scss +47 -66
  68. package/scss/shared/checkboxes.scss +11 -8
  69. package/scss/shared/close_btn.scss +7 -4
  70. package/scss/shared/color_pickers.scss +11 -8
  71. package/scss/shared/colors.scss +16 -12
  72. package/scss/shared/crash_handler.scss +39 -36
  73. package/scss/shared/embed/error.scss +116 -113
  74. package/scss/shared/embed/hidden_roots.scss +3 -3
  75. package/scss/shared/embed/loading_screen.scss +35 -36
  76. package/scss/shared/firefox.scss +31 -0
  77. package/scss/shared/focus.scss +13 -9
  78. package/scss/shared/group.scss +9 -2
  79. package/scss/shared/help.scss +17 -6
  80. package/scss/shared/hr.scss +8 -6
  81. package/scss/shared/icon_btns.scss +18 -0
  82. package/scss/shared/index.scss +35 -34
  83. package/scss/shared/input_btns.scss +7 -2
  84. package/scss/shared/input_error.scss +3 -1
  85. package/scss/shared/inputs.scss +48 -18
  86. package/scss/shared/inset_border.scss +15 -13
  87. package/scss/shared/link_btns.scss +17 -11
  88. package/scss/shared/links.scss +25 -23
  89. package/scss/shared/main.scss +3 -1
  90. package/scss/shared/mixins.scss +193 -184
  91. package/scss/shared/mods.scss +51 -45
  92. package/scss/shared/offers.scss +23 -5
  93. package/scss/shared/range.scss +51 -43
  94. package/scss/shared/scrollbar.scss +7 -4
  95. package/scss/shared/selects.scss +32 -26
  96. package/scss/shared/side_btns.scss +4 -0
  97. package/scss/shared/text.scss +9 -20
  98. package/scss/shared/themes/colors/aqua.scss +51 -42
  99. package/scss/shared/themes/colors/blaze.scss +55 -0
  100. package/scss/shared/themes/colors/clover.scss +51 -42
  101. package/scss/shared/themes/colors/dark.scss +63 -54
  102. package/scss/shared/themes/colors/lavender.scss +51 -42
  103. package/scss/shared/themes/colors/light.scss +63 -54
  104. package/scss/shared/themes/colors/ruby.scss +51 -42
  105. package/scss/shared/themes/colors/very_dark.scss +61 -54
  106. package/scss/shared/themes/general/aqua_theme.scss +4 -6
  107. package/scss/shared/themes/general/blaze_theme.scss +7 -0
  108. package/scss/shared/themes/general/clover_theme.scss +4 -6
  109. package/scss/shared/themes/general/dark_theme.scss +7 -6
  110. package/scss/shared/themes/general/lavender_theme.scss +4 -6
  111. package/scss/shared/themes/general/light_theme.scss +6 -5
  112. package/scss/shared/themes/general/ruby_theme.scss +4 -6
  113. package/scss/shared/themes/general/template.scss +108 -89
  114. package/scss/shared/themes/general/template_focus.scss +15 -15
  115. package/scss/shared/themes/general/very_dark_theme.scss +7 -6
  116. package/scss/shared/transitions.scss +57 -58
  117. package/scss/shared/upload_box.scss +18 -12
  118. package/scss/shared/vars.scss +3 -14
  119. package/settings.mjs +1 -0
  120. package/shared.mjs +1 -0
  121. package/shared_clean.mjs +1 -0
  122. package/{ts → src/ts}/announcement/components/body.d.ts +0 -1
  123. package/src/ts/announcement/components/index.d.ts +1 -0
  124. package/src/ts/announcement.d.ts +1 -0
  125. package/src/ts/app.d.ts +1 -0
  126. package/src/ts/custom.d.ts +68 -0
  127. package/{ts → src/ts}/dependencies/components/body.d.ts +0 -1
  128. package/src/ts/dependencies/components/index.d.ts +1 -0
  129. package/src/ts/dependencies/scripts/index.d.ts +1 -0
  130. package/src/ts/dependencies.d.ts +1 -0
  131. package/src/ts/error_modules/crash_handler/components/body.d.ts +5 -0
  132. package/src/ts/error_modules/crash_handler/components/index.d.ts +1 -0
  133. package/{ts → src/ts}/error_modules/crash_handler/components/prop_types/body.d.ts +1 -0
  134. package/src/ts/error_modules/crash_handler/components/prop_types/index.d.ts +1 -0
  135. package/src/ts/error_modules/crash_handler/data/index.d.ts +1 -0
  136. package/src/ts/error_modules/crash_handler/scripts/index.d.ts +1 -0
  137. package/src/ts/error_modules/css/scripts/index.d.ts +1 -0
  138. package/{ts → src/ts}/error_modules/error/components/body.d.ts +0 -1
  139. package/{ts → src/ts}/error_modules/error/components/close_btn.d.ts +0 -1
  140. package/{ts → src/ts}/error_modules/error/components/ext_name.d.ts +0 -1
  141. package/src/ts/error_modules/error/components/index.d.ts +6 -0
  142. package/{ts → src/ts}/error_modules/error/components/keep_visible_msg.d.ts +0 -1
  143. package/{ts → src/ts}/error_modules/error/components/msg.d.ts +0 -1
  144. package/{ts → src/ts}/error_modules/error/components/progress.d.ts +0 -1
  145. package/src/ts/error_modules/error/components/prop_types/index.d.ts +1 -0
  146. package/src/ts/error_modules/error/data/index.d.ts +4 -0
  147. package/src/ts/error_modules/error/scripts/index.d.ts +3 -0
  148. package/{ts → src/ts}/error_modules/error/scripts/notification.d.ts +1 -1
  149. package/{ts → src/ts}/error_modules/internal.d.ts +0 -3
  150. package/{ts → src/ts}/error_modules_clean/error/data/error.d.ts +9 -0
  151. package/src/ts/error_modules_clean/error/data/index.d.ts +1 -0
  152. package/src/ts/error_modules_clean/error/interfaces/index.d.ts +11 -0
  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 +12 -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/src/ts/shared_clean/data/data/settings.d.ts +17 -0
  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 +9 -6
  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 -83
  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 -198
  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/data/settings.d.ts +0 -16
  456. package/ts/shared_clean/data/interfaces/index.d.ts +0 -1
  457. package/ts/shared_clean/data/scripts/index.d.ts +0 -3
  458. package/ts/shared_clean/functions.d.ts +0 -4
  459. package/ts/shared_clean/no_tr/scripts/index.d.ts +0 -1
  460. package/ts/shared_clean/schema/data/index.d.ts +0 -1
  461. package/ts/shared_clean/schema/obj/index.d.ts +0 -1
  462. package/ts/shared_clean/service_worker/scripts/index.d.ts +0 -1
  463. package/ts/shared_clean/t.d.ts +0 -36
  464. package/ts/shared_clean/theme/scripts/index.d.ts +0 -1
  465. package/ts/shared_clean/title/scripts/index.d.ts +0 -1
  466. package/ts/shared_clean/utils/scripts/index.d.ts +0 -1
  467. package/ts/shared_clean/viewport/scripts/index.d.ts +0 -1
  468. package/{ts → src/ts}/announcement/internal.d.ts +0 -0
  469. package/{ts → src/ts}/dependencies/internal.d.ts +0 -0
  470. package/{ts → src/ts}/dependencies/scripts/dependencies.d.ts +0 -0
  471. package/{ts → src/ts}/error_modules/crash_handler/data/visibility.d.ts +0 -0
  472. package/{ts → src/ts}/error_modules/crash_handler/scripts/page.d.ts +0 -0
  473. package/{ts → src/ts}/error_modules/css/scripts/css.d.ts +0 -0
  474. package/{ts → src/ts}/error_modules/error/components/prop_types/body.d.ts +0 -0
  475. package/{ts → src/ts}/error_modules/error/data/error.d.ts +0 -0
  476. package/{ts → src/ts}/error_modules/error/data/msg.d.ts +0 -0
  477. package/{ts → src/ts}/error_modules/error/data/progress.d.ts +0 -0
  478. package/{ts → src/ts}/error_modules/error/data/state.d.ts +0 -0
  479. package/{ts → src/ts}/error_modules/error/scripts/flash.d.ts +0 -0
  480. package/{ts → src/ts}/error_modules/error/scripts/globals.d.ts +0 -0
  481. package/{ts → src/ts}/error_modules/init.d.ts +0 -0
  482. package/{ts → src/ts}/error_modules_clean/error/interfaces/error.d.ts +0 -0
  483. package/{ts → src/ts}/error_modules_clean/error/interfaces/error_obj.d.ts +0 -0
  484. package/{ts → src/ts}/error_modules_clean/error/interfaces/notification_type.d.ts +0 -0
  485. package/{ts → src/ts}/error_modules_clean/error/interfaces/observable_keys.d.ts +0 -0
  486. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error.d.ts +0 -0
  487. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error_state_1.d.ts +0 -0
  488. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error_state_1_f.d.ts +0 -0
  489. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error_state_2.d.ts +0 -0
  490. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error_state_2_f.d.ts +0 -0
  491. package/{ts → src/ts}/error_modules_clean/error/interfaces/show_unable_to_access_settings_error.d.ts +0 -0
  492. package/{ts → src/ts}/error_modules_clean/error/interfaces/timeout_observable_keys.d.ts +0 -0
  493. package/{ts → src/ts}/error_modules_clean/error/scripts/globals.d.ts +0 -0
  494. package/{ts → src/ts}/inputs/color/components/prop_types/body.d.ts +0 -0
  495. package/{ts → src/ts}/inputs/color/components/prop_types/fill_shadow.d.ts +0 -0
  496. package/{ts → src/ts}/inputs/color/interfaces/color_picker_state_one.d.ts +0 -0
  497. package/{ts → src/ts}/inputs/color/interfaces/i.d.ts +0 -0
  498. package/{ts → src/ts}/inputs/color/scripts/position.d.ts +0 -0
  499. package/{ts → src/ts}/inputs/components/prop_types/btn.d.ts +0 -0
  500. package/{ts → src/ts}/inputs/components/prop_types/file.d.ts +0 -0
  501. package/{ts → src/ts}/inputs/components/prop_types/hr.d.ts +0 -0
  502. package/{ts → src/ts}/inputs/components/prop_types/input_error.d.ts +0 -0
  503. package/{ts → src/ts}/inputs/components/prop_types/label.d.ts +0 -0
  504. package/{ts → src/ts}/inputs/components/prop_types/label_in_input_item.d.ts +0 -0
  505. package/{ts → src/ts}/inputs/components/prop_types/link.d.ts +0 -0
  506. package/{ts → src/ts}/inputs/components/prop_types/link_btn.d.ts +0 -0
  507. package/{ts → src/ts}/inputs/components/prop_types/link_icon_btn.d.ts +0 -0
  508. package/{ts → src/ts}/inputs/components/prop_types/section.d.ts +0 -0
  509. package/{ts → src/ts}/inputs/components/prop_types/section_btn.d.ts +1 -1
  510. package/{ts → src/ts}/inputs/components/prop_types/text_btn.d.ts +1 -1
  511. package/{ts → src/ts}/inputs/data/input_error.d.ts +0 -0
  512. package/{ts → src/ts}/inputs/data/nested_input.d.ts +0 -0
  513. package/{ts → src/ts}/inputs/interfaces/icon_btns.d.ts +0 -0
  514. package/{ts → src/ts}/inputs/interfaces/inputs.d.ts +0 -0
  515. package/{ts → src/ts}/inputs/interfaces/links.d.ts +0 -0
  516. package/{ts → src/ts}/inputs/interfaces/options.d.ts +0 -0
  517. package/{ts → src/ts}/inputs/interfaces/sections.d.ts +0 -0
  518. package/{ts → src/ts}/inputs/interfaces/state_cond.d.ts +0 -0
  519. package/{ts → src/ts}/inputs/interfaces/text_btn.d.ts +0 -0
  520. package/{ts → src/ts}/inputs/internal.d.ts +0 -0
  521. package/{ts → src/ts}/inputs/obj/option.d.ts +0 -0
  522. package/{ts → src/ts}/inputs/scripts/upload_box.d.ts +0 -0
  523. package/{ts → src/ts}/settings/components/prop_types/body.d.ts +1 -1
  524. package/{ts → src/ts}/settings/developer_mode/data/developer_mode.d.ts +0 -0
  525. package/{ts → src/ts}/settings/init.d.ts +0 -0
  526. package/{ts → src/ts}/settings/internal.d.ts +0 -0
  527. package/{ts → src/ts}/settings/optional_permissions/interfaces/show_enable_permissions_notification_permission.d.ts +0 -0
  528. package/{ts → src/ts}/settings/sections/scripts/theme.d.ts +1 -1
  529. /package/{ts → src/ts}/shared/data/data/data.d.ts +0 -0
  530. /package/{ts → src/ts}/shared/init.d.ts +0 -0
  531. /package/{ts → src/ts}/shared/loading_screen/components/prop_types/body.d.ts +0 -0
  532. /package/{ts → src/ts}/shared/loading_screen/data/visibility.d.ts +0 -0
  533. /package/{ts → src/ts}/shared/loading_screen/scripts/roots.d.ts +0 -0
  534. /package/{ts → src/ts}/shared/loading_screen/scripts/tr.d.ts +0 -0
  535. /package/{ts → src/ts}/shared/offers/components/prop_types/body.d.ts +0 -0
  536. /package/{ts → src/ts}/shared/offers/components/prop_types/offer.d.ts +0 -0
  537. /package/{ts → src/ts}/shared/offers/interfaces/offer_banner_type.d.ts +0 -0
  538. /package/{ts → src/ts}/shared/offers/scripts/offers.d.ts +0 -0
  539. /package/{ts → src/ts}/shared/svg.d.ts +0 -0
  540. /package/{ts → src/ts}/shared/tr/interfaces/transitions.d.ts +0 -0
  541. /package/{ts → src/ts}/shared/tr/obj/transition.d.ts +0 -0
  542. /package/{ts → src/ts}/shared_clean/announcement/scripts/visibility.d.ts +0 -0
  543. /package/{ts → src/ts}/shared_clean/app_ext_globals.d.ts +0 -0
  544. /package/{ts → src/ts}/shared_clean/color/interfaces/color.d.ts +0 -0
  545. /package/{ts → src/ts}/shared_clean/color/scripts/colors.d.ts +0 -0
  546. /package/{ts → src/ts}/shared_clean/css_vars/scripts/css_vars.d.ts +0 -0
  547. /package/{ts → src/ts}/shared_clean/data/data/data.d.ts +0 -0
  548. /package/{ts → src/ts}/shared_clean/data/interfaces/val.d.ts +0 -0
  549. /package/{ts → src/ts}/shared_clean/globals.d.ts +0 -0
  550. /package/{ts → src/ts}/shared_clean/no_tr/scripts/state.d.ts +0 -0
  551. /package/{ts → src/ts}/shared_clean/theme/scripts/theme.d.ts +0 -0
  552. /package/{ts → src/ts}/shared_clean/title/scripts/title.d.ts +0 -0
  553. /package/{ts → src/ts}/shared_clean/utils/scripts/utils.d.ts +0 -0
  554. /package/{ts → src/ts}/shared_clean/vars.d.ts +0 -0
  555. /package/{ts → src/ts}/shared_clean/viewport/scripts/viewport.d.ts +0 -0
@@ -1,26 +1,32 @@
1
- $arrow_offset: 11px;
2
- $separator_offset: 7px;
3
-
4
- .input_item {
5
- select {
6
- max-width: 100%;
7
-
8
- &.input {
9
- /* stylelint-disable-next-line property-no-vendor-prefix */
10
- -webkit-appearance: none;
11
- /* stylelint-disable-next-line property-no-vendor-prefix */
12
- -moz-appearance: none;
13
- background-position:
14
- calc(100% - 16px) $arrow_offset,
15
- calc(100% - 10px) $arrow_offset,
16
- calc(100% - 33px) $separator_offset;
17
- background-size:
18
- 6px 6px,
19
- 6px 6px,
20
- 1px 14px;
21
- background-repeat: no-repeat;
22
- padding-right: 44px;
23
- line-height: $input_height; /* Fix text being cut from the bottom of selects. */
24
- }
25
- }
26
- }
1
+ @use 'vars';
2
+
3
+ $arrow_offset: 11px;
4
+ $separator_offset: 7px;
5
+
6
+ .input_item {
7
+ select {
8
+ max-width: 100%;
9
+
10
+ &.input {
11
+ appearance: none;
12
+ background-position: calc(100% - 34px) $separator_offset;
13
+ background-size: 1px 14px;
14
+ background-repeat: no-repeat;
15
+ padding-right: 43px;
16
+ }
17
+ }
18
+
19
+ &.select .input_w::after {
20
+ content: '';
21
+ position: absolute;
22
+ right: 11px;
23
+ top: 50%;
24
+ transform: translateY(-50%);
25
+ width: 0;
26
+ height: 0;
27
+ border-left: 6px solid transparent;
28
+ border-right: 6px solid transparent;
29
+ border-top: 6px solid;
30
+ pointer-events: none;
31
+ }
32
+ }
@@ -0,0 +1,4 @@
1
+ .side_btns {
2
+ position: relative;
3
+ display: flex;
4
+ }
@@ -1,20 +1,9 @@
1
- .main,
2
- .content,
3
- button,
4
- input {
5
- font-family: 'u6Pgzb39sNF', sans-serif;
6
- font-size: $font_main;
7
- }
8
-
9
- .input_item {
10
- /* stylelint-disable-next-line property-no-vendor-prefix */
11
- -moz-appearance: textfield;
12
-
13
- .input {
14
- &::-webkit-inner-spin-button,
15
- &::-webkit-outer-spin-button {
16
- /* stylelint-disable-next-line property-no-vendor-prefix */
17
- -webkit-appearance: none;
18
- }
19
- }
20
- }
1
+ @use 'vars';
2
+
3
+ .main,
4
+ .content,
5
+ button,
6
+ input {
7
+ font-family: 'u6Pgzb39sNF', sans-serif;
8
+ font-size: vars.$font_main;
9
+ }
@@ -1,46 +1,55 @@
1
+ @use '../../vars';
2
+
1
3
  $theme_color_ynq: white;
2
4
  $theme_color_jqv: rgb(255 255 255 / 0.1%);
3
5
  $theme_color_tdh: #67ff5f;
4
6
  $theme_color_udj: #ff7eee;
5
- $htc: $theme_color_ynq;
6
- $tbn: $glass_color;
7
- $gaq: #efefef;
8
- $gqb: linear-gradient(128deg, #1072d1 0%, #17909b 100%);
9
- $hfb: transparent;
10
- $gvb: rgb(255 255 255 / 36%);
11
- $npw: rgb(255 255 255 / 20%);
12
- $hcx: $theme_color_jqv;
13
- $hev: #bbb;
14
- $hyn: rgb(255 255 255 / 50%);
15
- $fxm: rgb(255 255 255 / 37.5%);
16
- $nur: rgb(255 255 255 / 20.8%);
17
- $yuv: rgb(255 255 255 / 60%);
18
- $vqo: $theme_color_jqv;
19
- $lpe: $theme_color_ynq;
20
- $rbp: $black;
21
- $tgp: $theme_color_ynq;
22
- $mdc: #d9d9d9; // Input placeholder
23
- $yos: #9e61ef; // Pagination button
24
- $nep: #90efff; // Button active (color picker)
25
- $htm: #ff974d; // Task (scheduler)
26
- $qgp: #49b344; // Button hover
27
- $hyv: #89ff84; // Button hover (color picker; scheduler; custom HTML/CSS/JS)
28
- $ycp: #fbff12; // Link normal
29
- $iub: #2e8cff; // Link normal (color picker) / Drop zone (scheduler)
30
- $cop: $theme_color_tdh; // Link hover
31
- $yun: #14bf0a; // Link hover (color picker) / text input data is valid (color picker)
32
- $ptn: #ff98f1; // Link visited
33
- $dwk: #d046e9; // Input focus (color picker)
34
- $uzf: #ffae9e; // Link click
35
- $hap: #f15f41; // Link click (color picker; scheduler; custom HTML/CSS/JS)
36
- $rqb: #ff5f66; // Text input data is in a warn state (outline)
37
- $thm: #ff9ea3; // Text input data is in warn state (error message)
38
- $suc: #d0111a; // [Clear New Tab] Text input data is in a warn state (outline; scheduler)
39
- $pxd: #fff900; // Section button selected indicator selected / [Clear New Tab] Background outline
40
- $ksu: $theme_color_tdh; // Section button selected indicator hover / Text input data is valid
41
- $upd: $theme_color_udj; // Tab key input outline
42
- $fpw: $theme_color_udj; // [Clear New Tab] Background focus outline
43
- $dfp: #0079ef; // Loading screen
44
- $nqp: rgb(255 84 169 / 99%); // Text selection
45
- $hgb: rgb(255 77 85 / 99%); // [Clear New Tab] Screen help text selection (custom HTML/CSS/JS)
46
- $beu: rgb(255 255 255 / 75%); // upload screen background
7
+
8
+ :root {
9
+ --htc: #{$theme_color_ynq};
10
+ --gaq: #efefef;
11
+ --tbn: #{vars.$glass_color};
12
+ --gqb: linear-gradient(128deg, #1072d1 0%, #17909b 100%);
13
+ --hfb: transparent;
14
+ --gvb: rgb(255 255 255 / 36%);
15
+ --npw: rgb(255 255 255 / 20%);
16
+ --hcx: #{$theme_color_jqv};
17
+ --hev: #bbb;
18
+ --hyn: rgb(255 255 255 / 50%);
19
+ --fxm: rgb(255 255 255 / 37.5%);
20
+ --nur: rgb(255 255 255 / 20.8%);
21
+ --yuv: rgb(255 255 255 / 60%);
22
+ --vqo: #{$theme_color_jqv};
23
+ --lpe: #{$theme_color_ynq};
24
+ --rbp: #{vars.$black};
25
+ --tgp: #{$theme_color_ynq};
26
+ --mdc: #b1b1b1;
27
+ --yos: #9e61ef;
28
+ --nep: #90efff;
29
+ --htm: #ff974d;
30
+ --qgp: #49b344;
31
+ --hyv: #89ff84;
32
+ --ycp: #fbff12;
33
+ --iub: #2e8cff;
34
+ --cop: #{$theme_color_tdh};
35
+ --yun: #14bf0a;
36
+ --ptn: #ff98f1;
37
+ --dwk: #d046e9;
38
+ --uzf: #ffae9e;
39
+ --hap: #f15f41;
40
+ --rqb: #ff5f66;
41
+ --thm: #ff9ea3;
42
+ --suc: #d0111a;
43
+ --pxd: #fff900;
44
+ --ksu: #{$theme_color_tdh};
45
+ --upd: #{$theme_color_udj};
46
+ --fpw: #{$theme_color_udj};
47
+ --dfp: #0079ef;
48
+ --pgs: #{$theme_color_ynq};
49
+ --tdu: rgb(219 0 11 / 50%);
50
+ --hyp: rgb(13 255 0 / 40%);
51
+ --dlf: rgb(0 43 255 / 38%);
52
+ --nqp: rgb(255 84 169 / 99%);
53
+ --hgb: rgb(255 77 85 / 99%);
54
+ --beu: rgb(255 255 255 / 75%);
55
+ }
@@ -0,0 +1,55 @@
1
+ @use '../../vars';
2
+
3
+ $theme_color_ynq: white;
4
+ $theme_color_jqv: rgb(255 255 255 / 0.1%);
5
+ $theme_color_tdh: #67ff5f;
6
+ $theme_color_udj: #19f4ff;
7
+
8
+ :root {
9
+ --htc: #{$theme_color_ynq};
10
+ --gaq: #efefef;
11
+ --tbn: #{vars.$glass_color};
12
+ --gqb: linear-gradient(128deg, #b11d1d 0%, #974226 100%);
13
+ --hfb: transparent;
14
+ --gvb: rgb(255 255 255 / 36%);
15
+ --npw: rgb(255 255 255 / 20%);
16
+ --hcx: #{$theme_color_jqv};
17
+ --hev: #bbb;
18
+ --hyn: rgb(255 255 255 / 50%);
19
+ --fxm: rgb(255 255 255 / 37.5%);
20
+ --nur: rgb(255 255 255 / 20.8%);
21
+ --yuv: rgb(255 255 255 / 60%);
22
+ --vqo: #{$theme_color_jqv};
23
+ --lpe: #{$theme_color_ynq};
24
+ --rbp: #{vars.$black};
25
+ --tgp: #{$theme_color_ynq};
26
+ --mdc: #a9a9a9;
27
+ --yos: #42b326;
28
+ --nep: #90efff;
29
+ --htm: #ff974d;
30
+ --qgp: #1f90ff;
31
+ --hyv: #89ff84;
32
+ --ycp: #fbff12;
33
+ --iub: #2e8cff;
34
+ --cop: #{$theme_color_tdh};
35
+ --yun: #14bf0a;
36
+ --ptn: #1a44ff;
37
+ --dwk: #d046e9;
38
+ --uzf: #4bfcff;
39
+ --hap: #f15f41;
40
+ --rqb: #ff8513;
41
+ --thm: #ffa78f;
42
+ --suc: #d0111a;
43
+ --pxd: #fff900;
44
+ --ksu: #{$theme_color_tdh};
45
+ --upd: #{$theme_color_udj};
46
+ --fpw: #{$theme_color_udj};
47
+ --dfp: #c92a2a;
48
+ --pgs: #{$theme_color_ynq};
49
+ --tdu: rgb(255 141 34 / 50%);
50
+ --hyp: rgb(13 255 0 / 40%);
51
+ --dlf: rgb(0 191 255 / 50%);
52
+ --nqp: rgb(255 84 169 / 99%);
53
+ --hgb: rgb(255 77 85 / 99%);
54
+ --beu: rgb(255 255 255 / 75%);
55
+ }
@@ -1,46 +1,55 @@
1
+ @use '../../vars';
2
+
1
3
  $theme_color_ynq: white;
2
4
  $theme_color_jqv: rgb(255 255 255 / 0.1%);
3
5
  $theme_color_udl: #19f4ff;
4
6
  $theme_color_udj: #ff7eee;
5
- $htc: $theme_color_ynq;
6
- $tbn: $glass_color;
7
- $gaq: #efefef;
8
- $gqb: linear-gradient(128deg, #257d2c 0%, #457521 100%);
9
- $hfb: transparent;
10
- $gvb: rgb(255 255 255 / 36%);
11
- $npw: rgb(255 255 255 / 20%);
12
- $hcx: $theme_color_jqv;
13
- $hev: #bbb;
14
- $hyn: rgb(255 255 255 / 50%);
15
- $fxm: rgb(255 255 255 / 37.5%);
16
- $nur: rgb(255 255 255 / 20.8%);
17
- $yuv: rgb(255 255 255 / 60%);
18
- $vqo: $theme_color_jqv;
19
- $lpe: $theme_color_ynq;
20
- $rbp: $black;
21
- $tgp: $theme_color_ynq;
22
- $mdc: #d9d9d9;
23
- $yos: #9e61ef;
24
- $nep: #90efff;
25
- $htm: #ff974d;
26
- $qgp: #1f90ff;
27
- $hyv: #89ff84;
28
- $ycp: #fbff12;
29
- $iub: #2e8cff;
30
- $cop: #4bfcff;
31
- $yun: #14bf0a;
32
- $ptn: #ff98f1;
33
- $dwk: #d046e9;
34
- $uzf: #ffae9e;
35
- $hap: #f15f41;
36
- $rqb: #ff5f66;
37
- $thm: #ff9ea3;
38
- $suc: #d0111a;
39
- $pxd: #fff900;
40
- $ksu: #67ff5f;
41
- $upd: $theme_color_udl;
42
- $fpw: $theme_color_udl;
43
- $dfp: #29ab34;
44
- $nqp: rgb(244 96 62 / 99%);
45
- $hgb: rgb(255 77 85 / 99%);
46
- $beu: rgb(255 255 255 / 75%);
7
+
8
+ :root {
9
+ --htc: #{$theme_color_ynq};
10
+ --gaq: #efefef;
11
+ --tbn: #{vars.$glass_color};
12
+ --gqb: linear-gradient(128deg, #257d2c 0%, #457521 100%);
13
+ --hfb: transparent;
14
+ --gvb: rgb(255 255 255 / 36%);
15
+ --npw: rgb(255 255 255 / 20%);
16
+ --hcx: #{$theme_color_jqv};
17
+ --hev: #bbb;
18
+ --hyn: rgb(255 255 255 / 50%);
19
+ --fxm: rgb(255 255 255 / 37.5%);
20
+ --nur: rgb(255 255 255 / 20.8%);
21
+ --yuv: rgb(255 255 255 / 60%);
22
+ --vqo: #{$theme_color_jqv};
23
+ --lpe: #{$theme_color_ynq};
24
+ --rbp: #{vars.$black};
25
+ --tgp: #{$theme_color_ynq};
26
+ --mdc: #bdbdbd;
27
+ --yos: #9e61ef;
28
+ --nep: #90efff;
29
+ --htm: #ff974d;
30
+ --qgp: #1f90ff;
31
+ --hyv: #89ff84;
32
+ --ycp: #fbff12;
33
+ --iub: #2e8cff;
34
+ --cop: #4bfcff;
35
+ --yun: #14bf0a;
36
+ --ptn: #ff98f1;
37
+ --dwk: #d046e9;
38
+ --uzf: #ffae9e;
39
+ --hap: #f15f41;
40
+ --rqb: #ff5f66;
41
+ --thm: #ff9ea3;
42
+ --suc: #d0111a;
43
+ --pxd: #fff900;
44
+ --ksu: #67ff5f;
45
+ --upd: #{$theme_color_udl};
46
+ --fpw: #{$theme_color_udl};
47
+ --dfp: #29ab34;
48
+ --pgs: #{$theme_color_ynq};
49
+ --tdu: rgb(219 0 11 / 50%);
50
+ --hyp: rgb(13 255 0 / 40%);
51
+ --dlf: rgb(0 242 255 / 50%);
52
+ --nqp: rgb(244 96 62 / 99%);
53
+ --hgb: rgb(255 77 85 / 99%);
54
+ --beu: rgb(255 255 255 / 75%);
55
+ }
@@ -1,54 +1,63 @@
1
- $theme_color_ynq: #2a3038;
2
- $theme_color_ytb: #1d2329;
3
- $theme_color_hbt: #42505e;
4
- $theme_color_kdc: white;
5
- $theme_color_ecm: #1b5a17;
6
- $theme_color_uvr: #144581;
7
- $theme_color_kxn: #308af9;
8
- $theme_color_tjn: #09a700;
9
- $theme_color_bvc: #b938c7;
10
- $theme_color_wnc: #ce7209;
11
- $theme_color_yhn: #bb141c;
12
- $theme_color_gsl: rgb(174 35 43 / 99%);
13
- $htc: $theme_color_ynq;
14
- $tbn: $theme_color_ynq;
15
- $gaq: $theme_color_ytb;
16
- $gqb: $theme_color_ytb;
17
- $hfb: $theme_color_ytb;
18
- $gvb: $theme_color_ytb;
19
- $npw: $theme_color_ytb;
20
- $hcx: $theme_color_ytb;
21
- $hev: $theme_color_hbt;
22
- $hyn: $theme_color_hbt;
23
- $fxm: $theme_color_hbt;
24
- $nur: $theme_color_hbt;
25
- $yuv: $theme_color_hbt;
26
- $vqo: $theme_color_hbt;
27
- $lpe: $theme_color_kdc;
28
- $rbp: $theme_color_kdc;
29
- $tgp: $theme_color_kdc;
30
- $mdc: #b1b1b1;
31
- $yos: $theme_color_uvr;
32
- $nep: $theme_color_uvr;
33
- $htm: #8d4816;
34
- $qgp: $theme_color_ecm;
35
- $hyv: $theme_color_ecm;
36
- $ycp: $theme_color_kxn;
37
- $iub: $theme_color_kxn;
38
- $cop: $theme_color_tjn;
39
- $yun: $theme_color_tjn;
40
- $ptn: $theme_color_bvc;
41
- $dwk: $theme_color_bvc;
42
- $uzf: $theme_color_wnc;
43
- $hap: $theme_color_wnc;
44
- $rqb: $theme_color_yhn;
45
- $thm: $theme_color_yhn;
46
- $suc: $theme_color_yhn;
47
- $pxd: $theme_color_kxn;
48
- $ksu: $theme_color_tjn;
49
- $upd: $theme_color_bvc;
50
- $fpw: $theme_color_bvc;
51
- $dfp: #29394d;
52
- $nqp: $theme_color_gsl;
53
- $hgb: $theme_color_gsl;
54
- $beu: rgb(0 0 0 / 90%);
1
+ @use '../../vars';
2
+
3
+ $theme_color_ynq: #2a3038;
4
+ $theme_color_ytb: #1d2329;
5
+ $theme_color_hbt: #42505e;
6
+ $theme_color_kdc: white;
7
+ $theme_color_ecm: #1b5a17;
8
+ $theme_color_uvr: #144581;
9
+ $theme_color_kxn: #308af9;
10
+ $theme_color_tjn: #09a700;
11
+ $theme_color_bvc: #b938c7;
12
+ $theme_color_wnc: #ce7209;
13
+ $theme_color_yhn: #bb141c;
14
+ $theme_color_gsl: rgb(174 35 43 / 99%);
15
+
16
+ :root {
17
+ --htc: #{$theme_color_ynq};
18
+ --tbn: #{$theme_color_ynq};
19
+ --gqb: #{$theme_color_ytb};
20
+ --hfb: #{$theme_color_ytb};
21
+ --gvb: #{$theme_color_ytb};
22
+ --npw: #{$theme_color_ytb};
23
+ --hcx: #{$theme_color_ytb};
24
+ --gaq: #{$theme_color_ytb};
25
+ --hev: #{$theme_color_hbt};
26
+ --hyn: #{$theme_color_hbt};
27
+ --fxm: #{$theme_color_hbt};
28
+ --nur: #{$theme_color_hbt};
29
+ --yuv: #{$theme_color_hbt};
30
+ --vqo: #{$theme_color_hbt};
31
+ --lpe: #{$theme_color_kdc};
32
+ --rbp: #{$theme_color_kdc};
33
+ --tgp: #{$theme_color_kdc};
34
+ --mdc: #363636;
35
+ --yos: #{$theme_color_uvr};
36
+ --nep: #{$theme_color_uvr};
37
+ --htm: #8d4816;
38
+ --qgp: #{$theme_color_ecm};
39
+ --hyv: #{$theme_color_ecm};
40
+ --ycp: #{$theme_color_kxn};
41
+ --iub: #{$theme_color_kxn};
42
+ --cop: #{$theme_color_tjn};
43
+ --yun: #{$theme_color_tjn};
44
+ --ptn: #{$theme_color_bvc};
45
+ --dwk: #{$theme_color_bvc};
46
+ --uzf: #{$theme_color_wnc};
47
+ --hap: #{$theme_color_wnc};
48
+ --rqb: #{$theme_color_yhn};
49
+ --thm: #{$theme_color_yhn};
50
+ --suc: #{$theme_color_yhn};
51
+ --pxd: #{$theme_color_kxn};
52
+ --ksu: #{$theme_color_tjn};
53
+ --upd: #{$theme_color_bvc};
54
+ --fpw: #{$theme_color_bvc};
55
+ --dfp: #29394d;
56
+ --pgs: white;
57
+ --tdu: #932228;
58
+ --hyp: #3a8736;
59
+ --dlf: #1d63a9;
60
+ --nqp: #{$theme_color_gsl};
61
+ --hgb: #{$theme_color_gsl};
62
+ --beu: rgb(0 0 0 / 90%);
63
+ }
@@ -1,48 +1,57 @@
1
+ @use '../../vars';
2
+
1
3
  $theme_color_ynq: white;
2
4
  $theme_color_jqv: rgb(255 255 255 / 0.1%);
3
5
  $theme_color_udj: #19f4ff;
4
6
  $theme_color_kvo: #4bff1f;
5
7
  $theme_color_ftp: #fbff12;
6
8
  $theme_color_oyq: #ff8400;
7
- $htc: $theme_color_ynq;
8
- $tbn: $glass_color;
9
- $gaq: #efefef;
10
- $gqb: linear-gradient(128deg, #3d29d1 0%, #6b3b9b 100%);
11
- $hfb: transparent;
12
- $gvb: rgb(255 255 255 / 36%);
13
- $npw: rgb(255 255 255 / 20%);
14
- $hcx: $theme_color_jqv;
15
- $hev: #bbb;
16
- $hyn: rgb(255 255 255 / 50%);
17
- $fxm: rgb(255 255 255 / 37.5%);
18
- $nur: rgb(255 255 255 / 20.8%);
19
- $yuv: rgb(255 255 255 / 60%);
20
- $vqo: $theme_color_jqv;
21
- $lpe: $theme_color_ynq;
22
- $rbp: $black;
23
- $tgp: $theme_color_ynq;
24
- $mdc: #d9d9d9;
25
- $yos: #42b326;
26
- $nep: #90efff;
27
- $htm: #ff974d;
28
- $qgp: #1f90ff;
29
- $hyv: #89ff84;
30
- $ycp: $theme_color_ftp;
31
- $iub: #2e8cff;
32
- $cop: $theme_color_kvo;
33
- $yun: #14bf0a;
34
- $ptn: $theme_color_udj;
35
- $dwk: #d046e9;
36
- $uzf: $theme_color_oyq;
37
- $hap: #f15f41;
38
- $rqb: #ff5f66;
39
- $thm: #ff9ea3;
40
- $suc: #d0111a;
41
- $pxd: #fff900;
42
- $ksu: #67ff5f;
43
- $upd: $theme_color_udj;
44
- $fpw: $theme_color_udj;
45
- $dfp: #4831df;
46
- $nqp: rgb(244 96 62 / 99%);
47
- $hgb: rgb(255 77 85 / 99%);
48
- $beu: rgb(255 255 255 / 75%);
9
+
10
+ :root {
11
+ --htc: #{$theme_color_ynq};
12
+ --gaq: #efefef;
13
+ --tbn: #{vars.$glass_color};
14
+ --gqb: linear-gradient(128deg, #3d29d1 0%, #6b3b9b 100%);
15
+ --hfb: transparent;
16
+ --gvb: rgb(255 255 255 / 36%);
17
+ --npw: rgb(255 255 255 / 20%);
18
+ --hcx: #{$theme_color_jqv};
19
+ --hev: #bbb;
20
+ --hyn: rgb(255 255 255 / 50%);
21
+ --fxm: rgb(255 255 255 / 37.5%);
22
+ --nur: rgb(255 255 255 / 20.8%);
23
+ --yuv: rgb(255 255 255 / 60%);
24
+ --vqo: #{$theme_color_jqv};
25
+ --lpe: #{$theme_color_ynq};
26
+ --rbp: #{vars.$black};
27
+ --tgp: #{$theme_color_ynq};
28
+ --mdc: #a7a7a7;
29
+ --yos: #42b326;
30
+ --nep: #90efff;
31
+ --htm: #ff974d;
32
+ --qgp: #1f90ff;
33
+ --hyv: #89ff84;
34
+ --ycp: #{$theme_color_ftp};
35
+ --iub: #2e8cff;
36
+ --cop: #{$theme_color_kvo};
37
+ --yun: #14bf0a;
38
+ --ptn: #{$theme_color_udj};
39
+ --dwk: #d046e9;
40
+ --uzf: #{$theme_color_oyq};
41
+ --hap: #f15f41;
42
+ --rqb: #ff5f66;
43
+ --thm: #ff9ea3;
44
+ --suc: #d0111a;
45
+ --pxd: #fff900;
46
+ --ksu: #67ff5f;
47
+ --upd: #{$theme_color_udj};
48
+ --fpw: #{$theme_color_udj};
49
+ --dfp: #4831df;
50
+ --pgs: #{$theme_color_ynq};
51
+ --tdu: rgb(219 0 11 / 50%);
52
+ --hyp: rgb(13 255 0 / 40%);
53
+ --dlf: rgb(0 243 255 / 40%);
54
+ --nqp: rgb(244 96 62 / 99%);
55
+ --hgb: rgb(255 77 85 / 99%);
56
+ --beu: rgb(255 255 255 / 75%);
57
+ }