@code0-tech/pictor 0.0.0-mvp.18 → 0.0.0-mvp.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (23) hide show
  1. package/dist/assets/components/alert/Alert.style.css +1 -1
  2. package/dist/assets/components/avatar/Avatar.style.css +1 -1
  3. package/dist/assets/components/badge/Badge.style.css +1 -1
  4. package/dist/assets/components/button/Button.style.css +1 -1
  5. package/dist/assets/components/card/Card.style.css +1 -1
  6. package/dist/assets/components/command/Command.style.css +1 -1
  7. package/dist/assets/components/d-flow/folder/DFlowFolder.style.css +1 -1
  8. package/dist/assets/components/d-flow/function/DFlowFunctionDefaultCard.style.css +1 -1
  9. package/dist/assets/components/d-flow/input/DFlowInputDataType.style.css +1 -1
  10. package/dist/assets/components/d-resizable/DResizable.style.css +1 -1
  11. package/dist/assets/components/file-tabs/FileTabs.style.css +1 -1
  12. package/dist/assets/components/form/Input.style.css +1 -1
  13. package/dist/assets/components/menu/Menu.style.css +1 -1
  14. package/dist/assets/components/scroll-area/ScrollArea.style.css +1 -1
  15. package/dist/assets/components/segmented-control/SegmentedControl.style.css +1 -1
  16. package/dist/assets/components/tab/Tab.style.css +1 -1
  17. package/dist/assets/components/toast/Toast.style.css +1 -1
  18. package/dist/assets/components/tooltip/Tooltip.style.css +1 -1
  19. package/dist/components/d-flow/control/DFlowControl.js +50 -46
  20. package/dist/components/d-flow/function/DFlowFunctionDefaultCard.js +29 -29
  21. package/dist/components/d-flow/function/DFlowFunctionSuggestionCard.js +1 -1
  22. package/dist/components/d-flow/function/DFlowFunctionTriggerCard.js +72 -76
  23. package/package.json +8 -8
