@goplasmatic/dataflow-ui 2.1.2 → 2.1.3
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/dist/dataflow-ui.css +2 -1
- package/dist/datalogic_wasm-daWVf40b-DjgvHyxB.cjs +383 -0
- package/dist/datalogic_wasm-daWVf40b-kCXwLQ0R.js +380 -0
- package/dist/index.cjs +35223 -39617
- package/dist/index.d.ts +0 -804
- package/dist/index.js +35216 -39644
- package/package.json +13 -11
- package/dist/datalogic_wasm-dEsk1ML--ByKZSKJe.js +0 -374
- package/dist/datalogic_wasm-dEsk1ML--CToURABN.cjs +0 -375
package/dist/dataflow-ui.css
CHANGED
|
@@ -4316,7 +4316,7 @@ svg.react-flow__connectionline {
|
|
|
4316
4316
|
.logic-editor[data-theme="dark"] .dl-context-menu-item--danger:hover:not(:disabled) {
|
|
4317
4317
|
background: rgba(239, 68, 68, 0.15);
|
|
4318
4318
|
}
|
|
4319
|
-
|
|
4319
|
+
/*$vite$:1*//* this gets exported as style.css and can be used for the default theming */
|
|
4320
4320
|
/* these are the necessary styles for React/Svelte Flow, they get used by base.css and style.css */
|
|
4321
4321
|
.react-flow {
|
|
4322
4322
|
direction: ltr;
|
|
@@ -8520,3 +8520,4 @@ svg.react-flow__connectionline {
|
|
|
8520
8520
|
.df-flow-wf-group-node-always {
|
|
8521
8521
|
color: var(--df-success);
|
|
8522
8522
|
}
|
|
8523
|
+
/*$vite$:1*/
|