iobroker.javascript 8.1.0 → 8.1.1

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/README.md CHANGED
@@ -42,6 +42,10 @@ Since v5.5.0 of the JavaScript adapter the following locations (relative to the
42
42
  <!--
43
43
  ### **WORK IN PROGRESS**
44
44
  -->
45
+ ### 8.1.1 (2024-05-03)
46
+
47
+ * (klein0r) Updated Blockly/JS and Rules/JS image (as svg)
48
+
45
49
  ### 8.1.0 (2024-05-03)
46
50
 
47
51
  * (bluefox) Updated admin config to jsonConfig (dropped materialize)
@@ -59,20 +63,6 @@ Since v5.5.0 of the JavaScript adapter the following locations (relative to the
59
63
  * (klein0r) Fixed some missing translations (uk)
60
64
  * (klein0r) Raised supported ecmaVersion from es2021 to es2022 (node18)
61
65
 
62
- ### 8.0.0 (2024-04-05)
63
-
64
- NodeJS >= 18.x and js-controller >= 5 is required
65
-
66
- * (klein0r) Breaking change: Removed support for binary states (deprecated since v6.2.0)
67
- * (klein0r) Breaking change: Protected filesystem (iobroker-data/files) to prevent direct file writes
68
- * (klein0r) Breaking change: request property has been removed of the sandbox (require the module if still needed)
69
- * (klein0r) Added blockly block for global variables (e.g. script name)
70
- * (klein0r) Added missing functions to protectFS
71
- * (klein0r) Fixed httpPost (missing data)
72
- * (klein0r) Fixed hasAttribute blockly block
73
- * (klein0r) Fixed parenthesis insertion in blockly for multi and/or
74
- * (PeterVoronov) Added setStateChanged / setStateChangedAsync
75
-
76
66
  ## License
77
67
  The MIT License (MIT)
78
68
 
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "files": {
3
- "main.js": "/static/js/main.b0892e26.js",
4
- "static/css/184.7463f8b6.chunk.css": "/static/css/184.7463f8b6.chunk.css",
5
- "static/js/184.11bd6284.chunk.js": "/static/js/184.11bd6284.chunk.js",
3
+ "main.js": "/static/js/main.19f79a05.js",
4
+ "static/css/373.d5afd7f9.chunk.css": "/static/css/373.d5afd7f9.chunk.css",
5
+ "static/js/373.d6e46355.chunk.js": "/static/js/373.d6e46355.chunk.js",
6
6
  "static/js/966.088c1225.chunk.js": "/static/js/966.088c1225.chunk.js",
7
7
  "static/js/30.fbeb7a43.chunk.js": "/static/js/30.fbeb7a43.chunk.js",
8
8
  "static/js/704.e698fa57.chunk.js": "/static/js/704.e698fa57.chunk.js",
@@ -46,8 +46,10 @@
46
46
  "static/media/Cellar.svg": "/static/media/Cellar.7ec1b1803a2437c8b78c.svg",
47
47
  "static/media/Anteroom.svg": "/static/media/Anteroom.93a742135f2c060ad619.svg",
48
48
  "static/media/Corridor.svg": "/static/media/Corridor.93a742135f2c060ad619.svg",
49
+ "static/media/blockly2js.svg": "/static/media/blockly2js.8fb8f9319a060341c081277b7b760c74.svg",
49
50
  "static/media/names.txt": "/static/media/names.3a7dae0bd6b8b03b280f.txt",
50
51
  "static/media/Home Theater.svg": "/static/media/Home Theater.1e5f19a0b2a013f153f5.svg",
52
+ "static/media/rules2js.svg": "/static/media/rules2js.a3f8ea14eb2673da17e7611b2299af6f.svg",
51
53
  "static/media/Driveway.svg": "/static/media/Driveway.fbd31101c5a80a8bb37a.svg",
52
54
  "static/media/Equipment Room.svg": "/static/media/Equipment Room.db92bdca64f653c844f8.svg",
53
55
  "static/media/Front Yard.svg": "/static/media/Front Yard.af9ce2d89aa4d7a9363e.svg",
@@ -160,9 +162,9 @@
160
162
  "static/media/Garage Doors.svg": "/static/media/Garage Doors.0c2a1cfca7ad1ea59625.svg",
161
163
  "static/media/Outdoor Blinds.svg": "/static/media/Outdoor Blinds.37b85a9c060a4af48da9.svg",
162
164
  "static/media/Upstairs.svg": "/static/media/Upstairs.441813e54e0daca0882d.svg",
163
- "main.b0892e26.js.map": "/static/js/main.b0892e26.js.map",
164
- "184.7463f8b6.chunk.css.map": "/static/css/184.7463f8b6.chunk.css.map",
165
- "184.11bd6284.chunk.js.map": "/static/js/184.11bd6284.chunk.js.map",
165
+ "main.19f79a05.js.map": "/static/js/main.19f79a05.js.map",
166
+ "373.d5afd7f9.chunk.css.map": "/static/css/373.d5afd7f9.chunk.css.map",
167
+ "373.d6e46355.chunk.js.map": "/static/js/373.d6e46355.chunk.js.map",
166
168
  "966.088c1225.chunk.js.map": "/static/js/966.088c1225.chunk.js.map",
167
169
  "30.fbeb7a43.chunk.js.map": "/static/js/30.fbeb7a43.chunk.js.map",
168
170
  "704.e698fa57.chunk.js.map": "/static/js/704.e698fa57.chunk.js.map",
@@ -195,6 +197,6 @@
195
197
  "902.dfed97d9.chunk.js.map": "/static/js/902.dfed97d9.chunk.js.map"
196
198
  },
197
199
  "entrypoints": [
198
- "static/js/main.b0892e26.js"
200
+ "static/js/main.19f79a05.js"
199
201
  ]
200
202
  }
@@ -23,7 +23,7 @@ Blockly.Action.blocks['exec'] =
23
23
  + ' <field name="TEXT">pwd</field>'
24
24
  + ' </shadow>'
25
25
  + ' </value>'
26
- + ' <value name="LOG_LEVEL">'
26
+ + ' <value name="LOG">'
27
27
  + ' </value>'
28
28
  + ' <value name="WITH_STATEMENT">'
29
29
  + ' </value>'
@@ -44,7 +44,7 @@ Blockly.Blocks['exec'] = {
44
44
  this.sourceBlock_.updateShape_(option === true || option === 'true' || option === 'TRUE');
45
45
  }), 'WITH_STATEMENT');
46
46
 
47
- this.appendDummyInput('LOG_LEVEL')
47
+ this.appendDummyInput('LOG')
48
48
  .appendField(Blockly.Translate('loglevel'))
49
49
  .appendField(new Blockly.FieldDropdown([
50
50
  [Blockly.Translate('loglevel_none'), ''],
@@ -52,7 +52,7 @@ Blockly.Blocks['exec'] = {
52
52
  [Blockly.Translate('loglevel_info'), 'info'],
53
53
  [Blockly.Translate('loglevel_warn'), 'warn'],
54
54
  [Blockly.Translate('loglevel_error'), 'error'],
55
- ]), 'LOG_LEVEL');
55
+ ]), 'LOG');
56
56
 
57
57
  this.setInputsInline(false);
58
58
  this.setPreviousStatement(true, null);
@@ -91,7 +91,7 @@ Blockly.Blocks['exec'] = {
91
91
 
92
92
  Blockly.JavaScript['exec'] = function(block) {
93
93
  const value_command = Blockly.JavaScript.valueToCode(block, 'COMMAND', Blockly.JavaScript.ORDER_ATOMIC);
94
- const logLevel = block.getFieldValue('LOG_LEVEL');
94
+ const logLevel = block.getFieldValue('LOG');
95
95
  const withStatement = block.getFieldValue('WITH_STATEMENT');
96
96
 
97
97
  let logText;
@@ -630,13 +630,13 @@ Blockly.Blocks['request'] = {
630
630
  }), 'WITH_STATEMENT');
631
631
 
632
632
  this.appendDummyInput('LOG')
633
- .appendField(Blockly.Translate('request_log'))
633
+ .appendField(Blockly.Translate('loglevel'))
634
634
  .appendField(new Blockly.FieldDropdown([
635
- [Blockly.Translate('request_log_none'), ''],
636
- [Blockly.Translate('request_log_info'), 'log'],
637
- [Blockly.Translate('request_log_debug'), 'debug'],
638
- [Blockly.Translate('request_log_warn'), 'warn'],
639
- [Blockly.Translate('request_log_error'), 'error']
635
+ [Blockly.Translate('loglevel_none'), ''],
636
+ [Blockly.Translate('loglevel_debug'), 'debug'],
637
+ [Blockly.Translate('loglevel_info'), 'info'],
638
+ [Blockly.Translate('loglevel_warn'), 'warn'],
639
+ [Blockly.Translate('loglevel_error'), 'error'],
640
640
  ]), 'LOG');
641
641
 
642
642
  this.setInputsInline(false);
