cognite-neat 0.104.0__py3-none-any.whl → 0.105.1__py3-none-any.whl

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.

Potentially problematic release.


This version of cognite-neat might be problematic. Click here for more details.

Files changed (143) hide show
  1. cognite/neat/_client/_api/data_modeling_loaders.py +83 -23
  2. cognite/neat/_client/_api/schema.py +2 -1
  3. cognite/neat/_client/data_classes/neat_sequence.py +261 -0
  4. cognite/neat/_client/data_classes/schema.py +5 -1
  5. cognite/neat/_client/testing.py +33 -0
  6. cognite/neat/_constants.py +57 -0
  7. cognite/neat/_graph/extractors/_classic_cdf/_base.py +6 -5
  8. cognite/neat/_graph/extractors/_classic_cdf/_sequences.py +225 -11
  9. cognite/neat/_graph/extractors/_mock_graph_generator.py +1 -1
  10. cognite/neat/_graph/loaders/_rdf2dms.py +31 -5
  11. cognite/neat/_graph/transformers/__init__.py +3 -1
  12. cognite/neat/_graph/transformers/_classic_cdf.py +39 -51
  13. cognite/neat/_graph/transformers/_rdfpath.py +14 -15
  14. cognite/neat/_graph/transformers/_value_type.py +72 -0
  15. cognite/neat/_issues/__init__.py +0 -2
  16. cognite/neat/_issues/_base.py +19 -35
  17. cognite/neat/_issues/warnings/__init__.py +6 -1
  18. cognite/neat/_issues/warnings/_general.py +7 -0
  19. cognite/neat/_issues/warnings/_properties.py +11 -0
  20. cognite/neat/_issues/warnings/_resources.py +11 -0
  21. cognite/neat/_rules/exporters/_rules2dms.py +35 -1
  22. cognite/neat/_rules/exporters/_rules2excel.py +2 -2
  23. cognite/neat/_rules/importers/_dms2rules.py +66 -55
  24. cognite/neat/_rules/models/_base_rules.py +4 -1
  25. cognite/neat/_rules/models/entities/_wrapped.py +10 -5
  26. cognite/neat/_rules/models/mapping/_classic2core.yaml +239 -38
  27. cognite/neat/_rules/transformers/__init__.py +8 -2
  28. cognite/neat/_rules/transformers/_converters.py +271 -188
  29. cognite/neat/_rules/transformers/_mapping.py +75 -59
  30. cognite/neat/_rules/transformers/_verification.py +2 -3
  31. cognite/neat/_session/_inspect.py +3 -1
  32. cognite/neat/_session/_prepare.py +112 -24
  33. cognite/neat/_session/_read.py +33 -70
  34. cognite/neat/_session/_state.py +2 -2
  35. cognite/neat/_session/_to.py +2 -2
  36. cognite/neat/_store/_rules_store.py +4 -8
  37. cognite/neat/_utils/reader/_base.py +27 -0
  38. cognite/neat/_version.py +1 -1
  39. {cognite_neat-0.104.0.dist-info → cognite_neat-0.105.1.dist-info}/METADATA +4 -3
  40. cognite_neat-0.105.1.dist-info/RECORD +179 -0
  41. {cognite_neat-0.104.0.dist-info → cognite_neat-0.105.1.dist-info}/WHEEL +1 -1
  42. cognite/neat/_app/api/__init__.py +0 -0
  43. cognite/neat/_app/api/asgi/metrics.py +0 -4
  44. cognite/neat/_app/api/configuration.py +0 -98
  45. cognite/neat/_app/api/context_manager/__init__.py +0 -3
  46. cognite/neat/_app/api/context_manager/manager.py +0 -16
  47. cognite/neat/_app/api/data_classes/__init__.py +0 -0
  48. cognite/neat/_app/api/data_classes/rest.py +0 -59
  49. cognite/neat/_app/api/explorer.py +0 -66
  50. cognite/neat/_app/api/routers/configuration.py +0 -25
  51. cognite/neat/_app/api/routers/crud.py +0 -102
  52. cognite/neat/_app/api/routers/metrics.py +0 -10
  53. cognite/neat/_app/api/routers/workflows.py +0 -224
  54. cognite/neat/_app/api/utils/__init__.py +0 -0
  55. cognite/neat/_app/api/utils/data_mapping.py +0 -17
  56. cognite/neat/_app/api/utils/logging.py +0 -26
  57. cognite/neat/_app/api/utils/query_templates.py +0 -92
  58. cognite/neat/_app/main.py +0 -17
  59. cognite/neat/_app/monitoring/__init__.py +0 -0
  60. cognite/neat/_app/monitoring/metrics.py +0 -69
  61. cognite/neat/_app/ui/index.html +0 -1
  62. cognite/neat/_app/ui/neat-app/.gitignore +0 -23
  63. cognite/neat/_app/ui/neat-app/README.md +0 -70
  64. cognite/neat/_app/ui/neat-app/build/asset-manifest.json +0 -14
  65. cognite/neat/_app/ui/neat-app/build/favicon.ico +0 -0
  66. cognite/neat/_app/ui/neat-app/build/img/architect-icon.svg +0 -116
  67. cognite/neat/_app/ui/neat-app/build/img/developer-icon.svg +0 -112
  68. cognite/neat/_app/ui/neat-app/build/img/sme-icon.svg +0 -34
  69. cognite/neat/_app/ui/neat-app/build/index.html +0 -1
  70. cognite/neat/_app/ui/neat-app/build/logo192.png +0 -0
  71. cognite/neat/_app/ui/neat-app/build/manifest.json +0 -25
  72. cognite/neat/_app/ui/neat-app/build/robots.txt +0 -3
  73. cognite/neat/_app/ui/neat-app/build/static/css/main.72e3d92e.css +0 -2
  74. cognite/neat/_app/ui/neat-app/build/static/css/main.72e3d92e.css.map +0 -1
  75. cognite/neat/_app/ui/neat-app/build/static/js/main.5a52cf09.js +0 -3
  76. cognite/neat/_app/ui/neat-app/build/static/js/main.5a52cf09.js.LICENSE.txt +0 -88
  77. cognite/neat/_app/ui/neat-app/build/static/js/main.5a52cf09.js.map +0 -1
  78. cognite/neat/_app/ui/neat-app/build/static/media/logo.8093b84df9ed36a174c629d6fe0b730d.svg +0 -1
  79. cognite/neat/_app/ui/neat-app/package-lock.json +0 -18306
  80. cognite/neat/_app/ui/neat-app/package.json +0 -62
  81. cognite/neat/_app/ui/neat-app/public/favicon.ico +0 -0
  82. cognite/neat/_app/ui/neat-app/public/img/architect-icon.svg +0 -116
  83. cognite/neat/_app/ui/neat-app/public/img/developer-icon.svg +0 -112
  84. cognite/neat/_app/ui/neat-app/public/img/sme-icon.svg +0 -34
  85. cognite/neat/_app/ui/neat-app/public/index.html +0 -43
  86. cognite/neat/_app/ui/neat-app/public/logo192.png +0 -0
  87. cognite/neat/_app/ui/neat-app/public/manifest.json +0 -25
  88. cognite/neat/_app/ui/neat-app/public/robots.txt +0 -3
  89. cognite/neat/_app/ui/neat-app/src/App.css +0 -38
  90. cognite/neat/_app/ui/neat-app/src/App.js +0 -17
  91. cognite/neat/_app/ui/neat-app/src/App.test.js +0 -8
  92. cognite/neat/_app/ui/neat-app/src/MainContainer.tsx +0 -70
  93. cognite/neat/_app/ui/neat-app/src/components/JsonViewer.tsx +0 -43
  94. cognite/neat/_app/ui/neat-app/src/components/LocalUploader.tsx +0 -124
  95. cognite/neat/_app/ui/neat-app/src/components/OverviewComponentEditorDialog.tsx +0 -63
  96. cognite/neat/_app/ui/neat-app/src/components/StepEditorDialog.tsx +0 -511
  97. cognite/neat/_app/ui/neat-app/src/components/TabPanel.tsx +0 -36
  98. cognite/neat/_app/ui/neat-app/src/components/Utils.tsx +0 -56
  99. cognite/neat/_app/ui/neat-app/src/components/WorkflowDeleteDialog.tsx +0 -60
  100. cognite/neat/_app/ui/neat-app/src/components/WorkflowExecutionReport.tsx +0 -112
  101. cognite/neat/_app/ui/neat-app/src/components/WorkflowImportExportDialog.tsx +0 -67
  102. cognite/neat/_app/ui/neat-app/src/components/WorkflowMetadataDialog.tsx +0 -79
  103. cognite/neat/_app/ui/neat-app/src/index.css +0 -13
  104. cognite/neat/_app/ui/neat-app/src/index.js +0 -13
  105. cognite/neat/_app/ui/neat-app/src/logo.svg +0 -1
  106. cognite/neat/_app/ui/neat-app/src/reportWebVitals.js +0 -13
  107. cognite/neat/_app/ui/neat-app/src/setupTests.js +0 -5
  108. cognite/neat/_app/ui/neat-app/src/types/WorkflowTypes.ts +0 -388
  109. cognite/neat/_app/ui/neat-app/src/views/AboutView.tsx +0 -61
  110. cognite/neat/_app/ui/neat-app/src/views/ConfigView.tsx +0 -184
  111. cognite/neat/_app/ui/neat-app/src/views/GlobalConfigView.tsx +0 -180
  112. cognite/neat/_app/ui/neat-app/src/views/WorkflowView.tsx +0 -570
  113. cognite/neat/_app/ui/neat-app/tsconfig.json +0 -27
  114. cognite/neat/_workflows/__init__.py +0 -17
  115. cognite/neat/_workflows/base.py +0 -590
  116. cognite/neat/_workflows/cdf_store.py +0 -393
  117. cognite/neat/_workflows/examples/Export_DMS/workflow.yaml +0 -89
  118. cognite/neat/_workflows/examples/Export_Semantic_Data_Model/workflow.yaml +0 -66
  119. cognite/neat/_workflows/examples/Import_DMS/workflow.yaml +0 -65
  120. cognite/neat/_workflows/examples/Validate_Rules/workflow.yaml +0 -67
  121. cognite/neat/_workflows/examples/Validate_Solution_Model/workflow.yaml +0 -64
  122. cognite/neat/_workflows/manager.py +0 -292
  123. cognite/neat/_workflows/model.py +0 -203
  124. cognite/neat/_workflows/steps/__init__.py +0 -0
  125. cognite/neat/_workflows/steps/data_contracts.py +0 -109
  126. cognite/neat/_workflows/steps/lib/__init__.py +0 -0
  127. cognite/neat/_workflows/steps/lib/current/__init__.py +0 -6
  128. cognite/neat/_workflows/steps/lib/current/graph_extractor.py +0 -100
  129. cognite/neat/_workflows/steps/lib/current/graph_loader.py +0 -51
  130. cognite/neat/_workflows/steps/lib/current/graph_store.py +0 -48
  131. cognite/neat/_workflows/steps/lib/current/rules_exporter.py +0 -537
  132. cognite/neat/_workflows/steps/lib/current/rules_importer.py +0 -323
  133. cognite/neat/_workflows/steps/lib/current/rules_validator.py +0 -106
  134. cognite/neat/_workflows/steps/lib/io/__init__.py +0 -1
  135. cognite/neat/_workflows/steps/lib/io/io_steps.py +0 -393
  136. cognite/neat/_workflows/steps/step_model.py +0 -79
  137. cognite/neat/_workflows/steps_registry.py +0 -218
  138. cognite/neat/_workflows/tasks.py +0 -18
  139. cognite/neat/_workflows/triggers.py +0 -169
  140. cognite/neat/_workflows/utils.py +0 -19
  141. cognite_neat-0.104.0.dist-info/RECORD +0 -276
  142. {cognite_neat-0.104.0.dist-info → cognite_neat-0.105.1.dist-info}/LICENSE +0 -0
  143. {cognite_neat-0.104.0.dist-info → cognite_neat-0.105.1.dist-info}/entry_points.txt +0 -0
