@aitronos/freddy-plugins 0.1.69 → 0.1.71

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
@@ -400,6 +400,8 @@ export declare const IconCalendarWithTickInside: DefineComponent< {}, {}, {},
400
400
 
401
401
  export declare const IconCardPay: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
402
402
 
403
+ export declare const IconCaution: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
404
+
403
405
  export declare const IconChangeLog: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
404
406
 
405
407
  export declare const IconCheckCircleFill: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
@@ -416,8 +418,6 @@ export declare const IconChevronRight: DefineComponent< {}, {}, {}, {}, {}, C
416
418
 
417
419
  export declare const IconChevronUp: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
418
420
 
419
- export declare const IconCircle: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
420
-
421
421
  export declare const IconCircledCheck: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
422
422
 
423
423
  export declare const IconClock: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
package/dist/index.js CHANGED
@@ -223,14 +223,44 @@ function V1(o, t) {
223
223
  ]);
224
224
  }
225
225
  const K7 = /* @__PURE__ */ i(O1, [["render", V1]]), b1 = {}, J1 = {
226
+ class: "stroke-1-25",
227
+ xmlns: "http://www.w3.org/2000/svg",
228
+ viewBox: "0 0 16 16",
229
+ fill: "none"
230
+ };
231
+ function Q1(o, t) {
232
+ const e = a("icon-style");
233
+ return l((n(), r("svg", J1, t[0] || (t[0] = [
234
+ s("g", { "clip-path": "url(#clip0_36025_54127)" }, [
235
+ s("path", {
236
+ d: "M7.9987 5.33594V8.0026M7.9987 10.6693H8.00536M14.6654 8.0026C14.6654 11.6845 11.6806 14.6693 7.9987 14.6693C4.3168 14.6693 1.33203 11.6845 1.33203 8.0026C1.33203 4.32071 4.3168 1.33594 7.9987 1.33594C11.6806 1.33594 14.6654 4.32071 14.6654 8.0026Z",
237
+ stroke: "currentColor",
238
+ "stroke-linecap": "round",
239
+ "stroke-linejoin": "round"
240
+ })
241
+ ], -1),
242
+ s("defs", null, [
243
+ s("clipPath", { id: "clip0_36025_54127" }, [
244
+ s("rect", {
245
+ width: "16",
246
+ height: "16",
247
+ fill: "white"
248
+ })
249
+ ])
250
+ ], -1)
251
+ ]))), [
252
+ [e]
253
+ ]);
254
+ }
255
+ const X7 = /* @__PURE__ */ i(b1, [["render", Q1]]), T1 = {}, j1 = {
226
256
  class: "stroke-1",
227
257
  viewBox: "0 0 16 16",
228
258
  fill: "none",
229
259
  xmlns: "http://www.w3.org/2000/svg"
230
260
  };