@@ -99,13 +99,13 @@ Blockly.Blocks['sendto_custom'] = {
99
99
  this.setColour(Blockly.Sendto.HUE);
100
100
 
101
101
  this.appendDummyInput('LOG')
102
- .appendField(Blockly.Translate('sendto_log'))
102
+ .appendField(Blockly.Translate('loglevel'))
103
103
  .appendField(new Blockly.FieldDropdown([
104
- [Blockly.Translate('sendto_log_none'), ''],
105
- [Blockly.Translate('sendto_log_info'), 'log'],
106
- [Blockly.Translate('sendto_log_debug'), 'debug'],
107
- [Blockly.Translate('sendto_log_warn'), 'warn'],
108
- [Blockly.Translate('sendto_log_error'), 'error']
104
+ [Blockly.Translate('loglevel_none'), ''],
105
+ [Blockly.Translate('loglevel_debug'), 'debug'],
106
+ [Blockly.Translate('loglevel_info'), 'info'],
107
+ [Blockly.Translate('loglevel_warn'), 'warn'],
108
+ [Blockly.Translate('loglevel_error'), 'error'],
109
109
  ]), 'LOG');
110
110
 
111
111
  this.appendDummyInput('WITH_STATEMENT')
@@ -58,7 +58,7 @@ Blockly.System.blocks['debug'] =
58
58
  + ' <field name="TEXT">test</field>'
59
59
  + ' </shadow>'
60
60
  + ' </value>'
61
- + ' <value name="LOG_LEVEL">'
61
+ + ' <value name="Severity">'
62
62
  + ' </value>'
63
63
  + '</block>';
64
64
 
@@ -68,13 +68,13 @@ Blockly.Blocks['debug'] = {
68
68
  .setCheck(null)
69
69
  .appendField(Blockly.Translate('debug'));
70
70
 
71
- this.appendDummyInput('LOG_LEVEL')
71
+ this.appendDummyInput('Severity')
72
72
  .appendField(new Blockly.FieldDropdown([
73
- [Blockly.Translate('loglevel_debug'), 'debug'],
74
73
  [Blockly.Translate('loglevel_info'), 'info'],
75
74
  [Blockly.Translate('loglevel_warn'), 'warn'],
76
75
  [Blockly.Translate('loglevel_error'), 'error'],
77
- ]), 'LOG_LEVEL');
76
+ [Blockly.Translate('loglevel_debug'), 'debug'],
77
+ ]), 'Severity');
78
78
 
79
79
  this.setPreviousStatement(true, null);
80
80
  this.setNextStatement(true, null);
