@loftyshaky/shared 0.0.32 → 0.0.36
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 +0 -0
- package/_locales/en/messages.json +127 -127
- package/_locales/ru/messages.json +124 -124
- package/app.d.ts +0 -0
- package/app.js +1 -1
- package/chunk-main-40daee2f.js +1 -0
- package/{chunk-main-ccd52fa1.js → chunk-main-51348ab9.js} +1 -1
- package/{chunk-main-a59eea98.js → chunk-main-a7524397.js} +1 -1
- 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 +13 -13
- package/scss/settings/ext_version.scss +7 -7
- package/scss/settings/index.scss +6 -7
- package/scss/settings/main.scss +17 -19
- package/scss/settings/section_btns.scss +52 -40
- 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 -30
- package/scss/shared/checkboxes.scss +38 -38
- package/scss/shared/color_pickers.scss +93 -94
- package/scss/shared/colors.scss +84 -77
- 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 -27
- package/scss/shared/input_btns.scss +11 -11
- package/scss/shared/inputs.scss +69 -69
- 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 -27
- package/scss/shared/range.scss +43 -45
- package/scss/shared/scrollbar.scss +35 -34
- 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 +12 -17
- package/scss/shared/themes/colors/light.scss +12 -17
- package/scss/shared/themes/colors/very_dark.scss +12 -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 +243 -229
- package/scss/shared/themes/general/template_focus.scss +51 -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 -59
- package/scss/shared/vars.scss +18 -18
- 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 +0 -0
- package/ts/inputs/color/data/index.d.ts +0 -0
- package/ts/inputs/color/data/visibility.d.ts +0 -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 +0 -4
- 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 +1 -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 +1 -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 +0 -0
- 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 +0 -0
- package/ts/inputs/components/prop_types/textarea.d.ts +0 -0
- package/ts/inputs/components/prop_types/upload_box.d.ts +0 -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 +0 -0
- package/ts/inputs/data/help.d.ts +0 -0
- package/ts/inputs/data/index.d.ts +0 -0
- package/ts/inputs/data/input_width.d.ts +0 -0
- package/ts/inputs/data/label.d.ts +0 -0
- package/ts/inputs/data/nested_input.d.ts +0 -0
- package/ts/inputs/data/text.d.ts +9 -1
- package/ts/inputs/data/upload_box.d.ts +9 -3
- package/ts/inputs/data/val.d.ts +0 -0
- package/ts/inputs/interfaces/index.d.ts +1 -1
- package/ts/inputs/interfaces/input.d.ts +0 -0
- 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 +0 -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 +0 -0
- package/ts/inputs/obj/hr.d.ts +5 -0
- package/ts/inputs/obj/index.d.ts +1 -0
- package/ts/inputs/obj/input_base.d.ts +11 -4
- package/ts/inputs/obj/link.d.ts +0 -0
- package/ts/inputs/obj/link_btn.d.ts +0 -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 +0 -0
- package/ts/inputs/obj/select.d.ts +0 -0
- package/ts/inputs/obj/text.d.ts +2 -0
- package/ts/inputs/obj/textarea.d.ts +0 -0
- package/ts/inputs/obj/upload_box.d.ts +2 -0
- package/ts/inputs/scripts/index.d.ts +0 -0
- package/ts/inputs/scripts/resolve.d.ts +0 -0
- package/ts/inputs/scripts/upload_box.d.ts +0 -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 +5 -0
- 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 +0 -0
- 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 +2 -1
- 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 -0
- 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 +0 -0
- 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 +0 -0
- 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-ac6a4df1.js +0 -1
- package/scss/settings/scrollbar.scss +0 -12
- package/ts/inputs/interfaces/visiblity_cond.d.ts +0 -4
package/scss/shared/mixins.scss
CHANGED
|
@@ -1,130 +1,130 @@
|
|
|
1
|
-
$border_width_thick: 2px;
|
|
2
|
-
|
|
3
|
-
@mixin full_dims {
|
|
4
|
-
width: 100%;
|
|
5
|
-
height: 100%;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
@mixin top_left {
|
|
9
|
-
top: 0;
|
|
10
|
-
left: 0;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
@mixin full_spread {
|
|
14
|
-
@include full_dims;
|
|
15
|
-
@include top_left;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
@mixin max_z_index {
|
|
19
|
-
z-index: 2147483647;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
@mixin center_flex {
|
|
23
|
-
display: flex;
|
|
24
|
-
justify-content: center;
|
|
25
|
-
align-items: center;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
@mixin center_translate {
|
|
29
|
-
margin: auto;
|
|
30
|
-
left: 50%;
|
|
31
|
-
top: 50%;
|
|
32
|
-
transform: translate(-50%, -50%);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
@mixin btn {
|
|
36
|
-
background-color: transparent;
|
|
37
|
-
outline: none;
|
|
38
|
-
cursor: pointer;
|
|
39
|
-
border: 0;
|
|
40
|
-
padding: 0;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
@mixin text_btn_svg {
|
|
44
|
-
height: 16px;
|
|
45
|
-
width: 16px;
|
|
46
|
-
display: block;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
@mixin input_basic {
|
|
50
|
-
border: 0;
|
|
51
|
-
outline: none;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
$box_shadow_for_mixin: rgba(0, 0, 0, 0.3) 0 0 2px, rgba(0, 0, 0, 0.3) 0 4px 8px;
|
|
55
|
-
|
|
56
|
-
@mixin box_shadow {
|
|
57
|
-
box-shadow: $box_shadow_for_mixin;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
@mixin box_shadow_important {
|
|
61
|
-
box-shadow: $box_shadow_for_mixin !important;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
@mixin border {
|
|
65
|
-
border-width: $border_width;
|
|
66
|
-
border-style: solid;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
@mixin border_transparent {
|
|
70
|
-
@include border;
|
|
71
|
-
|
|
72
|
-
border-color: transparent;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
@mixin border_top {
|
|
76
|
-
border-top-width: $border_width;
|
|
77
|
-
border-top-style: solid;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
@mixin border_bottom {
|
|
81
|
-
border-bottom-width: $border_width;
|
|
82
|
-
border-bottom-style: solid;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
@mixin border_left {
|
|
86
|
-
border-left-width: $border_width;
|
|
87
|
-
border-left-style: solid;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
@mixin border_right {
|
|
91
|
-
border-right-width: $border_width;
|
|
92
|
-
border-right-style: solid;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
@mixin white_border {
|
|
96
|
-
border: $border_width solid white;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
@mixin black_border {
|
|
100
|
-
border: $border_width solid $black;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
@mixin blue_border {
|
|
104
|
-
border: $border_width solid $blue;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
@mixin border_bottom {
|
|
108
|
-
border-bottom-width: $border_width;
|
|
109
|
-
border-bottom-style: solid;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
@mixin outline_solid {
|
|
113
|
-
outline-width: $border_width;
|
|
114
|
-
outline-style: solid;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
@mixin outline_dashed {
|
|
118
|
-
outline-width: $border_width;
|
|
119
|
-
outline-style: dashed;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
@mixin outline_solid_thick {
|
|
123
|
-
outline-width: $border_width_thick;
|
|
124
|
-
outline-style: solid;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
@mixin outline_dashed_thick {
|
|
128
|
-
outline-width: $border_width_thick;
|
|
129
|
-
outline-style: dashed;
|
|
130
|
-
}
|
|
1
|
+
$border_width_thick: 2px;
|
|
2
|
+
|
|
3
|
+
@mixin full_dims {
|
|
4
|
+
width: 100%;
|
|
5
|
+
height: 100%;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
@mixin top_left {
|
|
9
|
+
top: 0;
|
|
10
|
+
left: 0;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@mixin full_spread {
|
|
14
|
+
@include full_dims;
|
|
15
|
+
@include top_left;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
@mixin max_z_index {
|
|
19
|
+
z-index: 2147483647;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@mixin center_flex {
|
|
23
|
+
display: flex;
|
|
24
|
+
justify-content: center;
|
|
25
|
+
align-items: center;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
@mixin center_translate {
|
|
29
|
+
margin: auto;
|
|
30
|
+
left: 50%;
|
|
31
|
+
top: 50%;
|
|
32
|
+
transform: translate(-50%, -50%);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
@mixin btn {
|
|
36
|
+
background-color: transparent;
|
|
37
|
+
outline: none;
|
|
38
|
+
cursor: pointer;
|
|
39
|
+
border: 0;
|
|
40
|
+
padding: 0;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
@mixin text_btn_svg {
|
|
44
|
+
height: 16px;
|
|
45
|
+
width: 16px;
|
|
46
|
+
display: block;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
@mixin input_basic {
|
|
50
|
+
border: 0;
|
|
51
|
+
outline: none;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
$box_shadow_for_mixin: rgba(0, 0, 0, 0.3) 0 0 2px, rgba(0, 0, 0, 0.3) 0 4px 8px;
|
|
55
|
+
|
|
56
|
+
@mixin box_shadow {
|
|
57
|
+
box-shadow: $box_shadow_for_mixin;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
@mixin box_shadow_important {
|
|
61
|
+
box-shadow: $box_shadow_for_mixin !important;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
@mixin border {
|
|
65
|
+
border-width: $border_width;
|
|
66
|
+
border-style: solid;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
@mixin border_transparent {
|
|
70
|
+
@include border;
|
|
71
|
+
|
|
72
|
+
border-color: transparent;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
@mixin border_top {
|
|
76
|
+
border-top-width: $border_width;
|
|
77
|
+
border-top-style: solid;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
@mixin border_bottom {
|
|
81
|
+
border-bottom-width: $border_width;
|
|
82
|
+
border-bottom-style: solid;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
@mixin border_left {
|
|
86
|
+
border-left-width: $border_width;
|
|
87
|
+
border-left-style: solid;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
@mixin border_right {
|
|
91
|
+
border-right-width: $border_width;
|
|
92
|
+
border-right-style: solid;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
@mixin white_border {
|
|
96
|
+
border: $border_width solid white;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
@mixin black_border {
|
|
100
|
+
border: $border_width solid $black;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
@mixin blue_border {
|
|
104
|
+
border: $border_width solid $blue;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
@mixin border_bottom {
|
|
108
|
+
border-bottom-width: $border_width;
|
|
109
|
+
border-bottom-style: solid;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
@mixin outline_solid {
|
|
113
|
+
outline-width: $border_width;
|
|
114
|
+
outline-style: solid;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
@mixin outline_dashed {
|
|
118
|
+
outline-width: $border_width;
|
|
119
|
+
outline-style: dashed;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
@mixin outline_solid_thick {
|
|
123
|
+
outline-width: $border_width_thick;
|
|
124
|
+
outline-style: solid;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
@mixin outline_dashed_thick {
|
|
128
|
+
outline-width: $border_width_thick;
|
|
129
|
+
outline-style: dashed;
|
|
130
|
+
}
|
package/scss/shared/mods.scss
CHANGED
|
@@ -1,27 +1,35 @@
|
|
|
1
|
-
.opacity_1 {
|
|
2
|
-
opacity: 1 !important;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.opacity_0 {
|
|
6
|
-
opacity: 0 !important;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.none {
|
|
10
|
-
display: none !important;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.hidden {
|
|
14
|
-
position: fixed !important;
|
|
15
|
-
visibility: hidden !important;
|
|
16
|
-
top: 99999px !important;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.border {
|
|
20
|
-
border-width: 1px !important;
|
|
21
|
-
border-style: solid !important;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.
|
|
25
|
-
opacity: 0.3 !important;
|
|
26
|
-
pointer-events: none;
|
|
27
|
-
}
|
|
1
|
+
.opacity_1 {
|
|
2
|
+
opacity: 1 !important;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.opacity_0 {
|
|
6
|
+
opacity: 0 !important;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.none {
|
|
10
|
+
display: none !important;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.hidden {
|
|
14
|
+
position: fixed !important;
|
|
15
|
+
visibility: hidden !important;
|
|
16
|
+
top: 99999px !important;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.border {
|
|
20
|
+
border-width: 1px !important;
|
|
21
|
+
border-style: solid !important;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.is_disabled {
|
|
25
|
+
opacity: 0.3 !important;
|
|
26
|
+
pointer-events: none !important;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.pointer_events_none {
|
|
30
|
+
pointer-events: none !important;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.cursor_default {
|
|
34
|
+
cursor: default !important;
|
|
35
|
+
}
|
package/scss/shared/range.scss
CHANGED
|
@@ -1,45 +1,43 @@
|
|
|
1
|
-
$range_track_height: 12px;
|
|
2
|
-
$lower_fill_offset_top: 8px;
|
|
3
|
-
|
|
4
|
-
.input_item {
|
|
5
|
-
.range {
|
|
6
|
-
.input {
|
|
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
|
-
}
|
|
1
|
+
$range_track_height: 12px;
|
|
2
|
+
$lower_fill_offset_top: 8px;
|
|
3
|
+
|
|
4
|
+
.input_item {
|
|
5
|
+
.range {
|
|
6
|
+
.input {
|
|
7
|
+
min-width: inherit;
|
|
8
|
+
appearance: none;
|
|
9
|
+
padding: 0;
|
|
10
|
+
background-color: transparent;
|
|
11
|
+
cursor: pointer;
|
|
12
|
+
|
|
13
|
+
&::-webkit-slider-thumb {
|
|
14
|
+
appearance: none;
|
|
15
|
+
width: $range_track_height;
|
|
16
|
+
height: $input_height;
|
|
17
|
+
margin-top: -$lower_fill_offset_top;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
&::-webkit-slider-runnable-track {
|
|
21
|
+
height: $range_track_height;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.lower_fill {
|
|
26
|
+
position: absolute;
|
|
27
|
+
height: $range_track_height;
|
|
28
|
+
top: $lower_fill_offset_top;
|
|
29
|
+
pointer-events: none;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.displayed_val {
|
|
34
|
+
font-size: $font_small;
|
|
35
|
+
width: max-content;
|
|
36
|
+
margin-left: auto;
|
|
37
|
+
margin-top: $gap_small;
|
|
38
|
+
|
|
39
|
+
&.help_is_present {
|
|
40
|
+
margin-right: $input_height;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -1,34 +1,35 @@
|
|
|
1
|
-
$
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
@include
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
border-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
border-
|
|
33
|
-
|
|
34
|
-
}
|
|
1
|
+
$thumb_border_left: 5px solid transparent;
|
|
2
|
+
$thumb_border_right: 4px solid transparent;
|
|
3
|
+
|
|
4
|
+
:not(html):not(body):not(select) {
|
|
5
|
+
&::-webkit-scrollbar {
|
|
6
|
+
width: 17px;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
&::-webkit-scrollbar-thumb {
|
|
10
|
+
background-clip: content-box;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
&::-webkit-resizer {
|
|
14
|
+
@include border_top;
|
|
15
|
+
@include border_left;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&::-webkit-scrollbar-track:vertical {
|
|
19
|
+
@include border_left;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
&::-webkit-scrollbar-track:horizontal {
|
|
23
|
+
@include border_top;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
&::-webkit-scrollbar-thumb:vertical {
|
|
27
|
+
border-left: $thumb_border_left;
|
|
28
|
+
border-right: $thumb_border_right;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
&::-webkit-scrollbar-thumb:horizontal {
|
|
32
|
+
border-top: $thumb_border_left;
|
|
33
|
+
border-bottom: $thumb_border_right;
|
|
34
|
+
}
|
|
35
|
+
}
|
package/scss/shared/selects.scss
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
$arrow_offset: 11px;
|
|
2
|
-
$separator_offset: 7px;
|
|
3
|
-
|
|
4
|
-
.input_item select.input {
|
|
5
|
-
/* stylelint-disable-next-line property-no-vendor-prefix */
|
|
6
|
-
-webkit-appearance: none;
|
|
7
|
-
/* stylelint-disable-next-line property-no-vendor-prefix */
|
|
8
|
-
-moz-appearance: none;
|
|
9
|
-
background-position: calc(100% - 16px) $arrow_offset, calc(100% - 10px) $arrow_offset,
|
|
10
|
-
calc(100% - 33px) $separator_offset;
|
|
11
|
-
background-size: 6px 6px, 6px 6px, 1px 14px;
|
|
12
|
-
background-repeat: no-repeat;
|
|
13
|
-
padding-right: 44px;
|
|
14
|
-
}
|
|
1
|
+
$arrow_offset: 11px;
|
|
2
|
+
$separator_offset: 7px;
|
|
3
|
+
|
|
4
|
+
.input_item select.input {
|
|
5
|
+
/* stylelint-disable-next-line property-no-vendor-prefix */
|
|
6
|
+
-webkit-appearance: none;
|
|
7
|
+
/* stylelint-disable-next-line property-no-vendor-prefix */
|
|
8
|
+
-moz-appearance: none;
|
|
9
|
+
background-position: calc(100% - 16px) $arrow_offset, calc(100% - 10px) $arrow_offset,
|
|
10
|
+
calc(100% - 33px) $separator_offset;
|
|
11
|
+
background-size: 6px 6px, 6px 6px, 1px 14px;
|
|
12
|
+
background-repeat: no-repeat;
|
|
13
|
+
padding-right: 44px;
|
|
14
|
+
}
|
package/scss/shared/text.scss
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
.main,
|
|
2
|
-
.content,
|
|
3
|
-
button,
|
|
4
|
-
input {
|
|
5
|
-
font-family: u6Pgzb39sNF, sans-serif;
|
|
6
|
-
font-size: $font_main;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.input_item {
|
|
10
|
-
/* stylelint-disable-next-line property-no-vendor-prefix */
|
|
11
|
-
-moz-appearance: textfield;
|
|
12
|
-
|
|
13
|
-
.input {
|
|
14
|
-
&::-webkit-inner-spin-button,
|
|
15
|
-
&::-webkit-outer-spin-button {
|
|
16
|
-
/* stylelint-disable-next-line property-no-vendor-prefix */
|
|
17
|
-
-webkit-appearance: none;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
1
|
+
.main,
|
|
2
|
+
.content,
|
|
3
|
+
button,
|
|
4
|
+
input {
|
|
5
|
+
font-family: u6Pgzb39sNF, sans-serif;
|
|
6
|
+
font-size: $font_main;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.input_item {
|
|
10
|
+
/* stylelint-disable-next-line property-no-vendor-prefix */
|
|
11
|
+
-moz-appearance: textfield;
|
|
12
|
+
|
|
13
|
+
.input {
|
|
14
|
+
&::-webkit-inner-spin-button,
|
|
15
|
+
&::-webkit-outer-spin-button {
|
|
16
|
+
/* stylelint-disable-next-line property-no-vendor-prefix */
|
|
17
|
+
-webkit-appearance: none;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
$padding: 8px;
|
|
2
|
-
|
|
3
|
-
.input_item textarea.input {
|
|
4
|
-
padding-top: $padding;
|
|
5
|
-
padding-bottom: $padding;
|
|
6
|
-
min-height: 95px;
|
|
7
|
-
}
|
|
1
|
+
$padding: 8px;
|
|
2
|
+
|
|
3
|
+
.input_item textarea.input {
|
|
4
|
+
padding-top: $padding;
|
|
5
|
+
padding-bottom: $padding;
|
|
6
|
+
min-height: 95px;
|
|
7
|
+
}
|
|
@@ -1,17 +1,12 @@
|
|
|
1
|
-
$
|
|
2
|
-
$
|
|
3
|
-
$
|
|
4
|
-
$
|
|
5
|
-
$
|
|
6
|
-
$
|
|
7
|
-
$
|
|
8
|
-
$cop: #
|
|
9
|
-
$
|
|
10
|
-
$
|
|
11
|
-
$
|
|
12
|
-
$
|
|
13
|
-
$dfp: #293d4d;
|
|
14
|
-
$myo: #09a700;
|
|
15
|
-
$ptn: #bb141c;
|
|
16
|
-
$uzf: #b938c7;
|
|
17
|
-
$ycp: #308af9;
|
|
1
|
+
$htc: #2a3038;
|
|
2
|
+
$gaq: #1d2329;
|
|
3
|
+
$hev: #42505e;
|
|
4
|
+
$lpe: white;
|
|
5
|
+
$yos: #144581;
|
|
6
|
+
$qgp: #1b5a17;
|
|
7
|
+
$ycp: #308af9;
|
|
8
|
+
$cop: #09a700;
|
|
9
|
+
$ptn: #bb141c;
|
|
10
|
+
$uzf: #b938c7;
|
|
11
|
+
$dfp: #29394d;
|
|
12
|
+
$nqp: rgba(174, 35, 43, 0.99);
|
|
@@ -1,17 +1,12 @@
|
|
|
1
|
-
$
|
|
2
|
-
$
|
|
3
|
-
$
|
|
4
|
-
$
|
|
5
|
-
$
|
|
6
|
-
$
|
|
7
|
-
$
|
|
8
|
-
$cop: #
|
|
9
|
-
$
|
|
10
|
-
$
|
|
11
|
-
$
|
|
12
|
-
$
|
|
13
|
-
$dfp: #a2d4ff;
|
|
14
|
-
$myo: #14bf0a;
|
|
15
|
-
$ptn: #d0111a;
|
|
16
|
-
$uzf: #ca26dd;
|
|
17
|
-
$ycp: #2e8cff;
|
|
1
|
+
$htc: white;
|
|
2
|
+
$gaq: #efefef;
|
|
3
|
+
$hev: #bbb;
|
|
4
|
+
$lpe: $black;
|
|
5
|
+
$yos: #c7e0ff;
|
|
6
|
+
$qgp: #beffba;
|
|
7
|
+
$ycp: #2e8cff;
|
|
8
|
+
$cop: #14bf0a;
|
|
9
|
+
$ptn: #d0111a;
|
|
10
|
+
$uzf: #ca26dd;
|
|
11
|
+
$dfp: #a2d4ff;
|
|
12
|
+
$nqp: rgba(255, 77, 85, 0.99);
|
|
@@ -1,17 +1,12 @@
|
|
|
1
|
-
$
|
|
2
|
-
$
|
|
3
|
-
$
|
|
4
|
-
$
|
|
5
|
-
$
|
|
6
|
-
$
|
|
7
|
-
$
|
|
8
|
-
$cop: #
|
|
9
|
-
$
|
|
10
|
-
$
|
|
11
|
-
$
|
|
12
|
-
$
|
|
13
|
-
$dfp: #121a21;
|
|
14
|
-
$myo: #089200;
|
|
15
|
-
$ptn: #bd141c;
|
|
16
|
-
$uzf: #af22bf;
|
|
17
|
-
$ycp: #2176de;
|
|
1
|
+
$htc: #0a0e14;
|
|
2
|
+
$gaq: #000308;
|
|
3
|
+
$hev: #1f2c40;
|
|
4
|
+
$lpe: #e5e5e5;
|
|
5
|
+
$yos: #0e2e54;
|
|
6
|
+
$qgp: #133e10;
|
|
7
|
+
$ycp: #2176de;
|
|
8
|
+
$cop: #089200;
|
|
9
|
+
$ptn: #b1131a;
|
|
10
|
+
$uzf: #af22bf;
|
|
11
|
+
$dfp: #0f1721;
|
|
12
|
+
$nqp: rgba(120, 30, 34, 0.99);
|
|
@@ -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, 1) 0 0 33px, rgba(255, 255, 255, 0.4) 0 0 10px;
|
|
7
|
+
}
|