@loftyshaky/shared 0.0.40 → 0.0.43

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.
Files changed (297) hide show
  1. package/_locales/de/messages.json +0 -0
  2. package/_locales/en/messages.json +3 -0
  3. package/_locales/ru/messages.json +3 -0
  4. package/announcement.d.ts +2 -0
  5. package/announcement.js +1 -0
  6. package/app.d.ts +0 -0
  7. package/app.js +1 -1
  8. package/chunk-main-30216ab6.js +9 -0
  9. package/chunk-main-3fee580d.js +1 -0
  10. package/chunk-main-70539558.js +1 -0
  11. package/chunk-pickr.min-f7ab594a.js +1 -0
  12. package/ext.d.ts +0 -0
  13. package/ext.js +1 -1
  14. package/fonts/noto_sans.woff2 +0 -0
  15. package/html/announcement.html +15 -0
  16. package/index.d.ts +1 -1
  17. package/index.js +1 -1
  18. package/inputs.d.ts +0 -0
  19. package/inputs.js +1 -1
  20. package/js/apps.js +60 -0
  21. package/js/{ext/env.js → env.js} +2 -2
  22. package/js/ext/manifest.js +2 -2
  23. package/js/{ext/locales.js → locales.js} +13 -4
  24. package/js/package/plugins/rollup-plugin-copy.js +0 -0
  25. package/js/package/plugins/watcher.js +5 -3
  26. package/js/package/terser.js +0 -0
  27. package/js/project_name.js +0 -0
  28. package/js/projects_path.js +1 -1
  29. package/js/task_scheduler.js +1 -1
  30. package/js/webpack.config.js +159 -0
  31. package/package.json +1 -1
  32. package/scss/announcement/body.scss +10 -0
  33. package/scss/announcement/index.scss +3 -0
  34. package/scss/announcement/main.scss +8 -0
  35. package/scss/settings/ext_version.scss +0 -0
  36. package/scss/settings/index.scss +0 -0
  37. package/scss/settings/main.scss +0 -0
  38. package/scss/settings/section_btns.scss +0 -0
  39. package/scss/settings/sections.scss +0 -0
  40. package/scss/settings/transitions.scss +21 -20
  41. package/scss/shared/all.scss +0 -0
  42. package/scss/shared/btns.scss +39 -30
  43. package/scss/shared/checkboxes.scss +0 -0
  44. package/scss/shared/color_pickers.scss +0 -0
  45. package/scss/shared/colors.scss +0 -0
  46. package/scss/shared/crash_handler.scss +0 -0
  47. package/scss/shared/css_vars.scss +0 -0
  48. package/scss/shared/embed/error.scss +0 -0
  49. package/scss/shared/embed/font_face.scss +1 -1
  50. package/scss/shared/embed/loading_screen.scss +1 -0
  51. package/scss/shared/embed/no_tr.scss +0 -0
  52. package/scss/shared/focus.scss +80 -78
  53. package/scss/shared/group.scss +18 -0
  54. package/scss/shared/help.scss +0 -0
  55. package/scss/shared/hr.scss +0 -0
  56. package/scss/shared/index.scss +1 -0
  57. package/scss/shared/input_btns.scss +0 -0
  58. package/scss/shared/inputs.scss +0 -0
  59. package/scss/shared/inset_border.scss +0 -0
  60. package/scss/shared/link_btns.scss +12 -12
  61. package/scss/shared/links.scss +0 -0
  62. package/scss/shared/mixins.scss +0 -0
  63. package/scss/shared/mods.scss +5 -1
  64. package/scss/shared/range.scss +0 -0
  65. package/scss/shared/scrollbar.scss +0 -0
  66. package/scss/shared/selects.scss +0 -0
  67. package/scss/shared/text.scss +0 -0
  68. package/scss/shared/textareas.scss +0 -0
  69. package/scss/shared/themes/colors/dark.scss +1 -0
  70. package/scss/shared/themes/colors/light.scss +1 -0
  71. package/scss/shared/themes/colors/very_dark.scss +1 -0
  72. package/scss/shared/themes/general/dark_theme.scss +0 -0
  73. package/scss/shared/themes/general/light_theme.scss +0 -0
  74. package/scss/shared/themes/general/template.scss +259 -244
  75. package/scss/shared/themes/general/template_focus.scss +52 -51
  76. package/scss/shared/themes/general/very_dark_theme.scss +0 -0
  77. package/scss/shared/transitions.scss +36 -31
  78. package/scss/shared/upload_box.scss +0 -0
  79. package/scss/shared/vars.scss +1 -0
  80. package/settings.d.ts +0 -0
  81. package/settings.js +1 -1
  82. package/ts/announcement/components/body.d.ts +3 -0
  83. package/ts/announcement/components/index.d.ts +1 -0
  84. package/ts/announcement/components/prop_types/body.d.ts +4 -0
  85. package/ts/announcement/components/prop_types/index.d.ts +1 -0
  86. package/ts/announcement/internal.d.ts +3 -0
  87. package/ts/announcement/scripts/display.d.ts +6 -0
  88. package/ts/announcement/scripts/header.d.ts +6 -0
  89. package/ts/announcement/scripts/index.d.ts +2 -0
  90. package/ts/error_modules/crash_handler/components/body.d.ts +4 -8
  91. package/ts/error_modules/crash_handler/components/index.d.ts +0 -0
  92. package/ts/error_modules/crash_handler/components/prop_types/body.d.ts +0 -0
  93. package/ts/error_modules/crash_handler/components/prop_types/index.d.ts +0 -0
  94. package/ts/error_modules/crash_handler/data/fatal_error.d.ts +0 -0
  95. package/ts/error_modules/crash_handler/data/index.d.ts +0 -0
  96. package/ts/error_modules/crash_handler/data/visibility.d.ts +0 -0
  97. package/ts/error_modules/crash_handler/scripts/index.d.ts +0 -0
  98. package/ts/error_modules/crash_handler/scripts/page.d.ts +0 -0
  99. package/ts/error_modules/css/scripts/index.d.ts +0 -0
  100. package/ts/error_modules/css/scripts/main.d.ts +0 -0
  101. package/ts/error_modules/error/components/body.d.ts +0 -0
  102. package/ts/error_modules/error/components/close_btn.d.ts +0 -0
  103. package/ts/error_modules/error/components/ext_name.d.ts +0 -0
  104. package/ts/error_modules/error/components/index.d.ts +0 -0
  105. package/ts/error_modules/error/components/msg.d.ts +0 -0
  106. package/ts/error_modules/error/components/prop_types/body.d.ts +2 -0
  107. package/ts/error_modules/error/components/prop_types/index.d.ts +0 -0
  108. package/ts/error_modules/error/data/index.d.ts +0 -0
  109. package/ts/error_modules/error/data/main.d.ts +0 -0
  110. package/ts/error_modules/error/data/msg.d.ts +0 -0
  111. package/ts/error_modules/error/data/state.d.ts +0 -0
  112. package/ts/error_modules/error/interfaces/error.d.ts +0 -0
  113. package/ts/error_modules/error/interfaces/error_obj.d.ts +0 -0
  114. package/ts/error_modules/error/interfaces/index.d.ts +0 -0
  115. package/ts/error_modules/error/interfaces/observable_keys.d.ts +0 -0
  116. package/ts/error_modules/error/interfaces/show_error.d.ts +0 -0
  117. package/ts/error_modules/error/interfaces/timeout_observable_keys.d.ts +0 -0
  118. package/ts/error_modules/error/scripts/globals.d.ts +0 -0
  119. package/ts/error_modules/error/scripts/index.d.ts +0 -0
  120. package/ts/error_modules/internal.d.ts +0 -0
  121. package/ts/inputs/color/components/body.d.ts +0 -0
  122. package/ts/inputs/color/components/color_picker.d.ts +0 -0
  123. package/ts/inputs/color/components/fill_shadow.d.ts +0 -0
  124. package/ts/inputs/color/components/index.d.ts +0 -0
  125. package/ts/inputs/color/components/prop_types/body.d.ts +0 -0
  126. package/ts/inputs/color/components/prop_types/color_picker.d.ts +0 -0
  127. package/ts/inputs/color/components/prop_types/fill_shadow.d.ts +0 -0
  128. package/ts/inputs/color/components/prop_types/index.d.ts +0 -0
  129. package/ts/inputs/color/components/prop_types/visualization.d.ts +0 -0
  130. package/ts/inputs/color/components/visualization.d.ts +0 -0
  131. package/ts/inputs/color/data/color.d.ts +0 -0
  132. package/ts/inputs/color/data/index.d.ts +0 -0
  133. package/ts/inputs/color/data/visibility.d.ts +0 -0
  134. package/ts/inputs/color/interfaces/color.d.ts +0 -0
  135. package/ts/inputs/color/interfaces/color_picker_state.d.ts +0 -0
  136. package/ts/inputs/color/interfaces/color_picker_state_one.d.ts +0 -0
  137. package/ts/inputs/color/interfaces/i.d.ts +0 -0
  138. package/ts/inputs/color/interfaces/index.d.ts +0 -0
  139. package/ts/inputs/color/obj/color.d.ts +0 -0
  140. package/ts/inputs/color/obj/index.d.ts +0 -0
  141. package/ts/inputs/color/scripts/color_picker.d.ts +0 -0
  142. package/ts/inputs/color/scripts/index.d.ts +0 -0
  143. package/ts/inputs/color/scripts/position.d.ts +0 -0
  144. package/ts/inputs/components/btn.d.ts +0 -0
  145. package/ts/inputs/components/checkbox.d.ts +0 -0
  146. package/ts/inputs/components/file.d.ts +0 -0
  147. package/ts/inputs/components/group.d.ts +3 -0
  148. package/ts/inputs/components/help.d.ts +0 -0
  149. package/ts/inputs/components/help_btn.d.ts +0 -0
  150. package/ts/inputs/components/hr.d.ts +0 -0
  151. package/ts/inputs/components/icon_btn.d.ts +3 -0
  152. package/ts/inputs/components/index.d.ts +2 -0
  153. package/ts/inputs/components/input_item.d.ts +0 -0
  154. package/ts/inputs/components/label.d.ts +0 -0
  155. package/ts/inputs/components/link.d.ts +0 -0
  156. package/ts/inputs/components/link_btn.d.ts +0 -0
  157. package/ts/inputs/components/prop_types/btn.d.ts +0 -0
  158. package/ts/inputs/components/prop_types/checkbox.d.ts +0 -0
  159. package/ts/inputs/components/prop_types/file.d.ts +0 -0
  160. package/ts/inputs/components/prop_types/group.d.ts +5 -0
  161. package/ts/inputs/components/prop_types/help.d.ts +0 -0
  162. package/ts/inputs/components/prop_types/help_btn.d.ts +0 -0
  163. package/ts/inputs/components/prop_types/hr.d.ts +0 -0
  164. package/ts/inputs/components/prop_types/icon_btn.d.ts +4 -0
  165. package/ts/inputs/components/prop_types/index.d.ts +2 -0
  166. package/ts/inputs/components/prop_types/input_item.d.ts +0 -0
  167. package/ts/inputs/components/prop_types/label.d.ts +0 -0
  168. package/ts/inputs/components/prop_types/link.d.ts +0 -0
  169. package/ts/inputs/components/prop_types/link_btn.d.ts +0 -0
  170. package/ts/inputs/components/prop_types/range.d.ts +0 -0
  171. package/ts/inputs/components/prop_types/section.d.ts +0 -0
  172. package/ts/inputs/components/prop_types/section_btn.d.ts +0 -0
  173. package/ts/inputs/components/prop_types/section_content.d.ts +0 -0
  174. package/ts/inputs/components/prop_types/select.d.ts +0 -0
  175. package/ts/inputs/components/prop_types/text.d.ts +0 -0
  176. package/ts/inputs/components/prop_types/text_btn.d.ts +0 -0
  177. package/ts/inputs/components/prop_types/textarea.d.ts +0 -0
  178. package/ts/inputs/components/prop_types/upload_box.d.ts +0 -0
  179. package/ts/inputs/components/range.d.ts +0 -0
  180. package/ts/inputs/components/section.d.ts +0 -0
  181. package/ts/inputs/components/section_btn.d.ts +0 -0
  182. package/ts/inputs/components/section_content.d.ts +0 -0
  183. package/ts/inputs/components/select.d.ts +0 -0
  184. package/ts/inputs/components/text.d.ts +0 -0
  185. package/ts/inputs/components/text_btn.d.ts +0 -0
  186. package/ts/inputs/components/textarea.d.ts +0 -0
  187. package/ts/inputs/components/upload_box.d.ts +0 -0
  188. package/ts/inputs/data/help.d.ts +0 -0
  189. package/ts/inputs/data/index.d.ts +0 -0
  190. package/ts/inputs/data/input_width.d.ts +0 -0
  191. package/ts/inputs/data/label.d.ts +0 -0
  192. package/ts/inputs/data/nested_input.d.ts +0 -0
  193. package/ts/inputs/data/text.d.ts +0 -0
  194. package/ts/inputs/data/upload_box.d.ts +0 -0
  195. package/ts/inputs/data/val.d.ts +1 -0
  196. package/ts/inputs/interfaces/icon_btns.d.ts +2 -0
  197. package/ts/inputs/interfaces/index.d.ts +1 -0
  198. package/ts/inputs/interfaces/input.d.ts +1 -1
  199. package/ts/inputs/interfaces/inputs.d.ts +0 -0
  200. package/ts/inputs/interfaces/links.d.ts +0 -0
  201. package/ts/inputs/interfaces/options.d.ts +0 -0
  202. package/ts/inputs/interfaces/sections.d.ts +0 -0
  203. package/ts/inputs/interfaces/state_cond.d.ts +0 -0
  204. package/ts/inputs/interfaces/text_btn.d.ts +1 -1
  205. package/ts/inputs/internal.d.ts +0 -0
  206. package/ts/inputs/obj/btn.d.ts +0 -0
  207. package/ts/inputs/obj/checkbox.d.ts +0 -0
  208. package/ts/inputs/obj/file.d.ts +0 -0
  209. package/ts/inputs/obj/group.d.ts +6 -0
  210. package/ts/inputs/obj/hr.d.ts +0 -0
  211. package/ts/inputs/obj/icon_btn.d.ts +6 -0
  212. package/ts/inputs/obj/index.d.ts +2 -0
  213. package/ts/inputs/obj/input_base.d.ts +0 -0
  214. package/ts/inputs/obj/link.d.ts +0 -0
  215. package/ts/inputs/obj/link_btn.d.ts +0 -0
  216. package/ts/inputs/obj/option.d.ts +0 -0
  217. package/ts/inputs/obj/range.d.ts +0 -0
  218. package/ts/inputs/obj/section.d.ts +0 -0
  219. package/ts/inputs/obj/select.d.ts +0 -0
  220. package/ts/inputs/obj/text.d.ts +0 -0
  221. package/ts/inputs/obj/textarea.d.ts +0 -0
  222. package/ts/inputs/obj/upload_box.d.ts +0 -0
  223. package/ts/inputs/scripts/index.d.ts +0 -0
  224. package/ts/inputs/scripts/resolve.d.ts +0 -0
  225. package/ts/inputs/scripts/upload_box.d.ts +0 -0
  226. package/ts/settings/components/body.d.ts +0 -0
  227. package/ts/settings/components/index.d.ts +0 -0
  228. package/ts/settings/components/prop_types/body.d.ts +0 -0
  229. package/ts/settings/components/prop_types/index.d.ts +0 -0
  230. package/ts/settings/data/back_up.d.ts +0 -0
  231. package/ts/settings/data/index.d.ts +0 -0
  232. package/ts/settings/data/sections.d.ts +4 -1
  233. package/ts/settings/init.d.ts +0 -0
  234. package/ts/settings/internal.d.ts +0 -0
  235. package/ts/settings/optional_permissions/data/index.d.ts +0 -0
  236. package/ts/settings/optional_permissions/data/main.d.ts +0 -0
  237. package/ts/settings/optional_permissions/interfaces/index.d.ts +0 -0
  238. package/ts/settings/optional_permissions/interfaces/optional_permission_checkbox_dict.d.ts +0 -0
  239. package/ts/settings/schema/data/index.d.ts +0 -0
  240. package/ts/settings/schema/data/main.d.ts +0 -0
  241. package/ts/settings/schema/obj/index.d.ts +0 -0
  242. package/ts/settings/schema/obj/transform_item.d.ts +0 -0
  243. package/ts/settings/scripts/index.d.ts +0 -0
  244. package/ts/settings/scripts/theme.d.ts +0 -0
  245. package/ts/shared/app.d.ts +2 -1
  246. package/ts/shared/app_ext_globals.d.ts +0 -0
  247. package/ts/shared/css_vars/scripts/index.d.ts +0 -0
  248. package/ts/shared/css_vars/scripts/main.d.ts +0 -0
  249. package/ts/shared/data/data/index.d.ts +0 -0
  250. package/ts/shared/data/data/main.d.ts +0 -0
  251. package/ts/shared/data/interfaces/index.d.ts +0 -0
  252. package/ts/shared/data/interfaces/val.d.ts +0 -0
  253. package/ts/shared/ext.d.ts +2 -2
  254. package/ts/shared/ext_version/components/body.d.ts +0 -0
  255. package/ts/shared/ext_version/components/index.d.ts +0 -0
  256. package/ts/shared/functions.d.ts +0 -0
  257. package/ts/shared/globals.d.ts +0 -0
  258. package/ts/shared/init.d.ts +0 -0
  259. package/ts/shared/internal.d.ts +2 -0
  260. package/ts/shared/loading_screen/components/body.d.ts +3 -2
  261. package/ts/shared/loading_screen/components/index.d.ts +0 -0
  262. package/ts/shared/loading_screen/components/prop_types/body.d.ts +4 -0
  263. package/ts/shared/loading_screen/components/prop_types/index.d.ts +1 -0
  264. package/ts/shared/loading_screen/data/index.d.ts +0 -0
  265. package/ts/shared/loading_screen/data/main.d.ts +0 -0
  266. package/ts/shared/no_tr/scripts/index.d.ts +0 -0
  267. package/ts/shared/no_tr/scripts/main.d.ts +0 -0
  268. package/ts/shared/svg.d.ts +0 -0
  269. package/ts/shared/t.d.ts +4 -0
  270. package/ts/shared/tab_index/interfaces/index.d.ts +0 -0
  271. package/ts/shared/tab_index/interfaces/set_Input_type_event.d.ts +0 -0
  272. package/ts/shared/tab_index/scripts/index.d.ts +0 -0
  273. package/ts/shared/tab_index/scripts/main.d.ts +0 -0
  274. package/ts/shared/theme/scripts/index.d.ts +0 -0
  275. package/ts/shared/theme/scripts/main.d.ts +1 -1
  276. package/ts/shared/title/scripts/index.d.ts +1 -0
  277. package/ts/shared/title/scripts/main.d.ts +6 -0
  278. package/ts/shared/tr/components/base_tr.d.ts +0 -0
  279. package/ts/shared/tr/components/index.d.ts +0 -0
  280. package/ts/shared/tr/components/prop_types/base_tr.d.ts +2 -0
  281. package/ts/shared/tr/components/prop_types/index.d.ts +0 -0
  282. package/ts/shared/tr/data/index.d.ts +0 -0
  283. package/ts/shared/tr/data/transition.d.ts +1 -1
  284. package/ts/shared/tr/interfaces/index.d.ts +0 -0
  285. package/ts/shared/tr/interfaces/transitions.d.ts +0 -0
  286. package/ts/shared/tr/obj/index.d.ts +0 -0
  287. package/ts/shared/tr/obj/transition.d.ts +0 -0
  288. package/ts/shared/utils/scripts/index.d.ts +0 -0
  289. package/ts/shared/utils/scripts/main.d.ts +0 -0
  290. package/ts/shared/vars.d.ts +0 -0
  291. package/ts/shared/viewport/scripts/index.d.ts +0 -0
  292. package/ts/shared/viewport/scripts/main.d.ts +0 -0
  293. package/ts/shared/x.d.ts +2 -4
  294. package/chunk-main-0288a9af.js +0 -9
  295. package/chunk-main-1e9aa0a8.js +0 -1
  296. package/chunk-main-ee84309e.js +0 -1
  297. package/js/ext/webpack.config.js +0 -111
