@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.
- package/LICENSE.md +1 -1
- package/_locales/en/messages.json +416 -281
- package/_locales/ru/messages.json +272 -215
- package/announcement.mjs +1 -0
- package/app.mjs +1 -0
- package/build/ps1/extension_build_all_prod.ps1 +18 -0
- package/build/ps1/extension_build_all_prod_test.ps1 +28 -0
- package/build/ps1/extension_pub.ps1 +6 -0
- package/build/ps1/fix_cur.ps1 +2 -0
- package/build/ps1/fix_cur_scss.ps1 +2 -0
- package/build/ts/apps.d.ts +11 -0
- package/build/ts/apps.mjs +1 -0
- package/build/ts/dependencies.d.ts +47 -0
- package/build/ts/dependencies.mjs +303 -0
- package/build/ts/env.d.ts +5 -0
- package/build/ts/env.mjs +1 -0
- package/build/ts/ext/manifest.d.ts +12 -0
- package/build/ts/ext/manifest.mjs +1 -0
- package/build/ts/interfaces/vite_plugin_static_copy_item.d.ts +4 -0
- package/build/ts/locales.d.ts +10 -0
- package/build/ts/locales.mjs +1 -0
- package/build/ts/minify_html.d.ts +4 -0
- package/build/ts/plugins/replace.d.ts +9 -0
- package/build/ts/plugins/watch.d.ts +12 -0
- package/build/ts/plugins/watch.mjs +1 -0
- package/build/ts/project_name.d.ts +6 -0
- package/build/ts/project_name.mjs +1 -0
- package/build/ts/projects_path.d.ts +2 -0
- package/build/ts/projects_path.mjs +1 -0
- package/build/ts/static_assets.d.ts +5 -0
- package/build/ts/vite.config.d.ts +84 -0
- package/build/ts/vite.config.mjs +48 -0
- package/chunks/__vite-browser-external.mjs +1 -0
- package/chunks/_baseUniq.mjs +1 -0
- package/chunks/_defineProperty.mjs +1 -0
- package/chunks/chunk.mjs +1 -0
- package/chunks/debounce.mjs +1 -0
- package/chunks/internal.mjs +2 -0
- package/chunks/internal2.mjs +35 -0
- package/chunks/isArrayLikeObject.mjs +1 -0
- package/chunks/isSymbol.mjs +1 -0
- package/chunks/last.mjs +1 -0
- package/chunks/lib.mjs +7 -0
- package/chunks/merge.mjs +1 -0
- package/chunks/pickr.min.mjs +1 -0
- package/dependencies.json +116 -0
- package/dependencies.mjs +1 -0
- package/ext.mjs +1 -0
- package/html/announcement.html +1 -15
- package/html/dependencies.html +1 -13
- package/inputs.mjs +1 -0
- package/package.json +44 -2
- package/scss/announcement/body.scss +5 -3
- package/scss/announcement/index.scss +3 -3
- package/scss/announcement/main.scss +4 -2
- package/scss/dependencies/body.scss +3 -3
- package/scss/dependencies/hr.scss +3 -3
- package/scss/dependencies/index.scss +5 -5
- package/scss/dependencies/links.scss +3 -3
- package/scss/dependencies/main.scss +3 -3
- package/scss/settings/index.scss +6 -6
- package/scss/settings/main.scss +19 -18
- package/scss/settings/section_btns.scss +4 -1
- package/scss/settings/sections.scss +48 -45
- package/scss/settings/transitions.scss +11 -11
- package/scss/shared/btns.scss +47 -66
- package/scss/shared/checkboxes.scss +11 -8
- package/scss/shared/close_btn.scss +7 -4
- package/scss/shared/color_pickers.scss +11 -8
- package/scss/shared/colors.scss +16 -12
- package/scss/shared/crash_handler.scss +39 -36
- package/scss/shared/embed/error.scss +116 -113
- package/scss/shared/embed/hidden_roots.scss +3 -3
- package/scss/shared/embed/loading_screen.scss +35 -36
- package/scss/shared/firefox.scss +31 -0
- package/scss/shared/focus.scss +13 -9
- package/scss/shared/group.scss +9 -2
- package/scss/shared/help.scss +80 -69
- package/scss/shared/hr.scss +8 -6
- package/scss/shared/icon_btns.scss +18 -0
- package/scss/shared/index.scss +35 -34
- package/scss/shared/input_btns.scss +7 -2
- package/scss/shared/input_error.scss +3 -1
- package/scss/shared/inputs.scss +48 -18
- package/scss/shared/inset_border.scss +15 -13
- package/scss/shared/link_btns.scss +17 -11
- package/scss/shared/links.scss +25 -23
- package/scss/shared/main.scss +12 -0
- package/scss/shared/mixins.scss +193 -184
- package/scss/shared/mods.scss +51 -45
- package/scss/shared/offers.scss +23 -5
- package/scss/shared/range.scss +51 -43
- package/scss/shared/scrollbar.scss +7 -4
- package/scss/shared/selects.scss +32 -26
- package/scss/shared/side_btns.scss +4 -0
- package/scss/shared/text.scss +9 -20
- package/scss/shared/themes/colors/aqua.scss +54 -47
- package/scss/shared/themes/colors/blaze.scss +55 -0
- package/scss/shared/themes/colors/clover.scss +55 -0
- package/scss/shared/themes/colors/dark.scss +63 -53
- package/scss/shared/themes/colors/lavender.scss +52 -47
- package/scss/shared/themes/colors/light.scss +63 -53
- package/scss/shared/themes/colors/ruby.scss +55 -0
- package/scss/shared/themes/colors/very_dark.scss +61 -53
- package/scss/shared/themes/general/aqua_theme.scss +4 -6
- package/scss/shared/themes/general/blaze_theme.scss +7 -0
- package/scss/shared/themes/general/clover_theme.scss +7 -0
- package/scss/shared/themes/general/dark_theme.scss +10 -9
- package/scss/shared/themes/general/lavender_theme.scss +4 -6
- package/scss/shared/themes/general/light_theme.scss +10 -9
- package/scss/shared/themes/general/ruby_theme.scss +7 -0
- package/scss/shared/themes/general/template.scss +111 -92
- package/scss/shared/themes/general/template_focus.scss +15 -15
- package/scss/shared/themes/general/very_dark_theme.scss +10 -9
- package/scss/shared/transitions.scss +57 -58
- package/scss/shared/upload_box.scss +18 -12
- package/scss/shared/vars.scss +21 -32
- package/settings.mjs +1 -0
- package/shared.mjs +1 -0
- package/shared_clean.mjs +1 -0
- package/{ts → src/ts}/announcement/components/body.d.ts +0 -1
- package/src/ts/announcement/components/index.d.ts +1 -0
- package/src/ts/announcement.d.ts +1 -0
- package/src/ts/app.d.ts +1 -0
- package/src/ts/custom.d.ts +68 -0
- package/{ts → src/ts}/dependencies/components/body.d.ts +0 -1
- package/src/ts/dependencies/components/index.d.ts +1 -0
- package/src/ts/dependencies/scripts/index.d.ts +1 -0
- package/src/ts/dependencies.d.ts +1 -0
- package/src/ts/error_modules/crash_handler/components/body.d.ts +5 -0
- package/src/ts/error_modules/crash_handler/components/index.d.ts +1 -0
- package/{ts → src/ts}/error_modules/crash_handler/components/prop_types/body.d.ts +1 -0
- package/src/ts/error_modules/crash_handler/components/prop_types/index.d.ts +1 -0
- package/src/ts/error_modules/crash_handler/data/index.d.ts +1 -0
- package/src/ts/error_modules/crash_handler/scripts/index.d.ts +1 -0
- package/src/ts/error_modules/css/scripts/index.d.ts +1 -0
- package/{ts → src/ts}/error_modules/error/components/body.d.ts +0 -1
- package/{ts → src/ts}/error_modules/error/components/close_btn.d.ts +0 -1
- package/{ts → src/ts}/error_modules/error/components/ext_name.d.ts +0 -1
- package/src/ts/error_modules/error/components/index.d.ts +6 -0
- package/{ts → src/ts}/error_modules/error/components/keep_visible_msg.d.ts +0 -1
- package/{ts → src/ts}/error_modules/error/components/msg.d.ts +0 -1
- package/{ts → src/ts}/error_modules/error/components/progress.d.ts +0 -1
- package/src/ts/error_modules/error/components/prop_types/index.d.ts +1 -0
- package/src/ts/error_modules/error/data/index.d.ts +4 -0
- package/src/ts/error_modules/error/scripts/index.d.ts +3 -0
- package/{ts → src/ts}/error_modules/error/scripts/notification.d.ts +1 -1
- package/{ts → src/ts}/error_modules/internal.d.ts +0 -3
- package/{ts → src/ts}/error_modules_clean/error/data/error.d.ts +9 -0
- package/src/ts/error_modules_clean/error/data/index.d.ts +1 -0
- package/src/ts/error_modules_clean/error/interfaces/index.d.ts +11 -0
- package/{ts → src/ts}/error_modules_clean/error/interfaces/show_unable_to_access_settings_error.d.ts +0 -2
- package/src/ts/error_modules_clean/error/scripts/index.d.ts +1 -0
- package/{ts → src/ts}/error_modules_clean/internal.d.ts +0 -2
- package/src/ts/ext.d.ts +1 -0
- package/{ts → src/ts}/inputs/color/components/body.d.ts +0 -1
- package/{ts → src/ts}/inputs/color/components/color_picker.d.ts +0 -1
- package/{ts → src/ts}/inputs/color/components/fill_shadow.d.ts +0 -1
- package/src/ts/inputs/color/components/index.d.ts +4 -0
- package/src/ts/inputs/color/components/prop_types/color_picker.d.ts +7 -0
- package/src/ts/inputs/color/components/prop_types/index.d.ts +4 -0
- package/{ts → src/ts}/inputs/color/components/prop_types/visualization.d.ts +1 -1
- package/{ts → src/ts}/inputs/color/components/visualization.d.ts +0 -1
- package/{ts → src/ts}/inputs/color/data/color.d.ts +2 -2
- package/src/ts/inputs/color/data/index.d.ts +2 -0
- package/{ts → src/ts}/inputs/color/data/visibility.d.ts +2 -2
- package/{ts → src/ts}/inputs/color/interfaces/color_picker_state.d.ts +1 -1
- package/src/ts/inputs/color/interfaces/index.d.ts +3 -0
- package/{ts → src/ts}/inputs/color/obj/color.d.ts +12 -12
- package/src/ts/inputs/color/obj/index.d.ts +1 -0
- package/{ts → src/ts}/inputs/color/scripts/color_picker.d.ts +2 -2
- package/src/ts/inputs/color/scripts/index.d.ts +2 -0
- package/{ts → src/ts}/inputs/components/btn.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/checkbox.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/file.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/form.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/group.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/help.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/help_btn.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/hr.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/icon_btn.d.ts +0 -1
- package/src/ts/inputs/components/index.d.ts +27 -0
- package/{ts → src/ts}/inputs/components/input_error.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/input_item.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/label.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/label_in_input_item.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/link.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/link_btn.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/link_icon_btn.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/prop_types/checkbox.d.ts +1 -0
- package/{ts → src/ts}/inputs/components/prop_types/form.d.ts +1 -1
- package/{ts → src/ts}/inputs/components/prop_types/group.d.ts +2 -1
- package/{ts → src/ts}/inputs/components/prop_types/help.d.ts +1 -1
- package/{ts → src/ts}/inputs/components/prop_types/help_btn.d.ts +1 -1
- package/{ts → src/ts}/inputs/components/prop_types/icon_btn.d.ts +1 -0
- package/src/ts/inputs/components/prop_types/index.d.ts +27 -0
- package/{ts → src/ts}/inputs/components/prop_types/input_item.d.ts +1 -0
- package/{ts → src/ts}/inputs/components/prop_types/range.d.ts +1 -0
- package/{ts → src/ts}/inputs/components/prop_types/section_content.d.ts +1 -1
- package/{ts → src/ts}/inputs/components/prop_types/select.d.ts +1 -0
- package/src/ts/inputs/components/prop_types/side_btn.d.ts +9 -0
- package/src/ts/inputs/components/prop_types/side_btns.d.ts +4 -0
- package/{ts → src/ts}/inputs/components/prop_types/text.d.ts +2 -0
- package/{ts → src/ts}/inputs/components/prop_types/textarea.d.ts +1 -0
- package/{ts → src/ts}/inputs/components/prop_types/upload_box.d.ts +1 -0
- package/{ts → src/ts}/inputs/components/range.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/section.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/section_btn.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/section_content.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/select.d.ts +0 -1
- package/src/ts/inputs/components/side_btn.d.ts +2 -0
- package/src/ts/inputs/components/side_btns.d.ts +2 -0
- package/{ts → src/ts}/inputs/components/text.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/text_btn.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/textarea.d.ts +0 -1
- package/{ts → src/ts}/inputs/components/upload_box.d.ts +0 -1
- package/{ts → src/ts}/inputs/data/help.d.ts +4 -1
- package/src/ts/inputs/data/index.d.ts +12 -0
- package/{ts → src/ts}/inputs/data/input_width.d.ts +4 -2
- package/src/ts/inputs/data/label_in_input_item.d.ts +26 -0
- package/{ts/inputs/data/label_in_input_item.d.ts → src/ts/inputs/data/section_btn.d.ts} +4 -4
- package/src/ts/inputs/data/side_btn.d.ts +19 -0
- package/src/ts/inputs/data/tab_index.d.ts +11 -0
- package/{ts → src/ts}/inputs/data/text.d.ts +1 -6
- package/src/ts/inputs/data/text_title.d.ts +16 -0
- package/{ts → src/ts}/inputs/data/upload_box.d.ts +0 -3
- package/{ts → src/ts}/inputs/data/val.d.ts +13 -6
- package/src/ts/inputs/interfaces/index.d.ts +12 -0
- package/{ts → src/ts}/inputs/interfaces/input.d.ts +1 -1
- package/src/ts/inputs/interfaces/input_and_link.d.ts +2 -0
- package/src/ts/inputs/interfaces/inputs_and_links.d.ts +2 -0
- package/src/ts/inputs/interfaces/side_btn.d.ts +8 -0
- package/{ts → src/ts}/inputs/obj/btn.d.ts +2 -1
- package/{ts → src/ts}/inputs/obj/checkbox.d.ts +2 -1
- package/{ts → src/ts}/inputs/obj/file.d.ts +2 -2
- package/{ts → src/ts}/inputs/obj/form.d.ts +2 -2
- package/src/ts/inputs/obj/group.d.ts +17 -0
- package/{ts → src/ts}/inputs/obj/hr.d.ts +2 -1
- package/src/ts/inputs/obj/icon_btn.d.ts +7 -0
- package/src/ts/inputs/obj/index.d.ts +18 -0
- package/{ts → src/ts}/inputs/obj/input_base.d.ts +34 -5
- package/{ts → src/ts}/inputs/obj/label.d.ts +1 -1
- package/{ts → src/ts}/inputs/obj/link.d.ts +5 -3
- package/src/ts/inputs/obj/link_btn.d.ts +5 -0
- package/{ts → src/ts}/inputs/obj/range.d.ts +1 -1
- package/{ts → src/ts}/inputs/obj/section.d.ts +4 -3
- package/src/ts/inputs/obj/select.d.ts +9 -0
- package/{ts → src/ts}/inputs/obj/text.d.ts +8 -4
- package/{ts → src/ts}/inputs/obj/textarea.d.ts +1 -1
- package/{ts → src/ts}/inputs/obj/upload_box.d.ts +1 -1
- package/src/ts/inputs/scripts/index.d.ts +4 -0
- package/src/ts/inputs/scripts/resolve.d.ts +8 -0
- package/src/ts/inputs/scripts/text.d.ts +17 -0
- package/src/ts/inputs/scripts/textarea.d.ts +12 -0
- package/src/ts/inputs.d.ts +1 -0
- package/{ts → src/ts}/settings/components/body.d.ts +0 -1
- package/src/ts/settings/components/index.d.ts +1 -0
- package/src/ts/settings/components/prop_types/index.d.ts +1 -0
- package/src/ts/settings/developer_mode/data/index.d.ts +1 -0
- package/src/ts/settings/optional_permissions/data/index.d.ts +1 -0
- package/{ts → src/ts}/settings/optional_permissions/data/permission.d.ts +5 -2
- package/src/ts/settings/optional_permissions/interfaces/index.d.ts +2 -0
- package/src/ts/settings/optional_permissions/interfaces/optional_permission_checkbox_dict.d.ts +4 -0
- package/src/ts/settings/sections/data/index.d.ts +1 -0
- package/{ts → src/ts}/settings/sections/data/sections.d.ts +9 -5
- package/{ts/settings/sections/data → src/ts/settings/sections/scripts}/back_up.d.ts +4 -2
- package/src/ts/settings/sections/scripts/index.d.ts +3 -0
- package/src/ts/settings/sections/scripts/sections.d.ts +8 -0
- package/src/ts/settings.d.ts +1 -0
- package/{ts → src/ts}/shared/app_version/components/body.d.ts +0 -1
- package/src/ts/shared/app_version/components/index.d.ts +1 -0
- package/src/ts/shared/app_version/data/app_version.d.ts +9 -0
- package/src/ts/shared/app_version/data/index.d.ts +1 -0
- package/{ts → src/ts}/shared/data/data/cache.d.ts +6 -5
- package/src/ts/shared/data/data/index.d.ts +2 -0
- package/{ts → src/ts}/shared/data/data/settings.d.ts +5 -2
- package/{ts → src/ts}/shared/internal.d.ts +1 -2
- package/{ts → src/ts}/shared/loading_screen/components/body.d.ts +0 -1
- package/src/ts/shared/loading_screen/components/index.d.ts +1 -0
- package/src/ts/shared/loading_screen/components/prop_types/index.d.ts +1 -0
- package/src/ts/shared/loading_screen/data/index.d.ts +1 -0
- package/src/ts/shared/loading_screen/scripts/index.d.ts +2 -0
- package/{ts → src/ts}/shared/offers/components/ad_label.d.ts +0 -1
- package/{ts → src/ts}/shared/offers/components/body.d.ts +0 -1
- package/{ts → src/ts}/shared/offers/components/counter.d.ts +0 -1
- package/src/ts/shared/offers/components/index.d.ts +7 -0
- package/{ts → src/ts}/shared/offers/components/next_offer_btn.d.ts +0 -1
- package/{ts → src/ts}/shared/offers/components/offer.d.ts +0 -1
- package/{ts → src/ts}/shared/offers/components/previous_offer_btn.d.ts +0 -1
- package/src/ts/shared/offers/components/prop_types/index.d.ts +2 -0
- package/{ts → src/ts}/shared/offers/components/top_bar.d.ts +0 -1
- package/src/ts/shared/offers/data/index.d.ts +1 -0
- package/{ts → src/ts}/shared/offers/data/offers.d.ts +1 -1
- package/src/ts/shared/offers/interfaces/index.d.ts +1 -0
- package/src/ts/shared/offers/obj/index.d.ts +1 -0
- package/{ts → src/ts}/shared/offers/obj/offer.d.ts +1 -0
- package/src/ts/shared/offers/scripts/index.d.ts +1 -0
- package/src/ts/shared/schema/data/index.d.ts +1 -0
- package/{ts → src/ts}/shared/schema/data/schema.d.ts +4 -4
- package/src/ts/shared/tab_index/interfaces/index.d.ts +1 -0
- package/{ts → src/ts}/shared/tab_index/interfaces/set_Input_type_event.d.ts +1 -1
- package/src/ts/shared/tab_index/scripts/index.d.ts +1 -0
- package/{ts → src/ts}/shared/tab_index/scripts/tab_index.d.ts +1 -1
- package/src/ts/shared/tr/components/base_tr.d.ts +4 -0
- package/src/ts/shared/tr/components/index.d.ts +1 -0
- package/{ts → src/ts}/shared/tr/components/prop_types/base_tr.d.ts +4 -4
- package/src/ts/shared/tr/components/prop_types/index.d.ts +1 -0
- package/src/ts/shared/tr/data/index.d.ts +1 -0
- package/{ts → src/ts}/shared/tr/data/transition.d.ts +4 -5
- package/src/ts/shared/tr/interfaces/index.d.ts +1 -0
- package/src/ts/shared/tr/obj/index.d.ts +1 -0
- package/src/ts/shared.d.ts +3 -0
- package/src/ts/shared_clean/announcement/scripts/index.d.ts +1 -0
- package/{ts → src/ts}/shared_clean/app.d.ts +5 -2
- package/src/ts/shared_clean/color/interfaces/index.d.ts +1 -0
- package/src/ts/shared_clean/color/scripts/index.d.ts +1 -0
- package/src/ts/shared_clean/css_vars/scripts/index.d.ts +1 -0
- package/src/ts/shared_clean/data/data/index.d.ts +1 -0
- package/{ts → src/ts}/shared_clean/data/data/settings.d.ts +6 -10
- package/src/ts/shared_clean/data/interfaces/index.d.ts +1 -0
- package/{ts → src/ts}/shared_clean/data/scripts/cache.d.ts +8 -7
- package/src/ts/shared_clean/data/scripts/index.d.ts +3 -0
- package/{ts → src/ts}/shared_clean/data/scripts/settings.d.ts +1 -1
- package/{ts → src/ts}/shared_clean/data/scripts/sync.d.ts +1 -1
- package/{ts/shared/title/scripts/title.d.ts → src/ts/shared_clean/env/scripts/env.d.ts} +2 -2
- package/src/ts/shared_clean/env/scripts/index.d.ts +1 -0
- package/{ts → src/ts}/shared_clean/ext.d.ts +4 -4
- package/src/ts/shared_clean/functions.d.ts +5 -0
- package/{ts → src/ts}/shared_clean/internal.d.ts +3 -3
- package/src/ts/shared_clean/links/interfaces/browser.d.ts +8 -0
- package/src/ts/shared_clean/links/interfaces/index.d.ts +1 -0
- package/src/ts/shared_clean/links/scripts/browser.d.ts +9 -0
- package/src/ts/shared_clean/links/scripts/index.d.ts +1 -0
- package/src/ts/shared_clean/no_tr/scripts/index.d.ts +1 -0
- package/src/ts/shared_clean/schema/data/index.d.ts +1 -0
- package/{ts → src/ts}/shared_clean/schema/data/schema.d.ts +8 -8
- package/src/ts/shared_clean/schema/obj/index.d.ts +1 -0
- package/{ts → src/ts}/shared_clean/schema/obj/transform_item.d.ts +2 -1
- package/src/ts/shared_clean/service_worker/scripts/index.d.ts +1 -0
- package/{ts → src/ts}/shared_clean/service_worker/scripts/service_worker.d.ts +0 -1
- package/src/ts/shared_clean/t.d.ts +52 -0
- package/src/ts/shared_clean/theme/scripts/index.d.ts +1 -0
- package/src/ts/shared_clean/title/scripts/index.d.ts +1 -0
- package/src/ts/shared_clean/utils/scripts/index.d.ts +1 -0
- package/src/ts/shared_clean/viewport/scripts/index.d.ts +1 -0
- package/{ts → src/ts}/shared_clean/x.d.ts +11 -7
- package/{shared_clean.d.ts → src/ts/shared_clean.d.ts} +2 -2
- package/announcement.d.ts +0 -2
- package/announcement.js +0 -5
- package/app.d.ts +0 -1
- package/app.js +0 -5
- package/chunk-error.js +0 -5
- package/chunk-index.js +0 -5
- package/chunk-merge.js +0 -5
- package/chunk-pickr.min.js +0 -5
- package/chunk-title.js +0 -14
- package/chunk-viewport.js +0 -5
- package/dependencies.d.ts +0 -2
- package/dependencies.js +0 -5
- package/dependencies.txt +0 -851
- package/ext.d.ts +0 -1
- package/ext.js +0 -5
- package/globals.d.ts +0 -52
- package/inputs.d.ts +0 -2
- package/inputs.js +0 -5
- package/js/apps.js +0 -70
- package/js/dependencies.js +0 -60
- package/js/env.js +0 -24
- package/js/ext/manifest.js +0 -58
- package/js/locales.js +0 -66
- package/js/package/plugins/rollup-plugin-copy.js +0 -169
- package/js/package/plugins/watcher.js +0 -56
- package/js/package/terser.js +0 -18
- package/js/project_name.js +0 -5
- package/js/projects_path.js +0 -5
- package/js/task_scheduler.js +0 -45
- package/js/tsc_alias.js +0 -19
- package/js/webpack.config.js +0 -201
- package/scss/shared/functions.scss +0 -5
- package/settings.d.ts +0 -2
- package/settings.js +0 -5
- package/shared.d.ts +0 -4
- package/shared.js +0 -5
- package/shared_clean.js +0 -5
- package/ts/announcement/components/index.d.ts +0 -1
- package/ts/dependencies/components/index.d.ts +0 -1
- package/ts/dependencies/scripts/index.d.ts +0 -1
- package/ts/error_modules/crash_handler/components/body.d.ts +0 -52
- package/ts/error_modules/crash_handler/components/index.d.ts +0 -1
- package/ts/error_modules/crash_handler/components/prop_types/index.d.ts +0 -1
- package/ts/error_modules/crash_handler/data/index.d.ts +0 -1
- package/ts/error_modules/crash_handler/scripts/index.d.ts +0 -1
- package/ts/error_modules/css/scripts/index.d.ts +0 -1
- package/ts/error_modules/error/components/index.d.ts +0 -6
- package/ts/error_modules/error/components/prop_types/index.d.ts +0 -1
- package/ts/error_modules/error/data/index.d.ts +0 -4
- package/ts/error_modules/error/scripts/index.d.ts +0 -3
- package/ts/error_modules_clean/error/data/index.d.ts +0 -1
- package/ts/error_modules_clean/error/interfaces/index.d.ts +0 -11
- package/ts/error_modules_clean/error/scripts/index.d.ts +0 -1
- package/ts/inputs/color/components/index.d.ts +0 -4
- package/ts/inputs/color/components/prop_types/color_picker.d.ts +0 -7
- package/ts/inputs/color/components/prop_types/index.d.ts +0 -4
- package/ts/inputs/color/data/index.d.ts +0 -2
- package/ts/inputs/color/interfaces/index.d.ts +0 -3
- package/ts/inputs/color/obj/index.d.ts +0 -1
- package/ts/inputs/color/scripts/index.d.ts +0 -2
- package/ts/inputs/components/index.d.ts +0 -25
- package/ts/inputs/components/prop_types/index.d.ts +0 -25
- package/ts/inputs/data/index.d.ts +0 -8
- package/ts/inputs/interfaces/btn_option.d.ts +0 -9
- package/ts/inputs/interfaces/index.d.ts +0 -9
- package/ts/inputs/obj/group.d.ts +0 -6
- package/ts/inputs/obj/icon_btn.d.ts +0 -7
- package/ts/inputs/obj/index.d.ts +0 -18
- package/ts/inputs/obj/link_btn.d.ts +0 -6
- package/ts/inputs/obj/select.d.ts +0 -9
- package/ts/inputs/scripts/index.d.ts +0 -2
- package/ts/inputs/scripts/resolve.d.ts +0 -6
- package/ts/settings/components/index.d.ts +0 -1
- package/ts/settings/components/prop_types/index.d.ts +0 -1
- package/ts/settings/developer_mode/data/index.d.ts +0 -1
- package/ts/settings/optional_permissions/data/index.d.ts +0 -1
- package/ts/settings/optional_permissions/interfaces/index.d.ts +0 -2
- package/ts/settings/optional_permissions/interfaces/optional_permission_checkbox_dict.d.ts +0 -3
- package/ts/settings/sections/data/index.d.ts +0 -2
- package/ts/settings/sections/scripts/index.d.ts +0 -1
- package/ts/shared/app_version/components/index.d.ts +0 -1
- package/ts/shared/data/data/index.d.ts +0 -3
- package/ts/shared/loading_screen/components/index.d.ts +0 -1
- package/ts/shared/loading_screen/components/prop_types/index.d.ts +0 -1
- package/ts/shared/loading_screen/data/index.d.ts +0 -1
- package/ts/shared/loading_screen/scripts/index.d.ts +0 -2
- package/ts/shared/offers/components/index.d.ts +0 -7
- package/ts/shared/offers/components/prop_types/index.d.ts +0 -2
- package/ts/shared/offers/data/index.d.ts +0 -1
- package/ts/shared/offers/interfaces/index.d.ts +0 -1
- package/ts/shared/offers/obj/index.d.ts +0 -1
- package/ts/shared/offers/scripts/index.d.ts +0 -1
- package/ts/shared/schema/data/index.d.ts +0 -1
- package/ts/shared/tab_index/interfaces/index.d.ts +0 -1
- package/ts/shared/tab_index/scripts/index.d.ts +0 -1
- package/ts/shared/title/scripts/index.d.ts +0 -1
- package/ts/shared/tr/components/base_tr.d.ts +0 -9
- package/ts/shared/tr/components/index.d.ts +0 -1
- package/ts/shared/tr/components/prop_types/index.d.ts +0 -1
- package/ts/shared/tr/data/index.d.ts +0 -1
- package/ts/shared/tr/interfaces/index.d.ts +0 -1
- package/ts/shared/tr/obj/index.d.ts +0 -1
- package/ts/shared_clean/announcement/scripts/index.d.ts +0 -1
- package/ts/shared_clean/color/interfaces/index.d.ts +0 -1
- package/ts/shared_clean/color/scripts/index.d.ts +0 -1
- package/ts/shared_clean/css_vars/scripts/index.d.ts +0 -1
- package/ts/shared_clean/data/data/index.d.ts +0 -2
- package/ts/shared_clean/data/interfaces/index.d.ts +0 -1
- package/ts/shared_clean/data/scripts/index.d.ts +0 -3
- package/ts/shared_clean/functions.d.ts +0 -4
- package/ts/shared_clean/no_tr/scripts/index.d.ts +0 -1
- package/ts/shared_clean/schema/data/index.d.ts +0 -1
- package/ts/shared_clean/schema/obj/index.d.ts +0 -1
- package/ts/shared_clean/service_worker/scripts/index.d.ts +0 -1
- package/ts/shared_clean/t.d.ts +0 -36
- package/ts/shared_clean/theme/scripts/index.d.ts +0 -1
- package/ts/shared_clean/title/scripts/index.d.ts +0 -1
- package/ts/shared_clean/utils/scripts/index.d.ts +0 -1
- package/ts/shared_clean/viewport/scripts/index.d.ts +0 -1
- package/{ts → src/ts}/announcement/internal.d.ts +0 -0
- package/{ts → src/ts}/dependencies/internal.d.ts +0 -0
- package/{ts → src/ts}/dependencies/scripts/dependencies.d.ts +0 -0
- package/{ts → src/ts}/error_modules/crash_handler/data/visibility.d.ts +0 -0
- package/{ts → src/ts}/error_modules/crash_handler/scripts/page.d.ts +0 -0
- package/{ts → src/ts}/error_modules/css/scripts/css.d.ts +0 -0
- package/{ts → src/ts}/error_modules/error/components/prop_types/body.d.ts +0 -0
- package/{ts → src/ts}/error_modules/error/data/error.d.ts +0 -0
- package/{ts → src/ts}/error_modules/error/data/msg.d.ts +0 -0
- package/{ts → src/ts}/error_modules/error/data/progress.d.ts +0 -0
- package/{ts → src/ts}/error_modules/error/data/state.d.ts +0 -0
- package/{ts → src/ts}/error_modules/error/scripts/flash.d.ts +0 -0
- package/{ts → src/ts}/error_modules/error/scripts/globals.d.ts +0 -0
- package/{ts → src/ts}/error_modules/init.d.ts +0 -0
- package/{ts → src/ts}/error_modules_clean/error/interfaces/error.d.ts +0 -0
- package/{ts → src/ts}/error_modules_clean/error/interfaces/error_obj.d.ts +0 -0
- package/{ts → src/ts}/error_modules_clean/error/interfaces/notification_type.d.ts +0 -0
- package/{ts → src/ts}/error_modules_clean/error/interfaces/observable_keys.d.ts +0 -0
- package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error.d.ts +0 -0
- package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error_state_1.d.ts +0 -0
- package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error_state_1_f.d.ts +0 -0
- package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error_state_2.d.ts +0 -0
- package/{ts → src/ts}/error_modules_clean/error/interfaces/show_error_state_2_f.d.ts +0 -0
- package/{ts → src/ts}/error_modules_clean/error/interfaces/timeout_observable_keys.d.ts +0 -0
- package/{ts → src/ts}/error_modules_clean/error/scripts/globals.d.ts +0 -0
- package/{ts → src/ts}/inputs/color/components/prop_types/body.d.ts +0 -0
- package/{ts → src/ts}/inputs/color/components/prop_types/fill_shadow.d.ts +0 -0
- package/{ts → src/ts}/inputs/color/interfaces/color_picker_state_one.d.ts +0 -0
- package/{ts → src/ts}/inputs/color/interfaces/i.d.ts +0 -0
- package/{ts → src/ts}/inputs/color/scripts/position.d.ts +0 -0
- package/{ts → src/ts}/inputs/components/prop_types/btn.d.ts +0 -0
- package/{ts → src/ts}/inputs/components/prop_types/file.d.ts +0 -0
- package/{ts → src/ts}/inputs/components/prop_types/hr.d.ts +0 -0
- package/{ts → src/ts}/inputs/components/prop_types/input_error.d.ts +0 -0
- package/{ts → src/ts}/inputs/components/prop_types/label.d.ts +0 -0
- package/{ts → src/ts}/inputs/components/prop_types/label_in_input_item.d.ts +0 -0
- package/{ts → src/ts}/inputs/components/prop_types/link.d.ts +0 -0
- package/{ts → src/ts}/inputs/components/prop_types/link_btn.d.ts +0 -0
- package/{ts → src/ts}/inputs/components/prop_types/link_icon_btn.d.ts +0 -0
- package/{ts → src/ts}/inputs/components/prop_types/section.d.ts +0 -0
- package/{ts → src/ts}/inputs/components/prop_types/section_btn.d.ts +1 -1
- package/{ts → src/ts}/inputs/components/prop_types/text_btn.d.ts +1 -1
- package/{ts → src/ts}/inputs/data/input_error.d.ts +0 -0
- package/{ts → src/ts}/inputs/data/nested_input.d.ts +0 -0
- package/{ts → src/ts}/inputs/interfaces/icon_btns.d.ts +0 -0
- package/{ts → src/ts}/inputs/interfaces/inputs.d.ts +0 -0
- package/{ts → src/ts}/inputs/interfaces/links.d.ts +0 -0
- package/{ts → src/ts}/inputs/interfaces/options.d.ts +0 -0
- package/{ts → src/ts}/inputs/interfaces/sections.d.ts +0 -0
- package/{ts → src/ts}/inputs/interfaces/state_cond.d.ts +0 -0
- package/{ts → src/ts}/inputs/interfaces/text_btn.d.ts +0 -0
- package/{ts → src/ts}/inputs/internal.d.ts +0 -0
- package/{ts → src/ts}/inputs/obj/option.d.ts +0 -0
- package/{ts → src/ts}/inputs/scripts/upload_box.d.ts +0 -0
- package/{ts → src/ts}/settings/components/prop_types/body.d.ts +1 -1
- package/{ts → src/ts}/settings/developer_mode/data/developer_mode.d.ts +0 -0
- package/{ts → src/ts}/settings/init.d.ts +0 -0
- package/{ts → src/ts}/settings/internal.d.ts +0 -0
- package/{ts → src/ts}/settings/optional_permissions/interfaces/show_enable_permissions_notification_permission.d.ts +0 -0
- package/{ts → src/ts}/settings/sections/scripts/theme.d.ts +1 -1
- /package/{ts → src/ts}/shared/data/data/data.d.ts +0 -0
- /package/{ts → src/ts}/shared/init.d.ts +0 -0
- /package/{ts → src/ts}/shared/loading_screen/components/prop_types/body.d.ts +0 -0
- /package/{ts → src/ts}/shared/loading_screen/data/visibility.d.ts +0 -0
- /package/{ts → src/ts}/shared/loading_screen/scripts/roots.d.ts +0 -0
- /package/{ts → src/ts}/shared/loading_screen/scripts/tr.d.ts +0 -0
- /package/{ts → src/ts}/shared/offers/components/prop_types/body.d.ts +0 -0
- /package/{ts → src/ts}/shared/offers/components/prop_types/offer.d.ts +0 -0
- /package/{ts → src/ts}/shared/offers/interfaces/offer_banner_type.d.ts +0 -0
- /package/{ts → src/ts}/shared/offers/scripts/offers.d.ts +0 -0
- /package/{ts → src/ts}/shared/svg.d.ts +0 -0
- /package/{ts → src/ts}/shared/tr/interfaces/transitions.d.ts +0 -0
- /package/{ts → src/ts}/shared/tr/obj/transition.d.ts +0 -0
- /package/{ts → src/ts}/shared_clean/announcement/scripts/visibility.d.ts +0 -0
- /package/{ts → src/ts}/shared_clean/app_ext_globals.d.ts +0 -0
- /package/{ts → src/ts}/shared_clean/color/interfaces/color.d.ts +0 -0
- /package/{ts → src/ts}/shared_clean/color/scripts/colors.d.ts +0 -0
- /package/{ts → src/ts}/shared_clean/css_vars/scripts/css_vars.d.ts +0 -0
- /package/{ts → src/ts}/shared_clean/data/data/data.d.ts +0 -0
- /package/{ts → src/ts}/shared_clean/data/interfaces/val.d.ts +0 -0
- /package/{ts → src/ts}/shared_clean/globals.d.ts +0 -0
- /package/{ts → src/ts}/shared_clean/no_tr/scripts/state.d.ts +0 -0
- /package/{ts → src/ts}/shared_clean/theme/scripts/theme.d.ts +0 -0
- /package/{ts → src/ts}/shared_clean/title/scripts/title.d.ts +0 -0
- /package/{ts → src/ts}/shared_clean/utils/scripts/utils.d.ts +0 -0
- /package/{ts → src/ts}/shared_clean/vars.d.ts +0 -0
- /package/{ts → src/ts}/shared_clean/viewport/scripts/viewport.d.ts +0 -0
|
@@ -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, #ad1734 0%, #97286a 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: #c71538;
|
|
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,53 +1,61 @@
|
|
|
1
|
-
$theme_color_ynq: #0a0e14;
|
|
2
|
-
$theme_color_ytb: #000308;
|
|
3
|
-
$theme_color_hbt: #1f2c40;
|
|
4
|
-
$theme_color_kdc: #e5e5e5;
|
|
5
|
-
$theme_color_ecm: #133e10;
|
|
6
|
-
$theme_color_uvr: #0e2e54;
|
|
7
|
-
$theme_color_kxn: #2176de;
|
|
8
|
-
$theme_color_tjn: #089200;
|
|
9
|
-
$theme_color_bvc: #af22bf;
|
|
10
|
-
$theme_color_wnc: #c96b00;
|
|
11
|
-
$theme_color_yhn: #b1131a;
|
|
12
|
-
$theme_color_gsl: rgb(120 30 34 / 99%);
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
1
|
+
$theme_color_ynq: #0a0e14;
|
|
2
|
+
$theme_color_ytb: #000308;
|
|
3
|
+
$theme_color_hbt: #1f2c40;
|
|
4
|
+
$theme_color_kdc: #e5e5e5;
|
|
5
|
+
$theme_color_ecm: #133e10;
|
|
6
|
+
$theme_color_uvr: #0e2e54;
|
|
7
|
+
$theme_color_kxn: #2176de;
|
|
8
|
+
$theme_color_tjn: #089200;
|
|
9
|
+
$theme_color_bvc: #af22bf;
|
|
10
|
+
$theme_color_wnc: #c96b00;
|
|
11
|
+
$theme_color_yhn: #b1131a;
|
|
12
|
+
$theme_color_gsl: rgb(120 30 34 / 99%);
|
|
13
|
+
|
|
14
|
+
:root {
|
|
15
|
+
--htc: #{$theme_color_ynq};
|
|
16
|
+
--tbn: #{$theme_color_ynq};
|
|
17
|
+
--gqb: #{$theme_color_ytb};
|
|
18
|
+
--hfb: #{$theme_color_ytb};
|
|
19
|
+
--gvb: #{$theme_color_ytb};
|
|
20
|
+
--npw: #{$theme_color_ytb};
|
|
21
|
+
--hcx: #{$theme_color_ytb};
|
|
22
|
+
--gaq: #{$theme_color_ytb};
|
|
23
|
+
--hev: #{$theme_color_hbt};
|
|
24
|
+
--hyn: #{$theme_color_hbt};
|
|
25
|
+
--fxm: #{$theme_color_hbt};
|
|
26
|
+
--nur: #{$theme_color_hbt};
|
|
27
|
+
--yuv: #{$theme_color_hbt};
|
|
28
|
+
--vqo: #{$theme_color_hbt};
|
|
29
|
+
--lpe: #{$theme_color_kdc};
|
|
30
|
+
--rbp: #{$theme_color_kdc};
|
|
31
|
+
--tgp: #{$theme_color_kdc};
|
|
32
|
+
--mdc: #252525;
|
|
33
|
+
--yos: #{$theme_color_uvr};
|
|
34
|
+
--nep: #{$theme_color_uvr};
|
|
35
|
+
--htm: #583013;
|
|
36
|
+
--qgp: #{$theme_color_ecm};
|
|
37
|
+
--hyv: #{$theme_color_ecm};
|
|
38
|
+
--ycp: #{$theme_color_kxn};
|
|
39
|
+
--iub: #{$theme_color_kxn};
|
|
40
|
+
--cop: #{$theme_color_tjn};
|
|
41
|
+
--yun: #{$theme_color_tjn};
|
|
42
|
+
--ptn: #{$theme_color_bvc};
|
|
43
|
+
--dwk: #{$theme_color_bvc};
|
|
44
|
+
--uzf: #{$theme_color_wnc};
|
|
45
|
+
--hap: #{$theme_color_wnc};
|
|
46
|
+
--rqb: #{$theme_color_yhn};
|
|
47
|
+
--thm: #{$theme_color_yhn};
|
|
48
|
+
--suc: #{$theme_color_yhn};
|
|
49
|
+
--pxd: #{$theme_color_kxn};
|
|
50
|
+
--ksu: #{$theme_color_tjn};
|
|
51
|
+
--upd: #{$theme_color_bvc};
|
|
52
|
+
--fpw: #{$theme_color_bvc};
|
|
53
|
+
--dfp: #0f1721;
|
|
54
|
+
--pgs: white;
|
|
55
|
+
--tdu: #7b1a1f;
|
|
56
|
+
--hyp: #285d25;
|
|
57
|
+
--dlf: #144378;
|
|
58
|
+
--nqp: #{$theme_color_gsl};
|
|
59
|
+
--hgb: #{$theme_color_gsl};
|
|
60
|
+
--beu: rgb(0 0 0 / 90%);
|
|
61
|
+
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@import '../colors/aqua';
|
|
5
|
-
@import 'template';
|
|
1
|
+
@use '../../mixins';
|
|
2
|
+
@use '../colors/aqua';
|
|
3
|
+
@use 'template';
|
|
6
4
|
|
|
7
5
|
body .main_2.settings {
|
|
8
|
-
@include glass;
|
|
6
|
+
@include mixins.glass;
|
|
9
7
|
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
@use '../colors/dark';
|
|
2
|
+
@use 'template';
|
|
3
|
+
|
|
4
|
+
$blue_neon:
|
|
5
|
+
rgb(0 115 255 / 100%) 0 0 33px,
|
|
6
|
+
rgb(255 255 255 / 40%) 0 0 10px;
|
|
7
|
+
|
|
8
|
+
.main_2 {
|
|
9
|
+
box-shadow: $blue_neon;
|
|
10
|
+
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@import '../colors/lavender';
|
|
5
|
-
@import 'template';
|
|
1
|
+
@use '../../mixins';
|
|
2
|
+
@use '../colors/lavender';
|
|
3
|
+
@use 'template';
|
|
6
4
|
|
|
7
5
|
body .main_2.settings {
|
|
8
|
-
@include glass;
|
|
6
|
+
@include mixins.glass;
|
|
9
7
|
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
@use '../colors/light';
|
|
2
|
+
@use 'template';
|
|
3
|
+
|
|
4
|
+
$black_shadow:
|
|
5
|
+
rgb(0 0 0 / 30%) 0 0 30px,
|
|
6
|
+
rgb(0 0 0 / 30%) 0 4px 8px;
|
|
7
|
+
|
|
8
|
+
.main_2 {
|
|
9
|
+
box-shadow: $black_shadow;
|
|
10
|
+
}
|
|
@@ -1,38 +1,39 @@
|
|
|
1
1
|
/* stylelint-disable selector-class-pattern */
|
|
2
2
|
|
|
3
|
-
@
|
|
3
|
+
@use '../../mixins' as mixins;
|
|
4
|
+
@use 'template_focus';
|
|
4
5
|
|
|
5
6
|
@mixin link_colors_standard {
|
|
6
|
-
@include link_colors(
|
|
7
|
+
@include mixins.link_colors(var(--ycp), var(--ptn), var(--cop), var(--uzf));
|
|
7
8
|
}
|
|
8
9
|
|
|
9
10
|
::selection {
|
|
10
|
-
background-color:
|
|
11
|
+
background-color: var(--nqp) !important;
|
|
11
12
|
color: white !important;
|
|
12
13
|
}
|
|
13
14
|
|
|
14
15
|
:not(html, body, select) {
|
|
15
16
|
&::-webkit-scrollbar-corner,
|
|
16
17
|
&::-webkit-resizer {
|
|
17
|
-
background-color:
|
|
18
|
-
border-color:
|
|
18
|
+
background-color: var(--hyn);
|
|
19
|
+
border-color: var(--hyn);
|
|
19
20
|
}
|
|
20
21
|
|
|
21
22
|
&::-webkit-scrollbar-track {
|
|
22
|
-
background-color:
|
|
23
|
+
background-color: var(--npw);
|
|
23
24
|
}
|
|
24
25
|
|
|
25
26
|
&::-webkit-scrollbar-thumb {
|
|
26
|
-
background-color:
|
|
27
|
+
background-color: var(--fxm);
|
|
27
28
|
}
|
|
28
29
|
|
|
29
30
|
&::-webkit-scrollbar-thumb:hover {
|
|
30
|
-
background-color:
|
|
31
|
+
background-color: var(--lpe);
|
|
31
32
|
}
|
|
32
33
|
|
|
33
34
|
&::-webkit-scrollbar-track:horizontal,
|
|
34
35
|
&::-webkit-scrollbar-track:vertical {
|
|
35
|
-
border-color:
|
|
36
|
+
border-color: var(--fxm);
|
|
36
37
|
}
|
|
37
38
|
}
|
|
38
39
|
|
|
@@ -47,27 +48,31 @@
|
|
|
47
48
|
textarea {
|
|
48
49
|
&::-webkit-scrollbar-corner,
|
|
49
50
|
&::-webkit-resizer {
|
|
50
|
-
background-color:
|
|
51
|
-
border-color:
|
|
51
|
+
background-color: var(--nur);
|
|
52
|
+
border-color: var(--vqo);
|
|
52
53
|
}
|
|
53
54
|
|
|
54
55
|
&::-webkit-scrollbar-track {
|
|
55
|
-
background-color:
|
|
56
|
+
background-color: var(--hcx);
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
|
|
59
60
|
.loading_screen {
|
|
60
61
|
&.main {
|
|
61
|
-
background-color:
|
|
62
|
+
background-color: var(--dfp);
|
|
62
63
|
}
|
|
63
64
|
|
|
64
65
|
svg {
|
|
65
|
-
stroke:
|
|
66
|
+
stroke: var(--tgp);
|
|
66
67
|
}
|
|
67
68
|
}
|
|
68
69
|
|
|
69
70
|
.help_btn svg {
|
|
70
|
-
fill:
|
|
71
|
+
fill: var(--lpe);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
body::before {
|
|
75
|
+
background: var(--gqb);
|
|
71
76
|
}
|
|
72
77
|
|
|
73
78
|
.main,
|
|
@@ -75,145 +80,143 @@ button,
|
|
|
75
80
|
select,
|
|
76
81
|
input,
|
|
77
82
|
textarea {
|
|
78
|
-
color:
|
|
83
|
+
color: var(--lpe);
|
|
79
84
|
}
|
|
80
85
|
|
|
81
86
|
hr {
|
|
82
|
-
background-color:
|
|
87
|
+
background-color: var(--hyn);
|
|
83
88
|
}
|
|
84
89
|
|
|
85
90
|
.dependencies hr {
|
|
86
|
-
background-color:
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.btn_options {
|
|
90
|
-
background-color: $npw;
|
|
91
|
-
border-color: $hyn;
|
|
92
|
-
|
|
93
|
-
.btn_option {
|
|
94
|
-
hr {
|
|
95
|
-
background-color: $hyn;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
&:hover {
|
|
99
|
-
background-color: $qgp;
|
|
100
|
-
}
|
|
101
|
-
}
|
|
91
|
+
background-color: var(--lpe);
|
|
102
92
|
}
|
|
103
93
|
|
|
104
94
|
.sections_and_offers {
|
|
105
|
-
background-color:
|
|
95
|
+
background-color: var(--tbn);
|
|
106
96
|
|
|
107
97
|
.offers {
|
|
108
|
-
border-color:
|
|
98
|
+
border-color: var(--hyn);
|
|
99
|
+
|
|
100
|
+
.top_bar .btn_w.icon_btn svg {
|
|
101
|
+
fill: var(--lpe);
|
|
102
|
+
}
|
|
109
103
|
}
|
|
110
104
|
}
|
|
111
105
|
|
|
112
106
|
.sections .section_name {
|
|
113
|
-
border-color:
|
|
107
|
+
border-color: var(--hyn);
|
|
114
108
|
}
|
|
115
109
|
|
|
116
110
|
.section_btns {
|
|
117
|
-
background-color:
|
|
111
|
+
background-color: var(--gvb);
|
|
118
112
|
|
|
119
113
|
.section_btn {
|
|
120
|
-
background-color:
|
|
114
|
+
background-color: var(--hfb);
|
|
121
115
|
|
|
122
116
|
&.selected::before {
|
|
123
|
-
background-color:
|
|
117
|
+
background-color: var(--pxd);
|
|
124
118
|
}
|
|
125
119
|
|
|
126
120
|
&:not(.selected):hover::before {
|
|
127
|
-
background-color:
|
|
121
|
+
background-color: var(--ksu);
|
|
128
122
|
}
|
|
129
123
|
}
|
|
130
124
|
}
|
|
131
125
|
|
|
132
126
|
.input_item {
|
|
133
127
|
.inset_border::before {
|
|
134
|
-
outline-color:
|
|
128
|
+
outline-color: var(--hyn);
|
|
135
129
|
}
|
|
136
130
|
|
|
137
131
|
.input {
|
|
138
|
-
background-color:
|
|
132
|
+
background-color: var(--npw);
|
|
139
133
|
|
|
140
134
|
&::placeholder {
|
|
141
|
-
color:
|
|
135
|
+
color: var(--mdc);
|
|
142
136
|
}
|
|
143
137
|
}
|
|
144
138
|
|
|
145
|
-
.btn
|
|
146
|
-
|
|
139
|
+
.btn {
|
|
140
|
+
&.text_input {
|
|
141
|
+
background-color: var(--npw);
|
|
147
142
|
|
|
148
|
-
|
|
149
|
-
|
|
143
|
+
svg {
|
|
144
|
+
fill: var(--lpe);
|
|
145
|
+
}
|
|
150
146
|
}
|
|
151
147
|
}
|
|
152
148
|
|
|
153
149
|
.palette {
|
|
154
|
-
background-color:
|
|
155
|
-
color:
|
|
150
|
+
background-color: var(--htc);
|
|
151
|
+
color: var(--rbp);
|
|
156
152
|
}
|
|
157
153
|
|
|
158
154
|
.input_w {
|
|
159
155
|
.visualization {
|
|
160
|
-
background-color:
|
|
156
|
+
background-color: var(--npw);
|
|
161
157
|
}
|
|
162
158
|
|
|
163
159
|
.palette_visualization_w.inset_border::before {
|
|
164
|
-
outline-color:
|
|
160
|
+
outline-color: var(--hev);
|
|
165
161
|
}
|
|
166
162
|
|
|
167
163
|
.palette_visualization {
|
|
168
|
-
background-color:
|
|
164
|
+
background-color: var(--npw);
|
|
169
165
|
}
|
|
170
166
|
}
|
|
171
167
|
|
|
168
|
+
&.select .input_w::after {
|
|
169
|
+
border-top-color: var(--lpe);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
172
|
select {
|
|
173
|
-
background-image:
|
|
174
|
-
linear-gradient(
|
|
175
|
-
linear-gradient(
|
|
173
|
+
background-image:
|
|
174
|
+
linear-gradient(45deg, transparent 50%, var(--lpe) 50%),
|
|
175
|
+
linear-gradient(135deg, var(--lpe) 50%, transparent 50%),
|
|
176
|
+
linear-gradient(to right, var(--lpe), var(--lpe));
|
|
176
177
|
|
|
177
178
|
option {
|
|
178
|
-
color:
|
|
179
|
+
color: var(--rbp);
|
|
179
180
|
}
|
|
180
181
|
}
|
|
181
182
|
|
|
182
183
|
.range {
|
|
183
184
|
.lower_fill {
|
|
184
|
-
background-color:
|
|
185
|
+
background-color: var(--lpe);
|
|
185
186
|
}
|
|
186
187
|
|
|
187
188
|
.input {
|
|
188
|
-
&::-webkit-slider-thumb
|
|
189
|
-
|
|
189
|
+
&::-webkit-slider-thumb,
|
|
190
|
+
&::-moz-range-thumb {
|
|
191
|
+
background-color: var(--lpe);
|
|
190
192
|
}
|
|
191
193
|
|
|
192
|
-
&::-webkit-slider-runnable-track
|
|
193
|
-
|
|
194
|
+
&::-webkit-slider-runnable-track,
|
|
195
|
+
&::-moz-range-track {
|
|
196
|
+
box-shadow: inset 0 0 0 1px var(--hyn);
|
|
194
197
|
}
|
|
195
198
|
}
|
|
196
199
|
}
|
|
197
200
|
|
|
198
201
|
.checkbox .box {
|
|
199
|
-
outline-color:
|
|
200
|
-
background-color:
|
|
202
|
+
outline-color: var(--hyn);
|
|
203
|
+
background-color: var(--npw);
|
|
201
204
|
|
|
202
205
|
svg {
|
|
203
|
-
fill:
|
|
206
|
+
fill: var(--lpe);
|
|
204
207
|
}
|
|
205
208
|
}
|
|
206
209
|
|
|
207
210
|
.upload_box {
|
|
208
|
-
outline-color:
|
|
211
|
+
outline-color: var(--hyn);
|
|
209
212
|
|
|
210
213
|
.background {
|
|
211
214
|
&.upload_box_idle {
|
|
212
|
-
background-color:
|
|
215
|
+
background-color: var(--npw);
|
|
213
216
|
}
|
|
214
217
|
|
|
215
218
|
&.upload_box_hover {
|
|
216
|
-
background-color:
|
|
219
|
+
background-color: var(--qgp);
|
|
217
220
|
}
|
|
218
221
|
|
|
219
222
|
&.loading {
|
|
@@ -221,36 +224,36 @@ hr {
|
|
|
221
224
|
/* stylelint-disable-next-line function-parentheses-newline-inside */
|
|
222
225
|
background-image: repeating-linear-gradient(
|
|
223
226
|
-45deg,
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
227
|
+
var(--npw),
|
|
228
|
+
var(--npw) 14px,
|
|
229
|
+
var(--qgp) 14px,
|
|
230
|
+
var(--qgp) 28px
|
|
228
231
|
); /* stylelint-disable-line function-parentheses-newline-inside */
|
|
229
232
|
}
|
|
230
233
|
}
|
|
231
234
|
}
|
|
232
235
|
|
|
233
236
|
&.color .link_btn {
|
|
234
|
-
@include link_colors(
|
|
237
|
+
@include mixins.link_colors(var(--iub), var(--dwk), var(--yun), var(--hap));
|
|
235
238
|
}
|
|
236
239
|
|
|
237
240
|
.color_picker_w {
|
|
238
241
|
*:not(.pcr-last-color, .pcr-current-color) {
|
|
239
|
-
color:
|
|
242
|
+
color: var(--rbp) !important;
|
|
240
243
|
}
|
|
241
244
|
|
|
242
245
|
input {
|
|
243
|
-
background-color:
|
|
244
|
-
outline-color:
|
|
246
|
+
background-color: var(--npw) !important;
|
|
247
|
+
outline-color: var(--hev) !important;
|
|
245
248
|
|
|
246
249
|
&:hover:not(.pcr-result, .active) {
|
|
247
|
-
background-color:
|
|
250
|
+
background-color: var(--hyv) !important;
|
|
248
251
|
}
|
|
249
252
|
}
|
|
250
253
|
}
|
|
251
254
|
|
|
252
255
|
.pcr-app {
|
|
253
|
-
background-color:
|
|
256
|
+
background-color: var(--htc) !important;
|
|
254
257
|
}
|
|
255
258
|
|
|
256
259
|
.pcr-color-preview,
|
|
@@ -258,30 +261,26 @@ hr {
|
|
|
258
261
|
.pcr-slider,
|
|
259
262
|
.pcr-picker,
|
|
260
263
|
.pcr-result {
|
|
261
|
-
border-color:
|
|
264
|
+
border-color: var(--hev) !important;
|
|
262
265
|
}
|
|
263
266
|
|
|
264
267
|
.pcr-type.active {
|
|
265
|
-
background-color:
|
|
268
|
+
background-color: var(--nep) !important;
|
|
266
269
|
}
|
|
267
270
|
}
|
|
268
271
|
|
|
269
272
|
.main:not(.loading_screen) {
|
|
270
|
-
background: $gqb;
|
|
271
|
-
background-repeat: no-repeat;
|
|
272
|
-
background-attachment: fixed;
|
|
273
|
-
|
|
274
273
|
.main_2 {
|
|
275
|
-
background-color:
|
|
274
|
+
background-color: var(--hfb);
|
|
276
275
|
}
|
|
277
276
|
|
|
278
277
|
.btn {
|
|
279
278
|
&.text {
|
|
280
|
-
background-color:
|
|
281
|
-
outline-color:
|
|
279
|
+
background-color: var(--npw);
|
|
280
|
+
outline-color: var(--hyn);
|
|
282
281
|
|
|
283
282
|
&:hover {
|
|
284
|
-
background-color:
|
|
283
|
+
background-color: var(--qgp);
|
|
285
284
|
}
|
|
286
285
|
}
|
|
287
286
|
}
|
|
@@ -289,23 +288,43 @@ hr {
|
|
|
289
288
|
.btn,
|
|
290
289
|
.link.svg {
|
|
291
290
|
svg {
|
|
292
|
-
fill:
|
|
291
|
+
fill: var(--lpe);
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.icon_btn .btn {
|
|
296
|
+
background-color: var(--dlf);
|
|
297
|
+
|
|
298
|
+
svg {
|
|
299
|
+
fill: var(--lpe);
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.input_item .side_btn {
|
|
304
|
+
background-color: var(--hyp);
|
|
305
|
+
|
|
306
|
+
&.is_disabled {
|
|
307
|
+
background-color: var(--tdu);
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
svg {
|
|
311
|
+
fill: var(--pgs);
|
|
293
312
|
}
|
|
294
313
|
}
|
|
295
314
|
}
|
|
296
315
|
|
|
297
316
|
.offer img {
|
|
298
|
-
border-color:
|
|
317
|
+
border-color: var(--hyn);
|
|
299
318
|
}
|
|
300
319
|
|
|
301
320
|
.input_error {
|
|
302
|
-
color:
|
|
321
|
+
color: var(--thm);
|
|
303
322
|
}
|
|
304
323
|
|
|
305
324
|
.ext_version {
|
|
306
|
-
color:
|
|
325
|
+
color: var(--lpe);
|
|
307
326
|
}
|
|
308
327
|
|
|
309
328
|
.ad_label {
|
|
310
|
-
outline-color:
|
|
329
|
+
outline-color: var(--lpe);
|
|
311
330
|
}
|