231
- function Q1(o, t) {
261
+ function Y1(o, t) {
232
262
  const e = a("icon-style");
233
- return l((n(), r("svg", J1, t[0] || (t[0] = [
263
+ return l((n(), r("svg", j1, t[0] || (t[0] = [
234
264
  s("path", {
235
265
  d: "M1.3335 9.66663L7.76165 12.8807C7.8491 12.9244 7.89283 12.9463 7.9387 12.9549C7.97932 12.9625 8.02101 12.9625 8.06163 12.9549C8.1075 12.9463 8.15122 12.9244 8.23868 12.8807L14.6668 9.66663M1.3335 6.3333L7.76165 3.11922C7.8491 3.07549 7.89283 3.05363 7.9387 3.04502C7.97932 3.0374 8.02101 3.0374 8.06163 3.04502C8.1075 3.05363 8.15122 3.07549 8.23868 3.11922L14.6668 6.3333L8.23868 9.54737C8.15122 9.5911 8.1075 9.61296 8.06163 9.62157C8.02101 9.62919 7.97932 9.62919 7.9387 9.62157C7.89283 9.61296 7.8491 9.5911 7.76165 9.54737L1.3335 6.3333Z",
236
266
  stroke: "currentColor",
@@ -241,27 +271,27 @@ function Q1(o, t) {
241
271
  [e]
242
272
  ]);
243
273
  }
244
- const X7 = /* @__PURE__ */ i(b1, [["render", Q1]]), T1 = {}, j1 = {
274
+ const W7 = /* @__PURE__ */ i(T1, [["render", Y1]]), P1 = {}, R1 = {
245
275
  xmlns: "http://www.w3.org/2000/svg",
246
276
  fill: "currentColor",
247
277
  viewBox: "0 0 16 16"
248
278
  };
249
- function Y1(o, t) {
279
+ function N1(o, t) {
250
280
  const e = a("icon-style");
251
- return l((n(), r("svg", j1, t[0] || (t[0] = [
281
+ return l((n(), r("svg", R1, t[0] || (t[0] = [
252
282
  s("path", { d: "M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z" }, null, -1)
253
283
  ]))), [
254
284
  [e]
255
285
  ]);
256
286
  }
257
- const W7 = /* @__PURE__ */ i(T1, [["render", Y1]]), P1 = {}, R1 = {
287
+ const q7 = /* @__PURE__ */ i(P1, [["render", N1]]), z1 = {}, K1 = {
258
288
  viewBox: "0 0 16 16",
259
289
  fill: "none",
260
290
  xmlns: "http://www.w3.org/2000/svg"
261
291
  };
262
- function N1(o, t) {
292
+ function X1(o, t) {
263
293
  const e = a("icon-style");
264
- return l((n(), r("svg", R1, t[0] || (t[0] = [
294
+ return l((n(), r("svg", K1, t[0] || (t[0] = [
265
295
  s("path", {
266
296
  d: "M5.00016 8.00016L7.00016 10.0002L11.0002 6.00016M14.6668 8.00016C14.6668 11.6821 11.6821 14.6668 8.00016 14.6668C4.31826 14.6668 1.3335 11.6821 1.3335 8.00016C1.3335 4.31826 4.31826 1.3335 8.00016 1.3335C11.6821 1.3335 14.6668 4.31826 14.6668 8.00016Z",
267
297
  stroke: "currentColor",
@@ -273,15 +303,15 @@ function N1(o, t) {
273
303
  [e]
274
304
  ]);
275
305
  }
276
- const Q = /* @__PURE__ */ i(P1, [["render", N1]]), z1 = {}, K1 = {
306
+ const Q = /* @__PURE__ */ i(z1, [["render", X1]]), W1 = {}, q1 = {
277
307
  class: "stroke-1-25",
278
308
  viewBox: "0 0 16 16",
279
309
  fill: "none",
280
310
  xmlns: "http://www.w3.org/2000/svg"
281
311
  };
282
- function X1(o, t) {
312
+ function $1(o, t) {
283
313
  const e = a("icon-style");
284
- return l((n(), r("svg", K1, t[0] || (t[0] = [
314
+ return l((n(), r("svg", q1, t[0] || (t[0] = [
285
315
  s("path", {
286
316
  d: "M5.00016 8.00004L7.00016 10L11.0002 6.00004M14.6668 8.00004C14.6668 11.6819 11.6821 14.6667 8.00016 14.6667C4.31826 14.6667 1.3335 11.6819 1.3335 8.00004C1.3335 4.31814 4.31826 1.33337 8.00016 1.33337C11.6821 1.33337 14.6668 4.31814 14.6668 8.00004Z",
287
317
  stroke: "currentColor",
@@ -292,15 +322,15 @@ function X1(o, t) {
292
322
  [e]
293
323
  ]);
294
324
  }
295
- const q7 = /* @__PURE__ */ i(z1, [["render", X1]]), W1 = {}, q1 = {
325
+ const $7 = /* @__PURE__ */ i(W1, [["render", $1]]), t2 = {}, e2 = {
296
326
  viewBox: "0 0 20 20",
297
327
  class: "stroke-2",
298
328
  fill: "none",
299
329
  xmlns: "http://www.w3.org/2000/svg"
300
330
  };
301
- function $1(o, t) {
331
+ function o2(o, t) {
302
332
  const e = a("icon-style");
303
- return l((n(), r("svg", q1, t[0] || (t[0] = [
333
+ return l((n(), r("svg", e2, t[0] || (t[0] = [
304
334
  s("path", {
305
335
  d: "M5 7.5L10 12.5L15 7.5",
306
336
  stroke: "currentColor",
@@ -311,15 +341,15 @@ function $1(o, t) {
311
341
  [e]
312
342
  ]);
313
343
  }
314
- const $7 = /* @__PURE__ */ i(W1, [["render", $1]]), t2 = {}, e2 = {
344
+ const tt = /* @__PURE__ */ i(t2, [["render", o2]]), s2 = {}, n2 = {
315
345
  class: "self-center stroke-2",
316
346
  viewBox: "0 0 20 21",
317
347
  fill: "none",
318
348
  xmlns: "http://www.w3.org/2000/svg"
319
349
  };
320
- function o2(o, t) {
350
+ function r2(o, t) {
321
351
  const e = a("icon-style");
322
- return l((n(), r("svg", e2, t[0] || (t[0] = [
352
+ return l((n(), r("svg", n2, t[0] || (t[0] = [
323
353
  s("path", {
324
354
  d: "M12.5 16.3333L6.66667 10.5L12.5 4.66663",
325
355
  stroke: "currentColor",
@@ -330,15 +360,15 @@ function o2(o, t) {
330
360
  [e]
331
361
  ]);
332
362
  }
333
- const tt = /* @__PURE__ */ i(t2, [["render", o2]]), s2 = {}, n2 = {
363
+ const et = /* @__PURE__ */ i(s2, [["render", r2]]), i2 = {}, l2 = {
334
364
  class: "stroke-2",
335
365
  viewBox: "0 0 17 18",
336
366
  fill: "none",
337
367
  xmlns: "http://www.w3.org/2000/svg"
338
368
  };
339
- function r2(o, t) {
369
+ function a2(o, t) {
340
370
  const e = a("icon-style");
341
- return l((n(), r("svg", n2, t[0] || (t[0] = [
371
+ return l((n(), r("svg", l2, t[0] || (t[0] = [
342
372
  s("path", {
343
373
  d: "M6.375 4.04165L11.3333 8.99998L6.375 13.9583",
344
374
  stroke: "currentColor",
@@ -349,15 +379,15 @@ function r2(o, t) {
349
379
  [e]
350
380
  ]);
351
381
  }
352
- const et = /* @__PURE__ */ i(s2, [["render", r2]]), i2 = {}, l2 = {
382
+ const ot = /* @__PURE__ */ i(i2, [["render", a2]]), c2 = {}, p2 = {
353
383
  class: "stroke-1",
354
384
  viewBox: "0 0 8 5",
355
385
  fill: "none",
356
386
  xmlns: "http://www.w3.org/2000/svg"
357
387
  };
358
- function a2(o, t) {
388
+ function d2(o, t) {
359
389
  const e = a("icon-style");
360
- return l((n(), r("svg", l2, t[0] || (t[0] = [
390
+ return l((n(), r("svg", p2, t[0] || (t[0] = [
361
391
  s("path", {
362
392
  d: "M6.91683 1.25L4.00016 4.16667L1.0835 1.25",
363
393
  stroke: "currentColor",
@@ -369,36 +399,6 @@ function a2(o, t) {
369
399
  [e]
370
400
  ]);
371
401
  }
372
- const ot = /* @__PURE__ */ i(i2, [["render", a2]]), c2 = {}, p2 = {
373
- class: "stroke-1-25",
374
- xmlns: "http://www.w3.org/2000/svg",
375
- viewBox: "0 0 16 16",
376
- fill: "none"
377
- };
378
- function d2(o, t) {
379
- const e = a("icon-style");
380
- return l((n(), r("svg", p2, t[0] || (t[0] = [
381
- s("g", { "clip-path": "url(#clip0_36025_54127)" }, [
382
- s("path", {
383
- d: "M7.9987 5.33594V8.0026M7.9987 10.6693H8.00536M14.6654 8.0026C14.6654 11.6845 11.6806 14.6693 7.9987 14.6693C4.3168 14.6693 1.33203 11.6845 1.33203 8.0026C1.33203 4.32071 4.3168 1.33594 7.9987 1.33594C11.6806 1.33594 14.6654 4.32071 14.6654 8.0026Z",
384
- stroke: "currentColor",
385
- "stroke-linecap": "round",
386
- "stroke-linejoin": "round"
387
- })
388
- ], -1),
389
- s("defs", null, [
390
- s("clipPath", { id: "clip0_36025_54127" }, [
391
- s("rect", {
392
- width: "16",
393
- height: "16",
394
- fill: "white"
395
- })
396
- ])
397
- ], -1)
398
- ]))), [
399
- [e]
400
- ]);
401
- }
402
402
  const st = /* @__PURE__ */ i(c2, [["render", d2]]), A2 = {}, f2 = {
403
403
  class: "stroke-2",
404
404
  viewBox: "0 0 20 20",
@@ -3087,15 +3087,15 @@ export {
3087
3087
  N7 as IconBuildings,
3088
3088
  z7 as IconCalendarWithTickInside,
3089
3089
  K7 as IconCardPay,
3090
- X7 as IconChangeLog,
3091
- W7 as IconCheckCircleFill,
3090
+ X7 as IconCaution,
3091
+ W7 as IconChangeLog,
3092
+ q7 as IconCheckCircleFill,
3092
3093
  Q as IconCheckInCircle,
3093
- q7 as IconCheckRounded,
3094
- $7 as IconChevronDown,
3095
- tt as IconChevronLeft,
3096
- et as IconChevronRight,
3097
- ot as IconChevronUp,
3098
- st as IconCircle,
3094
+ $7 as IconCheckRounded,
3095
+ tt as IconChevronDown,
3096
+ et as IconChevronLeft,
3097
+ ot as IconChevronRight,
3098
+ st as IconChevronUp,
3099
3099
  nt as IconCircledCheck,
3100
3100
  rt as IconClock,
3101
3101
  it as IconClosedEnvelope,