@@ -1 +1 @@
1
- .alert{padding:1rem;font-size:.8rem;position:relative;display:flex;align-items:center;gap:.35rem}.alert{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5;border-radius:1rem}.alert>svg{min-width:1rem;min-height:1rem}.alert--primary{background:#030014;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.alert--secondary{background:#292637;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.alert--success{background:#091d14;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.alert--warning{background:#291d13;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.alert--error{background:#230117;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.alert--info{background:#13262c;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}
1
+ .alert{padding:1rem;font-size:.8rem;position:relative;display:flex;align-items:center;gap:.35rem}.alert{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5;border-radius:1rem}.alert>svg{min-width:1rem;min-height:1rem}.alert--primary{background:#030014;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.alert--secondary{background:#1c1a2c;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.alert--success{background:#071314;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.alert--warning{background:#1c1313;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.alert--error{background:#180016;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.alert--info{background:#0e1a24;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}
@@ -1 +1 @@
1
- .avatar{aspect-ratio:1/1;padding:.35rem;display:flex;width:38px;align-items:center;justify-content:center;overflow:hidden}.avatar{background:#292637;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:1rem}.avatar--image{padding:0}
1
+ .avatar{aspect-ratio:1/1;padding:.35rem;display:flex;width:38px;align-items:center;justify-content:center;overflow:hidden}.avatar{background:#1c1a2c;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:1rem}.avatar--image{padding:0}
@@ -1 +1 @@
1
- .badge{padding:.1166666667rem .35rem;display:inline-flex;font-size:.7rem;width:fit-content;align-items:center;gap:.35rem;border-radius:.35rem}.badge{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5}.badge--primary{background:#030014;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;box-shadow:none}.badge--secondary{background:#292637;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;box-shadow:none}.badge--success{background:#091d14;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;box-shadow:none}.badge--warning{background:#291d13;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;box-shadow:none}.badge--error{background:#230117;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;box-shadow:none}.badge--info{background:#13262c;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;box-shadow:none}
1
+ .badge{padding:.1166666667rem .35rem;display:inline-flex;font-size:.7rem;width:fit-content;align-items:center;gap:.35rem}.badge{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5;border-radius:1rem}.badge--primary{background:#030014;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;box-shadow:none}.badge--secondary{background:#1c1a2c;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;box-shadow:none}.badge--success{background:#071314;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;box-shadow:none}.badge--warning{background:#1c1313;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;box-shadow:none}.badge--error{background:#180016;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;box-shadow:none}.badge--info{background:#0e1a24;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;box-shadow:none}
@@ -1 +1 @@
1
- .button{padding:.7rem 1rem;gap:.5rem;cursor:pointer;height:fit-content;display:flex;align-items:center;width:fit-content;justify-content:center;font-size:.8rem}.button:disabled,.button[data-disabled],.button[aria-disabled=true],.button--disabled{cursor:not-allowed;opacity:25%;pointer-events:unset}.button--primary{background:#030014;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.button--primary:hover{border-color:#ffffff40}.button--primary:active,.button--primary:focus{border-color:#ffffff1a;outline:none}.button--primary.button--outlined{background:transparent}.button--primary.button--none{background:transparent;border:none}.button--secondary{background:#292637;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.button--secondary:hover{border-color:#ffffff40}.button--secondary:active,.button--secondary:focus{border-color:#ffffff1a;outline:none}.button--secondary.button--outlined{background:transparent}.button--secondary.button--none{background:transparent;border:none}.button--success{background:#091d14;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.button--success:hover{border-color:#ffffff40}.button--success:active,.button--success:focus{border-color:#ffffff1a;outline:none}.button--success.button--outlined{background:transparent}.button--success.button--none{background:transparent;border:none}.button--warning{background:#291d13;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.button--warning:hover{border-color:#ffffff40}.button--warning:active,.button--warning:focus{border-color:#ffffff1a;outline:none}.button--warning.button--outlined{background:transparent}.button--warning.button--none{background:transparent;border:none}.button--error{background:#230117;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.button--error:hover{border-color:#ffffff40}.button--error:active,.button--error:focus{border-color:#ffffff1a;outline:none}.button--error.button--outlined{background:transparent}.button--error.button--none{background:transparent;border:none}.button--info{background:#13262c;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.button--info:hover{border-color:#ffffff40}.button--info:active,.button--info:focus{border-color:#ffffff1a;outline:none}.button--info.button--outlined{background:transparent}.button--info.button--none{background:transparent;border:none}.button--xxs{padding:.35rem .7rem;border-radius:.7rem}.button--xs{padding:.7rem .8rem;border-radius:.8rem}.button--sm{padding:.8rem 1rem;border-radius:1rem}.button--md{padding:1rem 1.2rem;border-radius:1.2rem}.button--lg{padding:1.2rem 1.3rem;border-radius:1.3rem}.button--xl{padding:1.3rem;border-radius:1.3rem}
1
+ .button{padding:.7rem 1rem;gap:.5rem;cursor:pointer;height:fit-content;display:flex;align-items:center;width:fit-content;justify-content:center;font-size:.8rem}.button:disabled,.button[data-disabled],.button[aria-disabled=true],.button--disabled{cursor:not-allowed;opacity:25%;pointer-events:unset}.button--primary{background:#030014;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.button--primary:hover{border-color:#ffffff40}.button--primary:active,.button--primary:focus{border-color:#ffffff1a;outline:none}.button--primary.button--outlined{background:transparent}.button--primary.button--none{background:transparent;border:none}.button--secondary{background:#1c1a2c;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.button--secondary:hover{border-color:#ffffff40}.button--secondary:active,.button--secondary:focus{border-color:#ffffff1a;outline:none}.button--secondary.button--outlined{background:transparent}.button--secondary.button--none{background:transparent;border:none}.button--success{background:#071314;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.button--success:hover{border-color:#ffffff40}.button--success:active,.button--success:focus{border-color:#ffffff1a;outline:none}.button--success.button--outlined{background:transparent}.button--success.button--none{background:transparent;border:none}.button--warning{background:#1c1313;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.button--warning:hover{border-color:#ffffff40}.button--warning:active,.button--warning:focus{border-color:#ffffff1a;outline:none}.button--warning.button--outlined{background:transparent}.button--warning.button--none{background:transparent;border:none}.button--error{background:#180016;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.button--error:hover{border-color:#ffffff40}.button--error:active,.button--error:focus{border-color:#ffffff1a;outline:none}.button--error.button--outlined{background:transparent}.button--error.button--none{background:transparent;border:none}.button--info{background:#0e1a24;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.button--info:hover{border-color:#ffffff40}.button--info:active,.button--info:focus{border-color:#ffffff1a;outline:none}.button--info.button--outlined{background:transparent}.button--info.button--none{background:transparent;border:none}.button--xxs{padding:.35rem .7rem;border-radius:.7rem}.button--xs{padding:.7rem .8rem;border-radius:.8rem}.button--sm{padding:.8rem 1rem;border-radius:1rem}.button--md{padding:1rem 1.2rem;border-radius:1.2rem}.button--lg{padding:1.2rem 1.3rem;border-radius:1.3rem}.button--xl{padding:1.3rem;border-radius:1.3rem}
@@ -1 +1 @@
1
- .card{display:block;position:relative;font-size:.8rem;overflow:hidden}.card{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5}.card>.card__section>img{border-radius:.5rem}.card>.card__section--border:first-child{margin-top:calc(-1 * var(--padding));border-top:none}.card>.card__section--border:not(:has(~.card__section)){margin-bottom:calc(-1 * var(--padding));border-bottom:none}.card *.card__section>img{border-radius:.5rem}.card__section{position:relative;box-sizing:border-box}.card__section--border{margin-right:calc(-1 * var(--padding));margin-left:calc(-1 * var(--padding));padding:var(--padding);border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.card__section--border+.card__section--border{border-top:none}.card__section--hover{cursor:pointer}.card__section--hover:hover{background:#292637}.card--primary{background:#030014;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:1rem}.card--primary.card--none{background:transparent;border-color:transparent}.card--primary.card--filled{border-color:transparent}.card--primary.card--outlined{background:transparent}.card--outline-primary{outline-offset:calc(var(--padding) / 2);margin:calc(var(--padding) / 2);outline:rgba(3,0,20,.25) solid 1px}.card--border-primary{box-shadow:1px solid #03001440}.card--secondary{background:#292637;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:1rem}.card--secondary.card--none{background:transparent;border-color:transparent}.card--secondary.card--filled{border-color:transparent}.card--secondary.card--outlined{background:transparent}.card--outline-secondary{outline-offset:calc(var(--padding) / 2);margin:calc(var(--padding) / 2);outline:rgba(255,255,255,.1) solid 1px}.card--border-secondary{box-shadow:1px solid #ffffff1a}.card--success{background:#091d14;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:1rem}.card--success.card--none{background:transparent;border-color:transparent}.card--success.card--filled{border-color:transparent}.card--success.card--outlined{background:transparent}.card--outline-success{outline-offset:calc(var(--padding) / 2);margin:calc(var(--padding) / 2);outline:rgba(41,191,18,.25) solid 1px}.card--border-success{box-shadow:1px solid #29bf1240}.card--warning{background:#291d13;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:1rem}.card--warning.card--none{background:transparent;border-color:transparent}.card--warning.card--filled{border-color:transparent}.card--warning.card--outlined{background:transparent}.card--outline-warning{outline-offset:calc(var(--padding) / 2);margin:calc(var(--padding) / 2);outline:rgba(255,190,11,.25) solid 1px}.card--border-warning{box-shadow:1px solid #ffbe0b40}.card--error{background:#230117;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:1rem}.card--error.card--none{background:transparent;border-color:transparent}.card--error.card--filled{border-color:transparent}.card--error.card--outlined{background:transparent}.card--outline-error{outline-offset:calc(var(--padding) / 2);margin:calc(var(--padding) / 2);outline:rgba(217,4,41,.25) solid 1px}.card--border-error{box-shadow:1px solid #d9042940}.card--info{background:#13262c;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:1rem}.card--info.card--none{background:transparent;border-color:transparent}.card--info.card--filled{border-color:transparent}.card--info.card--outlined{background:transparent}.card--outline-info{outline-offset:calc(var(--padding) / 2);margin:calc(var(--padding) / 2);outline:rgba(112,255,178,.25) solid 1px}.card--border-info{box-shadow:1px solid #70ffb240}.card--border--dashed{border-style:dashed}.card--xxs{--padding: .35rem;padding:var(--padding)}.card--xs{--padding: .7rem;padding:var(--padding)}.card--sm{--padding: .8rem;padding:var(--padding)}.card--md{--padding: 1rem;padding:var(--padding)}.card--lg{--padding: 1.2rem;padding:var(--padding)}.card--xl{--padding: 1.3rem;padding:var(--padding)}
1
+ .card{display:block;position:relative;font-size:.8rem}.card{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5}.card>.card__section>img{border-radius:.5rem}.card>.card__section--border:first-child{margin-top:calc(-1 * var(--padding));border-top:none}.card>.card__section--border:not(:has(~.card__section)){margin-bottom:calc(-1 * var(--padding));border-bottom:none}.card *.card__section>img{border-radius:.5rem}.card__section{position:relative;box-sizing:border-box}.card__section--border{margin-right:calc(-1 * var(--padding));margin-left:calc(-1 * var(--padding));padding:var(--padding);border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.card__section--border+.card__section--border{border-top:none}.card__section--hover{cursor:pointer}.card__section--hover:hover{background:#1c1a2c40}.card__section--hover:first-child{border-top-left-radius:1rem;border-top-right-radius:1rem}.card__section--hover:last-child{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.card--primary{background:#030014;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:1rem}.card--primary.card--none{background:transparent;border-color:transparent}.card--primary.card--filled{border-color:transparent}.card--primary.card--outlined{background:transparent}.card--outline-primary{outline-offset:calc(var(--padding) / 3);margin:calc(var(--padding) / 3);outline:rgba(3,0,20,.25) solid 1px}.card--border-primary{box-shadow:1px solid #03001440}.card--secondary{background:#1c1a2c;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:1rem}.card--secondary.card--none{background:transparent;border-color:transparent}.card--secondary.card--filled{border-color:transparent}.card--secondary.card--outlined{background:transparent}.card--outline-secondary{outline-offset:calc(var(--padding) / 3);margin:calc(var(--padding) / 3);outline:rgba(255,255,255,.1) solid 1px}.card--border-secondary{box-shadow:1px solid #ffffff1a}.card--success{background:#071314;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:1rem}.card--success.card--none{background:transparent;border-color:transparent}.card--success.card--filled{border-color:transparent}.card--success.card--outlined{background:transparent}.card--outline-success{outline-offset:calc(var(--padding) / 3);margin:calc(var(--padding) / 3);outline:rgba(41,191,18,.25) solid 1px}.card--border-success{box-shadow:1px solid #29bf1240}.card--warning{background:#1c1313;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:1rem}.card--warning.card--none{background:transparent;border-color:transparent}.card--warning.card--filled{border-color:transparent}.card--warning.card--outlined{background:transparent}.card--outline-warning{outline-offset:calc(var(--padding) / 3);margin:calc(var(--padding) / 3);outline:rgba(255,190,11,.25) solid 1px}.card--border-warning{box-shadow:1px solid #ffbe0b40}.card--error{background:#180016;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:1rem}.card--error.card--none{background:transparent;border-color:transparent}.card--error.card--filled{border-color:transparent}.card--error.card--outlined{background:transparent}.card--outline-error{outline-offset:calc(var(--padding) / 3);margin:calc(var(--padding) / 3);outline:rgba(217,4,41,.25) solid 1px}.card--border-error{box-shadow:1px solid #d9042940}.card--info{background:#0e1a24;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:1rem}.card--info.card--none{background:transparent;border-color:transparent}.card--info.card--filled{border-color:transparent}.card--info.card--outlined{background:transparent}.card--outline-info{outline-offset:calc(var(--padding) / 3);margin:calc(var(--padding) / 3);outline:rgba(112,255,178,.25) solid 1px}.card--border-info{box-shadow:1px solid #70ffb240}.card--border--dashed{border-style:dashed}.card--xxs{--padding: .35rem;padding:var(--padding)}.card--xs{--padding: .7rem;padding:var(--padding)}.card--sm{--padding: .8rem;padding:var(--padding)}.card--md{--padding: 1rem;padding:var(--padding)}.card--lg{--padding: 1.2rem;padding:var(--padding)}.card--xl{--padding: 1.3rem;padding:var(--padding)}
@@ -1 +1 @@
1
- .command{z-index:100;display:flex;height:100%;width:100%;flex-direction:column;overflow:hidden;background:#030014;padding:.7rem}.command{background:#030014;border:1px solid rgba(3,0,20,.25);color:#030014bf;position:relative;box-sizing:border-box;border-radius:1rem}.command__dialog{padding:0;border:none}.command__list:focus{outline:none}.command__list{max-height:300px;overflow-y:auto;overflow-x:hidden}.command__input.input:focus,.command .input.input:hover:focus,.command .input.input:active:focus,.command .input.input:focus:focus,.command .input.input:focus-within:focus,.command .input.input:not(:focus):focus{outline:none}.command__input.input,.command .input.input:hover,.command .input.input:active,.command .input.input:focus,.command .input.input:focus-within,.command .input.input:not(:focus){width:100%;border:none!important;outline:none!important;background:transparent;box-shadow:none!important;display:flex;height:2rem;color:#ffffffbf;font-size:.8rem;border-radius:.65rem}.command__input.input::placeholder,.command .input.input:hover::placeholder,.command .input.input:active::placeholder,.command .input.input:focus::placeholder,.command .input.input:focus-within::placeholder,.command .input.input:not(:focus)::placeholder{color:#ffffff40}.command__input.input .input__right,.command .input.input:hover .input__right,.command .input.input:active .input__right,.command .input.input:focus .input__right,.command .input.input:focus-within .input__right,.command .input.input:not(:focus) .input__right{padding-right:0}.command__empty{padding:1rem 0 1.3rem;text-align:center;font-size:.8rem;color:#ffffff80}.command__empty{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5}.command [cmdk-group-heading]{padding:.35rem .7rem}.command__group{overflow:hidden;text-transform:uppercase;font-size:.7rem;padding:.35rem 0 0;color:#ffffff80}.command__group{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5}.command__item{position:relative;display:flex;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;font-size:.8rem;outline:none;color:#ffffffbf;border-radius:.65rem;padding:.35rem .35rem .35rem .8rem;gap:.7rem;text-transform:none}.command__item[data-disabled=true]{pointer-events:none;color:#ffffff40}.command__item[data-selected=true]{background:#292637;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;box-shadow:none;width:100%}.command__item svg{pointer-events:none;width:1rem;height:1rem;flex-shrink:0}.command__separator{height:1px;margin:.35rem 0;background:#292637}.command__shortcut{margin-left:auto;font-size:.7rem;letter-spacing:.1rem;padding:0 .35rem;border-radius:.375rem!important;color:#ffffff80;background:#030014}
1
+ .command{z-index:100;display:flex;height:100%;width:100%;flex-direction:column;overflow:hidden;background:#030014;padding:.7rem}.command{background:#030014;border:1px solid rgba(3,0,20,.25);color:#030014bf;position:relative;box-sizing:border-box;border-radius:1rem}.command__dialog{padding:0;border:none}.command__list:focus{outline:none}.command__list{max-height:300px;overflow-y:auto;overflow-x:hidden}.command__input.input:focus,.command .input.input:hover:focus,.command .input.input:active:focus,.command .input.input:focus:focus,.command .input.input:focus-within:focus,.command .input.input:not(:focus):focus{outline:none}.command__input.input,.command .input.input:hover,.command .input.input:active,.command .input.input:focus,.command .input.input:focus-within,.command .input.input:not(:focus){width:100%;border:none!important;outline:none!important;background:transparent;box-shadow:none!important;display:flex;height:2rem;color:#ffffffbf;font-size:.8rem;border-radius:.65rem}.command__input.input::placeholder,.command .input.input:hover::placeholder,.command .input.input:active::placeholder,.command .input.input:focus::placeholder,.command .input.input:focus-within::placeholder,.command .input.input:not(:focus)::placeholder{color:#ffffff40}.command__input.input .input__right,.command .input.input:hover .input__right,.command .input.input:active .input__right,.command .input.input:focus .input__right,.command .input.input:focus-within .input__right,.command .input.input:not(:focus) .input__right{padding-right:0}.command__empty{padding:1rem 0 1.3rem;text-align:center;font-size:.8rem;color:#ffffff80}.command__empty{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5}.command [cmdk-group-heading]{padding:.35rem .7rem}.command__group{overflow:hidden;text-transform:uppercase;font-size:.7rem;padding:.35rem 0 0;color:#ffffff80}.command__group{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5}.command__item{position:relative;display:flex;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;font-size:.8rem;outline:none;color:#ffffffbf;border-radius:.65rem;padding:.35rem .35rem .35rem .8rem;gap:.7rem;text-transform:none}.command__item[data-disabled=true]{pointer-events:none;color:#ffffff40}.command__item[data-selected=true]{background:#1c1a2c;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;box-shadow:none;width:100%}.command__item svg{pointer-events:none;width:1rem;height:1rem;flex-shrink:0}.command__separator{height:1px;margin:.35rem 0;background:#1c1a2c}.command__shortcut{margin-left:auto;font-size:.7rem;letter-spacing:.1rem;padding:0 .35rem;border-radius:.375rem!important;color:#ffffff80;background:#030014}
@@ -1 +1 @@
1
- .d-folder{padding:.35rem .7rem;display:flex;white-space:nowrap;flex-wrap:nowrap;gap:.35rem;cursor:pointer;font-size:.8rem;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.d-folder{border-radius:1rem;background:#030014;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.d-folder:hover{border-color:#ffffff40}.d-folder{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5;box-shadow:none;background:#030014}.d-folder__icon,.d-folder__status,.d-folder__item-icon{color:#70ffb2;display:flex;align-items:center;justify-content:center}.d-folder__status,.d-folder__item-icon{color:#fff}.d-folder__content{margin-left:.7rem;position:relative;padding-left:calc(5px + .35rem)}.d-folder__content:before{height:100%;width:1px;background:#292637;position:absolute;content:"";left:5px}.d-folder__item{padding:.35rem .7rem;display:flex;white-space:nowrap;flex-wrap:nowrap;gap:.35rem;align-items:center;cursor:pointer;font-size:.8rem;position:relative}.d-folder__item{border-radius:1rem;background:#030014;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.d-folder__item:hover{border-color:#ffffff40}.d-folder__item:active,.d-folder__item:focus{border-color:#ffffff1a;outline:none}.d-folder__item{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5;box-shadow:none}
1
+ .d-folder{padding:.35rem .7rem;display:flex;white-space:nowrap;flex-wrap:nowrap;gap:.35rem;cursor:pointer;font-size:.8rem;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.d-folder{border-radius:1rem;background:#030014;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.d-folder:hover{border-color:#ffffff40}.d-folder{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5;border:none;background:#030014}.d-folder__icon,.d-folder__status,.d-folder__item-icon{color:#70ffb2;display:flex;align-items:center;justify-content:center}.d-folder__status,.d-folder__item-icon{color:#fff}.d-folder__content{margin-left:.7rem;position:relative;padding-left:calc(5px + .35rem)}.d-folder__content:before{height:100%;width:1px;background:#1c1a2c;position:absolute;content:"";left:5px}.d-folder__item{padding:.35rem .7rem;display:flex;white-space:nowrap;flex-wrap:nowrap;gap:.35rem;align-items:center;cursor:pointer;font-size:.8rem;position:relative}.d-folder__item{border-radius:1rem;background:#030014;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.d-folder__item:hover{border-color:#ffffff40}.d-folder__item:active,.d-folder__item:focus{border-color:#ffffff1a;outline:none}.d-folder__item{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5;border:none}
@@ -1 +1 @@
1
- .d-flow-viewport-default-card__handle{border:none!important;padding:1px;z-index:-1;opacity:0}.d-flow-viewport-default-card__inspection{top:0;transform:translateY(-50%);padding:.35rem}.d-flow-viewport-default-card__inspection{background:#030014;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:1rem;position:absolute}.d-flow-viewport-default-card--active{box-shadow:inset 0 0 0 1px #70ffb240,0 0 0 3px #70ffb240}
1
+ .d-flow-viewport-default-card__handle{border:none!important;padding:1px;z-index:-1;opacity:0}.d-flow-viewport-default-card__inspection{top:0;transform:translateY(-50%);padding:.35rem}.d-flow-viewport-default-card__inspection{background:#030014;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:1rem;position:absolute}.d-flow-viewport-default-card--active{box-shadow:0 0 0 2px #70ffb240}
@@ -1 +1 @@
1
- .d-flow-viewport-data-type-input{padding:1rem;box-sizing:border-box;position:relative}.d-flow-viewport-data-type-input{background:#292637;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5;border-radius:1rem}.d-flow-viewport-data-type-input__rule{margin-bottom:1rem;display:flex;position:relative;flex-direction:column;gap:1.2rem}
1
+ .d-flow-viewport-data-type-input{padding:1rem;box-sizing:border-box;position:relative}.d-flow-viewport-data-type-input{background:#1c1a2c;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5;border-radius:1rem}.d-flow-viewport-data-type-input__rule{margin-bottom:1rem;display:flex;position:relative;flex-direction:column;gap:1.2rem}
@@ -1 +1 @@
1
- .d-resizable__panel{color:#fff;position:relative;overflow:hidden;z-index:0}.d-resizable__panel{background:#030014;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:1rem}.d-resizable__panel:has(.d-resizable__panel){background:#030014}.d-resizable__handle{position:relative;display:flex;align-items:center;justify-content:center}.d-resizable__handle[data-panel-group-direction=horizontal]{width:1rem;height:100%}.d-resizable__handle[data-panel-group-direction=vertical]{height:1rem;width:100%}.d-resizable__handle-bar{z-index:1;position:relative;display:block;padding:.25rem}.d-resizable__handle-bar{background:#292637;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:1rem}.d-resizable[data-panel-group-direction=horizontal] * .d-resizable__handle-bar{min-height:3rem;height:15%}.d-resizable[data-panel-group-direction=vertical] * .d-resizable__handle-bar{min-width:3rem;min-height:auto;height:auto;width:15%}
1
+ .d-resizable__panel{color:#fff;position:relative;overflow:hidden;z-index:0}.d-resizable__panel{background:#030014;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:1rem}.d-resizable__panel:has(.d-resizable__panel){background:#030014}.d-resizable__handle{position:relative;display:flex;align-items:center;justify-content:center}.d-resizable__handle[data-panel-group-direction=horizontal]{width:1rem;height:100%}.d-resizable__handle[data-panel-group-direction=vertical]{height:1rem;width:100%}.d-resizable__handle-bar{z-index:1;position:relative;display:block;padding:.25rem}.d-resizable__handle-bar{background:#1c1a2c;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:1rem}.d-resizable[data-panel-group-direction=horizontal] * .d-resizable__handle-bar{min-height:3rem;height:15%}.d-resizable[data-panel-group-direction=vertical] * .d-resizable__handle-bar{min-width:3rem;min-height:auto;height:auto;width:15%}
@@ -1 +1 @@
1
- .file-tabs{position:relative;width:100%;height:100%}.file-tabs__list{box-sizing:border-box;display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;position:relative;gap:.7rem;padding:.7rem}.file-tabs__list-content{display:flex;overflow-x:scroll;flex-wrap:nowrap;gap:.35rem;-ms-overflow-style:none;scrollbar-width:none}.file-tabs__list-content::-webkit-scrollbar{display:none}.file-tabs__list-controls{display:flex;flex-wrap:nowrap;gap:.35rem}.file-tabs__trigger{padding:.35rem .7rem;display:flex;gap:.7rem;align-items:center;text-wrap:nowrap;margin-bottom:1px;cursor:pointer;font-size:.8rem}.file-tabs__trigger{background:#030014;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.file-tabs__trigger:hover{border-color:#c0bfc440}.file-tabs__trigger{border-radius:1rem;font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5;background:transparent;box-shadow:none}.file-tabs__trigger[data-state=active]{background:#292637;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.file-tabs__trigger[data-state=active] .file-tabs__trigger-icon,.file-tabs__trigger:hover .file-tabs__trigger-icon,.file-tabs__trigger:active .file-tabs__trigger-icon{opacity:1}.file-tabs__trigger-icon{display:flex;align-items:center;justify-content:center;padding:.1rem;opacity:0;cursor:pointer;font-size:unset}.file-tabs__trigger-icon:hover{border-color:#ffffff40}.file-tabs__trigger-icon{border-radius:1rem}.file-tabs__content{padding:1.4rem;position:relative}
1
+ .file-tabs{position:relative;width:100%;height:100%}.file-tabs__list{box-sizing:border-box;display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;position:relative;gap:.7rem;padding:.7rem}.file-tabs__list-content{display:flex;overflow-x:scroll;flex-wrap:nowrap;gap:.35rem;-ms-overflow-style:none;scrollbar-width:none}.file-tabs__list-content::-webkit-scrollbar{display:none}.file-tabs__list-controls{display:flex;flex-wrap:nowrap;gap:.35rem}.file-tabs__trigger{padding:.35rem .7rem;display:flex;gap:.7rem;align-items:center;text-wrap:nowrap;margin-bottom:1px;cursor:pointer;font-size:.8rem}.file-tabs__trigger{background:#030014;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.file-tabs__trigger:hover{border-color:#c0bfc440}.file-tabs__trigger{border-radius:1rem;font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5;background:transparent;box-shadow:none}.file-tabs__trigger[data-state=active]{background:#1c1a2c;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.file-tabs__trigger[data-state=active] .file-tabs__trigger-icon,.file-tabs__trigger:hover .file-tabs__trigger-icon,.file-tabs__trigger:active .file-tabs__trigger-icon{opacity:1}.file-tabs__trigger-icon{display:flex;align-items:center;justify-content:center;padding:.1rem;opacity:0;cursor:pointer;font-size:unset}.file-tabs__trigger-icon:hover{border-color:#ffffff40}.file-tabs__trigger-icon{border-radius:1rem}.file-tabs__content{padding:1.4rem;position:relative}
@@ -1 +1 @@
1
- .input{display:flex;z-index:1;align-items:stretch;box-sizing:border-box}.input{background:#292637;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.input:hover{border-color:#ffffff40}.input:active,.input:focus{border-color:#ffffff1a;outline:none}.input{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5;border-radius:1rem}.input:has(.input__control:focus){border-color:#ffffff1a;outline:none}.input--not-valid{background:#230117;border:1px solid rgba(217,4,41,.25);color:#ffffffbf;position:relative;box-sizing:border-box}.input__syntax{position:absolute;z-index:-1;overflow:hidden;font-size:.8rem;color:#ffffff80;white-space:nowrap;padding:.7rem;box-sizing:border-box;top:0;left:0;width:100%;height:100%}.input__left,.input__right{display:flex;align-items:stretch;margin:.175rem;gap:.7rem}.input__left>button,.input__right>button{height:100%;padding-left:0;padding-right:0}.input__left--action,.input__right--action{padding:0}.input__left--placeholder,.input__right--placeholder{background:#030014;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5;border-radius:.825rem;padding:.7rem}.input__left{padding-left:.7rem}.input__left--icon{align-items:center}.input__right{padding-right:.7rem}.input__right--icon{align-items:center}.input__control{background:none;border:none;outline:none;padding:.7rem;flex:1;width:100%;box-shadow:none;font-size:.8rem;box-sizing:border-box;color:#ffffff80}.input__control{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5}.input__control--syntax{color:transparent}.input__label{text-transform:uppercase;color:#ffffff80;font-size:.7rem;display:block}.input__label{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5}.input__description{color:#ffffff80;font-size:.8rem;margin:.35rem 0 .7rem;display:block}.input__description{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5}.input__message{padding:.7rem;z-index:0;display:flex;align-items:center;font-size:.7rem;gap:.35rem;margin-top:.7rem}.input__message{background:#230117;border:1px solid rgba(217,4,41,.25);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:1rem;font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5}.input__message>svg{width:.8rem;height:.8rem}.pin-input{display:flex;justify-content:space-between;gap:.7rem;position:relative;background:transparent}.pin-input__field{flex:1;width:100%;aspect-ratio:1/1;text-align:center}.number-input::-webkit-outer-spin-button,.number-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.number-input[type=number]{-moz-appearance:textfield}.radio-input{background:transparent!important;box-shadow:none!important;display:flex;align-items:center;box-sizing:border-box;gap:.35rem;position:relative}.radio-input__button{top:-1px;width:18px;height:18px;padding:.35rem}.radio-input__button{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5}.radio-input__button:active,.radio-input__button:focus{border-color:#ffffff1a;outline:none}.radio-input__button{background:#292637;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.radio-input__button:disabled,.radio-input__button[data-disabled],.radio-input__button[aria-disabled=true],.radio-input__button--disabled{cursor:not-allowed;opacity:25%;pointer-events:unset}.radio-input__button{border-radius:1rem}.radio-input__button[data-state=checked]{border-color:#ffffff1a;outline:none}.radio-input__indicator{height:100%;position:relative;display:block;aspect-ratio:1/1}.radio-input__indicator[data-state=checked]{background-color:#70ffb2}.radio-input__indicator[data-state=checked]{border-radius:1rem}.radio-button{padding:0;display:inline-flex}.checkbox-input{background:transparent!important;box-shadow:none!important;align-items:center;box-sizing:border-box;gap:.35rem;padding:.35rem 0}.checkbox-input__button{aspect-ratio:1/1;width:17px;height:17px;display:flex;align-items:center;justify-content:center}.checkbox-input__button{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5}.checkbox-input__button:active,.checkbox-input__button:focus{border-color:#ffffff1a;outline:none}.checkbox-input__button{background:#292637;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.checkbox-input__button:disabled,.checkbox-input__button[data-disabled],.checkbox-input__button[aria-disabled=true],.checkbox-input__button--disabled{cursor:not-allowed;opacity:25%;pointer-events:unset}.checkbox-input__button{border-radius:1rem}.checkbox-input__indicator{position:relative;display:flex;align-items:center;justify-content:center;top:1px}.switch-input{background:transparent!important;box-shadow:none!important}.switch-input .input__control{position:relative;box-sizing:border-box;padding:0;width:.9rem;height:.9rem;appearance:none;outline:none;cursor:pointer;background-color:transparent;border-radius:50%}.switch-input .input__control:checked:after{-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translate(22px);-webkit-transition:.4s;transition:.4s}.switch-input .input__control:checked:before{background:#13262c;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;position:absolute;width:2.6rem;height:1.25rem}.switch-input .input__control:after{width:.9rem;height:.9rem;background-color:#fff;border-radius:50%;position:absolute;content:"";-webkit-transition:.4s;transition:.4s}.switch-input .input__control:before{content:"";z-index:-1;-webkit-transition:.4s;transition:.4s;top:-.175rem;left:-.175rem}.switch-input .input__control:before{background:#292637;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:1rem;position:absolute;width:2.6rem;height:1.25rem}
1
+ .input{display:flex;z-index:1;align-items:stretch;box-sizing:border-box}.input{background:#1c1a2c;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.input:hover{border-color:#ffffff40}.input:active,.input:focus{border-color:#ffffff1a;outline:none}.input{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5;border-radius:1rem}.input:has(.input__control:focus){border-color:#ffffff1a;outline:none}.input--not-valid{background:#180016;border:1px solid rgba(217,4,41,.25);color:#ffffffbf;position:relative;box-sizing:border-box}.input__syntax{position:absolute;z-index:-1;overflow:hidden;font-size:.8rem;color:#ffffff80;white-space:nowrap;padding:.7rem;box-sizing:border-box;top:0;left:0;width:100%;height:100%}.input__left,.input__right{display:flex;align-items:stretch;margin:.175rem;gap:.7rem}.input__left>button,.input__right>button{height:100%;padding-left:0;padding-right:0}.input__left--action,.input__right--action{padding:0}.input__left--placeholder,.input__right--placeholder{background:#030014;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5;border-radius:.825rem;padding:.7rem}.input__left{padding-left:.7rem}.input__left--icon{align-items:center}.input__right{padding-right:.7rem}.input__right--icon{align-items:center}.input__control{background:none;border:none;outline:none;padding:.7rem;flex:1;width:100%;box-shadow:none;font-size:.8rem;box-sizing:border-box;color:#ffffff80}.input__control{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5}.input__control--syntax{color:transparent}.input__label{text-transform:uppercase;color:#ffffff80;font-size:.7rem;display:block}.input__label{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5}.input__description{color:#ffffff80;font-size:.8rem;margin:.35rem 0 .7rem;display:block}.input__description{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5}.input__message{padding:.7rem;z-index:0;display:flex;align-items:center;font-size:.7rem;gap:.35rem;margin-top:.7rem}.input__message{background:#180016;border:1px solid rgba(217,4,41,.25);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:1rem;font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5}.input__message>svg{width:.8rem;height:.8rem}.pin-input{display:flex;justify-content:space-between;gap:.7rem;position:relative;background:transparent}.pin-input__field{flex:1;width:100%;aspect-ratio:1/1;text-align:center}.number-input::-webkit-outer-spin-button,.number-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.number-input[type=number]{-moz-appearance:textfield}.radio-input{background:transparent!important;box-shadow:none!important;display:flex;align-items:center;box-sizing:border-box;gap:.35rem;position:relative}.radio-input__button{top:-1px;width:18px;height:18px;padding:.35rem}.radio-input__button{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5}.radio-input__button:active,.radio-input__button:focus{border-color:#ffffff1a;outline:none}.radio-input__button{background:#1c1a2c;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.radio-input__button:disabled,.radio-input__button[data-disabled],.radio-input__button[aria-disabled=true],.radio-input__button--disabled{cursor:not-allowed;opacity:25%;pointer-events:unset}.radio-input__button{border-radius:1rem}.radio-input__button[data-state=checked]{border-color:#ffffff1a;outline:none}.radio-input__indicator{height:100%;position:relative;display:block;aspect-ratio:1/1}.radio-input__indicator[data-state=checked]{background-color:#70ffb2}.radio-input__indicator[data-state=checked]{border-radius:1rem}.radio-button{padding:0;display:inline-flex}.checkbox-input{background:transparent!important;box-shadow:none!important;align-items:center;box-sizing:border-box;gap:.35rem;padding:.35rem 0}.checkbox-input__button{aspect-ratio:1/1;width:17px;height:17px;display:flex;align-items:center;justify-content:center}.checkbox-input__button{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5}.checkbox-input__button:active,.checkbox-input__button:focus{border-color:#ffffff1a;outline:none}.checkbox-input__button{background:#1c1a2c;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.checkbox-input__button:disabled,.checkbox-input__button[data-disabled],.checkbox-input__button[aria-disabled=true],.checkbox-input__button--disabled{cursor:not-allowed;opacity:25%;pointer-events:unset}.checkbox-input__button{border-radius:1rem}.checkbox-input__indicator{position:relative;display:flex;align-items:center;justify-content:center;top:1px}.switch-input{background:transparent!important;box-shadow:none!important}.switch-input .input__control{position:relative;box-sizing:border-box;padding:0;width:.9rem;height:.9rem;appearance:none;outline:none;cursor:pointer;background-color:transparent;border-radius:50%}.switch-input .input__control:checked:after{-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translate(22px);-webkit-transition:.4s;transition:.4s}.switch-input .input__control:checked:before{background:#0e1a24;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;position:absolute;width:2.6rem;height:1.25rem}.switch-input .input__control:after{width:.9rem;height:.9rem;background-color:#fff;border-radius:50%;position:absolute;content:"";-webkit-transition:.4s;transition:.4s}.switch-input .input__control:before{content:"";z-index:-1;-webkit-transition:.4s;transition:.4s;top:-.175rem;left:-.175rem}.switch-input .input__control:before{background:#1c1a2c;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:1rem;position:absolute;width:2.6rem;height:1.25rem}
@@ -1 +1 @@
1
- .menu{z-index:999}.menu__content,.menu__sub-content{padding:.35rem;position:relative;box-sizing:border-box}.menu__content,.menu__sub-content{background:#030014;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:1rem}.menu__label{text-transform:uppercase;font-size:.7rem;display:flex;gap:.35rem;align-items:center;padding:.35rem .7rem;color:#ffffff80}.menu__label{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5}.menu__item,.menu__sub-trigger{border-radius:.65rem;padding:.35rem .7rem;gap:.7rem;cursor:pointer;width:100%;display:flex;align-items:center;font-size:.8rem}.menu__item,.menu__sub-trigger{background:#030014;border:1px solid rgba(3,0,20,.25);color:#ffffffbf;position:relative;box-sizing:border-box}.menu__item:focus,.menu__sub-trigger:focus{outline:none}.menu__item,.menu__sub-trigger{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5}.menu__item:disabled,.menu__item[data-disabled],.menu__item[aria-disabled=true],.menu__item--disabled,.menu__sub-trigger:disabled,.menu__sub-trigger[data-disabled],.menu__sub-trigger[aria-disabled=true],.menu__sub-trigger--disabled{cursor:not-allowed;opacity:25%;pointer-events:unset}.menu__item,.menu__sub-trigger{border:none}.menu__item:focus,.menu__sub-trigger:focus{background:#292637;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border:none;width:100%}.menu__separator{border:none;margin:.35rem 0;color:#ffffff1a;height:1px;background-color:#ffffff1a}
1
+ .menu{z-index:999}.menu__content,.menu__sub-content{padding:.35rem;position:relative;box-sizing:border-box}.menu__content,.menu__sub-content{background:#030014;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:1rem}.menu__label{text-transform:uppercase;font-size:.7rem;display:flex;gap:.35rem;align-items:center;padding:.35rem .7rem;color:#ffffff80}.menu__label{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5}.menu__item,.menu__sub-trigger{border-radius:.65rem;padding:.35rem .7rem;gap:.7rem;cursor:pointer;width:100%;display:flex;align-items:center;font-size:.8rem}.menu__item,.menu__sub-trigger{background:#030014;border:1px solid rgba(3,0,20,.25);color:#ffffffbf;position:relative;box-sizing:border-box}.menu__item:focus,.menu__sub-trigger:focus{outline:none}.menu__item,.menu__sub-trigger{font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5}.menu__item:disabled,.menu__item[data-disabled],.menu__item[aria-disabled=true],.menu__item--disabled,.menu__sub-trigger:disabled,.menu__sub-trigger[data-disabled],.menu__sub-trigger[aria-disabled=true],.menu__sub-trigger--disabled{cursor:not-allowed;opacity:25%;pointer-events:unset}.menu__item,.menu__sub-trigger{border:none}.menu__item:focus,.menu__sub-trigger:focus{background:#1c1a2c;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border:none;width:100%}.menu__separator{border:none;margin:.35rem 0;color:#ffffff1a;height:1px;background-color:#ffffff1a}
@@ -1 +1 @@
1
- .scroll-area{overflow:hidden}.scroll-area__viewport{width:100%;height:100%}.scroll-area__scrollbar{display:flex;-webkit-user-select:none;user-select:none;touch-action:none}.scroll-area__scrollbar[data-orientation=vertical]{width:.5rem}.scroll-area__scrollbar[data-orientation=horizontal]{flex-direction:column;height:.5rem}.scroll-area__thumb{flex:1;cursor:grabbing}.scroll-area__thumb{background:#292637;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:1rem}
1
+ .scroll-area{overflow:hidden}.scroll-area__viewport{width:100%;height:100%}.scroll-area__scrollbar{display:flex;-webkit-user-select:none;user-select:none;touch-action:none}.scroll-area__scrollbar[data-orientation=vertical]{width:.5rem}.scroll-area__scrollbar[data-orientation=horizontal]{flex-direction:column;height:.5rem}.scroll-area__thumb{flex:1;cursor:grabbing}.scroll-area__thumb{background:#1c1a2c;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:1rem}
@@ -1 +1 @@
1
- .segmented-control{padding:.35rem;gap:.35rem;display:flex;flex-wrap:nowrap}.segmented-control{background:#030014;border:1px solid rgba(3,0,20,.25);color:#030014bf;position:relative;box-sizing:border-box;border-radius:1rem}.segmented-control__item{cursor:pointer;padding:.35rem .7rem}.segmented-control__item{background:#292637;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:.65rem;font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5;font-size:.8rem;box-shadow:none}.segmented-control__item[data-state=off]{background:transparent}
1
+ .segmented-control{padding:.35rem;gap:.35rem;display:flex;flex-wrap:nowrap}.segmented-control{background:#030014;border:1px solid rgba(3,0,20,.25);color:#030014bf;position:relative;box-sizing:border-box;border-radius:1rem}.segmented-control__item{cursor:pointer;padding:.35rem .7rem}.segmented-control__item{background:#1c1a2c;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;border-radius:.65rem;font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5;font-size:.8rem;box-shadow:none}.segmented-control__item[data-state=off]{background:transparent}
@@ -1 +1 @@
1
- .tab[data-orientation=vertical],.tab__list{display:flex}.tab__list[data-orientation=vertical]{flex-direction:column}.tab__trigger{background:transparent;border:none;padding:0;margin:0;position:relative;box-sizing:border-box}.tab__trigger:after{content:"";position:absolute;background:transparent;border-radius:50rem}.tab__trigger[data-orientation=vertical]:after{height:100%;width:2px;top:0;left:0}.tab__trigger[data-orientation=horizontal]:after{width:100%;height:2px;bottom:0;left:0}.tab__trigger[aria-selected=true][data-orientation=vertical]:after,.tab__trigger[aria-selected=true][data-orientation=horizontal]:after{background:#70ffb2}
1
+ .tab[data-orientation=vertical]{display:flex}.tab__list{display:flex;gap:.7rem}.tab__list[data-orientation=vertical]{flex-direction:column}.tab__trigger{background:transparent;border:none;margin:0;position:relative;box-sizing:border-box;opacity:.5;padding:0;transition:all ease-in-out .2s}.tab__trigger:after{content:"";position:absolute;background:transparent;border-radius:50rem;background:#1c1a2c}.tab__trigger[data-orientation=vertical]{padding-left:.35rem}.tab__trigger[data-orientation=vertical]:after{height:100%;width:3px;top:0;left:0}.tab__trigger[data-orientation=horizontal]{padding-bottom:.35rem}.tab__trigger[data-orientation=horizontal]:after{width:10%;min-width:28px;height:3px;bottom:0;left:50%;transform:translate(-50%)}.tab__trigger[aria-selected=true][data-orientation=vertical],.tab__trigger[aria-selected=true][data-orientation=horizontal]{opacity:1}.tab__trigger[aria-selected=true][data-orientation=vertical]:after,.tab__trigger[aria-selected=true][data-orientation=horizontal]:after{background:#70ffb2}
@@ -1 +1 @@
1
- .toast{padding:1rem;width:100%;overflow:hidden}.toast{border-radius:1rem;font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5}.toast__header{align-items:flex-start;justify-content:space-between;gap:.7rem}.toast__icon{display:flex;align-items:center;justify-content:center}.toast__content{box-sizing:border-box;margin-left:27px}.toast__header-wrapper{align-items:flex-start;gap:.7rem}.toast__header-wrapper>svg{min-width:1rem;min-height:1rem}.toast__dismissible{cursor:pointer;display:flex;align-items:center;justify-content:center}.toast__dismissible{border-radius:1rem}.toast__dismissible svg{min-width:1rem;min-height:1rem}@keyframes toast-duration{0%{width:0%}to{width:100%}}.toast:hover .toast__duration:after{animation-play-state:paused}.toast__duration{position:relative;margin:1rem -1rem -1rem;padding:.35rem 1rem .6rem}.toast__duration{border-top:1px solid rgba(255,255,255,.1)}.toast__duration:after{content:"";position:absolute;left:0;bottom:0;width:0%;height:4px;background:#ffffff1a;animation-name:toast-duration;animation-duration:var(--toast-duration, 4s);animation-timing-function:linear;animation-fill-mode:forwards}.toast--primary{background:#030014;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.toast--secondary{background:#292637;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.toast--success{background:#091d14;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.toast--warning{background:#291d13;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.toast--error{background:#230117;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.toast--info{background:#13262c;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}
1
+ .toast{padding:1rem;width:100%;overflow:hidden}.toast{border-radius:1rem;font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5}.toast__header{align-items:flex-start;justify-content:space-between;gap:.7rem}.toast__icon{display:flex;align-items:center;justify-content:center}.toast__content{box-sizing:border-box;margin-left:27px}.toast__header-wrapper{align-items:flex-start;gap:.7rem}.toast__header-wrapper>svg{min-width:1rem;min-height:1rem}.toast__dismissible{cursor:pointer;display:flex;align-items:center;justify-content:center}.toast__dismissible{border-radius:1rem}.toast__dismissible svg{min-width:1rem;min-height:1rem}@keyframes toast-duration{0%{width:0%}to{width:100%}}.toast:hover .toast__duration:after{animation-play-state:paused}.toast__duration{position:relative;margin:1rem -1rem -1rem;padding:.35rem 1rem .6rem}.toast__duration{border-top:1px solid rgba(255,255,255,.1)}.toast__duration:after{content:"";position:absolute;left:0;bottom:0;width:0%;height:4px;background:#ffffff1a;animation-name:toast-duration;animation-duration:var(--toast-duration, 4s);animation-timing-function:linear;animation-fill-mode:forwards}.toast--primary{background:#030014;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.toast--secondary{background:#1c1a2c;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.toast--success{background:#071314;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.toast--warning{background:#1c1313;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.toast--error{background:#180016;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}.toast--info{background:#0e1a24;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box}
@@ -1 +1 @@
1
- .tooltip__content{z-index:999;padding:.35rem .7rem}.tooltip__content{background:#292637;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5;border-radius:1rem;box-shadow:none}.tooltip__arrow{fill:#292637}
1
+ .tooltip__content{z-index:999;padding:.35rem .7rem}.tooltip__content{background:#1c1a2c;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;position:relative;box-sizing:border-box;font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.5px;line-height:1.5;border-radius:1rem;box-shadow:none}.tooltip__arrow{fill:#1c1a2c}
@@ -1,31 +1,31 @@
1
- import { jsx as o, jsxs as k } from "react/jsx-runtime";
2
- import { c as j } from "../../../_virtual/compiler-runtime.js";
3
- import { useViewport as D, useReactFlow as M, Panel as O } from "@xyflow/react";
4
- import { ButtonGroup as R } from "../../button-group/ButtonGroup.js";
5
- import { Button as B } from "../../button/Button.js";
6
- import { IconPlus as V, IconMinus as v, IconFocusCentered as E } from "@tabler/icons-react";
7
- import { Badge as G } from "../../badge/Badge.js";
8
- import { Flex as P } from "../../flex/Flex.js";
9
- const N = () => {
10
- const e = j.c(36), C = D(), t = M();
11
- let p;
12
- e[0] !== t ? (p = () => {
13
- t.zoomIn();
14
- }, e[0] = t, e[1] = p) : p = e[1];
15
- const I = p;
1
+ import { jsx as o, jsxs as B } from "react/jsx-runtime";
2
+ import { c as D } from "../../../_virtual/compiler-runtime.js";
3
+ import { useViewport as M, useReactFlow as O, Panel as R } from "@xyflow/react";
4
+ import { ButtonGroup as V } from "../../button-group/ButtonGroup.js";
5
+ import { Button as P } from "../../button/Button.js";
6
+ import { IconPlus as v, IconMinus as E, IconFocusCentered as G } from "@tabler/icons-react";
7
+ import { Badge as Z } from "../../badge/Badge.js";
8
+ import { Flex as j } from "../../flex/Flex.js";
9
+ const Q = () => {
10
+ const e = D.c(37), w = M(), t = O();
16
11
  let d;
17
- e[2] !== t ? (d = () => {
12
+ e[0] !== t ? (d = () => {
13
+ t.zoomIn();
14
+ }, e[0] = t, e[1] = d) : d = e[1];
15
+ const C = d;
16
+ let p;
17
+ e[2] !== t ? (p = () => {
18
18
  t.zoomOut();
19
- }, e[2] = t, e[3] = d) : d = e[3];
20
- const g = d;
19
+ }, e[2] = t, e[3] = p) : p = e[3];
20
+ const I = p;
21
21
  let h;
22
22
  e[4] !== t ? (h = () => {
23
23
  t.fitView();
24
24
  }, e[4] = t, e[5] = h) : h = e[5];
25
25
  const F = h;
26
26
  let u;
27
- e[6] !== C.zoom ? (u = () => Math.round(C.zoom * 100), e[6] = C.zoom, e[7] = u) : u = e[7];
28
- const S = u;
27
+ e[6] !== w.zoom ? (u = () => Math.round(w.zoom * 100), e[6] = w.zoom, e[7] = u) : u = e[7];
28
+ const k = u;
29
29
  let y;
30
30
  e[8] === Symbol.for("react.memo_cache_sentinel") ? (y = {
31
31
  flexDirection: "column",
@@ -33,45 +33,49 @@ const N = () => {
33
33
  }, e[8] = y) : y = e[8];
34
34
  let z;
35
35
  e[9] === Symbol.for("react.memo_cache_sentinel") ? (z = {
36
- gap: ".35rem"
36
+ gap: ".7rem"
37
37
  }, e[9] = z) : z = e[9];
38
38
  let l;
39
- e[10] !== I ? (l = () => I(), e[10] = I, e[11] = l) : l = e[11];
40
- let _;
41
- e[12] === Symbol.for("react.memo_cache_sentinel") ? (_ = /* @__PURE__ */ o(V, { size: 15 }), e[12] = _) : _ = e[12];
42
- let r;
43
- e[13] !== l ? (r = /* @__PURE__ */ o(B, { color: "secondary", onClick: l, children: _ }), e[13] = l, e[14] = r) : r = e[14];
39
+ e[10] !== C ? (l = () => C(), e[10] = C, e[11] = l) : l = e[11];
40
+ let x;
41
+ e[12] === Symbol.for("react.memo_cache_sentinel") ? (x = /* @__PURE__ */ o(v, { size: 15 }), e[12] = x) : x = e[12];
44
42
  let i;
45
- e[15] !== g ? (i = () => g(), e[15] = g, e[16] = i) : i = e[16];
46
- let b;
47
- e[17] === Symbol.for("react.memo_cache_sentinel") ? (b = /* @__PURE__ */ o(v, { size: 15 }), e[17] = b) : b = e[17];
48
- let c;
49
- e[18] !== i ? (c = /* @__PURE__ */ o(B, { color: "secondary", onClick: i, children: b }), e[18] = i, e[19] = c) : c = e[19];
43
+ e[13] !== l ? (i = /* @__PURE__ */ o(P, { paddingSize: "xxs", color: "secondary", onClick: l, children: x }), e[13] = l, e[14] = i) : i = e[14];
44
+ let r;
45
+ e[15] !== I ? (r = () => I(), e[15] = I, e[16] = r) : r = e[16];
46
+ let _;
47
+ e[17] === Symbol.for("react.memo_cache_sentinel") ? (_ = /* @__PURE__ */ o(E, { size: 15 }), e[17] = _) : _ = e[17];
50
48
  let n;
51
- e[20] !== F ? (n = () => F(), e[20] = F, e[21] = n) : n = e[21];
52
- let w;
53
- e[22] === Symbol.for("react.memo_cache_sentinel") ? (w = /* @__PURE__ */ o(E, { size: 15 }), e[22] = w) : w = e[22];
49
+ e[18] !== r ? (n = /* @__PURE__ */ o(P, { paddingSize: "xxs", color: "secondary", onClick: r, children: _ }), e[18] = r, e[19] = n) : n = e[19];
50
+ let c;
51
+ e[20] !== F ? (c = () => F(), e[20] = F, e[21] = c) : c = e[21];
52
+ let S;
53
+ e[22] === Symbol.for("react.memo_cache_sentinel") ? (S = /* @__PURE__ */ o(G, { size: 15 }), e[22] = S) : S = e[22];
54
54
  let s;
55
- e[23] !== n ? (s = /* @__PURE__ */ o(B, { color: "secondary", onClick: n, children: w }), e[23] = n, e[24] = s) : s = e[24];
55
+ e[23] !== c ? (s = /* @__PURE__ */ o(P, { paddingSize: "xxs", color: "secondary", onClick: c, children: S }), e[23] = c, e[24] = s) : s = e[24];
56
56
  let m;
57
- e[25] !== c || e[26] !== s || e[27] !== r ? (m = /* @__PURE__ */ k(R, { children: [
58
- r,
59
- c,
57
+ e[25] !== n || e[26] !== s || e[27] !== i ? (m = /* @__PURE__ */ B(V, { children: [
58
+ i,
59
+ n,
60
60
  s
61
- ] }), e[25] = c, e[26] = s, e[27] = r, e[28] = m) : m = e[28];
61
+ ] }), e[25] = n, e[26] = s, e[27] = i, e[28] = m) : m = e[28];
62
+ let b;
63
+ e[29] === Symbol.for("react.memo_cache_sentinel") ? (b = {
64
+ border: "none"
65
+ }, e[29] = b) : b = e[29];
62
66
  let f;
63
- e[29] !== S ? (f = S(), e[29] = S, e[30] = f) : f = e[30];
67
+ e[30] !== k ? (f = k(), e[30] = k, e[31] = f) : f = e[31];
64
68
  let a;
65
- e[31] !== f ? (a = /* @__PURE__ */ k(G, { color: "secondary", children: [
69
+ e[32] !== f ? (a = /* @__PURE__ */ B(Z, { color: "primary", style: b, children: [
66
70
  f,
67
71
  "%"
68
- ] }), e[31] = f, e[32] = a) : a = e[32];
69
- let x;
70
- return e[33] !== m || e[34] !== a ? (x = /* @__PURE__ */ o(O, { position: "bottom-left", children: /* @__PURE__ */ o(P, { style: y, children: /* @__PURE__ */ k(P, { align: "stretch", style: z, children: [
72
+ ] }), e[32] = f, e[33] = a) : a = e[33];
73
+ let g;
74
+ return e[34] !== m || e[35] !== a ? (g = /* @__PURE__ */ o(R, { position: "bottom-left", children: /* @__PURE__ */ o(j, { style: y, children: /* @__PURE__ */ B(j, { align: "stretch", style: z, children: [
71
75
  m,
72
76
  a
73
- ] }) }) }), e[33] = m, e[34] = a, e[35] = x) : x = e[35], x;
77
+ ] }) }) }), e[34] = m, e[35] = a, e[36] = g) : g = e[36], g;
74
78
  };
75
79
  export {
76
- N as DFlowControl
80
+ Q as DFlowControl
77
81
  };
@@ -4,13 +4,13 @@ import { NodeFunctionView as b } from "../DFlow.view.js";
4
4
  import { memo as G } from "react";
5
5
  import { Card as H } from "../../card/Card.js";
6
6
  import '../../../assets/components/d-flow/function/DFlowFunctionDefaultCard.style.css';/* empty css */
7
- import S from "../../card/CardSection.js";
7
+ import C from "../../card/CardSection.js";
8
8
  import { Flex as s } from "../../flex/Flex.js";
9
- import { IconFileLambdaFilled as V, IconDots as W, IconTrash as k, IconCopy as $, IconLayoutNavbarCollapseFilled as X, IconExclamationCircle as Y, IconAlertTriangle as q, IconMessageExclamation as J, IconArrowRightCircle as K } from "@tabler/icons-react";
10
- import { Text as T } from "../../text/Text.js";
11
- import { Button as D } from "../../button/Button.js";
12
- import { Menu as Q, MenuTrigger as U, MenuPortal as Z, MenuContent as ee, MenuLabel as te, MenuItem as x } from "../../menu/Menu.js";
13
- import { Badge as R } from "../../badge/Badge.js";
9
+ import { IconFileLambdaFilled as V, IconDots as W, IconTrash as k, IconCopy as $, IconChevronDown as X, IconExclamationCircle as Y, IconAlertTriangle as q, IconMessageExclamation as J, IconArrowRightCircle as K } from "@tabler/icons-react";
10
+ import { Text as D } from "../../text/Text.js";
11
+ import { Button as R } from "../../button/Button.js";
12
+ import { Menu as Q, MenuTrigger as U, MenuPortal as Z, MenuContent as ee, MenuLabel as te, MenuItem as T } from "../../menu/Menu.js";
13
+ import { Badge as x } from "../../badge/Badge.js";
14
14
  import { useService as g } from "../../../utils/contextStore.js";
15
15
  import { DFlowFunctionReactiveService as ie } from "./DFlowFunction.service.js";
16
16
  import { useFunctionValidation as ne } from "./DFlowFunction.vaildation.hook.js";
@@ -25,12 +25,12 @@ const Me = G((d) => {
25
25
  const {
26
26
  data: i,
27
27
  id: m
28
- } = d, N = h((e) => e.width), F = h((e) => e.height), A = j(), _ = B(), v = g(de), C = g(re), z = g(ie), w = g(oe), f = z.getById(i.instance.functionDefinition?.id), r = ne(f, i.instance.parameters.map((e) => e.value instanceof b ? e.value.json() : e.value), w, d.data.flowId), M = h((e) => e.edges), E = d.width ?? 0, L = d.height ?? 0;
28
+ } = d, N = h((e) => e.width), A = h((e) => e.height), F = j(), z = B(), v = g(de), S = g(re), _ = g(ie), w = g(oe), f = _.getById(i.instance.functionDefinition?.id), r = ne(f, i.instance.parameters.map((e) => e.value instanceof b ? e.value.json() : e.value), w, d.data.flowId), M = h((e) => e.edges), E = d.width ?? 0, P = d.height ?? 0;
29
29
  i.instance.parameters?.forEach((e) => {
30
30
  const a = f?.parameterDefinitions.find((n) => n.id == e?.id);
31
31
  e.validationResults = r ? r.filter((n) => n.parameterId === a?.id) : [];
32
32
  });
33
- function P(e) {
33
+ function L(e) {
34
34
  return M.some((a) => a.target === m && a.targetHandle === `param-${e}`);
35
35
  }
36
36
  const O = h((e) => {
@@ -41,10 +41,10 @@ const Me = G((d) => {
41
41
  (!n || y < p) && (n = l);
42
42
  }), n;
43
43
  });
44
- return /* @__PURE__ */ o(H, { outline: O.id === m, borderColor: v.getActiveTab()?.id == m ? "info" : void 0, className: v.getActiveTab()?.id == m ? "d-flow-viewport-default-card--active" : void 0, color: (r?.filter((e) => e.type === c.ERROR)?.length ?? 0) > 0 ? "error" : "secondary", onClick: () => {
45
- A.setViewport({
44
+ return /* @__PURE__ */ o(H, { paddingSize: "xs", outline: O.id === m, borderColor: v.getActiveTab()?.id == m ? "info" : void 0, className: v.getActiveTab()?.id == m ? "d-flow-viewport-default-card--active" : void 0, color: (r?.filter((e) => e.type === c.ERROR)?.length ?? 0) > 0 ? "error" : "primary", onClick: () => {
45
+ F.setViewport({
46
46
  x: N / 2 + d.positionAbsoluteX * -1 - E / 2,
47
- y: F / 2 + d.positionAbsoluteY * -1 - L / 2,
47
+ y: A / 2 + d.positionAbsoluteY * -1 - P / 2,
48
48
  zoom: 1
49
49
  }, {
50
50
  duration: 250
@@ -52,49 +52,49 @@ const Me = G((d) => {
52
52
  id: m,
53
53
  active: !0,
54
54
  closeable: !0,
55
- children: /* @__PURE__ */ t(T, { size: "md", children: f?.names?.nodes[0]?.content }),
55
+ children: /* @__PURE__ */ t(D, { size: "md", children: f?.names?.nodes[0]?.content }),
56
56
  content: /* @__PURE__ */ t(se, { flowId: d.data.flowId, depthLevel: i.depth, scopeLevel: i.scope, nodeLevel: i.index, functionInstance: i.instance })
57
57
  });
58
58
  }, style: {
59
59
  position: "relative"
60
60
  }, children: [
61
- /* @__PURE__ */ t(S, { border: !0, children: /* @__PURE__ */ o(s, { align: "center", justify: "space-between", style: {
62
- gap: "0.7rem"
61
+ /* @__PURE__ */ t(C, { border: !0, children: /* @__PURE__ */ o(s, { align: "center", justify: "space-between", style: {
62
+ gap: "1.3rem"
63
63
  }, children: [
64
64
  /* @__PURE__ */ o(s, { align: "center", style: {
65
65
  gap: "0.7rem"
66
66
  }, children: [
67
67
  /* @__PURE__ */ t(V, { size: 16 }),
68
- /* @__PURE__ */ t(T, { size: "md", children: f?.names?.nodes[0]?.content })
68
+ /* @__PURE__ */ t(D, { size: "md", children: f?.names?.nodes[0]?.content })
69
69
  ] }),
70
70
  /* @__PURE__ */ o(s, { align: "center", style: {
71
71
  gap: "0.7rem"
72
72
  }, children: [
73
73
  /* @__PURE__ */ o(Q, { onOpenChange: (e) => {
74
74
  setTimeout(() => {
75
- _.setState({
75
+ z.setState({
76
76
  nodesDraggable: !e,
77
77
  nodesConnectable: !e,
78
78
  elementsSelectable: !e
79
79
  });
80
80
  }, 250);
81
81
  }, children: [
82
- /* @__PURE__ */ t(U, { asChild: !0, children: /* @__PURE__ */ t(D, { variant: "none", children: /* @__PURE__ */ t(W, { size: 16 }) }) }),
82
+ /* @__PURE__ */ t(U, { asChild: !0, children: /* @__PURE__ */ t(R, { p: "0", variant: "none", children: /* @__PURE__ */ t(W, { size: 16 }) }) }),
83
83
  /* @__PURE__ */ t(Z, { children: /* @__PURE__ */ o(ee, { children: [
84
84
  /* @__PURE__ */ t(te, { children: "Actions" }),
85
- /* @__PURE__ */ o(x, { onClick: () => {
86
- i.instance.deleteNextNode(), C.update();
85
+ /* @__PURE__ */ o(T, { onClick: () => {
86
+ i.instance.deleteNextNode(), S.update();
87
87
  }, children: [
88
88
  /* @__PURE__ */ t(k, { size: 16 }),
89
89
  " Delete node"
90
90
  ] }),
91
- /* @__PURE__ */ o(x, { disabled: !0, children: [
91
+ /* @__PURE__ */ o(T, { disabled: !0, children: [
92
92
  /* @__PURE__ */ t($, { size: 16 }),
93
93
  " Copy node"
94
94
  ] })
95
95
  ] }) })
96
96
  ] }),
97
- /* @__PURE__ */ t(D, { disabled: !0, children: /* @__PURE__ */ t(X, { size: 16 }) })
97
+ /* @__PURE__ */ t(R, { p: "0", variant: "none", disabled: !0, children: /* @__PURE__ */ t(X, { size: 16 }) })
98
98
  ] })
99
99
  ] }) }),
100
100
  /* @__PURE__ */ t(I, { isConnectable: !1, draggable: !1, type: "target", className: "d-flow-viewport-default-card__handle d-flow-viewport-default-card__handle--target", style: {
@@ -107,19 +107,19 @@ const Me = G((d) => {
107
107
  (r?.length ?? 0) > 0 ? /* @__PURE__ */ t("div", { className: "d-flow-viewport-default-card__inspection", children: /* @__PURE__ */ o(s, { style: {
108
108
  gap: "0.35rem"
109
109
  }, children: [
110
- (r?.filter((e) => e.type === c.ERROR)?.length ?? 0) > 0 ? /* @__PURE__ */ t(R, { color: "error", children: /* @__PURE__ */ o(s, { align: "center", style: {
110
+ (r?.filter((e) => e.type === c.ERROR)?.length ?? 0) > 0 ? /* @__PURE__ */ t(x, { color: "error", children: /* @__PURE__ */ o(s, { align: "center", style: {
111
111
  gap: "0.35rem"
112
112
  }, children: [
113
113
  /* @__PURE__ */ t(Y, { size: 12 }),
114
114
  r?.filter((e) => e.type === c.ERROR)?.length
115
115
  ] }) }) : null,
116
- (r?.filter((e) => e.type === c.WARNING)?.length ?? 0) > 0 ? /* @__PURE__ */ t(R, { color: "warning", children: /* @__PURE__ */ o(s, { align: "center", style: {
116
+ (r?.filter((e) => e.type === c.WARNING)?.length ?? 0) > 0 ? /* @__PURE__ */ t(x, { color: "warning", children: /* @__PURE__ */ o(s, { align: "center", style: {
117
117
  gap: "0.35rem"
118
118
  }, children: [
119
119
  /* @__PURE__ */ t(q, { size: 12 }),
120
120
  r?.filter((e) => e.type === c.WARNING)?.length
121
121
  ] }) }) : null,
122
- (r?.filter((e) => e.type === c.GRAMMAR)?.length ?? 0) > 0 ? /* @__PURE__ */ t(R, { children: /* @__PURE__ */ o(s, { align: "center", style: {
122
+ (r?.filter((e) => e.type === c.GRAMMAR)?.length ?? 0) > 0 ? /* @__PURE__ */ t(x, { children: /* @__PURE__ */ o(s, { align: "center", style: {
123
123
  gap: "0.35rem"
124
124
  }, children: [
125
125
  /* @__PURE__ */ t(J, { size: 12 }),
@@ -129,19 +129,19 @@ const Me = G((d) => {
129
129
  i.instance.parameters?.some((e) => {
130
130
  const a = f?.parameterDefinitions.find((l) => l.id == e.id), n = w.getDataType(a?.dataTypeIdentifier)?.variant === "NODE";
131
131
  return e.value instanceof b && !n || !e.value;
132
- }) ? /* @__PURE__ */ t(S, { children: i.instance.parameters?.map((e, a) => {
132
+ }) ? /* @__PURE__ */ t(C, { border: !0, children: i.instance.parameters?.map((e, a) => {
133
133
  const n = f?.parameterDefinitions.find((p) => p.id == e.id), l = w.getDataType(n?.dataTypeIdentifier)?.variant === "NODE", y = le(n?.dataTypeIdentifier ?? void 0, [], d.data.flowId, i.depth, i.scope, i.index);
134
134
  return e.value instanceof b && !l || !e.value ? /* @__PURE__ */ o(s, { pos: "relative", justify: "space-between", align: "center", children: [
135
- n?.names?.nodes[0]?.content ?? e.id,
135
+ /* @__PURE__ */ t(D, { size: "xs", hierarchy: "tertiary", children: n?.names?.nodes[0]?.content ?? e.id }),
136
136
  e.value ? null : /* @__PURE__ */ t(ae, { onSuggestionSelect: (p) => {
137
- e.value = p.value, C.update();
138
- }, suggestions: y, triggerContent: /* @__PURE__ */ t(D, { variant: "none", children: /* @__PURE__ */ t(K, { size: 12 }) }) }),
137
+ e.value = p.value, S.update();
138
+ }, suggestions: y, triggerContent: /* @__PURE__ */ t(R, { p: "0", variant: "none", children: /* @__PURE__ */ t(K, { size: 16 }) }) }),
139
139
  /* @__PURE__ */ t(I, { type: "target", position: u.Right, style: {
140
140
  position: "absolute",
141
141
  transform: l ? "translate(-50%, -50%)" : "translate(50%, -50%)",
142
142
  top: "50%",
143
143
  right: l ? "50%" : "0"
144
- }, id: `param-${e.id}`, isConnectable: !1, hidden: !P(e.id), className: "d-flow-viewport-default-card__handle d-flow-viewport-default-card__handle--target" }, e.id)
144
+ }, id: `param-${e.id}`, isConnectable: !1, hidden: !L(e.id), className: "d-flow-viewport-default-card__handle d-flow-viewport-default-card__handle--target" }, e.id)
145
145
  ] }, a) : null;
146
146
  }) }) : null,
147
147
  /* @__PURE__ */ t(I, { isConnectable: !1, type: "source", style: {
@@ -13,7 +13,7 @@ const b = m((o) => {
13
13
  return /* @__PURE__ */ n(v, { onSuggestionSelect: (a) => {
14
14
  const e = new g(a.value);
15
15
  o.data.parentFunction ? o.data.parentFunction.nextNodeId = e.id : t && (t.startingNodeId = e.id), t?.addNode(e), i.update();
16
- }, suggestions: r, triggerContent: /* @__PURE__ */ d(c, { top: 0, variant: "normal", color: "secondary", children: [
16
+ }, suggestions: r, triggerContent: /* @__PURE__ */ d(c, { paddingSize: "xxs", variant: "normal", color: "secondary", children: [
17
17
  /* @__PURE__ */ n(s, { isConnectable: !1, draggable: !1, type: "target", className: "d-flow-viewport-default-card__handle d-flow-viewport-default-card__handle--target", style: {
18
18
  top: "2px"
19
19
  }, position: l.Top }),
@@ -1,97 +1,93 @@
1
- import { jsx as o, jsxs as g } from "react/jsx-runtime";
2
- import { c as Y } from "../../../_virtual/compiler-runtime.js";
3
- import { memo as k } from "react";
4
- import { useReactFlow as H, useStore as j, Handle as E, Position as L } from "@xyflow/react";
5
- import { Text as R } from "../../text/Text.js";
6
- import { useService as D } from "../../../utils/contextStore.js";
7
- import { FileTabsService as P } from "../../file-tabs/FileTabs.service.js";
8
- import { Card as N } from "../../card/Card.js";
9
- import V from "../../card/CardSection.js";
10
- import { Flex as X } from "../../flex/Flex.js";
11
- import { IconBolt as W, IconLayoutNavbarCollapseFilled as $ } from "@tabler/icons-react";
12
- import { Button as q } from "../../button/Button.js";
1
+ import { jsx as o, jsxs as _ } from "react/jsx-runtime";
2
+ import { c as j } from "../../../_virtual/compiler-runtime.js";
3
+ import { memo as X } from "react";
4
+ import { useReactFlow as Y, useStore as D, Handle as k, Position as H } from "@xyflow/react";
5
+ import { Text as I } from "../../text/Text.js";
6
+ import { useService as R } from "../../../utils/contextStore.js";
7
+ import { FileTabsService as N } from "../../file-tabs/FileTabs.service.js";
8
+ import { Card as E } from "../../card/Card.js";
9
+ import { Flex as v } from "../../flex/Flex.js";
10
+ import { IconBolt as P, IconChevronDown as V } from "@tabler/icons-react";
11
+ import { Button as W } from "../../button/Button.js";
12
+ import { DFlowTabTrigger as $ } from "../tab/DFlowTabTrigger.js";
13
+ import { DFlowTypeReactiveService as q } from "../type/DFlowType.service.js";
13
14
  import { Badge as G } from "../../badge/Badge.js";
14
- import { DFlowTabTrigger as J } from "../tab/DFlowTabTrigger.js";
15
- import { DFlowTypeReactiveService as K } from "../type/DFlowType.service.js";
16
- const fe = k((t) => {
17
- const e = Y.c(34), {
18
- data: n,
19
- id: a
20
- } = t, m = D(P), v = H(), S = D(K);
21
- let d;
22
- e[0] !== n.instance.type?.id || e[1] !== S ? (d = S.getById(n.instance.type?.id), e[0] = n.instance.type?.id, e[1] = S, e[2] = d) : d = e[2];
23
- const i = d, T = t.width ?? 0, x = t.height ?? 0, A = j(M), F = j(O);
24
- let f;
25
- e[3] === Symbol.for("react.memo_cache_sentinel") ? (f = {
26
- padding: "0.35rem"
27
- }, e[3] = f) : f = e[3];
28
- const C = m.getActiveTab()?.id == a ? "info" : void 0, z = m.getActiveTab()?.id == a ? "d-flow-viewport-default-card--active" : void 0;
29
- let r;
30
- e[4] !== n.instance || e[5] !== i?.names?.nodes || e[6] !== m || e[7] !== v || e[8] !== x || e[9] !== a || e[10] !== t.positionAbsoluteX || e[11] !== t.positionAbsoluteY || e[12] !== F || e[13] !== A || e[14] !== T ? (r = () => {
31
- v.setViewport({
32
- x: A / 2 + t.positionAbsoluteX * -1 - T / 2,
33
- y: F / 2 + t.positionAbsoluteY * -1 - x / 2,
15
+ const se = X((t) => {
16
+ const e = j.c(31), {
17
+ data: i,
18
+ id: s
19
+ } = t, a = R(N), S = Y(), x = R(q);
20
+ let m;
21
+ e[0] !== i.instance.type?.id || e[1] !== x ? (m = x.getById(i.instance.type?.id), e[0] = i.instance.type?.id, e[1] = x, e[2] = m) : m = e[2];
22
+ const c = m, T = t.width ?? 0, A = t.height ?? 0, z = D(J), F = D(K);
23
+ let d, f;
24
+ e[3] === Symbol.for("react.memo_cache_sentinel") ? (d = {
25
+ flexDirection: "column",
26
+ gap: "0.35rem"
27
+ }, f = /* @__PURE__ */ o(G, { color: "primary", children: "START" }), e[3] = d, e[4] = f) : (d = e[3], f = e[4]);
28
+ const B = a.getActiveTab()?.id == s ? "d-flow-viewport-default-card--active" : void 0;
29
+ let n;
30
+ e[5] !== i.instance || e[6] !== c?.names?.nodes || e[7] !== a || e[8] !== S || e[9] !== A || e[10] !== s || e[11] !== t.positionAbsoluteX || e[12] !== t.positionAbsoluteY || e[13] !== F || e[14] !== z || e[15] !== T ? (n = () => {
31
+ S.setViewport({
32
+ x: z / 2 + t.positionAbsoluteX * -1 - T / 2,
33
+ y: F / 2 + t.positionAbsoluteY * -1 - A / 2,
34
34
  zoom: 1
35
35
  }, {
36
36
  duration: 250
37
- }), m.add({
38
- id: a,
37
+ }), a.add({
38
+ id: s,
39
39
  active: !0,
40
40
  closeable: !0,
41
- children: /* @__PURE__ */ o(R, { size: "md", children: i?.names?.nodes[0]?.content }),
42
- content: /* @__PURE__ */ o(J, { instance: n.instance })
41
+ children: /* @__PURE__ */ o(I, { size: "md", children: c?.names?.nodes[0]?.content }),
42
+ content: /* @__PURE__ */ o($, { instance: i.instance })
43
43
  });
44
- }, e[4] = n.instance, e[5] = i?.names?.nodes, e[6] = m, e[7] = v, e[8] = x, e[9] = a, e[10] = t.positionAbsoluteX, e[11] = t.positionAbsoluteY, e[12] = F, e[13] = A, e[14] = T, e[15] = r) : r = e[15];
45
- let h;
46
- e[16] === Symbol.for("react.memo_cache_sentinel") ? (h = {
47
- gap: "0.35rem"
48
- }, e[16] = h) : h = e[16];
44
+ }, e[5] = i.instance, e[6] = c?.names?.nodes, e[7] = a, e[8] = S, e[9] = A, e[10] = s, e[11] = t.positionAbsoluteX, e[12] = t.positionAbsoluteY, e[13] = F, e[14] = z, e[15] = T, e[16] = n) : n = e[16];
49
45
  let p;
50
46
  e[17] === Symbol.for("react.memo_cache_sentinel") ? (p = {
51
- gap: "0.35rem"
47
+ gap: "1.3rem"
52
48
  }, e[17] = p) : p = e[17];
53
- let b;
54
- e[18] === Symbol.for("react.memo_cache_sentinel") ? (b = /* @__PURE__ */ o(G, { color: "info", children: /* @__PURE__ */ g(X, { style: p, align: "center", children: [
55
- /* @__PURE__ */ o(W, { size: 16 }),
56
- "Trigger"
57
- ] }) }), e[18] = b) : b = e[18];
49
+ let h;
50
+ e[18] === Symbol.for("react.memo_cache_sentinel") ? (h = {
51
+ gap: "0.7rem"
52
+ }, e[18] = h) : h = e[18];
58
53
  let u;
59
- e[19] === Symbol.for("react.memo_cache_sentinel") ? (u = /* @__PURE__ */ g(X, { mb: "0.35", style: h, align: "center", justify: "space-between", children: [
60
- b,
61
- /* @__PURE__ */ o(q, { disabled: !0, children: /* @__PURE__ */ o($, { size: 16 }) })
62
- ] }), e[19] = u) : u = e[19];
63
- let y;
64
- e[20] === Symbol.for("react.memo_cache_sentinel") ? (y = {
65
- borderRadius: "calc(1rem - 0.35rem)"
66
- }, e[20] = y) : y = e[20];
67
- const B = i?.names?.nodes[0]?.content ?? i?.id;
54
+ e[19] === Symbol.for("react.memo_cache_sentinel") ? (u = /* @__PURE__ */ o(P, { size: 16 }), e[19] = u) : u = e[19];
55
+ const C = c?.names?.nodes[0]?.content ?? c?.id;
68
56
  let l;
69
- e[21] !== B ? (l = /* @__PURE__ */ o(R, { mb: 0.35, display: "block", size: "md", children: B }), e[21] = B, e[22] = l) : l = e[22];
70
- const I = i?.descriptions?.nodes[0]?.content ?? i?.id;
71
- let c;
72
- e[23] !== I ? (c = /* @__PURE__ */ o(R, { hierarchy: "tertiary", size: "xs", children: I }), e[23] = I, e[24] = c) : c = e[24];
73
- let s;
74
- e[25] !== l || e[26] !== c ? (s = /* @__PURE__ */ o(N, { color: "secondary", style: y, children: /* @__PURE__ */ g(V, { border: !0, maw: "300px", children: [
57
+ e[20] !== C ? (l = /* @__PURE__ */ _(v, { style: h, align: "center", children: [
58
+ u,
59
+ /* @__PURE__ */ o(I, { display: "block", size: "md", children: C })
60
+ ] }), e[20] = C, e[21] = l) : l = e[21];
61
+ let b;
62
+ e[22] === Symbol.for("react.memo_cache_sentinel") ? (b = {
63
+ gap: "0.7rem"
64
+ }, e[22] = b) : b = e[22];
65
+ let y;
66
+ e[23] === Symbol.for("react.memo_cache_sentinel") ? (y = /* @__PURE__ */ o(v, { align: "center", style: b, children: /* @__PURE__ */ o(W, { p: "0", paddingSize: "xxs", variant: "none", disabled: !0, children: /* @__PURE__ */ o(V, { size: 16 }) }) }), e[23] = y) : y = e[23];
67
+ let r;
68
+ e[24] !== l ? (r = /* @__PURE__ */ _(v, { style: p, align: "center", justify: "space-between", children: [
75
69
  l,
76
- c
77
- ] }) }), e[25] = l, e[26] = c, e[27] = s) : s = e[27];
78
- let w;
79
- e[28] === Symbol.for("react.memo_cache_sentinel") ? (w = /* @__PURE__ */ o(E, { isConnectable: !1, type: "source", style: {
70
+ y
71
+ ] }), e[24] = l, e[25] = r) : r = e[25];
72
+ let g;
73
+ e[26] === Symbol.for("react.memo_cache_sentinel") ? (g = /* @__PURE__ */ o(k, { isConnectable: !1, type: "source", style: {
80
74
  bottom: "2px"
81
- }, className: "d-flow-viewport-default-card__handle d-flow-viewport-default-card__handle--source", position: L.Bottom }), e[28] = w) : w = e[28];
82
- let _;
83
- return e[29] !== s || e[30] !== C || e[31] !== z || e[32] !== r ? (_ = /* @__PURE__ */ g(N, { variant: "filled", color: "info", style: f, borderColor: C, className: z, onClick: r, children: [
84
- u,
85
- s,
86
- w
87
- ] }), e[29] = s, e[30] = C, e[31] = z, e[32] = r, e[33] = _) : _ = e[33], _;
75
+ }, className: "d-flow-viewport-default-card__handle d-flow-viewport-default-card__handle--source", position: H.Bottom }), e[26] = g) : g = e[26];
76
+ let w;
77
+ return e[27] !== r || e[28] !== B || e[29] !== n ? (w = /* @__PURE__ */ _(v, { align: "center", style: d, children: [
78
+ f,
79
+ /* @__PURE__ */ _(E, { variant: "normal", color: "success", paddingSize: "xs", className: B, onClick: n, children: [
80
+ r,
81
+ g
82
+ ] })
83
+ ] }), e[27] = r, e[28] = B, e[29] = n, e[30] = w) : w = e[30], w;
88
84
  });
89
- function M(t) {
85
+ function J(t) {
90
86
  return t.width;
91
87
  }
92
- function O(t) {
88
+ function K(t) {
93
89
  return t.height;
94
90
  }
95
91
  export {
96
- fe as DFlowFunctionTriggerCard
92
+ se as DFlowFunctionTriggerCard
97
93
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code0-tech/pictor",
3
- "version": "0.0.0-mvp.18",
3
+ "version": "0.0.0-mvp.19",
4
4
  "type": "module",
5
5
  "description": "A simple template for a custom React component library",
6
6
  "scripts": {
@@ -21,7 +21,7 @@
21
21
  "@babel/plugin-proposal-decorators": "^7.28.0",
22
22
  "@babel/plugin-transform-class-properties": "^7.27.1",
23
23
  "@code0-tech/definition-reader": "^0.0.18",
24
- "@code0-tech/sagittarius-graphql-types": "^0.0.0-beb91167a8ea12eb6d4a6e3933483bacf845f2f6",
24
+ "@code0-tech/sagittarius-graphql-types": "^0.0.0-4e14e2ae65b66543ca2d02d685fa36e9e1b8b5ec",
25
25
  "@dagrejs/dagre": "^1.1.8",
26
26
  "@mdx-js/react": "^3.1.1",
27
27
  "@radix-ui/react-checkbox": "^1.3.3",
@@ -49,6 +49,8 @@
49
49
  "@types/jest-image-snapshot": "^6.4.0",
50
50
  "@types/react": "^19.2.5",
51
51
  "@vitejs/plugin-react": "^5.1.1",
52
+ "@vitest/browser-playwright": "^4.0.12",
53
+ "@vitest/coverage-v8": "^4.0.12",
52
54
  "@xyflow/react": "^12.9.3",
53
55
  "axe-playwright": "^2.2.2",
54
56
  "babel-loader": "^10.0.0",
@@ -67,8 +69,8 @@
67
69
  "react-dom": "^19.2.0",
68
70
  "react-resizable-panels": "^3.0.6",
69
71
  "react-zoom-pan-pinch": "^3.7.0",
70
- "rimraf": "^6.1.0",
71
- "sass": "^1.94.0",
72
+ "rimraf": "^6.1.2",
73
+ "sass": "^1.94.2",
72
74
  "sass-loader": "^16.0.6",
73
75
  "sonner": "^2.0.7",
74
76
  "storybook": "^10.0.8",
@@ -76,12 +78,10 @@
76
78
  "ts-jest": "^29.4.5",
77
79
  "ts-node": "^10.9.2",
78
80
  "typescript": "^5.9.3",
79
- "vite": "^7.2.2",
81
+ "vite": "^7.2.4",
80
82
  "vite-plugin-dts": "^4.5.4",
81
83
  "vite-plugin-lib-inject-css": "^2.2.2",
82
- "vitest": "^4.0.10",
83
- "@vitest/browser-playwright": "^4.0.10",
84
- "@vitest/coverage-v8": "^4.0.10"
84
+ "vitest": "^4.0.12"
85
85
  },
86
86
  "main": "dist/index.js",
87
87
  "repository": {