funcnodes-react-flow 0.1.9__py3-none-any.whl → 0.1.11__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.
- funcnodes_react_flow/css/style.css +3 -0
- funcnodes_react_flow/js/main.js +1 -1
- funcnodes_react_flow/js/main.js.LICENSE.txt +16 -0
- funcnodes_react_flow/run.py +4 -0
- funcnodes_react_flow-0.1.11.dist-info/LICENSE +21 -0
- funcnodes_react_flow-0.1.11.dist-info/METADATA +21 -0
- {funcnodes_react_flow-0.1.9.dist-info → funcnodes_react_flow-0.1.11.dist-info}/RECORD +9 -8
- funcnodes_react_flow-0.1.9.dist-info/METADATA +0 -15
- {funcnodes_react_flow-0.1.9.dist-info → funcnodes_react_flow-0.1.11.dist-info}/WHEEL +0 -0
- {funcnodes_react_flow-0.1.9.dist-info → funcnodes_react_flow-0.1.11.dist-info}/entry_points.txt +0 -0
@@ -32,6 +32,9 @@ body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,
|
|
32
32
|
/*!*****************************************************************************************************************************************************************************************************************************!*\
|
33
33
|
!*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!../node_modules/sass-loader/dist/cjs.js!./src/frontend/utils/table.scss ***!
|
34
34
|
\*****************************************************************************************************************************************************************************************************************************/.tablecontainer{background-color:#fff;min-height:20rem;overflow:auto}.tableHead{background-color:var(--funcnodesbackground1);color:var(--funheadercolor)!important;font-weight:700!important}.tableheadercolor{color:inherit!important}.indexcol,.tableheadercolor{font-family:inherit!important;font-weight:inherit!important}.indexcol{background-color:var(--funcnodesbackground2);color:var(--funheadercolor)!important}
|
35
|
+
/*!***********************************************************************************************************************************************************************************************************************************!*\
|
36
|
+
!*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!../node_modules/sass-loader/dist/cjs.js!./src/frontend/node/nodesettings.scss ***!
|
37
|
+
\***********************************************************************************************************************************************************************************************************************************/.nodesettings_container{display:flex;flex-direction:row;height:100%}.nodesettings_expander{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;padding:3px}.nodesettings_content{display:flex;flex:1;flex-direction:column;overflow:auto;padding:0 5px;transition:width .5s}.nodesettings_content.expanded{width:250px}.nodesettings_content.collapsed{width:0}.nodesettings_section{margin-bottom:10px;margin-left:.5rem}.nodesettings_component{margin-bottom:.5rem;margin-left:.5rem;margin-top:.5rem}
|
35
38
|
/*!**********************************************************************************************************************************************************************************************************************!*\
|
36
39
|
!*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!../node_modules/sass-loader/dist/cjs.js!./src/frontend/edge.scss ***!
|
37
40
|
\**********************************************************************************************************************************************************************************************************************/:root{--funcnodesedgecolor:#7bb3ec}.funcnodes-edge .react-flow__edge-path{stroke:var(--funcnodesedgecolor);stroke-width:2px}.funcnodes-edge.selected .react-flow__edge-path{stroke:#1f0}
|