@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.
- package/LICENSE.md +1 -1
- package/_locales/en/messages.json +116 -2
- package/_locales/ru/messages.json +42 -0
- 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/ext_version.scss +7 -7
- package/scss/settings/index.scss +6 -6
- package/scss/settings/main.scss +6 -5
- package/scss/settings/section_btns.scss +4 -1
- package/scss/settings/sections.scss +9 -6
- 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 +17 -6
- 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 +3 -1
- 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 +51 -42
- package/scss/shared/themes/colors/blaze.scss +55 -0
- package/scss/shared/themes/colors/clover.scss +51 -42
- package/scss/shared/themes/colors/dark.scss +63 -54
- package/scss/shared/themes/colors/lavender.scss +51 -42
- package/scss/shared/themes/colors/light.scss +63 -54
- package/scss/shared/themes/colors/ruby.scss +51 -42
- package/scss/shared/themes/colors/very_dark.scss +61 -54
- 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 +4 -6
- package/scss/shared/themes/general/dark_theme.scss +7 -6
- package/scss/shared/themes/general/lavender_theme.scss +4 -6
- package/scss/shared/themes/general/light_theme.scss +6 -5
- package/scss/shared/themes/general/ruby_theme.scss +4 -6
- package/scss/shared/themes/general/template.scss +108 -89
- package/scss/shared/themes/general/template_focus.scss +15 -15
- package/scss/shared/themes/general/very_dark_theme.scss +7 -6
- package/scss/shared/transitions.scss +57 -58
- package/scss/shared/upload_box.scss +18 -12
- package/scss/shared/vars.scss +3 -14
- 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/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 +12 -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/src/ts/shared_clean/data/data/settings.d.ts +17 -0
- 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 +9 -6
- 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 -83
- 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 -198
- 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/data/settings.d.ts +0 -16
- 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/show_unable_to_access_settings_error.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
package/scss/shared/selects.scss
CHANGED
|
@@ -1,26 +1,32 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
-
|
|
13
|
-
background-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
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
|
+
}
|
package/scss/shared/text.scss
CHANGED
|
@@ -1,20 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
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
|
-
|
|
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
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
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
|
-
|
|
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
|
-
|
|
2
|
-
|
|
3
|
-
$
|
|
4
|
-
$
|
|
5
|
-
$
|
|
6
|
-
$
|
|
7
|
-
$
|
|
8
|
-
$
|
|
9
|
-
$
|
|
10
|
-
$
|
|
11
|
-
$
|
|
12
|
-
$
|
|
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
|
-
|
|
54
|
-
|
|
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
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
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
|
-
|
|
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
|
+
}
|