@@ -87,7 +87,7 @@ Blockly.Blocks['debug'] = {
87
87
 
88
88
  Blockly.JavaScript['debug'] = function(block) {
89
89
  const value_text = Blockly.JavaScript.valueToCode(block, 'TEXT', Blockly.JavaScript.ORDER_ATOMIC);
90
- const logLevel = block.getFieldValue('LOG_LEVEL');
90
+ const logLevel = block.getFieldValue('Severity');
91
91
 
92
92
  return `console.${logLevel}(${value_text});\n`;
93
93
  };
@@ -104,12 +104,6 @@ Blockly.Words['request_url'] = { en: 'URL',
104
104
  Blockly.Words['request_statement'] = { en: 'with results', de: 'mit Ergebnissen', ru: 'анализировать результаты', pt: 'com resultados', nl: 'met resultaten', fr: 'avec des résultats', it: 'con risultati', es: 'con resultados', pl: 'with results', uk: 'з результатами', 'zh-cn': '处理返回值' };
105
105
  Blockly.Words['request_tooltip'] = { en: 'Request URL', de: 'URL abfragen', ru: 'Запросить URL', pt: 'URL solitado', nl: 'Verzoek om URL', fr: 'Demander une URL', it: 'URL di richiesta', es: 'URL de solicitud', pl: 'Request URL', uk: 'URL запиту', 'zh-cn': '请求网址' };
106
106
  Blockly.Words['request_help'] = { en: 'https://github.com/request/request', de: 'https://github.com/request/request', ru: 'https://github.com/request/request', pt: 'https://github.com/request/request', nl: 'https://github.com/request/request', fr: 'https://github.com/request/request', it: 'https://github.com/request/request', es: 'https://github.com/request/request', pl: 'https://github.com/request/request', uk: 'https://github.com/request/request', 'zh-cn': 'https://github.com/request/request' };
107
- Blockly.Words['request_log'] = { en: 'log level', de: 'Loglevel', ru: 'Протокол', pt: 'nível de log', nl: 'Log niveau', fr: 'niveau de journalisation', it: 'livello di registro', es: 'nivel de registro', pl: 'log level', uk: 'рівень журналу', 'zh-cn': '日志级别' };
108
- Blockly.Words['request_log_none'] = { en: 'none', de: 'keins', ru: 'нет', pt: 'Nenhum', nl: 'geen', fr: 'aucun', it: 'nessuna', es: 'ninguna', pl: 'none', uk: 'немає', 'zh-cn': '不输出' };
109
- Blockly.Words['request_log_info'] = { en: 'info', de: 'info', ru: 'инфо', pt: 'informação', nl: 'info', fr: 'Info', it: 'Informazioni', es: 'información', pl: 'info', uk: 'інформація', 'zh-cn': '必要信息' };
110
- Blockly.Words['request_log_debug'] = { en: 'debug', de: 'debug', ru: 'debug', pt: 'depurar', nl: 'debug', fr: 'déboguer', it: 'mettere a punto', es: 'depurar', pl: 'debug', uk: 'відлагоджувати', 'zh-cn': '调试信息' };
111
- Blockly.Words['request_log_warn'] = { en: 'warning', de: 'warning', ru: 'warning', pt: 'atenção', nl: 'waarschuwing', fr: 'Attention', it: 'avvertimento', es: 'advertencia', pl: 'warning', uk: 'УВАГА', 'zh-cn': '警告信息' };
112
- Blockly.Words['request_log_error'] = { en: 'error', de: 'error', ru: 'ошибка', pt: 'erro', nl: 'fout', fr: 'Erreur', it: 'errore', es: 'error', pl: 'error', uk: 'помилка', 'zh-cn': '错误信息' };
113
107
 
114
108
  // --- CONVERT --------------------------------------------------
115
109
  Blockly.Words['Convert'] = { en: 'Convert', de: 'Konvertierung', ru: 'Конвертация', pt: 'Converter', nl: 'Converteren', fr: 'Convertir', it: 'Convertire', es: 'Convertir', pl: 'Convert', uk: 'конвертувати', 'zh-cn': '转换' };
@@ -161,12 +155,6 @@ Blockly.Words['sendto_custom_command'] = { en: 'command',
161
155
  Blockly.Words['sendto_custom_argument'] = { en: 'parameter', de: 'Parameter', ru: 'параметр', pt: 'parâmetro', nl: 'parameter', fr: 'paramètre', it: 'parametro', es: 'parámetro', pl: 'parameter', uk: 'параметр', 'zh-cn': '参数' };
162
156
  Blockly.Words['sendto_custom_arg_tooltip'] = { en: 'Add parameter to sendTo object.', de: 'Parameter zum sendTo-Objekt hinzufügen', ru: 'Добавить параметр к sendTo объекту', pt: 'Adicionar parâmetros ao objeto "enviar para"', nl: 'Parameter toevoegen aan het object sendTo.', fr: 'Ajouter un paramètre à l\'objet sendTo.', it: 'Aggiungi parametro all\'oggetto sendTo.', es: 'Agregar parámetro al objeto sendTo.', pl: 'Add parameter to sendTo object.', uk: 'Додайте параметр до об’єкта sendTo.', 'zh-cn': '增加发送消息的参数' };
163
157
  Blockly.Words['sendto_no_instances'] = { en: 'No instances', de: 'Keine Instanzen', ru: 'Нет экземпляров', pt: 'Nenhuma instância', nl: 'No instances', fr: 'No instances', it: 'No instances', es: 'No instances', pl: 'No instances', uk: 'Жодних випадків', 'zh-cn': '没有实例' };
164
- Blockly.Words['sendto_log'] = { en: 'log level', de: 'Loglevel', ru: 'Протокол', pt: 'nível de log', nl: 'Log niveau', fr: 'niveau de journalisation', it: 'livello di registro', es: 'nivel de registro', pl: 'log level', uk: 'рівень журналу', 'zh-cn': '日志级别' };
165
- Blockly.Words['sendto_log_none'] = { en: 'none', de: 'keins', ru: 'нет', pt: 'nenhum', nl: 'geen', fr: 'aucun', it: 'nessuna', es: 'ninguna', pl: 'none', uk: 'немає', 'zh-cn': '不输出' };
166
- Blockly.Words['sendto_log_info'] = { en: 'info', de: 'info', ru: 'инфо', pt: 'informação', nl: 'info', fr: 'Info', it: 'Informazioni', es: 'información', pl: 'info', uk: 'інформація', 'zh-cn': '必要信息' };
167
- Blockly.Words['sendto_log_debug'] = { en: 'debug', de: 'debug', ru: 'debug', pt: 'depurar', nl: 'debug', fr: 'déboguer', it: 'mettere a punto', es: 'depurar', pl: 'debug', uk: 'відлагоджувати', 'zh-cn': '调试信息' };
168
- Blockly.Words['sendto_log_warn'] = { en: 'warning', de: 'warning', ru: 'warning', pt: 'atenção', nl: 'waarschuwing', fr: 'Attention', it: 'avvertimento', es: 'advertencia', pl: 'warning', uk: 'УВАГА', 'zh-cn': '警告信息' };
169
- Blockly.Words['sendto_log_error'] = { en: 'error', de: 'error', ru: 'ошибка', pt: 'erro', nl: 'fout', fr: 'Erreur', it: 'errore', es: 'error', pl: 'error', uk: 'помилка', 'zh-cn': '错误信息' };
170
158
 
171
159
  // --- sendto gethistory --------------------------------------------------
172
160
  Blockly.Words['sendto_gethistory_name'] = { en: 'getHistory', de: 'getHistory', ru: 'getHistory', pt: 'getHistory', nl: 'getHistory', fr: 'getHistory', it: 'getHistory', es: 'getHistory', pl: 'getHistory', uk: 'getHistory', 'zh-cn': 'getHistory' };
@@ -0,0 +1,2 @@
1
+ body,html{height:100%;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow:hidden;padding:0}.iobVerticalSplitter .layout-pane-primary{overflow:hidden!important}#root{height:100%;width:100%}#___reactour>div:first-of-type{opacity:.4}.layout-pane-primary{height:100%}.blocklyToolboxDiv{height:100%!important;left:0!important;top:0!important;width:180px}.no-underline:before{border-bottom:0!important}.monaco-aria-container{top:0}.iobVerticalSplitter .layout-pane-primary{overflow:hidden}.monacoCurrentLine{background:#59fd8c}.monacoCurrentLineDark{background:#165b2c}.monacoCurrentFullLine{background:#cbffdc;opacity:.7}.monacoCurrentFullLineDark{background:#0e3b1f;opacity:.7}.monacoBreakPointDark{background:maroon}.monacoBreakPoint,.monacoBreakPointDark{border-radius:50%;height:16px!important;margin-left:4px;width:16px!important}.monacoBreakPoint{background:#d71a1a}.splitter-layout{display:flex;flex-direction:row;height:100%;overflow:hidden;position:absolute;width:100%}.splitter-layout .layout-pane{flex:0 0 auto;overflow:auto;position:relative}.splitter-layout .layout-pane.layout-pane-primary{flex:1 1 auto}.splitter-layout>.layout-splitter{background-color:#ccc;cursor:col-resize;flex:0 0 auto;height:100%;width:4px}.splitter-layout .layout-splitter:hover{background-color:#bbb}.splitter-layout.layout-changing{cursor:col-resize}.splitter-layout.layout-changing>.layout-splitter{background-color:#aaa}.splitter-layout.splitter-layout-vertical{flex-direction:column}.splitter-layout.splitter-layout-vertical.layout-changing{cursor:row-resize}.splitter-layout.splitter-layout-vertical>.layout-splitter{cursor:row-resize;height:4px;width:100%}.style_wrapperRules__Js-Pp{background:linear-gradient(0deg,var(--backgroundGlobalColor),var(--backgroundGlobalColor)),url(../../static/media/back.bda2bbe51be338a0f657.jpg);background-repeat:no-repeat;background-size:cover;display:flex;height:100%}.style_rootWrapper__0Dpqp{display:flex;width:100%}.style_addClass__ry424{flex-direction:column;height:auto;overflow:auto}@media screen and (max-width:835px){.style_rootWrapper__0Dpqp{flex-direction:column;height:auto;overflow:auto}}.style_switchesItem__RBQz7{align-items:center;border:1px solid #fff0;color:var(--colorInput);display:flex;margin:5px 0;max-width:200px;padding:12px 0;transition:all .7s;width:auto}.style_switchesItem__RBQz7 span{color:var(--lineColorActive);margin-left:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.style_switchesItemActive__FU8S9,.style_switchesItem__RBQz7:hover{background:var(--backgroundColor);border:1px solid var(--lineColor);border-radius:6px;color:var(--lineColorHover);cursor:pointer}.style_iconTheme__inJLE{height:30px!important;margin-left:5px;width:30px!important}.style_iconTheme__inJLE *{color:var(--lineColorActive)!important}.style_cardStyle__5c\+lG{align-items:center;background:#ffffff6b;border-radius:4px;box-shadow:0 2px 1px -1px #0003,0 1px 1px 0 #00000024,0 1px 3px 0 #0000001f;cursor:pointer;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:23px 12px 4px;min-height:70px;min-width:200px;padding:10px;position:relative;width:calc(100% - 72px)}.style_cardStyleActive__n6Nq8{width:300px;z-index:100}.style_controlMenu__J0sIm{display:flex;height:100%;position:absolute;right:-31px;transition:opacity .5s;width:30px}.style_closeBtn__TzVMw{border-radius:20px;cursor:pointer;height:20px;margin:5px auto;position:relative;width:20px;z-index:1}.style_closeBtn__TzVMw:before{color:rgba(247,6,6,.518);content:"+";font-size:30px;left:2px;line-height:1;top:-6px;transform:rotate(45deg);z-index:2}.style_closeBtn__TzVMw:after,.style_closeBtn__TzVMw:before{position:absolute;transition:all .3s cubic-bezier(.77,0,.2,.85)}.style_closeBtn__TzVMw:after{background:var(--backgroundColorHumburger);border-radius:100%;content:"";height:100%;left:0;top:0;transform:scale(.01);width:100%;z-index:1}.style_closeBtn__TzVMw:hover:after{transform:scale(1)}.style_closeBtn__TzVMw:hover:before{color:#fff;transform:scale(.8) rotate(45deg)}.style_isDelete__0Sa6U{background:#fff;box-shadow:0 0 10px #6accff;height:0;margin:0 12px;min-height:0;opacity:.8;overflow:hidden;padding:0 10px;transition:all .25s}@media screen and (max-width:835px){.style_controlMenu__J0sIm{opacity:1!important}}.style_drag_mobile__RVp7B{display:none}@media screen and (max-width:600px){.style_drag_mobile__RVp7B{background:repeating-linear-gradient(180deg,var(--lineColorActive),var(--lineColorActive) 4px,var(--backgroundColorHumburger) 4px,var(--backgroundColorHumburger) 8px);border:1px solid var(--lineColorActive);border-radius:5px 0 0 0;cursor:pointer;display:flex;height:20px;left:0;position:absolute;top:0;width:30px}}@keyframes style_fadeIn__zKsCh{0%{opacity:0}1%{opacity:0}to{opacity:1}}.style_cardStyle__A9pAJ{align-items:center;background:var(--backgroundBlock);border-radius:4px;box-shadow:0 2px 1px -1px #0003,0 1px 1px 0 #00000024,0 1px 3px 0 #0000001f;cursor:pointer;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:23px 12px 4px;min-height:70px;min-width:200px;padding:10px;position:relative;width:calc(100% - 72px)}.style_nameCard__m2nJe{color:var(--colorBlock);font-size:19px;font-weight:500;margin-top:0}.style_cardStyleActive__sMSgj{width:300px;z-index:100}.style_iconThemCard__wx6Kq{height:40px!important;margin-left:5px;width:40px!important}.style_iconThemCard__wx6Kq *{color:var(--colorBlock)!important}.style_iconThemCardSelectable__H9okn{cursor:pointer}.style_iconHelp__iIi1g{color:var(--colorBlock)!important;position:absolute!important;right:5px;top:0}.style_inputCard__qf8Q\+{margin-top:10px!important}.style_blockName__CqwBy{display:flex;flex-direction:column;margin-left:10px;position:relative;width:100%}.style_controlMenu__8kQnd{display:flex;height:100%;position:absolute;right:-31px;transition:opacity .5s;width:30px}.style_closeBtn__LcbOd{border-radius:20px;cursor:pointer;height:20px;margin:5px auto;position:relative;width:20px;z-index:1}.style_closeBtn__LcbOd:before{color:rgba(247,6,6,.518);content:"+";font-size:30px;left:2px;line-height:1;top:-6px;transform:rotate(45deg);z-index:2}.style_closeBtn__LcbOd:after,.style_closeBtn__LcbOd:before{position:absolute;transition:all .3s cubic-bezier(.77,0,.2,.85)}.style_closeBtn__LcbOd:after{background:#994e9e7d;border-radius:100%;content:"";height:100%;left:0;top:0;transform:scale(.01);width:100%;z-index:1}.style_closeBtn__LcbOd:hover:after{transform:scale(1)}.style_closeBtn__LcbOd:hover:before{color:#fff;transform:scale(.8) rotate(45deg)}.style_controlMenuTop__AkzEp{display:flex;left:0;overflow:hidden;position:absolute;transition:opacity .5s,height .5s,top .5s;width:100%}.style_debugInfo__wPdyv{animation:style_fadeIn__zKsCh .3s ease-out;color:var(--debugColor);display:flex;font-size:12px;font-style:italic;opacity:0;position:absolute}.style_tagCard__CEY-X{background:var(--backgroundColorHumburger);border-left:1px solid var(--lineColor);border-radius:5px 5px 0 0;border-right:1px solid var(--lineColor);border-top:1px solid var(--lineColor);color:var(--lineColorActive);cursor:pointer;font-size:12px;height:22px;margin-left:auto;margin-right:8px;min-width:100px;padding:2px 2px 0;position:relative;text-align:center}.style_displayFlex__5sr\+i{align-items:center;display:flex}.style_blockMarginTop__Qn7Lh,.style_nameBlock__MZ53S{margin-top:7px}.style_frontText__3cVcg{display:inline-table;margin-right:7px;min-width:80px}.style_backText__sF8Y-{margin-left:7px}.style_iconTag__2cpM6{align-items:center;color:var(--colorBlock);display:flex;font-size:40px;margin-bottom:10px;margin-left:12px;min-width:40px}.style_displayItalic__9KtQw{font-size:11px;font-style:italic;margin-top:0}.style_root__h6PjP{border-color:var(--colorBlock)!important;color:var(--colorBlock)!important}.style_root__h6PjP:hover{background-color:inherit!important;border-color:var(--colorBlockHover)!important;color:var(--colorBlockHover)!important}.style_square__ahzCN{min-width:auto!important;padding:6px 16px!important}.style_icon__jwNl0{height:24px;width:24px}.style_root__8DT4l *{color:var(--colorBlock)!important}.style_root__WINKv{background:var(--backgroundColorHumburger);border-radius:5px;margin-bottom:0!important;margin-top:0!important}.style_root__WINKv *{color:var(--colorInput)!important}.style_root__WINKv [class*=MuiInputLabel-shrink]{color:var(--colorBlock)!important}.style_root__WINKv [class*=MuiInput-underline] :after{border-bottom-color:var(--lineColor)!important}.style_root__WINKv [class*=MuiOutlinedInput-notchedOutline],.style_root__WINKv [class*=MuiOutlinedInput-notchedOutline] [class*=Mui-disabled],.style_root__WINKv [class*=MuiOutlinedInput-notchedOutline] [class*=Mui-focused],.style_root__WINKv [class*=MuiOutlinedInput-notchedOutline]:hover,.style_root__WINKv:hover [class*=MuiOutlinedInput-notchedOutline]{border-color:var(--lineColor)!important}.style_modalContentWrapper__ewzzR{margin:20px 0;min-width:320px;overflow-x:hidden;padding:0 35px}.style_modalButtonBlock__otBeq{background:var(--backgroundColorHumburger);border-top:1px solid var(--lineColorActive);border-color:var(--lineColorActive);border-radius:3px;display:flex;flex-flow:wrap;justify-content:flex-end;margin-top:20px}.style_modalButtonBlock__otBeq button{color:var(--lineColorActive)!important;flex:1 1}.style_modalButtonBlockTwo__bh8rw{bottom:0;flex-flow:wrap-reverse;justify-content:space-around;position:-webkit-sticky;position:sticky}.style_modalButtonBlockTwo__bh8rw button{margin:5px}.style_modalWrapper__VUeGq [class*="MuiPaper-root MuiDialog-paper MuiPaper-elevation24 MuiDialog-paperScrollPaper MuiDialog-paperWidthXl MuiPaper-elevation24 MuiPaper-rounded"]{background-color:#f6f6f6}.style_modalDialog__MI8Ka{min-width:400px}.style_close__Z8qAY{cursor:pointer;height:32px;opacity:.9;position:absolute;right:-14px;top:-16px;transition:all .6s ease;width:32px}.style_close__Z8qAY:hover{transform:rotate(90deg)}.style_close__Z8qAY:before{transform:rotate(45deg)}.style_close__Z8qAY:after,.style_close__Z8qAY:before{background-color:#ff4f4f;content:"";height:33px;left:15px;position:absolute;width:4px}.style_close__Z8qAY:after{transform:rotate(-45deg)}@media screen and (max-width:460px){.style_modalContentWrapper__ewzzR{min-width:auto}}.style_root__AZ3ER{margin-bottom:0!important;margin-top:0!important;max-width:440px}.style_root__AZ3ER *,.style_root__AZ3ER [class*=MuiInputLabel-shrink]{color:var(--colorBlock)!important}.style_root__AZ3ER [class*=MuiInput-underline]:after,.style_root__AZ3ER [class*=MuiInput-underline]:before,.style_root__AZ3ER [class*=MuiInput-underline]:hover:before{border-bottom-color:var(--lineColor)!important}.style_root__BGOBc{color:var(--lineColorActive)!important;height:8px!important}.style_root__BGOBc [class*=MuiSlider-rail],.style_root__BGOBc [class*=MuiSlider-track]{border-radius:4px;height:8px!important}.style_root__BGOBc [class*=MuiSlider-valueLabel]{left:calc(-50% + 4px)}.style_root__BGOBc [class*=MuiSlider-thumb]{background-color:var(--colorBlock);border:2px solid;height:24px;margin-left:-12px;margin-top:-8px;width:24px}.style_root__BGOBc [class*=MuiSlider-thumb]:focus,.style_root__BGOBc [class*=MuiSlider-thumb]:hover,.style_root__BGOBc [class*=MuiSlider-thumb][class*=MuiSlider-active]{box-shadow:inherit!important}.style_root__BGOBc .style_mark__MLqoT{background-color:#0000!important}.style_root__anA9\+ *{color:var(--colorBlock)!important}.style_root__anA9\+ [class*=Mui-checked]{color:var(--lineColor)!important}.style_root__anA9\+ [class*=Mui-checked]+[class*=MuiSwitch-track]{background-color:var(--lineColor)!important}.style_root__xyxno{margin-bottom:0!important;margin-top:0!important}.style_root__xyxno *,.style_root__xyxno [class*=MuiInputLabel-shrink]{color:var(--colorBlock)!important}.style_root__xyxno [class*=MuiInput-underline]:after,.style_root__xyxno [class*=MuiInput-underline]:before,.style_root__xyxno [class*=MuiInput-underline]:hover:before{border-bottom-color:var(--lineColor)!important}.style_root__FwemI{margin-bottom:0!important;margin-top:0!important}.style_root__FwemI *,.style_root__FwemI [class*=MuiInputLabel-shrink]{color:var(--colorBlock)!important}.style_root__FwemI [class*=MuiInput-underline]:after,.style_root__FwemI [class*=MuiInput-underline]:before,.style_root__FwemI [class*=MuiInput-underline]:hover:before{border-bottom-color:var(--lineColor)!important}.style_border__Zz9Km{border-left:1px solid var(--lineColor);border-right:1px solid var(--lineColor)}.style_emptyBlockStyle__sE5FO{align-items:center;background:hsla(0,0%,100%,.122);border-radius:4px;cursor:pointer;display:flex;margin:10px 40px 10px 10px;width:auto}.style_emptyBlock__dMBHS{animation:style_marginTop__uK9O\+ .12s;margin-top:10px;padding:10px}.style_selectOnChange__6r-uo{color:var(--lineColor)!important;margin-left:12px;width:calc(100% - 42px)}.style_selectOnChangeHelp__nP0g8{color:var(--lineColor);cursor:pointer;vertical-align:middle}.style_selectOnChangeHelpIcon__r7G9x{color:var(--lineColor)}@keyframes style_marginTop__uK9O\+{0%{height:0;margin-top:70px;padding:0}to{margin-top:10px;padding:10px}}.style_emptyBlockNone__DS6GG{animation:none;height:0;transition:height .02s}.style_mainBlockItemRules__JYCaQ{display:flex;flex:1 3;flex-direction:column;overflow:auto;transition:all .5s;z-index:9}.style_mainBlockItemRules__JYCaQ .style_nameBlockItems__sNeEH{align-items:center;color:var(--lineColor);display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;margin-top:10px;width:100%}.style_contentBlockItem__SQejW{display:flex;flex-direction:column;height:100%;overflow:auto;transition:height .3s,background .5s}.style_wrapperMargin__v8PwE{display:flex;flex-direction:column;margin:auto 0}.style_contentHeightOn__T3ZZ-{animation:style_heightBlock__B96p1 .3s}@keyframes style_heightBlock__B96p1{0%{height:0}to{height:100%}}.style_contentHeightOff__eaSlV{animation:none;height:0;overflow:hidden}.style_cardAdd__SNY3P{align-items:center;color:var(--lineColor);display:flex;margin:0 10px;text-align:center;width:100%}.style_cardAdd__SNY3P:after,.style_cardAdd__SNY3P:before{border-bottom:1px solid;content:"";flex:1 1}.style_cardAdd__SNY3P:after{margin-left:.25em}.style_cardAdd__SNY3P:before{margin-right:.25em}.style_blockCardAdd__xHdXK{align-items:center;color:#fff;cursor:pointer;display:flex;padding:0 10px 6px}.style_blockCardAdd__xHdXK *{color:hsla(0,0%,100%,.702)}.style_addClassOverflow__bcVva{overflow:visible;overflow:initial}.style_addClassHeight__GJALi{min-height:300px}@media screen and (max-width:835px){.style_mainBlockItemRules__JYCaQ{overflow:visible;overflow:initial}.style_contentBlockItem__SQejW{min-height:300px}.style_contentHeightOff__eaSlV{min-height:0;transition:min-height .3s}.style_contentHeightOn__T3ZZ-{transition:min-height .3s}.style_border__Zz9Km{border-left:initial;border-right:initial}}.style_drag__Gq61w{cursor:pointer;height:22px;left:12px;position:absolute;top:23px;width:32px;z-index:1}.style_root__nSnEB{position:relative}.style_menuRules__NRFrw{background:var(--backgroundColor);border-right:1px solid var(--lineColor);display:flex;flex-direction:column;opacity:1;overflow-x:hidden;padding:10px;transition:width .5s,opacity .2s,padding .5s,background .2s,border-right .2s;width:200px}.style_switchesRenderWrapper__MHBpo{direction:rtl;overflow-x:hidden;overflow-y:auto}.style_switchesRenderWrapper__MHBpo span{direction:ltr}.style_menuOff__GV8BN{opacity:0;padding:0;width:0}.style_menuTitle__bnI7K{align-items:center;color:var(--lineColor);display:flex;text-align:center;transition:color .2s;white-space:nowrap}.style_menuTitle__bnI7K:after,.style_menuTitle__bnI7K:before{border-bottom:1px solid;content:"";flex:1 1}.style_marginAuto__h3I6J{margin-bottom:20px;margin-top:auto}.style_inputWidth__Hkd3w{margin-bottom:5px!important;margin-top:0!important}.style_menuWrapper__16zE-{display:flex;height:100%}.style_hamburgerWrapper__\+AsNg{background:var(--backgroundColorHumburger);border:1px solid var(--lineColor);border-radius:0 5px 5px 0;cursor:pointer;display:flex;height:26px;justify-content:center;left:221px;padding-top:10px;position:absolute;top:30px;transition:left .5s,border-radius .7s,width .7s,height .7s,background .2s,border .2s;width:32px;z-index:10}.style_hamburgerOff__Tmmok{border-radius:20px;height:28px;left:20px;padding-top:12px;width:40px}.style_nothingFound__hm0xN{color:var(--lineColor);font-size:21px;margin:16px;transition:color .2s}.style_resetSearch__oA8LS{color:var(--lineColor);cursor:pointer;font-weight:700;margin:10px 0;transition:color .3s,font-size .3s}.style_resetSearch__oA8LS:hover{color:var(--lineColorHover);font-size:22px}.style_controlPanel__ojI7Z{align-items:center;display:flex;width:200px}.style_controlPanel__ojI7Z button{color:var(--lineColor);min-width:auto;transition:color .2s;width:33.3333333333%}.style_controlPanel__ojI7Z .style_controlPanelAppBar__fjB3Y{background:none;box-shadow:none}.style_controlPanel__ojI7Z [class*=Mui-selected]{color:var(--lineColorActive)!important}.style_controlPanel__ojI7Z [class*=MuiTabs-indicator]{background-color:var(--lineColorActive)}.style_controlPanel__ojI7Z [class*=Mui-disabled]{color:#210025cc!important}.style_addClassMenu__3n58b{position:absolute;top:0;z-index:12}.style_addClassBackground__j1FHK{background:var(--backgroundMobile)}.style_addClassPosition__YL\+W4{left:0;position:-webkit-sticky;position:sticky;top:0;z-index:2222}@media screen and (max-width:1035px){.style_menuWrapper__16zE-{position:absolute;top:0;z-index:12}.style_menuRules__NRFrw{background:var(--backgroundMobile)}}@media screen and (max-width:835px){.style_menuRules__NRFrw{left:0;position:-webkit-sticky;position:sticky;top:0;z-index:2222}}.hamburgerMenu_menu_wrapper__H\+bSr{cursor:pointer;margin-top:12px;outline:0;outline-offset:0}.hamburgerMenu_hamburgerMenu__zKaBW,.hamburgerMenu_hamburgerMenu__zKaBW:after,.hamburgerMenu_hamburgerMenu__zKaBW:before{height:2px;width:20px}.hamburgerMenu_hamburgerMenu__zKaBW{background:var(--lineColorActive);position:relative;transform:translateY(7px);transition:all 0ms .3s}.hamburgerMenu_hamburgerMenu__zKaBW.hamburgerMenu_animate__CjZxq{background:#dfbdec00}.hamburgerMenu_hamburgerMenu__zKaBW:before{background:var(--lineColorActive);bottom:7px;content:"";left:0;position:absolute;transition:bottom .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1)}.hamburgerMenu_hamburgerMenu__zKaBW:after{background:var(--lineColorActive);content:"";left:0;position:absolute;top:7px;transition:top .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1)}.hamburgerMenu_hamburgerMenu__zKaBW.hamburgerMenu_animate__CjZxq:after{top:0;transform:rotate(45deg);transition:top .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s}.hamburgerMenu_hamburgerMenu__zKaBW.hamburgerMenu_animate__CjZxq:before{bottom:0;transform:rotate(-45deg);transition:bottom .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s}.hamburgerMenu_menu_conatiner_wrapper__9BkY3{display:none}:root.blue,:root.colored{--backgroundColor:rgba(48,82,129,.231);--lineColor:#4caaf47d;--lineColorHover:#ccceff;--lineColorActive:#4caaf4;--backgroundColorHumburger:rgba(67,106,147,.722);--colorBlock:#02124b;--colorBlockHover:rgba(2,18,75,.549);--colorInput:#02124b;--backgroundBlock:rgba(201,231,255,.671);--backgroundGlobalColor:#fff0;--backgroundMobile:rgba(4,28,53,.831);--debugColor:#c6511b}:root.dark{--backgroundColor:#1f1f1f3b;--lineColor:#f3f3f37d;--lineColorHover:#a0a0a0;--lineColorActive:#dedede;--backgroundColorHumburger:rgba(62,62,62,.722);--colorBlock:#080808;--colorBlockHover:rgba(8,8,8,.549);--colorInput:#ddd;--backgroundBlock:hsla(0,0%,76%,.671);--backgroundGlobalColor:#1c1c1ced;--backgroundMobile:rgba(4,3,3,.922);--debugColor:#c6511b}:root.light{--backgroundColor:rgba(49,49,49,.231);--lineColor:#0001257d;--lineColorHover:#a0a0a0;--lineColorActive:#07002f;--backgroundColorHumburger:rgba(51,53,66,.639);--colorBlock:#090929;--colorBlockHover:hsla(0,1%,78%,.549);--colorInput:#090929;--backgroundBlock:#000;--backgroundGlobalColor:hsla(0,0%,100%,.251);--backgroundMobile:rgba(180,178,199,.749);--debugColor:#c6511b}
2
+ /*# sourceMappingURL=373.d5afd7f9.chunk.css.map*/
@@ -0,0 +1 @@
1
+ {"version":3,"file":"static/css/373.d5afd7f9.chunk.css","mappings":"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","sources":["index.css","../node_modules/react-splitter-layout/lib/index.css","Components/RulesEditor/style.module.scss","Components/RulesEditor/components/CardMenu/style.module.scss","Components/RulesEditor/components/CurrentItem/style.module.scss","Components/RulesEditor/components/GenericBlock/style.module.scss","Components/RulesEditor/components/CustomButton/style.module.scss","Components/RulesEditor/components/CustomCheckbox/style.module.scss","Components/RulesEditor/components/CustomInput/style.module.scss","Components/RulesEditor/components/CustomModal/style.module.scss","Components/RulesEditor/components/CustomSelect/style.module.scss","Components/RulesEditor/components/CustomSlider/style.module.scss","Components/RulesEditor/components/CustomSwitch/style.module.scss","Components/RulesEditor/components/CustomTime/style.module.scss","Components/RulesEditor/components/CustomDate/style.module.scss","Components/RulesEditor/components/ContentBlockItems/style.module.scss","Components/RulesEditor/components/DragWrapper/style.module.scss","Components/RulesEditor/components/Menu/style.module.scss","Components/RulesEditor/components/HamburgerMenu/hamburgerMenu.module.scss","Components/RulesEditor/helpers/stylesVariables.scss"],"sourcesContent":["html {\n width: 100%;\n height: 100%;\n}\n\nbody {\n overflow: hidden;\n margin: 0;\n padding: 0;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\",\n \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\",\n sans-serif;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n width: 100%;\n height: 100%;\n}\n\n.iobVerticalSplitter .layout-pane-primary {\n overflow: hidden !important;\n}\n\n#root {\n width: 100%;\n height: 100%;\n}\n#___reactour > div:first-of-type {\n opacity: 0.4;\n}\n.layout-pane-primary {\n height: 100%\n}\n\n.blocklyToolboxDiv {\n /*left: -180px !important;*/\n left: 0 !important;\n width: 180px;\n top: 0 !important;\n height: 100% !important;\n}\n\n.no-underline:before {\n border-bottom: 0 !important;\n}\n.monaco-aria-container {\n top: 0;\n}\n\n.iobVerticalSplitter .layout-pane-primary {\n overflow: hidden;\n}\n\n.monacoCurrentLine {\n background: #59fd8c;\n}\n.monacoCurrentLineDark {\n background: #165b2c;\n}\n.monacoCurrentFullLine {\n background: #cbffdc;\n opacity: 0.7;\n}\n.monacoCurrentFullLineDark {\n background: #0e3b1f;\n opacity: 0.7;\n}\n.monacoBreakPointDark {\n background: #800000;\n border-radius: 50%;\n width: 16px !important;\n height: 16px !important;\n margin-left: 4px;\n}\n.monacoBreakPoint {\n background: #d71a1a;\n border-radius: 50%;\n width: 16px !important;\n height: 16px !important;\n margin-left: 4px;\n}",".splitter-layout {\n position: absolute;\n display: flex;\n flex-direction: row;\n width: 100%;\n height: 100%;\n overflow: hidden;\n}\n\n.splitter-layout .layout-pane {\n position: relative;\n flex: 0 0 auto;\n overflow: auto;\n}\n\n.splitter-layout .layout-pane.layout-pane-primary {\n flex: 1 1 auto;\n}\n\n.splitter-layout > .layout-splitter {\n flex: 0 0 auto;\n width: 4px;\n height: 100%;\n cursor: col-resize;\n background-color: #ccc;\n}\n\n.splitter-layout .layout-splitter:hover {\n background-color: #bbb;\n}\n\n.splitter-layout.layout-changing {\n cursor: col-resize;\n}\n\n.splitter-layout.layout-changing > .layout-splitter {\n background-color: #aaa;\n}\n\n.splitter-layout.splitter-layout-vertical {\n flex-direction: column;\n}\n\n.splitter-layout.splitter-layout-vertical.layout-changing {\n cursor: row-resize;\n}\n\n.splitter-layout.splitter-layout-vertical > .layout-splitter {\n width: 100%;\n height: 4px;\n cursor: row-resize;\n}\n",".wrapperRules {\n background: linear-gradient(0deg, var(--backgroundGlobalColor), var(--backgroundGlobalColor)), url(\"../assets/back.jpg\");\n background-repeat: no-repeat;\n background-size: cover;\n height: 100%;\n display: flex;\n}\n.rootWrapper {\n display: flex;\n width: 100%;\n}\n.addClass {\n flex-direction: column;\n height: auto;\n overflow: auto;\n}\n@media screen and (max-width: 835px) {\n .rootWrapper {\n flex-direction: column;\n height: auto;\n overflow: auto;\n }\n}\n",".switchesItem {\n max-width: 200px;\n width: auto;\n display: flex;\n margin: 5px 0;\n padding: 12px 0;\n align-items: center;\n border: 1px solid rgba(255, 255, 255, 0);\n transition: all 0.7s;\n color: var(--colorInput);\n span {\n overflow: hidden;\n text-overflow: ellipsis;\n width: 100%;\n margin-left: 15px;\n color: var(--lineColorActive);\n white-space: nowrap;\n }\n &:hover {\n border: 1px solid var(--lineColor);\n color: var(--lineColorHover);\n border-radius: 6px;\n background: var(--backgroundColor);\n cursor: pointer;\n }\n}\n.switchesItemActive {\n border: 1px solid var(--lineColor);\n color: var(--lineColorHover);\n border-radius: 6px;\n background: var(--backgroundColor);\n cursor: pointer;\n}\n.iconTheme {\n width: 30px !important;\n height: 30px !important;\n margin-left: 5px;\n * {\n color: var(--lineColorActive) !important;\n }\n}\n",".cardStyle {\n cursor: pointer;\n position: relative;\n min-width: 200px;\n width: calc(100% - 72px);\n height: fit-content;\n min-height: 70px;\n display: flex;\n padding: 10px;\n margin: 23px 12px 4px 12px;\n align-items: center;\n background: #ffffff6b;\n border-radius: 4px;\n box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);\n}\n.cardStyleActive {\n width: 300px;\n z-index: 100;\n}\n.controlMenu {\n display: flex;\n position: absolute;\n right: -31px;\n width: 30px;\n height: 100%;\n transition: opacity 0.5s;\n}\n.closeBtn {\n width: 20px;\n height: 20px;\n border-radius: 20px;\n position: relative;\n z-index: 1;\n margin: 5px auto;\n cursor: pointer;\n &:before {\n content: \"+\";\n color: #f7060684;\n position: absolute;\n z-index: 2;\n transform: rotate(45deg);\n font-size: 30px;\n line-height: 1;\n top: -6px;\n left: 2px;\n transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);\n }\n &:after {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n border-radius: 100%;\n background: var(--backgroundColorHumburger);\n z-index: 1;\n transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);\n transform: scale(0.01);\n }\n &:hover:after {\n transform: scale(1);\n }\n &:hover:before {\n transform: scale(0.8) rotate(45deg);\n color: #fff;\n }\n}\n.isDelete {\n height: 0;\n min-height: 0;\n overflow: hidden;\n padding: 0 10px;\n margin: 0 12px 0 12px;\n transition: all 0.25s;\n background: rgb(255, 255, 255);\n opacity: 0.8;\n box-shadow: 0 0 10px rgb(106 204 255);\n}\n@media screen and (max-width: 835px) {\n .controlMenu {\n opacity: 1 !important;\n }\n}\n.drag_mobile {\n display: none;\n}\n@media screen and (max-width: 600px) {\n .drag_mobile {\n display: flex;\n width: 30px;\n height: 20px;\n background: repeating-linear-gradient(\n 180deg,\n var(--lineColorActive),\n var(--lineColorActive) 4px,\n var(--backgroundColorHumburger) 4px,\n var(--backgroundColorHumburger) 8px\n );\n border: 1px solid var(--lineColorActive);\n border-radius: 5px 0 0 0;\n position: absolute;\n top: 0;\n left: 0;\n cursor: pointer;\n }\n}\n","@keyframes fadeIn {\n 0% {\n opacity: 0;\n }\n\n 1% {\n opacity: 0;\n }\n\n 100% {\n opacity: 1;\n }\n}\n\n\n.cardStyle {\n cursor: pointer;\n position: relative;\n min-width: 200px;\n width: calc(100% - 72px);\n height: fit-content;\n min-height: 70px;\n display: flex;\n padding: 10px;\n margin: 23px 12px 4px 12px;\n align-items: center;\n background: var(--backgroundBlock);\n border-radius: 4px;\n box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),\n 0 1px 3px 0 rgba(0, 0, 0, 0.12);\n}\n.nameCard {\n margin-top: 0;\n font-size: 19px;\n color: var(--colorBlock);\n font-weight: 500;\n}\n.cardStyleActive {\n width: 300px;\n z-index: 100;\n}\n.iconThemCard {\n width: 40px !important;\n height: 40px !important;\n margin-left: 5px;\n * {\n color: var(--colorBlock) !important;\n }\n}\n.iconThemCardSelectable {\n cursor: pointer;\n}\n.iconHelp {\n color: var(--colorBlock) !important;\n position: absolute !important;\n top: 0;\n right: 5px;\n}\n.inputCard {\n margin-top: 10px !important;\n}\n.blockName {\n margin-left: 10px;\n width: 100%;\n display: flex;\n flex-direction: column;\n position: relative;\n}\n.controlMenu {\n display: flex;\n position: absolute;\n right: -31px;\n width: 30px;\n height: 100%;\n transition: opacity 0.5s;\n}\n.closeBtn {\n width: 20px;\n height: 20px;\n border-radius: 20px;\n position: relative;\n z-index: 1;\n margin: 5px auto;\n cursor: pointer;\n &:before {\n content: \"+\";\n color: #f7060684;\n position: absolute;\n z-index: 2;\n transform: rotate(45deg);\n font-size: 30px;\n line-height: 1;\n top: -6px;\n left: 2px;\n transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);\n }\n &:after {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n border-radius: 100%;\n background: #994e9e7d;\n z-index: 1;\n transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);\n transform: scale(0.01);\n }\n &:hover:after {\n transform: scale(1);\n }\n &:hover:before {\n transform: scale(0.8) rotate(45deg);\n color: #fff;\n }\n}\n.controlMenuTop {\n display: flex;\n position: absolute;\n left: 0;\n width: 100%;\n overflow: hidden;\n transition: opacity 0.5s, height 0.5s, top 0.5s;\n}\n.debugInfo {\n font-size: 12px;\n font-style: italic;\n color: var(--debugColor);\n position: absolute;\n display: flex;\n opacity: 0;\n animation: fadeIn 0.3s ease-out;\n}\n.tagCard {\n text-align: center;\n color: var(--lineColorActive);\n min-width: 100px;\n padding: 0 2px;\n height: 22px;\n background: var(--backgroundColorHumburger);\n border-radius: 5px 5px 0 0;\n position: relative;\n margin-left: auto;\n margin-right: 8px;\n cursor: pointer;\n border-top: 1px solid var(--lineColor);\n border-left: 1px solid var(--lineColor);\n border-right: 1px solid var(--lineColor);\n font-size: 12px;\n padding-top: 2px;\n}\n.displayFlex {\n display: flex;\n align-items: center;\n}\n.blockMarginTop,\n.nameBlock {\n margin-top: 7px;\n}\n.frontText {\n margin-right: 7px;\n min-width: 80px;\n display: inline-table;\n}\n.backText {\n margin-left: 7px;\n}\n.iconTag {\n font-size: 40px;\n color: var(--colorBlock);\n display: flex;\n align-items: center;\n min-width: 40px;\n margin-bottom: 10px;\n margin-left: 12px;\n}\n.displayItalic {\n font-style: italic;\n font-size: 11px;\n margin-top: 0;\n}\n",".root {\n color: var(--colorBlock) !important;\n border-color: var(--colorBlock) !important;\n &:hover {\n border-color: var(--colorBlockHover) !important;\n color: var(--colorBlockHover) !important;\n background-color: inherit !important;\n }\n}\n.square{\n min-width: auto !important;\n padding: 6px 16px !important;\n}\n.icon {\n width: 24px;\n height: 24px;\n}",".root {\n * {\n color: var(--colorBlock) !important;\n }\n}\n",".root {\n background: var(--backgroundColorHumburger);\n border-radius: 5px;\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n * {\n color: var(--colorInput) !important;\n }\n [class*=\"MuiInputLabel-shrink\"] {\n color: var(--colorBlock) !important;\n }\n [class*=\"MuiInput-underline\"] {\n :after {\n border-bottom-color: var(--lineColor) !important;\n }\n }\n &:hover {\n [class*=\"MuiOutlinedInput-notchedOutline\"] {\n border-color: var(--lineColor) !important;\n }\n }\n [class*=\"MuiOutlinedInput-notchedOutline\"] {\n border-color: var(--lineColor) !important;\n &:hover {\n border-color: var(--lineColor) !important;\n }\n [class*=\"Mui-focused\"] {\n border-color: var(--lineColor) !important;\n }\n [class*=\"Mui-disabled\"] {\n border-color: var(--lineColor) !important;\n }\n }\n}\n\n.icon {\n\n}\n",".modalContentWrapper {\n margin: 20px 0;\n padding: 0 35px;\n overflow-x: hidden;\n min-width: 320px;\n}\n.modalButtonBlock {\n display: flex;\n justify-content: flex-end;\n margin-top: 20px;\n flex-flow: wrap;\n border-top: 1px solid var(--lineColorActive);\n border-color: var(--lineColorActive);\n background: var(--backgroundColorHumburger);\n border-radius: 3px;\n & button {\n color: var(--lineColorActive) !important;\n flex: 1;\n }\n}\n.modalButtonBlockTwo {\n justify-content: space-around;\n flex-flow: wrap-reverse;\n position: sticky;\n bottom: 0;\n & button {\n margin: 5px;\n }\n}\n.modalWrapper {\n /*position: relative;*/\n [class*=\"MuiPaper-root MuiDialog-paper MuiPaper-elevation24 MuiDialog-paperScrollPaper MuiDialog-paperWidthXl MuiPaper-elevation24 MuiPaper-rounded\"] {\n background-color: #f6f6f6;\n }\n}\n.modalDialog {\n min-width: 400px;\n}\n.close {\n position: absolute;\n right: -14px;\n top: -16px;\n width: 32px;\n height: 32px;\n opacity: 0.9;\n cursor: pointer;\n transition: all 0.6s ease;\n &:hover {\n transform: rotate(90deg);\n }\n &:before {\n position: absolute;\n left: 15px;\n content: \"\";\n height: 33px;\n width: 4px;\n background-color: #ff4f4f;\n transform: rotate(45deg);\n }\n &:after {\n position: absolute;\n left: 15px;\n content: \"\";\n height: 33px;\n width: 4px;\n background-color: #ff4f4f;\n transform: rotate(-45deg);\n }\n}\n@media screen and (max-width: 460px) {\n .modalContentWrapper {\n min-width: auto;\n }\n}\n",".root {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n max-width: 440px;\n * {\n color: var(--colorBlock) !important;\n }\n [class*=\"MuiInputLabel-shrink\"] {\n color: var(--colorBlock) !important;\n }\n [class*=\"MuiInput-underline\"] {\n &:after {\n border-bottom-color: var(--lineColor) !important;\n }\n &:before {\n border-bottom-color: var(--lineColor) !important;\n }\n &:hover {\n &:before {\n border-bottom-color: var(--lineColor) !important;\n }\n }\n }\n}\n",".root {\n color: var(--lineColorActive) !important;\n height: 8px !important;\n [class*=\"MuiSlider-rail\"] {\n height: 8px !important;\n border-radius: 4px;\n }\n [class*=\"MuiSlider-track\"] {\n height: 8px !important;\n border-radius: 4px;\n }\n [class*=\"MuiSlider-valueLabel\"] {\n left: calc(-50% + 4px);\n }\n [class*=\"MuiSlider-thumb\"] {\n height: 24px;\n width: 24px;\n background-color: var(--colorBlock);\n border: 2px solid currentColor;\n margin-top: -8px;\n margin-left: -12px;\n &:focus,\n &:hover,\n &[class*=\"MuiSlider-active\"] {\n box-shadow: inherit !important;\n }\n }\n .mark {\n background-color: #00000000 !important;\n }\n}\n\n",".root {\n * {\n color: var(--colorBlock) !important;\n }\n [class*=\"Mui-checked\"] {\n color: var(--lineColor) !important;\n }\n [class*=\"Mui-checked\"] + [class*=\"MuiSwitch-track\"] {\n background-color: var(--lineColor) !important;\n }\n}\n",".root {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n * {\n color: var(--colorBlock) !important;\n }\n [class*=\"MuiInputLabel-shrink\"] {\n color: var(--colorBlock) !important;\n }\n [class*=\"MuiInput-underline\"] {\n &:after {\n border-bottom-color: var(--lineColor) !important;\n }\n &:before {\n border-bottom-color: var(--lineColor) !important;\n }\n &:hover {\n &:before {\n border-bottom-color: var(--lineColor) !important;\n }\n }\n }\n}\n",".root {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n * {\n color: var(--colorBlock) !important;\n }\n [class*=\"MuiInputLabel-shrink\"] {\n color: var(--colorBlock) !important;\n }\n [class*=\"MuiInput-underline\"] {\n &:after {\n border-bottom-color: var(--lineColor) !important;\n }\n &:before {\n border-bottom-color: var(--lineColor) !important;\n }\n &:hover {\n &:before {\n border-bottom-color: var(--lineColor) !important;\n }\n }\n }\n}\n",".border {\n border-left: 1px solid var(--lineColor);\n border-right: 1px solid var(--lineColor);\n}\n.emptyBlockStyle {\n cursor: pointer;\n width: auto;\n background: #ffffff1f;\n display: flex;\n // padding: 10px;\n margin: 10px 40px 10px 10px;\n align-items: center;\n border-radius: 4px;\n // transition: height 0.2s;\n}\n.emptyBlock {\n padding: 10px;\n // height: 76px;\n margin-top: 10px;\n animation: marginTop 0.12s;\n // transition: margin-top 0.1s;\n}\n.selectOnChange {\n margin-left: 12px;\n color: var(--lineColor) !important;\n width: calc(100% - 42px);\n}\n.selectOnChangeHelp {\n color: var(--lineColor);\n vertical-align: middle;\n cursor: pointer;\n}\n.selectOnChangeHelpIcon {\n color: var(--lineColor);\n}\n@keyframes marginTop {\n 0% {\n padding: 0;\n margin-top: 70px;\n height: 0;\n }\n 100% {\n padding: 10px;\n margin-top: 10px;\n // height: 100%;\n }\n}\n.emptyBlockNone {\n height: 0;\n animation: none;\n transition: height 0.02s;\n}\n\n.mainBlockItemRules {\n display: flex;\n flex: 1 3;\n flex-direction: column;\n transition: all 0.5s;\n z-index: 9;\n overflow: auto;\n .nameBlockItems {\n color: var(--lineColor);\n margin-top: 10px;\n width: 100%;\n display: flex;\n height: fit-content;\n justify-content: center;\n align-items: center;\n }\n}\n.contentBlockItem {\n height: 100%;\n display: flex;\n flex-direction: column;\n overflow: auto;\n transition: height 0.3s, background 0.5s;\n}\n\n.wrapperMargin {\n margin: auto 0;\n display: flex;\n flex-direction: column;\n}\n.contentHeightOn {\n animation: heightBlock 0.3s;\n}\n@keyframes heightBlock {\n 0% {\n height: 0;\n }\n 100% {\n height: 100%;\n }\n}\n.contentHeightOff {\n height: 0;\n overflow: hidden;\n animation: none;\n}\n.cardAdd {\n display: flex;\n align-items: center;\n text-align: center;\n margin: 0 10px;\n width: 100%;\n color: var(--lineColor);\n &::after,\n &::before {\n content: \"\";\n flex: 1;\n border-bottom: 1px solid;\n }\n &::after {\n margin-left: 0.25em;\n }\n &::before {\n margin-right: 0.25em;\n }\n}\n.blockCardAdd {\n display: flex;\n padding: 0 10px 6px 10px;\n align-items: center;\n color: white;\n cursor: pointer;\n * {\n color: #ffffffb3;\n }\n}\n.addClassOverflow {\n overflow: initial;\n}\n.addClassHeight {\n min-height: 300px;\n}\n@media screen and (max-width: 835px) {\n .mainBlockItemRules {\n overflow: initial;\n }\n .contentBlockItem {\n min-height: 300px;\n }\n .contentHeightOff {\n min-height: 0;\n transition: min-height 0.3s;\n }\n .contentHeightOn {\n transition: min-height 0.3s;\n }\n .border {\n border-left: initial;\n border-right: initial;\n }\n}\n",".drag {\n width: 32px;\n height: 22px;\n position: absolute;\n top: 23px;\n left: 12px;\n z-index: 1;\n cursor: pointer;\n}\n.root {\n position: relative;\n}\n",".menuRules {\n width: 200px;\n display: flex;\n flex-direction: column;\n background: var(--backgroundColor);\n border-right: 1px solid var(--lineColor);\n padding: 10px;\n opacity: 1;\n overflow-x: hidden;\n transition: width 0.5s, opacity 0.2s, padding 0.5s, background 0.2s, border-right 0.2s;\n}\n.switchesRenderWrapper {\n overflow-x: hidden;\n overflow-y: auto;\n direction: rtl;\n span {\n direction: ltr;\n }\n}\n.menuOff {\n width: 0;\n opacity: 0;\n padding: 0;\n}\n.menuTitle {\n display: flex;\n align-items: center;\n text-align: center;\n color: var(--lineColor);\n white-space: nowrap;\n transition: color 0.2s;\n &::after,\n &::before {\n content: \"\";\n flex: 1;\n border-bottom: 1px solid;\n }\n}\n.marginAuto {\n margin-top: auto;\n margin-bottom: 20px;\n}\n.inputWidth {\n margin-top: 0 !important;\n margin-bottom: 5px !important;\n}\n.menuWrapper {\n display: flex;\n height: 100%;\n}\n.hamburgerWrapper {\n position: absolute;\n width: 32px;\n height: 26px;\n background: var(--backgroundColorHumburger);\n border-radius: 0 5px 5px 0;\n display: flex;\n justify-content: center;\n padding-top: 10px;\n left: 221px;\n top: 30px;\n border: 1px solid var(--lineColor);\n cursor: pointer;\n transition: left 0.5s, border-radius 0.7s, width 0.7s, height 0.7s, background 0.2s, border 0.2s;\n z-index: 10;\n}\n.hamburgerOff {\n left: 20px;\n padding-top: 12px;\n border-radius: 20px;\n width: 40px;\n height: 28px;\n}\n.nothingFound {\n color: var(--lineColor);\n margin: 16px;\n font-size: 21px;\n transition: color 0.2s;\n}\n.resetSearch {\n font-weight: bold;\n color: var(--lineColor);\n cursor: pointer;\n margin: 10px 0;\n transition: color 0.3s, font-size 0.3s;\n &:hover {\n color: var(--lineColorHover);\n font-size: 22px;\n }\n}\n.controlPanel {\n display: flex;\n align-items: center;\n width: 200px;\n button {\n width: calc(100% / 3);\n min-width: auto;\n color: var(--lineColor);\n transition: color 0.2s;\n }\n .controlPanelAppBar {\n background: none;\n box-shadow: none;\n }\n [class*=\"Mui-selected\"] {\n color: var(--lineColorActive) !important;\n }\n [class*=\"MuiTabs-indicator\"] {\n background-color: var(--lineColorActive);\n }\n [class*=\"Mui-disabled\"] {\n color: #210025cc !important;\n }\n}\n.addClassMenu {\n position: absolute;\n z-index: 12;\n top: 0;\n}\n.addClassBackground {\n background: var(--backgroundMobile);\n}\n.addClassPosition {\n position: sticky;\n top: 0;\n left: 0;\n z-index: 2222;\n}\n@media screen and (max-width: 1035px) {\n .menuWrapper {\n position: absolute;\n z-index: 12;\n top: 0;\n }\n .menuRules {\n background: var(--backgroundMobile);\n }\n}\n@media screen and (max-width: 835px) {\n .menuRules {\n position: sticky;\n top: 0;\n left: 0;\n z-index: 2222;\n }\n}\n","$bar-width: 20px;\n$bar-height: 2px;\n$bar-spacing: 7px;\n\n.menu_wrapper {\n outline: 0;\n outline-offset: 0;\n margin-top: 12px;\n\tcursor: pointer;\n}\n\n.hamburgerMenu,\n.hamburgerMenu:after,\n.hamburgerMenu:before {\n width: $bar-width;\n\theight: $bar-height;\n}\n\n.hamburgerMenu {\n\tposition: relative;\n\ttransform: translateY($bar-spacing);\n\tbackground: var(--lineColorActive);\n\ttransition: all 0ms 300ms;\n \n &.animate {\n background: #dfbdec00; \n }\n}\n\n.hamburgerMenu:before {\n\tcontent: \"\";\n\tposition: absolute;\n\tleft: 0;\n\tbottom: $bar-spacing;\n\tbackground: var(--lineColorActive);\n\ttransition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);\n}\n\n.hamburgerMenu:after {\n\tcontent: \"\";\n\tposition: absolute;\n\tleft: 0;\n\ttop: $bar-spacing;\n\tbackground: var(--lineColorActive);\n\ttransition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);\n}\n\n.hamburgerMenu.animate:after {\n\ttop: 0;\n\ttransform: rotate(45deg);\n\ttransition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;\n}\n\n.hamburgerMenu.animate:before {\n\tbottom: 0;\n\ttransform: rotate(-45deg);\n\ttransition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;\n}\n.menu_conatiner_wrapper{\n display: none;\n}\n","$themeStandard: (\n --backgroundColor: #3052813b,\n --lineColor: #4caaf47d,\n --lineColorHover: #ccceff,\n --lineColorActive: #4caaf4,\n --backgroundColorHumburger: #436a93b8,\n --colorBlock: #02124b,\n --colorBlockHover: #02124b8c,\n --colorInput: #02124b,\n --backgroundBlock: #c9e7ffab,\n --backgroundGlobalColor: #ffffff00,\n --backgroundMobile: #041c35d4,\n --debugColor: #c6511b\n);\n$themeGreen: (\n --backgroundColor: #3081333b,\n --lineColor: #4cf4577d,\n --lineColorHover: #cdffcc,\n --lineColorActive: #4ff44c,\n --backgroundColorHumburger: #439346b8,\n --colorBlock: #024b04,\n --colorBlockHover: #024b048c,\n --colorInput: #024b04,\n --backgroundBlock: #c9ffcfab,\n --backgroundGlobalColor: #51ff001b,\n --backgroundMobile: #3081333b,\n --debugColor: #c6511b\n);\n$themeSilver: (\n --backgroundColor: rgba(31, 31, 31, 0.23),\n --lineColor: #f3f3f37d,\n --lineColorHover: #a0a0a0,\n --lineColorActive: #dedede,\n --backgroundColorHumburger: #3e3e3eb8,\n --colorBlock: #080808,\n --colorBlockHover: #0808088c,\n --colorInput: #ddd,\n --backgroundBlock: #c1c1c1ab,\n --backgroundGlobalColor: rgba(28, 28, 28, 0.93),\n --backgroundMobile: #040303eb,\n --debugColor: #c6511b\n);\n$themeLight: (\n --backgroundColor: #3131313b,\n --lineColor: #0001257d,\n --lineColorHover: #a0a0a0,\n --lineColorActive: #07002f,\n --backgroundColorHumburger: #333542a3,\n --colorBlock: #090929,\n --colorBlockHover: #c7c6c68c,\n --colorInput: #090929,\n --backgroundBlock: #000000,\n --backgroundGlobalColor: #ffffff40,\n --backgroundMobile: #b4b2c7bf,\n --debugColor: #c6511b\n);\n@mixin spread-map($map: ()) {\n @each $key, $value in $map {\n #{$key}: $value;\n }\n}\n:root.blue {\n @include spread-map($themeStandard);\n}\n:root.colored {\n @include spread-map($themeStandard);\n}\n:root.dark {\n @include spread-map($themeSilver);\n}\n:root.light {\n @include spread-map($themeLight);\n}"],"names":[],"sourceRoot":""}