@@ -1,244 +1,259 @@
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
- :not(html):not(body):not(select) {
11
- &::-webkit-scrollbar-corner,
12
- &::-webkit-resizer {
13
- background-color: $hev;
14
- border-color: $hev;
15
- }
16
-
17
- &::-webkit-scrollbar-track {
18
- background-color: $gaq;
19
- border-color: $gaq;
20
- }
21
-
22
- &::-webkit-scrollbar-thumb {
23
- background-color: $hev;
24
- }
25
-
26
- &::-webkit-scrollbar-thumb:hover {
27
- background-color: $lpe;
28
- }
29
-
30
- &::-webkit-scrollbar-track:horizontal,
31
- &::-webkit-scrollbar-track:vertical {
32
- border-color: $hev;
33
- }
34
- }
35
-
36
- .loading_screen {
37
- &.main {
38
- background-color: $dfp;
39
- }
40
-
41
- svg {
42
- stroke: $lpe;
43
- }
44
- }
45
-
46
- body {
47
- background-color: $gaq;
48
-
49
- .btn.text {
50
- outline-color: $hev;
51
- background-color: $gaq;
52
-
53
- &:hover {
54
- background-color: $qgp;
55
- }
56
- }
57
- }
58
-
59
- .main,
60
- button,
61
- select,
62
- input,
63
- textarea {
64
- color: $lpe;
65
- }
66
-
67
- hr {
68
- background-color: $hev;
69
- }
70
-
71
- .sections {
72
- background-color: $htc;
73
- }
74
-
75
- .section_btns {
76
- background-color: $gaq;
77
-
78
- .section_btn {
79
- background-color: $gaq;
80
-
81
- &.selected::before {
82
- background-color: $ycp;
83
- }
84
-
85
- &:not(.selected):hover::before {
86
- background-color: $cop;
87
- }
88
- }
89
- }
90
-
91
- .help_btn svg {
92
- fill: $lpe;
93
- }
94
-
95
- .input_item {
96
- .inset_border::before {
97
- outline-color: $hev;
98
- }
99
-
100
- .input {
101
- background-color: $gaq;
102
- }
103
-
104
- .btn.text_input {
105
- background-color: $gaq;
106
-
107
- svg {
108
- fill: $lpe;
109
- }
110
- }
111
-
112
- .palette {
113
- background-color: $htc;
114
- }
115
-
116
- .input_w {
117
- .visualization,
118
- .palette_visualization {
119
- border-color: $hev;
120
- background-color: $gaq;
121
- }
122
- }
123
-
124
- select {
125
- background-image: linear-gradient(45deg, transparent 50%, $lpe 50%),
126
- linear-gradient(135deg, $lpe 50%, transparent 50%),
127
- linear-gradient(to right, $lpe, $lpe);
128
- }
129
-
130
- .range {
131
- .lower_fill {
132
- background-color: $lpe;
133
- }
134
-
135
- .input {
136
- &::-webkit-slider-thumb {
137
- background-color: $lpe;
138
- }
139
-
140
- &::-webkit-slider-runnable-track {
141
- box-shadow: inset 0 0 0 1px $hev, inset -1px 0 0 0 $hev;
142
- }
143
- }
144
- }
145
-
146
- .checkbox .box {
147
- outline-color: $hev;
148
- background-color: $gaq;
149
-
150
- svg {
151
- fill: $lpe;
152
- }
153
- }
154
-
155
- .upload_box {
156
- outline-color: $hev;
157
-
158
- .background {
159
- &.upload_box_idle {
160
- background-color: $gaq;
161
- }
162
-
163
- &.upload_box_hover {
164
- background-color: $qgp;
165
- }
166
-
167
- &.loading {
168
- /* stylelint-disable-next-line function-parentheses-newline-inside */
169
- background-image: repeating-linear-gradient(-45deg,
170
- $gaq,
171
- $gaq 14px,
172
- $qgp 14px,
173
- $qgp 28px); /* stylelint-disable-line function-parentheses-newline-inside */
174
- }
175
- }
176
- }
177
-
178
- .color_picker_w {
179
- *:not(.pcr-last-color):not(.pcr-current-color) {
180
- color: $lpe !important;
181
- }
182
-
183
- input {
184
- background-color: $gaq !important;
185
- outline-color: $hev !important;
186
-
187
- &:hover:not(.pcr-result):not(.active) {
188
- background-color: $qgp !important;
189
- }
190
- }
191
- }
192
-
193
- .pcr-app {
194
- background-color: $htc !important;
195
- }
196
-
197
- .pcr-color-preview,
198
- .pcr-palette,
199
- .pcr-slider,
200
- .pcr-picker,
201
- .pcr-result {
202
- border-color: $hev !important;
203
- }
204
-
205
- .pcr-type.active {
206
- background-color: $yos !important;
207
- }
208
- }
209
-
210
- .link {
211
- color: $ycp;
212
-
213
- &:visited {
214
- color: $ptn;
215
- }
216
-
217
- &:hover {
218
- color: $cop;
219
- }
220
-
221
- &:active {
222
- color: $uzf;
223
- }
224
- }
225
-
226
- .link_btn {
227
- color: $ycp;
228
-
229
- &:visited {
230
- color: $ptn;
231
- }
232
-
233
- &:hover {
234
- color: $cop;
235
- }
236
-
237
- &:active {
238
- color: $uzf;
239
- }
240
- }
241
-
242
- .ext_version {
243
- color: $lpe;
244
- }
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
+ :not(html):not(body):not(select) {
11
+ &::-webkit-scrollbar-corner,
12
+ &::-webkit-resizer {
13
+ background-color: $hev;
14
+ border-color: $hev;
15
+ }
16
+
17
+ &::-webkit-scrollbar-track {
18
+ background-color: $gaq;
19
+ border-color: $gaq;
20
+ }
21
+
22
+ &::-webkit-scrollbar-thumb {
23
+ background-color: $hev;
24
+ }
25
+
26
+ &::-webkit-scrollbar-thumb:hover {
27
+ background-color: $lpe;
28
+ }
29
+
30
+ &::-webkit-scrollbar-track:horizontal,
31
+ &::-webkit-scrollbar-track:vertical {
32
+ border-color: $hev;
33
+ }
34
+ }
35
+
36
+ .loading_screen {
37
+ &.main {
38
+ background-color: $dfp;
39
+ }
40
+
41
+ svg {
42
+ stroke: $lpe;
43
+ }
44
+ }
45
+
46
+ .help_btn svg {
47
+ fill: $lpe;
48
+ }
49
+
50
+ body {
51
+ background-color: $gaq;
52
+
53
+ .btn {
54
+ &.text {
55
+ outline-color: $hev;
56
+ background-color: $gaq;
57
+
58
+ &:hover {
59
+ background-color: $qgp;
60
+ }
61
+ }
62
+
63
+ &.icon {
64
+ background-color: transparent;
65
+
66
+ &:not(:first-child) {
67
+ margin-left: $gap;
68
+ }
69
+
70
+ svg {
71
+ display: block;
72
+ fill: $lpe;
73
+ }
74
+ }
75
+ }
76
+ }
77
+
78
+ .main,
79
+ button,
80
+ select,
81
+ input,
82
+ textarea {
83
+ color: $lpe;
84
+ }
85
+
86
+ hr {
87
+ background-color: $hev;
88
+ }
89
+
90
+ .sections {
91
+ background-color: $htc;
92
+ }
93
+
94
+ .section_btns {
95
+ background-color: $gaq;
96
+
97
+ .section_btn {
98
+ background-color: $gaq;
99
+
100
+ &.selected::before {
101
+ background-color: $ycp;
102
+ }
103
+
104
+ &:not(.selected):hover::before {
105
+ background-color: $cop;
106
+ }
107
+ }
108
+ }
109
+
110
+ .input_item {
111
+ .inset_border::before {
112
+ outline-color: $hev;
113
+ }
114
+
115
+ .input {
116
+ background-color: $gaq;
117
+ }
118
+
119
+ .btn.text_input {
120
+ background-color: $gaq;
121
+
122
+ svg {
123
+ fill: $lpe;
124
+ }
125
+ }
126
+
127
+ .palette {
128
+ background-color: $htc;
129
+ }
130
+
131
+ .input_w {
132
+ .visualization,
133
+ .palette_visualization {
134
+ border-color: $hev;
135
+ background-color: $gaq;
136
+ }
137
+ }
138
+
139
+ select {
140
+ background-image: linear-gradient(45deg, transparent 50%, $lpe 50%),
141
+ linear-gradient(135deg, $lpe 50%, transparent 50%),
142
+ linear-gradient(to right, $lpe, $lpe);
143
+ }
144
+
145
+ .range {
146
+ .lower_fill {
147
+ background-color: $lpe;
148
+ }
149
+
150
+ .input {
151
+ &::-webkit-slider-thumb {
152
+ background-color: $lpe;
153
+ }
154
+
155
+ &::-webkit-slider-runnable-track {
156
+ box-shadow: inset 0 0 0 1px $hev, inset -1px 0 0 0 $hev;
157
+ }
158
+ }
159
+ }
160
+
161
+ .checkbox .box {
162
+ outline-color: $hev;
163
+ background-color: $gaq;
164
+
165
+ svg {
166
+ fill: $lpe;
167
+ }
168
+ }
169
+
170
+ .upload_box {
171
+ outline-color: $hev;
172
+
173
+ .background {
174
+ &.upload_box_idle {
175
+ background-color: $gaq;
176
+ }
177
+
178
+ &.upload_box_hover {
179
+ background-color: $qgp;
180
+ }
181
+
182
+ &.loading {
183
+ /* stylelint-disable-next-line function-parentheses-newline-inside */
184
+ background-image: repeating-linear-gradient(-45deg,
185
+ $gaq,
186
+ $gaq 14px,
187
+ $qgp 14px,
188
+ $qgp 28px); /* stylelint-disable-line function-parentheses-newline-inside */
189
+ }
190
+ }
191
+ }
192
+
193
+ .color_picker_w {
194
+ *:not(.pcr-last-color):not(.pcr-current-color) {
195
+ color: $lpe !important;
196
+ }
197
+
198
+ input {
199
+ background-color: $gaq !important;
200
+ outline-color: $hev !important;
201
+
202
+ &:hover:not(.pcr-result):not(.active) {
203
+ background-color: $qgp !important;
204
+ }
205
+ }
206
+ }
207
+
208
+ .pcr-app {
209
+ background-color: $htc !important;
210
+ }
211
+
212
+ .pcr-color-preview,
213
+ .pcr-palette,
214
+ .pcr-slider,
215
+ .pcr-picker,
216
+ .pcr-result {
217
+ border-color: $hev !important;
218
+ }
219
+
220
+ .pcr-type.active {
221
+ background-color: $yos !important;
222
+ }
223
+ }
224
+
225
+ .link {
226
+ color: $ycp;
227
+
228
+ &:visited {
229
+ color: $ptn;
230
+ }
231
+
232
+ &:hover {
233
+ color: $cop;
234
+ }
235
+
236
+ &:active {
237
+ color: $uzf;
238
+ }
239
+ }
240
+
241
+ .link_btn {
242
+ color: $ycp;
243
+
244
+ &:visited {
245
+ color: $ptn;
246
+ }
247
+
248
+ &:hover {
249
+ color: $cop;
250
+ }
251
+
252
+ &:active {
253
+ color: $uzf;
254
+ }
255
+ }
256
+
257
+ .ext_version {
258
+ color: $lpe;
259
+ }
@@ -1,51 +1,52 @@
1
- /* stylelint-disable selector-class-pattern */
2
-
3
- .input_item {
4
- .input_w {
5
- &.is_in_focus_state:not(.select)::before {
6
- outline-color: $cop;
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
- .keyboard .input_item .color_picker_w input:not(.pcr-result):focus {
38
- outline-color: $uzf !important;
39
- }
40
-
41
- .input_item .pcr-result:focus {
42
- outline-color: $cop !important;
43
- }
44
-
45
- .keyboard .input_item .pcr-result:focus {
46
- outline-color: $uzf !important;
47
- }
48
-
49
- .keyboard .section_btn:not(.selected):focus {
50
- box-shadow: inset 0 0 0 2px $uzf, inset -2px 0 0 0 $uzf;
51
- }
1
+ /* stylelint-disable selector-class-pattern */
2
+
3
+ .input_item {
4
+ .input_w {
5
+ &.is_in_focus_state:not(.select)::before {
6
+ outline-color: $cop;
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 .btn.icon:focus,
25
+ .keyboard .input_item .checkbox .box:focus,
26
+ .keyboard .link:focus,
27
+ .keyboard .link_btn:focus,
28
+ .keyboard .input_item .input_w:not(.text):not(.textarea).is_in_focus_state::before,
29
+ .keyboard .input_item.range .input.is_in_focus_state,
30
+ .keyboard .input_item .visualization_w .visualization:focus,
31
+ .keyboard .input_item .palette_visualization_w .palette_visualization:focus {
32
+ outline-color: $uzf;
33
+ }
34
+
35
+ .keyboard .input_item .pcr-palette:focus,
36
+ .keyboard .input_item .pcr-slider:focus,
37
+ .keyboard .input_item .pcr-picker: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
+ outline-color: $cop !important;
44
+ }
45
+
46
+ .keyboard .input_item .pcr-result:focus {
47
+ outline-color: $uzf !important;
48
+ }
49
+
50
+ .keyboard .section_btn:not(.selected):focus {
51
+ box-shadow: inset 0 0 0 2px $uzf, inset -2px 0 0 0 $uzf;
52
+ }
File without changes
@@ -1,31 +1,36 @@
1
- /* stylelint-disable selector-class-pattern */
2
-
3
- .loading_screen,
4
- .checkbox .box svg,
5
- .color_picker_w,
6
- .palette_w,
7
- .color_help_w {
8
- transition: var(--transition);
9
- transition-property: opacity;
10
- }
11
-
12
- .btn:not(.link_btn):not(.reload_ui),
13
- .upload_box .background {
14
- transition: var(--transition);
15
- transition-property: background-color;
16
- }
17
-
18
- .link_btn {
19
- transition: var(--transition);
20
- transition-property: color;
21
- }
22
-
23
- .color_picker_w input {
24
- transition: var(--transition) !important;
25
- transition-property: background-color !important;
26
- }
27
-
28
- .pcr-last-color,
29
- .pcr-result {
30
- transition: none !important;
31
- }
1
+ /* stylelint-disable selector-class-pattern */
2
+
3
+ .loading_screen,
4
+ .checkbox .box svg,
5
+ .color_picker_w,
6
+ .palette_w,
7
+ .color_help_w {
8
+ transition: var(--transition);
9
+ transition-property: opacity;
10
+ }
11
+
12
+ .upload_box .background {
13
+ transition: var(--transition);
14
+ transition-property: background-color;
15
+ }
16
+
17
+ .btn:not(.reload_ui):not(.link_btn) {
18
+ transition: var(--transition);
19
+ transition-property: opacity, background-color;
20
+ }
21
+
22
+ .link,
23
+ .link_btn {
24
+ transition: var(--transition);
25
+ transition-property: color;
26
+ }
27
+
28
+ .color_picker_w input {
29
+ transition: var(--transition) !important;
30
+ transition-property: background-color !important;
31
+ }
32
+
33
+ .pcr-last-color,
34
+ .pcr-result {
35
+ transition: none !important;
36
+ }
File without changes