@@ -1,14 +0,0 @@
1
- {
2
- "files": {
3
- "main.css": "./static/css/main.72e3d92e.css",
4
- "main.js": "./static/js/main.5a52cf09.js",
5
- "static/media/logo.svg": "./static/media/logo.8093b84df9ed36a174c629d6fe0b730d.svg",
6
- "index.html": "./index.html",
7
- "main.72e3d92e.css.map": "./static/css/main.72e3d92e.css.map",
8
- "main.5a52cf09.js.map": "./static/js/main.5a52cf09.js.map"
9
- },
10
- "entrypoints": [
11
- "static/css/main.72e3d92e.css",
12
- "static/js/main.5a52cf09.js"
13
- ]
14
- }
@@ -1,116 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
-
4
- <svg
5
- version="1.1"
6
- id="svg2"
7
- width="5164"
8
- height="5164"
9
- viewBox="0 0 5164 5164"
10
- sodipodi:docname="vecteezy_project-manager-icon-style_21267496.eps"
11
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
13
- xmlns="http://www.w3.org/2000/svg"
14
- xmlns:svg="http://www.w3.org/2000/svg">
15
- <defs
16
- id="defs6" />
17
- <sodipodi:namedview
18
- id="namedview4"
19
- pagecolor="#ffffff"
20
- bordercolor="#000000"
21
- borderopacity="0.25"
22
- inkscape:showpageshadow="2"
23
- inkscape:pageopacity="0.0"
24
- inkscape:pagecheckerboard="0"
25
- inkscape:deskcolor="#d1d1d1" />
26
- <g
27
- id="g8"
28
- inkscape:groupmode="layer"
29
- inkscape:label="ink_ext_XXXXXX"
30
- transform="matrix(1.3333333,0,0,-1.3333333,0,5164)">
31
- <g
32
- id="g10"
33
- transform="scale(0.1)">
34
- <path
35
- d="m 19361,11481 c -221,0 -402,181 -402,402 v 10622 c 0,221 181,402 402,402 221,0 402,-181 402,-402 V 11883 c 0,-221 -181,-402 -402,-402 v 0"
36
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
37
- id="path12" />
38
- <path
39
- d="m 14137,16910 c -221,0 -402,181 -402,402 v 1773 c 0,221 181,402 394,402 221,0 402,-181 402,-402 v -1773 c 0,-228 -182,-402 -394,-402"
40
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
41
- id="path14" />
42
- <path
43
- d="M 26949,16903 H 11788 c -520,0 -938,418 -938,938 v 2096 c 0,1371 867,2616 2151,3097 8,0 8,0 16,8 l 3853,1261 v 1332 c 0,221 181,402 402,402 221,0 402,-181 402,-402 v -1615 c 0,-173 -110,-323 -276,-378 l -4121,-1347 c -969,-362 -1623,-1308 -1623,-2348 v -2096 c 0,-79 63,-142 142,-142 h 15161 c 79,0 142,63 142,142 v 2096 c 0,1040 -654,1986 -1623,2348 l -4114,1345 c -165,55 -276,205 -276,378 v 1576 c 0,221 181,402 402,402 221,0 402,-181 402,-402 v -1292 l 3853,-1261 c 8,0 8,0 16,-8 1284,-481 2151,-1718 2151,-3097 v -2096 c -23,-512 -448,-937 -961,-937 v 0"
44
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
45
- id="path16" />
46
- <path
47
- d="m 24601,16910 c -221,0 -402,181 -402,402 v 1773 c 0,221 181,402 394,402 221,0 402,-181 402,-402 v -1773 c 0,-228 -173,-402 -394,-402"
48
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
49
- id="path18" />
50
- <path
51
- d="m 21441,20685 c -134,0 -276,39 -394,126 l -1915,1371 c -8,0 -8,8 -16,8 l -2088,1497 c -181,126 -221,378 -95,559 126,181 378,221 552,95 l 2104,-1513 c 8,0 8,-8 16,-8 l 1812,-1300 1986,2041 c 150,158 402,158 559,8 158,-150 158,-402 8,-559 l -2057,-2120 c -125,-134 -298,-205 -472,-205 z m -86,756 v 0 0"
52
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
53
- id="path20" />
54
- <path
55
- d="m 17296,20685 c -173,0 -355,71 -489,205 l -2057,2120 c -150,158 -150,410 8,559 158,149 410,150 559,-8 l 1986,-2041 1828,1308 c 8,0 8,8 16,8 l 2088,1505 c 181,126 426,87 552,-87 126,-181 87,-426 -95,-559 l -2096,-1513 c -8,0 -8,-8 -16,-8 l -1899,-1363 c -109,-87 -251,-126 -385,-126 z m 87,756 v 0 0"
56
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
57
- id="path22" />
58
- <path
59
- d="m 23285,24420 h -1812 c -221,0 -394,181 -394,402 0,221 181,402 394,402 h 1812 c 433,0 788,323 788,725 v 6603 c 0,173 -16,331 -47,473 -252,1111 -1229,1292 -1269,1300 -79,16 -158,55 -221,110 -2025,2041 -4074,1671 -5437,1001 -575,-284 -1103,-670 -1521,-1127 -591,-646 -922,-1481 -922,-2356 v -6005 c 0,-394 355,-725 788,-725 h 1812 c 221,0 402,-181 402,-402 0,-221 -181,-402 -402,-402 h -1812 c -875,0 -1584,678 -1584,1521 v 6005 c 0,1072 402,2096 1127,2892 481,528 1087,977 1749,1300 1292,638 3822,1332 6272,-1072 394,-102 1481,-504 1789,-1875 47,-205 71,-410 71,-646 v -6603 c 1,-835 -708,-1521 -1583,-1521 v 0"
60
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
61
- id="path24" />
62
- <path
63
- d="m 19392,24515 c -2175,0 -4035,1852 -4145,4121 v 8 l -55,2624 c 0,126 55,244 158,323 102,79 229,102 355,63 32,-8 2821,-780 5248,1080 95,71 221,95 331,71 118,-32 213,-102 268,-213 24,-39 536,-1048 1537,-922 110,16 229,-24 315,-95 87,-79 134,-181 134,-299 v -2624 c 0,-8 0,-16 0,-16 -111,-2277 -1963,-4121 -4146,-4121 z m -3341,4152 c 87,-1820 1623,-3357 3349,-3357 1726,0 3254,1537 3349,3357 v 2207 c -820,63 -1363,599 -1655,985 -2017,-1355 -4129,-1229 -5083,-1072 l 40,-2120 v 0"
64
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
65
- id="path26" />
66
- <path
67
- d="m 8108,11655 c -221,0 -402,181 -402,402 v 749 c 0,883 717,1600 1600,1600 h 5681 c 441,0 804,362 804,804 v 2096 c 0,221 181,402 402,402 221,0 402,-181 402,-402 v -2096 c 0,-883 -717,-1600 -1600,-1600 H 9314 c -441,0 -804,-362 -804,-804 v -749 c 0,-221 -181,-402 -402,-402"
68
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
69
- id="path28" />
70
- <path
71
- d="m 30621,11655 c -221,0 -402,181 -402,402 v 749 c 0,441 -362,804 -804,804 h -5681 c -883,0 -1600,717 -1600,1600 v 2096 c 0,221 181,402 394,402 221,0 402,-181 402,-402 v -2096 c 0,-441 362,-804 804,-804 h 5681 c 883,0 1600,-717 1600,-1600 v -749 c 8,-221 -173,-402 -394,-402 v 0"
72
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
73
- id="path30" />
74
- <path
75
- d="M 10992,4988 H 5224 c -221,0 -402,181 -402,402 v 6666 c 0,221 181,402 394,402 h 5768 c 221,0 402,-181 402,-402 V 5390 c 8,-221 -173,-402 -394,-402 z m -5366,796 h 4972 v 5871 H 5626 V 5784"
76
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
77
- id="path32" />
78
- <path
79
- d="m 33505,4988 h -5768 c -221,0 -402,181 -402,402 v 6666 c 0,221 181,402 394,402 h 5768 c 221,0 394,-181 394,-402 V 5390 c 8,-221 -165,-402 -386,-402 z m -5366,796 h 4972 v 5871 h -4972 v -5871 0"
80
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
81
- id="path34" />
82
- <path
83
- d="m 20078,1978 h -1434 c -260,0 -520,142 -662,347 -118,173 -134,370 -63,559 l 150,370 c -189,63 -370,142 -552,229 l -158,-370 c -79,-181 -236,-307 -433,-347 -244,-47 -528,39 -709,221 l -1009,1009 c -181,181 -268,465 -221,709 39,205 165,362 355,433 l 370,158 c -87,181 -165,362 -229,552 l -370,-150 c -181,-79 -386,-55 -559,63 -205,134 -347,402 -347,662 v 1434 c 0,260 142,520 347,662 173,110 370,134 559,63 l 370,-150 c 63,189 142,370 229,552 l -370,158 c -181,79 -307,236 -355,433 -47,244 39,528 221,709 l 1009,1009 c 181,181 465,268 709,221 205,-39 362,-165 433,-355 l 158,-370 c 181,87 362,165 552,229 l -150,370 c -79,181 -55,386 63,559 142,205 402,347 662,347 h 1434 c 252,0 520,-142 662,-347 110,-173 134,-370 63,-559 l -150,-370 c 189,-63 370,-142 552,-229 l 158,370 c 79,181 236,307 433,355 244,47 528,-39 709,-221 l 1009,-1009 c 181,-181 268,-465 221,-709 -39,-205 -165,-362 -355,-433 l -370,-158 c 87,-181 165,-362 229,-552 l 370,150 c 181,79 386,55 559,-63 205,-142 347,-402 347,-662 V 6423 c 0,-260 -142,-520 -347,-662 -173,-118 -370,-134 -559,-63 l -370,150 c -63,-189 -142,-370 -229,-552 l 370,-158 c 181,-79 307,-236 355,-433 47,-244 -39,-528 -221,-709 L 22505,2987 c -181,-181 -465,-268 -709,-221 -205,39 -362,165 -433,347 l -158,370 c -181,-87 -362,-165 -552,-229 l 150,-370 c 79,-181 55,-386 -63,-559 -142,-205 -402,-347 -662,-347 z m -2742,2474 c 79,0 150,-24 221,-63 355,-229 733,-394 1150,-473 118,-24 213,-95 268,-205 55,-102 63,-229 16,-339 l -244,-591 h 1237 l -244,591 c -47,110 -39,236 16,339 55,102 158,181 268,205 410,87 796,244 1150,473 102,63 221,87 339,47 110,-32 205,-118 252,-229 l 244,-591 875,875 -591,244 c -110,47 -197,134 -229,252 -32,110 -16,236 47,339 229,347 394,733 473,1143 24,118 95,213 205,268 102,55 229,63 339,16 l 591,-244 v 1237 l -591,-244 c -110,-47 -236,-39 -339,16 -103,55 -181,158 -205,268 -87,410 -244,796 -473,1150 -63,102 -87,221 -47,339 32,110 118,205 229,252 l 591,244 -875,875 -244,-591 c -47,-110 -134,-197 -252,-229 -110,-32 -236,-16 -339,47 -355,229 -733,394 -1150,473 -118,24 -213,102 -268,205 -55,102 -63,229 -16,339 l 244,591 h -1237 l 244,-591 c 47,-110 39,-236 -16,-339 -55,-102 -158,-181 -268,-205 -410,-87 -796,-244 -1143,-473 -102,-63 -221,-87 -339,-47 -110,32 -205,118 -252,229 l -244,591 -875,-875 591,-244 c 110,-47 197,-134 229,-252 32,-110 16,-236 -47,-339 -229,-347 -394,-733 -473,-1143 -24,-118 -95,-213 -205,-276 -102,-55 -229,-63 -339,-16 l -591,244 V 6508 l 591,244 c 110,47 236,39 339,-16 103,-55 181,-158 205,-268 87,-410 244,-796 473,-1143 63,-102 87,-221 47,-339 -32,-110 -118,-205 -229,-252 l -591,-244 875,-875 244,591 c 47,110 134,197 252,229 32,9 71,17 111,17 v 0"
84
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
85
- id="path36" />
86
- <path
87
- d="m 19361,4500 c -1450,0 -2624,1182 -2624,2624 0,1450 1182,2624 2624,2624 1450,0 2624,-1182 2624,-2624 8,-1442 -1174,-2624 -2624,-2624 z m 0,4460 c -1009,0 -1828,-820 -1828,-1828 0,-1009 820,-1828 1828,-1828 1008,0 1828,820 1828,1828 8,1008 -812,1828 -1828,1828"
88
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
89
- id="path38" />
90
- <path
91
- d="M 9424,9976 H 6800 c -221,0 -402,181 -402,402 0,221 181,402 402,402 h 2624 c 221,0 402,-181 402,-402 -8,-221 -181,-402 -402,-402"
92
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
93
- id="path40" />
94
- <path
95
- d="M 9424,8321 H 6800 c -221,0 -402,181 -402,402 0,221 181,402 402,402 h 2624 c 221,0 402,-181 402,-402 -8,-220 -181,-402 -402,-402"
96
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
97
- id="path42" />
98
- <path
99
- d="M 9424,6667 H 6800 c -221,0 -402,181 -402,402 0,221 182,401 402,401 h 2624 c 221,0 402,-181 402,-402 -8,-220 -181,-401 -402,-401"
100
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
101
- id="path44" />
102
- <path
103
- d="m 31937,9976 h -2624 c -221,0 -402,181 -402,402 0,221 181,402 402,402 h 2624 c 221,0 402,-181 402,-402 -8,-221 -189,-402 -402,-402"
104
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
105
- id="path46" />
106
- <path
107
- d="m 31937,8321 h -2624 c -221,0 -402,181 -402,402 0,221 181,402 402,402 h 2624 c 221,0 402,-181 402,-402 -8,-220 -189,-402 -402,-402"
108
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
109
- id="path48" />
110
- <path
111
- d="m 31937,6667 h -2624 c -221,0 -402,181 -402,402 0,221 181,402 402,402 h 2624 c 221,0 402,-181 402,-402 -8,-221 -189,-402 -402,-402"
112
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
113
- id="path50" />
114
- </g>
115
- </g>
116
- </svg>
@@ -1,112 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
-
4
- <svg
5
- version="1.1"
6
- id="svg2"
7
- width="5164"
8
- height="5164"
9
- viewBox="0 0 5164 5164"
10
- sodipodi:docname="vecteezy_citizen-developer-male-icon-style_21265000.eps"
11
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
13
- xmlns="http://www.w3.org/2000/svg"
14
- xmlns:svg="http://www.w3.org/2000/svg">
15
- <defs
16
- id="defs6" />
17
- <sodipodi:namedview
18
- id="namedview4"
19
- pagecolor="#ffffff"
20
- bordercolor="#000000"
21
- borderopacity="0.25"
22
- inkscape:showpageshadow="2"
23
- inkscape:pageopacity="0.0"
24
- inkscape:pagecheckerboard="0"
25
- inkscape:deskcolor="#d1d1d1" />
26
- <g
27
- id="g8"
28
- inkscape:groupmode="layer"
29
- inkscape:label="ink_ext_XXXXXX"
30
- transform="matrix(1.3333333,0,0,-1.3333333,0,5164)">
31
- <g
32
- id="g10"
33
- transform="scale(0.1)">
34
- <path
35
- d="M 35554,10670 H 20795 c -221,0 -402,181 -402,402 0,221 181,402 402,402 h 14759 c 221,0 394,181 394,394 v 3073 c 0,1608 -1009,3057 -2514,3625 l -6052,1986 c -165,55 -276,205 -276,378 v 2380 c 0,221 181,402 402,402 221,0 402,-181 402,-402 v -2088 l 5784,-1899 c 8,0 8,0 16,-8 1820,-678 3042,-2435 3042,-4373 v -3073 c -8,-664 -536,-1199 -1198,-1199 z m -16579,9085 c -165,0 -323,102 -378,276 -71,213 47,433 252,504 l 2080,686 v 2088 c 0,221 181,402 402,402 221,0 402,-181 402,-402 v -2380 c 0,-173 -110,-323 -276,-378 l -2356,-772 c -39,-16 -87,-24 -126,-24 v 0"
36
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
37
- id="path12" />
38
- <path
39
- d="m 32111,10670 c -221,0 -402,181 -402,402 v 2608 c 0,221 181,402 402,402 221,0 402,-181 402,-402 v -2608 c -8,-221 -190,-402 -402,-402"
40
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
41
- id="path14" />
42
- <path
43
- d="m 29045,27950 c -39,0 -71,8 -110,16 -213,63 -339,276 -276,489 79,276 205,559 339,859 496,1095 1056,2332 -181,4342 -16,32 -32,63 -39,95 -8,32 -252,756 -1198,1340 -1284,788 -3254,898 -5697,315 -32,-8 -63,-8 -95,-8 h -2813 l 1150,-1237 c 79,-87 110,-197 102,-307 -8,-110 -71,-213 -158,-284 -87,-63 -2191,-1702 47,-4886 126,-181 87,-426 -95,-552 -181,-126 -426,-87 -552,95 -1395,1986 -1300,3499 -969,4421 205,583 536,1009 772,1269 l -1489,1608 c -110,118 -134,284 -71,433 63,142 205,236 362,236 h 3680 c 2711,630 4830,481 6312,-465 1017,-646 1379,-1466 1458,-1686 1426,-2356 693,-3979 205,-5051 -126,-284 -236,-520 -299,-741 -46,-190 -211,-301 -385,-301 v 0"
44
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
45
- id="path16" />
46
- <path
47
- d="m 24420,21725 c -1340,0 -2592,520 -3546,1466 -953,953 -1481,2214 -1481,3562 v 2293 c 0,165 8,323 24,489 32,307 102,591 189,859 378,1080 1182,1789 2451,2175 8,0 16,8 24,8 95,24 2143,504 3444,-780 481,205 1474,536 2372,173 654,-260 1111,-812 1371,-1647 118,-370 173,-780 173,-1206 v -2364 c 0,-2758 -2238,-5012 -4996,-5027 -9,-1 -17,-1 -25,-1 z m 24,394 v 0 z m -2160,9685 c -1324,-410 -1726,-1111 -1923,-1678 -71,-213 -126,-441 -150,-686 -16,-126 -24,-260 -24,-402 v -2293 c 0,-1135 441,-2198 1245,-3002 804,-796 1875,-1237 3010,-1229 v 0 c 2317,16 4208,1915 4208,4232 v 2363 c 0,347 -47,670 -142,969 -181,591 -489,977 -906,1143 -859,347 -1970,-260 -1986,-268 -173,-95 -386,-55 -504,102 -913,1150 -2686,780 -2828,749 v 0"
48
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
49
- id="path18" />
50
- <path
51
- d="m 24420,10670 c -221,0 -402,181 -402,402 v 7636 c 0,221 181,402 402,402 221,0 402,-173 402,-394 v -7644 c -8,-221 -181,-402 -402,-402"
52
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
53
- id="path20" />
54
- <path
55
- d="m 27462,16217 c -165,0 -331,47 -473,150 l -2797,2017 c -8,8 -8,8 -16,16 l -3073,2206 c -181,126 -221,378 -95,552 126,181 378,221 552,95 l 3089,-2214 c 8,-8 8,-8 16,-16 l 2789,-2002 c 8,0 8,0 16,0 l 3026,3113 c 150,158 402,158 559,8 158,-150 165,-402 8,-559 l -3026,-3113 c -150,-166 -363,-253 -575,-253 v 0"
56
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
57
- id="path22" />
58
- <path
59
- d="m 21378,16217 c -213,0 -426,79 -583,244 l -292,299 c -150,158 -150,410 8,559 158,150 410,150 559,-8 l 292,-299 c 8,-8 8,-8 16,0 l 2813,2017 c 8,8 8,8 16,8 l 3073,2206 c 181,126 426,87 552,-95 126,-181 87,-426 -87,-559 l -3089,-2222 c -8,-8 -8,-8 -16,-8 l -2789,-2002 c -142,-85 -307,-140 -473,-140 v 0"
60
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
61
- id="path24" />
62
- <path
63
- d="M 19668,2159 H 3507 c -835,0 -1521,686 -1521,1521 v 15350 c 0,835 686,1521 1521,1521 h 16170 c 835,0 1521,-686 1521,-1521 V 3680 c -9,-835 -687,-1521 -1530,-1521 z M 3507,19755 c -402,0 -725,-323 -725,-725 V 3680 c 0,-402 323,-725 725,-725 h 16170 c 402,0 725,323 725,725 v 15350 c 0,402 -323,725 -725,725 H 3507 v 0"
64
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
65
- id="path26" />
66
- <path
67
- d="M 20795,15705 H 2380 c -221,0 -402,181 -402,394 0,221 181,402 402,402 h 18408 c 221,0 394,-181 394,-402 7,-213 -166,-394 -387,-394 v 0"
68
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
69
- id="path28" />
70
- <path
71
- d="M 8896,17052 H 5090 c -591,0 -1072,481 -1072,1072 0,591 481,1072 1072,1072 h 3806 c 591,0 1072,-481 1072,-1072 0,-591 -481,-1072 -1072,-1072 z m -3806,1356 c -150,0 -276,-126 -276,-276 0,-158 126,-276 276,-276 h 3806 c 150,0 276,126 276,276 0,158 -126,276 -276,276 H 5090 v 0"
72
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
73
- id="path30" />
74
- <path
75
- d="m 12356,17730 h -1087 c -221,0 -402,181 -402,402 0,221 181,402 402,402 h 1087 c 221,0 402,-181 402,-402 0,-221 -182,-402 -402,-402 v 0"
76
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
77
- id="path32" />
78
- <path
79
- d="m 15145,17730 h -1087 c -221,0 -402,181 -402,402 0,221 181,402 402,402 h 1087 c 221,0 402,-181 402,-402 -8,-221 -181,-402 -402,-402"
80
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
81
- id="path34" />
82
- <path
83
- d="m 17927,17730 h -1087 c -221,0 -402,181 -402,402 0,221 181,402 402,402 h 1087 c 221,0 402,-181 402,-402 0,-221 -182,-402 -402,-402 v 0"
84
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
85
- id="path36" />
86
- <path
87
- d="m 12253,10252 c -158,0 -315,102 -370,260 l -1332,3554 c -79,205 24,433 236,512 205,79 433,-24 512,-236 l 1332,-3554 c 79,-205 -24,-433 -236,-512 -47,-16 -94,-24 -142,-24 v 0"
88
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
89
- id="path38" />
90
- <path
91
- d="m 9156,10252 c -79,0 -150,24 -221,71 l -2640,1773 c -110,71 -173,197 -173,331 0,134 63,260 173,331 l 2632,1773 c 181,126 433,71 552,-110 126,-181 71,-433 -110,-552 L 7226,12419 9369,10969 c 181,-126 229,-370 110,-552 -70,-102 -196,-165 -323,-165"
92
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
93
- id="path40" />
94
- <path
95
- d="m 14018,10252 c -126,0 -252,63 -331,173 -126,181 -71,433 110,552 l 2143,1450 -2143,1450 c -181,126 -229,370 -110,552 126,181 370,229 552,110 l 2632,-1773 c 110,-71 173,-197 173,-331 0,-134 -63,-252 -173,-331 l -2632,-1773 c -63,-55 -142,-79 -221,-79 v 0"
96
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
97
- id="path42" />
98
- <path
99
- d="M 17753,8187 H 5421 c -221,0 -402,181 -402,402 0,221 181,402 402,402 h 12332 c 221,0 402,-181 402,-402 -8,-220 -181,-402 -402,-402"
100
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
101
- id="path44" />
102
- <path
103
- d="M 17753,6123 H 5421 c -221,0 -402,181 -402,402 0,221 181,402 402,402 h 12332 c 221,0 402,-181 402,-402 -8,-221 -181,-402 -402,-402"
104
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
105
- id="path46" />
106
- <path
107
- d="M 17753,4058 H 5421 c -221,0 -402,181 -402,402 0,221 181,402 402,402 h 12332 c 221,0 402,-181 402,-402 -8,-220 -181,-402 -402,-402"
108
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
109
- id="path48" />
110
- </g>
111
- </g>
112
- </svg>
@@ -1,34 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
-
4
- <svg
5
- version="1.1"
6
- id="svg2"
7
- width="2666.6667"
8
- height="2666.6667"
9
- viewBox="0 0 2666.6667 2666.6667"
10
- xmlns="http://www.w3.org/2000/svg"
11
- xmlns:svg="http://www.w3.org/2000/svg">
12
- <defs
13
- id="defs6" />
14
- <g
15
- id="g8"
16
- transform="matrix(1.3333333,0,0,-1.3333333,0,2666.6667)">
17
- <g
18
- id="g10"
19
- transform="scale(0.1)">
20
- <path
21
- d="M 7475.5,6304.7 C 7333.99,6110.6 7125.34,5983.2 6888,5946 c -237.31,-37.3 -474.96,20.2 -669.1,161.7 -194.15,141.5 -321.56,350.1 -358.78,587.5 -37.22,237.3 20.21,474.9 161.72,669.1 141.51,194.1 350.16,321.5 587.5,358.8 237.33,37.1 474.96,-20.3 669.1,-161.8 194.15,-141.5 321.56,-350.1 358.78,-587.5 37.22,-237.3 -20.21,-474.9 -161.72,-669.1 z m -4.46,1520.9 c -264.73,192.9 -588.73,271.2 -912.36,220.5 -668.07,-104.8 -1126.35,-733.5 -1021.59,-1401.6 50.75,-323.6 224.48,-608.1 489.21,-801.1 212.1,-154.6 462.23,-235.5 719.75,-235.5 63.9,0 128.27,4.9 192.61,15 323.62,50.8 608.11,224.5 801.07,489.2 192.95,264.8 271.27,588.8 220.52,912.4 -50.75,323.6 -224.48,608.1 -489.21,801.1"
22
- style="fill:#211d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
23
- id="path14" />
24
- <path
25
- d="m 8851.22,6144.5 -73.87,-191.6 -456.89,-55.4 -41.62,-63.6 c -32.8,-50.2 -68.25,-99 -105.37,-145.2 l -49.54,-61.6 100.59,-441.5 -159.75,-128.9 -422.92,180.2 -67.87,-34.3 c -53.26,-26.9 -108.49,-51.5 -164.19,-73 l -73.89,-28.6 -133.54,-432.4 -202.82,-31.8 -276.31,367.8 -76.04,4.1 c -59.75,3.3 -119.89,9.5 -178.74,18.7 l -78.16,12.1 -331.65,-307.5 -191.55,73.8 -55.47,456.9 -63.6,41.6 c -50.11,32.8 -98.94,68.3 -145.13,105.4 l -61.63,49.5 -441.45,-100.5 -128.95,159.7 180.2,422.9 -34.3,67.9 c -26.92,53.3 -51.48,108.5 -73.01,164.2 l -28.55,73.9 -432.41,133.5 -31.8,202.8 367.73,276.4 4.15,76 c 3.25,59.7 9.53,119.9 18.65,178.7 l 12.1,78.2 -307.5,331.6 73.87,191.6 456.89,55.5 41.62,63.6 c 32.76,50 68.22,98.8 105.38,145.1 l 49.52,61.6 -100.58,441.5 159.75,128.9 422.92,-180.2 67.87,34.3 c 53.25,26.9 108.5,51.5 164.18,73 l 73.89,28.6 133.54,432.4 202.83,31.8 276.31,-367.7 76.04,-4.2 c 59.77,-3.2 119.91,-9.5 178.73,-18.6 l 78.18,-12.1 331.64,307.5 191.55,-73.9 55.47,-456.9 63.6,-41.6 c 50.07,-32.8 98.9,-68.2 145.13,-105.4 l 61.64,-49.5 441.44,100.6 128.95,-159.8 -180.21,-422.9 34.32,-67.9 c 26.89,-53.2 51.45,-108.4 72.98,-164.1 l 28.56,-73.9 432.41,-133.6 31.81,-202.8 -367.73,-276.3 -4.15,-76.1 c -3.25,-59.7 -9.53,-119.8 -18.65,-178.7 l -12.09,-78.2 z m 448.59,797.5 -93.85,598.4 -477.81,147.6 c -7.18,16.7 -14.57,33.3 -22.17,49.8 l 198.3,465.3 -380.48,471.4 -488.03,-111.2 c -14.38,10.7 -28.91,21.2 -43.57,31.6 l -61.03,502.7 -565.18,217.9 -366.66,-339.9 c -18.03,2.1 -36.12,4 -54.21,5.6 L 6641.2,9385.6 6042.77,9291.8 5895.2,8814 c -16.69,-7.2 -33.28,-14.6 -49.78,-22.2 l -465.39,198.3 -471.33,-380.5 111.2,-488 c -10.7,-14.4 -21.23,-28.9 -31.58,-43.6 l -502.74,-61 -217.94,-565.2 339.97,-366.6 c -2.1,-18.1 -3.97,-36.1 -5.63,-54.2 l -404.45,-304 93.84,-598.4 477.82,-147.6 c 7.17,-16.6 14.57,-33.2 22.17,-49.7 l -198.31,-465.4 380.49,-471.4 488.04,111.2 c 14.36,-10.7 28.9,-21.2 43.56,-31.5 l 61.03,-502.8 565.18,-217.9 366.66,339.9 c 18.04,-2.1 36.12,-3.9 54.21,-5.6 l 303.92,-404.4 598.43,93.8 147.57,477.8 c 16.68,7.2 33.29,14.6 49.78,22.2 l 465.39,-198.3 471.33,380.5 -111.21,488 c 10.7,14.4 21.23,28.9 31.59,43.6 l 502.74,61 217.93,565.2 -339.96,366.6 c 2.1,18.1 3.97,36.2 5.62,54.3 l 404.46,303.9"
26
- style="fill:#211d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
27
- id="path16" />
28
- <path
29
- d="m 11136.3,8660.4 c -581.2,0 -1053.9,472.8 -1053.9,1054 v 65.8 c 315.2,-149 679.2,-234.2 1066.6,-234.2 377,0 731.8,80.6 1041.2,222.3 v -53.9 c 0,-581.2 -472.8,-1054 -1053.9,-1054 z m -1833.12,2700.3 v 115.6 l -108.91,38.5 c -1.88,0.7 -189.19,70.9 -263.86,236.7 -34.93,77.5 -39.93,167.9 -15.2,269.6 h 4427.89 c 38.1,-115.5 39.7,-214.9 4.5,-296.2 -64.5,-149.1 -237.7,-208 -238.3,-208.2 l -114.5,-36 v -120 c 0,-820.3 -828,-1487.8 -1845.8,-1487.8 -1017.8,0 -1845.82,667.5 -1845.82,1487.8 z m -762.57,1051.4 360.93,159.8 v 636.9 c 0,887.8 620.64,1659 1531.36,1932.4 v -1301.4 h 327 v 1535.5 c 0,2 9.2,14.4 30.7,14.4 h 752.9 c 21.5,0 30.7,-12.4 30.7,-14.4 v -1535.5 h 327 v 1283.5 c 877.8,-288.7 1475.3,-1051.6 1475.3,-1914.5 v -657.4 l 298.1,-159.8 v -43.5 H 8540.61 Z M 9779.37,5780.5 h 6023.13 l -636.8,2547.1 -2654,1268.3 c 3.4,39.1 5.5,78.5 5.5,118.5 v 237.7 c 459.4,311.8 764,776.9 800.8,1301.2 102,54.3 248.9,159 327.7,337.2 57.7,130.4 69.5,274.7 35.9,430.6 h 320 v 566.3 l -298.2,159.7 v 461.7 c 0,1043.6 -741.6,1959.5 -1816.1,2260.5 -42.9,142.6 -180.7,247.3 -343.8,247.3 h -752.9 c -156.8,0 -290.2,-96.7 -338.4,-230.9 -512.42,-131.3 -974.95,-411.1 -1310.91,-795.1 -365.45,-417.8 -566.72,-944 -566.72,-1481.8 v -424.1 L 8213.64,12625 v -603.9 H 8582 c -22.35,-144.3 -5.75,-279.6 50.29,-404 85.19,-189 242.47,-302.7 347.48,-361.1 35.27,-515.6 329.61,-974.2 775.62,-1286.4 v -255.2 c 0,-44.3 2.3,-88 6.39,-131.2 l -887.21,-431.6 143.03,-294 816.68,397.3 c 189.82,-536.2 701.62,-921.4 1302.02,-921.4 604.7,0 1119.6,390.9 1306,933.2 L 14885.8,8099 15383.7,6107.5 H 9779.37 v -327"
30
- style="fill:#211d1d;fill-opacity:1;fill-rule:nonzero;stroke:none"
31
- id="path18" />
32
- </g>
33
- </g>
34
- </svg>
@@ -1 +0,0 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./logo192.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="NEAT controll panel"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>NEAT App</title><script defer="defer" src="./static/js/main.5a52cf09.js"></script><link href="./static/css/main.72e3d92e.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
@@ -1,25 +0,0 @@
1
- {
2
- "short_name": "React App",
3
- "name": "Create React App Sample",
4
- "icons": [
5
- {
6
- "src": "favicon.ico",
7
- "sizes": "64x64 32x32 24x24 16x16",
8
- "type": "image/x-icon"
9
- },
10
- {
11
- "src": "logo192.png",
12
- "type": "image/png",
13
- "sizes": "192x192"
14
- },
15
- {
16
- "src": "logo512.png",
17
- "type": "image/png",
18
- "sizes": "512x512"
19
- }
20
- ],
21
- "start_url": ".",
22
- "display": "standalone",
23
- "theme_color": "#000000",
24
- "background_color": "#ffffff"
25
- }
@@ -1,3 +0,0 @@
1
- # https://www.robotstxt.org/robotstxt.html
2
- User-agent: *
3
- Disallow:
@@ -1,2 +0,0 @@
1
- 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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.react-flow__container{height:100%;left:0;position:absolute;top:0;width:100%}.react-flow__pane{cursor:grab;z-index:1}.react-flow__pane.dragging{cursor:grabbing}.react-flow__viewport{pointer-events:none;-webkit-transform-origin:0 0;transform-origin:0 0;z-index:2}.react-flow__renderer{z-index:4}.react-flow__selectionpane{z-index:5}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{overflow:visible;pointer-events:none}.react-flow__connection-path,.react-flow__edge-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{cursor:pointer;pointer-events:visibleStroke}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection.animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none}.react-flow__node,.react-flow__nodes{-webkit-transform-origin:0 0;transform-origin:0 0}.react-flow__node{box-sizing:border-box;cursor:grab;pointer-events:all;position:absolute;-webkit-user-select:none;user-select:none}.react-flow__node.dragging{cursor:grabbing}.react-flow__nodesselection{pointer-events:none;-webkit-transform-origin:left top;transform-origin:left top;z-index:3}.react-flow__nodesselection-rect{cursor:grab;pointer-events:all;position:absolute}.react-flow__handle{background:#1a192b;border:1px solid #fff;border-radius:100%;height:6px;min-height:5px;min-width:5px;pointer-events:none;position:absolute;width:6px}.react-flow__handle.connectable{cursor:crosshair;pointer-events:all}.react-flow__handle-bottom{bottom:-4px;top:auto}.react-flow__handle-bottom,.react-flow__handle-top{left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.react-flow__handle-top{top:-4px}.react-flow__handle-left{left:-4px}.react-flow__handle-left,.react-flow__handle-right{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.react-flow__handle-right{right:-4px}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{margin:15px;position:absolute;z-index:5}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.react-flow__attribution{background:hsla(0,0%,100%,.5);font-size:10px;margin:0;padding:2px 3px}.react-flow__attribution a{color:#999;text-decoration:none}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{height:100%;pointer-events:none;position:absolute;width:100%}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node-default,.react-flow__node-group,.react-flow__node-input,.react-flow__node-output{background-color:#fff;border:1px solid #1a192b;border-radius:3px;color:#222;font-size:12px;padding:10px;text-align:center;width:150px}.react-flow__node-default.selectable:hover,.react-flow__node-group.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover{box-shadow:0 1px 4px 1px rgba(0,0,0,.08)}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b;outline:none}.react-flow__node-group{background-color:hsla(0,0%,94%,.25)}.react-flow__nodesselection-rect,.react-flow__selection{background:rgba(0,89,220,.08);border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px rgba(0,0,0,.08)}.react-flow__controls-button{align-items:center;background:#fefefe;border:none;border-bottom:1px solid #eee;box-sizing:initial;cursor:pointer;display:flex;height:16px;justify-content:center;padding:5px;-webkit-user-select:none;user-select:none;width:16px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{max-height:12px;max-width:12px;width:100%}.react-flow__minimap{background-color:#fff}
2
- /*# sourceMappingURL=main.72e3d92e.css.map*/
@@ -1 +0,0 @@
1
- {"version":3,"file":"static/css/main.72e3d92e.css","mappings":"AAAA,KAKE,kCAAmC,CACnC,iCAAkC,CAJlC,mIAEY,CAHZ,QAMF,CAEA,KACE,uEAEF,CCVA,uBAGE,WAAY,CAEZ,MAAO,CAJP,iBAAkB,CAGlB,KAAM,CAFN,UAIF,CACA,kBAGE,WAAY,CAFZ,SAGF,CACA,2BAEI,eACF,CACF,sBAGE,mBAAoB,CAFpB,4BAAqB,CAArB,oBAAqB,CACrB,SAEF,CACA,sBACE,SACF,CACA,2BACE,SACF,CACA,sFAEE,YACF,CACA,+BAEE,gBAAiB,CADjB,mBAEF,CACA,oDAEE,cAAe,CACf,cAAe,CACf,SACF,CACA,kBAEE,cAAe,CADf,4BAEF,CACA,gCACI,kBAAmB,CACnB,8CAAgD,CACxC,sCACV,CACF,6DACI,qBAAsB,CACtB,sBAAuB,CACf,cACV,CACF,2BACI,mBACF,CACF,mFAGI,YACF,CACF,wJAGI,WACF,CACF,8BACI,kBACF,CACF,yBACI,SACF,CACF,yCACI,mBAAoB,CACpB,wBAAyB,CAEjB,gBACV,CACF,wBACE,mBACF,CACA,iCACI,kBAAmB,CACnB,8CAAgD,CACxC,sCACV,CACF,4BACE,YACF,CACA,mBACE,mBAEF,CACA,qCAFE,4BAAqB,CAArB,oBAYF,CAVA,kBAOE,qBAAsB,CAEtB,WAAY,CAJZ,kBAAmB,CAJnB,iBAAkB,CAClB,wBAAyB,CAEjB,gBAMV,CACA,2BAEI,eACF,CACF,4BAGE,mBAAoB,CADpB,iCAA0B,CAA1B,yBAA0B,CAD1B,SAGF,CACA,iCAII,WAAY,CAFZ,kBAAmB,CADnB,iBAIF,CACF,oBAOE,kBAAmB,CACnB,qBAAuB,CACvB,kBAAmB,CAHnB,UAAW,CAFX,cAAe,CADf,aAAc,CADd,mBAAoB,CADpB,iBAAkB,CAIlB,SAKF,CACA,gCAEI,gBAAiB,CADjB,kBAEF,CACF,2BAGI,WAAY,CAFZ,QAIF,CACF,mDAJI,QAAS,CAET,iCAA6B,CAA7B,yBAMF,CAJF,wBAEI,QAEF,CACF,yBAEI,SAEF,CACF,mDAJI,OAAQ,CAER,kCAA6B,CAA7B,0BAMF,CAJF,0BACI,UAGF,CACF,yBACE,WAAY,CACZ,kBACF,CACA,mBAGE,WAAY,CAFZ,iBAAkB,CAClB,SAEF,CACA,uBACI,KACF,CACF,0BACI,QACF,CACF,wBACI,MACF,CACF,yBACI,OACF,CACF,0BACI,QAAS,CACT,kCAA2B,CAA3B,0BACF,CACF,yBAEE,6BAAoC,CADpC,cAAe,CAGf,QAAS,CADT,eAEF,CACA,2BAEI,UAAW,CADX,oBAEF,CACF,4BACE,GACE,oBACF,CACF,CACA,oBACE,GACE,oBACF,CACF,CACA,gCAGE,WAAY,CACZ,mBAAoB,CAHpB,iBAAkB,CAClB,UAGF,CACA,kDACM,WACF,CACJ,uBACI,cACF,CACF,mGAaE,qBAAuB,CADvB,wBAAqB,CAPrB,iBAAkB,CAGlB,UAAW,CADX,cAAe,CAHf,YAAa,CAKb,iBAAkB,CAHlB,WAQF,CACA,uKACM,wCACF,CACJ,iiBAYM,6BAA+B,CAC/B,YACF,CACJ,wBACE,mCACF,CACA,wDAEE,6BAAkC,CAClC,mCACF,CACA,wJAII,YACF,CACF,sBACE,sCACF,CACA,6BAOI,kBAAmB,CALnB,kBAAmB,CACnB,WAA6B,CAA7B,4BAA6B,CAC7B,kBAAuB,CAMvB,cAAe,CALf,YAAa,CAIb,WAAY,CAHZ,sBAAuB,CAQvB,WAAY,CAHZ,wBAAyB,CAEjB,gBAAiB,CALzB,UAOF,CACF,mCACM,kBACF,CACJ,iCAGM,eAAgB,CADhB,cAAe,CADf,UAGF,CACJ,qBACE,qBACF","sources":["index.css","../node_modules/reactflow/dist/style.css"],"sourcesContent":["body {\n margin: 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}\n\ncode {\n font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',\n monospace;\n}\n","/* this gets exported as style.css and can be used for the default theming */\n/* these are the necessary styles for React Flow, they get used by base.css and style.css */\n.react-flow__container {\n position: absolute;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n}\n.react-flow__pane {\n z-index: 1;\n cursor: -webkit-grab;\n cursor: grab;\n}\n.react-flow__pane.dragging {\n cursor: -webkit-grabbing;\n cursor: grabbing;\n }\n.react-flow__viewport {\n transform-origin: 0 0;\n z-index: 2;\n pointer-events: none;\n}\n.react-flow__renderer {\n z-index: 4;\n}\n.react-flow__selectionpane {\n z-index: 5;\n}\n.react-flow__nodesselection-rect:focus,\n.react-flow__nodesselection-rect:focus-visible {\n outline: none;\n}\n.react-flow .react-flow__edges {\n pointer-events: none;\n overflow: visible;\n}\n.react-flow__edge-path,\n.react-flow__connection-path {\n stroke: #b1b1b7;\n stroke-width: 1;\n fill: none;\n}\n.react-flow__edge {\n pointer-events: visibleStroke;\n cursor: pointer;\n}\n.react-flow__edge.animated path {\n stroke-dasharray: 5;\n -webkit-animation: dashdraw 0.5s linear infinite;\n animation: dashdraw 0.5s linear infinite;\n }\n.react-flow__edge.animated path.react-flow__edge-interaction {\n stroke-dasharray: none;\n -webkit-animation: none;\n animation: none;\n }\n.react-flow__edge.inactive {\n pointer-events: none;\n }\n.react-flow__edge.selected,\n .react-flow__edge:focus,\n .react-flow__edge:focus-visible {\n outline: none;\n }\n.react-flow__edge.selected .react-flow__edge-path,\n .react-flow__edge:focus .react-flow__edge-path,\n .react-flow__edge:focus-visible .react-flow__edge-path {\n stroke: #555;\n }\n.react-flow__edge-textwrapper {\n pointer-events: all;\n }\n.react-flow__edge-textbg {\n fill: white;\n }\n.react-flow__edge .react-flow__edge-text {\n pointer-events: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n }\n.react-flow__connection {\n pointer-events: none;\n}\n.react-flow__connection.animated {\n stroke-dasharray: 5;\n -webkit-animation: dashdraw 0.5s linear infinite;\n animation: dashdraw 0.5s linear infinite;\n }\n.react-flow__connectionline {\n z-index: 1001;\n}\n.react-flow__nodes {\n pointer-events: none;\n transform-origin: 0 0;\n}\n.react-flow__node {\n position: absolute;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n pointer-events: all;\n transform-origin: 0 0;\n box-sizing: border-box;\n cursor: -webkit-grab;\n cursor: grab;\n}\n.react-flow__node.dragging {\n cursor: -webkit-grabbing;\n cursor: grabbing;\n }\n.react-flow__nodesselection {\n z-index: 3;\n transform-origin: left top;\n pointer-events: none;\n}\n.react-flow__nodesselection-rect {\n position: absolute;\n pointer-events: all;\n cursor: -webkit-grab;\n cursor: grab;\n }\n.react-flow__handle {\n position: absolute;\n pointer-events: none;\n min-width: 5px;\n min-height: 5px;\n width: 6px;\n height: 6px;\n background: #1a192b;\n border: 1px solid white;\n border-radius: 100%;\n}\n.react-flow__handle.connectable {\n pointer-events: all;\n cursor: crosshair;\n }\n.react-flow__handle-bottom {\n top: auto;\n left: 50%;\n bottom: -4px;\n transform: translate(-50%, 0);\n }\n.react-flow__handle-top {\n left: 50%;\n top: -4px;\n transform: translate(-50%, 0);\n }\n.react-flow__handle-left {\n top: 50%;\n left: -4px;\n transform: translate(0, -50%);\n }\n.react-flow__handle-right {\n right: -4px;\n top: 50%;\n transform: translate(0, -50%);\n }\n.react-flow__edgeupdater {\n cursor: move;\n pointer-events: all;\n}\n.react-flow__panel {\n position: absolute;\n z-index: 5;\n margin: 15px;\n}\n.react-flow__panel.top {\n top: 0;\n }\n.react-flow__panel.bottom {\n bottom: 0;\n }\n.react-flow__panel.left {\n left: 0;\n }\n.react-flow__panel.right {\n right: 0;\n }\n.react-flow__panel.center {\n left: 50%;\n transform: translateX(-50%);\n }\n.react-flow__attribution {\n font-size: 10px;\n background: rgba(255, 255, 255, 0.5);\n padding: 2px 3px;\n margin: 0;\n}\n.react-flow__attribution a {\n text-decoration: none;\n color: #999;\n }\n@-webkit-keyframes dashdraw {\n from {\n stroke-dashoffset: 10;\n }\n}\n@keyframes dashdraw {\n from {\n stroke-dashoffset: 10;\n }\n}\n.react-flow__edgelabel-renderer {\n position: absolute;\n width: 100%;\n height: 100%;\n pointer-events: none;\n}\n.react-flow__edge.updating .react-flow__edge-path {\n stroke: #777;\n }\n.react-flow__edge-text {\n font-size: 10px;\n }\n.react-flow__node-default,\n.react-flow__node-input,\n.react-flow__node-output,\n.react-flow__node-group {\n padding: 10px;\n border-radius: 3px;\n width: 150px;\n font-size: 12px;\n color: #222;\n text-align: center;\n border-width: 1px;\n border-style: solid;\n border-color: #1a192b;\n background-color: white;\n}\n.react-flow__node-default.selectable:hover, .react-flow__node-input.selectable:hover, .react-flow__node-output.selectable:hover, .react-flow__node-group.selectable:hover {\n box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.08);\n }\n.react-flow__node-default.selectable.selected,\n .react-flow__node-default.selectable:focus,\n .react-flow__node-default.selectable:focus-visible,\n .react-flow__node-input.selectable.selected,\n .react-flow__node-input.selectable:focus,\n .react-flow__node-input.selectable:focus-visible,\n .react-flow__node-output.selectable.selected,\n .react-flow__node-output.selectable:focus,\n .react-flow__node-output.selectable:focus-visible,\n .react-flow__node-group.selectable.selected,\n .react-flow__node-group.selectable:focus,\n .react-flow__node-group.selectable:focus-visible {\n box-shadow: 0 0 0 0.5px #1a192b;\n outline: none;\n }\n.react-flow__node-group {\n background-color: rgba(240, 240, 240, 0.25);\n}\n.react-flow__nodesselection-rect,\n.react-flow__selection {\n background: rgba(0, 89, 220, 0.08);\n border: 1px dotted rgba(0, 89, 220, 0.8);\n}\n.react-flow__nodesselection-rect:focus,\n .react-flow__nodesselection-rect:focus-visible,\n .react-flow__selection:focus,\n .react-flow__selection:focus-visible {\n outline: none;\n }\n.react-flow__controls {\n box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.08);\n}\n.react-flow__controls-button {\n border: none;\n background: #fefefe;\n border-bottom: 1px solid #eee;\n box-sizing: content-box;\n display: flex;\n justify-content: center;\n align-items: center;\n width: 16px;\n height: 16px;\n cursor: pointer;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n padding: 5px;\n }\n.react-flow__controls-button:hover {\n background: #f4f4f4;\n }\n.react-flow__controls-button svg {\n width: 100%;\n max-width: 12px;\n max-height: 12px;\n }\n.react-flow__minimap {\n background-color: #fff;\n}\n"],"names":[],"sourceRoot":""}