@loftyshaky/shared 0.0.30 → 0.0.34
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/_locales/de/messages.json +128 -0
- package/_locales/en/messages.json +127 -118
- package/_locales/ru/messages.json +124 -115
- package/app.d.ts +0 -0
- package/app.js +1 -1
- package/{chunk-main-ab64b6fe.js → chunk-main-00a79e55.js} +1 -1
- package/chunk-main-707d1b35.js +1 -0
- package/chunk-main-bacabf12.js +1 -0
- package/ext.d.ts +0 -0
- package/ext.js +1 -1
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/inputs.d.ts +0 -0
- package/inputs.js +1 -1
- package/js/ext/env.js +16 -16
- package/js/ext/locales.js +42 -42
- package/js/ext/manifest.js +58 -58
- package/js/ext/webpack.config.js +113 -113
- package/js/package/plugins/rollup-plugin-copy.js +169 -169
- package/js/package/plugins/watcher.js +54 -48
- package/js/package/terser.js +18 -18
- package/js/project_name.js +5 -5
- package/js/projects_path.js +5 -5
- package/js/task_scheduler.js +39 -31
- package/package.json +14 -14
- package/scss/settings/ext_version.scss +7 -7
- package/scss/settings/index.scss +7 -7
- package/scss/settings/main.scss +19 -18
- package/scss/settings/scrollbar.scss +12 -4
- package/scss/settings/section_btns.scss +40 -39
- package/scss/settings/sections.scss +22 -22
- package/scss/settings/transitions.scss +20 -20
- package/scss/shared/all.scss +3 -3
- package/scss/shared/btns.scss +30 -26
- package/scss/shared/checkboxes.scss +38 -38
- package/scss/shared/color_pickers.scss +94 -94
- package/scss/shared/colors.scss +85 -75
- package/scss/shared/crash_handler.scss +36 -36
- package/scss/shared/css_vars.scss +4 -4
- package/scss/shared/embed/error.scss +96 -96
- package/scss/shared/embed/font_face.scss +5 -5
- package/scss/shared/embed/loading_screen.scss +35 -35
- package/scss/shared/embed/no_tr.scss +3 -3
- package/scss/shared/focus.scss +78 -78
- package/scss/shared/help.scss +66 -66
- package/scss/shared/hr.scss +6 -0
- package/scss/shared/index.scss +28 -26
- package/scss/shared/input_btns.scss +11 -11
- package/scss/shared/inputs.scss +69 -73
- package/scss/shared/inset_border.scss +20 -20
- package/scss/shared/link_btns.scss +12 -12
- package/scss/shared/links.scss +11 -11
- package/scss/shared/mixins.scss +130 -130
- package/scss/shared/mods.scss +35 -22
- package/scss/shared/range.scss +46 -45
- package/scss/shared/scrollbar.scss +35 -32
- package/scss/shared/selects.scss +14 -14
- package/scss/shared/text.scss +20 -20
- package/scss/shared/textareas.scss +7 -7
- package/scss/shared/themes/colors/dark.scss +17 -17
- package/scss/shared/themes/colors/light.scss +17 -17
- package/scss/shared/themes/colors/very_dark.scss +17 -17
- package/scss/shared/themes/general/dark_theme.scss +7 -7
- package/scss/shared/themes/general/light_theme.scss +7 -7
- package/scss/shared/themes/general/template.scss +241 -212
- package/scss/shared/themes/general/template_focus.scss +48 -54
- package/scss/shared/themes/general/very_dark_theme.scss +7 -7
- package/scss/shared/transitions.scss +31 -30
- package/scss/shared/upload_box.scss +67 -0
- package/scss/shared/vars.scss +18 -17
- package/settings.d.ts +1 -1
- package/settings.js +1 -1
- package/ts/error_modules/crash_handler/components/body.d.ts +0 -0
- package/ts/error_modules/crash_handler/components/index.d.ts +0 -0
- package/ts/error_modules/crash_handler/components/prop_types/body.d.ts +0 -0
- package/ts/error_modules/crash_handler/components/prop_types/index.d.ts +0 -0
- package/ts/error_modules/crash_handler/data/fatal_error.d.ts +0 -0
- package/ts/error_modules/crash_handler/data/index.d.ts +0 -0
- package/ts/error_modules/crash_handler/data/visibility.d.ts +0 -0
- package/ts/error_modules/crash_handler/scripts/index.d.ts +0 -0
- package/ts/error_modules/crash_handler/scripts/page.d.ts +0 -0
- package/ts/error_modules/css/scripts/index.d.ts +0 -0
- package/ts/error_modules/css/scripts/main.d.ts +0 -0
- package/ts/error_modules/error/components/body.d.ts +0 -0
- package/ts/error_modules/error/components/close_btn.d.ts +0 -0
- package/ts/error_modules/error/components/ext_name.d.ts +0 -0
- package/ts/error_modules/error/components/index.d.ts +0 -0
- package/ts/error_modules/error/components/msg.d.ts +0 -0
- package/ts/error_modules/error/components/prop_types/body.d.ts +0 -0
- package/ts/error_modules/error/components/prop_types/index.d.ts +0 -0
- package/ts/error_modules/error/data/index.d.ts +0 -0
- package/ts/error_modules/error/data/main.d.ts +0 -0
- package/ts/error_modules/error/data/msg.d.ts +0 -0
- package/ts/error_modules/error/data/state.d.ts +0 -0
- package/ts/error_modules/error/interfaces/error.d.ts +0 -0
- package/ts/error_modules/error/interfaces/error_obj.d.ts +0 -0
- package/ts/error_modules/error/interfaces/index.d.ts +0 -0
- package/ts/error_modules/error/interfaces/observable_keys.d.ts +0 -0
- package/ts/error_modules/error/interfaces/show_error.d.ts +0 -0
- package/ts/error_modules/error/interfaces/timeout_observable_keys.d.ts +0 -0
- package/ts/error_modules/error/scripts/globals.d.ts +1 -0
- package/ts/error_modules/error/scripts/index.d.ts +0 -0
- package/ts/error_modules/internal.d.ts +0 -0
- package/ts/inputs/color/components/body.d.ts +0 -0
- package/ts/inputs/color/components/color_picker.d.ts +0 -0
- package/ts/inputs/color/components/fill_shadow.d.ts +0 -0
- package/ts/inputs/color/components/index.d.ts +0 -0
- package/ts/inputs/color/components/prop_types/body.d.ts +0 -0
- package/ts/inputs/color/components/prop_types/color_picker.d.ts +0 -0
- package/ts/inputs/color/components/prop_types/fill_shadow.d.ts +0 -0
- package/ts/inputs/color/components/prop_types/index.d.ts +0 -0
- package/ts/inputs/color/components/prop_types/visualization.d.ts +0 -0
- package/ts/inputs/color/components/visualization.d.ts +0 -0
- package/ts/inputs/color/data/color.d.ts +2 -1
- package/ts/inputs/color/data/index.d.ts +0 -0
- package/ts/inputs/color/data/visibility.d.ts +2 -0
- package/ts/inputs/color/interfaces/color.d.ts +0 -0
- package/ts/inputs/color/interfaces/color_picker_state.d.ts +0 -0
- package/ts/inputs/color/interfaces/color_picker_state_one.d.ts +0 -0
- package/ts/inputs/color/interfaces/i.d.ts +0 -0
- package/ts/inputs/color/interfaces/index.d.ts +0 -0
- package/ts/inputs/color/obj/color.d.ts +3 -0
- package/ts/inputs/color/obj/index.d.ts +0 -0
- package/ts/inputs/color/scripts/color_picker.d.ts +0 -0
- package/ts/inputs/color/scripts/index.d.ts +0 -0
- package/ts/inputs/color/scripts/position.d.ts +0 -0
- package/ts/inputs/components/btn.d.ts +0 -0
- package/ts/inputs/components/checkbox.d.ts +0 -0
- package/ts/inputs/components/file.d.ts +0 -0
- package/ts/inputs/components/help.d.ts +0 -0
- package/ts/inputs/components/help_btn.d.ts +0 -0
- package/ts/inputs/components/hr.d.ts +3 -0
- package/ts/inputs/components/index.d.ts +2 -0
- package/ts/inputs/components/input_item.d.ts +0 -0
- package/ts/inputs/components/label.d.ts +0 -0
- package/ts/inputs/components/link.d.ts +0 -0
- package/ts/inputs/components/link_btn.d.ts +0 -0
- package/ts/inputs/components/prop_types/btn.d.ts +0 -0
- package/ts/inputs/components/prop_types/checkbox.d.ts +0 -0
- package/ts/inputs/components/prop_types/file.d.ts +0 -0
- package/ts/inputs/components/prop_types/help.d.ts +0 -0
- package/ts/inputs/components/prop_types/help_btn.d.ts +0 -0
- package/ts/inputs/components/prop_types/hr.d.ts +4 -0
- package/ts/inputs/components/prop_types/index.d.ts +2 -0
- package/ts/inputs/components/prop_types/input_item.d.ts +0 -0
- package/ts/inputs/components/prop_types/label.d.ts +0 -0
- package/ts/inputs/components/prop_types/link.d.ts +0 -0
- package/ts/inputs/components/prop_types/link_btn.d.ts +2 -3
- package/ts/inputs/components/prop_types/range.d.ts +0 -0
- package/ts/inputs/components/prop_types/section.d.ts +0 -0
- package/ts/inputs/components/prop_types/section_btn.d.ts +0 -0
- package/ts/inputs/components/prop_types/section_content.d.ts +0 -0
- package/ts/inputs/components/prop_types/select.d.ts +0 -0
- package/ts/inputs/components/prop_types/text.d.ts +0 -0
- package/ts/inputs/components/prop_types/text_btn.d.ts +1 -1
- package/ts/inputs/components/prop_types/textarea.d.ts +0 -0
- package/ts/inputs/components/prop_types/upload_box.d.ts +4 -0
- package/ts/inputs/components/range.d.ts +0 -0
- package/ts/inputs/components/section.d.ts +0 -0
- package/ts/inputs/components/section_btn.d.ts +0 -0
- package/ts/inputs/components/section_content.d.ts +0 -0
- package/ts/inputs/components/select.d.ts +0 -0
- package/ts/inputs/components/text.d.ts +0 -0
- package/ts/inputs/components/text_btn.d.ts +0 -0
- package/ts/inputs/components/textarea.d.ts +0 -0
- package/ts/inputs/components/upload_box.d.ts +3 -0
- package/ts/inputs/data/help.d.ts +0 -0
- package/ts/inputs/data/index.d.ts +2 -0
- package/ts/inputs/data/input_width.d.ts +4 -3
- package/ts/inputs/data/label.d.ts +0 -0
- package/ts/inputs/data/nested_input.d.ts +4 -2
- package/ts/inputs/data/text.d.ts +21 -0
- package/ts/inputs/data/upload_box.d.ts +20 -0
- package/ts/inputs/data/val.d.ts +0 -0
- package/ts/inputs/interfaces/index.d.ts +2 -0
- package/ts/inputs/interfaces/input.d.ts +1 -1
- package/ts/inputs/interfaces/inputs.d.ts +0 -0
- package/ts/inputs/interfaces/links.d.ts +0 -0
- package/ts/inputs/interfaces/options.d.ts +0 -0
- package/ts/inputs/interfaces/sections.d.ts +0 -0
- package/ts/inputs/interfaces/state_cond.d.ts +4 -0
- package/ts/inputs/interfaces/text_btn.d.ts +7 -0
- package/ts/inputs/internal.d.ts +0 -0
- package/ts/inputs/obj/btn.d.ts +0 -0
- package/ts/inputs/obj/checkbox.d.ts +0 -0
- package/ts/inputs/obj/file.d.ts +2 -0
- package/ts/inputs/obj/hr.d.ts +5 -0
- package/ts/inputs/obj/index.d.ts +3 -0
- package/ts/inputs/obj/input_base.d.ts +12 -2
- package/ts/inputs/obj/link.d.ts +0 -0
- package/ts/inputs/obj/link_btn.d.ts +5 -0
- package/ts/inputs/obj/option.d.ts +1 -1
- package/ts/inputs/obj/range.d.ts +0 -0
- package/ts/inputs/obj/section.d.ts +1 -0
- package/ts/inputs/obj/select.d.ts +0 -0
- package/ts/inputs/obj/text.d.ts +5 -1
- package/ts/inputs/obj/textarea.d.ts +0 -0
- package/ts/inputs/obj/upload_box.d.ts +14 -0
- package/ts/inputs/scripts/index.d.ts +1 -0
- package/ts/inputs/scripts/resolve.d.ts +0 -0
- package/ts/inputs/scripts/upload_box.d.ts +8 -0
- package/ts/settings/components/body.d.ts +0 -0
- package/ts/settings/components/index.d.ts +0 -0
- package/ts/settings/components/prop_types/body.d.ts +0 -0
- package/ts/settings/components/prop_types/index.d.ts +0 -0
- package/ts/settings/data/back_up.d.ts +1 -1
- package/ts/settings/data/index.d.ts +0 -0
- package/ts/settings/data/sections.d.ts +7 -1
- package/ts/settings/init.d.ts +0 -0
- package/ts/settings/internal.d.ts +2 -0
- package/ts/settings/optional_permissions/data/index.d.ts +1 -0
- package/ts/settings/optional_permissions/data/main.d.ts +11 -0
- package/ts/settings/optional_permissions/interfaces/index.d.ts +1 -0
- package/ts/settings/optional_permissions/interfaces/optional_permission_checkbox_dict.d.ts +3 -0
- package/ts/settings/scripts/index.d.ts +0 -0
- package/ts/settings/scripts/theme.d.ts +3 -1
- package/ts/shared/app.d.ts +0 -0
- package/ts/shared/app_ext_globals.d.ts +0 -0
- package/ts/shared/css_vars/scripts/index.d.ts +0 -0
- package/ts/shared/css_vars/scripts/main.d.ts +0 -0
- package/ts/shared/data/data/index.d.ts +0 -0
- package/ts/shared/data/data/main.d.ts +0 -0
- package/ts/shared/data/interfaces/index.d.ts +0 -0
- package/ts/shared/data/interfaces/val.d.ts +0 -0
- package/ts/shared/ext.d.ts +0 -0
- package/ts/shared/ext_version/components/body.d.ts +0 -0
- package/ts/shared/ext_version/components/index.d.ts +0 -0
- package/ts/shared/functions.d.ts +1 -0
- package/ts/shared/globals.d.ts +0 -0
- package/ts/shared/init.d.ts +0 -0
- package/ts/shared/internal.d.ts +0 -1
- package/ts/shared/keep_alive/scripts/index.d.ts +0 -0
- package/ts/shared/keep_alive/scripts/tabs.d.ts +0 -0
- package/ts/shared/loading_screen/components/body.d.ts +2 -3
- package/ts/shared/loading_screen/components/index.d.ts +0 -0
- package/ts/shared/loading_screen/data/index.d.ts +0 -0
- package/ts/shared/loading_screen/data/main.d.ts +0 -0
- package/ts/shared/no_tr/scripts/index.d.ts +0 -0
- package/ts/shared/no_tr/scripts/main.d.ts +0 -0
- package/ts/shared/svg.d.ts +0 -0
- package/ts/shared/t.d.ts +0 -0
- package/ts/shared/tab_index/interfaces/index.d.ts +0 -0
- package/ts/shared/tab_index/interfaces/set_Input_type_event.d.ts +0 -0
- package/ts/shared/tab_index/scripts/index.d.ts +0 -0
- package/ts/shared/tab_index/scripts/main.d.ts +0 -0
- package/ts/shared/theme/scripts/index.d.ts +0 -0
- package/ts/shared/theme/scripts/main.d.ts +3 -1
- package/ts/shared/tr/components/base_tr.d.ts +0 -0
- package/ts/shared/tr/components/index.d.ts +0 -0
- package/ts/shared/tr/components/prop_types/base_tr.d.ts +1 -1
- package/ts/shared/tr/components/prop_types/index.d.ts +0 -0
- package/ts/shared/tr/data/index.d.ts +0 -0
- package/ts/shared/tr/data/transition.d.ts +0 -0
- package/ts/shared/tr/interfaces/index.d.ts +0 -0
- package/ts/shared/tr/interfaces/transitions.d.ts +0 -0
- package/ts/shared/tr/obj/index.d.ts +0 -0
- package/ts/shared/tr/obj/transition.d.ts +0 -0
- package/ts/shared/utils/scripts/index.d.ts +0 -0
- package/ts/shared/utils/scripts/main.d.ts +0 -0
- package/ts/shared/vars.d.ts +0 -0
- package/ts/shared/viewport/scripts/index.d.ts +0 -0
- package/ts/shared/viewport/scripts/main.d.ts +0 -0
- package/ts/shared/x.d.ts +4 -0
- package/chunk-main-38f4a769.js +0 -1
- package/chunk-main-775b8143.js +0 -1
- package/ts/shared/loading_screen/components/prop_types/body.d.ts +0 -8
- package/ts/shared/loading_screen/components/prop_types/index.d.ts +0 -1
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
$gaq:
|
|
2
|
-
$nrf: #1d293b;
|
|
3
|
-
$
|
|
4
|
-
$
|
|
5
|
-
$
|
|
6
|
-
$
|
|
7
|
-
$
|
|
8
|
-
$cop: #1d4025;
|
|
9
|
-
$pdv: #e1e56a;
|
|
10
|
-
$pec: #e57a7a;
|
|
11
|
-
$bvs: #6be565;
|
|
12
|
-
$nmy: #dc85e5;
|
|
13
|
-
$dfp: #
|
|
14
|
-
$myo: #089200;
|
|
15
|
-
$ptn: #bd141c;
|
|
16
|
-
$uzf: #af22bf;
|
|
17
|
-
$ycp: #2176de;
|
|
1
|
+
$gaq: #000308;
|
|
2
|
+
$nrf: #1d293b;
|
|
3
|
+
$qhv: #264061;
|
|
4
|
+
$yos: #262c33;
|
|
5
|
+
$htc: #0a0e14;
|
|
6
|
+
$lpe: #e5e5e5;
|
|
7
|
+
$nqp: rgba(120, 30, 34, 0.99);
|
|
8
|
+
$cop: #1d4025;
|
|
9
|
+
$pdv: #e1e56a;
|
|
10
|
+
$pec: #e57a7a;
|
|
11
|
+
$bvs: #6be565;
|
|
12
|
+
$nmy: #dc85e5;
|
|
13
|
+
$dfp: #0f1721;
|
|
14
|
+
$myo: #089200;
|
|
15
|
+
$ptn: #bd141c;
|
|
16
|
+
$uzf: #af22bf;
|
|
17
|
+
$ycp: #2176de;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
@import '../../vars';
|
|
2
|
-
@import '../colors/dark';
|
|
3
|
-
@import 'template';
|
|
4
|
-
|
|
5
|
-
.main_2 {
|
|
6
|
-
box-shadow:
|
|
7
|
-
}
|
|
1
|
+
@import '../../vars';
|
|
2
|
+
@import '../colors/dark';
|
|
3
|
+
@import 'template';
|
|
4
|
+
|
|
5
|
+
.main_2 {
|
|
6
|
+
box-shadow: rgb(0, 115, 255, 70%) 0 0 33px, rgba(255, 255, 255, 0.4) 0 0 10px;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
@import '../../vars';
|
|
2
|
-
@import '../colors/light';
|
|
3
|
-
@import 'template';
|
|
4
|
-
|
|
5
|
-
.main_2 {
|
|
6
|
-
box-shadow: rgba(0, 0, 0, 0.3) 0 0 30px, rgba(0, 0, 0, 0.3) 0 4px 8px;
|
|
7
|
-
}
|
|
1
|
+
@import '../../vars';
|
|
2
|
+
@import '../colors/light';
|
|
3
|
+
@import 'template';
|
|
4
|
+
|
|
5
|
+
.main_2 {
|
|
6
|
+
box-shadow: rgba(0, 0, 0, 0.3) 0 0 30px, rgba(0, 0, 0, 0.3) 0 4px 8px;
|
|
7
|
+
}
|
|
@@ -1,212 +1,241 @@
|
|
|
1
|
-
/* stylelint-disable selector-class-pattern */
|
|
2
|
-
|
|
3
|
-
@import 'template_focus';
|
|
4
|
-
|
|
5
|
-
::selection {
|
|
6
|
-
background-color: $nqp !important;
|
|
7
|
-
color: white !important;
|
|
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
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
color: $
|
|
191
|
-
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
}
|
|
1
|
+
/* stylelint-disable selector-class-pattern */
|
|
2
|
+
|
|
3
|
+
@import 'template_focus';
|
|
4
|
+
|
|
5
|
+
::selection {
|
|
6
|
+
background-color: $nqp !important;
|
|
7
|
+
color: white !important;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
::-webkit-scrollbar-thumb {
|
|
11
|
+
background-color: $lpe;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
::-webkit-scrollbar-track {
|
|
15
|
+
background-color: $gaq;
|
|
16
|
+
border-color: $lpe;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
::-webkit-scrollbar-corner,
|
|
20
|
+
::-webkit-resizer {
|
|
21
|
+
background-color: $lpe;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.main {
|
|
25
|
+
border-color: $lpe;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.loading_screen {
|
|
29
|
+
&.main {
|
|
30
|
+
background-color: $dfp;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
svg {
|
|
34
|
+
stroke: $lpe;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
body {
|
|
39
|
+
background-color: $gaq;
|
|
40
|
+
|
|
41
|
+
.btn.text {
|
|
42
|
+
outline-color: $lpe;
|
|
43
|
+
background-color: $gaq;
|
|
44
|
+
|
|
45
|
+
&:hover {
|
|
46
|
+
background-color: $yos;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.main,
|
|
52
|
+
button,
|
|
53
|
+
select,
|
|
54
|
+
input,
|
|
55
|
+
textarea {
|
|
56
|
+
color: $lpe;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
hr {
|
|
60
|
+
background-color: $lpe;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.sections {
|
|
64
|
+
background-color: $htc;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.section_btns {
|
|
68
|
+
background-color: $nrf;
|
|
69
|
+
|
|
70
|
+
.filler::after {
|
|
71
|
+
background-color: $lpe;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.section_btn {
|
|
76
|
+
border-color: $lpe;
|
|
77
|
+
background-color: $nrf;
|
|
78
|
+
|
|
79
|
+
&.selected {
|
|
80
|
+
background-color: $htc;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
&:not(.selected):hover {
|
|
84
|
+
background-color: $cop;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
&::after {
|
|
88
|
+
background-color: $lpe;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.help_btn svg {
|
|
93
|
+
fill: $lpe;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.input_item {
|
|
97
|
+
.input {
|
|
98
|
+
background-color: $gaq;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.btn.text_input {
|
|
102
|
+
background-color: $gaq;
|
|
103
|
+
|
|
104
|
+
svg {
|
|
105
|
+
fill: $lpe;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.palette {
|
|
110
|
+
background-color: $htc;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.input_w {
|
|
114
|
+
.visualization,
|
|
115
|
+
.palette_visualization {
|
|
116
|
+
border-color: $lpe;
|
|
117
|
+
background-color: $gaq;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
select {
|
|
122
|
+
background-image: linear-gradient(45deg, transparent 50%, $lpe 50%),
|
|
123
|
+
linear-gradient(135deg, $lpe 50%, transparent 50%),
|
|
124
|
+
linear-gradient(to right, $lpe, $lpe);
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.range {
|
|
128
|
+
.lower_fill {
|
|
129
|
+
background-color: $lpe;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.input {
|
|
133
|
+
&::-webkit-slider-thumb {
|
|
134
|
+
background-color: $lpe;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
&::-webkit-slider-runnable-track {
|
|
138
|
+
outline-color: $lpe;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.checkbox .box {
|
|
144
|
+
outline-color: $lpe;
|
|
145
|
+
background-color: $gaq;
|
|
146
|
+
|
|
147
|
+
svg {
|
|
148
|
+
fill: $lpe;
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.upload_box {
|
|
153
|
+
outline-color: $lpe;
|
|
154
|
+
|
|
155
|
+
.background {
|
|
156
|
+
&.upload_box_idle {
|
|
157
|
+
background-color: $nrf;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
&.upload_box_hover {
|
|
161
|
+
background-color: $qhv;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
&.loading {
|
|
165
|
+
background-image: repeating-linear-gradient(-45deg,
|
|
166
|
+
$nrf,
|
|
167
|
+
$nrf 14px,
|
|
168
|
+
$gaq 14px,
|
|
169
|
+
$gaq 28px);
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.color_picker_w {
|
|
175
|
+
*:not(.pcr-last-color):not(.pcr-current-color) {
|
|
176
|
+
color: $lpe !important;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
input {
|
|
180
|
+
background-color: $gaq !important;
|
|
181
|
+
border-color: $lpe !important;
|
|
182
|
+
|
|
183
|
+
&:hover:not(.pcr-result):not(.active) {
|
|
184
|
+
background-color: $yos !important;
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.pcr-app {
|
|
190
|
+
border-color: $lpe !important;
|
|
191
|
+
background-color: $htc !important;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.pcr-color-preview,
|
|
195
|
+
.pcr-palette,
|
|
196
|
+
.pcr-slider,
|
|
197
|
+
.pcr-picker,
|
|
198
|
+
.pcr-result {
|
|
199
|
+
border-color: $lpe !important;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.pcr-type.active {
|
|
203
|
+
background-color: $nrf !important;
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.link {
|
|
208
|
+
color: $pdv;
|
|
209
|
+
|
|
210
|
+
&:visited {
|
|
211
|
+
color: $pec;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
&:hover {
|
|
215
|
+
color: $bvs;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
&:active {
|
|
219
|
+
color: $nmy;
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.link_btn {
|
|
224
|
+
color: $pdv;
|
|
225
|
+
|
|
226
|
+
&:visited {
|
|
227
|
+
color: $pec;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
&:hover {
|
|
231
|
+
color: $bvs;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
&:active {
|
|
235
|
+
color: $nmy;
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.ext_version {
|
|
240
|
+
color: $lpe;
|
|
241
|
+
}
|
|
@@ -1,54 +1,48 @@
|
|
|
1
|
-
/* stylelint-disable selector-class-pattern */
|
|
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
|
-
.keyboard .
|
|
28
|
-
|
|
29
|
-
.keyboard .input_item .
|
|
30
|
-
.keyboard .input_item .
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
.keyboard .input_item
|
|
35
|
-
.keyboard .input_item .
|
|
36
|
-
.keyboard .input_item .
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
.
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
border-color: $uzf !important;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.keyboard .section_btn:not(.selected):focus {
|
|
53
|
-
box-shadow: inset 0 0 0 2px $uzf, inset -3px 0 0 0 $uzf;
|
|
54
|
-
}
|
|
1
|
+
/* stylelint-disable selector-class-pattern */
|
|
2
|
+
|
|
3
|
+
.input_item {
|
|
4
|
+
.input_w {
|
|
5
|
+
&.is_in_focus_state:not(.select)::before {
|
|
6
|
+
outline-color: $myo;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
&.is_in_warn_state:not(.select)::before {
|
|
10
|
+
outline-color: $ptn;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.visualization_w.opened .visualization,
|
|
15
|
+
.palette_visualization_w.opened .palette_visualization,
|
|
16
|
+
.palette_visualization_w.selected .palette_visualization {
|
|
17
|
+
outline-color: $ycp;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.keyboard .btn.text_input::before,
|
|
22
|
+
body.keyboard .btn.text:focus,
|
|
23
|
+
.keyboard .help_btn:focus,
|
|
24
|
+
.keyboard .input_item .checkbox .box:focus,
|
|
25
|
+
.keyboard .link:focus,
|
|
26
|
+
.keyboard .link_btn:focus,
|
|
27
|
+
.keyboard .input_item .input_w:not(.text):not(.textarea).is_in_focus_state::before,
|
|
28
|
+
.keyboard .input_item.range .input.is_in_focus_state,
|
|
29
|
+
.keyboard .input_item .visualization_w .visualization:focus,
|
|
30
|
+
.keyboard .input_item .palette_visualization_w .palette_visualization:focus {
|
|
31
|
+
outline-color: $uzf;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.keyboard .input_item .pcr-palette:focus,
|
|
35
|
+
.keyboard .input_item .pcr-slider:focus,
|
|
36
|
+
.keyboard .input_item .pcr-picker:focus,
|
|
37
|
+
.input_item .pcr-result:focus,
|
|
38
|
+
.keyboard .input_item .color_picker_w input:not(.pcr-result):focus {
|
|
39
|
+
outline-color: $uzf !important;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.input_item .pcr-result:focus {
|
|
43
|
+
border-color: $uzf !important;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.keyboard .section_btn:not(.selected):focus {
|
|
47
|
+
box-shadow: inset 0 0 0 2px $uzf, inset -3px 0 0 0 $uzf;
|
|
48
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
@import '../../vars';
|
|
2
|
-
@import '../colors/very_dark';
|
|
3
|
-
@import 'template';
|
|
4
|
-
|
|
5
|
-
.main_2 {
|
|
6
|
-
box-shadow: rgba(0, 102, 255, 0.7) 0 0 36px, rgba(255, 255, 255, 0.4) 0 0 10px;
|
|
7
|
-
}
|
|
1
|
+
@import '../../vars';
|
|
2
|
+
@import '../colors/very_dark';
|
|
3
|
+
@import 'template';
|
|
4
|
+
|
|
5
|
+
.main_2 {
|
|
6
|
+
box-shadow: rgba(0, 102, 255, 0.7) 0 0 36px, rgba(255, 255, 255, 0.4) 0 0 10px;
|
|
7
|
+
}
|