@loftyshaky/shared-app 1.0.2 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +21 -0
- package/_locales/de/messages.json +1 -1
- package/_locales/en/messages.json +119 -2
- package/_locales/ru/messages.json +65 -2
- package/announcement.d.ts +2 -2
- package/announcement.js +5 -1
- package/app.d.ts +1 -5
- package/app.js +5 -1
- package/chunk-main.js +22 -0
- package/chunk-main2.js +5 -0
- package/chunk-main3.js +5 -0
- package/chunk-main4.js +5 -0
- package/chunk-pickr.min.js +5 -0
- package/dependencies.d.ts +2 -0
- package/dependencies.js +5 -0
- package/dependencies.txt +863 -0
- package/ext.d.ts +1 -5
- package/ext.js +5 -1
- package/fonts/NotoSans-Regular.ttf +0 -0
- package/globals.d.ts +49 -0
- package/html/dependencies.html +13 -0
- package/index.d.ts +3 -3
- package/index.js +5 -1
- package/inputs.d.ts +2 -2
- package/inputs.js +5 -1
- package/js/apps.js +63 -63
- package/js/dependencies.js +56 -0
- package/js/env.js +11 -3
- package/js/locales.js +23 -8
- package/js/package/plugins/rollup-plugin-copy.js +169 -169
- package/js/package/plugins/watcher.js +56 -56
- package/js/package/terser.js +18 -18
- package/js/task_scheduler.js +39 -39
- package/js/tsc_alias.js +19 -0
- package/js/webpack.config.js +35 -3
- package/package.json +2 -2
- package/scss/dependencies/body.scss +3 -0
- package/scss/dependencies/hr.scss +3 -0
- package/scss/dependencies/index.scss +5 -0
- package/scss/dependencies/links.scss +3 -0
- package/scss/dependencies/main.scss +3 -0
- package/scss/settings/section_btns.scss +52 -52
- package/scss/settings/sections.scss +22 -0
- package/scss/settings/transitions.scss +3 -13
- package/scss/shared/btns.scss +69 -16
- package/scss/shared/checkboxes.scss +38 -38
- package/scss/shared/close_btn.scss +18 -0
- package/scss/shared/color_pickers.scss +93 -93
- package/scss/shared/colors.scss +90 -84
- package/scss/shared/embed/error.scss +45 -28
- package/scss/shared/embed/font_face.scss +1 -2
- package/scss/shared/focus.scss +15 -9
- package/scss/shared/functions.scss +5 -0
- package/scss/shared/help.scss +3 -5
- package/scss/shared/index.scss +5 -0
- package/scss/shared/input_btns.scss +12 -11
- package/scss/shared/input_error.scss +3 -0
- package/scss/shared/inputs.scss +90 -70
- package/scss/shared/inset_border.scss +1 -8
- package/scss/shared/link_btns.scss +8 -0
- package/scss/shared/links.scss +12 -0
- package/scss/shared/main.scss +3 -0
- package/scss/shared/mixins.scss +60 -6
- package/scss/shared/mods.scss +11 -5
- package/scss/shared/offers.scss +37 -0
- package/scss/shared/scrollbar.scss +35 -35
- package/scss/shared/selects.scss +8 -2
- package/scss/shared/themes/colors/aqua.scss +48 -0
- package/scss/shared/themes/colors/dark.scss +51 -12
- package/scss/shared/themes/colors/lavender.scss +52 -0
- package/scss/shared/themes/colors/light.scss +51 -12
- package/scss/shared/themes/colors/very_dark.scss +51 -12
- package/scss/shared/themes/general/aqua_theme.scss +9 -0
- package/scss/shared/themes/general/dark_theme.scss +3 -1
- package/scss/shared/themes/general/lavender_theme.scss +9 -0
- package/scss/shared/themes/general/light_theme.scss +3 -1
- package/scss/shared/themes/general/template.scss +123 -75
- package/scss/shared/themes/general/template_focus.scss +24 -10
- package/scss/shared/themes/general/very_dark_theme.scss +3 -1
- package/scss/shared/transitions.scss +23 -2
- package/scss/shared/upload_box.scss +80 -67
- package/scss/shared/vars.scss +15 -2
- package/settings.d.ts +2 -2
- package/settings.js +5 -1
- package/ts/announcement/components/body.d.ts +2 -3
- package/ts/announcement/components/index.d.ts +1 -1
- package/ts/announcement/internal.d.ts +2 -3
- package/ts/announcement/scripts/display.d.ts +6 -6
- package/ts/announcement/scripts/index.d.ts +1 -2
- package/ts/dependencies/components/body.d.ts +2 -0
- package/ts/dependencies/components/index.d.ts +1 -0
- package/ts/dependencies/internal.d.ts +2 -0
- package/ts/dependencies/scripts/dependencies.d.ts +7 -0
- package/ts/dependencies/scripts/index.d.ts +1 -0
- package/ts/error_modules/crash_handler/components/body.d.ts +52 -52
- package/ts/error_modules/crash_handler/components/index.d.ts +1 -1
- package/ts/error_modules/crash_handler/components/prop_types/body.d.ts +4 -4
- package/ts/error_modules/crash_handler/components/prop_types/index.d.ts +1 -1
- package/ts/error_modules/crash_handler/data/index.d.ts +1 -1
- package/ts/error_modules/crash_handler/data/visibility.d.ts +7 -7
- package/ts/error_modules/crash_handler/scripts/index.d.ts +1 -1
- package/ts/error_modules/crash_handler/scripts/page.d.ts +6 -6
- package/ts/error_modules/css/scripts/index.d.ts +1 -1
- package/ts/error_modules/css/scripts/main.d.ts +8 -8
- package/ts/error_modules/error/components/body.d.ts +3 -3
- package/ts/error_modules/error/components/close_btn.d.ts +2 -2
- package/ts/error_modules/error/components/ext_name.d.ts +2 -2
- package/ts/error_modules/error/components/index.d.ts +6 -4
- package/ts/error_modules/error/components/keep_visible_msg.d.ts +2 -0
- package/ts/error_modules/error/components/msg.d.ts +2 -2
- package/ts/error_modules/error/components/progress.d.ts +2 -0
- package/ts/error_modules/error/components/prop_types/body.d.ts +5 -5
- package/ts/error_modules/error/components/prop_types/index.d.ts +1 -1
- package/ts/error_modules/error/data/index.d.ts +4 -3
- package/ts/error_modules/error/data/main.d.ts +11 -10
- package/ts/error_modules/error/data/msg.d.ts +13 -15
- package/ts/error_modules/error/data/progress.d.ts +17 -0
- package/ts/error_modules/error/data/state.d.ts +25 -24
- package/ts/error_modules/error/interfaces/error.d.ts +6 -6
- package/ts/error_modules/error/interfaces/error_obj.d.ts +6 -6
- package/ts/error_modules/error/interfaces/index.d.ts +7 -5
- package/ts/error_modules/error/interfaces/notification_type.d.ts +1 -0
- package/ts/error_modules/error/interfaces/observable_keys.d.ts +1 -1
- package/ts/error_modules/error/interfaces/show_error.d.ts +11 -6
- package/ts/error_modules/error/interfaces/show_unable_to_access_settings_error.d.ts +5 -0
- package/ts/error_modules/error/interfaces/timeout_observable_keys.d.ts +1 -1
- package/ts/error_modules/error/scripts/flash.d.ts +11 -0
- package/ts/error_modules/error/scripts/globals.d.ts +1 -9
- package/ts/error_modules/error/scripts/index.d.ts +3 -1
- package/ts/error_modules/error/scripts/notification.d.ts +8 -0
- package/ts/error_modules/init.d.ts +1 -0
- package/ts/error_modules/internal.d.ts +11 -10
- package/ts/inputs/color/components/body.d.ts +3 -3
- package/ts/inputs/color/components/color_picker.d.ts +3 -3
- package/ts/inputs/color/components/fill_shadow.d.ts +3 -3
- package/ts/inputs/color/components/index.d.ts +4 -4
- package/ts/inputs/color/components/prop_types/body.d.ts +4 -4
- package/ts/inputs/color/components/prop_types/color_picker.d.ts +7 -7
- package/ts/inputs/color/components/prop_types/fill_shadow.d.ts +5 -5
- package/ts/inputs/color/components/prop_types/index.d.ts +4 -4
- package/ts/inputs/color/components/prop_types/visualization.d.ts +6 -6
- package/ts/inputs/color/components/visualization.d.ts +3 -3
- package/ts/inputs/color/data/color.d.ts +54 -54
- package/ts/inputs/color/data/index.d.ts +2 -2
- package/ts/inputs/color/data/visibility.d.ts +38 -38
- package/ts/inputs/color/interfaces/color.d.ts +1 -1
- package/ts/inputs/color/interfaces/color_picker_state.d.ts +6 -6
- package/ts/inputs/color/interfaces/color_picker_state_one.d.ts +5 -5
- package/ts/inputs/color/interfaces/i.d.ts +1 -1
- package/ts/inputs/color/interfaces/index.d.ts +4 -4
- package/ts/inputs/color/obj/color.d.ts +54 -54
- package/ts/inputs/color/obj/index.d.ts +1 -1
- package/ts/inputs/color/scripts/color_picker.d.ts +20 -20
- package/ts/inputs/color/scripts/index.d.ts +2 -2
- package/ts/inputs/color/scripts/position.d.ts +7 -7
- package/ts/inputs/components/btn.d.ts +3 -3
- package/ts/inputs/components/checkbox.d.ts +3 -3
- package/ts/inputs/components/file.d.ts +3 -3
- package/ts/inputs/components/form.d.ts +3 -0
- package/ts/inputs/components/group.d.ts +3 -3
- package/ts/inputs/components/help.d.ts +3 -3
- package/ts/inputs/components/help_btn.d.ts +3 -3
- package/ts/inputs/components/hr.d.ts +3 -3
- package/ts/inputs/components/icon_btn.d.ts +3 -3
- package/ts/inputs/components/index.d.ts +25 -21
- package/ts/inputs/components/input_error.d.ts +3 -0
- package/ts/inputs/components/input_item.d.ts +3 -3
- package/ts/inputs/components/label.d.ts +3 -3
- package/ts/inputs/components/label_in_input_item.d.ts +3 -0
- package/ts/inputs/components/link.d.ts +3 -3
- package/ts/inputs/components/link_btn.d.ts +3 -3
- package/ts/inputs/components/link_icon_btn.d.ts +3 -0
- package/ts/inputs/components/prop_types/btn.d.ts +4 -4
- package/ts/inputs/components/prop_types/checkbox.d.ts +4 -4
- package/ts/inputs/components/prop_types/file.d.ts +4 -4
- package/ts/inputs/components/prop_types/form.d.ts +5 -0
- package/ts/inputs/components/prop_types/group.d.ts +5 -5
- package/ts/inputs/components/prop_types/help.d.ts +4 -4
- package/ts/inputs/components/prop_types/help_btn.d.ts +4 -4
- package/ts/inputs/components/prop_types/hr.d.ts +4 -4
- package/ts/inputs/components/prop_types/icon_btn.d.ts +4 -4
- package/ts/inputs/components/prop_types/index.d.ts +25 -21
- package/ts/inputs/components/prop_types/input_error.d.ts +4 -0
- package/ts/inputs/components/prop_types/input_item.d.ts +7 -7
- package/ts/inputs/components/prop_types/label.d.ts +4 -4
- package/ts/inputs/components/prop_types/label_in_input_item.d.ts +4 -0
- package/ts/inputs/components/prop_types/link.d.ts +4 -4
- package/ts/inputs/components/prop_types/link_btn.d.ts +4 -4
- package/ts/inputs/components/prop_types/link_icon_btn.d.ts +5 -0
- package/ts/inputs/components/prop_types/range.d.ts +6 -4
- package/ts/inputs/components/prop_types/section.d.ts +4 -4
- package/ts/inputs/components/prop_types/section_btn.d.ts +7 -6
- package/ts/inputs/components/prop_types/section_content.d.ts +5 -4
- package/ts/inputs/components/prop_types/select.d.ts +6 -4
- package/ts/inputs/components/prop_types/text.d.ts +6 -4
- package/ts/inputs/components/prop_types/text_btn.d.ts +8 -8
- package/ts/inputs/components/prop_types/textarea.d.ts +6 -4
- package/ts/inputs/components/prop_types/upload_box.d.ts +5 -4
- package/ts/inputs/components/range.d.ts +3 -3
- package/ts/inputs/components/section.d.ts +3 -3
- package/ts/inputs/components/section_btn.d.ts +3 -3
- package/ts/inputs/components/section_content.d.ts +3 -3
- package/ts/inputs/components/select.d.ts +3 -3
- package/ts/inputs/components/text.d.ts +3 -3
- package/ts/inputs/components/text_btn.d.ts +3 -3
- package/ts/inputs/components/textarea.d.ts +3 -3
- package/ts/inputs/components/upload_box.d.ts +3 -3
- package/ts/inputs/data/help.d.ts +15 -15
- package/ts/inputs/data/index.d.ts +8 -7
- package/ts/inputs/data/input_error.d.ts +12 -0
- package/ts/inputs/data/input_width.d.ts +26 -22
- package/ts/inputs/data/{label.d.ts → labelIn_in_putI_iem.d.ts} +9 -9
- package/ts/inputs/data/nested_input.d.ts +18 -18
- package/ts/inputs/data/text.d.ts +21 -21
- package/ts/inputs/data/upload_box.d.ts +24 -20
- package/ts/inputs/data/val.d.ts +41 -36
- package/ts/inputs/interfaces/btn_option.d.ts +9 -0
- package/ts/inputs/interfaces/icon_btns.d.ts +2 -2
- package/ts/inputs/interfaces/index.d.ts +9 -8
- package/ts/inputs/interfaces/input.d.ts +2 -2
- package/ts/inputs/interfaces/inputs.d.ts +2 -2
- package/ts/inputs/interfaces/links.d.ts +2 -2
- package/ts/inputs/interfaces/options.d.ts +2 -2
- package/ts/inputs/interfaces/sections.d.ts +2 -2
- package/ts/inputs/interfaces/state_cond.d.ts +4 -4
- package/ts/inputs/interfaces/text_btn.d.ts +7 -7
- package/ts/inputs/internal.d.ts +12 -12
- package/ts/inputs/obj/btn.d.ts +6 -5
- package/ts/inputs/obj/checkbox.d.ts +5 -5
- package/ts/inputs/obj/file.d.ts +9 -8
- package/ts/inputs/obj/form.d.ts +7 -0
- package/ts/inputs/obj/group.d.ts +6 -6
- package/ts/inputs/obj/hr.d.ts +5 -5
- package/ts/inputs/obj/icon_btn.d.ts +7 -6
- package/ts/inputs/obj/index.d.ts +18 -16
- package/ts/inputs/obj/input_base.d.ts +45 -37
- package/ts/inputs/obj/label.d.ts +5 -0
- package/ts/inputs/obj/link.d.ts +17 -12
- package/ts/inputs/obj/link_btn.d.ts +6 -5
- package/ts/inputs/obj/option.d.ts +6 -6
- package/ts/inputs/obj/range.d.ts +20 -20
- package/ts/inputs/obj/section.d.ts +31 -17
- package/ts/inputs/obj/select.d.ts +9 -9
- package/ts/inputs/obj/text.d.ts +18 -17
- package/ts/inputs/obj/textarea.d.ts +5 -5
- package/ts/inputs/obj/upload_box.d.ts +18 -14
- package/ts/inputs/scripts/index.d.ts +2 -2
- package/ts/inputs/scripts/resolve.d.ts +7 -5
- package/ts/inputs/scripts/upload_box.d.ts +8 -8
- package/ts/settings/components/body.d.ts +3 -3
- package/ts/settings/components/index.d.ts +1 -1
- package/ts/settings/components/prop_types/body.d.ts +8 -7
- package/ts/settings/components/prop_types/index.d.ts +1 -1
- package/ts/settings/data/back_up.d.ts +17 -16
- package/ts/settings/data/index.d.ts +2 -2
- package/ts/settings/data/sections.d.ts +43 -37
- package/ts/settings/developer_mode/data/index.d.ts +1 -0
- package/ts/settings/developer_mode/data/main.d.ts +13 -0
- package/ts/settings/init.d.ts +1 -1
- package/ts/settings/internal.d.ts +8 -9
- package/ts/settings/optional_permissions/data/index.d.ts +1 -1
- package/ts/settings/optional_permissions/data/main.d.ts +11 -11
- package/ts/settings/optional_permissions/interfaces/index.d.ts +1 -1
- package/ts/settings/optional_permissions/interfaces/optional_permission_checkbox_dict.d.ts +3 -3
- package/ts/settings/scripts/index.d.ts +1 -1
- package/ts/settings/scripts/theme.d.ts +12 -12
- package/ts/shared/app.d.ts +25 -18
- package/ts/shared/app_ext_globals.d.ts +1 -6
- package/ts/shared/app_version/components/body.d.ts +2 -2
- package/ts/shared/app_version/components/index.d.ts +1 -1
- package/ts/shared/css_vars/scripts/index.d.ts +1 -1
- package/ts/shared/css_vars/scripts/main.d.ts +18 -18
- package/ts/shared/data/data/index.d.ts +1 -1
- package/ts/shared/data/data/main.d.ts +1 -4
- package/ts/shared/data/interfaces/index.d.ts +1 -1
- package/ts/shared/data/interfaces/val.d.ts +2 -2
- package/ts/shared/ext.d.ts +28 -27
- package/ts/shared/functions.d.ts +3 -3
- package/ts/shared/globals.d.ts +1 -4
- package/ts/shared/header/scripts/index.d.ts +1 -0
- package/ts/{announcement/scripts/header.d.ts → shared/header/scripts/main.d.ts} +6 -6
- package/ts/shared/init.d.ts +1 -1
- package/ts/shared/internal.d.ts +40 -29
- package/ts/shared/loading_screen/components/body.d.ts +3 -3
- package/ts/shared/loading_screen/components/index.d.ts +1 -1
- package/ts/shared/loading_screen/components/prop_types/body.d.ts +5 -5
- package/ts/shared/loading_screen/components/prop_types/index.d.ts +1 -1
- package/ts/shared/loading_screen/data/index.d.ts +1 -1
- package/ts/shared/loading_screen/data/main.d.ts +12 -12
- package/ts/shared/loading_screen/scripts/index.d.ts +2 -2
- package/ts/shared/loading_screen/scripts/roots.d.ts +11 -11
- package/ts/shared/loading_screen/scripts/tr.d.ts +8 -8
- package/ts/shared/no_tr/scripts/index.d.ts +1 -1
- package/ts/shared/no_tr/scripts/main.d.ts +12 -12
- package/ts/shared/offers/components/body.d.ts +3 -0
- package/ts/shared/offers/components/counter.d.ts +2 -0
- package/ts/shared/offers/components/index.d.ts +6 -0
- package/ts/shared/offers/components/next_offer_btn.d.ts +2 -0
- package/ts/shared/offers/components/offer.d.ts +3 -0
- package/ts/shared/offers/components/previous_offer_btn.d.ts +2 -0
- package/ts/shared/offers/components/prop_types/body.d.ts +5 -0
- package/ts/shared/offers/components/prop_types/index.d.ts +2 -0
- package/ts/shared/offers/components/prop_types/offer.d.ts +4 -0
- package/ts/shared/offers/components/top_bar.d.ts +2 -0
- package/ts/shared/offers/data/index.d.ts +1 -0
- package/ts/shared/offers/data/main.d.ts +22 -0
- package/ts/shared/offers/interfaces/index.d.ts +1 -0
- package/ts/shared/offers/interfaces/offer_banner_type.d.ts +1 -0
- package/ts/shared/offers/obj/index.d.ts +1 -0
- package/ts/shared/offers/obj/offer.d.ts +12 -0
- package/ts/shared/offers/scripts/index.d.ts +1 -0
- package/ts/shared/offers/scripts/main.d.ts +8 -0
- package/ts/shared/schema/data/index.d.ts +1 -0
- package/ts/shared/schema/data/main.d.ts +12 -0
- package/ts/shared/schema/obj/index.d.ts +1 -0
- package/ts/{settings → shared}/schema/obj/transform_item.d.ts +7 -7
- package/ts/shared/service_worker/scripts/index.d.ts +1 -0
- package/ts/shared/service_worker/scripts/main.d.ts +9 -0
- package/ts/shared/settings/data/index.d.ts +1 -0
- package/ts/shared/settings/data/main.d.ts +15 -0
- package/ts/shared/svg.d.ts +9 -7
- package/ts/shared/t.d.ts +36 -34
- package/ts/shared/tab_index/interfaces/index.d.ts +1 -1
- package/ts/shared/tab_index/interfaces/set_Input_type_event.d.ts +2 -2
- package/ts/shared/tab_index/scripts/index.d.ts +1 -1
- package/ts/shared/tab_index/scripts/main.d.ts +18 -18
- package/ts/shared/theme/scripts/index.d.ts +1 -1
- package/ts/shared/theme/scripts/main.d.ts +11 -11
- package/ts/shared/title/scripts/index.d.ts +1 -1
- package/ts/shared/title/scripts/main.d.ts +6 -6
- package/ts/shared/tr/components/base_tr.d.ts +9 -9
- package/ts/shared/tr/components/index.d.ts +1 -1
- package/ts/shared/tr/components/prop_types/base_tr.d.ts +13 -13
- package/ts/shared/tr/components/prop_types/index.d.ts +1 -1
- package/ts/shared/tr/data/index.d.ts +1 -1
- package/ts/shared/tr/data/transition.d.ts +23 -23
- package/ts/shared/tr/interfaces/index.d.ts +1 -1
- package/ts/shared/tr/interfaces/transitions.d.ts +2 -2
- package/ts/shared/tr/obj/index.d.ts +1 -1
- package/ts/shared/tr/obj/transition.d.ts +8 -8
- package/ts/shared/utils/scripts/index.d.ts +1 -1
- package/ts/shared/utils/scripts/main.d.ts +11 -11
- package/ts/shared/vars.d.ts +2 -1
- package/ts/shared/viewport/scripts/index.d.ts +1 -1
- package/ts/shared/viewport/scripts/main.d.ts +8 -8
- package/ts/shared/x.d.ts +56 -60
- package/chunk-main-303525a1.js +0 -1
- package/chunk-main-3865bde3.js +0 -9
- package/chunk-main-6b1a6024.js +0 -1
- package/chunk-pickr.min-ee5e2c4f.js +0 -1
- package/fonts/noto_sans.woff2 +0 -0
- package/ts/announcement/components/prop_types/body.d.ts +0 -4
- package/ts/announcement/components/prop_types/index.d.ts +0 -1
- package/ts/settings/schema/data/index.d.ts +0 -1
- package/ts/settings/schema/data/main.d.ts +0 -10
- package/ts/settings/schema/obj/index.d.ts +0 -1
package/scss/shared/colors.scss
CHANGED
|
@@ -1,84 +1,90 @@
|
|
|
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
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.
|
|
64
|
-
position:
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
1
|
+
$palette_visualization_w_border_offset: 1 * 2;
|
|
2
|
+
|
|
3
|
+
.input_item {
|
|
4
|
+
&.color .label_in_input_item {
|
|
5
|
+
align-self: normal;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.inner_w {
|
|
9
|
+
position: absolute;
|
|
10
|
+
height: $color_input_height;
|
|
11
|
+
align-self: center;
|
|
12
|
+
order: -1;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.main_visualization_w {
|
|
16
|
+
height: fit-content;
|
|
17
|
+
display: flex;
|
|
18
|
+
align-self: center;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.visualization_w {
|
|
22
|
+
display: flex;
|
|
23
|
+
align-items: center;
|
|
24
|
+
margin-right: $input_content_gap;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.visualization {
|
|
28
|
+
border: 0;
|
|
29
|
+
outline: none;
|
|
30
|
+
min-width: $color_input_height;
|
|
31
|
+
height: $color_input_height;
|
|
32
|
+
cursor: pointer;
|
|
33
|
+
border-radius: 0;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.palette_visualization_w {
|
|
37
|
+
display: inline-flex;
|
|
38
|
+
padding: 0;
|
|
39
|
+
margin-right: $gap + $palette_visualization_w_border_offset;
|
|
40
|
+
margin-bottom: $gap + $palette_visualization_w_border_offset;
|
|
41
|
+
cursor: pointer;
|
|
42
|
+
|
|
43
|
+
&:nth-child(10),
|
|
44
|
+
&:nth-child(20),
|
|
45
|
+
&:nth-child(30) {
|
|
46
|
+
margin-right: 0;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
&:nth-child(n + 21) {
|
|
50
|
+
margin-bottom: 0;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.palette_visualization {
|
|
55
|
+
border: 0;
|
|
56
|
+
outline: none;
|
|
57
|
+
width: $color_input_height;
|
|
58
|
+
height: $color_input_height;
|
|
59
|
+
cursor: pointer;
|
|
60
|
+
border-radius: 0;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.fill_shadow_w {
|
|
64
|
+
position: absolute;
|
|
65
|
+
top: $input_content_gap + $input_content_gap;
|
|
66
|
+
left: 0;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.fill_shadow {
|
|
70
|
+
position: fixed;
|
|
71
|
+
display: block;
|
|
72
|
+
visibility: hidden;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.palette_w {
|
|
76
|
+
z-index: 3;
|
|
77
|
+
position: absolute;
|
|
78
|
+
top: $input_content_gap + $input_content_gap;
|
|
79
|
+
left: 0;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.palette {
|
|
83
|
+
@include box_shadow;
|
|
84
|
+
|
|
85
|
+
position: fixed;
|
|
86
|
+
padding: 10px;
|
|
87
|
+
width: 410px;
|
|
88
|
+
line-height: 0;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
@@ -5,8 +5,7 @@
|
|
|
5
5
|
@import '../mods';
|
|
6
6
|
@import '../text';
|
|
7
7
|
@import '../crash_handler';
|
|
8
|
-
|
|
9
|
-
$ext_name_offset: 7px;
|
|
8
|
+
@import '../close_btn';
|
|
10
9
|
|
|
11
10
|
body,
|
|
12
11
|
button {
|
|
@@ -28,41 +27,55 @@ button {
|
|
|
28
27
|
}
|
|
29
28
|
|
|
30
29
|
.error {
|
|
31
|
-
.
|
|
32
|
-
|
|
33
|
-
text-align: center;
|
|
34
|
-
padding: 10px;
|
|
35
|
-
padding-top: 40px;
|
|
36
|
-
}
|
|
30
|
+
.body {
|
|
31
|
+
position: relative;
|
|
37
32
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
left: $ext_name_offset;
|
|
42
|
-
}
|
|
33
|
+
.top_stuff {
|
|
34
|
+
display: flex;
|
|
35
|
+
align-items: start;
|
|
43
36
|
|
|
44
|
-
|
|
45
|
-
|
|
37
|
+
.ext_name_and_keep_visible_msg {
|
|
38
|
+
flex-grow: 1;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
46
42
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
43
|
+
.progress {
|
|
44
|
+
appearance: none;
|
|
45
|
+
display: block;
|
|
46
|
+
width: 100%;
|
|
47
|
+
height: 8px;
|
|
50
48
|
|
|
51
|
-
|
|
52
|
-
|
|
49
|
+
&::-webkit-progress-bar {
|
|
50
|
+
background-color: transparent;
|
|
53
51
|
}
|
|
54
52
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
fill: white;
|
|
58
|
-
height: 20px;
|
|
59
|
-
width: 20px;
|
|
53
|
+
&::-webkit-progress-value {
|
|
54
|
+
background-color: #ffe81a;
|
|
60
55
|
}
|
|
61
56
|
}
|
|
62
57
|
|
|
58
|
+
.keep_visible_msg {
|
|
59
|
+
font-size: $font_small;
|
|
60
|
+
margin-left: $ext_name_offset;
|
|
61
|
+
margin-top: 2px;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.msg {
|
|
65
|
+
white-space: pre-wrap;
|
|
66
|
+
text-align: center;
|
|
67
|
+
padding: 10px;
|
|
68
|
+
padding-top: 12px;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.ext_name {
|
|
72
|
+
margin-top: $ext_name_offset;
|
|
73
|
+
margin-left: $ext_name_offset;
|
|
74
|
+
}
|
|
75
|
+
|
|
63
76
|
.more_info_btn {
|
|
64
|
-
@include btn
|
|
65
|
-
@include outline_solid
|
|
77
|
+
@include btn;
|
|
78
|
+
@include outline_solid;
|
|
66
79
|
|
|
67
80
|
outline-color: white;
|
|
68
81
|
background-color: transparent;
|
|
@@ -86,7 +99,11 @@ button {
|
|
|
86
99
|
outline-color: $black;
|
|
87
100
|
}
|
|
88
101
|
|
|
89
|
-
&.
|
|
102
|
+
&.positive {
|
|
103
|
+
background-color: #40af49;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
&.neutral {
|
|
90
107
|
background-color: #4d94ea;
|
|
91
108
|
}
|
|
92
109
|
|
package/scss/shared/focus.scss
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
/* stylelint-disable no-descending-specificity, selector-class-pattern */
|
|
2
2
|
|
|
3
3
|
$text_input_outline_size: 20px;
|
|
4
|
+
$text_input_outline_offset: 4px;
|
|
5
|
+
$outline_offset_1: 2px;
|
|
6
|
+
$outline_offset_2: 3px;
|
|
4
7
|
|
|
5
8
|
.input_item .pcr-interaction input:focus {
|
|
6
9
|
box-shadow: none !important;
|
|
@@ -20,8 +23,7 @@ $text_input_outline_size: 20px;
|
|
|
20
23
|
.input_item .pcr-result:focus,
|
|
21
24
|
.keyboard .input_item .color_picker_w input:not(.pcr-result):focus,
|
|
22
25
|
.keyboard .btn.text_input:focus::before,
|
|
23
|
-
|
|
24
|
-
.keyboard .btn.icon:focus,
|
|
26
|
+
.keyboard .icon_btn:focus,
|
|
25
27
|
.keyboard .input_item .checkbox .box:focus,
|
|
26
28
|
.keyboard .link:focus,
|
|
27
29
|
.keyboard .link_btn:focus,
|
|
@@ -31,34 +33,38 @@ body.keyboard .btn.text:focus,
|
|
|
31
33
|
@include outline_solid_thick;
|
|
32
34
|
}
|
|
33
35
|
|
|
36
|
+
body.keyboard .btn.text:focus {
|
|
37
|
+
@include outline_solid_thick;
|
|
38
|
+
}
|
|
39
|
+
|
|
34
40
|
.keyboard .input_item .pcr-palette:focus,
|
|
35
41
|
.keyboard .input_item .pcr-slider:focus,
|
|
36
42
|
.keyboard .link:focus,
|
|
37
43
|
.keyboard .link_btn:focus,
|
|
38
44
|
.keyboard .help_btn:focus,
|
|
39
|
-
.keyboard .
|
|
45
|
+
.keyboard .icon_btn:focus,
|
|
40
46
|
.keyboard .input_item.range .input.is_in_focus_state {
|
|
41
|
-
outline-offset: $
|
|
47
|
+
outline-offset: $outline_offset_1;
|
|
42
48
|
}
|
|
43
49
|
|
|
44
50
|
.input_item .palette_visualization_w.selected:not(.opened) .palette_visualization {
|
|
45
51
|
@include outline_solid_thick;
|
|
46
52
|
|
|
47
|
-
outline-offset: $
|
|
53
|
+
outline-offset: $outline_offset_2;
|
|
48
54
|
}
|
|
49
55
|
|
|
50
56
|
.input_item .visualization_w.opened .visualization,
|
|
51
57
|
.input_item .palette_visualization_w.opened .palette_visualization {
|
|
52
58
|
@include outline_dashed_thick;
|
|
53
59
|
|
|
54
|
-
outline-offset: $
|
|
60
|
+
outline-offset: $outline_offset_2;
|
|
55
61
|
}
|
|
56
62
|
|
|
57
63
|
.keyboard .input_item .visualization_w .visualization:focus,
|
|
58
64
|
.keyboard .input_item .palette_visualization_w .palette_visualization:focus {
|
|
59
65
|
@include outline_solid_thick;
|
|
60
66
|
|
|
61
|
-
outline-offset: $
|
|
67
|
+
outline-offset: $outline_offset_2;
|
|
62
68
|
}
|
|
63
69
|
|
|
64
70
|
.keyboard .input_item .visualization_w.opened .visualization:focus,
|
|
@@ -71,8 +77,8 @@ body.keyboard .btn.text:focus,
|
|
|
71
77
|
position: absolute;
|
|
72
78
|
width: $text_input_outline_size;
|
|
73
79
|
height: $text_input_outline_size;
|
|
74
|
-
top:
|
|
75
|
-
|
|
80
|
+
top: $text_input_outline_offset;
|
|
81
|
+
right: $text_input_outline_offset;
|
|
76
82
|
}
|
|
77
83
|
|
|
78
84
|
.reload_ui_btn_w .keyboard .btn:focus {
|
package/scss/shared/help.scss
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
.help,
|
|
2
2
|
.color_help {
|
|
3
|
-
|
|
4
|
-
font-size: $font_small;
|
|
5
|
-
margin: 0;
|
|
6
|
-
margin-top: $gap_small;
|
|
7
|
-
white-space: pre-wrap;
|
|
3
|
+
@include folding_text;
|
|
8
4
|
}
|
|
9
5
|
|
|
10
6
|
.help_btn {
|
|
@@ -61,6 +57,8 @@
|
|
|
61
57
|
|
|
62
58
|
.help_btn {
|
|
63
59
|
margin-top: 5px;
|
|
60
|
+
display: inline-block;
|
|
61
|
+
height: max-content;
|
|
64
62
|
}
|
|
65
63
|
}
|
|
66
64
|
}
|
package/scss/shared/index.scss
CHANGED
|
@@ -2,10 +2,12 @@
|
|
|
2
2
|
@import '~@simonwep/pickr/dist/themes/monolith.min.css';
|
|
3
3
|
@import 'vars';
|
|
4
4
|
@import 'mixins';
|
|
5
|
+
@import 'functions';
|
|
5
6
|
@import 'themes/general/light_theme';
|
|
6
7
|
@import 'all';
|
|
7
8
|
@import 'btns';
|
|
8
9
|
@import 'checkboxes';
|
|
10
|
+
@import 'close_btn';
|
|
9
11
|
@import 'color_pickers';
|
|
10
12
|
@import 'colors';
|
|
11
13
|
@import 'crash_handler';
|
|
@@ -14,11 +16,13 @@
|
|
|
14
16
|
@import 'hr';
|
|
15
17
|
@import 'group';
|
|
16
18
|
@import 'help';
|
|
19
|
+
@import 'input_error';
|
|
17
20
|
@import 'input_btns';
|
|
18
21
|
@import 'inputs';
|
|
19
22
|
@import 'inset_border';
|
|
20
23
|
@import 'link_btns';
|
|
21
24
|
@import 'links';
|
|
25
|
+
@import 'main';
|
|
22
26
|
@import 'mods';
|
|
23
27
|
@import 'range';
|
|
24
28
|
@import 'scrollbar';
|
|
@@ -27,3 +31,4 @@
|
|
|
27
31
|
@import 'textareas';
|
|
28
32
|
@import 'transitions';
|
|
29
33
|
@import 'upload_box';
|
|
34
|
+
@import 'offers';
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
.btn {
|
|
2
|
-
&.text_input {
|
|
3
|
-
@include btn;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
1
|
+
.btn {
|
|
2
|
+
&.text_input {
|
|
3
|
+
@include btn;
|
|
4
|
+
|
|
5
|
+
position: relative;
|
|
6
|
+
padding: $input_content_gap_2 $input_content_gap_2 $input_content_gap_2 0;
|
|
7
|
+
|
|
8
|
+
svg {
|
|
9
|
+
@include text_btn_svg;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
package/scss/shared/inputs.scss
CHANGED
|
@@ -1,70 +1,90 @@
|
|
|
1
|
-
input[type='file'] {
|
|
2
|
-
display: none;
|
|
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
|
-
margin-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
flex-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
&.
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
1
|
+
input[type='file'] {
|
|
2
|
+
display: none;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.input_item_form {
|
|
6
|
+
margin-bottom: 0;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.label:not(:first-child) {
|
|
10
|
+
margin-top: $gap;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.input_item {
|
|
14
|
+
padding-right: $main_margin;
|
|
15
|
+
margin-left: unset;
|
|
16
|
+
justify-content: unset;
|
|
17
|
+
align-items: center;
|
|
18
|
+
flex-direction: column;
|
|
19
|
+
display: table;
|
|
20
|
+
width: auto;
|
|
21
|
+
|
|
22
|
+
&.child {
|
|
23
|
+
margin-left: 28px;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
&:not(:first-child) {
|
|
27
|
+
margin-top: $gap;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.label_in_input_item {
|
|
31
|
+
display: flex;
|
|
32
|
+
align-items: center;
|
|
33
|
+
height: unset;
|
|
34
|
+
margin-right: 0;
|
|
35
|
+
white-space: normal;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&.text,
|
|
39
|
+
&.textarea,
|
|
40
|
+
&.select,
|
|
41
|
+
&.range,
|
|
42
|
+
&.upload_box,
|
|
43
|
+
&.group {
|
|
44
|
+
.label_in_input_item:not(:empty) {
|
|
45
|
+
margin-bottom: $gap_small;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.input {
|
|
50
|
+
@include input_basic;
|
|
51
|
+
|
|
52
|
+
width: inherit;
|
|
53
|
+
opacity: 1; // needed to keep default color when element is is_enabled
|
|
54
|
+
height: $input_height;
|
|
55
|
+
padding: 0 $input_inner_padding 0 $input_inner_padding;
|
|
56
|
+
flex-grow: 1;
|
|
57
|
+
border-radius: 0;
|
|
58
|
+
box-sizing: border-box;
|
|
59
|
+
|
|
60
|
+
&.text {
|
|
61
|
+
line-height: $input_height;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.input_w_and_help_btn {
|
|
66
|
+
display: flex;
|
|
67
|
+
align-items: center;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.input_w {
|
|
71
|
+
position: relative;
|
|
72
|
+
display: flex;
|
|
73
|
+
box-sizing: border-box;
|
|
74
|
+
|
|
75
|
+
&.text,
|
|
76
|
+
&.textarea,
|
|
77
|
+
&.select {
|
|
78
|
+
@include border_transparent;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.main_visualization_w {
|
|
82
|
+
@include border_transparent;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
&.is_in_focus_state:not(.select)::before,
|
|
86
|
+
&.is_in_warn_state:not(.select)::before {
|
|
87
|
+
@include outline_solid_thick;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
@@ -1,10 +1,18 @@
|
|
|
1
1
|
.link_btn {
|
|
2
|
+
@include btn;
|
|
3
|
+
|
|
2
4
|
display: block;
|
|
3
5
|
font-size: $font_small;
|
|
4
6
|
|
|
5
7
|
&.hide {
|
|
6
8
|
margin-top: 4px;
|
|
7
9
|
}
|
|
10
|
+
|
|
11
|
+
&.show_content,
|
|
12
|
+
&.hide_content {
|
|
13
|
+
margin-bottom: $gap;
|
|
14
|
+
font-size: $font_main;
|
|
15
|
+
}
|
|
8
16
|
}
|
|
9
17
|
|
|
10
18
|
.palette_link_btns .link_btn {
|
package/scss/shared/links.scss
CHANGED