@aitronos/freddy-plugins 0.1.58 → 0.1.60

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/index.d.ts CHANGED
@@ -412,7 +412,7 @@ export declare const IconChevronUp: DefineComponent< {}, {}, {}, {}, {}, Comp
412
412
 
413
413
  export declare const IconCircle: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
414
414
 
415
- export declare const IconCircledCheck: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
415
+ export declare const IconCircledCheck: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
416
416
 
417
417
  export declare const IconClock: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
418
418
 
package/dist/index.js CHANGED
@@ -1,4 +1,3 @@
1
- (function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".icon-linear{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;font-size:14px;color:#b1a8a8}.freddy-plugins-user-avatar-base[data-v-720c99ab]{width:100px;height:20px;object-fit:cover}.icon-progress-complete,.icon-progress-going,.icon-radio,.icon-radio-fill{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;font-size:14px;color:#b1a8a8}.base-checkbox[data-v-ba9cd543]{position:relative;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:4px;border:1px solid currentColor;cursor:pointer;transition:background-color .15s ease-in-out,border-color .15s ease-in-out;-webkit-user-select:none;user-select:none}.checked[data-v-ba9cd543]{background-color:#fff;border-color:transparent}.checked-blue[data-v-ba9cd543]{background-color:#7ba8ef;border-color:transparent}.not-checked[data-v-ba9cd543]{background-color:transparent;border-color:currentColor}.checkbox-input[data-v-ba9cd543]{position:absolute;opacity:0;pointer-events:none}.checkbox-dash[data-v-ba9cd543]{width:8px;height:2px;background-color:#fff;border-radius:1px}.checkbox-icon[data-v-ba9cd543]{width:16px;height:16px;pointer-events:none}.is-disabled[data-v-ba9cd543]{opacity:.5;cursor:not-allowed}.freddy-modal-overlay{position:fixed;top:0;left:0;z-index:9998;width:100%;height:100%;background:#0f172acc;display:flex;justify-content:center;align-items:center}.freddy-modal-wrapper{display:flex;justify-content:center;align-items:center}.freddy-modal-container{background-color:#0f172a;padding:2rem;border-radius:2.5rem;overflow:hidden;color:#fff}.freddy-modal-large{width:90%;max-width:900px}@media (max-width: 1280px){.freddy-modal-large{max-width:900px}}@media (max-width: 1024px){.freddy-modal-large{max-width:900px}}@media (max-width: 768px){.freddy-modal-large{max-width:730px}}@media (max-width: 640px){.freddy-modal-large{max-width:500px}}@media (max-width: 480px){.freddy-modal-large{width:auto;max-width:90%}}.freddy-modal-header,.freddy-modal-body,.freddy-modal-footer{margin-bottom:1rem}.modal-enter-active,.modal-leave-active{transition:opacity .3s}.modal-enter,.modal-leave-to{opacity:0}.freddy-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background-color:#031525c4;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;overflow:auto}.freddy-modal-content{background-color:#031525;border-radius:40px;box-shadow:0 0 10px 2px #ffffff40;padding:30px;position:relative;margin:auto;min-width:370px;max-width:90%;width:auto}.freddy-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;gap:8px}.freddy-modal-title{font-size:29px;line-height:35px;font-weight:600;margin:0}.freddy-modal-close{background:none;border:none;font-size:35px;font-weight:400;color:#fff;padding:0;line-height:1;cursor:pointer}.freddy-modal-close-icon{width:16px;height:16px;stroke-width:2px}.freddy-pagination-nav{width:100%;display:flex;gap:.25rem;justify-content:space-between}.freddy-pagination-number-button{display:flex;align-items:center;justify-content:center;border-radius:4px;color:#6b7280;cursor:pointer;padding:.5rem .75rem;height:auto;background:transparent;border:none;transition:background-color .2s,color .2s}.freddy-pagination-number-button.active,.freddy-pagination-number-button.bg-white{background-color:#ffffff1a;color:#fff}.freddy-pagination-dynamic-container{display:flex;gap:.25rem}.freddy-pagination-end-button{margin-left:16px;display:flex;align-items:center;justify-content:center;padding:0 1rem;height:2.5rem;margin-inline-start:0;line-height:1.25rem;color:#6b7280;background-color:#031525;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;cursor:pointer;transition:background-color .2s,color .2s}.freddy-pagination-hover-enabled:hover{background-color:#ffffff1a;color:#cbd6e3;cursor:pointer}.freddy-plugin-spinner{width:20px;height:20px;border:2px solid #f3f3f3;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.freddy-search-wrapper{display:flex;box-sizing:border-box;align-items:flex-start;gap:.5rem;height:37px;width:100%;border:1px solid #333741;padding-left:.875rem;padding-right:.875rem;border-radius:.5rem;cursor:text}.freddy-search-icon{flex-shrink:0;width:1.25rem;height:1.25rem;align-self:center;stroke:#fff6}.freddy-search-input{flex:1 1 auto;width:100%;font-size:14px;font-weight:500;line-height:16px;background:transparent;border:none;outline:none;color:#cbd6e3;align-self:center}.freddy-search-input::placeholder{color:#fff6;opacity:.7}.freddy-search-spinner{width:21px!important;align-self:center}@keyframes fade-in-right-43248c4a{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.freddy-plugin-snackbar-container[data-v-43248c4a]{position:fixed;right:1.25rem;bottom:.5rem;padding-bottom:17px;z-index:50}.freddy-plugin-snackbar-container--side70[data-v-43248c4a]{width:78%}.freddy-plugin-snackbar-container--half[data-v-43248c4a]{width:50%}.freddy-plugin-snackbar-container--full[data-v-43248c4a]{width:100%;padding-left:2.5rem}.freddy-plugin-snackbar[data-v-43248c4a]{margin-top:.75rem;padding:1rem;border-radius:1.5rem;background-color:#031525;animation:fade-in-right-43248c4a .5s ease-out}.freddy-plugin-snackbar--info[data-v-43248c4a]{border:2px solid #ffffff;box-shadow:0 0 0 1px #fff}.freddy-plugin-snackbar--danger[data-v-43248c4a]{border:2px solid #f79009;box-shadow:0 0 0 1px #f79009}.freddy-plugin-snackbar--success[data-v-43248c4a]{border:2px solid #12b76a;box-shadow:0 0 0 1px #12b76a}.freddy-plugin-snackbar-content[data-v-43248c4a]{display:flex;justify-content:space-between;align-items:center;position:relative}.freddy-plugin-snackbar-left[data-v-43248c4a]{display:flex;gap:1rem}.freddy-plugin-snackbar-icon[data-v-43248c4a]{height:16px;width:16px;stroke-width:2;color:#fff;border-radius:9999px;padding:.25rem;border:4px solid transparent;box-sizing:content-box}.freddy-plugin-snackbar-icon--info[data-v-43248c4a]{border-color:#fff3;background-color:#ffffff17}.freddy-plugin-snackbar-icon--danger[data-v-43248c4a]{border-color:#f79009;background-color:#fdb022}.freddy-plugin-snackbar-icon--success[data-v-43248c4a]{border-color:#12b76a;background-color:#68c57c}.freddy-plugin-snackbar-text[data-v-43248c4a]{display:flex;flex-direction:column;gap:.375rem;color:#fff}.freddy-plugin-snackbar-title[data-v-43248c4a]{font-size:.875rem;font-weight:600;margin:0;color:#fff}.freddy-plugin-snackbar-message[data-v-43248c4a]{font-size:.875rem;font-weight:500;line-height:normal;margin:0;color:#fff}.freddy-plugin-snackbar-close-btn[data-v-43248c4a]{position:absolute;right:.5rem;top:0;background:none;border:none;cursor:pointer}.freddy-plugin-snackbar-close-icon[data-v-43248c4a]{height:10px;width:10px;stroke-width:1.67;color:#fff}.freddy-plugin-nav-bar{display:flex;width:100%;gap:24px;border-bottom:1px solid rgba(255,255,255,.09);padding-right:10px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600}.freddy-plugin-menu-button{all:unset;display:flex;flex-direction:column;padding-top:8px;cursor:pointer}.freddy-plugin-active-tab{width:100%;background-color:#fff;height:2px;border-top-left-radius:.375rem;border-top-right-radius:.375rem}.toast-wrapper[data-v-a89a07b6]{position:fixed;right:10px;bottom:10px;display:flex;flex-direction:column;gap:.5rem}.toast-item[data-v-a89a07b6]{display:flex;align-items:center;padding:.625rem;gap:.625rem;border-radius:10px;box-shadow:0 1px 3px #0000001a;animation:fadeIn-a89a07b6 .3s ease}.toast-success[data-v-a89a07b6]{background-color:#099250;--toast-icon-color: #099250}.toast-danger[data-v-a89a07b6]{background-color:#e71d41;--toast-icon-color: #e71d41}.toast-info[data-v-a89a07b6]{background-color:#3182ce;--toast-icon-color: #3182ce}.toast-icon-wrapper[data-v-a89a07b6]{width:1.25rem;height:1.25rem;background-color:#fff;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-icon[data-v-a89a07b6]{width:100%;height:100%;padding:.25rem;color:var(--toast-icon-color)}.toast-message[data-v-a89a07b6]{min-width:16rem;max-width:420px;flex:1 1 auto;font-size:1rem;font-weight:500;color:#fff}.toast-close-button[data-v-a89a07b6]{width:1rem;height:1rem;background:transparent;border:none;display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-close-icon[data-v-a89a07b6]{width:100%;height:100%;padding:.125rem;color:#fff}@keyframes fadeIn-a89a07b6{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-enter-active[data-v-3062e578],.fade-leave-active[data-v-3062e578]{transition:opacity .15s ease-in-out}.fade-enter-from[data-v-3062e578],.fade-leave-to[data-v-3062e578]{opacity:0}.tooltip-container[data-v-3062e578]{padding:6px 10px;font-size:.875rem;border-radius:4px;box-shadow:0 4px 10px #0000001a;white-space:nowrap}.tooltip-default[data-v-3062e578]{background:#000;color:#fff}.tooltip-custom[data-v-3062e578]{background:#fff;color:#000;border:1px solid #ccc}.tooltip-arrow[data-v-3062e578]{position:absolute;width:8px;height:8px;background:inherit;transform:rotate(45deg)}.arrow-top[data-v-3062e578]{bottom:-4px;left:50%;transform:translate(-50%) rotate(45deg)}.arrow-bottom[data-v-3062e578]{top:-4px;left:50%;transform:translate(-50%) rotate(45deg)}.arrow-left[data-v-3062e578]{right:-4px;top:50%;transform:translateY(-50%) rotate(45deg)}.arrow-right[data-v-3062e578]{left:-4px;top:50%;transform:translateY(-50%) rotate(45deg)}")),document.head.appendChild(e)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}})();
2
1
  import { defineComponent as x, createBlock as m, openBlock as s, Transition as b, withCtx as H, createElementBlock as r, createCommentVNode as Z, createElementVNode as o, normalizeClass as g, renderSlot as w, createStaticVNode as u, ref as M, computed as E, createVNode as S, toDisplayString as y, createApp as Y, h as P, unref as k, withModifiers as W, Fragment as G, renderList as D, useAttrs as q, withDirectives as $, vModelText as t1, resolveDynamicComponent as R, createTextVNode as N, onMounted as e1, onUnmounted as o1, Teleport as s1, nextTick as r1 } from "vue";
3
2
  const n1 = {
4
3
  key: 0,